@charset "UTF-8";

/*-----------------------------------

	annex_block

-----------------------------------*/
#annex_block{
	
}
#annex_block .section_box{
	padding: 15px 10px 0 10px !important;
}
.lower_h3{
	
}
.lower_h4{
	margin-bottom: 15px!important;
}
.lower_h5{
	margin-bottom: 10px!important;
}
#annex_block .section_box .lower_h5{
	margin-top: 20px;
}
#annex_block .section_box .lower_h5:first-of-type{
	margin-top: 0;
}
#annex_block .section_box{
	margin-top: 30px!important;
}
#annex_block .section_box:first-child{
	margin-top: 0!important;
}
#annex_block .section_box .section_ttl{
	font-weight: 600;
	line-height: 32px;
}
#annex_block .section_box .img_box{
	margin-top: 15px;
}
.row_box{
	display: flex;
	justify-content: flex-start;
}
#annex_block .section_box .bold_txt{
	font-size: 18px;
	font-weight: 600;
}
.bule{
	color: #1d2088;	
}
.red{
	color: #FF003F;	
	text-decoration: underline;
}


/*****process_box*****/

/*#annex_block .process_box .row_box{
	align-items: center;
}*/
#annex_block .process_box .row_box{
	margin-top: 30px;
	flex-direction: column;
}
#annex_block .process_box .row_box:first-of-type{
	margin-top: 15px;
}
#annex_block .process_box .row_box .text_box{
	width: 100%;
}
#annex_block .process_box .text_box .lower_h5 span{
	font-size: 14px;
	color: red;
}
#annex_block .process_box .text_box table tbody tr td:first-child{
	width: 80px;
}
#annex_block .process_box .img_box{
	width: 100%;
	/*margin-right: 10px;
	margin-top: 0;*/
	margin: 10px auto 0;
}
#annex_block .process_box .img_box img{
	display: block;
	margin: auto;
	width: 90%;
}

#annex_block .process_box .annex_prf{
	width: 100%;
	margin-top: 30px;
}
#annex_block .process_box .annex_prf tr:nth-child(odd){
    background: #F5F5F5;
}
#annex_block .process_box .annex_prf tr td{
	text-align: left;
	padding: 10px 0;
}
#annex_block .process_box .annex_prf tr td:first-child{
	width: 100px;
	text-align: center;
}

#annex_block .process_box .annex_img{
	width: 100%;
	margin: 30px 0 0;
}

/****about_box****/
#annex_block .section_box .about_list{
	padding-left: 25px;
	padding-bottom: 20px;
	/*position: relative;
	padding-bottom: 80px;
	margin-bottom: 10px;*/
}
/*#annex_block .section_box .about_list::after{
	content: "";
	position: absolute;
	background: url("../img/annex/arrow.png")no-repeat;
	background-size: 100%;
	max-width: 360px;
	width: 50%;
	height: 70px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	
}*/
#annex_block .section_box .about_list li{
	list-style: decimal;
}
#annex_block .section_box .img_box img{
	display: block;
	margin: auto;
	width: 90%;
}
#annex_block .section_box .img_btn{
	display: block;
    text-align: center;
	margin-top: 20px;
}
#annex_block .section_box .white_btn{
	position: relative;
}
#annex_block .section_box .white_btn::before{
	content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -40px;
    width: 30px;
    height: 9px;
    background: #3359a0;
}
#annex_block .section_box .white_btn::after{
	content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #3359a0;
}
#annex_block .section_box .white_btn{
	font-size: 15px;
	font-weight: bold;
	color: #3359a0;
	background-color: #ffffff;
	border: #3359a0 2.5px solid;
	border-radius: 30px;
	text-decoration: none;
	padding: 10px 20px;
}
#annex_block .section_box .white_btn:hover{
	text-decoration: none;
	color: #3359a0;
	opacity: 0.7;
}

/****schedule_box****/
#annex_block .schedule_box table{
	margin-bottom: 10px;
}
#annex_block .schedule_box table tr td{
	padding: 0 0 5px;
}
#annex_block .schedule_box table tr td:first-child{
    width: 100px;
}