@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Oswald:700");
@import url("https://fonts.googleapis.com/css?family=Oswald:700");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

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

a img {
  border: none; }

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

/*メインカラーと同じ*/
/*clear fix*/
.l-container:after, .l-grid:after, .l-grid--pc:after, .l-grid--sp:after, .form-inline-box:after, .indexVisual__intro:after, .indexProblem__heading .duvetProblemList:after, .indexProblemAllergy__box:after, .indexProblemCost__box:after, .indexProblemCost__description dd li:after, .indexVoice ul.voice-list li .voice-detail:after, .indexVoice__box .box-head:after, .strainDurability__list > li dd li:after, .voice-content-bg-3:after, .developEvolution__heading:after, .order-header .header-head:after,
.order-header .header-bottom:after, .order-item-infobelow:after, .orderComplete:after, .orderHowto .wrap:after, .seal-security:after, .ca-campaign10per .campaign-box:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ''; }

/*
 * Mixin for placeholder
 * @include placeholderColor(red);
 */
/* ==========================
base
========================== */
html {
  height: 100%;
  width: 100%; }

body {
  background: #FFF;
  color: #323232;
  font-family: 'Montserrat', 'Century Gothic', CenturyGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em; }
  body.is-fixed {
    position: fixed;
    width: 100%;
    overflow: hidden; }

small {
  font-size: 85%; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

cite {
  font-style: normal; }

img {
  line-height: 0;
  vertical-align: bottom; }

table td {
  -ms-word-break: break-all;
  word-break: break-all; }

/* ==========================
* link & color
========================== */
a {
  color: #31a8b7;
  text-decoration: underline;
  transition: all .2s; }
  a img {
    opacity: 1;
    transition: all .2s; }
  a:hover {
    color: #2c96a3; }
    a:hover img {
      opacity: .8; }

a:active {
  color: #2c96a3; }

:not(input)::-moz-selection:not(textarea)::-moz-selection {
  color: white;
  background: #323232; }

:not(input)::selection:not(textarea)::selection {
  color: white;
  background: #323232; }

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

/* ==========================
clear
========================== */
.clear {
  clear: both; }

.clearfix {
  zoom: 1; }

.inner:after {
  zoom: 1; }

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden; }

/* ==========================
    bootstrap overwrite
========================== */
.text-danger {
  color: #f61717; }

.img-radius {
  border-radius: 50%; }

/* ==========================
    loader
========================== */
#loadingOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 997;
  width: 100%;
  height: 120%;
  background-color: #FFF;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85; }

#loadingWrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 998;
  width: 290px;
  height: 210px;
  margin: auto;
  padding: 30px;
  text-align: center;
  background: #FFF;
  border: 1px solid #d6d6d6;
  border-radius: 7px; }
  #loadingWrap p {
    padding-top: 15px; }

#loading {
  margin: 42px auto;
  font-size: 11px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

@-webkit-keyframes load5 {
  0%,
    100% {
    box-shadow: 0em -2.6em 0em 0em #0048a3, 1.8em -1.8em 0 0em rgba(0, 72, 163, 0.2), 2.5em 0em 0 0em rgba(0, 72, 163, 0.2), 1.75em 1.75em 0 0em rgba(0, 72, 163, 0.2), 0em 2.5em 0 0em rgba(0, 72, 163, 0.2), -1.8em 1.8em 0 0em rgba(0, 72, 163, 0.2), -2.6em 0em 0 0em rgba(0, 72, 163, 0.5), -1.8em -1.8em 0 0em rgba(0, 72, 163, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 72, 163, 0.7), 1.8em -1.8em 0 0em #0048a3, 2.5em 0em 0 0em rgba(0, 72, 163, 0.2), 1.75em 1.75em 0 0em rgba(0, 72, 163, 0.2), 0em 2.5em 0 0em rgba(0, 72, 163, 0.2), -1.8em 1.8em 0 0em rgba(0, 72, 163, 0.2), -2.6em 0em 0 0em rgba(0, 72, 163, 0.2), -1.8em -1.8em 0 0em rgba(0, 72, 163, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 72, 163, 0.5), 1.8em -1.8em 0 0em rgba(0, 72, 163, 0.7), 2.5em 0em 0 0em #0048a3, 1.75em 1.75em 0 0em rgba(0, 72, 163, 0.2), 0em 2.5em 0 0em rgba(0, 72, 163, 0.2), -1.8em 1.8em 0 0em rgba(0, 72, 163, 0.2), -2.6em 0em 0 0em rgba(0, 72, 163, 0.2), -1.8em -1.8em 0 0em rgba(0, 72, 163, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 72, 163, 0.2), 1.8em -1.8em 0 0em rgba(0, 72, 163, 0.5), 2.5em 0em 0 0em rgba(0, 72, 163, 0.7), 1.75em 1.75em 0 0em #0048a3, 0em 2.5em 0 0em rgba(0, 72, 163, 0.2), -1.8em 1.8em 0 0em rgba(0, 72, 163, 0.2), -2.6em 0em 0 0em rgba(0, 72, 163, 0.2), -1.8em -1.8em 0 0em rgba(0, 72, 163, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 72, 163, 0.2), 1.8em -1.8em 0 0em rgba(0, 72, 163, 0.2), 2.5em 0em 0 0em rgba(0, 72, 163, 0.5), 1.75em 1.75em 0 0em rgba(0, 72, 163, 0.7), 0em 2.5em 0 0em #0048a3, -1.8em 1.8em 0 0em rgba(0, 72, 163, 0.2), -2.6em 0em 0 0em rgba(0, 72, 163, 0.2), -1.8em -1.8em 0 0em rgba(0, 72, 163, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 72, 163, 0.2), 1.8em -1.8em 0 0em rgba(0, 72, 163, 0.2), 2.5em 0em 0 0em rgba(0, 72, 163, 0.2), 1.75em 1.75em 0 0em rgba(0, 72, 163, 0.5), 0em 2.5em 0 0em rgba(0, 72, 163, 0.7), -1.8em 1.8em 0 0em #0048a3, -2.6em 0em 0 0em rgba(0, 72, 163, 0.2), -1.8em -1.8em 0 0em rgba(0, 72, 163, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 72, 163, 0.2), 1.8em -1.8em 0 0em rgba(0, 72, 163, 0.2), 2.5em 0em 0 0em rgba(0, 72, 163, 0.2), 1.75em 1.75em 0 0em rgba(0, 72, 163, 0.2), 0em 2.5em 0 0em rgba(0, 72, 163, 0.5), -1.8em 1.8em 0 0em rgba(0, 72, 163, 0.7), -2.6em 0em 0 0em #0048a3, -1.8em -1.8em 0 0em rgba(0, 72, 163, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 72, 163, 0.2), 1.8em -1.8em 0 0em rgba(0, 72, 163, 0.2), 2.5em 0em 0 0em rgba(0, 72, 163, 0.2), 1.75em 1.75em 0 0em rgba(0, 72, 163, 0.2), 0em 2.5em 0 0em rgba(0, 72, 163, 0.2), -1.8em 1.8em 0 0em rgba(0, 72, 163, 0.5), -2.6em 0em 0 0em rgba(0, 72, 163, 0.7), -1.8em -1.8em 0 0em #0048a3; } }
@keyframes load5 {
  0%,
    100% {
    box-shadow: 0em -2.6em 0em 0em #0048a3, 1.8em -1.8em 0 0em rgba(0, 72, 163, 0.2), 2.5em 0em 0 0em rgba(0, 72, 163, 0.2), 1.75em 1.75em 0 0em rgba(0, 72, 163, 0.2), 0em 2.5em 0 0em rgba(0, 72, 163, 0.2), -1.8em 1.8em 0 0em rgba(0, 72, 163, 0.2), -2.6em 0em 0 0em rgba(0, 72, 163, 0.5), -1.8em -1.8em 0 0em rgba(0, 72, 163, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 72, 163, 0.7), 1.8em -1.8em 0 0em #0048a3, 2.5em 0em 0 0em rgba(0, 72, 163, 0.2), 1.75em 1.75em 0 0em rgba(0, 72, 163, 0.2), 0em 2.5em 0 0em rgba(0, 72, 163, 0.2), -1.8em 1.8em 0 0em rgba(0, 72, 163, 0.2), -2.6em 0em 0 0em rgba(0, 72, 163, 0.2), -1.8em -1.8em 0 0em rgba(0, 72, 163, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 72, 163, 0.5), 1.8em -1.8em 0 0em rgba(0, 72, 163, 0.7), 2.5em 0em 0 0em #0048a3, 1.75em 1.75em 0 0em rgba(0, 72, 163, 0.2), 0em 2.5em 0 0em rgba(0, 72, 163, 0.2), -1.8em 1.8em 0 0em rgba(0, 72, 163, 0.2), -2.6em 0em 0 0em rgba(0, 72, 163, 0.2), -1.8em -1.8em 0 0em rgba(0, 72, 163, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 72, 163, 0.2), 1.8em -1.8em 0 0em rgba(0, 72, 163, 0.5), 2.5em 0em 0 0em rgba(0, 72, 163, 0.7), 1.75em 1.75em 0 0em #0048a3, 0em 2.5em 0 0em rgba(0, 72, 163, 0.2), -1.8em 1.8em 0 0em rgba(0, 72, 163, 0.2), -2.6em 0em 0 0em rgba(0, 72, 163, 0.2), -1.8em -1.8em 0 0em rgba(0, 72, 163, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 72, 163, 0.2), 1.8em -1.8em 0 0em rgba(0, 72, 163, 0.2), 2.5em 0em 0 0em rgba(0, 72, 163, 0.5), 1.75em 1.75em 0 0em rgba(0, 72, 163, 0.7), 0em 2.5em 0 0em #0048a3, -1.8em 1.8em 0 0em rgba(0, 72, 163, 0.2), -2.6em 0em 0 0em rgba(0, 72, 163, 0.2), -1.8em -1.8em 0 0em rgba(0, 72, 163, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 72, 163, 0.2), 1.8em -1.8em 0 0em rgba(0, 72, 163, 0.2), 2.5em 0em 0 0em rgba(0, 72, 163, 0.2), 1.75em 1.75em 0 0em rgba(0, 72, 163, 0.5), 0em 2.5em 0 0em rgba(0, 72, 163, 0.7), -1.8em 1.8em 0 0em #0048a3, -2.6em 0em 0 0em rgba(0, 72, 163, 0.2), -1.8em -1.8em 0 0em rgba(0, 72, 163, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 72, 163, 0.2), 1.8em -1.8em 0 0em rgba(0, 72, 163, 0.2), 2.5em 0em 0 0em rgba(0, 72, 163, 0.2), 1.75em 1.75em 0 0em rgba(0, 72, 163, 0.2), 0em 2.5em 0 0em rgba(0, 72, 163, 0.5), -1.8em 1.8em 0 0em rgba(0, 72, 163, 0.7), -2.6em 0em 0 0em #0048a3, -1.8em -1.8em 0 0em rgba(0, 72, 163, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 72, 163, 0.2), 1.8em -1.8em 0 0em rgba(0, 72, 163, 0.2), 2.5em 0em 0 0em rgba(0, 72, 163, 0.2), 1.75em 1.75em 0 0em rgba(0, 72, 163, 0.2), 0em 2.5em 0 0em rgba(0, 72, 163, 0.2), -1.8em 1.8em 0 0em rgba(0, 72, 163, 0.5), -2.6em 0em 0 0em rgba(0, 72, 163, 0.7), -1.8em -1.8em 0 0em #0048a3; } }
/* ==========================
common
========================== */
.c-snsBox {
  float: right; }
  .c-snsBox li {
    margin-left: 10px; }
  .c-snsBox--fb {
    vertical-align: top; }
  .c-snsBox--tw > iframe {
    vertical-align: bottom; }

.c-title--attachment {
  display: table;
  width: 100%; }
  .c-title--attachment h3 {
    display: table-cell;
    padding: 47px 0 0;
    font-size: 60px;
    vertical-align: top;
    font-weight: bold;
    text-align: center;
    color: #00479d; }
.c-title--borderRound {
  display: table;
  margin: auto;
  padding: 4px 40px;
  border: 3px solid #00479d;
  background: #FFF;
  color: #00479d;
  font-weight: bold;
  font-size: 20px;
  border-radius: 100px; }
  @media screen and (max-width: 480px) {
    .c-title--borderRound {
      padding: 11px 16px 6px;
      border: 3px solid #00479d;
      font-size: 19px;
      text-align: center;
      line-height: 1.3; } }
  @media screen and (max-width: 359px) {
    .c-title--borderRound {
      padding: 11px 16px 9px;
      font-size: 15px; } }
  .c-title--borderRound--small {
    padding: 4px 20px; }

.c-bg {
  /*&--attachment-2 {
      height: 2707px;
      background: url("../images/attachment_bg_2.jpg") no-repeat center top;
      @include mq(pc) {
          background: url("../images/attachment_bg_2.jpg") no-repeat center top;
          background-size: 100%;
          background-attachment: fixed;
      }
      @include mq(retina) {
          background: url("../images/attachment_bg_2.jpg") no-repeat center top;
          background-size: 100%;
          background-attachment: fixed;
      }
  }*/ }
  .c-bg--gray {
    background-color: #f9f9f9; }
  .c-bg--blue {
    background-color: #d3e5fa; }
  .c-bg--check, .voice-content-bg-3 {
    background: url("../images/common_bg_check.gif") repeat; }
  .c-bg--checkBox {
    min-height: 100px;
    padding: 40px 30px;
    border: 3px solid #00479d;
    border-radius: 11px;
    background: url("../images/common_bg_check.gif") repeat; }
  .c-bg--dot {
    background: url("../images/common_bg_dot_blue.gif") repeat; }
  .c-bg--underline--blue {
    display: inline-block;
    height: 52px;
    background: url("../images/common_bg_underline_blue.png") repeat-x left 41px;
    line-height: 1; }
    @media screen and (max-width: 480px) {
      .c-bg--underline--blue {
        height: 39px;
        background: url("../images/common_bg_underline_blue.png") repeat-x left 31px; } }
    @media screen and (max-width: 359px) {
      .c-bg--underline--blue {
        height: 37px;
        background: url("../images/common_bg_underline_blue.png") repeat-x left 22px; } }
  .c-bg--fixed {
    position: absolute; }
    @media screen and (max-width: 480px) {
      .c-bg--fixed {
        display: none; } }
  .c-bg--attachment-1 {
    height: 4312px;
    background: url("../images/attachment_bg_1.jpg") no-repeat center top; }
    @media screen and (min-width: 769px) {
      .c-bg--attachment-1 {
        background: url("../images/attachment_bg_1.jpg") no-repeat left top;
        background-size: 80%;
        background-attachment: fixed; } }
    @media screen and (min-width: 1920px) {
      .c-bg--attachment-1 {
        background: url("../images/attachment_bg_1.jpg") no-repeat left top;
        background-size: 72%;
        background-attachment: fixed; } }
  .c-bg--attachment-3 {
    height: 1270px;
    background: url("../images/attachment_bg_3.jpg") no-repeat center top; }
    @media screen and (min-width: 769px) {
      .c-bg--attachment-3 {
        background: url("../images/attachment_bg_3.jpg") no-repeat center top;
        background-size: 100%;
        background-attachment: fixed; } }
  .c-bg--attachment-4 {
    height: 1725px;
    background: url("../images/attachment_bg_4.jpg") no-repeat center top; }
    @media screen and (min-width: 769px) {
      .c-bg--attachment-4 {
        background: url("../images/attachment_bg_4.jpg") no-repeat center top;
        background-size: 100%;
        background-attachment: fixed; } }
    @media screen and (min-width: 1920px) {
      .c-bg--attachment-4 {
        background: url("../images/attachment_bg_4.jpg") no-repeat center top;
        background-size: 100%;
        background-attachment: fixed; } }
  .c-bg--attachment-5 {
    height: 1543px;
    background: url("../images/attachment_bg_5.jpg") no-repeat center top; }
    @media screen and (min-width: 769px) {
      .c-bg--attachment-5 {
        background: url("../images/attachment_bg_5.jpg") no-repeat center top;
        background-size: 100%;
        background-attachment: fixed; } }
    @media screen and (min-width: 1920px) {
      .c-bg--attachment-5 {
        background: url("../images/attachment_bg_5.jpg") no-repeat center top;
        background-size: 100%;
        background-attachment: fixed; } }

.c-heading--index {
  height: 213px;
  background: #00479d;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .c-heading--index {
      height: initial; } }
.c-heading--aqua {
  background: #2aa1d9; }
.c-heading--gray {
  background: #3f3f3f; }

.c-icon--size {
  display: block;
  background-color: #111;
  padding: 20px;
  width: 137px;
  height: 137px;
  border-radius: 50%;
  text-align: center;
  color: #fff; }
  .c-icon--size span {
    display: block;
    margin-top: 10px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.1; }
  @media screen and (max-width: 480px) {
    .c-icon--size {
      top: -40px;
      width: 80px;
      height: 80px;
      padding: 10px; } }
  @media screen and (max-width: 480px) and (max-width: 359px) {
    .c-icon--size {
      width: 70px;
      height: 70px; } }

  @media screen and (max-width: 480px) {
    .c-icon--size img {
      height: 30px; } }
  @media screen and (max-width: 359px) {
    .c-icon--size img {
      height: 23px; } }
  @media screen and (max-width: 480px) {
    .c-icon--size span {
      margin-top: 3px;
      font-size: 11px; } }

.c-text-annotation {
  color: #d9534f;
  font-size: 12px; }

.c-arrow-right {
  position: relative; }
  .c-arrow-right::before {
    content: "";
    border: solid transparent;
    display: inline-block;
    position: absolute;
    border-width: 10px;
    border-left-color: #f61717;
    margin-top: -10px;
    right: -20px;
    top: 50%; }
  .c-arrow-right:before {
    display: block;
    position: absolute;
    right: -40px;
    z-index: 10;
    content: ''; }
  .c-arrow-right--red {
    position: relative; }
    .c-arrow-right--red::before {
      content: "";
      border: solid transparent;
      display: inline-block;
      position: absolute;
      border-width: 23px;
      border-left-color: #f61717;
      margin-top: -23px;
      right: -46px;
      top: 50%; }
    .c-arrow-right--red:before {
      position: absolute;
      right: -40px; }
      @media screen and (max-width: 480px) {
        .c-arrow-right--red:before {
          position: absolute;
          right: -17vw; } }
      @media screen and (max-width: 359px) {
        .c-arrow-right--red:before {
          position: absolute;
          right: -56px; } }

.c-arrowBottom {
  position: relative; }
  .c-arrowBottom::before {
    content: "";
    border: solid transparent;
    display: inline-block;
    position: absolute;
    border-width: 10px;
    border-top-color: #fb8b1e;
    margin-left: -10px;
    left: 50%;
    bottom: -20px; }
  .c-arrowBottom:before {
    display: block;
    position: absolute;
    right: -40px;
    z-index: 10;
    content: ''; }

.c-arrow-bottom {
  position: relative;
  width: 48px;
  height: 70px;
  margin: auto; }
  @media screen and (max-width: 480px) {
    .c-arrow-bottom {
      width: 24px;
      height: 35px; } }
  .c-arrow-bottom:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 10;
    content: '';
    width: 48px;
    height: 70px;
    margin: auto;
    background: url("../images/common_arrow_bottom.png") no-repeat center center;
    background-size: 100%; }
    @media screen and (max-width: 480px) {
      .c-arrow-bottom:after {
        top: 0;
        width: 24px;
        height: 35px;
        margin: 0 auto; } }
  .c-arrow-bottom--white:after {
    bottom: 50px;
    background: url("../images/common_arrow_bottom_white.png") no-repeat center center; }
    @media screen and (max-width: 480px) {
      .c-arrow-bottom--white:after {
        top: -2vw;
        background-size: 100%; } }

.c-checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: -6px 10px 0 0;
  padding: 0;
  border-radius: 8px;
  vertical-align: middle; }
  @media screen and (max-width: 480px) {
    .c-checkbox {
      width: 25px;
      height: 25px;
      margin: -6px 7px 0 0; } }
  .c-checkbox:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 35px;
    height: 35px;
    border: 5px solid #174d8d;
    border-radius: 6px;
    content: ''; }
    @media screen and (max-width: 480px) {
      .c-checkbox:after {
        width: 25px;
        height: 25px; } }
  .c-checkbox:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 0;
    left: 8px;
    display: block;
    margin-top: -7px;
    width: 23px;
    height: 32px;
    border-right: 8px solid #f61717;
    border-bottom: 8px solid #f61717;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 10; }
    @media screen and (max-width: 480px) {
      .c-checkbox:before {
        width: 15px;
        height: 25px; } }
    input[type=checkbox]:checked + .c-checkbox:before {
      opacity: 1; }
  .c-checkbox label {
    display: block; }

.c-sectionOrder {
  padding: 55px 55px 20px;
  background: #1c305e;
  color: #FFF;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .c-sectionOrder {
      padding: 4%; } }
  .c-sectionOrder .title-sup {
    margin-bottom: 10px; }
  .c-sectionOrder .btn-wrap--asideOrder {
    margin: -30px auto 20px; }
    @media screen and (max-width: 480px) {
      .c-sectionOrder .btn-wrap--asideOrder {
        margin: 0 auto 20px; } }

.common-choise .heading-box {
  margin-bottom: 50px; }
  @media screen and (max-width: 480px) {
    .common-choise .heading-box {
      margin-bottom: 20px; } }
.common-choise-list {
  display: table;
  padding: 40px 0; }
  @media screen and (max-width: 480px) {
    .common-choise-list {
      display: block;
      width: 100%;
      padding: 20px 0 10px; } }
  .common-choise-list li {
    display: table-cell;
    padding: 10px; }
    @media screen and (max-width: 480px) {
      .common-choise-list li:last-child {
        margin-bottom: 0; } }
    @media screen and (max-width: 480px) {
      .common-choise-list li {
        display: block;
        width: 100%;
        margin: 0 auto 20px; } }
    .common-choise-list li dl {
      padding: 10px;
      background: #fff; }
      .common-choise-list li dl dt {
        position: relative;
        margin-bottom: 17px;
        text-align: center; }
        @media screen and (max-width: 480px) {
          .common-choise-list li dl dt {
            width: 100px;
            float: left;
            margin-right: 10px;
            margin-bottom: 0; } }
.common-choise-table {
  width: 100%;
  padding: 10px;
  margin: 6px auto 20px;
  font-size: 15px; }
  @media screen and (max-width: 480px) {
    .common-choise-table {
      font-size: 12px; } }
  .common-choise-table tr {
    border-bottom: 1px solid #eee; }
  .common-choise-table th,
  .common-choise-table td {
    padding: 5px; }
  .common-choise-table td {
    font-weight: 600;
    text-align: right; }

/* ==========================
    c-productSet
========================== */
.c-productSet {
  margin: 25px auto !important; }
  @media screen and (max-width: 480px) {
    .c-productSet {
      margin: 0 auto !important; } }
  .c-productSet__heading {
    padding: 38px 0;
    background: #00479d;
    text-align: center; }
  .c-productSet__list {
    margin: 15px auto 0; }
    @media screen and (max-width: 480px) {
      .c-productSet__list {
        margin: 10px auto; } }
    .c-productSet__list li {
      width: 32%;
      margin-left: 2%; }
      .c-productSet__list li:first-child {
        margin-left: 0; }
      @media screen and (max-width: 480px) {
        .c-productSet__list li {
          width: 100%;
          margin-bottom: 10px;
          margin-left: 0; } }
      .c-productSet__list li.order-loading-wait {
        text-align: center; }
    .c-productSet__list--separately {
      margin-bottom: 0; }
    .c-productSet__list .setBox {
      overflow: hidden; }
      @media screen and (max-width: 480px) {
        .c-productSet__list .setBox {
          padding-top: 5em;
          margin-top: -5em; } }
      .c-productSet__list .setBox__head {
        position: relative;
        padding: 20px;
        border-radius: 7px 7px 0 0; }
        .c-productSet__list .setBox__head h3 {
          text-align: center; }
        @media screen and (max-width: 480px) {
          .c-productSet__list .setBox__head img {
            margin: auto; } }
        .c-productSet__list .setBox__head--warm {
          background: #3689de; }
        .c-productSet__list .setBox__head--normal {
          background: #00479d; }
        .c-productSet__list .setBox__head--cold {
          background: #00316c; }
        .c-productSet__list .setBox__head--skin {
          padding: 0;
          border: 3px solid #55b1e2;
          border-bottom: none; }
        .c-productSet__list .setBox__head--if {
          padding: 0;
          border: 3px solid #39b6a1;
          border-bottom: none; }
        .c-productSet__list .setBox__head--this {
          padding: 0;
          border: 3px solid #cb6390;
          border-bottom: none; }
        .c-productSet__list .setBox__head--single {
          position: relative; }
          .c-productSet__list .setBox__head--single::before {
            position: absolute;
            top: 6px;
            right: 6px;
            content: 'こちらは単品での\Aご注文になります';
            background: #fff;
            border-radius: 6px;
            padding: 6px;
            font-size: 12px;
            color: #00479d;
            line-height: 1.4;
            white-space: pre;
            z-index: 1; }
        .c-productSet__list .setBox__head .img-separately {
          position: absolute;
          top: 212px;
          right: 0;
          left: 0;
          margin: auto; }
          @media screen and (max-width: 480px) {
            .c-productSet__list .setBox__head .img-separately {
              top: 232px; } }
      .c-productSet__list .setBox__body {
        padding: 15px 10px;
        border-radius: 0 0 7px 7px;
        background: #FFF; }
        .c-productSet__list .setBox__body--warm {
          border: 3px solid #3689de; }
        .c-productSet__list .setBox__body--normal {
          border: 3px solid #00479d; }
        .c-productSet__list .setBox__body--cold {
          border: 3px solid #00316c; }
        .c-productSet__list .setBox__body--skin {
          padding-top: 170px;
          border: 3px solid #55b1e2;
          border-top: none; }
        .c-productSet__list .setBox__body--if {
          padding-top: 170px;
          border: 3px solid #39b6a1;
          border-top: none; }
        .c-productSet__list .setBox__body--this {
          padding-top: 170px;
          border: 3px solid #cb6390;
          border-top: none; }
      .c-productSet__list .setBox__photo {
        position: relative;
        margin-bottom: 20px; }
      .c-productSet__list .setBox__data > img {
        margin-bottom: 20px; }
      .c-productSet__list .setBox-diagram {
        position: absolute;
        right: -15px;
        bottom: -40px;
        width: 65%; }
  .c-productSet-data {
    position: relative;
    margin-bottom: 30px; }
    .c-productSet-data--lg {
      margin-bottom: 20px; }
    .c-productSet-data--soldout {
      position: relative; }
      @media screen and (max-width: 768px) {
        .c-productSet-data--soldout {
          padding: 5px 0 0; } }
      .c-productSet-data--soldout:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(211, 53, 47, 0.86); }
      .c-productSet-data--soldout:after {
        content: '申し訳ありません。\A現在、入荷待ちです。';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        display: block;
        height: 41px;
        margin: auto;
        font-weight: bold;
        color: #FFF;
        line-height: 1.4;
        white-space: pre;
        text-align: center; }
      .c-productSet-data--soldout.is-separately {
        position: relative;
        padding: 10px 0;
        margin: -10px auto 20px; }
    .c-productSet-data__soldoutText {
      position: absolute;
      color: #fff;
      font-size: 16px;
      font-weight: bold;
      z-index: 12;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      text-align: center; }
    .c-productSet-data__soldout {
      background: #000;
      opacity: 0.75;
      width: 100%;
      height: 90px;
      position: absolute;
      z-index: 10;
      margin: -2px; }
  .c-productSet .txt-stock {
    float: left;
    width: 99px;
    position: relative;
    top: 3px;
    margin: 0;
    font-family: Oswald,sans-serif;
    font-weight: bold;
    font-size: 10px;
    text-align: right;
    letter-spacing: 1px; }
    @media screen and (max-width: 480px) {
      .c-productSet .txt-stock {
        top: 1px; } }
    .c-productSet .txt-stock b {
      font-size: 15px;
      font-weight: bold; }

/* ==========================
    c-productSet
========================== */
@media screen and (max-width: 480px) {
  .c-productSet__list--asideOder li {
    float: left;
    width: 33.3333%; } }
.c-productSet__list--asideOder li img {
  width: 100%; }

.c-productSize {
  position: relative;
  display: inline-block;
  width: 60px;
  padding: 8px 3px 5px;
  border: 2px solid #333;
  font-size: 12px;
  font-weight: 600;
  vertical-align: top;
  letter-spacing: -1px;
  text-align: center;
  line-height: 1;
  color: #333; }
  @media screen and (max-width: 359px) {
    .c-productSize {
      width: 18.6vw; } }
  .c-productSize--separately {
    padding: 13px 3px 12px; }
  .c-productSize--semidouble {
    font-size: 11px;
    letter-spacing: -1.4px; }
  @media screen and (max-width: 480px) {
    .c-productSize {
      width: 21vw;
      font-size: 14px;
      padding: 4px 0 2px;
      letter-spacing: -.1em;
      border: 2px solid #333;
      height: 41px; } }
  @media screen and (max-width: 480px) and (max-width: 359px) {
    .c-productSize {
      width: 21vw;
      padding: 7px 0 2px; } }
  @media screen and (max-width: 480px) {
      .c-productSize:last-child .txt-small {
        padding-top: 1em; } }
  .c-productSize .c-productSize__num {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    font-size: 13px;
    font-family: Oswald,sans-serif;
    font-weight: normal;
    letter-spacing: normal; }
  .c-productSize .txt-small {
    display: block;
    color: #a6a6a6;
    font-size: 10px;
    line-height: 1.3; }
    @media screen and (max-width: 480px) {
      .c-productSize .txt-small {
        font-size: 16px;
        line-height: 1; } }
    @media screen and (max-width: 359px) {
      .c-productSize .txt-small {
        font-size: 11px; } }

.c-productPostage {
  display: inline-block; }

.c-productPrice {
  position: relative;
  display: inline-block;
  float: right;
  vertical-align: middle;
  text-align: right;
  line-height: 0.9;
  font-weight: bold;
  font-size: 12px;
  color: #333; }
  @media screen and (max-width: 480px) {
    .c-productPrice {
      float: none;
      margin-top: -15px;
      margin-left: 7px;
      font-size: 10px;
      letter-spacing: -.01em; } }
  @media screen and (max-width: 480px) and (max-width: 359px) {
    .c-productPrice {
      letter-spacing: -.02em; } }

  .c-productPrice span {
    color: #e60012;
    font-size: 44px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    letter-spacing: -.024em; }
    @media screen and (max-width: 480px) {
      .c-productPrice span {
        font-size: 12vw; } }
    @media screen and (max-width: 359px) {
      .c-productPrice span {
        font-size: 10vw; } }
  .c-productPrice .letter-adjust {
    letter-spacing: -.036em; }
  .c-productPrice small {
    color: #333;
    font-weight: normal;
    font-size: 12px; }
    .c-productPrice small b {
      font-weight: bold; }

.c-productSet-data__wrap--off20 {
  position: relative; }
  .c-productSet-data__wrap--off20::before {
    position: absolute;
    top: -5px;
    left: -5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    content: 'ALL\A 20%\A OFF!';
    background: rgba(230, 0, 18, 0.8);
    border-radius: 10px;
    font-family: Oswald,sans-serif;
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    white-space: pre;
    z-index: 1; }

/* ==========================
    c-productChild
========================== */
.c-productChild {
  padding: 30px 0;
  margin-bottom: 30px; }
  .c-productChild .childBox {
    background-image: url("../images/childBox_bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 732px;
    height: 561px;
    margin: auto; }
    @media screen and (max-width: 480px) {
      .c-productChild .childBox {
        background-image: none;
        background-color: #fff;
        border: 6px solid #9fdcf5;
        border-radius: 20px;
        width: 98%;
        height: auto; } }
    .c-productChild .childBox .btn-order {
      width: 360px;
      margin: 0 auto;
      display: block; }
      @media screen and (max-width: 480px) {
        .c-productChild .childBox .btn-order {
          width: 90%;
          font-size: 16px;
          margin: 0 auto 25px; } }
  .c-productChild .childBox--order {
    background-image: none;
    background-color: #fff;
    border: 4px solid #9fdcf5;
    border-radius: 10px;
    width: 570px;
    height: auto;
    padding: 30px; }
    @media screen and (max-width: 480px) {
      .c-productChild .childBox--order {
        width: 100%; } }
  .c-productChild .form-group--inline {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px; }
    @media screen and (max-width: 480px) {
      .c-productChild .form-group--inline {
        justify-content: center; } }
    .c-productChild .form-group--inline .title-m-form {
      width: 220px;
      margin-bottom: 0;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 480px) {
        .c-productChild .form-group--inline .title-m-form {
          width: 100%;
          margin-bottom: 10px; } }
    @media screen and (max-width: 480px) {
      .c-productChild .form-group--inline .form-inline {
        width: 100%; } }
    .c-productChild .form-group--inline .order-choice-num {
      width: 270px;
      margin-bottom: 0; }
      @media screen and (max-width: 480px) {
        .c-productChild .form-group--inline .order-choice-num {
          width: 100%; } }

.childBox__header {
  position: relative;
  text-align: center;
  padding-top: 50px;
  margin-bottom: 35px; }
  .childBox__header .balloon {
    position: absolute;
    left: 0;
    right: 0;
    top: -18px; }
  @media screen and (max-width: 480px) {
    .childBox__header .childBox__title {
      width: 80%;
      max-width: 500px;
      margin: 0 auto; } }

.childBox__body {
  display: flex;
  flex-wrap: wrap;
  width: 530px;
  justify-content: space-between;
  padding-bottom: 25px;
  border-bottom: 3px solid #e9f6ff;
  margin: 0 auto 25px; }
  @media screen and (max-width: 480px) {
    .childBox__body {
      width: 80%;
      max-width: 500px; } }
  @media screen and (max-width: 480px) {
    .childBox__body .childBox__image {
      max-width: 45%; } }
  .childBox__body .childBox__target {
    width: 190px;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .childBox__body .childBox__target {
        width: 100%;
        margin-top: 30px; } }
    .childBox__body .childBox__target .childBox__target--main {
      font-size: 35px;
      color: #00a3d9;
      font-weight: bold;
      display: block;
      line-height: 1em; }
    .childBox__body .childBox__target .childBox__target--sub {
      font-size: 14px;
      color: #00a3d9;
      display: block;
      margin-bottom: 12px; }
    .childBox__body .childBox__target .childBox__target--note {
      color: #e60b1b;
      text-align: left;
      font-size: 12.5px; }
      .childBox__body .childBox__target .childBox__target--note li {
        margin-left: 1.3em;
        line-height: 1.2;
        margin-bottom: 5px; }
        .childBox__body .childBox__target .childBox__target--note li::before {
          content: "※";
          display: inline-block;
          margin-left: -1em; }
  .childBox__body.childBox__body--order {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0; }
    @media screen and (max-width: 480px) {
      .childBox__body.childBox__body--order {
        justify-content: center; } }
    @media screen and (max-width: 480px) {
      .childBox__body.childBox__body--order .childBox__image {
        max-width: 100%; } }
  .childBox__body .childBox__desc {
    width: 280px; }
    .childBox__body .childBox__desc .childBox__desc--sub {
      font-size: 15px;
      margin-bottom: 10px;
      line-height: 1; }
    .childBox__body .childBox__desc .childBox__desc--title {
      font-size: 24px;
      margin-bottom: 10px;
      font-weight: bold;
      line-height: 1; }
    .childBox__body .childBox__desc .childBox__desc--target {
      font-size: 13px;
      font-weight: bold;
      color: #fff;
      background: #6abaf2;
      border-radius: 10px;
      padding: 5px;
      margin-bottom: 10px; }

.childBox__footer {
  width: 530px;
  margin: 0 auto 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 480px) {
    .childBox__footer {
      width: 80%;
      max-width: 500px;
      justify-content: center; } }
  @media screen and (max-width: 480px) {
    .childBox__footer .childBox__labels {
      margin-bottom: 10px; } }
  .childBox__footer .childBox__labels .c-productSize {
    width: 90px; }
  .childBox__footer .childBox__price {
    margin-left: 24px;
    letter-spacing: -.01em; }
    @media screen and (max-width: 480px) {
      .childBox__footer .childBox__price {
        margin: 0; } }
    .childBox__footer .childBox__price .c-productPrice {
      display: block;
      float: none;
      text-align: left; }
      @media screen and (max-width: 480px) {
        .childBox__footer .childBox__price .c-productPrice {
          margin: 0; } }
  .childBox__footer .childBox__loan {
    float: none; }
    @media screen and (max-width: 480px) {
      .childBox__footer .childBox__loan .order-loan-payment__txt {
        margin: 0; } }
  .childBox__footer.childBox__footer--order {
    width: 100%; }
    .childBox__footer.childBox__footer--order .childBox__price {
      margin-left: 10px; }
      .childBox__footer.childBox__footer--order .childBox__price span {
        letter-spacing: -.03em;
        font-size: 43px; }
    .childBox__footer.childBox__footer--order .childBox__loan {
      margin-top: 13px; }
      @media screen and (max-width: 480px) {
        .childBox__footer.childBox__footer--order .childBox__loan {
          margin-left: auto; } }
      .childBox__footer.childBox__footer--order .childBox__loan .order-loan-payment__txt {
        margin-left: 15px; }
        .childBox__footer.childBox__footer--order .childBox__loan .order-loan-payment__txt .u-text--red {
          color: #333; }

/* ==========================
    c-productCover
========================== */
.c-productCover {
  margin: 40px auto; }
  @media screen and (max-width: 480px) {
    .c-productCover {
      margin: 0 auto 10px; } }
  .c-productCover__titleImg {
    margin-bottom: 30px;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .c-productCover__titleImg {
        margin-bottom: 10px; } }
    .c-productCover__titleImg img {
      display: block;
      margin: 0 auto; }
  .c-productCover__list {
    display: table;
    margin: auto; }
    .c-productCover__list li {
      width: 30%;
      margin-left: 5%; }
  .c-productCover .coverBox {
    position: relative; }
    .c-productCover .coverBox__label {
      position: absolute;
      top: -10px;
      right: 5px; }
      @media screen and (max-width: 480px) {
        .c-productCover .coverBox__label {
          position: initial;
          top: 0;
          right: 0; } }

/* 点滅 */
.c-blinking {
  padding-left: 4px;
  font-size: 13px;
  -webkit-animation: blink 0.5s ease-in-out infinite alternate;
  -moz-animation: blink 0.5s ease-in-out infinite alternate;
  animation: blink 0.5s ease-in-out infinite alternate; }

@-webkit-keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* ==========================
aside
========================== */
aside {
  margin: 0 auto; }

.asideMenu {
  margin: 30px auto; }
  @media screen and (max-width: 480px) {
    .asideMenu {
      margin: 30px auto 0; } }
  .asideMenu .aside-list li {
    float: left;
    width: 50%;
    padding: 6.5% 7% 3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 480px) {
      .asideMenu .aside-list li {
        padding: 1% 1%; } }
    .asideMenu .aside-list li dl {
      position: relative;
      margin-bottom: 30px;
      border-radius: 13px;
      border: 3px solid #00479d; }
      @media screen and (max-width: 480px) {
        .asideMenu .aside-list li dl {
          margin-bottom: 5px; } }
      .asideMenu .aside-list li dl dt .ballon {
        position: absolute;
        top: -70px;
        left: -30px; }
        @media screen and (max-width: 480px) {
          .asideMenu .aside-list li dl dt .ballon {
            top: -40px;
            left: -10px;
            width: 80px; } }
      .asideMenu .aside-list li dl dt img {
        border-radius: 8px 8px 0 0; }
      .asideMenu .aside-list li dl dd {
        padding: 10px 20px 20px;
        text-align: center; }
        @media screen and (min-width: 769px) {
          .asideMenu .aside-list li dl dd {
            min-height: 170px; } }
        @media screen and (max-width: 480px) {
          .asideMenu .aside-list li dl dd {
            padding: 5px;
            min-height: 120px;
            letter-spacing: 0.02em; } }
        @media screen and (max-width: 359px) {
          .asideMenu .aside-list li dl dd {
            min-height: 135px; } }
  .asideMenu .aside-list h4 {
    margin-bottom: 5px;
    color: #00479d;
    font-size: 28px;
    font-weight: 600;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .asideMenu .aside-list h4 {
        font-size: 16px; } }
  .asideMenu .aside-list p {
    font-size: 16px; }
    @media screen and (max-width: 480px) {
      .asideMenu .aside-list p {
        font-size: 10px; } }
    .asideMenu .aside-list p small {
      display: block;
      font-size: 10px; }
      @media screen and (max-width: 480px) {
        .asideMenu .aside-list p small {
          display: inline;
          font-size: 9px; } }
  @media screen and (max-width: 480px) {
    .asideMenu .aside-list .row,
    .asideMenu .aside-list .col-md-8 {
      margin-left: 0px;
      margin-right: 0px;
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (max-width: 480px) {
    .asideMenu .aside-list .row {
      padding: 10px 0; } }
  @media screen and (max-width: 480px) {
    .asideMenu .aside-list .btn-blue {
      padding: 0 10px;
      width: 100%;
      height: 44px;
      line-height: 28px; }
      .asideMenu .aside-list .btn-blue img {
        width: 120px; } }

.asideOrder {
  margin: 0 auto;
  color: #00479d;
  background: #edf5ff; }
  @media screen and (max-width: 480px) {
    .asideOrder {
      top: 0;
      margin: 0; } }
  .asideOrder__heading {
    position: relative;
    padding: 40px 0 26px;
    background: #00479d;
    font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
    color: #FFF;
    font-weight: bold;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .asideOrder__heading {
        padding: 20px 0 15px; } }
    .asideOrder__heading h2 {
      font-size: 64px;
      line-height: 1; }
      @media screen and (max-width: 480px) {
        .asideOrder__heading h2 {
          font-size: 24px; } }
    .asideOrder__heading span {
      font-size: 12px;
      font-weight: normal;
      text-transform: uppercase; }
    @media screen and (max-width: 480px) {
      .asideOrder__heading .l-container {
        padding: 0; } }
  .asideOrder__content {
    padding: 30px 0 0;
    /*background: url("../images/aside_order_img.png") no-repeat right 100px;*/
    text-align: center; }
    @media screen and (max-width: 480px) {
      .asideOrder__content {
        /*background: url(../images/aside_order_img.png) no-repeat 70px 131px;*/
        background-size: 46%;
        padding: 20px; } }
    @media screen and (max-width: 480px) {
      .asideOrder__content.l-container {
        /*padding: 280px 10px 20px;*/
        padding: 10px 10px 20px; } }
    .asideOrder__content__txt {
      margin: 0 0 10px;
      font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif; }
      @media screen and (max-width: 480px) {
        .asideOrder__content__txt {
          width: 100%;
          margin: 10px 0; } }
    .asideOrder__content .title {
      font-weight: bold;
      font-size: 45px;
      text-align: center;
      line-height: 1.3;
      letter-spacing: -3px; }
      @media screen and (max-width: 480px) {
        .asideOrder__content .title {
          font-size: 30px;
          letter-spacing: 0; } }
      .asideOrder__content .title .title-line {
        display: inline-block;
        margin: 0 5px; }
        @media screen and (max-width: 480px) {
          .asideOrder__content .title .title-line {
            display: none; } }
      .asideOrder__content .title-sup {
        margin-bottom: 10px;
        font-size: 21px;
        text-align: center; }
        @media screen and (max-width: 480px) {
          .asideOrder__content .title-sup {
            font-size: 14px;
            margin-bottom: 0; } }
    .asideOrder__content .logo-txt {
      display: block;
      margin: 0 auto;
      font-size: 13px; }
    .asideOrder__content .img-logo {
      display: block;
      width: 40%;
      margin: 15px auto 30px;
      padding-right: 50px; }
      @media screen and (max-width: 480px) {
        .asideOrder__content .img-logo {
          width: 90%;
          margin: 15px auto 0;
          padding: 0; } }
    .asideOrder__content .description {
      margin: 24px auto;
      font-weight: bold;
      text-align: center;
      font-size: 23px;
      line-height: 1.4; }
      @media screen and (max-width: 480px) {
        .asideOrder__content .description {
          margin: 14px auto;
          line-height: 1.4;
          font-size: 17px; } }
    .asideOrder__content .text-size {
      display: inline-block;
      padding: 10px 20px;
      border: 1px solid #00479d;
      line-height: 1; }
      @media screen and (max-width: 480px) {
        .asideOrder__content .text-size {
          padding: 10px;
          font-size: 15px;
          letter-spacing: -1px; } }
    @media screen and (max-width: 480px) {
      .asideOrder__content .btn-wrap--asideOrder {
        margin: 24px auto 20px; } }
    .asideOrder__content .list-feature {
      display: inline-block;
      text-align: center;
      margin: 0 auto;
      font-family: 'Montserrat', 'Century Gothic', CenturyGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; }
      .asideOrder__content .list-feature li {
        display: inline-block;
        width: 125px;
        height: 120px;
        margin-left: 10px;
        background: #FFF;
        border: 3px solid #00479d;
        border-radius: 9px; }
        @media screen and (max-width: 480px) {
          .asideOrder__content .list-feature li:nth-child(4n+1) {
            margin-left: 12%; } }
        @media screen and (max-width: 480px) {
          .asideOrder__content .list-feature li {
            width: 24%;
            height: initial;
            margin-bottom: 3.5%;
            margin-left: 1.3%; } }
        .asideOrder__content .list-feature li .heading {
          display: table;
          width: 100%;
          background: #00479d;
          text-align: center;
          border-radius: 5px 5px 0 0; }
        .asideOrder__content .list-feature li h3 {
          display: table-cell;
          height: 52px;
          padding: 7px 2px;
          color: #FFF;
          font-weight: bold;
          font-size: 14px;
          line-height: 1.2;
          text-align: center;
          vertical-align: middle; }
          @media screen and (max-width: 480px) {
            .asideOrder__content .list-feature li h3 {
              height: 45px;
              padding: 7px 0;
              font-size: 9px;
              letter-spacing: -1px; } }
          .asideOrder__content .list-feature li h3 small {
            color: #FFF;
            font-weight: bold;
            font-size: 13px;
            letter-spacing: -2px; }
            @media screen and (max-width: 480px) {
              .asideOrder__content .list-feature li h3 small {
                font-size: 8px; } }
        .asideOrder__content .list-feature li i {
          display: table;
          width: 54px;
          margin: 9px auto 0;
          text-align: center; }
          .asideOrder__content .list-feature li i img {
            width: 100%; }
          @media screen and (max-width: 480px) {
            .asideOrder__content .list-feature li i {
              width: 67%;
              margin: 9px auto; } }
  .asideOrder__benefits {
    position: relative;
    padding: 40px 0 40px;
    background: #00479d;
    font-weight: bold;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .asideOrder__benefits {
        padding: 5px; } }
    .asideOrder__benefits__box {
      padding: 15px;
      background: #c60707; }
      @media screen and (max-width: 480px) {
        .asideOrder__benefits__box {
          padding: 0; } }
      .asideOrder__benefits__box__title {
        overflow: hidden; }
        .asideOrder__benefits__box__title h2 {
          float: left;
          padding: 10px 0 10px 180px; }
          @media screen and (max-width: 480px) {
            .asideOrder__benefits__box__title h2 {
              float: none;
              padding: 10px 20px 0px 40px; } }
    .asideOrder__benefits__label {
      padding-top: 20px; }
      @media screen and (max-width: 480px) {
        .asideOrder__benefits__label {
          padding: 0px 0px 0px 150px; } }
    .asideOrder__benefits__ribbon {
      position: absolute;
      top: -71px;
      left: -64px; }
      @media screen and (max-width: 480px) {
        .asideOrder__benefits__ribbon {
          top: -3.5vw;
          left: -3.2vw;
          width: 110px; } }
    .asideOrder__benefits__boxin {
      overflow: hidden;
      padding: 40px;
      background: #fff;
      line-height: 1.4; }
      @media screen and (max-width: 480px) {
        .asideOrder__benefits__boxin {
          padding: 30px 10px 10px;
          margin: -20px 0 0; } }
      .asideOrder__benefits__boxin .benefits_icon {
        display: inline-block;
        padding: 6px 15px 8px 40px;
        border-radius: 25px;
        background: #c60707 url("../images/benefits_icon.png") 10px center no-repeat; }
        @media screen and (max-width: 480px) {
          .asideOrder__benefits__boxin .benefits_icon {
            padding: 3px 15px 6px 40px; } }
        .asideOrder__benefits__boxin .benefits_icon img {
          vertical-align: middle; }
          @media screen and (max-width: 480px) {
            .asideOrder__benefits__boxin .benefits_icon img {
              width: 40px; } }
      .asideOrder__benefits__boxin .benefits_no1, .asideOrder__benefits__boxin .benefits_no2 {
        float: left;
        width: 200px;
        height: 240px;
        margin-right: 20px;
        border: 3px solid #c60707;
        border-radius: 10px; }
        .asideOrder__benefits__boxin .benefits_no1 .benefits_icon, .asideOrder__benefits__boxin .benefits_no2 .benefits_icon {
          position: relative;
          top: -15px; }
        @media screen and (max-width: 480px) {
          .asideOrder__benefits__boxin .benefits_no1, .asideOrder__benefits__boxin .benefits_no2 {
            width: 49%;
            padding-bottom: 15px;
            height: 170px;
            padding: 0 5px 0;
            margin: 0 0 20px 0; }
            .asideOrder__benefits__boxin .benefits_no1 .benefits_icon, .asideOrder__benefits__boxin .benefits_no2 .benefits_icon {
              position: relative;
              top: -15px;
              left: 0; } }
      @media screen and (max-width: 480px) {
        .asideOrder__benefits__boxin .benefits_no2 {
          float: right; } }
      .asideOrder__benefits__boxin .benefits_no1 h3 {
        margin-bottom: 20px; }
      .asideOrder__benefits__boxin .benefits_no2 h3 img {
        position: relative;
        z-index: 10; }
      .asideOrder__benefits__boxin .benefits_no2 .benefits_no2img {
        position: relative;
        top: -20px;
        left: -2px;
        z-index: 0; }
        @media screen and (max-width: 480px) {
          .asideOrder__benefits__boxin .benefits_no2 .benefits_no2img {
            top: -20px;
            left: 0px; } }
      @media screen and (max-width: 480px) {
        .asideOrder__benefits__boxin .benefits_no1img, .asideOrder__benefits__boxin .benefits_no2img {
          width: 100px; } }
      .asideOrder__benefits__boxin .benefits_no3, .asideOrder__benefits__boxin .benefits_no4, .asideOrder__benefits__boxin .benefits_no5 {
        display: table;
        overflow: hidden;
        margin-bottom: 20px; }
        @media screen and (max-width: 480px) {
          .asideOrder__benefits__boxin .benefits_no3, .asideOrder__benefits__boxin .benefits_no4, .asideOrder__benefits__boxin .benefits_no5 {
            clear: both;
            display: block;
            margin-bottom: 10px;
            text-align: center; } }
        .asideOrder__benefits__boxin .benefits_no3 h3, .asideOrder__benefits__boxin .benefits_no4 h3, .asideOrder__benefits__boxin .benefits_no5 h3 {
          float: left;
          display: inline-block;
          margin-right: 20px; }
          @media screen and (max-width: 480px) {
            .asideOrder__benefits__boxin .benefits_no3 h3, .asideOrder__benefits__boxin .benefits_no4 h3, .asideOrder__benefits__boxin .benefits_no5 h3 {
              display: block;
              float: none;
              margin: 0 0 5px;
              text-align: center; } }
        .asideOrder__benefits__boxin .benefits_no3 span, .asideOrder__benefits__boxin .benefits_no4 span, .asideOrder__benefits__boxin .benefits_no5 span {
          display: table-cell;
          font-size: 14px;
          text-align: left;
          vertical-align: middle; }
          @media screen and (max-width: 480px) {
            .asideOrder__benefits__boxin .benefits_no3 span, .asideOrder__benefits__boxin .benefits_no4 span, .asideOrder__benefits__boxin .benefits_no5 span {
              display: block;
              margin-bottom: 10px;
              text-align: center; } }
        .asideOrder__benefits__boxin .benefits_no3 .benefits_icon, .asideOrder__benefits__boxin .benefits_no4 .benefits_icon, .asideOrder__benefits__boxin .benefits_no5 .benefits_icon {
          float: left;
          margin-right: 20px; }
          @media screen and (max-width: 480px) {
            .asideOrder__benefits__boxin .benefits_no3 .benefits_icon, .asideOrder__benefits__boxin .benefits_no4 .benefits_icon, .asideOrder__benefits__boxin .benefits_no5 .benefits_icon {
              display: inline-block;
              float: none;
              position: relative;
              left: 0%;
              margin-right: 0; } }
      .asideOrder__benefits__boxin .benefits_no3txt, .asideOrder__benefits__boxin .benefits_no4txt, .asideOrder__benefits__boxin .benefits_no5txt {
        float: left; }
        @media screen and (max-width: 480px) {
          .asideOrder__benefits__boxin .benefits_no3txt, .asideOrder__benefits__boxin .benefits_no4txt, .asideOrder__benefits__boxin .benefits_no5txt {
            float: none; } }
      .asideOrder__benefits__boxin .btn.btn-order {
        width: 50%; }
        @media screen and (max-width: 480px) {
          .asideOrder__benefits__boxin .btn.btn-order {
            width: 100%; } }

.asideOrder02 {
  margin: 0 auto;
  background: #edf5ff;
  font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
  color: #00479d; }
  @media screen and (max-width: 480px) {
    .asideOrder02 {
      top: 0;
      margin: 0; } }
  .asideOrder02__benefits {
    position: relative;
    padding: 30px 0 0;
    /*background: #edf5ff;*/
    font-weight: bold;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .asideOrder02__benefits {
        padding: 5px; } }
    .asideOrder02__benefits__box {
      padding: 15px;
      margin-bottom: 20px;
      background: #c60707; }
      @media screen and (max-width: 480px) {
        .asideOrder02__benefits__box {
          padding: 0;
          margin-bottom: 10px; } }
      .asideOrder02__benefits__box__title {
        overflow: hidden; }
        .asideOrder02__benefits__box__title h2 {
          float: left;
          padding: 0px 0 10px 70px;
          margin-right: 20px; }
          @media screen and (max-width: 480px) {
            .asideOrder02__benefits__box__title h2 {
              float: none;
              display: inline-block;
              width: 153px;
              padding: 0;
              margin: 5px 0 0 30px; } }
          @media screen and (max-width: 359px) {
            .asideOrder02__benefits__box__title h2 {
              width: 118px;
              margin: 10px 0 0 32px; } }
    .asideOrder02__benefits__box--2 {
      margin-left: -40px;
      margin-bottom: 30px; }
    .asideOrder02__benefits__label {
      float: left;
      margin-right: 20px; }
      @media screen and (max-width: 480px) {
        .asideOrder02__benefits__label {
          float: none;
          display: inline-block;
          width: 112px;
          padding: 0;
          margin-right: 0; } }
      @media screen and (max-width: 359px) {
        .asideOrder02__benefits__label {
          width: 96px; } }
    .asideOrder02__benefits__imgSet {
      float: left;
      margin-right: 20px; }
      @media screen and (max-width: 480px) {
        .asideOrder02__benefits__imgSet {
          float: none;
          display: inline-block;
          width: 132px;
          padding: 0;
          margin-right: 0;
          margin: 10px 0 4px; } }
      @media screen and (max-width: 359px) {
        .asideOrder02__benefits__imgSet {
          width: 96px; } }
    .asideOrder02__benefits__label02 {
      float: left;
      padding-top: 11px;
      font-size: 17px;
      color: #fff;
      text-align: left;
      line-height: 1.3; }
      @media screen and (max-width: 480px) {
        .asideOrder02__benefits__label02 {
          /*float: none;*/
          padding: 12px 0;
          font-size: 14px;
          margin-left: 8vw; } }
    .asideOrder02__benefits__ribbon {
      position: absolute;
      top: -36px;
      left: -32px;
      width: 140px; }
      @media screen and (max-width: 480px) {
        .asideOrder02__benefits__ribbon {
          top: -3.5vw;
          left: -3.2vw;
          width: 82px; } }
    .asideOrder02__benefits__now {
      position: absolute;
      top: -15px;
      left: 166px;
      width: 109px; }
      @media screen and (max-width: 480px) {
        .asideOrder02__benefits__now {
          top: -2px;
          left: 90px;
          width: 70px; } }
    .asideOrder02__benefits__boxin {
      overflow: hidden;
      padding: 10px 6px;
      background: #fff; }
      @media screen and (max-width: 480px) {
        .asideOrder02__benefits__boxin {
          padding: 10px 5px; } }
      .asideOrder02__benefits__boxin .benefits_icon {
        display: inline-block; }
        @media screen and (max-width: 480px) {
          .asideOrder02__benefits__boxin .benefits_icon {
            padding: 0; } }
        .asideOrder02__benefits__boxin .benefits_icon img {
          vertical-align: middle; }
          @media screen and (max-width: 480px) {
            .asideOrder02__benefits__boxin .benefits_icon img {
              width: 40px; } }
      .asideOrder02__benefits__boxin ul {
        display: -webkit-box;
        display: -ms-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .asideOrder02__benefits__boxin ul li {
          float: left;
          margin-left: 6px; }
          @media screen and (max-width: 480px) {
            .asideOrder02__benefits__boxin ul li {
              width: 50%;
              margin-left: 0;
              border: none; } }
          .asideOrder02__benefits__boxin ul li:last-child {
            border: none; }
            @media screen and (max-width: 480px) {
              .asideOrder02__benefits__boxin ul li:last-child {
                width: 100%;
                margin-bottom: 20px; } }
          @media screen and (max-width: 480px) {
            .asideOrder02__benefits__boxin ul li .benefits_icon img {
              width: 33px; } }
          .asideOrder02__benefits__boxin ul li h3 {
            display: inline-block;
            margin-left: 8px;
            vertical-align: middle; }
            @media screen and (max-width: 480px) {
              .asideOrder02__benefits__boxin ul li h3 {
                margin-left: 5px; } }
          @media screen and (max-width: 480px) {
            .asideOrder02__benefits__boxin ul li.benefits_no1 h3 {
              width: 80px; } }
          @media screen and (max-width: 480px) {
            .asideOrder02__benefits__boxin ul li.benefits_no2 h3 {
              width: 91px;
              margin-bottom: 5px; } }
          @media screen and (max-width: 480px) {
            .asideOrder02__benefits__boxin ul li.benefits_no3, .asideOrder02__benefits__boxin ul li.benefits_no4, .asideOrder02__benefits__boxin ul li.benefits_no5 {
              width: 33%;
              height: 46px;
              margin-top: 10px; } }
          @media screen and (max-width: 480px) {
            .asideOrder02__benefits__boxin ul li.benefits_no4 h3, .asideOrder02__benefits__boxin ul li.benefits_no5 h3 {
              display: block;
              width: 60px;
              margin: 5px auto; } }
    @media screen and (max-width: 480px) {
      .asideOrder02__benefits__caution {
        color: #d20808;
        font-size: 16px;
        line-height: 1.4;
        text-align: left;
        padding-left: 1em;
        text-indent: -1em; } }
    @media screen and (max-width: 480px) {
      .asideOrder02__benefits__caution span {
        color: #333; } }
    .asideOrder02__benefits .btn.btn-order {
      font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
      font-size: 26px; }
      @media screen and (max-width: 480px) {
        .asideOrder02__benefits .btn.btn-order {
          width: 100%;
          font-size: 20px; } }
      .asideOrder02__benefits .btn.btn-order .arrow {
        margin-left: 20px; }
    .asideOrder02__benefits .order-Banner {
      margin-bottom: 20px; }

.aside-bnr .aside-bnr__content {
  padding: 15px 0; }
  @media screen and (max-width: 480px) {
    .aside-bnr .aside-bnr__content--newSize {
      padding: 0; } }

.aside-alert--info p {
  color: #c60707;
  border: 2px solid #c60707;
  padding: 20px 40px;
  font-size: 20px;
  margin: 20px auto 40px;
  width: 760px;
  background: #fff; }
  @media screen and (max-width: 480px) {
    .aside-alert--info p {
      width: 100%;
      font-size: 16px;
      padding: 10px;
      margin-bottom: 30px; } }

/**************
footer
***************/
.footer {
  padding: 22px 0 10px;
  background: #f8f8f8;
  font-size: 11px; }
  @media screen and (max-width: 480px) {
    .footer {
      padding-bottom: 70px; } }
  .footer .c-snsBox {
    float: left;
    margin-left: 140px; }
    @media screen and (max-width: 480px) {
      .footer .c-snsBox {
        float: right;
        margin-left: 0;
        padding: 10px; } }
  .footer__pagetop a {
    display: block;
    position: relative;
    top: -20px;
    width: 85px;
    height: 85px;
    margin: 0 auto 0;
    border-radius: 50%;
    background: #d7cfad;
    line-height: 55px;
    text-align: center; }
    .footer__pagetop a img {
      vertical-align: middle; }
  .footer__logo {
    float: left; }
    .footer__logo--company {
      display: inline-block;
      width: 150px; }
      .footer__logo--company img {
        width: 100%; }
      @media screen and (max-width: 480px) {
        .footer__logo--company {
          display: block;
          margin: 0 auto 10px;
          float: none;
          text-align: center; } }
  .footer__menu {
    float: left;
    margin-left: 10px;
    font-size: 11px;
    color: #222; }
    @media screen and (max-width: 480px) {
      .footer__menu {
        width: 100%; } }
    .footer__menu > li {
      padding-left: 10px; }
      @media screen and (max-width: 480px) {
        .footer__menu > li {
          width: 48%;
          text-align: center; } }
  .footer__links {
    float: right;
    padding-top: 30px; }
    .footer__links li {
      float: left;
      padding: 0;
      border-right: 1px solid #fff;
      line-height: 1; }
      .footer__links li:last-child {
        border: none; }
    .footer__links a {
      padding: 0 10px;
      color: #fff;
      text-decoration: none; }
  .footer__copyright {
    float: right;
    font-size: 11px;
    text-align: right; }
    @media screen and (max-width: 480px) {
      .footer__copyright {
        width: 100%;
        text-align: center; } }

/* ============
* header
============== */
.header {
  z-index: 99;
  width: 100%;
  padding: 15px 0;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
  transition: .3s; }
  @media screen and (max-width: 480px) {
    .header {
      position: relative;
      top: 0;
      padding: 5px 0;
      transform: translate3d(0, 0, 99px);
      transition: .3s; } }
  .header.is-moved {
    position: -webkit-sticky;
    position: sticky;
    top: -100%; }
  .header.is-fixed {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    z-index: 90; }
  @media screen and (max-width: 480px) {
    .header .l-container {
      display: flex;
      align-items: center; } }
  .header .logo {
    float: left;
    width: 150px; }
    @media screen and (max-width: 480px) {
      .header .logo {
        flex: none;
        margin-left: 10px; } }
    .header .logo a {
      display: block;
      width: 150px; }
      @media screen and (max-width: 480px) {
        .header .logo a {
          width: 100px; } }
    .header .logo img {
      width: 100%; }

.header__info {
  overflow: hidden;
  background: #00caeb;
  width: 100%;
  height: 94px;
  border-bottom: 5px solid #ffef15; }
  @media screen and (max-width: 480px) {
    .header__info {
      height: auto;
      background-image: url("../images/header_info_size_bg_sp.png");
      background-repeat: no-repeat;
      background-position: 110% center;
      background-size: 150px; } }
  .header__info .header__info--content {
    width: 100%;
    height: 89px;
    background-image: url("../images/header_info_size_bg.png");
    background-repeat: no-repeat;
    background-position: 95% center;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 480px) {
      .header__info .header__info--content {
        height: auto;
        background-image: none; }
        .header__info .header__info--content img {
          width: 80%; } }

.header__info.is-off20 {
  height: auto;
  background: #c30d23;
  border: 0; }
  @media screen and (max-width: 480px) {
    .header__info.is-off20 {
      background-image: none; } }
  .header__info.is-off20 .header__info--content {
    background-image: none; }
    .header__info.is-off20 .header__info--content img {
      width: 100%; }

.header__info.is-pillow {
  background: #fbbc3d;
  border-bottom: 5px solid #d9001b; }
  @media screen and (max-width: 480px) {
    .header__info.is-pillow .l-container {
      padding: 0 0 0 1.5%; } }
  .header__info.is-pillow a {
    display: block; }

.header__gnavBtn {
  background: transparent;
  border: 0;
  margin-left: auto; }
  .header__gnavBtn .gnavBtn__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 24px; }
  .header__gnavBtn span {
    display: block;
    width: 30px;
    height: 4px;
    background: #5CB4D7;
    border-radius: 10px; }
    .header__gnavBtn span:nth-child(1) {
      margin-bottom: auto; }
    .header__gnavBtn span:nth-child(3) {
      margin-top: auto; }

/* ============
* l-container
============== */
.l-container {
  position: relative;
  width: 1000px;
  margin: auto; }
  @media screen and (max-width: 480px) {
    .l-container {
      width: 100%;
      padding: 2%; } }

.l-main {
  overflow: hidden;
  transition: .3s ease; }

.l-right {
  float: right; }

.l-left {
  float: left; }

.l-grid > li {
  float: left; }
  .l-grid > li:first-child {
    margin-left: 0 !important; }
.l-grid--pc > li {
  float: left; }
  .l-grid--pc > li:first-child {
    margin-left: 0 !important; }
  @media screen and (max-width: 480px) {
    .l-grid--pc > li {
      float: none;
      margin-left: 0 !important; } }
.l-grid--sp > li {
  float: none; }
  @media screen and (max-width: 480px) {
    .l-grid--sp > li {
      float: left; }
      .l-grid--sp > li:first-child {
        margin-left: 0 !important; } }

/* ============
* nav
============== */
nav.fixed {
  position: fixed;
  top: 10px; }

.navHeader {
  float: left;
  margin-top: 2px;
  margin-left: 20px; }
  .navHeader li a {
    color: #323232;
    font-size: 14px;
    text-decoration: none; }
    .navHeader li a:hover {
      text-decoration: none; }
  .navHeader li .btn {
    color: #FFF; }
  .navHeader .nav-list-1 {
    margin-left: 4px;
    padding: 5px 15px;
    background: transparent;
    border-radius: 40px;
    transition: all .8s;
    /* ページカレント */ }
    .navHeader .nav-list-1:hover {
      background: #333; }
      .navHeader .nav-list-1:hover a {
        color: #FFF; }
    .navHeader .nav-list-1.active {
      background: #333; }
      .navHeader .nav-list-1.active a {
        color: #FFF; }
  .navHeader .nav-list-2 {
    position: relative;
    top: -3px;
    margin-left: 15px; }

.navFixed {
  position: fixed;
  top: 10Vh;
  right: -2px;
  z-index: 998; }
  @media screen and (max-width: 1366px) {
    .navFixed {
      position: fixed;
      top: 6Vh;
      right: -2px; } }
  @media screen and (max-width: 480px) {
    .navFixed {
      position: fixed;
      top: initial;
      right: initial;
      bottom: 0;
      left: 0;
      width: 100%;
      transition: .3s;
      display: none;
      transform: translate3d(0, 0, 99px); } }
  @media screen and (max-width: 480px) {
    .navFixed ul {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      width: 100%; } }
  @media screen and (max-height: 955px) {
    .navFixed ul.ul-faq {
      margin-top: -71px; } }
  @media screen and (max-height: 955px) {
    .navFixed ul.ul-faq li {
      height: 135px !important; } }
  @media screen and (max-height: 955px) {
    .navFixed ul.ul-faq li a {
      font-size: 12px; } }
  @media screen and (max-height: 955px) {
    .navFixed ul.ul-faq li.nav-order {
      position: absolute;
      right: -13px;
      bottom: -130px; } }
  .navFixed ul li {
    position: relative;
    display: block;
    margin-bottom: 10px;
    border-radius: 3px 0 0 3px;
    text-align: center;
    writing-mode: tb-rl;
    /*IE*/
    -o-writing-mode: vertical-rl;
    /*Opera*/
    -webkit-writing-mode: vertical-rl;
    /*Chrome, Safari*/
    writing-mode: vertical-rl;
    /*Firefox, Edge*/
    transition: all 0.3s; }
    @media screen and (max-width: 480px) {
      .navFixed ul li:last-child {
        width: 40%; } }
    @media screen and (max-width: 480px) {
      .navFixed ul li:last-child .icon-nav {
        left: 8px; } }
    @media screen and (max-width: 359px) {
      .navFixed ul li:last-child .icon-nav {
        left: 2px; } }
    @media screen and (max-width: 480px) {
      .navFixed ul li {
        flex-basis: auto;
        width: 30%;
        height: initial;
        margin-bottom: 0;
        border-radius: 0;
        writing-mode: initial;
        -o-writing-mode: initial;
        -webkit-writing-mode: initial;
        writing-mode: initial; } }
    .navFixed ul li a {
      display: block;
      padding: 10px 20px 10px 10px;
      color: #FFF;
      font-weight: bold;
      text-decoration: none; }
      .navFixed ul li a:hover {
        text-decoration: none; }
      @media screen and (max-width: 1366px) {
        .navFixed ul li a {
          padding: 5px 20px 5px 10px;
          font-size: 13px; } }
      @media screen and (max-width: 480px) {
        .navFixed ul li a {
          position: relative;
          padding: 20px 6px;
          font-size: 14px;
          line-height: 1.2; } }
      @media screen and (max-width: 359px) {
        .navFixed ul li a {
          font-size: 11px; } }
      .navFixed ul li a:hover img {
        opacity: 1 !important; }
    .navFixed ul li:hover img {
      opacity: 1 !important; }
    .navFixed ul li .icon-nav {
      display: inline-block;
      width: 30px;
      margin-bottom: 6px;
      border-radius: 100px; }
      @media screen and (max-width: 480px) {
        .navFixed ul li .icon-nav {
          float: left;
          position: relative;
          top: -3px;
          width: 20px; } }
    .navFixed ul li.nav-index {
      height: 159px;
      background: #00479d;
      border-right: 1px solid rgba(51, 51, 51, 0.4); }
      @media screen and (max-width: 1366px) {
        .navFixed ul li.nav-index {
          height: 130px; } }
      @media screen and (max-width: 480px) {
        .navFixed ul li.nav-index {
          height: auto;
          letter-spacing: -0.03em; } }
      @media screen and (max-width: 359px) {
        .navFixed ul li.nav-index {
          letter-spacing: -0.1em; } }
      .navFixed ul li.nav-index:hover {
        background: #002451; }
    .navFixed ul li.nav-developer {
      height: 149px;
      background: #111; }
      @media screen and (max-width: 1366px) {
        .navFixed ul li.nav-developer {
          height: 122px; } }
      @media screen and (max-width: 480px) {
        .navFixed ul li.nav-developer {
          height: auto; } }
      .navFixed ul li.nav-developer:hover {
        background: #373737; }
    .navFixed ul li.nav-voice {
      height: 144px;
      background: #00479d; }
      @media screen and (max-width: 1366px) {
        .navFixed ul li.nav-voice {
          height: 120px; } }
      @media screen and (max-width: 480px) {
        .navFixed ul li.nav-voice {
          height: auto;
          background: #2aa1d9; } }
      .navFixed ul li.nav-voice:hover {
        background: #002451; }
    .navFixed ul li.nav-faq {
      height: 164px;
      background: #2aa1d9; }
      @media screen and (max-width: 1366px) {
        .navFixed ul li.nav-faq {
          height: 130px; } }
      .navFixed ul li.nav-faq:hover {
        background: #1c729b; }
      @media screen and (max-width: 480px) {
        .navFixed ul li.nav-faq {
          height: auto;
          display: none !important; } }
    .navFixed ul li.nav-order {
      position: absolute;
      right: -13px;
      bottom: -210px; }
      .navFixed ul li.nav-order--sp {
        flex-basis: auto;
        width: 40%;
        height: auto;
        background: #fd3b15; }
        .navFixed ul li.nav-order--sp:hover {
          background: #c42102; }
        .navFixed ul li.nav-order--sp .icon-label-privilege {
          width: 100px; }
          @media screen and (max-width: 480px) {
            .navFixed ul li.nav-order--sp .icon-label-privilege {
              position: absolute;
              top: -20px;
              left: 8vw; } }
          @media screen and (max-width: 359px) {
            .navFixed ul li.nav-order--sp .icon-label-privilege {
              position: absolute;
              top: -20px;
              left: 5vw; } }
      .navFixed ul li.nav-order--wide {
        width: 100%;
        height: auto;
        background: #fd3b15; }
        .navFixed ul li.nav-order--wide:hover {
          background: #c42102; }
        .navFixed ul li.nav-order--wide a {
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 14px 6px 6px; }
        .navFixed ul li.nav-order--wide .icon-label-privilege {
          width: 120px; }
          @media screen and (max-width: 480px) {
            .navFixed ul li.nav-order--wide .icon-label-privilege {
              position: absolute;
              top: -28px;
              left: 50%;
              transform: translateX(-50%); } }
        @media screen and (max-width: 480px) {
          .navFixed ul li.nav-order--wide .icon-nav {
            flex: none;
            float: none;
            position: relative;
            top: -3px;
            width: 35px;
            margin: 0 10px 0 -15px; } }
        .navFixed ul li.nav-order--wide span {
          font-size: 18px;
          font-weight: bold; }
      .navFixed ul li.nav-order img {
        width: 140px;
        border-radius: 0; }
  .navFixed__badge {
    width: 70px !important;
    max-width: initial;
    position: absolute;
    top: -40px;
    left: -44px; }
    @media screen and (max-width: 480px) {
      .navFixed__badge {
        position: absolute;
        top: -20px;
        left: 0;
        width: 40px !important; } }
  .navFixed .nav-faqsp {
    display: none; }
    @media screen and (max-width: 480px) {
      .navFixed .nav-faqsp {
        display: inherit; } }
    @media screen and (max-width: 480px) {
      .navFixed .nav-faqsp a {
        position: absolute;
        bottom: 70px;
        right: 10px;
        width: 60px;
        height: 60px;
        float: none;
        display: inline-block;
        background: #2aa1d9;
        border-radius: 50%;
        text-align: center;
        line-height: 60px;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        font-size: 13px; } }
  .navFixed .nav-indexsp {
    display: none; }
    @media screen and (max-width: 480px) {
      .navFixed .nav-indexsp {
        display: inherit; } }
    @media screen and (max-width: 480px) {
      .navFixed .nav-indexsp a {
        position: absolute;
        bottom: 135px;
        right: 10px;
        width: 60px;
        height: 60px;
        float: none;
        display: inline-block;
        background: #00479d;
        padding: 18px 6px 20px;
        border-radius: 50%;
        text-align: center;
        line-height: 1;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        font-size: 13px; } }

.gnav__overlay {
  display: none; }
  @media screen and (max-width: 480px) {
    .gnav__overlay {
      position: fixed;
      top: 0;
      right: -100%;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      min-height: 100vh;
      background: #5CB4D7;
      z-index: 9999;
      transition: .3s; }
      .gnav__overlay.is-active {
        right: 0;
        transform: translate3d(0, 0, 999px); }
        .gnav__overlay.is-active .gnav--sp .gnav__item--sp {
          opacity: 1;
          transform: translateX(0); } }
  .gnav__overlay .gnav__btn--close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: transparent;
    border: 0;
    transition: .3s; }
    .gnav__overlay .gnav__btn--close:hover {
      opacity: .8; }
    .gnav__overlay .gnav__btn--close span {
      display: block;
      width: 35px;
      height: 4px;
      background: #fff;
      border-radius: 10px;
      transform: rotate(45deg);
      transform-origin: center; }
      .gnav__overlay .gnav__btn--close span:nth-child(2) {
        transform: rotate(-45deg) translate(2px, -3px); }
  .gnav__overlay .gnav--sp {
    text-align: center; }
    .gnav__overlay .gnav--sp .gnav__item--sp {
      margin-bottom: 20px;
      opacity: 0;
      transform: translateX(50px);
      transition: .3s .2s; }
      .gnav__overlay .gnav--sp .gnav__item--sp:nth-child(2) {
        transition: .3s .2s; }
      .gnav__overlay .gnav--sp .gnav__item--sp:nth-child(3) {
        transition: .3s .3s; }
      .gnav__overlay .gnav--sp .gnav__item--sp:nth-child(4) {
        transition: .3s .4s; }
      .gnav__overlay .gnav--sp .gnav__item--sp:nth-child(5) {
        transition: .3s .5s; }
      .gnav__overlay .gnav--sp .gnav__item--sp:nth-child(6) {
        transition: .3s .6s; }
      .gnav__overlay .gnav--sp .gnav__item--sp:nth-child(7) {
        transition: .3s .7s; }
      .gnav__overlay .gnav--sp .gnav__item--sp a {
        color: #fff;
        font-weight: bold;
        text-decoration: none; }
        .gnav__overlay .gnav--sp .gnav__item--sp a:hover {
          opacity: .8; }

/* ============
* btn
============== */
button:focus {
  outline: none; }

.btn {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  padding: 7px 10px;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.5s ease;
  text-decoration: none; }
  .btn:hover {
    text-decoration: none; }
  .btn:hover, .btn:focus {
    color: #FFF; }

/* ============
* btn-font-size
============== */
.btn--biggest {
  font-size: 30px; }

.btn--x-large {
  font-size: 25px; }

.btn--large {
  font-size: 15px; }

.btn--middle {
  font-size: 13px; }

.btn--small {
  font-size: 10px; }

/* ============
* btn-height-size
============== */
.btn-thin {
  height: 22px;
  padding: 3px 5px;
  font-size: 11px; }

/* ============
* btn-sns
============== */
.btn-facebook {
  background: #5789B0; }
  .btn-facebook:hover, .btn-facebook:focus {
    background: #3c617f; }

.btn-twitter {
  background: #69BDDB; }
  .btn-twitter:hover, .btn-twitter:focus {
    background: #30a0c8; }

.btn-googleplus {
  background: #DB6969; }
  .btn-googleplus:hover, .btn-googleplus:focus {
    background: #c83030; }

.btn-arrow-left:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 37px;
  content: '\f105';
  display: inline-block;
  height: 39px;
  margin: auto;
  font-family: FontAwesome;
  font-size: 30px;
  transition: all .2s; }
.btn-arrow-left:hover:before, .btn-arrow-left:focus:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 42px; }

/* ============
* btn-style
============== */
.btn-wrap {
  display: table;
  margin: auto; }
  .btn-wrap--renewal {
    text-align: center;
    background: url("../images/common_btn_bg_renewal.png") no-repeat center 16px;
    background-size: 338px 49px; }
    .btn-wrap--renewal img.item {
      display: block;
      width: 300px;
      margin: auto;
      padding-left: 15px; }
    .btn-wrap--renewal p {
      margin-bottom: 7px;
      font-weight: bold;
      font-size: 18px; }
  .btn-wrap--asideOrder {
    display: table;
    margin: 40px auto; }
    .btn-wrap--asideOrder .btn {
      display: inline-block;
      padding: 23px 80px;
      font-size: 20px; }
      @media screen and (max-width: 480px) {
        .btn-wrap--asideOrder .btn {
          padding: 15px 30px;
          font-size: 18px; } }
  .btn-wrap--separately {
    width: 300px;
    margin: 0 auto 40px; }
    @media screen and (max-width: 480px) {
      .btn-wrap--separately {
        margin: 0 auto; } }
  .btn-wrap--cta {
    width: 660px;
    margin: 40px auto 20px; }
    @media screen and (max-width: 480px) {
      .btn-wrap--cta {
        width: 90%; } }
    .btn-wrap--cta a {
      font-size: 26px; }
      @media screen and (max-width: 480px) {
        .btn-wrap--cta a {
          font-size: 19px; } }
      @media screen and (max-width: 480px) {
        .btn-wrap--cta a .arrow {
          display: none; } }

.btn-order {
  padding: 20px 20px;
  border: none;
  background: #fb8b1e;
  box-shadow: inset 0px -3px 0px 0px #b05803;
  border-radius: 100px;
  font-weight: 600; }
  @media screen and (max-width: 480px) {
    .btn-order {
      padding: 15px; } }
  .btn-order:hover, .btn-order:focus {
    background: #e27104; }
  .btn-order .arrow:before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 10px; }
  .btn-order .cart:before {
    content: "\f07a";
    font-family: FontAwesome;
    margin-right: 10px;
    color: #FFF; }

.btn-orderRound {
  padding-left: 10px;
  border: none;
  background: #fd3b15;
  box-shadow: inset 0px -3px 0px 0px #ab1d01;
  display: inline-block;
  padding: 0 22px;
  -webkit-border-radius: 43px;
  -moz-border-radius: 43px;
  border-radius: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center; }
  .btn-orderRound:not(:target) {
    line-height: 43px\9; }
  :root .btn-orderRound {
    line-height: 43px\9; }
  .btn-orderRound:hover, .btn-orderRound:focus {
    background: #dd2602; }

.btn-developerRound {
  display: inline-block;
  padding: 20px 70px;
  border-radius: 40px;
  background: #111111; }
  .btn-developerRound:after {
    position: absolute;
    top: 0;
    right: 25px;
    bottom: 0;
    display: inline-block;
    width: 11px;
    height: 13px;
    margin: auto;
    content: '';
    background: url("../images/common_icon_arrow_white.png") no-repeat;
    background-size: 100%; }
  .btn-developerRound:hover, .btn-developerRound:focus {
    background: #373737; }

.btn-blue {
  background: #00479d;
  display: inline-block;
  padding: 0 30px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  line-height: 2.1; }
  .btn-blue:not(:target) {
    line-height: 60px\9; }
  :root .btn-blue {
    line-height: 60px\9; }

.btn-grayRound {
  padding: 20px 20px;
  border: none;
  border-radius: 40px;
  background: #d8d8d8;
  box-shadow: inset 0px -3px 0px 0px #a2a2a2;
  font-weight: bold;
  color: #6f6f6f; }
  .btn-grayRound .arrow:after {
    position: absolute;
    top: 7px;
    right: 20px;
    bottom: 0;
    content: "\f105";
    font-family: FontAwesome;
    margin: auto;
    font-size: 14px; }
  .btn-grayRound:hover, .btn-grayRound:focus {
    color: #FFF;
    background: #9a9a9a;
    box-shadow: inset 0px -3px 0px 0px #848484; }

.btn-outlineRound, .btn-outlineRound--white {
  background: transparent; }

.btn-outlineRound--white {
  font-weight: bold;
  font-size: 14px;
  padding: 8px;
  border-radius: 40px;
  border: 1px solid #FFF; }
  .btn-outlineRound--white:after {
    position: absolute;
    top: 8px;
    bottom: 0;
    left: 34px;
    display: inline-block;
    margin: auto;
    content: '\f105';
    font-family: FontAwesome; }

.btn-default {
  background: #CCC; }
  .btn-default:hover {
    background: #b3b3b3; }

/* ============
* contact
============== */
.form-inline .m-form--paymentWay label {
  margin: 0 10px 0 0;
  padding: 5px 5px 5px 36px;
  background: #eff5f7; }
  .form-inline .m-form--paymentWay label:hover {
    cursor: pointer; }
  .form-inline .m-form--paymentWay label .label-txt {
    padding-right: 8px;
    font-weight: bold;
    line-height: 2.6; }
.form-inline .m-form--paymentWay__img {
  display: inline-block;
  /*width: 100px;*/
  height: 38px;
  border-radius: 5px;
  vertical-align: middle; }
  .form-inline .m-form--paymentWay__img:hover {
    cursor: pointer; }

.form-inline-box {
  display: block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #eee; }
  .form-inline-box--between {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .form-inline-box--between::after {
      content: "";
      width: 31.4%;
      display: block; }
  @media screen and (max-width: 480px) {
    .form-inline-box {
      padding-bottom: 5px; } }
  .form-inline-box .form-group {
    width: 31.4%;
    text-align: center;
    margin-left: 0.5%;
    margin-bottom: 10px; }
    @media screen and (max-width: 480px) {
      .form-inline-box .form-group {
        display: inline-block; } }
    @media screen and (max-width: 480px) {
      .form-inline-box .form-group:first-child {
        margin-left: 0; } }
    .form-inline-box .form-group label {
      width: 100%;
      background: #eee;
      font-size: 12px;
      padding: 36px 15px 5px;
      margin: 0;
      letter-spacing: -.1em; }
      .form-inline-box .form-group label::before {
        top: 18px;
        left: 50%;
        margin: 0;
        transform: translateX(-50%); }
      .form-inline-box .form-group label::after {
        top: 15px;
        left: 50%;
        margin: 0;
        transform: translateX(-50%); }
  .form-inline-box .m-form--size:nth-child(2) label {
    padding: 36px 0 5px; }
  .form-inline-box .m-form--color:nth-child(1) label {
    background: #c2e2f5; }
  .form-inline-box .m-form--color:nth-child(2) label {
    background: #f5c2e1; }
  .form-inline-box .m-form--color:nth-child(3) label {
    background: #c4f1b1; }

input[type="text"],
input[type="password"],
textarea {
  width: 100%;
  padding: 12px;
  list-height: 2;
  font-size: 14px;
  border: 1px solid #d2d2d2;
  background: #FFF;
  box-sizing: border-box;
  transition: all 0.30s ease-in-out;
  outline: none; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  textarea:focus {
    background: #f9fdff;
    box-shadow: 0 0 5px rgba(81, 203, 238, 0.6);
    border: 1px solid rgba(81, 203, 238, 0.6); }

input.error,
textarea.error {
  width: 100%;
  float: left;
  background: white;
  box-shadow: 0 0 5px #f9e2e2;
  border: 1px solid #f0b9b8; }

input[type="checkbox"] {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 10px;
  margin-left: 5px; }

input[type="radio"] {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 10px;
  margin-left: 5px; }

input[type="submit"][disabled] {
  background: #DCDCDC;
  cursor: not-allowed; }

.section-orderdetail label.radio {
  display: inline-block; }
.section-orderdetail .help-block {
  margin-bottom: 0;
  padding: 7px 10px;
  background: #fef2f2;
  border-radius: 7px; }

.checkbox label {
  display: block; }

input[type=radio], input[type=checkbox] {
  display: none; }

.radio, .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer; }
  .radio:hover, .checkbox:hover {
    background-color: #eaeaea; }
    .radio:hover:after, .checkbox:hover:after {
      border-color: #58a2f5; }
  .radio:after, .checkbox:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    margin-top: -10px;
    width: 16px;
    height: 16px;
    border: 2px solid #bbb;
    border-radius: 6px;
    content: ''; }

.radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #58a2f5;
  content: '';
  opacity: 0; }
  input[type=radio]:checked + .radio:before {
    opacity: 1; }

.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #58a2f5;
  border-bottom: 3px solid #58a2f5;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
  input[type=checkbox]:checked + .checkbox:before {
    opacity: 1; }

input[type=radio][disabled] + label.radio {
  position: relative;
  background: #ccc;
  pointer-events: none; }

.help-block-error {
  color: #d9534f; }

.errorMessage {
  color: #d9534f; }

.errorSummary {
  max-width: 900px;
  width: 80%;
  margin: 20px auto;
  padding: 20px; }

.errorSummary {
  border-radius: 6px;
  color: #d9534f;
  background: white;
  border: 1px solid #f4cecd; }
  .errorSummary p {
    color: #d9534f; }
  .errorSummary li {
    color: #d9534f; }

.select-custom {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 18px;
  padding: 7px 30px 5px 10px;
  border: 1px #e5e5e5 solid;
  background: url(../images/order_icon_select.png) right -1px center no-repeat;
  background-size: 22px;
  min-width: 100px; }
  @media screen and (max-width: 480px) {
    .select-custom {
      font-size: 16px; } }

/* ============
* headlines
============== */
.headline-sup {
  text-transform: uppercase;
  line-height: 1.4;
  font-size: 48px;
  font-weight: 700; }
  .headline-sup:after {
    content: '';
    display: block;
    width: 35px;
    height: 5px;
    margin: 6px auto 18px;
    text-align: inherit;
    background: #d9534f; }

.headline--borderBottom {
  border-bottom: 2px solid #323232; }
  .headline--borderBottom .headline-title--page {
    font-size: 25px;
    font-weight: bold;
    line-height: 2.2; }

.headline--borderLeft {
  border-left: 2px solid #323232; }
  .headline--borderLeft .headline-title--page {
    margin-top: 40px;
    padding-left: 10px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4; }

.headline__title--wide {
  margin: 35px auto;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center; }

/* ============
* iconfont
============== */
/* ============
* label
============== */
.m-label {
  padding: 4px 3px;
  border-radius: 5px;
  color: white;
  line-height: 1; }
  .m-label small {
    display: block;
    margin-bottom: 3px;
    font-size: 12px;
    letter-spacing: 0; }
  .m-label--product {
    background: #00479d; }
  .m-label--evolution {
    background: #f61717; }

/* m-modal
-------------------------*/
.js-modal__content {
  display: none; }

.m-modal .js-modal__content {
  display: block; }

.js-modal--open {
  cursor: pointer; }
  .js-modal--open:hover {
    opacity: 0.7; }

@media screen and (max-width: 480px) {
  .m-modal__box-under-shadow {
    position: relative;
    z-index: 999; } }

.m-modal {
  position: relative; }
  .m-modal__image--scroll {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 200px;
    height: 70px;
    margin: auto;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .m-modal__image--scroll {
        display: block; } }
    .m-modal__image--scroll img {
      width: 60px; }
  .m-modal__seed {
    position: relative;
    z-index: 101; }
  .m-modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 120%;
    background: rgba(0, 0, 0, 0.8);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff);
    /*IE8以下用*/ }
  .m-modal__box {
    position: relative;
    z-index: 101;
    width: inherit;
    background: #ffffff;
    border: 1px solid #eaeaea; }
    @media screen and (max-width: 480px) {
      .m-modal__box {
        padding: 10px; } }
    .m-modal__box .c-text--caution {
      font-size: 13px;
      font-size: 1.3rem; }
      @media screen and (max-width: 480px) {
        .m-modal__box .c-text--caution {
          font-size: 10px;
          font-size: 1rem; } }
  .m-modal__title {
    padding: 8px;
    background: #00479d;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    text-align: center; }
  .m-modal__description {
    padding: 5px 10px; }
    .m-modal__description p:first-child {
      margin-top: 10px; }
      @media screen and (max-width: 480px) {
        .m-modal__description p:first-child {
          margin-top: 0; } }
  @media screen and (max-width: 480px) {
    .m-modal__text--update {
      padding: 10px; } }
  .m-modal__inner {
    overflow: auto;
    position: relative;
    max-height: 80vh;
    margin-bottom: 17px; }
    @media screen and (max-width: 480px) {
      .m-modal__inner {
        overflow: auto;
        height: 430px; } }
    .m-modal__inner .table-modal {
      width: 100%;
      border: 1px solid #ddd; }
      .m-modal__inner .table-modal th, .m-modal__inner .table-modal td {
        padding: 10px 10px;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd; }
      .m-modal__inner .table-modal th {
        width: 150px;
        background: #f0f0f0;
        vertical-align: top; }
        @media screen and (max-width: 480px) {
          .m-modal__inner .table-modal th {
            width: 10%; } }
      .m-modal__inner .table-modal td table th {
        width: 100px; }
        @media screen and (max-width: 480px) {
          .m-modal__inner .table-modal td table th {
            width: 60px; } }
        .m-modal__inner .table-modal td table th:nth-child(3) {
          width: auto; }
      .m-modal__inner .table-modal dl dt {
        background: #f0f0f0;
        padding: 5px 10px;
        margin: 10px 0 5px;
        font-weight: bold; }
        .m-modal__inner .table-modal dl dt:first-child {
          margin-top: 0; }
      .m-modal__inner .table-modal dl dd {
        margin-bottom: 20px; }
        .m-modal__inner .table-modal dl dd dl {
          margin-top: 10px; }
          .m-modal__inner .table-modal dl dd dl dt {
            background: none;
            padding: 0;
            margin: 0; }
          .m-modal__inner .table-modal dl dd dl dd {
            margin-bottom: 20px; }
    .m-modal__inner .card-com {
      width: 100%;
      margin: 10px auto; }
      .m-modal__inner .card-com th {
        width: 60px; }
  .m-modal__close {
    display: inline-block;
    width: 100%;
    padding: 11px 0;
    font-weight: bold;
    border-radius: 4px;
    background: #040404;
    color: #FFF;
    font-size: 14px;
    transition: 0.3s all;
    text-decoration: none;
    text-align: center; }
    .m-modal__close:hover {
      text-decoration: none; }
    @media screen and (max-width: 480px) {
      .m-modal__close {
        z-index: 999;
        width: 100%;
        padding: 14px 0;
        border-radius: 0;
        text-align: center; } }
    .m-modal__close:hover, .m-modal__close:focus {
      color: #FFF;
      background: #505050; }
    .m-modal__close i {
      display: inline-block;
      margin-right: 5px; }

.modal-shipment-tableArea {
  width: 90%;
  border-right: 1px solid #ddd; }
  .modal-shipment-tableArea tr:first-child th {
    border-left: 1px solid #ddd; }
    .modal-shipment-tableArea tr:first-child th:first-child {
      border-left: 0; }
  .modal-shipment-tableArea td {
    border-left: 1px solid #ddd;
    text-align: left; }

.modal-payment .c-bg--gray {
  font-weight: bold;
  margin: 10px auto; }

.modal-orderComfirm .js-modal__content {
  padding: 0;
  border: 0; }
  .modal-orderComfirm .js-modal__content .m-modal__inner {
    margin: 0; }
    @media screen and (max-width: 480px) {
      .modal-orderComfirm .js-modal__content .m-modal__inner {
        height: 100%; } }
    .modal-orderComfirm .js-modal__content .m-modal__inner .orderComfirm-text {
      text-align: center;
      font-size: 16px;
      padding: 20px;
      line-height: 2.2em; }
      .modal-orderComfirm .js-modal__content .m-modal__inner .orderComfirm-text b {
        font-weight: bold; }
      @media screen and (max-width: 480px) {
        .modal-orderComfirm .js-modal__content .m-modal__inner .orderComfirm-text {
          line-height: 1.6em; } }
    .modal-orderComfirm .js-modal__content .m-modal__inner .inlineWrap {
      overflow: hidden; }
      .modal-orderComfirm .js-modal__content .m-modal__inner .inlineWrap .btn-order {
        float: left;
        width: 50%;
        border-radius: 0;
        line-height: 1em; }
        @media screen and (max-width: 480px) {
          .modal-orderComfirm .js-modal__content .m-modal__inner .inlineWrap .btn-order {
            float: none;
            display: block;
            width: 100%;
            padding: 20px; } }
      .modal-orderComfirm .js-modal__content .m-modal__inner .inlineWrap .m-modal__close {
        float: left;
        width: 50%;
        border-radius: 0;
        line-height: 1em;
        font-size: 18px;
        padding: 20px; }
        @media screen and (max-width: 480px) {
          .modal-orderComfirm .js-modal__content .m-modal__inner .inlineWrap .m-modal__close {
            float: none;
            display: block;
            width: 100%; } }

/* ============
* social
============== */
.social__list li {
  width: 100%;
  margin-top: 10px; }
  .social__list li:first-child {
    margin-top: 0; }

.auth-link {
  display: inline-block;
  width: inherit; }

.auth-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  display: inline-block;
  width: 21px;
  height: 21px;
  margin: auto;
  vertical-align: text-bottom; }

.auth-link.facebook {
  background: #5789B0; }
  .auth-link.facebook:hover {
    background: #3c617f; }

.auth-icon.facebook {
  background: url("../imagesicon_facebook.svg") no-repeat; }

.auth-link.twitter {
  background: #69BDDB; }
  .auth-link.twitter:hover {
    background: #30a0c8; }

.auth-icon.twitter {
  background: url("../imagesicon_twitter.svg") no-repeat; }

.auth-link.google {
  background: #DB6969; }
  .auth-link.google:hover {
    background: #c83030; }

.auth-icon.google {
  background: url("../imagesicon_googleplus.svg") no-repeat; }

/* ============
* state
============== */
.is-overhidden {
  overflow: hidden; }

.is-text--link {
  color: #31a8b7;
  text-decoration: underline; }

.is-text--arrow {
  text-decoration: underline;
  color: #323232; }
  .is-text--arrow:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 8px;
    margin-right: 3px;
    background: url("../imagescommon_icon_arrow_right.svg") no-repeat;
    -webkit-background-size: 4px;
    -o-background-size: 4px;
    background-size: 4px; }

/* ==========================
is-errorStyle
========================== */
.is-errorStyle {
  box-shadow: 0 0 5px 0 rgba(255, 0, 0, 0.6);
  outline: 0;
  border: 1px #ff9e9e solid !important;
  background-color: #ffedee !important; }

/* ==========================
is-anchor
========================== */
.is-anchor--dev {
  display: block;
  position: relative;
  top: -20px; }

/* ==========================
is-vertical
========================== */
.is-vertical--middle {
  vertical-align: middle !important; }

.is-vertical--top {
  vertical-align: top !important; }

.is-vertical--baseline {
  vertical-align: baseline !important; }

.is-vertical--text-bottom {
  vertical-align: text-bottom !important; }

/* ==========================
is-color
========================== */
.is-hidden--sp {
  display: block !important; }
  @media screen and (max-width: 480px) {
    .is-hidden--sp {
      display: none !important; } }

.is-visible--sp {
  display: none !important; }
  @media screen and (max-width: 480px) {
    .is-visible--sp {
      display: block !important; } }

/* ==========================
is-bgColor
========================== */
.is-bgColor--base {
  background: #252525 !important; }

/* ==========================
is-hover--circle
========================== */
.is-hover--circle {
  position: relative;
  z-index: 2;
  overflow: hidden; }

.is-hover--circle::after {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  top: 35%;
  left: 50%;
  width: 0;
  height: 0;
  margin: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  transition: .3s; }

.is-hover--circle:hover::after {
  width: 180px;
  height: 180px;
  margin: -90px 0 0 -90px; }

/* ==========================
is-alpha--hover
========================== */
.is-alpha--hover,
.is-alpha--hover img {
  transition: all 0.4s ease; }

.is-alpha--hover:hover,
.is-alpha--hover:hover img {
  filter: alpha(opacity=60);
  opacity: 0.6; }

.is-hover--effect {
  position: relative;
  display: block; }
  .is-hover--effect:hover img {
    transform: rotate(0) scale(1); }
  .is-hover--effect:hover .is-hover--caption {
    transform: rotateY(0) rotateX(0);
    opacity: 1; }
  .is-hover--effect .is-hover--caption {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
    transform: rotateY(-90deg) rotateX(-90deg);
    transition: all .3s; }
  .is-hover--effect .is-hover--more {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 28px;
    height: 30px;
    margin: auto; }
    .is-hover--effect .is-hover--more:before {
      font-family: 'FontAwesome';
      content: "\f002";
      font-size: 20px;
      color: #FFF;
      display: inline-block; }

.is-scaleUp--img img {
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear; }

.is-scaleUp--img img:hover {
  scale: 1.2; }

.is-scaleUp--img {
  overflow: hidden; }

.is-triangle--top {
  position: relative; }
  .is-triangle--top::before {
    content: "";
    border: solid transparent;
    display: inline-block;
    position: absolute;
    border-width: 10px;
    border-bottom-color: rgba(255, 255, 255, 0.2);
    margin-left: -10px;
    left: 50%;
    top: -20px; }

.is-triangle--right {
  position: relative; }
  .is-triangle--right::before {
    content: "";
    border: solid transparent;
    display: inline-block;
    position: absolute;
    border-width: 10px;
    border-left-color: rgba(255, 255, 255, 0.2);
    margin-top: -10px;
    right: -20px;
    top: 50%; }

.is-triangle--bottom {
  position: relative; }
  .is-triangle--bottom::before {
    content: "";
    border: solid transparent;
    display: inline-block;
    position: absolute;
    border-width: 10px;
    border-top-color: rgba(255, 255, 255, 0.2);
    margin-left: -10px;
    left: 50%;
    bottom: -20px; }

.is-triangle--left {
  position: relative; }
  .is-triangle--left::before {
    content: "";
    border: solid transparent;
    display: inline-block;
    position: absolute;
    border-width: 10px;
    border-right-color: rgba(255, 255, 255, 0.2);
    margin-top: -10px;
    left: -20px;
    top: 50%; }

.is-triangle--left--red {
  position: relative; }
  .is-triangle--left--red::before {
    content: "";
    border: solid transparent;
    display: inline-block;
    position: absolute;
    border-width: 10px;
    border-right-color: #323232;
    margin-top: -10px;
    left: -20px;
    top: 50%; }

/* ============
* table
============== */
.must {
  padding-left: 5px;
  font-size: 11px;
  color: #CD4F4F; }

.m-table-figure {
  width: 330px; }
  @media screen and (max-width: 480px) {
    .m-table-figure {
      width: 90%;
      margin: 10px auto; } }
  @media screen and (max-width: 480px) {
    .m-table-figure tbody {
      width: 100%; } }
  .m-table-figure tbody th, .m-table-figure tbody td {
    padding: 3px 10px;
    background: #FFF;
    border: 2px solid #2467a3;
    font-weight: bold;
    font-size: 17px; }
    @media screen and (max-width: 480px) {
      .m-table-figure tbody th, .m-table-figure tbody td {
        font-size: 13px; } }
  @media screen and (max-width: 480px) {
    .m-table-figure tbody th {
      width: 80%; } }
  .m-table-figure tbody td {
    text-align: right; }
    @media screen and (max-width: 480px) {
      .m-table-figure tbody td {
        width: 20%; } }
  .m-table-figure tr:nth-child(even) th, .m-table-figure tr:nth-child(even) td {
    background: #ebf8fc; }

/* ==========================
u-fst // フォントスタイル
========================== */
.u-fst-1 {
  font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif; }

.u-fst-num {
  font-family: 'Oswald', 'Montserrat', sans-serif; }

/* ==========================
u-fs // フォントサイズ
========================== */
.u-fs10 {
  font-size: 10px; }

.u-fs11 {
  font-size: 11px; }

.u-fs12 {
  font-size: 12px; }

.u-fs13 {
  font-size: 13px; }

.u-fs14 {
  font-size: 14px; }

.u-fs15 {
  font-size: 15px; }

.u-fs16 {
  font-size: 16px; }

.u-fs17 {
  font-size: 17px; }

.u-fs18 {
  font-size: 18px; }

.u-fs19 {
  font-size: 19px; }

.u-fs20 {
  font-size: 20px; }

.u-fs21 {
  font-size: 21px; }

.u-fs22 {
  font-size: 22px; }

.u-fs23 {
  font-size: 23px; }

.u-fs24 {
  font-size: 24px; }

.u-fs25 {
  font-size: 25px; }

.u-fs26 {
  font-size: 26px; }

.u-fs27 {
  font-size: 27px; }

.u-fs28 {
  font-size: 28px; }

.u-fs29 {
  font-size: 29px; }

.u-fs30 {
  font-size: 30px; }

.u-fs31 {
  font-size: 31px; }

.u-fs32 {
  font-size: 32px; }

.u-fs33 {
  font-size: 33px; }

.u-fs34 {
  font-size: 34px; }

.u-fs35 {
  font-size: 35px; }

.u-fs36 {
  font-size: 36px; }

.u-fs37 {
  font-size: 37px; }

.u-fs38 {
  font-size: 38px; }

.u-fs39 {
  font-size: 39px; }

.u-fs40 {
  font-size: 40px; }

/* ==========================
u-text
========================== */
.u-marker--yellow {
  background: linear-gradient(transparent 50%, #fff100 50%); }

/* ==========================
u-text
========================== */
.u-text--link {
  display: block;
  color: #31a8b7;
  text-align: right; }

.u-text--weight {
  font-size: larger;
  font-weight: bold; }

.u-text--bold {
  font-weight: bold; }

.u-text--initial {
  font-size: initial;
  font-weight: initial; }

.u-box--center {
  display: block;
  margin: auto !important;
  text-align: center; }

.u-text--indent {
  padding-left: 1em;
  text-indent: -1em; }

.u-text--red {
  color: #e60012; }

.u-text--black {
  color: #000; }

.u-text--blue {
  color: #246ce6; }

.u-text--green {
  color: #2ba51f; }

.u-text--orange {
  color: #ff670b; }

.u-text--soldGreen {
  color: #2ba51f;
  font-size: 11px; }

/* ============
* u-w*p
============== */
.u-w10p {
  width: 10% !important; }

.u-w20p {
  width: 20% !important; }

.u-w30p {
  width: 30% !important; }

.u-w40p {
  width: 40% !important; }

.u-w50p {
  width: 50% !important; }

.u-w60p {
  width: 60% !important; }

.u-w70p {
  width: 70% !important; }

.u-w80p {
  width: 80% !important; }

.u-w90p {
  width: 90% !important; }

.u-w100p {
  width: 100% !important; }

/* ==========================
u-p
========================== */
.u-p1 {
  padding: 1px; }

.u-p2 {
  padding: 2px; }

.u-p3 {
  padding: 3px; }

.u-p4 {
  padding: 4px; }

.u-p5 {
  padding: 5px; }

.u-p6 {
  padding: 6px; }

.u-p7 {
  padding: 7px; }

.u-p8 {
  padding: 8px; }

.u-p9 {
  padding: 9px; }

.u-p10 {
  padding: 10px; }

.u-p11 {
  padding: 11px; }

.u-p12 {
  padding: 12px; }

.u-p13 {
  padding: 13px; }

.u-p14 {
  padding: 14px; }

.u-p15 {
  padding: 15px; }

.u-p16 {
  padding: 16px; }

.u-p17 {
  padding: 17px; }

.u-p18 {
  padding: 18px; }

.u-p19 {
  padding: 19px; }

.u-p20 {
  padding: 20px; }

.u-p21 {
  padding: 21px; }

.u-p22 {
  padding: 22px; }

.u-p23 {
  padding: 23px; }

.u-p24 {
  padding: 24px; }

.u-p25 {
  padding: 25px; }

.u-p26 {
  padding: 26px; }

.u-p27 {
  padding: 27px; }

.u-p28 {
  padding: 28px; }

.u-p29 {
  padding: 29px; }

.u-p30 {
  padding: 30px; }

.u-p31 {
  padding: 31px; }

.u-p32 {
  padding: 32px; }

.u-p33 {
  padding: 33px; }

.u-p34 {
  padding: 34px; }

.u-p35 {
  padding: 35px; }

.u-p36 {
  padding: 36px; }

.u-p37 {
  padding: 37px; }

.u-p38 {
  padding: 38px; }

.u-p39 {
  padding: 39px; }

.u-p40 {
  padding: 40px; }

/* ==========================
u-m
========================== */
.u-mt5 {
  margin-top: 5px; }

.u-mt10 {
  margin-top: 10px; }

.u-mt20 {
  margin-top: 20px; }

.u-mt30 {
  margin-top: 30px; }

.u-mt40 {
  margin-top: 40px; }

.u-mt50 {
  margin-top: 50px; }

.u-mt-1 {
  margin-top: -1px; }

.u-mt-2 {
  margin-top: -2px; }

.u-mt-3 {
  margin-top: -3px; }

.u-mt-4 {
  margin-top: -4px; }

.u-mt-5 {
  margin-top: -5px; }

.u-mt-6 {
  margin-top: -6px; }

.u-mt-7 {
  margin-top: -7px; }

.u-mt-8 {
  margin-top: -8px; }

.u-mt-9 {
  margin-top: -9px; }

.u-mt-10 {
  margin-top: -10px; }

.u-mt-11 {
  margin-top: -11px; }

.u-mt-12 {
  margin-top: -12px; }

.u-mt-13 {
  margin-top: -13px; }

.u-mt-14 {
  margin-top: -14px; }

.u-mt-15 {
  margin-top: -15px; }

.u-mt-16 {
  margin-top: -16px; }

.u-mt-17 {
  margin-top: -17px; }

.u-mt-18 {
  margin-top: -18px; }

.u-mt-19 {
  margin-top: -19px; }

.u-mt-20 {
  margin-top: -20px; }

.u-mt-21 {
  margin-top: -21px; }

.u-mt-22 {
  margin-top: -22px; }

.u-mt-23 {
  margin-top: -23px; }

.u-mt-24 {
  margin-top: -24px; }

.u-mt-25 {
  margin-top: -25px; }

.u-mt-26 {
  margin-top: -26px; }

.u-mt-27 {
  margin-top: -27px; }

.u-mt-28 {
  margin-top: -28px; }

.u-mt-29 {
  margin-top: -29px; }

.u-mt-30 {
  margin-top: -30px; }

.u-mt-31 {
  margin-top: -31px; }

.u-mt-32 {
  margin-top: -32px; }

.u-mt-33 {
  margin-top: -33px; }

.u-mt-34 {
  margin-top: -34px; }

.u-mt-35 {
  margin-top: -35px; }

.u-mt-36 {
  margin-top: -36px; }

.u-mt-37 {
  margin-top: -37px; }

.u-mt-38 {
  margin-top: -38px; }

.u-mt-39 {
  margin-top: -39px; }

.u-mt-40 {
  margin-top: -40px; }

.u-mt-41 {
  margin-top: -41px; }

.u-mt-42 {
  margin-top: -42px; }

.u-mt-43 {
  margin-top: -43px; }

.u-mt-44 {
  margin-top: -44px; }

.u-mt-45 {
  margin-top: -45px; }

.u-mt-46 {
  margin-top: -46px; }

.u-mt-47 {
  margin-top: -47px; }

.u-mt-48 {
  margin-top: -48px; }

.u-mt-49 {
  margin-top: -49px; }

.u-mt-50 {
  margin-top: -50px; }

.u-mr10 {
  margin-right: 10px; }

.u-mr20 {
  margin-right: 20px; }

.u-mr30 {
  margin-right: 30px; }

.u-mr40 {
  margin-right: 40px; }

.u-mr50 {
  margin-right: 50px; }

.u-mb10 {
  margin-bottom: 10px; }

.u-mb20 {
  margin-bottom: 20px; }

.u-mb30 {
  margin-bottom: 30px; }

.u-mb40 {
  margin-bottom: 40px; }

.u-mb50 {
  margin-bottom: 50px; }

.u-mb1 {
  margin-bottom: 1px !important; }

.u-mb2 {
  margin-bottom: 2px !important; }

.u-mb3 {
  margin-bottom: 3px !important; }

.u-mb4 {
  margin-bottom: 4px !important; }

.u-mb5 {
  margin-bottom: 5px !important; }

.u-mb6 {
  margin-bottom: 6px !important; }

.u-mb7 {
  margin-bottom: 7px !important; }

.u-mb8 {
  margin-bottom: 8px !important; }

.u-mb9 {
  margin-bottom: 9px !important; }

.u-mb10 {
  margin-bottom: 10px !important; }

.u-mb11 {
  margin-bottom: 11px !important; }

.u-mb12 {
  margin-bottom: 12px !important; }

.u-mb13 {
  margin-bottom: 13px !important; }

.u-mb14 {
  margin-bottom: 14px !important; }

.u-mb15 {
  margin-bottom: 15px !important; }

.u-mb16 {
  margin-bottom: 16px !important; }

.u-mb17 {
  margin-bottom: 17px !important; }

.u-mb18 {
  margin-bottom: 18px !important; }

.u-mb19 {
  margin-bottom: 19px !important; }

.u-mb20 {
  margin-bottom: 20px !important; }

.u-mb21 {
  margin-bottom: 21px !important; }

.u-mb22 {
  margin-bottom: 22px !important; }

.u-mb23 {
  margin-bottom: 23px !important; }

.u-mb24 {
  margin-bottom: 24px !important; }

.u-mb25 {
  margin-bottom: 25px !important; }

.u-mb26 {
  margin-bottom: 26px !important; }

.u-mb27 {
  margin-bottom: 27px !important; }

.u-mb28 {
  margin-bottom: 28px !important; }

.u-mb29 {
  margin-bottom: 29px !important; }

.u-mb30 {
  margin-bottom: 30px !important; }

.u-mb31 {
  margin-bottom: 31px !important; }

.u-mb32 {
  margin-bottom: 32px !important; }

.u-mb33 {
  margin-bottom: 33px !important; }

.u-mb34 {
  margin-bottom: 34px !important; }

.u-mb35 {
  margin-bottom: 35px !important; }

.u-mb36 {
  margin-bottom: 36px !important; }

.u-mb37 {
  margin-bottom: 37px !important; }

.u-mb38 {
  margin-bottom: 38px !important; }

.u-mb39 {
  margin-bottom: 39px !important; }

.u-mb40 {
  margin-bottom: 40px !important; }

.u-mb41 {
  margin-bottom: 41px !important; }

.u-mb42 {
  margin-bottom: 42px !important; }

.u-mb43 {
  margin-bottom: 43px !important; }

.u-mb44 {
  margin-bottom: 44px !important; }

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

.u-mb46 {
  margin-bottom: 46px !important; }

.u-mb47 {
  margin-bottom: 47px !important; }

.u-mb48 {
  margin-bottom: 48px !important; }

.u-mb49 {
  margin-bottom: 49px !important; }

.u-mb50 {
  margin-bottom: 50px !important; }

.u-ml10 {
  margin-left: 10px; }

.u-ml20 {
  margin-left: 20px; }

.u-ml30 {
  margin-left: 30px; }

.u-ml40 {
  margin-left: 40px; }

.u-ml50 {
  margin-left: 50px; }

/* ==========================
u-p
========================== */
.u-pt10 {
  padding-top: 10px; }

.u-pt11 {
  padding-top: 11px; }

.u-pt12 {
  padding-top: 12px; }

.u-pt13 {
  padding-top: 13px; }

.u-pt14 {
  padding-top: 14px; }

.u-pt15 {
  padding-top: 15px; }

.u-pt16 {
  padding-top: 16px; }

.u-pt17 {
  padding-top: 17px; }

.u-pt18 {
  padding-top: 18px; }

.u-pt19 {
  padding-top: 19px; }

.u-pt20 {
  padding-top: 20px; }

.u-pt21 {
  padding-top: 21px; }

.u-pt22 {
  padding-top: 22px; }

.u-pt23 {
  padding-top: 23px; }

.u-pt24 {
  padding-top: 24px; }

.u-pt25 {
  padding-top: 25px; }

.u-pt26 {
  padding-top: 26px; }

.u-pt27 {
  padding-top: 27px; }

.u-pt28 {
  padding-top: 28px; }

.u-pt29 {
  padding-top: 29px; }

.u-pt30 {
  padding-top: 30px; }

.u-pt31 {
  padding-top: 31px; }

.u-pt32 {
  padding-top: 32px; }

.u-pt33 {
  padding-top: 33px; }

.u-pt34 {
  padding-top: 34px; }

.u-pt35 {
  padding-top: 35px; }

.u-pt36 {
  padding-top: 36px; }

.u-pt37 {
  padding-top: 37px; }

.u-pt38 {
  padding-top: 38px; }

.u-pt39 {
  padding-top: 39px; }

.u-pt40 {
  padding-top: 40px; }

.u-pt50 {
  padding-top: 50px; }

.u-pr10 {
  padding-right: 10px; }

.u-pr20 {
  padding-right: 20px; }

.u-pr30 {
  padding-right: 30px; }

.u-pr40 {
  padding-right: 40px; }

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

.u-pb10 {
  padding-bottom: 10px; }

.u-pb20 {
  padding-bottom: 20px; }

.u-pb30 {
  padding-bottom: 30px; }

.u-pb40 {
  padding-bottom: 40px; }

.u-pb50 {
  padding-bottom: 50px; }

.u-pl10 {
  padding-left: 10px; }

.u-pl20 {
  padding-left: 20px; }

.u-pl30 {
  padding-left: 30px; }

.u-pl40 {
  padding-left: 40px; }

.u-pl50 {
  padding-left: 50px; }

/* ============
* lh*
============== */
.u-lh1 {
  line-height: 1 !important; }

.u-lh1_1 {
  line-height: 1.1 !important; }

.u-lh1_2 {
  line-height: 1.2 !important; }

.u-lh1_3 {
  line-height: 1.3 !important; }

.u-lh1_4 {
  line-height: 1.4 !important; }

.u-lh1_5 {
  line-height: 1.5 !important; }

.u-lh1_6 {
  line-height: 1.6 !important; }

.u-lh1_7 {
  line-height: 1.7 !important; }

.u-lh1_8 {
  line-height: 1.8 !important; }

.u-lh1_9 {
  line-height: 1.9 !important; }

.u-lh2 {
  line-height: 2 !important; }

.u-lh2_1 {
  line-height: 2.1 !important; }

.u-lh2_2 {
  line-height: 2.2 !important; }

.u-lh2_3 {
  line-height: 2.3 !important; }

.u-lh2_4 {
  line-height: 2.4 !important; }

.u-lh2_5 {
  line-height: 2.5 !important; }

.u-lh2_6 {
  line-height: 2.6 !important; }

.u-lh2_7 {
  line-height: 2.7 !important; }

.u-lh2_8 {
  line-height: 2.8 !important; }

.u-lh2_9 {
  line-height: 2.9 !important; }

.u-lh3 {
  line-height: 3 !important; }

/* ============
* index
============== */
.indexVisual {
  height: 1028px;
  background: url("../images/index_visual_bg.jpg") no-repeat center center; }
  @media screen and (min-width: 1920px) {
    .indexVisual {
      background-size: cover; } }
  @media screen and (max-width: 480px) {
    .indexVisual {
      height: auto;
      background: url("../images/index_visual_bg.jpg") no-repeat top center;
      background-size: 110vh 70vh; } }
  @media all and (max-width: 480px) and (min-height: 800px) {
    .indexVisual {
      background-size: 90vh 60vh; } }
  .indexVisual__container {
    padding: 10px 10px 0; }
    @media screen and (max-width: 480px) {
      .indexVisual__container {
        padding: 0; } }
    @media screen and (max-width: 359px) {
      .indexVisual__container {
        padding: 0; } }
  .indexVisual__intro {
    width: 1000px;
    margin: 0 auto 150px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center; }
    @media screen and (max-width: 480px) {
      .indexVisual__intro {
        width: 100%;
        justify-content: center;
        margin: 0 auto 20px; } }
  .indexVisual__logo {
    width: 550px;
    display: block; }
    @media screen and (max-width: 480px) {
      .indexVisual__logo {
        width: 97%;
        margin: 0 auto 20px; } }
  .indexVisual__medals {
    width: 308px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 480px) {
      .indexVisual__medals {
        justify-content: center;
        width: 100%;
        display: flex !important;
        padding: 10px 0;
        background: #07399e; }
        .indexVisual__medals.hidden-xs {
          display: none !important; }
        .indexVisual__medals .indexVisual__medal {
          max-width: 100px;
          margin: 0 10px; } }
    @media screen and (max-width: 480px) and (max-width: 480px) {
      .indexVisual__medals .indexVisual__medal {
        max-width: 130px; } }

  .indexVisual .logo-box {
    float: left; }
    @media screen and (max-width: 480px) {
      .indexVisual .logo-box {
        margin-top: 10px; } }
    .indexVisual .logo-box h3 {
      display: inline-block;
      margin-bottom: 9px;
      padding: 9px 14px;
      background: #00479d;
      border-radius: 5px;
      color: #FFF;
      font-weight: bold;
      font-size: 21px;
      line-height: 1;
      vertical-align: middle; }
      @media screen and (max-width: 480px) {
        .indexVisual .logo-box h3 {
          font-size: 15px; } }
      @media screen and (max-width: 359px) {
        .indexVisual .logo-box h3 {
          font-size: 12px; } }
    .indexVisual .logo-box small {
      display: block;
      position: relative;
      top: -2px;
      color: #FFF;
      font-weight: bold;
      font-size: 19px;
      text-align: center;
      line-height: 1.4; }
      @media screen and (max-width: 480px) {
        .indexVisual .logo-box small {
          display: inline-block;
          font-size: 14px; } }
      @media screen and (max-width: 359px) {
        .indexVisual .logo-box small {
          font-size: 12px; } }
    .indexVisual .logo-box .num {
      position: relative;
      top: 2px;
      padding-left: 3px;
      font-size: 23px; }
  .indexVisual__catch {
    width: 1058px;
    height: 285px;
    margin: -20px auto 10px;
    font-weight: bold;
    font-size: 24px;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .indexVisual__catch {
        width: 100%;
        height: auto;
        margin: 6px auto 0;
        font-size: 19px;
        text-align: center;
        line-height: 1.4; } }
    @media screen and (max-width: 359px) {
      .indexVisual__catch {
        margin: 0 auto;
        font-size: 17px; } }
    .indexVisual__catch .main-catch {
      position: relative;
      display: inline-block;
      top: -40px;
      margin: 0 auto; }
      @media screen and (max-width: 480px) {
        .indexVisual__catch .main-catch {
          top: -15px; } }
    .indexVisual__catch .sub-catch {
      z-index: 3;
      text-align: center;
      letter-spacing: 4px; }
      @media screen and (max-width: 480px) {
        .indexVisual__catch .sub-catch {
          display: block;
          letter-spacing: 1px; } }
      @media screen and (max-width: 359px) {
        .indexVisual__catch .sub-catch {
          font-size: 14px; } }
      .indexVisual__catch .sub-catch--1 {
        color: #00479d; }
      .indexVisual__catch .sub-catch--2 {
        color: #00c5dd; }
      .indexVisual__catch .sub-catch--lg {
        color: #00479d;
        font-size: 40px;
        letter-spacing: normal; }
        .indexVisual__catch .sub-catch--lg b {
          color: #f61717;
          margin: 0 3px; }
        @media screen and (max-width: 480px) {
          .indexVisual__catch .sub-catch--lg {
            font-size: 5vw; } }

.indexVisualAuthority {
  display: table;
  margin: 0 auto; }
  @media screen and (max-width: 480px) {
    .indexVisualAuthority {
      width: 100%;
      margin: 0 auto 0;
      padding: 4%;
      background: #00479d; } }
  @media screen and (max-width: 480px) {
    .indexVisualAuthority ul {
      display: flex;
      justify-content: space-between; } }
  .indexVisualAuthority li {
    margin-left: 30px; }
    @media screen and (max-width: 480px) {
      .indexVisualAuthority li {
        flex-basis: auto;
        width: 25%;
        margin-left: 0;
        text-align: center; } }
    @media screen and (max-width: 480px) {
      .indexVisualAuthority li img {
        width: 96%; } }
    .indexVisualAuthority li.privilege img {
      margin-top: -20px; }

.indexVisualPrivilege {
  padding: 10px 0 17px;
  background: #0854B5; }
  @media screen and (max-width: 480px) {
    .indexVisualPrivilege img {
      width: 250px;
      margin-top: -24px; } }

.indexVisualFeature {
  margin-left: -20px; }
  @media screen and (max-width: 480px) {
    .indexVisualFeature {
      margin-left: 0;
      padding: 15px 0 0;
      background: #00479d; } }
  .indexVisualFeature dt {
    display: table;
    margin: 20px auto;
    padding: 0px 20px 10px;
    background: #FFF;
    border: 3px solid #00479d;
    border-radius: 60px;
    color: #00479d;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 1; }
    @media screen and (max-width: 480px) {
      .indexVisualFeature dt {
        margin: 0px auto 17px;
        padding: 13px 30px 7px;
        line-height: 1; } }
    @media screen and (max-width: 359px) {
      .indexVisualFeature dt {
        font-size: 15px; } }
    .indexVisualFeature dt .text-num {
      position: relative;
      top: 6px;
      padding-right: 7px;
      font-size: 39px; }
      @media screen and (max-width: 480px) {
        .indexVisualFeature dt .text-num {
          top: 2px;
          padding-right: 0px;
          font-size: 33px;
          line-height: 1; } }
    @media screen and (max-width: 480px) {
      .indexVisualFeature dt .text-sp {
        position: relative;
        top: -4px; } }
    .indexVisualFeature dt h3 {
      font-size: 15px; }
  .indexVisualFeature dd {
    display: table;
    margin: auto; }
    @media screen and (max-width: 480px) {
      .indexVisualFeature dd {
        padding: 4%;
        background: #FFF; } }
    .indexVisualFeature dd li {
      width: 100px;
      margin-left: 11px; }
      .indexVisualFeature dd li:nth-child(5) {
        margin-left: 40px; }
        @media screen and (max-width: 480px) {
          .indexVisualFeature dd li:nth-child(5) {
            margin-left: 0; } }
      @media screen and (max-width: 480px) {
        .indexVisualFeature dd li {
          width: 24%;
          height: initial;
          margin-bottom: 3.5%;
          margin-left: 1.3%; } }
      .indexVisualFeature dd li i {
        display: inline-block;
        width: 100px;
        text-align: center; }
        .indexVisualFeature dd li i img {
          width: 100%; }
        @media screen and (max-width: 480px) {
          .indexVisualFeature dd li i {
            width: 100%; } }

/* ============
* indexBenefit // お客さまの反響（メインビジュアル下部）
============== */
.indexBenefit {
  background: #eef1fd; }
  .indexBenefit__list {
    padding: 30px 0 10px; }
    @media screen and (max-width: 480px) {
      .indexBenefit__list {
        padding: 5% 2% 2%; } }
    .indexBenefit__list > li {
      position: relative;
      width: 316px;
      height: 147px;
      margin-left: 23px;
      margin-bottom: 28px;
      padding: 20px;
      border: 3px solid #00479d;
      border-radius: 6px;
      background: #FFF; }
      @media screen and (max-width: 480px) {
        .indexBenefit__list > li {
          float: none;
          width: 90%;
          height: initial;
          margin-left: 0;
          margin-bottom: 15px;
          padding: 4% 7.2% 4% 4%; } }
      .indexBenefit__list > li.smallHeight {
        height: 130px; }
        @media screen and (max-width: 480px) {
          .indexBenefit__list > li.smallHeight {
            height: initial; } }
      .indexBenefit__list > li:nth-child(3n+1) {
        margin-left: 0; }
      .indexBenefit__list > li:nth-child(3n) {
        padding: 20px 9px 20px 20px; }
        @media screen and (max-width: 480px) {
          .indexBenefit__list > li:nth-child(3n) {
            padding: 4% 7.2% 4% 4%; } }
      @media screen and (max-width: 480px) {
        .indexBenefit__list > li:nth-child(4) .icon-face, .indexBenefit__list > li:nth-child(6) .icon-face {
          position: absolute;
          right: -42px;
          bottom: 6px; } }
      @media screen and (max-width: 411px) {
        .indexBenefit__list > li:nth-child(4) .icon-face, .indexBenefit__list > li:nth-child(6) .icon-face {
          position: absolute;
          right: -42px;
          bottom: 19px; } }
      @media screen and (max-width: 359px) {
        .indexBenefit__list > li:nth-child(4) .icon-face, .indexBenefit__list > li:nth-child(6) .icon-face {
          position: absolute;
          right: -32px;
          bottom: 19px; } }
      .indexBenefit__list > li p {
        color: #00479d;
        font-weight: bold;
        font-size: 17px;
        line-height: 1.7;
        letter-spacing: 0.5px; }
        @media screen and (max-width: 480px) {
          .indexBenefit__list > li p {
            font-size: 15px;
            line-height: 1.5; } }
        @media screen and (max-width: 359px) {
          .indexBenefit__list > li p {
            font-size: 14px; } }
        .indexBenefit__list > li p .txt-caution {
          display: block;
          font-size: 10px; }
    .indexBenefit__list .icon-face {
      overflow: hidden;
      display: inline-block;
      width: 22%;
      border: 3px solid #00479d;
      border-radius: 50%;
      position: absolute;
      right: -15px;
      bottom: -20px; }
      @media screen and (max-width: 480px) {
        .indexBenefit__list .icon-face {
          width: 19%;
          position: absolute;
          right: -42px;
          bottom: 19px; } }
      @media screen and (max-width: 411px) {
        .indexBenefit__list .icon-face {
          position: absolute;
          right: -42px;
          bottom: 19px; } }
      @media screen and (max-width: 359px) {
        .indexBenefit__list .icon-face {
          position: absolute;
          right: -32px;
          bottom: 19px; } }

/* ============
* renewalPoint // 新しくなった！お客様の声でさらに進化！グースリー
============== */
.indexRenewal__title {
  padding: 25px 0; }
  @media screen and (max-width: 480px) {
    .indexRenewal__title {
      padding: 15px 10px; } }
  .indexRenewal__title .name {
    display: inline-block;
    width: 340px; }
    @media screen and (max-width: 480px) {
      .indexRenewal__title .name {
        width: 100%;
        padding-left: 23%; } }
.indexRenewal .balloon {
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 0;
  left: 120px; }
  @media screen and (max-width: 480px) {
    .indexRenewal .balloon {
      position: absolute;
      top: 6px;
      right: 0;
      bottom: 0;
      left: 6px;
      width: 24%; } }
.indexRenewal .catch {
  color: #FFF;
  font-size: 36px; }
  @media screen and (max-width: 480px) {
    .indexRenewal .catch {
      font-size: 17px;
      margin-left: 80px; } }
.indexRenewal__description {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 19px;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .indexRenewal__description {
      width: 90%;
      margin: 20px auto;
      font-size: 16px;
      line-height: 1.4; } }
.indexRenewal__content {
  padding: 50px 0; }
  @media screen and (max-width: 480px) {
    .indexRenewal__content {
      padding: 2%; } }

.renewalItem__list {
  display: table;
  margin: 0 auto 50px; }
  @media screen and (max-width: 480px) {
    .renewalItem__list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 100%;
      margin: 0 auto 20px; } }
  .renewalItem__list > li {
    position: relative;
    width: 22%;
    margin-left: 4%; }
    @media screen and (max-width: 480px) {
      .renewalItem__list > li:first-child, .renewalItem__list > li:nth-child(2n+1) {
        margin-left: initial !important; } }
    @media screen and (max-width: 480px) {
      .renewalItem__list > li:nth-child(1), .renewalItem__list > li:nth-child(2) {
        height: 67vw; } }
    @media screen and (max-width: 480px) {
      .renewalItem__list > li:nth-child(3), .renewalItem__list > li:nth-child(4) {
        height: 87vw; } }
@media screen and (max-width: 480px) and (max-width: 480px) {
  .renewalItem__list > li:nth-child(2).c-arrow-right:before {
    display: block;
    position: absolute;
    right: -40px;
    z-index: 10;
    content: '';
    right: 100%;
    top: 104%;
    -webkit-transform: rotate(145deg);
    transform: rotate(145deg); } }

    @media screen and (max-width: 480px) {
      .renewalItem__list > li {
        flex-basis: auto;
        width: 48%;
        margin-left: auto !important;
        margin-bottom: 5%;
        float: none; } }
    .renewalItem__list > li.c-arrow-right:before {
      position: absolute;
      right: -35px; }
    @media screen and (max-width: 480px) {
      .renewalItem__list > li.c-arrow-right:before {
        display: block;
        position: absolute;
        right: -40px;
        z-index: 10;
        content: '';
        right: -5.8vw;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); } }
.renewalItem__logo {
  width: 100%;
  margin-bottom: 18px; }
  @media screen and (max-width: 480px) {
    .renewalItem__logo {
      width: 50%;
      margin-bottom: -8px; } }
@media screen and (max-width: 480px) {
  .renewalItem__boxWrap {
    display: contents;
    height: 100%; } }
.renewalItem__box {
  align-items: center;
  height: 453px;
  border: 4px solid #00479d;
  border-radius: 8px;
  background: #FFF;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .renewalItem__box {
      position: relative;
      width: 100%;
      height: 100%; } }
.renewalItem__title {
  padding: 3px 10px;
  background: #00479d;
  color: #FFF;
  font-size: 17px; }
  @media screen and (max-width: 480px) {
    .renewalItem__title {
      padding: 3px 0;
      font-feature-settings: "palt";
      letter-spacing: 0.085em; } }
  @media screen and (max-width: 413px) {
    .renewalItem__title {
      font-size: 14px; } }
  @media screen and (max-width: 359px) {
    .renewalItem__title {
      font-size: 12px; } }
.renewalItem__content {
  padding: 10px 0; }
  @media screen and (max-width: 480px) {
    .renewalItem__content {
      height: inherit;
      padding: 6px; } }
  .renewalItem__content img {
    text-align: center; }
    @media screen and (max-width: 480px) {
      .renewalItem__content img {
        display: inline-block;
        width: 70%;
        margin-bottom: 10px; } }
.renewalItem__data {
  padding: 14px 10px 5px; }
  @media screen and (max-width: 480px) {
    .renewalItem__data {
      display: inline-block;
      width: 100%;
      padding: 0; } }
  @media screen and (max-width: 359px) {
    .renewalItem__data dd > br {
      display: none; } }
  .renewalItem__data dt {
    margin-bottom: 10px;
    color: #f61717;
    font-weight: bold;
    font-size: 23px;
    line-height: 1; }
    @media screen and (max-width: 480px) {
      .renewalItem__data dt {
        display: none;
        font-size: 17px;
        margin-bottom: 6px; } }
  .renewalItem__data dd {
    padding: 0;
    font-size: 14px;
    text-align: left;
    line-height: 1.5; }
    @media screen and (max-width: 480px) {
      .renewalItem__data dd {
        display: block;
        padding: 0;
        font-size: 13px; } }
@media screen and (max-width: 480px) {
  .renewalItem .evolutionList {
    width: 100%; } }
.renewalItem .evolutionList > li {
  margin: 5px 5px 0 0;
  padding: 3px 7px;
  background: #dde4fa;
  color: #00479d;
  font-size: 13.5px;
  font-weight: bold;
  text-align: left; }
  @media screen and (max-width: 480px) {
    .renewalItem .evolutionList > li {
      width: 100%;
      margin: 5px 0 0 0;
      font-size: 12px; } }
  @media screen and (max-width: 359px) {
    .renewalItem .evolutionList > li {
      font-size: 11px; } }
.renewalItem__evolutionItem--3 {
  position: relative;
  display: table;
  margin: auto;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .renewalItem__evolutionItem--3 {
      margin: 30px auto; } }
  .renewalItem__evolutionItem--3 h3 {
    position: relative;
    z-index: 2;
    padding: 45px 95px 30px;
    border: 4px solid #00479d;
    background: #FFF;
    color: #00479d;
    font-weight: bold;
    font-size: 26px;
    line-height: 2; }
    @media screen and (max-width: 480px) {
      .renewalItem__evolutionItem--3 h3 {
        padding: 40px 10px 10px;
        font-size: 16px; } }
    @media screen and (max-width: 413px) {
      .renewalItem__evolutionItem--3 h3 {
        font-size: 14px; } }
    .renewalItem__evolutionItem--3 h3 > img {
      position: relative;
      top: -10px;
      display: inline-block;
      width: 270px; }
    .renewalItem__evolutionItem--3 h3:before {
      content: '進化４';
      position: absolute;
      top: -20px;
      right: 0;
      left: 0;
      display: inline-block;
      width: 111px;
      margin: auto;
      color: #FFF;
      font-weight: bold;
      font-size: 23px;
      line-height: 1.8;
      background: #f61717; }
  .renewalItem__evolutionItem--3 .u-fst-num {
    padding: 10px;
    color: #f61717; }
  .renewalItem__evolutionItem--3 .marker {
    padding: 2px 8px;
    background: #dde4fa; }
  .renewalItem__evolutionItem--3:before {
    position: absolute;
    bottom: -55px;
    left: 218px;
    display: block;
    content: '';
    z-index: 1;
    width: 48px;
    height: 70px;
    background: url("../images/common_arrow_bottom.png") no-repeat;
    background-size: 100%; }
    @media screen and (max-width: 480px) {
      .renewalItem__evolutionItem--3:before {
        position: absolute;
        right: 0;
        bottom: -30px;
        left: 0;
        width: 24px;
        height: 35px;
        margin: auto; } }
  .renewalItem__evolutionItem--3:after {
    position: absolute;
    right: 0;
    bottom: -55px;
    left: 733px;
    display: block;
    content: '';
    z-index: 1;
    width: 48px;
    height: 70px;
    background: url("../images/common_arrow_bottom.png") no-repeat;
    background-size: 100%; }
    @media screen and (max-width: 480px) {
      .renewalItem__evolutionItem--3:after {
        content: none; } }

.renewalPoint {
  display: table;
  width: 97%;
  margin: 130px auto 60px;
  /* 合体機能 */
  /* キルト */ }
  @media screen and (max-width: 480px) {
    .renewalPoint {
      margin: 20px auto 30px; } }
  .renewalPoint__list > li {
    position: relative;
    display: inline-block;
    width: 450px;
    margin-left: 65px;
    margin-bottom: 95px; }
    @media screen and (max-width: 480px) {
      .renewalPoint__list > li {
        display: block;
        float: none;
        width: 100%;
        margin: 10px 0 30px; } }
    @media screen and (max-width: 480px) {
      .renewalPoint__list > li:last-child {
        margin: 0; } }
    .renewalPoint__list > li:nth-child(3), .renewalPoint__list > li:nth-child(4) {
      margin-bottom: 0; }
    .renewalPoint__list > li:nth-child(3) {
      margin-left: 0; }
      @media screen and (max-width: 480px) {
        .renewalPoint__list > li:nth-child(3) {
          margin: 10px 0 43px; } }
    .renewalPoint__list > li .badge {
      position: absolute;
      top: -80px;
      right: 0;
      left: 0;
      z-index: 3;
      width: 125px;
      height: 120px;
      margin: auto;
      padding: 27px 0;
      background: url("../images/index_renewal_point_badge.png") no-repeat;
      font-size: 20px; }
      @media screen and (max-width: 480px) {
        .renewalPoint__list > li .badge {
          position: absolute;
          top: -18px;
          right: initial;
          left: -8px;
          width: 85px;
          height: 85px;
          padding: 23px 0;
          background-size: 100%;
          font-size: 11px; } }
      @media screen and (max-width: 359px) {
        .renewalPoint__list > li .badge {
          position: absolute;
          top: -18px;
          right: initial;
          left: -8px;
          width: 65px;
          height: 65px;
          padding: 13px 0; } }
      .renewalPoint__list > li .badge strong {
        display: block;
        font-size: 50px; }
        @media screen and (max-width: 480px) {
          .renewalPoint__list > li .badge strong {
            font-size: 30px; } }
  .renewalPoint__box {
    overflow: hidden;
    position: relative;
    width: 450px;
    padding: 43px;
    background: #FFF;
    border-radius: 5px;
    border: 5px solid #00479d;
    text-align: center; }
    .renewalPoint__box.level--1 {
      height: 676px; }
      @media screen and (max-width: 480px) {
        .renewalPoint__box.level--1 {
          height: initial; } }
    .renewalPoint__box.level--2 {
      height: 676px; }
    @media screen and (max-width: 480px) {
      .renewalPoint__box {
        width: 100%;
        padding: 6%; } }
    .renewalPoint__box h3 span {
      font-weight: bold;
      font-size: 17px; }
      @media screen and (max-width: 480px) {
        .renewalPoint__box h3 span {
          font-size: 15px; } }
    @media screen and (max-width: 480px) {
      .renewalPoint__box--4 {
        padding: 6% 6% 0px; } }
  .renewalPoint__titleImg {
    margin: 10px auto; }
  .renewalPoint__subTitle {
    margin: 20px auto;
    border-radius: 30px;
    background: #f0f5fb;
    font-weight: bold;
    font-size: 16px;
    color: #00479d; }
  .renewalPoint__description {
    color: #f61717;
    margin: 23px auto 0;
    font-weight: bold;
    font-size: 17px;
    line-height: 1.4; }
  @media screen and (max-width: 480px) {
    .renewalPoint .renewalQuilt label {
      font-size: 15px; } }
  @media screen and (max-width: 359px) {
    .renewalPoint .renewalQuilt label {
      font-size: 13px; } }
  @media screen and (max-width: 480px) {
    .renewalPoint .renewalQuilt label small {
      font-size: 11px; } }
  @media screen and (max-width: 359px) {
    .renewalPoint .renewalQuilt label small {
      font-size: 9px; } }
  .renewalPoint .renewalQuilt strong {
    display: block; }
    .renewalPoint .renewalQuilt strong span {
      font-size: 23px; }
  .renewalPoint .renewalQuilt img {
    display: block;
    margin: 0 auto 37px; }
  .renewalPoint .renewalQuilt h5 {
    font-weight: bold;
    font-size: 16px; }
    @media screen and (max-width: 480px) {
      .renewalPoint .renewalQuilt h5 {
        font-size: 13px; } }
  .renewalPoint .renewalQuilt i.fa-plus {
    display: block;
    margin: 8px auto; }
  .renewalPoint .renewalQuilt .m-label {
    width: 144px;
    font-weight: bold; }
  .renewalPoint .renewalQuilt--product {
    width: 144px; }
    @media screen and (max-width: 480px) {
      .renewalPoint .renewalQuilt--product {
        width: 40%; } }
    .renewalPoint .renewalQuilt--product.c-arrow-right--red:before {
      top: 40%; }
  .renewalPoint .renewalQuilt--evolution {
    width: 144px;
    margin-left: 65px; }
    @media screen and (max-width: 480px) {
      .renewalPoint .renewalQuilt--evolution {
        width: 40%;
        margin-left: 20%; } }
    @media screen and (max-width: 359px) {
      .renewalPoint .renewalQuilt--evolution {
        margin-left: 15%; } }
  .renewalPoint .renewalAntibacterial__img {
    position: relative;
    top: 40px;
    right: 0;
    left: -43px; }
    @media screen and (max-width: 480px) {
      .renewalPoint .renewalAntibacterial__img {
        position: relative;
        top: 0;
        right: 0;
        left: -43px;
        width: 45%;
        float: left; } }
  @media screen and (max-width: 480px) {
    .renewalPoint .renewalAntibacterial__desc {
      margin-top: 30px;
      text-align: left; } }

/* ============
* indexProductSeason // グースリーは1年中季節に合わせて使える！
============== */
.indexProductSeason__heading {
  padding: 48px 0;
  background: #00479d; }
  @media screen and (max-width: 480px) {
    .indexProductSeason__heading {
      padding: 8px; } }
.indexProductSeason__title {
  text-align: center; }
@media screen and (max-width: 480px) {
  .indexProductSeason-item {
    padding-bottom: 80px; } }
.indexProductSeason-item__list {
  display: table;
  margin: 30px auto; }
  .indexProductSeason-item__list li {
    margin-left: -50px; }
    @media screen and (max-width: 480px) {
      .indexProductSeason-item__list li {
        width: 35%;
        margin-left: -3%; } }
    .indexProductSeason-item__list li:first-child {
      margin-left: 0; }
.indexProductSeason-item__description {
  text-align: center;
  position: relative; }
  .indexProductSeason-item__description .balloon {
    position: absolute;
    right: 0;
    top: 0; }
    @media screen and (max-width: 480px) {
      .indexProductSeason-item__description .balloon {
        top: 80px;
        left: 50%;
        right: auto;
        transform: translateX(-50%); } }
.indexProductSeason-set {
  text-align: center; }
  .indexProductSeason-set__title {
    display: inline-block;
    margin: 30px auto 0;
    padding: 10px 30px 8px;
    border: 5px solid #00479d;
    border-radius: 70px;
    color: #00479d;
    font-weight: bold;
    font-size: 25px; }
    @media screen and (max-width: 480px) {
      .indexProductSeason-set__title {
        margin: 32px auto 0;
        font-size: 18px;
        line-height: 1.3; } }
  .indexProductSeason-set__list {
    margin: 40px auto; }
    @media screen and (max-width: 480px) {
      .indexProductSeason-set__list {
        margin: 20px auto; } }
    .indexProductSeason-set__list li {
      width: 32%;
      margin-left: 2%; }
      @media screen and (max-width: 480px) {
        .indexProductSeason-set__list li {
          width: 100%;
          margin-left: 0;
          margin-bottom: 30px; } }
      .indexProductSeason-set__list li:first-child {
        margin-left: 0; }
    .indexProductSeason-set__list .setBox__head {
      padding: 20px;
      border-radius: 7px 7px 0 0; }
      @media screen and (max-width: 480px) {
        .indexProductSeason-set__list .setBox__head {
          padding: 4%; } }
      @media screen and (max-width: 480px) {
        .indexProductSeason-set__list .setBox__head h3 {
          margin: auto; } }
      @media screen and (max-width: 480px) {
        .indexProductSeason-set__list .setBox__head h3 img {
          width: 80%;
          margin: auto; } }
      .indexProductSeason-set__list .setBox__head--warm {
        background: #3689de; }
      .indexProductSeason-set__list .setBox__head--normal {
        background: #00479d; }
      .indexProductSeason-set__list .setBox__head--cold {
        background: #00316c; }
    .indexProductSeason-set__list .setBox__body {
      border-radius: 0 0 7px 7px;
      padding: 20px; }
      @media screen and (max-width: 480px) {
        .indexProductSeason-set__list .setBox__body {
          padding: 4%; } }
      .indexProductSeason-set__list .setBox__body--warm {
        border: 3px solid #3689de; }
      .indexProductSeason-set__list .setBox__body--normal {
        border: 3px solid #00479d; }
      .indexProductSeason-set__list .setBox__body--cold {
        border: 3px solid #00316c; }
  .indexProductSeason-set__table {
    margin: 30px auto; }
    @media screen and (max-width: 480px) {
      .indexProductSeason-set__table {
        margin: 0 auto; } }
    .indexProductSeason-set__table img {
      display: block;
      max-width: 1071px;
      margin: 0 0 0 -75px; }
      @media screen and (max-width: 480px) {
        .indexProductSeason-set__table img {
          max-width: 100%;
          margin: auto; } }
    .indexProductSeason-set__table .description-table {
      display: table;
      margin: 20px auto;
      color: #d20808;
      font-weight: bold;
      font-size: 18px;
      text-align: left;
      line-height: 1.5; }
      @media screen and (max-width: 480px) {
        .indexProductSeason-set__table .description-table {
          font-size: 13px; } }
@media screen and (max-width: 480px) {
  .indexProductSeason-fastdry {
    margin: 5px auto 20px; } }
.indexProductSeason-fastdry img {
  width: 65%;
  margin-left: 100px;
  padding-left: 40px;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .indexProductSeason-fastdry img {
      width: 100%;
      margin-left: 0;
      padding-left: 0; } }
@media screen and (max-width: 480px) {
  .indexProductSeason small {
    font-feature-settings: "palt";
    letter-spacing: 0.085em; } }

/* ============
* indexLandSide // 側地へのこだわり
============== */
.indexLandSide__heading {
  padding: 48px 0;
  background: #00479d; }
  @media screen and (max-width: 480px) {
    .indexLandSide__heading {
      padding: 8px; } }
.indexLandSide__title {
  text-align: center; }
.indexLandSide__content {
  padding: 70px 0;
  /*background: #f9f9f9;*/ }
  @media screen and (max-width: 480px) {
    .indexLandSide__content {
      padding: 9% 2% 2%; } }
  .indexLandSide__content .label {
    position: relative;
    top: -25px;
    right: 0;
    left: 0;
    display: inline-block;
    padding: 10px 20px;
    font-size: 27px;
    border-radius: 0; }
    @media screen and (max-width: 480px) {
      .indexLandSide__content .label {
        position: absolute;
        top: -15px;
        right: 0;
        left: 0;
        width: 100%;
        padding: 10px;
        text-align: center;
        font-size: 19px;
        line-height: 1.2; } }
    .indexLandSide__content .label small {
      font-size: 21px; }
      @media screen and (max-width: 480px) {
        .indexLandSide__content .label small {
          display: block;
          font-size: 14px; } }
  .indexLandSide__content .description {
    margin: 20px auto;
    font-size: 13px;
    text-align: justify; }
    @media screen and (max-width: 480px) {
      .indexLandSide__content .description {
        height: 108px; } }
  .indexLandSide__content h3 {
    font-weight: bold;
    font-size: 24px; }
    @media screen and (max-width: 480px) {
      .indexLandSide__content h3 {
        font-size: 16px; } }
    @media screen and (max-width: 480px) {
      .indexLandSide__content h3 span {
        display: block; } }
.indexLandSide__list {
  display: table;
  width: 92%;
  margin: auto; }
  @media screen and (max-width: 480px) {
    .indexLandSide__list {
      width: 100%; } }
  .indexLandSide__list > li {
    position: relative;
    margin-left: 38px; }
    @media screen and (max-width: 480px) {
      .indexLandSide__list > li {
        width: 50%;
        margin-left: 0; } }
.indexLandSide__box {
  width: 435px;
  padding: 0 38px 38px;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  background: #FFF;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .indexLandSide__box {
      width: 100%;
      padding: 46px 4% 4%; } }
  .indexLandSide__box--duvet {
    border: 3px solid #00479d; }
    @media screen and (max-width: 480px) {
      .indexLandSide__box--duvet {
        border-radius: 4px 0 0 4px; } }
    .indexLandSide__box--duvet .case-title {
      color: #00479d; }
    .indexLandSide__box--duvet .label {
      background: #00479d; }
    .indexLandSide__box--duvet h3 span {
      color: #00479d; }
    .indexLandSide__box--duvet .box-list {
      padding: 24px 24px 34px;
      background: #e4edff; }
      @media screen and (max-width: 480px) {
        .indexLandSide__box--duvet .box-list {
          padding: 10px; } }
      .indexLandSide__box--duvet .box-list li {
        margin-bottom: 14px; }
        .indexLandSide__box--duvet .box-list li:before {
          color: #00479d; }
  .indexLandSide__box--goosely {
    border: 3px solid #f61717; }
    @media screen and (max-width: 480px) {
      .indexLandSide__box--goosely {
        border-radius: 0 4px 4px 0; } }
    .indexLandSide__box--goosely .case-title {
      color: #f28381; }
    .indexLandSide__box--goosely .label {
      background: #f61717; }
    .indexLandSide__box--goosely .photoWrap {
      position: relative; }
      .indexLandSide__box--goosely .photoWrap .subcach {
        display: inline-block;
        position: absolute;
        right: 0;
        bottom: -10px;
        left: 0;
        margin: auto; }
        @media screen and (max-width: 480px) {
          .indexLandSide__box--goosely .photoWrap .subcach {
            position: absolute;
            right: 0;
            bottom: -18px;
            left: 0;
            width: 73%; } }
    .indexLandSide__box--goosely h3 span {
      color: #f61717; }
    .indexLandSide__box--goosely .box-list {
      background: #fff0f0; }
      @media screen and (max-width: 480px) {
        .indexLandSide__box--goosely .box-list {
          padding: 10px; } }
      .indexLandSide__box--goosely .box-list li:before {
        color: #f61717; }
  .indexLandSide__box .box-list {
    height: 190px;
    margin: 10px auto 0;
    padding: 24px;
    border-radius: 3px;
    text-align: left; }
    @media screen and (max-width: 480px) {
      .indexLandSide__box .box-list {
        height: 30vh;
        padding: 5%; } }
    @media screen and (max-width: 359px) {
      .indexLandSide__box .box-list {
        height: 200px; } }
    .indexLandSide__box .box-list li {
      margin-bottom: 10px;
      font-weight: bold;
      font-size: 16px;
      padding-left: 1.2em;
      text-indent: -0.6em; }
      @media screen and (max-width: 480px) {
        .indexLandSide__box .box-list li {
          font-size: 13px; } }
      .indexLandSide__box .box-list li:before {
        display: inline-block;
        margin: 0 4px 0 0;
        content: '\f14a';
        font-family: FontAwesome; }

/* ============
* indexCombinedAdvice // セットで購入2枚合わせ布団のおすすめポイント
============== */
.indexCombinedAdvice {
  padding: 50px 0;
  border-top: 15px solid #00479d; }
  @media screen and (max-width: 480px) {
    .indexCombinedAdvice {
      padding: 20px 0; } }
  .indexCombinedAdvice__title {
    text-align: center; }
  .indexCombinedAdvice__list {
    display: table;
    width: 100%;
    margin: 60px auto 30px; }
    @media screen and (max-width: 480px) {
      .indexCombinedAdvice__list {
        margin: 20px auto 0px; } }
    .indexCombinedAdvice__list li {
      width: 30%;
      margin-left: 5%; }
      @media screen and (max-width: 480px) {
        .indexCombinedAdvice__list li {
          width: 100%;
          margin-left: 0;
          margin-bottom: 35px; } }
      .indexCombinedAdvice__list li:first-child {
        margin-left: 0; }
  .indexCombinedAdvice__box {
    position: relative;
    padding: 70px 30px 30px;
    border: 3px solid #00479d;
    border-radius: 8px;
    background: #FFF;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .indexCombinedAdvice__box {
        padding: 24px 2% 7%; } }
    .indexCombinedAdvice__box .label-no {
      position: absolute;
      top: -50px;
      right: 0;
      left: 0;
      margin: auto; }
      @media screen and (max-width: 480px) {
        .indexCombinedAdvice__box .label-no {
          position: absolute;
          top: -32px;
          right: 0;
          left: 0;
          width: 60px; } }
    .indexCombinedAdvice__box h3 {
      margin: 10px auto 0;
      color: #00479d;
      font-weight: bold;
      font-size: 22px;
      line-height: 1.3; }
      @media screen and (max-width: 480px) {
        .indexCombinedAdvice__box h3 {
          letter-spacing: -0.6px;
          font-size: 22px; } }
      .indexCombinedAdvice__box h3 small {
        display: block;
        height: 9px;
        color: #00479d;
        font-size: 10px; }
    .indexCombinedAdvice__box .photo {
      margin: 20px auto 0;
      height: 220px; }
      @media screen and (max-width: 480px) {
        .indexCombinedAdvice__box .photo {
          height: initial; } }

/* ============
* indexProductSet
============== */
.indexProductSet {
  padding: 0 0 60px; }
  @media screen and (max-width: 480px) {
    .indexProductSet {
      padding: 0 0 30px; } }

/* ============
* indexProblemIntro これまでの掛け布団にこんな問題ありませんか？
============== */
.indexProblemIntro {
  margin: 50px auto 0;
  padding: 50px 0 60px;
  border-top: 4px solid #00479d; }
  @media screen and (max-width: 480px) {
    .indexProblemIntro {
      padding: 2%;
      margin-top: 0; } }
  @media screen and (max-width: 480px) {
    .indexProblemIntro .l-container {
      padding: 0; } }
  .indexProblemIntro__list {
    display: table;
    margin: 60px auto 20px; }
    @media screen and (max-width: 480px) {
      .indexProblemIntro__list {
        position: relative;
        z-index: 78;
        margin: 20px auto; } }
    .indexProblemIntro__list > li {
      margin-left: 15px; }
      @media screen and (max-width: 480px) {
        .indexProblemIntro__list > li {
          width: 40%; } }
      @media screen and (max-width: 480px) {
        .indexProblemIntro__list > li:nth-child(4) {
          margin-left: 0; } }
      @media screen and (max-width: 480px) {
        .indexProblemIntro__list > li {
          width: 31%;
          height: 95px;
          margin-left: 2%; } }
      @media screen and (max-width: 359px) {
        .indexProblemIntro__list > li {
          height: 119px; } }
      @media screen and (max-width: 480px) {
        .indexProblemIntro__list > li img {
          width: 40%;
          display: none !important; } }
      @media screen and (max-width: 480px) {
        .indexProblemIntro__list > li.list-space > img {
          width: 32%; } }
  .indexProblemIntro__balloon {
    display: table;
    width: 153px;
    height: 134px;
    padding: 10px;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .indexProblemIntro__balloon {
        width: 108%;
        height: 105px;
        padding: 5px;
        background-size: 100% 86px; } }
    @media screen and (max-width: 359px) {
      .indexProblemIntro__balloon {
        height: 89px;
        margin-bottom: 0; } }
    .indexProblemIntro__balloon.balloon--1 {
      background: url("../images/index_problem_intro_list_bg_1.png") no-repeat;
      background-size: 100%; }
    .indexProblemIntro__balloon.balloon--2 {
      background: url("../images/index_problem_intro_list_bg_2.png") no-repeat;
      background-size: 100%; }
    .indexProblemIntro__balloon h3 {
      display: table-cell;
      color: #559cf2;
      font-weight: bold;
      line-height: 1.3;
      vertical-align: middle; }
      @media screen and (max-width: 480px) {
        .indexProblemIntro__balloon h3 {
          font-size: 12px; } }
      @media screen and (max-width: 359px) {
        .indexProblemIntro__balloon h3 {
          font-size: 11px; } }
      .indexProblemIntro__balloon h3 small {
        font-weight: bold;
        color: #559cf2;
        font-size: 12px; }
        @media screen and (max-width: 480px) {
          .indexProblemIntro__balloon h3 small {
            font-size: 11px; } }
        @media screen and (max-width: 359px) {
          .indexProblemIntro__balloon h3 small {
            font-size: 10px; } }

/* ============
* indexSolvingIntro この問題をグースリーが全て解決します。
============== */
.indexSolvingIntro {
  position: relative; }
  .indexSolvingIntro:before {
    display: block;
    position: absolute;
    top: -30px;
    right: 0;
    left: 0;
    z-index: 10;
    content: '';
    width: 119px;
    height: 63px;
    margin: auto;
    background: url("../images/common_arrow_bottom_dot.png") repeat center center; }
  .indexSolvingIntro .catch {
    margin-top: 0px; }
    @media screen and (max-width: 480px) {
      .indexSolvingIntro .catch {
        margin-top: 10px; } }
    .indexSolvingIntro .catch .img-goosely {
      width: 320px; }
      @media screen and (max-width: 480px) {
        .indexSolvingIntro .catch .img-goosely {
          width: 80%;
          max-width: 240px; } }
    .indexSolvingIntro .catch span {
      color: #fff;
      font-weight: bold;
      font-size: 30px; }
      @media screen and (max-width: 480px) {
        .indexSolvingIntro .catch span {
          font-size: 20px; } }
    .indexSolvingIntro .catch .img-solving {
      position: relative;
      top: -12px; }
      @media screen and (max-width: 480px) {
        .indexSolvingIntro .catch .img-solving {
          top: 0; } }
  .indexSolvingIntro__title {
    position: relative; }
    @media screen and (max-width: 480px) {
      .indexSolvingIntro__title {
        padding: 0 10px 20px;
        text-align: center; } }
    .indexSolvingIntro__title .balloon {
      margin-top: 40px;
      text-align: center; }
      @media screen and (max-width: 480px) {
        .indexSolvingIntro__title .balloon {
          width: 200px;
          margin-top: 34px; } }
    @media screen and (max-width: 480px) {
      .indexSolvingIntro__title .img-airgooooose {
        width: 90%;
        margin-top: 8px; } }
    @media screen and (max-width: 480px) {
      .indexSolvingIntro__title .img-solving {
        width: 90%;
        margin-top: 10px; } }
    @media screen and (max-width: 480px) {
      .indexSolvingIntro__title img {
        display: inline-block; } }
  .indexSolvingIntro__list > li {
    display: table; }
    .indexSolvingIntro__list > li h3 {
      display: table-cell;
      font-weight: bold;
      color: #00479d;
      vertical-align: middle;
      text-align: center;
      font-size: 22px; }
    .indexSolvingIntro__list > li img {
      border-radius: 220px;
      border: 7px solid #00479d; }
      @media screen and (max-width: 480px) {
        .indexSolvingIntro__list > li img {
          border: 2px solid #00479d; } }
  .indexSolvingIntro__content {
    height: 932px;
    padding: 100px 0 0 0;
    background: url("../images/index_solving_intro_bg.jpg") no-repeat center top; }
    @media screen and (min-width: 1920px) {
      .indexSolvingIntro__content {
        background-size: cover; } }
    @media screen and (max-width: 480px) {
      .indexSolvingIntro__content {
        height: 80vh;
        padding: 0;
        background-size: 226vh; } }
    @media screen and (max-width: 413px) {
      .indexSolvingIntro__content {
        height: 86vh; } }
    .indexSolvingIntro__content .washing {
      position: absolute;
      top: 20px;
      right: 0;
      bottom: 0;
      left: 0; }
      @media screen and (max-width: 480px) {
        .indexSolvingIntro__content .washing {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0; } }
      .indexSolvingIntro__content .washing .balloon {
        position: relative;
        z-index: 2;
        width: 244px;
        height: 151px;
        background: url("../images/index_solving_intro_ballloon_bg_washing.png") no-repeat center center;
        font-size: 22px; }
        @media screen and (max-width: 480px) {
          .indexSolvingIntro__content .washing .balloon {
            width: 163px;
            height: 71px;
            font-size: 17px;
            background-size: 100% 71px; } }
      .indexSolvingIntro__content .washing img {
        width: 190px;
        z-index: 1;
        position: relative;
        top: 100px;
        right: 50px;
        bottom: 0; }
        @media screen and (max-width: 480px) {
          .indexSolvingIntro__content .washing img {
            top: 60px;
            width: 100px; } }
    .indexSolvingIntro__content .odor {
      position: absolute;
      top: -40px;
      left: 300px; }
      @media screen and (max-width: 480px) {
        .indexSolvingIntro__content .odor {
          position: absolute;
          top: 10px;
          right: 30px;
          left: auto; } }
      @media screen and (max-width: 359px) {
        .indexSolvingIntro__content .odor {
          position: absolute;
          top: 10px;
          right: 10px;
          left: auto; } }
      .indexSolvingIntro__content .odor .balloon {
        position: relative;
        z-index: 2;
        width: 244px;
        height: 151px;
        background: url("../images/index_solving_intro_ballloon_bg_odor.png") no-repeat center center; }
        @media screen and (max-width: 480px) {
          .indexSolvingIntro__content .odor .balloon {
            width: 144px;
            height: 71px;
            font-size: 17px;
            background-size: 100% 71px; } }
    .indexSolvingIntro__content .space {
      position: absolute;
      top: -25px;
      right: -180px; }
      @media screen and (max-width: 480px) {
        .indexSolvingIntro__content .space {
          position: absolute;
          top: 175px;
          right: -70px; } }
      @media screen and (max-width: 359px) {
        .indexSolvingIntro__content .space {
          position: absolute;
          top: 155px;
          right: -100px; } }
      .indexSolvingIntro__content .space .balloon {
        position: relative;
        z-index: 2;
        width: 244px;
        height: 151px;
        background: url("../images/index_solving_intro_ballloon_bg_space.png") no-repeat center center;
        font-size: 18px; }
        @media screen and (max-width: 480px) {
          .indexSolvingIntro__content .space .balloon {
            width: 194px;
            height: 71px;
            font-size: 17px;
            background-size: 100% 71px; } }
      .indexSolvingIntro__content .space img {
        width: 190px;
        z-index: 1;
        position: relative;
        top: 144px;
        right: 190px;
        bottom: 0; }
        @media screen and (max-width: 480px) {
          .indexSolvingIntro__content .space img {
            position: relative;
            top: 70px;
            right: 110px;
            bottom: 0;
            top: 60px;
            width: 100px; } }
    .indexSolvingIntro__content .bias {
      position: absolute;
      top: 355px;
      left: 0; }
      @media screen and (max-width: 480px) {
        .indexSolvingIntro__content .bias {
          position: absolute;
          top: 138px;
          right: 0;
          bottom: 0;
          left: 0; } }
      .indexSolvingIntro__content .bias .balloon {
        position: relative;
        z-index: 2;
        width: 244px;
        height: 151px;
        background: url("../images/index_solving_intro_ballloon_bg_bias.png") no-repeat center center;
        font-size: 18px; }
        @media screen and (max-width: 480px) {
          .indexSolvingIntro__content .bias .balloon {
            width: 144px;
            height: 71px;
            font-size: 17px;
            background-size: 100% 71px; } }
      .indexSolvingIntro__content .bias img {
        z-index: 1;
        position: relative;
        top: 100px;
        right: 210px;
        bottom: 0;
        width: 70%; }
        @media screen and (max-width: 480px) {
          .indexSolvingIntro__content .bias img {
            position: relative;
            top: 100px;
            right: 120px;
            bottom: 0;
            top: 60px;
            width: 100px; } }
    .indexSolvingIntro__content .dust {
      position: absolute;
      top: 295px;
      left: 234px; }
      @media screen and (max-width: 480px) {
        .indexSolvingIntro__content .dust {
          position: absolute;
          top: 320px;
          right: -90px;
          left: initial; } }
      @media screen and (max-width: 359px) {
        .indexSolvingIntro__content .dust {
          position: absolute;
          top: 270px;
          right: -110px;
          left: initial; } }
      .indexSolvingIntro__content .dust .balloon {
        position: relative;
        z-index: 2;
        width: 244px;
        height: 151px;
        background: url("../images/index_solving_intro_ballloon_bg_dust.png") no-repeat center center;
        font-size: 18px; }
        @media screen and (max-width: 480px) {
          .indexSolvingIntro__content .dust .balloon {
            width: 204px;
            height: 71px;
            font-size: 19px;
            background: url("../images/index_solving_intro_ballloon_bg_dust.png") no-repeat center center;
            background-size: 100% 71px; } }
      .indexSolvingIntro__content .dust img {
        z-index: 1;
        position: relative;
        top: 150px;
        right: 230px;
        bottom: 0; }
        @media screen and (max-width: 480px) {
          .indexSolvingIntro__content .dust img {
            position: relative;
            top: 60px;
            right: 117px;
            bottom: 0;
            width: 100px; } }
        @media screen and (max-width: 359px) {
          .indexSolvingIntro__content .dust img {
            position: relative;
            top: 76px;
            right: 117px;
            bottom: 0;
            width: 100px; } }
    .indexSolvingIntro__content .strain {
      position: absolute;
      top: 295px;
      right: 20px; }
      @media screen and (max-width: 480px) {
        .indexSolvingIntro__content .strain {
          position: absolute;
          top: 295px;
          left: 0; } }
      @media screen and (max-width: 359px) {
        .indexSolvingIntro__content .strain {
          position: absolute;
          top: 255px;
          left: 0; } }
      .indexSolvingIntro__content .strain .balloon {
        position: relative;
        z-index: 2;
        width: 200px;
        height: 151px;
        background: url("../images/index_solving_intro_ballloon_bg_strain.png") no-repeat center center;
        font-size: 18px; }
        @media screen and (max-width: 480px) {
          .indexSolvingIntro__content .strain .balloon {
            width: 144px;
            height: 71px;
            font-size: 17px;
            background: url("../images/index_solving_intro_ballloon_bg_strain.png") no-repeat center center;
            background-size: 100% 71px; } }
      .indexSolvingIntro__content .strain img {
        z-index: 1;
        position: relative;
        top: 124px;
        right: 200px;
        bottom: 0;
        width: 80%; }
        @media screen and (max-width: 480px) {
          .indexSolvingIntro__content .strain img {
            position: relative;
            top: 100px;
            right: 120px;
            bottom: 0;
            top: 60px;
            width: 100px; } }
    .indexSolvingIntro__content .combined {
      position: absolute;
      top: 375px;
      right: -300px; }
      @media screen and (max-width: 480px) {
        .indexSolvingIntro__content .combined {
          position: absolute;
          top: 395px;
          right: initial;
          left: 100px; } }
      @media screen and (max-width: 359px) {
        .indexSolvingIntro__content .combined {
          position: absolute;
          top: 330px;
          right: initial;
          left: 80px; } }
      .indexSolvingIntro__content .combined .balloon {
        position: relative;
        z-index: 2;
        width: 244px;
        height: 151px;
        background: url("../images/index_solving_intro_ballloon_bg_strain.png") no-repeat center center;
        font-size: 18px; }
        @media screen and (max-width: 480px) {
          .indexSolvingIntro__content .combined .balloon {
            width: 144px;
            height: 71px;
            font-size: 17px;
            background-size: 100% 71px; } }
      .indexSolvingIntro__content .combined img {
        z-index: 1;
        position: relative;
        top: 150px;
        right: 230px;
        bottom: 0;
        width: 65%; }
        @media screen and (max-width: 480px) {
          .indexSolvingIntro__content .combined img {
            position: relative;
            top: 100px;
            right: 120px;
            bottom: 0;
            top: 60px;
            width: 100px; } }

@media screen and (max-width: 480px) {
  .indexProblem--2 .indexProblem__title, .indexProblem--3 .indexProblem__title {
    font-size: 21px; } }
@media screen and (max-width: 359px) {
  .indexProblem--2 .indexProblem__title, .indexProblem--3 .indexProblem__title {
    font-size: 18px; } }
@media screen and (max-width: 480px) {
  .indexProblem--4 .indexProblem__heading .duvetProblemList {
    width: 330px;
    margin: auto; } }
@media screen and (max-width: 480px) {
  .indexProblem--4 .indexProblem__title {
    font-size: 23px; } }
@media screen and (max-width: 359px) {
  .indexProblem--4 .indexProblem__title {
    font-size: 18px; } }
.indexProblem .c-heading--index {
  height: 170px; }
  @media screen and (max-width: 480px) {
    .indexProblem .c-heading--index {
      height: auto;
      margin-bottom: 20px; } }
.indexProblem__heading .indexProblem-title-catch,
.indexProblem__heading .duvetProblemList {
  float: left; }
  @media screen and (max-width: 480px) {
    .indexProblem__heading .indexProblem-title-catch,
    .indexProblem__heading .duvetProblemList {
      float: none; } }
  .indexProblem__heading .indexProblem-title-catch > div,
  .indexProblem__heading .duvetProblemList > div {
    position: relative;
    z-index: 3; }
.indexProblem__heading h3 {
  display: table-cell;
  color: #00479d;
  font-weight: bold;
  vertical-align: middle;
  font-size: 22px; }
.indexProblem__heading .indexProblem-title-catch {
  padding: 46px 0; }
  @media screen and (max-width: 480px) {
    .indexProblem__heading .indexProblem-title-catch {
      padding: 16px 10px 0; } }
.indexProblem__heading .balloon {
  float: left;
  display: table;
  background: url("../images/index_problem_allergy_title_balloon_odor.png") no-repeat center center;
  height: 122px;
  background-size: 100% 122px; }
  @media screen and (max-width: 480px) {
    .indexProblem__heading .balloon {
      height: 82px;
      background-size: 100% 82px; } }
.indexProblem__heading .duvetProblemList {
  position: relative;
  width: 330px;
  height: 207px;
  margin-top: -38px;
  margin-left: 35px; }
  @media screen and (max-width: 480px) {
    .indexProblem__heading .duvetProblemList {
      height: auto;
      margin-top: 0; } }
  @media screen and (max-width: 359px) {
    .indexProblem__heading .duvetProblemList {
      margin-left: -10px; } }
  .indexProblem__heading .duvetProblemList img.indexProblem-title-duvet {
    position: relative;
    top: -60px;
    z-index: 2; }
    @media screen and (max-width: 480px) {
      .indexProblem__heading .duvetProblemList img.indexProblem-title-duvet {
        top: -9px;
        left: -10px;
        width: 200px;
        height: 80px; } }
  .indexProblem__heading .duvetProblemList-washing {
    width: 136px;
    height: 111px;
    background: url("../images/index_problem_allergy_title_balloon_washing.png") no-repeat center center; }
    @media screen and (max-width: 480px) {
      .indexProblem__heading .duvetProblemList-washing {
        height: 82px;
        background-size: 100% 82px; } }
  .indexProblem__heading .duvetProblemList-odor {
    width: 183px;
    margin-left: 10px; }
  .indexProblem__heading .duvetProblemList-strain {
    width: 183px;
    height: 122px;
    margin-left: 62px; }
    @media screen and (max-width: 480px) {
      .indexProblem__heading .duvetProblemList-strain {
        height: 82px;
        background-size: 100% 82px; } }
  .indexProblem__heading .duvetProblemList-dust {
    width: 236px;
    height: 122px;
    margin-left: 42px; }
    @media screen and (max-width: 480px) {
      .indexProblem__heading .duvetProblemList-dust {
        height: 82px;
        margin-left: 22px;
        background-size: 100% 82px; } }
    @media screen and (max-width: 480px) {
      .indexProblem__heading .duvetProblemList-dust img.indexProblem-title-duvet {
        left: -60px; } }
    @media screen and (max-width: 480px) {
      .indexProblem__heading .duvetProblemList-dust .fukidashi {
        left: -60px; } }
  .indexProblem__heading .duvetProblemList-space {
    width: 246px;
    height: 122px;
    margin-left: 42px; }
    @media screen and (max-width: 480px) {
      .indexProblem__heading .duvetProblemList-space {
        height: 82px;
        margin-left: 22px;
        background-size: 100% 82px; } }
  .indexProblem__heading .duvetProblemList .fukidashi {
    position: absolute;
    top: 90px;
    right: -80px; }
    @media screen and (max-width: 480px) {
      .indexProblem__heading .duvetProblemList .fukidashi {
        position: absolute;
        top: 85px;
        right: -7px;
        display: inline-block;
        width: 66px; } }
    @media screen and (max-width: 359px) {
      .indexProblem__heading .duvetProblemList .fukidashi {
        position: absolute;
        top: 85px;
        right: 23px;
        width: 50px; } }
.indexProblem__content {
  position: relative;
  margin-top: 80px;
  padding: 0; }
  @media screen and (max-width: 480px) {
    .indexProblem__content {
      margin-top: 20px;
      padding: 2%; } }
  @media screen and (max-width: 480px) {
    .indexProblem__content .l-container {
      padding: 2%; } }
.indexProblem__labelBox {
  position: absolute;
  top: -40px;
  left: -50px;
  width: 240px;
  height: 147px;
  padding-top: 7px;
  background: url("../images/index_problem_box_label_bg.png") no-repeat center center;
  z-index: 2; }
  @media screen and (max-width: 480px) {
    .indexProblem__labelBox {
      display: none;
      position: absolute;
      top: -44px;
      left: -10px;
      width: 160px;
      height: 77px;
      background-size: 100% 77px; } }
  .indexProblem__labelBox .indexProblemLabel {
    display: table;
    width: 240px;
    height: 147px;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .indexProblem__labelBox .indexProblemLabel {
        width: 160px;
        height: 77px; } }
    .indexProblem__labelBox .indexProblemLabel h3 {
      display: table-cell;
      color: #FFF;
      font-weight: bold;
      vertical-align: middle;
      font-size: 20px;
      line-height: 1.2; }
      @media screen and (max-width: 480px) {
        .indexProblem__labelBox .indexProblemLabel h3 {
          font-size: 14px; } }
      .indexProblem__labelBox .indexProblemLabel h3 strong {
        display: block;
        font-size: 36px; }
        @media screen and (max-width: 480px) {
          .indexProblem__labelBox .indexProblemLabel h3 strong {
            font-size: 24px; } }
    .indexProblem__labelBox .indexProblemLabel--strain h3 strong {
      font-size: 30px; }
      @media screen and (max-width: 480px) {
        .indexProblem__labelBox .indexProblemLabel--strain h3 strong {
          font-size: 22px; } }
    .indexProblem__labelBox .indexProblemLabel--dust h3 strong {
      font-size: 26px; }
      @media screen and (max-width: 480px) {
        .indexProblem__labelBox .indexProblemLabel--dust h3 strong {
          font-size: 18px; } }
    .indexProblem__labelBox .indexProblemLabel--space h3 strong {
      font-size: 22px; }
      @media screen and (max-width: 480px) {
        .indexProblem__labelBox .indexProblemLabel--space h3 strong {
          font-size: 16px; } }
.indexProblem__title {
  display: table;
  margin: auto;
  color: #00479d;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.3; }
  @media screen and (max-width: 480px) {
    .indexProblem__title {
      font-size: 24px; } }
  @media screen and (max-width: 359px) {
    .indexProblem__title {
      font-size: 18px; } }
  .indexProblem__title img {
    display: block;
    margin-bottom: 10px; }
  .indexProblem__title span {
    display: table;
    margin: auto; }

.indexProblemAllergy {
  margin-top: -30px; }
  @media screen and (max-width: 480px) {
    .indexProblemAllergy {
      margin-top: auto;
      padding: 2%; } }
  .indexProblemAllergy__box {
    display: table;
    margin: 40px auto; }
    @media screen and (max-width: 480px) {
      .indexProblemAllergy__box {
        margin: 20px auto;
        text-align: center; } }
    .indexProblemAllergy__box img {
      float: left;
      display: inline-block;
      margin-right: 30px;
      border-radius: 10px; }
      @media screen and (max-width: 480px) {
        .indexProblemAllergy__box img {
          float: none;
          width: 150px;
          margin-right: 0;
          text-align: center; } }
  .indexProblemAllergy__description {
    float: left;
    width: 530px; }
    @media screen and (max-width: 480px) {
      .indexProblemAllergy__description {
        float: none;
        width: 90%;
        margin: 10px auto;
        text-align: left; } }
    .indexProblemAllergy__description dt {
      font-size: 16px; }
      @media screen and (max-width: 480px) {
        .indexProblemAllergy__description dt {
          font-size: 15px; } }
      .indexProblemAllergy__description dt em {
        font-style: initial;
        font-weight: bold;
        font-size: 22px;
        line-height: 1.2; }
        @media screen and (max-width: 480px) {
          .indexProblemAllergy__description dt em {
            font-size: 17px; } }
      .indexProblemAllergy__description dt strong {
        margin-top: 10px;
        color: #00479d;
        font-weight: bold;
        font-size: 37px; }
        @media screen and (max-width: 480px) {
          .indexProblemAllergy__description dt strong {
            font-size: 20px; } }
        @media screen and (max-width: 359px) {
          .indexProblemAllergy__description dt strong {
            font-size: 17px; } }
    .indexProblemAllergy__description dd {
      margin-top: 10px;
      font-size: 14px; }

.allergyFeature__list {
  display: table;
  margin: 70px auto 0; }
  @media screen and (max-width: 480px) {
    .allergyFeature__list {
      margin: 20px auto 0; } }
  .allergyFeature__list > li {
    width: 220px;
    margin-left: 68px; }
    @media screen and (max-width: 480px) {
      .allergyFeature__list > li {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px; }
        .allergyFeature__list > li:after {
          display: block;
          visibility: hidden;
          clear: both;
          height: 0;
          content: ''; } }
    .allergyFeature__list > li h4 {
      font-weight: bold;
      font-size: 19px;
      color: #4c6f9f;
      text-align: center; }
      @media screen and (max-width: 480px) {
        .allergyFeature__list > li h4 {
          width: 100%; } }
    .allergyFeature__list > li .img-box {
      position: relative; }
      @media screen and (max-width: 480px) {
        .allergyFeature__list > li .img-box {
          float: left;
          width: 40%;
          padding-left: 10px; } }
      .allergyFeature__list > li .img-box .img-main {
        z-index: 1;
        border-radius: 2px;
        border: 5px solid #4c6f9f; }
        @media screen and (max-width: 480px) {
          .allergyFeature__list > li .img-box .img-main {
            border: 2px solid #4c6f9f; } }
    .allergyFeature__list > li .img-badge {
      z-index: 2;
      position: absolute;
      top: -50px;
      left: -60px;
      border-radius: 82px;
      border: 5px solid #4c6f9f; }
      @media screen and (max-width: 480px) {
        .allergyFeature__list > li .img-badge {
          position: absolute;
          top: -30px;
          left: -4px;
          width: 60px;
          border: 2px solid #4c6f9f; } }
  .allergyFeature__list .description {
    margin-top: 20px;
    line-height: 1.4;
    font-size: 15px; }
    @media screen and (max-width: 480px) {
      .allergyFeature__list .description {
        float: left;
        width: 60%;
        margin-top: 0;
        padding-left: 10px; } }

.indexSolving {
  margin: 60px auto 60px; }
  @media screen and (max-width: 480px) {
    .indexSolving {
      margin: 90px auto 10px; } }
  .indexSolving__heading {
    position: relative;
    display: table;
    width: 680px;
    margin: -100px auto 0;
    padding: 10px 30px;
    background: #00479d;
    border-radius: 15px;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .indexSolving__heading {
        width: 100%;
        padding: 10px 18px; } }
    .indexSolving__heading h3 {
      color: #FFF;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .indexSolving__heading .heading-logo {
      position: relative;
      width: 180px; }
      @media screen and (max-width: 480px) {
        .indexSolving__heading .heading-logo {
          width: 50%;
          max-width: 180px; } }
    .indexSolving__heading .heading-if {
      position: relative;
      font-weight: bold;
      margin: 5px 5px -10px; }
      @media screen and (max-width: 480px) {
        .indexSolving__heading .heading-if {
          font-size: 13px; } }
    .indexSolving__heading .heading-downball {
      position: relative; }
      @media screen and (max-width: 480px) {
        .indexSolving__heading .heading-downball {
          width: 70%; } }
    .indexSolving__heading .heading-text {
      position: relative;
      font-weight: bold; }
      @media screen and (max-width: 480px) {
        .indexSolving__heading .heading-text {
          margin: -15px auto 0;
          font-size: 13px; } }
    .indexSolving__heading .downball-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-left: 30px;
      margin-top: 5px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%; }
      @media screen and (max-width: 480px) {
        .indexSolving__heading .downball-box {
          padding-left: 0; } }
      .indexSolving__heading .downball-box .wrap {
        position: relative;
        display: inline-block;
        width: 73px;
        height: 50px;
        margin-right: -20px; }
      .indexSolving__heading .downball-box .downball-badge {
        position: absolute;
        top: -26px;
        left: -58px;
        width: 73px;
        max-width: initial;
        z-index: 2; }
        @media screen and (max-width: 480px) {
          .indexSolving__heading .downball-box .downball-badge {
            position: absolute;
            top: -25px;
            left: -44px;
            width: 64px; } }
      .indexSolving__heading .downball-box .downball-icon {
        width: 50px;
        max-width: initial;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 1; }
  .indexSolving__title {
    display: table;
    margin: 45px auto 35px; }
    @media screen and (max-width: 480px) {
      .indexSolving__title {
        margin: 15px auto; } }
    .indexSolving__title > img {
      display: block; }
  .indexSolving__description {
    margin: 20px auto; }
    @media screen and (max-width: 480px) {
      .indexSolving__description {
        padding: 0 17px;
        text-align: justify; } }
    .indexSolving__description strong {
      display: block;
      font-size: 33px;
      color: #f61717; }
      @media screen and (max-width: 480px) {
        .indexSolving__description strong {
          display: inline-block;
          font-size: 21px;
          line-height: 1.2; } }
      @media screen and (max-width: 359px) {
        .indexSolving__description strong {
          font-size: 15px; } }
  .indexSolving__summaryImage {
    position: relative;
    margin-top: 30px;
    text-align: center; }
    .indexSolving__summaryImage .img-dani {
      position: absolute;
      top: -4px;
      left: 40px;
      z-index: 3; }
      @media screen and (max-width: 480px) {
        .indexSolving__summaryImage .img-dani {
          position: absolute;
          top: 134px;
          left: 0;
          width: 144px; } }
      @media screen and (max-width: 359px) {
        .indexSolving__summaryImage .img-dani {
          width: 114px; } }
    .indexSolving__summaryImage .img-odor {
      position: absolute;
      top: 0;
      left: 680px;
      z-index: 3; }
      @media screen and (max-width: 480px) {
        .indexSolving__summaryImage .img-odor {
          position: absolute;
          top: 140px;
          right: 10px;
          left: initial;
          width: 111px; } }
    .indexSolving__summaryImage .img-material {
      position: absolute;
      top: 76px;
      left: 160px;
      z-index: 2;
      border-radius: 200px;
      width: 162px;
      border: 4px solid #00479d; }
      @media screen and (max-width: 480px) {
        .indexSolving__summaryImage .img-material {
          position: absolute;
          top: 147px;
          right: 0;
          left: 0;
          width: 28%;
          margin: auto; } }
    .indexSolving__summaryImage .img-main {
      position: relative;
      margin: 10px auto 20px;
      z-index: 1;
      border-radius: 10px; }
      @media screen and (max-width: 480px) {
        .indexSolving__summaryImage .img-main {
          margin: 0 auto 50px; } }
      @media screen and (max-width: 359px) {
        .indexSolving__summaryImage .img-main {
          margin: 0 auto 70px; } }
    .indexSolving__summaryImage .img-main-strain {
      border-radius: 10px; }
    .indexSolving__summaryImage .img-text {
      display: block;
      width: 70%;
      margin: 10px auto 20px;
      border-radius: 10px;
      text-align: center; }
      @media screen and (max-width: 480px) {
        .indexSolving__summaryImage .img-text {
          width: 96%;
          margin: 0 auto;
          border-radius: 0; } }
  @media screen and (max-width: 480px) {
    .indexSolving .c-text-annotation {
      font-size: 10px; } }
  .indexSolving__summaryList {
    display: table;
    margin: 30px auto 10px; }
    @media screen and (max-width: 480px) {
      .indexSolving__summaryList {
        margin: 20px auto 10px; } }
    .indexSolving__summaryList li {
      margin-bottom: 10px;
      font-weight: bold;
      font-size: 26px;
      line-height: 1.3;
      padding-left: 2em;
      text-indent: -2em;
      color: #00479d; }
      @media screen and (max-width: 480px) {
        .indexSolving__summaryList li {
          font-size: 19px;
          padding-left: 2em;
          text-indent: -2em; } }
  .indexSolving__summaryTest--dust {
    display: table;
    margin: auto; }
    @media screen and (max-width: 480px) {
      .indexSolving__summaryTest--dust {
        text-align: center; } }
    .indexSolving__summaryTest--dust ul {
      display: inline-block; }
      @media screen and (max-width: 480px) {
        .indexSolving__summaryTest--dust ul {
          display: block;
          width: 90%;
          margin: auto; } }
      @media screen and (max-width: 480px) {
        .indexSolving__summaryTest--dust ul.c-arrow-right--red {
          position: relative; }
          .indexSolving__summaryTest--dust ul.c-arrow-right--red::before {
            content: "";
            border: solid transparent;
            display: inline-block;
            position: absolute;
            border-width: 10px;
            border-top-color: #f61717;
            margin-left: -10px;
            left: 50%;
            bottom: -20px; } }
      .indexSolving__summaryTest--dust ul.c-arrow-right--red:before {
        position: absolute;
        right: -70px; }
        @media screen and (max-width: 480px) {
          .indexSolving__summaryTest--dust ul.c-arrow-right--red:before {
            display: block;
            position: absolute;
            right: -40px;
            z-index: 10;
            content: '';
            left: 50%;
            right: 50%;
            margin-top: 104px; } }
      .indexSolving__summaryTest--dust ul li {
        float: left;
        margin-left: 10px; }
        @media screen and (max-width: 480px) {
          .indexSolving__summaryTest--dust ul li {
            width: 48%;
            margin-left: 4%; } }
        .indexSolving__summaryTest--dust ul li h4 {
          text-align: center;
          font-weight: bold;
          font-size: 23px; }
          @media screen and (max-width: 480px) {
            .indexSolving__summaryTest--dust ul li h4 {
              font-size: 16px; } }
          @media screen and (max-width: 359px) {
            .indexSolving__summaryTest--dust ul li h4 {
              font-size: 14px; } }
    .indexSolving__summaryTest--dust .img-result-dust {
      position: relative;
      top: -10px;
      margin-left: 70px; }
      @media screen and (max-width: 480px) {
        .indexSolving__summaryTest--dust .img-result-dust {
          display: inline-block;
          margin: 52px auto 0;
          margin-left: 0; } }
  .indexSolving__summaryTest--space {
    display: table;
    margin: 30px auto; }
    .indexSolving__summaryTest--space ul {
      display: inline-block;
      margin: 40px auto 0; }
      @media screen and (max-width: 480px) {
        .indexSolving__summaryTest--space ul {
          display: flex;
          justify-content: space-between;
          width: 100%;
          margin: 20px auto 0; } }
      .indexSolving__summaryTest--space ul li {
        position: relative;
        float: left;
        margin-left: 70px; }
        @media screen and (max-width: 480px) {
          .indexSolving__summaryTest--space ul li {
            float: none;
            margin-left: 0;
            width: 48%;
            flex-basis: auto; } }
        .indexSolving__summaryTest--space ul li h4 {
          color: #00479d;
          text-align: center;
          font-weight: bold;
          font-size: 26px; }
          @media screen and (max-width: 480px) {
            .indexSolving__summaryTest--space ul li h4 {
              font-size: 14px;
              text-align: left; } }
          @media screen and (max-width: 413px) {
            .indexSolving__summaryTest--space ul li h4 {
              font-size: 12px; } }
          @media screen and (max-width: 359px) {
            .indexSolving__summaryTest--space ul li h4 {
              font-size: 11px; } }
          .indexSolving__summaryTest--space ul li h4 .u-fst-num {
            font-size: 35px; }
            @media screen and (max-width: 480px) {
              .indexSolving__summaryTest--space ul li h4 .u-fst-num {
                font-size: 20px; } }
            @media screen and (max-width: 413px) {
              .indexSolving__summaryTest--space ul li h4 .u-fst-num {
                font-size: 15px; } }
            @media screen and (max-width: 359px) {
              .indexSolving__summaryTest--space ul li h4 .u-fst-num {
                font-size: 12px; } }
        .indexSolving__summaryTest--space ul li img {
          border-radius: 4px;
          border: 3px solid #00479d; }
    .indexSolving__summaryTest--space .badge-orange {
      position: absolute;
      top: 0;
      right: -30px;
      display: table;
      background: #ff6000;
      width: 95px;
      height: 95px;
      border-radius: 100px; }
      @media screen and (max-width: 480px) {
        .indexSolving__summaryTest--space .badge-orange {
          position: absolute;
          top: 0;
          right: -5px;
          width: 65px;
          height: 65px; } }
      .indexSolving__summaryTest--space .badge-orange p {
        display: table-cell;
        color: #FFF;
        vertical-align: middle;
        font-size: 14px;
        line-height: 1.2;
        text-align: center;
        letter-spacing: -0.05em; }
        @media screen and (max-width: 480px) {
          .indexSolving__summaryTest--space .badge-orange p {
            font-size: 10px; } }
        .indexSolving__summaryTest--space .badge-orange p strong {
          font-size: 16px;
          letter-spacing: initial; }
          @media screen and (max-width: 480px) {
            .indexSolving__summaryTest--space .badge-orange p strong {
              display: block;
              font-size: 11px; } }
  .indexSolving__summaryTest dl {
    width: 640px;
    margin: 0 auto 40px; }
    @media screen and (max-width: 480px) {
      .indexSolving__summaryTest dl {
        width: 100%;
        margin: 0 auto 20px; } }
  .indexSolving__summaryTest dt {
    padding: 14px 30px 8px;
    background: #00479d;
    border-radius: 10px 10px 0 0;
    color: #FFF;
    font-weight: bold;
    font-size: 33px;
    line-height: 1; }
    @media screen and (max-width: 480px) {
      .indexSolving__summaryTest dt {
        font-size: 21px; } }
    .indexSolving__summaryTest dt small {
      padding-left: 20px;
      color: inherit;
      font-size: 20px; }
      @media screen and (max-width: 480px) {
        .indexSolving__summaryTest dt small {
          font-size: 13px; } }
  .indexSolving__summaryTest dd {
    padding: 20px;
    background: #FFF;
    border: 5px solid #00479d;
    border-radius: 0 0 10px 10px; }
    .indexSolving__summaryTest dd p {
      margin-top: 20px;
      font-weight: bold;
      font-size: 14px;
      line-height: 1.5; }
  .indexSolving__list--cost {
    display: table;
    width: 70%;
    margin: 40px auto 0; }
    @media screen and (max-width: 480px) {
      .indexSolving__list--cost {
        width: 100%;
        margin: 10px auto; } }
    .indexSolving__list--cost > li {
      width: 50%;
      text-align: center; }
      .indexSolving__list--cost > li h4 {
        display: table;
        margin: auto;
        padding: 3px 50px;
        background: #00479d;
        border-radius: 30px;
        color: #FFF;
        font-weight: bold; }
        @media screen and (max-width: 480px) {
          .indexSolving__list--cost > li h4 {
            font-size: 14px;
            padding: 3px 10px; } }
        @media screen and (max-width: 359px) {
          .indexSolving__list--cost > li h4 {
            font-size: 11px;
            padding: 3px 10px; } }
      .indexSolving__list--cost > li p {
        margin: 10px auto;
        font-weight: bold;
        font-size: 29px;
        color: #00479d; }
        @media screen and (max-width: 480px) {
          .indexSolving__list--cost > li p {
            padding: 0 20px;
            font-size: 19px;
            line-height: 1.3; } }
      .indexSolving__list--cost > li img {
        border-radius: 130px;
        border: 4px solid #00479d; }
        @media screen and (max-width: 480px) {
          .indexSolving__list--cost > li img {
            width: 90%; } }
      .indexSolving__list--cost > li .u-fst-num {
        font-size: 36px; }
  .indexSolving__list--bias {
    display: table;
    width: 92%;
    margin: 40px auto; }
    @media screen and (max-width: 480px) {
      .indexSolving__list--bias {
        width: 100%;
        margin: 20px auto; } }
    .indexSolving__list--bias > li {
      width: 25%;
      text-align: center;
      margin-left: 5%;
      margin-bottom: 6%; }
      @media screen and (max-width: 480px) {
        .indexSolving__list--bias > li {
          width: 48%;
          margin-left: 2%; } }
      .indexSolving__list--bias > li:last-child {
        width: 40%; }
        @media screen and (max-width: 480px) {
          .indexSolving__list--bias > li:last-child {
            width: 100%; } }
      .indexSolving__list--bias > li.level--1 img {
        width: 68%; }
      .indexSolving__list--bias > li img {
        border-radius: 10px; }
      .indexSolving__list--bias > li h4 {
        margin-bottom: 30px; }
        @media screen and (max-width: 480px) {
          .indexSolving__list--bias > li h4 {
            font-size: 16px;
            margin-bottom: 20px;
            padding: 7px 9px 6px; } }
        @media screen and (max-width: 359px) {
          .indexSolving__list--bias > li h4 {
            font-size: 13px; } }
  .indexSolving small {
    margin-top: 10px; }
    @media screen and (max-width: 480px) {
      .indexSolving small {
        margin-top: 5px; } }
  .indexSolving .evoPointTest--index {
    margin: 50px 0; }
    @media screen and (max-width: 480px) {
      .indexSolving .evoPointTest--index {
        margin: 30px 0 40px; } }
    .indexSolving .evoPointTest--index .evoPointTest__title {
      color: #00479d;
      background: #FFF;
      font-weight: bold;
      font-size: 32px;
      text-align: center;
      line-height: 2.2;
      border-radius: 4px 4px 0 0; }
      .indexSolving .evoPointTest--index .evoPointTest__title::before {
        content: '|';
        font-size: 1.2em;
        font-weight: normal;
        display: inline-block;
        margin-right: 20px;
        transform: rotate(-20deg); }
      .indexSolving .evoPointTest--index .evoPointTest__title::after {
        content: '|';
        font-size: 1.2em;
        font-weight: normal;
        display: inline-block;
        margin-left: 5px;
        transform: rotate(20deg); }
      @media screen and (max-width: 480px) {
        .indexSolving .evoPointTest--index .evoPointTest__title {
          background: #00479d;
          color: #FFF;
          padding: 10px;
          font-size: 24px;
          line-height: 1.3; }
          .indexSolving .evoPointTest--index .evoPointTest__title::before, .indexSolving .evoPointTest--index .evoPointTest__title::after {
            content: none; } }
    .indexSolving .evoPointTest--index .evoPointTest__content {
      padding: 40px 2.8%;
      background: #FFF; }
      @media screen and (max-width: 480px) {
        .indexSolving .evoPointTest--index .evoPointTest__content {
          padding: 4%; } }
    .indexSolving .evoPointTest--index .evoPointTest__list li {
      width: 48%;
      margin-left: 4%; }
      @media screen and (max-width: 480px) {
        .indexSolving .evoPointTest--index .evoPointTest__list li {
          width: 100%;
          margin-left: 0;
          margin-top: 15px; } }
      @media screen and (max-width: 480px) {
        .indexSolving .evoPointTest--index .evoPointTest__list li:first-child {
          margin-top: 0; } }
    @media screen and (max-width: 480px) {
      .indexSolving .evoPointTest--index .evoPointTest__list--warm li .evoPointTest__box {
        height: initial; } }
    @media screen and (max-width: 480px) {
      .indexSolving .evoPointTest--index .evoPointTest__list--warm li .evoPointTest__box p {
        font-size: 14px; } }
    .indexSolving .evoPointTest--index .evoPointTest__box {
      margin: 0 auto;
      border: 1px solid #222;
      border-radius: 8px 8px; }
      @media screen and (max-width: 480px) {
        .indexSolving .evoPointTest--index .evoPointTest__box:last-child {
          margin: 0 auto; } }
      @media screen and (max-width: 480px) {
        .indexSolving .evoPointTest--index .evoPointTest__box {
          margin: 0 auto 20px; } }
      .indexSolving .evoPointTest--index .evoPointTest__box h4 {
        border-radius: 6px 6px 0 0;
        background: #00479d;
        color: #FFF;
        font-weight: bold;
        font-size: 20px;
        text-align: center;
        line-height: 2.2; }
        @media screen and (max-width: 480px) {
          .indexSolving .evoPointTest--index .evoPointTest__box h4 {
            padding: 10px;
            line-height: 1.2; } }
      .indexSolving .evoPointTest--index .evoPointTest__box .inner {
        padding: 30px; }
        @media screen and (max-width: 480px) {
          .indexSolving .evoPointTest--index .evoPointTest__box .inner {
            padding: 15px; } }
    .indexSolving .evoPointTest--index figure {
      margin: 0 auto 20px;
      text-align: center; }
      @media screen and (max-width: 480px) {
        .indexSolving .evoPointTest--index figure {
          margin: 0 auto; } }
    .indexSolving .evoPointTest--index figcaption span {
      display: block;
      font-size: 12px; }
    .indexSolving .evoPointTest--index dt {
      margin-bottom: 10px;
      font-weight: bold;
      font-size: 20px; }
    .indexSolving .evoPointTest--index dd {
      text-align: justify; }
      .indexSolving .evoPointTest--index dd p {
        font-size: 15px;
        line-height: 1.8;
        letter-spacing: -.02em; }
    .indexSolving .evoPointTest--index .description {
      text-align: justify;
      font-size: 15px;
      line-height: 1.8;
      letter-spacing: -.02em; }
    .indexSolving .evoPointTest--index i {
      display: block;
      text-align: center; }
    .indexSolving .evoPointTest--index .text-summary {
      color: #FFF;
      padding: 10px;
      background: #FF0000;
      font-weight: bold;
      font-size: 20px;
      text-align: center; }

@media screen and (max-width: 480px) {
  .indexProblemCost {
    margin-top: 20px; } }
@media screen and (max-width: 480px) {
  .indexProblemCost .u-marker--yellow {
    font-size: 20px; } }
@media screen and (max-width: 359px) {
  .indexProblemCost .u-marker--yellow {
    font-size: 17px; } }
.indexProblemCost__catchImg {
  margin-left: 40px; }
  @media screen and (max-width: 480px) {
    .indexProblemCost__catchImg {
      margin-left: 0; } }
.indexProblemCost__box {
  display: table;
  margin: 40px auto; }
  @media screen and (max-width: 480px) {
    .indexProblemCost__box {
      margin: 20px auto;
      text-align: center; } }
  .indexProblemCost__box > img {
    float: left;
    display: inline-block;
    margin-right: 30px;
    border-radius: 200px; }
    @media screen and (max-width: 480px) {
      .indexProblemCost__box > img {
        float: none;
        width: 150px;
        margin-right: 0;
        margin: auto; } }
.indexProblemCost__description {
  float: left;
  width: 530px; }
  @media screen and (max-width: 480px) {
    .indexProblemCost__description {
      float: none;
      width: 100%;
      margin: 10px auto; } }
  .indexProblemCost__description dt {
    padding: 8px 22px 4px;
    font-weight: bold;
    font-size: 21px;
    background: #00479d;
    border-radius: 10px 10px 0 0;
    color: #FFF; }
    @media screen and (max-width: 480px) {
      .indexProblemCost__description dt {
        font-size: 18px;
        line-height: 1.2; } }
    .indexProblemCost__description dt small {
      font-size: 15px; }
      @media screen and (max-width: 480px) {
        .indexProblemCost__description dt small {
          display: block;
          font-size: 14px; } }
      @media screen and (max-width: 359px) {
        .indexProblemCost__description dt small {
          font-size: 12px; } }
  .indexProblemCost__description dd {
    padding: 10px 20px;
    font-size: 14px;
    border: 4px solid #00479d;
    background: #FFF;
    border-radius: 0 0 10px 10px; }
    @media screen and (max-width: 480px) {
      .indexProblemCost__description dd {
        padding: 4px 10px; } }
    .indexProblemCost__description dd li {
      padding: 13px 0 0;
      border-top: 1px dotted #0476ff; }
      @media screen and (max-width: 480px) {
        .indexProblemCost__description dd li {
          padding: 10px 0 5px; } }
      .indexProblemCost__description dd li:first-child {
        border-top: 0;
        padding: 6px 0; }
        @media screen and (max-width: 480px) {
          .indexProblemCost__description dd li:first-child {
            padding: 10px 0; } }
    .indexProblemCost__description dd h4 {
      float: left;
      display: inline-block;
      color: #00479d;
      font-weight: bold;
      font-size: 26px; }
      @media screen and (max-width: 480px) {
        .indexProblemCost__description dd h4 {
          font-size: 15px; } }
      @media screen and (max-width: 359px) {
        .indexProblemCost__description dd h4 {
          font-size: 12px; } }
    .indexProblemCost__description dd img {
      float: right;
      text-align: right; }
      @media screen and (max-width: 480px) {
        .indexProblemCost__description dd img {
          display: block;
          width: 60%;
          margin: auto; } }

/* ============
* indexVoice 感謝の声
============== */
.indexVoice ul li {
  display: block;
  width: 48.5%;
  margin-left: 0;
  margin-bottom: 3%; }
  .indexVoice ul li:nth-child(even) {
    margin-left: 3%; }
    @media screen and (max-width: 480px) {
      .indexVoice ul li:nth-child(even) {
        margin-left: 0; } }
  @media screen and (max-width: 480px) {
    .indexVoice ul li {
      float: none;
      width: 100%; } }
.indexVoice ul.voice-list li {
  height: 530px;
  margin-bottom: 30px;
  text-align: left;
  padding: 20px;
  background: #fff; }
  @media screen and (max-width: 480px) {
    .indexVoice ul.voice-list li {
      overflow: hidden;
      height: initial;
      margin-bottom: 20px;
      padding: 10px 10px; } }
  .indexVoice ul.voice-list li .inner {
    background: url(../images/voice_paper_line.png) top center; }
  .indexVoice ul.voice-list li .voice-detail {
    position: relative;
    overflow: hidden; }
    .indexVoice ul.voice-list li .voice-detail .voice-sttl {
      overflow: hidden;
      width: 20%;
      margin-bottom: 30px;
      padding-right: 3%;
      float: left;
      text-align: center; }
      @media screen and (max-width: 480px) {
        .indexVoice ul.voice-list li .voice-detail .voice-sttl {
          float: none;
          width: 100%;
          margin: 0 auto; } }
      .indexVoice ul.voice-list li .voice-detail .voice-sttl span {
        display: block;
        margin: 15px 0 10px;
        color: #2aa1d9;
        font-size: 11px; }
        @media screen and (max-width: 480px) {
          .indexVoice ul.voice-list li .voice-detail .voice-sttl span {
            text-align: left; } }
        @media screen and (max-width: 480px) {
          .indexVoice ul.voice-list li .voice-detail .voice-sttl span br {
            display: none; } }
      .indexVoice ul.voice-list li .voice-detail .voice-sttl .voice-user {
        width: 90px;
        vertical-align: middle;
        border-radius: 50%; }
        @media screen and (max-width: 480px) {
          .indexVoice ul.voice-list li .voice-detail .voice-sttl .voice-user {
            float: left;
            width: 45px;
            margin-right: 10px; } }
    .indexVoice ul.voice-list li .voice-detail .voice-comment {
      width: 77%;
      height: 320px; }
      @media screen and (max-width: 480px) {
        .indexVoice ul.voice-list li .voice-detail .voice-comment {
          float: none;
          width: 100%;
          height: initial; } }
      .indexVoice ul.voice-list li .voice-detail .voice-comment .voice-stars {
        width: 180px; }
        .indexVoice ul.voice-list li .voice-detail .voice-comment .voice-stars img {
          max-width: 100%; }
      .indexVoice ul.voice-list li .voice-detail .voice-comment h4 {
        margin: 14px auto; }
        @media screen and (max-width: 480px) {
          .indexVoice ul.voice-list li .voice-detail .voice-comment h4 {
            margin-top: 10px;
            margin-bottom: 10px; }
            .indexVoice ul.voice-list li .voice-detail .voice-comment h4:before {
              content: attr(data-label);
              font-size: 110%;
              font-weight: 600;
              color: #00479d; }
            .indexVoice ul.voice-list li .voice-detail .voice-comment h4 img {
              display: none; } }
      .indexVoice ul.voice-list li .voice-detail .voice-comment p {
        margin-bottom: 1em;
        font-size: 15px; }
        @media screen and (min-width: 769px) {
          .indexVoice ul.voice-list li .voice-detail .voice-comment p {
            line-height: 1.6; } }
  .indexVoice ul.voice-list li .dev-comment {
    position: relative;
    height: 170px;
    padding: 30px 20px 15px;
    background: #e5f0ff; }
    @media screen and (max-width: 480px) {
      .indexVoice ul.voice-list li .dev-comment {
        width: 100%;
        height: initial;
        padding: 30px 20px 20px; } }
    .indexVoice ul.voice-list li .dev-comment h5 {
      position: absolute;
      top: 0;
      left: 20px;
      padding: 0px 10px;
      background: #00479d; }
      .indexVoice ul.voice-list li .dev-comment h5 img {
        vertical-align: middle; }
      @media screen and (max-width: 480px) {
        .indexVoice ul.voice-list li .dev-comment h5 {
          width: 70%;
          padding: 0px 15px 3px; } }
    @media screen and (max-width: 480px) {
      .indexVoice ul.voice-list li .dev-comment h5:before {
        position: absolute;
        top: 35%;
        left: 100%;
        content: '';
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-left: 8px solid #00479d; } }
    .indexVoice ul.voice-list li .dev-comment p {
      margin-top: 10px;
      color: #00479d;
      font-size: 13px; }
      @media screen and (max-width: 480px) {
        .indexVoice ul.voice-list li .dev-comment p {
          font-size: 13px; } }
.indexVoice .voice-list--handwritten {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between; }
  .indexVoice .voice-list--handwritten li {
    width: 48.5%; }
    .indexVoice .voice-list--handwritten li img {
      width: 100%; }
.indexVoice__content {
  padding: 40px 0;
  background: #e9f8ff; }
  @media screen and (max-width: 480px) {
    .indexVoice__content {
      padding: 20px 0 0; } }
.indexVoice__box {
  height: 438px;
  padding: 6%;
  background: #FFF; }
  @media screen and (max-width: 480px) {
    .indexVoice__box {
      height: initial;
      padding: 2%; } }
  .indexVoice__box .l-right {
    width: 270px;
    padding: 10px;
    background: url("../images/common_voice_bg_comment.gif") repeat 0 100px; }
    @media screen and (max-width: 480px) {
      .indexVoice__box .l-right {
        width: 70%; } }
  .indexVoice__box .icon {
    width: 130px;
    padding-top: 10px; }
    @media screen and (max-width: 480px) {
      .indexVoice__box .icon {
        width: 100px; } }
    @media screen and (max-width: 480px) {
      .indexVoice__box .icon {
        width: 80px; } }
  .indexVoice__box h4 {
    margin: 20px 0 15px 0; }
  .indexVoice__box .name {
    color: #2aa1d9;
    font-size: 13px; }
  .indexVoice__box .comment {
    margin-top: 10px;
    background: url("../images/common_voice_bg_comment.gif") repeat 0 75px;
    font-size: 15px;
    line-height: 2.6;
    text-align: justify; }
    @media screen and (max-width: 480px) {
      .indexVoice__box .comment {
        margin-top: 0;
        padding: 0 15px 15px;
        font-size: 13px;
        line-height: 1.9; } }

.costFailure__list {
  display: table;
  width: 100%;
  margin: 30px auto 0; }
  @media screen and (max-width: 480px) {
    .costFailure__list {
      margin: 14px auto 9px; } }
  .costFailure__list > li {
    width: 50%; }
    @media screen and (max-width: 480px) {
      .costFailure__list > li {
        width: 47%;
        margin-left: 6%; } }
    .costFailure__list > li img {
      border-radius: 100px;
      border: 4px solid #4c6f9f; }
  .costFailure__list .description {
    margin-top: 20px;
    line-height: 1.4;
    font-weight: bold;
    font-size: 18px;
    color: #4c6f9f;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .costFailure__list .description {
        font-size: 13px; } }
.costFailure small {
  font-size: 15px;
  margin-top: 10px; }

/*一般的な布団の耐久性は？*/
.strainDurability__title {
  margin: 40px auto 45px; }
  @media screen and (max-width: 480px) {
    .strainDurability__title {
      margin: 25px auto; } }
.strainDurability__list {
  display: table;
  margin: 40px auto 0; }
  @media screen and (max-width: 480px) {
    .strainDurability__list {
      margin: 20px auto 10px; } }
  .strainDurability__list > li {
    width: 330px;
    margin-left: 68px; }
    @media screen and (max-width: 480px) {
      .strainDurability__list > li {
        float: none;
        width: 100%;
        margin-left: 0; } }
    .strainDurability__list > li.duvet > p {
      padding: 10px 0 0; }
    .strainDurability__list > li > p {
      height: 44px;
      text-align: center;
      margin-left: -10px;
      margin-bottom: 10px; }
    .strainDurability__list > li dl {
      width: 340px;
      margin: auto; }
      @media screen and (max-width: 480px) {
        .strainDurability__list > li dl {
          width: 100%; } }
    .strainDurability__list > li dt {
      position: relative;
      padding: 8px 22px 0;
      font-weight: bold;
      font-size: 21px;
      background: #00479d;
      border-radius: 10px 10px 0 0;
      text-align: center;
      color: #FFF; }
      .strainDurability__list > li dt small {
        font-size: 15px; }
      .strainDurability__list > li dt img {
        border-radius: 100px;
        border: 5px solid #00479d;
        position: absolute;
        top: -40px;
        right: -40px;
        z-index: 3; }
        @media screen and (max-width: 480px) {
          .strainDurability__list > li dt img {
            position: absolute;
            top: -15px;
            right: -10px;
            width: 80px; } }
    .strainDurability__list > li dd {
      padding: 15px 20px;
      font-size: 14px;
      border: 4px solid #00479d;
      background: #FFF;
      border-radius: 0 0 10px 10px; }
      .strainDurability__list > li dd li {
        padding: 13px 0 0;
        border-top: 1px dotted #0476ff; }
        .strainDurability__list > li dd li:first-child {
          border-top: 0;
          padding: 6px 0; }
      .strainDurability__list > li dd h4 {
        color: #00479d;
        font-weight: bold;
        text-align: center;
        font-size: 26px;
        line-height: 1.2; }
        @media screen and (max-width: 480px) {
          .strainDurability__list > li dd h4 {
            font-size: 22px; } }
        @media screen and (max-width: 359px) {
          .strainDurability__list > li dd h4 {
            font-size: 20px; } }
        @media screen and (max-width: 480px) {
          .strainDurability__list > li dd h4 br {
            display: none; } }
        .strainDurability__list > li dd h4 .u-fst-num {
          font-size: 36px; }
          @media screen and (max-width: 359px) {
            .strainDurability__list > li dd h4 .u-fst-num {
              font-size: 30px; } }
      .strainDurability__list > li dd p {
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.6;
        letter-spacing: 0;
        text-align: justify; }
  .strainDurability__list .description {
    margin-top: 20px;
    line-height: 1.4;
    font-size: 15px; }

/* 中綿の偏り */
@media screen and (max-width: 480px) {
  .indexProblemBias {
    padding: 2%; } }
.indexProblemBias__imgBox {
  position: relative; }
.indexProblemBias .img-main-bias {
  margin: 40px auto 20px;
  border-radius: 10px; }
  @media screen and (max-width: 480px) {
    .indexProblemBias .img-main-bias {
      width: 90%;
      margin: 20px auto; } }
.indexProblemBias .img-main-bias-material {
  position: absolute;
  bottom: -130px;
  left: 30px;
  width: 140px;
  border-radius: 100px;
  border: 4px solid #00479d;
  z-index: 1; }
  @media screen and (max-width: 480px) {
    .indexProblemBias .img-main-bias-material {
      position: absolute;
      bottom: -10px;
      left: 0;
      width: 100px; } }
.indexProblemBias__description {
  margin: 40px 0 0 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.4; }
  @media screen and (max-width: 480px) {
    .indexProblemBias__description {
      margin: 14px auto 0;
      padding: 0 20px 10px;
      text-align: left; } }
  .indexProblemBias__description strong {
    font-weight: bold;
    font-size: 22px; }
    @media screen and (max-width: 480px) {
      .indexProblemBias__description strong {
        font-size: 18px; } }

.indexProblemDust__description,
.indexProblemSpace__description {
  display: table;
  margin: 40px auto;
  text-align: left;
  line-height: 1.6; }
  @media screen and (max-width: 480px) {
    .indexProblemDust__description,
    .indexProblemSpace__description {
      margin: 20px auto;
      padding: 0 10px;
      text-align: left;
      font-size: 14px; } }
  .indexProblemDust__description img,
  .indexProblemSpace__description img {
    margin-right: 20px;
    border-radius: 30px; }
    @media screen and (max-width: 480px) {
      .indexProblemDust__description img,
      .indexProblemSpace__description img {
        float: none;
        margin: 0 auto 10px;
        text-align: center; } }
  .indexProblemDust__description strong,
  .indexProblemSpace__description strong {
    font-weight: bold;
    font-size: 22px; }
    @media screen and (max-width: 480px) {
      .indexProblemDust__description strong,
      .indexProblemSpace__description strong {
        font-size: 16px; } }
.indexProblemDust__list,
.indexProblemSpace__list {
  display: table;
  width: 82%;
  margin: auto; }
  @media screen and (max-width: 480px) {
    .indexProblemDust__list,
    .indexProblemSpace__list {
      width: 100%; } }
  .indexProblemDust__list > li,
  .indexProblemSpace__list > li {
    width: 50%;
    text-align: center; }
    .indexProblemDust__list > li img,
    .indexProblemSpace__list > li img {
      border-radius: 10px;
      border: 5px solid #00479d; }
      @media screen and (max-width: 480px) {
        .indexProblemDust__list > li img,
        .indexProblemSpace__list > li img {
          width: 150px; } }
      @media screen and (max-width: 359px) {
        .indexProblemDust__list > li img,
        .indexProblemSpace__list > li img {
          width: 135px; } }
    .indexProblemDust__list > li p,
    .indexProblemSpace__list > li p {
      width: 70%;
      margin-top: 15px;
      font-weight: bold;
      font-size: 17px;
      line-height: 1.4; }
      @media screen and (max-width: 480px) {
        .indexProblemDust__list > li p,
        .indexProblemSpace__list > li p {
          width: 90%;
          margin-bottom: 20px;
          font-size: 14px;
          text-align: left; } }

.indexProblemSpace__list {
  display: block;
  width: 560px;
  margin: auto; }
  @media screen and (max-width: 480px) {
    .indexProblemSpace__list {
      width: 100%; } }
  .indexProblemSpace__list > li {
    width: 280px; }
    @media screen and (max-width: 480px) {
      .indexProblemSpace__list > li {
        width: 48%;
        margin-left: 4%;
        text-align: center; } }
    @media screen and (max-width: 359px) {
      .indexProblemSpace__list > li img {
        width: 150px; } }
    @media screen and (max-width: 480px) {
      .indexProblemSpace__list > li p {
        text-align: center; } }

/* アンケート調査 */
.indexAnqate__heading {
  position: relative;
  padding: 45px 0 35px; }
  @media screen and (max-width: 480px) {
    .indexAnqate__heading {
      padding: 35px 0 25px; } }
  .indexAnqate__heading .balloon {
    position: absolute;
    top: 20px;
    left: 23px; }
    @media screen and (max-width: 480px) {
      .indexAnqate__heading .balloon {
        position: absolute;
        top: 8px;
        left: 10px;
        width: 160px; } }
    @media screen and (max-width: 359px) {
      .indexAnqate__heading .balloon {
        position: absolute;
        top: 15px;
        left: 10px;
        width: 130px; } }
  .indexAnqate__heading h2 {
    color: #FFF;
    font-weight: bold;
    font-size: 57px;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .indexAnqate__heading h2 {
        padding-left: 140px;
        font-size: 24px; } }
.indexAnqate__label {
  position: absolute;
  top: 0px;
  left: 23px;
  padding: 8px 20px;
  border-radius: 0 0 5px 5px;
  background: #00479d;
  color: #FFF;
  font-size: 30px;
  line-height: 1; }
  @media screen and (max-width: 480px) {
    .indexAnqate__label {
      font-size: 20px; } }
.indexAnqate__description {
  text-align: center; }
  @media screen and (max-width: 480px) {
    .indexAnqate__description {
      padding: 0 20px;
      text-align: left;
      font-size: 15px; } }
  @media screen and (max-width: 359px) {
    .indexAnqate__description {
      padding: 0 10px; } }
.indexAnqate__content {
  padding: 40px 0; }
  @media screen and (max-width: 480px) {
    .indexAnqate__content {
      padding: 4% 2%; } }
.indexAnqate__box {
  position: relative;
  width: 100%;
  margin: 40px auto;
  padding: 30px; }
  @media screen and (max-width: 480px) {
    .indexAnqate__box {
      margin: 10px auto;
      padding: 30px 10px 10px; } }
.indexAnqate figure figcaption {
  text-align: center;
  margin: 20px auto 30px;
  font-weight: bold;
  font-size: 29px;
  color: #00479d;
  line-height: 1.3; }
  @media screen and (max-width: 480px) {
    .indexAnqate figure figcaption {
      margin: 10px auto 20px;
      padding: 10px 0 0;
      font-size: 23px; } }
  .indexAnqate figure figcaption img {
    display: block;
    margin: auto; }
    @media screen and (max-width: 480px) {
      .indexAnqate figure figcaption img {
        margin: 0 auto 10px; } }
.indexAnqate figure ul {
  display: table;
  margin: auto; }
  .indexAnqate figure ul > li {
    display: inline-block;
    margin-left: 40px; }
    @media screen and (max-width: 480px) {
      .indexAnqate figure ul > li:first-child, .indexAnqate figure ul > li:nth-child(2) {
        width: 48%;
        margin-left: 4%; } }
    .indexAnqate figure ul > li img {
      display: table-cell;
      vertical-align: middle; }
    @media screen and (max-width: 480px) {
      .indexAnqate figure ul > li .block {
        display: inline-block;
        width: 100%; } }
    @media screen and (max-width: 480px) {
      .indexAnqate figure ul > li:last-child {
        width: 100%;
        margin-left: 0; } }
.indexAnqate__superiority {
  display: block;
  width: 85%;
  margin: 30px auto 0; }
  @media screen and (max-width: 480px) {
    .indexAnqate__superiority {
      width: 90%;
      margin: 15px auto 0; } }
  .indexAnqate__superiority dt {
    padding: 18px 10px 8px;
    border-radius: 4px 4px 0 0;
    background: #00479d;
    color: #FFF;
    font-weight: bold;
    font-size: 25px;
    line-height: 1;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .indexAnqate__superiority dt {
        font-size: 17px;
        line-height: 1.3; } }
  .indexAnqate__superiority dd {
    padding: 20px;
    border-radius: 0 0 4px 4px;
    border: 4px solid #00479d;
    background: #FFF;
    color: #00479d;
    font-weight: bold;
    font-size: 31px; }
    @media screen and (max-width: 480px) {
      .indexAnqate__superiority dd {
        padding: 10px 0;
        font-size: 24px; } }
    .indexAnqate__superiority dd ul > li {
      width: 33.3%;
      border-left: 1px solid #00479d;
      text-align: center; }
      @media screen and (max-width: 480px) {
        .indexAnqate__superiority dd ul > li {
          padding: 5px;
          line-height: 1.3; } }
      .indexAnqate__superiority dd ul > li:first-child {
        border-left: 0; }
.indexAnqate__qualityList {
  display: table;
  margin: auto; }
  @media screen and (max-width: 480px) {
    .indexAnqate__qualityList {
      margin: 0 auto 20px; } }
  .indexAnqate__qualityList > li {
    display: inline-block;
    margin-left: 50px; }
    @media screen and (max-width: 480px) {
      .indexAnqate__qualityList > li:first-child {
        margin-top: 5px; } }
    @media screen and (max-width: 480px) {
      .indexAnqate__qualityList > li {
        width: 100%;
        margin-left: 0;
        margin-top: 15px; } }
    .indexAnqate__qualityList > li h3 {
      position: relative;
      top: 10px;
      display: table;
      margin: auto;
      text-align: center;
      padding: 10px 30px 8px;
      background: #00479d;
      color: #FFF;
      font-weight: bold;
      font-size: 19px;
      line-height: 1; }
    .indexAnqate__qualityList > li .inner {
      height: 360px;
      padding: 10px;
      border: 2px solid #00479d;
      background: #FFF;
      text-align: center; }
      @media screen and (max-width: 480px) {
        .indexAnqate__qualityList > li .inner {
          width: 90%;
          height: initial;
          margin: auto; } }

.indexVoice ul li {
  display: block;
  width: 48.5%;
  margin-left: 0;
  margin-bottom: 3%; }
  .indexVoice ul li:nth-child(even) {
    margin-left: 3%; }
    @media screen and (max-width: 480px) {
      .indexVoice ul li:nth-child(even) {
        margin-left: 0; } }
  @media screen and (max-width: 480px) {
    .indexVoice ul li {
      float: none;
      width: 100%; } }
.indexVoice__content {
  padding: 40px 0;
  background: #e9f8ff; }
  @media screen and (max-width: 480px) {
    .indexVoice__content {
      padding: 20px 0; } }
.indexVoice__box {
  height: 438px;
  padding: 6%;
  background: #FFF; }
  @media screen and (max-width: 480px) {
    .indexVoice__box {
      height: initial;
      padding: 2%; } }
  .indexVoice__box .l-right {
    width: 270px;
    padding: 10px;
    background: url("../images/common_voice_bg_comment.gif") repeat 0 100px; }
    @media screen and (max-width: 480px) {
      .indexVoice__box .l-right {
        width: 70%; } }
  .indexVoice__box .icon {
    width: 130px;
    padding-top: 10px; }
    @media screen and (max-width: 480px) {
      .indexVoice__box .icon {
        width: 100px; } }
    @media screen and (max-width: 480px) {
      .indexVoice__box .icon {
        width: 80px; } }
  .indexVoice__box h4 {
    margin: 20px 0 15px 0; }
  .indexVoice__box .name {
    color: #2aa1d9;
    font-size: 13px; }
  .indexVoice__box .comment {
    margin-top: 10px;
    background: url("../images/common_voice_bg_comment.gif") repeat 0 75px;
    font-size: 15px;
    line-height: 2.6;
    text-align: justify; }
    @media screen and (max-width: 480px) {
      .indexVoice__box .comment {
        margin-top: 0;
        padding: 0 15px 15px;
        font-size: 13px;
        line-height: 1.9; } }

.closed-info {
  width: 80%;
  background: #fff;
  border: 15px solid #c60707;
  text-align: center;
  padding: 0 20px 20px;
  margin: 20px auto 0; }
  @media screen and (max-width: 480px) {
    .closed-info {
      width: 100%;
      border-width: 10px;
      padding: 0 10px 10px;
      margin: 10px auto 0; } }
  .closed-info h4 {
    color: #c60707;
    font-size: 24px;
    font-weight: bold;
    margin: 10px auto; }
    @media screen and (max-width: 480px) {
      .closed-info h4 {
        font-size: 16px; } }
  .closed-info p {
    color: #00479d;
    font-size: 14px;
    font-weight: bold; }
    @media screen and (max-width: 480px) {
      .closed-info p {
        font-size: 12px; } }

.closed-info--2 {
  margin: 0 auto 30px; }

.indexToSolutionSP {
  padding: 30px 0; }
  .indexToSolutionSP .btn--toSolution {
    display: block;
    background: #FB1900;
    box-shadow: 0 3px #c81400;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 1.4;
    padding: 10px; }
    .indexToSolutionSP .btn--toSolution:hover {
      text-decoration: none;
      opacity: .7; }
    .indexToSolutionSP .btn--toSolution span {
      font-size: 19px; }
      .indexToSolutionSP .btn--toSolution span b {
        display: inline-block;
        font-size: 25px;
        font-weight: bold; }

.bnr--off20 {
  display: block;
  margin: 20px 0; }
  @media screen and (max-width: 480px) {
    .bnr--off20 {
      margin: 0; } }

.spec-tbl {
  width: 100%;
  max-width: 1600px;
  background: #fff;
  margin: 0 auto; }
  .spec-tbl table {
    table-layout: fixed; }
    .spec-tbl table th, .spec-tbl table td {
      padding: .75em;
      color: #323232; }
      @media screen and (max-width: 480px) {
        .spec-tbl table th, .spec-tbl table td {
          font-size: 11px; } }
    .spec-tbl table th {
      background: #00479d;
      color: #fff;
      text-align: center;
      font-weight: bold; }
    .spec-tbl table td {
      text-align: center; }
      .spec-tbl table td.align-top {
        vertical-align: top;
        text-align: left; }
    .spec-tbl table td:not(:last-child) {
      border-right: 1px dashed #e3e7e9; }
    .spec-tbl table .size {
      border-bottom: 1px dashed #e3e7e9;
      padding-bottom: .5rem;
      margin-bottom: .5rem; }
      .spec-tbl table .size:last-child {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0; }
      .spec-tbl table .size p {
        line-height: 1.4; }
      .spec-tbl table .size b {
        color: #00479d;
        font-weight: bold; }
        .spec-tbl table .size b small {
          font-weight: normal;
          margin-left: .3em; }
      .spec-tbl table .size span {
        font-size: 85%;
        font-weight: bold; }
      .spec-tbl table .size small {
        display: inline-block; }

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

* {
  box-sizing: border-box; }

/* ============
* voice
============== */
@media screen and (max-width: 480px) {
  .voice-btn-index-wrap {
    display: block;
    text-align: center; } }

@media screen and (max-width: 480px) {
  .voice-btn-index {
    display: inline-block;
    margin: auto;
    padding: 10px 18px;
    color: #FFF;
    background: #2aa1d9;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    text-align: center; } }
@media screen and (max-width: 480px) {
  .voice-btn-index:hover, .voice-btn-index:focus {
    color: #FFF;
    background: #2392c6;
    text-decoration: none; } }

.voice-main-visual {
  height: 452px;
  background: url("../images/voice_mv_image01.jpg") top center no-repeat; }
  @media screen and (min-width: 1921px) {
    .voice-main-visual {
      background-size: cover; } }
  @media screen and (max-width: 480px) {
    .voice-main-visual {
      margin-top: 0;
      background: url("../images/voice_mv_image01_sp.jpg") bottom center no-repeat;
      background-size: cover;
      height: 300px; } }
  .voice-main-visual .l-container {
    position: relative;
    height: 100%;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .voice-main-visual .l-container {
        height: 100%; } }
    .voice-main-visual .l-container > .title-box {
      position: absolute;
      z-index: 10;
      width: 885px;
      height: 300px;
      top: 90px;
      left: 20px; }
      @media screen and (max-width: 480px) {
        .voice-main-visual .l-container > .title-box {
          width: 100%;
          height: 200px;
          top: 50px;
          left: 0;
          padding: 0 10px; } }
    .voice-main-visual .l-container .sub-title {
      text-align: left; }
      @media screen and (max-width: 480px) {
        .voice-main-visual .l-container .sub-title {
          width: 120px; } }
    @media screen and (min-width: 769px) {
      .voice-main-visual .l-container .main-title {
        margin-top: -10px; } }
    .voice-main-visual .l-container .desc {
      margin-top: -10px;
      font-size: 22px;
      font-weight: bold;
      text-align: center; }
      @media screen and (max-width: 480px) {
        .voice-main-visual .l-container .desc {
          margin-top: 0;
          font-size: 16px; } }

.section-voicetitle {
  padding: 30px 0 15px;
  text-align: center;
  color: #fff; }
  @media screen and (max-width: 480px) {
    .section-voicetitle {
      padding: 20px 10px; } }
  .section-voicetitle .summary-ttl {
    margin-bottom: 10px; }
    .section-voicetitle .summary-ttl span {
      display: block;
      margin-bottom: 10px; }
  .section-voicetitle .voice-text-caution {
    font-size: 12px; }

/* ============
* section-voicedetail
============== */
@media screen and (max-width: 480px) {
  .section-voicedetail {
    padding: 0 10px; } }
.section-voicedetail .section-voicedetail-title {
  position: relative;
  padding: 40px 0;
  margin: auto;
  text-align: center; }
  .section-voicedetail .section-voicedetail-title span {
    position: absolute; }
  @media screen and (max-width: 480px) {
    .section-voicedetail .section-voicedetail-title {
      max-width: 320px;
      padding: 40px 0 30px; }
      .section-voicedetail .section-voicedetail-title img {
        width: 130px; } }
  @media screen and (min-width: 769px) {
    .section-voicedetail .section-voicedetail-title-1 {
      width: 303px; } }
  .section-voicedetail .section-voicedetail-title-1 .title1 {
    top: 10%;
    left: -120px;
    z-index: 1; }
    @media screen and (max-width: 480px) {
      .section-voicedetail .section-voicedetail-title-1 .title1 {
        top: 0;
        left: 0px;
        width: 110px; } }
  .section-voicedetail .section-voicedetail-title-1 .title2 {
    top: 10%;
    right: -170px;
    z-index: 1; }
    @media screen and (max-width: 480px) {
      .section-voicedetail .section-voicedetail-title-1 .title2 {
        top: 0px;
        right: 0px; } }
  .section-voicedetail .section-voicedetail-title-1 .title3 {
    top: 45%;
    left: -220px;
    z-index: 1; }
    @media screen and (max-width: 480px) {
      .section-voicedetail .section-voicedetail-title-1 .title3 {
        top: 80px;
        left: -10px; } }
  .section-voicedetail .section-voicedetail-title-1 .title4 {
    top: 48%;
    right: -180px;
    z-index: 1; }
    @media screen and (max-width: 480px) {
      .section-voicedetail .section-voicedetail-title-1 .title4 {
        top: 70px;
        right: -10px;
        width: 110px; } }
  .section-voicedetail .section-voicedetail-title-2 {
    padding: 20px 0 30px; }
    @media screen and (min-width: 769px) {
      .section-voicedetail .section-voicedetail-title-2 {
        width: 373px; } }
    @media screen and (max-width: 480px) {
      .section-voicedetail .section-voicedetail-title-2 {
        position: relative;
        top: -10px;
        padding: 40px 0 20px; } }
    .section-voicedetail .section-voicedetail-title-2 .title1 {
      top: 10%;
      left: -180px;
      z-index: 10; }
      @media screen and (max-width: 480px) {
        .section-voicedetail .section-voicedetail-title-2 .title1 {
          top: 0;
          left: 0; } }
    .section-voicedetail .section-voicedetail-title-2 .title2 {
      top: 10%;
      right: -180px;
      z-index: 10; }
      @media screen and (max-width: 480px) {
        .section-voicedetail .section-voicedetail-title-2 .title2 {
          top: 0;
          right: 0;
          width: 130px; } }
  .section-voicedetail .section-voicedetail-title-3 {
    height: 250px; }
    @media screen and (max-width: 480px) {
      .section-voicedetail .section-voicedetail-title-3 {
        height: 180px; } }
    .section-voicedetail .section-voicedetail-title-3 .image1 {
      position: absolute;
      width: 364px;
      left: 100px;
      top: 0; }
      @media screen and (max-width: 480px) {
        .section-voicedetail .section-voicedetail-title-3 .image1 {
          width: 130px;
          top: 60px;
          left: 20px; } }
      @media screen and (max-width: 359px) {
        .section-voicedetail .section-voicedetail-title-3 .image1 {
          width: 130px;
          top: 60px;
          left: 10px; } }
      .section-voicedetail .section-voicedetail-title-3 .image1 .title1 {
        top: 20%;
        left: -100px;
        z-index: 10; }
        @media screen and (max-width: 480px) {
          .section-voicedetail .section-voicedetail-title-3 .image1 .title1 {
            top: -60px;
            left: -20px; } }
    .section-voicedetail .section-voicedetail-title-3 .image2 {
      position: absolute;
      width: 248px;
      top: 0;
      right: 200px; }
      @media screen and (max-width: 480px) {
        .section-voicedetail .section-voicedetail-title-3 .image2 {
          width: 130px;
          top: 60px;
          right: 10px; } }
      .section-voicedetail .section-voicedetail-title-3 .image2 .title2 {
        top: 0%;
        right: -190px;
        z-index: 10; }
        @media screen and (max-width: 480px) {
          .section-voicedetail .section-voicedetail-title-3 .image2 .title2 {
            top: -60px;
            right: -10px; } }
  .section-voicedetail .section-voicedetail-title-4 {
    height: 380px; }
    @media screen and (max-width: 480px) {
      .section-voicedetail .section-voicedetail-title-4 {
        height: 150px; } }
    .section-voicedetail .section-voicedetail-title-4 ul li {
      position: absolute; }
      .section-voicedetail .section-voicedetail-title-4 ul li:nth-child(1) {
        top: 120px;
        left: 60px; }
        @media screen and (max-width: 480px) {
          .section-voicedetail .section-voicedetail-title-4 ul li:nth-child(1) {
            top: 60px;
            left: 5px; }
            .section-voicedetail .section-voicedetail-title-4 ul li:nth-child(1) img {
              width: 65px; } }
        @media screen and (max-width: 359px) {
          .section-voicedetail .section-voicedetail-title-4 ul li:nth-child(1) {
            left: 0px; } }
      .section-voicedetail .section-voicedetail-title-4 ul li:nth-child(2) {
        top: 150px;
        left: 300px; }
        @media screen and (max-width: 480px) {
          .section-voicedetail .section-voicedetail-title-4 ul li:nth-child(2) {
            top: 60px;
            left: 80px; }
            .section-voicedetail .section-voicedetail-title-4 ul li:nth-child(2) img {
              width: 65px; } }
        @media screen and (max-width: 359px) {
          .section-voicedetail .section-voicedetail-title-4 ul li:nth-child(2) {
            left: 75px; } }
      .section-voicedetail .section-voicedetail-title-4 ul li:nth-child(3) {
        top: 150px;
        left: 540px; }
        @media screen and (max-width: 480px) {
          .section-voicedetail .section-voicedetail-title-4 ul li:nth-child(3) {
            top: 60px;
            left: 160px; }
            .section-voicedetail .section-voicedetail-title-4 ul li:nth-child(3) img {
              width: 65px; } }
        @media screen and (max-width: 359px) {
          .section-voicedetail .section-voicedetail-title-4 ul li:nth-child(3) {
            left: 150px; } }
      .section-voicedetail .section-voicedetail-title-4 ul li:nth-child(4) {
        top: 130px;
        right: 50px; }
        @media screen and (max-width: 480px) {
          .section-voicedetail .section-voicedetail-title-4 ul li:nth-child(4) {
            top: 60px;
            right: 10px; }
            .section-voicedetail .section-voicedetail-title-4 ul li:nth-child(4) img {
              width: 65px; } }
        @media screen and (max-width: 359px) {
          .section-voicedetail .section-voicedetail-title-4 ul li:nth-child(4) {
            right: 0; } }
    .section-voicedetail .section-voicedetail-title-4 .title1 {
      top: 0px;
      left: 310px;
      z-index: 1; }
      @media screen and (max-width: 480px) {
        .section-voicedetail .section-voicedetail-title-4 .title1 {
          top: -10px;
          left: 15%; }
          .section-voicedetail .section-voicedetail-title-4 .title1 img {
            width: 200px; } }
  .section-voicedetail .section-voicedetail-title-5 .title1 {
    position: absolute;
    top: -60px;
    left: 0; }
    @media screen and (max-width: 480px) {
      .section-voicedetail .section-voicedetail-title-5 .title1 {
        top: -30px;
        left: 0; } }
  @media screen and (max-width: 480px) {
    .section-voicedetail .section-voicedetail-title-5 .title2 img {
      width: 300px; } }
.section-voicedetail ul.voice-list li {
  margin-bottom: 50px;
  text-align: left;
  padding: 50px 70px 35px;
  background: #fff; }
  @media screen and (max-width: 480px) {
    .section-voicedetail ul.voice-list li {
      overflow: hidden;
      margin-bottom: 20px;
      padding: 10px 10px; } }
  @media screen and (min-width: 769px) {
    .section-voicedetail ul.voice-list li .inner {
      background: url(../images/voice_paper_line.png) top center; } }
  .section-voicedetail ul.voice-list li .voice-detail {
    position: relative;
    overflow: hidden; }
    .section-voicedetail ul.voice-list li .voice-detail .voice-sttl {
      overflow: hidden;
      margin-bottom: 30px;
      margin-right: 30px;
      float: left;
      text-align: center; }
      @media screen and (max-width: 480px) {
        .section-voicedetail ul.voice-list li .voice-detail .voice-sttl {
          float: none;
          width: 100%;
          margin: 0 auto; } }
      .section-voicedetail ul.voice-list li .voice-detail .voice-sttl span {
        display: block;
        margin: 15px 0 10px;
        color: #2aa1d9;
        font-size: 13px; }
        @media screen and (max-width: 480px) {
          .section-voicedetail ul.voice-list li .voice-detail .voice-sttl span {
            text-align: left; } }
        @media screen and (max-width: 480px) {
          .section-voicedetail ul.voice-list li .voice-detail .voice-sttl span br {
            display: none; } }
      .section-voicedetail ul.voice-list li .voice-detail .voice-sttl .voice-user {
        vertical-align: middle;
        border-radius: 50%; }
        @media screen and (max-width: 480px) {
          .section-voicedetail ul.voice-list li .voice-detail .voice-sttl .voice-user {
            float: left;
            width: 45px;
            margin-right: 10px; } }
    .section-voicedetail ul.voice-list li .voice-detail h4 {
      margin-top: 40px;
      margin-bottom: 40px; }
      @media screen and (max-width: 480px) {
        .section-voicedetail ul.voice-list li .voice-detail h4 {
          margin-top: 10px;
          margin-bottom: 10px; }
          .section-voicedetail ul.voice-list li .voice-detail h4:before {
            content: attr(data-label);
            font-size: 110%;
            font-weight: 600;
            color: #00479d; }
          .section-voicedetail ul.voice-list li .voice-detail h4 img {
            display: none; } }
    .section-voicedetail ul.voice-list li .voice-detail p {
      margin-bottom: 1em;
      font-size: 15px; }
      @media screen and (min-width: 769px) {
        .section-voicedetail ul.voice-list li .voice-detail p {
          line-height: 40px; } }
  .section-voicedetail ul.voice-list li .voice-comment {
    position: relative;
    padding: 30px 20px;
    background: #e5f0ff;
    width: 700px; }
    @media screen and (max-width: 480px) {
      .section-voicedetail ul.voice-list li .voice-comment {
        width: 100%;
        padding: 30px 20px 20px; } }
    .section-voicedetail ul.voice-list li .voice-comment:before {
      position: absolute;
      top: 50%;
      left: 100%;
      content: '';
      width: 0;
      height: 0;
      border: 10px solid transparent;
      border-left: 15px solid #e5f0ff; }
      @media screen and (max-width: 480px) {
        .section-voicedetail ul.voice-list li .voice-comment:before {
          display: none; } }
    .section-voicedetail ul.voice-list li .voice-comment:after {
      position: absolute;
      content: "";
      width: 110px;
      height: 110px;
      top: 50%;
      right: 0;
      transform: translate(125%, -50%);
      border-radius: 50%; }
      @media screen and (max-width: 480px) {
        .section-voicedetail ul.voice-list li .voice-comment:after {
          width: 40px;
          height: 40px;
          top: -20px;
          right: 10%;
          transform: translate(50%, 30%); } }
    .section-voicedetail ul.voice-list li .voice-comment.developer-1:after, .section-voicedetail ul.voice-list li .voice-comment.developer-5:after, .section-voicedetail ul.voice-list li .voice-comment.developer-8:after {
      background: url(../images/voice_developer_icon_3.png) center center no-repeat; }
      @media screen and (max-width: 480px) {
        .section-voicedetail ul.voice-list li .voice-comment.developer-1:after, .section-voicedetail ul.voice-list li .voice-comment.developer-5:after, .section-voicedetail ul.voice-list li .voice-comment.developer-8:after {
          background-size: 100%; } }
    .section-voicedetail ul.voice-list li .voice-comment.developer-2:after, .section-voicedetail ul.voice-list li .voice-comment.developer-3:after, .section-voicedetail ul.voice-list li .voice-comment.developer-7:after, .section-voicedetail ul.voice-list li .voice-comment.developer-9:after {
      background: url(../images/voice_developer_icon_1.png) center center no-repeat; }
      @media screen and (max-width: 480px) {
        .section-voicedetail ul.voice-list li .voice-comment.developer-2:after, .section-voicedetail ul.voice-list li .voice-comment.developer-3:after, .section-voicedetail ul.voice-list li .voice-comment.developer-7:after, .section-voicedetail ul.voice-list li .voice-comment.developer-9:after {
          background-size: 100%; } }
    .section-voicedetail ul.voice-list li .voice-comment.developer-4:after, .section-voicedetail ul.voice-list li .voice-comment.developer-6:after, .section-voicedetail ul.voice-list li .voice-comment.developer-10:after {
      background: url(../images/voice_developer_icon_2.png) center center no-repeat; }
      @media screen and (max-width: 480px) {
        .section-voicedetail ul.voice-list li .voice-comment.developer-4:after, .section-voicedetail ul.voice-list li .voice-comment.developer-6:after, .section-voicedetail ul.voice-list li .voice-comment.developer-10:after {
          background-size: 100%; } }
    .section-voicedetail ul.voice-list li .voice-comment h5 {
      position: absolute;
      top: 0;
      left: 20px;
      padding: 0px 10px;
      background: #00479d; }
      .section-voicedetail ul.voice-list li .voice-comment h5 img {
        vertical-align: middle; }
      @media screen and (max-width: 480px) {
        .section-voicedetail ul.voice-list li .voice-comment h5 {
          width: 70%;
          padding: 0px 15px 3px; } }
    @media screen and (max-width: 480px) {
      .section-voicedetail ul.voice-list li .voice-comment h5:before {
        position: absolute;
        top: 35%;
        left: 100%;
        content: '';
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-left: 8px solid #00479d; } }
    .section-voicedetail ul.voice-list li .voice-comment p {
      margin-top: 10px;
      color: #00479d; }
      @media screen and (max-width: 480px) {
        .section-voicedetail ul.voice-list li .voice-comment p {
          font-size: 12px; } }

.voice-content-bg-1 {
  background-color: #2aa1d9;
  overflow: hidden; }

.voice-content-bg-2 {
  background-color: #e9f8ff;
  overflow: hidden; }

.voice-content-bg-3 {
  border-bottom: 4px solid #00479d; }

.common-color {
  padding: 60px 0; }
  @media screen and (max-width: 480px) {
    .common-color {
      padding: 20px 0; } }
  .common-color .heading-box {
    margin-bottom: 50px;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .common-color .heading-box {
        margin-bottom: 30px;
        padding: 0 15px; } }
    .common-color .heading-box h2 span {
      display: block;
      margin-bottom: 10px; }
  .common-color-list {
    display: table; }
    @media screen and (min-width: 1920px) {
      .common-color-list {
        width: 100%; } }
    .common-color-list li {
      display: table-cell; }
      @media screen and (max-width: 480px) {
        .common-color-list li {
          width: 50%;
          display: inline-block; } }
      @media screen and (min-width: 1920px) {
        .common-color-list li img {
          width: 100%;
          max-width: initial; } }

/* ============
* develop
============== */
#develop {
  background: #FFF;
  color: #323232;
  font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  #develop p {
    font-family: 'Montserrat', 'Century Gothic', CenturyGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; }

.developVisual {
  height: 800px;
  background: url("../images/develop_visual_bg.jpg") no-repeat center top; }
  @media screen and (min-width: 1920px) {
    .developVisual {
      background-size: cover; } }
  @media screen and (max-width: 480px) {
    .developVisual {
      height: 433px;
      margin-top: 0;
      background: #000 url("../images/develop_visual_bg.jpg") no-repeat center 140px;
      background-size: 190%; } }
  @media screen and (max-width: 359px) {
    .developVisual {
      background-size: 210%; } }
  .developVisual__container {
    padding: 135px 0 0 20px; }
    @media screen and (max-width: 480px) {
      .developVisual__container {
        padding: 35px 31px 0;
        text-align: center; } }
  .developVisual__intro {
    display: inline-block;
    width: 613px;
    margin: 0 auto 40px;
    padding: 0 0 20px;
    border-bottom: 1px solid #FFF; }
    @media screen and (max-width: 480px) {
      .developVisual__intro {
        display: inline-block;
        width: initial;
        margin: 0 auto 20px;
        padding: 0 0 10px;
        text-align: center; } }
    .developVisual__intro span {
      display: inline-block;
      color: #FFF; }
    .developVisual__intro i {
      position: relative;
      top: -3px;
      display: inline-block;
      width: 27px;
      margin: 0 14px 0 13px; }
      @media screen and (max-width: 480px) {
        .developVisual__intro i {
          top: -1px;
          width: 13px;
          margin: 4px 2px 0; } }
  .developVisual__titleSup {
    font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif !important;
    font-size: 21px; }
    @media screen and (max-width: 480px) {
      .developVisual__titleSup {
        font-size: 13px; } }
    .developVisual__titleSup strong {
      position: relative;
      top: 3px;
      padding-left: 3px;
      font-size: 33px;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 480px) {
        .developVisual__titleSup strong {
          top: 0;
          font-size: 14px; } }
  .developVisual__catch {
    width: 613px;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .developVisual__catch {
        width: 97%;
        margin: auto; } }
    .developVisual__catch img {
      display: inline-block; }
  .developVisual__title {
    width: 613px;
    margin-bottom: 25px; }
    @media screen and (max-width: 480px) {
      .developVisual__title {
        width: 100%; } }
  .developVisual__emblem {
    width: 169px; }
    @media screen and (max-width: 480px) {
      .developVisual__emblem {
        width: 100px; } }
  .developVisual__logo {
    width: 200px; }
    @media screen and (max-width: 480px) {
      .developVisual__logo {
        width: 150px;
        margin-left: -120px; } }

/* ============
* developPerformance 羽毛を超えた８つの性能とは？
============== */
.developPerformance__heading {
  padding: 50px 0;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .developPerformance__heading {
      padding: 20px 0; } }
.developPerformance .catch {
  color: #FFF;
  font-weight: bold;
  font-size: 54px; }
  @media screen and (max-width: 480px) {
    .developPerformance .catch {
      font-size: 24px; } }
.developPerformance__content {
  height: 440px;
  padding: 40px 0;
  background: #e3e3e6; }
  @media screen and (max-width: 480px) {
    .developPerformance__content {
      padding: 0;
      height: 745px; } }
  .developPerformance__content .l-container {
    z-index: 2;
    height: 400px; }
    @media screen and (max-width: 480px) {
      .developPerformance__content .l-container {
        height: initial; } }
@media screen and (max-width: 480px) {
  .developPerformance__list {
    padding: 2%; } }
.developPerformance__list li {
  margin-bottom: 16px;
  margin-left: 16px; }
  @media screen and (max-width: 480px) {
    .developPerformance__list li:nth-child(2n+1) {
      margin-left: 0; } }
  @media screen and (max-width: 480px) {
    .developPerformance__list li {
      width: 48%;
      margin-left: 4%; } }
  .developPerformance__list li:nth-child(5) {
    margin-left: 0; }
    @media screen and (max-width: 480px) {
      .developPerformance__list li:nth-child(5) {
        margin-left: 0; } }
.developPerformance__list h3 {
  display: table;
  width: 100%;
  height: 80px;
  background: #FFF;
  font-family: 'Montserrat', 'Century Gothic', CenturyGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: bold;
  font-size: 19px;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .developPerformance__list h3 {
      height: 50px;
      font-size: 13px; } }
  .developPerformance__list h3 strong {
    display: table-cell;
    vertical-align: middle; }

/* ============
* performanceResult これらを実現可能にしたのが~
============== */
.performanceResult {
  height: 490px;
  background: url("../images/develop_performance_result_bg.jpg") no-repeat center -150px; }
  @media screen and (min-width: 1920px) {
    .performanceResult {
      background-size: cover; } }
  @media screen and (max-width: 480px) {
    .performanceResult {
      height: 431px;
      background: #161815 url(../images/develop_performance_result_bg.jpg) no-repeat 10% -20px;
      background-size: 130vh; } }
  .performanceResult__intro {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 60px 0 0; }
    @media screen and (max-width: 480px) {
      .performanceResult__intro {
        padding: 0; } }
  .performanceResult .wideTriangle {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto; }
    .performanceResult .wideTriangle:after {
      content: "";
      display: inline-block;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      z-index: 8;
      width: 0;
      height: 0;
      margin: auto;
      border-top: 200px solid #e3e3e6;
      border-bottom: 200px solid transparent; }
      @media screen and (max-width: 480px) {
        .performanceResult .wideTriangle:after {
          border-top: 30px solid #e3e3e6;
          border-bottom: 30px solid transparent; } }
  .performanceResult__description {
    position: relative;
    font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
    z-index: 10;
    width: 550px;
    margin: auto;
    font-size: 37px;
    text-align: center; }
    @media only screen and (max-width: 1280px) {
      .performanceResult__description {
        width: 100%;
        font-size: 30px; } }
    @media screen and (max-width: 480px) {
      .performanceResult__description {
        padding: 40px 0 0;
        color: #FFF;
        font-size: 19px; } }
    .performanceResult__description strong {
      display: inline-block;
      font-size: 51px; }
      @media only screen and (max-width: 1280px) {
        .performanceResult__description strong {
          font-size: 41px; } }
      @media screen and (max-width: 480px) {
        .performanceResult__description strong {
          font-size: 26px; } }
  .performanceResult__title {
    display: table;
    margin: 130px auto 0;
    background: rgba(255, 0, 0, 0.65); }
    @media screen and (max-width: 480px) {
      .performanceResult__title {
        width: 100%;
        padding: 10px 0;
        margin: 177px auto 0;
        background: #cc0000; } }
    .performanceResult__title h3 {
      padding: 0 30px;
      color: #FFF;
      font-weight: bold;
      font-size: 61px; }
      @media screen and (max-width: 480px) {
        .performanceResult__title h3 {
          text-align: center;
          font-size: 36px;
          line-height: 1.1; } }

/* ============
* developProprietary 新素材のダウンボールとは？
============== */
.developProprietary {
  margin: 490px auto 0; }
  @media screen and (max-width: 480px) {
    .developProprietary {
      margin: 280px auto 0; } }
  @media screen and (max-width: 359px) {
    .developProprietary {
      margin: 210px auto 0; } }
  .developProprietary__heading {
    width: 400px;
    margin: -55px auto 0;
    padding: 15px 0 0;
    background: #FFF;
    border-radius: 4px 4px 0 0;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .developProprietary__heading {
        width: initial;
        margin: 0 auto; } }
    .developProprietary__heading .title {
      font-weight: bold;
      font-size: 30px;
      line-height: 1; }
    .developProprietary__heading span {
      text-transform: uppercase;
      font-size: 10px; }
  .developProprietary__content {
    text-align: center; }
    .developProprietary__content .title {
      margin: 0 auto 20px;
      font-size: 67px; }
      @media screen and (max-width: 480px) {
        .developProprietary__content .title {
          margin: 20px auto;
          font-size: initial; } }
    .developProprietary__content .photo {
      display: inline-block;
      border-radius: 200px; }
    .developProprietary__content dl {
      margin: 30px auto 0;
      padding: 0 20px; }
    .developProprietary__content dt {
      display: inline-block;
      padding: 12px 30px;
      color: #FFF;
      font-family: 'Montserrat', 'Century Gothic', CenturyGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
      font-weight: bold;
      font-size: 25px;
      line-height: 1.4;
      background: #333; }
      @media screen and (max-width: 480px) {
        .developProprietary__content dt {
          padding: 12px 10px;
          font-size: 17px; } }
    .developProprietary__content dd {
      width: 700px;
      margin: 25px auto;
      text-align: left;
      font-size: 16px; }
      @media screen and (max-width: 480px) {
        .developProprietary__content dd {
          width: 100%;
          font-size: 15px; } }

/* ============
* developConstruction 構造
============== */
.developConstruction {
  margin: 120px auto 0;
  padding-bottom: 60px;
  background: #d6d6d6; }
  @media screen and (max-width: 480px) {
    .developConstruction {
      margin: 40px auto 0;
      padding-bottom: 20px; } }
  .developConstruction__heading {
    position: relative;
    top: -55px;
    right: 0;
    left: 0;
    width: 400px;
    margin: 0 auto 0;
    padding: 15px 0 0;
    background: #FFF;
    border-radius: 4px 4px 0 0;
    text-align: center;
    background: #d6d6d6; }
    @media screen and (max-width: 480px) {
      .developConstruction__heading {
        width: 300px; } }
    .developConstruction__heading .title {
      font-weight: bold;
      font-size: 30px;
      line-height: 1; }
    .developConstruction__heading span {
      text-transform: uppercase;
      font-size: 10px; }
  .developConstruction__content {
    text-align: center; }
  .developConstruction__list {
    margin: -40px auto 0; }
    .developConstruction__list > li {
      width: 312px;
      margin-left: 30px; }
      @media screen and (max-width: 480px) {
        .developConstruction__list > li {
          float: none;
          width: initial;
          margin-left: 0;
          margin: auto;
          text-align: center; } }
      .developConstruction__list > li:first-child .construction-item .title {
        font-size: 19px;
        padding: 10px; }
  @media screen and (max-width: 480px) {
    .developConstruction .construction-item {
      width: 100%;
      margin: auto; } }
  .developConstruction .construction-item .title {
    position: relative;
    top: 15px;
    right: 0;
    left: 0;
    display: inline-block;
    height: 58px;
    margin: auto;
    padding: 6px 20px;
    border: 6px solid #111;
    background: #FFF;
    font-family: 'Montserrat', 'Century Gothic', CenturyGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.4; }
  .developConstruction .construction-item .photo {
    display: block; }
    @media screen and (max-width: 480px) {
      .developConstruction .construction-item .photo {
        width: 100%; } }
  .developConstruction .construction-item dd {
    margin: 0;
    text-align: left;
    font-size: 15px;
    background: #FFF; }
    .developConstruction .construction-item dd p {
      min-height: 205px;
      padding: 15px 20px;
      text-align: justify; }
      @media screen and (max-width: 480px) {
        .developConstruction .construction-item dd p {
          min-height: initial; } }
    .developConstruction .construction-item dd strong {
      font-weight: bold;
      font-size: 17px; }
  .developConstruction__comparison {
    width: 582px;
    margin: 30px auto 0; }
    @media screen and (max-width: 480px) {
      .developConstruction__comparison.construction-item dt.title {
        height: 42px;
        padding: 6px 10px;
        font-size: 14px; } }
    .developConstruction__comparison.construction-item dd p {
      min-height: initial;
      padding: 20px 40px 30px; }
      @media screen and (max-width: 480px) {
        .developConstruction__comparison.construction-item dd p {
          padding: 20px; } }
    .developConstruction__comparison strong {
      display: block;
      margin: 20px auto 0;
      letter-spacing: 0.02em; }

/* ============
* developEfforts グースリー開発者の取り組み
============== */
.developEfforts {
  padding: 60px 0 0;
  background: #000 url("../images/develop_efforts_bg.png") no-repeat center top; }
  @media screen and (max-width: 480px) {
    .developEfforts {
      padding: 25px 0;
      background-size: 100vh; } }
  .developEfforts__heading {
    display: table;
    margin: 0 auto 20px;
    color: #FFF;
    text-align: center; }
  .developEfforts .title {
    font-weight: bold;
    font-size: 38px;
    line-height: 1;
    padding-bottom: 30px; }
    @media screen and (max-width: 480px) {
      .developEfforts .title {
        padding-bottom: 10px;
        font-size: 23px; } }
  .developEfforts span {
    text-transform: uppercase;
    font-size: 10px; }
  .developEfforts__content {
    width: 910px;
    margin: 50px auto;
    padding: 60px 70px;
    background: rgba(255, 255, 255, 0.9);
    text-align: center; }
    @media screen and (max-width: 480px) {
      .developEfforts__content {
        width: 90%;
        margin: 10px auto;
        padding: 4%; } }
  .developEfforts__description {
    font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif !important;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.6; }
    @media screen and (max-width: 480px) {
      .developEfforts__description {
        font-size: 17px;
        text-align: center; } }
    @media screen and (max-width: 359px) {
      .developEfforts__description {
        font-size: 15px;
        letter-spacing: 0; } }
  .developEfforts__list {
    display: table;
    margin: 30px auto; }
    @media screen and (max-width: 480px) {
      .developEfforts__list {
        margin: 10px auto; } }
    .developEfforts__list > li {
      margin-left: 10px; }
      @media screen and (max-width: 480px) {
        .developEfforts__list > li {
          width: 32%;
          margin-left: 1%;
          margin-bottom: 10px; } }
  @media screen and (max-width: 480px) {
    .developEfforts .c-arrow-bottom:before {
      top: 40px; } }

/* ============
* developEvoIntro グースリー進化の流れ
============== */
.developEvoIntro {
  padding: 0 0 60px;
  background: #000; }
  @media screen and (max-width: 480px) {
    .developEvoIntro {
      padding: 0 0 30px; } }
  .developEvoIntro__heading {
    display: table;
    margin: auto;
    color: #FFF;
    text-align: center; }
  .developEvoIntro .title {
    font-weight: bold;
    font-size: 38px;
    line-height: 1;
    padding-bottom: 30px; }
    @media screen and (max-width: 480px) {
      .developEvoIntro .title {
        padding-bottom: 5px;
        font-size: 23px; } }
  .developEvoIntro span {
    text-transform: uppercase;
    font-size: 10px; }
  .developEvoIntro__content {
    width: 910px;
    margin: 50px auto;
    padding: 60px 70px;
    text-align: center; }
  .developEvoIntro__list {
    position: relative;
    display: table;
    margin: 30px auto; }
    @media screen and (max-width: 480px) {
      .developEvoIntro__list {
        margin: 30px auto 0; } }
    .developEvoIntro__list:before {
      position: absolute;
      top: 45px;
      right: 0;
      left: 0;
      display: block;
      content: '';
      width: 78%;
      height: 3px;
      margin: auto;
      background: #FFF; }
      @media screen and (max-width: 480px) {
        .developEvoIntro__list:before {
          width: 67%; } }
    .developEvoIntro__list > li {
      display: inline-block;
      width: 180px;
      color: #FFF;
      margin-left: 43px;
      text-align: center; }
      @media screen and (max-width: 480px) {
        .developEvoIntro__list > li {
          width: 32%;
          margin-left: 1.3%; } }
      .developEvoIntro__list > li img {
        width: 173px;
        height: 122px; }
        @media screen and (max-width: 480px) {
          .developEvoIntro__list > li img {
            height: 78px; } }
      @media screen and (max-width: 480px) {
        .developEvoIntro__list > li:last-child {
          width: 100%; } }
      @media screen and (max-width: 480px) {
        .developEvoIntro__list > li:last-child i {
          /*display: none;*/ } }
      @media screen and (max-width: 480px) {
        .developEvoIntro__list > li:last-child img {
          display: block;
          width: 122px;
          margin: auto; } }
      @media screen and (max-width: 480px) {
        .developEvoIntro__list > li:last-child .btn {
          width: 55%; } }
  .developEvoIntro time {
    font-size: 14px; }
  .developEvoIntro i {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    margin: 15px auto;
    padding: 10px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.8); }
    .developEvoIntro i:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      display: inline-block;
      width: 12px;
      height: 12px;
      margin: auto;
      border-radius: 14px;
      background: white; }
    .developEvoIntro i.active:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 10;
      margin: auto;
      display: inline-block;
      width: 8px;
      height: 8px;
      margin: auto;
      border-radius: 14px;
      background: rgba(255, 0, 0, 0.8); }
  .developEvoIntro .name {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 17px; }
    @media screen and (max-width: 480px) {
      .developEvoIntro .name {
        line-height: 1.2;
        margin: 0 0 7px; } }
  .developEvoIntro .btn {
    width: 90%;
    margin: 20px auto; }

.developEvolution__heading {
  position: relative;
  padding: 15px 0;
  color: #FFF;
  background: #333; }
  @media screen and (max-width: 480px) {
    .developEvolution__heading {
      padding: 0 0 10px; } }
  .developEvolution__heading .balloon {
    position: absolute;
    top: -20px;
    left: 0;
    display: table;
    width: 188px;
    height: 180px;
    background: url("../images/develop_evolution_bg_badge.png") no-repeat center center;
    font-weight: bold;
    font-size: 30px;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .developEvolution__heading .balloon {
        font-size: 18px; } }
    @media screen and (max-width: 480px) {
      .developEvolution__heading .balloon {
        position: absolute;
        top: 0;
        left: 0;
        width: 90px;
        height: 90px;
        background-size: 100%;
        line-height: 1.3; } }
    @media screen and (max-width: 359px) {
      .developEvolution__heading .balloon {
        position: absolute;
        top: 0;
        left: 0;
        width: 80px;
        height: 80px;
        background-size: 100%;
        line-height: 1.3; } }
    .developEvolution__heading .balloon span {
      display: table-cell;
      vertical-align: middle;
      width: 99px;
      height: 84px; }
    .developEvolution__heading .balloon small {
      display: block;
      font-size: 19px;
      letter-spacing: 0; }
      @media screen and (max-width: 480px) {
        .developEvolution__heading .balloon small {
          font-size: 14px; } }
    .developEvolution__heading .balloon .num {
      font-size: 70px; }
      @media screen and (max-width: 480px) {
        .developEvolution__heading .balloon .num {
          font-size: 50px; } }
      @media screen and (max-width: 359px) {
        .developEvolution__heading .balloon .num {
          font-size: 30px; } }
    .developEvolution__heading .balloon b {
      display: block;
      line-height: 1; }
  .developEvolution__heading .title {
    float: left;
    text-align: center;
    margin: 10px 0 0 240px;
    font-weight: bold;
    font-size: 24px;
    width: 400px; }
    @media screen and (max-width: 480px) {
      .developEvolution__heading .title {
        float: none;
        margin: 0 0 0 90px;
        width: 240px; } }
    @media screen and (max-width: 359px) {
      .developEvolution__heading .title {
        float: none;
        margin: 0 0 0 80px;
        width: 210px;
        font-size: 20px; } }
    .developEvolution__heading .title img {
      display: block;
      margin: auto; }
  .developEvolution__heading .photo {
    float: right; }
    @media screen and (max-width: 480px) {
      .developEvolution__heading .photo {
        float: none;
        display: block;
        margin: auto;
        text-align: center;
        border-radius: 50%; } }
.developEvolution__content {
  padding: 50px; }
  @media screen and (max-width: 480px) {
    .developEvolution__content {
      padding: 4%; } }
  .developEvolution__content .title-box {
    position: relative;
    z-index: 2;
    display: table;
    width: 100%;
    margin: auto;
    padding: 30px 40px 20px;
    border-radius: 4px;
    background: #FFF;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .developEvolution__content .title-box {
        padding: 8% 4% 4%; } }
    .developEvolution__content .title-box--1 {
      width: 70%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      border: 4px solid #111; }
      @media screen and (max-width: 480px) {
        .developEvolution__content .title-box--1 {
          width: 100%;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      .developEvolution__content .title-box--1 .photo {
        display: inline-block;
        width: 120px;
        border-radius: 120px; }
        @media screen and (max-width: 480px) {
          .developEvolution__content .title-box--1 .photo {
            width: 70px; } }
        @media screen and (max-width: 359px) {
          .developEvolution__content .title-box--1 .photo {
            width: 50px;
            margin-top: 10px; } }
      .developEvolution__content .title-box--1 .l-right {
        margin: 14px 0 0 20px; }
        @media screen and (max-width: 480px) {
          .developEvolution__content .title-box--1 .l-right {
            margin: 7px 0 0 7px; } }
      .developEvolution__content .title-box--1 strong {
        font-size: 48px; }
        @media screen and (max-width: 480px) {
          .developEvolution__content .title-box--1 strong {
            font-size: 28px; } }
    .developEvolution__content .title-box small {
      font-weight: bold;
      font-size: 30px;
      color: #111; }
      @media screen and (max-width: 480px) {
        .developEvolution__content .title-box small {
          font-size: 18px; } }
      @media screen and (max-width: 480px) {
        .developEvolution__content .title-box small {
          font-size: 16px; } }
    .developEvolution__content .title-box strong {
      display: block;
      margin: 5px auto;
      font-size: 43px; }
      @media screen and (max-width: 480px) {
        .developEvolution__content .title-box strong {
          margin: 0 auto;
          font-size: 25px; } }
      @media screen and (max-width: 359px) {
        .developEvolution__content .title-box strong {
          font-size: 20px; } }
    .developEvolution__content .title-box .num {
      display: inline-block;
      width: 60px;
      height: 60px;
      margin: 0 4px;
      border-radius: 60px;
      background: #FF0000;
      color: #FFF;
      text-align: center; }
      @media screen and (max-width: 480px) {
        .developEvolution__content .title-box .num {
          width: 34px;
          height: 34px;
          line-height: 1.2; } }
      @media screen and (max-width: 359px) {
        .developEvolution__content .title-box .num {
          line-height: 1.6; } }
    .developEvolution__content .title-box .time {
      position: absolute;
      top: -20px;
      left: 30px;
      padding: 10px 20px;
      color: #FFF;
      font-size: 14px;
      background: #111; }
.developEvolution__list--point {
  display: table;
  margin: 40px auto 20px; }
  @media screen and (max-width: 480px) {
    .developEvolution__list--point {
      margin: 25px auto; } }
  .developEvolution__list--point > li {
    position: relative;
    display: inline-block;
    border: 3px solid #111;
    margin-left: 30px; }
    @media screen and (max-width: 480px) {
      .developEvolution__list--point > li {
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px; } }
    .developEvolution__list--point > li.half {
      position: relative;
      display: inline-block;
      width: 48%;
      margin-left: 4%;
      margin-bottom: 25px;
      border: 3px solid #111; }
      @media screen and (max-width: 480px) {
        .developEvolution__list--point > li.half {
          width: 100%;
          margin-left: 0;
          margin-bottom: 15px; } }
      .developEvolution__list--point > li.half:nth-child(2n+1) {
        margin-left: 0; }
    .developEvolution__list--point > li a {
      display: block;
      padding: 10px 30px;
      color: #000;
      background: #FFF;
      font-weight: bold;
      text-decoration: none; }
      .developEvolution__list--point > li a:hover {
        text-decoration: none; }
      @media screen and (max-width: 480px) {
        .developEvolution__list--point > li a {
          padding: 10px 20px; } }
      .developEvolution__list--point > li a:hover {
        color: #FFF;
        background: #000; }
        .developEvolution__list--point > li a:hover .item:after {
          color: #FFF; }
    .developEvolution__list--point > li .item {
      font-weight: bold;
      font-size: 23px; }
      @media screen and (max-width: 480px) {
        .developEvolution__list--point > li .item {
          font-size: 20px; } }
      .developEvolution__list--point > li .item:after {
        position: relative;
        top: -2px;
        left: 4px;
        display: inline;
        content: '\f138';
        font-family: FontAwesome;
        color: #000;
        font-size: 19px;
        trasition: all 0.3s; }
    .developEvolution__list--point > li .point-num {
      position: absolute;
      top: -20px;
      left: -20px;
      display: inline-block;
      padding: 4px 10px;
      background: #FF0000;
      color: #FFF;
      font-size: 13px;
      -webkit-transform: rotate(-5deg);
      transform: rotate(-5deg); }
      @media screen and (max-width: 480px) {
        .developEvolution__list--point > li .point-num {
          position: absolute;
          top: -20px;
          left: -10px;
          padding: 4px; } }
.developEvolution--1 {
  background: url("../images/develop_evolution_1_bg.jpg") no-repeat center 164px; }
  @media screen and (min-width: 1920px) {
    .developEvolution--1 {
      background-size: cover; } }
  .developEvolution--1__list {
    position: relative;
    z-index: 1;
    width: 800px;
    height: 500px;
    margin: -60px auto 0;
    padding: 100px 90px;
    background: #000 url("../images/develop_evolution_1_content_bg.jpg") no-repeat center center; }
    @media screen and (max-width: 480px) {
      .developEvolution--1__list {
        width: 100%;
        height: 210px;
        margin: -10px auto 0;
        padding: 6%;
        background-size: 120%; } }
    .developEvolution--1__list li {
      width: 50%;
      margin-bottom: 14px;
      color: #FFF;
      text-align: left;
      font-weight: bold;
      font-size: 28px; }
      @media screen and (max-width: 480px) {
        .developEvolution--1__list li {
          font-size: 15px; } }
      @media screen and (max-width: 359px) {
        .developEvolution--1__list li {
          font-size: 13px; } }
      .developEvolution--1__list li:nth-child(even) {
        padding-left: 30px; }
        @media screen and (max-width: 480px) {
          .developEvolution--1__list li:nth-child(even) {
            padding-left: 10px; } }
.developEvolution--2 {
  background: url("../images/develop_evolution_2_bg.jpg") no-repeat center top;
  background-attachment: fixed; }
  @media screen and (min-width: 1920px) {
    .developEvolution--2 {
      background-size: cover; } }
  @media screen and (max-width: 480px) {
    .developEvolution--2 {
      background: url("../images/develop_evolution_2_bg.jpg") repeat-y center top;
      background-attachment: scroll; } }
.developEvolution--3 {
  background: url("../images/develop_evolution_3_bg.jpg") no-repeat center top;
  background-attachment: fixed; }
  @media screen and (min-width: 1920px) {
    .developEvolution--3 {
      background-size: cover; } }
  @media screen and (max-width: 480px) {
    .developEvolution--3 {
      background: url("../images/develop_evolution_3_bg.jpg") repeat-y center top;
      background-attachment: scroll; } }
.developEvolution--4 {
  background: url("../images/develop_evolution_4_bg.jpg") no-repeat center top;
  background-attachment: fixed; }
  @media screen and (min-width: 1920px) {
    .developEvolution--4 {
      background-size: cover; } }
  @media screen and (max-width: 480px) {
    .developEvolution--4 {
      background: url("../images/develop_evolution_4_bg.jpg") repeat-y center top;
      background-attachment: scroll; } }

.evoPointBox {
  position: relative;
  margin: 50px 0 0;
  padding: 40px 2.8%;
  background: #FFF;
  border-radius: 4px; }
  @media screen and (max-width: 480px) {
    .evoPointBox {
      width: 100%;
      margin: 20px 0 0;
      padding: 7% 4% 4%; } }
  @media screen and (max-width: 480px) {
    .evoPointBox.evoVariation .evoPointBox__title {
      font-size: 25px; } }
  @media screen and (max-width: 359px) {
    .evoPointBox.evoVariation .evoPointBox__title {
      font-size: 21px; } }
  @media screen and (max-width: 480px) {
    .evoPointBox.evoVariation .evoPointBox__heading {
      margin: 10px auto 20px; } }
  .evoPointBox__heading {
    display: table;
    margin: 0 auto 20px;
    text-align: center;
    font-weight: bold; }
    @media screen and (max-width: 480px) {
      .evoPointBox__heading {
        margin: 0 auto; } }
  .evoPointBox__title {
    font-size: 48px;
    color: #FF0000; }
    @media screen and (max-width: 480px) {
      .evoPointBox__title {
        margin-bottom: 20px;
        font-size: 28px; } }
  .evoPointBox__description {
    font-size: 20px; }
    @media screen and (max-width: 359px) {
      .evoPointBox__description {
        font-size: 17px; } }
  .evoPointBox__list li {
    width: 48%;
    margin-left: 4%;
    list-style-type: none; }
    @media screen and (max-width: 480px) {
      .evoPointBox__list li {
        width: 100%;
        margin-left: 0; } }
  .evoPointBox .description-round {
    margin-top: 20px;
    padding: 7px 10px;
    border-radius: 40px;
    background: #f5f5f5;
    color: #000;
    font-size: 16px; }
  .evoPointBox .point-num {
    position: absolute;
    top: -20px;
    left: 40px;
    padding: 10px;
    background: #FF0000;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    line-height: 1; }
    @media screen and (max-width: 480px) {
      .evoPointBox .point-num {
        position: absolute;
        top: -30px;
        left: 10px;
        padding: 8px 5px 5px;
        font-size: 13px;
        letter-spacing: -0.03em; } }
    .evoPointBox .point-num .num {
      display: block;
      font-size: 43px; }
      @media screen and (max-width: 480px) {
        .evoPointBox .point-num .num {
          font-size: 23px;
          line-height: 1.4; } }
  .evoPointBox .box {
    position: relative;
    width: 100%;
    margin: 40px auto 0;
    padding: 40px 20px;
    border-radius: 4px;
    background: #eee;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .evoPointBox .box {
        width: 100%;
        padding: 4%; } }
    .evoPointBox .box h4 {
      position: relative;
      top: -52px;
      right: 0;
      left: 0;
      display: inline-block;
      margin: 0 auto;
      padding: 10px 40px 7px;
      border-radius: 30px;
      background: #111;
      color: #FFF;
      font-family: 'Montserrat', 'Century Gothic', CenturyGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
      font-weight: bold;
      font-size: 16px; }
      @media screen and (max-width: 480px) {
        .evoPointBox .box h4 {
          position: relative;
          top: -32px;
          right: 0;
          left: 0;
          width: 80%;
          padding: 7px 10px 5px;
          font-size: 13px; } }
      @media screen and (max-width: 359px) {
        .evoPointBox .box h4 {
          font-size: 12px; } }
    .evoPointBox .box .text-summary {
      color: #f61717;
      margin: 23px auto 0;
      font-weight: bold;
      font-size: 17px;
      line-height: 1.4; }
    .evoPointBox .box ul {
      display: table;
      margin: -20px auto 0;
      min-height: 160px; }
      @media screen and (max-width: 480px) {
        .evoPointBox .box ul {
          min-height: initial; } }
      .evoPointBox .box ul li {
        margin-left: 4%; }
        @media screen and (max-width: 480px) {
          .evoPointBox .box ul li {
            width: 48%;
            margin-left: 4%; } }
      .evoPointBox .box ul.crevice-list > li {
        margin-left: 4%; }
        .evoPointBox .box ul.crevice-list > li:first-child h5 {
          background: #838383; }
        .evoPointBox .box ul.crevice-list > li h5 {
          display: inline-block;
          margin: 0 0 15px 0;
          padding: 3px 10px;
          border-radius: 4px;
          background: #FF0000;
          font-weight: bold;
          font-size: 20px;
          color: #FFF; }
          @media screen and (max-width: 359px) {
            .evoPointBox .box ul.crevice-list > li h5 {
              font-size: 14px; } }
        .evoPointBox .box ul.crevice-list > li img {
          display: block;
          width: 90%;
          margin: auto; }
          @media screen and (max-width: 480px) {
            .evoPointBox .box ul.crevice-list > li img {
              width: 90%; } }
        @media screen and (max-width: 480px) {
          .evoPointBox .box ul.crevice-list > li.c-arrow-right--red:before {
            top: 81px;
            right: -24px;
            border-width: 15px; } }
    .evoPointBox .box .text-summary {
      margin: 20px auto 0; }
      @media screen and (max-width: 359px) {
        .evoPointBox .box .text-summary {
          font-size: 14px; } }
      .evoPointBox .box .text-summary strong {
        font-size: 20px; }
        @media screen and (max-width: 480px) {
          .evoPointBox .box .text-summary strong {
            letter-spacing: 0;
            font-size: 16px; } }
    .evoPointBox .box.renewalShape ul > li {
      margin-left: 52px; }
      @media screen and (max-width: 480px) {
        .evoPointBox .box.renewalShape ul > li {
          width: 44%;
          margin-left: 12%; } }
      @media screen and (max-width: 480px) {
        .evoPointBox .box.renewalShape ul > li.c-arrow-right--red:before {
          right: -55px; } }
    .evoPointBox .box.renewalShape .product h5 {
      border: 2px solid #111;
      border-bottom: none;
      color: #111;
      font-weight: bold;
      font-size: 17px; }
    .evoPointBox .box.renewalShape .product.c-arrow-right--red {
      right: 0; }
    .evoPointBox .box.renewalShape .evolution h5 {
      border: 2px solid #111;
      renewalShapeborder-bottom: none;
      background: #111;
      color: #FFF;
      font-weight: bold;
      font-size: 17px; }
      @media screen and (max-width: 480px) {
        .evoPointBox .box.renewalShape .evolution h5 {
          font-size: 15px; } }
      @media screen and (max-width: 359px) {
        .evoPointBox .box.renewalShape .evolution h5 {
          padding: 3px 0 0;
          height: 25px;
          font-size: 12px; } }
    .evoPointBox .box.renewalWeight ul {
      width: 100%; }
      .evoPointBox .box.renewalWeight ul li {
        position: relative;
        width: 90%;
        margin: 0 auto; }
        @media screen and (max-width: 480px) {
          .evoPointBox .box.renewalWeight ul li {
            width: 100%; } }
    .evoPointBox .box.renewalWeight .product {
      display: inline-block;
      height: 77px;
      margin-bottom: 40px;
      border-radius: 5px;
      background: #ffffff;
      position: relative; }
      .evoPointBox .box.renewalWeight .product h5 {
        color: #111;
        font-weight: bold;
        font-size: 17px; }
        .evoPointBox .box.renewalWeight .product h5 strong {
          position: relative;
          top: 10px;
          left: 10px;
          font-size: 41px; }
        .evoPointBox .box.renewalWeight .product h5 span {
          font-size: 34px; }
      .evoPointBox .box.renewalWeight .product.c-arrow-right--red {
        position: relative; }
        .evoPointBox .box.renewalWeight .product.c-arrow-right--red:before {
          position: absolute;
          width: 0;
          height: 0;
          top: 140%;
          right: auto;
          left: 50%;
          bottom: auto;
          border-top-color: #f61717;
          border-left-color: transparent;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
    .evoPointBox .box.renewalWeight .evolution {
      display: inline-block;
      height: 95px;
      border-radius: 5px;
      background: #ff0000; }
      .evoPointBox .box.renewalWeight .evolution h5 {
        color: #FFF;
        font-weight: bold;
        font-size: 17px; }
        @media screen and (max-width: 359px) {
          .evoPointBox .box.renewalWeight .evolution h5 {
            font-size: 14px; } }
        .evoPointBox .box.renewalWeight .evolution h5 strong {
          position: relative;
          top: 10px;
          left: 10px;
          font-size: 54px; }
          @media screen and (max-width: 359px) {
            .evoPointBox .box.renewalWeight .evolution h5 strong {
              left: 0;
              font-size: 48px; } }
        .evoPointBox .box.renewalWeight .evolution h5 span {
          font-size: 34px; }
    .evoPointBox .box.renewalQuilt {
      width: 96%;
      margin: auto; }
      @media screen and (max-width: 480px) {
        .evoPointBox .box.renewalQuilt {
          width: 100%; } }
      .evoPointBox .box.renewalQuilt strong {
        display: block; }
        .evoPointBox .box.renewalQuilt strong span {
          font-size: 23px; }
      .evoPointBox .box.renewalQuilt img {
        display: block;
        margin: 0 auto 20px; }
      .evoPointBox .box.renewalQuilt h5 {
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 10px; }
        @media screen and (max-width: 480px) {
          .evoPointBox .box.renewalQuilt h5 {
            font-size: 14px; } }
      .evoPointBox .box.renewalQuilt i.fa-plus {
        display: block;
        margin: 8px auto; }
      .evoPointBox .box.renewalQuilt .m-label {
        width: 144px;
        font-weight: bold; }
      .evoPointBox .box.renewalQuilt .m-label--product {
        background: #111; }
      .evoPointBox .box.renewalQuilt .product.c-arrow-right--red:before {
        top: 40%; }
      .evoPointBox .box.renewalQuilt .evolution h5 {
        color: #FF0000; }
      @media screen and (max-width: 480px) {
        .evoPointBox .box.renewalQuilt > ul {
          width: 100%; } }
      .evoPointBox .box.renewalQuilt > ul > li {
        width: 144px;
        margin-left: 65px; }
        @media screen and (max-width: 480px) {
          .evoPointBox .box.renewalQuilt > ul > li {
            width: 44%;
            margin-left: 11%; } }
        .evoPointBox .box.renewalQuilt > ul > li.c-arrow-right--red:before {
          right: -70px; }
          @media screen and (max-width: 480px) {
            .evoPointBox .box.renewalQuilt > ul > li.c-arrow-right--red:before {
              right: -55px; } }
    .evoPointBox .box.renewalAntibacterial {
      width: 96%;
      margin: auto;
      background: none; }
      @media screen and (max-width: 480px) {
        .evoPointBox .box.renewalAntibacterial {
          width: 100%; } }
  .evoPointBox.evoWarm--2 > ul {
    display: table;
    margin: 30px auto 0; }
    .evoPointBox.evoWarm--2 > ul > li {
      margin-left: 28px; }
      @media screen and (max-width: 480px) {
        .evoPointBox.evoWarm--2 > ul > li {
          margin-bottom: 45px;
          margin-left: 0; } }
      @media screen and (max-width: 480px) {
        .evoPointBox.evoWarm--2 > ul > li:last-child {
          margin-bottom: 0; } }
  .evoPointBox.evoWarm--2 .box {
    width: 400px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: 'Montserrat', 'Century Gothic', CenturyGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; }
    @media screen and (max-width: 480px) {
      .evoPointBox.evoWarm--2 .box {
        width: 100%;
        padding: 20px; } }
    @media screen and (max-width: 480px) {
      .evoPointBox.evoWarm--2 .box h4 {
        top: -39px; } }
    @media screen and (max-width: 480px) {
      .evoPointBox.evoWarm--2 .box .text-summary {
        margin: 10px auto 0; } }
  .evoPointBox .evoVariation__list {
    display: table;
    margin: auto; }
    @media screen and (max-width: 480px) {
      .evoPointBox .evoVariation__list {
        width: 100%; } }
    .evoPointBox .evoVariation__list > li {
      position: relative;
      width: 230px;
      margin-left: 30px; }
      @media screen and (max-width: 480px) {
        .evoPointBox .evoVariation__list > li {
          width: 32%;
          margin-left: 2%; } }

.evoProduct__list {
  display: table;
  margin: 30px 0 0 50px; }
  @media screen and (max-width: 480px) {
    .evoProduct__list {
      margin: auto; } }
  .evoProduct__list li {
    width: 35%;
    margin-left: -50px; }
    @media screen and (max-width: 480px) {
      .evoProduct__list li {
        width: 35%;
        margin-left: -3%; } }
    .evoProduct__list li:first-child {
      margin-left: 0; }
.evoProduct__description {
  text-align: center; }

.evoCombined {
  position: relative;
  left: 50px;
  display: table;
  margin: 20px auto 0; }
  .evoCombined:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ''; }
  @media screen and (max-width: 480px) {
    .evoCombined {
      position: initial;
      left: initial;
      text-align: center; } }
  .evoCombined .photo {
    float: left; }
    @media screen and (max-width: 480px) {
      .evoCombined .photo {
        float: none; } }
    .evoCombined .photo img {
      border-radius: 20px; }
  .evoCombined .txt {
    float: right;
    margin-left: 20px; }
    @media screen and (max-width: 480px) {
      .evoCombined .txt {
        float: none;
        margin-left: 0; } }
    .evoCombined .txt h3 {
      margin: 6px auto;
      color: red;
      font-weight: bold;
      font-size: 21px; }
    .evoCombined .txt p {
      font-size: 15px;
      line-height: 1.6; }
      @media screen and (max-width: 480px) {
        .evoCombined .txt p {
          font-size: 13px; } }

.itemSize-table {
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  text-align: center;
  font-family: 'Montserrat', 'Century Gothic', CenturyGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; }
  .itemSize-table .heading {
    padding: 10px;
    border-radius: 6px 6px 0 0;
    background: #f5f5f5; }
  .itemSize-table h4 {
    margin: 10px auto;
    font-weight: bold;
    font-size: 21px; }
    @media screen and (max-width: 480px) {
      .itemSize-table h4 {
        font-size: 14px; } }
    @media screen and (max-width: 359px) {
      .itemSize-table h4 {
        font-size: 12px; } }
  .itemSize-table .icon {
    margin: auto; }
  .itemSize-table dt {
    padding: 10px;
    font-size: 12px;
    background: #dcdcdc; }
    @media screen and (max-width: 480px) {
      .itemSize-table dt {
        padding: 10px 0; } }
    @media screen and (max-width: 359px) {
      .itemSize-table dt {
        font-size: 11px; } }
  .itemSize-table dd {
    padding: 10px 20px;
    font-size: 19px;
    background: #FFF;
    border-radius: 0 0 6px 6px; }
    @media screen and (max-width: 480px) {
      .itemSize-table dd {
        padding: 10px 0;
        font-size: 14px; } }
    @media screen and (max-width: 480px) {
      .itemSize-table dd {
        font-size: 12px; } }

.evoPointTest {
  margin: 50px 0; }
  @media screen and (max-width: 480px) {
    .evoPointTest {
      margin: 30px 0 40px; } }
  .evoPointTest__title {
    background: #111;
    color: #FFF;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    line-height: 2.2;
    border-radius: 4px 4px 0 0; }
    @media screen and (max-width: 480px) {
      .evoPointTest__title {
        padding: 10px;
        font-size: 24px;
        line-height: 1.3; } }
  .evoPointTest__content {
    padding: 40px 2.8%;
    background: #FFF; }
    @media screen and (max-width: 480px) {
      .evoPointTest__content {
        padding: 4%; } }
  .evoPointTest__list li {
    width: 48%;
    margin-left: 4%; }
    @media screen and (max-width: 480px) {
      .evoPointTest__list li {
        width: 100%;
        margin-left: 0;
        margin-top: 15px; } }
    @media screen and (max-width: 480px) {
      .evoPointTest__list li:first-child {
        margin-top: 0; } }
  .evoPointTest__list--warm li .evoPointTest__box {
    height: 768px; }
    @media screen and (max-width: 480px) {
      .evoPointTest__list--warm li .evoPointTest__box {
        height: initial; } }
    @media screen and (max-width: 480px) {
      .evoPointTest__list--warm li .evoPointTest__box p {
        font-size: 13px; } }
  .evoPointTest__box {
    margin: 0 auto;
    border: 1px solid #222;
    border-radius: 8px 8px; }
    @media screen and (max-width: 480px) {
      .evoPointTest__box:last-child {
        margin: 0 auto; } }
    @media screen and (max-width: 480px) {
      .evoPointTest__box {
        margin: 0 auto 20px; } }
    .evoPointTest__box h4 {
      border-radius: 6px 6px 0 0;
      background: #111;
      color: #FFF;
      font-weight: bold;
      font-size: 20px;
      text-align: center;
      line-height: 2.2; }
      @media screen and (max-width: 480px) {
        .evoPointTest__box h4 {
          padding: 10px;
          line-height: 1.2; } }
    .evoPointTest__box .inner {
      padding: 30px; }
      @media screen and (max-width: 480px) {
        .evoPointTest__box .inner {
          padding: 15px; } }
  .evoPointTest figure {
    margin: 30px auto;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .evoPointTest figure {
        margin: 0 auto; } }
  .evoPointTest figcaption span {
    display: block;
    font-size: 12px; }
  .evoPointTest dt {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px; }
  .evoPointTest dd {
    text-align: justify; }
  .evoPointTest .description {
    text-align: justify; }
  .evoPointTest i {
    display: block;
    text-align: center; }
  .evoPointTest .text-summary {
    color: #FFF;
    padding: 10px;
    background: #FF0000;
    font-weight: bold;
    font-size: 20px;
    text-align: center; }

.evoVoiceBox {
  margin: 40px auto 0; }
  .evoVoiceBox__title {
    display: block;
    margin: 0 auto 30px;
    text-align: center; }
  .evoVoiceBox__list {
    display: table;
    width: 96%;
    margin: auto; }
    @media screen and (max-width: 480px) {
      .evoVoiceBox__list {
        width: 100%; } }
    .evoVoiceBox__list > li {
      width: 48%;
      margin-left: 4%;
      text-align: center;
      border: 2px solid #eaeaea; }
      @media screen and (max-width: 480px) {
        .evoVoiceBox__list > li {
          width: 100%;
          margin-bottom: 20px;
          margin-left: 0; } }
      .evoVoiceBox__list > li .indexVoice__box {
        height: 537px; }
        @media screen and (max-width: 480px) {
          .evoVoiceBox__list > li .indexVoice__box {
            height: initial; } }

.evoColor__list {
  display: table;
  margin: auto; }
  @media screen and (max-width: 480px) {
    .evoColor__list li {
      width: 25%; } }
.evoColor small {
  display: block;
  width: 720px;
  margin: 8px auto 0;
  font-size: 12px; }
  @media screen and (max-width: 480px) {
    .evoColor small {
      width: 100%; } }

.developFeature__heading {
  position: relative;
  padding: 45px 0;
  color: #FFF;
  background: #333; }
  @media screen and (max-width: 480px) {
    .developFeature__heading {
      padding: 20px 0; } }
.developFeature__title {
  text-align: center;
  font-weight: bold;
  font-size: 62px; }
  @media screen and (max-width: 480px) {
    .developFeature__title {
      font-size: 24px; } }
.developFeature__content {
  padding: 70px 0 40px;
  background: #f9f9f9; }
  @media screen and (max-width: 480px) {
    .developFeature__content {
      padding: 11% 4% 4%; } }
.developFeature__list {
  display: table;
  width: 100%;
  margin: auto; }
  .developFeature__list > li {
    position: relative;
    margin-bottom: 58px;
    margin-left: 18px; }
    @media screen and (max-width: 480px) {
      .developFeature__list > li {
        width: 100%;
        margin-left: 0;
        margin-bottom: 48px; } }
    .developFeature__list > li:nth-child(4n+1) {
      margin-left: 0; }
      @media screen and (max-width: 480px) {
        .developFeature__list > li:nth-child(4n+1) {
          margin-left: 0; } }
    @media screen and (max-width: 480px) {
      .developFeature__list > li:last-child {
        margin-bottom: 0; } }
    .developFeature__list > li.below {
      margin-bottom: 0; }
.developFeature .developFeatureBox {
  width: 230px;
  height: 420px;
  padding: 30px 20px 20px;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  background: #FFF;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .developFeature .developFeatureBox {
      width: 100%;
      height: initial;
      border-radius: 0 4px 4px 4px; }
      .developFeature .developFeatureBox:after {
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        content: ''; } }
  .developFeature .developFeatureBox.box-1 {
    height: 383px; }
    @media screen and (max-width: 480px) {
      .developFeature .developFeatureBox.box-1 {
        height: initial; } }
    .developFeature .developFeatureBox.box-1 .description {
      height: 99px; }
      @media screen and (max-width: 480px) {
        .developFeature .developFeatureBox.box-1 .description {
          height: initial; } }
  .developFeature .developFeatureBox.box-2 {
    height: 453px; }
    @media screen and (max-width: 480px) {
      .developFeature .developFeatureBox.box-2 {
        height: initial; } }
    .developFeature .developFeatureBox.box-2 .description {
      height: 170px; }
      @media screen and (max-width: 480px) {
        .developFeature .developFeatureBox.box-2 .description {
          height: initial; } }
  .developFeature .developFeatureBox .num {
    position: absolute;
    top: -27px;
    right: 0;
    left: 0;
    display: inline-block;
    width: 100px;
    margin: auto;
    padding: 7px 10px;
    background: #333;
    color: #FFF;
    font-size: 18px;
    letter-spacing: 2px; }
    @media screen and (max-width: 480px) {
      .developFeature .developFeatureBox .num {
        position: absolute;
        top: -29px;
        right: initial;
        left: 0;
        padding: 7px 10px 4px;
        font-size: 14px;
        border-radius: 3px 3px 0 0; } }
  @media screen and (max-width: 480px) {
    .developFeature .developFeatureBox .photo {
      float: left;
      width: 30%;
      margin-right: 3%; } }
  .developFeature .developFeatureBox .title {
    display: table;
    height: 60px;
    margin: 10px auto;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2; }
    @media screen and (max-width: 480px) {
      .developFeature .developFeatureBox .title {
        float: right;
        width: 67%;
        height: initial;
        margin: 0 auto 10px;
        font-size: 16px;
        text-align: left;
        line-height: 1.4; } }
    .developFeature .developFeatureBox .title span {
      display: table-cell;
      vertical-align: middle; }
  .developFeature .developFeatureBox .description {
    font-size: 13px;
    text-align: justify; }
    @media screen and (max-width: 480px) {
      .developFeature .developFeatureBox .description {
        float: right;
        width: 67%; } }
  .developFeature .developFeatureBox .btn {
    margin: 10px auto 0;
    padding: 12px 10px 10px;
    font-size: 13px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333; }
    .developFeature .developFeatureBox .btn:hover {
      color: #FFF;
      background: #333; }
    @media screen and (max-width: 480px) {
      .developFeature .developFeatureBox .btn {
        float: right; } }
    .developFeature .developFeatureBox .btn .arrow:after {
      top: 10px; }

.developTest {
  padding: 0 0 50px; }
  @media screen and (max-width: 480px) {
    .developTest {
      margin: 0 4% 20px;
      padding: 0;
      border: 2px solid #333; } }
  @media screen and (max-width: 480px) {
    .developTest .l-container {
      padding: 0 4% 4%; } }
  .developTest.washingTest .washingTest__list {
    display: block;
    width: 550px;
    margin: auto; }
    @media screen and (max-width: 480px) {
      .developTest.washingTest .washingTest__list {
        width: 100%; } }
    .developTest.washingTest .washingTest__list li {
      width: 225px;
      margin-left: 100px; }
      @media screen and (max-width: 480px) {
        .developTest.washingTest .washingTest__list li {
          width: 48%;
          margin-left: 4%; } }
  .developTest.strainTest .strainTest-summary {
    display: table;
    width: 480px;
    margin: auto; }
    @media screen and (max-width: 480px) {
      .developTest.strainTest .strainTest-summary {
        width: 100%;
        margin: 30px auto 0; } }
    .developTest.strainTest .strainTest-summary dt {
      margin: 10px auto;
      font-weight: bold;
      font-size: 20px;
      text-align: center; }
      @media screen and (max-width: 480px) {
        .developTest.strainTest .strainTest-summary dt {
          margin: 10px auto 0;
          padding: 10px;
          border-radius: 4px 4px 0 0;
          background: #111;
          color: #FFF;
          font-size: 18px; } }
    .developTest.strainTest .strainTest-summary dd {
      padding: 10px;
      background: #FFF; }
      .developTest.strainTest .strainTest-summary dd p {
        margin-top: 10px;
        font-size: 13px;
        text-align: justify; }
  .developTest.compressionTest .developTest__list {
    margin: 40px auto 0; }
  .developTest.compressionTest .text-summary {
    margin: 10px auto;
    font-weight: bold;
    font-size: 40px;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .developTest.compressionTest .text-summary {
        font-size: 27px; } }
  .developTest__heading {
    display: table;
    margin: auto;
    padding: 10px 20px;
    background: #333;
    color: #FFF;
    font-size: 24px; }
    @media screen and (max-width: 480px) {
      .developTest__heading {
        font-size: 18px; } }
  .developTest__title {
    display: table;
    margin: 40px auto 30px;
    font-size: 48px;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .developTest__title {
        margin: 15px auto;
        font-weight: bold;
        font-size: 25px; } }
    .developTest__title .eng {
      display: block;
      font-size: 12px; }
    .developTest__title small {
      font-size: 18px; }
  .developTest__list {
    display: table;
    margin: auto; }
    @media screen and (max-width: 480px) {
      .developTest__list li {
        float: none;
        width: 100%;
        margin-left: 0;
        text-align: center; } }
  .developTest .washingText-box {
    position: relative;
    margin-top: 40px; }
    .developTest .washingText-box .icon {
      position: absolute;
      top: -60px;
      left: -30px;
      width: 100px;
      height: 100px;
      margin: auto; }
      @media screen and (max-width: 480px) {
        .developTest .washingText-box .icon {
          position: absolute;
          top: -40px;
          right: 0;
          left: 0;
          width: 80px;
          height: 80px;
          margin: auto; } }
      .developTest .washingText-box .icon span {
        margin-top: 6px;
        font-size: 13px; }
        @media screen and (max-width: 480px) {
          .developTest .washingText-box .icon span {
            font-size: 10px; } }
      .developTest .washingText-box .icon img {
        height: 60%; }
        @media screen and (max-width: 480px) {
          .developTest .washingText-box .icon img {
            height: 45%; } }
    .developTest .washingText-box h4 {
      font-weight: bold;
      font-size: 26px;
      text-align: center; }
      @media screen and (max-width: 480px) {
        .developTest .washingText-box h4 {
          font-size: 22px; } }
  .developTest .arrowList {
    padding: 120px 20px; }
    @media screen and (max-width: 480px) {
      .developTest .arrowList {
        padding: 30px 0;
        text-align: center;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); } }
  .developTest .title-verification {
    display: table;
    margin: 30px auto;
    padding: 3px 14px; }
    @media screen and (max-width: 480px) {
      .developTest .title-verification {
        font-size: 13px; } }
    .developTest .title-verification--white {
      background: #FFF; }
    .developTest .title-verification--gray {
      background: #f9f9f9; }
  .developTest .text-box {
    display: table;
    margin: 30px auto 0; }
  .developTest .text-annotation {
    font-size: 14px;
    margin-bottom: 10px; }
    @media screen and (max-width: 359px) {
      .developTest .text-annotation {
        font-size: 10px; } }

.developCombined__content {
  padding: 40px 0; }
  @media screen and (max-width: 480px) {
    .developCombined__content {
      padding: 2% 10%; } }

.developLandSide__heading {
  position: relative;
  padding: 45px 0;
  color: #FFF;
  background: #333; }
  @media screen and (max-width: 480px) {
    .developLandSide__heading {
      padding: 20px 0; } }
.developLandSide__title {
  text-align: center;
  font-weight: bold;
  font-size: 62px; }
  @media screen and (max-width: 480px) {
    .developLandSide__title {
      font-size: 24px; } }
.developLandSide__content {
  padding: 70px 0 0;
  background: #f9f9f9; }
  @media screen and (max-width: 480px) {
    .developLandSide__content {
      padding: 9% 2% 2%; } }
.developLandSide__list {
  display: table;
  width: 92%;
  margin: auto; }
  @media screen and (max-width: 480px) {
    .developLandSide__list {
      width: 100%; } }
  .developLandSide__list > li {
    position: relative;
    margin-left: 38px; }
    @media screen and (max-width: 480px) {
      .developLandSide__list > li {
        width: 50%;
        margin-left: 0; } }
.developLandSide .developLandSideBox {
  width: 435px;
  padding: 0 38px 38px;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  background: #FFF;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .developLandSide .developLandSideBox {
      width: 100%;
      padding: 46px 4% 4%; } }
  @media screen and (max-width: 480px) {
    .developLandSide .developLandSideBox.case-1 {
      border-radius: 4px 0 0 4px; } }
  .developLandSide .developLandSideBox.case-1 .label {
    background: #00479d; }
  .developLandSide .developLandSideBox.case-1 h3 span {
    color: #00479d; }
  .developLandSide .developLandSideBox.case-1 .box-list {
    padding: 24px 24px 34px;
    background: #f3f7ff; }
    @media screen and (max-width: 480px) {
      .developLandSide .developLandSideBox.case-1 .box-list {
        padding: 10px; } }
    .developLandSide .developLandSideBox.case-1 .box-list li {
      margin-bottom: 14px; }
      .developLandSide .developLandSideBox.case-1 .box-list li:before {
        color: #00479d; }
  @media screen and (max-width: 480px) {
    .developLandSide .developLandSideBox.case-2 {
      border-radius: 0 4px 4px 0; } }
  .developLandSide .developLandSideBox.case-2 .label {
    background: #f61717; }
  .developLandSide .developLandSideBox.case-2 h3 span {
    color: #f61717; }
  .developLandSide .developLandSideBox.case-2 .box-list {
    background: #fff5f5; }
    @media screen and (max-width: 480px) {
      .developLandSide .developLandSideBox.case-2 .box-list {
        padding: 10px; } }
    .developLandSide .developLandSideBox.case-2 .box-list li:before {
      color: #f61717; }
  .developLandSide .developLandSideBox .label {
    position: relative;
    top: -25px;
    right: 0;
    left: 0;
    display: inline-block;
    padding: 10px 20px;
    font-size: 27px;
    border-radius: 0; }
    @media screen and (max-width: 480px) {
      .developLandSide .developLandSideBox .label {
        position: absolute;
        top: -7px;
        right: 0;
        left: 0;
        width: 100%;
        padding: 4px 10px;
        text-align: center;
        font-size: 19px;
        line-height: 1.2; } }
    .developLandSide .developLandSideBox .label small {
      font-size: 21px; }
      @media screen and (max-width: 480px) {
        .developLandSide .developLandSideBox .label small {
          display: block;
          font-size: 14px; } }
  .developLandSide .developLandSideBox .description {
    margin: 20px auto;
    font-size: 13px;
    text-align: justify; }
    @media screen and (max-width: 480px) {
      .developLandSide .developLandSideBox .description {
        height: 100px; } }
  .developLandSide .developLandSideBox h3 {
    font-weight: bold;
    font-size: 24px; }
    @media screen and (max-width: 480px) {
      .developLandSide .developLandSideBox h3 {
        font-size: 16px; } }
    @media screen and (max-width: 480px) {
      .developLandSide .developLandSideBox h3 span {
        display: block; } }
  .developLandSide .developLandSideBox .box-list {
    margin: 10px auto 0;
    padding: 24px;
    border-radius: 3px;
    background: #eaeaea;
    text-align: left; }
    @media screen and (max-width: 480px) {
      .developLandSide .developLandSideBox .box-list {
        height: 165px; } }
    @media screen and (max-width: 359px) {
      .developLandSide .developLandSideBox .box-list {
        height: 200px; } }
    .developLandSide .developLandSideBox .box-list li {
      margin-bottom: 10px;
      font-weight: bold;
      font-size: 16px;
      padding-left: 1.2em;
      text-indent: -0.6em; }
      @media screen and (max-width: 480px) {
        .developLandSide .developLandSideBox .box-list li {
          font-size: 13px; } }
      .developLandSide .developLandSideBox .box-list li:before {
        display: inline-block;
        margin: 0 4px 0 0;
        content: '\f14a';
        font-family: FontAwesome; }
.developLandSide__result li {
  display: inline-block;
  width: 50%;
  height: 288px; }
  @media screen and (max-width: 480px) {
    .developLandSide__result li {
      height: 234px; } }
  @media screen and (max-width: 359px) {
    .developLandSide__result li {
      height: 199px; } }
.developLandSide__result .case-title {
  display: inline-block;
  padding: 13px 30px;
  background: rgba(255, 255, 255, 0.8);
  font-weight: bold;
  font-size: 34px; }
  @media screen and (max-width: 480px) {
    .developLandSide__result .case-title {
      width: 100%;
      padding: 13px;
      font-size: 20px; } }
.developLandSide__result .case-1 {
  padding-right: 28px;
  text-align: right;
  background: url("../images/develop_landside_result_bg_1.jpg") no-repeat right -50px; }
  @media screen and (max-width: 480px) {
    .developLandSide__result .case-1 {
      padding-right: 0;
      background: url("../images/develop_landside_result_bg_1.jpg") no-repeat -280px center;
      background-size: 100vh; } }
  @media screen and (max-width: 359px) {
    .developLandSide__result .case-1 {
      background: url("../images/develop_landside_result_bg_1.jpg") no-repeat -280px top;
      background-size: 100vh; } }
  .developLandSide__result .case-1 .case-title {
    color: #00479d; }
.developLandSide__result .case-2 {
  padding-left: 30px;
  text-align: left;
  background: url("../images/develop_landside_result_bg_2.jpg") no-repeat left -50px; }
  @media screen and (max-width: 480px) {
    .developLandSide__result .case-2 {
      padding-left: 0;
      background: url("../images/develop_landside_result_bg_2.jpg") no-repeat -100px center;
      background-size: 100vh; } }
  @media screen and (max-width: 359px) {
    .developLandSide__result .case-2 {
      background: url("../images/develop_landside_result_bg_2.jpg") no-repeat -100px top;
      background-size: 100vh; } }
  .developLandSide__result .case-2 .case-title {
    color: #f28381; }
.developLandSide__summary {
  padding: 60px 0 20px;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .developLandSide__summary {
      padding: 20px 0; } }
  .developLandSide__summary .text-lead {
    margin-bottom: 40px;
    font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif !important;
    font-weight: bold;
    font-size: 32px; }
    @media screen and (max-width: 480px) {
      .developLandSide__summary .text-lead {
        margin-bottom: 20px;
        font-size: 23px;
        line-height: 1.6; } }
    @media screen and (max-width: 359px) {
      .developLandSide__summary .text-lead {
        font-size: 21px; } }
    .developLandSide__summary .text-lead img {
      display: inline-block;
      margin: 30px auto; }
  .developLandSide__summary .name {
    margin: 10px auto;
    font-weight: bold;
    font-size: 38px; }
    @media screen and (max-width: 480px) {
      .developLandSide__summary .name {
        line-height: 1.2; } }
  .developLandSide__summary .description {
    font-size: 23px; }
    @media screen and (max-width: 359px) {
      .developLandSide__summary .description {
        font-size: 17px; } }
  .developLandSide__summary .arrow-bottom {
    display: inline-block;
    margin: 15px auto 0; }

/* ============
* faq
============== */
@media screen and (max-width: 480px) {
  #question7 img {
    display: block;
    width: 70%; } }

.section-faqtitle {
  background: #2aa1d9;
  text-align: center;
  height: 112px;
  line-height: 112px; }
  @media screen and (max-width: 480px) {
    .section-faqtitle {
      background: #2aa1d9;
      text-align: center;
      height: 70px;
      line-height: 70px; } }
  .section-faqtitle h2 {
    font-size: 46px;
    color: #fff;
    font-weight: bold; }
    @media screen and (max-width: 480px) {
      .section-faqtitle h2 {
        font-size: 28px; } }

.faqQuestionList {
  margin: 30px auto 50px; }
  @media screen and (max-width: 480px) {
    .faqQuestionList {
      margin: 0px auto 20px; } }
  .faqQuestionList__list {
    padding: 20px;
    background: rgba(42, 161, 217, 0.1); }
    @media screen and (max-width: 480px) {
      .faqQuestionList__list {
        padding: 10px; } }
    .faqQuestionList__list li {
      display: table;
      width: 100%;
      margin-bottom: 10px; }
      .faqQuestionList__list li:last-child {
        margin-bottom: 0; }
      .faqQuestionList__list li:before {
        display: table-cell;
        content: url("../images/faq_iconq.png");
        padding-top: 16px;
        width: 54px;
        text-align: center;
        background: #2aa1d9;
        vertical-align: top; }
        @media screen and (max-width: 480px) {
          .faqQuestionList__list li:before {
            width: 44px; } }
      .faqQuestionList__list li a {
        display: table-cell;
        background: #fff;
        text-decoration: none;
        border: 2px solid #2aa1d9;
        color: #2aa1d9;
        font-weight: bold;
        font-size: 18px;
        vertical-align: top; }
        @media screen and (max-width: 480px) {
          .faqQuestionList__list li a {
            font-size: 16px; } }
        .faqQuestionList__list li a:hover {
          background: #2aa1d9;
          border: 2px solid #2aa1d9;
          color: #fff; }
        .faqQuestionList__list li a span {
          display: inline-block;
          padding: 10px; }

.faqQuestion__detail-question {
  display: table;
  margin-bottom: 10px; }
  .faqQuestion__detail-question:before {
    display: inline-block;
    content: url("../images/faq_iconq.png");
    width: 44px;
    height: 44px;
    margin-right: 10px;
    border-radius: 25px;
    line-height: 55px;
    text-align: center;
    background: #2aa1d9; }
    @media screen and (max-width: 480px) {
      .faqQuestion__detail-question:before {
        width: 40px;
        height: 40px;
        line-height: 48px; } }
  .faqQuestion__detail-question h3 {
    display: table-cell;
    margin-bottom: 10px;
    color: #2aa1d9;
    font-size: 20px;
    font-weight: bold; }
    @media screen and (max-width: 480px) {
      .faqQuestion__detail-question h3 {
        font-size: 16px; } }
.faqQuestion__detail-answer {
  display: table;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ececec; }
  .faqQuestion__detail-answer:before {
    display: table-cell;
    display: inline-block;
    content: url("../images/faq_icona.png");
    width: 44px;
    height: 44px;
    margin-right: 10px;
    border-radius: 25px;
    line-height: 50px;
    text-align: center;
    background: #fee7e8; }
    @media screen and (max-width: 480px) {
      .faqQuestion__detail-answer:before {
        width: 40px;
        height: 40px;
        line-height: 48px; } }
  .faqQuestion__detail-answerIn {
    display: table-cell; }
    @media screen and (max-width: 480px) {
      .faqQuestion__detail-answerIn {
        font-size: 14px; } }
  .faqQuestion__detail-answer h4 {
    margin-bottom: 15px;
    color: #d92a53;
    font-weight: bold; }
  .faqQuestion__detail-answer h5 {
    margin-top: 10px;
    font-weight: bold; }
.faqQuestion__detail-photo {
  float: left;
  margin: 0 20px 20px 0; }
  @media screen and (max-width: 480px) {
    .faqQuestion__detail-photo {
      float: none;
      margin: 0 auto 10px; } }

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

* {
  box-sizing: border-box; }

.js-select-content table {
  margin-top: 10px;
  margin-bottom: 0; }
  .js-select-content table tr th {
    width: 120px;
    border-bottom: 1px solid #FFF; }

/* ============
* order
============== */
.order__heading {
  padding: 10px 0;
  background: #00479d;
  border-radius: 3px 3px 0 0;
  color: #fff100;
  font-weight: bold;
  font-size: 36px;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .order__heading {
      font-size: 6vw; } }
  .order__heading.order__heading--single {
    cursor: pointer;
    background: transparent;
    color: #00479d;
    text-decoration: underline; }
@media screen and (max-width: 480px) {
  .order__alert--soldout {
    padding: 0; } }
.order__alert--soldout .title {
  display: block;
  padding: 10px 10px 5px;
  background: #cf1926;
  font-weight: bold;
  font-size: 35px;
  color: #FFF;
  text-align: center;
  border-radius: 6px 6px 0 0;
  line-height: 1.3; }
  @media screen and (max-width: 480px) {
    .order__alert--soldout .title {
      font-size: 22px; } }
  .order__alert--soldout .title--sm {
    display: block;
    margin: 10px auto 7px;
    padding: 4px 10px;
    color: #2BA51F;
    font-weight: bold;
    font-size: 25px;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .order__alert--soldout .title--sm {
        font-size: 18px; } }
.order__alert--soldout .inner {
  padding: 20px 25px;
  border: 4px solid #cf1926;
  border-radius: 0 0 6px 6px; }
  @media screen and (max-width: 480px) {
    .order__alert--soldout .inner {
      padding: 14px; } }
.order__alert--soldout p {
  margin: auto;
  line-height: 1.4;
  font-weight: bold;
  font-size: 20px; }
  @media screen and (max-width: 480px) {
    .order__alert--soldout p {
      font-size: 17px; } }
.order__alert--soldout strong {
  display: block; }

.order-header {
  position: static !important;
  line-height: 1.6;
  font-size: 12px; }
  @media screen and (max-width: 480px) {
    .order-header {
      font-size: 9px;
      padding: 10px 0 3px 5px; } }
  @media screen and (max-width: 480px) {
    .order-header .l-container {
      padding: 0; } }
  @media screen and (max-width: 480px) {
    .order-header .logo {
      display: block;
      width: 100px;
      margin-left: 0;
      text-align: center; } }
  @media screen and (max-width: 359px) {
    .order-header .logo {
      width: 70px; } }
  @media screen and (max-width: 480px) {
    .order-header .logo a {
      width: 100%; } }
  @media screen and (max-width: 480px) {
    .order-header .header-head,
    .order-header .header-bottom {
      float: none; } }
  .order-header .header-head {
    float: left; }
  .order-header .header-bottom {
    float: right; }
    @media screen and (max-width: 480px) {
      .order-header .header-bottom {
        float: left;
        width: 100%;
        padding: 10px 0 5px; } }
    .order-header .header-bottom .caption {
      display: block;
      width: 100%;
      margin-bottom: 7px;
      font-size: 10px; }
      @media screen and (max-width: 480px) {
        .order-header .header-bottom .caption {
          font-size: 8px;
          margin-bottom: -3px; } }
      @media screen and (max-width: 359px) {
        .order-header .header-bottom .caption {
          letter-spacing: -0.6px;
          font-size: 7px; } }
    .order-header .header-bottom .logo-effect {
      float: left;
      margin-left: 0;
      text-align: center; }
      @media screen and (max-width: 480px) {
        .order-header .header-bottom .logo-effect {
          text-align: center; } }
      @media screen and (max-width: 359px) {
        .order-header .header-bottom .logo-effect {
          position: relative;
          top: -2px; } }
      .order-header .header-bottom .logo-effect span {
        margin-bottom: 2px;
        font-size: 10px;
        line-height: 0.3;
        display: block; }
        @media screen and (max-width: 480px) {
          .order-header .header-bottom .logo-effect span {
            display: inline-block;
            font-size: 8.7px;
            margin-right: 5px; } }
        @media screen and (max-width: 359px) {
          .order-header .header-bottom .logo-effect span {
            font-size: 7px; } }
      .order-header .header-bottom .logo-effect img {
        width: 93px;
        margin-top: 3px; }
        @media screen and (max-width: 480px) {
          .order-header .header-bottom .logo-effect img {
            position: relative;
            width: 60px;
            margin-right: 5px; } }
    .order-header .header-bottom .address {
      float: left;
      margin-top: -5px;
      margin-left: 15px;
      line-height: 1.6;
      font-size: 10px; }
      @media screen and (max-width: 480px) {
        .order-header .header-bottom .address {
          margin-top: 3px;
          margin-left: 0;
          margin-bottom: 0;
          font-size: 9px;
          text-align: left; } }
      @media screen and (max-width: 359px) {
        .order-header .header-bottom .address {
          font-size: 8px; } }
    .order-header .header-bottom .description {
      padding: 6px 6px 6px 46px; }
  .order-header .intro {
    float: right;
    margin-top: 5px; }
    @media screen and (min-width: 769px) {
      .order-header .intro {
        margin-left: 15px; } }
    @media screen and (max-width: 480px) {
      .order-header .intro {
        float: right;
        margin-top: 0;
        margin-left: 5px;
        padding: 0;
        text-align: center;
        font-size: 8px;
        letter-spacing: -.08em;
        line-height: 1.6; } }
    @media screen and (max-width: 359px) {
      .order-header .intro {
        font-size: 8px; } }

.order-pagetitle {
  border-top: 1px solid #ededed;
  background: #f6f6f6; }
  .order-pagetitle .order-title {
    padding: 10px 0;
    float: left;
    font-size: 16px;
    margin-left: 145px; }
    @media screen and (max-width: 480px) {
      .order-pagetitle .order-title {
        float: none;
        text-align: center;
        padding: 0;
        font-size: 14px;
        line-height: 1.3;
        margin-left: 0; } }
    .order-pagetitle .order-title .order-title__subject {
      width: 145px;
      margin-left: -145px; }
      @media screen and (max-width: 480px) {
        .order-pagetitle .order-title .order-title__subject {
          width: 100%;
          display: block;
          margin-left: 0;
          margin-bottom: 10px; } }
    .order-pagetitle .order-title .order-title__product {
      margin-left: 10px;
      font-size: 20px;
      font-weight: bold; }
      .order-pagetitle .order-title .order-title__product b {
        display: inline-block; }
      @media screen and (max-width: 480px) {
        .order-pagetitle .order-title .order-title__product {
          font-size: 18px;
          margin-left: 0;
          display: block; }
          .order-pagetitle .order-title .order-title__product b {
            display: inline-block; } }
  .order-pagetitle .c-snsBox {
    margin-top: 10px; }
    @media screen and (max-width: 480px) {
      .order-pagetitle .c-snsBox {
        margin: 0 10px 10px; } }

.order-nav {
  display: none; }
  @media screen and (max-width: 480px) {
    .order-nav {
      display: block;
      margin-bottom: 10px; }
      .order-nav ul {
        display: flex; }
        .order-nav ul li {
          width: 33.3333%;
          text-align: center;
          overflow: hidden; }
          .order-nav ul li:hover, .order-nav ul liactive {
            opacity: 1; }
          .order-nav ul li:nth-child(1) {
            background: #3689de; }
          .order-nav ul li:nth-child(2) {
            background: #00479d; }
          .order-nav ul li:nth-child(3) {
            background: #00316c; }
          .order-nav ul li a {
            position: relative;
            display: block;
            font-weight: bold;
            font-size: 13px;
            padding: 1em 0 0.8em;
            color: #fff;
            text-decoration: none;
            letter-spacing: -.1em;
            line-height: 1.4; }
            .order-nav ul li a span {
              display: block;
              margin-bottom: 5px; }
            .order-nav ul li a img {
              width: 90px; }
            .order-nav ul li a.active {
              padding: 0.8em 0;
              line-height: 1;
              opacity: 1; }
              .order-nav ul li a.active:before {
                display: block;
                position: absolute;
                right: 0;
                bottom: -14px;
                left: 0;
                z-index: 2;
                content: '表示中';
                width: 100%;
                height: 17px;
                margin: auto;
                padding: 2px 0 0;
                background: #e73656;
                text-align: center; }
              .order-nav ul li a.active:after {
                display: block;
                position: absolute;
                right: 0;
                bottom: -3px;
                left: 0;
                z-index: 1;
                content: '';
                width: 0;
                height: 0;
                margin: auto;
                border: 10px solid transparent;
                border-bottom: 10px solid #e73656; }
            .order-nav ul li a:hover img {
              opacity: 1; }
      .order-nav.fixed {
        position: fixed;
        top: 0;
        z-index: 99;
        width: 100%; }
      .order-nav .btn__floating--child {
        position: fixed;
        left: 10px;
        bottom: 10px;
        z-index: 99;
        width: 94px; }
        .order-nav .btn__floating--child a.active::after {
          content: "";
          width: 80px;
          height: 27px;
          z-index: 100;
          position: absolute;
          top: -10px;
          left: 50%;
          transform: translateX(-50%);
          background-image: url(../images/order_btn_child_active.png);
          background-size: contain;
          background-repeat: no-repeat; } }

.order-main-visual .l-container {
  margin-bottom: 12px;
  padding: 10px 0 0; }
  @media screen and (max-width: 480px) {
    .order-main-visual .l-container {
      padding: 10px 0 0; } }
  .order-main-visual .l-container #photo_container {
    position: relative;
    top: 0; }
  .order-main-visual .l-container .main-images {
    float: left;
    width: 656px;
    margin-right: 30px;
    position: relative;
    top: 0; }
    @media screen and (max-width: 480px) {
      .order-main-visual .l-container .main-images {
        padding: 0 10px 10px;
        width: 100%;
        float: none; } }
    .order-main-visual .l-container .main-images #thumbnail {
      position: relative;
      overflow: hidden;
      width: 100%;
      top: 5px; }
      .order-main-visual .l-container .main-images #thumbnail li {
        height: 57px;
        overflow: hidden;
        float: left;
        margin: 0 1px 2px 0; }
        @media screen and (max-width: 480px) {
          .order-main-visual .l-container .main-images #thumbnail li {
            max-width: 43px !important;
            min-width: 43px !important;
            height: 40px; } }
        .order-main-visual .l-container .main-images #thumbnail li:hover {
          border: 2px solid #31a8b7;
          cursor: pointer; }
        .order-main-visual .l-container .main-images #thumbnail li img {
          width: 100%;
          opacity: 0.5;
          filter: alpha(opacity=50); }
        .order-main-visual .l-container .main-images #thumbnail li.current {
          border: 2px solid #31a8b7; }
          .order-main-visual .l-container .main-images #thumbnail li.current img {
            opacity: 1;
            filter: alpha(opacity=100); }
      .order-main-visual .l-container .main-images #thumbnail.thumbnail-pillow {
        z-index: 1;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        top: 15px; }
        @media screen and (max-width: 480px) {
          .order-main-visual .l-container .main-images #thumbnail.thumbnail-pillow {
            margin-bottom: 30px; } }
        .order-main-visual .l-container .main-images #thumbnail.thumbnail-pillow li {
          float: none !important;
          margin: 0 0 1px !important;
          width: 19.8% !important;
          max-width: 130px !important; }
          @media screen and (max-width: 480px) {
            .order-main-visual .l-container .main-images #thumbnail.thumbnail-pillow li {
              max-width: 100px !important;
              min-width: 1px !important; } }
      .order-main-visual .l-container .main-images #thumbnail.thumbnail-mattress {
        z-index: 1;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        top: 15px; }
        @media screen and (max-width: 480px) {
          .order-main-visual .l-container .main-images #thumbnail.thumbnail-mattress {
            margin-bottom: 30px; } }
        .order-main-visual .l-container .main-images #thumbnail.thumbnail-mattress li {
          float: none !important;
          margin: 0 2px 1px 0 !important;
          width: calc(10% - 2px) !important;
          max-width: 130px !important;
          min-width: 1px !important; }
          .order-main-visual .l-container .main-images #thumbnail.thumbnail-mattress li:nth-child(10n) {
            margin-right: 0 !important; }
          @media screen and (max-width: 480px) {
            .order-main-visual .l-container .main-images #thumbnail.thumbnail-mattress li {
              width: calc(20% - 2px) !important;
              max-width: 100px !important;
              min-width: 1px !important; } }
    .order-main-visual .l-container .main-images #main_photo {
      position: relative;
      max-height: 435px;
      top: 0;
      z-index: 2; }
      .order-main-visual .l-container .main-images #main_photo img {
        position: absolute;
        top: 0;
        width: 100%; }
  .order-main-visual .l-container .side-itemdetail {
    float: left;
    width: 310px; }
    @media screen and (max-width: 480px) {
      .order-main-visual .l-container .side-itemdetail {
        width: 100%;
        padding: 0 10px; } }
    .order-main-visual .l-container .side-itemdetail .pointbox {
      margin-bottom: 15px;
      border: 3px solid #00479d;
      border-radius: 5px; }
      .order-main-visual .l-container .side-itemdetail .pointbox__ttl {
        padding: 5px 10px 6px 45px;
        color: #fff;
        font-weight: bold; }
        .order-main-visual .l-container .side-itemdetail .pointbox__ttl span {
          color: #ffff00; }
        .order-main-visual .l-container .side-itemdetail .pointbox__ttl.icon_ornament {
          background: #00479d url(../images/order_icon_ornament.png) 5px center no-repeat; }
        .order-main-visual .l-container .side-itemdetail .pointbox__ttl.icon_truck {
          background: #00479d url(../images/order_icon_truck.png) 5px center no-repeat; }
      .order-main-visual .l-container .side-itemdetail .pointbox__txt {
        padding: 10px 10px;
        font-size: 15px; }
        @media screen and (max-width: 359px) {
          .order-main-visual .l-container .side-itemdetail .pointbox__txt {
            font-size: 13px; } }
        .order-main-visual .l-container .side-itemdetail .pointbox__txt span {
          color: #ba0000; }
    .order-main-visual .l-container .side-itemdetail .itemdetail-table {
      width: 100%;
      margin-top: 30px; }
      @media screen and (max-width: 480px) {
        .order-main-visual .l-container .side-itemdetail .itemdetail-table {
          margin-top: 10px; } }
      .order-main-visual .l-container .side-itemdetail .itemdetail-table th,
      .order-main-visual .l-container .side-itemdetail .itemdetail-table td {
        padding: 4px 10px; }
        @media screen and (max-width: 480px) {
          .order-main-visual .l-container .side-itemdetail .itemdetail-table th,
          .order-main-visual .l-container .side-itemdetail .itemdetail-table td {
            padding: 2px 10px; } }
      .order-main-visual .l-container .side-itemdetail .itemdetail-table th {
        background: #f4f4f4;
        border: 1px solid #f4f4f4;
        font-size: 13px; }
        @media screen and (max-width: 480px) {
          .order-main-visual .l-container .side-itemdetail .itemdetail-table th {
            font-size: 16px; } }
      .order-main-visual .l-container .side-itemdetail .itemdetail-table td {
        border: 1px solid #f4f4f4;
        font-size: 12px; }
        @media screen and (max-width: 480px) {
          .order-main-visual .l-container .side-itemdetail .itemdetail-table td {
            font-size: 16px; } }
    .order-main-visual .l-container .side-itemdetail .itemsize-table {
      width: 100%;
      margin-top: 5px;
      border: 1px solid #f4f4f4; }
      .order-main-visual .l-container .side-itemdetail .itemsize-table th,
      .order-main-visual .l-container .side-itemdetail .itemsize-table td {
        padding: 4px 10px; }
        @media screen and (max-width: 480px) {
          .order-main-visual .l-container .side-itemdetail .itemsize-table th,
          .order-main-visual .l-container .side-itemdetail .itemsize-table td {
            padding: 2px 10px; } }
      .order-main-visual .l-container .side-itemdetail .itemsize-table th {
        background: #f4f4f4;
        border: 1px solid #f4f4f4;
        border-right: 1px solid #fff;
        font-size: 13px; }
        .order-main-visual .l-container .side-itemdetail .itemsize-table th:last-child {
          border-right: 1px solid #f4f4f4; }
        @media screen and (max-width: 480px) {
          .order-main-visual .l-container .side-itemdetail .itemsize-table th {
            font-size: 16px; } }
      .order-main-visual .l-container .side-itemdetail .itemsize-table td {
        border: 1px solid #f4f4f4;
        font-size: 12px;
        font-weight: bold; }
        @media screen and (max-width: 480px) {
          .order-main-visual .l-container .side-itemdetail .itemsize-table td {
            font-size: 16px; } }

.order-privilege__title {
  margin: 0 0 10px;
  padding: 7px 13px;
  border: 1px solid #e73656;
  font-size: 15px;
  color: #e73656; }
  @media screen and (max-width: 480px) {
    .order-privilege__title {
      margin: 0 10px 10px;
      font-size: 18px;
      letter-spacing: 0;
      line-height: 1.4; }
      .order-privilege__title b {
        display: inline-block; } }
  .order-privilege__title span {
    font-weight: bold; }

.wrap__bnr--col2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 0; }
  .wrap__bnr--col2 .bnr__item {
    width: 485px; }
    @media screen and (max-width: 480px) {
      .wrap__bnr--col2 .bnr__item {
        width: 100%;
        max-width: 485px;
        margin: 0 auto; }
        .wrap__bnr--col2 .bnr__item:not(:last-child) {
          margin-bottom: 10px; } }

.order-choise {
  position: relative; }
  .order-choise .common-choise-list {
    margin-bottom: 10px;
    padding: 40px 0 0; }
    .order-choise .common-choise-list li {
      position: relative; }
      @media screen and (max-width: 480px) {
        .order-choise .common-choise-list li {
          margin: 0 auto; } }
  .order-choise .size {
    display: inline-block;
    width: 88px;
    height: 41px;
    line-height: 28px;
    font-size: 14px; }
    @media screen and (max-width: 480px) {
      .order-choise .size {
        padding: 5px 2px;
        width: 60px;
        font-size: 10px; } }
    @media screen and (min-width: 320px) {
      .order-choise .size {
        padding: 5px 0;
        width: 63px;
        font-size: 9px;
        letter-spacing: 0; } }
  .order-choise .freeshipping {
    display: inline-block;
    vertical-align: middle; }

.order-item-infobelow {
  line-height: 1;
  margin-top: 15px; }
  @media screen and (max-width: 480px) {
    .order-item-infobelow {
      margin: 10px 0 0; } }

.order-loan-payment__txt {
  float: left;
  margin-left: 19px;
  color: #323232;
  font-family: Oswald, sans-serif;
  font-size: 11px; }
  @media screen and (max-width: 480px) {
    .order-loan-payment__txt {
      line-height: 1.4;
      margin-left: 106px;
      margin: 0 !important; } }
  @media screen and (max-width: 413px) {
    .order-loan-payment__txt {
      margin-left: 83px; } }
  .order-loan-payment__txt span {
    font-weight: bold;
    font-size: 13px; }
    .order-loan-payment__txt span strong {
      font-size: 20px;
      letter-spacing: -1px; }
      @media screen and (max-width: 480px) {
        .order-loan-payment__txt span strong {
          font-size: 20px; } }
    .order-loan-payment__txt span b {
      font-size: 28px; }
      @media screen and (max-width: 480px) {
        .order-loan-payment__txt span b {
          font-size: 24px; } }

.item-data-heading {
  position: relative;
  height: 90px; }
  @media screen and (max-width: 480px) {
    .item-data-heading {
      height: initial; } }
  .item-data-heading .price-sold {
    display: table;
    margin: auto;
    line-height: 1.3; }

.common-choise-info {
  padding-bottom: 25px;
  border: 1px solid #ececec;
  border-radius: 0 0 10px 10px; }
  @media screen and (max-width: 480px) {
    .common-choise-info {
      border: 3px solid #ddd; }
      .common-choise-info dt {
        width: 100px;
        float: left;
        clear: left;
        margin-right: 10px; } }
    @media screen and (max-width: 480px) and (max-width: 480px) {
      .common-choise-info dt {
        position: initial; } }
  @media screen and (max-width: 480px) {
      .common-choise-info .btn-order {
        padding: 15px; } }

.common-choise-table {
  margin: 16px auto 20px; }
  .common-choise-table tr {
    font-size: 12px;
    border-bottom: 0; }
    .common-choise-table tr:first-child {
      border-bottom: 1px solid #eee; }

.order-choice-form {
  position: relative; }
  .order-choice-form--row.form-group {
    width: 47%;
    vertical-align: top; }
    @media screen and (max-width: 480px) {
      .order-choice-form--row.form-group {
        width: 100%; } }
    .order-choice-form--row.form-group.pos-side {
      margin-left: 4%; }
      @media screen and (max-width: 480px) {
        .order-choice-form--row.form-group.pos-side {
          margin-left: 0; } }
  .order-choice-form select {
    margin-bottom: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 30px 10px 10px;
    border: 1px #e5e5e5 solid;
    background: url(../images/order_icon_select.png) right -1px center no-repeat;
    font-weight: bold;
    font-size: 15px;
    background-size: 25px; }
    @media screen and (max-width: 480px) {
      .order-choice-form select {
        margin-bottom: 0; } }
  .order-choice-form .order-choice-color {
    width: 100%; }
  .order-choice-form .order-choice-num {
    width: 100%;
    margin-bottom: 40px; }
  .order-choice-form .has-error .help-block {
    width: 220px;
    font-size: 12px; }
    @media screen and (max-width: 480px) {
      .order-choice-form .has-error .help-block {
        width: 100%;
        font-size: 16px; } }

.alertBox {
  height: 54px; }
  .alertBox .alert {
    display: block;
    width: 98%;
    padding: 10px 6px;
    margin: auto;
    text-align: center;
    font-size: 18px; }
    @media screen and (max-width: 480px) {
      .alertBox .alert {
        width: 94%; } }
    .alertBox .alert .cart:before {
      content: "\f07a";
      font-family: FontAwesome;
      margin-right: 10px; }
  .alertBox .alert_cartin {
    color: #fb8b1e; }
  .alertBox .alert_cartout {
    color: #d9534f; }

.title-leftline {
  border-left: 7px solid #1959a7;
  padding: 3px 15px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold; }
  .title-leftline.title-m-form {
    font-size: 16px; }
  @media screen and (max-width: 480px) {
    .title-leftline {
      font-size: 16px;
      line-height: 1.3; } }
  .title-leftline .title-aten {
    margin-left: 10px;
    color: #ff0000;
    font-size: 12px; }
    @media screen and (max-width: 480px) {
      .title-leftline .title-aten {
        display: block; } }

.box--orderMattress {
  background: #f7f7f7;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 40px; }
  @media screen and (max-width: 480px) {
    .box--orderMattress {
      padding: 0;
      background: #fff; } }

.box-header--orderMattress {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px; }
  .box-header--orderMattress figure {
    max-width: 240px; }
    @media screen and (max-width: 480px) {
      .box-header--orderMattress figure {
        width: 100%;
        display: block;
        max-width: 400px;
        margin: 0 auto 20px; } }
    .box-header--orderMattress figure img {
      width: 100%; }

.box-header__text--orderMattress {
  max-width: calc(100% - 240px);
  padding-left: 40px; }
  @media screen and (max-width: 480px) {
    .box-header__text--orderMattress {
      width: 100%;
      max-width: 100%;
      padding: 0;
      display: block; } }
  .box-header__text--orderMattress .above-title {
    font-size: 15px; }
    @media screen and (max-width: 480px) {
      .box-header__text--orderMattress .above-title {
        font-size: 14px; } }
    .box-header__text--orderMattress .above-title span {
      display: inline-block; }
  .box-header__text--orderMattress h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 15px -15px; }
    @media screen and (max-width: 480px) {
      .box-header__text--orderMattress h3 {
        font-size: 18px;
        margin: 0 0 10px; } }
    .box-header__text--orderMattress h3 span {
      font-size: 18px;
      display: block;
      margin: 0 0 0 15px; }
      @media screen and (max-width: 480px) {
        .box-header__text--orderMattress h3 span {
          font-size: 14px;
          margin: 0; } }
  .box-header__text--orderMattress .list--caution {
    font-size: 14px;
    line-height: 1.2; }
    @media screen and (max-width: 480px) {
      .box-header__text--orderMattress .list--caution {
        font-size: 12px; } }
    .box-header__text--orderMattress .list--caution .list-item--caution {
      margin: 0 0 5px calc(1em + 5px);
      color: #e60012; }
      .box-header__text--orderMattress .list--caution .list-item--caution:first-child {
        color: #1959a7; }
      .box-header__text--orderMattress .list--caution .list-item--caution::before {
        content: '※';
        display: inline-block;
        margin: 0 5px 0 calc(-1em - 5px); }

@media screen and (max-width: 480px) {
  .box-body--orderMattress {
    background: #fff;
    border: 2px solid #1959a7;
    border-radius: 10px;
    padding: 10px 10px 20px; } }
.box-body--orderMattress .list--mattress {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .box-body--orderMattress .list--mattress .list-item--mattress {
    width: 30%;
    background: #fff;
    border: 3px solid #1959a7;
    border-radius: 10px;
    padding: 0 20px 20px; }
    @media screen and (max-width: 480px) {
      .box-body--orderMattress .list--mattress .list-item--mattress {
        width: 100%;
        margin-bottom: 20px;
        border: 0;
        padding: 0; } }
    .box-body--orderMattress .list--mattress .list-item--mattress h4 {
      text-align: center;
      font-size: 24px;
      padding: 10px 10px 7px;
      margin: 0 -20px 20px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      background: #1959a7;
      font-weight: bold;
      color: #fff;
      line-height: 1; }
      @media screen and (max-width: 480px) {
        .box-body--orderMattress .list--mattress .list-item--mattress h4 {
          margin: 0 0 10px;
          border-radius: 0; } }
      .box-body--orderMattress .list--mattress .list-item--mattress h4 span {
        display: block;
        margin: 5px auto 0;
        font-size: 16px;
        font-weight: normal; }
    .box-body--orderMattress .list--mattress .list-item--mattress .c-productPrice span {
      font-weight: bold; }
    .box-body--orderMattress .list--mattress .list-item--mattress .c-productSet-data__item.c-productSize {
      display: none; }
      @media screen and (max-width: 480px) {
        .box-body--orderMattress .list--mattress .list-item--mattress .c-productSet-data__item.c-productSize {
          display: none; }
          .box-body--orderMattress .list--mattress .list-item--mattress .c-productSet-data__item.c-productSize .txt-small {
            display: none; } }

.container--orderMattressSize {
  display: none; }
  @media screen and (max-width: 480px) {
    .container--orderMattressSize {
      display: block; } }

.form--mattress {
  display: none; }
  @media screen and (max-width: 480px) {
    .form--mattress {
      display: block; } }

.table--orderMattress {
  width: 100%;
  border: 2px solid #ddd; }
  @media screen and (max-width: 480px) {
    .table--orderMattress {
      border: 0; } }
  @media screen and (max-width: 480px) {
    .table--orderMattress thead {
      display: none; } }
  @media screen and (max-width: 480px) {
    .table--orderMattress tr {
      display: block; } }
  .table--orderMattress th, .table--orderMattress td {
    border: 1px solid #ddd;
    padding: .4em; }
    @media screen and (max-width: 480px) {
      .table--orderMattress th, .table--orderMattress td {
        display: block;
        border-top: 0; } }
  .table--orderMattress th {
    background: #f7f7f7;
    text-align: center;
    font-weight: bold; }
  .table--orderMattress td {
    text-align: right; }
    .table--orderMattress td:first-child {
      font-weight: bold; }
    @media screen and (max-width: 480px) {
      .table--orderMattress td {
        text-align: left; }
        .table--orderMattress td:first-child {
          text-align: center;
          background: #ddd;
          margin-top: 20px; }
        .table--orderMattress td::before {
          content: attr(data-target); }
        .table--orderMattress td span {
          float: right; } }

/* ============
* section-cart
============== */
.section-cart {
  margin-top: 10px; }
  @media screen and (max-width: 480px) {
    .section-cart {
      padding: 0;
      margin-bottom: 10px; } }
  .section-cart__content {
    padding: 0;
    background: #f6f6f6; }
    @media screen and (max-width: 480px) {
      .section-cart__content {
        padding: 0; } }
  .section-cart__box {
    display: table; }
  .section-cart .cart-wrap {
    display: table;
    width: 100%; }
  .section-cart .cart-itemlist {
    display: table-cell;
    width: 80%;
    border-right: 10px solid #f6f6f6;
    box-sizing: border-box; }
    @media screen and (max-width: 480px) {
      .section-cart .cart-itemlist {
        float: none;
        display: block;
        width: 100%;
        border: none; } }
    .section-cart .cart-itemlist > li:first-child {
      margin: 10px 0px; }
  .section-cart .cart-item {
    overflow: hidden;
    position: relative;
    margin: -10px 0 10px;
    padding: 10px;
    border-bottom: 10px solid #f6f6f6;
    box-sizing: border-box;
    vertical-align: middle;
    background: #FFF; }
    @media screen and (min-width: 769px) {
      .section-cart .cart-item:last-child {
        border-bottom: none; } }
    @media screen and (max-width: 480px) {
      .section-cart .cart-item:last-child {
        border-bottom: none; } }
    .section-cart .cart-item .cart-itemimg {
      overflow: hidden;
      float: left;
      width: 200px; }
      @media screen and (max-width: 480px) {
        .section-cart .cart-item .cart-itemimg {
          width: 30%; } }
      .section-cart .cart-item .cart-itemimg img {
        width: 100%; }
        @media screen and (max-width: 480px) {
          .section-cart .cart-item .cart-itemimg img {
            width: initial;
            height: 90px;
            max-width: none;
            position: relative; } }
    .section-cart .cart-item .cart-itemtxt {
      float: left;
      width: 70%;
      line-height: 1.4;
      box-sizing: border-box;
      padding-left: 20px; }
      @media screen and (max-width: 480px) {
        .section-cart .cart-item .cart-itemtxt {
          padding-left: 10px; } }
      .section-cart .cart-item .cart-itemtxt .item-intro {
        font-size: 14px; }
        @media screen and (max-width: 480px) {
          .section-cart .cart-item .cart-itemtxt .item-intro {
            width: 70%;
            font-size: 10px; } }
      .section-cart .cart-item .cart-itemtxt h4 {
        margin: 5px 0 10px;
        font-weight: bold;
        font-size: 22px; }
        @media screen and (max-width: 480px) {
          .section-cart .cart-item .cart-itemtxt h4 {
            font-size: 18px; } }
        @media screen and (max-width: 359px) {
          .section-cart .cart-item .cart-itemtxt h4 {
            font-size: 16px; } }
      .section-cart .cart-item .cart-itemtxt .item-tag {
        margin-top: 13px;
        font-weight: bold;
        font-size: 18px;
        line-height: 1.2; }
        @media screen and (max-width: 480px) {
          .section-cart .cart-item .cart-itemtxt .item-tag {
            margin-bottom: 45px;
            font-size: 15px; } }
        @media screen and (max-width: 359px) {
          .section-cart .cart-item .cart-itemtxt .item-tag {
            font-size: 12px; } }
        .section-cart .cart-item .cart-itemtxt .item-tag li {
          margin-bottom: 5px; }
      .section-cart .cart-item .cart-itemtxt .cart-itemfee {
        position: absolute;
        right: 10px;
        bottom: 10px;
        font-family: Oswald,sans-serif;
        font-size: 14px;
        font-weight: bold; }
        .section-cart .cart-item .cart-itemtxt .cart-itemfee span {
          font-size: 25px;
          color: #ff0000; }
        .section-cart .cart-item .cart-itemtxt .cart-itemfee small {
          font-weight: normal;
          font-size: 14px; }
          .section-cart .cart-item .cart-itemtxt .cart-itemfee small b {
            font-weight: bold; }
    .section-cart .cart-item .cart-label {
      margin-right: 10px;
      padding: 3px 8px;
      background: #ccc;
      border-radius: 4px;
      color: #FFF;
      font-size: 13px; }
      @media screen and (max-width: 480px) {
        .section-cart .cart-item .cart-label {
          font-size: 11px; } }
      .section-cart .cart-item .cart-label--warm {
        background: #3689de; }
      .section-cart .cart-item .cart-label--normal {
        background: #00479d; }
      .section-cart .cart-item .cart-label--cold {
        background: #00316c; }
    @media screen and (max-width: 480px) {
      .section-cart .cart-item .cart-txt-set {
        font-size: 10px; } }
    @media screen and (max-width: 480px) {
      .section-cart .cart-item .cart-txt-set--separately {
        display: block;
        height: 70px; } }
    @media screen and (max-width: 480px) {
      .section-cart .cart-item .cart-txt-set--separately .txt-separately {
        display: block;
        margin-bottom: -10px; } }
  .section-cart .cart-item--pillow .cart-itemtxt h4 {
    margin: 10px 0 15px; }
  .section-cart .cart-item--pillow .cart-itemtxt .item-tag {
    margin-top: 0; }
    .section-cart .cart-item--pillow .cart-itemtxt .item-tag li small {
      font-size: 11px;
      font-weight: normal; }
      @media screen and (max-width: 480px) {
        .section-cart .cart-item--pillow .cart-itemtxt .item-tag li small {
          display: block;
          font-size: 10px; } }
    .section-cart .cart-item--pillow .cart-itemtxt .item-tag li:last-child {
      position: absolute;
      bottom: 10px; }
      @media screen and (max-width: 480px) {
        .section-cart .cart-item--pillow .cart-itemtxt .item-tag li:last-child {
          position: relative;
          bottom: auto; } }
  .section-cart .cart-totalBox {
    position: relative;
    display: table-cell;
    width: 22%;
    padding: 10px;
    background: #FFF;
    border-top: 10px solid #f6f6f6;
    border-bottom: 10px solid #f6f6f6;
    box-sizing: border-box;
    vertical-align: top; }
    @media screen and (max-width: 480px) {
      .section-cart .cart-totalBox {
        display: block;
        float: none;
        width: 100%;
        min-height: 100px; } }
    .section-cart .cart-totalBox__content {
      font-family: Oswald,sans-serif;
      min-height: 240px; }
    .section-cart .cart-totalBox p {
      width: 100%;
      font-size: 14px;
      vertical-align: bottom; }
      .section-cart .cart-totalBox p span {
        font-family: Oswald,sans-serif;
        float: right; }
    .section-cart .cart-totalBox p.pillowTitle {
      display: inline-block;
      background-color: #00479d;
      color: white;
      font-weight: bold;
      padding-left: 5px; }
    .section-cart .cart-totalBox p.mattressTitle {
      display: inline-block;
      background-color: #00479d;
      color: white;
      font-weight: bold;
      padding-left: 5px; }
    .section-cart .cart-totalBox p.pillowSub {
      padding: 0px 10px 10px 10px; }
    .section-cart .cart-totalBox p.mattressSub {
      padding: 0px 10px 10px 10px; }
    .section-cart .cart-totalBox .totalNum {
      display: flex;
      align-items: center;
      width: 90%;
      position: absolute;
      right: 0;
      bottom: 0;
      left: 10px;
      padding-bottom: 10px;
      margin-top: 10px;
      font-weight: bold;
      vertical-align: middle; }
      @media screen and (max-width: 480px) {
        .section-cart .cart-totalBox .totalNum {
          position: initial;
          right: 0;
          bottom: 0;
          left: 10px;
          width: 100%;
          left: 0;
          margin: 20px auto 0; } }
      .section-cart .cart-totalBox .totalNum em {
        font-style: normal;
        line-height: 1.1; }
      .section-cart .cart-totalBox .totalNum span {
        position: relative;
        margin-left: auto; }
      .section-cart .cart-totalBox .totalNum strong {
        margin-bottom: 10px;
        font-family: Oswald,sans-serif;
        font-size: 30px;
        color: #ff0000;
        line-height: 1; }
      .section-cart .cart-totalBox .totalNum small {
        font-weight: normal;
        font-size: 14px; }
        .section-cart .cart-totalBox .totalNum small b {
          font-weight: bold; }
      .section-cart .cart-totalBox .totalNum i:not(.totalSub__number) {
        display: block;
        font-style: normal;
        font-size: .5em;
        font-weight: normal;
        letter-spacing: -.05em; }
  .section-cart .cart-line-through {
    color: #FF0000;
    /*text-decoration:line-through;*/ }
  .section-cart .btn_delete {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    padding: 3px 7px;
    border: 1px solid red;
    background: #eb0000;
    border-radius: 6px;
    font-size: 12px;
    text-decoration: none;
    color: #FFF; }
    @media screen and (max-width: 480px) {
      .section-cart .btn_delete {
        top: 5px;
        right: 5px;
        font-size: 11px; } }
    .section-cart .btn_delete:before {
      content: "\f014";
      font-family: FontAwesome;
      margin-right: 10px; }
    .section-cart .btn_delete:hover {
      opacity: 0.7; }

.order-flow {
  overflow: hidden;
  display: block;
  margin: 0 20px 30px; }
  @media screen and (max-width: 480px) {
    .order-flow {
      margin: 0 5px 20px; } }
  .order-flow__wrap {
    margin: 20px auto 0; }
    @media screen and (max-width: 480px) {
      .order-flow__wrap {
        margin: 2% auto 0; } }
  .order-flow li {
    position: relative;
    display: inline-block;
    float: left;
    width: 33.3%;
    padding: 10px 0;
    background: #ccc;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .order-flow li {
        letter-spacing: 0px;
        font-size: 12px; } }
    .order-flow li:after {
      content: ' ';
      height: 0;
      position: absolute;
      width: 0;
      border: 24px solid transparent;
      border-left-color: #ccc;
      left: 100%;
      top: 0px;
      z-index: 10; }
      @media screen and (max-width: 480px) {
        .order-flow li:after {
          border: 9px solid transparent;
          border-top: 23px solid transparent;
          border-bottom: 23px solid transparent; } }
    .order-flow li:nth-child(2) {
      background: #bfbfbf; }
      .order-flow li:nth-child(2):after {
        border-left-color: #bfbfbf; }
    .order-flow li:last-child:after {
      content: none; }
  @media screen and (max-width: 480px) {
    .order-flow--creditCard {
      margin: 0 5px 0; } }
  @media screen and (max-width: 480px) {
    .order-flow--creditCard > li {
      margin-bottom: 3vw;
      line-height: 2.3; } }
  .order-flow--creditCard > li:first-child {
    width: 16%; }
    @media screen and (max-width: 480px) {
      .order-flow--creditCard > li:first-child {
        width: 28%; } }
  .order-flow--creditCard > li:nth-child(2) {
    width: 16%; }
    @media screen and (max-width: 480px) {
      .order-flow--creditCard > li:nth-child(2) {
        width: 28%; } }
  .order-flow--creditCard > li:nth-child(3) {
    width: 24%;
    background: #b3b3b3; }
    @media screen and (max-width: 480px) {
      .order-flow--creditCard > li:nth-child(3) {
        width: 44%; } }
    .order-flow--creditCard > li:nth-child(3):after {
      border-left-color: #b3b3b3; }
  .order-flow--creditCard > li:nth-child(4) {
    width: 28%;
    background: #a8a8a8; }
    @media screen and (max-width: 480px) {
      .order-flow--creditCard > li:nth-child(4) {
        width: 50%;
        margin-bottom: 0; } }
    .order-flow--creditCard > li:nth-child(4):after {
      border-left-color: #a8a8a8; }
  .order-flow--creditCard > li:last-child {
    width: 15%;
    background: #9e9e9e; }
    @media screen and (max-width: 480px) {
      .order-flow--creditCard > li:last-child {
        width: 33.3%;
        margin-bottom: 0; } }
    .order-flow--creditCard > li:last-child:after {
      border-left-color: #9e9e9e; }
  .order-flow .active {
    background: #00479d !important;
    color: #fff !important; }
    .order-flow .active:after {
      content: '';
      height: 0;
      position: absolute;
      width: 0;
      border: 24px solid transparent !important;
      border-left-color: #00479d;
      left: 100%;
      top: 0px; }
      @media screen and (max-width: 480px) {
        .order-flow .active:after {
          border-width: 21px; } }

/* ============
* remaining-box
============== */
.remaining-box {
  position: fixed;
  top: 50%;
  display: inline-block;
  width: 200px;
  padding: 10px 20px 20px;
  background: #00479d;
  border-radius: 10px;
  text-align: left;
  color: #fff;
  line-height: 1.4;
  font-weight: bold;
  z-index: 10; }
  @media screen and (max-width: 480px) {
    .remaining-box {
      top: initial;
      width: initial;
      right: 20px;
      bottom: 20px;
      padding: 0 10px 5px; } }
  .remaining-box .remaining-txt {
    margin-bottom: 5px;
    padding-left: 35px;
    text-indent: -30px;
    font-size: 12px; }
    @media screen and (max-width: 480px) {
      .remaining-box .remaining-txt {
        padding-left: 25px;
        text-indent: -25px;
        font-size: 11px; } }
    .remaining-box .remaining-txt:before {
      position: relative;
      top: 1em;
      display: inline-block;
      content: "";
      width: 1.8em;
      height: 1.8em;
      margin-right: 10px;
      background: #f9dfe7;
      border-radius: 3px; }
  .remaining-box .required-number {
    display: inline-block;
    font-size: 30px;
    color: #f7dd00; }
    @media screen and (max-width: 480px) {
      .remaining-box .required-number {
        font-size: 19px; } }

/* ============
* section-orderdetail
============== */
.section-orderdetail {
  overflow: hidden;
  padding: 30px 0; }
  @media screen and (max-width: 480px) {
    .section-orderdetail {
      padding: 20px 0;
      padding-top: 5em;
      margin-top: -5em; } }
  .section-orderdetail .title-leftline {
    text-align: left; }
  .section-orderdetail .order-credit-img {
    position: relative;
    top: 0;
    width: 32%;
    margin-top: 5px; }
    @media screen and (max-width: 480px) {
      .section-orderdetail .order-credit-img {
        width: 75%; } }
  .section-orderdetail .table-aten {
    margin-bottom: 10px;
    text-align: left;
    font-size: 12px; }
  .section-orderdetail table {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    border: 1px solid #f0f0f0; }
    @media screen and (max-width: 480px) {
      .section-orderdetail table {
        width: 96%;
        margin: auto; } }
    @media screen and (max-width: 480px) {
      .section-orderdetail table br {
        display: none; } }
    @media screen and (max-width: 480px) {
      .section-orderdetail table {
        font-size: 13px; } }
    .section-orderdetail table tr {
      border-bottom: 1px #f0f0f0 solid; }
      .section-orderdetail table tr:first-child td {
        border-top: 1px solid #f0f0f0; }
      .section-orderdetail table tr:last-child {
        border: none; }
        .section-orderdetail table tr:last-child th,
        .section-orderdetail table tr:last-child td {
          border-bottom: 1px solid #f0f0f0; }
      .section-orderdetail table tr th {
        width: 220px;
        padding: 10px 15px;
        background: #f9f9f9;
        border-top: 1px solid #f0f0f0;
        line-height: 1; }
        @media screen and (max-width: 480px) {
          .section-orderdetail table tr th {
            display: block;
            width: 100%;
            font-size: 18px; } }
        .section-orderdetail table tr th .em-hw {
          display: inline-block;
          margin-left: 5px;
          font-size: 11px; }
      .section-orderdetail table tr td {
        padding: 10px;
        background: #fff; }
        @media screen and (max-width: 480px) {
          .section-orderdetail table tr td {
            display: block;
            width: 100%; } }
        .section-orderdetail table tr td input,
        .section-orderdetail table tr td select {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          padding: 10px;
          border: 1px #e5e5e5 solid;
          font-size: 18px; }
          @media screen and (max-width: 480px) {
            .section-orderdetail table tr td input,
            .section-orderdetail table tr td select {
              font-size: 16px; } }
          .section-orderdetail table tr td input.inputsizeL,
          .section-orderdetail table tr td select.inputsizeL {
            width: 60%;
            margin-right: 10px; }
            @media screen and (max-width: 480px) {
              .section-orderdetail table tr td input.inputsizeL,
              .section-orderdetail table tr td select.inputsizeL {
                width: 100%; } }
          .section-orderdetail table tr td input.inputsizeM,
          .section-orderdetail table tr td select.inputsizeM {
            width: 45%;
            margin-right: 10px; }
            @media screen and (max-width: 480px) {
              .section-orderdetail table tr td input.inputsizeM,
              .section-orderdetail table tr td select.inputsizeM {
                width: 90%;
                margin-right: 0px; } }
          .section-orderdetail table tr td input.inputsizeS,
          .section-orderdetail table tr td select.inputsizeS {
            width: 30%;
            margin-right: 10px; }
            @media screen and (max-width: 480px) {
              .section-orderdetail table tr td input.inputsizeS,
              .section-orderdetail table tr td select.inputsizeS {
                width: 45%;
                margin-right: 0px; } }
          .section-orderdetail table tr td input.inputsizeXS,
          .section-orderdetail table tr td select.inputsizeXS {
            width: 15%;
            margin-right: 10px; }
            @media screen and (max-width: 480px) {
              .section-orderdetail table tr td input.inputsizeXS,
              .section-orderdetail table tr td select.inputsizeXS {
                width: 25%;
                margin-right: 0px; } }
        .section-orderdetail table tr td select {
          padding: 7px 30px 5px 10px;
          border: 1px #e5e5e5 solid;
          background: url(../images/order_icon_select.png) right -1px center no-repeat;
          background-size: 22px; }
        .section-orderdetail table tr td option {
          padding: 10px !important; }
        @media screen and (max-width: 480px) {
          .section-orderdetail table tr td .zipsearch {
            display: block;
            margin-top: 10px; } }
        .section-orderdetail table tr td small {
          padding: 3px 0 0;
          font-size: 10px; }
          @media screen and (max-width: 480px) {
            .section-orderdetail table tr td small {
              font-size: 16px; } }
  .section-orderdetail .form-table-1 {
    width: 100%; }
    @media screen and (max-width: 480px) {
      .section-orderdetail .form-table-1 select.inputsizeS {
        width: 33%; } }
  .section-orderdetail .icon-required {
    display: inline-block;
    float: right;
    margin-top: 5px;
    padding: 3px 10px;
    border-radius: 5px;
    background: #d9534f;
    color: #fff;
    font-size: 11px; }
  .section-orderdetail .icon-any {
    display: inline-block;
    float: right;
    margin-top: 5px;
    padding: 3px 10px;
    border-radius: 5px;
    background: #bababa;
    color: #fff;
    font-size: 11px; }
  .section-orderdetail .btn_postalcode {
    display: none;
    height: 30px;
    width: 100px;
    background: "../images/order/btn_postalcode.png"; }
  .section-orderdetail .radio {
    margin: 0 20px 0 0;
    padding: 5px 10px 5px 36px;
    background: none;
    font-size: 14px; }
    .section-orderdetail .radio:after {
      border-radius: 14px; }
    .section-orderdetail .radio:before {
      left: 18px;
      margin-top: -7px;
      width: 10px;
      height: 10px; }
  .section-orderdetail .checkbox {
    background: none;
    padding: 5px 10px 5px 5px; }
  .section-orderdetail .privacybox_txt {
    margin-bottom: 20px;
    font-size: 12px; }
  .section-orderdetail .privacybox {
    overflow-y: scroll;
    width: 100%;
    height: 110px;
    padding: 15px;
    background: #f9f9f9;
    border-right: 3px #717171 solid; }
    @media screen and (max-width: 480px) {
      .section-orderdetail .privacybox {
        width: 80%; } }
    .section-orderdetail .privacybox h5 {
      font-weight: bold; }
    .section-orderdetail .privacybox h6 {
      margin-top: 20px; }
    .section-orderdetail .privacybox p {
      font-size: 12px; }
  .section-orderdetail .required_box {
    display: inline-block;
    padding: 15px 20px 10px;
    margin-top: 20px;
    background: #fef2f2; }
    .section-orderdetail .required_box p {
      margin-bottom: 0px; }
    .section-orderdetail .required_box .checkbox {
      display: inline-block;
      padding: 5px 12px 5px 28px;
      vertical-align: top; }
      .section-orderdetail .required_box .checkbox:before {
        left: 11px; }
      .section-orderdetail .required_box .checkbox:after {
        left: 5px; }
  .section-orderdetail .btn-order {
    width: 100%;
    padding: 20px 40px;
    margin-bottom: 50px; }
    @media screen and (max-width: 480px) {
      .section-orderdetail .btn-order {
        margin: 0 auto 24px; } }
  .section-orderdetail .btn-grayRound {
    display: inline-block;
    float: right;
    width: 100%;
    padding: 20px 150px 20px 130px; }
    .section-orderdetail .btn-grayRound--small {
      padding: 20px 0; }
    @media screen and (max-width: 480px) {
      .section-orderdetail .btn-grayRound {
        margin-bottom: 30px; } }
  @media screen and (max-width: 480px) {
    .section-orderdetail .btn {
      display: block;
      width: 90%;
      padding: 15px;
      float: none;
      font-size: 17px; } }
  @media screen and (max-width: 359px) {
    .section-orderdetail .btn {
      font-size: 14.5px; } }

/* ============
* orderAcst
============== */
.orderAcst {
  width: 840px;
  padding: 20px;
  font-size: 12px; }
  @media screen and (max-width: 480px) {
    .orderAcst {
      width: 90%;
      margin: auto;
      padding: 5px;
      z-index: 2; } }
  .orderAcst .privacybox {
    border: 1px solid #f0f0f0;
    padding: 30px; }
    @media screen and (max-width: 480px) {
      .orderAcst .privacybox {
        padding: 10px; } }
  .orderAcst li {
    padding-left: 1em;
    text-indent: -1em; }
  .orderAcst h3 {
    margin-top: 20px;
    font-weight: bold;
    font-size: 15px; }

/* ============
* section-confirm
============== */
.section-orderorder-choice-form.section-confirm {
  padding: 20px 0; }
  .section-orderorder-choice-form.section-confirm .confirm-txt {
    margin: 0 0 20px;
    color: #323232;
    font-size: 20px; }
  .section-orderorder-choice-form.section-confirm .btn-back {
    width: auto;
    padding: 0 50px;
    margin: 0 10px 0 0;
    margin-bottom: 50px; }

/* ============
* section-confirm
============== */
.section-orderdetail.section-confirm table th {
  width: 220px !important; }
  @media screen and (max-width: 480px) {
    .section-orderdetail.section-confirm table th {
      width: 100% !important; } }
.section-orderdetail.section-confirm table td {
  font-size: 18px; }

/* ============
* section-thanks
============== */
@media screen and (max-width: 480px) {
  .section-orderdetail.section-thanks {
    padding: 80px 0 0; } }
.section-orderdetail.section-thanks .txt-head {
  margin: 0 0 40px;
  padding: 10px;
  font-size: 20px; }
.section-orderdetail.section-thanks .btn-back {
  width: auto;
  padding: 0 50px;
  margin: 0 10px 0 0;
  margin-bottom: 50px; }
.section-orderdetail.section-thanks .btn-grayRound {
  font-size: 15px;
  padding: 10px; }
.section-orderdetail.section-thanks .alert.alert-danger {
  margin-bottom: 20px; }
  @media screen and (max-width: 480px) {
    .section-orderdetail.section-thanks .alert.alert-danger {
      font-size: 11px;
      margin-bottom: 0; } }

@media screen and (max-width: 480px) {
  .section-orderdetail.section-thanks.margin-off {
    margin-top: 0;
    padding: 0; } }

.orderComplete {
  margin-bottom: 30px; }
  .orderComplete .alert {
    float: left;
    width: 710px;
    padding: 20px; }
    @media screen and (max-width: 480px) {
      .orderComplete .alert {
        float: none;
        width: 100%;
        padding: 10px; } }
    @media screen and (max-width: 480px) {
      .orderComplete .alert > .u-fs16.u-text--red {
        font-size: 14px;
        line-height: 1.4; } }
  .orderComplete .l-container--upsell {
    margin-top: 100px; }
    @media screen and (max-width: 480px) {
      .orderComplete .l-container--upsell {
        margin-top: 35vw; } }
    .orderComplete .l-container--upsell .order-pillow-main {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      width: 100%;
      float: none;
      padding: 20px;
      margin-bottom: 10px; }
      @media screen and (max-width: 480px) {
        .orderComplete .l-container--upsell .order-pillow-main {
          padding: 10px; } }
      .orderComplete .l-container--upsell .order-pillow-main .order-pillow-main__logo {
        width: 100%;
        margin-top: 0; }
        .orderComplete .l-container--upsell .order-pillow-main .order-pillow-main__logo img {
          margin-top: -100px; }
          @media screen and (max-width: 480px) {
            .orderComplete .l-container--upsell .order-pillow-main .order-pillow-main__logo img {
              margin-top: -14vw; } }
      .orderComplete .l-container--upsell .order-pillow-main .order-pillow-main__ability_title {
        width: 100%; }
      .orderComplete .l-container--upsell .order-pillow-main .order-pillow-main__ability_item {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        padding: 20px 10px; }
        @media screen and (max-width: 480px) {
          .orderComplete .l-container--upsell .order-pillow-main .order-pillow-main__ability_item {
            justify-content: center; } }
        .orderComplete .l-container--upsell .order-pillow-main .order-pillow-main__ability_item img {
          width: calc((100% / 9) - 5px); }
          @media screen and (max-width: 480px) {
            .orderComplete .l-container--upsell .order-pillow-main .order-pillow-main__ability_item img {
              width: calc((100% / 5) - 5px);
              margin: 0 2px; } }
      .orderComplete .l-container--upsell .order-pillow-main .order-pillow-main-img {
        width: 40%;
        float: none;
        padding: 0; }
        @media screen and (max-width: 480px) {
          .orderComplete .l-container--upsell .order-pillow-main .order-pillow-main-img {
            width: 100%; } }
      .orderComplete .l-container--upsell .order-pillow-main .order-pillow-main-desc {
        width: 55%;
        float: none;
        padding: 0; }
        @media screen and (max-width: 480px) {
          .orderComplete .l-container--upsell .order-pillow-main .order-pillow-main-desc {
            width: 100%; } }
        .orderComplete .l-container--upsell .order-pillow-main .order-pillow-main-desc .title {
          line-height: 1.4;
          margin-bottom: 10px; }
        .orderComplete .l-container--upsell .order-pillow-main .order-pillow-main-desc .text {
          color: #333;
          font-size: 14px;
          line-height: 1.4;
          font-weight: normal; }
      .orderComplete .l-container--upsell .order-pillow-main .order-pillow-main-desc-price-off {
        width: 100%; }
        .orderComplete .l-container--upsell .order-pillow-main .order-pillow-main-desc-price-off .title {
          font-size: 18px;
          color: #00479d;
          padding: 0; }
        .orderComplete .l-container--upsell .order-pillow-main .order-pillow-main-desc-price-off .subtitle {
          font-size: 14px;
          color: #00479d;
          font-weight: normal;
          padding: 0; }
        .orderComplete .l-container--upsell .order-pillow-main .order-pillow-main-desc-price-off .catch {
          display: block;
          color: #333;
          font-size: 14px;
          line-height: 1.4;
          padding: 0;
          margin-bottom: 8px; }
        .orderComplete .l-container--upsell .order-pillow-main .order-pillow-main-desc-price-off .detail {
          display: block;
          color: #333;
          font-size: 14px;
          font-weight: normal;
          line-height: 1.4;
          padding: 0; }
      .orderComplete .l-container--upsell .order-pillow-main .order-pillow-main-jump_button {
        padding: 20px 20px 0 20px; }
        @media screen and (max-width: 480px) {
          .orderComplete .l-container--upsell .order-pillow-main .order-pillow-main-jump_button {
            padding: 10px 0 0 0; } }
        @media screen and (max-width: 480px) {
          .orderComplete .l-container--upsell .order-pillow-main .order-pillow-main-jump_button .pillow-btn {
            width: 100%; } }
    .orderComplete .l-container--upsell .order-pillow-form {
      width: 100%;
      float: none;
      padding: 20px;
      margin: 0 20px 0 0; }
      @media screen and (max-width: 480px) {
        .orderComplete .l-container--upsell .order-pillow-form {
          margin-bottom: -10vw; } }
      .orderComplete .l-container--upsell .order-pillow-form .order-choice-form {
        display: flex;
        flex-wrap: wrap;
        line-height: 1.4; }
        .orderComplete .l-container--upsell .order-pillow-form .order-choice-form .price-normal {
          line-height: 1.4;
          padding: 0;
          margin-top: auto;
          margin-right: 10px; }
          @media screen and (max-width: 480px) {
            .orderComplete .l-container--upsell .order-pillow-form .order-choice-form .price-normal {
              font-size: 16px; } }
          .orderComplete .l-container--upsell .order-pillow-form .order-choice-form .price-normal .price-normal-num {
            padding: 0; }
          @media screen and (max-width: 480px) {
            .orderComplete .l-container--upsell .order-pillow-form .order-choice-form .price-normal .price-en {
              font-size: 16px; } }
        .orderComplete .l-container--upsell .order-pillow-form .order-choice-form .price-off {
          color: red;
          line-height: 1.4;
          padding: 0;
          margin-top: auto; }
          @media screen and (max-width: 480px) {
            .orderComplete .l-container--upsell .order-pillow-form .order-choice-form .price-off {
              display: block;
              width: 100%;
              font-size: 16px;
              padding-top: 10px; } }
        .orderComplete .l-container--upsell .order-pillow-form .order-choice-form .price {
          line-height: 1.4;
          margin-top: auto; }
          @media screen and (max-width: 480px) {
            .orderComplete .l-container--upsell .order-pillow-form .order-choice-form .price {
              font-size: 24px;
              padding: 0; } }
          @media screen and (max-width: 480px) {
            .orderComplete .l-container--upsell .order-pillow-form .order-choice-form .price .price-sale {
              font-size: 16px; } }
          @media screen and (max-width: 480px) {
            .orderComplete .l-container--upsell .order-pillow-form .order-choice-form .price .price-en {
              font-size: 16px; } }
        .orderComplete .l-container--upsell .order-pillow-form .order-choice-form .form-inline {
          height: auto;
          color: #333;
          padding: 10px 0 0;
          margin-right: 20px; }
          .orderComplete .l-container--upsell .order-pillow-form .order-choice-form .form-inline .order-choice-num {
            margin-bottom: 0; }
        .orderComplete .l-container--upsell .order-pillow-form .order-choice-form .order-pillow-form__btn {
          margin-top: auto; }
          @media screen and (max-width: 480px) {
            .orderComplete .l-container--upsell .order-pillow-form .order-choice-form .order-pillow-form__btn {
              width: 100%;
              padding-top: 20px; } }
          .orderComplete .l-container--upsell .order-pillow-form .order-choice-form .order-pillow-form__btn .btn-order-pillow {
            height: 43px;
            padding: 12px 30px; }
    .orderComplete .l-container--upsell .order-matress {
      flex-wrap: wrap;
      width: 100%;
      background: #fff;
      overflow: visible;
      padding: 0; }
      .orderComplete .l-container--upsell .order-matress .order-matress-main {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        float: none;
        padding: 20px;
        margin-bottom: 10px; }
        @media screen and (max-width: 480px) {
          .orderComplete .l-container--upsell .order-matress .order-matress-main {
            padding: 10px; } }
        .orderComplete .l-container--upsell .order-matress .order-matress-main .order-matress-main__logo {
          margin: 0 auto; }
          .orderComplete .l-container--upsell .order-matress .order-matress-main .order-matress-main__logo img {
            margin-top: -55px; }
            @media screen and (max-width: 480px) {
              .orderComplete .l-container--upsell .order-matress .order-matress-main .order-matress-main__logo img {
                margin-top: -17vw; } }
        .orderComplete .l-container--upsell .order-matress .order-matress-main .order-matress-main__ability_item {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          width: 100%;
          padding: 20px 10px; }
          @media screen and (max-width: 480px) {
            .orderComplete .l-container--upsell .order-matress .order-matress-main .order-matress-main__ability_item {
              justify-content: center; } }
          .orderComplete .l-container--upsell .order-matress .order-matress-main .order-matress-main__ability_item img {
            width: calc((100% / 9) - 5px); }
            @media screen and (max-width: 480px) {
              .orderComplete .l-container--upsell .order-matress .order-matress-main .order-matress-main__ability_item img {
                width: calc((100% / 5) - 5px);
                margin: 0 2px; } }
        .orderComplete .l-container--upsell .order-matress .order-matress-main .order-matress-main-img {
          width: 40%;
          float: none;
          padding: 0; }
          @media screen and (max-width: 480px) {
            .orderComplete .l-container--upsell .order-matress .order-matress-main .order-matress-main-img {
              width: 100%; } }
        .orderComplete .l-container--upsell .order-matress .order-matress-main .order-matress-main-desc {
          width: 55%;
          float: none;
          padding: 0; }
          @media screen and (max-width: 480px) {
            .orderComplete .l-container--upsell .order-matress .order-matress-main .order-matress-main-desc {
              width: 100%; } }
          .orderComplete .l-container--upsell .order-matress .order-matress-main .order-matress-main-desc .title {
            line-height: 1.4;
            margin-bottom: 10px; }
          .orderComplete .l-container--upsell .order-matress .order-matress-main .order-matress-main-desc .text {
            color: #333;
            font-size: 14px;
            line-height: 1.4;
            font-weight: normal; }
        .orderComplete .l-container--upsell .order-matress .order-matress-main .order-matress-price {
          padding: 0;
          float: none; }
        .orderComplete .l-container--upsell .order-matress .order-matress-main .order-matress-main-desc-price-off {
          width: 100%; }
          .orderComplete .l-container--upsell .order-matress .order-matress-main .order-matress-main-desc-price-off .title {
            font-size: 18px;
            color: #00479d;
            padding: 0; }
          .orderComplete .l-container--upsell .order-matress .order-matress-main .order-matress-main-desc-price-off .subtitle {
            font-size: 14px;
            color: #00479d;
            font-weight: normal;
            padding: 0; }
          .orderComplete .l-container--upsell .order-matress .order-matress-main .order-matress-main-desc-price-off .detail {
            display: block;
            color: #333;
            font-size: 14px;
            font-weight: normal;
            line-height: 1.4;
            padding: 0; }
        .orderComplete .l-container--upsell .order-matress .order-matress-main .order-matress-main-jump_button {
          padding: 20px 20px 0 20px; }
          @media screen and (max-width: 480px) {
            .orderComplete .l-container--upsell .order-matress .order-matress-main .order-matress-main-jump_button {
              padding: 10px 0 0 0; } }
          @media screen and (max-width: 480px) {
            .orderComplete .l-container--upsell .order-matress .order-matress-main .order-matress-main-jump_button .matress-btn {
              width: 100%; } }
      .orderComplete .l-container--upsell .order-matress .order-matress-form {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        padding: 10px; }
        .orderComplete .l-container--upsell .order-matress .order-matress-form form {
          width: 32%; }
          @media screen and (max-width: 480px) {
            .orderComplete .l-container--upsell .order-matress .order-matress-form form {
              width: 100%; } }
          @media screen and (max-width: 480px) {
            .orderComplete .l-container--upsell .order-matress .order-matress-form form:not(:last-child) {
              margin-bottom: 30px; } }
          .orderComplete .l-container--upsell .order-matress .order-matress-form form .order-choice-form {
            line-height: 1.4; }
            .orderComplete .l-container--upsell .order-matress .order-matress-form form .order-choice-form .size-type {
              text-align: center;
              padding: 0;
              margin-bottom: 10px; }
            .orderComplete .l-container--upsell .order-matress .order-matress-form form .order-choice-form .price-normal {
              font-size: 12px;
              padding: 0; }
              .orderComplete .l-container--upsell .order-matress .order-matress-form form .order-choice-form .price-normal .price-normal-num {
                font-size: 18px; }
              .orderComplete .l-container--upsell .order-matress .order-matress-form form .order-choice-form .price-normal .price-en {
                font-size: 12px; }
            .orderComplete .l-container--upsell .order-matress .order-matress-form form .order-choice-form .price-off {
              display: block;
              width: 100%;
              color: red;
              font-size: 14px;
              line-height: 1.4;
              padding: 0; }
            .orderComplete .l-container--upsell .order-matress .order-matress-form form .order-choice-form .price {
              font-size: 24px;
              line-height: 1;
              padding: 0; }
              .orderComplete .l-container--upsell .order-matress .order-matress-form form .order-choice-form .price .price-sale {
                font-size: 14px; }
              .orderComplete .l-container--upsell .order-matress .order-matress-form form .order-choice-form .price .price-en {
                font-size: 12px; }
            .orderComplete .l-container--upsell .order-matress .order-matress-form form .order-choice-form .form-inline {
              width: 100%;
              height: auto;
              font-size: 14px;
              padding: 10px 0; }
              .orderComplete .l-container--upsell .order-matress .order-matress-form form .order-choice-form .form-inline .order-choice-num {
                margin-bottom: 0; }
            .orderComplete .l-container--upsell .order-matress .order-matress-form form .order-choice-form .order-matress-form__btn .btn-order-matress {
              margin-top: 0; }
  .orderComplete .abouts-block {
    width: 27.5%;
    height: 313px;
    float: right; }
    @media screen and (max-width: 480px) {
      .orderComplete .abouts-block {
        width: 100%;
        float: none;
        height: initial; } }
    .orderComplete .abouts-block:last-child {
      border: 1px solid #e3e7e9;
      border-radius: 3px; }
      .orderComplete .abouts-block:last-child p {
        letter-spacing: 0; }
      .orderComplete .abouts-block:last-child .abouts-blocktitle {
        padding: 11px 15px 6px;
        border-radius: 0;
        font-size: 16px;
        text-align: center;
        margin: 0; }
      .orderComplete .abouts-block:last-child .abouts-tel {
        font-size: 27px;
        font-family: arial;
        letter-spacing: -0.3px; }
      .orderComplete .abouts-block:last-child .tel:before {
        font-size: 25px; }
      .orderComplete .abouts-block:last-child .abouts-mail {
        margin-top: 20px; }
      .orderComplete .abouts-block:last-child .desc {
        font-size: 13px; }
    .orderComplete .abouts-block .inner {
      padding: 15px 20px; }
  .orderComplete__title {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
    color: #ec971f;
    line-height: 1.2; }
    @media screen and (max-width: 480px) {
      .orderComplete__title {
        font-size: 18px;
        line-height: 1.3; } }
    .orderComplete__title i {
      display: inline-block;
      margin-right: 4px;
      color: #449d44; }
  .orderComplete__description {
    font-weight: bold;
    color: #333; }
    @media screen and (max-width: 480px) {
      .orderComplete__description {
        margin-top: 10px;
        font-size: 14px; } }
  .orderComplete__data {
    margin: 5px 0 0 0; }
    .orderComplete__data dt {
      font-size: 14px;
      margin-bottom: 10px; }
    .orderComplete__data dd {
      margin: 20px 0 0 0;
      color: #333;
      font-size: 13px; }
      .orderComplete__data dd h4 {
        margin-bottom: 10px; }
      .orderComplete__data dd p {
        letter-spacing: 0.4px; }
    .orderComplete__data .link-list li {
      display: inline-block;
      margin-left: 10px; }
      .orderComplete__data .link-list li a {
        font-size: 14px;
        text-decoration: none; }
        .orderComplete__data .link-list li a:before {
          padding-right: 4px;
          content: '\f054';
          font-family: FontAwesome;
          font-size: 12px;
          color: #f0ad4e; }
        .orderComplete__data .link-list li a:hover span {
          text-decoration: underline; }
  @media screen and (max-width: 480px) {
    .orderComplete .abouts-tel a {
      text-decoration: none;
      text-decoration: none; }
      .orderComplete .abouts-tel a:hover {
        text-decoration: none; } }

.orderHowto {
  margin-bottom: 50px; }
  @media screen and (max-width: 480px) {
    .orderHowto {
      margin-bottom: 30px; } }
  .orderHowto__title {
    background: #f6f6f6;
    margin-bottom: 20px; }
    @media screen and (max-width: 480px) {
      .orderHowto__title {
        margin-bottom: 10px; } }
    .orderHowto__title span {
      display: inline-block;
      padding: 6px 20px;
      font-size: 16px;
      font-weight: bold;
      color: #FFF;
      background: #00479d; }
  .orderHowto__description {
    margin-bottom: 10px; }
    @media screen and (max-width: 480px) {
      .orderHowto__description {
        line-height: 1.3;
        font-size: 14px; } }
  .orderHowto__list {
    float: left;
    width: 690px; }
    @media screen and (max-width: 480px) {
      .orderHowto__list {
        width: 100%;
        margin-top: 10px; } }
    .orderHowto__list li {
      display: inline-block;
      width: 100%;
      margin-bottom: 15px;
      padding-left: 1em;
      text-indent: -1em;
      font-size: 14px;
      line-height: 1.3; }
      .orderHowto__list li:before {
        position: relative;
        top: -1px;
        content: '';
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 8px;
        background: #58a2f5; }
  .orderHowto__img {
    float: left;
    display: block;
    margin-right: 23px; }
    @media screen and (max-width: 480px) {
      .orderHowto__img {
        width: 30%;
        margin-right: 10px; } }

/* ============
* .list-policy
============== */
.list-policy {
  margin-bottom: 20px;
  text-align: right; }
  .list-policy li {
    display: inline-block; }
    @media screen and (max-width: 480px) {
      .list-policy li {
        width: 48%; } }
    @media screen and (min-width: 320px) {
      .list-policy li {
        font-size: 14px; } }
    .list-policy li a {
      display: inline-block;
      margin: 0 0 0 20px;
      color: #333;
      text-decoration: none;
      font-weight: bold;
      text-decoration: none; }
      .list-policy li a:hover {
        text-decoration: underline; }
      @media screen and (max-width: 480px) {
        .list-policy li a {
          margin: 0;
          width: 100%;
          text-align: center; }
          .list-policy li a:first-child {
            border-right: 1px dotted #ccc;
            padding-right: 10px; }
          .list-policy li a:before {
            display: block; } }
      .list-policy li a .file-text:before {
        content: "\f15c";
        font-family: FontAwesome;
        margin-right: 5px; }
        @media screen and (max-width: 480px) {
          .list-policy li a .file-text:before {
            display: block;
            font-size: 20px; } }
      .list-policy li a .lock:before {
        content: "\f023";
        font-family: FontAwesome;
        margin-right: 5px; }
        @media screen and (max-width: 480px) {
          .list-policy li a .lock:before {
            display: block;
            font-size: 20px; } }

/* ============
* .order-footer
============== */
.order-footer__abouts {
  padding: 30px 0;
  background: #e3e7e9; }
  @media screen and (max-width: 480px) {
    .order-footer__abouts {
      padding: 10px; } }
  .order-footer__abouts .postageBox {
    display: table;
    margin: auto; }
  .order-footer__abouts .text-postage {
    padding-left: 40px; }
  .order-footer__abouts .l-container {
    padding: 2%;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.order-footer__copys {
  text-align: right;
  padding: 30px 0; }
  @media screen and (max-width: 480px) {
    .order-footer__copys {
      padding-bottom: 60px; } }
  .order-footer__copys .logo-effect {
    float: left;
    margin-right: 20px;
    width: 180px;
    position: relative;
    top: -10px; }
    @media screen and (max-width: 480px) {
      .order-footer__copys .logo-effect {
        text-align: center;
        width: 50%;
        float: none;
        display: block;
        margin: 0 auto; }
        .order-footer__copys .logo-effect img {
          display: block;
          margin: auto;
          margin: 0 auto; } }
  .order-footer__copys .footerIn__links {
    float: left; }
  .order-footer__copys .c-snsBox {
    float: none;
    display: inline-block; }
  .order-footer__copys ul.caption {
    margin-top: -10px;
    margin-bottom: 20px; }
    .order-footer__copys ul.caption li {
      font-size: 14px;
      text-align: left; }
.order-footer__links {
  float: left;
  display: inline-block; }
  @media screen and (max-width: 480px) {
    .order-footer__links {
      width: 100%; } }
  .order-footer__links li {
    display: inline-block;
    line-height: 1;
    padding-right: 5px; }
    @media screen and (max-width: 480px) {
      .order-footer__links li {
        width: 48%;
        text-align: center; } }
    .order-footer__links li:first-child {
      border-right: 1px solid #000; }
  .order-footer__links a {
    display: inline-block;
    padding: 0px 7px;
    font-size: 12px;
    text-decoration: none;
    color: #000; }
    @media screen and (max-width: 480px) {
      .order-footer__links a {
        padding: 0;
        font-size: 10px; } }
.order-footer__copyright {
  float: right;
  width: 194px;
  margin-left: 20px; }
  @media screen and (max-width: 480px) {
    .order-footer__copyright {
      margin-left: 0;
      float: none;
      text-align: center;
      display: block;
      margin: 0 auto; } }
  .order-footer__copyright img {
    margin-top: 5px;
    vertical-align: middle; }

.abouts-block {
  float: left;
  width: 30%;
  padding-right: 2.4%;
  margin-right: 2.4%;
  border-right: 1px solid #ccc;
  box-sizing: content-box;
  font-size: 14px; }
  @media screen and (max-width: 480px) {
    .abouts-block {
      width: 100%;
      border-right: none;
      margin-right: 0;
      padding: 0 1%; } }
  .abouts-block:last-child {
    padding: 0;
    margin: 0;
    border: 0; }
  .abouts-block .abouts-blocktitle {
    padding: 3px 15px;
    margin-bottom: 10px;
    background: #e3e7e9;
    border-radius: 5px;
    font-weight: bold; }
  .abouts-block .box-freeshipping {
    padding: 15px;
    margin-bottom: 10px;
    background: #e9f8ff;
    clear: both; }
    .abouts-block .box-freeshipping img {
      float: left;
      margin-right: 15px; }
    .abouts-block .box-freeshipping p {
      font-weight: bold; }
      .abouts-block .box-freeshipping p span {
        color: #ba0000; }
  .abouts-block .box-time {
    padding: 15px;
    margin-bottom: 10px;
    background: #e9f8ff;
    text-align: center; }
    .abouts-block .box-time p {
      margin-bottom: 10px;
      font-weight: bold;
      font-size: 12px; }
  .abouts-block .abouts-block {
    margin-bottom: 30px; }
  .abouts-block .abouts-blockIn:first-child {
    margin-bottom: 30px; }
  .abouts-block .link-detail {
    display: block;
    text-align: right;
    color: #00479d;
    font-weight: bold;
    text-decoration: none; }
    @media screen and (max-width: 480px) {
      .abouts-block .link-detail {
        width: 100%;
        padding: 5px;
        margin: 10px 0;
        border: 1px solid;
        text-align: center; } }
    .abouts-block .link-detail .arrow:before {
      content: "\f0da";
      font-family: FontAwesome;
      margin-right: 5px;
      color: #2aa1d9; }
  .abouts-block .order-credit {
    width: 100%;
    margin: 0; }
  .abouts-block .abouts-address {
    margin-bottom: 10px; }
  .abouts-block .abouts-tel {
    color: #2aa1d9;
    font-size: 22px;
    font-weight: bold; }
    .abouts-block .abouts-tel .tel:before {
      content: "\f095";
      font-family: FontAwesome;
      margin-right: 5px;
      color: #94d0ec; }
  .abouts-block .abouts-mail {
    color: #2aa1d9; }
    .abouts-block .abouts-mail .mail:before {
      content: "\f0e0";
      font-family: FontAwesome;
      margin-right: 5px;
      color: #94d0ec; }

.seal-security {
  width: 100%;
  padding: 10px;
  border: 1px solid #eaeaea;
  font-size: 12px;
  text-align: left; }
  @media screen and (max-width: 480px) {
    .seal-security {
      width: 90%;
      margin: auto; } }
  .seal-security p {
    float: left; }
    @media screen and (max-width: 480px) {
      .seal-security p {
        font-size: 11px;
        width: 77%; } }
    @media screen and (max-width: 359px) {
      .seal-security p {
        width: 73%; } }

.seal-securityimg {
  float: left;
  margin-right: 10px; }
  @media screen and (max-width: 480px) {
    .seal-securityimg {
      margin-right: 10px; } }

.orderModal {
  position: relative;
  z-index: 99;
  border-right: 10px solid #f6f6f6;
  border-left: 10px solid #f6f6f6; }
  .orderModal .cart-itemimg {
    width: 100px; }
  .orderModal .m-modal__close {
    margin-bottom: 10px; }

.oderBenefits .asideOrder__benefits {
  background: none; }
  .oderBenefits .asideOrder__benefits span {
    font-family: 'Montserrat', 'Century Gothic', CenturyGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #333; }

.orderSeparately__caution {
  margin: 30px 0 0;
  color: #FFF;
  background: #dc0909;
  font-size: 24px;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .orderSeparately__caution {
      margin: 0;
      padding: 10px;
      font-size: 6vw;
      line-height: 1.3; } }

.openBtn-separately {
  display: block;
  text-decoration: none; }
  .openBtn-separately:hover {
    text-decoration: none; }
    .openBtn-separately:hover * {
      opacity: .8; }
  .openBtn-separately .order__heading {
    border-radius: 5em;
    padding: 10px 50px; }
    @media screen and (max-width: 480px) {
      .openBtn-separately .order__heading {
        font-size: 23px;
        padding: 10px 20px; } }

.campaign-alert {
  background: #c60709;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  margin-top: 20px;
  text-align: center; }
  .campaign-alert p {
    font-size: 30px; }

.cart-alert--info {
  background: #e60012;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 8px 12px;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
  line-height: 1.4; }
  .cart-alert--info.is-compact {
    width: 530px;
    padding: 5px 12px;
    margin: -24px auto 15px; }
    @media screen and (max-width: 480px) {
      .cart-alert--info.is-compact {
        width: 100%; } }

.order-pillow {
  width: 100%; }
  @media screen and (max-width: 480px) {
    .order-pillow {
      margin-top: -70px; } }

.order-pillow-main {
  text-align: center;
  float: left;
  width: 740px;
  background-color: white; }
  @media screen and (max-width: 480px) {
    .order-pillow-main {
      width: 100%; } }

.order-pillow-main__logo {
  position: static;
  margin-top: -80px; }
  @media screen and (max-width: 480px) {
    .order-pillow-main__logo {
      margin-top: 0; } }

.order-pillow-main__ability_title {
  margin-top: 20px; }
  .order-pillow-main__ability_title img {
    width: 80%; }

.order-pillow-main__ability_item {
  padding-top: 20px; }
  @media screen and (max-width: 480px) {
    .order-pillow-main__ability_item {
      margin: 0; } }
  .order-pillow-main__ability_item img {
    width: 75px; }
    @media screen and (max-width: 480px) {
      .order-pillow-main__ability_item img {
        width: 90px;
        padding: 5px 1px 1px 1px; } }

.order-pillow-main-img {
  width: 40%;
  float: left;
  padding: 10px; }
  @media screen and (max-width: 480px) {
    .order-pillow-main-img {
      width: 100%; } }

.order-pillow-main-desc {
  width: 60%;
  float: left;
  padding: 20px 0px 0px 7px;
  text-align: left; }
  @media screen and (max-width: 480px) {
    .order-pillow-main-desc {
      width: 100%; } }
  .order-pillow-main-desc p {
    font-weight: bold; }
  .order-pillow-main-desc p.catch {
    font-size: 8px;
    font-weight: normal; }
  .order-pillow-main-desc p.title {
    font-size: 18px; }
  .order-pillow-main-desc p.text {
    font-size: 15px; }
  .order-pillow-main-desc p span {
    font-weight: normal;
    font-size: 12px; }

.order-pillow-main-desc-price-off {
  display: inline-block;
  margin-top: 10px; }
  .order-pillow-main-desc-price-off span {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: 0px 0px 0px 10px;
    font-weight: bold; }
  .order-pillow-main-desc-price-off span.title {
    font-size: 20px; }
  .order-pillow-main-desc-price-off span.subtitle {
    font-size: 15px;
    margin-bottom: 10px; }
  .order-pillow-main-desc-price-off span.catch {
    font-size: 12px; }
  .order-pillow-main-desc-price-off span.detail {
    font-size: 12px; }
  .order-pillow-main-desc-price-off span.price-sale {
    display: unset;
    color: red; }

.order-pillow-main-jump_button {
  display: inline-block;
  width: 100%;
  padding: 20px 160px 0px 160px; }
  @media screen and (max-width: 480px) {
    .order-pillow-main-jump_button {
      padding: 20px 0px 0px 0px; } }
  .order-pillow-main-jump_button .pillow-btn {
    margin-bottom: 0px;
    background-color: #00479d;
    box-shadow: inset 0px -3px 0px 0px #94d0ec; }
    @media screen and (max-width: 480px) {
      .order-pillow-main-jump_button .pillow-btn {
        font-size: 12px; } }
  .order-pillow-main-jump_button .pillow-btn:hover {
    background-color: #2aa1d9; }
  .order-pillow-main-jump_button span {
    display: inline-block;
    width: 100%;
    padding: 5px 0px 5px 0px;
    color: red;
    font-weight: bold; }
    @media screen and (max-width: 480px) {
      .order-pillow-main-jump_button span {
        padding: 0;
        font-size: 12px; } }

.order-pillow-form {
  width: 230px;
  float: left;
  background-color: white;
  margin-left: 10px; }
  @media screen and (max-width: 480px) {
    .order-pillow-form {
      width: 100%;
      margin-left: 0; } }
  .order-pillow-form .form-inline {
    padding: 5px 30px 30px 30px;
    height: 60px; }
    @media screen and (max-width: 480px) {
      .order-pillow-form .form-inline {
        padding: 10px 0px 0px 10px; } }
  .order-pillow-form span {
    display: inline-block; }
  .order-pillow-form span.price-normal {
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0px 0px 20px; }
    @media screen and (max-width: 480px) {
      .order-pillow-form span.price-normal {
        font-size: 20px; } }
  .order-pillow-form .price-normal-num {
    font-size: 20px;
    font-family: 'Oswald', sans-serif; }
    @media screen and (max-width: 480px) {
      .order-pillow-form .price-normal-num {
        font-size: 25px; } }
  .order-pillow-form span.price-off {
    padding-left: 85px;
    font-size: 18px;
    font-weight: bold;
    line-height: 0; }
    @media screen and (max-width: 480px) {
      .order-pillow-form span.price-off {
        font-size: 30px;
        line-height: 45px; } }
  .order-pillow-form span.price-off-num {
    color: red; }
  .order-pillow-form span.price {
    font-size: 27px;
    color: red;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    padding: 0px 0px 0px 5px;
    line-height: 30px; }
    @media screen and (max-width: 480px) {
      .order-pillow-form span.price {
        padding: 5px 0px 10px 20px;
        font-size: 45px; } }
  .order-pillow-form span.price-sale {
    font-size: 16px; }
    @media screen and (max-width: 480px) {
      .order-pillow-form span.price-sale {
        font-size: 23px; } }
  .order-pillow-form span.price-en {
    color: black;
    font-size: 12px;
    font-weight: bold; }
    @media screen and (max-width: 480px) {
      .order-pillow-form span.price-en {
        font-size: 17px; } }
  .order-pillow-form form p {
    width: 80%;
    margin: 0px 0px 10px 25px; }
  .order-pillow-form .btn-order-pillow {
    padding: 10px;
    margin-top: 10px;
    font-size: 12px;
    margin-bottom: 0px; }

.order-matress {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  background-color: #f9f9f9;
  padding: 10px 10px 10px 10px; }
  @media screen and (max-width: 480px) {
    .order-matress {
      overflow: auto;
      margin-top: 0;
      display: flex;
      justify-content: center;
      flex-direction: column; } }
  .order-matress .order-matress-main {
    text-align: center;
    width: 740px;
    background-color: white; }
    @media screen and (max-width: 480px) {
      .order-matress .order-matress-main {
        width: 100%; } }
    .order-matress .order-matress-main .order-matress-price {
      float: left;
      width: 100%;
      padding: 10px; }
      @media screen and (max-width: 480px) {
        .order-matress .order-matress-main .order-matress-price {
          overflow: auto; } }
      .order-matress .order-matress-main .order-matress-price table {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 20px;
        border: 2px solid #aeb3b9;
        font-size: 14px; }
        .order-matress .order-matress-main .order-matress-price table th {
          background-color: #f0f0f0;
          border: 1px solid #aeb3b9;
          text-align: center;
          padding: 10px;
          font-weight: bold;
          font-size: 16px; }
          @media screen and (max-width: 480px) {
            .order-matress .order-matress-main .order-matress-price table th {
              font-size: 12px;
              padding: 5px;
              display: table-cell; } }
        .order-matress .order-matress-main .order-matress-price table td {
          border: 1px solid #aeb3b9;
          padding: 10px;
          font-size: 16px;
          text-align: right; }
          @media screen and (max-width: 480px) {
            .order-matress .order-matress-main .order-matress-price table td {
              font-size: 12px;
              padding: 5px;
              display: table-cell; } }
        .order-matress .order-matress-main .order-matress-price table td.type {
          font-weight: bold; }
      .order-matress .order-matress-main .order-matress-price .scroll {
        width: 100%;
        overflow: auto;
        white-space: nowrap; }

.order-matress-main__logo {
  position: static;
  margin-top: -55px; }
  @media screen and (max-width: 480px) {
    .order-matress-main__logo {
      margin-top: 0; } }

.order-matress-main__ability_title {
  padding-top: 20px; }
  .order-matress-main__ability_title img {
    width: 80%; }

.order-matress-main__ability_item {
  padding-top: 20px; }
  @media screen and (max-width: 480px) {
    .order-matress-main__ability_item {
      margin: 0; } }
  .order-matress-main__ability_item img {
    width: 75px; }
    @media screen and (max-width: 480px) {
      .order-matress-main__ability_item img {
        width: 90px;
        padding: 5px 1px 1px 1px; } }

.order-matress-main-img {
  width: 40%;
  float: left;
  padding: 10px; }
  @media screen and (max-width: 480px) {
    .order-matress-main-img {
      width: 100%; } }

.order-matress-main-desc {
  width: 60%;
  float: left;
  padding: 20px 0px 0px 7px;
  text-align: left; }
  @media screen and (max-width: 480px) {
    .order-matress-main-desc {
      width: 100%;
      padding: 10px; } }
  .order-matress-main-desc p.catch {
    font-size: 8px; }
  .order-matress-main-desc p.title {
    font-size: 18px;
    font-weight: bold; }
  .order-matress-main-desc p.title-kana {
    font-size: 13px;
    font-weight: bold; }
  .order-matress-main-desc p.text-blue {
    font-size: 11px;
    font-weight: bold;
    color: #00479d; }
  .order-matress-main-desc p.text-red {
    font-size: 11px;
    font-weight: bold;
    color: red; }

.order-matress-main-desc-price-off {
  display: inline-block;
  margin-top: 10px; }
  .order-matress-main-desc-price-off span {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: 0px 0px 0px 10px;
    font-weight: bold; }
  .order-matress-main-desc-price-off span.title {
    font-size: 20px; }
  .order-matress-main-desc-price-off span.subtitle {
    font-size: 15px;
    margin-bottom: 10px; }
  .order-matress-main-desc-price-off span.catch {
    font-size: 12px; }
  .order-matress-main-desc-price-off span.detail {
    font-size: 12px; }
  .order-matress-main-desc-price-off span.price-sale {
    display: unset;
    color: red; }

.order-matress-main-jump_button {
  display: inline-block;
  width: 100%;
  padding: 20px 160px 0px 160px; }
  @media screen and (max-width: 480px) {
    .order-matress-main-jump_button {
      padding: 20px 0px 0px 0px; } }
  .order-matress-main-jump_button .matress-btn {
    margin-bottom: 0px;
    background-color: #00479d;
    box-shadow: inset 0px -3px 0px 0px #94d0ec; }
    @media screen and (max-width: 480px) {
      .order-matress-main-jump_button .matress-btn {
        font-size: 12px; } }
  .order-matress-main-jump_button .matress-btn:hover {
    background-color: #2aa1d9; }
  .order-matress-main-jump_button span {
    display: inline-block;
    width: 100%;
    padding: 5px 0px 5px 0px;
    color: red;
    font-weight: bold; }
    @media screen and (max-width: 480px) {
      .order-matress-main-jump_button span {
        padding: 0;
        margin-bottom: 15px;
        font-size: 12px; } }

.order-matress-form {
  width: 230px; }
  @media screen and (max-width: 480px) {
    .order-matress-form {
      width: 100%;
      margin-left: 0; } }
  .order-matress-form p {
    display: inline-block;
    width: 80%;
    margin: 10px 0px 10px 33px; }
  .order-matress-form .form-inline {
    padding: 5px 30px 30px 30px;
    height: 40px;
    display: inline-block; }
  .order-matress-form span {
    display: inline-block; }
  .order-matress-form span.price-normal {
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0px 0px 10px; }
    @media screen and (max-width: 480px) {
      .order-matress-form span.price-normal {
        font-size: 20px; } }
  .order-matress-form .price-normal-num {
    font-size: 20px;
    font-family: 'Oswald', sans-serif; }
    @media screen and (max-width: 480px) {
      .order-matress-form .price-normal-num {
        font-size: 25px; } }
  .order-matress-form span.price-off {
    padding-left: 85px;
    font-size: 18px;
    font-weight: bold;
    line-height: 0; }
    @media screen and (max-width: 480px) {
      .order-matress-form span.price-off {
        font-size: 30px;
        line-height: 45px; } }
  .order-matress-form span.price-off-num {
    color: red; }
  .order-matress-form span.price {
    font-size: 27px;
    color: red;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    padding: 0px 0px 0px 5px;
    line-height: 30px; }
    @media screen and (max-width: 480px) {
      .order-matress-form span.price {
        padding: 5px 0px 10px 10px;
        font-size: 45px; } }
  .order-matress-form span.price-sale {
    font-size: 16px; }
    @media screen and (max-width: 480px) {
      .order-matress-form span.price-sale {
        font-size: 23px; } }
  .order-matress-form span.price-en {
    color: black;
    font-size: 12px;
    font-weight: bold; }
    @media screen and (max-width: 480px) {
      .order-matress-form span.price-en {
        font-size: 17px; } }
  .order-matress-form .size-type {
    display: inline-block;
    background-color: #00479d;
    width: 100%;
    color: white;
    font-weight: bold;
    padding-left: 5px; }
  .order-matress-form .single {
    margin-bottom: 10px;
    background-color: white; }
    @media screen and (max-width: 480px) {
      .order-matress-form .single {
        margin-bottom: 10px; } }
  .order-matress-form .semidubble {
    margin-bottom: 10px;
    background-color: white; }
    @media screen and (max-width: 480px) {
      .order-matress-form .semidubble {
        margin-bottom: 10px; } }
  .order-matress-form .dubble {
    background-color: white; }
    @media screen and (max-width: 480px) {
      .order-matress-form .dubble {
        margin-bottom: 10px; } }
  .order-matress-form .btn-order-matress {
    padding: 10px;
    margin-top: 10px;
    font-size: 12px;
    margin-bottom: 0px; }

.payment_credit_caution_wrapper {
  margin-top: 10px; }
  .payment_credit_caution_wrapper p {
    color: #e60012;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.4; }
  .payment_credit_caution_wrapper .payment_credit_caution {
    background: #fef2f2;
    color: #e60012;
    padding: 10px;
    font-size: 13px;
    line-height: 1.6;
    border-radius: 10px; }

.payment_atobarai_caution_wrapper {
  margin-top: 10px;
  background: #e1ffde;
  padding: 10px;
  border-radius: 10px; }
  .payment_atobarai_caution_wrapper p {
    color: #0b8322;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.4; }

.beforeCart_name {
  color: #e60012;
  font-weight: bold;
  text-align: center;
  margin: -20px 0 15px; }

.bnr--20off {
  margin-bottom: 10px; }
  @media screen and (max-width: 480px) {
    .bnr--20off {
      padding: 0 10px; } }

/* ============
* solution
============== */
@media screen and (max-width: 480px) {
  .solutionVisual {
    margin: 0;
    border: 0;
    background-image: url("../images/solution_visual_woman.png"), url("../images/common_bg_dot_blue.gif");
    background-repeat: no-repeat,repeat;
    background-position: center bottom,0 0;
    background-size: 60%, auto;
    padding-bottom: 50%; }
    .solutionVisual .indexProblemIntro__list {
      margin: 10px auto; }
      .solutionVisual .indexProblemIntro__list li {
        height: 90px; } }
      @media screen and (max-width: 480px) and (max-width: 359px) {
        .solutionVisual .indexProblemIntro__list li {
          height: 80px; } }
@media screen and (max-width: 480px) {
      .solutionVisual .indexProblemIntro__list li:nth-child(1) {
        transform: rotate(-12deg) translateY(15px); }
      .solutionVisual .indexProblemIntro__list li:nth-child(3) {
        transform: rotate(12deg) translateY(15px); }
      .solutionVisual .indexProblemIntro__list li:nth-child(4) {
        transform: rotate(-12deg) translateY(15px); }
      .solutionVisual .indexProblemIntro__list li:nth-child(6) {
        transform: rotate(12deg) translateY(15px); }
      .solutionVisual .indexProblemIntro__list .indexProblemIntro__balloon {
        width: 104%; }
        .solutionVisual .indexProblemIntro__list .indexProblemIntro__balloon h3 {
          position: relative;
          top: -3%;
          letter-spacing: -.03em; } }
        @media screen and (max-width: 480px) and (max-width: 359px) {
          .solutionVisual .indexProblemIntro__list .indexProblemIntro__balloon h3 {
            top: 0; } }

/* ============
* campaign10per
============== */
.campaign10per {
  overflow: hidden;
  background: #00caeb url("../images/campaign_line_bg.jpg") repeat-x bottom left; }
  .campaign10per h2 {
    display: block;
    width: 768px;
    margin: 10px 0 0;
    padding: 3px 20px 1px;
    background: #ff4d98;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    font-size: 20px; }
    @media screen and (max-width: 480px) {
      .campaign10per h2 {
        width: 90%;
        margin: 0 0 8px;
        padding: 3px 10px 1px 20px;
        font-size: 0.9em;
        text-align: left; } }
  .campaign10per--order {
    margin-top: 20px;
    background: #00caeb; }
    @media screen and (max-width: 480px) {
      .campaign10per--order {
        margin-top: 0; } }
    .campaign10per--order h2 {
      margin: 20px 0 0 25px;
      font-size: 27px; }
      @media screen and (max-width: 480px) {
        .campaign10per--order h2 {
          margin: 10px 0 0 10px;
          padding: 3px 7px 1px;
          font-size: 15.4px; } }
      @media screen and (max-width: 359px) {
        .campaign10per--order h2 {
          font-size: 12px; } }
  .campaign10per__wrap {
    display: flex;
    padding: 8px 0 12px; }
    @media screen and (max-width: 480px) {
      .campaign10per__wrap {
        flex-wrap: wrap;
        padding: 0 0 7px; } }
    .campaign10per__wrap--order {
      padding: 10px 25px 17px; }
      @media screen and (max-width: 480px) {
        .campaign10per__wrap--order {
          padding: 7px 7px 12px;
          text-align: center; } }
    .campaign10per__wrap .head {
      margin-right: 20px; }
      @media screen and (max-width: 480px) {
        .campaign10per__wrap .head {
          width: 100%;
          margin-right: 0; } }
    .campaign10per__wrap .title {
      margin-bottom: 5px;
      font-size: 14px;
      font-weight: bold;
      color: #FFF;
      line-height: 1; }
      @media screen and (max-width: 480px) {
        .campaign10per__wrap .title {
          margin: -1px auto 5px;
          text-align: center; } }
    .campaign10per__wrap .time {
      display: block;
      width: 270px;
      padding: 1px 20px 3px;
      background: #fff721;
      border-radius: 100px;
      color: #666868;
      font-size: 14px;
      text-align: center;
      line-height: 1; }
      @media screen and (max-width: 480px) {
        .campaign10per__wrap .time {
          margin: auto; } }
      .campaign10per__wrap .time span {
        position: relative;
        top: 1px;
        margin-left: 5px;
        font-weight: bold;
        font-size: 20px;
        color: #ff4d98; }
      .campaign10per__wrap .time--order {
        width: auto;
        padding: 1px 15px 3px; }
        .campaign10per__wrap .time--order span {
          font-size: 24px; }
    @media screen and (max-width: 480px) {
      .campaign10per__wrap .body {
        margin-top: 4px;
        text-align: center; } }
    .campaign10per__wrap .body .catch {
      width: 464px; }
      @media screen and (max-width: 480px) {
        .campaign10per__wrap .body .catch {
          width: 93%;
          margin: 5px auto 0; } }
    .campaign10per__wrap .body .img {
      position: absolute;
      top: 1px;
      right: 30px;
      width: 184px; }
      @media screen and (max-width: 480px) {
        .campaign10per__wrap .body .img {
          width: 70px;
          top: 7px;
          right: 7px; } }
      .campaign10per__wrap .body .img--order {
        top: 35px;
        right: 11px; }
        @media screen and (max-width: 480px) {
          .campaign10per__wrap .body .img--order {
            top: 15px;
            right: 10px; } }
        @media screen and (max-width: 413px) {
          .campaign10per__wrap .body .img--order {
            top: 12px;
            right: 0; } }

.ca-campaign10per .c-productSet .c-productSet__list .c-productSet-data .c-productPrice span {
  text-decoration: line-through;
  color: #f00; }
.ca-campaign10per .c-productSet-data {
  position: relative; }
@media screen and (max-width: 480px) {
  .ca-campaign10per .campaign-box .c-productPrice {
    display: inline-block; } }
.ca-campaign10per .campaign-box .c-productPrice span {
  font-size: 37px;
  padding-right: 5px;
  text-decoration: line-through !important; }
  @media screen and (max-width: 480px) {
    .ca-campaign10per .campaign-box .c-productPrice span {
      margin-left: 15px; } }
.ca-campaign10per .campaign-label {
  float: left;
  display: block;
  width: 90px;
  height: 90px;
  background: url("../images/campaign_label.png") no-repeat;
  background-size: 100%; }
  .ca-campaign10per .campaign-label .num {
    position: relative;
    display: block; }
    .ca-campaign10per .campaign-label .num b {
      position: absolute;
      top: 14px;
      left: 12px;
      font-size: 36px;
      color: #ffed21; }
.ca-campaign10per .c-productPrice {
  font-size: 22px; }
  @media screen and (max-width: 480px) {
    .ca-campaign10per .c-productPrice {
      display: block; } }
  .ca-campaign10per .c-productPrice span {
    font-size: 60px;
    text-decoration: none !important; }
.ca-campaign10per .c-productSize {
  width: 110px;
  margin-left: 21px; }
  @media screen and (max-width: 480px) {
    .ca-campaign10per .c-productSize {
      width: 130px; } }
  .ca-campaign10per .c-productSize .txt-small {
    display: inline-block; }
.ca-campaign10per .c-productPostage {
  margin-left: 10px;
  width: 40px; }

/*メインカラーと同じ*/
.c-productSet-data__item .one {
  margin: 0 5px 0 -2px\9 !important; }

.order-main-visual .l-container .main-images #thumbnail li {
  height: 57px\9 !important;
  margin: 0 1px 0 0\9 !important; }

.order-main-visual .l-container .main-images #thumbnail.thumbnail-pillow li {
  height: auto\9 !important;
  margin: 0 0 1px\9 !important; }

/* IE10以降に適用される, Edge */
@media all and (-ms-high-contrast: none) {
  .c-productSet-data__item {
    letter-spacing: -.03em; }

  .c-productSet-data__item .one {
    margin: 0 -2px 0 -2px !important; }

  .order-main-visual .l-container .main-images #thumbnail li {
    height: 57px !important;
    margin: 0 1px 0 0 !important; }

  .order-main-visual .l-container .main-images #thumbnail.thumbnail-pillow li {
    height: auto !important;
    margin: 0 0 1px !important; } }
/* Safari 9.0+ (non-iOS) */
_:-webkit-full-screen:not(:root:root), body {
  letter-spacing: 0; }
  _:-webkit-full-screen:not(:root:root) .navFixed, body .navFixed {
    right: 60px;
    transform: translate3d(0, 0, 0); }
  _:-webkit-full-screen:not(:root:root) .indexProblemAllergy__description strong, body .indexProblemAllergy__description strong {
    letter-spacing: -1px; }
  _:-webkit-full-screen:not(:root:root) .developFeatureBox .title span, body .developFeatureBox .title span {
    letter-spacing: -0.5px; }
  _:-webkit-full-screen:not(:root:root) .renewalItem .evolutionList > li, body .renewalItem .evolutionList > li {
    letter-spacing: -1px; }
  _:-webkit-full-screen:not(:root:root) .c-productSize, body .c-productSize {
    width: 65px; }

/* Safari 9.0+ */
_::-webkit-:not(:root:root), body {
  letter-spacing: 0; }
  _::-webkit-:not(:root:root) .navFixed, body .navFixed {
    right: 60px;
    transform: translate3d(0, 0, 0); }
  _::-webkit-:not(:root:root) .indexProblemAllergy__description strong, body .indexProblemAllergy__description strong {
    letter-spacing: -1px; }
  _::-webkit-:not(:root:root) .c-productSize, body .c-productSize {
    width: 65px; }

/* Safari 7.1+ (9.0 is the latest version of Safari at this time) */
_::-webkit-full-page-media, _:future, :root body {
  letter-spacing: 0; }
  _::-webkit-full-page-media .navFixed, _:future .navFixed, :root body .navFixed {
    right: 60px;
    transform: translate3d(0, 0, 0); }
  _::-webkit-full-page-media .indexProblemAllergy__description strong, _:future .indexProblemAllergy__description strong, :root body .indexProblemAllergy__description strong {
    letter-spacing: -1px; }

_::-webkit-full-page-media .indexBenefit__list > li p, _:future .indexBenefit__list > li p, :root body .indexBenefit__list > li p {
  letter-spacing: 0px; }

/* IE9,8 */
/* firefox */
@-moz-document url-prefix() {
  #thumbnail li:hover {
    border: 0 !important; }
  #thumbnail li.current {
    border: 0 !important; }

  .c-productSize--semidouble {
    font-size: 11.2px !important; } }

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