@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: normal;
  line-height: 1;
  text-decoration: none;
  vertical-align: baseline;
}

@media screen and (min-width: 769px) {
html {
   /* max-width: 1200px; */
   margin: auto;
}
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section, main, canvas {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

input, textarea {
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
}

select, option, button {
  font-family: inherit;
  font-size: inherit;
}

input.styleReset, button.styleReset, textarea.styleReset, select.styleReset {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol, ul, li {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: none;
  vertical-align: baseline;
}


/* pcsp
----------------------*/
@media screen and (max-width: 768px) {
  .is-pc {
    display: none !important;
  }
    
  img {
    width:100%;
    height: auto;
  }
}

@media screen and (min-width: 769px) {
  .is-sp {
    display: none !important;
  }
}


/* function
----------------------*/
/* mixin
----------------------*/
/* common
----------------------*/
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body {
    font-size: 1.4rem;
    margin: auto;
    border-top: #91BFE3 solid 30px;
    border-bottom: #EEF0F1 solid 81px;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#container {
  margin: auto;
  width: 100%;
}

@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}


/* floating
----------------------*/
.floating {
  position: fixed;
  left: 0;
  bottom: 0;
  display: none;
  background: #fff;
  width:100%;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  z-index:99;
  box-sizing: border-box;
}

.floating_box {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.floating p {
  color:#434343;
  text-align: center;
}

.floating a {
  text-decoration: underline;
  color:#2167ae;
}

@media screen and (min-width: 769px) {
  .floating {
    height: 125px;
    padding-top:25px;
  }

  .floating_box {
    width:500px;
    margin:0 auto 10px;
  }

  .floating p {
    font-size:12px;
  }
}

@media screen and (max-width: 768px) {
  .floating {
    height: auto;
    padding:4vw 0;
  }

  .floating_box {
    width:82%;
    margin:0 auto 10px;
  }

  .floating_box div {
    width:40vw;
  }

  .floating p {
    font-size:2.933vw;
  }    
}


/* all
----------------------*/
.orange { color:#f08200; }

.attention_box {
  width:100%;
  border: 1px solid #ff7569;
  border-radius: 8px;
  box-sizing: border-box;
}

.attention_box .right {
  color:#ff7569;
  line-height: 1.2;
}

.attention_box .right p {
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;

}

@media screen and (min-width: 769px) {
  .attention_box {
    padding:15px 20px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .attention_box .left {
    width:55px;
    margin-top: 11px;
  }

  .attention_box .right {
    width:520px;
  }
}

@media screen and (max-width: 768px) {
  .attention_box {
    padding:2vw 2vw 2.667vw 2vw;
  }

  .attention_box .left {
    width:100%;
    text-align:center;
  }

  .attention_box .left img {
    width:36vw;
    height:auto;
    margin-bottom:1.333vw;
  }

  .attention_box .right {
    width:100%;
  }
}


/* he_header
----------------------*/
.he_header img {
  width: 100%;
  height: auto;
}

.he_header .inner {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
/*          justify-content: space-between;*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.he_lead .txt {
  color: #434343;
  font-weight: 200;
  line-height: 1.3636363636;
}

.he_lead {
  border-top: 1px solid #8080808c;
}

@media screen and (min-width: 769px) {
  .he_header .inner {
     width: 648px;
     padding: 16px 0 17px;
   }
  .he_header h1 {
     width: 167.5px;
     margin-right: 40px;
   }
  .he_header .tel {
     width: 422px;
   }
  .he_header h2 {
    color: #434343;
    font-weight: 400;
  }
  .he_lead {
    padding: 35px 0 17px;
    margin: 0 auto;
  }
  .he_lead .txt {
    font-size: 1.5rem;
    width: 648px;
    margin: 0 auto;
  }  
  
    
}

@media screen and (max-width: 768px) {
  .he_header .inner {
    padding: 2.9333333333vw 4.2666666667vw 2.4vw 3.7333333333vw;
  }

  .he_header h1 {
    width: 26.896vw;
    margin-right: 20px;
  }

  .he_header .tel {
    width: 56.5333333333vw;
  }
  
  .he_header h2 {
    font-weight: 200;
    font-size: 1.8rem;
  }
  
  .he_lead {
    font-size: 3.7333333333vw;
    padding: 5.333vw 3vw;
    margin: 0;
  }
  .he_lead .txt {
    font-size: 3.5vw;
  }
}





/* he_form
----------------------*/
.he_form {
  width: 100%;
  background: #fff;
  color: #434343;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.he_form img {
  width: 100%;
  height: auto;
}


/* he_form hosho
----------------------*/
.he_form .hosho input {
  cursor: none;
  pointer-events: none;
}

.he_form .hosho .box {
  background: #fff;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  border:1px solid #EEE;
}

.he_form .hosho .box > p {
  font-weight: 300;
}

.he_form .hosho .box ul li {
  border-bottom: 1px solid #EEF0F1;
  font-weight: 500;
  line-height: 1.3333333333;
}

.he_form .hosho input[type=checkbox] {
  display: none;
}

.he_form .product_select { 
  display: none;
}

.he_form .hosho .checkbox01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: auto;
  font-weight: 500;
  cursor: none;
  pointer-events: none;
}

.he_form .hosho .checkbox01::before {
  background: #fff;
  border: none;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}

.he_form .hosho .checkbox01::after {
  border-right: 3px solid #2167AE;
  border-bottom: 3px solid #2167AE;
  content: "";
  display: block;
  top: 50%;
  opacity: 0;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.he_form .hosho input[type=checkbox]:checked + .checkbox01 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), color-stop(30%, rgba(218, 210, 189, 0.45)));
  background: linear-gradient(transparent 30%, rgba(218, 210, 189, 0.45) 30%);
}

.he_form .hosho input[type=checkbox]:checked + .checkbox01::after {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .he_form .hosho {
    width: 648px;
    padding-top: 20px;
    color: #434343;
  }
    
  .he_form .hosho .box {
    width: 648px;
    padding: 32px 24px;
  }

  .he_form .hosho .box > p {
    font-size: 1.2rem;
    line-height: 1.3333333333;
  }

  .he_form .hosho .box ul li {
    padding: 9px 0 6px;
    font-size: 1.2rem;
  }

  .he_form .hosho .checkbox01 {
    padding-left: 34px;
    font-size: 1.2rem;
  }

  .he_form .hosho .checkbox01::before {
    height: 16px;
    width: 16px;
    left: 5px;
    margin-top: -8px;
  }

  .he_form .hosho .checkbox01::after {
    width: 5px;
    height: 9px;
    left: 10px;
    margin-top: -7px;
  }
}

@media screen and (max-width: 768px) {
  .he_form .hosho {
    width: 100%;
    padding-top: 6.4vw;
    color: #434343;
  }

  .he_form .hosho .box {
    width: 100%;
    margin: auto;
    padding: 6.4vw 3.7333333333vw;
  }
    
  .he_form .hosho .box > p {
    margin-bottom: 0.8vw;
    font-size: 2.9333333333vw;
    line-height: 1.4545454545;
  }

  .he_form .hosho .box ul li {
    padding: 2.4vw 0 1.6vw;
    font-size: 3.2vw;
  }

  .he_form .hosho .checkbox01 {
    padding-left: 9.0666666667vw;
    font-size: 3.2vw;
  }

  .he_form .hosho .checkbox01::before {
    height: 4.2666666667vw;
    width: 4.2666666667vw;
    left: 1.3333333333vw;
    margin-top: -2.1333333333vw;
  }

  .he_form .hosho .checkbox01::after {
    width: 1.3333333333vw;
    height: 2.4vw;
    left: 2.6666666667vw;
    margin-top: -1.8666666667vw;
  }
}


/* he_form wrap2 wrap3
----------------------*/
.he_form .input_area .wrap2,
.he_form .input_area .wrap3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 769px) {
  .he_form .input_area .wrap2 .item + .item {
    margin-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .he_form .input_area .wrap2 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .he_form .input_area .wrap2 .item {
    width: 47.5218658892%;
  }
}


/* he_form input_area
----------------------*/
.he_form .input_area {
  color: #2167AE;
  font-weight: 500;
  line-height: 1.5;
  margin: auto;
}

.he_form .input_area h3 {
  color: #2167AE;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 9px;
}

.he_form .input_area h3 span {
  line-height: 1.5454545455;
}

.he_form .input_area .block .note {
  color: #434343;
  font-weight: 200;
}

.he_form .input_area input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #2167AE;
  border-radius: 4px;
  background-color: #fff;
}

.he_form .input_area input.input_mail {
  width: 100%;
}

.he_form .input_area input::-webkit-input-placeholder {
  color: #D6D6D6;
  font-weight: 500;
}

.he_form .input_area input::-moz-placeholder {
  color: #D6D6D6;
  font-weight: 500;
}

.he_form .input_area input:-ms-input-placeholder {
  color: #D6D6D6;
  font-weight: 500;
}

.he_form .input_area input::-ms-input-placeholder {
  color: #D6D6D6;
  font-weight: 500;
}

.he_form .input_area input::placeholder {
  color: #D6D6D6;
  font-weight: 500;
}

.he_form .input_area .select_wrapper {
  position: relative;
}

.he_form .input_area .select_wrapper::after {
  content: "";
  position: absolute;
  border-right: 2px solid #434343;
  border-bottom: 2px solid #434343;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
}

.he_form .input_area select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #2167AE;
  background-color: #fff;
  border-radius: 4px;
}

.he_form .input_area input[type=radio] {
  display: none;
}

.he_form .input_area input[type=radio]:checked + label {
  background: #2167AE;
  border: 1px solid #2167AE;
  color: #ffffff;
}

.he_form .input_area .label {
  display: block;
  color: #A5A5A5;
  background: #fff;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid #A5A5A5;
  border-radius: 5px;
}

.he_form .input_area .txt {
  color: #434343;
  font-weight: 200;
  line-height: 1.3636363636;
}

.he_form .input_area .txt a {
  color: #2167AE;
  text-decoration: underline;
}

.he_form .input_area .error {
  color: #ff4737;
  font-weight: 600;
  line-height: 1.25;
}

@media screen and (min-width: 769px) {
  .he_form .input_area {
    width: 648px;
    margin-top: 30px;
    font-size: 1.4rem;
  }

  .he_form .input_area h3 {
    font-size: 1.4rem;
  }

  .he_form .input_area h3 span {
    font-size: 1.1rem;
  }

  .he_form .input_area .block .note {
    margin-top: 16px;
    font-size: 1.2rem;
    line-height: 1.25;
  }

  .he_form .input_area .block + .block {
    margin-top: 20px;
  }

  .he_form .input_area .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .he_form .input_area .wrap .item {
    width: 308px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .he_form .input_area .wrap .item + .item {
    margin-left: 32px;
  }

  .he_form .input_area input {
    padding: 11px 8px;
  }

  .he_form .input_area input.input_name {
    width: 264px;
  }

  .he_form .input_area input.input_tel {
    width: 121px;
  }

  .he_form .input_area input::-webkit-input-placeholder {
    font-size: 1.6rem;
  }

  .he_form .input_area input::-moz-placeholder {
    font-size: 1.6rem;
  }

  .he_form .input_area input:-ms-input-placeholder {
    font-size: 1.6rem;
  }

  .he_form .input_area input::-ms-input-placeholder {
    font-size: 1.6rem;
  }

  .he_form .input_area input::placeholder {
    font-size: 1.6rem;
  }

  .he_form .input_area .select_wrapper::after {
    margin-top: -4px;
    right: 8px;
    width: 5px;
    height: 5px;
  }

  .he_form .input_area select {
    padding: 12px 30px 12px 15px;
    font-size: 1.4rem;
  }

  .he_form .input_area .label {
    width: 196px;
    height: 40px;
    line-height: 40px;
    font-size: 1.6rem;
  }

  .he_form .input_area span + input {
    margin-left: 16px;
  }

  .he_form .input_area .select_wrapper + span {
    margin-left: 16px;
  }

  .he_form .input_area span + .select_wrapper {
    margin-left: 20px;
  }

  .he_form .input_area .txt {
    width: 530px;
    margin: 30px auto;
    font-size: 1.5rem;
  }

  .he_form .input_area .error {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .he_form .input_area {
    width: 91.4666666667%;
    font-size: 3.7333333333vw;
    padding-top:5.333vw;
  }

  .he_form .input_area h3 {
    font-size: 3.7333333333vw;
  }

  .he_form .input_area h3 span {
    font-size: 2.9333333333vw;
  }

  .he_form .input_area .block .note {
    margin-top: 2.1333333333vw;
    font-size: 2.9333333333vw;
    line-height: 1.3636363636;
    text-indent: -1em;
    padding-left: 1em;
  }

  .he_form .input_area .block + .block {
    margin-top: 3.7333333333vw;
  }

  .he_form .input_area .wrap .item + .item {
    margin-top: 2.1333333333vw;
  }

  .he_form .input_area input {
    padding: 2.9333333333vw 2.1333333333vw;
  }

  .he_form .input_area input.input_name {
    width: 83.0903790087%;
  }

  .he_form .input_area input.input_tel {
    width: 27.6967930029%;
  }

  .he_form .input_area input::-webkit-input-placeholder {
    font-size: 3.7333333333vw;
  }

  .he_form .input_area input::-moz-placeholder {
    font-size: 3.7333333333vw;
  }

  .he_form .input_area input:-ms-input-placeholder {
    font-size: 3.7333333333vw;
  }

  .he_form .input_area input::-ms-input-placeholder {
    font-size: 3.7333333333vw;
  }

  .he_form .input_area input::placeholder {
    font-size: 3.7333333333vw;
  }

  .he_form .input_area .select_wrapper::after {
    margin-top: -1.0666666667vw;
    right: 1.6vw;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
  }

  .he_form .input_area select {
    padding: 3.2vw 4.8vw 3.2vw 2.1333333333vw;
    font-size: 3.7333333333vw;
  }

  .he_form .input_area .label {
    width: 100%;
    height: 10.6666666667vw;
    line-height: 10.6666666667vw;
    font-size: 3.7333333333vw;
  }

  .he_form .input_area span + input {
    margin-left: 4.2666666667vw;
  }

  .he_form .input_area .select_wrapper + span {
    margin-left: 2.6666666667vw;
  }

  .he_form .input_area span + .select_wrapper {
    margin-left: 2.6666666667vw;
  }

  .he_form .input_area .txt {
    width: 100%;
    margin-top: 8.5333333333vw;
    margin-bottom: 3.4666666667vw;
    font-size: 3.5vw;
  }

  .he_form .input_area .error {
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
  }
}


/* he_form submitbtn
----------------------*/
.he_form .form_btn_area {
  margin: auto;
  position: relative;
}

.he_form .form_btn_area > div::before {
  content: "";
  display: inline-block;
  background: url(/NonSitecore/_/media/landingpage/brpg/hengaku/fl1/img/cta_ico.png) no-repeat;
  background-size: 100%;
  position: absolute;
}

.he_form .form_btn_area .submitbtn {
  display: block;
  margin: auto;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  color: #fff;
  line-height: 1em;
  border: none;
  box-sizing: border-box;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: url("/NonSitecore/_/media/landingpage/brpg/hengaku/fl1/img/cta_bg.png") center top no-repeat;
  background-size: 100%;
}

@media screen and (min-width: 769px) {
  .he_form .form_btn_area {
    width:500px;
  }

  .he_form .form_btn_area > div::before {
    width: 40px;
    height: 44px;
    top:15px;
    left:40px;
  }

  .he_form .form_btn_area .submitbtn {
    width: 500px;
    height: 82px;
    padding-left:40px;
    font-size: 2.3rem;
  }

  .he_form .form_btn_area:hover {
    opacity: 0.6;
    transition: .7s ease;
  }
}

@media screen and (max-width: 768px) {
  .he_form .form_btn_area {
    width:91.333vw;
  }

  .he_form .form_btn_area > div::before {
    height: 7.6vw;
    top:3.2vw;   
    left:6vw;
    width: 6.933vw;
  }
    
  .he_form .form_btn_area .submitbtn {
    width: 91.467vw;
    height: 14.933vw;
    padding-left:5.333vw;
    font-size: 4.533vw;
  }
}





/* he_risk
----------------------*/
.he_risk {
  background:#fffdee;
  text-align: center;
}

.he_risk p {
  color:#434343;
  font-weight: 700;
  border-bottom: 2px dotted #434343;
}

@media screen and (min-width: 769px) {
  .he_risk {
    padding:30px 0 40px;
  }

  .he_risk p {
    font-size:17px;
    padding:20px 0 15px;
    max-width:500px;
    margin:0 auto 20px;
  }    
}

@media screen and (max-width: 768px) {
  .he_risk {
    padding:30px 0 40px;
  }
    
  .he_risk h2 {
    width: 77.6vw;
    margin: 0 auto;
  }

  .he_risk p {
    font-size:4.267vw;
    padding:3vw 0 2vw;
    max-width:62.667vw;
    margin:0 auto 4vw;
    line-height: 1.4;
  }  

  .he_risk .risk_img {
    width:84.933vw;
    height: auto;
  }
}


/* cta
----------------------*/
.cta h3 {
  font-weight:700;
  text-align: center;
  color:#23366f;
}

.cta p {
  font-weight:500;
  text-align: center;
  color:#434343;
}

.cta p span {
  font-weight:600;
}

.cta a.btn {
  display:block;
  background: url("/NonSitecore/_/media/landingpage/brpg/hengaku/fl1/img/cta02_bg.png") left top no-repeat;
  color:#fff;
  font-weight:700;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}

.cta a.btn img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cta a.btn.bg02 {
  background: url("/NonSitecore/_/media/landingpage/brpg/hengaku/fl1/img/cta_bg.png") left top no-repeat;
}

.cta .cta_box {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cta .cta_box a.btn2,
.cta .cta_box a.btn3 {
  color:#fff;
  font-weight:700;
  text-align: center;
  box-sizing: border-box;
}

.cta a:hover {
  opacity: .6;
  transition: .7s ease;
}

@media screen and (min-width: 769px) {
  .cta {
    padding:40px 0;
  }

  .cta h3 {
    font-size:22px;
  }

  .cta p {
    font-size:18px;
    padding-top:15px;
  }

  .cta a.btn {
    width:505px;
    height: 82px;
    margin:20px auto 0;
    background-size: 505px;
    font-size:19px;
    padding-top:30px;
    padding-left:50px;
  }

  .cta a.btn img {
    left:60px;
  }

  .cta a.btn.bg02 img {
    left:80px;
  }

  .cta a.btn.bg02 {
    background-size: 505px;
    font-size: 2.3rem;
  }

  .cta .cta_box {
    width:505px;
    margin:20px auto 0;
  }

  .cta .cta_box a.btn2,
  .cta .cta_box a.btn3 {
    width:238px;
    height: 54px;
    background: url("/NonSitecore/_/media/landingpage/brpg/hengaku/fl1/img/cta03_bg_pc.png") left top no-repeat;
    background-size: 238px;
    padding-top:17px;
  }

  .cta .cta_box a.btn2.bg02 {
    background: url("/NonSitecore/_/media/landingpage/brpg/hengaku/fl1/img/cta06_bg_pc.png") left top no-repeat;
    background-size: 238px;
  }

  .cta .cta_box a.btn3 {
    background: url("/NonSitecore/_/media/landingpage/brpg/hengaku/fl1/img/cta04_bg_pc.png") left top no-repeat;
    background-size: 238px;
  }
}

@media screen and (max-width: 768px) {
  .cta {
    padding:5.333vw 0;
  }

  .cta h3 {
    font-size:5.333vw;
  }

  .cta p {
    font-size:3.2vw;
    padding-top:4vw;
  }

  .cta a.btn {
    width:91.333vw;
    height: 14.667vw;
    margin:2vw auto 0;
    background-size: 100%;
    font-size:4vw;
    padding-top:5.333vw;
    padding-left:6vw;
  }

  .cta a.btn img {
    left:8.5vw;
    width: 6.933vw;
  }

  .cta a.btn.bg02 img {
    left:10.667vw;
    width: 6.933vw;
  }

  .cta a.btn.bg02 {
    background-size: 100%;
    font-size: 4.533vw;
  }

  .cta .cta_box {
    width:82vw;
    margin:2.667vw auto 0;
  }

  .cta .cta_box a.btn2,
  .cta .cta_box a.btn3 {
    background: url("/NonSitecore/_/media/landingpage/brpg/hengaku/fl1/img/cta03_bg_sp.png") left top no-repeat;
    width:40vw;
    height: 13.867vw;
    background-size: 100%;
    padding-top:5vw;
    font-size:3.2vw;
    padding-right:2vw;
  }

  .cta .cta_box a.btn2.bg02 {
    background: url("/NonSitecore/_/media/landingpage/brpg/hengaku/fl1/img/cta06_bg_sp.png") left top no-repeat;
    background-size: 100%;
    padding-top:3.6vw;
  }

  .cta .cta_box a.btn3 {
    background: url("/NonSitecore/_/media/landingpage/brpg/hengaku/fl1/img/cta04_bg_sp.png") left top no-repeat;
    background-size: 100%;
  }
}





/* he_flow
----------------------*/
.he_flow {
  background:#eef8fd;
  color:#434343;
  text-align: center;
}

.he_flow h2 img {
  width:100%;
  height: auto;
}

.he_flow h3 {
  font-weight:700;
  text-align: center;
  line-height: 1.2;
}

.he_flow h3 span.bg {
  background: #fff;
}

.flow_txt {
  font-weight:500;
  text-align: center;
}

.flow_txt span {
  font-weight:700;
}

.flow_box {
  position: relative;
}

.flow_box .flow_txt2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right:0;
  color:#23366f;
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  .he_flow {
    padding:0 0 50px;
  }

  .he_flow h3 {
    font-size:20px;
    padding-bottom:35px;
  }

  .flow_txt {
    font-size:13px;
    padding-top:40px;
    margin-bottom:10px;
  }

  .flow_box {
    width:700px;
    margin: 5px auto;
  }

  .flow_box .flow_txt2 {
    width:590px;
    font-size:22px;
  }

  .flow_box .flow_txt2 span {
    font-size:18px;
  }    
}

@media screen and (max-width: 768px) {
  .he_flow {
    padding:0 0 8vw;
  }

  .he_flow h3 {
    font-size:4.8vw;
    line-height: 1.8;
    padding-bottom:4vw;
  }

  .flow_arrow {
    width:9.333vw;
    margin:0 auto;
  }

  .flow_txt {
    font-size:3.2vw;
    padding-top:5.333vw;
    margin-bottom:2vw;
  }

  .flow_box {
    width:91.333vw;
    margin: 5px auto;
  }

  .flow_box .flow_txt2 {
    width:76vw;
    font-size:4.8vw;
    padding:0 2vw;
    box-sizing: border-box;
    line-height: 1.4;
  }

  .flow_box .flow_txt2 span {
    font-size:4vw;
  }    
}


/* he_price
----------------------*/
.he_price { 
  margin:0 auto;
  text-align: center;
}

.he_price h2 {
  font-weight:700;
  color:#434343;
}

.he_price .attention_box .right { text-align:left; }

.he_price button.btn {
  display: block;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  color: #fff;
  line-height: 1em;
  border: none;
  box-sizing: border-box;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: url("/NonSitecore/_/media/landingpage/brpg/hengaku/fl1/img/cta05_bg.png") center top no-repeat;
  background-size: 100%;
}

.he_price .attention_box .is-amall-link {
  color: #434343 !important;
}
  
.he_price .attention_box .is-amall-link a {
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .he_price {
    width: 635px;
    padding-top: 54px;
    padding-bottom: 56px;
  }

  .he_price h2 {
    font-size:32px;
  }

  .he_price .is-small {
    font-size: 12px;
    line-height: 1.4;
  }

  .he_price button.btn {
    width: 500px;
    height: 80px;
    font-size: 2.3rem;
    margin:40px auto 30px;
  }
    
  .he_price button.btn:hover {
    opacity: 0.6;
    transition: .7s ease;
  }
  .he_price .attention_box .is-amall-link {
    font-size:13px;
    margin-left: 0 !important;
    margin-top: 10px;
  } 
}

@media screen and (max-width: 768px) {
  .he_price {
    width: 81.333vw;
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

  .he_price h2 {
    font-size:6.4vw;
  }
    
  .he_price .attention_box {
    padding:4vw 1.333vw 2.667vw 2vw;
  }

  .he_price .is-small {
    font-size: 2.933vw;
    line-height: 1.4;
  }

  .he_price button.btn {
    width: 82.133vw;
    height: 13.333vw;
    font-size: 4vw;
    margin:8vw auto 5.333vw;
  }
  .he_price .attention_box .is-amall-link {
    font-size: 3vw;
    margin-top: 2vw;
  }
}


/* modal
----------------------*/
.modalArea {
  display: none;
  position: fixed;
  z-index: 10; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  background:#fff;
  border:3px solid #434343;
  border-radius: 10px;
}

.modalContents {
  text-align: center;
  overflow-y: auto;
}

.modalContents img.other_price {
  width:100%;
  height: auto;
}

.closeModal {
  position: absolute;
  cursor: pointer;
  font-weight:900;
  color:#434343;
  border:3px solid #434343;
  border-radius: 100%;
  line-height: 1;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
}

.closeModal2 {
  cursor: pointer;
}

@media screen and (min-width:769px) {
  .modalWrapper {
    width: 92%;
    max-width: 1400px;
    height: 75%;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-60%);
  }

  .modalContents {
    width:96%;
    height: 90%;
    max-width: 1284px;
    margin:4% auto;
    padding:0 2%;
  }

  .closeModal {
    top: -20px;
    right: -20px;
    font-size:30px;
    width:37px;
    height: 37px;
  }

  .closeModal2 {
    margin-top:30px;
    cursor: pointer;
  }
}

@media screen and (max-width:768px) {
  .modalWrapper {
    width: 94%;
    max-width: 728px;
    height: 75%;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-60%);
  }

  .modalContents {
    width:96%;
    height: 92%;
    max-width: 651px;
    margin:8% auto 4%;
    padding:0 2%;
}

  .closeModal {
    top: -12px;
    right: -12px;
    font-size:15px;
    width:25px;
    height: 25px;
    padding-top:2px;
  } 

  .closeModal2 {
    margin:4vw auto 0;
    width:44vw;
  }
}


/* he_footer_info
----------------------*/
.he_footer_info {
  width: 100%;
  background: #eef0f1;
  color: #434343;
}

.he_footer_info .form_foot h3 {
  font-weight: 500;
}

.he_footer_info .form_foot p {
  font-weight: 400;
  line-height: 1.3333333333;
}

@media screen and (min-width: 769px) {
  .he_footer_info .form_foot {
    width: 648px;
    margin: 0 auto;
    padding:30px 0;
  }
    
  .he_footer_info .form_foot .txt_foot {
    padding-bottom:20px;
  }

  .he_footer_info .form_foot h3 {
    font-size: 1.2rem;
  }

  .he_footer_info .form_foot p {
    margin-top: 7px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .he_footer_info .form_foot {
    padding: 5.333vw 4.2666666667vw;
  }

  .he_footer_info .form_foot h3 {
    font-size: 3.2vw;
    padding-top:2.993vw;
  }

  .he_footer_info .form_foot p {
    margin-top: 1.3333333333vw;
    font-size: 3.2vw;
  }
}


/* he_footer
----------------------*/
.he_footer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  color: #434343;
}

.he_footer .text {
  text-align: right;
  font-weight: 400;
}

.he_footer ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.he_footer ul li {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.he_footer ul li ::before {
  content: "＞";
  position: absolute;
  top: 0;
  left: 0;
}

.he_footer ul li a {
  color: #434343;
}

.he_footer .copyright {
  text-align: center;
  color: #A5A5A5;
  font-weight: 600;
}

.company {
    margin: 36px auto;
    line-height: 1.5;
    border-top: solid 1px grey;
    padding: 20px 10px;
    border-bottom: solid 1px grey;
    color: #434343;
}
.company span {
    font-weight: 700;
    line-height: 2;
}

@media screen and (min-width: 769px) {
  .he_footer {
    width: 720px;
    padding: 10px 0 80px;
  }

  .he_footer .text {
    font-size: 1.2rem;
    margin-bottom: 7px;
  }

  .he_footer ul li {
    margin-top: 13px;
    margin-right: 32px;
    padding-left: 14px;
    font-size: 1.2rem;
  }

  .he_footer .copyright {
    margin-top: 38px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .he_footer {
    width: 91.4666666667%;
    padding: 4vw 0 20vw;
  }

  .he_footer .text {
    font-size: 3.2vw;
    margin-bottom: 3.4666666667vw;
  }

  .he_footer ul li {
    width: 100%;
    padding-left: 4.2666666667vw;
    font-size: 3.2vw;
  }
  .he_footer ul li + li {
    margin-top: 2.9333333333vw;
  }

  .he_footer .copyright {
    margin-top: 4vw;
    font-size: 3.2vw;
  }
}










