<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*--- COMMON ---*/
.br-pc { display:block; }
.br-sp { display:none; }


/*--- HEADER ---*/
#form_header_wrap {
  width: 100%;
  border-bottom: 3px solid #3264b4;
  /*background-color: #FBFBFB;
  background-color: #3264b4;*/
}
#form_header_in {
  width : calc( 100% - 40px );
  max-width: 800px;
  margin: 0 auto;
  background-image: url("../img/logo_header.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 250px;
}
h1#form_title {
  font-size: 22px;
  padding: 50px 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}


/*--- FLOW ---*/
#form_flow {
  width : calc( 100% - 40px );
  max-width: 800px;
  margin: 40px auto;
}
#form_flow ol {
  margin-top: 40px;
  display: table;
  table-layout: fixed;
  width: 100%;
  box-sizing: border-box;
  height: 48px;
  border-left: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
}
 
#form_flow ol li {
  position: relative;
  display: table-cell;
  box-sizing: border-box;
  padding-left: 25px;
  text-align: center;
  vertical-align: middle;
  color: #666;
  font-size: 15px;
  background-color: #f9f9f9;
  font-weight: normal;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}
 
#form_flow ol li:first-child {
  padding-left: 0;
}
 
@media screen and (max-width: 960px) {
  #form_flow ol li {
    font-size: 12px;
  }
}
 
#form_flow ol li.current {
  background-color: #3788c5;
  color: #FFF;
}
 
@media screen and (max-width: 960px) {
  #form_flow ol li span {
    display: none;
  }
}
 
#form_flow ol li:before {
  content: "";
  position: absolute;
  top: -1px;
  right: -25px;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 24px solid #cccccc;
  z-index: 99;
}
 
#form_flow ol li:nth-child(3):before {
  display: none;
}
 
#form_flow ol li:after {
  content: "";
  position: absolute;
  top: -1px;
  right: -24px;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 24px solid #f9f9f9;
  z-index: 99;
}
 
#form_flow ol li:last-child:after {
  display: none;
}
 
#form_flow ol li.current {
  border-top: solid 1px #3788c5;
  border-bottom: solid 1px #3788c5;
}
 
#form_flow ol li.current:after {
  border-left: 24px solid #3788c5;
}



/*--- BODY ---*/

.form_body_wrap {
  width: 100%;
}
.form_body_in {
  width : calc( 100% - 40px );
  max-width: 800px;
  margin: 0 auto;
}

table.form_table {
  border: none;
  border-collapse: collapse;
  width: 100%;
}
table.form_table tr:nth-child(odd) {
  background-color: #fafafa;
}
table.form_table th,
table.form_table td {
  border-collapse: collapse;
  padding: 12px 12px;
  font-size: 14px;
  font-weight: normal;
  border: none;
}
table.form_table th {
  width: calc( 220px -20px );
  text-align: right;
  padding-right: 20px;
  vertical-align:top;
}
table.form_table tr.must th {
  width: calc( 220px - 50px );
  text-align: right;
  padding-right: 50px;
}
table.form_table td {
  width: calc( 100% - 220px );
}
.form_notis {
  font-size: 14px;
  line-height: 1.6em;
}

.button_area_wrap {
  width: 100%;
}
.button_area_in {
  max-width: 800px;
  margin: 20px auto;
}
.button_area_in .privacy_policy {
  width: calc( 80% - 40px );
  background-color: #FFF9DC;
  text-align: center;
  margin: 40px 100px;
  padding: 20px;
}
.button_area_in .privacy_policy h3 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}
.button_area_in .privacy_policy p {
  font-size: 14px;
  margin-bottom: 15px;
}
.button_area_in .privacy_policy label {
  font-size: 15px;
  display: block;
}
.button_area_in .privacy_policy a.other_window {
  background-image: url("../img/other_window.png");
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 25px;
}
.button_area {
 border-top: 1px solid #dfdfdf;
  padding: 40px 0;
}
.button_area .button_next {
  background-color: #3788c5;
  font-family: 'Noto Sans JP', sans-serif;
  border: none;
  font-size: 16px;
  color: #fff;
  padding: 20px 40px 22px;
  display: inline-block;
  text-align: center;
  float: right;
}
.button_area .button_next:hover {
  background-color: #10609c;
}
.button_area .button_back {
  background-color: #eee;
  font-family: 'Noto Sans JP', sans-serif;
  border: none;
  font-size: 16px;
  color: #666;
  padding: 20px 40px 22px;
  display: inline-block;
  text-align: center;
  float: left;
}
.button_area .button_back:hover {
  background-color: #d8d8d8;
}

