@charset "utf-8";

/**
 *
 * form
 *
 */

/*--------------------------------------------------------------------------
inquiry
---------------------------------------------------------------------------*/
#inquiry { padding-bottom: 200px;}
#inquiry .flow {
 position: relative;
 display: flex;
 -webkit-justify-content: space-between;
         justify-content: space-between;
 -webkit-align-items: center;
         align-items: center;
}
#inquiry .flow li {
 width: 29.333%;
 padding: 1.5%;
 border: 1px solid #485157;
 -webkit-border-radius: 2px;
         border-radius: 2px;
 opacity: .3;
}
#inquiry .flow li.active { opacity: 1;}
#inquiry .flow li i {
 width: 64px;
 line-height: 0;
 display: inline-block;
 vertical-align: middle;
}
#inquiry .flow li div {
 padding-left: 1em;
 display: inline-block;
 vertical-align: middle;
 font-size: 16px;
 font-weight: 600;
}
#inquiry .flow li.arrow {
 width: 6%;
 padding: 0 3px;
 border: 0;
 text-align: center;
 line-height: 0;
 opacity: 1;
}
#inquiry .flow li.arrow img {
 width: 24px;
 margin: 0 auto;
}

@media screen and (max-width: 1200px) {
 #inquiry { padding-bottom: 150px;}
 #inquiry .flow li.arrow img { width: 20px;}
 #inquiry .flow li i { width: 52px;}
 #inquiry .flow li div { font-size: 14px;}
}
@media screen and (max-width: 768px) {
 #inquiry { padding-bottom: 100px;}
 #inquiry .flow li {
  width: 26.666%;
  padding: 8px 5px;
 }
 #inquiry .flow li i { display: none;}
 #inquiry .flow li div {
  padding: 0;
  display: block;
  text-align: center;
  font-size: 12px;
 }
 #inquiry .flow li div .sp-none { display: none;}
}

/*--------------------------------------------------------------------------
 form-area
--------------------------------------------------------------------------*/
#form-area {
 margin-top: 80px;
 padding: 6%;
 border: 2px solid #DCE0E3;
 -webkit-border-radius: 2px;
         border-radius: 2px;
}
#form-area dl { display: flex;}
#form-area dl:not(:first-child) {
 margin-top: 40px;
 padding-top: 40px;
 background: url(../images/common/dotline.png) left top repeat-x;
 -webkit-background-size: 6px auto;
      -o-background-size: 6px auto;
         background-size: 6px auto;
}
#form-area dl dt {
 width: 30%;
 padding-right: 5%;
 font-weight: 600;
 position: relative;
}
#form-area dl dt span {
 padding-left: 55px;
 display: inline-block;
 line-height: 1.6;
}
#form-area dl dt span small {
 margin-top: .5em;
 display: block;
 font-size: 13px
}
#form-area dl dd {
 width: 70%;
 position: relative;
}
#form-area input:disabled,
#form-area select:disabled,
#form-area textarea:disabled {
        color: #111;
        border-color: #d6dde5;
        background: #e7edf3;
        cursor: not-allowed;
        opacity: 1;
}

#form-area .form input.text:disabled,
#form-area .form div.text:disabled,
#form-area .form select:disabled,
#form-area .form textarea:disabled {
        color: #111 !important;
        border-color: #d6dde5 !important;
        background: #e7edf3 !important;
}
.btn-box { text-align: center;}
.btn-box .btn {
 width: 500px;
 margin: 30px auto 0;
 display: block;
 text-align: center;
 letter-spacing: .1em;
 line-height: 90px;
 color: #FFF;
 font-size: 16px;
 font-weight: 600;
 background: #111;
 cursor: pointer;
 -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
     -ms-transition: all .4s ease-in-out;
      -o-transition: all .4s ease-in-out;
         transition: all .4s ease-in-out;
 border: 1px solid transparent;
}
.btn-box .btn a {
 color: inherit;
 font: inherit;
}
.btn-box .btn:hover {
 color: #111;
 background: #FFF;
 border-color: #333;
}
.btn-box + .note {
 padding-top: 3em;
 text-align: center;
 font-size: 12px;
}
.back-btn {
 font-size: 16px;
 font-weight: 500;
 cursor: pointer;
 position: relative;
 opacity: .5;
 -webkit-transition: all .4s;
    -moz-transition: all .4s;
     -ms-transition: all .4s;
      -o-transition: all .4s;
         transition: all .4s;
}
.btn + .back-btn { margin-top: 2em;}
.back-btn::before {
 content: "";
 width: 24px;
 height: 24px;
 display: inline-block;
 vertical-align: middle;
 background: url(../img/arrow.svg);
 -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
 -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
     -ms-transform: rotateY(180deg);
      -o-transform: rotateY(180deg);
         transform: rotateY(180deg);
 position: relative;
}
.back-btn:hover { opacity: 1;}

