/*    ----------------------------------------      */
/*                      index                       */
/*    ----------------------------------------      */

.index img {
    width: 100%;
}
/* MV
==================================*/
.index .mv-wrap {
    width: 100%;
    height: auto;
    position: relative;
}
.index .mv img {
    width: 100%;
}
.index .mv-wrap h2 {
    line-height: 0;
}
/* page-link
==================================*/
.index .page-link {
    width: 100%;
    background: url(../img/index/bk_sp_01.jpg) no-repeat center top / cover; 
    padding: 22px 0;
}
.index .page-link ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index .page-link ul li {
    width: calc(100% / 2 - 3.5px);
    text-align: center;
    background: #fff;
    border: 1px solid #998c2c;
    border-radius: 5px;
    margin-bottom: 3px;
    min-height: 78px;
    position: relative;
    line-height: 1.4em;    
}
.index  .page-link ul li::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-right: 1px solid #ccb2b5;
    border-bottom: 1px solid #ccb2b5;
    transform: rotate(45deg);
    margin: 0 auto;
    position: absolute;
    bottom: 10px; left: 0; right: 0;
}
.index .page-link ul li a {
    display: block;
    width: 100%;
    height: 100%;
}
.index .page-link ul li a span {
    position: relative;
    top: 26px;
}
.index .page-link ul li:first-of-type a span {
    top: 15px;
}
/* yoyaku
==================================*/
.index .yoyaku {
    background: url(../img/index/bk_sp_02.jpg) no-repeat center top / cover;
    padding: 25px 0;
    position: relative;
    border-top: 1px solid #998c2c;
}
.index .yoyaku::before {
    content: "";
    display: inline-block;
    width: 45px;
    height: 120px;
    background: url(../img/index/yoyaku-star.svg) no-repeat center top / contain;
    position: absolute;
    left: 15px; top: 25px;
}
.index .yoyaku::after {
    content: "";
    display: inline-block;
    width: 45px;
    height: 120px;
    background: url(../img/index/yoyaku-star.svg) no-repeat center top / contain;
    position: absolute;
    right: 15px; top: 25px;
    transform: scale(-1,1)
}

.index .yoyaku h2 {
    text-align: center;
    font-size: 2.35rem;
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-weight: 600;
}
.index .yoyaku h2 span {
    display: inline-block;
    position: relative;
}
.index .yoyaku h2 span b{
    color: #d93e30;
}
.index .yoyaku h2 span::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 30px;
    background: #4d4d4d;
    transform: rotate(-40deg);
    margin-right: 15px;
    position: absolute;
    top: 6px; left: -20px;
}
.index .yoyaku h2 span::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 30px;
    background: #4d4d4d;
    transform: rotate(40deg);
    margin-right: 15px;
    position: absolute;
    top: 6px; right: -30px;
}
.index .yoyaku .bnr-wrap .bnr {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
    display: block;
    border-radius: 30px;
    color: #fff;
    font-size: 1.8rem;
    padding-top: 14px;
    padding-bottom: 12px;
    padding-left: 50px;
    box-shadow: 2px 2px 2px rgba(0,0,0,.4);
}
.index .yoyaku .bnr-wrap .bnr::before {
    content: "";
    width: 50px;
    height: 40px;
    display: inline-block;
    background: url(../img/index/icon_tel.svg) no-repeat center center / contain;
    position: absolute;
    left: 14px; top: 0; bottom: 0;
    margin: auto;
}
.index .yoyaku .bnr-wrap .bnr-web::before {
    background: url(../img/index/icon_web.svg) no-repeat center center / contain;
}
.index .yoyaku .bnr-wrap .bnr a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; left: 0;
}
.index .yoyaku .bnr-wrap .bnr span {
    display: block;
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    margin-top: 4px;
}
.index .yoyaku .bnr-wrap .bnr-tel{
    background: url(../img/index/stripe_sp_01.png) repeat ;
    padding-left: 20px;
}
.index .yoyaku .bnr-wrap .bnr-web{
    background: url(../img/index/stripe_sp_02.png) repeat ;
}
.index .yoyaku .bnr-wrap .tel-pc {
    display: none;
}
/* #osusume 
==================================*/

