@charset "utf-8";

/* ==================================================================

    faq.css

=================================================================== */

#contactArea{
    padding-bottom: 122px;
}



.contents .message{
	border:0;
	margin-bottom:34px;
}

.contents .message span.em{
	color:#F00;
}

.contents p.error{
	display:block;
	background:#F00;
	color:#fff;
	padding:8px;
	margin:8px 0;
	font-size:84%;
}


/* ==================================================================
	contact
=================================================================== */

.contents main .chapter{
    margin-top: 64px;
}

.contents main p.center{
	text-align: center;
}

.contents main .leadtext{
	text-align: center;
	margin-bottom: 70px;
}

#contact .beige{
	background: #efefef;
	padding: 40px;
}

#contact .beige p.center{
	margin-bottom: 25px;
}

#contact p.text{
	margin-bottom: 30px;
}

#contact .contactbox{
	padding: 15px;
	overflow: hidden;
}

#contact .contactbox .telarea ul.number li{
	line-height: 1.3;
	padding-left: 60px;
	font-weight: 700;
	width: 50%;
    float: left;
    box-sizing: border-box;
	letter-spacing: 0.1em;
}

#contact .contactbox .telarea ul.number li.tel .block{
	background: url(../../images/common/icon/dial.svg) 0 50% no-repeat; 
	padding-left: 35px;
	width: 66%;
    text-align: center;
}

#contact .contactbox .telarea ul.number li.fax .block{
	padding-left: 8px;
	width: 60%;
    text-align: center; 
}

#contact .contactbox .telarea ul.number li span.type{
	display: block;
	font-size: 93%;
}

#contact .contactbox .telarea ul.number li a{
	font-size: 213%;
	display: block;
	color: #000;
    text-decoration: none;
}

#contact .contactbox .telarea ul.number li a:hover{
	text-decoration: none;
}

#contact .contactbox .telarea ul.number li span.time{
	font-size: 73%;
	letter-spacing: 0;
}



#formBox{
	padding: 67px 0;
}

#formBox dl.note{
	margin-bottom: 42px;
	padding: 40px;
	text-align: center;
	background: #fff;
}
#formBox dl.note dt{
	font-weight: 600;
	margin-bottom: 11px;
}

/* --------------------------------
   □ .tableStyle
-------------------------------- */ 
form table.tableStyle{
	border:0;
	width:100%;
	margin-bottom: 47px;
	margin-top: 40px;
}

form table.tableStyle th,
form table.tableStyle td{
}

	form table.tableStyle tr.middle th,
	form table.tableStyle tr.middle td{
		vertical-align: top;
	}

	form table.tableStyle tr.titleWarp th,
	form table.tableStyle tr.titleWarp td{
		padding-bottom: 45px;
		border-bottom: 1px solid #bfc4c7;
	}

	form table.tableStyle th{
		width:30%;
		padding-top:23px;
		padding-right:20px;
		vertical-align:top;
	}

	form table.tableStyle th span.req{
		display: inline-block;
		margin-left: 8px;
		font-size: 75%;
		font-weight: 400;
		color: #fff;
		float: right;
		background: #B92020;
		padding: 3px 5px;
	}

	form table.tableStyle tr.middle th span.req{
		vertical-align: middle;
	}

	form table.tableStyle tr.nameWarp th span.req{
		top: 8px;
	}

	form table.tableStyle td input.short{
		box-sizing:border-box;
		width:39%;
	}	
	
	form table.tableStyle td input.middle{
		box-sizing:border-box;
		width:80%;
	}	
	form table.tableStyle td .select-wrap{
		width:80%;
	}	
	form table.tableStyle td input.long{
		box-sizing:border-box;
		width:99%;
	}
	
	form table.tableStyle td textarea{
		box-sizing:border-box;
		width:99%;
	}
	form table.tableStyle td ul.list,
	form table.tableStyle td ul.inline{
		overflow:hidden;
		clear:both;
		padding-top:10px;
	}
	form table.tableStyle td ul.inline.first{
		padding-bottom:1em;
	}

	form table.tableStyle td ul.inline li{
		display:inline-block;
		margin-right:25px;
		float:left;
		white-space:nowrap;
	}
	
	form table.tableStyle td .sample{
		display:block;
	}
	form table.tableStyle .inTable{
		width:100%;
		margin-top:-17px;
	}
	
	form table.tableStyle .inTable th{
		padding-right:30px;
	}

	form table.tableStyle tr.titleWarp td .titleList{
		padding: 20px 32px;
	}
	form table.tableStyle tr.titleWarp td .titleList li{
		margin-bottom: 12px;
	}
	form table.tableStyle tr.titleWarp td .titleList li input[type="checkbox"]{
		margin-right: 8px;
	}
	form table.tableStyle tr.titleWarp td .titleList li:last-child{
		margin-bottom: 0;
	}


