@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
/* DEFAULT
------------------------------------------ */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
}

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

body {
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #252525;
  font-family: Arial, "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  overflow-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
  font-feature-settings: "palt" 1;
  font-weight: normal;
  line-height: 1.3;
}

p {
  padding-bottom: 40px;
  font-size: 1.125rem;
  line-height: 2;
}

a {
  -webkit-transition: color .2s;
  -moz-transition: color .2s;
  -ms-transition: color .2s;
  -o-transition: color .2s;
  outline: none;
  color: #080e14;
  text-decoration: none;
  transition: color .2s;
}

a:hover {
  color: #B91200;
}

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

img, iframe {
  outline: none;
  vertical-align: bottom;
}

img {
  max-width: 100%;
}

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

@media screen and (max-width: 640px) {
  p {
    padding-bottom: 24px;
    font-size: 1rem;
  }
}

/* ICON
------------------------------------------ */
@font-face {
  src: url("../fonts/iconfont.eot?y0xdfr");
  src: url("../fonts/iconfont.eot?y0xdfr#iefix") format("embedded-opentype"), url("../fonts/iconfont.ttf?y0xdfr") format("truetype"), url("../fonts/iconfont.woff?y0xdfr") format("woff"), url("../fonts/iconfont.svg?y0xdfr#icomoon") format("svg");
  font-display: block;
  font-family: 'iconfont';
  font-style: normal;
  font-weight: normal;
}

[class^="icon-"], [class*=" icon-"] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'iconfont' !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}

.icon-adobe:before {
  content: "\e900";
}

.icon-facebook:before {
  content: "\e901";
}

.icon-twitter:before {
  content: "\e902";
}

.icon-location:before {
  content: "\e903";
}

.icon-link-ex:before {
  content: "\e904";
}

.icon-search:before {
  content: "\e905";
}

.icon-arrow:before {
  content: "\e906";
}

.icon-arrow-angled:before {
  content: "\e907";
}

/* HEADER
------------------------------------------ */
body > header {
  border-bottom: 1px solid #DCDCDC;
  margin-top: 47px;
}

.header-contents {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding: 24px 20px 0;
}

.header-logo {
  height: 34px;
}

.header-logo img {
  vertical-align: top;
}

.header-language {
  display: flex;
  position: absolute;
  top: 24px;
  right: 520px;
  align-items: center;
  height: 32px;
  color: #252525;
  font-size: .75rem;
  font-weight: bold;
}

.header-language a {
  color: #989898;
  font-weight: normal;
}

.header-language a:hover {
  color: #252525;
}

.header-language span {
  padding: 0 8px;
  font-weight: normal;
}

.header-language-sp-only {
  display: none !important;
}

.header-related-link {
  display: flex;
  position: absolute;
  top: 24px;
  right: 220px;
  height: 32px;
}

.header-related-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin-right: 8px;
  padding: 0 8px;
  border: 1px solid #DCDCDC;
  font-size: .75rem;
  transition: border-color .2s, color .2s;
}

.header-related-link a:hover {
  border-color: #B91200;
}

.header-search {
  position: absolute;
  top: 24px;
  right: 20px;
  width: 192px;
  height: 32px;
}

.header-search .header-search-trigger {
  display: none;
}

.header-search form {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  position: relative;
  border-radius: 50px;
  background-color: #f8f8f8;
}

.header-search form::before {
  display: block;
  position: absolute;
  top: 4px;
  right: 4px;
  width: 32px;
  height: 32px;
  color: #989898;
  font-family: 'iconfont' !important;
  font-size: 24px;
  content: "";
  content: "\e905";
}

.header-search form .search-keyword {
  width: 100%;
  min-height: 32px;
  padding: 0 40px 0 16px;
  outline: none;
  background-color: transparent;
  font-size: 16px;
}

.header-search form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  outline: none;
  background: transparent;
  text-indent: -9999px;
  cursor: pointer;
}

.header-nav {
  margin-top: 16px;
}

.header-nav-btn-sp-only {
  display: none;
}

.header-dropdown {
  display: flex;
}

.header-dropdown > li {
  display: flex;
  position: relative;
  align-items: center;
  height: 64px;
  margin-right: 24px;
  font-weight: bold;
  line-height: 1;
}

.header-dropdown > li:last-of-type {
  margin-right: 0;
}

.header-dropdown > li::after {
  display: block;
  position: absolute;
  top: calc(50% - .5rem);
  right: 0;
  width: 1px;
  height: 1em;
  background-color: #DCDCDC;
  content: "";
}

.header-nav > ul > li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 24px 24px 24px 0;
}

.header-dropdown .header-dropdown-trigger:hover {
  cursor: pointer;
}

