@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400&family=Poppins&family=Roboto:wght@300&display=swap');
/* FLEXBOX */
/* FLEXBOX */
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! original.css v1.0.0 | MIT License */
/* ==========================================================================
   set original style with normalize.css

   ※補足
    'img'が縦に並ぶ際、画像の高さが低いものに関して、隙間が生じる場合がある。
    その際は'line-height'、'font-size'が影響している。
    各エレメントに対して必要に応じてリセット。
   ========================================================================== */
/**
 * set font-size
 */
html {
  font-size: 62.5%;
  /* equal '10px' */
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

/**
 * set original style
 */
body {
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
}

h1 {
  margin: 0;
  font-size: 100%;
}

h2 {
  margin: 0;
  font-size: 100%;
}

h3 {
  margin: 0;
  font-size: 100%;
}

h4 {
  margin: 0;
  font-size: 100%;
}

h5 {
  margin: 0;
  font-size: 100%;
}

h6 {
  margin: 0;
  font-size: 100%;
}

p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl {
  margin: 0;
}

dd {
  margin: 0;
}

input[type="text"], input[type="tel"], input[type="email"], textarea {
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

input[type="submit"] {
  outline: none;
}

table {
  word-break: break-all;
}

small {
  font-size: 100%;
}

/**
 * clean up extra space on 'img'
 */
img {
  vertical-align: top;
}

/**
 * delete focus outline
 */
area, area:focus {
  outline: none;
}

/**
 * delete focus outline for 'firefox'
 */
a, a:focus {
  outline: none;
}

object, embed, video {
  outline: none;
}

/**
 * clearfix
 */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

/* for ie6, 7 */
/* ----------------------------------------
 * 基本設定
 * ------------------------------------- */
html.is-fix {
  overflow: hidden;
}

html, body {
  height: 100%;
}

body {
  position: relative;
  line-height: 1.5;
  background-color: #fff;
  color: #848484;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }
}

a {
  text-decoration: none;
  color: #f4a400;
}

/* ----------------------------------------
 * コンテナー
 * ------------------------------------- */
.contents-wrap-01, .contents-wrap-02, .contents-wrap-03, .c-contents-block--standard {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

@media only screen and (max-width: 767px) {
  .contents-wrap-01, .contents-wrap-02, .contents-wrap-03, .c-contents-block--standard {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}

.contents-wrap-02 {
  max-width: 810px;
}

.contents-wrap-03 {
  max-width: 1000px;
}

.contents__std {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

@media only screen and (max-width: 767px) {
  .contents__std {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}

.contents {
  padding-top: 80px;
}

@media only screen and (max-width: 767px) {
  .contents {
    padding-top: 70px;
  }
}

/* ----------------------------------------
 * ヘッダー
 * ------------------------------------- */
.header {
  -webkit-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #ebebec;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .header {
    height: 70px;
    border-bottom: 1px solid #cacaca;
  }
}

.header-main {
  -webkit-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  padding: 24px 0 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .header-main {
    padding-top: 21px;
  }
}

.header-main h1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  padding: 0 0 0 45px;
}

@media only screen and (max-width: 1199px) {
  .header-main h1 {
    padding-left: 3.3%;
  }
}
@media only screen and (max-width: 767px) {
  .header-main h1 {
    width: 20%;
  }
}
.header-main h1 a {
  display: block;
  width: 100%;
  height: 90px;
  background-image: url(../img/common/oeko-tex_logo.svg);
  background-position: left top;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

@media only screen and (max-width: 767px) {
  .header-main h1 a {
    background-image: url(../img/common/oeko-tex_logo.svg);
    background-size: contain;
  }
}

.ie .header-main, .tablet .header-main {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fix {
  height: 70px;
}

.fix .header-main {
  padding-top: 16px;
}

@media only screen and (max-width: 767px) {
  .fix .header-main {
    padding-top: 21px;
  }
}

.fix .header-about a {
  height: 70px;
}

.fix .header-btn-language {
  height: 70px;
  background-position: 20px 25px;
}

.fix .header-select-language.is-show {
  visibility: visible;
  opacity: 1;
  top: 71px;
}

.gnav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 8px 0 0 38px;
}

@media only screen and (max-width: 1199px) {
  .gnav {
    margin-left: 25px;
  }
}

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

.gnav li ~ li {
  margin-left: 30px;
}

@media only screen and (max-width: 1199px) {
  .gnav li ~ li {
    margin-left: 20px;
  }
}

.gnav a {
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  color: #848484;
  font-size: 16px;
}

.gnav a:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 767px) {
  .gnav a:hover {
    opacity: 1;
  }
}

.header-sub {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  border-left: 1px solid #ebebec;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .header-sub {
    width: 67px;
    border-left: none;
  }
}

.header-language {
  position: relative;
  width: 136px;
}

@media only screen and (max-width: 767px) {
  .header-language {
    display: none;
  }
}

.header-language.on .header-btn-language {
  opacity: 0.5;
}

.header-btn-language {
  -webkit-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
  z-index: 2;
  position: relative;
  display: block;
  width: 100%;
  height: 80px;
  background-color: #fff;
  background-image: url(../img/common/header_language_img.png);
  background-position: 20px 29px;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

@media only screen and (min-width: 1024px) {
  .header-btn-language:hover {
    opacity: 0.5;
  }
}

.header-select-language {
  -webkit-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: -58px;
  left: 0;
  width: 100%;
  padding: 28px 39px 31px 39px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.5);
}

.header-select-language li {
  margin-left: auto;
  margin-right: auto;
}

.header-select-language li ~ li {
  margin-top: 22px;
}

.header-select-language a {
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  display: block;
  padding: 0 0 7px 0;
}

.header-select-language a:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 767px) {
  .header-select-language a:hover {
    opacity: 1;
  }
}

.header-select-language .current {
  padding-bottom: 7px;
  border-bottom: 1px solid #f4a400;
  background-position: center -16px;
}

.header-select-language span {
  display: block;
  width: 100%;
  height: 16px;
  background-position: center top;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.header-select-language.is-show {
  visibility: visible;
  opacity: 1;
  top: 81px;
}

.lang-ja {
  width: 57px;
}

.lang-ja span {
  background-image: url(../img/common/header_language_japanese_txt.png);
}

.lang-en {
  width: 41px;
}

.lang-en span {
  background-image: url(../img/common/header_language_english_txt.png);
}

.header-about {
  width: 184px;
}

@media only screen and (max-width: 767px) {
  .header-about {
    display: none;
  }
}

.header-about a {
  -webkit-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 80px;
  background-color: #888;
  color: #fff;
  font-weight: bold;
}

.header-about a:hover {
  opacity: 0.5;
}

.header-about span {
  position: relative;
  margin-left: 30px;
}

.header-about span:before {
  content: "";
  position: absolute;
  display: block;
  background-position: left top;
  background-repeat: no-repeat;
  top: -4px;
  left: -30px;
  width: 21px;
  height: 23px;
  background-image: url(../img/common/header_about_oeko-tex_icn.png);
  background-position: left top;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .header-menu-sp a {
    display: block;
    width: 67px;
    height: 70px;
    background-image: url(../img/common/gnav_menu_sp.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 25px 22px;
  }
}

/* ----------------------------------------
 * グロナビ（SP用）
 * ------------------------------------- */
.gnav-bg-sp {
  -webkit-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
  visibility: hidden;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 767px) {
  .gnav-bg-sp.is-show {
    visibility: visible;
    opacity: 1;
  }
}

/**
 * main
 **/
.gnav-sp {
  -webkit-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
  visibility: hidden;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  z-index: 21;
  position: fixed;
  top: 0;
  right: -100%;
  width: 78%;
  height: 100%;
  background-color: #fff;
}

.gnav-sp aside {
  padding: 15px 0 0 10.4%;
}

@media only screen and (max-width: 767px) {
  .gnav-sp.is-show {
    visibility: visible;
    opacity: 1;
    right: 0;
  }
}

.gnav-sp-ci-oeko-tex {
  padding: 26px 0 0 10.4%;
}

.gnav-sp-ci-oeko-tex span {
  display: block;
  width: 112px;
  height: 25px;
  background-image: url(../img/common/gnav_ci_oeko-tex_sp.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 112px 25px;
  text-indent: -9999px;
}

.gnav-menu {
  margin: 32px 0 42px 0;
  padding: 0 10.4% 0 10.4%;
}

.gnav-menu li ~ li {
  margin-top: 22px;
}

.gnav-menu a {
  display: block;
  color: #848484;
}

.gnav-sp-btn-language {
  display: block;
  width: 100%;
  height: 40px;
  padding: 11px 0 0 10.4%;
  border-top: 1px solid #ebebec;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f4f4f4;
}

.gnav-sp-btn-language span {
  display: block;
  width: 98px;
  height: 16px;
  background-image: url(../img/common/gnav_language_img_sp.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 98px 16px;
  text-indent: -9999px;
}

.gnav-sp-btn-language.is-show span {
  background-position: 0 -17px;
}

.gnav-sp-select-language {
  display: none;
}

.gnav-sp-select-language a {
  display: block;
  width: 100%;
  height: 30px;
  padding: 10px 0 0 20%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gnav-sp-select-language .current {
  background-color: #fafafa;
}

.gnav-sp-select-language .current span {
  position: relative;
}

.gnav-sp-select-language .current span:before {
  content: "";
  position: absolute;
  display: block;
  background-position: left top;
  background-repeat: no-repeat;
  top: 4px;
  left: -23px;
  width: 9px;
  height: 2px;
  background-color: #f4a400;
}

.gnav-sp-select-language span {
  display: block;
  background-position: left top;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.gnav-sp-lang-ja span {
  width: 49px;
  height: 12px;
  background-image: url(../img/common/gnav_language_japanese_txt_sp.png);
  background-size: 49px 12px;
}

.gnav-sp-lang-en span {
  width: 36px;
  height: 13px;
  background-image: url(../img/common/gnav_language_english_txt_sp.png);
  background-size: 36px 13px;
}

.gnav-sp-about a {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 0 0 18.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 40px;
  background-color: #f4a400;
  color: #fff;
  font-weight: bold;
}

.gnav-sp-about span {
  position: relative;
}

.gnav-sp-about span:before {
  content: "";
  position: absolute;
  display: block;
  background-position: left top;
  background-repeat: no-repeat;
  top: 0;
  left: -23px;
  width: 16px;
  height: 15px;
  background-image: url(../img/common/gnav_about_oeko-tex_icn_sp.png);
  background-size: 16px 15px;
}

.gnav-sp-ci-nissenken span {
  display: block;
  width: 84px;
  height: 15px;
  background-image: url(../img/common/gnav_ci_nissenken_sp.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 84px 15px;
  text-indent: -9999px;
}

.gnav-sp-copyright {
  margin: 3px 0 9px 0;
  color: #aaa;
  font-size: 8px;
}

.gnav-sp-sns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.gnav-sp-sns li ~ li {
  margin-left: 8px;
}

.gnav-sp-sns a {
  display: block;
  width: 28px;
  height: 28px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  text-indent: -9999px;
}

.gnav-sp-sns-twitter a {
  background-image: url(../img/common/gnav_twitter_btn_sp.png);
}
.gnav-sp-sns-x a {
  background-image: url(../img/common/gnav_x_btn_sp.png);
}
.gnav-sp-sns-facebook a {
  background-image: url(../img/common/gnav_facebook_btn_sp.png);
}

.gnav-sp-sns-line a {
  background-image: url(../img/common/gnav_line_btn_sp.png);
}

.gnav-sp-close-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
}

.gnav-sp-close-btn a {
  display: block;
  width: 70px;
  height: 70px;
  background-image: url(../img/common/gnav_close_btn_sp.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  text-indent: -9999px;
}

/* ----------------------------------------
 * フッター（OEKO-TEX LABEL）
 * ------------------------------------- */
.footer-oeko-tex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 106px 0 83px 0;
}

@media only screen and (max-width: 767px) {
  .footer-oeko-tex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 35px 12.5% 40px;
  }
}

.footer-oeko-tex figure {
  width: 318px;
  margin-right: 40px;
}

@media only screen and (max-width: 767px) {
  .footer-oeko-tex figure {
    width: 188px;
    margin-right: 0;
  }
}

.footer-oeko-tex figure span {
  display: block;
  width: 100%;
  height: 204px;
  background-image: url(../img/common/footer_oeko-tex-label_img.png);
  background-position: left top;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .footer-oeko-tex figure span {
    height: 119px;
    background-image: url(../img/common/footer_oeko-tex-label_img_sp.png);
    background-size: 188px 119px;
  }
}

.footer-oeko-tex .info {
  width: 460px;
}

@media only screen and (max-width: 767px) {
  .footer-oeko-tex .info {
    width: 100%;
  }
}

.footer-oeko-tex .info dl {
  margin: 0 0 10px 0;
}

@media only screen and (max-width: 767px) {
  .footer-oeko-tex .info dl {
    margin-bottom: 16px;
  }
}

.footer-oeko-tex .info dl dt {
  margin: 10px 0 14px 0;
  padding: 0 0 9px 0;
  border-bottom: 1px solid #cacaca;
}

@media only screen and (max-width: 767px) {
  .footer-oeko-tex .info dl dt {
    margin-top: 19px;
    margin-bottom: 13px;
    padding-bottom: 11px;
    text-align: center;
  }
}

.footer-oeko-tex .info dl dd {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.8;
  color: #727171;
}

@media only screen and (max-width: 767px) {
  .footer-oeko-tex .info dl dd {
    line-height: 1.5;
  }
}

.footer-oeko-tex .info p {
  margin-right: 30px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .footer-oeko-tex .info p {
    margin-right: 0;
    text-align: left;
  }
}

.footer-oeko-tex .info p a {
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  position: relative;
  font-weight: bold;
}

.footer-oeko-tex .info p a:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 767px) {
  .footer-oeko-tex .info p a:hover {
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .footer-oeko-tex .info p a {
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #f4a400;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    line-height: 40px;
    font-weight: normal;
  }
}

.footer-oeko-tex .info p a:after {
  content: "";
  position: absolute;
  display: block;
  background-position: left top;
  background-repeat: no-repeat;
  top: -2px;
  right: -28px;
  width: 17px;
  height: 17px;
  background-image: url(../img/common/footer_oeko-tex-label_icn.png);
}

@media only screen and (max-width: 767px) {
  .footer-oeko-tex .info p a:after {
    top: 15px;
    right: 9px;
    width: 6px;
    height: 10px;
    background-image: url(../img/common/icn_arrow_right_orange_01_sp.png);
    background-size: 6px 10px;
  }
}

.footer-oeko-tex--info__label {
  display: block;
  width: 384px;
  height: 28px;
  margin-bottom: 8px;
  background-image: url(../img/common/footer_oeko-tex-label_ttl.png);
  background-position: left top;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

@media only screen and (max-width: 767px) {
  .footer-oeko-tex--info__label {
    width: 222px;
    height: 16px;
    margin: 0 auto 3px;
    background-image: url(../img/common/footer_oeko-tex-label_ttl_sp.png);
    background-size: 222px 16px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-oeko-tex--info__text {
    font-size: 10px;
  }
}

.ie .footer-oeko-tex .info p a:after {
  top: 0;
}

/* ----------------------------------------
 * フッター お問合せ
 * ------------------------------------- */
.footer-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 15px;
  margin: 0 auto;
  width: 80%;
}
 
.footer-contact p {
  margin: 5px;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .footer-contact {
    width:300px;
    display: block;
  }
  .footer-contact p {
    text-align: center;
  }

}

/* ----------------------------------------
 * フッター
 * ------------------------------------- */
.footer {
  position: relative;
  height: 70px;
  background-color: #848484;
}

@media only screen and (max-width: 767px) {
  .footer {
    height: 75px;
  }
}

.footer .copyright {
  position: absolute;
  top: 26px;
  left: 254px;
  color: #fff;
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .footer .copyright {
    position: static;
    margin-top: 7px;
    text-align: center;
    font-size: 8px;
  }
}

.footer-main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0 0 0;
}

@media only screen and (max-width: 767px) {
  .footer-main {
    padding-top: 17px;
  }
}

.footer-ci {
  width: 100%;
  padding: 0 0 0 42px;
}

@media only screen and (max-width: 767px) {
  .footer-ci {
    padding-top: 3px;
    padding-left: 6.9%;
  }
}

.footer-ci a {
  -webkit-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
  display: block;
  width: 170px;
  height: 31px;
  background-image: url(../img/common/footer_ci.png);
  background-position: left top;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

@media only screen and (max-width: 767px) {
  .footer-ci a {
    width: 112px;
    height: 20px;
    background-image: url(../img/common/footer_ci_sp.png);
    background-size: 112px 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .footer-ci a:hover {
    opacity: 0.7;
  }
}

.footer-sns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  padding: 0 50px 0 0;
}

@media only screen and (max-width: 767px) {
  .footer-sns {
    width: 100px;
    padding-right: 6.9%;
  }
}

.footer-sns li ~ li {
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .footer-sns li ~ li {
    margin-left: 8px;
  }
}

.footer-sns a {
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  display: block;
  width: 36px;
  height: 36px;
  text-indent: -9999px;
}

.footer-sns a:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 767px) {
  .footer-sns a:hover {
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .footer-sns a {
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
  }
}

.footer-sns-twitter a {
  background-image: url(../img/common/footer_twitter_icn.png);
}

@media only screen and (max-width: 767px) {
  .footer-sns-twitter a {
    background-image: url(../img/common/footer_x_icn_sp.png);
  }
}

.footer-sns-x a {
  background-image: url(../img/common/footer_x_icn.png);
}

@media only screen and (max-width: 767px) {
  .footer-sns-x a {
    background-image: url(../img/common/footer_x_icn_sp.png);
  }
}

.footer-sns-facebook a {
  background-image: url(../img/common/footer_facebook_icn.png);
}

@media only screen and (max-width: 767px) {
  .footer-sns-facebook a {
    background-image: url(../img/common/footer_facebook_icn_sp.png);
  }
}

@media only screen and (max-width: 767px) {
  .footer-sns-line a {
    background-image: url(../img/common/footer_line_icn_sp.png);
  }
}

/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 4%;
  height: 40px;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover .arrow {
  fill: #f4a400;
}

.flickity-prev-next-button[disabled]:hover .arrow {
  fill: #8e8e8e;
}

.flickity-prev-next-button:focus {
  outline: none;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: -39px;
}

.flickity-prev-next-button.previous svg {
  left: 0;
}

.flickity-prev-next-button.next {
  right: -39px;
}

.flickity-prev-next-button.next svg {
  right: 0;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  -webkit-transition: 0.1s ease 0s;
  transition: 0.1s ease 0s;
  fill: #8e8e8e;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* ----------------------------------------
 * 汎用
 * ------------------------------------- */
.no-pc {
  display: none;
}

@media only screen and (max-width: 767px) {
  .no-pc {
    display: inline-block;
  }
}

.no-sp {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .no-sp {
    display: none;
  }
}

.bg-img {
  display: block;
  background-position: left top;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

/* ----------------------------------------
 * アイコン
 * ------------------------------------- */
.icn-show-more-loading {
  display: none;
  padding-top: 12px;
}

@media only screen and (max-width: 767px) {
  .icn-show-more-loading {
    padding-top: 6px;
  }
}

.icn-new-01 {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 56px;
  height: 21px;
  margin: 0 0 0 15px;
  background-image: url(../img/common/icn_new_01.png);
  background-position: left top;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

@media only screen and (max-width: 767px) {
  .icn-new-01 {
    top: 1px;
    width: 36px;
    height: 14px;
    margin-left: 9px;
    background-image: url(../img/common/icn_new_01_sp.png);
    background-size: 36px 14px;
  }
}

.ie .icn-new-01 {
  top: -3px;
}

@media only screen and (max-width: 767px) {
  .android .icn-new-01 {
    top: 2px;
  }
}

/* ----------------------------------------
 * ボタン
 * ------------------------------------- */
.btn-orange-01 {
  width: 200px;
}

@media only screen and (max-width: 767px) {
  .btn-orange-01 {
    width: 100%;
  }
}

.btn-orange-01 a {
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  position: relative;
  display: block;
  width: 100%;
  height: 44px;
  border: 1px solid #f4a400;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  line-height: 44px;
  background-color: transparent;
}

.btn-orange-01 a:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 767px) {
  .btn-orange-01 a:hover {
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .btn-orange-01 a {
    height: 40px;
    line-height: 40px;
    font-size: 11px;
  }
}

.btn-orange-01 a:after {
  content: "";
  position: absolute;
  display: block;
  background-position: left top;
  background-repeat: no-repeat;
  top: 15px;
  right: 10px;
  width: 7px;
  height: 12px;
  background-image: url(../img/common/icn_arrow_right_orange_01.png);
}

@media only screen and (max-width: 767px) {
  .btn-orange-01 a:after {
    right: 9px;
    width: 6px;
    height: 10px;
    background-image: url(../img/common/icn_arrow_right_orange_01_sp.png);
    background-size: 6px 10px;
  }
}

.ie .btn-orange-01 a {
  padding-top: 13px;
  line-height: 1.5;
}

.btn-show-more-01, .btn-orange-02, .btn-pdf-01, .btn-accordion-1 {
  width: 270px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .btn-show-more-01, .btn-orange-02, .btn-pdf-01, .btn-accordion-1 {
    width: 240px;
  }
}

.btn-pdf-01.brown {
  width: 360px;
  text-align: left;
}

.btn-show-more-01 a, .btn-orange-02 a, .btn-pdf-01 a, .btn-pdf-02 a, .btn-pdf-03 a, .btn-accordion-1 a {
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  position: relative;
  display: block;
  width: 100%;
  height: 46px;
  line-height: 46px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f4a400;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.btn-pdf-01 a.brown {
  background-color: #9a5a0d;
  padding-left: 15px;
}

.btn-annual a {
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  position: relative;
  display: block;
  width: 100%;
  height: 46px;
  line-height: 46px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #646464;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.btn-pdf-01 a strong {
	font-weight:bolder;
	font-size:17px;
}
.btn-pdf-01 span {
	position: relative;
	display: block;
	width: 100%;
	height: 46px;
	text-align: center; 
	line-height: 46px;
	font-size: 16px;
	font-weight: bold;
}

.btn-show-more-01 a:hover, .btn-orange-02 a:hover, .btn-pdf-01 a:hover, .btn-pdf-02 a:hover, .btn-pdf-03 a:hover, .btn-accordion-1 a:hover, .btn-annual a:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 767px) {
  .btn-show-more-01 a:hover, .btn-orange-02 a:hover, .btn-pdf-01 a:hover, .btn-accordion-1 a:hover, .btn-annual a:hover {
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .btn-show-more-01 a, .btn-orange-02 a, .btn-pdf-01 a, .btn-accordion-1 a {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
}

.btn-show-more-01 a:after, .btn-orange-02 a:after, .btn-pdf-01 a:after, .btn-accordion-1 a:after {
  content: "";
  position: absolute;
  display: block;
  background-position: left top;
  background-repeat: no-repeat;
  top: 13px;
  right: 14px;
  width: 21px;
  height: 21px;
  background-image: url(../img/common/icn_plus_white_01.png);
}

@media only screen and (max-width: 767px) {
  .btn-show-more-01 a:after, .btn-orange-02 a:after, .btn-pdf-01 a:after, .btn-accordion-1 a:after {
    right: 17px;
    width: 14px;
    height: 13px;
    background-image: url(../img/common/icn_plus_white_01_sp.png);
    background-size: 14px 13px;
  }
}

.ie .btn-show-more-01 a, .ie .btn-orange-02 a, .ie .btn-pdf-01 a, .ie .btn-accordion-1 a {
  padding-top: 14px;
  line-height: 1.5;
}

.btn-annual a {
  padding-top: 12px;
  padding-right: 22px;
  line-height: 1.5;
}

.btn-arrow-gray-01 a {
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  padding: 0 32px 0 0;
  background-image: url(../img/common/icn_arrow_right_gray_02.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #848484;
  font-weight: bold;
}

.btn-arrow-gray-01 a:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 767px) {
  .btn-arrow-gray-01 a:hover {
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .btn-arrow-gray-01 a {
    display: block;
    height: 40px;
    padding: 0;
    text-align: center;
    line-height: 40px;
    background-color: #eee;
    background-image: none;
  }
}

@media only screen and (max-width: 767px) {
  .btn-arrow-gray-01 span {
    position: relative;
    margin-right: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .btn-arrow-gray-01 span:after {
    content: "";
    position: absolute;
    display: block;
    background-position: left top;
    background-repeat: no-repeat;
    top: 1px;
    right: -18px;
    width: 11px;
    height: 11px;
    background-image: url(../img/common/icn_arrow_right_orange_02_sp.png);
    background-size: 11px 11px;
  }
}

.win .btn-arrow-gray-01 a {
  background-position: right 0;
}

@media only screen and (max-width: 767px) {
  .android .btn-arrow-gray-01 span:after {
    top: 3px;
  }
}

.btn-arrow-orange-01 a {
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  padding: 0 32px 0 0;
  background-image: url(../img/common/icn_arrow_right_orange_02.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #f4a400;
  font-weight: bold;
}

.btn-arrow-orange-01 a:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 767px) {
  .btn-arrow-orange-01 a:hover {
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .btn-arrow-orange-01 a {
    padding-right: 18px;
    background-image: url(../img/common/icn_arrow_right_orange_02_sp.png);
    background-size: 11px 11px;
    font-weight: normal;
  }
}

.win .btn-arrow-orange-01 a {
  background-position: right 0;
}

.btn-orange-02 a:after {
  top: 12px;
  right: 13px;
  width: 14px;
  height: 21px;
  background-image: url(../img/common/icn_arrow_right_white_01.png);
}

@media only screen and (max-width: 767px) {
  .btn-orange-02 a:after {
    top: 13px;
    width: 9px;
    height: 14px;
    background-image: url(../img/common/icn_arrow_right_white_01_sp.png);
    background-size: 9px 14px;
  }
}

.btn-pdf-01 a {
  position: relative;
  display: block;
}

.btn-pdf-01 a:after,
.btn-pdf-02 a:after,
.btn-pdf-03 a:after {
  content: "";
  position: absolute;
  display: block;
  background-position: left top;
  background-repeat: no-repeat;
  top: 8px;
  right: 8px;
  width: 23px;
  height: 31px;
  background-image: url(../img/common/icn_pdf_white_01.png);
}

@media only screen and (max-width: 767px) {
  .btn-pdf-01 a:after,
  .btn-pdf-02 a:after,
  .btn-pdf-03 a:after {
    top: 7px;
    right: 8px;
    width: 20px;
    height: 26px;
    background-image: url(../img/common/icn_pdf_white_01_sp.png);
    background-size: 20px 26px;
  }
}

.ff .btn-pdf-01 span:after {
  top: -7px;
}

.win.ff .btn-pdf-01 span:after {
  top: -3px;
}

.win.chrome .btn-pdf-01 span:after {
  top: -5px;
}

.ie .btn-pdf-01 span:after {
  top: -5px;
}

.btn-accordion-1 a:after {
  top: 16px;
  right: 10px;
  width: 13px;
  height: 13px;
  background-image: url(../img/common/icn_accordion_module_01.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 13px 26px;
}

@media only screen and (max-width: 767px) {
  .btn-accordion-1 a:after {
    top: 12px;
  }
}

.btn-accordion-1 .is-active:after {
  background-position: 0 -13px;
}

@media only screen and (max-width: 767px) {
  .android .btn-accordion-1 a:after {
    top: 13px;
  }
}

/* ----------------------------------------
 * 枠：糸
 * ------------------------------------- */
.bg-ito-top, .bg-ito-bottom {
  position: relative;
}

.bg-ito-top:before, .bg-ito-bottom:after {
  content: "";
  position: absolute;
  display: block;
  background-position: left top;
  background-repeat: no-repeat;
  left: 0;
  width: 100%;
  height: 12px;
  background-position: center top;
  background-repeat: repeat-x;
}

@media only screen and (max-width: 767px) {
  .bg-ito-top:before, .bg-ito-bottom:after {
    height: 20px;
    background-size: 320px 20px;
  }
}

.bg-ito-top:before {
  top: -8px;
  background-image: url(../img/common/bg_ito_top_01.png);
}

@media only screen and (max-width: 767px) {
  .bg-ito-top:before {
    top: -10px;
    background-image: url(../img/common/bg_ito_top_01_sp.png);
  }
}

.bg-ito-bottom:after {
  bottom: -8px;
  background-image: url(../img/common/bg_ito_bottom_01.png);
}

@media only screen and (max-width: 767px) {
  .bg-ito-bottom:after {
    bottom: -10px;
    background-image: url(../img/common/bg_ito_bottom_01_sp.png);
  }
}

/* ----------------------------------------
 * ページャー
 * ------------------------------------- */
.pager-box-01 {
  height: 88px;
  border-bottom: 1px solid #ebebec;
}

@media only screen and (max-width: 767px) {
  .pager-box-01 {
    height: 75px;
  }
}

.pager-box-01 > div {
  position: relative;
  width: 576px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .pager-box-01 > div {
    width: 100%;
    margin: 0;
  }
}

.pager-box-01 ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pager-box-01 ul a {
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  color: #848484;
}

.pager-box-01 ul a:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 767px) {
  .pager-box-01 ul a:hover {
    opacity: 1;
  }
}

.pager-box-01-index {
  display: block;
  height: 88px;
  padding: 33px 0 0 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .pager-box-01-index {
    height: 75px;
    padding-top: 29px;
    padding-left: 32px;
  }
}

.pager-box-01-index span {
  position: relative;
}

.pager-box-01-index span:before {
  content: "";
  position: absolute;
  display: block;
  background-position: left top;
  background-repeat: no-repeat;
  top: -4px;
  left: -36px;
  width: 22px;
  height: 22px;
  background-image: url(../img/common/icn_pager_index_01.png);
}

@media only screen and (max-width: 767px) {
  .pager-box-01-index span:before {
    left: -32px;
    width: 23px;
    height: 23px;
    background-image: url(../img/common/icn_pager_index_01_sp.png);
    background-size: 23px 23px;
  }
}

.ie .pager-box-01-index {
  padding-top: 37px;
}

.previouspostslink, .nextpostslink {
  position: absolute;
  top: 0;
  display: block;
  width: 88px;
  height: 88px;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

@media only screen and (max-width: 767px) {
  .previouspostslink, .nextpostslink {
    width: 40px;
    height: 75px;
    background-size: 8px 14px;
  }
}

.previouspostslink {
  left: 0;
  background-image: url(../img/common/icn_pager_left_01.png);
}

@media only screen and (max-width: 767px) {
  .previouspostslink {
    left: 4.7%;
    background-image: url(../img/common/icn_pager_left_01_sp.png);
  }
}

.nextpostslink {
  right: 0;
  background-image: url(../img/common/icn_pager_right_01.png);
}

@media only screen and (max-width: 767px) {
  .nextpostslink {
    right: 4.7%;
    background-image: url(../img/common/icn_pager_right_01_sp.png);
  }
}

/* ----------------------------------------
 * タイトルエリア
 * ------------------------------------- */
.title-area {
  height: 472px;
  background-image: url(../img/common/title_lower_common_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #6a6a6a;
}

@media only screen and (max-width: 767px) {
  .title-area {
    height: 250px;
    background-image: url(../img/common/title_lower_common_bg_sp.jpg);
  }
}

.title-area > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .title-area > div {
    padding-left: 12.5%;
    padding-right: 12.5%;
  }
}

.title-area h1 span {
  display: block;
  margin: 0 auto;
  background-position: left top;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.title-area .caption {
  margin-top: 20px;
  text-align: center;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
  .title-area .caption {
    margin-top: 6px;
    font-size: 10px;
  }
}

.title-area .txt {
  margin-top: 34px;
  text-align: center;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .title-area .txt {
    margin-top: 13px;
    text-align: left;
    line-height: 1.6;
  }
}

.single .title-area .txt {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .single .title-area .txt {
    margin-top: 10px;
  }
}

.title-area.news {
  background-image: url(../img/common/title_news_bg.jpg);
}

@media only screen and (max-width: 767px) {
  .title-area.news {
    background-image: url(../img/common/title_news_bg_sp.jpg);
  }
}

.title-area.news h1 span {
  width: 108px;
  height: 28px;
  background-image: url(../img/common/title_news_txt.png);
}

@media only screen and (max-width: 767px) {
  .title-area.news h1 span {
    width: 80px;
    height: 20px;
    background-image: url(../img/common/title_news_txt_sp.png);
    background-size: 80px 20px;
  }
}

.title-area.showcase h1 span {
  width: 203px;
  height: 25px;
  background-image: url(../img/common/title_products_txt.png);
}

@media only screen and (max-width: 767px) {
  .title-area.showcase h1 span {
    width: 146px;
    height: 18px;
    background-image: url(../img/common/title_products_txt_sp.png);
    background-size: 146px 18px;
  }
}

.title-area.showcase .btn-orange-02 {
  margin: 33px auto 0;
}

@media only screen and (max-width: 767px) {
  .title-area.showcase .btn-orange-02 {
    width: 100%;
    margin-top: 11px;
  }
}

.title-area.showcase.category {
  height: 372px;
}

@media only screen and (max-width: 767px) {
  .title-area.showcase.category {
    height: 250px;
  }
}

.title-area.showcase.single {
  height: 150px;
}

@media only screen and (max-width: 767px) {
  .title-area.showcase.single {
    height: 120px;
  }
}

.title-area.authenication h1 span {
  width: 543px;
  height: 28px;
  background-image: url(../img/common/title_authenication_txt.png);
}

.title-area.showcase .world-search {
  width:100%;
  padding-top:40px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .title-area.showcase .world-search {
    padding-top:20px;
  }
}

.title-area.showcase .world-search a {
  width:100%;
  line-height: 46px;
  text-decoration: underline;
}

.title-area.showcase .world-search a::after {
  content: " >";
}

@media only screen and (max-width: 767px) {
  .title-area.authenication h1 span {
    width: 199px;
    height: 48px;
    background-image: url(../img/common/title_authenication_txt_sp.png);
    background-size: 199px 48px;
  }
}

.title-area.about h1 span {
  width: 346px;
  height: 26px;
  background-image: url(../img/common/title_about_txt.png);
}

@media only screen and (max-width: 767px) {
  .title-area.about h1 span {
    width: 238px;
    height: 18px;
    background-image: url(../img/common/title_about_txt_sp.png);
    background-size: 238px 18px;
  }
}

.title-area.interview {
  background-image: url(../img/common/title_interview_bg.jpg);
}

@media only screen and (max-width: 767px) {
  .title-area.interview {
    background-image: url(../img/common/title_interview_bg_sp.jpg);
  }
}

.title-area.interview h1 span {
  width: 211px;
  height: 28px;
  background-image: url(../img/common/title_interview_txt.png);
}

@media only screen and (max-width: 767px) {
  .title-area.interview h1 span {
    width: 152px;
    height: 20px;
    background-image: url(../img/common/title_interview_txt_sp.png);
    background-size: 152px 20px;
  }
}

.title-area.agreement h1 span {
  width: 760px;
  height: 26px;
  background-image: url(../img/common/title_agreement_txt.png);
}

@media only screen and (max-width: 767px) {
  .title-area.agreement h1 span {
    width: 313px;
    height: 47px;
    background-image: url(../img/common/title_agreement_txt_sp.png);
    background-size: 313px 47px;
  }
}

/**
 * リニューアル
 **/
.c-lower-title-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 472px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* ----------------------------------------
 * ニュース（リスト）
 * ------------------------------------- */
.news-index-list {
  padding: 15px 0 14px 0;
  border-bottom: 1px solid #cacaca;
}

@media only screen and (max-width: 767px) {
  .news-index-list {
    padding-top: 12px;
    padding-bottom: 11px;
  }
}

.news-index-list a {
  position: relative;
  display: block;
  padding: 0 45px 0 0;
  color: #848484;
}

@media only screen and (max-width: 767px) {
  .news-index-list a {
    padding-right: 30px;
  }
}

.news-index-list a:hover dl dd {
  color: #f4a400;
}

@media only screen and (max-width: 767px) {
  .news-index-list a:hover dl dd {
    color: #848484;
  }
}

.news-index-list a:after {
  content: "";
  position: absolute;
  display: block;
  background-position: left top;
  background-repeat: no-repeat;
  top: 50%;
  right: 0;
  width: 16px;
  height: 27px;
  margin-top: -13px;
  background-image: url(../img/common/icn_arrow_right_gray_01.png);
}

@media only screen and (max-width: 767px) {
  .news-index-list a:after {
    width: 12px;
    height: 21px;
    margin-top: -10px;
    background-image: url(../img/common/icn_arrow_right_gray_01_sp.png);
    background-size: 12px 21px;
  }
}

.news-index-list .no-link {
  display: block;
  padding: 0 45px 0 0;
}

@media only screen and (max-width: 767px) {
  .news-index-list .no-link {
    padding-right: 30px;
  }
}

.news-index-list dl dt, .news-index-list dl dd {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .news-index-list dl dt, .news-index-list dl dd {
    font-size: 12px;
  }
}

.news-index-list dl dd {
  -webkit-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
  margin: 2px 0 0 0;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .news-index-list dl dd {
    transition: none;
    margin-top: 3px;
    line-height: 1.5;
  }
}

/* ----------------------------------------
 * ショーケース（リスト）
 * ------------------------------------- */
.showcase-list-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.showcase-list {
  width: 31.3%;
  -webkit-flex-basis: 31.3%;
  flex-basis: 31.3%;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .showcase-list {
    width: 48.3%;
    -webkit-flex-basis: 48.3%;
    flex-basis: 48.3%;
  }
}

.showcase-list a {
  display: block;
  width: 100%;
  height: 100%;
  color: #848484;
}

.showcase-list a:hover .img {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .showcase-list a:hover .img {
    opacity: 1;
  }
}

.showcase-list .img {
  -webkit-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .showcase-list .img {
    transition: none;
  }
}

.showcase-list .inner {
  position: relative;
  padding: 20px 6.3% 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .showcase-list .inner {
    padding: 9px 5.7% 0;
  }
}

.showcase-list .inner figure {
  margin: 0 0 10px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #cacaca;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .showcase-list .inner figure {
    margin-bottom: 4px;
    padding-bottom: 7px;
  }
}

@media only screen and (max-width: 767px) {
  .showcase-list .inner figure img {
    zoom: 0.5;
    vertical-align: middle;
  }
}

.showcase-list .name {
  padding-bottom: 60px;
}

.showcase-list .name dt {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .showcase-list .name dt {
    font-size: 10px;
  }
}

.showcase-list .name dd {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .showcase-list .name dd {
    font-size: 10px;
  }
}

.showcase-list .category {
  position: absolute;
  bottom: 18px;
  left: 6.3%;
  width: calc(100% - 40px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .showcase-list .category {
    bottom: 6px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 15px);
  }
}

.showcase-list .category dt, .showcase-list .category dd {
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .showcase-list .category dt, .showcase-list .category dd {
    font-size: 10px;
  }
}

.showcase-list .category dt {
  width: 22%;
  -webkit-flex-basis: 22%;
  flex-basis: 22%;
  margin-right: 3%;
  color: #bbb;
}

@media only screen and (max-width: 767px) {
  .showcase-list .category dt {
    width: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    margin-right: 0;
  }
}

.showcase-list .category dd {
  width: 75%;
  -webkit-flex-basis: 75%;
  flex-basis: 75%;
}

@media only screen and (max-width: 767px) {
  .showcase-list .category dd {
    width: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}

.showcase-list .category ul li {
  position: relative;
  display: inline;
}

.showcase-list .category ul li ~ li {
  margin-left: 18px;
}

@media only screen and (max-width: 767px) {
  .showcase-list .category ul li ~ li {
    margin-left: 14px;
  }
}

.showcase-list .category ul li ~ li:before {
  content: "＞";
  position: absolute;
  top: -3px;
  left: -14px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .showcase-list .category ul li ~ li:before {
    top: -2px;
    left: -12px;
  }
}

.showcase-list ~ .showcase-list {
  margin-left: 3%;
}

@media only screen and (max-width: 767px) {
  .showcase-list ~ .showcase-list {
    margin-left: 3.4%;
  }
}

.showcase-list:nth-child(3n+1) {
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .showcase-list:nth-child(3n+1) {
    margin-left: 3.4%;
  }
}

@media only screen and (max-width: 767px) {
  .showcase-list:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .showcase-list:nth-child(n+3) {
    margin-top: 10px;
  }
}

.showcase-list:nth-child(n+4) {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .showcase-list:nth-child(n+4) {
    margin-top: 10px;
  }
}

.win .showcase-list .category ul li ~ li:before {
  top: -1px;
}

.win.ff .showcase-list .category ul li ~ li:before {
  top: 0;
}

.win.ie .showcase-list .category ul li ~ li:before {
  top: 1px;
}

/* ----------------------------------------
 * 404
 * ------------------------------------- */
.not-found-wrap {
  padding: 90px 0 95px 0;
  border-bottom: 1px solid #ebebec;
}

@media only screen and (max-width: 767px) {
  .not-found-wrap {
    padding-top: 35px;
    padding-bottom: 40px;
  }
}

.not-found h1 {
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .not-found h1 {
    font-size: 14px;
  }
}

.not-found .lead {
  margin: 28px 0 38px 0;
  line-height: 1.8;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .not-found .lead {
    margin-top: 18px;
    margin-bottom: 28px;
    line-height: 1.6;
    font-size: 12px;
  }
}

.not-found .btn-orange-02 {
  margin-left: auto;
  margin-right: auto;
}

/* ----------------------------------------
 * アニメーション
 * ------------------------------------- */
.fade-top {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .fade-top {
    transition: none;
  }
}

.fade-top.action {
  visibility: visible;
  opacity: 1;
}

.fade-top {
  top: 30px;
}

.fade-top.action {
  top: 0;
}

/* ----------------------------------------
 * 全体
 * ------------------------------------- */
.top .header {
  border-bottom: none;
  background-color: transparent;
}

.top .header.fix {
  background-color: #fff;
}

.top .header-sub {
  border-left: none;
}

.top .contents {
  padding-top: 0;
}

/* ----------------------------------------
 * タイトルエリア
 * ------------------------------------- */
.top-title-area h2 {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .top-title-area h2 {
    margin-bottom: 7px;
  }
}

.top-title-area h2 span {
  display: block;
  margin: 0 auto;
  background-position: left top;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.top-title-area .caption {
  text-align: center;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
  .top-title-area .caption {
    font-size: 10px;
  }
}

.top-title-area .lead {
  margin-top: 29px;
  text-align: center;
  line-height: 1.8;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .top-title-area .lead {
    margin-top: 17px;
    padding-left: 12.5%;
    padding-right: 12.5%;
    text-align: left;
    line-height: 1.6;
    font-size: 12px;
  }
}

/* ----------------------------------------
 * VI
 * ------------------------------------- */
.vi-wrap {
  position: relative;
  height: 852px;
}

@media only screen and (max-width: 767px) {
  .vi-wrap {
    height: 442px;
  }
}

.vi-wrap:after {
  content: "";
  position: absolute;
  display: block;
  background-position: left top;
  background-repeat: no-repeat;
  z-index: 5;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 116px;
  background-image: url(../img/top/vi_cover_bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media only screen and (max-width: 767px) {
  .vi-wrap:after {
    height: 58px;
  }
}

/**
 * parts object
 **/
.vi-pager {
  z-index: 5;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  bottom: 145px;
  left: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .vi-pager {
    bottom: 40px;
  }
}

.vi-pager > div {
  margin: 0 10px;
}

.vi-pager a {
  display: block;
  width: 6px;
  height: 6px;
  background-image: url(../img/top/vi_pager_icn.png);
  background-position: left top;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

@media only screen and (max-width: 767px) {
  .vi-pager a {
    width: 7px;
    height: 7px;
    background-image: url(../img/top/vi_pager_icn_sp.png);
    background-size: 7px 14px;
  }
}

.vi-pager .on {
  background-position: 0 -6px;
}

@media only screen and (max-width: 767px) {
  .vi-pager .on {
    background-position: 0 -7px;
  }
}

.vi-pager ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.vi-pager ul li {
  margin: 0 10px;
}

.vi-pager ul a {
  display: block;
  width: 6px;
  height: 6px;
  background-image: url(../img/top/vi_pager_icn.png);
  background-position: left top;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

@media only screen and (max-width: 767px) {
  .vi-pager ul a {
    width: 7px;
    height: 7px;
    background-image: url(../img/top/vi_pager_icn_sp.png);
    background-size: 7px 14px;
  }
}

.vi-pager ul .on {
  background-position: 0 -6px;
}

@media only screen and (max-width: 767px) {
  .vi-pager ul .on {
    background-position: 0 -7px;
  }
}

.vi-pager-next, .vi-pager-prev {
  z-index: 5;
  position: absolute;
  top: 400px;
  width: 28px;
  height: 52px;
}

@media only screen and (max-width: 767px) {
  .vi-pager-next, .vi-pager-prev {
    display: none;
  }
}

.vi-pager-next a, .vi-pager-prev a {
  -webkit-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
  opacity: 0.6;
  display: block;
  width: 100%;
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.vi-pager-next a:hover, .vi-pager-prev a:hover {
  opacity: 1;
}

.vi-pager-next {
  right: 40px;
}

.vi-pager-next a {
  background-image: url(../img/top/vi_pager_next.png);
}

.vi-pager-prev {
  left: 40px;
}

.vi-pager-prev a {
  background-image: url(../img/top/vi_pager_prev.png);
}

.vi-scroll-icn {
  z-index: 5;
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: 31px;
  height: 55px;
  margin: 0 0 0 -15px;
  background-image: url(../img/top/vi_scroll_img.png);
  background-position: left top;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .vi-scroll-icn {
    display: none;
  }
}

/**
 * slide object
 **/
.vi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vi-list {
  -webkit-transition: 1s ease 0s;
  transition: 1s ease 0s;
  z-index: 1;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.vi-list .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.vi-list .bg1 {
  background-image: url(../img/top/vi_slide1_bg.jpg);
  background-position: center center;
}

@media only screen and (max-width: 767px) {
  .vi-list .bg1 {
    background-image: url(../img/top/vi_slide1_bg_sp.jpg);
  }
}

.vi-list .bg2 {
  background-image: url(../img/top/vi_slide2_bg.jpg);
}

@media only screen and (max-width: 767px) {
  .vi-list .bg2 {
    background-image: url(../img/top/vi_slide2_bg_sp.jpg);
    background-position: center center;
  }
}

.vi-list .bg3 {
  background-image: url(../img/top/vi_slide3_bg.jpg);
  background-position: right bottom;
}

@media only screen and (max-width: 767px) {
  .vi-list .bg3 {
    background-image: url(../img/top/vi_slide3_bg_sp.jpg);
    background-position: center center;
  }
}

.vi-list .bg4 {
  background-image: url(../img/top/vi_slide4_bg.jpg);
}

@media only screen and (max-width: 767px) {
  .vi-list .bg4 {
    background-image: url(../img/top/vi_slide4_bg_sp.jpg);
  }
}

.vi-list .bg5 {
  background-image: url(../img/top/vi_slide5_bg.jpg);
  background-position: center center;
}

@media only screen and (max-width: 767px) {
  .vi-list .bg5 {
    background-image: url(../img/top/vi_slide5_bg_sp.jpg);
  }
}

.vi-list .bg6 {
  background-image: url(../img/top/vi_slide6_bg.jpg);
  background-position: left top;
}

@media only screen and (max-width: 767px) {
  .vi-list .bg6 {
    background-image: url(../img/top/vi_slide6_bg_sp.jpg);
  }
}

.vi-list .bg-label {
  background-image: url(../img/top/vi_label_cover_img.jpg);
  background-position: center center;
}

@media only screen and (max-width: 767px) {
  .vi-list .bg-label {
    background-image: url(../img/top/vi_label_cover_img_sp.jpg);
  }
}

.vi-list .bg-interview-kaihara {
  background-image: url(../img/top/vi_interview_kaihara_cover_img.jpg);
  background-position: left top;
}

@media only screen and (max-width: 767px) {
  .vi-list .bg-interview-kaihara {
    background-image: url(../img/top/vi_interview_kaihara_cover_img_sp.jpg);
  }
}

.vi-list .bg-interview-feiler {
  background-image: url(../img/top/vi_interview_feiler_cover_img.jpg);
  background-position: right top;
}

@media only screen and (max-width: 767px) {
  .vi-list .bg-interview-feiler {
    background-image: url(../img/top/vi_interview_feiler_cover_img_sp.jpg);
  }
}

.vi-list .bg-interview-babybjorn {
  background-image: url(../img/top/vi_interview_babybjorn_cover_img.jpg);
  background-position: right top;
}

@media only screen and (max-width: 767px) {
  .vi-list .bg-interview-babybjorn {
    background-image: url(../img/top/vi_interview_babybjorn_cover_img_sp.jpg);
  }
}

.vi-list .bg-factory {
  background-image: url(../img/top/vi_factory_cover_img.jpg);
  background-position: right top;
}

@media only screen and (max-width: 767px) {
  .vi-list .bg-factory {
    background-image: url(../img/top/vi_factory_cover_img_sp.jpg);
  }
}

.vi-list .bg-family {
  background-image: url(../img/top/vi_family_cover_img.jpg);
  background-position: left top;
}

@media only screen and (max-width: 767px) {
  .vi-list .bg-family {
    background-image: url(../img/top/vi_family_cover_img_sp.jpg);
  }
}

.vi-list .bg-green {
  background-image: url(../img/top/vi_green_cover_img.png);
}

@media only screen and (max-width: 767px) {
  .vi-list .bg-green {
    background-image: url(../img/top/vi_green_cover_img_sp.png);
  }
}

.vi-list .bg-tshirts {
  background-image: url(../img/top/vi_tshirts_cover_img.png);
}

@media only screen and (max-width: 767px) {
  .vi-list .bg-tshirts {
    background-image: url(../img/top/vi_tshirts_cover_img_sp.png);
  }
}

.vi-list.pre {
  z-index: 3;
  opacity: 0;
}

.vi-list.current {
  z-index: 2;
  opacity: 1;
}

.slide-type-01 {
  position: absolute;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .slide-type-01 {
    top: auto !important;
    bottom: 57px;
    left: 5% !important;
    width: 90% !important;
    height: 200px !important;
    margin: 0 !important;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

.slide-type-01 .inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.slide-type-01 .txt {
  padding: 0 0 34px 0;
}

@media only screen and (max-width: 767px) {
  .slide-type-01 .txt {
    padding-bottom: 17px;
  }
}

.slide-type-01 .txt span {
  display: block;
  margin: 0 auto;
  background-position: left top;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.slide-type-01 .btn-orange-01 {
  margin: 0 auto;
}

.slide-type-01 .btn-all {
  width: 100%;
  height: 300px;
  margin: 0 auto;
}

.vi-slide-01 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -125px 0 0 -178px;
}

@media only screen and (max-width: 1299px) {
  .vi-slide-01 {
    margin-left: -398px;
  }
}

@media only screen and (max-width: 767px) {
  .vi-slide-01 {
    display: none;
  }
}

.vi-slide-01 p {
  width: 753px;
  height: 250px;
  background-image: url(../img/top/vi_slide1_img.png);
  background-position: left top;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.vi-slide-02 {
  top: 50%;
  left: 50%;
  width: 460px;
  height: 460px;
  margin-top: -230px;
  margin-left: -511px;
}

.vi-slide-02 .txt span {
  width: 335px;
  height: 270px;
  background-image: url(../img/top/vi_slide2_img.png);
}

@media only screen and (max-width: 767px) {
  .vi-slide-02 .txt span {
    width: 242px;
    height: 99px;
    background-image: url(../img/top/vi_slide2_img_sp.png);
    background-size: 242px 99px;
  }
}

.vi-slide-03 {
  top: 280px;
  left: 200px;
  width: 420px;
  height: 420px;
}

.vi-slide-03 .txt span {
  width: 335px;
  height: 148px;
  background-image: url(../img/top/vi_slide3_img.png);
}

@media only screen and (max-width: 767px) {
  .vi-slide-03 .txt span {
    width: 228px;
    height: 87px;
    background-image: url(../img/top/vi_slide3_img_sp.png);
    background-size: 228px 87px;
  }
}

.vi-slide-04 {
  top: 300px;
  left: 120px;
  width: 420px;
  height: 420px;
}

.vi-slide-04 .txt span {
  width: 279px;
  height: 135px;
  background-image: url(../img/top/vi_slide4_img.png);
}

@media only screen and (max-width: 767px) {
  .vi-slide-04 .txt span {
    width: 194px;
    height: 93px;
    background-image: url(../img/top/vi_slide4_img_sp.png);
    background-size: 194px 93px;
  }
}

.vi-slide-05 {
  top: 197px;
  left: 18%;
  width: 460px;
  height: 460px;
}

.vi-slide-05 .txt span {
  width: 253px;
  height: 219px;
  background-image: url(../img/top/vi_slide5_img.png);
}

@media only screen and (max-width: 767px) {
  .vi-slide-05 .txt span {
    width: 243px;
    height: 100px;
    background-image: url(../img/top/vi_slide5_img_sp.png);
    background-size: 243px 100px;
  }
}

.vi-slide-06 {
  top: 280px;
  right: 14%;
  width: 420px;
  height: 420px;
}

.vi-slide-06 .txt span {
  width: 322px;
  height: 259px;
  background-image: url(../img/top/vi_slide6_img.png);
}

@media only screen and (max-width: 767px) {
  .vi-slide-06 .txt span {
    width: 250px;
    height: 94px;
    background-image: url(../img/top/vi_slide6_img_sp.png);
    background-size: 250px 94px;
  }
}

.vi-label {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -140px 0 0 -192px;
}

@media only screen and (max-width: 1299px) {
  .vi-label {
    margin-left: -403px;
  }
}

@media only screen and (max-width: 767px) {
  .vi-label {
    display: none;
  }
}

.vi-label p {
  width: 759px;
  height: 286px;
  background-image: url(../img/top/vi_label_copy.png);
  background-position: left top;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.vi-interview-kaihara {
  top: 195px;
  right: 18%;
  width: 460px;
  height: 460px;
}

.vi-interview-kaihara .txt span {
  width: 327px;
  height: 266px;
  background-image: url(../img/top/vi_interview_kaihara_copy.png);
}

@media only screen and (max-width: 767px) {
  .vi-interview-kaihara .txt span {
    width: 250px;
    height: 106px;
    background-image: url(../img/top/vi_interview_kaihara_copy_sp.png);
    background-size: 250px 106px;
  }
}

.vi-interview-feiler {
  top: 195px;
  right: 15%;
  width: 460px;
  height: 460px;
}

.vi-interview-feiler .txt span {
  width: 360px;
  height: 265px;
  background-image: url(../img/top/vi_interview_feiler_copy.png);
}

@media only screen and (max-width: 767px) {
  .vi-interview-feiler .txt span {
    width: 240px;
    height: 97px;
    background-image: url(../img/top/vi_interview_feiler_copy_sp.png);
    background-size: 240px 97px;
  }
}

.vi-interview-babybjorn {
  top: 195px;
  left: 12%;
  width: 460px;
  height: 460px;
}

.vi-interview-babybjorn .txt span {
  width: 274px;
  height: 245px;
  background-image: url(../img/top/vi_interview_babybjorn_copy.png);
}

@media only screen and (max-width: 767px) {
  .vi-interview-babybjorn .txt span {
    width: 246px;
    height: 102px;
    background-image: url(../img/top/vi_interview_babybjorn_copy_sp.png);
    background-size: 246px 102px;
  }
}

.vi-factory {
  top: 246px;
  left: 14%;
  width: 400px;
  height: 400px;
}

.vi-factory .txt {
  padding-bottom: 0;
}

.vi-factory .txt span {
  width: 270px;
  height: 288px;
  background-image: url(../img/top/vi_factory_copy.png);
}

@media only screen and (max-width: 767px) {
  .vi-factory .txt span {
    width: 175px;
    height: 160px;
    background-image: url(../img/top/vi_factory_copy_sp.png);
    background-size: 175px 160px;
  }
}

.vi-family {
  top: 246px;
  right: 16%;
  width: 400px;
  height: 400px;
}

.vi-family .txt {
  padding-bottom: 0;
}

.vi-family .txt span {
  width: 261px;
  height: 260px;
  background-image: url(../img/top/vi_family_copy.png);
}

@media only screen and (max-width: 767px) {
  .vi-family .txt span {
    width: 185px;
    height: 150px;
    background-image: url(../img/top/vi_family_copy_sp.png);
    background-size: 185px 150px;
  }
}

.vi-green {
  top: 123px;
  right: 16%;
  width: 400px;
  height: 400px;
}

.vi-green .txt {
  padding-bottom: 0;
}

.vi-green .txt span {
  width: 261px;
  height: 260px;
  background-image: url(../img/top/vi_green_copy.png);
}

@media only screen and (max-width: 767px) {
  .vi-green .txt span {
    width: 185px;
    height: 151px;
    background-image: url(../img/top/vi_green_copy_sp.png);
    background-size: 185px 151px;
  }
}

.vi-tshirts {
  top: 227px;
  right: 16%;
  width: 400px;
  height: 400px;
}

.vi-tshirts .txt {
  padding-bottom: 0;
}

.vi-tshirts .txt span {
  width: 260px;
  height: 268px;
  background-image: url(../img/top/vi_tshirts_copy.png);
}

@media only screen and (max-width: 767px) {
  .vi-tshirts .txt span {
    width: 185px;
    height: 159px;
    background-image: url(../img/top/vi_tshirts_copy_sp.png);
    background-size: 185px 159px;
  }
}

a.tshirts,
a.family {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: calc(100% - 80px);
}
.vi-tshirts a,
.vi-family a {
  position: absolute;
  width: 100%;
  height: 100%;
}


/* ----------------------------------------
 * TOPICS
 * ------------------------------------- */
.top-topics-wrap {
  width: 100%;
  padding: 97px 0 112px 0;
}

@media only screen and (max-width: 767px) {
  .top-topics-wrap {
    padding-top: 43px;
    padding-bottom: 43px;
  }
}

/**
 * header
 **/
.top-topics-header {
  margin: 0 0 54px 0;
}

@media only screen and (max-width: 767px) {
  .top-topics-header {
    margin-bottom: 30px;
  }
}

.top-topics-header h2 span {
  width: 139px;
  height: 25px;
  background-image: url(../img/common/title_topics_txt.png);
}

@media only screen and (max-width: 767px) {
  .top-topics-header h2 span {
    width: 99px;
    height: 18px;
    background-image: url(../img/common/title_topics_txt_sp.png);
    background-size: 99px 18px;
  }
}

/**
 * body
 **/
.top-topics-body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .top-topics-body {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.top-topics-body h3 {
  margin: 0 0 7px 0;
}

@media only screen and (max-width: 767px) {
  .top-topics-body h3 {
    margin-bottom: 5px;
  }
}

.top-topics-body h3 span {
  display: block;
  background-position: left top;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

@media only screen and (max-width: 767px) {
  .top-topics-body h3 span {
    margin: 0 auto;
  }
}

.top-topics-body .btn-arrow-gray-01 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 17px;
}

@media only screen and (max-width: 767px) {
  .top-topics-body .btn-arrow-gray-01 {
    display: block;
    margin-top: 20px;
  }
}

.top-topics-facebook {
  width: 44.7%;
  -webkit-flex-basis: 44.7%;
  flex-basis: 44.7%;
  margin-right: 10.6%;
}

@media only screen and (max-width: 767px) {
  .top-topics-facebook {
    width: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    margin-right: 0;
  }
}

.top-topics-facebook h3 span {
  width: 94px;
  height: 17px;
  background-image: url(../img/top/topics_facebook_shd.png);
}

@media only screen and (max-width: 767px) {
  .top-topics-facebook h3 span {
    width: 80px;
    height: 14px;
    background-image: url(../img/top/topics_facebook_shd_sp.png);
    background-size: 80px 14px;
  }
}

.facebook-index-list {
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #cacaca;
}

@media only screen and (max-width: 767px) {
  .facebook-index-list {
    padding-top: 15px;
    padding-bottom: 11px;
  }
}

.facebook-index-list a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 45px 0 0;
  color: #848484;
}

@media only screen and (max-width: 767px) {
  .facebook-index-list a {
    padding-right: 30px;
  }
}

.facebook-index-list a:hover dl dd {
  color: #f4a400;
}

@media only screen and (max-width: 767px) {
  .facebook-index-list a:hover dl dd {
    color: #848484;
  }
}

.facebook-index-list a:after {
  content: "";
  position: absolute;
  display: block;
  background-position: left top;
  background-repeat: no-repeat;
  top: 50%;
  right: 0;
  width: 16px;
  height: 27px;
  margin-top: -13px;
  background-image: url(../img/common/icn_arrow_right_gray_01.png);
}

@media only screen and (max-width: 767px) {
  .facebook-index-list a:after {
    width: 12px;
    height: 21px;
    margin-top: -10px;
    background-image: url(../img/common/icn_arrow_right_gray_01_sp.png);
    background-size: 12px 21px;
  }
}

.facebook-index-list figure {
  width: 35.4%;
  -webkit-flex-basis: 35.4%;
  flex-basis: 35.4%;
  margin-right: 6%;
  /*span {
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 100%;
      border: 1px solid $bg-border-01;
      @include box-sizing;
      background: {
        image: url(../img/top/topics_facebook_no_photo_img.png);
        position: center center;
        repeat: no-repeat;
        size: cover;
      }
    }*/
}

@media only screen and (max-width: 767px) {
  .facebook-index-list figure {
    width: 48.1%;
    -webkit-flex-basis: 48.1%;
    flex-basis: 48.1%;
    margin-right: 5.7%;
  }
}

.facebook-index-list figure img {
  border: 1px solid #ebebec;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.facebook-index-list dl {
  width: 58.6%;
  -webkit-flex-basis: 58.6%;
  flex-basis: 58.6%;
}

@media only screen and (max-width: 767px) {
  .facebook-index-list dl {
    width: 46.2%;
    -webkit-flex-basis: 46.2%;
    flex-basis: 46.2%;
  }
}

.facebook-index-list dl dd {
  -webkit-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
  margin: 5px 0 0 0;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .facebook-index-list dl dd {
    transition: none;
    margin-top: 6px;
    line-height: 1.5;
  }
}

.top-topics-news {
  width: 44.7%;
  -webkit-flex-basis: 44.7%;
  flex-basis: 44.7%;
}

@media only screen and (max-width: 767px) {
  .top-topics-news {
    width: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    margin-top: 40px;
  }
}

.top-topics-news h3 span {
  width: 65px;
  height: 17px;
  background-image: url(../img/top/topics_news_shd.png);
}

@media only screen and (max-width: 767px) {
  .top-topics-news h3 span {
    width: 54px;
    height: 15px;
    background-image: url(../img/top/topics_news_shd_sp.png);
    background-size: 54px 15px;
  }
}

.top-topics-news .news-index-list {
  padding-top: 16px;
  padding-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .top-topics-news .news-index-list {
    padding-top: 12px;
    padding-bottom: 11px;
  }
}

.top-topics-news .news-index-list dl dt, .top-topics-news .news-index-list dl dd {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .top-topics-news .news-index-list dl dt, .top-topics-news .news-index-list dl dd {
    font-size: 12px;
  }
}

.top-topics-news .news-index-list dl dd {
  margin-top: 5px;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .top-topics-news .news-index-list dl dd {
    margin-top: 6px;
    line-height: 1.5;
  }
}

.top-topics-news.fade-top {
  transition-duration: 0.4s;
  transition-delay: 0.1s;
}

/* ----------------------------------------
 * ABOUT
 * ------------------------------------- */
/**
 * 01
 **/
.p-top--about-content-block {
  max-width: 970px;
  margin: 0 auto;
  padding: 110px 5% 90px 5%;
}

@media only screen and (max-width: 767px) {
  .p-top--about-content-block {
    padding: 45px 8.6% 50px 8.6%;
  }
}

.p-top--about__head {
  margin-bottom: 47px;
}

@media only screen and (max-width: 767px) {
  .p-top--about__head {
    margin-bottom: 15px;
  }
}

.p-top--about__head h2 span {
  width: 326px;
  height: 26px;
  background-image: url(../img/common/title_about_txt.png);
}

@media only screen and (max-width: 767px) {
  .p-top--about__head h2 span {
    width: 234px;
    height: 19px;
    background-image: url(../img/common/title_about_txt_sp.png);
    background-size: 234px 19px;
  }
}

.p-top--about__lead {
  margin-bottom: 62px;
}

@media only screen and (max-width: 767px) {
  .p-top--about__lead {
    margin-bottom: 20px;
  }
}

.p-top--about__lead dt {
  margin-bottom: 43px;
  text-align: center;
  font-size: 36px;
}

@media only screen and (max-width: 767px) {
  .p-top--about__lead dt {
    margin-bottom: 20px;
    font-size: 19px;
  }
}

.p-top--about__lead dd {
  text-align: center;
  line-height: 1.8;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .p-top--about__lead dd {
    padding-left: 4.7%;
    padding-right: 4.7%;
    text-align: left;
    font-size: 12px;
  }
}

.p-top--about__illust {
  margin-bottom: 55px;
}

@media only screen and (max-width: 767px) {
  .p-top--about__illust {
    margin-bottom: 33px;
  }
}

.p-top--about__illust img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.p-top--about__btn {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .p-top--about__btn {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 4.7%;
    padding-right: 4.7%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/**
 * 02
 **/
.p-about--oekotex-series__btn {
  width: 310px;
  margin-top: 50px;
  margin-left: auto;
  padding-right: 50px;
  padding-bottom: 80px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .p-about--oekotex-series__btn {
    width: 75%;
    margin-top: 30px;
    margin-right: auto;
    padding-bottom: 32px;
    padding-right: 0;
  }
}

.p-about--oekotex-series__btn a {
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  .p-about--oekotex-series__btn a {
    padding-left: 0;
    text-align: center;
  }
}

.c-about-index--oekotex-series__other-series .c-about-index--oekotex-series__other-series-item.fade-top {
  transition-duration: 0.4s;
}

.c-about-index--oekotex-series__other-series .c-about-index--oekotex-series__other-series-item:nth-of-type(2) {
  transition-delay: 0.1s;
}

.c-about-index--oekotex-series__other-series .c-about-index--oekotex-series__other-series-item:nth-of-type(3) {
  transition-delay: 0.2s;
}

.c-about-index--oekotex-series__other-series .c-about-index--oekotex-series__other-series-item:nth-of-type(4) {
  transition-delay: 0.3s;
}

/* ----------------------------------------
 * SHOWCASE
 * ------------------------------------- */
.top-showcase-wrap {
  width: 100%;
  padding: 110px 0 80px 0;
  background-color: #f4f4f4;
}

@media only screen and (max-width: 767px) {
  .top-showcase-wrap {
    padding-top: 40px;
    padding-bottom: 45px;
  }
}

/**
 * header
 **/
.top-showcase-header {
  margin: 0 0 67px 0;
}

@media only screen and (max-width: 767px) {
  .top-showcase-header {
    margin-bottom: 23px;
  }
}

.top-showcase-header h2 span {
  width: 203px;
  height: 25px;
  background-image: url(../img/common/title_products_txt.png);
}

@media only screen and (max-width: 767px) {
  .top-showcase-header h2 span {
    width: 146px;
    height: 18px;
    background-image: url(../img/common/title_products_txt_sp.png);
    background-size: 146px 18px;
  }
}

/**
 * body
 **/
@media only screen and (max-width: 767px) {
  .top-showcase-body .showcase-list:nth-child(n+7) {
    display: none;
  }
}

.top-showcase-body .btn-orange-02 {
  margin: 70px auto 0;
}

@media only screen and (max-width: 767px) {
  .top-showcase-body .btn-orange-02 {
    margin-top: 45px;
  }
}

.top-showcase-body .showcase-list.fade-top {
  transition-duration: 0.4s;
}

.top-showcase-body .showcase-list:nth-of-type(2) {
  transition-delay: 0.1s;
}

.top-showcase-body .showcase-list:nth-of-type(3) {
  transition-delay: 0.2s;
}

.top-showcase-body .showcase-list:nth-of-type(4) {
  transition-delay: 0.3s;
}

.top-showcase-body .showcase-list:nth-of-type(5) {
  transition-delay: 0.4s;
}

.top-showcase-body .showcase-list:nth-of-type(6) {
  transition-delay: 0.5s;
}

.top-showcase-body .showcase-list:nth-of-type(7) {
  transition-delay: 0.6s;
}

.top-showcase-body .showcase-list:nth-of-type(8) {
  transition-delay: 0.7s;
}

.top-showcase-body .showcase-list:nth-of-type(9) {
  transition-delay: 0.8s;
}

/* ----------------------------------------
 * INTERVIEW
 * ------------------------------------- */
/**
 * header
 **/
.top-interview-header-wrap {
  height: 330px;
  background-image: url(../img/top/interview_top_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .top-interview-header-wrap {
    height: auto;
    padding-top: 40px;
    padding-bottom: 42px;
    background-image: url(../img/top/interview_top_bg_sp.jpg);
  }
}

.top-interview-header-wrap .contents-wrap-01, .top-interview-header-wrap .contents-wrap-02, .top-interview-header-wrap .contents-wrap-03 {
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .top-interview-header-wrap .contents-wrap-01, .top-interview-header-wrap .contents-wrap-02, .top-interview-header-wrap .contents-wrap-03 {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

.top-interview-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .top-interview-header {
    display: block;
    height: auto;
  }
}

.top-interview-header h2 span {
  width: 211px;
  height: 28px;
  background-image: url(../img/common/title_interview_txt.png);
}

@media only screen and (max-width: 767px) {
  .top-interview-header h2 span {
    width: 152px;
    height: 20px;
    background-image: url(../img/common/title_interview_txt_sp.png);
    background-size: 152px 20px;
  }
}

/**
 * body
 **/
.top-interview-list {
  position: relative;
  height: 700px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .top-interview-list {
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
    height: auto;
  }
}

.top-interview-list .contents-wrap-01, .top-interview-list .contents-wrap-02, .top-interview-list .contents-wrap-03 {
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .top-interview-list .contents-wrap-01, .top-interview-list .contents-wrap-02, .top-interview-list .contents-wrap-03 {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

.top-interview-list ~ .top-interview-list {
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  .top-interview-list ~ .top-interview-list {
    padding-top: 15px;
  }
}

.top-interview-list ~ .top-interview-list:before {
  content: "";
  position: absolute;
  display: block;
  background-position: left top;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-image: url(../img/top/interview_middle_bg.jpg);
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .top-interview-list ~ .top-interview-list:before {
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05) inset;
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05) inset;
    -ms-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05) inset;
    -o-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05) inset;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05) inset;
    height: 15px;
    background-image: url(../img/top/interview_top_bg_sp.jpg);
  }
}

.top-interview-contents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 350px;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .top-interview-contents {
    width: 100%;
    height: auto;
  }
}

.top-interview-contents > div {
  width: 100%;
}

.top-interview-contents h3 {
  margin: 0 0 26px 0;
}

@media only screen and (max-width: 767px) {
  .top-interview-contents h3 {
    display: none;
  }
}

.top-interview-contents h3 span {
  display: block;
  background-position: left top;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.top-interview-contents dl dt, .top-interview-contents dl dd {
  color: #646464;
}

@media only screen and (max-width: 767px) {
  .top-interview-contents dl dt, .top-interview-contents dl dd {
    color: #848484;
  }
}

.top-interview-contents dl dt {
  margin: 0 0 17px 0;
  line-height: 1.8;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .top-interview-contents dl dt {
    margin-bottom: 12px;
    line-height: 1.6;
    font-size: 14px;
    font-weight: bold;
  }
}

.top-interview-contents dl dd {
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .top-interview-contents dl dd {
    line-height: 1.6;
  }
}

.top-interview-contents .btn-orange-01 {
  margin-top: 23px;
}

@media only screen and (max-width: 767px) {
  .top-interview-contents .btn-orange-01 {
    margin-top: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .top-interview-figure {
    height: 0;
    padding-bottom: 70.3125%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media only screen and (max-width: 767px) {
  .top-interview-inner {
    padding: 35px 12.5% 37px 12.5%;
  }
}

.interview-list-01 {
  background-image: url(../img/top/interview_01_img.jpg);
}

@media only screen and (max-width: 767px) {
  .interview-list-01 {
    background-image: none;
  }
}

.interview-list-01 h3 span {
  width: 197px;
  height: 104px;
  background-image: url(../img/top/interview_01_shd.png);
}

.interview-list-01 .top-interview-figure {
  background-image: url(../img/top/interview_01_img_sp.jpg);
}

.interview-list-01 ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.interview-list-01 ul li {
  width: 160px;
}

@media only screen and (max-width: 767px) {
  .interview-list-01 ul li {
    width: 47.9%;
  }
}

.interview-list-01 ul li ~ li {
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .interview-list-01 ul li ~ li {
    margin-left: 4.2%;
  }
}

.interview-list-02 {
  background-image: url(../img/top/interview_02_img.jpg);
  background-position: right top;
}

@media only screen and (max-width: 767px) {
  .interview-list-02 {
    background-image: none;
  }
}

.interview-list-02 h3 span {
  width: 335px;
  height: 124px;
  background-image: url(../img/top/interview_02_shd.png);
}

.interview-list-02 .top-interview-figure {
  background-image: url(../img/top/interview_02_img_sp.jpg);
}

.interview-list-03 {
  background-image: url(../img/top/interview_03_img.jpg);
  background-position: center center;
}

@media only screen and (max-width: 767px) {
  .interview-list-03 {
    background-image: none;
  }
}

.interview-list-03 h3 span {
  width: 228px;
  height: 153px;
  background-image: url(../img/top/interview_03_shd.png);
}

.interview-list-03 .top-interview-figure {
  background-image: url(../img/top/interview_03_img_sp.jpg);
}

.interview-list-04 {
  background-image: url(../img/top/interview_04_img.jpg);
  background-position: right top;
}

@media only screen and (max-width: 767px) {
  .interview-list-04 {
    background-image: none;
  }
}

.interview-list-04 h3 span {
  width: 328px;
  height: 126px;
  background-image: url(../img/top/interview_04_shd.png);
}

.interview-list-04 dl dt, .interview-list-04 dl dd {
  color: #afafaf;
}

.interview-list-04 dl span {
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .interview-list-04 dl span {
    font-size: 13px;
  }
}

.interview-list-04 .top-interview-figure {
  background-image: url(../img/top/interview_04_img_sp.jpg);
}

.interview-list-kaihara {
  background-image: url(../img/top/interview_kaihara_cover_img.jpg);
  background-position: left center;
}

@media only screen and (max-width: 767px) {
  .interview-list-kaihara {
    background-image: none;
  }
}

.interview-list-kaihara h3 span {
  width: 218px;
  height: 105px;
  background-image: url(../img/top/interview_kaihara_shd.png);
}

.interview-list-kaihara .top-interview-figure {
  background-image: url(../img/top/interview_kaihara_cover_img_sp.jpg);
}

.interview-list-kaihara:after {
  content: "";
  position: absolute;
  display: block;
  background-position: left top;
  background-repeat: no-repeat;
  right: 40px;
  bottom: 40px;
  width: 241px;
  height: 104px;
  background-image: url(../img/top/interview_kaihara_logo.png);
}

@media only screen and (max-width: 767px) {
  .interview-list-kaihara:after {
    display: none;
  }
}

.interview-list-feiler {
  background-image: url(../img/top/interview_feiler_cover_img.jpg);
  background-position: right bottom;
}

@media only screen and (max-width: 767px) {
  .interview-list-feiler {
    background-image: none;
  }
}

.interview-list-feiler h3 span {
  width: 165px;
  height: 105px;
  background-image: url(../img/top/interview_feiler_shd.png);
}

.interview-list-feiler .top-interview-figure {
  background-image: url(../img/top/interview_feiler_cover_img_sp.jpg);
}

.interview-list-feiler:after {
  content: "";
  position: absolute;
  display: block;
  background-position: left top;
  background-repeat: no-repeat;
  right: 40px;
  bottom: 40px;
  width: 177px;
  height: 100px;
  background-image: url(../img/top/interview_feiler_logo.png);
}

@media only screen and (max-width: 767px) {
  .interview-list-feiler:after {
    display: none;
  }
}

.interview-list-babybjorn {
  background-image: url(../img/top/interview_babybjorn_cover_img.jpg);
  background-position: right bottom;
}

@media only screen and (max-width: 767px) {
  .interview-list-babybjorn {
    background-image: none;
  }
}

.interview-list-babybjorn h3 span {
  width: 234px;
  height: 105px;
  background-image: url(../img/top/interview_babybjorn_shd.png);
}

.interview-list-babybjorn .top-interview-figure {
  background-image: url(../img/top/interview_babybjorn_cover_img_sp.jpg);
}

.interview-list-babybjorn:after {
  content: "";
  position: absolute;
  display: block;
  background-position: left top;
  background-repeat: no-repeat;
  right: 40px;
  bottom: 40px;
  width: 218px;
  height: 72px;
  background-image: url(../img/top/interview_babybjorn_logo.png);
}

@media only screen and (max-width: 767px) {
  .interview-list-babybjorn:after {
    display: none;
  }
}

/**
 * footer
 **/
.top-interview-footer-wrap {
  height: 210px;
  background-image: url(../img/top/interview_bottom_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .top-interview-footer-wrap {
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05) inset;
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05) inset;
    -ms-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05) inset;
    -o-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05) inset;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05) inset;
    height: auto;
    padding-top: 35px;
    padding-bottom: 35px;
    background-image: url(../img/top/interview_bottom_bg_sp.jpg);
  }
}

.top-interview-footer-wrap .contents-wrap-01, .top-interview-footer-wrap .contents-wrap-02, .top-interview-footer-wrap .contents-wrap-03 {
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .top-interview-footer-wrap .contents-wrap-01, .top-interview-footer-wrap .contents-wrap-02, .top-interview-footer-wrap .contents-wrap-03 {
    height: auto;
    padding-left: 12.5%;
    padding-right: 12.5%;
  }
}

.top-interview-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .top-interview-footer {
    display: block;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .top-interview-footer .btn-orange-02 {
    width: 100%;
  }
}

/* ----------------------------------------
 * 一覧エリア
 * ------------------------------------- */
.news-index-area {
  padding: 75px 0 94px 0;
  border-bottom: 1px solid #ebebec;
}

@media only screen and (max-width: 767px) {
  .news-index-area {
    padding-top: 12px;
    padding-bottom: 40px;
  }
}

.news-index-area .btn-show-more-01, .news-index-area .btn-orange-02, .news-index-area .btn-pdf-01, .news-index-area .btn-accordion-1 {
  margin: 80px auto 0;
}

@media only screen and (max-width: 767px) {
  .news-index-area .btn-show-more-01, .news-index-area .btn-orange-02, .news-index-area .btn-pdf-01, .news-index-area .btn-accordion-1 {
    margin-top: 40px;
  }
}

/* カテゴリーナビ */
/* ----------------------------------------
 * ナビエリア
 * ------------------------------------- */
.showcase-category-nav-wrap {
  padding: 15px 0 15px 0;
}

@media only screen and (max-width: 767px) {
  .showcase-category-nav-wrap {
    border-bottom: 1px solid #ddd;
  }
}

/* ----------------------------------------
 * PC
 * ------------------------------------- */
.showcase-category-nav-pc {
  -webkit-transition: 0.2s ease-out 0s;
  transition: 0.2s ease-out 0s;
  visibility: visible;
  opacity: 1;
  width: 92%;
  height: 40px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .showcase-category-nav-pc {
    display: none;
  }
}

.showcase-category-nav-pc.is-load {
  visibility: hidden;
  opacity: 0;
}

.showcase-category-nav-pc-list li {
  width: 160px;
  float: left;
}

.showcase-category-nav-pc-list li ~ li {
  margin-left: 10px;
}

.showcase-category-nav-pc-list a {
  -webkit-transition: 0.1s ease 0s;
  transition: 0.1s ease 0s;
  display: block;
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #eaeaea;
  color: #646464;
}

.showcase-category-nav-pc-list a:hover {
  background-color: #ccc;
}

.showcase-category-nav-pc-list .current {
  background-color: #848484;
  color: #fff;
}

.showcase-category-nav-pc-list .current:hover {
  background-color: #848484;
}

.showcase-category-nav-pc-list li:last-child a {
  background-color: #fff5e1;
}

.showcase-category-nav-pc-list li:last-child a:hover {
  background-color: #ffdba5;
}

.showcase-category-nav-pc-list li:last-child .current {
  background-color: #f4a400;
}

.showcase-category-nav-pc-list li:last-child .current:hover {
  background-color: #f4a400;
}

.ie .showcase-category-nav-pc-list a {
  padding-top: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
}

.showcase-category-nav-pc-prev, .showcase-category-nav-pc-next {
  position: absolute;
  top: 10px;
}

.showcase-category-nav-pc-prev a, .showcase-category-nav-pc-next a {
  display: block;
  width: 12px;
  height: 22px;
  background-position: left top;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.showcase-category-nav-pc-prev a:hover, .showcase-category-nav-pc-next a:hover {
  background-position: 0 -22px;
}

.showcase-category-nav-pc-prev {
  left: 0;
}

.showcase-category-nav-pc-prev a {
  background-image: url(../img/common/icn_pager_left_02.png);
}

.showcase-category-nav-pc-next {
  right: 0;
}

.showcase-category-nav-pc-next a {
  background-image: url(../img/common/icn_pager_right_02.png);
}

/* ----------------------------------------
 * SP
 * ------------------------------------- */
.showcase-category-nav-sp {
  position: relative;
  display: none;
}

@media only screen and (max-width: 767px) {
  .showcase-category-nav-sp {
    display: block;
  }
}

.showcase-category-nav-sp-view a {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  padding: 0 66px 0 21px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 45px;
  background-color: #eaeaea;
  color: #848484;
  font-size: 13px;
}

.showcase-category-nav-sp-view a:before {
  z-index: 3;
  content: "";
  position: absolute;
  display: block;
  background-position: left top;
  background-repeat: no-repeat;
  top: 18px;
  right: 25px;
  width: 16px;
  height: 9px;
  background-image: url(../img/common/icn_pager_bottom_01_sp.png);
  background-size: 16px 9px;
}

.showcase-category-nav-sp-list-wrap {
  visibility: hidden;
  opacity: 0;
}

.showcase-category-nav-sp-list {
  z-index: 2;
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  padding: 10px 0 14px 0;
  background-color: #eaeaea;
}

.showcase-category-nav-sp-list li:last-child a {
  color: #f4a400;
}

.showcase-category-nav-sp-list a {
  display: block;
  padding: 8px 20px 8px 20px;
  color: #848484;
  font-size: 13px;
}

.showcase-category-nav-sp-list .current {
  font-weight: bold;
}

.showcase-category-nav-sp-list-wrap.is-show {
  visibility: visible;
  opacity: 1;
}

/* 一覧ページ */
.title-area.showcase .btn-orange-02 {
  width: 330px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .title-area.showcase .btn-orange-02 {
    width: 100%;
  }
}

.title-area.showcase .btn-orange-02 a {
  padding-left: 28px;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
}

@media only screen and (max-width: 767px) {
  .title-area.showcase .btn-orange-02 a {
    padding-left: 11%;
  }
}

@media only screen and (max-width: 320px) {
  .title-area.showcase .btn-orange-02 a {
    padding-left: 5%;
  }
}

/* ----------------------------------------
 * カテゴリータイトル
 * ------------------------------------- */
.showcase-category-title h2 {
  position: relative;
  margin: 0 0 72px 0;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 28px;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .showcase-category-title h2 {
    margin-bottom: 39px;
    font-size: 20px;
  }
}

.showcase-category-title h2:before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  display: block;
  width: 40px;
  height: 2px;
  margin-left: -20px;
  background-color: #848484;
}

@media only screen and (max-width: 767px) {
  .showcase-category-title h2:before {
    bottom: -8px;
    width: 30px;
    height: 1px;
    margin-left: -15px;
  }
}

/* ----------------------------------------
 * 一覧エリア
 * ------------------------------------- */
.showcase-index-area {
  padding: 100px 0 70px 0;
  background-color: #f4f4f4;
}

@media only screen and (max-width: 767px) {
  .showcase-index-area {
    padding-top: 27px;
    padding-bottom: 40px;
  }
}

.showcase-index-area .btn-show-more-01, .showcase-index-area .btn-orange-02, .showcase-index-area .btn-pdf-01, .showcase-index-area .btn-accordion-1 {
  margin: 65px auto 0;
}

@media only screen and (max-width: 767px) {
  .showcase-index-area .btn-show-more-01, .showcase-index-area .btn-orange-02, .showcase-index-area .btn-pdf-01, .showcase-index-area .btn-accordion-1 {
    margin-top: 40px;
  }
}

.showcase-index-note {
  margin-bottom: 25px;
  text-align: right;
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .showcase-index-note {
    margin-bottom: 13px;
    font-size: 10px;
  }
}

.showcase-index-area.category {
  padding-top: 52px;
}

@media only screen and (max-width: 767px) {
  .showcase-index-area.category {
    padding-top: 26px;
  }
}

.showcase-list-no-product {
  margin: 191px 0 215px 0;
  text-align: center;
  color: #a2a2a2;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .showcase-list-no-product {
    margin-top: 66px;
    margin-bottom: 73px;
    font-size: 15px;
  }
}

/* 詳細ページ */
/* ----------------------------------------
 * 製品エリア
 * ------------------------------------- */
.showcase-detail-product {
  padding: 110px 0 0 0;
}

@media only screen and (max-width: 767px) {
  .showcase-detail-product {
    padding-top: 0;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .showcase-detail-product .contents-wrap-01, .showcase-detail-product .contents-wrap-02, .showcase-detail-product .contents-wrap-03 {
    padding-left: 0;
    padding-right: 0;
  }
}

.showcase-detail-product-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .showcase-detail-product-inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/**
 * img
 **/
.showcase-detail-product-img {
  width: 53.7%;
  -webkit-flex-basis: 53.7%;
  flex-basis: 53.7%;
  margin-right: 9.2%;
}

@media only screen and (max-width: 767px) {
  .showcase-detail-product-img {
    width: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    margin-right: 0;
  }
}

.showcase-detail-product-img figure {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .showcase-detail-product-img figure {
    padding-bottom: 90.625%;
  }
}

/**
 * info
 **/
.showcase-detail-product-info {
  width: 37.1%;
  -webkit-flex-basis: 37.1%;
  flex-basis: 37.1%;
}

@media only screen and (max-width: 767px) {
  .showcase-detail-product-info {
    width: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    padding-left: 12.5%;
    padding-right: 12.5%;
  }
}

.showcase-detail-product-info-head {
  margin: 0 0 21px 0;
  padding: 0 0 37px 0;
  border-bottom: 1px solid #cacaca;
}

@media only screen and (max-width: 767px) {
  .showcase-detail-product-info-head {
    margin-bottom: 18px;
    padding-bottom: 12px;
  }
}

.showcase-detail-product-info-head h1 {
  margin: 25px 0 14px 0;
  font-size: 24px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .showcase-detail-product-info-head h1 {
    margin-top: 33px;
    margin-bottom: 12px;
    font-size: 17px;
  }
}

.showcase-detail-product-info-head figure {
  margin: 0 0 11px 0;
}

@media only screen and (max-width: 767px) {
  .showcase-detail-product-info-head figure img {
    zoom: 0.6;
  }
}

.showcase-detail-product-info-head .name {
  margin: 0 0 8px 0;
  font-size: 13px;
}

@media only screen and (max-width: 767px) {
  .showcase-detail-product-info-head .name {
    margin-bottom: 6px;
    font-size: 14px;
  }
}

.showcase-detail-product-info-head .category {
  margin: 0 0 9px 0;
  font-size: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .showcase-detail-product-info-head .category {
    margin-bottom: 6px;
    font-size: 15px;
  }
}

.showcase-detail-product-info-head .explain {
  line-height: 1.8;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .showcase-detail-product-info-head .explain {
    line-height: 1.6;
    font-size: 12px;
  }
}

.showcase-detail-product-info-body dl dt, .showcase-detail-product-info-body dl dd {
  float: left;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .showcase-detail-product-info-body dl dt, .showcase-detail-product-info-body dl dd {
    line-height: 1.6;
    font-size: 10px;
  }
}

.showcase-detail-product-info-body dl dt {
  clear: both;
  width: 23.7%;
  margin-right: 4.7%;
  color: #bbb;
}

@media only screen and (max-width: 767px) {
  .showcase-detail-product-info-body dl dt {
    width: 26%;
  }
}

.showcase-detail-product-info-body dl dd {
  width: 71.6%;
}

@media only screen and (max-width: 767px) {
  .showcase-detail-product-info-body dl dd {
    width: 69.3%;
  }
}

.showcase-detail-product-info-body .category li {
  position: relative;
  display: inline;
}

.showcase-detail-product-info-body .category li ~ li {
  margin-left: 18px;
}

@media only screen and (max-width: 767px) {
  .showcase-detail-product-info-body .category li ~ li {
    margin-left: 14px;
  }
}

.showcase-detail-product-info-body .category li ~ li:before {
  content: "＞";
  position: absolute;
  top: -5px;
  left: -15px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .showcase-detail-product-info-body .category li ~ li:before {
    top: -2px;
    left: -12px;
  }
}

.showcase-detail-product-info-body .btn-orange-01 {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .showcase-detail-product-info-body .btn-orange-01 {
    margin-top: 26px;
  }
}

.win .showcase-detail-product-info-body .category li ~ li:before {
  top: -3px;
}

.win.ff .showcase-detail-product-info-body .category li ~ li:before {
  top: -2px;
}

.ie .showcase-detail-product-info-body .category li ~ li:before {
  top: -1px;
}

/* ----------------------------------------
 * 企業エリア
 * ------------------------------------- */
.showcase-detail-company {
  padding: 146px 0 72px 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .showcase-detail-company {
    padding-top: 40px;
    padding-bottom: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .showcase-detail-company .contents-wrap-01, .showcase-detail-company .contents-wrap-02, .showcase-detail-company .contents-wrap-03 {
    padding-left: 12.5%;
    padding-right: 12.5%;
  }
}

/**
 * head
 **/
.showcase-detail-company-head {
  margin: 0 0 47px 0;
}

@media only screen and (max-width: 767px) {
  .showcase-detail-company-head {
    margin-bottom: 29px;
  }
}

.showcase-detail-company-head figure {
  margin: 0 0 18px 0;
}

@media only screen and (max-width: 767px) {
  .showcase-detail-company-head figure {
    margin-bottom: 9px;
  }
}

@media only screen and (max-width: 767px) {
  .showcase-detail-company-head figure img {
    zoom: 0.5;
  }
}

@media only screen and (max-width: 767px) {
  .showcase-detail-company-head p {
    font-size: 10px;
  }
}

/**
 * body
 **/
.showcase-detail-company-body .btn-orange-01 {
  margin: 30px auto 0;
}

@media only screen and (max-width: 767px) {
  .showcase-detail-company-body .btn-orange-01 {
    margin-top: 35px;
  }
}

.showcase-detail-company-attack {
  margin: 0 0 35px 0;
}

@media only screen and (max-width: 767px) {
  .showcase-detail-company-attack {
    margin-bottom: 31px;
  }
}

.showcase-detail-company-attack dt {
  margin: 0 0 10px 0;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .showcase-detail-company-attack dt {
    margin-bottom: 9px;
    font-size: 14px;
  }
}

.showcase-detail-company-attack dd {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 10%;
  text-align: left;
  line-height: 1.8;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .showcase-detail-company-attack dd {
    padding: 0;
    line-height: 1.6;
    font-size: 12px;
  }
}

.showcase-detail-company-category dt {
  margin: 0 0 10px 0;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .showcase-detail-company-category dt {
    margin-bottom: 7px;
    font-size: 11px;
  }
}

.showcase-detail-company-category dd ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 15% 0;
}

@media only screen and (max-width: 767px) {
  .showcase-detail-company-category dd ul {
    padding-left: 0;
    padding-right: 0;
  }
}

.showcase-detail-company-category dd ul li {
  height: 26px;
  margin: 5px;
  padding: 0 26px 0;
  border-radius: 50px;
  line-height: 26px;
  background-color: #e2e2e2;
  color: #646464;
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .showcase-detail-company-category dd ul li {
    height: 19px;
    padding-left: 22px;
    padding-right: 22px;
    line-height: 19px;
    font-size: 10px;
  }
}

.ie .showcase-detail-company-category dd ul li {
  padding-top: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
}

/* ----------------------------------------
 * 関連製品
 * ------------------------------------- */
.showcase-detail-other-category {
  padding: 69px 0 68px 0;
  background-color: #f4f4f4;
}

@media only screen and (max-width: 767px) {
  .showcase-detail-other-category {
    padding-top: 33px;
    padding-bottom: 27px;
  }
}

.showcase-detail-other-category h2 {
  margin: 0 0 42px 0;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .showcase-detail-other-category h2 {
    margin-bottom: 29px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .showcase-detail-other-category .showcase-list:last-child {
    display: none;
  }
}

/* ----------------------------------------
 * 一覧
 * ------------------------------------- */
.interview-index-wrap {
  padding-top: 120px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ebebec;
}

@media only screen and (max-width: 767px) {
  .interview-index-wrap {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}

/**
 * section
 **/
.interview-index__wrap:nth-child(n+2) {
  display: none;
}

.interview-index__wrap:first-child .interview-index__section:first-child {
  padding-top: 0;
  border-top: none;
}

.interview-index__section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #ebebec;
}

@media only screen and (max-width: 767px) {
  .interview-index__section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.int-ind__img__wrap {
  width: 62%;
  margin-right: 5%;
}

@media only screen and (max-width: 767px) {
  .int-ind__img__wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}

.int-ind__img {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .int-ind__img {
    width: 55%;
    margin-right: 5%;
  }
}

.int-ind__img a {
  display: block;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.int-ind__img a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .int-ind__img a:hover {
    opacity: 1;
  }
}

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

@media only screen and (max-width: 767px) {
  .int-ind__img__sp {
    width: 40%;
    margin-top: 10px;
  }
}

.int-ind__icn__new {
  position: absolute;
  top: 20px;
  right: -10px;
  display: block;
  width: 66px;
  height: 25px;
  background-image: url(../img/common/icn_new_02.png);
  background-position: left top;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

@media only screen and (max-width: 767px) {
  .int-ind__icn__new {
    top: 10px;
    right: -5px;
    width: 36px;
    height: 14px;
    background-image: url(../img/common/icn_new_01_sp.png);
    background-size: 36px 14px;
  }
}

.int-ind__info {
  width: 33%;
}

@media only screen and (max-width: 767px) {
  .int-ind__info {
    width: 100%;
  }
}

.int-ind__ttl__pc {
  margin-top: 20px;
  margin-bottom: 26px;
}

.int-ind__txt {
  margin-bottom: 23px;
}

.int-ind__txt dt, .int-ind__txt dd {
  color: #646464;
}

@media only screen and (max-width: 767px) {
  .int-ind__txt dt, .int-ind__txt dd {
    color: #848484;
  }
}

.int-ind__txt dt {
  margin: 0 0 17px 0;
  line-height: 1.8;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .int-ind__txt dt {
    margin-bottom: 12px;
    line-height: 1.6;
    font-size: 14px;
    font-weight: bold;
  }
}

.int-ind__txt dd {
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .int-ind__txt dd {
    line-height: 1.6;
  }
}

.int-ind__txt__bold {
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .int-ind__txt__bold {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .int-ind__btn {
    padding-right: 9%;
    padding-left: 9%;
  }
}

.int-ind__btn__01 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.int-ind__btn__01 li {
  width: 48%;
}

.int-ind__btn__01 li ~ li {
  margin-left: 4%;
}

/**
 * aside
 **/
.interview-index__aside {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 40px;
  border-top: 1px solid #ebebec;
}

@media only screen and (max-width: 767px) {
  .interview-index__aside {
    padding-top: 40px;
    padding-bottom: 15px;
  }
}

/* ----------------------------------------
 * 共通レイアウト
 * ------------------------------------- */
.interview-wrap {
  padding-bottom: 95px;
  border-bottom: 1px solid #ebebec;
}

@media only screen and (max-width: 767px) {
  .interview-wrap {
    padding-bottom: 40px;
  }
}

/**
 * vi
 **/
.interview-detail-vi-wrap {
  height: 800px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .interview-detail-vi-wrap {
    height: 0;
    padding-bottom: 81.406%;
    background-size: cover;
  }
}

.interview-detail-vi-wrap .contents-wrap-03 {
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .interview-detail-vi-wrap .contents-wrap-03 {
    height: auto;
  }
}

.interview-detail-vi {
  position: relative;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .interview-detail-vi {
    height: auto;
  }
}

.interview-detail-vi h1 {
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -175px;
}

@media only screen and (max-width: 767px) {
  .interview-detail-vi h1 {
    display: none;
  }
}

.interview-detail-vi h1 span {
  display: block;
  width: 350px;
  height: 350px;
  background-position: left top;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

@media only screen and (max-width: 767px) {
  .interview-detail-vi .txt {
    display: none;
  }
}

.interview-detail-vi .txt span {
  display: block;
  background-position: left top;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

/**
 * body
 **/
.interview-detail-body {
  padding: 142px 0 0 0;
}

@media only screen and (max-width: 767px) {
  .interview-detail-body {
    padding-top: 40px;
  }
}

.interview-detail-body-header {
  margin: 0 0 124px 0;
}

@media only screen and (max-width: 767px) {
  .interview-detail-body-header {
    margin-bottom: 44px;
  }
}

.interview-detail-body-header .vol span {
  display: block;
  width: 100%;
  height: 20px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -9999px;
}

@media only screen and (max-width: 767px) {
  .interview-detail-body-header .vol span {
    height: 11px;
  }
}

/**
 * intro
 **/
.int-s__intro__t1 {
  margin-bottom: 80px;
  padding-bottom: 81px;
  border-bottom: 1px solid #ebebec;
}

@media only screen and (max-width: 767px) {
  .int-s__intro__t1 {
    margin-bottom: 50px;
    padding-bottom: 46px;
  }
}

@media only screen and (max-width: 767px) {
  .int-s__intro__caption {
    margin-bottom: 21px;
    text-align: center;
  }
}

.int-s__intro__shd {
  margin-bottom: 105px;
  text-align: center;
  line-height: 1.8;
  font-size: 28px;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .int-s__intro__shd {
    margin-bottom: 40px;
    line-height: 1.5;
    font-size: 17px;
  }
}

.int-s__intro__shd span {
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .int-s__intro__shd span {
    display: inline-block;
    margin-top: 5px;
    font-size: 13px;
  }
}

.int-s__intro__txt {
  line-height: 2.2;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .int-s__intro__txt {
    line-height: 1.6;
    font-size: 12px;
  }
}

.int-s__cross {
  text-align: center;
}

.int-s__cross__icn {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .int-s__cross__icn {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.int-s__n1__t1 {
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .int-s__n1__t1 {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .int-s__n1__t2 {
    font-size: 10px;
  }
}

.int-s__n1__t3 {
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .int-s__n1__t3 {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .int-s__n1__t4 {
    font-size: 11px;
  }
}

/**
 * section
 **/
.int-s__section__t1 {
  margin-bottom: 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid #ebebec;
}

@media only screen and (max-width: 767px) {
  .int-s__section__t1 {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
}

.int-s__section__t1:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.int-s__section__t2 {
  margin-bottom: 84px;
}

@media only screen and (max-width: 767px) {
  .int-s__section__t2 {
    margin-bottom: 60px;
  }
}

.int-s__section__shd__t1 {
  margin: 0 0 50px 10px;
  padding: 3px 0 0 20px;
  border-left: 3px solid #838383;
}

@media only screen and (max-width: 767px) {
  .int-s__section__shd__t1 {
    margin-left: 5px;
    margin-bottom: 25px;
    padding-top: 1px;
    padding-left: 10px;
  }
}

.int-s__section__shd__t1__caption {
  display: block;
  margin-bottom: -3px;
  font-size: 18px;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .int-s__section__shd__t1__caption {
    margin-bottom: 0;
    font-size: 10px;
  }
}

.int-s__section__shd__t1__main {
  display: block;
  font-size: 28px;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .int-s__section__shd__t1__main {
    line-height: 1.4;
    font-size: 14px;
    font-weight: bold;
  }
}

.int-s__section__shd__t2 {
  position: relative;
  margin-bottom: 18px;
  padding-left: 80px;
  font-size: 24px;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .int-s__section__shd__t2 {
    margin-bottom: 23px;
    padding-left: 0;
    font-size: 14px;
  }
}

.int-s__section__shd__t2:before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  display: block;
  width: 60px;
  height: 1px;
  background-color: #848484;
}

@media only screen and (max-width: 767px) {
  .int-s__section__shd__t2:before {
    width: 22px;
    top: auto;
    bottom: -11px;
  }
}

.int-s__section__txt__t1 {
  margin-bottom: 31px;
  line-height: 2.2;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .int-s__section__txt__t1 {
    margin-bottom: 21px;
    line-height: 1.6;
    font-size: 12px;
  }
}

.int-s__section__txt__t1:last-child {
  margin-bottom: 0;
}

.int-s__section__img__t1 {
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .int-s__section__img__t1 {
    margin-bottom: 20px;
  }
}

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

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

/**
 * BUTTON
 **/
.int-s__btn__t1 {
  margin: 70px auto 0;
}

@media only screen and (max-width: 767px) {
  .int-s__btn__t1 {
    margin-top: 35px;
  }
}

/**
 * COLUMN
 **/
.int-s__column__t1__wrap {
  position: relative;
  margin-bottom: 41px;
}

@media only screen and (max-width: 767px) {
  .int-s__column__t1__wrap {
    margin-bottom: 21px;
  }
}

.int-s__column__t1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .int-s__column__t1 {
    margin-bottom: 25px;
    padding-left: 8%;
    padding-right: 8%;
  }
}

.int-s__column__t1__img {
  width: 21%;
  margin-right: 4%;
}

@media only screen and (max-width: 767px) {
  .int-s__column__t1__img {
    width: 46%;
    margin-right: 8%;
  }
}

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

.int-s__column__t1__info {
  width: 75%;
}

@media only screen and (max-width: 767px) {
  .int-s__column__t1__info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
  }
}

.int-s__column__t1__info > div {
  position: relative;
}

.int-s__column__t1__info > div:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  margin-top: 22px;
  background-color: #838383;
}

@media only screen and (max-width: 767px) {
  .int-s__column__t1__info > div:after {
    display: none;
  }
}

.int-s__column__t1__info__txt1 {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .int-s__column__t1__info__txt1 {
    display: block;
    font-size: 13px;
  }
}

.int-s__column__t1__info__txt2 {
  display: inline-block;
  margin-left: 1em;
}

@media only screen and (max-width: 767px) {
  .int-s__column__t1__info__txt2 {
    display: block;
    margin: 2px 0 4px 0;
    line-height: 1.3;
    font-size: 10px;
  }
}

.int-s__column__t1__info__txt3 {
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .int-s__column__t1__info__txt3 {
    font-size: 15px;
  }
}

.int-s__column__t1__info__txt3 span {
  font-size: 17px;
}

@media only screen and (max-width: 767px) {
  .int-s__column__t1__info__txt3 span {
    font-size: 11px;
  }
}

.int-s__column__t1__txt {
  position: absolute;
  right: 0;
  top: 110px;
  width: 75%;
}

@media only screen and (max-width: 767px) {
  .int-s__column__t1__txt {
    position: static;
    width: 100%;
  }
}

.int-s__column__t2__info {
  width: 65%;
  float: left;
  margin-right: 4%;
}

@media only screen and (max-width: 767px) {
  .int-s__column__t2__info {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}

.int-s__column__t2__img {
  width: 31%;
  float: right;
  margin-top: 9px;
}

@media only screen and (max-width: 767px) {
  .int-s__column__t2__img {
    width: 100%;
    float: none;
    margin-top: 4px;
    margin-bottom: 25px;
  }
}

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

@media only screen and (max-width: 767px) {
  .int-s__column__t2__inner__img {
    margin-top: 4px;
    margin-bottom: 25px;
  }
}

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

.int-s__column__t3__info {
  width: 61%;
  margin-top: -10px;
}

@media only screen and (max-width: 767px) {
  .int-s__column__t3__info {
    width: 100% !important;
    margin-top: 0;
  }
}

.int-s__column__t3__img {
  width: 35%;
}

@media only screen and (max-width: 767px) {
  .int-s__column__t3__img {
    width: 100% !important;
  }
}

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

.int-s__column__t3.img__right .int-s__column__t3__info {
  float: left;
}

@media only screen and (max-width: 767px) {
  .int-s__column__t3.img__right .int-s__column__t3__info {
    float: none;
  }
}

.int-s__column__t3.img__right .int-s__column__t3__img {
  float: right;
}

@media only screen and (max-width: 767px) {
  .int-s__column__t3.img__right .int-s__column__t3__img {
    float: none;
    margin-bottom: 21px;
  }
}

.int-s__column__t3.img__right.t2 .int-s__column__t3__info {
  width: 58%;
}

.int-s__column__t3.img__right.t2 .int-s__column__t3__img {
  width: 38%;
}

@media only screen and (max-width: 767px) {
  .int-s__column__t3.img__right.t2 .int-s__column__t3__img {
    margin-top: 21px;
    margin-bottom: 0;
  }
}

.int-s__column__t3.img__left .int-s__column__t3__info {
  float: right;
}

@media only screen and (max-width: 767px) {
  .int-s__column__t3.img__left .int-s__column__t3__info {
    float: none;
    margin-bottom: 21px;
  }
}

.int-s__column__t3.img__left .int-s__column__t3__img {
  float: left;
}

@media only screen and (max-width: 767px) {
  .int-s__column__t3.img__left .int-s__column__t3__img {
    float: none;
  }
}

/**
 * ASIDE
 **/
.int-s__aside__t1 {
  margin-top: 100px;
  padding-top: 11px;
  border-top: 1px solid #ebebec;
}

@media only screen and (max-width: 767px) {
  .int-s__aside__t1 {
    margin-top: 50px;
    padding-top: 8px;
  }
}

.int-s__aside__t1 p {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .int-s__aside__t1 p {
    font-size: 10px;
  }
}

/**
 * list
 **/
.interview-detail-list h3 {
  position: relative;
  margin-bottom: 18px;
  padding-left: 80px;
  font-size: 24px;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .interview-detail-list h3 {
    margin-bottom: 23px;
    padding-left: 0;
    font-size: 14px;
  }
}

.interview-detail-list h3:before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  display: block;
  width: 60px;
  height: 1px;
  background-color: #848484;
}

@media only screen and (max-width: 767px) {
  .interview-detail-list h3:before {
    width: 22px;
    top: auto;
    bottom: -11px;
  }
}

.interview-detail-list .txt {
  line-height: 2.2;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .interview-detail-list .txt {
    line-height: 1.6;
    font-size: 12px;
  }
}

.interview-detail-list .credit {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .interview-detail-list .credit {
    font-size: 10px;
  }
}

.interview-detail-list .line-01 {
  padding-bottom: 2px;
  border-bottom: 1px solid #848484;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .interview-detail-list .line-01 {
    padding-bottom: 1px;
  }
}

.win.ff .interview-detail-list .line-01, .ie .interview-detail-list .line-01 {
  padding-bottom: 3px;
}

.win.ff .interview-detail-list .line-01 span, .ie .interview-detail-list .line-01 span {
  padding-bottom: 0;
}

.win.ff .interview-detail-list .line-02, .ie .interview-detail-list .line-02 {
  padding-bottom: 0;
}

.interview-detail-list ~ .interview-detail-list {
  margin-top: 98px;
}

@media only screen and (max-width: 767px) {
  .interview-detail-list ~ .interview-detail-list {
    margin-top: 58px;
  }
}

.adjust-section-01 {
  margin-top: 38px !important;
}

@media only screen and (max-width: 767px) {
  .adjust-section-01 {
    margin-top: 19px !important;
  }
}

.interview-detail-list.layout-01 > div, .interview-detail-list.layout-02 > div {
  width: 59%;
  float: right;
}

@media only screen and (max-width: 767px) {
  .interview-detail-list.layout-01 > div, .interview-detail-list.layout-02 > div {
    width: 100%;
    float: none;
  }
}

.interview-detail-list.layout-01 figure, .interview-detail-list.layout-02 figure {
  width: 37%;
  float: left;
  margin-top: 6px;
}

@media only screen and (max-width: 767px) {
  .interview-detail-list.layout-01 figure, .interview-detail-list.layout-02 figure {
    width: 100%;
    float: none;
    margin-top: 22px;
  }
}

.interview-detail-list.layout-01 figure img, .interview-detail-list.layout-02 figure img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.interview-detail-list.layout-02 > div {
  float: left;
}

.interview-detail-list.layout-02 figure {
  float: right;
}

/**
 * aside
 **/
.interview-detail-aside-wrap {
  margin-top: 86px;
}

@media only screen and (max-width: 767px) {
  .interview-detail-aside-wrap {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .interview-detail-aside-wrap figure {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.interview-detail-aside-wrap figure img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .interview-detail-aside-wrap .contents-wrap-03 {
    padding-left: 7.8%;
    padding-right: 7.8%;
  }
}

.interview-detail-aside {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.interview-detail-aside .next {
  width: 360px;
  margin: 70px 0 85px 0;
  padding: 34px 0 34px 0;
  border-top: 1px solid #646464;
  border-bottom: 1px solid #646464;
}

@media only screen and (max-width: 767px) {
  .interview-detail-aside .next {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 50px;
    padding-top: 22px;
    padding-bottom: 22px;
  }
}

.interview-detail-aside .next span {
  display: block;
  width: 267px;
  height: 20px;
  margin: 0 auto;
  background-position: left top;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

@media only screen and (max-width: 767px) {
  .interview-detail-aside .next span {
    width: 177px;
    height: 13px;
    background-size: 177px 13px;
  }
}

.interview-detail-aside .btn-pager-01 {
  width: 360px;
  margin-top: 70px;
  margin-bottom: 85px;
}

@media only screen and (max-width: 767px) {
  .interview-detail-aside .btn-pager-01 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 50px;
  }
}

.interview-detail-aside .btn-pager-01 a {
  -webkit-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
  display: block;
  width: 100%;
  height: 90px;
  border: 1px solid #646464;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

@media only screen and (max-width: 767px) {
  .interview-detail-aside .btn-pager-01 a {
    height: 60px;
  }
}

.interview-detail-aside .btn-pager-01 a:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 767px) {
  .interview-detail-aside .btn-pager-01 a:hover {
    opacity: 1;
  }
}

.interview-detail-aside .btn-orange-02 {
  margin-left: auto;
  margin-right: auto;
}

/* ----------------------------------------
 * リニューアルレイアウト
 * ------------------------------------- */
.interview-vi {
  position: relative;
  height: 800px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .interview-vi {
    height: 0;
  }
}

.interview-vi__hd {
  position: absolute;
}

.interview-vi__hd span {
  width: 350px;
  height: 350px;
}

@media only screen and (max-width: 767px) {
  .interview-vi__hd {
    display: none;
  }
}

.interview-lower-contents {
  padding-top: 142px;
}

@media only screen and (max-width: 767px) {
  .interview-lower-contents {
    padding-top: 40px;
  }
}

.interview-lead__type-border {
  margin-bottom: 90px;
  padding-bottom: 90px;
  border-bottom: 1px solid #ebebec;
}

@media only screen and (max-width: 767px) {
  .interview-lead__type-border {
    margin-bottom: 45px;
    padding-bottom: 45px;
  }
}

.interview-lead__vol {
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .interview-lead__vol {
    margin-bottom: 50px;
  }
}

.interview-lead__vol span {
  display: block;
  width: 100%;
  height: 20px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -9999px;
}

@media only screen and (max-width: 767px) {
  .interview-lead__vol span {
    height: 11px;
  }
}

.interview-lead__vol1 span {
  background-image: url(../img/interview/interview_lead_vol1.png);
}

@media only screen and (max-width: 767px) {
  .interview-lead__vol1 span {
    background-image: url(../img/interview/interview_lead_vol1_sp.png);
  }
}

.interview-lead__vol2 span {
  background-image: url(../img/interview/interview_lead_vol2.png);
}

@media only screen and (max-width: 767px) {
  .interview-lead__vol2 span {
    background-image: url(../img/interview/interview_lead_vol2_sp.png);
  }
}

.interview-lead__vol3 span {
  background-image: url(../img/interview/interview_lead_vol3.png);
}

@media only screen and (max-width: 767px) {
  .interview-lead__vol3 span {
    background-image: url(../img/interview/interview_lead_vol3_sp.png);
  }
}

.interview-lead__btn-language {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 75px;
}

@media only screen and (max-width: 767px) {
  .interview-lead__btn-language {
    margin-bottom: 40px;
  }
}

.interview-lead__btn-language li {
  width: 110px;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .interview-lead__btn-language li {
    width: 80px;
    margin-right: 10px;
  }
}

.interview-lead__btn-language li:last-child {
  margin-right: 0;
}

.interview-lead__btn-language a {
  -webkit-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
  display: block;
  width: 100%;
  height: 42px;
  padding-top: 8px;
  border: 1px solid #f4a400;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .interview-lead__btn-language a {
    height: 30px;
    padding-top: 6px;
    font-size: 11px;
  }
}

@media only screen and (min-width: 1024px) {
  .interview-lead__btn-language a:hover {
    opacity: 0.5;
  }
}

.interview-lead__btn-language .on {
  background-color: #f4a400;
  color: #fff;
}

@media only screen and (min-width: 1024px) {
  .interview-lead__btn-language .on:hover {
    opacity: 1;
  }
}

.ie .interview-lead__btn-language a {
  padding-top: 10px;
}

.interview-lead__hd {
  margin-bottom: 70px;
  text-align: center;
  line-height: 1.8;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  font-size: 28px;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .interview-lead__hd {
    margin-bottom: 50px;
    line-height: 1.5;
    font-size: 17px;
  }
}

.interview-lead__txt {
  margin-bottom: 60px;
  line-height: 2.2;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .interview-lead__txt {
    margin-bottom: 30px;
    line-height: 1.6;
    font-size: 12px;
  }
}

.interview-lead__img-block {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .interview-lead__img-block {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .interview-lead__img-block img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}

.interview-lead__table-01 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .interview-lead__table-01 {
    margin-bottom: 20px;
  }
}

.interview-lead__table-01__ttl {
  margin-bottom: 2px;
}

@media only screen and (max-width: 767px) {
  .interview-lead__table-01__ttl {
    font-size: 11px;
  }
}

.interview-lead__table-01__ttl span {
  margin-left: 13px;
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .interview-lead__table-01__ttl span {
    margin-left: 0 !important;
    font-size: 13px;
  }
}

.interview-lead__table-01__txt {
  margin-left: 83px;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .interview-lead__table-01__txt {
    margin-left: 0;
  }
}

.interview-lead__txt:last-child,
.interview-lead__img-block:last-child,
.interview-lead__table-01:last-child {
  margin-bottom: 0;
}

.interview-section__type-std {
  margin-bottom: 110px;
}

@media only screen and (max-width: 767px) {
  .interview-section__type-std {
    margin-bottom: 60px;
  }
}

.interview-section__type-step {
  margin-bottom: 90px;
  padding-bottom: 90px;
  border-bottom: 1px solid #ebebec;
}

@media only screen and (max-width: 767px) {
  .interview-section__type-step {
    margin-bottom: 45px;
    padding-bottom: 45px;
  }
}

.interview-section__copy {
  margin-bottom: 86px;
  text-align: center;
  line-height: 2.0;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  font-size: 26px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .interview-section__copy {
    margin-bottom: 40px;
    line-height: 1.5;
    font-size: 14px;
  }
}

.interview-hd__type-border-left {
  margin-bottom: 40px;
  margin-left: 10px;
  padding-top: 3px;
  padding-left: 20px;
  border-left: 3px solid #838383;
}

@media only screen and (max-width: 767px) {
  .interview-hd__type-border-left {
    margin-left: 5px;
    margin-bottom: 20px;
    padding-top: 1px;
    padding-left: 10px;
  }
}

.interview-hd__type-border-left__main-txt {
  display: block;
  font-size: 28px;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .interview-hd__type-border-left__main-txt {
    font-size: 14px;
    font-weight: bold;
  }
}

.ie .interview-hd__type-border-left__main-txt {
  position: relative;
  top: 4px;
}

.interview-hd__type-border-left__main-subtxt {
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .interview-hd__type-border-left__main-subtxt {
    font-size: 12px;
  }
}

.interview-hd__type-border-motif {
  position: relative;
  margin-bottom: 25px;
  padding-left: 80px;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  font-size: 24px;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .interview-hd__type-border-motif {
    padding-left: 0;
    font-size: 14px;
  }
}

.interview-hd__type-border-motif:before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  display: block;
  width: 60px;
  height: 1px;
  background-color: #848484;
}

@media only screen and (max-width: 767px) {
  .interview-hd__type-border-motif:before {
    top: auto;
    bottom: -13px;
    width: 22px;
  }
}

.ie .interview-hd__type-border-motif:before {
  top: 13px;
}

.interview-hd__type-step {
  position: relative;
  margin-bottom: 40px;
  padding-left: 60px;
  font-size: 28px;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .interview-hd__type-step {
    margin-bottom: 20px;
    padding-left: 35px;
    font-size: 14px;
  }
}

.interview-hd__type-step__subtxt {
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .interview-hd__type-step__subtxt {
    font-size: 12px;
  }
}

.interview-hd__type-step:before {
  content: "";
  position: absolute;
  display: block;
  background-position: left top;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  width: 50px;
  height: 26px;
  margin-top: 1px;
  background-size: 50px 26px;
}

@media only screen and (max-width: 767px) {
  .interview-hd__type-step:before {
    width: 30px;
    height: 16px;
    margin-top: -1px;
    background-size: 30px 16px;
  }
}

.ie .interview-hd__type-step:before {
  margin-top: -6px;
}

.interview-hd__type-step-1:before {
  background-image: url(../img/interview/interview_hd_type_num_01.png);
}

.interview-hd__type-step-2:before {
  background-image: url(../img/interview/interview_hd_type_num_02.png);
}

.interview-hd__type-step-3:before {
  background-image: url(../img/interview/interview_hd_type_num_03.png);
}

.interview-hd__type-step-4:before {
  background-image: url(../img/interview/interview_hd_type_num_04.png);
}

.interview-hd__type-step-5:before {
  background-image: url(../img/interview/interview_hd_type_num_05.png);
}

.interview-hd__type-step-6:before {
  background-image: url(../img/interview/interview_hd_type_num_06.png);
}

.interview-hd__type-step-7:before {
  background-image: url(../img/interview/interview_hd_type_num_07.png);
}

.interview-hd__type-step-8:before {
  background-image: url(../img/interview/interview_hd_type_num_08.png);
}

.interview-txt__type-std {
  margin-bottom: 60px;
  line-height: 2.2;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .interview-txt__type-std {
    margin-bottom: 30px;
    line-height: 1.6;
    font-size: 12px;
  }
}

.interview-img__type-std {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .interview-img__type-std {
    margin-bottom: 30px;
  }
}

.interview-img__type-std img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.interview-img__caption {
  margin-top: 15px;
  text-align: center;
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .interview-img__caption {
    font-size: 10px;
  }
}

.interview-img__type-anomaly {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 110px;
  margin-bottom: 105px;
  padding-left: 5%;
  padding-right: 5%;
}

@media only screen and (max-width: 767px) {
  .interview-img__type-anomaly {
    margin-top: 55px;
    margin-bottom: 55px;
    padding-left: 0;
    padding-right: 0;
  }
}

.interview-img__type-anomaly img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.interview-column__type-img-left-1,
.interview-section__type-img-left-1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .interview-column__type-img-left-1,
  .interview-section__type-img-left-1 {
    margin-bottom: 30px;
  }
}

.interview-column__type-img-left-1__img,
.interview-section__type-img-left-1__img {
  width: 50%;
  margin-right: 4%;
}

@media only screen and (max-width: 767px) {
  .interview-column__type-img-left-1__img,
  .interview-section__type-img-left-1__img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 33px;
  }
}

.interview-column__type-img-left-1__img img,
.interview-section__type-img-left-1__img img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.interview-column__type-img-left-1__body,
.interview-section__type-img-left-1__body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 46%;
}

@media only screen and (max-width: 767px) {
  .interview-column__type-img-left-1__body,
  .interview-section__type-img-left-1__body {
    width: 100%;
  }
}

.interview-column__type-img-left-1__body p,
.interview-section__type-img-left-1__body p {
  line-height: 2.2;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .interview-column__type-img-left-1__body p,
  .interview-section__type-img-left-1__body p {
    line-height: 1.6;
    font-size: 12px;
  }
}

.interview-column__type-img-left-2,
.interview-section__type-img-left-2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -40px;
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .interview-column__type-img-left-2,
  .interview-section__type-img-left-2 {
    margin-top: 0;
    margin-bottom: 35px;
  }
}

.interview-column__type-img-left-2__img,
.interview-section__type-img-left-2__img {
  width: 35%;
  margin-right: 4%;
}

@media only screen and (max-width: 767px) {
  .interview-column__type-img-left-2__img,
  .interview-section__type-img-left-2__img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.interview-column__type-img-left-2__img img,
.interview-section__type-img-left-2__img img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.interview-column__type-img-left-2__body,
.interview-section__type-img-left-2__body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 61%;
}

@media only screen and (max-width: 767px) {
  .interview-column__type-img-left-2__body,
  .interview-section__type-img-left-2__body {
    width: 100%;
  }
}

.interview-column__type-img-left-2__body p,
.interview-section__type-img-left-2__body p {
  line-height: 2.2;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .interview-column__type-img-left-2__body p,
  .interview-section__type-img-left-2__body p {
    line-height: 1.6;
    font-size: 12px;
  }
}

.interview-section__type-img-left-3 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .interview-section__type-img-left-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.interview-section__type-img-left-3__img {
  width: 36%;
  margin-right: 4%;
}

@media only screen and (max-width: 767px) {
  .interview-section__type-img-left-3__img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 33px;
  }
}

.interview-section__type-img-left-3__img img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.interview-section__type-img-left-3__body {
  width: 60%;
}

@media only screen and (max-width: 767px) {
  .interview-section__type-img-left-3__body {
    width: 100%;
  }
}

.interview-section__type-img-right-1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .interview-section__type-img-right-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.interview-section__type-img-right-1__body {
  width: 60%;
  margin-right: 4%;
}

@media only screen and (max-width: 767px) {
  .interview-section__type-img-right-1__body {
    width: 100%;
    margin-right: 0;
    margin-bottom: 33px;
  }
}

.interview-section__type-img-right-1__img {
  width: 36%;
}

@media only screen and (max-width: 767px) {
  .interview-section__type-img-right-1__img {
    width: 100%;
  }
}

.interview-section__type-img-right-1__img img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.interview-section__type-img-right-2__img {
  width: 36%;
  float: right;
  margin-left: 4%;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .interview-section__type-img-right-2__img {
    display: none;
  }
}

.interview-section__type-img-right-2__img img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.interview-section__type-img-right-2__img-sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .interview-section__type-img-right-2__img-sp {
    display: inline-block;
    margin-bottom: 33px;
  }
}

@media only screen and (max-width: 767px) {
  .interview-section__type-img-right-2__img-sp img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}

.interview-section__type-std:last-child,
.interview-txt__type-std:last-child,
.interview-column__type-img-left-1:last-child,
.interview-column__type-img-left-2:last-child,
.interview-section__type-img-left-1:last-child,
.interview-section__type-img-left-2:last-child {
  margin-bottom: 0;
}

.interview-img__type-std:last-child {
  margin-top: 75px;
  margin-bottom: -30px;
}

@media only screen and (max-width: 767px) {
  .interview-img__type-std:last-child {
    margin-top: 45px;
    margin-bottom: -15px;
  }
}

.interview-nextprev {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .interview-nextprev {
    display: block;
    padding-left: 8.5%;
    padding-right: 8.5%;
  }
}

.interview-nextprev__nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.interview-nextprev__nav li {
  width: 360px;
}

@media only screen and (max-width: 767px) {
  .interview-nextprev__nav li {
    width: 100%;
  }
}

.interview-nextprev__nav li ~ li {
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .interview-nextprev__nav li ~ li {
    margin-left: 0;
    margin-top: 20px;
  }
}

.interview-nextprev__nav a {
  -webkit-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
  display: block;
  width: 100%;
  height: 90px;
  border: 1px solid #646464;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

@media only screen and (max-width: 767px) {
  .interview-nextprev__nav a {
    height: 60px;
  }
}

@media only screen and (min-width: 1024px) {
  .interview-nextprev__nav a:hover {
    opacity: 0.5;
  }
}

.interview-nextprev__nav__prev-vol1 {
  background-image: url(../img/interview/interview_prev_vol1.png);
}

@media only screen and (max-width: 767px) {
  .interview-nextprev__nav__prev-vol1 {
    background-image: url(../img/interview/interview_prev_vol1_sp.png);
    background-size: 143px 15px;
  }
}

.interview-nextprev__nav__prev-vol2 {
  background-image: url(../img/interview/interview_prev_vol2.png);
}

@media only screen and (max-width: 767px) {
  .interview-nextprev__nav__prev-vol2 {
    background-image: url(../img/interview/interview_prev_vol2_sp.png);
    background-size: 145px 15px;
  }
}

.interview-nextprev__nav__next-vol2 {
  background-image: url(../img/interview/interview_next_vol2.png);
}

@media only screen and (max-width: 767px) {
  .interview-nextprev__nav__next-vol2 {
    background-image: url(../img/interview/interview_next_vol2_sp.png);
    background-size: 148px 15px;
  }
}

.interview-nextprev__nav__next-vol3 {
  background-image: url(../img/interview/interview_next_vol3.png);
}

@media only screen and (max-width: 767px) {
  .interview-nextprev__nav__next-vol3 {
    background-image: url(../img/interview/interview_next_vol3_sp.png);
    background-size: 148px 15px;
  }
}

.interview-nextprev__btn-to-product {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .interview-nextprev__btn-to-product {
    width: 100%;
    margin-top: 50px;
  }
}

/* ----------------------------------------
 * kaihara
 * ------------------------------------- */
.page-interview-kaihara .interview-vi__hd span {
  background-image: url(../img/interview/interview_kaihara_vi_title_box.png);
}

.page-interview-kaihara-vol1 .interview-vi {
  background-image: url(../img/interview/interview_kaihara_vol1_vi_img.jpg);
}

@media only screen and (max-width: 767px) {
  .page-interview-kaihara-vol1 .interview-vi {
    padding-bottom: 86.7188%;
    background-image: url(../img/interview/interview_kaihara_vol1_vi_img_sp.jpg);
  }
}

.page-interview-kaihara-vol1 .interview-vi__hd {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.page-interview-kaihara-vol2 .interview-vi {
  background-image: url(../img/interview/interview_kaihara_vol2_vi_img.jpg);
}

@media only screen and (max-width: 767px) {
  .page-interview-kaihara-vol2 .interview-vi {
    padding-bottom: 86.7188%;
    background-image: url(../img/interview/interview_kaihara_vol2_vi_img_sp.jpg);
  }
}

.page-interview-kaihara-vol2 .interview-vi__hd {
  top: 50%;
  left: 20%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-interview-kaihara-vol3 .interview-vi {
  background-image: url(../img/interview/interview_kaihara_vol3_vi_img.jpg);
}

@media only screen and (max-width: 767px) {
  .page-interview-kaihara-vol3 .interview-vi {
    padding-bottom: 86.7188%;
    background-image: url(../img/interview/interview_kaihara_vol3_vi_img_sp.jpg);
  }
}

.page-interview-kaihara-vol3 .interview-vi__hd {
  top: 50%;
  right: 15%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* ----------------------------------------
 * feiler
 * ------------------------------------- */
.page-interview-feiler .interview-vi {
  background-image: url(../img/interview/interview_feiler_vi_img.jpg);
  background-position: center bottom;
}

@media only screen and (max-width: 767px) {
  .page-interview-feiler .interview-vi {
    padding-bottom: 94.6875%;
    background-image: url(../img/interview/interview_feiler_vi_img_sp.jpg);
  }
}

.page-interview-feiler .interview-vi__hd {
  top: 60px;
  right: 18%;
}

.page-interview-feiler .interview-vi__hd span {
  background-image: url(../img/interview/interview_feiler_vi_title_box.png);
}

.page-interview-feiler-en .interview-lead__table-01:nth-of-type(1) .interview-lead__table-01__ttl span {
  margin-left: 36px;
}

.page-interview-feiler-en .interview-lead__table-01:nth-of-type(2) .interview-lead__table-01__ttl span {
  margin-left: 18px;
}

.page-interview-feiler-en .interview-lead__table-01:nth-of-type(3) .interview-lead__table-01__ttl span {
  margin-left: 29px;
}

/* ----------------------------------------
 * babybjorn
 * ------------------------------------- */
.page-interview-babybjorn .interview-vi {
  background-image: url(../img/interview/interview_babybjorn_vi_img.jpg);
  background-position: center bottom;
}

@media only screen and (max-width: 767px) {
  .page-interview-babybjorn .interview-vi {
    padding-bottom: 88.75%;
    background-image: url(../img/interview/interview_babybjorn_vi_img_sp.jpg);
  }
}

.page-interview-babybjorn .interview-vi__hd {
  top: 225px;
  left: 13%;
}

.page-interview-babybjorn .interview-vi__hd span {
  background-image: url(../img/interview/interview_babybjorn_vi_title_box.png);
}

.p-interview-babybjorn--layout-01 {
  margin-top: 73px;
}

@media only screen and (max-width: 767px) {
  .p-interview-babybjorn--layout-01 {
    margin-top: 0;
  }
}

.p-interview-babybjorn--layout-01 .interview-txt__type-std:first-child {
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .p-interview-babybjorn--layout-01 .interview-txt__type-std:first-child {
    margin-bottom: 33px;
  }
}

.p-interview-babybjorn--layout-02 {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .p-interview-babybjorn--layout-02 {
    margin-bottom: 33px;
  }
}

.p-interview-babybjorn--layout-03 {
  margin-bottom: 20px;
}

.page-interview-babybjorn-en .interview-lead__table-01:nth-of-type(1) .interview-lead__table-01__ttl span {
  margin-left: 40px;
}

.page-interview-babybjorn-en .interview-lead__table-01:nth-of-type(2) .interview-lead__table-01__ttl span {
  margin-left: 31px;
}

/* ----------------------------------------
 * PETIT BATEAU
 * ------------------------------------- */
/**
 * vi
 **/
.interview-detail-vi-wrap.interview-petit {
  background-image: url(../img/interview/interview_01_vi_img.jpg);
}

@media only screen and (max-width: 767px) {
  .interview-detail-vi-wrap.interview-petit {
    background-image: url(../img/interview/interview_01_vi_img_sp.jpg);
  }
}

.interview-detail-vi-wrap.interview-petit .interview-detail-vi h1 span {
  background-image: url(../img/interview/interview_01_vi_shd.png);
}

.interview-detail-vi-wrap.interview-petit .interview-detail-vi .txt {
  position: absolute;
  bottom: 37px;
  left: 223px;
}

.interview-detail-vi-wrap.interview-petit .interview-detail-vi .txt span {
  width: 262px;
  height: 19px;
  background-image: url(../img/interview/interview_01_vi_txt.png);
}

/* ----------------------------------------
 * PETIT BATEAU 01
 * ------------------------------------- */
/**
 * body
 **/
.interview-detail-body-header.interview-petit-01 .vol span {
  background-image: url(../img/interview/interview_01_txt_01.png);
}

@media only screen and (max-width: 767px) {
  .interview-detail-body-header.interview-petit-01 .vol span {
    background-image: url(../img/interview/interview_01_txt_01_sp.png);
  }
}

/**
 * aside
 **/
.interview-detail-aside-wrap.interview-petit-01 figure {
  width: 340px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .interview-detail-aside-wrap.interview-petit-01 figure {
    width: 100%;
    padding-left: 18.5%;
    padding-right: 18.5%;
  }
}

.interview-detail-aside-wrap.interview-petit-01 .interview-detail-aside .btn-pager-01 a {
  background-image: url(../img/interview/interview_01_txt_02.png);
}

@media only screen and (max-width: 767px) {
  .interview-detail-aside-wrap.interview-petit-01 .interview-detail-aside .btn-pager-01 a {
    background-image: url(../img/interview/interview_01_txt_02_sp.png);
    background-size: 144px 15px;
  }
}

/* ----------------------------------------
 * PETIT BATEAU 02
 * ------------------------------------- */
/**
 * body
 **/
.interview-detail-body-header.interview-petit-02 .vol span {
  background-image: url(../img/interview/interview_02_txt_01.png);
}

@media only screen and (max-width: 767px) {
  .interview-detail-body-header.interview-petit-02 .vol span {
    background-image: url(../img/interview/interview_02_txt_01_sp.png);
  }
}

/**
 * aside
 **/
.interview-detail-aside-wrap.interview-petit-02 figure {
  width: 620px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .interview-detail-aside-wrap.interview-petit-02 figure {
    width: 100%;
  }
}

.interview-detail-aside-wrap.interview-petit-02 .credit {
  width: 620px;
  margin: 5px auto 0;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .interview-detail-aside-wrap.interview-petit-02 .credit {
    width: 100%;
    margin-top: 7px;
    padding-left: 4.7%;
    padding-right: 4.7%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.interview-detail-aside-wrap.interview-petit-02 .interview-detail-aside .btn-pager-01 a {
  background-image: url(../img/interview/interview_02_txt_02.png);
}

@media only screen and (max-width: 767px) {
  .interview-detail-aside-wrap.interview-petit-02 .interview-detail-aside .btn-pager-01 a {
    background-image: url(../img/interview/interview_02_txt_02_sp.png);
    background-size: 143px 15px;
  }
}

/* ----------------------------------------
 * TALK SHOW 2017
 * ------------------------------------- */
/**
 * vi
 **/
.interview-detail-vi-wrap.talkshow-2017 {
  background-image: url(../img/interview/interview_03_vi_img.jpg);
  background-position: right bottom;
}

@media only screen and (max-width: 767px) {
  .interview-detail-vi-wrap.talkshow-2017 {
    padding-bottom: 89.5313%;
    background-image: url(../img/interview/interview_03_vi_img_sp.jpg);
  }
}

.interview-detail-vi-wrap.talkshow-2017 .interview-detail-vi h1 span {
  background-image: url(../img/interview/interview_03_vi_shd.png);
}

/**
 * body
 **/
@media only screen and (max-width: 767px) {
  .interview-detail-body-header.talkshow-2017 {
    margin-top: -26px;
  }
}

.interview-detail-body-header.talkshow-2017 h2 {
  text-align: center;
  line-height: 1.8;
  font-size: 28px;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .interview-detail-body-header.talkshow-2017 h2 {
    line-height: 1.5;
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .interview-detail-body-header.talkshow-2017 h2 span {
    display: inline-block;
    margin-top: 5px;
    font-size: 13px;
  }
}

.interview-detail-body-header.talkshow-2017 .lead {
  margin: 105px 0 34px 0;
  line-height: 2.2;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .interview-detail-body-header.talkshow-2017 .lead {
    margin-top: 40px;
    line-height: 1.6;
    font-size: 12px;
  }
}

.interview-detail-body-header.talkshow-2017 dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .interview-detail-body-header.talkshow-2017 dl {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.interview-detail-body-header.talkshow-2017 dl dt, .interview-detail-body-header.talkshow-2017 dl dd {
  line-height: 1.8;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .interview-detail-body-header.talkshow-2017 dl dt, .interview-detail-body-header.talkshow-2017 dl dd {
    line-height: 1.6;
    font-size: 12px;
  }
}

.interview-detail-body-header.talkshow-2017 dl ~ dl {
  margin-top: 18px;
}

@media only screen and (max-width: 767px) {
  .interview-detail-body-header.talkshow-2017 dl ~ dl {
    margin-top: 22px;
  }
}

.talkshow-2017-adjust-01 figure {
  margin-top: 80px !important;
}

@media only screen and (max-width: 767px) {
  .talkshow-2017-adjust-01 figure {
    margin-top: 22px !important;
  }
}

/* ----------------------------------------
 * YKK x EPSON
 * ------------------------------------- */
/**
 * vi
 **/
.interview-detail-vi-wrap.ykk-epson {
  background-image: url(../img/interview/interview_s_vi_bg_01.jpg);
  background-position: center center;
}

@media only screen and (max-width: 767px) {
  .interview-detail-vi-wrap.ykk-epson {
    padding-bottom: 68.9063%;
    background-image: url(../img/interview/i4_vi_img_sp.jpg);
  }
}

.interview-detail-vi-wrap.ykk-epson .interview-detail-vi h1 {
  margin-top: -217px;
}

/* ----------------------------------------
 * Aoyama x Sumitex
 * ------------------------------------- */
/**
 * vi
 **/
.interview-detail-vi-wrap.aoy-sti {
  background-image: url(../img/interview/i5_vi_bg.jpg);
}

@media only screen and (max-width: 767px) {
  .interview-detail-vi-wrap.aoy-sti {
    padding-bottom: 52.9688%;
    background-image: url(../img/interview/i5_vi_bg_sp.jpg);
  }
}

.interview-detail-vi-wrap.aoy-sti .interview-detail-vi h1 {
  left: auto;
  right: -10%;
}

/**
 * aside
 **/
.aoy-sti__aside figure {
  margin-bottom: 57px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .aoy-sti__aside figure {
    margin-bottom: 37px;
  }
}

@media only screen and (max-width: 767px) {
  .aoy-sti__aside figure img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}

.aoy-sti__aside__nav__t1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.aoy-sti__aside__nav__t1 li {
  margin-bottom: 12px;
}

.aoy-sti__aside__nav__t1 li:last-child {
  margin-bottom: 0;
}

.aoy-sti__aside__nav__t2 {
  margin-top: 55px;
  padding-top: 100px;
  border-top: 1px solid #ebebec;
}

@media only screen and (max-width: 767px) {
  .aoy-sti__aside__nav__t2 {
    margin-top: 35px;
    padding-top: 40px;
  }
}

.aoy-sti__aside__nav__t2 .btn-orange-02 {
  margin: 0 auto;
}

/* ----------------------------------------
 * タブエリア
 * ------------------------------------- */
.auth-tab-block {
  padding-top: 30px;
  padding-bottom: 29px;
  background-color: #f1f1f1;
}

@media only screen and (max-width: 767px) {
  .auth-tab-block {
    padding-top: 15px;
    padding-bottom: 11px;
  }
}

.auth-tab-block__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .auth-tab-block__content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.auth-tab-block__item {
  width: 20%;
}

@media only screen and (max-width: 767px) {
  .auth-tab-block__item {
    width: 31%;
    margin-right: 3.5%;
  }
}

.auth-tab-block__item a {
  position: relative;
  display: block;
  color: #646464;
}

.auth-tab-block__item a:after {
  -webkit-transition: 0.2s ease 0s;
  transition: 0.2s ease 0s;
  visibility: hidden;
  opacity: 0;
  content: "";
  position: absolute;
  bottom: -29px;
  left: 0;
  display: block;
  width: 100%;
  height: 6px;
}

@media only screen and (max-width: 767px) {
  .auth-tab-block__item a:after {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  .auth-tab-block__item a:hover:after {
    visibility: visible;
    opacity: 1;
  }
}

.auth-tab-block__item .current:after {
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .auth-tab-block__item:nth-child(3n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .auth-tab-block__item:nth-child(n+4) {
    margin-top: 16px;
  }
}

.auth-tab-block__item-standard-100 a:after {
  background-color: #f4a400;
}

@media only screen and (max-width: 767px) {
  .auth-tab-block__item-standard-100 .current .auth-tab-block__logo img {
    border-color: #f4a400;
  }
}

.auth-tab-block__item-eco-passport a:after {
  background-color: #498eaa;
}

@media only screen and (max-width: 767px) {
  .auth-tab-block__item-eco-passport .current .auth-tab-block__logo img {
    border-color: #498eaa;
  }
}

.auth-tab-block__item-step a:after {
  background-color: #008961;
}

@media only screen and (max-width: 767px) {
  .auth-tab-block__item-step .current .auth-tab-block__logo img {
    border-color: #008961;
  }
}

.auth-tab-block__item-leather-standard a:after {
  background-color: #965c25;
}

@media only screen and (max-width: 767px) {
  .auth-tab-block__item-leather-standard .current .auth-tab-block__logo img {
    border-color: #965c25;
  }
}

.auth-tab-block__item-made-in-green a:after {
  background-color: #8dc21f;
}

@media only screen and (max-width: 767px) {
  .auth-tab-block__item-made-in-green .current .auth-tab-block__logo img {
    border-color: #8dc21f;
  }
}

.auth-tab-block__logo {
  margin-bottom: 21px;
  padding-left: 25px;
  padding-right: 25px;
}

@media only screen and (max-width: 767px) {
  .auth-tab-block__logo {
    position: relative;
    margin-bottom: 7px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .auth-tab-block__logo img {
    max-width: 100%;
    width: 100%;
    height: auto;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
  }
}

.auth-tab-block__name {
  text-align: center;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
}

@media only screen and (max-width: 767px) {
  .auth-tab-block__name {
    font-size: 9px;
  }
}

/* ----------------------------------------
 * 共通
 * ------------------------------------- */
/**
 * ラベル
 **/
.aut-label-step {
  display: inline-block;
  width: 230px;
  height: 34px;
  border-radius: 6px;
  text-align: center;
  line-height: 34px;
  letter-spacing: 0.2em;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .aut-label-step {
    display: block;
    width: 240px;
    height: 30px;
    border-radius: 3px;
    line-height: 30px;
    font-size: 15px;
  }
}

.aut-label-step-01 {
  background-color: #a3bdd6;
}

.aut-label-step-02 {
  background-color: #99bc9f;
}

.aut-label-step-03 {
  background-color: #ddb4ba;
}

.aut-label-end {
  background-color: #f4a400;
}

.ie .aut-label-step {
  line-height: 1.5;
  padding-top: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * list
 **/
.aut-doc-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.aut-doc-list dt {
  position: relative;
  width: 18.7%;
  -webkit-flex-basis: 18.7%;
  flex-basis: 18.7%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.3;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .aut-doc-list dt {
    width: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    font-size: 16px;
  }
}

.aut-doc-list dt span {
  font-size: 10px;
}

@media only screen and (max-width: 767px) {
  .aut-doc-list dt span {
    font-size: 12px;
  }
}

.aut-doc-list dt .adjust {
  position: relative;
  top: -5px;
}

@media only screen and (max-width: 767px) {
  .aut-doc-list dt .adjust {
    top: 0;
  }
}

.aut-doc-list dt:before {
  content: "■";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.aut-doc-list dd {
  position: relative;
  width: 81.3%;
  -webkit-flex-basis: 81.3%;
  flex-basis: 81.3%;
  padding-left: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .aut-doc-list dd {
    width: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    padding-left: 0;
    padding-top: 5px;
    font-size: 12px;
  }
}

.aut-doc-list dd span {
  font-size: 12px;
}

.aut-doc-list dd:before {
  content: "：";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .aut-doc-list dd:before {
    display: none;
  }
}

.aut-doc-list dt ~ dt {
  margin-top: 17px;
}

@media only screen and (max-width: 767px) {
  .aut-doc-list dt ~ dt {
    margin-top: 12px;
  }
}

.aut-doc-list dd ~ dd {
  margin-top: 17px;
}

@media only screen and (max-width: 767px) {
  .aut-doc-list dd ~ dd {
    margin-top: 0;
  }
}

.aut-doc-list.must dt:before {
  color: #a3cfc7;
}

.aut-doc-list.parts dt:before {
  color: #f2c398;
}

.aut-doc-list.other dt:before {
  content: "□";
}

/* ----------------------------------------
 * WRAO
 * ------------------------------------- */
.authenication-wrap {
  padding: 110px 0 70px 0;
  border-bottom: 1px solid #ebebec;
}

@media only screen and (max-width: 767px) {
  .authenication-wrap {
    padding-top: 35px;
    padding-bottom: 50px;
  }
}

/* ----------------------------------------
 * ステップ
 * ------------------------------------- */
.aut-step-wrap {
  padding: 0 0 90px 0;
  border-bottom: 1px solid #ebebec;
}

@media only screen and (max-width: 767px) {
  .aut-step-wrap {
    padding-bottom: 50px;
  }
}

/**
 * head
 **/
.aut-step-head {
  margin: 0 0 75px 0;
}

@media only screen and (max-width: 767px) {
  .aut-step-head {
    margin-bottom: 46px;
  }
}

.aut-step-head h2 {
  margin: 0 0 35px 0;
  text-align: center;
  font-size: 36px;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .aut-step-head h2 {
    margin-bottom: 20px;
    font-size: 19px;
  }
}

.aut-step-head .txt {
  text-align: center;
  color: #646464;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .aut-step-head .txt {
    font-size: 13px;
  }
}

.aut-step-head ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 12px 0 12px 0;
}

@media only screen and (max-width: 767px) {
  .aut-step-head ul {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 11px;
    margin-bottom: 16px;
  }
}

.aut-step-head ul li ~ li {
  margin-left: 6px;
}

@media only screen and (max-width: 767px) {
  .aut-step-head ul li ~ li {
    margin-left: 0;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .aut-step-head ul .aut-label-step {
    margin-left: auto;
    margin-right: auto;
  }
}

/**
 * STEP
 **/
.aut-step-section {
  position: relative;
  margin: 0 0 80px 0;
  padding: 30px 10.7% 52px 10.7%;
  border-radius: 6px;
  color: #646464;
}

@media only screen and (max-width: 767px) {
  .aut-step-section {
    margin-bottom: 70px;
    padding: 25px 5.2% 26px 5.2%;
    border-radius: 3px;
  }
}

.aut-step-section h3 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 38px 0;
}

@media only screen and (max-width: 767px) {
  .aut-step-section h3 {
    margin-bottom: 21px;
  }
}

.aut-step-section:after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-left: -13px;
  border-style: solid;
  border-width: 15px 13px 0 13px;
  border-color: #f4a400 transparent transparent transparent;
}

@media only screen and (max-width: 767px) {
  .aut-step-section:after {
    bottom: -45px;
  }
}

/**
 * STEP 01
 **/
.aut-step-01 {
  background-color: #ebf0f5;
}

.aut-step-01 .lead {
  text-align: center;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .aut-step-01 .lead {
    text-align: left;
  }
}

.aut-step-01 h4 {
  margin: 26px 0 13px 0;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 24px;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .aut-step-01 h4 {
    margin-top: 17px;
    margin-bottom: 20px;
    font-size: 17px;
  }
}

.aut-step-01 .note {
  margin-top: 41px;
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .aut-step-01 .note {
    margin-top: 28px;
  }
}

.aut-doc-list-wrap h5 {
  display: inline-block;
  width: 160px;
  height: 25px;
  margin: 0 0 13px 0;
  padding-top: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .aut-doc-list-wrap h5 {
    margin-bottom: 18px;
    padding-top: 2px;
    font-size: 14px;
  }
}

.aut-doc-list-wrap h5.must {
  background-color: #a3cfc7;
}

.aut-doc-list-wrap h5.parts {
  background-color: #f2c398;
}

.aut-doc-list-wrap ~ .aut-doc-list-wrap {
  margin-top: 46px;
}

@media only screen and (max-width: 767px) {
  .aut-doc-list-wrap ~ .aut-doc-list-wrap {
    margin-top: 31px;
  }
}

/**
 * STEP 02
 **/
.aut-step-02 {
  background-color: #e3ece5;
}

.aut-step-02 .lead {
  color: #8bac92;
}

@media only screen and (max-width: 767px) {
  .aut-step-02 .lead {
    text-align: center;
    font-size: 14px;
  }
}

.aut-step-02 .lead span {
  display: inline-block;
  width: 152px;
  height: 32px;
  margin: 0 6px 0 6px;
  padding-top: 4px;
  border: 2px solid #bfd3c1;
  border-radius: 3px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .aut-step-02 .lead span {
    display: block;
    width: 150px;
    height: 30px;
    margin: 5px auto 5px;
    padding-top: 3px;
    border: 1px solid #bfd3c1;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .aut-step-02 .lead span:first-child {
    margin-top: 9px;
  }
}

@media only screen and (max-width: 767px) {
  .aut-step-02 .lead span:last-child {
    margin-bottom: 13px;
  }
}

.aut-step-02 .txt {
  margin: 22px 0 18px 0;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .aut-step-02 .txt {
    margin-top: 19px;
    margin-bottom: 24px;
    line-height: 1.5;
  }
}

.aut-step-02 .txt span {
  font-size: 12px;
}

.ie .aut-step-02 .lead span {
  padding-top: 6px;
}

/**
 * STEP 03
 **/
.aut-step-03 {
  background-color: #f6eeef;
}

.aut-step-03 .txt-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.aut-step-03 .txt span {
  letter-spacing: 0.1em;
  color: #e0a392;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .aut-step-03 .txt span {
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 17px;
  }
}

/**
 * END
 **/
.aut-step-end {
  padding: 30px 10.7% 31px 10.7%;
  border: 1px solid #f4a400;
  border-radius: 6px;
  color: #646464;
}

@media only screen and (max-width: 767px) {
  .aut-step-end {
    padding: 25px 5.2% 26px 5.2%;
    border-radius: 3px;
  }
}

.aut-step-end h3 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 26px 0;
}

.aut-step-end-list {
  max-width: 680px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .aut-step-end-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.aut-step-end-list .img {
  width: 35.4%;
  -webkit-flex-basis: 35.4%;
  flex-basis: 35.4%;
}

@media only screen and (max-width: 767px) {
  .aut-step-end-list .img {
    width: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    padding-left: 7.1%;
    padding-right: 7.1%;
  }
}

.aut-step-end-list .img figure img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.aut-step-end-list .img p {
  margin-top: 6px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .aut-step-end-list .img p {
    margin-top: 5px;
    font-size: 13px;
  }
}

.aut-step-end-list .info {
  width: 60%;
  -webkit-flex-basis: 60%;
  flex-basis: 60%;
  margin-left: 4.6%;
}

@media only screen and (max-width: 767px) {
  .aut-step-end-list .info {
    width: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    margin-left: 0;
  }
}

.aut-step-end-list .info .txt {
  margin: 12px 0 17px 0;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .aut-step-end-list .info .txt {
    margin-top: 28px;
    margin-bottom: 18px;
    line-height: 1.7;
    font-size: 13px;
  }
}

.aut-step-end-list .info .note {
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .labeling-guide {
    margin: 15px auto;
    width:200px;
  }
}
.labeling-guide {
  margin-top: 15px;
}

.labeling-guide a {
  padding-left: 15px;
  text-align: left;
  width: 190px;
}

/* ----------------------------------------
 * ASIDE
 * ------------------------------------- */
.aut-aside {
  padding: 50px 0 45px 0;
  border-bottom: 1px solid #ebebec;
  color: #646464;
}

@media only screen and (max-width: 767px) {
  .aut-aside {
    padding-top: 25px;
    padding-bottom: 16px;
  }
}

.aut-aside h3 span {
  width: auto;
  height: 40px;
  padding: 0 50px 0 50px;
  line-height: 40px;
  background-color: #b2b2b2;
}

@media only screen and (max-width: 767px) {
  .aut-aside h3 span {
    width: 190px;
    height: 25px;
    margin: 0 auto;
    padding: 0;
    line-height: 25px;
    font-size: 12px;
  }
}

.aut-aside .txt-wrap {
  margin: 28px 0 20px 0;
}

@media only screen and (max-width: 767px) {
  .aut-aside .txt-wrap {
    margin-top: 15px;
  }
}

.aut-aside .txt {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .aut-aside .txt {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .aut-aside .txt strong {
    display: block;
    margin-bottom: 1px;
  }
}

.aut-aside .txt .hosoku-01 {
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .aut-aside .txt .hosoku-01 {
    font-size: 16px;
  }
}

.aut-aside .txt .hosoku-02 {
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .aut-aside .txt .hosoku-02 {
    font-size: 16px;
    font-weight: bold;
  }
}

.aut-aside .txt ~ .txt {
  margin-top: 13px;
}

@media only screen and (max-width: 767px) {
  .aut-aside .txt ~ .txt {
    margin-top: 21px;
  }
}

.ie .aut-aside h3 span {
  padding-top: 8px;
}

@media only screen and (max-width: 767px) {
  .aut-aside-01 .txt-wrap {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .aut-aside-02 .txt-wrap {
    margin-bottom: 25px;
  }
}

/**
 * contact
 **/
.aut-contact-wrap {
  padding: 63px 0 0 0;
  color: #646464;
}

@media only screen and (max-width: 767px) {
  .aut-contact-wrap {
    padding-top: 46px;
  }
}

.aut-contact-wrap .btn-orange-01 {
  width: 360px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .aut-contact-wrap .btn-orange-01 {
    width: 240px;
  }
}

@media only screen and (max-width: 767px) {
  .aut-contact-wrap .contents-wrap-01, .aut-contact-wrap .contents-wrap-02, .aut-contact-wrap .contents-wrap-03 {
    padding-left: 0;
    padding-right: 0;
  }
}

.aut-contact-head {
  text-align: center;
}

.aut-contact-head h3 {
  color: #f4a400;
  font-size: 30px;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .aut-contact-head h3 {
    font-size: 19px;
  }
}

.aut-contact-head p {
  margin-top: 6px;
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .aut-contact-head p {
    margin-top: 9px;
    font-size: 12px;
  }
}

.aut-contact-body {
  margin: 19px 0 25px 0;
  padding: 18px 0 24px 0;
  text-align: center;
  background-color: #f3f3f3;
}

@media only screen and (max-width: 767px) {
  .aut-contact-body {
    margin-top: 21px;
    margin-bottom: 20px;
    padding-top: 35px;
    padding-bottom: 41px;
  }
}

.aut-contact-body .tel {
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .aut-contact-body .tel {
    line-height: 1.4;
    font-size: 16px;
  }
}

.aut-contact-body .tel .tel-num {
  font-size: 38px;
}

@media only screen and (max-width: 767px) {
  .aut-contact-body .tel .tel-num {
    font-size: 30px;
  }
}

.aut-contact-body .tel .fax-num {
  font-size: 30px;
}

@media only screen and (max-width: 767px) {
  .aut-contact-body .tel .fax-num {
    font-size: 23px;
  }
}

@media only screen and (max-width: 767px) {
  .aut-contact-body .tel .adjust {
    display: none;
  }
}

.aut-contact-body .txt {
  margin-top: 3px;
  line-height: 1.6;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .aut-contact-body .txt {
    margin-top: 16px;
    font-size: 12px;
  }
}

.aut-contact-body .txt a {
  -webkit-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
  color: #646464;
}

@media only screen and (min-width: 1024px) {
  .aut-contact-body .txt a:hover {
    opacity: 0.5;
  }
}

/* ----------------------------------------
 * about-detail--title-area
 * ------------------------------------- */
.c-about-detail--title-area {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .c-about-detail--title-area {
    display: block;
    height: auto;
    padding-top: 30px;
    padding-bottom: 27px;
  }
}

.c-about-detail--title-area__heading {
  position: relative;
  margin-bottom: 52px;
}

@media only screen and (max-width: 767px) {
  .c-about-detail--title-area__heading {
    margin-bottom: 24px;
  }
}

.c-about-detail--title-area__heading:after {
  content: "";
  position: absolute;
  bottom: -38px;
  left: 50%;
  display: block;
  width: 1px;
  height: 24px;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .c-about-detail--title-area__heading:after {
    bottom: -20px;
    height: 15px;
  }
}

.c-about-detail--title-area__logo {
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .c-about-detail--title-area__logo {
    margin-bottom: 15px;
    padding-left: 34%;
    padding-right: 34%;
  }
}

@media only screen and (max-width: 767px) {
  .c-about-detail--title-area__logo img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}

.c-about-detail--title-area__hd {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
  background-position: left top;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.c-about-detail--title-area__caption {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .c-about-detail--title-area__caption {
    font-size: 10px;
  }
}

.c-about-detail--title-area__copy-1 {
  margin-bottom: 7px;
  text-align: center;
  font-size: 28px;
}

@media only screen and (max-width: 767px) {
  .c-about-detail--title-area__copy-1 {
    font-size: 17px;
  }
}

.c-about-detail--title-area__copy-2 {
  text-align: center;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .c-about-detail--title-area__copy-2 {
    font-size: 11px;
  }
}

.c-about-detail--title-area__hd-standard100 {
  width: 194px;
  height: 19px;
  background-image: url(../img/about/about-detail_title-area_standard-100.png);
}

@media only screen and (max-width: 767px) {
  .c-about-detail--title-area__hd-standard100 {
    width: 124px;
    height: 12px;
    background-image: url(../img/about/about-detail_title-area_standard-100_sp.png);
    background-size: 124px 12px;
  }
}

.c-about-detail--title-area__hd-eco-passport {
  width: 208px;
  height: 19px;
  background-image: url(../img/about/about-detail_title-area_eco-passport.png);
}

@media only screen and (max-width: 767px) {
  .c-about-detail--title-area__hd-eco-passport {
    width: 121px;
    height: 12px;
    background-image: url(../img/about/about-detail_title-area_eco-passport_sp.png);
    background-size: 121px 12px;
  }
}

.c-about-detail--title-area__hd-step {
  width: 57px;
  height: 18px;
  background-image: url(../img/about/about-detail_title-area_step.png);
}

@media only screen and (max-width: 767px) {
  .c-about-detail--title-area__hd-step {
    width: 33px;
    height: 11px;
    background-image: url(../img/about/about-detail_title-area_step_sp.png);
    background-size: 33px 11px;
  }
}

.c-about-detail--title-area__hd-made-in-green {
  width: 228px;
  height: 21px;
  background-image: url(../img/about/about-detail_title-area_made-in-green.png);
}

@media only screen and (max-width: 767px) {
  .c-about-detail--title-area__hd-made-in-green {
    width: 133px;
    height: 12px;
    background-image: url(../img/about/about-detail_title-area_made-in-green_sp.png);
    background-size: 133px 12px;
  }
}

.c-about-detail--title-area__hd-leather-standard {
  width: 275px;
  height: 20px;
  background-image: url(../img/about/about-detail_title-area_leather-standard.png);
}

@media only screen and (max-width: 767px) {
  .c-about-detail--title-area__hd-leather-standard {
    width: 165px;
    height: 12px;
    background-image: url(../img/about/about-detail_title-area_leather-standard_sp.png);
    background-size: 165px 12px;
  }
}

.c-about-detail--title-area__standard100 {
  background-image: url(../img/about/about-detail_title-area_standard-100_bg.jpg);
}

@media only screen and (max-width: 767px) {
  .c-about-detail--title-area__standard100 {
    background-image: url(../img/about/about-detail_title-area_standard-100_bg_sp.jpg);
  }
}

.c-about-detail--title-area__eco-passport {
  background-image: url(../img/about/about-detail_title-area_eco-passport_bg.jpg);
}

@media only screen and (max-width: 767px) {
  .c-about-detail--title-area__eco-passport {
    background-image: url(../img/about/about-detail_title-area_eco-passport_bg_sp.jpg);
  }
}

.c-about-detail--title-area__step {
  background-image: url(../img/about/about-detail_title-area_step_bg.jpg);
}

@media only screen and (max-width: 767px) {
  .c-about-detail--title-area__step {
    background-image: url(../img/about/about-detail_title-area_step_bg_sp.jpg);
  }
}

.c-about-detail--title-area__made-in-green {
  background-image: url(../img/about/about-detail_title-area_made-in-green_bg.jpg);
}

@media only screen and (max-width: 767px) {
  .c-about-detail--title-area__made-in-green {
    background-image: url(../img/about/about-detail_title-area_made-in-green_bg_sp.jpg);
  }
}

.c-about-detail--title-area__leather-standard {
  background-image: url(../img/about/about-detail_title-area_leather-standard_bg.jpg);
}

@media only screen and (max-width: 767px) {
  .c-about-detail--title-area__leather-standard {
    background-image: url(../img/about/about-detail_title-area_leather-standard_bg_sp.jpg);
  }
}
/* ----------------------------------------
 * about commmon style
 * ------------------------------------- */
.c-about--section {
  padding-top: 103px;
  padding-bottom: 103px;
}

@media only screen and (max-width: 767px) {
  .c-about--section {
    padding-top: 35px;
    padding-bottom: 37px;
  }
}

.c-about--heading__hd {
  text-align: center;
  line-height: 1.4;
  font-size: 36px;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .c-about--heading__hd {
    font-size: 19px;
  }
}

.c-about--heading__caption, .c-about--heading__caption-strong {
  margin-top: 27px;
  text-align: center;
  line-height: 1.8;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .c-about--heading__caption, .c-about--heading__caption-strong {
    margin-top: 19px;
    text-align: left;
    font-size: 13px;
  }
}

.c-about--heading__caption-strong {
  color: #646464;
}

.c-about--heading__caption-align-left {
  text-align: left;
}

.c-about-detail--contents-block {
  padding-top: 112px;
}

@media only screen and (max-width: 767px) {
  .c-about-detail--contents-block {
    padding-top: 37px;
  }
}

.c-about-detail__heading {
  margin-bottom: 58px;
}

@media only screen and (max-width: 767px) {
  .c-about-detail__heading {
    margin-bottom: 25px;
  }
}

.c-about-detail__btn-area {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .c-about-detail__btn-area {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.c-about-detail__btn-area li {
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .c-about-detail__btn-area li {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.c-about-detail__btn-area li:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .c-about-detail__btn-area li:last-child {
    margin-bottom: 0;
  }
}

.c-about-detail--feature {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 3%;
  padding-right: 3%;
}

@media only screen and (max-width: 767px) {
  .c-about-detail--feature {
    padding-left: 0;
    padding-right: 0;
  }
}

.c-about-detail--feature__item {
  height: 220px;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-about-detail--feature__item > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.c-about-detail--feature__lead dt, .c-about-detail--feature__lead dd {
  color: #646464;
}

.c-about-detail--feature__lead dt {
  margin-bottom: 12px;
  text-align: center;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  font-size: 24px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .c-about-detail--feature__lead dt {
    margin-bottom: 7px;
    font-size: 16px;
  }
}

.c-about-detail--feature__lead dd {
  text-align: center;
  line-height: 1.8;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .c-about-detail--feature__lead dd {
    line-height: 1.5;
    font-size: 13px;
  }
}

.c-about-detail--feature__column-2 .c-about-detail--feature__item {
  width: 48%;
  margin-right: 4%;
}

@media only screen and (max-width: 767px) {
  .c-about-detail--feature__column-2 .c-about-detail--feature__item {
    width: 100%;
    margin-right: 0;
  }
}

.c-about-detail--feature__column-2 .c-about-detail--feature__item > div {
  padding-left: 11%;
  padding-right: 11%;
}

@media only screen and (max-width: 767px) {
  .c-about-detail--feature__column-2 .c-about-detail--feature__item > div {
    padding-left: 8.6%;
    padding-right: 8.6%;
  }
}

.c-about-detail--feature__column-2 .c-about-detail--feature__item:nth-child(2n) {
  margin-right: 0;
}

.c-about-detail--feature__column-2 .c-about-detail--feature__item:nth-child(n+3) {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .c-about-detail--feature__column-2 .c-about-detail--feature__item:nth-child(n+3) {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .c-about-detail--feature__column-2 .c-about-detail--feature__item:nth-child(n+2) {
    margin-top: 15px;
  }
}

.c-about-detail--feature__column-3 .c-about-detail--feature__item {
  width: 32%;
  margin-right: 2%;
}

@media only screen and (max-width: 767px) {
  .c-about-detail--feature__column-3 .c-about-detail--feature__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.c-about-detail--feature__column-3 .c-about-detail--feature__item > div {
  padding-left: 9.7%;
  padding-right: 9.7%;
}

@media only screen and (max-width: 767px) {
  .c-about-detail--feature__column-3 .c-about-detail--feature__item > div {
    padding-left: 8.6%;
    padding-right: 8.6%;
  }
}

.c-about-detail--feature__column-3 .c-about-detail--feature__item:nth-child(3n) {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .c-about-detail--feature__column-3 .c-about-detail--feature__item:last-child {
    margin-bottom: 0;
  }
}

.p-about-eco-passport--feature .c-about-detail--feature__item {
  background-color: #e2ecef;
}

@media only screen and (max-width: 767px) {
  .p-about-eco-passport--feature .c-about-detail--feature__item {
    height: 150px;
  }
}

.p-about-step--feature .c-about-detail--feature__item {
  background-color: #d7e8e5;
}

@media only screen and (max-width: 767px) {
  .p-about-step--feature .c-about-detail--feature__item {
    height: 135px;
  }
}

.p-about-made-in-green--feature .c-about-detail--feature__item {
  background-color: #eef6de;
}

@media only screen and (max-width: 767px) {
  .p-about-made-in-green--feature .c-about-detail--feature__item {
    height: 135px;
  }
}

.c-about-detail--record {
  margin-top: 100px;
  padding: 25px 3% 25px 3%;
  border: 2px solid #ddd;
}

@media only screen and (max-width: 767px) {
  .c-about-detail--record {
    margin-top: 40px;
    padding: 12px 5.3% 11px 5.3%;
  }
}

.c-about-detail--record__hd {
  margin-bottom: 7px;
  font-size: 22px;
}

@media only screen and (max-width: 767px) {
  .c-about-detail--record__hd {
    margin-bottom: 12px;
    font-size: 15px;
  }
}

.c-about-detail--record__hd-sub {
  font-weight: normal;
  font-size: 14px;
}

.c-about-detail--record__txt {
  margin-bottom: 4px;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .c-about-detail--record__txt {
    font-size: 13px;
  }
}

.c-about-detail--record__txt-bold {
  font-size: 26px;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .c-about-detail--record__txt-bold {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .c-about-detail--record__txt-note {
    display: inline-block;
    margin-top: 7px;
    margin-left: 1em;
    text-indent: -1em;
  }
}

.c-about-detail--record__txt-note-date {
  display: block;
  margin-top: 15px;
}

.c-about-detail--outline {
  padding-top: 52px;
  border-top: 1px solid #ebebec;
}

@media only screen and (max-width: 767px) {
  .c-about-detail--outline {
    padding-top: 37px;
  }
}

.c-about-detail--outline__heading {
  margin-bottom: 67px;
}

@media only screen and (max-width: 767px) {
  .c-about-detail--outline__heading {
    margin-bottom: 17px;
  }
}

.c-about-detail--outline-table {
  padding: 20px 0 20px 6.8%;
  border-bottom: 1px solid #ebebec;
  color: #646464;
}

@media only screen and (max-width: 767px) {
  .c-about-detail--outline-table {
    padding-top: 17px;
    padding-bottom: 16px;
    padding-left: 10%;
  }
}

.c-about-detail--outline-table__hd {
  position: relative;
  margin-bottom: 4px;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .c-about-detail--outline-table__hd {
    font-size: 14px;
  }
}

.c-about-detail--outline-table__hd:before {
  content: "";
  position: absolute;
  top: 15px;
  left: -70px;
  display: block;
  width: 40px;
  height: 2px;
}

@media only screen and (max-width: 767px) {
  .c-about-detail--outline-table__hd:before {
    top: 10px;
    left: -30px;
    width: 20px;
  }
}

.win.chrome .c-about-detail--outline-table__hd:before, .win.ff .c-about-detail--outline-table__hd:before {
  top: 13px;
}

.ie .c-about-detail--outline-table__hd:before {
  top: 11px;
}

.p-about-standard100--outline .c-about-detail--outline-table__hd:before {
  background-color: #f4a400;
}

.p-about-eco-passport--outline .c-about-detail--outline-table__hd:before {
  background-color: #498eaa;
}

.p-about-step--outline .c-about-detail--outline-table__hd:before {
  background-color: #008961;
}

.p-about-made-in-green--outline .c-about-detail--outline-table__hd:before {
  background-color: #8dc21f;
}

.c-about-detail--outline-table__txt {
  line-height: 2.0;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .c-about-detail--outline-table__txt {
    line-height: 1.5;
    font-size: 12px;
  }
}

/**
 * series for index
 **/
.c-about-index--oekotex-series__standard100 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 365px;
  background-image: url(../img/about/about_oeko-tex-series_standard-100_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .c-about-index--oekotex-series__standard100 {
    display: block;
    height: auto;
    background-image: url(../img/about/about_oeko-tex-series_standard-100_bg_sp.jpg);
  }
}

@media only screen and (max-width: 767px) {
  .c-about-index--oekotex-series__standard100 > div {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .c-about-index--oekotex-series__standard100 .c-about-index--oekotex-series__btn {
    width: 36%;
  }
}

.c-about-index--oekotex-series__logo {
  margin-bottom: 17px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .c-about-index--oekotex-series__logo {
    margin-bottom: 7px;
  }
}

@media only screen and (max-width: 767px) {
  .c-about-index--oekotex-series__logo img {
    width: 90px;
    height: 90px;
  }
}

.c-about-index--oekotex-series__name {
  margin-bottom: 5px;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .c-about-index--oekotex-series__name {
    font-size: 10px;
  }
}

.c-about-index--oekotex-series__lead {
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  font-size: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .c-about-index--oekotex-series__lead {
    margin-bottom: 6px;
    font-size: 13px;
  }
}

.c-about-index--oekotex-series__btn {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #fff;
}

@media only screen and (max-width: 767px) {
  .c-about-index--oekotex-series__btn {
    width: 100%;
  }
}

.c-about-index--oekotex-series__btn a {
  -webkit-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
  position: relative;
  display: block;
  width: 100%;
  height: 42px;
  padding-top: 11px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
}

@media only screen and (max-width: 767px) {
  .c-about-index--oekotex-series__btn a {
    height: 30px;
    padding-top: 6px;
  }
}

@media only screen and (min-width: 1024px) {
  .c-about-index--oekotex-series__btn a:hover {
    opacity: 0.5;
  }
}

.c-about-index--oekotex-series__btn-inside a:after {
  content: "";
  position: absolute;
  display: block;
  background-position: left top;
  background-repeat: no-repeat;
  top: 14px;
  right: 10px;
  width: 7px;
  height: 12px;
  background-image: url(../img/common/icn_arrow_right_white_small_01.png);
}

@media only screen and (max-width: 767px) {
  .c-about-index--oekotex-series__btn-inside a:after {
    top: 9px;
    right: 8px;
    width: 6px;
    height: 10px;
    background-image: url(../img/common/icn_arrow_right_white_small_01_sp.png);
    background-size: 6px 10px;
  }
}

.c-about-index--oekotex-series__btn-external a:after {
  content: "";
  position: absolute;
  display: block;
  background-position: left top;
  background-repeat: no-repeat;
  top: 13px;
  right: 10px;
  width: 17px;
  height: 14px;
  background-image: url(../img/common/icn_external-link_white_01.png);
}

@media only screen and (max-width: 767px) {
  .c-about-index--oekotex-series__btn-external a:after {
    top: 9px;
    right: 5px;
    width: 14px;
    height: 12px;
    background-image: url(../img/common/icn_external-link_white_01_sp.png);
    background-size: 14px 12px;
  }
}

.win.chrome .c-about-index--oekotex-series__btn a, .win.ff .c-about-index--oekotex-series__btn a {
  padding-top: 10px;
}

.ie .c-about-index--oekotex-series__btn a {
  padding-top: 12px;
}

.ie .c-about-index--oekotex-series__btn-inside a:after {
  top: 15px;
}

.ie .c-about-index--oekotex-series__btn-external a:after {
  top: 14px;
}

@media only screen and (max-width: 767px) {
  .android .c-about-index--oekotex-series__btn-inside a:after {
    top: 10px;
  }
}

.c-about-index--oekotex-series__other-series {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-about-index--oekotex-series__other-series-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 49.8%;
  height: 340px;
  margin-top: 6px;
  margin-right: 0.4%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .c-about-index--oekotex-series__other-series-item {
    display: block;
    width: 49.7%;
    height: auto;
    margin-top: 2px;
    margin-right: 0.6%;
  }
}

@media only screen and (max-width: 767px) {
  .c-about-index--oekotex-series__other-series-item > div {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .c-about-index--oekotex-series__other-series-item .c-about-index--oekotex-series__btn {
    width: 72%;
  }
}

.c-about-index--oekotex-series__other-series-item:nth-child(2n) {
  margin-right: 0;
}

.c-about-index--oekotex-series__eco-passport {
  background-image: url(../img/about/about_oeko-tex-series_eco-passport_bg.jpg);
}

@media only screen and (max-width: 767px) {
  .c-about-index--oekotex-series__eco-passport {
    background-image: url(../img/about/about_oeko-tex-series_eco-passport_bg_sp.jpg);
  }
}

.c-about-index--oekotex-series__step {
  background-image: url(../img/about/about_oeko-tex-series_step_bg.jpg);
}

@media only screen and (max-width: 767px) {
  .c-about-index--oekotex-series__step {
    background-image: url(../img/about/about_oeko-tex-series_step_bg_sp.jpg);
  }
}

.c-about-index--oekotex-series__leather-standard {
  background-image: url(../img/about/about_oeko-tex-series_leather-standard_bg.jpg);
}

@media only screen and (max-width: 767px) {
  .c-about-index--oekotex-series__leather-standard {
    background-image: url(../img/about/about_oeko-tex-series_leather-standard_bg_sp.jpg);
  }
}

.c-about-index--oekotex-series__made-in-green {
  background-image: url(../img/about/about_oeko-tex-series_made-in-green_bg.jpg);
}

@media only screen and (max-width: 767px) {
  .c-about-index--oekotex-series__made-in-green {
    background-image: url(../img/about/about_oeko-tex-series_made-in-green_bg_sp.jpg);
  }
}

/**
 * series for detail
 **/
.c-about-detail--oekotex-series {
  margin-top: 50px;
  padding-top: 80px;
  padding-bottom: 85px;
  background-color: #f2f2f2;
}

@media only screen and (max-width: 767px) {
  .c-about-detail--oekotex-series {
    margin-top: 10px;
    padding-top: 37px;
    padding-bottom: 37px;
  }
}

.c-about-detail--oekotex-series__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 3%;
  padding-right: 3%;
}

@media only screen and (max-width: 767px) {
  .c-about-detail--oekotex-series__content {
    padding-left: 0;
    padding-right: 0;
  }
}

.c-about-detail--oekotex-series__item {
  width: 29%;
  margin-right: 6%;
}

@media only screen and (max-width: 767px) {
  .c-about-detail--oekotex-series__item {
    width: 47.8%;
    margin-right: 4.4%;
  }
}

.c-about-detail--oekotex-series__item:nth-child(3n) {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .c-about-detail--oekotex-series__item:nth-child(3n) {
    margin-right: 4.4%;
  }
}

@media only screen and (max-width: 767px) {
  .c-about-detail--oekotex-series__item:nth-child(2n) {
    margin-right: 0;
  }
}

.c-about-detail--oekotex-series__item:nth-child(n+4) {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .c-about-detail--oekotex-series__item:nth-child(n+4) {
    margin-top: 27px;
  }
}

@media only screen and (max-width: 767px) {
  .c-about-detail--oekotex-series__item:nth-child(n+3) {
    margin-top: 27px;
  }
}

.c-about-detail--oekotex-series__logo {
  margin-bottom: 12px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .c-about-detail--oekotex-series__logo {
    margin-bottom: 8px;
    padding-left: 14%;
    padding-right: 14%;
  }
}

@media only screen and (max-width: 767px) {
  .c-about-detail--oekotex-series__logo img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}

.c-about-detail--oekotex-series__name {
  margin-bottom: 3px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .c-about-detail--oekotex-series__name {
    font-size: 10px;
  }
}

.c-about-detail--oekotex-series__copy-1 {
  margin-bottom: 7px;
  text-align: center;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .c-about-detail--oekotex-series__copy-1 {
    margin-bottom: 5px;
    font-size: 12px;
  }
}

.c-about-detail--oekotex-series__copy-2 {
  margin-bottom: 17px;
  text-align: center;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
}

@media only screen and (max-width: 767px) {
  .c-about-detail--oekotex-series__copy-2 {
    margin-bottom: 12px;
    font-size: 11px;
  }
}

.c-about-detail--oekotex-series__link-inside, .c-about-detail--oekotex-series__link-extenal {
  text-align: center;
}

.c-about-detail--oekotex-series__link-inside a, .c-about-detail--oekotex-series__link-extenal a {
  -webkit-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
  position: relative;
  padding-right: 25px;
  color: #848484;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .c-about-detail--oekotex-series__link-inside a, .c-about-detail--oekotex-series__link-extenal a {
    padding-right: 21px;
    font-size: 11px;
  }
}

@media only screen and (min-width: 1024px) {
  .c-about-detail--oekotex-series__link-inside a:hover, .c-about-detail--oekotex-series__link-extenal a:hover {
    opacity: 0.5;
  }
}

.c-about-detail--oekotex-series__link-inside a:before, .c-about-detail--oekotex-series__link-extenal a:before {
  content: "";
  position: absolute;
  display: block;
  background-position: left top;
  background-repeat: no-repeat;
  top: -3px;
  right: 0;
  width: 17px;
  height: 18px;
  background-image: url(../img/common/icn_arrow_right_gray_02.png);
}

@media only screen and (max-width: 767px) {
  .c-about-detail--oekotex-series__link-inside a:before, .c-about-detail--oekotex-series__link-extenal a:before {
    top: -2px;
    width: 14px;
    height: 14px;
    background-image: url(../img/common/icn_arrow_right_gray_02_sp.png);
    background-size: 14px 14px;
  }
}

.c-about-detail--oekotex-series__link-extenal a:before {
  top: -2px;
  right: 0;
  width: 17px;
  height: 15px;
  background-image: url(../img/common/icn_external-link_gray_01.png);
}

@media only screen and (max-width: 767px) {
  .c-about-detail--oekotex-series__link-extenal a:before {
    top: 0;
    width: 14px;
    height: 12px;
    background-image: url(../img/common/icn_external-link_gray_01_sp.png);
    background-size: 14px 12px;
  }
}

.win.chrome .c-about-detail--oekotex-series__link-inside a:before, .win.chrome .c-about-detail--oekotex-series__link-extenal a:before, .win.ff .c-about-detail--oekotex-series__link-inside a:before, .win.ff .c-about-detail--oekotex-series__link-extenal a:before, .ie .c-about-detail--oekotex-series__link-inside a:before, .ie .c-about-detail--oekotex-series__link-extenal a:before {
  top: -1px;
}

.win.chrome .c-about-detail--oekotex-series__link-extenal a:before, .win.ff .c-about-detail--oekotex-series__link-extenal a:before, .ie .c-about-detail--oekotex-series__link-extenal a:before {
  top: 0;
}

@media only screen and (max-width: 767px) {
  .android .c-about-detail--oekotex-series__link-inside a:before, .android .c-about-detail--oekotex-series__link-extenal a:before {
    top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .android .c-about-detail--oekotex-series__link-extenal a:before {
    top: 2px;
  }
}

/* ----------------------------------------
 * /about/
 * ------------------------------------- */
/**
 * intro
 **/
.p-about-index--intro {
  padding-top: 113px;
  padding-bottom: 102px;
  border-bottom: 1px solid #ebebec;
}

@media only screen and (max-width: 767px) {
  .p-about-index--intro {
    padding-top: 36px;
    padding-bottom: 34px;
  }
}

.p-about-index--intro__heading {
  margin-bottom: 65px;
}

@media only screen and (max-width: 767px) {
  .p-about-index--intro__heading {
    margin-bottom: 21px;
  }
}

.p-about-index--intro__lead {
  text-align: center;
  line-height: 1.8;
  color: #646464;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .p-about-index--intro__lead {
    text-align: left;
    font-size: 13px;
  }
}

/**
 * point.
 **/
.p-about-index--point__heading {
  margin-bottom: 94px;
}

@media only screen and (max-width: 767px) {
  .p-about-index--point__heading {
    margin-bottom: 24px;
  }
}

.p-about-index--point {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .p-about-index--point {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-about-index--point__item {
  width: 22%;
  margin-right: 4%;
}

@media only screen and (max-width: 767px) {
  .p-about-index--point__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 27px;
  }
}

.p-about-index--point__item:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .p-about-index--point__item:last-child {
    margin-bottom: 0;
  }
}

.p-about-index--point__number {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 26px;
  background-position: left top;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

@media only screen and (max-width: 767px) {
  .p-about-index--point__number {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 12px;
  }
}

.p-about-index--point__number-01 {
  width: 110px;
  height: 31px;
  background-image: url(../img/about/about-index_point-01.png);
}

@media only screen and (max-width: 767px) {
  .p-about-index--point__number-01 {
    width: 64px;
    height: 16px;
    background-image: url(../img/about/about-index_point-01_sp.png);
    background-size: 64px 16px;
  }
}

.p-about-index--point__number-02 {
  width: 115px;
  height: 31px;
  background-image: url(../img/about/about-index_point-02.png);
}

@media only screen and (max-width: 767px) {
  .p-about-index--point__number-02 {
    width: 67px;
    height: 16px;
    background-image: url(../img/about/about-index_point-02_sp.png);
    background-size: 67px 16px;
  }
}

.p-about-index--point__number-03 {
  width: 115px;
  height: 31px;
  background-image: url(../img/about/about-index_point-03.png);
}

@media only screen and (max-width: 767px) {
  .p-about-index--point__number-03 {
    width: 67px;
    height: 16px;
    background-image: url(../img/about/about-index_point-03_sp.png);
    background-size: 67px 16px;
  }
}

.p-about-index--point__number-04 {
  width: 117px;
  height: 32px;
  background-image: url(../img/about/about-index_point-04.png);
}

@media only screen and (max-width: 767px) {
  .p-about-index--point__number-04 {
    width: 68px;
    height: 17px;
    background-image: url(../img/about/about-index_point-04_sp.png);
    background-size: 68px 17px;
  }
}

.p-about-index--point__hd {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #f4a400;
  text-align: center;
  line-height: 1.4;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  font-size: 22px;
}

@media only screen and (max-width: 767px) {
  .p-about-index--point__hd {
    margin-bottom: 11px;
    padding-bottom: 11px;
    text-align: left;
    font-size: 15px;
  }
}

.p-about-index--point__lead {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.8;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
}

@media only screen and (max-width: 767px) {
  .p-about-index--point__lead {
    line-height: 1.5;
  }
}

/**
 * vison
 **/
.p-about-index--vision {
  padding-top: 90px;
  padding-bottom: 90px;
  border-top: 1px solid #ebebec;
  border-bottom: 1px solid #ebebec;
  background-color: #f8f8f8;
}

@media only screen and (max-width: 767px) {
  .p-about-index--vision {
    padding-top: 37px;
    padding-bottom: 40px;
  }
}

.p-about-index--vison__contents-block {
  max-width: 1130px;
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
}

@media only screen and (max-width: 767px) {
  .p-about-index--vison__contents-block {
    padding-left: 4.7%;
    padding-right: 4.7%;
  }
}

.p-about-index--vision__heading {
  margin-bottom: 63px;
}

@media only screen and (max-width: 767px) {
  .p-about-index--vision__heading {
    margin-bottom: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .p-about-index--vision__heading .c-about--heading__caption, .p-about-index--vision__heading .c-about--heading__caption-strong {
    margin-top: 24px;
    line-height: 1.3;
    font-size: 12px;
  }
}

.p-about-index--vision__img img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/**
 * series
 **/
.p-about-index--oekotex-series {
  padding-bottom: 100px;
  border-bottom: 1px solid #ebebec;
}

@media only screen and (max-width: 767px) {
  .p-about-index--oekotex-series {
    padding-bottom: 40px;
  }
}

.p-about-index--oekotex-series__contents-block {
  max-width: 970px;
  margin: 0 auto;
  padding-top: 142px;
  padding-bottom: 135px;
  padding-left: 5%;
  padding-right: 5%;
}

@media only screen and (max-width: 767px) {
  .p-about-index--oekotex-series__contents-block {
    padding-left: 4.7%;
    padding-right: 4.7%;
    padding-top: 37px;
    padding-bottom: 40px;
  }
}

.p-about-index--oekotex-series__heading {
  margin-bottom: 74px;
}

@media only screen and (max-width: 767px) {
  .p-about-index--oekotex-series__heading {
    margin-bottom: 24px;
  }
}

.p-about-index--oekotex-series__img img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.p-about-index--oekotex-series-compare {
  margin-top: 110px;
}

@media only screen and (max-width: 767px) {
  .p-about-index--oekotex-series-compare {
    margin-top: 50px;
  }
}

.p-about-index--oekotex-series-compare__btn {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .p-about-index--oekotex-series-compare__btn {
    width: 240px;
  }
}

.p-about-index--oekotex-annual_btn {
  width: 450px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .p-about-index--oekotex-annual_btn {
    width: 350px;
  }
}

.p-about-index--oekotex-series-compare__content {
  display: none;
}

.p-about-index--oekotex-series-compare__inner {
  overflow-x: auto;
}

.p-about-index--oekotex-series-compare__inner::-webkit-scrollbar {
  height: 5px;
}

.p-about-index--oekotex-series-compare__inner::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}

.p-about-index--oekotex-series-compare__inner::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}

.p-about-index--oekotex-series-compare__table {
  width: 100%;
  margin-top: 70px;
  border-spacing: 0;
  border: 1px solid #969696;
}

@media only screen and (max-width: 767px) {
  .p-about-index--oekotex-series-compare__table {
    width: 850px;
    margin-top: 30px;
  }
}

.p-about-index--oekotex-series-compare__table thead th {
  height: 45px;
  border-right: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  background-color: #ddd;
}

.p-about-index--oekotex-series-compare__table thead th:last-child {
  border-right: none;
}

.p-about-index--oekotex-series-compare__table thead th:nth-of-type(1) {
  width: 10%;
}

.p-about-index--oekotex-series-compare__table thead th:nth-of-type(2),
.p-about-index--oekotex-series-compare__table thead th:nth-of-type(3),
.p-about-index--oekotex-series-compare__table thead th:nth-of-type(4),
.p-about-index--oekotex-series-compare__table thead th:nth-of-type(5),
.p-about-index--oekotex-series-compare__table thead th:nth-of-type(6) {
  width: 18%;
}

.p-about-index--oekotex-series-compare__table tbody {
  /**
     * 行別
     **/
  /**
     * 背景色分け
     **/
}

.p-about-index--oekotex-series-compare__table tbody th, .p-about-index--oekotex-series-compare__table tbody td {
  padding: 7px 10px 5px 10px;
  border-right: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .p-about-index--oekotex-series-compare__table tbody th, .p-about-index--oekotex-series-compare__table tbody td {
    font-size: 10px;
  }
}

.p-about-index--oekotex-series-compare__table tbody th {
  font-weight: normal;
}

.p-about-index--oekotex-series-compare__table tbody td a {
  -webkit-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
}

@media only screen and (min-width: 1024px) {
  .p-about-index--oekotex-series-compare__table tbody td a:hover {
    opacity: 0.5;
  }
}

.p-about-index--oekotex-series-compare__table tbody td:last-child {
  border-right: none;
}

.p-about-index--oekotex-series-compare__table tbody tr:nth-child(1) td,
.p-about-index--oekotex-series-compare__table tbody tr:nth-child(2) td {
  text-align: center;
}

.p-about-index--oekotex-series-compare__table tbody tr:nth-child(2) td {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .p-about-index--oekotex-series-compare__table tbody tr:nth-child(2) td img {
    zoom: 0.8;
  }
}

.p-about-index--oekotex-series-compare__table tbody tr:nth-child(3) td,
.p-about-index--oekotex-series-compare__table tbody tr:nth-child(4) td,
.p-about-index--oekotex-series-compare__table tbody tr:nth-child(5) td {
  vertical-align: top;
}

.p-about-index--oekotex-series-compare__table tbody tr:nth-child(odd) th {
  background-color: #eee;
}

.p-about-index--oekotex-series-compare__table tbody tr:nth-child(odd) td {
  background-color: #f6f6f6;
}

.p-about-index--oekotex-series-compare__table tbody tr:nth-child(even) th {
  background-color: #f6f6f6;
}

.p-about-index--oekotex-series-compare__table tbody tr:nth-child(even) td {
  background-color: #fdfdfd;
}

/**
 * association
 **/
.p-about-index--association {
  padding-top: 91px;
  padding-bottom: 110px;
  border-bottom: 1px solid #ebebec;
}

@media only screen and (max-width: 767px) {
  .p-about-index--association {
    padding-top: 37px;
    padding-bottom: 40px;
  }
}

.p-about-index--association__heading {
  margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
  .p-about-index--association__heading {
    margin-bottom: 4px;
  }
}

.p-about-index--association-join-country {
  margin-bottom: 62px;
}

@media only screen and (max-width: 767px) {
  .p-about-index--association-join-country {
    margin-bottom: 33px;
  }
}

.p-about-index--association-join-country__img {
  width: 100%;
  height: 0;
  margin-bottom: 16px;
  padding-bottom: 35.6287%;
  background-image: url(../img/about/about-index_association.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -9999px;
}

@media only screen and (max-width: 767px) {
  .p-about-index--association-join-country__img {
    margin-bottom: 37px;
    padding-bottom: 109.6552%;
    background-image: url(../img/about/about-index_association_sp.png);
  }
}

.p-about-index--association-join-country__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-about-index--association-join-country__item dt, .p-about-index--association-join-country__item dd {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .p-about-index--association-join-country__item dt, .p-about-index--association-join-country__item dd {
    font-size: 12px;
  }
}

.p-about-index--association-join-country__item dt:before, .p-about-index--association-join-country__item dd:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.p-about-index--association-join-country__item dt {
  width: 17.6%;
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  .p-about-index--association-join-country__item dt {
    width: 100%;
    margin-bottom: 4px;
    padding-left: 15px;
  }
}

.p-about-index--association-join-country__item dt:before {
  content: "■";
}

.p-about-index--association-join-country__item dd {
  width: 82.4%;
  padding-left: 1em;
}

@media only screen and (max-width: 767px) {
  .p-about-index--association-join-country__item dd {
    width: 100%;
    padding-left: 15px;
    line-height: 1.8;
  }
}

.p-about-index--association-join-country__item dd:before {
  content: "：";
}

@media only screen and (max-width: 767px) {
  .p-about-index--association-join-country__item dd:before {
    display: none;
  }
}

.p-about-index--association-join-country__item:nth-of-type(3) {
  margin-top: 2px;
}

@media only screen and (max-width: 767px) {
  .p-about-index--association-join-country__item:nth-of-type(3) {
    margin-top: 22px;
  }
}

.p-about-index--association-join-country__hosoku {
  margin-top: 12px;
  margin-left: 1em;
  margin-bottom: 17px;
  padding-left: 17.6%;
  text-indent: -1em;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .p-about-index--association-join-country__hosoku {
    margin-top: 6px;
    margin-bottom: 24px;
    padding-left: 0;
    font-size: 12px;
  }
}

.p-about-index--association-history__hd {
  font-size: 18px;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .p-about-index--association-history__hd {
    font-size: 14px;
  }
}

.p-about-index--association-history__content {
  margin-top: 10px;
  padding: 30px 4.4% 31px 4.4%;
  background-color: #f2f2f2;
}

@media only screen and (max-width: 767px) {
  .p-about-index--association-history__content {
    margin-top: 6px;
    padding: 26px 8.6% 27px 8.6%;
  }
}

.p-about-index--association-history__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-about-index--association-history__item dt, .p-about-index--association-history__item dd {
  color: #646464;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .p-about-index--association-history__item dt, .p-about-index--association-history__item dd {
    font-size: 12px;
  }
}

.p-about-index--association-history__item dt {
  position: relative;
  width: 19.3%;
}

@media only screen and (max-width: 767px) {
  .p-about-index--association-history__item dt {
    width: 100%;
    margin-bottom: 4px;
  }
}

.p-about-index--association-history__item dt:nth-of-type(1):before,
.p-about-index--association-history__item dt:nth-of-type(2):before,
.p-about-index--association-history__item dt:nth-of-type(3):before,
.p-about-index--association-history__item dt:nth-of-type(4):before {
  content: "";
  position: absolute;
  display: block;
  background-position: left top;
  background-repeat: no-repeat;
  top: 10px;
  right: 13px;
  left: auto;
  height: 3px;
}

@media only screen and (max-width: 767px) {
  .p-about-index--association-history__item dt:nth-of-type(1):before,
  .p-about-index--association-history__item dt:nth-of-type(2):before,
  .p-about-index--association-history__item dt:nth-of-type(3):before,
  .p-about-index--association-history__item dt:nth-of-type(4):before {
    display: none;
  }
}

.p-about-index--association-history__item dt:nth-of-type(1):before {
  width: 53px;
  background-image: url(../img/about/about_section_02_dot_01.png);
}

.p-about-index--association-history__item dt:nth-of-type(2):before,
.p-about-index--association-history__item dt:nth-of-type(3):before {
  width: 103px;
  background-image: url(../img/about/about_section_02_dot_02.png);
}

.p-about-index--association-history__item dt:nth-of-type(4):before {
  width: 127px;
  background-image: url(../img/about/about_section_02_dot_03.png);
}

.p-about-index--association-history__item dd {
  width: 80.7%;
}

@media only screen and (max-width: 767px) {
  .p-about-index--association-history__item dd {
    width: 100%;
    padding-left: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.p-about-index--association-history__item dd:before {
  display: none;
}

.p-about-index--association-history__item dt ~ dt, .p-about-index--association-history__item dd ~ dd {
  margin-top: 23px;
}

@media only screen and (max-width: 767px) {
  .p-about-index--association-history__item dt ~ dt, .p-about-index--association-history__item dd ~ dd {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-about-index--association-history__item dt ~ dt {
    margin-top: 19px;
  }
}

.p-about-index--association__end-text {
  margin-top: 16px;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .p-about-index--association__end-text {
    font-size: 12px;
  }
}

.p-about-index--association__end-text img {
  width: 210px;
  height: 71px;
  margin: 0 20px;
}

@media only screen and (max-width: 767px) {
  .p-about-index--association__end-text span {
    display: block;
    text-align: center;
  }

  .p-about-index--association__end-text img {
    width: 240px;
    height: 82px;
    margin: 40px auto 0 auto;
  }
}

/* ----------------------------------------
 * /about/ detail
 * ------------------------------------- */
/**
 * intro
 **/
.c-about-detail--intro {
  padding-bottom: 92px;
  border-bottom: 1px solid #ebebec;
}

@media only screen and (max-width: 767px) {
  .c-about-detail--intro {
    padding-bottom: 37px;
  }
}

.c-about-detail--intro__lead {
  line-height: 1.8;
  color: #646464;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .c-about-detail--intro__lead {
    line-height: 1.5;
    font-size: 13px;
  }
}

.p-about-detail--intro__lead-step-bold {
  color: #008961;
}

/* ------------------------------
 * standard 100
 * --------------------------- */
.p-about-standard100--intro__image {
  margin-top: 62px;
  margin-bottom: -37px;
  padding-left: 195px;
  padding-right: 195px;
}

@media only screen and (max-width: 767px) {
  .p-about-standard100--intro__image {
    margin-top: 32px;
    margin-bottom: 0;
    padding-left: 3.4%;
    padding-right: 3.4%;
  }
}

.p-about-standard100--intro__image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.p-about-standard100__compare-table {
  margin-bottom: 60px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-about-standard100__compare-table {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .p-about-standard100__compare-table img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}

.p-about-sntadard100__btn-area-1 li {
  width: 300px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .p-about-sntadard100__btn-area-1 li:nth-of-type(1) {
    width:260px;
  }
  
  .p-about-sntadard100__btn-area-1 li:nth-of-type(1) a {
    width: 240px;
    margin:0 10px;
  }

  .p-about-sntadard100__btn-area-1 li:nth-of-type(2),
  .p-about-sntadard100__btn-area-1 li:nth-of-type(2) a {
    width: 260px;
  }

  .p-about-sntadard100__btn-area-1 li li:nth-of-type(1),
  .p-about-sntadard100__btn-area-1 li li:nth-of-type(2){
    width: 130px;
  }

  .p-about-sntadard100__btn-area-1 li li:nth-of-type(1) a,
  .p-about-sntadard100__btn-area-1 li li:nth-of-type(2) a {
    width: 110px;
    margin: 0 10px;
  }

  .p-about-sntadard100__btn-area-1 li span {
    width: 260px;
    font-size:14px;
  }

  .p-about-sntadard100__btn-area-1 li.blank-space {
    height: 1px;
  }

}

.p-about-sntadard100__btn-area-1 li:nth-of-type(1) a {
  padding-left: 15px;
}

.p-about-sntadard100__btn-area-1 li:nth-of-type(2) a {
  padding-left: 15px;
}

.p-about-standard100--record__txt {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .p-about-standard100--record__txt {
    margin-bottom: 23px;
  }
}

.p-about-standard100--outline__product-class {
  margin-top: 32px;
  margin-bottom: 20px;
  padding: 0 6.8% 0 8%;
}

@media only screen and (max-width: 767px) {
  .p-about-standard100--outline__product-class {
    margin-top: 17px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.p-about-standard100--outline__product-class img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.p-about-sntadard100__btn-area-2 {
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  .p-about-sntadard100__btn-area-2 {
    margin-top: 50px;
  }
}

.p-about-sntadard100__btn-area-2 li {
  text-align: left;
}

.p-about-sntadard100__btn-area-2 li a {
  padding-left: 15px;
}


@media only screen and (max-width: 767px) {
  .p-about-sntadard100__btn-area-2 li a {
    padding-left: 45px;
  }
}

.p-about-sntadard100__btn-area-2 li {
  width: 270px;
}

.p-about-sntadard100__btn-area-3 li {
  width:100%;
  text-align: right;
  padding-right:68px;
}

.p-about-sntadard100__btn-area-3 a {
  height: 46px;
  line-height: 46px;
  text-decoration: underline;
  font-weight: bold;
}

.p-about-sntadard100__btn-area-3 a::after {
  content:" >"
}

@media only screen and (max-width: 767px) {
  .p-about-sntadard100__btn-area-3 li {
  width: 280px;
  }

}

/* ------------------------------
 * eco passport
 * --------------------------- */
.p-about-eco-passport__btn-area-1 {
  margin-top: 70px;
}

@media only screen and (max-width: 767px) {
  .p-about-eco-passport__btn-area-1 {
    margin-top: 40px;
  }

  .p-about-eco-passport__btn-area-2 {
    margin-top: 0;
  }



}

.p-about-eco-passport__btn-area-1 li {
  text-align: left;
}

.p-about-eco-passport__btn-area-1 a {
  background-color: #498eaa;
}

.p-about-eco-passport__btn-area-1 li:nth-of-type(1) a {
  padding-left: 15px;
}

.p-about-eco-passport__btn-area-1 li:nth-of-type(2) a {
  padding-left: 15px;
}

.p-about-eco-passport__btn-area-1 li:nth-of-type(3) a {
  padding-left: 15px;
}

.p-about-eco-passport__btn-area-1 li:nth-of-type(1) {
  width: 330px;
}

.p-about-eco-passport__btn-area-1 li:nth-of-type(2) {
  width: 220px;
}

.p-about-eco-passport__btn-area-1 li:nth-of-type(3) {
  width: 290px;
}

.p-about-eco-passport__btn-area-2 li {
  width: 100%;
  text-align:right;
  padding-right:48px;
}

.p-about-eco-passport__btn-area-2 li a {
  text-align: left;
  line-height:46px;
  height:46px;
  text-decoration: underline;
  font-weight: bold;
  color:#498eaa;
}

.p-about-eco-passport__btn-area-2 li a::after {
  content:" >";
}

@media only screen and (max-width: 767px) {
  .p-about-eco-passport__btn-area-1 li:nth-of-type(1) {
    width:240px;
  }

  .p-about-eco-passport__btn-area-1 li:nth-of-type(2) {
    width:240px;
  }

  .p-about-eco-passport__btn-area-1 li:nth-of-type(3) {
    width:240px;
  }

  .p-about-eco-passport__btn-area-1 li:nth-of-type(1) a {
    width: 240px;
  }

  .p-about-eco-passport__btn-area-1 li:nth-of-type(2) a {
    width: 240px;
  }

  .p-about-eco-passport__btn-area-1 li:nth-of-type(3) a {
    width: 240px;
  }

  .p-about-eco-passport__btn-area-2 {
    margin-top: 0;
  }

  .p-about-eco-passport__btn-area-2 li {
    width: 280px;
  }

}

/* ------------------------------
 * step
 * --------------------------- */
.p-about-step--6th-module__heading {
  margin-top: 142px;
}

@media only screen and (max-width: 767px) {
  .p-about-step--6th-module__heading {
    margin-top: 37px;
  }
}

.p-about-step--6th-module__img {
  margin-top: 5px;
  margin-bottom: 140px;
  padding-left: 80px;
  padding-right: 90px;
}

@media only screen and (max-width: 767px) {
  .p-about-step--6th-module__img {
    margin-top: -5px;
    margin-bottom: 60px;
    padding-left: 3.4%;
    padding-right: 3.4%;
  }
}

.p-about-step--6th-module__img img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.p-about-step--lead-step {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 90px;
  margin-bottom: 160px;
  padding-left: 17%;
  padding-right: 17.6%;
}

@media only screen and (max-width: 767px) {
  .p-about-step--lead-step {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 8.6%;
    padding-right: 8.6%;
  }
}

.p-about-step--lead-step__logo {
  width: 299px;
  margin-right: 69px;
}

@media only screen and (max-width: 767px) {
  .p-about-step--lead-step__logo {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
    padding-left: 9%;
    padding-right: 9%;
  }
}

.p-about-step--lead-step__logo img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.p-about-step--lead-step__btn {
  width: 300px;
}

@media only screen and (max-width: 767px) {
  .p-about-step--lead-step__btn {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 320px) {
  .p-about-step--lead-step__btn {
    width: 100%;
  }
}

.p-about-step--lead-step__btn a {
  background-color: #008961;
}

.p-about-step--lead-detox-to-zero {
  padding: 100px 14% 100px 12%;
  border: 1px solid #0d6fb8;
  background-color: #e1ecf6;
}

@media only screen and (max-width: 767px) {
  .p-about-step--lead-detox-to-zero {
    padding: 35px 8.6% 40px 8.6%;
  }
}

.p-about-step--lead-detox-to-zero > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .p-about-step--lead-detox-to-zero > div {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-about-step--lead-detox-to-zero__logo {
  width: 299px;
  margin-right: 74px;
}

@media only screen and (max-width: 767px) {
  .p-about-step--lead-detox-to-zero__logo {
    width: 100%;
    margin-right: 0;
    margin-bottom: 22px;
    padding-left: 9%;
    padding-right: 9%;
  }
}

.p-about-step--lead-detox-to-zero__logo img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.p-about-step--lead-detox-to-zero__content {
  width: 361px;
}

@media only screen and (max-width: 767px) {
  .p-about-step--lead-detox-to-zero__content {
    width: 100%;
  }
}

.p-about-step--lead-detox-to-zero__txt {
  margin-bottom: 20px;
  line-height: 1.8;
  color: #646464;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .p-about-step--lead-detox-to-zero__txt {
    margin-bottom: 25px;
    text-align: center;
    line-height: 1.5;
    font-size: 14px;
  }
}

.p-about-step--lead-detox-to-zero__btn {
  width: 300px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .p-about-step--lead-detox-to-zero__btn {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 320px) {
  .p-about-step--lead-detox-to-zero__btn {
    width: 100%;
  }
}

.p-about-step--lead-detox-to-zero__btn a {
  padding-left: 15px;
  background-color: #0d6fb8;
}

@media only screen and (max-width: 767px) {
  .p-about-step--lead-detox-to-zero__btn a {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 320px) {
  .p-about-step--lead-detox-to-zero__btn a {
    padding-left: 15px;
  }
}

/* ------------------------------
 * made in green
 * --------------------------- */
.p-about-made-in-green--outline__tag-img {
  margin-top: 22px;
  margin-bottom: 10px;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  background-color: #fafafa;
}

@media only screen and (max-width: 767px) {
  .p-about-made-in-green--outline__tag-img {
    margin-top: 17px;
    margin-bottom: 4px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 3.8%;
    padding-right: 3.8%;
  }
}

@media only screen and (max-width: 767px) {
  .p-about-made-in-green--outline__tag-img img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}

.p-about-made-in-green__btn-area-1 {
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  .p-about-made-in-green__btn-area-1 {
    margin-top: 50px;
  }
}

.p-about-made-in-green__btn-area-1 li {
  width: 320px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .p-about-made-in-green__btn-area-1 li {
    width: 240px;
  }
}

.p-about-made-in-green__btn-area-1 a {
  padding-left: 22px;
  background-color: #8dc21f;
}

/* ------------------------------
 * LEATHER STANDARD
 * --------------------------- */

.p-about-leather-sntadard__btn-area-1 li {
  width: 300px;
  text-align: left;
}

.leather-class {
 display: flex;
}

@media only screen and (max-width: 767px) {
  .leather-class {
    display: block;
  }
}

.leather-class .box {
  width: 20%;
  height: auto;
  text-align: center;
  padding: 10px;
}
.leather-class .box img {
  margin: 5px;
}

@media only screen and (max-width: 767px) {
  .leather-class .box {
    width: 60%;
    padding: 5px;
    margin: auto;
  }
}

.leather-link {
  text-align: center;
  font-size: 120%;
  margin-top: 60px;
}

/* ----------------------------------------
 * section内のlist
 * ------------------------------------- */
.about-list-01 {
  max-width: 801px;
  margin: 63px auto 0;
}

@media only screen and (max-width: 767px) {
  .about-list-01 {
    margin-top: 29px;
  }
}

.about-list-01 dt img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.about-list-01 dd {
  margin-top: 18px;
  line-height: 1.8;
  color: #646464;
}

@media only screen and (max-width: 767px) {
  .about-list-01 dd {
    margin-top: 12px;
    line-height: 1.5;
    font-size: 10px;
  }
}

.about-list-01 dd span {
  color: #ed6e45;
}

.about-list-02, .about-list-03, .about-list-04, .about-list-05 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 29px;
}

@media only screen and (max-width: 767px) {
  .about-list-02, .about-list-03, .about-list-04, .about-list-05 {
    margin-top: 23px;
  }
}

.about-list-02 dt, .about-list-03 dt, .about-list-04 dt, .about-list-05 dt, .about-list-02 dd, .about-list-03 dd, .about-list-04 dd, .about-list-05 dd {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}

.about-list-02 dt, .about-list-03 dt, .about-list-04 dt, .about-list-05 dt {
  width: 11.7%;
  -webkit-flex-basis: 11.7%;
  flex-basis: 11.7%;
  padding: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .about-list-02 dt, .about-list-03 dt, .about-list-04 dt, .about-list-05 dt {
    width: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    padding-left: 15px;
    font-size: 12px;
  }
}

.about-list-02 dt:before, .about-list-03 dt:before, .about-list-04 dt:before, .about-list-05 dt:before {
  content: "■";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.about-list-02 dd, .about-list-03 dd, .about-list-04 dd, .about-list-05 dd {
  width: 88.3%;
  -webkit-flex-basis: 88.3%;
  flex-basis: 88.3%;
  padding: 0 0 0 1em;
}

@media only screen and (max-width: 767px) {
  .about-list-02 dd, .about-list-03 dd, .about-list-04 dd, .about-list-05 dd {
    width: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    padding: 0 0 0 0;
    font-size: 11px;
  }
}

.about-list-02 dd:before, .about-list-03 dd:before, .about-list-04 dd:before, .about-list-05 dd:before {
  content: "：";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .about-list-02 dd:before, .about-list-03 dd:before, .about-list-04 dd:before, .about-list-05 dd:before {
    display: none;
  }
}

.about-list-02 dt ~ dt, .about-list-03 dt ~ dt, .about-list-04 dt ~ dt, .about-list-05 dt ~ dt, .about-list-02 dd ~ dd, .about-list-03 dd ~ dd, .about-list-04 dd ~ dd, .about-list-05 dd ~ dd {
  margin-top: 7px;
}

@media only screen and (max-width: 767px) {
  .about-list-02 dt ~ dt, .about-list-03 dt ~ dt, .about-list-04 dt ~ dt, .about-list-05 dt ~ dt, .about-list-02 dd ~ dd, .about-list-03 dd ~ dd, .about-list-04 dd ~ dd, .about-list-05 dd ~ dd {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .about-list-02 dt ~ dt, .about-list-03 dt ~ dt, .about-list-04 dt ~ dt, .about-list-05 dt ~ dt {
    margin-top: 24px;
  }
}

.about-list-03 dt {
  width: 16.6%;
  -webkit-flex-basis: 16.6%;
  flex-basis: 16.6%;
  padding-left: 0;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .about-list-03 dt {
    width: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    padding-left: 15px;
  }
}

.about-list-03 dt span {
  font-size: 12px;
}

.about-list-03 dt:before {
  display: none;
}

@media only screen and (max-width: 767px) {
  .about-list-03 dt:before {
    display: block;
  }
}

.about-list-03 dd {
  width: 83.4%;
  -webkit-flex-basis: 83.4%;
  flex-basis: 83.4%;
}

@media only screen and (max-width: 767px) {
  .about-list-03 dd {
    width: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}

.about-list-04 {
  margin-top: 0;
}

.about-list-04 dt {
  width: 19.3%;
  -webkit-flex-basis: 19.3%;
  flex-basis: 19.3%;
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  .about-list-04 dt {
    width: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    margin-bottom: 1px;
  }
}

.about-list-04 dt:nth-of-type(1):before,
.about-list-04 dt:nth-of-type(2):before,
.about-list-04 dt:nth-of-type(3):before,
.about-list-04 dt:nth-of-type(4):before {
  content: "";
  position: absolute;
  display: block;
  background-position: left top;
  background-repeat: no-repeat;
  top: 10px;
  right: 13px;
  left: auto;
  height: 3px;
}

@media only screen and (max-width: 767px) {
  .about-list-04 dt:nth-of-type(1):before,
  .about-list-04 dt:nth-of-type(2):before,
  .about-list-04 dt:nth-of-type(3):before,
  .about-list-04 dt:nth-of-type(4):before {
    display: none;
  }
}

.about-list-04 dt:nth-of-type(1):before {
  width: 53px;
  background-image: url(../img/about/about_section_02_dot_01.png);
}

.about-list-04 dt:nth-of-type(2):before,
.about-list-04 dt:nth-of-type(3):before {
  width: 103px;
  background-image: url(../img/about/about_section_02_dot_02.png);
}

.about-list-04 dt:nth-of-type(4):before {
  width: 127px;
  background-image: url(../img/about/about_section_02_dot_03.png);
}

.about-list-04 dd {
  width: 80.7%;
  -webkit-flex-basis: 80.7%;
  flex-basis: 80.7%;
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  .about-list-04 dd {
    width: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    padding-left: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.about-list-04 dd:before {
  display: none;
}

.about-list-04 dt ~ dt, .about-list-04 dd ~ dd {
  margin-top: 23px;
}

@media only screen and (max-width: 767px) {
  .about-list-04 dt ~ dt, .about-list-04 dd ~ dd {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .about-list-04 dt ~ dt {
    margin-top: 17px;
  }
}

.about-list-05 {
  margin-top: 36px;
}

@media only screen and (max-width: 767px) {
  .about-list-05 {
    margin-top: 21px;
  }
}

.about-list-05 dt {
  width: 17.6%;
  -webkit-flex-basis: 17.6%;
  flex-basis: 17.6%;
}

@media only screen and (max-width: 767px) {
  .about-list-05 dt {
    width: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}

.about-list-05 dd {
  width: 82.4%;
  -webkit-flex-basis: 82.4%;
  flex-basis: 82.4%;
}

@media only screen and (max-width: 767px) {
  .about-list-05 dd {
    width: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}

/* ----------------------------------------
 * section
 * ------------------------------------- */
.about-section {
  padding: 90px 0 135px 0;
  border-bottom: 1px solid #ebebec;
}

@media only screen and (max-width: 767px) {
  .about-section {
    padding-top: 47px;
    padding-bottom: 50px;
  }
}

.about-section-head h2 {
  margin: 0 0 30px 0;
  text-align: center;
  font-size: 36px;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .about-section-head h2 {
    margin-bottom: 21px;
    line-height: 1.3;
    font-size: 19px;
  }
}

.about-section-head .lead {
  line-height: 1.8;
  color: #646464;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .about-section-head .lead {
    line-height: 1.6;
    font-size: 12px;
  }
}

/* ----------------------------------------
 * section 01
 * ------------------------------------- */
.about-section-01 {
  padding-top: 110px;
}

@media only screen and (max-width: 767px) {
  .about-section-01 {
    padding-top: 34px;
  }
}

.about-section-01 .about-section-head .lead {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .about-section-01 .about-section-head .lead {
    font-size: 13px;
  }
}

.about-sec-01-list {
  padding-top: 40px;
  border-top: 1px solid #ebebec;
  color: #646464;
}

@media only screen and (max-width: 767px) {
  .about-sec-01-list {
    padding-top: 25px;
  }
}

.about-sec-01-list h3 {
  display: inline-block;
  height: 40px;
  margin: 0 0 23px 0;
  padding: 5px 50px 0 50px;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #b2b2b2;
  color: #fff;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .about-sec-01-list h3 {
    display: block;
    width: 190px;
    height: 25px;
    margin: 0 auto 17px;
    padding: 4px 0 0 0;
    text-align: center;
    font-size: 12px;
  }
}

.about-sec-01-list .txt {
  line-height: 1.8;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .about-sec-01-list .txt {
    line-height: 1.5;
    font-size: 12px;
  }
}

.ie .about-sec-01-list h3 {
  padding-top: 9px;
}

.about-sec-01-list-01 {
  margin-top: 43px;
  background-image: url(../img/about/about_section_01_bg_01.jpg);
  background-position: right 40px;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .about-sec-01-list-01 {
    margin-top: 37px;
    padding-bottom: 70px;
    background-position: center bottom;
    background-size: contain;
  }
}

.about-sec-01-list-01 .txt {
  max-width: 820px;
}

.about-sec-01-list-02 {
  margin-top: 43px;
}

@media only screen and (max-width: 767px) {
  .about-sec-01-list-02 {
    margin-top: 13px;
  }
}

.about-sec-01-list-03 {
  margin-top: 65px;
}

@media only screen and (max-width: 767px) {
  .about-sec-01-list-03 {
    margin-top: 21px;
  }
}

.about-sec-01-list-03 figure {
  max-width: 800px;
  margin: 47px auto 0;
}

@media only screen and (max-width: 767px) {
  .about-sec-01-list-03 figure {
    margin-top: 26px;
  }
}

.about-sec-01-list-03 figure span {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 53%;
  background-image: url(../img/about/about_section_01_img_02.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -9999px;
}

@media only screen and (max-width: 767px) {
  .about-sec-01-list-03 figure span {
    padding-bottom: 175.8621%;
    background-image: url(../img/about/about_section_01_img_02_sp.jpg);
  }
}

.about-sec-01-list-03 ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 70px;
}

@media only screen and (max-width: 767px) {
  .about-sec-01-list-03 ul {
    margin-top: 35px;
  }
}

.about-sec-01-list-03 ul li {
  width: 295px;
  margin-right: 20px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .about-sec-01-list-03 ul li {
    width: 240px;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.about-sec-01-list-03 ul li:nth-of-type(1) a {
  padding-left: 35px;
}

.about-sec-01-list-03 ul li:nth-of-type(2) a {
  padding-left: 15px;
}

@media only screen and (max-width: 767px) {
  .about-sec-01-list-03 ul li:nth-of-type(2) a {
    padding-left: 17px;
  }
}

.about-sec-01-list-03 ul li:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .about-sec-01-list-03 ul li:last-child {
    margin-bottom: 0;
  }
}

/* ----------------------------------------
 * section 02
 * ------------------------------------- */
.about-section-02-body {
  color: #646464;
}

.about-section-02-body figure {
  max-width: 851px;
  margin: 38px auto 50px;
}

@media only screen and (max-width: 767px) {
  .about-section-02-body figure {
    margin-top: 34px;
    margin-bottom: 49px;
  }
}

.about-section-02-body figure span {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 36.1927%;
  background-image: url(../img/about/about_section_02_img_01.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -9999px;
}

@media only screen and (max-width: 767px) {
  .about-section-02-body figure span {
    padding-bottom: 86.5517%;
    background-image: url(../img/about/about_section_02_img_01_sp.jpg);
  }
}

.about-section-02-body h3 {
  font-size: 18px;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .about-section-02-body h3 {
    font-size: 12px;
  }
}

.about-section-02-body .note {
  margin-top: 16px;
  margin-left: 1em;
  padding-left: 17.6%;
  text-indent: -1em;
  line-height: 1.8;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .about-section-02-body .note {
    margin-top: 25px;
    margin-left: 0;
    padding-left: 0;
    text-indent: 0;
    line-height: 1.5;
    font-size: 11px;
  }
}

.about-sec-02-history {
  margin: 11px 0 0 0;
  padding: 30px 4.4% 31px 4.4%;
  background-color: #f3f3f3;
}

@media only screen and (max-width: 767px) {
  .about-sec-02-history {
    margin-top: 4px;
    padding: 13px 5.2% 15px 5.2%;
  }
}

/* ----------------------------------------
 * section 03
 * ------------------------------------- */
.about-section-03-body {
  color: #646464;
}

@media only screen and (max-width: 767px) {
  .about-section-03-body {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
}

.about-sec-03-table {
  width: 100%;
  margin: 43px 0 0 0;
  border-spacing: 0;
  border: 1px solid #969696;
}

@media only screen and (max-width: 767px) {
  .about-sec-03-table {
    width: 850px;
    margin-top: 21px;
  }
}

.about-sec-03-table thead th {
  height: 45px;
  border-right: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  background-color: #ddd;
}

.about-sec-03-table thead th:last-child {
  border-right: none;
}

.about-sec-03-table thead th:nth-of-type(1) {
  width: 10%;
}

.about-sec-03-table thead th:nth-of-type(2),
.about-sec-03-table thead th:nth-of-type(3),
.about-sec-03-table thead th:nth-of-type(4),
.about-sec-03-table thead th:nth-of-type(5),
.about-sec-03-table thead th:nth-of-type(6) {
  width: 18%;
}

.about-sec-03-table tbody {
  /**
     * 行別
     **/
  /**
     * 背景色分け
     **/
}

.about-sec-03-table tbody th, .about-sec-03-table tbody td {
  padding: 7px 10px 5px 10px;
  border-right: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .about-sec-03-table tbody th, .about-sec-03-table tbody td {
    font-size: 10px;
  }
}

.about-sec-03-table tbody th {
  font-weight: normal;
}

.about-sec-03-table tbody td a {
  -webkit-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
}

.about-sec-03-table tbody td a:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 767px) {
  .about-sec-03-table tbody td a:hover {
    opacity: 1;
  }
}

.about-sec-03-table tbody td:last-child {
  border-right: none;
}

.about-sec-03-table tbody tr:nth-child(1) td,
.about-sec-03-table tbody tr:nth-child(2) td {
  text-align: center;
}

.about-sec-03-table tbody tr:nth-child(2) td {
  padding-top: 30px;
  padding-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .about-sec-03-table tbody tr:nth-child(2) td img {
    zoom: 0.8;
  }
}

.about-sec-03-table tbody tr:nth-child(3) td,
.about-sec-03-table tbody tr:nth-child(4) td,
.about-sec-03-table tbody tr:nth-child(5) td {
  vertical-align: top;
}

.about-sec-03-table tbody tr:nth-child(odd) th {
  background-color: #eee;
}

.about-sec-03-table tbody tr:nth-child(odd) td {
  background-color: #f6f6f6;
}

.about-sec-03-table tbody tr:nth-child(even) th {
  background-color: #f6f6f6;
}

.about-sec-03-table tbody tr:nth-child(even) td {
  background-color: #fdfdfd;
}
/*# sourceMappingURL=maps/style.css.map */

/* 有害物質表 */
div.h-s {
 margin-bottom: 60px;
}
table.Harmful-substances {
  border-collapse: collapse;
  border:1px solid #fff;
  width: 801px;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 100;
}
@media only screen and (max-width: 767px) {
  div.h-s {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 40px;
  }
}
table.Harmful-substances caption {
  text-align: left;
  font-size: 19px;
  font-weight: 300;
  padding-bottom: 5px;
  letter-spacing: 3px;
}
table.Harmful-substances caption div {
  float: right;
  font-size: 70%;
  margin-top: 5px;
}
table.Harmful-substances caption div::after {
  clear: both;
}
table.Harmful-substances th {
  background-color: #dadcdb;
  color: #555;
  font-weight: 100;
}
table.Harmful-substances td {
  text-align: center;
  background-color: #eee;
  font-weight: 300;
}
table.Harmful-substances tr:nth-child(odd) td {
  background-color: #f7f6f6;
}
table.Harmful-substances th,
table.Harmful-substances td {
  border-collapse: collapse;
  border:1px solid #fff;
  padding: 5px;
  width: 66px;
  height: 20px;
  line-height: 22px;
}
table.Harmful-substances th.oeko,
table.Harmful-substances td.oeko {
  font-size: 90%;
}
table.Harmful-substances th.w190 {
  width: 167px;
}
table.Harmful-substances th.w100 {
  width: 79px;
}
table.Harmful-substances td.l {
  text-align: left;
}
table.Harmful-substances tr td.fcf {
  background-color: #fcf5f0;
}
table.Harmful-substances tr td.f8e {
  background-color: #f8e3ec;
}
table.Harmful-substances tr td.fbf {
  background-color: #fbf1d3;
}
table.Harmful-substances tr td.fae {
  background-color: #fae9d0;
}
table.Harmful-substances td.oblique-line {
  background: linear-gradient(27deg, #eee, #eee 49.8%, #ccc 49.5%, #ccc 50.5%, #eee 50.5%, #eee);
}
table.Harmful-substances td.oblique-line .ob1 {
  padding: 10px 0px 10px 90px;
}
table.Harmful-substances td.oblique-line .ob2 {
  padding: 10px 90px 10px 0px;
}

/***約款用***/
#downloads {
  display: none;
}
input:checked ~ #downloads {
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  input:checked ~ #downloads {
    margin-bottom: 15px;
  }
}
[type="checkbox"]#check-terms{
  position: relative;
  margin-left: 37%;
}

@media screen and (max-width: 800px) {
  [type="checkbox"]#check-terms{
    margin-left: 21%;
  }
}
/*
[type="checkbox"]#check-terms:after{
  content: "";
  color: #909090;
  position: absolute;
  width: 150px;
  height: 20px;
  padding-left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
*/
label.term {
  padding-left: 28px;
  font-size: 2.4rem;
  line-height: 31px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: 14px;
}
[type="checkbox"]#check-terms:before {
  content: '';
  width: 32px;
  height: 32px;
  display: inline-block;
  position: absolute;
  left: 0;
  background-color:	#fff;
  box-shadow:		inset 1px 2px 3px 0px #999;
}
input[type=checkbox]#check-terms:checked + label:before {
  content: '\2713';
  font-size: 5.8rem;
  color: #f00;
  position: absolute;
  left: -25px;
  top: 2px;
}

#agreement {
  width: 100%;
  height: 700px;
  overflow: auto;
  background: #f2f2f2;
  max-width: 1000px;
  margin: 1rem 0;
  padding: 0 50px;
}
@media screen and (max-width: 800px) {
  #agreement {
    max-width: 90%;
    padding: 0 15px;
  }
}
#agreement .cont {
  counter-reset: keiyaku-chapter;
  position: relative;
  font-family: 'ＭＳ 明朝', serif;
  font-size: 1.5rem;
  padding: 20px 0;
}
@media screen and (max-width: 800px) {
  #agreement .cont {
    padding: 0;
  }
}
#agreement .space {
  width: 100%;
  max-width: 1000px;
  height: 20px;
  background-color: #f3f8f8;
  position: absolute;
  z-index: 1;
}
#agreement .space.b {
  bottom: 253px;
}
@media screen and (max-width: 800px) {
  .agreement_space {
    height: 15px;
  }
}
#agreement .cont > h1 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
#agreement .cont > h1:first-child {
  margin-top: 0;
}
#agreement .cont > h2 {
  counter-reset: keiyaku-paragraph;
  counter-increment: keiyaku-chapter;
  font-size: 2.2rem;
  font-weight: bold;
}
#agreement .cont > h2::before {
  content: "\7B2C" counter(keiyaku-chapter) "\6761\FF08";
}
#agreement .cont > h2::after {
  content: "\FF09";
}
#agreement .cont > p {
  counter-increment: keiyaku-paragraph;
  text-indent: 1em;
  padding-left: 1em;
}
#agreement .cont p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
#agreement .cont > h1 + p,
/*#agreement .cont > h2 + p,*/
#agreement .cont > hr + p,
#agreement .cont > p:first-of-type {
  text-indent: 0;
  padding-left: 0;
}
#agreement .cont > p::before {
  content: counter(keiyaku-paragraph) ".";
  font-weight: bold;
  margin-left: -2.2em;
  margin-right: 1em;
}
#agreement .cont > h1 + p::before,
#agreement .cont > h2 + p::before,
#agreement .cont > hr + p::before,
#agreement .cont > p:first-of-type::before {
  content: none;
}
#agreement .cont > ul {
  padding: 0 0 0 2.5em;
}
#agreement .cont > ol {
  list-style: none;
  counter-reset: keiyaku-ordered-list;
  padding: 0 0 1em 2.5em;
}
#agreement .cont > ol > li {
  counter-increment: keiyaku-ordered-list;
  text-indent: -2.5em;
}
#agreement .cont > ol > li::before {
  content: "\FF08" counter(keiyaku-ordered-list) "\FF09";
}
#agreement .cont > hr {
  border: none;
  border-top: 1px solid black;
  margin: 2em 0;
}
#agreement .cont > h4 {
  position: absolute;
  margin: 0;
  right: 30em;
  font-size: 100%;
}
#agreement .cont > h4 + ul {
  margin: 0 0 2em auto;
  width: 28em;
  list-style: none;
}
#agreement .cont > h4 + ul > li:last-child::after {
  content: "\329E";
  position: absolute;
  right: 1em;
}
#agreement .cont > blockquote {
  border: 1px solid black;
  padding: .5em 1.5em;
  margin: 1em 0 1.5em;
}

#agreement .cont .sign {
  float: right;
  width: 37%;
  margin: 5rem 0;
}
#agreement .cont .date {
  text-align: right;
}
#agreement .cont .address {
  padding-left: 6.5rem;
  margin-top: 1rem;
}
#agreement .cont .company, #agreement .cont .chairman {
  display: flex;
}
#agreement .cont .company .com, #agreement .cont .chairman .com {
  padding-right: 2rem;
}
#agreement .cont .chairman .name {
  letter-spacing: 1rem;
}

@media screen and (max-width: 800px) {
  #agreement .cont .sign {
    width: 100%;
  }
  #agreement .cont .address {
    text-align: right;
    padding-left: 0;
  }
  #agreement .cont .company .com {
    display: none;
  }
  #agreement .cont .company {
    display: block;
    text-align: right;
  }
  #agreement .cont .chairman {
    text-align: right;
    justify-content: end;
  }
}

.agreement_btn-area {
  margin-top: 70px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .agreement_btn-area {
    display: block;
  }
}
.agreement_btn-area .btn-pdf-01 {
  text-align: left;
  width: 265px;
  margin: 0 10px;
}
.agreement_btn-area .btn-pdf-02 {
  width: 270px;
  margin: 0 10px;
}
.agreement_btn-area .btn-pdf-03 {
  width: 315px;
  margin: 0 10px;
}
.agreement_btn-area .btn-pdf-01 a,
.agreement_btn-area .btn-pdf-02 a,
.agreement_btn-area .btn-pdf-03 a {
  padding-left: 10px;
}

@media only screen and (max-width: 767px) {
  .agreement_btn-area .btn-pdf-01,
  .agreement_btn-area .btn-pdf-02,
  .agreement_btn-area .btn-pdf-03 {
    width: 100%;
    margin-top: 10px;
  }
  .agreement_btn-area .btn-pdf-01 a,
  .agreement_btn-area .btn-pdf-02 a,
  .agreement_btn-area .btn-pdf-03 a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}

.agreement_btn-area .btn-pdf-01 a {
  background-color: #f4a400;
}
.agreement_btn-area .btn-pdf-02 a {
  background-color: #498eaa;
  position: relative;
  display: block;
}
.agreement_btn-area .btn-pdf-03 a {
  background-color: #9a5a0d;
  position: relative;
  display: block;
}