@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: 15px 1em;
  font-size: 28px;
  line-height: 1.6;
  font-weight: 700;
  background: #003a4c;
  color: #fff;
}
#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 30px;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 900;
  background: #ffff00;
  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 .col2 li {
  margin: 0;
  padding: 0;
  width: 49%;
}
#contWrap #explanation .w94 .col3 li {
  margin: 0;
  padding: 0 0 8px 0;
  width: 33%;
}
#contWrap #explanation .grayArea {
  margin: 30px auto 0 auto;
  padding: 30px 50px;
  width: 54%;
  background: #e1e1e1;
}


@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 .col2 li {
    margin: 20px 0 0 0;
    width: 100%;
  }
  #contWrap #explanation .w94 .col3 li {
    margin: 10px 0 0 0;
    padding: 0;
    width: 100%;
  }
  #contWrap #explanation .grayArea {
    margin: 30px auto 0 auto;
    padding: 20px;
    width: auto;
    text-align: left;
  }
}


/* 無料見積 */
#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: 90px auto 0 auto;
  padding: 0;
  border: solid 12px #0086c1;
  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 30px;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 900;
  background: #ffff00;
  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: 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;
  }
}




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

/*看板設置までの流れ
---------------------------------------*/
#flow{
	background-color: #3886BC;
	padding: 50px 0 120px 0;
}
#flow .ttl,#flow .sub-text{
	color: #FFF;
}
#flow .flow-wrap{
	background-color: #FFF;
	margin: 0 30px 40px 30px;
}
#flow .flow-wrap .number-box{
	width: 27%;
	text-align: center;
	display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#flow .flow-wrap .number-box p{
	font-size: 4.75em;
	color: #3886BC;
	line-height: 1.1;
}
#flow .flow-wrap .number-box h4{
	font-size: 1.625em;
}
#flow .flow-wrap .contents-box{
	width: 73%;
	padding: 30px;
}
#flow .flow-wrap .contents-box>p{
	font-weight: 500;
}
#flow .flow-wrap .contents-box .contact{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
#flow .flow-wrap .contents-box .contact p{
	width: 48%;
}
#flow .flow-wrap .contents-box .contact p>a{
	display: block;
	text-align: center;
	font-weight: 600;
	padding: 10px;
	border-radius: 100vh;
}
#flow .flow-wrap .contents-box .contact .tel{
	color: #3886BC;
	background-color: #FFF;
	border: 2px solid #3886BC;
	padding: 1px 1px 1px 30px;
	font-size: 1.875em;
	background: url(../images/icon_phone.svg) no-repeat 9% center / 28px auto;
}
#flow .flow-wrap .contents-box .contact .mail{
	color: #fff;
	font-size: 1.25em;
	padding-left: 30px;
	background: url(../images/icon_email.svg) no-repeat 9% center / 28px auto;
	background-color: #F4A442;
	border: 2px solid #F4A442;
}
#flow .flow-wrap .contents-box .photo{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
#flow .flow-wrap .contents-box .photo figure{
	width: 48%;
}
#flow .flow-wrap02{
	background-color: #FFF;
	margin: 0 30px 40px 30px;
	padding: 30px;
}
#flow .flow-wrap02>div{
	width: 56%;
	padding: 20px;
}
#flow .flow-wrap02>figure{
	width: 42%;
}
#flow .flow-wrap02 h4{
	font-size: 1.5em;
	font-weight: 600;
	color: #3886BC;
	margin-bottom: 20px;
}
#flow .flow-wrap02 ul{
	padding-left: 30px;
	margin-bottom: 20px;
}
#flow .flow-wrap02 ul li{
	list-style: disc;
	font-weight: 600;
}
@media screen and (max-width: 750px){
	#flow .flow-wrap,	#flow .flow-wrap02{
		margin: 0 10px 40px 10px;
		padding-top: 20px;
	}
	#flow .flow-wrap .number-box,#flow .flow-wrap .contents-box,
	#flow .flow-wrap02>div,#flow .flow-wrap02>figure{
		width: 100%;
	}
	#flow .flow-wrap .contents-box .contact{
		display: block;
	}
	#flow .flow-wrap .contents-box .contact p{
		width: 100%;
		margin-bottom: 20px;
	}
	#flow .flow-wrap02>div{
		padding: 0;
	}
	#flow .flow-wrap02 figure{
		margin-top: 20px;
	}
}

/* タイトル */
#contWrap .ttl {
	text-align: center;
	font-weight: 600;
	margin: 50px 0 28px 0;
}
#contWrap .ttl h3{
	font-size: 4.25em;
	font-weight: 600;
	line-height: 1.1;
}
#contWrap .ttl h3 span{
	color: #3886BC;
}
#contWrap .sub-text{
	text-align: center;
	margin-bottom: 50px;
}
@media screen and (max-width: 750px){
	#contWrap .ttl h3{
		font-size: 2.5em;
	}
	#contWrap .sub-text{
		padding: 0 10px;
		text-align: left;
	}
}

/* 共通 */
#contWrap figure>img{
	width: 100%;
}
#contWrap section{
	margin-bottom: 120px;
}
#contWrap .inner{
	padding: 0 30px;
}
#contWrap .flex-pc{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media screen and (max-width: 750px){
	#contWrap section{
		margin-bottom: 80px;
	}
	#contWrap .inner{
		padding: 0 10px;
	}
	#contWrap .flex-pc{
		display: block;
	}
	#contWrap .flex-pc>div{
		width: 100%;
	}
}