.header-dropdown .header-dropdown-trigger:hover .header-dropdown-menu {
  display: block;
  animation: show .5s ease 0s 1 forwards;
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.header-dropdown .header-dropdown-menu {
  display: none;
  z-index: 9999;
  position: absolute;
  top: 64px;
  left: -24px;
  min-width: 240px;
  background: #fff;
  box-shadow: 0 5px 5px #ccc;
  opacity: 0;
}

.header-dropdown .header-dropdown-menu li.sp-only {
  display: none;
}
/* revise 202311 */
.header-dropdown .header-dropdown-menu li a {
  display: block;
  padding: 12px 16px;
  font-size: .875rem;
  font-weight: normal;
  white-space: nowrap;
}
/* revise 202311 end */

@media screen and (max-width: 1080px) {
  .header-language {
    right: 364px;
  }
  .header-related-link {
    right: 64px;
  }
  .header-search {
    width: 0;
    transition: width .5s;
  }
  .header-search .header-search-trigger {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: block;
    z-index: 5;
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f8f8f8;
  }
  .header-search .header-search-trigger:hover {
    cursor: pointer;
  }
  .header-search .header-search-trigger::before {
    display: block;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #989898;
    font-family: 'iconfont' !important;
    font-size: 24px;
    content: "";
    content: "\e905";
  }
  .header-search form::before {
    display: none;
  }
  .header-search form .search-keyword {
    padding: 0;
  }
  .header-search.is-open {
    width: calc(50% - 40px);
    background-color: #fff;
    transition: width .5s;
  }
  .header-search.is-open .header-search-trigger {
    background: #fff;
  }
  .header-search.is-open .header-search-trigger::before, .header-search.is-open .header-search-trigger::after {
    top: calc(50% - 8px);
    left: calc(50% - 1.5px);
    width: 2px;
    height: 16px;
    transform: rotate(45deg);
    background-color: #989898;
    content: "";
  }
  .header-search.is-open .header-search-trigger::after {
    display: block;
    position: absolute;
    transform: rotate(-45deg);
    content: "";
  }
  .header-search.is-open form {
    width: calc(100% - 32px);
  }
  .header-search.is-open form::before {
    display: block;
  }
  .header-search.is-open form .search-keyword {
    width: calc(100% - 56px);
    padding-left: 16px;
  }
  .header-dropdown > li {
    margin-right: 16px;
  }
  .header-nav > ul > li a {
    padding: 24px 16px 24px 0;
  }
}

@media screen and (max-width: 960px) {
  .header-contents {
    padding: 16px 20px 12px;
  }
  .header-logo {
    height: 50px;
  }
  .header-logo img {
    height: 20px;
    margin-top: 10px;
  }
  .header-language {
    display: none;
  }
  .header-language-sp-only {
    display: block !important;
    padding: 12px 0;
    font-size: .75rem;
  }
  .header-language-sp-only span {
    padding: 0 4px;
  }
  .header-language-sp-only a {
    display: inline !important;
    padding: 0 !important;
    color: #696969;
    font-weight: normal !important;
  }
  .header-related-link {
    position: relative;
    top: auto;
    right: auto;
    width: calc(100% - 32px);
    height: auto;
    min-height: 20px;
  }
  .header-search {
    top: auto;
    right: 20px;
    bottom: 10px;
  }
  .header-search.is-open {
    width: calc(100% - 40px);
  }
  .header-nav-btn-sp-only {
    display: block;
    position: absolute;
    top: 16px;
    right: 24px;
    width: 40px;
    height: 34px;
    padding: 2px;
    font-size: 10px;
    line-height: 1;
    letter-spacing: -0.2em;
  }
  .header-nav-btn-sp-only:hover {
    cursor: pointer;
  }
  .header-nav-btn-sp-only span {
    position: absolute;
    top: 0;
    left: 8px;
    display: block;
    width: 24px;
    height: 2px;
    /*margin: 0 8px 5px;*/
    background-color: #696969;
    transition: .2s;
  }

  .header-nav-btn-sp-only span:nth-of-type(2) {
    top: 7px;
  }
  .header-nav-btn-sp-only span:last-of-type {
    top: 14px;
  }
  .header-nav-btn-sp-only small {
    position: absolute;
    top: 21px;
    left: -2px;
    display: block;
    width: 100%;
    text-align: center;
  }

  .header-nav-btn-sp-only.is-open span:first-of-type {
    top: 9px;
    transform: rotate(45deg);
    transform-origin: center center;
  }
  .header-nav-btn-sp-only.is-open span:last-of-type {
    top: 9px;
    transform: rotate(-45deg);
    transform-origin: center center;
  }
  .header-nav-btn-sp-only.is-open span:nth-of-type(2) {
    opacity: 0;
  }
  .header-dropdown {
    display: block;
    z-index: 9999;
    position: absolute;
    top: 50px;
    right: 0;
    width: 100%;
    max-height: 0;
    padding-top: 16px;
    overflow: hidden;
    background-color: #fff;
    opacity: 0;
    transition: opacity .5s ease-in-out,max-height .5s ease-in-out;
  }
  .header-dropdown.is-open {
    max-height: 2000px;
    overflow: visible;
    opacity: 1;
    transition: opacity .5s ease-in-out,max-height .5s ease-in-out;
  }
  .header-dropdown > li {
    display: block;
    height: auto;
    margin: 0 20px;
    border-bottom: 1px solid #DCDCDC;
  }
  .header-dropdown > li::after {
    display: none;
  }
  .header-nav {
    margin-top: 0;
  }
  .header-nav > ul > li a {
    padding: 12px 0;
    font-size: .75rem;
  }
  .header-dropdown .header-dropdown-trigger::after, .header-dropdown .header-dropdown-trigger::before {
    display: block;
    position: absolute;
    top: 16px;
    right: 10px;
    width: 10px;
    height: 1px;
    background-color: #989898;
    content: "";
  }
  .header-dropdown .header-dropdown-trigger::after {
    top: 11px;
    right: 14.5px;
    width: 1px;
    height: 10px;
    opacity: 1;
    transition: opacity .5s;
  }
  .header-dropdown .header-dropdown-trigger.is-open::after {
    opacity: 0;
    transition: opacity .5s;
  }
  .header-dropdown .header-dropdown-trigger a {
    pointer-events: none;
  }
  .header-dropdown .header-dropdown-trigger:hover .header-dropdown-menu {
    display: none;
  }
  .header-dropdown .header-dropdown-trigger .header-dropdown-menu.is-open {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    box-shadow: none;
    opacity: 1;
  }
  .header-dropdown .header-dropdown-trigger .header-dropdown-menu li.sp-only {
    display: block;
  }
  .header-dropdown .header-dropdown-trigger .header-dropdown-menu li a {
    padding: 8px 0;
    font-size: .75rem;
    pointer-events: auto;
  }
}

.tsutaeru-toolbar.tsutaeru-toolbar-fixed {
  z-index: 9999;
}

body.tsutaeru-toolbar-message-active > header {margin-top: 88px;}

@media screen and (max-width: 480px) {
  body.tsutaeru-toolbar-message-active > header {margin-top: 140px;}
}

/* FOOTER
------------------------------------------ */
footer {
  border-top: 1px solid #DCDCDC;
}

.footer-contents {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding: 40px 20px;
}

.footer-logo img {
  height: 28px;
}

.footer-sns {
  position: absolute;
  top: 40px;
  right: 20px;
  font-size: 24px;
}

.footer-sns a {
  margin-left: 24px;
}
/* revise 202311 */
.footer-sns a:hover {
  fill: #B91200;
}
/* revise 202311 end */

.footer-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}

.footer-nav-item {
  width: 100%;
  margin-right: 4%;
}

.footer-nav-item:last-of-type {
  margin-right: 0;
}

.footer-nav-category {
  margin: 32px 0 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
  font-weight: bold;
}

.footer-nav-menu li {
  padding: 4px 0;
  font-size: .75rem;
}

.footer-nav-menu .sp-only {
  display: none;
}

.footer-support-link {
  padding: 16px 0;
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
  font-size: .6875rem;
  line-height: 1;
}

.footer-support-link li {
  display: inline-block;
  position: relative;
  margin-right: 16px;
  padding-right: 16px;
}

.footer-support-link li::after {
  display: block;
  position: absolute;
  top: calc(50% - .5em);
  right: 0;
  width: 1px;
  height: 1em;
  background-color: #DCDCDC;
  content: "";
}

.footer-support-link li:last-of-type::after {
  display: none;
}

.footer-copyright {
  padding: 24px 0;
}

.footer-copyright p {
  padding: 0;
  font-size: .6875rem;
}

.page-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 48px;
  height: 48px;
  border: 1px solid #DCDCDC;
  background-color: #fff;
  transition: .2s;
}

.page-top::before {
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  transform: rotate(-90deg);
  color: #989898;
  font-family: iconfont;
  font-size: 20px;
  content: "";
  content: "\e906";
  transition: .2s;
}

.page-top:hover {
  border-color: #B91200;
  cursor: pointer;
}

.page-top:hover::before {
  color: #B91200;
}

