@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

.oswald {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-style: normal;
}
/*********************************************************************
 *
 *  For フォーム共通
 *
*********************************************************************/

#form {
	padding: 100px 0;
	border-bottom: 2px solid #fff;
	background: #F1F1F1;
}

#areaContents {
	padding-bottom: 0;
}

#form .list {
	width: 100%;
}

#form .mw_wp_form .error{
	margin-top: 5px;
}

/* フォーム下説明文 */

.formDescription {
  color: #574538;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-top: 30px;
}

.formDescription.type02 {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #574538;
  text-align: center !important;
}

.thanks .formDescription {
  margin-top: 50px;
  margin-bottom: 100px;
}

.formDescriptionTitle {
  font-size: 24px;
  text-align: center;
}

.mwform-radio-field input[type="radio"],
.mwform-checkbox-field input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.mwform-radio-field .mwform-radio-field-text,
.mwform-checkbox-field .mwform-checkbox-field-text {
	position: relative;
	padding-left: 30px;
}
.mwform-radio-field input[type="radio"] + .mwform-radio-field-text:before,
.mwform-checkbox-field
  input[type="checkbox"]
  + .mwform-checkbox-field-text:before {
  content: "";
  background: #ffffff;
  border-radius: 100%;
  border: 1px solid #000;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 4px;
  margin-right: 10px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}

.mwform-radio-field input[type="radio"] + .mwform-radio-field-text:after,
.mwform-checkbox-field
  input[type="checkbox"]
  + .mwform-checkbox-field-text:after {
	content: '';
	position: absolute;
	top: 9px;
    left: 4px;
    width: 12.66px;
    height: 8.8px;
	opacity: 0;
	background: url(../img/check_icon.svg)no-repeat center / cover;
  	transition: all 250ms ease;
}

.mwform-checkbox-field
  input[type="checkbox"]
  + .mwform-checkbox-field-text:before {
  border-radius: 0;
}

.mwform-radio-field
  input[type="radio"]:checked
  + .mwform-radio-field-text:after,
.mwform-checkbox-field
  input[type="checkbox"]:checked
  + .mwform-checkbox-field-text:after {
	opacity: 1;
}
.mwform-radio-field input[type="radio"]:focus + .mwform-radio-field-text:before,
.mwform-checkbox-field
  input[type="checkbox"]:focus
  + .mwform-checkbox-field-text:before {
  outline: none;
  border-color: #06162f;
}
.mwform-radio-field
  input[type="radio"]:disabled
  + .mwform-radio-field-text:before,
.mwform-checkbox-field
  input[type="checkbox"]:disabled
  + .mwform-checkbox-field-text:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.mwform-radio-field input[type="radio"] + .mwform-radio-field-text:empty:before,
.mwform-checkbox-field
  input[type="checkbox"]
  + .mwform-checkbox-field-text:empty:before {
  margin-right: 0;
}

#form .list .f_item_day_wrap,
#form .list .f_item_day_wrap td {
	padding-top: 0;
	padding-bottom: 0;
}

#form .list .f_item_day_wrap .lv2 td {
	padding-left: 0;
}

#form .list .f_item_day_wrap th {
	width: 100px;
}

#form .list .f_item_day_wrap td {
	width: calc(100% - 100px);
}

#form .list .f_item_day {
	display: flex;
	gap: 12px;
}

#form .list .f_item_day div {
	width: 227px;
}
#form .list .f_item_day .selectBox {
	position: relative;
}
#form .list .f_item_day .selectBox::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%) rotate(45deg);
	width: 11px;
	height: 11px;
	border-right: 1px solid #434F55;
	border-bottom: 1px solid #434F55;
	pointer-events: none;
}

#form .list .note {
	margin-top: -10px;
	margin-bottom: 10px;
}
#form .list .note span {
	font-size: 1.2rem !important;
	letter-spacing: 0 !important;
	line-height: 20px !important;
	color: #5D5D5D !important;
}
#form .list .note .note_inner {
	display: flex;
}

