@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%);
}
#contWrap .iconDouble {
	position: relative;
}
#contWrap .iconDouble::before {/*手順の線*/
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 15px;/*画像の幅*/
  height: 18px;/*画像の高さ*/
  background-image: url("../images/icon-double01@2x.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: -10px;
  left: -20px;
}
#contWrap .iconDouble::after {/*手順の線*/
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 15px;/*画像の幅*/
  height: 18px;/*画像の高さ*/
  background-image: url("../images/icon-double02@2x.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: -10px;
  right: -20px;
}
#contWrap .product-box{
  text-align: left;
}
@media screen and (max-width: 750px) {
  #contWrap .font16 {
    font-size: 14px;
    line-height: 1.6;
  }
  #contWrap > section {
    max-width: 375px;
  }
  #contWrap .iconDouble::before {/*手順の線*/
    position: absolute;
    top: -5px;
    left: -25px;
  }
  #contWrap .iconDouble::after {/*手順の線*/
    position: absolute;
    top: -5px;
    right: -25px;
  }
}
/* トップ */
#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: 80px 0 0 0;
}
#contWrap #explanation > section .mt70 {
  margin-top: 70px;
}
#contWrap #explanation > section .mt50 {
  margin-top: 50px;
}
#contWrap #explanation > section .mt30 {
  margin-top: 30px;
}
#contWrap #explanation > section .mt20 {
  margin-top: 20px;
}
#contWrap #explanation > section > p {
  margin: 0;
  padding: 0 4%;
}

