@charset "utf-8";
/*共通*/
    body{
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;;
    background-color: #fff;
    color: #333333;
    font-size: 16px;
        }
    .inner{
    padding: 0 4%;
    }
    .sp_inner{
    max-width: 345px;
    margin: 0 auto;
    }
    a{
    text-decoration: none;
	color:#fff;
    }
    p{
    line-height: 1.0;
    margin: 0;
    }
    .sp{
    display: block;
    }
    .pc{
    display: none;
    }
    .ttl{
        text-align: center;
        margin-bottom: 30px;
    }
    .ttl h2 {
        position: relative;
        line-height: 1.4;
        padding:0.25em 3em;
        display: inline-block;
        font-weight: 900;
      }
      
    .ttl h2:before, .ttl h2:after { 
        content:'';
        width: 20px;
        height: 30px;
        position: absolute;
        display: inline-block;
      }
      
      .ttl h2:before {
        border-left: solid 1px #3C74A4;
        border-top: solid 1px #3C74A4;
        top:0;
        left: 0;
      }
      
      .ttl h2:after {
        border-right: solid 1px #3C74A4;
        border-bottom: solid 1px #3C74A4;
        bottom:0;
        right: 0;
      }
/*mv*/
    .mv_sp{
    display: block;
    margin: 0 auto;
    padding-top: 60px;
    }
    .diagnose{
        padding-bottom: 3%;
    }
    .diagnose h2{
    background-color: #ff9d03;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    }
    .diagnose h2 img{
    display: inline-block;
    }
    .tabs {
    display: flex;
    justify-content: center;
     margin: 20px 0;
    }
    .tab {
    flex: 1;
    background-color: #EBEBEB;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    }
    .tab:hover {
    background-color: #3C74A4;
    color: #fff;
    }
    .tab-content {
    display: none;
    border: solid 3px #3C74A4;
    margin-top: 10px;
    background-color: #F8FCFF;
    }
    .tab-content .topic{
        color: #d82525;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .active-tab {
    background-color: #3C74A4;
    color: #fff;
    }
    .active-content {
    display: block;
    }
    .tab-content h4{
    color: #3C74A4;
    font-size: 21px;
    text-align: center;
    padding: 10px 0;
    margin: 0;
    font-family: 800;
    }
    .tab-content .countdown-container p{
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    }
    .tab-content .countdown-container span{
    color:#D82525;
    font-size: 21px;
    }
    .tab-content .anxiety-container{
    padding: 20px;
    }
    .question_wrap{
    padding-top: 20px;
    text-align:center;
    }
    .question_box{
   font-size: 16px;
   width: 300px;
   height: 46px; 
    }
    .question01,.question02 {
    display: inline-flex;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
    }
    .question01::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #fff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
    }
    .question01 select,.question02 select {
    appearance: none;
    min-width: 230px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border-radius: 4px;
    background-color: #3C74A4;
    color: #fff;
    font-size: 1em;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    }
    .question02::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #fff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
    }
    .question01 .question_box .picup{
        color: #fb9b12;
        font-size: 11px;
        margin-left: 10px;
        font-weight: bold;
    }
    .question_btn{
    width: 300px;
    height: 40px;
    background-color: #d82525;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto;
    border-radius: 20px;
    }
