@charset "UTF-8";
/* =================================================================================================

　基本スタイル

================================================================================================= */
/* CSS Document */
/* ----------------------------------------------------------------------------
　リセット
---------------------------------------------------------------------------- */
body a {
  outline: 0;
}

body, h1, h2, h3, h4, h5, ul, li, dl, dt, dd, p, strong, address {
  margin: 0;
  padding: 0;
}

ul, ul li {
  list-style: none;
}

ol {
  padding: 0 0 0 1rem;
}

address {
  font-style: normal;
}

img {
  border: 0;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

input[type=text] {
  -webkit-appearance: none;
          appearance: none;
}

input:focus {
  outline: none;
}

select:focus {
  outline: none;
}

textarea:focus {
  outline: none;
}

/* ----------------------------------------------------------------------------
　フォントサイズ
---------------------------------------------------------------------------- */
html {
  font-size: 16px;
}

@media screen and (max-width: 800px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 592px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 350px) {
  html {
    font-size: 12px;
  }
}
body {
  -webkit-text-size-adjust: 100%;
}

/* ----------------------------------------------------------------------------
　フォントファミリー
---------------------------------------------------------------------------- */
body {
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #333;
  overflow-x: hidden !important;
}

select, input, textarea, button {
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

/* ----------------------------------------------------------------------------
　リンク
---------------------------------------------------------------------------- */
a {
  text-decoration: none;
  text-underline-offset: 0.1rem;
  color: #333;
}

a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 592px) {
  a:hover {
    opacity: 1;
  }
}

/* ----------------------------------------------------------------------------
　要素の表示・非表示
---------------------------------------------------------------------------- */
.is-visible-xld,
.is-visible-ld,
.is-visible-md,
.is-visible-sd {
  display: none;
}

@media all and (max-width: 1366px) {
  .is-visible-xld {
    display: block;
  }
  .is-hidden-xld {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .is-visible-ld {
    display: block;
  }
  .is-hidden-ld {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .is-visible-md {
    display: block;
  }
  .is-hidden-md {
    display: none;
  }
}
@media screen and (max-width: 592px) {
  .is-visible-sd {
    display: block;
  }
  .is-hidden-sd {
    display: none !important;
  }
}
/* ----------------------------------------------------------------------------
　画像ぼやけ対策
---------------------------------------------------------------------------- */
img {
  -webkit-backface-visibility: hidden;
}

/* ----------------------------------------------------------------------------
　デバッグ用
---------------------------------------------------------------------------- */
#widthdebug {
  position: fixed;
  left: 0rem;
  bottom: 0rem;
  background-color: #000;
  color: #fff;
  font-size: 0.875rem;
  z-index: 1000000;
}

html {
  overflow-x: hidden !important;
}

body {
  overflow-x: hidden !important;
}

main {
  display: block;
  overflow-x: hidden !important;
}

/* ----------------------------------------------------------------------------
　ヘッダ
---------------------------------------------------------------------------- */
header {
  box-sizing: border-box;
  position: fixed;
  top: 0rem;
  left: 0rem;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 800px) {
  header {
    padding: 0.8rem 0;
  }
}
@media screen and (max-width: 592px) {
  header {
    z-index: 1003;
  }
}

header .sub_menu {
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.2rem 1.5rem 0.4rem;
}
@media screen and (max-width: 800px) {
  header .sub_menu {
    display: none;
  }
}

header .sub_menu > li {
  margin-left: 1rem;
  position: relative;
}

header .sub_menu > li a {
  color: #fff;
  font-size: 0.75rem;
  line-height: 110%;
}

/* site_search */
header .sub_menu .site_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0.1rem;
}

header .sub_menu .site_search input[name=search_text] {
  box-sizing: border-box;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0px;
  border: 1px solid #ccc;
  width: 150px;
  padding: 0 0.5rem;
}

header .sub_menu .site_search input[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0px;
  display: block;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background-color: #000;
  color: #fff;
  border-left: none;
  width: 60px;
  height: 100%;
  padding: 0.2rem 0rem;
  text-align: center;
}
header .sub_menu .site_search input[type=submit]:hover {
  opacity: 0.8;
}

header .sub_menu > .global {
  position: relative;
  top: 0.1rem;
}

header .sub_menu > .global > a {
  color: #fff;
  font-size: 1rem;
  line-height: 110%;
  font-weight: 600;
  background: url("/img/header_en.svg") 0 0.3rem no-repeat;
  background-size: 16px auto;
  padding: 0 0 0 20px;
}

header .sub_menu > .global ul {
  position: absolute;
  width: 120px;
  top: 100%;
  left: 0rem;
  z-index: 2;
  display: none;
}

header .sub_menu > .global:hover ul {
  display: block;
  -webkit-animation: headerGlobalAnime 0.2s ease-in-out 0s forwards;
          animation: headerGlobalAnime 0.2s ease-in-out 0s forwards;
}

@-webkit-keyframes headerGlobalAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes headerGlobalAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
header .sub_menu > .global ul li {
  border-bottom: 1px solid #666;
}
header .sub_menu > .global ul li:last-child {
  border-bottom: none;
}

header .sub_menu > .global ul li a {
  background-color: #000;
  color: #fff;
  display: block;
  padding: 0.5rem;
}

header .sub_menu .lang {
  color: #fff;
  position: relative;
  top: 0.1rem;
}
header .sub_menu .lang a {
  font-size: 1rem;
  color: #666;
  margin: 0 0.2rem;
}
header .sub_menu .lang a.active {
  color: #fff;
  font-weight: 600;
}

header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 592px) {
  header .inner {
    width: 95%;
  }
}

header .logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  margin-left: 1.3rem;
}
@media all and (max-width: 1366px) {
  header .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }
}
@media screen and (max-width: 1024px) {
  header .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 170px;
            flex: 0 0 170px;
    margin-left: 0.8rem;
  }
}
@media screen and (max-width: 592px) {
  header .logo {
    width: 95px;
  }
}
header .logo img {
  width: 100%;
  display: block;
}

body.jp header .logo {
  position: relative;
  top: 0.2rem;
}

body.en header .logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}
@media all and (max-width: 1366px) {
  body.en header .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
  }
}
@media screen and (max-width: 1024px) {
  body.en header .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
  }
}
@media screen and (max-width: 592px) {
  body.en header .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
  }
}

header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 800px) {
  header .menu {
    display: none;
  }
}
header .menu > li > a {
  display: block;
  font-size: 1rem;
  line-height: 120%;
  font-weight: 600;
  padding: 1.9rem 1rem;
}
@media all and (max-width: 1366px) {
  header .menu > li > a {
    font-size: 0.94rem;
    padding: 1.8rem 0.4rem;
  }
}
@media screen and (max-width: 1024px) {
  header .menu > li > a {
    font-size: 0.75rem;
    padding: 1.4rem 0.2rem;
  }
}
header .menu > li > a.drop_link {
  background: url("/img/icon_arrow_down_blue.svg") left 50% bottom 0.5rem no-repeat;
  background-size: 0.6rem auto;
}
@media screen and (max-width: 1024px) {
  header .menu > li > a.drop_link {
    background-size: 0.5rem;
  }
}
header .menu > li:hover > a.drop_link {
  opacity: 1;
  background: url("/img/icon_arrow_up_white.svg") left 50% bottom 0.5rem no-repeat;
  background-size: 0.6rem auto;
  background-color: #3891e5;
  color: #fff;
  position: relative;
  -webkit-transition: 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 1024px) {
  header .menu > li:hover > a.drop_link {
    background-size: 0.5rem;
  }
}

/* 日本語版「製品」「採用」だけ幅が狭いのでホバー時に横に伸ばす */
/* 英語版「IR」だけ幅が狭いのでホバー時に横に伸ばす */
body.jp header .menu > li:nth-child(2):hover > a.drop_link,
body.jp header .menu > li:nth-child(8):hover > a.drop_link,
body.en header .menu > li:nth-child(5):hover > a.drop_link,
body header .menu > li:hover > a.drop_link {
  padding: 1.9rem 2.5rem;
}
@media all and (max-width: 1366px) {
  body.jp header .menu > li:nth-child(2):hover > a.drop_link,
  body.jp header .menu > li:nth-child(8):hover > a.drop_link,
  body.en header .menu > li:nth-child(5):hover > a.drop_link,
  body header .menu > li:hover > a.drop_link {
    padding: 1.8rem 0.5rem;
  }
}
@media screen and (max-width: 1024px) {
  body.jp header .menu > li:nth-child(2):hover > a.drop_link,
  body.jp header .menu > li:nth-child(8):hover > a.drop_link,
  body.en header .menu > li:nth-child(5):hover > a.drop_link,
  body header .menu > li:hover > a.drop_link {
    padding: 1.4rem 0.5rem;
  }
}

