@charset "UTF-8";
/* Sanitize
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *		IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */ }

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

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

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0; }

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0; }

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

/**
 * Add the correct display in IE.
 */
main {
  display: block; }

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0; }

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

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

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

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

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
img {
  max-width: 100%;
  height: auto; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: top; }

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

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

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none; }

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor; }

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

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse; }

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0; }

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */ }

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */ }

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible; }

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
  color: inherit;
  /* 2 */ }

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none; }

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */ }

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0; }

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none; }

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block; }

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content; }

dialog:not([open]) {
  display: none; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
			in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */ }

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress; }

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer; }

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled="true"],
[disabled] {
  cursor: not-allowed; }

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden] {
  display: initial; }

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute; }

/**
 * Add
 */
dl dd {
  margin-left: 0; }

figure {
  margin: 0; }

table {
  table-layout: fixed; }

menu {
  padding: 0; }

body {
  position: relative;
  font-family: YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "Hiragino Kaku Gothic ProN", Arial, Meiryo, sans-serif;
  line-height: 1.8; }

#wrapper {
  position: relative; }

.f-container {
  width: 1000px;
  margin: 0 auto; }

@media screen and (max-width: 767px) {
  body {
    line-height: 1.5;
    min-width: 1%;
    overflow-x: hidden;
    position: relative; }
  .f-container {
    width: auto;
    margin: 0 4.0%;
    margin: 0 4.0vw; } }

/* mouseover
--------------------------------------------------*/
@media screen and (min-width: 768px) {
  .over:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; } }

*:focus {
  outline: none; }

label {
  cursor: pointer; }