@media screen and (max-width: 960px) {
  .footer-nav {
    display: block;
    margin-top: 24px;
  }
  .footer-nav-category {
    position: relative;
    margin: 8px 0;
    margin: 0;
    padding: 8px 0;
    border-bottom: 1px solid #DCDCDC;
    font-size: .75rem;
  }
  .footer-nav-category.footer-dropdown-trigger:hover {
    cursor: pointer;
  }
  .footer-nav-category.footer-dropdown-trigger a {
    pointer-events: none;
  }
  .footer-nav-category.footer-dropdown-trigger::after, .footer-nav-category.footer-dropdown-trigger::before {
    display: block;
    position: absolute;
    top: 50%;
    right: 2px;
    width: 12px;
    height: 1px;
    background-color: #989898;
    content: "";
  }
  .footer-nav-category.footer-dropdown-trigger::after {
    top: calc(50% - 6px);
    right: 8px;
    width: 1px;
    height: 12px;
    opacity: 1;
    transition: opacity .5s;
  }
  .footer-nav-category.footer-dropdown-trigger.is-open::after {
    opacity: 0;
    transition: opacity .5s;
  }
  .footer-nav-menu {
    display: none;
    max-height: 0;
    margin-top: 8px;
    opacity: 0;
    transition: opacity .5s ease-in-out,max-height .5s ease-in-out;
  }
  .footer-nav-menu.is-open {
    display: block;
    max-height: 2000px;
    overflow: visible;
    opacity: 1;
    transition: opacity .5s ease-in-out,max-height .5s ease-in-out;
  }
  .footer-nav-menu .sp-only {
    display: block;
  }
  .footer-dropdown {
    display: block;
    z-index: 9999;
    position: absolute;
    top: 64px;
    right: 0;
    width: 100%;
    max-height: 0;
    padding: 24px 0;
    overflow: hidden;
    background-color: #fff;
    opacity: 0;
    transition: opacity .5s ease-in-out,max-height .5s ease-in-out;
  }
  .footer-support-link {
    padding: 0;
    border: none;
    line-height: 2;
    text-align: center;
  }
  .footer-copyright {
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .page-top {
    display: none !important;
  }
}

/* LAYOUT
------------------------------------------ */
.contents {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.contents-m {
  max-width: 800px;
  margin: 0 auto;
}

.section {
  margin-bottom: 160px;
}

.section > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.cb {
  margin-bottom: 80px;
}

.col-1 {
  margin-bottom: 40px;
}

.col-2,
.col-3,
.col-4,
.col-5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.col-3,
.col-4,
.col-5 {
  justify-content: flex-start;
}

.col-2 .col-item {
  width: calc(50% - 20px);
  margin-bottom: 24px;
}

.col-2.col-bnr .col-item {
  width: calc(50% - 12px);
}

.col-3 .col-item {
  width: calc(33.33% - 20px);
  margin: 0 10px 24px;
}

.col-4 .col-item {
  width: calc(25% - 20px);
  margin: 0 10px 24px;
}

.col-5 .col-item {
  width: calc(20% - 20px);
  margin: 0 10px 24px;
}

.col-movie-gallery .col-item,
.col-photo-gallery .col-item,
.col-photo-gallery-enlarge .col-item {
  display: flex;
  flex-direction: column;
}

.col-movie-gallery .col-item a,
.col-photo-gallery .col-item a,
.col-photo-gallery-enlarge .col-item a {text-decoration: none;}

.col-movie-gallery .col-item a[target~="_blank"],
.col-photo-gallery .col-item a[target~="_blank"],
.col-photo-gallery-enlarge .col-item a.enlarge {
  display: block;
  position: relative;
}

.col-movie-gallery .col-item a[target~="_blank"]::before,
.col-photo-gallery .col-item a[target~="_blank"]::before,
.col-photo-gallery-enlarge .col-item a.enlarge::before {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 6px;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #fff;
  font-family: 'iconfont';
  font-size: 16px;
  font-weight: normal;
  content: "\e904";
  background-color: rgba(0,0,0,.5);
}

.col-photo-gallery-enlarge .col-item a.enlarge::before {
  content: "\e905";
}

/*.col-photo-gallery .col-item .col-item-text {
  margin-top: auto;
}
*/

.col-item .col-item-thumb-container {
  display: flex;
  justify-content: center;
  align-items: center;
  /*height: 100%;*/
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .col-item .col-item-thumb-container {height: 100%;} /* IE11 */
}

.col-item .col-item-thumb-container img {
  border: 1px solid #dcdcdc;
  margin-bottom: 16px;
  width: 100%;
}

.col-item .col-item-text .caption {
  color: #696969;
  font-size: .875rem;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .col-4 .col-item,
  .col-5 .col-item {
    width: calc(50% - 20px);
  }
  .col-2.col-bnr {
    display: block;
    text-align: center;
  }
  .col-2.col-bnr .col-item {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .section {
    margin-bottom: 80px;
  }
  .cb {
    margin-bottom: 40px;
  }
  .col-2 {
    display: block;
  }
  .col-1 .col-item,
  .col-2 .col-item,
  .col-3 .col-item,
  .col-4 .col-item,
  .col-5 .col-item {
    width: 100%;
    margin-bottom: 40px;
  }
  .col-movie-gallery .col-item a[target~="_blank"]::before,
  .col-photo-gallery .col-item a[target~="_blank"]::before,
  .col-photo-gallery-enlarge .col-item a.enlarge::before {
    bottom: 16px;
  }
}

/* COMMON PARTS
------------------------------------------ */
.ttl {
  font-feature-settings: "palt" 1;
}

.breadcrumb {
  padding: 16px 0;
  color: #696969;
  font-size: .6875rem;
}

.breadcrumb-item {
  display: inline-block;
  position: relative;
  padding-right: 24px;
}

.breadcrumb-item:last-of-type::after {
  display: none;
}

.breadcrumb-item::after {
  display: block;
  position: absolute;
  top: calc(50% - 2.5px);
  right: 12px;
  width: 5px;
  height: 5px;
  transform: rotate(-45deg);
  border-right: 1px solid #989898;
  border-bottom: 1px solid #989898;
  content: "";
}

.breadcrumb-btm {
  display: none;
  margin-top: 80px;
  border-top: 1px solid #DCDCDC;
}

.breadcrumb-btm .breadcrumb {
  padding: 8px 0;
}

@media screen and (max-width: 640px) {
  .breadcrumb {
    display: none;
  }
  .breadcrumb-btm {
    display: block;
  }
  .breadcrumb-btm .breadcrumb {
    display: block;
  }
}

/* heading */
.page-ttl {
  margin: 24px 0 40px;
  letter-spacing: 0.05em;
  overflow: hidden;
}

.page-ttl-txt {
  margin-bottom: 16px;
  font-family: "Times New Roman", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-feature-settings: "palt" 1;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1em;
  /*display: inline-block;*/
}

.page-ttl-summary {
  color: #696969;
  font-family: "Times New Roman", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-feature-settings: "palt" 1;
  font-size: 1.125rem;
}

.section-ttl {
  margin-bottom: 24px;
  font-family: "Times New Roman", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-feature-settings: "palt" 1;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.section-summary {
  margin: -16px 0 -8px;
}

.parts-ttl {
  margin-bottom: 24px;
  font-family: "Times New Roman", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.01em;
}

.parts-ttl-gothic {
  font-family: Arial, "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.ttl-thumb-right {
  float: right;
  width: 180px;
  margin: 0 0 16px 24px;
  text-align: center;
}
.ttl-thumb-right img {
  width: auto;
  max-width: 100%;
  max-height: 180px;
}

@media screen and (max-width: 640px) {
  .page-ttl {
    margin: 24px 0 16px;
  }
  .page-ttl-txt {
    margin-bottom: 8px;
    font-size: 1.25rem;
  }
  .page-ttl-summary {
    font-size: .75rem;
  }
  .section-ttl {
    margin-bottom: 8px;
    font-size: 1.125rem;
  }
  .section-summary {
    margin: 0;
    padding-bottom: 24px;
    font-size: .75rem;
    line-height: 1.3;
  }
  .parts-ttl {
    margin-bottom: 16px;
    font-size: 1rem;
  }

  .ttl-thumb-right {
    float: none;
    width: 100%;
    margin: 0 0 24px;
  }
  .ttl-thumb-right img {
    height: auto;
    max-width: 180px;
  }
}

/* button */
.btn-container {
  max-width: 800px;
  margin: 0 auto;
  clear: both;
  margin-bottom: 40px;
}

.btn {
  display: block;
  padding: 24px 56px !important;
  border: 1px solid #DCDCDC;
  background-color: #fff;
  text-align: center;
}

.btn:hover {
  background-color: #f8f8f8;
}

.btn-arrow-down {
  position: relative;
}

.btn-arrow-down::after {
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  right: 24px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-right: 2px solid #989898;
  border-bottom: 2px solid #989898;
  content: "";
}

.btn-arrow-down:hover::after {
  border-color: #B91200;
}

.btn-icon-external {
  position: relative;
}

.btn-icon-external::after {
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 24px;
  width: 16px;
  height: 16px;
  color: #989898;
  font-family: 'iconfont';
  content: "";
  content: "\e904";
}

.btn-icon-external:hover::after {
  color: #B91200;
}

.btn-thumb {
  display: flex;
  align-items: center;
  font-family: "Times New Roman", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.125rem;
  text-align: left;
}

.btn-thumb .btn-thumb-container {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 210px;
  max-height: 110px;
  margin: -24px 24px -24px -56px;
  overflow: hidden;
  text-align: center;
}

.btn-thumb .btn-thumb-container img {
  width: 100%;
  max-width: 100%;
  /* ie */
}

@media screen and (max-width: 640px) {
  .btn {
    padding: 16px 32px !important;
    font-size: .875rem;
    line-height: 1.1;
  }
  .btn-icon-external::after {
    right: 16px;
  }
  .btn-thumb {
    line-height: 1.1;
  }
  .btn-thumb .btn-thumb-container {
    width: 117px;
    max-height: 64px;
    margin: -16px 8px -16px -32px;
  }
}

/* label */
.label {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  display: inline-block;
  margin: 0 4px 4px 0;
  padding: 4px 8px;
  border-radius: 30px;
  background-color: #F2F2F2;
  color: #696969;
  font-size: .75rem;
  line-height: 1em;
  white-space: nowrap;
}

.label.label-pressrelease {
  background-color: #e6f1f9;
}

.label a {
  color: #696969;
}

.label a:hover {
  color: #B91200;
}

@media screen and (max-width: 640px) {
  .label {
    margin: 0 2px 4px 0;
    padding: 4px;
    font-size: .625rem;
  }
}

/* card */
.card {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -40px !important;
}

.card .card-item {
  width: 22.75%;
  margin-right: 3%;
  margin-bottom: 40px;
}

.card .card-item:nth-child(4n) {
  margin-right: 0;
}

.card .card-item:hover {
  background-color: #f8f8f8;
}


.card .card-item.link-external .card-txt .ttl,
.card .card-item.link-movie .card-txt .ttl,
.media-list .media-list-item.link-external .media-list-txt .time,
.media-list .media-list-item.link-movie .media-list-txt .time {
  position: relative;
  padding-right: 24px;
}
.card .card-item.link-external .card-txt .ttl::after,
.card .card-item.link-movie .card-txt .ttl::after,
.media-list .media-list-item.link-external .media-list-txt .time::after {
  display: block;
  display: flex;
  position: absolute;
  right: -6px;
  top: 0;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #989898;
  font-family: 'iconfont';
  font-size: 16px;
  font-weight: normal;
  content: "\e904";
}

.media-list .media-list-item.link-external .media-list-txt .time,
.media-list .media-list-item.link-movie .media-list-txt .time {
  display: inline-block;
}
.media-list .media-list-item.link-external .media-list-txt .time::after {
  top: -6px;
}

.card .card-item.link-movie .card-txt .ttl::before,
.media-list .media-list-item.link-movie .media-list-txt .time::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #989898;
  border-radius: 50%;
}
.card .card-item.link-movie .card-txt .ttl::after,
.media-list .media-list-item.link-movie .media-list-txt .time::after {
  display: block;
  position: absolute;
  right: 4px;
  top: 4px;
  width: 0;
  height: 0;
  border-width: 4px 0 4px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #989898;
  content: "";
}
.media-list .media-list-item.link-movie .media-list-txt .time::before {
  top: -1px;
}
.media-list .media-list-item.link-movie .media-list-txt .time::after {
  top: 3px;
}

.card .card-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 142px;
  margin-bottom: 24px;
  overflow: hidden;
}

.card .card-thumb .card-thumb-container {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 0;
  padding-top: 52.36%;
  background-color: #f8f8f8;
}

.card .card-thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  /*width: 100%;*/
  max-width: 100%;
  height: auto;
  max-height: 100%;
  transform: translate(-50%, -50%);
  /*object-fit: contain;*/
  border: 2px solid #DCDCDC;
}

.card .card-txt {
  padding: 0 12px 16px;
}

.card .card-txt .ttl {
  margin-bottom: 16px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.3;
}

.card .card-txt .summary {
  font-size: .875rem;
}

.card-mincho .card-item {
  width: 31.3%;
}

.card-mincho .card-item:nth-of-type(2n) {
  margin-right: 3%;
}

.card-mincho .card-item:nth-of-type(3n) {
  margin-right: 0;
}

.card-mincho .card-thumb {
  max-height: 196px;
}

.card-mincho .card-txt .ttl {
  margin-bottom: 8px;
  font-family: "Times New Roman", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.5rem;
}

.card-mincho .card-txt .summary {
  font-size: 1rem;
}

@media screen and (max-width: 960px) {
  .card .card-item {
    width: 31.3%;
  }
  .card .card-item:nth-child(2n) {
    margin-right: 3%;
  }
  .card .card-item:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 640px) {
  .card .card-item {
    width: 45%;
    margin-right: 10%;
    margin-bottom: 16px;
  }
  .card .card-item:nth-child(3n) {
    margin-right: 10%;
  }
  .card .card-item:nth-child(2n) {
    margin-right: 0;
  }

  .media-list .media-list-item.link-external .media-list-txt .time::after {
    font-size: 12px;
  }
  .media-list .media-list-item.link-movie .media-list-txt .time::before {
    top: -1px;
    width: 12px;
    height: 12px;
  }
  .media-list .media-list-item.link-movie .media-list-txt .time::after {
    top: 2px;
    right: 3px;
    border-width: 3px 0 3px 5px;
  }

  .card .card-thumb {
    margin-bottom: 16px;
  }
  .card .card-txt {
    padding: 0 0 16px;
  }
  .card .card-txt .ttl {
    margin: 0;
    font-size: .875rem;
  }
  .card .card-txt .summary {
    display: none;
  }
  .card-mincho .card-item {
    width: 45%;
    margin-right: 10%;
    margin-bottom: 16px;
  }
  .card-mincho .card-item:nth-of-type(3n) {
    margin-right: 10%;
  }
}

/* list */
.media-list .media-list-item {
  display: flex;
  margin-bottom: 40px;
}

.media-list .border {
  border-bottom: 1px solid #ccc;
}

.media-list .media-list-thumb {
  display: flex;
  flex-shrink: 0;
  align-items: flex-start;
  min-width: 240px;
  /*width: 20%;*/
  max-height: 135px;
  margin-right: 24px;
  overflow: hidden;
}

.media-list .media-list-thumb .media-list-thumb-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 52.36%;
  background-color: #f8f8f8;
}

