@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*  common
* --------------------------------------------------------------------------------------------------*/

#contents .single_ttl{
	width:100%;
	padding: 80px 0 20px;
	text-align: center;
	color:#000;
	font-size: 3.6rem;
	font-weight: 500;
	font-family: 'Noto Serif Japanese', serif;
	border-bottom: 2px solid #e4e5e5;
}
#contents .single_sub{
	padding: 30px 0 30px;
	text-align: center;
	color:#3c3c3c;
	font-size:2.1rem;
}

@media screen and (max-width: 768px) {
#contents .single_ttl{
	padding: 30px 0 15px;
	font-size: 2rem;
	line-height: 1.4;
}
#contents .single_sub{
	padding: 15px 0 20px;
	font-size: 1.6rem;
	line-height: 1.4;
}
}


/* ----------------------------------------------------------------------------------------------------
*  index
* --------------------------------------------------------------------------------------------------*/

.index_list{
	width:940px;
	margin: 0 auto 40px;
}
.index_list ul li{
	float:left;
	width:280px;
	margin-top:20px;
}
.index_list ul li+li{
	margin-left:50px;
}
.index_list ul li:nth-child(3n+1){
	margin-left:0;
}
.index_list ul li:nth-child(-n+3){
	margin-top:0;
}
.index_list ul li p{
	font-size: 1.4rem;
	line-height:1.6;
	text-align: center;
	margin:15px 0 0 0;
}
.index_list ul li a{
	display:block;
	color:#000;
}
.index_list ul li img{
	display:block;
	margin:0 auto;
}


/*追加*/
.index_list ul li{
	position: relative;
}
.index_list ul li .icon{
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	padding: 8px 18px;
	background: #901100;
	display: inline-block;
}

/*追加ここまで*/

@media screen and (max-width: 768px) {
.index_list{
	width:90%;
	margin: 0 auto 30px;
}
.index_list ul li{
	width:100%;
	float:none;
}
.index_list ul li+li{
	margin-top:25px;
	margin-left:0;
}
.index_list ul li:nth-child(-n+3){
	margin-top:25px;
}
.index_list ul li:nth-child(-n+1){
	margin-top:0;
}
.index_list ul li p{
	margin-top: 10px;
	width:100%;
	height:auto;
}
.index_list ul li img{
	width:100%;
	height:auto;
}
}


/* ----------------------------------------------------------------------------------------------------
*  case
* --------------------------------------------------------------------------------------------------*/

.case_area{
	width:940px;
	margin: 0 auto 140px;
}
.caseimg_area{
	width:530px;
	float:left;
	margin-right: 30px;
}
.caseimg_area p img{
	max-width:100%;
	height:auto;
}
.caseimg_area p+p{
	margin-top: 30px;
}
.casetxt_area{
	width:380px;
	float:right;
}
.case_ttl01{
	font-size:2.4rem;
	color:#010101;
	margin-bottom: 35px;
	font-weight: bold;
}
.case_ttl02{
	font-size:1.6rem;
	color:#000;
	margin: 45px 0 12px;
	font-weight: bold;
}
.case_ttl03{
	font-size:1.6rem;
	color:#000;
	padding-bottom: 10px;
	margin: 43px 0 20px;
	border-bottom: 1px solid #95989a;
	font-weight: bold;
}
.casetxt_area dd,.casetxt_area dd p{
	font-size:1.4rem;
	color:#000;
	line-height: 2.2;
}
.case_txt03 p+p{
	margin-top: 35px;
}
.case_btn a{
	width:250px;
	height:50px;
	line-height: 50px;
	margin: 0 auto 40px;
	display:block;
	text-align: center;
	color:#fefefe;
	font-size:2rem;
	background:#003F23;
	font-weight: 400;
}
.pager{
	font-size:0;
	text-align:center;
	margin:30px 0 0 0;
}
.pager li{
	display:inline-block;
	width:35px;
	font-size:1.4rem;
	line-height:1.0;
	color:#c11221
	box-sizing:border-box;
	text-align:center;
}
.pager .active{
	border:1px solid #003F23;
	background:#fff;
	padding:10px 0;
}
.pager li a{
	display:block;
	font-size:1.4rem;
	line-height:1.0;
	border:1px solid #003F23;
	background:#003F23;
	color:#fff;
	padding:10px 0;
}
.pager li a:hover{
	text-decoration:none;
}
.pager li+li{
	margin-left:10px;
}

