@charset "utf-8";

/*-------------------------------------------------------------------------------------
サイト基本設定
----------------------------------------------------------------------------------------*/
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  
  html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
  }
  
  header, footer, nav, section, article, aside, figure, figcaption {
    display: block;
  }


  html{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
    font-weight: 500;
    color:#222;
    font-size: 62.5%;
  }

  body {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    line-height: 1;
  }
  
  ol, ul {
    list-style: none;
    list-style-type: none;
  }


img {
    width: 100%;
    vertical-align: bottom;
}

/* リンクホバー時透過 */
a img:hover{
    opacity: 0.8;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/*-------------------------------------------------------------------------------------
PC用LP    （1001px以上）
----------------------------------------------------------------------------------------*/
/*--------------------------------------------------
LP    基本設定
-----------------------------------------------------*/
body{
    font-family: 'Noto Sans JP', sans-serif;
    color: #282828;
    letter-spacing: 0;
}
.wrapper{
    background-color: #fff1ea;
}
.pc{display: block!important;}

.sp{display: none!important;}

section{width: 100%;}

.sec-in{
    position: relative;
    max-width: 880px;
    width:100%;
    margin: 0 auto;
}
/* コンテンツ幅大 */
.wrapper_l{
    width: 900px;
    margin: 0 auto;
    padding: 0;
}

/* コンテンツ幅小 */
.wrapper_s{
    width: 832px;
    margin: 0 auto;
    padding: 0;
}
h2{
    margin-bottom: 4rem;
}
p{
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 1.7;
    text-align: justify;
}
/*--------------------------------------------------
cta
-----------------------------------------------------*/
.fv-arrow{
    background-color: #fff;
}
.fv-arrow img{
    display: block;
    width:6%;
    margin:-0.2rem auto 0 auto;
}
.cta{
    padding:1.2rem 4rem 4rem 4rem;
    background-color: #fff;
}
.cta-tit{
    margin-bottom: 0;
}
.cta-box{
    padding:3.2rem;
    border: 0.8rem solid #4e4ef2;
    border-top: none;
}

/* 最後のみ */
.closing-txt02{
    width:95.375%;
    margin:-3.2rem auto 2.4rem auto;
}
/*--------------------------------------------------
こんな間違い
-----------------------------------------------------*/
.mistake{
    background: url(../images/bg_mistake.png);
    background-color: #fff;
}
.mistake-tit{
    margin-bottom: 0;
}
.mistake-list{
    padding:2.4rem 4rem;
}
.mistake-list li{
    background: url(../images/bg_mistake-list.png) no-repeat top 1.6rem left;
    background-size: 3.5rem 3.5rem;
    padding: 1.2rem  0  1.2rem 4rem;
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 1.35;
}
/*--------------------------------------------------
おおきな勘違い
-----------------------------------------------------*/
.kantigai{
    padding: 2.4rem 4rem 3.2rem 4rem;
    background-color: #fff;
}
.kantigai-tit{
    width:83.25%;
    margin:0 auto 3.2rem auto;
}
.kantigai-txt{
    width:83.5%;
    margin:2.4rem auto 0 auto;
}
/*--------------------------------------------------
動画０１
-----------------------------------------------------*/
.video{
    border-top: 1.2rem solid #ff7e00;
    padding: 4rem;
    background: #fefce3;
}
.video-tit01{
    width:84.5%;
    margin:0 auto 2.4rem auto;
}
/*--------------------------------------------------
絶体絶命
-----------------------------------------------------*/
.down{
    background-color: #fff;
}
.down-tit{
    margin-bottom: 0;
}
.down-txt{
    padding:2.4rem 4rem 4rem 4rem;
}
/*--------------------------------------------------
動画０2
-----------------------------------------------------*/
.video-tit02{
    width:63.9%;
    margin:0 auto 2.4rem auto;
}
/*--------------------------------------------------
動画０3
-----------------------------------------------------*/
.video-tit03{
    width:52.3%;
    margin:0 auto 2.4rem auto;
}
/*--------------------------------------------------
必要ありません
-----------------------------------------------------*/
.not-need{
    background-color: #fff;
}
.not-need-tit{
    margin-bottom: 0;
}
.not-need-contents{
    padding:3.2rem 4rem 4rem 4rem;

}
.img-area{
    margin-bottom: 2.4rem;
}
.strong{
    font-weight: 700;
    font-size: 3.2rem;
    background: linear-gradient(transparent 70%,rgba(255,255,1) 0%);
}

/*--------------------------------------------------
スタッフ紹介
-----------------------------------------------------*/
.profile-tit{
    width:38.4%;
    margin:0 auto 2.4rem auto;
}
.profile-img{
    width:41.7%;
    margin:0 auto 2.4rem auto;
}

/*--------------------------------------------------
クロージング
-----------------------------------------------------*/
.closing{
    padding-bottom: 1.6rem;
    background-color: #fff;
}
.closing-tit{
    margin-bottom: 0;
}
.closing-contents{
    padding:3.2rem 4rem 4rem 4rem;
}
.closing-img{
    margin-bottom: 2.4rem;
}
.closing-txt-img{
    width:70.45%;
    margin:0 auto;
}
/*--------------------------------------------------
症例
-----------------------------------------------------*/
.case{
    padding: 4rem;
    background-color: #fefce3;
}
.case-tit{
    width:60.12%;
    margin:0 auto 2.4rem;
}
/*--------------------------------------------------
LPフッター    （1001px以上）
-----------------------------------------------------*/
#lp #footer{
    max-width: 880px;
    width:100%;
    padding: 3rem 0;
    color: #fff;
    text-align: center;
}
#lp #footer a{
    font-size: 1.4rem;
}
#lp #copyright{
    padding-top: 0.8rem;
    text-align: center;
    font-size: 1.4rem;
}

