﻿@charset "utf-8";

/* header */
.iqfm-hd{
	padding: 45px 0 0 45px;
	font-size:0px;
}
	@media screen and (max-width: 870px) {
	.iqfm-hd{
		margin: 0 auto;
		padding: 45px 0 0 0px;
		text-align: center;
	}
	}

	@media screen and (max-width: 870px) {
	.iqfm-contents{
		margin-top: -40px;
	}
	}

/* main --------------------------------------------------------------------------------- */
.iqfm-box {
	padding: 0 100px;
}
    @media screen and (max-width: 870px) {
    .iqfm-box {
        padding: 0;
    }
    }

.iqfm-box p{
	font-size: 0.9em;
	line-height: 1.4;
}
	@media screen and (max-width:870px){
	.iqfm-box p{
	font-size: 1em;
	line-height: 1.4;
	}
	}

/* announce --------------------------------------------------------------------------------- */
.iq-f-announce{
	line-height: 1.5em;
	margin-top: 1em;
	padding: 0.5em 2em;
	border: 1px solid #d90d19;
	border-radius: 5px;
	font-size: 90%;
 }
 .iq-f-announce span{
	 padding-bottom: 0.5em;
	 display: inline-block;
 }
	@media screen and (max-width:870px){
	.iq-f-announce{
		margin-left:0em;
		margin-right:0em;
		padding:1em;
	}
	.iq-f-announce span{
		padding-bottom: 0.8em;
		display: inline-block;
	}
	}


/* title --------------------------------------------------------------------------------- */
h2.iq-subtit { 
	font-size:2em;
	padding-top:20px;
	font-weight: normal;
}
	@media screen and (max-width:870px){
	h2.iq-subtit {
	padding-top:10px;
	}
	}

/* confpage */
.conf-tit{
	margin-top: 0.8em;
	font-size: 1.3em;
}


/* under the title ------------------------------*/
.iq-subtit-extxt{
	padding:10px 0 5px;
}
.iq-subtit-extxt p{
	line-height: 1;
	margin-bottom: 5px;
}
	@media screen and (max-width:870px){
	.iq-subtit-extxt{
	padding-top:0px;
	}
	.iq-subtit-extxt p{
	line-height: 1.3;
	}
	}


/* table --------------------------------------------------------------------------------- */
.tbl_inq-box table{
	text-align: left;
}
	@media screen and (max-width:870px){
		.tbl_inq-box table{
		width: 100%;
		}
		.tbl_inq-box table tr,th,td{
			display: block;
		}
	}

.tbl_inq-box table th {
	background: #fff1f2;
	border-left: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	width: 30%;
}
	@media screen and (max-width:870px){
		.tbl_inq-box table th {
		width: 100%;
		display: block;
		font-size: 1.2em;
		}
	}

	@media screen and (max-width:870px){
		.tbl_inq-box table td {
		border-top: 0;
		}
	}

.iqfm-coutry td{
	padding: 0;
}

	@media screen and (max-width:870px){
	/* .iqfm-coutry-box{
		width: 100px;
	} */
	.iqfm-coutry select{
		width: 100%;
	}
	}




/* form  --------------------------------------------------------------------------------- */
.iq-textarea-box{
	height:100px;
	width:600px;
}
	@media screen and (max-width:870px){
		.iq-textarea-box{
		width: 100%;
		}
	}

/* input box ------------------------------*/
form#inquiry input {
	padding: 3px 0;	/*デフォルト削除*/
}

.iqfm-input,.iqfm-input-com,.iqfm-input-dep{
	width:500px;
	font-size: 1.1em;
}
.iqfm-input-adr{
	width:600px;
	font-size: 1.1em;
}
	@media screen and (max-width:870px){
		.iqfm-input,.iqfm-input-adr{
		width: 100%;
		height: 4em;
		}
	}
	@media screen and (max-width:870px){
		.iqfm-input-com,.iqfm-input-dep{
		width: 100%;
		height: 3em;
		}
	}

.iqfm-input-nam{
	width:200px;
	font-size: 1.1em;
	margin-right:10px;
}
	@media screen and (max-width:870px){
		.iqfm-input-nam{
		width: 100%;
		height: 1em;
		}
	}

.iqfm-input-mai{
	width:350px;
	font-size: 1.1em;
	margin-right:10px;
}
	@media screen and (max-width:870px){
		.iqfm-input-mai{
		width: 100%;
		height: 1em;
		}
	}

/* address parts */
#address dt {
	float: left;
	clear: left;
	padding: 5px 0 3px;
}
#address dd {
	padding: 5px 0 5px 5px;
}

/* pulldown */
#inquiry select{
	padding: 3px 0;
}
/* #DropDownListItem{
	padding: 3px 0;
	width: 350px;
	height: 50px;
}

#DropDownListItem option{
	padding: 3px 0;
	width: 350px;
	height: 50px;
} */

