@charset "UTF-8";

/*-----------------------------------

	headline

-----------------------------------*/

#headline {
    background: url(../img/request/headline_bg.png) no-repeat right center, #dcdcdb;
	/*margin-bottom: 25px;*/
}

@media screen and (max-width: 840px) {
    #headline {
        background: url(../img/request/sp/headline_bg.png) no-repeat right center, #dcdcdb;
    }
}
@media screen and (max-width: 640px) {
	#headline {
        background: url(../img/request/sp/headline_bg.png) no-repeat right center, #dcdcdb;
		background-size: contain;
    }
}


/*-----------------------------------

	request_wrap

-----------------------------------*/
#request_wrap p {
	margin-bottom:40px;	
}
h3 {
	background: #ec7832;
	color: #fff;
	font-size: 20px;
	line-height: 1;
	padding: 15px 20px;
	border-radius: 5px;
	margin-bottom: 20px;
	font-weight: 700;
}
h4 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
}
.gray_wrap {
	background: #f4f3ef;
	border-radius: 10px;
	padding: 20px;
	margin-top: 20px;
}
/*section {
    padding-bottom: 50px;
}*/
@media screen and (max-width: 640px) {
    p {
        font-size: 12px;
    }
    h3 {
    	font-size: 16px;
    	line-height: 1;
    	padding: 15px;
    }
    h4 {
    	font-size: 14px;
    }
    /*section {
        padding-bottom: 30px;
    }*/
}
/*-- request_wrap --*/
.request_box {
	padding-bottom: 50px;
}

.request_box .gray_wrap .item_box {
	overflow:hidden;	
}
.request_box .gray_wrap .item_box li{
	float: left;
	width: 49%;
	margin-right: 2%;
    margin-bottom: 10px;
}
.request_box .gray_wrap .item_box li:nth-child(even){
	margin-right: 0;
}
.request_box .gray_wrap .item_box li a{
	display: block;
	background: #fff;
	padding: 20px;
	border-radius: 5px;
	line-height: 1;
    position: relative;
    letter-spacing: 0;
    font-size: 14px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
}
.request_box .gray_wrap .item_box li a:hover{
    background: #fcf0da;
}
.request_box .gray_wrap .item_box li a::after{
     position: absolute;
    content: '';
    background: url(../img/common/nav_arrow.png) no-repeat;
    width: 9px;
    height: 7px;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    display: block;
}

.request_box .item_wrap{
	
}
.request_box .inner {
	margin-bottom:20px;	
}

.request_box .list_box{
	border:2px solid #F4F3EF;
	padding:15px;
	border-radius:5px;
	margin-top: 30px;
	position:relative;
}
.request_box .list_box .title{
	font-size: 16px;
    font-weight: 800;
	color:#EC7832;
	padding-left: 40px;
	position:relative;
}
.request_box .list_box .title:before {
    position: absolute;
    content: '\f004';
    font-family: "font awesome 5 free";
    font-weight: 900;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 32px;
    background: #ec7832;
    color: #fff;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.request_box .list_box ol{
	margin:20px 0 0 0; 
	padding-left: 2em;
}
.request_box .list_box ol li{
	list-style: decimal;
	padding-left: 0.5em;
}
.request_box .list_box ol li ul li {
    list-style: none;
    padding-left: 0;
}
.request_box .request_img01 {
	position:absolute;
	right: 40px;
	bottom:0;
}

.request_box .img_box {
	float:left;
	width:50%;
	margin-top:0;
	text-align:center;	
}
.request_box .txt_box {
	float:right;
	width:45%;	
}

@media screen and (max-width: 1200px) {
	
	.request_box .list_box ol {
		width: 80%;
	}
	.request_box .request_img01 {
		right: 0;
	}
	
}


@media screen and (max-width: 640px) {
    .request_box {
    	padding-bottom: 30px;
    }
    .request_box .gray_wrap ul li a {
        padding-left: 50px;
        font-size: 12px;
    }
	.request_box .list_box ol {
		width: 90%;
	}
	.request_box .request_img01 {
		width: 54px;
	}
	.request_box .gray_wrap .item_box li {
		float: left;
		width: 100%;
		margin-right: 0;
	}
	
	.request_box .txt_box {
		width: 100%;
		margin-top: 30px;
		float: none !important;
	}
	.request_box .img_box {
		width:100%;
		float: none !important;
		text-align: center;
	}
		
}
