@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%);
}
@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: 8px 1em;
  font-size: 28px;
  line-height: 1.6;
  font-weight: 700;
  background: #1e5b76;
  color: #fff;
  border-top: solid 7px #1e7687;
  border-bottom: solid 7px #1e7687;
  box-sizing: border-box;
}
#contWrap #explanation .w87 {
  margin: 0 auto;
  padding: 50px 0 0;
  width: 87.41%;
}
#contWrap #explanation .bgBl {
  margin: 30px auto;
  padding: 40px 1em;
  background: #f3ffff;
}
#contWrap #explanation .bgBl p + p {
  margin: 0;
  padding: 20px 0 0 0 ;
}
#contWrap #explanation p span {
  background: linear-gradient(rgba(255,255,255,0) 40%, rgba(253, 255, 0, 1.0) 40%);
  margin: 0;
  padding: 0;
  font-weight: 700;
}
#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_col2 p + p {
  margin: 20px 0 0 0;
}
#contWrap #explanation .w94 {
  margin: 0 auto;
  padding: 0;
  width: 94%;
}
#contWrap #explanation h3 {
  margin: 50px auto 0 auto;
  padding: 15px 100px;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 900;
  background: #1e5b76;
  color: #fff;
  display: inline-block;
}
#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 .col3 li {
  margin: 0;
  padding: 0 0 8px 0;
  width: 33%;
}


@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 h3 {
    margin: 30px auto 0 auto;
    padding: 10px 15px;
    font-size: 18px;
  }
  #contWrap #explanation .txt30 {
    padding: 0;
    width: 100%;
  }
  #contWrap #explanation .txt20 {
    padding: 0;
    width: 100%;
  }
  #contWrap #explanation .w94 ul {
    display: block;
  }
  #contWrap #explanation .w94 .col3 li {
    margin: 10px 0 0 0;
    padding: 0;
    width: 100%;
  }
}

/* 無料見積 */
#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;
  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%;
  }
  #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: 90px auto 0 auto;
  padding: 0;
  border: solid 12px #0e426b;
  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;
}
#contWrap #officeMap {
  width: 87.41%;
  margin: 0 auto;
  padding: 0;
}
#contWrap #officeMap h3 {
  margin: 50px auto 0 auto;
  padding: 15px 100px;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 900;
  background: #1e5b76;
  color: #fff;
  display: inline-block;
}
#contWrap #officeMap p {
  margin: 0 auto;
  padding: 20px 0 40px 0;
}
#contWrap #officeMap + iframe {
  width: 100%;
}
@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%;
  }
  #contWrap #officeMap h3 {
    margin: 30px auto 0 auto;
    padding: 10px 15px;
    font-size: 18px;
  }
}
/* FAQ */
#contWrap #faq h2 {
  margin: 0;
  padding: 8px 1em;
  font-size: 28px;
  line-height: 1.6;
  font-weight: 700;
  background: #1e5b76;
  color: #fff;
  border-top: solid 7px #1e7687;
  border-bottom: solid 7px #1e7687;
  box-sizing: border-box;
}
#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;
  width: 100%;
}
#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 {
    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;
  }
}

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





#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;
}
  #contWrap .explanation .w94 .col3 li {
    margin: 10px 0 0 0;
    padding: 0;
    width: 100%;
  }

@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 .w94 .col3 li {
    margin: 10px 0 0 0;
    padding: 0;
    width: 100%;
  }
}














/* 商品説明*/
#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;
  }
}