.media-list .media-list-thumb .media-list-thumb-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  /*width: 100%;*/
  max-width: 100%;
  height: auto;
  max-height: 100%;
  transform: translate(-50%, -50%);
  /*object-fit: contain;*/
  border: 2px solid #DCDCDC;
}

.media-list .media-list-txt {
  width: 100%;
}

.media-list .media-list-txt .time {
  margin-bottom: 24px;
  color: #989898;
  font-family: lato, Arial, "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: .75rem;
}

.media-list .media-list-txt .ttl {
  margin-bottom: 16px;
  font-size: 1.125rem;
  line-height: 1.6;
}

.media-list .media-list-txt .author {
  margin-top: -8px;
  color: #696969;
  font-size: .75rem;
}

.post-list li {
  margin-bottom: 8px;
  font-size: 1.125rem;
}

.post-list li .time {
  display: inline-block;
  width: 7em;
  color: #989898;
  font-family: lato, Arial, "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.disc-list li, .num-list li {
  margin-bottom: 8px;
  margin-left: 2em;
  list-style: disc;
}

.num-list li {
  list-style: decimal;
}

@media screen and (max-width: 640px) {
  .media-list .media-list-item {
    display: flex;
    margin-bottom: 16px;
  }
  .media-list .media-list-item:last-of-type {
    margin-bottom: 40px;
  }
  .media-list .media-list-thumb {
    width: 20%;
    min-width: 96px;
    margin-right: 8px;
  }
  .media-list .media-list-txt .time {
    margin-bottom: 4px;
    font-size: .625rem;
  }
  .media-list .media-list-txt .ttl {
    margin-bottom: 8px;
    font-size: .875rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .post-list li {
    margin-top: 16px;
    font-size: 1rem;
  }
  .post-list li .time {
    display: block;
    font-size: .75rem;
  }
}

/* table */
.table {
  width: 100%;
  margin-bottom: 40px;
  word-break: break-all;
}

.table tr {
  border-bottom: 1px solid #DCDCDC;
}

.table th,
.table td {
  padding: 8px 0;
  text-align: left;
  vertical-align: top;
}

.table th {
  padding-right: 24px;
  font-weight: bold;
  white-space: nowrap;
}


.table tr th:first-of-type {
  width: 10em;
  white-space: unset;
  padding-right: 2em;
}




@media screen and (max-width: 640px) {
  .table th,
  .table td {
    display: block;
  }
  .table th {
    padding-right: 0;
    padding-bottom: 0;
    white-space: unset;
  }
  .table tr th:first-of-type {
    width: auto;
    padding-right: 0;
  }
}

/* tab */
.tab {
  display: flex;
  margin-bottom: 40px;
}

.tab .tab-item {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  padding: 0 16px;
  border: 1px solid #fff;
  background-color: #f8f8f8;
  line-height: 1.2;
  text-align: center;
}

.tab .tab-item:hover {
  font-weight: bold;
  cursor: pointer;
}

.tab .tab-item.is-selected {
  font-weight: bold;
}

.tab .tab-item.is-selected::after, .tab .tab-item:hover::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  content: "";
}

