@charset "UTF-8";
.main-sub {
  display: block;
  padding: 0 20px;
}
.main-sub .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 70px 0;
}
.main-sub__tit {
  width: 100%;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 3px;
}
.main-sub__tit span {
  display: block;
  margin-right: 20px;
  color: #005bac;
  font-size: 32px;
}
.main-sub__breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0 0 auto;
  font-size: 0.94rem;
}
.main-sub__breadcrumb li {
  color: #005bac;
  letter-spacing: 1px;
}
.main-sub__breadcrumb li:not(:first-child) {
  margin-left: 6px;
}
.main-sub__breadcrumb li:not(:first-child)::before {
  content: "→";
  display: inline-block;
  margin-right: 8px;
  color: #999;
}
.main-sub__breadcrumb li a {
  color: #999;
  text-decoration: underline;
}
@media only screen and (min-width: 769px) {
  .main-sub .wrap {
    padding: 100px 0 120px;
  }
  .main-sub__tit span {
    display: inline-block;
    font-size: 40px;
  }
}
@media only screen and (min-width: 960px) {
  .main-sub__tit {
    width: auto;
  }
  .main-sub__breadcrumb {
    margin: 30px 0 0;
  }
  .main-sub__breadcrumb a:hover {
    text-decoration: none;
  }
}

body {
  overflow-x: hidden;
}

.service__txt,
.other__txt {
  margin-bottom: 30px;
  font-size: 1.08rem;
}

.service .wrap {
  padding-top: 0;
  padding-bottom: 40px;
}
.service ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -16px;
  margin-left: -3%;
}
.service li {
  width: 47%;
  border: #e5e5e5 1px solid;
  margin-top: 16px;
  margin-left: 3%;
}
.service li a {
  display: block;
  height: 100%;
  padding: 40px 20px;
  position: relative;
  text-align: center;
}
.service li a::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  background: url("/assets/img/common/ico_blank_yellow.svg") no-repeat center top/cover;
  bottom: 10px;
  right: 10px;
}
.service li a img {
  max-width: 200px;
}
.service li.xrea img {
  width: 80%;
  margin-top: 8px;
}
.service li.va img {
  margin-top: 4px;
}
@media only screen and (min-width: 769px) {
  .service ul {
    margin-left: -2%;
  }
  .service li {
    width: 31.33%;
    margin-left: 2%;
  }
}
@media only screen and (min-width: 960px) {
  .service .wrap {
    padding-bottom: 60px;
  }
  .service ul {
    margin-top: 0;
  }
  .service li {
    width: 18%;
    margin-top: 0;
    -webkit-transition: border 0.3s ease-in-out 0s;
    transition: border 0.3s ease-in-out 0s;
  }
  .service li:hover {
    border: #005bac 1px solid;
  }
}

.other dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: #e5e5e5 1px solid;
}
.other dt,
.other dd {
  width: 100%;
}
.other dt {
  padding-top: 20px;
  margin-bottom: 14px;
  font-size: 1.08rem;
  font-weight: bold;
  letter-spacing: 1px;
  border-top: #e5e5e5 1px solid;
}
.other dd {
  padding-bottom: 20px;
}
.other dd .error__txt {
  display: none;
}
.other dd.error input[type=text],
.other dd.error textarea {
  background: #FFF4F4;
  border: #ff0000 1px solid;
}
.other dd.error .error__txt {
  display: block;
  margin-top: 10px;
}
.other dd textarea {
  background: #f6f6f6;
  width: 100%;
  height: 200px;
  padding: 0.78rem;
}
.other dd input[type=text] {
  background: #f6f6f6;
  width: 100%;
  height: 60px;
  padding: 0 0.78rem;
}
.other dd input[type=text]::-webkit-input-placeholder {
  color: #aaa;
}
.other dd input[type=text]::-moz-placeholder {
  color: #aaa;
}
.other dd input[type=text]:-ms-input-placeholder {
  color: #aaa;
}
.other dd input[type=text]::-ms-input-placeholder {
  color: #aaa;
}
.other dd input[type=text]::placeholder {
  color: #aaa;
}
.other dd ul li:not(:first-child) {
  margin-top: 10px;
}
.other .error__txt {
  color: #ff0000;
  font-size: 0.86rem;
}
.other__required {
  display: inline-block;
  margin-left: 8px;
  color: #005bac;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0;
}
.other__check {
  margin-top: 24px;
  padding-left: 50px;
  position: relative;
  font-size: 1.08rem;
}
.other__check input[type=checkbox] {
  display: none;
}
.other__check input[type=checkbox]:checked + label::after {
  display: block;
}
.other__check label::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  background: #f6f6f6;
  left: 0;
  top: 0;
}
.other__check label::after {
  content: "";
  display: block;
  width: 18px;
  height: 9px;
  position: absolute;
  display: none;
  margin-top: -6px;
  left: 6px;
  top: 14px;
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #005bac;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.other__check label a {
  text-decoration: underline;
}
.other__check .error__txt {
  display: none;
}
.other__check.error label::before {
  background: #FFF4F4;
  border: #ff0000 1px solid;
}
.other__check.error .error__txt {
  display: block;
  margin-top: 8px;
}
.other .btn-more {
  background: #005bac;
  margin: 50px auto 0;
  padding-right: 0;
  color: white;
  font-size: 1rem;
  border: #005bac 1px solid;
}
.other .btn-more::before {
  display: none;
}
@media only screen and (min-width: 769px) {
  .other dt {
    width: 34%;
    padding: 48px 10px 30px 0;
    margin-bottom: 0;
  }
  .other dd {
    width: 66%;
    padding: 30px 0;
    border-top: #e5e5e5 1px solid;
  }
  .other dd ul li:not(:first-child) {
    margin-top: 15px;
  }
  .other__detail {
    padding-top: 120px !important;
  }
}
@media only screen and (min-width: 960px) {
  .other dt {
    padding-top: 50px;
  }
  .other dd input[type=text] {
    padding: 0 20px;
  }
  .other dd textarea {
    height: 240px;
    padding: 20px;
  }
  .other__detail {
    padding-top: 140px !important;
  }
  .other__check {
    margin-top: 40px;
  }
  .other__check a:hover {
    text-decoration: none;
  }
  .other .btn-more {
    margin: 80px auto 0;
  }
  .other .btn-more::after {
    background: #0068c6;
  }
  .other .btn-more input {
    position: relative;
    z-index: 2;
  }
}

.modal {
  display: none;
  background: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 100%;
  padding: 80px 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000000;
}
.modal .wrap {
  background: white;
  max-width: 800px;
  max-height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  overflow-y: scroll;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.modal .wrap p {
  margin-bottom: 30px;
  text-align: center;
}
.modal .complete {
  display: none;
}
.modal .btn-area {
  margin-top: 30px;
}
.modal .btn-area li .btn-more {
  margin-top: 0;
}
.modal .btn-area li .btn-more.next-complete input {
  width: 100%;
}
.modal .btn-area li:first-child {
  margin-bottom: 14px;
}
.modal .btn-more.back {
  background: #f6f6f6;
  color: #222;
  border: #f6f6f6 1px solid;
}
@media only screen and (min-width: 769px) {
  .modal {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .modal .wrap {
    padding-right: 60px;
    padding-left: 60px;
  }
  .modal .wrap p {
    margin-bottom: 40px;
  }
  .modal .wrap dt {
    padding-top: 30px;
  }
  .modal .btn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
  }
  .modal .btn-area li:first-child {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 960px) {
  .modal .btn-more.back::after {
    background: #e5e5e5;
  }
}