@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: 14px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  margin: auto;
}

#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;

}

.attention_box.simulation {
    max-width:700px;
}

.attention_box.simulation .right p {
    color:#ff7569;
    padding-top:0;
}

.attention_box.simulation .right p.price_risk {
    color:#434343;
    font-weight:400;
}

.attention_box.simulation .right button {
    color:#2167ae;
    text-decoration: underline;
    border:none;
    background: none;
    cursor: pointer;
}

@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;
  }

  .attention_box .right {
    width:520px;
  }
    
  .attention_box.simulation {
    margin: 0 auto 40px;
  }

  .attention_box.simulation .left {
    width:55px;
  }

  .attention_box.simulation .right {
    width:580px;
  }

  .attention_box.simulation .right p {
    font-size:12px;
    line-height: 1.4;
  }

  .attention_box.simulation .right p.price_risk {
    font-size:18px;
    padding-top:10px;
  }
}

@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%;
  }
    
  .attention_box.simulation {
    width:86%;
    margin: 0 auto 5.333vw;
    padding:5%;
    max-width:728px;
  }

  .attention_box.simulation .left {
    width:100%;
  }

  .attention_box.simulation .right {
    width:100%;
  }

  .attention_box.simulation .right p {
    font-size: 2.933vw;
    line-height: 1.4;
  }

  .attention_box.simulation .right p.price_risk {
    font-size:3.2vw;
    padding-top:10px;
  }    
}


/* 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;
}

@media screen and (min-width: 769px) {
  .he_header .inner {
    width: 100%;
    padding: 16px 68px 17px;
  }

  .he_header h1 {
    width: 167.5px;
  }

  .he_header .tel {
    width: 422px;
  }
}

@media screen and (max-width: 768px) {
  .he_header .inner {
    padding: 2.9333333333vw 4.2666666667vw 2.4vw 3.7333333333vw;
  }

  .he_header h1 {
    width: 26.896vw;
  }

  .he_header .tel {
    width: 56.5333333333vw;
  }
}


/* he-mv
----------------------*/
.he_mv {
  width:100%;
  position: relative;
}

.he_mv h2 img {
  width: 100%;
  height: auto;
}

.he_mv .download {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}


@media screen and (min-width: 1200px) {
  .he_mv .download {
    width:648px;
    bottom:28px;
  }
}

@media screen and (min-width:769px) and ( max-width:1199px) {
  .he_mv .download {
    width:54vw;
    height: auto;
    bottom:2.333vw;
  }
}

@media screen and (max-width: 768px) {
  .he_mv .download {
    width:98.4vw;
    height: auto;
    bottom:4vw;
  }
}


/* 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/fl2/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/fl2/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_recommend
----------------------*/
.he_recommend {
  background: #eef8fd;
  color: #434343;
}

.he_recommend img {
  width: 100%;
  height: auto;
}

.he_recommend .reco_head {
  text-align: center;
}

