@charset "utf-8";

/*********************************************************

style.css
フォーム共通

*********************************************************/
/* #head {
  position: absolute;
} */
@media print,screen and (min-width: 768px) {
  #head {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
@media screen and (max-width: 767px) {
  /* .pageScroll #head {
    background-color: rgba(0, 0, 0, 0);
  } */
  .spBtn {
    width: 50px;
  }
}
.gnavWrap .gnav .entryLink1:not(.faqLink1),
.spBtn .entryLink2,
.startWrap,
.subNavWrap {
  display: none;
}
.red {
  color: #8c1d22;
  font-weight: 700;
}

/* formMV */
/* ---------------------------------------------------- */
.bg {
  background-image: url(../img/form/mv01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 360px;
}
.bg.type02 {
  background-image: url(../img/form/mv02.jpg);
}
.bg.type03 {
  background-image: url(../img/form/mv03.jpg);
}
@media print,screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
  .bg {
    background-image: url(../img/form/mv01_sp.jpg);
    height: 120px;
  }
  .bg.type02 {
    background-image: url(../img/form/mv02_sp.jpg);
  }
  .bg.type03 {
    background-image: url(../img/form/mv03_sp.jpg);
  }
}


/* formHead */
/* ---------------------------------------------------- */
.formWrap {
  background-color: #001f2f;
  margin-bottom: 80px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
.formWrap .formContents {
  background-color: #fff;
  width: 1000px;
  margin: 0 auto;
  padding: 60px 125px 100px;
  position: relative;
  top: -100px;
}
.formContents .h1 {
  width: 316px;
  margin: 0 auto;
}
.formWrap.type02 .formContents .h1 {
  width: 214px;
}
.formWrap.type03 .formContents .h1 {
  width: 311px;
}
.formContents .p01 {
  font-size: 13px;
  line-height: 1.62;
  letter-spacing: 0.025em;
  padding: 70px 0 40px;
}
.formContents .telContact .h2 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.025em;
  background-color: #e6e6e6;
  padding: 10px 20px;
  margin-bottom: 10px;
}
.formContents .telBox {
  border: 1px solid #d2d2d2;
  background-color: #fff;
  padding: 30px 100px;
}
.formContents .telBox .tel {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.formContents .telBox .tel .telLink {
  width: 342px;
  display: block;
}
.formContents .telBox .tel .time {
  font-size: 15px;
  letter-spacing: 0.025em;
}
.formContents .telBox .fax {
  width: 257px;
  padding-top: 25px;
}
.inputArea .h2 {
  width: 388.5px;
  margin-left: auto;
  padding: 70px 0 10px;
}
@media print,screen and (min-width: 768px) {
  .formContents .telBox .tel .telLink {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  header {
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.3s ease;
  }
  header.scroll {
    background-color: rgba(0, 0, 0, 0.75);
  }
  .formWrap {
    margin-bottom: 25px;
  }
  .formWrap .formContents {
    background-color: #fff;
    width: 90%;
    padding: 40px 5% 50px;
    top: -25px;
  }
  .formContents .h1 {
    width: 189.6px;
  }
  .formWrap.type02 .formContents .h1 {
    width: 128.4px;
  }
  .formWrap.type03 .formContents .h1 {
    width: 186.6px;
  }
  .formContents .p01 {
    font-size: 11px;
    padding: 20px 0 25px;
    text-align: center;
  }
  .formContents .telContact .h2 {
    font-size: 12px;
    padding: 5px 10px;
    text-align: center;
  }
  .formContents .telBox {
    padding: 15px 10px;
    text-align: center;
  }
  .formContents .telBox .tel {
    justify-content: center;
    flex-flow: column;
  }
  .formContents .telBox .tel .telLink {
    width: 205.2px;
  }
  .formContents .telBox .tel .time {
    font-size: 11px;
    margin-top: 5px;
  }
  .formContents .telBox .fax {
    width: 190px;
    margin: 0 auto;
    padding-top: 15px;
    padding-right: 10px;
  }
  .inputArea .h2 {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 0;
  }
}


/* inputArea */
/* ---------------------------------------------------- */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance:textfield;
}
button {
  cursor: pointer;
}
.inputArea .formTable01 {
  border: 1px solid #d2d2d2;
  border-bottom: none;
  width: 100%;
  table-layout: fixed;
}
.inputArea .formTable01 tr {
  display: flex;
}
.inputArea .formTable01 tr > th {
  border-bottom: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  background-color: #e6e6e6;
  font-size: 16px;
  letter-spacing: 0.12em;
  width: 240px;
  padding: 25px 10px 25px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inputArea .formTable01 tr > th .reqd {
  background-color: #8c1d22;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 9px 2px 10px;
}
.inputArea .formTable01 tr > td {
  border-bottom: 1px solid #d2d2d2;
  width: calc(100% - 240px);
  padding: 16px 24px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* input */
.inputArea .formTable01 input[type="text"],
.inputArea .formTable01 input[type="number"],
.inputArea .formTable01 input[type="email"],
.inputArea .formTable01 textarea {
  width: 100%;
  height: 30px;
  padding: 2px 10px;
  border: 1px solid #CCCBCC;
}
.inputArea .formTable01 textarea {
  min-height: 195px;
}

/* select */
.selectWrap {
	position: relative;
	width: 100%;
}
.selectWrap::before {
	z-index: 1;
	position: absolute;
	right: 10px;
	top: 50%;
	content: "";
  width: 0;
  height: 0;
  margin-top: -4px;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #001f2f transparent transparent transparent;
	pointer-events: none;
}
.selectWrap select{
	outline:none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	background: #fff;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 30px;
	padding: 2px 10px;
	border: 1px solid #CCCBCC;
  border-radius: 0;
	width:100%;
  cursor: pointer;
}
.selectWrap select option{
  background-color: #fff;
  color: #333;
}
.selectWrap select::-ms-expand {
  display: none;
}
.selectWrap select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #666;
}

/* otherType */
.inputArea .formTable01 tr.type01 input[type="text"],
.inputArea .formTable01 tr.type01 input[type="number"],
.inputArea .formTable01 tr.type01 input[type="email"] {
  width: 138px;
}

.inputArea .formTable01 .flexTypw01 {
  display: flex;
  align-items: center;
}
.inputArea .formTable01 .flexTypw01 .selectWrap {
  width: 110px;
}
.inputArea .formTable01 .flexTypw01 .selectWrap.type02 {
  width: 70px;
}
.inputArea .formTable01 .flexTypw01 .mini {
  margin: 0 10px 0 5px;
}
.inputArea .formTable01 .flexTypw01 .mini2 {
  margin: 0 5px 0 20px;
}
.inputArea .formTable01 .flexTypw01.type02 {
  width: 100%;
  margin-bottom: 15px;
}
.inputArea .formTable01 td > .flexTypw01.type02:last-child {
  margin-bottom: 0;
}
.inputArea .formTable01 .flexTypw01.type02 input[type="text"],
.inputArea .formTable01 .flexTypw01.type02 input[type="number"],
.inputArea .formTable01 .flexTypw01.type02 input[type="email"] {
  width: 230px;
}

/* addressBtn */
.inputArea .formTable01 .addressBtn {
  width: 70px;
  height: 30px;
  margin-left: 10px;
  background-color: #787878;
  color: #fff;
  display: block;
}

/* label */
.inputArea .formTable01 label {
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
}
.inputArea .formTable01 input[type="radio"],
.inputArea .formTable01 input[type="checkbox"] {
  display: none;
}
.inputArea .formTable01 .radio span,
.inputArea .formTable01 .check span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding-left: 20px;
}
.inputArea .formTable01 .radio span:after,
.inputArea .formTable01 .check span:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 13px;
  left: 0;
  display: block;
  margin-top: -10px;
  width: 15px;
  height: 15px;
  border: 1px solid #979797;
  content: "";
  border-radius: 2px;
}
.inputArea .formTable01 .radio span:after {
  border-radius: 100%;
}
.inputArea .formTable01 .check span:after {
  width: 13px;
  height: 13px;
}
.inputArea .formTable01 .radio span:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 11px;
  left: 3px;
  display: block;
  margin-top: -5px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  content: "";
}
.inputArea .formTable01 input[type="radio"]:checked + span:before {
  background-color: #001f2f;
}

