@charset "UTF-8";

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　事業案内   GS定額プラン

–––––––––––––––––––––––––––––––––––––––––––––––––– */
#gsplan .int-lead {
  text-align: center;
  font-size: 3.4rem;
  font-weight: 700;
}

#gsplan .intro {
  /*    border: 1px solid #333;*/
  width: 1000px;
  margin: 0 auto;
	padding-bottom: 50px;
}

#gsplan .intro dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#gsplan .intro dl dt {
  width: 190px;
}

#gsplan .intro dl dt .batch {
  width: 190px;
  height: 190px;
  background: #ffff00;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #00a0e7;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 150%;
}

#gsplan .intro dl dd {
  /*    border: 1px solid #333;*/
  width: 78%;
}

#gsplan .intro dl dd .lead {
  font-size: 3.8rem;
  line-height: 140%;
  font-weight: bold;
}

#gsplan .intro dl dd .lead span {
  color: #00a0e7;
}

#gsplan .intro dl dd .sublead {
  display: none;
}

#gsplan .intro dl dd .sublead {
  font-size: 2.4rem;
  line-height: 140%;
  font-weight: bold;
  letter-spacing: 3px;
}

#gsplan .intro dl dd .sublead span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(50%, #ffff00));
  background: linear-gradient(transparent 70%, #ffff00 50%);
  padding: 0 0.1em;
}

#gsplan .bt-gs {
  width: 540px;
  text-align: center;
  border: 4px solid #00a0e6;
  font-size: 2.4rem;
  margin: 40px auto 120px auto;
}
#gsplan .bt-gs i {
  font-size: 1.5em;
  vertical-align: -5px;
  margin-right: 10px;
}
#gsplan .bt-gs a {
  display: block;
  padding: 3% 0;
}
#gsplan .bt-gs a:hover {
  color: #FFF;
  background: #00a0e6;
}

#gsplan .bt-box {
  width: 830px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 60px;
}
#gsplan .bt-box .bt {
  width: 100%;
  text-align: center;
  font-size: 2.4rem;
}
#gsplan .bt-box .bt a {
  display: block;
  background: #333;
  padding: 4% 0;
  color: #FFF;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#gsplan .bt-box .bt a:hover {
  background: #00a0e6;
}
#gsplan .bt-box .bt i {
  font-size: 1.8em;
  vertical-align: -6px;
  margin-right: 10px;
}
#gsplan .bt-box .hand-l {
  width: 85px;
  width: 115px;
  position: absolute;
  top: -40px;
  left: -40px;
}
#gsplan .bt-box .hand-l img {
  width: 100%;
  height: auto;
}
#gsplan .bt-box .hand-r {
  width: 85px;
  width: 115px;
  position: absolute;
  top: -40px;
  right: -40px;
}
#gsplan .bt-box .hand-r img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
#gsplan .bt-box .anm1 {
  -webkit-animation: anm1 1.5s linear infinite;
          animation: anm1 1.5s linear infinite;
}
@-webkit-keyframes anm1 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    margin-left: 10px;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes anm1 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    margin-left: 10px;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
#gsplan .bt-box .anm2 {
  -webkit-animation: anm2 1.5s linear infinite;
          animation: anm2 1.5s linear infinite;
}
@-webkit-keyframes anm2 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    margin-right: 10px;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes anm2 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    margin-right: 10px;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

/*　
----------------------------------------------------*/
#gsplan #sec4 {
  margin-bottom: 150px;
}
#gsplan #sec4 .wbox {
  background: #FFF;
  padding: 5%;
}
#gsplan #sec4 .linebox {
  border: 7px solid #e8e6e6;
  padding: 7%;
}
#gsplan #sec4 .mds1 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 25px;
}
#gsplan #sec4 .mds2 {
  text-align: center;
  font-size: 2.4rem;
  margin: 60px 0 30px 0;
}

#gsplan #sec4 .set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#gsplan #sec4 .set .photo {
  width: 40%;
}
#gsplan #sec4 .set .detail {
  width: 50%;
  font-size: 1.8rem;
  border-top: 1px solid #CCC;
}
#gsplan #sec4 .set .detail li {
  border-bottom: 1px solid #CCC;
  padding: 1.7% 0;
}

/*　 よくある質問
----------------------------------------------------*/
#gsplan #sec5 {
  margin-bottom: 80px;
}

#gsplan #sec5 .cons {
  position: relative;
}

#gsplan #sec5 .sec-tit {
  position: absolute;
  left: 0;
  top: 0;
}
#gsplan #sec5 .sec-tit h4 {
  color: #00a0e6;
  font-size: 3.6rem;
  letter-spacing: 2px;
}
#gsplan #sec5 .sec-tit .en1 {
  font-size: 2.4rem;
  color: #333;
  letter-spacing: 2px;
  width: 100%;
  margin-bottom: 15px;
}