.tab + .tab-secondary {
  margin-top: -32px;
}

.tab-wrap-5 {
  flex-wrap: wrap;
}

.tab-wrap-5 .tab-item {
  width: 20%;
}

.tab-wrap-4 {
  flex-wrap: wrap;
}

.tab-wrap-4 .tab-item {
  width: 25%;
}

.tab-secondary {
  display: flex;
  border-bottom: 1px solid #DCDCDC;
}

.tab-secondary .tab-item {
  height: auto;
  padding: 16px;
  border: none;
  background-color: #fff;
  font-size: .875rem;
}

.tab-secondary .tab-item.is-selected::after, .tab-secondary .tab-item:hover::after {
  height: 3px;
}

.tab-item-width-auto {
  flex-shrink: 0;
  width: auto !important;
  min-width: 15%;
  white-space: nowrap;
}

@media screen and (max-width: 640px) {
  .tab {
    margin-bottom: 24px;
  }
  .tab .tab-item {
    height: auto;
    padding: 8px 4px;
    font-size: .6875rem;
  }
  .tab .tab-item.is-selected::after, .tab .tab-item:hover::after {
    height: 2px;
  }
  .tab + .tab-secondary {
    margin-top: -24px;
  }
  .tab-secondary .tab-item {
    padding: 2px;
  }
  .tab-wrap-sp-only {
    flex-wrap: wrap;
  }
  .tab-wrap-sp-only .tab-50per {
    width: 50% !important;
  }
  .tab-wrap-sp-only .tab-40per {
    width: 40% !important;
  }
  .tab-wrap-sp-only .tab-30per {
    width: 33.33% !important;
  }
  .tab-wrap-sp-only .tab-25per {
    width: 25% !important;
  }
  .tab-wrap-sp-only .tab-20per {
    width: 20% !important;
  }
}

/* pagination */
.pagination {
  display: flex;
  justify-content: center;
}

.pagination [class^="pagination-item"] {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0 8px;
  color: #696969;
}

.pagination [class^="pagination-item"]:hover, .pagination [class^="pagination-item"].is-current {
  color: #252525;
}

.pagination [class^="pagination-item"].is-current {
  pointer-events: none;
}

.pagination [class^="pagination-item-arrow"]::before {
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  transform: rotate(135deg);
  border-right: 2px solid #989898;
  border-bottom: 2px solid #989898;
  content: "";
}

.pagination [class^="pagination-item-arrow"]:hover::before {
  border-color: #252525;
}

.pagination .pagination-item-arrow-next::before {
  transform: rotate(-45deg);
}

.pagination .pagination-item-num:hover::after,
.pagination .pagination-item-num.is-current::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  content: "";
}

/* images */
.contents-img-center {
  text-align: center;
}

body > .contents > .page-ttl > .sdgs-logo {
  float:right;
  width: auto !important;
  margin-bottom: 0;
}

@media screen and (max-width:767px) {
  body > .contents > .page-ttl > .sdgs-logo > a > img{
    float:right;
    width: 50%;
    height: 50%;
  }
}

/* text */
.txt-l {
  font-size: 1.5rem !important;
  line-height: 1.6;
}

.txt-s {
  font-size: .875rem !important;
}

.txt-gray {
  color: #989898;

}

.txt-red {
  color: #B91200 !important;
}

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

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

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

.text-link a {
  position: relative;
  padding-right: 20px;
}

.text-link a::after {
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  right: 4px;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
  border-right: 2px solid #989898;
  border-bottom: 2px solid #989898;
  content: "";
  transition: .2s;
}

.text-link a:hover::after {
  border-color: #B91200;
}

p + .text-link {
  margin-top: -32px;
}

.text-link-btm a::after {
  top: calc(50% - 6px);
  transform: rotate(45deg);
}

@media screen and (max-width: 640px) {
  .txt-l {
    font-size: 1.125rem !important;
  }
  p + .text-link {
    margin-top: 0;
    font-size: .875rem;
  }
}

/* margin padding */
.mb-adj-120 {
  margin-bottom: -120px !important;
}

.mt40 {
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  .mb-adj-120 {
    margin-bottom: -40px !important;
  }
}

/* clear */
.clear {clear: both;}

/* box */
.box-gray,
.box-line {
  margin-bottom: 40px;
  padding: 24px !important;
  overflow: hidden;
  background-color: #f8f8f8;
}

.box-gray p:last-child, .box-gray ul:last-child, .box-gray ol:last-child,
.box-line p:last-child,
.box-line ul:last-child,
.box-line ol:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.box-line {
  position: relative;
  background-color: transparent;
}

.box-line::before, .box-line::after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 24px;
  width: calc(100% - 48px);
  height: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  content: "";
}

.box-line::after {
  top: 24px;
  left: 0;
  width: 100%;
  height: calc(100% - 48px);
  border: none;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}

.box-line-genderdeclare {
  padding-bottom: 240px !important;
  background: url(../images/csr/olive_kamihikouki.png) no-repeat 50% 98%;
}
.box-line-genderdeclare .ttl-genderdeclare {
  min-height: 80px;
  margin-top: 24px;
  padding: 24px 100px;
  background: url(../images/csr/olive.png) no-repeat left center;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .box-line-genderdeclare {
    padding-bottom: 200px !important;
    background-size: 482px 194px;
  }
}


@media screen and (max-width: 640px) {
  .box-line-genderdeclare {
    padding-bottom: 100px !important;
    background-size: 241px 97px;
  }
}
@media screen and (max-width: 480px) {
  .box-line-genderdeclare .ttl-genderdeclare {
    min-height: 40px;
    padding: 16px 0 0 60px;
    background: url(../images/csr/olive.png) no-repeat left center / 50px 40px;
    text-align: left;
  }

}


/* hero */
.page-hero {
  max-width: 960px;
  margin: 0 auto 80px;
}