/*--- confirm ---*/
table.confirm_table th,
table.confirm_table td {
  border-collapse: collapse;
  padding: 20px;
  font-size: 15px;
  font-weight: normal;
  border: none;
}
table.confirm_table th {
  width: 200px;
  text-align: left;
  padding-right:0;
}
table.confirm_table td {
  width: calc( 100% - 220px );
}



/*--- FORM ---*/
table.form_table label {
  display: block;
  margin-bottom: 2px;
}
tr.must th:after {
    content: "必須";
    font-weight: normal;
    color: #ea0000;
    border: solid 1px #ea0000;
    font-size: 11px;
    padding: 2px 5px 0px 5px;
    margin: 0 -42px 0 15px;
}

input, textarea {
    background: #FFF;
    border: solid 1px #cccccc;
    padding: 8px 10px;
    margin: 3px;
}
tr.must input.must {
    background: #f9eef2;
}
table.form_table select {
    background: url( "../img/icon_select.png") no-repeat 93% center;
    padding: 8px 35px 8px 8px;
    font-size: 14px;
    margin: 3px 0;
    border: solid 1px #cccccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
table.form_table select::-ms-expand {
    display: none;
}

.other_text_area {
  margin: 5px 0px;
  width: 80%;
  height: 60px;
}
input.zip1 { width: 60px; }
input.zip2 { width: 80px; }
input.tel1 { width: 60px; }
input.tel2 { width: 80px; }
input.tel3 { width: 80px; }
input.people { width: 50px; }

input.email {
  width: 90%;
  max-width: 250px;
}
input.city,
input.address,
input.building {
  width: 70%;
  max-width: 250px;
}

.zip_auto {
  background-color: #888;
  color: #fff;
  font-size: 11px;
}
input[type=checkbox] {
    width: 17px;
    height: 17px;
    vertical-align: middle;
}
input[type=radio] {
    width: 17px;
    height: 17px;
    vertical-align: middle;
}

/*--- FOOTER ---*/
#form_footer_wrap {
  width: 100%;
  background-color: #3264b4;
}
#form_footer_in {
  width: 100%;
  max-width: 800px;
  padding: 20px 0;
  margin: 0 auto;
  
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 10px;
  font-weight: 200;
  text-align: center;
  color: #fff;
}

/*-- Thanks --*/
.thanks_body {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}
.thanks_body h2 {
  font-size: 22px;
  line-height: 1.5em;
  margin: 60px 0;
}
.thanks_body p {
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: 10px;
}
.thanks_body .thanks_box {
  border: 1px solid #999;
  padding: 30px 40px;
  margin: 60px auto;
  width : calc( 80% - 80px );
}
.thanks_body .thanks_box h3 {
  margin-bottom: 25px;
  font-size: 1.1em;
}
.thanks_body .thanks_box .thanks_contact {
  font-size: 1.5em;
  font-weight: bold;
  color: #3788c5;
  margin: 10px 0;
  line-height: 1.4em;
}



/* -----------------------------

SP　スマホ
画面サイズが765px以下　

----------------------------- */

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

  /*--- COMMON ---*/
.br-pc { display:none; }
.br-sp { display:block; }

/*--- HEADER ---*/
#form_header_in {
  width : 100%;
  background-position: center top 18px;
  background-size: 200px;
}
h1#form_title {
  font-size: 18px;
  padding: 60px 0 30px;
  font-weight: 400;
  line-height: 1.4em;
  text-align: center;
}
  
  /*--- BODY ---*/
  table.form_table th,
  table.form_table td {
    display: block;
  }
  table.form_table th,
  table.form_table tr.must th {
    padding-bottom: 0;
    font-weight: bold;
    color: #004579;
    width: auto;
    text-align: left;
    padding-right: 0;
  }
  table.form_table td {
    padding-top: 10px;
    width: auto;
  }
input, textarea {
  width: 80%;
  max-width: 250px;
}
.button_area_in .privacy_policy {
  width: calc( 100% - 40px );
  margin: 20px auto;
  padding: 20px;
}
.button_area .button_next {
  display: block;
  float: none;
  width: 80%;
  max-width: 300px;
  margin: 0 auto;
}
.button_area .button_back {
  display: block;
  float: none;
  width: 80%;
  max-width: 300px;
  margin: 20px auto;
}
input.email,
input.city,
input.address,
input.building {
  width: 90%;
}


/*-- Thanks --*/
.thanks_body h2 {
  font-size: 18px;
}
.thanks_body .thanks_box {
  padding: 30px 10px;
  /*width : calc( 100% - 20px );*/
  width: auto;
}
.thanks_body .thanks_box h3,
.thanks_body .thanks_box .thanks_contact {
  font-size: 1em;
}
  
}




</pre></body></html>