/*
Theme Name: MOV ICHI 2023
*/


/* --------------------------------
common
---------------------------------*/
section{
	padding-top: 150px;
	min-height: 90vh
}


/* --------------------------------
header
---------------------------------*/
.site_header{
	position: fixed;
	background-color: #fff!important;
}

/* --------------------------------
page
---------------------------------*/
.page dl dt{
	background-color: #F7F6E7;
	padding: 10px;
}
.page dl dd{
	padding: 10px;
	border: 2px solid #F7F6E7;
}

.page .attention_list{
	padding-left: 2em;
}
.page .attention_list li{
	padding-bottom: 1em;
	list-style-type: square;
}

/* ------------------------------
requirements
------------------------------ */
.requirements .section_title{
	text-align: center;
	line-height: 1.3;
}
.requirements .entry_detail{
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.requirements .entry_detail>div{
	width: 48%;
	height: 180px;
}
.requirements .entry_detail>div:nth-of-type(1){
	width: 100%;
	margin-bottom: 1em;
}
.requirements .entry_detail>div .headline_deco{
	padding: 10px 0 10px 10px;
	margin-bottom: 10px;
	background-color: #F09BA5;
}
.requirements .entry_detail>div p{
	padding-left: 10px;
}
/* ------------------------------
forexhibitors
------------------------------ */
.forexhibitors .entry_detail>div{
	height: auto;
}
.forexhibitors .entry_detail>div p{
	margin-bottom: 40px;
}
.forexhibitors .figuer{
	width: 80%;
	margin: 20px auto 40px;
}
/* ------------------------------
entry_form
------------------------------ */
#entry_form{
	padding-top: 100px;
	padding-bottom: 50px;
	background-color:#e2b2ab;
}
#entry_form .area{
	max-width: 800px;
}
.entry_form h2{
	padding: 10px;
	border-left: 5px solid #333333;
	margin-bottom: 20px;
}
.entry_form .form_caption{
	margin-bottom: 30px;
}
.entry_form .essential{
	color: #E95504;
	font-size: 13px;
	font-weight: bold;
}
.entry_form .form_container{
	margin-bottom: 60px;
}
.entry_form .form_container h3{
	font-weight: normal;
	margin-top: 40px;
}
.entry_form .form_container .form_input,
.entry_form .form_container select,
.entry_form .form_container .form_phone,
.entry_form textarea{
	width: 100%;
	height: 60px;
	padding: 10px;
	margin: 5px 0 5px;
	background-color: #fff;
}
.entry_form .form_container .form_phone{
	width: 28%;
	display: inherit;
}
.entry_form textarea{
	height: 100px!important;
}
.entry_form .form_container .select_area{
	margin: 5px 0 40px;
}
.entry_form .form_container .select_area .mwform-radio-field label,
.entry_form .form_container .select_area .mwform-checkbox-field label{
	display: inline-block;
}
.mw_wp_form .horizontal-item + .horizontal-item{
	margin-left: 0!important;
}
.entry_form dl.select_area dt{
	width: 60px;
	float: left;
}
.entry_form dl.select_area dd{
	margin-left: 60px;
}
.entry_form .form_text{
	margin-bottom: 20px;
}
.entry_form .form_space{
	height: 1em;
}
.submit_button{
	width: 100%;
	height: 60px;
	margin: 40px 0;
	background-color: #67728a;
	color: #fff;
	font-size: 16px;
	letter-spacing: 2px;
	border-radius: 5px;
}
.form_loading {
	text-align: center;
}
.mw-wp-form_image img {
	width: 450px;
}
.booth_price {
	font-weight: bold;
}
.back_button{
	display: block;
	padding: 20px;
	margin: 20px auto;
	background-color: #40aeb0;
	color: #fff;
	width: fit-content;	
	position: relative;
	cursor: pointer;
	transition: all 0.3s;
	border-radius: 5px;
}

/* ------------------------------
for smartphone
------------------------------ */
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 600px) {
	/* --------------------------------
	common
	---------------------------------*/
	section{
		padding-top: 100px;
	}
	/* ------------------------------
	requirements
	------------------------------ */
	.requirements .entry_detail>div{
		width: 100%;
	}
	.requirements .entry_detail>div:nth-of-type(1){
		margin-bottom: 2em;
		height: fit-content;
	}
	/* ------------------------------
	forexhibitors
	------------------------------ */
	.forexhibitors .figuer{
		width: 100%;
	}
	

}