/* グローバル
***************************************************************/
.f_box1,
.f_box2,
.f_nav1,
.f_bnrBox1,
.conversionBox {
  display: none!important;
}
.foot {
  margin-top: 100px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .foot {
    margin-top: 60px;
  }
  .f_box3 {
    padding-bottom: 30px;
  }
}
@media all and (max-width: 370px) {
}

/* フォーム共通部分
***************************************************************/
/* contactTitle */
.contactTitle {
  padding: 140px 0 30px 0;
  font-size: 36px;
  font-weight: 900;
  text-align: center;
  color: #006400;
  position: relative;
  margin-top: 100px;
}

.contactTitle:before {
  content: "";
  background-image: url(../../img/tadashiikaitori/ico_tadashiikaitori_01.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 104px;
  height: 130px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.contactTitle:after {
  content: "";
  background-color: #006400;
  display: block;
  width: 55px;
  height: 7px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media all and (max-width: 680px) {
  .contactTitle {
    margin-top: 40px;
  }
  .contactTitle:before {
    height: 64px !important;
  }
  .contactTitle:after {
    width: 27.5px;
    height: 3.5px;
  }
  .contactTitle {
    padding-top: 74px;
    padding-bottom: 20px;
    font-size: 19px;
  }
}

.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: 590px;
  margin: 0 auto;
  padding: 80px 0 0;
}
.contactFlow.pt1 {
  padding-top: 20px;
}
.contactFlow img {
  width: 100%;
  display: block;
}
/* contactText1 */
.contactText1 {
  font-size: 14px;
  line-height: 1.428;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 40px 0 0;
}
/* contactText2 */
.contactText2 {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 60px 0 0;
}
.contactText2 a {
  border-bottom: 1px solid #3c3c3c;
  transition: none;
}
/* formWrap */
.formWrap {
  width: 800px;
  margin: 0 auto;
  padding: 60px 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;
  }
  .contactFlow.pt1 {
    padding-top: 10px;
  }
  /* 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 {
  margin-top: 0 !important;
}
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: 30px;
}
.inputItem .fTit1 {
  width: 245px;
  display: flex;
  margin-right: 15px;
  align-items: center;
}
.inputItem .fTit1 .t1 {
  width: calc(100% - 75px);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding-right: 15px;
}
.inputItem .fTit1 .t2 {
  width: 75px;
  height: 40px;
  background-color: #ADE500;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inputItem .fTit1 .t2.required {
  background-color: #006400;
  color: #fff;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3",
    Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.inputItem .fInput1 {
  width: 546px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.inputItem .fInput1 input[type="text"],
.inputItem .fInput1 input[type="email"],
.inputItem .fInput1 input[type="number"],
.inputItem .fInput1 select {
  background-color: #f0f0f0;
  font-size: 16px;
  padding: 15px 10px;
  border: none;
  font-family: inherit;
}
.inputItem .fInput1 .flex1,
.inputItem .fInput1 .flex3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inputItem .fInput1 .noFlex input {
  width: 542px;
}
.inputItem .fInput1 .noFlex textarea {
  width: 542px;
  height: 230px;
  background-color: #f0f0f0;
  border: none;
  padding: 10px 10px;
  font-size: 14px;
  font-family: inherit;
  margin-top: 0;
}
.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 .flex3 input {
  width: calc((100% - 100px) / 2);
}
.inputItem .fInput1 .flex2 .subTit {
  width: 110px;
  padding: 2.5px 0;
  margin-right: 10px;
}
.inputItem .fInput1 .flex2 input[type="text"] {
  width: calc(100% - 120px);
}
.inputItem .fInput1 .flex2 .selectWrap input[type="text"] {
  width: 100%;
}
.inputItem .fInput1 .flex2 input[type="number"] {
  width: 210px;
}
.inputItem .fInput1 .flex2 .postalcodeBtn {
  width: 216px;
  height: 40px;
  margin-left: auto;
  background-color: #006400;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
  margin-top: 2px;
  margin-left: 15px;
}
.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 {
  }
  .inputItem .fTit1.vtop {
    align-items: flex-start;
  }
  .inputItem .fTit1.vtop .t1 {
    padding-top: 5px;
  }
  .inputItem .radioBox1 {
  }
  .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: 16px;
    padding: 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;
    width: 100%;
  }
  .inputItem .fInput1 .noFlex input {
    width: 90vw;
  }
  .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;
    margin-left: 0;
  }
  .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%;
    width:100%;
  }
}
@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: 488px;
  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: #aa9d54;
  border: none;
  border-radius: 10px;
  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 {
    border-radius: 4px;
    width: 267px;
    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;
  display: none;
}
.mw_wp_form_confirm .inputItem .fInput1 .flex2 .postalcodeBtn {
  display: none;
}
.mw_wp_form_confirm .inputItem .radioBox1 {
  padding-top: 0;
}
.mw_wp_form_confirm .inputItem .fInput1 .flex2 {
  display: block;
}
.mw_wp_form_confirm .inputItem .fInput1 {
  display: block;
}
@media all and (min-width: 681px) {
  /* label[for="radio_customer-3"] {
    width: 125px;
  }
  label[for="sale-3"] {
    width: 296px;
  }
  label[for="sale-4"] {
    margin-left: -20px;
  } */
}
@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) {
}

.convertionButton{
  margin-top: 0;
}

.convertionButton dd {
  margin-left: 10px;
}

.convertionButton__tel {
  color: #fff;
  text-align: center;
}

.convertionButton__tel a {
  border-radius: 10px;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.convertionButton__tel a img {
  /* box-shadow: 0 1px 5px rgba(0,0,0,0.2); */
}

.convertionButton__tel .number {
  padding-left: 40px;
  font-family: "Oswald", sans-serif;
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.convertionButton__tel .ico {
  background-image: url(../../img/tadashiikaitori/common/ico_tel_w.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 40px;
  height: 54px;
  position: absolute;
  top: 22px;
  left: 35px;
}

.convertionButton__tel dl {
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media all and (min-width: 681px) {
  .convertionButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .convertionButton__tel a:hover {
    opacity: 1;
    background-color: #333;
  }

  .convertionButton__tel {
    width: 488.5px;
  }
}

@media all and (max-width: 680px) {
  .convertionButton {
    width: 267px;
    margin-left: auto;
    margin-right: auto;
  }

  .convertionButton__tel .number {
    padding-left: 25px;
    font-size: 29px;
  }

  .convertionButton__tel .ico {
    width: 16px;
    height: 22px;
    top: 14px;
    left: -168px;
    right: 0;
    margin: auto;
  }

  .convertionButton__tel dl {
    font-size: 12px;
  }
}

.footer .pageLogo {
  margin-left: auto;
  margin-right: auto;
}

/* 20240321追記 */

.kaitoritel{
  width: auto;
  display: flex;
}

.kaitoritel img{
  height: 100px;
}

@media all and (max-width: 680px) {
  .kaitoritel{
    display: block;
  }

  .kaitoritel img{
    height: auto;
    margin-bottom: 10px;
  }
}

/* 20240321追記ここまで*/
