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

@media print, screen and (min-width:768px) {

/* MV
==================================*/
.index .mv-wrap {
    width: 100%;
    height: 50vw;
    max-height: 600px;
    position: relative;
    background: url(../img/index/mv_pc_01.jpg) no-repeat center top / cover;
}
.index .mv img {
    display: none;
}
.index .mv-wrap h2 {
    line-height: 0;
}
.index .mv-wrap::after {
    content: "";
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    background: url(../img/index/mv_pc_02.png) no-repeat center bottom / contain;
}
/* page-link
==================================*/
.index .page-link {
    width: 100%;
    background: url(../img/index/bk_pc_01.jpg) no-repeat center top / cover; 
    padding: 30px 0 40px 0;
}
.index .page-link ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index .page-link ul li {
    width: calc(100% / 3 - 10px);
    text-align: center;
    background: #fff;
    border: 2px solid #998c2c;
    border-radius: 5px;
    margin-bottom: 10px;
    min-height: 82px;
    position: relative;
    line-height: 1.4em;  
    font-size: 1.45rem;
}
.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_pc_02.jpg) no-repeat center top / cover;
    padding: 35px 0 50px 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: 3.1rem;
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-weight: 600;
}
.index .yoyaku h2 span {
    display: block;
    position: relative;
    width: 260px;
    margin: 0 auto;
}
.index .yoyaku h2 span b{
    color: #d93e30;
}
.index .yoyaku h2 span::before {
    content: "";
    display: inline-block;
    width: 1.5px;
    height: 40px;
    background: #4d4d4d;
    transform: rotate(-40deg);
    margin-right: 15px;
    position: absolute;
    top: 6px; left: -20px;
}
.index .yoyaku h2 span::after {
    content: "";
    display: inline-block;
    width: 1.5px;
    height: 40px;
    background: #4d4d4d;
    transform: rotate(40deg);
    margin-right: 15px;
    position: absolute;
    top: 6px; right: -30px;
}
.index .yoyaku .bnr-wrap {
    display: flex;
    justify-content: center;
}
.index .yoyaku .bnr-wrap .bnr {
    width: 50%;
    max-width: 400px;
    text-align: center;
    margin: 0 15px;
    position: relative;
    width: 100%;
    display: block;
    border-radius: 30px;
    color: #fff;
    font-size: 2.15rem;
    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.55rem;
    font-weight: 400;
    margin-top: 6px;
    letter-spacing: 0;
}
.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: block;
    font-size: 2.3rem;
    letter-spacing: 1px;
}
.index .yoyaku .bnr-wrap .tel-sp {
    display: none;
}
/* #osusume 
==================================*/

.index .osusume {
    background: #f3f1fd;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
.index .osusume h2 {
    text-align: center;
    font-size: 4.15rem;
    color: #3d517d;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.index .osusume h2 span {
    color: #9a8d2c;
    position: relative;
    font-size: 5rem;
}
.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 .img-1 {
    max-width: 513px;
    margin: 20px auto;
}
.index .osusume ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
    margin: 25px auto;
    width: 680px;
    position: relative;
    left: 20px;

}
.index .osusume ul li {
    color: #3d517d;
    font-size: 1.92rem;
    position: relative;
    padding-left: 28px;
    margin-bottom: 16px;
    width: calc(100% / 2 - 30px);
}
.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: 8px; left: 0;
    margin: auto;
}
.index .osusume ul li:nth-of-type(2) {
    order: 3;
}
.index .osusume ul li:nth-of-type(3) {
    order: 5;
}
.index .osusume ul li:nth-of-type(4) {
    order: 7;
}
.index .osusume ul li:nth-of-type(5) {
    order: 2;
}
.index .osusume ul li:nth-of-type(6) {
    order: 4;
}
.index .osusume ul li:nth-of-type(7) {
    order: 6;  
}
.index .osusume ul li:nth-of-type(8) {
    order: 8;  
}

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