/* ドロップダウンメニュー */
header .menu > li > .drop {
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0rem;
  z-index: 2;
  display: none;
  background: -webkit-gradient(linear, left top, right top, from(#0084FF), to(#2B60AD));
  background: linear-gradient(to right, #0084FF 0%, #2B60AD 100%);
  padding: 3rem 0;
  opacity: 0;
}

header .menu > li:hover > .drop {
  display: block;
  -webkit-animation: headerDropAnime 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s forwards;
          animation: headerDropAnime 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s forwards;
}

@-webkit-keyframes headerDropAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes headerDropAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
header .menu > li > .drop .drop_inner {
  width: 1060px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1140px) {
  header .menu > li > .drop .drop_inner {
    width: 95%;
  }
}

header .menu > li > .drop .drop_inner2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header .menu > li > .drop .drop_inner > ul {
  margin-right: 1.8rem;
}
header .menu > li > .drop .drop_inner > ul:last-child {
  margin-right: 0rem;
}

header .menu > li > .drop .drop_inner > ul > li {
  margin-bottom: 1.5rem;
}
header .menu > li > .drop .drop_inner > ul > li:last-child {
  margin-bottom: 0rem;
}

header .menu > li > .drop .drop_inner > ul > li > a {
  color: #fff;
  font-size: 0.875rem;
  position: relative;
  padding: 0 0.5rem 0.3rem;
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  header .menu > li > .drop .drop_inner > ul > li > a {
    font-size: 0.8rem;
  }
}
header .menu > li > .drop .drop_inner > ul > li > a img {
  width: 14px;
  margin-left: 0.3rem;
  position: relative;
  top: 0.1rem;
}

header .menu > li > .drop .drop_inner > ul > li ul {
  padding: 0 0 0 20px;
  margin-top: 0.5rem;
}

header .menu > li > .drop .drop_inner > ul > li a.off:hover {
  cursor: default;
  opacity: 1;
}

header .menu > li > .drop .drop_inner > ul > li ul li {
  margin-top: 0.2rem;
}

header .menu > li > .drop .drop_inner > ul > li ul li a {
  color: #fff;
  font-size: 0.875rem;
  position: relative;
  padding: 0 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  header .menu > li > .drop .drop_inner > ul > li ul li a {
    font-size: 0.75rem;
  }
}
header .menu > li > .drop .drop_inner > ul > li ul li a:after {
  content: "";
  width: 6px;
  height: 5px;
  background: url("/img/header_child_icon.svg") 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0.4rem;
  left: 0rem;
}
header .menu > li > .drop .drop_inner > ul > li ul li a img {
  width: 13px;
  margin-left: 0.3rem;
}

header .sp_menu_open {
  width: 30px;
  position: absolute;
  top: 0.8rem;
  right: 0.6rem;
}
@media screen and (max-width: 800px) {
  header .sp_menu_open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

header .sp_menu_open a {
  display: block;
  width: 100%;
  height: 30px;
  position: relative;
}
header .sp_menu_open a img {
  width: 100%;
}

header .sp_menu_open a span {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 3px;
  background-color: #000;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

header .sp_menu_open a span:nth-child(2) {
  top: 30%;
}

header .sp_menu_open a span:nth-child(3) {
  top: 60%;
}

header .sp_menu_open a span:nth-child(4) {
  top: 90%;
}

header .sp_menu_open.active a span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 45%;
}

header .sp_menu_open.active a span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 45%;
}

header .sp_menu_open.active a span:nth-child(3),
header .sp_menu_open.active a span:nth-child(4) {
  display: none;
}

header .sp_lang {
  font-size: 1rem;
  position: absolute;
  top: 1rem;
  right: 3.5rem;
  color: #666;
}
header .sp_lang a {
  color: #ccc;
  margin: 0 0.2rem;
}
header .sp_lang a.active {
  color: #000;
  font-weight: 600;
}

header .sp_global {
  position: absolute;
  top: 1rem;
  right: 8.2rem;
  background: url("/img/header_en_blue.svg") 0 center no-repeat;
  background-size: 16px auto;
  padding: 0 0 0 19px;
}

header .sp_global > a {
  font-size: 1rem;
  color: #000;
  font-weight: 600;
}

header .sp_global ul {
  position: absolute;
  width: 120px;
  top: 100%;
  left: 0rem;
  z-index: 2;
  display: none;
}

header .sp_global:hover ul {
  display: block;
  -webkit-animation: headerGlobalAnime 0.2s ease-in-out 0s forwards;
          animation: headerGlobalAnime 0.2s ease-in-out 0s forwards;
}

@keyframes headerGlobalAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
header .sp_global ul li {
  border-bottom: 1px solid #666;
}
header .sp_global ul li:last-child {
  border-bottom: none;
}

header .sp_global ul li a {
  background-color: #000;
  color: #fff;
  display: block;
  padding: 0.5rem;
}

/* ----------------------------------------------------------------------------
　スマホ用メニュー
---------------------------------------------------------------------------- */
#sp_menu {
  display: none;
  position: fixed;
  top: 0rem;
  right: 0rem;
  width: 100%;
  height: 100%;
  background-color: #3891e5;
  z-index: 1002;
}
#sp_menu.active {
  display: block;
  -webkit-animation: spMenuAnime 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s forwards;
          animation: spMenuAnime 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s forwards;
}
@media screen and (min-width: 800px) {
  #sp_menu {
    display: none !important;
  }
}

@-webkit-keyframes spMenuAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes spMenuAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
#sp_menu .scroll {
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: auto;
}

#sp_menu .scroll::-webkit-scrollbar {
  background-color: #ccc;
  width: 5px;
}

#sp_menu .scroll::-webkit-scrollbar-thumb {
  background-color: #fff;
}

#sp_menu .scroll .menu > li {
  position: relative;
}

#sp_menu .scroll .menu > li > a:first-child {
  position: relative;
  display: block;
  font-size: 1.125rem;
  color: #fff;
  padding: 1.3rem 1rem;
  border-bottom: 2px solid #fff;
}
#sp_menu .scroll .menu > li > a:first-child.no_arrow {
  background: none;
}

#sp_menu .scroll .menu > li > a img {
  width: 15px;
  margin-left: 0.5rem;
  position: relative;
  top: -0.45rem;
}

#sp_menu .scroll .menu > li > a.drop_link {
  background: url("/img/icon_arrow_down_white.svg?ver=2") center center no-repeat;
  background-size: 20% auto;
  position: absolute;
  top: 0rem;
  right: 0rem;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  overflow: hidden;
}

#sp_menu .scroll .menu > li.active > a.drop_link {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#sp_menu .scroll .menu > li .drop {
  display: none;
  background: -webkit-gradient(linear, left top, right top, from(#0084fe), to(#2a60ae));
  background: linear-gradient(to right, #0084fe 0%, #2a60ae 100%);
  padding: 1rem;
  position: relative;
}
#sp_menu .scroll .menu > li .drop:after {
  content: "";
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  width: 100%;
  height: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}

#sp_menu .scroll .menu > li.active .drop {
  display: block;
}

#sp_menu .scroll .menu > li .drop > ul > li {
  margin-bottom: 1rem;
}

#sp_menu .scroll .menu > li .drop > ul > li > a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  padding: 0 0 0 23px;
  position: relative;
}
#sp_menu .scroll .menu > li .drop > ul > li > a:after {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0rem;
  width: 15px;
  height: 1px;
  background-color: #fff;
}
#sp_menu .scroll .menu > li .drop > ul > li > a img {
  width: 10px;
  margin-left: 0.3rem;
}

#sp_menu .scroll .menu > li .drop > ul > li ul {
  padding-left: 1.6rem;
}

#sp_menu .scroll .menu > li .drop > ul > li ul li {
  margin-top: 0.5rem;
}

#sp_menu .scroll .menu > li .drop > ul > li ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
#sp_menu .scroll .menu > li .drop > ul > li ul li a img {
  width: 10px;
  margin-left: 0.3rem;
}

#sp_menu .scroll .sub_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px solid #fff;
}

#sp_menu .scroll .sub_menu li {
  box-sizing: border-box;
  width: 100%;
  border-right: 2px solid #fff;
}
#sp_menu .scroll .sub_menu li:last-child {
  border-right: none;
}

#sp_menu .scroll .sub_menu li a {
  font-size: 0.8rem;
  line-height: 120%;
  display: block;
  background-color: #333;
  color: #fff;
  padding: 0.8rem 0;
  text-align: center;
}

#sp_menu .scroll #sp-gcse-search_box {
  background-color: #333;
  padding: 1.2rem 0;
}

#sp_menu .scroll #gcse-search_box {
  margin: 0 auto;
  border: 1px solid #666;
}

/* site_search */
#sp_menu .site_search {
  -webkit-appearance: none;
          appearance: none;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0.1rem;
  width: 80%;
  margin: 2rem auto 0rem;
}

#sp_menu .site_search input[name=search_text] {
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0px;
  border: 1px solid #ccc;
  padding: 0 0.5rem;
  font-size: 16px;
  width: 75%;
}

#sp_menu .site_search input[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0px;
  display: block;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background-color: #000;
  color: #fff;
  border-left: none;
  width: 60px;
  height: 100%;
  padding: 0.8rem 0rem;
  text-align: center;
  width: 25%;
}

/* ----------------------------------------------------------------------------
　フッタ
---------------------------------------------------------------------------- */
footer {
  position: relative;
  background-color: #ecf0f8;
  color: #666;
}
footer a {
  color: #666;
}

footer .inner {
  width: 980px;
  margin: 0 auto;
  padding: 3.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1060px) {
  footer .inner {
    width: 95%;
  }
}
@media screen and (max-width: 592px) {
  footer .inner {
    padding: 2.5rem 0;
    width: 90%;
    display: block;
  }
}

footer .logo {
  width: 260px;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 800px) {
  footer .logo {
    width: 200px;
  }
}
@media screen and (max-width: 592px) {
  footer .logo {
    width: 80%;
    margin: 0 auto 2rem;
  }
}
footer .logo img {
  width: 100%;
}

body.en footer .logo {
  width: 200px;
}
@media screen and (max-width: 800px) {
  body.en footer .logo {
    width: 160px;
  }
}
@media screen and (max-width: 592px) {
  body.en footer .logo {
    width: 50%;
    margin: 0 auto 2rem;
  }
}