.page-hero .page-hero-img {
  margin-bottom: 24px;
}

.page-hero .page-hero-ttl {
  margin-bottom: 8px;
  font-family: "Times New Roman", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 640px) {
  .page-hero {
    margin: 0 auto 40px;
  }
  .page-hero .page-hero-ttl {
    font-size: .875rem;
  }
  .page-hero .page-hero-summary {
    display: none;
  }
  .page-hero p {
    font-size: .75rem;
  }
}

/* profile */
.profile .profile-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
  border-bottom: 1px solid #DCDCDC;
}

.profile .profile-item:first-of-type {
  padding-top: 0;
}

.profile .profile-item .profile-thumb {
  flex-shrink: 0;
  width: 220px;
}

.profile .profile-item .profile-txt {
  width: 100%;
  padding: 0 24px;
}

.profile .profile-item .profile-txt .name, .profile .profile-item .profile-txt .article-body .name-guest, .article-body .profile .profile-item .profile-txt .name-guest {
  margin-bottom: 16px;
  font-size: 1.125rem;
  font-weight: bold;
}

.profile .profile-item .profile-txt .kana, .profile .profile-item .profile-txt .summary {
  font-size: .875rem;
}

.profile .profile-item .profile-txt .summary {
  margin-top: 24px;
}

.profile .profile-item:nth-of-type(even) .profile-thumb {
  order: 2;
}

.profile .profile-item:nth-of-type(even) .profile-txt {
  padding-left: 0;
}

@media screen and (max-width: 640px) {
  .profile .profile-item {
    align-items: flex-start;
    padding: 24px 0;
  }
  .profile .profile-item .profile-thumb {
    width: 80px;
  }
  .profile .profile-item .profile-txt {
    padding: 0 16px;
  }
  .profile .profile-item .profile-txt .name, .profile .profile-item .profile-txt .article-body .name-guest, .article-body .profile .profile-item .profile-txt .name-guest {
    margin-bottom: 4px;
  }
  .profile .profile-item .profile-txt .summary {
    margin-top: 8px;
  }
}

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

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 5;
  position: relative;
  width: 100%;
  height: 32px;
  padding: 4px 0 4px 4px;
  border: none;
  background: transparent;
  font-size: 16px;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

select option {
  padding: 8px 0;
}

.form-select {
  position: relative;
  border: 1px solid #DCDCDC;
  background-color: #fff;
}

.form-select::before {
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
  width: 24px;
  height: 24px;
  transform: rotate(90deg);
  color: #989898;
  font-family: 'iconfont';
  font-size: 24px;
  content: "";
  content: "\e907";
}

.form-select input[type="submit"] {
  background-color: #000;
  color: #fff;
}

.form-select-btn {
  height: 32px;
  padding: 0 24px;
  background: #000;
  color: #fff;
  white-space: nowrap;
}

.form-search {
  position: relative;
  border: 1px solid #DCDCDC;
}

.form-search::before {
  display: block;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 32px;
  background-color: #000;
  color: #fff;
  font-family: 'iconfont' !important;
  font-size: 24px;
  content: "";
  content: "\e905";
}

.form-search input[type="text"] {
  width: 100%;
  min-height: 32px;
  padding: 0 40px 0 8px;
  outline: none;
  background-color: transparent;
  font-size: 16px;
}

.form-search input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 32px;
  outline: none;
  background: transparent;
  text-indent: -9999px;
}

@media screen and (max-width: 640px) {
  select {
    height: 24px;
    padding: 0 0 0 4px;
  }
  .form-select::after {
    top: 5px;
    height: 24px;
  }
  .form-select-btn {
    height: 24px;
  }
  .form-search::before {
    width: 48px;
    height: 24px;
  }
  .form-search input[type="text"] {
    min-height: 24px;
  }
  .form-search input[type="submit"] {
    width: 48px;
    height: 24px;
  }
}


/* divider */
hr.divider-line {
  position: relative;
  clear: both;
  padding: 80px 0;
}
hr.divider-line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #DCDCDC;
}

/* narrow divider */
hr.narrow-divider-line {
  position: relative;
  clear: both;
  padding: 10px 0;
}
hr.narrow-divider-line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #DCDCDC;
}

/* TOP PAGE
------------------------------------------ */
/* slider */
#slider {
  max-width: 1920px;
  margin: 0 auto 40px;
}

.slider-contents {
  display: none;
}

.slider-contents .slick-slide {
  position: relative;
  margin: 24px 20px 16px;
  overflow: hidden;
}

.slider-contents .slick-slide a {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 52.36%;
}

.slider-contents .slick-slide a img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  border: 1px solid #DCDCDC;
}

.slider-contents .slick-slide a:hover img {
  opacity: 0.7;
}

.slider-contents.slick-initialized {
  display: block;
}

.slick-slider {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}

.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  height: 100%;
  min-height: 1px;
  float: left;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

/* Arrows */
.slick-prev,
.slick-next {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  display: flex;
  z-index: 100;
  position: absolute;
  top: calc(50% + 4px);
  left: 8px;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  transform: translate(0, -50%);
  border: none;
  outline: none;
  background: none;
  color: transparent;
  cursor: pointer;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  color: transparent;
  opacity: 0.3;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: auto;
  left: auto;
  width: 16px;
  height: 16px;
  transform: rotate(-45deg);
  border-top: 4px solid #989898;
  border-left: 4px solid #989898;
  content: "";
}

.slick-next {
  right: 8px;
  left: auto;
}

.slick-next::before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  display: block;
  position: absolute;
  bottom: -25px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:before {
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  left: calc(50% - 6px);
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #000;
  text-align: center;
  content: '';
  opacity: .25;
}

.slick-dots li.slick-active button:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: #000;
  text-align: center;
  content: '';
  opacity: .1;
}

@media screen and (max-width: 640px) {
  .slider-contents .slick-slide {
    width: 100%;
    max-height: none;
    margin: 16px 16px 8px;
  }
  .slick-prev,
  .slick-next {
    top: calc(50% + 12px);
    left: 0;
    width: 24px;
    height: 24px;
  }
  .slick-next {
    right: 0;
    left: auto;
  }
  .slick-dots li button:before {
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 4px);
    width: 8px;
    height: 8px;
  }
  .slick-dots li.slick-active button:after {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 8px);
    width: 16px;
    height: 16px;
  }
}

/* top banner */
.top-bnr {
  display: flex;
  justify-content: center;
  padding: 24px 0 48px;
  border-top: 1px solid #DCDCDC;
}

.top-bnr .top-bnr-item {
  width: 190px;
  margin: 0 6px;
}

.top-bnr .top-bnr-item a {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 52.36%;
}

.top-bnr .top-bnr-item img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity .2s;
  border: 1px solid #DCDCDC;
}

.top-bnr .top-bnr-item a:hover img {
  opacity: .7;
}

/* info from asahishimbun */
.info-from-asahishimbun {
  padding: 24px 0 40px;
}

.info-from-asahishimbun .parts-ttl {
  margin-bottom: 16px;
}

/* help */
.section-help {
  margin: -80px 0 80px;
  padding: 40px 0 32px;
  background-color: #f8f8f8;
}

.section-help .section {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.section-help .section-summary {
  color: #696969;
  font-family: "Times New Roman", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.125rem;
}

.section-help .form-search {
  max-width: 540px;
  margin: 24px auto 32px;
}

.section-help .form-search::before {
  height: 40px;
}

.section-help .form-search input[type="text"] {
  height: 40px;
  background-color: #fff;
}

.section-help .form-search input[type="submit"] {
  height: 40px;
}

.help-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.help-nav .help-nav-item {
  width: 22.75%;
  margin-right: 3%;
}

.help-nav .help-nav-item:nth-of-type(4n) {
  margin-right: 0;
}

.help-nav-thumb {
  position: relative;
  margin-bottom: 16px;
}
.help-nav-thumb a {
  position: relative;
  display: block;
}
.help-nav-thumb a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.15);
}
.help-nav-thumb a:hover::after {
  display: none;
}
.help-nav-thumb img {
  width: 100%;
  vertical-align: bottom;
}