.index .about .arrowbox {
    background: #de9796;
    text-align: center;
    color: #fff;
    padding: 28px 0;
    position: relative;
    font-size: 3.3rem;
    letter-spacing: 1px;
    z-index: 2;
    box-shadow: 2px 2px 2px rgba(0,0,0,.2);
}
.index .about .arrowbox::after {
    content: "";
    width: 45px;
    height: 45px;
    display: block;
    background: #de9796;
    position: absolute;
    bottom: -22px; 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 {
    max-width: 1400px;
    margin: 0 auto;
    background: url(../img/index/about_pc_01.jpg) no-repeat top left;
}
.index .about .wrap-1 .item-1 {
    position: relative;
    right: 0;
    padding-top: 60px;
    width: 50%;
    margin-left: auto;
}
.index .about .wrap-1 .item-1 .image {
    display: none;
}
.index .about .wrap-1 .item-1 h2 {
    text-align: right;
   }
.index .about .wrap-1 .item-1 h2 img {
    max-width: 616px;
    position: relative;
    top: 0; right: 0;
}
.index .about .wrap-1 .item-1 p {
    max-width: 580px;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 50px;
    font-size: 1.8rem;
    position: relative;
}
.index .about .wrap-1 .flex-ctr {
    margin-top: 30px;
    max-width: 1120px;
}
.index .about .wrap-1 .flex-ctr > div {
    text-align: center;
    margin-bottom: 50px;
    width: calc(100% / 2 - 30px);
}
.index .about .wrap-1 .flex-ctr > div h3 {
    color: #fff;
    background: rgba(214,125,124,.8);
    font-size: 2.7rem;
    padding: 4px 0;
    margin-bottom: 30px;
}
.index .about .wrap-1 .flex-ctr > div:nth-of-type(2) h3 {
    margin-bottom: 45px;
}
.index .about .wrap-1 .flex-ctr > div p {
    text-align: left;
}
.index .about .wrap-1 .flex-ctr > div p.small {
    font-size: 1.5rem;
    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: 268px;
}
.index .about .wrap-1 .flex-ctr > div:nth-of-type(2) img {
    max-width: 500px;
    margin-bottom:54px;
}

/* wrap-2 */

.index .about .wrap-2 {
    margin-bottom: 130px;
}
.index .about .wrap-2 .flex-ctr {
    margin: 50px auto 0 auto;
    max-width: 1200px;
}
.index .about .wrap-2 .flex-ctr > div {
    background: #f8eaed;
    padding-bottom: 0;
    width: 50%;
}
.index .about .wrap-2 .flex-ctr > div .image {
    margin-bottom: 25px;
}
.index .about .wrap-2 .flex-ctr > div dl {
    margin-bottom: 10px;
    min-height: 210px;
}
.index .about .wrap-2 .flex-ctr > div dl:last-of-type {
    min-height: 180px;
}
.index .about .wrap-2 .flex-ctr > div dt {
    background: linear-gradient(to right,#fff,rgba(255,255,255,.0));
    font-size: 2.4rem;
    font-weight: 600;
    color: #d67d7c;
    padding: 0 20px 0 40px;;
    margin-bottom: 10px;
}
.index .about .wrap-2 .flex-ctr > div dt span {
    font-family: "Renner*";
    font-size: 1.8rem;
    color: #fff;
    position: relative;
    z-index: 1;
    width: 22px;
    margin-right: 18px;
    top: -2px;
}
.index .about .wrap-2 .flex-ctr > div dt span::after {
    content: "";
    width: 26px;
    height: 26px;
    background: #d67d7c;
    display: inline-block;
    border-radius: 100%;
    position: absolute;
    top: -5px; left: -8px;
    z-index: -1;
}
.index .about .wrap-2 .flex-ctr > div dd {
    padding: 10px 60px 10px 40px;
}

.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 {
    background: url(../img/index/midashi_pc_bk_02.jpg) no-repeat center left / cover;
}
.index .about .wrap-3 .bk-wrap {
    background: url(../img/index/about_pc_06.jpg) no-repeat center top / cover;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 0;
}
.index .about .wrap-3 .midashi-1 strong {
    border-bottom: 0;
}
.index .about .wrap-3 .dl-wrap {
    background: 0;
    padding-top: 30px;
    padding-bottom: 40px;
}
.index .about .wrap-3 .dl-wrap dl {
    margin-bottom: 30px;
}
.index .about .wrap-3 .dl-wrap dt {
    font-size: 2.7rem;
    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: 222px;
    height: 48px;
    background: url(../img/index/about_wrap-3_bk1.svg) no-repeat center center / contain;
    display: block;
    position: absolute;
    top: -1px; 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 dl:nth-of-type(1) dt,
.index .about .wrap-3 .dl-wrap dl:nth-of-type(2) dt {
    text-align: center;
    width: 162px;
    
}
.index .about .wrap-3 .dl-wrap dd {
    font-size: 2.1rem;
    font-weight: 600;
    max-width: 680px;
}
.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: 680px;
}
.index .about .wrap-3 p.small {
    display: block;
    font-size: 1.32rem;
    font-weight: 400;
    margin-top: -16px;
}

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

.index .reason {
    background: #f7f3ef;
    padding-bottom: 70px;
}
.index .reason .inr20 {
    max-width: 1234px;
}
.index .reason .midashi-1 {
    background: url(../img/index/midashi_pc_bk_03.jpg) no-repeat center left / cover;
    margin-bottom: 120px;
}
.index .reason .midashi-1 strong {
    border-bottom: 0;
}
.index .reason .item-wrap {
    position: relative;
    margin-bottom: 100px;
}
.index .reason .item-wrap .image {
    width: 618px;
    height: 458px;
}
.index .reason .item-wrap .image img {
    object-fit: cover;
}
.index .reason .item-wrap .num {
    background: #d67d7c;
    width: 108px;
    height: 108px;
    border-radius: 100%;
    color: #fff;
    font-family: "Renner*";
    text-align: center;
    position: absolute;
    top: 60px; left: auto; right: 50px;
    z-index: 2;
}
.index .reason .item-wrap .num::after {
    content: "";
    width: 104px;
    height: 104px;
    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: 50px;
}
.index .reason .item-wrap .num span {
    font-size: 1.8rem;
    position: relative;
    top: 18px;
}
.index .reason .item-wrap .num span span {
    font-size: 5.5rem;
    display: block;
    position: relative;
    top: 2px;
}
.index .reason .item-wrap .text {
    background: #fff;
    padding: 40px 50px;
    margin-top: 10px;
    border-radius: 8px;
    box-shadow: 2px 2px 2px rgba(0,0,0,.1);
    position: absolute;
    top: 110px; right: 0;
    width: 71%;
    max-width: 780px;
}
.index .reason .item-wrap .text h3 {
    font-size: 3.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: 3.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 .text p {
    font-size: 1.8rem;
}
.index .reason .item-wrap:nth-of-type(1) .text {
    top: 50px;
}
.index .reason .item-wrap:nth-of-type(4) .image {
    margin-bottom: 0;
    height: 575px;
}
.index .reason .item-wrap:nth-of-type(4) .image img {
    object-fit: contain;
}

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

.index .price {
    padding-bottom: 40px;
}
.index .price h3 {
    text-align: center;
    color: #fff;
    font-size: 2.2rem;
    background: #d67d7c;
    font-weight: 600;
    padding: 8px 0;
    margin-bottom: 30px;
}
.index .price .flex-ctr {
    max-width: 1100px;
    margin: 50px auto;
}
.index .price .flex-ctr > div {
    margin-top: 25px;
    width: calc(100% / 2 - 30px);
}
.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: 2.28rem;
}
.index .price .flex-ctr > div .dl-wrap dl dt span {
   font-size: 3rem;
   font-weight: 400;
}
.index .price .flex-ctr > div .dl-wrap dl dd {
    font-size: 3.36rem;
    font-weight: 600;
}
.index .price .flex-ctr > div .dl-wrap dl dd span {
    font-size: 1.4rem;
    position: relative;
    display: inline-block;
}
.index .price .flex-ctr > div .dl-wrap dl dd span::after {
    content: "※1";
    font-size: .8rem;
    position: absolute;
    display: block;
    top: -12px; left: 0;
}
.index .price .flex-ctr > div .dl-wrap dl:first-of-type {
    width: 100%;
}
.index .price .flex-ctr > div .dl-wrap dl dd {
    margin: 10px 0;
}
.index .price .flex-ctr > div .dl-wrap dl dd img {
    width: 133px;
}
.index .price .flex-ctr > div .dl-wrap dl:first-of-type dd {
    margin: 30px 0 10px 0;
}
.index .price .flex-ctr > div .dl-wrap dl:first-of-type dd img {
     width: 211px;
}
.index .price .flex-ctr > div p.small {
    font-size: 1.08rem;
}
.index .price .flex-ctr > div .image {
    width: 100%;
    max-width: 400px;
    height: 300px;
    background: url(../img/index/price_pc_01.jpg) no-repeat center center / cover;
    margin: 0 auto 20px auto;
}

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

.faq {
    background: url(../img/index/faq_pc_bk.jpg) no-repeat top left / cover;;
    border-top: 1px solid #998c2c;
    padding-bottom: 40px;
}
.faq h2 {
    font-size: 3.57rem;
    font-weight: 600;
    text-align: center;
    color: #3d517d;
    margin: 50px 0;
}
.faq .inr20 {
    max-width: 1000px;
}
/* 開閉メニュー */
.faq .faq-wrap label .question{
    background: #de9796;
    display: block;
    color: #fff;
    font-size: 2.4rem;
    position: relative;
    padding: 24px 20px 24px 90px;
    line-height: 1.4em;
    display: flex;
    align-items: center;
    min-height: 60px;
}
.faq .faq-wrap input[type="checkbox"].on-off + label .question::after {
    display: none;
}
.faq .faq-wrap input[type="checkbox"].on-off + label .question::before {
    content: "";
    width: 28px;
    height: 28px;
    display: block;
    background: url(../img/index/faq-Q.svg) no-repeat center center / contain;
    position: absolute;
    left: 40px; 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: auto;
    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 4px rgba(0,0,0,.6);
    margin-bottom: 60px;
}
.faq .faq-wrap .answer {
    background: #fff;
    padding: 40px 30px 40px 90px;
    position: relative;
}
.faq .faq-wrap .answer::before {
    content: "";
    width: 28px;
    height: 28px;
    display: inline-block;
    background: url(../img/index/faq-A.svg) no-repeat center center / contain;
    margin-bottom: 14px;
    position: absolute;
    top: 40px; left: 40px;
}
.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 {
    margin-top: 120px;
}
.flow .flow-wrap {
    margin: 60px auto;
    max-width: 1000px;
}
.flow .flow-wrap h3 {
    position: relative;
    background: #fbf2f6;
    display: flex;
    height: 90px;
    align-items: center;
    margin-bottom: 20px;
}
.flow .flow-wrap h3::after {
    content: "";
    width: 90px;
    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: 4.2rem;
    font-family: "Renner*";
    font-weight: 300;
    color: #fff;
    position: relative;
    top: -16px; left: 6px;
    z-index: 1;
}
.flow .flow-wrap h3 span:nth-of-type(2) {
    font-size: 2.53rem;
    font-weight: 600;
    color: #cf7183;
    width: 100%;
    text-align: center;
    padding-left: 0;
    position: relative;
    left: -24px;
}
.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: -26px;
    padding-left: 0;
}
.flow .flow-wrap b {
    color: #3d517d;
}
.flow .flow-wrap p {
    padding-left: 100px;
}
.flow .flow-wrap p.small {
    font-size: 1.38rem;
    margin-top: 10px;
}
.flow .flow-wrap .arrow {
    width: 42px;
    height: 25px;
    margin: 30px auto;
    background: url(../img/index/flow_arrow.svg) no-repeat center center / contain;
}
.flow .flow-wrap .flex-ctr {
    flex-wrap: nowrap;
}
.flow .flow-wrap .flex-ctr .image {
    width: 240px;
    height: 180px;
    margin-bottom: 0;
    margin: 0 20px;
}
.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: 600px;
    position: relative;
    left: 50px;
}
.index .doctor .flex-ctr .image {
    width: 40%;
    max-width: 210px;
    height: 270px;
    background: url(../img/index/doctor_pc_01.jpg) no-repeat center top / cover;
}
.index .doctor .flex-ctr .text {
    width: 60%;
    padding-left: 20px;
    padding-top: 50px;
}
.index .doctor .flex-ctr .text p:first-of-type {
    line-height: 1.4em;
    font-size: 1.68rem;
}
.index .doctor .flex-ctr .text .name {
    font-size: 3.4rem;
    margin-top: 20px;
    margin-bottom: 20px;
}
.index .doctor .flex-ctr .text .name span {
    font-size: 1.62rem;
    display: block;
    font-family: "Renner*";
    line-height: 1em;
    letter-spacing: 1px;
}
.index .doctor .wrap-1 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    max-width: 840px;
}
.index .doctor .wrap-1 h3 {
    color: #cf7183;
    font-weight: 600;
    font-size: 2.16rem;
    letter-spacing: 0;
    margin-bottom: 20px;
}
.index .doctor .wrap-1 p {
    margin-bottom: 20px;
}
.index .doctor .history {
    background: #fbf2f1;
    padding: 20px 20px 20px 50px;
    margin: 50px auto 140px auto;
    max-width: 840px;
}

