@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  color: #323232;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
}

img, svg {
  max-width: 100%;
  height: auto;
}

.header {
  padding: 48px 0 45px;
  background-color: #ffdc0f;
  text-align: center;
  height: auto;
}
@media (max-width: 768px) {
  .header {
    padding: 16px 15px 30px;
  }
}
.header .page-title-en {
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .header .page-title-en {
    font-size: 13px;
  }
}
.header .page-title-ja {
  margin-top: 28px;
  font-weight: 700;
  font-size: 44px;
}
@media (max-width: 768px) {
  .header .page-title-ja {
    margin-top: 30px;
    font-size: 24px;
  }
}
.header .page-lead {
  margin-top: 25px;
  line-height: 1.7;
  font-weight: 500;
  font-size: 20px;
}
@media (max-width: 768px) {
  .header .page-lead {
    margin-top: 18px;
    line-height: 1.65;
    font-size: 16px;
    text-align: left;
  }
}

.is-fixed .header-nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
}
.is-fixed .content {
  padding-top: 90px;
}
@media (max-width: 768px) {
  .is-fixed .content {
    padding-top: 60px;
  }
}

.header-nav {
  padding-top: 29px;
  background-color: #323232;
}
@media (max-width: 768px) {
  .header-nav {
    padding-top: 4px;
  }
}
.header-nav ul {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .header-nav ul {
    align-items: flex-end;
  }
}
.header-nav li {
  margin: 0 32px;
}
@media (max-width: 768px) {
  .header-nav li {
    margin-right: 9px;
    margin-left: 9px;
    text-align: center;
  }
}
.header-nav li:first-child {
  margin-left: 0;
}
.header-nav li:last-child {
  margin-right: 0;
}
.header-nav li a {
  padding: 14px 0;
  display: block;
  color: #fff;
  line-height: 1.5;
  font-weight: 700;
  font-size: 22px;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .header-nav li a {
    padding: 10px 0;
    line-height: 1.3;
    font-size: 14px;
  }
}
.header-nav li a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: transparent;
}
.header-nav li a.is-current {
  color: #ffdc0f;
}
.header-nav li a.is-current::after {
  background-color: #ffdc0f;
}

.footer {
  padding: 48px 0 18px;
  background-color: #ffdc0f;
  text-align: center;
}
@media (max-width: 768px) {
  .footer {
    padding: 18px 0;
    text-align: left;
  }
}
.footer .footer-contact {
  font-weight: 400;
}
@media (max-width: 768px) {
  .footer .footer-contact {
    padding: 0 15px;
  }
}
.footer .footer-contact dt {
  font-size: 18px;
}
@media (max-width: 768px) {
  .footer .footer-contact dt {
    font-weight: 700;
    font-size: 14px;
  }
}
.footer .footer-contact dd {
  margin-top: 20px;
  line-height: 1.5;
  font-size: 18px;
}
@media (max-width: 768px) {
  .footer .footer-contact dd {
    margin-top: 14px;
    line-height: 1.625;
    font-size: 12px;
  }
}
.footer .copyright {
  margin-top: 42px;
  font-weight: 500;
  font-size: 13px;
}
@media (max-width: 768px) {
  .footer .copyright {
    font-size: 10px;
    text-align: center;
    transform: scale(0.9);
  }
}

.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

.en {
  font-family: aktiv-grotesk, sans-serif;
}

.block-title {
  display: flex;
  justify-content: center;
}
.block-title .block-title-inner {
  padding: 18px 10px;
  border-top: 1px solid #323232;
  border-bottom: 1px solid #323232;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .block-title .block-title-inner {
    padding: 9px 0 11px;
    font-size: 21px;
  }
}
.block-title .block-title-inner::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -14px;
  width: 28px;
  height: 14px;
  background-image: url("../img/icon-dwon.svg");
  background-size: 28px auto;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .block-title .block-title-inner::after {
    margin-left: -7px;
    width: 14px;
    height: 7px;
    background-size: 14px auto;
  }
}
.block-title .block-title-inner span {
  margin-top: 10px;
  display: block;
  font-size: 20px;
}
@media (max-width: 768px) {
  .block-title .block-title-inner span {
    margin-top: 5px;
    font-size: 12px;
  }
}