.help-nav .help-nav-category {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
  font-weight: bold;
}

.help-nav .help-nav-menu li {
  margin-left: 2em;
  padding: 4px 0;
  font-size: .875rem;
  list-style: disc;
}

@media screen and (max-width: 960px) {
  .help-nav {
    flex-wrap: wrap;
  }
  .help-nav .help-nav-item {
    width: calc(50% - 12px);
    margin-right: 0;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 640px) {
  .info-from-asahishimbun {
    padding: 0 0 16px;
  }
  .info-from-asahishimbun .parts-ttl {
    margin-bottom: 8px;
  }
  .info-from-asahishimbun .disc-list li, .info-from-asahishimbun .num-list li {
    font-size: .85rem;
  }
  .section-help {
    margin: 80px 0;
  }
  .section-help .section-summary {
    font-size: .875rem;
  }
  .section-help .form-search {
    margin: 0 0 24px;
  }
  .help-nav .help-nav-item {
    width: 100%;
    margin-bottom: 0;
  }
  .help-nav-thumb {
    display: none;
  }
  .help-nav .help-nav-category {
    margin-top: 8px;
    font-size: .875rem;
  }
  .help-nav .help-nav-menu li {
    font-size: .75rem;
  }
  .help-nav .text-link small {
    font-size: .75rem;
  }
  .help-nav-category.help-dropdown-trigger {
    position: relative;
  }
  .help-nav-category.help-dropdown-trigger::before, .help-nav-category.help-dropdown-trigger::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 2px;
    width: 12px;
    height: 1px;
    background-color: #989898;
    content: "";
    opacity: 1;
    transition: opacity .5s;
  }
  .help-nav-category.help-dropdown-trigger::after {
    top: calc(50% - 6px);
    right: 8px;
    width: 1px;
    height: 12px;
  }
  .help-nav-category.help-dropdown-trigger:hover {
    cursor: pointer;
  }

  .help-nav-category.help-dropdown-trigger a {
    pointer-events: none;
  }
  .help-nav-category.help-dropdown-trigger.is-open::after {
    opacity: 0;
    transition: opacity .5s;
  }
  .top-bnr {
    flex-wrap: wrap;
    padding: 24px 20px;
  }
  .top-bnr .top-bnr-item {
    width: calc(50% - 12px);
    max-width: none;
    margin: 0 24px 16px 0;
    text-align: center;
  }
  .top-bnr .top-bnr-item:nth-of-type(even) {
    margin-right: 0;
  }
  .help-nav-menu {
    display: none;
    max-height: 0;
    margin-top: 8px;
    opacity: 0;
    transition: opacity .5s ease-in-out,max-height .5s ease-in-out;
  }
  .help-nav-menu.is-open {
    display: block;
    max-height: 2000px;
    overflow: visible;
    opacity: 1;
    transition: opacity .5s ease-in-out,max-height .5s ease-in-out;
  }
}

/* INFO
------------------------------------------ */
.info-form {
  display: flex;
  justify-content: space-between;
  margin: -40px 0 16px;
}

.info-form-label {
  margin-bottom: 4px;
  font-weight: bold;
}

.info-form-keyword,
.info-form-date {
  padding: 24px;
}

.info-form-keyword {
  position: relative;
  width: 55%;
}
.info-form-keyword::after {
  content: "";
  position: absolute;
  top: 24px;
  right: -8px;
  display: block;
  width: 1px;
  height: calc(100% - 24px);
  background-color: #dcdcdc;
}


.info-form-date {
  display: flex;
  justify-content: flex-end;
  width: 43%;
}

.info-form-date form {
  width: 100%;
}

.info-form-date .info-form-date-inner {
  display: flex;
  align-items: center;
}

.info-form-date .info-form-date-inner span {
  margin: 0 24px 0 8px;
}

.info-form-date .form-select-year {
  width: 40%;
}

.info-form-date .form-select-month {
  width: 25%;
}

.info-form-date .form-select-btn {
  position: relative;
  width: 48px;
  height: 32px;
  padding: 0;
  outline: none;
}

.info-form-date .form-select-btn > input {
  z-index: 5;
  position: relative;
  width: 48px;
  height: 32px;
  background: transparent;
  text-indent: -9999px;
}

.info-form-date .form-select-btn::before {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #fff;
  font-family: 'iconfont' !important;
  font-size: 24px;
  content: "\e905";
}

@media screen and (max-width: 960px) {
  .info-form {
    display: block;
    margin: -24px 0 16px;
  }
  .info-form-label {
    font-size: .875rem;
  }
  .info-form-keyword,
  .info-form-date {
    width: 80%;
    margin: 0 auto;
  }
  .info-form-keyword {
    margin-bottom: 16px;
  }
  .info-form-keyword::after {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
  }
  .info-form-date {
    padding: 0 24px 16px;
  }
  .info-form-date .info-form-date-inner {
    justify-content: space-between;
  }
  .info-form-date .form-select-year {
    width: 45%;
  }
}

@media screen and (max-width: 640px) {
  .info-form-keyword,
  .info-form-date {
    width: 100%;
    padding: 24px 0;
  }
  .info-form-label {
    font-size: .675rem;
  }
  .info-form-keyword .form-search,
  .info-form-date .form-search {
    margin: 0 16px;
  }
  .info-form-keyword {
    padding-bottom: 16px;
  }
  .info-form-date {
    padding: 0 0 16px;
  }
  .info-form-date .info-form-date-inner {
    margin: 0 16px;
  }
  .info-form-date .info-form-date-inner span {
    margin: 0 8px 0 4px;
  }
  .info-form-date .form-select-btn {
    height: 24px;
    padding: 0;
    outline: none;
  }
  .info-form-date .form-select-btn > input {
    height: 24px;
  }
}

/* ARTICLE PARTS
------------------------------------------ */
/* heading */
.article-ttl {
  margin: 24px 0 40px;
  overflow: hidden;
}

.article-ttl-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.article-ttl-meta .time {
  font-family: lato, Arial, "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.article-ttl-txt {
  margin-bottom: 16px;
  font-family: "Times New Roman", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-feature-settings: "palt" 1;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}

.article-ttl-summary {
  color: #696969;
  font-family: "Times New Roman", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-feature-settings: "palt" 1;
  font-size: 1.125rem;
}

.article-thumb {
  clear: both;
  margin-top: 24px;
  text-align: center;
}

.article-thumb img {
  max-height: 420px;
}
/* revise 202311 */
.article-body {
  margin-bottom: 40px;
  overflow: hidden;
}
/* revise 202311 end */

.article-body h2 {
  margin-bottom: 24px;
  clear: both;
  font-family: "Times New Roman", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.8rem;
  font-weight: bold;
}

.article-body h3 {
  margin-bottom: 24px;
  font-family: "Times New Roman", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.25rem;
  font-weight: bold;
}

.article-body .section-summary {
  margin-bottom: 24px;
}

.article-body a {
  text-decoration: underline;
}

.article-body [class^="img-"] {
  margin-bottom: 40px;
}

.article-body [class^="img-"] figcaption {
  margin-top: 16px;
  color: #696969;
  font-size: .875rem;
}

.article-body .img-right {
  margin-left: 40px;
  float: right;
}

