

.contact h1 {
	background-image: url(../../images/contact/title_contact.png);
}
/* .disc{
	margin-left: 20px;
} */
.disc li{
	/* list-style: disc; */
	list-style: none;
	margin-top: 15px;
}
.freeCallBox{
	background: #fff;
	margin: 16px 0 8px;
	padding: 16px 24px;
}
h3 + .freeCallBox{
	margin-top: 0;
}
.freeCallBox .tel{
	font-size: 12px;
	display: flex;
	align-items: center;
	line-height: 1em;
}
.freeCallBox .tel .flexBox{
	align-items: center;
}
.freeCallBox .tel span{
	font-size: 14px;
	text-decoration: none !important;
	line-height: 1.6;
}
.freeCallBox .tel a{
	text-decoration: none;
	color: #2B2B2B;
}
.freeCallBox .tel img{
	width: 62px;
	vertical-align: middle;
	margin-right: 24px;
}
.freeCallBox .tel p:first-child,
.freeCallBox .tel p:nth-of-type(2){
	margin-right: 5px;
}
.note{
	font-size: 14px;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.5em;
}
.mT10{
	margin-top: 10px;
}
.contactTable{
	margin-top: 20px;
	width: 100%;
	overflow: hidden;
}
.contactTable tr{
	border-bottom: #DED3AB solid 1px;
}
.contactTable tr th{
	padding: 18px 0 10px;
	text-align: left;
	vertical-align: top;
	line-height: 30px;
	display: block !important;
}
.contactTable tr td{
	padding: 0px 0px 18px;
	text-align: left;
	vertical-align: top;
	line-height: 30px;
	display: block !important;
}
.contactTable tr td{
	padding-left: 0;
}
.contactTable tr th{
	width: 15em;
	min-width: 10em;
	max-width: 15em;
	box-sizing: content-box;
}
.contactTable tr th p,
.contactTable tr td p{
	line-height: 1.5em;

}
.contactTable 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: #fff;
  margin-left: 5px;
  background-color: #C9161D;
  padding: 2px;
  border-radius: 2px;
	font-size: 14px;
}
.flexBox{
	display: flex;
	align-items: baseline;
}
.flexBox-c{
	justify-content: center;
}
.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: 20px auto 8px;
	width: 240px;
}

.formBtn .formContact{
	margin-left: 0;
	margin-right: 0;
}
.formBtn .formContact:nth-of-type(1){
	margin-right: 15px;
}
.mT20{
	margin: 20px 0;
}
#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;
}
.transfer{
	margin-top: 10px;
	color: #C9161D;
	font-weight: bold;
}
.web_contact_btn a{
	display: block;
    width: 100%;
		max-width: 240px;
    height: 48px;
    margin: 0;
    color: #C7161D;
    text-decoration: none;
    line-height: 46px;
    text-align: left;
    border-radius: 8px;
		background-color: #fff;
    border: 1px solid #C7161D;
    box-sizing: border-box;
    cursor: pointer;
		font-size: 16px !important;
		padding-left: 16px;
		position: relative;
		top: 0;
		left: 0;
}
.web_contact_btn a::after{
	content: '';
  width: 8px;
  height: 8px;
  border-top: 3px solid #C7161D;
  border-right: 3px solid #C7161D;
  transform: rotate(45deg) !important;
  position: absolute;
  top: 39%;
  right: 16px;
}
.contact-not-br{
	width: 250px;
}
@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;
	}
	.mT20{
		margin: 20px 0 5px;
	}
	.note{
    text-indent: 0; 
    padding-left: 0; 
	}
	.freeCallBox {
		padding: 0;
		background: none;
		border: none;
	}
	.freeCallBox .tel{
		display: block;
    text-align: center;
    background: #fff;
    padding: 16px 24px 8px;
	}
	.freeCallBox .tel img{
		margin-right: 0;
		margin-bottom: 10px;
	}
	.freeCallBox .tel .flexBox{
		justify-content: center;
		margin-bottom: 10px;
		align-items: center;
	}
	.freeCallBox .tel span.telNo {
    	/*font-size: 200%;*/
		text-decoration: none;
	}
	
	.flexBox p.select02.mL20{
		margin-left: 0 !important;
	}
	.flexBox.formBtn.reverse{
		flex-direction: column-reverse;
		margin-top: 20px;
		align-items: center;
	}
	.flexBox.formBtn.reverse .formContact:first-child{
		margin-top: 10px;
	}
	.formBtn .formContact:nth-of-type(1){
		margin-top: 10px;
	}
	.formBtn .formContact:nth-of-type(2){
		margin-top: 5px;
	}
}