.rank-block {
  margin: 0 auto;
  padding-top: 68px;
  max-width: 800px;
}
@media (max-width: 768px) {
  .rank-block {
    padding: 10px 15px 0;
    margin-top: 30px;
  }
}
.rank-block .rank-lead-box {
  margin-top: 64px;
}
@media (max-width: 768px) {
  .rank-block .rank-lead-box {
    margin-top: 28px;
  }
}
.rank-block .rank-lead-title {
  font-weight: 700;
  font-size: 22px;
}
@media (max-width: 768px) {
  .rank-block .rank-lead-title {
    font-size: 18px;
  }
}
.rank-block .rank-lead-text {
  margin-top: 18px;
  line-height: 1.625;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 768px) {
  .rank-block .rank-lead-text {
    margin-top: 9px;
    font-size: 14px;
  }
}
.rank-block .rank-chart {
  margin: 60px auto 0;
  max-width: 680px;
}
@media (max-width: 768px) {
  .rank-block .rank-chart {
    margin-top: 48px;
  }
}
.rank-block .rank-chart img {
  display: block;
}
.rank-block .rank-table-pc {
  margin-top: 48px;
}
.rank-block .rank-table-pc table {
  border-bottom: 1px solid #231815;
  table-layout: fixed;
  width: 100%;
}
.rank-block .rank-table-pc table th, .rank-block .rank-table-pc table td {
  border-top: 1px solid #231815;
  border-right: 1px solid #231815;
  vertical-align: middle;
}
.rank-block .rank-table-pc table thead th {
  box-sizing: border-box;
  padding: 8px;
  background-color: #f0f0f0;
  font-weight: 700;
  font-size: 18px;
}
.rank-block .rank-table-pc table thead th:first-child {
  width: 190px;
}
.rank-block .rank-table-pc table thead th:last-child {
  border-right: 0;
}
.rank-block .rank-table-pc table tbody th {
  box-sizing: border-box;
  padding: 10px 5px;
  width: 190px;
  line-height: 1.428571429;
  background-color: #f0f0f0;
  font-weight: 700;
  font-size: 14px;
}
.rank-block .rank-table-pc table tbody td {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
}
.rank-block .rank-table-pc table tbody td:last-child {
  border-right: 0;
}
.rank-block .rank-table-pc table tbody .heading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 39px;
}
.rank-block .rank-table-pc table tbody .point,
.rank-block .rank-table-pc table tbody .price {
  font-weight: 500;
  font-size: 26px;
}
.rank-block .rank-table-pc table tbody .point-unit {
  margin-left: 3px;
  font-weight: 700;
  font-size: 11px;
}
.rank-block .rank-table-pc table tbody .price-unit {
  margin: 0 3px;
  font-weight: 900;
  font-size: 13px;
}
.rank-block .rank-table-pc table tbody .off {
  font-weight: 700;
  font-size: 16px;
}
.rank-block .rank-table-pc table tbody .feature {
  padding: 17px 10px;
  font-weight: 700;
  font-size: 16px;
  text-align: left;
}
.rank-block .rank-table-pc table tbody .feature p {
  margin-bottom: 5px;
}
.rank-block .rank-table-pc table tbody .feature ul {
  list-style: none;
}
.rank-block .rank-table-pc table tbody .feature li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.625;
}
.rank-block .rank-table-sp {
  margin-top: 18px;
}
.rank-block .rank-table-sp table {
  border-bottom: 1px solid #231815;
  table-layout: fixed;
  width: 100%;
}
.rank-block .rank-table-sp table th, .rank-block .rank-table-sp table td {
  padding: 6px;
  border-top: 1px solid #231815;
  border-right: 1px solid #231815;
  vertical-align: middle;
}
.rank-block .rank-table-sp table thead th {
  width: 1em;
  background-color: #f0f0f0;
}
.rank-block .rank-table-sp table thead td {
  box-sizing: border-box;
  line-height: 1.4;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
}
.rank-block .rank-table-sp table thead td:nth-of-type(1) {
  width: 86px;
}
.rank-block .rank-table-sp table thead td:nth-of-type(2) {
  width: 95px;
}
.rank-block .rank-table-sp table thead td:last-child {
  border-right: 0;
}
.rank-block .rank-table-sp table tbody th {
  width: 1em;
  background-color: #f0f0f0;
  font-size: 12px;
  height: 90px;
}
.rank-block .rank-table-sp table tbody td {
  font-size: 11px;
  vertical-align: middle;
  text-align: center;
}
.rank-block .rank-table-sp table tbody td:last-child {
  padding-right: 0;
  border-right: 0;
}
.rank-block .rank-table-sp table tbody .vertical {
  writing-mode: vertical-rl;
}
.rank-block .rank-table-sp table tbody .heading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 39px;
}
.rank-block .rank-table-sp table tbody .point,
.rank-block .rank-table-sp table tbody .price {
  font-weight: 500;
  font-size: 19px;
}
.rank-block .rank-table-sp table tbody .point-unit {
  margin-top: 4px;
  display: block;
  font-weight: 700;
  font-size: 10px;
}
.rank-block .rank-table-sp table tbody .price-unit {
  margin-left: 1px;
  font-weight: 900;
  font-size: 10px;
}
.rank-block .rank-table-sp table tbody .off {
  margin-top: 4px;
  display: block;
  font-weight: 700;
  font-size: 12px;
}
.rank-block .rank-table-sp table tbody .feature {
  padding: 3px 0;
  font-weight: 700;
  font-size: 12px;
  text-align: left;
  letter-spacing: -0.01em;
}
.rank-block .rank-table-sp table tbody .feature p {
  margin-bottom: 5px;
}
.rank-block .rank-table-sp table tbody .feature ul {
  list-style: none;
}
.rank-block .rank-table-sp table tbody .feature li {
  padding-left: 0.6em;
  text-indent: -0.7em;
  line-height: 1.4;
}
.rank-block .rank-table-sp table tbody .feature li + li {
  margin-top: 6px;
}
.rank-block .rank-table-note {
  margin-top: 10px;
  line-height: 1.846153846;
  font-size: 13px;
}
@media (max-width: 768px) {
  .rank-block .rank-table-note {
    line-height: 1.75;
    font-size: 12px;
  }
}
.rank-block .rank-table-note ul {
  list-style: none;
}
.rank-block .rank-table-note li {
  padding-left: 1em;
  text-indent: -1em;
}
.rank-block .rank-table-note li .border-bt {
  text-decoration: underline;
}
.rank-block .service-features {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .rank-block .service-features {
    margin-top: 32px;
  }
}
.rank-block .service-features .service-features-title {
  display: flex;
  justify-content: center;
  font-weight: 700;
  font-size: 28px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .rank-block .service-features .service-features-title {
    font-size: 21px;
  }
}
.rank-block .service-features .service-features-title span {
  padding: 0 4px;
  line-height: 1.4;
  background: linear-gradient(transparent 74.5%, #fbe14c 74.5%);
  position: relative;
  z-index: 2;
}
.rank-block .service-features .service-featurelist {
  margin-top: 45px;
  border-radius: 10px;
  background-color: #f0f0f0;
}
@media (max-width: 768px) {
  .rank-block .service-features .service-featurelist {
    margin-top: 36px;
    border-radius: 5px;
  }
}
.rank-block .service-features .service-featurelist ol {
  padding: 5px 30px;
  list-style: none;
}
@media (max-width: 768px) {
  .rank-block .service-features .service-featurelist ol {
    padding: 0 15px;
  }
}
.rank-block .service-features .service-featurelist ol li {
  padding: 28px 0 26px;
  border-bottom: 1px solid #c8c8c8;
  display: flex;
}
@media (max-width: 768px) {
  .rank-block .service-features .service-featurelist ol li {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }
}
.rank-block .service-features .service-featurelist .feature-num {
  padding-right: 60px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .rank-block .service-features .service-featurelist .feature-num {
    padding-right: 0;
    flex-direction: column;
    justify-content: center;
  }
}
.rank-block .service-features .service-featurelist .feature-num::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background-image: url("../img/icon-right.svg");
  background-size: 16px auto;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .rank-block .service-features .service-featurelist .feature-num::after {
    display: none;
  }
}
.rank-block .service-features .service-featurelist .feature-num .prefix {
  margin-right: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: 900;
  font-size: 12px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .rank-block .service-features .service-featurelist .feature-num .prefix {
    margin-right: 0;
  }
}
.rank-block .service-features .service-featurelist .feature-num .prefix::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #323232;
}
.rank-block .service-features .service-featurelist .feature-num .num {
  font-weight: 700;
  font-size: 50px;
  width: 64px;
  text-align: center;
}
@media (max-width: 768px) {
  .rank-block .service-features .service-featurelist .feature-num .num {
    margin-top: 3px;
    font-size: 39px;
  }
}
.rank-block .service-features .service-featurelist .feature-text {
  flex: 1;
}
.rank-block .service-features .service-featurelist .feature-title {
  font-weight: 700;
  font-size: 22px;
}
@media (max-width: 768px) {
  .rank-block .service-features .service-featurelist .feature-title {
    margin-top: 3px;
    line-height: 1.4;
    font-size: 18px;
    text-align: center;
  }
}
.rank-block .service-features .service-featurelist .feature-title .tax {
  font-size: 16px;
}
@media (max-width: 768px) {
  .rank-block .service-features .service-featurelist .feature-title .tax {
    font-size: 13px;
  }
}
.rank-block .service-features .service-featurelist .feature-description {
  margin-top: 16px;
  line-height: 1.6;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 768px) {
  .rank-block .service-features .service-featurelist .feature-description {
    margin-top: 12px;
    line-height: 1.642857143;
    font-weight: 500;
    font-size: 14px;
  }
}
.rank-block .service-features .service-featurelist .feature-description .note {
  font-size: 13px;
}
@media (max-width: 768px) {
  .rank-block .service-features .service-featurelist .feature-description .note {
    font-size: 12px;
  }
}
.rank-block .service-features .service-featurelist .other-feature {
  padding: 26px 30px 34px;
}
@media (max-width: 768px) {
  .rank-block .service-features .service-featurelist .other-feature {
    padding: 20px 15px;
  }
}
.rank-block .service-features .service-featurelist .other-feature dt {
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 768px) {
  .rank-block .service-features .service-featurelist .other-feature dt {
    line-height: 1.4;
    text-align: center;
  }
}
.rank-block .service-features .service-featurelist .other-feature dd {
  margin-top: 16px;
  line-height: 1.625;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 768px) {
  .rank-block .service-features .service-featurelist .other-feature dd {
    line-height: 1.642857143;
    font-size: 14px;
  }
}