/* link
--------------------------------------------------*/
a {
  color: #000;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  a:link, a:active, a:visited {
    text-decoration: underline; }
  a:hover, a:focus {
    text-decoration: none; }

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1000px;
  background: #fff;
  -webkit-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.2);
  z-index: 100; }
  @media screen and (max-width: 767px) {
    .l-header {
      min-width: 0; } }
  .l-headerContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0 30px; }
    @media screen and (max-width: 767px) {
      .l-headerContainer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 15px 0 15px;
        margin: 0 3.33%;
        margin: 0 3.33vw; } }
  .l-headerLogo {
    font-size: 1em;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .l-headerLogo {
        width: 37.5%; } }
    .l-headerLogo__link:hover {
      opacity: 0.7; }
    .l-headerLogo__img {
      vertical-align: middle; }
  .l-headerList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 16px; }
    .l-headerListWrap {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      margin: 0 0 0 50px; }
      @media screen and (max-width: 767px) {
        .l-headerListWrap {
          position: absolute;
          top: 0;
          right: 0;
          width: 270px;
          height: 100vh;
          margin: 0;
          background-color: #fff;
          -webkit-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.2);
          -webkit-transform: translate(100%);
          -ms-transform: translate(100%);
          transform: translate(100%);
          -webkit-transition: -webkit-transform 0.4s;
          transition: -webkit-transform 0.4s;
          -o-transition: transform 0.4s;
          transition: transform 0.4s;
          transition: transform 0.4s, -webkit-transform 0.4s;
          overflow-y: scroll;
          z-index: 10; }
          .l-headerListWrap.-active {
            -webkit-transform: translate(0%);
            -ms-transform: translate(0%);
            transform: translate(0%); } }
    @media screen and (max-width: 767px) {
      .l-headerList {
        display: block;
        height: 100%;
        margin: 0;
        font-size: 18px; } }
    .l-headerList__item {
      position: relative;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      text-align: center; }
      .l-headerList__item::before {
        content: "｜";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto 0;
        display: inline-block;
        width: 1em;
        font-size: inherit;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%); }
      .l-headerList__item.-last::after {
        content: "｜";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto 0;
        display: inline-block;
        width: 1em;
        font-size: inherit;
        -webkit-transform: translate(50%);
        -ms-transform: translate(50%);
        transform: translate(50%); }
      @media screen and (max-width: 767px) {
        .l-headerList__item {
          border-bottom: 1px solid #61646d;
          text-align: left; }
          .l-headerList__item::before {
            display: none; }
          .l-headerList__item::after, .l-headerList__item.-last::after {
            content: "";
            position: absolute;
            display: inline-block;
            top: 0;
            right: 20px;
            bottom: 0;
            width: 15px;
            height: 17px;
            background-image: url("/assets/img/common/ico_arrow_spMenu.png");
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            margin: auto 0;
            -webkit-transform: translate(0);
            -ms-transform: translate(0);
            transform: translate(0); }
          .l-headerList__item.-sns {
            padding: 15px 28px;
            border-bottom: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between; }
            .l-headerList__item.-sns::after {
              display: none; } }
    .l-headerList__link {
      display: inline-block; }
      .l-headerList__link:link, .l-headerList__link:active, .l-headerList__link:visited {
        text-decoration: none; }
      .l-headerList__link:hover {
        opacity: 0.7; }
      @media screen and (max-width: 767px) {
        .l-headerList__link {
          width: 100%;
          padding: 15px 28px; } }
    .l-headerList__sns {
      width: 30px; }
  .l-headerSPBtn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    display: inline-block;
    background: #000;
    width: 54px;
    height: auto;
    z-index: 9; }
    .l-headerSPBtn span {
      position: absolute;
      right: 0;
      left: 0;
      margin: 0 auto;
      display: inline-block;
      width: 58%;
      height: 4px;
      background: #fff; }
      .l-headerSPBtn span:nth-child(1) {
        top: 29%; }
      .l-headerSPBtn span:nth-child(2) {
        top: 0;
        bottom: 0;
        margin: auto; }
      .l-headerSPBtn span:nth-child(3) {
        bottom: 29%; }
    .l-headerSPBtn.-active {
      -webkit-transform: translate(-263px);
      -ms-transform: translate(-263px);
      transform: translate(-263px); }
      .l-headerSPBtn.-active span:nth-child(1) {
        top: 0;
        bottom: 0;
        margin: auto;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      .l-headerSPBtn.-active span:nth-child(2) {
        display: none; }
      .l-headerSPBtn.-active span:nth-child(3) {
        top: 0;
        bottom: 0;
        margin: auto;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }

.l-fixedSns {
  position: fixed;
  top: 150px;
  right: 0;
  width: 80px;
  padding: 26px 24px;
  border: 1px solid #d9d9d9;
  background: #fff;
  -webkit-box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.3);
  z-index: 10;
  -webkit-transform: translate(102%);
  -ms-transform: translate(102%);
  transform: translate(102%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s; }
  @media screen and (min-width: 768px) {
    .l-fixedSns.-active {
      -webkit-transform: translate(0%);
      -ms-transform: translate(0%);
      transform: translate(0%); } }
  .l-fixedSns__link {
    display: inline-block;
    width: auto;
    margin: 10px auto 0;
    text-align: center; }
    .l-fixedSns__link:first-child {
      margin-top: 0; }

.l-footer {
  min-width: 1000px;
  border-top: 1px solid #000; }
  @media screen and (max-width: 767px) {
    .l-footer {
      min-width: 0; } }
  .l-footerContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0 120px; }
    @media screen and (max-width: 767px) {
      .l-footerContainer {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px 0 80px;
        margin: 0 3.33%;
        margin: 0 3.33vw; } }
  .l-footerLogo {
    margin: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1em; }
    @media screen and (max-width: 767px) {
      .l-footerLogo {
        width: 37.5%;
        margin: 0 0 10px; } }
    .l-footerLogo__link:hover {
      opacity: 0.7; }
    .l-footerLogo__img {
      vertical-align: middle; }
  .l-footerList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    list-style: none;
    padding: 0;
    margin: 0 0 0 40px;
    font-size: 16px; }
    @media screen and (max-width: 767px) {
      .l-footerList {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        font-size: 11px;
        margin: 0; } }
    .l-footerList__item {
      margin-left: 30px; }
      .l-footerList__item:first-child {
        margin-left: 0; }
      @media screen and (max-width: 767px) {
        .l-footerList__item {
          margin-left: 17px; } }
  .l-footer__copyright {
    font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "Hiragino Kaku Gothic ProN", Arial, Meiryo, sans-serif;
    font-size: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media screen and (max-width: 767px) {
      .l-footer__copyright {
        width: 100%;
        text-align: center; } }

/* CSS Document */
.l-main {
  padding-top: 90px; }
  @media screen and (max-width: 767px) {
    .l-main {
      padding-top: 54px; } }

.c-aspectRatio {
  position: relative;
  width: 100%; }
  .c-aspectRatio__inside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.c-inputCheckbox__input,
.c-inputRadio__input {
  display: none; }

.c-inputCheckbox__mark,
.c-inputRadio__mark {
  position: relative;
  padding: 0 0 0 30px; }
  .c-inputCheckbox__mark::before,
  .c-inputRadio__mark::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ccc;
    width: 20px;
    height: 20px; }
  .c-inputCheckbox__mark::after,
  .c-inputRadio__mark::after {
    position: absolute;
    top: 5px;
    left: 5px;
    background: #0000ff;
    width: 10px;
    height: 10px; }

.c-inputRadio__mark::before, .c-inputRadio__mark::after {
  border-radius: 50%; }

:checked + .c-inputCheckbox__mark::after,
:checked + .c-inputRadio__mark::after {
  content: ""; }

.c-pageTop {
  position: fixed;
  bottom: 10px;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .c-pageTop.-active {
    opacity: 1;
    pointer-events: all; }
  .c-pageTop.-stop {
    position: relative;
    bottom: -2px; }
  .c-pageTop__btn {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: inline-block;
    padding: 25px 5px 10px;
    line-height: 1; }
    .c-pageTop__btn:link, .c-pageTop__btn:active, .c-pageTop__btn:visited {
      text-decoration: none; }
    .c-pageTop__btn::before {
      content: "";
      position: absolute;
      top: 15px;
      right: 0;
      left: 0;
      margin: 0 auto;
      display: inline-block;
      width: 10px;
      height: 10px;
      border-top: 2px solid #000;
      border-right: 2px solid #000;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .c-pageTop__text {
    font-size: 12px;
    text-align: center; }

.c-diagnoseBanner img {
  display: block;
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.c-diagnoseBanner img:hover {
  opacity: 0.8; }

.c-overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  height: 100vh;
  background: #000;
  opacity: 0.7;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .c-overlay.-active {
      display: block; } }

/*------------------------ *
 *	見出し
 *------------------------ */
.c-sectionTitle {
  margin: 0; }

.c-sectionSubTitle {
  margin: 1.5em 0 0;
  font-size: 18px;
  line-height: 1; }
  .c-sectionSubTitle.-mtShort {
    margin-top: 1.0em; }
  @media screen and (max-width: 767px) {
    .c-sectionSubTitle {
      font-size: 14px; } }

/*------------------------ *
 * ボタン
 *------------------------ */
.c-moreBtn {
  position: relative;
  width: 100%;
  max-width: 450px;
  display: block;
  padding: 3px 0;
  margin: 0 auto;
  border: 1px solid #000;
  font-size: 16px;
  line-height: 2;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  a .c-moreBtn:hover {
    opacity: 1; }
  a:hover .c-moreBtn {
    opacity: 0.7; }
  .c-moreBtn span {
    text-decoration: none; }
  .c-moreBtn img {
    vertical-align: middle; }
  .c-moreBtn:link, .c-moreBtn:active, .c-moreBtn:visited {
    text-decoration: none; }
  .c-moreBtn:hover, .c-moreBtn:focus {
    text-decoration: none;
    opacity: 0.5; }
  .c-moreBtn:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 9px;
    margin: auto 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #777;
    border-right: 2px solid #777;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  @media screen and (max-width: 767px) {
    .c-moreBtn {
      font-size: 13px;
      line-height: 32px; } }

/*------------------------ *
 *	パララックス
 *------------------------ */
.c-parallax {
  width: auto;
  min-height: 550px;
  padding-top: 90px;
  background-color: #fff;
  background-position: center 90px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain; }
  @media screen and (min-width: 768px) {
    .c-parallax.-right {
      margin-left: 100px;
      background-position: right 90px; }
    .c-parallax.-left {
      margin-right: 100px;
      background-position: left 90px; } }
  .c-parallax.-tablet {
    width: 100% !important;
    min-width: 1000px !important;
    padding-top: 50% !important;
    background-position: center 90px !important;
    background-attachment: scroll !important;
    background-size: cover !important; }
    .c-parallax.-tablet.-right {
      margin-left: 0;
      background-position: right 90px;
      background-size: 100%; }
    .c-parallax.-tablet.-left {
      margin-right: 0;
      background-position: left 90px;
      background-size: 100%; }
  @media screen and (max-width: 767px) {
    .c-parallax {
      width: 100%;
      min-height: 1px;
      padding-top: 60%;
      margin-top: 52px;
      background-position: center;
      background-attachment: scroll;
      background-size: cover; } }

.p-home .c-parallax.-bg-01 {
  background-image: url(../img/home/bg_howToUse.jpg); }
  @media screen and (max-width: 767px) {
    .p-home .c-parallax.-bg-01 {
      background-image: url(../img/home/bg_howToUse_sp.jpg); } }

.p-home .c-parallax.-bg-02 {
  background-image: url(../img/home/bg_other.jpg); }
  @media screen and (max-width: 767px) {
    .p-home .c-parallax.-bg-02 {
      background-image: url(../img/home/bg_other_sp.jpg); } }

/* キービジュアル */
.p-homeVisual img {
  width: 100%;
  min-width: 1000px; }
  @media screen and (max-width: 767px) {
    .p-homeVisual img {
      min-width: 1px; } }

/* キャンペーンバナー */
.p-homeCampaign {
  width: 1000px;
  text-align: center;
  padding: 60px 0;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .p-homeCampaign {
      width: auto;
      padding: 40px 0;
      margin: 0 4.0%;
      margin: 0 4.0vw; } }
  .p-homeCampaign a:hover {
    opacity: 0.7; }

/* シューズドクターとは */
.p-homeAbout {
  padding: 94px 0 100px; }
  @media screen and (max-width: 767px) {
    .p-homeAbout {
      padding: 80px 0 42px; } }
  .p-homeAbout .c-sectionHead {
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .p-homeAbout .c-sectionHead {
        margin-bottom: 20px; }
        .p-homeAbout .c-sectionHead img {
          max-width: 42.2vw; } }
  .p-homeAbout__copy {
    margin-bottom: 36px;
    font-size: 32px;
    font-weight: 500;
    line-height: 50px; }
    @media screen and (max-width: 767px) {
      .p-homeAbout__copy {
        margin-bottom: 18px;
        font-size: 20px;
        line-height: 1.6; } }
  .p-homeAbout__text {
    margin: 0;
    font-size: 20px;
    line-height: 2;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"; }
    @media screen and (max-width: 767px) {
      .p-homeAbout__text {
        font-size: 14px;
        line-height: 1.8; } }

/* スペシャルレポート */
.p-homeSpecial {
  min-width: 1000px;
  padding: 100px 0 120px;
  background-color: #f3f5f7; }
  @media screen and (max-width: 767px) {
    .p-homeSpecial {
      min-width: 0;
      padding: 50px 0 50px; } }
  .p-homeSpecial .c-sectionHead {
    margin-bottom: 90px; }
    @media screen and (max-width: 767px) {
      .p-homeSpecial .c-sectionHead {
        margin-bottom: 35px; }
        .p-homeSpecial .c-sectionHead img {
          max-width: 83.5vw; } }
  .p-homeSpecialList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    padding: 0;
    margin: 0;
    list-style: none; }
    @media screen and (max-width: 767px) {
      .p-homeSpecialList {
        display: block; } }
    .p-homeSpecialList__item {
      position: relative;
      display: block;
      padding: 0 0 40px; }
      .p-homeSpecialList__item:link, .p-homeSpecialList__item:active, .p-homeSpecialList__item:visited {
        text-decoration: none; }
        .p-homeSpecialList__item:link:hover, .p-homeSpecialList__item:active:hover, .p-homeSpecialList__item:visited:hover {
          opacity: 0.7; }
      @media screen and (min-width: 768px) {
        .p-homeSpecialList__item:nth-child(-n + 2) {
          margin-top: 0; }
        .p-homeSpecialList__item:nth-child(2n) {
          margin-left: 50px; } }
      .p-homeSpecialList__item.-comingSoon {
        padding: 54px 0 40px; }
      @media screen and (max-width: 767px) {
        .p-homeSpecialList__item {
          max-width: 475px;
          margin: 0 auto; }
          .p-homeSpecialList__item:nth-child(n + 1) {
            margin-top: 40px; }
          .p-homeSpecialList__item.-comingSoon {
            padding: 0; } }
    .p-homeSpecialList__title {
      margin: 0 0 8px;
      font-size: 26px;
      font-weight: 500;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .p-homeSpecialList__title {
          margin-bottom: 10px;
          font-size: 18px; } }
    .p-homeSpecialList__text {
      margin: 14px 0;
      font-size: 18px;
      line-height: 1.5;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt"; }
      @media screen and (max-width: 767px) {
        .p-homeSpecialList__text {
          font-size: 14px;
          line-height: 1.8; } }
    .p-homeSpecialList .c-moreBtn {
      position: absolute;
      left: 0;
      bottom: 0;
      max-width: 100%; }

/* 使い方 */
.p-homeHowTo {
  padding: 0 0 100px; }
  @media screen and (max-width: 767px) {
    .p-homeHowTo {
      padding: 52px 0 50px; } }
  .p-homeHowTo .p-homeContent {
    padding: 105px 0 0; }
    @media screen and (max-width: 767px) {
      .p-homeHowTo .p-homeContent {
        padding: 0; } }
  .p-homeHowTo .c-sectionHead {
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .p-homeHowTo .c-sectionHead {
        margin-bottom: 34px; }
        .p-homeHowTo .c-sectionHead img {
          max-width: 66vw; } }
  .p-homeHowTo__title {
    margin: 0 0 20px;
    font-size: 28px;
    font-weight: 500;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .p-homeHowTo__title {
        font-size: 18px;
        margin: 0 0 12px; } }
  .p-homeHowTo__movie {
    position: relative;
    margin: 0 0 50px; }
    @media screen and (max-width: 767px) {
      .p-homeHowTo__movie {
        margin: 0 0 16px; } }
    .p-homeHowTo__movieBtn {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      display: inline-block;
      width: 150px;
      height: 150px;
      background-image: url("/assets/img/common/btn_start.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
      @media screen and (max-width: 767px) {
        .p-homeHowTo__movieBtn {
          width: 52px;
          height: 52px; } }

/* リペアのコツ */
.p-homeRepair {
  min-width: 1000px;
  padding: 100px 0 100px;
  margin: 0 0 100px;
  background: #f3f5f7; }
  @media screen and (max-width: 767px) {
    .p-homeRepair {
      min-width: 0;
      padding: 52px 0 30px; } }
  .p-homeRepair .c-sectionHead {
    margin-bottom: 54px; }
    @media screen and (max-width: 767px) {
      .p-homeRepair .c-sectionHead {
        margin-bottom: 36px; }
        .p-homeRepair .c-sectionHead img {
          max-width: 42.6vw; } }
  .p-homeRepairContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .p-homeRepairSlider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .p-homeRepairSlider {
        display: block; } }
  .p-homeRepairImages {
    width: 720px;
    padding: 0;
    margin: 0;
    list-style: none; }
    @media screen and (max-width: 767px) {
      .p-homeRepairImages {
        width: auto;
        margin: 0 0 20px; } }
    .p-homeRepairImages__item {
      display: none; }
      .p-homeRepairImages__item.-active {
        display: block; }
    .p-homeRepairImages__figure {
      margin: 0 0 20px; }
    .p-homeRepairImages__title {
      margin: 0 0 10px;
      font-size: 27px;
      font-weight: 500;
      line-height: 50px; }
      @media screen and (max-width: 767px) {
        .p-homeRepairImages__title {
          font-size: 20px;
          line-height: 1.8; } }
    .p-homeRepairImages__text {
      margin: 0;
      font-size: 18px;
      line-height: 1.5;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt"; }
      @media screen and (max-width: 767px) {
        .p-homeRepairImages__text {
          font-size: 14px;
          line-height: 1.8; } }
  .p-homeRepairNav {
    width: 224px;
    padding: 0;
    margin: 0;
    list-style: none; }
    @media screen and (max-width: 767px) {
      .p-homeRepairNav {
        width: auto;
        letter-spacing: -0.5em; } }
    .p-homeRepairNav__item {
      position: relative;
      margin: 0 0 18px;
      opacity: 0.7;
      cursor: pointer;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
      @media screen and (max-width: 767px) {
        .p-homeRepairNav__item {
          display: inline-block;
          width: calc((100% / 3) - 10px);
          margin: 0 15px 20px 0;
          letter-spacing: normal; } }
      .p-homeRepairNav__item:hover {
        opacity: 0.5; }
      .p-homeRepairNav__item::before {
        content: '01';
        display: block;
        position: absolute;
        width: 26px;
        height: 26px;
        background: #fff;
        color: #000;
        text-align: center;
        font-size: 16px; }
        @media screen and (max-width: 767px) {
          .p-homeRepairNav__item::before {
            width: 22px;
            height: 22px;
            font-size: 14px; } }
      .p-homeRepairNav__item.-active {
        opacity: 1; }
        .p-homeRepairNav__item.-active::before {
          background: #000;
          color: #fff; }
    .p-homeRepairNav__item:nth-child(2)::before {
      content: '02'; }
    .p-homeRepairNav__item:nth-child(3)::before {
      content: '03'; }
    .p-homeRepairNav__item:nth-child(4)::before {
      content: '04'; }
    .p-homeRepairNav__item:nth-child(5)::before {
      content: '05'; }
    @media screen and (max-width: 767px) {
      .p-homeRepairNav__item:nth-child(3n) {
        margin: 0 0 20px; } }

/* 肉盛り補修 */
.p-homeType {
  min-width: 1000px;
  margin: 0 auto 102px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .p-homeType {
      min-width: 0;
      margin: 0 auto 50px; } }
  .p-homeType .c-sectionHead {
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .p-homeType .c-sectionHead {
        margin-bottom: 20px; }
        .p-homeType .c-sectionHead img {
          max-width: 83.5vw; } }
  .p-homeType__copy {
    margin-bottom: 36px;
    font-size: 32px;
    font-weight: 500;
    line-height: 50px; }
    @media screen and (max-width: 767px) {
      .p-homeType__copy {
        margin-bottom: 18px;
        font-size: 20px;
        line-height: 1.6; } }
  .p-homeTypeList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .p-homeTypeList__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      margin: 20px 0 40px;
      list-style: none; }
      .p-homeTypeList__inner:first-child {
        -webkit-animation: loop 90s linear infinite;
        animation: loop 90s linear infinite; }
      .p-homeTypeList__inner:nth-child(2) {
        -webkit-animation: loop2 90s -60s linear infinite;
        animation: loop2 90s -60s linear infinite; }
      .p-homeTypeList__inner:last-child {
        -webkit-animation: loop3 90s -30s linear infinite;
        animation: loop3 90s -30s linear infinite; }
    .p-homeTypeList__item {
      width: 295px;
      min-width: 295px;
      padding: 0 30px;
      margin: 0;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .p-homeTypeList__item {
          width: 190px;
          min-width: 0;
          padding: 0 5px; } }
      @media screen and (max-width: 567px) {
        .p-homeTypeList__item.-item01 div {
          padding: 0 20px 0 0; }
        .p-homeTypeList__item.-item01 p {
          margin-top: 35px; }
        .p-homeTypeList__item.-item02 div {
          padding: 0 20px 0 0; }
        .p-homeTypeList__item.-item02 p {
          margin-top: 35px; }
        .p-homeTypeList__item.-item03 div {
          padding: 0 10px; }
        .p-homeTypeList__item.-item03 p {
          margin-top: 35px; }
        .p-homeTypeList__item.-item04 div {
          padding: 0; }
        .p-homeTypeList__item.-item05 div {
          padding: 0; }
        .p-homeTypeList__item.-item06 div {
          padding: 0; } }
      .p-homeTypeList__item img {
        margin: auto; }
  .p-homeType .p-homeType__attention {
    width: 1000px;
    margin: 0 auto;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 1.5;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    text-align: center;
    background: #f3f5f7; }
    @media screen and (max-width: 767px) {
      .p-homeType .p-homeType__attention {
        width: auto;
        margin: 0 4.0%;
        margin: 0 4.0vw;
        padding: 5px 15px;
        font-size: 14px;
        line-height: 1.8; } }

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(200%);
    transform: translateX(200%); }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes loop {
  0% {
    -webkit-transform: translateX(200%);
    transform: translateX(200%); }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%); } }

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%); } }

@-webkit-keyframes loop3 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  to {
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%); } }

@keyframes loop3 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  to {
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%); } }

