@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 (max-width: 768px) {
  body {
    width:100%;
    max-width: 768px;
    overflow-x: hidden;  
  }
}

@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;
  height: 100px;
  padding-top:25px;
}

.floating_box {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width:500px;
  margin:0 auto 10px;
}

@media screen and (max-width: 768px) {
  .floating {
    height: auto;
    padding:4vw 0;
  }

  .floating_box {
    width:90%;
    margin:0 auto 10px;
  }

  .floating_box div {
    width:47%;
  }
}


/* all
----------------------*/
.btn_box {
  background:#fff;
  width:100%;
  padding-bottom:40px;
  border-radius: 0 0 8px 8px;
}

.btn_box.pt { padding-top:20px; }

.btn_lead {
  font-size:18px;
  font-weight:700;
}

.btn_lead span {
  color:#2167ae;
}

.btn_box a.btn {
  display:block;
  background: url("/NonSitecore/_/media/landingpage/brpg/ordinary/tl11/img/cta04_bg_pc.png") left top no-repeat;
  color:#fff;
  font-weight:700;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  width:540px;
  height: 72px;
  margin:10px auto 0;
  background-size: 540px;
  font-size:19px;
  padding-top:25px;
  padding-left:30px;
}

.btn_box a.btn.case2 {
  padding-top:10px;
  line-height: 1.3;
}

.btn_box a.btn.yellow {
  background: url("/NonSitecore/_/media/landingpage/brpg/ordinary/tl11/img/cta03_bg_pc.png") left top no-repeat;
  background-size: 540px;
}

.btn_box a.btn:hover {
  opacity: .6;
  transition: .7s ease;
}

.btn_box a.btn img {
  position: absolute;
  left:60px;
  top: 50%;
  -webkit-transform: translateY(-52%);
          transform: translateY(-52%);
  width:40px;
  height: 44px;
}

.btn_box .text_link a {
  display: block;
  font-size:16px;
  color:#2167ae;
  font-weight:700;
  padding-top:10px;
  text-decoration: underline;
}

.bg_white { background:#fff; }

@media screen and (max-width: 768px) {
  .btn_box {
    padding-bottom:5.333vw;
  }

  .btn_box.pt { padding-top:3.906vw; }
  .btn_lead { font-size:3.906vw; }

  .btn_box a.btn {
    background: url("/NonSitecore/_/media/landingpage/brpg/ordinary/tl11/img/cta04_bg_sp.png") left top no-repeat;
    background-size: 100%;
    width:92%;
    height: 14vw;
    margin:1.309vw auto 0;
    font-size:3.906vw;
    padding-top:5.333vw;
    padding-left:6vw;
  }

  .btn_box a.btn.case2 {
    padding-top:1.309vw;
  }
    
  .btn_box a.btn.yellow {
    background: url("/NonSitecore/_/media/landingpage/brpg/ordinary/tl11/img/cta03_bg_sp.png") left top no-repeat;
    background-size: 100%;
    padding-top:3.906vw;
  }

  .btn_box a.btn img {
    left:15vw;
    width:6.5vw;
    height: auto;
  }

  .btn_box .text_link a {
    font-size:3.906vw;
    padding-top:1.309vw;
  }
}


/* he_header
----------------------*/
.he_header img {
  width: 100%;
  height: auto;
}

.he_header .inner {
  width: 100%;
  padding: 16px 68px 17px;
  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_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 p {
  font-size:11px;
  position: absolute;
  bottom:28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 1200px) {
  .he_mv p {
    font-size:10px;
    bottom:2.4vw;
  }    
}

@media screen and (max-width: 768px) {
  .he_mv p {
    font-size:2.995vw;
    bottom:7.813vw;
  }       
}


/* he_form
----------------------*/
.he_form_bg {
  background-image: linear-gradient(180deg, rgba(33, 103, 174, 1), rgba(255, 255, 255, 1) 72% 90%, rgba(255, 255, 255, 1));
  text-align: center;
  max-width: 1200px;
  height: 140px;
  padding-top:10px;
  margin-bottom:30px;
}

.he_form_bg img {
  width:650px;
  height: 147px;
}

.he_form .button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #2167ae;
  border-radius: 10px;
  border: 1px solid #2167ae;
  position: relative;
  transition: 0.3s;
  background-color: #fff;
  font-size: 16px;
  width: 470px;
  height: 30px;
  margin:20px auto 0;
}

.he_form .button:last-of-type {
  margin:10px auto 0;
}

.he_form .button::before, .he_form .button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform-origin: 100% 50%;
  background-color: #2167ae;
  border-radius: 2px;
  will-change: transform;
  transition: .3s;
  right: 15px;
  height: 2px;
  width: 11px;
}

.he_form .button::before {
  transform: translateY(-50%) rotate(45deg);
}

.he_form .button::after {
  transform: translateY(-50%) rotate(-45deg);
}

.he_form .button:hover::before {
  transform: translate(5px, -50%) rotate(45deg);
}

.he_form .button:hover::after {
  transform: translate(5px, -50%) rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .he_form_bg {
    max-width: 768px;
    height: 35vw;
    padding-top:2.604vw;
    margin-bottom:0;
  }

  .he_form_bg img {
    width:95.2%;
    height: auto;
    margin:0 0 0 3.5%;
  } 
    
  .he_form .button {
    font-size: 3.1vw;
    width: 85.333vw;
    height: 8vw;
    margin:0 auto;
    letter-spacing: -.5px;
  }

  .he_form .button:last-of-type {
    margin:1.309vw auto 0;
  }

  .he_form .button::before, .he_form .button::after {
    right: 10px;
    height: 2px;
    width: 8px;
  }      
}

.he_form {
  width: 100%;
  background: #fff;
  color: #434343;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/* he_form hosho
----------------------*/
.he_form .hosho input {
  cursor: none;
  pointer-events: none;
}

.he_form .hosho {
  width: 648px;
  padding-top: 20px;
  color: #434343;
}

.he_form .hosho .box {
  background: #fff;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  border:1px solid #EEE;
  width: 648px;
  padding: 32px 24px;
}

.he_form .hosho .box > p {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.3333333333;
}

.he_form .hosho .box ul li {
  border-bottom: 1px solid #EEF0F1;
  font-weight: 500;
  line-height: 1.3333333333;
  padding: 9px 0 6px;
  font-size: 1.2rem;
}

.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;
  padding-left: 34px;
  font-size: 1.2rem;
}

.he_form .hosho .checkbox01::before {
  background: #fff;
  border: none;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  height: 16px;
  width: 16px;
  left: 5px;
  margin-top: -8px;
}

.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);
  width: 5px;
  height: 9px;
  left: 10px;
  margin-top: -7px;
}

.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 (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;
}

.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;
    width:100%;
  }

  .he_form .input_area .wrap2 .item {
    width: 47.5218658892%;
  }
    
  .he_form .input_area .wrap2 .item + .item {
    margin-left: 0px;
  }
}


