@charset "UTF-8";

.lower .bg_pink{
	background-color: #ffbed2;
}
.about_inner{
	width: 90%;
	margin: 0 auto ;
	padding: 130px 0 190px;
	max-width: 900px;
}
.about_head01{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: .02em;
	margin-bottom: 35px;
}
.about_tbl01{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: .02em;
}
.about_tbl01 dt,
.about_tbl01 dd{
	padding: 25px 0;
}
.about_tbl01 dt{
	width: 26%;
	border-top: 2px solid #000000;
}
.about_tbl01 dt:last-of-type{
	border-bottom: 2px solid #000000;	
}
.about_tbl01 dd{
	width: 74%;
	margin-left: 0;
	border-top: .5px solid rgba(0, 0, 0, .5);
}
.about_tbl01 dd:last-of-type{
	border-bottom: .5px solid rgba(0, 0, 0, .5);
}
.about_tbl01 a{
	color: #0082dc;
	text-decoration: underline;
}
.num_list01{
	list-style: decimal;
}
.num_list01 li{
	list-style-position: inside;
	text-indent: -1rem;
	padding-left: 1rem;
}
@media screen and ( max-width:768px ) {
.about_inner{
	padding: 60px 0;
}
.about_head01{
	font-size: 15px;
	margin-bottom: 20px;
}
.about_tbl01{
	font-size: 14px;
}
.about_tbl01 dt,
.about_tbl01 dd{
	padding: 15px 0;
	width: 100%;
}
/*.about_tbl01 dd{
	padding-top: 0;
}*/
.about_tbl01 dt:last-of-type{
	border-bottom: none;
}
.about_tbl01 dd:last-of-type{
	border-bottom: 2px solid #000000;	
}
}