@charset "utf-8";

.gray_box {
  background: #f3f3f3;
}

.blue_box {
  background: #e1f2f4;
}

.text_s {
  font-size: 80%;
}

.h2_wph {
  background: url(../img/wp-hosting/bg_h.png) no-repeat center bottom;
  background-size: 165px auto;
  margin: 0 0 50px;
  padding: 100px 0 40px;
  font-size: 3.8rem;
  color: #000;
  text-align: center;
}

.btn_application a {
  display: block;
  background: #ffaf3d;
  width: 480px;
  text-align: center;
  padding: 30px 0;
  margin: 0 auto 100px;
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
}

.btn_application a:hover {
  background: #ffcd55;
}

/* Pagrtitile MV */
.h1_wph_box {
  background: url(../img/wp-hosting/bg_mv.png) no-repeat center center;
  background-size: cover;
  margin: 52px 0 80px;
  color: #fff;
}

.h1_wph_box_inner {
  width: 1170px;
  margin: 0 auto;
  position: relative;
}

.h1_wph_box h1 {
  font-size: 3.8em;
  line-height: 1.4em;
  padding: 80px 0 0;
}

.sub_copy {
  font-size: 1.6em;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 5px 0;
  margin: 20px 0 80px;
  text-align: center;
  display: inline-block;
  width: 480px;
}

.img_mv {
  position: absolute;
  width: 514px;
  height: auto;
  top: 0;
  right: -50px;
}

/* read_box  */
.read_box {
  position: relative;
  background: url(../img/wp-hosting/bg_read_left.png) no-repeat left 250px;
  background-size: 190px auto;
  min-width: 1170px;
}

.read_box_inner {
  position: relative;
  background: url(../img/wp-hosting/bg_read_right.png) no-repeat right 50px;
  background-size: 197px auto;
  min-width: 1170px;
}

.wph_read_head {
  background: url(../img/wp-hosting/img_cloud.png) no-repeat top center;
  background-size: 100px auto;
  text-align: center;
  padding: 145px 0 0;
}

.wph_read_head_text {
  font-size: 1.8rem;
  color: #198b99;
  margin: 0 0 20px;
}

.wph_read_head_h2 {
  font-size: 3.8rem;
  color: #000;
  margin: 0 0 75px;
}

.wph_read_text {
  margin: 0 auto 30px;
  width: 780px;
  font-size: 1.6rem;
}

.wph_read_text p {
  margin: 0 0 25px;
}

/* point_box */
.point_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 100px 0 0;
}

.point_h {
  background: #198b99;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 280px;
  margin: 0 0 20px;
}

.point_h h2 {
  font-size: 2.8rem;
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #fff;
  width: 70%;
}

.point_item {
  background: #fff;
  width: 280px;
  margin: 0 0 20px;
  padding: 30px;
  box-sizing: border-box;
}

.point_item h3 {
  color: #198b99;
  font-size: 1.8rem;
  text-align: center;
  margin: 0 0 20px;
}

.point_img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  height: 140px;
}

.img_fullmanaged {
  width: 145px;
  height: auto;
}

.img_version {
  width: 130px;
  height: auto;
}

.img_ssl {
  width: 65px;
  height: auto;
}

.img_security {
  width: 76px;
  height: auto;
}

.img_gap {
  width: 89px;
  height: auto;
}

.img_cdn {
  width: 144px;
  height: auto;
}

.img_scalability {
  width: 145px;
  height: auto;
}

.point_other {
  width: 100%;
  background: #fff;
  padding: 20px 30px;
  margin: 0 0 100px;
}

.point_other span {
  color: #198b99;
  font-size: 1.8rem;
  margin: 0 20px 0 0;
}

/* type_box */
.type_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0 30px;
}

.type_box_item {
  border-right: 1px solid #e6e6e6;
  width: 390px;
  padding: 40px 0;
  box-sizing: border-box;
}

.type_box_item:last-child {
  border-right: none;
}

.type_box_item h3 {
  color: #198b99;
  font-size: 2.2rem;
  margin: 0 0 40px;
  text-align: center;
}

.type_box_item p {
  background: url(../img/wp-hosting/ico_check.png) no-repeat left 5px;
  background-size: 21px auto;
  margin: 0 0 20px 40px;
  padding: 0 0 0 30px;
}

.type_box_item:first-child p {
  margin: 0 40px 20px 0;
}

/* price */
.price_box {
  padding: 0 0 100px;
}

.price_table {
  width: 380px;
  background: #fff;
  box-sizing: border-box;
}

.price_table th,
.price_table td {
  box-sizing: border-box;
}

.price_table thead th {
  text-align: center;
  font-size: 1.8rem;
  padding: 20px 0;
  color: #fff;
  font-weight: normal;
}

.price_table thead td {
  text-align: center;
  padding: 30px 0 0;
  line-height: 2.8em;
}

.price_table thead tr:last-child td {
  padding: 15px 0 30px;
}

