@charset "UTF-8";
/*-------------------------------------------------------------------------------

  HTML5 :: modify.css
  2016.01 Accelight Inc.

-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
 変数定義
-------------------------------------------------------------------------------*/
/*
----- 色名接頭辞 -----
白：white
灰：gray
黒：black
鮮やかな：vivid
くすんだ：dull
明るい：brigt
暗い：dark
*/
/*----- グレースケールの定義 -----*/
/*----- 基本色の定義 -----*/
/* メインカラー */
/* サブカラー */
/* メインカラー明るめ*/
/* フォント */
/* リンクテキスト */
/* リンクテキスト ホバー時 */
/* 必須マーク */
/*----- breakpointの定義 -----*/
/*-------------------------------------------------------------------------------
　@mixin
-------------------------------------------------------------------------------*/
/* text-indent:-9999pxの代わり */
/* before,after要素 */
/* before,after要素 インライン */
/* 三角右向きアイコン */
/* media query */
/*-------------------------------------------------------------------------------
web font　定義
-------------------------------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?kxzv91");
  src: url("../fonts/icomoon.eot?kxzv91#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?kxzv91") format("truetype"), url("../fonts/icomoon.woff?kxzv91") format("woff"), url("../fonts/icomoon.svg?kxzv91#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* ホームアイコン */
.icon-house:before {
  content: "\e901"; }

/* 別タブで開くアイコン */
.icon-window:after {
  content: "\e903";
  margin: 0 0 0 6px; }

/*-------------------------------------------------------------------------------

body

-------------------------------------------------------------------------------*/
.body {
  margin: 0; }

/*-------------------------------------------------------------------------------



ヘッダー


-------------------------------------------------------------------------------*/
header h1 a {
  width: 280px;
  height: 62px;
  position: relative; }
  @media (max-width: 768px) {
    header h1 a {
      width: 255px; } }
header h1 span.title {
  width: 100%; }
header .sub-nav ul li a i::after {
  display: none; }
header .sub-nav ul li .fb::before {
  content: '';
  width: 30px;
  height: 30px;
  background-size: contain;
  border: none;
  background: url(../img/FacaBook58.png) center center/contain no-repeat; }
header .sub-nav ul li .tw::before {
  content: '';
  width: 30px;
  height: 30px;
  background-size: contain;
  border: none;
  background: url(../img/logo-white.png) center center/contain no-repeat; }
header .sub-nav ul li .yt::before {
  content: '';
  width: 30px;
  height: 30px;
  background-size: contain;
  border: none;
  background: url(../img/yt_icon.png) center center/contain no-repeat; }
header .sub-nav ul li .btn a {
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #ff7b0e;
  border: 1px solid #ff7b0e;
  letter-spacing: 2px; }
  @media (min-width: 960px) {
    header .sub-nav ul li .btn a {
      border-radius: 10px;
      padding: 15px 20px 15px 20px;
      margin: 0; } }
header .sub-nav ul li.nav-en .btn a {
  background: #259333;
  border: 1px solid #259333; }

@media (min-width: 960px) {
  header .global-nav li::after {
    top: 27.5px;
    transform: rotate(15deg);
    width: 2px; }
  header .global-nav li a {
    font-size: 120%;
    padding: 27.5px 0 27.5px 0; } }
@media (max-width: 960px) {
  .open-header {
    position: absolute; }
    .open-header .header-inner {
      width: 100%;
      z-index: 100000000;
      background: #fff; }
      .open-header .header-inner h1.site-title {
        margin: 0;
        padding: 0;
        padding-left: 13px; }
        .open-header .header-inner h1.site-title a {
          z-index: 1000; }

  .global-nav .nav-drawer-btn.open {
    height: 69px; }

  .open-header .menu-list.open li a {
    width: calc(100% - 24px); }

  .open-header .sub-nav li.x-wrap {
    background-color: black; } }
/*-------------------------------------------------------------------------------

フッター

-------------------------------------------------------------------------------*/
footer {
  position: relative;
  z-index: 10; }
  footer .footer-inner {
    z-index: 10;
    position: relative; }

.home footer {
  position: relative;
  z-index: 10; }
  .home footer:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 850px;
    background: url(/img/background-1.png) center top/cover no-repeat;
    z-index: 1; }
  .home footer .footer-inner {
    z-index: 10;
    position: relative; }

.page footer, .category footer, .single footer {
  position: relative;
  z-index: 10; }
  .page footer:after, .category footer:after, .single footer:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 450px;
    background: url(/img/background-1.png) center top/cover no-repeat;
    z-index: 1; }
  .page footer .footer-inner, .category footer .footer-inner, .single footer .footer-inner {
    z-index: 10;
    position: relative; }

.home main {
  margin-bottom: 80px; }

@media (max-width: 768px) {
  .page main, .single main, .category main {
    margin-bottom: 80px; } }

