@charset "UTF-8";
html,
h1

/* ,
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video */
  {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

body {
  max-width: 100%;
  font-family: Meiryo, 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', sans-serif;
  color: #000000;
  text-align: center;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  margin-bottom: 180px;
}

a, input {
  outline: none !important;
}

img, input {
  vertical-align: bottom;
} */

/* Base
---------------------------------------------------------------- */
#base {
  max-width: 640px;
  min-width: 320px;
  margin: 0 auto;
}

#base img,
#base input {
  max-width: 100%;
}

.copy {
  padding: 5% 0 2%;
  color: #535759;
  margin-bottom: 0 !important;
  font-size: 1em;
}

.item_area ul {
  display: table;
}

.item_area ul li {
  display: table-cell;
  /*  width: 50%;*/
}

.c-cv_box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 3%;
  border: 5px solid #49cdca;
}

.c-cv_btm {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 3%;
}

.c-cv h2 {
  /*padding: 3%;
  background-color: #49cdca;*/
}

.c-cv .l-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3% 3% 0 3%;
}

.c-cv .l-inner p {
  margin: 3% auto 4.6%;
  width: 7%;
}

.c-cv_btn01 {
  margin-top: 3%;
  margin-bottom: 3%;
  display: block;
}

.c-cv_btn02 {
  margin-bottom: 3%;
  display: block;
}

.c-back {
  padding-top: 4.6%;
}

.c-back dl {
  margin: 0 auto 30px;
  width: 100%;
}

.c-back dd {
  margin-top: -15px;
  padding: 25px 10px 15px;
  border: 1px solid #535759;
  border-top: none;
  display: none;
}

.c-back dt {
  position: relative;
}

.c-back dt::after {
  content: "";
  margin: auto;
  width: 22px;
  height: 15px;
  background: url(../images/icon_open.png) no-repeat center/contain;
  position: absolute;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 16px;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.c-back dt.open::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.p-sec4 h2 {
  margin-bottom: 20px;
}

.p-sec5 h2 {
  margin-top: 40px;
}

.p-slider_wrap {
  overflow: hidden;
}

.p-slider img {
  margin: auto;
}

.fixbnr {
  max-width: 640px;
  width: 100%;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.fixbnr ul {
  display: table;
}

.fixbnr ul li {
  display: table-cell;
  vertical-align: middle;
  /*width: 50%;*/
}

@media screen and (max-width: 767px) {
  body {
    margin-bottom: 30vw;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .fixbnr {
    width: 70%;
  }
}

/* form css
---------------------------------------------------------------- */
.header {
  padding: 0;
}

#content {
  padding: 0;
}

#content p {
  padding: 0 5px;
}

#content h1 {
  margin-top: 0;
}

#content h2,
#content .goodsname {
  padding-top: 0;
}

#content .marginY20 {
  margin: 5px 0;
}

#content .planguide_n {
  margin: 10px 0;
  color: #4a4742;
}

#orderbtn {
  text-align: center;
  margin-bottom: 10px;
}

.tablebox {
  width: 90%;
  margin: 10px auto 20px auto;
  font-weight: bold;
}

table.iplist {
  border-collapse: collapse;
  margin: 5px auto;
}

table.iplist tr th,
table.iplist tr td {
  border: solid 1px #9b9b9b;
  padding: 6px;
}

table.iplist tr td {
  font-weight: normal;
}

table.iplist th {
  background-color: #f5f5f5;
}

.darktb {
  background-color: #d3d3d3;
}

th.centerth {
  text-align: center;
}

p.att {
  color: #a5a5a5;
  font-size: 90%;
  font-weight: normal;
  margin: 2px;
  padding: 0;
}