@charset "UTF-8";

html,
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,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
a,
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-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
  font-family: Hiragino Sans, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: middle;
}

p {
  margin: 0 0 1em;
}

.page-title {
  font-size: 32px;
  font-weight: 700;
  margin: 20px 0 0;
}

.wrapper {
  width: 100%;
  font-size: 16px;
  line-height: 1.6;
}

.wrapper__inner {
  width: 1020px;
  margin: auto auto 40px;
}

.wrapper h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #FFF;
  background-color: #ff9300;
  padding: 12px;
  margin: 0 0 12px;
}

.wrapper h2:not(:first-of-type) {
  margin-top: 40px;
}

.flowchart {
  margin: 20px 0;
}

.flowchart img {
  max-width: 100%;
  height: auto;
}

.consultation {
  text-align: center;
  margin: 40px 0 0;
}

.consultation__button {
  outline: none;
  border: none;
  display: inline-block;
  padding: 16px;
  margin: 0 0 30px;
  font-size: 18px;
  font-weight: 700;
  background-color: #C00;
  color: #FFF;
  box-shadow: 0 4px 0 0 #CCC;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
}

.consultation__button:active {
  transform: translateY(4px);
  box-shadow: none;
}

.consultation__freedial img {
  max-width: 100%;
  height: auto;
}

.point-list {
  font-size: 16px;
}

.point-list li {
  text-indent: -1em;
  margin-left: 1em;
}

.content__mainte {
  margin: 0 0 60px;
}

.content .caption {
  font-size: 12px;
}