#form .list .f_item_free_bukken {
	padding-bottom: 40px;
}

#form .list .f_item_free_bukken th,
#form .list .f_item_free_bukken td {
	padding-top: 0;
}
#form .list .f_item_free_bukken th {
	width: calc(100% - 631px);
	padding-right: 20px;
}
#form .list .f_item_free_bukken td {
	width: 631px;
	padding-left: 0;
}
#form .list .f_item_free_bukken .bukken {
	display: flex;
	align-items: center;
	padding: 8px;
	background: #fff;
	width: 100%;
}

#form .list .f_item_free_bukken .bukken .bukken_img {
	width: 188px;
}
#form .list .f_item_free_bukken .bukken .bukken_textBox {
	width: calc(100% - 188px);
	padding-left: 20px;
}
#form .list .f_item_free_bukken .bukken .bukken_cat {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
#form .list .f_item_free_bukken .bukken .bukken_cat span {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0;
	color: #fff;
	background: #000;
	padding: 3px 14px;
}

#form .list .f_item_free_bukken .bukken .bukken_cat .tochi_1 {
    background: #0089D2;
}

#form .list .f_item_free_bukken .bukken .bukken_cat .tochi_2 {
    background:#EC6C26;
}

#form .list .f_item_free_bukken .bukken .bukken_cat .kodate_1 {
    background:#6E6E6E;
}

#form .list .f_item_free_bukken .bukken .bukken_cat .kodate_3 {
    background:#E03B57;
}

#form .list .f_item_free_bukken .bukken .bukken_cat .kodate_2 {
    background:#746FAF;
}

#form .list .f_item_free_bukken .bukken .bukken_cat .mansion_2 {
    background:#8CB808;
}

#form .list .f_item_free_bukken .bukken .bukken_address {
	font-size: 1.6rem;
	letter-spacing: 0;
	font-weight: 500;
	color: #707070;
	margin-top: 7px;
}
#form .list .f_item_free_bukken .bukken .bukken_name {
	font-size: 2rem;
	letter-spacing: 0;
	font-weight: 500;
	margin-top: 6px;
}

.mw_wp_form_confirm .policy,
.mw_wp_form_confirm .note {
	display: none;
}

#form .mw_wp_form_confirm .list .f_item_day .selectBox::before {
	content: none;
}

.other_text {
	width: 411px;
	margin-top: 10px;
	margin-left: 30px;
}

@media print, screen and (min-width: 768px) {
	#form .mw_wp_form_confirm .list td {
		padding-top: 11px;
		vertical-align: top;
		font-size: 1.6rem;
		line-height: 1.4;
	}

	#form .mw_wp_form_confirm .list tr th,
	#form .mw_wp_form_confirm .list tr td {
		padding-top: 0;
	}

	#form .mw_wp_form_confirm .list th.req::after,
	#form .mw_wp_form_confirm .list th.any::after {
		top: 1px;
	}
	
	#form .mw_wp_form_confirm .list td.f_item_radio_cat {
		padding-top: 0;
	}
	
	#form .mw_wp_form_confirm .list tr.border + tr th {
		padding-top: 0;
	}
	
	#form .mw_wp_form_confirm .list tr.border + tr td {
		padding-top: 0;
	}
	
	#form .mw_wp_form_confirm .list tr.f_item_free_bukken td {
		padding-top: 0;
	}
	
	#form .mw_wp_form_confirm .list tr.border th {
		padding-top: 0;
	}
	
	#form .mw_wp_form_confirm .list tr.border td {
		padding-top: 0;
	}
	
	#form .mw_wp_form_confirm .list td.address td {
		padding-top: 6px;
	}

	#form .mw_wp_form_confirm .list .f_item_day_wrap th {
		padding-top: 0;
	}
	
	#form .mw_wp_form_confirm .list .f_item_day_wrap td {
		padding-top: 0;
		font-size: 1.6rem;
	}

	#form .mw_wp_form_confirm .list tr.checkbox.border th {
		padding-top: 0;
	}

	#form .mw_wp_form_confirm .list tr.checkbox.border .f_item_radio_cat {
		padding-top: 0;
	}
}

