@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

html {
  font-size: 10px;
}

body {
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0em;
  color: #000;
  font-weight: bold;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

html, p, ul, ol, li, form, h1, h2, h3, h4, dd, dl, dt, iframe, span, figure {
  margin: 0;
  padding: 0;
}

img {
  height: auto;
  vertical-align: middle;
  max-width: 100%;
}

a img {
  border: none;
  outline: none;
}

ul, ol {
  list-style: none;
}

.clear {
  clear: both;
}

*,
*:before, *:after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.clearFix {
  overflow: hidden;
}

.clearFix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
}

* html .clearFix {
  height: 1em;
  overflow: visible;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

@media screen and (min-width: 897px), print {
  .sp {
    display: none !important;
  }
  .tel-link {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }
}

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

@font-face {
  font-family: "icon";
  src: url("../font/icon.woff?48aqu9") format("woff"), url("../font/icon.svg?48aqu9#icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon_bullet:before {
  content: "";
}

@media screen and (min-width: 897px), print {
  body {
    line-height: 1.8;
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 896px) {
  body {
    line-height: 1.8;
    font-size: 2.8vw;
  }
}

.under-link {
  text-decoration: underline;
}

@media screen and (min-width: 897px), print {
  .under-link:hover {
    text-decoration: none;
  }
}

.root {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
}

.root:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 20.58333%;
  background: url("../images/root_bg.svg") center top no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.root-deco {
  position: absolute;
}

@media screen and (min-width: 897px), print {
  .root {
    min-width: 1250px;
  }
  .root-deco {
    left: 50%;
    z-index: 1;
  }
  .root-deco--t {
    width: 1107px;
    height: 433px;
    background-image: url("../images/root_t.png");
    background-position: left top;
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -webkit-transform: translateX(-417px);
       -moz-transform: translateX(-417px);
        -ms-transform: translateX(-417px);
            transform: translateX(-417px);
    top: -270px;
  }
  .root-deco--l {
    background-image: url("../images/root_l.png");
    background-position: left top;
    background-repeat: repeat-y;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    width: 468px;
    height: 100%;
    top: -55px;
    -webkit-transform: translateX(-798px);
       -moz-transform: translateX(-798px);
        -ms-transform: translateX(-798px);
            transform: translateX(-798px);
    z-index: 2;
  }
  .root-deco--r {
    background-image: url("../images/root_r.png");
    background-position: left top;
    background-repeat: repeat-y;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    width: 367px;
    height: 100%;
    top: 145px;
    top: 185px;
    -webkit-transform: translateX(365px);
       -moz-transform: translateX(365px);
        -ms-transform: translateX(365px);
            transform: translateX(365px);
  }
}

@media screen and (max-width: 896px) {
  .root {
    min-width: 100%;
  }
  .root-deco--t {
    width: 138.7vw;
    height: 51.8vw;
    background: url("../images/root_top_sp.png") left top no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -21.9vw;
    left: -25vw;
  }
}

.contents {
  position: relative;
}

.contents-head {
  text-align: center;
  margin-bottom: -1.4em;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: bold;
  line-height: 1;
}

.contents-head__title {
  color: #424242;
}

@media screen and (min-width: 897px), print {
  .contents-head {
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .contents-head__title {
    font-size: 4.9rem;
  }
  .contents-body {
    padding-top: 65px;
  }
  .contents-body__lede {
    width: 590px;
    margin: 0 auto;
    text-align: center;
  }
}

@media screen and (max-width: 896px) {
  .contents-head {
    -webkit-transform: translate(-50%, -65%);
       -moz-transform: translate(-50%, -65%);
        -ms-transform: translate(-50%, -65%);
            transform: translate(-50%, -65%);
  }
  .contents-head__title img {
    height: 6.8vw;
    max-width: initial;
  }
  .contents-body {
    padding-top: 10.1vw;
  }
  .contents-body__lede {
    font-size: 3.9vw;
    width: 84.3vw;
    margin: 0 auto;
  }
}

.inner {
  position: relative;
  margin: 0 auto;
}

@media screen and (min-width: 897px), print {
  .inner {
    width: 1000px;
  }
  .inner--s {
    padding: 0 220px;
  }
}

@media screen and (max-width: 896px) {
  .inner {
    width: 100%;
    padding: 0 5.4vw;
  }
  .inner--s {
    padding: 0 7.8vw;
  }
}

.header {
  width: 100%;
  position: relative;
  text-align: center;
  z-index: 1;
}

.header:before, .header:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
}

.header__logo {
  color: #03a9f4;
  position: relative;
  font-weight: bold;
  z-index: 3;
  line-height: 1;
}

.header__logo span {
  display: block;
}

@media screen and (min-width: 897px), print {
  .header {
    line-height: 1.3;
    min-width: 1200px;
    padding: 100px 0;
  }
  .header a {
    -webkit-transition: opacity 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
    -moz-transition: opacity 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
    transition: opacity 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
  }
  .header a:hover {
    opacity: .7;
  }
  .header:before, .header:after {
    left: 50%;
  }
  .header:before {
    width: 201px;
    height: 185px;
    background: url("../images/header_l_img.png") center top no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-left: -515px;
    bottom: -36px;
  }
  .header:after {
    width: 145px;
    height: 173px;
    background: url("../images/header_r_img.png") center top no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-left: 360px;
    bottom: -24px;
  }
  .measure .header:before {
    background: url("../images/header_l_img_measure.png") center top no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .measure .header:after {
    background: url("../images/header_r_img_top.png") center top no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .index .header:before {
    background: url("../images/header_l_img_top.png") center top no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .index .header:after {
    background: url("../images/header_r_img_top.png") center top no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .index .header {
    padding-bottom: 300px;
  }
  .index .header:before {
    width: 270.5px;
    height: 311px;
    margin-left: -587px;
    bottom: -15px;
  }
  .index .header:after {
    width: 214.5px;
    height: 254.5px;
    margin-left: 300px;
  }
  .header__logo {
    width: 734px;
    margin: 0 auto;
  }
  .index .header {
    padding: 125px 0 300px;
  }
  .index .header:before {
    margin-left: -560px;
  }
  .index .header:after {
    bottom: -10px;
  }
  .index .header .header__logo {
    width: 910px;
  }
}

@media screen and (max-width: 896px) {
  .header {
    line-height: 1;
    min-width: 100%;
    padding: 10.9vw 0 14vw;
  }
  .header:before {
    width: 17vw;
    height: 20.9vw;
    background: url("../images/header_l_img_sp.png") center top no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: -1.3vw;
    bottom: 6.2vw;
  }
  .header:after {
    width: 17.5vw;
    height: 20.9vw;
    background: url("../images/header_r_img_top.png") center top no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: -0.8vw;
    bottom: 6.2vw;
  }
  .index .header {
    padding: 10.9vw 0 51.5vw;
  }
  .index .header:before {
    width: 18.9vw;
    height: 22.9vw;
    bottom: 0vw;
  }
  .index .header:after {
    width: 22.1vw;
    height: 26.4vw;
    right: -3.2vw;
    bottom: -3.2vw;
  }
  .privacy .header:before,
  .company .header:before {
    width: 18.9vw;
    height: 23.1vw;
    left: 0;
    bottom: -1.6vw;
  }
  .privacy .header:after,
  .company .header:after {
    width: 22.6vw;
    height: 22.6vw;
    background: url("../images/header_r_img.png") center top no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: -2.4vw;
    bottom: 0vw;
  }
  .header__logo {
    font-size: 20.3vw;
  }
  .header__logo span {
    font-size: 9.3vw;
    margin-bottom: 6.2vw;
  }
}

.footer {
  position: relative;
  background-color: #fff;
  color: #03a9f4;
  line-height: 1;
  z-index: 3;
}

.footer__logo a {
  display: block;
}

.footer__logo span {
  display: block;
}

.footer__copy {
  display: block;
  letter-spacing: 0.07em;
}

@media screen and (min-width: 897px), print {
  .footer {
    padding: 45px 0 55px;
  }
  .footer a {
    -webkit-transition: opacity 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
    -moz-transition: opacity 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
    transition: opacity 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
  }
  .footer a:hover {
    opacity: .7;
  }
  .footer__row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .footer__logo {
    font-size: 3.2rem;
  }
  .footer__copy {
    font-size: 0.9rem;
    margin-top: 25px;
    text-align: right;
  }
  .index .footer {
    padding-top: 65px;
  }
}

@media screen and (max-width: 896px) {
  .footer {
    padding: 6.2vw 0;
    text-align: center;
  }
  .footer__logo {
    width: 55.3vw;
    font-size: 7.8vw;
    line-height: 1.1;
    margin: 0 auto;
  }
  .footer__copy {
    margin-top: 4.6vw;
    font-size: 10px;
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: center;
       -moz-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
  }
}

.footer-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 897px), print {
  .footer-link {
    font-size: 1.6rem;
  }
  .footer-link__item {
    margin-left: 35px;
  }
}

@media screen and (max-width: 896px) {
  .footer-link {
    margin-top: 7vw;
    font-size: 4vw;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-link__item:nth-of-type(n + 2) {
    margin-left: 8.5vw;
  }
}

.foot-btn {
  position: relative;
  z-index: 9;
}

@media screen and (min-width: 897px), print {
  .foot-btn {
    padding: 28px 0;
  }
  .foot-btn .btn-row {
    margin-top: 0;
  }
  .index .foot-btn {
    margin-top: -80px;
  }
}

@media screen and (max-width: 896px) {
  .foot-btn {
    background-color: #fff;
    padding-top: 7.8vw;
  }
  .foot-btn .btn-pref {
    margin-top: 0;
  }
}

@media screen and (min-width: 897px), print {
  .btn-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 38px;
  }
  .btn-row .btn + .btn {
    margin-left: 50px;
  }
}

.btn {
  color: #fff;
  line-height: 1.3;
}

.btn a {
  width: 100%;
}

@media screen and (min-width: 897px), print {
  .btn a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: opacity 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
    -moz-transition: opacity 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
    transition: opacity 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
  }
  .btn a:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 896px) {
  .btn {
    display: block;
  }
}

.btn-measure {
  display: table;
  margin: 0 auto;
}

@media screen and (max-width: 896px) {
  .btn-measure {
    width: 83.1vw;
  }
}

.btn-pref a,
.btn-line a {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (max-width: 896px) {
  .btn-pref,
  .btn-line {
    width: 76.5vw;
    margin: 4.6vw auto 0;
  }
}

.btn-detail,
.btn-close {
  display: table;
}

.btn-detail a,
.btn-close a {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 897px), print {
  .btn-detail,
  .btn-close {
    margin: 23px auto 0;
  }
}

@media screen and (max-width: 896px) {
  .btn-detail,
  .btn-close {
    width: 26.7vw;
    margin: 3.4vw auto 0;
  }
}

.btn-close {
  margin: 0 auto;
}

.btn-apply {
  display: table;
}

.btn-apply a {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 897px), print {
  .btn-apply {
    margin: 17px auto 0;
  }
}

@media screen and (max-width: 896px) {
  .btn-apply {
    width: 54.5vw;
    margin: 2.3vw auto 0;
  }
}

.btn-once {
  display: table;
}

@media screen and (min-width: 897px), print {
  .btn-once {
    margin: 52px auto 0;
  }
}

@media screen and (max-width: 896px) {
  .btn-once {
    width: 83.1vw;
    margin: 8.1vw auto 0;
  }
}

.btn-sort {
  display: table;
}

@media screen and (min-width: 897px), print {
  .btn-sort {
    margin: 17px auto 0;
  }
}

@media screen and (max-width: 896px) {
  .btn-sort {
    width: 31.2vw;
    margin: 2.8vw auto 0;
  }
}

.btn-start {
  display: table;
}

@media screen and (min-width: 897px), print {
  .btn-start {
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 896px) {
  .btn-start {
    width: 60.9vw;
    margin: 4.6vw auto 0;
  }
}

.btn-stop {
  display: table;
}

@media screen and (min-width: 897px), print {
  .btn-stop {
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 896px) {
  .btn-stop {
    width: 32vw;
    margin: 4.6vw auto 0;
  }
}

.list-indent > li {
  text-indent: 1em;
}

.list-indent ul {
  margin-left: 1em;
}

.p-indent {
  text-indent: 1em;
}

.mb1 {
  margin-bottom: 1.5em;
}

input {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -moz-box-shadow: none;
       box-shadow: none;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  border: none;
  width: 100%;
}

input:not([type="radio"]), input:not([type="checkbox"]),
input:not([type="submit"]) input:not([type="button"]) {
  border: solid 3px #bdbdbd;
}

input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
}

input[type="radio"]:checked ~ .radio-label:after {
  opacity: 1;
}

input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
}

input[type="checkbox"]:checked ~ .check-label:after {
  opacity: 1;
}

::-webkit-input-placeholder,
:placeholder-shown {
  color: #000;
  opacity: 1;
}

::-moz-placeholder,
:placeholder-shown {
  color: #000;
  opacity: 1;
}

:-ms-input-placeholder,
:placeholder-shown {
  color: #000;
  opacity: 1;
}

::placeholder,
:placeholder-shown {
  color: #000;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

select {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -moz-box-shadow: none;
       box-shadow: none;
  border: none;
  background: #eee url("../images/select_arrow.png") right center no-repeat;
  -moz-background-size: auto 100%;
       background-size: auto 100%;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

select::-ms-expand {
  display: none;
}

label {
  display: inline-block;
  vertical-align: middle;
}

.radio-label {
  position: relative;
  padding-left: 1.5em;
}

.radio-label:before, .radio-label:after {
  content: '';
  display: block;
  -moz-border-radius: 50%;
       border-radius: 50%;
  position: absolute;
}

.radio-label:before {
  left: 0;
  top: .45em;
  background: url("../images/radio.png") center center no-repeat;
  -moz-background-size: contain;
       background-size: contain;
}

.radio-label:after {
  opacity: 0;
  left: 0;
  top: .45em;
  background: url("../images/radio_checked.png") center center no-repeat;
  -moz-background-size: contain;
       background-size: contain;
}

.check-label {
  position: relative;
  padding-left: 1.5em;
}

.check-label:before, .check-label:after {
  content: '';
  display: block;
  position: absolute;
}

.check-label:before {
  left: 0;
  top: .45em;
  background: url("../images/check.png") center center no-repeat;
  -moz-background-size: contain;
       background-size: contain;
}

.check-label:after {
  opacity: 0;
  left: 0;
  top: .45em;
  background: url("../images/checked.png") center center no-repeat;
  -moz-background-size: contain;
       background-size: contain;
}

.flex-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-list + .flex-list {
  margin-top: 0.5em;
}

.flex-list li {
  padding-right: 1em;
}

@media screen and (min-width: 897px), print {
  input, select, textarea {
    font-size: 2.6rem;
  }
  input:not([type="radio"]), input:not([type="checkbox"]),
  input:not([type="submit"]) input:not([type="button"]) {
    height: 58px;
    padding: 8px 20px;
    -moz-border-radius: 8px;
         border-radius: 8px;
  }
  select {
    height: 58px;
    padding: 0 77px 0 20px;
    -moz-border-radius: 8px;
         border-radius: 8px;
  }
  .radio-label, .check-label {
    font-size: 2.6rem;
  }
  .radio-label:before, .radio-label:after {
    width: 25px;
    height: 25px;
  }
  .check-label:before, .check-label:after {
    width: 23px;
    height: 23px;
  }
}

@media screen and (max-width: 896px) {
  input, select, textarea {
    font-size: 16px;
  }
  input:not([type="radio"]), input:not([type="checkbox"]),
  input:not([type="submit"]) input:not([type="button"]) {
    height: 9vw;
    padding: 1.5vw 3.1vw;
    -moz-border-radius: 1.2vw;
         border-radius: 1.2vw;
    border: solid 2px #bdbdbd;
  }
  select {
    height: 9vw;
    padding: 0 12vw 0 3.1vw;
    -moz-border-radius: 1.2vw;
         border-radius: 1.2vw;
  }
  .radio-label, .check-label {
    font-size: 4vw;
  }
  .radio-label:before, .radio-label:after {
    width: 4vw;
    height: 4vw;
  }
  .check-label:before, .check-label:after {
    width: 3.7vw;
    height: 3.7vw;
  }
}

.rank-card {
  counter-increment: rank;
  position: relative;
}

.rank-card:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -moz-border-radius: inherit;
       border-radius: inherit;
}

.rank-card__inner {
  position: relative;
  -moz-border-radius: inherit;
       border-radius: inherit;
  background-color: #fff;
  border-style: solid;
}

.rank-card__inner:before, .rank-card__inner:after {
  position: absolute;
  z-index: 2;
}

.rank-card__inner:before {
  content: '';
  display: block;
}

.rank-card__inner:after {
  content: counter(rank);
  position: absolute;
  text-align: center;
}

.rank-card:nth-of-type(n + 4) .rank-card__inner:after {
  color: #fff;
}

.rank-card:nth-of-type(1) .rank-card__inner:before {
  background: url("../images/1.png") center top no-repeat;
  -moz-background-size: contain;
       background-size: contain;
}

.rank-card:nth-of-type(1) .rank-card__inner:after {
  color: #f3d332;
}

.rank-card:nth-of-type(2) .rank-card__inner:before {
  background: url("../images/2.png") center top no-repeat;
  -moz-background-size: contain;
       background-size: contain;
}

.rank-card:nth-of-type(2) .rank-card__inner:after {
  color: #dfdfdf;
}

.rank-card:nth-of-type(3) .rank-card__inner:before {
  background: url("../images/3.png") center top no-repeat;
  -moz-background-size: contain;
       background-size: contain;
}

.rank-card:nth-of-type(3) .rank-card__inner:after {
  color: #e7c8af;
}

.rank-card.wired:before {
  background-color: rgba(251, 140, 0, 0.3);
}

.rank-card.wired:nth-of-type(n + 4) .rank-card__inner:before {
  background: url("../images/number_bg_wired.png") center top no-repeat;
  -moz-background-size: contain;
       background-size: contain;
}

.rank-card.wired .rank-card__inner {
  border-color: #ff8a65;
}

.rank-card.wireless:before {
  background-color: rgba(30, 136, 229, 0.2);
}

.rank-card.wireless:nth-of-type(n + 4) .rank-card__inner:before {
  background: url("../images/number_bg_wireless.png") center top no-repeat;
  -moz-background-size: contain;
       background-size: contain;
}

.rank-card.wireless .rank-card__inner {
  border-color: #4fc3f7;
}

.rank-card.area:nth-of-type(n + 4) .rank-card__inner:before {
  background: url("../images/number_bg_area.png") center top no-repeat;
  -moz-background-size: contain;
       background-size: contain;
}

.rank-card.area .rank-card__inner {
  border-color: #81c784;
}

.rank-card.result:before {
  background-color: rgba(251, 140, 0, 0.2);
}

.rank-card.result .rank-card__inner {
  border-color: #ff8a65;
}

.rank-card.result .rank-card__inner:before, .rank-card.result .rank-card__inner:after {
  display: none;
}

.rank-card.is-on .rank-card-off {
  display: none;
}

.rank-card.is-on .rank-card-on {
  display: block;
}

.rank-card__head {
  text-align: center;
}

@media screen and (min-width: 897px), print {
  .rank-card {
    -moz-border-radius: 20px;
         border-radius: 20px;
    padding-bottom: 6px;
  }
  .rank-card:nth-of-type(n + 2) {
    margin-top: 37px;
  }
  .rank-card__inner {
    padding: 10px 15px 25px;
    border-width: 4px;
  }
  .rank-card__inner:before, .rank-card__inner:after {
    left: -33px;
    top: -32px;
    width: 66px;
    height: 97px;
  }
  .rank-card__inner:after {
    font-size: 3rem;
    line-height: 66px;
  }
  .rank-card__head {
    font-size: 4rem;
    line-height: 1.4;
  }
  .rank-card__head-label {
    font-size: 1.6rem;
  }
  .rank-card__provider, .rank-card__line {
    padding: 15px 0;
    border-bottom: 2px dotted #ffc107;
  }
  .rank-card__body {
    padding-top: 20px;
  }
  .index .rank-card {
    width: 470px;
  }
  .index .rank-card:nth-of-type(n + 2) {
    margin-top: 60px;
  }
  .index .rank-card .rank-card__inner {
    padding: 15px;
  }
  .index .rank-card .rank-card__inner:before, .index .rank-card .rank-card__inner:after {
    width: 59px;
    height: 87px;
    left: -28px;
    top: -32px;
  }
  .index .rank-card .rank-card__inner:after {
    font-size: 2.6rem;
    line-height: 59px;
  }
  .index .rank-card .rank-card__head {
    padding: 10px 0 15px;
    line-height: 1.8;
    font-size: 2rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 2px dotted #ffc107;
  }
  .index .rank-card .rank-card__line, .index .rank-card .rank-card__provider {
    width: 49%;
    padding: 0;
    border: none;
  }
  .rank-card.result {
    width: 583px;
    margin: 0 auto;
  }
  .rank-card.result .rank-card__head {
    font-size: 4.4rem;
  }
  .rank-card.result .rank-card__head-label {
    font-size: 1.8rem;
  }
  .rank-card.result .rank-card__provider, .rank-card.result .rank-card__line {
    padding: 17px 0;
  }
  .rank-card.result .rank-card__body {
    padding-top: 37px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 896px) {
  .rank-card {
    margin: 0 auto;
    -moz-border-radius: 3.1vw;
         border-radius: 3.1vw;
    padding-bottom: 0.9vw;
  }
  .rank-card:nth-of-type(n + 2) {
    margin-top: 5.6vw;
  }
  .rank-card__inner {
    padding: 1.5vw 2.5vw 3.9vw;
    border-width: 3px;
  }
  .rank-card__inner:before, .rank-card__inner:after {
    left: -5.2vw;
    top: -5vw;
    width: 10.3vw;
    height: 15.1vw;
  }
  .rank-card__inner:after {
    font-size: 4vw;
    line-height: 10.3vw;
  }
  .rank-card__head {
    font-size: 5.7vw;
    line-height: 1.5;
  }
  .rank-card__head-label {
    font-size: 2.3vw;
  }
  .rank-card__body {
    padding-top: 3.1vw;
  }
  .rank-card__line, .rank-card__provider {
    padding: 2.3vw 0;
    border-bottom: 2px dotted #ffc107;
  }
  .rank-card__provider {
    margin-top: 1.2vw;
  }
  .index .rank-card {
    width: 76.8vw;
  }
  .index .rank-card:nth-of-type(n + 2) {
    margin-top: 4.3vw;
  }
  .index .rank-card .rank-card__inner {
    padding: 2.5vw;
  }
  .rank-card.result .rank-card__head {
    font-size: 6.8vw;
  }
  .rank-card.result .rank-card__head-label {
    font-size: 2.8vw;
  }
}

.ipv-label {
  color: #fff;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (min-width: 897px), print {
  .rank-card-off .ipv-label {
    width: 75px;
    margin-right: 12px;
  }
  .index .rank-card-off .ipv-label {
    width: 66px;
  }
  .rank-card-on .ipv-label {
    width: 153px;
    position: absolute;
    right: 0;
    top: 20px;
  }
  .index .rank-card-on .ipv-label {
    width: 124px;
  }
}

@media screen and (max-width: 896px) {
  .rank-card-off .ipv-label {
    width: 11.5vw;
    position: absolute;
    left: 0;
    top: 0.5em;
    margin-right: 1.8vw;
  }
  .index .rank-card-off .ipv-label {
    width: 10.7vw;
  }
  .rank-card-on .ipv-label {
    width: 23.9vw;
    position: absolute;
    right: 0;
    top: 3.9vw;
  }
  .index .rank-card-on .ipv-label {
    width: 20vw;
  }
}

.speed-display {
  position: relative;
}

.rank-card-off .speed-display {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.rank-card-on .speed-display {
  border-top: 2px dotted #ffc107;
}

@media screen and (min-width: 897px), print {
  .rank-card-off .speed-display {
    font-size: 2.2rem;
  }
  .rank-card-off .speed-display .speed-display-block {
    width: -webkit-calc((100% - 80px) / 2);
    width: -moz-calc((100% - 80px) / 2);
    width: calc((100% - 80px) / 2);
  }
  .rank-card-off .speed-display .speed-display__num {
    font-size: 2.6rem;
  }
  .rank-card-off .speed-display .speed-display__unit {
    font-size: 1.8rem;
  }
  .index .rank-card-off .speed-display {
    font-size: 2rem;
  }
  .index .rank-card-off .speed-display .speed-display__num {
    font-size: 2.2rem;
  }
  .index .rank-card-off .speed-display .speed-display__unit {
    font-size: 1.6rem;
  }
  .rank-card-on .speed-display {
    padding: 14px 0;
  }
  .rank-card-on .speed-display .speed-display__num {
    font-size: 3.9rem;
    margin-left: 40px;
  }
  .rank-card-on .speed-display .speed-display__unit {
    font-size: 2.7rem;
    margin-left: 0.4em;
  }
  .index .rank-card-on .speed-display .speed-display__num {
    font-size: 3.1rem;
    margin-left: 40px;
  }
  .index .rank-card-on .speed-display .speed-display__unit {
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 896px) {
  .rank-card-off .speed-display {
    font-size: 3.4vw;
    padding-left: 13.4vw;
  }
  .rank-card-off .speed-display .speed-display-block {
    width: 49%;
  }
  .rank-card-off .speed-display .speed-display__num {
    font-size: 4vw;
  }
  .rank-card-off .speed-display .speed-display__unit {
    font-size: 2.8vw;
  }
  .index .rank-card-off .speed-display {
    font-size: 3.2vw;
  }
  .index .rank-card-off .speed-display .speed-display__num {
    font-size: 3.7vw;
  }
  .index .rank-card-off .speed-display .speed-display__unit {
    font-size: 2.6vw;
  }
  .rank-card-on .speed-display {
    padding: 2.8vw 0;
  }
  .rank-card-on .speed-display .speed-display__num {
    font-size: 6vw;
    margin-left: 6.2vw;
  }
  .rank-card-on .speed-display .speed-display__unit {
    font-size: 4.2vw;
    margin-left: 0.4em;
  }
}

.rank-card-off .speed-display-block .speed-display-text span {
  margin-left: .2em;
}

.rank-card-on .speed-display-block .speed-display-text {
  line-height: 1.5;
  position: relative;
}

.rank-card-on .speed-display-block .speed-display-text:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.speed-display-block.down {
  color: #e95575;
}

.rank-card-on .speed-display-block.down .speed-display-text:before {
  background: url("../images/icon_speed_down.png") center top no-repeat;
  -moz-background-size: contain;
       background-size: contain;
}

.speed-display-block.up {
  color: #42a5f5;
}

.rank-card-on .speed-display-block.up .speed-display-text:before {
  background: url("../images/icon_speed_up.png") center top no-repeat;
  -moz-background-size: contain;
       background-size: contain;
}

@media screen and (min-width: 897px), print {
  .rank-card-on .speed-display-block {
    padding: 0 14px;
    margin: 5px 0 8px;
  }
  .rank-card-on .speed-display-block .speed-display-text {
    font-size: 3.3rem;
    padding-left: 40px;
  }
  .rank-card-on .speed-display-block .speed-display-text:before {
    width: 38px;
    height: 38px;
  }
  .index .rank-card-on .speed-display-block {
    padding: 0 8px;
  }
  .index .rank-card-on .speed-display-block .speed-display-text {
    font-size: 2.6rem;
    padding-left: 35px;
  }
  .index .rank-card-on .speed-display-block .speed-display-text:before {
    width: 32px;
    height: 32px;
  }
}

@media screen and (max-width: 896px) {
  .rank-card-on .speed-display-block {
    padding: 0 1.5vw;
    margin-top: 1.5vw;
  }
  .rank-card-on .speed-display-block .speed-display-text {
    font-size: 5.1vw;
    padding-left: 7vw;
  }
  .rank-card-on .speed-display-block .speed-display-text:before {
    width: 5.9vw;
    height: 5.9vw;
  }
}

.speed-display-bar {
  width: 100%;
  position: relative;
  background-color: #eee;
}

.speed-display-bar__progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.down .speed-display-bar__progress {
  background: -webkit-gradient(linear, left top, right top, from(#f5dbe8), to(#d1187d));
  background: -webkit-linear-gradient(left, #f5dbe8 0%, #d1187d 100%);
  background: -moz- oldlinear-gradient(left, #f5dbe8 0%, #d1187d 100%);
  background: linear-gradient(90deg, #f5dbe8 0%, #d1187d 100%);
}

.up .speed-display-bar__progress {
  background: -webkit-gradient(linear, left top, right top, from(#d7ecfa), to(#009de2));
  background: -webkit-linear-gradient(left, #d7ecfa 0%, #009de2 100%);
  background: -moz- oldlinear-gradient(left, #d7ecfa 0%, #009de2 100%);
  background: linear-gradient(90deg, #d7ecfa 0%, #009de2 100%);
}

.speed-display-bar__result {
  color: #fff;
  text-align: right;
}

@media screen and (min-width: 897px), print {
  .speed-display-bar {
    height: 27px;
  }
  .speed-display-bar__result {
    line-height: 27px;
    font-size: 1.8rem;
    padding: 0 6px;
  }
  .index .speed-display-bar {
    height: 22px;
  }
  .index .speed-display-bar .speed-display-bar__result {
    font-size: 1.5rem;
    line-height: 22px;
  }
}

@media screen and (max-width: 896px) {
  .speed-display-bar {
    height: 4.3vw;
  }
  .speed-display-bar__result {
    font-size: 2.8vw;
    line-height: 4.3vw;
    padding: 0 1vw;
  }
}

.rank-detail {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  word-break: break-all;
}

.rank-detail__head {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.rank-detail__body span + span {
  margin-left: 1em;
}

@media screen and (min-width: 897px), print {
  .rank-detail {
    padding: 0 20px;
    font-size: 1.8rem;
  }
  .rank-detail__head {
    width: 140px;
  }
  .rank-detail__head img {
    width: 26px;
    margin-right: 8px;
  }
  .index .rank-detail {
    padding: 0 14px;
    font-size: 1.5rem;
  }
  .index .rank-detail .rank-detail__head {
    width: 120px;
  }
  .index .rank-detail .rank-detail__head img {
    width: 20px;
  }
}

@media screen and (max-width: 896px) {
  .rank-detail {
    padding: 0 2.3vw;
  }
  .rank-detail:nth-of-type(n + 2) {
    margin-top: 0.6vw;
  }
  .rank-detail__head {
    width: 23.4vw;
  }
  .rank-detail__head img {
    width: 4.2vw;
    margin-right: 1.5vw;
  }
}

.rank-card-on {
  display: none;
}

.result .rank-card-on {
  display: block;
}

@media screen and (min-width: 897px), print {
  .rank-card-on__lede {
    padding-bottom: 14px;
  }
}

@media screen and (max-width: 896px) {
  .rank-card-on__lede {
    padding-bottom: 2.8vw;
  }
}

.index__title {
  text-align: center;
  line-height: 1;
}

@media screen and (min-width: 897px), print {
  .index .root-deco--t {
    width: 1127px;
    height: 366px;
    top: -235px;
    background-image: url("../images/index_t.png");
    -webkit-transform: translateX(-453px);
       -moz-transform: translateX(-453px);
        -ms-transform: translateX(-453px);
            transform: translateX(-453px);
  }
  .index .root-deco--l {
    z-index: 1;
    height: 1110px;
  }
  .index .root-deco--r {
    height: 860px;
  }
  .index__title {
    margin-bottom: 15px;
    font-size: 4.3rem;
  }
}

@media screen and (max-width: 896px) {
  .index__title {
    margin-bottom: 3.1vw;
    font-size: 6.5vw;
    height: 7.8vw;
  }
  .index__title img {
    max-height: 100%;
    max-width: initial;
  }
}

.index-lede {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 897px), print {
  .index-lede {
    font-size: 1.7rem;
    width: 610px;
    margin: -260px auto 0;
  }
  .index-lede__text {
    padding: 0 20px;
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 896px) {
  .index-lede {
    margin: -46.9vw auto 0;
  }
  .index-lede__text {
    width: 60.9vw;
    margin: 0 auto 8.5vw;
  }
}

.index-area .index__title {
  color: #29b6f6;
}

@media screen and (min-width: 897px), print {
  .index-area {
    margin-top: 60px;
  }
}

@media screen and (max-width: 896px) {
  .index-area {
    margin-top: 14.8vw;
    position: relative;
  }
  .index-area .inner {
    padding: 0;
  }
  .index-area:before, .index-area:after {
    content: '';
    display: block;
    position: absolute;
  }
  .index-area:before {
    width: 60.3vw;
    height: 82vw;
    background: url("../images/root_l_sp.png") left top no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: -37.5vw;
    top: -12.2vw;
  }
  .index-area:after {
    width: 50.6vw;
    height: 100vw;
    background: url("../images/root_r_sp.png") left top no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: -14.1vw;
    top: -1.6vw;
  }
}

.map {
  width: 100%;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 897px), print {
  .map {
    height: 460px;
    -moz-border-radius: 20px;
         border-radius: 20px;
    border-bottom: solid 4px #fff176;
  }
}

@media screen and (max-width: 896px) {
  .map {
    padding-top: 71.875%;
    border-bottom: solid 0.9vw #fff176;
  }
}

.index-line {
  position: relative;
  overflow: hidden;
  position: relative;
}

.index-line:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff176;
  position: absolute;
  left: 0;
}

@media screen and (min-width: 897px), print {
  .index-line:before {
    top: 25px;
  }
}

@media screen and (max-width: 896px) {
  .index-line:before {
    top: 3.1vw;
  }
}

.index-line .index__title {
  color: #ff5722;
}

.index-line__catch {
  text-align: center;
}

.index-line__lede {
  text-align: center;
}

@media screen and (min-width: 897px), print {
  .index-line {
    margin-top: 35px;
    padding-bottom: 100px;
  }
  .index-line__catch {
    margin: 20px auto 0;
    font-size: 1.6rem;
  }
  .index-line__lede {
    width: 580px;
    margin: 10px auto;
  }
  .index-line__row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 896px) {
  .index-line {
    margin-top: 13.2vw;
    padding-bottom: 11.7vw;
  }
  .index-line__catch {
    width: 42.5vw;
    margin: 2.3vw auto 0;
  }
  .index-line__lede {
    width: 75vw;
    margin: 3.1vw auto 0;
  }
}

.index-line-block {
  position: relative;
}

.index-line-block__title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  position: relative;
}

.index-line-block__title img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.index-line-block--wired .index-line-block__title {
  color: #ff8a65;
}

.index-line-block--wireless .index-line-block__title {
  color: #4fc3f7;
}

@media screen and (min-width: 897px), print {
  .index-line-block:before {
    content: '';
    display: block;
    position: absolute;
  }
  .index-line-block__title {
    font-size: 4.5rem;
    margin-bottom: 8px;
  }
  .index-line-block--wired:before {
    width: 182px;
    height: 221px;
    background: url("../images/index_line_wired.png") center top no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -123px;
    left: 4px;
  }
  .index-line-block--wireless:before {
    width: 140px;
    height: 197px;
    background: url("../images/index_line_wireless.png") center top no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -110px;
    right: 36px;
  }
}

@media screen and (max-width: 896px) {
  .index-line-block {
    margin-top: 4.6vw;
  }
  .index-line-block__title {
    font-size: 7.3vw;
    margin-bottom: 1.7vw;
  }
  .index-line-block__title img {
    height: 10.1vw;
  }
  .index-line-block--wireless {
    margin-top: 8.1vw;
  }
}

.detail-sample {
  background-color: #fff176;
}

@media screen and (min-width: 897px), print {
  .detail-sample {
    padding: 70px 0 160px;
  }
  .detail-sample h3 {
    font-size: 3.6rem;
    text-align: center;
    margin-bottom: 72px;
    line-height: 1;
  }
}

@media screen and (max-width: 896px) {
  .detail-sample {
    padding: 18.4vw 0 16.4vw;
  }
  .detail-sample h3 {
    font-size: 5.6vw;
    text-align: center;
    margin-bottom: 12.5vw;
  }
  .detail-sample .index-line-block:nth-of-type(2) {
    margin-top: 12.5vw;
  }
}

.privacy .contents-body {
  background-color: #fafafa;
}

.privacy__lede {
  font-weight: normal;
}

@media screen and (min-width: 897px), print {
  .privacy .root-deco--l {
    background-image: url("../images/privacy_l.png");
    background-repeat: no-repeat;
  }
  .privacy .root-deco--r {
    height: 2930px;
  }
  .privacy .contents-body {
    font-size: 1.2rem;
    padding-bottom: 0;
  }
  .privacy__lede {
    margin-bottom: 20px;
  }
  .privacy .btn-measure {
    margin-top: 25px;
  }
}

@media screen and (max-width: 896px) {
  .privacy .contents-body {
    font-size: 3.1vw;
  }
  .privacy .foot-btn:nth-of-type(2) {
    margin-top: 4.6vw;
  }
}

.privacy-block {
  font-weight: normal;
}

@media screen and (min-width: 897px), print {
  .privacy-block {
    border-bottom: 3px dotted #757575;
    padding: 20px 0;
  }
  .privacy-block:last-of-type {
    border-bottom: none;
  }
  .privacy-block__head {
    font-size: 1.7rem;
    font-weight: bold;
  }
}

@media screen and (max-width: 896px) {
  .privacy-block {
    margin-top: 11.7vw;
  }
}

.company .contents-body {
  background-color: #fafafa;
}

@media screen and (min-width: 897px), print {
  .company .root-deco--l {
    height: 1100px;
  }
  .company .root-deco--r {
    height: 900px;
  }
  .company .contents-body {
    padding-top: 80px;
    padding-bottom: 30px;
  }
  .company .btn-measure {
    margin-top: 185px;
  }
}

@media screen and (max-width: 896px) {
  .company .contents-body {
    padding-top: 11.7vw;
  }
  .company .foot-btn:nth-of-type(2) {
    margin-top: 14vw;
  }
}

.company-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.company-block:last-of-type {
  border-bottom: none;
}

.company-block__head {
  font-weight: bold;
}

.no-justify .company-block__head span {
  width: auto;
  text-align: left;
  text-justify: initial;
}

@media screen and (min-width: 897px), print {
  .company-block {
    border-bottom: 3px dotted #757575;
    font-size: 2rem;
    padding: 16px 0;
  }
  .company-block__head {
    width: 115px;
  }
}

@media screen and (max-width: 896px) {
  .company-block {
    border-bottom: 2px dotted #757575;
    font-size: 3.9vw;
    padding: 3.9vw 0;
  }
  .company-block__head {
    width: 18.7vw;
  }
}

@media screen and (min-width: 897px), print {
  .line .root-deco--r {
    background-image: url("../images/line_r.png");
  }
  .line .contents-body {
    padding-bottom: 40px;
    padding-top: 45px;
  }
  .line .btn-row {
    margin-top: 35px;
  }
  .line .btn-row .btn:nth-of-type(n + 2) {
    margin-left: 60px;
  }
}

@media screen and (max-width: 896px) {
  .line .contents-body {
    padding-bottom: 12.5vw;
    padding-top: 7.8vw;
  }
  .line .contents-head__title img {
    height: 8.9vw;
  }
  .line .btn-row {
    margin-top: 4.6vw;
  }
  .line .btn-row .btn {
    width: 65.3vw;
    margin: auto;
  }
  .line .btn-row .btn:nth-of-type(n + 2) {
    margin-top: 2.3vw;
  }
}

.rank-list__title {
  text-align: center;
}

@media screen and (min-width: 897px), print {
  .rank-list {
    margin: 63px auto 0;
    width: 530px;
  }
  .rank-list__title {
    margin-bottom: 27px;
  }
}

@media screen and (max-width: 896px) {
  .rank-list {
    margin: 6.5vw auto 0;
    width: 82.8vw;
  }
  .rank-list__title {
    margin-bottom: 4.2vw;
  }
  .rank-list__title img {
    height: 11vw;
    max-width: initial;
  }
}

.wired .contents-body {
  background-color: #ffe5dd;
}

.wireless .contents-body {
  background-color: #f0faff;
}

.result .contents-body {
  background-color: #fff176;
}

.result .foot-btn {
  background-color: #fff;
}

@media screen and (min-width: 897px), print {
  .result .root-deco--l {
    height: 1100px;
  }
  .result .root-deco--r {
    height: 860px;
  }
  .result .contents-body {
    padding-top: 65px;
  }
  .result .foot-btn {
    margin-top: 50px;
  }
}

@media screen and (max-width: 896px) {
  .result .contents-head__title img {
    height: 11.2vw;
  }
  .result .contents-body {
    padding-top: 10.9vw;
  }
  .result .foot-btn {
    margin-top: 10.9vw;
    padding-top: 4.6vw;
  }
}

.area .contents-body {
  background-color: #f3faf4;
}

.area .foot-btn {
  background-color: #fff;
}

@media screen and (min-width: 897px), print {
  .area .root-deco--r {
    background-image: url("../images/line_r.png");
  }
  .area .contents-head {
    -webkit-transform: translate(-50%, -30%);
       -moz-transform: translate(-50%, -30%);
        -ms-transform: translate(-50%, -30%);
            transform: translate(-50%, -30%);
  }
  .area .contents-body {
    padding-top: 130px;
  }
  .area .foot-btn {
    margin-top: 50px;
  }
}

@media screen and (max-width: 896px) {
  .area .contents-head {
    -webkit-transform: translate(-50%, -30%);
       -moz-transform: translate(-50%, -30%);
        -ms-transform: translate(-50%, -30%);
            transform: translate(-50%, -30%);
  }
  .area .contents-head__title img {
    height: 19.8vw;
  }
  .area .contents-body {
    padding-top: 19.6vw;
  }
  .area .foot-btn {
    margin-top: 10.9vw;
  }
  .area .rank-list {
    margin-top: 16.4vw;
  }
}

.area-sort select {
  background: #fff url("../images/area_select.png") right center no-repeat;
  -moz-background-size: auto 100%;
       background-size: auto 100%;
}

.area-sort__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 897px), print {
  .area-sort {
    font-size: 3.2rem;
    margin-top: 40px;
  }
  .area-sort input, .area-sort select {
    font-size: inherit;
    -moz-border-radius: 10px;
         border-radius: 10px;
    height: 72px;
    border: solid 4px #c0dfa1;
  }
  .area-sort select {
    padding: 0 96px 0 30px;
  }
  .area-sort input {
    padding: 0 20px;
  }
  .area-sort__city {
    width: 249px;
    margin-left: 16px;
  }
}

@media screen and (max-width: 896px) {
  .area-sort {
    font-size: 5vw;
    margin-top: 11.7vw;
  }
  .area-sort input, .area-sort select {
    font-size: inherit;
    -moz-border-radius: 1.5vw;
         border-radius: 1.5vw;
    height: 11.2vw;
    border: solid 2px #c0dfa1;
  }
  .area-sort select {
    padding: 0 15vw 0 4.6vw;
  }
  .area-sort input {
    padding: 0 3.1vw;
  }
  .area-sort__city {
    width: 40.4vw;
    margin-left: 2.3vw;
  }
}

@media screen and (min-width: 897px), print {
  .measure .root-deco--l {
    height: 760px;
    z-index: 1;
  }
  .measure .root-deco--r {
    height: 400px;
  }
  .measure .contents-body {
    padding-top: 0;
    padding-bottom: 107px;
  }
  .measure .contents-body__lede {
    margin-top: -1.5em;
  }
  .measure .btn-measure {
    margin: 50px auto;
  }
}

@media screen and (max-width: 896px) {
  .measure .contents-body {
    padding-top: 0vw;
    padding-bottom: 11.2vw;
  }
  .measure .btn-measure {
    margin: 7vw auto;
  }
}

.form-sample .flex-list li {
  width: 50%;
}

@media screen and (min-width: 897px), print {
  .form-sample {
    padding: 0 55px;
  }
  .form-sample select {
    margin-bottom: 20px;
  }
  .form-sample .flex-list {
    margin-top: 30px;
  }
  .form-sample .flex-list:nth-of-type(2) {
    margin-top: 5px;
  }
}

@media screen and (max-width: 896px) {
  .form-sample {
    padding: 0 9.3vw;
  }
  .form-sample select {
    margin-bottom: 20px;
  }
  .form-sample .flex-list {
    margin-top: 4.6vw;
  }
  .form-sample .flex-list:nth-of-type(2) {
    margin-top: 0.7vw;
  }
}
