  @charset "UTF-8";

/* CSS Document */

html {
  font-size: 62.5%;
}

/* 10px */

body {
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  font-size: 1.8rem;
  color: #333;
  text-align: left;
  background: #FFF;
  letter-spacing: -0.1em;
}

.hidden_mb {
  display: none !important;
}

.txt-bold {
  font-weight: bold;
}

.txt-bl {
  color: #2d6bb0;
}

.txt-grn {
  color: #68a54e;
}

.txt-or {
  color: #e4a326;
}

.txt-red {
  color: red;
  border-bottom: 1px solid;
}

.txt-xxl {
  font-size: 6rem;
}

.txt-xl {
  font-size: 4.2rem;
}

.txt-l {
  font-size: 3.6rem;
}

.txt-wt {
  color: #fff;
}

.txt_y_line {
  background-image: linear-gradient(to top, #f5e8b8a6 60%, transparent 60%);
}

.txt_center {
  text-align: center;
}

.mgb_01 {
  margin-bottom: 30px;
}

.pdl_01 {
  padding-left: 30px;
}


/*--------------------------------------------------------------------
float 解除
--------------------------------------------------------------------*/

.cf:before, .cf:after {
  content: ' ';
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}


/* ==========================================================================
	layout
	========================================================================== */

#wrap {
  position: relative;
  width: 100%;
}

#container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

header {
  background: #2d6bb0;
  max-width: 100%;
  padding: 0.5em;
  overflow: hidden;
  color: #fff;
}

.header_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

h1 {
  font-size: 1.4rem;
}

.logo_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo_set img {
  padding-right: 10px;
}

.header_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  max-width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 1.4rem;
}

.header_r p {
  padding: 0 10px;
  /* padding-bottom: 5px; */
}

.header_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.2rem;
  font-weight: bold;
  color: #f1cc4d;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_tel img {
  width: auto;
  height: 1em;
}

.head_area_pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0;
  padding-left: 0;
}

.head_area_pc p {
  background: #e9edf2;
  border-radius: 50%;
  padding: .5em .75em;
  color: #333;
  font-size: 1.1rem;
  text-align: center;
  margin-right: .5em;
  margin-bottom: 0;
}

.header_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #e4a326;
  padding: 10px 15px 10px 20px;
  border-radius: 6px;
  /* display: block; */
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0px 2px 0px 2px #996a11;
  -webkit-transition: opacity .5s linear;
  transition: opacity .5s linear;
}

.header_btn a img {
  width: auto;
  height: 1.25em;
}

.header_btn a:hover {
  opacity: 0.8;
}

.main {
  background: url(../images/main_pc.png) no-repeat 50% bottom;
  background-size: cover;
  min-height: 610px;
}

.main_in {
  max-width: 1100px;
  margin: auto;
  padding: 30px 0 0 0;
}

.catch01 {
  margin-left: 60px;
  margin-bottom: 15px;
}

.catch02 {
  margin-bottom: 30px;
  /* margin-left: -8%; */
  /* max-width: 40%; */
}

.main_in p {
  margin-left: -90px;
}

.sec_01 {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  /* padding-top: 20px; */
  font-size: 2.4rem;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
}

.sec_01_in {
  list-style: none;
  background: url(../images/nayami_bg01.png) 50% center no-repeat;
  padding: 5rem 2rem;
  background-size: contain;
  line-height: 2;
}

.sec_01 p:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 40%;
  right: 100%;
  bottom: 100%;
}

.sec_01 p:last-child {
  margin-top: 100px;
}

.sec_02 {
  background: #2d6bb0 url(../images/sec_02_bg.png) 50% center no-repeat;
  background-size: cover;
}

.sec_02_in01_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec_02_in01 {
  background: #eee9e4 url(../images/title_bg01.png) 50% center no-repeat;
  min-height: 265px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
}

.sec_02_in01:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -55px;
  border: 45px solid transparent;
  border-top: 35px solid #eee9e4;
}