/*共通02*/
    .three_point,.attention,.recommendation,.pr{
    padding: 3% 0;
    }
   .t_blue{
	color: #3C74A4;
	 font-weight: bold;
    }
    .t_orange{
	color:#d69d01;
    font-weight: bold;
    }
    .t_bold{
    font-size: 20px;
    font-weight: bold;
    }
    .o_border{
    border-bottom: #81B9EA 2px solid;
    }
	.marker-bold {
  		background: linear-gradient(transparent 50%, #81B9EA 50%);
	}
    .marker-middle {
        background: linear-gradient(transparent 70%, #81B9EA 50%);
    }
    .move_text{
        color: #ec6941;
        margin: 10px 0 5px 0;
        font-weight: bold;
        display: inline-block;
    }
    .updown {
        animation: move-y 0.5s infinite alternate ease-in-out;
      }
      @keyframes move-y {
        from {
          transform: translateY(0);
        }
        to {
          transform: translateY(10px);
        }
      }
/*three_point*/
.three_point .inner{
    background-color: #3C74A4;
    padding: 30px 0;
}
.three_point .inner02{
    background-color: #DAEBF8;
    padding: 30px 0;
}
    .three_point h2,.three_point02 h2{
    text-align: center;
    color: #3C74A4;
    font-weight: 900;
    }
    .three_point img,.three_point02 img{
    display: block;
    margin: 0 auto;
    padding: 10px 0;
    }
    .three_point ul ,.three_point02 ul{
    margin: 15px 0;
    }
    .three_point li,.three_point02 li{
    background-color: #fff;
    margin: 0 15px 15px;
    border-radius: 10px;
    box-shadow: 1px 1px 10px -2px #998d7c;
    }
    .three_point li p,.three_point02 li p{
    text-align: center;
    margin: 20px 10px;
    line-height: 1.4;
    }
    .three_point .sub_text,.three_point02 .sub_text{
    font-weight: bold;
    line-height: 1.0;
    padding: 20px 0 0;
    color: #3C74A4;
    }
    .three_point .m_text,.three_point02 .m_text{
    line-height: 1.3;
    padding-bottom: 20px;
    font-weight: bold;
    color: #3C74A4;
    }
    .three_point .m_text span{
    font-size: 26px;
    font-weight: bold;
    }
    .three_point .botom_text,.three_point02 .botom_text{
    font-size: 14px;
    line-height: 1.4;
    padding: 5px 0 20px;
    font-weight: bold;
    }
    .point_imgbg{
        background-color: #81B9EA;
    }
    .three_point02{
        background-color: #fbe4c3;
    }
    .three_point02 .inner{
        padding: 10px 4%;
    }
    .three_point02 .t_bold{
        font-size: 18px;
   }
   .three_point02 .m_text{
    line-height: 1.1;
   }
   .three_point02 .m_text span{
    font-size: 20px;
    color:#ec6941;
   }
   .three_point02 .m_text02{
    padding-bottom: 20px;
    font-weight: bold;
   }
/*three_pont02*/
.three_point02{
    display: none;
}
.attention h3{
    text-align:center;
    padding: 10px 0;
    border: none;
    color: #333;
    font-size: 16px;
}
.attention ul{
    text-align: center;
    margin: 0;
}
.attention ul li{
    background-color: #fff;
    box-shadow: 1px 1px 5px -2px #333;
    margin-bottom: 30px;
}
.attention .p_ttl{
    background-color: #3C74A4;
    padding: 10px 5px;
    color: #fff;
    font-weight: bold;
}
.attention .a_text{
    padding: 10px 5px;
    line-height: 1.3;
    font-weight: bold;
    text-align: left;
    padding: 15px 10px;
    line-height: 1.6;
}
.attention .table_box p{
    text-align: center;
}
.table_box .table_box_ttl{
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0;
}
.attention .table,.recommendation .table,.pr .table{
    border-collapse: collapse;
    font-size: 15px;
    line-height: 1.0;
    font-weight: bold;
}
.table th,.table td{
    border: solid 2px #a0a0a0;
    padding: 20px 12px; 
}
.table th{
    background-color: #efefef;
    width: 20%;
    padding: 10px 5px;
}
.table td{
    width: calc(100%/4);
    text-align: center;
}
.table .e_byn{
    color: #1B1D1D;
}
/*表の後ろ記号*/
.symbol01{
    background-image: url(../lp_images/circle.png);
}
.symbol02{
    background-image: url(../lp_images/circle_d.png);
}
.symbol01,
.symbol02,.symbol03{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.e_btn{
    display: block;
    padding: 15px 2px;
    background-color: #d82525;
    font-size: 13px;
    text-align: center;
    border-radius: 20px;
	color:#fff;
}
.e_btn02{
    display: block;
    padding: 8px 2px;
    background: #F0ADD4;
    font-size: 13px;
    text-align: center;
    border: solid 1px #E06FB0;
    border-radius: 20px;
	color:#fff;
}
.g_text{
    color: #016f32;
    font-size: 10px;
}
.headline h3{
    position: relative;
    margin: 1rem -10px;
    padding: 1rem 2rem;
    background: #3C74A4;
    color: #fff;
}
.headline h3:before,
.headline h3:after {
  position: absolute;
  content: '';
}

.headline h3:before {
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 10px solid #B2B4B2;
  border-left: 10px solid transparent;
}

.headline h3:after {
  right: 0;
  bottom: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid #B2B4B2;
  border-right: 10px solid transparent;
}
.pr-ttl{
    position: relative;
  color: #fff;
  background: #3C74A4;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 1.8em;
}
.pr-ttl:before {
    font-family: "Font Awesome 5 Free";
    content: "\f14a";
    font-weight: 900;
    position: absolute;
    left : 0.5em; /*左端からのアイコンまでの距離*/
  }
/*recommendation*/
.recommendation{
    background:#fff;
}
.recommendation_ttl{
    font-size: 20px;
    text-align: center;
    line-height: 1.0;
    font-weight: bold;
    padding: 10px 0;
}
.recommendation .recommend_box,.pr .pr_box{
    display: block;
    max-width: 375px;
    margin: 0 auto;
}
.recommendation .promise,.pr .pr_box{
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 20px;
    box-shadow: 1px 1px 5px -2px #333;
}
.recommendation .promise p:first-child{
    font-weight: bold;
}
.point_box{
    text-align: center;
    margin: 0 1rem;
}
.point_box p{
    position: relative;
  color: black;
  background: #FDF4DB;
  border: solid 2px #EEBE3C;
  line-height: 1.7;
  padding: 1em 0.5em;
  margin: 2em 0;
  border-radius: 0 5px 5px 5px;
  display: inline-block;
}
.point_box p:after {
    /*タブ*/
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c  Check";
    background: #EEBE3C;
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 5px 5px 0 0;
    padding: 3px 7px 1px;
    font-size: 0.7em;
    line-height: 1;
    letter-spacing: 0.05em
  }

.recommendation .card_box,.pr .card_box{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 20px;
}
.card_box img{
    width: 200px;
    height: auto;
}
.recommendation .card_box ul,.pr .card_box ul{
    font-size: 15px;
    margin: 10px 0 0 10px;
}
.recommendation .card_box li,.pr .card_box li{
    color: #1B1D1D;
    padding: 5px;
    border-radius: 4px;
    margin: 0 5px 5px 0;
	font-weight: bold;
}
.recommendation .table,.pr .table{
    width: 98%;
    margin: 0 auto;
}
.table_box .annotation_box,.recommendation .annotation_box,.pr .annotation_box{
    margin: 10px 0;
}
.table_box .annotation,.recommendation .annotation,.pr .annotation{
    display: block;
    text-align: left;
    margin-left: 10px;
    font-size: 10px;
}
.recommendation .entry_btnbox,.pr .entry_btnbox{
    text-align: center;
    padding-bottom: 20px;
}
.recommendation .entry_btnbox .e_btn,.recommendation .entry_btnbox .e_btn02,.pr .entry_btnbox .e_btn,.pr .entry_btnbox .e_btn02{
    margin: 0 auto;
    border-style: none;
    width: 250px;
    position: relative;
}
.recommendation .entry_btnbox .e_btn::before,.recommendation .entry_btnbox .e_btn02::before,.pr .entry_btnbox .e_btn::before,.pr .entry_btnbox .e_btn02::before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    right: 10%;
    margin-top: -6px;
}
.recommendation .entry_btnbox .e_btn a,.pr .entry_btnbox .e_btn a{
    color: #fff;
	font-weight: bold;
}
/*flow*/
.flow img{
    display: block;
    margin: 0 auto;
}
/*pr*/
.pr{
    padding: 5% 0;
}
.pr .pr_box{
    border-radius: 0;
    box-shadow: 1px 1px 5px -2px #333;
}
.pr .pr_box p{
    font-weight: bold;
}
.pr .card_box{
    padding-top: 10px;
}
.sec11 .annotation{
	font-size: 12px;
	margin:20px;
}
.check_point li::before{
    content: url(../lp_images/check_bl.png);
    display: inline-block;
    vertical-align: middle;
    transform: scale(0.6);
}
.check_point span{
    font-size: 10px;
}
/*pc size*/
@media screen and (min-width:751px){
    .sp{
        display: none;
    }
    .pc{
        display: block;
    }
    .inner{
        max-width:1200px;
        margin: 0 auto;
    }
    /*pc*/
    .mv_sp img{
        margin: 0 auto;
        display: block;
    }
    .diagnose h2{
        font-size: 22px;
        padding: 20px 0;
    }
    .question_wrap{
        text-align: center;
        display: block;
        padding-top: 20px;
    }
    .question01 select,.question02 select{
        min-width: 460px;
        height: 4.0em;
        font-size: 1.4em;
    }
    .question_btn{
        font-size: 18px;
        width: 600px;
        height: 80px;
        font-weight: bold;
    }
    .tab-content .countdown-container p{
        text-align: center;
    }
    .three_point h2{
        font-size: 24px;
    }
    .three_point .sub_text{
        font-size: 20px;
    }
    .t_bold{
        font-size: 24px;
   }
   .three_point .m_text02{
        font-size: 18px;
        line-height: 1.3;
        padding: 20px 0;
   }
   .three_point .botom_text{
        padding: 20px 0;
   }
   .attention h3{
        font-size: 24px;
   }
   .attention .p_ttl{
        padding: 20px 0;
   }
   .attention .table_box p{
        padding: 10px 0;
   }
   .table_box .table_box_ttl{
        font-size: 18px;
        font-weight: bold;
        margin: 15px 0;
   }
   .recommendation .recommendation_ttl{
        font-size: 22px;
        padding: 20px 0;
   }
   .recommendation .recommend_box, .pr .pr_box{
        max-width: 1100px;
   }
   .recommendation .promise p:first-child{
        padding: 20px;
    }
    .card_box img{
        width: 400px;
    }
    .recommendation .card_box,.pr .card_box{
        margin: 20px;
    }
    .recommendation .card_box ul,.pr .card_box ul{
        font-size: 16px;
    }
    .recommendation .card_box li,.pr .card_box li{
        margin-bottom: 10px;
    }
    .recommendation .table,.pr .table{
        margin: 0 auto;
        /*width: 1000px;*/
        text-align: center;
    }
    .table th,.table td{
        padding: 20px;
    }
    .recommendation .annotation,.pr .annotation{
        font-size: 14px;
        max-width: 1000px;
        margin: 0 auto;
    }
    .recommendation .entry_btnbox .e_btn,.recommendation .entry_btnbox02 .e_btn02,.pr .entry_btnbox .e_btn,.pr .entry_btnbox02 .e_btn02{
        width: 320px;
        font-size: 16px;
        height: 50px;
    }
}