@charset "utf-8";
/* CSS Document */
#contWrap {
  padding: 0;
  margin: 0 auto;
	font-size: 18px;
  line-height: 1.8;
  font-weight: normal;
  width: 100%;
}
#contWrap li {
	list-style-type: none;
}
#contWrap img {
  margin: 0;
  padding: 0;
  border:0;
  vertical-align: bottom;
  width: 100%;
}
#contWrap a {
  cursor: pointer;
  cursor: hand;
  transition: 0.8s;
}
#contWrap a:hover {
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
#contWrap .fl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contWrap .fl-only-pc {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contWrap .u-only-sp {
  display: none;
}
#contWrap .u-only-pc {
  display: block;
}
@media screen and (max-width: 750px) {
	#contWrap {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    font-size: 16px;
    line-height: 1.6;
	}
  #contWrap .fl-only-pc {
    display: block;
  }
  #contWrap .u-only-sp{
    display: block;
  }
  #contWrap .u-only-pc{
    display: none;
  }
}
/* コンテンツ内共通 */
#contWrap > section {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
#contWrap .font16 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
}
#contWrap strong {
  font-weight: 700;
}
#contWrap .lineMarker {
	background: linear-gradient(rgba(255,255,255,0) 40%, rgba(255, 255, 0, 1.0) 40%);
}
@media screen and (max-width: 750px) {
  #contWrap .font16 {
    font-size: 14px;
    line-height: 1.6;
  }
  #contWrap > section {
    max-width: 375px;
  }
}
/* トップ */
#contWrap #top {
  margin: 0 auto;
  padding: 0;
}
#contWrap #top h2 {
  margin: 0;
  padding: 0;
}

