/* ///////////////////////////////////////// */
/* page-general */
/* ///////////////////////////////////////// */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  line-height: 1.6em;
  letter-spacing: .1em;
  font-weight: bold;
}
p{
  line-height: 1.6em;
}
main.teate-lp{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: #4c4c4c;
  position: relative;
}
.text-y{
  color: #fff000;
}
.text-og{
  color: #ff9c1c;
}
.marker-w{
  background:linear-gradient(transparent 40%, #fff 40%);
}
.marker-og{
  background:linear-gradient(transparent 40%, #e97801 40%);
}
.marker-sy{
  background:linear-gradient(transparent 40%, #fffbc8 40%);
}
.bg-og{
  background-color: #ff9c1c;
}
.bg-sog{
  background-color: #f9ebd2;
}
.bg-gr{
  background-color: #f9fafa;
}
section{
  padding: 70px 0;
}
.sec-ttl-deco{
  margin: 0 auto;
  width: fit-content;
  padding: 10px 20px;
  border: 2px solid #4c4c4c;
  box-shadow: 5px 5px 0 #ff9c1c;
  background: #fff;
  margin-bottom: 50px;
}
img{
  max-width: 100%;
}
.kaisetsu{
  padding: 20px 15px;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  border: 2px solid #4c4c4c;
  position: relative;
  margin-top: 50px;
}
.kaisetsu h5{
  margin-left: 30px;
}
.kaisetsu .circle-ttl{
  position: absolute;
  text-align: center;
  background: #4c4c4c;
  color: #fff;
  border-radius: 50%;
  line-height: 3.3em;
  width: 3.3em;
  font-size: 1rem;
  transform: translate(-50%,-50%);
  top: 0.5rem;
  left: 1rem;
}
.sec-conclusion{
  margin-top: 30px;
}
.line-cv.mt{
  margin-top: 80px;
}
.line-cv.mb{
  margin-bottom: 80px;
}
.line-cv img{
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 0 auto;
  transition: 0.5s;
}
.line-cv img:hover{
  opacity: 0.7;
}
@media (min-width: 576px){
  .line-cv img{
    width: 100%;
    max-width: 600px;
  }
}
@media (min-width: 992px){
  main.teate-lp{
    font-size: 16px;
  }
  .kaisetsu{
    padding: 20px 30px;
  }
  .kaisetsu .circle-ttl{
    line-height: 4em;
    width: 4em;
    font-size: 1.2rem;
    top: 10px;
    left: 10px;
  }
  .sec-conclusion{
    margin-top: 50px;
  }
}
@media (min-width: 1400px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1140px;
  }
}
/* ///////////////////////////////////////// */
/* fix */
/* ///////////////////////////////////////// */

.sticky-cv{

  bottom: 0;
  position: fixed;
  z-index: 100;
}
.sticky-cv img{
  display: block;
  width: 100%;
  transition: .5s;
}
.sticky-cv img:hover{
  opacity: .7;
}

@media (min-width: 768px){
  .sticky-cv{
    right: 0;
    transform: translateY(-50%);
    top: 50%;
  }
  .sticky-cv .stick-tel{
    margin-bottom: 10px;
  }
  .sticky-cv img{
    display: block;
    width: fit-content;
    width: 90px;
    transition: .5s;
  }
  .sticky-cv img:hover{
    opacity: .7;
  }
  .sticky-cv .stick-tel{
    margin-bottom: 10px;
  }
}
/* ///////////////////////////////////////// */
/* fv */
/* ///////////////////////////////////////// */
.fv{
  z-index: 0;
}
.fv-top{
  padding: 50px 0;
  background-color: #f9ebd2;
}
.fv-top .left-box{
  width: 100%;
  padding-bottom: 100px;
}
.balloon{
  position: relative;
  display: block;
  margin: 0 auto 1.5em;
  padding: 7px 15px;
  min-width: 120px;
  max-width: 100%;
  color: #333;
  background: #fff;
  width: fit-content;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: .1em;
}
.balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
}
.fv-top h1{
  text-align: center;
  letter-spacing: .1em;
  margin-bottom: 40px;
}
.fv-top h1 img{
  display: inline-block;
  margin-bottom: 20px;
}
.fv-point{
  background: #fff;
  color: #ff9c1c;
  padding: 20px 1px;
  text-align: center;
  font-size: 0.9rem;
  font-weight: bold;
  box-shadow: 5px 5px 0 #fff000;
  height: 100%;
  display: flex;
align-items: center;
justify-content: center;
}
.fv-top .container{
  position: relative;
}
.fv-img{
  position: absolute;
  transform: translate(-50%,-50%);
  bottom: -100px;
  left: 50%;
  width: 280px;
}

.fv-bottom{
  padding: 40px 0;
  background-color: #ff9c1c;
  text-align: center;
  color: #fff;
  z-index: 3;
}
.fv-bottom h3{
  font-weight: bold !important;
}
.fv-bottom h5{
  font-size: 1rem;
}
@media (min-width: 992px){
  .fv-top .left-box{
    width: 70%;
    padding-bottom: 0;
  }
  .fv-img{
    position: absolute;
    bottom: -50px;
    right: 4%;
    left: auto;
    display: block;
    width: 23%;
    transform: translate(0,0);
  }
  .balloon{
    font-size: 1.8rem;
    width: 100%;
  }
  .fv-point{
    font-size: 1.1rem;
    padding: 20px 10px;
  }
  .fv-bottom h5{
    font-size: 1.25rem;
  }
}

/* ///////////////////////////////////////// */
/* infomation */
/* ///////////////////////////////////////// */
.jyukyugaku{
  margin: 40px 0;
}
.kakomi-wrap{
  margin: 30px 0;
}
.kakomi{
  padding: 10px 8px;
  border: 1px solid #ff9c1c;
  color: #ff9c1c;
  font-weight: bold;
  font-size: 1.8rem;
  display: block;
  margin: 0 auto;
  width: fit-content;
}
.kakeru{
  padding: 10px 8px;
  font-size: 1.8rem;
  display: block;
}
.jyukyugaku h6{
  font-weight: normal;
}
.merit{
  background-color: #f9ebd2;
  border: 3px solid #ff9c1c;
  padding: 100px 15px 20px;
  position: relative;
  margin-top: 100px;
}
.merit-box{
  background: #fff;
  padding: 70px 20px 20px;
  text-align: center;
  position: relative;
  height: 100%;
}
.merit h4.merit-ttl{
  position: absolute;
  top: 0;
  transform: translate(-50%,-50%);
  left: 50%;
  width: fit-content;
  background: #fff;
  padding: 5px;
}
.merit-tag{
  position: absolute;
  top: 20px;
  transform: translate(-50%,-50%);
  left: 50%;
  width: 80px;
}
.merit-icon{
  width: 60%;
  max-width: 140px;
}
@media (min-width: 576px){
  .merit{
    padding: 110px 40px 40px;
  }
}
@media (min-width: 992px){
  .kakomi{
    margin: 0;
  }

}
/* ///////////////////////////////////////// */
/* hikaku */
/* ///////////////////////////////////////// */
.hikaku{
  background-color: #f9fafa;
}
.hikaku-ttl{
  font-size: 1.05rem;
  margin-bottom: 30px;
}
.kakaku-img{
  width: 80%;
  max-width: 200px;
  display: block;
  margin: 10px auto 30px;
}
.balloon2 {
  position: relative;
  display: inline-block;
  margin: 0 0 1.5em ;
  padding: 7px 10px;
  width: 100%;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  background: #fff;
  border-top:  1px solid #4c4c4c;
  border-bottom: 1px solid #4c4c4c;
}
.balloon2:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -16px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.balloon2:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -18px;
  border: 14px solid transparent;
  border-top: 14px solid #4c4c4c;
  z-index: 1;
}
.balloon2 h6{
  margin: 0;
}
.hikaku-box{
  background-color: #fff;
  padding: 20px 15px;
  height: 100%;
}
table.kakaku-uchiwake{
  border: 1px solid #4c4c4c;
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
table.kakaku-uchiwake td{
  padding: 5px;
  width: 50%;
}
table.kakaku-uchiwake th{
  border-right: 1px solid #4c4c4c;
}
@media (min-width: 992px){
  .hikaku-ttl{
    font-size: 1.4rem;
  }
  .hikaku-box{
    background-color: #fff;
    padding: 30px;
  }
}

/* ///////////////////////////////////////// */
/* jyoken */
/* ///////////////////////////////////////// */
.check-ttl h4{
  display: inline-block;
  color: #ff9c1c;
  margin: 0;
}
.check-input{
  width: 50px;
  margin-top: 5px;
}
.check-text{
  width: 100%;
}
.check-ttl{
  border-bottom: 2px ​dotted #4c4c4;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.check-ttl .check-tag{
  display: block;
  width: 100px;
  vertical-align: top;
  margin-bottom: 5px;
}
.check-input input[type="checkbox"] { display: none; }

.check-input input[type="checkbox"] + label {
  display: block;
  position: relative;
}

.check-input input[type="checkbox"] + label:last-child { margin-bottom: 0; }

.check-input input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: #ddd;
  position: absolute;

  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

.check-input input[type="checkbox"]:checked + label:before {
  background: none;
  border: 2px solid #4c4c4c;
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 992px){
  .check-ttl .check-tag{
  display: inline-block;
  vertical-align: inherit;
  margin-right: 10px;
  margin-bottom: 0;
}
}

/* ///////////////////////////////////////// */
/* howmuch */
/* ///////////////////////////////////////// */
.howmuch .kaisetsu{
  margin-bottom: 50px;
}
.howmuch-example{
  margin-top: 30px;
}
.case-box{
  background: #fff;
  height: 100%;
}
.case-box-text{
  padding: 20px 15px;
}
.case-box-text p{
  margin: 0;
  font-size: 0.9rem;
}
ul.ul-check {
  list-style: none;
  padding: 0;
  margin: 0 auto 30px;
}
ul.ul-check li{
  font-size: 0.9rem;
  font-weight: bold;
  letter-spacing: .1em;
  padding-left: 30px;
  line-height: 2.6em;
  background: url(../../../images/designs/customers/insurance/check-icon.png) left 0px top 9px no-repeat;
  background-size: 20px auto;
}
@media (min-width: 768px){
  .howmuch-example{
    margin-top: 0px;
  }
  .howmuch-p p{
    font-size: 1.2em;
  }
  .case-box-text{
    padding: 30px;
  }
  ul.ul-check li{
    font-size: 1rem;
  }
  ul.ul-check {
    width: fit-content;
  }
}

/* ///////////////////////////////////////// */
/* caution */
/* ///////////////////////////////////////// */
.caution-list-wrap{
  margin: 40px 0 60px;
}
ul.caution-list{
  list-style: none;
}
ul.caution-list li:not(:last-child){
  margin-bottom: 1rem;
}
ul.caution-list li::before {
  position: relative;
  top: -2px;
  left: -18px;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: '';
  border-radius: 100%;
  background: #ff9c1c;
}
.caution-graph h6{
  font-weight: normal;
  font-size: 0.9rem;
}
.caution-graph span{
  font-weight: normal;
  font-size: 0.8rem;
}
.scroll-img{
  width: 100%;
  overflow: scroll;
}
.caution-img{
  display: block;
  margin: 30px auto;
  width: 100%;
  min-width: 800px;
}
@media screen and (min-width: 768px) {
  .caution-list-wrap{
    position: relative;
    width: 100%;
    max-width: 700px;
    padding: 30px;
    margin: 50px auto;
  }
  .caution-list-wrap::before,.caution-list-wrap::after {
  	content: '';
  	width: 60px;
  	height: 60px;
  	position: absolute;
  }
  .caution-list-wrap::before {
  	border-left: solid 1px #4c4c4c;
  	border-top: solid 1px #4c4c4c;
  	top: 0;
  	left: 0;
  }
  .caution-list-wrap::after {
  	border-right: solid 1px #4c4c4c;
  	border-bottom: solid 1px #4c4c4c;
  	bottom: 0;
  	right: 0;
  }
  .scroll-img{
    width: 100%;
    overflow: inherit;
  }
  .caution-img{
    display: block;
    margin: 30px auto;
    width: 100%;
    min-width: auto;
  }
}

/* ///////////////////////////////////////// */
/* qna */
/* ///////////////////////////////////////// */
.qna-item{
  border-bottom: 2px dotted #ff9c1c;
  padding: 40px 0;
}
.q-text, .a-text{
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.q-text{
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.q-text::before{
  content: 'Q';
  background: #4c4c4c;
  display: inline-block;
  width: 2.1em;
  line-height: 2.1em;
  border-radius: 50%;
  color: #fff;
  margin-right: 10px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: normal;
}
.a-text::before{
  content: 'A';
  background: #ff9c1c;
  display: inline-block;
  width: 2em;
  line-height: 2em;
  border-radius: 50%;
  color: #fff;
  margin-right: 10px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: normal;
}
.q-text span{
  flex: 1;
}
.a-text span{
  flex: 1;
}

/* ///////////////////////////////////////// */
/* lp-cv */
/* ///////////////////////////////////////// */
.cv-tel{
  border: 1px solid #ff9c1c;
  max-width: 700px;
  margin: 0 auto 50px;
  width: 100%;
  padding: 50px 15px;
}
.cv-tel h4{
  font-size: 1.1rem;
}
.cv-tel-img{
  display: block;
  margin: 30px auto 0;
  width: 90%;
  max-width: 500px;
  transition: .5s;
}
.cv-tel-img:hover{
  opacity: 0.7;
}
.cv-mail-img{
  width: 100%;
  display: block;
  margin: 30px auto 0;
  max-width: 700px;
  transition: .5s;
}
.cv-mail-img:hover{
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .cv-tel h4{
    font-size: 1.3rem;
  }
}
