/*! Writen  by SCSS */
header, footer {
  display: none; }

body .wrap {
  padding-top: 0 !important; }

.breadlist {
  display: none; }

.container {
  width: calc(100% - 40px);
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 0 90px; }
  @media screen and (max-width: 768px) {
    .container {
      padding: 0 0 65px; } }

.sec00 {
  padding-bottom: 50px;
  padding-bottom: 40px; }
  .sec00 .must {
    display: inline-block;
    line-height: 1;
    background-color: #d41000;
    padding: 0.4em 0.3em 0.4em;
    font-size: 60%;
    color: #FFF;
    margin-right: 0.3em;
    position: relative;
    top: -0.3em; }

.sec01 {
  padding-bottom: 0; }

.sec01 .sub_read {
  color: #111111;
  font-size: clamp(12px, 1.094vw, 14px); }

.sec01 .sub_read::before {
  display: inline-block;
  margin-right: 10px;
  height: 8px;
  width: 8px;
  background-color: #111111;
  content: ''; }

.sec01 .sub_read span {
  background-color: #d41000;
  color: #FFF;
  font-size: 11px;
  margin-right: 5px;
  padding: 2px 5px; }

.sec01 h3 {
  border-left: 4px solid #71aab3;
  color: #333333;
  font-size: clamp(14px, 1.407vw, 18px);
  margin-bottom: 10px;
  padding-left: 1%;
  text-align: left; }

.sec01 h3 span {
  background-color: #d41000;
  color: #FFF;
  font-size: 11px;
  margin-right: 5px;
  padding: 2px 5px; }

.sec01 p {
  color: #333333;
  font-size: clamp(12px, 1.172vw, 15px);
  line-height: 1.8; }

.sec01 table {
  border-collapse: collapse;
  margin: 0px auto 50px;
  width: 100%; }