/* 商品説明*/
#contWrap #explanation > section {
  margin: 0;
  padding: 0;
}
#contWrap #explanation > section + section {
  margin: 120px 0 0 0;
}
#contWrap #explanation > section * {
  margin: 0;
  padding: 0;
}
#contWrap #explanation > section .mt70 {
  margin-top: 70px;
}
#contWrap #explanation > section .mt50 {
  margin-top: 50px;
}
#contWrap #explanation > section .mt20 {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  #contWrap #explanation > section + section {
    margin: 30px 0 0 0;
  }
  #contWrap #explanation > section .mt70 {
    margin-top: 30px;
  }
  #contWrap #explanation > section .mt50 {
    margin-top: 20px;
  }
  #contWrap #explanation > section .mt20 {
    margin-top: 10px;
  }
}
#contWrap #explanation h2 {
  margin: 0;
  padding: 20px 1em;
  font-size: 32px;
  line-height: 1.6;
  font-weight: 700;
  background: #003a4c;
  color: #fff;
}
#contWrap #explanation h3 {
  margin: 0 auto;
  padding: 20px 30px;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 900;
  background: #ffff00;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  #contWrap #explanation h2 {
    padding: 15px 1em;
    font-size: 20px;
  }
  #contWrap #explanation h3 {
    padding: 10px 15px;
    font-size: 18px;
  }
  #contWrap #explanation > section > p {
    width: 92%;
    max-width: 345px;
    margin: 0 auto;
  }
}
#contWrap #explanation ul {
  width: 87.5%;
  margin: 0 auto;
  padding: 50px 0 0 0;
}
#contWrap #explanation .col3 li {
  margin: 0;
  padding: 0 0 8px 0;
  width: 33%;
}
#contWrap #explanation .col2 li {
  margin: 0;
  padding: 0 0 40px 0;
  width: 48%;
}
#contWrap #explanation .blackName p {
  display: inline-block;
  margin: 15px 0 0 0;
  padding: 8px 50px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  background: #000000;
}
#contWrap #explanation > section .grayBox {
  margin: 50px auto 0 auto;
  padding: 40px 60px;
  width: 50%;
  text-align: center;
  font-weight: normal;
  background: #f0f0f0;
}
@media screen and (max-width: 750px) {
  #contWrap #explanation ul {
    padding: 25px 0 0 0;
    width: 100%;
  }
  #contWrap #explanation .col2 li {
    padding: 0 0 25px 0;
    width: 100%;
  }
  #contWrap #explanation .blackName p {
    margin: 5px 0 0 0;
    padding: 8px 30px;
    font-size: 14px;
  }
  #contWrap #explanation > section .grayBox {
    margin: 25px auto 0 auto;
    padding: 20px 10px;
    width: calc(100% - 20px);
    max-width: 345px;
  }
}
/* 無料見積 */
#contWrap #explanation .freeQuote {
  margin: 0 auto;
  padding: 50px 0;
  width: 87.41%;
  text-align: center;
  background: url("../images/const-bg-freequote@2x.jpg") no-repeat center;
  background-size: cover;
  border-bottom: solid #ffff00 8px;
  box-sizing: border-box;
}
#contWrap #explanation .freeQuote > p:first-of-type {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
}
#contWrap #explanation .freeQuote h3 {
  margin: 0;
  padding: 0;
  font-size: 48px;
  line-height: 1.4;
  font-weight: 900;
  color: #ffff00;
  background: none; 
}
#contWrap #explanation .freeQuote h3 span {
  font-size: 42px;
}
#contWrap #explanation .freeQuote div {
  align-items: center;
  padding: 30px 0 0 0;
}
#contWrap #explanation .freeQuote div > p:first-of-type {
  padding: 0 0 0 7.89%;
  width: 43.89%;
}
#contWrap #explanation .freeQuote div > p:nth-of-type(2) {
  padding: 0 7.89% 0 0;
  width: 35.5%;
}
@media screen and (max-width: 750px) {
  #contWrap #explanation .freeQuote {
    padding: 20px 0;
    width: 100%;
    border-bottom: solid #ffff00 6px;
  }
  #contWrap #explanation .freeQuote > p:first-of-type {
    font-size: 20px;
    padding: 0 4%;
  }
  #contWrap #explanation .freeQuote h3 {
    font-size: 28px;
    padding: 10px 4% 0 4%;
  }
  #contWrap #explanation .freeQuote h3 span {
    font-size: 20px;
  }
  #contWrap #explanation .freeQuote div {
    padding: 20px 0 0 0;
  }
  #contWrap #explanation .freeQuote div > p:first-of-type {
    padding: 0;
    margin: 0 auto;
    width: 80%;
  }
  #contWrap #explanation .freeQuote div > p:nth-of-type(2) {
    padding: 0;
    margin: 30px auto 0 auto;
    width: 80%;
  }
}
/* デザインもお任せ */
#contWrap #explanation .designBox {
  margin: 70px auto 0 auto;
  padding: 6px 0 0 0;
  width: 80.34%;
  text-align: center;
  background: #991e47;
  box-sizing: border-box;
}
#contWrap #explanation .designBox > p {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 900;
  box-sizing: border-box;
}
#contWrap #explanation .designBox > p span {
  font-size: 24px;
}
#contWrap #explanation .designBox > p strong {
  font-size: 36px;
}
#contWrap #explanation .designBox > p:first-of-type {
  width: calc(100% - 12px);
  margin: 0 auto;
  padding: 35px 1em 25px 1em;
  color: #991e47;
  background: #ffff00;
  position: relative;
}
#contWrap #explanation .designBox > p:first-of-type::before {/*スペースを作る*/
  content: '';
  top: 0;
  left: 0;
  width: 100%;/*指定したい幅*/
  display: block;
  background: #f0f;
}
#contWrap #explanation .designBox > p:first-of-type::after {/*画像を絶対配置*/
  position: absolute;
  content: '';
  top: -60px;
  left: 2.15%;
  display: block;
  width: 22%;/*幅*/
  padding-top: 73.84210526%;/*画像の幅に対する高さ比率*/
  background-image: url(../images/const-icon-designbox@2x.png);
  background-size: contain;
  background-repeat: no-repeat;/*画像を繰り返さない*/
}
#contWrap #explanation .designBox > p:nth-of-type(2) {
  color: #fff;
  background: #991e47;
}
#contWrap #explanation .designBox > p:nth-of-type(2) a {
  display: block;
  padding: 20px 1em 30px 1em;
  text-decoration: none;
  color: #fff;
}
#contWrap #explanation .designBox > p:nth-of-type(2) strong {
  position: relative;
}
#contWrap #explanation .designBox > p:nth-of-type(2) strong::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -40px;
  width: 0;
  height: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border: 7px solid transparent;
  border-left: 12px solid #fff;
}
@media screen and (max-width: 750px) {
  #contWrap #explanation .designBox {
    margin: 80px auto 0 auto;
    padding: 4px 0 0 0;
    width: 92%;
  }
  #contWrap #explanation .designBox > p {
    font-size: 20px;
  }
  #contWrap #explanation .designBox > p span {
    font-size: 18px;
  }
  #contWrap #explanation .designBox > p strong {
    font-size: 28px;
  }
  #contWrap #explanation .designBox > p:first-of-type {
    width: calc(100% - 8px);
  }
  #contWrap #explanation .designBox > p:first-of-type::after {/*画像を絶対配置*/
    top: -80px;
    width: 40%;/*幅*/
    }
  #contWrap #explanation .designBox > p:nth-of-type(2) {
    color: #fff;
    background: #991e47;
  }
  #contWrap #explanation .designBox > p:nth-of-type(2) a {
    padding: 15px 1em 20px 1em;
  }
  #contWrap #explanation .designBox > p:nth-of-type(2) strong::after {
    content: none;
  }
}
  /* バナーリスト */
