@charset "utf-8";

/*-----------------------------------------------------------------------------------*/
/*	お問い合わせ
/*-----------------------------------------------------------------------------------*/
#btnSend{
	margin-bottom: 40px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}

.linkBtn01 {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.linkBtn01 a {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
input #btnSend {
	margin-bottom: 80px;
}
textarea{
	font-size: 100%;
	width: 90%;
	height: 5em;
}
@media screen and (min-width:768px) { 
textarea{
	font-size: 100%;
	width: 90%;
	height: 5em;
}
｝
.company, .name,.name_sec, .position, .address, .tel, .tel_sec, .kana, .mail, .mail_sec{
	height: 30px;
	font-size: 100%;
	width: 90%;
}
.demand1, .demand2, .demand3, .sample1, .sample2, .yes1, .no1{
	margin-right: 5px;
	vertical-align: middle;
}
.demand2, .demand3, .day2{
	margin-left: 20px;
}
.day1, .day1{
	margin-top:20px;
}
.formSample{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.sample2{
	margin-left: 130px;
}

.tbl01 th {
	padding-bottom: 30px;
}
#btnSend{
	background-color: #ef7b00;
	border-radius: 3px;
	color: #ffffff;
	display: block;
	overflow: hidden;
	padding: 15px 0px;
	position: relative;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 40%;
}
#btnSend:hover {
	background-color: #fff;
	border-color: #ef7b00;
	color: #ef7b00;
}

.formImg{
	display: flex;
	align-items: center;
}
.leftImg{
	float: left;
}
.leftImg img{
	max-width: 250px;
}
.rightImg{
	float: right;
	margin-left: 20px;
}
.rightImg img{
	max-width: 250px;
}
.select2{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
.yes1{
	margin-left: -130px;
}
.no1{
	margin-left: 100px;
}
span.comment{
	font-size: 12px;
}

/*-----------------------------------------------------------------------------------*/
/*	MAIN
/*-----------------------------------------------------------------------------------*/
.ctInner {
	width: 800px;
	margin: 0px auto;
}
.ctTtl {
	line-height: 1.4;
	font-weight: bold;
	font-size: 18px;
}
.ctWrap { margin-bottom: 50px;}
.ctBox { }
.ctBox .left { float: left;}
.ctBox .right { float: right;}
.ctThm { }
.ctThm.left { margin: 0px 30px 30px 0px;}
.ctThm.right { margin: 0px 0px 30px 30px;}
.ctTxt { overflow: hidden;}

/*-----------------------------------------------------------------------------------*/
/*	TABLE
/*-----------------------------------------------------------------------------------*/
.tbl01 { border-top: 1px solid #efefef;}
.tbl01 th { border-bottom: 1px solid #efefef; padding: 15px 0px; padding-right:10px; vertical-align: top; text-align: left; width: 20%;}
.tbl01 td { border-bottom: 1px solid #efefef; padding: 15px 0px; vertical-align: top;}






@media only screen and (max-width: 640px) {
/*-------------------------------*/
/*	お問い合わせ
/*-------------------------------*/
.linkBtn01 { }
.linkBtn01 a { width: 100%;}

/*-----------------------------------------------------------------------------------*/
/*	MAIN
/*-----------------------------------------------------------------------------------*/
.ctInner { width: 92%;}
.ctTtl {
	font-size: 16px;
}
.ctWrap { margin-bottom: 30px;}
.ctBox { }
.ctBox .left { float: none;}
.ctBox .right { float: none;}
.ctThm { text-align: center;}
.ctThm.left { margin: 0px 0px 20px 0px;}
.ctThm.right { margin: 0px 0px 20px 0px;}
.ctTxt { }

/*-----------------------------------------------------------------------------------*/
/*	TABLE
/*-----------------------------------------------------------------------------------*/
.tbl01 { }
.tbl01 th { width: 100%; display: block; border-bottom: none; padding: 10px 0px 0px 0px;}
.tbl01 td { width: 100%; display: block; padding: 5px 0px 10px 0px;}

.formImg{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}
.leftImg img{
	max-width :150px;
}
.rightImg img{
	max-width: 150px;
}
.sample2{
	margin-left: 20px;
}
.formSample{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: -30px;
}
.yes1{
	margin-left: 0px;
}
.no1{
	margin-left: 100px;
}

}

/* add select form */
.mdt {
	text-align: left;
}
.mdt p {
	padding-left: 25px;
	font-size: 14px;
}
.mdt select {
	font: 400 13.3333px Arial;
	height: 30px;
	margin-bottom: 5px;
}