@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;
}
#contWrap .t-left {
  text-align: left;
}
@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 .lineMarker {
	background: linear-gradient(rgba(255,255,255,0) 40%, rgba(255, 255, 0, 1.0) 40%);
}
#contWrap .lineMarkerB {
	background: linear-gradient(rgba(255,255,255,0) 40%, rgba(223, 255, 255, 1.0) 40%);
}
#contWrap ul li .stit {
  padding: 12px 0 0 0;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}
#contWrap ul li .stit + p {
  padding: 5px 0 0 0;
}
@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 h1 {
  margin: 0;
  padding: 0;
}

/* 商品説明*/
#contWrap .explanation > section {
  margin: 70px 0 0 0;
  padding: 0;
}
#contWrap .explanation > section * {
  margin: 0;
  padding: 0;
}
#contWrap .explanation h2 {
  margin: 0;
  padding: 15px 1em;
  font-size: 28px;
  line-height: 1.6;
  font-weight: 700;
  background: #101f4b;
  color: #fff;
}
#contWrap .explanation .LineBox + h2 {
  margin: 50px 0 0 0;
}
#contWrap .explanation .w94_col2 {
  margin: 50px auto 0 auto;
  padding: 0;
  width: 94%;
  display: flex;
  justify-content: space-between;
}
#contWrap .explanation .w94_col2 > div:first-of-type {
  margin: 0 auto;
  padding: 0;
  width: 60%;
}
#contWrap .explanation .w94_col2 > div:nth-of-type(2) {
  margin: 0 auto;
  padding: 0;
  width: 36%;
}
#contWrap .explanation .w94 {
  margin: 0 auto;
  padding: 0;
  width: 94%;
}
#contWrap .explanation .w94 + .w94 {
  margin: 50px auto 0 auto;
}
#contWrap .explanation h3 {
  margin: 50px auto 0 auto;
  padding: 15px 30px;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 900;
  background: #ffff00;
  display: inline-block;
}
#contWrap .explanation .txt80 {
  margin: 80px auto 0 auto;
  padding: 0 4em;
}
#contWrap .explanation .txt50 {
  margin: 50px auto 0 auto;
  padding: 0 4em;
}
#contWrap .explanation .txt30 {
  margin: 30px auto 0 auto;
  padding: 0 4em;
}
#contWrap .explanation .txt20 {
  margin: 20px auto 0 auto;
  padding: 0 4em;
}
#contWrap .explanation .w94 ul {
  margin: 30px auto 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contWrap .explanation .w94 .colW {
  margin: 30px auto 0 auto;
  width: 66%;
}
#contWrap .explanation .w94 .col2 li {
  margin: 0;
  padding: 30px 0 0 0;
  width: 49%;
}
#contWrap .explanation .w94 .col3 li {
  margin: 0;
  padding: 0 0 8px 0;
  width: 33%;
}
#contWrap .explanation .w94 .colW li {
  margin: 0;
  padding: 0 0 8px 0;
  width: 49.59%;
}
#contWrap .explanation .w94 .btnList li {
  padding: 0 0 30px 0;
}
#contWrap .explanation .btnList a {
  display: block;
  text-align: center;
  position: relative;
  text-decoration: none;
}
#contWrap .explanation .btnList a::before {
  content: "";
  display: block;
  width: 80%;
  height: 18px;
  background: #800000;
  position: absolute;
  bottom: -6px;
  left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  border-radius: 10px;
}
#contWrap .explanation .btnList a p {
    display: block;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    margin: 10px auto 0 auto;
    padding: 5px 30px 5px 20px;
    width: 80%;
    border-radius: 10px;
    text-align: center;
    position: relative;
    background: rgb(249,0,0);
    background: linear-gradient(0deg, rgba(249,0,0,1) 0%, rgba(179,0,0,1) 100%);
}
#contWrap .explanation .btnList a p::after {
  border-bottom: 6px solid transparent;
  border-left: 10px solid #fff;
  border-top: 6px solid transparent;
  content: "";
  display: inline-block;
  margin: -6px 0 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 10px;
}