.rank-chart_block {
  margin: 60px auto 0;
  max-width: 100%;
  position: relative;
  height: 204px;
}
@media (max-width: 768px) {
  .rank-chart_block {
    height: 230px;
  }
}
.rank-chart_block table.charts-css {
  height: 170px;
  padding-left: 60px;
}
@media (max-width: 768px) {
  .rank-chart_block table.charts-css {
    padding-left: 45px;
    width: calc(100% - 45px);
  }
}
.rank-chart_block table.charts-css .rank-chart_label-title span {
  font-size: 12px;
}
.rank-chart_block .rank-chart_label {
  position: absolute;
  height: 100%;
  text-align: right;
  font-size: 12px;
}
.rank-chart_block .rank-chart_label li {
  list-style: none;
}
.rank-chart_block .rank-chart_label li:nth-child(4) {
  position: relative;
  top: 103px;
}
.rank-chart_block .rank-chart_label li:nth-child(3) {
  position: relative;
  top: 65px;
}
.rank-chart_block .rank-chart_label li:nth-child(2) {
  position: relative;
  top: 30px;
}
.rank-chart_block .rank-chart_label li:nth-child(1) {
  position: relative;
  top: -6px;
}
.rank-chart_block .rank_b_title,
.rank-chart_block .rank_s_title,
.rank-chart_block .rank_g_title {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  justify-content: center;
  bottom: -24px;
}
@media (max-width: 768px) {
  .rank-chart_block .rank_b_title,
  .rank-chart_block .rank_s_title,
  .rank-chart_block .rank_g_title {
    bottom: -36px;
  }
}
.rank-chart_block .rank_b_title .dli-caret-right {
  color: #ead335;
}
.rank-chart_block .rank_s_title .dli-caret-right {
  color: #9cabb2;
}
.rank-chart_block .rank_b_bk,
.rank-chart_block .rank_s_bk,
.rank-chart_block .rank_g_bk {
  color: #fff;
  padding: 4px 8px;
  border-radius: 3px;
  display: inline-block;
}
.rank-chart_block .rank_b_bk {
  background-color: #ead335;
}
.rank-chart_block .rank_s_bk {
  background-color: #9cabb2;
}
.rank-chart_block .rank_g_bk {
  background-color: #b39e67;
}
.rank-chart_block .rank_b_pt,
.rank-chart_block .rank_s_pt,
.rank-chart_block .rank_g_pt {
  font-weight: bold;
  margin-top: 10px;
  display: block;
}
.rank-chart_block .rank_b_pt {
  color: #ead335;
}
.rank-chart_block .rank_s_pt {
  color: #9cabb2;
}
.rank-chart_block .rank_g_pt {
  color: #b39e67;
}
.rank-chart_block .charts-css.area:not(.reverse):not(.reverse-data) tbody tr td.rank_b::before {
  background-color: #ead335;
}
.rank-chart_block .charts-css.area:not(.reverse):not(.reverse-data) tbody tr td.rank_s::before {
  background-color: #9cabb2;
}
.rank-chart_block .charts-css.area:not(.reverse):not(.reverse-data) tbody tr td.rank_g::before {
  background-color: #b39e67;
}
.rank-chart_block .dli-caret-right {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.375em 0.64952em;
  border-left-color: currentColor;
  border-right: 0;
  position: absolute;
  right: 0;
}