.price_table thead td span {
  text-align: center;
  font-size: 3.8rem;
  color: #ffaf3d;
  font-weight: normal;
}

.price_table tbody th {
  padding: 10px 15px;
  width: 58%;
  font-weight: normal;
  text-align: left;
}

.price_table tbody td {
  text-align: center;
  padding: 10px 0;
  font-size: 1.6rem;
  font-weight: bold;
  width: 42%;
}

.price_table tbody tr:nth-child(odd) th {
  background: #ededed;
}

.price_table tbody tr:nth-child(even) th {
  background: #f6f6f6;
}

.price_table tbody tr:nth-child(odd) td {
  background: #f6f6f6;
}

.basic_plan {
  border: 2px solid #348e99;
  float: left;
  margin: 0 15px 0 0;
}

.basic_plan thead th {
  background: #348e99;
}

.silver_plan {
  border: 2px solid #136771;
  float: left;
}

.silver_plan thead th {
  background: #136771;
}

.gold_plan {
  border: 2px solid #aea253;
  float: right;
}

.gold_plan thead th {
  background: #aea253;
}

/* qa_box */
.qa_box {
  width: 1070px;
  padding: 0 0 100px;
}

.qa_item {
  margin: 0 0 30px;
}

.q_text {
  background: #348e99;
  color: #fff;
  padding: 15px 60px;
  position: relative;
}

.q_text span {
  position: absolute;
  left: 20px;
  font-size: 2.8rem;
  vertical-align: middle;
}

.q_text::after,
.q_text.active::after {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 3rem;
}

.q_text.active::after {
  content: "ー";
}

.q_text::after {
  content: "＋";
}

.a_text {
  display: none;
  border: 1px solid #e6e6e6;
  padding: 40px;
}

.logo {
  width: 500px;
  height: auto;
  margin: 0 auto 50px;
  text-align: center;
}

.logo img {
  width: 100%;
  height: auto;
}

/* ===============================================
スマホ版のみ
=============================================== */

@media screen and (max-width: 767px) {
  .h1_wph_box {
    margin: 52px 0 50px;
  }

  .h1_wph_box_inner {
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
  }

  .h1_wph_box h1 {
    font-size: 1.8rem;
    line-height: 1.6em;
    padding: 40px 0 0;
  }

  .sub_copy {
    font-size: 1.2rem;
    padding: 2px 5px;
    margin: 10px 0 40px;
    width: auto;
  }

  .img_mv {
    position: absolute;
    width: 120px;
    height: auto;
    top: 0;
    right: 0;
  }

  .h2_wph {
    margin: 0 0 30px;
    padding: 60px 0 20px;
    font-size: 2.2rem;
  }

  .btn_application a {
    width: 90%;
    padding: 20px 0;
    margin: 0 auto 60px;
  }

  /* read_box  */
  .read_box {
    background: none;
    min-width: 100%;
  }

  .wph_read_head {
    background-size: 70px auto;
    padding: 110px 0 0;
  }

  .read_box_inner {
    background: none;
    min-width: 100%;
  }

  .wph_read_text {
    margin: 0 auto 30px;
    width: 100%;
  }

  .wph_read_head_text {
    font-size: 1.6rem;
  }

  .wph_read_head_h2 {
    font-size: 2.2rem;
    margin: 0 0 40px;
  }

  /* point_box  */
  .point_box {
    display: inherit;
    padding: 0;
  }

  .point_h {
    display: none;
  }

  .point_item {
    width: 100%;
    padding: 20px;
  }

  .point_other {
    width: auto;
    margin: 0 0 60px;
  }

  .point_other span {
    text-align: center;
    display: block;
    margin: 0;
  }

  /* type_box */
  .type_box {
    display: inherit;
    padding: 0;
  }

  .type_box_item {
    border-bottom: 1px solid #e6e6e6;
    border-right: none;
    width: 100%;
    padding: 40px 0 20px;
  }

  .type_box_item:first-child {
    padding: 0 0 20px;
  }

  .type_box_item:last-child {
    border-bottom: none;
  }

  .type_box_item h3 {
    font-size: 1.8rem;
    margin: 0 0 20px;
  }

  .type_box_item p {
    margin: 0 0 20px;
    padding: 0 0 0 30px;
  }

  .type_box_item:first-child p {
    margin: 0 0 20px;
  }

  /* price_box */
  .price_box {
    padding: 0 0 60px;
  }

  .basic_plan,
  .silver_plan {
    float: none;
    margin: 0 0 30px;
  }

  .gold_plan {
    float: none;
    margin: 0 0 10px;
  }

  .price_table {
    width: 100%;
  }

  /* qa_box */
  .qa_box {
    width: 90%;
    padding: 0 0 30px;
  }

  .a_text {
    padding: 20px;
  }

  .q_text {
    padding: 15px 45px;
  }

  .q_text span {
    left: 15px;
    font-size: 2.2rem;
  }

  .q_text::after,
  .q_text.active::after {
    font-size: 1.8rem;
  }

  .logo {
    width: 100%;
    height: auto;
  }
}
