@charset "UTF-8";

#inquiry .content{
    background-color: rgba(255, 255, 255, 0.9);
  }
  
  #inquiry div.content{
	box-sizing: border-box;
	padding:10px;
}

#inquiry p.caption{
	margin-bottom:20px;
}

#inquiry p.contact-tel{
	text-align: center;
	
	background-color:#004;
	box-sizing: border-box;
	border:solid 5px #eee;
	
	margin-bottom:20px;
	
	padding:10px 0;
}

#inquiry p.contact-tel img{
	width:100%;
	max-width: 480px;
	vertical-align: bottom;
}

#inquiry div.attention{
	background-color:#ffe;
	color:#000;
	
	box-sizing: border-box;
	padding:20px;
	
	margin-bottom:20px;
}

#inquiry div.attention h5{
	font-weight:bold;
	color:#f00;
	margin-bottom:5px;
}

#inquiry div.attention ul{
	list-style-type: disc;
	list-style-position: outside;
}

#inquiry div.attention ul li{
	margin-left:25px;
}

#inquiry div.form-content{
	box-sizing: border-box;
}

#inquiry div.form-content div.row{
	border:solid 1px #ccc;
	
	display:table;
	width:100%;
	
	background-color:#fff;
	border-bottom:none;
	
	box-sizing: border-box;
	padding:5px;
}

#inquiry div.form-content div.lastchild{
	border-bottom:solid 1px #ccc;
}

#inquiry div.form-content div.row div.que{
	display:table-cell;
	width:320px;
	vertical-align: top;
	
	box-sizing: border-box;
	padding:10px;
	
	background-color:#fff;
	color:#222;
	
	font-weight:bold;
}

#inquiry div.form-content div.row div.que p.must{
	color:#f00;
	font-size:0.8rem;
	line-height:1.5em;
	font-weight:normal;
}

#inquiry div.form-content div.row div.que p.must:before{
	content:"※";
}

#inquiry div.form-content div.row div.que p.extra{
	font-size:0.8rem;
	line-height:1.5em;
	font-weight:normal;
}

#inquiry div.form-content div.row div.que p.extra:before{
	content:"※";
}

#inquiry div.form-content div.row div.ans{
	display:table-cell;
	width:auto;
	vertical-align: top;
	
	box-sizing: border-box;
	padding:10px;
	
	background-color:#fff;
	border-left:solid 5px #fff;
}

#inquiry div.form-content div.row div.ans span.note{
	font-size:0.8rem;
	line-height:1.5em;
	font-weight:normal;
}

#inquiry div.form-content div.row div.ans p{
	margin-bottom:5px;
}

#inquiry div.form-content div.row div.ans p:last-child{
	margin-bottom:0;
}

#inquiry div.form-content div.row div.ans ul.castchoice{
	font-size:0;
	line-height:1.0em;
}

#inquiry div.form-content div.row div.ans ul.castchoice li{
	font-size:0.8rem;
	line-height:1.5em;
	
	display:inline-block;
	width:25%;
	vertical-align: top;
	
	box-sizing: border-box;
	padding:2.5px;
	text-align: center;
}

#inquiry div.form-content div.btn-action{
	font-size:0;
	line-height:1.0em;
}

#inquiry div.form-content div.btn-action p{
	font-size:1.0rem;
	line-height:1.75em;
	font-weight:bold;
}