@charset "UTF-8";

/*-----pc-----*/

.corner01{
	margin: 60px auto;
}
.corner01 ul.list_style li{
	padding-left: 20px;
    position: relative;
    margin: 5px 0;
}
.corner01 ul.list_style li::before {
    content: "・";
    display: block;
    height: 12px;
    width: 12px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
	color: #EC402F;
	font-weight: bold;
}
.corner01 a{
	color: #336699;
	text-decoration: underline;
}
.anchor01 li{
	width: calc(100% / 2);
}
.anchor01 li:nth-of-type(2n){
	border-right: none;
}
.corner02{
	padding: 1px 0;
}
.corner02 .c_table th:nth-child(1){
	width: 10%;
}
.corner02 .c_table th:nth-child(2){
	width: 15%;
}
.corner02 .c_table tbody td:nth-child(3){
	text-align: left;
}

.img_box{
	background-color: #F3F3F3;
	border-radius: 10px;
	margin: 40px auto;
	text-align: center;
	padding: 20px;
}
.img_box.pb00{
	padding-bottom: 0;
}
.img_box img{
	max-width: 450px;
	margin: 0 auto;
}


/*-----sp-----*/
@media screen and (max-width: 767px){
	.corner01{
		margin: 20px auto;
	}
	.lower_layer_mv{
		background-position: center;
	}
	.anchor01 li::before{
		content: none;
	}
	.scroll_x_wrap .sp_scrolling{
		padding: 10px 0;
	}
}
