@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%;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
}

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

.header {
  padding: 48px 0 45px;
  background-color: #fff;
  text-align: center;
}

@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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .header-nav ul {
    -webkit-box-align: end;
        -ms-flex-align: end;
            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: #f5f5f5;
  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 .mail {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .footer .mail {
    margin-top: 20px;
    font-size: 12px;
    text-align: center;
  }
}

.footer .copyright {
  margin-top: 42px;
  font-weight: 500;
  font-size: 13px;
}

@media (max-width: 768px) {
  .footer .copyright {
    font-size: 10px;
    text-align: center;
    -webkit-transform: scale(0.9);
            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;
}

.attention {
  color: red !important;
}

.top-lead {
  margin: 40px auto 0;
  max-width: 840px;
}

@media (max-width: 768px) {
  .top-lead {
    margin: 30px auto;
  }
}

.top-lead p {
  padding: 0 20px;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .top-lead p {
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
  }
}

.block-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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;
  }
}

.howto-block {
  margin: 0 auto;
  padding-top: 68px;
  max-width: 800px;
}

@media (max-width: 768px) {
  .howto-block {
    padding: 10px 15px 0;
    margin-top: 30px;
  }
}

.howto-block .howto-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 50px auto;
}

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

.howto-block .howto-inner .howto-direct,
.howto-block .howto-inner .howto-internet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .howto-block .howto-inner .howto-direct,
  .howto-block .howto-inner .howto-internet {
    width: 95%;
    margin-bottom: 20px;
  }
}

.howto-block .howto-inner h3 {
  width: 100%;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
  text-align: center;
}

@media (max-width: 768px) {
  .howto-block .howto-inner h3 {
    margin-bottom: 10px;
  }
}

.howto-block .howto-inner .howto-image {
  width: 40%;
  text-align: center;
}

.howto-block .howto-inner .howto-image img {
  max-width: 120px;
}

.howto-block .howto-inner .howto-text {
  width: 60%;
  font-size: 14px;
  line-height: 1.8;
}

.order-block {
  padding-top: 65px;
  margin-top: 5px;
}

@media (max-width: 768px) {
  .order-block {
    padding-top: 10px;
    margin-top: 40px;
  }
}

.order-block .order-lead {
  margin: 40px auto;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 768px) {
  .order-block .order-lead {
    font-size: 16px;
    padding: 0 20px;
    text-align: left;
  }
}

.order-block .order-logo {
  padding: 50px 0 60px;
  background-color: #f0f0f0;
}

.order-block .order-logo .order-logo-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 980px;
  margin: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.order-block .order-logo .order-logo-lists li {
  list-style: none;
  margin: 0 10px 10px;
  width: 220px;
  height: 150px;
  background: #fff;
  border: 1px solid #c8c8c8;
  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;
}

.order-block .order-logo .order-logo-lists li img {
  /*width: 220px;*/
}

.order-block .order-logo .order-logo-lists li.ellesse {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: center;
}

@media (max-width: 768px) {
  .order-block .order-logo .order-logo-lists li {
    max-width: 40%;
    height: 100px;
  }
  .order-block .order-logo .order-logo-lists li img{
    width: 80%;
  }
}

.order-block .order-logo .order-logo-lists li a {
  display: block;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  text-decoration: none;
  width: 100%;
  text-align: center;
}

.order-block .order-logo .order-logo-lists li a:hover {
  opacity: .8;
}

.order-block .order-logo .order-logo-lists li .ellesse-name {
  text-align: center;
  font-size: 15px;
  color: #fff;
  background: #c8c8c8;
  padding: 15px;
}

@media (max-width: 768px) {
  .order-block .order-logo .order-logo-lists li .ellesse-name {
    font-size: 13px;
    padding: 5px;
  }
}

.order-block .order-ellesse {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px 0;
  border: #000 1px solid;
}

@media (max-width: 768px) {
  .order-block .order-ellesse {
    margin: 40px 20px;
  }
}

.order-block .order-ellesse .order-ellesse-title {
  text-align: center;
}

