#Index img {
  width: 100%;
  height: auto;
}
#Index area {
  border: none;
  outline: none;
}
#Index .sec4 {
  background-color: #FDEAED;
}
#Index .sec4 .sec4-anime {
  box-sizing: border-box;
  border: 2px solid #FED6D6;
  margin: 0 auto;
  width: 90%;
  margin-bottom: 10px;
  background-color: #FFFFFF;
}
#Index .sec5 {
  background-color: #F7C7CD;
  padding: 5%;
  box-sizing: border-box;
}
#Index .sec5 .sec5-inner {
  margin: 0 auto;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background-color: #FFFFFF;
}
#Index .sec5 .sec5-ttl {
  width: 284px;
  margin-bottom: 10px;
}
#Index .sec5 .sec5-attention {
  font-size: 80%;
  padding-left: 1em;
  text-indent: -1em;
}
#Index .sec5 .sec5-pic {
  margin: 0 auto;
  width: 100%;
  padding-bottom: 10px;
}
#Index .sec5 .sec5-bt {
  padding-top: 20px;
  box-sizing: border-box;
  border-top: 1px solid #F7C7CD;
}
#Index .sec5 .sec5-bt a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  background-color: #EC6D6D;
  font-size: 90%;
  font-weight: bold;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
#Index .sec5 .sec5-bt a::before, #Index .sec5 .sec5-bt a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#Index .sec5 .sec5-bt a::before {
  left: auto;
  right: 15px;
  width: 15px;
  height: 1px;
  background: #FFFFFF;
}
#Index .sec5 .sec5-bt a::after {
  left: auto;
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