#contWrap #explanation > section .mb20 {
  margin-bottom: 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 .mt30 {
    margin-top: 15px;
  }
  #contWrap #explanation > section .mt20 {
    margin-top: 10px;
  }
}
#contWrap #explanation h3,
#contWrap #mitumori h3,
#contWrap #faqBox h3 {
  margin: 0;
  padding: 20px 1em;
  font-size: 32px;
  line-height: 1.6;
  font-weight: 700;
  background: #ab0000;
  color: #fff;
}
#contWrap #explanation h4 {
  margin: 0 auto;
  padding: 20px 30px;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 900;
  background: #ffff00;
  display: inline-block;
}
#contWrap .iconRec {/*手順の線*/
  position: relative;
  margin: 0;
  padding: 0;
}
#contWrap .iconRec::before {/*手順の線*/
  content: '';
  top: 0;
  left: 10px;
  width: 4.31%;/*指定したい幅*/
  padding-top: 46.47%;/*画像の幅に対する高さ比率*/
  display: block;
  background-image: url("../images/icon-recruitment@2x.png");
  background-size: contain;
  background-repeat: no-repeat;/*画像を繰り返さない*/
  position: absolute;
}
#contWrap .iconRec::after  {/*スペースを作る*/
  content: '';
  top: 0;
  right: 10px;
  width: 4.31%;/*指定したい幅*/
  padding-top: 46.47%;/*画像の幅に対する高さ比率*/
  display: block;
  background-image: url("../images/icon-recruitment@2x.png");
  background-size: contain;
  background-repeat: no-repeat;/*画像を繰り返さない*/
  position: absolute;
}
#contWrap .iconRec > p {
  padding: 0 10%;
  margin: 0;
}
@media screen and (max-width: 750px) {
  #contWrap #explanation h3,
  #contWrap #mitumori h3,
  #contWrap #faqBox h3 {
    padding: 15px 1em;
    font-size: 20px;
  }
  #contWrap #explanation h4 {
    padding: 10px 15px;
    font-size: 18px;
  }
  #contWrap .iconRec::before {/*手順の線*/
    content:none;
  }
  #contWrap .iconRec::after  {/*スペースを作る*/
    content:none;
  }
  #contWrap .iconRec > p {
    padding: 0 4%;
  }
}
#contWrap #explanation ul.col2Arrow {
  margin: 0 auto;
  padding: 50px 0 0 0;
  width: 97.41%
}
#contWrap #explanation ul.col2Anomaly {
  margin: 0 auto;
  padding: 50px 0 0 0;
  width: 87.07%
}
#contWrap #explanation .col3 {
  margin: 0 auto;
  padding: 50px 0 0 0;
}
#contWrap #explanation .col3 li {
  margin: 0;
  padding: 0 0 8px 0;
  width: 33%;
}
#contWrap #explanation .col2Arrow li {
  margin: 0;
  padding: 0 0 40px 0;
  width: 40.18%;
}
#contWrap #explanation .col2Arrow li {
position: relative;
}
#contWrap #explanation .col2Arrow li:first-of-type::after {/*スペースを作る*/
  content: '';
  top: 29%;
  right: -40%;
  width: 28.19%;/*指定したい幅*/
  padding-top: 14.76%;/*画像の幅に対する高さ比率*/
  display: block;
  background-image: url("../images/icon-arrow01@2x.png");
  background-size: contain;
  background-repeat: no-repeat;/*画像を繰り返さない*/
  position: absolute;
}
#contWrap #explanation .col2Anomaly li:first-of-type {
  margin: 0;
  padding: 0 0 40px 0;
  width: 39.8%;
}
#contWrap #explanation .col2Anomaly li:nth-of-type(2) {
  margin: 0;
  padding: 0 0 40px 0;
  width: 55.84%;
}
#contWrap #explanation .captionBox p {
  margin: 15px 0 0 0;
  padding: 8px 10px;
  line-height: 1.4;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  #contWrap #explanation ul.col2Arrow,
  #contWrap #explanation ul.col2Anomaly,
  #contWrap #explanation .col3 {
    padding: 30px 0 0 0;
    width: 92%
  }
  #contWrap #explanation .col3 li {
    padding: 0 0 15px 0;
    width: 100%;
  }
  #contWrap #explanation .col2Arrow li {
    padding: 0 0 20px 0;
    width: 100%;
  }
  #contWrap #explanation .col2Arrow li:nth-of-type(2) {
    padding: 34% 0 20px 0;
  }
  #contWrap #explanation .col2Arrow li:first-of-type::after {/*スペースを作る*/
    content: none;
  }
   #contWrap #explanation .col2Arrow li:nth-of-type(2)::after {/*スペースを作る*/
    content: '';
    top: 0;
    left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
    width: 20.58%;/*指定したい幅*/
    padding-top: 30%;/*画像の幅に対する高さ比率*/
    display: block;
    background-image: url("../images/icon-arrow02@2x.png");
    background-size: contain;
    background-repeat: no-repeat;/*画像を繰り返さない*/
    position: absolute;
  }
  #contWrap #explanation .col2Anomaly li:first-of-type {
    padding: 0 0 20px 0;
    width: 100%;
  }
  #contWrap #explanation .col2Anomaly li:nth-of-type(2) {
    padding: 0 0 20px 0;
    width: 100%;
  }
  #contWrap #explanation .captionBox p {
    margin: 5px 0 0 0;
    padding: 4px 10px;
    line-height: 1.4;
    font-size: 14px;
  }
}

  /* バナーリスト */
#contWrap #explanation .bnList {
  margin: 60px 0 0 0;
  padding: 0;
}
#contWrap #explanation .bnList ul {
  width: 80.34%;
  margin: 0 auto;
  padding: 50px 0 0 0;
}
#contWrap #explanation .bnList .col2 li {
  margin: 0;
  padding: 0 0 20px 0;
  width: 48%;
}
@media screen and (max-width: 750px) {
  #contWrap #explanation .bnList {
    margin: 40px 0 0 0;
  }
  #contWrap #explanation .bnList ul {
    width: 92%;
    padding: 20px 0 0 0;
  }
  #contWrap #explanation .bnList .col2 li {
    padding: 0 0 10px 0;
    width: 100%;
  }
}

/*見積依頼の方法*/

#contWrap #mitumori {
  margin: 60px 0 0 0;
}
#contWrap #mitumori h3 {
}

@media screen and (max-width: 750px) {
}