/* he_form input_area
----------------------*/
.he_form .input_area {
  color: #2167AE;
  font-weight: 500;
  line-height: 1.5;
  margin: auto;
  width: 648px;
  margin-top: 30px;
  font-size: 1.4rem;
}

.he_form .input_area h3 {
  color: #2167AE;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 9px;
  font-size: 1.4rem;
}

.he_form .input_area h3 span {
  line-height: 1.5454545455;
  font-size: 1.1rem;
}

.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;
  margin-bottom:10px;
}

.he_form .input_area .wrap .item + .item {
  margin-left: 32px;
  margin-bottom:10px;
}

.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;
  padding: 11px 8px;
}

.he_form .input_area input.input_mail {
  width: 100%;
}

.he_form .input_area input.input_name,
.he_form .input_area input.input_k_name {
  width: 264px;
}

.he_form .input_area input.p-postal-code {
  width: 121px;
}    
    
.he_form .input_area input.input_tel {
  width: 121px;
}

.he_form .input_area input#mailingBuilding {
  width: 100%;
  margin-bottom:8px;
}

.he_form .input_area .adrress_line input {
  border: none;
  cursor: default;
  font-size: 1.6rem;
  color:#000;
}

.he_form .input_area input::-webkit-input-placeholder {
  color: #D6D6D6;
  font-weight: 500;
  font-size: 1.6rem;
}

.he_form .input_area input::-moz-placeholder {
  font-size: 1.6rem;
  color: #D6D6D6;
  font-weight: 500;
}

.he_form .input_area input:-ms-input-placeholder {
  color: #D6D6D6;
  font-weight: 500;
  font-size: 1.6rem;
}

.he_form .input_area input::-ms-input-placeholder {
  color: #D6D6D6;
  font-weight: 500;
  font-size: 1.6rem;
}

.he_form .input_area input::placeholder {
  color: #D6D6D6;
  font-weight: 500;
  font-size: 1.6rem;
}

.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%;
  margin-top: -4px;
  right: 8px;
  width: 5px;
  height: 5px;
}

.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;
  padding: 12px 30px 12px 15px;
  font-size: 1.4rem;
}

.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;
  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 {
  color: #434343;
  font-weight: 200;
  line-height: 1.3636363636;
  width: 530px;
  margin: 30px auto;
  font-size: 1.5rem;
}

.he_form .input_area a {
  color: #2167AE;
  text-decoration: underline;
}

.he_form .input_area .error {
  color: #ff4737;
  font-weight: 600;
  line-height: 1.25;
  margin-top: 10px;
  font-size: 1.2rem;
}

.he_form .input_area .error.pm20 { padding-bottom:20px; }

.he_form .adrress_line {
  border-top:1px solid #2167ae;
  border-bottom:1px solid #2167ae;
  padding:6px 0;
}

.he_form button.postal-search {
  border:none;
  background: #2167ae;
  border-radius: 80px;
  color:#fff;
  width:130px;
  height: 40px;
  margin-left:10px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .he_form .input_area {
    width: 91.4666666667%;
    font-size: 3.7333333333vw;
    padding-top:0;
    margin-top:6vw;
  }

  .he_form .input_area h3 {
    font-size: 3.7333333333vw;
  }

  .he_form .input_area h3 span {
    font-size: 2.9333333333vw;
  }

  .he_form .input_area .block + .block {
    margin-top: 3.7333333333vw;
  }

  .he_form .input_area .wrap {
    display: block;
  }

  .he_form .input_area .wrap .item {
    width: 100%;
    margin-bottom:1.309vw;
  }
    
  .he_form .input_area .wrap .item + .item {
    margin-top: 2.1333333333vw;
    margin-left:0;
    margin-bottom:1.309vw;
  }

  .he_form .input_area input {
    padding: 2.9333333333vw 2.1333333333vw;
  }

  .he_form .input_area input.input_name,
  .he_form .input_area input.input_k_name {
    width: 83.0903790087%;
  }

  .he_form .input_area input.p-postal-code {
    width: 29%;
  }  

  .he_form .input_area input.input_tel {
    width: 27.6967930029%;
  }

  .he_form .input_area .adrress_line input {
    margin:0;
    padding:0;
    font-size: 3.7333333333vw;
    color:#000;
  }

  .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 button.postal-search {
    width:33%;
    height:10.417vw;
  }    
}


/* he_form submitbtn
----------------------*/
.he_form .form_btn_area {
  margin: auto;
  position: relative;
  width:500px;
}

.he_form .form_btn_area > div::before {
  content: "";
  display: inline-block;
  background: url("/NonSitecore/_/media/landingpage/brpg/ordinary/tl11/img/cta_ico.png") no-repeat;
  background-size: 100%;
  position: absolute;
  width: 40px;
  height: 44px;
  top:15px;
  left:40px;
}

.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/ordinary/tl11/img/cta_bg.png") center top no-repeat;
  background-size: 100%;
  width: 500px;
  height: 82px;
  padding-left:40px;
  font-size: 24px;
}

.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_anchor
----------------------*/
.he_anchor {
  background: #EEF0F1;
  color: #434343;
  text-align: center;
  padding-top: 56px;
  padding-bottom: 40px;
  margin-top:10px;
}

.he_anchor .lead {
  font-weight: 600;
  color: #2167AE;
  font-size: 2rem;
  line-height: 1.45;
}

.he_anchor h2 {
  font-weight: 600;
  margin-top: 6px;
  font-size: 2.6rem;
  line-height: 1.5;
}

.he_anchor .txt {
  font-weight: 600;
  line-height: 1.5714285714;
  margin-top: 7px;
  font-size: 1.4rem;
}

.he_anchor .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  margin-top: 19px;
  width: 648px;
}

.he_anchor .list li {
  width: 200px;
}

.he_anchor .list li a {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-weight: 600;
  height: 96px;
  padding-top: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#5495CF), color-stop(66%, #5495CF), color-stop(66%, #fff), to(#fff));
  background: linear-gradient(180deg, #5495CF 0%, #5495CF 66%, #fff 66%, #fff 100%);
  font-size: 1.8rem;
  line-height: 1.3333333333;
  border: 2px solid #5495CF;
}

.he_anchor .list li a::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-bottom: 0;
  bottom: 10px;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 10px solid #5495CF;
}

