@charset "UTF-8";
/* ---------------------------------------------------

Input Initilize

--------------------------------------------------- */
input, textarea {
  font-size: 15px;
  padding: 10px;
  margin: 4px 0;
  border: none;
  caret-color: #333; }

.t-form .contents .box {
  width: 100%; }

.t-form .title-1 {
  margin-bottom: 0; }

.t-form article {
  position: relative;
  padding-top: 10px; }

@media (min-width: 1000px) {
  .t-form article {
    position: relative;
    padding-top: 0; } }
.formBox {
  margin-bottom: 3em !important;
  border: 3px solid #f8f8f8; }

.formBox__title {
  font-size: 1.2em;
  background: #cc0033;
  border-radius: 0;
  color: #FFF;
  padding: 1em;
  text-align: center;
  letter-spacing: .1em; }

.form-table {
  width: 100%;
  height: auto;
  border-top: 2px solid #e7e7e7;
  border-left: 2px solid #e7e7e7; }

.form-table p {
  margin: 0 auto 1em !important; }

.form-table th {
  text-align: right;
  vertical-align: middle;
  width: 35%;
  height: auto;
  border-bottom: 2px solid #e7e7e7;
  border-right: 2px solid #e7e7e7;
  padding: 2em 1.5em;
  background-color: #f9f9f9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  color: #333;
  line-height: 1.7; }

@media (min-width: 1000px) {
  .form-table th {
    /*font-weight: normal;*/ } }
.form-table td {
  vertical-align: middle;
  width: 65%;
  height: auto;
  border-bottom: 2px solid #e7e7e7;
  border-right: 2px solid #e7e7e7;
  padding: 1.65em 1.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 2; }

.form-table tr:last-child th, .form-table tr:last-child td {
  border-bottom: 1px solid #E5E5E5; }

.form-table fieldset {
  position: relative; }

.form-table .inputSplit {
  display: flex;
  justify-content: space-between;
  width: 100%; }

.form-table .inputSplit > fieldset {
  display: inline-block;
  width: 48%; }

.form-table input[type="text"], .form-table input[type="tel"], .form-table input[type="email"], .form-table textarea {
  outline: none;
  background: #F2F6FB;
  /*border: 1px solid transparent;*/
  -webkit-transition: all .75s;
  -o-transition: all .75s;
  transition: all .75s; }

/* Focus*/
.form-table input:focus, .form-table textarea:focus {
  -webkit-box-shadow: 0 1px 0 0 #004986;
  box-shadow: 0 1px 0 0 #004986;
  border-bottom: 1px solid #004986;
  background-color: rgba(238, 238, 238, 0.2); }

.form-table .inputSplit .name_tag {
  font-size: .85em;
  margin-right: .25em;
  display: block; }

.inputSplit .input-w100 {
  width: 98%; }

.form-table input[type="text"] + label, .form-table input[type="tel"] + label, .form-table input[type="email"] + label, .form-table textarea + label {
  position: absolute;
  top: -2.25em;
  left: .5em;
  font-size: .85em;
  visibility: hidden;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  opacity: 0;
  color: #323755; }

.form-table input[type="text"]:focus + label, .form-table input[type="tel"]:focus + label, .form-table input[type="email"]:focus + label, .form-table textarea:focus + label {
  visibility: visible;
  color: #666;
  opacity: 1;
  -webkit-transform: translate3d(0, 85em, 0);
  transform: translate3d(0, 0.85em, 0); }

.form-table .inputSplit input[type="text"] + label, .form-table .inputSplit input[type="tel"] + label, .form-table .inputSplit input[type="email"] + label, .form-table .inputSplit textarea + label {
  left: 2.75em;
  top: -.85em; }

/* Form bg-color
--------------------------------*/
.form-table input.bg-color, .form-table textarea.bg-color, .form-table select.bg-color {
  /*background-color: rgba(62, 175, 216, 0.1);*/ }

/*
* プレースホルダー
*/
:placeholder-shown {
  color: #9E9E9E;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

.form-table input:focus:placeholder-shown, .form-table textarea:focus:placeholder-shown {
  color: transparent; }

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #9E9E9E;
  -webkit-transition: all .5s;
  transition: all .5s; }

.form-table input:focus::-webkit-input-placeholder, .form-table textarea:focus::-webkit-input-placeholder {
  color: transparent; }

/* Firefox 18- */
:-moz-placeholder {
  color: #9E9E9E;
  opacity: 1;
  -moz-transition: all .5s;
  transition: all .5s; }

.form-table input:focus:-moz-placeholder, .form-table textarea:focus:-moz-placeholder {
  color: transparent; }

/* Firefox 19+ */
::-moz-placeholder {
  color: #9E9E9E;
  opacity: 1;
  -moz-transition: all .5s;
  transition: all .5s; }

.form-table input:focus::-moz-placeholder, .form-table textarea:focus::-moz-placeholder {
  color: transparent; }

/* IE 10+ */
:-ms-input-placeholder {
  color: #9E9E9E;
  -ms-transition: all .5s;
  transition: all .5s; }

.form-table input:focus:-ms-input-placeholder, .form-table textarea:focus:-ms-input-placeholder {
  color: transparent; }

.checkboxGroup, .radioGroup {
	display: flex;
	margin-bottom: 0;
	flex-wrap: wrap;
	justify-content: flex-start;
	flex-direction: row;
	align-items: center;
	gap: 5px 10px;
	position: relative;
}

.checkboxGroup.weekList .checkboxGroup__item {
  width: calc(20% - 10px);
}
.checkboxGroup.timeList .checkboxGroup__item {
  width: calc(25% - 10px);
}

/* タブレット幅用
--------------------------------*/
@media screen and (min-width: 600px) and (max-width: 999px) {
  .checkboxGroup, .radioGroup {
    gap: 5px;
  }

  .checkboxGroup.weekList .checkboxGroup__item, .checkboxGroup.timeList .checkboxGroup__item {
    width: calc(33% - 5px);
  }
}
/* スマホ幅用
--------------------------------*/
@media screen and (max-width: 599px) {
  .checkboxGroup.weekList .checkboxGroup__item, .checkboxGroup.timeList .checkboxGroup__item {
    width: calc(50% - 5px);
  }
}

.form-table input[type=checkbox], .form-table input[type=radio] {
  /*display: none;*/
  visibility: hidden;
  position: absolute; }

.form-table input[type=checkbox] + label, .form-table input[type=radio] + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-left: 10px;
  padding: 8px 16px;
  border-radius: 2px;
  font-size: 14px;
  line-height: 1.8; }

.form-table input[type=checkbox]:checked + label, .form-table input[type=radio]:checked + label {
  color: #333;
  font-weight: 700; }

.form-table input[type=checkbox] + label:before, .form-table input[type=radio] + label:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -10px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #EEF2F8; }

.form-table input[type=radio] + label:before {
  border-radius: 50%; }

.form-table input[type=checkbox]:checked + label:after, .form-table input[type=radio]:checked + label:after {
  position: absolute;
  content: "";
  top: 50%; }

.form-table input[type=checkbox]:checked + label:after {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 15px;
  height: 10px;
  margin-top: -8px;
  left: -7px;
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #15a662; }

.form-table input[type=radio]:checked + label:after {
  position: absolute;
  content: "";
  left: -4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #15a662;
  border-radius: 50%; }


/* タブレット幅用
--------------------------------*/
@media screen and (min-width: 600px) and (max-width: 999px) {
  .form-table, .form-table tbody, .form-table tr, .form-table th, .form-table td {
    display: block; }

  .form-table th {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 1.25em;
    width: 100%; }

  .form-table td {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #E5E5E5;
    padding: 2em; }

  .form-table tr:last-child th {
    border-bottom: 1px solid #E5E5E5; } }
/* スマホ幅用
--------------------------------*/
@media screen and (max-width: 599px) {
  .form-table, .form-table tbody, .form-table tr, .form-table th, .form-table td {
    display: block; }

  .form-table th {
    text-align: left;
    width: 100%;
    border-right: 1px solid #E5E5E5;
    padding: 1.25em;
    font-size: .95em; }

  .form-table td {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #E5E5E5;
    padding: 1.25em; }

  .form-table tr:last-child th {
    border-bottom: 1px solid #E5E5E5; }

  .form-table th {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 1.25em; }

  .form-table td {
    padding: 1.25em; }

  .form-table input[type=checkbox] + label, .form-table input[type=radio] + label {
    margin-left: .35em; }

  .form-table input[type="text"], .form-table input[type="tel"], .form-table input[type="email"], .form-table textarea {
    font-size: 16px;
    /* i-phoneでカーソルを合わせた時の拡大を防止 */
    border-radius: 0 !important; }

  label[for="circuit_hikari"] > .radioTile__value, label[for="circuit_air"] > .radioTile__value {
    min-width: 120px;
    height: 40px; } }
.req {
  display: inline-block;
  padding: 2px 6px;
  color: #FFF;
  background-color: #cc0033;
  border-radius: 2px;
  font-weight: normal;
  font-size: .9em;
  margin: 8px 0 0 0;
  line-height: 1.4; }

.opt {
  display: inline-block;
  padding: 2px 6px;
  color: #FFF;
  background-color: #666;
  border-radius: 2px;
  font-weight: normal;
  font-size: .9em;
  margin: 8px 0 0 0; }

/* タブレット幅用
--------------------------------*/
@media screen and (min-width: 600px) and (max-width: 999px) {
  .req {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-right: .5em; }

  .opt {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-right: .5em; } }
/* スマホ幅用
--------------------------------*/
@media screen and (max-width: 599px) {
  .req {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-right: .5em; }

  .opt {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-right: .5em; } }
.form-btn {
  text-align: center;
  margin: 0 auto 50px; }

a.back_btn {
  line-height: 1.2;
  background: transparent;
  text-align: center;
  border-radius: 10px;
  padding: 1em 1.75em;
  text-decoration: none;
  display: block;
  font-size: .75em;
  margin: 1em;
  letter-spacing: .25em;
  font-family: "メイリオ", sans-serif;
  border: 1px solid #CCC;
  cursor: pointer;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  width: 5em;
  color: #CCC;
  margin: auto; }

a.back_btn:hover, a.back_btn:active {
  border-bottom: 1px solid transparent;
  background: #CCC;
  color: #FFF; }

.confirm {
  cursor: pointer;
  color: #FFF;
  background: #333;
  background: linear-gradient(#999 0%, #999 15%, #666 85%, #666 100%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  letter-spacing: 2px;
  font-weight: bold;
  width: 70%;
  margin: 2em auto;
  /*outline: none;*/
  width: 200px;
  height: 54px;
  font-size: 16px;
  border: 2px solid #ebebeb;
  box-shadow: 0 1px #ebebeb; }

.confirm.is-active {
  background: linear-gradient(#ffa800 0%, #ffa800 15%, #ff7800 85%, #ff7800 100%); }

.confirm:hover {
  color: #FFF;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background: linear-gradient(#ffa800 0%, #ffa800 15%, #ff7800 85%, #ff7800 100%);
  box-sizing: border-box;
  border-radius: 2px; }

.input-w100 {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.textarea-w100 {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*select {
  font-size: 16px;
  margin-bottom: 30px;
}*/
.img-float {
  float: left;
  margin: 0 0 15px 0; }

#slide {
  cursor: pointer; }

#slide i {
  font-size: 17px;
  margin-right: 5px; }

/*---------------------------------------------------------------------------
 ステップ（お申し込みフォーム）
---------------------------------------------------------------------------*/
.stepNav {
  margin: 1.75em auto;
  padding-right: 2em;
  position: relative;
  z-index: 0;
  display: block; }

.stepNav::after {
  clear: both;
  content: "";
  display: block; }

.stepNav li {
  float: left;
  position: relative;
  z-index: 3;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12); }

.stepNav li:first-child {
  border-radius: 5px 0 0 5px; }

.stepNav li:nth-child(2) {
  z-index: 1; }

.stepNav li:nth-child(3) {
  z-index: 0; }

/* different widths */
.stepNav.twoWide li {
  width: 50%; }

.stepNav.threeWide li {
  width: 33.33%; }

/* step span */
.stepNav span {
  width: 100%;
  padding: .5em;
  padding-left: 1.75em;
  text-align: center;
  text-shadow: 0 1px 0 #FFF;
  border: 1px solid #CBCBCB;
  text-decoration: none;
  border-top-color: #DDD;
  border-right: 0;
  background-color: #FBFBFB;
  background-image: -o-linear-gradient(top, #fbfbfb, #e9e9e9);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e9e9e9));
  background-image: linear-gradient(top, #fbfbfb, #e9e9e9);
  float: left;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: .85em;
  letter-spacing: .2em;
  line-height: 1.4; }

.stepNav li:first-child span {
  border-radius: 5px 0 0 5px; }

.stepNav span:before {
  content: "";
  width: 2.7em;
  height: 2.7em;
  background: #FBFBFB;
  background-image: -o-linear-gradient(top, #fbfbfb, #e9e9e9);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e9e9e9));
  background-image: linear-gradient(top, #fbfbfb, #e9e9e9);
  display: block;
  position: absolute;
  top: .5em;
  right: calc(-1 * (2.7em / 2));
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  /* box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); */
  /* background: #cc0000; */
  z-index: -1;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD; }

.stepNav li small {
  font-size: .8em;
  letter-spacing: 0.1em; }

/* selected */
.stepNav li.selected span, .stepNav li.selected span:before {
  background: #EBEBEB; }

.stepNav li.selected span {
  -moz-box-shadow: inset 2px 1px 2px rgba(0, 0, 0, 0.12);
  background: #cc0033;
  color: #FFF;
  text-shadow: none; }

.stepNav li.selected span:before {
  border-right: 1px solid #BEBEBE;
  border-bottom: 1px solid #CBCBCB;
  -webkit-box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.1);
  background: #cc0033; }

/* スマホ幅用
--------------------------------*/
@media screen and (max-width: 599px) {
  .stepNav {
    margin: 1.75em auto;
    padding-right: 2em;
    position: relative;
    z-index: 0;
    display: block; }

  .stepNav::after {
    clear: both;
    content: "";
    display: block; }

  .stepNav li {
    float: left;
    position: relative;
    z-index: 3;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12); }

  .stepNav li:first-child {
    border-radius: 5px 0 0 5px; }

  .stepNav li:nth-child(2) {
    z-index: 1; }

  .stepNav li:nth-child(3) {
    z-index: 0; }

  /* different widths */
  .stepNav.twoWide li {
    width: 50%; }

  .stepNav.threeWide li {
    width: 33.33%; }

  /* step span */
  .stepNav span {
    width: 100%;
    padding: .5em;
    padding-left: 1.75em;
    text-align: center;
    text-shadow: 0 1px 0 #FFF;
    border: 1px solid #CBCBCB;
    text-decoration: none;
    border-top-color: #DDD;
    border-right: 0;
    background-color: #FBFBFB;
    background-image: -o-linear-gradient(top, #fbfbfb, #e9e9e9);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e9e9e9));
    background-image: linear-gradient(top, #fbfbfb, #e9e9e9);
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: .85em;
    letter-spacing: .2em;
    line-height: 1.4; }

  .stepNav li:first-child span {
    border-radius: 5px 0 0 5px; }

  .stepNav span:before {
    content: "";
    width: 31px;
    height: 31px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #CBCBCB;
    background-color: #FBFBFB;
    background-image: -o-linear-gradient(right top, #fbfbfb, #e9e9e9);
    background-image: -webkit-gradient(linear, right top, left bottom, from(#fbfbfb), to(#e9e9e9));
    background-image: linear-gradient(right top, #fbfbfb, #e9e9e9);
    display: block;
    position: absolute;
    top: 6px;
    right: -16px;
    z-index: -1;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  .stepNav li small {
    font-size: .8em;
    letter-spacing: 0.1em; }

  /* selected */
  .stepNav li.selected span, .stepNav li.selected span:before {
    background: #EBEBEB; }

  .stepNav li.selected span {
    -moz-box-shadow: inset 2px 1px 2px rgba(0, 0, 0, 0.12);
    background: #cc0033;
    color: #FFF;
    text-shadow: none; }

  .stepNav li.selected span:before {
    border-right: 1px solid #BEBEBE;
    border-bottom: 1px solid #CBCBCB;
    -webkit-box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.1);
    background: #cc0033; } }
/*---------------------------------------------------------------------------
 SSLシール
---------------------------------------------------------------------------*/
.sslSeal {
  font-size: small;
  background: #FFF;
  border-radius: 1em;
  display: inline-block;
  padding: 1em;
  position: absolute;
  /*top: 15.5em;*/
  top: 2.5em;
  right: -4.5em;
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  border: 1px solid #EEE;
  -webkit-box-shadow: 0 0 1px #CCC;
  box-shadow: 0 0 1px #CCC;
  z-index: 100; }

.sslSeal_img {
  text-align: center;
  margin-left: -1em;
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%; }

.sslSeal_lead {
  word-wrap: break-word;
  text-align: center;
  font-size: .8em;
  color: #323755;
  line-height: 1.6; }

/* スマホ幅用
--------------------------------*/
@media screen and (max-width: 1000px) {
  .sslSeal {
    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;
    font-size: .85em;
    margin: 1em auto 1.2em;
    background: #F3F8FF;
    position: initial;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    position: static; }

  .sslSeal_lead {
    word-wrap: break-word;
    text-align: left;
    /* font-size: .95em; */ } }
/*---------------------------------------------------------------------------
 Radio TIle
---------------------------------------------------------------------------*/
.radioTile {
  padding: .2em; }

.radioTile__lead {
  color: #666;
  font-size: .85em;
  text-align: center;
  margin-bottom: 1em; }

.radioTile__att {
  font-size: .7em;
  color: #6B6B6B;
  display: inherit;
  margin-top: -.15em;
  /* background: linear-gradient(transparent 87%, #cee1ff 87%); */
  padding-right: .2em;
  padding-left: .2em; }

.radioTile__input:checked + .radioTile__button .radioTile__att {
  color: #f3f3f3; }

.radioTile__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 1em 0em; }

.radioTile__inputWrap {
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  font-size: .95em;
  position: relative }

.radioTile__input {
  height: 100%;
  width: 100%;
  margin: 0;
  cursor: pointer; }

.radioTile__button {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 2px solid #EEE;
  border-radius: 5px;
  padding: 1rem;
  position: relative;
  border-radius: 3px;
  transition: 0.2s ease; }

.radioTile__button:hover, .radioTile__button:focus {
  background-color: #c5f1f2;
  color: #FFF; }

.radioTile__button .fa {
  color: #0D1382;
  display: block;
  text-align: center;
  margin: .25em auto; }

.radioTile__button .fa-lg {
  font-size: 2.25em; }

.radioTile__button .radioTile__value {
  color: #111; }

.radioTile__input:checked + .radioTile__button {
  background-color: #4fbfc0;
  /*border: 3px solid #20b971;*/
  color: #FFF;
  /* -webkit-transform: scale(1.05); */
  /* transform: scale(1.05); */ }

.radioTile__input:checked + .radioTile__button .fa {
  color: #FFF; }

.radioTile__input:checked + .radioTile__button .radioTile__value {
  color: #FFF;
  font-size: .95em; }

.radioTile--treasure .radioTile__group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.radioTile--treasure .radioTile__inputWrap {
  width: 95%;
  -webkit-box-flex: 1;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.radioTile--treasure .radioTile__inputWrap:first-child {
  margin-bottom: 6px; }

.radioTile--treasure .radioTile__inputWrap label {
  height: 6rem; }

@media screen and (min-width: 1000px) {
  .radioTile--treasure .radioTile__group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }

  .radioTile--treasure .radioTile__inputWrap {
    width: 45%; }

  .radioTile--treasure .radioTile__inputWrap:first-child {
    margin-bottom: 0; } }
.radioTile--circuit .radioTile input[type=radio] + label {
  border-color: #EEE; }

.radioTile--circuit .radioTile__input + .radioTile__button img {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  padding: 1em;
  margin-left: -1em;
  opacity: .75;
  max-width: 200px; }

.radioTile--circuit .radioTile__input:checked + .radioTile__button img {
  background: rgba(255, 255, 255, 0.98);
  opacity: 1; }

.radioTile--division .radioTile__inputWrap {
  height: 6rem; }

.radioTile--division .radioTile__inputWrap:first-child {
  /*-ms-flex-preferred-size: 95%;*/
  /*flex-basis: 95%;*/
  /*margin-bottom: 1.25em;*/ }

.radioTile--carrier .radioTile__inputWrap {
  height: 4rem;
  margin-bottom: 1em; }

.radioTile--place .radioTile__inputWrap {
  height: 8rem; }

.radioTile input[type=radio] + label {
  position: inherit !important;
  padding: inherit !important;
  border-radius: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  margin: inherit !important; }

.radioTile input[type=radio] + label:before {
  display: none; }

.radioTile input[type=radio] + label:after {
  display: none; }

@-webkit-keyframes gelatine {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1); }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9); }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes gelatine {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1); }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9); }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
/*---------------------------------------------------------------------------
 Form Select Box
---------------------------------------------------------------------------*/
.formSelect__lead {
  color: #666;
  font-size: .85em;
  text-align: center;
  margin-bottom: 1em;
  color: #2D3A84; }

.formSelect__selectBox {
  position: relative; }

.formSelect__selectBox::before {
  position: absolute;
  top: 1em;
  right: 1em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #2D3A84;
  pointer-events: none; }

.formSelect select {
  width: 100%;
  font-size: 16px;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 2px;
  border: 1px solid #2D3A84;
  background: #FFF;
  padding: 8px 38px 8px 10px;
  color: #2D3A84; }

.formSelect select::-ms-expand {
  display: none; }

/* BirthDay
--------------------------------*/
.birthDayInput {
  font-size: 16px;
  height: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: .5em .5em; }

/* MoveDate
--------------------------------*/
.moveDateInput {
  font-size: 16px;
  height: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: .5em .5em; }

/* Before Service Name
--------------------------------*/
.beforeServiceNameInput {
  font-size: 16px;
  height: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: .5em .5em;
  width: 100%; }

/* formServiceBox
--------------------------------*/
.formServiceBox {
  border: 1px solid #D9EAFF;
  padding: 1em;
  background: #F2F6FB;
  border-radius: 5px; }

.formServiceBox__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  line-height: 2;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: .75em; }

.formServiceBox__title {
  margin: 0;
  padding: 0;
  font-weight: 700;
  color: #2D3A84;
  font-size: 1.1em; }

.formServiceBox__link {
  margin: 0;
  padding: 0;
  font-size: .9em; }

.formServiceBox__body {
  margin-bottom: 1.25em; }

.formServiceBox__body > p {
  font-size: .95em;
  margin: 0;
  line-height: 1.8; }

.formServiceBox__body > ul {
  margin-top: .75em; }

.formServiceBox__body > ul > li {
  font-size: .85em;
  color: #666;
  line-height: 1.8; }

.formServiceBox__body > ul > li:before {
  content: "-";
  margin-right: 0.5em; }

.formServiceBox__footer {
  padding: .5em .75em;
  background: #FFF; }

/* TEL Group
--------------------------------*/
.telGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.telGroup__item {
  position: relative; }

.telGroup__item > input {
  width: 4.2em;
  padding-top: .6em;
  padding-bottom: .6em;
  margin: .25em auto; }

.telGroup__haihun {
  margin-left: .25em;
  margin-right: .25em; }

/* ZIP Group
--------------------------------*/
.zipGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.zipGroup__item {
  position: relative; }

.zipGroup__item > input {
  width: 4.2em;
  padding-top: .6em;
  padding-bottom: .6em;
  margin: .25em auto; }

.zipGroup__haihun {
  margin-left: .25em;
  margin-right: .25em; }

/* ---------------------------------------------------

 Privacy Box

--------------------------------------------------- */
.privacyBox {
  margin: 1em auto 2em;
  padding: 1.25em 1em;
  background: #f7f7f7;
  color: #333;
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 30px;
  border-radius: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.privacyBox__pmark {
  margin-bottom: 6px; }

.privacyBox__pmark > img {
  width: 50px;
  height: 50px; }

@media (min-width: 1000px) {
  .privacyBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }

  .privacyBox__pmark {
    margin-bottom: 0;
    margin-right: 10px; }

  .privacyBox__pmark > img {
    width: 50px;
    height: 50px;
    margin-right: 15px; } }
/* ---------------------------------------------------

 プライバシーマーク

--------------------------------------------------- */
.pmark {
  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;
  width: 100%;
  margin: 0 auto 20px;
  background: #F0F9FF;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.pmark＿img {
  min-width: 75px;
  margin-right: 10px;
  text-align: center; }

.pmark＿img > img {
  width: 80px;
  height: 80px; }

.pmark＿lead {
  font-size: 12px;
  margin: 0; }

@media (min-width: 1000px) {
  .pmark {
    border: 3px solid #BFDBFF; }

  .pmark＿img {
    margin-right: 15px; }

  .pmark＿lead {
    font-size: 13px;
    letter-spacing: 0; } }
/* CheckBox
--------------------------------*/
.privacyBox__agreement {
  position: relative }

input[class*="agreementCheckBox"] {
  display: none; }

input[class*="agreementCheckBox"] + label {
  text-align: left;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 40px;
  margin-left: -1em;
  font-size: 14px;
  line-height: 1.8; }

@media (min-width: 1000px) {
  input[class*="agreementCheckBox"] + label {
    cursor: pointer;
    display: inline-block;
    position: relative; } }
input[class*="agreementCheckBox"] + label::before {
  content: "";
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  margin-top: -12px;
  left: 10px;
  top: 50%;
  border: 2px solid;
  border-color: #666;
  background-color: #FFF;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }

@media (min-width: 1000px) {
  input[class*="agreementCheckBox"] + label::before {
    margin-top: -11px; } }
input[class*="agreementCheckBox"]:checked + label::before {
  border-color: #4887DE;
  background-color: #4887DE; }

input[class*="agreementCheckBox"]:checked + label::after {
  content: "";
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 15px;
  height: 10px;
  margin-top: -8px;
  top: 50%;
  left: 14px;
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #FFF; }

input[class*="agreementCheckBox"]:checked + label {
  font-weight: 400;
  color: #333; }

input:disabled + label {
  pointer-events: none;
  user-select: none;
  opacity: .2; }

/* Scroll Bar
--------------------------------*/
.privacyList::-webkit-scrollbar {
  width: 15px; }

.privacyList::-webkit-scrollbar-track {
  background: #F3F3F3; }

.privacyList::-webkit-scrollbar-thumb {
  background: #CFCFCF; }

/* confirm Hover With Agrryment
--------------------------------*/
#inputSubmit {
  opacity: 0.3;
  cursor: default; }

#inputSubmit.is-active {
  opacity: 1;
  cursor: pointer; }

.radioTile__button .icon-home, .radioTile__button .icon-building {
  color: #4fbfc0;
  display: block;
  text-align: center;
  margin: .25em auto;
  font-size: 2.25em; }

.radioTile__input:checked + .radioTile__button .icon-home, .radioTile__input:checked + .radioTile__button .icon-building {
  color: #FFF; }

/* ---------------------------------------------------

 ShouldCorrespondAreaBox

--------------------------------------------------- */
#formWrapper.js-isDisabled {
  opacity: .2;
  pointer-events: none; }

.shouldCorrespondAreaBox {
  margin: 2em auto 2em;
  padding: 1.5em 2.25em;
  background: #FFFAD2;
  border: 2px solid #FFDF59;
  color: #333;
  width: 80%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  border-radius: 12px; }

.shouldCorrespondAreaBox__lead {
  margin-bottom: 1.75em; }

.shouldCorrespondAreaBox__lead > p {
  margin: 0;
  margin-bottom: 1em;
  font-weight: bold;
  line-height: 1.7;
  text-align: justify; }

.shouldCorrespondAreaBox span:first-child {
  font-weight: bold; }

@media (min-width: 1000px) {
  .shouldCorrespondAreaBox {
    text-align: center;
    width: 94%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 1.75em; }

  .shouldCorrespondAreaBox span:first-child {
    display: block; } }
@media (min-width: 1000px) {
  .shouldCorrespondAreaBox__lead > p {
    margin-bottom: .75em;
    font-weight: bold;
    text-align: center; } }
/* CheckBox
--------------------------------*/
input[class*="shouldCorrespondAreaCheckBox"] {
  display: none; }

input[class*="shouldCorrespondAreaCheckBox"] + label {
  text-align: left;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 40px;
  margin-left: -1em;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold; }

@media (min-width: 1000px) {
  input[class*="shouldCorrespondAreaCheckBox"] + label {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 15px; } }
input[class*="shouldCorrespondAreaCheckBox"] + label::before {
  content: "";
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  margin-top: -12px;
  left: 10px;
  top: 50%;
  border: 2px solid;
  border-color: #666;
  background-color: #FFF;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }

@media (min-width: 1000px) {
  input[class*="shouldCorrespondAreaCheckBox"] + label::before {
    margin-top: -11px; } }
input[class*="shouldCorrespondAreaCheckBox"]:checked + label::before {
  border-color: #4887DE;
  background-color: #4887DE; }

input[class*="shouldCorrespondAreaCheckBox"]:checked + label::after {
  content: "";
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 15px;
  height: 10px;
  margin-top: -8px;
  top: 50%;
  left: 14px;
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #FFF; }

input[class*="shouldCorrespondAreaCheckBox"]:checked + label {
  font-weight: 400;
  color: #333; }

.agency {
  text-align: center;
  padding-bottom: 10px; }