@media screen and (max-width: 767px) {
	#form .mw_wp_form_confirm .list .f_item_day_wrap th {
		padding-top: 0;
		font-size: 1.3rem;
	}

	#form .mw_wp_form_confirm .list .f_item_day_wrap tr + tr td {
		padding-top: 4px;
	}
}


/* QUOカード */
/* ------------------------*/
.quo_banner {
	width: 750px;
    margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
	.quo_banner {
		width: 85.334%;
		margin: 30px auto 0;
	}

	.other_text {
		width: calc(100% - 30px);
	}
}


/* ギフト */
/* ------------------------*/
.page-id-20802 #form .f_item_ac_cont {
	display: none;
}

.page-id-20802 #form .address .f_item_zip {
	display: flex;
}

.page-id-20802 #form .address .f_item_zip input[type=text]#f_item_zip2 {
	width: 110px;
	margin: 0;
}

.page-id-20802 #form .address .f_item_zip .zip-button {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 130px;
    padding: 0;
    background: #000;
    border: none;
    outline: none;
    color: #fff;
	font-size: 11px;
	cursor: pointer;
	margin-left: 10px;
}

.page-id-20802 #form tr.f_item_ac_btn_wrap {
	height: 150px;
	position: relative;
	z-index: 0;
}

.page-id-20802 #form .f_item_ac_btn_box {
	position: absolute;
	left: 50%;
	top: 13px;
	transform: translateX(-50%);
	width: 100%;
}

.page-id-20802 #form .f_item_ac_btn_box p {
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.page-id-20802 #form .f_item_ac_btn {
	width: 400px;
	padding: 20px 30px;
	text-align: center;
	background: #f39800;
	border: 2px solid #f39800;
	cursor: pointer;
	margin: auto;
	position: relative;
}

.page-id-20802 #form .f_item_ac_btn span {
	font-size: 1.8rem;
    font-weight: 500;
	color: #fff;
}

.page-id-20802 #form .f_item_ac_btn i {
	display: block;
	position: absolute;
	top: 47%;
	right: 25px;
	transform: translateY(-50%) rotate(45deg);
	width: 13px;
	height: 13px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transition: transform 0.3s;
}

.page-id-20802 #form .f_item_ac_btn.act i {
	top: 58%;
    transform: translateY(-50%) rotate(-135deg);
}

.page-id-20802 #form .f_item_other {
    margin-top: 8px;
}

#form .f_item_area_list li + li {
	border-top: 1px solid #000;
	padding-top: 20px;
    margin-top: 20px;
}

#form .f_item_area_list li .f_item_check_area_child {
	padding-left: 20px;
}

#form .mw_wp_form_confirm .zip-button {
	display: none;
}

#form .mw_wp_form_confirm .f_item_ac_btn_wrap {
	display: none;
}

#form .mw_wp_form_confirm .f_item_ac_cont {
	display: table-row !important;
}

@media print, screen and (min-width: 768px) {
	.page-id-20802 #form .f_item_ac_btn {
		transition: background 0.3s,border-color 0.3s;
	}

	.page-id-20802 #form .f_item_ac_btn:hover {
		background: #c37b02;
		border-color: #c37b02;
	}

	.gift_banner a {
		transition: opacity 0.3s;
	}

	.gift_banner a:hover {
		opacity: 0.6;
	}
}