footer .menu_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 592px) {
  footer .menu_box {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
}

footer .menu_box ul {
  border-left: 1px solid #ccc;
  padding-left: 1.5rem;
  margin-right: 1.5rem;
}
@media screen and (max-width: 800px) {
  footer .menu_box ul {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 592px) {
  footer .menu_box ul {
    padding-left: 1.5rem;
    padding-bottom: 1.5rem;
  }
  footer .menu_box ul:last-child {
    padding-bottom: 0rem;
  }
}

footer .menu_box ul li {
  margin-bottom: 1.5rem;
}
footer .menu_box ul li:last-child {
  margin-bottom: 0rem;
}

@media screen and (max-width: 800px) {
  footer .menu_box ul li a {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 592px) {
  footer .menu_box ul li a {
    font-size: 1.2rem;
  }
}

footer .sub_menu {
  background-color: #dee3ed;
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.3rem 0;
}
@media screen and (max-width: 592px) {
  footer .sub_menu {
    padding: 0.3rem 0.3rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

footer .sub_menu li {
  margin-right: 2rem;
}
@media screen and (max-width: 800px) {
  footer .sub_menu li {
    margin-right: 1rem;
  }
}
footer .sub_menu li:last-child {
  margin-right: 0rem;
}
@media screen and (max-width: 592px) {
  footer .sub_menu li {
    margin: 0 0.5rem;
  }
}

footer .sub_menu li a {
  font-size: 0.875rem;
}
@media screen and (max-width: 800px) {
  footer .sub_menu li a {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 592px) {
  footer .sub_menu li a {
    font-size: 0.875rem;
    display: block;
    padding: 0.5rem 0;
  }
}

footer .copyright {
  text-align: center;
  font-size: 0.7rem;
  line-height: 120%;
  padding: 0.8rem 0;
  background-color: #dee3ed;
  border-top: 2px solid #8e9aa5;
}
@media screen and (max-width: 592px) {
  footer .copyright {
    font-size: 0.8rem;
  }
}

/* ----------------------------------------------------------------------------
　ページTOP
---------------------------------------------------------------------------- */
.pagetop {
  padding-bottom: 1rem;
  position: fixed;
  right: 1rem;
  bottom: 0rem;
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: 999;
}
.pagetop.active {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: pageTopAnime 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s forwards;
          animation: pageTopAnime 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s forwards;
}

.pagetop a {
  display: block;
  position: relative;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 60px;
}
@media screen and (max-width: 592px) {
  .pagetop a {
    width: 50px;
  }
}
.pagetop a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.pagetop a img {
  display: block;
  width: 100%;
}

main {
  background: url("/img/main_bg.jpg") center 0 no-repeat;
  background-size: 100% auto;
}

/* ----------------------------------------------------------------------------
　パンくずナビ（通常）
---------------------------------------------------------------------------- */
main > .topicpath {
  background-color: #e1ecf7;
  padding: 0.3rem 2rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 592px) {
  main > .topicpath {
    padding: 0.3rem 0rem;
    margin-bottom: 4rem;
  }
}

main > .topicpath ul {
  width: 980px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1060px) {
  main > .topicpath ul {
    width: 95%;
  }
}

main > .topicpath ul li {
  font-size: 0.8rem;
  margin: 0.1rem 0;
}
main > .topicpath ul li a {
  position: relative;
  margin-right: 2rem;
  text-decoration: underline;
  color: #3891e5;
}
@media screen and (max-width: 592px) {
  main > .topicpath ul li a {
    margin-right: 1.5rem;
  }
}
main > .topicpath ul li a:after {
  content: "";
  position: absolute;
  top: 0.1rem;
  right: -1.3rem;
  width: 8px;
  height: 100%;
  background: url("/img/topicpath_arrow.svg") center center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 592px) {
  main > .topicpath ul li a:after {
    top: 0.1rem;
    right: -1.1rem;
  }
}
main > .topicpath ul li br {
  display: none;
}

/* ----------------------------------------------------------------------------
　下層ページタイトル
---------------------------------------------------------------------------- */
#page_title {
  position: relative;
  background-size: cover;
  box-sizing: border-box;
  min-height: 413px;
  margin-bottom: 2rem;
  background-size: auto 413px !important;
  background-position: right -1rem top 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media all and (max-width: 1366px) {
  #page_title {
    min-height: 350px;
    background-size: auto 350px !important;
  }
}
@media screen and (max-width: 1024px) {
  #page_title {
    min-height: 250px;
    background-size: auto 250px !important;
  }
}
@media screen and (max-width: 800px) {
  #page_title {
    min-height: 200px;
    background-size: auto 200px !important;
  }
}
@media screen and (max-width: 592px) {
  #page_title {
    height: auto;
    padding-top: 73%;
    background-size: 115% auto !important;
    background-position: 0 0 !important;
    margin-bottom: 3rem;
  }
}

#page_title .inner {
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 1060px) {
  #page_title .inner {
    width: 95%;
  }
}
@media screen and (max-width: 592px) {
  #page_title .inner {
    width: 92%;
  }
}
@media all and (-ms-high-contrast: none) {
  #page_title .inner {
    margin: auto 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 592px) {
  #page_title .inner {
    position: static;
    top: 0%;
    left: 0%;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}

#page_title .sub {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

#page_title h1 {
  color: #333;
  font-size: 2.5rem;
  line-height: 150%;
  text-shadow: 1px 1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, -1px -1px 2px #fff;
  margin-bottom: 1.4rem;
  width: 70%;
}
@media screen and (max-width: 1700px) {
  #page_title h1 {
    width: 60%;
  }
}
@media screen and (max-width: 1500px) {
  #page_title h1 {
    width: 50%;
  }
}
@media all and (max-width: 1366px) {
  #page_title h1 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1024px) {
  #page_title h1 {
    font-size: 2.1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 800px) {
  #page_title h1 {
    font-size: 1.6rem;
    margin-bottom: 0.7rem;
  }
}
@media screen and (max-width: 592px) {
  #page_title h1 {
    width: 100%;
    font-size: 2.2rem;
  }
}

/* ----------------------------------------------------------------------------
　パンくずナビ（ページタイトル内）
---------------------------------------------------------------------------- */
#page_title .topicpath {
  width: 70%;
}
@media screen and (max-width: 1700px) {
  #page_title .topicpath {
    width: 60%;
  }
}
@media screen and (max-width: 1500px) {
  #page_title .topicpath {
    width: 50%;
  }
}
@media screen and (max-width: 592px) {
  #page_title .topicpath {
    width: 100%;
  }
}

#page_title .topicpath ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#page_title .topicpath ul li {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}
#page_title .topicpath ul li a {
  position: relative;
  margin-right: 2rem;
  text-decoration: underline;
  color: #3891e5;
}
@media screen and (max-width: 800px) {
  #page_title .topicpath ul li a {
    margin-right: 1.5rem;
  }
}
#page_title .topicpath ul li a:after {
  content: "";
  position: absolute;
  top: 0rem;
  right: -1.3rem;
  width: 8px;
  height: 100%;
  background: url("/img/topicpath_arrow.svg") center center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 800px) {
  #page_title .topicpath ul li a:after {
    right: -1.1rem;
  }
}
#page_title .topicpath ul li br {
  display: none;
}

/* ----------------------------------------------------------------------------
　下マージン
---------------------------------------------------------------------------- */
.spc_btm0 {
  margin-bottom: 0rem !important;
}

.spc_btm1 {
  margin-bottom: 1rem !important;
}

.spc_btm1_5 {
  margin-bottom: 1.5rem !important;
}

.spc_btm2 {
  margin-bottom: 2rem !important;
}

.spc_btm3 {
  margin-bottom: 3rem !important;
}

.spc_btm4 {
  margin-bottom: 4rem !important;
}

.spc_btm5 {
  margin-bottom: 5rem !important;
}

.spc_btm6 {
  margin-bottom: 6rem !important;
}

.spc_btm7 {
  margin-bottom: 7rem !important;
}

.spc_btm8 {
  margin-bottom: 8rem !important;
}

/* ----------------------------------------------------------------------------
　横幅
---------------------------------------------------------------------------- */
.per5 {
  width: 5% !important;
}

.per10 {
  width: 10% !important;
}

.per15 {
  width: 15% !important;
}

.per20 {
  width: 20% !important;
}

.per25 {
  width: 25% !important;
}

.per30 {
  width: 30% !important;
}

.per35 {
  width: 35% !important;
}

.per40 {
  width: 40% !important;
}

.per45 {
  width: 45% !important;
}

.per50 {
  width: 50% !important;
}

.per55 {
  width: 55% !important;
}

.per60 {
  width: 60% !important;
}

.per65 {
  width: 65% !important;
}

.per70 {
  width: 70% !important;
}

.per75 {
  width: 75% !important;
}

.per80 {
  width: 80% !important;
}

.per85 {
  width: 85% !important;
}

.per90 {
  width: 90% !important;
}

.per95 {
  width: 95% !important;
}

.per100 {
  width: 100% !important;
}

/* ----------------------------------------------------------------------------
　最新情報、導入事例、コラムなどをいち早くお届け！ぜひご活用ください。
---------------------------------------------------------------------------- */
.other_btn_box {
  width: 820px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .other_btn_box {
    width: 95%;
  }
}
@media screen and (max-width: 592px) {
  .other_btn_box {
    display: block;
    width: 90%;
  }
}

.other_btn_box li {
  width: 47%;
}
.other_btn_box li:first-child {
  margin-right: 6%;
}
.other_btn_box li:only-child {
  margin-right: 0%;
}
@media screen and (max-width: 592px) {
  .other_btn_box li {
    width: 100%;
    margin-bottom: 2rem;
  }
  .other_btn_box li:last-child {
    margin-bottom: 0rem;
  }
}

