@charset "utf-8";
/* CSS Document */
#haikyu_cp_2509 img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: -.2rem;
}
#haikyu_cp_2509 h1, h2, h3, h3, p {
  margin: 0;
  padding: 0;
}
#haikyu_cp_2509 dl, dt, dd, ul, li {
  margin: 0;
  list-style: none;
  padding: 0;
}
.hov {
  cursor: pointer;
  transition: all 0.7s ease 0s;
}
.hov:hover {
  border-bottom-color: transparent;
  transform: translateY(0.7rem);
}
#haikyu_cp_2509 .inner-cont {
  background-image: url("../images/bg.webp");
  width: 100%;
  background-position: center;
  background-size: cover;
}
#haikyu_cp_2509 .content ul li {
  padding-bottom: .5rem;
}
.fs_s {
  font-size: 90%;
  font-weight: normal;
}
/*===============================================

●pc.css 画面の横幅が737px以上

===============================================*/
@media screen and (min-width:737px) {
  /*common*/
  .ly-contents-area {
    padding: 10px 0 0;
  }
  #haikyu_cp_2509 .pc-none {
    display: none;
  }
  #haikyu_cp_2509 {
    max-width: 750px;
    margin: 0 auto;
    padding: 0;
  }
  div#contents {
    background: url(../images/back.webp);
    width: 100%;
    min-height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
  }
  #haikyu_cp_2509 .a-btn {
    display: flex;
    flex-direction: column;
    gap: 1.7rem;
    padding: 2.3rem;
  }
  #haikyu_cp_2509 .pin {
    background-color: #fff;
    padding: 1.5rem 1.5rem 2rem;
  }
  /*accordionボタン*/
  #haikyu_cp_2509 .accordion {
    background-color: #FFF33B;
    background-size: 100%;
  }
  #haikyu_cp_2509 .accordion02 {
    background-color: #00a23d;
    background-size: 100%;
  }
  #haikyu_cp_2509 .toggle, .toggle02 {
    display: none;
  }
  #haikyu_cp_2509 .title, #haikyu_cp_2509 .content {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
  }
  #haikyu_cp_2509 .option {
    position: relative;
    margin: 0 auto;
    max-width: 672px;
    background-color: #fff;
  }
  #haikyu_cp_2509 .option img {
    width: 40%;
    margin: 0 auto;
  }
  #haikyu_cp_2509 .title {
    display: block;
    cursor: pointer;
    width: 84%;
    margin: 0 auto;
    z-index: 100;
    background-color: #c30d23;
    border-radius: 5rem;
    padding: 2%;
  }
  #haikyu_cp_2509 .title::before {
    content: " ";
    position: absolute;
    right: 4%;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    background-image: url("../images/icon.webp");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    transition: all 0.3s;
    margin: auto;
  }
  #haikyu_cp_2509 .content {
    max-height: 0;
    overflow: hidden;
    padding: 0 1.5rem;
  }
  #haikyu_cp_2509 .content p {
    width: 100%;
    margin: 0 auto;
  }
  #haikyu_cp_2509 .content p:first-child {
    padding-top: 1.8rem;
    margin-top: -1.8rem;
  }
  #haikyu_cp_2509 .toggle:checked + .title + .content {
    max-height: 3000px;
    transition: all .3s;
  }
  #haikyu_cp_2509 .toggle02:checked + .title + .content {
    max-height: 3000px;
    transition: all .3s;
  }
  #haikyu_cp_2509 .toggle:checked + .title::before {
    transform: rotate(134deg) !important;
  }
  #haikyu_cp_2509 .toggle02:checked + .title::before {
    transform: rotate(134deg) !important;
  }
  #haikyu_cp_2509 .content ul {
    width: 90%;
    margin: 1rem auto;
    background-color: #fff;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.6;
  }
  #haikyu_cp_2509 .ttl_h3 {
    width: 93%;
    height: auto;
    position: relative;
    margin: 1rem auto;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
  }
  #haikyu_cp_2509 .ttl_h3:before, #haikyu_cp_2509 .ttl_h3:after {
    content: '';
    position: absolute;
    top: 45%;
    display: inline-block;
    width: 40%;
    height: 0.2rem;
    border-bottom: solid 1px #000;
  }
  #haikyu_cp_2509 .ttl_h3:before {
    left: 0;
  }
  #haikyu_cp_2509 .ttl_h3:after {
    right: 0;
  }
  #haikyu_cp_2509 .btn-area {
    background-color: #00A23E;
    padding: 0 1.6rem 3.5rem;
  }
  #haikyu_cp_2509 .btn-area img {
    width: 90%;
    margin: 0 auto;
  }
  #haikyu_cp_2509 .tbtn-area {
    background-image: url("../images/tbtn_bg.webp");
    padding: 2.5rem 1.6rem 4rem;
  }
  #haikyu_cp_2509 .tbtn-area img {
    margin: 3% auto 2%;
  }
  #haikyu_cp_2509 .ac-box {
    position: relative;
  }
}
/*===============================================

●sp.css  画面の横幅が736pxまで

===============================================*/
@media screen and (max-width:736px) {
  /*common*/
  #contents {
    padding-top: 54px !important;
  }
  .ly-wrp-sp-cts {
    margin: 0;
  }
  .ly-contents-area {
    padding: 10px 0 0;
  }
  #haikyu_cp_2509 .sp-none {
    display: none;
  }
  #haikyu_cp_2509 {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #haikyu_cp_2509 .a-btn {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    padding: 1rem;
  }
  #haikyu_cp_2509 .pin {
    background-color: #fff;
    padding: 1rem;
  }
  /*accordionボタン*/
  #haikyu_cp_2509 .accordion {
    background-color: #FFF33B;
    background-size: 100%;
  }
  #haikyu_cp_2509 .accordion02 {
    background-color: #00a23d;
    background-size: 100%;
  }
  #haikyu_cp_2509 .toggle, .toggle02 {
    display: none;
  }
  #haikyu_cp_2509 .title, #haikyu_cp_2509 .content {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
  }
  #haikyu_cp_2509 .option img {
    width: 60%;
    margin: 0 auto;
  }
  #haikyu_cp_2509 .option {
    position: relative;
    margin: 0 auto;
    width: 89.5%;
    background-color: #fff;
  }
  #haikyu_cp_2509 .title {
    display: block;
    cursor: pointer;
    width: 85%;
    margin: 0 auto;
    background-color: #c30d23;
    border-radius: 5rem;
    padding: 3%;
  }
  #haikyu_cp_2509 .title::before {
    content: " ";
    position: absolute;
    right: 4%;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background-image: url("../images/icon.webp");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    transition: all 0.3s;
    margin: auto;
  }
  #haikyu_cp_2509 .content {
    max-height: 0;
    overflow: hidden;
    padding: .3rem 1.3rem;
  }
  #haikyu_cp_2509 .content p {
    width: 100%;
    margin: 0 auto;
  }
  #haikyu_cp_2509 .content p:first-child {
    padding-top: 1.8rem;
    margin-top: -1.8rem;
  }
  #haikyu_cp_2509 .toggle:checked + .title + .content {
    max-height: 3000px;
    transition: all .3s;
  }
  #haikyu_cp_2509 .toggle02:checked + .title + .content {
    max-height: 3000px;
    transition: all .3s;
  }
  #haikyu_cp_2509 .toggle:checked + .title::before {
    transform: rotate(134deg) !important;
  }
  #haikyu_cp_2509 .toggle02:checked + .title::before {
    transform: rotate(134deg) !important;
  }
  #haikyu_cp_2509 .content ul {
    margin: 0 auto;
    background-color: #fff;
    font-weight: 500;
    font-size: 1rem;
  }
  #haikyu_cp_2509 .ttl_h3 {
    width: 95%;
    height: auto;
    position: relative;
    margin: 0 auto;
    padding: .5rem;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 500;
  }
  #haikyu_cp_2509 .ttl_h3:before, #haikyu_cp_2509 .ttl_h3:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 37%;
    height: 0.1rem;
    border-bottom: solid 1px #000;
  }
  #haikyu_cp_2509 .ttl_h3:before {
    left: 0;
  }
  #haikyu_cp_2509 .ttl_h3:after {
    right: 0;
  }
  #haikyu_cp_2509 .btn-area {
    background-color: #00A23E;
    padding: 0 1.5rem 2rem;
  }
  #haikyu_cp_2509 .tbtn-area {
    background-image: url("../images/tbtn_bg.webp");
    padding: 2rem;
  }
}
@media screen and (min-width:738px) and (max-width:1024px) {
  #haikyu_cp_2509 .option {
    position: relative;
    margin: -1px auto 0;
    width: 89.5%;
    background-color: #fff;
  }
}