@media screen and (max-width: 767px) {
	.page-id-20802 #form .address .f_item_zip input[type=text]#f_item_zip2 {
		width: 34%;
	}

	.page-id-20802 #form .address .f_item_zip .zip-button {
		width: 52%;
		margin-left: 3%;
	}

	.page-id-20802 #form tr.f_item_ac_btn_wrap {
		height: auto;
	}

	.page-id-20802 #form .f_item_ac_btn_box {
		position: relative;
		left: 0;
		top: 0;
		transform: translateX(0);
	}

	.page-id-20802 #form .f_item_ac_btn_box p {
		font-size: 1.8rem;
	}

	.page-id-20802 #form .f_item_ac_btn {
		width: 100%;
		padding: 15px 30px;
		margin-bottom: 15px;
	}

	.page-id-20802 #form .f_item_ac_btn span {
		font-size: 1.6rem;
	}

	.page-id-20802 #form .f_item_ac_btn i {
		width: 11px;
		height: 11px;
	}

	.page-id-20802 #form .f_item_other {
		margin-top: 6px;
	}

	.page-id-20802 #form .list td.address {
		padding-left: 0;
	}
}

/* ギフト */
/* ------------------------*/


@media print, screen and (min-width: 768px) {

/* mv */
/* --------------------------------------------------------------------------- */
#mv {
	padding: 75px 0;
	background: #FFDB45;
}
#mv h2 {
	font-size: 3.2rem;
	line-height: 1;
	font-weight: bold;
	text-align: center;
}
#mv h2::after {
	content: "";
	display: block;
	margin: 50px auto 0;
    width: 120px;
    height: 1px;
    background: #000;
}
#mv h2.borderNone::after {
	content: none;
}

#mv h2 span {
	display: block;
	letter-spacing: 0.1em;
	font-weight: 500;
}

#mv h2 .en {
	font-size: 50px;
}

#mv h2 .jp {
	font-size: 18px;
	margin-top: 30px;
}

/* form */
/* --------------------------------------------------------------------------- */
#form {
}
#form .inner {
	width: 800px;
}
#form .desc {
	margin-bottom:60px;
	font-size:1.8rem;
	line-height: 2;
}
#form .flow {
	margin-bottom: 70px;
}
#form .list {
	margin-bottom: 40px;
}
#form .list input::placeholder {
	color: #C4C4C4;
}

#form .list tr {
	display: flex;
}

#form .list tr + tr {
	margin-top: 20px;
}

#form .list tr.border {
	margin-bottom: 50px;
	padding-bottom: 42px;
	border-bottom: 1px solid #4b4b4b;
}
#form .list th {
	display: block;
	width: 221px;
	position: relative;
	padding:10px 70px 0 0;
	vertical-align:top;
	text-align:right;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 24px;
	white-space:nowrap;
}
#form .list th .sml {
	font-size: 14px;
	letter-spacing: 0;
}
#form .list th.req::after {
	content: "必須";
	position: absolute;
	right: 0;
	top: 11px;
	display: block;
	padding: 0 10px 1px;
	color: #FFF;
	font-size: 1.4rem;
	line-height: 22px;
	background-color: #DE4D00;
}
#form .list th.any::after {
	content: "任意";
	position: absolute;
	right: 0;
	top: 11px;
	display: block;
	padding: 0 10px 1px;
	color: #FFF;
	font-size: 1.4rem;
	line-height: 22px;
	background-color: #A0A29E;
}
#form .list td {
	width: calc(100% - 221px);
	padding-left: 13px;
	font-size: 1.8rem ;
}
#form .list tr.checkbox th {
	padding-top: 0;
}
#form .list tr.checkbox th.req::after,
#form .list tr.checkbox th.any::after {
	top: 1px;
}
#form .list td.f_item_free_bukken {
	font-size: 2.2rem;
}
#form .list td.address {
	padding:0 0 0 13px;
}
#form .list td.address td {
	padding-left: 0;
}
#form .list td.gift_explanation_box {
	background: #eee;
	padding: 20px 0 30px;
}
#form .list td.gift_explanation_box .gift_explanation {
	width: 700px;
	font-size: 1.4rem;
}