.guide__button {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.guide__button--button {
  outline: none;
  border: none;
  display: inline-block;
  padding: 20px;
  margin: auto auto 30px;
  font-size: 24px;
  font-weight: 700;
  background-color: #00ACEA;
  color: #FFF;
  box-shadow: 0 6px 0 0 #0091C8;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
}

.wheel {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wheel dl {
  width: 30%;
}

.wheel dt {
  border: 1px solid #CCC;
  padding: 15px;
}

.wheel dt img {
  max-width: 100%;
  height: auto;
}

.wheel dd {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  margin: 8px 0 0;
}

.plan {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.plan div {
  width: 45%;
}

.landing__block--row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.landing__block--row:not(:first-of-type) {
  margin-top: 16px;
}

.landing__block--thumbnail {
  width: 65%;
  height: 100%;
  background-color: #EFEFEF;
}

.landing__block--thumbnail img {
  width: 100%;
  height: auto;
}

.landing__block--text {
  width: 33%;
  height: 100%;
}

.scroll_table {
  overflow: auto;
  white-space: nowrap;
  box-sizing: border-box;
}

.scroll_table table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 1020px;
  margin: 0 0 16px;
}

.scroll_table table th,
.scroll_table table td {
  padding: 5px 10px;
  border: 1px solid #CCC;
  border-collapse: separate;
  vertical-align: middle;
}

.scroll_table table thead th {
  font-size: 16px;
  background: #F5F5F5;
}

.scroll_table table thead tr {
  background-color: #F5F5F5;
  color: #fff;
}

.scroll_table table tbody tr {
  background-color: #fff;
}

.scroll_table table tbody tr:hover {
  background-color: #fffae9;
}

.scroll_table table tbody th {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  background: #F5F5F5;
  white-space: normal;
}

.scroll_table .item {
  text-align: left;
  color: #000;
}

.scroll_table .border_none_r {
  border-right: 0;
}

.scroll_table .border_none_l {
  border-left: 0;
}

.scroll_table .pack {
  width: 25%;
  background: #82BF26;
  font-weight: 700;
  text-align: center;
}

.scroll_table .premium {
  width: 25%;
  background: #F58E3B;
  font-weight: 700;
  text-align: center;
}

.scroll_table .txt_pack {
  color: #82BF26;
  text-align: center;
  font-size: 18px;
}

.scroll_table .txt_premium {
  color: #F58E3B;
  text-align: center;
  font-size: 18px;
}

.scroll_table .txt_batsu {
  color: #000;
  text-align: center;
  font-size: 18px;
}

.scroll_table .txt_price {
  text-align: right;
}

.scroll_table .txt_price:before {
  content: "月額";
  margin-right: 5px;
}

.scroll_table .maru:before {
  content: "●";
}

.scroll_table .batsu:before {
  content: "×";
}

.scroll_table .car {
  background: #F5F5F5;
}

.scroll_table .txt_plan {
  text-align: center;
}

.conbox,
.conbox_biz {
  margin: auto;
  background-color: #fff;
  overflow: hidden;
}

.lsttable {
  display: table;
  overflow: hidden;
}

.lstttl {
  border-bottom: 2px solid #d7d7d5;
  padding: 24px 20px 24px 0;
  display: table-cell;
  vertical-align: top;
  line-height: 170%;
}

.lstttl {
  border-bottom: 2px solid #d7d7d5;
  padding: 24px 20px 24px 0;
  display: table-cell;
  vertical-align: top;
  line-height: 170%;
}

.bold {
  font-weight: bold;
}

.lstdata_3 {
  border-bottom: 2px solid #f0f0ee;
  padding: 24px 0 24px 0;
  display: table-cell;
  vertical-align: top;
  line-height: 170%;
}

.lstdata {
  border-bottom: 2px solid #f0f0ee;
  padding: 24px 0 24px 0;
  display: table-cell;
  vertical-align: top;
  line-height: 170%;
}

@media screen and (min-width: 640px) {
  .is-sp {
    display: none !important;
  }

  .conbox,
  .conbox_biz {
    padding: 40px 40px 0;
  }

  .lsttable {
    width: 900px;
  }

  .lstttl {
    width: 180px;
  }

  .lstttl {
    width: 200px;
  }

  .lstdata_3 {
    width: 240px;
  }

  .lstdata {
    width: 480px;
  }
}

@media screen and (max-width: 640px) {
  .is-pc {
    display: none !important;
  }

  .page-title {
    font-size: 24px;
    line-height: 1.3;
    margin: 0 0 8px;
  }

  .wrapper {
    font-size: 15px;
    line-height: 1.5;
  }

  .wrapper__inner {
    width: 100%;
    box-sizing: border-box;
    margin: auto auto 0;
    padding: 10px;
  }

  .wrapper h2 {
    font-size: 16px;
  }

  .wrapper h2:not(:first-of-type) {
    margin-top: 16px;
  }

  .consultation {
    font-size: 14px;
    margin: 0 0 0;
    padding: 10px;
  }

  .consultation__text br {
    display: none;
  }

  .consultation__button {
    margin: 0 0 0;
    font-size: 18px;
  }

  .consultation__freedial {
    margin: 0 0 10px;
  }

  .point-list {
    font-size: 13px;
  }

  .point-list__slide {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .content {
    box-sizing: border-box;
    padding: 16px;
    margin: 0 0 16px;
  }

  .content__mainte {
    margin: 0 0 0;
  }

  .content .caption {
    font-size: 10px;
  }

  .guide__button--button {
    margin: auto auto 10px;
    padding: 18px;
    font-size: 22px;
  }

  .landing__block--row {
    flex-direction: column;
  }

  .landing__block--thumbnail {
    width: 100%;
    height: auto;
  }

  .landing__block--text {
    width: 100%;
    margin: 8px 0 0;
  }

  .scroll_table table {
    width: 100%;
  }

  .scroll_table table th,
  .scroll_table table td {
    padding: 8px 8px;
  }

  .scroll_table table thead th {
    position: sticky;
    left: 0;
    font-size: 12px;
  }

  .scroll_table table thead th:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
  }

  .scroll_table table tbody th span {
    display: block;
    font-size: 12px;
  }

  .scroll_table table tbody th {
    position: sticky;
    left: 0;
    font-size: 12px;
  }

  .scroll_table table tbody th:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
  }

  .scroll_table table tbody td {
    font-size: 12px;
  }

  .scroll_table .item {
    font-size: 12px;
  }

  .scroll_table .pack {
    font-size: 12px;
  }

  .scroll_table .premium {
    font-size: 12px;
  }

  .conbox,
  .conbox_biz {
    padding: 20px 0 0;
  }

  .lstttl {
    width: 30%;
  }
}