.inputArea .formTable01 input[type="radio"]:checked + span:after {
  border-color: #001f2f;
}
.inputArea .formTable01 .check span:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 11px;
  left: 3px;
  display: block;
  margin-top: -5px;
  width: 9px;
  height: 9px;
  content: "";
  background-color: #b8bdc8;
}
.inputArea .formTable01 input[type="checkbox"]:checked + span:before {
  background-color: #001f2f;
}
.inputArea .formTable01 input[type="checkbox"]:checked + span:after {
  border-color: #001f2f;
}

/* errer */
.inputArea .error {
  width: 100%;
  color: #8c1d22;
  font-weight: 700;
  letter-spacing: 0.025em;
  padding-top: 4px;
}

/* privacyText */
.inputArea .privacyText {
  font-size: 15px;
  line-height: 1.87;
  letter-spacing: 0.025em;
  text-align: center;
  margin-top: 40px;
}
.inputArea .privacyText a {
  font-weight: 700;
  color: #8c1d22;
  text-decoration: underline;
}

/* button */
.inputArea .linkBlock {
  margin-top: 50px;
}
.inputArea .sendbtn {
  width: 355px;
  height: 75px;
  margin: 0 auto;
  color: #fff;
  background-color: #001f2f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  letter-spacing: 0.075em;
  position: relative;
  transition: background-color 0.3s ease;
}
.inputArea .sendbtn::after {
  content: "";
  width: 18px;
  height: 19px;
  background-image: url(../../common/img/ico/arrrow_1_w.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: right 0.3s ease;
}

/* thanks */
.thanksWrap {
  text-align: center;
  border: 1px solid #d2d2d2;
  background-color: #fff;
  padding: 30px 30px;
}
.thanksWrap .inner {
  display: inline-block;
}
.thanks .h3 {
  font-size: 23px;
  text-align: justify;
}
.thanks .thanksText {
  padding-top: 20px;
  font-size: 14px;
  line-height: 2;
  letter-spacing:0.075em;
  text-align: justify;
}
@media print,screen and (min-width: 768px) {
  .inputArea .formTable01.ques tr > th {
    width: 270px;
  }
  .inputArea .formTable01.ques tr > td {
    width: calc(100% - 270px);
  }

  .inputArea .privacyText a:hover {
    text-decoration: none;
  }
  /* button */
  .inputArea .sendbtn:hover {
    background-color: #3A4B58;
  }
  .inputArea .sendbtn:hover::after {
    right: 14px;
  }

  /* typeNest */
  .inputArea .formTable01 tr.typeNest > td {
    padding: 0;
    display: block;
  }
  .inputArea .formTable01 tr.typeNest > td .nest {
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
  }
  .inputArea .formTable01 tr.typeNest > td .nest:last-child {
    border-bottom: none;
  }
  .inputArea .formTable01 tr.typeNest > td .nest .subInput {
    width: 320px;
  }

  /* check */
  .inputArea .formTable01 tr > td .check {
    width: 100%;
  }
  .check .inputArea .linkBlock {
    width: 650px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
  }
  .inputArea .sendbtn.back {
    width: 250px;
    background-color: #999;
  }
  .inputArea .sendbtn.back:hover {
    background-color: #bbb;
  }
}
@media screen and (max-width: 767px) {
  .inputArea .formTable01 {
    border: none;
  }
  .inputArea .formTable01 tr {
    display: block;
  }
  .inputArea .formTable01 tr > th {
    border: none;
    background-color: transparent;
    font-size: 13px;
    width: 100%;
    padding: 20px 0 10px;
    margin-top: 5px;
    display: block;
  }
  .inputArea .formTable01 tr > th .reqd {
    line-height: 1;
    margin-left: 10px;
  }
  .inputArea .formTable01 tr > td {
    border: none;
    width: 100%;
    padding: 0;
    display: block;
  }

  /* input */
  .inputArea .formTable01 input[type="text"],
  .inputArea .formTable01 input[type="number"],
  .inputArea .formTable01 input[type="email"],
  .inputArea .formTable01 textarea {
    border: 1px solid #aaa;
    padding: 2px 6px;
  }
  .inputArea .formTable01 textarea {
    min-height: 150px;
  }

  /* otherType */
  .inputArea .formTable01 tr.type01 input[type="text"],
  .inputArea .formTable01 tr.type01 input[type="number"],
  .inputArea .formTable01 tr.type01 input[type="email"] {
    width: 150px;
  }

  .inputArea .formTable01 .flexTypw01 .selectWrap {
    width: 30%;
  }
  .inputArea .formTable01 .flexTypw01 .selectWrap.type02 {
    width: 22%;
  }
  .inputArea .formTable01 .flexTypw01 .mini {
    margin: 0 5px 0 2.5px;
  }
  .inputArea .formTable01 .flexTypw01 .mini2 {
    margin: 0 2.5px 0 10px;
  }
  .inputArea .formTable01 .flexTypw01.type02 input[type="text"],
  .inputArea .formTable01 .flexTypw01.type02 input[type="number"],
  .inputArea .formTable01 .flexTypw01.type02 input[type="email"] {
    width: 45.8vw;
  }

  /* addressBtn */
  .inputArea .formTable01 tr.typeAddress > td {
    display: flex;
  }

  /* typeNest */
  .inputArea .formTable01 tr.typeNest > th {
    background-color: #e6e6e6;
    text-align: center;
    font-size: 11px;
    padding: 6px 0;
    margin-top: 25px;
  }
  .inputArea .formTable01 tr.typeNest > td .subTit {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  /* privacyText */
  .inputArea .privacyText {
    font-size: 10.5px;
    text-align: center;
    margin-top: 20px;
  }
  .inputArea .privacyText a {
    font-weight: 700;
    color: #8c1d22;
    text-decoration: underline;
  }

  /* button */
  .inputArea .linkBlock {
    margin-top: 25px;
  }
  .inputArea .sendbtn {
    width: 100%;
    height: 55px;
    font-size: 15px;
  }
  .inputArea .sendbtn::after {
    width: 14px;
    height: 13px;
    right: 14px;
  }

  /* check */
  .check .inputArea .formTable01 tr > th {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 6px;
  }
  .check .inputArea .formTable01 tr > td {
    padding-top: 6px;
  }
  .inputArea .sendbtn.back {
    background-color: #999;
    margin-top: 20px;
    height: 40px;
  }
  .check .inputArea .linkBlock {
    display: flex;
    flex-flow: column-reverse;
  }

  /* thanks */
  .thanksWrap {
    padding: 15px;
    margin-top: 10px;
  }
  .thanks .h3 {
    font-size: 16px;
    text-align: center;
  }
  .thanks .thanksText {
    padding-top: 10px;
    font-size: 11px;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 370px) {
  /* typeNest */
  .inputArea .formTable01 tr.typeNest > th {
    font-size: 10px;
  }
}