/*-------------------------------------------------------------------------------------
【プライバシーポリシー】【特商法ページ】【サンクスページ】共通フッター
----------------------------------------------------------------------------------------*/
#footer{  
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
    background-color: #ff7e00;
    text-align: center;
    color: #fff;
}
#footer a{
    color: #fff;
}
#copyright{
    font-size: 12px;
    text-align: center;
}


/*-------------------------------------------------------------------------------------
プライバシーポリシーページ
----------------------------------------------------------------------------------------*/
.privacy_wrapper {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.privacy_contents {
    margin: 90px 0 70px;
    border: 1px solid #dae1e6;
    padding: 20px;
}

body.privacy h1 {
    padding: 30px 0 10px;
    font-size: 22px;
}

body.privacy h1,
body.privacy h2 {
    font-weight: 700;
    line-height: 140%;
}

body.privacy h2 {
    margin: 30px 0 0;
    font-size: 18px;
    color: #202231;
}

.privacy_contents p {
    margin:20px 0;
    font-size: 14px;
    line-height: 1.7;
}

body.privacy ol{
    list-style-type: decimal;
    margin: 20px 0 0 36px;
}

body.privacy ol li ol {
    margin-bottom: 20px;
}

body.privacy li {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.7;
}

p.mb-0 {
    margin-bottom: 0;
}

p.end {
    margin: 30px 0 0;
    text-align:right; 
}


/*-------------------------------------------------------------------------------------
特商法ページ
----------------------------------------------------------------------------------------*/
.law_wrapper{
    max-width: 960px;
    width:100%;
    margin: 0 auto;
    padding: 0 30px;
}

body.law h1{
    font-size: 24px;
    font-weight: bold;
    padding: 18px;
    margin-top: 120px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 140%;
}

.law-table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    margin-bottom: 70px;
}

.law-table th {
    background: #f4f4f4;
    width: 30%;
    text-align: left;
    vertical-align: middle;
    font-weight: bold;
}

.law-table th, .law-table td {
    font-size: 15px;
    padding: 15px;
    border: 1px solid #ddd;
    line-height: 1.5;
}

p.back{
    text-align: center;
    margin-bottom: 70px;
}

p.back a {
    font-size: 15px;    
}

p.back a:hover{
    text-decoration: none;
}

/*-------------------------------------------------------------------------------------
サンクスページ
----------------------------------------------------------------------------------------*/
body.thanks{
background-color:#fff;
}

.thanks_contents{
    background-color:#fff;max-width:640px;width:100%;margin:64px auto 0;
}

.thanks_wrapper{
    padding:64px 30px;
}

.thanks-tit{
    margin-bottom:48px;
    text-align:center;
    line-height:1.4;
    font-size: 32px;
}

p.thanks-txt{
    margin-bottom:80px;
    font-size:16px;
    line-height:1.7;
}

p.thanks-txt span{
    color: #777; 
}

.to-home a{
    display:block;
    text-align:center;
    font-size:14px;
}

/*-------------------------------------------------------------------------------------
PC用LP    (768px〜1000px)
----------------------------------------------------------------------------------------*/
@media only screen and (min-width: 751px) and (max-width: 880px){

    /* font-size 1rem=10px */
    html {
        font-size: calc((100vw / 88));
    }

}


/*-------------------------------------------------------------------------------------
 スマホ用LP    (0〜767px)
----------------------------------------------------------------------------------------*/