#form .lv2 tr + tr {
	margin-top: 10px;
}

#form .lv2 th {
	width: 206px;
	vertical-align:top;
	text-align:left;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	font-weight: 500;
	white-space:nowrap;
}
#form .lv2 td {
	width: calc(100% - 206px);
}
#form .list td span {
	margin:0;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}
#form input[type=text],select {
	padding: 12px 16px;
	width: 100%;
	background-color: #FFF;
	border: none;
	outline: none;
	-webkit-appearance: none;
	border-radius: 5px;
}
#form input[type=text].narrow {
	width: 150px;
}
#form .address input[type=text] {
	width: 100%;
}

#form textarea {
	padding: 12px 16px;
	width: 100%;
	background-color: #FFF;
	border: none;
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
}
#form label {
  display: inline-flex;
  align-items: center;
}
#form label.radio {
	display:flex;
	align-items: center;
	margin:0 ;
}
#form label.radio+.radio {
	margin-top: 10px;
}
#form .policy {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	font-weight: 500;
	text-align:center;
}
#form .policy a {
	text-decoration:underline;
}
#form .areaBtn_wrap {
	margin-bottom: 30px;
}
#form .areaBtn {
	width: 580px;
	margin: 0 auto;
	position: relative;
}
#form .areaBtn::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%) rotate(-45deg);
	width: 12px;
	height: 12px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	z-index: 1;
}
#form .areaBtn + .areaBtn {
	margin-top: 20px;
}
#form .areaBtn .btn {
	display: block;
	width:100%;
	color:#000;
	font-size: 2.0rem;
	letter-spacing: 0.1em;
	font-weight: 500;
	line-height: 100px;
	text-align:center;
	text-decoration: none;
	border-radius: 0;
	border: none;
	background-color:#FFDB45;
	cursor:pointer;
	outline:none;
    -webkit-appearance: none;
}

#form .areaBtn.btnBack {
	display: none;
}

#form .areaBtn.btnBack::before {
	border-color: #fff;
}
#form .areaBtn.btnBack .btn {
	color: #fff;
	background-color:#888;
}

#form .mw_wp_form_confirm .areaBtn.btnBack {
	display: block;
}


#form .address .f_item_zip input[type=text] {
	width: 123px;
}
#form .list td.f_item_zip {
	width: calc(100% - 206px);
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	padding-left: 10px;
}
.address_btn1 {
	width: 222px;
	height: 50px;
	background-color: #434F55;
	color: #C4C4C4;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.4;
	border-radius: 5px;
	cursor: pointer;
}
.mw_wp_form_confirm .address_btn1 {
	display: none!important;
}
#form .list td.f_item_free_kengaku_date {
	display: flex;
	justify-content: space-between;
}
#form .list td.f_item_free_kengaku_date > div {
	width: calc((100% - 10px) / 2);
}
#form .list td.f_item_free_kengaku_date > div input {
	width: 100%;
}
#form .list td.f_item_free_kengaku_date > div select {
	width: 152px;
}


#form .mw_wp_form_confirm .list td.f_item_free_kengaku_date {
	justify-content: flex-start;
}
#form .mw_wp_form_confirm .list td.f_item_free_kengaku_date > div {
	width: auto;
	margin-right: 8px;
}


/* comp */
/* --------------------------------------------------------------------------- */
#comp {
	margin-bottom:100px;
}
#comp .inner {
	width: 750px;
}
#comp .flow {
	margin-bottom:60px;
}
#comp h4 {
	margin-bottom:60px;
	font-size:2.2rem;
	font-weight:bold;
	text-align:center;
}
#comp .desc {
	margin-bottom: 60px;
	text-align:center;
}
#comp .areaBtn {
	text-align:center;
}
#comp .areaBtn .btnTop {
	display:inline-block;
	padding:40px 40px;
	color:#FFF;
	font-size:2.0rem;
	font-weight: bold;
	text-decoration:none;
	line-height:1;
	text-align:center;
	background-color:#96101a;
	border-radius: 4px;
}

}/* min-width: 768px */