.other_btn_box li .text {
  font-size: 0.8rem;
  color: #666;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .other_btn_box li .text {
    font-size: 0.75rem;
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width: 592px) {
  .other_btn_box li .text {
    font-size: 1rem;
    letter-spacing: 0px;
  }
}

/* ----------------------------------------------------------------------------
　こちらもご確認ください
---------------------------------------------------------------------------- */
#related {
  margin-bottom: 3.5rem;
}

/* ----------------------------------------------------------------------------
　写真ボックスリンクスタイル
---------------------------------------------------------------------------- */
[class^=photolink_style] {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 592px) {
  [class^=photolink_style] {
    display: block;
  }
}

.photolink_style02 li {
  width: 48.9%;
  margin: 0 2.2% 1.7rem 0;
}
.photolink_style02 li:nth-child(2n) {
  margin-right: 0%;
}
@media screen and (max-width: 592px) {
  .photolink_style02 li {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.photolink_style03 li {
  width: 32%;
  margin: 0 2% 1.7rem 0;
}
.photolink_style03 li:nth-child(3n) {
  margin-right: 0%;
}
@media screen and (max-width: 592px) {
  .photolink_style03 li {
    width: 100%;
    margin-bottom: 2rem;
  }
}

[class^=photolink_style] li a {
  display: block;
  position: relative;
  margin-bottom: 1rem;
}
[class^=photolink_style] li a:hover {
  opacity: 1;
}

[class^=photolink_style] li a .photo {
  overflow: hidden;
}
[class^=photolink_style] li a .photo img {
  width: 100%;
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[class^=photolink_style] li a:hover .photo img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

[class^=photolink_style] li a .title {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  left: 0rem;
  bottom: 0rem;
  font-size: 1.125rem;
  letter-spacing: 1px;
  font-weight: 600;
  color: #fff;
  padding: 1.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(90%, rgb(0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 90%);
}
@media screen and (max-width: 1024px) {
  [class^=photolink_style] li a .title {
    font-size: 1rem;
  }
}
@media screen and (max-width: 800px) {
  [class^=photolink_style] li a .title {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 592px) {
  [class^=photolink_style] li a .title {
    font-size: 1.125rem;
  }
}
[class^=photolink_style] li a .title img {
  width: 14px;
  position: relative;
  top: -0.2rem;
  margin-left: 0.3rem;
}

/* ----------------------------------------------------------------------------
　ページング
---------------------------------------------------------------------------- */
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3rem;
}

.wp-pagenavi .current,
.wp-pagenavi .page {
  width: 42px;
  height: 42px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 3px solid #99BFE1;
  font-size: 1.275rem;
  font-weight: normal;
  line-height: 120%;
  color: #333;
  margin: 0 0.7rem;
}
.wp-pagenavi .current:hover,
.wp-pagenavi .page:hover {
  border: 3px solid #99BFE1;
}
@media screen and (max-width: 592px) {
  .wp-pagenavi .current,
  .wp-pagenavi .page {
    width: 35px;
    height: 35px;
    margin: 0 0.3rem;
  }
}

.wp-pagenavi .current {
  font-weight: normal !important;
  border: 3px solid #0074B8 !important;
  background-color: #0074B8;
  color: #fff;
}

.wp-pagenavi .first {
  padding: 0 0 0 0;
  box-sizing: border-box;
  border: none;
  text-indent: -9999px;
  display: block;
  width: 20px;
  height: 36px;
  background: url("/img/paging_first.svg?ver=3") center center no-repeat;
  background-size: 100% auto;
  margin-right: 0.5rem;
}
@media screen and (max-width: 592px) {
  .wp-pagenavi .first {
    width: 16px;
    height: 30px;
  }
}

.wp-pagenavi .last {
  padding: 0 0 0 0;
  box-sizing: border-box;
  border: none;
  text-indent: -9999px;
  display: block;
  width: 20px;
  height: 36px;
  background: url("/img/paging_last.svg?ver=3") center center no-repeat;
  background-size: 100% auto;
  margin-left: 0.5rem;
}
@media screen and (max-width: 592px) {
  .wp-pagenavi .last {
    width: 16px;
    height: 30px;
  }
}

.wp-pagenavi .previouspostslink {
  padding: 0 0 0 0;
  box-sizing: border-box;
  border: none;
  text-indent: -9999px;
  display: block;
  width: 20px;
  height: 36px;
  background: url("/img/paging_prev.svg") center center no-repeat;
  background-size: 100% auto;
  margin-right: 0.5rem;
}
@media screen and (max-width: 592px) {
  .wp-pagenavi .previouspostslink {
    width: 16px;
    height: 30px;
  }
}

.wp-pagenavi .nextpostslink {
  padding: 0 0 0 0;
  box-sizing: border-box;
  border: none;
  text-indent: -9999px;
  display: block;
  width: 20px;
  height: 36px;
  background: url("/img/paging_next.svg") center center no-repeat;
  background-size: 100% auto;
  margin-left: 0.5rem;
}
@media screen and (max-width: 592px) {
  .wp-pagenavi .nextpostslink {
    width: 16px;
    height: 30px;
  }
}

.wp-pagenavi .extend {
  border: none;
  position: relative;
  top: -0.4rem;
}

/* ----------------------------------------------------------------------------
　問合せはこちら
---------------------------------------------------------------------------- */
.common_btn_contact {
  width: 380px;
  margin: 2rem auto 0;
}
@media screen and (max-width: 592px) {
  .common_btn_contact {
    width: 80%;
  }
}

/* ----------------------------------------------------------------------------
　404
---------------------------------------------------------------------------- */
#page404 {
  text-align: center;
  padding: 10rem 0;
}

#page404 h1 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

#page404 .btn_style01 {
  width: 300px;
  margin: 0 auto;
}

/* ----------------------------------------------------------------------------
　大外
---------------------------------------------------------------------------- */
#contents {
  width: 980px;
  margin: 0 auto 5rem;
}
@media screen and (max-width: 1060px) {
  #contents {
    width: 95%;
  }
}
@media screen and (max-width: 592px) {
  #contents {
    width: 92%;
  }
}

/* ----------------------------------------------------------------------------
　getAdobeReader
---------------------------------------------------------------------------- */
.getAdobeReader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
}
@media screen and (max-width: 592px) {
  .getAdobeReader {
    display: block;
  }
}

.getAdobeReader .bnr {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 158px;
          flex: 0 0 158px;
  margin-right: 1rem;
}
@media screen and (max-width: 592px) {
  .getAdobeReader .bnr {
    width: 60%;
    margin: 0 auto 1rem;
  }
}
.getAdobeReader .bnr img {
  width: 100%;
}

.getAdobeReader .copy {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 0.8rem;
  line-height: 180%;
}
.getAdobeReader .copy a {
  color: #3891e5;
}

/* ----------------------------------------------------------------------------
　タイトルスタイル01
---------------------------------------------------------------------------- */
.title_style01 {
  font-size: 2rem;
  line-height: 150%;
  font-weight: 600;
  margin-bottom: 4.5rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 800px) {
  .title_style01 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 592px) {
  .title_style01 {
    font-size: 1.8rem;
  }
}
.title_style01:after {
  content: "";
  width: 120px;
  height: 1px;
  background-color: #0060b3;
  position: absolute;
  bottom: -0.8rem;
  left: -webkit-calc((100% - 120px) / 2);
  left: calc((100% - 120px) / 2);
}

/* ----------------------------------------------------------------------------
　タイトルスタイル02
---------------------------------------------------------------------------- */
.title_style02 {
  font-size: 1.275rem;
  letter-spacing: 1px;
  line-height: 150%;
  font-weight: 600;
  position: relative;
  border-bottom: 1px solid #0060b3;
  padding-bottom: 0.7rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 592px) {
  .title_style02 {
    margin-bottom: 1.5rem;
  }
}

/* ----------------------------------------------------------------------------
　タイトルスタイル03
---------------------------------------------------------------------------- */
.title_style03 {
  font-size: 1.125rem;
  letter-spacing: 1px;
  line-height: 150%;
  font-weight: 600;
  position: relative;
  margin-bottom: 2rem;
  padding: 0 0 0 25px;
}
@media screen and (max-width: 592px) {
  .title_style03 {
    padding: 0 0 0 20px;
    margin-bottom: 1.5rem;
  }
}
.title_style03:after {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0rem;
  width: 18px;
  height: 18px;
  background-color: #0060b3;
}
@media screen and (max-width: 592px) {
  .title_style03:after {
    width: 16px;
    height: 16px;
  }
}

/* ----------------------------------------------------------------------------
　タイトルスタイル04
---------------------------------------------------------------------------- */
.title_style04 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.title_style04.center {
  text-align: center;
}

/* ----------------------------------------------------------------------------
　本文のテキスト
---------------------------------------------------------------------------- */
.text_style {
  line-height: 160%;
  word-break: break-all;
}
.text_style.center {
  text-align: center;
}
.text_style.right {
  text-align: right;
}
@media screen and (max-width: 800px) {
  .text_style.md_left {
    text-align: left;
  }
}
@media screen and (max-width: 592px) {
  .text_style.sp_left {
    text-align: left;
  }
}
.text_style ul li {
  list-style: inside;
}
.text_style a {
  color: #3891e5;
  text-decoration: underline;
}
.text_style a:hover {
  text-decoration: none;
}

body.en .text_style {
  word-break: normal !important;
}

/* ----------------------------------------------------------------------------
　インデントリスト
---------------------------------------------------------------------------- */
/* 1文字 */
.indent_list1 li {
  padding-left: 1em;
  text-indent: -1em;
}

