@charset "utf-8";
/*---------------------- mainVisual ----------------------*/
#contents .mainVisual {
  position: relative;
  padding: calc(555 / 2600 * 100%) 0 0;
  background-image: url(../images/main_visual01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0 0 75px;
}
#contents h1 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
}
#contents h1::before {
  margin: 0 auto;
}
#contents h1 .jp {
  font-size: 36px;
  font-weight: 700;
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #contents .mainVisual {
    padding: 28% 0 0;
    margin: 0;
  }
  #contents h1 .en {
    font-size: 12px;
  }
  #contents h1 .jp {
    font-size: 30px;
    line-height: 1.2;
  }
}
/*---------------------- callingPlanDesc ----------------------*/
#contents .callingPlanDesc {
  max-width: 1050px;
  margin: 0 auto 75px;
  background-color: #FFF;
  border-radius: 10px;
  padding: 40px 55px 50px;
  box-sizing: border-box;
}
#contents .callingPlanDesc .title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.65;
  text-align: center;
  margin: 0 0 60px;
}
#contents .callingPlanDesc .title .highlight {
  font-weight: 700;
  color: #139D8D;
}
#contents .callingPlanDescInner .container {
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  padding: 0 0 40px;
}
#contents .callingPlanDescInner .container h2 {
  text-align: center;
  color: #FFF;
  border-radius: 10px 10px 0 0;
  padding: 20px 0 15px;
  margin: 0 0 35px;
  position: relative;
}
#contents .callingPlanDescInner .container.minutes10 h2 {
  background-color: #139D8D;
}
#contents .callingPlanDescInner .container.unlimited h2 {
  background-color: #FFAA11;
}
#contents .callingPlanDescInner .container h2 .en {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.135em;
  display: block;
}
#contents .callingPlanDescInner .container h2 .jp {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.11em;
  display: block;
}
#contents .callingPlanDescInner .container h2 .icon img {
  display: block;
}
#contents .callingPlanDescInner .container.minutes10 h2 .icon {
  position: absolute;
  left: 5px;
  bottom: 0;
}
#contents .callingPlanDescInner .container.unlimited h2 .icon {
  position: absolute;
  right: -10px;
  bottom: 0;
}
#contents .callingPlanDescInner .container .text1 {
  font-size: 14px;
  line-height: 1.9;
  color: #3B4043;
  text-align: center;
  margin: 0 35px 15px;
}
#contents .callingPlanDescInner .container h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 15px 20px;
  font-size: 15px;
  font-weight: 700;
}
#contents .callingPlanDescInner .container.minutes10 h3 {
  color: #139D8D;
}
#contents .callingPlanDescInner .container.unlimited h3 {
  color: #FFAA11;
}
#contents .callingPlanDescInner .container h3:before, #contents .callingPlanDescInner .container h3:after {
  border-top: 1px solid #DFE1EA;
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#contents .callingPlanDescInner .container h3:before {
  margin-right: 10px;
}
#contents .callingPlanDescInner .container h3:after {
  margin-left: 10px;
}
#contents .callingPlanDescInner .container ul {
  font-size: 15px;
  letter-spacing: 0.015em;
  color: #646464;
  list-style: none;
  margin: 0 30px;
}
#contents .callingPlanDescInner .container ul li {
  margin: 0 0 10px;
  padding-left: 25px;
  position: relative;
}
#contents .callingPlanDescInner .container ul li:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  top: 50%;
  margin-top: -6px;
  left: 0;
}
#contents .callingPlanDescInner .container.minutes10 ul li:before {
  background-color: #139D8D;
}
#contents .callingPlanDescInner .container.unlimited ul li:before {
  background-color: #FFAA11;
}
@media screen and (min-width: 768px) {
  #contents .callingPlanDescInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #contents .callingPlanDescInner .container {
    width: 458px;
  }
}
@media screen and (max-width: 767px) {
  #contents .callingPlanDesc {
    margin: 0 0 30px;
    border-radius: 0;
    padding: 20px 0 30px;
  }
  #contents .callingPlanDesc .title {
    font-size: 18px;
    margin: 0 0 75px;
  }
  .callingPlanDescInner {
    margin: 0 6%;
  }
  #contents .callingPlanDescInner .container {
    padding: 0 0 30px;
  }
  #contents .callingPlanDescInner .container.minutes10 {
    margin: 0 0 70px;
  }
  #contents .callingPlanDescInner .container h2 {
    margin: 0 0 25px;
  }
  #contents .callingPlanDescInner .container.minutes10 h2 {
    padding: 15px 0 10px 75px;
  }
  #contents .callingPlanDescInner .container.unlimited h2 {
    padding: 15px 75px 10px 0;
  }
  #contents .callingPlanDescInner .container h2 .en {
    font-size: 10px;
  }
  #contents .callingPlanDescInner .container h2 .jp {
    font-size: 26px;
  }
  #contents .callingPlanDescInner .container.minutes10 h2 .icon img {
    width: 100px;
    height: auto;
  }
  #contents .callingPlanDescInner .container.unlimited h2 .icon img {
    width: 128px;
    height: auto;
  }
  #contents .callingPlanDescInner .container .text1 {
    font-size: 12px;
    margin: 0 20px 10px;
  }
  #contents .callingPlanDescInner .container h3 {
    margin: 0 15px 15px;
    font-size: 13px;
  }
  #contents .callingPlanDescInner .container ul {
    font-size: 12px;
    margin: 0 0 0 15px;
  }
  #contents .callingPlanDescInner .container ul li {
    margin: 0 0 5px;
    padding-left: 20px;
  }
  #contents .callingPlanDescInner .container ul li:before {
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
}