#contWrap #explanation .bnList,
#contWrap #endBnBox .bnList {
  margin: 90px 0 0 0;
  padding: 0;
}
#contWrap #explanation .bnList h3,
#contWrap #endBnBox .bnList h3 {
  margin: 0;
  padding: 0;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 900;
  background: #ffff00;
  display: inline-block; 
}
#contWrap #explanation .bnList ul,
#contWrap #endBnBox .bnList ul {
  width: 80.34%;
  margin: 0 auto;
  padding: 50px 0 0 0;
}
#contWrap #explanation .bnList .col2 li,
#contWrap #endBnBox .bnList .col2 li {
  margin: 0;
  padding: 0 0 20px 0;
  width: 48%;
}
@media screen and (max-width: 750px) {
  #contWrap #explanation .bnList,
  #contWrap #endBnBox .bnList {
    margin: 40px 0 0 0;
  }
  #contWrap #explanation .bnList h3,
  #contWrap #endBnBox .bnList h3 {
    font-size: 20px;
  }
  #contWrap #explanation .bnList ul,
  #contWrap #endBnBox .bnList ul {
    width: 92%;
    padding: 20px 0 0 0;
  }
  #contWrap #explanation .bnList .col2 li,
  #contWrap #endBnBox .bnList .col2 li {
    padding: 0 0 10px 0;
    width: 100%;
  }
}
/* スクロール */
#contWrap #explanation + section {
  margin: 50px auto 0 auto;
  padding: 0;
}
.simply-scroll-container { /* Container DIV - automatically generated */
	position: relative;
  margin: 10px 0 0 0;
}
.simply-scroll-clip { /* Clip DIV - automatically generated */
	position: relative;
	overflow: hidden;
}
.simply-scroll-list,
.simply-scroll-list2{ /* UL/OL/DIV - the element that simplyScroll is inited on */
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
.simply-scroll-list li {
	padding: 0;
	margin: 0 1px 0 0;
	list-style: none;
	width: 378px;
	height:252px;
	float:left;
}
.simply-scroll-list2 li {
	padding: 0;
	margin: 0 40px 0 0;
	list-style: none;
	width: 200px;
	height:200px;
	float:left;
}
.simply-scroll-clip img {
	border: none;
	display: block;
}

@media screen and (max-width: 750px) {
	.simply-scroll-list li {
		padding: 0;
		margin: 0 1px 0 0;
		list-style: none;
		width: 210px;
		height:140px;
		float:left;
	}
	.simply-scroll-list2 li {
		padding: 0;
		margin: 0 20px 0 0;
		list-style: none;
		width: 150px;
		height:150px;
		float:left;
	}
}

/*お問合せ右下固定ボタン*/
.footer_fix_btn {
	position:fixed;
	width: 80px;
	right: 0px;
	bottom: 100px;
}
.footer_fix_btn a {
	display:block;
	width:100%;
	text-decoration:none;
}
.footer_fix_btn a:hover {
	opacity:0.7;
}
@media screen and (max-width: 750px){
	.footer_fix_btn {
		 position: fixed;
		 width: 48px;
		 right: 0px;
		 bottom: 10px;
		 z-index: 999;
	}
}