/* 1.5文字 */
.indent_list1_5 li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

/* 2文字 */
.indent_list2 li {
  padding-left: 2em;
  text-indent: -2em;
}

/* 2.5文字 */
.indent_list2_5 li {
  padding-left: 2.5em;
  text-indent: -2.5em;
}

/* ----------------------------------------------------------------------------
　ボックススタイル01
---------------------------------------------------------------------------- */
[class^=boxlist_style] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
[class^=boxlist_style].center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.boxlist_style02 li {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 3rem;
}
.boxlist_style02 li:nth-child(2n), .boxlist_style02 li:only-child {
  margin-right: 0%;
}
@media screen and (max-width: 592px) {
  .boxlist_style02 li {
    width: 48.5%;
    margin-right: 3% !important;
    margin-bottom: 1.2rem;
  }
  .boxlist_style02 li:nth-child(2n) {
    margin-right: 0% !important;
  }
}

.boxlist_style03 li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 3rem;
}
.boxlist_style03 li:nth-child(3n) {
  margin-right: 0%;
}
@media screen and (max-width: 592px) {
  .boxlist_style03 li {
    width: 48.5%;
    margin-right: 3% !important;
    margin-bottom: 1.2rem;
  }
  .boxlist_style03 li:nth-child(2n) {
    margin-right: 0% !important;
  }
}

.boxlist_style04 li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 3rem;
}
.boxlist_style04 li:nth-child(4n) {
  margin-right: 0%;
}
@media screen and (max-width: 800px) {
  .boxlist_style04 li {
    width: 32%;
    margin-right: 2% !important;
    margin-bottom: 1.2rem;
  }
  .boxlist_style04 li:nth-child(3n) {
    margin-right: 0% !important;
  }
}
@media screen and (max-width: 592px) {
  .boxlist_style04 li {
    width: 48.5%;
    margin-right: 3% !important;
    margin-bottom: 1.2rem;
  }
  .boxlist_style04 li:nth-child(3n) {
    margin-right: 3% !important;
  }
  .boxlist_style04 li:nth-child(2n) {
    margin-right: 0% !important;
  }
}

[class^=boxlist_style] li a {
  display: block;
  background-color: #f5f8ff;
}
[class^=boxlist_style] li a:hover {
  opacity: 1;
}

[class^=boxlist_style] li a .photo {
  position: relative;
  overflow: hidden;
  padding-bottom: 62%;
  border: 1px solid #f5f5f5;
  border-bottom: none;
}
[class^=boxlist_style] li a .photo img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: absolute;
  top: 0rem;
  left: 0rem;
}

[class^=boxlist_style] li a:hover .photo img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

[class^=boxlist_style] li a .copy {
  padding: 1rem;
}
@media screen and (max-width: 592px) {
  [class^=boxlist_style] li a .copy {
    padding: 0.6rem;
  }
}

[class^=boxlist_style] li a .copy .tag {
  margin-bottom: 0.3rem;
}

[class^=boxlist_style] li a .copy .tag span {
  display: inline-block;
  border: 1px solid #3891e5;
  background-color: #fff;
  padding: 0.2rem 0.4rem;
  margin: 0 0.2rem 0rem 0;
  font-size: 0.75rem;
  line-height: 120%;
}
@media screen and (max-width: 592px) {
  [class^=boxlist_style] li a .copy .tag span {
    padding: 0.2rem 0.3rem;
  }
}

[class^=boxlist_style] li a .copy .date {
  margin-bottom: 0.5rem;
  font-size: 0.7rem;
}

[class^=boxlist_style] li a .copy .title {
  box-sizing: border-box;
  font-weight: 600;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 2px solid #96c4f2;
}
@media screen and (max-width: 592px) {
  [class^=boxlist_style] li a .copy .title {
    font-size: 0.875rem;
  }
}

[class^=boxlist_style] li a .copy .text {
  margin-bottom: 1rem;
}
@media screen and (max-width: 592px) {
  [class^=boxlist_style] li a .copy .text {
    font-size: 0.875rem;
  }
}

[class^=boxlist_style] li a .copy .btn_style01 {
  width: 80%;
  margin: 0 auto;
}

/* ----------------------------------------------------------------------------
　リストススタイル01
---------------------------------------------------------------------------- */
.list_style01 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
  border-bottom: 1px solid #99BFE1;
}
.list_style01 dl:first-child {
  border-top: 1px solid #99BFE1;
}
@media screen and (max-width: 592px) {
  .list_style01 dl {
    display: block;
  }
}

.list_style01 dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  line-height: 160%;
  font-weight: 600;
  font-size: 1.125rem;
  margin-right: 2rem;
}
.list_style01 dl dt.per5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5%;
          flex: 0 0 5%;
}
.list_style01 dl dt.per10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
}
.list_style01 dl dt.per15 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
}
.list_style01 dl dt.per20 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}
.list_style01 dl dt.per25 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
.list_style01 dl dt.per30 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}
.list_style01 dl dt.per35 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
}
.list_style01 dl dt.per40 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
.list_style01 dl dt.per45 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}
.list_style01 dl dt.per50 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.list_style01 dl dt.per55 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
}
.list_style01 dl dt.per60 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}
.list_style01 dl dt.per65 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
}
.list_style01 dl dt.per70 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
}
.list_style01 dl dt.per75 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
}
.list_style01 dl dt.per80 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
}
.list_style01 dl dt.per85 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 85%;
          flex: 0 0 85%;
}
.list_style01 dl dt.per90 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90%;
          flex: 0 0 90%;
}
.list_style01 dl dt.per95 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90%;
          flex: 0 0 90%;
}
.list_style01 dl dt.per100 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media screen and (max-width: 592px) {
  .list_style01 dl dt {
    width: 100% !important;
    margin-bottom: 1.5rem;
  }
}
.list_style01 dl dt .small {
  font-size: 1rem;
}

.list_style01 dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  line-height: 160%;
}

/* ----------------------------------------------------------------------------
　表組スタイル01
---------------------------------------------------------------------------- */
@media screen and (max-width: 592px) {
  .table_style01 {
    padding-bottom: 0.5rem;
    overflow-x: scroll;
    -webkit-overflow-scrolling: auto;
  }
}

@media screen and (max-width: 592px) {
  .table_style01::-webkit-scrollbar {
    height: 4px;
  }
}

@media screen and (max-width: 592px) {
  .table_style01::-webkit-scrollbar-thumb {
    background-color: #e0dedf;
  }
}

.table_style01 .unit {
  text-align: right;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.table_style01 table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
@media screen and (max-width: 592px) {
  .table_style01 table {
    width: 150%;
  }
}

.table_style01 table th {
  border: 1px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 1rem;
  background-color: #3891e5;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .table_style01 table th {
    font-size: 0.8rem;
    padding: 0.5rem;
  }
}
.table_style01 table th .small {
  font-size: 0.8rem;
  font-weight: normal;
}

.table_style01 table td {
  border: 1px solid #fff;
  background-color: #e1ecf7;
  padding: 1rem;
  word-break: break-all;
}
@media screen and (max-width: 800px) {
  .table_style01 table td {
    font-size: 0.8rem;
    padding: 0.5rem;
  }
}
.table_style01 table td.td_title {
  background-color: #99bfe1;
  color: #fff;
}
.table_style01 table td.td_total {
  background-color: #e4bb7a;
  color: #fff;
  font-weight: 600;
}
.table_style01 table td.td_light {
  background-color: #f2f7fc;
}
.table_style01 table td.text_right {
  text-align: right;
}
.table_style01 table td.text_center {
  text-align: center;
}

body.en .table_style01 table td {
  word-break: normal !important;
}

.table_style01 table td.word_break_normal {
  word-break: normal !important;
}

/* セル内の文字サイズ小さいパターン */
.table_style01.text_small table th {
  font-size: 0.875rem;
}
@media screen and (max-width: 800px) {
  .table_style01.text_small table th {
    font-size: 0.7rem;
  }
}
.table_style01.text_small table th .small {
  font-size: 0.7rem;
  font-weight: normal;
}

.table_style01.text_small table td {
  font-size: 0.875rem;
}
@media screen and (max-width: 800px) {
  .table_style01.text_small table td {
    font-size: 0.7rem;
  }
}

.table_style01.text_smaller table th {
  font-size: 0.75rem;
  padding: 0.5rem;
}
@media screen and (max-width: 800px) {
  .table_style01.text_smaller table th {
    font-size: 0.7rem;
  }
}
.table_style01.text_smaller table th .small {
  font-size: 0.7rem;
  font-weight: normal;
}

.table_style01.text_smaller table td {
  font-size: 0.75rem;
  padding: 0.5rem;
}
@media screen and (max-width: 800px) {
  .table_style01.text_smaller table td {
    font-size: 0.7rem;
  }
}

/* ----------------------------------------------------------------------------
　矢印ボタンリンク
---------------------------------------------------------------------------- */
.link_style_arrow {
  line-height: 150%;
  color: #3891e5;
  background: url("/img/icon_circle_right_blue.svg") 0 50% no-repeat;
  background-size: 14px auto;
  padding-left: 18px;
  text-decoration: underline;
}
.link_style_arrow:hover {
  text-decoration: none;
}
.link_style_arrow.right {
  background-position: right 50%;
  padding: 0 18px 0 0;
}

/* ----------------------------------------------------------------------------
　別ウインドウリンク
---------------------------------------------------------------------------- */
.link_style_blank {
  line-height: 150%;
  color: #3891e5;
  background: url("/img/icon_blank_blue.svg") right 50% no-repeat;
  background-size: 14px auto;
  padding-right: 20px;
  text-decoration: underline;
}
.link_style_blank:hover {
  text-decoration: none;
}

