@charset "UTF-8";
/* ==========================================================
 reseting
========================================================== */
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, button, figure, figcaption {
  margin: 0;
  padding: 0;
}

main, article, aside, figure, figcaption, footer, header, nav, section {
  display: block;
}

input, textarea {
  margin: 0;
  font-size: inherit;
}

input, textarea, select, option, optgroup {
  font-family: inherit;
  font-style: normal;
}

textarea {
  height: auto;
  resize: none;
}

::-webkit-input-placeholder {
  color: #c2c2c2;
}

:-ms-input-placeholder {
  color: #c2c2c2;
}

:-moz-placeholder {
  color: #c2c2c2;
  opacity: 1;
}

::-moz-placeholder {
  color: #c2c2c2;
  opacity: 1;
}

button {
  display: inline-block;
  padding: 0;
  border: none;
  overflow: visible;
  vertical-align: top;
  font: inherit;
  font-family: inherit;
  background: none;
  color: inherit;
  font-size: 100%;
  opacity: 1;
  cursor: pointer;
  text-transform: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

label img {
  pointer-events: none;
}

table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

th, td {
  vertical-align: top;
}

fieldset, img {
  border: 0;
}

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

address, caption, code, em, th {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6, strong, em {
  font-size: 100%;
  font-weight: normal;
}

em {
  font-style: normal;
}

b, strong {
  font-weight: bold;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: baseline;
}

br {
  font-size: 0;
  line-height: 0;
}

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

hr {
  display: block;
  height: 0;
  border: none;
  margin: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  ::-webkit-scrollbar {
    width: 2px;
    background: #fff;
  }
  ::-webkit-scrollbar:horizontal {
    height: 2px;
    background: #fff;
  }
  ::-webkit-scrollbar-thumb {
    background: #dc0012;
    border-radius: 0;
  }
  ::-webkit-scrollbar-thumb:horizontal {
    background: #dc0012;
    border-radius: 0;
  }
  ::-webkit-scrollbar-corner {
    background: transparent;
  }
}

/* ==========================================================
 setting
========================================================== */
html {
  overflow-y: scroll;
}

body {
  position: relative;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "MS PGothic", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

/* ==========================================================
 clearfix
========================================================== */
.clearfix:after, .l-grid:after, .header__utility:after, .header__information:after, .header__language:after, .contents:after, .nav-global:after {
  content: '';
  display: block;
  clear: both;
}

/* ==========================================================
 style
========================================================== */
/* generic style
---------------------------------------------------------- */
.adjust {
  width: 100%;
}

.bold {
  font-weight: bold;
}

.nowrap {
  white-space: nowrap;
}

.left {
  text-align: left;
}

.center, .center-pc {
  text-align: center;
}

.right, .right-pc {
  text-align: right;
}

.top {
  vertical-align: top;
}

.middle {
  vertical-align: middle;
}

.bottom {
  vertical-align: bottom;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .center-sp {
    text-align: center;
  }
  .right-sp {
    text-align: right;
  }
  .center-pc, .right-pc {
    text-align: left;
  }
}

/* width
---------------------------------------------------------- */
.w5per {
  width: 5%;
}

.w10per {
  width: 10%;
}

.w15per {
  width: 15%;
}

.w20per {
  width: 20%;
}

.w25per {
  width: 25%;
}

.w30per {
  width: 30%;
}

.w35per {
  width: 35%;
}

.w40per {
  width: 40%;
}

.w45per {
  width: 45%;
}

.w50per {
  width: 50%;
}

.w55per {
  width: 55%;
}

.w60per {
  width: 60%;
}

.w65per {
  width: 65%;
}

.w70per {
  width: 70%;
}

.w75per {
  width: 75%;
}

.w80per {
  width: 80%;
}

.w85per {
  width: 85%;
}

.w90per {
  width: 90%;
}

.w95per {
  width: 95%;
}

.w100per {
  width: 100%;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .w5per-sp {
    width: 5%;
  }
  .w10per-sp {
    width: 10%;
  }
  .w15per-sp {
    width: 15%;
  }
  .w20per-sp {
    width: 20%;
  }
  .w25per-sp {
    width: 25%;
  }
  .w30per-sp {
    width: 30%;
  }
  .w35per-sp {
    width: 35%;
  }
  .w40per-sp {
    width: 40%;
  }
  .w45per-sp {
    width: 45%;
  }
  .w50per-sp {
    width: 50%;
  }
  .w55per-sp {
    width: 55%;
  }
  .w60per-sp {
    width: 60%;
  }
  .w65per-sp {
    width: 65%;
  }
  .w70per-sp {
    width: 70%;
  }
  .w75per-sp {
    width: 75%;
  }
  .w80per-sp {
    width: 80%;
  }
  .w85per-sp {
    width: 85%;
  }
  .w90per-sp {
    width: 90%;
  }
  .w95per-sp {
    width: 95%;
  }
  .w100per-sp {
    width: 100%;
  }
}

.w1em {
  width: 1em;
}

.w1-5em {
  width: 1.5em;
}

.w2em {
  width: 2em;
}

.w2-5em {
  width: 2.5em;
}

.w3em {
  width: 3em;
}

.w3-5em {
  width: 3.5em;
}

.w4em {
  width: 4em;
}

.w4-5em {
  width: 4.5em;
}

.w5em {
  width: 5em;
}

.w5-5em {
  width: 5.5em;
}

.w6em {
  width: 6em;
}

.w6-5em {
  width: 6.5em;
}

.w7em {
  width: 7em;
}

.w7-5em {
  width: 7.5em;
}

.w8em {
  width: 8em;
}

.w8-5em {
  width: 8.5em;
}

.w9em {
  width: 9em;
}

.w9-5em {
  width: 9.5em;
}

.w10em {
  width: 10em;
}

.w10-5em {
  width: 10.5em;
}

.w11em {
  width: 11em;
}

.w11-5em {
  width: 11.5em;
}

.w12em {
  width: 12em;
}

.w12-5em {
  width: 12.5em;
}

.w13em {
  width: 13em;
}

.w13-5em {
  width: 13.5em;
}

.w14em {
  width: 14em;
}

.w14-5em {
  width: 14.5em;
}

.w15em {
  width: 15em;
}

.w15-5em {
  width: 15.5em;
}

.w16em {
  width: 16em;
}

.w16-5em {
  width: 16.5em;
}

.w17em {
  width: 17em;
}

.w17-5em {
  width: 17.5em;
}

.w18em {
  width: 18em;
}

.w18-5em {
  width: 18.5em;
}

.w19em {
  width: 19em;
}

.w19-5em {
  width: 19.5em;
}

.w20em {
  width: 20em;
}

.w20-5em {
  width: 20.5em;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .w1em-sp {
    width: 1em;
  }
  .w1-5em-sp {
    width: 1.5em;
  }
  .w2em-sp {
    width: 2em;
  }
  .w2-5em-sp {
    width: 2.5em;
  }
  .w3em-sp {
    width: 3em;
  }
  .w3-5em-sp {
    width: 3.5em;
  }
  .w4em-sp {
    width: 4em;
  }
  .w4-5em-sp {
    width: 4.5em;
  }
  .w5em-sp {
    width: 5em;
  }
  .w5-5em-sp {
    width: 5.5em;
  }
  .w6em-sp {
    width: 6em;
  }
  .w6-5em-sp {
    width: 6.5em;
  }
  .w7em-sp {
    width: 7em;
  }
  .w7-5em-sp {
    width: 7.5em;
  }
  .w8em-sp {
    width: 8em;
  }
  .w8-5em-sp {
    width: 8.5em;
  }
  .w9em-sp {
    width: 9em;
  }
  .w9-5em-sp {
    width: 9.5em;
  }
  .w10em-sp {
    width: 10em;
  }
  .w10-5em-sp {
    width: 10.5em;
  }
  .w11em-sp {
    width: 11em;
  }
  .w11-5em-sp {
    width: 11.5em;
  }
  .w12em-sp {
    width: 12em;
  }
  .w12-5em-sp {
    width: 12.5em;
  }
  .w13em-sp {
    width: 13em;
  }
  .w13-5em-sp {
    width: 13.5em;
  }
  .w14em-sp {
    width: 14em;
  }
  .w14-5em-sp {
    width: 14.5em;
  }
  .w15em-sp {
    width: 15em;
  }
  .w15-5em-sp {
    width: 15.5em;
  }
  .w16em-sp {
    width: 16em;
  }
  .w16-5em-sp {
    width: 16.5em;
  }
  .w17em-sp {
    width: 17em;
  }
  .w17-5em-sp {
    width: 17.5em;
  }
  .w18em-sp {
    width: 18em;
  }
  .w18-5em-sp {
    width: 18.5em;
  }
  .w19em-sp {
    width: 19em;
  }
  .w19-5em-sp {
    width: 19.5em;
  }
  .w20em-sp {
    width: 20em;
  }
  .w20-5em-sp {
    width: 20.5em;
  }
}

/* ----------------------------------------------------------
 rwd switch
---------------------------------------------------------- */
/* sp
---------------------------------------------------------- */
.only-sp {
  display: none;
}

/* pc
---------------------------------------------------------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .only-pc {
    display: none;
  }
  .only-sp {
    display: block;
  }
  .only-spimg {
    display: inline-block;
  }
}

/* ----------------------------------------------------------
 image style
---------------------------------------------------------- */
.backface {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* ==========================================================
 keyframes
========================================================== */
/* fade-in */
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 0.8;
  }
}

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 0.8;
  }
}

/* ==========================================================
 base body
========================================================== */
body {
  line-height: 1.6;
  color: #212121;
  font-size: 15px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  body {
    padding-top: 56px;
    background-color: #f7f5f0;
    line-height: 1.5;
    word-break: break-word;
  }
}

/* ==========================================================
 base Link
========================================================== */
a {
  color: #dc0012;
  text-decoration: none;
  opacity: 1;
}

a:hover,
button:hover {
  opacity: 0.8;
}

a:hover {
  text-decoration: underline;
}

a[href^="tel"] {
  pointer-events: none;
  cursor: default;
  color: inherit;
}

a[href^="tel"]:hover {
  opacity: 1;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  a[href^="tel"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

/* ==========================================================
 hr
========================================================== */
hr {
  border-top: 1px solid #e0e0e0;
}

/* ==========================================================
 layout style
========================================================== */
/* container
---------------------------------------------------------- */
.l-container {
  width: 1000px;
  margin: 0 auto;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .l-container {
    width: 100%;
  }
}

/* core
---------------------------------------------------------- */
.l-core, .bx-prev:after, .bx-next:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/* edge
---------------------------------------------------------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .l-edge {
    width: auto;
    border-left: none;
    border-right: none;
    margin-left: -16px;
    margin-right: -16px;
  }
}

/* inner
---------------------------------------------------------- */
.l-inner {
  padding: 24px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .l-inner {
    padding: 16px;
  }
}

/* l-center
---------------------------------------------------------- */
.l-center {
  margin-top: 40px;
  text-align: center;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .l-center {
    margin-top: 16px;
  }
}

/* l-fit
---------------------------------------------------------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .l-fit {
    margin-top: -1px;
  }
}

/* l-grid
---------------------------------------------------------- */
.l-grid {
  margin-top: 60px;
}

.l-grid:first-child {
  margin-top: 0;
}

.l-grid__col2, .l-grid__col3, .l-grid__col4 {
  float: left;
  margin-right: 20px;
}

.l-grid__col2 {
  width: 340px;
}

.l-grid__col2:nth-child(2n) {
  margin-right: 0;
}

.l-grid__col2:nth-child(2n+1) {
  clear: both;
}

.l-grid__col2:nth-child(n+3) {
  margin-top: 20px;
}

.l-grid__col2--full {
  width: 488px;
  margin-right: 24px;
}

.l-grid__col2--auto {
  width: auto;
}

.l-grid__col2--text {
  width: auto;
  overflow: hidden;
  float: none;
}

.l-grid__col2--short {
  width: 330px;
  margin-right: 40px;
}

.l-grid__col2--space:nth-child(n+3) {
  margin-top: 40px;
}

.l-grid__col3 {
  width: 220px;
}

.l-grid__col3:nth-child(3n) {
  margin-right: 0;
}

.l-grid__col3:nth-child(3n+1) {
  clear: both;
}

.l-grid__col3:nth-child(n+4) {
  margin-top: 20px;
}

.l-grid__col3--full {
  width: 316px;
  margin-right: 26px;
}

.l-grid__col3--banner {
  width: 320px;
  margin-right: 20px;
}

.l-grid__col4:nth-child(4n) {
  margin-right: 0;
}

.l-grid__col4:nth-child(4n+1) {
  clear: both;
}

.l-grid__col4:nth-child(n+5) {
  margin-top: 20px;
}

.l-grid__col4--full {
  width: 235px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .l-grid {
    margin-top: 40px;
  }
  .l-grid__col2, .l-grid__col3, .l-grid__col4 {
    float: none;
    width: auto;
    margin: 0 0 16px;
  }
  .l-grid__col2:nth-child(n+3), .l-grid__col2:nth-child(n+4), .l-grid__col2:nth-child(n+5), .l-grid__col3:nth-child(n+3), .l-grid__col3:nth-child(n+4), .l-grid__col3:nth-child(n+5), .l-grid__col4:nth-child(n+3), .l-grid__col4:nth-child(n+4), .l-grid__col4:nth-child(n+5) {
    margin-top: 0;
  }
  .l-grid__col2:last-child, .l-grid__col3:last-child, .l-grid__col4:last-child {
    margin-bottom: 0;
  }
  .l-grid__col2--space {
    margin-bottom: 28px;
  }
  .l-grid__col2--space:last-child {
    margin-bottom: 0;
  }
}

/* l-caption
---------------------------------------------------------- */
.l-caption {
  margin: 8px 24px 0 0;
  text-align: right;
}

.l-caption:first-child {
  margin-top: 0;
}

.cell .l-caption {
  margin-right: 0;
  margin-left: 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .l-caption {
    margin: 4px 16px 0 16px;
  }
}

.l-caption-left {
  margin: 8px 0 0;
}

.l-caption-left:first-child {
  margin-top: 0;
}

.cell .l-caption-left {
  margin-right: 0;
  margin-left: 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .l-caption-left {
    margin: 4px 16px 0 16px;
  }
}

/* l-read
---------------------------------------------------------- */
.l-read {
  margin-bottom: 60px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .l-read {
    margin-bottom: 40px;
  }
}

.l-read-long {
  margin-bottom: 80px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .l-read-long {
    margin-bottom: 40px;
  }
}

/* l-order
---------------------------------------------------------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .l-order {
    display: table;
  }
  .l-order__header {
    display: table-header-group;
  }
  .l-order__header > *:first-child {
    margin-top: -32px;
  }
  .l-order__footer {
    display: table-footer-group;
  }
}

/* l-unit
---------------------------------------------------------- */
.l-unit {
  margin-top: 40px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .l-unit {
    margin-top: 30px;
  }
}

/* l-indent
---------------------------------------------------------- */
.l-indent {
  margin-left: 1em;
}

/* ==========================================================
 wrapper
========================================================== */
.wrapper {
  -webkit-transition-property: margin-left;
  transition-property: margin-left;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

/* ==========================================================
 header
========================================================== */
.header {
  width: 100%;
  background-color: #fff;
  z-index: 10;
  top: -82px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  /* contents */
  /* inner */
  /* logo */
  /* utility */
  /* information & language */
  /* information */
  /* language */
  /* extra */
  /* search */
  /* form */
  /* input */
  /* submit */
  /* button */
  /* search-glass */
}

.header__contents {
  min-width: 1000px;
  position: relative;
  border-bottom: 2px solid #e60012;
  padding-top: 30px;
  background-color: #fff;
  z-index: 10;
  /* gri */
}

.header__contents--gri {
  border-bottom: 2px solid #ccc;
}

.header__contents--gri:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  width: 1010px;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  height: 2px;
  margin: auto;
  background-color: #333;
}

.header__inner {
  position: relative;
}

.header__logo {
  width: 155px;
  height: 40px;
  margin-bottom: 30px;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
}

.header__logo a {
  display: block;
  height: 40px;
  background: url("../img/common/logo_01_pc.png?v169e0d06547") no-repeat 0 0;
}

.header__logo--gri {
  width: 300px;
}

.header__logo--gri a {
  background: url("../img/common/logo_gri_01_pc.png?v169e0d06549") no-repeat 0 0;
}

.header__utility {
  position: absolute;
  right: 43px;
  top: 8px;
  font-size: 13px;
  line-height: 1.2;
}

.header__information, .header__language, .header__information-list, .header__language-list {
  float: left;
}

.header__information-list, .header__language-list {
  border-left: 1px solid #c2c2c2;
}

.header__information-list:first-child, .header__language-list:first-child {
  border-left: none;
  padding-left: 0;
}

.header__information {
  padding: 2px 0;
}

.header__information-list {
  padding: 0 16px;
}

.header__information-list a {
  color: #212121;
}

.header__language {
  position: relative;
  margin-left: 14px;
  padding: 2px 0 2px 34px;
}

.header__language:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 2px;
  top: 0;
  width: 24px;
  height: 24px;
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1475px -598px;
  width: 20px;
  height: 20px;
}

.header__language-list {
  padding: 0 10px;
}

body.ja .header__language-list--ja a,
body.en .header__language-list--en a {
  color: #212121;
  opacity: 1;
}

.header__language-list a {
  position: relative;
  font-weight: bold;
  color: #c2c2c2;
}

.header__language-list a:hover {
  color: #212121;
  opacity: 1;
  text-decoration: none;
}

.header__language-list a:hover:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background: #e60012;
}

