@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table,
.article-body table.none-border,
.article-body table.sp-none-table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table, .article-body table.none-border, .article-body table.sp-none-table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* SVG base64
https://blog.s0014.com/posts/2017-01-19-il-to-svg/
exsample: @include bgicon-pdf(ff0000);
svgは必ずwidthとheightの入ったものをbase64に変換（IE11対策）

base64に変換したら
fill%3A%23585858
↓
fill%3A%23'+$color+'
で置換
SVGはfill #585858で書き出しておくと一括置換できて楽
*/
body {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body * {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  word-wrap: break-word;
  max-height: 999999px;
  -webkit-overflow-scrolling: touch;
}

.ccm-page {
  box-sizing: border-box;
  font-size: 18px;
  height: 100%;
  position: relative;
}
@media print, screen and (min-width: 568px) {
  .ccm-page {
    min-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 567px) {
  .ccm-page {
    font-size: 14px;
    min-width: auto;
  }
}
.ccm-page * {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  word-wrap: break-word;
  max-height: 999999px;
}

::selection {
  color: #fff;
  background: #8ae5ff;
}

::-moz-selection {
  color: #fff;
  background: #8ae5ff;
}

.ccm-page {
  overflow: hidden;
}

.ccm-page .main {
  background-color: #fff;
}
.ccm-page .main p {
  line-height: 1.6;
}
.ccm-page .main select {
  font-size: 14px;
  padding: 5px 10px;
}
@media screen and (max-width: 567px) {
  .ccm-page .main select {
    width: 100%;
  }
}
.ccm-page a {
  color: inherit;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.2s linear;
}
.ccm-page a:hover {
  color: inherit;
  cursor: pointer;
  opacity: 0.7;
  text-decoration: none;
}
.ccm-page button {
  border: none;
}
.ccm-page li {
  list-style-type: none;
}
.ccm-page img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.ccm-page td {
  word-break: break-word;
}
@media screen and (max-width: 567px) {
  .ccm-page iframe {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 567px) {
  .ccm-page .video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-top: 25px;
  }
  .ccm-page .video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}

.content {
  margin-bottom: 85px;
  position: relative;
}
.content:before {
  background-image: url(../img/bg_header.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  content: "";
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  height: 20px;
}
@media screen and (max-width: 567px) {
  .content:before {
    height: 10px;
  }
}

.content-top {
  margin-bottom: 0;
}

@media print, screen and (max-width: 1000px) {
  .content:before {
    margin: 0;
    padding: 0;
  }
}
.content--top {
  margin-bottom: 0;
}
.content--top:before {
  content: none;
}
.content--top .main {
  float: none;
  width: auto;
}

.nosidemenu .main {
  float: none;
  width: auto;
}

@media screen and (max-width: 567px) {
  .content.hamburger-open {
    padding-top: 60px;
  }
}

.content__inner {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  position: relative;
}
@media screen and (max-width: 567px) {
  .content__inner {
    width: auto;
  }
}
.content__inner:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 567px) {
  .content__inner {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media print, screen and (min-width: 568px) {
  .main {
    float: right;
    width: 745px;
  }
}

/*------------------------------------------------------------
  サイド
------------------------------------------------------------*/
@media print, screen and (min-width: 568px) {
  .side {
    float: left;
    width: 230px;
  }
}
@media screen and (max-width: 567px) {
  .side {
    display: none;
  }
}

.side__title {
  background-color: #373582;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
  min-height: 100px;
  display: flex;
}
.side__title:after {
  content: "";
  width: 0;
  min-height: 100px;
}
.side__title a {
  display: block;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  padding: 10px;
}
.side__title a span {
  text-align: center;
}

ul.side__menu__list {
  font-size: 14px;
  line-height: 1.4;
}
ul.side__menu__list a {
  background-image: url(../img/icon_arrow.svg);
  background-size: auto 11px;
  background-position: right 10px center;
  display: block;
}
ul.side__menu__list a[href^=http]:not([href*=kitagawa-ind]) {
  background-image: url(../img/icon_blank.svg);
}
ul.side__menu__list > li {
  border-bottom: 1px solid #373582;
}
ul.side__menu__list > li > a {
  padding: 20px 20px 20px 10px;
}
ul.side__menu__list > li.current > a {
  background-color: #f8f8f8;
  background-position: right 10px center;
}

.side__menu__secondary-title {
  border-bottom: 1px dotted #ccc;
  color: #373582;
  margin-bottom: 2px;
  margin-left: 15px;
  margin-top: 12px;
}

.side__menu__secondary-title ~ .side__menu__secondary-title {
  margin-top: 10px;
}

ul.side__menu__secondary-list a {
  background-position: right center;
  padding: 10px 10px 10px 15px;
}
ul.side__menu__secondary-list li.current {
  font-weight: bold;
}

/*------------------------------------------------------------
  下層メニュー
------------------------------------------------------------*/
@media print, screen and (min-width: 568px) {
  .deep-navigation {
    margin-top: 60px;
  }
}
@media screen and (max-width: 567px) {
  .deep-navigation {
    margin-top: 45px;
    margin-left: -12px;
    margin-right: -12px;
  }
}

.deep-navigation__body {
  background-color: #f8f8f8;
  padding: 7px 5px;
}
@media screen and (max-width: 567px) {
  .deep-navigation__body {
    overflow: auto;
  }
}

.deep-navigation__title {
  font-size: 15px;
  margin-bottom: 7px;
}
@media screen and (max-width: 567px) {
  .deep-navigation__title {
    font-size: 13px;
    margin: 0 12px 7px 12px;
  }
}

.deep-navigation__list {
  display: block;
  font-size: 13px;
}
@media screen and (max-width: 567px) {
  .deep-navigation__list {
    display: flex;
    font-size: 12px;
  }
}
.deep-navigation__list li {
  display: inline-block;
  margin: 7px 12px;
}
@media screen and (max-width: 567px) {
  .deep-navigation__list li {
    margin: 8px 10px;
    white-space: nowrap;
  }
}
.deep-navigation__list li a {
  background-image: url(../img/icon_arrow-purple.svg);
  background-size: auto 0.8em;
  background-position: left center;
  display: inline-block;
  padding-left: 1em;
  text-decoration: underline;
}
.deep-navigation__list li:last-child {
  padding-right: 15px;
}
.deep-navigation__list li.current {
  color: #373582;
  font-weight: bold;
}
.deep-navigation__list li.current a {
  text-decoration: none;
  vertical-align: middle;
  padding-top: 0.2em;
}

.article-header + .deep-navigation {
  margin-top: 0;
}
@media print, screen and (min-width: 568px) {
  .article-header + .deep-navigation {
    margin-bottom: 58px;
    margin-top: -58px;
  }
}
@media screen and (max-width: 567px) {
  .article-header + .deep-navigation {
    margin-bottom: 30px;
    margin-top: -30px;
  }
}
.article-header + .deep-navigation .deep-navigation__title {
  display: none;
}

@media print, screen and (min-width: 568px) {
  .article-body + .deep-navigation {
    margin-top: 60px;
  }
}
@media screen and (max-width: 567px) {
  .article-body + .deep-navigation {
    margin-top: 45px;
  }
}

@media screen and (max-width: 567px) {
  .none .header {
    background: #f5f2ee;
  }
}

.header {
  width: 100%;
  border-top: 5px solid #373582;
  padding-bottom: 20px;
}
@media screen and (max-width: 567px) {
  .header {
    background-color: #eee;
    border-top: none;
    padding-bottom: 0;
  }
}
.header .header__inner {
  margin: 0 auto;
  width: 1000px;
  padding: 0;
}
@media screen and (max-width: 567px) {
  .header .header__inner {
    width: auto;
    padding: 0;
    margin: auto;
    position: relative;
  }
}
.header .header__top__container,
.header .header__nav__container {
  margin: 0 auto;
  width: 1000px;
}
@media screen and (max-width: 567px) {
  .header .header__top__container,
  .header .header__nav__container {
    width: auto;
  }
}

.header.hamburger-open {
  overflow: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
}

.header__top__container {
  padding: 15px 0 20px;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 567px) {
  .header__top__container {
    border-top: 5px solid #373582;
    background-color: #fff;
    padding: 0 12px;
    position: relative;
    z-index: 2000;
    height: 60px;
  }
  .header__top__container.is-fixed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}

@media screen and (max-width: 567px) {
  .header__top__logo {
    display: flex;
    align-items: center;
    margin-top: -5px;
  }
}
.header__top__logo img {
  width: 340px;
}
@media screen and (max-width: 567px) {
  .header__top__logo img {
    width: 229px;
  }
}

.hedaer__top__right {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 567px) {
  .hedaer__top__right {
    display: none;
  }
}
.hedaer__top__right > * + * {
  margin-left: 15px;
}

.header__product a {
  background-image: url(../img/icon_arrow2.svg);
  background-position: right 0.4em center;
  background-size: auto 100%;
  background-color: #009acf;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  display: flex;
  align-items: center;
  padding: 0.5em 2em 0.5em 1em;
}
.header__product a:hover {
  color: #fff;
}
@media screen and (max-width: 567px) {
  .header__product a {
    background-size: auto 60%;
    background-position: right 12px center;
    padding-left: 12px;
    height: auto;
    line-height: auto;
  }
}
@media screen and (max-width: 567px) {
  .header__product a {
    font-size: 16px;
    height: 42px;
    line-height: 42px;
  }
}

.header__search {
  position: relative;
}
.header__search input {
  border: none;
  background-color: #efefef;
  border-radius: 15px/50%;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  padding: 0 30px 0 10px;
  box-sizing: content-box;
  width: 115px;
  transition: width 0.3s ease-in;
}
@media print, screen and (min-width: 568px) {
  .header__search input:focus {
    border: 1px solid #ccc;
    width: 200px;
    outline: none;
  }
}
@media screen and (max-width: 567px) {
  .header__search input {
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    height: 42px;
    border-radius: 6%/50%;
    padding-right: 38px;
  }
}
.header__search button {
  background-color: transparent;
  background-image: url(../img/icon_search.svg);
  background-size: auto 100%;
  border: none;
  cursor: pointer;
  outline: none;
  height: 17px;
  width: 17px;
  text-indent: -9999px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 567px) {
  .header__search button {
    height: 26px;
    width: 26px;
  }
}

.header__language a {
  background-color: #fff;
  background-image: url(../img/icon_arrow.svg);
  background-position: 10px center;
  background-size: auto 11px;
  border: 1px solid #ccc;
  color: #373582;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding: 0 12px 0 25px;
}
@media screen and (max-width: 567px) {
  .header__language a {
    border: none;
    height: auto;
    line-height: inherit;
    display: block;
    text-align: center;
    background-position: right 10px center;
    background-size: auto 15px;
    height: 42px;
    line-height: 42px;
  }
}

.hamburger {
  border: none;
  outline: none;
  height: 43px;
  width: 45px;
  background-color: #373582;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 3px;
  position: absolute;
  flex-wrap: wrap;
  top: 0;
  right: 8px;
  z-index: 1000;
}
@media print, screen and (min-width: 568px) {
  .hamburger {
    display: none;
  }
}
.hamburger i {
  background-color: transparent;
  border-width: 2px;
  border-color: #fff;
  border-top-style: solid;
  border-bottom-style: solid;
  display: inline-block;
  height: 14px;
  position: relative;
  text-indent: -9999px;
  width: 22px;
  transition: border-color 0.1s linear;
}
.hamburger i:before, .hamburger i:after {
  background-color: #fff;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  top: 50%;
  transform: rotate(0) translateY(-50%);
  transition: transform 0.2s linear;
}
.hamburger.is-open i {
  border-color: transparent;
}
.hamburger.is-open i:before, .hamburger.is-open i:after {
  transform-origin: center center;
}
.hamburger.is-open i:before {
  transform: rotate(225deg);
}
.hamburger.is-open i:after {
  transform: rotate(-225deg);
}
.hamburger:after {
  color: #fff;
  font-size: 10px;
  content: "MENU";
  display: block;
  width: 100%;
  text-align: center;
  transform: scale(0.75);
  line-height: 1;
  margin-top: 4px;
}

.hamburger.is-open:after {
  content: "CLOSE";
}

.header__nav__close {
  text-align: center;
  margin-top: 30px;
}
@media print, screen and (min-width: 568px) {
  .header__nav__close {
    display: none;
  }
}

.header__nav__close button {
  background-color: transparent;
  background-image: url(../img/icon_plus.svg);
  text-indent: -9999px;
  height: 35px;
  width: 35px;
  transform: rotate(45deg);
}

@media screen and (max-width: 567px) {
  .header__nav {
    z-index: 1000;
  }
}

.header__nav__container {
  height: 100%;
}
@media screen and (max-width: 567px) {
  .header__nav__container {
    display: block;
    position: relative;
  }
}

.header__nav__main,
.header__nav__body {
  vertical-align: middle;
}
@media screen and (max-width: 567px) {
  .header__nav__main,
  .header__nav__body {
    width: 100%;
  }
}

@media print, screen and (min-width: 568px) {
  .header__nav__main {
    display: none;
  }
}
@media screen and (max-width: 567px) {
  .header__nav__main {
    display: block;
  }
}

.header__nav__body.open-nav {
  display: block;
}
@media screen and (max-width: 567px) {
  .header__nav__body {
    background-color: #eee;
    overflow: scroll;
  }
}
@media screen and (max-width: 567px) {
  .header__nav__body .header__nav__inner {
    background-color: #eee;
    display: block;
    padding: 30px 12px;
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
  }
}
.header__nav__body .header__nav__inner .header__product {
  margin-top: 30px;
}

@media print, screen and (min-width: 568px) {
  .header__nav__inner .header__language,
  .header__nav__inner .header__search,
  .header__nav__inner .header__product {
    display: none;
  }
}

.header__nav__list li {
  line-height: 1.25em;
}
@media print, screen and (min-width: 568px) {
  .header__nav__list {
    font-size: 16px;
    font-weight: normal;
    border-right: 1px solid #373582;
    display: flex;
    justify-content: space-between;
  }
  .header__nav__list .rt_link, .header__nav__list .header__nav__list__item {
    flex-grow: 1;
  }
  .header__nav__list .header__nav__list__title {
    border-left: 1px solid #373582;
    font-weight: normal;
    flex-grow: 1;
    height: 30px;
  }
  .header__nav__list .header__nav__list__title a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    text-align: center;
    font-size: 16px;
  }
  .header__nav__list .header__nav__list__title.current {
    color: #373582;
    font-weight: bold;
  }
}

.rt_link, .header__nav__list__item {
  position: relative;
}

.header__nav__list__body {
  display: none;
}
@media print, screen and (min-width: 568px) {
  .header__nav__list__body {
    background-color: rgba(255, 255, 255, 0.95);
    border: 1px solid #eee;
    border-top: none;
    padding-top: 5px;
    font-size: 13px;
    position: absolute;
    z-index: 1000;
    left: 0;
    right: 0;
  }
  .header__nav__list__body li a {
    display: block;
    padding: 12px 7px;
  }
  .header__nav__list__body li + li {
    border-top: 1px dotted #ddd;
  }
  .header__nav__list__body li.sponly {
    display: none;
  }
}

@media print, screen and (min-width: 568px) {
  .header__nav__list__product {
    display: none;
  }
}

@media screen and (max-width: 567px) {
  .header__nav__list {
    border-bottom: 1px solid #ccc;
    margin: 25px 0 40px 0;
  }
  .header__nav__list .menu_none.header__nav__list__title {
    /*border-top: 1px solid #ccc;*/
  }
  .header__nav__list .menu_none.header__nav__list__title a::after {
    display: none !important;
  }
  .header__nav__list .header__nav__list__title {
    font-size: 16px;
    font-weight: bold;
  }
  .header__nav__list .header__nav__list__title a {
    display: block;
    text-align: left;
    padding: 12px 6px;
    position: relative;
  }
  .header__nav__list .header__nav__list__title a:after {
    background-image: url(../img/icon_plus.svg);
    background-size: contain;
    content: "";
    display: inline-block;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    transition: transform 0.2s linear;
    width: 16px;
  }
  .header__nav__list .header__nav__list__title.link a {
    background-image: url(../img/icon_arrow-gray.svg);
    background-size: auto 16px;
    background-position: right 16px center;
  }
  .header__nav__list .header__nav__list__title.link a:after {
    content: none;
  }
  .header__nav__list .header__nav__list__title.is-open a:after {
    transform: translateY(-50%) rotate(225deg);
  }
  .header__nav__list ul {
    padding-bottom: 10px;
  }
  .header__nav__list ul > li > a {
    background-image: url(../img/icon_arrow-gray.svg);
    background-size: auto 14px;
    background-position: 12px 12px;
    display: inline-block;
    text-align: left;
    padding: 12px 6px 12px 25px;
    position: relative;
  }
  .header__nav__list ul > li a[href^=http]:not([href^="https://www.kitagawa-ind.com/"]):after {
    content: "";
    background-image: url(../img/icon_blank.svg);
    background-size: contain;
    display: inline-block;
    height: 1em;
    width: 1em;
    vertical-align: middle;
    margin-left: 10px;
  }
}

@media screen and (max-width: 567px) {
  .rt_link, .header__nav__list__item ~ .rt_link, .header__nav__list__item {
    border-top: 1px solid #ccc;
  }
}

@media screen and (max-width: 567px) {
  .header__nav {
    display: none;
  }
}

.footer {
  position: relative;
}
@media print, screen and (min-width: 568px) {
  .footer {
    background-color: #f8f8f8;
    border-top: 1px solid #373582;
    padding-top: 35px;
  }
}
@media screen and (max-width: 567px) {
  .footer {
    border-top: 1px solid #ccc;
    padding: 20px 0 0;
    position: relative;
  }
}
.footer .footer__inner {
  margin: 0 auto;
  position: relative;
}
@media print, screen and (min-width: 568px) {
  .footer .footer__inner {
    width: 1000px;
  }
}
@media screen and (max-width: 567px) {
  .footer .footer__inner {
    width: auto;
  }
}
.footer .footer__logo {
  margin-bottom: 12px;
}
@media screen and (max-width: 567px) {
  .footer .footer__logo {
    text-align: center;
  }
}
.footer .footer__logo img {
  width: 308px;
}
@media screen and (max-width: 567px) {
  .footer .footer__logo img {
    width: 260px;
  }
}
.footer .footer__description {
  font-size: 11px;
}
@media screen and (max-width: 567px) {
  .footer .footer__description {
    display: none;
  }
}

@media print, screen and (min-width: 568px) {
  .footer__sitemap {
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
  }
}
@media screen and (max-width: 567px) {
  .footer__sitemap {
    margin-top: 22px;
  }
}

@media print, screen and (min-width: 568px) {
  .company_list.footer__sitemap__block {
    width: 32%;
    margin-right: 60px;
  }
  .company_list.footer__sitemap__block ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -7px;
  }
  .company_list.footer__sitemap__block ul li {
    width: calc(50% - 10px);
    margin-top: 7px;
  }
}

.footer__sitemap__block {
  flex-grow: 1;
}
@media screen and (max-width: 567px) {
  .footer__sitemap__block {
    border-top: 1px solid #ccc;
  }
}

.footer__sitemap__block__title {
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 567px) {
  .footer__sitemap__block__title {
    color: #373582;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0;
  }
  .footer__sitemap__block__title a {
    display: block;
    padding: 15px 12px;
    position: relative;
  }
  .footer__sitemap__block__title a:after {
    background-image: url(../img/icon_plus.svg);
    content: "";
    display: inline-block;
    height: 18px;
    width: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.2s linear;
    right: 12px;
  }
}
.footer__sitemap__block__title.is-open a:after {
  transform: translateY(-50%) rotate(225deg);
}

@media screen and (max-width: 567px) {
  .footer__sitemap__block__body {
    display: none;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 567px) {
  .footer__sitemap__block__list {
    margin: 5px 0 0 20px;
  }
}
.footer__sitemap__block__list li {
  line-height: 1.4;
}
.footer__sitemap__block__list a {
  background-image: url(../img/icon_arrow.svg);
  background-size: auto 11px;
  padding-left: 12px;
  background-position: left center;
  display: inline-block;
}
@media screen and (max-width: 567px) {
  .footer__sitemap__block__list a {
    color: #373582;
    display: block;
    font-size: 15px;
    background-position: left 0.25em;
  }
}
.footer__sitemap__block__list li + li {
  margin-top: 7px;
}
@media screen and (max-width: 567px) {
  .footer__sitemap__block__list li + li {
    margin-top: 15px;
  }
}

.footer__sitemap__block__list + .footer__sitemap__block__list {
  margin-top: calc(1.5em + 14px);
}
@media screen and (max-width: 567px) {
  .footer__sitemap__block__list + .footer__sitemap__block__list {
    margin-top: 1.5em;
  }
}

@media print, screen and (min-width: 568px) {
  .footer__product-link {
    /*position: absolute;
    top: 15px;
    right: 0;}*/
  }
  .footer__product-link .recruit_btn a {
    margin-top: 10px;
  }
}
.footer__product-link .recruit_btn a {
  background-color: #363480;
}
.footer__product-link a {
  background-image: url(../img/icon_arrow2.svg);
  background-position: right 0.4em center;
  background-size: auto 100%;
  background-color: #009acf;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  display: flex;
  align-items: center;
  padding: 0.5em 2em 0.5em 1em;
}
.footer__product-link a:hover {
  color: #fff;
}
@media screen and (max-width: 567px) {
  .footer__product-link a {
    background-size: auto 60%;
    background-position: right 12px center;
    padding-left: 12px;
    height: auto;
    line-height: auto;
  }
}
@media screen and (max-width: 567px) {
  .footer__product-link a {
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.footer__links {
  background-color: #fff;
  font-size: 12px;
  margin: 50px calc(50% - 50vw) 0;
  padding: 12px calc(50vw - 50%);
}
@media screen and (max-width: 567px) {
  .footer__links {
    margin-top: 15px;
    padding: 0;
  }
}

@media print, screen and (max-width: 1000px) {
  .footer__links {
    margin-left: 0;
    margin-right: 0;
  }
}
@media print, screen and (min-width: 568px) {
  .footer__link__list {
    text-align: center;
  }
}
@media screen and (max-width: 567px) {
  .footer__link__list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 12px;
  }
}
.footer__link__list li {
  display: inline-block;
}
@media screen and (max-width: 567px) {
  .footer__link__list li {
    margin-right: 25px;
    padding: 10px 0;
  }
}
@media print, screen and (min-width: 568px) {
  .footer__link__list li + li {
    margin-left: 20px;
  }
}
.footer__link__list a {
  position: relative;
  text-decoration: underline;
}

.footer__bottm {
  background-color: #373582;
  color: #fff;
  font-size: 12px;
  padding: 12px 0;
  text-align: center;
}
@media print, screen and (min-width: 568px) {
  .footer__bottm br {
    display: none;
  }
}
@media screen and (max-width: 567px) {
  .footer__bottm {
    font-size: 10px;
    margin-top: 15px;
    padding: 8px 0;
  }
  .footer__bottm p {
    line-height: 1.4;
  }
}

.footer__pagetop {
  position: absolute;
}
@media print, screen and (min-width: 568px) {
  .footer__pagetop {
    height: 50px;
    width: 50px;
    left: 50%;
    top: -50px;
    z-index: 2000;
    transform: translateX(450px);
  }
}
@media screen and (max-width: 567px) {
  .footer__pagetop {
    height: 40px;
    width: 40px;
    right: 0;
    top: -40px;
    z-index: 2000;
  }
}
.footer__pagetop a {
  background-color: #5e5c9a;
  background-image: url(../img/icon_arrow-white.svg);
  background-size: 18px auto;
  background-position: center center;
  display: inline-block;
  height: 50px;
  width: 50px;
  text-indent: -9999px;
  position: relative;
  transform: rotate(-90deg);
}
@media screen and (max-width: 567px) {
  .footer__pagetop a {
    background-size: 15px auto;
    height: 40px;
    width: 40px;
  }
}
.footer__pagetop.fixed {
  position: fixed;
  top: inherit;
}
@media print, screen and (min-width: 568px) {
  .footer__pagetop.fixed {
    bottom: 20px;
    left: 50%;
    transform: translateX(450px);
  }
}
@media screen and (max-width: 567px) {
  .footer__pagetop.fixed {
    bottom: 20px;
  }
}

.path {
  color: #999;
  font-size: 12px;
  width: 100%;
  margin: 17px 0 20px;
  line-height: 1;
}
@media screen and (max-width: 567px) {
  .path {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0;
  }
}
.path .path__inner {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
}
@media screen and (max-width: 567px) {
  .path .path__inner {
    width: auto;
  }
}
@media screen and (max-width: 567px) {
  .path .path__inner {
    padding: 18px 0;
  }
}
.path ol {
  display: flex;
  white-space: nowrap;
}
@media screen and (max-width: 567px) {
  .path ol li {
    white-space: nowrap;
  }
}
.path ol li a {
  text-decoration: underline;
}
@media screen and (max-width: 567px) {
  .path ol li:first-child {
    padding-left: 12px;
  }
}
@media screen and (max-width: 567px) {
  .path ol li:last-child {
    padding-right: 12px;
  }
}
.path ol li + li:before {
  content: ">";
  padding: 0 3px;
}
@media screen and (max-width: 567px) {
  .path ol li + li:before {
    padding: 0 10px;
  }
}

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

@media print, screen and (min-width: 568px) {
  br.spbr {
    display: none;
  }
}
@media screen and (max-width: 567px) {
  br.pcbr {
    display: none;
  }
}
/*------------------------------------------------------------
  Button
------------------------------------------------------------*/
.btn {
  display: inline-block;
}

.article-body .btn {
  text-decoration: none;
}

.btn-link {
  background-image: url(../img/icon_arrow-purple.svg);
  background-size: auto 0.8em;
  background-position: 0 center;
  color: #373582;
  font-size: 14px;
  padding-left: 1em;
  text-decoration: underline;
}

.btn-more {
  border: 1px solid #373582;
  background-image: url(../img/icon_arrow-purple.svg);
  background-size: auto 0.8em;
  background-position: right 0.8em center;
  color: #373582;
  font-size: 14px;
  height: 3em;
  line-height: 3em;
  padding: 0 3em;
}
.btn-more:hover {
  color: #373582;
}

.btn-product {
  background-image: url(../img/icon_arrow2.svg);
  background-position: right 0.4em center;
  background-size: auto 100%;
  background-color: #009acf;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 0.6em 2em 0.6em 1em;
}
@media screen and (max-width: 567px) {
  .btn-product {
    background-size: auto 60%;
    background-position: right 12px center;
    display: block;
    font-size: 13px;
    padding: 0.7em 2em 0.7em 12px;
  }
}

.btn-edit,
.article-body .btn-edit {
  background-image: url(../img/icon-edit.svg);
  background-size: auto 12px;
  background-position: left center;
  color: #333;
  font-weight: normal;
  font-size: 14px;
  margin-top: 5px;
  padding-left: 15px;
  text-decoration: underline;
}

.article-body .btn-product {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}
.article-body .btn-product:hover {
  color: #fff;
}

/*------------------------------------------------------------
  Layout
------------------------------------------------------------*/
* + .btn-area {
  margin-top: 25px;
}
@media screen and (max-width: 567px) {
  * + .btn-area {
    margin-top: 25px;
    text-align: center;
  }
  * + .btn-area .text-left,
  * + .btn-area .text-right {
    text-align: inherit;
  }
}

@media print, screen and (min-width: 568px) {
  .object-left {
    float: left;
    margin-right: 20px;
  }
}
@media screen and (max-width: 567px) {
  .object-left {
    text-align: center;
  }
}

@media print, screen and (min-width: 568px) {
  .object-right {
    float: right;
    margin-left: 20px;
  }
}
@media screen and (max-width: 567px) {
  .object-right {
    text-align: center;
  }
}

.object-ceter {
  text-align: center;
}

.text-left {
  text-align: left;
}

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

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

.flex-layout {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}
@media screen and (max-width: 567px) {
  .flex-layout {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.flex-layout > div {
  margin-left: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 567px) {
  .flex-layout > div {
    width: 33.3%;
    margin-left: 0;
    padding: 0 10px;
    text-align: center;
  }
}
.flex-layout div + div {
  margin-top: 0;
}
.flex-layout div.attribute-caption {
  display: block;
  margin-top: 5px;
  line-height: 1.4;
  max-width: 100%;
  text-align: left;
}
@media screen and (max-width: 567px) {
  .flex-layout div.attribute-caption {
    font-size: 10px;
  }
}

.flex-layout.flex2 {
  margin-left: 0;
  margin-bottom: 0;
}
.flex-layout.flex2 img {
  max-width: 100%;
}
.flex-layout.flex2 > div {
  margin: 0;
  width: calc(50% - 15px);
}
@media screen and (max-width: 567px) {
  .flex-layout.flex2 > div {
    width: calc(50% - 5px);
    padding: 0;
  }
}
.flex-layout.flex2 > div + div {
  margin-left: 30px;
}
@media screen and (max-width: 567px) {
  .flex-layout.flex2 > div + div {
    margin-left: 10px;
  }
}

@media print, screen and (min-width: 568px) {
  .article-body .flex-line {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 567px) {
  .article-body .flex-line {
    text-align: center;
  }
}
@media print, screen and (min-width: 568px) {
  .article-body .flex-line * + * {
    margin-top: 0;
  }
}
.article-body .flex-line .attribute-caption {
  display: block;
  font-size: 11px;
  margin-top: 5px;
  line-height: 1.4;
  max-width: 100%;
}

@media screen and (max-width: 567px) {
  .article-body .flex-line .attribute-caption {
    font-size: 10px;
  }
}
.article-body table.tbl-spec caption {
  color: #333;
  text-align: left;
}

.article-body table.tbl-spec th,
.article-body table.tbl-spec td {
  padding: 10px 15px;
}

.image-box h3, .image-box h4, .image-box h5 {
  overflow: hidden;
}
.image-box p {
  overflow: hidden;
}
.image-box:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

.content .inner-links {
  margin-bottom: 30px;
}
.content .inner-links ul {
  margin-left: 0;
}
@media print, screen and (min-width: 568px) {
  .content .inner-links ul {
    margin-top: -1em;
  }
}
@media screen and (max-width: 567px) {
  .content .inner-links ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.content .inner-links ul li {
  display: inline-block;
  padding-left: 0;
}
@media print, screen and (min-width: 568px) {
  .content .inner-links ul li {
    margin: 0 10px 10px 10px;
  }
}
@media screen and (max-width: 567px) {
  .content .inner-links ul li {
    width: 50%;
  }
}
.content .inner-links ul li:before {
  content: inherit;
  display: none;
}
.content .inner-links ul li + li {
  margin-top: 0;
}
.content .inner-links ul li:nth-child(2) ~ li {
  margin-top: 15px;
}
.content .inner-links ul a {
  color: #333;
  font-weight: normal;
  display: inline-block;
  position: relative;
  padding-left: 1.4em;
}
@media screen and (max-width: 567px) {
  .content .inner-links ul a {
    font-size: 13px;
  }
}
.content .inner-links ul a:before {
  background-image: url(../img/icon_arrow-gray.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  transform: rotate(90deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.5em;
}
@media screen and (max-width: 567px) {
  .content .inner-links ul a:before {
    margin-top: 0;
    top: 2px;
  }
}

.content .sp-object-right img,
.content .sp-object-left img {
  max-width: 30vw;
}

@media screen and (max-width: 567px) {
  .content .sp-object-right .object-right {
    float: right;
    text-align: right;
    margin-left: 15px;
  }
  .content .sp-object-right > * {
    overflow: hidden;
  }
}

@media screen and (max-width: 567px) {
  .content .sp-object-left .object-right {
    float: left;
    text-align: left;
    margin-right: 15px;
  }
  .content .sp-object-left > * {
    overflow: hidden;
  }
}

.document-box {
  font-size: 13px;
}
@media print, screen and (min-width: 568px) {
  .document-box {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 567px) {
  .document-box {
    font-size: 12px;
  }
}
.document-box div {
  margin: 0;
}
.document-box > div:first-child {
  width: 158px;
}
@media print, screen and (min-width: 568px) {
  .document-box > div:first-child {
    margin-right: 15px;
  }
}
@media screen and (max-width: 567px) {
  .document-box > div:first-child {
    margin-bottom: 15px;
  }
}
.document-box > div:first-child img {
  width: 158px;
  max-width: inherit;
}
*:not(.document-box) + .document-box {
  margin-top: 60px;
}

.catch-txt {
  font-size: 21px;
  font-weight: bold;
}
@media screen and (max-width: 567px) {
  .catch-txt {
    font-size: 18px;
  }
}

.editors-message {
  border: 1px solid #f00;
  color: #f00;
  margin-top: 45px;
  padding: 1em;
}
.article-header + .editors-message {
  margin-bottom: 30px;
  margin-top: 0;
}

ul.child-item-link,
.article-body ul.child-item-link {
  font-size: 14px;
  margin-left: 1.5em;
}
ul.child-item-link li,
.article-body ul.child-item-link li {
  list-style-type: disc;
  padding-left: 0;
}
ul.child-item-link li:before,
.article-body ul.child-item-link li:before {
  content: none;
}
ul.child-item-link li a,
.article-body ul.child-item-link li a {
  color: inherit;
  font-weight: normal;
  text-decoration: underline;
}
ul.child-item-link li + li,
.article-body ul.child-item-link li + li {
  margin-top: 20px;
}

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps > .ps__rail-x,
.ps > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #666;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #666;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #666;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #666;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.edit-container {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  position: relative;
}
@media screen and (max-width: 567px) {
  .edit-container {
    width: auto;
  }
}
.edit-container:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
@media print, screen and (min-width: 568px) {
  .edit-container {
    font-size: 13px;
    padding: 15px 0;
  }
}
@media screen and (max-width: 567px) {
  .edit-container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media print, screen and (min-width: 568px) {
  .edit-container .border-box {
    width: 745px;
    margin: 0 auto;
  }
}

.content-edit,
.content-edit-draft {
  margin-top: 20px;
  margin-bottom: 50px;
}
.content-edit .translation,
.content-edit-draft .translation {
  margin-bottom: 1.5em;
}

.content-edit h1.long,
.content-edit-draft h1.long {
  font-size: 1.5em;
  color: #333;
  margin-bottom: 0.5em;
}

.content-edit div.block {
  padding-bottom: 1em;
  margin-bottom: 1em;
  word-wrap: break-word;
}

.content-edit .element .datepicker-icon {
  margin-bottom: -2px;
  padding-top: 9px;
  box-sizing: content-box;
}

.content-edit label {
  font-weight: bold;
  padding-right: 0.5em;
  display: block;
  white-space: nowrap;
  font-size: 1.1em;
  margin-bottom: 0.5em;
}

.content-edit fieldset {
  border: 1px solid #CACACA;
  background-color: #F8F8F8;
  padding: 0.7em;
  margin: 0;
}

.content-edit legend {
  font-weight: bold;
  color: #000;
  padding: 0 0.35em 0 0.35em;
  font-size: 1.1em;
}

.content-edit span.classattribute-description {
  color: #333;
  font-size: 0.8em;
  font-weight: normal;
  padding: 0 0.5em 0 0.5em;
  margin-bottom: 1.5em;
  position: relative;
}

.ezcca-edit-meta_key span.classattribute-description {
  word-wrap: break-word;
  padding-left: 0;
}

.content-edit input {
  font-size: 1em;
}

.content-edit input.button,
.content-edit input.defaultbutton,
.content-edit input.button-disabled {
  width: auto;
  overflow: visible;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  vertical-align: bottom;
  cursor: pointer;
  color: #44484d;
  background: #fff;
  border: 1px solid #cfd1d3;
  border-radius: 3px;
  font-size: 1em;
  margin-left: 5px;
  padding: 3px 6px;
  transition: all 300ms ease;
  line-height: 1.6;
}

.content-edit input.defaultbutton {
  background-color: #567975;
  color: #f5f3dd;
  font-weight: normal;
  margin-right: 1em;
}

/*draft*/
.content-edit-draft h2 {
  font-size: 1.2em;
  margin-top: 20px;
  margin-bottom: 5px;
}

.content-edit-draft .object {
  padding: 10px 15px 15px;
  border: 10px solid #fa9402;
  margin: 20px 0;
}

.content-edit-draft table.list td,
.content-edit-draft table.list th {
  padding: 1em;
}
.content-edit-draft table.list td a,
.content-edit-draft table.list th a {
  text-decoration: underline;
}

.content-edit-draft table.list td:first-child,
.content-edit-draft table.list th:first-child {
  width: 1px;
  white-space: nowrap;
}

.content-edit-draft table.list td:nth-child(2),
.content-edit-draft table.list th:nth-child(2) {
  width: 1px;
  white-space: nowrap;
}

.content-edit-draft input.defaultbutton,
.content-edit-draft input.button {
  color: #44484d;
  background: #fff;
  border: 1px solid #cfd1d3;
  border-radius: 3px;
  font-size: 1em;
  margin-left: 5px;
  padding: 3px 6px;
  transition: all 300ms ease;
  vertical-align: bottom;
}

/*------------------------------------------------------------
  TOPICS LIST
------------------------------------------------------------*/
.article-header {
  background-color: #f8f8f8;
  border-bottom: 2px solid #373582;
  display: flex;
  margin-bottom: 58px;
}
.article-header:after {
  content: "";
  width: 0;
  min-height: 100px;
}
@media screen and (max-width: 567px) {
  .article-header {
    margin: 0 -12px 30px -12px;
  }
  .article-header:after {
    content: "";
    width: 0;
    min-height: 0;
  }
}

.article-header__inner {
  padding: 0 13px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 567px) {
  .article-header__inner {
    padding: 15px 12px;
  }
}

.article-header__title {
  font-size: 38px;
  font-weight: normal;
  line-height: 1.1;
}
@media screen and (max-width: 567px) {
  .article-header__title {
    font-size: 24px;
    line-height: 1.2;
  }
}
.article-header__title span {
  font-size: 30px;
}
@media screen and (max-width: 567px) {
  .article-header__title span {
    font-size: 16px;
  }
}

.article-header__parent {
  color: #373582;
  font-size: 18px;
  margin-bottom: 2px;
}
@media screen and (max-width: 567px) {
  .article-header__parent {
    font-size: 14px;
  }
}

.headding-main, .article-body h2 {
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 45px;
  padding: 0 15px 0 15px;
  position: relative;
  z-index: 100;
  line-height: 1.6;
}
@media screen and (max-width: 567px) {
  .headding-main, .article-body h2 {
    font-size: 22px;
    margin: 0 -12px 30px -12px;
    padding: 0 12px 5px 12px;
    line-height: 1.2;
  }
}
.headding-main:before, .article-body h2:before {
  content: "";
  display: block;
  position: absolute;
  background-image: linear-gradient(-45deg, #d9d9e7 1px, transparent 1px, transparent 25%, #d9d9e7 25%, #d9d9e7 calc(25% + 1px), transparent 0, transparent 50%, #d9d9e7 50%, #d9d9e7 calc(50% + 1px), transparent 0, transparent 75%, #d9d9e7 75%, #d9d9e7 calc(75% + 1px), transparent 0, transparent calc(100% - 1px), #d9d9e7);
  background-repeat: repeat;
  background-size: 10px 10px;
  background-position: center center;
  height: 15px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
* + .headding-main, .article-body * + h2 {
  margin-top: 70px;
}
@media screen and (max-width: 567px) {
  * + .headding-main, .article-body * + h2 {
    margin-top: 70px;
  }
}
.headding-main .btn-edit, .article-body h2 .btn-edit {
  margin-left: 15px;
}

.headding-catch, .article-body .headding-catch {
  color: #373582;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 45px;
  position: relative;
  z-index: 100;
  line-height: 1.5;
  padding: 0;
}
.headding-catch:before, .article-body .headding-catch:before {
  content: none;
}
@media screen and (max-width: 567px) {
  .headding-catch, .article-body .headding-catch {
    font-size: 22px;
    margin: 0 -12px 30px -12px;
    padding: 0 12px 5px 12px;
    line-height: 1.2;
  }
}
* + .headding-catch, .article-body * + .headding-catch {
  margin-top: 70px;
}
@media screen and (max-width: 567px) {
  * + .headding-catch, .article-body * + .headding-catch {
    margin-top: 70px;
  }
}

.headding-sub, .article-body h3 {
  border-bottom: 1px solid #aaa;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
@media screen and (max-width: 567px) {
  .headding-sub, .article-body h3 {
    font-size: 18px;
    font-weight: normal;
  }
}
* + .headding-sub, .article-body * + h3 {
  margin-top: 50px;
}
@media screen and (max-width: 567px) {
  * + .headding-sub, .article-body * + h3 {
    margin-top: 40px;
  }
}
.headding-sub .btn-edit, .article-body h3 .btn-edit {
  margin-left: 10px;
}

.headding-mini, .article-body h4 {
  color: #373582;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
* + .headding-mini, .article-body * + h4 {
  margin-top: 50px;
}
@media screen and (max-width: 567px) {
  * + .headding-mini, .article-body * + h4 {
    margin-top: 30px;
  }
}

*:not(.article-header) + .article-body {
  margin-top: 70px;
}
@media screen and (max-width: 567px) {
  *:not(.article-header) + .article-body {
    margin-top: 70px;
  }
}

@media print, screen and (min-width: 568px) {
  .deep-navigation + .article-body {
    margin-top: 58px;
  }
}
@media screen and (max-width: 567px) {
  .deep-navigation + .article-body {
    margin-top: 30px;
  }
}

@media screen and (max-width: 567px) {
  table.sp-none-table, .article-body table.sp-none-table {
    display: block;
  }
  table.sp-none-table tbody, .article-body table.sp-none-table tbody {
    display: block;
  }
  table.sp-none-table tr, .article-body table.sp-none-table tr {
    display: block;
  }
  table.sp-none-table th, .article-body table.sp-none-table th,
  table.sp-none-table td,
  .article-body table.sp-none-table td {
    border: none;
    display: block;
    padding: 10px;
    width: 100% !important;
  }
  table.sp-none-table th, .article-body table.sp-none-table th {
    text-align: left;
    padding: 7px 10px;
    white-space: normal;
  }
}

table.none-border th, .article-body table.none-border th,
table.none-border td,
.article-body table.none-border td {
  border: none;
  text-align: left;
  word-break: normal;
}
table.none-border th, .article-body table.none-border th {
  background-color: transparent;
  white-space: inherit;
}
@media print, screen and (min-width: 568px) {
  table.none-border th, .article-body table.none-border th {
    width: 1px;
    white-space: nowrap;
  }
}
table.none-border th, .article-body table.none-border th {
  padding: 7px 20px 7px 0;
}
@media screen and (max-width: 567px) {
  table.none-border th, .article-body table.none-border th {
    padding: 7px 15px 7px 0;
  }
}
table.none-border td, .article-body table.none-border td {
  padding: 7px 10px;
}

.article-body {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 567px) {
  .article-body {
    font-size: 14px;
  }
}
.article-body * + * {
  margin-top: 30px;
}
.article-body li,
.article-body dt,
.article-body dd,
.article-body br,
.article-body th,
.article-body td {
  margin-top: 0;
}
.article-body * + *:not(p, h2, h3, h4) {
  margin-top: 30px;
}
@media screen and (max-width: 567px) {
  .article-body * + *:not(p, h2, h3, h4) {
    margin-top: 35px;
  }
}
.article-body h5 {
  font-weight: bold;
  margin-bottom: 12px;
}
.article-body h2,
.article-body h3,
.article-body h4,
.article-body h5 {
  clear: both;
}
.article-body h2 + *,
.article-body h3 + *,
.article-body h4 + *,
.article-body h5 + * {
  margin-top: 0;
}
.article-body li {
  font-size: 14px;
  line-height: 1.4;
}
.article-body li + li {
  margin-top: 10px;
}
@media screen and (max-width: 567px) {
  .article-body li + li {
    margin-top: 15px;
  }
}
.article-body ul {
  margin-left: 15px;
}
@media screen and (max-width: 567px) {
  .article-body ul {
    margin-left: 2px;
  }
}
.article-body ul li {
  position: relative;
  padding-left: 1.5em;
}
.article-body ul li:before {
  content: "";
  display: inline-block;
  background-color: #373582;
  height: 0.85em;
  width: 0.85em;
  position: absolute;
  top: 0.2em;
  left: 0;
}
.article-body ol {
  padding-left: 1.5em;
  list-style-position: outside;
  margin-left: 15px;
}
@media screen and (max-width: 567px) {
  .article-body ol {
    margin-left: 2px;
  }
}
.article-body ol > li {
  list-style-type: decimal;
}
.article-body li * + * {
  margin-top: 10px;
}
.article-body li ul,
.article-body li ol {
  margin: 0.7em;
}
.article-body li ul li,
.article-body li ol li {
  font-size: 85%;
}
.article-body li ul li:before {
  height: 0.5em;
  width: 0.5em;
  top: 0.35em;
}
.article-body b.em,
.article-body strong {
  font-weight: bold;
}
.article-body a {
  color: #373582;
  text-decoration: underline;
  font-weight: bold;
}
.article-body sup,
.article-body sub {
  font-size: 60%;
}
.article-body sup {
  vertical-align: super;
}
.article-body sub {
  vertical-align: sub;
}
.article-body table, .article-body table.none-border, .article-body table.sp-none-table {
  font-size: 14px;
  width: 100%;
  clear: both;
}
@media screen and (max-width: 567px) {
  .article-body table, .article-body table.none-border, .article-body table.sp-none-table {
    font-size: 12px;
  }
}
.article-body table caption, .article-body table.none-border caption, .article-body table.sp-none-table caption {
  color: #666;
  text-align: right;
  font-size: 14px;
  margin-bottom: 5px;
}
@media screen and (max-width: 567px) {
  .article-body table caption, .article-body table.none-border caption, .article-body table.sp-none-table caption {
    font-size: 12px;
  }
}
.article-body table th, .article-body table.none-border th, .article-body table.sp-none-table th,
.article-body table td,
.article-body table.none-border td,
.article-body table.sp-none-table td {
  border: 1px solid #666;
  padding: 15px;
}
@media screen and (max-width: 567px) {
  .article-body table th, .article-body table.none-border th, .article-body table.sp-none-table th,
  .article-body table td,
  .article-body table.none-border td,
  .article-body table.sp-none-table td {
    padding: 10px;
  }
}
.article-body table th, .article-body table.none-border th, .article-body table.sp-none-table th {
  background-color: #e9e9f3;
  font-weight: normal;
  white-space: nowrap;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 567px) {
  .article-body table th, .article-body table.none-border th, .article-body table.sp-none-table th {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.article-body table.gray th {
  background-color: #ccc;
}
.article-body table.no-border-fff th,
.article-body table.no-border-fff td {
  border: none;
}
.article-body table.no-border-fff th {
  font-weight: bold;
}
.article-body table.no-border-fff tr td:first-child,
.article-body table.no-border-fff tr th:first-child {
  background-color: transparent;
  text-align: left;
  padding: 15px 0;
}
@media print, screen and (min-width: 568px) {
  .article-body .object-left {
    float: left;
    margin-right: 20px;
  }
}
@media screen and (max-width: 567px) {
  .article-body .object-left {
    text-align: center;
  }
}
@media print, screen and (min-width: 568px) {
  .article-body .object-right {
    float: right;
    margin-left: 20px;
  }
}
@media screen and (max-width: 567px) {
  .article-body .object-right {
    text-align: center;
  }
}
.article-body .object-center {
  text-align: center;
}
.article-body .object-center .attribute-caption {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 568px) {
  .article-body .object-left,
  .article-body .object-right {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 568px) {
  .article-body .object-left + h3, .article-body .object-left + h4, .article-body .object-left + h5,
  .article-body .object-right + h3,
  .article-body .object-right + h4,
  .article-body .object-right + h5 {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 568px) {
  .article-body .object-right + p,
  .article-body .object-left + p {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 568px) {
  .article-body p + .object-right + p,
  .article-body p + .object-left + p {
    margin-top: 30px;
  }
}
.article-body .object-ceter {
  text-align: center;
}
.article-body .text-left {
  text-align: left;
}
.article-body .text-center {
  text-align: center;
}
.article-body .text-right {
  text-align: right;
}
.article-body .attribute-caption {
  color: #666;
  font-size: 12px;
  margin-top: 5px;
  text-align: center;
}
@media screen and (max-width: 567px) {
  .article-body .attribute-caption {
    width: auto !important;
  }
}
.article-body .document-link {
  font-size: 14px;
}
.article-body .document-link a {
  font-weight: normal;
  position: relative;
}
@media print, screen and (min-width: 568px) {
  .article-body .document-link a {
    padding-right: 30px;
  }
}
.article-body .document-link a:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
}
@media print, screen and (min-width: 568px) {
  .article-body .document-link a:after {
    height: 24px;
    width: 20px;
    position: absolute;
    right: 0;
    top: -5px;
  }
}
@media screen and (max-width: 567px) {
  .article-body .document-link a:after {
    height: 20px;
    width: 15px;
    vertical-align: middle;
    margin-left: 7px;
  }
}
.article-body span.document-link {
  display: block;
}
.article-body .ccm-block-file a {
  color: #373582;
  text-decoration: underline;
  font-weight: normal;
  position: relative;
  font-size: 14px;
}
.article-body a.pdf {
  padding-right: 30px;
  color: #373582;
  text-decoration: underline;
  font-weight: normal;
  position: relative;
  font-size: 14px;
}
@media screen and (max-width: 567px) {
  .article-body a.pdf {
    padding-right: 20px;
  }
}
.article-body a.pdf:after {
  content: "";
  background-image: url(../img/icon_pdf.svg);
  height: 24px;
  width: 20px;
  position: absolute;
  right: 0;
  top: -5px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
@media screen and (max-width: 567px) {
  .article-body a.pdf:after {
    height: 20px;
    width: 15px;
    vertical-align: middle;
    margin-left: 7px;
    top: 0;
    position: inherit;
  }
}
.article-body .ccm-block-file.pdf a {
  padding-right: 30px;
}
@media screen and (max-width: 567px) {
  .article-body .ccm-block-file.pdf a {
    padding-right: 20px;
  }
}
.article-body .ccm-block-file.pdf a:after {
  content: "";
  background-image: url(../img/icon_pdf.svg);
  height: 24px;
  width: 20px;
  position: absolute;
  right: 0;
  top: -5px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
@media screen and (max-width: 567px) {
  .article-body .ccm-block-file.pdf a:after {
    height: 20px;
    width: 15px;
    vertical-align: middle;
    margin-left: 7px;
    top: 0;
  }
}
.article-body a.xlsx {
  padding-right: 30px;
  color: #373582;
  text-decoration: underline;
  font-weight: normal;
  position: relative;
  font-size: 14px;
}
@media screen and (max-width: 567px) {
  .article-body a.xlsx {
    padding-right: 20px;
  }
}
.article-body a.xlsx:after {
  content: "";
  background-image: url(../img/icon_xls.svg);
  height: 24px;
  width: 20px;
  position: absolute;
  right: 0;
  top: -5px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
@media screen and (max-width: 567px) {
  .article-body a.xlsx:after {
    height: 20px;
    width: 15px;
    vertical-align: middle;
    margin-left: 7px;
    top: 0;
  }
}
.article-body .ccm-block-file.xlsx a {
  padding-right: 30px;
}
@media screen and (max-width: 567px) {
  .article-body .ccm-block-file.xlsx a {
    padding-right: 20px;
  }
}
.article-body .ccm-block-file.xlsx a:after {
  content: "";
  background-image: url(../img/icon_xls.svg);
  height: 24px;
  width: 20px;
  position: absolute;
  right: 0;
  top: -5px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
@media screen and (max-width: 567px) {
  .article-body .ccm-block-file.xlsx a:after {
    height: 20px;
    width: 15px;
    vertical-align: middle;
    margin-left: 7px;
    top: 0;
  }
}
.article-body em {
  font-style: italic;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.article-body .attribute-pdf a:after {
  background-image: url(../img/icon_pdf.svg);
}
.article-body *[class*=spreadsheetml] a:after {
  background-image: url(../img/icon_xls.svg);
}
.article-body span.red {
  color: #fa1903;
}
.article-body span.blue {
  color: #0369F4;
}
.article-body span.green {
  color: #02c876;
}
.article-body span.yellow {
  color: #ffc938;
}
.article-body span.orange {
  color: #fa9403;
}
.article-body span.purple {
  color: #9403fa;
}
.article-body .font-big {
  font-size: 130%;
}
.article-body .font-small {
  font-size: 85%;
}
.article-body .ccm-ui li:before {
  content: none;
}
.article-body .ccm-ui.ccm-area-footer * {
  margin-top: 0;
}
@media screen and (max-width: 567px) {
  .article-body table, .article-body table.sp-none-table, .article-body table.none-border {
    width: 100% !important;
  }
}

/*------------------------------------------------------------
  TOPICS LIST
------------------------------------------------------------*/
@media print, screen and (min-width: 568px) {
  .topics-list {
    display: table;
  }
}
@media screen and (max-width: 567px) {
  .topics-list {
    border-bottom: 1px solid #ccc;
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media print, screen and (min-width: 568px) {
  .topics-list li {
    display: table-row;
    font-size: 14px;
  }
}
@media screen and (max-width: 567px) {
  .topics-list li {
    align-items: center;
    border-top: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
    padding: 10px 12px 0 12px;
  }
}
@media print, screen and (min-width: 568px) {
  .topics-list li .item__date,
  .topics-list li .item__label,
  .topics-list li .item__body {
    display: table-cell;
    vertical-align: top;
    padding: 8px 0;
  }
}
.topics-list li .item__date {
  white-space: nowrap;
}
@media print, screen and (min-width: 568px) {
  .topics-list li .item__date {
    font-size: 16px;
    padding-top: 13px;
    padding-right: 27px;
  }
}
@media screen and (max-width: 567px) {
  .topics-list li .item__date {
    font-size: 12px;
    width: 9em;
  }
}
.topics-list li .item__label {
  padding-right: 18px;
}
@media screen and (max-width: 567px) {
  .topics-list li .item__label {
    font-size: 11px;
  }
}
.topics-list li .item__label .label {
  display: inline-block;
  color: #fff;
  height: 24px;
  line-height: 24px;
  width: 90px;
  text-align: center;
}
@media screen and (max-width: 567px) {
  .topics-list li .item__label .label {
    height: auto;
    line-height: 1.5;
    padding: 0;
    width: 6em;
  }
}
.topics-list li .label--ir {
  background-color: #007aa5;
}
.topics-list li .label--co {
  background-color: #7e7e7e;
}
.topics-list li .label--product {
  background-color: #b02928;
}
.topics-list li .item__body {
  text-align: left;
  line-height: 1.4;
}
@media print, screen and (min-width: 568px) {
  .topics-list li .item__body {
    padding-top: 11px;
  }
}
@media screen and (max-width: 567px) {
  .topics-list li .item__body {
    display: block;
    font-size: 13px;
    width: 100%;
  }
}
.topics-list li .item__body a,
.topics-list li .item__body span {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 567px) {
  .topics-list li .item__body a,
  .topics-list li .item__body span {
    display: block;
    margin-left: -12px;
    margin-right: -12px;
    padding: 8px 12px;
  }
}
.topics-list li .item__body a {
  text-decoration: underline;
}
@media screen and (max-width: 567px) {
  .topics-list li .item__body a {
    background-image: url(../img/icon_arrow-gray.svg);
    background-position: right 12px center;
    background-size: auto 14px;
    text-decoration: none;
    padding-right: 24px;
  }
}
@media print, screen and (min-width: 568px) {
  .topics-list li a.pdf {
    padding-right: 30px;
  }
}
.topics-list li a.pdf:after {
  background-image: url(../img/icon_pdf.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
}
@media print, screen and (min-width: 568px) {
  .topics-list li a.pdf:after {
    height: 24px;
    width: 20px;
    position: absolute;
    right: 0;
    top: -5px;
  }
}
@media screen and (max-width: 567px) {
  .topics-list li a.pdf:after {
    height: 20px;
    width: 15px;
    vertical-align: middle;
    margin-left: 7px;
  }
}
.topics-list .btn-edit {
  display: block !important;
}

/*------------------------------------------------------------
  事業内容
------------------------------------------------------------*/
@media print, screen and (min-width: 568px) {
  .business-layout01 {
    display: flex;
  }
}

.business-layout01__image {
  text-align: center;
}
@media print, screen and (min-width: 568px) {
  .business-layout01__image {
    padding-right: 30px;
  }
}
.business-layout01__image img {
  width: 400px;
}
@media screen and (max-width: 567px) {
  .business-layout01__image img {
    max-width: 280px;
  }
}

.business-layout01__links {
  display: flex;
  font-size: 15px;
  font-weight: bold;
}
@media print, screen and (min-width: 568px) {
  .business-layout01__links {
    flex-grow: 1;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0;
  }
}
@media screen and (max-width: 567px) {
  .business-layout01__links {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 10px;
    text-align: left;
  }
}
.business-layout01__links .links__item {
  background-color: #fff;
  border: 1px solid #d0d0d0;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 568px) {
  .business-layout01__links .links__item {
    flex-grow: 1;
  }
}
@media screen and (max-width: 567px) {
  .business-layout01__links .links__item {
    width: 50%;
  }
}
.business-layout01__links .links__item img {
  vertical-align: middle;
  width: 65px;
}
@media screen and (max-width: 567px) {
  .business-layout01__links .links__item img {
    width: 43px;
  }
}
.business-layout01__links .links__item a > div {
  text-align: center;
}
@media print, screen and (min-width: 568px) {
  .business-layout01__links .links__item a > div {
    width: 65px;
    line-height: 65px;
    margin-right: 13px;
  }
}
@media screen and (max-width: 567px) {
  .business-layout01__links .links__item a > div {
    margin-right: 8px;
    width: 43px;
  }
}
.business-layout01__links .links__item a {
  align-items: center;
  background-image: url(../img/icon_arrow-gray.svg);
  background-size: auto 11px;
  background-position: right 12px center;
  color: inherit;
  display: flex;
  width: 100%;
  padding: 0 7px;
  position: relative;
  z-index: 100;
  flex-grow: 1;
  text-decoration: none;
}
@media screen and (max-width: 567px) {
  .business-layout01__links .links__item a {
    background-position: right 5px center;
    padding: 3px 0 3px 3px;
  }
}
.business-layout01__links .links__item span {
  margin-top: 0;
}
@media print, screen and (min-width: 568px) {
  .business-layout01__links .links__item + .links__item {
    margin-top: -1px;
  }
}
@media screen and (max-width: 567px) {
  .business-layout01__links .links__item + .links__item {
    margin-top: 0;
  }
}
@media screen and (max-width: 567px) {
  .business-layout01__links .links__item:nth-child(2) ~ .links__item {
    margin-top: -1px;
  }
}
@media screen and (max-width: 567px) {
  .business-layout01__links .links__item:nth-child(even) {
    margin-left: -1px;
  }
}

@media print, screen and (min-width: 568px) {
  .business-thumbs-container .flex-layout {
    margin-left: -17px;
  }
}
@media print, screen and (min-width: 568px) {
  .business-thumbs-container .flex-layout > div {
    margin-left: 17px;
    margin-bottom: 17px;
    width: 110px;
  }
}
@media screen and (max-width: 567px) {
  .business-thumbs-container .flex-layout > div {
    padding: 0 5px;
  }
}
@media screen and (max-width: 567px) {
  .business-thumbs-container {
    transition: height 0.7s ease-in;
    overflow: hidden;
    position: relative;
  }
  .business-thumbs-container:before {
    content: "";
    background: linear-gradient(to top, hsl(0, 0%, 100%) 20%, hsla(0, 0%, 100%, 0.8) 65%, hsla(0, 0%, 100%, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: 15vh;
    opacity: 0;
    transition: all 0.7s ease-out;
  }
  .business-thumbs-container.closed {
    height: 70vw !important;
  }
  .business-thumbs-container.closed:before {
    z-index: 1000;
    opacity: 1;
    transition: all 0.7s ease-out;
  }
}

.business-thumbs__btn {
  border: 1px solid #999;
  background-color: #fff;
  text-indent: -9999px;
  cursor: pointer;
  text-align: center;
  width: 200px;
  margin: 10px auto;
  position: relative;
  z-index: 1000;
}
@media print, screen and (min-width: 568px) {
  .business-thumbs__btn {
    display: none;
  }
}
.business-thumbs__btn p {
  margin: 0;
  line-height: 0 !important;
}
.business-thumbs__btn:before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  background-image: url(../img/icon_arrow-gray.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: rotate(-90deg);
  margin-top: -8px;
  transform-origin: center center;
  right: 10px;
  transition: transform 0.2s ease-in;
}
.business-thumbs__btn:after {
  content: "一部表示する";
  display: block;
  text-indent: 0;
  padding: 5px 0;
}
.closed + .business-thumbs__btn {
  margin-top: -50px;
}
.closed + .business-thumbs__btn:after {
  content: "全て表示する";
}
.closed + .business-thumbs__btn:before {
  transform: rotate(90deg);
}

.business-layout02 {
  margin-top: 50px;
}
@media print, screen and (min-width: 568px) {
  .business-layout02 {
    display: flex;
  }
}

.business-layout02__image {
  text-align: center;
}
@media print, screen and (min-width: 568px) {
  .business-layout02__image {
    width: 300px;
  }
}
.business-layout02__image img {
  width: 100%;
}
@media screen and (max-width: 567px) {
  .business-layout02__image img {
    width: auto;
    max-height: 210px;
  }
}

@media print, screen and (min-width: 568px) {
  .business-layout02__main {
    width: calc(100% - 300px);
    padding-right: 30px;
  }
}

@media print, screen and (min-width: 568px) {
  .flex-layout-global img {
    width: 133px;
  }
}

@media print, screen and (min-width: 568px) {
  .flex-layout-global > div {
    width: 133px;
  }
}

/*------------------------------------------------------------
  IR TOP
------------------------------------------------------------*/
/*------------------------------------------------------------
  IR library
------------------------------------------------------------*/
.irlib-gruop + .irlib-gruop {
  margin-top: 60px;
}

.irlib-gruop__block + .irlib-gruop__block {
  margin-top: 30px;
}

@media screen and (max-width: 567px) {
  .irlib-gruop__block .headding-sub, .irlib-gruop__block .article-body h3, .article-body .irlib-gruop__block h3 {
    border-bottom: none;
    padding-bottom: 0;
  }
}

@media print, screen and (min-width: 568px) {
  .irlib-list {
    display: table;
  }
}
@media screen and (max-width: 567px) {
  .irlib-list {
    border-bottom: 1px solid #ccc;
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media print, screen and (min-width: 568px) {
  .irlib-list li {
    display: table-row;
    font-size: 14px;
  }
}
@media screen and (max-width: 567px) {
  .irlib-list li {
    align-items: center;
    border-top: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
    padding: 10px 12px 0 12px;
  }
}
@media print, screen and (min-width: 568px) {
  .irlib-list li .item__date,
  .irlib-list li .item__body {
    display: table-cell;
    vertical-align: top;
    padding: 8px 0;
  }
}
.irlib-list li .item__date {
  white-space: nowrap;
}
@media print, screen and (min-width: 568px) {
  .irlib-list li .item__date {
    font-size: 16px;
    padding-top: 12px;
    padding-right: 27px;
  }
}
@media screen and (max-width: 567px) {
  .irlib-list li .item__date {
    font-size: 12px;
    width: 9em;
  }
}
.irlib-list li .item__body {
  text-align: left;
  line-height: 1.4;
}
@media print, screen and (min-width: 568px) {
  .irlib-list li .item__body {
    padding-top: 11px;
  }
}
@media screen and (max-width: 567px) {
  .irlib-list li .item__body {
    display: block;
    font-size: 13px;
    width: 100%;
  }
}
.irlib-list li .item__body a {
  display: inline-block;
  position: relative;
  text-decoration: underline;
}
@media print, screen and (min-width: 568px) {
  .irlib-list li .item__body a {
    padding-right: 30px;
  }
}
@media screen and (max-width: 567px) {
  .irlib-list li .item__body a {
    display: block;
    margin-left: -12px;
    margin-right: -12px;
    padding: 8px 24px 8px 12px;
    background-image: url(../img/icon_arrow-gray.svg);
    background-position: right 12px center;
    background-size: auto 14px;
    text-decoration: none;
  }
}
.irlib-list li .item__body a:after {
  background-image: url(../img/icon_pdf.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
}
@media print, screen and (min-width: 568px) {
  .irlib-list li .item__body a:after {
    height: 24px;
    width: 20px;
    position: absolute;
    right: 0;
    top: -5px;
  }
}
@media screen and (max-width: 567px) {
  .irlib-list li .item__body a:after {
    height: 20px;
    width: 15px;
    vertical-align: middle;
    margin-left: 7px;
  }
}
.irlib-list li .item__body .btn-edit {
  display: block;
}
.irlib-list li .item__body .btn-edit a {
  padding-right: 0;
}
.irlib-list li .item__body .btn-edit a:after {
  content: none;
}
.irlib-list li .item__body span {
  color: #666;
}

.meeting_html .flex-layout div:target {
  border: 1px solid #ccc;
}

.meeting_label {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  padding-left: 10px;
}

/*------------------------------------------------------------
  IR NEWS
------------------------------------------------------------*/
.ir-release__header {
  margin-bottom: 20px;
}

/*------------------------------------------------------------
  IR Heighlight
------------------------------------------------------------*/
.meeting_html .flex-layout > div {
  width: 50%;
  margin-left: 0;
}
@media screen and (max-width: 567px) {
  .meeting_html .flex-layout > div {
    padding: 0;
  }
}

/*------------------------------------------------------------
  先輩社員の声
------------------------------------------------------------*/
.sr-list {
  display: flex;
  flex-wrap: wrap;
}

.sr-list__item {
  border: 1px solid #ccc;
}
@media print, screen and (min-width: 568px) {
  .sr-list__item {
    width: 235px;
  }
}
@media screen and (max-width: 567px) {
  .sr-list__item {
    width: calc(50% - 5px);
  }
}
.sr-list__item a {
  align-items: center;
  display: flex;
  padding: 7px;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
}
@media screen and (max-width: 567px) {
  .sr-list__item a {
    padding: 7px 5px;
  }
}
.sr-list__item .item__main {
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 567px) {
  .sr-list__item .item__main {
    font-size: 10px;
  }
}
.sr-list__item .item__image {
  margin-right: 12px;
}
@media screen and (max-width: 567px) {
  .sr-list__item .item__image {
    margin-right: 5px;
  }
}
.sr-list__item .item__title {
  font-size: 18px;
}
@media screen and (max-width: 567px) {
  .sr-list__item .item__title {
    font-size: 14px;
  }
}
.sr-list__item .item__title span {
  color: #373582;
  font-size: 13px;
  display: block;
  margin-bottom: 2px;
}
@media screen and (max-width: 567px) {
  .sr-list__item .item__title span {
    font-size: 12px;
  }
}
.sr-list__item p {
  color: #666;
  margin-top: 3px;
}

@media print, screen and (min-width: 568px) {
  .sr-list__item + .sr-list__item {
    margin-left: 20px;
  }
}

@media screen and (max-width: 567px) {
  .sr-list__item:nth-child(even) {
    margin-left: 10px;
  }
}

@media print, screen and (min-width: 568px) {
  .sr-list__item:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 567px) {
  .sr-list__item:nth-child(2) ~ .sr-list__item {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 568px) {
  .sr-list__item:nth-child(3) ~ .sr-list__item {
    margin-top: 20px;
  }
}

.voice .btn-area {
  margin-top: 45px;
}

.sr-catch {
  color: #373582;
  font-size: 21px;
}
@media screen and (max-width: 567px) {
  .sr-catch {
    font-size: 16px;
  }
}

/*------------------------------------------------------------
  ニュース詳細
------------------------------------------------------------*/
.news-body__time {
  margin-top: -20px;
}

/*------------------------------------------------------------
  サイトマップ
------------------------------------------------------------*/
@media print, screen and (min-width: 568px) {
  .sitemap-contents {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    position: relative;
  }
  .sitemap-contents__contaier {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin: -45px 0 30px -5%;
    padding-bottom: 60px;
  }
  .sitemap-contents__contaier .depth1 {
    width: 45%;
    margin: 45px 0 0 5%;
  }
  .sitemap-contents__contaier .depth1 ul {
    overflow: hidden;
    margin: 0 0 0 -28px;
  }
  .sitemap-contents__contaier .depth1 ul li {
    float: left;
    margin: 12px 0 0 28px;
  }
}
@media screen and (max-width: 567px) {
  .sitemap-contents {
    padding-left: 12px;
    padding-right: 12px;
  }
  .sitemap-contents__contaier {
    flex-direction: column;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

/*------------------------------------------------------------
  検索結果画面
------------------------------------------------------------*/
@media print, screen and (min-width: 568px) {
  .search-contens {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    position: relative;
  }
}
@media screen and (max-width: 567px) {
  .search-contens {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.search-contens__contaier {
  margin-bottom: 30px;
  /*
  件数
  */
  /*
  結果リスト
  */
  /*
  ページャー
  */
}
@media screen and (max-width: 567px) {
  .search-contens__contaier {
    margin-bottom: 80px;
  }
}
.search-contens__contaier__window {
  position: relative;
  padding: 30px;
  background: #cdccea;
}
@media screen and (max-width: 567px) {
  .search-contens__contaier__window {
    padding: 15px;
  }
}
.search-contens__contaier__window input[type=search] {
  border: none;
  background-color: #efefef;
  border-radius: 20px/50%;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}
@media screen and (max-width: 567px) {
  .search-contens__contaier__window input[type=search] {
    width: 100% !important;
  }
}
.search-contens__contaier__window input[type=submit] {
  background-color: transparent;
  background-image: url(../img/icon_search.svg);
  background-size: auto 60%;
  background-position: 51px center;
  cursor: pointer;
  outline: none;
  height: 40px;
  border: 2px solid #373582;
  border-radius: 20px/50%;
  margin-top: 0;
  text-align: left;
  padding: 0 13px;
  font-size: 16px;
  color: #373582;
  background-color: #fff;
}
@media print, screen and (min-width: 568px) {
  .search-contens__contaier__window input[type=submit] {
    width: 90px;
    position: absolute;
    top: 50%;
    left: 345px;
    transform: translateY(-50%);
  }
}
.search-contens__contaier__window input[type=submit]:hover {
  opacity: 0.7;
}
@media screen and (max-width: 567px) {
  .search-contens__contaier__window input[type=submit] {
    width: 100%;
    position: relative;
    margin: 20px 0 0;
    display: block;
    background-position: right 15px center;
  }
}
.search-contens__contaier--catch strong {
  font-size: 25px;
  color: #373582;
}
.search-contens__contaier__result > * > * {
  margin-top: 15px;
}
.search-contens__contaier__result > * + * {
  border-top: 1px solid #b3b3b3;
  margin-top: 15px;
}
.search-contens__contaier__result--list .media {
  display: table;
}
.search-contens__contaier__result--list .media > * {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 567px) {
  .search-contens__contaier__result--list .media > * {
    vertical-align: top;
  }
}
.search-contens__contaier__result--list .media .item_thumb {
  padding-right: 20px;
}
@media screen and (max-width: 567px) {
  .search-contens__contaier__result--list .media .item_thumb {
    width: 110px;
  }
}
.search-contens__contaier__result--list p.item_url {
  font-size: 13px;
}
.search-contens__contaier__result--list p.item_url a {
  color: #666;
  font-weight: normal;
}
.search-contens__contaier .pagenavigator {
  margin-bottom: 90px;
  position: relative;
}
.search-contens__contaier .pagenavigator .pages span.current, .search-contens__contaier .pagenavigator .pages span.other a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #ccc;
}
.search-contens__contaier .pagenavigator .pages span.other {
  display: inline-block;
  margin-right: 7px;
  margin-left: 7px;
}
@media print, screen and (min-width: 568px) {
  .search-contens__contaier .pagenavigator .pages span.other {
    margin-top: 0;
  }
}
.search-contens__contaier .pagenavigator .pages span.current {
  color: #fff;
  background-color: #373582;
  margin-right: 4px;
  margin-left: 4px;
}
@media print, screen and (min-width: 568px) {
  .search-contens__contaier .pagenavigator .pages span.current {
    margin-top: 0;
  }
}
@media screen and (max-width: 567px) {
  .search-contens__contaier .pagenavigator .pages span {
    margin-top: 15px !important;
  }
}
.search-contens__contaier .pagenavigator .previous,
.search-contens__contaier .pagenavigator .next {
  float: none;
  margin-top: 15px;
  border: 1px solid #ccc;
}
@media print, screen and (min-width: 568px) {
  .search-contens__contaier .pagenavigator .previous,
  .search-contens__contaier .pagenavigator .next {
    display: block;
    position: absolute;
    top: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 567px) {
  .search-contens__contaier .pagenavigator .previous,
  .search-contens__contaier .pagenavigator .next {
    padding: 5px 0;
  }
}
.search-contens__contaier .pagenavigator .previous a,
.search-contens__contaier .pagenavigator .next a {
  display: inline-block;
  padding: 5px 10px;
  color: #666;
  text-decoration: none;
}
@media print, screen and (min-width: 568px) {
  .search-contens__contaier .pagenavigator .previous {
    float: left;
    left: 0;
  }
}
@media print, screen and (min-width: 568px) {
  .search-contens__contaier .pagenavigator .next {
    float: right;
    right: 0;
  }
}

body.search_results {
  /*.pagenavigator{
    text-align: center;
    .pages{
     .number:nth-child(n+6){
        display: none;
      }

      .number:last-child{
        display: inline-block;
        &::before{
          content:'...';
          display:inline-block;
          margin-right: 7px;
          margin-left: -7px;

        }
      }
    }
  }*/
}
body.search_results .pagination {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 567px) {
  body.search_results .page-item.next {
    padding: 5px 10px;
  }
}
body.search_results .page-item.next a {
  padding: 0;
}
body.search_results .page-item.prev {
  float: left;
  left: 0;
  bottom: 0;
  position: absolute;
}
body.search_results .page-item.prev a {
  color: #666;
  text-decoration: none;
}
@media screen and (max-width: 567px) {
  body.search_results .page-item.prev {
    float: none;
    margin-top: 15px;
    position: sticky;
  }
}
body.search_results a.page-link {
  color: #373582;
  text-decoration: underline;
}
body.search_results .page-link {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
body.search_results .page-item {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #fff;
  margin-right: 4px;
  margin-left: 4px;
}
body.search_results .page-item::before {
  display: none;
}
body.search_results .page-item .visually-hidden {
  display: none;
}
body.search_results .page-item.next.disabled,
body.search_results .prev.disabled {
  display: inline-block;
  padding: 0;
  color: #666;
  text-decoration: none;
  font-weight: bold;
  pointer-events: none;
  /* クリックを無効化 */
  visibility: hidden;
  /* 要素を非表示にし、レイアウトスペースは残す */
  border: none;
}
body.search_results .page-item.next.disabled a,
body.search_results .prev.disabled a {
  border: 1px solid #ccc;
  padding: 5px 10px;
}
body.search_results .page-item.next.disabled span,
body.search_results .prev.disabled span {
  display: inline-block;
  padding: 5px 10px;
}
body.search_results .page-item.active {
  display: inline-block;
  margin-right: 7px;
  margin-left: 7px;
  background-color: #373582;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}
body.search_results .page-item.active a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #ccc;
}
body.search_results .feedback {
  margin-bottom: 30px;
}
body.search_results .search-contens__contaier__result > * + * {
  border-top: none !important;
}
body.search_results .search-contens__contaier__result--list {
  border-bottom: 1px solid #b3b3b3 !important;
  padding-bottom: 30px;
  margin-top: 15px;
}
body.search_results .search-contens__contaier__result--list p span {
  background: none !important;
}
body.search_results .search-contens__contaier__result--list:last-child {
  border-bottom: none !important;
}

/*------------------------------------------------------------
  ログインページ
------------------------------------------------------------*/
.mod-login {
  margin: 0 0 45px 45px;
  text-align: center;
  padding: 70px 5px;
}
@media screen and (max-width: 567px) {
  .mod-login {
    margin: 0;
    padding: 50px 15px;
    text-align: left;
  }
}
.mod-login .mod-login__inner {
  background: #eee;
  display: inline-block;
  text-align: left;
  padding: 45px 30px;
}
@media screen and (max-width: 567px) {
  .mod-login .mod-login__inner {
    display: block;
  }
}

.mod-login__title {
  color: #333;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 567px) {
  .mod-login__title {
    font-size: 24px;
  }
}

.mod-login__input {
  font-size: 16px;
  padding: 3px;
}

.mod-login__input label {
  display: block;
  padding: 5px 0;
}
.mod-login__input label:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

.mod-login__input:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.mod-login__input span {
  float: left;
  width: 7em;
  padding: 5px 0;
}
@media screen and (max-width: 567px) {
  .mod-login__input span {
    display: block;
    float: none;
  }
}

.mod-login__input input {
  padding: 5px;
}
@media screen and (max-width: 567px) {
  .mod-login__input input {
    width: 100%;
  }
}

.mod-login__btn {
  font-size: 16px;
  cursor: pointer;
  margin-top: 25px;
  padding-left: 7em;
}
.mod-login__btn input {
  cursor: pointer;
  padding: 5px 20px;
}
@media screen and (max-width: 567px) {
  .mod-login__btn {
    padding-left: 0;
  }
}

.mod-login__err {
  color: #c00;
  padding: 15px 0;
}

.mod-login__err__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 7px;
}

/*------------------------------------------------------------
  スタイル集
------------------------------------------------------------*/
.style-memo {
  color: #666;
  font-size: 14px;
  margin-top: 5px;
}

/*------------------------------------------------------------
  トピックス年ページ
------------------------------------------------------------*/
body.topics {
  /*.year_box {
    .topics-list {
      li {
        .item__label {
          display: inline-block;
          @media screen and (max-width: 567px) {
            margin-left: 9px;
          }
        }

        .icon_new {
          display: none;
        }

        a {
          text-decoration: underline;
        }

        @media print,
        screen and (min-width: 568px) {

          display: flex;

        }

        @media screen and (max-width: 567px) {
          .item__body {

            padding: 8px 0;
          }

          display: block;

          .item__date {
            width: 6.5em;
          }

          .item__body{
            background-image: url(../img/icon_arrow-gray.svg);
            background-position: right 3px center;
            background-size: auto 14px;
            text-decoration: none;
            padding-right: 24px;
        }
        }
      }

      .label--co {
        background-color: #7e7e7e;
      }

      .item__label .label {
        display: inline-block;
        color: #fff;
        height: 24px;
        line-height: 24px;
        width: 90px;
        text-align: center;

        @media screen and (max-width: 567px) {

          height: auto;
          line-height: 1.5;
          padding: 0;
          width: 6em;

        }
      }

    }
  }*/
}
body.topics .topics-list li .link_none {
  text-decoration: none !important;
  pointer-events: none;
  background-image: none;
}

/*------------------------------------------------------------
  サイトマップ
------------------------------------------------------------*/
@media print, screen and (min-width: 568px) {
  body.sitemapbottom .sitemap-contents .sitemap-contents__contaier {
    margin: 0 auto;
    justify-content: space-between;
  }
  body.sitemapbottom .sitemap-contents .sitemap-contents__contaier .depth1 {
    width: calc(50% - 2rem);
    margin: 0 0 45px;
    display: inline-table;
  }
}

/*------------------------------------------------------------
  IR資料
------------------------------------------------------------*/
body.ir.announcement.bottom .headding-sub, body.ir.announcement.bottom .article-body h3, .article-body body.ir.announcement.bottom h3,
.ir.securities.bottom .headding-sub,
.ir.securities.bottom .article-body h3,
.article-body .ir.securities.bottom h3 {
  margin-top: 30px;
}
@media screen and (max-width: 567px) {
  body.ir.announcement.bottom .headding-sub, body.ir.announcement.bottom .article-body h3, .article-body body.ir.announcement.bottom h3,
  .ir.securities.bottom .headding-sub,
  .ir.securities.bottom .article-body h3,
  .article-body .ir.securities.bottom h3 {
    border-bottom: none;
    padding-bottom: 0;
    margin-top: 30px;
  }
  body.ir.announcement.bottom .headding-sub:first-child, body.ir.announcement.bottom .article-body h3:first-child, .article-body body.ir.announcement.bottom h3:first-child,
  .ir.securities.bottom .headding-sub:first-child,
  .ir.securities.bottom .article-body h3:first-child,
  .article-body .ir.securities.bottom h3:first-child {
    margin-top: 0;
  }
}

.kv {
  background-position: center center;
  text-indent: -9999px;
  position: relative;
  text-align: center;
  line-height: 0;
}
.kv > div {
  position: relative;
  z-index: 100;
  line-height: 0;
}
.kv > div img {
  margin-left: auto;
  margin-right: auto;
  vertical-align: bottom;
  line-height: 0;
}

.kv1 {
  background-color: #339ac6;
}

.kv2 {
  background-color: #0055ae;
}

.kv3 {
  background: linear-gradient(to right, #dfdfdf 0, #dfdfdf 50%, #f3f3f3 0, #f3f3f3 100%);
}

/*------------------------------------------------------------
  BANNNER UPPER
------------------------------------------------------------*/
.top-upper-banner {
  background: linear-gradient(to right, #e8e8e8, #f9f9f9);
  padding-top: 30px;
}
@media screen and (max-width: 567px) {
  .top-upper-banner {
    padding-bottom: 10px;
    padding-top: 20px;
    width: 100%;
  }
}
@media print, screen and (min-width: 568px) {
  .top-upper-banner .content__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 567px) {
  .top-upper-banner a + a {
    display: inline-block;
    margin-top: 20px;
  }
}

/*------------------------------------------------------------
  Product
------------------------------------------------------------*/
.top-product {
  background: linear-gradient(to right, #e8e8e8, #f9f9f9);
  position: relative;
}
@media print, screen and (min-width: 568px) {
  .top-product {
    height: 357px;
    padding-top: 35px;
  }
}
@media print, screen and (min-width: 568px) {
  .top-product .content__inner {
    background: url(../img/top/bg_top01.png) left 170px bottom -28px no-repeat;
    position: relative;
    height: 100%;
  }
}
@media screen and (max-width: 567px) {
  .top-product .content__inner {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }
}

.top-product__title {
  font-size: 28px;
  font-weight: normal;
  margin-left: 75px;
  position: relative;
}
@media screen and (max-width: 567px) {
  .top-product__title {
    display: inline-block;
    font-size: 20px;
    margin-left: 0;
    margin-bottom: 20px;
    text-align: left;
    padding-left: 45px;
  }
}
.top-product__title:before {
  background-image: url(../img/icon_point.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 126px;
  width: 73px;
  position: absolute;
  left: -90px;
}
@media screen and (max-width: 567px) {
  .top-product__title:before {
    height: 63px;
    width: 36.5px;
    left: 0;
    top: inherit;
    bottom: -5px;
  }
}
.top-product__title span {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}

@media print, screen and (min-width: 568px) {
  .top-product__lead {
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 17px;
    width: 460px;
  }
}
@media screen and (max-width: 567px) {
  .top-product__lead {
    font-size: 13px;
    text-align: left;
  }
}

@media print, screen and (min-width: 568px) {
  .top-product__specialsite {
    position: absolute;
    bottom: 90px;
    left: 94px;
  }
}
@media screen and (max-width: 567px) {
  .top-product__specialsite {
    margin: 10px -12px 0 -12px;
    text-align: left;
  }
}
@media print, screen and (min-width: 568px) {
  .top-product__specialsite .top-product__btn {
    width: 144px;
  }
}
.top-product__specialsite .top-product__btn a {
  background-image: url(../img/icon_arrow2.svg);
  background-position: right 0.4em center;
  background-size: auto 100%;
  background-color: #009acf;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  display: flex;
  align-items: center;
  padding: 0.5em 2em 0.5em 1em;
}
.top-product__specialsite .top-product__btn a:hover {
  color: #fff;
}
@media screen and (max-width: 567px) {
  .top-product__specialsite .top-product__btn a {
    background-size: auto 60%;
    background-position: right 12px center;
    padding-left: 12px;
    height: auto;
    line-height: auto;
  }
}
@media screen and (max-width: 567px) {
  .top-product__specialsite .top-product__btn a {
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

@media print, screen and (min-width: 568px) {
  .top-product__links {
    font-size: 14px;
    position: absolute;
    top: 44px;
    right: 0;
    z-index: 100;
  }
}
@media screen and (max-width: 567px) {
  .top-product__links {
    margin-top: 25px;
    text-align: left;
  }
}

.top-product__links__list {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  font-weight: bold;
  align-content: center;
}
@media print, screen and (min-width: 568px) {
  .top-product__links__list {
    width: 460px;
  }
}
@media screen and (max-width: 567px) {
  .top-product__links__list {
    font-size: 10px;
    text-align: left;
  }
}
.top-product__links__list .list__item {
  background-color: #fff;
  border: 1px solid #d0d0d0;
  line-height: 1.5;
  width: 50%;
  display: flex;
  flex-direction: column;
}
.top-product__links__list .list__item img {
  vertical-align: middle;
  max-width: inherit;
}
@media screen and (max-width: 567px) {
  .top-product__links__list .list__item img {
    width: 43px;
  }
}
@media print, screen and (min-width: 568px) {
  .top-product__links__list .list__item span {
    width: calc(100% - 65px - 13px);
  }
}
@media screen and (max-width: 567px) {
  .top-product__links__list .list__item span {
    padding-right: 10px;
  }
}
.top-product__links__list .list__item a > div {
  text-align: center;
}
@media print, screen and (min-width: 568px) {
  .top-product__links__list .list__item a > div {
    width: 65px;
    line-height: 65px;
    margin-right: 13px;
  }
}
@media screen and (max-width: 567px) {
  .top-product__links__list .list__item a > div {
    margin-right: 8px;
    width: 43px;
  }
}
.top-product__links__list .list__item a {
  align-items: center;
  background-image: url(../img/icon_arrow-gray.svg);
  background-size: auto 11px;
  background-position: right 10px center;
  display: flex;
  width: 100%;
  padding: 3px 15px 3px 3px;
  position: relative;
  z-index: 100;
  flex-grow: 1;
}
@media screen and (max-width: 567px) {
  .top-product__links__list .list__item a {
    background-position: right 5px center;
    padding: 3px 0 3px 3px;
  }
}
.top-product__links__list .list-item--catalog {
  color: #555;
}
.top-product__links__list .list-item--catalog img {
  width: 38px;
}
@media screen and (max-width: 567px) {
  .top-product__links__list .list-item--catalog img {
    width: 26px;
  }
}
.top-product__links__list .list-item--catalog a {
  height: 100%;
}
.top-product__links__list .list-item--catalog a:before {
  content: "";
  background-color: #e6e6e6;
  background-image: url(../img/icon_arrow2.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right 10px center;
  position: absolute;
  left: 3px;
  right: 3px;
  top: 3px;
  bottom: 3px;
  z-index: -1;
}
@media screen and (max-width: 567px) {
  .top-product__links__list .list-item--catalog a:before {
    background-position: right 5px center;
  }
}
.top-product__links__list .list__item:nth-child(2) ~ .list__item {
  margin-top: -1px;
}
.top-product__links__list .list__item:nth-child(even) {
  margin-left: -1px;
}

@media print, screen and (min-width: 568px) {
  .top-product__links2 {
    position: absolute;
    top: 80px;
    left: 94px;
  }
}

.top-product__links2__list {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 568px) {
  .top-product__links2__list {
    font-size: 14px;
    width: 400px;
  }
}
@media screen and (max-width: 567px) {
  .top-product__links2__list {
    font-size: 12px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: -20px;
  }
}
.top-product__links2__list li {
  margin-bottom: 12px;
  width: 50%;
}
@media screen and (max-width: 567px) {
  .top-product__links2__list li {
    margin-bottom: 20px;
    padding-left: 5px;
  }
}
.top-product__links2__list li a {
  background-image: url(../img/icon_arrow-blue.svg);
  background-size: auto 11px;
  background-position: left center;
  color: #009acf;
  padding-left: 12px;
  text-decoration: underline;
}

/*------------------------------------------------------------
  Topics
------------------------------------------------------------*/
@media print, screen and (min-width: 568px) {
  .top-topics {
    padding-top: 40px;
    padding-bottom: 365px;
  }
}
@media screen and (max-width: 567px) {
  .top-topics {
    padding-top: 35px;
  }
}

.top-topics__header {
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 567px) {
  .top-topics__header {
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .top-topics__header .btn {
    font-size: 12px;
  }
}

.top-topics__title {
  font-size: 28px;
  font-weight: normal;
  margin-right: 35px;
}
@media screen and (max-width: 567px) {
  .top-topics__title {
    font-size: 21px;
    margin-right: 0;
  }
}

.top-topics__body {
  border-bottom: 1px solid #ccc;
  z-index: 1000;
  position: relative;
}
@media print, screen and (min-width: 568px) {
  .top-topics__body {
    width: 745px;
    max-height: 375px;
    overflow: auto;
    padding-right: 25px;
  }
}
@media screen and (max-width: 567px) {
  .top-topics__body {
    max-height: 50vh;
    overflow: auto;
  }
}
@media screen and (max-width: 567px) {
  .top-topics__body .topics-list {
    margin-left: 0;
    margin-right: 0;
    padding-right: 20px;
  }
}

/*------------------------------------------------------------
  Banner
------------------------------------------------------------*/
@media print, screen and (min-width: 568px) {
  .top-banner {
    position: absolute;
    right: 0;
    top: 100px;
    width: 100%;
    height: 687px;
    z-index: 500;
  }
}
@media screen and (max-width: 567px) {
  .top-banner {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 568px) {
  .top-banner__list {
    width: 230px;
    position: absolute;
    right: 0;
  }
}
@media screen and (max-width: 567px) {
  .top-banner__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
@media print, screen and (min-width: 568px) {
  .top-banner__list li {
    margin-top: -1px;
    height: 230px;
    width: 230px;
  }
}
@media screen and (max-width: 567px) {
  .top-banner__list li {
    margin-bottom: 10px;
    position: relative;
  }
}
@media screen and (max-width: 567px) {
  .top-banner__list li:first-child {
    width: 100%;
  }
  .top-banner__list li:first-child a {
    padding-bottom: 20%;
  }
  .top-banner__list li:first-child a img {
    width: 54%;
  }
}
@media screen and (max-width: 567px) {
  .top-banner__list li:nth-child(2), .top-banner__list li:nth-child(3) {
    margin-bottom: 10px;
    width: calc(50% - 5px);
  }
  .top-banner__list li:nth-child(2) img, .top-banner__list li:nth-child(3) img {
    width: 75%;
  }
}
.top-banner__list li a {
  background-image: url(../img/icon_blank.svg);
  background-size: 12px auto;
  background-position: right bottom;
  background-origin: content-box;
  border: 1px solid #999;
  display: block;
  text-align: center;
  padding: 10px;
  position: relative;
}
@media print, screen and (min-width: 568px) {
  .top-banner__list li a {
    height: 230px;
    line-height: 230px;
  }
}
@media screen and (max-width: 567px) {
  .top-banner__list li a {
    background-position: right 5px bottom 5px;
    background-origin: border-box;
    padding-bottom: 100%;
  }
}
.top-banner__list li a img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.top-banner__list li a:hover {
  opacity: 1;
}
.top-banner__list li.top-banner__list__emc {
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 568px) {
  .top-banner__list li.top-banner__list__emc {
    position: absolute;
    bottom: 229px;
    right: 230px;
    width: 770px;
    background-image: url(../img/top/bg_banner_emc.png);
  }
}
@media screen and (max-width: 567px) {
  .top-banner__list li.top-banner__list__emc {
    width: 100%;
    padding-bottom: 37%;
    background-image: url(../img/top/bg_banner_emc_sp.png);
  }
}
.top-banner__list li.top-banner__list__emc ul {
  position: relative;
}
.top-banner__list li.top-banner__list__emc ul li {
  position: absolute;
  height: 3.3em;
}
@media screen and (max-width: 567px) {
  .top-banner__list li.top-banner__list__emc ul li {
    height: 8vw;
    width: 40vw;
  }
}
@media screen and (max-width: 330px) {
  .top-banner__list li.top-banner__list__emc ul li {
    width: 38vw;
  }
}
.top-banner__list li.top-banner__list__emc ul li:first-of-type {
  top: 130px;
  left: 130px;
}
@media screen and (max-width: 567px) {
  .top-banner__list li.top-banner__list__emc ul li:first-of-type {
    top: 17vw;
    left: 3vw;
  }
}
.top-banner__list li.top-banner__list__emc ul li:last-of-type {
  top: 130px;
  right: 130px;
}
@media screen and (max-width: 567px) {
  .top-banner__list li.top-banner__list__emc ul li:last-of-type {
    top: 17vw;
    right: 3vw;
  }
}
.top-banner__list li.top-banner__list__emc ul li a {
  border-color: #373582;
  font-size: 16px;
  height: 3.3em;
  line-height: 3.3em;
  padding: 0 1em;
  color: #373582;
  background-color: rgba(255, 255, 255, 0.8);
  background-position: right -4px center;
  position: relative;
}
@media screen and (max-width: 567px) {
  .top-banner__list li.top-banner__list__emc ul li a {
    font-size: 3vw;
    height: 8vw;
    line-height: 8vw;
    padding: 0 2vw;
    background-position: right 1.6vw center;
    background-size: 2.4vw;
    text-align: left;
  }
}
@media screen and (max-width: 330px) {
  .top-banner__list li.top-banner__list__emc ul li a {
    font-size: 2vw;
    padding: 0 3px;
  }
}
.top-banner__list li.top-banner__list__emc ul li a::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/icon_arrow-purple.svg) no-repeat;
  background-size: contain;
  left: 18px;
}
@media screen and (max-width: 567px) {
  .top-banner__list li.top-banner__list__emc ul li a::before {
    content: none;
    width: 2.4vw;
    height: 2.4vw;
    left: 2vw;
  }
}
.top-banner__list li.top-banner__list__emc ul li a:hover {
  background-color: #fff;
}

.top-banner__image {
  background-color: #fff;
  background-image: url(../img/top/bg_top_kgs.jpg);
  text-indent: -9999px;
}
@media print, screen and (min-width: 568px) {
  .top-banner__image {
    border: 1px solid #999;
    position: absolute;
    height: 230px;
    left: 0;
    right: 458px;
    bottom: 0;
  }
}
@media screen and (max-width: 567px) {
  .top-banner__image {
    background-color: #3674a4;
    background-image: url(../img/top/bg_top_kgs-sp.jpg);
    background-size: contain;
    background-position: right center;
    height: 100px;
    margin-top: 10px;
    margin-left: -12px;
    margin-right: -12px;
  }
}

/*------------------------------------------------------------
  Recuruit
------------------------------------------------------------*/
.top-recruit {
  position: relative;
  /*background-color: $c-theme--thin;*/
}
@media print, screen and (min-width: 568px) {
  .top-recruit {
    /*height: 236px;*/
    font-size: 14px;
  }
}
@media screen and (max-width: 567px) {
  .top-recruit {
    font-size: 13px;
    padding-top: 20px;
  }
}
.top-recruit .content__inner {
  height: 100%;
  position: relative;
}
.top-recruit .content__inner img {
  max-width: 600px;
  width: 100%;
  margin: 0 auto 50px;
  display: block;
}
@media screen and (max-width: 567px) {
  .top-recruit .content__inner {
    padding-bottom: 140px;
  }
  .top-recruit .content__inner img {
    margin: 0 auto 20px;
  }
}
.top-recruit .content__inner:before {
  display: none !important;
  background-image: url(../img/top/bg_top-recruit.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: -44px;
}
@media screen and (max-width: 567px) {
  .top-recruit .content__inner:before {
    height: 120px;
    background-size: contain;
    background-position: center bottom;
    left: 50%;
    transform: translateX(-50%);
  }
}

.top-recruit__title {
  display: none;
  font-size: 28px;
}
@media print, screen and (min-width: 568px) {
  .top-recruit__title {
    position: absolute;
    top: 25px;
    left: 0;
  }
}
@media screen and (max-width: 567px) {
  .top-recruit__title {
    font-size: 21px;
    margin-bottom: 20px;
  }
}

.top-recruit__body {
  display: none;
  color: #000;
  position: relative;
  z-index: 100;
}
@media print, screen and (min-width: 568px) {
  .top-recruit__body {
    position: absolute;
    left: 457px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.top-recruit__body .btn-area {
  margin-top: 25px;
}
@media screen and (max-width: 567px) {
  .top-recruit__body .btn-area {
    margin-top: 15px;
    text-align: center;
  }
}

.top-recruit__catch {
  font-size: 22px;
  margin-bottom: 12px;
}
@media screen and (max-width: 567px) {
  .top-recruit__catch {
    font-size: 16px;
  }
}

/*------------------------------------------------------------
  top追加調整
------------------------------------------------------------*/
.content.content-top:before {
  display: none;
}
.content.content-top .topics-list li .link_none {
  text-decoration: none !important;
  pointer-events: none;
  background-image: none;
}
.content.content-top .top-topics .btn-link {
  color: #373582 !important;
  font-size: 14px;
  padding-left: 1em;
  text-decoration: underline !important;
}/*# sourceMappingURL=style.css.map */