/*
footer {
	.flex-box {
		display: flex;
		justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
		.sns-box {
			a {
	 			display: block;
        background-color: white;
        box-sizing: border-box;
        border-radius: 10px;
				&:hover {
					img {
						opacity: 0.7;
					}
				}
				img {
				  max-width: 30px;
          padding: 10px;
          display: block;
		      height: auto;
				}
			}
		}
	}
}
*/
/*-------------------------------------------------------------------------------



ホーム


-------------------------------------------------------------------------------*/
.home {
  /*--------------------------------------------------
  メインビジュアル
  --------------------------------------------------*/
  /* end .main-v */
  /*--------------------------------------------------
  メインコンテンツ
  --------------------------------------------------*/
  /* end .contents-wrap */
  /* ニュース */
  /* end .news */
  /* banner */
  /*top修正*/
  /*main-v画像*/
  /*追加*/
  /*******************************
  骨髄腫追加
  *******************************/
  /* end menu */ }
  .home .main-v {
    width: 100%;
    margin: 55px 0 15px 0;
    /* コントローラー */
    /* ページャー */
    /*画像エリア高さ*/
    /*スライダーページャー*/ }
    @media (max-width: 768px) {
      .home .main-v {
        display: none; } }
    @media screen and (min-width: 768px) {
      .home .main-v {
        margin: 0; } }
    @media (max-width: 960px) {
      .home .main-v {
        margin: 0; } }
    .home .main-v .message {
      position: absolute;
      z-index: 1;
      width: 100%;
      text-align: center;
      top: 300px; }
      @media (max-width: 960px) {
        .home .main-v .message {
          top: 180px;
          font-size: 80%; } }
      @media (max-width: 488px) {
        .home .main-v .message {
          top: 174px;
          font-size: 70%; } }
      .home .main-v .message p {
        font-family: YuGothic,'Yu Gothic',sans-serif;
        font-weight: bold;
        color: #fff;
        drop-shadow: 5px 5px 30px #000;
        filter: drop-shadow(0px 5px 10px black); }
        .home .main-v .message p.message01 {
          font-size: 240%;
          margin-bottom: 10px; }
          @media (max-width: 425px) {
            .home .main-v .message p.message01 {
              padding: 0px 15px; } }
        .home .main-v .message p.message02 {
          font-size: 346%;
          margin-top: 0;
          letter-spacing: 0.1rem; }
    .home .main-v li {
      padding: 0; }
      .home .main-v li p {
        margin-left: -9999px; }
    .home .main-v .mainv01 {
      background: url(../img/sp_mainv_01.jpg) center center/cover no-repeat;
      height: 450px;
      box-sizing: border-box; }
    .home .main-v .mainv02 {
      background: url(../img/sp_mainv_02.jpg) center center/cover no-repeat;
      height: 450px;
      box-sizing: border-box; }
    .home .main-v .mainv03 {
      background: url(../img/sp_mainv_03.jpg) center center/cover no-repeat;
      height: 450px;
      box-sizing: border-box; }
    .home .main-v .mainv04 {
      background: url(../img/sp_mainv_04.jpg) center center/cover no-repeat;
      height: 450px;
      box-sizing: border-box; }
    .home .main-v img {
      display: block;
      width: 100%; }
      @media screen and (min-width: 768px) {
        .home .main-v img {
          margin: 0 auto; } }
    .home .main-v .bx-wrapper {
      border: 0;
      margin-bottom: 0; }
      .home .main-v .bx-wrapper .bx-pager {
        padding: 0; }
    .home .main-v .bx-controls {
      bottom: 45px;
      z-index: 50;
      width: 100%; }
    .home .main-v .bx-pager-item {
      display: inline-block; }
    .home .main-v .bx-pager-item a {
      text-indent: -9999px;
      display: block;
      background: #808080; }
    .home .main-v .bx-pager-item .active {
      background: #a90000; }
    .home .main-v .bx-controls-direction .bx-prev {
      background-position: 0 0; }
      .home .main-v .bx-controls-direction .bx-prev::hover, .home .main-v .bx-controls-direction .bx-prev::focus {
        background-position: 0 0; }
    .home .main-v .bx-controls-direction .bx-next {
      background-position: -43px 0; }
      .home .main-v .bx-controls-direction .bx-next::hover, .home .main-v .bx-controls-direction .bx-next::focus {
        background-position: -43px 0; }
    .home .main-v .bx-viewport {
      height: 450px; }
    .home .main-v .bx-pager {
      position: absolute;
      bottom: 20px; }
  @media (min-width: 768px) {
    .home .main-v-sp {
      display: none; } }
  .home .main-v-sp .bx-controls-direction {
    display: none; }
  .home .main-v-sp .bx-pager {
    display: none; }
  .home .main-v-sp i.icon-window {
    display: none; }
  .home .main-v-sp .bx-wrapper {
    border: none;
    margin-bottom: 0px; }
  .home main {
    padding: 0; }
  .home .menu {
    padding: 70px 20px 0; }
    @media (max-width: 768px) {
      .home .menu {
        padding: 35px 20px; } }
    .home .menu .menu_inner {
      display: flex;
      justify-content: space-between;
      max-width: 1040px;
      margin: 0 auto; }
      @media (max-width: 768px) {
        .home .menu .menu_inner {
          flex-wrap: wrap; } }
      .home .menu .menu_inner .menu-txt {
        width: 77%;
        margin-top: 0;
        padding-left: 0;
        border-bottom: none;
        word-break: break-all; }
        @media (max-width: 768px) {
          .home .menu .menu_inner .menu-txt {
            width: 100%; } }
        .home .menu .menu_inner .menu-txt h2 {
          padding: 0;
          font-size: 170%;
          font-weight: bold;
          border-bottom: 0;
          margin-top: 0;
          margin-bottom: 1.5em;
          height: auto;
          margin-bottom: 20px; }
          @media (max-width: 375px) {
            .home .menu .menu_inner .menu-txt h2 {
              font-size: 150%;
              line-height: 1.4em; } }
          .home .menu .menu_inner .menu-txt h2::before {
            display: none; }
        .home .menu .menu_inner .menu-txt p {
          font-size: 116%; }
      .home .menu .menu_inner a {
        width: 20%;
        margin: 5px; }
        @media (max-width: 768px) {
          .home .menu .menu_inner a {
            width: 100%;
            text-align: center;
            margin-top: 15px; } }
        .home .menu .menu_inner a img {
          width: 200px;
          box-shadow: 5px 5px 5px #aeaeae; }
        .home .menu .menu_inner a .pub {
          margin: 0;
          text-align: center; }
  .home .contents-wrap {
    padding: 0;
    max-width: inherit;
    margin-top: 0; }
  .home section {
    float: none;
    width: 100%;
    max-width: 1040px;
    margin: 0 auto 40px;
    padding: 0 20px 0 20px; }
    @media screen and (min-width: 768px) {
      .home section .btn {
        clear: both;
        text-align: center;
        margin-bottom: 60px; }
        .home section .btn a {
          padding: 12px 90px 12px 90px; } }
  .home .wrap__box {
    position: relative; }
  .home .menu__box {
    position: relative;
    max-width: 940px;
    margin: 0 auto;
    z-index: 2; }
    .home .menu__box a {
      color: #fff; }
    .home .menu__box h4 {
      font-size: 20px;
      font-weight: normal;
      padding: 30px 0 10px 15px; }
      .home .menu__box h4 img {
        margin-left: 20px;
        vertical-align: middle; }
      @media screen and (min-width: 768px) {
        .home .menu__box h4 {
          font-size: 30px; } }
    .home .menu__box p {
      font-size: 105%;
      padding: 0 0 0 15px; }
  .home .menu__box_url_1, .home .menu__box_url_3, .home .menu__box_url_5 {
    background-color: #1E4B0E;
    padding: 10px; }
  .home .menu__box_url_2 a, .home .menu__box_url_4 a {
    color: #1E4B0E; }
  .home .news {
    padding: 70px 20px;
    /* アイコン */ }
    .home .news .news-inner {
      width: 75%; }
      @media (max-width: 768px) {
        .home .news .news-inner {
          width: 100%; } }
      .home .news .news-inner .news-ttl {
        display: flex;
        justify-content: space-between;
        align-items: flex-end; }
        .home .news .news-inner .news-ttl .news-left h2 {
          margin: 0;
          color: #fff;
          border-bottom: 0; }
        .home .news .news-inner .news-ttl .news-left p {
          color: #fff; }
        .home .news .news-inner .news-ttl .btn a {
          text-align: center;
          font-weight: bold;
          color: #fff;
          border: 1px solid #C2711D;
          border-radius: 10px;
          background: #C2711D;
          letter-spacing: 2px;
          padding: 10px 40px;
          margin: 12px 0 0;
          margin-bottom: 60px; }
          .home .news .news-inner .news-ttl .btn a::before {
            display: none; }
    .home .news .banner-area {
      width: 20%; }
      @media (max-width: 768px) {
        .home .news .banner-area {
          width: 100%; } }
      @media (max-width: 768px) {
        .home .news .banner-area ul {
          max-width: 200px;
          margin: 0 auto; } }
      .home .news .banner-area ul li a img {
        width: 100%; }
      .home .news .banner-area .icon-window {
        display: none; }
    .home .news .banner-area .nenkai-banner ul {
      margin-bottom: 0; }
      .home .news .banner-area .nenkai-banner ul li a {
        padding: 0; }
    .home .news ul {
      overflow: hidden;
      width: 100%;
      margin: 0 0 30px 0; }
    .home .news li {
      border-bottom: 1px solid #cccccc;
      padding: 0;
      margin: 0; }
      .home .news li:before {
        display: none; }
      .home .news li a {
        display: block;
        padding: 5px 0 5px 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        @media screen and (min-width: 768px) {
          .home .news li a {
            padding: 15px 0 15px 0; } }
    .home .news time, .home .news span {
      display: block;
      white-space: normal; }
      @media screen and (min-width: 768px) {
        .home .news time, .home .news span {
          display: inline; } }
    .home .news time {
      padding: 0 20px 0 0; }
    .home .news .ico {
      display: inline-block;
      padding: 4px 8px;
      border-radius: 2px;
      color: #fff;
      font-size: 81%;
      font-weight: bold;
      margin: 0 10px 0 0; }
    .home .news .banner-area ul li {
      border-bottom: none; }
  .home .general img {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .home .general img {
        width: 30%;
        float: left;
        margin: 0 15px 15px 0; } }
  .home article .news .banner-title {
    margin: 0;
    color: #003149;
    border-bottom: 0;
    font-size: 107%; }
    @media (max-width: 768px) {
      .home article .news .banner-title {
        text-align: center; } }
  .home main article .contents-wrap .news .news-inner .news-ttl .news-left h2 {
    color: #333; }
  .home main article .contents-wrap .news .news-inner .news-ttl .news-left p {
    color: #333; }
  .home main article .contents-wrap .news .news-inner ul li {
    border-bottom: 1px solid #003149; }
    .home main article .contents-wrap .news .news-inner ul li a {
      color: #333333; }
      .home main article .contents-wrap .news .news-inner ul li a time {
        color: #333333; }
  .home main article .contents-wrap .news .banner-area a {
    padding-bottom: 0; }
    .home main article .contents-wrap .news .banner-area a:hover {
      opacity: 0.7; }
    .home main article .contents-wrap .news .banner-area a img {
      box-sizing: border-box;
      max-width: 200px; }
  .home .main-v .main-v-inner .bx-viewport {
    height: 540px !important; }
    .home .main-v .main-v-inner .bx-viewport ul li.main-v-conf0 img {
      height: 540px;
      object-fit: cover; }
    .home .main-v .main-v-inner .bx-viewport ul li.main-v-conf1, .home .main-v .main-v-inner .bx-viewport ul li.main-v-conf2, .home .main-v .main-v-inner .bx-viewport ul li.main-v-conf3, .home .main-v .main-v-inner .bx-viewport ul li.main-v-conf4 {
      background: url(/img/main-v-background.jpg) center center/auto 540px no-repeat;
      padding: 90px 0; }
      .home .main-v .main-v-inner .bx-viewport ul li.main-v-conf1 img, .home .main-v .main-v-inner .bx-viewport ul li.main-v-conf2 img, .home .main-v .main-v-inner .bx-viewport ul li.main-v-conf3 img, .home .main-v .main-v-inner .bx-viewport ul li.main-v-conf4 img {
        height: 360px;
        object-fit: contain;
        max-width: 1200px; }
    .home .main-v .main-v-inner .bx-viewport .icon-window {
      display: none; }
  .home .news {
    padding: 70px 20px 0;
    margin: 0 auto 10px; }
    @media (max-width: 768px) {
      .home .news {
        padding: 50px 10px 0; } }
    @media (max-width: 768px) {
      .home .news .banner-area .gakkaishi {
        text-align: center; } }
    .home .news .banner-area .gakkaishi a img {
      width: 100%; }
    .home .news .banner-area .gakkaishi a p {
      margin-bottom: 0;
      line-height: inherit;
      text-align: center; }
    .home .news .banner-area .banner-inner h2 {
      padding: 10px 0;
      margin-bottom: 10px;
      color: #003149; }
    .home .news .banner-area .banner-inner ul li a {
      padding: 0; }
    .home .news .banner-area .banner-inner ul {
      padding-bottom: 0;
      margin-bottom: 0; }
  .home .bottom-area {
    /*******************************
    下部バナーの追加
    *******************************/ }
    .home .bottom-area .poster-area {
      display: flex;
      justify-content: space-between; }
      @media (max-width: 768px) {
        .home .bottom-area .poster-area {
          flex-wrap: wrap; } }
      .home .bottom-area .poster-area .poster-box {
        width: 20%; }
        @media (max-width: 768px) {
          .home .bottom-area .poster-area .poster-box {
            width: 100%;
            max-width: 33%; } }
        @media (max-width: 425px) {
          .home .bottom-area .poster-area .poster-box {
            max-width: 100%;
            text-align: center; } }
        .home .bottom-area .poster-area .poster-box h2 {
          padding: 10px 0;
          margin: 0;
          color: #003149;
          border-bottom: 0;
          font-size: 107%;
          min-height: 39px;
          box-sizing: border-box; }
        .home .bottom-area .poster-area .poster-box a:hover {
          opacity: 0.7; }
        .home .bottom-area .poster-area .poster-box a img {
          width: 100%; }
          @media (max-width: 425px) {
            .home .bottom-area .poster-area .poster-box a img {
              max-width: 280px; } }
      .home .bottom-area .poster-area .top_elements {
        display: inline-block;
        width: 20%;
        margin-top: 39px; }
        .home .bottom-area .poster-area .top_elements a:hover {
          opacity: 0.7; }
        .home .bottom-area .poster-area .top_elements a img {
          max-width: 200px; }
          @media (max-width: 1000px) {
            .home .bottom-area .poster-area .top_elements a img {
              max-width: 100%; } }
          @media (max-width: 425px) {
            .home .bottom-area .poster-area .top_elements a img {
              max-width: 280px; } }
        .home .bottom-area .poster-area .top_elements a p {
          text-align: center; }
        .home .bottom-area .poster-area .top_elements a .icon-window {
          display: none; }
        @media (max-width: 768px) {
          .home .bottom-area .poster-area .top_elements {
            display: block;
            text-align: center;
            width: 100%;
            max-width: 33%; } }
        @media (max-width: 425px) {
          .home .bottom-area .poster-area .top_elements {
            max-width: 100%; } }
      .home .bottom-area .poster-area .top_poster {
        display: inline-block;
        margin-top: 39px; }
        .home .bottom-area .poster-area .top_poster .top_poster_inner:hover {
          opacity: 0.7; }
        .home .bottom-area .poster-area .top_poster .top_poster_inner .pub {
          display: block;
          text-align: center; }
        .home .bottom-area .poster-area .top_poster .top_poster_inner .icon-window {
          display: none; }
        .home .bottom-area .poster-area .top_poster .top_poster_inner img {
          height: 260px; }
          @media (max-width: 1000px) {
            .home .bottom-area .poster-area .top_poster .top_poster_inner img {
              height: auto;
              width: 100%;
              max-width: 450px; } }
        @media (max-width: 768px) {
          .home .bottom-area .poster-area .top_poster {
            display: block;
            text-align: center;
            width: 100%; } }
    .home .bottom-area .bottom-banner {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media (max-width: 768px) {
        .home .bottom-area .bottom-banner {
          display: block;
          text-align: center; } }
      .home .bottom-area .bottom-banner a img {
        height: 130px; }
      .home .bottom-area .bottom-banner a .icon-window {
        display: none; }
    .home .bottom-area .pub {
      text-align: center; }
  .home .flex-wrap {
    max-width: 1040px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .home .menu {
    padding: 0; }
    .home .menu .background-green {
      background-color: #E7F9E6; }
    .home .menu .menu-area1 .menu-area-inner {
      max-width: 1000px;
      margin: 0 auto;
      padding-top: 70px;
      padding-bottom: 70px; }
      @media (max-width: 768px) {
        .home .menu .menu-area1 .menu-area-inner .message {
          padding: 10px; } }
    .home .menu h2 {
      border-bottom: 0;
      text-align: center;
      height: auto;
      font-size: 186%;
      padding-left: 0;
      position: relative;
      width: fit-content;
      margin: 0 auto;
      margin-bottom: 0;
      font-weight: normal;
      letter-spacing: 0.1rem;
      line-height: 1rem;
      margin-bottom: 50px; }
      .home .menu h2:before {
        content: "";
        display: block;
        position: absolute;
        bottom: -4px;
        width: 80px;
        background: #1E4B0E;
        left: 50%;
        transform: translateX(-50%);
        height: 2px; }
      .home .menu h2:after {
        content: '';
        position: absolute;
        top: 7px;
        left: 50%;
        left: -60px;
        width: 35px;
        height: 35px;
        background-color: #1E4B0E;
        border-radius: 50%; }
    .home .menu h3:before {
      content: none; }
    .home .menu .white-box {
      background-color: white;
      border-radius: 20px; }
      .home .menu .white-box .text-area-inner {
        padding: 30px 25px; }
    .home .menu .text {
      font-size: 120%; }
    .home .menu .menu-area2 .menu-area-inner {
      padding: 100px 0; }
      .home .menu .menu-area2 .menu-area-inner .menu-list {
        max-width: 700px;
        gap: 30px;
        justify-content: space-around; }
        .home .menu .menu-area2 .menu-area-inner .menu-list .menu-box {
          width: 30%;
          background: #fff;
          box-shadow: 5px 5px 10px #ccc;
          color: inherit;
          text-align: center;
          min-width: 250px; }
          .home .menu .menu-area2 .menu-area-inner .menu-list .menu-box:hover {
            opacity: 0.7; }
          .home .menu .menu-area2 .menu-area-inner .menu-list .menu-box .menu-box-inner {
            position: relative;
            padding: 10px; }
            .home .menu .menu-area2 .menu-area-inner .menu-list .menu-box .menu-box-inner .menu-area2-icon {
              margin: 0 auto;
              display: block;
              max-width: 100px;
              margin-top: 30px; }
            .home .menu .menu-area2 .menu-area-inner .menu-list .menu-box .menu-box-inner .text-box h3 {
              border: none;
              font-size: 130%;
              padding: 0;
              margin-bottom: 5px; }
            .home .menu .menu-area2 .menu-area-inner .menu-list .menu-box .menu-box-inner .text-box .text {
              font-size: 88%; }
        .home .menu .menu-area2 .menu-area-inner .menu-list .box1, .home .menu .menu-area2 .menu-area-inner .menu-list .box2 {
          height: 330px;
          box-sizing: border-box; }
          .home .menu .menu-area2 .menu-area-inner .menu-list .box1 .menu-box-inner img, .home .menu .menu-area2 .menu-area-inner .menu-list .box2 .menu-box-inner img {
            margin-top: 10px !important; }
          .home .menu .menu-area2 .menu-area-inner .menu-list .box1 .menu-box-inner .text-box h3, .home .menu .menu-area2 .menu-area-inner .menu-list .box2 .menu-box-inner .text-box h3 {
            margin-top: 15px; }
          .home .menu .menu-area2 .menu-area-inner .menu-list .box1 .menu-box-inner .text-box .text, .home .menu .menu-area2 .menu-area-inner .menu-list .box2 .menu-box-inner .text-box .text {
            line-height: 1.5em; }
        .home .menu .menu-area2 .menu-area-inner .menu-list .box3, .home .menu .menu-area2 .menu-area-inner .menu-list .box4 {
          height: 330px;
          box-sizing: border-box; }
          .home .menu .menu-area2 .menu-area-inner .menu-list .box3 .menu-box-inner .text-box h3, .home .menu .menu-area2 .menu-area-inner .menu-list .box4 .menu-box-inner .text-box h3 {
            margin-top: 15px; }
          .home .menu .menu-area2 .menu-area-inner .menu-list .box3 .menu-box-inner .text-box .text, .home .menu .menu-area2 .menu-area-inner .menu-list .box4 .menu-box-inner .text-box .text {
            line-height: 1.5em; }
        .home .menu .menu-area2 .menu-area-inner .menu-list .box5, .home .menu .menu-area2 .menu-area-inner .menu-list .box6 {
          height: 330px;
          box-sizing: border-box; }
          .home .menu .menu-area2 .menu-area-inner .menu-list .box5 .menu-box-inner .text-box h3, .home .menu .menu-area2 .menu-area-inner .menu-list .box6 .menu-box-inner .text-box h3 {
            margin-top: 15px; }
          .home .menu .menu-area2 .menu-area-inner .menu-list .box5 .menu-box-inner .text-box .text, .home .menu .menu-area2 .menu-area-inner .menu-list .box6 .menu-box-inner .text-box .text {
            line-height: 1.5em; }
    .home .menu .menu-area3 .menu-area-inner {
      position: relative;
      z-index: 1000;
      padding: 100px 0 0; }
      .home .menu .menu-area3 .menu-area-inner .banner {
        border-top: none; }
        .home .menu .menu-area3 .menu-area-inner .banner .banner-area {
          padding: 30px;
          max-width: 1000px;
          margin: 0 auto 70px; }
          @media (max-width: 768px) {
            .home .menu .menu-area3 .menu-area-inner .banner .banner-area {
              margin: 30px 15px; } }
          .home .menu .menu-area3 .menu-area-inner .banner .banner-area .flex-wrap {
            max-width: 1000px;
            gap: 10px 10%;
            justify-content: space-around;
            align-items: center; }
            .home .menu .menu-area3 .menu-area-inner .banner .banner-area .flex-wrap a {
              display: block; }
              .home .menu .menu-area3 .menu-area-inner .banner .banner-area .flex-wrap a:hover {
                opacity: 0.7; }
              .home .menu .menu-area3 .menu-area-inner .banner .banner-area .flex-wrap a img {
                max-width: 100%;
                height: auto;
                width: 220px; }
              .home .menu .menu-area3 .menu-area-inner .banner .banner-area .flex-wrap a i {
                display: none; }
        .home .menu .menu-area3 .menu-area-inner .banner .banner-area2 .flex-wrap {
          max-width: 800px;
          justify-content: space-between;
          gap: 30px; }
          @media (max-width: 768px) {
            .home .menu .menu-area3 .menu-area-inner .banner .banner-area2 .flex-wrap {
              justify-content: center; } }
          .home .menu .menu-area3 .menu-area-inner .banner .banner-area2 .flex-wrap img {
            max-width: 220px; }
          .home .menu .menu-area3 .menu-area-inner .banner .banner-area2 .flex-wrap a img {
            width: 300px; }

/* end .home */
 /*-------------------------------------------------------------------------------

  共通パーツ

  -------------------------------------------------------------------------------*/
.ct-title-default article section h2 {
  color: #1E4B0E;
  font-weight: bold;
  font-size: 180%;
  padding: 15px 0 5px 0;
  margin-bottom: 20px;
  height: auto;
  border-bottom: 4px solid #1E4B0E; }
  .ct-title-default article section h2::before {
    display: none; }
  @media (max-width: 425px) {
    .ct-title-default article section h2 {
      font-size: 150%; } }
.ct-title-default article section h3 {
  border-bottom: 1px solid #1E4B0E;
  font-size: 130%;
  margin-top: 30px; }
  .ct-title-default article section h3::before {
    display: none; }
.ct-title-default article section h4 {
  margin-top: 20px; }
.ct-title-default article section .txt-right {
  text-align: right; }
.ct-title-default article section .right-photo {
  max-width: 250px;
  float: right;
  margin: 0 0 15px 20px; }
  @media (max-width: 560px) {
    .ct-title-default article section .right-photo {
      display: block;
      float: none;
      margin: 0 auto 20px; } }
.ct-title-default article section p {
  text-align: justify; }
.ct-title-default article section a {
  word-break: break-all; }

/*テーブル*/
@media (max-width: 960px) {
  table.t01 tbody {
    display: block;
    box-sizing: border-box; } }
@media (max-width: 960px) {
  table.t01 tbody tr {
    width: 100%;
    display: block;
    box-sizing: border-box; } }
@media (max-width: 960px) {
  table.t01 tbody tr th {
    width: 100%;
    display: block;
    box-sizing: border-box; } }
@media (max-width: 960px) {
  table.t01 tbody tr td {
    width: 100%;
    display: block;
    box-sizing: border-box; } }

/*ボタン*/
section .btn a {
  background-color: #1E4B0E;
  color: #fff; }
  section .btn a:hover {
    color: #1E4B0E;
    background-color: #fff; }

/*アイコン*/
.ico {
  display: inline-block;
  padding: 1px 8px 1px 8px;
  border-radius: 2px;
  color: #fff;
  font-size: 81%;
  font-weight: bold;
  margin: 0 10px 0 0;
  width: 54px;
  text-align: center; }

.ico-new {
  background: #fabbbb; }

.ico-news {
  background: #8fb8f9; }

.ico-media {
  background: #90b080; }

.ico-event {
  background: #fec877; }

.ico-others {
  background: #a1a1a1; }

@media (min-width: 768px) {
  .page main section .title-sub {
    font-size: 120%;
    line-height: 1.2em;
    margin-bottom: 10px; } }
@media (max-width: 768px) {
  .page main section .title-sub {
    margin-bottom: 10px; } }
.page main section .title-sub time {
  font-size: 89%; }
  @media (max-width: 768px) {
    .page main section .title-sub time {
      font-size: 70%;
      display: block; } }
@media (max-width: 768px) {
  .page main section .title-sub .post-title {
    font-size: 75%; } }

.side-contents .local-nav h2 {
  background: #174c16; }
.side-contents .local-nav ul li a {
  color: #1E4B0E;
  font-weight: bold; }

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

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

section > p, section > div > p {
  margin-top: 20px; }

/*h1と本文のマージン調整*/
.contents-wrap {
  margin-top: 80px; }
  @media (max-width: 960px) {
    .contents-wrap {
      margin-top: 15px; } }
  .contents-wrap section > div > h2, .contents-wrap section > h2, .contents-wrap section > div > h3, .contents-wrap section > h3, .contents-wrap section > div > p, .contents-wrap section > p {
    margin-top: 0; }
  .contents-wrap .local-nav h2 {
    margin-top: 0;
    font-weight: bold; }

/*youtube埋め込み*/
.iframe-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 53%;
  overflow: hidden;
  margin-bottom: 30px; }
  .iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*画像の寄せ*/
.aligncenter {
  text-align: center; }

.alignright {
  text-align: right; }

figcaption {
  text-align: center; }

/*お知らせの固定ページのサイドバーのレイアウト*/
@media (min-width: 768px) {
  section.info-category-top {
    width: calc(100% - 260px - 20px);
    float: right; } }
.page article section .flex, .content article section .flex, .single article section .flex, .category article section .flex {
  display: flex;
  gap: 4%;
  justify-content: space-between; }
  .page article section .flex .left-box, .page article section .flex .right-box, .content article section .flex .left-box, .content article section .flex .right-box, .single article section .flex .left-box, .single article section .flex .right-box, .category article section .flex .left-box, .category article section .flex .right-box {
    width: 48%;
    object-fit: contain; }
.page article section p, .content article section p, .single article section p, .category article section p {
  word-break: break-all; }
.page .flex-box, .content .flex-box, .single .flex-box, .category .flex-box {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 20px;
  gap: 10px; }
.page .img-text figure, .content .img-text figure, .single .img-text figure, .category .img-text figure {
  text-align: center;
  max-width: 25%; }
  .page .img-text figure figcaption, .content .img-text figure figcaption, .single .img-text figure figcaption, .category .img-text figure figcaption {
    text-align: left; }
@media (max-width: 768px) {
  .page .img-text img, .content .img-text img, .single .img-text img, .category .img-text img {
    max-width: 200px; } }
.page .img-text div, .content .img-text div, .single .img-text div, .category .img-text div {
  width: 68%; }
  @media (max-width: 768px) {
    .page .img-text div, .content .img-text div, .single .img-text div, .category .img-text div {
      width: 100%; } }

.page table span.indent, .single table span.indent, .category table span.indent {
  padding-left: 1.2em;
  display: block; }
.page table td, .single table td, .category table td {
  font-size: 88%; }
.page section figure.size-large, .single section figure.size-large, .category section figure.size-large {
  padding: 20px; }
  .page section figure.size-large a i, .single section figure.size-large a i, .category section figure.size-large a i {
    display: none; }

 /*-------------------------------------------------------------------------------

  下層ページ

  -------------------------------------------------------------------------------*/
/*news*/
.news article section h2, .coronavirus_idx article section h2 {
  font-size: 140%; }
.news article section ul > li > ul > li:before, .coronavirus_idx article section ul > li > ul > li:before {
  background: #fff;
  border: 1px solid; }

/*おしらせ以下*/
.page article section .page-top {
  padding: 10px;
  background-color: #ebeff1; }
  .page article section .page-top.book-review-top {
    display: none; }
  .page article section .page-top.kobo-top {
    display: none; }
  .page article section .page-top h3 {
    background-color: #003149;
    color: white;
    margin-right: 0;
    margin-left: 0;
    text-align: center; }

/*nenkai用*/
.backcolor-1 {
  background-color: #c0eaff; }
  .backcolor-1 p {
    margin-bottom: 10px; }

.ct-title-default article section h3.nenkai-archive-midashi {
  background-color: #003149;
  color: white;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
  margin-top: 30px; }

.category main article h1, .single main article h1, .page main article h1 {
  background: url(/img/h1-background.jpg) center center/cover no-repeat; }
  .category main article h1 span, .single main article h1 span, .page main article h1 span {
    display: block;
    max-width: 1000px;
    margin: 0 auto;
    padding: 80px 20px 40px;
    font-size: 150%;
    box-sizing: border-box;
    color: #ccc;
    text-align: center;
    color: white;
    padding: 60px 20px 60px;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.8); }
    @media (max-width: 768px) {
      .category main article h1 span, .single main article h1 span, .page main article h1 span {
        padding: 0px 20px 0px; } }
.category main article section ul, .category main article section ol > li > ul, .single main article section ul, .single main article section ol > li > ul, .page main article section ul, .page main article section ol > li > ul {
  margin-top: 0px; }
.category main article section p, .single main article section p, .page main article section p {
  margin-top: 20px;
  margin-bottom: 0; }
.category main article section p + ul, .single main article section p + ul, .page main article section p + ul {
  margin-top: 0; }
.category main article section p.btn, .single main article section p.btn, .page main article section p.btn {
  margin-bottom: 20px; }
.category main article section .has-background, .single main article section .has-background, .page main article section .has-background {
  padding: 10px 15px; }

/*********************************
テーブル
*********************************/
@media (min-width: 768px) {
  .overview table tbody tr td:nth-of-type(1) {
    width: 100px; }
  .overview table tbody tr td:nth-of-type(2) {
    width: 150px; }
  .overview table tbody tr td:nth-of-type(3) {
    width: calc(680px - 100px - 150px); } }

/*-------------------------------------------------------------------------------

  学会について

  -------------------------------------------------------------------------------*/
/*会長について*/
@media (max-width: 375px) {
  .about .txt-right span {
    display: block; } }

 /*-------------------------------------------------------------------------------

  404ページ

  -------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .error-404 h1 {
    margin: 0 0 20px 0; }
  .error-404 section {
    float: none;
    width: 100%; } }
/*-------------------------------------------------------------------------------


お問い合わせ


-------------------------------------------------------------------------------*/
.inquiry section {
  width: 100%;
  float: none; }
  .inquiry section .table-wrap {
    white-space: inherit; }
  .inquiry section table th, .inquiry section table td {
    width: 100%;
    display: block;
    padding: 1%; }
    @media screen and (min-width: 768px) {
      .inquiry section table th, .inquiry section table td {
        width: inherit;
        display: table-cell; } }
  @media screen and (min-width: 768px) {
    .inquiry section table th {
      width: 30%; } }
.inquiry .side-contents {
  display: none; }

/* end .inquiry */
/*-------------------------------------------------------------------------------


フォーム


-------------------------------------------------------------------------------*/
.mw_wp_form th.required:after {
  float: right; }
.mw_wp_form span.mwform-checkbox-field.horizontal-item {
  margin-left: 0; }
  .mw_wp_form span.mwform-checkbox-field.horizontal-item label {
    padding-left: 0; }
.mw_wp_form span.mwform-radio-field.horizontal-item {
  margin-left: 0; }
  .mw_wp_form span.mwform-radio-field.horizontal-item label {
    padding-left: 0; }
.mw_wp_form .horizontal-item label span {
  padding: 2px 5px 2px 2px;
  border-radius: 2px; }
.mw_wp_form .horizontal-item label.checked span {
  background: #cfc; }
.mw_wp_form .privacy_policy_viewer {
  padding: 0.5em 1em;
  border: 2px solid #e2e2e2;
  max-height: 120px;
  overflow-y: auto;
  background: #fff;
  margin-top: 6px; }
  .mw_wp_form .privacy_policy_viewer p {
    font-size: 100%;
    margin-bottom: 5px; }
  .mw_wp_form .privacy_policy_viewer h3, .mw_wp_form .privacy_policy_viewer h4, .mw_wp_form .privacy_policy_viewer h5, .mw_wp_form .privacy_policy_viewer .table-wrap {
    margin: 0; }
  .mw_wp_form .privacy_policy_viewer h2 {
    margin: 10px 0 10px 0;
    padding: 0;
    font-size: 120%; }
    @media (max-width: 767px) {
      .mw_wp_form .privacy_policy_viewer h2 {
        font-size: 110%; } }
  .mw_wp_form .privacy_policy_viewer ol {
    font-size: 100%; }
  .mw_wp_form .privacy_policy_viewer ul {
    margin: 0;
    font-size: 100%; }
  .mw_wp_form .privacy_policy_viewer .list12__ttl {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 110%; }
  .mw_wp_form .privacy_policy_viewer .list12__cont {
    padding-left: 1em;
    font-size: 100%; }
    @media (max-width: 767px) {
      .mw_wp_form .privacy_policy_viewer .list12__cont {
        font-size: 14px; } }
  .mw_wp_form .privacy_policy_viewer .list-num--bracket {
    margin-left: 3em;
    margin-bottom: 0; }
    .mw_wp_form .privacy_policy_viewer .list-num--bracket li {
      list-style: none;
      counter-increment: count;
      margin-bottom: 0.5em; }
      .mw_wp_form .privacy_policy_viewer .list-num--bracket li::before {
        content: "（" counter(count) "）";
        width: 3em;
        margin-left: -3em;
        display: inline-block; }
  .mw_wp_form .privacy_policy_viewer .indent {
    list-style: none;
    margin-top: -1em; }
    .mw_wp_form .privacy_policy_viewer .indent li {
      text-indent: -1em;
      padding-left: 1em;
      counter-increment: none;
      margin-bottom: 0.1em; }
      .mw_wp_form .privacy_policy_viewer .indent li::before {
        display: none; }
  .mw_wp_form .privacy_policy_viewer .list-num--hyphen {
    margin-left: 3em;
    list-style: none; }
    .mw_wp_form .privacy_policy_viewer .list-num--hyphen li {
      list-style: none;
      margin-bottom: 0.5em;
      position: relative; }
      .mw_wp_form .privacy_policy_viewer .list-num--hyphen li::before {
        content: attr(data-title);
        width: 3em;
        margin-left: -3em;
        display: inline-block;
        position: absolute;
        background: none;
        top: 0; }
.mw_wp_form .confirm-privacy-policy .horizontal-item label {
  font-size: 100%;
  padding: 5px 8px;
  border-radius: 2px;
  text-align: center;
  margin: 10px 0; }
  .mw_wp_form .confirm-privacy-policy .horizontal-item label.checked {
    background-color: #ccffcc; }
@media (max-width: 767px) {
  .mw_wp_form .table-wrap table {
    display: block; }
  .mw_wp_form .table-wrap table tbody {
    display: block; }
  .mw_wp_form .table-wrap table tbody tr {
    display: block; }
  .mw_wp_form .table-wrap table tbody tr th {
    display: block; }
  .mw_wp_form .table-wrap table tbody tr td {
    display: block; } }

/***********************************
サブカテゴリーの追加
***********************************/
.side-contents .local-nav h2 a {
  color: #fff; }

.side-contents .local-nav ul li ul {
  display: block;
  font-size: 100%; }

@media (max-width: 960px) {
  .side-contents {
    width: 100%; } }
@media (min-width: 960px) {
  .side-contents {
    overflow: visible; }
    .side-contents .local-nav ul {
      /*.curent {
        position: relative;
      }*/ }
      .side-contents .local-nav ul li {
        position: relative;
        /*          &:hover {
                    ul {
                      position: absolute;
                      right: -200px;
                      clear: both;
                      width: 220px;
                      z-index: 1000;
                      top: 0px;
                    }
                  }*/ }
        .side-contents .local-nav ul li ul {
          display: block;
          font-size: 100%; }
      .side-contents .local-nav ul li.current-parent:hover ul {
        position: relative;
        right: auto;
        width: 100%;
        top: auto; }
      .side-contents .local-nav ul .current-parent ul {
        display: block; } }
.global-nav ul.menu-list-sub li {
  width: 100%;
  background-color: rgba(128, 126, 125, 0.8); }
  .global-nav ul.menu-list-sub li:after {
    content: none; }

.global-nav ul.menu-list-sub li a {
  color: #ffffff;
  font-size: 100%;
  font-weight: normal;
  text-align: left;
  padding: 0.5em 0.5em;
  height: auto;
  box-sizing: border-box;
  line-height: 1.5em; }
  .global-nav ul.menu-list-sub li a:before {
    content: none; }

/******************************************
入会申し込みボタン（ヘッダー）
******************************************/
@media (min-width: 960px) {
  header .sub-nav ul {
    max-width: 525px;
    text-align: right; }
    header .sub-nav ul li p.btn {
      margin: 0 0 10px 0; }
    header .sub-nav ul li.kifu p.btn a {
      margin: 0;
      padding: 5px 10px 5px 10px; }
    header .sub-nav ul li.mypage-btn p.btn a {
      margin: 0;
      padding: 5px 10px 5px 10px; }
    header .sub-nav ul li.nyukai-btn p.btn a {
      margin: 0;
      padding: 5px 17px 5px 17px;
      color: #fff; }
      header .sub-nav ul li.nyukai-btn p.btn a:before {
        border-color: transparent transparent transparent #fff; } }
.open-header .sub-nav ul li p.btn {
  margin: 0; }

header .sub-nav ul li.kifu p.btn a {
  background: #00abff;
  border: 1px solid #00abff;
  color: #fff; }
  header .sub-nav ul li.kifu p.btn a:before {
    border-color: transparent transparent transparent #fff; }
  header .sub-nav ul li.kifu p.btn a:hover {
    opacity: 0.7; }

header .sub-nav ul li.nyukai-btn p.btn a {
  background: #ff7b0e;
  border: 1px solid #ff7b0e;
  color: #fff; }
  header .sub-nav ul li.nyukai-btn p.btn a::before {
    border-color: transparent transparent transparent #fff; }
  header .sub-nav ul li.nyukai-btn p.btn a:hover {
    opacity: 0.7; }

header .sub-nav ul li.mypage-btn p.btn a {
  background: #fff;
  border: 1px solid #333;
  color: #333; }
  header .sub-nav ul li.mypage-btn p.btn a:before {
    border-color: transparent transparent transparent #333; }
  header .sub-nav ul li.mypage-btn p.btn a:hover {
    opacity: 0.7; }

@media (min-width: 960px) {
  header .sub-nav ul li a.old:before {
    display: none; }
  header .sub-nav ul li a.old:hover {
    opacity: 0.7; } }

@media (min-width: 960px) {
  header .sub-nav ul li a.english {
    font-size: 130%;
    color: #e5ea06; }
    header .sub-nav ul li a.english:before {
      display: none; }
    header .sub-nav ul li a.english:hover {
      opacity: 0.7; } }

/****************************************
一覧こちらボタン
****************************************/
.itiran {
  display: none; }

@media (max-width: 960px) {
  article h1.medium {
    margin-bottom: 0; }

  .itiran {
    display: block;
    color: #fff;
    font-size: 92%;
    background: rgba(51, 51, 51, 0.5);
    border: none;
    border-radius: 0;
    text-align: center;
    position: relative;
    padding: 5px 10px 20px 10px;
    width: calc(100% - 20px); }
    .itiran:after {
      content: "";
      display: block;
      position: absolute;
      top: 30px;
      left: 50%;
      width: 8px;
      height: 8px;
      margin: -5px 0 0 -3px;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      transform: rotate(135deg); } }
/*****************************************
トップページのバナー配置換え
*****************************************/
.home .bottom-area .poster-area {
  gap: 10px; }
  .home .bottom-area .poster-area .poster-box {
    width: 30%; }
    .home .bottom-area .poster-area .poster-box .pub {
      font-size: 84%; }
    @media (max-width: 768px) {
      .home .bottom-area .poster-area .poster-box {
        width: 100%;
        max-width: 210px; } }
  .home .bottom-area .poster-area .top_elements {
    width: auto; }
    .home .bottom-area .poster-area .top_elements a img {
      height: auto;
      max-width: 100%; }
  .home .bottom-area .poster-area .top_poster .top_poster_inner img {
    height: auto; }

.page section figure, .category section figure, .single section figure {
  margin: 0; }

/*****************************************
en-information
*****************************************/
.en .en_information ul {
  overflow: hidden;
  width: 100%;
  margin: 0 0 30px 0;
  padding: 0px 0px 30px;
  box-sizing: border-box; }
  .en .en_information ul li {
    border-bottom: 1px solid #cccccc;
    padding: 0;
    margin: 0; }
    .en .en_information ul li:before {
      content: none; }
    .en .en_information ul li a {
      display: block;
      padding: 15px 0 15px 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      box-sizing: border-box; }
      .en .en_information ul li a time {
        color: #000;
        padding: 0 20px 0 0; }

/*****************************************
footer
*****************************************/
footer .footer-inner .flex-box {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px; }
  footer .footer-inner .flex-box .sns-box a {
    display: block;
    background-color: white;
    box-sizing: border-box;
    border-radius: 10px; }
    footer .footer-inner .flex-box .sns-box a:hover img {
      opacity: 0.7; }
    footer .footer-inner .flex-box .sns-box a img {
      max-width: 30px;
      padding: 10px;
      display: block;
      height: auto; }

/*# sourceMappingURL=modify.css.map */