/* こんなところにも */
.p-homeOther {
  padding: 0 0 50px; }
  @media screen and (max-width: 767px) {
    .p-homeOther {
      padding: 52px 0 0; } }
  .p-homeOther .p-homeContent {
    padding: 105px 0 0;
    min-width: 1000px;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .p-homeOther .p-homeContent {
        min-width: 0;
        padding: 0; } }
    .p-homeOther .p-homeContent .f-container {
      width: 1000px;
      height: 920px;
      margin: auto;
      position: relative; }
      @media screen and (max-width: 767px) {
        .p-homeOther .p-homeContent .f-container {
          width: auto;
          height: auto;
          margin: 0; } }
  .p-homeOther .c-sectionHead {
    margin: 0 0 98px; }
    @media screen and (max-width: 767px) {
      .p-homeOther .c-sectionHead {
        margin: 0 4.0% 35px;
        margin: 0 4.0vw 35px; }
        .p-homeOther .c-sectionHead img {
          max-width: 40.5vw; } }
  .p-homeOtherLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    width: 1100px;
    padding: 0;
    margin: 0 auto;
    position: absolute; }
    @media screen and (max-width: 767px) {
      .p-homeOtherLink {
        width: 100%;
        position: static; } }
    .p-homeOtherLink__item {
      width: 550px;
      background: #f3f5f7; }
      @media screen and (max-width: 767px) {
        .p-homeOtherLink__item {
          width: 50%; }
          .p-homeOtherLink__item:nth-child(3) {
            width: 100%; }
          .p-homeOtherLink__item:last-child {
            display: none; } }
    .p-homeOtherLink__inner {
      display: block;
      padding: 50px; }
      .p-homeOtherLink__inner:link, .p-homeOtherLink__inner:active, .p-homeOtherLink__inner:visited {
        text-decoration: none; }
        .p-homeOtherLink__inner:link:hover, .p-homeOtherLink__inner:active:hover, .p-homeOtherLink__inner:visited:hover {
          opacity: 0.7; }
      @media screen and (max-width: 767px) {
        .p-homeOtherLink__inner {
          padding: 25px 0 50px;
          margin: 0 4.0%;
          margin: 0 4.0vw; } }
    .p-homeOtherLink__title {
      margin: 0 0 12px;
      font-size: 32px;
      font-weight: 500;
      line-height: 50px; }
      @media screen and (max-width: 767px) {
        .p-homeOtherLink__title {
          font-size: 20px;
          line-height: 1.8; } }
    .p-homeOtherLink__text {
      margin: 0 0 18px;
      font-size: 20px;
      line-height: 1.5;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt"; }
      @media screen and (max-width: 767px) {
        .p-homeOtherLink__text {
          font-size: 14px;
          line-height: 1.8; } }

/* ラインナップ */
.p-homeLineup {
  padding: 50px 0 160px; }
  @media screen and (max-width: 767px) {
    .p-homeLineup {
      padding: 90px 0 60px; } }
  .p-homeLineup .c-sectionHead {
    margin-bottom: 95px; }
    @media screen and (max-width: 767px) {
      .p-homeLineup .c-sectionHead {
        margin-bottom: 33px; }
        .p-homeLineup .c-sectionHead img {
          max-width: 42.4vw; } }
  .p-homeLineupList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .p-homeLineupList {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .p-homeLineupList__item {
      width: 475px; }
      @media screen and (max-width: 767px) {
        .p-homeLineupList__item {
          width: 100%; }
          .p-homeLineupList__item:first-child {
            margin-bottom: 40px; } }
    .p-homeLineupList__figure {
      background-color: #f3f5f7;
      text-align: center; }
    .p-homeLineupList__head {
      margin: 20px 0 20px; }
      @media screen and (max-width: 767px) {
        .p-homeLineupList__head {
          margin: 14px 0 10px; } }
    .p-homeLineupList__copy {
      margin: 0;
      font-size: 18px;
      line-height: 2;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt"; }
      @media screen and (max-width: 767px) {
        .p-homeLineupList__copy {
          font-size: 14px;
          line-height: 1.8; } }
    .p-homeLineupList__name {
      margin: 0;
      font-size: 32px;
      font-weight: 500;
      line-height: 1.2; }
      @media screen and (max-width: 767px) {
        .p-homeLineupList__name {
          font-size: 21px;
          line-height: 1.4; } }
    .p-homeLineupList__color {
      margin: 0;
      font-size: 16px; }
      @media screen and (max-width: 767px) {
        .p-homeLineupList__color {
          font-size: 12px; } }
    .p-homeLineupList__point {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 20px;
      line-height: 24px; }
      @media screen and (max-width: 767px) {
        .p-homeLineupList__point {
          font-size: 15px; } }
      .p-homeLineupList__point span {
        display: inline-block;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 0 20px; }
      .p-homeLineupList__point::before, .p-homeLineupList__point::after {
        content: "";
        display: inline-block;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto;
        height: 1px;
        background: #000; }
    .p-homeLineupList__text {
      margin: 20px 0 24px;
      font-size: 16px;
      line-height: 2;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt"; }
      @media screen and (max-width: 767px) {
        .p-homeLineupList__text {
          margin: 15px 0 12px;
          font-size: 13px;
          line-height: 1.8; } }
    .p-homeLineupList .c-moreBtn {
      max-width: 100%;
      margin-top: 4px; }
      .p-homeLineupList .c-moreBtn:first-child {
        margin-top: 0; }

.p-other__attention {
  padding: 15px 20px;
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: center;
  background: #f3f5f7; }
  @media screen and (max-width: 767px) {
    .p-other__attention {
      padding: 5px 15px;
      font-size: 14px;
      line-height: 1.8; } }

.p-otherVisual {
  display: block;
  width: 100%;
  min-width: 1000px;
  height: 300px;
  background: url(/assets/img/other/img_mainvisual_pc@2x.jpg) no-repeat center center;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    .p-otherVisual {
      display: block;
      width: 100%;
      min-width: 0;
      height: 150px;
      background: url(/assets/img/other/img_mainvisual_sp@2x.jpg) no-repeat center center;
      background-size: cover; } }

.p-otherContent {
  padding: 94px 0 100px; }
  @media screen and (max-width: 767px) {
    .p-otherContent {
      padding: 50px 0 42px; } }
  .p-otherContent .c-sectionHead {
    margin-bottom: 35px; }
  .p-otherContent__copy {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 500;
    line-height: 50px; }
    @media screen and (max-width: 767px) {
      .p-otherContent__copy {
        margin-bottom: 18px;
        font-size: 27px;
        line-height: 1.6; } }
  .p-otherContent__text {
    margin: 0 0 80px;
    font-size: 20px;
    line-height: 1.6;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"; }
    @media screen and (max-width: 767px) {
      .p-otherContent__text {
        margin: 0 0 45px;
        font-size: 14px;
        line-height: 1.8; } }

.p-otherExample {
  padding-top: 90px;
  margin: -90px 0 90px; }
  .p-otherExample__title {
    margin: 0 0 70px;
    font-size: 26px;
    font-weight: 500;
    line-height: 50px;
    border-bottom: 1px solid #000; }
    @media screen and (max-width: 767px) {
      .p-otherExample__title {
        margin-bottom: 25px;
        font-size: 18px;
        line-height: 1.6; } }
  .p-otherExampleList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none; }
    @media screen and (max-width: 767px) {
      .p-otherExampleList {
        display: block; } }
    .p-otherExampleList__item {
      width: 476px;
      position: relative;
      padding: 0 0 40px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .p-otherExampleList__item {
          width: 100%;
          padding: 0 0 20px; } }
    .p-otherExampleList__title {
      margin: 0 0 8px;
      font-size: 26px;
      font-weight: 500;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .p-otherExampleList__title {
          margin-bottom: 10px;
          font-size: 18px; } }
    .p-otherExampleList__text {
      margin: 14px 0;
      font-size: 18px;
      line-height: 1.5;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt"; }
      @media screen and (max-width: 767px) {
        .p-otherExampleList__text {
          font-size: 14px;
          line-height: 1.8; } }

/*
.p-otherRepair {
	margin: 0 auto 90px;

	&__title {
		width: 1000px;
		margin: 0 auto 70px;

		font-size: 26px;
		font-weight: 500;
		line-height: 50px;
		border-bottom: 1px solid #000;
		
		@include deviceSP {
			width: auto;
			margin: 0 4.0% 70px;
			margin: 0 4.0vw 70px;

			margin-bottom: 18px;
			font-size: 20px;
			line-height: 1.6;
		}
	}

	&List {
		padding: 0;
		margin: 20px 0 40px;
		list-style: none;

		&__item {
			padding: 0;
			margin: 0;
			text-align: center;

			@include deviceSP {
				padding: 0 5px;
			}
			@include deviceSPS {
				&.-item01 {
					div {
						padding: 0 20px 0 0;
					}
					p {
						margin-top: 35px;
					}
				}
				&.-item02 {
					div {
						padding: 0 20px 0 0;
					}
					p {
						margin-top: 35px;
					}
				}
				&.-item03 {
					div {
						padding: 0 10px;
					}
					p {
						margin-top: 35px;
					}
				}
				&.-item04 {
					div {
						padding: 0;
					}
				}
				&.-item05 {
					div {
						padding: 0;
					}
				}
				&.-item06 {
					div {
						padding: 0;
					}
				}
			}

			img {
				margin: auto;
			}
		}
	}

	.p-other__attention {
		width: 1000px;
		margin: 0 auto;

		@include deviceSP {
			width: auto;
			margin: 0 4.0%;
			margin: 0 4.0vw;
		}
	}
}
*/
.p-otherPrevention {
  padding-top: 90px;
  margin: -90px auto 90px; }
  .p-otherPrevention__title {
    margin: 0 0 70px;
    font-size: 26px;
    font-weight: 500;
    line-height: 50px;
    border-bottom: 1px solid #000; }
    @media screen and (max-width: 767px) {
      .p-otherPrevention__title {
        margin-bottom: 25px;
        font-size: 18px;
        line-height: 1.6; } }
  .p-otherPreventionList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none; }
    @media screen and (max-width: 767px) {
      .p-otherPreventionList {
        display: block; } }
    .p-otherPreventionList__item {
      width: 476px;
      position: relative;
      padding: 0 0 20px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .p-otherPreventionList__item {
          width: 100%;
          padding: 0 0 20px; } }
    .p-otherPreventionList__title {
      margin: 0 0 8px;
      font-size: 26px;
      font-weight: 500;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .p-otherPreventionList__title {
          margin-bottom: 10px;
          font-size: 18px; } }
    .p-otherPreventionList__text {
      margin: 14px 0;
      font-size: 18px;
      line-height: 1.5;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt"; }
      @media screen and (max-width: 767px) {
        .p-otherPreventionList__text {
          font-size: 14px;
          line-height: 1.8; } }

/* CSS Document */
.p-reportVisual,
.p-reportVisual2 {
  display: block;
  width: 100%;
  min-width: 1000px;
  height: 350px;
  background: url(/assets/img/report/01/img_mainvisual_pc@2x.jpg) no-repeat center center;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    .p-reportVisual,
    .p-reportVisual2 {
      display: block;
      width: 100%;
      min-width: 0;
      height: 175px;
      background: url(/assets/img/report/01/img_mainvisual_sp@2x.jpg) no-repeat center center;
      background-size: cover; } }
.p-reportVisual2 {
  height: 500px;
  background: url(/assets/img/report/02/img_mainvisual_pc.jpg) no-repeat center center;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    .p-reportVisual2 {
      height: 175px;
      background: url(/assets/img/report/02/img_mainvisual_sp.jpg) no-repeat center center;
      background-size: cover; } }

.p-reportContent {
  padding: 94px 0 100px; }
  @media screen and (max-width: 767px) {
    .p-reportContent {
      padding: 50px 0 82px; } }
  .p-reportContent .c-sectionHead {
    margin-bottom: 35px; }
    @media screen and (max-width: 767px) {
      .p-reportContent .c-sectionHead img {
        max-width: 91.3%; } }
  .p-reportContent__author {
    margin: 0 0 10px;
    font-size: 26px;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .p-reportContent__author {
        font-size: 14px; } }
  .p-reportContent__copy {
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 32px;
    font-weight: 500;
    line-height: 50px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"; }
    @media screen and (max-width: 767px) {
      .p-reportContent__copy {
        margin-bottom: 40px;
        font-size: 20px;
        line-height: 1.5; } }
  .p-reportContentBody > *:first-child {
    margin-top: 0; }
  .p-reportContent__text {
    margin: 40px 0;
    font-size: 18px;
    line-height: 1.667; }
    .p-reportContent__text + .p-reportContent__figure {
      margin-top: 50px; }
    @media screen and (max-width: 767px) {
      .p-reportContent__text {
        margin: 20px 0;
        font-size: 14px;
        line-height: 1.5; }
        .p-reportContent__text + .p-reportContent__figure {
          margin-top: 25px; } }
  .p-reportContent__heading {
    margin: 0 0 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid #b0b0b0;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.25; }
    .p-reportContent__heading + .p-reportContent__text {
      margin-top: 30px; }
    @media screen and (max-width: 767px) {
      .p-reportContent__heading {
        margin: 0 0 10px;
        padding-bottom: 3px;
        border-bottom: 1px solid #000;
        font-size: 18px; }
        .p-reportContent__heading + .p-reportContent__text {
          margin-top: 10px; } }
  .p-reportContent__heading_s {
    margin: 50px 0 0;
    padding-bottom: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.25; }
    .p-reportContent__heading_s + .p-reportContent__text {
      margin-top: 20px !important; }
    @media screen and (max-width: 767px) {
      .p-reportContent__heading_s {
        margin: 40px 0 0;
        padding-bottom: 3px;
        font-size: 16px; }
        .p-reportContent__heading_s + .p-reportContent__text {
          margin-top: 10px !important; } }
  .p-reportContent__figure {
    margin: 40px 0;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .p-reportContent__figure {
        margin: 20px 0; } }
  .p-reportContent__profile {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000; }

/* CSS Document */
/* キービジュアル */
.p-campaignVisual {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 39%, #c8c8c8 90%);
  background: -webkit-linear-gradient(top, #ffffff 39%, #c8c8c8 90%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(39%, #ffffff), color-stop(90%, #c8c8c8));
  background: -o-linear-gradient(top, #ffffff 39%, #c8c8c8 90%);
  background: linear-gradient(to bottom, #ffffff 39%, #c8c8c8 90%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c8c8c8',GradientType=0 );
  text-align: center;
  padding: 45px 0 0; }
  @media screen and (max-width: 767px) {
    .p-campaignVisual {
      padding: 0; } }
  .p-campaignVisual img {
    /*width: 100%;*/
    min-width: 1000px; }
    @media screen and (max-width: 767px) {
      .p-campaignVisual img {
        width: 100%;
        min-width: 1px; } }

.p-campaignEntry {
  background: #ffc000;
  padding: 50px 0; }
  @media screen and (max-width: 767px) {
    .p-campaignEntry {
      padding: 20px 0; } }
  .p-campaignEntry__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
    align-content: flex-start; }
    @media screen and (max-width: 767px) {
      .p-campaignEntry__inner {
        display: block; } }
  .p-campaignEntry__limit {
    width: calc(100% - 450px); }
    .p-campaignEntry__limit__title {
      font-size: 28px;
      font-weight: bold;
      text-decoration: underline;
      margin: 0; }
    .p-campaignEntry__limit__text {
      font-size: 28px;
      margin: 0; }
    @media screen and (max-width: 767px) {
      .p-campaignEntry__limit {
        width: 100%; }
        .p-campaignEntry__limit__title {
          font-size: 18px;
          font-weight: normal;
          text-align: center;
          margin: 0 0 5px; }
        .p-campaignEntry__limit__text {
          font-size: 18px;
          text-align: center;
          margin: 0 0 10px; } }
  .p-campaignEntry__btn {
    width: 450px; }
    @media screen and (max-width: 767px) {
      .p-campaignEntry__btn {
        width: 100%; } }
    .p-campaignEntry__btn a {
      position: relative;
      display: block;
      background: #f3f5f7;
      font-size: 28px;
      font-weight: bold;
      text-decoration: none;
      text-align: center;
      padding: 20px 0; }
      .p-campaignEntry__btn a:hover {
        opacity: 1; }
      .p-campaignEntry__btn a:link, .p-campaignEntry__btn a:active, .p-campaignEntry__btn a:visited {
        text-decoration: none; }
      .p-campaignEntry__btn a:hover, .p-campaignEntry__btn a:focus {
        text-decoration: none;
        opacity: 0.7; }
      .p-campaignEntry__btn a:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 22px;
        margin: auto 0;
        display: inline-block;
        width: 30px;
        height: 30px;
        border-top: 2px solid #333;
        border-right: 2px solid #333;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      @media screen and (max-width: 767px) {
        .p-campaignEntry__btn a {
          font-size: 17px;
          padding: 10px 0; }
          .p-campaignEntry__btn a:after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            right: 50px;
            margin: auto 0;
            display: inline-block;
            width: 15px;
            height: 15px;
            border-top: 2px solid #333;
            border-right: 2px solid #333;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg); } }
    a:hover .p-campaignEntry__btn {
      opacity: 0.7; }
    .p-campaignEntry__btn.-yellow {
      margin: 0 auto; }
      .p-campaignEntry__btn.-yellow a {
        background: #ffc000; }

/* 見出し */
.p-campaignTitle {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  margin: 0 0 60px;
  position: relative; }
  .p-campaignTitle:after {
    content: '';
    displya: block;
    width: 60px;
    height: 1px;
    background: #000;
    margin: 0 auto;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0; }
  @media screen and (max-width: 767px) {
    .p-campaignTitle {
      font-size: 20px;
      margin: 0 0 40px; }
      .p-campaignTitle:after {
        bottom: -15px; } }

/* 応募方法 */
.p-campaignHowto {
  padding: 94px 0 25px; }
  .p-campaignHowtoText {
    font-size: 14px;
    margin: 30px 0 0 10px; }
  @media screen and (max-width: 767px) {
    .p-campaignHowto {
      padding: 90px 0 0; }
      .p-campaignHowtoText {
        font-size: 13px;
        margin: 15px 0 0; } }

.p-campaignStep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 980px;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  list-style: none;
  padding: 0;
  margin: 0 auto; }
  .p-campaignStepItem {
    width: 280px;
    background: #f3f5f7;
    text-align: center;
    padding: 30px 0 20px;
    margin: 0 70px 0 0;
    position: relative; }
    .p-campaignStepItem:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 0 20px 25px;
      border-color: transparent transparent transparent #000000;
      position: absolute;
      top: 130px;
      right: -50px; }
    .p-campaignStepItem__title {
      margin: 0 0 20px; }
    .p-campaignStepItem__img {
      margin: 0 0 20px; }
    .p-campaignStepItem__text p {
      font-size: 20px;
      line-height: 1.4;
      margin: 0; }
    .p-campaignStepItem:nth-child(2) .p-campaignStepItem__img {
      padding: 15px 0 33px;
      margin: 0; }
    .p-campaignStepItem:nth-child(2) .p-campaignStepItem__text p {
      margin: 0; }
    .p-campaignStepItem:last-child {
      margin: 0; }
      .p-campaignStepItem:last-child:after {
        display: none; }
      .p-campaignStepItem:last-child .p-campaignStepItem__img {
        padding: 5px 0 20px;
        margin: 0; }
  @media screen and (max-width: 767px) {
    .p-campaignStep {
      display: block;
      width: 100%;
      list-style: none; }
      .p-campaignStepItem {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding: 10px 0;
        margin: 0 0 40px; }
        .p-campaignStepItem:after {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 12px 12px 0 12px;
          border-color: #000000 transparent transparent transparent;
          margin: 0 auto;
          position: absolute;
          top: auto;
          bottom: -26px;
          right: 0;
          left: 0; }
        .p-campaignStepItem__img {
          width: 120px;
          text-align: center;
          margin: 0 45px 0 35px; }
          .p-campaignStepItem__img img {
            width: 60px; }
        .p-campaignStepItem__text {
          padding: 0 30px 0 0;
          margin: 0; }
          .p-campaignStepItem__text img {
            width: 45px; }
          .p-campaignStepItem__text div {
            line-height: 1.2;
            margin: 14px 0 0; }
          .p-campaignStepItem__text p {
            font-size: 15px;
            margin: 0; }
        .p-campaignStepItem:nth-child(2) .p-campaignStepItem__img {
          padding: 10px 0;
          margin: 0 45px 0 35px; }
          .p-campaignStepItem:nth-child(2) .p-campaignStepItem__img img {
            width: 100%; }
        .p-campaignStepItem:nth-child(2) .p-campaignStepItem__text {
          margin: 0; }
          .p-campaignStepItem:nth-child(2) .p-campaignStepItem__text div {
            margin: 10px 0 0; }
          .p-campaignStepItem:nth-child(2) .p-campaignStepItem__text p {
            margin: 0; }
        .p-campaignStepItem:last-child .p-campaignStepItem__img {
          padding: 10px 0 0;
          margin: 0 45px 0 35px; }
          .p-campaignStepItem:last-child .p-campaignStepItem__img img {
            width: 52px; }
        .p-campaignStepItem:last-child .p-campaignStepItem__text {
          margin: 0; }
          .p-campaignStepItem:last-child .p-campaignStepItem__text div {
            margin: 0; }
          .p-campaignStepItem:last-child .p-campaignStepItem__text p {
            margin: 0; } }

/* 対象商品 */
.p-campaignProducts {
  padding: 94px 0 10px; }
  @media screen and (max-width: 767px) {
    .p-campaignProducts {
      padding: 60px 0 42px; } }

.p-campaignProduct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 980px;
  list-style: none;
  padding: 0;
  margin: 0 auto; }
  .p-campaignProductItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(50% - 10px);
    background: #f3f5f7;
    padding: 30px;
    margin: 0 20px 20px 0; }
    .p-campaignProductItem:nth-child(2n) {
      margin: 0 0 20px; }
    .p-campaignProductItem__inner {
      width: 280px; }
    .p-campaignProductItemTitle {
      font-size: 26px;
      font-weight: normal;
      line-height: 1.4;
      margin: 70px 0 0; }
    .p-campaignProductItemText {
      font-size: 20px;
      line-height: 1.4;
      margin: 0; }
    .p-campaignProductItemImage {
      width: 130px;
      text-align: center;
      margin: 0; }
  @media screen and (max-width: 767px) {
    .p-campaignProduct {
      display: block;
      width: 100%;
      list-style: none; }
      .p-campaignProductItem {
        width: 100%;
        padding: 20px;
        margin: 0 0 25px; }
        .p-campaignProductItem__inner {
          width: 190px; }
        .p-campaignProductItemTitle {
          font-size: 15px;
          margin: 60px 0 0; }
        .p-campaignProductItemText {
          font-size: 13px; }
        .p-campaignProductItemImage {
          width: 110px;
          text-align: center;
          margin: 0; }
        .p-campaignProductItem:nth-child(1) .p-campaignProductItemImage {
          text-align: center; }
          .p-campaignProductItem:nth-child(1) .p-campaignProductItemImage img {
            width: 75px; } }

/* 当選発表 */
.p-campaignAnnounce {
  padding: 94px 0 35px; }
  .p-campaignAnnounceText {
    background: #f3f5f7;
    padding: 35px;
    margin: 0 10px; }
    .p-campaignAnnounceText p {
      font-size: 22px;
      text-align: center;
      margin: 0; }
  @media screen and (max-width: 767px) {
    .p-campaignAnnounce {
      padding: 0 0 35px; }
      .p-campaignAnnounceText {
        padding: 10px;
        margin: 0; }
        .p-campaignAnnounceText p {
          font-size: 14px; } }

/* 注意事項 */
.p-campaignAttention {
  padding: 94px 0 120px; }
  .p-campaignAttention__inner {
    background: #f3f5f7;
    padding: 50px 60px;
    margin: 0 10px 80px; }
  .p-campaignAttentionList {
    list-style: none;
    padding: 0;
    margin: 0 0 25px; }
    .p-campaignAttentionList li {
      line-height: 1.9;
      text-indent: -1em;
      padding-left: 1em; }
  .p-campaignAttentionText {
    line-height: 1.9;
    text-indent: -1em;
    padding-left: 1em;
    margin: 0; }
    .p-campaignAttentionText a {
      color: #0036ff; }
    .p-campaignAttentionText:last-child {
      text-indent: 0;
      padding: 0; }
  @media screen and (max-width: 767px) {
    .p-campaignAttention {
      padding: 50px 0 60px; }
      .p-campaignAttention__inner {
        padding: 15px;
        margin: 0 0 50px; }
      .p-campaignAttentionList li {
        font-size: 12px; }
      .p-campaignAttentionText {
        font-size: 12px; } }

/* フッター */
.p-campaignFooter {
  background: #000;
  padding: 40px 0 70px;
  margin: 0 0 70px; }
  .p-campaignFooter__inner {
    width: 450px;
    margin: 0 auto; }
  .p-campaignFooterTitle {
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    margin: 0 0 30px; }
  .p-campaignFooterText {
    color: #fff;
    font-size: 20px;
    margin: 0; }
  @media screen and (max-width: 767px) {
    .p-campaignFooter {
      padding: 35px 0;
      margin: 0 0 60px; }
      .p-campaignFooter__inner {
        width: auto;
        margin: 0 4.0%;
        margin: 0 4.0vw; }
      .p-campaignFooterTitle {
        color: #fff;
        font-size: 19px;
        margin: 0 0 20px; }
      .p-campaignFooterText {
        font-size: 14px;
        padding: 0 20px; } }

.p-diagnoseVisual {
  display: block;
  width: 100%;
  min-width: 1000px;
  height: 220px;
  background: url(/assets/img/diagnose/img_mainvisual_pc.jpg) no-repeat center center;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    .p-diagnoseVisual {
      display: block;
      width: 100%;
      min-width: 0;
      height: 150px;
      background: url(/assets/img/diagnose/img_mainvisual_sp@2x.jpg) no-repeat center center;
      background-size: cover; } }

.p-diagnose__section.-gray {
  background: #f3f3f3; }

.p-diagnose__section.-blue {
  background: #f0f6ff; }

.p-diagnose__section__title {
  text-align: center;
  margin: 0 0 45px; }
  .p-diagnose__section__title h2 {
    margin: 0;
    font-size: 38px;
    line-height: 54px; }
  .p-diagnose__section__title.-fontsizeSmall h2 {
    font-size: 34px; }
  .p-diagnose__section__title img {
    margin-bottom: 25px; }

@media screen and (max-width: 767px) {
  .p-diagnose__section {
    padding: 60px 0; }
    .p-diagnose__section .p-result-diagnose {
      margin-bottom: 50px; }
    .p-diagnose__section .p-about_prescription {
      margin-bottom: 50px; }
    .p-diagnose__section__title {
      margin: 0 0 30px; }
      .p-diagnose__section__title img {
        width: 20%;
        margin: 0 0 15px; }
      .p-diagnose__section__title h2 {
        font-size: 25px;
        line-height: 1.3;
        letter-spacing: 0.06em; }
      .p-diagnose__section__title.-fontsizeSmall h2 {
        font-size: 22px;
        line-height: 1.5; } }

.p-diagnose__start {
  position: relative;
  text-decoration: none !important;
  -webkit-box-shadow: 0px 3px 6px #ccc;
  box-shadow: 0px 3px 6px #ccc;
  display: block;
  background: #fff94a;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  margin: 0 auto 87px;
  width: 370px;
  padding: 14px 60px; }
  .p-diagnose__start:hover {
    opacity: 0.7; }
  .p-diagnose__start::before {
    content: "";
    position: absolute;
    display: inline-block;
    background: url(/assets/img/diagnose/glass_icon.png) no-repeat;
    width: 30px;
    height: 48px;
    left: 20px;
    top: 12px; }
  .p-diagnose__start::after {
    content: "";
    position: absolute;
    display: inline-block;
    border-right: solid 2px;
    border-bottom: solid 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    right: 26px;
    top: 22px; }
  @media screen and (max-width: 767px) {
    .p-diagnose__start {
      font-size: 18px;
      padding: 20px 40px;
      width: 85%;
      margin-bottom: 50px; }
      .p-diagnose__start::before {
        width: 24px;
        left: 8%;
        top: 12px;
        background-size: contain; }
      .p-diagnose__start::after {
        width: 16px;
        height: 16px;
        right: 9%;
        top: 22px; } }

.p-diagnose__again {
  position: relative;
  text-decoration: none !important;
  -webkit-box-shadow: 0px 3px 6px #ccc;
  box-shadow: 0px 3px 6px #ccc;
  display: block;
  background: #fff94a;
  font-weight: bold;
  font-size: 26px;
  margin: 0 auto 50px;
  width: 300px;
  padding: 14px 0 14px 85px; }
  .p-diagnose__again::before {
    content: "";
    position: absolute;
    display: inline-block;
    background: url(/assets/img/diagnose/glass_icon.png) no-repeat;
    width: 30px;
    height: 48px;
    left: 20px;
    top: 12px; }
  @media screen and (max-width: 767px) {
    .p-diagnose__again {
      font-size: 18px;
      padding: 20px 40px;
      width: 75%;
      text-align: center; }
      .p-diagnose__again::before {
        width: 24px;
        left: 8%;
        top: 12px;
        background-size: contain; } }

.p-diagnose__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0; }
  .p-diagnose__flexText {
    font-size: 18px;
    line-height: 38px;
    margin: auto 0; }
    .p-diagnose__flexText__small {
      font-size: 14px;
      line-height: 24px;
      margin: 0; }
  .p-diagnose__flex .p-result_announcement4-5 {
    padding-right: 100px; }
  .p-diagnose__flexBlock {
    width: 70%;
    margin-left: 10px;
    line-height: 31px;
    padding-right: 50px; }
    .p-diagnose__flexBlock.-prescription {
      width: 90%; }
    .p-diagnose__flexBlock__coment {
      position: relative;
      text-align: left; }
      .p-diagnose__flexBlock__coment.-doctor {
        margin: 0 0 20px;
        padding: 20px 0 20px 60px;
        max-width: 100%;
        font-size: 22px;
        background: #f3f5f7;
        border: solid 1px #b5b8b9;
        border-radius: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .p-diagnose__flexBlock__coment.-doctor::before {
          content: "";
          position: absolute;
          top: 47%;
          left: -53px;
          margin-top: -12px;
          border: 17px solid transparent;
          border-right: 36px solid #f3f5f7;
          z-index: 2; }
        .p-diagnose__flexBlock__coment.-doctor:after {
          content: "";
          position: absolute;
          top: 50%;
          left: -56px;
          margin-top: -17px;
          border: 18px solid transparent;
          border-right: 38px solid #b5b8b9;
          z-index: 1; }
        .p-diagnose__flexBlock__coment.-doctor p {
          margin: 0; }
      .p-diagnose__flexBlock__coment.-prescription {
        margin: 0 0 0 30px;
        padding: 20px 0 20px 120px;
        max-width: 100%;
        font-size: 18px;
        background: #FFFFFF;
        border: solid 2px #000000;
        border-radius: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .p-diagnose__flexBlock__coment.-prescription::before {
          content: "";
          position: absolute;
          top: 50%;
          left: -44px;
          margin-top: -14px;
          border: 15px solid transparent;
          border-right: 30px solid #FFFFFF;
          z-index: 2; }
        .p-diagnose__flexBlock__coment.-prescription:after {
          content: "";
          position: absolute;
          top: 50%;
          left: -48px;
          margin-top: -15px;
          border: 16px solid transparent;
          border-right: 31px solid #000000;
          z-index: 1; }
        .p-diagnose__flexBlock__coment.-prescription p {
          margin: 0 0 10px; }
      .p-diagnose__flexBlock__comentText {
        margin: 0 0 10px;
        position: relative; }
        .p-diagnose__flexBlock__comentText span {
          background: #fff94a; }
        .p-diagnose__flexBlock__comentText::before {
          content: "";
          position: absolute;
          display: inline-block;
          width: 70px;
          height: 22px;
          top: 6px;
          left: -90px; }
        .p-diagnose__flexBlock__comentText.-check1::before {
          background: url(/assets/img/diagnose/img_check1.png) no-repeat;
          background-size: contain; }
        .p-diagnose__flexBlock__comentText.-check2::before {
          background: url(/assets/img/diagnose/img_check2.png) no-repeat;
          background-size: contain; }
        .p-diagnose__flexBlock__comentText.-check3::before {
          background: url(/assets/img/diagnose/img_check3.png) no-repeat;
          background-size: contain; }
        .p-diagnose__flexBlock__comentText.-check2_3::before {
          background: url(/assets/img/diagnose/img_check2_3.png) no-repeat;
          background-size: contain; }
        .p-diagnose__flexBlock__comentText.-check4::before {
          background: url(/assets/img/diagnose/img_check4.png) no-repeat;
          background-size: contain; }
        .p-diagnose__flexBlock__comentText.-check5::before {
          background: url(/assets/img/diagnose/img_check5.png) no-repeat;
          background-size: contain; }
    .p-diagnose__flexBlock__image {
      width: 65%;
      margin-left: 30px; }
      .p-diagnose__flexBlock__image img {
        margin-right: 60px; }
        .p-diagnose__flexBlock__image img:last-child {
          margin: 0; }
  @media screen and (max-width: 767px) {
    .p-diagnose__flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .p-diagnose__flex .p-result_announcement4-5 {
        padding-right: initial; }
      .p-diagnose__flex img {
        margin-bottom: 40px; }
      .p-diagnose__flex .p-doctor_picture {
        width: 165px;
        height: auto; }
      .p-diagnose__flexText {
        font-size: 14px;
        line-height: 1.8;
        letter-spacing: 0.012em;
        margin: auto 0; }
        .p-diagnose__flexText__small {
          font-size: 12px;
          line-height: 1.6;
          letter-spacing: 0.06em;
          margin: 0; }
      .p-diagnose__flexBlock {
        width: 100%;
        margin-left: 0;
        padding-right: 0;
        font-size: 14px; }
        .p-diagnose__flexBlock.-prescription {
          width: 90%; }
        .p-diagnose__flexBlock__comentSP.-doctor {
          display: inline-block;
          position: relative;
          margin: 0 0 50px;
          padding: 24px 20px;
          font-size: 16px;
          line-height: 1.6;
          letter-spacing: 0.024em;
          background: #f3f5f7;
          border: solid 1px #b5b8b9;
          border-radius: 10px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
          .p-diagnose__flexBlock__comentSP.-doctor::before {
            content: "";
            position: absolute;
            bottom: -39px;
            left: 50%;
            margin-left: -16px;
            border: 15px solid transparent;
            border-top: 25px solid #f3f5f7;
            z-index: 2; }
          .p-diagnose__flexBlock__comentSP.-doctor:after {
            content: "";
            position: absolute;
            bottom: -42px;
            left: 50%;
            margin-left: -17px;
            border: 16px solid transparent;
            border-top: 26px solid #b5b8b9;
            z-index: 1; }
        .p-diagnose__flexBlock__comentSP.-prescription {
          position: relative;
          display: inline-block;
          margin: 0 0 50px;
          padding: 24px 16px 24px 70px;
          max-width: 100%;
          font-size: 14px;
          letter-spacing: 0.024em;
          background: #FFFFFF;
          border: solid 1px #000000;
          border-radius: 10px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
          .p-diagnose__flexBlock__comentSP.-prescription::before {
            content: "";
            position: absolute;
            bottom: -39px;
            left: 50%;
            margin-left: -16px;
            border: 15px solid transparent;
            border-top: 25px solid #FFFFFF;
            z-index: 2; }
          .p-diagnose__flexBlock__comentSP.-prescription:after {
            content: "";
            position: absolute;
            bottom: -42px;
            left: 50%;
            margin-left: -17px;
            border: 16px solid transparent;
            border-top: 26px solid #000000;
            z-index: 1; }
        .p-diagnose__flexBlock__comentSPText {
          margin: 0 0 10px;
          position: relative; }
          .p-diagnose__flexBlock__comentSPText span {
            background: #fff94a; }
          .p-diagnose__flexBlock__comentSPText::before {
            content: "";
            position: absolute;
            display: inline-block;
            width: 48px;
            height: 15px;
            top: 3px;
            left: -57px; }
          .p-diagnose__flexBlock__comentSPText.-check1::before {
            background: url(/assets/img/diagnose/img_check1.png) no-repeat;
            background-size: contain; }
          .p-diagnose__flexBlock__comentSPText.-check2::before {
            background: url(/assets/img/diagnose/img_check2.png) no-repeat;
            background-size: contain; }
          .p-diagnose__flexBlock__comentSPText.-check3::before {
            background: url(/assets/img/diagnose/img_check3.png) no-repeat;
            background-size: contain; }
          .p-diagnose__flexBlock__comentSPText.-check2_3::before {
            background: url(/assets/img/diagnose/img_check2_3.png) no-repeat;
            background-size: contain; }
          .p-diagnose__flexBlock__comentSPText.-check4::before {
            background: url(/assets/img/diagnose/img_check4.png) no-repeat;
            background-size: contain; }
          .p-diagnose__flexBlock__comentSPText.-check5::before {
            background: url(/assets/img/diagnose/img_check5.png) no-repeat;
            background-size: contain; }
        .p-diagnose__flexBlock__image {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: distribute;
          justify-content: space-around;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          margin: 0 0 20px; }
          .p-diagnose__flexBlock__image img {
            margin: 0; } }

.p-diagnose__select {
  padding: 30px 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .p-diagnose__selectItem {
    margin: 0 55px 50px 0;
    text-decoration: none !important; }
    .p-diagnose__selectItem__image {
      display: block; }
    .p-diagnose__selectItem figcaption {
      text-align: center;
      font-size: 17px; }
    .p-diagnose__selectItem:nth-child(4) {
      margin: 0 40px 0  0; }
    .p-diagnose__selectItem:nth-child(5) {
      margin: 0 40px 0  0; }
    .p-diagnose__selectItem__image {
      margin: 0 auto 12px auto; }
    .p-diagnose__selectItem__image:hover {
      outline: 10px solid #889cbd;
      outline-offset: -10px; }
    .p-diagnose__selectItem .js-around-active {
      outline: 10px solid #889cbd;
      outline-offset: -10px; }
    .p-diagnose__selectItem .symptoms_image_size {
      width: 230px; }
  .p-diagnose__selectItem:nth-child(3) {
    margin: 0 0 50px 0; }
  .p-diagnose__selectItem:nth-child(4) {
    margin: 0 55px 0px 40px; }
  .p-diagnose__selectItem:nth-child(5) {
    margin: 0; }
  @media screen and (max-width: 767px) {
    .p-diagnose__select {
      padding: 30px 0 0;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .p-diagnose__selectItem {
        width: 45%;
        margin: 0 20px 30px 0; }
        .p-diagnose__selectItem:nth-child(2n) {
          margin-right: 0; }
        .p-diagnose__selectItem figcaption {
          font-size: 12px; }
        .p-diagnose__selectItem__image:hover {
          outline: 5px solid #889cbd;
          outline-offset: -5px; }
        .p-diagnose__selectItem .js-around-active {
          outline: 5px solid #889cbd;
          outline-offset: -5px; }
        .p-diagnose__selectItem .symptoms_image_size {
          width: auto; }
      .p-diagnose__selectItem:nth-child(3) {
        margin: 0 20px 30px 0; }
      .p-diagnose__selectItem:nth-child(4) {
        margin: 0 0 30px; } }

.p-diagnose__alert {
  background: #fff5f5;
  border: solid 2px #ea0000;
  padding: 30px; }
  .p-diagnose__alertTitleBox {
    position: relative; }
    .p-diagnose__alertTitleBox img.p-icon_alert {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 37%;
      -webkit-transition: auto;
      -o-transition: auto;
      transition: auto;
      width: 38px;
      height: auto; }
  .p-diagnose__alertTitle {
    text-align: center;
    color: #ea0000;
    position: relative;
    margin: 0 0 20px;
    font-size: 28px; }
  .p-diagnose__alertText {
    font-size: 18px;
    line-height: 28px;
    margin: 0; }
  @media screen and (max-width: 767px) {
    .p-diagnose__alert {
      padding: 20px; }
      .p-diagnose__alertTitleBox img.p-icon_alert {
        width: 30px; }
      .p-diagnose__alertTitle {
        margin: 0 0 20px;
        font-size: 24px; }
      .p-diagnose__alertText {
        font-size: 16px; } }
  @media screen and (max-width: 767px) {
    .p-diagnose__alertTitleBox img.p-icon_alert {
      left: 32%; } }
  @media screen and (max-width: 668px) {
    .p-diagnose__alertTitleBox img.p-icon_alert {
      left: 27%; } }
  @media screen and (max-width: 568px) {
    .p-diagnose__alertTitleBox img.p-icon_alert {
      left: 23%; } }
  @media screen and (max-width: 468px) {
    .p-diagnose__alertTitleBox img.p-icon_alert {
      left: 19%; } }
  @media screen and (max-width: 350px) {
    .p-diagnose__alertTitleBox img.p-icon_alert {
      left: 10%; } }

.p-diagnose__blueTitle {
  text-align: center;
  margin: 0 0 30px; }
  .p-diagnose__blueTitle h3 {
    font-size: 28px;
    color: #03afff; }
  .p-diagnose__blueTitle h2 {
    font-size: 34px;
    margin: 10px 0 30px;
    line-height: 1.4; }
  @media screen and (max-width: 767px) {
    .p-diagnose__blueTitle h3 {
      font-size: 17px;
      line-height: 1.8;
      letter-spacing: 0.04em; }
    .p-diagnose__blueTitle h2 {
      font-size: 20px;
      margin: 10px 0 40px; } }

.p-diagnose__prescriptionBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .p-diagnose__prescriptionBlock .repaire_shoes_movie_1culm {
    width: 480px;
    height: 300px; }
  .p-diagnose__prescriptionBlock .repaire_shoes_movie_2culm {
    width: 480px;
    height: 272px; }
  .p-diagnose__prescriptionBlock .repaire_shoes_gif {
    width: 480px;
    height: 300px; }
  .p-diagnose__prescriptionBlock.-single {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .p-diagnose__prescriptionBlock__item {
    width: 50%;
    margin: 0 0 30px; }
    .p-diagnose__prescriptionBlock__itemText {
      margin: 0 0 40px; }
    .p-diagnose__prescriptionBlock__itemDetail {
      position: relative;
      text-decoration: none !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      border: solid 1px;
      padding: 16px 60px 16px 40px; }
      .p-diagnose__prescriptionBlock__itemDetail p {
        font-size: 22px;
        margin: auto; }
      .p-diagnose__prescriptionBlock__itemDetail:hover {
        opacity: 0.5; }
      .p-diagnose__prescriptionBlock__itemDetail::after {
        content: "";
        display: inline-block;
        position: absolute;
        border-bottom: 1px solid;
        border-right: 1px solid;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 20px;
        height: 20px;
        top: 56px;
        right: 30px; }
    .p-diagnose__prescriptionBlock__item .p-howToUse_text {
      max-width: 480px; }
  .p-diagnose__prescriptionBlock__banner {
    margin: 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .p-diagnose__prescriptionBlock__bannerLink {
      display: inline-block;
      border: solid 1px;
      width: 48%;
      padding: 12px 40px 3px;
      text-align: center;
      position: relative; }
      .p-diagnose__prescriptionBlock__bannerLink:hover {
        opacity: 0.5; }
      .p-diagnose__prescriptionBlock__bannerLink::after {
        content: "";
        display: inline-block;
        position: absolute;
        border-bottom: 1px solid;
        border-right: 1px solid;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 14px;
        height: 14px;
        top: 16px;
        right: 20px; }
  @media screen and (max-width: 767px) {
    .p-diagnose__prescriptionBlock {
      display: block; }
      .p-diagnose__prescriptionBlock .repaire_shoes_movie_1culm {
        width: 100%;
        height: 210px; }
      .p-diagnose__prescriptionBlock .repaire_shoes_movie_2culm {
        width: 100%;
        height: 210px; }
      .p-diagnose__prescriptionBlock .repaire_shoes_gif {
        width: auto;
        height: auto; }
      .p-diagnose__prescriptionBlock__item {
        width: 100%;
        margin: auto; }
        .p-diagnose__prescriptionBlock__itemText {
          font-size: 14px;
          line-height: 1.8;
          letter-spacing: 0.024em;
          margin: 20px 0 20px; }
        .p-diagnose__prescriptionBlock__itemDetail {
          padding: 16px 40px 16px 30px; }
          .p-diagnose__prescriptionBlock__itemDetail p {
            font-size: 16px; }
          .p-diagnose__prescriptionBlock__itemDetail::after {
            right: 20px; }
      .p-diagnose__prescriptionBlock .p-mbSP-repaire_shoes_movie {
        margin-bottom: 32px; }
      .p-diagnose__prescriptionBlock__banner {
        margin: 10px 0 0; }
        .p-diagnose__prescriptionBlock__bannerLink::after {
          width: 11px;
          height: 11px;
          top: 15px; } }
  @media screen and (max-width: 350px) {
    .p-diagnose__prescriptionBlock__bannerLink::after {
      width: 9px;
      height: 9px;
      top: 15px;
      right: 22px; } }

.p-diagnose__share {
  background: #f0f6ff;
  padding: 30px 0 60px; }
  .p-diagnose__shareBtn {
    margin: 0 auto;
    width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .p-diagnose__shareBtn a:hover {
      opacity: 0.5; }
  @media screen and (max-width: 767px) {
    .p-diagnose__share {
      padding: 20px 0 40px; }
      .p-diagnose__share img {
        width: 20%; }
      .p-diagnose__shareBtn {
        width: 80%;
        -ms-flex-pack: distribute;
        justify-content: space-around; }
        .p-diagnose__shareBtn img {
          margin: 0 auto;
          width: 52px;
          height: auto;
          display: block; } }

.p-diagnose__restart {
  margin: 100px 0 160px; }
  .p-diagnose__restart a:hover {
    opacity: 0.7; }
  @media screen and (max-width: 767px) {
    .p-diagnose__restart {
      margin: 50px 0 70px; } }

.p-diagnose__resultSection {
  display: none; }

.js-select-active {
  display: block; }

.p-diagnose__improve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 100px; }
  .p-diagnose__improveItem {
    width: 48%; }
  @media screen and (max-width: 767px) {
    .p-diagnose__improve {
      -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
      margin: 0 0 30px; }
      .p-diagnose__improveItem {
        width: 100%;
        font-size: 14px;
        line-height: 1.8; } }


.p-diagnose__share2 {
  background: #f0f6ff;
  padding: 1px 0 60px; }
  .p-diagnose__share2 h3 { margin: 0; font-size: 24px; }
  .p-diagnose__shareBtn2 {
    margin: 0 auto;
    width: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .p-diagnose__shareBtn2 a { width: 50px; }
    .p-diagnose__shareBtn2 a:hover {
      opacity: 0.5; }
  @media screen and (max-width: 767px) {
    .p-diagnose__share2 {
      padding: 1px 0 40px; }
      .p-diagnose__share2 h3 { margin: 0; font-size: 17px; }
      .p-diagnose__share2 img {
        width: 20%; }
      .p-diagnose__shareBtn2 {
        width: 80%;
        -ms-flex-pack: distribute;
        justify-content: space-around; }
        .p-diagnose__shareBtn2 img {
          margin: 0 auto;
          width: 52px;
          height: auto;
          display: block; } }


/* --------------------------------------------------
  display
-------------------------------------------------- */
@media screen and (min-width: 768px) {
  .u-allsp {
    display: none; }
  .u-sp {
    display: none; }
  .u-5se {
    display: none; } }

@media screen and (max-width: 767px) {
  .u-pc {
    display: none; }
  .u-5se {
    display: none; } }

@media screen and (max-width: 350px) {
  .u-5se {
    display: inherit; }
  .u-sp {
    display: none; } }

@media screen and (max-width: 767px) {
  .u-pc {
    display: none; } }

/* --------------------------------------------------
  cleafix
-------------------------------------------------- */
.u-clearfix:after {
  display: block;
  clear: both;
  content: ""; }

/* --------------------------------------------------
  align
-------------------------------------------------- */
.u-alignL {
  text-align: left; }

.u-alignC {
  text-align: center; }

.u-alignR {
  text-align: right; }

/* --------------------------------------------------
  margin
-------------------------------------------------- */
.u-margin.-short {
  margin-bottom: 16px; }

.u-margin.-middle {
  margin-bottom: 32px; }

.u-margin.-large {
  margin-bottom: 64px; }

.u-margin.mt100 {
  margin-top: 100px; }

.u-margin.mt90 {
  margin-top: 90px; }

.u-margin.mt85 {
  margin-top: 85px; }

.u-margin.mb115 {
  margin-bottom: 115px; }

.u-margin.mb100 {
  margin-bottom: 100px; }

.u-margin.mb90 {
  margin-bottom: 90px; }

.u-margin.mb85 {
  margin-bottom: 85px; }

.u-margin.mb45 {
  margin-bottom: 45px; }

@media screen and (max-width: 767px) {
  .u-margin.mb100 {
    margin-bottom: 50px; } }

.u-padding.pt100 {
  padding-top: 100px; }

.u-padding.pt90 {
  padding-top: 90px; }

.u-padding.pt85 {
  padding-top: 85px; }

.u-padding.pb115 {
  padding-bottom: 115px; }

.u-padding.pb100 {
  padding-bottom: 100px; }

.u-padding.pb90 {
  padding-bottom: 90px; }

.u-padding.pb85 {
  padding-bottom: 85px; }

.u-padding.plr60 {
  padding: 0 60px; }

.u-padding.pl135 {
  padding-left: 135px; }

.u-padding.pr50 {
  padding-right: 50px; }

@media screen and (max-width: 767px) {
  .u-padding.pt100 {
    padding-top: 55px; }
  .u-padding.pb115 {
    padding-bottom: 60px; }
  .u-padding.pb100 {
    padding-bottom: 55px; }
  .u-padding.pb85 {
    padding-bottom: 45px; } }

/* --------------------------------------------------
  padding
-------------------------------------------------- */
.-ratio16-9 {
  padding-top: 56.25%; }

.-ratio4-3 {
  padding-top: 75%; }

/*# sourceMappingURL=styles.css.map */