@media only screen and (max-width:750px) {

    /*--------------------------------------------------
    共通(スマホ用LP)
    -----------------------------------------------------*/
    /* font-size 1rem=10px */
    html {font-size: calc((100vw / 75));}
    p.txt{font-size: 3.2rem;}

    .sp{display: block!important; }

    .pc{display: none!important;}

    p{
        font-size: 3.2rem;
    }
    .strong{
        font-size: 4rem;
    }
    /*--------------------------------------------------
    cta
    -----------------------------------------------------*/
    .cta{
        padding:1.2rem 4.8rem 4rem 4.8rem;
        background-color: #fff;
    }
    .cta-box{
        padding:2.4rem;
    }

    /* 最後のみ */
    .closing-txt02{
        width:100%;
    }
    /*--------------------------------------------------
    こんな間違い
    -----------------------------------------------------*/
    .mistake{
        background: url(../images/bg_mistake.png);
    }
    .mistake-list{
        padding:2.4rem 4.8rem;
    }
    .mistake-list li{
        background: url(../images/bg_mistake-list.png) no-repeat top 1.6rem left;
        background-size: 3.5rem 3.5rem;
        padding: 1.2rem  0  1.2rem 4rem;
        font-size: 3.2rem;
    }

    /*--------------------------------------------------
    おおきな勘違い
    -----------------------------------------------------*/
    .kantigai{
        padding: 2.4rem 4.8rem 3.2rem 4.8rem;
    }
    .kantigai-tit{
        width:100%;
    }
    .kantigai-txt{
        width:100%;
    }
    /*--------------------------------------------------
    動画０１
    -----------------------------------------------------*/
    .video{
        border-top: 1.2rem solid #ff7e00;
        padding: 4.8rem;
    }
    .video-tit01{
        width:100%;
    }
    /*--------------------------------------------------
    絶体絶命
    -----------------------------------------------------*/
    .down-txt{
        padding:2.4rem 4.8rem 4rem 4.8rem;
    }
    /*--------------------------------------------------
    動画０2
    -----------------------------------------------------*/
    .video-tit02{
        width:62.9%;
    }
    /*--------------------------------------------------
    動画０3
    -----------------------------------------------------*/
    .video-tit03{
        width:77.1%;
    }
    /*--------------------------------------------------
    必要ありません
    -----------------------------------------------------*/
    .not-need-contents{
        padding:3.2rem 4.8rem 4rem 4.8rem;
    }
    /*--------------------------------------------------
    スタッフ紹介
    -----------------------------------------------------*/
    .profile-tit{
        width:47.6%;
    }
    .profile-img{
        width:66%;
    }
    /*--------------------------------------------------
    クロージング
    -----------------------------------------------------*/
    .closing-contents{
        padding:3.2rem 4.8rem 4rem 4.8rem;
    }
    .closing-txt-img{
        width:87.2%;
    }
    /*--------------------------------------------------
    症例
    -----------------------------------------------------*/
    .case{
        padding: 4.8rem 4.8rem
    }
    .case-tit{
        width:73.5%;
        margin:0 auto 2.4rem;
    }
    /*--------------------------------------------------
    画面下部ボタン(スマホ用LP)
    -----------------------------------------------------*/
    .cv_fixed{
        position: fixed;
        z-index: 999;
        width:100%;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        opacity: 0;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        background-color: rgba(255,255,255,0);
    }
    
    .bottom_cv a {
        display:block;
    }
    
    .bottom_cv img{
        display:block;
        z-index: 1000;
    }
    
    .isActive {
        opacity: 1;
        -webkit-transition: all 0.65s;
        -o-transition: all 0.65s;
        transition: all 0.65s;
    }

    /*--------------------------------------------------
    フッター(スマホ用LP)
    -----------------------------------------------------*/
    /* #lp #footer{
        margin-bottom: 127px;
    } */

    #lp #footer a{
        font-size: 2rem;
    }

    #lp #copyright{
        font-size: 2rem;
    }

}


/*-------------------------------------------------------------------------------------
【特商法ページ】【プライバシーポリシーページ】【サンクスページ】   スマホ用（0〜599px）ここから
----------------------------------------------------------------------------------------*/
@media only screen and (max-width:599px){

    /*--------------------------------------------------
    共通（スマホ）
    -----------------------------------------------------*/
    /* 共通フッター */
    #copyright{font-size: 10px;}
    /* 共通戻るボタン */
    p.to-home {margin-bottom: 50px;}

    /*--------------------------------------------------
    プライバシーポリシーページ（スマホ）
    -----------------------------------------------------*/
    .privacy_wrapper {padding: 0 20px;}
    .privacy_contents {margin-top: 40px;margin-bottom: 50px;}
    body.privacy h1 {font-size: 18px;}
    body.privacy h2 {font-size: 16px;}
    body.privacy p {font-size: 13px;}
    body.privacy ol{margin-left: 30px;}
    body.privacy li{font-size: 13px;}

    /*--------------------------------------------------
    特商法ページ（スマホ）
    -----------------------------------------------------*/
    .law_wrapper{padding: 0 20px;}
    body.law h1{margin-top: 40px;margin-bottom: 20px;font-size: 18px;}
    .law-table {margin-bottom: 50px;}
    .law-table th, .law-table td {width: 100%;display: block;border-top: none;font-size: 13px;} 
    .law-table tr:first-child th {border-top: 1px solid #ddd;}

    /*--------------------------------------------------
    サンクスページ（スマホ）
    -----------------------------------------------------*/
    .thanks_wrapper{padding: 64px 20px;}
	.thanks_contents{margin-top:0;}
	.thanks-tit{font-size:24px;margin-bottom:32px;}
    p.thanks-txt{font-size:16px;margin-bottom:80px;}	
    

}
.annotation{
    text-align: right;
    font-size: 1.5rem;
    font-weight: 100;
  }