@charset "UTF-8";

/*-----pc-----*/
.corner01 .c_table tbody th{
	width: 23%;
}
.corner01 .c_table tbody th.bb_w{
	border-bottom: 1px solid #ffffff;
}

.c_table tbody td li{
	padding-left: 20px;
    position: relative;
    margin: 5px 0;
}
.c_table tbody td li::before {
    content: "・";
    display: block;
    height: 12px;
    width: 12px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
	color: #EC402F;
	font-weight: bold;
}

.c_table tbody td .indent-list li{
	padding-left: 0;
    position: static;
    margin: 0;
}
.c_table tbody td .indent-list li::before{
	content: none;
}
.c_table tbody td .indent-list li span{
	font-size: 1rem;
}

.accordion .bg_white .open_area_inner{
	background-color: #ffffff;
}
.ol_style01{
	list-style: decimal;
    padding-left: 20px;
}
.ol_style01 li{
	margin-bottom: 20px;
	padding-left: 10px;
}

.c_flow .contents>dd{
	background-color: #ffffff;
	min-height: 150px;
}
.c_flow_box ul li{
	padding-left: 20px;
    position: relative;
    margin: 5px 0;
}
.c_flow_box ul li::before {
    content: "・";
    display: block;
    height: 12px;
    width: 12px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
	color: #EC402F;
	font-weight: bold;
}

.c_flow .step>.label>.name{
	font-size: 1.125rem;
	margin-top: 10px;
	display: block;
	padding: 2px 20px;
	background-color: #ffffff;
	border-radius: 100px;
	color: #EC402F;
}
.c_flow .step>.label>.name02{
	font-size: 1.125rem;
	margin-top: 10px;
	display: block;
	padding: 2px 20px;
	background-color: #00A85B;
	border-radius: 100px;
	color: #ffffff;

}


.red_title_box .red_title_box_contents{
	background-color: #ffffff;
	padding: 40px;
}
.red_title_box .red_title_box_contents h4{
	background-color: #FBEAE4;
	padding: 5px;
	font-size: 1.5rem;
	font-weight: 500;
	border-radius: 100px;
	text-align: center;
}
.red_title_box .red_title_box_contents p{
	font-size: 1rem;
	font-weight: 400;
}
.red_title_box .red_title_box_contents .domain{
	text-align: center;
	color: #EB402E;
	font-size: 1.5rem;
	font-weight: 500;
}
.red_title_box .red_title_box_contents .domain_info{
	background-color: #F0F0F0;
	padding: 20px;
}
.red_title_box .red_title_box_contents .domain_info ul.career li{
	padding-left: 20px;
    position: relative;
    margin: 5px 0;
}
.red_title_box .red_title_box_contents .domain_info ul.career li::before {
    content: "・";
    display: block;
    height: 12px;
    width: 12px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
	color: #EC402F;
	font-weight: bold;
}
.red_title_box .red_title_box_contents .domain_info ul.career li a{
    color: #336699;
    text-decoration: underline;
    display: flex;
}
.red_title_box .red_title_box_contents .domain_info ul.career li a img{
    margin-left: 5px;
}
.tab_panel{
	padding-bottom: 60px;
}


.corner01{
	margin: 60px auto;
}
.corner02{
	padding: 1px 0;
}
.corner03{
	padding-bottom: 100px;
}

.corner03_visual01{
	padding: 20px;
	border: 2px solid #EC402F;
	border-radius: 10px;
}