/*flowA-4 注文の流れ*/
#contWrap .flowA-4-wrap{
  display: flex;
  justify-content: space-between;
  margin: 50px 2% 0 2%;
  padding: 0;
}
#contWrap .flowA-4{
  background: #1C9CD5;
  margin-bottom: 20px;
  text-align: center;
  width: 23%;
  padding: 0px 2% 34px;
  position: relative;
}
#contWrap .flowA-4::after{/*手順の三角部分*/
  content: "";
  width: 0;
  height: 0;
  top: 45%;
  right: -7%;
  border-style: solid;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #1C9CD5;
  position: absolute;
}

#contWrap .flowA-4:last-child::after{/*手順の三角部分-最後は▶消す*/
  border-color: transparent transparent transparent transparent;
}
#contWrap .flowA-4 p{
  color: #FFF;
}
#contWrap .flowA-4-no{ /*手順番号*/
  font-size: 42px;
  margin-top: 15px;
}
#contWrap .flowA-4-title{/*手順タイトル*/
  font-size: 24px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px 0;
  line-height: 1.3;
}
#contWrap .flowA-4-text{/*手順説明*/
  font-size: 16px;
  text-align: left;
  margin: 30px 0 0 0;
  position: relative;
}
#contWrap .flowA-4-text::before{/*手順の線*/
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -17px;
  border-bottom: 1px solid #FFF;
}
@media screen and (max-width: 750px) {
  #contWrap .flowA-4-wrap{
    margin: 20px 2% 0 2%;
    display: block;
  }
  #contWrap .flowA-4{
    width: auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
  }
  #contWrap .flowA-4 div:nth-child(1){
    width: 40%;
  }
  #contWrap .flowA-4 div:nth-child(2){
    width: 55%;
  }
  #contWrap .flowA-4-text::before{/*手順の線*/
    border-bottom: 1px solid transparent;
  }
  #contWrap .flowA-4-text{/*手順説明*/
    font-size: 14px;
    margin-top: 14px;
  }
  #contWrap .flowA-4-title{/*手順タイトル*/
    font-size: 16px;
    height: auto;
    margin-top: 0;
  }
  #contWrap .flowA-4-no{ /*手順番号*/
    font-size: 16px;
  }
  #contWrap .flowA-4::after{/*手順の三角部分*/
    top: 100%;
    width: 0;
    height: 0;
    right: 46%;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #1C9CD5 transparent transparent transparent;
  }
}

/*contactA お問合せエリア*/

#contWrap .contactA-area {
  width: 100%;
  background-color:  #1C9CD5;
  padding: 0 0 44px 0;
}
#contWrap .contactA-area * {
  margin: 0;
  padding: 0;
}
#contWrap .contactA-area > h3 {
  font-size: 24px;
  line-height: 1.7;
  color: #fff;
  margin: 0 0 18px 0;
  padding: 30px 0 0 0;
  text-align: center;
  font-weight: 600;
  letter-spacing: 2px;
}
#contWrap .contactA-area > p {
  font-size: 18px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

#contWrap .contactA-wrap{
  width: 75.86%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#contWrap .contactA-box {
  width: 48.86%;
  background-color: #fff;
  border-radius: 4px;
  padding: 20px 0 3px;
  text-align: center;
}
#contWrap .contactA-box h4{
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
#contWrap .contactA-tel{
  color: #ff6c00;
  text-decoration: none;
  font-size: 38px;
  font-weight: 700;
  line-height: 0.8;
}
#contWrap .contactA-box-p{
  color: #333;
  margin: 20px 0;
  font-size: 14px;
}
#contWrap .contactA-btn{/*ボタン*/
  display: inline-block;
  background-color: #ff6c00;
  border-radius: 6px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  padding: 15px 11% 12px 11%;
  border-bottom: solid 4px #a14400;
  margin-bottom: 20px;
  position: relative;
}
#contWrap .contactA-btn:hover,.contactA-tel:hover{
  text-decoration: none;
  opacity: 0.5;
}
@media screen and (max-width: 750px) {
  #contWrap .contactA-area > p{
      font-size: 14px;
      width: 96%;
      margin: 0 auto 20px auto;
  }
  #contWrap .contactA-wrap {
      width: 100%;
      display: block;
  }
  #contWrap .contactA-box {
      width: 95%;
      margin: 0 auto;
      padding: 20px 0 8px;
  }
  #contWrap .contactA-box:nth-child(1){
      margin-bottom: 20px;
  }
}