.sec_02_tit01 {
  max-width: 1100px;
  margin: 0 auto;
  font-size: 3.6rem;
  text-align: center;
  font-weight: bold;
  padding: 0;
  text-align: center;
}

.sec_02_in02 {
  max-width: 1100px;
  margin: 0 auto 40px auto;
  color: #fff;
  position: relative;
}

.sec_02_in02 p:first-child {
  /* position: absolute; */
  margin-top: -50px;
  float: left;
  padding-right: 50px;
}

.sec_02_in02 p:nth-child(2) {
  /* float: right; */
  /* margin-top: 80px; */
  padding-top: 80px;
  /* padding-left: 50px; */
  margin-bottom: 50px;
}

.sec_02_in02 div {
  clear: both;
  max-width: 840px;
  margin: 0 auto;
  /* line-height: 1.5; */
}

.sec_02_in03 {
  max-width: 840px;
  margin: 0 auto 40px auto;
  background: #fff url(../images/img04.png) right bottom no-repeat;
  background-size: contain;
  padding: 40px 0 40px 0px;
  box-shadow: 1px 1px 3px 2px #76818e;
}

.sec_02_in03 p {
  text-align: center;
  color: #2d6bb0;
  font-weight: bold;
  font-size: 3.6rem;
  background: url(../images/leaf01.png) 50% center no-repeat;
  background-size: contain;
  margin-bottom: 40px;
  line-height: 1.25;
}

.sec_02_in03 ul {
  list-style: none;
  font-size: 2.4rem;
  line-height: 2;
  background: none;
  margin-left: 40px;
}

.sec_02_in03 li {
  background: url(../images/icon_check.png) left center no-repeat;
  padding-left: 35px;
}

.sec_02_in04 {
  max-width: 1100px;
  margin: 0 auto;
  /* overflow: hidden; */
}

.sec_02_in04_tit {
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  background: url(../images/title_bg02.png) 50% bottom no-repeat;
  padding-bottom: 40px;
}

.sec_02_in04_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.sec02_in04_l, .sec02_in04_r {
  background: #fff;
  position: relative;
  display: table;
  max-width: 45%;
}

.sec02_in04_l p, .sec02_in04_r p {
  margin-top: -30px;
  text-align: center;
}

.sec02_in04_l ul, .sec02_in04_r ul {
  padding: 30px 50px 35px;
  list-style: none;
  /* font-size: 2rem; */
}

.sec02_in04_l ul li, .sec02_in04_r ul li {
  /* line-height: 2; */
  border-bottom: dotted 2px #ccc;
  margin-bottom: 10px;
  padding-left: 30px;
  padding-bottom: 5px
}

.sec02_in04_l ul li {
  background: url(../images/icon_batsu.png) left center no-repeat;
}

.sec02_in04_r ul li {
  background: url(../images/icon_maru.png) left center no-repeat;
}

.sec02_in04_l .sec_02_in04_img {
  position: absolute;
  left: -120px;
  top: 0;
}

.sec02_in04_r .sec_02_in04_img {
  position: absolute;
  right: -120px;
  top: 0;
}

.sec_02_in04_txt {
  color: #fff;
  margin-top: 50px;
  padding-bottom: 50px;
  line-height: 1.75;
}

.sec_03 {
  background: url(../images/anken_bg01.png) 50% bottom no-repeat;
  position-size: cover;
  padding: 50px 0;
  background-size: cover;
}

.sec_03_tit {
  font-size: 4.2rem;
  text-align: center;
  font-weight: bold;
  margin: 30px 0;
  background: url(../images/title_bg02.png) 50% bottom no-repeat;
  padding-bottom: 40px;
}

.sec_03 div {
  background: #ffffff8a;
  max-width: 800px;
  margin: 0 auto;
  font-size: 2.4rem;
  padding: 30px;
  margin-bottom: 40px;
}

.sec_03 ul {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 3rem;
  list-style: none;
}

.sec_03 ul li {
  width: 22%;
  background: #caf0ba;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 6px;
  text-align: center;
  min-height: 44px;
  /* align-self: center; */
}