.btn-box + .note a { text-decoration: underline;}

.btn-box #btn-back {
 background-color: #fff;
 border: 1px solid #111;
 color: #333;
}
.btn-box #btn-back:hover {
 color: #111;
 background: #FFF;
 border-color: #333;
}

#state-input {
 display: block;
}
#state-check {
 display: none;
}

@media screen and (max-width: 1200px) {
 #form-area { margin-top: 60px;}
 #form-area dl:not(:first-child) {
  margin-top: 30px;
  padding-top: 30px;
 }
 #form-area dl dt { width: 30%;}
 #form-area dl dt span { padding-left: 45px;}
 #form-area dl dt span small { font-size: 11px;}
 #form-area dl dd { width: 70%;}
 .btn-box .btn {
  width: 400px;
  margin: 60px auto 0;
  line-height: 72px;
  font-size: 14px;
 }
 .back-btn { font-size: 14px;}
 .back-btn::before {
  width: 20px;
  height: 20px;
 }
 .btn-box + .note { font-size: 10px;}
}
@media screen and (max-width: 768px) {
 #form-area {
  width: 100vw;
  margin-top: 40px;
  margin-left: -6.0385vw;
  padding: 0 6.0385vw;
  border: none;
  -webkit-border-radius: 0;
          border-radius: 0;
 }
 #form-area dl:first-child {
  padding-top: 25px;
  border-top: 2px solid #485157;
 }
 #form-area dl:last-child {
  padding-bottom: 25px;
  border-bottom: 2px solid #485157;
 }
 #form-area dl:not(:first-child) {
  margin-top: 25px;
  padding-top: 25px;
 }
 #form-area dl { display: block;}
 #form-area dl dt {
  width: 100%;
  padding-right: 0;
 }
 #form-area dl dt span { padding-left: 43px;}
 #form-area dl dt span small {
  margin-top: 0;
  font-size: 10px;
 }
 #form-area dl dt span br { display: none;}
 #form-area dl dd {
  width: 100%;
  margin-top: 15px;
 }
 .btn-box .btn {
  width: 100%;
  margin: 40px auto 0;
  line-height: 65px;
  font-size: 12px;
 }
 .back-btn { font-size: 12px;}
 .back-btn::before {
  width: 16px;
  height: 16px;
 }
 .btn-box + .note { text-align: justify;}
}

/*--------------------------------------------------------------------------
 form-table
--------------------------------------------------------------------------*/
.form-table {
 width: 100%;
 margin-top: 80px;
 border-bottom: 1px solid #DCE0E3;
}
.form-table th {
 width: 25%;
 text-align: left;
 vertical-align: middle;
 font-weight: 600;
 background: #EDF2F5;
 border-top: 1px solid #DCE0E3;
}
.form-table td {
 width: 75%;
 text-align: justify;
 border-top: 1px solid #DCE0E3;
}
.form-table th,
.form-table td { padding: 1.5em 2em;}

@media screen and (max-width: 1200px) {
 .form-table { margin-top: 60px;}
 .form-table th { width: 30%;}
 .form-table td { width: 70%;}
}
@media screen and (max-width: 768px) {
 .form-table {
  margin-top: 40px;
  border: none;
 }
 .form-table th,
 .form-table td {
  width: 100%;
  padding: .75em 1em;
  display: block;
  border: none;
 }
}