@media screen and (min-width: 769px) {
  .he_anchor .list li a {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .he_anchor .list li a:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 768px) {
  .he_anchor {
    padding-top: 10.6666666667vw;
    padding-bottom: 8.5333333333vw;
  }
    
  .he_anchor .lead {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }

  .he_anchor h2 {
    margin-top: 0.8vw;
    font-size: 5.3333333333vw;
    line-height: 1.45;
  }
    
  .he_anchor .txt {
    margin-top: 1.0666666667vw;
    font-size: 3.7333333333vw;
  }
    
  .he_anchor .list {
    margin-top: 4.2666666667vw;
    width: 91.4666666667%;
  }
    
  .he_anchor .list li {
    width: 31.195335277%;
  }
    
  .he_anchor .list li a {
    height: 19.7333333333vw;
    padding-top: 1.6vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#5495CF), color-stop(72%, #5495CF), color-stop(72%, #fff), to(#fff));
    background: linear-gradient(180deg, #5495CF 0%, #5495CF 72%, #fff 72%, #fff 100%);
    font-size: 3.7333333333vw;
    line-height: 1.2857142857;
    letter-spacing: -0.025em;
    border: 0.5333333333vw solid #5495CF;
  }
    
  .he_anchor .list li a::after {
    bottom: 1.6vw;
    border-right: 1.6vw solid transparent;
    border-left: 1.6vw solid transparent;
    border-top: 2.1333333333vw solid #5495CF;
  }
}


/* he_about
----------------------*/
.he_about {
  background: #EEF0F1;
  color: #434343;
  text-align: center;
}

.he_about img {
  width: 100%;
  height: auto;
}

.he_about .inner {
  background: #fff url("/NonSitecore/_/media/landingpage/brpg/ordinary/tl11/img/about_bg01_pc.png") no-repeat top center;
  background-size: 100% auto;
  padding: 45px 0 53px;
}

.he_about .inner h2 {
  margin: auto;
  width: 299.38px;
}

.he_about .inner > .lead {
  font-weight: 600;
  text-align: center;
  margin-top: 17px;
  font-size: 2.4rem;
  line-height: 1.5;
}

.he_about .inner > .txt {
  font-weight: 300;
  text-align: center;
  margin-top: 6px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.he_about .inner .sttl {
  margin: auto;
  margin-top: 29px;
  width: 334.26px;
}

.he_about .list {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 648px;
  margin-top: 58px;
}

.he_about .list .tab {
  border-radius: 16px 16px 0 0;
  cursor: pointer;
  background: #A5A5A5;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 315px;
  padding-top: 13px;
  padding-bottom: 11px;
}

.he_about .list .tab .ttl1 {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.25;
}

.he_about .list .tab .ttl2 {
  font-weight: 600;
  margin-left: 8px;
  font-size: 2.4rem;
  line-height: 1.3333333333;
}

.he_about .list .tab:first-child.is-active {
  background: #F08200;
}

.he_about .list .tab:last-child.is-active {
  background: #3C6E86;
}

.he_about .content {
  margin: auto;
  width: 648px;
}

.he_about .content .panel {
  display: none;
  width: 100%;
  border-radius: 0 0 16px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 27px;
  padding-bottom: 29px;
  position: relative;
}

.he_about .content .panel span {
  font-size:12px;
  display: block;
  position: absolute;
  bottom:130px;
  right:100px;
}

.he_about .content .panel:first-child {
  border: 2px solid #F08200;
}

.he_about .content .panel:last-child {
  border: 2px solid #3C6E86;
}

.he_about .content .panel.is-active {
  display: block;
}

.he_about .content .panel .img {
  margin: auto;
  width: 584px;
}

@media screen and (min-width: 769px) {
  .he_about .list .tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
    
  .he_about .list .tab .ttl1 span {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .he_about .inner {
    background: #fff url("/NonSitecore/_/media/landingpage/brpg/ordinary/tl11/img/about_bg01_sp.png") no-repeat top center;
    background-size: 100% auto;
    padding: 11.4666666667vw 0 5.6vw;
  }
    
  .he_about .inner h2 {
    width: 100%;
  }

  .he_about .inner > .lead {
    margin-top: 4.5333333333vw;
    font-size: 4.8vw;
  }
    
  .he_about .inner > .txt {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
    
  .he_about .inner .sttl {
    margin-top: 4vw;
    width: 100%;
  }
    
  .he_about .list {
    width: 91.4666666667%;
    margin-top: 5.8666666667vw;
  }
    
  .he_about .list .tab {
    width: 48.9795918367%;
    padding-top: 2.6666666667vw;
    padding-bottom: 0.8vw;
  }
    
  .he_about .list .tab .ttl1 {
    font-size: 3.7333333333vw;
    line-height: 1.2142857143;
  }
    
  .he_about .list .tab .ttl2 {
    margin-top: 0.5333333333vw;
    font-size: 4.8vw;
  }
    
  .he_about .content {
    width: 91.4666666667%;
  }
    
  .he_about .content .panel {
    padding-top: 4vw;
    padding-bottom: 4.8vw;
  }

  .he_about .content .panel span {
    font-size:2.933vw;
    bottom:29vw;
    right:auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
    
  .he_about .content .panel .img {
    width: 100%;
  }
}


/* he_hoken
----------------------*/
.he_hoken {
  background: #EEF0F1;
  color: #434343;
  text-align: center;
  padding-top: 54px;
  padding-bottom: 56px;
}

.he_hoken img {
  width: 100%;
  height: auto;
}

.he_hoken h2 {
  margin: auto;
  width: 648px;
}

.he_hoken > .lead {
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.025em;
  margin-top: 14px;
  font-size: 2.4rem;
  line-height: 1.3333333333;
}

.he_hoken > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  width: 648px;
  margin-top: 20px;
}

.he_hoken > .list li {
  width: 310px;
}

.he_hoken .toggle {
  position: relative;
  margin: auto;
  text-align: center;
  font-weight: 600;
  background: #fff;
  color: #434343;
  border-radius: 8px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  margin-top: 32px;
  width: 648px;
  padding: 18px 0 18px;
  font-size: 2rem;
  border: 2px solid #434343;
}

.he_hoken .toggle span {
  position: absolute;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #434343;
  right: 32px;
  width: 24px;
  height: 24px;
}

.he_hoken .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);
  width: 6px;
  height: 6px;
  top: 7px;
  left: 8px;
}

.he_hoken .toggle.is-open {
  border-radius: 8px 8px 0 0;
}

.he_hoken .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);
  top: 9px;
}

.he_hoken .panel {
  display: none;
  position: relative;
  margin: auto;
  background: #fff;
  color: #434343;
  border-radius: 0 0 8px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  width: 648px;
  border: 2px solid #434343;
  border-top: none;
}

.he_hoken .panel .content {
  background: #DAD2BD;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 34px 0 41px;
}

.he_hoken .panel .content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0;
  border-right: 324px solid transparent;
  border-left: 324px solid transparent;
  border-bottom: 29px solid #fff;
}

.he_hoken .panel .content::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0;
  border-right: 324px solid transparent;
  border-left: 324px solid transparent;
  border-bottom: 29px solid #fff;
}

.he_hoken .panel .content .img {
  margin: auto;
  width: 584px;
}

