@charset "UTF-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

.KnowContainer{
  font-family: 'Noto Sans JP', "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  color: #043347;
}

/*PC*/
@media screen and (min-width: 1025px) {
  .pc_hidden{display: none;}
}
/*タブレット*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tb_hidden{display: none;}
}
/*スマホ*/
@media screen and (max-width: 767px) {
  .sp_hidden{display: none;}
}

.kv{
  background: url("../image/KeyVisual.png") no-repeat right;
  background-size: 150%;
  text-align: center;
  color: #FFF;
  padding: 58px 0;
}
.kv_copy{
  margin-bottom: 40px;
}
.kv_copy img{
  max-width: 833px;
  margin: 0 auto;
}

.entry_btn{
  max-width: 512px;
  margin: 0 auto 5px auto;
}
.entry_btn a{
  display: block;
  text-align: center;
  color: #FFF;
  background: #0DABED;
  box-shadow: 2px 2px 8px 0px rgba(0, 30, 255, 0.20);
  border-radius: 4px;
  padding: 1rem 2.5rem;
}

.entry_btn a:hover{
  opacity: 1;
  background: #6ECDF4;
}

.entry_btn_txt1{
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 2px;
}
.entry_btn_txt2{
  font-size: 14px;
}
.kv_caution{
  font-size: 14px;
  font-weight: 500;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .kv{padding: 35px 0; background-size: 200%}
  .kv_copy img{max-width: 746px;}
  
  .entry_btn a{padding: 0.6rem 2.5rem;}
}

@media screen and (max-width: 767px) {
  .kv{padding: 45px 0; background-size: cover;}
  .kv_copy img{max-width: 343px;}
  
  .entry_btn_txt1{
    font-size: 16px;
  }
  .entry_btn_txt2{
    font-size: 12px;
  }
  .entry_btn{max-width: 320px;}
  .entry_btn a{padding: 0.8rem 1.25rem;}
}


.Inner{
  padding: 85px;
}
.about_know{
  background:url("../image/top-rectangle.png") no-repeat 0 0;
  background-size: 100% 50%;
}
.about_txt{
  width: 85%;
  margin: 0 auto;
}

.know_ttl{
  text-align: center;
  margin-bottom: 40px;
}
.know_ttl h2{
  line-height: 1.1;
  font-size: 36px;
  font-weight: 600;
}
.lead{
  text-align: center;
}
.lead p{
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 16px;
}
.lead_caution{
  color: #737373;
  text-align: center;
  font-size: 14px;
}
.Check_wrap{
  margin-top: 80px;
  overflow-x: auto;
  overflow-scrolling: touch; 
}
.Check_Container{
  
  display: flex;
  justify-content: space-between;
  width: 1120px;
  margin: 0 auto;
}
.Check_box{
  width: 238px;
}
.Check_ttl{
  padding: 1.25rem 0;
  text-align: center;
  background: #D0EEFB;
  border-radius: 0 0.25rem 0.25rem 0;
  }
  
.img_trump{
  text-align: center;
  margin: 15px 0 10px 0;
}
dl.Check_item{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
dl.Check_item dt{
  width: 83px;
  text-align: center;
  background: #F5F5F5;
  padding: 0.75rem 0;
  margin-bottom: 10px;
  margin-right: 10px;
}
dl.Check_item dd{
  width: calc(100% - 93px);
}
.star{
  display: flex;
}

@media screen and (max-width: 767px) {
  .Inner{
    padding: 50px 15px;
  }
  .lead p{
    font-size: 14px;
    font-weight: 400;}
  .about_txt{
    width: 100%;
  }  
  .Check_wrap{
    margin-top: 60px;}
  }
  
.Result{
  background: #E7F7FD;}
  
.Result_img_box{
  background: #FFF;
  padding: 40px;
  border-radius:8px;
}  
  
.ttl_icon{
  line-height: 1.3;
  font-size: 24px;
  position: relative;
  padding-left: 40px;
  font-weight: 600;
}  
.ttl_icon:before{
  content: '';
  display: block;
  background: url("../image/result-explain-icon.svg") no-repeat 0 0;
  background-size: 100%;
  width: 24px;
  height: 26px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.Result_r_txt1{
  font-weight: 500;
  margin: 30px 0 20px 0;
}
.Result_r_txt2{
  font-weight: 500;}
.Result_r_box{
  background: #FFF;
  padding: 30px 15px;
  border-radius:8px;
  margin-bottom: 25px;
}
.Result_r_box p{
  margin-bottom: 8px;
}
.Result_r_caution{
  display: block;
  font-size: 14px;
  color: #737373;
  margin: 15px 0;
  font-weight: 400;
}


.Result_wrap{
  
}
.Result_l{
  text-align: center;
}
.Result_img{
  margin-bottom: 25px;
}
.Result_l_txt1{
  font-weight: 500;
  margin-bottom: 25px;
}
.Result_l_txt1 p{
  display: inline-block;
  margin-bottom: 10px;
  text-align: left;
}
.Result_l_txt2{
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.Result_l_txt2 p{
  color: #545454;
  white-space: nowrap;
  font-weight: 600;
  font-size: 24px;
  margin-left: 15px;
}
.Result_l_txt2 p span{
  color: #0dabed;
  font-size: 48px;
  vertical-align: -2px;
  margin: 0 5px;
}
.Result_l_caution{
  text-align: right;
  color: #737373;
  font-weight: 500;
}

  
@media screen and (min-width: 768px) {  
  .Result_wrap{
    display: flex;
    padding: 0 1rem;
    padding-top: 70px;
    justify-content:space-between;
    align-items: center;
  }
  .Result_l{
    width: 47%;
  }
  .Result_r{
    width: 47%;
  }
}

@media screen and (max-width: 767px) { 
  .Result{
    padding: 10px 0 40px 0;
  }
  .Result .know_ttl h2{
    font-size: 24px;
  }
  .Result_wrap{
    padding: 0 1.5rem;
    padding-top: 70px;
  }
  .Result_img_box{
    padding: 40px 10px;}
  .Result_l{
    margin-bottom: 40px;
  }
  .ttl_icon{
    font-size: 20px;
  }
  .Result_r_txt1,
  .Result_r_txt2{
    font-size: 14px;
    font-weight: 400;
  }
    
}

.Habit{
  background: url("../image/bottom-rectangle.png") no-repeat 0 0;
  background-size: 100%;
}

.Habit_ttl{
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 25px;
}



@media screen and (min-width: 768px) {
  .Habit_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .Habit_l_txt{
    font-weight: 500;
  }
  .Habit_l{
    width: 48%;
  }
  .Habit_r{
    width: 48%;
  }
  .Habit_r img{
  width: 100%;
}
  
}
@media screen and (max-width: 767px) {
  .Habit_ttl{
    font-size: 20px;}
  .Habit_l_txt{
    font-size: 14px;
  }  
  .Habit_l{
    margin-bottom: 40px;
  } 
  .Habit_r{
    text-align: center;
  }
}

.pagetop{
  width: 72px;
  height: 72px;
  border-radius: 72px;
  position: fixed;
  bottom: 24px;
  right: 10px;z-index: 10;
  box-shadow: 2px 2px 8px 0px rgba(0, 30, 255, 0.20);
}
.pagetop a{
  display: block;
  position: relative;
}
.pagetop img{
  position: absolute;
  
  top: 0;
  left: 0;
}
.pagetop_on{
  opacity: 0;
}
.pagetop a:hover{
  opacity: 1;
}
.pagetop a:hover .pagetop_on{
  opacity: 1;
}
.pagetop a:hover .pagetop_off{
  opacity: 0;
}