.header__extra {
  display: none;
}

.header__search {
  display: none;
  position: absolute;
  left: 0;
  top: 95px;
  width: 100%;
  padding: 33px 0 30px;
  background-color: #f7f5f0;
  text-align: center;
}

.header__form {
  width: auto;
  display: inline-block;
}

.header__input {
  display: inline-block;
  width: 502px;
  height: 1.85em;
  padding: 0 0 0px;
  border: none;
  border-bottom: 2px solid #000;
  background: none;
  font-size: 18px;
  line-height: 1.1;
  /* placeholder color */
}

.header__input::-webkit-input-placeholder {
  color: #212121;
}

.header__input:-ms-input-placeholder {
  color: #212121;
}

.header__input:-moz-placeholder {
  color: #212121;
  opacity: 1;
}

.header__input::-moz-placeholder {
  color: #212121;
  opacity: 1;
}

.header .gsc-clear-button {
  display: none;
}

.header__submit {
  display: inline-block;
  vertical-align: top;
}

.header__button {
  padding: 3px 14px;
  height: 1.85em;
  margin-left: 20px;
  border: none;
  background-color: #e60012;
  font-size: 17px;
  color: #fff;
}

.header__search-glass {
  position: absolute;
  right: 0;
  top: 5px;
  width: 24px;
  height: 24px;
}

.header__search-glass:before {
  content: '';
  display: block;
  position: absolute;
  left: 1px;
  top: 44px;
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1453px -1336px;
  width: 26px;
  height: 16px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

/* drawer */
.drawer {
  display: none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    /*.contents */
    /* logo */
    /* utility */
    /* information & language */
    /* information */
    /* language */
    /* extra */
    /* links */
    /* search */
    /* form */
    /* input */
    /* submit */
    /* button */
    /* search-glass */
  }
  .header__contents {
    min-width: 0;
    padding: 12px 0;
    border-bottom: 4px solid #e60012;
    overflow: hidden;
    /* gri */
  }
  .header__contents--gri {
    margin-left: 16px;
    margin-right: 16px;
    border-bottom: 2px solid #333;
  }
  .header__contents--gri:after {
    content: none;
  }
  .header__logo {
    width: 116px;
    height: 28px;
    margin: 0 auto;
  }
  .header__logo a {
    height: 28px;
    background-image: url("../img/common/logo_01_sp.png?v169e0d06548");
    background-size: 116px;
  }
  .header__logo--gri {
    width: 45px;
  }
  .header__logo--gri a {
    background-image: url("../img/common/logo_gri_01_sp.png?v169e0d06549");
    background-size: 45px;
  }
  .header__utility {
    position: static;
    font-size: 12px;
    line-height: 1.2;
  }
  .header__information-list, .header__language-list {
    border-left: 1px solid #c2c2c2;
  }
  .header__information-list:first-child, .header__language-list:first-child {
    border-left: none;
    padding-left: 0;
  }
  .header__information {
    float: none;
    padding: 0 16px 40px;
  }
  .header__information-list {
    float: none;
    border-left: none;
    padding: 0;
    margin-bottom: 26px;
  }
  .header__information-list:last-child {
    margin-bottom: 0;
  }
  .header__information-list a {
    display: block;
    font-weight: bold;
  }
  .header__information-list a:hover {
    text-decoration: none;
  }
  .header__language {
    position: absolute;
    top: 0;
    right: 0;
    float: none;
    width: 100%;
    height: 51px;
    border-bottom: 1px solid #e0e0e0;
    margin-left: 0;
    padding: 2px 18px 2px 0;
    background-color: #fff;
    text-align: right;
    font-size: 13px;
  }
  .header__language.icon--language:before {
    content: none;
  }
  .header__language-list {
    position: relative;
    float: none;
    display: inline-block;
    margin-top: 17px;
    padding: 0 9px;
    line-height: 1.2;
  }
  .header__language-list:first-child {
    padding-left: 24px;
  }
  .header__language-list:first-child:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -684px -181px;
    width: 16px;
    height: 16px;
    background-size: 749px 679px;
  }
  .header__language-list:last-child {
    border-left: 1px solid #212121;
    padding-right: 0;
  }
  .header__extra {
    display: block;
    padding: 32px 16px;
    background-color: #757575;
  }
  .header__extra-list {
    margin-bottom: 16px;
  }
  .header__extra-list:last-child {
    margin-bottom: 0;
  }
  .header__extra-list a {
    font-size: 13px;
  }
  .header__links {
    position: fixed;
    left: -75%;
    top: 0;
    width: 75%;
    height: 100%;
    background-color: #fff;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    z-index: 100;
  }
  .header__links-in {
    height: 100%;
    padding-top: 51px;
    overflow-y: scroll;
  }
  .header__links-in::-webkit-scrollbar {
    display: none;
  }
  .header__search {
    top: 52px;
    padding: 20px 16px;
  }
  .header__form {
    display: table;
    border-collapse: separate;
  }
  .header__input {
    display: table-cell;
    width: 100%;
    font-size: 13px;
    vertical-align: top;
    border-radius: 0;
  }
  .header__submit {
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: top;
  }
  .header__button {
    margin-left: 12px;
    height: 2em;
    padding: 3px 9px;
    font-size: 12px;
  }
  .header__search-glass {
    right: 16px;
    top: 2px;
  }
  .header__search-glass:before {
    top: 32px;
    left: 10px;
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -727px -668px;
    width: 13px;
    height: 8px;
    background-size: 749px 679px;
  }
  /* drawer */
  .drawer {
    position: fixed;
    left: 16px;
    top: 14px;
    display: block;
    width: 24px;
    height: 24px;
    padding: 6px 3px;
    z-index: 101;
  }
  .drawer__button, .drawer:after, .drawer:before {
    content: '';
    position: absolute;
    left: 3px;
    display: block;
    width: 18px;
    height: 2px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    transition-property: top, bottom, opacity, -webkit-transform;
    -webkit-transition-property: top, bottom, opacity, -webkit-transform;
    transition-property: top, bottom, opacity, transform;
    transition-property: top, bottom, opacity, transform, -webkit-transform;
    background-color: #212121;
    font-size: 0;
  }
  .drawer:before {
    top: 6px;
  }
  .drawer:after {
    bottom: 6px;
  }
  .drawer__button {
    top: 11px;
  }
}

/* header fixed-fixed
---------------------------------------------------------- */
.is-fixed .header {
  position: fixed;
  top: 0;
  overflow: hidden;
  box-shadow: 0 2px 1px -1px rgba(131, 131, 131, 0.2);
}

.is-fixed .header__contents {
  height: 80px;
  padding-top: 20px;
}

.is-fixed .header__logo {
  float: left;
  width: 125px;
  margin-bottom: 0;
}

.is-fixed .header__logo a {
  background-image: url("../img/common/logo_small_01_pc.png?v169e0d06549");
}

.is-fixed .header__utility {
  display: none;
}

.is-fixed .header__links {
  float: right;
  padding-top: 8px;
}

.is-fixed .header__search-glass {
  display: none;
}

.is-fixed .nav-global__list {
  width: auto;
  margin-right: 40px;
}

.is-fixed .nav-global__list > a {
  width: auto;
  padding-bottom: 26px;
}

/* header is-open-search
---------------------------------------------------------- */
.is-open-search .js-mask-search {
  display: block;
  opacity: 0.8;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}

.is-open-search .header__search-glass:before {
  opacity: 1;
}

/* header is-open-drawer
---------------------------------------------------------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .is-open-drawer {
    overflow: hidden;
    /* nav-open drawer */
  }
  .is-open-drawer .wrapper {
    margin-left: 20%;
  }
  .is-open-drawer .js-mask-drawer {
    display: block;
    opacity: 0.8;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: fade-in;
    animation-name: fade-in;
  }
  .is-open-drawer .header__contents {
    position: static;
  }
  .is-open-drawer .header__links {
    left: 0;
  }
  .is-open-drawer .drawer:before {
    top: 11px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .is-open-drawer .drawer:after {
    bottom: 11px;
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
  }
  .is-open-drawer .drawer__button {
    opacity: 0;
  }
}

/* ==========================================================
 contents
========================================================== */
.contents {
  padding-bottom: 128px;
}

.contents__main {
  float: right;
  width: 700px;
}

.contents__sub {
  float: left;
  width: 260px;
}

.contents__sub-item {
  margin-bottom: 40px;
}

.contents__sub-item:last-child {
  margin-bottom: 0;
}

.contents__main-full {
  width: 100%;
  margin: 0 auto;
}

.contents__main-narrow {
  width: 700px;
  margin: 60px auto 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .contents {
    padding: 40px 16px 72px;
  }
  .contents__main, .contents__sub, .contents__main-full {
    width: 100%;
    float: none;
  }
  .contents__main {
    margin-bottom: 72px;
  }
  .contents__sub {
    display: table;
  }
  .contents__sub-item {
    margin-bottom: 72px;
  }
  .contents__main-full, .contents__main-narrow {
    width: auto;
    margin-top: 0;
  }
}

/* ==========================================================
 footer
========================================================== */
.footer {
  width: 100%;
  min-width: 1000px;
  background-color: #757575;
}

.footer__main {
  padding: 60px 0;
}

.footer__inner {
  overflow: hidden;
}

.footer__buttons {
  margin: -20px -20px 60px 0;
  overflow: hidden;
}

.footer__button {
  float: left;
  width: 235px;
  margin: 20px 20px 0 0;
}

.footer__utility {
  overflow: hidden;
}

.footer__utility a {
  color: #fff;
}

.footer__column {
  float: left;
  margin-right: 20px;
  /* ぐるなびの取り組み変更前 65px */
  width: 235px;
  /* ぐるなびの取り組み変更後削除 */
  /* ぐるなびの取り組み変更後コメント外す
    &--profile {
      width: 145px;
    }
    &--ir {
      width: 130px;
    }
    &--release {
      width: 150px;
    }
    &--activity {
      width: 190px;
    }
    &--recruit {
      width: 125px;
    }
     */
}

.footer__column:last-child {
  margin-right: 0;
}

.footer__category {
  margin-bottom: 20px;
  line-height: 1.333;
  font-size: 18px;
  font-weight: bold;
}

.footer__lists {
  line-height: 1.333;
  font-size: 12px;
}

.footer__list {
  margin-bottom: 12px;
}

.footer__list:last-child {
  margin-bottom: 0;
}

.footer__list a {
  color: #fff;
}

.footer__sub {
  min-width: 1000px;
  padding: 23px 0;
  background-color: #3b3732;
  overflow: hidden;
}

.footer__tools {
  float: left;
  font-size: 12px;
  line-height: 1.2;
}

.footer__tool {
  float: left;
  border-right: 1px solid #6d6a67;
  padding: 0 12px;
}

.footer__tool:first-child {
  padding-left: 0;
}

.footer__tool:last-child {
  border-right: none;
}

.footer__tool a {
  color: #fff;
}

.footer__copyright {
  float: right;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .footer {
    min-width: 0;
  }
  .footer__main {
    display: none;
  }
  .footer__inner {
    overflow: visible;
  }
  .footer__sub {
    min-width: 0;
    padding: 24px 16px;
    font-size: 13px;
    text-align: center;
  }
  .footer__tools {
    float: none;
    margin-bottom: 10px;
    font-size: 11px;
  }
  .footer__tool {
    float: none;
    display: inline-block;
    border-right: 1px solid #6d6a67;
    padding: 0 12px;
    margin-bottom: 10px;
  }
  .footer__tool:first-child, .footer__tool:last-child {
    padding: 0 12px;
  }
  .footer__tool a {
    color: #fff;
  }
  .footer__tool a:hover {
    text-decoration: underline;
  }
  .footer__copyright {
    float: none;
    font-size: 10px;
    line-height: 1.2;
  }
}

/* ==========================================================
 breadcrumb
========================================================== */
.breadcrumb {
  padding: 18px 0;
  overflow: hidden;
  line-height: 1.333;
  font-size: 12px;
}

.breadcrumb__list {
  float: left;
}

.breadcrumb__list:before {
  content: '>';
  margin: 0 7px;
}

.breadcrumb__list:first-child:before {
  content: none;
}

.breadcrumb__list a {
  color: #212121;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .breadcrumb {
    display: none;
  }
}

/* ==========================================================
 pagetop
========================================================== */
.pagetop {
  display: none;
}

.pagetop a {
  position: fixed;
  right: 100px;
  bottom: 40px;
  display: block;
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1417px -888px;
  width: 48px;
  height: 48px;
  white-space: nowrap;
  text-indent: -9999px;
  overflow: hidden;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .pagetop a {
    right: 16px;
    bottom: 16px;
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -709px -135px;
    width: 40px;
    height: 40px;
    background-size: 749px 679px;
  }
}

/* ==========================================================
 site search
========================================================== */
.header input.ss-search-input, .contents input.ss-search-input {
  display: inline-block;
  width: 502px;
  height: 1.85em;
  padding: 0 0 0px;
  border: none;
  border-bottom: 2px solid #000;
  background: none !important;
  font-size: 18px;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "MS PGothic", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
  line-height: 1.5;
  outline: none;
  /* placeholder color */
}

.header input.ss-search-input::-webkit-input-placeholder, .contents input.ss-search-input::-webkit-input-placeholder {
  color: #212121;
}

.header input.ss-search-input:-ms-input-placeholder, .contents input.ss-search-input:-ms-input-placeholder {
  color: #212121;
}

.header input.ss-search-input:-moz-placeholder, .contents input.ss-search-input:-moz-placeholder {
  color: #212121;
  opacity: 1;
}

.header input.ss-search-input::-moz-placeholder, .contents input.ss-search-input::-moz-placeholder {
  color: #212121;
  opacity: 1;
}

.header input.ss-search-button, .contents input.ss-search-button {
  min-width: 0;
  padding: 3px 14px;
  height: 1.85em;
  border: none;
  margin: 0 0 0 14px;
  background-color: #e60012;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "MS PGothic", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
  font-size: 17px;
  font-weight: normal;
  color: #fff;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  outline: none;
}