.rank-table_block {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .rank-table_block {
    overflow-x: scroll;
  }
}
.rank-table_block .rank-table {
  border: 1px solid #231815;
  text-align: center;
  width: 100%;
}
@media (max-width: 768px) {
  .rank-table_block .rank-table {
    width: 800px;
  }
}
.rank-table_block .rank-table th, .rank-table_block .rank-table td {
  border-top: 1px solid #231815;
  border-right: 1px solid #231815;
  vertical-align: middle;
  padding: 8px;
}
.rank-table_block .rank-table thead th {
  font-size: 14px;
}
.rank-table_block .rank-table thead th:nth-child(1) {
  width: calc(100% - 360px);
}
.rank-table_block .rank-table thead th:nth-child(2), .rank-table_block .rank-table thead th:nth-child(3), .rank-table_block .rank-table thead th:nth-child(4) {
  width: 120px;
}
.rank-table_block .rank-table tbody td {
  font-size: 12px;
}
.rank-table_block .rank-table .rank-table-note {
  font-size: 10px;
  font-weight: normal;
}
.rank-table_block .head_title {
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
}
.rank-table_block .pills {
  font-size: 20px;
}
.rank-table_block .bk_c-dblu {
  background-color: #3e6db5;
}
.rank-table_block .bk_c-blu {
  background-color: #b2c3e1;
}
.rank-table_block .bk_c-lblu {
  background-color: #d7deee;
}
.rank-table_block .bk_c-dyel {
  background-color: #ead335;
}
.rank-table_block .bk_c-yel {
  background-color: #dccd66;
}
.rank-table_block .bk_c-lyel {
  background-color: #ede4c3;
}
.rank-table_block .bk_c-dgry {
  background-color: #9cabb2;
}
.rank-table_block .bk_c-gry {
  background-color: #d6d6d4;
}
.rank-table_block .bk_c-lgry {
  background-color: #efefef;
}
.rank-table_block .bk_c-dbrn {
  background-color: #b39e67;
}
.rank-table_block .bk_c-brn {
  background-color: #d9bd8d;
}
.rank-table_block .bk_c-lbrn {
  background-color: #e9d6b8;
}
.rank-table_block td.example,
.rank-table_block th.example {
  background-image: linear-gradient(to left top, transparent calc(50% - 0.5px), #555 50%, #555 calc(50% + 0.5px), transparent calc(50% + 1px));
}

.order-block {
  padding-top: 65px;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .order-block {
    padding-top: 10px;
    margin-top: 40px;
  }
}
.order-block .order-style {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .order-block .order-style {
    margin-top: 25px;
    padding: 0 15px;
  }
}
.order-block .type {
  padding-bottom: 25px;
}
.order-block .type + .type .type-body .flow {
  margin-bottom: 0;
}
.order-block .type + .type .type-body .flow ol.bordered {
  border-bottom: 0;
}
.order-block .type .type-header {
  text-align: center;
}
.order-block .type .type-header .icon {
  display: flex;
  justify-content: center;
}
.order-block .type .type-header .icon img {
  display: block;
  width: 104px;
  height: 104px;
}
@media (max-width: 768px) {
  .order-block .type .type-header .icon img {
    width: 70px;
    height: 70px;
  }
}
.order-block .type .type-header .title {
  position: relative;
  margin: 0 auto;
  padding: 0 10px 20px;
  max-width: 800px;
  font-size: 16px;
  border-bottom: #323232 1px solid;
  text-align: left;
  cursor: pointer;
  transition-duration: 0.3s;
}
@media (max-width: 768px) {
  .order-block .type .type-header .title {
    font-size: 14px;
    padding: 0 10px 30px;
    line-height: 1.5;
  }
}
.order-block .type .type-header .title:hover {
  opacity: 0.8;
}
.order-block .type .type-header .title::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 10px;
  width: 28px;
  height: 14px;
  background-image: url(../img/icon-dwon.svg);
  background-size: 28px auto;
  background-repeat: no-repeat;
  transition-duration: 0.3s;
}
@media (max-width: 768px) {
  .order-block .type .type-header .title::after {
    top: auto;
    right: 0;
    left: 0;
    bottom: 10px;
    margin: auto;
    width: 20px;
    height: 10px;
    background-image: url(../img/icon-dwon.svg);
    background-size: 20px auto;
  }
}
.order-block .type .type-header .title.is-open::after {
  transform: rotate(180deg);
}
.order-block .type .type-header .title strong {
  display: inline-block;
  width: 170px;
  font-weight: 700;
  font-size: 22px;
}
@media (max-width: 768px) {
  .order-block .type .type-header .title strong {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.order-block .type .type-header .description-wrap {
  display: none;
  padding-bottom: 48px;
}
@media (max-width: 768px) {
  .order-block .type .type-header .description-wrap {
    padding-bottom: 38px;
  }
}
.order-block .type .type-header .description {
  margin-top: 30px;
  line-height: 1.625;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 768px) {
  .order-block .type .type-header .description {
    margin-top: 10px;
    padding: 0 15px;
    line-height: 1.642857143;
    font-size: 14px;
    text-align: left;
  }
}
.order-block .type .type-header .attention {
  margin-top: 20px;
  color: red;
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .order-block .type .type-header .attention {
    padding: 0 15px;
    font-size: 12px;
    text-align: left;
  }
}
.order-block .type .type-body {
  margin: 0 auto;
  max-width: 800px;
}
.order-block .type .type-body .flow {
  margin-top: 40px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .order-block .type .type-body .flow {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.order-block .type .type-body .flow .flow-title {
  padding-bottom: 44px;
  font-weight: 700;
  font-size: 26px;
  text-align: center;
}
@media (max-width: 768px) {
  .order-block .type .type-body .flow .flow-title {
    padding-bottom: 24px;
    font-size: 18px;
  }
}
.order-block .type .type-body .flow .flow-title .both {
  margin-top: 13px;
  display: block;
  font-size: 13px;
}
@media (max-width: 768px) {
  .order-block .type .type-body .flow .flow-title .both {
    margin-top: 6px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .order-block .type .type-body .flow .flow-title .sp-only {
    margin-top: 6px;
    display: block;
    font-size: 14px;
  }
}
.order-block .type .type-body .flow ol {
  list-style: none;
}
@media (max-width: 768px) {
  .order-block .type .type-body .flow ol {
    margin: 0 15px;
    padding: 0 15px 16px;
  }
}
.order-block .type .type-body .flow ol.bordered {
  margin-top: 10px;
  padding-top: 38px;
  padding-bottom: 38px;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
}
@media (max-width: 768px) {
  .order-block .type .type-body .flow ol.bordered {
    margin: 10px 15px;
    padding: 20px 15px 16px;
  }
}
.order-block .type .type-body .flow ol li {
  line-height: 2.1;
  font-size: 20px;
}
@media (max-width: 768px) {
  .order-block .type .type-body .flow ol li {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.642857143;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .order-block .type .type-body .flow ol li + li {
    margin-top: 12px;
  }
}
.order-block .type .type-body .type-body-note {
  margin-top: 18px;
  font-size: 13px;
}
@media (max-width: 768px) {
  .order-block .type .type-body .type-body-note {
    margin: 0 30px;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.75;
    font-size: 12px;
  }
}
.order-block .order-style-note {
  margin: 16px auto 0;
  max-width: 800px;
  font-weight: 400;
  font-size: 12px;
  text-align: left;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .order-block .order-style-note {
    margin-top: 30px;
    padding: 0 15px;
    font-size: 12px;
  }
}
.order-block .sub-title {
  margin: 60px auto 0;
  max-width: 350px;
  font-size: 18px;
  padding-bottom: 20px;
  border-bottom: #323232 1px solid;
}
@media (max-width: 768px) {
  .order-block .sub-title {
    max-width: 280px;
    font-size: 16px;
  }
}
.order-block .order-pics {
  margin: 60px auto 0;
  max-width: 800px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .order-block .order-pics {
    margin-top: 30px;
    padding: 0 15px;
    display: block;
  }
}
.order-block .order-pics.wide {
  max-width: 1000px;
}
.order-block .order-pics .item {
  width: 206px;
  line-height: 1.625;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
}
@media (max-width: 768px) {
  .order-block .order-pics .item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .order-block .order-pics .item + .item {
    margin-top: 25px;
  }
}
.order-block .order-pics .item img {
  display: block;
}
@media (max-width: 768px) {
  .order-block .order-pics .item img {
    margin: 0 auto;
    width: 210px;
  }
}
.order-block .order-pics .item figcaption {
  margin-top: 16px;
}
@media (max-width: 768px) {
  .order-block .order-pics .item figcaption {
    margin-top: 8px;
    font-size: 12px;
  }
}
.order-block .order-pics .item.staff-icon img {
  max-width: 170px;
  margin: auto;
}

.app-block {
  padding-top: 65px;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .app-block {
    padding-top: 10px;
    margin-top: 40px;
  }
}
.app-block .app-block-lead {
  margin-top: 40px;
  line-height: 1.625;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 768px) {
  .app-block .app-block-lead {
    margin-top: 24px;
    padding: 0 15px;
    line-height: 1.714285714;
    font-size: 14px;
    text-align: left;
  }
}
.app-block .app-pics {
  margin: 40px auto 0;
  max-width: 800px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .app-block .app-pics {
    margin-top: 30px;
    padding: 0 15px;
    display: block;
  }
}
.app-block .app-pics .item {
  width: 206px;
  line-height: 1.625;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 768px) {
  .app-block .app-pics .item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .app-block .app-pics .item + .item {
    margin-top: 25px;
  }
}
.app-block .app-pics .item img {
  display: block;
}
@media (max-width: 768px) {
  .app-block .app-pics .item img {
    margin: 0 auto;
    width: 210px;
  }
}
.app-block .app-pics .item figcaption {
  margin-top: 12px;
}
@media (max-width: 768px) {
  .app-block .app-pics .item figcaption {
    margin-top: 8px;
    font-size: 12px;
  }
}
.app-block .download-app {
  margin-top: 68px;
}
@media (max-width: 768px) {
  .app-block .download-app {
    margin-top: 38px;
  }
}
.app-block .download-app a {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 33px 30px 32px;
  display: block;
  width: 440px;
  color: #fff;
  background-color: #323232;
  line-height: 1.6;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .app-block .download-app a {
    padding: 19px 20px 18px;
    width: 300px;
    font-size: 18px;
  }
}
.app-block .download-app a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -10px;
  width: 30px;
  height: 21px;
  background-image: url("../img/icon-arrow-right.svg");
  background-size: 30px auto;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .app-block .download-app a::after {
    right: 13px;
    margin-top: -6px;
    width: 19px;
    height: 13px;
    background-size: 19px auto;
  }
}

.repair-block {
  padding-top: 60px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .repair-block {
    padding-top: 10px;
    margin-top: 40px;
  }
}
.repair-block .repair-pics {
  margin: 0 auto;
  max-width: 800px;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .repair-block .repair-pics {
    padding: 0 15px;
    display: block;
  }
}
.repair-block .repair-pics.wide {
  max-width: 1000px;
}
.repair-block .repair-pics .item {
  width: 206px;
  line-height: 1.625;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
}
@media (max-width: 768px) {
  .repair-block .repair-pics .item {
    width: 100%;
  }
}
.repair-block .repair-pics .item img {
  display: block;
}
@media (max-width: 768px) {
  .repair-block .repair-pics .item img {
    margin: 0 auto;
    width: 210px;
  }
}
.repair-block .repair-pics .item figcaption {
  margin-top: 8px;
  font-size: 12px;
}
.repair-block .repair-pics .item .staff-icon img {
  max-width: 170px;
  margin: auto;
}
.repair-block .repair-lead {
  margin-top: 45px;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 768px) {
  .repair-block .repair-lead {
    margin-top: 22px;
    padding: 0 15px;
    line-height: 1.714285714;
    font-size: 14px;
    text-align: left;
  }
}
.repair-block .repair-benefits {
  margin: 32px auto 0;
  padding-bottom: 45px;
  display: flex;
  justify-content: space-between;
  max-width: 800px;
}
@media (max-width: 768px) {
  .repair-block .repair-benefits {
    margin-top: 18px;
    padding: 0 15px 60px;
    display: block;
  }
}
.repair-block .repair-benefits .point {
  width: 380px;
}
@media (max-width: 768px) {
  .repair-block .repair-benefits .point {
    width: auto;
  }
}
.repair-block .repair-benefits .point dt {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 768px) {
  .repair-block .repair-benefits .point dt {
    display: none;
  }
}
.repair-block .repair-benefits .point dd {
  margin-top: 18px;
  line-height: 1.625;
  font-size: 16px;
}
@media (max-width: 768px) {
  .repair-block .repair-benefits .point dd {
    margin-top: 10px;
    padding-left: 1.5em;
    line-height: 1.714285714;
    font-size: 14px;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .repair-block .repair-benefits .point dd::before {
    content: "●";
    position: absolute;
    top: 0;
    left: 0;
  }
}
.repair-block .repair-way {
  padding-top: 30px;
  padding-bottom: 70px;
  background-color: #f0f0f0;
  text-align: center;
}
@media (max-width: 768px) {
  .repair-block .repair-way {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
.repair-block .repair-way .repair-header .icon {
  display: flex;
  justify-content: center;
}
.repair-block .repair-way .repair-header .icon img {
  display: block;
  width: 104px;
  height: 104px;
}
@media (max-width: 768px) {
  .repair-block .repair-way .repair-header .icon img {
    width: 70px;
    height: 70px;
  }
}
.repair-block .repair-way .repair-header .title {
  margin-top: 15px;
  font-weight: 700;
  font-size: 22px;
}
@media (max-width: 768px) {
  .repair-block .repair-way .repair-header .title {
    font-size: 20px;
  }
}
.repair-block .repair-way .repair-description {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .repair-block .repair-way .repair-description {
    margin-top: 30px;
    font-size: 12px;
  }
}

.repair-block .repair-style-note {
  margin: 16px auto 0;
  max-width: 800px;
  font-weight: 400;
  font-size: 12px;
  text-align: left;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .repair-block .repair-style-note {
    margin-top: 30px;
    padding: 0 15px;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .repair-block .repair-pics .item + .item {
    margin-top: 25px;
  }
}
.repair-block .repair-btns {
  margin: 50px auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .repair-block .repair-btns {
    display: block;
  }
}
.repair-block .repair-btns .repair-btn {
  width: 400px;
  margin: 0 10px;
}

@media (max-width: 768px) {
  .repair-block .repair-btns .repair-btn {
    width: 300px;
    margin: 10px auto;
  }
}
.repair-block .repair-btns .repair-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 93px;
  color: #fff;
  background-color: #323232;
  line-height: 1.6;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .repair-block .repair-btns .repair-btn a {
    font-size: 18px;
  }
}
.repair-block .repair-btns .repair-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -10px;
  width: 30px;
  height: 21px;
  background-image: url("../img/icon-arrow-right.svg");
  background-size: 30px auto;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .repair-block .repair-btns .repair-btn a::after {
    right: 13px;
    margin-top: -6px;
    width: 19px;
    height: 13px;
    background-size: 19px auto;
  }
}
.commingsoom {
  margin: 48px auto;
  line-height: 1.625;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 768px) {
  .commingsoom {
    margin: 30px auto;
    font-size: 12px;
  }
}

.entry-btn {
  margin-top: 68px;
}
@media (max-width: 768px) {
  .entry-btn {
    margin-top: 38px;
  }
}
.entry-btn a {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 33px 30px 32px;
  display: block;
  width: 440px;
  color: #fff;
  background-color: #323232;
  line-height: 1.6;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .entry-btn a {
    padding: 19px 20px 18px;
    width: 300px;
    font-size: 18px;
  }
}
.entry-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -10px;
  width: 30px;
  height: 21px;
  background-image: url("../img/icon-arrow-right.svg");
  background-size: 30px auto;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .entry-btn a::after {
    right: 13px;
    margin-top: -6px;
    width: 19px;
    height: 13px;
    background-size: 19px auto;
  }
}/*# sourceMappingURL=style.css.map */