/* グローバル
***************************************************************/
.f_contactLink {
  display: none;
}
.spConversion {
  display: none;
}
.fBox1 {
  padding-top: 0;
}
.campainBnr1 {
  width: 230px;
  margin: 30px auto 0;
}
@media all and (min-width: 681px) {
  .campainBnr1 {
    width: 460px;
    margin-top: 60px;
  }
}
@media all and (max-width:680px) {
  .foot {
    padding-top: 78px;
  }
  .foot .goTop {
    top: 85px;
  }
}
@media all and (max-width:370px) {
}


/* フォーム共通部分
***************************************************************/
/* contactTitle */
.contactTitle {
  color: #aa9d54;
  text-align: center;
  line-height: 1.4;
  padding: 100px 0 0;
}
.contactTitle .eng {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.12em;

}
.contactTitle .tit1 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.25em;
}
/* contactFlow */
.contactFlow {
  width: 960px;
  margin: 0 auto;
  padding: 95px 0 0;
}
.contactFlow img {
  width: 100%;
  display: block;
}
/* contactText1 */
.contactText1 {
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 50px 0 0;
}
/* contactText2 */
.contactText2 {
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 60px 0 0;
}
.contactText2 a {
  border-bottom: 1px solid #3c3c3c;
  transition: none;
}
/* formWrap */
.formWrap {
  width: 925px;
  margin: 0 auto;
  padding: 90px 0 0;
}
/* telContact */
.telContact {
  width: 646px;
  height: 220px;
  margin: 100px auto 0;
}
.telContact a {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 2px solid #6c6230;
  text-align: center;
  line-height: 1.4;
  position: relative;
}
.telContact a .s1 {
  font-size: 24px;
  letter-spacing: 0.12em;
}
.telContact a .s2 {
  font-size: 72px;
  letter-spacing: 0.025em;
  position: relative;
  padding-left: 44px;
  color: #6c6230;
}
.telContact a .s3 {
  font-size: 23px;
  letter-spacing: 0.12em;
  position: relative;
  width: 410px;
  margin-top: 6px;
}
.telContact a .s2::after {
  content: "";
  width: 37px;
  height: 51px;
  background-image: url(../img/common/ico_tel1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 0;
  margin: auto;
}
.telContact a .s3::before,
.telContact a .s3::after {
  content: "";
  width: 16px;
  height: 37px;
  border: 2px solid #3c3c3c;
  border-right: none;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.telContact a .s3::after {
  border-right: 2px solid #3c3c3c;
  border-left: none;
  left: auto;
  right: 0;
}
@media all and (min-width: 681px) {
  .contactText2 a:hover {
    border-bottom: 1px solid #fff;
  }
  /* telContact type2 */
  .telContact.type2 {
    width: 448px;
    height: 153px;
    margin: 30px auto 0;
  }
  .telContact.type2 a .s1 {
    font-size: 17px;
  }
  .telContact.type2 a .s2 {
    font-size: 50px;
    padding-left: 34px;
  }
  .telContact.type2 a .s3 {
    font-size: 16px;
    width: 284px;
  }
  .telContact.type2 a .s2::after {
    width: 26px;
    height: 36px;
  }
  .telContact.type2 a .s3::before,
  .telContact.type2 a .s3::after {
    width: 10px;
    height: 22px;
  }
}
@media all and (max-width:680px) {
  /* contactTitle */
  .contactTitle {
    padding: 50px 0 0;
  }
  .contactTitle .eng {
    font-size: 18px;

  }
  .contactTitle .tit1 {
    font-size: 20px;
  }
  /* contactFlow */
  .contactFlow {
    width: 90%;
    padding: 40px 0 0;
  }
  /* contactText1 */
  .contactText1 {
    font-size: 14px;
    padding: 25px 0 0;
  }
  /* contactText2 */
  .contactText2 {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 2;
    padding: 30px 0 0;
  }
  /* formWrap */
  .formWrap {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0 0;
  }
  /* telContact */
  .telContact {
    width: 300px;
    height: 120px;
    margin: 60px auto 0;
  }
  .telContact a::after {
    width: 20px;
  }
  .telContact a .s1 {
    font-size: 13px;
    letter-spacing: 0.1em;
  }
  .telContact a .s2 {
    font-size: 32px;
    padding-left: 24px;
  }
  .telContact a .s3 {
    font-size: 13px;
    letter-spacing: 0.1em;
    width: 230px;
  }
  .telContact a .s2::after {
    width: 18px;
    height: 24px;
  }
  .telContact a .s3::before,
  .telContact a .s3::after {
    width: 6px;
    height: 16px;
  }
  /* telContact type2 */
  .telContact.type2 {
    margin-top: 20px;
  }
}
@media all and (max-width:370px) {
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
}
@media all and (max-width:370px) {
}


/* 入力エリア
***************************************************************/
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;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #666;
}
.formBlock2 {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid #aa9d54;
}
.inputItem {
  display: flex;
  justify-content: space-between;
}
.inputItem + .inputItem {
  margin-top: 50px;
}
.inputItem .fTit1 {
  width: 270px;
  display: flex;
}
.inputItem .fTit1 .t1 {
  width: calc(100% - 44px);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: right;
  padding-right: 15px;
}
.inputItem .fTit1 .t2 {
  width: 44px;
  height: 28px;
  background-color: #d2d2d2;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inputItem .fTit1 .t2.required {
  background-color: #6c6230;
  color: #fff;
}
.inputItem .fInput1 {
  width: 625px;
  font-size: 15px;
  font-weight: 500;
}
.inputItem .fInput1 input[type="text"],
.inputItem .fInput1 input[type="email"],
.inputItem .fInput1 input[type="number"] {
  background-color: #f0f0f0;
  font-size: 15px;
  padding: 11px 10px;
  border: none;
  font-family: inherit;
}
.inputItem .fInput1 .flex1 {
  display: flex;
  justify-content: space-between;
}
.inputItem .fInput1 .noFlex input {
  width: 100%;
}
.inputItem .fInput1 .noFlex textarea {
  width: 100%;
  height: 230px;
  background-color: #f0f0f0;
  border: none;
  padding: 10px 10px;
  font-size: 14px;
  font-family: inherit;
}
.inputItem .fInput1 .flex2 {
  display: flex;
}
.inputItem .fInput1 .flex2:not(:first-child) {
  margin-top: 20px;
}
.inputItem .fInput1 .flex1 input {
  width: calc((100% - 15px) / 2);
}
.inputItem .fInput1 .flex2 .subTit {
  width: 190px;
  padding: 2.5px 0;
}
.inputItem .fInput1 .flex2 input[type="text"] {
  width: calc(100% - 190px);
}
.inputItem .fInput1 .flex2 .selectWrap input[type="text"] {
  width: 100%;
}
.inputItem .fInput1 .flex2 input[type="number"] {
  width: 210px;
}
.inputItem .fInput1 .flex2 .postalcodeBtn {
  width: 210px;
  height: 44px;
  margin-left: auto;
  background-color: #3c3c3c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
}
.inputItem .fInput1 .radioBox1 label {
  display: inline-flex;
  align-items: center;
}
.inputItem .radioBox1 .mwform-checkbox-field-text {
  margin-left: 4px;
}
.inputItem .radioBox1 input[type="radio"] {
  margin-bottom: 3px;
}
.inputItem .radioBox1 .mwform-radio-field-text {
  margin-left: 4px;
}
.inputItem .fInput1 .radioBox1 .horizontal-item + .horizontal-item {
  margin-left: 20px;
}
.inputItem .fInput1 .radioBox1.type2 {
  position: relative;
}
.inputItem .fInput1 .radioBox1.type2 .horizontal-item:nth-of-type(5) {
  display: block;
  margin-left: 0;
  margin-top: 15px;
}
.inputItem .fInput1 .radioBox1.type2 .other3 {
  position: absolute;
  bottom: -5px;
  right: 0;
  width: calc(100% - 82px);
}
.inputItem .fInput1 .getText {
  border: 1px solid #4c4948;
  padding: 2px 15px;
  font-size: 13px;
}
.inputItem .fInput1 .getText.type2 {
  padding: 15px;
}
.inputItem .fInput1 .getText.type2 .tit1 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
.inputItem .fInput1 .getText.type2 .dl1 {
  display: flex;
  margin-top: 5px;
}
.inputItem .fInput1 .getText.type2 .dl1 dt {
  width: 80px;
}
.inputItem .fInput1 .getText.type2 .dl1 dd {
  width: calc(100% - 80px);
}
.inputItem.type2,
.inputItem.type3 {
  margin-top: 38px;
}
.inputItem.type3.m0 {
  margin-top: 0;
}
.inputItem.type2 + .inputItem.type2 {
  margin-top: 22px;
}
.inputItem.type2 .fInput1 .flex2 .subTit {
  width: 95px;
}
.inputItem.type2 .fInput1 .day1 {
  display: flex;
  align-items: center;
}
.inputItem.type2 .fInput1 .day1 .selectWrap {
	position: relative;
	width: 82px;
}
.inputItem.type2 .fInput1 .day1 .selectWrap.type2 {
	width: 188px;
}
.inputItem.type2 .fInput1 .day1 .selectWrap.type3 {
	width: 120px;
}
.inputItem.type4 .fInput1 .day1 .selectWrap.type4 {
  width: 290px;
  margin-right: 20px;
}
.inputItem.type4 .fInput1 .day1 .selectWrap.type4 input[type="text"] {
	width: 100%;
}
.inputItem.type4 .fInput1 .day1 .selectWrap.type4::before {
  display: none;
}
.inputItem.type2 .fInput1 .day1 .selectWrap::before {
	z-index: 1;
	position: absolute;
	right: 5px;
	top: 50%;
	content: "";
  width: 0;
  height: 0;
  margin-top: -4px;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #4d4d4d transparent transparent transparent;
	pointer-events: none;
}
.inputItem.type2 .fInput1 .day1 .selectWrap .datepick,
.inputItem.type2 .fInput1 .day1 .selectWrap select{
	outline:none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	background: #f0f0f0;
	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: 44px;
	padding: 2px 10px;
	border: none;
  border-radius: 0;
	width:100%;
  cursor: pointer;
}
.inputItem.type2 .fInput1 .day1 .selectWrap select option{
  background-color: #fff;
  color: #333;
}
.inputItem.type2 .fInput1 .day1 .mini {
  margin: 0 10px 0 5px;
}
.inputItem.type2 .fInput1 .day1 .mini2 {
  margin: 0 5px 0 0;
}
.inputItem.type2 .fInput1 .day1 .mini3 {
  margin: 0 5px 0 25px;
}
.inputItem.type2 .small2 {
  font-size: 13px;
  letter-spacing: 0.05em;
  margin: 20px 0 15px;
}
.inputItem .error {
  font-size: 13px;
  font-weight: bold;
  color: #B70000;
  display: block;
  padding-top: 6px;
}
@media all and (min-width: 681px) {
  .inputItem .fTit1 {
    padding-top: 8px;
  }
  .inputItem .radioBox1 {
    padding-top: 8px;
  }
  .inputItem .radioBox1 .mwform-checkbox-field:nth-of-type(1n + 2) {
    margin-left: 15px;
  }
  .inputItem .radioBox1 .mwform-radio-field:nth-of-type(1n + 2) {
    margin-left: 15px;
  }
  .inputItem .fInput1 .flex2 .subTit {
    padding: 10px 0 0 0;
  }
}
@media all and (max-width:680px) {
  .formBlock2_1 {
    margin-top: 70px;
  }
  .inputItem {
    display: block;
  }
  .inputItem + .inputItem {
    margin-top: 38px;
  }
  .inputItem .fTit1 {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 10px;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
  }
  .inputItem .fTit1 .t1 {
    width: auto;
    font-size: 15px;
    text-align: left;
    padding-right: 10px;
    letter-spacing: 0.05em;
  }
  .inputItem .fTit1 .t2 {
    width: 41px;
    height: 25px;
    font-size: 11px;
  }
  .inputItem .fInput1 {
    width: 100%;
    font-size: 14px;
  }
  .inputItem .fInput1 input[type="text"],
  .inputItem .fInput1 input[type="email"],
  .inputItem .fInput1 input[type="number"] {
    font-size: 14px;
    padding: 6px 12px 8px;
  }
  .inputItem .fInput1 .flex1 input {
    width: 48%;
  }
  .inputItem .fInput1 .flex2 {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 18px;
  }
  .inputItem .fInput1 .noFlex textarea {
    font-size: 14px;
    height: 140px;
    padding: 12px;
  }
  .inputItem .fInput1 .flex2 .subTit {
    display: block;
    width: 100%;
    padding: 0;
    margin: 10px 0 5px;
  }
  .inputItem .fInput1 .flex2 input[type="text"] {
    width: 100%;
  }
  .inputItem .fInput1 .flex2 input[type="number"] {
    width: 43%;
  }
  .inputItem .fInput1 .flex2 .postalcodeBtn {
    width: 54%;
    height: 34px;
    font-size: 12px;
}
  .inputItem .fInput1 .radioBox1 > span {
    display: block;
  }
  .inputItem .fInput1 .radioBox1 > span + span {
    margin-top: 10px;
  }
  .inputItem .fInput1 .radioBox1 .horizontal-item + .horizontal-item {
    margin-left: 0;
  }
  .inputItem .fInput1 .radioBox2 input.other1 {
    position: absolute;
    bottom: -5px;
    right: 0;
    width: calc(100% - 80px);
    padding: 6px 12px 8px;
  }
  .inputItem .fInput1 .radioBox2 input.other2 {
    position: absolute;
    bottom: 46px;
    right: 0;
    width: calc(100% - 80px);
    padding: 6px 12px 8px;
  }
  .inputItem .fInput1 .radioBox2 .small {
    margin-top: 10px;
    padding-left: 0;
  }
  .inputItem .fInput1 .getText {
    padding: 10px;
    font-size: 12px;
  }
  .inputItem .fInput1 .getText.type2 {
    padding: 10px;
  }
  .inputItem .fInput1 .getText.type2 .tit1 {
    font-size: 13px;
    letter-spacing: 0.1em;
  }
  .inputItem .fInput1 .getText.type2 .dl1 {
    display: block;
    margin-top: 8px;
  }
  .inputItem .fInput1 .getText.type2 .dl1 dt {
    width: 100%;
  }
  .inputItem .fInput1 .getText.type2 .dl1 dd {
    width: 100%;
  }
  .inputItem.type2,
  .inputItem.type3 {
    margin-top: 48px;
  }
  .inputItem.type3.m0 {
    margin-top: 0;
  }
  .inputItem.type2 + .inputItem.type2 {
    margin-top: 30px;
  }
  .inputItem.type2 .fInput1 .flex2 .subTit {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
  }
  .inputItem.type2 .fInput1 .day1 .selectWrap .datepick,
  .inputItem.type2 .fInput1 .day1 .selectWrap select {
    padding: 2px 4px;
    font-size: 12px;
    height: 32px;
  }
  .inputItem .subTit .t2 {
    width: 41px;
    height: 25px;
    background-color: #bcbcbc;
    color: #4c4948;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
  }
  .inputItem .subTit .t2.required {
    background-color: #b51c2b;
    color: #fff;
  }
  .inputItem.type2 .fInput1 .day1 .selectWrap {
  	width: 78px;
  }
  .inputItem.type2 .fInput1 .day1 .selectWrap.type2 {
  	width: 120px;
  }
  .inputItem.type2 .fInput1 .day1 .selectWrap.type3 {
  	width: 90px;
  }
  .inputItem.type2 .small2 {
    font-size: 12px;
    margin: 15px 0 15px;
  }
  .inputItem.type4 .fInput1 .day1 {
    flex-flow: wrap;
  }
  .inputItem.type4 .fInput1 .day1 .selectWrap.type4 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .inputItem.type4 .fInput1 .flex2 + .flex2 {
    margin-top: 20px;
  }
  .mw_wp_form .inputItem .error {
    font-size: 90%;
  }
}
@media all and (max-width:370px) {
  .inputItem.type2 .fInput1 .day1 .selectWrap.type2 {
  	width: 100px;
  }
  .inputItem.type2 .fInput1 .day1 .selectWrap.type3 {
  	width: 50px;
  }
  .inputItem.type2 .fInput1 .day1 .selectWrap::before {
    display: none;
  }
}


/* sendArea */
.sendBox {
  margin-top: 55px;
}
.sendBox.typeThanks {
  margin-top: 0;
}
.sendBox button {
  cursor: pointer;
  transition: 0.3s ease;
}
.sendBox .submitBtn {
  width: 530px;
  height: 116px;
  margin: 0 auto;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sendBox .submitBtn::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  width: 20px;
  height: 20px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
}
.sendBox .forInput {
  background-color: #56595c;
  border: none;
  color: #fff;
}
.sendBox .forBack {
  background-color: #aaa;
  border: none;
  color: #fff;
  margin-top: 30px;
  width: 350px;
  height: 80px;
  font-size: 20px;
}
.w_link1::after {
  background-image: url(../img/common/ico_arrow_w.svg);
}
@media all and (min-width: 681px) {
  .sendBox .forInput:hover {
    background-color: #000;
  }
  .sendBox .forBack:hover {
    background-color: #000;
  }
}
@media all and (max-width:680px) {
  .sendBox {
    margin-top: 30px;
  }
  .sendBox.typeThanks {
    margin-top: 0;
  }
  .sendBox .submitBtn {
    width: 280px;
    height: 58px;
    font-size: 16px;
  }
  .sendBox .submitBtn::after {
    right: 12px;
    width: 12px;
    height: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .sendBox .forBack {
    width: 240px;
    height: 42px;
    font-size: 12px;
    margin-top: 20px;
  }
}
@media all and (max-width:370px) {
}

/* 確認画面 */
.mw_wp_form_confirm .inputItem .fInput1 .radioBox2 .small {
  padding-left: 0;
}
.mw_wp_form_confirm .inputItem.type2 .fInput1 .day1 .selectWrap {
  width: auto;
}
.mw_wp_form_confirm .inputItem.type2 .fInput1 .day1 .selectWrap::before {
  display: none;
}
.mw_wp_form_confirm .inputItem.type2 .fInput1 .day1 .selectWrap.type2,
.mw_wp_form_confirm .inputItem.type2 .fInput1 .day1 .selectWrap.type3 {
  width: auto;
}
.mw_wp_form_confirm .inputItem.type4 .fInput1 .day1 .selectWrap.type4 {
  width: auto;
  margin-right: 15px;
  margin-bottom: 0;
}
.mw_wp_form_confirm .contactText2 {
  display: none;
}
.mw_wp_form_confirm .inputItem .fInput1 {
  padding-top: 10px;
}
.mw_wp_form_confirm .inputItem .fInput1 .flex2 .subTit {
  padding-top: 0;
}
.mw_wp_form_confirm .inputItem .fInput1 .flex2 .postalcodeBtn {
  display: none;
}
.mw_wp_form_confirm .inputItem .radioBox1 {
    padding-top: 0;
}
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
  .mw_wp_form_confirm .sendBox {
    margin-top: 50px;
  }
  .mw_wp_form_confirm .inputItem + .inputItem,
  .mw_wp_form_confirm .formBlock2,
  .mw_wp_form_confirm .formBlock3 {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
  }
  .mw_wp_form_confirm .inputItem .fInput1 .flex2 + .flex2 {
    margin-top: 10px;
  }
  .mw_wp_form_confirm .inputItem.type4 .fInput1 .day1 .selectWrap.type4 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .mw_wp_form_confirm .inputItem .fTit1 {
    border-bottom: none;
    margin-bottom: 0;
  }
  .mw_wp_form_confirm .inputItem .fInput1 .flex2 {
    margin-top: 0;
  }
  .mw_wp_form_confirm .inputItem.type2 + .inputItem.type2 {
    margin-top: 0px;
    padding-top: 10px;
    border-top: none;
}
}
@media all and (max-width:370px) {
}


/* thanks
***************************************************************/
.thanksWrap {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 50px 0 0;
}
.thanksWrap .p1 {
  font-size: 16px;
  text-align: justify;
  line-height: 2;
}
.thanksWrap .backHome {
  width: 280px;
  height: 54px;
  margin-top: 70px;
  background-color: #56595c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
@media all and (min-width: 681px) {
  .thanksWrap .backHome:hover {
    background-color: #000;
  }
}
@media all and (max-width:680px) {
  .thanksWrap {
    padding: 30px 5% 0;
  }
  .thanksWrap .p1 {
    font-size: 14px;
  }
  .thanksWrap .backHome {
    width: 260px;
    height: 50px;
    margin-top: 50px;
  }
}
@media all and (max-width:370px) {
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
}
@media all and (max-width:370px) {
}