.index .osusume {

}
.index .osusume h2 {
    text-align: center;
    font-size: 2.6rem;
    color: #3d517d;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.index .osusume h2 span {
    color: #9a8d2c;
    position: relative;
    font-size: 3rem;
}
.index .osusume h2 span::after {
    content: "";
    width: 100%;
    height: 10px;
    background: url(../img/index/nami_01.svg) no-repeat center center / contain;
    display: inline-block;
    position: absolute;
    bottom: -8px; left: 0; right: 0;
    margin: auto;
}
.index .osusume {
    background: #f3f1fd;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}
.index .osusume ul {
    display: inline-block;
    text-align: left;
    margin-top: 25px;
}
.index .osusume ul li {
    color: #3d517d;
    font-size: 1.6rem;
    position: relative;
    padding-left: 28px;
    margin-bottom: 16px;
}
.index .osusume ul li b{
    color: #3d517d;
    font-size: 1.76rem;    
}
.index .osusume ul li::before {
    content: "";
    width: 20px;
    height: 19px;
    background: url(../img/index/checkmark.svg) no-repeat center / contain;
    display: block;
    position: absolute;
    top: 3px; left: 0;
    margin: auto;
}

/* #about
==================================*/

.index .about .arrowbox {
    background: #de9796;
    text-align: center;
    color: #fff;
    padding: 23px 0;
    position: relative;
    font-size: 2.6rem;
    letter-spacing: 1px;
    z-index: 2;
    box-shadow: 2px 2px 2px rgba(0,0,0,.2);
}
.index .about .arrowbox::after {
    content: "";
    width: 35px;
    height: 35px;
    display: block;
    background: #de9796;
    position: absolute;
    bottom: -18px; left: 0; right: 0;
    margin: auto;
    transform: rotate(45deg);
    z-index: -1;
}
.index .about .arrowbox span {
    position: relative;
    font-size: 3rem;
}
.index .about .arrowbox span::after {
    content: "";
    width: 100%;
    height: 10px;
    background: url(../img/index/nami_02.svg) no-repeat center center / contain;
    display: inline-block;
    position: absolute;
    bottom: -8px; left: 0; right: 0;
    margin: auto;
}
/* wrap-1 */
.index .about .wrap-1 .item-1 {
    position: relative;
}
.index .about .wrap-1 .item-1 .image {
    width: 100%;
    margin-top: 5px;
    height: 300px;
    background: url(../img/index/about_sp_01.jpg) no-repeat top left / cover;
}
.index .about .wrap-1 .item-1 h2 img {
    max-width: 213px;
    position: absolute;
    top: 35px; right: 14px;
}
.index .about .wrap-1 .flex-ctr {
    margin-top: 30px;
}
.index .about .wrap-1 .flex-ctr > div {
    text-align: center;
    margin-bottom: 50px;
}
.index .about .wrap-1 .flex-ctr > div h3 {
    color: #fff;
    background: #de9796;
    font-size: 1.8rem;
    padding: 4px 0;
    margin-bottom: 30px;
}
.index .about .wrap-1 .flex-ctr > div p {
    text-align: left;
}
.index .about .wrap-1 .flex-ctr > div p.small {
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 15px;
}
.index .about .wrap-1 .flex-ctr > div img {
    margin-bottom: 15px;
}
.index .about .wrap-1 .flex-ctr > div:nth-of-type(1) img {
    max-width: 208px;
}
.index .about .wrap-1 .flex-ctr > div:nth-of-type(2) img {
    max-width: 335px;
}

/* wrap-2 */

.index .about .wrap-2 .flex-ctr > div {
    background: #f8eaed;
    padding-bottom: 40px;
}
.index .about .wrap-2 .flex-ctr > div .image {
    margin-bottom: 25px;
}
.index .about .wrap-2 .flex-ctr > div dl {
    margin-bottom: 30px;
}
.index .about .wrap-2 .flex-ctr > div dt {
    background: linear-gradient(to right,#fff,rgba(255,255,255,.0));
    font-size: 1.9rem;
    font-weight: 600;
    color: #d67d7c;
    padding: 0 20px;
    margin-bottom: 10px;
}
.index .about .wrap-2 .flex-ctr > div dt span {
    font-family: "Renner*";
    font-size: 1.5rem;
    color: #fff;
    position: relative;
    z-index: 1;
    margin-right: 18px;
    line-height: 0;
    top: -2px;
}
.index .about .wrap-2 .flex-ctr > div dt span::after {
    content: "";
    width: 22px;
    height: 22px;
    background: #d67d7c;
    display: inline-block;
    border-radius: 100%;
    position: absolute;
    top: 0; bottom: 0; left: -6px;
    margin:auto;
    z-index: -1;
}
.index .about .wrap-2 .flex-ctr > div dd {
    padding: 0 20px;
}

.index .about .wrap-2 .flex-ctr > div:nth-of-type(2) {
    background: #f5f3e9;
}
.index .about .wrap-2 .flex-ctr > div:nth-of-type(2) dt {
    color: #9a8d2c;
}
.index .about .wrap-2 .flex-ctr > div:nth-of-type(2) dt span::after {
    background: #9a8d2c;
}

/* wrap-3 */

.index .about .wrap-3 .midashi-1 strong {
    border-bottom: 3px double #998c2c;
}
.index .about .wrap-3 .dl-wrap {
    background: url(../img/index/about_sp_06.jpg) no-repeat top right / cover;
    padding-top: 30px;
    padding-bottom: 40px;
}
.index .about .wrap-3 .dl-wrap dl {
    margin-bottom: 20px;
}
.index .about .wrap-3 .dl-wrap dt {
    font-size: 2.2rem;
    font-weight: 600;
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
    z-index: 1;
    color: #fff;
}
.index .about .wrap-3 .dl-wrap dt::after {
    content: "";
    width: 186px;
    height: 40px;
    background: url(../img/index/about_wrap-3_bk1.svg) no-repeat center center / contain;
    display: block;
    position: absolute;
    top: -2px; left: 0;
    z-index: -1;
}
.index .about .wrap-3 .dl-wrap dl:nth-of-type(even) dt::after {
    background: url(../img/index/about_wrap-3_bk2.svg) no-repeat center center / contain;
}
.index .about .wrap-3 .dl-wrap dd {
    font-size: 1.5rem;
    font-weight: 600;
}
.index .about .wrap-3 .dl-wrap dl:nth-of-type(1) dd,
.index .about .wrap-3 .dl-wrap dl:nth-of-type(2) dd {
    max-width: 180px;
}
.index .about .wrap-3 p.small {
    display: block;
    font-size: 1.1rem;
    font-weight: 400;
    margin-top: 30px;
}

/* #reason
==================================*/

.index .reason {
    background: #f7f3ef;
    padding-bottom: 70px;
}
.index .reason .midashi-1 strong {
    border-bottom: 3px double #998c2c;
}
.index .reason .item-wrap .num {
    background: #d67d7c;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    color: #fff;
    font-family: "Renner*";
    text-align: center;
    position: relative;
    top: 20px; left: 10px;
}
.index .reason .item-wrap .num::after {
    content: "";
    width: 76px;
    height: 76px;
    border: 1px solid #fff;
    display: block;
    position: absolute;
    top: 2px; left: 2px;
    border-radius: 100%;
}
.index .reason .item-wrap:nth-of-type(even) .num {
    margin-left: auto;
    left: auto; right: 10px;
}
.index .reason .item-wrap .num span {
    font-size: 1.3rem;
    position: relative;
    top: 12px;
}
.index .reason .item-wrap .num span span {
    font-size: 4.15rem;
    display: block;
    position: relative;
    top: 4px;
}
.index .reason .item-wrap .text {
    background: #fff;
    padding: 10px;
    margin-top: 10px;
    border-radius: 8px;
    box-shadow: 2px 2px 2px rgba(0,0,0,.1);
}
.index .reason .item-wrap .text h3 {
    font-size: 2.4rem;
    color: #3d517d;
    line-height: 1.6em;
    border-bottom: 1px solid #998c2c;
    margin-bottom: 10px;
    padding-bottom: 4px;
}
.index .reason .item-wrap .text h3 b{
    font-size: 2.7rem;
    color: #b88622;
    font-weight: 600;
}
.index .reason .item-wrap h4 {
    color: #d67d7c;
    font-weight: 600;
    font-size: 1.7rem;
    margin: 4px 0;
}
.index .reason .item-wrap h4::before {
    content: "";
    width: 5px;
    height: 25px;
    background: #d67d7c;
    display: inline-block;
    position: relative;
    top: 6px; left: 0;
    margin-right: 10px;
}
.index .reason .item-wrap:nth-of-type(4) .image {
    margin-bottom: 25px;
}

/* #price
==================================*/

.index .price {
    padding-bottom: 40px;
}
.index .price h3 {
    text-align: center;
    color: #fff;
    font-size: 1.9rem;
    background: #d67d7c;
    font-weight: 600;
    padding: 5px 0;
    margin-bottom: 20px;
}
.index .price .flex-ctr > div {
    margin-top: 25px;
}
.index .price .flex-ctr > div .dl-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 10px;
    
}
.index .price .flex-ctr > div .dl-wrap dl {
    width: calc(100% / 2 - 8px);
    
}
.index .price .flex-ctr > div .dl-wrap dl dt {
    background: #de9796;
    color: #fff;
    font-weight: 600;
    font-size: 1.9rem;
}
.index .price .flex-ctr > div .dl-wrap dl dt span {
   font-size: 3rem;
   font-weight: 400;
}
.index .price .flex-ctr > div .dl-wrap dl:first-of-type {
    width: 100%;
}
.index .price .flex-ctr > div .dl-wrap dl dd {
    margin: 12px 0;
}
.index .price .flex-ctr > div .dl-wrap dl dd img {
    width: 112px;
}
.index .price .flex-ctr > div .dl-wrap dl:first-of-type dd {
    margin: 16px 0;
}
.index .price .flex-ctr > div .dl-wrap dl:first-of-type dd img {
     width: 176px;
}
.index .price .flex-ctr > div p.small {
    font-size: .9rem;
}
.index .price .flex-ctr > div .image {
    width: 100%;
    height: 250px;
    background: url(../img/index/price_sp_01.jpg) no-repeat center center / cover;
    margin-bottom: 10px;
}

/* #faq
==================================*/

.faq {
    background: #f5f5f5;
    border-top: 1px solid #998c2c;
    padding-bottom: 40px;
}
.faq h2 {
    font-size: 2.7rem;
    font-weight: 600;
    text-align: center;
    color: #3d517d;
    margin: 40px 0;
}

/* 開閉メニュー */
.faq .faq-wrap label .question{
    background: #de9796;
    display: block;
    color: #fff;
    font-size: 1.5rem;
    position: relative;
    padding: 12px 35px 12px 50px;
    line-height: 1.4em;
    display: flex;
    align-items: center;
    min-height: 60px;
}
.faq .faq-wrap input[type="checkbox"].on-off + label .question::after {
    content: "";
    width: 17.5px;
    height: 17.5px;
    display: block;
    background: url(../img/index/faq-arrow.svg) no-repeat center center / contain;
    position: absolute;
    right: 10px; top: 0; bottom: 0;
    margin: auto;  
}
.faq .faq-wrap input[type="checkbox"].on-off + label .question::before {
    content: "";
    width: 23.5px;
    height: 23.5px;
    display: block;
    background: url(../img/index/faq-Q.svg) no-repeat center center / contain;
    position: absolute;
    left: 10px; top: 0; bottom: 0;
    margin: auto;  
}
.faq .faq-wrap input[type="checkbox"].on-off:checked + label .question::after {
    transform: rotate(180deg);
}
.faq .faq-wrap input[type="checkbox"].on-off{
    display: none;
}
.faq .faq-wrap input[type="checkbox"].on-off + label + .item-inr {
    height: 0;
    overflow: hidden;
}
.faq .faq-wrap input[type="checkbox"].on-off:checked + label + .item-inr {
    height: auto;
    border: 1px solid #f5f5c1;
}
/* 開閉インナー */
.faq .faq-wrap .item-inr {
    box-shadow: 0 0 1px rgba(0,0,0,.8);
    margin-bottom: 15px;
}
.faq .faq-wrap .answer {
    background: #fff;
    padding: 20px 10px 40px 10px;
    position: relative;
}
.faq .faq-wrap .answer::before {
    content: "";
    width: 23.5px;
    height: 23.5px;
    display: block;
    background: url(../img/index/faq-A.svg) no-repeat center center / contain;
    margin-bottom: 14px;
}
.faq .txt-1 {
    padding: 10px 40px;
    background: url(../img/index/stripe.png) repeat, #5dc1cf;
    color: #fff;
    font-size: 1.5rem;
}
.faq .faq-wrap .answer p + p {
    margin-top: 1em;
}

/* #flow
==================================*/

.flow h3 {
    position: relative;
    background: #fbf2f6;
    display: flex;
    height: 75px;
    align-items: center;
}
.flow .flow-wrap {
    margin: 30px 0;
}
.flow .flow-wrap h3 {
    margin-bottom: 10px;
}
.flow .flow-wrap h3::after {
    content: "";
    width: 75px;
    height: 100%;
    display: inline-block;
    background: url(../img/index/flow_stripe.gif) repeat;
    position: absolute;
    top: 0; left: 0;
}
.flow .flow-wrap h3 span:nth-of-type(1) {
    font-size: 3.5rem;
    font-family: "Renner*";
    font-weight: 300;
    color: #fff;
    position: relative;
    top: -12px; left: 6px;
    z-index: 1;
}
.flow .flow-wrap h3 span:nth-of-type(2) {
    font-size: 2.1rem;
    font-weight: 600;
    color: #cf7183;
    width: 100%;
    text-align: center;
    padding-left: 40px;
}
.flow .flow-wrap .flow-item:nth-of-type(3) h3 span:nth-of-type(2),
.flow .flow-wrap .flow-item:nth-of-type(5) h3 span:nth-of-type(2) {
    position: relative;
    left: -16px;
    padding-left: 0;
}
.flow .flow-wrap b {
    color: #3d517d;
}
.flow .flow-wrap p.small {
    font-size: 1.15rem;
}
.flow .flow-wrap .arrow {
    width: 32px;
    height: 21px;
    margin: 30px auto;
    background: url(../img/index/flow_arrow.svg) no-repeat center center / contain;
}

.flow .flow-wrap .flex-ctr .image {
    width: 100%;
    height: 250px;
    margin-bottom: 10px;
}
.flow .flow-wrap .flex-ctr .img-1 {
    background: url(../img/index/flow_01.jpg) no-repeat center center / cover;
}
.flow .flow-wrap .flex-ctr .img-2 {
    background: url(../img/index/flow_02.jpg) no-repeat top left / cover;
}
.flow .flow-wrap .flex-ctr > div p {
    margin-bottom: 16px;
}

/* #doctor
==================================*/

.index .doctor .midashi-1 {
    padding: 50px 0;
}
.index .doctor .flex-ctr {
    display: flex;
    align-items: center;
    margin: 30px auto;
    max-width: 375px;
}
.index .doctor .flex-ctr .image {
    width: 55%;
    max-width: 175px;
    height: 225px;
    background: url(../img/index/doctor_sp_01.jpg) no-repeat center top / cover;
}
.index .doctor .flex-ctr .text {
    width: 45%;
    padding-left: 20px;
}
.index .doctor .flex-ctr .text p:first-of-type {
    line-height: 1.4em;
}
.index .doctor .flex-ctr .text .name {
    font-size: 2.3rem;
    margin-bottom: 20px;
}
.index .doctor .flex-ctr .text .name span {
    font-size: 1.35rem;
    display: block;
    font-family: "Renner*";
    line-height: 1em;
}
.index .doctor h3 {
    color: #cf7183;
    font-weight: 600;
    font-size: 1.8rem;
    letter-spacing: -1px;
    margin-bottom: 20px;
}
.index .doctor .wrap-1 p {
    margin-bottom: 20px;
}
.index .doctor .history {
    background: #fbf2f1;
    padding: 15px 10px;
    margin-bottom: 20px;
}

.index .doctor .history h4 {
    font-size: 1.5rem;
    border-bottom: 1px solid #4d4d4d;
    padding-bottom:6px;
    margin-bottom: 10px;
}
.index .doctor .history dl {
    font-size: 1.25rem;
    display: flex;
    margin-bottom: 20px;
}
.index .doctor .history dl:last-of-type {
    margin-bottom: 0;
}
.index .doctor .history dt{
    width: 50px;
}
.index .doctor .history dd {
    width: calc(100% - 50px);
    letter-spacing: -1px;
}

/* #information
==================================*/

.index .information {
    background: #f4f4f2;
    padding-bottom: .1px;
}
.index .information .midashi-1 {
    padding: 50px 0;
}
.index .information h3 {
    font-weight: 600;
    text-align: center;
    font-size: 2.1rem;
    color: #3D517D;
    margin-top: 40px;
    margin-bottom: 30px;
}
.index .information .image {
    width: 100%;
    height: 250px;
    background: url(../img/index/information_sp_01.jpg) no-repeat center center / cover;
}
.index .information h3 span {
    display: block;
    color: #B88622;
    line-height: 1.6em;
    
}
.index .information .slid-wrap {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 0 20px;
}
.index .information .slid-wrap .slid-arrow {
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0; right: 0;
    display: inline-block;
    z-index: 10;
}
.index .information .slid-wrap .examples-slid-prev {
    right: auto; left: 0;
}
.index .information .slid-wrap .examples-slid-next::after {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(../img/index/information_slid-arrow.svg) no-repeat center center /contain;
    position: absolute;
    top: 110px; right: 4px;
    margin: auto;
}
.index .information .slid-wrap .examples-slid-prev::after {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(../img/index/information_slid-arrow.svg) no-repeat center center /contain;
    position: absolute;
    top: 110px; left: 4px;
    margin: auto;
    transform: rotate(180deg);
}
.index .information .slid-wrap .slid-item {
    width: 100%;
    height: 250px;
}
.index .information .slid-wrap  .slid-1 {
    background: url(../img/index/information_sp_slid_01.jpg) no-repeat center center / cover;
}
.index .information .slid-wrap  .slid-2 {
    background: url(../img/index/information_sp_slid_02.jpg) no-repeat center center / cover;
}
.index .information .slid-wrap  .slid-3 {
    background: url(../img/index/information_sp_slid_03.jpg) no-repeat center center / cover;
}
.index .information .slid-wrap  .slid-4 {
    background: url(../img/index/information_sp_slid_04.jpg) no-repeat center center / cover;
}
.index .information .flex-ctr .item {
    margin-bottom: 40px;
    font-size: 1.3rem;
}
.index .information .flex-ctr .gmap {
    border: 1px solid #8E8E8E;
    width: 100%;
    height: 220px;
    margin-top: 90px;
    margin-bottom: 20px;
}
.index .information .flex-ctr iframe {
    width: 100%;
    height: 100%;
}
.index .information p span.fix {
    margin-left: -.5em;
}

/* #userguide
=============================================*/

.index .userguide {
    margin-top: 50px;
}
/* 開閉メニュー */
.index .userguide label {
    background: #D67D7C;
    display: block;
    color: #fff;
    font-size: 1.5rem;
    position: relative;
    padding: 16px 35px 16px 50px;
    text-align: center;
    align-items: center;
    margin-bottom: 40px;
}
.index .userguide label span span {
    display: block;
    margin-top: 8px;
    font-size: 1.2rem;
}
.index .userguide input[type="checkbox"].on-off + label::after {
    content: "";
    width: 17.5px;
    height: 17.5px;
    display: block;
    background: url(../img/index/userguide_icon_02.svg) no-repeat center center / contain;
    position: absolute;
    right: 10px; top: 0; bottom: 0;
    margin: auto;  
}
.index .userguide input[type="checkbox"].on-off:checked + label::after {
    background: url(../img/index/userguide_icon_01.svg) no-repeat center center / contain;
}
.index .userguide input[type="checkbox"].on-off{
    display: none;
}
.index .userguide input[type="checkbox"].on-off + label + .guide-inr {
    height: 0;
    overflow: hidden;
}
.index .userguide input[type="checkbox"].on-off:checked + label + .guide-inr {
    height: auto;
}
/* 開閉インナー */

.index .userguide .guide-detail h2 {
    font-size: 2.3rem;
    color: #C71B77;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.index .userguide .guide-detail h2 span {
    background: #fff;
    padding: 0 15px;
}
.index .userguide .guide-detail h2::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #C71B77;
    position: absolute;
    top: 0; bottom: 0; left: 0;
    margin: auto;
    z-index: -1;
}
.index .userguide .guide-detail h3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #d9318b;
    position: relative;
    padding-left: 20px;
    margin-top: 40px;
    margin-bottom: 30px;
}
.index .userguide .guide-detail h3::before {
    content: "";
    width: 6px;
    height: calc(100% + 4px);
    display: block;
    background: #d9318b;
    position: absolute;
    left: 0; bottom: 0; top: 0;
    margin: auto;
}
.index .userguide .guide-detail p {
    margin-bottom: 1em;
}
.index .userguide .guide-detail p b {
    font-weight: 600;
    color: #d93137;
}

.index .userguide .guide-detail table {
    font-size: 1.1rem;
    font-weight: 600;
}
.index .userguide .guide-detail table th,
.index .userguide .guide-detail table td {
    background: #f1f1ee;
    border: 1px solid #fff;
    vertical-align: middle;
    text-align: center;
    height: 100px;
    
}
.index .userguide .guide-detail table th{
    background: #ccd5e1;
    color: #55739a;
}
.userguide .guide-detail table tr td:nth-of-type(1) {
    width: 90px;
}
.userguide .guide-detail table tr:nth-of-type(3) td,
.userguide .guide-detail table tr:nth-of-type(5) td {
    background: #dbdbdb;

}
.index .userguide .guide-detail table .dd-txt-1 {
    padding: 0 10px;
    color: #d93137;
}
.index .userguide .guide-detail table .dd-txt-2 {
    padding: 0 10px;
}
.index .userguide-inr + p {
    font-size: 1.3rem;
}