.corner05{
	padding: 10px 0;
}
.check_area{
	border: 3px solid #D94E3A;
	background-color: #FFF6F2;
	text-align: center;
	padding: 20px;
}
.check_area .check_area_title{
	font-size: 1.75rem;
	font-weight: bold;
	text-align: center;
}
.check_area p span{
	position: relative;
	padding-left: 30px;
	font-size: 1.3rem;
	font-weight: bold;
}
.check_area p span::before{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 15px);
    left: 5px;
    width: 15px;
    height: 24px;
    transform: rotate(45deg);
    border-right: 5px solid #EB402E;
    border-bottom: 5px solid #EB402E;
}
.check_area input[type="checkbox"].form_item {
    position: relative;
    width: 20px;
    height: 20px;
    appearance: none;
    vertical-align: middle;
	border: 2px solid #707070;
    border-radius: 5px;
	margin-right: 10px;
}
input[type="checkbox"].form_item::before {
	content: "";
    display: block;
    position: absolute;
    top: -4px;
    left: 3px;
    width: 11px;
    height: 18px;
    transform: rotate(45deg);
    opacity: 0;
    border-right: 4px solid #EB402E;
    border-bottom: 4px solid #EB402E;
    transition: 0.3s;
}
input[type="checkbox"].form_item:checked::before {
	opacity: 1;
}
.check_area .checklist label{
	font-size: 1.25rem;
	text-align: center;
}



.corner05 .c_table tbody td,.corner05 .c_table tbody th{
	font-size: 1.125rem;
	font-weight: 500;
}
.corner05 .c_table tbody th{
	padding: 20px 10px;
	font-size: 1.25rem;
}
.corner05 .c_table tbody .l_01,.corner05 .c_table tbody .l_02{
	width: 6%;
}
.corner05 .c_table tbody .r_01{
	width: 25%;
}
.corner05 .c_table tbody .c_01{
	width: 45%;
}
.corner05 .c_table tbody .btn_style01.red{
	margin: 5px 0;
}
.corner05 .c_table tbody .btn_style01 a{
	padding: 10px 20px;
}
.corner05 .c_table tbody .bg_red{
	background-color: #EB402E;
	color: #ffffff;
}
.corner05 .c_table tbody .bd_red{
	border: 1px solid #EB402E;
}
.corner05 .c_table tbody .bd_green{
	border: 1px solid #00A85B;
}
.corner05 .c_table tbody .bd_green_top{
	border-top: 1px solid #DEEFDF;
}
.corner05 .c_table tbody .bg_brown{
	background-color: #F3E8DE;
}
.corner05 .c_table tbody .bd_brown{
	border: 1px solid #D18846;
}
.corner05 .c_table tbody .bd_brown_top{
	border-top: 1px solid #F3E8DE;
}

.corner05 .c_table tbody .bg_gray{
	background-color: #EAEAEA;
}
.corner05 .c_table tbody .bd_bottm_no{
	border-bottom: none;
}
.c_tab>.tab_area>li{
	width: 50%;
	font-feature-settings: "palt";
}
.red_title_box{
	border: none;
}
/*-----sp-----*/
@media screen and (max-width: 767px){
	.corner01{
		margin: 20px auto;
	}
	.lower_layer_mv{
		background-position: center;
	}
	
	.corner03{
		padding-bottom: 0;
	}
	.corner03 .w1000{
		padding: 0;
	}
	.c_flow .step>.label>.name,.c_flow .step>.label>.name02{
		font-size: 0.875rem;
		padding: 2px 5px;
	}
	
	
	.corner05 .h2_style01{
		font-feature-settings: "palt";
	}
	

	.red_title_box .red_title_box_contents{
		padding: 20px;
	}
	.red_title_box .red_title_box_contents h4{
		font-size: 1.125rem;
	}
	.red_title_box .red_title_box_contents .domain{
		font-size: 1.25rem;
	}
	.red_title_box .red_title_box_contents .domain_info{
		padding: 10px;
	}
	
	.check_area{
		padding: 10px;
	}
	.check_area .check_area_title{
		font-size: 1.5rem;
	}
	.check_area .checklist label{
		font-size: 1rem;
		font-feature-settings: "palt";
	}
	.check_area input[type="checkbox"].form_item{
		margin-right: 5px;
	}
	
	.corner05 .c_table tbody th,.corner05 .c_table tbody td{
		font-size: 1rem;
	}
	.c_table tbody td .indent-list li span{
		font-size: 0.75rem;
	}
	.scroll_x_wrap .sp_scrolling{
		padding: 10px 0;
	}
	
	.ol_style01 li{
		padding-left: 0;
	}
}