.he_recommend .reco_head h2 {
  width: auto;
  display: inline-block;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.he_recommend .reco_head h2 span:first-of-type {
  color: #2167ae;
}

.he_recommend .reco_head h2 span:last-of-type {
  color: #24b0ad;
}

.he_recommend .list .he_reco_box h3 span.uline {
  background: linear-gradient(transparent 60%, #fff773 0%);
}

.he_recommend .list .outer {
  border: 2px solid #23366f;
  border-radius: 8px;
  background: #fff;
  margin: auto;
  }

.he_recommend .list .he_reco_box {
  position: relative;
  margin: auto;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.he_recommend .list .reco_img01 a {
  color: #2167ae;
  text-decoration: underline;
}

.he_recommend .list .he_reco_box p.is-small {
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
}

.he_recommend .list .he_reco_box span.is-small.date {
  display: block;
  text-align: right;
  padding-top:5px;
} 

.he_recommend .reco_arrow {
  position: relative;
} 

.he_recommend .list .he_reco_box span.f-strong {
  color:#ff7569;
}
.he_recommend .list .he_reco_box { font-weight:400; }
.he_recommend .list .he_reco_box p { line-height: 1.5; }
.he_recommend .list .he_reco_box sup { vertical-align: text-top; }

@media screen and (min-width: 769px) {
  .he_recommend {
    padding-top: 56px;
    margin-top:55px;
  }

  .he_recommend .reco_head h2 {
    font-size: 3.1rem;
    line-height: 1.5;
  }

  .he_recommend .reco_head h2 span:first-of-type,
  .he_recommend .reco_head h2 span:last-of-type {
    font-size: 4.638rem;
  }

  .he_recommend .list {
    margin-top: 32px;
    padding-bottom:30px;
  }

  .he_recommend .list > .outer + .outer {
    margin-top: 24px;
  }

  .he_recommend .list .outer {
    width: 700px;
  }
    
  .he_recommend .reco_arrow {
    background: url("/NonSitecore/_/media/landingpage/brpg/hengaku/fl2/img/recommend_bg_pc.png") center top no-repeat;
    background-size: 1220px;
    height: 489px;
  } 

  .he_recommend .reco_arrow img.fm {
    top:20px;
    width:496px;
    position:absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  } 

  .he_recommend .list .he_reco_box {
    width: 100%;
    font-size: 1.5rem;
    padding:0 0 30px;
  }

  .he_recommend .list .he_reco_box h3 {
    font-size:26px;
    font-weight:700;
    text-align: center;
    margin:40px auto 0;
    line-height: 1.3;
    position: relative;
    width:335px;
  }

  .he_recommend .list .he_reco_box h3.sec {
    width:550px;
  }

  .he_recommend .list .he_reco_box h3 span.sub_txt {
    font-size:18px;
  }
    
  .he_recommend .list .he_reco_box h3::before {
    content: "";
    position: absolute;
    bottom:0;
    left:0;
    width: 16px;
    height: 39px;
    background-image: url("/NonSitecore/_/media/landingpage/brpg/hengaku/fl2/img/slash.png");
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .he_recommend .list .he_reco_box h3::after {
    content: "";
    position: absolute;
    bottom:0;
    right:0;
    width: 16px;
    height: 39px;
    background-image: url("/NonSitecore/_/media/landingpage/brpg/hengaku/fl2/img/slash.png");
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: scaleX(-1);
  }

  .he_recommend .list .he_reco_box h3.sec::before {
    width: 20px;
    height: 49px;
  }

  .he_recommend .list .he_reco_box h3.sec::after {
    width: 20px;
    height: 49px;
  }

  .he_recommend .list .reco_img01 a:hover {
    opacity: .6;
    transition: .7s ease;
  }    
    
  .he_recommend .list .he_reco_box p.is-small {
    font-size: 13px;
    line-height: 1.4;
  } 

  .he_recommend .list .he_reco_box div.textBox {
    width:92%;
    margin-left:auto;
    margin-right:auto;
  }
    
  .he_recommend .list .he_reco_box span.is-small.date {
    padding-bottom:30px;
  } 
    
  .he_recommend .list .he_reco_box p.mt {
    padding-top:20px;
  }
    
  .he_recommend .list .he_reco_box sup {
    font-size: 1rem;
  }

  .he_recommend .list .reco_img01 {
    width:86%;
    border:2px solid #23366f;
    margin:30px 7% 0;
    box-sizing: border-box;
    padding-bottom:40px;
  }

  .he_recommend .list .reco_img01 div {
    width:90%;
    margin:0 auto;
  }

  .he_recommend .list .reco_img02 {
    width:96%;
    margin:40px 2% 0;
  }
}

@media screen and (max-width: 768px) {
  .he_recommend {
    padding-top: 10.6666666667vw;
    margin-top:8vw;
  }

  .he_recommend .reco_head h2 {
    font-size: 5.333vw;
    line-height: 1.7142857143;
  }

  .he_recommend .reco_head h2 span:first-of-type,
  .he_recommend .reco_head h2 span:last-of-type {
    font-size: 8vw;
  }
    
  .he_recommend .list {
    margin-top: 6.1333333333vw;
    padding-bottom:3.906vw;
  }

  .he_recommend .list .outer {
    width:91.467vw;
  }

  .he_recommend .list > li + li {
    margin-top: 4.2666666667vw;
  }

  .he_recommend .reco_arrow {
    height: 95.6vw;
  } 

  .he_recommend .reco_arrow img.fm {
    width:100%;
    height: auto;
  }
    
  .he_recommend .list .he_reco_box {
    width: 91.4666666667%;
    font-size: 3.2vw;
    padding:0 0 4vw;
  }

  .he_recommend .list .he_reco_box h3 {
    font-size:4.948vw;
    margin:5.208vw auto 0;
    line-height: 1.3;
    width:66vw;
    text-align: center;
    position: relative;
  }

  .he_recommend .list .he_reco_box h3.sec {
    width:70vw;
  }

  .he_recommend .list .he_reco_box h3 span.sub_txt {
    font-size:3.125vw;
  }
    
  .he_recommend .list .he_reco_box h3::before {
    content: "";
    position: absolute;
    bottom:0;
    left:0;
    width: 2.604vw;
    height: 6.38vw;
    background-image: url("/NonSitecore/_/media/landingpage/brpg/hengaku/fl2/img/slash.png");
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .he_recommend .list .he_reco_box h3::after {
    content: "";
    position: absolute;
    bottom:0;
    right:0;
    width: 2.604vw;
    height: 6.38vw;
    background-image: url("/NonSitecore/_/media/landingpage/brpg/hengaku/fl2/img/slash.png");
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: scaleX(-1);
  }

  .he_recommend .list .he_reco_box h3.sec::before {
    width: 3.646vw;
    height: 8.854vw;
  }

  .he_recommend .list .he_reco_box h3.sec::after {
    width: 3.646vw;
    height: 8.854vw;
  }
    
  .he_recommend .list > .outer + .outer {
    margin-top: 3.906vw;
  }
    
  .he_recommend .list .he_reco_box p.is-small {
    font-size: 2.933vw;
    line-height: 1.4;
  } 

  .he_recommend .list .he_reco_box span.is-small.date {
    padding-bottom:4vw;
  } 
    
  .he_recommend .list .he_reco_box p.mt {
    padding-top:4vw;
  }
    
  .he_recommend .list .he_reco_box sup {
    font-size: 10px;
  }
    
  .he_recommend .list .reco_img01 {
    width:96%;
    border:2px solid #23366f;
    margin:3.906vw 2% 0;
    box-sizing: border-box;
    padding-bottom:3.906vw;
  }

  .he_recommend .list .reco_img01 div {
    width:90%;
    margin:0 auto;
  }

  .he_recommend .list .reco_img02 {
    width:96%;
    margin:3.906vw 2% 0;
  }
}


/* 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/fl2/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/fl2/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;
}

.cta .attention_txt {
    max-width:700px;
}

.cta .attention_txt p {
    text-align: left;
    padding-left:1.2rem;
    text-indent: -1.2rem;
    padding-top:0;
}

@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/fl2/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/fl2/img/cta06_bg_pc.png") left top no-repeat;
    background-size: 238px;
  }

  .cta .cta_box a.btn3 {
    background: url("/NonSitecore/_/media/landingpage/brpg/hengaku/fl2/img/cta04_bg_pc.png") left top no-repeat;
    background-size: 238px;
  }
    
  .cta .attention_txt {
    margin:0 auto 20px;
  }

  .cta .attention_txt p {
    font-size:13px;
    line-height: 1.4;
  }    
}

@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/fl2/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/fl2/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/fl2/img/cta04_bg_sp.png") left top no-repeat;
    background-size: 100%;
  }
    
  .cta .attention_txt {    
    width:96%;
    margin:0 auto 3.906vw;
    max-width:728px;
  }

  .cta .attention_txt p {
    font-size: 2.9333333333vw;
    line-height: 1.4;
  }       
}


/* he_features
----------------------*/
.he_features {
  background:#eef8fd;
  color:#434343;
}

.he_features h2 img {
  width:100%;
  height: auto;
}

.he_features h3 {
  font-weight:700;
  text-align: center;
  line-height: 1.2;
}

.he_features h3 span.bg {
  background: #fff;
}

.features_txt {
  font-weight:500;
  text-align: center;
}

.features_txt span {
  font-weight:700;
}

.features_box {
  border:2px solid #23366f;
  border-radius: 8px;
  text-align: center;
  width: 700px;
  box-sizing: border-box;
  position: relative;
}

.features_box.bg_none {
  background: #fff;
}

.features_box h4 {
  background: #23366f;
}

.features_box .person {
  position: absolute;
  bottom:0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.features_txt2 {
  font-weight:700;
  color:#434343;
  line-height: 1.6;
}

.features_txt2 span {
  font-weight:900;
}

.features_txt3 {
  font-weight:500;
  line-height: 1.6;
}

.features_txt3 span {
  font-weight:700;
}

.features_box .is-small {
  text-align: left;
  margin-left:auto;
  margin-right:auto;
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
}

.features_box .is-small.number {
  padding-left: 1.8em;
  text-indent: -1.8em;
}

.features_box a {
  display:block;
  background: url("/NonSitecore/_/media/landingpage/brpg/hengaku/fl2/img/cta_bg.png") left top no-repeat;
  background-size: 100%;
  color:#fff;
  font-weight:700;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  margin:0 auto;
}

.features_box a img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 769px) {
  .he_features {
    padding:0 0 80px;
  }

  .he_features h3 {
    font-size:20px;
  }

  .features_txt {
    font-size:13px;
    padding-top:40px;
    margin-bottom:10px;
  }

  .features_box {
    background: url("/NonSitecore/_/media/landingpage/brpg/hengaku/fl2/img/features_bg_pc.png") center bottom no-repeat #fff;
    background-size: 100%;
    margin:40px auto 0;
    padding:0 0 140px 0;
  }

  .features_box.bg_none {
    padding:0 0 40px 0;
  }

  .features_box .text_img01,
  .features_box .text_img02,
  .features_box .text_img03,
  .features_box .text_img04 {
    margin-top:20px;
  }

  .features_box h4 {
    padding:20px 0;
    margin-bottom:10px;
  }

  .features_box .mt {
    margin-top:20px;
  }

  .features_txt2 {
    font-size:18px;
    padding:15px 0;
  }

  .features_txt2 span {
    font-size:22px;
  }

  .features_txt3 {
    font-size:16px;
    padding:0 0 10px;
  }

  .features_box .is-small {
    font-size:12px;
    width:370px;
  }

  .features_box a {
    width: 500px;
    height: 82px;
    padding-left:40px;
    font-size: 2.3rem;
    padding-top:27px;
  }

  .features_box a img {
    left:60px;
  }

  .features_box a:hover {
    opacity: 0.6;
    transition: .7s ease;
  }
}

@media screen and (max-width: 768px) {
  .he_features {
    padding:0 0 8vw;
  }

  .he_features h3 {
    font-size:4.8vw;
    line-height: 1.8;
  }

  .features_txt {
    font-size:3.2vw;
    padding-top:5.333vw;
    margin-bottom:2vw;
  }

  .features_box {
    width:91.733vw;
    background: url("/NonSitecore/_/media/landingpage/brpg/hengaku/fl2/img/features_bg_sp.png") center bottom no-repeat #fff;
    background-size: 100%;
    margin:8vw auto 0;
    padding:0 0 52.5vw 0;
  }

  .features_box.bg_none {
    padding:0 0 8vw 0;
  }

  .features_box .features_box_inner {
    width:92%;
    margin:auto;
  }

  .features_box .text_img01 {
    margin-top:4vw;
    width:78.4vw;
    height: auto;
  }

  .features_box .text_img02 {
    margin-top:4vw;
    width:74.667vw;
    height: auto;
  }

  .features_box .text_img03 {
    margin-top:4vw;
    width:79.067vw;
    height: auto;
  }

  .features_box .text_img04 {
    margin-top:4vw;
    margin-bottom:2vw;
    width:72.667vw;
    height: auto;
  }
    
  .features_box h4 {
    padding:4vw 0;
    margin-bottom:2.999vw;
  }

  .features_box .mt {
    margin-top:2.999vw;
  }

  .features_box .person {
    width:68.267vw;
    height: auto;
  }

  .features_txt2 {
    margin:auto;
    font-size:4vw;
    padding:3.333vw 0;
    letter-spacing: -.5px;
  }

  .features_txt2 span {
    font-size:4.8vw;
  }

  .features_txt3 {
    font-size:4vw;
    padding:0 0 2vw;
  }

  .features_box .is-small {
    font-size:2.933vw;
    width:100%;
  }

  .features_box a {
    width: 81.6vw;
    height: 13.867vw;
    padding-left:6vw;
    font-size: 4vw;
    padding-top:4.5vw;
  }

  .features_box a img {
    width: 6.933vw;
    left:10.667vw;
  }
}


/* 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_faq
----------------------*/
.he_faq {
  background: #EEF0F1;
  color: #434343;
  text-align: center;
}

.he_faq h2 {
  font-weight:700;
}

.he_faq .faq_box {
  background: #fff;
  margin: auto;
  border-radius: 8px;
  border: 2px solid #434343;
} 

.he_faq .faq_box .pic {
  padding-left: 1em;
  text-indent: -1em; 
}
    
.he_faq .toggle {
  position: relative;
  margin: auto;
  text-align: center;
  font-weight: 600;
  color: #434343;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.2; 
}

.he_faq .toggle span {
  position: absolute;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #434343;
}

.he_faq .toggle span:before {
  content: "";
  position: absolute;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.he_faq .toggle.is-open {
  border-radius: 8px 8px 0 0;
}

.he_faq .toggle.is-open span:before {
  content: "";
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.he_faq .panel {
  display: none;
  color: #434343;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  border-top: 2px dotted #434343;
  text-align: left;
  margin:auto;
}

.he_faq .panel p {
  line-height: 1.4;
}

.he_faq .panel .is-small {
  font-size:12px;
}

.he_faq .panel .mt {
  margin-top:15px;
}

.he_faq .panel sup {
  font-size: 1rem;
  vertical-align: text-top;
}

@media screen and (min-width: 769px) {
  .he_faq {
    padding-top: 54px;
    padding-bottom: 56px;
  }

  .he_faq h2 {
    font-size:32px;
  }

  .he_faq .faq_box {
    margin-top: 32px;
    width: 648px;
  }    
    
  .he_faq .toggle {
    padding: 18px 0 18px;
    font-size: 23px;  
  }
    
  .he_faq .toggle span {
    right: 32px;
    width: 24px;
    height: 24px;
  }

  .he_faq .toggle span:before {
    width: 6px;
    height: 6px;
    top: 7px;
    left: 8px;
  }

  .he_faq .toggle.is-open span:before {
    top: 9px;
  }

  .he_faq .panel {
    font-size:15px;
    padding:20px 0 30px;
    width:92%;
  }
}

@media screen and (max-width: 768px) {
  .he_faq {
    padding-top: 9.8666666667vw;
    padding-bottom: 10.6666666667vw;
  }

  .he_faq .faq_box {
    margin-top: 4.2666666667vw;
    width: 91.4666666667%;
  }
    
  .he_faq .toggle {
    padding: 3.2vw 5.3333333333vw 3.2vw 0;
    font-size: 4.2666666667vw;
  }
    
  .he_faq .toggle span {
    right: 2.6666666667vw;
    width: 4.8vw;
    height: 4.8vw;
  }

  .he_faq .toggle span:before {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    top: 1.0666666667vw;
    left: 1.6vw;
  }

  .he_faq .toggle.is-open span:before {
    top: 1.8666666667vw;
  }

  .he_faq .panel {
    width: 91.4666666667%;
    padding: 2.999vw 0 4vw;
    font-size:3.2vw;
  }

  .he_faq .panel a {
    color:#2167ae;
    text-decoration: underline;
  }
}


/* 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/fl2/img/cta05_bg.png") center top no-repeat;
  background-size: 100%;
}

@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;
  }
}

@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;
  }
}


/* 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;
}

@media screen and (min-width: 769px) {
  .he_footer {
    width: 720px;
    padding: 17px 0 200px;
  }

  .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 40vw;
  }

  .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;
  }
}