.index .doctor .history h4 {
    font-size: 1.8rem;
    border-bottom: 1px solid #4d4d4d;
    padding-bottom:6px;
    margin-bottom: 10px;
}
.index .doctor .history dl {
    font-size: 1.6rem;
    display: flex;
    margin-bottom: 20px;
}
.index .doctor .history dl:last-of-type {
    margin-bottom: 0;
}
.index .doctor .history dt{
    width: 80px;
     font-size: 1.6rem;
}
.index .doctor .history dd {
     font-size: 1.6rem;
    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.8rem;
    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;
    max-width: 1200px;
}
.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: 36px;
    height: 36px;
    display: inline-block;
    background: url(../img/index/information_slid-arrow.svg) no-repeat center center /contain;
    position: absolute;
    top: 110px; right: -50px;
    margin: auto;
}
.index .information .slid-wrap .examples-slid-prev::after {
    content: "";
    width: 36px;
    height: 36px;
    display: inline-block;
    background: url(../img/index/information_slid-arrow.svg) no-repeat center center /contain;
    position: absolute;
    top: 110px; left: -50px;
    margin: auto;
    transform: rotate(180deg);
}
.index .information .slid-wrap .slid-item {
    width: 100%;
    height: 300px;
    margin: 0 10px;
}
.index .information .slid-wrap  .slid-1 {
    background: url(../img/index/information_pc_slid_02.jpg) no-repeat center bottom / 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_pc_slid_01.jpg) no-repeat center bottom / 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 {
    justify-content: space-around;
    margin-top: 80px;
}
.index .information .flex-ctr .item {
    margin-bottom: 40px;
    font-size: 1.8rem;
}
.index .information .flex-ctr .item:nth-of-type(1) {
    order: 3;
}
.index .information .flex-ctr .item:nth-of-type(2) {
    order: 1;
}
.index .information .flex-ctr .item:nth-of-type(3) {
    order: 2;
}