.sec_03 ul li:first-child, .sec_03 ul li:nth-child(9) {
  background: url(../images/anken_bg02.png) left center;
  color: #fff;
}

.sec_03 ul li:nth-child(4), .sec_03 ul li:nth-child(10), .sec_03 ul li:last-child {
  font-size: 2rem;
}

.sec_04 {
  background: #eee9e4;
  padding: 50px 0;
  line-height: 1.75;
}

.sec_04_inner01, .sec_04_inner02 {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 80px 80px;
}

.sec_04_inner01 {
  background: #fff url(../images/sozoku_title_bg.png) no-repeat 50% top;
}

.sec_04_inner02 {
  background: #fff url(../images/fudousan_title_bg.png) no-repeat 50% top;
}

.sec_04_in01, .sec_04_in02, .sec_04_in03 {
  padding-left: 30px;
}

.sec_04_in01 {
  counter-increment: title;
}

.sec_04_in02 {
  counter-increment: title02;
}

.sec_04_in03 {
  counter-increment: title03;
}

.sec_04_in03_tit {
  background: url(../images/icon_tit05.png) no-repeat left top;
  color: #2d6bb0;
  font-size: 3.6rem;
  font-weight: bold;
  margin: 15px 0;
  background-size: contain;
  padding-left: 80px;
}

.sec_04_inner01 h2, .sec_04_inner02 h2 {
  color: #2d6bb0;
  font-size: 4.2rem;
  margin-bottom: 30px;
  text-align: center;
  padding-top: 4em;
}