.sec01 table th, .sec01 table td {
  border-top: 1px dotted #a5a5a5;
  border-bottom: dotted 1px #8b8b8b;
  vertical-align: middle;
  padding: 10px 0 10px 10px;
  font-size: clamp(12px, 1.172vw, 15px);
  line-height: 1.8;
  color: #333333; }

.sec01 .tophom {
  vertical-align: top; }

.sec01 table th {
  text-align: left;
  width: 30%;
  background-color: #f1f1f1; }
  .sec01 table th p {
    display: flex;
    align-items: baseline; }

.sec01 textarea {
  width: 96%;
  border: 1px solid #B4B4B4;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: .5em .6em;
  height: 120px;
  resize: none; }

.sec01 input[type=text],
.sec01 input[type=number],
.sec01 input[type=email],
.sec01 input[type=tel],
.sec01 select {
  width: 31%;
  display: inline-block;
  border: 1px solid #B4B4B4;
  box-shadow: inset 0 1px 3px #ddd;
  height: 40px;
  border-radius: 5px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: .5em .6em;
  font-family: inherit; }
  .sec01 input[type=text]::placeholder,
  .sec01 input[type=number]::placeholder,
  .sec01 input[type=email]::placeholder,
  .sec01 input[type=tel]::placeholder,
  .sec01 select::placeholder {
    font-family: inherit; }
  @media screen and (max-width: 768px) {
    .sec01 input[type=text],
    .sec01 input[type=number],
    .sec01 input[type=email],
    .sec01 input[type=tel],
    .sec01 select {
      height: 30px; } }

.sec01 input.add1 {
  width: 70px; }

.sec01 input.add2 {
  width: 100px; }

.sec01 input.full {
  width: 96%; }

.sec01 .res_select select {
  width: 100px; }

.sec01 .res_txt {
  color: #cf0352;
  margin-top: 10px; }

.sec01 select {
  height: 40px;
  width: 173px; }
  .sec01 select.own {
    width: 233px; }
  .sec01 select.job {
    width: 233px; }

.sec01 input[type=radio],
.sec01 input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 3px 6px 7px 5px;
  vertical-align: middle; }

.sec01 .submitArea {
  text-align: center;
  margin: 30px 0 60px; }

.sec01 .zipbtn {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #474747;
  letter-spacing: 0;
  border: solid 1px #b4b4b4;
  border-radius: 5px;
  text-decoration: none;
  padding: 8px 21px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #D7D7D7));
  background: -webkit-linear-gradient(#fff, #D7D7D7);
  background: -moz-linear-gradient(#fff, #D7D7D7);
  background: -o-linear-gradient(#fff, #D7D7D7);
  background: -ms-linear-gradient(#fff, #D7D7D7);
  background: linear-gradient(#fff, #D7D7D7); }

.submit_wrap {
  display: flex;
  justify-content: center; }

.sec01 .submit {
  margin: 0px auto;
  text-align: center;
  width: 100%;
  max-width: 460px; }
  .sec01 .submit.col2 {
    max-width: 600px;
    display: flex;
    justify-content: space-between; }
    .sec01 .submit.col2 input[type=button],
    .sec01 .submit.col2 input[type=submit] {
      width: 48%; }

.sec01 .submit input[type=button],
.sec01 .submit input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
  background: linear-gradient(0deg, #71aab3, #93bd93);
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: clamp(16px, 1.407vw, 18px);
  letter-spacing: 0.1em;
  height: auto;
  letter-spacing: 0;
  padding: 2em 20px;
  text-decoration: none;
  width: 100%;
  font-family: inherit;
  transition: 0.3s all ease-in-out 0s; }

.sec01 .ank_btn {
  width: 100%;
  margin: 0 auto 50px; }

.sec01 .ank_btn input {
  width: 70%;
  padding: 10px 30px;
  margin: 0 auto;
  text-align: center;
  height: auto;
  cursor: pointer;
  display: block;
  font-size: clamp(16px, 1.563vw, 20px);
  font-weight: bold;
  color: #fff;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
  letter-spacing: 0;
  border: none;
  box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  border-radius: 6px;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ABABAB), color-stop(1, #6E6E6E));
  background: -webkit-linear-gradient(#ABABAB, #6E6E6E);
  background: -moz-linear-gradient(#ABABAB, #6E6E6E);
  background: -o-linear-gradient(#ABABAB, #6E6E6E);
  background: -ms-linear-gradient(#ABABAB, #6E6E6E);
  background: linear-gradient(#ABABAB, #6E6E6E); }

.sec01 .form_btn a.button,
.sec01 .clo_btn a {
  line-height: 15px;
  width: 200px;
  margin: 0 auto;
  text-align: center;
  height: auto;
  cursor: pointer;
  display: block;
  font-size: clamp(12px, 1.094vw, 14px);
  font-weight: bold;
  color: #fff;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
  letter-spacing: 0;
  border: none;
  box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  border-radius: 6px;
  text-decoration: none;
  padding: 15px 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ABABAB), color-stop(1, #6E6E6E));
  background: -webkit-linear-gradient(#ABABAB, #6E6E6E);
  background: -moz-linear-gradient(#ABABAB, #6E6E6E);
  background: -o-linear-gradient(#ABABAB, #6E6E6E);
  background: -ms-linear-gradient(#ABABAB, #6E6E6E);
  background: linear-gradient(#ABABAB, #6E6E6E); }

.sec01 .ank_btn .hosoku {
  text-align: center;
  font-size: 12px;
  margin-top: 5px; }

.sec01 .submit input[type=button]:hover,
.sec01 .submit input[type=submit]:hover,
.sec01 .form_btn a.button:hover,
.sec01 .clo_btn a:hover,
.sec01 .ank_btn input:hover {
  opacity: 0.8; }

.sec01 label {
  display: block;
  margin: 5px 0;
  padding-right: 20px;
  float: left; }

.sec01 label.col2 {
  width: 70%; }

.sec01 label.col2 input[type=text] {
  width: 70%; }

@media screen and (max-width: 768px) {
  .sec01 label {
    display: inline-block;
    margin: 5px 0;
    padding-right: 15px; }
    .sec01 label.abroad, .sec01 label:last-child {
      padding-right: 0; }
    .sec01 label.w100sp {
      width: 100%; }

  /*.flyer {
  	 label {
  		width: 50%;
  	}
  }*/
  .sec01 label.col2 {
    width: 100%; }

  .sec01 label.col2 input[type=text] {
    width: 60%; }
    .sec01 label.col2 input[type=text].abroad {
      width: 88%; } }
.sec01 label input[type=radio],
.sec01 label input[type=checkbox] {
  display: inline-block; }

.sec01 label p {
  display: inline-block; }

.sec01 .about label {
  display: block;
  margin: 5px 0;
  width: 40%;
  float: left; }

.sec01 .inline label {
  display: inline; }

.sec01 .must {
  background-color: #d41000;
  display: inline-block;
  line-height: 1;
  padding: 0.5em 0.5em 0.3em;
  font-size: 70%;
  color: #FFF;
  margin-right: 0.8em;
  position: relative;
  top: -0.1em; }

.sec01 .any {
  font-weight: normal;
  background-color: #919191;
  display: inline-block;
  line-height: 1;
  padding: 0.5em 0.5em 0.3em;
  font-size: 70%;
  color: #FFF;
  margin-right: 0.8em;
  position: relative;
  top: -0.1em; }

.sec01 .fintxt {
  text-align: center;
  font-size: clamp(16px, 1.563vw, 20px);
  color: #333;
  margin: 50px 0 50px;
  font-weight: bold; }

.sec01 .errtxt {
  text-align: center;
  color: #d41000;
  background-color: #ffffff;
  border: solid 1px #333333;
  margin: 30px 0 30px;
  padding: 70px 0 70px;
  font-weight: bold; }

.sec01 .ssl {
  text-align: left;
  margin: 0 0 50px;
  width: 100%; }

.sec01 .ssl span {
  float: left;
  display: block;
  margin-right: 10px; }

.sec01 .ssl p {
  text-align: left;
  font-size: 12px;
  margin-left: 10px; }

.sec01 .guide {
  text-align: right;
  margin-bottom: 30px; }

.sec01 .guide a {
  color: #CF0352; }

.sec01 .window {
  border: 1px solid #bbb;
  overflow-y: scroll;
  height: 200px;
  margin-bottom: 10px;
  width: 100%;
  background-color: #ffffff; }

.sec01 .privacy {
  border: 1px solid #928617;
  margin: 20px 2%;
  padding: 50px 5%;
  color: #333333; }

.sec01 .privacy h2 {
  margin: 0 0 20px 0;
  padding: 5px 8px;
  font-size: 1.5em;
  color: #666;
  border-left: 6px solid #463F1D;
  border-bottom: 0; }

.sec01 .privacy h3 {
  border-bottom: 1px solid #928617;
  border-left: 0;
  font-size: 18px;
  margin-bottom: 0;
  color: #333333; }

.sec01 .privacy p {
  margin: 15px 0;
  font-size: 12px;
  color: #333333; }

.sec01 .privacy dl {
  margin: 1em 0 1em 1em; }

.sec01 .privacy dl dd {
  margin: 0px 0 0px 1em; }

.sec01 .privacy ul {
  margin: 15px 30px;
  font-size: 12px;
  color: #333333; }

.sec01 .privacy a {
  word-break: break-all; }

.sec01 .err_txt {
  color: red;
  margin: 50px 0;
  font-size: 15px; }

.sec01 .attention {
  padding: 20px 4%;
  margin-bottom: 30px;
  background-color: #FFF5F9;
  color: #CF0352;
  font-size: 14px; }

.sec01 .copy {
  width: 100%;
  font-size: 11px;
  color: #333333;
  text-align: right;
  padding: 10px 0;
  margin-right: 2%;
  border-top: solid 1px #434343; }

.sec01 .page_top {
  width: 140px;
  margin-top: 5px;
  position: fixed;
  right: -30px;
  bottom: 234px;
  z-index: 100; }

.sec01 .errormsg {
  color: #C81000;
  font-weight: bold; }

.sec01 .bgcolor {
  background-color: #ffdddd; }

.sec01 .thanks_txt {
  text-align: center;
  font-size: clamp(18px, 1.875vw, 24px);
  line-height: 2.25; }

.sec01 .thanks_txt a {
  color: #1347bc; }

.sec01 .chk_t1 {
  padding: 0 0 6px;
  border-bottom: 1px solid #000; }

.sec01 .chk_col {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }

.sec01 .chk_col li {
  width: 24%; }

.sec01 .chk_col li.other {
  width: 100%;
  display: flex;
  align-items: center; }

.sec01 .chk_col li.other label {
  margin: 0 10px 0 0; }

.sec01 .chk_col label {
  width: auto; }

ul.plist {
  display: flex;
  justify-content: flex-start; }

ul.plist li:nth-child(1) {
  margin-right: 20px; }

@media screen and (max-width: 960px) {
  .sec01 .chk_col {
    justify-content: start; }

  .sec01 .chk_col li {
    width: auto;
    margin: 0 30px 0 0; } }
@media screen and (max-width: 768px) {
  .h_sp {
    display: none; }

  div.sec01 {
    padding-bottom: 20px; }

  .sec01 .step li:nth-child(1),
  .sec01 .step li:nth-child(2) {
    margin-right: calc(-50% / 9);
    width: calc(337% / 9); }

  .sec01 .step li:nth-child(3) {
    width: calc(310% / 9); }

  .sec01 .step li p {
    display: block;
    position: relative;
    text-align: center; }

  .sec01 .step_txt,
  .sec01 .sub_read {
    font-size: 11px; }

  .sec01 table {
    margin: 0px auto 20px; }

  .sec01 table th,
  .sec01 table td {
    display: inline-block;
    width: 100%;
    padding: 5px 1%;
    border: none;
    font-size: 12px; }

  .sec01 table td {
    margin: 0 0 5px; }

  .sec01 input[type=text],
  .sec01 input[type=number],
  .sec01 input[type=email],
  .sec01 input[type=tel],
  .sec01 select {
    width: 88%;
    margin-bottom: 10px;
    font-size: 12px; }
    .sec01 input[type=text].etc,
    .sec01 input[type=number].etc,
    .sec01 input[type=email].etc,
    .sec01 input[type=tel].etc,
    .sec01 select.etc {
      margin-bottom: 0; }

  .sec01 input[type=text].c1 {
    width: 250px; }

  .sec01 .age input[type=text] {
    width: 100px; }

  .sec01 input.add1 {
    width: 70px; }

  .sec01 input.add2 {
    width: 100px; }

  .sec01 select {
    height: 30px;
    width: 88%; }
    .sec01 select.own {
      width: 88%; }
    .sec01 select.job {
      width: 88%; }
    .sec01 select.num {
      width: 70%; }

  .sec01 .res_select select {
    width: 45%; }

  .sec01 input[type=radio],
  .sec01 input[type=checkbox] {
    width: 16px;
    height: 16px;
    margin: 3px 4px 0 0px;
    vertical-align: middle; }

  .sec01 label input[type=radio],
  .sec01 label input[type=checkbox] {
    float: left; }

  .sec01 .submitArea {
    text-align: center;
    margin: 30px 0 60px; }

  .sec01 .zipbtn {
    font-size: 12px;
    font-weight: bold;
    padding: 8px 21px;
    padding: 3px 21px;
    margin-bottom: 10px;
    vertical-align: top; }

  .sec01 .submit input[type=button],
  .sec01 .submit input[type=submit] {
    font-size: 15px;
    padding: 15px 10px;
    width: 80%;
    margin: 0 auto; }

  .sec01 .form_btn a.button,
  .sec01 .clo_btn a {
    line-height: 15px;
    width: 200px;
    margin: 0 auto;
    text-align: center;
    height: auto;
    display: block;
    font-size: 14px;
    padding: 15px 0; }

  .sec01 .ank_btn input {
    width: 100%;
    font-size: 15px;
    padding: 10px 0px; }

  .sec01 label p {
    width: 76%;
    float: right;
    line-height: 15px; }

  .sec01 .about label {
    display: inline-block;
    margin: 5px 0;
    width: 100%; }

  .sec01 .inline label {
    display: inline; }

  .sec01 .fintxt {
    text-align: center;
    font-size: 15px;
    margin: 50px 0 50px; }

  .sec01 .ssl {
    text-align: left;
    margin: 0 0 50px;
    width: 100%; }

  .sec01 .ssl p {
    font-size: 10px;
    line-height: 12px; }

  .sec01 .privacy ul li {
    list-style-type: decimal;
    line-height: 20px;
    padding-bottom: 6px; }

  .sec01 .err_txt {
    color: red;
    margin: 50px 0;
    font-size: 15px; }

  .sec01 .attention {
    font-size: 12px; }

  .sec01 .copy {
    margin-bottom: 50px; }

  .sec01 .thanks_txt {
    font-size: 15px; }

  .sec01 .chk_t1 {
    margin: 0 0 10px; }

  .sec01 .chk_col li {
    margin: 0 30px 10px 0; }

  .sec01 .chk_col input[type=text] {
    width: auto;
    max-width: 100%;
    margin-bottom: 0px; }

  ul.plist {
    display: block; }

  ul.plist li:nth-child(1) {
    margin-right: 0; } }
@media screen and (max-width: 480px) {
  .sec01 .chk_col {
    justify-content: space-between; }

  .sec01 .chk_col li {
    width: 45%;
    margin: 0 0 10px 0; }

  #btn_totop {
    display: none; } }
small#error {
  color: #ff0000;
  display: block; }

.sec01 .cap {
  font-size: clamp(10px, 0.938vw, 12px); }
.sec01 .clear {
  clear: both; }

.sec01 .policy_wrap p {
  font-size: clamp(12px, 1.172vw, 15px);
  line-height: 2; }

.sec01 .policy_wrap p a {
  border-bottom: 1px solid;
  color: #9f0810; }

body:not(.mobile) .sec01 .policy_wrap p a:hover {
  border-bottom: 1px solid #fff; }

.sec01 .policy_wrap {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px; }
  @media screen and (max-width: 480px) {
    .sec01 .policy_wrap {
      margin-bottom: 15px; } }
  .sec01 .policy_wrap .p_ttl {
    font-size: clamp(16px, 1.563vw, 20px);
    font-weight: 700;
    margin-bottom: 0.4em; }
  .sec01 .policy_wrap .box1 {
    display: inline-block;
    text-align: left;
    margin-bottom: 40px; }
  .sec01 .policy_wrap .box2 {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 15px;
    background: #f1f1f1; }
    .sec01 .policy_wrap .box2 label {
      margin: 0;
      padding: 0;
      float: none; }
    @media screen and (max-width: 768px) {
      .sec01 .policy_wrap .box2 {
        display: block;
        text-align: center; } }

.pp_wrap {
  margin-bottom: 50px; }
  @media screen and (max-width: 480px) {
    .pp_wrap {
      margin-bottom: 30px; } }
  .pp_wrap .pp_mttl {
    font-size: clamp(15px, 1.407vw, 18px);
    text-align: center;
    margin-bottom: 0.8em; }
  .pp_wrap .pp_read {
    font-size: clamp(12px, 1.094vw, 14px);
    text-align: center;
    margin-bottom: 2.5em; }
  .pp_wrap .pp_cap {
    font-size: clamp(10px, 0.938vw, 12px);
    text-align: center; }
  .pp_wrap a {
    color: blue;
    text-decoration: underline; }
  .pp_wrap .pp_box {
    border: solid 1px #b4b4b4;
    padding: 40px;
    height: 500px;
    overflow-y: scroll;
    margin-bottom: 40px; }
    @media screen and (max-width: 480px) {
      .pp_wrap .pp_box {
        padding: 15px;
        height: 250px;
        margin-bottom: 30px; } }
    .pp_wrap .pp_box .pp_ttl {
      font-size: clamp(15px, 1.407vw, 18px);
      line-height: 1.3;
      margin-bottom: 0.8em; }
    .pp_wrap .pp_box .pp_txt {
      font-size: clamp(12px, 1.094vw, 14px);
      margin-top: 1em; }
      .pp_wrap .pp_box .pp_txt:has(+ .pp_ttl) {
        margin-bottom: 3.5em; }

.sec00 .submit {
  margin: 90px auto 0;
  text-align: center;
  width: 100%;
  max-width: 320px;
  width: 80%; }
  @media screen and (max-width: 480px) {
    .sec00 .submit {
      margin: 60px auto 0; } }

.sec00 .submit input[type=button],
.sec00 .submit input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
  background: linear-gradient(0deg, #71aab3, #93bd93);
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: clamp(16px, 1.407vw, 18px);
  letter-spacing: 0.1em;
  height: auto;
  letter-spacing: 0;
  padding: 1.3em 20px;
  text-decoration: none;
  width: 100%;
  font-family: inherit;
  transition: 0.3s all ease-in-out 0s; }

.none {
  pointer-events: none;
  opacity: 0.4; }

/*# sourceMappingURL=request.css.map */