.article-body .img-right img {
  max-width: 360px;
}

.article-body .img-left {
  margin-right: 40px;
  float: left;
}

.article-body .img-left img {
  max-width: 360px;
}

.article-body .img-center {
  text-align: center;
}

.article-body .img-center img {
  max-width: 640px;
}

.article-body ul, .article-body ol {
  margin-bottom: 40px;
}

.article-body ul li, .article-body ol li {
  margin-bottom: 8px;
  margin-left: 2em;
  font-size: 1.125rem;
  list-style: disc;
}

.article-body ol li {
  list-style: decimal;
}

.article-body .post-list li {
  margin-left: 0;
  list-style: none;
}
.article-body .post-list li a {
  text-decoration: none;
}

.article-body .name, .article-body .name-guest {
  padding: 0 8px;
  border-left: 1px solid #000;
  font-weight: bold;
}

.article-body .name-guest {
  border-color: #E95614;
  color: #E95614;
}

.article-share {
  margin-bottom: 80px;
}

.article-share .article-share-ttl {
  padding-bottom: 24px;
  font-size: 1rem;
  line-height: 1.6;
}

.article-share .article-share-btn {
  text-align: center;
}

.article-share .article-share-btn a {
  display: inline-block;
  position: relative;
  width: 30%;
  margin: 0 2px;
  padding: 10px 10px 10px 32px !important;
}

.article-share .article-share-btn span[class^="icon-"] {
  position: absolute;
  top: calc(50% - 12px);
  left: 16px;
  width: 24px;
  height: 24px;
  color: #989898;
  font-size: 24px;
}
/* revise 202311 */
.article-share .article-share-btn span.icon-twitter {
  background: url(../images/icon-x.png) no-repeat center center;
  background-size: contain;
}
.article-share .article-share-btn span.icon-twitter::before {
  display: none;
}
/* revise 202311 end */

.article-share .article-share-btn span.icon-line {
  background: url(../images/icon-line.png) no-repeat center center;
  background-size: contain;
}

.article-related {
  padding-top: 24px;
  border-top: 1px solid #DCDCDC;
}

.article-body .media-list a,
.article-body .btn {
  text-decoration: none;
}


@media screen and (max-width: 960px) {
  .article-body h2 {
    margin-top: 20px;
    line-height: 1.6;
  }
  .article-body [class^="img-"] {
    margin: 0 0 24px;
    float: none;
    text-align: center;
  }
  .article-body [class^="img-"] img {
    max-width: 100%;
  }
  .article-body ul li, .article-body ol li {
    font-size: 1rem;
  }
}

@media screen and (max-width: 640px) {
  .pc-only {
    display: none;
  }
  .article-ttl {
    margin: 16px 0 40px;
  }
  .article-ttl-meta {
    margin-bottom: 16px;
  }
  .article-ttl-meta .time {
    font-size: .75rem;
  }
  .article-ttl-txt {
    margin-bottom: 8px;
    font-size: 1.25rem;
  }
  .article-ttl-summary {
    font-size: .75rem;
  }
  .article-body {
    margin-bottom: 40px;
  }
  .article-body h2 {
    font-size: 1.25rem;
  }
  .article-body h3 {
    font-size: 1rem;
  }
  .article-body .section-summary {
    margin-bottom: 0;
  }
  .article-share {
    margin-bottom: 40px;
  }
  .article-share .article-share-ttl {
    padding-bottom: 16px;
    font-size: .85rem;
  }
  .article-share .article-share-btn {
    display: flex;
    justify-content: space-between;
  }
  .article-share .article-share-btn a {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 0 2px;
    padding: 8px 4px !important;
    font-size: .625rem;
  }
  .article-share .article-share-btn span[class^="icon-"] {
    top: calc(50% - 8px);
    left: 8px;
    width: 16px;
    height: 16px;
    font-size: 16px;
  }
}



/* movie */
.movie-wrap {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* modal */
.modal-window {
  display: none;
  z-index: 9999;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.modal-window.block {
  display: block;
  max-width: 80%;
  height: auto;
  padding: 24px;
  background-color: #fff;
  animation: popup .5s linear 0s 1 forwards;
  opacity: 0;
}

@keyframes popup {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.modal-window .close {
  display: block;
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: -40px;
  width: 30px;
  height: 30px;
  padding: 0 !important;
}

.modal-window .close:hover {
  background: none !important;
  cursor: pointer;
}

.modal-window .close::before, .modal-window .close::after {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 30px;
  height: 2px;
  transform: rotate(45deg);
  background-color: #eee;
  content: "";
}

.modal-window .close::after {
  top: 10px;
  transform: rotate(-45deg);
}

.movie-modal-trigger {
  position: relative;
}

.movie-modal-trigger::before {
  display: block;
  display: block;
  position: absolute;
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  content: "";
}

.movie-modal-trigger::after {
  display: block;
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 0;
  height: 0;
  border-width: 9px 0 9px 14px;
  border-style: solid;
  border-color: transparent transparent transparent #989898;
  content: "";
}

[id^="movie-modal-"].modal-window {
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 70%;
  padding: 0 !important;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 8px #333;
}

[id^="movie-modal-"].modal-window .movie-modal-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

[id^="movie-modal-"].modal-window .movie-modal-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#modal-overlay {
  display: none;
  z-index: 9000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

/* open window modal */
.contents-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
}

.contents-modal .modal-window {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin: 80px;
  transform: none;
  opacity: 1;
}

@media screen and (max-width: 960px) {
  .modal-window.block {
    width: 100%;
    max-width: 70%;
  }
}

@media screen and (max-width: 640px) {
  .modal-window.block {
    max-width: 95%;
    margin: 0 0 40px;
  }
}


/* timeline */
.timeline {
  position: relative;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 140px;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #252525;
}
.timeline-block {
  display: flex;
  padding-top: 40px;
  border-top: 1px solid #DCDCDC;
}
.timeline-block .timeline-year {
  position: relative;
  width: 140px;
  padding-right: 16px;
  flex-shrink: 0;
  font-size: 1.5rem;
}
.timeline-block .timeline-year small {font-size: 1.125rem;}
.timeline-block .timeline-year::before {
  content: "";
  position: absolute;
  top: 8px;
  right: -8px;
  display: block;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #252525;
}
.timeline-block .timeline-contents {
  margin-left: 64px;
}
.timeline-block .summary {
  display: block;
  font-size: .875rem;
}
.timeline-block .col-item .summary {
  margin-top: 16px;
}
.timeline-block .col-item strong,
.timeline-block .col-item .spa-title {
  font-size: 1.125rem;
}
.timeline-block .spa-title {
  font-weight: bold;
}


@media screen and (max-width: 640px) {
  .timeline::before {
    display: none;
  }
  .timeline-block {
    display: block;
    padding-top: 0;
    border-top: none;
  }
  .timeline-block .timeline-year {
    width: auto;
    padding: 8px 16px;
    font-size: 1rem;
    background-color: #F8F8F8;
  }
  .timeline-block .timeline-year small {font-size: 1rem;}
  .timeline-block .timeline-year::before {
    display: none;
  }
  .timeline-block .timeline-contents {
    margin-left: 0;
  }
  .timeline-block .media-list .summary,
  .timeline-block .list-disc .summary{
    font-size: .75rem;
  }
  .timeline-block .col-item .summary {
    margin-top: 8px;
  }
}




/* asahi add start */
.tableNone td {
  Width:250px;
}
.article-body table.Plane td {
  border-bottom: 1px solid #dcdcdc;
  padding: 6px 15px;
  vertical-align: top;
  font-size: 0.9rem;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .tableNone td {
    width: 120px;
  }
}
/* ssahi add end */