@charset "UTF-8";

/*-----------------------------------

	headline

-----------------------------------*/

#headline {
    background: url(../img/jirei/headline_bg.png) no-repeat right center, #dcdcdb;
	margin-bottom: 25px;
}

@media screen and (max-width: 840px) {
    #headline {
        background: url(../img/jirei/sp/headline_bg.png) no-repeat right center, #dcdcdb;
/*        background-size: cover;*/
    }
}
@media screen and (max-width: 640px) {
	#headline {
        background: url(../img/jirei/sp/headline_bg.png) no-repeat right center, #dcdcdb;
        background-size: contain;
    }
}

/*-----------------------------------

	jirei_wrap

-----------------------------------*/
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;
	line-height: 200%;
	font-weight: 700;
}
section {
    padding-bottom: 50px;
}
.gray_wrap {
	background:#f4f3ef;	
	border-radius: 10px;
	padding: 20px;
	margin-top: 20px;
}
.link_btn {
	display: block;
    width: 160px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #fff !important;
	padding: 5px 0 5px 15px;
	margin: 15px auto;
	background:#ec7832;
    background-position: 86% center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;	
	position:relative;
	z-index:0;
}
.link_btn:before {
    position: absolute;
    top: 20%;
    left: 17%;
    content: '\f144';
    font-family: "font awesome 5 free";
    font-weight: 900;
    color: #fff;
}
.link_btn:hover {
	opacity:0.8;
}
.mt_05 {
	margin-top: 0.5em;
}
@media screen and (max-width: 640px) {
    p {
        font-size: 12px;
    }
	h3 {
		font-size: 16px;
		line-height: 1;
		padding: 15px;
	}
    h4 {
    	font-size: 14px;
    }
	h4 span{
		font-size: 12px;
		margin-right: 10px;	
	}
    section {
        padding-bottom: 30px;
    }
}
/*-- jirei_wrap01 --*/
#jirei_wrap01 {
	padding-bottom: 30px;
}
#jirei_wrap01 .jirei_area .left {
	width: 49%;
}
#jirei_wrap01 .jirei_area {
	margin:20px 0 0 0;
}
#jirei_wrap01 .jirei_area .title_box{
	padding: 10px 20px 10px 55px;
	border-bottom:2px solid #f4f3ef;
}
#jirei_wrap01 .jirei_area .title{
	display: inline-block;
	position:relative;
}
#jirei_wrap01 .jirei_area .title:before{
    position: absolute;
    top: 9%;
    left: -15%;
    content: '\f04e';
    font-family: "font awesome 5 free";
    font-weight: 900;
    color: #EC7832;
}
#jirei_wrap01 .jirei_area .right {
	width: 49%;
	background:#fff;
}
#jirei_wrap01 .jirei_area ul {
	height:230px;
	overflow-x: scroll;
	white-space: nowrap;
}
/* スクロールの幅の設定 */
#jirei_wrap01 .jirei_area ul::-webkit-scrollbar {
  	width: 10px;
}

/* スクロールの背景の設定 */
#jirei_wrap01 .jirei_area ul::-webkit-scrollbar-track {
	background:#fff;
}

/* スクロールのつまみ部分の設定 */
#jirei_wrap01 .jirei_area ul::-webkit-scrollbar-thumb {
	background: #ec7832;
　　border-radius: 10px;
}
#jirei_wrap01 .jirei_area .text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
#jirei_wrap01 .jirei_area li img{
	display: inline-block;
    vertical-align: middle;
}
#jirei_wrap01 .jirei_area li {
	
}
#jirei_wrap01 .jirei_area li a{
	display:block;
	padding: 10px 30px;
}

@media screen and (max-width: 1100px) {
 	
	/*-- jirei_wrap01 --*/
	#jirei_wrap01 .jirei_area .left {
		width: 32%;
	}	
	#jirei_wrap01 .jirei_area .right {
		width: 65%;
	}
}

@media screen and (max-width: 840px) {

	/*-- jirei_wrap01 --*/
    #jirei_wrap01 .jirei_area .left {
		width: 100%;
		float:none !important;
		text-align: center;
	}	
	#jirei_wrap01 .jirei_area .right {
		width: 100%;
		float:none !important;
		margin: 20px 0 0 0;
	}
}


/*-- jirei_wrap02 --*/
#jirei_wrap02 {
    padding-bottom: 30px;
}
#jirei_wrap02 .gray_box {
	margin: 20px 0 0 0;
}
#jirei_wrap02 .h4_img {
    display: inline-block;
    vertical-align: middle;
}
#jirei_wrap02 .text_box {
	width:78%;
	margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
}
#jirei_wrap02 .link_text {
    margin-top: 20px;
}
#jirei_wrap02 a {
    color: #007ad0;
    text-decoration: underline;
}

@media screen and (max-width: 1200px) {
	#jirei_wrap02 .h4_img {
		width: 30%;
	}
	#jirei_wrap02 .text_box {
		width:65%;
	}
		
}

@media screen and (max-width: 640px) {
	#jirei_wrap02 .h4_img {
		width: 30%;
		display: block;
		margin: 0 auto;
	}
	#jirei_wrap02 .text_box {
		 width: 100%;
		display: block;
		margin-top: 20px;
		margin-left: 0;
	}
		
}