/* ----------------------------------------------------------------------------
　PDFリンク
---------------------------------------------------------------------------- */
.link_style_pdf {
  line-height: 150%;
  color: #3891e5;
  background: url("/img/icon_pdf_blue.svg") right 50% no-repeat;
  background-size: 13px auto;
  padding-right: 20px;
  text-decoration: underline;
}
.link_style_pdf:hover {
  text-decoration: none;
}

/* ----------------------------------------------------------------------------
　日付リスト
---------------------------------------------------------------------------- */
.date_list_style li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.date_list_style li:last-child {
  margin-bottom: 0rem;
}
@media screen and (max-width: 592px) {
  .date_list_style li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.date_list_style.line li {
  border-bottom: 1px solid #99BFE1;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.date_list_style li .date {
  color: #707070;
  margin-right: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5rem;
          flex: 0 0 5rem;
  line-height: 160%;
}

.date_list_style li .category {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  font-size: 0.7rem;
  text-align: center;
  color: #707070;
  border: 1px solid #C2DBF2;
  background-color: #fff;
  border-radius: 100px;
  margin-right: 1rem;
  position: relative;
  top: 0.2rem;
}
@media screen and (max-width: 592px) {
  .date_list_style li .category {
    font-size: 0.8rem;
    top: 0.1rem;
  }
}

.date_list_style li .title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #707070;
  line-height: 160%;
}
@media screen and (max-width: 592px) {
  .date_list_style li .title {
    margin-top: 0.5rem;
    width: 100%;
  }
}

.date_list_style li .title a {
  display: block;
  position: relative;
  color: #707070;
  padding: 0.1rem 0 0.1rem 1.5rem;
  background: url("/img/date_list_arrow.svg") 0 0.2rem no-repeat;
  background-size: 0.8rem auto;
}
@media screen and (max-width: 592px) {
  .date_list_style li .title a {
    background-size: 0.6rem auto;
    background-position: 0 0.4rem;
    padding: 0.1rem 0 0.1rem 1.1rem;
  }
}
.date_list_style li .title a:hover {
  color: #0060B3;
  text-decoration: underline;
}
.date_list_style li .title a .pdf {
  color: #E53838;
}

/* ----------------------------------------------------------------------------
　ボタンスタイル01
---------------------------------------------------------------------------- */
a .btn_style01,
.btn_style01 a,
button.btn_style01 {
  cursor: pointer;
  background: none;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #0060b3;
  border-radius: 100px;
  display: block;
  font-size: 1.275rem;
  color: #0060b3;
  padding: 0.8rem 0;
  text-align: center;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 1024px) {
  a .btn_style01,
  .btn_style01 a,
  button.btn_style01 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 800px) {
  a .btn_style01,
  .btn_style01 a,
  button.btn_style01 {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 592px) {
  a .btn_style01,
  .btn_style01 a,
  button.btn_style01 {
    font-size: 1.125rem;
  }
}
a .btn_style01:after,
.btn_style01 a:after,
button.btn_style01:after {
  content: "";
  position: absolute;
  top: 0rem;
  right: 1rem;
  width: 0.5rem;
  height: 100%;
  background: url("/img/icon_arrow_right_blue.svg") center center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 592px) {
  a .btn_style01:after,
  .btn_style01 a:after,
  button.btn_style01:after {
    width: 0.4rem;
  }
}

a:hover .btn_style01,
.btn_style01 a:hover,
button.btn_style01:hover {
  opacity: 1;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, right top, from(#2a61ae), to(#0183fe));
  background: linear-gradient(to right top, #2a61ae 0%, #0183fe 100%);
  border: 1px solid rgba(0, 0, 0, 0);
}
a:hover .btn_style01:after,
.btn_style01 a:hover:after,
button.btn_style01:hover:after {
  background: url("/img/icon_arrow_right_white.svg") center center no-repeat;
  background-size: 100% auto;
}

/* 白枠 */
a .btn_style01.white,
.btn_style01.white a {
  border: 1px solid #fff;
  color: #fff;
}
a .btn_style01.white:after,
.btn_style01.white a:after {
  background: url("/img/icon_arrow_right_white.svg") center center no-repeat;
  background-size: 100% auto;
}

a:hover .btn_style01.white,
.btn_style01.white a:hover {
  background: none;
  background-color: #fff;
  color: #0060B3;
}
a:hover .btn_style01.white:after,
.btn_style01.white a:hover:after {
  background: url("/img/icon_arrow_right_blue.svg") center center no-repeat;
  background-size: 100% auto;
}

a .btn_style01.under:after,
.btn_style01.under a:after {
  width: 0.6rem;
  background: url("/img/icon_arrow_down_blue.svg") center center no-repeat;
  background-size: 100% auto;
}

a:hover .btn_style01.under:after,
.btn_style01.under a:hover:after {
  background: url("/img/icon_arrow_down_white.svg") center center no-repeat;
  background-size: 100% auto;
}

/* 上向き */
a .btn_style01.up:after,
.btn_style01.up a:after {
  width: 0.6rem;
  background: url("/img/icon_arrow_up_blue.svg") center center no-repeat;
  background-size: 100% auto;
}

a:hover .btn_style01.up:after,
.btn_style01.up a:hover:after {
  background: url("/img/icon_arrow_up_white.svg") center center no-repeat;
  background-size: 100% auto;
}

/* 戻る */
a .btn_style01.back:after,
.btn_style01.back a:after {
  right: initial;
  left: 1rem;
  width: 0.5rem;
  height: 100%;
  background: url("/img/icon_arrow_left_blue.svg") center center no-repeat;
  background-size: 100% auto;
}

a:hover .btn_style01.back:after,
.btn_style01.back a:hover:after {
  background: url("/img/icon_arrow_left_white.svg") center center no-repeat;
  background-size: 100% auto;
}

/* 別ウインドウ */
a .btn_style01.blank:after,
.btn_style01.blank a:after {
  width: 1rem;
  background: url("/img/icon_blank_blue.svg") center center no-repeat;
  background-size: 100% auto;
}

a:hover .btn_style01.blank:after,
.btn_style01.blank a:hover:after {
  background: url("/img/icon_blank_white.svg") center center no-repeat;
  background-size: 100% auto;
}

/* 中サイズ */
a .btn_style01.middle,
.btn_style01.middle a {
  font-size: 1.125rem;
  padding: 0.6rem 0;
}
@media screen and (max-width: 592px) {
  a .btn_style01.middle,
  .btn_style01.middle a {
    font-size: 1rem;
    padding: 0.4rem 0;
  }
}

/* 小サイズ */
a .btn_style01.small,
.btn_style01.small a {
  font-size: 1rem;
  padding: 0.4rem 0;
}
@media screen and (max-width: 592px) {
  a .btn_style01.small,
  .btn_style01.small a {
    font-size: 0.875rem;
    padding: 0.4rem 0;
  }
}

.btn_style01.center {
  margin-left: auto;
  margin-right: auto;
}

.btn_style01.right {
  margin-left: auto;
  margin-right: 0;
}

/* ----------------------------------------------------------------------------
　カラムスタイル共通
---------------------------------------------------------------------------- */
[class^=column_style] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 3rem;
}

[class^=column_style] .column .photo {
  margin-bottom: 1.3rem;
}
[class^=column_style] .column .photo:last-child {
  margin-bottom: 0rem;
}
[class^=column_style] .column .photo img {
  width: 100%;
}

[class^=column_style] .btn_style01 {
  margin-bottom: 2rem;
}

[class^=column_style] .text_style {
  margin-bottom: 2rem;
}

[class^=column_style] [class^=link_style_] {
  margin-bottom: 1rem;
  display: inline-block;
}

/* ----------------------------------------------------------------------------
　カラムスタイル1列
---------------------------------------------------------------------------- */
.column_style01 {
  display: block;
}

/* ----------------------------------------------------------------------------
　カラムスタイル2列
---------------------------------------------------------------------------- */
@media screen and (max-width: 592px) {
  .column_style02 {
    display: block;
  }
}

.column_style02 .column {
  width: 48.5%;
}
@media screen and (max-width: 592px) {
  .column_style02 .column {
    width: 100%;
    margin-bottom: 2rem;
  }
  .column_style02 .column:last-child {
    margin-bottom: 0rem;
  }
}

/* ----------------------------------------------------------------------------
　カラムスタイル3列
---------------------------------------------------------------------------- */
@media screen and (max-width: 592px) {
  .column_style03 {
    display: block;
  }
}

.column_style03 .column {
  width: 32%;
}
@media screen and (max-width: 592px) {
  .column_style03 .column {
    width: 100%;
    margin-bottom: 2rem;
  }
  .column_style03 .column:last-child {
    margin-bottom: 0rem;
  }
}

/* ----------------------------------------------------------------------------
　カラムスタイル4列
---------------------------------------------------------------------------- */
@media screen and (max-width: 592px) {
  .column_style04 {
    display: block;
  }
}

.column_style04 .column {
  width: 23%;
}
@media screen and (max-width: 592px) {
  .column_style04 .column {
    width: 100%;
    margin-bottom: 2rem;
  }
  .column_style04 .column:last-child {
    margin-bottom: 0rem;
  }
}

/* ----------------------------------------------------------------------------
　コンテンツメニュースタイル共通
---------------------------------------------------------------------------- */
[class^=contents_menu_style] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 3rem;
}

[class^=contents_menu_style] li a {
  display: block;
  background-color: #3891e5;
  color: #fff;
}
[class^=contents_menu_style] li a:hover {
  opacity: 1;
}

[class^=contents_menu_style] li a .photo {
  overflow: hidden;
}
[class^=contents_menu_style] li a .photo img {
  width: 100%;
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[class^=contents_menu_style] li a:hover .photo img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

[class^=contents_menu_style] li a .copy {
  padding: 1rem;
}

[class^=contents_menu_style] li a .copy .title {
  text-align: center;
  font-size: 1.275rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

[class^=contents_menu_style] li a .copy .text {
  line-height: 180%;
}

.contents_menu_style02 li {
  width: 48.5%;
  margin: 0 3% 2rem 0;
}
.contents_menu_style02 li:nth-child(2n) {
  margin-right: 0rem;
}

.contents_menu_style03 li {
  width: 32%;
  margin: 0 2% 2rem 0;
}
.contents_menu_style03 li:nth-child(3n) {
  margin-right: 0rem;
}

/* ----------------------------------------------------------------------------
　スマホ用下層ドロップダウンメニュー
---------------------------------------------------------------------------- */
#sp_drop_menu {
  display: none;
  position: relative;
  margin-bottom: 3rem;
}
@media screen and (max-width: 592px) {
  #sp_drop_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#sp_drop_menu dl {
  width: 48.5%;
  position: relative;
  margin-bottom: 0.5rem;
}
#sp_drop_menu dl:only-child {
  width: 70%;
  margin: 0 auto;
}

#sp_drop_menu dl dt {
  background: url("/img/icon_circle_right_blue.svg") right 50% no-repeat;
  background-size: 16px auto;
  border-bottom: 1px solid #3891E5;
}

