/* pc */
@media(min-width:769px){
  
}
/* sp */
@media(max-width:768px){
  
}
/* ========================================================
*
*					all
*
* ======================================================== */
body.is-active {
  overflow-y: hidden;
}
/* ========================================================
*
*					all
*
* ======================================================== */
/* pc */
@media(min-width:769px){
  .pc {
    display: block;
  }
  .sp {
    display: none !important;
  }
}
/* sp */
@media(max-width:768px){
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
}
/* ========================================================
*
*					header
*
* ======================================================== */
/* pc */
@media(min-width:769px){
  .s-header {
    margin: 0 auto;
    max-width: 950px;
    padding: 20px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .s-header__img-wrap {
    height: 23px;
  }
  .s-header__img {
    height: 100%;
  }
  .s-header__nav {
    width: 302px;
  }
  .s-header__nav-img {
    width: 100%;
  }
}
/* sp */
@media(max-width:768px){
  .s-header {
    padding: 5.333vw 3.2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .s-header__img-wrap {
    height: 6.133vw;
  }
  .s-header__img {
    height: 100%;
  }
  .s-header__nav {
    width: 41.067vw;
  }
  .s-header__nav-img {
    width: 100%;
  }
}
/* ========================================================
*
*					s-ttl
*
* ======================================================== */
/* pc */
@media(min-width:769px){
  .s-ttl {
    background-color: #DDDDDD;
    padding: 16px 0;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    max-width: 920px;
    margin: 0 auto;
  }
}
/* sp */
@media(max-width:768px){
  .s-ttl {
    background-color: #DDDDDD;
    padding: 4.267vw 0;
    color: #000;
    font-size: 3.733vw;
    font-weight: bold;
    text-align: center;
  }
}
/* ========================================================
*
*					s-mv
*
* ======================================================== */
/* pc */
@media(min-width:769px){
  .s-mv {
    max-width: 920px;
    margin: 0 auto;
  }
  .s-mv-img {
    max-height: 300px;
    width: 100%;
  }
}
/* sp */
@media(max-width:768px){
  .s-mv-img {
    width: 100%;
  }
}
/* ========================================================
*
*					s-sec__acc
*
* ======================================================== */
  .s-sec__acc ul>li{
    list-style: none;
  }
/* pc */
@media(min-width:769px){
  .s-sec__acc {
    margin-top: 20px;
  }
  .s-sec__acc:nth-child(n+2) {
    margin-top: 40px;
  }
  .s-sec__acc-desc {
    font-size: 15px;
    line-height: 22.4px;
    margin-bottom: 9px;
  }
  .s-sec__acc-desc-list {
    margin-bottom: 9px;
  }
  .s-sec__acc-desc-list-item {
    position: relative;
    font-size: 15px;
    line-height: 22.4px;
    padding-left: 12px;
  }
  .s-sec__acc-desc-list-item:nth-child(n+2) {
    margin-top: 3px;
  }
  .s-sec__acc-desc-list-item::before {
    position: absolute;
    top: 9px;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 8px;
    height: 8px;
    background-image: url("list-style.png");
    content: '';
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .s-sec__acc-item {
    border-top: solid 1px #0075C2;
    border-bottom: solid 1px #0075C2;
  }
  .s-sec__acc-item--personal-info {
    border: solid 1px #909090;
    background-color: #F7F7F7;
  }
  .s-sec__acc-item+.s-sec__acc-item {
    border-top: none;
  }
  .s-sec__acc-ttl {
    padding: 20px 0;
    color: #0075C2;
    font-weight: bold;
    font-size: 16px;
    line-height: 22.4px;
    position: relative;
  }
  .s-sec__acc-ttl:hover,.personal-info__acc-ttl:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .s-sec__acc-ttl::before {
    content: "";
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    bottom: 0;
    right: 10px;
    background-image: url("acc-open.png");
    width: 14px;
    height: 14px;
  }
  /* .s-sec__acc-ttl.is-active {
    padding-bottom: 0;
  } */
  .s-sec__acc-ttl.is-active::before {
    background-image: url("acc-close.png");
    width: 14px;
    height: 1px;
  }
  .personal-info__acc-ttl {
    font-size: 14px;
    line-height: 22.4px;
    color: #727272;
    font-weight: bold;
    padding: 10px 14px;
    position: relative;
  }
  .personal-info__acc-ttl::before {
    content: "";
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    bottom: 0;
    right: 20px;
    background-image: url("personnal-info_acc-open.png");
    width: 14px;
    height: 14px;
  }
  .personal-info__acc-ttl.is-active::before {
    background-image: url("personnal-info_acc-close.png");
    width: 14px;
    height: 1px;
  }
  .s-sec__acc-txt-wrap {
    display: none;
    margin-bottom: 20px;
    /* margin: 15px auto; */
    /* max-width: 870px;
    margin: 0 auto;
    opacity: 0;
    max-height: 0;
    min-height: 0;
    margin-bottom: 0;
    visibility: hidden;
    -webkit-transition: max-height 1.0s ease-in-out 0s, margin-bottom 1.0s ease-in-out 0s, opacity 1.5s ease-in-out 0s, visibility 1.0s ease-in-out 0s;
    -o-transition: max-height 1.0s ease-in-out 0s, margin-bottom 1.0s ease-in-out 0s, opacity 1.5s ease-in-out 0s, visibility 1.0s ease-in-out 0s;
    transition: max-height 1.0s ease-in-out 0s, margin-bottom 1.0s ease-in-out 0s, opacity 1.5s ease-in-out 0s, visibility 1.0s ease-in-out 0s; */
  }
  .s-sec__acc-txt-wrap *:first-child{
    margin-top: 0;
  }
  /* .s-sec__acc-txt-wrap *:last-child{
    margin-bottom: 20px;
  } */
  /* .s-sec__acc-txt-wrap * {
    display: none;
  } */
  .personal-info__acc-txt-wrap {
    display: none;
    padding: 15px;
    border-top: 1.5px #909090 solid;
    /* border-top: 1.5px #909090 solid;
    padding: 0;
    opacity: 0;
    max-height: 0;
    min-height: 0;
    visibility: hidden;
    -webkit-transition: max-height 1.0s ease-in-out 0s, padding 1.0s ease-in-out 0s, opacity 1.5s ease-in-out 0s, visibility 1.0s ease-in-out 0s;
    -o-transition: max-height 1.0s ease-in-out 0s, padding 1.0s ease-in-out 0s, opacity 1.5s ease-in-out 0s, visibility 1.0s ease-in-out 0s;
    transition: max-height 1.0s ease-in-out 0s, padding 1.0s ease-in-out 0s, opacity 1.5s ease-in-out 0s, visibility 1.0s ease-in-out 0s; */
  }
  .personal-info__acc-txt-wrap.first-active {
    display: block;
  }
  /* .personal-info__acc-txt-wrap * {
    display: none;
  } */
  /* .s-sec__acc-txt-wrap.is-active {
    opacity: 1;
    max-height: 1000vh;
    visibility: visible;
  }
  .s-sec__acc-txt-wrap.is-active * {
    display: block;
  }
  .s-sec__acc-txt-wrap.is-active *:first-child{
    margin-top: 0;
  } */
  /* .personal-info__acc-txt-wrap.is-active {
    padding: 15px;
    opacity: 1;
    max-height: 1000vh;
    visibility: visible;
  }
  .personal-info__acc-txt-wrap.is-active * {
    display: block;
  } */
  .s-sec__acc-txt {
    font-size: 15px;
    line-height: 22.4px;
    margin: 15px 0;
  }
  .s-sec__acc-txt--red {
    color: red;
  }
  .personal-info__acc-txt {
    /* display: none; */
    color: #727272;
    font-size: 12px;
    margin: 0 auto;
    max-width: 890px;
  }
  /* .personal-info__acc-txt-wrap.is-active .personal-info__acc-txt {
    display: block;
  } */
  .personal-info__acc-txt-link {
    display: inline;
    color: inherit;
  }
  .s-sec__acc-txt-link:hover {
    opacity: 0.7;
  }
  .sec-kocha__acc-txt-link {
    display: block;
    position: relative;
    color: #707070;
    text-decoration: none;
    margin-top: 10px;
  }
  .sec-kocha__acc-txt-link::before {
    content: "→";
    display: inline-block;
    margin-right: 5px;
  }
  .sec-kocha__acc-txt-link:hover {
    text-decoration: underline;
  }
  .s-sec__acc-txt-wrap .modal__btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .modal__btn {
    width: 24%;
  }
  .modal__btn:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .modal-img {
    width: 100%;
  }
  .s-sec__acc-list-wrap {
    margin-top: 20px;
  }
  .s-sec__acc-list {
    position: relative;
    padding-left: 12px;
    font-size: 12px;
  }
  .s-sec__acc-list::before {
    position: absolute;
    top: 10px;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: inline-block;
    width: 8px;
    height: 8px;
    background-image: url("list-style.png");
    content: '';
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .s-sec__acc-list:nth-child(n+2) {
    margin-top: 9px;
  }
}
/* sp */
@media(max-width:768px){
  .s-sec__acc:nth-child(n+2) {
    margin-top: 8vw;
  }
  .s-sec__acc-desc {
    font-size: 3.733vw;
    line-height: 5.973vw;
    margin-bottom: 2.4vw;
  }
  .s-sec__acc-desc-list {
    margin-bottom: 2.4vw;
  }
  .s-sec__acc-desc-list-item {
    position: relative;
    font-size: 3.733vw;
    line-height: 5.973vw;
    padding-left: 3.2vw;
  }
  .s-sec__acc-desc-list-item:nth-child(n+2) {
    margin-top: 2.4vw;
  }
  .s-sec__acc-desc-list-item::before {
    position: absolute;
    top: 2.667vw;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 2.133vw;
    height: 2.133vw;
    background-image: url("list-style.png");
    content: '';
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .s-sec__acc-item {
    border-top: solid 1px #0075C2;
    border-bottom: solid 1px #0075C2;
  }
  .s-sec__acc-item--personal-info {
    border: solid 1px #909090;
    background-color: #F7F7F7;
  }
  .s-sec__acc-item+.s-sec__acc-item {
    border-top: none;
  }
  .s-sec__acc-ttl {
    padding: 5.333vw 0;
    color: #0075C2;
    font-weight: bold;
    font-size: 4vw;
    line-height: 5.973vw;
    position: relative;
  }
  .s-sec__acc-ttl:active,.personal-info__acc-ttl:active {
    opacity: 0.7;
  }
  .s-sec__acc-ttl::before {
    content: "";
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    bottom: 0;
    right: 2.667vw;
    background-image: url("acc-open.png");
    width: 3.733vw;
    height: 3.733vw;
  }
  /* .s-sec__acc-ttl.is-active {
    padding-bottom: 0;
  } */
  .s-sec__acc-ttl.is-active::before {
    background-image: url("acc-close.png");
    width: 3.733vw;
    height: 0.267vw;
  }
  .personal-info__acc-ttl {
    font-size: 3.467vw;
    line-height: 5.973vw;
    color: #727272;
    font-weight: bold;
    padding: 3.2vw;
    position: relative;
  }
  .personal-info__acc-ttl::before {
    content: "";
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    bottom: 0;
    right: 2.667vw;
    background-image: url("personnal-info_acc-open.png");
    width: 3.733vw;
    height: 3.733vw;
  }
  .personal-info__acc-ttl.is-active::before {
    background-image: url("personnal-info_acc-close.png");
    width: 3.733vw;
    height: 0.267vw;
  }
  .s-sec__acc-txt-wrap {
    display: none;
    /* max-height: 0;
    min-height: 0;
    margin-bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: max-height 0.7s ease-in-out 0s, margin-bottom 1.0s ease-in-out 0s, opacity 1.5s ease-in-out 0s, visibility 1.0s ease-in-out 0s;
    -o-transition: max-height 0.7s ease-in-out 0s, margin-bottom 1.0s ease-in-out 0s, opacity 1.5s ease-in-out 0s, visibility 1.0s ease-in-out 0s;
    transition: max-height 0.7s ease-in-out 0s, margin-bottom 1.0s ease-in-out 0s, opacity 1.5s ease-in-out 0s, visibility 1.0s ease-in-out 0s; */
  }
  /* .s-sec__acc-txt-wrap * {
    display: none;
  } */
  .personal-info__acc-txt-wrap {
    display: none;
    padding: 4vw;
    border-top: 1.5px #909090 solid;
    /* border-top: 1.5px #909090 solid;
    padding: 0;
    opacity: 0;
    max-height: 0;
    min-height: 0;
    visibility: hidden;
    -webkit-transition: max-height 1.0s ease-in-out 0s, padding-top 1.0s ease-in-out 0s, padding-bottom 1.0s ease-in-out 0s, opacity 1.5s ease-in-out 0s, visibility 1.0s ease-in-out 0s;
    -o-transition: max-height 1.0s ease-in-out 0s, padding-top 1.0s ease-in-out 0s, padding-bottom 1.0s ease-in-out 0s, opacity 1.5s ease-in-out 0s, visibility 1.0s ease-in-out 0s;
    transition: max-height 1.0s ease-in-out 0s, padding-top 1.0s ease-in-out 0s, padding-bottom 1.0s ease-in-out 0s, opacity 1.5s ease-in-out 0s, visibility 1.0s ease-in-out 0s; */
  }
  /* .personal-info__acc-txt-wrap * {
    display: none;
  } */
  /* .s-sec__acc-txt-wrap.is-active {
    margin: 4vw 0;
    opacity: 1;
    max-height: 1000vh;
    visibility: visible;
  }
  .s-sec__acc-txt-wrap.is-active * {
    display: block;
  }
  .s-sec__acc-txt-wrap.is-active *:first-child{
    margin-top: 0;
  }
  .personal-info__acc-txt-wrap.is-active {
    padding: 4vw;
    opacity: 1;
    max-height: 1000vh;
    visibility: visible;
  }
  .personal-info__acc-txt-wrap.is-active * {
    display: block;
  } */
  .s-sec__acc-txt-wrap *:first-child {
    margin-top: 0;
  }
  .s-sec__acc-txt-wrap {
    margin-bottom: 4vw;
  }
  .s-sec__acc-txt {
    font-size: 3.733vw;
    line-height: 5.973vw;
    margin: 4vw 0;
  }
  .s-sec__acc-txt--red {
    color: red;
  }
  .personal-info__acc-txt {
    /* display: none; */
    color: #727272;
    font-size:3.2vw;
  }
  .s-sec__acc-txt--right {
    display: block;
  }
  .personal-info__acc-txt a[href^="tel:"] {
    color: inherit;
    display: inline;
  }
  .personal-info__acc-txt-link {
    display: inline;
    color: inherit;
  }
  .s-sec__acc-txt-link:hover {
    opacity: 0.7;
  }
  .sec-kocha__acc-txt-link {
    display: block;
    position: relative;
    color: #707070;
    text-decoration: none;
    margin-top: 2.667vw;
  }
  .sec-kocha__acc-txt-link::before {
    content: "→";
    display: inline-block;
    margin-right: 1.333vw;
  }
  .sec-kocha__acc-txt-link:hover {
    text-decoration: underline;
  }
  .modal__btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .modal__btn {
    width: 49%;
  }
  .modal__btn:nth-child(n+3) {
    margin-top: 2.667vw;
  }
  .modal-img {
    width: 100%;
  }
  .s-sec__acc-list-wrap {
    margin-top: 5.333vw;
  }
  .s-sec__acc-list {
    position: relative;
    padding-left: 3.2vw;
    font-size: 3.2vw;
  }
  .s-sec__acc-list::before {
    position: absolute;
    top: 2.667vw;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: inline-block;
    width: 2.133vw;
    height: 2.133vw;
    background-image: url("list-style.png");
    content: '';
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .s-sec__acc-list:nth-child(n+2) {
    margin-top: 2.4vw;
  }
}
/* ========================================================
*
*					modal
*
* ======================================================== */
/* pc */
@media(min-width:769px){
  .s-modal__item-wrap {
    display: none;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    background-color: #fff;
  }
  .s-modal__item-wrap.is-active {
    display: block;
  }
  .s-modal__item {
    display: none;
    padding-top: 80px;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .s-modal__item.is-active {
    display: block;
  }
  .s-modal__item img {
    width: 100%;
    height: auto;
  }
  .s-modal__close {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100vw;
    height: 80px;
    background: #fff;
  }
  .s-modal__close-btn {
    position: absolute;
    right: 23px;
    top: 50%;
    transform: translateY(-50%);
    width: 137px;
    height: 44px;
  }
  .s-modal__close-btn:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}
/* sp */
@media(max-width:768px){
  .s-modal__item-wrap {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    background-color: #fff;
  }
  .s-modal__item-wrap.is-active {
    display: block;
  }
  .s-modal__item {
    display: none;
    overflow-y: scroll;
    margin-top: 11.467vw;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .s-modal__item.is-active {
    display: block;
  }
  .s-modal__item img {
    width: 100%;
    height: auto;
  }
  .s-modal__close {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100vw;
    height: 11.467vw;
    background: #fff;
  }
  .s-modal__close-btn {
    position: absolute;
    right: 1.6vw;
    top: 50%;
    transform: translateY(-50%);
    width: 25.867vw;
    height: 8.267vw;
  }
  .s-modal__close-btn:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}