@charset "utf-8";


/*---------------------------------------
その他
---------------------------------------*/
.online_page .sec{
    margin-top: 40px;
}
.online_page .sec1{
    margin-top: 22px;    
}
.online_page .lgr_bg{
    background: #eaf0d9;
    padding-bottom: 30px;
}
.online_page .accordion_wrapper{
    margin-top: -17px;
}
.online_page img.graph{
     margin: 20px auto;   
    width: 237px;
    max-width: 90%;
}
.online_page img.graph83{
    width: 216px;
}
.online_page .accordion_content .conv_btn.machi a{
    padding: 15px;
}
.online_page .accordion_content .conv_btn.machi a p{
    font-size: 1.7rem;
}
.online_page .accordion_content .conv_btn.machi a span{
    font-size: 1.3rem;
    margin-left: 8px;
    padding: 10px;
}
.online_page .m_auto{
    margin: 0 auto;
}
.online_page .sec a.link{
    color: #1E8E43;
    text-decoration: underline;
}
@media (min-width: 768px) {
    .online_page .sec{
        margin-top: 60px;
    }
    .online_page .conv_btn.mt30{
        margin-top: 60px!important;
    }
    .online_page .w500{
        width: 540px;
        margin-left: auto;
        margin-right: auto;
    }
    .online_page .en.pc{
        width: 100%;
    }
    .online_page .w49{
        max-width: 49%;
        width: 100%;
    }
}/*/pc-end*/

/*---------------------------------------
profile
---------------------------------------*/
.online_page .profile .name{
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 12px;    
}
.online_page .profile .name img{
    width: 60px;
    margin-right: 10px;
}
.online_page .profile{
    padding: 10px 0 10px;
    border-bottom: 2px #EBEBEB dotted;
}
@media (min-width: 768px) {
    .online_page .profile{
        padding: 20px 0;
    }
}/*/pc-end*/

/*---------------------------------------
本文
---------------------------------------*/
.online_page .honbun16{
    font-size: 1.6rem;
}
.online_page .honbun18{
    font-size: 1.8rem;
}
@media (min-width: 768px) {
    .online_page .honbun16,.online_page .honbun18{
        line-height: 2;
        font-size: 1.8rem;
    }
}/*/pc-end*/

/*---------------------------------------
ul list
---------------------------------------*/
.online_page ul.list{
    padding: 0;
}
.online_page ul.list li{
    display: flex;
    align-items: flex-start;
    padding: 10px 0 10px;
    border-bottom: 2px #EBEBEB dotted;
}
.online_page ul.list li .dotted{
    color: #58AE74;
    font-size: 2rem;
    line-height: 1;
    position: relative;
    top: 3px;
}
/*---------------------------------------
MV - シンプル
---------------------------------------*/
.online_page .mv.simple{
    background-image: url(../img/common_mv.png);
    background-size: cover;
    height: 105px;
}
.online_page .mv.simple:after{
    display: none;
}
.online_page .mv.simple h1{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    background: #ffffffe8;
    width: 90%;
    padding: 15px 40px 20px;
    line-height: 1;
}
@media (min-width: 768px) {
    .online_page .mv.simple{
        height: 215px;
    }
    .online_page .mv.simple h1{
        width: auto;
    }
}/*/pc-end*/
/*---------------------------------------
見出し全般
---------------------------------------*/
@media (min-width: 768px) {
    .online_page h2{
        font-size: 3rem !important;
        margin-bottom: 20px !important;
    }
    .online_page h3{
        font-size: 2.5rem !important;
    }
}/*/pc-end*/

/*---------------------------------------
コンバージョンボタン
---------------------------------------*/
.online_page .conv_btn.machi a{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
}
.online_page .conv_btn.machi a p{
    font-size: 2rem;
    font-weight: 600;
    margin: 0;
}
.online_page .conv_btn.machi a span{
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    color: #F3962E;
    background: #fff;
    line-height: 1;
    border-radius: 90px;
    padding: 10px 15px;
    margin-left: 15px;
}
.online_page .conv_btn.machi a:after{
    display: none;
}
@media (min-width: 768px) {
    .online_page .conv_btn.machi a p{
        font-size: 2.5rem;
    }
    .online_page .orange_link a{
        font-size: 1.8rem;
        padding: 20px 40px;
        margin-top: 10px;
    }
}/*/pc-end*/