/*--------------------------------------------------------------------------
 thanks-wrap
--------------------------------------------------------------------------*/
.thanks-wrap {
 margin-top: 80px;
 padding: 6%;
 border: 2px solid #DCE0E3;
 -webkit-border-radius: 2px;
         border-radius: 2px;
}
.thanks-wrap h2 {
 text-align: center;
 line-height: 1.4;
 font-size: 36px;
}
.thanks-wrap h2 + p {
 margin-top: 1.5em;
 text-align: center;
}
.thanks-wrap .inner-gray {
 padding: 40px 6% 60px;
 margin: 80px auto 0;
 background: #F0F4F7;
 position: relative;
}
.thanks-wrap .inner-gray h3 {
 text-align: center;
 line-height: 1.4;
 font-size: 18px;
}
.thanks-wrap .inner-gray h3 span {
 padding: 0 1.25em;
 display: inline-block;
 line-height: 1.8;
 background: #FFF;
 border: 1px solid #485157;
 -webkit-border-radius: 16px;
         border-radius: 16px;
 position: absolute;
 top: -16px;
 left: 50%;
 -webkit-transform:translateX(-50%);
 -ms-transform:translateX(-50%);
 transform:translateX(-50%);
}
.thanks-wrap .inner-gray p {
 margin-top: 1em;
 padding-left: 1em;
 text-indent: -1em;
 text-align: justify;
 line-height: 2;
 word-break: break-all
}

@media screen and (max-width: 1200px) {
 .thanks-wrap { margin-top: 60px;}
 .thanks-wrap h2 { font-size: 28px;}
 .thanks-wrap .inner-gray {
  padding: 30px 6% 50px;
  margin: 60px auto 0;
 }
 .thanks-wrap .inner-gray h3 { font-size: 16px;}
 .thanks-wrap .inner-gray h3 span {
  -webkit-border-radius: 14px;
          border-radius: 14px;
  top: -14px;
 }
}
@media screen and (max-width: 768px) {
 .thanks-wrap {
  width: 100vw;
  margin-top: 40px;
  margin-left: -6.0385vw;
  padding: 0 6.0385vw;
  border: none;
  -webkit-border-radius: 0;
          border-radius: 0;
 }
 .thanks-wrap h2 {
  text-align: justify;
  font-size: 22px;
 }
 .thanks-wrap h2 + p { text-align: justify;}
 .thanks-wrap h2 + p br { display: none;}
 .thanks-wrap .inner-gray {
  padding: 20px 6.0385vw 30px;
  margin: 45px auto 0;
 }
 .thanks-wrap .inner-gray p {
  padding-left: 0;
  text-indent: 0;
 }
}

/*--------------------------------------------------------------------------
 form parts
--------------------------------------------------------------------------*/
input, button, textarea, select {
 margin: 0;
 padding: 0;
 background: none;
 border: none;
 border-radius: 0;
 outline: none;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 letter-spacing: .1em;
 color: #111;
 font-family : inherit;
 font-size: 16px;
 -webkit-transition: all .3s;
    -moz-transition: all .3s;
     -ms-transition: all .3s;
      -o-transition: all .3s;
         transition: all .3s;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}
