@charset "UTF-8";
/* font */
@import url("https://fonts.googleapis.com/css?family=Kosugi+Maru&display=swap");
@import url("https://fonts.googleapis.com/css?family=Comfortaa&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");
@font-face {
  font-family: YuGothicM;
  src: local(Yu Gothic Medium);
}
/* reset css */
html {
  color: #000;
  background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

select,
input,
button,
textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

button {
  border: none;
  background: none;
}

table {
  font-size: inherit;
  font: 100%;
}

code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

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

button {
  cursor: pointer;
}

main {
  display: block;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: 'roboto', Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3",'游ゴシック','YuGothic', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック','YuGothic', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-family: 'Kosugi Maru', sans-serif;
  font-weight: normal;
  word-wrap: break-word;
  line-height: 1;
  letter-spacing: normal;
  color: #333333;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.08em;
  word-break: break-all;
  color: #45494e;
}
body.page-en {
  font-family: 'Comfortaa', sans-serif, cursive;
  word-break: keep-all;
}

html {
  /* 基本375で考える スマホ568までが縦と考える */
  font-size: calc(100vw / 37.5);
}
@media print, screen and (min-width: 420px) {
  html {
    font-size: 62.5%;
  }
}
@media print, screen and (min-width: 568px) {
  html {
    font-size: 62.5%;
  }
}
@media print, screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}
@media print, screen and (min-width: 1024px) {
  html {
    font-size: 62.5%;
  }
}

html.user-ie-11 {
  font-size: 58%;
}
html.user-ie-11 body {
  font-family: 'メイリオ', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック体', sans-serif;
}

.company-history-item_year-month-item_img:after,
.clearfix:after {
  font-size: .1em;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: .1px;
  content: ' ';
}

.company-history-item_year-month-item_img,
.clearfix {
  /*\*/
    /*/
display: inline-table !important;
/**/
}

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

a:hover {
  text-decoration: none;
}

.f-bold {
  font-weight: 700 !important;
}

html {
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
  background: #fff;
}

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

/************************************
form
*************************************/
select {
  outline: none;
}

option {
  outline: none;
}

select {
  outline: 0;
}

option {
  outline: 0;
}

input:-webkit-autofill,
textarea:-webkit-autofill {
  background-color: #faffbd;
  background-image: none;
  color: black;
}

select:-moz-focusring * {
  text-shadow: none;
}

select::-moz-focus-inner,
option::-moz-focus-inner {
  border: 0px;
}

option,
select,
textarea,
input[type="number"],
input[type="button"],
input[type="submit"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="select"],
input[type="option"] {
  -webkit-appearance: none;
  border-radius: 0;
  outline: 0;
  background: #fff;
}

input[type="option"],
input[type="select"] {
  overflow: hidden;
  word-wrap: normal !important;
  white-space: normal;
  max-width: 100%;
}

input[type="select"] {
  font-size: 16px;
  font-size: 1.6rem;
}

/* for firefox */
select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

/* for ie10 ie11 */
select::-ms-expand {
  display: none;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #fff;
  background-image: none;
  color: #999;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
  font-size: 1.4rem;
}

/* Firefox 18- */
:-moz-placeholder {
  color: #999;
  opacity: 1;
  font-size: 14px;
  font-size: 1.4rem;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #999;
  opacity: 1;
  font-size: 14px;
  font-size: 1.4rem;
}

/* IE 10+ */
:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
  font-size: 1.4rem;
}

textarea,
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type=text] {
  width: 100%;
  padding: 0 10px;
  height: 55px;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #ccc;
}
textarea.form-err,
input[type="number"].form-err,
input[type="tel"].form-err,
input[type="email"].form-err,
input[type="password"].form-err,
input[type=text].form-err {
  border: 1px solid #ff0000;
}
textarea.type-login,
input[type="number"].type-login,
input[type="tel"].type-login,
input[type="email"].type-login,
input[type="password"].type-login,
input[type=text].type-login {
  height: 40px;
}

textarea {
  height: 100px;
  padding: 10px 10px;
}

textarea:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="text"]:focus {
  border: 1px solid #999 !important;
}

/* tablet */
@media print, screen and (min-width: 1200px) {
  ::-webkit-input-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
  }

  /* Firefox 18- */
  :-moz-placeholder {
    opacity: 1;
    font-size: 14px;
    font-size: 1.4rem;
  }

  /* Firefox 19+ */
  ::-moz-placeholder {
    opacity: 1;
    font-size: 14px;
    font-size: 1.4rem;
  }

  /* IE 10+ */
  :-ms-input-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
  }

  textarea,
  input[type="tel"],
  input[type="email"],
  input[type="password"],
  input[type=text] {
    width: 435px;
    padding: 2px 10px;
    height: 32px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  textarea.type-login,
  input[type="tel"].type-login,
  input[type="email"].type-login,
  input[type="password"].type-login,
  input[type=text].type-login {
    width: 100%;
    height: 40px;
  }

  textarea {
    width: 100%;
    height: 160px;
    padding: 10px 10px;
  }
}
#jsDbugLineLast,
#jsDbugLineFirst {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  z-index: 100;
}
#jsDbugLineLast span,
#jsDbugLineFirst span {
  font-style: 12px;
  position: absolute;
  right: 5px;
}

#jsDbugLineLast {
  background: #cc0000;
}
#jsDbugLineLast span {
  color: #cc0000;
}

#jsDbugLineFirst {
  background: #000099;
}
#jsDbugLineFirst span {
  color: #000099;
}

.col-c00911 {
  color: #c00911 !important;
}

.col-red {
  color: #d53436 !important;
}

.br-sp-hack {
  display: block;
}

.sp-disp {
  display: block;
}

.t-c {
  text-align: center !important;
}
.t-c img {
  margin: 0 auto !important;
}

.tab-disp {
  display: none;
}

.pc-disp {
  display: none;
}

.mb-10-0 {
  margin-bottom: 10px !important;
}

.mb-20-30 {
  margin-bottom: 20px !important;
}

.sp-pc {
  visibility: hidden;
}

.tab-disp {
  display: none;
}

.disp-1024-1200 {
  display: none;
}

.disp-1200 {
  display: none;
}

@media print, screen and (min-width: 350px) {
  .br-sp-hack {
    display: none;
  }

  .br-sp-disp-hack {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .tab-disp {
    display: inline;
  }

  .sp-disp {
    display: none;
  }

  .pc-disp {
    display: block;
  }
}
@media print, screen and (min-width: 1024px) {
  .disp-1024-1200 {
    display: inline;
  }
}
@media print, screen and (min-width: 1200px) {
  .disp-1200 {
    display: inline;
  }

  .disp-1024-1200 {
    display: none;
  }

  .sp-tab-disp {
    display: none;
  }
}
/* pc */
@media print, screen and (min-width: 1200px) {
  .mb-10-0 {
    margin-bottom: 0 !important;
  }

  .mb-20-30 {
    margin-bottom: 30px !important;
  }
}
html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

body {
  position: relative;
  background: #fff;
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
  background: #257cde;
}
body::before {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1000px;
  z-index: 1000;
  background: #fff;
  opacity: 1;
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  content: "";
  z-index: 5000;
  display: none;
}
body.page-colopl_athletes::before {
  background: #000;
}

body.state-excute-03::before {
  opacity: 0;
}

body.state-excute-04::before {
  display: none;
}

.js-sp-pc {
  opacity: 0;
}

/*****************************
header
*****************************/
body.page-colopl_athletes {
  background: #000000;
}
body.page-colopl_athletes .contets-wrap {
  background: #000000;
}
body.page-colopl_athletes .g-header {
  position: fixed;
}
body.page-colopl_athletes .header-inner::after {
  display: none;
}
body.page-colopl_athletes .header-btn-menu {
  display: none;
}
body.page-colopl_athletes .g-footer {
  background: #0f0f0f;
}
body.page-colopl_athletes .footer-sns-items {
  height: 40px;
}
body.page-colopl_athletes .footer-sns-items li {
  display: none;
}
body.page-colopl_athletes .breadcrumb ol li:after {
  color: #fff;
}
body.page-colopl_athletes .breadcrumb ol li span {
  color: #fff;
}
body.page-colopl_athletes .breadcrumb ol li a {
  color: #257cde;
}
body.page-colopl_athletes .header-menu-inner {
  display: none;
}

.g-header {
  position: relative;
  width: 100%;
  height: 50px;
  z-index: 100;
}

body.state-page-scroll-hack .header-inner {
  position: absolute !important;
}
body.state-page-scroll-hack .header-inner::after {
  position: absolute !important;
}

body.state-menu-active {
  position: absolute;
  width: 100%;
  top: 0;
}
body.state-menu-active .header-inner {
  position: fixed;
}
body.state-menu-active .header-inner::after {
  position: fixed;
}

.header-inner {
  position: fixed;
  width: 100%;
  height: 50px;
  z-index: 10;
  top: 0;
  left: 0;
  z-index: 3;
}
.header-inner::after {
  display: block;
  content: "";
  position: fixed;
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  background: #257cde;
  z-index: 1;
}

.header-logo {
  position: absolute;
  width: 25.06%;
  max-width: 94px;
  top: 50%;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 2.66%;
}
.page-en .header-logo {
  width: 26.13%;
  max-width: 98px;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .header-logo {
    left: 10px;
  }
}
.header-logo a {
  width: 100%;
  height: auto;
}
.header-logo a:hover {
  -webkit-transition: opacity 0.1s 0s ease;
  -moz-transition: opacity 0.1s 0s ease;
  transition: opacity 0.1s 0s ease;
  opacity: 0.5;
}

.header-btn-menu {
  position: fixed;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
}
.header-btn-menu a {
  display: block;
  width: 44px;
  height: 44px;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-left: -22px;
  margin-top: -22px;
}
.header-btn-menu a span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  -webkit-transition: transform 0.3s ease, background 0.3s ease;
  -moz-transition: transform 0.3s ease, background 0.3s ease;
  transition: transform 0.3s ease, background 0.3s ease;
  margin-left: -15px;
}
.header-btn-menu a span:nth-of-type(1) {
  margin-top: -9px;
}
.header-btn-menu a span:nth-of-type(2) {
  margin-top: 0;
}
.header-btn-menu a span:nth-of-type(3) {
  margin-top: 9px;
}

body.user-os-ios .header-menu-inner {
  -webkit-transition: left 0.25s 0.15s ease;
  -moz-transition: left 0.25s 0.15s ease;
  transition: left 0.25s 0.15s ease;
}

.header-menu-inner {
  position: fixed;
  top: 50px;
  top: 0;
  left: -100%;
  height: 100%;
  z-index: 1;
  width: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  /*このへんの余白の取り方でクァル*/
}
.header-menu-inner:after {
  position: absolute;
  display: block;
  content: '';
  position: fixed;
  top: 50px;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  transform: translateY(-100px);
  left: -100%;
  width: 100%;
  height: 200%;
  background: #fff;
  z-index: 0;
  -webkit-transition: left 0.25s ease;
  -moz-transition: left 0.25s ease;
  transition: left 0.25s ease;
}

.header-nav {
  padding-top: 20%;
  position: relative;
  z-index: 6;
  width: 86.66%;
  margin: 0 auto;
  margin-bottom: 4%;
  -webkit-transition: opacity 0.3s 0.2s ease;
  -moz-transition: opacity 0.3s 0.2s ease;
  transition: opacity 0.3s 0.2s ease;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .header-nav {
    padding-top: 75px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .header-nav {
    margin-bottom: 15px;
  }
}
.header-nav ul li {
  opacity: 0;
  position: relative;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: transform 0s ease, opacity 0s ease;
  -moz-transition: transform 0s ease, opacity 0s ease;
  transition: transform 0s ease, opacity 0s ease;
  border-bottom: 1px solid #ebeef1;
}
.header-nav ul li a {
  display: block;
  text-align: left;
  padding: 20px 0;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 700;
  color: #2c667b;
  color: #257cde;
}

.header-nav-lang {
  position: relative;
  z-index: 6;
  width: 86.66%;
  margin: 0 auto;
  padding-bottom: 2.66%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .header-nav-lang {
    padding-bottom: 10px;
  }
}
.header-nav-lang ul {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.header-nav-lang ul li {
  margin-right: 1.8em;
  position: relative;
  opacity: 0;
  -webkit-transition: transform 0s ease, opacity 0s ease;
  -moz-transition: transform 0s ease, opacity 0s ease;
  transition: transform 0s ease, opacity 0s ease;
}
.header-nav-lang ul li::after {
  position: absolute;
  display: block;
  content: "/";
  font-weight: 700;
  top: 50%;
  right: -0.75em;
  color: #ebeef1;
  height: 1em;
  margin-top: -0.55em;
  font-size: 19px;
  font-size: 1.9rem;
  z-index: 1;
}
.header-nav-lang ul li:last-child::after {
  display: none;
}
.header-nav-lang ul li a {
  padding: 10px 4px;
  display: inline-block;
  font-size: 19px;
  font-size: 1.9rem;
  font-family: 'Comfortaa', cursive;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #ebeef1;
  position: relative;
}
.header-nav-lang ul li a:hover {
  -webkit-transition: opacity 0.1s 0s ease;
  -moz-transition: opacity 0.1s 0s ease;
  transition: opacity 0.1s 0s ease;
  opacity: 0.5;
}
.header-nav-lang ul li.state-active a {
  color: #257cde;
  opacity: 1 !important;
}
.header-nav-lang ul li.state-active a::after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #feda35;
  z-index: 1;
}

body.user-os-ios.state-menu-active .header-menu-inner {
  -webkit-transition: left 0.35s ease;
  -moz-transition: left 0.35s ease;
  transition: left 0.35s ease;
}

body.state-menu-active {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  overflow: hidden;
}
body.state-menu-active .header-menu-inner {
  left: 0;
}
body.state-menu-active .header-menu-inner:after {
  left: 0;
  -webkit-transition: left 0.35s 0.1s ease;
  -moz-transition: left 0.35s 0.1s ease;
  transition: left 0.35s 0.1s ease;
}
body.state-menu-active .header-logo {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body.state-menu-active .header-nav ul li {
  opacity: 1;
  -webkit-transition: opacity 0.6s 0.4s ease;
  -moz-transition: opacity 0.6s 0.4s ease;
  transition: opacity 0.6s 0.4s ease;
}
body.state-menu-active .header-nav-lang ul li {
  opacity: 1;
  -webkit-transition: opacity 0.6s 0.5s ease;
  -moz-transition: opacity 0.6s 0.5s ease;
  transition: opacity 0.6s 0.5s ease;
}
body.state-menu-active .header-btn-menu a div {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body.state-menu-active .header-btn-menu a span:nth-of-type(2) {
  opacity: 0;
}
body.state-menu-active .header-btn-menu a span:nth-of-type(1) {
  margin-top: -6px;
  -webkit-transform: translateY(5px) rotate(-45deg);
  -moz-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
  /*9=10+8/2*/
}
body.state-menu-active .header-btn-menu a span:nth-of-type(3) {
  margin-top: 4px;
  -webkit-transform: translateY(-5px) rotate(45deg);
  -moz-transform: translateY(-5px) rotate(45deg);
  transform: translateY(-5px) rotate(45deg);
}
body.state-menu-active .contets {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: calc(100vh - 50px);
  overflow: hidden;
  z-index: 1;
}
@media print, screen and (min-width: 1200px) {
  body.state-menu-active .contets {
    min-height: calc(100vh - 60px);
  }
}
body.state-menu-active .contets-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.header-simbol {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .g-header {
    height: 60px;
  }

  .header-inner {
    height: 60px;
  }
  .header-inner::after {
    height: 60px;
  }

  .header-logo {
    width: 132px;
    max-width: 132px;
    top: 11px;
    left: 39px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  .page-en .header-logo {
    width: 136px;
    max-width: 136px;
  }

  .header-menu-inner {
    top: 60px;
    height: calc(100% - 60px);
  }
  .header-menu-inner:after {
    top: 60px;
  }

  .header-btn-menu {
    right: 5px;
    top: 5px;
  }

  .header-nav {
    padding-top: 80px;
  }
}
@media print, screen and (min-width: 1024px) {
  .header-menu-inner:after {
    left: -100% !important;
    -webkit-transition: left 0s 0s ease;
    -moz-transition: left 0s 0s ease;
    transition: left 0s 0s ease;
  }

  .header-btn-menu {
    display: none;
  }

  .header-menu-inner {
    position: absolute;
    top: 0;
    left: auto !important;
    right: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
    height: 60px;
    z-index: 5;
    width: auto;
    width: calc(100% - 160px);
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }

  body.page-company .header-nav ul li:nth-of-type(1) a:hover {
    opacity: 1;
  }
  body.page-company .header-nav ul li:nth-of-type(1) a span::after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
  }

  body.page-news .header-nav ul li:nth-of-type(2) a:hover {
    opacity: 1;
  }
  body.page-news .header-nav ul li:nth-of-type(2) a span::after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
  }

  body.page-service .header-nav ul li:nth-of-type(3) a:hover {
    opacity: 1;
  }
  body.page-service .header-nav ul li:nth-of-type(3) a span::after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
  }
  body.page-service.page-en .header-nav ul li:nth-of-type(3) a:hover {
    opacity: 0.5;
  }
  body.page-service.page-en .header-nav ul li:nth-of-type(3) a span::after {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
  }
  body.page-service.page-en .header-nav ul li:nth-of-type(2) a:hover {
    opacity: 1;
  }
  body.page-service.page-en .header-nav ul li:nth-of-type(2) a span::after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
  }

  body.page-ir .header-nav ul li:nth-of-type(4) a:hover {
    opacity: 1;
  }
  body.page-ir .header-nav ul li:nth-of-type(4) a span::after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
  }
  body.page-ir.page-en .header-nav ul li:nth-of-type(4) a:hover {
    opacity: 0.5;
  }
  body.page-ir.page-en .header-nav ul li:nth-of-type(4) a span::after {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
  }
  body.page-ir.page-en .header-nav ul li:nth-of-type(3) a:hover {
    opacity: 1;
  }
  body.page-ir.page-en .header-nav ul li:nth-of-type(3) a span::after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
  }

  body.page-csr .header-nav ul li:nth-of-type(6) a:hover {
    opacity: 1;
  }
  body.page-csr .header-nav ul li:nth-of-type(6) a span::after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
  }
  body.page-csr.page-en .header-nav ul li:nth-of-type(6) a:hover {
    opacity: 0.5;
  }
  body.page-csr.page-en .header-nav ul li:nth-of-type(6) a span::after {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
  }
  body.page-csr.page-en .header-nav ul li:nth-of-type(4) a:hover {
    opacity: 1;
  }
  body.page-csr.page-en .header-nav ul li:nth-of-type(4) a span::after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
  }

  .header-nav {
    width: auto;
    margin: 0 0 0 0;
    padding-top: 0;
    padding-right: 40px;
  }
  .header-nav ul {
    padding: 0 0 0 0;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .header-nav ul li {
    margin-bottom: 0;
    height: 60px;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    border-bottom: none;
    padding-left: 44px;
  }
  .header-nav ul li:first-child {
    padding-left: 0;
  }
  .header-nav ul li a {
    display: block;
    padding: 6px 6px;
    padding: 0 2px;
    font-size: 16px;
    font-size: 1.6rem;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    position: relative;
    opacity: 1;
    -webkit-transition: opacity 0.3s 0s ease;
    -moz-transition: opacity 0.3s 0s ease;
    transition: opacity 0.3s 0s ease;
  }
  .header-nav ul li a:hover {
    -webkit-transition: opacity 0.1s 0s ease;
    -moz-transition: opacity 0.1s 0s ease;
    transition: opacity 0.1s 0s ease;
    opacity: 0.5;
  }
  .header-nav ul li a span {
    position: relative;
    padding: 10px 2px;
  }
  .header-nav ul li a span::after {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #feda35;
    z-index: 1;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
  }

  .header-nav-lang {
    width: auto;
    margin: 0 0;
    padding-right: 50px;
    padding-bottom: 0;
  }
  .header-nav-lang ul {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .header-nav-lang ul li {
    opacity: 1;
    margin-right: 18px;
    position: relative;
    height: 60px;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .header-nav-lang ul li::after {
    top: 21px;
    right: -15px;
    color: #0859b4;
    height: 1em;
    margin-top: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .header-nav-lang ul li:last-child {
    margin-right: 0;
  }
  .header-nav-lang ul li:last-child::after {
    display: none;
  }
  .header-nav-lang ul li a {
    padding: 6px 4px;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #0859b4;
    position: relative;
  }
  .header-nav-lang ul li.state-active a {
    cursor: default;
    color: #fff;
  }
  .header-nav-lang ul li.state-active a::after {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #feda35;
    z-index: 1;
  }
}
/*****************************
footer
*****************************/
.g-footer {
  width: 100%;
  padding-top: 6.66%;
  padding-bottom: 6%;
  background: #257cde;
  color: #fff;
  position: relative;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .g-footer {
    padding-top: 25px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .g-footer {
    padding-bottom: 22.5px;
  }
}

.footer-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.footer-inner a {
  -webkit-transition: opacity 0.3s 0s ease;
  -moz-transition: opacity 0.3s 0s ease;
  transition: opacity 0.3s 0s ease;
}
.footer-inner a:hover {
  -webkit-transition: opacity 0.1s 0s ease;
  -moz-transition: opacity 0.1s 0s ease;
  transition: opacity 0.1s 0s ease;
  opacity: 0.5;
}

.footer-logo {
  width: 42.4%;
  max-width: 159px;
  margin: 0 auto;
  margin-bottom: 6%;
}
.page-en .footer-logo {
  width: 43.2%;
  max-width: 162px;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .footer-logo {
    margin-bottom: 22.5px;
  }
}
.footer-logo img {
  width: 100%;
  height: auto;
}

.footer-nav {
  margin-bottom: 4.66%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .footer-nav {
    margin-bottom: 17.5px;
  }
}
.footer-nav ul {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.footer-nav ul li {
  margin: 0 6px 10px;
}
.footer-nav ul li a {
  font-size: 11px;
  font-size: 1.1rem;
  padding: 2px 5px;
  color: #fff;
  letter-spacing: 0;
}

.footer-sns-items {
  margin-bottom: 4.53%;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .footer-sns-items {
    margin-bottom: 17px;
  }
}
.footer-sns-items li {
  width: 40px;
  margin: .5em;
}

.footer-copy {
  text-align: center;
  font-family: 'Comfortaa', sans-serif, cursive;
}
.footer-copy small {
  font-size: 10px;
  font-size: 1rem;
}
.footer-copy small span {
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  top: 2px;
  left: -1px;
}

@media print, screen and (min-width: 768px) {
  .g-footer {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .footer-logo {
    width: 226px;
    max-width: 226px;
    margin-bottom: 26px;
  }
  .page-en .footer-logo {
    width: 230px;
    max-width: 230px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .footer-logo img {
    width: auto;
    height: 61px;
  }
}

@media print, screen and (min-width: 768px) {
  .footer-nav {
    width: 460px;
    margin: 0 auto 15px;
  }
  .footer-nav ul li {
    margin: 0 8px 15px;
  }
  .footer-nav ul li a {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .footer-sns-items {
    margin-bottom: 50px;
  }

  .footer-copy {
    text-align: center;
  }
  .footer-copy small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .footer-copy small span {
    font-size: 18px;
    font-size: 1.8rem;
    position: relative;
    top: 3px;
    left: -1px;
  }
}
body.state-page-top-first .page-top {
  right: -50%;
}

body.state-page-top-first-pre .page-top {
  right: 4%;
}
body.state-page-top-first-pre .page-top .page-top-chara {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  transform: translateY(20px);
}
body.state-page-top-first-pre .page-top .page-top-bg {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
body.state-page-top-first-pre .page-top a::after {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
body.state-page-top-first-pre .page-top::after {
  display: block;
}

body.state-page-top-middle.state-page-top-hide .page-top,
body.state-page-top-last.state-page-top-hide .page-top {
  right: 4%;
}
body.state-page-top-middle.state-page-top-hide .page-top .page-top-chara,
body.state-page-top-last.state-page-top-hide .page-top .page-top-chara {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  transform: translateY(20px);
}
body.state-page-top-middle.state-page-top-hide .page-top .page-top-bg,
body.state-page-top-last.state-page-top-hide .page-top .page-top-bg {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
body.state-page-top-middle.state-page-top-hide .page-top a::after,
body.state-page-top-last.state-page-top-hide .page-top a::after {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
body.state-page-top-middle.state-page-top-hide .page-top::after,
body.state-page-top-last.state-page-top-hide .page-top::after {
  display: block;
}

body.state-page-top-middle.state-page-top-hide .page-top,
body.state-page-top-last.state-page-top-hide .page-top {
  right: 4%;
}
body.state-page-top-middle.state-page-top-hide .page-top .page-top-chara,
body.state-page-top-last.state-page-top-hide .page-top .page-top-chara {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: transform 0.3s 0s ease, opacity 0.3s 0s ease, top 0.3s ease;
  -moz-transition: transform 0.3s 0s ease, opacity 0.3s 0s ease, top 0.3s ease;
  transition: transform 0.3s 0s ease, opacity 0.3s 0s ease, top 0.3s ease;
}
body.state-page-top-middle.state-page-top-hide .page-top .page-top-bg,
body.state-page-top-last.state-page-top-hide .page-top .page-top-bg {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.3s 0s ease, opacity 0.3s 0s ease, top 0.3s ease;
  -moz-transition: transform 0.3s 0s ease, opacity 0.3s 0s ease, top 0.3s ease;
  transition: transform 0.3s 0s ease, opacity 0.3s 0s ease, top 0.3s ease;
}
body.state-page-top-middle.state-page-top-hide .page-top a::after,
body.state-page-top-last.state-page-top-hide .page-top a::after {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.3s 0s ease, opacity 0.3s 0s ease;
  -moz-transition: transform 0.3s 0s ease, opacity 0.3s 0s ease;
  transition: transform 0.3s 0s ease, opacity 0.3s 0s ease;
}
body.state-page-top-middle.state-page-top-hide .page-top::after,
body.state-page-top-last.state-page-top-hide .page-top::after {
  display: block;
}

body.state-page-top-last .page-top,
body.state-page-top-middle .page-top {
  position: absolute;
  position: fixed;
  right: 4%;
}
body.state-page-top-last .page-top .page-top-chara,
body.state-page-top-middle .page-top .page-top-chara {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: transform 0.5s 0.3s ease, opacity 0.4s 0.3s ease, top 0.3s ease;
  -moz-transition: transform 0.5s 0.3s ease, opacity 0.4s 0.3s ease, top 0.3s ease;
  transition: transform 0.5s 0.3s ease, opacity 0.4s 0.3s ease, top 0.3s ease;
}
body.state-page-top-last .page-top .page-top-bg,
body.state-page-top-middle .page-top .page-top-bg {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.5s 0s ease, opacity 0.5s 0s ease, top 0.3s ease;
  -moz-transition: transform 0.5s 0s ease, opacity 0.5s 0s ease, top 0.3s ease;
  transition: transform 0.5s 0s ease, opacity 0.5s 0s ease, top 0.3s ease;
}
body.state-page-top-last .page-top a::after,
body.state-page-top-middle .page-top a::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.5s 0s ease, opacity 0.5s 0s ease;
  -moz-transition: transform 0.5s 0s ease, opacity 0.5s 0s ease;
  transition: transform 0.5s 0s ease, opacity 0.5s 0s ease;
}
@media print, screen and (min-width: 768px) {
  body.state-page-top-last .page-top,
  body.state-page-top-middle .page-top {
    bottom: 100px;
  }
}
body.state-page-top-last .page-top::after,
body.state-page-top-middle .page-top::after {
  display: none;
}

body.state-mouse-false::after {
  display: block;
}

body::after {
  position: fixed;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  opacity: 0;
  display: none;
}

.page-top {
  position: fixed;
  right: 4%;
  bottom: 4%;
  bottom: 60px;
  z-index: 200;
  width: 13.33%;
  max-width: 80px;
  width: 48px;
}
.page-top::after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #cc0000;
  opacity: 0;
  z-index: 5;
}
.page-top a {
  display: block;
  width: 100%;
  position: relative;
}
.page-top a .page-top-chara {
  position: absolute;
  width: 42px;
  width: 48px;
  height: auto;
  top: -23px;
  left: 50%;
  margin-left: -21px;
  margin-left: -23px;
  z-index: 3;
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.page-top a .page-top-chara img {
  width: 100%;
  height: auto;
}
.page-top a .page-top-bg {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 46px;
  height: 46px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 2;
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
.page-top a::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: #257cde;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}

@media print, screen and (min-width: 768px) {
  .page-top {
    right: 4%;
    bottom: 100px;
    width: 80px;
  }
  .page-top a .page-top-chara {
    width: 76px;
    top: -35px;
    margin-left: -38px;
    z-index: 3;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px);
  }
  .page-top a .page-top-bg {
    top: 3px;
    left: 3px;
    width: 74px;
    height: 74px;
  }
  .page-top a::after {
    width: 80px;
    height: 80px;
  }
  .page-top a:hover .page-top-chara {
    -webkit-transition: top 0.2s ease;
    -moz-transition: top 0.2s ease;
    transition: top 0.2s ease;
    top: -38px;
  }
  .page-top a:hover .page-top-bg {
    -webkit-transition: top 0.2s ease;
    -moz-transition: top 0.2s ease;
    transition: top 0.2s ease;
    top: 0;
  }
  .page-top a:active .page-top-chara {
    -webkit-transition: top 0.2s ease;
    -moz-transition: top 0.2s ease;
    transition: top 0.2s ease;
    top: -35px;
  }
  .page-top a:active .page-top-bg {
    -webkit-transition: top 0.2s ease;
    -moz-transition: top 0.2s ease;
    transition: top 0.2s ease;
    top: 3px;
  }
}
.block-btm-bnr {
  width: 100%;
  padding-top: 12.8%;
  padding-bottom: 11.2%;
  background: #ebeef1;
  color: #fff;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .block-btm-bnr {
    padding-top: 48px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .block-btm-bnr {
    padding-bottom: 42px;
  }
}
.block-btm-bnr ul {
  width: 86.66%;
  margin: 0 auto;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.block-btm-bnr ul li {
  width: 48.46%;
  margin-bottom: 3.07%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .block-btm-bnr ul li {
    margin-bottom: 10px;
  }
}
.block-btm-bnr ul li a {
  display: block;
  position: relative;
  -webkit-transition: background 0.3s 0s ease, color 0.3s 0s ease, top 0.3s 0s ease;
  -moz-transition: background 0.3s 0s ease, color 0.3s 0s ease, top 0.3s 0s ease;
  transition: background 0.3s 0s ease, color 0.3s 0s ease, top 0.3s 0s ease;
}
.block-btm-bnr ul li a::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #d7dbde;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 1;
}
.block-btm-bnr ul li a div {
  border: 1px solid #d7dbde;
  background: #fff;
  position: relative;
  padding-top: 3.8%;
  padding-bottom: 3.8%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: transform 0.3s 0s ease;
  -moz-transition: transform 0.3s 0s ease;
  transition: transform 0.3s 0s ease;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .block-btm-bnr ul li a div {
    padding-top: 12px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .block-btm-bnr ul li a div {
    padding-bottom: 12px;
  }
}
.block-btm-bnr ul li a:hover div {
  -webkit-transition: transform 0.2s 0s ease;
  -moz-transition: transform 0.2s 0s ease;
  transition: transform 0.2s 0s ease;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  transform: translateY(-2px);
}
.block-btm-bnr ul li a:active div {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  left: 0;
  -webkit-transition: transform 0.2s 0s ease;
  -moz-transition: transform 0.2s 0s ease;
  transition: transform 0.2s 0s ease;
}

@media print, screen and (min-width: 768px) {
  .block-btm-bnr {
    width: 100%;
    padding-top: 75px;
    padding-bottom: 50px;
    padding-bottom: 150px;
  }
  .block-btm-bnr ul {
    width: 100%;
    margin: 0 auto;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .block-btm-bnr ul li {
    width: 230px;
    height: 125px;
    margin: 0 8px;
    margin-bottom: 0;
  }
  .block-btm-bnr ul li a {
    display: block;
    position: relative;
  }
  .block-btm-bnr ul li a div {
    border: 1px solid #d7dbde;
    background: none;
    position: relative;
    z-index: 2;
    padding: 0 !important;
  }
}
@media print, screen and (min-width: 1024px) {
  .block-btm-bnr {
    padding-bottom: 50px;
  }
  .block-btm-bnr ul li {
    width: 240px;
    height: 125px;
    margin: 0 10px;
    margin-bottom: 0;
  }
}
.gdpr-wrap {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 100;
  display: none;
}
.gdpr-wrap.state-visible {
  display: block;
}
.gdpr-wrap.state-remove .gdpr-wrap-slide {
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  transform: translateY(100px);
}

.gdpr-wrap-slide {
  position: relative;
  width: 100%;
  background-color: rgba(34, 33, 33, 0.8);
  padding: 12px 0;
}

.gdpr-wrap-inner {
  width: 100%;
  margin: 0 auto;
  width: 92%;
  display: table;
}

.gdpr-txt {
  display: table-cell;
  vertical-align: middle;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
  padding-right: 10px;
  letter-spacing: 0.05em;
}
.gdpr-txt a {
  color: #fff;
  text-decoration: underline;
}

.gdpr-btn {
  display: table-cell;
  vertical-align: middle;
  width: 80px;
}
.gdpr-btn .link-btn a {
  width: 100%;
  height: 40px;
  font-size: 12px;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 1200px) {
  .gdpr-wrap-slide {
    padding: 20px 0;
  }

  .gdpr-wrap-inner {
    width: 100%;
    max-width: 1280px;
    padding: 0 15px;
  }

  .gdpr-txt {
    font-size: 16px;
    font-size: 1.6rem;
    padding-right: 40px;
  }
  .gdpr-txt a:focus, .gdpr-txt a:hover {
    text-decoration: none;
  }

  .gdpr-btn {
    width: 140px;
  }
  .gdpr-btn .link-btn a {
    width: 100%;
    height: 45px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/*****************************
contets
*****************************/
.contets {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.breadcrumb {
  width: 100%;
  padding-top: 6.66%;
  padding-bottom: 6.66%;
  padding-bottom: 24%;
  padding-top: 0%;
  padding-bottom: 3.33%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .breadcrumb {
    padding-top: 25px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .breadcrumb {
    padding-bottom: 25px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .breadcrumb {
    padding-bottom: 90px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .breadcrumb {
    padding-top: 0px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .breadcrumb {
    padding-bottom: 12.5px;
  }
}
.breadcrumb.type-ebeef1 {
  background: #ebeef1;
}
.page-service-game .breadcrumb, .page-ir-individual.page-ir-individual-results .breadcrumb, .page-ir-individual.page-ir-individual-summary .breadcrumb, .page-ir-stock.page-ir-stock-stockquote .breadcrumb, .page-ir-stock.page-ir-stock-stockquote .breadcrumb, .page-ir-stock.page-ir-stock-shareholders .breadcrumb, .page-ir-stock.page-ir-stock-regulations .breadcrumb, .page-ir-stock.page-ir-stock-dividend .breadcrumb, .page-ir-stock.page-ir-stock-basic .breadcrumb, .page-csr-under .breadcrumb, .page-service-under .breadcrumb, .page-ir-about.page-ir-about-management .breadcrumb, .page-ir .breadcrumb, .page-ir-under .breadcrumb, .page-privacypolicy .breadcrumb, .page-securitypolicy .breadcrumb, .page-sitepolicy .breadcrumb, .page-company-under .breadcrumb {
  background: #ebeef1;
}
.page-ir-finance .breadcrumb, .page-ir-individual .breadcrumb, .page-ir-library .breadcrumb, .page-ir-stock .breadcrumb, .page-ir-about .breadcrumb {
  background: #fff;
}
.breadcrumb .breadcrumb-inner {
  width: 92%;
  margin: 0 auto;
}
.breadcrumb ol {
  width: 100%;
  position: relative;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.breadcrumb ol li {
  font-size: 11px;
  font-size: 1.1rem;
  width: auto;
  padding-right: 12px;
  position: relative;
}
.breadcrumb ol li:last-child {
  padding-right: 0;
}
.breadcrumb ol li:last-child:after {
  display: none;
}
.breadcrumb ol li:after {
  position: absolute;
  display: block;
  content: '';
  content: '>';
  font-size: 11px;
  font-size: 1.1rem;
  color: #45494e;
  top: 6px;
  right: 4px;
}
.breadcrumb ol li a,
.breadcrumb ol li span {
  position: relative;
  display: inline-block;
  padding: 6px 4px;
  word-break: break-all;
}
.breadcrumb ol li span {
  color: #45494e;
}
.breadcrumb ol li a {
  text-decoration: none;
  color: #257cde;
  font-weight: 700;
  -webkit-transition: opacity 0.3s 0s ease;
  -moz-transition: opacity 0.3s 0s ease;
  transition: opacity 0.3s 0s ease;
}
.breadcrumb ol li a:hover {
  -webkit-transition: opacity 0.1s 0s ease;
  -moz-transition: opacity 0.1s 0s ease;
  transition: opacity 0.1s 0s ease;
  opacity: 0.6;
}

@media print, screen and (min-width: 768px) {
  .breadcrumb {
    padding-top: 0;
    padding-bottom: 0;
  }
  .breadcrumb .breadcrumb-inner {
    width: 83.57%;
    max-width: 1170px;
    padding-bottom: 12px;
  }
  .breadcrumb ol li {
    font-size: 13px;
    font-size: 1.3rem;
    width: auto;
    padding-right: 14px;
  }
  .breadcrumb ol li:after {
    font-size: 13px;
    font-size: 1.3rem;
    top: 6px;
    right: 3px;
  }
  .breadcrumb ol li a,
  .breadcrumb ol li span {
    padding: 6px 4px;
  }
}
/* Browser
https://dev.classmethod.jp/ria/html5/css-length-viewport/


https://w3g.jp/sample/css/font-family


blur

https://note.mu/psephopaiktes/n/n5cef19fdb8c4#e0PJv

navi  #375BD1
白　透過

*/
/*********************************************
loader
*********************************************/
.loader {
  font-size: 10px;
  text-indent: -9999em;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  background: #257cde;
  background: -moz-linear-gradient(left, #257cde 10%, rgba(255, 94, 16, 0) 42%);
  background: -webkit-linear-gradient(left, #257cde 10%, rgba(255, 94, 16, 0) 42%);
  background: -o-linear-gradient(left, #257cde 10%, rgba(255, 94, 16, 0) 42%);
  background: -ms-linear-gradient(left, #257cde 10%, rgba(255, 94, 16, 0) 42%);
  background: linear-gradient(to right, #257cde 10%, rgba(255, 94, 16, 0) 42%);
  position: relative;
  -webkit-animation: load3 0.35s infinite linear;
  animation: load3 0.35s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  position: absolute;
  position: fixed;
  top: 50%;
  z-index: 200000;
  margin-top: -1.5em;
  left: 50%;
  margin-left: -1.5em;
  opacity: 0;
}

.loader:before {
  width: 50%;
  height: 50%;
  background: #fff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.page-colopl_athletes .loader:before {
  background: #000;
}

.loader:after {
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.page-colopl_athletes .loader:after {
  background: #000;
}

@media print, screen and (min-width: 768px) {
  .loader {
    width: 4em;
    height: 4em;
    margin-top: -2em;
    margin-left: -2em;
  }
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
body.state-excute-01 .loader {
  opacity: 1;
}

body.state-excute-02 .loader {
  display: none;
}

.link-btn_layout:after,
.news-article-body dl:after,
.news-article-body .imgBox2:after,
.clearfix:after {
  font-size: .1em;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: .1px;
  content: ' ';
}

.link-btn_layout,
.news-article-body dl,
.news-article-body .imgBox2,
.clearfix {
  /*\*/
    /*/
display: inline-table !important;
/**/
}

.jsLazyAnime.type-opacity {
  opacity: 0;
}
.jsLazyAnime.type-opacity.lazyAnimate {
  opacity: 1;
  -webkit-transition: opacity 0.8s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: opacity 0.8s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.8s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.jsLazyAnime.type-x-r,
.jsLazyAnime.type-x-l {
  opacity: 0;
}
.jsLazyAnime.type-x-r.lazyAnimate,
.jsLazyAnime.type-x-l.lazyAnimate {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 0.6s 0s ease, transform 0.6s 0s ease;
  -moz-transition: opacity 0.6s 0s ease, transform 0.6s 0s ease;
  transition: opacity 0.6s 0s ease, transform 0.6s 0s ease;
}

.jsLazyAnime.type-y {
  opacity: 0;
}
.jsLazyAnime.type-y.lazyAnimate {
  -webkit-animation: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  -moz-animation: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  -ms-animation: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  -o-animation: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  animation: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  -webkit-animation-name: y_in_lv1, fade_in;
  -moz-animation-name: y_in_lv1, fade_in;
  -ms-animation-name: y_in_lv1, fade_in;
  -o-animation-name: y_in_lv1, fade_in;
  animation-name: y_in_lv1, fade_in;
}

.jsLazyAnime.type-y-center {
  opacity: 0;
  -webkit-transform: translateY(20px) translateX(-50%);
  -moz-transform: translateY(20px) translateX(-50%);
  transform: translateY(20px) translateX(-50%);
}
.jsLazyAnime.type-y-center.lazyAnimate {
  opacity: 1;
  -webkit-transform: translateY(0) translateX(-50%);
  -moz-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%);
  -webkit-transition: opacity 0.4s 0s ease, transform 0.4s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: opacity 0.4s 0s ease, transform 0.4s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.4s 0s ease, transform 0.4s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.jsLazyAnime.type-y-sp {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  transform: translateY(30px);
}
.jsLazyAnime.type-y-sp.lazyAnimate {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.8s 0s ease, transform 0.8s 0s ease;
  -moz-transition: opacity 0.8s 0s ease, transform 0.8s 0s ease;
  transition: opacity 0.8s 0s ease, transform 0.8s 0s ease;
}

.jsLazyAnime.type-x-l {
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px);
}

.jsLazyAnime.type-x-r {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px);
}

.jsLazyAnime.type-scale {
  opacity: 0;
}
.jsLazyAnime.type-scale.lazyAnimate {
  -webkit-animation: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  -moz-animation: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  -ms-animation: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  -o-animation: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  animation: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  -webkit-animation-name: scale_in_lv1, fade_in;
  -moz-animation-name: scale_in_lv1, fade_in;
  -ms-animation-name: scale_in_lv1, fade_in;
  -o-animation-name: scale_in_lv1, fade_in;
  animation-name: scale_in_lv1, fade_in;
}

@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes y_in_lv1 {
  0% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scale_in_lv1 {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@media print, screen and (min-width: 1200px) {
  .wrapper {
    min-width: 1200px !important;
    opacity: 0.5;
  }

  .jsLazyAnime.type-x-l {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  .jsLazyAnime.type-x-r {
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    transform: translateX(30px);
  }

  .jsLazyAnime.type-y-sp {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  .jsLazyAnime.type-y-sp.lazyAnimate {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0s 0s ease, transform 0s 0s ease;
    -moz-transition: opacity 0s 0s ease, transform 0s 0s ease;
    transition: opacity 0s 0s ease, transform 0s 0s ease;
  }
}
/* tit */
.tit-en-ja {
  text-align: center;
  margin-bottom: 5.86%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .tit-en-ja {
    margin-bottom: 22px;
  }
}
.tit-en-ja span {
  display: block;
}
.tit-en-ja span.ja {
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 2.13%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .tit-en-ja span.ja {
    margin-bottom: 8px;
  }
}
.tit-en-ja span.en {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
}
.page-en .tit-en-ja span.en {
  font-size: 26px;
  font-size: 2.6rem;
  position: relative;
  top: 15px;
}

.tit-ja-sub-img {
  width: 94.66%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 10.66%;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .tit-ja-sub-img {
    padding-bottom: 40px;
  }
}
.tit-ja-sub-img span {
  display: block;
}
.tit-ja-sub-img span.ja-sub {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 2.66%;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .tit-ja-sub-img span.ja-sub {
    margin-bottom: 10px;
  }
}
.tit-ja-sub-img span.ja-main {
  font-size: 26px;
  font-size: 2.6rem;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  color: #257cde;
  position: relative;
  z-index: 2;
  line-height: 1.3;
}
.tit-ja-sub-img span.img {
  width: 100%;
  position: absolute;
  z-index: 10;
  bottom: 0;
  z-index: 1;
}
.tit-ja-sub-img span.img.type-service {
  right: -10.67%;
  width: 52.26%;
  max-width: 727px;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .tit-ja-sub-img span.img.type-service {
    right: -40px;
  }
}

.tit-ja-img {
  text-align: center;
  padding-bottom: 10.66%;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .tit-ja-img {
    padding-bottom: 40px;
  }
}
.tit-ja-img span {
  display: block;
}
.tit-ja-img span.tit-ja-img-txt {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.4;
  color: #257cde;
  position: relative;
  z-index: 2;
}
.page-en .tit-ja-img span.tit-ja-img-txt {
  font-weight: 700;
}
.page-ir-library-report .tit-ja-img span.tit-ja-img-txt {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: -0.02em;
}
.tit-ja-img span.tit-ja-img-img {
  width: 100%;
  position: absolute;
  z-index: 10;
  bottom: 0;
  z-index: 1;
}
.tit-ja-img span.tit-ja-img-img.type-coloca {
  right: -10.67%;
  width: 52.26%;
  max-width: 727px;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .tit-ja-img span.tit-ja-img-img.type-coloca {
    right: -40px;
  }
}
.tit-ja-img span.tit-ja-img-img.type-news {
  right: -2.67%;
  width: 40%;
  bottom: 43%;
  bottom: 0;
  max-width: 440px;
  max-width: 300px;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .tit-ja-img span.tit-ja-img-img.type-news {
    right: -10px;
  }
}

.tit-btm-txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  width: 86.66%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 6.66%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .tit-btm-txt {
    margin-bottom: 25px;
  }
}
.tit-btm-txt.type-br {
  width: 93.33%;
}
.tit-btm-txt span {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  margin-top: 5px;
}

.tit-line-middle {
  position: relative;
  display: inline-block;
  position: relative;
  padding: 0 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 5.33%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .tit-line-middle {
    margin-bottom: 20px;
  }
}
.tit-line-middle::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  left: 0;
  z-index: 1;
  background: #257cde;
}
.tit-line-middle span {
  font-size: 16px;
  font-size: 1.6rem;
  background: #fff;
  padding: 0 10px;
  position: relative;
  z-index: 2;
  display: inline-block;
  text-align: center;
  line-height: 1.4;
}

@media print, screen and (min-width: 768px) {
  .tit-en-ja {
    margin-bottom: 45px;
  }
  .tit-en-ja span.ja {
    font-size: 48px;
    font-size: 4.8rem;
    margin-bottom: 12px;
  }
  .tit-en-ja span.en {
    font-size: 20px;
    font-size: 2rem;
  }
  .page-en .tit-en-ja span.en {
    font-size: 58px;
    font-size: 5.8rem;
  }

  .tit-ja-sub-img {
    height: 130px;
    height: auto;
    padding-bottom: 40px;
    width: 100%;
  }
  .tit-ja-sub-img span {
    display: block;
  }
  .tit-ja-sub-img span.ja-sub {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 16px;
  }
  .tit-ja-sub-img span.ja-main {
    font-size: 36px;
    font-size: 3.6rem;
    width: 83.57%;
    max-width: 1170px;
    margin: 0 auto;
  }
  .tit-ja-sub-img span.img {
    width: 100%;
    position: absolute;
    z-index: 10;
    bottom: 25px;
    z-index: 1;
  }
  .tit-ja-sub-img span.img.type-service {
    right: -140px;
    width: 654px;
    max-width: 654px;
  }

  .tit-ja-img {
    padding-bottom: 75px;
    height: 130px;
    padding-bottom: 0;
  }
  .tit-ja-img span.tit-ja-img-txt {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: normal;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .tit-ja-img span.tit-ja-img-txt {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .page-ir-library-report .tit-ja-img span.tit-ja-img-txt {
    letter-spacing: 0.04em;
    font-size: 36px;
    font-size: 3.6rem;
  }
  .tit-ja-img span.tit-ja-img-img {
    bottom: 30px;
  }
  .tit-ja-img span.tit-ja-img-img.type-coloca {
    right: -140px;
    width: 654px;
    max-width: 654px;
  }
  .tit-ja-img span.tit-ja-img-img.type-news {
    bottom: 30px;
    right: -20px;
    width: 440px;
    max-width: 440px;
  }

  .tit-btm-txt {
    font-size: 14px;
    font-size: 1.4rem;
    width: 93.33%;
    margin-bottom: 2.99%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .tit-btm-txt {
    margin-bottom: 17.5px;
  }
}
@media print, screen and (min-width: 768px) {
  .tit-btm-txt.type-br {
    width: 93.33%;
  }

  .tit-line-middle {
    padding: 0 38px;
    left: 50%;
    margin-bottom: 2.99%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .tit-line-middle {
    margin-bottom: 17.5px;
  }
}
@media print, screen and (min-width: 768px) {
  .tit-line-middle span {
    font-size: 28px;
    font-size: 2.8rem;
    padding: 0 12px;
  }
}
@media print, screen and (min-width: 1200px) {
  .tit-btm-txt {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 45px;
  }
  .tit-btm-txt span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* link */
.service-index-btn-items {
  width: 69.33%;
}
.service-index-btn-items li {
  margin-bottom: 2.66%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .service-index-btn-items li {
    margin-bottom: 10px;
  }
}
.service-index-btn-items li:last-child {
  margin-bottom: 0;
}
.service-index-btn-items li.type-vr a span::after {
  background-image: url(../img/common/icon-vr.png);
  background-size: 30px 60px;
}
.service-index-btn-items li.type-game a span::after {
  background-image: url(../img/common/icon-game.png);
  background-size: 30px 60px;
}
.service-index-btn-items li.type-invest a span::after {
  background-image: url(../img/common/icon-invest.png);
  background-size: 30px 60px;
}
.service-index-btn-items li.type-other a span::after {
  background-image: url(../img/common/icon-other.png);
  background-size: 30px 60px;
}
.service-index-btn-items li a {
  display: block;
  width: 100%;
  height: 50px;
  text-align: center;
  position: relative;
}
.service-index-btn-items li a::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #257cde;
  z-index: 1;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.service-index-btn-items li a span {
  width: 100%;
  height: 50px;
  display: block;
  border: 2px solid #257cde;
  background: #fff;
  color: #45494e;
  font-size: 15px;
  font-size: 1.5rem;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.service-index-btn-items li a span::before {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 9px;
  top: 18px;
  right: 15px;
  background: url(../img/common/icon-arrow-r.png) 0 0 no-repeat;
  background-size: 8px 9px;
  z-index: 1;
}
.service-index-btn-items li a span::after {
  position: absolute;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  top: 8px;
  left: 20px;
  z-index: 5;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.service-index-btn-items li a:hover span {
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  transform: translateY(-2px);
}
.service-index-btn-items li a:active span {
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  left: 0;
}

body.type-btn-b .service-index-btn-items li a:hover::before {
  background: #0859b4;
}
body.type-btn-b .service-index-btn-items li a:hover span {
  background: #257cde;
  color: #fff;
  top: -4px;
}
body.type-btn-b .service-index-btn-items li a:hover span::after {
  background-position: 0 -30px;
}
body.type-btn-b .service-index-btn-items li a:active span {
  top: 0;
  left: 0;
}

.block-rss {
  width: 86.66%;
  margin: 0 auto 2.66%;
  position: relative;
  z-index: 30;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .block-rss {
    margin: 0 auto 20px;
  }
}
.block-rss a {
  position: absolute;
  top: -32px;
  right: 0px;
  display: block;
  width: 28px;
}

.block-link-btn-item-select {
  position: relative;
  z-index: 10;
}

.link-btn-items {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-bottom: 8.47%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .link-btn-items {
    margin-bottom: 25px;
  }
}
.link-btn-items.type-w-fix {
  width: 86.66%;
  margin: 0 auto;
  margin-bottom: 3.07%;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .link-btn-items.type-w-fix {
    margin-bottom: 10px;
  }
}
.link-btn-items.type-w-fix li {
  width: 48.46%;
  margin: 0 0;
  margin-bottom: 3.07%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .link-btn-items.type-w-fix li {
    margin-bottom: 10px;
  }
}
.link-btn-items.type-w-fix li .link-btn .hack-a,
.link-btn-items.type-w-fix li .link-btn a {
  width: 100%;
}
.link-btn-items.type-game-index {
  width: 86.66%;
  margin: 0 auto;
  margin-bottom: 3.07%;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .link-btn-items.type-game-index {
    margin-bottom: 10px;
  }
}
.link-btn-items.type-game-index li {
  width: 47.69%;
  margin: 0 0;
  margin-bottom: 3.07%;
}
.link-btn-items.type-game-index li.sp-per-100 {
  width: 100%;
}
.link-btn-items.type-game-index li.sp-per-100 .link-btn .hack-a,
.link-btn-items.type-game-index li.sp-per-100 .link-btn a {
  width: 47.69%;
  margin: 0 auto;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .link-btn-items.type-game-index li {
    margin-bottom: 10px;
  }
}
.link-btn-items.type-game-index li .link-btn .hack-a,
.link-btn-items.type-game-index li .link-btn a {
  width: 100%;
}
.link-btn-items.type-game-index li .link-btn .hack-a div,
.link-btn-items.type-game-index li .link-btn a div {
  padding: 0 0;
}
.link-btn-items.type-game-index li .link-btn .hack-a div span,
.link-btn-items.type-game-index li .link-btn a div span {
  top: 12px;
  font-size: 10px;
  font-size: 1rem;
}
.page-en .link-btn-items.type-game-index li .link-btn .hack-a div span, .page-en
.link-btn-items.type-game-index li .link-btn a div span {
  top: 15px;
  font-size: 12px;
  font-size: 1.2rem;
}
.link-btn-items li {
  margin: 0 6px;
}

.link-btn-sets .link-btn {
  margin-bottom: 5.33%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .link-btn-sets .link-btn {
    margin-bottom: 20px;
  }
}
.link-btn-sets .link-btn::last-child {
  margin-bottom: 0%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .link-btn-sets .link-btn::last-child {
    margin-bottom: 0px;
  }
}

.page-service .link-btn + .link-btn {
  margin-top: 4%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .page-service .link-btn + .link-btn {
    margin-top: 15px;
  }
}

.link-btn + .link-btn_layout {
  margin-top: 4%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .link-btn + .link-btn_layout {
    margin-top: 15px;
  }
}

.link-btn_layout .link-btn {
  width: 47.61%;
  margin-bottom: 4%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .link-btn_layout .link-btn {
    margin-bottom: 15px;
  }
}
.page-service .link-btn_layout .link-btn {
  margin-top: 0 !important;
}
.link-btn_layout .link-btn:nth-child(odd) {
  float: left;
}
.link-btn_layout .link-btn:nth-child(even) {
  float: right;
}

.link-btn {
  text-align: center;
}
.link-btn.type-left {
  text-align: left;
}
.link-btn.type-left a {
  margin-left: 0;
  margin-right: 0;
}
.link-btn.type-l a {
  width: 250px;
}
.link-btn.type-m a {
  width: 200px;
}
.link-btn.type-back a {
  width: auto;
  display: inline-block;
  height: 46px;
}
.link-btn.type-back a::after {
  background: #dbdfe1;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
}
.link-btn.type-back a div {
  position: relative;
  border: 2px solid #dbdfe1;
  padding: 0 20px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
}
.link-btn.type-back a div span {
  top: 15px;
  padding-right: 0;
  padding-left: 18px;
}
.link-btn.type-back a div span::after {
  top: 2px;
  left: 0;
  background: url(../img/common/icon-arrow-l.png) 0 0 no-repeat;
  background-size: 8px 9px;
}
.link-btn.type-sitetop a div {
  padding: 0 30px 0 30px !important;
}
.link-btn.type-sitetop a div span {
  padding-right: 25px;
  padding-left: 37px;
}
.link-btn.type-game-arrow a {
  width: 100%;
  display: inline-block;
  height: 42px;
}
.link-btn.type-game-arrow a::after {
  background: #257cde;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
}
.link-btn.type-game-arrow a div {
  position: relative;
  border: 2px solid #257cde;
  background: #fff;
  color: #257cde;
  padding: 0 20px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
}
.link-btn.type-game-arrow a div span {
  top: 12px;
  padding-right: 18px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
}
.page-en .link-btn.type-game-arrow a div span {
  top: 13px;
  font-size: 14px;
  font-size: 1.4rem;
}
.link-btn.type-game-arrow a div span::after {
  width: 6px;
  height: 10px;
  top: 2px;
  right: 0;
  background: url(../img/common/icon-arrow-02-r.png) 0 0 no-repeat;
  background-size: 6px 19px;
}
.link-btn.type-game-blank a {
  width: 100%;
  display: inline-block;
  height: 42px;
}
.link-btn.type-game-blank a::after {
  background: #257cde;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
}
.link-btn.type-game-blank a div {
  position: relative;
  border: 2px solid #257cde;
  background: #fff;
  color: #257cde;
  padding: 0 20px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
}
.link-btn.type-game-blank a div span {
  top: 12px;
  padding-right: 18px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
}
.link-btn.type-game-blank a div span::after {
  width: 14px;
  height: 12px;
  top: 2px;
  right: 0;
  background: url(../img/common/icon-blank.png) 0 0 no-repeat;
  background-size: 14px 23px;
}
.link-btn.type-more a div {
  padding: 0 0;
  color: #257cde;
}
.link-btn.type-more a div span {
  padding-right: 0;
}
.link-btn.type-more a div span::after {
  display: none;
}
.link-btn.type-tab .hack-a,
.link-btn.type-tab a {
  width: auto;
  display: inline-block;
}
.link-btn.type-tab .hack-a div,
.link-btn.type-tab a div {
  position: relative;
  padding: 0 20px;
}
.link-btn.type-tab .hack-a div span,
.link-btn.type-tab a div span {
  position: relative;
  top: 12px;
  padding-right: 0;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
}
.link-btn.type-tab .hack-a div span::after,
.link-btn.type-tab a div span::after {
  display: none;
}
.link-btn.type-tab .hack-a div {
  border: 2px solid #257cde;
  background: #257cde;
  color: #fff;
}
.link-btn.type-gray a {
  height: 46px;
  width: 67.69%;
}
.link-btn.type-gray a::after {
  background: #d7dbde;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
}
.link-btn.type-gray a div {
  border: 2px solid #d7dbde;
  color: #45494e;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
}
.link-btn.type-gray a div span {
  top: 15px;
  font-size: 14px;
  font-size: 1.4rem;
}
.link-btn .hack-a,
.link-btn a {
  width: 45.33%;
  margin: 0 auto;
  height: 40px;
  height: 44px;
  display: block;
  text-align: center;
  position: relative;
}
.link-btn .hack-a::after,
.link-btn a::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #257cde;
  z-index: 1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
}
.link-btn .hack-a div,
.link-btn a div {
  border: 2px solid #257cde;
  background: #fff;
  color: #45494e;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.link-btn .hack-a div span,
.link-btn a div span {
  position: relative;
  top: 12px;
  padding-right: 18px;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
}
.link-btn .hack-a div span::after,
.link-btn a div span::after {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 9px;
  top: 3px;
  right: 0;
  background: url(../img/common/icon-arrow-r.png) 0 0 no-repeat;
  background-size: 8px 9px;
  z-index: 1;
}
.link-btn a:hover div {
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  transform: translateY(-2px);
}
.link-btn a:active div {
  -webkit-transition: transform 0.1s ease;
  -moz-transition: transform 0.1s ease;
  transition: transform 0.1s ease;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

body.type-btn-b .link-btn {
  text-align: center;
}
body.type-btn-b .link-btn a:hover div {
  background: #257cde;
  color: #fff;
}
body.type-btn-b .link-btn a:hover::after {
  background: #0859b4;
}
body.type-btn-b .link-btn a:hover div {
  top: -5px;
}
body.type-btn-b .link-btn a:active div {
  top: 0px;
}

.link-txt a {
  color: #257cde;
  font-size: 12px;
  font-size: 1.2rem;
  text-decoration: underline;
}

a.link-txt {
  color: #257cde;
  text-decoration: underline;
}
a.link-txt.type-blank {
  position: relative;
  padding-right: 12px;
}
@media print, screen and (min-width: 768px) {
  a.link-txt.type-blank {
    padding-right: 22px;
  }
}
a.link-txt.type-blank i {
  position: absolute;
  display: block;
  width: 10px;
  height: 8px;
  bottom: 0;
  margin-top: -4px;
  right: 0;
  background: url(../img/common/icon-blank.png) 0 0 no-repeat;
  background-size: 10px 16px;
}
@media print, screen and (min-width: 768px) {
  a.link-txt.type-blank i {
    width: 14px;
    height: 13px;
    top: 50%;
    margin-top: -8px;
    background: url(../img/common/icon-blank.png) 0 0 no-repeat;
    background-size: 14px 26px;
  }
}
a.link-txt.type-blank.type-blank-row-01 i {
  top: 50%;
  margin-top: -2px;
  bottom: auto;
}
@media print, screen and (min-width: 768px) {
  a.link-txt.type-blank.type-blank-row-01 i {
    margin-top: -5px;
  }
}

@media print, screen and (min-width: 768px) {
  .link-txt a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .link-txt a:hover {
    text-decoration: none;
  }

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

  .link-btn_layout .link-btn {
    margin-bottom: 10px;
  }

  .link-btn-items {
    margin-bottom: 5.61%;
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .link-btn-items {
    margin-bottom: 27.5px;
  }
}
@media print, screen and (min-width: 768px) {
  .link-btn-items.type-w-fix {
    margin-bottom: 20px;
  }
  .link-btn-items.type-w-fix li {
    margin-bottom: 15px;
  }
  .link-btn-items.type-game-index {
    width: 86.66%;
    margin: 0 auto;
    margin-bottom: 3.07%;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .link-btn-items.type-game-index {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .link-btn-items.type-game-index li {
    width: 47.69%;
    margin: 0 0;
    margin-bottom: 3.07%;
  }
  .link-btn-items.type-game-index li.sp-per-100 {
    width: 100%;
  }
  .link-btn-items.type-game-index li.sp-per-100 .link-btn .hack-a,
  .link-btn-items.type-game-index li.sp-per-100 .link-btn a {
    width: 47.69%;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .link-btn-items.type-game-index li {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .link-btn-items.type-game-index li .link-btn .hack-a,
  .link-btn-items.type-game-index li .link-btn a {
    width: 100%;
  }
  .link-btn-items.type-game-index li .link-btn .hack-a div,
  .link-btn-items.type-game-index li .link-btn a div {
    padding: 0 0;
  }
  .link-btn-items.type-game-index li .link-btn .hack-a div span,
  .link-btn-items.type-game-index li .link-btn a div span {
    top: 11px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .page-en .link-btn-items.type-game-index li .link-btn .hack-a div span, .page-en
  .link-btn-items.type-game-index li .link-btn a div span {
    top: 11px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .link-btn-items li {
    margin: 0 10px;
  }

  .service-index-btn-items {
    width: 100%;
    max-width: 400px;
  }
  .service-index-btn-items li {
    margin-bottom: 20px;
  }
  .service-index-btn-items li.type-vr a span::after {
    background-image: url(../img/common/icon-vr.png);
    background-size: 50px 100px;
  }
  .service-index-btn-items li.type-game a span::after {
    background-image: url(../img/common/icon-game.png);
    background-size: 50px 100px;
  }
  .service-index-btn-items li.type-invest a span::after {
    background-image: url(../img/common/icon-invest.png);
    background-size: 50px 100px;
  }
  .service-index-btn-items li.type-other a span::after {
    background-image: url(../img/common/icon-other.png);
    background-size: 50px 100px;
  }
  .service-index-btn-items li a {
    display: block;
    width: 100%;
    height: 70px;
  }
  .service-index-btn-items li a::before {
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
  }
  .service-index-btn-items li a span {
    height: 70px;
    border: 3px solid #257cde;
    font-size: 22px;
    font-size: 2.2rem;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .service-index-btn-items li a span::before {
    width: 9px;
    height: 10px;
    top: 28px;
    right: 29px;
    background: url(../img/common/icon-arrow-r.png) 0 0 no-repeat;
    background-size: 9px 10px;
    z-index: 1;
  }
  .service-index-btn-items li a span::after {
    width: 50px;
    height: 50px;
    top: 7px;
    left: 20px;
  }

  body.type-btn-b .service-index-btn-items li a:hover span {
    background: #257cde;
    color: #fff;
    top: -4px;
  }
  body.type-btn-b .service-index-btn-items li a:hover span::after {
    background-position: 0 -50px;
  }
  body.type-btn-b .service-index-btn-items li a:active span {
    top: 0;
    left: 0;
  }

  .link-btn-sets .link-btn {
    margin-bottom: 70px;
  }

  .link-btn {
    text-align: center;
  }
  .link-btn.type-left {
    text-align: left;
  }
  .link-btn.type-left a {
    margin-left: 0;
    margin-right: 0;
  }
  .link-btn.type-l a {
    width: 400px;
    height: 70px;
  }
  .link-btn.type-l a::after {
    width: 400px;
    height: 70px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
  }
  .link-btn.type-l a span {
    top: 22px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .link-btn.type-l a span::after {
    top: 4px;
  }
  .link-btn.type-l div {
    height: 70px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
  }
  .link-btn.type-back a {
    height: 60px;
  }
  .link-btn.type-back a::after {
    height: 60px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  .link-btn.type-back a div {
    position: relative;
    border: 3px solid #dbdfe1;
    padding: 0 20px 0 30px;
    height: 60px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  .page-en .link-btn.type-back a div {
    padding: 0 35px 0 35px;
  }
  .link-btn.type-back a div span {
    top: 19px;
    padding-right: 0;
    padding-left: 22px;
  }
  .link-btn.type-back a div span::after {
    top: 3px;
    left: 0;
    background: url(../img/common/icon-arrow-l.png) 0 0 no-repeat;
    background-size: 8px 9px;
  }
  .link-btn.type-sitetop a div {
    padding: 0 40px 0 40px !important;
  }
  .link-btn.type-sitetop a div span {
    top: 19px;
    padding-right: 30px;
    padding-left: 42px;
  }
  .link-btn.type-tab .hack-a,
  .link-btn.type-tab a {
    width: auto;
    display: inline-block;
  }
  .link-btn.type-tab .hack-a div,
  .link-btn.type-tab a div {
    position: relative;
    padding: 0 20px;
  }
  .link-btn.type-tab .hack-a div span,
  .link-btn.type-tab a div span {
    position: relative;
    top: 10px;
    padding-right: 0;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .link-btn.type-tab .hack-a div span::after,
  .link-btn.type-tab a div span::after {
    display: none;
  }
  .link-btn.type-tab .hack-a div {
    border: 3px solid #257cde;
    background: #257cde;
    color: #fff;
  }
  .link-btn.type-game-arrow a {
    height: 46px;
  }
  .link-btn.type-game-arrow a::after {
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
  }
  .link-btn.type-game-arrow a div {
    padding: 0 0;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
  }
  .link-btn.type-game-arrow a div span {
    top: 14px;
    padding-right: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .page-en .link-btn.type-game-arrow a div span {
    top: 14px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .link-btn.type-game-arrow a div span::after {
    width: 11px;
    height: 16px;
    top: 0px;
    background: url(../img/common/icon-arrow-02-r.png) 0 0 no-repeat;
    background-size: 11px 32px;
  }
  .link-btn.type-game-blank a {
    height: 46px;
  }
  .link-btn.type-game-blank a::after {
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
  }
  .link-btn.type-game-blank a div {
    padding: 0 0;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
  }
  .link-btn.type-game-blank a div span {
    top: 14px;
    padding-right: 23px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .link-btn.type-game-blank a div span::after {
    width: 17px;
    height: 15px;
    top: 0px;
    background: url(../img/common/icon-blank.png) 0 0 no-repeat;
    background-size: 17px 30px;
  }
  .link-btn.type-more {
    float: right;
  }
  .link-btn.type-more a {
    width: 110px;
    margin: 0 0 0 0;
  }
  .link-btn.type-more a::after {
    border-width: 2px;
  }
  .link-btn.type-more a div {
    padding: 0 0;
    border-width: 2px;
  }
  .link-btn.type-more a div span {
    padding-right: 0;
  }
  .link-btn.type-more a div span::after {
    display: none;
  }
  .link-btn.type-gray a {
    height: 70px;
    width: 400px;
  }
  .link-btn.type-gray a::after {
    background: #d7dbde;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
  }
  .link-btn.type-gray a div {
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
  }
  .link-btn.type-gray a div span {
    top: 21px;
    font-size: 24px;
    font-size: 2.4rem;
    width: 100%;
    display: block;
  }
  .link-btn.type-gray a div span::after {
    top: 6px;
    left: auto;
    right: 25px;
  }
  .link-btn .hack-a,
  .link-btn a {
    width: 170px;
    height: 42px;
    display: block;
  }
  .link-btn .hack-a::after,
  .link-btn a::after {
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
  }
  .link-btn .hack-a div,
  .link-btn a div {
    border: 3px solid #257cde;
    background: #fff;
    color: #45494e;
    z-index: 2;
    top: 0;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
  }
  .link-btn .hack-a div span,
  .link-btn a div span {
    top: 10px;
    padding-right: 18px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .link-btn .hack-a div span::after,
  .link-btn a div span::after {
    width: 10px;
    height: 10px;
    top: 3px;
    background: url(../img/common/icon-arrow-r.png) 0 0 no-repeat;
    background-size: 9px 10px;
  }
}
@media print, screen and (min-width: 1200px) {
  .block-rss {
    width: 83.57%;
    max-width: 1170px;
    margin-bottom: 0;
  }
  .block-rss a {
    top: -38px;
    right: 5px;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .block-rss a:hover {
    opacity: 0.7;
  }

  .block-link-btn-item-select {
    width: 83.57%;
    max-width: 1170px;
    margin: 0 auto;
    padding-top: 10px;
    margin-bottom: 10px;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    z-index: 2;
  }
  .block-link-btn-item-select .link-btn-items {
    margin-bottom: 0;
  }
  .block-link-btn-item-select.type-ir {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }

  .link-btn-items {
    margin-bottom: 5.61%;
  }
}
@media print, screen and (min-width: 1200px) and (min-width: 568px) and (max-width: 768px) {
  .link-btn-items {
    margin-bottom: 27.5px;
  }
}
@media print, screen and (min-width: 1200px) {
  .link-btn-items.type-w-fix {
    width: 82%;
    margin: 0 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .link-btn-items.type-w-fix li {
    width: 165px;
    margin: 0 0;
    margin-bottom: 3.07%;
    margin-bottom: 10px;
    margin-right: 2%;
  }
}
@media print, screen and (min-width: 1200px) and (min-width: 568px) and (max-width: 768px) {
  .link-btn-items.type-w-fix li {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 1200px) {
  .link-btn-items.type-w-fix li:last-child {
    margin-right: 0;
  }
  .link-btn-items.type-w-fix li .link-btn .hack-a,
  .link-btn-items.type-w-fix li .link-btn a {
    width: 100%;
  }
  .link-btn-items.type-game-index {
    width: 80.34%;
    width: 100%;
    margin: 0 0;
    margin-bottom: 35px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .link-btn-items.type-game-index li {
    width: auto;
    margin: 0 10px;
    margin-bottom: 0;
  }
  .link-btn-items.type-game-index li.sp-per-100 {
    width: auto;
    margin: 0 10px;
  }
  .link-btn-items.type-game-index li.sp-per-100 .link-btn .hack-a,
  .link-btn-items.type-game-index li.sp-per-100 .link-btn a {
    width: 100%;
    margin: 0 auto;
  }
  .link-btn-items.type-game-index li .link-btn .hack-a,
  .link-btn-items.type-game-index li .link-btn a {
    width: 100%;
  }
  .link-btn-items.type-game-index li .link-btn .hack-a div,
  .link-btn-items.type-game-index li .link-btn a div {
    padding: 0 20px;
  }
  .link-btn-items.type-game-index li .link-btn .hack-a div span,
  .link-btn-items.type-game-index li .link-btn a div span {
    top: 9px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .link-btn-items li {
    margin: 0 10px;
  }
}
/*****************************
page index
*****************************/
.contets-wrap {
  width: 100%;
  display: block;
  position: relative;
  background: #fff;
}

.kv {
  width: 100%;
  padding-top: 1.33%;
  background: #fff;
  text-align: center;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .kv {
    padding-top: 5px;
  }
}

.kv-inner {
  width: 97.33%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 8.66%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .kv-inner {
    padding-bottom: 32.5px;
  }
}

.kv-slider-items {
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}
.kv-slider-items div span,
.kv-slider-items div a {
  position: relative;
  text-align: center;
  overflow: hidden;
  display: block;
  padding-bottom: 65.75%;
}
.kv-slider-items div span img,
.kv-slider-items div a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kv-bar {
  position: absolute;
  width: 100px;
  height: 10px;
  bottom: -10px;
  background: #cc0000;
  left: 20px;
  width: 0;
  display: none;
}

.kv-pager-ex-items {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: 0px;
  height: 30px;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.kv-pager-ex-items li {
  margin: 0 4px;
  width: 25px;
  height: 30px;
  position: relative;
  top: -2px;
}
.kv-pager-ex-items li a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: relative;
}
.kv-pager-ex-items li a::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  top: 10px;
  background: #ebeef1;
  z-index: 1;
}
.kv-pager-ex-items li a::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  top: 10px;
  z-index: 5;
  background: url(../img/common/pager-cover.png) 0 0 no-repeat;
  background-size: cover;
}
.kv-pager-ex-items li a div {
  position: absolute;
  width: 100%;
  display: none;
  height: 3px;
  top: 10px;
  background: #257cde;
  z-index: 2;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
}
.kv-pager-ex-items li.active a div {
  display: block;
}

.kv-btm-txt {
  text-align: center;
  width: 66.66%;
  margin: 0 auto;
}
.kv-btm-txt div {
  margin: 0 auto;
  padding-bottom: 26.6%;
  background: url(../img/index/txt-kv-btm-sp.png) 0 0 no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .kv-btm-txt div {
    padding-bottom: 66.5px;
  }
}
.kv-btm-txt img {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .kv-btm-txt,
  .kv-slider-items,
  .kv-inner {
    max-width: 1920px;
  }

  .kv {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .kv-inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 36px;
  }

  .kv-slider-items {
    position: relative;
  }
  .kv-slider-items div span {
    padding-bottom: 26.44%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .kv-slider-items div span {
    padding-bottom: 182.5px;
  }
}
@media print, screen and (min-width: 768px) {
  .kv-slider-items div a {
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    padding-bottom: 26.44%;
  }
  .kv-slider-items div a:hover {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .kv-slider-items div a {
    padding-bottom: 182.5px;
  }
}

@media print, screen and (min-width: 768px) {
  .kv-pager-ex-items {
    height: 36px;
  }
  .kv-pager-ex-items li {
    margin: 0 5px;
    width: 50px;
    height: 21px;
    position: relative;
    top: 7px;
  }
  .kv-pager-ex-items li a {
    overflow: hidden;
  }
  .kv-pager-ex-items li a::after {
    height: 5px;
    top: 8px;
  }
  .kv-pager-ex-items li a::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 5px;
    top: 8px;
    z-index: 5;
    background: url(../img/common/pager-cover.png) 0 0 no-repeat;
    background-size: cover;
  }
  .kv-pager-ex-items li a div {
    height: 5px;
    top: 8px;
  }

  .kv-btm-txt {
    width: 100%;
    margin: 0 auto;
  }
  .kv-btm-txt div {
    padding-bottom: 6.63%;
    background: url(../img/index/txt-kv-btm-pc.png) 0 0 no-repeat;
    background-size: cover;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .kv-btm-txt div {
    padding-bottom: 91.5px;
  }
}

.block-service-index {
  padding-top: 13.33%;
  padding-bottom: 26.66%;
  background: #ffffff;
  overflow: hidden;
  position: relative;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .block-service-index {
    padding-top: 50px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .block-service-index {
    padding-bottom: 100px;
  }
}

.tit-service-index {
  width: 100%;
  position: absolute;
  z-index: 10;
  bottom: 7%;
  right: -26.67%;
  width: 87.2%;
  max-width: 736px;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .tit-service-index {
    right: -100px;
  }
}
@media print, screen and (min-width: 568px) {
  .tit-service-index {
    bottom: 3%;
    right: -42.67%;
  }
}
@media print, screen and (min-width: 568px) and (min-width: 568px) and (max-width: 768px) {
  .tit-service-index {
    right: -160px;
  }
}

.service-index-kuma {
  position: relative;
  width: 85.86%;
  max-width: 586px;
}
.service-index-kuma .tit-en-ja {
  position: absolute;
  width: 100%;
  z-index: 10;
  top: 40%;
  color: #fff;
}

.service-index-kuma-pos {
  position: relative;
  left: -8%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .service-index-kuma-pos {
    left: -30px;
  }
}

.service-index-kuma-inner {
  padding-bottom: 92.04%;
  position: relative;
}

.service-index-kuma-cover {
  position: absolute;
  display: block;
  content: "";
  width: 102%;
  height: 102%;
  top: -1%;
  left: -1%;
  background: url(../img/index/service-kuma-mask.png) 0 0 no-repeat;
  background-size: cover;
  z-index: 5;
  opacity: 1;
}

.service-index-kuma-items {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.service-index-kuma-items video {
  background-position: center center;
  background-size: cover;
  left: 0;
  position: absolute;
  width: 110%;
  height: 110%;
  top: 0;
  -webkit-transform: translateY(-5%) translateX(-5%);
  -moz-transform: translateY(-5%) translateX(-5%);
  transform: translateY(-5%) translateX(-5%);
  z-index: 1;
}

.service-index-btn-items-wrap {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.service-index-btn-items {
  position: relative;
  margin-top: -16%;
  right: 6.66%;
  z-index: 15;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .service-index-btn-items {
    margin-top: -60px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .service-index-btn-items {
    right: 25px;
  }
}

@media print, screen and (min-width: 768px) {
  .block-service-index {
    padding-top: 25px;
    padding-bottom: 15px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
  }

  .service-index-inner {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    display: table;
  }

  .tit-service-index {
    bottom: 30px;
    right: -245px;
  }

  .service-index-kuma-inner {
    background: #999;
  }

  .service-index-kuma-pos {
    left: -8%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .service-index-kuma-pos {
    left: -30px;
  }
}

@media print, screen and (min-width: 768px) {
  .service-index-kuma {
    display: table-cell;
    vertical-align: top;
    position: relative;
    width: 59.18%;
    padding-right: 0;
  }
  .service-index-kuma .tit-en-ja {
    top: 43%;
  }

  .service-index-btn-items-wrap {
    display: table-cell;
    width: 40.81%;
    vertical-align: top;
    padding-top: 90px;
    padding-bottom: 120px;
  }

  .service-index-btn-items {
    margin-top: 0;
    top: 0;
  }
}
/*coloca_shop**************************/
.bl-bg-fff {
  padding-top: 10.13%;
  background: #fff;
  min-height: 250px;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .bl-bg-fff {
    padding-top: 38px;
  }
}
.bl-bg-fff.type-pb {
  padding-bottom: 12%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .bl-bg-fff.type-pb {
    padding-bottom: 45px;
  }
}

.bl-bg-ebeef1 {
  padding-top: 12%;
  padding-bottom: 13.33%;
  background: #ebeef1;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .bl-bg-ebeef1 {
    padding-top: 45px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .bl-bg-ebeef1 {
    padding-bottom: 50px;
  }
}

.sec-under-ebeef1 {
  padding-top: 10.13%;
  background: #ebeef1;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .sec-under-ebeef1 {
    padding-top: 38px;
  }
}

.box-round-fff {
  width: 86.66%;
  margin: 0 auto;
  padding-top: 6.15%;
  padding-bottom: 6.15%;
  margin-bottom: 17.69%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #fff;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .box-round-fff {
    padding-top: 20px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .box-round-fff {
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .box-round-fff {
    margin-bottom: 57.5px;
  }
}
.box-round-fff.type-coloca-shop-report {
  margin-bottom: 7.69%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .box-round-fff.type-coloca-shop-report {
    margin-bottom: 25px;
  }
}

.cms-article {
  width: 90.76%;
  margin: 0 auto;
}

.cms-article-game-under {
  width: 86.66%;
  padding-bottom: 13.33%;
  margin: 0 auto;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .cms-article-game-under {
    padding-bottom: 50px;
  }
}

.game-under-sec {
  margin-bottom: 9.23%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .game-under-sec {
    margin-bottom: 30px;
  }
}
.game-under-sec.type-img {
  margin-bottom: 15.38%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .game-under-sec.type-img {
    margin-bottom: 50px;
  }
}
.game-under-sec h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  border-bottom: 2px solid #257cde;
  line-height: 1.6;
  padding-bottom: 2.15%;
  margin-bottom: 4.92%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .game-under-sec h3 {
    padding-bottom: 7px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .game-under-sec h3 {
    margin-bottom: 16px;
  }
}
.game-under-sec p {
  line-height: 2.0;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 4.61%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .game-under-sec p {
    margin-bottom: 15px;
  }
}
.game-under-sec p:last-child {
  margin-bottom: 0;
}
.page-en .game-under-sec p {
  font-family: 'Open Sans', sans-serif;
}
.game-under-sec iframe {
  width: 100%;
  max-width: 960px;
  margin: 0;
}
.game-under-sec .game-movie {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 30px;
  padding-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .game-under-sec .game-movie {
    padding-top: 30px;
    margin: 0 auto 60px;
  }
}
.game-under-sec .game-movie .game-movie-inner {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.game-under-sec .game-movie .game-movie-inner iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}

.cms-body-service-game .mb-s {
  margin-bottom: 40px !important;
}
.cms-body-service-game img {
  margin-top: 10px !important;
}

.game-under-sec-detail h3 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  margin-bottom: 4.61%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .game-under-sec-detail h3 {
    margin-bottom: 15px;
  }
}

.game-under-sec-detail-table {
  background: #ebeef1;
  padding-top: 4.61%;
  padding-bottom: 4.61%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 6.92%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .game-under-sec-detail-table {
    padding-top: 15px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .game-under-sec-detail-table {
    padding-bottom: 15px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .game-under-sec-detail-table {
    margin-bottom: 22.5px;
  }
}
.game-under-sec-detail-table table {
  width: 87.69%;
  margin: 0 auto;
}
.game-under-sec-detail-table table td,
.game-under-sec-detail-table table th {
  padding: 6px 0;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  vertical-align: top;
}
.game-under-sec-detail-table table th {
  width: 7em;
  font-weight: 700;
}
.page-en .game-under-sec-detail-table table {
  font-family: 'Open Sans', sans-serif;
}

.btn-app-google {
  width: 82.46%;
  margin: 0 auto;
  margin-bottom: 12.3%;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .btn-app-google {
    margin-bottom: 40px;
  }
}
.btn-app-google li {
  width: 46.26%;
  margin-left: 1.86%;
  margin-right: 1.86%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .btn-app-google li {
    margin-left: 5px;
  }
}
.btn-app-google li a {
  display: block;
}
.btn-app-google li a img {
  width: 100%;
  height: auto;
}

.game-under-main-img {
  margin-bottom: 7.69%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .game-under-main-img {
    margin-bottom: 25px;
  }
}

.cms-article-header {
  margin-bottom: 8.47%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .cms-article-header {
    margin-bottom: 25px;
  }
}

.cms-article-time-cat {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 110%;
  position: relative;
}

.cms-article-cat-items {
  position: relative;
  margin-bottom: 6.34%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .cms-article-cat-items {
    margin-bottom: 10px;
  }
}
.cms-article-cat-items li a {
  font-size: 10px;
  font-size: 1rem;
  text-decoration: underline;
  letter-spacing: 0;
}
.cms-article-cat-items li span.link-hack {
  font-size: 10px;
  font-size: 1rem;
  text-decoration: underline;
  letter-spacing: 0;
  position: relative;
  z-index: 5;
}

.cms-article-time {
  display: inline-block;
  font-size: 10px;
  font-size: 1rem;
  position: relative;
  padding-right: 5px;
  margin-right: 8px;
  letter-spacing: 0.02em;
  margin-bottom: 3.17%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .cms-article-time {
    margin-bottom: 5px;
  }
}
.cms-article-time::after {
  position: absolute;
  display: block;
  content: "-";
  color: #666;
  font-size: 10px;
  font-size: 1rem;
  width: 2px;
  height: 9px;
  top: 0;
  right: 0em;
  z-index: 1;
}

.cms-article-tit {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}

.cms-body.type-coloca-shop-index {
  padding-bottom: 7.11%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .cms-body.type-coloca-shop-index {
    padding-bottom: 21px;
  }
}
.cms-body.type-coloca-shop-index .img {
  text-align: center;
  margin-bottom: 6.77%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .cms-body.type-coloca-shop-index .img {
    margin-bottom: 20px;
  }
}
.cms-body.type-coloca-shop-index .img img {
  width: 40.67%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 0 auto;
}
.cms-body.type-coloca-shop-index h2 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 3.38%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .cms-body.type-coloca-shop-index h2 {
    margin-bottom: 10px;
  }
}
.cms-body.type-coloca-shop-index p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.0;
  margin-bottom: 1.69%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .cms-body.type-coloca-shop-index p {
    margin-bottom: 5px;
  }
}
.cms-body.type-coloca-shop-index section section {
  margin-top: 18.64%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .cms-body.type-coloca-shop-index section section {
    margin-top: 55px;
  }
}
.cms-body.type-coloca-shop-index .link-txt {
  margin-bottom: 18.64%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .cms-body.type-coloca-shop-index .link-txt {
    margin-bottom: 55px;
  }
}
.cms-body.type-coloca-shop-index h3 {
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 6.77%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .cms-body.type-coloca-shop-index h3 {
    margin-bottom: 20px;
  }
}
.cms-body.type-coloca-shop-index .table-wrap {
  background: #ebeef1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  padding: 20px 15px;
}
.cms-body.type-coloca-shop-index table {
  width: 100%;
}
.cms-body.type-coloca-shop-index table th {
  width: 35%;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  vertical-align: top;
}
.cms-body.type-coloca-shop-index table td {
  width: 65%;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  padding-left: 10px;
  vertical-align: top;
}
.cms-body.type-coloca-shop-index table td a {
  color: #257cde;
  text-decoration: underline;
}
.cms-body.type-coloca-shop-index table td p {
  font-size: 12px;
  font-size: 1.2rem;
}

.cms-body.type-coloca-shop-report .imgBox,
.cms-body.type-coloca-shop-report .imgBox2 {
  margin-bottom: 10.16%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .cms-body.type-coloca-shop-report .imgBox,
  .cms-body.type-coloca-shop-report .imgBox2 {
    margin-bottom: 30px;
  }
}
.cms-body.type-coloca-shop-report .imgBox .img,
.cms-body.type-coloca-shop-report .imgBox2 .img {
  text-align: center;
  margin-bottom: 6.77%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .cms-body.type-coloca-shop-report .imgBox .img,
  .cms-body.type-coloca-shop-report .imgBox2 .img {
    margin-bottom: 20px;
  }
}
.cms-body.type-coloca-shop-report .imgBox .img img,
.cms-body.type-coloca-shop-report .imgBox2 .img img {
  width: 40.67%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 0 auto;
}
.cms-body.type-coloca-shop-report .imgBox .txt h2,
.cms-body.type-coloca-shop-report .imgBox2 .txt h2 {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 3.38%;
  position: relative;
  padding-left: 18px;
  line-height: 1.3;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .cms-body.type-coloca-shop-report .imgBox .txt h2,
  .cms-body.type-coloca-shop-report .imgBox2 .txt h2 {
    margin-bottom: 10px;
  }
}
.cms-body.type-coloca-shop-report .imgBox .txt h2::after,
.cms-body.type-coloca-shop-report .imgBox2 .txt h2::after {
  position: absolute;
  display: block;
  content: "";
  background: #257cde;
  width: 12px;
  height: 1px;
  top: 8px;
  left: 0;
  z-index: 1;
}
.cms-body.type-coloca-shop-report .imgBox .txt p,
.cms-body.type-coloca-shop-report .imgBox2 .txt p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.0;
  color: #45494c;
  margin-bottom: 2.54%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .cms-body.type-coloca-shop-report .imgBox .txt p,
  .cms-body.type-coloca-shop-report .imgBox2 .txt p {
    margin-bottom: 7.5px;
  }
}
.cms-body.type-coloca-shop-report .imgBox .txt p:last-child,
.cms-body.type-coloca-shop-report .imgBox2 .txt p:last-child {
  margin-bottom: 0;
}

.cms-article-sns {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.cms-article-sns ul {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.cms-article-sns ul li {
  width: 26px;
  margin-right: 12px;
}
.cms-article-sns ul li:last-child {
  margin-right: 0;
}
.cms-article-sns ul li img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.cms-article-sns ul li a {
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.cms-article-sns ul li a img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  position: relative;
}
.cms-article-sns ul li a div {
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 2;
}
.cms-article-sns ul li a::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 2px;
  left: 0;
  z-index: 1;
  background: #d9d9d9;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  display: none;
}
.cms-article-sns ul li a:hover::after {
  display: block;
}
.cms-article-sns ul li a:hover div {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}
.cms-article-sns ul li a:active::after {
  display: none;
}
.cms-article-sns ul li a:active div {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  left: 0;
}

.cms-article-sns-share-txt {
  width: 35px;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-right: 15px;
}
.cms-article-sns-share-txt img {
  width: 100%;
  height: auto;
}

/* pager */
.cms-pager-type02 {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 13.33%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .cms-pager-type02 {
    padding-bottom: 50px;
  }
}
.cms-pager-type02 ul {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.cms-pager-type02 ul li {
  position: relative;
  display: table;
  color: #ebeef1;
}
.bl-bg-fff .cms-pager-type02 ul li {
  color: #fff;
}
.cms-pager-type02 ul li.pager-arrow {
  width: 30px;
  height: 30px;
  margin: 0 2px;
  display: table;
}
.cms-pager-type02 ul li.pager-arrow span,
.cms-pager-type02 ul li.pager-arrow a {
  background: none;
  text-align: center;
}
.cms-pager-type02 ul li.pager-arrow span img,
.cms-pager-type02 ul li.pager-arrow a img {
  position: relative;
  top: -2px;
  margin: 0 auto;
  width: 9px;
  height: 10px;
  opacity: 1;
}
.cms-pager-type02 ul li.pager-arrow span {
  visibility: hidden;
}
.cms-pager-type02 ul li.pager-arrow span img {
  opacity: 0.5;
}
.cms-pager-type02 ul li.navi {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.cms-pager-type02 ul li.navi span.current {
  background: #257cde;
  color: #fff;
}
.cms-pager-type02 ul li.navi a {
  margin: 0 3px 0 0;
}
.cms-pager-type02 ul li.navi span {
  margin: 0 3px 0 0;
}
.cms-pager-type02 ul li a,
.cms-pager-type02 ul li span {
  width: 30px;
  height: 30px;
  padding-top: 2px;
  display: block;
  text-align: center;
  position: relative;
  background: #fff;
  color: #45494e;
  font-size: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-family: 'Comfortaa', cursive;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.cms-pager-type02 ul li a {
  -webkit-transition: opacity 0.3s 0s ease;
  -moz-transition: opacity 0.3s 0s ease;
  transition: opacity 0.3s 0s ease;
}
.cms-pager-type02 ul li a:hover {
  -webkit-transition: opacity 0.1s 0s ease;
  -moz-transition: opacity 0.1s 0s ease;
  transition: opacity 0.1s 0s ease;
  opacity: 0.7;
}

.cms-pager {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 13.33%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .cms-pager {
    padding-bottom: 50px;
  }
}
.cms-pager ul {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.cms-pager ul li {
  position: relative;
  display: table;
  color: #ebeef1;
}
.bl-bg-fff .cms-pager ul li {
  color: #fff;
}
.cms-pager ul li a,
.cms-pager ul li span {
  width: 30px;
  height: 30px;
  padding-top: 2px;
  display: block;
  text-align: center;
  position: relative;
  background: #fff;
  color: #45494e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-family: 'Comfortaa', cursive;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin: 0 0 0 0;
}
.cms-pager ul li a {
  -webkit-transition: opacity 0.3s 0s ease;
  -moz-transition: opacity 0.3s 0s ease;
  transition: opacity 0.3s 0s ease;
}
.cms-pager ul li a.link_next, .cms-pager ul li a.link_before, .cms-pager ul li a.link_first, .cms-pager ul li a.link_last {
  margin: 0 0 0 0;
}
.cms-pager ul li a.link_next img, .cms-pager ul li a.link_before img, .cms-pager ul li a.link_first img, .cms-pager ul li a.link_last img {
  position: relative;
  top: -2px;
  margin: 0 auto;
  width: 9px;
  height: 10px;
  opacity: 1;
}
.cms-pager ul li a:hover {
  -webkit-transition: opacity 0.1s 0s ease;
  -moz-transition: opacity 0.1s 0s ease;
  transition: opacity 0.1s 0s ease;
  opacity: 0.7;
}
.cms-pager ul li span.current_page {
  background: #257cde;
  color: #fff;
}

.block-cms-w {
  background: #fff;
  padding-top: 12%;
  padding-bottom: 12%;
  padding-bottom: 5.33%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .block-cms-w {
    padding-top: 45px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .block-cms-w {
    padding-bottom: 45px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .block-cms-w {
    padding-bottom: 20px;
  }
}
.block-cms-w section {
  margin-bottom: 4%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .block-cms-w section {
    margin-bottom: 15px;
  }
}
.block-cms-w section:last-child {
  opacity: 0.5;
  margin-bottom: 0;
}

.cms-recom-items {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 9.23%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .cms-recom-items {
    margin-bottom: 30px;
  }
}
.cms-recom-items.type-has-btn {
  margin-bottom: 3.07%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .cms-recom-items.type-has-btn {
    margin-bottom: 10px;
  }
}
.block-cms-w .cms-recom-items {
  width: 86.66%;
  margin: 0 auto;
  margin-bottom: 0;
}

.cms-recom-item {
  width: 48.46%;
  margin-bottom: 6.92%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .cms-recom-item {
    margin-bottom: 22.5px;
  }
}
.cms-recom-item a {
  display: block;
}
.cms-recom-item a a {
  display: inline;
}

.cms-recom-item-img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 8%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .cms-recom-item-img {
    margin-bottom: 30px;
  }
}
.cms-recom-item-img img {
  width: 100%;
}

.cms-recom-item-tit {
  font-size: 12px;
  font-size: 1.2rem;
  padding-right: 10px;
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .cms-pager-type02 {
    padding-bottom: 4.28%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .cms-pager-type02 {
    padding-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .cms-pager-type02 {
    padding-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .cms-pager-type02 ul li.pager-arrow {
    width: 30px;
    height: 30px;
    margin: 0 2px;
    display: table;
  }
  .cms-pager-type02 ul li.pager-arrow span,
  .cms-pager-type02 ul li.pager-arrow a {
    background: none;
    text-align: center;
  }
  .cms-pager-type02 ul li.pager-arrow span img,
  .cms-pager-type02 ul li.pager-arrow a img {
    position: relative;
    top: -2px;
    margin: 0 auto;
    width: 9px;
    height: 10px;
    opacity: 1;
  }
  .cms-pager-type02 ul li.pager-arrow span img {
    opacity: 0.5;
  }
  .cms-pager-type02 ul li.navi {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .cms-pager-type02 ul li.navi span.current {
    background: #257cde;
    color: #fff;
  }
  .cms-pager-type02 ul li.navi a {
    margin: 0 8px 0 0;
  }
  .cms-pager-type02 ul li.navi span {
    margin: 0 8px 0 0;
  }
  .cms-pager-type02 ul li a,
  .cms-pager-type02 ul li span {
    width: 30px;
    height: 30px;
    padding-top: 2px;
    display: block;
    text-align: center;
    position: relative;
    background: #fff;
    color: #45494e;
    font-size: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }

  .cms-pager {
    padding-bottom: 4.28%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .cms-pager {
    padding-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .cms-pager {
    padding-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .cms-pager ul li a,
  .cms-pager ul li span {
    width: 40px;
    height: 40px;
    padding-top: 4px;
    display: block;
    text-align: center;
    position: relative;
    background: #fff;
    color: #45494e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-family: 'Comfortaa', cursive;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin: 0 5px 0 5px;
  }
  .cms-pager ul li a {
    -webkit-transition: opacity 0.3s 0s ease;
    -moz-transition: opacity 0.3s 0s ease;
    transition: opacity 0.3s 0s ease;
  }
  .cms-pager ul li a.link_next, .cms-pager ul li a.link_before, .cms-pager ul li a.link_first, .cms-pager ul li a.link_last {
    margin: 0 5px 0 5px;
  }
  .cms-pager ul li a:hover {
    -webkit-transition: opacity 0.1s 0s ease;
    -moz-transition: opacity 0.1s 0s ease;
    transition: opacity 0.1s 0s ease;
    opacity: 0.7;
  }
  .cms-pager ul li span.current_page {
    background: #257cde;
    color: #fff;
  }

  .bl-bg-fff {
    padding-top: 75px;
    background: #fff;
    min-height: 400px;
  }
  .bl-bg-fff.type-pb {
    padding-bottom: 65px;
  }

  .bl-bg-ebeef1 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .sec-under-ebeef1 {
    padding-top: 75px;
  }

  .box-round-fff {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 83.57%;
    max-width: 1170px;
    margin: 0 auto;
    padding-top: 4.27%;
    padding-bottom: 3.41%;
    margin-bottom: 5.98%;
    margin-bottom: 70px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .box-round-fff {
    padding-top: 25px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .box-round-fff {
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .box-round-fff {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .box-round-fff.type-coloca-shop-report {
    margin-bottom: 4.27%;
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .box-round-fff.type-coloca-shop-report {
    margin-bottom: 25px;
  }
}

@media print, screen and (min-width: 768px) {
  .cms-article-game-under {
    width: 83.57%;
    max-width: 1170px;
    margin: 0 auto;
    padding-bottom: 70px;
  }

  .game-under-sec {
    margin-bottom: 50px;
  }
  .game-under-sec h3 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 500;
    border-bottom: 3px solid #257cde;
    line-height: 1;
    padding-bottom: 18px;
    margin-bottom: 25px;
  }
  .page-en .game-under-sec h3 {
    padding-left: 10px;
  }
  .game-under-sec p {
    margin-bottom: 40px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .game-under-sec p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .game-under-sec p:last-child {
    margin-bottom: 0;
  }
  .game-under-sec p img {
    width: 590px;
    margin: 0 auto;
  }
  .game-under-sec.type-img {
    margin-bottom: 100px;
  }
  .game-under-sec.type-img p {
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1024px) {
  .cms-body-service-game {
    width: 900px;
    margin: 0 auto;
  }
  .cms-body-service-game .mb-s {
    margin-bottom: 60px !important;
  }
  .cms-body-service-game img {
    width: 100% !important;
    height: auto !important;
    margin-top: 20px !important;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 1024px) {
  .game-under-sec-detail {
    width: 900px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  .game-under-sec-detail h3 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    margin-bottom: 14px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1024px) {
  .page-en .game-under-sec-detail h3 {
    padding-left: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .game-under-sec-detail-table {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 50px;
  }
  .game-under-sec-detail-table table td,
  .game-under-sec-detail-table table th {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6;
    vertical-align: top;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1024px) {
  .game-under-sec-detail-table table td,
  .game-under-sec-detail-table table th {
    padding: 12px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .game-under-sec-detail-table table th {
    width: 9em;
  }

  .btn-app-google {
    width: 480px;
    margin-bottom: 70px;
  }
  .btn-app-google li {
    width: 220px;
    margin: 0 10px;
  }
  .btn-app-google li a {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .btn-app-google li a:hover {
    -webkit-transition: opacity 0.1s ease;
    -moz-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
    opacity: 0.7;
  }

  .game-under-main-img {
    margin-bottom: 40px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
  }

  .cms-article {
    width: 83.76%;
    max-width: 980px;
  }

  .cms-article-header {
    margin-bottom: 5.1%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .cms-article-header {
    margin-bottom: 25px;
  }
}

@media print, screen and (min-width: 768px) {
  .cms-article-time-cat {
    margin-bottom: 1.02%;
    margin-bottom: 0;
    width: 105%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .cms-article-time-cat {
    margin-bottom: 5px;
  }
}

@media print, screen and (min-width: 768px) {
  .cms-article-cat-items {
    position: relative;
    margin-bottom: 15px;
  }
  .cms-article-cat-items li a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .cms-article-cat-items li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .cms-article-cat-items li a:hover {
    text-decoration: none;
  }
  .cms-article-cat-items li a.link-hack,
  .cms-article-cat-items li span.link-hack {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .cms-article-cat-items li a.link-hack,
  .cms-article-cat-items li span.link-hack {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .cms-article-cat-items li a.link-hack:hover,
  .cms-article-cat-items li span.link-hack:hover {
    text-decoration: none;
  }

  .cms-article-time {
    font-size: 12px;
    font-size: 1.2rem;
    padding-right: 5px;
    margin-right: 11px;
    margin-bottom: 6px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .cms-article-time {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .cms-article-time::after {
    font-size: 12px;
    font-size: 1.2rem;
    width: 2px;
    height: 9px;
    top: 0;
    right: 0em;
    z-index: 1;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .cms-article-time::after {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 768px) {
  .cms-article-tit {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .cms-article-tit {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media print, screen and (min-width: 768px) {
  .cms-body.type-coloca-shop-index {
    width: 91.83%;
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 4.44%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .cms-body.type-coloca-shop-index {
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .cms-body.type-coloca-shop-index .img {
    text-align: center;
    margin-bottom: 5%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .cms-body.type-coloca-shop-index .img {
    margin-bottom: 22.5px;
  }
}
@media print, screen and (min-width: 768px) {
  .cms-body.type-coloca-shop-index .img img {
    width: 225px;
  }
  .cms-body.type-coloca-shop-index h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 1.11%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .cms-body.type-coloca-shop-index h2 {
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .cms-body.type-coloca-shop-index p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.0;
    margin-bottom: 0.66%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .cms-body.type-coloca-shop-index p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .cms-body.type-coloca-shop-index p {
    margin-bottom: 3px;
  }
}
@media print, screen and (min-width: 768px) {
  .cms-body.type-coloca-shop-index section section {
    margin-top: 8.88%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .cms-body.type-coloca-shop-index section section {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .cms-body.type-coloca-shop-index .link-txt {
    margin-bottom: 6.11%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .cms-body.type-coloca-shop-index .link-txt {
    margin-bottom: 27.5px;
  }
}
@media print, screen and (min-width: 768px) {
  .cms-body.type-coloca-shop-index h3 {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 5%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .cms-body.type-coloca-shop-index h3 {
    margin-bottom: 22.5px;
  }
}
@media print, screen and (min-width: 768px) {
  .cms-body.type-coloca-shop-index .table-wrap {
    padding: 40px 40px 40px;
  }
  .cms-body.type-coloca-shop-index table {
    width: 100%;
  }
  .cms-body.type-coloca-shop-index table th {
    width: 22%;
    padding-top: 4px;
    padding-bottom: 16px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    vertical-align: top;
  }
  .cms-body.type-coloca-shop-index table td {
    width: 78%;
    padding-top: 4px;
    padding-bottom: 16px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    padding-left: 20px;
    vertical-align: top;
  }
  .cms-body.type-coloca-shop-index table td p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .cms-body.type-coloca-shop-index table td a:hover {
    text-decoration: none;
  }

  .cms-body.type-coloca-shop-report {
    width: 91.83%;
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 4.44%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .cms-body.type-coloca-shop-report {
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .cms-body.type-coloca-shop-report .imgBox,
  .cms-body.type-coloca-shop-report .imgBox2 {
    margin-bottom: 5.55%;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .cms-body.type-coloca-shop-report .imgBox,
  .cms-body.type-coloca-shop-report .imgBox2 {
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .cms-body.type-coloca-shop-report .imgBox:last-child,
  .cms-body.type-coloca-shop-report .imgBox2:last-child {
    margin-bottom: 0;
  }
  .cms-body.type-coloca-shop-report .imgBox .img,
  .cms-body.type-coloca-shop-report .imgBox2 .img {
    width: 25%;
    margin-bottom: 0;
    max-width: 225px;
  }
  .cms-body.type-coloca-shop-report .imgBox .img img,
  .cms-body.type-coloca-shop-report .imgBox2 .img img {
    width: 100%;
  }
  .cms-body.type-coloca-shop-report .imgBox .txt,
  .cms-body.type-coloca-shop-report .imgBox2 .txt {
    width: 70%;
    padding-right: 15px;
    max-width: 630px;
    padding-top: 6px;
  }
  .cms-body.type-coloca-shop-report .imgBox .txt h2,
  .cms-body.type-coloca-shop-report .imgBox2 .txt h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 3.17%;
    padding-left: 36px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .cms-body.type-coloca-shop-report .imgBox .txt h2,
  .cms-body.type-coloca-shop-report .imgBox2 .txt h2 {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .cms-body.type-coloca-shop-report .imgBox .txt h2::after,
  .cms-body.type-coloca-shop-report .imgBox2 .txt h2::after {
    width: 25px;
    height: 2px;
    top: 14px;
  }
  .cms-body.type-coloca-shop-report .imgBox .txt p,
  .cms-body.type-coloca-shop-report .imgBox2 .txt p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.0;
    margin-bottom: 0;
  }

  .cms-article-sns ul li {
    width: 40px;
    margin-right: 15px;
  }
  .cms-article-sns ul li:last-child {
    margin-right: 0;
  }

  .cms-article-sns-share-txt {
    width: 50px;
    margin-right: 18px;
  }

  .block-cms-w {
    background: #fff;
    padding-top: 5.12%;
    padding-bottom: 7.69%;
    padding-bottom: 2.56%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .block-cms-w {
    padding-top: 30px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .block-cms-w {
    padding-bottom: 45px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .block-cms-w {
    padding-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .block-cms-w section {
    width: 83.57%;
    padding-bottom: 0;
    max-width: 1170px;
    margin: 0 auto;
    margin-bottom: 6.83%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .block-cms-w section {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .block-cms-w section {
    margin-bottom: 80px;
  }
}

@media print, screen and (min-width: 768px) {
  .cms-recom-items {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 10px;
  }
  .cms-recom-items.type-has-btn {
    margin-bottom: 0;
  }
  .block-cms-w .cms-recom-items {
    width: 100%;
  }

  .cms-recom-item {
    width: 18.63%;
    margin-right: 1.7%;
    margin-bottom: 60px;
  }
  .cms-recom-item:nth-of-type(5n) {
    margin-right: 0;
  }
  .block-cms-w .cms-recom-item {
    margin-bottom: 0;
  }
  .cms-recom-item a {
    display: block;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .cms-recom-item a:hover {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .cms-recom-item a:hover .cms-recom-item-img img {
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    transform: scale(1.06);
  }

  .cms-recom-item-img {
    overflow: hidden;
    margin-bottom: 10.09%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .cms-recom-item-img {
    margin-bottom: 11px;
  }
}
@media print, screen and (min-width: 768px) {
  .cms-recom-item-img img {
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }

  .cms-recom-item-tit {
    font-size: 14px;
    font-size: 1.4rem;
    padding-right: 10px;
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .cms-recom-item-tit {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/***************************/
.block-news-article {
  padding-top: 10%;
  padding-bottom: 13.33%;
  background: #ebeef1;
  position: relative;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .block-news-article {
    padding-top: 37.5px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .block-news-article {
    padding-bottom: 50px;
  }
}

.block-news-index {
  padding-top: 10%;
  padding-bottom: 13.33%;
  background: #ebeef1;
  position: relative;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .block-news-index {
    padding-top: 37.5px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .block-news-index {
    padding-bottom: 50px;
  }
}
.block-news-index .link-btn {
  position: relative;
  z-index: 2;
}

.tit-news-index {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 2.5%;
  left: -4%;
  width: 58.66%;
  max-width: 456px;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .tit-news-index {
    left: -15px;
  }
}

.news-dx-items {
  width: 86.66%;
  margin: 0 auto;
  margin-top: -25.34%;
  margin-bottom: 10.66%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .news-dx-items {
    margin-top: -95px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .news-dx-items {
    margin-bottom: 40px;
  }
}
.news-dx-items .news-dx-item {
  margin-bottom: 3.07%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .news-dx-items .news-dx-item {
    margin-bottom: 10px;
  }
}
.news-dx-items .news-dx-item:last-child {
  margin-bottom: 0;
}
.news-dx-items a {
  display: block;
  width: 100%;
  height: 100px;
  text-align: left;
  position: relative;
}
.news-dx-items a::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.15);
  z-index: 1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: background-color 0s 0.2s ease;
  -moz-transition: background-color 0s 0.2s ease;
  transition: background-color 0s 0.2s ease;
}
.news-dx-items a .news-dx-inner {
  width: 100%;
  height: 100px;
  display: block;
  border: 2px solid #257cde;
  background: #fff;
  background-color: rgba(255, 255, 255, 0.15);
  color: #45494e;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  -webkit-transition: background-color 0s 0.2s ease, transform 0.3s 0s ease;
  -moz-transition: background-color 0s 0.2s ease, transform 0.3s 0s ease;
  transition: background-color 0s 0.2s ease, transform 0.3s 0s ease;
}
.news-dx-items a .news-dx-inner::before {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 9px;
  top: 50%;
  right: 10.76%;
  margin-top: -5px;
  background: url(../img/common/icon-arrow-r.png) 0 0 no-repeat;
  background-size: 8px 9px;
  z-index: 1;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .news-dx-items a .news-dx-inner::before {
    right: 35px;
  }
}
.news-dx-items a:hover::before {
  background: #257cde;
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}
.news-dx-items a:hover .news-dx-inner {
  background-color: #fff;
  -webkit-transition: background-color 0s 0s ease, transform 0.2s 0s ease;
  -moz-transition: background-color 0s 0s ease, transform 0.2s 0s ease;
  transition: background-color 0s 0s ease, transform 0.2s 0s ease;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  transform: translateY(-2px);
}
.news-dx-items a:active .news-dx-inner {
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  left: 0;
}

.news-dx-time {
  display: inline-block;
  width: 75.38%;
  margin: 0 auto;
  margin-bottom: 1.53%;
  font-size: 10px;
  font-size: 1rem;
  position: relative;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .news-dx-time {
    margin-bottom: 5px;
  }
}
.news-dx-time::after {
  position: absolute;
  display: block;
  content: "|";
  color: #ccc;
  font-size: 10px;
  font-size: 1rem;
  width: 2px;
  height: 9px;
  top: 0;
  left: 6.5em;
  z-index: 1;
}

.news-dx-txt {
  display: block;
  width: 75.38%;
  margin: 0 auto;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.4;
  padding-right: 10px;
  letter-spacing: -0.06em;
}

@media print, screen and (min-width: 768px) {
  .news-dx-items {
    margin-top: -80px;
  }
}
@media print, screen and (min-width: 1024px) {
  .news-dx-items {
    width: 83.42%;
    max-width: 1168px;
    margin: 0 auto;
    margin-top: -80px;
    margin-bottom: 40px;
  }
  .news-dx-items .news-dx-item {
    margin-bottom: 15px;
  }
  .news-dx-items a {
    display: block;
    width: 100%;
    height: 80px;
    text-align: left;
    position: relative;
  }
  .news-dx-items a .news-dx-inner {
    width: 100%;
    height: 80px;
    display: block;
    border: 2px solid #257cde;
    background: #fff;
    background-color: rgba(255, 255, 255, 0.3);
    color: #45494e;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    display: table;
    position: relative;
    z-index: 2;
  }
  .news-dx-items a .news-dx-inner::before {
    position: absolute;
    display: block;
    content: "";
    width: 8px;
    height: 9px;
    top: 50%;
    right: 3.06%;
    margin-top: -5px;
    background: url(../img/common/icon-arrow-r.png) 0 0 no-repeat;
    background-size: 8px 9px;
    z-index: 1;
  }
}
@media print, screen and (min-width: 1024px) and (min-width: 568px) and (max-width: 768px) {
  .news-dx-items a .news-dx-inner::before {
    right: 15px;
  }
}

@media print, screen and (min-width: 1024px) {
  .news-dx-time {
    display: table-cell;
    vertical-align: middle;
    width: 14.55%;
    width: 170px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 0;
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
  }
  .news-dx-time::after {
    position: absolute;
    display: block;
    content: "";
    width: 2px;
    height: 32px;
    background: #d9d9d9;
    top: 12px;
    top: 50%;
    margin-top: -16px;
    left: auto;
    right: 5px;
    z-index: 1;
  }

  .news-dx-txt {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    padding-right: 17.38%;
    padding-left: 3.06%;
    margin: 0 auto;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0em;
  }
}
@media print, screen and (min-width: 1024px) and (min-width: 568px) and (max-width: 768px) {
  .news-dx-txt {
    padding-right: 85px;
  }
}
@media print, screen and (min-width: 1024px) and (min-width: 568px) and (max-width: 768px) {
  .news-dx-txt {
    padding-left: 15px;
  }
}

@media print, screen and (min-width: 1200px) {
  .news-dx {
    margin-top: -80px;
    margin-bottom: 40px;
  }
  .news-dx a {
    height: 60px;
  }
  .news-dx a::before {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  .news-dx a .news-dx-inner {
    height: 60px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
}
.news-year-select {
  width: 86.66%;
  margin: 0 auto;
  margin-bottom: 7.69%;
}
.page-en .news-year-select {
  font-family: 'Open Sans', sans-serif;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .news-year-select {
    margin-bottom: 25px;
  }
}

.form-select {
  display: block;
  position: relative;
  width: 100%;
  height: 40px;
  font-size: 17px;
  font-size: 1.7rem;
  font-size: 16px;
  text-align: center;
}
.form-select:after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  right: 0;
  width: 36px;
  height: 40px;
  background: url(../img/common/icon-pulldown.png) 0 0 no-repeat;
  background-size: 36px 80px;
  pointer-events: none;
  z-index: 10;
}
.form-select select {
  width: 100%;
  height: 40px;
  font-size: 17px;
  font-size: 1.7rem;
  font-size: 16px;
  padding: 0 0 0 0;
  position: relative;
  border: 2px solid #ebeef1;
  z-index: 2;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  opacity: 0;
}
.form-select .form-select-label {
  width: 100%;
  height: 40px;
  font-size: 17px;
  font-size: 1.7rem;
  font-size: 16px;
  padding: 0 0 0 0;
  position: absolute;
  top: 0;
  border: 2px solid #ebeef1;
  z-index: 1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.form-select-ul {
  display: none;
}

.news-txt-items {
  width: 86.66%;
  margin: 0 auto;
  margin-bottom: 9.23%;
}
.bl-ir-index-news .news-txt-items, .bl-sec .news-txt-items {
  width: 100%;
}
.news-txt-items.type-ir-library {
  margin-bottom: 0;
}
.news-txt-items.type-en {
  font-family: 'Open Sans', sans-serif;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .news-txt-items {
    margin-bottom: 30px;
  }
}
.news-txt-items .news-txt-item {
  border-bottom: 1px solid #dcdcdc;
  padding-top: 4.92%;
  padding-bottom: 5.53%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .news-txt-items .news-txt-item {
    padding-top: 16px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .news-txt-items .news-txt-item {
    padding-bottom: 18px;
  }
}

.news-txt-item-time-cat {
  margin-bottom: 2.3%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .news-txt-item-time-cat {
    margin-bottom: 7.5px;
  }
}

.news-txt-item-time-cat-inner {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.news-txt-item-cat-items {
  position: relative;
  padding-right: 12px;
}
.news-txt-item-cat-items::after {
  position: absolute;
  display: block;
  content: "|";
  color: #ccc;
  font-size: 10px;
  font-size: 1rem;
  width: 2px;
  height: 9px;
  top: 0;
  right: 0;
  z-index: 1;
}
.news-txt-item-cat-items li {
  font-size: 10px;
  font-size: 1rem;
}
.news-txt-item-cat-items li a {
  font-size: 10px;
  font-size: 1rem;
  text-decoration: underline;
  letter-spacing: 0;
}
.news-txt-item-cat-items li span.link-hack {
  font-size: 10px;
  font-size: 1rem;
  text-decoration: underline;
  letter-spacing: 0;
  position: relative;
  z-index: 5;
}

.news-txt-item-time {
  display: inline-block;
  font-size: 10px;
  font-size: 1rem;
  position: relative;
  padding-right: 5px;
  margin-right: 8px;
}
.news-txt-item-time::after {
  position: absolute;
  display: block;
  content: "-";
  color: #666;
  font-size: 10px;
  font-size: 1rem;
  width: 2px;
  height: 9px;
  top: 0;
  right: 0em;
  z-index: 1;
}
.type-en .news-txt-item-time {
  padding-right: 12px;
  margin-right: 0;
}
.type-en .news-txt-item-time::after {
  display: none;
}
.type-en .news-txt-item-time::before {
  position: absolute;
  display: block;
  content: "|";
  color: #ccc;
  font-size: 10px;
  font-size: 1rem;
  width: 2px;
  height: 9px;
  top: 0;
  right: 0;
  z-index: 1;
}
.type-ir-library .news-txt-item-time {
  padding-right: 12px;
}
.type-ir-library .news-txt-item-time::after {
  content: "|";
  color: #ccc;
  font-size: 10px;
  font-size: 1rem;
  width: 2px;
  height: 9px;
  top: 0;
  right: 0;
  z-index: 1;
}

.news-txt-item-tit a {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  display: inline;
}
.news-txt-item-tit a.icon-pdf {
  position: relative;
  padding-right: 22px;
}
.news-txt-item-tit a.icon-pdf i {
  display: inline-block;
  position: relative;
  bottom: -3px;
  right: 0px;
  width: 12px;
  height: 15px;
  background: url(../img/common/icon-link-pdf.png) 0 0 no-repeat;
  background-size: 100% auto;
  z-index: 10;
  margin-left: 5px;
}
.news-txt-item-tit.state-new a.icon-pdf i {
  margin-right: 8px;
}
.news-txt-item-tit.state-new a.icon-pdf img {
  margin-left: 0;
}
.news-txt-item-tit.state-new a img {
  position: relative;
  bottom: 2px;
  right: 0px;
  width: 35px;
  margin-left: 8px;
}
.news-txt-item-tit div {
  margin-top: 2.46%;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.6;
  color: #45494c;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .news-txt-item-tit div {
    margin-top: 8px;
  }
}

@media print, screen and (min-width: 768px) {
  .news-year-select {
    margin-bottom: 5.33%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .news-year-select {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .news-txt-items {
    width: 83.57%;
    max-width: 1170px;
    margin: 0 auto;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
  }
  .bl-sec .news-txt-items {
    width: 100%;
    max-width: 100%;
  }
  .news-txt-items .news-txt-item {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 24px;
    padding-top: 24px;
    display: table;
    width: 100%;
  }

  .news-txt-item-time-cat {
    margin-bottom: 0;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    width: 21.79%;
    min-width: 230px;
  }
  .type-ir .news-txt-item-time-cat {
    width: 15.38%;
    min-width: 180px;
  }
  .type-ir-library .news-txt-item-time-cat {
    width: 10.25%;
    min-width: 115px;
  }
  .type-csr .news-txt-item-time-cat {
    width: 15.38%;
    min-width: 162px;
  }
  .type-en .news-txt-item-time-cat {
    width: 9.4%;
    min-width: 110px;
  }

  .news-txt-item-cat-items {
    padding-right: 0;
  }
  .news-txt-item-cat-items::after {
    display: none;
  }
  .news-txt-item-cat-items li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .news-txt-item-cat-items li a {
    font-size: 14px;
    font-size: 1.4rem;
    text-decoration: underline;
    letter-spacing: 0;
  }
  .news-txt-item-cat-items li a:hover {
    text-decoration: none;
  }

  .news-txt-item-time {
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
    padding-right: 9px;
    margin-right: 12px;
  }
  .news-txt-item-time::after {
    position: absolute;
    display: block;
    content: "-";
    color: #666;
    font-size: 14px;
    font-size: 1.4rem;
    width: 2px;
    height: 9px;
    top: 0;
    right: 0em;
    z-index: 1;
  }
  .type-ir-library .news-txt-item-time::after {
    display: none;
  }
  .type-en .news-txt-item-time {
    padding-right: 12px;
    margin-right: 0;
  }
  .type-en .news-txt-item-time::after {
    display: none;
  }
  .type-en .news-txt-item-time::before {
    display: none;
  }

  .news-txt-item-tit {
    display: table-cell;
    vertical-align: middle;
    width: 78.2%;
    padding: 0 10px 0 20px;
    position: relative;
  }
  .type-ir .news-txt-item-tit {
    width: 82.9%;
  }
  .type-ir-library .news-txt-item-tit {
    width: 88.88%;
  }
  .type-en .news-txt-item-tit {
    padding: 0 20px 0 30px;
  }
  .news-txt-item-tit::after {
    position: absolute;
    display: block;
    content: "";
    background: #ccc;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .news-txt-item-tit a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    display: inline;
    width: auto;
    -webkit-transition: color 0.3s 0s ease;
    -moz-transition: color 0.3s 0s ease;
    transition: color 0.3s 0s ease;
    position: relative;
    height: auto;
  }
  .bl-ir-index-news .news-txt-item-tit a {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .news-txt-item-tit a:hover {
    color: #257cde;
    text-decoration: underline;
    -webkit-transition: color 0.1s 0s ease;
    -moz-transition: color 0.1s 0s ease;
    transition: color 0.1s 0s ease;
  }
  .news-txt-item-tit a:hover.icon-pdf i {
    background: url(../img/common/icon-link-pdf.png) 0 -19px no-repeat;
    background-size: 100% auto;
  }
  .news-txt-item-tit a.icon-pdf {
    padding-right: 22px;
  }
  .news-txt-item-tit a.icon-pdf i {
    bottom: -4px;
    top: 100%;
    right: 0;
    width: 15px;
    height: 19px;
  }
  .news-txt-item-tit.state-new a img {
    bottom: 2px;
    width: 50px;
  }
  .news-txt-item-tit div {
    margin-top: 12px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .news-year-select {
    width: 18%;
    max-width: 180px;
    margin: 0 0;
    margin-bottom: 0;
  }
  .news-year-select.type-en {
    width: 200px;
  }

  .form-select {
    width: 100%;
    height: 42px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    position: relative;
    height: auto;
  }
  .form-select option {
    opacity: 0;
  }
  .form-select.state-active:after {
    background: url(../img/common/icon-pulldown.png) 0 -42px no-repeat;
    background-size: 38px 84px;
  }
  .form-select.state-active .form-select-ul {
    left: 0;
    opacity: 1;
    -webkit-transition: opacity 0.15s ease;
    -moz-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
  }
  .form-select.state-active .form-select-ul li {
    height: 40px;
    -webkit-transition: opacity 0.15s ease, height 0.2s ease;
    -moz-transition: opacity 0.15s ease, height 0.2s ease;
    transition: opacity 0.15s ease, height 0.2s ease;
  }
  .form-select.state-active .form-select-ul li a {
    opacity: 1;
    -webkit-transition: opacity 0.15s 0.05s ease;
    -moz-transition: opacity 0.15s 0.05s ease;
    transition: opacity 0.15s 0.05s ease;
  }
  .form-select.state-active .form-select-ul li a:hover {
    opacity: 0.6;
    -webkit-transition: opacity 0.1s ease;
    -moz-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
  }
  .form-select:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    right: 0;
    width: 38px;
    height: 42px;
    background: url(../img/common/icon-pulldown.png) 0 0 no-repeat;
    background-size: 38px 84px;
    pointer-events: none;
    z-index: 10;
  }
  .form-select select {
    width: 100%;
    height: 42px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 0 0 0;
    position: relative;
    border: 3px solid #ebeef1;
    z-index: 2;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    text-align: center;
    opacity: 0;
    cursor: pointer;
  }
  .form-select .form-select-label {
    width: 100%;
    height: 42px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 0 0 35px;
    top: 0;
    border: 3px solid #ebeef1;
    z-index: 2;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    text-align: left;
    background: #fff;
    cursor: pointer;
  }

  .form-select-ul {
    display: block;
    left: -2000px;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    top: 21px;
    top: 8px;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
    border-left: 3px solid #ebeef1;
    border-right: 3px solid #ebeef1;
    border-bottom: 3px solid #ebeef1;
    background: #fff;
    padding-top: 35px;
    padding-bottom: 15px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
  }
  .form-select-ul li {
    width: 100%;
    height: 40px;
    height: 0;
    display: table;
  }
  .form-select-ul li:first-child {
    border-bottom: 1px solid #ebeef1;
    margin-bottom: 10px;
  }
  .form-select-ul li.state-active a {
    color: #257cde;
    opacity: 1 !important;
  }
  .form-select-ul li span,
  .form-select-ul li a {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 35px;
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .form-select-ul li span:hover,
  .form-select-ul li a:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.1s ease;
    -moz-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
  }
  .form-select-ul li span {
    color: #257cde;
  }
}
.news-img-items {
  width: 86.66%;
  margin: 0 auto;
  margin-bottom: 8%;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .news-img-items {
    margin-bottom: 30px;
  }
}
.news-img-items .news-img-item {
  width: 48.46%;
  margin-bottom: 4%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .news-img-items .news-img-item {
    margin-bottom: 15px;
  }
}
.news-img-items .news-img-item a {
  display: block;
  position: relative;
}
.news-img-items .news-img-item a::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #d7dbde;
  z-index: 1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.news-img-items .news-img-item a:hover .news-img-item-panel {
  border: 3px solid #257cde;
  -webkit-transition: transform 0.2s 0s ease, border 0.1s 0s ease;
  -moz-transition: transform 0.2s 0s ease, border 0.1s 0s ease;
  transition: transform 0.2s 0s ease, border 0.1s 0s ease;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  transform: translateY(-2px);
}
.news-img-items .news-img-item a:hover .news-img-item-img img {
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  transform: scale(1.03);
}
.news-img-items .news-img-item a:hover::before {
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  transition: background 0.2s ease;
  background: #257cde;
}
.news-img-items .news-img-item a:active .news-img-item-panel {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: transform 0.1s ease;
  -moz-transition: transform 0.1s ease;
  transition: transform 0.1s ease;
  left: 0;
}

body.type-btn-b .news-img-items .news-img-item a:hover::before {
  background: #0859b4;
}
body.type-btn-b .news-img-items .news-img-item a:hover .news-img-item-panel {
  background: #257cde;
  color: #fff;
}
body.type-btn-b .news-img-items .news-img-item a:hover .news-img-item-cat span {
  color: #fff;
}
body.type-btn-b .news-img-items .news-img-item a:active::before {
  height: calc(100%);
  top: 0;
}
body.type-btn-b .news-img-items .news-img-item a:active .news-img-item-panel {
  top: 0;
  left: 0;
}

.news-img-item-img {
  position: relative;
  text-align: center;
  overflow: hidden;
  display: block;
  padding-bottom: 48.87%;
  overflow: hidden;
}
.news-img-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  background: #d7dbde;
}

.news-img-item-panel {
  background: #fff;
  border: 3px solid #d7dbde;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: transform 0.3s 0s ease, border 0.1s 0s ease;
  -moz-transition: transform 0.3s 0s ease, border 0.1s 0s ease;
  transition: transform 0.3s 0s ease, border 0.1s 0s ease;
}

.news-img-item-date-cat {
  width: 87.09%;
  padding-top: 8.57%;
  padding-bottom: 8.57%;
  margin: 0 auto;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .news-img-item-date-cat {
    padding-top: 24px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .news-img-item-date-cat {
    padding-bottom: 24px;
  }
}

.news-img-item-date {
  display: block;
  margin-bottom: 3.2%;
  font-size: 10px;
  font-size: 1rem;
  font-family: 'Comfortaa', cursive;
  display: inline-block;
  font-size: 10px;
  font-size: 1rem;
  position: relative;
  padding-right: 8px;
  margin-right: 8px;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .news-img-item-date {
    margin-bottom: 12px;
  }
}
.news-img-item-date::after {
  position: absolute;
  display: block;
  content: "-";
  color: #666;
  font-size: 10px;
  font-size: 1rem;
  width: 2px;
  height: 9px;
  top: -2px;
  right: 0em;
  z-index: 1;
}

.news-img-item-cat span {
  font-size: 10px;
  font-size: 1rem;
  color: #45494e;
}

.news-img-item-txt {
  width: 87.09%;
  padding-bottom: 13.54%;
  margin: 0 auto;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .news-img-item-txt {
    padding-bottom: 42px;
  }
}

@media print, screen and (min-width: 768px) {
  .block-news-article {
    padding-top: 75px;
    padding-bottom: 70px;
    width: 100%;
    margin: 0 auto;
  }

  .block-news-index {
    padding-top: 65px;
    padding-bottom: 70px;
  }

  .tit-news-index {
    bottom: 2.5%;
  }

  .news-img-items {
    width: 85%;
    max-width: 1190px;
    margin: 0 auto;
    margin-bottom: 30px;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .news-img-items.col-02-03-04 .news-img-item {
    width: 33.33%;
    max-width: 400px;
  }
  .news-img-items .news-img-item {
    width: 25%;
    margin-bottom: 20px;
    max-width: 300px;
    padding-left: 11px;
    padding-right: 11px;
  }
  .news-img-items .news-img-item:nth-of-type(4n) {
    margin-right: 0;
  }
  .news-img-items .news-img-item a {
    display: block;
  }

  .news-img-item-date {
    padding-right: 8px;
    margin-right: 8px;
  }
  .news-img-item-date::after {
    font-size: 14px;
    font-size: 1.4rem;
    top: -2px;
  }

  .news-img-item-date-cat {
    width: 84.89%;
    padding-top: 20px;
    padding-bottom: 12px;
    padding-bottom: 8.57%;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .news-img-item-date-cat {
    padding-bottom: 12px;
  }
}

@media print, screen and (min-width: 768px) {
  .news-img-item-date {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .news-img-item-cat span {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .news-img-item-txt {
    width: 84.89%;
    padding-bottom: 40px;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 1200px) {
  .block-news-article {
    padding-top: 75px;
    padding-bottom: 70px;
  }

  .news-img-items {
    width: 85%;
    max-width: 1190px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .news-img-items.col-02-03-04 .news-img-item {
    width: 25%;
    max-width: 300px;
  }
  .news-img-items .news-img-item {
    margin-bottom: 20px;
    width: 25% !important;
    max-width: 300px;
  }
  .news-img-items .news-img-item a::before {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }

  .tit-news-index {
    bottom: auto;
    bottom: 40px;
  }

  .news-img-item-panel {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }

  .news-img-item-date-cat {
    width: 84.89%;
    padding-top: 20px;
    padding-bottom: 12px;
    padding-bottom: 8.57%;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 1200px) and (min-width: 568px) and (max-width: 768px) {
  .news-img-item-date-cat {
    padding-bottom: 12px;
  }
}

@media print, screen and (min-width: 1200px) {
  .news-img-item-date {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .news-img-item-cat {
    display: inline-block;
  }
  .news-img-item-cat span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .news-img-item-cat span:hover {
    text-decoration: none;
  }

  .news-img-item-txt {
    width: 84.89%;
    padding-bottom: 40px;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.img-auto {
  width: auto !important;
}

/***************/
.news-article-body {
  padding-bottom: 9.23%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .news-article-body {
    padding-bottom: 30px;
  }
}

.news-article-body > div {
  margin-top: 13.33%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .news-article-body > div {
    margin-top: 50px;
  }
}

.news-article-body > div + p {
  margin-top: 13.33%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .news-article-body > div + p {
    margin-top: 50px;
  }
}

.news-article-body > div.imgBox2 {
  margin-top: 6.66%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .news-article-body > div.imgBox2 {
    margin-top: 25px;
  }
}

.news-article {
  background: #fff;
  width: 86.66%;
  margin: 0 auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding-top: 6.15%;
  padding-bottom: 6.15%;
  margin-bottom: 7.69%;
  font-size: 14px;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .news-article {
    padding-top: 20px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .news-article {
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .news-article {
    margin-bottom: 25px;
  }
}
.news-article p {
  margin-bottom: 5.33%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.news-article p img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .news-article p {
    margin-bottom: 20px;
  }
}
.news-article p a {
  color: #257cde;
  text-decoration: underline;
}
.news-article p.news-article-add-tit {
  margin-bottom: 2.66%;
  margin-bottom: 20px !important;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .news-article p.news-article-add-tit {
    margin-bottom: 10px;
  }
}
.news-article p img.auto-width {
  width: auto !important;
  min-width: auto !important;
}
.news-article img.auto-width {
  width: auto !important;
  min-width: auto !important;
}
.news-article ul li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 1.33%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .news-article ul li {
    margin-bottom: 5px;
  }
}
.news-article ul li a {
  color: #257cde;
  text-decoration: underline;
}
.news-article ul li:last-child {
  margin-bottom: 0;
}
.news-article h2,
.news-article h3 {
  color: #45494e;
  border-bottom: 2px solid #257cde;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.4;
  padding: 0 15px 10px;
  margin-bottom: 5.33%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .news-article h2,
  .news-article h3 {
    margin-bottom: 20px;
  }
}
.news-article .h3 {
  margin-top: 10.66%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .news-article .h3 {
    margin-top: 40px;
  }
}
.news-article h4 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 2.66%;
  line-height: 1.4;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .news-article h4 {
    margin-bottom: 10px;
  }
}
.news-article .cms {
  margin-bottom: 10.66%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .news-article .cms {
    margin-bottom: 40px;
  }
}
.news-article .imgBox2 {
  padding-top: 4%;
  margin-bottom: 4%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .news-article .imgBox2 {
    padding-top: 15px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .news-article .imgBox2 {
    margin-bottom: 15px;
  }
}
.news-article .imgBox2 .img {
  width: 130px;
  float: left;
  margin-right: 15px;
  overflow: hidden;
  height: auto;
  height: 100% !important;
}
.news-article .imgBox2 .img img {
  width: 100%;
  height: auto;
}
.news-article .imgBox2 .img.type-100 {
  width: 100px;
  margin-right: 20px;
}
@media print, screen and (min-width: 1024px) {
  .news-article .imgBox2 .img.type-100 {
    width: 100px;
    float: right;
    margin-left: 30px;
  }
}
.news-article .imgBox2 .img.type-260 {
  width: 100%;
  float: none;
  margin-right: 0;
}
@media print, screen and (min-width: 1024px) {
  .news-article .imgBox2 .img.type-260 {
    width: 260px;
    float: right;
    margin-left: 15px;
  }
}
.news-article .imgBox2 .img.type-350 {
  width: 100%;
  float: none;
  margin-right: 0;
}
@media print, screen and (min-width: 1024px) {
  .news-article .imgBox2 .img.type-350 {
    width: 350px;
    float: right;
    margin-left: 15px;
  }
}
.news-article .imgBox2 .img.type-450 {
  width: 100%;
  float: none;
  margin-right: 0;
}
@media print, screen and (min-width: 1024px) {
  .news-article .imgBox2 .img.type-450 {
    width: 450px;
    float: right;
    margin-left: 15px;
  }
}
.news-article .imgBox2 table {
  margin-top: 20px !important;
  position: relative;
  top: 10px;
}
.news-article .imgBox2 dl {
  margin-bottom: 0;
}
.news-article .imgBox2 dl + p {
  margin-top: 4%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .news-article .imgBox2 dl + p {
    margin-top: 15px;
  }
}
.news-article .unitPress {
  margin-bottom: 4.61%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .news-article .unitPress {
    margin-bottom: 15px;
  }
}
.news-article .unitPress p {
  margin-bottom: 0 !important;
}
.news-article .unitPress + p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.news-article dl {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  display: table;
  width: 100%;
  margin-bottom: 10.66%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .news-article dl {
    margin-bottom: 40px;
  }
}
.news-article dl dt,
.news-article dl dd {
  padding: 10px 10px;
}
.news-article dl dt {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #f4f4f4;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  height: auto !important;
}
.news-article dl dd {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  height: auto !important;
}
.news-article dl dd a {
  color: #257cde;
  text-decoration: underline;
}
.news-article table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
  margin-bottom: 20px;
}
.news-article table th,
.news-article table td {
  padding: 10px 10px;
}
.news-article table th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #f4f4f4;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.0;
  height: auto !important;
  width: 35%;
  min-width: 160px;
}
.news-article table td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.0;
  height: auto !important;
  width: 65%;
}
.news-article table td a {
  color: #257cde;
  text-decoration: underline;
}
.news-article .type-newspress-2010 table th {
  min-width: auto;
}
.news-article .type-newspress-2010 h3 {
  color: #257cde;
  border-bottom: none;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 0 0 0;
  margin-bottom: 5.33%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .news-article .type-newspress-2010 h3 {
    margin-bottom: 20px;
  }
}
.news-article .type-newspress-2010 figure {
  text-align: center;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0;
}
.news-article .type-newspress-2010 figure img {
  width: auto;
  max-width: 100%;
}
.news-article .type-newspress-2010 img {
  max-width: 100%;
}
@media print, screen and (min-width: 768px) {
  .news-article .type-newspress-2010 img {
    max-width: auto;
  }
}
.news-article img {
  max-width: 100% !important;
}
@media print, screen and (min-width: 768px) {
  .news-article img {
    max-width: 100% !important;
  }
}

.news-article-inner {
  width: 92.3%;
  margin: 0 auto;
}

.news-article-header {
  margin-bottom: 6.66%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .news-article-header {
    margin-bottom: 20px;
  }
}

.news-article-time-cat {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 5.33%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .news-article-time-cat {
    margin-bottom: 20px;
  }
}

.news-article-cat-items {
  position: relative;
  top: -3px;
}
.news-article-cat-items li a {
  font-size: 10px;
  font-size: 1rem;
  text-decoration: underline;
}

.news-article-time {
  display: inline-block;
  font-size: 10px;
  font-size: 1rem;
  position: relative;
  padding-right: 6px;
  margin-right: 10px;
}
.news-article-time::after {
  position: absolute;
  display: block;
  content: "-";
  color: #666;
  font-size: 10px;
  font-size: 1rem;
  width: 2px;
  height: 9px;
  top: 0;
  right: 0em;
  z-index: 1;
}

.news-article-sns {
  margin-bottom: 5.33%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .news-article-sns {
    margin-bottom: 20px;
  }
}
.news-article-sns ul {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.news-article-sns ul li {
  width: 30px !important;
  margin-left: 10px;
}
.news-article-sns ul li img {
  width: 100%;
  height: auto;
}
.news-article-sns ul li a {
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.news-article-sns ul li a img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.news-article-tit {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4;
}

.news-article-btm {
  padding-top: 5.33%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .news-article-btm {
    padding-top: 20px;
  }
}

.news-article-btm-txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 5.33%;
  text-align: center;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .news-article-btm-txt {
    margin-bottom: 20px;
  }
}

.news-article-body.type-newspress > div {
  margin-top: 20px !important;
}

.news-article-body.type-newspress > div + p {
  margin-top: 20px !important;
}

.news-article-body.type-newspress section {
  margin-bottom: 16%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .news-article-body.type-newspress section {
    margin-bottom: 60px;
  }
}
.news-article-body.type-newspress section:last-child {
  margin-bottom: 0;
}
.news-article-body.type-newspress .newsTxt .subFloat {
  display: block;
  margin: 0 auto 20px;
}
.news-article-body.type-newspress section.clear.newsTxt {
  padding-bottom: 0;
}

.newsTxt {
  padding-bottom: 8%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .newsTxt {
    padding-bottom: 30px;
  }
}

.mainFloat.newsTxt {
  padding-bottom: 0;
}

.subFloat {
  max-width: 200px;
  margin: 0 auto;
}
.subFloat figure {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.img-sp-per-60 {
  width: 60% !important;
  margin: 0 auto;
}

.img-sp-per-80 {
  width: 80% !important;
  margin: 0 auto;
}

.img-sp-per-90 {
  width: 90% !important;
  margin: 0 auto;
}

.img-sp-per-100 {
  width: 100% !important;
}

.img-per-100 {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
}

body .news-article-body .img-pc-auto {
  text-align: center;
  display: block;
}
body .news-article-body .img-pc-auto img {
  width: 80% !important;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .img-sp-per-60 {
    width: auto !important;
    max-width: auto !important;
  }

  .img-sp-per-80 {
    width: auto !important;
    max-width: auto !important;
  }
}
@media print, screen and (min-width: 1024px) {
  .img-sp-per-90 {
    width: auto !important;
    max-width: auto !important;
  }

  .img-sp-per-100 {
    width: auto !important;
    max-width: auto !important;
  }

  body .news-article-body .img-pc-auto img {
    width: auto !important;
    max-width: 100%;
  }

  .news-article-body.type-newspress-2010 .newsPress {
    display: table;
    width: 100%;
  }
  .news-article-body.type-newspress-2010 .newsPress .mainFloat {
    display: table-cell;
    vertical-align: top;
    padding-right: 30px;
    margin-bottom: 0;
  }
  .news-article-body.type-newspress-2010 .newsPress .subFloat {
    display: table-cell;
    vertical-align: top;
    width: 200px;
    text-align: right;
  }
  .news-article-body.type-newspress-2010 .newsPress .subFloat img {
    width: auto !important;
    max-width: 200px !important;
  }

  .news-article-body.type-newspress section {
    margin-bottom: 4%;
  }
}
@media print, screen and (min-width: 1024px) and (min-width: 568px) and (max-width: 768px) {
  .news-article-body.type-newspress section {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 1024px) and (min-width: 1200px) {
  .news-article-body.type-newspress section {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .news-article-body.type-newspress section:last-child {
    margin-bottom: 0;
  }
  .news-article-body.type-newspress .newsTxt {
    padding-bottom: 5.33%;
  }
}
@media print, screen and (min-width: 1024px) and (min-width: 568px) and (max-width: 768px) {
  .news-article-body.type-newspress .newsTxt {
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width: 1024px) and (min-width: 1200px) {
  .news-article-body.type-newspress .newsTxt {
    padding-bottom: 40px;
  }
}
@media print, screen and (min-width: 1024px) {
  .news-article-body.type-newspress .newsTxt .subFloat {
    display: block;
    width: 200px;
    float: right;
    margin: 0 0 20px 20px;
  }
  .news-article-body.type-newspress .mainFloat.newsTxt {
    padding-bottom: 0;
  }
  .news-article-body.type-newspress section.clear.newsTxt {
    padding-bottom: 10px;
  }
  .news-article-body.type-newspress .newsPress {
    display: table;
    width: 100%;
  }
  .news-article-body.type-newspress .newsPress .mainFloat {
    display: table-cell;
    vertical-align: top;
    padding-right: 30px;
    margin-bottom: 0;
  }
  .news-article-body.type-newspress .newsPress .subFloat {
    display: table-cell;
    vertical-align: top;
    width: 200px;
  }
  .news-article-body.type-newspress .newsPress .subFloat img {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media print, screen and (min-width: 768px) {
  .news-article-body {
    padding-bottom: 9.23%;
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .news-article-body {
    padding-bottom: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .news-article-body > div + p {
    margin-top: 80px;
  }

  .news-article-body > div {
    margin-top: 80px;
  }

  .news-article-body > div.imgBox2 {
    margin-top: 30px;
  }

  .news-article {
    width: 83.57%;
    max-width: 1170px;
    margin: 0 auto;
    padding-top: 4.27%;
    padding-bottom: 3.41%;
    margin-bottom: 5.98%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .news-article {
    padding-top: 25px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .news-article {
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .news-article {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .news-article {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .news-article p {
    margin-bottom: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.0;
  }
  .news-article p img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .news-article p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .news-article p a {
    color: #257cde;
    text-decoration: underline;
  }
  .news-article p a:hover {
    text-decoration: none;
  }
  .news-article p.news-article-add-tit {
    margin-bottom: 20px !important;
    font-size: 20px;
    font-size: 2rem;
  }
  .news-article p:first-child {
    margin-bottom: 30px !important;
    margin-top: 0 !important;
  }
  .news-article p:first-child img {
    width: 100% !important;
    margin: 0 auto;
  }
  .news-article p:first-child img.auto-width {
    width: auto !important;
  }
  .news-article ul li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.0;
    margin-bottom: 6px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .news-article ul li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .news-article ul li:last-child {
    margin-bottom: 0;
  }
  .news-article ul li a {
    color: #257cde;
    text-decoration: underline;
  }
  .news-article ul li a:hover {
    text-decoration: none;
  }
  .news-article h2,
  .news-article h3 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
    padding: 0 10px 20px;
    margin-bottom: 30px;
  }
  .news-article h4 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .news-article .cms {
    margin-bottom: 60px;
  }
  .news-article .imgBox2 {
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .news-article .imgBox2 .img {
    width: 220px;
    float: right;
    margin-right: 0;
    margin-left: 25px;
  }
  .news-article .imgBox2 dl {
    margin-bottom: 0;
  }
  .news-article .imgBox2 dl + p {
    margin-top: 20px;
  }
  .news-article .imgBox2.type-l {
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .news-article .imgBox2.type-l .img {
    width: 300px;
    width: 36.66%;
    max-width: 330px;
    float: left;
    padding-right: 30px;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1024px) {
  .news-article .imgBox2.type-l .img {
    min-height: 300px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .news-article .imgBox2.type-l .img {
    min-height: 210px;
  }
}
@media print, screen and (min-width: 768px) {
  .news-article .imgBox2.type-l dl {
    margin-bottom: 0;
  }
  .news-article .imgBox2.type-l dl + p {
    margin-top: 20px;
  }
  .news-article dl {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    margin-bottom: 50px;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .news-article dl dt,
  .news-article dl dd {
    padding: 15px 20px;
  }
  .news-article dl dt {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #f4f4f4;
    font-weight: 700;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.0;
    height: auto !important;
    display: block;
    width: 26%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .news-article dl dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .news-article dl dd {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.0;
    height: auto !important;
    display: block;
    width: 74%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .news-article dl dd {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .news-article dl dd a:hover {
    text-decoration: none;
  }
  .news-article .unitPress {
    margin-bottom: 20px !important;
  }
  .news-article table {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 100%;
    margin-bottom: 20px;
  }
  .news-article table th,
  .news-article table td {
    padding: 15px 20px;
  }
  .news-article table th {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #f4f4f4;
    font-weight: 700;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.0;
    height: auto !important;
    width: 35%;
    min-width: 160px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .news-article table th {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .news-article table td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.0;
    height: auto !important;
    width: 65%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .news-article table td {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .news-article table td a:hover {
    text-decoration: none;
  }
  .news-article .type-newspress-2010 h3 {
    font-size: 20px;
    font-size: 2rem;
  }
  .news-article .type-newspress-2010 table th,
  .news-article .type-newspress-2010 table td {
    padding: 15px 20px;
  }
  .news-article .type-newspress-2010 table th {
    min-width: 80px;
    width: auto;
  }
  .news-article .type-newspress-2010 table td {
    width: auto;
  }
  .news-article .type-newspress-2010 figure {
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .news-article .type-newspress-2010 figure img {
    width: auto;
  }

  .news-article-inner {
    width: 83.76%;
    max-width: 980px;
    margin: 0 auto;
  }

  .news-article-body p img {
    width: 60%;
  }

  .news-article-header {
    margin-bottom: 35px;
    position: relative;
  }
  .news-article-header .cms-article-sns {
    position: absolute;
    top: 0;
    right: 0;
  }

  .news-article-time-cat-sns {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 40px;
    margin-bottom: 2.04%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .news-article-time-cat-sns {
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .news-article-time-cat {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 0;
  }

  .news-article-cat-items {
    top: -2px;
  }
  .news-article-cat-items li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .news-article-cat-items li a:hover {
    text-decoration: none;
  }

  .news-article-time {
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
    padding-right: 6px;
    margin-right: 10px;
  }
  .news-article-time::after {
    position: absolute;
    display: block;
    content: "-";
    color: #666;
    font-size: 14px;
    font-size: 1.4rem;
    width: 2px;
    height: 9px;
    top: 0;
    right: 0em;
    z-index: 1;
  }

  .news-article-sns {
    margin-bottom: 0;
  }
  .news-article-sns ul {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .news-article-sns ul li {
    width: 30px !important;
    margin-left: 10px;
  }
  .news-article-sns ul li img {
    width: 100%;
    height: auto;
  }
  .news-article-sns ul li a {
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
  }
  .news-article-sns ul li a img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
  }

  .news-article-tit {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.4;
  }

  .news-article-btm {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .news-article-btm-txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 40px;
  }
}
.hack-article-layout-dl {
  width: 100%;
  text-align: center;
}
.hack-article-layout-dl div.img {
  width: 100%;
  max-width: 130px;
  float: none !important;
  margin: 0 auto 10px auto !important;
}
.hack-article-layout-dl div.img img {
  margin: 0 auto;
}
.hack-article-layout-dl dl {
  text-align: left;
}

.centerImg {
  text-align: center;
}
.centerImg img {
  margin: 0 auto;
}

.newsTxt {
  margin-top: 0 !important;
}

@media print, screen and (min-width: 768px) {
  .centerImg {
    text-align: center;
  }
  .centerImg img {
    margin: 0 auto;
    min-width: 600px !important;
    min-width: 500px !important;
  }

  .hack-article-layout-dl {
    width: 100%;
    text-align: left;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .hack-article-layout-dl div.img {
    margin: 0 auto 0 auto !important;
    padding-left: 0;
    padding-right: 15px;
    width: 29%;
    max-width: 180px;
    max-width: 150px;
  }
  .hack-article-layout-dl div.img img {
    margin: 0 auto;
  }

  .hack-article-layout-dl > div {
    width: 71%;
  }

  .hack-article-layout-table {
    width: 100%;
    text-align: left;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .hack-article-layout-table div.img {
    margin: 0 auto 0 auto !important;
    padding-left: 10px;
    padding-right: 10px;
    width: 29%;
    max-width: 180px;
  }
  .hack-article-layout-table div.img img {
    margin: 0 auto;
  }

  .hack-article-layout-table > div {
    width: 71%;
    padding-left: 0;
  }

  #pref_box {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  #pref_box table {
    width: 49%;
  }
}
@media print, screen and (min-width: 1200px) {
  .hack-article-layout-dl div.img {
    max-width: 180px;
  }
  .hack-article-layout-dl div.img img {
    margin: 0 auto;
  }
}
/* ID */
#cart_area {
  max-width: 746px;
  margin: 0 auto;
}

div#MainDiv {
  /* 670 550px;746px*/
  max-width: 1100px !important;
  width: 1100px !important;
  background: #ccc !important;
}

/* game */
.game-img-items {
  width: 86.66%;
  margin: 0 auto;
  margin-bottom: 12%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .game-img-items {
    margin-bottom: 45px;
  }
}
.game-img-items .game-img-item {
  margin-bottom: 13.33%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .game-img-items .game-img-item {
    margin-bottom: 50px;
  }
}
.game-img-items .game-img-item:last-child {
  margin-bottom: 0;
}

.game-img-item_inner {
  width: 96.92%;
  margin: 0 auto;
}

.game-img-item_img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 6.13%;
  overflow: hidden;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .game-img-item_img {
    margin-bottom: 23px;
  }
}

.game-img-item_cat {
  display: inline-block;
  color: #45494e;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 2.66%;
  background: #ebeef1;
  text-align: center;
  padding: 5px 15px;
  min-width: 44px;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .game-img-item_cat {
    margin-bottom: 10px;
  }
}

.game-img-item_tit {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 4.8%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .game-img-item_tit {
    margin-bottom: 18px;
  }
}

@media print, screen and (min-width: 768px) {
  .game-img-items {
    margin: 0 auto;
    margin-bottom: 20px;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .game-img-items .game-img-item {
    margin-bottom: 50px;
    width: 48%;
  }
  .game-img-items .game-img-item:last-child {
    margin-bottom: 50px;
  }

  .game-img-item_cat {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 15px;
    min-width: 60px;
  }

  .game-img-item_tit {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    min-height: 3em;
  }
}
@media print, screen and (min-width: 1200px) {
  .game-img-items {
    width: 85.71%;
    max-width: 1200px;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .game-img-items .game-img-item {
    margin: 0 1.25% 50px;
    width: 30.83%;
    max-width: 370px;
  }

  .game-img-item_cat {
    margin-bottom: 16px;
  }

  .game-img-item_tit {
    min-height: 2.5em;
  }
}
/*
panel
*****************************************************************/
.panel-img-btn-items {
  width: 86.66%;
  margin: 0 auto;
  margin-bottom: 13.33%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .panel-img-btn-items {
    margin-bottom: 50px;
  }
}
.type-en .panel-img-btn-items {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.type-en .panel-img-btn-items .panel-img-btn-item {
  width: 48.46%;
  margin-bottom: 7.69%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .type-en .panel-img-btn-items .panel-img-btn-item {
    margin-bottom: 25px;
  }
}
.type-en .panel-img-btn-items .panel-img-btn-item_img {
  margin-bottom: 7.93%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .type-en .panel-img-btn-items .panel-img-btn-item_img {
    margin-bottom: 12.5px;
  }
}
.panel-img-btn-items .panel-img-btn-item {
  margin-bottom: 15.38%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .panel-img-btn-items .panel-img-btn-item {
    margin-bottom: 50px;
  }
}
.panel-img-btn-items .panel-img-btn-item:last-child {
  margin-bottom: 0;
  margin-bottom: 9.23%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .panel-img-btn-items .panel-img-btn-item:last-child {
    margin-bottom: 30px;
  }
}
.panel-img-btn-items .panel-img-btn-item a {
  display: block;
}
.panel-img-btn-items.type-02 {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.panel-img-btn-items.type-02 .panel-img-btn-item {
  width: 48.46%;
  margin-bottom: 9.23%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .panel-img-btn-items.type-02 .panel-img-btn-item {
    margin-bottom: 30px;
  }
}

.panel-img-btn-item_img {
  margin-bottom: 3.07%;
  position: relative;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .panel-img-btn-item_img {
    margin-bottom: 10px;
  }
}
.type-02 .panel-img-btn-item_img {
  margin-bottom: 7.93%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .type-02 .panel-img-btn-item_img {
    margin-bottom: 12.5px;
  }
}
.panel-img-btn-item_img div {
  background: #fff;
  color: #257cde;
  z-index: 2;
  top: 0;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.panel-img-btn-item_img div img {
  width: 100%;
  height: auto;
}

.panel-img-btn-item_tit {
  position: relative;
  display: inline-block;
  color: #45494c;
  margin-left: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}
.page-en .panel-img-btn-item_tit {
  font-weight: 700;
  letter-spacing: 0;
  width: 104%;
}

.panel-img-btn-item_btn {
  width: 45.33%;
  width: 69.33%;
  margin: 0 auto;
  height: 44px;
  display: block;
  text-align: center;
  position: relative;
}
.panel-img-btn-item_btn::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #257cde;
  z-index: 1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
}
.panel-img-btn-item_btn .inner {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  border: 2px solid #d7dbde;
  background: #fff;
  color: #45494e;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.panel-img-btn-item_btn .inner span {
  display: inline;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  padding: 0 15px;
}
.panel-img-btn-item_btn .inner span i {
  position: absolute;
  display: block;
  width: 8px;
  height: 9px;
  top: 50%;
  right: 0;
  margin-top: -5px;
  background: url(../img/common/icon-arrow-r.png) 0 0 no-repeat;
  background-size: 100% auto;
}

@media print, screen and (min-width: 768px) {
  .panel-img-btn-items {
    width: 83.57%;
    max-width: 1170px;
    margin: 0 auto 0;
    padding-bottom: 20px;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .panel-img-btn-items .panel-img-btn-item {
    width: 47.85%;
    max-width: 490px;
    margin-bottom: 50px;
  }
  .panel-img-btn-items .panel-img-btn-item:last-child {
    margin-bottom: 50px;
  }
  .type-en .panel-img-btn-items .panel-img-btn-item {
    width: 47.85%;
    max-width: 490px;
    margin-bottom: 50px;
  }
  .type-en .panel-img-btn-items .panel-img-btn-item:last-child {
    margin-bottom: 50px;
  }

  .panel-img-btn-item_btn {
    width: 73.46%;
    max-width: 360px;
  }
  .panel-img-btn-item_btn .inner {
    -webkit-transition: border 0.3s ease, transform 0.3s ease;
    -moz-transition: border 0.3s ease, transform 0.3s ease;
    transition: border 0.3s ease, transform 0.3s ease;
  }
  .panel-img-btn-item_btn .inner span {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 20px;
  }

  .panel-img-btn-item_tit {
    font-size: 20px;
    font-size: 2rem;
  }

  .type-en .panel-img-btn-item_img {
    text-align: center;
  }
  .type-en .panel-img-btn-item_img img {
    margin: 0 auto;
    max-width: 240px;
  }
}
@media print, screen and (min-width: 1024px) {
  .panel-img-btn-items {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .page-en .panel-img-btn-items {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .page-en .panel-img-btn-items .panel-img-btn-item {
    margin-right: 2.56%;
  }
  .page-en .panel-img-btn-items .panel-img-btn-item:nth-child(3n) {
    margin-right: 0;
  }
  .panel-img-btn-items .panel-img-btn-item {
    width: 31.62%;
    max-width: 370px;
    margin-right: 2.56%;
  }
  .panel-img-btn-items .panel-img-btn-item:nth-child(3n) {
    margin-right: 0;
  }
  .type-en .panel-img-btn-items .panel-img-btn-item {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .page-en .panel-img-btn-items .panel-img-btn-item {
    width: 31.62%;
    max-width: 370px;
  }
  .page-en .panel-img-btn-items .panel-img-btn-item:last-child {
    margin-bottom: 50px;
  }
  .panel-img-btn-items.type-02 {
    padding-bottom: 0;
  }
  .panel-img-btn-items.type-02 .panel-img-btn-item {
    width: 23.07%;
    max-width: 270px;
    margin-bottom: 0;
    margin-right: 2.56%;
  }
  .panel-img-btn-items.type-02 .panel-img-btn-item:nth-child(3n) {
    margin-right: 2.56%;
  }
  .panel-img-btn-items.type-02 .panel-img-btn-item:nth-child(4n) {
    margin-right: 0;
  }

  .panel-img-btn-item_img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 16px;
    width: 100%;
  }
  .type-en .panel-img-btn-item_img {
    text-align: center;
  }
  .panel-img-btn-item_img div {
    -webkit-transition: border 0.3s ease, transform 0.3s ease;
    -moz-transition: border 0.3s ease, transform 0.3s ease;
    transition: border 0.3s ease, transform 0.3s ease;
  }
  .panel-img-btn-item_img img {
    -webkit-transition: opacity 0.3s 0s ease, transform 0.3s ease;
    -moz-transition: opacity 0.3s 0s ease, transform 0.3s ease;
    transition: opacity 0.3s 0s ease, transform 0.3s ease;
  }
  .type-en .panel-img-btn-item_img img {
    margin: 0 auto;
    max-width: 240px;
  }
  .type-02 .panel-img-btn-item_img {
    margin-bottom: 16px;
  }

  .panel-img-btn-item_tit {
    position: relative;
    padding-bottom: 7px;
    -webkit-transition: color 0.3s ease, padding 0.3s ease;
    -moz-transition: color 0.3s ease, padding 0.3s ease;
    transition: color 0.3s ease, padding 0.3s ease;
    font-size: 20px;
    font-size: 2rem;
  }
  .page-en .panel-img-btn-item_tit {
    width: auto;
    font-size: 20px;
    font-size: 2rem;
  }
  .panel-img-btn-item_tit::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #45494c;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }
}
/**************************************
hover
**************************************/
@media print, screen and (min-width: 1024px) {
  .panel-img-btn-items .panel-img-btn-item a:hover .panel-img-btn-item_img div img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    transform: scale(1.06);
    opacity: 0.85;
  }
  .panel-img-btn-items .panel-img-btn-item a:hover .panel-img-btn-item_btn .inner {
    border: 2px solid #257cde;
    -webkit-transition: border 0.3s ease, transform 0.3s ease;
    -moz-transition: border 0.3s ease, transform 0.3s ease;
    transition: border 0.3s ease, transform 0.3s ease;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  .panel-img-btn-items .panel-img-btn-item a:hover .panel-img-btn-item_tit::after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
  }
  .type-02 .panel-img-btn-items .panel-img-btn-item a:hover .panel-img-btn-item_tit::after {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
  }
  .panel-img-btn-items .panel-img-btn-item a:active .panel-img-btn-item_btn .inner {
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}
/**************************************
common
**************************************/
.ta-l {
  text-align: left !important;
}

.ta-r {
  text-align: right !important;
}

.ta-c {
  text-align: center !important;
}

.ta-c-sp {
  text-align: center !important;
  display: block;
}

.mt-0 {
  margin-top: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-s {
  margin-top: 0.53% !important;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .mt-s {
    margin-top: 2px;
  }
}

.mb-sss {
  margin-bottom: 0.8% !important;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .mb-sss {
    margin-bottom: 3px;
  }
}

.mb-ss {
  margin-bottom: 1.33% !important;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .mb-ss {
    margin-bottom: 5px;
  }
}

.mb-s {
  margin-bottom: 2.66% !important;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .mb-s {
    margin-bottom: 10px;
  }
}

.mb-30 {
  margin-bottom: 8% !important;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .mb-30 {
    margin-bottom: 30px;
  }
}

.mb-m {
  margin-bottom: 5.33% !important;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .mb-m {
    margin-bottom: 20px;
  }
}

.mb-l {
  margin-bottom: 8% !important;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .mb-l {
    margin-bottom: 30px;
  }
}

.mb-70 {
  margin-bottom: 13.33% !important;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .mb-70 {
    margin-bottom: 50px;
  }
}

.mb-l-pc {
  margin-bottom: 6.66% !important;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .mb-l-pc {
    margin-bottom: 25px;
  }
}

.lh-l {
  line-height: 2 !important;
}

.ta-c-pc {
  text-align: left !important;
}

@media print, screen and (min-width: 768px) {
  .ta-c-sp {
    text-align: left !important;
  }

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

  .mb-sss {
    margin-bottom: 6px !important;
  }

  .mb-ss {
    margin-bottom: 10px !important;
  }

  .mb-s {
    margin-bottom: 20px !important;
  }

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

  .mb-m {
    margin-bottom: 40px !important;
  }

  .mb-l {
    margin-bottom: 50px !important;
  }

  .mb-70 {
    margin-bottom: 70px !important;
  }

  .mb-l-pc {
    margin-bottom: 100px !important;
  }

  .ta-c-pc {
    text-align: center !important;
  }
}
@media print, screen and (min-width: 1024px) {
  .mb-tab-ex-0 {
    margin-bottom: 0 !important;
  }

  .ta-c-tab-ex {
    text-align: center !important;
  }
}
.img-center {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .img-center img {
    width: auto;
    margin: 0 auto;
  }
}
/**************************************
title
**************************************/
.tit-line-btm-double {
  position: relative;
  margin-bottom: 7.69%;
  padding-left: 5px;
  padding-bottom: 10px;
  color: #45494E;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: normal;
  line-height: 1.5;
  position: relative;
  font-family: 'Comfortaa','Kosugi Maru', sans-serif;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .tit-line-btm-double {
    margin-bottom: 25px;
  }
}
.tit-line-btm-double::before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #D7DBDE;
  z-index: 1;
}
.tit-line-btm-double::after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 24.61%;
  height: 2px;
  background: #257CDE;
  z-index: 2;
}

.tit-line-l {
  position: relative;
  margin-bottom: 3.33%;
  padding-left: 20px;
  color: #45494E;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .tit-line-l {
    margin-bottom: 10px;
  }
}
.tit-line-l i {
  position: absolute;
  display: block;
  content: "";
  top: 0.72em;
  left: 0;
  width: 12px;
  height: 1px;
  background: #257CDE;
  z-index: 1;
}
.tit-line-l.type-hack-sp i {
  top: 1rem;
  margin-top: 0;
}
.tit-line-l.type-hack-sp span {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
}

.tit-line-btm {
  position: relative;
  margin-bottom: 5.33%;
  padding-left: 5px;
  padding-bottom: 6px;
  color: #45494E;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  border-bottom: 2px solid #257CDE;
  line-height: 1.5;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .tit-line-btm {
    margin-bottom: 20px;
  }
}
.page-en .tit-line-btm {
  font-weight: 700;
}

.tit-num-indent {
  position: relative;
  margin-bottom: 4.66%;
  padding-left: 1.0em;
  color: #257CDE;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .tit-num-indent {
    margin-bottom: 17.5px;
  }
}
.tit-num-indent.type-parentheses {
  padding-left: 1.8em;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 4%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .tit-num-indent.type-parentheses {
    margin-bottom: 15px;
  }
}
.tit-num-indent.type-child.type-over10 {
  padding-left: 2.6em;
}
.tit-num-indent.type-child {
  margin-bottom: 4%;
  padding-left: 2.0em;
  padding-bottom: 6px;
  color: #45494E;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  border-bottom: 1px solid #257CDE;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .tit-num-indent.type-child {
    margin-bottom: 15px;
  }
}
.tit-num-indent span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}

.tit-bold-col {
  margin-bottom: 4.66%;
  color: #257CDE;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .tit-bold-col {
    margin-bottom: 17.5px;
  }
}

.tit-bold {
  margin-bottom: 2%;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .tit-bold {
    margin-bottom: 7.5px;
  }
}

.tit-fs-l {
  margin-bottom: 4%;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .tit-fs-l {
    margin-bottom: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .tit-line-btm-double {
    margin-bottom: 40px;
    padding-left: 8px;
    padding-bottom: 24px;
    color: #45494E;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1;
  }
  .tit-line-btm-double::before {
    height: 3px;
  }
  .tit-line-btm-double::after {
    width: 13.67%;
    height: 3px;
  }

  .tit-line-l {
    margin-bottom: 25px;
    padding-left: 35px;
    color: #45494E;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: 400;
  }
  .tit-line-l i {
    width: 22px;
    height: 2px;
    margin-top: -1px;
  }
  .tit-line-l.type-hack-sp i {
    top: 50%;
    margin-top: -1px;
  }
  .tit-line-l.type-hack-sp span {
    display: inline;
    margin-top: 0;
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
    left: 15px;
  }

  .tit-line-btm {
    margin-bottom: 30px;
    padding-left: 10px;
    padding-bottom: 16px;
    font-size: 24px;
    font-size: 2.4rem;
    border-bottom: 2px solid #257CDE;
  }

  .tit-num-indent {
    margin-bottom: 30px;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.5;
  }
  .tit-num-indent.type-child {
    margin-bottom: 30px;
    padding-left: 2.0em;
    padding-bottom: 16px;
    font-size: 24px;
    font-size: 2.4rem;
    border-bottom: 2px solid #257CDE;
  }
  .tit-num-indent.type-parentheses {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 15px;
  }

  .tit-bold-col {
    margin-bottom: 20px;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.5;
  }

  .tit-bold {
    margin-bottom: 20px;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.5;
  }

  .tit-fs-l {
    margin-bottom: 20px;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
/**************************************
text
**************************************/
.col-999 {
  color: #999 !important;
}

.col-red {
  color: #EB1414 !important;
}

.col-blue {
  color: #257CDE !important;
}

.txt-tit-btm {
  width: 86.66%;
  width: 90.66%;
  margin: 0 auto 6.66%;
  margin: 0 auto 10.66%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.0;
  text-align: center;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .txt-tit-btm {
    margin: 0 auto 50px;
  }
}
.txt-tit-btm span.fs-s {
  font-size: 12px;
  font-size: 1.2rem;
}
.page-en .txt-tit-btm {
  width: 86.66%;
  font-family: 'Open Sans', sans-serif;
}

.txt-normal {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.0;
  line-height: 2;
  margin-bottom: 2%;
}
.page-en .txt-normal {
  font-family: 'Open Sans', sans-serif;
}
.txt-normal:last-child {
  margin-bottom: 0;
}
.txt-normal.fs-s {
  font-size: 12px;
  font-size: 1.2rem;
}
.txt-normal.fs-m {
  font-size: 14px;
  font-size: 1.4rem;
}
.txt-normal.fs-m-l {
  font-size: 14px;
  font-size: 1.4rem;
}
.txt-normal.fs-l {
  font-size: 16px;
  font-size: 1.6rem;
}
.txt-normal.fs-ll {
  font-size: 20px;
  font-size: 2rem;
}
.txt-normal.l-h {
  line-height: 2.2;
}

.txt-copy {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #0075C0;
  margin-bottom: 8%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .txt-copy {
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .txt-tit-btm {
    width: 83.57%;
    max-width: 1170px;
    margin-bottom: 50px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
  }
  .page-en .txt-tit-btm {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .txt-tit-btm {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .txt-tit-btm span.fs-s {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .txt-normal {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.0;
    line-height: 2;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .txt-normal {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .txt-normal.fs-s {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .txt-normal.fs-m {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .txt-normal.fs-m-l {
    font-size: 20px;
    font-size: 2rem;
  }
  .txt-normal.fs-l {
    font-size: 20px;
    font-size: 2rem;
  }
  .txt-normal.fs-pc-l {
    font-size: 20px;
    font-size: 2rem;
  }
  .txt-normal.fs-ll {
    font-size: 28px;
    font-size: 2.8rem;
  }

  .txt-copy {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 2.0;
    line-height: 2;
    margin-bottom: 5.12%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .txt-copy {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .txt-copy {
    margin-bottom: 60px;
  }
}

/**************************************
link
**************************************/
a.link-underline {
  color: #257CDE;
  text-decoration: underline;
}

a.link-tel {
  color: #257CDE;
  text-decoration: underline;
}

@media print, screen and (min-width: 768px) {
  a.link-underline:hover {
    text-decoration: none;
  }
}
@media print, screen and (min-width: 1200px) {
  a.link-tel {
    color: #45494C;
    text-decoration: none;
  }
}
.img-max-200 {
  text-align: center;
}
.img-max-200 div,
.img-max-200 img {
  margin: 0 auto;
  width: 100%;
  max-width: 200px;
}

.img-max-400 {
  text-align: center;
}
.img-max-400 div,
.img-max-400 img {
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
}

.img-max-450 {
  text-align: center;
}
.img-max-450 div,
.img-max-450 img {
  margin: 0 auto;
  width: 100%;
  max-width: 450px;
}

.img-max-475 {
  text-align: center;
}
.img-max-475 div,
.img-max-475 img {
  margin: 0 auto;
  width: 100%;
  max-width: 475px;
}

.img-max-591 {
  text-align: center;
}
.img-max-591 div,
.img-max-591 img {
  margin: 0 auto;
  width: 100%;
  max-width: 591px;
}

.img-max-594 {
  text-align: center;
}
.img-max-594 div,
.img-max-594 img {
  margin: 0 auto;
  width: 100%;
  max-width: 594px;
}

.img-max-680 {
  text-align: center;
}
.img-max-680 div,
.img-max-680 img {
  margin: 0 auto;
  width: 100%;
  max-width: 680px;
}

.img-max-700 {
  text-align: center;
}
.img-max-700 div,
.img-max-700 img {
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
}

.img-max-760 {
  text-align: center;
}
.img-max-760 div,
.img-max-760 img {
  margin: 0 auto;
  width: 100%;
  max-width: 760px;
}

.img-max-900 {
  text-align: center;
}
.img-max-900 div,
.img-max-900 img {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}

.img-max-980 {
  text-align: center;
}
.img-max-980 div,
.img-max-980 img {
  margin: 0 auto;
  width: 100%;
  max-width: 980px;
}

/**************************************
table
**************************************/
.table-round {
  border: 1px solid #D7DBDE;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.page-en .table-round {
  font-family: 'Open Sans', sans-serif;
}

.table-type01 {
  width: 100%;
  border-top: 1px solid #D7DBDE;
  border-left: 1px solid #D7DBDE;
}
.table-type01 th {
  vertical-align: top;
  width: 8.2em;
  border-bottom: 1px solid #D7DBDE;
  border-right: 1px solid #D7DBDE;
  background: #F5F6F8;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  padding: 10px 8px 10px 10px;
}
.table-type01 td {
  vertical-align: top;
  border-bottom: 1px solid #D7DBDE;
  border-right: 1px solid #D7DBDE;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  padding: 10px 8px 10px 10px;
}
.table-round .table-type01 {
  border-top: none;
  border-left: none;
}
.table-round .table-type01 tr td {
  border-right: none;
}
.table-round .table-type01 tr:last-child th,
.table-round .table-type01 tr:last-child td {
  border-bottom: none;
}
.table-type01.type-w-02 th {
  width: 46.15%;
}
@media print, screen and (min-width: 768px) {
  .table-type01.type-w-02 th {
    width: 300px;
  }
  .page-en .table-type01.type-w-02 th {
    width: 320px;
  }
}

.table-type02 {
  width: 100%;
}
.table-type02 th {
  vertical-align: top;
  width: 6.5em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 4px 0 4px 0;
}
.page-en .table-type02 th {
  padding: 2px 0 2px 0;
  line-height: 1.6;
}
.table-type02 td {
  vertical-align: top;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 4px 0 4px 0;
}
.page-en .table-type02 td {
  padding: 2px 0 2px 0;
  line-height: 1.6;
}

.table-type03 {
  width: 100%;
  border-top: 1px solid #D7DBDE;
  border-left: 1px solid #D7DBDE;
}
.table-type03.type-row-02 th {
  text-align: left;
  padding-left: 15px;
  padding-right: 0;
  vertical-align: top;
}
.table-type03.type-row-02 th:nth-child(1) {
  width: 42%;
}
.page-en .table-type03.type-row-02 th {
  width: 42%;
  text-align: left;
  font-weight: 700;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: middle;
}
.table-type03.type-row-02 td {
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: top;
}
.page-en .table-type03.type-row-02 td {
  vertical-align: middle;
}
.table-type03.type-row-03 th {
  text-align: center;
}
.table-type03.type-row-03 th:nth-child(1) {
  width: 33.3%;
}
.table-type03.type-row-03 th:nth-child(2) {
  width: 33.3%;
}
.table-type03.type-row-03 th:nth-child(3) {
  width: 33.4%;
}
.table-type03.type-row-03 td {
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}
.table-type03.type-row-04 th {
  text-align: center;
}
.table-type03.type-row-04 th:nth-child(1) {
  width: 25%;
}
.table-type03.type-row-04 th:nth-child(2) {
  width: 25%;
}
.table-type03.type-row-04 th:nth-child(3) {
  width: 25%;
}
.table-type03.type-row-04 th:nth-child(4) {
  width: 25%;
}
.table-type03.type-row-04 td {
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}
.table-type03 th {
  vertical-align: middle;
  border-bottom: 1px solid #D7DBDE;
  border-right: 1px solid #D7DBDE;
  background: #F5F6F8;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  padding: 10px 0 10px 0;
  text-align: center;
}
.table-type03 th:nth-child(1) {
  width: 47.69%;
}
.table-type03 th:nth-child(2) {
  width: 29.23%;
}
.table-type03 th:nth-child(3) {
  width: 23.07%;
}
.table-type03 td {
  vertical-align: middle;
  border-bottom: 1px solid #D7DBDE;
  border-right: 1px solid #D7DBDE;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  padding: 10px 10px 10px 10px;
}
.table-round .table-type03 {
  border-top: none;
  border-left: none;
}
.table-round .table-type03 tr th:last-child,
.table-round .table-type03 tr td:last-child {
  border-right: none;
}
.table-round .table-type03 tr:last-child th,
.table-round .table-type03 tr:last-child td {
  border-bottom: none;
}

.td-num {
  text-align: right;
  position: relative;
  width: 105%;
}

.block-to-br {
  display: block;
}

.table-dl {
  width: 100%;
  border-top: 1px solid #D7DBDE;
  border-left: 1px solid #D7DBDE;
}
.page-en .table-dl {
  font-family: 'Open Sans', sans-serif;
}
.table-dl dt {
  border-bottom: 1px solid #D7DBDE;
  border-right: 1px solid #D7DBDE;
  background: #F5F6F8;
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  padding: 10px 15px;
}
.table-dl dd {
  border-bottom: 1px solid #D7DBDE;
  border-right: 1px solid #D7DBDE;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  padding: 10px 15px;
}

@media print, screen and (min-width: 768px) {
  .page-en .table-type01 {
    font-family: 'Open Sans', sans-serif;
  }
  .page-en .table-type01 th {
    width: 250px;
    padding: 18px 0 18px 40px;
  }
  .table-type01 th {
    width: 180px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 18px 20px 18px 40px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .table-type01 th {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .table-type01 td {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 18px 20px 18px 40px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .table-type01 td {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 768px) {
  .officer-item_info .table-type02 {
    width: 95.1%;
  }
  .table-type02 th {
    width: 6.5em;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 4px 0 4px 0;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .table-type02 th {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .table-type02 td {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 4px 0 4px 0;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .table-type02 td {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 768px) {
  .table-type03 th {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 18px 0 18px 0;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .table-type03 th {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .table-type03 th:nth-child(1) {
    width: 58.16%;
  }
  .table-type03 th:nth-child(2) {
    width: 21.42%;
  }
  .table-type03 th:nth-child(3) {
    width: 20.4%;
  }
  .table-type03 td {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 18px 20px 18px 40px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .table-type03 td {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .table-type03.type-row-02 th {
    text-align: left;
    padding-left: 2.56%;
    padding-right: 1.7%;
  }
  .table-type03.type-row-02 th:nth-child(1) {
    width: 26.49%;
    min-width: 310px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .table-type03.type-row-02 th {
    padding-left: 15px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .table-type03.type-row-02 th {
    padding-right: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .page-en .table-type03.type-row-02 th {
    width: 35.04%;
    min-width: 410px;
    text-align: left;
    font-weight: 700;
    padding-left: 2.56%;
    padding-right: 1.7%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .page-en .table-type03.type-row-02 th {
    padding-left: 15px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .page-en .table-type03.type-row-02 th {
    padding-right: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .table-type03.type-row-02 td {
    text-align: left;
    padding-left: 2.56%;
    padding-right: 1.7%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .table-type03.type-row-02 td {
    padding-left: 15px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .table-type03.type-row-02 td {
    padding-right: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .td-num {
    width: 100%;
  }

  .block-to-br {
    display: inline;
    padding-right: 1em;
  }

  .table-dl dl {
    width: 100%;
    display: table;
  }
  .table-dl dl dt {
    display: table-cell;
    vertical-align: top;
    width: 20%;
    padding: 20px 30px;
    font-weight: 700;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .page-en .table-dl dl dt {
    width: 25%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .table-dl dl dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .table-dl dl dd {
    display: table-cell;
    vertical-align: top;
    width: 80%;
    padding: 20px 30px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .page-en .table-dl dl dd {
    width: 75%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .table-dl dl dd {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/**************************************
list
**************************************/
/* list-indent */
.list-indent {
  font-size: 12px;
  font-size: 1.2rem;
}
.list-indent.type-en li {
  padding-left: 2.0em !important;
}
.list-indent.type-circle li {
  padding-left: 1.4em;
}
.list-indent.type-lh li {
  line-height: 1.8;
}
.list-indent.fs-m li {
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 1.2em;
  margin-bottom: 5px;
}
.list-indent.fs-s li {
  font-size: 11px;
  font-size: 1.1rem;
}
.list-indent ul {
  margin-top: 5px;
  margin-bottom: 20px;
}
.list-indent ul.list-indent-inner-ul {
  position: relative;
  left: -1.4em;
  margin-bottom: 10px;
}
.list-indent li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0px;
  line-height: 1.8;
}
.page-en .list-indent li {
  font-family: 'Open Sans', sans-serif;
}
.list-indent li.indent-type-02 {
  padding-left: 2em;
}
.list-indent li.indent-type-03 {
  padding-left: 4.5em;
}
.list-indent li.indent-type-3em {
  padding-left: 3em;
}
.list-indent li.fs-s {
  font-size: 10px;
  font-size: 1rem;
}
.list-indent li.fs-m {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 2px;
}
.list-indent li span.indent {
  position: absolute;
  text-align: left;
  display: inline-block;
  top: 0;
  left: 0;
}
.list-indent li:last-child {
  margin-bottom: 0 !important;
}

@media print, screen and (min-width: 768px) {
  .list-indent {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .list-indent.fs-m li {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
  .list-indent.fs-m li li {
    margin-bottom: 5px;
  }
  .list-indent.fs-s li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/**************************************
link
**************************************/
.tab-link-items,
.page-link-items {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 86.66%;
  margin: 0 auto;
  margin-bottom: 6.15%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .tab-link-items,
  .page-link-items {
    margin-bottom: 20px;
  }
}
.tab-link-items.type-sp-col-01 li,
.page-link-items.type-sp-col-01 li {
  width: 84.61%;
  margin: 0 auto 3.07%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .tab-link-items.type-sp-col-01 li,
  .page-link-items.type-sp-col-01 li {
    margin: 0 auto 20px;
  }
}
.tab-link-items li,
.page-link-items li {
  width: 48.46%;
  margin-bottom: 3.07%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .tab-link-items li,
  .page-link-items li {
    margin-bottom: 10px;
  }
}
.tab-link-items li.state-active a,
.page-link-items li.state-active a {
  cursor: default;
}
.tab-link-items li.state-active a div,
.page-link-items li.state-active a div {
  background: #257CDE;
  color: #fff;
}
.tab-link-items li a,
.page-link-items li a {
  height: 44px;
  display: block;
  text-align: center;
  position: relative;
}
.tab-link-items li a::after,
.page-link-items li a::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #257CDE;
  z-index: 1;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
}
.tab-link-items li a div,
.page-link-items li a div {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  border: 2px solid #257CDE;
  background: #fff;
  color: #45494C;
  position: relative;
  height: 44px;
  z-index: 2;
  top: 0;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.tab-link-items li a div span,
.page-link-items li a div span {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
}
.tab-link-items li a div span i,
.page-link-items li a div span i {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  top: 50%;
  margin-top: -4px;
  right: 15.87%;
  right: 9.52%;
  background: url(../img/common/icon-arrow-btm.png) 0 0 no-repeat;
  background-size: 100% auto;
  z-index: 5;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .tab-link-items li a div span i,
  .page-link-items li a div span i {
    right: 25px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .tab-link-items li a div span i,
  .page-link-items li a div span i {
    right: 15px;
  }
}

.tab-link-items.type-coloca li:nth-child(1) {
  width: 100%;
}
.tab-link-items.type-coloca li:nth-child(1) a {
  width: 48.46%;
  margin: 0 auto;
}
.tab-link-items.type-coloca li:nth-child(1) a span {
  letter-spacing: 0.08em;
}

.page-en .tab-link-items {
  margin-bottom: 9.23%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .page-en .tab-link-items {
    margin-bottom: 30px;
  }
}
.page-en .tab-link-items li a {
  font-weight: 700;
}
.page-en .tab-link-items li a div {
  padding: 0 0 !important;
}

.tab-con {
  display: none;
}
.tab-con.state-active {
  display: block;
}

@media print, screen and (min-width: 1024px) {
  .tab-link-items,
  .page-link-items {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: 83.57%;
    max-width: 1170px;
    margin-bottom: 70px !important;
  }
  .page-ir-faq .tab-link-items, .page-ir-faq
  .page-link-items {
    width: 91.4%;
    max-width: 100%;
  }
  .page-ir-faq .tab-link-items li a div, .page-ir-faq
  .page-link-items li a div {
    padding: 0 40px !important;
  }
}
@media print, screen and (min-width: 1024px) and (min-width: 1200px) {
  .page-ir-faq .tab-link-items li a div, .page-ir-faq
  .page-link-items li a div {
    padding: 0 55px !important;
  }
}
@media print, screen and (min-width: 1024px) {
  .page-en.page-ir-faq .tab-link-items li a div, .page-en.page-ir-faq
  .page-link-items li a div {
    padding: 0 30px 0 30px !important;
  }
  .page-en.page-ir-faq .tab-link-items li a div span i, .page-en.page-ir-faq
  .page-link-items li a div span i {
    right: 18px !important;
  }
}
@media print, screen and (min-width: 1024px) and (min-width: 1200px) {
  .page-en.page-ir-faq .tab-link-items li a div, .page-en.page-ir-faq
  .page-link-items li a div {
    padding: 0 45px !important;
  }
  .page-en.page-ir-faq .tab-link-items li a div span i, .page-en.page-ir-faq
  .page-link-items li a div span i {
    right: 25px !important;
  }
}
@media print, screen and (min-width: 1024px) {
  .tab-link-items.type-sp-col-01 li,
  .page-link-items.type-sp-col-01 li {
    width: auto;
    margin: 0 10px 0;
  }
}
@media print, screen and (min-width: 1024px) and (min-width: 1200px) {
  .tab-link-items,
  .page-link-items {
    width: 80%;
    max-width: 1120px;
  }
}
@media print, screen and (min-width: 1024px) {
  .tab-link-items li,
  .page-link-items li {
    width: auto;
    display: inline-block;
    margin: 0 10px 0;
  }
  .tab-link-items li a,
  .page-link-items li a {
    width: auto;
    height: 60px;
    display: inline-block;
    text-align: center;
    position: relative;
  }
  .tab-link-items li a::after,
  .page-link-items li a::after {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  .tab-link-items li a div,
  .page-link-items li a div {
    padding: 0 55px;
    height: 60px;
    border: 3px solid #257CDE;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  .page-en .tab-link-items li a div, .page-en
  .page-link-items li a div {
    padding: 0 45px;
  }
  .tab-link-items li a div span,
  .page-link-items li a div span {
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
  }
  .page-en .tab-link-items li a div span, .page-en
  .page-link-items li a div span {
    line-height: 1.3;
  }
  .tab-link-items li a div span i,
  .page-link-items li a div span i {
    width: 8px;
    height: 8px;
    top: 50%;
    margin-top: -4px;
    right: 25px;
  }

  .tab-link-items {
    margin-bottom: 50px !important;
  }
  .tab-link-items.type-year {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .tab-link-items.type-year li {
    width: 15.17%;
    max-width: 170px;
    margin: 0 0 20px;
  }
  .tab-link-items.type-year li.type-ja a div span {
    letter-spacing: -0.04em;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1024px) and (min-width: 1200px) {
  .tab-link-items.type-year li.type-ja a div span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .tab-link-items.type-coloca li {
    display: inline-block;
    width: auto;
    max-width: auto;
  }
  .tab-link-items.type-coloca li a div {
    padding: 0 30px;
  }
  .tab-link-items.type-coloca li:nth-child(1) {
    width: auto;
  }
  .tab-link-items.type-coloca li:nth-child(1) a {
    width: 100%;
  }
  .tab-link-items.type-250 li {
    width: 21.36%;
    max-width: 250px;
    min-width: 250px;
  }
  .tab-link-items.type-280 li {
    width: 23.93%;
    max-width: 280px;
    min-width: 280px;
  }
  .tab-link-items li {
    display: block;
    width: 20.17%;
    max-width: 236px;
    margin-bottom: 20px;
  }
  .tab-link-items li a {
    display: block;
    width: 100%;
    height: 44px;
  }
  .tab-link-items li a::after {
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
  }
  .tab-link-items li a div {
    padding: 0 0;
    height: 44px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
  }
}
.img-kuma-wrap {
  position: relative;
}

.img-kuma {
  position: absolute;
  top: -67px;
  width: 66px;
  right: 2.46%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .img-kuma {
    right: 8px;
  }
}
@media print, screen and (min-width: 340px) {
  .img-kuma {
    top: -78px;
    width: 76px;
  }
}

@media print, screen and (min-width: 768px) {
  .img-kuma {
    top: -123px;
    width: 120px;
    right: 45px;
  }
}
.btn-round-wrap {
  display: block;
}

.btn-round {
  text-align: center;
  width: 100%;
}
.btn-round .btn-a,
.btn-round a {
  width: auto;
  display: inline-block;
  height: 40px;
  text-align: center;
  position: relative;
  margin: 0 auto;
}
.btn-round .btn-a::after,
.btn-round a::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #257cde;
  z-index: 1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.btn-round .btn-a .btn-inner,
.btn-round a .btn-inner {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  border: 2px solid #257cde;
  padding: 0 15px;
  background: #fff;
  color: #257CDE;
  position: relative;
  width: 100%;
  height: 40px;
  z-index: 2;
  line-height: 1.3;
  top: 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.btn-round .btn-a .btn-inner span,
.btn-round a .btn-inner span {
  position: relative;
  display: inline;
  font-size: 14px;
  font-size: 1.4rem;
}
.page-en .btn-round .btn-a .btn-inner span, .page-en
.btn-round a .btn-inner span {
  font-weight: 700;
}
.btn-round.type-sp-h a {
  height: 52px;
}
.btn-round.type-sp-h a::after {
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
}
.btn-round.type-sp-h a .btn-inner {
  height: 52px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
}
.btn-round.type-col a .btn-inner {
  color: #257CDE !important;
}
.btn-round.type-more .btn-a,
.btn-round.type-more a {
  width: 170px;
  display: block;
}
.btn-round.type-280 a {
  width: 260px;
  display: block;
  height: 46px;
}
.btn-round.type-280 a .btn-inner {
  height: 46px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
}
.btn-round.type-280 a::after {
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
}
.btn-round.type-355 a {
  width: 100%;
  max-width: 320px;
  display: block;
  height: 46px;
}
.btn-round.type-355 a .btn-inner {
  height: 46px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
}
.btn-round.type-355 a::after {
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
}
.btn-round.type-300 a {
  width: 200px;
  display: block;
}
.btn-round.type-300 a .btn-inner {
  padding: 0;
}
.btn-round.type-300 a .btn-inner span {
  display: block;
}
.btn-round.type-300 a .btn-inner span i {
  position: absolute;
  display: block;
  width: 8px;
  height: 9px;
  top: 50%;
  margin-top: -5px;
  right: 15px;
  background: url(../img/common/icon-arrow-r.png) 0 0 no-repeat;
  background-size: 8px 9px;
  z-index: 1;
}
.btn-round.type-list a {
  width: 140px;
  display: block;
}
.btn-round.type-list a .btn-inner {
  padding: 0;
  color: #45494E;
}
.btn-round.type-list a .btn-inner span {
  display: block;
}
.page-en .btn-round.type-list a .btn-inner span {
  padding-top: 3px;
}
.btn-round.type-list a .btn-inner span i {
  position: absolute;
  display: block;
  width: 8px;
  height: 9px;
  top: 50%;
  margin-top: -5px;
  right: 15px;
  background: url(../img/common/icon-arrow-r.png) 0 0 no-repeat;
  background-size: 8px 9px;
  z-index: 1;
}
.btn-round.type-big a {
  height: 46px;
  width: 67.69%;
}
.btn-round.type-big a .btn-inner {
  height: 46px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
}
.btn-round.type-big a::after {
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
}
.btn-round.type-gray a::after {
  background: #257CDE;
}
.btn-round.type-gray a .btn-inner {
  border-color: #d7dbde;
  color: #45494e;
}
.btn-round.icon-arr a .btn-inner span {
  padding: 0 15px;
}
.btn-round.icon-arr a .btn-inner span i {
  position: absolute;
  display: block;
  width: 8px;
  height: 9px;
  top: 50%;
  margin-top: -5px;
  right: 0;
  background: url(../img/common/icon-arrow-r.png) 0 0 no-repeat;
  background-size: 8px 9px;
  z-index: 1;
}
.btn-round.icon-blank a .btn-inner span {
  padding-right: 20px;
}
.btn-round.icon-blank a .btn-inner span i {
  position: absolute;
  display: block;
  content: "";
  width: 14px;
  height: 12px;
  top: 50%;
  margin-top: -6px;
  right: 0;
  background: url(../img/common/icon-blank.png) 0 0 no-repeat;
  background-size: 14px 23px;
}

.bl-btm-btn-round {
  padding-top: 13.33%;
  padding-bottom: 9.33%;
  background: #ebeef1;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .bl-btm-btn-round {
    padding-top: 50px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .bl-btm-btn-round {
    padding-bottom: 35px;
  }
}
.bl-btm-btn-round.type-fff {
  padding-top: 0%;
  padding-bottom: 18.66%;
  background: #fff;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .bl-btm-btn-round.type-fff {
    padding-top: 0px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .bl-btm-btn-round.type-fff {
    padding-bottom: 70px;
  }
}

.btm-bnr-items {
  width: 73.33%;
  margin: 0 auto 5.33%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .btm-bnr-items {
    margin: 0 auto 40px;
  }
}
.btm-bnr-items.type-bnr-secure {
  margin: 0 auto 13.33%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .btm-bnr-items.type-bnr-secure {
    margin: 0 auto 100px;
  }
}
.btm-bnr-items.type-240 {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 86.66%;
  margin: 0 auto 0%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .btm-bnr-items.type-240 {
    margin: 0 auto 0px;
  }
}
.btm-bnr-items.type-240 li {
  width: 48.46%;
  margin-bottom: 3.07%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .btm-bnr-items.type-240 li {
    margin-bottom: 10px;
  }
}
.btm-bnr-items.type-240 li:last-child {
  margin-bottom: 3.07%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .btm-bnr-items.type-240 li:last-child {
    margin-bottom: 10px;
  }
}
.btm-bnr-items.type-240 li a {
  padding-bottom: 53.96%;
}
.btm-bnr-items li {
  margin-bottom: 3.63%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .btm-bnr-items li {
    margin-bottom: 10px;
  }
}
.btm-bnr-items li:last-child {
  margin-bottom: 0;
}
.btm-bnr-items li a {
  display: block;
  position: relative;
  padding-bottom: 22.42%;
}
.btm-bnr-items li a::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #D7DBDE;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
  z-index: 1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.btm-bnr-items li a div {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #d7dbde;
  overflow: hidden;
  background: #fff;
}

.btn-round-items {
  width: 60%;
  margin: 0 auto;
}
.btn-round-items.type-02-sp, .btn-round-items.type-01, .btn-round-items.type-02 {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 86.66%;
}
.btn-round-items.type-02-sp li, .btn-round-items.type-01 li, .btn-round-items.type-02 li {
  width: 47.69%;
}
.btn-round-items.type-02-sp li:nth-child(2n-1), .btn-round-items.type-01 li:nth-child(2n-1), .btn-round-items.type-02 li:nth-child(2n-1) {
  margin-right: 4.61%;
}
.btn-round-items li {
  margin-bottom: 4.61%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .btn-round-items li {
    margin-bottom: 15px;
  }
}
.btn-round-items li:last-child {
  margin-bottom: 0;
}
.btn-round-items li.type-csr a div span {
  padding-left: 14px;
}
.btn-round-items li.type-csr a div::after {
  position: absolute;
  display: block;
  content: "";
  width: 45px;
  height: 36px;
  bottom: 0;
  left: 16px;
  background: url(../en/img/common/icon-kuma-csr.png) 0 0 no-repeat;
  background-size: 100% auto;
  z-index: 4;
}
.btn-round-items li a {
  height: 44px;
  display: block;
  text-align: center;
  position: relative;
}
.btn-round-items li a::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #D7DBDE;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
  z-index: 1;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
}
.btn-round-items li a div {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  border: 2px solid #D7DBDE;
  background: #fff;
  color: #45494C;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.btn-round-items li a div span {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}
.page-en .btn-round-items li a div span {
  padding-top: 3px;
  font-weight: 700;
}
.btn-round-items li a div span i {
  position: absolute;
  display: block;
  width: 7px;
  height: 8px;
  top: 50%;
  margin-top: -4px;
  right: 10px;
  background: url(../img/common/icon-arrow-r.png) 0 0 no-repeat;
  background-size: 7px 8px;
  z-index: 1;
}

.img-link-items {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
}
.img-link-items li {
  width: 47.07%;
  margin-bottom: 6.15%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .img-link-items li {
    margin-bottom: 20px;
  }
}
.img-link-items li div.hack-a,
.img-link-items li a {
  display: block;
  text-align: center;
  position: relative;
}
.img-link-items li div.hack-a::after,
.img-link-items li a::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #D7DBDE;
  z-index: 1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.img-link-items li div.hack-a div,
.img-link-items li a div {
  border: 1px solid #D7DBDE;
  background: #fff;
  position: relative;
  z-index: 2;
  top: 0;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

@media print, screen and (min-width: 768px) {
  .btn-round-wrap .hover-img {
    overflow: hidden;
  }
  .btn-round-wrap .hover-img img {
    -webkit-transition: opacity 0.3s ease, transform 0.3s ease;
    -moz-transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .btn-round-wrap .hover-txt {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .btn-round-wrap .hover-tit {
    -webkit-transition: color 0.3s ease, padding 0.3s ease;
    -moz-transition: color 0.3s ease, padding 0.3s ease;
    transition: color 0.3s ease, padding 0.3s ease;
    display: inline-block;
    padding-bottom: 8px;
  }
  .btn-round-wrap .hover-tit::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #45494c;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1024px) {
  .btn-round-wrap:hover .btn-inner {
    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    transform: translateY(-2px);
    border: 3px solid #257cde;
    -webkit-transition: transform 0.2s 0s ease, border 0.1s 0s ease;
    -moz-transition: transform 0.2s 0s ease, border 0.1s 0s ease;
    transition: transform 0.2s 0s ease, border 0.1s 0s ease;
  }
  .btn-round-wrap:hover .hover-img img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    transform: scale(1.06);
    opacity: 0.75;
  }
  .btn-round-wrap:hover .hover-txt {
    opacity: 0.85 !important;
  }
  .btn-round-wrap:hover .hover-tit::after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
  }
  .btn-round-wrap:active .btn-inner {
    -webkit-transition: transform 0.1s ease;
    -moz-transition: transform 0.1s ease;
    transition: transform 0.1s ease;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@media print, screen and (min-width: 768px) {
  .btn-round .btn-a,
  .btn-round a {
    height: 60px;
  }
  .btn-round .btn-a::after,
  .btn-round a::after {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  .btn-round .btn-a .btn-inner,
  .btn-round a .btn-inner {
    border: 3px solid #257cde;
    padding: 0 40px;
    height: 60px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s 0s ease, border 0.3s 0s ease;
    -moz-transition: transform 0.3s 0s ease, border 0.3s 0s ease;
    transition: transform 0.3s 0s ease, border 0.3s 0s ease;
  }
  .btn-round .btn-a .btn-inner span,
  .btn-round a .btn-inner span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1024px) {
  .btn-round a:hover .btn-inner {
    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    transform: translateY(-2px);
    border: 3px solid #257cde;
    -webkit-transition: transform 0.2s 0s ease, border 0.1s 0s ease;
    -moz-transition: transform 0.2s 0s ease, border 0.1s 0s ease;
    transition: transform 0.2s 0s ease, border 0.1s 0s ease;
  }
  .btn-round a:active .btn-inner {
    -webkit-transition: transform 0.1s ease;
    -moz-transition: transform 0.1s ease;
    transition: transform 0.1s ease;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@media print, screen and (min-width: 768px) {
  .btn-round.type-sp-h a {
    height: 60px;
  }
  .btn-round.type-sp-h a::after {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  .btn-round.type-sp-h a .btn-inner {
    height: 60px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  .btn-round.type-more-s {
    width: 100%;
    position: relative;
  }
  .btn-round.type-more-s .btn-a,
  .btn-round.type-more-s a {
    position: absolute;
    right: 0;
    width: 110px;
    height: 42px;
    display: block;
  }
  .btn-round.type-more-s .btn-a .btn-inner,
  .btn-round.type-more-s a .btn-inner {
    height: 42px;
    padding: 0 0;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
  }
  .btn-round.type-more-s .btn-a::after,
  .btn-round.type-more-s a::after {
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
  }
  .btn-round.type-280 a {
    width: 280px;
    height: 60px;
  }
  .btn-round.type-280 a::after {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  .btn-round.type-280 a .btn-inner {
    height: 60px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  .btn-round.type-355 a {
    width: 355px;
    max-width: 355px;
    height: 60px;
  }
  .btn-round.type-355 a::after {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  .btn-round.type-355 a .btn-inner {
    height: 60px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  .btn-round.type-300 a {
    width: 300px;
  }
  .btn-round.type-300 a .btn-inner span i {
    right: 25px;
  }
  .btn-round.type-list a {
    width: 240px;
  }
  .btn-round.type-list a .btn-inner span i {
    right: 25px;
  }
  .btn-round.type-list-s a {
    width: 170px;
    height: 42px;
    display: block;
  }
  .btn-round.type-list-s a .btn-inner {
    height: 42px;
    padding: 0 0;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
  }
  .btn-round.type-list-s a::after {
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
  }
  .btn-round.type-list-s a span i {
    right: 20px;
  }
  .btn-round.type-big a {
    height: 68px;
    width: 400px;
  }
  .btn-round.type-big a .btn-inner {
    height: 68px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
  }
  .btn-round.type-big a .btn-inner span {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .btn-round.type-big a::after {
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
  }
  .btn-round.type-big.icon-arr a .btn-inner span {
    padding: 0 0;
    display: block;
  }
  .btn-round.icon-arr a .btn-inner span {
    padding: 0 15px;
  }
  .btn-round.icon-blank a .btn-inner span {
    padding-right: 30px;
  }
  .btn-round.icon-blank a .btn-inner span i {
    width: 17px;
    height: 15px;
    margin-top: -8px;
    background: url(../img/common/icon-blank.png) 0 0 no-repeat;
    background-size: 17px 30px;
  }

  .bl-btm-btn-round {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .bl-btm-btn-round.type-fff {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .btm-bnr-items {
    width: 446px;
    margin-bottom: 30px;
  }
  .btm-bnr-items.type-bnr-secure {
    width: 440px;
    margin-bottom: 100px;
  }
  .btm-bnr-items.type-240 {
    width: 84.44%;
    max-width: 760px;
  }
  .btm-bnr-items.type-240 li {
    width: 31.57%;
    max-width: 240px;
    margin-bottom: 3.07%;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .btm-bnr-items.type-240 li {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .btm-bnr-items.type-240 li:last-child {
    margin-bottom: 0;
  }
  .btm-bnr-items.type-240 li a {
    width: 100%;
    height: auto;
    padding-bottom: 50%;
  }
  .btm-bnr-items li {
    margin-bottom: 20px;
  }
  .btm-bnr-items li a {
    display: block;
    width: 446px;
    height: 100px;
  }
  .btm-bnr-items li a div {
    border: 3px solid #d7dbde;
    -webkit-transition: transform 0.3s ease, border 0.3s ease;
    -moz-transition: transform 0.3s ease, border 0.3s ease;
    transition: transform 0.3s ease, border 0.3s ease;
  }
  .btm-bnr-items li a:hover div {
    -webkit-transition: transform 0.2s ease, border 0.2s ease;
    -moz-transition: transform 0.2s ease, border 0.2s ease;
    transition: transform 0.2s ease, border 0.2s ease;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  .btm-bnr-items li a:active div {
    -webkit-transition: transform 0.1s ease;
    -moz-transition: transform 0.1s ease;
    transition: transform 0.1s ease;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }

  .btn-round-items {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: 87.6%;
    max-width: 876px;
  }
  .btn-round-items.type-02-sp, .btn-round-items.type-01 {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: 87.6%;
  }
  .btn-round-items.type-02-sp li, .btn-round-items.type-01 li {
    width: 270px;
    margin: 0 10px 20px;
  }
  .btn-round-items.type-02-sp li:last-child, .btn-round-items.type-01 li:last-child {
    margin-bottom: 20px;
  }
  .btn-round-items.type-02-sp li:nth-child(2n-1), .btn-round-items.type-01 li:nth-child(2n-1) {
    margin: 0 10px 20px;
  }
  .btn-round-items.type-02 {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    width: 95%;
    max-width: 1140px;
  }
  .btn-round-items.type-02 li {
    width: 23.68%;
    width: 31.57%;
    margin-left: 0;
    margin: 0 0 20px;
    margin-right: 2.63%;
  }
  .btn-round-items.type-02 li:nth-child(2n-1) {
    margin-right: 2.63%;
  }
  .btn-round-items.type-02 li:nth-child(3n) {
    margin-right: 0;
  }
  .btn-round-items.type-370 {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 83.57%;
    max-width: 1170px;
  }
  .btn-round-items.type-370 li {
    width: 47.85%;
    max-width: 490px;
    margin: 0 0 20px;
  }
  .btn-round-items li {
    width: 270px;
    margin: 0 10px 20px;
  }
  .btn-round-items li:last-child {
    margin-bottom: 20px;
  }
  .btn-round-items li.type-csr a div span {
    padding-left: 14px;
  }
  .btn-round-items li.type-csr a div::after {
    width: 75px;
    height: 58px;
    bottom: 0;
    left: 30px;
  }
  .btn-round-items li.type-pc-offset a div span {
    padding-right: 18px;
    letter-spacing: 0.02em;
  }
  .btn-round-items li a {
    height: 70px;
  }
  .btn-round-items li a::after {
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
  }
  .btn-round-items li a div {
    border: 3px solid #D7DBDE;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  .btn-round-items li a div span {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .btn-round-items li a div span i {
    width: 9px;
    height: 10px;
    margin-top: -5px;
    right: 30px;
    background: url(../img/common/icon-arrow-r.png) 0 0 no-repeat;
    background-size: 9px 10px;
  }
  .page-en .btn-round-items li a div span i {
    right: 20px;
  }

  .img-link-items {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    width: 87.17%;
    margin: 0 auto;
  }
  .img-link-items.type-pc-233 {
    width: 82.9%;
  }
  .img-link-items.type-pc-233 li {
    width: 22.98%;
    margin-right: 2.68%;
    margin-bottom: 2.06%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .img-link-items.type-pc-233 li {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .img-link-items.type-pc-233 li:nth-child(4n) {
    margin-right: 0;
  }
  .img-link-items li {
    width: 23.52%;
    margin-right: 1.96%;
    margin-bottom: 1.96%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .img-link-items li {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .img-link-items li:nth-child(4n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .img-link-items li {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .img-link-items li div.hack-a::after,
  .img-link-items li a::after {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .img-link-items li div.hack-a div,
  .img-link-items li a div {
    border: 1px solid #D7DBDE;
    z-index: 2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  .img-link-items li a:hover div {
    -webkit-transition: transform 0.2s ease, border 0.2s ease;
    -moz-transition: transform 0.2s ease, border 0.2s ease;
    transition: transform 0.2s ease, border 0.2s ease;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  .img-link-items li a:active div {
    -webkit-transition: transform 0.1s ease;
    -moz-transition: transform 0.1s ease;
    transition: transform 0.1s ease;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}
/**************************************
box panel
**************************************/
.box-img-item.type-img-r .box-img-item_txt {
  margin-bottom: 6.15%;
}
.box-img-item.type-img-r .box-img-item_img {
  margin-bottom: 0;
}
.box-img-item .box-img-item_txt {
  margin-bottom: 6.15%;
}
.box-img-item .box-img-item_img {
  text-align: center;
  margin-bottom: 6.15%;
}
.box-img-item .box-img-item_img img {
  width: 61.53%;
  max-width: 300px;
  margin: 0 auto;
}
.box-img-item .box-img-item_img.type-img-01 img {
  width: 76.92%;
  max-width: 250px;
}
.box-img-item .box-img-item_img.type-img-02 img {
  width: 70.76%;
  max-width: 460px;
}
.box-img-item .box-img-item_img.type-img-03 img {
  width: 70.76%;
  max-width: 460px;
}
.box-img-item.type-ir-summary .box-img-item_img img {
  width: 100%;
  max-width: 100%;
  max-width: 400px;
}

@media print, screen and (min-width: 1024px) {
  .box-img-item_img.type-ir-summary-01 {
    position: relative;
    top: 45px;
  }

  .box-img-item_img.type-ir-summary-02 {
    position: relative;
    top: -10px;
  }

  .box-img-item {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    width: 97.43%;
  }
  .box-img-item.type-reverse {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .box-img-item.type-img-r {
    width: 100% !important;
  }
  .box-img-item.type-img-r .box-img-item_txt {
    width: 70.94%;
  }
  .box-img-item.type-img-r .box-img-item_img {
    width: 29.05%;
    max-width: 340px;
  }
  .box-img-item.type-img-r.type-ir-summary .box-img-item_txt {
    width: 57.14%;
  }
  .box-img-item.type-img-r.type-ir-summary .box-img-item_img {
    width: 40.81%;
  }
  .box-img-item.type-img-r.type-ir-summary .box-img-item_img img {
    width: 100%;
    max-width: 100%;
    max-width: 400px;
  }
  .box-img-item .box-img-item_txt {
    width: 70.17%;
    margin-bottom: 0;
  }
  .box-img-item .box-img-item_img {
    width: 29.82%;
    max-width: 340px;
    text-align: center;
    margin-bottom: 0;
  }
  .box-img-item .box-img-item_img img {
    width: 66.17%;
    max-width: 225px;
    margin: 0 auto;
  }
  .page-company-business .box-img-item .box-img-item_img img {
    width: 88.23%;
    max-width: 300px;
  }
  .box-img-item .box-img-item_img.type-img-01 img {
    width: 66.17%;
    max-width: 225px;
  }
  .box-img-item .box-img-item_img.type-img-02 img {
    width: 88.23%;
    max-width: 300px;
  }
  .box-img-item .box-img-item_img.type-img-03 img {
    width: 88.23%;
    max-width: 300px;
  }
}
/**************************************
:hover
**************************************/
@media print, screen and (min-width: 1024px) {
  .tab-link-items li a:hover div,
  .page-link-items li a:hover div {
    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  .tab-link-items li a:active div,
  .page-link-items li a:active div {
    -webkit-transition: transform 0.1s ease;
    -moz-transition: transform 0.1s ease;
    transition: transform 0.1s ease;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  .tab-link-items li.state-active a:hover div,
  .page-link-items li.state-active a:hover div {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  .btn-round-items.type-02 li {
    width: 23.68%;
    margin-right: 1.75%;
  }
  .btn-round-items.type-02 li:nth-child(3n) {
    margin-right: 1.75%;
  }
  .btn-round-items.type-02 li:nth-child(2n-1) {
    margin-right: 1.75%;
  }
  .btn-round-items.type-02 li:nth-child(4n) {
    margin-right: 0;
  }
  .btn-round-items.type-370 li {
    width: 31.62%;
    max-width: 370px;
    margin: 0 0 20px;
  }
  .btn-round-items li a:hover div {
    -webkit-transition: transform 0.2s ease, border 0.2s ease;
    -moz-transition: transform 0.2s ease, border 0.2s ease;
    transition: transform 0.2s ease, border 0.2s ease;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  .btn-round-items li a:active div {
    -webkit-transition: transform 0.1s ease;
    -moz-transition: transform 0.1s ease;
    transition: transform 0.1s ease;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}
/**************************************
company page
**************************************/
.icon-img-items {
  width: 86.15%;
  margin: 0 auto;
}
.icon-img-items .icon-img-item {
  margin-bottom: 10.71%;
  background: #F3F8FD;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  padding-top: 8.92%;
  padding-bottom: 8.92%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .icon-img-items .icon-img-item {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .icon-img-items .icon-img-item {
    padding-top: 25px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .icon-img-items .icon-img-item {
    padding-bottom: 25px;
  }
}
.icon-img-items .icon-img-item:last-child {
  margin-bottom: 0;
}

.icon-img-item_img {
  margin: 0 auto 8.92%;
  text-align: center;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .icon-img-item_img {
    margin: 0 auto 50px;
  }
}
.page-en .icon-img-item_img {
  margin: 0 auto 7.14%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .page-en .icon-img-item_img {
    margin: 0 auto 40px;
  }
}
.icon-img-item_img img {
  margin: 0 auto;
  width: auto;
  height: 150px;
}

.icon-img-item_tit {
  width: 85.71%;
  margin-left: 7.14%;
  margin-bottom: 3.57%;
  color: #257CDE;
  display: table;
  width: auto;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .icon-img-item_tit {
    margin-left: 20px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .icon-img-item_tit {
    margin-bottom: 10px;
  }
}
.icon-img-item_tit .en {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  padding-right: 18px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.icon-img-item_tit .en i {
  position: absolute;
  display: block;
  width: 7px;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  right: 6px;
  z-index: 1;
  background: #257CDE;
}
.icon-img-item_tit .en img {
  width: auto;
  height: 29px;
  position: relative;
  top: -3px;
}
@media print, screen and (min-width: 768px) {
  .icon-img-item_tit .en img {
    top: -6px;
  }
}
.page-en .icon-img-item_tit .en img {
  height: 32px;
}
.icon-img-item_tit .ja {
  font-size: 14px;
  font-size: 1.4rem;
  display: table-cell;
  vertical-align: middle;
}

.icon-img-item_txt {
  width: 85.71%;
  margin: 0 auto;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.0;
}

.mission-txt-box {
  margin-bottom: 6.15%;
  color: #257CDE;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .mission-txt-box {
    margin-bottom: 20px;
  }
}

.mission-txt-box_main {
  margin: 0 auto 4.3%;
  font-weight: 700;
  text-align: center;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .mission-txt-box_main {
    margin: 0 auto 28px;
  }
}

.mission-txt-box_sub {
  width: 80%;
  margin: 0 auto;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.page-en .mission-txt-box_sub {
  width: 100%;
  text-align: center;
}

.mission-vision-txt-box {
  margin-bottom: 6.15%;
  text-align: center;
  color: #257CDE;
  letter-spacing: -0.02em;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .mission-vision-txt-box {
    margin-bottom: 20px;
  }
}

.mission-vision-txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.0;
}

.fs-kome {
  font-size: 10px;
  font-size: 1rem;
  position: relative;
  top: -2px;
}

@media print, screen and (min-width: 768px) {
  .icon-img-items .icon-img-item {
    padding-top: 20px;
    padding-bottom: 25px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1024px) {
  .icon-img-items {
    width: 90.59%;
    max-width: 1060px;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .icon-img-items .icon-img-item {
    width: 30.18%;
    max-width: 320px;
    margin-bottom: 0;
  }
  .icon-img-items .icon-img-item:last-child {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .icon-img-item_img {
    margin-bottom: 22px;
  }
  .page-en .icon-img-item_img {
    margin-bottom: 30px;
  }
  .icon-img-item_img img {
    height: 150px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .icon-img-item_img img {
    height: 180px;
  }
}

@media print, screen and (min-width: 768px) {
  .icon-img-item_tit {
    margin-left: 6.25%;
    margin-bottom: 16px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .icon-img-item_tit {
    margin-left: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .page-en .icon-img-item_tit {
    margin-bottom: 6px;
  }
  .icon-img-item_tit .en {
    font-size: 26px;
    font-size: 2.6rem;
    padding-right: 28px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1024px) {
  .icon-img-item_tit .en {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .icon-img-item_tit .en {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .icon-img-item_tit .en i {
    position: absolute;
    display: block;
    width: 7px;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    right: 11px;
    z-index: 1;
    background: #257CDE;
  }
  .page-en .icon-img-item_tit .en img {
    height: 48px;
  }
  .icon-img-item_tit .ja {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1024px) {
  .icon-img-item_tit .ja {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1280px) {
  .icon-img-item_tit .ja {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 768px) {
  .icon-img-item_txt {
    width: 87.5%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.0;
  }

  .mission-txt-box {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: 0 auto 5.12%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .mission-txt-box {
    margin: 0 auto 60px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .mission-txt-box {
    margin-bottom: 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .mission-txt-box_main {
    margin: 0 auto 2.04%;
    width: 100%;
    max-width: 980px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .mission-txt-box_main {
    margin: 0 auto 20px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .mission-txt-box_main {
    font-size: 70px;
    font-size: 7rem;
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .mission-txt-box_sub {
    text-align: center;
    font-size: 19px;
    font-size: 1.9rem;
    letter-spacing: 0.2em;
    line-height: 1.4;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1024px) {
  .mission-txt-box_sub {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .mission-txt-box_sub {
    font-size: 23px;
    font-size: 2.3rem;
  }
  .page-en .mission-txt-box_sub {
    letter-spacing: 0.02em;
  }
}

@media print, screen and (min-width: 768px) {
  .mission-vision-txt-box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 5.12%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .mission-vision-txt-box {
    margin: 0 auto 60px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .mission-vision-txt-box {
    margin-bottom: 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .mission-vision-txt {
    text-align: center;
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1024px) {
  .mission-vision-txt {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .mission-vision-txt {
    font-size: 46px;
    font-size: 4.6rem;
  }
}

@media print, screen and (min-width: 768px) {
  .mission-offset {
    width: 76.92%;
    max-width: 900px;
    margin: 0 auto;
  }

  .pc-offset {
    width: 83.76%;
    max-width: 980px;
    margin: 0 auto;
  }
}
.officer-items .officer-item {
  margin-bottom: 9.23%;
  padding-bottom: 9.23%;
  border-bottom: 1px solid #D7DBDE;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .officer-items .officer-item {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .officer-items .officer-item {
    padding-bottom: 30px;
  }
}
.page-en .officer-items .officer-item {
  font-family: 'Open Sans', sans-serif;
}
.officer-items .officer-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.officer-item_img {
  margin-bottom: 6.15%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .officer-item_img {
    margin-bottom: 20px;
  }
}

.officer-item_info-name {
  margin-bottom: 6.15%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .officer-item_info-name {
    margin-bottom: 20px;
  }
}

.officer-item_info-name_post {
  margin-bottom: 3.84%;
  font-size: 12px;
  font-size: 1.2rem;
  color: #257CDE;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .officer-item_info-name_post {
    margin-bottom: 12.5px;
  }
}

.officer-item_info-name_ja {
  position: relative;
  left: -2px;
  margin-bottom: 2.3%;
  font-size: 18px;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .officer-item_info-name_ja {
    margin-bottom: 7.5px;
  }
}

.officer-item_info-name_en {
  font-size: 12px;
  font-size: 1.2rem;
}

.img-full-width {
  margin: 0 10px 22px;
  position: relative;
}
.img-full-width img {
  position: relative;
  z-index: 1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.baba-sign img {
  width: auto;
  height: 41px;
}

.company-history-copy {
  width: 86.66%;
  margin: 0 auto;
  padding-bottom: 9.33%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .company-history-copy {
    padding-bottom: 35px;
  }
}

.company-history-copy-tit {
  font-size: 11px;
  font-size: 1.1rem;
  margin-bottom: 1.53%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .company-history-copy-tit {
    margin-bottom: 5px;
  }
}

.company-history-items {
  width: 86.66%;
  margin: 0 auto;
  margin-bottom: 9.33%;
  padding-bottom: 9.33%;
  padding-bottom: 30px;
  position: relative;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .company-history-items {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .company-history-items {
    padding-bottom: 35px;
  }
}
.company-history-items::after {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 22px;
  bottom: 0;
  left: 53px;
  z-index: 1;
  background-image: url(../img/company/history/history-line-btm.png);
  background-size: 100% auto;
}
.page-en .company-history-items::after {
  left: 62px;
}

.company-history-item {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.company-history-item_year {
  width: 20%;
  width: 66px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #257cde;
  position: relative;
}
.page-en .company-history-item_year {
  width: 75px;
}
.company-history-item_year::before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  top: 5px;
  right: 12px;
  z-index: 1;
  background: #257cde;
}

.company-history-item_year-month-items {
  width: calc(100% - 66px);
  margin-bottom: 8.46%;
  padding-top: 0.76%;
  padding-bottom: 7.69%;
  border-bottom: 1px solid #257cde;
}
.page-en .company-history-item_year-month-items {
  width: calc(100% - 75px);
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .company-history-item_year-month-items {
    margin-bottom: 27.5px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .company-history-item_year-month-items {
    padding-top: 2.5px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .company-history-item_year-month-items {
    padding-bottom: 25px;
  }
}
.company-history-item_year-month-items .company-history-item_year-month-item {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 5.38%;
  padding-bottom: 6.15%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .company-history-item_year-month-items .company-history-item_year-month-item {
    margin-bottom: 17.5px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .company-history-item_year-month-items .company-history-item_year-month-item {
    padding-bottom: 20px;
  }
}
.company-history-item_year-month-items .company-history-item_year-month-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.company-history-item_year-month-item_month {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 3.84%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .company-history-item_year-month-item_month {
    margin-bottom: 10px;
  }
}
.page-en .company-history-item_year-month-item_month {
  font-weight: 700;
}

.company-history-item_year-month-item {
  position: relative;
}
.company-history-item_year-month-item::after {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  top: 0.22em;
  left: -17px;
  z-index: 1;
  background: #257cde;
}

.company-history-item_year-month-item_txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.page-en .company-history-item_year-month-item_txt {
  font-family: 'Open Sans', sans-serif;
}

.company-history-item_year-month-item_img {
  margin-top: 5.76%;
  text-align: right;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .company-history-item_year-month-item_img {
    margin-top: 15px;
  }
}
.company-history-item_year-month-item_img img {
  float: right;
  width: auto;
  height: 60px;
  margin-left: 10px;
}
@media print, screen and (min-width: 340px) {
  .company-history-item_year-month-item_img img {
    height: 75px;
  }
}
.company-history-item_year-month-item_img img.type-colony {
  width: 75px;
  height: auto;
}

@media print, screen and (min-width: 768px) {
  .officer-item_info-name {
    margin-bottom: 30px;
  }

  .officer-item_info-name_post {
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .officer-item_info-name_ja {
    margin-bottom: 10px;
    font-size: 28px;
    font-size: 2.8rem;
  }

  .officer-item_info-name_en {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .map-summary {
    width: 87.75%;
    max-width: 702px;
    margin: 0 auto;
  }

  .company-history-copy {
    width: 95%;
    max-width: 1140px;
    padding-bottom: 70px;
  }

  .company-history-copy-tit {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 6px;
  }

  .company-history-items {
    width: 95%;
    max-width: 1140px;
    margin-bottom: 40px;
    padding-bottom: 60px;
  }
  .company-history-items::after {
    width: 2px;
    height: 44px;
    left: 87px;
  }
  .page-en .company-history-items::after {
    left: 87px;
  }

  .company-history-item_year {
    width: 130px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .page-en .company-history-item_year {
    width: 130px;
  }
  .company-history-item_year::before {
    width: 2px;
    top: 8px;
    right: 41px;
  }

  .company-history-item_year-month-items {
    width: calc(100% - 130px);
    padding-top: 0px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .page-en .company-history-item_year-month-items {
    width: calc(100% - 130px);
  }
  .company-history-item_year-month-items .company-history-item_year-month-item {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .company-history-item_year-month-items .company-history-item_year-month-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .company-history-item_year-month-items .company-history-item_year-month-item::after {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    top: 7px;
    left: -47px;
  }

  .company-history-item_year-month-item_month {
    width: 5.98%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 0;
  }

  .company-history-item_year-month-item_txt {
    width: 56.41%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .company-history-item_year-month-item_img {
    width: 34.18%;
    margin-top: 0;
    padding-left: 20px;
    text-align: left;
  }
  .company-history-item_year-month-item_img img {
    float: none;
    display: block;
    height: 92px;
    margin-bottom: 20px;
  }
  .company-history-item_year-month-item_img img:last-child {
    margin-bottom: 0;
  }
  .company-history-item_year-month-item_img img.type-colony {
    width: 92px;
    height: auto;
  }
  .company-history-item_year-month-item_img.type-float img {
    float: left !important;
  }
}
@media print, screen and (min-width: 768px) {
  .img-full-width {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1920px;
    margin-bottom: 5.12%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .img-full-width {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .img-full-width {
    margin-bottom: 60px;
  }
}

@media print, screen and (min-width: 1024px) {
  .officer-items {
    width: 93.63%;
    max-width: 1030px;
    margin: 0 auto;
  }
  .officer-items.type-full {
    width: 97.5%;
    max-width: 1170px;
  }
  .officer-items.type-full .officer-item {
    position: relative;
    background: #f8f8f8;
    border-bottom: none;
    min-height: 400px;
  }
  .officer-items.type-full .officer-item .officer-item_img {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .officer-items.type-full .officer-item .officer-item_info {
    position: relative;
    left: 3.41%;
    width: 51.28%;
    max-width: 600px;
    z-index: 2;
  }
}
@media print, screen and (min-width: 1024px) and (min-width: 568px) and (max-width: 768px) {
  .officer-items.type-full .officer-item .officer-item_info {
    left: 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .officer-items.type-full .officer-item:last-child {
    padding-top: 4.27%;
    padding-bottom: 4.27%;
  }
}
@media print, screen and (min-width: 1024px) and (min-width: 568px) and (max-width: 768px) {
  .officer-items.type-full .officer-item:last-child {
    padding-top: 25px;
  }
}
@media print, screen and (min-width: 1024px) and (min-width: 568px) and (max-width: 768px) {
  .officer-items.type-full .officer-item:last-child {
    padding-bottom: 25px;
  }
}
@media print, screen and (min-width: 1024px) and (min-width: 1200px) {
  .officer-items.type-full .officer-item:last-child {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .officer-items .officer-item {
    padding-top: 4.27%;
    padding-bottom: 4.27%;
    margin-bottom: 4.27%;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 1024px) and (min-width: 568px) and (max-width: 768px) {
  .officer-items .officer-item {
    padding-top: 25px;
  }
}
@media print, screen and (min-width: 1024px) and (min-width: 568px) and (max-width: 768px) {
  .officer-items .officer-item {
    padding-bottom: 25px;
  }
}
@media print, screen and (min-width: 1024px) and (min-width: 568px) and (max-width: 768px) {
  .officer-items .officer-item {
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 1024px) and (min-width: 1200px) {
  .officer-items .officer-item {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}

@media print, screen and (min-width: 1024px) {
  .officer-item_info {
    width: 68.44%;
  }

  .officer-item_img {
    width: 27.18%;
    margin-bottom: 0;
  }

  .company-history-items {
    width: 97.5%;
    max-width: 1170px;
  }

  .company-history-item_year-month-item_txt {
    width: 64.1%;
  }

  .company-history-item_year-month-item_img {
    width: 29.91%;
  }
}
/**************************************
policy page
**************************************/
.bl-ir-download {
  width: 86.66%;
  margin: 0 auto;
  padding-bottom: 13.33%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .bl-ir-download {
    padding-bottom: 50px;
  }
}

body.page-service-investment .contets-wrap .bl-sec {
  margin-top: -65px;
  padding-top: 65px;
}
@media print, screen and (min-width: 1200px) {
  body.page-service-investment .contets-wrap .bl-sec {
    margin-top: -90px !important;
    padding-top: 90px !important;
  }
}

body.page-csr-social-youth-security .contets-wrap .bl-sec {
  margin-top: -65px;
  padding-top: 65px;
}
@media print, screen and (min-width: 1200px) {
  body.page-csr-social-youth-security .contets-wrap .bl-sec {
    margin-top: -90px !important;
    padding-top: 90px !important;
  }
}

.bl-sec {
  width: 86.66%;
  margin: 0 auto;
  padding-bottom: 13.33%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .bl-sec {
    padding-bottom: 50px;
  }
}
.page-service-investment
.bl-sec.type-pt {
  padding-top: 12%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .page-service-investment
  .bl-sec.type-pt {
    padding-top: 45px;
  }
}
.bl-sec.type-pb-0 {
  padding-bottom: 0;
}
.bl-sec.type-pc {
  width: 100%;
}
.bl-sec.type-per-100 section {
  width: 100%;
  max-width: 100%;
}
.bl-sec section {
  width: 92.3%;
  margin: 0 auto;
  margin: 0 auto 9.23%;
}
.bl-sec section.bl-sp-100 {
  width: 100%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .bl-sec section {
    margin: 0 auto 60px;
  }
}
.bl-sec section:last-child {
  margin-bottom: 0 !important;
}
.bl-sec section.hack-sec .table-round {
  position: relative;
  width: 110%;
  left: -5%;
}
.bl-sec.type-mb {
  margin-bottom: 5.33%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .bl-sec.type-mb {
    margin-bottom: 20px;
  }
}

.bl-policy {
  width: 86.66%;
  margin: 0 auto 13.33%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .bl-policy {
    margin: 0 auto 100px;
  }
}
.bl-policy section {
  width: 92.3%;
  margin: 0 auto;
  margin: 0 auto 9.23%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .bl-policy section {
    margin: 0 auto 60px;
  }
}
.bl-policy section:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .bl-ir-download {
    width: 83.57%;
    max-width: 1170px;
    padding-bottom: 70px;
  }

  .bl-sec {
    width: 83.57%;
    max-width: 1170px;
    padding-bottom: 100px;
  }
  .bl-sec.type-pt {
    padding-top: 60px;
  }
  .bl-sec.type-pc {
    width: 83.57%;
  }
  .bl-sec section {
    width: 92.3%;
    max-width: 1080px;
    margin-bottom: 50px;
    width: 83.76%;
    max-width: 980px;
  }
  .bl-sec section.hack-sec .table-round {
    width: 100%;
    left: 0;
  }
  .bl-sec.type-mb {
    margin-bottom: 40px;
  }

  .bl-policy {
    width: 83.57%;
    max-width: 1170px;
    margin-bottom: 100px;
  }
  .bl-policy section {
    width: 83.76%;
    max-width: 980px;
    width: 92.3%;
    max-width: 1080px;
    margin-bottom: 40px;
  }
}
/**************************************
ir page
**************************************/
.bl-ir-index-message {
  margin-bottom: 13.33%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .bl-ir-index-message {
    margin-bottom: 50px;
  }
}

.ir-index-message-img {
  width: 97.33%;
  margin: 0 auto 9.33%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .ir-index-message-img {
    margin: 0 auto 70px;
  }
}

.ir-index-message-tit {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 4.66%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .ir-index-message-tit {
    margin-bottom: 17.5px;
  }
}
.page-en .ir-index-message-tit {
  font-weight: 700;
}

.ir-index-message-txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.0;
  width: 86.66%;
  margin: 0 auto 5.33%;
}
.page-en .ir-index-message-txt {
  font-family: 'Open Sans', sans-serif;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .ir-index-message-txt {
    margin: 0 auto 40px;
  }
}

.ir-index-calender-btn {
  width: 86.66%;
  margin: 0 auto 8%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .ir-index-calender-btn {
    margin: 0 auto 60px;
  }
}
.ir-index-calender-btn a {
  display: block;
  width: 100%;
  height: 100px;
  text-align: left;
  position: relative;
}
.ir-index-calender-btn a::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #257cde;
  z-index: 1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: background-color 0s 0.2s ease;
  -moz-transition: background-color 0s 0.2s ease;
  transition: background-color 0s 0.2s ease;
}
.ir-index-calender-btn a .btn-inner {
  width: 100%;
  height: 100px;
  display: table;
  border: 2px solid #257cde;
  background: #fff;
  color: #45494e;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  z-index: 2;
  -webkit-transition: background-color 0s 0.2s ease, transform 0.3s 0s ease;
  -moz-transition: background-color 0s 0.2s ease, transform 0.3s 0s ease;
  transition: background-color 0s 0.2s ease, transform 0.3s 0s ease;
}
.ir-index-calender-btn a .btn-inner i {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 9px;
  top: 50%;
  right: 6.92%;
  margin-top: -5px;
  background: url(../img/common/icon-arrow-r.png) 0 0 no-repeat;
  background-size: 8px 9px;
  z-index: 5;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .ir-index-calender-btn a .btn-inner i {
    right: 22.5px;
  }
}
.page-en .ir-index-calender-btn a .btn-inner i {
  right: 4.61%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .page-en .ir-index-calender-btn a .btn-inner i {
    right: 15px;
  }
}

.index-calender-btn-l {
  display: table-cell;
  vertical-align: middle;
  width: 35.38%;
  padding-left: 6.81%;
  position: relative;
}
.page-en .index-calender-btn-l {
  width: 36.92%;
}
.index-calender-btn-l:after {
  position: absolute;
  content: "";
  top: 17px;
  right: 0px;
  width: 1px;
  height: 66px;
  background: #cccccc;
  z-index: 10;
}

.index-calender-btn-l-tit {
  font-size: 12px;
  font-size: 1.2rem;
  color: #257cde;
  margin-bottom: 6px;
}
.page-en .index-calender-btn-l-tit {
  font-weight: 700;
  letter-spacing: 0;
}

.index-calender-btn-l-txt {
  font-size: 10px;
  font-size: 1rem;
}
.page-en .index-calender-btn-l-txt {
  letter-spacing: 0;
  line-height: 1.3;
  font-family: 'Open Sans', sans-serif;
}

.index-calender-btn-r {
  display: table-cell;
  vertical-align: middle;
  width: 64.61%;
  padding-left: 4.65%;
  padding-right: 8.13%;
}
.page-en .index-calender-btn-r {
  width: 63.07%;
  font-family: 'Open Sans', sans-serif;
}

.index-calender-btn-r-time {
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 6px;
}
.page-en .index-calender-btn-r-time {
  margin-bottom: 3px;
  line-height: 1.4;
  letter-spacing: 0;
}

.index-calender-btn-r-txt {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
}
.page-en .index-calender-btn-r-txt {
  line-height: 1.4;
  letter-spacing: 0;
}

.bl-ir-index-news-stock-doc {
  margin-bottom: 16%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .bl-ir-index-news-stock-doc {
    margin-bottom: 60px;
  }
}

.bl-ir-index-news {
  width: 86.66%;
  margin: 0 auto 13.33%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .bl-ir-index-news {
    margin: 0 auto 100px;
  }
}

.ir-index-stock-wrap {
  width: 86.66%;
  margin: 0 auto 4%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .ir-index-stock-wrap {
    margin: 0 auto 30px;
  }
}

.ir-ifrmae {
  position: relative;
  width: 100%;
}
.ir-ifrmae.type-ir-index-stock {
  height: 290px;
}
.ir-ifrmae.type-ir-index-stock iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}
.page-en .ir-ifrmae.type-ir-index-stock {
  height: 314px;
}
@media print, screen and (min-width: 350px) {
  .ir-ifrmae.type-ir-index-stock {
    height: 290px;
  }
  .page-en .ir-ifrmae.type-ir-index-stock {
    height: 314px;
  }
}
@media print, screen and (min-width: 380px) {
  .ir-ifrmae.type-ir-index-stock {
    height: 290px;
  }
  .page-en .ir-ifrmae.type-ir-index-stock {
    height: 314px;
  }
}
@media print, screen and (min-width: 768px) {
  .ir-ifrmae.type-ir-index-stock {
    height: 290px;
  }
  .page-en .ir-ifrmae.type-ir-index-stock {
    height: 314px;
  }
}
@media print, screen and (min-width: 1200px) {
  .ir-ifrmae.type-ir-index-stock {
    height: 290px;
  }
  .page-en .ir-ifrmae.type-ir-index-stock {
    height: 314px;
  }
}
.ir-ifrmae.type-ir-stock-stockquote-01 {
  height: 2130px;
}
@media print, screen and (min-width: 350px) {
  .ir-ifrmae.type-ir-stock-stockquote-01 {
    height: 2090px;
  }
}
@media print, screen and (min-width: 530px) {
  .ir-ifrmae.type-ir-stock-stockquote-01 {
    height: 1540px;
  }
}
@media print, screen and (min-width: 768px) {
  .ir-ifrmae.type-ir-stock-stockquote-01 {
    height: 1490px;
  }
}
@media print, screen and (min-width: 836px) {
  .ir-ifrmae.type-ir-stock-stockquote-01 {
    height: 1320px;
  }
}
@media print, screen and (min-width: 1200px) {
  .ir-ifrmae.type-ir-stock-stockquote-01 {
    height: 1320px;
  }
}
.ir-ifrmae.type-ir-stock-stockquote-02 {
  height: 1100px;
}
@media print, screen and (min-width: 350px) {
  .ir-ifrmae.type-ir-stock-stockquote-02 {
    height: 1100px;
  }
}
@media print, screen and (min-width: 530px) {
  .ir-ifrmae.type-ir-stock-stockquote-02 {
    height: 1100px;
  }
}
@media print, screen and (min-width: 568px) {
  .ir-ifrmae.type-ir-stock-stockquote-02 {
    height: 1100px;
  }
}
@media print, screen and (min-width: 768px) {
  .ir-ifrmae.type-ir-stock-stockquote-02 {
    height: 1100px;
  }
}
@media print, screen and (min-width: 836px) {
  .ir-ifrmae.type-ir-stock-stockquote-02 {
    height: 1100px;
  }
}
@media print, screen and (min-width: 1200px) {
  .ir-ifrmae.type-ir-stock-stockquote-02 {
    height: 1050px;
  }
}
.ir-ifrmae.type-ir-stock-stockquote-03 {
  height: 1100px;
}
@media print, screen and (min-width: 350px) {
  .ir-ifrmae.type-ir-stock-stockquote-03 {
    height: 1100px;
  }
}
@media print, screen and (min-width: 568px) {
  .ir-ifrmae.type-ir-stock-stockquote-03 {
    height: 1550px;
  }
}
@media print, screen and (min-width: 768px) {
  .ir-ifrmae.type-ir-stock-stockquote-03 {
    height: 1550px;
  }
}
@media print, screen and (min-width: 1200px) {
  .ir-ifrmae.type-ir-stock-stockquote-03 {
    height: 1550px;
  }
}
.ir-ifrmae.type-ir-finance-date {
  height: 3200px;
}
@media print, screen and (min-width: 350px) {
  .ir-ifrmae.type-ir-finance-date {
    height: 3050px;
  }
}
@media print, screen and (min-width: 568px) {
  .ir-ifrmae.type-ir-finance-date {
    height: 2100px;
  }
}
@media print, screen and (min-width: 768px) {
  .ir-ifrmae.type-ir-finance-date {
    height: 1780px;
  }
}
@media print, screen and (min-width: 1200px) {
  .ir-ifrmae.type-ir-finance-date {
    height: 1600px;
  }
}
.page-en .ir-ifrmae.type-ir-finance-date {
  height: 2550px;
}
@media print, screen and (min-width: 350px) {
  .page-en .ir-ifrmae.type-ir-finance-date {
    height: 2500px;
  }
}
@media print, screen and (min-width: 568px) {
  .page-en .ir-ifrmae.type-ir-finance-date {
    height: 2200px;
  }
}
@media print, screen and (min-width: 768px) {
  .page-en .ir-ifrmae.type-ir-finance-date {
    height: 1800px;
  }
}
@media print, screen and (min-width: 1200px) {
  .page-en .ir-ifrmae.type-ir-finance-date {
    height: 1730px;
  }
}
.ir-ifrmae.type-ir-finance-statements {
  height: 8600px;
}
@media print, screen and (min-width: 350px) {
  .ir-ifrmae.type-ir-finance-statements {
    height: 8600px;
  }
}
@media print, screen and (min-width: 568px) {
  .ir-ifrmae.type-ir-finance-statements {
    height: 4700px;
  }
}
@media print, screen and (min-width: 768px) {
  .ir-ifrmae.type-ir-finance-statements {
    height: 3600px;
  }
}
@media print, screen and (min-width: 1200px) {
  .ir-ifrmae.type-ir-finance-statements {
    height: 2900px;
  }
}
.page-en .ir-ifrmae.type-ir-finance-statements {
  height: 6950px;
}
@media print, screen and (min-width: 350px) {
  .page-en .ir-ifrmae.type-ir-finance-statements {
    height: 6900px;
  }
}
@media print, screen and (min-width: 568px) {
  .page-en .ir-ifrmae.type-ir-finance-statements {
    height: 6800px;
  }
}
@media print, screen and (min-width: 768px) {
  .page-en .ir-ifrmae.type-ir-finance-statements {
    height: 4500px;
  }
}
@media print, screen and (min-width: 1200px) {
  .page-en .ir-ifrmae.type-ir-finance-statements {
    height: 4000px;
  }
}
.ir-ifrmae iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}

.ir-index-stock {
  width: 86.66%;
  margin: 0 auto 6.66%;
  border: 2px solid #d7dbde;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding-top: 6.66%;
  padding-bottom: 6.66%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .ir-index-stock {
    margin: 0 auto 50px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .ir-index-stock {
    padding-top: 25px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .ir-index-stock {
    padding-bottom: 25px;
  }
}

.ir-index-stock-tit {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 3.07%;
  text-align: center;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .ir-index-stock-tit {
    margin-bottom: 10px;
  }
}

.ir-index-stock-items {
  width: 83.07%;
  margin: 0 auto 1.84%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .ir-index-stock-items {
    margin: 0 auto 12px;
  }
}
.ir-index-stock-items.type-en {
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}
.ir-index-stock-items.type-en .ir-index-stock-item.type-today .ir-index-stock-item-r {
  font-family: 'Open Sans', sans-serif;
}
.ir-index-stock-items .ir-index-stock-item {
  padding: 10px 6px;
  border-bottom: 1px solid #d7dbde;
}
.ir-index-stock-items .ir-index-stock-item:last-child {
  border-bottom: none;
}
.ir-index-stock-items .ir-index-stock-item .ir-index-stock-item-l {
  display: table-cell;
  vertical-align: top;
  width: 100px;
  font-size: 12px;
  font-size: 1.2rem;
}
.ir-index-stock-items .ir-index-stock-item .ir-index-stock-item-r {
  display: table-cell;
  vertical-align: top;
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
}
.ir-index-stock-items .ir-index-stock-item.type-today .ir-index-stock-item-l {
  font-size: 14px;
  font-size: 1.4rem;
}
.ir-index-stock-items .ir-index-stock-item.type-today .ir-index-stock-item-r {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  font-family: 'Comfortaa', cursive;
}
.type-en .ir-index-stock-items .ir-index-stock-item.type-today .ir-index-stock-item-r {
  font-family: 'Open Sans', sans-serif;
}

.ir-index-stock-item-layout {
  display: table;
  width: 100%;
}

.ir-index-stock-item-realtime {
  font-size: 10px;
  font-size: 1rem;
  margin-top: 2px;
}

.ir-index-stock-link {
  width: 83.07%;
  margin: 0 auto;
  text-align: right;
}
.ir-index-stock-link a {
  font-size: 12px;
  font-size: 1.2rem;
}
.ir-index-stock-link.type-en {
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}

.ir-index-doc {
  width: 86.66%;
  margin: 0 auto;
  border: 2px solid #d7dbde;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding-top: 6.66%;
  padding-bottom: 6.66%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .ir-index-doc {
    padding-top: 25px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .ir-index-doc {
    padding-bottom: 25px;
  }
}

.ir-index-doc-tit {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1.84%;
  text-align: center;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .ir-index-doc-tit {
    margin-bottom: 6px;
  }
}
.ir-index-doc-tit.type-en {
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}

.ir-index-doc-year {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 4.61%;
  text-align: center;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .ir-index-doc-year {
    margin-bottom: 15px;
  }
}

.ir-index-doc-items {
  width: 83.07%;
  margin: 0 auto;
}
.type-en .ir-index-doc-items {
  font-family: 'Open Sans', sans-serif;
}
.ir-index-doc-items li {
  margin-bottom: 7.4%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .ir-index-doc-items li {
    margin-bottom: 20px;
  }
}
.ir-index-doc-items li:last-child {
  margin-bottom: 0;
}
.ir-index-doc-items li a {
  font-size: 12px;
  font-size: 1.2rem;
  text-decoration: underline;
  padding-left: 20px;
  position: relative;
  color: #257cde;
}
.ir-index-doc-items li a span {
  font-size: 10px;
  font-size: 1rem;
}
.ir-index-doc-items li a i {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 12px;
  height: 15px;
  margin-top: -7px;
  background: url(../img/common/icon-link-pdf.png) 0 0 no-repeat;
  background-size: 100% auto;
  z-index: 10;
}

.bl-ir-index-menu {
  background: #ebeef1;
  padding-top: 13.33%;
  padding-bottom: 8%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .bl-ir-index-menu {
    padding-top: 50px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .bl-ir-index-menu {
    padding-bottom: 30px;
  }
}
.bl-ir-index-menu.type-en {
  padding-bottom: 0;
}

.bl-ir-index-individual {
  background: #fff;
  padding-top: 13.33%;
  padding-bottom: 14%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .bl-ir-index-individual {
    padding-top: 50px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .bl-ir-index-individual {
    padding-bottom: 52.5px;
  }
}

.ir-index-individual-img {
  width: 86.66%;
  margin: 0 auto 4.66%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .ir-index-individual-img {
    margin: 0 auto 35px;
  }
}

.ir-index-individual-tit {
  width: 86.66%;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 auto 4.66%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .ir-index-individual-tit {
    margin: 0 auto 35px;
  }
}

.ir-index-individual-txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.0;
  width: 86.66%;
  margin: 0 auto 5.33%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .ir-index-individual-txt {
    margin: 0 auto 40px;
  }
}

.ir-summary-kuma-box-wrap {
  width: 69.33%;
  margin: 0 auto 12%;
  position: relative;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .ir-summary-kuma-box-wrap {
    margin: 0 auto 90px;
  }
}

.ir-summary-kuma-box {
  border: 2px solid #257cde;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding-top: 10.76%;
  padding-bottom: 9.61%;
  overflow: hidden;
  position: relative;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .ir-summary-kuma-box {
    padding-top: 28px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .ir-summary-kuma-box {
    padding-bottom: 25px;
  }
}

.ir-summary-kuma-img {
  position: absolute;
  width: 20%;
  left: -20%;
  bottom: 25px;
}

.ir-summary-kuma-box_tit {
  text-align: center;
  width: 100%;
  margin: 0 auto 6.92%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .ir-summary-kuma-box_tit {
    margin: 0 auto 36px;
  }
}
.ir-summary-kuma-box_tit span {
  position: relative;
  color: #257cde;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  padding-left: 30px;
}
.ir-summary-kuma-box_tit span i {
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 23px;
  margin-top: -12px;
  background: url(../img/common/icon-kuma.png) 0 0 no-repeat;
  background-size: 100% auto;
  z-index: 10;
}

.ir-summary-kuma-box_txt {
  width: 80.76%;
  margin: 0 auto;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .bl-ir-index-message {
    display: table;
    width: 83.57%;
    max-width: 1170px;
    margin: 0 auto 4.27%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .bl-ir-index-message {
    margin: 0 auto 50px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .bl-ir-index-message {
    margin-bottom: 50px;
  }
}

@media print, screen and (min-width: 768px) {
  .ir-index-message-img {
    display: table-cell;
    width: 56.41%;
    max-width: 660px;
    margin-bottom: 0;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
  }

  .ir-index-message-con {
    display: table-cell;
    vertical-align: middle;
    width: 43.58%;
    padding-left: 30px;
    max-width: 510px;
  }

  .ir-index-message-tit {
    text-align: left;
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .ir-index-message-tit {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .ir-index-message-txt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
    line-height: 1.6;
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .ir-index-message-txt {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .ir-summary-kuma-box-wrap {
    width: 64.1%;
    width: 76.53%;
    max-width: 750px;
    margin-bottom: 55px;
  }

  .ir-summary-kuma-box {
    border: 3px solid #257cde;
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .ir-summary-kuma-img {
    width: 13.86%;
    left: -13.87%;
    bottom: auto;
    top: 0;
  }

  .ir-summary-kuma-box_tit {
    width: 100%;
    margin-bottom: 25px;
  }
  .ir-summary-kuma-box_tit span {
    font-size: 24px;
    font-size: 2.4rem;
    padding-left: 52px;
  }
  .ir-summary-kuma-box_tit span i {
    width: 39px;
    height: 37px;
    margin-top: -18px;
  }

  .ir-summary-kuma-box_txt {
    width: 89.33%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 768px) {
  .ir-index-calender-btn {
    width: 83.57%;
    max-width: 1170px;
    margin: 0 auto 5.98%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .ir-index-calender-btn {
    margin: 0 auto 70px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .ir-index-calender-btn {
    margin-bottom: 70px;
  }
}
@media print, screen and (min-width: 768px) {
  .page-en .ir-index-calender-btn {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .page-en .ir-index-calender-btn {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .page-en .ir-index-calender-btn a {
    height: 120px;
  }
  .page-en .ir-index-calender-btn a .btn-inner {
    height: 120px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .page-en .ir-index-calender-btn a {
    height: 68px;
  }
  .page-en .ir-index-calender-btn a .btn-inner {
    height: 68px;
  }
}
@media print, screen and (min-width: 768px) {
  .ir-index-calender-btn a {
    width: 100%;
    height: 68px;
  }
  .ir-index-calender-btn a::before {
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    -webkit-transition: background-color 0s 0.2s ease;
    -moz-transition: background-color 0s 0.2s ease;
    transition: background-color 0s 0.2s ease;
  }
  .ir-index-calender-btn a .btn-inner {
    width: 100%;
    height: 68px;
    display: table;
    border: 2px solid #257cde;
    background: #fff;
    color: #45494e;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    position: relative;
    z-index: 2;
    -webkit-transition: background-color 0s 0.2s ease, transform 0.3s 0s ease;
    -moz-transition: background-color 0s 0.2s ease, transform 0.3s 0s ease;
    transition: background-color 0s 0.2s ease, transform 0.3s 0s ease;
  }
  .ir-index-calender-btn a .btn-inner i {
    width: 9px;
    height: 10px;
    right: 30px;
    margin-top: -5px;
    background: url(../img/common/icon-arrow-r.png) 0 0 no-repeat;
    background-size: 9px 10px;
  }
  .page-en .ir-index-calender-btn a .btn-inner i {
    right: 25px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .page-en .ir-index-calender-btn a .btn-inner i {
    right: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .ir-index-calender-btn a:hover::before {
    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
  }
  .ir-index-calender-btn a:hover .btn-inner {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  .ir-index-calender-btn a:active .btn-inner {
    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }

  .index-calender-btn-l {
    display: table-cell;
    vertical-align: middle;
    width: 320px;
    padding-left: 0;
    position: relative;
  }
  .page-en .index-calender-btn-l {
    width: 360px !important;
  }
  .index-calender-btn-l:after {
    top: 14px;
    width: 2px;
    height: 40px;
  }
  .page-en .index-calender-btn-l:after {
    top: 50%;
    margin-top: -20px;
  }
  .index-calender-btn-l:before {
    display: block;
    position: absolute;
    content: "";
    top: 14px;
    right: 140px;
    width: 2px;
    height: 40px;
    background: #cccccc;
    z-index: 10;
  }
  .page-en .index-calender-btn-l:before {
    top: 50%;
    right: 170px;
    margin-top: -20px;
  }

  .index-calender-btn-l-inner {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }

  .index-calender-btn-l-tit {
    width: 180px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #257cde;
    margin-bottom: 0;
    text-align: center;
  }
  .page-en .index-calender-btn-l-tit {
    width: 180px !important;
    padding-top: 6px;
    letter-spacing: 0.04em;
  }

  .index-calender-btn-l-txt {
    width: 140px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
  }
  .page-en .index-calender-btn-l-txt {
    width: 170px !important;
    padding-top: 5px;
    letter-spacing: 0.04em;
  }

  .index-calender-btn-r {
    width: auto;
    padding-top: 7px;
    padding-right: 45px;
    padding-left: 30px;
  }
  .page-en .index-calender-btn-r {
    width: auto;
  }

  .index-calender-btn-r-time {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 2px;
  }
  .page-en .index-calender-btn-r-time {
    letter-spacing: 0.04em;
  }

  .index-calender-btn-r-txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .page-en .index-calender-btn-r-txt {
    letter-spacing: 0em;
  }
  .index-calender-btn-r-txt br {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .ir-index-stock-tit {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .ir-index-stock-items .ir-index-stock-item .ir-index-stock-item-l {
    width: 120px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .ir-index-stock-items .ir-index-stock-item .ir-index-stock-item-r {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .ir-index-stock-items .ir-index-stock-item.type-today .ir-index-stock-item-l {
    font-size: 20px;
    font-size: 2rem;
  }
  .ir-index-stock-items .ir-index-stock-item.type-today .ir-index-stock-item-r {
    font-size: 28px;
    font-size: 2.8rem;
  }

  .ir-index-stock-item-realtime {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 2px;
  }

  .ir-index-stock-link a {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .ir-index-doc-tit {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .ir-index-doc-year {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .ir-index-doc-items li a {
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 26px;
  }
  .ir-index-doc-items li a span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .ir-index-doc-items li a i {
    width: 15px;
    height: 19px;
    margin-top: -9px;
  }
}
@media print, screen and (min-width: 1024px) {
  .bl-ir-index-news-stock-doc {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    width: 83.57%;
    max-width: 1170px;
    margin: 0 auto 5.98%;
  }
}
@media print, screen and (min-width: 1024px) and (min-width: 568px) and (max-width: 768px) {
  .bl-ir-index-news-stock-doc {
    margin: 0 auto 70px;
  }
}
@media print, screen and (min-width: 1024px) and (min-width: 1200px) {
  .bl-ir-index-news-stock-doc {
    margin-bottom: 70px;
  }
}

@media print, screen and (min-width: 1024px) {
  .bl-ir-index-news {
    width: 53.84%;
    margin: 0 0 0 0;
  }

  .bl-ir-index-stock-doc {
    width: 42.05%;
  }

  .ir-index-stock-wrap {
    width: 100%;
    margin-bottom: 20px;
  }

  .ir-index-stock {
    width: 100%;
    margin-bottom: 20px;
    border: 3px solid #d7dbde;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .ir-index-stock-tit {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 28px;
  }

  .ir-index-stock-items {
    width: 83.33%;
    margin-bottom: 12px;
  }
  .ir-index-stock-items .ir-index-stock-item {
    padding: 16px 8px;
  }
  .ir-index-stock-items .ir-index-stock-item .ir-index-stock-item-l {
    width: 120px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .ir-index-stock-items .ir-index-stock-item .ir-index-stock-item-r {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .ir-index-stock-items .ir-index-stock-item.type-today .ir-index-stock-item-l {
    font-size: 20px;
    font-size: 2rem;
  }
  .ir-index-stock-items .ir-index-stock-item.type-today .ir-index-stock-item-r {
    font-size: 28px;
    font-size: 2.8rem;
  }

  .ir-index-stock-item-realtime {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 2px;
  }

  .ir-index-stock-link {
    width: 83.33%;
    margin: 0 auto;
    text-align: right;
  }
  .ir-index-stock-link a {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .ir-index-doc {
    width: 100%;
    margin: 0 auto;
    border: 2px solid #d7dbde;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding-top: 35px;
    padding-bottom: 15px;
  }

  .ir-index-doc-tit {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 2.03%;
    text-align: center;
  }
}
@media print, screen and (min-width: 1024px) and (min-width: 568px) and (max-width: 768px) {
  .ir-index-doc-tit {
    margin-bottom: 5px;
  }
}

@media print, screen and (min-width: 1024px) {
  .ir-index-doc-year {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 4.87%;
    text-align: center;
  }
}
@media print, screen and (min-width: 1024px) and (min-width: 568px) and (max-width: 768px) {
  .ir-index-doc-year {
    margin-bottom: 12px;
  }
}

@media print, screen and (min-width: 1024px) {
  .ir-index-doc-items {
    width: 89.43%;
    margin: 0 auto;
  }
  .ir-index-doc-items li {
    margin-bottom: 4.54%;
  }
}
@media print, screen and (min-width: 1024px) and (min-width: 568px) and (max-width: 768px) {
  .ir-index-doc-items li {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 1024px) {
  .ir-index-doc-items li:last-child {
    margin-bottom: 4.54%;
  }
}
@media print, screen and (min-width: 1024px) and (min-width: 568px) and (max-width: 768px) {
  .ir-index-doc-items li:last-child {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 1024px) {
  .ir-index-doc-items li a {
    font-size: 16px;
    font-size: 1.6rem;
    text-decoration: underline;
    padding-left: 26px;
    position: relative;
    color: #257cde;
  }
  .ir-index-doc-items li a span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .ir-index-doc-items li a:hover {
    text-decoration: none;
  }
  .ir-index-doc-items li a:hover i {
    background: url(../img/common/icon-link-pdf.png) 0 -19px no-repeat;
    background-size: 100% auto;
  }
}
@media print, screen and (min-width: 768px) {
  .bl-ir-index-menu {
    background: #ebeef1;
    padding-top: 5.98%;
    padding-bottom: 5.12%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .bl-ir-index-menu {
    padding-top: 35px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .bl-ir-index-menu {
    padding-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .bl-ir-index-menu {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .bl-ir-index-menu.type-en {
    padding-bottom: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .bl-ir-index-individual {
    width: 83.57%;
    max-width: 1170px;
    display: table;
    padding-top: 5.98%;
    padding-bottom: 5.98%;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .bl-ir-index-individual {
    padding-top: 35px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .bl-ir-index-individual {
    padding-bottom: 35px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .bl-ir-index-individual {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media print, screen and (min-width: 768px) {
  .ir-index-individual-img {
    display: table-cell;
    width: 50%;
    max-width: 585px;
    margin-bottom: 0;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
  }

  .ir-index-individual-con {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding-left: 40px;
    max-width: 585px;
  }

  .ir-index-individual-tit {
    text-align: left;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .ir-index-individual-tit {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .ir-index-individual-txt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
    line-height: 1.6;
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .ir-index-individual-txt {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}

.ir-txt-download {
  line-height: 1.6;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 7.69%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .ir-txt-download {
    margin-bottom: 25px;
  }
}

.page-en .ir-news-items {
  font-family: 'Open Sans', sans-serif;
}
.ir-news-items .ir-news-item_time {
  display: inline-block;
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 2.5%;
  position: relative;
  padding-right: 12px;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .ir-news-items .ir-news-item_time {
    margin-bottom: 7.5px;
  }
}
.ir-news-items .ir-news-item_time:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0px;
  width: 1px;
  height: 10px;
  margin-top: -5px;
  background: #DCDCDC;
  z-index: 10;
}
.ir-news-items .ir-news-item_txt a {
  line-height: 1.6;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  padding-right: 20px;
}
.ir-news-items .ir-news-item_txt a i {
  position: absolute;
  bottom: -2px;
  right: 0px;
  width: 12px;
  height: 15px;
  background: url(../img/common/icon-link-pdf.png) 0 0 no-repeat;
  background-size: 100% auto;
  z-index: 10;
}
.ir-news-items.type-noline li {
  border-bottom: none;
}
.ir-news-items li {
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 5%;
  padding-top: 5.66%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .ir-news-items li {
    padding-bottom: 15px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .ir-news-items li {
    padding-top: 17px;
  }
}

.faq-items {
  width: 92.3%;
  margin: 0 auto;
}
.page-en .faq-items {
  font-family: 'Open Sans', sans-serif;
}
.faq-items .faq-item {
  margin-bottom: 7.69%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .faq-items .faq-item {
    margin-bottom: 25px;
  }
}
.faq-items .faq-item:last-child {
  margin-bottom: 0;
}

.faq-item_tit {
  width: 100%;
}
.faq-item_tit a {
  display: block;
  position: relative;
  text-align: left;
  color: #45494E;
  background: #f4f8fe;
  padding-top: 5.33%;
  padding-bottom: 5.33%;
  padding-left: 50px;
  padding-right: 46px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  text-decoration: none;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .faq-item_tit a {
    padding-top: 16px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .faq-item_tit a {
    padding-bottom: 16px;
  }
}
.faq-item_tit a.state-active .toggle-icon {
  transform: rotate(0) !important;
}
.faq-item_tit a.state-active .toggle-icon:before {
  transform: rotate(-90deg);
}
.faq-item_tit a .toggle-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  -webkit-transition: transform 0.3s 0s ease;
  -moz-transition: transform 0.3s 0s ease;
  transition: transform 0.3s 0s ease;
}
.faq-item_tit a .toggle-icon:after {
  position: absolute;
  content: "";
  top: 15px;
  left: 8px;
  width: 16px;
  height: 2px;
  background: #257CDE;
  z-index: 10;
}
.faq-item_tit a .toggle-icon:before {
  position: absolute;
  content: "";
  top: 8px;
  left: 15px;
  width: 2px;
  height: 16px;
  background: #257CDE;
  z-index: 10;
  -webkit-transition: transform 0.25s 0s ease;
  -moz-transition: transform 0.25s 0s ease;
  transition: transform 0.25s 0s ease;
}
.faq-item_tit a i {
  position: absolute;
  display: block;
  width: 24px;
  height: 18px;
  top: 50%;
  left: 14px;
  margin-top: -8px;
  background: url(../img/common/icon-q.png) 0 0 no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
.faq-item_tit a.state-active:before {
  transform: rotate(90deg);
}

.faq-item_con {
  height: 0;
  overflow: hidden;
}

.faq-item_con-inner {
  padding-top: 6.66%;
  padding-bottom: 6.66%;
  border-bottom: 1px solid #EBEEF1;
  padding-left: 50px;
  padding-right: 10px;
  position: relative;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .faq-item_con-inner {
    padding-top: 20px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .faq-item_con-inner {
    padding-bottom: 20px;
  }
}
.faq-item_con-inner::after {
  position: absolute;
  display: block;
  content: "";
  width: 24px;
  height: 18px;
  top: 22px;
  left: 14px;
  background: url(../img/common/icon-a.png) 0 0 no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
.faq-item_con-inner .faq-item_con-txt {
  font-size: 14px;
  font-size: 1.4rem;
  color: #45494E;
  line-height: 2.0;
  margin-bottom: 2.5%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .faq-item_con-inner .faq-item_con-txt {
    margin-bottom: 7.5px;
  }
}
.faq-item_con-inner .faq-item_con-txt:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .ir-txt-download {
    line-height: 1.6;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .ir-txt-download {
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .ir-news-items .ir-news-item_time {
    display: table-cell;
    vertical-align: top;
    width: 120px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 0;
    position: relative;
    padding-right: 0;
    padding-left: 8px;
  }
  .ir-news-items .ir-news-item_time:after {
    top: 0;
    right: 0px;
    width: 1px;
    height: 100%;
    margin-top: 0;
    background: #DCDCDC;
    z-index: 10;
  }
  .ir-news-items .ir-news-item_txt {
    display: table-cell;
    vertical-align: top;
    padding: 0 20px 0 30px;
  }
  .ir-news-items .ir-news-item_txt a {
    line-height: 1.6;
    font-size: 16px;
    font-size: 1.6rem;
    padding-right: 25px;
    -webkit-transition: color 0.3s 0s ease;
    -moz-transition: color 0.3s 0s ease;
    transition: color 0.3s 0s ease;
  }
  .ir-news-items .ir-news-item_txt a i {
    bottom: -2px;
    width: 15px;
    height: 19px;
  }
  .ir-news-items .ir-news-item_txt a:hover {
    color: #257CDE;
  }
  .ir-news-items .ir-news-item_txt a:hover i {
    background: url(../img/common/icon-link-pdf.png) 0 -19px no-repeat;
    background-size: 100% auto;
  }
  .ir-news-items li {
    display: table;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .faq-items {
    width: 76.92%;
    margin: 0 auto;
    max-width: 900px;
  }
  .faq-items .faq-item {
    margin-bottom: 30px;
  }

  .faq-item_tit a {
    padding: 22px 70px 22px 80px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .faq-item_tit a:hover {
    background: #e3ebf7;
  }
  .faq-item_tit a:hover .toggle-icon {
    transform: rotate(90deg);
  }
  .faq-item_tit a.state-active {
    background: #f4f8fe !important;
  }
  .faq-item_tit a.state-active .toggle-icon {
    transform: rotate(0) !important;
  }
  .faq-item_tit a.state-active .toggle-icon:before {
    transform: rotate(-90deg);
  }
  .faq-item_tit a .toggle-icon {
    right: 32px;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    -webkit-transition: transform 0.3s 0s ease;
    -moz-transition: transform 0.3s 0s ease;
    transition: transform 0.3s 0s ease;
  }
  .faq-item_tit a .toggle-icon:after {
    top: 9px;
    left: 0px;
    width: 22px;
    height: 4px;
  }
  .faq-item_tit a .toggle-icon:before {
    top: 0px;
    left: 9px;
    width: 4px;
    height: 22px;
  }
  .faq-item_tit a i {
    width: 30px;
    height: 23px;
    top: 50%;
    left: 30px;
    margin-top: -12px;
  }

  .faq-item_con-inner {
    padding: 30px 20px 30px 80px;
  }
  .faq-item_con-inner::after {
    width: 30px;
    height: 23px;
    top: 44px;
    left: 30px;
    margin-top: -12px;
  }
  .faq-item_con-inner .faq-item_con-txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 15px;
  }
}
/**************************************
athletes page
**************************************/
/* under */
.page-colopl_athletes {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.page-en.page-colopl_athletes {
  font-family: 'Open Sans', sans-serif;
}
.athletes-under-kv {
  position: relative;
  z-index: 1;
  padding-bottom: 117.33%;
}
.page-colopl_athletes-fujisawa .athletes-under-kv {
  background: url(../img/colopl_athletes/kv-bg-fujisawa-sp.png) 0 0 no-repeat;
  background-size: cover;
}
.page-colopl_athletes-nakamura .athletes-under-kv {
  background: url(../img/colopl_athletes/kv-bg-nakamura-sp.png) 0 0 no-repeat;
  background-size: cover;
}
.page-colopl_athletes-ohashi .athletes-under-kv {
  background: url(../img/colopl_athletes/kv-bg-ohashi-sp.png) 0 0 no-repeat;
  background-size: cover;
}
.page-colopl_athletes-imai .athletes-under-kv {
  background: url(../img/colopl_athletes/kv-bg-imai-sp.png) 0 0 no-repeat;
  background-size: cover;
}
.page-colopl_athletes-yamashita .athletes-under-kv {
  background: url(../img/colopl_athletes/kv-bg-yamashita-sp.png) 0 0 no-repeat;
  background-size: cover;
}
.page-colopl_athletes-nakamachi .athletes-under-kv {
  background: url(../img/colopl_athletes/kv-bg-nakamachi-sp.png) 0 0 no-repeat;
  background-size: cover;
}

.athletes-under-kv-info {
  position: absolute;
  width: 100%;
  top: 32.72%;
  left: 10.66%;
  color: #fff;
}

.athletes-under-kv-info_play {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 3.2%;
}

.athletes-under-kv-info_name-ja {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2.13%;
}

.athletes-under-kv-info_name-en {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #257cde;
}

.athletes-under-con {
  position: relative;
  z-index: 5;
  margin-top: -8%;
  padding-bottom: 18.66%;
  color: #fff;
}
.page-colopl_athletes-fujisawa .athletes-under-con {
  background: url(../img/colopl_athletes/bg-under-con-fujisawa-sp.png) 0 0 no-repeat;
  background-size: cover;
}
.page-colopl_athletes-nakamura .athletes-under-con {
  background: url(../img/colopl_athletes/bg-under-con-nakamura-sp.png) 0 0 no-repeat;
  background-size: cover;
}
.page-colopl_athletes-ohashi .athletes-under-con {
  background: url(../img/colopl_athletes/bg-under-con-ohashi-sp.png) 0 0 no-repeat;
  background-size: cover;
}
.page-colopl_athletes-imai .athletes-under-con {
  background: url(../img/colopl_athletes/bg-under-con-imai-sp.png) 0 0 no-repeat;
  background-size: cover;
}
.page-colopl_athletes-yamashita .athletes-under-con {
  background: url(../img/colopl_athletes/bg-under-con-yamashita-sp.png) 0 0 no-repeat;
  background-size: cover;
}
.page-colopl_athletes-nakamachi .athletes-under-con {
  background: url(../img/colopl_athletes/bg-under-con-nakamachi-sp.png) 0 0 no-repeat;
  background-size: cover;
}

.athletes-under-profile {
  position: relative;
  background: rgba(47, 79, 145, 0.8);
  width: 78%;
  margin-top: -22.67%;
  left: 5.33%;
  margin-bottom: 4%;
  padding-top: 6.66%;
  padding-bottom: 6.66%;
  color: #fff;
}

.athletes-under-profile-inner {
  position: relative;
  width: 93.16%;
  left: 6.83%;
}

.athletes-under-profile-tit {
  position: relative;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 7%;
  padding-bottom: 7%;
}
.athletes-under-profile-tit::after {
  position: absolute;
  display: block;
  content: "";
  width: 35px;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 1;
}

.athletes-under-profile-table {
  width: 100%;
}
.athletes-under-profile-table th {
  width: 35%;
  vertical-align: top;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 700;
  padding: 5px 0;
}
.athletes-under-profile-table td {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 700;
  padding: 5px 0;
}

.athletes-under-con-info_txt {
  position: relative;
  padding-top: 8.53%;
  margin-bottom: 8%;
}
.athletes-under-con-info_txt::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 77px;
  height: 37px;
  background: url(../img/colopl_athletes/under-txt-line-top-sp.png) 0 0 no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
.athletes-under-con-info_txt::before {
  position: absolute;
  display: block;
  content: "";
  bottom: -15px;
  right: 0;
  width: 150px;
  height: 28px;
  background: url(../img/colopl_athletes/under-txt-line-btm-sp.png) 0 0 no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
.athletes-under-con-info_txt p {
  width: 89.33%;
  margin: 0 auto;
  margin-bottom: 6.66%;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
}
.athletes-under-con-info_txt p:last-child {
  margin-bottom: 0;
}

.athletes-under-con-info_img {
  position: relative;
  text-align: center;
}
.athletes-under-con-info_img::after {
  position: absolute;
  display: block;
  content: "";
  bottom: -25px;
  right: 0;
  width: 84px;
  height: 22px;
  background: url(../img/colopl_athletes/under-img-line-btm-sp.png) 0 0 no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
.athletes-under-con-info_img img {
  width: 89.33%;
  margin: 0 auto;
}

.athletes-under-record {
  position: relative;
  z-index: 10;
  margin-bottom: 11.73%;
  padding-top: 9.33%;
  padding-bottom: 10.66%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0a0b16+0,131428+100 */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0a0b16+0,131428+100 */
  background: #0a0b16;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0a0b16 0%, #131428 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0a0b16 0%, #131428 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0a0b16 0%, #131428 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a0b16', endColorstr='#131428',GradientType=0 );
  /* IE6-9 */
}
.athletes-under-record::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 9.2%;
  -webkit-transform: translateY(-98%);
  -moz-transform: translateY(-98%);
  transform: translateY(-98%);
  background: url(../img/colopl_athletes/bg-under-con-top-sp.png) 0 0 no-repeat;
  background-size: 100% auto;
  z-index: 11;
}
.athletes-under-record::before {
  position: absolute;
  display: block;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  padding-bottom: 9.86%;
  background: url(../img/colopl_athletes/bg-under-con-btm-sp.png) 0 0 no-repeat;
  background-size: 100% auto;
  z-index: 11;
}

.athletes-under-record-items {
  width: 89.33%;
  margin: 0 auto;
  color: #fff;
}
.athletes-under-record-items .athletes-under-record-item {
  margin-bottom: 7.46%;
}
.athletes-under-record-items .athletes-under-record-item:last-child {
  margin-bottom: 0;
}

.athletes-under-record-item_year {
  position: relative;
  width: 28.35%;
  margin-bottom: 5.22%;
  text-align: center;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 700;
  color: #fff;
}
.athletes-under-record-item_year div {
  position: relative;
  padding-bottom: 36.84%;
  background: url(../img/colopl_athletes/record-year-bg-sp.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.athletes-under-record-item_year div span {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.athletes-under-record-item_rank-items .athletes-under-record-item_rank-item {
  padding-bottom: 7.46%;
  padding-left: 30px;
  position: relative;
}
.athletes-under-record-item_rank-items .athletes-under-record-item_rank-item:last-child {
  margin-bottom: 0;
}
.athletes-under-record-item_rank-items .athletes-under-record-item_rank-item:last-child::before {
  display: none;
}
.athletes-under-record-item_rank-items .athletes-under-record-item_rank-item::after {
  position: absolute;
  display: block;
  content: "";
  top: 2px;
  left: 0;
  width: 17px;
  height: 17px;
  background: url(../img/colopl_athletes/icon-circle-record-sp.png) 0 0 no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
.athletes-under-record-item_rank-items .athletes-under-record-item_rank-item::before {
  position: absolute;
  display: block;
  content: "";
  top: 2px;
  left: 8px;
  width: 1px;
  height: 100%;
  background: #fff;
  z-index: 1;
}

.athletes-under-record-item_rank-item_txt {
  margin-bottom: 0.89%;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 700;
}

.athletes-under-record-item_rank-item_rank {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 700;
  text-align: right;
}

/* index */
.athletes-index-kv {
  position: relative;
  padding-bottom: 183.46%;
  background: url(../img/colopl_athletes/bg-sp.png) 0 0 no-repeat;
  background-size: cover;
}

.athletes-index-kv_tit {
  position: absolute;
  top: 11.33%;
  left: 0;
  width: 100%;
}

.athletes-index-kv_txt {
  position: absolute;
  top: 44.76%;
  left: 0;
  width: 100%;
}

.athletes-under-kv_sns-items,
.athletes-index-kv_sns-items {
  position: absolute;
  top: 65.11%;
  left: 0;
  width: 100%;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.athletes-under-kv_sns-items li,
.athletes-index-kv_sns-items li {
  margin: 0 18px;
  width: 34px;
}

.athletes-under-kv_sns-items {
  position: relative;
  top: 0;
  margin-bottom: 10.66%;
}

.athletes-index-con {
  margin-top: -22.67%;
  margin-bottom: 17.33%;
}

.athletes-tit {
  position: relative;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding-bottom: 4.26%;
}
.athletes-tit.type-mb {
  margin-bottom: 10%;
}
.athletes-tit::after {
  position: absolute;
  display: block;
  content: "";
  width: 36px;
  height: 1px;
  bottom: 0;
  left: 50%;
  margin-left: -18px;
  z-index: 1;
  background: #fff;
}

.athletes-index-item {
  position: relative;
  padding-bottom: 131.2%;
}
.athletes-index-item.type-namamura {
  background: url(../img/colopl_athletes/bg-nakamura-sp.png) 0 0 no-repeat;
  background-size: cover;
}
.athletes-index-item.type-fujisawa {
  margin-top: -10.4%;
  background: url(../img/colopl_athletes/bg-fujisawa-sp.png) 0 0 no-repeat;
  background-size: cover;
}
.athletes-index-item.type-ohashi {
  margin-top: -10.4%;
  background: url(../img/colopl_athletes/bg-ohashi-sp.png) 0 0 no-repeat;
  background-size: cover;
}
.athletes-index-item.type-imai {
  margin-top: -10.4%;
  background: url(../img/colopl_athletes/bg-imai-sp.png) 0 0 no-repeat;
  background-size: cover;
}
.athletes-index-item.type-yamashita {
  margin-top: -10.4%;
  background: url(../img/colopl_athletes/bg-yamashita-sp.png) 0 0 no-repeat;
  background-size: cover;
}
.athletes-index-item.type-nakamachi {
  margin-top: -10.4%;
  background: url(../img/colopl_athletes/bg-nakamachi-sp.png) 0 0 no-repeat;
  background-size: cover;
}

.athletes-index-item-inner {
  position: absolute;
  width: 100%;
  top: 11.62%;
  margin-left: 5.33%;
  color: #fff;
}
.type-fujisawa .athletes-index-item-inner, .type-imai .athletes-index-item-inner, .type-nakamachi .athletes-index-item-inner {
  margin-left: 45.33%;
}

.athletes-index-item_txt {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 8.66%;
}

.athletes-index-item_info {
  margin-bottom: 4.8%;
}

.athletes-index-item_info-play {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 3.2%;
}

.athletes-index-item_info-name-ja {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 2.13%;
}

.athletes-index-item_info-name-en {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #257cde;
}

.athletes-btn-back a,
.athletes-index-item_btn a {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 49.33%;
  height: 45px;
  text-align: center;
  background: #ffac10;
  color: #000000;
  font-size: 12px;
  font-size: 1.2rem;
}
.athletes-btn-back a span,
.athletes-index-item_btn a span {
  position: relative;
  padding-right: 16px;
}
.athletes-btn-back a span i,
.athletes-index-item_btn a span i {
  position: absolute;
  display: block;
  width: 7px;
  height: 10px;
  top: 50%;
  right: 0;
  margin-top: -5px;
  background: url(../img/common/icon-arrow-r-b-sp.png) 0 0 no-repeat;
  background-size: 100% auto;
  z-index: 1;
}

.athletes-btn-back {
  text-align: center;
  margin-bottom: 13.33%;
}
.athletes-btn-back a {
  width: 65.33%;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  /* under */
  .athletes-under-kv {
    padding-bottom: 0;
    height: 762px;
    height: 876px;
    max-width: 1920px;
    margin: 0 auto;
  }
  .page-colopl_athletes-fujisawa .athletes-under-kv {
    background: url(../img/colopl_athletes/kv-bg-fujisawa-pc.png) center -70px no-repeat;
    background-size: cover;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1750px) {
  .page-colopl_athletes-fujisawa .athletes-under-kv {
    background: url(../img/colopl_athletes/kv-bg-fujisawa-pc.png) center 120% no-repeat;
    background-size: cover;
  }
}
@media print, screen and (min-width: 768px) {
  .page-colopl_athletes-nakamura .athletes-under-kv {
    background: url(../img/colopl_athletes/kv-bg-nakamura-pc.png) center -70px no-repeat;
    background-size: cover;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1750px) {
  .page-colopl_athletes-nakamura .athletes-under-kv {
    background: url(../img/colopl_athletes/kv-bg-nakamura-pc.png) center 120% no-repeat;
    background-size: cover;
  }
}
@media print, screen and (min-width: 768px) {
  .page-colopl_athletes-ohashi .athletes-under-kv {
    background: url(../img/colopl_athletes/kv-bg-ohashi-pc.png) center -70px no-repeat;
    background-size: cover;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1750px) {
  .page-colopl_athletes-ohashi .athletes-under-kv {
    background: url(../img/colopl_athletes/kv-bg-ohashi-pc.png) center 120% no-repeat;
    background-size: cover;
  }
}
@media print, screen and (min-width: 768px) {
  .page-colopl_athletes-imai .athletes-under-kv {
    background: url(../img/colopl_athletes/kv-bg-imai-pc.png) center -70px no-repeat;
    background-size: cover;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1750px) {
  .page-colopl_athletes-imai .athletes-under-kv {
    background: url(../img/colopl_athletes/kv-bg-imai-pc.png) center 120% no-repeat;
    background-size: cover;
  }
}
@media print, screen and (min-width: 768px) {
  .page-colopl_athletes-yamashita .athletes-under-kv {
    background: url(../img/colopl_athletes/kv-bg-yamashita-pc.png) center -70px no-repeat;
    background-size: cover;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1750px) {
  .page-colopl_athletes-yamashita .athletes-under-kv {
    background: url(../img/colopl_athletes/kv-bg-yamashita-pc.png) center 120% no-repeat;
    background-size: cover;
  }
}
@media print, screen and (min-width: 768px) {
  .page-colopl_athletes-nakamachi .athletes-under-kv {
    background: url(../img/colopl_athletes/kv-bg-nakamachi-pc.png) center -70px no-repeat;
    background-size: cover;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1750px) {
  .page-colopl_athletes-nakamachi .athletes-under-kv {
    background: url(../img/colopl_athletes/kv-bg-nakamachi-pc.png) center 120% no-repeat;
    background-size: cover;
  }
}

@media print, screen and (min-width: 768px) {
  .athletes-under-kv-info {
    position: relative;
    width: 84.61%;
    max-width: 990px;
    margin: 0 auto;
    top: 300px;
    left: 0;
  }

  .athletes-under-kv-info_play {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 15px;
  }

  .athletes-under-kv-info_name {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }

  .athletes-under-kv-info_name-ja {
    font-size: 48px;
    font-size: 4.8rem;
    margin-bottom: 0;
    margin-right: 24px;
  }

  .athletes-under-kv-info_name-en {
    font-size: 20px;
    font-size: 2rem;
    position: relative;
    top: 12px;
  }

  .athletes-under-con {
    margin-top: -114px;
    padding-bottom: 130px;
  }
  .page-colopl_athletes-fujisawa .athletes-under-con {
    background: url(../img/colopl_athletes/bg-under-con-fujisawa-pc.png) 0 0 no-repeat;
    background-size: cover;
  }
  .page-colopl_athletes-nakamura .athletes-under-con {
    background: url(../img/colopl_athletes/bg-under-con-nakamura-pc.png) 0 0 no-repeat;
    background-size: cover;
  }
  .page-colopl_athletes-ohashi .athletes-under-con {
    background: url(../img/colopl_athletes/bg-under-con-ohashi-pc.png) 0 0 no-repeat;
    background-size: cover;
  }
  .page-colopl_athletes-imai .athletes-under-con {
    background: url(../img/colopl_athletes/bg-under-con-imai-pc.png) 0 0 no-repeat;
    background-size: cover;
  }
  .page-colopl_athletes-yamashita .athletes-under-con {
    background: url(../img/colopl_athletes/bg-under-con-yamashita-pc.png) 0 0 no-repeat;
    background-size: cover;
  }
  .page-colopl_athletes-nakamachi .athletes-under-con {
    background: url(../img/colopl_athletes/bg-under-con-nakamachi-pc.png) 0 0 no-repeat;
    background-size: cover;
  }

  .athletes-under-profile_wrap {
    position: relative;
    z-index: 2;
    width: 84.61%;
    max-width: 990px;
    margin: 0 auto;
  }

  .athletes-under-profile {
    width: 510px;
    top: -60px;
    left: 0;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
  }

  .athletes-under-profile-inner {
    width: 450px;
    left: 40px;
  }

  .athletes-under-profile-tit {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 3.6%;
    padding-bottom: 5.6%;
  }
  .athletes-under-profile-tit::after {
    width: 50px;
    height: 2px;
  }

  .athletes-under-profile-table {
    width: 100%;
  }
  .athletes-under-profile-table th {
    width: 156px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    padding: 6px 0;
  }
  .athletes-under-profile-table td {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    padding: 6px 0;
  }

  .athletes-under-con-info {
    position: relative;
    z-index: 1;
    width: 84.61%;
    max-width: 990px;
    margin: 0 auto;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }

  .athletes-under-con-info_txt {
    position: relative;
    top: -5px;
    width: 54.54%;
    max-width: 540px;
    padding-top: 8.53%;
    padding-top: 0;
    margin-bottom: 40px;
    margin-bottom: 0;
  }
  .athletes-under-con-info_txt::after {
    top: -155px;
    left: -135px;
    width: 170px;
    height: 40px;
    background: url(../img/colopl_athletes/under-txt-line-top-pc.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .athletes-under-con-info_txt::before {
    display: none;
  }
  .athletes-under-con-info_txt p {
    width: 100%;
    margin-bottom: 45px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.0;
  }

  .athletes-under-con-info_img {
    padding-bottom: 100px;
    width: 40.4%;
    max-width: 400px;
  }
  .athletes-under-con-info_img::after {
    bottom: 30px;
    right: auto;
    left: 122px;
    width: 400px;
    height: 60px;
    background: url(../img/colopl_athletes/under-img-line-btm-pc.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .athletes-under-con-info_img img {
    width: 100%;
  }

  .athletes-under-record {
    padding-top: 60px;
    padding-bottom: 165px;
    margin-bottom: 40px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0d0e1e+0,131428+100 */
    background: #0d0e1e;
    /* Old browsers */
    background: -moz-linear-gradient(top, #0d0e1e 0%, #131428 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0d0e1e 0%, #131428 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0d0e1e 0%, #131428 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d0e1e', endColorstr='#131428',GradientType=0 );
    /* IE6-9 */
  }
  .athletes-under-record::after {
    top: 0;
    padding-bottom: 5.71%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    transform: translateY(-98%);
    background: url(../img/colopl_athletes/bg-under-con-top-pc.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .athletes-under-record::before {
    width: 100%;
    padding-bottom: 5.85%;
    background: url(../img/colopl_athletes/bg-under-con-btm-pc.png) 0 0 no-repeat;
    background-size: 100% auto;
  }

  .athletes-under-record-items {
    width: 84.84%;
    max-width: 840px;
    margin: 0 auto;
    color: #fff;
  }
  .athletes-under-record-items .athletes-under-record-item {
    margin-bottom: 40px;
  }

  .athletes-under-record-item_year {
    width: 117px;
    margin-bottom: 22px;
    font-size: 26px;
    font-size: 2.6rem;
  }
  .athletes-under-record-item_year div {
    padding-bottom: 0;
    height: 43px;
    background: url(../img/colopl_athletes/record-year-bg-pc.png) 0 0 no-repeat;
    background-size: 100% auto;
  }

  .athletes-under-record-item_rank-items .athletes-under-record-item_rank-item {
    display: table;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 30px;
  }
  .athletes-under-record-item_rank-items .athletes-under-record-item_rank-item::after {
    top: 4px;
    left: 0;
    width: 17px;
    height: 17px;
    background: url(../img/colopl_athletes/icon-circle-record-sp.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .athletes-under-record-item_rank-items .athletes-under-record-item_rank-item::before {
    top: 4px;
    left: 8px;
  }

  .athletes-under-record-item_rank-item_txt {
    margin-bottom: 0;
    display: table-cell;
    vertical-align: top;
    padding-right: 25px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .athletes-under-record-item_rank-item_rank {
    position: relative;
    display: table-cell;
    vertical-align: top;
    width: 205px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
  }

  .athletes-index-kv {
    padding-bottom: 0;
    height: 883px;
    height: 860px;
    background: url(../img/colopl_athletes/bg-02-pc.png) center center no-repeat, url(../img/colopl_athletes/bg-pc.png) center 12% no-repeat;
    background-size: cover,cover;
    z-index: 1;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .athletes-index-kv {
    background-size: cover,cover;
  }
}

@media print, screen and (min-width: 768px) {
  .athletes-index-kv_tit {
    top: 14.72%;
    top: 134px;
    left: 50%;
    width: 720px;
    margin-left: -360px;
  }

  .athletes-index-kv_txt {
    top: 14.72%;
    top: 442px;
    left: 50%;
    width: 580px;
    margin-left: -290px;
  }

  .athletes-under-kv_sns-items,
  .athletes-index-kv_sns-items {
    top: 65.45%;
    top: 584px;
  }
  .athletes-under-kv_sns-items li,
  .athletes-index-kv_sns-items li {
    margin: 0 8px;
    width: 40px;
  }
  .athletes-under-kv_sns-items li a,
  .athletes-index-kv_sns-items li a {
    -webkit-transition: opacity 0.3s 0s ease;
    -moz-transition: opacity 0.3s 0s ease;
    transition: opacity 0.3s 0s ease;
  }
  .athletes-under-kv_sns-items li a:hover,
  .athletes-index-kv_sns-items li a:hover {
    -webkit-transition: opacity 0.3s 0s ease;
    -moz-transition: opacity 0.3s 0s ease;
    transition: opacity 0.3s 0s ease;
    opacity: 0.7;
  }

  .athletes-under-kv_sns-items {
    position: relative;
    top: 0;
    margin-bottom: 60px;
  }

  .athletes-index-con {
    position: relative;
    z-index: 5;
    margin-top: -8.15%;
    padding-top: 7.57%;
    margin-bottom: 76px;
    background: url(../img/colopl_athletes/bg-con-pc.png) center 0 no-repeat;
    background-size: 100% auto;
  }

  .athletes-tit {
    font-size: 28px;
    font-size: 2.8rem;
    padding-bottom: 28px;
  }
  .athletes-tit.type-mb {
    margin-bottom: 45px;
  }
  .athletes-tit::after {
    width: 70px;
    height: 2px;
    margin-left: -35px;
  }

  .athletes-index-item {
    padding-bottom: 48.78%;
    min-height: 683px;
  }
  .athletes-index-item.type-namamura {
    background: url(../img/colopl_athletes/bg-nakamura-pc.png) center center no-repeat;
    background-size: cover;
  }
  .athletes-index-item.type-fujisawa {
    margin-top: -81px;
    background: url(../img/colopl_athletes/bg-fujisawa-pc.png) center center no-repeat;
    background-size: cover;
  }
  .athletes-index-item.type-ohashi {
    margin-top: -81px;
    background: url(../img/colopl_athletes/bg-ohashi-pc.png) center center no-repeat;
    background-size: cover;
  }
  .athletes-index-item.type-imai {
    margin-top: -81px;
    background: url(../img/colopl_athletes/bg-imai-pc.png) center center no-repeat;
    background-size: cover;
  }
  .athletes-index-item.type-yamashita {
    margin-top: -81px;
    background: url(../img/colopl_athletes/bg-yamashita-pc.png) center center no-repeat;
    background-size: cover;
  }
  .athletes-index-item.type-nakamachi {
    margin-top: -81px;
    background: url(../img/colopl_athletes/bg-nakamachi-pc.png) center center no-repeat;
    background-size: cover;
  }
  .athletes-index-item.type-fujisawa .athletes-index-item-inner,
  .athletes-index-item.type-imai .athletes-index-item-inner,
  .athletes-index-item.type-nakamachi .athletes-index-item-inner {
    -webkit-transform: translateX(80px);
    -moz-transform: translateX(80px);
    transform: translateX(80px);
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1400px) {
  .athletes-index-item.type-fujisawa {
    margin-top: -5.79%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1400px) {
  .athletes-index-item.type-ohashi {
    margin-top: -5.79%;
  }
}

@media print, screen and (min-width: 768px) {
  .athletes-index-item-inner {
    width: 83.57%;
    max-width: 1170px;
    top: 26.35%;
    left: 50%;
    margin-left: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .type-fujisawa .athletes-index-item-inner, .type-imai .athletes-index-item-inner, .type-nakamachi .athletes-index-item-inner {
    margin-left: 0;
  }

  .athletes-index-item_txt {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1.4;
    margin-bottom: 35px;
  }

  .athletes-index-item_info {
    margin-bottom: 30px;
  }

  .athletes-index-item_info-play {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 8px;
  }

  .athletes-index-item_info-name {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }

  .athletes-index-item_info-name-ja {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .athletes-index-item_info-name-en {
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
    top: 5px;
  }

  .athletes-btn-back a,
  .athletes-index-item_btn a {
    width: 250px;
    height: 60px;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-transition: background 0.3s 0s ease;
    -moz-transition: background 0.3s 0s ease;
    transition: background 0.3s 0s ease;
  }
  .athletes-btn-back a span,
  .athletes-index-item_btn a span {
    padding-right: 20px;
  }
  .athletes-btn-back a span i,
  .athletes-index-item_btn a span i {
    width: 9px;
    height: 12px;
    margin-top: -6px;
    background: url(../img/common/icon-arrow-r-b-pc.png) 0 0 no-repeat;
    background-size: 100% auto;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  .athletes-btn-back a:hover,
  .athletes-index-item_btn a:hover {
    -webkit-transition: background 0.3s 0s ease;
    -moz-transition: background 0.3s 0s ease;
    transition: background 0.3s 0s ease;
    background: #f7c748;
  }
  .athletes-btn-back a:hover span i,
  .athletes-index-item_btn a:hover span i {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    transform: translateX(3px);
  }

  .athletes-btn-back {
    margin-bottom: 70px;
  }
  .athletes-btn-back a {
    width: 338px;
  }
}
@media print, screen and (max-width: 768px) {
  .page-en.page-colopl_athletes .athletes-index-item_txt {
    font-size: 18px;
  }
}
/**************************************
kuma page
**************************************/
body.page-kuma .contets-wrap {
  background: #90b84d;
  width: 100%;
  padding-bottom: 0 !important;
}
body.page-kuma .breadcrumb {
  margin-top: -10.67%;
}

.bl-kuma-first {
  background: url(../img/kuma/bg-01-sp.png) center 0 no-repeat;
  background-size: cover;
}

.kuma-kv {
  position: relative;
  width: 100%;
  padding-bottom: 88.53%;
}

.kuma-kv-chara-wrap {
  position: absolute;
  width: 46.93%;
  padding-bottom: 46.93%;
  top: 7.83%;
  left: 26.13%;
}

.kuma-kv-chara-circle {
  position: absolute;
  top: 0;
  left: 3%;
  z-index: 1;
  width: 94%;
  height: 100%;
  background: #fefdec;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.kuma-kv-chara-img {
  position: absolute;
  z-index: 2;
  width: 102.84%;
  top: -10.8%;
  left: -1.43%;
}

.kuma-kv-tit {
  position: absolute;
  width: 61.33%;
  top: 64.75%;
  left: 20%;
}

.kuma-kv-copy {
  position: absolute;
  width: 81.59%;
  top: 84.93%;
  left: 8.66%;
}

.bl-kuma-news {
  padding-top: 14.93%;
  padding-bottom: 20%;
  padding-bottom: 15.33%;
}

.kuma-news-tit {
  text-align: center;
  margin-bottom: 4.66%;
}
.kuma-news-tit img {
  width: 16.53%;
  margin: 0 auto;
}

.kuma-news-items {
  width: 77.33%;
  margin: 0 auto 10.66%;
}
.kuma-news-items li {
  margin-bottom: 4.31%;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.kuma-news-items li:last-child {
  margin-bottom: 0;
}
.kuma-news-items li time {
  width: 70px;
  display: block;
  font-size: 10px;
  font-size: 1rem;
  line-height: 2.0;
}
.kuma-news-items li a,
.kuma-news-items li div {
  display: block;
  width: calc(100% - 70px);
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
}

.kuma-main-nav {
  width: 86.66%;
  margin: 0 auto;
}
.kuma-main-nav ul {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.kuma-main-nav ul li {
  width: 47.23%;
  margin-bottom: 3.84%;
}
.kuma-main-nav ul li a {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 46.9%;
  background: url(../img/kuma/main-nav-bg.png) 0 0 no-repeat;
  background-size: cover;
}
.kuma-main-nav ul li a div {
  position: absolute;
  width: 88.59%;
  top: 12.82%;
  left: 6.61%;
  padding-bottom: 38.11%;
  text-align: center;
}
.kuma-main-nav ul li a span {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/kuma/main-nav-bg-02.png) 0 0 no-repeat;
  background-size: cover;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-top: 1%;
  top: 0;
  left: 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.1;
  color: #7f4a1e;
}

@media print, screen and (min-width: 768px) {
  body.page-kuma .breadcrumb {
    margin-top: -70px;
  }

  .bl-kuma-first {
    background: url(../img/kuma/bg-01-pc.png) center 0 no-repeat;
    background-size: 1920px auto;
  }

  .kuma-kv {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    width: 82.83%;
    max-width: 994px;
    margin: 0 auto;
    padding-top: 32px;
    padding-bottom: 0;
  }

  .kuma-kv-chara-wrap {
    position: static;
    position: relative;
    width: 36.01%;
    max-width: 358px;
    padding-bottom: 36.01%;
    top: 0;
    left: 0;
  }

  .kuma-kv-tit-copy {
    width: 59.35%;
    max-width: 590px;
  }

  .kuma-kv-tit {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 15.25%;
    margin-bottom: 2.71%;
  }

  .kuma-kv-copy {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
  }

  .bl-kuma-news {
    padding-top: 44px;
    padding-bottom: 116px;
  }

  .kuma-news {
    display: table;
    width: 80%;
    max-width: 720px;
    margin: 0 auto 40px;
  }

  .kuma-news-tit {
    display: table-cell;
    vertical-align: top;
    width: 94px;
    margin-bottom: 0;
  }
  .kuma-news-tit img {
    width: 100%;
    margin: 0 0;
  }

  .kuma-news-items {
    display: table-cell;
    vertical-align: top;
    width: auto;
    width: calc(100% - 94px);
    padding-left: 32px;
    margin-bottom: 0;
  }
  .kuma-news-items li {
    margin-bottom: 2.44%;
  }
  .kuma-news-items li time {
    width: 100px;
    line-height: 2.0;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1024px) {
  .kuma-news-items li time {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .kuma-news-items li a,
  .kuma-news-items li div {
    width: calc(100% - 100px);
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1024px) {
  .kuma-news-items li a,
  .kuma-news-items li div {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .kuma-news-items li a {
    -webkit-transition: opacity 0.3s 0s ease;
    -moz-transition: opacity 0.3s 0s ease;
    transition: opacity 0.3s 0s ease;
  }
  .kuma-news-items li a:hover {
    -webkit-transition: opacity 0.3s 0s ease;
    -moz-transition: opacity 0.3s 0s ease;
    transition: opacity 0.3s 0s ease;
    opacity: 0.6;
  }

  .kuma-main-nav {
    width: 82.85%;
    max-width: 1160px;
  }
  .kuma-main-nav ul li {
    width: 23.7%;
    margin-bottom: 0;
  }
  .kuma-main-nav ul li a div {
    top: 10.25%;
    left: 5.88%;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    -webkit-transform-origin: 50% 10%;
    -moz-transform-origin: 50% 10%;
    transform-origin: 50% 10%;
  }
  .kuma-main-nav ul li a span {
    padding-top: 0;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.05;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .kuma-main-nav ul li a span {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .kuma-main-nav ul li:nth-child(odd) a:hover div {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  .kuma-main-nav ul li:nth-child(even) a:hover div {
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}
.bl-kuma-about {
  background: #fefdec;
  padding-top: 10.66%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .bl-kuma-about {
    padding-top: 40px;
  }
}

.kuma-about-tit {
  width: 64%;
  margin: 0 auto 4.26%;
}

.kuma-about-txt {
  font-size: 12px;
  font-size: 1.2rem;
  width: 86.66%;
  margin: 0 auto 7.33%;
  line-height: 1.6;
}

.kuma-about-r {
  width: 57.33%;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .bl-kuma-about {
    padding-top: 0;
    padding-bottom: 0;
  }

  .kuma-about-inner {
    position: relative;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    width: 84%;
    max-width: 1176px;
    margin: 0 auto;
  }

  .kuma-about-l {
    width: 62.07%;
    max-width: 730px;
    padding-top: 5.1%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .kuma-about-l {
    padding-top: 8.21%;
  }
}

@media print, screen and (min-width: 768px) {
  .kuma-about-tit {
    text-align: left;
    width: 54.79%;
    max-width: 400px;
    margin: 0 0;
    margin-bottom: 15px;
  }

  .kuma-about-txt {
    font-size: 16px;
    font-size: 1.6rem;
    width: 100%;
    margin-bottom: 0;
    line-height: 2.0;
  }

  .kuma-about-r {
    width: 36.56%;
    margin: 0 0;
    margin-top: -32px;
  }
}
.bl-kuma-second {
  background: url(../img/kuma/bg-02-sp.png) center 0 no-repeat, url(../img/kuma/bg-02-repeat-sp.png) center 0 repeat-y;
  background-size: 100% auto ,100% auto;
}

.bl-kuma-profile {
  padding-top: 20%;
  padding-bottom: 18.66%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .bl-kuma-profile {
    padding-top: 75px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .bl-kuma-profile {
    padding-bottom: 70px;
  }
}

.kuma-profile-tit {
  width: 62.66%;
  margin: 0 auto 4.26%;
}

.kuma-profile-img {
  position: relative;
  z-index: 2;
  width: 43.2%;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.kuma-profile-info {
  position: relative;
  z-index: 1;
  width: 86.66%;
  margin: 0 auto;
  margin-top: -5.6%;
  padding-top: 8%;
  padding-bottom: 5.33%;
  background: #fefdec;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.kuma-profile-info-table {
  width: 87.69%;
  margin: 0 auto;
  border-top: 1px solid #a47850;
}
.kuma-profile-info-table th,
.kuma-profile-info-table td {
  vertical-align: top;
  border-bottom: 1px solid #a47850;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.0;
  padding: 16px 0;
}
.kuma-profile-info-table th {
  width: 34.21%;
}

@media print, screen and (min-width: 768px) {
  .bl-kuma-second {
    background: url(../img/kuma/bg-02-pc.png) center 0 no-repeat, url(../img/kuma/bg-02-repeat-pc.png) center 180px repeat-y;
    background-size: 1920px auto,1920px auto;
  }

  .bl-kuma-profile {
    padding-top: 11.71%;
    padding-bottom: 9.76%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .bl-kuma-profile {
    padding-top: 60px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .bl-kuma-profile {
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .bl-kuma-profile {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}

@media print, screen and (min-width: 768px) {
  .kuma-profile-tit {
    width: 390px;
    margin: 0 auto 3.12%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .kuma-profile-tit {
    margin-bottom: 32px;
  }
}

@media print, screen and (min-width: 768px) {
  .kuma-profile-img {
    position: relative;
    z-index: 2;
    width: 18.75%;
    max-width: 192px;
  }

  .kuma-profile-info {
    position: relative;
    z-index: 1;
    width: 69.14%;
    max-width: 708px;
    margin: 0 auto;
    margin-top: -4.11%;
    padding-top: 4.88%;
    padding-bottom: 3.9%;
    background: #fefdec;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .kuma-profile-info {
    margin-top: -42px;
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .kuma-profile-info-table {
    width: 88.98%;
    margin: 0 auto;
    border-top: 2px solid #a47850;
  }
  .kuma-profile-info-table th,
  .kuma-profile-info-table td {
    vertical-align: top;
    border-bottom: 2px solid #a47850;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 16px 20px 16px 25px;
  }
  .kuma-profile-info-table th {
    width: 23.8%;
    padding: 16px 15px 16px 25px;
  }
}
.kuma-diary-wrap {
  width: 89.33%;
  margin: 0 auto;
}

.kuma-diary-wrap-inner {
  padding-bottom: 292.23%;
  background: url(../img/kuma/kuma-diary-wrap-bg-sp.png) 0 0 no-repeat;
  background-size: cover;
  position: relative;
}

.kuma-diary-tit {
  position: absolute;
  width: 67.46%;
  top: 6.53%;
  left: 16.41%;
}

.kuma-diary-img {
  position: absolute;
  width: 17.61%;
  top: -2.15%;
  left: 17.31%;
}

.kuma-diary-items-scoll {
  position: absolute;
  top: 14.81%;
  left: 16.41%;
  width: 70.14%;
}

.kuma-diary-items-scoll-inner {
  position: absolute;
  width: 100%;
  overflow: hidden;
  padding-top: 2.55%;
  padding-bottom: 156.17%;
}

.kuma-diary-items {
  position: absolute;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  left: 2.55%;
  width: 91.48%;
}
.kuma-diary-items .kuma-diary-item {
  width: 46.51%;
  margin-bottom: 8.37%;
}
.kuma-diary-items .kuma-diary-item a {
  display: block;
  position: relative;
}
.kuma-diary-items .kuma-diary-item.state-new a::after {
  position: absolute;
  display: block;
  content: "";
  width: 50%;
  padding-bottom: 50%;
  top: 0%;
  top: -3px;
  left: -3px;
  background: url(../img/kuma/icon-new.png) 0 0 no-repeat;
  background-size: 100% auto;
  z-index: 1;
}

.kuma-diary-item_img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 10%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.kuma-diary-item_img img {
  position: absolute;
  width: 100%;
  height: auto;
}

.kuma-diary-item_tit {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}
.kuma-diary-item_tit span {
  padding: 0 22px;
  position: relative;
}
.kuma-diary-item_tit span::before, .kuma-diary-item_tit span::after {
  position: absolute;
  display: block;
  content: "";
  width: 14px;
  height: 16px;
  top: 50%;
  left: 0;
  margin-top: -8px;
  background: url(../img/kuma/icon-flower.png) 0 0 no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
.kuma-diary-item_tit span::before {
  left: auto;
  right: 0;
}

.kuma-diary-fb {
  position: absolute;
  top: 56.17%;
  left: 17.01%;
  width: 66.41%;
  padding-bottom: 108.65%;
}
.kuma-diary-fb .fb-page,
.kuma-diary-fb iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}

.kuma-diary-fb-inner {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}

.fb-page,
.fb-like-box,
.fb-like-box span,
.fb-like-box iframe {
  width: 100% !important;
}

div.fb-like-box, div.fb-like-box iframe[style], div.fb-like-box span {
  width: 100% !important;
}

@media print, screen and (min-width: 768px) {
  .kuma-diary-wrap {
    width: 89.28%;
    max-width: 1250px;
  }

  .kuma-diary-wrap-inner {
    padding-bottom: 64.64%;
    background: url(../img/kuma/kuma-diary-wrap-bg-pc.png) 0 0 no-repeat;
    background-size: cover;
    position: relative;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .kuma-diary-wrap-inner {
    padding-bottom: 404px;
  }
}

@media print, screen and (min-width: 768px) {
  .kuma-diary-tit {
    position: absolute;
    width: 41.92%;
    max-width: 524px;
    top: 9.4%;
    left: 28.8%;
  }

  .kuma-diary-img {
    position: absolute;
    width: 8.32%;
    top: 2.22%;
    left: 11.6%;
    max-width: 104px;
  }

  .kuma-diary-layout {
    position: absolute;
    top: 25.24%;
    left: 10.4%;
    left: 10%;
    width: 79.2%;
    max-width: 990px;
    padding-bottom: 41.2%;
  }

  .kuma-diary-items-scoll {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 67.13%;
    height: 100%;
    max-width: 668px;
  }

  .kuma-diary-items-scoll-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-bottom: 0;
  }

  .kuma-diary-items {
    position: absolute;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    left: 0.74%;
    width: 100%;
  }
  .kuma-diary-items .kuma-diary-item {
    width: 21.7%;
    margin-right: 2.99%;
    margin-bottom: 20px;
  }
  .kuma-diary-items .kuma-diary-item:nth-child(4n) {
    margin-right: 0;
  }
  .kuma-diary-items .kuma-diary-item a:hover .kuma-diary-item_img img {
    opacity: 0.7;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  .kuma-diary-items .kuma-diary-item a:hover .kuma-diary-item_tit {
    opacity: 0.7;
  }
  .kuma-diary-items .kuma-diary-item.state-new a::after {
    width: 48.27%;
    padding-bottom: 48.27%;
    top: -5px;
    left: -5px;
  }

  .kuma-diary-item_img {
    margin-bottom: 10px;
    overflow: hidden;
  }
  .kuma-diary-item_img img {
    -webkit-transition: transform 0.3s 0s ease, opacity 0.3s 0s ease;
    -moz-transition: transform 0.3s 0s ease, opacity 0.3s 0s ease;
    transition: transform 0.3s 0s ease, opacity 0.3s 0s ease;
  }

  .kuma-diary-item_tit {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-transition: opacity 0.3s 0s ease;
    -moz-transition: opacity 0.3s 0s ease;
    transition: opacity 0.3s 0s ease;
  }
  .kuma-diary-item_tit span {
    padding: 0 24px;
  }
  .kuma-diary-item_tit span::before, .kuma-diary-item_tit span::after {
    top: 0;
    margin-top: 0px;
  }

  .kuma-diary-fb {
    position: absolute;
    top: 56.17%;
    top: 0;
    left: auto;
    right: 0;
    width: 30.15%;
    padding-bottom: 0;
    height: 100%;
  }
}
.bl-kuma-present {
  padding-top: 17.33%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .bl-kuma-present {
    padding-top: 65px;
  }
}
.bl-kuma-present section h4 {
  text-align: center;
  margin-bottom: 4%;
  text-shadow: 2px 0 0 white,0 2px 0 white,-2px 0 0 white,0 -2px 0 white;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .bl-kuma-present section h4 {
    margin-bottom: 15px;
  }
}
.bl-kuma-present section h4 span {
  font-size: 23px;
  font-size: 2.3rem;
  color: #7f4a1e;
  position: relative;
  padding: 0 25px;
}
.bl-kuma-present section h4 span::after {
  position: absolute;
  display: block;
  content: "";
  width: 15px;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  left: 0;
  z-index: 1;
  background: #7f4a1e;
  box-shadow: 2px 0 0 white,0 2px 0 white,-2px 0 0 white,0 -2px 0 white;
}
.bl-kuma-present section h4 span::before {
  position: absolute;
  display: block;
  content: "";
  width: 15px;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  right: 0;
  z-index: 1;
  background: #7f4a1e;
  box-shadow: 2px 0 0 white,0 2px 0 white,-2px 0 0 white,0 -2px 0 white;
}

.kuma-present-tit {
  width: 56%;
  margin: 0 auto 5.33%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .kuma-present-tit {
    margin: 0 auto 40px;
  }
}

.present-txt-wallpaper {
  width: 77.33%;
  margin: 0 auto 3.33%;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.0;
  text-shadow: 2px 0 0 white,0 2px 0 white,-2px 0 0 white,0 -2px 0 white;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .present-txt-wallpaper {
    margin: 0 auto 25px;
  }
}

.kuma-present-wrap {
  width: 86.66%;
  margin: 0 auto;
}

.present-txt-nurie {
  text-align: center;
  margin: 0 auto 5.33%;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.0;
  text-shadow: 2px 0 0 white,0 2px 0 white,-2px 0 0 white,0 -2px 0 white;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .present-txt-nurie {
    margin: 0 auto 40px;
  }
}

.bl-kuma-wallpaper {
  padding-top: 14.66%;
  padding-bottom: 24%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .bl-kuma-wallpaper {
    padding-top: 55px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .bl-kuma-wallpaper {
    padding-bottom: 90px;
  }
}

.kuma-nurie-assets {
  position: relative;
  width: 89.33%;
  margin: 0 auto 5.33%;
  background: url(../img/kuma/kuma-nurie-bg-sp.png) 0 0 repeat-y;
  background-size: 100% auto;
  padding-top: 6.66%;
  padding-bottom: 12%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .kuma-nurie-assets {
    margin: 0 auto 40px;
  }
}

.kuma-nurie-img {
  position: absolute;
  top: 0;
  width: 25.67%;
  margin-top: -25.68%;
  left: 75.52%;
}

.kuma-nurie-items {
  width: 80.59%;
  margin: 0 auto 10.44%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .kuma-nurie-items {
    margin: 0 auto 70px;
  }
}
.kuma-nurie-items .kuma-nurie-item {
  margin-bottom: 8.95%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .kuma-nurie-items .kuma-nurie-item {
    margin-bottom: 30px;
  }
}

.kuma-nurie-items.type-hidden {
  height: 0;
  overflow: hidden;
}

.kuma-nurie-item_img {
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 5.55%;
}
.kuma-nurie-item_img img {
  position: relative;
  z-index: 1;
}
.kuma-nurie-item_img i {
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  width: 14px;
  height: 16px;
  margin-left: -7px;
  background: url(../img/kuma/kuma-pin.png) 0 0 no-repeat;
  background-size: 100% auto;
  z-index: 2;
}

.kuma-nurie-item_btn {
  width: 81.48%;
  margin: 0 auto;
}
.kuma-nurie-item_btn .hack-a,
.kuma-nurie-item_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 46px;
}
.kuma-nurie-item_btn .hack-a::after,
.kuma-nurie-item_btn a::after {
  display: block;
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d4b00c;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  z-index: 1;
}
.kuma-nurie-item_btn .hack-a div,
.kuma-nurie-item_btn a div {
  position: absolute;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #feda35;
  text-align: center;
  color: #5f3311;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  z-index: 2;
}
.kuma-nurie-item_btn .hack-a::after {
  background: #cfcfcf;
}
.kuma-nurie-item_btn .hack-a div {
  background: #d8d8d8;
  color: #fff;
}

.present-nurie-btm-txt {
  width: 78.66%;
  margin: 0 auto;
}
.present-nurie-btm-txt .list-indent {
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
}
.present-nurie-btm-txt .list-indent li {
  line-height: 2.0;
}
.present-nurie-btm-txt .list-indent a {
  color: #257cde;
}

.present-nurie-btm-txt_tit {
  font-size: 11px;
  font-size: 1.1rem;
  margin-bottom: 2.54%;
  color: #fff;
}

.kuma-nurie-more-btn {
  width: 52.23%;
  margin: 0 auto;
}
.kuma-nurie-more-btn a {
  width: 100%;
  display: block;
  height: 44px;
  text-align: center;
  position: relative;
}
.kuma-nurie-more-btn a::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 1;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
}
.kuma-nurie-more-btn a.state-active .btn-inner span i {
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  transform: scaleY(-1);
}
.kuma-nurie-more-btn a .btn-inner {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  border: 2px solid #fff;
  background: #a47850;
  color: #fff;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.kuma-nurie-more-btn a .btn-inner span {
  position: relative;
  padding: 0 16px 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline;
}
.kuma-nurie-more-btn a .btn-inner span i {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: 50%;
  margin-top: -5px;
  right: 0;
  background: url(../img/common/icon-arrow-btm.png) 0 0 no-repeat;
  background-size: 100% auto;
  z-index: 5;
}

@media print, screen and (min-width: 768px) {
  .bl-kuma-present {
    padding-top: 10.25%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .bl-kuma-present {
    padding-top: 52.5px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .bl-kuma-present {
    padding-top: 105px;
  }
}
@media print, screen and (min-width: 768px) {
  .bl-kuma-present section h4 {
    margin-bottom: 30px;
  }
  .bl-kuma-present section h4 span {
    font-size: 38px;
    font-size: 3.8rem;
    padding: 0 38px;
  }
  .bl-kuma-present section h4 span::after {
    width: 27px;
    top: 18px;
    margin-top: 0;
  }
  .bl-kuma-present section h4 span::before {
    width: 27px;
    top: 18px;
    margin-top: 0;
  }

  .kuma-present-tit {
    width: 330px;
    margin-bottom: 40px;
  }

  .present-txt-wallpaper {
    width: 100%;
    margin-bottom: 25px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    line-height: 2.0;
  }

  .kuma-present-wrap {
    width: 77.14%;
    max-width: 1080px;
  }

  .bl-kuma-wallpaper {
    padding-top: 70px;
    padding-bottom: 60px;
    padding-bottom: 130px;
    background: none;
  }

  .present-txt-nurie {
    text-align: center;
    margin-bottom: 25px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.0;
  }

  .kuma-nurie-assets {
    position: relative;
    width: 89.28%;
    max-width: 1250px;
    margin: 0 auto;
    margin-bottom: 30px;
    background: url(../img/kuma/kuma-nurie-bg-repeat-pc.png) 0 0 repeat-y;
    background-size: 100% auto;
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .kuma-nurie-assets::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 25px;
    top: -5px;
    left: 0;
    z-index: 1;
    background: url(../img/kuma/kuma-nurie-bg-pc.png) 0 0 no-repeat;
    background-size: 100% auto;
  }

  .kuma-nurie-img {
    position: absolute;
    z-index: 2;
    width: 13.84%;
    top: 0;
    margin-top: -13.76%;
    left: 68.64%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .kuma-nurie-img {
    margin-top: -86px;
  }
}

@media print, screen and (min-width: 768px) {
  .kuma-nurie-items {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    width: 86.4%;
    margin-bottom: 0;
  }
  .kuma-nurie-items .kuma-nurie-item {
    width: 31.48%;
    max-width: 340px;
    margin-bottom: 40px;
    margin-right: 2.77%;
  }
  .kuma-nurie-items .kuma-nurie-item:nth-child(3n) {
    margin-right: 0;
  }

  .kuma-nurie-item_img {
    margin-bottom: 28px;
  }
  .kuma-nurie-item_img i {
    top: 9px;
    left: 50%;
    width: 26px;
    height: 28px;
    margin-left: -13px;
  }

  .kuma-nurie-item_btn {
    width: 82.35%;
  }
  .kuma-nurie-item_btn .hack-a,
  .kuma-nurie-item_btn a {
    height: 65px;
  }
  .kuma-nurie-item_btn .hack-a::after,
  .kuma-nurie-item_btn a::after {
    top: 5px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }
  .kuma-nurie-item_btn .hack-a div,
  .kuma-nurie-item_btn a div {
    font-size: 20px;
    font-size: 2rem;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    -webkit-transition: background 0.3s ease, transform 0.3s ease;
    -moz-transition: background 0.3s ease, transform 0.3s ease;
    transition: background 0.3s ease, transform 0.3s ease;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1024px) {
  .kuma-nurie-item_btn .hack-a div,
  .kuma-nurie-item_btn a div {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .kuma-nurie-item_btn a:hover div {
    background: #fbe071;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  .kuma-nurie-item_btn a:active div {
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    transform: translateY(2px);
  }

  .present-nurie-btm-txt {
    width: 77.14%;
    max-width: 1080px;
  }
  .present-nurie-btm-txt .list-indent {
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .present-nurie-btm-txt .list-indent li {
    line-height: 2.0;
  }
  .present-nurie-btm-txt .list-indent a {
    color: #257cde;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .present-nurie-btm-txt .list-indent a:hover {
    opacity: 0.7;
  }

  .present-nurie-btm-txt_tit {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 6px;
    color: #fff;
  }

  .kuma-nurie-more-btn {
    width: 170px;
  }
  .kuma-nurie-more-btn a {
    height: 42px;
  }
  .kuma-nurie-more-btn a::after {
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
  }
  .kuma-nurie-more-btn a .btn-inner {
    border: 3px solid #fff;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  .kuma-nurie-more-btn a .btn-inner span {
    position: relative;
    padding: 0 22px 0 0;
    font-size: 16px;
    font-size: 1.6rem;
    display: inline;
  }
  .kuma-nurie-more-btn a .btn-inner span i {
    width: 9px;
    height: 10px;
    margin-top: -5px;
  }
  .kuma-nurie-more-btn a:hover .btn-inner {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  .kuma-nurie-more-btn a:active .btn-inner {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.img-ir-calendar {
  width: 86.66%;
  margin: 0 auto 13.33%;
}

@media print, screen and (min-width: 768px) {
  .img-ir-calendar {
    width: 83.57%;
    max-width: 1170px;
    margin: 0 auto 5.12%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .img-ir-calendar {
    margin-bottom: 60px;
  }
}

body.state-modal .modal {
  left: 0;
  position: relative;
}
body.state-modal .modal-bg {
  opacity: 0.6;
  left: 0;
}
body.state-modal .contets {
  position: fixed;
  top: 50px;
  width: 100%;
  height: calc(100vh - 50px);
  min-height: calc(100vh - 50px);
  overflow: hidden;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  body.state-modal .contets {
    top: 60px;
    height: calc(100vh - 60px);
    min-height: calc(100vh - 60px);
  }
}
body.state-modal .contets-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/*****************************
modal
*****************************/
.modal {
  position: relative;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  z-index: 100;
  padding: 35px 0 40px;
  padding: 50px 0 40px;
  left: -200%;
  text-align: center;
}

body.state-modal-center {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  overflow: hidden;
}
body.state-modal-center .modal {
  padding: 0 0 0;
  position: absolute;
  width: 100%;
  height: 100vh;
}
body.state-modal-center .modal-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-48%) translateX(-50%);
  -moz-transform: translateY(-48%) translateX(-50%);
  transform: translateY(-48%) translateX(-50%);
}

.modal-bg {
  position: fixed;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: 1;
  left: -100%;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.modal-wrap {
  display: none;
  position: relative;
  z-index: 2;
  color: #363130;
  width: 89.33%;
  margin: 0 auto;
  text-align: left;
}

.modal-wrap *::after,
.modal-wrap *::before,
.modal-wrap * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.modal-box {
  background: #fefdec;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: relative;
}
.modal-box img {
  width: 100%;
  height: auto;
}

.modal-close {
  display: block;
  width: 13.13%;
  position: absolute;
  top: 5px;
  right: 6px;
  z-index: 5;
}
.modal-close a {
  display: block;
  width: 100%;
  position: absolute;
  padding-bottom: 100%;
}
.modal-close a img {
  position: absolute;
  width: 40.9%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.modal-box-inner {
  padding-top: 14.92%;
  padding-bottom: 14.92%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .modal-box-inner {
    padding-top: 50px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .modal-box-inner {
    padding-bottom: 50px;
  }
}

.modal-box-img {
  width: 67.16%;
  margin: 0 auto 5.22%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .modal-box-img {
    margin: 0 auto 35px;
  }
}

.modal-box-time {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 3.73%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .modal-box-time {
    margin-bottom: 12.5px;
  }
}

.modal-box-tit {
  display: block;
  width: 89.55%;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 auto 10.44%;
  text-align: left;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .modal-box-tit {
    margin: 0 auto 70px;
  }
}

@media print, screen and (min-width: 768px) {
  .modal {
    padding: 50px 0 40px;
  }

  .modal-wrap {
    width: 72.97%;
    max-width: 686px;
  }

  .modal-close {
    width: 6.41%;
    max-width: 44px;
    top: 19px;
    right: 20px;
  }
  .modal-close a img {
    width: 50%;
    max-width: 22px;
  }

  .modal-box-inner {
    padding-top: 10.2%;
    padding-bottom: 10.2%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .modal-box-inner {
    padding-top: 35px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .modal-box-inner {
    padding-bottom: 35px;
  }
}

@media print, screen and (min-width: 768px) {
  .modal-box-img {
    width: 41.39%;
    margin: 0 auto 4.08%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .modal-box-img {
    margin: 0 auto 28px;
  }
}

@media print, screen and (min-width: 768px) {
  .modal-box-time-tit {
    display: table;
    width: 72.88%;
    margin: 0 auto 5.1%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .modal-box-time-tit {
    margin: 0 auto 35px;
  }
}

@media print, screen and (min-width: 768px) {
  .modal-box-time {
    display: table-cell;
    vertical-align: top;
    text-align: right;
    padding-top: 2px;
    padding-right: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 0;
    width: 100px;
  }

  .modal-box-tit {
    display: table-cell;
    vertical-align: top;
    width: auto;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 0;
  }
}
.bl-message {
  background: url(../img/company/history/message-btm-sp.png) 0 bottom no-repeat #fff;
  background-size: 100% auto;
  padding-bottom: 44%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .bl-message {
    padding-bottom: 165px;
  }
}

.message-con {
  background: #fff;
  width: 86.66%;
  margin: 0 auto;
  padding-bottom: 8%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .message-con {
    padding-bottom: 30px;
  }
}

.message-con-inner {
  width: 87.69%;
  margin: 0 auto;
}

.txt-copy-message {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
  color: #257CDE;
  margin-bottom: 8%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .txt-copy-message {
    margin-bottom: 30px;
  }
}
.page-en .txt-copy-message {
  font-family: 'Open Sans', sans-serif;
}

.txt-founder-img {
  width: auto !important;
  height: 20px !important;
  vertical-align: bottom;
  position: relative;
  -webkit-transform: translateY(-32%);
  -moz-transform: translateY(-32%);
  transform: translateY(-32%);
  margin: 0 2px;
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .txt-founder-img {
    -webkit-transform: translateY(-16%);
    -moz-transform: translateY(-16%);
    transform: translateY(-16%);
  }
}

.txt-l-prospectus {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0 2px;
}

@media print, screen and (min-width: 768px) {
  .bl-message {
    background: url(../img/company/history/message-btm-pc.png) 0 bottom no-repeat #fff;
    background-size: 100% auto;
    padding-bottom: 18.57%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .bl-message {
    padding-bottom: 130px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .bl-message {
    padding-bottom: 260px;
  }
}

@media print, screen and (min-width: 768px) {
  .message-con {
    background: #fff;
    width: 83.57%;
    max-width: 1170px;
    margin: 0 auto;
    padding-bottom: 6.42%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .message-con {
    padding-bottom: 45px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .message-con {
    padding-bottom: 90px;
  }
}

@media print, screen and (min-width: 768px) {
  .message-con-inner {
    width: 83.76%;
    max-width: 980px;
    margin: 0 auto;
  }

  .txt-copy-message {
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 1.4;
    margin-bottom: 4.28%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .txt-copy-message {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .txt-copy-message {
    margin-bottom: 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .txt-founder-img {
    height: 28px !important;
    margin: 0 2px;
  }

  .txt-l-prospectus {
    font-size: 20px;
    font-size: 2rem;
  }
}
.odeken-con {
  width: 86.66%;
  margin: 0 auto;
  background: #fff;
  padding-top: 6%;
  padding-bottom: 6%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .odeken-con {
    padding-top: 22.5px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .odeken-con {
    padding-bottom: 22.5px;
  }
}

.odeken-con-inner {
  width: 90.76%;
  margin: 0 auto;
}
.odeken-con-inner .odeken-layout {
  margin-bottom: 7.69%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .odeken-con-inner .odeken-layout {
    margin-bottom: 25px;
  }
}
.odeken-con-inner .odeken-layout:last-child {
  margin-bottom: 0;
}

.odeken-layout_l {
  margin-bottom: 7.69%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .odeken-layout_l {
    margin-bottom: 25px;
  }
}

.odeken-item a {
  display: block;
}

.odeken-item_img {
  margin-bottom: 4.61%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #D7DBDE;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .odeken-item_img {
    margin-bottom: 15px;
  }
}

.odeken-item_tit {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 700;
  margin: 0 5px;
  color: #257cde;
  margin-bottom: 3.07%;
  font-family: 'Comfortaa', 'Kosugi Maru', sans-serif;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .odeken-item_tit {
    margin-bottom: 10px;
  }
}

.odeken-item_txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0 5px;
}

@media print, screen and (min-width: 768px) {
  .odeken-con {
    width: 83.57%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 65px 0 65px;
  }

  .odeken-con-inner {
    width: 83.76%;
    max-width: 980px;
    margin: 0 auto;
  }
  .odeken-con-inner .odeken-layout {
    margin-bottom: 50px;
  }

  .odeken-layout {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }

  .odeken-layout_l {
    width: 48.46%;
    max-width: 475px;
    margin-bottom: 0;
  }

  .odeken-layout_r {
    width: 48.46%;
    max-width: 475px;
  }

  .odeken-item a {
    display: block;
    -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
    -moz-transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .odeken-item a:hover {
    opacity: 0.85;
  }
  .odeken-item a:hover .odeken-item_img img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    transform: scale(1.06);
  }

  .odeken-item_img {
    margin-bottom: 20px;
  }
  .odeken-item_img img {
    -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
    -moz-transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .odeken-item_tit {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    margin: 0 8px 20px;
    color: #45494c;
  }

  .odeken-item_txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 0 8px;
  }
}
/**************************************
csr page
**************************************/
.bl-health-top {
  width: 86.66%;
  margin: 0 auto;
  margin-bottom: 9.33%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .bl-health-top {
    margin-bottom: 35px;
  }
}

.man-layout {
  margin-bottom: 6.15%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .man-layout {
    margin-bottom: 20px;
  }
}

.man-layout-img {
  margin-bottom: 5.33%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .man-layout-img {
    margin-bottom: 20px;
  }
}

.box-round {
  border: 1px solid #D7DBDE;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}

.box-round-tit {
  background: #257cde;
  padding-top: 3.84%;
  padding-bottom: 3.84%;
  color: #fff;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.4;
  text-align: center;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .box-round-tit {
    padding-top: 12.5px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .box-round-tit {
    padding-bottom: 12.5px;
  }
}

.box-round-con {
  padding-top: 4.61%;
  padding-bottom: 9.23%;
  width: 87.69%;
  margin: 0 auto;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .box-round-con {
    padding-top: 15px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .box-round-con {
    padding-bottom: 30px;
  }
}

.box-round-ebeef1 {
  background: #ebeef1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  padding-top: 6.92%;
  padding-bottom: 6.92%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .box-round-ebeef1 {
    padding-top: 22.5px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .box-round-ebeef1 {
    padding-bottom: 22.5px;
  }
}

.box-round-ebeef1-inner {
  width: 87.69%;
  margin: 0 auto;
}

.list-round-items {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  border-top: 1px solid #D7DBDE;
  border-bottom: 1px solid #D7DBDE;
  border-left: 1px solid #D7DBDE;
}
.list-round-items ul {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.list-round-items ul li {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  border-bottom: 1px solid #D7DBDE;
  border-right: 1px solid #D7DBDE;
  width: 50%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 12px 14px;
}
.list-round-items ul li.no-btm-line-sp {
  border-bottom: none;
}
.list-round-items ul li.no-sp {
  display: none;
}

.csr-index-img {
  text-align: center;
}
.csr-index-img img {
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .bl-health-top {
    width: 83.57%;
    max-width: 1170px;
    margin-bottom: 90px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1024px) {
  .csr-index-img img {
    width: 44.87%;
    max-width: 525px;
  }

  .man-layout {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 35px;
  }

  .man-layout-img {
    width: 40.17%;
    margin-bottom: 0;
  }

  .man-layout-con {
    width: 54.7%;
  }
}
@media print, screen and (min-width: 768px) {
  .box-round-tit {
    padding: 28px 0;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1;
  }

  .box-round-con {
    padding: 32px 0 50px;
    width: 83.76%;
    max-width: 980px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  a.link-img {
    -webkit-transition: opacity 0.3s 0s ease;
    -moz-transition: opacity 0.3s 0s ease;
    transition: opacity 0.3s 0s ease;
  }
  a.link-img:hover {
    opacity: 0.7;
  }
}
@media print, screen and (min-width: 768px) {
  .box-round-ebeef1 {
    padding: 35px 0;
  }

  .box-round-ebeef1-inner {
    width: 91.83%;
    max-width: 900px;
  }

  .list-round-items ul li {
    width: 33.3%;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    padding: 12px 40px;
  }
  .list-round-items ul li.no-btm-line-sp {
    border-bottom: none;
  }
  .list-round-items ul li.no-btm-line-pc {
    border-bottom: none;
  }
  .list-round-items ul li.no-sp {
    display: block;
  }
}
/**************************************
contact page
**************************************/
.ir-contact-con {
  display: none;
}
.ir-contact-con.state-active {
  display: block;
}

.google-form {
  position: relative;
  width: 100%;
}
.google-form iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}
.google-form.type-visit {
  height: 2800px;
}
@media print, screen and (min-width: 350px) {
  .google-form.type-visit {
    height: 2600px;
  }
}
@media print, screen and (min-width: 380px) {
  .google-form.type-visit {
    height: 2550px;
  }
}
@media print, screen and (min-width: 768px) {
  .google-form.type-visit {
    height: 2500px;
  }
}
@media print, screen and (min-width: 1200px) {
  .google-form.type-visit {
    height: 2500px;
  }
}
.google-form.type-pr {
  height: 2800px;
}
@media print, screen and (min-width: 350px) {
  .google-form.type-pr {
    height: 2600px;
  }
}
@media print, screen and (min-width: 380px) {
  .google-form.type-pr {
    height: 2550px;
  }
}
@media print, screen and (min-width: 768px) {
  .google-form.type-pr {
    height: 2500px;
  }
}
@media print, screen and (min-width: 1200px) {
  .google-form.type-pr {
    height: 2500px;
  }
}
.page-en .google-form.type-pr {
  height: 1550px;
}
@media print, screen and (min-width: 350px) {
  .page-en .google-form.type-pr {
    height: 1400px;
  }
}
@media print, screen and (min-width: 380px) {
  .page-en .google-form.type-pr {
    height: 1300px;
  }
}
@media print, screen and (min-width: 768px) {
  .page-en .google-form.type-pr {
    height: 1280px;
  }
}
@media print, screen and (min-width: 1200px) {
  .page-en .google-form.type-pr {
    height: 1280px;
  }
}
.google-form.type-ir {
  height: 1280px;
}
@media print, screen and (min-width: 350px) {
  .google-form.type-ir {
    height: 1120px;
  }
}
@media print, screen and (min-width: 380px) {
  .google-form.type-ir {
    height: 1120px;
  }
}
@media print, screen and (min-width: 768px) {
  .google-form.type-ir {
    height: 1100px;
  }
}
@media print, screen and (min-width: 1200px) {
  .google-form.type-ir {
    height: 1100px;
  }
}
.google-form.type-goods {
  height: 1730px;
}
@media print, screen and (min-width: 350px) {
  .google-form.type-goods {
    height: 1550px;
  }
}
@media print, screen and (min-width: 380px) {
  .google-form.type-goods {
    height: 1430px;
  }
}
@media print, screen and (min-width: 768px) {
  .google-form.type-goods {
    height: 1370px;
  }
}
@media print, screen and (min-width: 1200px) {
  .google-form.type-goods {
    height: 1370px;
  }
}
.google-form.type-service, .google-form.type-recruit {
  height: 1720px;
}
@media print, screen and (min-width: 350px) {
  .google-form.type-service, .google-form.type-recruit {
    height: 1560px;
  }
}
@media print, screen and (min-width: 380px) {
  .google-form.type-service, .google-form.type-recruit {
    height: 1500px;
  }
}
@media print, screen and (min-width: 768px) {
  .google-form.type-service, .google-form.type-recruit {
    height: 1490px;
  }
}
@media print, screen and (min-width: 1200px) {
  .google-form.type-service, .google-form.type-recruit {
    height: 1490px;
  }
}
.page-en .google-form.type-service, .page-en .google-form.type-recruit {
  height: 1450px;
}
@media print, screen and (min-width: 350px) {
  .page-en .google-form.type-service, .page-en .google-form.type-recruit {
    height: 1300px;
  }
}
@media print, screen and (min-width: 380px) {
  .page-en .google-form.type-service, .page-en .google-form.type-recruit {
    height: 1200px;
  }
}
@media print, screen and (min-width: 768px) {
  .page-en .google-form.type-service, .page-en .google-form.type-recruit {
    height: 1180px;
  }
}
@media print, screen and (min-width: 1200px) {
  .page-en .google-form.type-service, .page-en .google-form.type-recruit {
    height: 1180px;
  }
}
.google-form.type-right {
  height: 1830px;
}
@media print, screen and (min-width: 350px) {
  .google-form.type-right {
    height: 1650px;
  }
}
@media print, screen and (min-width: 380px) {
  .google-form.type-right {
    height: 1530px;
  }
}
@media print, screen and (min-width: 768px) {
  .google-form.type-right {
    height: 1470px;
  }
}
@media print, screen and (min-width: 1200px) {
  .google-form.type-right {
    height: 1470px;
  }
}

.table-scroll-wrap {
  margin-bottom: 20px;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  position: relative;
}
.table-scroll-wrap::after {
  position: absolute;
  display: block;
  content: "";
  width: 5px;
  height: 14px;
  bottom: 0px;
  right: -5px;
  z-index: 1;
  background: #fff;
}
.table-scroll-wrap::before {
  position: absolute;
  display: block;
  content: "";
  width: 5px;
  height: 14px;
  bottom: 0px;
  left: -5px;
  z-index: 1;
  background: #fff;
}

.table-scroll {
  -webkit-overflow-scrolling: touch;
}

.table-scroll::-webkit-scrollbar {
  height: 4px;
}

.table-scroll::-webkit-scrollbar-track {
  border-radius: 2px;
}

.table-scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #ccc;
}

.table-scroll {
  position: relative;
  padding-bottom: 10px;
  width: 100%;
  overflow-x: scroll;
  position: relative;
}
.table-scroll table {
  width: 750px;
  border-left: none;
  margin-bottom: 0;
}
.table-scroll table th:last-child,
.table-scroll table td:last-child {
  border-right: none;
}
.table-scroll.table-scroll-type-01 table td:nth-child(1),
.table-scroll.table-scroll-type-01 table th:nth-child(1) {
  width: 8%;
}
.table-scroll.table-scroll-type-01 table td:nth-child(2),
.table-scroll.table-scroll-type-01 table th:nth-child(2) {
  width: 22%;
}
.table-scroll.table-scroll-type-01 table td:nth-child(3),
.table-scroll.table-scroll-type-01 table th:nth-child(3) {
  width: 40%;
}
.table-scroll.table-scroll-type-01 table td:nth-child(4),
.table-scroll.table-scroll-type-01 table th:nth-child(4) {
  width: 30%;
}
.table-scroll.table-scroll-type-02 table td:nth-child(1),
.table-scroll.table-scroll-type-02 table th:nth-child(1) {
  width: 44%;
}
.table-scroll.table-scroll-type-02 table td:nth-child(2),
.table-scroll.table-scroll-type-02 table th:nth-child(2) {
  width: 13%;
}
.table-scroll.table-scroll-type-02 table td:nth-child(3),
.table-scroll.table-scroll-type-02 table th:nth-child(3) {
  width: 13%;
}
.table-scroll.table-scroll-type-02 table td:nth-child(4),
.table-scroll.table-scroll-type-02 table th:nth-child(4) {
  width: 30%;
}
.table-scroll.table-scroll-type-03 table td:nth-child(1),
.table-scroll.table-scroll-type-03 table th:nth-child(1) {
  width: 16%;
}
.table-scroll.table-scroll-type-03 table td:nth-child(2),
.table-scroll.table-scroll-type-03 table th:nth-child(2) {
  width: 42%;
}
.table-scroll.table-scroll-type-03 table td:nth-child(3),
.table-scroll.table-scroll-type-03 table th:nth-child(3) {
  width: 42%;
}
.table-scroll.table-scroll-type-03-02 table td:nth-child(1),
.table-scroll.table-scroll-type-03-02 table th:nth-child(1) {
  width: 25%;
}
.table-scroll.table-scroll-type-03-02 table td:nth-child(2),
.table-scroll.table-scroll-type-03-02 table th:nth-child(2) {
  width: 37.5%;
}
.table-scroll.table-scroll-type-03-02 table td:nth-child(3),
.table-scroll.table-scroll-type-03-02 table th:nth-child(3) {
  width: 37.5%;
}
.table-scroll.table-scroll-type-04 table td:nth-child(1),
.table-scroll.table-scroll-type-04 table th:nth-child(1) {
  width: 30%;
}
.table-scroll.table-scroll-type-04 table td:nth-child(2),
.table-scroll.table-scroll-type-04 table th:nth-child(2) {
  width: 70%;
}

.per-50 {
  width: 50% !important;
  min-width: auto !important;
  max-width: auto !important;
}

.hack-w-01 {
  min-width: 200px;
}

.hack-w-03 {
  min-width: 140px;
}

.hack-w-04 {
  min-width: 200px;
}

.news-article table td.hack-td-50,
.news-article table th.hack-td-50 {
  width: 50% !important;
}

.img-row-03 img {
  display: block;
  width: 80%;
  margin: 0 auto 20px;
}

.row-03-items {
  margin-bottom: 20px;
}
.row-03-items .row-03-item {
  margin-bottom: 20px;
}
.row-03-items .row-03-item:last-child {
  margin-bottom: 0;
}

.row-01-item_img,
.row-02-item_img,
.row-03-item_img {
  margin-bottom: 10px;
  text-align: center;
}
.row-01-item_img img,
.row-02-item_img img,
.row-03-item_img img {
  width: 90%;
  margin: 0 auto;
}

.row-01-item_txt,
.row-02-item_txt,
.row-03-item_txt {
  width: 90%;
  margin: 0 auto;
}

.offset-article-sp {
  width: 90%;
  margin: 0 auto;
}

.fred {
  color: #cc3300;
}

.fblue {
  color: #1122cc;
}

.news-article .othertable th,
.news-article .othertable td {
  width: auto !important;
  min-width: auto !important;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px 6px !important;
  text-align: center !important;
  line-height: 1.4;
}
.news-article .othertable th {
  width: 11.11% !important;
  min-width: 11.11% !important;
}

.news-article .row-03-table th,
.news-article .row-03-table td {
  width: 33.33% !important;
  min-width: 33.33% !important;
}

.news-article .auto-table th,
.news-article .auto-table td {
  width: auto !important;
  min-width: auto !important;
}

@media print, screen and (min-width: 768px) {
  .img-row-03 img {
    display: block;
    width: 80%;
    margin: 0 auto 20px;
  }

  .row-03-items {
    margin-bottom: 10px;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .row-03-items .row-03-item {
    width: 32.5%;
    margin-bottom: 0;
  }
  .row-03-items .row-03-item:last-child {
    margin-bottom: 0;
  }

  .row-02-items {
    margin-bottom: 30px;
  }
  .row-02-items .row-02-item {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .row-02-items .row-02-item:last-child {
    margin-bottom: 0;
  }
  .row-02-items .row-02-item .row-02-item_img {
    width: 66%;
  }
  .row-02-items .row-02-item .row-02-item_txt {
    width: 30%;
  }

  .row-01-items {
    margin-bottom: 40px;
  }
  .row-01-items .row-01-item {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .row-01-items .row-01-item:last-child {
    margin-bottom: 0;
  }
  .row-01-items .row-01-item .row-01-item_img {
    width: 32.5%;
  }
  .row-01-items .row-01-item .row-01-item_txt {
    width: 63%;
  }

  .row-01-item_img,
  .row-02-item_img,
  .row-03-item_img {
    margin-bottom: 0;
    text-align: center;
  }
  .row-01-item_img img,
  .row-02-item_img img,
  .row-03-item_img img {
    width: 100%;
    margin: 0 auto;
  }

  .row-03-item_img {
    margin-bottom: 10px;
  }

  .row-01-item_txt,
  .row-02-item_txt,
  .row-03-item_txt {
    width: 100%;
  }

  .offset-article-sp {
    width: 100%;
  }

  .img-row-03 {
    text-align: center;
    margin: 0 auto 0;
  }
  .img-row-03 img {
    display: inline-block;
    width: 30%;
    margin: 0 5px 20px;
  }

  .table-scroll table {
    width: 100%;
  }
}
@media print, screen and (min-width: 1200px) {
  .table-scroll-wrap {
    margin-bottom: 15px;
    border-right: none;
    border-left: none;
  }

  .table-scroll {
    padding-bottom: 0;
    width: 100%;
    overflow-x: visible;
  }
  .table-scroll table {
    width: 100%;
    border-left: 1px solid #ccc;
  }
  .table-scroll table th:last-child,
  .table-scroll table td:last-child {
    border-right: 1px solid #ccc;
  }
}
/* 404 */
.bl-not-found-404 {
  width: 86.66%;
  margin: 0 auto;
  padding-top: 13.33%;
  padding-bottom: 13.33%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .bl-not-found-404 {
    padding-top: 50px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .bl-not-found-404 {
    padding-bottom: 50px;
  }
}

.not-found-404-layout {
  margin-bottom: 7.69%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .not-found-404-layout {
    margin-bottom: 25px;
  }
}

.not-found-img {
  width: 50.76%;
  margin: 0 auto;
  margin-bottom: 9.23%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .not-found-img {
    margin-bottom: 30px;
  }
}

.not-found-con_tit {
  margin-bottom: 6.15%;
  font-size: 16px;
  font-size: 1.6rem;
  color: #257CDE;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .not-found-con_tit {
    margin-bottom: 20px;
  }
}
.not-found-con_tit span {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  font-family: 'Comfortaa', cursive;
  display: block;
  margin-bottom: 8px;
}

.not-found-con_txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.0;
}

@media print, screen and (min-width: 1024px) {
  .bl-not-found-404 {
    width: 83.76%;
    max-width: 980px;
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .not-found-404-layout {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 75px;
  }

  .not-found-img {
    width: 33.67%;
    margin-bottom: 0;
  }

  .not-found-con {
    width: 64.28%;
    padding-top: 50px;
  }

  .not-found-con_tit {
    margin-bottom: 60px;
    font-size: 19px;
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 1024px) and (min-width: 1200px) {
  .not-found-con_tit {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .not-found-con_tit span {
    font-size: 50px;
    font-size: 5rem;
    margin-bottom: 14px;
  }
}
@media print, screen and (min-width: 1024px) and (min-width: 1200px) {
  .not-found-con_tit span {
    font-size: 60px;
    font-size: 6rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .not-found-con_txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1024px) and (min-width: 1200px) {
  .not-found-con_txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.sitemap-items .sitemap-item {
  margin-bottom: 9.86%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .sitemap-items .sitemap-item {
    margin-bottom: 37px;
  }
}
.sitemap-items .sitemap-item:last-child ul li:last-child {
  margin-bottom: 0;
}
.sitemap-items .sitemap-item ul li {
  margin-bottom: 10.66%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .sitemap-items .sitemap-item ul li {
    margin-bottom: 40px;
  }
}
.sitemap-items .sitemap-item ul li:last-child {
  margin-bottom: 0;
}
.sitemap-items .sitemap-item ul li div a {
  display: block;
  padding: 20px 20px 20px 10px;
  border-bottom: 1px solid #257cde;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  color: #257cde;
}
.sitemap-items .sitemap-item ul li div a i {
  position: absolute;
  display: block;
  width: 10px;
  height: 18px;
  top: 50%;
  margin-top: -9px;
  right: 8px;
  background: url(../img/common/icon-arr-blue.png) 0 0 no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
.sitemap-items .sitemap-item ul li ul {
  padding: 20px 0 0;
}
.sitemap-items .sitemap-item ul li ul li {
  margin-bottom: 2px;
}
.sitemap-items .sitemap-item ul li ul li:last-child {
  margin-bottom: 0;
}
.sitemap-items .sitemap-item ul li ul li a {
  display: block;
  padding: 14px 0 14px 32px;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
}
.sitemap-items .sitemap-item ul li ul li a i {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 9px;
  top: 50%;
  margin-top: -4px;
  left: 10px;
  background: url(../img/common/icon-arrow-r.png) 0 0 no-repeat;
  background-size: 8px 9px;
  z-index: 1;
}

@media print, screen and (min-width: 1200px) {
  .sitemap-items {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .sitemap-items .sitemap-item {
    width: 29.48%;
    margin-bottom: 0;
  }
  .sitemap-items .sitemap-item ul li {
    margin-bottom: 25px;
  }
  .sitemap-items .sitemap-item ul li div a {
    display: block;
    padding: 16px 20px 16px 10px;
    border-bottom: 1px solid #257cde;
    font-size: 20px;
    font-size: 2rem;
    position: relative;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .sitemap-items .sitemap-item ul li div a:hover {
    opacity: 0.7;
  }
  .sitemap-items .sitemap-item ul li div a i {
    position: absolute;
    display: block;
    width: 8px;
    height: 14px;
    top: 50%;
    margin-top: -7px;
    right: 5px;
    background: url(../img/common/icon-arr-blue.png) 0 0 no-repeat;
    background-size: 100% auto;
    z-index: 1;
  }
  .sitemap-items .sitemap-item ul li ul {
    padding: 10px 0 0;
  }
  .sitemap-items .sitemap-item ul li ul li {
    margin-bottom: 0px;
  }
  .sitemap-items .sitemap-item ul li ul li:last-child {
    margin-bottom: 0;
  }
  .sitemap-items .sitemap-item ul li ul li a {
    display: block;
    padding: 14px 0 14px 25px;
    font-size: 16px;
    font-size: 1.6rem;
    position: relative;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .sitemap-items .sitemap-item ul li ul li a:hover {
    opacity: 0.7;
  }
  .sitemap-items .sitemap-item ul li ul li a i {
    position: absolute;
    display: block;
    content: "";
    width: 8px;
    height: 9px;
    top: 50%;
    margin-top: -4px;
    left: 5px;
    background: url(../img/common/icon-arrow-r.png) 0 0 no-repeat;
    background-size: 8px 9px;
    z-index: 1;
  }
}
.movie-youtube-wrap {
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
}

.movie-youtube {
  position: relative;
  padding-bottom: 56.25%;
}
.movie-youtube iframe {
  position: absolute;
  width: 100%;
  max-width: 980px;
  height: 100%;
  top: 0;
  left: 0;
}
.kuma-wallpaper-assets-wrap {
  position: relative;
  width: 89.33%;
  margin: 0 auto 5.33%;
  background: url(../img/kuma/kuma-nurie-bg-sp.png) 0 0 repeat-y;
  background-size: 100% auto;
  padding-top: 6.66%;
  padding-bottom: 12%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .kuma-wallpaper-assets-wrap {
    margin: 0 auto 40px;
  }
}

.kuma-wallpaper-assets {
  margin: 0 auto 5.97%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .kuma-wallpaper-assets {
    margin: 0 auto 40px;
  }
}

.kuma-wallpaper-assets-con {
  width: 83.58%;
  background: url(../img/kuma/kuma-wallpaper-bg-top-sp.png) 0 0 no-repeat, url(../img/kuma/kuma-wallpaper-bg-btm-sp.png) 0 100% no-repeat, url(../img/kuma/kuma-wallpaper-bg-repeat-sp.png) 0 0 repeat-y;
  background-size: 100% auto,100% auto,100% auto;
  margin: 0 auto;
  padding-top: 12.68%;
  padding-bottom: 2.98%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .kuma-wallpaper-assets-con {
    padding-top: 42.5px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .kuma-wallpaper-assets-con {
    padding-bottom: 10px;
  }
}

.kuma-wallpaper-items .kuma-wallpaper-item {
  width: 85.71%;
  margin: 0 auto 14.28%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .kuma-wallpaper-items .kuma-wallpaper-item {
    margin: 0 auto 80px;
  }
}
.kuma-wallpaper-items .kuma-wallpaper-item:last-child {
  margin: 0 auto 14.28%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .kuma-wallpaper-items .kuma-wallpaper-item:last-child {
    margin: 0 auto 80px;
  }
}
.kuma-wallpaper-items.type-hidden {
  height: 0;
  overflow: hidden;
}

.kuma-wallpaper-item-tit {
  margin: 0 auto 3.33%;
  padding-left: 22px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #e73828;
  position: relative;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .kuma-wallpaper-item-tit {
    margin: 0 auto 16px;
  }
}
.kuma-wallpaper-item-tit::after {
  position: absolute;
  display: block;
  content: "";
  width: 14px;
  height: 16px;
  top: 50%;
  left: 2px;
  margin-top: -8px;
  background: url(../img/kuma/icon-flower-red.png) 0 0 no-repeat;
  background-size: 100% auto;
  z-index: 1;
}

.kuma-wallpaper-item-layout-tit {
  margin: 0 auto 4.16%;
  text-align: center;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .kuma-wallpaper-item-layout-tit {
    margin: 0 auto 20px;
  }
}
.kuma-wallpaper-item-layout-tit span {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 22px;
  position: relative;
}
.kuma-wallpaper-item-layout-tit span::before, .kuma-wallpaper-item-layout-tit span::after {
  position: absolute;
  display: block;
  content: "";
  width: 14px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  background: url(../img/kuma/icon-flower-red.png) 0 0 no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
.kuma-wallpaper-item-layout-tit span::after {
  left: 2px;
}
.kuma-wallpaper-item-layout-tit span::before {
  right: 2px;
}

.kuma-wallpaper-item-layout-l {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 8.33%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .kuma-wallpaper-item-layout-l {
    margin-bottom: 20px;
  }
}

.kuma-wallpaper-item-layout-r .kuma-wallpaper-item-btn-items {
  margin-bottom: 11.45%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .kuma-wallpaper-item-layout-r .kuma-wallpaper-item-btn-items {
    margin-bottom: 27.5px;
  }
}
.kuma-wallpaper-item-layout-r .kuma-wallpaper-item-btn-items:last-child {
  margin-bottom: 0;
}

.kuma-wallpaper-item-btn-items {
  width: 91.66%;
  margin: 0 auto;
}
.kuma-wallpaper-item-btn-items li {
  margin-bottom: 6.25%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .kuma-wallpaper-item-btn-items li {
    margin-bottom: 15px;
  }
}
.kuma-wallpaper-item-btn-items li:last-child {
  margin-bottom: 0;
}
.kuma-wallpaper-item-btn-items li .hack-a,
.kuma-wallpaper-item-btn-items li a {
  position: relative;
  display: block;
  width: 100%;
  height: 46px;
}
.kuma-wallpaper-item-btn-items li .hack-a::after,
.kuma-wallpaper-item-btn-items li a::after {
  display: block;
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d4b00c;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  z-index: 1;
}
.kuma-wallpaper-item-btn-items li .hack-a div,
.kuma-wallpaper-item-btn-items li a div {
  position: absolute;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #feda35;
  text-align: center;
  color: #5f3311;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  z-index: 2;
}
.kuma-wallpaper-item-btn-items li .hack-a::after {
  background: #cfcfcf;
}
.kuma-wallpaper-item-btn-items li .hack-a div {
  background: #d8d8d8;
  color: #fff;
}

@media print, screen and (min-width: 1200px) {
  .kuma-wallpaper-assets-wrap {
    width: 89.28%;
    max-width: 1250px;
    margin: 0 auto 30px;
    background: url(../img/kuma/kuma-nurie-bg-repeat-pc.png) 0 0 repeat-y;
    background-size: 100% auto;
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .kuma-wallpaper-assets {
    margin-bottom: 30px;
  }

  .kuma-wallpaper-assets-con {
    width: 86.4%;
    max-width: 1080;
    background: url(../img/kuma/kuma-wallpaper-bg-top-pc.png) 0 0 no-repeat, url(../img/kuma/kuma-wallpaper-bg-btm-pc.png) 0 100% no-repeat, url(../img/kuma/kuma-wallpaper-bg-repeat-pc.png) 0 0 repeat-y;
    background-size: 100% auto,100% auto,100% auto;
    padding-top: 46px;
    padding-bottom: 20px;
  }

  .kuma-wallpaper-items .kuma-wallpaper-item {
    width: 88.88%;
    max-width: 960;
    margin-bottom: 45px;
  }
  .kuma-wallpaper-items .kuma-wallpaper-item:last-child {
    margin-bottom: 45px;
  }

  .kuma-wallpaper-item-tit {
    text-align: left;
    margin-bottom: 12px;
    padding-left: 26px;
    font-size: 20px;
    font-size: 2.0rem;
  }

  .kuma-wallpaper-item-layout {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }

  .kuma-wallpaper-item-layout-tit {
    margin-bottom: 16px;
  }
  .kuma-wallpaper-item-layout-tit span {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 0 26px;
  }
  .kuma-wallpaper-item-layout-tit span::after {
    left: 2px;
  }
  .kuma-wallpaper-item-layout-tit span::before {
    right: 2px;
  }

  .kuma-wallpaper-item-layout-l {
    margin-bottom: 0;
    width: 35.41%;
    max-width: 340px;
  }

  .kuma-wallpaper-item-layout-r {
    width: 60.41%;
    max-width: 580px;
  }
  .kuma-wallpaper-item-layout-r .kuma-wallpaper-item-btn-items {
    margin-bottom: 45px;
  }
  .kuma-wallpaper-item-layout-r .kuma-wallpaper-item-btn-items:last-child {
    margin-bottom: 0;
  }

  .kuma-wallpaper-item-btn-items {
    width: 100%;
    margin: 0 auto;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .kuma-wallpaper-item-btn-items li {
    width: 48.27%;
    max-width: 280px;
    margin-bottom: 0;
  }
  .kuma-wallpaper-item-btn-items li .hack-a,
  .kuma-wallpaper-item-btn-items li a {
    position: relative;
    display: block;
    width: 100%;
    height: 65px;
  }
  .kuma-wallpaper-item-btn-items li .hack-a::after,
  .kuma-wallpaper-item-btn-items li a::after {
    top: 5px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }
  .kuma-wallpaper-item-btn-items li .hack-a div,
  .kuma-wallpaper-item-btn-items li a div {
    font-size: 20px;
    font-size: 2rem;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    -webkit-transition: background 0.3s ease, transform 0.3s ease;
    -moz-transition: background 0.3s ease, transform 0.3s ease;
    transition: background 0.3s ease, transform 0.3s ease;
  }
}
@media print, screen and (min-width: 1200px) and (min-width: 1024px) {
  .kuma-wallpaper-item-btn-items li .hack-a div,
  .kuma-wallpaper-item-btn-items li a div {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .kuma-wallpaper-item-btn-items li a:hover div {
    background: #fbe071;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  .kuma-wallpaper-item-btn-items li a:active div {
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    transform: translateY(2px);
  }
}
/**
 * Swiper 4.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 14, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 1200px) {
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    opacity: 0.7;
  }
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  /*  pointer-events: none; */
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 1;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/*
 * 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 .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
  opacity: 0.0 !important;
}

.ps__rail-y {
  display: none;
  opacity: 1;
  width: 6px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out, opacity .2s linear;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out, opacity .2s linear;
}

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

.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 {
  width: 10px;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #edecdc;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .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: #53575e;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 0;
  /* 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: #53575e;
  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: #53575e;
  width: 10px;
}

/* 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;
  }
}