#sp_drop_menu dl.dropmenu dt {
  background: url("/img/icon_circle_down_blue.svg") right 50% no-repeat;
  background-size: 16px auto;
}

#sp_drop_menu dl.dropmenu.active dt {
  background: url("/img/icon_circle_up_blue.svg?ver=2") right 50% no-repeat;
  background-size: 16px auto;
}

#sp_drop_menu dl dt a.btn_open {
  text-indent: -9999px;
  position: absolute;
  top: 0rem;
  right: 0rem;
  width: 35px;
  height: 100%;
  box-sizing: border-box;
}
#sp_drop_menu dl dt a.btn_open.long {
  width: 100%;
}

#sp_drop_menu dl dt a {
  display: block;
  padding: 0.5rem 0;
}

#sp_drop_menu dl dd {
  width: 100%;
  position: absolute;
  left: 0rem;
  z-index: 10;
  background-color: #E1ECF7;
  display: none;
}

#sp_drop_menu dl dd ul {
  padding: 0.8rem 0;
}

#sp_drop_menu dl dd ul li a {
  display: block;
  padding: 0.6rem 0.8rem 0.6rem;
  position: relative;
}
#sp_drop_menu dl dd ul li a img {
  width: 12px;
  margin-left: 0.3rem;
  position: relative;
  top: -0.3rem;
}

#sp_drop_menu dl dd ul li a.line {
  padding: 0.6rem 0.8rem 0.6rem 2.2rem;
}
#sp_drop_menu dl dd ul li a.line:after {
  content: "";
  position: absolute;
  top: 1.4rem;
  left: 0.8rem;
  width: 12px;
  height: 1px;
  background-color: #333;
}

#sp_drop_menu dl.active dd {
  display: block;
  -webkit-animation: spDropMenuAnime 0.2s ease-in-out 0s forwards;
          animation: spDropMenuAnime 0.2s ease-in-out 0s forwards;
}

@-webkit-keyframes spDropMenuAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes spDropMenuAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ----------------------------------------------------------------------------
　コンテナ
---------------------------------------------------------------------------- */
#container {
  width: 980px;
  margin: 0 auto 3rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1060px) {
  #container {
    width: 95%;
  }
}
@media screen and (max-width: 592px) {
  #container {
    width: 92%;
    display: block;
  }
}

/* ----------------------------------------------------------------------------
　コンテナ内　左メニュー追従
---------------------------------------------------------------------------- */
#container #side {
  box-sizing: border-box;
  width: 20%;
}
@media screen and (max-width: 592px) {
  #container #side {
    display: none;
  }
}

#container #side::-webkit-scrollbar {
  width: 3px;
}

#container #side::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

#container #menu dl {
  margin-bottom: 1px;
}

#container #menu dl dt {
  background-color: #3891E5;
  margin-bottom: 1px;
  position: relative;
}

#container #menu dl dt a:last-child {
  display: block;
  padding: 1rem 1rem 1rem 0.5rem;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  #container #menu dl dt a:last-child {
    font-size: 0.875rem;
  }
}
#container #menu dl dt.line02 a {
  padding: 0.4rem 0.5rem;
}

#container #menu dl.dropmenu dt .btn_open {
  box-sizing: border-box;
  position: absolute;
  top: 0rem;
  right: 0rem;
  width: 40px;
  height: 100%;
  z-index: 2;
  text-indent: -9999px;
  background: url("/img/icon_circle_down_whie.svg") right 0.5rem top 50% no-repeat;
  background-size: 16px auto;
}

#container #menu dl.dropmenu.active dt .btn_open {
  background: url("/img/icon_circle_up_whie.svg") right 0.5rem top 50% no-repeat;
  background-size: 16px auto;
}

#container #menu dd {
  background-color: #E1ECF7;
}

#container #menu dl.dropmenu dd {
  display: none;
}

#container #menu dl.dropmenu.active dd {
  display: block;
}

#container #menu dd > ul > li > a {
  display: block;
  padding: 0.7rem 1rem;
  font-size: 0.875rem;
}
#container #menu dd > ul > li > a img {
  width: 13px;
  margin-left: 0.3rem;
  position: relative;
  top: -0.2rem;
}

#container #menu dd > ul > li.active a {
  background-color: #bad3eb;
}

/* 横棒あり */
#container #menu dd > ul > li > a.line {
  padding: 0.7rem 1rem 0.7rem 2.1rem;
  position: relative;
}
#container #menu dd > ul > li > a.line:after {
  content: "";
  position: absolute;
  top: 1.4rem;
  left: 0.8rem;
  width: 13px;
  height: 1px;
  background-color: #333;
}

/* インデント */
#container #menu dd > ul > li > a.indent1 {
  padding-left: 2em;
  text-indent: -1em;
}

/* ----------------------------------------------------------------------------
　コンテナ内　本体
---------------------------------------------------------------------------- */
#container #contents {
  width: 74.2857143%;
  margin: 0 0 0 auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 592px) {
  #container #contents {
    width: 100%;
  }
}

/* ----------------------------------------------------------------------------
　探す
---------------------------------------------------------------------------- */
#search {
  box-sizing: border-box;
  position: fixed;
  top: 5%;
  width: 980px;
  z-index: 1003;
  background-color: #fff;
  left: -webkit-calc((100% - 980px) / 2);
  left: calc((100% - 980px) / 2);
  border-radius: 10px;
  overflow-y: scroll;
  display: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
@media screen and (max-width: 1060px) {
  #search {
    width: 90%;
    left: 5%;
  }
}
@media screen and (max-width: 592px) {
  #search {
    width: 100%;
    left: 0rem !important;
    border-radius: 0px;
  }
}
#search.active {
  display: block;
  -webkit-animation: searchModalAnime 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s forwards;
          animation: searchModalAnime 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s forwards;
}

@-webkit-keyframes searchModalAnime {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes searchModalAnime {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and (max-width: 592px) {
  @-webkit-keyframes searchModalAnime {
    0% {
      opacity: 0;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes searchModalAnime {
    0% {
      opacity: 0;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
}
#search::-webkit-scrollbar {
  width: 5px;
  border-radius: 100px;
}

#search::-webkit-scrollbar-thumb {
  background-color: #99BFE1;
  border-radius: 100px;
}

#search .search_scroll {
  padding: 1.5rem 3rem;
}
@media screen and (max-width: 592px) {
  #search .search_scroll {
    padding: 2rem 1rem;
  }
}

#search .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 592px) {
  #search .flex {
    display: block;
  }
}

#search .flex dl {
  width: 48.5%;
}
@media screen and (max-width: 592px) {
  #search .flex dl {
    width: 100%;
    margin-bottom: 2rem;
  }
}

#search dl {
  margin-bottom: 3rem;
}

#search dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 592px) {
  #search dd ul {
    display: block;
  }
}

#search dd ul li {
  margin: 0 1rem 1rem 0;
}
@media screen and (max-width: 592px) {
  #search dd ul li {
    margin-bottom: 0.5rem;
  }
}

#search dd ul li label {
  cursor: pointer;
}
#search dd ul li label:hover {
  opacity: 0.8;
}

#search dd ul li label span {
  display: inline-block;
  padding: 0.5rem 0 0.5rem 20px;
  position: relative;
  background: url("/img/checkbox.svg") 0 0.8rem no-repeat;
  background-size: 16px auto;
}
#search dd ul li label span.active {
  background: url("/img/checkbox_checked.svg") 0 0.8rem no-repeat;
  background-size: 16px auto;
}
#search dd ul li label span input {
  display: none;
}

#search dd ul li label img {
  display: block;
  width: 60%;
  margin-bottom: 0.2rem;
  position: relative;
}

/* マーケットから探す */
@media screen and (max-width: 592px) {
  #search .market ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#search .market ul li {
  width: 19%;
  margin: 0 1.25% 1rem 0;
}
#search .market ul li:nth-child(5n) {
  margin-right: 0%;
}
@media screen and (max-width: 592px) {
  #search .market ul li {
    width: 48.5%;
    margin: 0 3% 1rem 0 !important;
  }
  #search .market ul li:nth-child(2n) {
    margin-right: 0% !important;
  }
}

