@charset "UTF-8";
/* line 2, ../scss/common.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 29, ../scss/common.scss */
.pc {
  display: none;
}

@media print, screen and (min-width: 480px) {
  /* line 36, ../scss/common.scss */
  .pc {
    display: block;
  }

  /* line 39, ../scss/common.scss */
  .sp {
    display: none;
  }
}
/* line 46, ../scss/common.scss */
.btn_wrap {
  text-align: center;
}

@media print, screen and (min-width: 480px) {
  /* line 52, ../scss/common.scss */
  .btn_wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
  /* line 56, ../scss/common.scss */
  .btn_wrap img {
    width: 50%;
  }
}
/* line 63, ../scss/common.scss */
.orange_bg {
  background: #fff5f0;
}

/* line 66, ../scss/common.scss */
.red_bg {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cf1514+0,ef2422+35,ef2422+35,ef2422+67,cf1514+100 */
  background: #cf1514;
  /* Old browsers */
  background: -moz-linear-gradient(top, #cf1514 0%, #ef2422 35%, #ef2422 35%, #ef2422 67%, #cf1514 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #cf1514 0%, #ef2422 35%, #ef2422 35%, #ef2422 67%, #cf1514 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #cf1514 0%, #ef2422 35%, #ef2422 35%, #ef2422 67%, #cf1514 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf1514', endColorstr='#cf1514',GradientType=0 );
  /* IE6-9 */
}

/* line 76, ../scss/common.scss */
.sonaeru {
  background: #f2f2f2;
}

/* line 80, ../scss/common.scss */
.tenkiki {
  background: #f2f2f2;
}

/* line 84, ../scss/common.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 89, ../scss/common.scss */
main {
  padding-top: 76px;
  display: block;
}

/* line 94, ../scss/common.scss */
.drawer-menu li {
  font-size: 13px;
}

/* line 104, ../scss/common.scss */
section.promo_sec {
  position: relative;
}

/* line 107, ../scss/common.scss */
section.orange_bg {
  margin-bottom: 0px;
  padding-bottom: 60px;
}

/* line 111, ../scss/common.scss */
section.sonaeru {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

/* line 116, ../scss/common.scss */
section.no_mgn {
  margin-bottom: 0;
}

/* line 120, ../scss/common.scss */
section#box05 {
  margin-bottom: 80px;
}

/* line 124, ../scss/common.scss */
section#box04,
section#box06 {
  padding-top: 80px;
}

@media print, screen and (min-width: 480px) {
  /* line 134, ../scss/common.scss */
  section#box05 {
    margin-bottom: 160px;
  }

  /* line 137, ../scss/common.scss */
  section#box04,
  section#box06 {
    padding-top: 160px;
  }
}
/*-------------------------------

-------------------------------*/
/* line 152, ../scss/common.scss */
header {
  padding-left: 10px;
  padding-right: 10px;
  background: #fff;
  position: relative;
  z-index: 200;
  position: fixed;
  padding-top: 16px;
  padding-bottom: 16px;
  width: 100%;
  box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.2);
}
/* line 165, ../scss/common.scss */
header .header_con {
  display: flex;
  justify-content: space-between;
}
/* line 169, ../scss/common.scss */
header .header_con div.header_logo img {
  max-width: 160px;
}
/* line 173, ../scss/common.scss */
header .header_con h1.header_copy {
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
}
/* line 177, ../scss/common.scss */
header .header_con h1.header_copy img {
  max-width: 271px;
}
/* line 182, ../scss/common.scss */
header .header_con div.header_btn img {
  max-width: 146px;
}