@media (max-width: 768px) {
  .order-block .order-ellesse .order-ellesse-title img {
    width: 150px;
  }
}

.order-block .order-ellesse .order-ellesse-note {
  text-align: center;
}

@media (max-width: 768px) {
  .order-block .order-ellesse .order-ellesse-note {
    font-size: 14px;
  }
}

.order-block .order-ellesse .order-ellesse-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 980px;
  margin: 30px auto 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .order-block .order-ellesse .order-ellesse-lists {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.order-block .order-ellesse .order-ellesse-lists li {
  list-style: none;
  margin: 0 10px 10px;
}

@media (max-width: 768px) {
  .order-block .order-ellesse .order-ellesse-lists li {
    width: 40%;
  }
}

.order-block .order-ellesse .order-ellesse-lists li a {
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.order-block .order-ellesse .order-ellesse-lists li a:hover {
  opacity: .8;
}

.store-block {
  padding-top: 65px;
  margin-top: 5px;
  text-align: center;
}

@media (max-width: 768px) {
  .store-block {
    padding-top: 10px;
    margin-top: 40px;
  }
}

.store-block .store-lead {
  margin: 40px auto;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 768px) {
  .store-block .store-lead {
    font-size: 16px;
    padding: 0 20px;
    text-align: left;
  }
}

.store-block .store-text {
  display: inline-block;
  margin: 0 auto 40px;
  max-width: 800px;
  text-align: left;
}

@media (max-width: 768px) {
  .store-block .store-text {
    padding: 0 20px;
    font-size: 14px;
    line-height: 1.5;
  }
}

.store-block .store-text .store-text-heading {
  margin-bottom: 20px;
}

.store-block .store-text .store-text-list li {
  list-style: none;
  line-height: 1.2;
  padding-left: 1em;
  text-indent: -1em;
}

@media (max-width: 768px) {
  .store-block .store-text .store-text-list li {
    line-height: 1.5;
  }
}

.store-block .store-text .store-text-note {
  margin-top: 20px;
}

.store-block .store-text .store-text-note li {
  font-size: 12px;
  line-height: 1.2;
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
}

@media (max-width: 768px) {
  .store-block .store-text .store-text-note li {
    line-height: 1.5;
  }
}

.store-block .store-logo {
  padding: 20px 0;
}

.store-block .store-logo h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.store-block .store-logo .store-logo-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 980px;
  margin: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.store-block .store-logo .store-logo-lists li {
  list-style: none;
  margin: 0 10px 10px;
  width: 200px;
  height: 130px;
  background: #fff;
  border: 1px solid #c8c8c8;
  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;
}

.store-block .store-logo .store-logo-lists li img {
  /*width: 200px;*/
}

@media (max-width: 768px) {
  .store-block .store-logo .store-logo-lists li {
    width: 40%;
    height: 100px;
    max-width: 40%;
  }
  .store-block .store-logo .store-logo-lists li img{
    width: 80%;
  }
}

.store-block .store-logo .store-logo-lists li a {
  display: block;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.store-block .store-logo .store-logo-lists li a:hover {
  opacity: .8;
}

.internet-block {
  padding-top: 65px;
  margin-top: 5px;
}

@media (max-width: 768px) {
  .internet-block {
    padding-top: 10px;
    margin-top: 40px;
  }
}

.internet-block .internet-block-lead {
  margin-top: 40px;
  line-height: 1.625;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}

@media (max-width: 768px) {
  .internet-block .internet-block-lead {
    margin-top: 24px;
    padding: 0 15px;
    line-height: 1.714285714;
    font-size: 14px;
  }
}

.internet-block .entry-btn a span {
  display: inline;
}

.internet-block .service-features {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .internet-block .service-features {
    margin-top: 32px;
  }
}

.internet-block .service-features .service-features-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 28px;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .internet-block .service-features .service-features-title {
    font-size: 21px;
  }
}

.internet-block .service-features .service-features-title span {
  padding: 0 4px;
  line-height: 1.4;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(74.5%, transparent), color-stop(74.5%, #fbe14c));
  background: linear-gradient(transparent 74.5%, #fbe14c 74.5%);
  position: relative;
  z-index: 2;
}

.internet-block .service-features .service-featurelist {
  margin: 45px auto 0;
  max-width: 900px;
  border-radius: 10px;
  background-color: #f0f0f0;
}

@media (max-width: 768px) {
  .internet-block .service-features .service-featurelist {
    margin-top: 36px;
    border-radius: 5px;
  }
}

.internet-block .service-features .service-featurelist ol {
  padding: 5px 30px;
  list-style: none;
}

@media (max-width: 768px) {
  .internet-block .service-features .service-featurelist ol {
    padding: 0 20px;
  }
}

.internet-block .service-features .service-featurelist ol li {
  padding: 28px 0 26px;
  border-bottom: 1px solid #c8c8c8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .internet-block .service-features .service-featurelist ol li {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }
}

.internet-block .service-features .service-featurelist ol li:last-child {
  border: 0;
}

.internet-block .service-features .service-featurelist .feature-num {
  padding-right: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .internet-block .service-features .service-featurelist .feature-num {
    padding-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.internet-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) {
  .internet-block .service-features .service-featurelist .feature-num::after {
    display: none;
  }
}

.internet-block .service-features .service-featurelist .feature-num .prefix {
  margin-right: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 12px;
  position: relative;
  z-index: 1;
  text-align: center;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .internet-block .service-features .service-featurelist .feature-num .prefix {
    margin-right: 0;
  }
}

.internet-block .service-features .service-featurelist .feature-num .prefix img {
  width: 70px;
}

.internet-block .service-features .service-featurelist .feature-num .num {
  font-weight: 700;
  font-size: 50px;
}

@media (max-width: 768px) {
  .internet-block .service-features .service-featurelist .feature-num .num {
    margin-top: 3px;
    margin-left: 10px;
    font-size: 50px;
  }
}

.internet-block .service-features .service-featurelist .feature-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.internet-block .service-features .service-featurelist .feature-title {
  font-weight: 700;
  font-size: 22px;
}

@media (max-width: 768px) {
  .internet-block .service-features .service-featurelist .feature-title {
    margin-top: 3px;
    line-height: 1.4;
    font-size: 18px;
    text-align: center;
  }
}

.internet-block .service-features .service-featurelist .feature-title .tax {
  font-size: 16px;
}

@media (max-width: 768px) {
  .internet-block .service-features .service-featurelist .feature-title .tax {
    font-size: 13px;
  }
}

.internet-block .service-features .service-featurelist .feature-description {
  margin-top: 16px;
  line-height: 1.6;
  font-weight: 400;
  font-size: 16px;
}

@media (max-width: 768px) {
  .internet-block .service-features .service-featurelist .feature-description {
    margin-top: 12px;
    line-height: 1.642857143;
    font-weight: 500;
    font-size: 14px;
  }
}

.internet-block .service-features .service-featurelist .feature-description .note {
  font-size: 13px;
}

@media (max-width: 768px) {
  .internet-block .service-features .service-featurelist .feature-description .note {
    font-size: 12px;
  }
}

.internet-block .service-features .service-featurelist .other-feature {
  padding: 26px 30px 34px;
}

@media (max-width: 768px) {
  .internet-block .service-features .service-featurelist .other-feature {
    padding: 20px 15px;
  }
}

.internet-block .service-features .service-featurelist .other-feature dt {
  font-weight: 700;
  font-size: 18px;
}

@media (max-width: 768px) {
  .internet-block .service-features .service-featurelist .other-feature dt {
    line-height: 1.4;
    text-align: center;
  }
}

.internet-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) {
  .internet-block .service-features .service-featurelist .other-feature dd {
    line-height: 1.642857143;
    font-size: 14px;
  }
}

.other-block {
  padding-top: 60px;
  margin: 10px auto 80px;
  max-width: 900px;
}

@media (max-width: 768px) {
  .other-block {
    padding: 10px 20px 0;
    margin: 40px auto;
  }
}

.other-block h2 {
  font-size: 20px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .other-block h2 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}

.other-block p {
  line-height: 1.5;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .other-block p {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.other-block .repair-lead {
  margin-top: 45px;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}

@media (max-width: 768px) {
  .other-block .repair-lead {
    margin-top: 22px;
    padding: 0 15px;
    line-height: 1.714285714;
    font-size: 14px;
    text-align: left;
  }
}

.other-block .repair-benefits {
  margin: 32px auto 0;
  padding-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 800px;
}

@media (max-width: 768px) {
  .other-block .repair-benefits {
    margin-top: 18px;
    padding: 0 15px 60px;
    display: block;
  }
}

.other-block .repair-benefits .point {
  width: 380px;
}

@media (max-width: 768px) {
  .other-block .repair-benefits .point {
    width: auto;
  }
}

.other-block .repair-benefits .point dt {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}

@media (max-width: 768px) {
  .other-block .repair-benefits .point dt {
    display: none;
  }
}

.other-block .repair-benefits .point dd {
  margin-top: 18px;
  line-height: 1.625;
  font-size: 16px;
}

@media (max-width: 768px) {
  .other-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) {
  .other-block .repair-benefits .point dd::before {
    content: '●';
    position: absolute;
    top: 0;
    left: 0;
  }
}

.other-block .repair-way {
  padding-top: 30px;
  padding-bottom: 70px;
  background-color: #f0f0f0;
  text-align: center;
}

@media (max-width: 768px) {
  .other-block .repair-way {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

.other-block .repair-way .repair-header .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.other-block .repair-way .repair-header .icon img {
  display: block;
  width: 104px;
  height: 104px;
}

@media (max-width: 768px) {
  .other-block .repair-way .repair-header .icon img {
    width: 70px;
    height: 70px;
  }
}

.other-block .repair-way .repair-header .title {
  margin-top: 15px;
  font-weight: 700;
  font-size: 22px;
}

@media (max-width: 768px) {
  .other-block .repair-way .repair-header .title {
    font-size: 20px;
  }
}

.other-block .repair-way .repair-description {
  margin-top: 45px;
}

@media (max-width: 768px) {
  .other-block .repair-way .repair-description {
    margin-top: 30px;
    font-size: 12px;
  }
}

.other-block .repair-pics {
  margin: 0 auto;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .other-block .repair-pics {
    padding: 0 15px;
    display: block;
  }
}

.other-block .repair-pics.wide {
  max-width: 1000px;
}

.other-block .repair-pics .item {
  width: 206px;
  line-height: 1.625;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
}

@media (max-width: 768px) {
  .other-block .repair-pics .item {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .other-block .repair-pics .item + .item {
    margin-top: 25px;
  }
}

.other-block .repair-pics .item img {
  display: block;
}

@media (max-width: 768px) {
  .other-block .repair-pics .item img {
    margin: 0 auto;
    width: 210px;
  }
}

.other-block .repair-pics .item figcaption {
  margin-top: 16px;
}

@media (max-width: 768px) {
  .other-block .repair-pics .item figcaption {
    margin-top: 8px;
    font-size: 12px;
  }
}

.other-block .repair-pics .item.staff-icon img {
  max-width: 170px;
  margin: auto;
}

.other-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) {
  .other-block .repair-style-note {
    margin-top: 30px;
    padding: 0 15px;
    font-size: 12px;
  }
}

.other-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) {
  .other-block .repair-btns {
    display: block;
  }
}

.other-block .repair-btns .repair-btn {
  width: 400px;
  margin: 0 10px;
}

@media (max-width: 768px) {
  .other-block .repair-btns .repair-btn {
    width: 300px;
    margin: 10px auto;
  }
}

.other-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) {
  .other-block .repair-btns .repair-btn a {
    font-size: 18px;
  }
}

.other-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) {
  .other-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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 33px 30px 32px;
  display: block;
  width: 540px;
  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;
  }
}