#gsplan #sec7 .sec-tit:after {
  content: "";
  width: 40px;
  height: 3px;
  background-color: #333;
  margin-top: 25px;
  position: absolute;
  left: 0;
  top: auto;
  bottom: -30px;
}

/*　 アコーディオン部分
----------------------------------------------------*/
#gsplan .accordion-container {
  margin: 0 0 0 auto;
  border-bottom: 1px solid #CCC;
  width: 70%;
}

#gsplan .accordion-container .accordion-title {
  position: relative;
  padding: 4% 2%;
  padding-right: 70px;
  padding-left: 50px;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  cursor: pointer;
  border-top: 1px solid #CCC;
  background-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 145%;
}

#gsplan .accordion-container .accordion-title:hover,
#gsplan .accordion-container .accordion-title:active,
#gsplan .accordion-title.open {
  /*  background-color: #00aaa7;*/
  color: #00a0e6;
}

#gsplan .accordion-container .accordion-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 22px;
  height: 2px;
  /*縦線に*/
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background: #999;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#gsplan .accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  /*横線*/
  width: 22px;
  height: 2px;
  background: #999;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#gsplan .accordion-container .accordion-title.open::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#gsplan .accordion-container .accordion-title.open::after {
  opacity: 0;
}

#gsplan .accordion-content {
  background: #FFF;
  padding: 6%;
  border-radius: 10px;
  margin-bottom: 6%;
  line-height: 180%;
}

#gsplan .accordion-content .note {
  font-size: 14px;
  color: #333;
  line-height: 150%;
  margin-top: 10px;
}

#gsplan .accordion-title span {
  position: relative;
}

#gsplan .accordion-title span:before {
  content: "";
  width: 20px;
  height: 2px;
  display: inline-block;
  background-color: #00a0e6;
  position: absolute;
  top: 50%;
  left: -40px;
}
#p-ser.gs #sec3 {
    margin-bottom: 170px;
}