@media screen and (max-width: 767px) {

  .formDescription {
    font-size: 15px;
    margin-top: 20px;
  }
  .thanks .formDescription {
    padding: 0 5%;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .formDescriptionTitle {
    font-size: 18px;
  }


/* mv */
/* --------------------------------------------------------------------------- */
#mv {
	padding: 25px 0;
	background: #FFDB45;
}
#mv h2 {
	font-size: 3.2rem;
	line-height: 1;
	font-weight: bold;
	text-align: center;
}
#mv h2.borderNone::after {
	content: none;
}

#mv h2 span {
	display: block;
	letter-spacing: 0.1em;
	font-weight: 500;
}

#mv h2 .en {
	font-size: 30px;
}

#mv h2 .jp {
	font-size: 15px;
	margin-top: 12px;
}

/* form */
/* --------------------------------------------------------------------------- */
#form {
	padding: 34px 0 40px;
}
#form .inner {
	margin: 0 5%;
}

#form .list td .vertical-item + .vertical-item {
	margin-top: 9px;
}

#form .desc {
	margin-bottom:20px;
	font-size: 1.6rem;
}
#form .flow {
	margin-bottom:30px;
}
#form .list {
	margin-bottom:10px;
	width:100%;
}
#form .list tr {
	display: block;
}
#form .list tr + tr {
	margin-top: 10px;
}
#form .list th {
	display:inline-block;
	padding:0 0 10px;
	font-size: 1.6rem;
	font-weight:500;
	line-height: 20px;
	padding-right: 55px;
	position: relative;
}
#form .list th .sml {
	font-size: 13px;
	letter-spacing: 0;
}
#form .list th.req::before {
	content: "必須";
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	padding: 0 10px;
	color: #FFF;
	font-size: 1.4rem;
	line-height: 22px;
	background-color: #DE4D00;
}
#form .list th.any::after {
	content: "任意";
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	padding: 0 10px;
	color: #FFF;
	font-size: 1.4rem;
	line-height: 22px;
	background-color: #A0A29E;
}

#form .list .lv2 th {
	font-size: 1.5rem;
	letter-spacing: 0;
	font-weight: 400;
	padding-right: 0;
}

#form .list .f_item_day_wrap tr {
	display: flex;
}

#form .list tr.border {
	border-bottom: 1px solid #4b4b4b;
}
#form .list tr.border + tr {
	padding-top: 10px;
}
#form .list tr.border td {
	padding-bottom: 20px;
}

#form .list td {
	display:block;
}
#form .list td.address {
	padding-bottom: 0;
}
#form .list td.gift_explanation_box {
	background: #eee;
	padding: 10px 0 20px;
	margin-bottom: 30px;
}
#form .list td.gift_explanation_box .gift_explanation {
	width: 94%;
	font-size: 1.3rem;
}
#form .lv2 {
	width:100%;
}
#form .list td.locationnew span {
	display:block;
}


#form .list .f_item_day_wrap,
#form .list .f_item_day_wrap td {
	padding-top: 0;
	padding-bottom: 0;
}

#form .list .f_item_day_wrap th {
	width: 72px;
	padding-top: 10px;
}

#form .list .f_item_day_wrap td {
	width: calc(100% - 72px);
}

#form .list .f_item_day {
	gap: 5px;
}

#form .list .f_item_day div {
	width: 122px;
}

#form .list .f_item_day .selectBox::before {
	width: 7px;
	height: 7px;
}

#form .list .note {
    margin-top: -30px;
}
#form .list .note span {
	line-height: 18px !important;
}


#form .list td.f_item_free_bukken {
	font-size: 1.8rem;
}

