@charset "UTF-8";
.topHeader {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: url(./sapmle.png) no-repeat center center/cover;
}
.page__box01{
  padding: 70px 0 90px 0;
  min-width: 1100px;
}
.page__text01{
   font-size: 24px;
   font-weight: bold;
   line-height: 30px;
   padding: 30px 0;
}
.page__text01 p{
  padding: 10px 0;
}
.page__ttl01{
  text-align: center;
  padding: 0 0 30px 0;
}

.page__text01 .red{
  color:#cc0000;
}
.page__text02{
   font-size: 16px;
   line-height: 28px;
}
.page__box02{
      padding: 70px 0 90px 0;
      position: relative;
      background-image: url(../img/subpage/ser_bg.png);
      background-size:  cover;
      min-width: 1100px;
}
#shop{
padding-top: 80px;
margin-top: -80px;
}
.page__flex01{
  display: flex;
}
.page__subttl01{
 color:#fff;
 line-height: 54px;
 font-size: 42px;
 padding-bottom: 40px;
}
.page__flexcotent01-1{
  width: 50%;
  text-align: center;
}
.page__flexcotent01-1 img{
  max-width: 100%;
}
.page__flexcotent01-2{
  width: 50%;
  padding: 10px;
}
.page__flex02{
  display: flex;
}
.page__flexcotent02-1{
  width: 50%;
  position: relative;
  padding-bottom: 380px;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
.page__flexcotent02-1 iframe{
  width: 100%;
}
.page__flexcotent02-2{
  width: 100%;
  background: #3188e9;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.page__des{
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 40px;
  padding: 10px 0;
}
.service__list {
  display: flex;
  flex-wrap: wrap;
}
.service__listBox01{
width: 50%;
}
.service__listBox02{
width: 50%;
}
.service__listTtl{
  background: #3188e9;
  text-align: center;
  border: solid 0.5px #fff;
  color: #fff;
  padding: 20px;
}
.service__listContent{
  background: #efefef;
  border: solid 0.5px #fff;
  color: #3188e9;
  padding: 20px;
}
.page__box05{
    padding: 30px 0 30px 0;
    min-width: 1100px;
}
@media screen and (max-width: 768px) {
  .page__box01{
    padding:30px 20px;
      min-width: unset;
  }
  .page__ttl01{
    text-align: center;
    padding: 0 20px 30px 20px;
  }
  .page__text01{
     font-size: 20px;
     line-height: 40px;
  }
  .page__table01 {
    width: 100%;
  }
  .page__table01 tr {
    display: block;
    float: left;
    width: 100%;
  }
  .page__table01 td {
    border: none;
      width: 100%;
    }
    .page__table01 th{
      display: none;
    }
    .page__table01 td {
  		border-bottom: none;
      border: none;
      display: block;
      position: relative;
      width: 100%;
      margin-top: 58.4px;
  }
  .page__table01 td:first-child:before {
    content: "サービス料金";
    background: #3188e9;
    box-sizing: border-box;
    color: #fff;
    padding: 20px 0;
    width: 50%;
    text-align: center;
    position: absolute;
    top: -58.4px;
    left: 0;
    display: block;
    width: 100.3%;
  }
  .page__table01 td:nth-child(2):before {
    content: "対応デバイス";
    background: #3188e9;
    box-sizing: border-box;
    color: #fff;
    padding: 20px 0;
    width: 50%;
    text-align: center;
    position: absolute;
    top: -58.4px;
    left: 0;
    display: block;
    width: 100.3%;
  }
 .page__box02{
    padding:30px 20px;
    min-width: unset;
  }
  .page__flex01{
    display: block;
  }
  .page__subttl01{
   color:#fff;
   line-height: 48px;
   font-size: 24px;
   padding-bottom: 40px;
  }
  .page__flexcotent01-1{
    width: 100%;
  }
  .page__flexcotent01-2{
    width: 100%;
    padding: 10px;
  }
  .page__flexcotent01-3{
    width: 100%;
  }
  .page__flexcotent01-4{
    width: 100%;
    padding: 10px;
  }
  .page__flex02{
    display: block;
  }
  .page__flexcotent02-1{
    width: 100%;
  }
  .page__flexcotent02-2{
    width: 100%;
    height: auto;
    padding: 20px 10px;
  }
  .page__flex03{
    display: block;
  }
  .page__flexcotent02-1{
    width: 100%;
  }
  .page__flexcotent02-2{
    width: 100%;
    height: auto;
    padding: 20px 10px;
  }
  .service__listBox01{
    width: 100%;
  }
  .service__listBox02{
    width: 100%;
  }
  .page__box05{
      padding: 30px 20px;
      min-width: unset;
  }
}

/* FAQ */
.page__faqBox{
  display: flex;
  padding-bottom: 40px;
}
.page__flexcotent03-1{
  width: 35%;
  font-size: 16px;
  color: #3188e9;
  padding: 15px 0 0 0;
  font-weight: bold;
}
.page__flexcotent03-2{
  width: 70%;
}
.hidden_box {
    margin: 10px 0 10px 0;
    padding: 10px 0 10px 0;
    position: relative;
    border: 1px solid #d5d5d5;
	border-radius: 5px;
}

.hidden_box label {
    padding: 10px 40px 10px 45px;
    font-weight: bold;
    font-size: 16px;
	color: #000000;
    cursor :pointer;
    transition: .5s;
    display:block;

}

.hidden_box label::after {
    display: inline-block;
    position: absolute;
    top: 18px;
	right: 10px;
    font-family: FontAwesome;
	content: '\f067';
    font-size: 20px;
    padding-right: 5px;
    transition: 0.2s;
    color: #3176d5;
}

.hidden_box label::before {
	content: '';
	width: 22px;
	height: 22px;
	position: absolute;
	top: 18px;
	left: 15px;
	background-image: url(../img/subpage/q-icon.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.hidden_box label:hover {
    background: #ffffff;
}

.hidden_box input:checked ~ label:after {
     font-family: FontAwesome;
	content: '\f068';
     -webkit-transform: rotate(180deg);
     transform: rotate(180deg);
     color: #3176d5;
     right: 15px;
}

.hidden_box input {
    display: none;
}

.hidden_box .hidden_show {
    height: 0;
    padding: 0 0 0 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
    position: relative;

}

.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;

}
.answer_box{
	padding: 0 20px 0 43px;
	font-size: 16px;
	line-height: 1.8;

}
.answer_box:before {
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 12px;
	left: 15px;
	background-image: url(../img/subpage/a-icon.png);
	background-size: contain;
	vertical-align: middle;
}

.page__box03{
  padding: 70px 0 90px 0;
  min-width: 1100px;
  background-color: #efefef;
}
.page__ttl03{
    color:#39dbdb;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    padding-bottom:30px;
}
.page__flex04{
  display: flex;
  padding-bottom: 50px;
}
.page__flex04-2{
  display: flex;
  padding-bottom: 50px;
}
.page__flex04 img,
.page__flex04-2 img{
  max-width: 100%;
}
.page__flexcotent04-1{
  width: 50%;
  font-size: 16px;
  line-height: 28px;
  padding-right: 2%;
}
.page__flexcotent04-2{
  text-align: center;
}
.page__flexcotent04-3{
  text-align: center;
}
.page__flexcotent04-4{
  width: 50%;
  font-size: 16px;
  line-height: 28px;
  padding-left: 2%;
}
.page__text03{
  font-size: 16px;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .page__box03{
    padding:30px 20px;
      min-width: unset;
  }
  .page__ttl03{
      font-size: 22px;
      line-height: 32px;
  }
  .page__flex04{
    display: block;
  }

  .page__faqBox{
    display: block;
    padding-bottom: 20px;
  }
  .page__flexcotent03-1{
    width: 100%;
  }
  .page__flexcotent03-2{
    width: 100%;
  }
  .page__flex04-2{
    display: block;
  }
  .page__flexcotent04-1,
  .page__flexcotent04-4{
    width: 100%;
    padding: 0 5px 0 5px;
  }
  .page__flexcotent04-2,
  .page__flexcotent04-3{
    width: 100%;
    padding: 0 0 20px 0;
  }
	.page__text03{
	 padding: 0 5px 0 5px;
	}
}

/*　資源　*/
.page__group01{
  display: flex;
  flex-wrap: wrap;
}
.page__area01{
  width: 50%;
  padding: 30px 0;
  text-align: center;
}
.page__area02{
  width: 50%;
  padding: 30px 0;
  text-align: center;
}
.page__area03{
  width: 100%;
  padding: 20px 0;
  text-align: center;
}
.page__area01 img,
.page__area02 img,
.page__area03 img{
  max-width: 100%;
}
.page__subttl02{
  color:#3188e9;
  font-size: 18px;
  padding: 30px 0;
  font-weight: bold;

}
.page__img01{
  text-align: center;
  padding: 50px 0;
}
.page__img01 img{
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .page__area01,
  .page__area02{
    width: 100%;
  }
}

/* page__box04　*/
.page__box04{
    padding: 70px 0 90px 0;
    position: relative;
    min-width: 1100px;
}
.page__box04__box{
  display: flex;
  padding: 30px 0;
  flex-wrap: wrap;
}
.page__box04__img {
  width:25%;
  padding: 10px;
}
.page__box04__img img{
  width:100%;
}
.page__box04__box{
  display: flex;
  padding: 30px 0;
}
.page__box04__subttl{
 color:#fff;
 text-align: center;
}
.page__box04__subttl img{
  max-width: 100%;
}
.page__box04__text{
  font-size: 18px;
  line-height: 28px;
  padding: 40px;
   text-align: center;
}
@media screen and (max-width: 768px) {
  .page__box04{
      min-width: unset;
      padding: 30px 20px;
  }
  .page__box04__img{
    width: 50%;
  }
  .page__box04__textbox{
    width: 100%;
    padding:0;
  }
  .page__box04__subttl{
   line-height: 30px;
   font-size: 24px;
   padding: 10px 0;
  }
  .page__box04__subttl02{
   line-height: 30px;
   font-size: 24px;
   padding: 10px 0;
  }
  .page__box04__btn {
    text-align: center;
  }
	.page__box04__text{
	padding: 30px 5px 30px 5px;
	}
}



.page__flex06{
	display:flex;
	padding: 30px 0 0 0;
}

.page__box06{
	width: 50%;
	text-align: center;
	padding: 10px 0 10px 0;
}

.page__box06 img{
	max-width: 100%;
}

@media screen and (max-width: 768px) {
  .page__flex06{
    display: block;
    padding: 0 0 10px 0;
  }
  .page__box06{
	width: 100%;
	text-align: center;
	padding: 10px 0 10px 0;
	}
}

/* トップページ以外 */
#gNavi{background:#fff}
