@charset "utf-8";

/*----------------------------
overwrite
----------------------------*/

/*----------------------------
parts
----------------------------*/
/*bgColor*/
.bgColor01 {
	background: #e6e6e6;
}

/*arrBack */
.arrBack {
	padding-left: 0;
}
.arrBack:before {
	top: 0.5em;
	left: inherit;
	right: -0.7em;
	transform: rotate(135deg);
}
/*colorBox01*/
.colorBox01 {
	padding: 15px;
	text-align: center;
	background: #FFFDF0;
	border-radius: 15px;
}
/*examAcc*/
.examAcc {
	max-width: 720px;
	margin: 40px 20px 0;
	border: 1px solid #e60000;
	border-radius: 25px;
}
.examAcc .acdLabel {
	position: relative;
	padding: 10px 30px;
	text-align: center;
	cursor: pointer;
}
.examAcc .acdLabel:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 39px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	width: 3px;
	height: 20px;
	background-color: #e60000;
	opacity: 1;
}
.examAcc .acdCheck:checked + .acdLabel:before {
	opacity: 0;
}
.examAcc .acdLabel:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 30px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	height: 3px;
	background-color: #e60000;
}
.examAcc .acdContent {
	padding: 0 14px 0 14px;
}
.examAcc > .acdCheck:checked ~ .acdLabel ~ .acdContent {
	padding: 0 14px 16px 14px;
}
.examAcc .accBorder {
	padding-top: 15px;
	border-top: 3px solid #e60000;
}
/*noteBox*/
.noteBox {
	border: 1px solid #cbcdd6;
	margin: 30px 0 0;
	padding: 30px 25px;
}
/*bdBox01*/
.bdBox01 {
	padding: 20px 15px;
	border-radius: 6px;
	border: 1px solid #CFCFCF;
}
/*bdBox02*/
.bdBox02 {
	display: block;
	width: 100%;
	margin-top: 10px;
	padding: 0 20px;
	border: 1px solid #CFCFCF;
}
.bdBox02 > * {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	padding: 20px 0;
}
.bdBox02 > div:first-child {
	border-bottom: 1px solid #ddd;
}
.bdBox02 h4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 75%;
	margin-bottom: 0;
	padding-bottom: 15px;
}
.bdBox02 .logo {
	position: static;
	width: 25%;
	padding: 0 10px 15px;
	text-align: center;
}
/*telBlock*/
.telBlock> dt {
	text-align: center;
	margin: -20px -15px 0;
	padding: 18px 10px;
	background: #bfbfbf;
}
.telBlock .telNumber {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
}
.telBlock .telNumber a {
	display: inline-block;
	color: #e60000;
	font-weight: bold;
	text-decoration: none;
	margin-left: 3px;
}
/*arrImg*/
.arrImg {
	width: 56.72%;
}
/*h3Sp*/
.h3Sp {
	position: relative;
	margin-bottom: 25px;
	padding-left: 0.85714rem;
	font-size: 1.28571rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
}
.h3Sp:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
	background-color: #E60000;
	content: "";
}
/*----------------------------
layout
----------------------------*/
