.sec{
	padding: 80px 0;
}
.normal_ttl{
	text-align: center;
	font-size: 24px;
	margin-bottom: 80px;
	font-weight: bold;
}
.normal_ttl.ic:before{
	content: "";
	display: inline-block;
	background: url(../img/base/favicon.png) center no-repeat;
	width: 30px;
	height: 30px;
	margin-right: 20px;
	vertical-align: text-bottom;
}

#gmap{
	height: 500px;
}
.news_list{
	margin: 0 -20px 40px;
}
.news_list li{
	float: left;
	width: 33.3333%;
	box-sizing:border-box;
	padding: 0 20px;
	margin-bottom: 30px;
}
.news_list li .fig{
	margin-bottom: 15px;
}
.news_list li .cats{
	display: inline-block;
	background: #a1a1a2;
	color: #fff;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 10px;
	padding: 3px 10px;
}
.news_list li time{
	display: block;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 15px;
}
.solid_btn{
	text-align: center;
}
.solid_btn a{
	display: inline-block;
	border:1px solid #000;
	line-height: 16px;
	font-weight: bold;
	padding: 15px;
	width: 250px;
	box-sizing:border-box;
}
.solid_btn a span{
	background: url(../img/base/ui03.png) left center no-repeat;
	padding-left: 20px;
}
.solid_btn_2{
	text-align: center;
}
.solid_btn_2 a{
	display: inline-block;
	border:1px solid #000;
	line-height: 16px;
	font-weight: bold;
	padding: 15px;
	width: 250px;
	box-sizing:border-box;
}
.solid_btn_2 a span{
	background: url(../img/base/ui09.png) right center no-repeat;
	display: block;
}
.lead{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 20px;
}
.minimum{
	font-size: 12px;
	text-align: center;
}
.table{
	width: 100%;
	border-top: 1px solid #000;
}
.table tr{
	border-bottom: 1px solid #000;
}
.table tr th{
	padding: 10px;
	vertical-align: top;
	font-weight: normal;
	text-align: left;
	width: 200px;
	box-sizing:border-box;
}
.table tr td{
	padding: 10px;
	vertical-align: top;
}
.inner_table{
	display: table;
	width: 100%;
}
.inner_table .col{
	display: table-cell;
	vertical-align: bottom;
}
.icon{
	text-align: right;
}
.icon img{
	width: 100px;
}
.contact_fl{
	margin: 0 -15px 50px;
}
.contact_fl .left{
	float: left;
	width: 50%;
	box-sizing:border-box;
	padding: 0 15px;
}
.contact_fl .right{
	float: left;
	width: 50%;
	box-sizing:border-box;
	padding: 0 15px;
}
.contact_fl dl{}
.contact_fl dl dt .require{
	background: #ffea00;
	color: #000;
	border-radius: 5px;
	padding: 5px 5px;
	margin-left: 15px;
	display: inline-block;
	line-height: 14px;
}
.contact_fl dl dt{
	padding-top: 10px;
	margin-bottom: 10px;
}
.contact_fl dl dd{
}
.contact_fl input[type="text"],
.contact_fl input[type="email"]{
	display: block;
	width: 100%;
	border-radius: 8px;
	border:1px solid #b5b6b6;
	padding: 3px;
	height: 30px;
	box-sizing:border-box;
}
.contact_fl input[type="text"][readonly="readonly"],
.contact_fl input[type="email"][readonly="readonly"],
.contact_fl textarea[readonly="readonly"]{
	background: #fff;
	border:none;
}
input:-webkit-autofill{
	background-color: #fff !important;
	border:none;

}
.contact_fl textarea{
	display: block;
	width: 100%;
	border-radius: 8px;
	border:1px solid #b5b6b6;
	padding: 3px;
	resize:vertical;
	height: 175px;
	box-sizing:border-box;

}
.sendbox{
	text-align: center;
}
.sendbox .confirm_btn,.sendbox .send_btn{
	color: #fff;
	border:none;
	font-size: 16px;
	line-height: 16px;
	background: #50cc00;
	padding: 15px 60px;
	cursor: pointer;
	border-radius: 8px;
	text-align: center;
	-webkit-appearance: none;
}
.sendbox .edit_btn{
	color: #fff;
	border:none;
	font-size: 16px;
	line-height: 16px;
	background: #b5b6b6;
	padding: 15px 60px;
	cursor: pointer;
	border-radius: 8px;
	text-align: center;
	margin-right: 10px;
	-webkit-appearance: none;
}
#contact.sec{
	background: url(../img/index/bg2.png) center no-repeat;
	background-size: cover;
}
.inner_page_mv{
	height: 300px;
	padding-top: 90px;
	box-sizing:border-box;
}
.inner_page_mv .mv_inner{
	height: 100%;
	position: relative;
}
.inner_page_mv .mv_inner h1{
	position: absolute;
	z-index: 8888;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 90%;
	text-align: center;
	font-size: 24px;
	height: 35px;
}
#pagenation{
	text-align: center;
}
#pagenation .page-numbers{
	display: inline-block;
	color: #fff;
	line-height: 14px;
	font-weight: bold;
	background: #dbdbdb;
	padding: 10px;
}
#pagenation .page-numbers.current{
	background: #e3007f;
}
.underline_ttl{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #a1a1a2;
	padding-bottom: 10px;
	line-height: 1.5em;
}
.post_status time,
.post_status .cats{
	display: inline-block;
	vertical-align: middle;
}
.post_status .cats{
    background: #a1a1a2;
    color: #fff;
    font-weight: bold;
    line-height: 14px;
    padding: 3px 10px;
}
.post_status time{
	font-weight: bold;
	font-size: 15px;
	line-height: 15px;
}
.post_content{
	padding: 80px 0;
}
.post_content p{
	margin-bottom: 30px;
	line-height: 2em;
}
.post_content p img{
	width:auto;
	max-width: 100%;
	height: auto;
}
#single_pagenate{
	text-align: center;
}
#single_pagenate .chip{
	display: inline-block;
	vertical-align: middle;
	margin: 5px 0;
}
#single_pagenate .chip a{
	display: block;
	font-weight: bold;
	line-height: 14px;
	color: #fff;
	background: #dbdcdc;
	padding: 10px;
	text-align: center;
	width: 100px;
	box-sizing:border-box;
}
#single_pagenate .chip.top a{
	background: #e3007f;
}
.yellow_box{
	background: #e3007f;
	padding: 80px;
	margin: 60px auto 0;
	color: #fff;
}
.box_ttl{
	background: #fff;
	font-size: 19px;
	margin-bottom: 30px;
	text-align: center;
	padding: 25px;
	line-height: 1.5em;
	color: #000;
}
.box_ttl:before{
	content: "";
	display: inline-block;
	background: url(../img/base/favicon.png) center no-repeat;
	width: 30px;
	height: 30px;
	margin-right: 20px;
	vertical-align: text-bottom;
}
.desc_p{
	text-align: center;
	margin-bottom: 80px;
}
.desc_p p{
	line-height: 2em;
}
.txtlink{
	color: #e3007f;
}
.fb a{
	background: url(../img/base/ui10.png) left center no-repeat;
	padding-left: 30px;
	padding-top:10px;
	padding-bottom: 10px;
}
.square_fl{
	margin-bottom: 30px;
}
.square_fl .left{
	float: left;
	width: 211px;
	margin-right: 30px;
}
.square_fl .right h3{
	margin-bottom: 15px;
	font-size: 18px;
}
.square_fl .right p{
	line-height: 2em;
}
div.wpcf7 .ajax-loader{
	display: block !important;
	margin: auto !important;
}
span.wpcf7-not-valid-tip{
	color: #ffea00 !important;
}
@media(min-width: 1px) and (max-width: 940px){
	#header .hd_wrap .controller{
		display: none;
	}
	#header .hd_wrap{
		height: 60px;
	}
	#header .hd_wrap .logo{
		width: 80px;
		height: 40px;
	}
	#header .hd_wrap .controller{
		position: fixed;
		top: 60px;
		left: 0;
		right: 0;
		bottom: unset;
		width: auto;
		background: rgba(0,0,0,0.8);
		padding: 15px;
		height: auto;
	}
	#header .hd_wrap .controller .menus{
		display: block;
	}
	#header .hd_wrap .controller .menus li{
		display: block;
		margin: 0;

	}
	#header .hd_wrap .controller .menus li a{
		padding: 10px 0;
		display: block;
		color: #fff;
		background: url(../img/base/ui04.png) left center no-repeat;
		padding-left: 20px;
	}
	#header .hd_wrap .controller .contact_btn{
		display: none;
	}
	#header .hd_wrap .controller .language{
		display: none;
	}
	.news_list li{
		width: 50%;
	}
	.inner_page_mv{
		height: 210px;
		padding-top: 60px;
	}
	.post_content{
		padding: 50px 0;
	}
	.yellow_box{
		padding: 60px 20px;
	}
}
@media (min-width: 1px) and (max-width: 640px){
	.news_list li{
		float: none;
		padding: 0;
		width: auto;
		margin-bottom: 40px;
	}
	.news_list{
		margin: 0;
	}
	.sec{
		padding: 50px 0;
	}
	.normal_ttl{
		margin-bottom: 50px;
	}
	.minimum{
		text-align: left;
	}
	.inner_table .col{
		display: block;
	}
	#gmap{
		height: 250px;
	}
	.contact_fl{
		margin: 0 0 30px;
	}
	.contact_fl .left,
	.contact_fl .right{
		float: none;
		padding: 0;
		width: auto;
	}
	.sendbox .confirm_btn{
		width: 100%;
	}
	#contact.sec{
		background: url(../img/index/bg2-s.png) center no-repeat;
		background-size: cover;
	}
	.sendbox .confirm_btn, .sendbox .send_btn, .sendbox .edit_btn{
		display: block;
		width: 100%;
	}
	.sendbox .edit_btn{
		margin-bottom: 10px;
	}
	.inner_page_mv{
		background: url(../img/base/common_mv-s.png) center no-repeat;
		background-size: cover;
	}
	#page.in.business .inner_page_mv{
		background: url(../img/business/common_mv-s.png) center no-repeat;
		background-size: cover;

	}
	.box_ttl{
		font-size: 14px;
		padding: 20px;
	}
	.desc_p{
		text-align: left;
		margin-bottom: 60px;
	}
	.square_fl .left{
		float: none;
		width: auto;
		max-width: 211px;
		margin: 0 0 20px;
	}
	.table tr th{
		width: 100px;
	}
	.icon{
		text-align: left;
		margin-top: 15px;
	}
}