.sec_04_inner01 h3, .sec_04_inner02 h3 {
  transform: skewX(-35deg);
  /*transformで曲げる*/
  color: #fff;
  max-width: 100%;
  font-size: 3.6rem;
  padding: 5px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -moz-linear-gradient(top, #fff 20%, #2d6bb0 20%, #2d6bb0 80%, #fff 80%);
  background: -moz-linear-gradient(top, #fff 20%, #2d6bb0 20%, #2d6bb0 80%, #fff 80%);
  background: -webkit-linear-gradient(top, #fff 20%, #2d6bb0 20%, #2d6bb0 80%, #fff 80%);
  background: linear-gradient(to top, #fff 20%, #2d6bb0 20%, #2d6bb0 80%, #fff 80%);
  margin: 50px 0 30px 0;
}

.sec_04_inner01 h3 div, .sec_04_inner02 h3 div {
  transform: skewX(35deg);
  text-align: center;
  padding-left: 10px;
}

.sec_04_inner01 h3 img, .sec_04_inner02 h3 img {
  transform: skewX(35deg);
}

.sec_04_in01 dl, .sec_04_in02 dl, .sec_04_in03 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex: 0 1 auto
}

.sec_04_in01 h4::before {
  content: counter(title, decimal-leading-zero);
}

.sec_04_in02 h4::before {
  content: counter(title02, decimal-leading-zero);
}

.sec_04_in03 h4::before {
  content: counter(title03, decimal-leading-zero);
}

.sec_04_in01 h4::before, .sec_04_in02 h4::before, .sec_04_in03 h4::before {
  font-size: 6rem;
  padding-right: 10px;
  padding-top: 20px;
}

.sec_04_in01 h4, .sec_04_in02 h4, .sec_04_in03 h4 {
  color: #2d6bb0;
  font-size: 3.6rem;
  border-bottom: 2px solid #2d6bb0;
  margin: 20px 0;
}

.sec_04_txt {
  padding-right: 100px;
  max-width: 100%;
}

.sec_04_prc {
  padding-left: 30px;
}

.sec_04 h5 {
  background: url(../images/icon_price.png) no-repeat left bottom;
  /* background-size: contain; */
  font-size: 2.4rem;
  border-bottom: 2px solid #2d6bb0;
  margin: 30px 0;
  font-weight: bold;
  padding-left: 60px;
  min-height: 42px;
  padding-top: 10px;
}

.sec_04_grn {
  width: 60%;
}

.sec_04_grn02 {
  width: 100%;
  /* padding: 0 20px; */
}

.sec_04_grn, .sec_04_grn02 {
  border: 1px solid #68a54e;
  margin: 30px auto;
}

.sec_04_grn_tit {
  margin: -1em auto 20px auto;
  background: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  display: table;
  color: #68a54e;
}

.sec_04_grn div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  align-items: start;
  text-align: center;
  margin-bottom: 10px;
}

.sec_04_grn_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.25;
}

.sec_04_grn_vs {
  background: #eee9e4;
  padding: 5px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.sec_04_grn_cl {
  background: #e4a326;
  padding: 5px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.sec_04_grn02 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: top;
  margin-bottom: 30px;
  padding: 0 30px;
}

.sec_04_grn ul {
  padding: 30px;
  list-style-position: inside;
}

.sec_04_grn_p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* padding-left: 30px; */
  font-weight: bold;
  font-size: 2.4rem;
}

.percent {
  background: #2d6bb0;
  position: relative;
  color: #fff;
  padding: 5px;
  margin-top: 30px;
  margin-left: 30px;
  font-weight: bold;
}

.percent::before {
  content: "";
  position: absolute;
  top: -60%;
  left: 35%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-bottom: 15px solid #2d6bb0;
  color: #fff;
}

.sec_04_in04 {
  background: url(../images/img13.png) no-repeat left bottom;
  padding-top: 40px;
  background-size: contain;
}

.sec_04_in04 ul {
  list-style: none;
  float: right;
  /* font-size: 2.4rem; */
  padding: 5%;
  background: #fff;
  width: 45%;
  border: 2px solid #2d6bb0;
  position: relative;
  display: inline-block;
}

.sec_04_in04 ul:before {
  content: "";
  position: absolute;
  top: 35%;
  left: 0;
  margin-left: -50px;
  border: 24px solid transparent;
  border-right: 30px solid #FFF;
  z-index: 2;
}

.sec_04_in04 ul:after {
  content: "";
  position: absolute;
  top: 35%;
  /* bottom: -30px; */
  left: 0;
  margin-left: -54px;
  border: 24px solid transparent;
  border-right: 30px solid #2d6bb0;
  z-index: 1;
}

.sec_04_in04 ul li {
  background: url(../images/icon_check02.png) no-repeat left 10px;
  font-weight: bold;
  margin-bottom: 20px;
  /* margin-top: -40px; */
  padding-left: 40px;
  line-height: 1.5;
}

.sec_04_in05 dl {
  position: relative;
}

.sec_04_in05 dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #2d6bb0;
  position: absolute;
  top: -70px;
}

.sec_04_in05 dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #eee9e4;
  margin: 80px auto 30px auto;
  /* position: absolute; */
  /* top: 55px; */
  padding: 30px;
  max-width: 80%;
  border-radius: 6px;
}

.sec_04_in05 dl dd p:last-child {
  width: 100%;
}

.sec_04_in05 dl:first-child::before, .sec_04_in05 dl:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -55px;
  border: 45px solid transparent;
  border-top: 35px solid #eee9e4;
}

#form_area {
  background: url(../images/sec_02_bg-2.png) repeat 50% center;
  padding: 50px 0;
}

.form_area_in {
  background: #fff;
  max-width: 940px;
  margin: 0 auto;
  padding: 50px 80px;
}

