@charset "UTF-8";

/*******************************
 
れすぽんCss
 
*******************************/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
@media only screen and (min-width: 750px) {
.pc { display: block !important; }
.sp { display: none !important; }
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

/* br_pc　pc時改行 */
/* br_sp　sp時改行 */
@media screen and (min-width: 750px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 750px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}


/*******************************
 
下層ヘッダー
 
*******************************/

.mainttl{
	background: url(../images/under_hbg.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	height:200px;
	margin-bottom: 50px;
}
/*.mainttl::before{
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}*/
.mainttl .txt{
    width: 100%;
    max-width: 988px;
    position: absolute;
    top:40%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    
}
.mainttl h1,p{
  color: #fff;
  font-size: 24pt;
}

@media only screen and (max-width: 750px) {
	.mainttl{
		height:100px;
	}
	.mainttl h1,p{
	  font-size: 18pt;
	}
}


/*******************************
 
section
 
*******************************/
.case-list{
    overflow: hidden;
    margin-bottom: 40px;
	padding-top: 50px;
}
.case-list .box-flex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: flex-start;
	justify-content: flex-start;
}
.case-list .box-flex .item{
    width: 33.3%;
	margin-bottom: 20px;
	text-align: center;
}
.case-list .box-flex .item a{
    display: block;
    position: relative;
}
.case-list .box-flex .item a:hover{
    text-decoration: none;
    background: #eee;
}
.case-list .box-flex .item a:hover:before{
    right: 15px;
}
.case-list .box-flex .item a .ttl{
	color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
    padding: 8px 20px;
    background-color: #e99e39;
    border-radius: 10px;
	display: inline-block;
    margin-top: 5px;
}

@media only screen and (max-width: 750px) {
	.case-list {
		padding-top: 0;
	}
	.case-list .box-flex .item {
		width: 47%;
	}
	.case-list .box-flex .item a .ttl {
		font-size: 14px;
		padding: 8px 10px;
	}
}


/*******************************
 
詳細ページ
 
*******************************/
.case-detail{
	margin-bottom: 50px;
}
.case-detail .main-ttl{
    display: block;
    background-color: #fcf1e1;
    border-left: solid 15px #e99e39;
    margin-bottom: 40px;
    padding: 18px 15px;
    font-size: 16px;
    font-weight: bold;
}
.case-detail .main_img{
    margin-bottom: 40px;
}
.case-detail .main_img img{
    width: 100%;
}
.case-detail .point{
	margin-bottom: 20px;
}
.case-detail .point .ttl{
	display: block;
    background-color: #e99e39;
    padding: 10px 15px;
    border-radius: 10px 10px 0 0;
    font-size: 20px;
    color: #fff;
	letter-spacing: 2px;
}
.case-detail .point .ttl:before{
	content: "\f00c";
    line-height: 2;
    font-size: 24px;
    font-family: FontAwesome;
	margin-right: 10px;
}
.case-detail .point .txt, .case-detail .material .txt{
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 2;
}
.case-detail .point .txt{
	padding: 20px;
    border-left: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
    border-radius: 0 0 10px 10px;
}
.case-detail .material{
	padding: 20px;
    border: solid 1px #e5e5e5;
    border-radius: 10px;
}
.case-detail .material .ttl{
    font-size: 20px;
	color: #e99e39;
	margin-bottom: 10px;
}

.btn-return{
	text-align: center;
    padding: 10px;
    max-width: 150px;
    border: solid 1px;
    margin: 0 auto 50px;
}
.btn-return a{
	color: #000;
}

/*@media only screen and (max-width: 750px) {
	html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
	.page {
  width: 100%;
  height: 100%;
  overflow: auto;
}
}*/


/*******************************
 
ぱんくず
 
*******************************/
#clumbs{
	padding:5px 0;
	font-size:12px;
	margin-top: 100px;
}
#clumbs a{
	color: #e8502c!important;
}
#clumbs a:after{
	content: "\f105";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	color:#000;
	margin:0 10px;
}

@media only screen and (max-width: 750px) {
	#clumbs{
	padding:5px 0;
	font-size:12px;
	margin-top: 50px;
}	
}