/*---------------------------------------
吹き出し
---------------------------------------*/
.online_page .page_fukidashi {
    position: relative;
    display: inline-block;
    margin: 0 0 29px 0;
    padding: 15px 0;
    min-width: 100%;
    max-width: 100%;
    font-size: 2.2rem;
    background: #E9EFD9;
    text-align: center;
    border-radius: 10px;
    font-weight: 600;
    line-height: 1.4;
}
.online_page .page_fukidashi:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #E9EFD9;
}
.online_page .page_fukidashi p {
    margin: 0;
    padding: 0;
}
/*---------------------------------------
見出し : ベージュの帯
---------------------------------------*/
.online_page .beige_obi{
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    text-align: center;
    background: #FEF6E6;
    padding: 16px;    
}
@media (min-width: 768px) {
    .online_page .beige_obi p{
        font-size: 1.8rem;
    }
}/*/pc-end*/
/*---------------------------------------
見出し : 小さい緑の見出し
---------------------------------------*/
.online_page .green_midashi_small{
    font-size: 2rem;
    font-weight: 500;
    color: #1E8E43;
    margin-bottom: 7px;    
}
/*---------------------------------------
見出し : 下に緑の下線
---------------------------------------*/
.online_page .under_bottom_midashi{
    font-size: 2.2rem;
    font-weight: 600;
    text-align: center;
    border-bottom: 3px solid #1E8E43;
    padding-bottom: 12px;
    margin-bottom: 15px;  
}
.online_page .under_bottom_midashi span{
    font-size: 1.8rem; 
    display: block;
}
/*---------------------------------------
見出し : 黒字に黄色い下線
---------------------------------------*/
.online_page .under_line_midashi{
    font-size: 2.2rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;    
}
.online_page .under_line_midashi span{
    position: relative;
}
.online_page .under_line_midashi span:after{
    position: absolute;
    bottom:0;
    left: 0;
    background: #FFFC32;
    width: 100%;
    height: 6px;
    z-index: -1;
    content: "";  
}
/*---------------------------------------
見出し : 緑の見出し　数字強調
---------------------------------------*/
.online_page .green_in_strong_txt{
    color: #1E8E43;
    font-size: 2.6rem;
    display: block;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
    margin-top: -17px;
}
.online_page .green_in_strong_txt strong{
    font-size: 4.5rem;    
}
/*---------------------------------------
見出し : 途中に緑の強調文字
---------------------------------------*/
.online_page .in_strong_txt{
    font-size: 2.2rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 4px;  
}
.online_page .in_strong_txt strong{
    color: #1E8E43;
    font-size: 2.6rem;
    display: block;
    font-weight: 600;  
}
@media (min-width: 768px) {
    .online_page .in_strong_txt strong{
        display: inline;
        font-size: 3rem;
    }
}/*/pc-end*/