@media print, screen and (min-width: 480px) {
  /* line 194, ../scss/common.scss */
  header {
    padding-left: 30px;
    padding-right: 30px;
  }
  /* line 198, ../scss/common.scss */
  header .header_con div.header_logo {
    width: 16%;
    margin-right: 6%;
  }
  /* line 202, ../scss/common.scss */
  header .header_con h1.header_copy {
    width: 34.1%;
    margin-right: 4%;
    margin-left: 4%;
  }
  /* line 206, ../scss/common.scss */
  header .header_con h1.header_copy img {
    max-width: 341px;
  }
  /* line 210, ../scss/common.scss */
  header .header_con div.header_btn {
    width: 15%;
    text-align: right;
  }
  /* line 214, ../scss/common.scss */
  header .header_con div.header_menu {
    width: 5%;
  }
}
/*-------------------------------

-------------------------------*/
/* line 226, ../scss/common.scss */
main {
  padding-bottom: 80px;
}
/* line 229, ../scss/common.scss */
main section .content {
  max-width: 980px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media print, screen and (min-width: 480px) {
  /* line 241, ../scss/common.scss */
  main section .content {
    padding-left: 0;
    padding-right: 0;
  }
}
/*-------------------------------

-------------------------------*/
/* line 392, ../scss/common.scss */
footer {
  height: auto;
}
/* line 395, ../scss/common.scss */
footer .left_box {
  border-bottom: 1px red dotted;
  margin-left: 5.9%;
  margin-right: 5.9%;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
/* line 403, ../scss/common.scss */
footer .foot_btn_wrap ul {
  max-width: 420px;
  margin: 0 auto 80px;
}
/* line 406, ../scss/common.scss */
footer .foot_btn_wrap ul li {
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
/* line 414, ../scss/common.scss */
footer .sns_wrap .sns {
  max-width: 300px;
  width: 60%;
  margin: 0 auto;
}
/* line 419, ../scss/common.scss */
footer .sns_wrap .sns ul {
  display: flex;
  justify-content: space-between;
}
/* line 423, ../scss/common.scss */
footer .sns_wrap .sns ul li {
  width: 30%;
}
/* line 429, ../scss/common.scss */
footer .detail {
  margin-top: 22px;
}
/* line 432, ../scss/common.scss */
footer .detail p {
  text-align: center;
}
/* line 435, ../scss/common.scss */
footer .detail p.f-logo {
  margin-bottom: 30px;
}
/* line 437, ../scss/common.scss */
footer .detail p.f-logo img {
  max-width: 106px;
}
/* line 441, ../scss/common.scss */
footer .detail p.copyright {
  margin-bottom: 10px;
  font-size: 10px;
  align-self: flex-end;
}

@media print, screen and (min-width: 480px) {
  /* line 452, ../scss/common.scss */
  footer .left_box {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
    border-bottom: none;
    border-right: 1px red dotted;
  }
  /* line 461, ../scss/common.scss */
  footer .right_box {
    float: right;
    width: 50%;
    position: relative;
  }
  /* line 466, ../scss/common.scss */
  footer .detail {
    padding-right: 30px;
    padding-left: 30px;
    display: flex;
    justify-content: space-between;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* line 474, ../scss/common.scss */
  footer .detail p {
    margin-bottom: 0;
  }
  /* line 477, ../scss/common.scss */
  footer .detail p.f-logo {
    margin-bottom: 0px;
  }
}
/* line 489, ../scss/common.scss */
.box06 {
  margin-bottom: 90px;
}

/* line 490, ../scss/common.scss */
.box06 .detail {
  padding: 0 0 23px 0;
}

/* line 491, ../scss/common.scss */
.box06 .detail:last-child {
  padding: 0 0 5px 0;
}

/* line 492, ../scss/common.scss */
.box06 .bold {
  font-size: 125%;
  font-weight: bold;
  margin-bottom: 0;
}

/* line 493, ../scss/common.scss */
.box06 .item01 {
  width: 24%;
}

/* line 494, ../scss/common.scss */
.box06 .item02 {
  width: 72%;
  padding-left: 3%;
  padding-right: 0;
  padding: 0 0 0 3.5%;
  font-size: 75%;
}

/* line 495, ../scss/common.scss */
.box06 .item02 p.bold {
  margin-bottom: 10px;
}

/* line 496, ../scss/common.scss */
.box06 .item02 p {
  line-height: 1.8em;
}

/* line 497, ../scss/common.scss */
.box06 .item03 {
  padding: 20px 0 0 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

/* line 498, ../scss/common.scss */
.box06 .link {
  background-size: 18px;
  background-position: 0px 5px;
  position: static;
}

/* line 499, ../scss/common.scss */
.box06 .link a {
  font-size: 81.25%;
}

/* line 500, ../scss/common.scss */
.box06 .detail_wrap {
  padding: 20px 0 0 0;
}

/* line 501, ../scss/common.scss */
.box06 .detail_inner {
  padding: 0 5% 23px 5%;
}

/* line 502, ../scss/common.scss */
.box06 .box06_item {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 506, ../scss/common.scss */
.box06 .box06_item:nth-child(odd) {
  float: left;
  width: 50%;
  padding: 0 5% 0 0;
  box-sizing: border-box;
}

/* line 507, ../scss/common.scss */
.box06 .box06_item:nth-child(even) {
  float: left;
  width: 50%;
  padding: 0 0 0 5%;
  box-sizing: border-box;
  border-left: 1px dashed #f00;
}

/* line 508, ../scss/common.scss */
.box06 .box06_item .border-left {
  border-left: 1px dashed #f00;
}

/* line 509, ../scss/common.scss */
.box06 .box06_item .h3title {
  font-size: 16px;
  color: #e00a0a;
  margin-bottom: 0;
  margin-top: 0;
  letter-spacing: 2px;
}

/* line 510, ../scss/common.scss */
.box06 .box06_item .link a {
  font-size: 15px;
  color: #e00a0a;
  margin: 0 0 0 23px;
}

/* line 511, ../scss/common.scss */
#box06-modal .box06table_title {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #e00a0a;
}

/* line 512, ../scss/common.scss */
#box06-modal .box06table_title02 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #e00a0a;
}

/* line 513, ../scss/common.scss */
.box06table01,
.box06table02 {
  margin-bottom: 50px;
}

/* line 515, ../scss/common.scss */
.box06table01 table,
.box06table02 table,
.box06table03 table {
  width: 100%;
}

/* line 518, ../scss/common.scss */
.box06table01 th,
.box06table03 th {
  width: 23%;
  box-sizing: border-box;
  padding: 15px 0;
  vertical-align: middle;
  text-align: center;
  background: #e00a0a;
  color: #fff;
  border-bottom: 1px solid #fff;
  border-right: none;
  font-size: 14px;
  font-weight: normal;
}

/* line 520, ../scss/common.scss */
.box06table02 th {
  width: 35%;
  box-sizing: border-box;
  padding: 15px 0;
  vertical-align: middle;
  text-align: center;
  background: #e00a0a;
  color: #fff;
  border-bottom: 1px solid #fff;
  border-right: none;
  font-size: 14px;
  font-weight: normal;
}

/* line 521, ../scss/common.scss */
.box06table01 th.account,
.box06table02 th.account,
.box06table03 th.account {
  border-bottom: 1px solid #e00a0a;
}

/* line 524, ../scss/common.scss */
.box06table01 th:nth-child(1) {
  width: 18%;
  border-top: solid 1px #e00a0a;
  border-right: 1px solid #fff;
}

/* line 525, ../scss/common.scss */
.box06table01 th:nth-child(2) {
  width: 18%;
  border-right: 1px solid #fff;
}

/* line 526, ../scss/common.scss */
.box06table01 th:nth-child(3) {
  width: 18%;
  border-right: 1px solid #fff;
}

/* line 527, ../scss/common.scss */
.box06table01 th:nth-child(4) {
  width: 46%;
  border-right: 1px solid #fff;
}

/* line 528, ../scss/common.scss */
.box06table01 th:last-child {
  border-right: 1px solid #e00a0a;
  border-right: 1px solid #e00a0a;
}

/* line 529, ../scss/common.scss */
.box06table01 td,
.box06table03 td {
  box-sizing: border-box;
  padding: 15px 7px;
  background: #fff;
  color: #e00a0a;
  border: 1px solid #e00a0a;
  font-size: 14px;
}

/* line 531, ../scss/common.scss */
.box06table02 td {
  width: 65%;
  box-sizing: border-box;
  padding: 15px 7px;
  background: #fff;
  color: #e00a0a;
  border: 1px solid #e00a0a;
  font-size: 14px;
}

/* line 532, ../scss/common.scss */
.box06table02 td {
  color: #e00a0a;
}

/* line 533, ../scss/common.scss */
.box06table01 td.bank_name,
.box06table02 td.bank_name,
.box06table03 td.bank_name {
  border: none;
  padding: 20px 0 5px 0;
  font-size: 14px;
}

/* line 536, ../scss/common.scss */
.box06table03 {
  margin-bottom: 0;
}

/* line 537, ../scss/common.scss */
.box06table03 th:nth-child(1) {
  width: 18%;
  border-right: 1px solid #fff;
}

/* line 538, ../scss/common.scss */
.box06table03 th:nth-child(2) {
  width: 18%;
  border-right: 1px solid #fff;
}

/* line 539, ../scss/common.scss */
.box06table03 th:nth-child(3) {
  width: 18%;
  border-right: 1px solid #fff;
}

/* line 540, ../scss/common.scss */
.box06table03 th:nth-child(4) {
  width: 46%;
  border-right: 1px solid #fff;
}

/* line 541, ../scss/common.scss */
.box06table03 th:last-child {
  border-right: 1px solid #e00a0a;
}

/* line 542, ../scss/common.scss */
.box06 .detail:last-child:after {
  height: 0px;
  border-top: none;
}
