@charset "utf-8";

/* page
-----------------------------------------------*/


/* メリット
-----------------------------------------------*/
.offerMerit{
	margin:25px 0 0;
	padding:0 10px 25px;
	width:671px;
	background:url(../../../../common/images/line_dot.gif) repeat-x scroll 0 100% transparent;
}
.offerMeritLeft{
	float:left;
	width:420px;
}
.offerMerit h4{
	margin:0 0 15px;
	padding:0;
	font-size:120%;
	font-weight:bold;
}

.offerMerit ul{
	margin:0 0 0 12px;
	padding:0;
	list-style:none;
}
.offerMerit li{
	margin:0 0 7px;
	padding:0 0 0 16px;
	list-style:none;
	background:url(../images/icon_bluedot.jpg) no-repeat 0 1px;
}
.offerMeritImg{
	float:right;
	widows:240px;
}
p.offerMeritImgL{
	clear:both;
	margin:20px 0 0 0;
}
.offerMeritLeft01{
	float:left;
	width:375px;
}
.offerMeritImg01{
	float:right;
	widows:285px;
}


/* ケーススタディ
-----------------------------------------------*/
.offerCasestudy{
	margin:25px 0 0;
	padding:0 10px 25px;
	width:671px;
	background:url(../../../../common/images/line_dot.gif) repeat-x scroll 0 100% transparent;
}
.offerCasestudyLeft{
	float:left;
	width:300px;
}
.offerCasestudyRight{
	float:right;
	margin:5px 0 0;
	width:350px;
}
.offerCasestudyRight h3{
	margin:0 0 18px;
}
.offerCasestudyRight p{
	margin:0 0 10px;
	line-height:150%;
}
.offerCasestudyRight .spec{
	padding:8px 0;
	width:350px;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	line-height:130%;
}
.offerCasestudyRight .spec th{
	width:64px;
	font-weight:normal;
}
.offerCasestudyRight .spec td span{
	font-weight:bold;
	color:#900;
	font-size:120%;
}


/* ギャラリー
-----------------------------------------------*/
.contentsLeft p.offerGalleryLead{
margin:20px 0 0 10px;
padding:0 0 0 20px;
background:transparent url(../images/icon_zoom.gif) no-repeat 0 2px;
clear:both;
}

.offerGallery{
margin:10px 0 0 0;
padding:0;
}

.offerGallery ul{
margin:0;
padding:0 0 0 2px;
list-style:none;
}
.offerGallery li{
margin:0 0 10px;
padding:0 9px;
display:inline;
float:left;
}
p.offerGalleryLink{
	clear:both;
	margin:10px 0 0;
	text-align:center;
}


/* 関連製品
-----------------------------------------------*/
.offerRelation{
margin:20px 0 0 10px;
padding:15px 30px 15px 15px;
width:624px;
border:1px solid #CCC;
clear:both;
}
.offerRelationLeft{
	float:left;
}
.offerRelationLeft h4{
	margin:0;
	padding:0 0 4px;
}
.offerRelationLeft ul{
	margin:0 0 0 10px;
	padding:0;
	list-style:none;
	font-size:120%;
}
.offerRelationLeft li{
	margin:6px 0 0;
	padding:0 0 0 16px;
	list-style:none;
	background:url(../images/icon_bluedot.jpg) no-repeat 0 2px;
}
.offerRelationLeft p{
	margin:10px 0 0 10px;
}
.offerRelationRight{
	float:right;
}

@media screen and (max-width: 750px) {
	.mainBox {
		padding: 0 10px;
	}
  .clear {
    display: none;
  }
	.productNavi,
	.contentsImg,
	.contentsLeft,
	.contentsBox,
	.footstepBox {
		width: auto;
	}
  .contentsTit02 {
		background-size: 100% 100%;
	}
	.contentsImg img {
    width: 100%;
    height: auto;
  }

	.offerMerit {
		width: auto;
	}
	.offerMeritLeft01,
	.offerMeritLeft {
		float: none;
		width: auto;
	}
	.offerMerit h4 img {
		height: auto;
	}
	.offerMerit p img {
		width: 100%;
		height: auto;
	}
	.offerMeritImg01,
	.offerMeritImg {
		float: none;
		margin: 10px auto;
	}
	.offerMeritImg01 img,
	.offerMeritImg img {
		display: block;
		margin: 0 auto;
	}

	.offerCasestudy {
		width: auto;
	}
	.offerCasestudyLeft {
		float: none;
		margin: 0 auto 20px;
	}
	.offerCasestudyRight {
		float: none;
		width: auto;
	}

  .offerGallery,
  .offerGallery ul {
    width: auto;
  }
  .offerGallery ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
  }
  .offerGallery li {
    float: none;
    width: calc(100% / 2 - 10px);
    padding: 0;
    margin: 0;
  }
  .offerGallery li img {
    width: 100%;
    height: auto;
  }
  .offerFeatureImg img {
    width: 100%;
    height: auto;
  }
  .offerTable {
		width: auto;
    margin: 25px 0 0;
  }

  .offerRelation {
    display: flex;
    flex-wrap: wrap;
		flex-direction: column-reverse;
		justify-content: flex-start;
    gap: 20px;
    width: auto;
		padding: 15px;
    margin: 15px 0 0;
  }
  .offerRelationLeft {
    float: none;
    display: inline-block;
    width: auto;
    margin: 0;
  }
  .offerRelationRight {
    float: none;
    display: inline-block;
    width: auto;
    margin: 0 auto;
  }
	.offerRelation br {
		display: none;
	}

	.bottomTel-sp {
		margin: 0 15px 40px;
	}
}