input::placeholder {
 color: #111 !important;
 opacity: .5 !important;
}
input[type="radio"],
input[type="checkbox"] {
 -webkit-appearance: auto;
 -moz-appearance: auto;
 appearance: auto;
}
input[type="checkbox"]{
 -webkit-appearance: checkbox!important;
 -moz-appearance: checkbox!important;
 appearance:checkbox!important;
}
texarea {
 -webkit-appearance: auto;
 -moz-appearance: auto;
 appearance: auto;
}
.radio01formError { margin-top: -40px !important;}
.check01formError { margin-top: -40px !important;}
.form-inline {
 display: flex;
 -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
         flex-wrap: wrap;
}
.form-inline .half { width: 49%;}
.form-inline .half:nth-child(n+3) { margin-top: 10px;}
.form-inline.justyfy {
 -webkit-justify-content: space-between;
         justify-content: space-between;
 -webkit-flex-wrap: nowrap;
     -ms-flex-wrap: nowrap;
         flex-wrap: nowrap;
}
.form-inline .right { margin: 0 0 0 auto;}
.form input.text,
.form div.text {
 width: 325px;
 height: 52px;
 line-height: 52px;
 padding: 0 0.75em;
 border: 1px solid #F0F4F7;
 background: #F0F4F7;
 -webkit-border-radius: 3px;
         border-radius: 3px;
}
.form input.text.size-l,
.form div.text.size-l { width: 420px;}
.form input.text.w100,
.form div.text.w100 { width: 100%;}
.form input.text.code {
  width: 50%;
  max-width: 200px;
 }
.form input.text.postal { width: 100%;}
.form input.text.card-no,
.form input.text.deadline,
.form input.text.security-code { width: 5em;}
.form input.mt { margin-top: 15px;}
.form input.text:focus,
.form div.text:focus {
 border-color: #333;
 background: #FFF;
}

/* Unified text input colors (includes mail02) and autofill override. */
#form-area .form input.text {
 background: #F0F4F7;
}

#form-area .form input.text:focus {
 background: #FFF;
}

/* Prevent browser autofill blue from overriding field backgrounds. */
#form-area .form input.text:-webkit-autofill {
 -webkit-text-fill-color: #111;
 -webkit-box-shadow: 0 0 0 1000px #F0F4F7 inset;
}

#form-area .form input.text:-webkit-autofill:focus {
 -webkit-text-fill-color: #111;
 -webkit-box-shadow: 0 0 0 1000px #FFF inset;
}

#form-area .form input.text:disabled:-webkit-autofill {
 -webkit-text-fill-color: #111;
 -webkit-box-shadow: 0 0 0 1000px #e7edf3 inset;
}

#form-area .form input.text:-webkit-autofill:disabled {
 -webkit-text-fill-color: #111;
 -webkit-box-shadow: 0 0 0 1000px #e7edf3 inset;
}
.form .check,
.form .radio { position: relative;}
.form .check label,
.form .radio label {
 margin-left: -17px;
 padding-left: 32px;
 color: #000;
 font-size: 16px;
 display: inline-block;
 position: relative;
 cursor: pointer;
}
.checkbox {
 -webkit-transition: background-color 0.2s linear;
 transition: background-color 0.2s linear;
 position: relative;
 display: inline-block;
 vertical-align: middle;
 cursor: pointer;
}
.checkbox:hover::after,
.form .radio label:hover::before { border-color: #333;}
.checkbox::after {
  margin-top: .075em;
 -webkit-transition: border-color 0.2s linear;
 transition: border-color 0.2s linear;
 position: absolute;
 top: 50%;
 left: 0;
 display: block;
 width: 20px;
 height: 20px;
 border: 1px solid #e0e0e0;
 border-radius: 3px;
 content: '';
 background: #FFF;
 z-index: 0;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
}
.checkbox::before {
 -webkit-transition: opacity 0.2s linear;
 transition: opacity 0.2s linear;
 position: absolute;
 top: 50%;
 left: 8px;
 display: block;
 margin-top: -5px;
 width: 5px;
 height: 9px;
 border-right: 2px solid #111;
 border-bottom: 2px solid #111;
 content: '';
 opacity: 0;
 -webkit-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 transform: rotate(45deg);
 z-index: 10;
}
.form-inline .half { width: 50%;}
.form-inline .three { width: 33.333%;}
.form-inline .other { position: relative;}
.form-inline .other .text:disabled {
 background: #F6F6F6;
 color: #ddd;
}
.form-inline .other .text {
 width: 250px;
 height: 44px;
 line-height: 44px;
 position: absolute;
 top: 50%;
 left: 105px;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
}
.form-inline .three:nth-child(n+4) { margin-top: 25px;}
input[type=checkbox]:checked + .checkbox::before { opacity: 1;}
.form .radio label::before {
 position: absolute;
 content: '';
 top: 50%;
 left: 0;
 width: 22px;
 height: 22px;
 border: 1px solid #ccc;
 border-radius: 100%;
 -webkit-transition: border-color 0.2s linear;
 transition: border-color 0.2s linear;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
}
input[type=radio]:checked + label::after {
 position: absolute;
 content: '';
 top: 50%;
 left: 7px;
 width: 8px;
 height: 8px;
 background: #111;
 border-radius: 100%;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
}
.form .select {
 width: 100%;
 height: 52px;
 display: block;
 line-height: 50px;
 position: relative;
 font-size: 16px;
 border-radius: 3px;
 -webkit-transition: all .3s;
    -moz-transition: all .3s;
     -ms-transition: all .3s;
      -o-transition: all .3s;
         transition: all .3s;
}
.form .select.w-auto { width: auto;}
.form .select.w325 { width: 325px;}
.form .select:hover { border-color: #79888B;}
.form .select::before {
  content: "";
  width: 16px;
  height: 9px;
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/arrow-down-blk.svg) no-repeat center center;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
 z-index: 10;
}
.form .select-date {
 width: 325px;
 position: relative;
 cursor: pointer;
 z-index: 10;
}
.form .select-date .text {
 cursor: pointer;
 z-index: 15;
}
.form .select-date::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/form/calendar.svg) no-repeat center center;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
 z-index: 1;
 pointer-events: none;
}
.form .select select {
 width: 100%;
 padding: 0 40px 0 1.2em;
 display: block;
 letter-spacing: 0.1em;
 line-height: 50px;
 color: #111;
 font-size: 16px;
 cursor: pointer;
 z-index: 2;
 position: relative;
 border: 1px solid #F0F4F7;
 background: #F0F4F7;
 -webkit-border-radius: 3px;
         border-radius: 3px;
 z-index: 15;
 position: relative;
}

