@charset "utf-8";

/* ----------------------------------------------------------------------------------------------------------
 #accept common
---------------------------------------------------------------------------------------------------------- */

/* smartphone
------------------------------------------------------------*/
#accept {
}
#accept a {
	text-decoration: underline;
}
#accept img {
	width: 100%;
}


/* PC
------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
#accept {
}
#accept a {
	text-decoration: underline;
}
}/* PC End */



/* ----------------------------------------------------------------------------------------------------------
 #accept #kv
---------------------------------------------------------------------------------------------------------- */

/* smartphone
------------------------------------------------------------*/
#accept #kv {
}
#accept #mainArea {
	position: relative;
	width: 100%;
	height: 53.33333vw;
} 
#accept .h2Bg {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
#accept h2 {
	position: absolute;
	width: 100%;
	top: 23.83333vw;
	left: 0;
	z-index: 2;
	font-weight: 700;
	font-size: 4.66667vw;
	text-align: center;
	color: #fff;
	line-height: 1.24;
}


/* PC
------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
#accept #kv {
}
#accept #mainArea {
	position: relative;
	width: 1100px;
	height: 500px;
} 
#accept .h2Bg {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
#accept h2 {
	position: absolute;
	width: 100%;
	top: 232px;
	left: 0;
	z-index: 2;
	font-weight: 700;
	font-size: 50px;
	text-align: center;
	color: #fff;
	line-height: 1.24;
}
}/* PC End */



/* ----------------------------------------------------------------------------------------------------------
 #accept 
---------------------------------------------------------------------------------------------------------- */

/* smartphone
------------------------------------------------------------*/
#accept #acceptBox {
	width: 81.33333vw;
	margin: 0 auto 10.66667vw;
}
#accept #acceptBox ul {
}
#accept #acceptBox ul li {
	padding-bottom: 3.46667vw;
	font-size: 4vw;
}
#accept #acceptBox ul li h4 {
	font-weight: 400;
	padding-bottom: 2.66667vw;
}
#accept #acceptBox ul li:last-child {
	padding: 10.66667vw 0 8vw;
	text-align: right;
}
#accept #acceptBox ul li div {
	display: table;
	margin: 0 auto;
	border-collapse: collapse;
	border: 1px solid #000;
}
#accept #acceptBox ul li div dl {
	display: table-row;
}
#accept #acceptBox ul li div dl dd {
	display: table-cell;
	width: 26.66667vw;
	padding: 2.66667vw;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #000;
}
#accept #acceptBox ul li div dl dt {
	display: table-cell;
	width: 54.66667vw;
	padding: 2.66667vw;
	box-sizing: border-box;
	vertical-align: middle;
	border: 1px solid #000;
}
#accept #acceptBox p {
	text-align: center;
	padding-top: 6.66667vw;
	font-size: 3.2vw;
}



/* PC
------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
#accept #acceptBox {
	width: 860px;
	margin: 0 auto 80px;
}
#accept #acceptBox ul {
}
#accept #acceptBox ul li {
	padding-bottom: 30px;
	font-size: 20px;
}
#accept #acceptBox ul li h4 {
	font-weight: 700;
	padding-bottom: 24px;
}
#accept #acceptBox ul li:last-child {
	padding: 60px 0 40px;
	text-align: right;
}
#accept #acceptBox ul li div {
	display: table;
	margin: 0 auto;
	border-collapse: collapse;
	border: 1px solid #000;
}
#accept #acceptBox ul li div dl {
	display: table-row;
}
#accept #acceptBox ul li div dl dd {
	display: table-cell;
	width: 200px;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #000;
}
#accept #acceptBox ul li div dl dt {
	display: table-cell;
	width: 660px;
	padding: 20px;
	box-sizing: border-box;
	vertical-align: middle;
	border: 1px solid #000;
}
#accept #acceptBox p {
	text-align: center;
	padding-top: 40px;
	font-size: 20px;
}
}/* PC End */
