@charset "utf-8";

/*----------------------------
overwrite
----------------------------*/

/*----------------------------
parts
----------------------------*/
/*arrBack */
.arrBack {
	padding-left: 0;
}
.arrBack:before {
	top: 0.5em;
	left: inherit;
	right: -0.7em;
	transform: rotate(135deg);
}
/*colorBox01*/
.colorBox01 {
	padding: 36px;
	text-align: center;
	background: #FFFDF0;
	border-radius: 15px;
}
/*examAcc*/
.examAcc {
	max-width: 720px;
	margin: 60px auto 0;
	border: 1px solid #e60000;
	border-radius: 15px;
}
.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 29px 0 28px;
}
.examAcc > .acdCheck:checked ~ .acdLabel ~ .acdContent {
	padding: 0 29px 20px 28px;
}
.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: 50px 70px;
	margin-top: 10px;
	border-radius: 0;
	border: 4px solid #D9D9D9;
}
/*bdBox02*/
.bdBox02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-top: 10px;
	padding: 23px 0;
	border: 1px solid #CFCFCF;
}
.bdBox02 > * {
	position: relative;
	width: 50%;
	padding: 0 32px 0 97px;
	display: block;
}
.bdBox02 > div:first-child {
	border-right: 1px solid #ddd;
	border-bottom: none;
}
.bdBox02 h4 {
	display: block;
	width: auto;
	padding-bottom: 0;
}
.bdBox02 .logo {
	position: absolute;
	top: 3px;
	left: 32px;
	width: auto;
	padding: 0;
}
/*telBlock*/
.telBlock> dt {
	text-align: left;
	margin: 0;
	padding: 0;
	background: none;
}

.telBlock .telNumber {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: flex-start;
	margin-top: 5px;
}
.telBlock .telNumber a {
	display: inline-block;
	pointer-events: none;
	color: #e60000;
	font-weight: bold;
	text-decoration: none;
	margin-left: 3px;
}
/*arrImg*/
.arrImg {
	width: auto;
}
/*h3Sp*/
.h3Sp {
	position: sticky;
	margin-bottom: 40px;
	font-size: 1.85714rem;
	line-height: 1.38462;
	text-align: center;
	padding-left: 0;
	font-weight: bold;
	line-height: 1.2;
}
.h3Sp:before {
	content: none;
}
/*----------------------------
layout
----------------------------*/