.form .textarea {
 width: 100%;
 padding: 8px 1em;
 line-height: 1.8;
 border: 1px solid #F0F4F7;
 background: #F0F4F7;
 -webkit-border-radius: 73px;
         border-radius: 3px;
}
.form .textarea:focus {
 -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
 -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
 box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
 border-color: #333;
 background: #FFF;
}
.form input.text.is-invalid,
.form div.text.is-invalid,
.form .select select.is-invalid,
.form .textarea.is-invalid {
  border-color: #DC2E41;
  background: #fceef1;
 }
button.btn {
 min-width: 100px;
 height: 52px;
 padding: 0 .75em;
 text-align: center;
 line-height: 52px;
 font-size: 16px;
 color: #FFF;
 -webkit-border-radius: 3px;
         border-radius: 3px;
 cursor: pointer;
 -webkit-transition: all .4s;
    -moz-transition: all .4s;
     -ms-transition: all .4s;
      -o-transition: all .4s;
         transition: all .4s;
}
.form-inline button.btn { margin-left: 1em;}
button.txt-link {
 padding-right: 1em;
 color: #06c;
 font-size: 14px;
 position: relative;
 cursor: pointer;
}
button.txt-link::after {
 content: "";
 width: 8px;
 height: 8px;
 border-top: 2px solid #06c;
 border-right: 2px solid #06c;
 -webkit-border-radius: 1px;
         border-radius: 1px;
 position: absolute;
 top: 50%;
 right: 2px;
 -webkit-transform: translateY(-50%)  rotate(45deg);
 transform: translateY(-50%) rotate(45deg);
}
button.txt-link:hover { color: #111;}
button.txt-link:hover::after { border-color: #333;}
button.btn-blk { background: #111;}
button.btn-red { background: #D70029;}
button.btn-gray { background: #8E9A9C;}
button.btn-border {
 color: #111;
 border: 1px solid #79888B;
 background: #FFF;
}
button.btn:hover { opacity: .8;}
button.btn-border:hover {
 opacity: 1;
 background: #f7f7f7;
}
button.btn[disabled] { opacity: .3;}
input[type="file"] { display: none;}
.custom-file-label {
 background: #ddd;
 padding: 10px 30px;
 border-radius: 10px;
 display: inline-block;
 position: relative;
}
#filename {
 padding-left: 1em;
 font-size: 12px;
}
.form .form-text {
 text-align: justify;
}
.tag {
 padding: 2px 5px;
 display: inline-block;
 vertical-align: middle;
 letter-spacing: 0.2em;
 color: #FFF;
 font-size: 12px;
 font-weight: 500;
 font-style: normal;
 background: #89909B;
 -webkit-border-radius: 2px;
         border-radius: 2px;
 position: absolute;
 top: 0;
 left: 0;
}
.tag.required { background: #e60012;}

@media screen and (max-width: 1200px) {
 .form .form-text { font-size: 12px;}
 .form input.text,
 .form div.text {
  width: 250px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
 }
 .form input.text.size-l,
 .form div.text.size-l { width: 400px;}
 .form .textarea { font-size: 14px;}
 .form-inline .other .text {
  width: 200px;
  height: 40px;
  line-height: 40px;
  left: 85px;
 }
 .form-inline .three:nth-child(n+4) { margin-top: 20px;}
 .form .radio label::before {
  width: 18px;
  height: 18px;
 }
 .checkbox::after {
  width: 18px;
  height: 18px;
 }
 .checkbox::before {
  left: 7px;
  margin-top: -4px;
  width: 4px;
  height: 8px;
 }
 input[type=radio]:checked + label::after {
  left: 6px;
  width: 6px;
  height: 6px;
 }
 .form .check label,
 .form .radio label
  {
  padding-left: 30px;
  font-size: 14px;
 }
 .form .select {
  height: 48px;
  line-height: 48px;
  font-size: 12px;
 }
 .form .select::before {
   width: 12px;
   height: 7px;
   right: 10px;
 }
 .form .select-date { width: 250px;}
 .form .select-date::before {
   width: 16px;
   height: 16px;
   right: 10px;
 }
 .form .select select {
  width: 100%;
  padding: 0 30px 0 1.2em;
  line-height: 46px;
  font-size: 14px;
 }
 button.btn {
  min-width: 80px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
 }
 button.txt-link { font-size: 12px;}
 button.txt-link::after {
  width: 7px;
  height: 7px;
  right: 2px;
 }
 .tag { font-size: 10px;}
}

@media screen and (max-width: 960px) {
 .form-inline .three { width: 49%;}
 .form-inline .three:nth-child(n+3) { margin-top: 20px;}
}
@media screen and (max-width: 768px) {
 .form-inline.justyfy {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
 }
 .form input.text {
  width: 100%;
  height: 44px;
  line-height: 44px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
 }
 .form input.text.size-l,
 .form div.text.size-l { width: 100%;}
 .form .textarea { font-size: 12px;}
 .form .radio label::before {
  width: 16px;
  height: 16px;
 }
 .checkbox::after {
  width: 16px;
  height: 16px;
 }
 .checkbox::before { left: 6px;}
 input[type=radio]:checked + label::after {
  left: 5px;
  width: 6px;
  height: 6px;
 }
 .form .check label,
 .form .radio label
  {
  padding-left: 24px;
  font-size: 12px;
 }
 .form-inline .other {
  width: 100%;
  display: block;
 }
 .form-inline .other .text {
  width : -webkit-calc(100% - 75px);
  width : calc(100% - 75px);
  height: 34px;
  line-height: 34px;
  left: 75px;
 }
 .form-inline .three:nth-child(n+3) { margin-top: 15px;}
 .form .textarea {
  width: 100%;
  -webkit-border-radius: 2px;
          border-radius: 2px;
 }
 .form .select {
  height: 44px;
  line-height: 44px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
 }
 .form .select select { line-height: 42px;}
 .form .select.w325 { width: 100%;}
 .form .select-date { width: 100%;}
 .form-inline .half { width: 100%;}
 .form-inline .half:nth-child(n+2) { margin-top: 5px;}
 button.btn {
  height: 44px;
  line-height: 44px;
  font-size: 12px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
 }
}

dl dd p{
 font-size: 13px;
 margin: 10px 0;
}
.size-w{
 width: 100%!important;
}
.mb20{margin: 0 0 20px 0;}

select{
 -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 2px;
width: 420px;
height: 50px;
text-align: left;
text-indent: 15px;
vertical-align: middle;
background-size: 10px 7px;
background-position: right 10px center;
border: 1px solid #F0F4F7;
background: #F0F4F7;
color: #777;
}

.policy--insert{
 text-align: center;
 font-size: 14px;
 margin: 50px 0 0 0;
}
.note a{text-decoration: underline;}
.policy--insert span{
 display: inline-block;
 width: 250px;
 background-color: #F4F8FE;
 border: 1px solid #93b5e9;
 padding: 8px 20px;
 font-weight: 700;
 font-size: 16px;
 margin: 20px 0 0 0;
}

.mail-risk-consent-inline span{
 display: block;
 width: auto;
 background-color: #F4F8FE;
 border: 1px solid #93b5e9;
 padding: 8px 20px;
 font-weight: 700;
 font-size: 16px;
 margin: 20px 0 0 0;
}
.policy__pmark {
 margin: 20px 0 0 0;
}
.policy__pmark img{
 width: 60px;
 height: auto;
}

.thanks--insert{
 margin: 50px 0 0 0;
}
.layout-col3{
 margin: 80px 0 0 0;
 padding: 80px 0 0 0;
 overflow: hidden;
 border-top: 1px solid #ddd;
}
.evitagen img{
 height: 50px;
 width: auto;
}
.layout-col3 h2{
 font-size: 22px;
 margin: 0 0 40px 0;
}
.layout-col3 ul{
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.layout-col3 ul li{
 display: none;
 width: 48%;
 margin: 0 0 40px 0;
 position: relative;
}
.layout-col3 ul li:nth-child(1),
.layout-col3 ul li:nth-child(2),
.layout-col3 ul li:nth-child(3),
.layout-col3 ul li:nth-child(4){
 display: block;
}

.layout-col3 ul li .pic span{
 display: block;
 height:280px;
}
.layout-col3 ul li .pic img{
 width: 100%;
 height: 100%;
 object-fit: cover;
 object-position: 50% 50%;
}
.layout-col3 ul li .pic p{
 font-size: 14px;
 line-height: 150%;
 margin: 15px 0 0 0;
}
.layout-col3 ul li .txt{
 position: absolute;
 z-index: 2;
 top: 200px;
 left: 0px;
}
.layout-col3 ul li .txt .label{
 padding: 0 0 0 0px;
}
.layout-col3 ul li .txt .label span{
 display: inline-block;
 font-size: 15px;
 background-color: #fff;
 display: inline-block;
 line-height: 1;
 padding: 4px 5px;
 color: #0156A8;
}
.layout-col3 ul li .txt p span{
 display: inline;
 background-color: #fff;
 font-size: 25px;
 padding: 5px 5px;
 font-weight: 800;
 color: #0156A8;
}
.layout-col3 ul li a{
 display: block;
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 z-index: 10;
}
p.ttl{
 font-size: 20px;
 margin: 20px 0;
 font-weight: 800;
}
@media screen and (max-width: 768px) {
select{
width: 100%;
height: 40px;
font-size: 14px;
}

.note{
 text-align: left;
}
.note br{display: none;}
.layout-col3 {
    margin: 40px 0 0 0;
    padding: 40px 0 0 0;
}
.evitagen img {
    height: auto;
    width: 100%;
}
.layout-col3 h2 {
    font-size: 17px;
    margin: 0 0 10px 0;
}
.layout-col3 ul {
    display: block;
}
.layout-col3 ul li{
 width: 100%;
 margin: 0 0 20px 0;
 position: relative;
}
.layout-col3 ul li .pic span {
    height: 200px;
}
.layout-col3 ul li .txt {
    top: 140px;
    left: 0px;
}
.layout-col3 ul li .txt .label span {
    font-size: 13px;
}
.layout-col3 ul li .txt p span {
    font-size:20px;
}
.layout-col3 ul li .pic p {
    font-size: 12px;
    margin: 12px 0 0 0;
}

}

.form{position: relative;}
.form-num{
 margin-bottom: 40px;
}
.overlay{
 z-index: 999;
 position: absolute;
 inset: 0px;
 background-color: rgb(255, 255, 255);
 opacity: 0.8;
}


.day{
        margin: 0 0 30px 0;
}
.day:last-child{margin: 0;}
.day .md{
        margin: 0 0 12px 0;
}
.notice ul li{
        font-size: 12px;
        position: relative;
        padding: 0 0 0 20px;
}
.notice ul li::before{
        content: '※';
        position: absolute;
        left: 0;
}
       
#page-title .page-tit span{
        display: inline-block;
        font-size: 15px;
}
       
.agree{
        margin: 10px 0 0 0;
        font-size: 16px;
}
.agree span{
        display: inline-block;
        padding: 14px 50px;
        line-height: 1;
}
       
.link--container{
}
.link--insert{
        margin: 100px 0 0 0;
        padding: 50px 0 0 0;
        border-top: 1px solid #ddd;
}
.link--insert ul{
        overflow: hidden;
}
.link--insert ul li{
        width: 49%;
        margin: 10px auto 0;
        text-align: center;
}
.link--insert ul li span{
        display: block;
        padding: 15px 0;
        border: 1px solid #000;
        transition: all .3s;
}
.link--insert ul li span:hover{
        background-color: #000;
        color: #fff;
        transition: all .3s;
}
.link-logo{
        text-align: center;
        margin: 30px 0 0 0;
}
.link-logo img{
        height: 70px;
        width: auto;
}
.link-logo p{
        font-size: 13px;
        margin: -25px 0 0 0;
}
.notice-thanks{
        font-size: 13px;
        margin: 30px 0 0 0;
}
       
@media screen and (max-width: 768px) {
.policy--insert span {
    width: 100%;
    margin: 10px 0 0 0;
}

.link--insert{
        margin: 30px 0 0 0;
        padding: 30px 0 0 0;
}
.link--insert ul li {
        width: 100%;
        float: none;
        margin: 0 0 10px 0;
}
.link-logo {
        margin: 20px 0 0 0;
}
.link-logo img {
        height: 50px;
}
.link-logo p {
        margin: -15px 0 0 0;
}
.thanks--insert p br{
        display: none;
} 
       
.notice-thanks p{
        display: none;
}
       
}
       
.loader {
        border-radius: 50%;
        width: 12em;/*2.5*/
        height: 2.5em;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation: load7 1.8s infinite ease-in-out;
        animation: load7 1.8s infinite ease-in-out;        
        color: #333;/*#666*/
        font-size: 18px;/*10*/
        margin: 80px auto;
        position: relative;
        /*text-indent: -9999em;*/
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
}


.loader:before {
        border-radius: 50%;
        width: 2.5em;
        height: 2.5em;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation: load7 1.8s infinite ease-in-out;
        animation: load7 1.8s infinite ease-in-out;
        content: '';
        position: absolute;
        top: 0;
        left: -3.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
}

.loader:after {
        border-radius: 50%;
        width: 2.5em;
        height: 2.5em;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation: load7 1.8s infinite ease-in-out;
        animation: load7 1.8s infinite ease-in-out;
        content: '';
        position: absolute;
        top: 0;
        left: 3.5em;
}


#ui-datepicker-div {
        z-index:992 !important;;
}

select option:disabled {
        background: #999;
}

.not_receive{
        margin-top: 20px;
        padding:10px 10px;
        background: #F3F3F3;
        text-align: left;
}

.movie{
	width: 650px;
	margin: 50px auto 0;;
}
.movie video{
	width: 100%;
	height: auto;
	border: 1px solid #ddd
}

@media screen and (max-width: 768px) {
.movie{
	width: 100%;
	margin: 30px auto 0;
}
}



