@charset "UTF-8";
/* CSS Document */
/* リセット
---------------------------------------------------- */
[v-cloak] {
  display: none;
}
/* アニメーション中のスタイル */
.v-leave-active,
.v-enter-active {
  transition: opacity 1s;
}

/* 表示アニメーション */
.v-enter {
  opacity: 0;
}
.v-enter-to {
  opacity: 1;
}

/* 非表示アニメーション */
.v-leave {
  opacity: 1;
}
.v-leave-to {
  opacity: 0;
}
/*--------------------------------------
 入力画面 – 1
---------------------------------------*/
.input01 {
  font-size: 1.4rem;
  padding-top: 0px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体";
  background: linear-gradient(to right, #0075be, #00a33e);
}

.input01 .mv_wrap {
  position: relative;
  padding-top: 500px;
  background: url("../../image/eti/bg01.jpg") no-repeat;
  background-position: center top -130px;
  background-size: 100% auto;
}

@media screen and (max-width: 767px) {
  .input01 .mv_wrap {
    padding-top: 43.58974vw;
    background-position: center top -5.12821vw;
  }
}

.input01 .mv_wrap:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 240px;
  bottom: 0;
  right: 0;
  background: linear-gradient(to right, #0075be, #00a33e);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

@media screen and (max-width: 767px) {
  .input01 .mv_wrap:after {
    height: 19.23077vw;
  }
}

.input01 .error {
  color: red;
  margin-left: 114px;
  font-size: 1.2rem;
  padding-bottom: 1.5em;
  margin-top: .5em;
}

@media screen and (max-width: 767px) {
  .input01 .error {
    margin-left: 0px;
  }
}

.input01 .inner {
  position: relative;
  max-width: 1220px;
  width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
  padding-bottom: 60px;
}

.input01 .inner select {
  color: #000;
}

.input01 .inner input[type="text"],
.input01 .inner input[type="submit"],
.input01 .inner input[type="reset"],
.input01 .inner input[type="number"],
.input01 .inner input[type="button"],
.input01 .inner button,
.input01 .inner textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  background: none;
  border: none;
}

@media screen and (min-width: 768px) {
  .input01 .inner {
    padding: 0 0 60px;
  }
}

@media screen and (max-width: 767px) {
  .input01 .inner {
    width: 100%;
    padding-bottom: 0;
  }
}

.input01 .inner .toolArea {
  display: flex;
  color: #fff;
  justify-content: space-between;
  margin-top: -450px;
}

@media screen and (max-width: 767px) {
  .input01 .inner .toolArea {
    display: block;
  }
}

.input01 .inner .toolArea p a {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .input01 .inner .toolArea {
    width: 100%;
    margin-top: -16.66667vw;
    box-sizing: border-box;
  }
}

.input01 .inner .toolArea .titleCont {
  width: 48%;
  margin-right: 20px;
  max-width: 570px;
  margin-top: 330px;
}

@media screen and (max-width: 767px) {
  .input01 .inner .toolArea .titleCont {
    margin-top: 0px;
    width: auto;
    margin-right: 0px;
  }
  .input01 .inner .toolArea .titleCont .subTxt {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .input01 .inner .toolArea > * {
    padding: 0 5.12821vw;
  }
}

.input01 .inner .toolArea h1 {
  text-align: center;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .input01 .inner .toolArea h1 {
    margin-bottom: 5.12821vw;
  }
}

.input01 .inner .toolArea .leadCont {
  margin-bottom: 75px;
}

@media screen and (max-width: 767px) {
  .input01 .inner .toolArea .leadCont {
    margin-bottom: 7.69231vw;
  }
}

.input01 .inner .toolArea .leadCont p {
  font-size: 1.9rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .input01 .inner .toolArea .leadCont p {
    font-size: 1.5rem;
  }
}

.input01 .inner .toolArea .formArea {
  width: 575px;
  padding: 30px 30px 25px;
  box-sizing: border-box;
  border-radius: 10px;
  color: #333;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .input01 .inner .toolArea .formArea {
    position: static;
    width: 100%;
    padding: 5.12821vw 5.12821vw 8.97436vw;
    border-radius: 0;
    box-sizing: border-box;
  }
}

.input01 .inner .toolArea .formArea input[type="number"],
.input01 .inner .toolArea .formArea input[type="text"] {
  padding: 0em 0.5em 0.5em 0.3em;
  font-size: 1.6rem;
  box-sizing: border-box;
}

.input01 .inner .toolArea .formArea select {
  font-size: 1.6rem;
  padding: 0em 0.5em 0.5em 0.3em;
}

.input01 .inner .toolArea .formArea select option {
  padding: 0.5em;
}

.input01 .inner .toolArea .formArea .w-inner {
  width: 100%;
}

.input01 .inner .toolArea .formArea .w-inner div[class^="form_"] {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .input01 .inner .toolArea .formArea .w-inner div[class^="form_"] {
    flex-direction: column;
  }
}

.input01 .inner .toolArea .formArea .w-inner div[class^="form_"] .inputPart {
  width: 400px;
}

@media screen and (max-width: 767px) {
  .input01 .inner .toolArea .formArea .w-inner div[class^="form_"] .inputPart {
    width: 100%;
  }
}

.input01 .inner .toolArea .formArea .w-inner div[class^="form_"] .itemTtl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  pointer-events: none;
  width: 117px;
}

@media screen and (max-width: 767px) {
  .input01 .inner .toolArea .formArea .w-inner div[class^="form_"] .itemTtl {
    width: auto;
    margin-bottom: .5em;
  }
}

.input01 .inner .toolArea .formArea .w-inner div[class^="form_"] select,
.input01 .inner .toolArea .formArea .w-inner div[class^="form_"] input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #333333;
}

.input01 .inner .toolArea .formArea .w-inner div[class^="form_"] input::-webkit-calendar-picker-indicator {
  display: none;
  opacity: 0;
}

.input01 .inner .toolArea .formArea .w-inner div[class^="form_"] input[type="number"] {
  -moz-appearance: none;
}

.input01 .inner .toolArea .formArea .w-inner div[class^="form_"] input[type="number"]::-webkit-outer-spin-button, .input01 .inner .toolArea .formArea .w-inner div[class^="form_"] input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.input01 .inner .toolArea .formArea .w-inner div[class^="form_"] .wrapSelect {
  position: relative;
}

.input01 .inner .toolArea .formArea .w-inner div[class^="form_"] .wrapSelect select {
  padding-right: 1.8em;
}

.input01 .inner .toolArea .formArea .w-inner div[class^="form_"] .wrapSelect:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0.3em;
  right: 10px;
  width: 13px;
  height: 12px;
  margin: auto 0;
  clip-path: polygon(50% 100%, 0 0%, 100% 0);
  background: #333;
}

@media screen and (max-width: 767px) {
  .input01 .inner .toolArea .formArea .w-inner div[class^="form_"] .wrapSelect:after {
    right: 2.5641vw;
    width: 3.33333vw;
    height: 3.07692vw;
  }
}

.input01 .inner .toolArea .formArea .w-inner div[class^="form_"] .wrapSelect select {
  width: 100%;
}

.input01 .inner .toolArea .formArea .w-inner div[class^="form_"] + div[class^="form_"] {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .input01 .inner .toolArea .formArea .w-inner div[class^="form_"] + div[class^="form_"] {
    margin-top: 7.69231vw;
  }
}

.input01 .inner .toolArea .formArea .w-inner .form_type .itemTtl span {
  display: block;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .input01 .inner .toolArea .formArea .w-inner .form_type .itemTtl span {
    display: inline-block;
  }
}

.input01 .inner .toolArea .formArea .w-inner .form_type .inputPart {
  display: flex;
  justify-content: space-between;
}

.input01 .inner .toolArea .formArea .w-inner .form_type .inputPart label {
  cursor: pointer;
}

.input01 .inner .toolArea .formArea .w-inner .form_type .inputPart input {
  position: absolute;
}

.input01 .inner .toolArea .formArea .w-inner .form_type .inputPart input:checked + .col {
  background-color: #ffb011;
}

.input01 .inner .toolArea .formArea .w-inner .form_type .inputPart input:checked + .col .chkBox {
  border-color: #ffb011;
}

.input01 .inner .toolArea .formArea .w-inner .form_type .inputPart input:checked + .col .chkBox img {
  display: inline;
}

.input01 .inner .toolArea .formArea .w-inner .form_type .inputPart .col {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  background: #cbcbcb;
}

@media screen and (max-width: 767px) {
  .input01 .inner .toolArea .formArea .w-inner .form_type .inputPart .col {
    width: 15.64103vw;
    height: 15.64103vw;
    border-radius: 1.28205vw;
  }
}

.input01 .inner .toolArea .formArea .w-inner .form_type .inputPart .col input {
  display: none;
}

.input01 .inner .toolArea .formArea .w-inner .form_type .inputPart .col .img {
  display: flex;
  align-items: center;
  height: 45px;
}

@media screen and (max-width: 767px) {
  .input01 .inner .toolArea .formArea .w-inner .form_type .inputPart .col .img {
    align-items: flex-end;
    justify-content: center;
    height: 6.41026vw;
  }
}

@media screen and (max-width: 767px) {
  .input01 .inner .toolArea .formArea .w-inner .form_type .inputPart .col .img img {
    height: 100%;
  }
}

.input01 .inner .toolArea .formArea .w-inner .form_type .inputPart .col .caption {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .input01 .inner .toolArea .formArea .w-inner .form_type .inputPart .col .caption {
    font-size: 1rem;
    margin-top: 0.75em;
  }
}

.input01 .inner .toolArea .formArea .w-inner .form_type .inputPart .col .chkBox {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -7.5px;
  right: -7.5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #cbcbcb;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .input01 .inner .toolArea .formArea .w-inner .form_type .inputPart .col .chkBox {
    top: -1.66667vw;
    right: -1.66667vw;
    width: 3.33333vw;
    height: 3.33333vw;
    border: 0.51282vw solid #cbcbcb;
  }
}

.input01 .inner .toolArea .formArea .w-inner .form_type .inputPart .col .chkBox img {
  display: none;
  width: 9px;
}

@media screen and (max-width: 767px) {
  .input01 .inner .toolArea .formArea .w-inner .form_type .inputPart .col .chkBox img {
    width: 2.05128vw;
  }
}

.input01 .inner .toolArea .formArea .w-inner .form_type .inputPart .col.checked {
  background: #ffb011;
}