.index .information .flex-ctr .gmap {
    border: 1px solid #8E8E8E;
    width: 100%;
    height: 220px;
    margin-top: 40px;
    margin-bottom: 50px;
}
.index .information .flex-ctr iframe {
    width: 100%;
    height: 100%;
}


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

.index .userguide {
    margin-top: 50px;
}
/* 開閉メニュー */
.index .userguide label {
    background: #D67D7C;
    display: block;
    color: #fff;
    font-size: 3rem;
    position: relative;
    padding: 22px 35px 22px 50px;
    text-align: center;
    align-items: center;
    margin-bottom: 40px;
}
.index .userguide label span span {
    display: block;
    margin-top: 12px;
    font-size: 1.6rem;
}
.index .userguide input[type="checkbox"].on-off + label::after {
    content: "";
    width: 35px;
    height: 35px;
    display: block;
    background: url(../img/index/userguide_icon_02.svg) no-repeat center center / contain;
    position: absolute;
    right: 20px; 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: 3rem;
    color: #C71B77;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}
.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: 2.4rem;
    font-weight: 600;
    color: #d9318b;
    position: relative;
    padding-left: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.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;
    width: calc(100% / 2);
    text-align: center;
    height: 100px;
    
}
.index .userguide .guide-detail table th{
    background: #ccd5e1;
    color: #55739a;
}
.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 .guide-inr + p {
    font-size: 1.4rem;
}

}

@media print, screen and (min-width:1000px) {

    /* page-link
    ==================================*/

    .index .page-link ul li {
        width: calc(100% / 6 - 10px);
    }

    /* #about
    ==================================*/
    .index .about .wrap-1 .item-1 {
        right: 100px;
    }
    .index .about .wrap-1 .item-1 p {
        right: 20px;
    }
}