
/* 
.contact h1 {
	background-image: url(/images/contact/title_contact.png);
}
.disc{
	margin-left: 20px;
}
.disc li{
	list-style: disc;
	margin-top: 15px;
} */
.freeCallBox{
	border-radius: 10px;
	background: #fff;
	border: #DED3AB solid 1px;
	margin: 30px 0 10px;
	padding: 25px 30px 20px;
}
h3 + .freeCallBox{
	margin-top: 0;
}
.freeCallBox .tel{
	font-size: 12px;
	display: flex;
	align-items: center;
	line-height: 1em;
	margin-bottom: 10px;
}
.freeCallBox .tel span{
	font-size: 24px;
	color: #C9161D !important;
	font-weight: bold;
	text-decoration: none !important;
}
.freeCallBox .tel a{
	text-decoration: none;
	color: #C9161D;
}
.freeCallBox .tel img{
	width: 32px;
	vertical-align: middle;
}
.freeCallBox .tel p:first-child,
.freeCallBox .tel p:nth-of-type(2){
	margin-right: 5px;
}
/* .note{
	font-size: 12px;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.5em;
}
.mT5{
	margin-top: 5px;
}
.mT10{
	margin-top: 10px;
} */

/* .contactTable{
	margin-top: 20px;
	width: 100%;
	overflow: hidden;
}
.contactTable tr{
	border-bottom: #DED3AB solid 1px;
}
.contactTable tr th,
.contactTable tr td{
	padding: 25px 20px;
	text-align: left;
	vertical-align: top;
	line-height: 30px;
}
.contactTable tr td{
	padding-left: 0;
}
.contactTable tr th{
	width: 10em;
	min-width: 10em;
	max-width: 10em;
}
.contactTable tr th p,
.contactTable tr td p{
	line-height: 1.5em;
} */
tr td p.error,
.checkboxDesignAgree + p.error{
	background: #fcc;
	color: #C9161D;
	padding: 3px 8px;
	margin-top: 10px;
}
.checkboxDesignAgree + p.error{
	text-align: center;
}
/* .contactTable tr th span{
	color: #C9161D;
	margin-left: 5px;
}
.flexBox{
	display: flex;
	align-items: baseline;
}
.flexBox p.select01{
	margin: 0 10px 0 7px;
}
.flexBox p.select02{
	margin: 0 7px 0 0;
}
.flexBox p.select02.mL20{
	margin-left: 20px;
}

.radioList li{
	margin-right: 20px;
}

.formContact{
	margin: 50px auto 8px;
	width: 265px;
}
.formContact.mT20{
	margin-top: 20px;
}

.formBtn{
	justify-content: center;
}
.formBtn .formContact{
	margin-left: 0;
	margin-right: 0;
}
.formBtn .formContact:nth-of-type(2){
	margin-left: 15px;
}

.mT20{
	margin-top: 20px;
}

#NoticeBox {
    border-radius: 10px;
    background: #fff;
	border: #C9161D solid 1px;
    margin: 0 0 30px;
    padding: 25px 30px 20px;
}
#NoticeBox .title{
	font-weight: bold;
	margin-bottom: 0.7em;
	color: #C9161D;
}
#NoticeBox .mT10{
	margin-top: 0.7em;
}
input[type=text][disabled]{
	background: #ebebe4;
} */


@media screen and (max-width: 950px) {
	/* .contactTable tr th,
	.contactTable tr td{
		display: block;
	}
	.contactTable tr th{
		padding: 15px 10px 0 10px;
		width: auto;
		min-width: none;
		max-width: none;
	}
	.contactTable tr td{
		padding: 5px 10px 20px;
	}
	.pc{
		display: none;
	}*/
} 


/* SPç‰ˆ */
@media screen and (max-width: 800px) {
	/* h1{
		margin-bottom: 30px;
		background-size: 800px auto;
		background-position: center center;	
	}
	.flexBox{
		flex-wrap: wrap;
	}
	.flexBox.column{
		flex-direction: column;
	}
	.flexBox.column .flexBox{
		width: 100%;
	}
	.spmT10{
		margin-top: 10px;
	}
	.formContact{
		margin-top: 20px;
		padding-bottom: 6px;
	} */
	
	.freeCallBox {
		padding: 0;
		background: none;
		border: none;
	}
	.freeCallBox .tel{
		display: block;
		text-align: center;
		border-radius: 10px;
		background: #fff;
		border: #DED3AB solid 1px;
		padding: 25px 30px 20px;
	}
	.freeCallBox .tel .flexBox{
		justify-content: center;
		margin-bottom: 10px;
		align-items: center;
	}
	.freeCallBox .tel span.telNo {
    	font-size: 230%;
		text-decoration: none;
	}
	
	/* .flexBox p.select02.mL20{
		margin-left: 0 !important;
	}
	
	.formBtn .formContact:nth-of-type(2){
		margin: 0;
	}
	.flexBox.formBtn.reverse{
		flex-direction: column-reverse;
		margin-top: 20px;
		align-items: center;
	}
	.flexBox.formBtn.reverse .formContact:first-child{
		margin-top: 10px;
	}
	
	
}