/*追加*/
.works-cat{
	max-width: 940px;
	margin: 0 auto 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.works-cat p{
	font-size: 16px;
	font-weight: bold;
	order: 1;
}
.works-cat ul{
	display: flex;
	justify-content: flex-end;
	order: 2;
}
.works-cat li{
	margin-left: 10px;
}
.works-cat li a{
	padding: 10px 12px;
	display: block;
	background: #d3e2db;
}
.caseimg_area{
	position: relative;
}
.caseimg_area .icon{
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	padding: 8px 18px;
	background: #901100;
	display: inline-block;
}
.casetxt_area .btn{
	margin: 15px auto 0;
	display: block;
	text-align: center;
	background: #003F23;
}
.casetxt_area .btn a{
	position: relative;
	color: #fefefe;
	height: 50px;
	line-height: 50px;
	display: block;
}
.casetxt_area .btn a::after{
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	margin: auto;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #fff;
}
#action_box{
	padding-top: 80px;
}
#action_box .box{
	padding: 10px 25px 25px;
	background: #fff89c;
}
#action_box .box p{
	text-align: center;
	line-height: 1.5;
}
#action_box .box .midashi{
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 5px;
}
#action_box .box .tel{
	display: block;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
#action_box .box .tel span{
	color: #444;
	display: block;
	font-weight: normal;
	font-size: 13px;
}
#action_box .box .btn{
	margin-top: 0;
	width: 80%;
}
#action_box .box .btn a::after{
	width: 0;
	  height: 0;
	  border-left: 8px solid #fff;
	  border-top: 6px solid transparent;
	  border-bottom: 6px solid transparent;
}

@media screen and (max-width: 768px) {
	.works-cat{
		max-width: 100%;
		width: 90%;
		display: block;
		text-align: center;
	}
	.works-cat ul{
		margin-bottom: 30px;
		flex-wrap: wrap;
		justify-content: start;
	}
	.works-cat li {
    	margin: 0 7px 0 0;
	}
	#action_box{
		padding: 50px 0 30px;
	}
	#action_box .box{
		padding: 10px 15px 25px;
		background: #fff89c;
	}
}

/*追加ここまで*/



@media screen and (max-width: 768px) {
.case_area{
	width:90%;
	margin: 0 auto 30px;
}
.caseimg_area{
	width:100%;
	float:none;
	margin-right: 0;
}
.casetxt_area{
	width:100%;
	float:none;
}
.caseimg_area p+p{
	margin-top: 15px;
}
.caseimg_area img{
	width:100%;
}
.case_ttl01{
	margin:30px 0 10px;
}
.case_ttl02{
	margin: 30px 0 10px;
}
.case_ttl03{
	margin: 30px 0 10px;
	padding-bottom: 10px;
}
.casetxt_area dd,.casetxt_area dd p{
	font-size:1.4rem;
	color:#000;
	line-height: 1.9;
}
.case_txt03 p+p{
	margin-top: 15px;
}
.case_btn a{
	margin: 0 auto 30px;
}
.pager{
	margin:5% 0 10% 0;
}
.pager li{
	width:30px;
	font-size:1.2rem;
}
.pager .active{
	padding:8px 0;
}
.pager li a{
	font-size:1.2rem;
	padding:8px 0;
}
.pager li+li{
	margin-left:3%;
}

}