@media screen and (max-width: 750px) {
  #contWrap .explanation > section {
    margin: 30px 0 0 0;
  }
  #contWrap .explanation h2 {
    padding: 15px 1em;
    font-size: 20px;
  }
  #contWrap .explanation .w94_col2 {
    margin: 20px auto 0 auto;
    display: block;
  }
  #contWrap .explanation .w94_col2 > div:first-of-type {
    width: 100%;
  }
  #contWrap .explanation .w94_col2 > div:nth-of-type(2) {
    margin: 20px 0 0 0;
    width: 100%;
  }
  #contWrap .explanation .w94 + .w94 {
    margin: 20px auto 0 auto;
  }
  #contWrap .explanation h3 {
    margin: 30px auto 0 auto;
    padding: 10px 15px;
    font-size: 18px;
  }
  #contWrap .explanation .txt80 {
    margin: 50px auto 0 auto;
    padding: 0;
    width: 100%;
  }
  #contWrap .explanation .txt50 {
    padding: 0;
    width: 100%;
  }
  #contWrap .explanation .txt30 {
    padding: 0;
    width: 100%;
  }
  #contWrap .explanation .txt20 {
    padding: 0;
    width: 100%;
  }
  #contWrap .explanation .w94 ul {
    margin: 10px auto 0 auto;
    display: block;
  }
  #contWrap .explanation .w94 .col2 li {
    margin: 10px 0 0 0;
    width: 100%;
  }
  #contWrap .explanation .w94 .col3 li {
    margin: 10px 0 0 0;
    padding: 0;
    width: 100%;
  }
  #contWrap .explanation .w94 .colW {
    margin: 30px auto 0 auto;
    width: 100%;
  }
  #contWrap .explanation .w94 .colW li {
    margin: 10px 0 0 0;
    padding: 0;
    width: 100%;
  }
  #contWrap .explanation .w94 .btnList li {
    padding: 0 0 20px 0;
  }
  #contWrap .explanation .btnList a p {
      font-size: 18px;
      padding: 5px 20px 5px 15px;
      width: calc(90% - 35px);
  }
  #contWrap .explanation .btnList a p::after {
    border-bottom: 6px solid transparent;
    border-left: 10px solid #fff;
    border-top: 6px solid transparent;
    content: "";
    display: inline-block;
    margin: -6px 0 0 0;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 10px;
  }
}


/* 無料見積 */
#contWrap .explanation .freeQuote{
  margin: 70px auto 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 {
    margin: 30px auto 0 auto;
    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 #japanNetwork {
  width: 94%;
  margin: 0 auto 90px auto;
  padding: 0;
  border: solid 12px #298098;
  box-sizing: border-box;
}
#contWrap #japanNetwork > p {
  margin: 50px auto 0 auto;
  padding: 0 50px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}
#contWrap #japanNetwork h2 {
  margin: 0 auto;
  padding: 0 50px;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
}
#contWrap #japanNetwork h2 span {
  background: linear-gradient(rgba(255,255,255,0) 40%, rgba(253, 255, 0, 1.0) 40%);
  margin: 0;
  padding: 0 1em;
}
#contWrap #japanNetwork > div {
  width: calc(100% - 100px);
  margin: 20px 50px;
  padding: 0;
  align-items: center;
}
#contWrap #japanNetwork > div > div:first-of-type {
  width: 54%;
  margin: 0;
  padding: 0;
}
#contWrap #japanNetwork > div > div:nth-of-type(2) {
  width: 42%;
  margin: 0;
  padding: 0;
}
#contWrap #japanNetwork > div p {
  margin: 0;
  padding: 0 0 20px 0;
}
@media screen and (max-width: 750px) {
  #contWrap #japanNetwork {
    width: 100%;
    margin: 30px auto 0 auto;
    padding: 0;
  }
  #contWrap #japanNetwork > p {
    margin: 30px auto 0 auto;
    padding: 0 30px;
    font-size: 20px;
  }
  #contWrap #japanNetwork h2 {
    padding: 0 30px;
    font-size: 28px;
  }
  #contWrap #japanNetwork > div {
    width: calc(100% - 60px);
    margin: 20px 30px;
    padding: 0;
    align-items: center;
  }
  #contWrap #japanNetwork > div > div:first-of-type {
    width: 100%;
  }
  #contWrap #japanNetwork > div > div:nth-of-type(2) {
    width: 100%;
  }
}
/* FAQ */
#contWrap #faq h2 {
  margin: 100px 0 0 0;
  padding: 15px 1em;
  font-size: 28px;
  line-height: 1.6;
  font-weight: 700;
  background: #003a4c;
  color: #fff;
}
#contWrap #faq h2 + p {
  margin: 0;
  padding: 20px 0 40px 0;
}
#contWrap #faq ul {
  text-align: left;
}
#contWrap #faq ul p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 10px;
}
#faq > div {
  margin: 60px 0;
}
#faq .s-faq02__txt p,
#faq .s-faq02__ttl {
font-size: 1em;
}
#faq .bnr {
width: 480px;
}
@media screen and (max-width: 750px) {
  #contWrap #faq h2 {
    margin: 0;
    padding: 15px 1em;
    font-size: 20px;
  }
  #contWrap #faq h2 + p {
    margin: 0;
    padding: 20px 10px 40px 10px;
  }
  #contWrap #faq ul {
    padding: 10px;
  }
  #faq > div {
    margin: 30px 0;
  }
  #faq .bnr {
    display: block;
    width: 100%;
    margin: 10px 0 0 0;
  }
}