#ss-form {
  margin-top: -60px;
  padding: 0;
  border: none;
  display: block;
  width: auto;
  padding: 33px 0 30px;
  background-color: #f7f5f0;
  text-align: center;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .header #SS_searchForm, .contents #SS_searchForm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .header #ss-form, .contents #ss-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -30px;
    padding: 20px 0;
    width: 100%;
  }
  .header input.ss-search-input, .contents input.ss-search-input {
    display: block;
    font-size: 13px;
    vertical-align: top;
    border-radius: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .header input.ss-search-button, .contents input.ss-search-button {
    display: block;
    margin-left: 12px;
    height: 2em;
    padding: 3px 9px;
    font-size: 12px;
    white-space: nowrap;
  }
}

div#ss-main.css3 #ss-form fieldset.ss-category-field input[type=radio],
div#ss-main.css3 #ss-form fieldset.ss-category-field input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}

div#ss-main.css3 #ss-form fieldset.ss-category-field input[type=radio] + label,
div#ss-main.css3 #ss-form fieldset.ss-category-field input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  font-size: 14px;
  line-height: 26px;
  cursor: pointer;
}

div#ss-main.css3 #ss-form fieldset.ss-category-field input[type=radio],
div#ss-main.css3 #ss-form fieldset.ss-category-field input[type=checkbox] {
  display: none;
  margin: 0;
}

div#ss-main.css3 #ss-form fieldset.ss-category-field input[type=radio] + label,
div#ss-main.css3 #ss-form fieldset.ss-category-field input[type=checkbox] + label {
  padding: 0 0 0 24px;
}

div#ss-main.css3 #ss-form fieldset.ss-category-field input[type=radio] + label::before,
div#ss-main.css3 #ss-form fieldset.ss-category-field input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: #FFF;
}

div#ss-main.css3 #ss-form fieldset.ss-category-field input[type=radio] + label::before {
  border: 2px solid #ccc;
  border-radius: 30px;
}

div#ss-main.css3 #ss-form fieldset.ss-category-field input[type=checkbox] + label::before {
  border: 2px solid #ccc;
}

div#ss-main.css3 #ss-form fieldset.ss-category-field input[type=radio]:checked + label::after,
div#ss-main.css3 #ss-form fieldset.ss-category-field input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  box-sizing: border-box;
  display: block;
}

div#ss-main.css3 #ss-form fieldset.ss-category-field input[type=radio]:checked + label::after {
  left: 5px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #444444;
  border-radius: 8px;
}

div#ss-main.css3 #ss-form fieldset.ss-category-field input[type=checkbox]:checked + label::after {
  left: 3px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #444444;
  border-bottom: 3px solid #444444;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* === Navication === */
div#ss-navi {
  padding: 10px 0;
  margin-bottom: 20px;
  font-size: 14px;
  text-align: left;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  div#ss-navi {
    border-bottom: 1px dotted #ccc;
    font-size: 13px;
    margin-bottom: 10px;
  }
}

div#ss-navi:after {
  content: "";
  display: block;
  clear: both;
}

div#ss-navi div.ss-navi-left {
  display: inline-block;
  text-align: left;
}

div#ss-navi div.ss-navi-left span#ss-total-hits {
  padding-left: 10px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  div#ss-navi div.ss-navi-left span#ss-total-hits {
    padding-left: 0px;
  }
}

div#ss-navi div.ss-navi-left span#ss-show-counts {
  padding-left: 10px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  div#ss-navi div.ss-navi-left span#ss-show-counts {
    display: none;
  }
}

div#ss-navi div.ss-navi-right {
  min-width: 100px;
  float: right;
  display: inline-block;
}

div#ss-navi div.ss-navi-right span#ss-sort-match {
  color: #dc0012;
  cursor: pointer;
}

div#ss-navi div.ss-navi-right span#ss-sort-match:hover {
  text-decoration: underline;
}

div#ss-navi div.ss-navi-right span#ss-sort-date {
  margin-left: 8px;
  color: #dc0012;
  cursor: pointer;
}

div#ss-navi div.ss-navi-right span#ss-sort-date:hover {
  text-decoration: underline;
}

div#ss-navi div.ss-navi-right span#ss-sort-match.selected,
div#ss-navi div.ss-navi-right span#ss-sort-date.selected {
  font-weight: bold;
  color: #444;
}

/* === AdResult === */
div#ss-ad-result {
  margin-bottom: 25px;
  padding: 5px 0px 0px 5px;
  background-color: #E8F4FF;
  border: 1px solid #D2EAFF;
  text-align: center;
  width: 100%;
}

div#ss-ad-result div.ss-ad-item {
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 1.2em;
  min-height: 130px;
  text-align: left;
}

div#ss-ad-result div.ss-ad-item div.ss-ad-image {
  float: left;
  width: 170px;
  border: 1px solid #CCC;
  background-color: #FFF;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  div#ss-ad-result div.ss-ad-item div.ss-ad-image {
    display: none;
  }
}

div#ss-ad-result div.ss-ad-item div.ss-ad-image img {
  padding: 4px;
}

div#ss-ad-result div.ss-ad-item div.ss-ad-page {
  float: left;
  margin-left: 15px;
  line-height: 1.5em;
  padding-top: 2px;
  margin-bottom: 20px;
}

div#ss-ad-result div.ss-ad-item div.ss-ad-page .ss-ad-title {
  font-size: 16px;
  margin: 0px 0px 6px 0px;
  padding: 0;
}

div#ss-ad-result div.ss-ad-item div.ss-ad-page div.ss-ad-summary {
  margin: 4px 0px;
  font-size: 100%;
  color: #333;
}

div#ss-ad-result div.ss-ad-item div.ss-ad-page div.ss-ad-summary span.ss-highlight {
  font-weight: bold;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  div#ss-ad-result div.ss-ad-item div.ss-ad-page div.ss-ad-summary {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}

div#ss-ad-result div.ss-ad-item .ss-ad-url a {
  color: #006F00;
  word-break: break-all;
}

div#ss-ad-result div.ss-ad-item .ss-ad-content-length {
  color: #333;
  font-size: 90%;
}

div#ss-ad-result div.ss-ad-item .ss-ad-last-modified {
  margin-left: 5px;
  color: #333;
  font-size: 90%;
}

/* === Result === */
div#ss-result {
  /* adjust to ad-image */
}

div#ss-result div.ss-item {
  margin-bottom: 20px;
  line-height: 1.2em;
  text-align: left;
  clear: both;
  min-height: 130px;
}

div#ss-result div.ss-item div.ss-image {
  width: 170px;
  float: left;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  div#ss-result div.ss-item div.ss-image {
    display: none;
  }
}

div#ss-result div.ss-item div.ss-image img {
  width: 160px;
  height: 120px;
  padding: 4px;
  border: 1px solid #CCC;
}

div#ss-result div.ss-item div.ss-page {
  width: 820px;
  float: left;
  margin-left: 15px;
  line-height: 1.5em;
  padding-top: 2px;
  margin-bottom: 20px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  div#ss-result div.ss-item div.ss-page {
    font-size: 13px;
  }
}

div#ss-result div.ss-item div.ss-page .ss-title {
  font-size: 16px;
  margin: 0px 0px 6px 0px;
  padding: 0;
}

div#ss-result div.ss-item div.ss-page .ss-file-type {
  font-size: 85%;
}

div#ss-result div.ss-item div.ss-page .ss-summary {
  font-size: 100%;
  color: #333;
}

div#ss-result div.ss-item div.ss-page .ss-summary span.ss-highlight {
  font-weight: bold;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  div#ss-result div.ss-item div.ss-page .ss-summary {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}

div#ss-result div.ss-item .ss-url a {
  color: #006F00;
  word-break: break-all;
}

div#ss-result div.ss-item .ss-content-type {
  font-weight: bold;
  color: #333;
}

div#ss-result div.ss-item .ss-content-length {
  color: #333;
  font-size: 90%;
}

div#ss-result div.ss-item .ss-last-modified {
  margin-left: 5px;
  color: #333;
  font-size: 90%;
}

div#ss-main.css3 div#ss-result div.ss-item div.ss-page {
  width: calc(100% - 190px);
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  div#ss-main.css3 div#ss-result div.ss-item div.ss-page {
    width: 100%;
    margin: 10px auto;
    padding-bottom: 10px;
  }
}

/* === Pagination === */
div.ss-pagination {
  position: relative;
  top: 20px;
  margin-bottom: 40px;
  clear: left;
  text-align: center;
}

div.ss-pagination span {
  margin: 0px 3px 0px 3px;
}

div.ss-pagination .ss-select-page {
  border: 1px solid #EEE;
  background-color: #FAFAFA;
  padding: 2px 8px 2px 8px;
  width: 20px;
  position: relative;
  /* for IE bug */
}

div.ss-pagination .ss-page-prev, div.ss-pagination .ss-page-next {
  color: #0076bf;
  cursor: pointer;
}

div.ss-pagination .ss-page {
  border: 1px solid #EEE;
  padding: 1px 7px 1px 7px;
  width: 20px;
  position: relative;
  /* for IE bug */
  color: #0076bf;
  cursor: pointer;
}

/* === NotFound === */
div#ss-not-found {
  font-size: 100%;
  margin: 20px 0px 15px 5px;
  text-align: left;
}

div#ss-not-found #ss-hint {
  margin: 15px 0px 0px 5px;
}

div#ss-not-found ul#ss-hint-message {
  margin-top: 0;
  padding-left: 0;
}

div#ss-not-found ul#ss-hint-message li {
  margin-left: 25px;
}

/* === Preview === */
div#ss-preview {
  position: absolute;
  z-index: 100;
  width: 436px;
  height: 336px;
  background: url(data:image/gif;base64,R0lGODlhtAFQAdUAAP////7+/v39/fz8/Pv7+/r6+vn5+fj4+Pf39/b29vX19fT09PLy8vHx8fDw8O/v7+7u7u3t7ezs7Ovr6+rq6unp6ejo6Ofn5+Xl5eTk5OPj4+Li4uHh4eDg4N/f397e3tzc3Nvb29ra2tfX19XV1dTU1NPT09LS0tHR0dDQ0M/Pz87Ozs3NzczMzP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEHAC4ALAAAAAC0AVABAAb/QJdwqPCYVq2kcslsOp/QqHRKrVqv2Kx2y+16v+CweBxloTqJoXqIACFZLLJ8Tq/b7/i8fs9nrj4Ga0IRKS0sJBkLAgCMjY6PkJGSk5SVlpeYmZqbnJ2en6ChoqOkpaaTCRonSSUNaw5IKBKLp7W2t7i5uru8vb6/jwIVKC0rEEMHqyUHwM3Oz9DR0tPUnQsmLScHQiItKAnV4eLj5OXm5QmFHy4LcRPn8PHy8/T1khQsKwke2QH2/wADChx4SgA2DcQwEFzIsKFDghwOxQH3sKLFixifPWChIknGjyBDivxkIJ/HkShTqhQZAM7JlTBjyhTossXMmzhzkqups6fP/5+9eAIdSrToJ6FGkypd6ggp06dQfTqNSrXqyqlWs2rFiHWr168Du4IdSzae2LJo01I7q7atW19s38qdeyou3bt4O9nNy7fvpL1+AwcGLLgwXsKGE79FrLgxWsaOI3+FLLmyVcqWMz/FrLmzUc6eQ/8ELbo0TtKmU8NErbr1SNauY2eELbv2Q9q2cxPErbv3P96+g8sDLrx4OeLGk1dDrrw5NObOo/+CLr26LurWs9fCrr37KO7ew3sCL758JvLm01NCr779I/bu48OP334+/fT275fPrz88//7d/QdgdgIOWF2BBkaHYILNLchgcg4+WFyEEgZHYYW9XYhhbhpuWP9bhx7GBmKIrY1IYmomnlhaiiqGxmKLnb0IY2YyzlhZjTZGhmOOje3IY2I+/lhYkEIOFodNRUpIZJJ8LcnkYUc+yaCTUs5FZZWLRYklgFduqVaXXj6mZZj0gUnmWGaeOdmYaqqXZptavQnnZWzOKZ6cdkaFZ56b1cmndnv+qVSggn7mZ6HSEYroUIouOtqhjirXaKQ6TUrpaZBeKpylmsrEaaerZQqqbp+OmlKppr4maqqyocoqSK6+OtuqsqoWa60W3YrrbbTuKpquvjIEbLC79UqsZsMeG1Cyyv5mbLOSMQstPdJOO9yz1ipWbbbnbMvtcdh+K5i34opDbrnLhYv/bpPqrgvlS+5G2268Vs5Lb5bw3qutvfp+yW+/YuYL8Lj/DoxmwQavKXDC7C7M8LtIPuzXuRLnQnHFt1yM8XYIb6xnxx736XDI/o5McsARn4xvyiq3pXHLoLwM83ggz8xozTY/anLOceLMc6U+/4zpzkJTJXPRlhyN9HpBLx0q0U4vpXTUkExNdVNNX60q1FoTZXXXX2sd9tVjU1121Gc7nfbSayPddtFvCx33z3PzXHfOd9uc98x7w9x3y3+rHPjJg5NceMiHe5z4xotj3HjFj0sc+cOTM1x5wpcbnPnAmwPceb+f6xv6vaPTW3q8p7ub+rqro9t6ua+LG/u3s3Nb/3u2t1ub+7S7Q9t7s78rG/yxwxNbfLDH+5r8rsvj2nytz8sa/avTs1p9qtebmv2o24Pafaffaxr+peNTWn6k5zua/qLrI9p+oe8LGv+f8/NZf57325n/nPvD2X+b/1NTAM80QDIVMEwH9FICt7RALDWwSg+UUgSfNEEmVTBJFyxSBoW0wR91kEcfzFEIbTTCGZUQRidsUQpVtMITtZBELwxRDD00ww3VEEM3rFAOlZS1rsGqhz6cFdeCKBUgEjFXRjwir4aoxKGxrIlF2eGDpDilJEJxIVRMUBYNtMUBdZFLVrxiWMIoxmWRsYzOYiIaVfLF/rRRP2+8TxzLdMY1Utmrjna8lhrzKJI5ygePfOwWIAMJrj0SUohPPGRM/OgeRtZnkIoMhyPdBMlIrqWSlpTGJPFzJH9kEiYEgEMcFvBJmECAI9jYQClX4gEWjIADLTABLVY5EmJcQAErYAEFaDkSCxgiECHIhgJ4CZJ2tKADQkhACbJBEWJaRAHLRIEaHBCHFFhgAM58CAaQcIIFrKEB2GDBCTrggAJ4Mpv2KAAEOkCMWDJAEC5AgAc60od62vOe+MynPvfJzyuwAJnwZIMGSKCCI/XzoAhNqEIXytA+cIQEGNjGGoIAADs=) no-repeat 0 0;
  display: none;
}

div#ss-preview div#ss-preview-container {
  width: 407px;
  height: 307px;
  margin: 16px 0px 0px 16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZcAAAEzCAMAAADKNb7HAAAAA3NCSVQICAjb4U/gAAAAeFBMVEX////+/v79/f38/Pz7+/v6+vr5+fn39/f29vb19fX09PTz8/Py8vLw8PDv7+/u7u7t7e3r6+vp6eno6Ojm5ubl5eXk5OTj4+Pf39/d3d3c3Nza2trZ2dnX19fT09PR0dHPz8/Nzc3KysrJycnIyMjHx8fExMTCwsKd9hHRAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFnRFWHRDcmVhdGlvbiBUaW1lADA0LzEwLzA42Sli8QAAAB90RVh0U29mdHdhcmUATWFjcm9tZWRpYSBGaXJld29ya3MgOLVo0ngAAAObSURBVHic7dFddpkLAEBRCfEhfiK0RItqm3T+M7z32QSch71HcNY6oxEpL5PJ+Pnp6dEZ3JnPhun/Zx6dwZ3NarkYXsaPzuDOfrddvw6TR2dw53Q8vK/n00dncOdy/jhsl8OjM7hzu56Pu9Xs0Rnc+bxdTvvN/NEZ3Pn6c/3x/c2Xmn9/f/08vC0encEdX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5p8afKlyZcmX5q+/lx/fH+bj17mm/3pcvv8+kfA1+ftctpv5qPJbLU7nq+3338J+H27no+71Ww0GZbbw8f5cv1FwPVy/jhsl8NoPJ2v3w/H008STsfD+3o+HT1Phtf1drf/diDg2363Xb8Ok9HT+GVYLFebNxI2q+VieBmPnp7Hk+kwmy9ImM+G6WT8/B+x7fT23apjWgAAAABJRU5ErkJggg==) no-repeat 0 0;
}

