@charset "utf-8";
.type_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .type_pc {
    display: none;
  }
  .type_sp {
    display: block;
  }
}
/*--------header----------*/

@media screen and (min-width: 768px) { 

}
@media screen and (max-width: 767px) {
  .sectionMain .logo{
    margin: 0;
    padding: 0.5rem 1rem 1rem;
    float: none;
    text-align: left;
    background: #fff;
  }
  .sectionMain .mvTxt{
    position: static;
    margin: 15rem 1rem 0;
  }
  .sectionMain{
    background-position: 8% 20px;
    background-size: 730px;
    padding-bottom: 8rem;
    padding-top: 0;
  }
  .sectionMain .checkSheet{
    float:none;
    right: 0;
  }
   .sectionMain .checkSheet img{
      width: 100%;
   }
  .sectionMain .mvBalloon{
    bottom: -63px;
    right: 0;
    width: 120px;
    z-index: 1;
  }
}

/*--------l-inner----------*/
@media screen and (max-width: 767px) {
  .l-inner{
     width: auto;
   }
  .l-inner p{
    font-size: 15px;
  }
}

/*--------sectionCautio----------*/

.sectionCautionwrap{
  background: #ffdf6b;
  border-radius: 3px;
  padding: 2rem;
}
.sectionCautionwrap .sectionCautionTxt{
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  position:relative;
  padding-left: 9rem;
  line-height: 1.4;
  margin-bottom: 1.4rem;
}
.sectionCautionwrap .sectionCautionTxt .red{
  color: #fb454a;
  font-weight: bold;
}
.sectionCautionwrap .sectionCautionTxt:nth-child(2){
  margin-bottom: 2.7rem;
}
.sectionCautionwrap .sectionCautionTxt:before{
  content: "";
  display: block;
  position:absolute;
  top: 50%;
  left: 22px;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  width: 42px;
  height: 43px;
  background:url('/hoken/life/src/image/surprised.png') no-repeat 0 0;
  background-size: contain;
}
.sectionCaution::after{
 background:url('/hoken/life/src/image/sectionCautionBinderIllust.png') no-repeat;
}
.sectionCautionTxtbottom{
  font-weight: bold;
  font-size: 17px;
}
.sectionCautionTxtbottom3{
  font-weight: bold;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .sectionCaution{
    width: auto;
    max-width: 960px;
    background-size: contain;
    margin: 5rem 1rem -45px;
    padding: 26px 0 52px;
  }
  .sectionCaution::after{
    background-size: contain;
    width: 100px;
    height: 130px;
    right: 0;
    bottom: 0;
  }
  .sectionCaution::before{
    width: 100%;
    background-size: contain;
    background-position: center bottom;
  }
  .sectionCaution .l-inner{
    padding: 0 4rem;
  }
  .sectionCautionwrap{
    padding: 2rem 2rem 1rem;
  }
  .sectionCautionwrap .sectionCautionTxt{
    padding-left: 3.2rem;
    font-size: 1.7rem;
  }
  .sectionCautionwrap .sectionCautionTxt:before{
    top: 16px;
    left: 0;
    width: 26px;
    height: 26px;
  }
  .sectionCautionwrap .sectionCautionTxt:nth-child(2){
    margin-bottom: 1.4rem;
  }
  .sectionCaution .sectionCautionTxtbottom{
    font-size: 1.7rem;
  }
  .sectionCaution .sectionCautionTxtbottom3{
    font-size: 2rem;
  }
}

/*--------sectionMerit----------*/
@media screen and (max-width: 767px) {
  .sectionMeritTtl{
    height: auto;
    background-size: contain;
    padding: 1rem;
  }
  .sectionMeritTtl img:nth-child(2){
    padding: 0 4rem;
   }
  .sectionMerit li{
    margin: 0 2rem 6rem !important;
    width: auto;
  }
  .sectionMerit li:nth-last-of-type(1){
    margin-bottom: 0 !important;
   }
  .sectionMerit .meritBox{
    padding: 5rem 2rem 2rem;
   }
  .merit1::after,
  .merit2::after,
  .merit3::after{
	left: 47%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
  }
  .sectionMerit .medicalCertificate{
    margin: 0 1rem 0;
  }
  .sectionMerit .medicalCertificate .AnalysisSheet{
	position: static;
	text-align: right;
  }
}

/*--------sectionFlow----------*/
.sectionFlow .flowTtl{
  font-weight: bold;
  font-size: 28px;
  color: #0077d9;
  line-height: 1.2;
}
.sectionFlow .sectionFlowsubTtl{
  color: #fce14d;
  font-weight: bold;
  margin-top: 1rem;
  font-size: 18px;
}
.sectionFlow .flow4ttl{
  color:#fa595c;
}
.sectionFlow .flow4ttl small{
  font-size: 14px;
  font-weight: bold;
  display: block;
}
.sectionFlow .flowTxt{
	width: auto;
}
@media screen and (max-width: 767px) {
  .sectionFlow  .l-inner{
    margin: 0 1rem;
  }
  .sectionFlow .sectionFlowTtl{
    padding: 1rem;
    height: auto;
  }
  .sectionFlow .sectionFlowsubTtl{
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .sectionFlow .flowBox{
    display: block;
  }
  .sectionFlow .flowTtl{
    display: block;
    width: auto;
    margin-bottom: 1rem;
    padding: 0;
    font-size: 2.6rem;
  }
  .sectionFlow .flow4ttl small{
    font-size: 1.7rem;
    margin-top: 0.5rem;
  }
  .sectionFlow .flowRightBox{
     display: block;
     width: auto;
     margin-left: 0;
     border: none;
   }
  .sectionFlow .flowRightBox p{
      margin: 0;
   }
  .sectionFlow  .flowRightBox .cvBtn1 {
    width: auto;
    margin: 1rem 0 0;
  }
  .sectionFlow .flowTxt{
     width: auto;  
  }
  .sectionFlow  .flowBox::after{
    right: 50%;
    -webkit-transform: translate(50%,0);
    transform: translate(50%,0);
  }
}

/*--------footer----------*/

@media screen and (max-width: 767px) {
  .cvArea{
    padding: 2rem;
    margin: 0 1rem;
  }
  .cvArea .floatLeft{
    float: none;
  }
  .cvArea .floatRight{
    float: none;
    margin-top: 5rem;
  }
  .cvArea .floatRight .cvPc{
    right: 4%;
    bottom: 50px;
    width: 70px;
  }
  .cvArea .floatRight .cvTxt2{
    width: 70%;
  }
  .cvArea .floatRight .cvBtn2{
    width: auto;
    padding: 1rem 0 2rem 1rem;
  }
}