ul.submitArea{
	text-align:center;
}

ul.submitArea li{
	display:inline-block;
	margin:0 8px;
	width:40%;

    a,button{
        display: block;
        width: 90%;
    }
}

.complete h3{
	margin-bottom:24px;
}
.complete p.text{
	margin-bottom:24px;
}



@media only screen and
(max-width : 767px) {

	
#contact .beige {
    padding: 4%;
}	
#contact .beige p.center {
    text-align: left;
}

#contact .contactbox .telarea ul.number li {
    padding-left: 0;
    width: auto;
    float: none;
    
    & + li {
        margin-top: 24px;
    }
}

	#contact .contactbox .telarea ul.number li.tel .block {
		width: 100%;
		background-size: 12%;
		box-sizing: border-box;
	}
	
	#contact .contactbox .telarea ul.number li.fax .block {
		width: 100%;
		background-size: 12%;
		box-sizing: border-box;
	}



.contents .message{
	margin-bottom:3%;
}
	
/* ==================================================================
	contact
=================================================================== */

.contents main .chapter{
	margin: 0;
}

.contents main .chapter h3.title {
    font-size: 125%;
}
	
.contents main .leadtext{
	margin-bottom: 6%;
	text-align: left;
}

#formBox{
	padding: 8% 0;
}

#formBox dl.note{
	margin-bottom: 8%;
	padding: 4%;
	font-size: 87%;
}
#formBox dl.note dt{
	margin-bottom: 11px;
}
	
/* --------------------------------
   □ .tableStyle
-------------------------------- */ 

form table.tableStyle th,
form table.tableStyle td{
	display:block;
	border:0;
	padding:8px 0;
}

form table.tableStyle th{

	width:auto;
    border-bottom: 1px solid #bfc4c7;
}

	form table.tableStyle th span.em{
		float:none;
	}
	
form table.tableStyle th span.req {
    float:none;
}
	
	form table.tableStyle td input.short{
		width:60%;
	}	

	form table.tableStyle td input.middle{
		width:99%;
	}	

form table.tableStyle tr.titleWarp th{
	width:auto;
	padding:8px 0 2% 0;
	border: 0;
}
form table.tableStyle tr.titleWarp td{
	padding-bottom: 45px;
}

form table.tableStyle tr.nameWarp th{
	width:auto;
	padding-top: 0;
}
	
form table.tableStyle tr.nameWarp td{
	padding-top: 8px;
}
	
	form table.tableStyle tr.titleWarp td .titleList{
		padding: 4%;
	}

	form table.tableStyle td p.buttonStyle a{
		padding: 11px 10px;
		font-size: 87%;
	}
	
	table.tableStyle td {
		margin-bottom: 5%;
	}

	ul.submitArea li.buttonStyle button{
		width: 100%;
	}
	
	.contents .buttonStyle a {
		width: 100%;
		margin-bottom: 20px;
	}
	
ul.submitArea{
}

ul.submitArea li{
	width: 80%;
}

ul.submitArea li.buttonStyle button,
ul.submitArea li.buttonStyle a{
	font-size:84%;
	padding: 20px;
	line-height: 1.1;
}

.checktext{
	margin-bottom:3%;
	padding-top:3%;
}

.complete h3{
	margin-bottom:3%;
}
.complete p.text{
	margin-bottom:3%;
}

}