/************************************************************************************

　スマホ設定

*************************************************************************************/
@media screen and (max-width: 670px) {
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

 
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　事業案内   GS定額プラン

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  #gsplan .int-lead {
    font-size: 1.6rem;
  }
  #gsplan .intro {
    width: 90%;
    margin: 0 auto;
	  padding-bottom: 50px;
  }
  #gsplan .intro dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #gsplan .intro dl dt {
    width: 20%;
  }
  #gsplan .intro dl dt .batch {
    width: 70px;
    height: 70px;
    background: #ffff00;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    color: #00a0e7;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 150%;
  }
  #gsplan .intro dl dd {
    /*    border: 1px solid #333;*/
    width: 76%;
  }
  #gsplan .intro dl dd br {
    display: none;
  }
  #gsplan .intro dl dd .lead {
    font-size: 1.5rem;
    line-height: 140%;
    font-weight: bold;
  }
  #gsplan .intro dl dd .lead span {
    color: #00a0e7;
  }
  #gsplan .intro dl dd .sublead {
    font-size: 1.3rem;
    line-height: 140%;
    font-weight: bold;
    letter-spacing: 0px;
    margin-top: 5px;
  }
  #gsplan .intro dl dd .sublead span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(50%, #ffff00));
    background: linear-gradient(transparent 70%, #ffff00 50%);
    padding: 0 0.1em;
  }
  #gsplan .bt-gs {
    width: 90%;
    border: 2px solid #00a0e6;
    font-size: 1.6rem;
    margin: 20px auto 60px auto;
  }
  #gsplan .bt-gs i {
    font-size: 1.5em;
    vertical-align: -5px;
    margin-right: 10px;
  }
  #gsplan .bt-gs a {
    display: block;
    padding: 3% 0;
  }
  #gsplan .bt-gs a:hover {
    color: #FFF;
    background: #00a0e6;
  }
  #gsplan .bt-box {
    width: 90%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 30px;
  }
  #gsplan .bt-box .bt {
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
  }
  #gsplan .bt-box .bt a {
    display: block;
    background: #333;
    padding: 5% 0;
    color: #FFF;
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 140%;
  }
  #gsplan .bt-box .bt a:hover {
    background: #00a0e6;
  }
  #gsplan .bt-box .bt i {
    font-size: 1.8em;
    vertical-align: -3px;
    margin-right: 2px;
  }
  #gsplan .bt-box .hand-l {
    width: 40px;
    position: absolute;
    top: -20px;
    left: -20px;
  }
  #gsplan .bt-box .hand-l img {
    width: 100%;
    height: auto;
  }
  #gsplan .bt-box .hand-r {
    width: 40px;
    position: absolute;
    top: -20px;
    right: -20px;
  }
  #gsplan .bt-box .hand-r img {
    width: 100%;
    height: auto;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  #gsplan .bt-box .anm1 {
    -webkit-animation: anm1 1.5s linear infinite;
            animation: anm1 1.5s linear infinite;
  }
  @-webkit-keyframes anm1 {
    0% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    50% {
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
      margin-left: 5px;
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  @keyframes anm1 {
    0% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    50% {
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
      margin-left: 5px;
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  #gsplan .bt-box .anm2 {
    -webkit-animation: anm2 1.5s linear infinite;
            animation: anm2 1.5s linear infinite;
  }
  @-webkit-keyframes anm2 {
    0% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    50% {
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
      margin-right: 5px;
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  @keyframes anm2 {
    0% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    50% {
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
      margin-right: 5px;
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  /*　
  ----------------------------------------------------*/
  #gsplan #sec4 {
    margin-bottom: 50px;
    width: 112%;
    margin-left: -6%;
  }
  #gsplan #sec4 .wbox {
    background: #FFF;
    padding: 10% 5%;
  }
  #gsplan #sec4 .linebox {
    border: 0px solid #e8e6e6;
    padding: 0%;
  }
  #gsplan #sec4 .mds1 {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  #gsplan #sec4 .mds2 {
    text-align: center;
    font-size: 1.5rem;
    margin: 30px 0 10px 0;
  }
  #gsplan #sec4 .set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #gsplan #sec4 .set .photo {
    width: 100%;
    margin-bottom: 20px;
  }
  #gsplan #sec4 .set .detail {
    width: 100%;
    font-size: 1.3rem;
    border-top: 1px solid #CCC;
  }
  #gsplan #sec4 .set .detail li {
    border-bottom: 1px solid #CCC;
    padding: 1.7% 0;
  }
  /*　 よくある質問
  ----------------------------------------------------*/
  #gsplan #sec5 {
    margin-bottom: 60px;
  }
  #gsplan #sec5 .cons {
    position: relative;
  }
  #gsplan #sec5 .sec-tit {
    position: static;
    margin-bottom: 15px;
  }
  #gsplan #sec5 .sec-tit h4 {
    color: #00a0e6;
    font-size: 2rem;
    letter-spacing: 2px;
  }
  #gsplan #sec5 .sec-tit .en1 {
    font-size: 1.6rem;
    color: #333;
    letter-spacing: 2px;
    width: 100%;
    margin-bottom: 5px;
  }
  #gsplan #sec7 .sec-tit:after {
    content: "";
    width: 40px;
    height: 3px;
    background-color: #333;
    margin-top: 25px;
    position: absolute;
    left: 0;
    top: auto;
    bottom: -30px;
  }
  /*　 アコーディオン部分
  ----------------------------------------------------*/
  #gsplan .accordion-container {
    margin: 0 0 0 auto;
    border-bottom: 1px solid #CCC;
    width: 100%;
  }
  #gsplan .accordion-container .accordion-title {
    position: relative;
    padding: 4% 2%;
    padding-right: 70px;
    padding-left: 40px;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    border-top: 1px solid #CCC;
    background-size: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 145%;
  }
  #gsplan .accordion-container .accordion-title:hover,
  #gsplan .accordion-container .accordion-title:active,
  #gsplan .accordion-title.open {
    /*  background-color: #00aaa7;*/
    color: #00a0e6;
  }
  #gsplan .accordion-container .accordion-title::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 12px;
    height: 2px;
    /*縦線に*/
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    background: #999;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #gsplan .accordion-container .accordion-title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    /*横線*/
    width: 12px;
    height: 2px;
    background: #999;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #gsplan .accordion-container .accordion-title.open::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #gsplan .accordion-container .accordion-title.open::after {
    opacity: 0;
  }
  #gsplan .accordion-content {
    background: #FFF;
    padding: 6%;
    border-radius: 10px;
    margin-bottom: 6%;
    line-height: 180%;
  }
  #gsplan .accordion-content .note {
    font-size: 14px;
    color: #333;
    line-height: 150%;
    margin-top: 10px;
  }
  #gsplan .accordion-title span {
    position: relative;
  }
  #gsplan .accordion-title span:before {
    content: "";
    width: 10px;
    height: 2px;
    display: inline-block;
    background-color: #00a0e6;
    position: absolute;
    top: 50%;
    left: -40px;
  }
		#p-top.gs .vis {
    height: 60vh;
}
}
