@charset "UTF-8";

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

	headline

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

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

@media screen and (max-width: 1500px) {
	.tab_br {
		display: block;	
	}
	.sp_br {
		display: none;	
	}
}

@media screen and (max-width: 840px) {
    #headline {
        background: url(../img/keikoku/sp/headline_bg.png) no-repeat right center, #dcdcdb;
/*        background-size: cover;*/
    }
	.tab_br {
		display: block;	
	}
	.sp_br {
		display: block;	
	}
/*
	#headline h2 {
		position: absolute;
		top: -25%;
		left: 0;
		transform: translate(0, -25%);
		-webkit-transform: translate(0, -25%);
		-moz-transform: translate(0, -25%);
		line-height: 100%;
	}
*/
}
@media screen and (max-width: 640px) {
	#headline {
        background: url(../img/keikoku/sp/headline_bg.png) no-repeat right center, #dcdcdb;
        background-size: contain;
    }
	

}

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

	keikoku_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;
}
h4 span{
	background: #999999;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	padding: 5px 10px;
	border-radius: 5px;
	margin-right: 20px;
	font-weight: 500;
}
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;
}
@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;
    }
}
/*-- keikoku_wrap01 --*/
#keikoku_wrap01 {
	padding-bottom: 30px;
}
#keikoku_wrap01 .main_title{
	font-size: 16px;
}
#keikoku_wrap01 .gray_wrap h4.mt20 {
	margin-top: 20px;
}
#keikoku_wrap01 .gray_wrap img {
	margin-top: 10px;
	border-radius: 3px;
}
#keikoku_wrap01 li{
	margin-top:10px;
	padding-left: 10px;
	position:relative;
}
#keikoku_wrap01 li:before{
	content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 3px;
    height: 3px;
    background: #000;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}
#keikoku_wrap01 li a{
	text-decoration:underline;
}
/*-- keikoku_wrap02 --*/
#keikoku_wrap02 .keikoku_area .left {
	width: 49%;
}
#keikoku_wrap02 .keikoku_area {
	margin:20px 0 0 0;
}
#keikoku_wrap02 .keikoku_area .title_box{
	padding: 10px 20px 10px 55px;
	border-bottom:2px solid #f4f3ef;
}
#keikoku_wrap02 .keikoku_area .title{
	display: inline-block;
	position:relative;
}
#keikoku_wrap02 .keikoku_area .title:before{
    position: absolute;
    top: 9%;
    left: -15%;
    content: '\f04e';
    font-family: "font awesome 5 free";
    font-weight: 900;
    color: #EC7832;
}
#keikoku_wrap02 .keikoku_area .right {
	width: 49%;
	background:#fff;
}
#keikoku_wrap02 .keikoku_area ul {
	height:230px;
	overflow-x: scroll;
	white-space: nowrap;
}
/* スクロールの幅の設定 */
#keikoku_wrap02 .keikoku_area ul::-webkit-scrollbar {
  	width: 10px;
}

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

/* スクロールのつまみ部分の設定 */
#keikoku_wrap02 .keikoku_area ul::-webkit-scrollbar-thumb {
	background: #ec7832;
　　border-radius: 10px;
}
#keikoku_wrap02 .keikoku_area .text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
#keikoku_wrap02 .keikoku_area li img{
	display: inline-block;
    vertical-align: middle;
}
#keikoku_wrap02 .keikoku_area li {
	
}
#keikoku_wrap02 .keikoku_area li a{
	display:block;
	padding: 10px 30px;
}
/*-- keikoku_wrap03 --*/
#keikoku_wrap03 {
	padding-bottom: 30px;
}
#keikoku_wrap03 .pdf_area {
	margin:20px 0 0 0;
}
#keikoku_wrap03 li {
    float: left;
    width: 159px;
    margin-right: 30px;
}
#keikoku_wrap03 li:last-child {
    margin-right: 0;
}
#keikoku_wrap03 li p{
    margin-top: 10px;
	font-size: 12px;
	line-height: 200%;
}
@media screen and (max-width: 1100px) {
 	
	/*-- keikoku_wrap02 --*/
	#keikoku_wrap02 .keikoku_area .left {
		width: 32%;
	}	
	#keikoku_wrap02 .keikoku_area .right {
		width: 65%;
	}
	/*-- keikoku_wrap03 --*/
	#keikoku_wrap03 li {
		width: 159px;
		margin-right: 30px;
	}
}

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

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

@media screen and (max-width: 640px) {
	
	/*-- keikoku_wrap03 --*/
	#keikoku_wrap03 li {
		width: 100%;
		max-width: 159px;
		display: block;
		margin: 0 auto !important;
		text-align: center;
		float: none;
	}
	#keikoku_wrap03 li img{
		width: 100%;
	}
	
}

#keikoku_wrap04 span{
	border:1px solid black;
	padding:5px;
	text-decoration:underline;
}
#keikoku_wrap04 span:hover{
	background-color:#ffe;
}