div#ss-preview img#ss-preview-image {
  border: 1px solid #CCCCCC;
}

div#ss-main.ie6 div#ss-preview, body.ie7 div#ss-preview {
  background: url(//image.syncsearch.jp/image/preview.gif) no-repeat 0 0;
}

div#ss-main.ie6 div#ss-preview-container, body.ie7 div#ss-preview-container {
  background: url(//image.syncsearch.jp/image/shadow.png) no-repeat 0 0;
}

/* ==========================================================
 navi
========================================================== */
/* nav-global
---------------------------------------------------------- */
.nav-global a {
  display: block;
  color: #212121;
}

.nav-global a:hover {
  text-decoration: none;
}

.nav-global__list {
  float: left;
  width: 235px;
  /* ぐるなびの取り組み変更前 184px */
  margin-right: 20px;
  text-align: center;
  overflow: hidden;
}

.nav-global__list:last-child {
  margin-right: 0;
}

.nav-global__list--home {
  display: none;
}

.nav-global__link {
  position: relative;
  width: 236px;
  /* ぐるなびの取り組み変更前 185px */
  margin: 0 auto;
  padding-bottom: 14px;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  color: #212121;
  /* current */
}

.nav-global__link:hover {
  opacity: 1;
}

.nav-global__link:hover .nav-global__text {
  opacity: 0.8;
}

.nav-global__link:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  width: 0;
  height: 4px;
  background: #e60012;
  -webkit-transition-property: left, right, width;
  transition-property: left, right, width;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.nav-global__link.icon--accordion {
  padding-right: 0;
}

body.profile .nav-global__list--profile > .nav-global__link:before,
body.ir .nav-global__list--ir > .nav-global__link:before,
body.release .nav-global__list--release > .nav-global__link:before,
body.activity .nav-global__list--activity > .nav-global__link:before,
body.recruit .nav-global__list--recruit > .nav-global__link:before, .nav-global__link:hover:before, .nav-global__link:focus:before, .nav-global__link:active:before {
  width: 100%;
  left: 0;
  right: 0;
}

.nav-global__text {
  font-weight: bold;
  opacity: 1;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.nav-global__sub {
  display: none;
}

body.pc .nav-global__sub {
  display: none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .nav-global {
    margin-bottom: 40px;
  }
  .nav-global a {
    padding: 16px 16px 16px 0;
  }
  .nav-global__list {
    float: none;
    width: 100%;
    margin-right: 0;
    border-bottom: 1px solid #e0e0e0;
    text-align: left;
    line-height: 1.2;
    overflow: visible;
    font-size: 13px;
  }
  .nav-global__list.home {
    display: block;
  }
  .nav-global__link {
    width: auto;
    /* current */
  }
  .nav-global__link.icon--accordion {
    padding-right: 44px;
  }
  .nav-global__link:before {
    content: none;
  }
  body.profile .nav-global__list--profile > .nav-global__link,
  body.ir .nav-global__list--ir > .nav-global__link,
  body.release .nav-global__list--release > .nav-global__link,
  body.activity .nav-global__list--activity > .nav-global__link,
  body.recruit .nav-global__list--recruit > .nav-global__link {
    background-color: #f7f5f0;
  }
  body.profile .nav-global__list--profile > .nav-global__link .nav-global__text,
  body.ir .nav-global__list--ir > .nav-global__link .nav-global__text,
  body.release .nav-global__list--release > .nav-global__link .nav-global__text,
  body.activity .nav-global__list--activity > .nav-global__link .nav-global__text,
  body.recruit .nav-global__list--recruit > .nav-global__link .nav-global__text {
    border-left: 4px solid #e60012;
    opacity: 1;
  }
  body.profile .nav-global__list--profile > .nav-global__link + .nav-global__sub,
  body.ir .nav-global__list--ir > .nav-global__link + .nav-global__sub,
  body.release .nav-global__list--release > .nav-global__link + .nav-global__sub,
  body.activity .nav-global__list--activity > .nav-global__link + .nav-global__sub,
  body.recruit .nav-global__list--recruit > .nav-global__link + .nav-global__sub {
    display: block;
  }
  .nav-global__text {
    display: block;
    border-left: 4px solid transparent;
    padding-left: 12px;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
  .nav-global__text:hover {
    opacity: 1;
  }
  .nav-global__sub {
    border-top: 1px solid #e0e0e0;
    padding-left: 32px;
  }
  .nav-global__sub .nav-global__list:last-child {
    border-bottom: none;
  }
  .nav-global__sub .nav-global__list .is-current {
    font-weight: bold;
  }
}

/* nav-local
---------------------------------------------------------- */
.nav-local {
  margin-bottom: 40px;
  line-height: 1.5;
  font-size: 14px;
  font-weight: bold;
}

.nav-local:last-child {
  margin-bottom: 0;
}

.nav-local a {
  position: relative;
  display: block;
  width: auto;
  padding: 20px 48px 20px 0;
  color: #212121;
}

.nav-local a:hover {
  text-decoration: none;
}

.nav-local__list {
  border-bottom: 1px solid #e0e0e0;
}

.nav-local__list:first-child {
  border-top: 1px solid #e0e0e0;
}

.nav-local__link.is-current, .nav-local__link:hover {
  background-color: #f7f5f0;
  opacity: 1;
}

.nav-local__link.is-current .nav-local__text {
  border-left: 4px solid #e60012;
}

.nav-local__link.is-current + .nav-local__sub {
  display: block;
}

.nav-local__link.icon--accordion {
  padding-right: 48px;
}

.nav-local__text {
  display: block;
  border-left: 4px solid transparent;
  padding-left: 20px;
}

.nav-local__sub {
  display: none;
  border-top: 1px solid #e0e0e0;
  padding-left: 24px;
  font-weight: normal;
}

.nav-local__sub-list {
  border-bottom: 1px solid #e0e0e0;
}

.nav-local__sub-list:first-child {
  border-top: none;
}

.nav-local__sub-list:last-child {
  border-bottom: none;
}

.nav-local__sub-list a {
  padding-left: 24px;
  padding-right: 24px;
}

.nav-local__sub-list a.is-current {
  font-weight: bold;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .nav-local {
    margin: 0 -16px -72px;
    background-color: #757575;
    line-height: 1.2;
    font-size: 13px;
  }
  .nav-local:last-child {
    margin-bottom: -72px;
  }
  .nav-local a {
    padding: 16px 44px 16px 16px;
    color: #fff;
    font-weight: normal;
  }
  .nav-local a:hover {
    text-decoration: none;
  }
  .nav-local__list {
    border-bottom: 1px solid #9e9e9e;
  }
  .nav-local__list:first-child {
    border-top: none;
  }
  .nav-local__list:last-child {
    margin-bottom: 0;
  }
  .nav-local__link.is-current, .nav-local__link:hover {
    background-color: transparent;
  }
  .nav-local__link.is-current .nav-local__text {
    border-left: none;
  }
  .nav-local__text {
    border-left: none;
    padding-left: 0;
  }
  .nav-local__sub {
    border-top: 1px solid #9e9e9e;
    border-bottom: none;
    padding-left: 32px;
  }
  .nav-local__sub-list {
    border-bottom: 1px solid #9e9e9e;
  }
  .nav-local__sub-list:last-child {
    border-bottom: none;
  }
  .nav-local__sub-list a {
    padding-left: 0;
    padding-right: 44px;
  }
  .nav-local__sub-list a.is-current {
    font-weight: normal;
  }
  .nav-local + .l-order__header > .contents__sub-item:last-child {
    margin-bottom: 48px;
  }
}

/* nav-relation
---------------------------------------------------------- */
.nav-relation {
  margin-bottom: 40px;
  border: 1px solid #e0e0e0;
  line-height: 1.5;
  font-size: 14px;
  font-weight: bold;
}

.nav-relation:last-child {
  margin-bottom: 0;
}

.nav-relation a {
  display: block;
  padding: 18px 0;
  color: #757575;
}

.nav-relation a:hover {
  text-decoration: none;
}

.nav-relation__title {
  margin: -1px -1px 0;
  padding: 20px 24px;
  background-color: #c2c2c2;
  color: #fff;
}

.nav-relation__lists {
  padding: 0 24px;
}

.nav-relation__list {
  font-size: 12px;
  border-bottom: 1px solid #e0e0e0;
}

.nav-relation__list:last-child {
  border-bottom: none;
}

/* ==========================================================
 title
========================================================== */
.title {
  /* primary */
  /* secondary */
  /* tertiary */
  /* quaternary */
  /* release */
  /* category */
  /* title first & next margin */
}

.title--primary {
  margin-bottom: 60px;
  line-height: 1.4;
  font-size: 34px;
}

.title--secondary {
  margin: 80px 0 40px;
  border-left: 4px solid #dc0012;
  padding: 1px 0 0 12px;
  line-height: 1;
}

.title__in--secondary {
  display: block;
  line-height: 1.333;
  font-size: 18px;
  font-weight: bold;
}

.title--primary + .section .title--secondary:first-child,
.l-read + .section .title--secondary:first-child {
  margin-top: 60px;
}

.title--tertiary {
  margin: 40px 0 32px;
  line-height: 1.1;
  font-size: 22px;
}

.title--quaternary {
  margin: 24px 0 16px;
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
}

.title--release {
  margin: 80px 0 32px;
  line-height: 1.1;
  font-size: 22px;
}

.title--category {
  padding: 14px 24px;
  border: none;
  background-color: #212121;
  line-height: 1.333;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.title--tertiary:first-child, .title--quaternary:first-child {
  margin-top: 0;
}

.title--tertiary:last-child {
  margin-bottom: 0;
}

.title--secondary + *, .title--tertiary + *, .title--quaternary + *, .title--release + * {
  margin-top: 0 !important;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .title {
    /* primary */
    /* secondary */
    /* tertiary */
    /* tertiary */
    /* release */
    /* category */
  }
  .title--primary {
    margin-bottom: 40px;
    line-height: 1.333;
    font-size: 22px;
  }
  .title--secondary,
  .title--primary + .section .title--secondary:first-child {
    margin: 40px 0 16px;
    border-left: 2px solid #dc0012;
    padding: 0 0 0 6px;
  }
  .title__in--secondary {
    line-height: 1.2;
    font-size: 14px;
  }
  .title--tertiary {
    margin: 28px 0 16px;
    line-height: 1.333;
    font-size: 18px;
  }
  .title--tertiary a {
    display: block;
    margin: 0 -16px -16px;
    border-top: 1px solid #e1e1e1;
    padding: 16px;
    background-color: #fff;
  }
  .title--quaternary {
    margin: 16px 0 8px;
    line-height: 1.5;
    font-size: 13px;
  }
  .title--release {
    margin: 40px 0 16px;
    line-height: 1.333;
    font-size: 18px;
  }
  .title--category {
    padding: 8px 16px;
    line-height: 1.333;
    font-size: 12px;
  }
}

/* ==========================================================
 link
========================================================== */
/* link-parade
---------------------------------------------------------- */
.link-parade {
  overflow: hidden;
  margin-top: -8px;
}

.link-parade__list {
  float: left;
  margin: 8px 24px 0 0;
  line-height: 1.5;
  font-size: 14px;
}

.link-parade__list--narrow {
  width: 70px;
  margin-right: 20px;
}

.link-parade__list--narrow:nth-child(8n) {
  margin-right: 0;
}

.link-parade__list--narrow:nth-child(8n+1) {
  clear: both;
}

.link-parade__list--usually {
  width: 160px;
  margin-right: 20px;
}

.link-parade__list--usually:nth-child(4n) {
  margin-right: 0;
}

.link-parade__list--usually:nth-child(4n+1) {
  clear: both;
}

.link-parade__list--rule {
  width: 144px;
  border-right: 1px solid #e0e0e0;
  line-height: 1.1;
}

.link-parade__list--rule:nth-child(4n) {
  border-right: none;
  margin-right: 0;
}

.link-parade__list--rule:nth-child(4n+1) {
  clear: both;
}

.link-parade__list--rule:nth-child(n+5) {
  margin-top: 24px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .link-parade {
    margin-top: 0;
  }
  .link-parade__list, .link-parade__list--narrow, .link-parade__list--usually {
    position: relative;
    width: 50%;
    border-right: 1px solid #e0e0e0;
    margin: 0;
    line-height: 1.5;
    font-size: 11px;
  }
  .link-parade__list:nth-child(2n), .link-parade__list--narrow:nth-child(2n), .link-parade__list--usually:nth-child(2n) {
    border-right: none;
  }
  .link-parade__list:nth-child(2n+1), .link-parade__list--narrow:nth-child(2n+1), .link-parade__list--usually:nth-child(2n+1) {
    clear: both;
  }
  .link-parade__list:nth-child(2n+3):before, .link-parade__list--narrow:nth-child(2n+3):before, .link-parade__list--usually:nth-child(2n+3):before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 1px;
    background-color: #e0e0e0;
  }
  .link-parade__list a, .link-parade__list--narrow a, .link-parade__list--usually a {
    display: block;
    padding: 18px 16px;
  }
  .link-parade__list--rule, .link-parade__list--narrow--rule, .link-parade__list--usually--rule {
    width: 50%;
    line-height: 1.5;
  }
  .link-parade__list--rule:nth-child(2n), .link-parade__list--narrow--rule:nth-child(2n), .link-parade__list--usually--rule:nth-child(2n) {
    border-right: none;
    margin-right: 0;
  }
  .link-parade__list--rule:nth-child(2n+1), .link-parade__list--narrow--rule:nth-child(2n+1), .link-parade__list--usually--rule:nth-child(2n+1) {
    clear: both;
  }
  .link-parade__list--rule:nth-child(n+3), .link-parade__list--narrow--rule:nth-child(n+3), .link-parade__list--usually--rule:nth-child(n+3) {
    margin-top: 12px;
  }
  .link-parade__list--rule:nth-child(2n+3):before, .link-parade__list--narrow--rule:nth-child(2n+3):before, .link-parade__list--usually--rule:nth-child(2n+3):before {
    content: none;
  }
  .link-parade__list--rule a, .link-parade__list--narrow--rule a, .link-parade__list--usually--rule a {
    padding: 0 0 0 12px;
  }
  .link-parade__list--rule:nth-child(2n+1) a, .link-parade__list--narrow--rule:nth-child(2n+1) a, .link-parade__list--usually--rule:nth-child(2n+1) a {
    padding-left: 0;
  }
  .box-lack .link-parade {
    margin: -16px;
  }
}

/* link-index
---------------------------------------------------------- */
.link-index {
  margin-top: 60px;
  overflow: hidden;
}

.link-index__item {
  display: block;
  float: left;
  width: 340px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 24px;
  margin-right: 20px;
  background-color: #fff;
  color: #212121;
}

.link-index__item:hover {
  text-decoration: none;
}

.link-index__item:nth-child(2n) {
  margin-right: 0;
}

.link-index__item:nth-child(2n+1) {
  clear: both;
}

.link-index__item:nth-child(n+3) {
  border-top: none;
}

.link-index__item--full {
  width: 475px;
  margin-right: 50px;
}

.link-index__title {
  margin-bottom: 16px;
  line-height: 1.6;
  font-size: 20px;
  font-weight: bold;
  color: #dc0012;
}

.link-index__title--default {
  color: #212121;
  font-weight: normal;
}

.link-index__item:hover .link-index__title {
  text-decoration: underline;
}

.link-index__item:hover .link-index__title--default {
  text-decoration: none;
}

.link-index__text {
  line-height: 1.5;
  font-size: 14px;
}

.link-index__link {
  margin-top: 26px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .link-index {
    margin-top: 30px;
  }
  .link-index__item {
    float: none;
    width: auto;
    margin-right: 0;
    padding: 16px;
    border-bottom: none;
  }
  .link-index__item:nth-child(n+3) {
    border-top: 1px solid #e0e0e0;
  }
  .link-index__item:last-child {
    border-bottom: 1px solid #e0e0e0;
  }
  .link-index__title {
    margin-bottom: 8px;
    line-height: 1.333;
    font-size: 15px;
  }
  .link-index__title--default {
    margin-bottom: 16px;
    font-size: 18px;
  }
  .link-index__text {
    font-size: 12px;
  }
  .link-index__link {
    margin-top: 16px;
    font-size: 12px;
  }
}

/* link-cards
---------------------------------------------------------- */
.link-cards {
  margin-top: 60px;
}

.link-cards:first-child {
  margin-top: 0;
}

.link-cards__item {
  display: block;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  background-color: #fff;
  border-radius: 4px;
  color: #212121;
}

.link-cards__item:hover {
  text-decoration: none;
}

.link-cards__icon {
  display: block;
  position: relative;
  height: 192px;
  text-align: center;
  background-color: #fafafa;
}

.link-cards__icon--picture {
  height: auto;
}

.link-cards__body {
  padding: 24px;
}

.link-cards__title {
  margin-bottom: 16px;
  line-height: 1.2;
  font-size: 20px;
  font-weight: bold;
  color: #212121;
}

.link-cards__item:hover .link-cards__title {
  text-decoration: underline;
}

.link-cards__item:hover .link-cards__title--mark {
  text-decoration: none;
}

.link-cards__item:hover .link-cards__title--mark .text--mark {
  text-decoration: underline;
}

.link-cards__title--border {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.link-cards__title--small {
  font-size: 14px;
}

.link-cards__title a {
  color: inherit;
}

.link-cards__text {
  margin-bottom: 16px;
  line-height: 1.5;
  font-size: 14px;
}

.link-cards__text:last-child {
  margin-bottom: 0;
}

.link-cards__text a {
  color: inherit;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .link-cards {
    margin-top: 30px;
  }
  .link-cards__item {
    display: block;
    margin: 0 0 16px;
    border-radius: 3px;
  }
  .link-cards__item--shadow {
    box-shadow: 0 1px 2px 0 #e0e0e0;
  }
  .link-cards__icon {
    height: 162px;
  }
  .link-cards__icon--picture {
    height: auto;
  }
  .link-cards__body {
    padding: 16px;
  }
  .link-cards__title {
    margin-bottom: 8px;
    line-height: 1.333;
    font-size: 15px;
  }
  .link-cards__title--border {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .link-cards__text {
    margin-bottom: 12px;
    font-size: 12px;
  }
}

/* link-cards-narrow
---------------------------------------------------------- */
.link-cards-narrow {
  margin-top: 60px;
}

.link-cards-narrow:first-child {
  margin-top: 0;
}

.link-cards-narrow__item {
  display: table;
  position: relative;
  border: 1px solid #e0e0e0;
  min-height: 130px;
  padding-right: 144px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 4px;
  color: #212121;
}

.link-cards-narrow__item:hover {
  text-decoration: none;
}

.link-cards-narrow__icon {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}

.link-cards-narrow__body {
  display: table-cell;
  width: 100%;
  padding: 24px 0 24px 24px;
  vertical-align: middle;
}

.link-cards-narrow__title {
  line-height: 1.2;
  font-size: 18px;
  color: #212121;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .link-cards-narrow {
    margin-top: 30px;
  }
  .link-cards-narrow__item {
    width: 100%;
    min-height: 115px;
    margin: 0 0 16px;
    padding-right: 130px;
    border-radius: 3px;
  }
  .link-cards-narrow__body {
    padding: 16px 0 16px 16px;
  }
  .link-cards-narrow__title {
    line-height: 1.333;
    font-size: 15px;
  }
}

/* link-lower
---------------------------------------------------------- */
.link-lower {
  margin-top: 80px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  background-color: #fff;
}

.link-lower__list {
  float: left;
  width: 50%;
  margin-bottom: -1px;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  line-height: 1.333;
  font-size: 12px;
  font-weight: bold;
}

.link-lower__list:nth-child(2n) {
  border-right: none;
}

.link-lower__list:nth-child(2n+1) {
  clear: both;
}

.link-lower__text {
  display: block;
  border-left: 4px solid transparent;
  padding-left: 8px;
}

.is-current .link-lower__text {
  border-left: 4px solid #dc0012;
  color: #212121;
}

.link-lower a {
  display: block;
  padding: 20px 24px;
  color: #757575;
}

.link-lower a:hover {
  text-decoration: none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .link-lower {
    margin-top: 16px;
  }
  .link-lower__list {
    float: none;
    width: auto;
    margin: 0;
    border-right: none;
    border-top: 1px solid #e0e0e0;
    border-bottom: none;
    line-height: 1.5;
    font-size: 11px;
    font-weight: bold;
  }
  .link-lower__list:first-child {
    border-top: none;
  }
  .link-lower__text {
    border-left: 2px solid transparent;
    padding-left: 6px;
  }
  .is-current .link-lower__text {
    border-left: 2px solid #dc0012;
  }
  .link-lower a {
    padding: 17px 16px 15px;
  }
}

/* link-service
---------------------------------------------------------- */
.link-service {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
}

.link-service__item {
  display: table;
  width: 100%;
  height: 156px;
  border-top: 1px solid #e0e0e0;
  padding: 24px;
}

.link-service__title {
  display: table-cell;
  width: 220px;
  vertical-align: middle;
  text-align: center;
}

.link-service__title-in {
  display: block;
  position: relative;
  line-height: 1.7;
  font-size: 14px;
  font-weight: bold;
  color: #212121;
}

.link-service__image {
  max-width: none;
}

.link-service__body {
  display: table-cell;
  padding-left: 48px;
  vertical-align: middle;
}

.link-service__link {
  display: inline-block;
  margin-right: 58px;
}

.link-service__link:last-child {
  margin-right: 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .link-service__item {
    display: block;
    height: auto;
    padding: 0 16px;
  }
  .link-service__title {
    display: block;
    width: auto;
    height: 177px;
  }
  .link-service__title:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
  }
  .link-service__title-in {
    display: inline-block;
    vertical-align: middle;
  }
  .link-service__image {
    vertical-align: middle;
  }
  .link-service__body {
    display: block;
    padding: 16px 0;
    text-align: left;
  }
  .link-service__links {
    text-align: center;
  }
  .link-service__link {
    margin: 0 16px;
    font-size: 12px;
  }
  .link-service__link:last-child {
    margin: 0 16px;
  }
}

/* ==========================================================
 list
========================================================== */
/* list-line
---------------------------------------------------------- */
.list-line {
  padding-top: 24px;
}

.list-line__head {
  float: left;
  clear: both;
  width: 152px;
  padding: 24px;
  color: #757575;
}

.list-line__head:nth-last-child(2) {
  padding-bottom: 0;
}

.list-line__text {
  padding: 24px 0 24px 152px;
  border-bottom: 1px solid #e0e0e0;
}

.list-line__text:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .list-line {
    padding: 16px 0 0 16px;
  }
  .list-line__head {
    float: none;
    width: auto;
    padding: 16px 0 8px;
    line-height: 1.1;
    font-size: 11px;
  }
  .list-line__text {
    padding: 0 0 16px;
  }
}

/* list-news
---------------------------------------------------------- */
.list-news__item {
  margin-bottom: 12px;
  overflow: hidden;
  background-color: #fff;
}

.list-news__item:last-child {
  margin-bottom: 0;
}

.list-news__body {
  display: block;
}

.list-news__title {
  float: left;
  margin-right: 24px;
  font-size: 12px;
  line-height: 2;
  font-weight: bold;
  color: #dc0012;
}

.list-news__title--strong {
  font-size: 13px;
}

.list-news__date {
  display: inline-block;
  min-width: 7em;
}

.list-news__text {
  overflow: hidden;
  color: #212121;
}

.list-news__text a {
  color: #212121;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .list-news__item {
    border-top: 1px solid #e0e0e0;
    margin-bottom: 0;
  }
  .list-news__item:last-child {
    border-bottom: 1px solid #e0e0e0;
  }
  .list-news__item--simple {
    border-top: none;
  }
  .list-news__item--simple:last-child {
    border-bottom: none;
  }
  .list-news__item--simple .list-news__body {
    padding: 8px 16px;
  }
  .list-news__body {
    padding: 16px;
  }
  .list-news__title {
    float: none;
    margin: 0 0 8px;
    font-size: 10px;
    line-height: 1.2;
  }
  .list-news__date {
    min-width: 0;
  }
  .box-lack .list-news:last-child .list-news__item:last-child {
    border-bottom: none;
  }
  .box-lack .list-news:last-child .list-news__item:last-child > .list-news__body {
    padding-bottom: 0;
  }
}