.iqfm-select{
	width:350px;
	margin-right:10px;
}
	@media screen and (max-width:870px){
		.iqfm-select{
		width: 100%;
		}
	}



/* caution --------------------------------------------------------------------------------- */
.iq-caution-box{
	padding:0 80px 0 20px;
	font-size: 0.9em;
	padding-bottom: 20px;
}
	@media screen and (max-width:870px){
	.iq-caution-box{
	padding:0 20px;
	}
	}

.iqfm-list-disc{
	line-height: 1.3;
}

.iqfm-list-disc li {
	list-style-type: disc;
	margin-bottom: 0.8em;
}

.iqfm-box p.pretxt-submit {
	text-align: center;
	font-size: 1em;
	margin-top: 1em;
}
	@media screen and (max-width:870px){
		.iqfm-box p.pretxt-submit {
			margin-top: 2em;
			font-size: 1.1em;
		}
	}


/* submit + reset btn ----------------------------------------------------------------------- */
.iqfm-btnbox{
	text-align: center;
	margin: 0 auto;	
	padding-bottom: 50px;
	display: flex;
	flex-direction: row-reverse;
	justify-content:center;
}	
	@media screen and (max-width:870px){
		.iqfm-btnbox{
			width: 100%;
			display: block;
			margin: 0 auto;
			padding-bottom: 20px;
		}
	}
.iqfm-btnbox input{
	margin-right: 10px;
}
	@media screen and (max-width:870px){
	.iqfm-btnbox input{
		margin-right: 0px;
	}
	}


/* botton design--------------*/
	.btn-conf,.btn-reset{
	border: 0;
	color: #fff;
	border-radius: 40px;
	font-weight: bold;
	font-size: 1em;
	letter-spacing: 1px;
	width: 30%;
}
	@media screen and (max-width:870px){
	.btn-conf,.btn-reset{
	display: block;
	margin-bottom: 20px;
	width: 100%;
	}
	} 

form#inquiry input.btn-conf{
	background: #de0a20;
	text-align: center;
	margin-left: 20px;
	padding: 13px 0;
}
	@media screen and (max-width:870px){
	form#inquiry input.btn-conf{
		margin-left: 0px;
	}
	}
form#inquiry input.btn-conf:hover{
	background: #de0a1fa8;
	cursor: pointer;
}

form#inquiry input.btn-reset{
	background: #A6A6A6;
	text-align: center;
	padding: 13px 0;
}
form#inquiry input.btn-reset:hover{
	background: #a6a6a69f;
	cursor: pointer;
}


/* Optional Survey --------------------------------------------------------------------------------- */
	@media screen and (max-width:870px){
	.iqfm-bd-sp{
		border-top: 1px dotted #ccc;
		padding-top: 10px;
		width: 80%;
		margin: 0 auto;
	}
	}

.tbl_que-box p{
	margin: 0;
	padding-bottom: 0.5em;
}
.tbl_que-box p span{
	font-size: 1.3em;
	display: inline-block;
	padding-bottom: 0.5em;
}

table.tbl_que {
	width: 890px;
	border-top: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	text-align: left;
}
	@media screen and (max-width:870px){
	table.tbl_que {
	width: 100%;
	border-top: 0;
	border-right: 0;
	}
	}

table.tbl_que th {
	background: #fff1f2;
}
table.tbl_que tr td{
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #c2c2c2;
}
	@media screen and (max-width:870px){
		table.tbl_que th {
			margin-top: 20px;
			display: block;
		}
		table.tbl_que tr td{
			display: block;
			border-bottom: 0;
			padding-bottom: 0;
		}
		table.tbl_que tr{
			padding-bottom: 10px;
		}
		table.tbl_que tr td.iqfm-td-npd{
			padding: 0 0 0 12px;
		}
	}

	@media screen and (max-width:870px){
		table.tbl_que tr .iqfm-th-sp{
			display: none;
		}
	}

/* ex table border ----------------------------------- */
.th_tb-nbd{
	border-top:0;
	border-bottom:0;
}
.th_t-nbd{
	border-top:0;
}
.th_b-nbd{
	border-bottom:0;
}
	@media screen and (max-width:870px){
		.th_tb-nbd,.th_t-nbd,.th_b-nbd{
			border: 1px solid #c2c2c2;
		}
	}




/* etc. ----------------------------------- */
.f-nm {
	font-weight: normal;
}

.w300{
	width: 300px;
}
	@media screen and (max-width:870px){
		.w300{
		width: 100%;
		}
	}

.ml-15{
	margin-left: 14px;
}
.ml15{
	margin-left: 12px;
}

.essential{
	color:#de0a20;
}