#search .tag {
  margin-bottom: 3rem;
}

#search .tag li label {
  display: inline-block;
  background: none;
  cursor: pointer;
  background-color: #3891E5;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /*display: inline-block;
  padding: 0.5rem 0 0.5rem 20px;
  position: relative;

  background: url("/img/checkbox.svg") 0 0.8rem no-repeat;
  background-size: 16px auto;

  &.active{
  	background: url("/img/checkbox_checked.svg") 0 0.8rem no-repeat;
  	background-size: 16px auto;
  }

  input{
  	display: none;
  }*/
  /*
  input{
  	display: none;
  }


  position: relative;
  display: inline-block;
  background: url("/img/tag_blue.svg") 0 0 no-repeat;
  background-size: auto 100%;
  background-color: #3891E5;
  color: #fff;
  padding: 0.5rem 1rem 0.5rem 2rem;
  border-radius: 5px;


  &.active{
  	background: url("/img/tag_red.svg") 0 0 no-repeat;
  	background-size: auto 100%;
  	background-color: #E53838;
  }


  &:after{
  	content: "";
  	position: absolute;
  	top: calc(50% - 2.5px);
  	left: 1.2rem;
  	width: 5px;
  	height: 5px;
  	background-color: #fff;
  	border-radius: 100px;
  }*/
}
#search .tag li label.active {
  background: none;
  background-color: #E53838 !important;
}
#search .tag li label input {
  display: none;
}

#search .scroll {
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
  padding-right: 0.5rem;
}

#search .scroll {
  max-height: 124px;
}
@media screen and (max-width: 592px) {
  #search .scroll {
    max-height: 200px;
  }
}

#search .scroll::-webkit-scrollbar {
  width: 5px;
}

#search .scroll::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

#search button {
  display: block;
  width: 380px;
  margin: 0 auto;
}
@media screen and (max-width: 592px) {
  #search button {
    width: 80%;
  }
}

#search_bg {
  position: fixed;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  z-index: 1002;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
#search_bg.active {
  display: block;
}

/* ----------------------------------------------------------------------------
　探す追従ボタン
---------------------------------------------------------------------------- */
#btn_open_search a {
  box-sizing: border-box;
  position: fixed;
  top: 0rem;
  left: 0rem;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, right top, from(#2B60AD), to(#0084FF));
  background: linear-gradient(to top right, #2B60AD 0%, #0084FF 100%);
  border-radius: 10px 10px 0 0;
  color: #fff;
  z-index: 999;
  padding: 1.1rem 0.5rem;
  font-size: 1.275rem;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
}
@media screen and (max-width: 592px) {
  #btn_open_search a {
    z-index: 999;
  }
  #btn_open_search a.active {
    border-radius: 0 0 0 0;
    z-index: 1004;
    top: 0rem !important;
  }
}

#btn_open_search a span {
  position: relative;
  display: inline-block;
  background: url("/img/icon_search.svg") 0 0 no-repeat;
  background-size: 25px auto;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 592px) {
  #btn_open_search a span {
    padding: 0.2rem 0 0.2rem 30px;
  }
}
#btn_open_search a span:after {
  content: "";
  position: absolute;
  top: 0.4rem;
  right: -1.7rem;
  width: 20px;
  height: 15px;
  background: url("/img/icon_blank_white.svg") 0 0 no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 592px) {
  #btn_open_search a span:after {
    display: none;
  }
}

@media screen and (max-width: 592px) {
  #btn_open_search a.active span {
    display: block;
    text-align: left;
  }
}
@media screen and (max-width: 592px) {
  #btn_open_search a.active span:after {
    display: block;
    top: -0.3rem;
    right: 0.5rem;
    width: 32px;
    height: 32px;
    background: url("/img/icon_close_white.svg") 0 0 no-repeat;
    background-size: 100% auto;
  }
}

/* ----------------------------------------------------------------------------
　GDPR固定バナー
---------------------------------------------------------------------------- */
#gdpr {
  box-sizing: border-box;
  position: fixed;
  left: 0rem;
  top: 0rem;
  z-index: 1001;
  width: 100%;
  background-color: rgba(239, 243, 252, 0.9);
  padding: 1rem 1rem;
  display: none;
}
@media screen and (max-width: 1024px) {
  #gdpr {
    padding: 1rem 1rem;
  }
}
@media screen and (max-width: 800px) {
  #gdpr {
    padding: 0.5rem;
  }
}
#gdpr.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 592px) {
  #gdpr.active {
    display: block;
  }
}

#gdpr .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 0.9rem;
  line-height: 150%;
  margin-right: 1rem;
}
@media screen and (max-width: 1024px) {
  #gdpr .text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 800px) {
  #gdpr .text {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 592px) {
  #gdpr .text {
    margin-bottom: 0.5rem;
  }
}

#gdpr .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 450px;
          flex: 0 0 450px;
}
@media screen and (max-width: 1024px) {
  #gdpr .btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 230px;
            flex: 0 0 230px;
    display: block;
  }
}
@media screen and (max-width: 800px) {
  #gdpr .btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
  }
}
@media screen and (max-width: 592px) {
  #gdpr .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

#gdpr .btn li {
  width: 48.5%;
}
@media screen and (max-width: 1024px) {
  #gdpr .btn li {
    width: 100%;
    margin-bottom: 0.6rem;
  }
  #gdpr .btn li:last-child {
    margin-bottom: 0rem;
  }
}
@media screen and (max-width: 592px) {
  #gdpr .btn li {
    width: 48.5%;
    margin-bottom: 0rem;
  }
}

#gdpr .btn li a {
  position: relative;
  display: block;
  border-radius: 100px;
  background: -webkit-gradient(linear, left bottom, right top, from(#2B60AD), to(#0084FF));
  background: linear-gradient(to top right, #2B60AD 0%, #0084FF 100%);
  color: #fff;
  font-size: 0.875rem;
  line-height: 120%;
  text-align: center;
  padding: 0.6rem 0;
}
@media screen and (max-width: 1024px) {
  #gdpr .btn li a {
    padding: 0.5rem 0;
  }
}
#gdpr .btn li a:after {
  content: "";
  position: absolute;
  top: 0rem;
  right: 0.5rem;
  width: 0.5rem;
  height: 100%;
  background: url("/img/icon_arrow_right_white.svg") center center no-repeat;
  background-size: 100% auto;
}

/* ----------------------------------------------------------------------------
　pdf_downlaod
---------------------------------------------------------------------------- */
.pdf_downlaod {
  margin-bottom: 4rem;
  margin-top: 4rem;
}

.pdf_downlaod a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #0060b3;
  background: -webkit-gradient(linear, left top, left bottom, from(#eaf0fd), to(#fff));
  background: linear-gradient(to bottom, #eaf0fd 0%, #fff 100%);
  border-radius: 5px;
  padding: 1.2rem;
}
@media screen and (max-width: 592px) {
  .pdf_downlaod a {
    padding: 1.5rem;
    display: block;
  }
}
.pdf_downlaod a .photo {
  width: 30%;
  margin-right: 3rem;
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.pdf_downlaod a .photo.w20 {
  width: 20%;
}
@media screen and (max-width: 592px) {
  .pdf_downlaod a .photo {
    width: 50% !important;
    margin: 0 auto 1.5rem;
  }
}
.pdf_downlaod a .photo img {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ccc;
  box-shadow: 5px 5px 0px 0 rgba(0, 0, 0, 0.1);
}
.pdf_downlaod a:hover .photo {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.pdf_downlaod a .copy .ttl {
  text-align: center;
  font-size: 1.275rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.pdf_downlaod a .copy .ttl em {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  color: #E53838;
}
.pdf_downlaod a .copy .txt {
  margin-bottom: 2rem;
}
.pdf_downlaod a .copy .btn_style01 {
  width: 170px;
  margin: 0 auto;
  background-color: #fff;
}

/* ----------------------------------------------------------------------------
　検索BOXカスタム
---------------------------------------------------------------------------- */
#gcse-search_box {
  width: 180px !important;
  height: 29px;
  position: relative;
  top: 0.12rem;
}

#gcse-search_box .gsc-control-cse {
  padding: 0rem !important;
  background: none !important;
  border: none !important;
}

#gcse-search_box .gsc-search-button-v2,
#gcse-search_box .gsc-search-button-v2:hover,
#gcse-search_box .gsc-search-button-v2:focus {
  border: none !important;
  background-color: #333 !important;
}

#gcse-search_box .gsc-search-button-v2 {
  padding: 8px 7px !important;
  border-radius: 0px !important;
  position: relative;
  left: -2px;
}

#gcse-search_box table.gsc-search-box td.gsc-input {
  padding-right: 0px !important;
  margin-bottom: 0rem !important;
}

#gcse-search_box form.gsc-search-box {
  margin-bottom: 0rem !important;
}

#gcse-search_box .gsib_a {
  padding: 2px 2px 1px 2px !important;
}

/* ----------------------------------------------------------------------------
　印刷時
---------------------------------------------------------------------------- */
@media print {
  body {
    zoom: 0.68;
    -webkit-print-color-adjust: exact;
  }
  header {
    position: relative;
  }
  header .menu > li > a {
    font-size: 0.8rem;
  }
  header .inner,
  footer .inner,
  #contents,
  #page_title .inner {
    width: 95%;
  }
  footer .menu_box ul li a {
    font-size: 0.8rem;
  }
  .pagetop,
  #widthdebug {
    display: none;
  }
  #btn_open_search a {
    position: relative;
  }
}