/* ==========================================================
 table
========================================================== */
/* table cell
---------------------------------------------------------- */
.cell {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 24px;
  /* plain */
  /* subhead */
  /* thead cell */
  /* narrow */
  /* indent */
  /* liquid cell */
}

.cell--heading {
  background-color: #fafafa;
  color: #757575;
}

.cell--plain {
  background-color: #fff;
  font-weight: bold;
  color: #212121;
}

.cell--subhead {
  background-color: #fff;
  font-weight: bold;
  color: #757575;
}

thead .cell {
  background-color: #fafafa;
  font-weight: bold;
  color: #757575;
}

.cell--narrow {
  padding: 24px 12px;
}

.cell--indent {
  text-indent: 2em;
}

.table-liquid .cell:first-child {
  padding-left: 24px;
}

.table-liquid .cell:last-child {
  padding-right: 24px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .cell {
    padding: 0;
    /* heading */
    /* indent */
    /* tbody cell */
    /* stepped cell */
    /* liquid cell */
  }
  .cell--heading {
    background-color: #fff;
  }
  .cell--indent {
    text-indent: 0;
  }
  tbody .cell {
    border: none;
  }
  .table-stepped .cell {
    margin-top: 8px;
    padding: 0;
    float: left;
    clear: both;
    border: none;
  }
  .table-stepped .cell:first-child {
    margin-top: 0;
  }
  .table-stepped .cell--wide {
    margin-top: 16px;
  }
  .table-liquid .cell {
    padding: 16px 6px;
    background-color: #fff;
  }
  .table-liquid .cell-wide-sp {
    padding-right: 14px;
  }
  .table-liquid .cell:first-child {
    padding-left: 0;
  }
  .table-liquid .cell:last-child {
    padding-right: 0;
  }
}

/* row
---------------------------------------------------------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .row {
    padding: 16px;
    border-top: 1px solid #e0e0e0;
    overflow: hidden;
    /* accordion */
  }
  .row--wide {
    padding-bottom: 32px;
  }
  .row--accordion {
    border-top: none;
    padding-top: 0;
  }
  .row--accordion__in {
    border-top: 1px solid #e0e0e0;
    padding-top: 16px;
  }
}

/* table-wrap
---------------------------------------------------------- */
.table-wrap {
  position: relative;
  margin-top: 40px;
}

.table-wrap > .l-caption:first-child,
.table-wrap > .l-caption-left:first-child {
  margin-bottom: 8px;
}

.table-wrap:first-child {
  margin-top: 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .table-wrap {
    margin-top: 16px;
    font-size: 13px;
  }
  .table-wrap > .l-caption:first-child,
  .table-wrap > .l-caption-left:first-child {
    margin-bottom: 4px;
  }
}

/* table-stepped
---------------------------------------------------------- */
.table-stepped {
  background-color: #fff;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .table-stepped {
    display: block;
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
  }
  .table-stepped tbody, .table-stepped thead, .table-stepped tr, .table-stepped th, .table-stepped td {
    display: block;
    width: 100%;
    background-color: #fff;
  }
}

/* table__liquid
---------------------------------------------------------- */
.table-liquid {
  background-color: #fff;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .table-liquid {
    border-left: 16px solid #fff;
    border-right: 16px solid #fff;
    border-bottom: 1px solid #e0e0e0;
  }
  .table-wrap:first-child .table-liquid {
    margin-top: -16px;
  }
  .table-wrap:first-child .table-liquid thead .cell {
    border-top: none;
  }
  .table-wrap:first-child .l-caption:first-child + .summary + .table-liquid {
    margin-top: 0;
  }
  .table-wrap:first-child .l-caption:first-child + .summary + .table-liquid thead .cell {
    border-top: 1px solid #e0e0e0;
  }
  .table-wrap:last-child .table-liquid {
    border-bottom: none;
    margin-bottom: -16px;
  }
}

/* ==========================================================
 button
========================================================== */
/* button
---------------------------------------------------------- */
.button {
  display: inline-block;
  width: 220px;
  margin: 0 10px;
  border: 2px solid #e60012;
  padding: 15px 6px;
  background-color: #fff;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  border-radius: 4px;
  color: #212121;
  font-weight: bold;
  /* review */
  /* attention */
  /* large */
  /* largest */
  /* mark */
  /* dark */
}

.button:hover {
  text-decoration: none;
}

.button:only-child {
  margin-left: 0;
  margin-right: 0;
}

.button--review {
  border: 2px solid #c2c2c2;
}

.button--attention {
  background-color: #dc0012;
  color: #fff;
}

.button--large {
  width: 340px;
}

.button--largest {
  width: 440px;
}

.button--mark {
  padding-top: 12px;
  padding-bottom: 12px;
}

.button--dark {
  border-color: #212121;
  background-color: #212121;
  color: #fff;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .button {
    display: block;
    width: 100%;
    margin: 16px 0 0;
    padding: 14px 6px;
    font-size: 12px;
    line-height: 1.333;
    border-radius: 3px;
    /* more */
    /* review */
    /* attention */
    /* large & largest */
  }
  .button:first-child {
    margin-top: 0;
  }
  .button--more {
    border: none;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0;
    padding: 15px 6px;
  }
  .button--review {
    display: inline-block;
    width: auto;
    padding-left: 24px;
    padding-right: 24px;
  }
  .button--attention {
    line-height: 1.5;
    font-size: 13px;
  }
  .button--large, .button--largest {
    width: 100%;
  }
}

/* button-icon
---------------------------------------------------------- */
.button-icon {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  border: 1px solid #bababa;
  padding: 19px 16px 19px 64px;
  border-radius: 4px;
  color: #fff;
  line-height: 1.5;
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
}

.button-icon__mark {
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.button-icon:hover {
  text-decoration: none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .button-icon {
    padding: 16px 12px 16px 32px;
    border-radius: 4px;
    line-height: 1.333;
    letter-spacing: normal;
  }
  .button-icon__mark {
    left: 8px;
  }
}

/* button-link
---------------------------------------------------------- */
.button-link {
  display: block;
  padding: 16px 23px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  text-align: left;
  border-radius: 4px;
  color: #212121;
}

.button-link:hover {
  text-decoration: none;
}

.button-link:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.button-link__in {
  display: inline-block;
  vertical-align: middle;
}

.button-link__text {
  color: #757575;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .button-link {
    padding: 16px;
    border-radius: 0;
  }
  .button-link:before {
    content: none;
  }
}

/* button-lists
---------------------------------------------------------- */
.button-lists {
  margin-top: 40px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .button-lists {
    margin-top: 16px;
  }
}

/* button-list
---------------------------------------------------------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .button-list {
    margin: 0 0 -1px;
  }
  .button-list:last-child {
    margin-bottom: 0;
  }
}

/* ==========================================================
 box
========================================================== */
/* box-surround
---------------------------------------------------------- */
.box-surround, .box-surround--mt0, .box-surround-extend {
  margin-top: 56px;
  border: 1px solid #e0e0e0;
  padding: 24px;
  background-color: #fff;
}