.he_hoken .panel .content .note {
  margin: auto;
  font-weight: 300;
  line-height: 1.4545454545;
  text-align: left;
  text-indent: -0.75em;
  padding-left: 0.75em;
  width: 584px;
  margin-top: 16px;
  font-size: 1.1rem;
}

.he_hoken .panel .content .note + .note {
  margin-top: 2px;
}

.he_hoken .panel .cta {
  padding: 29px 0 32px;
}

.he_hoken .panel .cta .lead {
  color: #5495CF;
  text-align: center;
  font-weight: 600;
  letter-spacing: -0.025em;
  font-size: 1.8rem;
  line-height: 1.1111111111;
}

.he_hoken .panel .cta .txt {
  text-align: center;
  font-weight: 600;
  letter-spacing: -0.025em;
  margin-top: 21px;
  font-size: 1.8rem;
  line-height: 1.1111111111;
}

@media screen and (min-width: 769px) {
  .he_hoken > .list {
    margin-bottom: 32px;
  }

  .he_hoken > .list li:last-child {
    width: 314px;
  }
    
  .he_hoken .panel .cta a {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .he_hoken .panel .cta a:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 768px) {
  .he_hoken {
    padding-top: 9.8666666667vw;
    padding-bottom: 10.6666666667vw;
  }
    
  .he_hoken h2 {
    width: 100%;
  }
    
  .he_hoken > .lead {
    margin-top: 5.0666666667vw;
    font-size: 4.8vw;
  }

  .he_hoken > .list {
    width: 91.4666666667%;
    margin-top: 2.9333333333vw;
  }
    
  .he_hoken > .list li {
    width: 48.1049562682%;
    height: auto;
  }
    
  .he_hoken .toggle {
    margin-top: 4.2666666667vw;
    width: 91.4666666667%;
    padding: 3.2vw 5.3333333333vw 3.2vw 0;
    font-size: 4.2666666667vw;
    border: 0.5333333333vw solid #434343;
  }
    
  .he_hoken .toggle span {
    right: 2.6666666667vw;
    width: 4.8vw;
    height: 4.8vw;
  }
    
  .he_hoken .toggle span:before {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    top: 1.0666666667vw;
    left: 1.6vw;
  }

  .he_hoken .toggle.is-open span:before {
    top: 1.8666666667vw;
  }
    
  .he_hoken .panel {
    width: 91.4666666667%;
    border: 0.5333333333vw solid #434343;
  }
    
  .he_hoken .panel .content {
    padding: 6.4vw 0 10.4vw;
  }
    
  .he_hoken .panel .content::before {
    border-right: 45.7333333333vw solid transparent;
    border-left: 45.7333333333vw solid transparent;
    border-bottom: 7.7333333333vw solid #fff;
  }
    
  .he_hoken .panel .content::after {
    border-right: 45.7333333333vw solid transparent;
    border-left: 45.7333333333vw solid transparent;
    border-bottom: 7.7333333333vw solid #fff;
  }
    
  .he_hoken .panel .content .img {
    width: 86.0058309038%;
  }
    
  .he_hoken .panel .content .note {
    width: 86.0058309038%;
    margin-top: 2.6666666667vw;
    font-size: 2.9333333333vw;
  }
    
  .he_hoken .panel .content .note + .note {
    margin-top: 0.5333333333vw;
  }
    
  .he_hoken .panel .cta {
    padding: 5.6vw 0 6.4vw;
  }
    
  .he_hoken .panel .cta .lead {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
    
  .he_hoken .panel .cta .txt {
    margin-top: 3.7333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
}


/* he_how
----------------------*/
.he_how {
  background: #5495CF;
  color: #fff;
  padding-top: 54px;
  padding-bottom: 56px;
}

.he_how img {
  width: 100%;
  height: auto;
}

.he_how h2 {
  margin: auto;
  width: 438px;
}

.he_how .list li {
  margin-top: 24px;
}

.he_how .img01 {
  margin: auto;
  width: 648px;
}

.he_how .toggle {
  position: relative;
  margin: auto;
  text-align: center;
  font-weight: 600;
  background: #DAD2BD;
  color: #434343;
  border-radius: 0 0 8px 8px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -2px;
  width: 648px;
  border: 2px solid #434343;
  border-top: none;
  padding: 16px 0 16px;
  font-size: 2rem;
}

.he_how .toggle span {
  position: absolute;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #434343;
  right: 32px;
  width: 24px;
  height: 24px;
}

.he_how .toggle span:before {
  content: "";
  position: absolute;
  border: 0;
  border-bottom: solid 2px #DAD2BD;
  border-right: solid 2px #DAD2BD;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
  height: 6px;
  top: 7px;
  left: 8px;
}

.he_how .toggle.is-open {
  border-radius: 0;
}

.he_how .toggle.is-open span:before {
  content: "";
  border: 0;
  border-top: solid 2px #DAD2BD;
  border-right: solid 2px #DAD2BD;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 9px;
}

.he_how .panel {
  display: none;
  position: relative;
  margin: auto;
  background: #fff;
  color: #434343;
  border-radius: 0 0 8px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  width: 648px;
  border: 2px solid #434343;
  border-top: none;
  padding: 32px 0 0;
}

.he_how .panel .txt {
  font-weight: 500;
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
}

.he_how .img02 {
  margin: auto;
  width: 100%;
  margin-top: 18px;
}

@media screen and (max-width: 768px) {
  .he_how {
    padding-top: 10.6666666667vw;
    padding-bottom: 5.3333333333vw;
  }
    
  .he_how h2 {
    width: 100%;
  }
    
  .he_how .list li {
    margin-top: 2.6666666667vw;
  }
    
  .he_how .img01 {
    width: 100%;
  }
    
  .he_how .toggle {
    margin-top: -0.5333333333vw;
    width: 91.4666666667%;
    border: 0.5333333333vw solid #434343;
    padding: 3.2vw 0;
    font-size: 4.2666666667vw;
  }
    
  .he_how .toggle span {
    right: 2.6666666667vw;
    width: 4.8vw;
    height: 4.8vw;
  }
    
  .he_how .toggle span:before {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    top: 1.0666666667vw;
    left: 1.6vw;
  }
    
  .he_how .toggle.is-open span:before {
    top: 1.8666666667vw;
  }
    
  .he_how .panel {
    width: 91.4666666667%;
    border: 0.5333333333vw solid #434343;
    padding: 5.8666666667vw 0 0;
  }
    
  .he_how .panel .txt {
    font-size: 4.2666666667vw;
  }
    
  .he_how .img02 {
    margin-top: 2.9333333333vw;
  }
}


/* he_point
----------------------*/
.he_point {
  background: #2167AE;
  color: #434343;
  padding-top: 56px;
  padding-bottom: 56px;
}

.he_point .img {
  width:600px;
  margin:10px auto 0;
}

.he_point .img img {
  width:100%;
  height: auto;
}

.he_point .point_head {
  text-align: center;
}

.he_point .point_head h2 {
  width: auto;
  display: inline-block;
  font-weight: 600;
  color: #fff;
  border-bottom: 2px solid #fff;
  font-size: 1.4rem;
  line-height: 1.5;
}

.he_point .point_head h2 span {
  font-size: 3.2rem;
}

.he_point .list {
  margin-top: 56px;
}

.he_point .list > li {
  background: #fff;
  margin: auto;
  border-radius: 8px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 648px;
  padding: 44px 0 22px;
}

.he_point .list li.p_lineup {
  padding:0;
}

.he_point .list li.p_lineup a {
  display:block;
  padding: 44px 0 22px;
}

.he_point .list > li + li {
  margin-top: 44px;
}

.he_point .list > li h3 {
  background: #0EB3B0;
  border-radius: 200px;
  position: absolute;
  text-align: center;
  color: #fff;
  font-weight: 600;
  width: 300px;
  height: 40px;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 2rem;
  line-height: 40px;
}

.he_point .list > li .box, .he_point .list > li .box2 {
  background: #EEF0F1;
  text-align: center;
  margin: auto;
  width: 600px;
}

.he_point .list > li .box sup, .he_point .list > li .box2 sup {
  vertical-align: top;
}

.he_point .list > li .box {
  padding: 10px 0 10px;
}

.he_point .list > li .box p {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2;
}

.he_point .list > li .box p span {
  color: #2167AE;
  font-size: 2.1rem;
}

.he_point .list > li .box p span.is-small {
  font-size: 1.4rem;
}

.he_point .list > li .box2 p {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2.4285714286;
}

.he_point .list > li .box2 p span {
  color: #2167AE;
  font-size: 2.3rem;
}

.he_point .list > li .box2 p span.is-small {
  font-size: 1.4rem;
}

.he_point .list > li .note {
  font-weight: 300;
  line-height: 1.3636363636;
  margin-top: 16px;
  font-size: 1.1rem;
}

.he_point .list > li .list2 {
  font-weight: 500;
  font-weight: bold;
  margin-top: 15px;
  font-size: 1.2rem;
}

@media screen and (min-width: 769px) {
  .he_point .list > li .box2 {
    padding: 10px 0 5px;
  }
    
  .he_point .list > li .note {
    text-align: center;
  }
    
  .he_point .list > li .list2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -ms-flex-pack: center;
     justify-content: center;
  }
    
  .he_point .list > li .list2 > li + li {
    margin-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .he_point {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
    
  .he_point .img {
    width:100%;
    margin:10px auto 0;
  }
    
  .he_point .point_head h2 {
    font-size: 3.7333333333vw;
  }
    
  .he_point .point_head h2 span {
    font-size: 6.4vw;
  }
    
  .he_point .list {
    margin-top: 10.1333333333vw;
  }
    
  .he_point .list > li {
    width: 91.4666666667%;
    padding: 8vw 2.6666666667vw 3.2vw;
  }

  .he_point .list li.p_lineup a {
    display:block;
    padding: 8vw 2.6666666667vw 3.2vw;
  }

  .he_point .list > li + li {
    margin-top: 8vw;
  }
    
  .he_point .list > li h3 {
    width: 68.8vw;
    height: 8.5333333333vw;
    top: -3.7333333333vw;
    font-size: 4.8vw;
    line-height: 8.5333333333vw;
  }
    
  .he_point .list > li .box, .he_point .list > li .box2 {
    width: 100%;
    padding: 2.6666666667vw 0 1.8666666667vw;
  }
    
  .he_point .list > li .box p {
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
    
  .he_point .list > li .box p span {
    font-size: 5.6vw;
  }
    
  .he_point .list > li .box p span.is-small {
    font-size: 3.7333333333vw;
  }
    
  .he_point .list > li .box2 p {
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
    
  .he_point .list > li .box2 p span {
    font-size: 4.8vw;
  }
    
  .he_point .list > li .box2 p span.is-small {
    font-size: 3.7333333333vw;
  }
    
  .he_point .list > li .note {
    margin-top: 12px;
    font-size: 2.9333333333vw;
    text-indent: -0.75em;
    padding-left: 0.75em;
  }
    
  .he_point .list > li .list2 {
    margin-top: 9px;
    font-size: 3.2vw;
  }
    
  .he_point .list > li .list2 > li + li {
    margin-top: 6px;
  }
}


/* he_flow
----------------------*/
.he_flow {
  color:#434343;
  background: #eef8fd;
}

.he_flow h2 {
  background: #2167ae;
  max-width:1200px;
  margin:0 auto;
  text-align: center;
  color:#fff;
  padding:10px 0 20px;
  font-size:29px;
  font-weight: 700;
  line-height: 1.3;
}

.he_flow h2 span { font-size:17px; }

.he_flow .he_lead {
  font-size:13px;
  font-weight: 700;
  position:relative;
  line-height: 1.4;
  width:700px;
  margin:20px auto 0;
  text-align: center;
}

.he_flow .he_lead:before {
  content: "＼";
  position: absolute;
  bottom: 0;
  left: 120px;
  font-weight:700;
}

.he_flow .he_lead:after {
  content: "／";
  position: absolute;
  bottom: 0;
  right: 120px;
  font-weight:700;
}

.he_flow .flow_box {
  width:700px;
  margin:20px auto 0;
  border:2px solid #2167ae;
  border-radius: 8px;
  text-align: center;
  background: #fff;
}

.he_flow .toggle {
  background: #2167ae;
  text-align: center;
  padding:15px 0;
  cursor: pointer;
  position: relative;
}

.he_flow .toggle span.arrow {
  position: absolute;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  right: 32px;
  width: 24px;
  height: 24px;
}

.he_flow .toggle span.arrow:before {
  content: "";
  position: absolute;
  border: 0;
  border-bottom: solid 2px #2167ae;
  border-right: solid 2px #2167ae;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);  
  width: 6px;
  height: 6px;
  top: 7px;
  left: 8px;
}

.he_flow .toggle.is-open span.arrow:before {
  content: "";
  border: 0;
  border-top: solid 2px #2167ae;
  border-right: solid 2px #2167ae;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 9px;
}

.he_flow .toggle span.text01 {
  font-size:16px;
  font-weight:700;
  width: 475px;
  margin: auto;
  background:#23366f;
  color:#fff;
  display: block;
  padding:5px 0 7px;
}

.he_flow .toggle span.text02,
.he_flow .toggle span.text03,
.he_flow .toggle span.text04 {
  display: block;
  font-size:29px;
  font-weight:700;
  color:#fff;
  background: url("/NonSitecore/_/media/landingpage/brpg/ordinary/tl11/img/flow_ico01.png") left top no-repeat;
  background-size: 45px;
  width:330px;
  margin:8px auto 0;
  padding:8px 0 8px 20px;
}

.he_flow .toggle span.text03 {
  background: url("/NonSitecore/_/media/landingpage/brpg/ordinary/tl11/img/flow_ico02.png") left top no-repeat;
  background-size: 45px;
}

.he_flow .toggle span.text04 {
  background: url("/NonSitecore/_/media/landingpage/brpg/ordinary/tl11/img/flow_ico03.png") left top no-repeat;
  background-size: 45px;
  width:400px;
  padding:8px 0 8px 45px;
}

.he_flow .toggle span.text02 span,
.he_flow .toggle span.text03 span,
.he_flow .toggle span.text04 span {
  color:#fffdd5;
}

.he_flow .panel {
  padding:20px 0 0 0;
  display: none;
}

.he_flow .flow_inner_box {
  width:633px;
  margin:0 auto 20px;
  border:1px solid #2167ae;
  border-radius: 8px;
}

.he_flow .flow_inner_box figure {
  background: #d9eafd;
  border-radius: 8px 8px 0 0;
}

.he_flow .flow_inner_box .inner {
  border-top:1px solid #2167ae;
  text-align: center;
  padding:25px 0;
}

.he_flow .flow_inner_box .merit_copy {
  font-size:17px;
  font-weight:700;
  position: relative;
  line-height: 1.6;
  margin-bottom:20px;
}

.he_flow .flow_inner_box span.strong {
  color:#ff7569;
}

.he_flow .flow_inner_box span.u-line {
  background:linear-gradient(transparent 60%, #d9eafd 60%);
}

.he_flow .flow_inner_box .merit_copy:before,
.he_flow .flow_inner_box .merit_copy:after {
    content: "";
    position: absolute;
    bottom:0;
    background:url("/NonSitecore/_/media/landingpage/brpg/ordinary/tl11/img/slash.png") left bottom no-repeat;
    background-size: 100%;
    width: 25px;
    height: 42px;
}

.he_flow .flow_inner_box .merit_copy:before {
    left:110px;
}

.he_flow .flow_inner_box .merit_copy:after {
    right:110px;
    transform: scaleX(-1);
}

.he_flow .flow_inner_box .merit_copy.third:before {
    left:50px;
}

.he_flow .flow_inner_box .merit_copy.third:after {
    right:50px;
}

.he_flow .flow_inner_box .merit_txt {
  font-size:17px;
  font-weight:700;
  line-height: 1.6;
  margin-bottom:20px;
}

.he_flow .flow_inner_box .merit_box {
  width:530px;
  margin:0 auto;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;  
}

.he_flow .flow_inner_box .merit_box div.upload {
  width:160px;
}

.he_flow .flow_inner_box .merit_txt2 {
  font-size:14px;
  font-weight:700;
  color:#2167ae;
  height: 40px;
  border-bottom:2px dotted #2167ae;
  padding:10px 0 5px;
  line-height: 1.3;
}

.he_flow .flow_inner_box .merit_txt3 {
  font-size:11px;
  font-weight:700;
  padding:10px 0 5px;
  line-height: 1.3;
}

.he_flow .flow_inner_box .merit_txt3.left { text-align: left; }

.he_flow .flow_inner_box .merit_txt3 span {
  color:#2167ae;
}

.he_flow .flow_inner_box .merit_txt3 span.underline {
  color:#434343;
  text-decoration: underline;
}

.he_flow .flow_inner_box .merit_txt4 {
  font-size:11px;
  font-weight:700;
  text-align: left;
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
  letter-spacing: -.4px;
  margin-top:-5px;
}

.he_flow .flow_inner_box .documents_box {
  width:540px;
  margin:20px auto 0;
  border:1px solid #2167ae;
  background: #f4f4f4;
  border-radius: 8px;
  padding-bottom:15px;
}

.he_flow .flow_inner_box .documents_txt {
  font-size:15px;
  font-weight:700;
  background: #fff;
  text-align: center;
  border-radius: 8px 8px 0 0;
  border-bottom:1px solid #2167ae;
  padding:8px 0;
  position: relative;
}

.he_flow .flow_inner_box .documents_txt span {
    color:#2167ae;
}

.he_flow .flow_inner_box .documents_txt:before {
  content: "";
  position: absolute;
  width:22px;
  height: 22px;
  background: url("/NonSitecore/_/media/landingpage/brpg/ordinary/tl11/img/icon.png") left top no-repeat;
  background-size: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left:120px;
}

.he_flow .flow_inner_box .documents_txt2 {
  font-size:13px;
  font-weight:700;
  text-align: center;
  padding-top:15px;
}

.he_flow .flow_inner_box .documents_box ul {
  width:500px;
  margin:0 auto;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.he_flow .flow_inner_box .documents_box ul li {
  width:48.5%;
}

.he_flow .flow_inner_box .documents_box ul li span {
  display: block;
  width:100%;
  font-size:13px;
  font-weight:700;
  text-align: center;
  border:1px solid #434343;
  background: #fff;
  color:#2167ae;
  border-radius: 5px;
  padding:5px 0;
  box-sizing: border-box;
  margin-top:10px;
}


.he_flow .merit_box2 {
  width:635px;
  margin:15px auto 0;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;  
}

.he_flow .merit_box2.long {
  width:635px;
  margin:15px auto 30px;
  display: block;
}

.he_flow .merit_box2 div {
  width:305px;
  border:1px solid #434343;
  padding:10px;
  box-sizing: border-box;
  border-radius: 8px;
  text-align: center;
}

.he_flow .merit_box2 div figure {
    border-bottom:2px dotted #434343;
    padding-bottom:10px;
}

.he_flow .merit_box2 div p {
  font-size:13px;
  font-weight:700;
  padding-top:13px;
  height: 75px;
  line-height: 1.4;
  box-sizing: border-box;
}

.he_flow .merit_box2 div:first-child p {
  padding-top:20px;
}

.he_flow .merit_box2.long div {
  width:635px;
}

.he_flow .merit_box2.long div p {
  padding:13px 0;
  height: auto;
}

@media screen and (max-width: 768px) {
  .he_flow {
    padding:0 0 8vw;
  }

.he_flow h2 {
  max-width:768px;
  margin:0 auto;
  padding:1.309vw 0 3vw;
  font-size:5.6vw;
}

  .he_flow h2 span { font-size:3.2vw; }

  .he_flow .he_lead {
    font-size:3.733vw;
    padding:0 0 2.604vw 0;
    width:100%;
  }

  .he_flow .he_lead:before {
    left: 10vw;
    font-size:3.906vw;
  }

  .he_flow .he_lead:after {
    right: 10vw;
  }    
    
  .he_flow .flow_box {
    width:92%;
    margin:3.906vw auto 0;
  }

  .he_flow .toggle {
    padding:3.906vw 0;
  }

  .he_flow .toggle span.arrow {
    right: 2.6666666667vw;
    width: 4.8vw;
    height: 4.8vw;
  }

  .he_flow .toggle span.arrow:before {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    top: 1.0666666667vw;
    left: 1.6vw;
  }

  .he_flow .toggle.is-open span.arrow:before {
    top: 1.8666666667vw;
  }

  .he_flow .toggle span.text01 {
    font-size:2.933vw;
    width: 71.333vw;
    padding:.677vw 0 1.309vw;
  }

  .he_flow .toggle span.text02,
  .he_flow .toggle span.text03,
  .he_flow .toggle span.text04 {
    font-size:5.6vw;
    background-size: 9.333vw;
    width:60vw;
    margin:1.309vw auto 0;
    padding:1.309vw 0 2.604vw 4.5vw;
  }

  .he_flow .toggle span.text03 {
    background-size: 9.333vw;
  }

  .he_flow .toggle span.text04 {
    background-size: 9.333vw;
    width:77vw;
    padding:1.309vw 0 2.604vw 7vw;
    letter-spacing: -.3px;
  }

  .he_flow .panel {
    padding:4vw 0 0 0;
    display: none;
  }

  .he_flow .flow_inner_box {
    width:90%;
    margin:0 auto 20px;
  }

  .he_flow .flow_inner_box .img {
    width:92%;
    margin:0 auto;
    height: auto;
  }

  .he_flow .flow_inner_box .inner {
    padding:4vw 0;
  }

  .he_flow .flow_inner_box .merit_copy {
    font-size:3.2vw;
    margin-bottom:2.604vw;
  }

  .he_flow .flow_inner_box .merit_copy:before,
  .he_flow .flow_inner_box .merit_copy:after {
    width: 6vw;
    height: 10.633vw;
  }

  .he_flow .flow_inner_box .merit_copy:before {
    left:1.309vw;
  }

  .he_flow .flow_inner_box .merit_copy:after {
    right:1.309vw;
  }

  .he_flow .flow_inner_box .merit_copy.third:before {
    left:1.309vw;
  }

  .he_flow .flow_inner_box .merit_copy.third:after {
    right:1.309vw;
  }

  .he_flow .flow_inner_box .merit_txt {
    font-size:3.2vw;
    margin-bottom:2.604vw;
  }

  .he_flow .flow_inner_box .merit_box {
    width:92%;
    display: block;
  }

  .he_flow .flow_inner_box .merit_box div.upload {
    width:100%;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom:2px dotted #2167ae;
    margin-top:3.906vw;
    padding-bottom:2.604vw;
  }
    
  .he_flow .flow_inner_box .merit_box div.ill {
    width:33vw;
  }

  .he_flow .flow_inner_box .merit_box div.ill img {
    width:18.667vw;
    height: auto;
    margin: auto;
  }    
    
  .he_flow .flow_inner_box .merit_box div.txt {
    width:39vw;
  }

  .he_flow .flow_inner_box .merit_box div.txt .pt {
    padding-top:4vw;
  }
    
  .he_flow .flow_inner_box .merit_txt2 {
    font-size:3.2vw;
    height: auto;
    border-bottom:none;
    padding:2.604vw 0 1.309vw;
  }

  .he_flow .flow_inner_box .merit_txt3 {
    font-size:2.933vw;
    padding:0;
    text-align: left;
  }

  .he_flow .flow_inner_box .merit_txt4 {
    font-size:2.933vw;
    text-indent: -1em;
    padding-left: 1em;
    margin-top:0;
  }

  .he_flow .flow_inner_box .documents_box {
    width:92%;
    margin:2.604vw auto 0;
    padding-bottom:3.2vw;
  }

  .he_flow .flow_inner_box .documents_txt {
    font-size:3.2vw;
    padding:1.309vw 0 2vw;
  }

  .he_flow .flow_inner_box .documents_txt:before {
    width:3.906vw;
    height: 3.906vw;
    left:8vw;
  }

  .he_flow .flow_inner_box .documents_txt2 {
    font-size:2.933vw;
    padding-top:2.604vw;
    padding-bottom:1.309vw;
  }

  .he_flow .flow_inner_box .documents_box ul {
    width:58.667vw;
    display: block;
  }

  .he_flow .flow_inner_box .documents_box ul li {
    width:100%;
  }

  .he_flow .flow_inner_box .documents_box ul li span {
    font-size:3.2vw;
    padding:1.309vw 0;
    margin-top:2vw;
  }

  .he_flow .flow_inner_box .merit_box div:last-of-type.upload {
    border:none;
  }
    
  .he_flow .flow_inner_box .merit_box div.ill2 {
    width:32vw;
    padding-bottom:2.604vw;
  }

  .he_flow .flow_inner_box .merit_box div.ill2 img {
    width:100%;
    height: auto;
  }    

  .he_flow .flow_inner_box .merit_box div.txt2 {
    width:42vw;
    padding-bottom:2.604vw;
    padding-top:2.604vw;
  }   

  .he_flow .flow_inner_box .merit_box div:first-of-type .txt2 {
    padding-top:0;
  }   

  .he_flow .flow_inner_box .merit_box div.txt2 .merit_txt3 {
    font-size:3.2vw;
    font-weight:700;
    text-align: center;
  }    

  .he_flow .flow_inner_box .merit_box div.txt2 span {
    color:#2167ae;
  }

  .he_flow .merit_box2 {
    width:92%;
    margin:0 auto;
    display: block;
    padding-bottom:3.906vw;
  }

  .he_flow .merit_box2.long {
    width:92%;
    margin:0 auto;
  }

  .he_flow .merit_box2 div {
    width:100%;
    padding:2.604vw;
    margin:0 0 2.604vw;
  }

  .he_flow .merit_box2 div figure {
    padding-bottom:2.604vw;
  }

  .he_flow .merit_box2 div p {
    font-size:3.733vw;
    padding-top:3.906vw;
    padding-bottom:3.906vw;
    height: auto;
  }

  .he_flow .merit_box2 div:first-child p {
    padding-top:3.906vw;
  }

  .he_flow .merit_box2.long div {
    width:100%;
  }

  .he_flow .merit_box2.long div p {
    padding:3.906vw 0;
  }
}

/* cta
----------------------*/
.cta {
  padding:10px 0 40px;
}

.cta h3 {
  font-weight:700;
  text-align: center;
  color:#434343;
  font-size:18px;
  padding-top:15px;
}

.cta h3 span {
  color:#2167ae;
}

.cta a.btn {
  display:block;
  background: url("/NonSitecore/_/media/landingpage/brpg/ordinary/tl11/img/cta02_bg_pc.png") left top no-repeat;
  color:#fff;
  font-weight:700;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  width:540px;
  height: 72px;
  margin:20px auto 0;
  background-size: 540px;
  font-size:20px;
  padding-top:10px;
  padding-left:10px;
  line-height: 1.2;
}

.cta a.btn img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-52%);
          transform: translateY(-52%);
}

.cta a.btn.bg02 {
  background: url("/NonSitecore/_/media/landingpage/brpg/ordinary/tl11/img/cta05_bg_pc.png") left top no-repeat;
  background-size: 540px;
  margin:10px auto 0;
  padding-top:18px;
  font-size:24px;
}

.cta a:hover {
  opacity: .6;
  transition: .7s ease;
}

.cta a.btn img {
  left:60px;
}

@media screen and (max-width: 768px) {
  .cta {
    padding:3.906vw 0 6vw;
  }

  .cta h3 {
    font-size:3.906vw;
    padding-top:2vw;
  }

  .cta a.btn {
    background: url("/NonSitecore/_/media/landingpage/brpg/ordinary/tl11/img/cta02_bg_sp.png") left top no-repeat;
    background-size: 100%;
    width:91.333%;
    height: 15vw;
    margin:2vw auto 0;
    font-size:3.906vw;
    padding-top:2.2vw;
    padding-left:6vw;
  }

  .cta a.btn img {
    left:15vw;
    width: 6.933vw;
  }

  .cta a.btn.bg02 img {
    left:5.5vw;
    width: 8vw;
  }

  .cta a.btn.bg02 {
    background: url("/NonSitecore/_/media/landingpage/brpg/ordinary/tl11/img/cta05_bg_sp.png") left top no-repeat;
    background-size: 100%;
    font-size: 3.906vw;
    padding-top:4vw;
  }
}


/* contents_cta
----------------------*/
.contents_cta {
  padding:10px 0 40px;
  text-align: center;
}

.contents_cta.pt30 {
  padding-top:30px;
}

.he_hoken .contents_cta {
  padding:30px 0 40px;
}

.contents_cta .lead_txt {
  font-weight: 600;
  color: #5495CF;
  letter-spacing: -0.025em;
}

@media screen and (min-width: 769px) {
  .contents_cta .lead_txt {
    font-size: 1.8rem;
    line-height: 1.45;
  }
}
@media screen and (max-width: 768px) {
  .contents_cta.pt30 {
    padding-top:3.906vw;
  }
    
  .contents_cta .lead_txt {
    font-size: 3.906vw;
    line-height: 1.5;
  }
}

.contents_cta .txt {
  position: relative;
  text-align: center;
  font-weight: 600;
  letter-spacing: -0.025em;
  color:#434343;
}

@media screen and (min-width: 769px) {
  .contents_cta .txt {
    margin-top: 13px;
    font-size: 1.8rem;
    line-height: 1.1111111111;
  }
}

@media screen and (max-width: 768px) {
  .contents_cta .txt {
    margin-top: 1.6vw;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
}

.he_about .contents_cta .txt::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-bottom: 0;
}

@media screen and (min-width: 769px) {
  .he_about .contents_cta .txt::after {
    bottom: -39px;
    border-right: 46px solid transparent;
    border-left: 46px solid transparent;
    border-top: 25px solid #5495cf;
  }
}

@media screen and (max-width: 768px) {
  .he_about .contents_cta .txt::after {
    bottom: -7.4666666667vw;
    border-right: 8.2666666667vw solid transparent;
    border-left: 8.2666666667vw solid transparent;
    border-top: 4.5333333333vw solid #5495cf;
  }
}

.contents_cta a.btn {
  display:block;
  background: url("/NonSitecore/_/media/landingpage/brpg/ordinary/tl11/img/cta02_bg_pc.png") left top no-repeat;
  color:#fff;
  font-weight:700;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  width:540px;
  height: 72px;
  margin:20px auto 0;
  background-size: 540px;
  font-size:20px;
  padding-top:10px;
  padding-left:10px;
  line-height: 1.2;
}

.he_about .contents_cta a.btn { margin-top:60px; }

.contents_cta a.btn img {
  position: absolute;
  top: 15%;
  width:40px;
  height:44px;
}

.contents_cta a.btn.bg02 {
  background: url("/NonSitecore/_/media/landingpage/brpg/ordinary/tl11/img/cta05_bg_pc.png") left top no-repeat;
  background-size: 540px;
  margin:10px auto 0;
  padding-top:18px;
  font-size:24px;
}

.contents_cta a:hover {
  opacity: .6;
  transition: .7s ease;
}

.contents_cta a.btn img {
  left:100px;
}

@media screen and (max-width: 768px) {
  .contents_cta {
    padding:3.906vw 0 6vw;
  }

  .contents_cta a.btn {
    background: url("/NonSitecore/_/media/landingpage/brpg/ordinary/tl11/img/cta02_bg_sp.png") left top no-repeat;
    background-size: 100%;
    width:91.333%;
    height: 15vw;
    margin:2vw auto 0;
    font-size:3.906vw;
    padding-top:2vw;
    padding-left:6vw;
  }

  .he_hoken .panel .contents_cta a.btn.pink {
    padding-top:1.309vw;
    line-height: 1.2;
  }
    
  .contents_cta a.btn img {
    top: 20%;
    left:15vw;
    width: 6.933vw;
    height: auto;
  }

  .he_hoken .panel .contents_cta a.btn img {
    top: 18%;
    left:13vw;
  }
    
  .contents_cta a.btn.bg02 {
    background: url("/NonSitecore/_/media/landingpage/brpg/ordinary/tl11/img/cta05_bg_sp.png") left top no-repeat;
    background-size: 100%;
    font-size: 3.906vw;
    padding-top:4.5vw;
  }
    
  .he_hoken .panel .contents_cta a.btn.bg02 {
    padding-top:3.906vw;
  }
}


.he_about .contents_cta {
  background: url("/NonSitecore/_/media/landingpage/brpg/ordinary/tl11/img/about_bg02_pc.png") no-repeat top center;
  background-size: 100% auto;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .he_about .contents_cta {
    background: url("/NonSitecore/_/media/landingpage/brpg/ordinary/tl11/img/about_bg02_sp.png") no-repeat top center;
    background-size: 100% auto;
    padding: 0;
  }
}


/* he_footer_info
----------------------*/
.he_footer_info {
  width: 100%;
  background: #eef0f1;
  color: #434343;
}

.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-weight: 500;
  font-size: 1.2rem;
}

.he_footer_info .form_foot p {
  font-weight: 400;
  line-height: 1.3333333333;
  margin-top: 7px;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .he_footer_info .form_foot {
    padding: 5.333vw 0;
    width:92%;
  }
    
  .he_footer_info .form_foot .txt_foot {
    padding-bottom:4vw;
  }     

  .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;
  width: 720px;
  padding: 17px 0 200px;
}

.he_footer .text {
  text-align: right;
  font-weight: 400;
  font-size: 1.2rem;
  margin-bottom: 7px;
}

.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;
  margin-top: 13px;
  margin-right: 32px;
  padding-left: 14px;
  font-size: 1.2rem;
}

.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;
  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;
  }
}