.input01 .inner .toolArea .formArea .w-inner .form_type .inputPart .col.checked .chkBox {
  border: 2px solid #ffb011;
}

.input01 .inner .toolArea .formArea .w-inner .form_type .inputPart .col.checked .chkBox img {
  display: block;
}

.input01 .inner .toolArea .formArea .w-inner .flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 400px;
}

.input01 .inner .toolArea .formArea .w-inner .flex li {
  position: relative;
}

.input01 .inner .toolArea .formArea .w-inner .flex input {
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .input01 .inner .toolArea .formArea .w-inner .flex {
    width: 100%;
  }
}

.input01 .inner .toolArea .formArea .w-inner .flex .ttl {
  display: block;
  text-align: center;
  line-height: 2;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 767px) {
  .input01 .inner .toolArea .formArea .w-inner .flex .ttl {
    margin-bottom: 2.4px;
  }
}

.input01 .inner .toolArea .formArea .w-inner .flex li + li {
  margin-left: 4px;
}

.input01 .inner .toolArea .formArea .w-inner .flex .pin {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  cursor: pointer;
  border-radius: 5px;
  background: #000;
}

.input01 .inner .toolArea .formArea .w-inner .flex .pin:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .input01 .inner .toolArea .formArea .w-inner .flex .pin {
    width: 9.74359vw;
    height: 9.74359vw;
    border-radius: 1.28205vw;
  }
}

@media screen and (max-width: 767px) {
  .input01 .inner .toolArea .formArea .w-inner .flex .pin img {
    width: 4.35897vw;
  }
}

.input01 .inner .toolArea .formArea .w-inner .form_stack .searchType {
  display: none;
}

.input01 .inner .toolArea .formArea .w-inner .form_stack .searchType.show {
  display: block;
}

.input01 .inner .toolArea .formArea .w-inner .form_stack .inputPart {
  display: flex;
  flex-direction: column;
}

.input01 .inner .toolArea .formArea .w-inner .form_stack .inputPart .col input {
  width: 100%;
}

.input01 .inner .toolArea .formArea .w-inner .form_stack .inputPart .col .note {
  display: block;
  margin-top: 0.5em;
  font-size: 1.2rem;
  color: #999;
}

@media screen and (max-width: 767px) {
  .input01 .inner .toolArea .formArea .w-inner .form_stack .inputPart .col .note {
    font-size: 1.2rem;
    margin-top: 0.75em;
  }
}

.input01 .inner .toolArea .formArea .w-inner .form_stack .inputPart .col + .col {
  margin-top: 20px;
}

.input01 .inner .toolArea .formArea .w-inner .sTtl {
  font-size: 1.2rem;
}

.input01 .inner .toolArea .formArea .w-inner .sTtl.isType2 {
  top: 0em;
  position: absolute;
}

.input01 .inner .toolArea .formArea .w-inner .form_map .mapCont {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .input01 .inner .toolArea .formArea .w-inner .form_map .mapCont {
    padding-top: 14.10256vw;
  }
}

.input01 .inner .toolArea .formArea .w-inner .form_map .mapCont .col {
  position: relative;
}

.input01 .inner .toolArea .formArea .w-inner .form_map .mapCont .col:first-of-type:after {
  content: url("../../image/eti/arrow.svg");
  position: absolute;
  right: -27px;
  top: 50%;
}

@media screen and (max-width: 767px) {
  .input01 .inner .toolArea .formArea .w-inner .form_map .mapCont .col:first-of-type:after {
    display: none;
  }
}

.input01 .inner .toolArea .formArea .w-inner .form_map .mapCont .col .sTtl {
  font-size: 1.2rem;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 767px) {
  .input01 .inner .toolArea .formArea .w-inner .form_map .mapCont .col .sTtl {
    position: absolute;
    top: -64px;
    width: 43.33333vw;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    padding: 2.5641vw 0;
    border-radius: 4.87179vw;
    color: #333;
    background: #f4f4f4;
  }
}