.box-surround + .box-surround, .box-surround--mt0 + .box-surround, .box-surround-extend + .box-surround, .box-surround + .box-surround--mt0, .box-surround--mt0 + .box-surround--mt0, .box-surround-extend + .box-surround--mt0, .box-surround + .box-surround-extend, .box-surround--mt0 + .box-surround-extend, .box-surround-extend + .box-surround-extend {
  margin-top: 20px;
}

.box-surround--mt0 {
  margin-top: 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .box-surround, .box-surround--mt0, .box-surround-extend {
    margin-top: 16px;
    padding: 16px;
  }
  .box-surround + .box-surround, .box-surround--mt0 + .box-surround, .box-surround-extend + .box-surround, .box-surround + .box-surround--mt0, .box-surround--mt0 + .box-surround--mt0, .box-surround-extend + .box-surround--mt0, .box-surround + .box-surround-extend, .box-surround--mt0 + .box-surround-extend, .box-surround-extend + .box-surround-extend {
    margin-top: 16px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .box-surround-extend {
    margin-top: 28px;
  }
}

/* box-lack
---------------------------------------------------------- */
.box-lack {
  margin-top: 60px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #fff;
}

.box-lack + .box-lack {
  margin-top: 0;
  border-top: none;
}

.list-news + .box-lack {
  margin-top: 24px;
}

.box-lack-sp {
  margin-top: 60px;
}

.box-lack-sp + .box-lack-sp {
  margin-top: 0;
  border-top: none;
}

.list-news + .box-lack-sp {
  margin-top: 24px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .box-lack,
  .box-lack-sp {
    margin-top: 40px;
    padding: 16px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    background-color: #fff;
  }
  .list-news + .box-lack, .list-news +
  .box-lack-sp {
    margin-top: -1px;
  }
  .box-lack-sp {
    margin-top: 20px;
  }
}

/* box-attention
---------------------------------------------------------- */
.box-attention {
  margin-top: 60px;
  margin-bottom: 80px;
  border: 2px solid #c80012;
  padding: 23px;
  background-color: #fff;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .box-attention {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 15px;
  }
}

.box-attention-thin {
  margin-top: 80px;
  margin-bottom: 80px;
  border: 1px solid #dc0012;
  padding: 23px;
  background-color: #fff;
}

.box-attention-thin:first-child {
  margin-top: 0;
}

.box-attention-thin:last-child {
  margin-bottom: 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .box-attention-thin {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 15px;
  }
}

/* box-accordion
---------------------------------------------------------- */
.box-accordion {
  margin-top: 16px;
}

.box-accordion:first-child {
  margin-top: 0;
}

/* ==========================================================
 mod
========================================================== */
/* hero
---------------------------------------------------------- */
.hero,
.hero-full {
  margin-bottom: 60px;
}

.hero-full {
  background-color: #212121;
}

