@charset "UTF-8";
.pink {
  color: #e57fb0;
}


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */

a {
  color: #00a0e9;
}

a:hover {
  opacity: 0.8;
}


/*--------------------------------
layout
---------------------------------*/

#pagetitle {
  background: url(../images/03_priceplan_03/bg_priceplan.jpg) no-repeat;
  background-size: cover;
  padding: 80px 0;
}

#pagetitle h1 {
  text-align: center;
  font-weight: normal;
  font-size: 38px;
  line-height: 1;
}

.visual {
  margin: 70px auto;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 70%, #ccecfb 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 70%, #ccecfb 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 70%, #ccecfb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ccecfb', GradientType=0);
  z-index: 800;
}

.visual .inner {
  /* position: relative; */
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  z-index: 800;
}

.visual .inner img {
  width: 100%;
}

@media (max-width: 767px) {
  .visual .inner {
    padding-bottom: 20px;
  }
}

article {
  /* position: relative; */
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  z-index: 800;
}

article .priceplan {
  margin: 120px auto;
}

article .priceplan .info {
  text-align: right;
  margin-bottom: 30px;
}

article .priceplan .inner {
  margin-top: 100px;
  margin-bottom: 100px;
}

article .priceplan .inner h2 {
  font-size: 32px;
  line-height: 52px;
  font-weight: normal !important;
  text-align: center;
  color: #00a0e9;
  margin-bottom: 62px;
}

article .priceplan .inner h3 {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  background: #00a0e9;
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
  margin-bottom: 60px;
}
article .priceplan .inner h3.subheading {
  color: #00a0e9;
  font-weight: bold;
  background-color: inherit;
}

article .priceplan .inner .image {
  margin-bottom: 60px;
}

article .priceplan .inner .image img {
  /*width: 100%;*/
}

article .priceplan .basic {
  border: 1px solid #00a0e9;
}

article .priceplan .basic .inner {
  margin-top: 0;
}

@media (max-width: 767px) {
  .priceplan {
    margin: 0 auto !important;
  }
  .priceplan .inner {
    margin-top: 0 !important;
    margin-bottom: 36px !important;
  }
  .priceplan .inner h2 {
    font-size: 20px !important;
    line-height: 32px !important;
    margin-bottom: 12px !important;
  }
  .priceplan .inner h3 {
    font-size: 18px !important;
    margin-bottom: 22px !important;
  }
  article .priceplan .basic {
    margin-bottom: 36px;
  }
}

@media (max-width: 767px) {
  .priceplan .image {
    margin-bottom: 20px !important;
  }
  .priceplan .image img {
    width: 100%;
  }
}

.col5, .col4 {
  text-align: center;
  border-radius: 10px;
  padding: 20px;
  margin: 5px;
}

.col5 img, .col4 img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .row {
    display: flex;
    flex-wrap: wrap;
  }
  .row.option {
    width: 815px;
    margin: auto;
    justify-content: center;
  }
  .col5 {
    width: 18% !important;
  }
  .col4 {
    width: 22% !important;
    margin-bottom: 40px;
  }
}

@media (min-width: 425px) {
  .row {
    display: flex;
    flex-wrap: wrap;
  }
  .row.center {
    justify-content: center
  }
  .col5, .col4 {
    width: 30%;
  }
}

.btn {
  display: inline-block;
  line-height: 1;
  background: #e57fb0;
  padding: 15px 86px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
}

.btn:before {
  content: url(../images/03_priceplan_03/icon_price_arrow.png);
  position: relative;
  bottom: 0;
  margin-right: 12px;
}

@media (max-width: 767px) {
  .btn {
    width: 100%;
    padding: 15px 12px !important;
  }
}

.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.container .inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .container .inner {
    padding: 0 !important;
  }
}


/*--------------------------------
section
---------------------------------*/


/*--------------------------------
Main layout
---------------------------------*/

.tac {
  text-align: center !important;
}

@media (min-width: 768px) {
  .pcNone {
    display: none;
  }
}

@media (max-width: 767px) {
  .spNone {
    display: none;
  }
}

table {
  width: 100%;
  border: none;
}

table tr {
  border-top: #aeaeae dashed 1px;
}

table tr:nth-child(5) {
  border-bottom: #aeaeae dashed 1px;
}

table th, table td {
  padding-top: 24px;
  padding-bottom: 24px;
}

th {
  text-align: left !important;
  padding-left: 24px !important;
}

th:before {
  content: url(../images/09_company_01/icon_listmark.png);
  position: relative;
  bottom: 0;
  margin-right: 12px;
}


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* Self Clearing Goodness */

.optionBox:after, .absolute:after, .container:after, .row:after, .cf {
  padding-left: 0 !important;
  content: "";
  display: table;
  clear: both;
}