.form_title {
  font-size: 4.2rem;
  color: #2d6bb0;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

fotter {
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  background: #eee9e4;
}

fotter p {
  padding: 20px 0;
}

@media screen and (max-width: 896px) {
  body {
    font-size: 1.4rem;
  }
  img {
    max-width: 100%;
  }
  .hidden_pc {
    display: none;
  }
  .hidden_mb {
    display: inherit !important;
  }
  .main {
    background: url(../images/main_mb.png) no-repeat 50% bottom;
    background-size: cover;
    min-height: 410px;
  }
  .main_in {
    max-width: 100%;
    padding: 1em;
  }
  .catch01 {
    margin: 0;
    width: 80%;
  }
  .catch02 {
    margin-left: 0;
  }
  .main_in p {
    margin-left: -80px;
    width: 100%;
  }
  .sec_01 {
    font-size: 1.8rem;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .sec_01 p:last-child {
    margin-top: 100px;
    width: 30%;
  }
  .sec_02_in01 {
    line-height: 1.25;
    min-height: inherit;
    background-size: cover;
    padding: 1em 0;
  }
  .sec_02_tit01 {
    font-size: 2.0rem;
  }
  .txt-xl {
    font-size: 2.8rem;
  }
  .sec_02_in02 {
    max-width: 96%;
    padding-top: 2em;
  }
  .sec_02_in02 p:first-child {
    width: 25%;
    margin-top: 0;
    padding-right: 0;
  }
  .sec_02_in02 p:nth-child(2) {
    width: 75%;
    float: right;
    padding-top: 0;
    margin-top: 1em;
  }
  .sec_02_in03 p {
    font-size: 2rem;
    margin-bottom: 1em;
  }
  .sec_02_in04 {
    max-width: 90%;
  }
  .sec_02_in04_tit {
    font-size: 2.4rem;
  }
  .sec_02_in04_in {
    /* -webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sec_02_in04_txt {
    margin: 0 auto;
    padding-bottom: 2em;
    max-width: 96%;
  }
  .sec02_in04_l, .sec02_in04_r {
    /* max-width: 75%; */
    margin-bottom: 3em;
  }
  .sec02_in04_l ul, .sec02_in04_r ul {
    padding: 10px 10px 15px 30px;
  }
  .sec02_in04_l .sec_02_in04_img {
    width: 30%;
    left: -20%;
    top: 25%;
  }
  .sec02_in04_r .sec_02_in04_img {
    width: 30%;
    right: -20%;
    top: 10%;
  }
  .sec02_in04_r .sec_02_in04_img {
    margin-top: 0;
    max-width: 96%;
    margin: 0 auto;
  }
  .sec_03 {
    padding: 0 0 2em 0;
  }
  .sec_03_tit {
    font-size: 2.8rem;
    margin: 0.5em auto 0 auto;
    width: 90%;
  }
  .sec_03 div {
    font-size: 1.6rem;
    max-width: 90%;
    margin: 0 auto 1em auto;
    /* background: #ccc; */
    padding: 1%;
    padding: 1em 2%;
  }
  .sec_03 ul {
    font-size: 1.5rem;
    max-width: 96%;
    margin: 0 auto;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .sec_03 ul li {
    width: 26%;
    min-height: inherit;
    margin-bottom: 10px;
  }
  .sec_03 ul li:nth-child(4), .sec_03 ul li:nth-child(10), .sec_03 ul li:last-child {
    font-size: 1.2rem;
  }
  .sec_04 {
    padding: 20px 0;
  }
  .sec_04_inner01, .sec_04_inner02 {
    padding: 0;
    background-size: contain;
    max-width: 92%;
    margin: 0 auto;
    padding: 0 2% 1em 2%;
  }
  .sec_04_inner01 h2, .sec_04_inner02 h2 {
    font-size: 2.8rem;
    /* padding-top: 80px; */
  }
  .sec_04_inner01 h3, .sec_04_inner02 h3 {
    font-size: 2.4rem;
    max-width: 92%;
    margin: 1em auto 0.5em auto;
  }
  .sec_04_inner01 h3 img, .sec_04_inner02 h3 img {
    width: 15%;
  }
  .sec_04_in01, .sec_04_in02, .sec_04_in03 {
    padding-left: 0px;
  }
  .sec_04_in01 h4, .sec_04_in02 h4, .sec_04_in03 h4 {
    font-size: 2rem;
    /* margin: 0; */
    margin: 20px 0 10px;
  }
  .sec_04_in01 h4::before, .sec_04_in02 h4::before, .sec_04_in03 h4::before {
    font-size: 3rem;
    padding-top: 10px;
  }
  .sec_04_txt {
    padding: 0;
    width: 60%;
  }
  .sec_04 h5 {
    font-size: 1.8rem;
    min-height: inherit;
    margin: 10px 0;
    padding-left: 40px;
    background-size: 3rem;
  }
  .sec_04_grn {
    width: 100%;
  }
  .sec_04_grn div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 10px;
    padding: 0 2%;
  }
  .sec_04_grn_p img {
    width: 50%;
  }
  .sec_04_grn_tit {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .sec_04_grn ul {
    padding: 10px;
  }
  .sec_04_in03_tit {
    font-size: 2.4rem;
    padding-left: 50px;
  }
  .sec_04_in04 ul li {
    margin-bottom: 10px;
  }
  .h3_message {
    max-width: 88%;
    margin: 0 auto;
  }
  .h3_message div {
    line-height: 1;
    padding: .5em 0;
  }
  .sec_04_in05 dl dt {
    font-size: 1.8rem;
    line-height: 1;
    top: -65px;
    left: -20px;
  }
  .sec_04_in05 dl dt img {
    width: 80px;
  }
  .sec_04_in05 dl:first-child::before, .sec_04_in05 dl:nth-child(2)::before {
    margin-left: -25px;
    border: 25px solid transparent;
    border-top: 25px solid #eee9e4;
  }
  #form_area {
    padding: 20px 0;
  }
  .form_area_in {
    max-width: 92%;
    margin: 0 auto;
    padding: 0 2% 1em 2%;
  }
  .form_title {
    font-size: 2.8rem;
    padding-top: 30px;
  }
  header {
    padding: 0;
  }
  h1 {
    font-size: 0.7rem;
  }
  .header_in {
    padding: 5px;
  }
  .logo_set img:first-child {
    width: 20%;
    padding-right: 5px;
  }
  .header_r {
    width: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .header_r p {
    padding-left: 15px;
    /* padding-bottom: 5px; */
  }
  .header_tel a {
    border-radius: 6px;
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0px 2px 0px 2px #375f26;
    -webkit-transition: opacity .5s linear;
    transition: opacity .5s linear;
    background: #68a54e;
    padding: 5px 10px;
  }
  .header_btn {
    padding-left: 10px;
  }
  .header_btn a {
    padding: 10px;
  }
  .header_btn a img {
    height: 1.5em;
  }
  .sp-foot-contact-txt {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
  }
  .sp-foot-contact-txt .sp-foot-contact-txt-lp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.5em 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sp-foot-contact-txt .sp-foot-contact-txt-lp .lp-tel {
    background: #68a54e url(../images/tel_icon01.png) no-repeat 15% center;
    background-size: 2em;
    width: 64%;
    /* margin-right: 4%; */
    padding: 6px 0 6px 30px;
    /* border: 1px solid #FFF; */
    display: block;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    box-shadow: 0px 2px 0px 2px #375f26;
    font-weight: bold;
  }
  .sp-foot-contact-txt .sp-foot-contact-txt-lp .lp-tel .sp-foot-contact-tel {
    width: 100%;
    font-size: 2rem;
    /* text-align: center; */
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sp-foot-contact-txt .header_btn {
    /* width: 22%; */
    text-align: center;
  }
  .sp-foot-contact-txt .header_btn a {
    padding: 15px;
  }
  .sp-foot-contact-txt .header_btn a img {
    height: 2em;
  }
  .sp-foot-contact-office {
    margin-top: 5px;
    width: 100%;
    text-align: center;
    padding: 3px;
  }
  .sp-foot-contact-office_02 {
    display: flex;
    font-size: 1.1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sp-foot-contact-office_02 p {
    padding-right: .25em;
  }
}
/*20220809add vsg*/


.howReferralFee {

}

.howReferralFee .strTxt {
	font-weight: bold;
	text-align: center;
	background-color: #eee9e4;
	padding: 0.2em 0.2em 0em 0.2em ;
	font-size: 120%;
}

.howReferralFee table.priceList {
	width: 90%;
	margin: 2em auto;
	table-layout: fixed;
}

.howReferralFee table.priceList th {
	background-color: #3268b8;
	color: #fff;
	font-weight: bold;
	font-size: 120%;
}

.howReferralFee table.priceList th:nth-of-type(1) {
	text-align: left;
	background-color: #91d9ce;
	border-bottom: 1px solid #fff;
	width: 4em;
}

.howReferralFee table.priceList th:nth-of-type(2),.howReferralFee table.priceList th:nth-of-type(3) {
	width:calc((100% - 4em)/2);
}

.howReferralFee table.priceList tr:nth-of-type(1) th:nth-of-type(1) {
	background-color: #fff;
}

.howReferralFee table.priceList th,.howReferralFee table.priceList td {
	padding: 0.4em;
	border-bottom: 1px solid #3268b8;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

.howReferralFee table.priceList tr:last-of-type th,.howReferralFee table.priceList tr:last-of-type td {
	border-bottom: 0 none;
}

.howReferralFee table.priceList td:last-of-type {
	border-left: 1px solid #3268b8;
}

.howReferralFee table.priceList tr:nth-of-type(1) th:last-of-type {
	border-left: 1px solid #fff;
}

.howReferralFee dl.rate {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	width: 90%;
	margin: 0.6em auto 0;
	font-weight: normal;
}

.howReferralFee dl.rate dt,.howReferralFee dl.rate dd {
	padding: 0.2em;
	border-bottom: 1px solid #fff;
	}

.howReferralFee dl.rate dt {
	width: calc(100% - 5em);
	background-color: #E9F7F5;
}

.howReferralFee dl.rate dd {
	width: 3em;
	text-align: center;
	background-color: #C8ECE6;
}

.howReferralFee div.priceList {
	display: none;
}

div.jireiCover {
	display: flex;
	gap:0.8em;
	margin: 1em 0 3em ;
}

div.jireiCover:last-of-type {
	margin: 1em 0 ;
}

div.jireiCover div.jirei > * {
	box-sizing: border-box;
	width: 100%;
}

div.jirei {
	display: flex;
	flex-wrap: wrap;
	padding: 0.4em;
	border: 1px solid #3268b8;
	justify-content: center;

}

div.jirei p {
	text-align: center;
	font-weight: bold;
	margin: 0 0 0.6em;
	padding: 0.4em;
	border-bottom: 1px solid #3268b8;}



div.jirei > dl {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;

}

div.jirei > dl dt {
	width: 10em;
}

div.jirei > dl dt:nth-of-type(even),div.jirei > dl dd:nth-of-type(even) {
	background-color: #D1DEF2;
}

div.jirei > dl dt:nth-of-type(4),div.jirei > dl dd:nth-of-type(4) {
	background-color: #D1F2E2;
}

div.jirei > dl dt:last-of-type,div.jirei > dl dd:last-of-type {
	background-color: #FFF89A;
}


div.jirei > dl dd {
	width: calc(100% - 10em);
}

.redTxt {
	color: crimson;
	font-weight: bold;
}




  @media screen and (max-width: 767px) {
    .mgb_01 {
      margin-bottom: 1.5em;
    }
    .pdl_01 {
      padding-left: 0;
    }
    .sec_01 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      font-size: 1.6rem;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0;
    }
    .sec_01_in {
      padding: 50px 10px 50px;
      line-height: 1.5;
      background-size: cover;
    }
    .sec_01 p:nth-child(2) {
      top: 65%;
      /* right: 0; */
      width: 2.5em;
      left: 60%;
    }
    .sec_01 p:last-child {
      margin-top: 0;
      width: 34%;
    }
    .sec_02_in03 {
      margin: 0 auto 20px auto;
      padding: 10px 0 10px 0;
    }
    .sec_02_in03 p {
      font-size: 2rem;
      margin-bottom: 1em;
    }
    .sec_02_in03 ul {
      font-size: 1.8rem;
      margin-left: 10px;
    }
    .sec_02_in03 li {
      background-size: 1.5em;
      padding-left: 30px;
      line-height: 1.5;
      margin-bottom: 0.5em;
    }
    .sec_02_in04_tit {
      font-size: 2.4rem;
    }
    .sec_02_in04_in {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
    .sec_02_in04_txt {
      margin: 0 auto;
      padding-bottom: 2em;
      max-width: 96%;
    }
    .sec02_in04_l, .sec02_in04_r {
      max-width: 75%;
      margin-bottom: 3em;
    }
    .sec02_in04_l ul, .sec02_in04_r ul {
      padding: 10px 10px 15px 30px;
    }
    .sec02_in04_l .sec_02_in04_img {
      width: 30%;
      left: -20%;
      top: 25%;
    }
    .sec02_in04_r .sec_02_in04_img {
      width: 30%;
      right: -20%;
      top: 10%;
    }
    .sec02_in04_r .sec_02_in04_img {
      margin-top: 0;
      max-width: 96%;
      margin: 0 auto;
    }
    .sec_04_txt {
      width: 100%;
    }
    .sec_04_in01 dl, .sec_04_in02 dl, .sec_04_in03 dl {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
    .sec_04_in04 {
      padding-bottom: 260px;
      background-size: 60%;
      padding-top: 1em;
      background-position: righ bottom;
    }
    .sec_04_in04 ul {
      float: none;
      width: 86%;
      margin: 0 auto;
      display: inherit;
    }
    .sec_04_in04 ul:before {
      bottom: -42px;
      top: inherit;
      left: 60%;
      margin-left: -17px;
      border: 20px solid transparent;
      border-top: 24px solid #FFF;
    }
    .sec_04_in04 ul:after {
      top: inherit;
      bottom: -46px;
      left: 60%;
      margin-left: -17px;
      border: 20px solid transparent;
      border-top: 24px solid #2d6bb0;
    }
    .sec_04_grn02 div {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 0 4%;
    }
    .sec_04_grn div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      margin-bottom: 10px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 0 2%;
    }
    .sec_04_grn_p {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      font-size: 1.8rem;
      /* padding-left: 0; */
      justify-content: inherit;
      margin-bottom: 10px;
    }
    .sec_04_in05 dl dd {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 20px;
    }
	
.howReferralFee table.priceList {
	display: none;
}
.howReferralFee div.priceList {
	display: block;
}

.howReferralFee div.priceList h4 {
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	margin-top: 2em;
}

.howReferralFee div.priceList > dl:nth-of-type(1) {
}

.howReferralFee div.priceList > dl {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	width: 100%;
	margin: 0.6em auto 0;
	font-weight: normal;
}

.howReferralFee div.priceList > dl > dt,.howReferralFee div.priceList > dl > dd {
	padding: 0.2em;
	border-bottom: 1px solid #E6EDF8;
	border-right: 1px solid #E6EDF8;

	}
.howReferralFee div.priceList > dl > dt:nth-of-type(1),.howReferralFee div.priceList > dl > dd:nth-of-type(1) {
	border-top: 1px solid #E6EDF8;
}

.howReferralFee div.priceList > dl > dd {
	width: calc(100% - 7em);
	background-color: #fff;
}

.howReferralFee div.priceList > dl > dt {
	width: 5em;
	text-align: center;
	background-color: #D1DEF2;
}

.howReferralFee dl.rate {
	margin-bottom: 0.4em;
}


div.jireiCover {
	flex-wrap: wrap;
}

div.jirei {
	width: 100%;
}



  }


/*20221003add vsg*/

div.scImg{
	display: flex;
    flex-wrap: wrap;
    width: 25%;
    height: auto;
    margin: 1em 0 0 0;
    align-items: center;
    flex-direction: column;
    /* justify-content: space-between; */
    max-height: 500px;	
}

div.scImg a img{
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {

div.scImg{
    max-height: 200px;	
}	
	  
	  
}