.hero-full .title--category {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .hero,
  .hero-full {
    margin-bottom: 0;
  }
  .hero-full .title--category {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* body
---------------------------------------------------------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .body, .body-wide, .body-top, .body-top-border, .body-top-wide, .body-bottom, .body-bottom-border, .body-edge, .body-edge-border, .body-edge-border-top, .body-edge-border-bottom {
    margin-left: -16px;
    margin-right: -16px;
    padding: 16px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    background-color: #fff;
  }
  .body-wide {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .body-top {
    padding-top: 0;
    border-top: none;
  }
  .body-top-border {
    padding-top: 0;
  }
  .body-top-wide {
    padding-top: 36px;
  }
  .body-bottom {
    padding-bottom: 0;
    border-bottom: none;
  }
  .body-bottom-border {
    padding-bottom: 0;
  }
  .body-edge {
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
    border-bottom: none;
  }
  .body-edge-border {
    padding-top: 0;
    padding-bottom: 0;
  }
  .body-edge-border-top {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .body-edge-border-bottom {
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
  }
}

/* figure
---------------------------------------------------------- */
.figure {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}

.figure:first-child {
  margin-top: 0;
}

.figure:last-child {
  margin-bottom: 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .figure {
    margin-top: 28px;
    margin-bottom: 28px;
  }
}

.figure-main {
  margin-top: 60px;
  margin-bottom: 60px;
}

.figure-main:first-child {
  margin-top: 0;
}

.figure-main:last-child {
  margin-bottom: 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .figure-main {
    margin: -40px -16px 28px;
  }
  .figure-main:first-child {
    margin-top: -40px;
  }
}

.figure-short {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.figure-short:first-child {
  margin-top: 0;
}

.figure-short:last-child {
  margin-bottom: 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .figure-short {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

.figure-long {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}

.figure-long:first-child {
  margin-top: 0;
}

.figure-long:last-child {
  margin-bottom: 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .figure-long {
    margin-top: 28px;
    margin-bottom: 28px;
  }
}

/* figcaption
---------------------------------------------------------- */
.figcaption {
  margin-top: 8px;
  text-align: center;
}

/* border
---------------------------------------------------------- */
/* primary */
.border--primary {
  margin: 30px 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .border--primary {
    margin: 20px 0;
  }
}

/* secondary */
.border--secondary {
  margin: 24px 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .border--secondary {
    margin: 16px 0;
  }
}

/* border--tertiary */
.border--tertiary {
  margin: 60px 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .border--tertiary {
    margin: 30px 0;
  }
}

/* frame
---------------------------------------------------------- */
.frame {
  display: block;
  position: relative;
  text-align: center;
}

.frame:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #e0e0e0;
}

/* summary
---------------------------------------------------------- */
.summary {
  font-size: 0;
  height: 0;
  overflow: hidden;
}

/* sns
---------------------------------------------------------- */
.sns {
  text-align: center;
  font-size: 0;
  line-height: 0;
}

.sns__item {
  display: inline-block;
  margin-right: 20px;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}

.sns__item:last-child {
  margin-right: 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .sns__item {
    width: 40px;
    height: 40px;
  }
}

/* label
---------------------------------------------------------- */
.label {
  display: inline-block;
  min-width: 80px;
  padding: 4px 2px;
  margin-left: 24px;
  line-height: 1;
  background-color: #757575;
  text-align: center;
  border-radius: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .label {
    min-width: 64px;
    padding: 4px 2px 2px;
    margin-left: 14px;
    vertical-align: 0.1em;
    font-size: 10px;
  }
}

/* stock
---------------------------------------------------------- */
.stock__main, .stock__sub {
  display: table-cell;
  vertical-align: middle;
}

.stock__main {
  width: 406px;
  padding-right: 24px;
  border-right: 1px solid #e0e0e0;
}

.stock__sub {
  padding-left: 24px;
  text-align: center;
}

.stock__title {
  margin-bottom: 20px;
}

.stock__lists {
  margin-top: 20px;
}

.stock__lists:first-child {
  margin-top: 0;
}

.stock__lists-sub {
  margin-top: 16px;
  padding-left: 14px;
}

.stock__lists-sub .stock__text {
  width: 460px;
  position: relative;
  padding-left: 1em;
}

.stock__lists-sub .stock__text:before {
  content: '\221f';
  position: absolute;
  left: 0;
  top: 0;
}

.stock__list {
  overflow: hidden;
  margin-bottom: 16px;
}

.stock__list:last-child {
  margin-bottom: 0;
}

.stock__text {
  float: left;
  width: 474px;
  padding-right: 10px;
  font-size: 14px;
}

.stock__main .stock__text {
  width: 250px;
}

.stock__link {
  overflow: hidden;
}

.stock__link a {
  text-decoration: none;
}

.stock__button {
  position: relative;
}

.stock__notes {
  position: absolute;
  width: 100%;
  display: block;
  left: 0;
  bottom: -45%;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .stock__main, .stock__sub {
    display: block;
  }
  .stock__main {
    width: auto;
    padding-right: 0;
    border-right: none;
  }
  .stock__sub {
    margin: 20px 0 -17px;
    padding-left: 0;
  }
  .stock__title {
    margin-bottom: 10px;
  }
  .stock__lists-sub {
    padding-left: 1em;
  }
  .stock__lists-sub .stock__text {
    width: auto;
  }
  .stock__list {
    margin-bottom: 20px;
  }
  .stock__text {
    float: none;
    width: auto;
    padding-right: 0;
    font-size: 15px;
  }
  .stock__main .stock__text {
    width: auto;
  }
  .stock__link {
    margin-top: 4px;
    overflow: hidden;
  }
  .stock__button-other {
    padding-bottom: 16px;
  }
  .stock__notes {
    position: static;
    display: inline;
    margin-top: 0;
  }
}

/* report
---------------------------------------------------------- */
.report {
  overflow: hidden;
}

.report__bnr {
  float: left;
  width: 172px;
  margin-right: 24px;
}

.report__detail {
  padding-top: 6px;
  line-height: 1.2;
  overflow: hidden;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .report__bnr {
    float: none;
    width: auto;
    margin: 0 0 16px;
  }
  .report__detail {
    padding-top: 0;
    line-height: 1.5;
  }
}

/* map-canvas
---------------------------------------------------------- */
.map-canvas {
  width: 100%;
  height: 525px;
  margin-top: 40px;
}

.map-canvas:first-child {
  margin-top: 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .map-canvas {
    width: auto;
    height: 240px;
    height: calc( 100vw/1.333333333);
    margin-top: 35px;
  }
}

/* map-window
---------------------------------------------------------- */
.map-window {
  font-size: 12px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .map-window {
    font-size: 10px;
  }
}

/* balloon
---------------------------------------------------------- */
.balloon {
  position: relative;
}

.balloon:after, .balloon:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
  pointer-events: none;
}

.balloon:after {
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #ffffff;
  border-bottom-color: #ffffff;
  border-width: 15px;
  margin-left: -15px;
}

.balloon:before {
  border-color: rgba(224, 224, 224, 0) rgba(224, 224, 224, 0) #e0e0e0;
  border-bottom-color: #e0e0e0;
  border-width: 16px;
  margin-left: -16px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .balloon:after {
    border-width: 7px;
    margin-left: -7px;
  }
  .balloon:before {
    border-width: 8px;
    margin-left: -8px;
  }
}

/* movie
---------------------------------------------------------- */
.movie {
  margin-top: 80px;
}

.movie:first-child {
  margin-top: 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .movie {
    margin-top: 40px;
  }
}

/* iframe
---------------------------------------------------------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .iframe {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .iframe__item {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
}

/* post
---------------------------------------------------------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .post {
    margin: -40px -16px 0;
    padding: 40px 16px;
    background-color: #fff;
  }
  .post + .box-lack {
    margin-top: 0;
  }
}

/* post-head
---------------------------------------------------------- */
.post__head {
  overflow: hidden;
}

.post__head-date {
  float: left;
  font-size: 16px;
}

.post__head-icon {
  float: right;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .post__head-date {
    font-size: 12px;
  }
}

/* post-category
---------------------------------------------------------- */
.post__category {
  margin-top: 24px;
}

/* post-title
---------------------------------------------------------- */
.post__title {
  margin-top: 24px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e0e0e0;
}

.post__title-main {
  margin: 24px 0;
  line-height: 1.4;
  font-size: 34px;
}

.post__title-main:first-child {
  margin-top: 0;
}

.post__title-main:last-child {
  margin-top: 0;
}

.post__title-sub {
  font-weight: bold;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .post__title {
    margin-top: 30px;
    margin-bottom: 24px;
    padding: 0 16px 24px;
  }
  .post__title-main {
    margin: 16px 0;
    line-height: 1.333;
    font-size: 22px;
  }
  .post__title-sub {
    font-size: 11px;
  }
}

/* post-image
---------------------------------------------------------- */
.post__image {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.l-grid__col2 > .post__image {
  margin-top: 0;
  margin-bottom: 0;
}

.post__image-in {
  display: block;
  position: relative;
}

.post__image-in:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .post__image {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .post__image + .l-grid {
    margin-top: 0;
  }
}

/* post-lists
---------------------------------------------------------- */
.post__lists {
  margin-top: 60px;
  margin-bottom: 60px;
}

.post__lists:first-child {
  margin-top: 0;
}

.post__lists:last-child {
  margin-bottom: 0;
}

.post__title + .post__lists {
  margin-top: 40px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .post__lists {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .post__title + .post__lists {
    margin-top: 24px;
  }
}

/* post-link
---------------------------------------------------------- */
.post__link {
  margin-bottom: 30px;
}

.post__link:last-child {
  margin-bottom: 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .post__link {
    margin-bottom: 20px;
  }
}

/* message
---------------------------------------------------------- */
.message {
  margin-bottom: 80px;
}

.message:last-child {
  margin-bottom: 0;
}

.message__title {
  margin: 40px 0 24px;
  line-height: 1.1;
  font-size: 22px;
}

.message__title:first-child {
  margin-top: 0;
}

.message__title:last-child {
  margin-bottom: 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .message {
    margin-bottom: 30px;
  }
  .message__title {
    margin: 20px 0 16px;
    line-height: 1.333;
    font-size: 18px;
  }
}

/* sign
---------------------------------------------------------- */
.sign {
  margin-top: 30px;
  text-align: right;
}

.sign__text {
  margin-top: 60px;
}

.sign__image {
  display: inline-block;
  margin-top: 8px;
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
}

.sign__image--coo {
  width: 100%;
  height: 46px;
  background-image: url("../img/profile/img_coo_sign_03.png?v171164f4e37");
  background-position: top right;
  background-size: contain;
}

.sign__image--ceo {
  width: 162px;
  height: 30px;
  background-image: url("../img/profile/img_ceo_02_pc.png?v169e0d06553");
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .sign {
    margin-top: 20px;
  }
  .sign__text {
    margin-top: 0;
  }
  .sign__image--coo {
    height: 28px;
  }
  .sign__image--ceo {
    width: 130px;
    height: 25px;
    background-image: url("../img/profile/img_ceo_02_sp.png?v169e0d06553");
    background-size: 130px;
  }
}

/* tab
---------------------------------------------------------- */
.tab__navi {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.tab__link {
  display: table-cell;
  border-bottom: 1px solid #e0e0e0;
  padding: 12px 0;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
  font-size: 20px;
  font-weight: bold;
  color: #c2c2c2;
}

.tab__link.is-current {
  border-bottom: 4px solid #e60012;
  padding-bottom: 9px;
  background-color: #f7f5f0;
  color: #212121;
}

.tab__navi:last-child .tab__link {
  border-top: 1px solid #e0e0e0;
  border-bottom: none;
}

.tab__navi:last-child .tab__link.is-current {
  border-top: 4px solid #e60012;
  border-bottom: none;
  padding-top: 9px;
  padding-bottom: 12px;
}

.tab__link:hover {
  text-decoration: none;
}

.tab__link-notes {
  display: inline-block;
  font-size: 14px;
}

.tab__item {
  padding: 80px 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .tab__link {
    padding: 12px 0;
    line-height: 1.333;
    font-size: 12px;
  }
  .tab__link.is-current {
    border-bottom: 2px solid #e60012;
    padding-bottom: 11px;
  }
  .tab__navi:last-child .tab__link.is-current {
    border-top: 2px solid #e60012;
    padding-top: 11px;
    padding-bottom: 12px;
  }
  .tab__link-notes {
    font-size: 11px;
  }
  .tab__item {
    padding: 32px 16px;
  }
}

/* ==========================================================
 text
========================================================== */
/* text
---------------------------------------------------------- */
.text {
  margin-top: 16px;
  margin-bottom: 16px;
  /* repletion */
  /* index */
  /* notes */
  /* description */
  /* attention */
  /* attention-strong */
  /* icon */
  /* mark */
  /* primary */
  /* secondary */
  /* tertiary */
  /* quaternary */
  /* quinary */
  /* indent */
  /* style */
  /* accordion */
  /* decimal */
  /* sub */
}

.text:first-child {
  margin-top: 0;
}

.text:last-child {
  margin-bottom: 0;
}

.text--repletion {
  line-height: 1.5;
  font-size: 14px;
}

.text--index {
  line-height: 1.2;
  font-size: 20px;
  font-weight: bold;
}

.text--notes {
  line-height: 1.333;
  font-size: 12px;
  color: #757575;
}

.text--description {
  line-height: 1.7;
  font-size: 14px;
  color: #757575;
}

.text--attention {
  line-height: 1.333;
  font-size: 12px;
  font-weight: bold;
  color: #c80012;
}

.text--attention-strong {
  line-height: 1.333;
  font-size: 16px;
  font-weight: bold;
  color: #dc0012;
}

.text--icon {
  margin-top: 24px;
}

.text--mark {
  display: inline;
  margin-right: 8px;
  vertical-align: middle;
}

.text--secondary {
  line-height: 1.5;
  font-size: 14px;
}

.text--tertiary {
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
  color: #212121;
}

.text--quaternary {
  line-height: 1.5;
  font-size: 22px;
}

.text--quinary {
  line-height: 1.5;
  font-size: 14px;
}

.text--indent {
  text-indent: -1em;
  margin-left: 1em;
}

.text--style {
  color: #212121;
}

.text--accordion {
  font-size: 14px;
  font-weight: bold;
}

.text--decimal {
  list-style: decimal outside;
  margin-left: 1.4em;
}

.text--sub {
  margin-top: 80px;
  margin-bottom: 16px;
}

.text--sub + * {
  margin-top: 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .text {
    margin-top: 8px;
    margin-bottom: 8px;
    /* repletion */
    /* index */
    /* notes */
    /* description */
    /* attention */
    /* attention-strong */
    /* icon */
    /* mark */
    /* primary */
    /* secondary */
    /* tertiary */
    /* quaternary */
    /* quinary */
    /* accordion */
    /* sub */
    /* small */
  }
  .text--repletion {
    font-size: 12px;
  }
  .text--index {
    line-height: 1.333;
    font-size: 15px;
  }
  .text--notes {
    line-height: 1.5;
    font-size: 11px;
  }
  .text--description {
    font-size: 12px;
  }
  .text--attention-strong {
    font-size: 13px;
  }
  .text--icon, .text--icon-sp {
    margin-top: 16px;
  }
  .text--mark {
    margin-right: 4px;
  }
  .text--primary {
    line-height: 1.1;
    font-size: 11px;
  }
  .text--secondary {
    line-height: 1.5;
    font-size: 12px;
  }
  .text--tertiary {
    line-height: 1.5;
    font-size: 13px;
  }
  .text--quaternary {
    line-height: 1.333;
    font-size: 18px;
  }
  .text--quinary {
    line-height: 1.5;
    font-size: 11px;
  }
  .text--accordion {
    font-size: 12px;
  }
  .text--sub {
    margin-top: 40px;
    margin-bottom: 8px;
  }
  .text--small-sp {
    font-size: 13px;
  }
}

/* text-symbol
---------------------------------------------------------- */
.text-symbol {
  overflow: hidden;
}

.text-symbol__mark {
  display: block;
  float: left;
}

.text-symbol__body {
  display: block;
  overflow: hidden;
}

/* ==========================================================
 form
========================================================== */
/* form-label
---------------------------------------------------------- */
.form-label {
  display: inline-block;
  min-width: 56px;
  padding: 4px 5px;
  margin-right: 8px;
  line-height: 1;
  background-color: #dc0012;
  text-align: center;
  border-radius: 10px;
  font-size: 12px;
  color: #fff;
  vertical-align: 0.15em;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .form-label {
    min-width: 44px;
    padding: 4px 5px 2px;
    margin-right: 4px;
    font-size: 10px;
  }
  .cell .form-label {
    float: right;
    margin-right: 0;
  }
}

/* form-step
---------------------------------------------------------- */
.form-step {
  letter-spacing: -0.5em;
}

.form-step__item {
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
  letter-spacing: normal;
}

.form-step__item:after {
  content: '';
  display: inline-block;
  width: 64px;
  height: 1px;
  background-color: #c2c2c2;
  margin-left: 6px;
  vertical-align: middle;
}

.form-step__item:last-child {
  margin-right: 0;
}

.form-step__item:last-child:after {
  content: none;
}

.form-step__circle {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid #757575;
  margin-right: 8px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  color: #212121;
  line-height: 32px;
  font-size: 12px;
  font-weight: bold;
}

.form-step__item--current .form-step__circle {
  border: 1px solid #212121;
  background-color: #212121;
  color: #fff;
}

.form-step__item--disabled .form-step__circle {
  border: 1px solid #c2c2c2;
  background-color: #c2c2c2;
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1368px -637px;
  width: 32px;
  height: 32px;
  color: transparent;
  text-indent: -9999px;
  white-space: nowrap;
}

.form-step__text {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.7;
  font-size: 14px;
  letter-spacing: -0.02em;
}

.form-step__item--current .form-step__text {
  font-weight: bold;
}

.form-step__item--disabled .form-step__text {
  color: #c2c2c2;
  font-weight: bold;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .form-step__item {
    display: block;
    margin: 0 0 8px;
  }
  .form-step__item:after {
    display: block;
    width: 1px;
    height: 12px;
    margin: 8px 0 0 12px;
  }
  .form-step__item:last-child {
    margin: 0;
  }
  .form-step__circle {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
  .form-step__item--disabled .form-step__circle {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -709px -270px;
    width: 24px;
    height: 24px;
    background-size: 749px 679px;
  }
  .form-step__text {
    line-height: 1.5;
    font-size: 13px;
  }
}

/* form-table
---------------------------------------------------------- */
.form-table {
  background-color: #fff;
}

.form-table__title, .form-table__title-result {
  display: block;
  margin-bottom: 12px;
  line-height: 1.1;
  color: #757575;
  font-weight: bold;
}

.form-table__title:only-child, .form-table__title-result:only-child {
  margin-bottom: 0;
}

.form-table__text {
  color: #757575;
}

.form-table__text--child, .form-table__text--child-result {
  margin-top: 24px;
}

.form-table__text-error {
  margin-top: 8px;
}

.form-table__text-error + .form-table__text-error {
  margin-top: 0;
}

.form-table__text-result {
  line-height: 1.5;
  font-size: 16px;
}

.form-table__text-result, .form-table__text-result:first-child {
  margin-top: -0.25em;
}

.form-table__list {
  border-top: 1px solid #e0e0e0;
  margin: 0 -24px;
  padding: 24px 0 24px 24px;
}

.form-table__list:first-child {
  padding-top: 0;
  border-top: none;
}

.form-table__list:last-child {
  padding-bottom: 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .form-table {
    display: block;
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
  }
  .form-table tbody, .form-table thead, .form-table tr, .form-table th, .form-table td {
    display: block;
    width: 100%;
    background-color: #fff;
  }
  .form-table__title, .form-table__title-result {
    float: left;
    padding-top: 2px;
    padding-left: 8px;
    margin-bottom: 8px;
    font-size: 11px;
  }
  .form-table__title:only-child, .form-table__title-result:only-child {
    margin-bottom: 8px;
  }
  .form-table__title--parent, .form-table__title--parent:only-child, .form-table__title-result--parent, .form-table__title-result--parent:only-child {
    margin-bottom: 12px;
  }
  .form-table__title-result {
    padding-left: 0;
  }
  .form-table__text {
    padding-left: 8px;
    font-size: 11px;
  }
  .form-table__text--child, .form-table__text--child-result {
    margin-top: 16px;
  }
  .form-table__text--child-result {
    padding-left: 0;
  }
  .form-table__text-error {
    margin-top: 4px;
    padding-left: 8px;
  }
  .form-table__text-result {
    line-height: 1.333;
    font-size: 15px;
  }
  .form-table__text-result:first-child {
    margin-top: 0;
  }
  .form-table__list {
    margin: 0;
    padding: 16px 0;
  }
  .form-table__list:first-child {
    padding-top: 0;
  }
  .form-table__list:last-child {
    padding-bottom: 0;
  }
}

/* cell--form-title
---------------------------------------------------------- */
.cell--form-title {
  width: 220px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .cell--form-title {
    width: 100%;
    overflow: hidden;
  }
}

/* form-select
---------------------------------------------------------- */
.form-select {
  min-width: 186px;
  padding: 12px 30px 12px 15px;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  background: #fff url("../img/common/ico_select.png?v169e0d06547") right center no-repeat;
  font-size: 16px;
  line-height: 1.1;
  color: #757575;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

/* IE */
.form-select::-ms-expand {
  display: none;
}

:root .form-select {
  padding: 12px 15px\0;
  background: #fff\0;
}

@media all and (-ms-high-contrast: none) {
  :root .form-select {
    padding: 12px 30px 12px 15px\0;
    background: #fff url("../img/common/ico_select.png?v169e0d06547") right center no-repeat\0;
  }
}

/* IE end */
.form-select[disabled] {
  opacity: 0.3;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .form-select {
    width: 100%;
    min-width: 0;
    height: auto;
    padding: 7px 48px 6px 7px;
    font-size: 15px;
    background-image: url("../img/common/ico_select@2x.png?v169e0d06547");
    background-size: 30px;
  }
}

/* form-textarea
---------------------------------------------------------- */
.form-textarea {
  width: 100%;
  height: 128px;
  padding: 15px;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  background-color: #fff;
  font-size: 16px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .form-textarea {
    height: 96px;
    padding: 7px;
    font-size: 15px;
    -webkit-appearance: none;
  }
}

/* form-input
---------------------------------------------------------- */
.form-input {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.6;
}

.form-input + .form-input {
  margin-left: 24px;
}

.form-input--middle {
  width: 204px;
}

.form-input--short {
  width: 115px;
}

.form-input--short:last-child {
  width: 114px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .form-input {
    width: 100%;
    padding: 5px 7px;
    font-size: 15px;
    -webkit-appearance: none;
  }
  .form-input + .form-input {
    margin-left: 2.8%;
  }
  .form-input--middle {
    width: 48.6%;
  }
  .form-input--short {
    width: 30.5%;
  }
  .form-input--short:last-child {
    width: 30.5%;
  }
}

/* row--error
---------------------------------------------------------- */
.row--error .form-textarea, .row--error .form-input {
  border: 2px solid #c80012;
  padding: 14px;
  background-color: #fdf2f3;
}

.row--error .form-select {
  padding: 11px 14px;
  border: 2px solid #c80012;
  background-color: #fdf2f3;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .row--error .form-textarea, .row--error .form-input {
    padding: 6px;
  }
  .row--error .form-select {
    padding: 6px 47px 6px 6px;
  }
}

/* form-bar
---------------------------------------------------------- */
.form-bar {
  display: inline-block;
  width: 12px;
  height: 2px;
  margin: 0 16px;
  background-color: #757575;
  vertical-align: middle;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .form-bar {
    width: 1.4%;
    height: 1px;
    margin: 0 1.4%;
  }
}

/* form-choice
---------------------------------------------------------- */
.form-choice__item {
  margin-right: 8px;
}

.form-choice__parts {
  margin-right: 4px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .form-choice__parts {
    vertical-align: -0.1em;
  }
}

/* ==========================================================
 icon
========================================================== */
/* icon
---------------------------------------------------------- */
.icon {
  margin-left: 10px;
  /* accordion */
}

.icon--mark {
  margin-right: 14px;
  vertical-align: -0.25em;
}

.icon--button {
  margin-right: 20px;
}

.icon--outline {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1108px -472px;
  width: 96px;
  height: 96px;
}

.icon--outline-small {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1417px -656px;
  width: 48px;
  height: 48px;
}

.icon--ir {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1108px -366px;
  width: 96px;
  height: 96px;
}

.icon--ir-small {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1417px -1120px;
  width: 48px;
  height: 48px;
}

.icon--recruit {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1108px -154px;
  width: 96px;
  height: 96px;
}

.icon--recruit-small {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1417px -1062px;
  width: 48px;
  height: 48px;
}

.icon--office {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1272px -1155px;
  width: 96px;
  height: 96px;
}

.icon--office-small {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1352px -1061px;
  width: 40px;
  height: 40px;
}

.icon--presentation {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -742px -1155px;
  width: 96px;
  height: 96px;
}

.icon--presentation-white {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -318px -1307px;
  width: 40px;
  height: 40px;
}

.icon--presentation-small {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1158px -896px;
  width: 40px;
  height: 40px;
}

.icon--faq {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1262px -743px;
  width: 96px;
  height: 96px;
}

.icon--faq-white {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -368px -1307px;
  width: 40px;
  height: 40px;
}

.icon--faq-small {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1208px -896px;
  width: 40px;
  height: 40px;
}

.icon--contact {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -318px -1155px;
  width: 96px;
  height: 96px;
}

.icon--contact-white {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1108px -896px;
  width: 40px;
  height: 40px;
}

.icon--contact-small {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -418px -1307px;
  width: 40px;
  height: 40px;
}

.icon--message {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: 0px -1155px;
  width: 96px;
  height: 96px;
}

.icon--message-narrow {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1262px -227px;
  width: 136px;
  height: 82px;
}

.icon--rinen {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -530px -1155px;
  width: 96px;
  height: 96px;
}

.icon--mid-term {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -424px -1155px;
  width: 96px;
  height: 96px;
}

.icon--risk {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -636px -1155px;
  width: 96px;
  height: 96px;
}

.icon--brand-movie {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -380px -1041px;
  width: 96px;
  height: 96px;
}

.icon--history {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1262px -637px;
  width: 96px;
  height: 96px;
}

.icon--exectives {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1108px -578px;
  width: 96px;
  height: 96px;
}

.icon--governance {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1262px -531px;
  width: 96px;
  height: 96px;
}

.icon--organization {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -106px -1261px;
  width: 96px;
  height: 96px;
}

.icon--management {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -592px -1041px;
  width: 96px;
  height: 96px;
}

.icon--finance {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1262px -319px;
  width: 96px;
  height: 96px;
}

.icon--stock {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -486px -1041px;
  width: 96px;
  height: 96px;
}

.icon--library {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1108px -790px;
  width: 96px;
  height: 96px;
}

.icon--calendar {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: 0px -1261px;
  width: 96px;
  height: 96px;
}

.icon--ir-news {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1262px -849px;
  width: 96px;
  height: 96px;
}

.icon--personal {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1166px -1155px;
  width: 96px;
  height: 96px;
}

.icon--personal-narrow {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1262px -115px;
  width: 134px;
  height: 102px;
}

.icon--shareholder-narrow {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1262px 0px;
  width: 145px;
  height: 105px;
}

.icon--briefing-narrow {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: 0px -1041px;
  width: 158px;
  height: 104px;
}

.icon--fresh {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1016px -1041px;
  width: 96px;
  height: 96px;
}

.icon--career {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1060px -1155px;
  width: 96px;
  height: 96px;
}

.icon--challenged {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -954px -1155px;
  width: 96px;
  height: 96px;
}

.icon--gpc-text {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -318px -1261px;
  width: 176px;
  height: 36px;
}

.icon--gsa-text {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -686px -969px;
  width: 214px;
  height: 14px;
}

.icon--release-news {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -168px -1041px;
  width: 96px;
  height: 96px;
}

.icon--release-report {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -106px -1155px;
  width: 96px;
  height: 96px;
}

.icon--regional {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1262px -955px;
  width: 96px;
  height: 96px;
}

.icon--titech {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -274px -1041px;
  width: 96px;
  height: 96px;
}

.icon--diversity {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -212px -1261px;
  width: 96px;
  height: 96px;
}

.icon--welfare {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1262px -425px;
  width: 96px;
  height: 96px;
}

.icon--profile {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -804px -1041px;
  width: 96px;
  height: 96px;
}

.icon--profile-small {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1417px -946px;
  width: 48px;
  height: 48px;
}

.icon--creator {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1122px -1041px;
  width: 96px;
  height: 96px;
}

.icon--engineer {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -698px -1041px;
  width: 96px;
  height: 96px;
}

.icon--window {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1475px -628px;
  width: 16px;
  height: 16px;
}

.icon--window-another {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1475px -570px;
  width: 16px;
  height: 16px;
}

.icon--download {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1477px -480px;
  width: 20px;
  height: 22px;
}

.icon--movie {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1475px -714px;
  width: 20px;
  height: 20px;
}

.icon--map {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1368px -917px;
  width: 24px;
  height: 24px;
}

.icon--map-white {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1417px -1286px;
  width: 40px;
  height: 40px;
}

.icon--rss {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1368px -815px;
  width: 24px;
  height: 24px;
}

.icon--rss-link {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1368px -883px;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}

.icon--rss-white {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1368px -955px;
  width: 24px;
  height: 24px;
}

.icon--pdf {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1475px -540px;
  width: 20px;
  height: 20px;
  vertical-align: -0.25em;
}

.icon--pdf-large {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1417px -1236px;
  width: 40px;
  height: 40px;
}

.icon--excel {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1475px -656px;
  width: 20px;
  height: 20px;
  vertical-align: -0.25em;
}

.icon--search {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1368px -1023px;
  width: 24px;
  height: 24px;
}

.icon--check {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1368px -637px;
  width: 32px;
  height: 32px;
}

.icon--mail {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1417px -1336px;
  width: 26px;
  height: 20px;
}

.icon--twitter {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1417px -360px;
  width: 50px;
  height: 50px;
}

.icon--facebook {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1417px -480px;
  width: 50px;
  height: 50px;
}

.icon--line {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1417px -420px;
  width: 50px;
  height: 50px;
}

.icon--accordion {
  padding-right: 48px;
  position: relative;
  cursor: pointer;
  opacity: 1;
}

.icon--accordion:after {
  content: '';
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: inline-block;
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1477px -512px;
  width: 16px;
  height: 16px;
}

.row--accordion__in > .icon--accordion:after {
  right: 0;
}

.row--accordion__in > .icon--accordion {
  padding-right: 36px;
}

.row--accordion__in > .icon--accordion, .box-lack > .icon--accordion {
  margin-top: -24px;
  margin-bottom: -24px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.icon--accordion.is-open:after {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1475px -686px;
  width: 16px;
  height: 16px;
}

.icon--accordion.js-sp:after {
  content: none;
}

.icon--accordion:hover {
  opacity: 0.8;
}

.icon--accordion + * {
  display: none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .icon {
    margin-left: 6px;
    /*accordion*/
  }
  .icon--outline {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -400px -231px;
    width: 72px;
    height: 72px;
    background-size: 749px 679px;
  }
  .icon--outline-small {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -709px -45px;
    width: 40px;
    height: 40px;
    background-size: 749px 679px;
  }
  .icon--ir {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: 0px -408px;
    width: 72px;
    height: 72px;
    background-size: 749px 679px;
  }
  .icon--ir-small {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -554px -130px;
    width: 48px;
    height: 48px;
    background-size: 749px 679px;
  }
  .icon--recruit {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -385px -408px;
    width: 72px;
    height: 72px;
    background-size: 749px 679px;
  }
  .icon--recruit-small {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -554px -342px;
    width: 48px;
    height: 48px;
    background-size: 749px 679px;
  }
  .icon--office {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -154px -177px;
    width: 72px;
    height: 72px;
    background-size: 749px 679px;
  }
  .icon--office-small {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -709px -357px;
    width: 24px;
    height: 24px;
    background-size: 749px 679px;
  }
  .icon--presentation {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -77px -331px;
    width: 72px;
    height: 72px;
    background-size: 749px 679px;
  }
  .icon--presentation-white {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -684px -287px;
    width: 16px;
    height: 16px;
    background-size: 749px 679px;
  }
  .icon--presentation-small {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -709px -386px;
    width: 24px;
    height: 24px;
    background-size: 749px 679px;
  }
  .icon--faq {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -308px -408px;
    width: 72px;
    height: 72px;
    background-size: 749px 679px;
  }
  .icon--faq-small {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -709px -589px;
    width: 24px;
    height: 24px;
    background-size: 749px 679px;
  }
  .icon--contact {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -400px -77px;
    width: 72px;
    height: 72px;
    background-size: 749px 679px;
  }
  .icon--contact-small {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -709px -502px;
    width: 24px;
    height: 24px;
    background-size: 749px 679px;
  }
  .icon--message {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -400px -154px;
    width: 72px;
    height: 72px;
    background-size: 749px 679px;
  }
  .icon--message-narrow {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -115px -90px;
    width: 116px;
    height: 74px;
    background-size: 749px 679px;
  }
  .icon--rinen {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -154px -254px;
    width: 72px;
    height: 72px;
    background-size: 749px 679px;
  }
  .icon--mid-term {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -231px -254px;
    width: 72px;
    height: 72px;
    background-size: 749px 679px;
  }
  .icon--risk {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -77px -177px;
    width: 72px;
    height: 72px;
    background-size: 749px 679px;
  }
  .icon--brand-movie {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -246px -77px;
    width: 72px;
    height: 72px;
    background-size: 749px 679px;
  }
  .icon--history {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -231px -408px;
    width: 72px;
    height: 72px;
    background-size: 749px 679px;
  }
  .icon--exectives {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -477px -308px;
    width: 72px;
    height: 72px;
    background-size: 749px 679px;
  }
  .icon--governance {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: 0px -177px;
    width: 72px;
    height: 72px;
    background-size: 749px 679px;
  }
  .icon--organization {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -246px 0px;
    width: 72px;
    height: 72px;
    background-size: 749px 679px;
  }
  .icon--management {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -385px -331px;
    width: 72px;
    height: 72px;
    background-size: 749px 679px;
  }
  .icon--finance {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -554px 0px;
    width: 72px;
    height: 72px;
    background-size: 749px 679px;
  }
  .icon--stock {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -477px -231px;
    width: 72px;
    height: 72px;
    background-size: 749px 679px;
  }
  .icon--library {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -477px -154px;
    width: 72px;
    height: 72px;
    background-size: 749px 679px;
  }
  .icon--calendar {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -231px -177px;
    width: 72px;
    height: 72px;
    background-size: 749px 679px;
  }
  .icon--ir-news {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -154px -408px;
    width: 72px;
    height: 72px;
    background-size: 749px 679px;
  }
  .icon--personal {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -323px 0px;
    width: 72px;
    height: 72px;
    background-size: 749px 679px;
  }
  .icon--personal-narrow {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: 0px -90px;
    width: 110px;
    height: 82px;
    background-size: 749px 679px;
  }
  .icon--shareholder-narrow {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: 0px 0px;
    width: 116px;
    height: 84.5px;
    background-size: 749px 679px;
  }
  .icon--briefing-narrow {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -121px 0px;
    width: 120px;
    height: 79px;
    background-size: 749px 679px;
  }
  .icon--fresh {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -77px -254px;
    width: 72px;
    height: 72px;
    background-size: 749px 679px;
  }
  .icon--career {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -323px -77px;
    width: 72px;
    height: 72px;
    background-size: 749px 679px;
  }
  .icon--challenged {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: 0px -254px;
    width: 72px;
    height: 72px;
    background-size: 749px 679px;
  }
  .icon--gpc-text {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: 0px -485px;
    width: 149px;
    height: 31px;
    background-size: 749px 679px;
  }
  .icon--gsa-text {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -154px -485px;
    width: 184px;
    height: 12px;
    background-size: 749px 679px;
  }
  .icon--release-news {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -308px -331px;
    width: 72px;
    height: 72px;
    background-size: 749px 679px;
  }
  .icon--release-report {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -308px -254px;
    width: 72px;
    height: 72px;
    background-size: 749px 679px;
  }
  .icon--regional {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -77px -408px;
    width: 72px;
    height: 72px;
    background-size: 749px 679px;
  }
  .icon--titech {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -231px -331px;
    width: 72px;
    height: 72px;
    background-size: 749px 679px;
  }
  .icon--diversity {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -154px -331px;
    width: 72px;
    height: 72px;
    background-size: 749px 679px;
  }
  .icon--welfare {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -462px -408px;
    width: 72px;
    height: 72px;
    background-size: 749px 679px;
  }
  .icon--profile {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -477px -77px;
    width: 72px;
    height: 72px;
    background-size: 749px 679px;
  }
  .icon--profile-small {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -455px -521px;
    width: 48px;
    height: 48px;
    background-size: 749px 679px;
  }
  .icon--creator {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: 0px -331px;
    width: 72px;
    height: 72px;
    background-size: 749px 679px;
  }
  .icon--engineer {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -477px 0px;
    width: 72px;
    height: 72px;
    background-size: 749px 679px;
  }
  .icon--window {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -684px -495px;
    width: 12px;
    height: 12px;
    background-size: 749px 679px;
  }
  .icon--window-another {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -684px -391px;
    width: 12px;
    height: 12px;
    background-size: 749px 679px;
  }
  .icon--movie {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -684px -340px;
    width: 14px;
    height: 14px;
    background-size: 749px 679px;
  }
  .icon--download {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -734px -618px;
    width: 14px;
    height: 17px;
    background-size: 749px 679px;
  }
  .icon--rss {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -709px -415px;
    width: 24px;
    height: 24px;
    background-size: 749px 679px;
  }
  .icon--rss-link {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -684px -234px;
    width: 16px;
    height: 16px;
    background-size: 749px 679px;
  }
  .icon--rss-white {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -684px -213px;
    width: 16px;
    height: 16px;
    background-size: 749px 679px;
  }
  .icon--map {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -684px -266px;
    width: 16px;
    height: 16px;
    background-size: 749px 679px;
  }
  .icon--map-white {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -684px -160px;
    width: 16px;
    height: 16px;
    background-size: 749px 679px;
  }
  .icon--pdf {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -684px -372px;
    width: 14px;
    height: 14px;
    background-size: 749px 679px;
  }
  .icon--pdf-large {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -709px -618px;
    width: 20px;
    height: 20px;
    background-size: 749px 679px;
  }
  .icon--excel {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -734px -643px;
    width: 14px;
    height: 14px;
    background-size: 749px 679px;
  }
  .icon--search {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -709px -299px;
    width: 24px;
    height: 24px;
    background-size: 749px 679px;
  }
  .icon--check {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -709px -270px;
    width: 24px;
    height: 24px;
    background-size: 749px 679px;
  }
  .icon--twitter {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -709px 0px;
    width: 40px;
    height: 40px;
    background-size: 749px 679px;
  }
  .icon--facebook {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -709px -90px;
    width: 40px;
    height: 40px;
    background-size: 749px 679px;
  }
  .icon--line {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -631px -531px;
    width: 40px;
    height: 40px;
    background-size: 749px 679px;
  }
  .icon--accordion {
    position: relative;
    cursor: pointer;
  }
  .icon--accordion:after, .icon--accordion.js-sp:after {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -684px -425px;
    width: 12px;
    height: 12px;
    background-size: 749px 679px;
  }
  .box-lack > .icon--accordion:after, .box-lack > .icon--accordion.js-sp:after {
    right: 0;
  }
  .row--accordion__in > .icon--accordion, .box-lack > .icon--accordion {
    margin-top: -16px;
    margin-bottom: -16px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 24px;
  }
  .icon--accordion.is-open:after {
    background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
    background-position: -676px -556px;
    width: 12px;
    height: 12px;
    background-size: 749px 679px;
  }
  .icon--accordion.js-sp:after {
    content: '';
  }
  .icon--accordion:hover {
    opacity: 1;
  }
  .icon--accordion + .l-edge {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* ==========================================================
 mask
========================================================== */
/* mask
---------------------------------------------------------- */
.mask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  background-color: #000;
}

/* ==========================================================
 slider
========================================================== */
/* slider
---------------------------------------------------------- */
.slider {
  overflow: hidden;
}

.slider__item {
  display: block;
  position: relative;
}

.slider__item:nth-child(n+2) {
  display: none;
}

.bx-wrapper .slider__item:nth-child(n+2) {
  display: block;
}

.slider__item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #f0f0f0;
}

.slider__item--full:before {
  content: none;
}

/* slider-carousel
---------------------------------------------------------- */
.slider-carousel {
  /* bx-prev & next */
}

.slider-carousel .bx-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.slider-carousel__item {
  display: block;
  position: relative;
  width: 150px;
  height: 150px;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}

.slider-carousel__image {
  max-width: none;
  width: 180px;
  position: absolute;
  top: 0;
  right: -15px;
  bottom: 0;
  left: -15px;
  margin: auto;
}

.slider-carousel .bx-prev {
  left: -88px;
}

.slider-carousel .bx-prev:after {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1477px -420px;
  width: 20px;
  height: 32px;
}

.slider-carousel .bx-next {
  right: -88px;
}

.slider-carousel .bx-next:after {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1477px -360px;
  width: 20px;
  height: 32px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .slider-carousel {
    overflow: hidden;
  }
  .slider-carousel .bx-wrapper {
    max-width: 288px !important;
  }
  .slider-carousel .bx-viewport {
    overflow: visible !important;
  }
  .slider-carousel__item {
    width: 88px;
    height: 88px;
  }
  .slider-carousel__image {
    width: 100px;
    right: -6px;
    left: -6px;
  }
  .slider-carousel + .l-center {
    margin-top: 28px;
  }
}

/* bx-slider
---------------------------------------------------------- */
.bx {
  /* bx-wrapper */
  /* bx-pager */
  /* bx-prev & next */
}

.bx-wrapper {
  position: relative;
  margin-top: 60px;
}

.bx-wrapper:first-child {
  margin-top: 0;
}

.bx-pager {
  margin-top: 20px;
  text-align: center;
  font-size: 0;
  line-height: 0;
}

.bx-pager-item {
  display: inline-block;
  margin: 0 6px;
}

.bx-pager-link {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #d2d2d2;
  border-radius: 100%;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}

.bx-pager-link.active {
  background-color: #dc0012;
}

.bx-prev, .bx-next {
  position: absolute;
  top: 50%;
  margin-top: -39px;
  display: block;
  width: 48px;
  height: 48px;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  z-index: 2;
}

.bx-prev:after, .bx-next:after {
  content: '';
  display: inline-block;
}

.bx-prev.disabled, .bx-next.disabled {
  opacity: 0.5;
  cursor: default;
}

.slider-carousel .bx-prev, .slider-carousel .bx-next {
  margin-top: -24px;
}

.bx-prev {
  left: 0;
}

.bx-prev:after {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1475px -830px;
  width: 14px;
  height: 22px;
}

.bx-next {
  right: 0;
}

.bx-next:after {
  background-image: url("../img/sprite/spritesmith.png?v1711646c5f9");
  background-position: -1475px -772px;
  width: 14px;
  height: 22px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (max-width: 480px), only screen and (orientation: landscape) and (max-width: 640px) {
  .bx {
    /* bx-wrapper */
    /* bx-pager */
    /* bx-prev & next */
  }
  .bx-wrapper {
    margin-top: 40px;
  }
  .bx-pager-link {
    width: 8px;
    height: 8px;
  }
  .bx-prev, .bx-next {
    display: none;
  }
}

@media print {
  body {
    padding-top: 0 !important;
  }
  .mask,
  .header__links,
  .header__search-glass,
  .footer,
  .breadcrumb,
  .contents__sub,
  .pagetop {
    display: none !important;
  }
  .header {
    position: static !important;
  }
  .header__contents {
    border-bottom: none;
  }
  .contents__main {
    display: table;
    float: none;
    margin: 0 auto;
  }
}

/* ==========================================================
 style guide
========================================================== */
/* guide
---------------------------------------------------------- */
.guide {
  margin: 20px 0;
}

.guide:first-child {
  margin-top: 0;
}

.guide span {
  display: block;
  padding: 5px 10px;
  color: #fff;
  background-color: #212121;
}

.guide + * {
  margin-top: 0 !important;
}

/* atode
---------------------------------------------------------- */
.atode {
  margin: 20px 0;
  padding: 10px;
  border: 2px solid #8c0000;
  background-color: #ff4d4d;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
