@charset "UTF-8";
/* ---------------------------------------------------

Input Initilize

--------------------------------------------------- */
input,
textarea {
  font-size: 15px;
  padding: 10px;
  margin: 4px 0;
  border: none;
  border-radius: 0;
  caret-color: #333; }

.t-form article {
  position: relative;
  width: 96%;
  margin: 0 auto; }

.t-form .contents {
  min-height: 600px; }

.t-form .title1 {
  margin-bottom: 0;
  margin: 0; }

.form_lead {
  padding-left: 1em; }

.t-form .form-table {
  width: 100%;
  /* margin:2em  auto; */ }

@media (max-width: 999px) {
  .t-form .footer-box-left {
    display: none; } }
.formBox {
  margin-bottom: 3em !important;
  border: 3px solid #42a5da; }

.formBox__title {
  font-size: 1.2em;
  background: #42a5da;
  border-radius: 0;
  color: #FFF;
  padding: 1em;
  text-align: center; }

.form-table {
  width: 100%;
  height: auto;
  border: none;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC; }

.form-table p {
  margin: 0 auto 1em !important; }

.form-table th {
  text-align: right;
  vertical-align: middle;
  width: 35%;
  height: auto;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  padding: 12px 20px;
  /* background-color: #F0F0F0; */
  box-sizing: border-box;
  font-weight: bold;
  color: #333;
  line-height: 1.3; }

.form-table td {
  vertical-align: middle;
  width: 65%;
  height: auto;
  border-bottom: 1px solid #e5e5e5;
  /* border-right: 1px solid #ccc; */
  padding: 16px;
  box-sizing: border-box;
  line-height: 2; }

.form-table tr:last-child th,
.form-table tr:last-child td {
  border-bottom: 1px solid #CCC; }

.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;
  transition: all .75s; }

@media (max-width: 999px) {
  .form-table,
  .form-table tbody,
  .form-table tr,
  .form-table th,
  .form-table td {
    display: block; }

  .form-table {
    width: auto;
    /*font-size: 1.2rem;*/
    /* margin: 0 10px 0; */ }

  .form-table th {
    text-align: center;
    padding: 10px; }

  .form-table td {
    padding: 10px; } }
@media (max-width: 1000px) {
  .form-table input[type="text"],
  .form-table input[type="tel"],
  .form-table input[type="email"],
  .form-table textarea {
    font-size: 16px;
    /* i-phoneでカーソルを合わせた時の拡大を防止 */ } }
/* Focus*/
.form-table input:focus,
.form-table textarea:focus {
  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: .95em;
  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: -1.8em;
  left: .5em;
  font-size: .85em;
  visibility: hidden;
  transition: all .5s;
  opacity: 0;
  color: #215D7D; }

.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; }

@media (max-width: 1000px) {
  .form-table th {
    width: 100%;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
    padding: 1.25em; }

  .form-table td {
    padding: 1.25em;
    width: 100%; }

  .form-table input[type=checkbox] + label,
  .form-table input[type=radio] + label {
    margin-left: .35em; } }
.form-table .table-p-mb {
  margin-bottom: 10px; }

/* Radio ... Select Circuit
--------------------------------*/
label[for="circuit_hikari"] > .radioTile__value,
label[for="circuit_air"] > .radioTile__value {
  min-width: 200px;
  height: 50px;
  margin: .25em auto; }

label[for="circuit_hikari"] > .radioTile__value {
  background: #FFF url(../img/common/logo_sb-hikari@2x.png) no-repeat center;
  background-size: contain; }

label[for="circuit_air"] > .radioTile__value {
  background: #FFF url(../img/common/logo_sb-air@2x.png) no-repeat center;
  background-size: contain; }

/*
* プレースホルダー
*/
:placeholder-shown {
  color: #9E9E9E;
  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;
  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;
  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;
  transition: all .5s; }

.form-table input:focus::-moz-placeholder,
.form-table textarea:focus::-moz-placeholder {
  color: transparent; }

/* IE 10+ */
:-ms-input-placeholder {
  color: #9E9E9E;
  transition: all .5s; }

.form-table input:focus:-ms-input-placeholder,
.form-table textarea:focus:-ms-input-placeholder {
  color: transparent; }

.form-table input[type=checkbox],
.form-table input[type=radio] {
  display: none; }

.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; }

.form-table input[type=checkbox]:checked + label,
.form-table input[type=radio]:checked + label {
  color: #333; }

.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;
  border-radius: 50%; }

.form-table input[type=checkbox]:checked + label:after,
.form-table input[type=radio]:checked + label:after {
  position: absolute;
  content: "";
  top: 50%;
  left: -4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background: #215D7D; }

.req {
  display: inline-block;
  padding: 2px 6px;
  color: #FFF;
  background-color: #f84444;
  border-radius: 2px;
  font-weight: normal;
  font-size: .8em;
  margin: 8px 0 0 0;
  line-height: 1.4; }

.opt {
  display: inline-block;
  padding: 2px 6px;
  color: #FFF;
  background-color: #4FC3F7;
  border-radius: 2px;
  font-weight: normal;
  font-size: .8em;
  margin: 8px 0 0 0; }

.holiday {
  color: #FFC24D;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0;
  text-align: center;
  padding: 8px 10px;
  letter-spacing: 2px; }

@media (max-width: 1000px) {
  .req {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
    margin-right: .5em; }

  .opt {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
    margin-right: .5em; }

  /*フォーム選べる特典*/
  [class^=is-treasureBox] span.req {
    display: block;
    text-align: center;
    margin-bottom: 6px; }

  .holiday {
    font-size: 13px;
    text-align: left; } }
.form-btn {
  text-align: center;
  margin: 0 auto 20px; }

.form-btn {
  text-align: center;
  margin: 0 auto 60px; }

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;
  transition: all .5s;
  width: 5em;
  color: #CCC;
  width: fit-content;
  margin-left: auto;
  margin-right: auto; }

a.back_btn:hover,
a.back_btn:active {
  border-bottom: 1px solid transparent;
  background: #CCC;
  color: #FFF; }

.confirm {
  cursor: pointer;
  width: 200px;
  height: 54px;
  color: #FFF;
  background: linear-gradient(#4fc3f7 0%, #4fc3f7 15%, #2089c1 85%, #2089c1 100%);
  border: 2px solid #EBEBEB;
  border: 2px solid #EBEBEB;
  box-shadow: 0 1px #EBEBEB;
  box-sizing: border-box;
  border-radius: 15px;
  font-size: 16px;
  letter-spacing: 2px;
  transition: .2s; }
  .confirm:disabled {
    opacity: .2;
    filter: grayscale(1);
    pointer-events: none; }

.confirm:hover {
  width: 200px;
  height: 54px;
  color: #FFF;
  background: linear-gradient(#4fc3f7 0%, #4fc3f7 15%, #2089c1 85%, #2089c1 100%);
  border: 2px solid #EBEBEB;
  box-shadow: 0 1px #EBEBEB;
  box-sizing: border-box;
  border-radius: 15px;
  transform: scale(1.05); }

@media (max-width: 599px) {
  label[for="circuit_hikari"] > .radioTile__value,
  label[for="circuit_air"] > .radioTile__value {
    min-width: 120px;
    height: 40px; }

  .confirm {
    width: 90%; }

  .confirm:hover {
    width: 90%; } }
@media (min-width: 600px) and (max-width: 999px) {
  .confirm {
    width: 90%; }

  .confirm:hover {
    width: 90%; } }
.input-w100 {
  width: 100%;
  box-sizing: border-box; }

.textarea-w100 {
  width: 100%;
  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 small {
  color: inherit; }

.stepNav li {
  float: left;
  position: relative;
  z-index: 3;
  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: linear-gradient(top, #FBFBFB, #E9E9E9);
  float: left;
  position: relative;
  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: 33px;
  height: 33px;
  background: #FBFBFB;
  background-image: linear-gradient(top, #FBFBFB, #E9E9E9);
  display: block;
  position: absolute;
  top: 6px;
  right: calc(-1 * (35px / 2));
  -webkit-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; }

@media screen and (min-width: 1000px) {
  .stepNav span:before {
    width: 36px;
    height: 36px;
    top: 7px;
    right: -19px; } }
.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: #42A5DB;
  color: #FFF;
  text-shadow: none; }

.stepNav li.selected span:before {
  border-right: 1px solid #BEBEBE;
  border-bottom: 1px solid #CBCBCB;
  box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.1);
  background: #42A5DB; }

/*---------------------------------------------------------------------------
 SSLシール
---------------------------------------------------------------------------*/
.sslSeal {
  font-size: small;
  background: #FFF;
  border-radius: 1em;
  display: inline-block;
  padding: 1em;
  position: absolute;
  top: -4em;
  right: -4.5em;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  border: 1px solid #DDD; }

@media (max-width: 1000px) {
  .sslSeal {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: .85em;
    margin: 0 auto 1.2em;
    background: #F3F8FF;
    position: initial;
    border-radius: 0;
    box-shadow: none;
    -webkit-transform: scale(1);
    transform: scale(1);
    position: static; } }
.sslSeal_img {
  text-align: center;
  margin-left: -1em;
  /* margin-bottom: .5em; */
  -webkit-transform: scale(0.8);
  transform: scale(0.8); }

@media (max-width: 1000px) {
  .sslSeal_img {
    /* margin-right: 1em; */ } }
.sslSeal_lead {
  word-wrap: break-word;
  text-align: center;
  font-size: .8em;
  color: #333;
  line-height: 1.8; }

@media (max-width: 1000px) {
  .sslSeal_lead {
    word-wrap: break-word;
    text-align: left;
    font-size: .95em; } }
/* Formページ */
.t-form .sitename-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (max-width: 1000px) {
  .t-form .sitename-wrap {
    display: initial; } }
.t-form .sitename {
  margin: 0 auto;
  padding-bottom: 15px; }

@media (max-width: 1000px) {
  .t-form .sitename > .sitename_logo {
    margin-right: initial; }

  .t-form .sitename > .sitename_lead {
    margin-right: 10px; } }
.t-form .contents {
  width: 90%;
  height: auto;
  float: inherit;
  margin: 4em auto 6em; }

@media (max-width: 1000px) {
  .t-form .contents {
    width: 100%;
    margin: 1em auto 3em; } }
@media (max-width: 1000px) {
  .t-form .t-form_hidden {
    display: none; } }
@media (max-width: 1000px) {
  .t-form footer {
    padding-bottom: 10px; } }
/*---------------------------------------------------------------------------
 Form bg-color
---------------------------------------------------------------------------*/
.form-table input.bg-color,
.form-table textarea.bg-color,
.form-table select.bg-color {
  background-color: rgba(33, 167, 216, 0.1); }

/*---------------------------------------------------------------------------
 Radio TIle
---------------------------------------------------------------------------*/
.radioTile {
  padding: .2em; }

.radioTile__lead {
  color: #666;
  font-size: .85em;
  text-align: center;
  margin-bottom: 1.5em !important;
  color: #333; }

.radioTile__group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%; }

.radioTile__inputWrap {
  -webkit-flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%; }

.radioTile__input {
  height: 100%;
  width: 100%;
  margin: 0;
  cursor: pointer; }

.radioTile__button {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: 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; }

.radioTile__button:hover,
.radioTile__button:focus {
  transition-duration: cubic-bezier(0.6, 4, 0.3, 0.8);
  -webkit-animation: gelatine .5s 1;
  animation: gelatine .5s 1; }

.radioTile__button .fa {
  color: #42a5da;
  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: #42a5da;
  border: 2px solid #42a5da;
  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; }

.radioTile--circuit .radioTile input[type=radio] + label {
  border-color: #EEE; }

.radioTile--circuit .radioTile__input + .radioTile__button img {
  -webkit-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: 3.75em; }

.radioTile--division .radioTile__inputWrap:first-child {
  -webkit-flex-basis: 95%;
  -ms-flex-preferred-size: 95%;
  flex-basis: 95%;
  margin-bottom: 1.25em; }

.radioTile--carrier .radioTile__inputWrap {
  height: 2.5em;
  margin-bottom: 1em; }

.radioTile--place .radioTile__inputWrap {
  height: 5em; }

.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); } }
.radioTile__att {
  font-size: .5em;
  color: #6B6B6B;
  display: inherit;
  margin-top: .9em;
  /* background: linear-gradient(transparent 87%, #cee1ff 87%); */
  padding-right: .2em;
  padding-left: .2em; }

.radioTile__input:checked + .radioTile__button .radioTile__att {
  color: #D6D6D6; }

/*---------------------------------------------------------------------------
 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;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: 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;
  box-sizing: border-box;
  padding: .5em .5em; }

/* MoveDate
--------------------------------*/
.moveDateInput {
  font-size: 16px;
  height: 45px;
  box-sizing: border-box;
  padding: .5em .5em; }

/* Before Service Name
--------------------------------*/
.beforeServiceNameInput {
  font-size: 16px;
  height: 45px;
  box-sizing: border-box;
  padding: .5em .5em;
  width: 100%; }

/* formServiceBox
--------------------------------*/
.formServiceBox {
  border: 1px solid #D9EAFF;
  padding: .6em;
  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; }

.radioTile__button .icon-home,
.radioTile__button .icon-building {
  color: #42a5da;
  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; }

/* ---------------------------------------------------

Sweet Alert

--------------------------------------------------- */
.swal2-html-container {
  font-size: 16px !important;
  margin-bottom: 30px !important; }

.swal2-styled.swal2-confirm {
  font-size: 16px !important;
  background-color: #C00 !important; }

.swal2-title {
  font-size: 20px !important;
  margin: 10px auto 5px !important;
  line-height: 1.4; }

.swal2-popup {
  width: 90% !important;
  padding: 30px 0 !important; }

@media screen and (min-width: 1000px) {
  .swal2-title {
    font-size: 22px !important;
    margin: 12px auto 6px !important; }

  .swal2-popup {
    width: 70% !important;
    max-width: 900px !important; } }
/*プライバシーポリシー*/
.agreement_wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 3em; }
  .agreement_wrap input {
    display: none; }
  .agreement_wrap label {
    max-width: 400px;
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
    padding: 20px 10px;
    border: 1px solid #ececec;
    position: relative;
    font-size: 16px;
    text-align: center; }
    .agreement_wrap label:hover {
      cursor: pointer; }
    .agreement_wrap label::before {
      position: absolute;
      content: "";
      top: 50%;
      left: 30px;
      width: 26px;
      height: 26px;
      margin-top: -13px;
      background: #EEF2F8; }
    .agreement_wrap label a {
      color: #42a5da; }
  .agreement_wrap input:checked + label {
    font-weight: 700; }
    .agreement_wrap input:checked + label a {
      font-weight: 700; }
    .agreement_wrap input:checked + label::after {
      position: absolute;
      content: "";
      top: 50%;
      left: 34px;
      width: 16px;
      height: 8px;
      margin-top: -8px;
      border-bottom: 2px solid #000;
      border-left: 2px solid #000;
      transform: rotate(-45deg); }
  @media screen and (max-width: 420px) {
    .agreement_wrap label {
      padding: 20px 0px 20px 30px;
      font-size: clamp(12px, 4.2vw, 16px); }
      .agreement_wrap label::after {
        left: 14px !important; }
      .agreement_wrap label::before {
        left: 10px !important; } }