/*---------------------------------------
丸チェックリスト
---------------------------------------*/
.online_page .maru_check_list div{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 2px dotted #fff;
    padding: 15px 0;    
}
.online_page .maru_check_list span{
    font-size: 1.6rem;
}
.online_page .maru_check_list div img{
    margin-right: 12px;
}
@media (min-width: 768px) {
    .online_page .maru_check_list{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .online_page .maru_check_list div{
        width: 48%;
    }
    .online_page .maru_check_list span{
        font-size: 2rem;
    }
}/*/pc-end*/
/*---------------------------------------
見出し : 黒の見出し
---------------------------------------*/
.online_page .bk_midashi{
    font-size: 2.2rem;
    text-align: center;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 40px;    
}
/*---------------------------------------
※
---------------------------------------*/
.online_page .kome{
    font-size: 1.4rem;
}
/*---------------------------------------
見出し : 緑帯
---------------------------------------*/
.online_page .green_obi_midashi{
    background: #58B677;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
    padding: 10px 0;
    border-radius: 10px;
    margin-bottom: 6px; 
}

/*---------------------------------------
見出し : 番号＋緑見出し
---------------------------------------*/
.online_page .maru_suuji_midahi{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 500;
    font-size: 2rem;
    color: #1E8E43;
    margin-bottom: 8px;
    font-feature-settings: "palt";
    line-height: 1.4;
}
.online_page .maru_suuji_midahi img{
    margin-right: 8px;
}
/*---------------------------------------
テーブル
---------------------------------------*/
.online_page .table{
    border: 1px solid #828282;
    margin-top: 6px;
}
.online_page .table dl{
    display: flex;
    border-bottom: 1px solid #828282;
}
.online_page .table dt{
    width: 217px;
    background: #F4F9D7;
    border-right: 1px solid #828282;
    padding: 20px;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
}
.online_page .table dd{
    text-align: center;
    padding: 20px;
    font-size: 1.4rem;
    flex: 1;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.online_page .table dd.left{
    text-align: left;
}
.online_page .table dd a{
    word-break: break-all;
}
.online_page .table dl:last-child{
    border: none;
}
.online_page .table dt.small{
    width: 83px;
    font-size: 1.4rem;
}
@media (min-width: 768px) {
    .online_page .table dt{
        width: 50%;
        font-size: 1.8rem;
    }
    .online_page .table dd{
        width: 50%;
        font-size: 1.8rem;
    }
    .online_page .table dt.small{
        width: 180px;
        font-size: 1.8rem;
    }
}/*/pc-end*/

/*---------------------------------------
インデント
---------------------------------------*/
.online_page .indent_kome div{
    justify-content: flex-start;
    align-items: flex-start;
}
.online_page .indent_kome{
    margin-top: 14px;    
}
@media (min-width: 768px) {
    .online_page .indent_kome {
        line-height: 2;
    }
}/*/pc-end*/

/*---------------------------------------
MV
---------------------------------------*/
.online_page .mv{
    background: #FEF6E6;
    position: relative;
}
.online_page .mv .inner{
    width: 100%;
}
.online_page .mv .gradation{
    display: block;
    background: #ffffffcc;
    font-size: 1.8rem;
    padding: 9px 0;
    text-align: center;
    margin-top: -65px;
    position: relative;
    z-index: 1;
    font-weight: 600;
} 
.online_page .mv .gradation span{
    font-size: 1.6rem;
    font-weight: 400;
}
.online_page .mv h1{
    width: 90%;
    margin: 0 auto;
    font-size: 2.4rem;
    text-align: center;
    color: #1E8E43;
    padding: 19px 0;
}
.online_page .mv .conv_btn.machi{
    width: 90%;
    margin: 11px auto 0;
    position: relative;
    z-index: 2;
}
.online_page .mv:after {
    position: absolute;
    width: 100%;
    height: 38px;
    bottom: -14px;
    left: 0;
    content: "";
    background: #fff;
    z-index: 1;
}
@media (min-width: 768px) {
    .online_page .mv .inner{
        width: 1000px;
    }
    .online_page .mv h1{
        font-size: 3.5rem;
        padding: 30px 0 20px;
    }
    .online_page img.main{
        max-width: 70%;
        margin: 0 auto;
        width: 100%;
    }
    .online_page .mv .gradation{
        margin-top: -95px;
    }
    .online_page .mv .conv_btn.machi{
        margin-top: 20px;
    }
}/*/pc-end*/

/*---------------------------------------
オレンジ下線のリンク
---------------------------------------*/
.online_page .orange_link{
    text-align: center;
    margin-top: 11px;
}
.online_page .orange_link a{
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 10px 30px 10px;
    border: 1px solid #F3962E;
    color: #F3962E;
    padding-bottom: 10px;
    position: relative;
    background: #fff;
}
.online_page .orange_link a:after{
    position: absolute;
    top: 52%;
    right: 11px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(0%, -50%);
    background-image: url(../img/arrow_orange.svg);
    width: 7px;
    height: 11px;
    content: "";
}
.online_page .mv .orange_link{
    position: relative;
    z-index: 2;
}

/*---------------------------------------
ページ内リンク
---------------------------------------*/
.online_page .page_in_link{
    margin-top: 40px;
}
.online_page .page_in_link .inner{
    flex-wrap: wrap;
}
.online_page .page_in_link a{
    position: relative;
    width: 49%;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border: 1px solid #1E8E43;
    height: 65px;
    text-align: center;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 10px;
}
.online_page .page_in_link a:after{
    position: absolute;
    top: 50%;
    right:5px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(0%, -50%);
    background-image: url("../img/arrow_ppagelink.svg");
    width: 12px;
    height: 8px;
    content: "";
}
@media (min-width: 768px) {
    .online_page .page_in_link .inner{
        justify-content: flex-start;
    }
    .online_page .page_in_link a{
        width: 24%;
        font-size: 1.6rem;
        padding: 10px 20px;
        margin-right: 13px;
    }
    .online_page .page_in_link a:nth-of-type(4n){
        margin-right: 0px;
    }
}/*/pc-end*/

/*---------------------------------------
症状とお薬の例
---------------------------------------*/
.online_page .okusuri_area{
    background: #eaf0d9;  
    padding: 40px 0;
}
.online_page .okusuri_area .symptom{
    background: #fff;
    border-radius: 25px;
    padding: 0 25px;
}
.online_page .okusuri_area .symptom .box h3{
    font-size: 2rem;
    font-weight: 600;
    color: #1E8E43;
    border-left: 5px solid #1E8E43;
    line-height: 1;
    margin-bottom: 13px;
    padding-left: 8px;   
}
.online_page .okusuri_area .symptom .box .kusuri{
    margin-top: 11px;
}
.online_page .okusuri_area .symptom .box .kusuri h4{
    display: flex;
    font-weight: 600;
    color: #1E8E43;
    font-size: 1.6rem;
    margin-bottom: 4px;
}
.online_page .okusuri_area .symptom .box .kusuri h4 img{
    margin-right: 8px;
}
.online_page .okusuri_area .symptom .box{
    border-bottom: 2px #EBEBEB dotted;
    padding: 22px 0;    
}
.online_page .okusuri_area .symptom .box:last-child{
    border: none;
}
/*.online_page .okusuri_area .symptom .kusuri_list{
    text-indent: -1em;
    padding-left: 1em;
}*/
@media (min-width: 768px) {
    .online_page .okusuri_area{
        padding: 60px 0;
    }
    .online_page .okusuri_area .symptom{
        display: flex;
        flex-wrap: wrap;
    }
    .online_page .okusuri_area .symptom .box{
        width: 50%;
        padding: 30px 25px;
    }
    .online_page .okusuri_area .symptom .box:nth-child(odd) {
        border-right: dotted 2px #D9D9D9;
    }
}/*/pc-end*/

/*---------------------------------------
症状とお薬の例
---------------------------------------*/
.online_page .flow .main{
    margin-bottom: 12px;
}
.online_page .flow .arrow{
    display: block;
    margin: 20px auto 25px;
}
@media (min-width: 768px) {
    .online_page .flow .main {
        width: 100%;
        max-width: 100%;
    }
}/*/pc-end*/

/*---------------------------------------
医師からのメッセージ
---------------------------------------*/
.online_page .doctor_msg .illust{
    display: block;
    margin: 0 auto 20px;
    width: 151px;
}
.online_page .doctor_msg .keireki h4{
    padding: 10px;
    font-size: 2rem;
    margin-top: 20px;
    background: #eaf0d9;
    border-radius: 10px;
}
.online_page .doctor_msg .keireki strong{
    line-height: 3;
    font-weight: 400;
    border-left: 5px solid #1e8e43;
    padding-left: 7px;
/*    color: #1e8e43;*/
}
@media (min-width: 768px) {
    .online_page .doctor_msg .pc_flex{
        display: flex;
    }
    .online_page .doctor_msg .pc_flex img{
       margin-right: 40px;
    }
}/*/pc-end*/

/*---------------------------------------
フッターのページリンク
---------------------------------------*/
.online_page .fotter_pagelink{
    margin-top: 40px;
}

/*---------------------------------------
PC共通
---------------------------------------*/
@media (min-width: 768px) {
    .online_page .sec1 p{
        text-align: center;
    }
}/*/pc-end*/



/*---------------------------------------
PCのみflex
---------------------------------------*/
.online_page .pc_flex img{
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .online_page .pc_flex{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .online_page .pc_flex img{
        margin-right: 30px;
    }
    .online_page .pc_flex .txt{
        flex: 1;
    }
}/*/pc-end*/



/*---------------------------------------
医師からのメッセージ2
---------------------------------------*/
.online_page .doctor_msg_2{
    background: #FEF6E6;
    padding: 40px 0;
}
.online_page .doctor_msg_2 h3{
    text-align: center;
}
.online_page .doctor_msg_2 .doctor_s_img{
    display: block;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .online_page .doctor_msg_2{
        padding: 60px 0;
    }
    .online_page .doctor_msg_2 h3{
        text-align: left;
    }
    .online_page .doctor_msg_2 .doctor_s_img{
        display: block;
        margin:0;
    }
}/*/pc-end*/


