/*よくある質問 */
#contWrap #faqBox > div {
	margin: 40px 0;
  padding: 0 2.586206896551724%;
  text-align: left;
}
#faqBox ul {
  margin: 0;
  padding: 0 0 3px 0;
  border-bottom: dashed 1px #959595;
}
#faqBox ul li,
#faqBox dl {
  margin: 0;
  padding: 0;
}
#faqBox li dl dt {
  margin: 3px 0 0 0;
  padding: 3px 0 0 0;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.8;
  color: #000;
	display: flex;
	border-top: dashed 1px #959595;
	cursor: pointer;
  align-items: center;
}
#faqBox li:first-of-type dl dt {
	border-top: none;
}
#faqBox li dl dd {
  margin: 3px 0 0 0;
  padding: 3px 0 0 0;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.8;
  color: #fd5229;
	display: none;
	background: #fff;
  border-top: dashed 1px #c3c3c3;
}
#faqBox li dl dd div {
	display:  flex;
}
#faqBox li dl dt > span {
  padding: 20px 0;
}
#faqBox li dl dt > span:first-child {
  text-align: center;
  vertical-align: top;
  border: none;
  background: #001559;
  color: #fff;
  font-size: 28px;
  font-weight: normal;
  padding: 20px;
}
#faqBox li dl dd div > span {
  padding: 20px 0;
}
#faqBox li dl dd div > span:first-child {
  text-align: center;
  vertical-align: top;
  border: none;
  font-size: 28px;
  font-weight: normal;
  display: block;
  background: #FFC900;
  color: #66523e;
  padding: 20px;
}
#faqBox li dl dt > span:first-child span, 
#faqBox li dl dd div > span:first-child span {
	display: block;
  width: 1em;
}
#faqBox li dl dt > span:nth-child(2) {
	padding-left: 2em;
  width: calc(95% - 35px);
}
#faqBox li dl dd div > span:last-child {
  padding-left: 2em;
  width: 95%;
}
#faqBox li dl dt div,
#faqBox li dl dt div span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
#faqBox li dl dt div {
	position: relative;
	width: 30px;
	height: 30px;
	margin: 20px 5px 0 0;
}
#faqBox li dl dt div span {
  position: absolute;
  left: 6px;
  width: 50%;
  height: 2px;
  background-color: #222;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
#faqBox li dl dt div span:nth-of-type(1) {
  top: 12px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
#faqBox li dl dt div span:nth-of-type(2) {
  top: 12px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
#faqBox li dl dd a {
  color: #3f97e1;
  text-decoration: none;
  position: relative;
  padding: 0 0 0 1em;
}
#faqBox li dl dd a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: solid 2px #3f97e1;
    border-right: solid 2px #3f97e1;
    transform: rotate(45deg);
}
#faqBox li dl dd a:hover {
    text-decoration: none;
}
@media screen and (max-width: 750px) {
  #contWrap #faqBox h3 {
    font-size: 24px;
  }
  #faqBox {
    margin: 30px 0;
  }
  #faqBox li dl dt {
    font-size: 14px;
  }
  #faqBox li dl dd {
    font-size: 14px;
  }
  #faqBox li dl dt > span {
    padding: 10px 0;
  }
  #faqBox li dl dt > span:first-child {
    font-size: 24px;
    padding: 10px 20px;
  }
  #faqBox li dl dd div > span {
    padding: 10px 0;
  }
  #faqBox li dl dd div > span:first-child {
    font-size: 24px;
    padding: 10px 20px;
  }
  #faqBox li dl dt > span:nth-child(2) {
    padding-left: 1em;
    width: calc(95% - 35px);
  }
  #faqBox li dl dd div > span:last-child {
    padding-left: 1em;
    width: 95%;
  }
  #faqBox li dl dt div {
    margin: 10px 5px 0 0;
  }
}
/*＋、－切り替え*/
#faqBox li dl dt div.active span:nth-of-type(1) {
	display:none;
}
#faqBox li dl dt div.active span:nth-of-type(2) {
  top: 12px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

/*お問合せ右下固定ボタン*/
.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;
	}
}