@media screen and (max-width: 767px) {
  .input01 .inner .toolArea .formArea .w-inner .form_map .mapCont .col:first-of-type .sTtl {
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .input01 .inner .toolArea .formArea .w-inner .form_map .mapCont .col:last-of-type .sTtl {
    right: 0;
  }
}

.input01 .inner .toolArea .formArea .w-inner .form_map .mapCont .col .iframe {
  width: 240px;
  height: 240px;
}

@media screen and (max-width: 767px) {
  .input01 .inner .toolArea .formArea .w-inner .form_map .mapCont .col .iframe {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .input01 .inner .toolArea .formArea .w-inner .form_map .mapCont .col.sp_actived .sTtl {
    color: #f4f4f4;
    background: #333;
  }
}

.input01 .inner .toolArea .formArea .w-inner .form_map .mapCont .col.sp_actived .sTtl span {
  position: relative;
}

@media screen and (max-width: 767px) {
  .input01 .inner .toolArea .formArea .w-inner .form_map .mapCont .col.sp_actived .sTtl span:before {
    position: absolute;
    content: "";
    bottom: -5.89744vw;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 3.84615vw;
    height: 3.33333vw;
    background: #333;
    clip-path: polygon(50% 100%, 0 0%, 100% 0);
  }
}

@media screen and (max-width: 767px) {
  .input01 .inner .toolArea .formArea .w-inner .form_map .mapCont .col.sp_actived .iframe {
    display: block;
    width: 89.74359vw;
    height: 48.71795vw;
  }
}

.input01 .inner .toolArea .formArea .w-inner div.form_submit {
  margin-top: 15px !important;
}

@media screen and (max-width: 767px) {
  .input01 .inner .toolArea .formArea .w-inner div.form_submit {
    margin-top: 8.97436vw !important;
  }
}

.input01 .inner .toolArea .formArea .w-inner div.form_submit input {
  width: 100%;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  padding: 0.5em 0;
  border-radius: 5px;
  background: #000;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .input01 .inner .toolArea .formArea .w-inner div.form_submit input {
    font-size: 1.8rem;
    padding: 1rem 0;
  }
}

@media screen and (max-width: 767px) {
  .input01 .inner .toolArea .formArea + p {
    font-size: 1.2rem;
    padding: 5.12821vw 5.12821vw 0;
    word-break: break-all;
  }
}

.input01 .inner .toolArea .notice {
  display: inline-block;
  font-size: 1.2rem;
  margin-top: 1em;
}

.w10 {
  width: 10%;
}

.w10 {
  width: 10%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w70 {
  width: 70%;
}

.w80 {
  width: 80%;
}

.w100 {
  width: 100%;
}

/*--------------------------------------
 resultコンテンツ
---------------------------------------*/
/*body {
  overflow: visible;
}*/

.result .bg {
  background-image: url(../../image/eti/result/bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media screen and (max-width: 767px) {
  .result .bg {
    background-image: url(../../image/eti/result/bg-sp.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
  }
}

.result .bg .inner {
  position: relative;
  max-width: 1628px;
  margin: 0 auto;
  padding-bottom: 90px;
  padding-top: 40px; /* ★130 - 90(header's height) px */
}

@media screen and (max-width: 767px) {
  .result .bg .inner {
    width: auto;
    padding-top: 19px; /* ★85 - 66(header's height) px */
    padding-bottom: 0px;
  }
}

.result .bg .inner .twofl {
  display: flex;
  width: 95%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .twofl {
    display: block;
    width: 100%;
  }
}

.result .bg .inner .twofl .ttl {
  padding-right: 37px;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .twofl .ttl {
    padding-right: 0;
  }
}

.result .bg .inner .twofl .ttl .bg-this {
  position: sticky;
  top: 80px;
  max-width: 370px;
  min-width: 250px;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .twofl .ttl .bg-this {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .result .bg .inner .twofl .ttl .img {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .result .bg .inner .twofl .ttl .img .ttl-img {
    width: 55vw;
    margin-right: 4vw;
  }
}

.result .bg .inner .twofl .ttl .img .ttl-txt {
  line-height: 1;
}

.result .bg .inner .twofl .ttl .img .ttl-txt p {
  font-size: 5.7rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 15px 0px 20px 0;
}

@media screen and (max-width: 1280px) {
  .result .bg .inner .twofl .ttl .img .ttl-txt p {
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .result .bg .inner .twofl .ttl .img .ttl-txt p {
    font-size: 3.4rem;
    margin: 0;
    margin-top: 4vw;
  }
}

.result .bg .inner .twofl .ttl .tb-sp {
  background-color: #000;
  width: 100%;
}

.result .bg .inner .twofl .ttl .tb-sp .in {
  padding: 5vw;
}

.result .bg .inner .twofl .ttl .next-ttl {
  max-width: 373px;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .twofl .ttl .next-ttl {
    max-width: none;
    width: 95%;
    margin: 0 auto;
  }
}

.result .bg .inner .twofl .ttl .next-ttl span {
  font-size: 1.6rem;
  color: #fff;
  line-height: 26px;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .twofl .ttl .next-ttl span {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .result .bg .inner .twofl .ttl .next-ttl .tb {
    width: 100%;
  }
}

.result .bg .inner .twofl .ttl .next-ttl .tb .pd-sp {
  margin-top: 17px;
  background-color: #000000;
  color: #fff;
  border-radius: 13px;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .twofl .ttl .next-ttl .tb .pd-sp {
    margin-top: 5vw;
    margin-bottom: 5vw;
  }
}

.result .bg .inner .twofl .ttl .next-ttl .tb .in {
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .twofl .ttl .next-ttl .tb .in {
    padding: 3vw 4vw;
  }
}

.result .bg .inner .twofl .ttl .next-ttl .tb .in .ttl-tb {
  font-size: 1.4rem;
}

.result .bg .inner .twofl .ttl .next-ttl .tb .in dl {
  display: flex;
  margin-top: 10px;
  border-top: 1px solid #fff;
  padding-top: 5px;
  border-style: dotted;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .twofl .ttl .next-ttl .tb .in dl {
    margin-top: 0vw;
    padding: 2vw 0;
  }
  .result .bg .inner .twofl .ttl .next-ttl .tb .in dl:last-of-type {
    padding-bottom: 0px;
  }
}

.result .bg .inner .twofl .ttl .next-ttl .tb .in dl dt {
  font-size: 1.4rem;
  font-weight: bold;
}

.result .bg .inner .twofl .ttl .next-ttl .tb .in dl dd {
  font-size: 1.4rem;
  font-weight: normal;
  margin-left: 20px;
}

.result .bg .inner .twofl .ttl .next-ttl .tb .in .f-bo {
  border-top: 1px solid #fff;
  margin-top: 0px;
  padding-top: 10px;
}

.result .bg .inner .twofl .ttl .next-ttl .tb .in .showoroff {
  line-height: 1.5;
}

.result .bg .inner .twofl .ttl .next-ttl .tb .in .showoroff span {
  font-weight: bold;
  margin-right: 5px;
  display: inline-block;
  color: #CCC;
  padding-right: 5px;
}

.result .bg .inner .twofl .ttl .next-ttl .tb .in .showoroff em {
  display: inline-block;
}

.result .bg .inner .twofl .ttl .next-ttl .tb .in .on-tb {
  display: block;
}

.result .bg .inner .twofl .ttl .next-ttl .tb .in .cl-this {
  position: relative;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .twofl .ttl .next-ttl .tb .in .cl-this .zaji {
    border-bottom: 2px solid #FFF;
    border-right: 2px solid #FFF;
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    top: 1vw;
    right: 1vw;
  }
  .result .bg .inner .twofl .ttl .next-ttl .tb .in .cl-this .open {
    transform: rotate(225deg);
    margin-top: 1.5vw;
  }
}

.result .bg .inner .twofl .ttl .next-ttl .anq {
  margin-top: 25px;
  width: 100%;
}

.result .bg .inner .twofl .ttl .next-ttl .anq a {
  background-color: #fff;
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px;
  line-height: 1.4;
  color: #0075BE;
  text-decoration: none;
}

.result .bg .inner .twofl .ttl .next-ttl .anq a .xl {
  display: none;
}

@media screen and (max-width: 1600px) {
  .result .bg .inner .twofl .ttl .next-ttl .anq a .xl {
    display: inline;
  }
}

.result .bg .inner .twofl .ttl .next-ttl .anq a::before {
  content: url(../../image/eti/result/post-icon-pc.png);
  width: 21px;
  height: 15px;
  line-height: 1;
  margin-right: 8px;
  display: inline-block;
}

.result .bg .inner .twofl .ttl .next-ttl .lt {
  margin-top: 10px;
  color: #fff;
  line-height: 1.4;
  font-size: 1.2rem;
}

.result .bg .inner .twofl .in-main {
  max-width: 1118px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .twofl .in-main {
    width: auto;
  }
}

.result .bg .inner .twofl .in-main .fl-all {
  display: flex;
  justify-content: space-between;
}

.result .bg .inner .twofl .in-main .fl-all li {
  height: 59px;
  line-height: 1px;
  width: 19%;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .twofl .in-main .fl-all li {
    font-size: 1.3rem;
    border-radius: 0;
    width: 19.74359vw;
    height: 18.71795vw;
  }
}

.result .bg .inner .twofl .in-main .fl-all li.on a {
  background-color: #FFB011;
  color: #fff;
}

.result .bg .inner .twofl .in-main .fl-all li a {
  height: 100%;
  width: 100%;
  display: flex;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #000;
  position: relative;
}

.result .bg .inner .twofl .in-main .fl-all li a.noResult {
  opacity: .5;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .twofl .in-main .fl-all li a {
    margin-right: 0;
    padding-top: 43px;
  }
}

.result .bg .inner .twofl .in-main .fl-all li a::before {
  margin-right: 10px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .twofl .in-main .fl-all li a::before {
    margin-right: 0;
    position: absolute;
    top: 8vw;
  }
}

.result .bg .inner .twofl .in-main .fl-all .ship a:before {
  content: url(../../image/eti/result/ship.svg);
}

.result .bg .inner .twofl .in-main .fl-all .ship.on a::before {
  content: url(../../image/eti/result/ship-icon-white.svg);
}

.result .bg .inner .twofl .in-main .fl-all .plane a:before {
  content: url(../../image/eti/result/pl-icon.svg);
}

.result .bg .inner .twofl .in-main .fl-all .plane.on a::before {
  content: url(../../image/eti/result/pl-icon-white.svg);
}

.result .bg .inner .twofl .in-main .fl-all .truck a:before {
  content: url(../../image/eti/result/truck-icon.svg);
}

.result .bg .inner .twofl .in-main .fl-all .truck.on a::before {
  content: url(../../image/eti/result/truck-icon-white.svg);
}

.result .bg .inner .twofl .in-main .fl-all .railroad a:before {
  content: url(../../image/eti/result/rr-icon.svg);
}

.result .bg .inner .twofl .in-main .fl-all .railroad.on a::before {
  content: url(../../image/eti/result/rr-icon-white.svg);
}

.result .bg .inner .twofl .in-main .fl-all .coastal a:before {
  content: url(../../image/eti/result/ct-icon.svg);
}

.result .bg .inner .twofl .in-main .fl-all .coastal.on a::before { /* ★末尾のaが抜けていたので追加 */
  content: url(../../image/eti/result/ct-icon-white.svg);
}

.result .bg .inner .twofl .in-main .not {
  font-size: 1.6rem;
  font-weight: bold;
  position: absolute;
  color: #fff;
  background-color: #5E5E5E;
  height: 100%;
  border-radius: 10px 10px 0 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.result .bg .inner .twofl .in-main .not:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .twofl .in-main .not {
    font-size: 1.1rem;
    border-radius: 0;
    width: 19.74359vw;
    height: 18.71795vw;
    line-height: 2;
    text-align: center;
  }
}

.result .bg .inner .in-next {
  background-color: #fff;
  padding: 40px;
  border-radius: 0 0 15px 15px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .in-next {
    padding: 5vw 0 10vw 0;
    border-radius: 0;
  }
}

.result .bg .inner .in-next::before {
  content: "";
  width: 100%;
  height: 6px;
  background-color: #FFB011;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}

.result .bg .inner .in-next .nav {
  margin-bottom: 10px;
  display: flex;
  align-items: baseline;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .in-next .nav {
    margin-bottom: 3vw;
    display: block;
    padding-left: 4.6875vw;
  }
}

.result .bg .inner .in-next .nav .big {
  margin-right: 28px;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .in-next .nav .big {
    font-size: 1.8rem;
  }
}

.result .bg .inner .in-next .nav ul {
  display: flex;
  align-items: baseline;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .in-next .nav ul {
    display: block;
  }
}

.result .bg .inner .in-next .nav ul li {
  display: flex;
}

.result .bg .inner .in-next .nav ul li p {
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .in-next .nav ul li p {
    font-size: 1.4rem;
    word-break: keep-all;
  }
}

.result .bg .inner .in-next .nav ul li.fr span {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .in-next .nav ul li.fr span {
    font-size: 1.4rem;
    white-space: pre;
    padding-right: 10px;
  }
}

.result .bg .inner .in-next .nav ul li.co {
  margin-right: 1em;
  position: relative;
}

.result .bg .inner .in-next .nav ul li.co span {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .in-next .nav ul li.co span {
    font-size: 1.4rem;
    white-space: pre;
  }
}

.result .bg .inner .in-next .nav ul li.co span::after {
  content: "";
  background-image: url(../../image/eti/result/co-icon.svg);
  width: 19px;
  height: 17px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: .5em;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .in-next .nav ul li.co span::after {
    display: none;
  }
}

.result .bg .inner .map .iframe {
  width: 100%;
  height: 432px;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .map .iframe {
    width: 100vw;
    height: 83.07692vw;
  }
}

.result .bg .inner .map .txtExplan {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .map .txtExplan {
    padding-right: 5px;
  }
}

.result .bg .inner .map .txtExplan li {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  margin-left: 15px;
}

.result .bg .inner .map .txtExplan li:before {
  content: "";
  width: 30px;
  height: 5px;
  display: inline-block;
  margin-right: 5px;
}

.result .bg .inner .map .txtExplan li.pre:before {
  background-color: #2a7ac7;
}

.result .bg .inner .map .txtExplan li.mai:before {
  background-color: #189336;
}

.result .bg .inner .map .txtExplan li.post:before {
  background-color: #a170a9;
}

.result .bg .inner .midward {
  margin-top: 60px;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .midward {
    margin-top: 8vw;
  }
}

.result .bg .inner .midward .ttl-table {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .midward .ttl-table {
    font-size: 1.8rem;
    margin-bottom: 4vw;
    padding-left: 4.6875vw;
  }
}

@media screen and (max-width: 767px) {
  .result .bg .inner .midward .scr-tb {
    overflow-x: scroll;
    padding-bottom: 50px;
    position: relative;
  }
}

.result .bg .inner .midward table {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .midward table {
    width: 210vw;
    box-sizing: border-box;
  }
}

.result .bg .inner .midward table tr.top {
  height: 50px;
  background-color: #666666;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.result .bg .inner .midward table .t1 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  width: 10%;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .midward table .t1 {
    font-size: 1.4rem;
  }
}

.result .bg .inner .midward table .t2 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  width: 10%;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .midward table .t2 {
    font-size: 1.4rem;
  }
}

.result .bg .inner .midward table .t3 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  width: 30%;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .midward table .t3 {
    font-size: 1.4rem;
  }
}

.result .bg .inner .midward table .t4 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  width: 30%;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .midward table .t4 {
    font-size: 1.4rem;
  }
}

.result .bg .inner .midward table .t5 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  width: 10%;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .midward table .t5 {
    font-size: 1.4rem;
  }
}

.result .bg .inner .midward table .t6 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  width: 10%;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .midward table .t6 {
    font-size: 1.4rem;
  }
}

.result .bg .inner .midward table .ct {
  text-align: center;
  font-size: 1.4rem;
}

.result .bg .inner .midward table .ct-L {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .midward table .ct-L {
    font-size: 1.4rem;
    text-align: left;
    padding-left: 1em;
  }
}

.result .bg .inner .midward table .ct-L-n {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .midward table .ct-L-n {
    font-size: 1.6rem;
    margin-right: 1em;
  }
  .result .bg .inner .midward table .ct-L-n span {
    font-size: 1.4rem;
  }
}

.result .bg .inner .midward table .total {
  text-align: end;
  font-size: 1.6rem;
  font-weight: bold;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .midward table .total {
    font-size: 1.4rem;
    padding-right: 1em;
    font-weight: bold;
  }
}

.result .bg .inner .midward table tr.bottom {
  height: 55px;
  border-bottom: 1px solid #999999;
  border-top: 1px solid #999999;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .midward table tr.bottom {
    background-color: #EEEEEE;
    display: flex;
    padding-left: 2em;
    align-items: center;
    position: absolute;
    text-align: center;
    width: 210vw;
    height: 50px;
    bottom: 0px;
    box-sizing: border-box;
    left: 0px;
  }
}

.result .bg .inner .midward table tr.bottom .tt {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .midward table tr.bottom .s-text {
    font-size: 1.6rem;
    font-weight: bold;
    left: 27vw;
    top: 2.5vw;
  }
}

@media screen and (max-width: 767px) {
  .result .bg .inner .midward table tr.bottom .L-num {
    font-size: 1.4rem;
    font-weight: bold;
    left: 55vw;
    top: 2.5vw;
  }
}

@media screen and (max-width: 767px) {
  .result .bg .inner .midward table tr.bottom .L-num span {
    font-size: 1.6rem;
    font-weight: bold;
  }
}

.result .bg .inner .midward table tr {
  height: 55px;
  border-bottom: 1px solid #999999;
  border-style: dotted;
}

.result .bg .inner .midward table tr td {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .midward .canscroll {
    position: absolute;
    top: 40%;
    left: 41vw;
  }
}

.result .bg .inner .notesTxt2 {
  text-align: right;
  padding-top: .5em;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .notesTxt2 {
    text-align: left;
    font-size: 12px;
    width: 95%;
    margin: 0 auto;
  }
}

.result .bg .inner .graph {
  margin-top: 80px;
  padding-bottom: 75px;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .graph {
    margin-top: 10vw;
    padding-bottom: 6vw;
    padding-left: 4.6875vw;
  }
}

.result .bg .inner .graph .ttl-graph {
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .graph .ttl-graph {
    font-size: 1.8rem;
  }
}

.result .bg .inner .graph .main-graph {
  width: 95%;
  max-width: 1038px;
  margin-left: auto;
  height: 400px;
  position: relative;
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .graph .main-graph {
    width: 87%;
    margin: 0 auto;
    margin-top: 10vw;
    height: 48.71795vw;
  }
}

.result .bg .inner .graph .main-graph ul.line {
  display: flex;
  flex-direction: column;
  height: 100%;
  z-index: 5;
  border-left: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

.result .bg .inner .graph .main-graph ul.line li {
  height: 25%;
  position: relative;
}

.result .bg .inner .graph .main-graph ul.line li:nth-child(odd) {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-style: dotted;
  background-color: #EEEEEE;
}

.result .bg .inner .graph .main-graph ul.line li .num {
  font-size: 1.6rem;
  position: absolute;
  top: -14px;
  left: -46px;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .graph .main-graph ul.line li .num {
    font-size: 0.9rem;
    top: -2vw;
    left: -9vw;
  }
}

.result .bg .inner .graph .main-graph ul.line li .num-0 {
  font-size: 1.6rem;
  position: absolute;
  top: -14px;
  left: -46px;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .graph .main-graph ul.line li .num-0 {
    font-size: 0.9rem;
    top: -2vw;
    left: -9vw;
  }
}

.result .bg .inner .graph .main-graph ul.line li .num-0::after {
  content: "0";
  font-size: 1.6rem;
  display: block;
  position: absolute;
  top: 98px;
  left: 10px;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .graph .main-graph ul.line li .num-0::after {
    top: 12vw;
    left: 3vw;
    font-size: 0.9rem;
  }
}

.result .bg .inner .graph .main-graph ul.line li .num-top {
  font-size: 1.6rem;
  position: absolute;
  top: -14px;
  left: -46px;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .graph .main-graph ul.line li .num-top {
    font-size: 0.9rem;
    top: -2vw;
    left: -9vw;
  }
}

.result .bg .inner .graph .main-graph ul.line li .num-top::before {
  content: "";
  display: block;
  position: absolute;
  height: 15px;
  width: 1px;
  background-color: #999999;
  left: 45px;
  top: 0px;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .graph .main-graph ul.line li .num-top::before {
    top: -2vw;
    left: 8.7vw;
  }
}

.result .bg .inner .graph .main-graph ul.bo {
  position: absolute;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: flex-end;
  top: 0;
  left: 0;
  width: 90%;
  max-width: 992px;
  left: 5%;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .graph .main-graph ul.bo {
    left: 5%;
    width: 90%;
  }
}

.result .bg .inner .graph .main-graph ul.bo li {
  width: 90%;
  margin: 0 5%;
  max-width: 400px;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .graph .main-graph ul.bo li {
    margin: 0 3%;
  }
}

.result .bg .inner .graph .main-graph ul.bo .pre {
  background-color: #2a7ac7;
  position: relative;
}

.result .bg .inner .graph .main-graph ul.bo .mai {
  background-color: #189336;
  position: relative;
}

.result .bg .inner .graph .main-graph ul.bo .post {
  background-color: #a170a9;
  position: relative;
}

.result .bg .inner .graph .main-graph ul.bo .total {
  background-color: #686868;
  position: relative;
}

.result .bg .inner .graph .main-graph ul.bo span {
  position: absolute;
  bottom: -40px;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .graph .main-graph ul.bo span {
    bottom: -2em;
    font-size: 1.3rem;
  }
}

.result .bg .inner .graph .main-graph ul.bo p {
  position: absolute;
  font-size: 1.6rem;
  font-weight: bold;
  top: -27px;
  left: 0%;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .graph .main-graph ul.bo p {
    font-size: 1.4rem;
    top: -5vw;
  }
}

.result .bg .inner .graph .main-graph ul.name {
  display: flex;
  width: 70%;
  max-width: 990px;
  margin: 0 auto;
  justify-content: space-between;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .graph .main-graph ul.name {
    margin-top: 1vw;
    width: 79%;
  }
}

.result .bg .inner .graph .main-graph ul.name li {
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .graph .main-graph ul.name li {
    font-size: 1.2rem;
    text-align: center;
  }
}

.result .bg .inner .graph .main-graph ul.name li.clear {
  font-size: 1.6rem;
  font-weight: bold;
  margin-left: -20px;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .graph .main-graph ul.name li.clear {
    font-size: 1.2rem;
    margin-left: -3vw;
  }
}

.result .bg .inner .bot-text {
  padding-top: 1em;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .bot-text {
    padding: 1.5em;
  }
}

.result .bg .inner .bot-text p {
  font-size: 1.4rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .bot-text p {
    font-size: 1.2rem;
  }
}

.result .bg .inner .bot-text .sm {
  font-size: 1.1rem;
  color: #fff;
  padding: 10px 0 0 10px;
}

@media screen and (max-width: 767px) {
  .result .bg .inner .bot-text .sm {
    font-size: 1.2rem;
    padding: 2vw 0 0 0;
    line-height: 5.12821vw;
  }
}

.inquiry {
  position: relative;
  width: 100%;
}

.inquiry .txt {
  width: 50%;
  position: absolute;
  top: 24%;
  right: 0px;
}

@media screen and (max-width: 767px) {
  .inquiry .txt {
    top: 4vw;
    left: 51vw;
  }
}

.inquiry .txt .big-ttl {
  font-size: 3.2rem;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .inquiry .txt .big-ttl {
    font-size: 1.8rem;
  }
}

.inquiry .txt p.pc {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  line-height: 34px;
}

@media screen and (max-width: 767px) {
  .anq-sp {
    margin-top: 0;
    position: fixed;
    bottom: -1vw;
    z-index: 9999;
  }
}

@media screen and (max-width: 767px) {
  .anq-sp button {
    background: #0075be;
    background: linear-gradient(90deg, #0075be 10%, #0080a1 24%, #04a674 59%, #01a33e 86%);
    border-radius: 0;
    cursor: pointer;
    width: 110vw;
    padding: 5vw 0;
  }
}

@media screen and (max-width: 767px) {
  .anq-sp button a {
    color: #fff;
    font-size: 1.6rem;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -9vw;
  }
  .anq-sp button a::before {
    content: url(../../image/eti/result/post-icon-sp.svg);
    width: 21px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 2vw;
  }
}

/*--------------------------------------
 モーダル
---------------------------------------*/
.mdlWrap {
  display: none;
  background-color: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
}

.mdlWrap input {
  border: 0px;
}

.mdlWrap.show {
  display: block;
}

.mdlWrap * {
  box-sizing: border-box;
}

.mdlWrap button {
  padding: 0;
  border: 0px;
}

.mdlWrap .mdl {
  width: 100%;
  height: 100%;
  position: relative;
}

@media screen and (min-width: 768px) {
  .mdlWrap .mdl {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .mdlWrap .mdl {
    padding: 90px 20px 0;
  }
}

.mdlWrap .mdl .mdlCls {
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .mdlWrap .mdl .mdlCls {
    background-image: url("../../image/eti/mdl_cls_wht.svg");
    width: 49px;
    height: 49px;
    top: 125.79px;
    right: 36.8px;
    transition: opacity 0.3s;
  }
  .mdlWrap .mdl .mdlCls:not([disabled]):hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  .mdlWrap .mdl .mdlCls {
    background-image: url("../../image/eti/mdl_cls_blk.svg");
    width: 22.41px;
    height: 22.41px;
    top: 102.29px;
    right: 35.3px;
  }
}

.mdlWrap .mdlBox {
  background-color: #fff;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .mdlWrap .mdlBox {
    width: 657px;
    padding: 26px 30px 24px;
  }
}

@media screen and (max-width: 767px) {
  .mdlWrap .mdlBox {
    width: 100%;
    padding: 20px 0 27px;
  }
}

.mdlWrap .mdlBox h2 {
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .mdlWrap .mdlBox h2 {
    margin-bottom: 2px;
  }
}

@media screen and (max-width: 767px) {
  .mdlWrap .mdlBox h2 {
    margin: 0 55px 4px 17px;
  }
}

.mdlWrap .mdlBox .txtIpt {
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .mdlWrap .mdlBox .txtIpt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
  }
}

.mdlWrap .mdlBox .txtIpt p {
  font-size: 1.0em;
}

@media screen and (max-width: 767px) {
  .mdlWrap .mdlBox .txtIpt p {
    margin: 0 17px 11px;
  }
}

@media screen and (min-width: 768px) {
  .mdlWrap .mdlBox .txtIpt .iptCountry {
    width: 259px;
  }
}

@media screen and (max-width: 767px) {
  .mdlWrap .mdlBox .txtIpt .iptCountry {
    background-color: #666;
    padding: 12px 16px;
  }
}

.mdlWrap .mdlBox .txtIpt .iptCountry .iptBox {
  position: relative;
}

.mdlWrap .mdlBox .txtIpt .iptCountry .iptBox input {
  background-color: #eee;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .mdlWrap .mdlBox .txtIpt .iptCountry .iptBox input {
    padding: 0 42px 0 11px;
  }
}

@media screen and (max-width: 767px) {
  .mdlWrap .mdlBox .txtIpt .iptCountry .iptBox input {
    padding: 0 45px 0 14px;
  }
}

.mdlWrap .mdlBox .txtIpt .iptCountry .iptBox button {
  content: "";
  background: url("../../image/eti/icn_search.svg") 0 0 no-repeat;
  background-size: contain;
  width: 21.78px;
  height: 22.22px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

@media screen and (min-width: 768px) {
  .mdlWrap .mdlBox .txtIpt .iptCountry .iptBox button {
    right: 10.5px;
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .mdlWrap .mdlBox .txtIpt .iptCountry .iptBox button:not([disabled]):hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  .mdlWrap .mdlBox .txtIpt .iptCountry .iptBox button {
    right: 13.5px;
  }
}

@media screen and (min-width: 768px) {
  .mdlWrap .mdlBox .mapBox {
    margin-bottom: 12px;
  }
}

.mdlWrap .mdlBox .mapBox .iframe {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .mdlWrap .mdlBox .mapBox .iframe {
    height: 340px;
  }
}

@media screen and (max-width: 767px) {
  .mdlWrap .mdlBox .mapBox .iframe {
    height: 238px;
  }
}

@media screen and (min-width: 768px) {
  .mdlWrap .mdlBox .partPos {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .mdlWrap .mdlBox .partPos {
    padding: 11px 16px 0;
  }
}

.mdlWrap .mdlBox .partPos .longiLati {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .mdlWrap .mdlBox .partPos .longiLati {
    justify-content: space-between;
    margin-bottom: 13px;
  }
}

.mdlWrap .mdlBox .partPos .longiLati label {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .mdlWrap .mdlBox .partPos .longiLati label {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .mdlWrap .mdlBox .partPos .longiLati label {
    width: 48.11321%;
    font-size: 1.2rem;
  }
}

.mdlWrap .mdlBox .partPos .longiLati label span {
  flex-shrink: 0;
  font-weight: bold;
}

.mdlWrap .mdlBox .partPos .longiLati label input {
  background-color: #eee;
  border-radius: 5px;
}

@media screen and (min-width: 768px) {
  .mdlWrap .mdlBox .partPos .longiLati label input {
    width: 143px;
    height: 40px;
    margin-left: 11px;
    padding: 0 11px;
    letter-spacing: -0.015em;
  }
}

@media screen and (max-width: 767px) {
  .mdlWrap .mdlBox .partPos .longiLati label input {
    width: 100%;
    height: 29px;
    margin-left: 6px;
    padding: 0 10px;
    letter-spacing: -0.03em;
  }
}

@media screen and (min-width: 768px) {
  .mdlWrap .mdlBox .partPos .longiLati label.lati {
    margin-left: 17px;
  }
}

.mdlWrap .mdlBox .partPos .btnBox button {
  background-color: #000;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
}

@media screen and (min-width: 768px) {
  .mdlWrap .mdlBox .partPos .btnBox button {
    width: 199px;
    height: 40px;
    font-size: 1.6rem;
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .mdlWrap .mdlBox .partPos .btnBox button:not([disabled]):hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .mdlWrap .mdlBox .partPos .btnBox button {
    width: 100%;
    height: 59px;
    font-size: 1.8rem;
  }
}

/*--------------------------------------
 モーダル
---------------------------------------*/
.loadingWrap {
  display: none;
  background-color: rgba(255, 255, 255, 0.89);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
}

.loadingWrap.show {
  display: block;
}

.loadingWrap * {
  box-sizing: border-box;
}

.loadingWrap .loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

@media screen and (min-width: 768px) {
  .loadingWrap .loading {
    padding-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .loadingWrap .loading {
    padding-top: 66px;
  }
}

.loadingWrap .loading dl {
  text-align: center;
}

.loadingWrap .loading dd {
  margin-top: 83px;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
}

.loader {
  margin: 0 auto;
  font-size: 1.0em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: animLoad 1.1s infinite ease;
  animation: animLoad 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes animLoad {
  0%,
  100% {
    box-shadow: 0 -4.7em 0 0 #383A39, 2.35em -4.1em 0 0 #111111, 4.1em -2.35em 0 0 #000000, 4.7em 0 0 0 #ffffff, 4.1em 2.35em 0 0 #F2F7F7, 2.35em 4.1em 0 0 #F2F4F4, 0 4.7em 0 0 #ECEEEE, -2.35em 4.1em 0 0 #D9DDDD, -4.1em 2.35em 0 0 #C5CCCB, -4.7em 0 0 0 #B2BBBA, -2.35em -4.1em 0 0 #9FAAA9, -4.1em -2.35em 0 0 #77807F;
  }
  8.3334% {
    box-shadow: 0 -4.7em 0 0 #77807F, 2.35em -4.1em 0 0 #383A39, 4.1em -2.35em 0 0 #111111, 4.7em 0 0 0 #000000, 4.1em 2.35em 0 0 #ffffff, 2.35em 4.1em 0 0 #F2F7F7, 0 4.7em 0 0 #F2F4F4, -2.35em 4.1em 0 0 #ECEEEE, -4.1em 2.35em 0 0 #D9DDDD, -4.7em 0 0 0 #C5CCCB, -2.35em -4.1em 0 0 #B2BBBA, -4.1em -2.35em 0 0 #9FAAA9;
  }
  16.6667% {
    box-shadow: 0 -4.7em 0 0 #9FAAA9, 2.35em -4.1em 0 0 #77807F, 4.1em -2.35em 0 0 #383A39, 4.7em 0 0 0 #111111, 4.1em 2.35em 0 0 #000000, 2.35em 4.1em 0 0 #ffffff, 0 4.7em 0 0 #F2F7F7, -2.35em 4.1em 0 0 #F2F4F4, -4.1em 2.35em 0 0 #ECEEEE, -4.7em 0 0 0 #D9DDDD, -2.35em -4.1em 0 0 #C5CCCB, -4.1em -2.35em 0 0 #B2BBBA;
  }
  25% {
    box-shadow: 0 -4.7em 0 0 #B2BBBA, 2.35em -4.1em 0 0 #9FAAA9, 4.1em -2.35em 0 0 #77807F, 4.7em 0 0 0 #383A39, 4.1em 2.35em 0 0 #111111, 2.35em 4.1em 0 0 #000000, 0 4.7em 0 0 #ffffff, -2.35em 4.1em 0 0 #F2F7F7, -4.1em 2.35em 0 0 #F2F4F4, -4.7em 0 0 0 #ECEEEE, -2.35em -4.1em 0 0 #D9DDDD, -4.1em -2.35em 0 0 #C5CCCB;
  }
  33.3334% {
    box-shadow: 0 -4.7em 0 0 #C5CCCB, 2.35em -4.1em 0 0 #B2BBBA, 4.1em -2.35em 0 0 #9FAAA9, 4.7em 0 0 0 #77807F, 4.1em 2.35em 0 0 #383A39, 2.35em 4.1em 0 0 #111111, 0 4.7em 0 0 #000000, -2.35em 4.1em 0 0 #ffffff, -4.1em 2.35em 0 0 #F2F7F7, -4.7em 0 0 0 #F2F4F4, -2.35em -4.1em 0 0 #ECEEEE, -4.1em -2.35em 0 0 #D9DDDD;
  }
  41.6667% {
    box-shadow: 0 -4.7em 0 0 #D9DDDD, 2.35em -4.1em 0 0 #C5CCCB, 4.1em -2.35em 0 0 #B2BBBA, 4.7em 0 0 0 #9FAAA9, 4.1em 2.35em 0 0 #77807F, 2.35em 4.1em 0 0 #383A39, 0 4.7em 0 0 #111111, -2.35em 4.1em 0 0 #000000, -4.1em 2.35em 0 0 #ffffff, -4.7em 0 0 0 #F2F7F7, -2.35em -4.1em 0 0 #F2F4F4, -4.1em -2.35em 0 0 #ECEEEE;
  }
  50% {
    box-shadow: 0 -4.7em 0 0 #ECEEEE, 2.35em -4.1em 0 0 #D9DDDD, 4.1em -2.35em 0 0 #C5CCCB, 4.7em 0 0 0 #B2BBBA, 4.1em 2.35em 0 0 #9FAAA9, 2.35em 4.1em 0 0 #77807F, 0 4.7em 0 0 #383A39, -2.35em 4.1em 0 0 #111111, -4.1em 2.35em 0 0 #000000, -4.7em 0 0 0 #ffffff, -2.35em -4.1em 0 0 #F2F7F7, -4.1em -2.35em 0 0 #F2F4F4;
  }
  58.3334% {
    box-shadow: 0 -4.7em 0 0 #F2F4F4, 2.35em -4.1em 0 0 #ECEEEE, 4.1em -2.35em 0 0 #D9DDDD, 4.7em 0 0 0 #C5CCCB, 4.1em 2.35em 0 0 #B2BBBA, 2.35em 4.1em 0 0 #9FAAA9, 0 4.7em 0 0 #77807F, -2.35em 4.1em 0 0 #383A39, -4.1em 2.35em 0 0 #111111, -4.7em 0 0 0 #000000, -2.35em -4.1em 0 0 #ffffff, -4.1em -2.35em 0 0 #F2F7F7;
  }
  66.6667% {
    box-shadow: 0 -4.7em 0 0 #F2F7F7, 2.35em -4.1em 0 0 #F2F4F4, 4.1em -2.35em 0 0 #ECEEEE, 4.7em 0 0 0 #D9DDDD, 4.1em 2.35em 0 0 #C5CCCB, 2.35em 4.1em 0 0 #B2BBBA, 0 4.7em 0 0 #9FAAA9, -2.35em 4.1em 0 0 #77807F, -4.1em 2.35em 0 0 #383A39, -4.7em 0 0 0 #111111, -2.35em -4.1em 0 0 #000000, -4.1em -2.35em 0 0 #ffffff;
  }
  75% {
    box-shadow: 0 -4.7em 0 0 #ffffff, 2.35em -4.1em 0 0 #F2F7F7, 4.1em -2.35em 0 0 #F2F4F4, 4.7em 0 0 0 #ECEEEE, 4.1em 2.35em 0 0 #D9DDDD, 2.35em 4.1em 0 0 #C5CCCB, 0 4.7em 0 0 #B2BBBA, -2.35em 4.1em 0 0 #9FAAA9, -4.1em 2.35em 0 0 #77807F, -4.7em 0 0 0 #383A39, -2.35em -4.1em 0 0 #111111, -4.1em -2.35em 0 0 #000000;
  }
  83.3334% {
    box-shadow: 0 -4.7em 0 0 #000000, 2.35em -4.1em 0 0 #ffffff, 4.1em -2.35em 0 0 #F2F7F7, 4.7em 0 0 0 #F2F4F4, 4.1em 2.35em 0 0 #ECEEEE, 2.35em 4.1em 0 0 #D9DDDD, 0 4.7em 0 0 #C5CCCB, -2.35em 4.1em 0 0 #B2BBBA, -4.1em 2.35em 0 0 #9FAAA9, -4.7em 0 0 0 #77807F, -2.35em -4.1em 0 0 #383A39, -4.1em -2.35em 0 0 #111111;
  }
  91.6667% {
    box-shadow: 0 -4.7em 0 0 #111111, 2.35em -4.1em 0 0 #000000, 4.1em -2.35em 0 0 #ffffff, 4.7em 0 0 0 #F2F7F7, 4.1em 2.35em 0 0 #F2F4F4, 2.35em 4.1em 0 0 #ECEEEE, 0 4.7em 0 0 #D9DDDD, -2.35em 4.1em 0 0 #C5CCCB, -4.1em 2.35em 0 0 #B2BBBA, -4.7em 0 0 0 #9FAAA9, -2.35em -4.1em 0 0 #77807F, -4.1em -2.35em 0 0 #383A39;
  }
}

@keyframes animLoad {
  0%,
  100% {
    box-shadow: 0 -4.7em 0 0 #383A39, 2.35em -4.1em 0 0 #111111, 4.1em -2.35em 0 0 #000000, 4.7em 0 0 0 #ffffff, 4.1em 2.35em 0 0 #F2F7F7, 2.35em 4.1em 0 0 #F2F4F4, 0 4.7em 0 0 #ECEEEE, -2.35em 4.1em 0 0 #D9DDDD, -4.1em 2.35em 0 0 #C5CCCB, -4.7em 0 0 0 #B2BBBA, -2.35em -4.1em 0 0 #9FAAA9, -4.1em -2.35em 0 0 #77807F;
  }
  8.3334% {
    box-shadow: 0 -4.7em 0 0 #77807F, 2.35em -4.1em 0 0 #383A39, 4.1em -2.35em 0 0 #111111, 4.7em 0 0 0 #000000, 4.1em 2.35em 0 0 #ffffff, 2.35em 4.1em 0 0 #F2F7F7, 0 4.7em 0 0 #F2F4F4, -2.35em 4.1em 0 0 #ECEEEE, -4.1em 2.35em 0 0 #D9DDDD, -4.7em 0 0 0 #C5CCCB, -2.35em -4.1em 0 0 #B2BBBA, -4.1em -2.35em 0 0 #9FAAA9;
  }
  16.6667% {
    box-shadow: 0 -4.7em 0 0 #9FAAA9, 2.35em -4.1em 0 0 #77807F, 4.1em -2.35em 0 0 #383A39, 4.7em 0 0 0 #111111, 4.1em 2.35em 0 0 #000000, 2.35em 4.1em 0 0 #ffffff, 0 4.7em 0 0 #F2F7F7, -2.35em 4.1em 0 0 #F2F4F4, -4.1em 2.35em 0 0 #ECEEEE, -4.7em 0 0 0 #D9DDDD, -2.35em -4.1em 0 0 #C5CCCB, -4.1em -2.35em 0 0 #B2BBBA;
  }
  25% {
    box-shadow: 0 -4.7em 0 0 #B2BBBA, 2.35em -4.1em 0 0 #9FAAA9, 4.1em -2.35em 0 0 #77807F, 4.7em 0 0 0 #383A39, 4.1em 2.35em 0 0 #111111, 2.35em 4.1em 0 0 #000000, 0 4.7em 0 0 #ffffff, -2.35em 4.1em 0 0 #F2F7F7, -4.1em 2.35em 0 0 #F2F4F4, -4.7em 0 0 0 #ECEEEE, -2.35em -4.1em 0 0 #D9DDDD, -4.1em -2.35em 0 0 #C5CCCB;
  }
  33.3334% {
    box-shadow: 0 -4.7em 0 0 #C5CCCB, 2.35em -4.1em 0 0 #B2BBBA, 4.1em -2.35em 0 0 #9FAAA9, 4.7em 0 0 0 #77807F, 4.1em 2.35em 0 0 #383A39, 2.35em 4.1em 0 0 #111111, 0 4.7em 0 0 #000000, -2.35em 4.1em 0 0 #ffffff, -4.1em 2.35em 0 0 #F2F7F7, -4.7em 0 0 0 #F2F4F4, -2.35em -4.1em 0 0 #ECEEEE, -4.1em -2.35em 0 0 #D9DDDD;
  }
  41.6667% {
    box-shadow: 0 -4.7em 0 0 #D9DDDD, 2.35em -4.1em 0 0 #C5CCCB, 4.1em -2.35em 0 0 #B2BBBA, 4.7em 0 0 0 #9FAAA9, 4.1em 2.35em 0 0 #77807F, 2.35em 4.1em 0 0 #383A39, 0 4.7em 0 0 #111111, -2.35em 4.1em 0 0 #000000, -4.1em 2.35em 0 0 #ffffff, -4.7em 0 0 0 #F2F7F7, -2.35em -4.1em 0 0 #F2F4F4, -4.1em -2.35em 0 0 #ECEEEE;
  }
  50% {
    box-shadow: 0 -4.7em 0 0 #ECEEEE, 2.35em -4.1em 0 0 #D9DDDD, 4.1em -2.35em 0 0 #C5CCCB, 4.7em 0 0 0 #B2BBBA, 4.1em 2.35em 0 0 #9FAAA9, 2.35em 4.1em 0 0 #77807F, 0 4.7em 0 0 #383A39, -2.35em 4.1em 0 0 #111111, -4.1em 2.35em 0 0 #000000, -4.7em 0 0 0 #ffffff, -2.35em -4.1em 0 0 #F2F7F7, -4.1em -2.35em 0 0 #F2F4F4;
  }
  58.3334% {
    box-shadow: 0 -4.7em 0 0 #F2F4F4, 2.35em -4.1em 0 0 #ECEEEE, 4.1em -2.35em 0 0 #D9DDDD, 4.7em 0 0 0 #C5CCCB, 4.1em 2.35em 0 0 #B2BBBA, 2.35em 4.1em 0 0 #9FAAA9, 0 4.7em 0 0 #77807F, -2.35em 4.1em 0 0 #383A39, -4.1em 2.35em 0 0 #111111, -4.7em 0 0 0 #000000, -2.35em -4.1em 0 0 #ffffff, -4.1em -2.35em 0 0 #F2F7F7;
  }
  66.6667% {
    box-shadow: 0 -4.7em 0 0 #F2F7F7, 2.35em -4.1em 0 0 #F2F4F4, 4.1em -2.35em 0 0 #ECEEEE, 4.7em 0 0 0 #D9DDDD, 4.1em 2.35em 0 0 #C5CCCB, 2.35em 4.1em 0 0 #B2BBBA, 0 4.7em 0 0 #9FAAA9, -2.35em 4.1em 0 0 #77807F, -4.1em 2.35em 0 0 #383A39, -4.7em 0 0 0 #111111, -2.35em -4.1em 0 0 #000000, -4.1em -2.35em 0 0 #ffffff;
  }
  75% {
    box-shadow: 0 -4.7em 0 0 #ffffff, 2.35em -4.1em 0 0 #F2F7F7, 4.1em -2.35em 0 0 #F2F4F4, 4.7em 0 0 0 #ECEEEE, 4.1em 2.35em 0 0 #D9DDDD, 2.35em 4.1em 0 0 #C5CCCB, 0 4.7em 0 0 #B2BBBA, -2.35em 4.1em 0 0 #9FAAA9, -4.1em 2.35em 0 0 #77807F, -4.7em 0 0 0 #383A39, -2.35em -4.1em 0 0 #111111, -4.1em -2.35em 0 0 #000000;
  }
  83.3334% {
    box-shadow: 0 -4.7em 0 0 #000000, 2.35em -4.1em 0 0 #ffffff, 4.1em -2.35em 0 0 #F2F7F7, 4.7em 0 0 0 #F2F4F4, 4.1em 2.35em 0 0 #ECEEEE, 2.35em 4.1em 0 0 #D9DDDD, 0 4.7em 0 0 #C5CCCB, -2.35em 4.1em 0 0 #B2BBBA, -4.1em 2.35em 0 0 #9FAAA9, -4.7em 0 0 0 #77807F, -2.35em -4.1em 0 0 #383A39, -4.1em -2.35em 0 0 #111111;
  }
  91.6667% {
    box-shadow: 0 -4.7em 0 0 #111111, 2.35em -4.1em 0 0 #000000, 4.1em -2.35em 0 0 #ffffff, 4.7em 0 0 0 #F2F7F7, 4.1em 2.35em 0 0 #F2F4F4, 2.35em 4.1em 0 0 #ECEEEE, 0 4.7em 0 0 #D9DDDD, -2.35em 4.1em 0 0 #C5CCCB, -4.1em 2.35em 0 0 #B2BBBA, -4.7em 0 0 0 #9FAAA9, -2.35em -4.1em 0 0 #77807F, -4.1em -2.35em 0 0 #383A39;
  }
}

/*--------------------------------------
 モーダル
---------------------------------------*/
.notfoundWrap {
  display: none;
  background-color: rgba(255, 255, 255, 0.89);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
}

.notfoundWrap.show {
  display: block;
}

.notfoundWrap * {
  box-sizing: border-box;
}

.notfoundWrap .notfound {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

@media screen and (min-width: 768px) {
  .notfoundWrap .notfound {
    padding-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .notfoundWrap .notfound {
    padding-top: 66px;
  }
}

.notfoundWrap .notfound dl {
  text-align: center;
}

.notfoundWrap .notfound dt {
  font-weight: bold;
  line-height: 1.64;
}

@media screen and (min-width: 768px) {
  .notfoundWrap .notfound dt {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .notfoundWrap .notfound dt {
    font-size: 1.8rem;
  }
}

.notfoundWrap .notfound dd {
  font-weight: bold;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .notfoundWrap .notfound dd {
    margin-top: 37px;
  }
}

@media screen and (max-width: 767px) {
  .notfoundWrap .notfound dd {
    margin: 20px 20px 0;
  }
}

.notfoundWrap .notfound dd a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  height: 72px;
  margin: auto;
  color: #fff;
  font-size: 2.2rem;
  border-radius: 8px;
  transition: opacity 0.3s;
}

.notfoundWrap .notfound dd a:not([disabled]):hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .notfoundWrap .notfound dd a {
    width: 351px;
  }
}

.notfoundWrap .notfound dd a:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

/*-- Width --*/
.WAuto {
  width: auto !important;
}

/*-- Margin --*/
.M0 {
  margin: 0 !important;
}

.MA {
  margin: auto !important;
}

.MTA {
  margin-top: auto !important;
}

.MRA {
  margin-right: auto !important;
}

.MBA {
  margin-bottom: auto !important;
}

.MLA {
  margin-left: auto !important;
}

/*-- Padding --*/
.P0 {
  padding: 0 !important;
}

.PA {
  padding: auto !important;
}

.PTA {
  padding-top: auto !important;
}

.PRA {
  padding-right: auto !important;
}

.PBA {
  padding-bottom: auto !important;
}

.PLA {
  padding-left: auto !important;
}

/*-- Font --*/
.ffNS {
  font-family: "Noto Sans Japanese";
}

.fz6 {
  font-size: 6px;
}

.fz6R {
  font-size: 0.6rem;
}

.fz7 {
  font-size: 7px;
}

.fz7R {
  font-size: 0.7rem;
}

.fz8 {
  font-size: 8px;
}

.fz8R {
  font-size: 0.8rem;
}

.fz9 {
  font-size: 9px;
}

.fz9R {
  font-size: 0.9rem;
}

.fz10 {
  font-size: 10px;
}

.fz10R {
  font-size: 1rem;
}

.fz11 {
  font-size: 11px;
}

.fz11R {
  font-size: 1.1rem;
}

.fz12 {
  font-size: 12px;
}

.fz12R {
  font-size: 1.2rem;
}

.fz13 {
  font-size: 13px;
}

.fz13R {
  font-size: 1.3rem;
}

.fz14 {
  font-size: 14px;
}

.fz14R {
  font-size: 1.4rem;
}

.fz15 {
  font-size: 15px;
}

.fz15R {
  font-size: 1.5rem;
}

.fz16 {
  font-size: 16px;
}

.fz16R {
  font-size: 1.6rem;
}

.fz17 {
  font-size: 17px;
}

.fz17R {
  font-size: 1.7rem;
}

.fz18 {
  font-size: 18px;
}

.fz18R {
  font-size: 1.8rem;
}

.fz19 {
  font-size: 19px;
}

.fz19R {
  font-size: 1.9rem;
}

.fz20 {
  font-size: 20px;
}

.fz20R {
  font-size: 2rem;
}

.fz21 {
  font-size: 21px;
}

.fz21R {
  font-size: 2.1rem;
}

.fz22 {
  font-size: 22px;
}

.fz22R {
  font-size: 2.2rem;
}

.fz23 {
  font-size: 23px;
}

.fz23R {
  font-size: 2.3rem;
}

.fz24 {
  font-size: 24px;
}

.fz24R {
  font-size: 2.4rem;
}

.fz25 {
  font-size: 25px;
}

.fz25R {
  font-size: 2.5rem;
}

.fz26 {
  font-size: 26px;
}

.fz26R {
  font-size: 2.6rem;
}

.fz27 {
  font-size: 27px;
}

.fz27R {
  font-size: 2.7rem;
}

.fz28 {
  font-size: 28px;
}

.fz28R {
  font-size: 2.8rem;
}

.fz29 {
  font-size: 29px;
}

.fz29R {
  font-size: 2.9rem;
}

.fz30 {
  font-size: 30px;
}

.fz30R {
  font-size: 3rem;
}

.fz31 {
  font-size: 31px;
}

.fz31R {
  font-size: 3.1rem;
}

.fz32 {
  font-size: 32px;
}

.fz32R {
  font-size: 3.2rem;
}

.fz33 {
  font-size: 33px;
}

.fz33R {
  font-size: 3.3rem;
}

.fz34 {
  font-size: 34px;
}

.fz34R {
  font-size: 3.4rem;
}

.fz35 {
  font-size: 35px;
}

.fz35R {
  font-size: 3.5rem;
}

.fz36 {
  font-size: 36px;
}

.fz36R {
  font-size: 3.6rem;
}

.fz37 {
  font-size: 37px;
}

.fz37R {
  font-size: 3.7rem;
}

.fz38 {
  font-size: 38px;
}

.fz38R {
  font-size: 3.8rem;
}

.fz39 {
  font-size: 39px;
}

.fz39R {
  font-size: 3.9rem;
}

.fz40 {
  font-size: 40px;
}

.fz40R {
  font-size: 4rem;
}

.fz41 {
  font-size: 41px;
}

.fz41R {
  font-size: 4.1rem;
}

.fz42 {
  font-size: 42px;
}

.fz42R {
  font-size: 4.2rem;
}

.fz43 {
  font-size: 43px;
}

.fz43R {
  font-size: 4.3rem;
}

.fz44 {
  font-size: 44px;
}

.fz44R {
  font-size: 4.4rem;
}

.fz45 {
  font-size: 45px;
}

.fz45R {
  font-size: 4.5rem;
}

.fz46 {
  font-size: 46px;
}

.fz46R {
  font-size: 4.6rem;
}

.fz47 {
  font-size: 47px;
}

.fz47R {
  font-size: 4.7rem;
}

.fz48 {
  font-size: 48px;
}

.fz48R {
  font-size: 4.8rem;
}

.fz49 {
  font-size: 49px;
}

.fz49R {
  font-size: 4.9rem;
}

.fz50 {
  font-size: 50px;
}

.fz50R {
  font-size: 5rem;
}

.fwB {
  font-weight: bold !important;
}

.fwN {
  font-weight: normal !important;
}

.lh8 {
  line-height: 0.8 !important;
}

.lh9 {
  line-height: 0.9 !important;
}

.lh10 {
  line-height: 1 !important;
}

.lh11 {
  line-height: 1.1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh15 {
  line-height: 1.5 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh17 {
  line-height: 1.7 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh19 {
  line-height: 1.9 !important;
}

.lh20 {
  line-height: 2 !important;
}

.lh21 {
  line-height: 2.1 !important;
}

.lh22 {
  line-height: 2.2 !important;
}

.lh23 {
  line-height: 2.3 !important;
}

.lh24 {
  line-height: 2.4 !important;
}

.lh25 {
  line-height: 2.5 !important;
}

.lh26 {
  line-height: 2.6 !important;
}

.lh27 {
  line-height: 2.7 !important;
}

.lh28 {
  line-height: 2.8 !important;
}

.lh29 {
  line-height: 2.9 !important;
}

.lh30 {
  line-height: 3 !important;
}

/*-- Etc --*/
.disI {
  display: inline !important;
}

.disB {
  display: block !important;
}

.disIB {
  display: inline-block !important;
}

.disT {
  display: table !important;
}

.disTC {
  display: table-cell !important;
}

.disN {
  display: none !important;
}

.disF {
  display: flex !important;
}

.jcFS {
  justify-content: flex-start !important;
}

.jcFE {
  justify-content: flex-end !important;
}

.jcC {
  justify-content: center !important;
}

.jcSB {
  justify-content: space-between !important;
}

.jcSA {
  justify-content: space-around !important;
}

.aiFS {
  align-items: flex-start !important;
}

.aiFE {
  align-items: flex-end !important;
}

.aiC {
  align-items: center !important;
}

.aiS {
  align-items: stretch !important;
}

.aiB {
  align-items: baseline !important;
}

.taL {
  text-align: left !important;
}

.taR {
  text-align: right !important;
}

.taC {
  text-align: center !important;
}

.vaT {
  vertical-align: top !important;
}

.vaM {
  vertical-align: middle !important;
}

.vaB {
  vertical-align: bottom !important;
}

.vaTB {
  vertical-align: text-bottom !important;
}

.fltL {
  float: left !important;
}

.fltR {
  float: right !important;
}

.fltN {
  float: none !important;
}

.posS {
  position: static !important;
}

.posR {
  position: relative !important;
}

.posA {
  position: absolute !important;
}

.posF {
  position: fixed !important;
}

.brWord {
  word-wrap: break-word;
}

.waNw {
  white-space: nowrap;
}

.printDown {
  display: none;
}

.printBreak {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  /*-- Width --*/
  .spWAuto {
    width: auto !important;
  }
  /*-- Margin --*/
  .spM0 {
    margin: 0 !important;
  }
  .spMA {
    margin: auto !important;
  }
  .spMTA {
    margin-top: auto !important;
  }
  .spMRA {
    margin-right: auto !important;
  }
  .spMBA {
    margin-bottom: auto !important;
  }
  .spMLA {
    margin-left: auto !important;
  }
  /*-- Padding --*/
  .spP0 {
    padding: 0 !important;
  }
  .spPA {
    padding: auto !important;
  }
  .spPTA {
    padding-top: auto !important;
  }
  .spPRA {
    padding-right: auto !important;
  }
  .spPBA {
    padding-bottom: auto !important;
  }
  .spPLA {
    padding-left: auto !important;
  }
  /*-- Font --*/
  .spFz6 {
    font-size: 6px;
  }
  .spFz6R {
    font-size: 0.6rem;
  }
  .spFz7 {
    font-size: 7px;
  }
  .spFz7R {
    font-size: 0.7rem;
  }
  .spFz8 {
    font-size: 8px;
  }
  .spFz8R {
    font-size: 0.8rem;
  }
  .spFz9 {
    font-size: 9px;
  }
  .spFz9R {
    font-size: 0.9rem;
  }
  .spFz10 {
    font-size: 10px;
  }
  .spFz10R {
    font-size: 1rem;
  }
  .spFz11 {
    font-size: 11px;
  }
  .spFz11R {
    font-size: 1.1rem;
  }
  .spFz12 {
    font-size: 12px;
  }
  .spFz12R {
    font-size: 1.2rem;
  }
  .spFz13 {
    font-size: 13px;
  }
  .spFz13R {
    font-size: 1.3rem;
  }
  .spFz14 {
    font-size: 14px;
  }
  .spFz14R {
    font-size: 1.4rem;
  }
  .spFz15 {
    font-size: 15px;
  }
  .spFz15R {
    font-size: 1.5rem;
  }
  .spFz16 {
    font-size: 16px;
  }
  .spFz16R {
    font-size: 1.6rem;
  }
  .spFz17 {
    font-size: 17px;
  }
  .spFz17R {
    font-size: 1.7rem;
  }
  .spFz18 {
    font-size: 18px;
  }
  .spFz18R {
    font-size: 1.8rem;
  }
  .spFz19 {
    font-size: 19px;
  }
  .spFz19R {
    font-size: 1.9rem;
  }
  .spFz20 {
    font-size: 20px;
  }
  .spFz20R {
    font-size: 2rem;
  }
  .spFz21 {
    font-size: 21px;
  }
  .spFz21R {
    font-size: 2.1rem;
  }
  .spFz22 {
    font-size: 22px;
  }
  .spFz22R {
    font-size: 2.2rem;
  }
  .spFz23 {
    font-size: 23px;
  }
  .spFz23R {
    font-size: 2.3rem;
  }
  .spFz24 {
    font-size: 24px;
  }
  .spFz24R {
    font-size: 2.4rem;
  }
  .spFz25 {
    font-size: 25px;
  }
  .spFz25R {
    font-size: 2.5rem;
  }
  .spFz26 {
    font-size: 26px;
  }
  .spFz26R {
    font-size: 2.6rem;
  }
  .spFz27 {
    font-size: 27px;
  }
  .spFz27R {
    font-size: 2.7rem;
  }
  .spFz28 {
    font-size: 28px;
  }
  .spFz28R {
    font-size: 2.8rem;
  }
  .spFz29 {
    font-size: 29px;
  }
  .spFz29R {
    font-size: 2.9rem;
  }
  .spFz30 {
    font-size: 30px;
  }
  .spFz30R {
    font-size: 3rem;
  }
  .spFz31 {
    font-size: 31px;
  }
  .spFz31R {
    font-size: 3.1rem;
  }
  .spFz32 {
    font-size: 32px;
  }
  .spFz32R {
    font-size: 3.2rem;
  }
  .spFz33 {
    font-size: 33px;
  }
  .spFz33R {
    font-size: 3.3rem;
  }
  .spFz34 {
    font-size: 34px;
  }
  .spFz34R {
    font-size: 3.4rem;
  }
  .spFz35 {
    font-size: 35px;
  }
  .spFz35R {
    font-size: 3.5rem;
  }
  .spFz36 {
    font-size: 36px;
  }
  .spFz36R {
    font-size: 3.6rem;
  }
  .spFz37 {
    font-size: 37px;
  }
  .spFz37R {
    font-size: 3.7rem;
  }
  .spFz38 {
    font-size: 38px;
  }
  .spFz38R {
    font-size: 3.8rem;
  }
  .spFz39 {
    font-size: 39px;
  }
  .spFz39R {
    font-size: 3.9rem;
  }
  .spFz40 {
    font-size: 40px;
  }
  .spFz40R {
    font-size: 4rem;
  }
  .spFz41 {
    font-size: 41px;
  }
  .spFz41R {
    font-size: 4.1rem;
  }
  .spFz42 {
    font-size: 42px;
  }
  .spFz42R {
    font-size: 4.2rem;
  }
  .spFz43 {
    font-size: 43px;
  }
  .spFz43R {
    font-size: 4.3rem;
  }
  .spFz44 {
    font-size: 44px;
  }
  .spFz44R {
    font-size: 4.4rem;
  }
  .spFz45 {
    font-size: 45px;
  }
  .spFz45R {
    font-size: 4.5rem;
  }
  .spFz46 {
    font-size: 46px;
  }
  .spFz46R {
    font-size: 4.6rem;
  }
  .spFz47 {
    font-size: 47px;
  }
  .spFz47R {
    font-size: 4.7rem;
  }
  .spFz48 {
    font-size: 48px;
  }
  .spFz48R {
    font-size: 4.8rem;
  }
  .spFz49 {
    font-size: 49px;
  }
  .spFz49R {
    font-size: 4.9rem;
  }
  .spFz50 {
    font-size: 50px;
  }
  .spFz50R {
    font-size: 5rem;
  }
  .spFwB {
    font-weight: bold !important;
  }
  .spFwN {
    font-weight: normal !important;
  }
  .spLh8 {
    line-height: 0.8 !important;
  }
  .spLh9 {
    line-height: 0.9 !important;
  }
  .spLh10 {
    line-height: 1 !important;
  }
  .spLh11 {
    line-height: 1.1 !important;
  }
  .spLh12 {
    line-height: 1.2 !important;
  }
  .spLh13 {
    line-height: 1.3 !important;
  }
  .spLh14 {
    line-height: 1.4 !important;
  }
  .spLh15 {
    line-height: 1.5 !important;
  }
  .spLh16 {
    line-height: 1.6 !important;
  }
  .spLh17 {
    line-height: 1.7 !important;
  }
  .spLh18 {
    line-height: 1.8 !important;
  }
  .spLh19 {
    line-height: 1.9 !important;
  }
  .spLh20 {
    line-height: 2 !important;
  }
  .spLh21 {
    line-height: 2.1 !important;
  }
  .spLh22 {
    line-height: 2.2 !important;
  }
  .spLh23 {
    line-height: 2.3 !important;
  }
  .spLh24 {
    line-height: 2.4 !important;
  }
  .spLh25 {
    line-height: 2.5 !important;
  }
  .spLh26 {
    line-height: 2.6 !important;
  }
  .spLh27 {
    line-height: 2.7 !important;
  }
  .spLh28 {
    line-height: 2.8 !important;
  }
  .spLh29 {
    line-height: 2.9 !important;
  }
  .spLh30 {
    line-height: 3 !important;
  }
  /*-- Etc --*/
  .spDisI {
    display: inline !important;
  }
  .spDisB {
    display: block !important;
  }
  .spDisIB {
    display: inline-block !important;
  }
  .spDisT {
    display: table !important;
  }
  .spDisTC {
    display: table-cell !important;
  }
  .spDisN {
    display: none !important;
  }
  .spDisF {
    display: flex !important;
  }
  .spJcFS {
    justify-content: flex-start !important;
  }
  .spJcFE {
    justify-content: flex-end !important;
  }
  .spJcC {
    justify-content: center !important;
  }
  .spJcSB {
    justify-content: space-between !important;
  }
  .spJcSA {
    justify-content: space-around !important;
  }
  .spAiFS {
    align-items: flex-start;
  }
  .spAiFE {
    align-items: flex-end !important;
  }
  .spAiC {
    align-items: center !important;
  }
  .spAiS {
    align-items: stretch !important;
  }
  .spAiB {
    align-items: baseline !important;
  }
  .spTaL {
    text-align: left !important;
  }
  .spTaR {
    text-align: right !important;
  }
  .spTaC {
    text-align: center !important;
  }
  .spVaT {
    vertical-align: top !important;
  }
  .spVaM {
    vertical-align: middle !important;
  }
  .spVaB {
    vertical-align: bottom !important;
  }
  .spVaTB {
    vertical-align: text-bottom !important;
  }
  .spFltL {
    float: left !important;
  }
  .spFltR {
    float: right !important;
  }
  .spFltN {
    float: none !important;
  }
  .spPosS {
    position: static !important;
  }
  .spPosR {
    position: relative !important;
  }
  .spPosA {
    position: absolute !important;
  }
  .spPosF {
    position: fixed !important;
  }
}

.sustainaLinkContent {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica", "Segoe UI", "Yu Gothic", "游ゴシック", YuGothic,
 "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.inquiryArea {
  color: #fff;
}

.inquiryArea .inquiryLink {
  position: relative;
  width: 100%;
  display: flex;
  color: #fff;
  align-items: center;
  height: 315px;
  background: url("../../image/eti/bg03.jpg") no-repeat;
  background-position: top center;
  background-size: cover;
  text-decoration: none;
  transition: .3s;
}

.inquiryArea .inquiryLink:hover {
  filter: brightness(1.2);
}

@media screen and (max-width: 767px) {
  .inquiryArea .inquiryLink {
    height: 150px;
    background: url("../../image/eti/bg03_sp.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 14vw;
  }
}

.inquiryArea .inquiryLink:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 50px;
  margin: auto 0;
  width: 36px;
  height: 36px;
  border-right: 6px solid #fff;
  border-bottom: 6px solid #fff;
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .inquiryArea .inquiryLink:after {
    width: 4.61538vw;
    height: 4.61538vw;
    right: 5.12821vw;
    border-right: 0.76923vw solid #fff;
    border-bottom: 0.76923vw solid #fff;
  }
}

.inquiryArea .inquiryLink .txt {
  width: 560px;
  position: relative;
  left: 50%;
  box-sizing: border-box;
  font-size: 2rem;
  line-height: 1.7;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .inquiryArea .inquiryLink .txt {
    width: 50%;
    box-sizing: border-box;
  }
}

.inquiryArea .inquiryLink .txt .areaTtl {
  display: inline-block;
  font-size: 3.1rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 1280px) {
  .inquiryArea .inquiryLink .txt .areaTtl {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .inquiryArea .inquiryLink .txt .areaTtl {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}

.inquiryArea .inquiryLink .txt p {
  font-size: 2rem;
  line-height: 1.5;
}

@media screen and (max-width: 1280px) {
  .inquiryArea .inquiryLink .txt p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .inquiryArea .inquiryLink .txt p {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    pointer-events: none;
    width: auto;
    height: 14.51282vw;
    left: -100%;
    bottom: -24vw;
    padding: 0 5vw;
    color: #333;
    font-size: 1.2rem;
    background: #fff;
  }
}

.inquiryArea .specialLink {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 0;
  background: #eeeeee;
}

@media screen and (max-width: 767px) {
  .inquiryArea .specialLink {
    display: block;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .inquiryArea .specialLink .img {
    width: 50vw;
    margin: 0 auto;
  }
  .inquiryArea .specialLink .img img {
    width: 100%;
  }
}

.inquiryArea .specialLink .txt {
  width: 525px;
  margin-left: 30px;
  font-size: 1.2rem;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .inquiryArea .specialLink .txt {
    width: auto;
    padding: 5vw 7vw;
    margin-left: 0;
  }
}

.inquiryArea .specialLink .txt a {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.inquiryArea .specialLink .txt a:hover {
  text-decoration: none;
}

.spFootTxt {
  display: none;
  color: #fff;
  padding: 1.5em;
}

@media screen and (max-width: 767px) {
  .spFootTxt {
    display: block;
  }
}

.spFootTxt a {
  color: #ffffff;
}

.noteTxt a {
  color: #fff;
}

.noteTxt .fontS {
  display: block;
  font-size: 1.2rem;
  margin-top: 0.5em;
}