/* LINE */
#contWrap .explanation .LineBox{
  margin: 70px auto 0 auto;
  width: 80%;
  text-align: center;
  background: #00AA02;
  position: relative;
}
#contWrap .explanation .LineBox::after {
  content: "";
  display: inline-block;
  width: 110px;
  height: 110px;
  background: url(../images/img-QR@2x.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -20px;
  right: 30px;
}
#contWrap .explanation .LineBox * {
  margin: 0;
  padding: 0;
}
#contWrap .explanation .LineBox p a {
  display: block;
  color: #fff;
  padding: 20px 100px 20px 10px;
  font-size: 54px;
  line-height: 1.1;
  font-weight: 900;
  text-decoration: none;
}
#contWrap .explanation .LineBox p a::hover {
 text-decoration: none;
}
#contWrap .explanation .LineBox p a strong {
  font-size: 72px;
  font-weight: 900;
}
#contWrap .explanation .LineBox p a span {
  font-size: 24px;
  font-weight: 900;
}
@media screen and (max-width: 750px) {
  #contWrap .explanation .LineBox{
    margin: 40px auto 0 auto;
    width: 100%;
  }
  #contWrap .explanation .LineBox::after {
    content: "";
    display: inline-block;
    width: 150px;
    height: 150px;
    background: url(../images/img-QR@2x.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: auto;
    bottom: 20px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  #contWrap .explanation .LineBox p a {
    display: block;
    color: #fff;
    padding: 20px 20px 200px 20px;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 900;
  }
  #contWrap .explanation .LineBox p a strong {
    font-size: 60px;
    font-weight: 900;
  }
  #contWrap .explanation .LineBox p a span {
    font-size: 24px;
    font-weight: 900;
  }
}

/* スクロール */
.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;
	}
}

/*voice お客様の声
---------------------------------------*/
/*#voice > div> div{
  margin-top: 60px;
}*/
#voice > div> div> div{
  margin-bottom: 50px;
  text-align: center;
}
.linkBtn{
  text-align: center;
}
.linkBtn a{
  display: inline-block;
  text-decoration: none;
  background: #43bbba;
  color: #FFF;
  border-radius: 3px;
  padding: 20px 80px;
  line-height: 1.6;
}

/* お客様1名分　【上：見出し　左：画像・右：本文】 */
/*#contWrap .voiceItemCover {
	display: flex;
	justify-content: space-between;
}*/
#contWrap #voice .voiceItemCover {
	margin-top: 30px;
}
#contWrap .voiceItemCover .item {
	/*width: calc(50% - 6px);*/
	width: 100%;
	border-radius: 10px;
	padding: 20px;
	border: #aaa solid 1px;
}
#contWrap .voiceItemCover .item .titleCover {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#contWrap .voiceItemCover .item .customerName {
	font-weight: bold;
}
#contWrap .voiceItemCover .item .tag {
	display: inline-block;
	color: #fff;
	line-height: 1em;
	padding: 7px 20px;
}
#contWrap .voiceItemCover .item .design {
	background-color: #037ad0;
}
#contWrap .voiceItemCover .item .data {
	background-color: #9ec32e;
}
#contWrap .voiceItemCover .item .pointCover {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	font-size: 16px;
}
#contWrap .voiceItemCover .item .pointCover .pointImage {
	width: 40%;
}
#contWrap .voiceItemCover .item .pointCover .pointImage figure {
	margin: 0 0 1em 0;
}
#contWrap .voiceItemCover .item .pointText {
	width: calc(60% - 40px);
	text-align: left;
}
#contWrap .voiceItemCover .item .pointText p {
	margin-bottom: 10px;
}
#contWrap .voiceItemCover .item .pointText .midashi {
	font-weight: bold;
}
#contWrap .voiceItemCover .item .pointText p.commentText {
	margin-bottom: 20px!important;
}
#contWrap .sns-wrap a{
  width: 34px;
}
@media screen and (max-width: 750px) {
	#contWrap .voiceItemCover {
		display: block;
		padding: 0 10px;
	}
	#contWrap .voiceItemCover .item {
		width: 100%;
		margin-bottom: 20px; 
	}
	#contWrap .voiceItemCover .item .titleCover {
		display: block;
	}
	#contWrap .voiceItemCover .item .customerName {
		margin-bottom: 10px;
	}
	#contWrap .voiceItemCover .item .pointCover {
		display: block;
	}
	#contWrap .voiceItemCover .item .pointCover .pointImage {
		width: 100%;
		margin-bottom: 20px;
	}
	#contWrap .voiceItemCover .item .pointCover .pointImage figure {
		width: 100%;
	}
	#contWrap .voiceItemCover .item .pointCover .pointText {
		width: 100%;	
	}
}
/*調整
---------------------------------------*/
.mb30{
  margin-bottom: 30px;
}