#form .list .f_item_free_bukken th {
	width: 100%;
	padding-right: 0;
	padding-bottom: 8px;
}
#form .list .f_item_free_bukken td {
	width: 100%;
}
#form .list .f_item_free_bukken .bukken {
	display: block;
	padding: 20px;
	width: 100%;
    margin-left: 0;
}

#form .list .f_item_free_bukken .bukken .bukken_img {
	width: 100%;
}
#form .list .f_item_free_bukken .bukken .bukken_textBox {
	width: 100%;
	padding-left: 0;
	padding-top: 10px;
}
#form .list .f_item_free_bukken .bukken .bukken_cat {
	gap: 5px;
}
#form .list .f_item_free_bukken .bukken .bukken_cat span {
	padding: 3px 5px;
}

#form input[type=text],select {
	padding: 11px 10px;
	width: 100%;
	background-color: #FFF;
	border: none;
	outline: none;
	-webkit-appearance: none;
	border-radius: 5px;
}
#form input[type=text].narrow {
	margin-right: 5px;
	width: 40%;
}
#form textarea {
	padding:10px;
	width: 100%;
	background-color: #FFF;
	border: none;
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
}
#form label {
	display: inline-flex;
  align-items: center;
	margin:0 10px 0 5px ;
}
#form label.radio {
	display:flex;
	align-items: center;
	margin:0 ;
}
#form label.radio+.radio {
	margin-top: 10px;
}
#form .locationnew label {
	display:block;
}
#form .policy {
	text-align:center;
}
#form .policy a {
	text-decoration:underline;
}

#form .areaBtn_wrap {
	margin-bottom: 30px;
}
#form .areaBtn {
	width: 86%;
	margin: 0 auto;
	position: relative;
}
#form .areaBtn::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%) rotate(-45deg);
	width: 12px;
	height: 12px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	z-index: 1;
}
#form .areaBtn + .areaBtn {
	margin-top: 20px;
}
#form .areaBtn .btn {
	display: block;
	width:100%;
	color:#000;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	font-weight: bold;
	line-height: 72px;
	text-align:center;
	text-decoration: none;
	border-radius: 0;
	border: none;
	background-color:#FFDB45;
	cursor:pointer;
	outline:none;
    -webkit-appearance: none;
}

#form .areaBtn.btnBack {
	display: none;
}

#form .areaBtn.btnBack::before {
	border-color: #fff;
}
#form .areaBtn.btnBack .btn {
	color: #fff;
	background-color:#888;
}

#form .mw_wp_form_confirm .areaBtn.btnBack {
	display: block;
}

/* comp */
/* --------------------------------------------------------------------------- */
#comp {
}
#comp .inner {
	margin: 0 5%;
}
#comp .flow {
	margin-bottom:30px;
}
#comp h4 {
    margin-bottom: 20px;
    font-size: 1.8rem;
	text-align:center;
}
#comp .desc {
	margin-bottom: 30px;
}
#comp .areaBtn .btnTop {
	display:block;
	padding:20px 0;
	color:#FFF;
	font-size:1.8rem;
	font-weight: bold;
	line-height:1;
	text-decoration:none;
	text-align:center;
	background-color:#96101a;
	border-radius: 4px;
}

#form .list td.f_item_zip {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.address_btn1 {
	width: 131px;
	height: 50px;
	background-color: #434F55;
	color: #C4C4C4;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.4;
	border-radius: 5px;
	padding: 0 15px;
	cursor: pointer;
}
.mw_wp_form_confirm .address_btn1 {
	display: none!important;
}
#form .address .f_item_zip input[type=text] {
	width: 195px;
}

#form .list td.f_item_free_kengaku_date {
	display: flex;
	justify-content: space-between;
}
#form .list td.f_item_free_kengaku_date > div {
	width: calc((100% - 10px) / 2);
}
#form .list td.f_item_free_kengaku_date > div input {
	width: 100%;
}
#form .list td.f_item_free_kengaku_date > div select {
	width: 130px;
}
}/* min-width: 768px */
