@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif !important;
  background-color: #f0f0f0 !important;
}

ul {
  list-style: none !important;
}

/* スムーズスクロール */
/* プレースホルダーカラー調整 */
.form-control::-webkit-input-placeholder {
  color: #c1c1c1 !important;
  font-size: 14px;
}
.form-control::-moz-placeholder {
  color: #c1c1c1 !important;
  font-size: 14px;
}
.form-control:-ms-input-placeholder {
  color: #c1c1c1 !important;
  font-size: 14px;
}
.form-control::-ms-input-placeholder {
  color: #c1c1c1 !important;
  font-size: 14px;
}
.form-control::placeholder {
  color: #c1c1c1 !important;
  font-size: 14px;
}

/* hover時半透明 */
#top-logo-gnav img:hover,
.p-megaMenu__list-item a:hover,
#footer_2312 li:hover,
.footer-logo a:hover,
.side-slide-item img:hover,
.side-edetail-item:hover,
.side-edetail-link a:hover,
.top-news-topic-left a:hover,
.top-news-list a:hover,
.top-news-topic-right a:hover,
.top-news-list-right a:hover,
#carousel_2312 a:hover,
.side_banner img:hover,
.common-hover,
.comment-point img:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #0068B7 !important;
}

/* 要素のフェードイン */
.fade-in {
  opacity: 0;
  -webkit-animation: fadeInAnimation 0.5s ease-in forwards;
          animation: fadeInAnimation 0.5s ease-in forwards;
}

.fade-in1 {
  opacity: 0;
  -webkit-animation: fadeInAnimation 2s ease-in forwards;
          animation: fadeInAnimation 2s ease-in forwards;
}

.fade-in2 {
  opacity: 0;
  -webkit-animation: fadeInAnimation 2s ease-in forwards;
          animation: fadeInAnimation 2s ease-in forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.fade-in3 {
  opacity: 0;
  -webkit-animation: fadeInAnimation 2s ease-in forwards;
          animation: fadeInAnimation 2s ease-in forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

/* 赤ボーダー */
.common-red-border {
  border: 1px solid #ED1C24;
}

@-webkit-keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* マウスオーバー */
.btn-hover-animation:hover {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  /* 色が変わるアニメーションを追加 */
  background-color: #fff !important;
  /* マウスオーバー時の背景色 */
  color: 0;
  /* マウスオーバー時の文字色 */
}

.disp-pc {
  display: block;
}

.disp-sp {
  display: none;
}

@media screen and (max-width: 992px) {
  .disp-pc {
    display: none !important;
  }
  .disp-sp {
    display: block !important;
  }
}
.footer-copy {
  color: #777 !important;
}

#left-column {
  width: calc(100% - 315px);
  padding: 0;
  margin-right: 15px;
}

#right-column {
  width: 300px;
}

/* spanラベルの縦揃え（survey） */
.valid-label {
  vertical-align: middle;
  display: inline-block;
}

/* フォーム内、注釈用フォントサイズ */
.font-size-notice {
  font-size: 14px;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.normal-text-link {
  color: #0068B7 !important;
  -webkit-text-decoration: underline solid #0068B7 !important;
          text-decoration: underline solid #0068B7 !important;
}
.normal-text-link:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

h3 {
  margin-top: 30px;
  margin-top: 40px;
  font-weight: bold;
}

.dot-boarder-red {
  border: dashed !important;
  color: #b22222 !important;
}

.fadeIn-fa {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 100ms;
          animation-duration: 100ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

.fadeIn-sh {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

.fadeIn-md {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 600ms;
          animation-duration: 600ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

.fadeIn-lo {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.custom-icon {
  font-size: 1.3rem;
  /* アイコンのフォントサイズ */
  line-height: 8rem;
  /* 行の高さをフォントサイズと同じに設定 */
}

.rank-gold {
  color: #e6b422;
}

.rank-silver {
  color: #c0c0c0;
}

.rank-bronze {
  color: #b87333;
}

.pt-exch-card {
  height: 350px;
  /* カードの高さを400pxに設定 */
}

.pt-exch-text {
  height: 100px;
  /* カードテキストの高さを100pxに設定 */
}

.pt-exch-img {
  width: 160px;
  /* カード画像の幅を150pxに設定 */
  height: 160px;
  /* カード画像の高さを150pxに設定 */
}

.top_point {
  height: 30px !important;
}

.cmnt-icon-size {
  width: 50px;
  height: auto;
  /* アスペクト比を維持 */
}

.cmnt-icon-size-sm {
  width: 30px;
  height: auto;
  /* アスペクト比を維持 */
}

.card-text-related {
  font-size: 13px !important;
}

.modal-information {
  font-size: 12px !important;
}

.list-group-dot::before {
  content: "•";
  color: black;
  display: inline-block;
  width: 1em;
  margin-right: 0.5em;
}

.position-relative {
  position: relative;
}

.bg-cover {
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 25%;
  width: 100%;
  /* 画像の高さの10%の位置に配置 */
  padding: 10px;
}

.comment_show {
  z-index: 2147483646 !important;
}

.comment_hide {
  display: none;
}

/* Active（選択された）リンクのスタイル */
.nav-link.active {
  background-color: #007bff !important;
  /* アクティブなリンクの背景色を設定 */
  color: #fff !important;
  /* アクティブなリンクのテキスト色を設定 */
}

/* 非Active（選択されていない）リンクのスタイル */
/* .nav-link:not(.active) {
                color: #333 !important;
} */
/* nav-linkのテキストカラーを変更（hover時） */
/* .nav-link:hover {
                background-color: #007bff !important;
                color: var.$white !important;
} */
/* トーストコンテナ */
.toast-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

/* 各トースト要素 */
.toast {
  margin-bottom: 10px;
  /* トースト要素の間隔を設定 */
}

.font-80 {
  font-size: 80%;
}

.container-fluid > .child-element {
  width: 100%;
  max-width: 100%;
}

/* base */
.tx-select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* base */
.tx-label-base {
  color: var(--bs-blue);
}

.tx-base {
  color: var(--bs-blue);
}
.tx-base:hover, .tx-base:focus {
  color: #fff;
  background: var(--bs-blue);
}
.tx-base:active {
  color: #fff;
  background: var(--bs-blue);
}
.tx-base:active:focus, .tx-base:active:hover, .tx-base:active.focus {
  color: #fff;
  background: var(--bs-blue);
}
.tx-base.active {
  color: #fff;
  background: var(--bs-blue);
}
.tx-base.active:focus, .tx-base.active:hover, .tx-base.active.focus {
  color: #fff;
  background: var(--bs-blue);
}

.open > .dropdown-toggle.tx-base {
  color: #fff;
  background: var(--bs-blue);
}
.open > .dropdown-toggle.tx-base:hover, .open > .dropdown-toggle.tx-base:focus, .open > .dropdown-toggle.tx-base.focus {
  color: #fff;
  background: var(--bs-blue);
}

.tx-base.disabled:hover, .tx-base[disabled]:hover {
  color: #fff;
  background: var(--bs-blue);
}

fieldset[disabled] .tx-base:hover {
  color: #fff;
  background: var(--bs-blue);
}

.tx-base.disabled:focus, .tx-base[disabled]:focus {
  color: #fff;
  background: var(--bs-blue);
}

fieldset[disabled] .tx-base:focus {
  color: #fff;
  background: var(--bs-blue);
}

.tx-base.disabled.focus, .tx-base[disabled].focus {
  color: #fff;
  background: var(--bs-blue);
}

fieldset[disabled] .tx-base.focus {
  color: #fff;
  background: var(--bs-blue);
}

.bg-label-base {
  color: #fff;
  background: var(--bs-blue);
  border: 2px solid var(--bs-blue);
}

.bg-base {
  color: #fff;
  background: var(--bs-blue);
  border: 2px solid var(--bs-blue);
}
.bg-base:hover, .bg-base:focus {
  color: var(--bs-blue);
  background: #fff;
  border: 2px solid var(--bs-blue);
}
.bg-base:active {
  color: var(--bs-blue);
  background: #fff;
  border: 2px solid var(--bs-blue);
}
.bg-base:active:focus, .bg-base:active:hover, .bg-base:active.focus {
  color: var(--bs-blue);
  background: #fff;
  border: 2px solid var(--bs-blue);
}
.bg-base.active {
  color: var(--bs-blue);
  background: #fff;
  border: 2px solid var(--bs-blue);
}
.bg-base.active:focus, .bg-base.active:hover, .bg-base.active.focus {
  color: var(--bs-blue);
  background: #fff;
  border: 2px solid var(--bs-blue);
}

.open > .dropdown-toggle.bg-base {
  color: var(--bs-blue);
  background: #fff;
  border: 2px solid var(--bs-blue);
}
.open > .dropdown-toggle.bg-base:hover, .open > .dropdown-toggle.bg-base:focus, .open > .dropdown-toggle.bg-base.focus {
  color: var(--bs-blue);
  background: #fff;
  border: 2px solid var(--bs-blue);
}

.bg-base.disabled:hover, .bg-base[disabled]:hover {
  color: var(--bs-blue);
  background: #fff;
  border: 2px solid var(--bs-blue);
}

fieldset[disabled] .bg-base:hover {
  color: var(--bs-blue);
  background: #fff;
  border: 2px solid var(--bs-blue);
}

.bg-base.disabled:focus, .bg-base[disabled]:focus {
  color: var(--bs-blue);
  background: #fff;
  border: 2px solid var(--bs-blue);
}

fieldset[disabled] .bg-base:focus {
  color: var(--bs-blue);
  background: #fff;
  border: 2px solid var(--bs-blue);
}

.bg-base.disabled.focus, .bg-base[disabled].focus {
  color: var(--bs-blue);
  background: #fff;
  border: 2px solid var(--bs-blue);
}

fieldset[disabled] .bg-base.focus {
  color: var(--bs-blue);
  background: #fff;
  border: 2px solid var(--bs-blue);
}

.bg-label-outline-base {
  color: var(--bs-blue);
  background: var(--bs-white);
  border: 2px solid var(--bs-blue);
}

.bg-outline-base {
  color: var(--bs-blue);
  background: var(--bs-white);
  border: 2px solid var(--bs-blue);
}
.bg-outline-base:hover, .bg-outline-base:focus {
  color: #fff;
  background: var(--bs-blue);
  border: 2px solid var(--bs-blue);
}
.bg-outline-base:active {
  color: #fff;
  background: var(--bs-blue);
  border: 2px solid var(--bs-blue);
}
.bg-outline-base:active:focus, .bg-outline-base:active:hover, .bg-outline-base:active.focus {
  color: #fff;
  background: var(--bs-blue);
  border: 2px solid var(--bs-blue);
}
.bg-outline-base.active {
  color: #fff;
  background: var(--bs-blue);
  border: 2px solid var(--bs-blue);
}
.bg-outline-base.active:focus, .bg-outline-base.active:hover, .bg-outline-base.active.focus {
  color: #fff;
  background: var(--bs-blue);
  border: 2px solid var(--bs-blue);
}

.open > .dropdown-toggle.bg-outline-base {
  color: #fff;
  background: var(--bs-blue);
  border: 2px solid var(--bs-blue);
}
.open > .dropdown-toggle.bg-outline-base:hover, .open > .dropdown-toggle.bg-outline-base:focus, .open > .dropdown-toggle.bg-outline-base.focus {
  color: #fff;
  background: var(--bs-blue);
  border: 2px solid var(--bs-blue);
}

.bg-outline-base.disabled:hover, .bg-outline-base[disabled]:hover {
  color: #fff;
  background: var(--bs-blue);
  border: 2px solid var(--bs-blue);
}

fieldset[disabled] .bg-outline-base:hover {
  color: #fff;
  background: var(--bs-blue);
  border: 2px solid var(--bs-blue);
}

.bg-outline-base.disabled:focus, .bg-outline-base[disabled]:focus {
  color: #fff;
  background: var(--bs-blue);
  border: 2px solid var(--bs-blue);
}

fieldset[disabled] .bg-outline-base:focus {
  color: #fff;
  background: var(--bs-blue);
  border: 2px solid var(--bs-blue);
}

.bg-outline-base.disabled.focus, .bg-outline-base[disabled].focus {
  color: #fff;
  background: var(--bs-blue);
  border: 2px solid var(--bs-blue);
}

fieldset[disabled] .bg-outline-base.focus {
  color: #fff;
  background: var(--bs-blue);
  border: 2px solid var(--bs-blue);
}

.border-base {
  border: 2px solid var(--bs-blue);
}

/**
 * テーマカラー
 **/
/* indigo */
.tx-indigo {
  color: var(--bs-indigo);
}

.bg-indigo {
  color: #fff;
  background: var(--bs-indigo);
  border: 2px solid var(--bs-indigo);
}

.bg-outline-indigo {
  /*                color: var(--bs-indigo); background:var(--bs-white); border: 2px solid #9FA8DA; */
  color: var(--bs-indigo);
  background: var(--bs-white);
  border: 2px solid var(--bs-indigo);
}

/* purpule */
.tx-purple {
  color: var(--bs-purple);
}

.bg-purple {
  color: #fff;
  background: var(--bs-purple);
  border: 2px solid var(--bs-purple);
}

.bg-outline-purple {
  color: var(--bs-purple);
  background: var(--bs-white);
  border: 2px solid var(--bs-purple);
}

.border-purple {
  border: 2px solid var(--bs-purple);
}

/* pink */
.tx-pink {
  color: var(--bs-pink);
}

.bg-pink {
  color: #fff;
  background: var(--bs-pink);
  border: 2px solid var(--bs-pink);
}

.bg-outline-pink {
  color: var(--bs-pink);
  background: var(--bs-white);
  border: 2px solid var(--bs-pink);
}

/* orange */
.bg-orange {
  color: #fff;
  background: var(--bs-orange);
  border: 2px solid var(--bs-orange);
}

.bg-outline-orange {
  color: var(--bs-orange);
  background: var(--bs-white);
  border: 2px solid #ffc0cb;
}

/* teal */
.bg-teal {
  color: #fff;
  background: var(--bs-teal);
  border: 2px solid var(--bs-teal);
}

.bg-outline-teal {
  color: var(--bs-teal);
  background: var(--bs-white);
  border: 2px solid #008080;
}

/* cyan */
.bg-cyan {
  color: #fff;
  background: var(--bs-cyan);
  border: 2px solid var(--bs-cyan);
}

.bg-outline-cyan {
  color: var(--bs-cyan);
  background: var(--bs-white);
  border: 2px solid #00ffff;
}

/* リンクの線を消す */
a {
  text-decoration: none;
}

#com_sort_table th {
  background-color: #31708e;
  color: white;
}

.column_number_survey {
  width: 3% !important;
}

.survey_display_order {
  width: 5% !important;
}

.survey_select_box {
  font-size: 12px;
}

.delRow_survey {
  background-color: #fff !important;
}

.del_button_survey {
  padding: 0%;
  padding-top: 18%;
}

.select_survey {
  width: 11% !important;
}

.column_check_gakkai {
  width: 3% !important;
  background-color: #f8f9fa !important;
}

.column_edit_gakkai {
  width: 2% !important;
  background-color: #f8f9fa !important;
}

.column_id_gakkai {
  width: 3% !important;
}

.column_check_survey {
  width: 2% !important;
  background-color: #f8f9fa !important;
}

.column_edit_survey {
  width: 1% !important;
  background-color: #f8f9fa !important;
}

.column_division_survey {
  width: 4% !important;
}

.column_check_dcf {
  width: 2% !important;
  background-color: #f8f9fa !important;
}

.column_edit_dcf {
  width: 1% !important;
  background-color: #f8f9fa !important;
}

.column_count_dcf {
  width: 4% !important;
}

.column_edit_cmnt {
  width: 1% !important;
  background-color: #f8f9fa !important;
}

.column_id_cmnt {
  width: 3% !important;
}

.column_count_cmnt {
  width: 4% !important;
}

.column_good_cmnt {
  width: 6% !important;
}

.column_icon_cmnt {
  width: 4% !important;
}

.column_date_cmnt {
  width: 13% !important;
}

.column_delRow_cmnt {
  width: 2% !important;
  background-color: #fff !important;
}

.glonavi_table_rabel {
  margin-bottom: 0px !important;
  margin-left: 11.5px !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.glonavi_display_order {
  width: 4% !important;
}

.glonavi_blog {
  width: 8% !important;
}

/* .table-require {
                background-color: #333333 !important;
                color: #F8F9FA !important;

} */
.show-password {
  background-color: #e8f0fe !important;
}

.ribbon10 {
  display: inline-block;
  position: relative;
  height: 45px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ribbon10:before {
  content: "";
  position: absolute;
  width: 10px;
  bottom: -10px;
  left: -35px;
  z-index: -2;
  border: 20px solid #87c5fc;
  border-left-color: transparent;
}
.ribbon10:after {
  content: "";
  position: absolute;
  width: 10px;
  bottom: -10px;
  right: -35px;
  z-index: -2;
  border: 20px solid #87c5fc;
  border-right-color: transparent;
}
.ribbon10 h3 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 20px;
  line-height: 45px;
  font-size: 23px;
  text-shadow: 0 0 2px #fff;
  background: repeating-linear-gradient(-45deg, #87c5fc, #b0daff 3px, #cfe8ff 3px, #cfe8ff 7px);
}
.ribbon10 h3:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 15px #87c5fc;
}
.ribbon10 h3:after {
  position: absolute;
  content: "";
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 15px #87c5fc;
}

/* ヘッダー */
.header-wrap {
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.header-wrap #header-area {
  max-width: 1280px;
  margin: 0 auto;
}

#header_2312 .fixed-nav-area,
#header-area {
  background-color: #fff;
}
#header_2312 .fixed-nav-area .navbar-nav .top-logo-gnav a,
#header-area .navbar-nav .top-logo-gnav a {
  display: block;
}

.header-badge {
  font-size: 12px;
  background-color: #ED1C24 !important;
  width: 24px;
  height: 25px;
  text-align: center !important;
  line-height: 25px !important;
  padding: 0 !important;
  border-radius: 50px !important;
}

.info-count {
  border: 1px solid #777 !important;
  color: #222 !important;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
  padding: 0 15px !important;
}
.info-count .sinup-point-msg {
  color: #222 !important;
  padding: 0.25rem 0.5rem;
  background: #C6EBFF;
  border-radius: 3px;
  font-size: clamp(0.5625rem, 0.5208rem + 0.2083vw, 0.6875rem);
  position: absolute;
  left: 0;
  opacity: 0;
  font-weight: 600;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  z-index: 1;
  white-space: nowrap;
  -webkit-animation: jump2 3s infinite ease-in-out;
          animation: jump2 3s infinite ease-in-out;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
}
.info-count .sinup-point-msg::after {
  width: 8px;
  height: 8px;
  background: #C6EBFF;
  position: absolute;
  content: "";
  top: 50%;
  right: -8px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.info-count .sinup-point-msg span {
  color: #0068B7;
}
@-webkit-keyframes jump2 {
  0% {
    -webkit-transform: translate(-103%, -50%);
            transform: translate(-103%, -50%);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-103%, -50%);
            transform: translate(-103%, -50%);
    opacity: 1;
  }
}
@keyframes jump2 {
  0% {
    -webkit-transform: translate(-103%, -50%);
            transform: translate(-103%, -50%);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-103%, -50%);
            transform: translate(-103%, -50%);
    opacity: 1;
  }
}

@media screen and (min-width: 993px) {
  .info-count:hover {
    background-color: #20a4da !important;
    border-color: transparent !important;
    color: #fff !important;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .info-count:hover .count_icon {
    fill: #fff !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
#user_point {
  margin-top: -8px;
}

.top_point {
  margin-top: -5px;
}

.header-point-txt {
  color: #ED1C24;
}

.count_icon {
  margin-right: 5px;
}

.icon_info {
  font-size: 30px;
}

.icon_seminar {
  font-size: 38px;
}

.icon_survey {
  font-size: 22px;
}

/* グローバルナビゲーション */
.l-header {
  padding-inline: 3%;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ababab;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.l-header + * {
  margin-top: 60px;
}

.js-button-megaMenu {
  color: #222;
  font-size: 1rem;
}

.p-navigation-global {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-navigation-global__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.p-navigation-global__list li {
  list-style: none;
}
.p-navigation-global__list li button {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-navigation-global__list li button::after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-navigation-global__list li button:hover {
  background-color: #00AFEC;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 4px 4px 0 0;
}

.p-navigation-global__list-item {
  height: 40px !important;
  border-radius: 4px 4px 0 0;
}
.p-navigation-global__list-item a {
  font-weight: 700;
  padding: 0;
  display: block;
}

.p-megaMenu.is-open .p-megaMenu__navigation {
  clip-path: inset(0 -50vw);
  visibility: visible;
}
.p-megaMenu.is-open .p-megaMenu__open::after {
  -webkit-transform: rotate(-45deg) translate(-2px, 2px);
          transform: rotate(-45deg) translate(-2px, 2px);
  border-color: #fff;
}
.p-megaMenu button {
  border: 0;
  background-color: transparent;
  height: 100%;
}
.p-megaMenu button.is-open {
  color: #fff;
  background-color: #0068B7;
  border-radius: 4px 4px 0 0;
}

.p-megaMenu__open.is-open::after {
  color: #fff;
}
.p-megaMenu__open {
  gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding: 20px 20px;
}
.p-megaMenu__open:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.p-megaMenu__open::after {
  -webkit-transition: rotate 0.3s;
  transition: rotate 0.3s;
  content: "";
  color: #0068B7;
  display: inline-block;
  margin-left: 4px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #0068B7;
  border-right: 2px solid #0068B7;
  -webkit-transform: rotate(135deg) translateY(2px);
          transform: rotate(135deg) translateY(2px);
}

.p-singleLink::after {
  content: none !important;
}

.p-megaMenu__navigation {
  clip-path: inset(0 -50vw 100%);
  left: 0;
  position: absolute;
  top: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  width: 100%;
}

.dropdown-overlay {
  padding: 0;
}

.bg-overlay {
  position: absolute;
  width: 100%;
  height: 0;
  opacity: 0;
  top: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.p-megaMenu-bg {
  background-color: #fff;
  position: relative;
  z-index: 2000;
}

.overlay-area {
  width: 100%;
  height: 100vh;
  margin: 0 !important;
  background-color: rgba(0, 0, 0, 0.3);
}

.p-megaMenu__list {
  gap: 0;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -moz-fit-content;
  max-width: 1168px;
  padding-left: 0;
  margin: 0 auto 16px !important;
}

.p-megaMenu__list-item:first-child {
  margin-left: 0;
}
.p-megaMenu__list-item {
  margin: 0 16px;
  padding: 0 !important;
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
}
.p-megaMenu__list-item:last-child {
  margin-right: 0;
}
.p-megaMenu__list-item a {
  gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: block;
}

.megaMenu-img {
  width: 100%;
  height: auto;
  margin: 8px 0;
}
.megaMenu-img img {
  max-width: 100%;
}

.megaMenu-ttl {
  color: #222;
  font-size: 16px;
  font-weight: bold;
  margin: 8px 0;
  letter-spacing: -0.5px;
}
.megaMenu-ttl::after {
  content: "";
  color: #0068B7;
  display: inline-block;
  margin-left: 4px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #0068B7;
  border-right: 2px solid #0068B7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.megaMenu-txt {
  color: #777;
  font-size: 14px;
  margin: 0 0 16px;
  font-weight: normal !important;
}

.megaMenu-row {
  margin: 0;
  padding: 0;
}

.megaMenu-row-last {
  margin: 0 0 16px;
}

.megaMenu-link {
  border-bottom: 0 !important;
}
.megaMenu-link .megaMenu-ttl {
  text-align: right;
  font-weight: normal !important;
}

.gnav-imglink-area {
  margin: 0 0 15px;
  padding: 0;
  border-bottom: 1px solid #ddd;
}

/* .p-megaMenu__list-item a::before {
                background-color: currentColor;
                content: "";
                display: block;
                height: 1px;
                width: 0.5em;
} */
/* 検索ボタン */
#search-gnav {
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
#search-gnav input {
  border: 1px solid #777;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  padding: 2px 10px;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 0 0 rgba(128, 191, 255, 0.671);
          box-shadow: 0 0 0 0 rgba(128, 191, 255, 0.671);
}
#search-gnav input:focus {
  width: 280px;
  border-color: #20a4da;
  -webkit-box-shadow: 0 0 0.25rem 0.25rem rgba(128, 191, 255, 0.671);
          box-shadow: 0 0 0.25rem 0.25rem rgba(128, 191, 255, 0.671);
}
#search-gnav input[type=search] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#search-gnav input[type=submit] {
  margin-left: auto;
}
#search-gnav input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

.info-count svg {
  width: 20px !important;
}

@media (min-width: 993px) and (max-width: 1500px) {
  .info-count svg.bi-clipboard-check {
    width: 17px !important;
  }
}
@media screen and (max-width: 1500px) {
  #top-logo-gnav img {
    width: 250px;
  }
  .p-navigation-global__list {
    padding-left: 24px;
  }
  #global-nav,
  .p-megaMenu button {
    height: 40px;
  }
  #search-gnav input:focus {
    width: 250px;
  }
  .p-megaMenu__open {
    padding: 15px 13px;
  }
  .info-count {
    font-size: 12px !important;
    padding: 0 15px !important;
  }
  .js-button-megaMenu {
    font-size: 14px;
  }
  .header-badge {
    font-size: 13px;
    width: 25px;
    height: 25px;
    line-height: 26px !important;
  }
  .megaMenu-img {
    height: auto;
  }
  .p-megaMenu__list {
    max-width: 1030px;
  }
  .megaMenu-ttl {
    font-size: 14px;
  }
  .megaMenu-txt {
    font-size: 12px;
  }
  #input-search {
    padding: 2px 5px !important;
    font-size: 14px !important;
  }
  #top-tab-btn .btn {
    height: 35px !important;
    padding: 0 !important;
  }
}
@media screen and (max-width: 1300px) {
  .gnav-imglink-area {
    margin-bottom: 8px;
  }
  .megaMenu-ttl {
    margin: 5px 0;
  }
  .header-badge {
    font-size: 11px;
    width: 22px;
    height: 22px;
    line-height: 22px !important;
  }
}
@media screen and (min-width: 768px) {
  /* .p-navigation-global__list {
              gap: 40px;
      } */
  /* .p-navigation-global__list-item a {
                      padding: 20px 10px;
      } */
  /* .p-megaMenu__open {
                      padding: 20px 15px;
      } */
  /* .p-megaMenu__navigation {
                      padding: 40px;
      } */
  .p-megaMenu__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  /* .p-megaMenu__list-item a {
                      padding: 20px 20px;
      } */
}
/* @media (hover: hover) {
                .p-navigation-global__list-item a:hover {
                        text-decoration: underline;
                }
        } */
/* ヘッダーここまで */
.top-signup-doc {
  background-color: #0068B7 !important;
  color: #fff;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  width: 50%;
}

.top-signup-other {
  background-color: #fff !important;
  color: #0068B7;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  width: 50%;
}

.top-signup-doc:hover,
.top-signup-other:hover {
  color: #fff !important;
  background-color: #00AFEC !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mosaic {
  display: none;
  background-size: cover;
  position: relative;
  height: 100%;
  z-index: 1;
}
.mosaic::before {
  /* 透過した黒を上から重ねるイメージ */
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.8) !important;
  /* 自由に位置指定 */
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  content: "" !important;
  z-index: 2147483645 !important;
}

@media screen and (max-width: 576px) {
  .top-signup-doc,
  .top-signup-other {
    width: 70%;
  }
  .bg-cover {
    top: 10%;
  }
}
/* popup基本スタイル */
.popup-wrap {
  display: none;
  width: 100%;
  height: 45px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1031;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  background-size: cover;
  background-position: center center;
}
.popup-wrap .popup-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.25rem 1rem;
}
.popup-wrap .popup-inner .popup-img-left,
.popup-wrap .popup-inner .popup-img-right {
  height: 100%;
  padding: 0 1rem;
}
.popup-wrap .popup-inner .popup-text {
  /* 310px - 14px 992px - 20px*/
  font-size: clamp(0.875rem, 0.7045rem + 0.8798vw, 1.25rem);
  font-weight: 600;
}
.popup-wrap .popup-inner .popup-text span {
  /* 310px - 12px 1920px - 16px*/
  font-size: clamp(0.75rem, 0.6364rem + 0.5865vw, 1rem);
}
.popup-wrap #popup-close {
  background: none;
  outline: none;
  border: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45px;
  height: 45px;
}
.popup-wrap #popup-close svg {
  -webkit-transform: scale(2);
          transform: scale(2);
}

/* header popup表示の時 */
body.popup-open .popup-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.popup-open .with-header-top,
body.popup-open .with-header {
  padding-top: calc(120px + 1rem + 45px);
}
body.popup-open .header-wrap {
  margin-top: 45px;
}

@media screen and (min-width: 1401px) {
  .with-header-top,
  .with-header {
    padding-top: calc(120px + 1rem);
  }
  .with-header-mypg {
    padding-top: calc(72px + 1rem);
  }
}
@media screen and (min-width: 993px) and (max-width: 1400px) {
  .with-header-top,
  .with-header {
    padding-top: calc(92px + 1rem);
  }
  .with-header-mypg {
    padding-top: calc(62px + 1rem);
  }
  body.popup-open .with-header-top,
  body.popup-open .with-header {
    padding-top: calc(92px + 1rem + 45px);
  }
}
@media screen and (max-width: 993px) {
  .with-header-mypg {
    padding-top: calc(55px + 1rem);
  }
  .popup-wrap {
    position: static;
    border-bottom: 1px solid #efefef;
    background-size: 100% 100%;
  }
  .popup-wrap .popup-inner {
    padding: 0.25rem 0 0.25rem 1rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .popup-wrap .popup-inner .popup-img-left {
    padding: 0 0.25rem 0 0;
  }
  .popup-wrap .popup-inner .popup-img-right {
    display: none !important;
  }
  .popup-wrap .popup-inner .popup-text {
    line-height: 1.2;
    word-break: auto-phrase;
  }
  body.popup-open .with-header-top,
  body.popup-open .with-header {
    padding-top: 0px !important;
  }
}
/* ==================== フッター ==================== */
#footer_2312 {
  background-color: #fff;
}
#footer_2312 .row {
  padding: 0 !important;
}

#footer_2312 li {
  list-style: none !important;
}

.footer-ttl {
  display: block;
  margin-bottom: 16px;
}

.footer-area {
  border-bottom: 2px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-area .footer-flex {
  max-width: 1280px;
}

#sns_2312 {
  border-bottom: 2px solid #ddd;
}
#sns_2312 i {
  color: #777;
}

.x-icon img {
  width: 25px !important;
  margin-bottom: 5px;
}

.footer-copy {
  color: #777;
}

#page-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #777;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page-top a:hover {
  background: #777;
}
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
#page-top.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}
#page-top.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}
@keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}
.triangle-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #fff;
}

@media screen and (min-width: 993px) {
  .footer-width-edit {
    width: 24% !important;
  }
}
@media screen and (max-width: 1500px) {
  #footer_2312 li {
    font-size: 14px;
  }
  .left_top {
    padding: 0 !important;
  }
}
@media screen and (max-width: 992px) {
  #page-top {
    bottom: 110px;
  }
  .page-top-mypg #page-top {
    bottom: 5px;
  }
}
/* フッターここまで */
/* フッターリンクのhover打消し */
#footer_2312 li.no-hover:hover {
  color: #222 !important;
  background-color: initial !important;
  opacity: 1 !important;
}

/* ==================== サイドバー ==================== */
.side_banner p {
  font-size: 12px;
  text-align: left;
}

#carouselPr {
  padding: 0 !important;
}

.carousel-indicators {
  top: 100%;
}
.carousel-indicators button {
  background-color: #777 !important;
}
.carousel-indicators .active {
  background-color: #0068B7 !important;
}

#user_edtail {
  list-style: none !important;
}

#side-edetail {
  width: 100%;
}

#edetail_2312 {
  background-color: #fff;
}

.side-edetail-name {
  font-weight: bold;
  font-size: 18px;
  border-left: 5px solid #00AFEC;
  padding-left: 10px;
}

.side-edetail-ttl {
  font-weight: bold;
  font-size: 14px;
}
.side-edetail-ttl span:first-child.read {
  color: #777;
  border-color: #777;
}

.side-edetail-company {
  font-size: 12px;
  color: #777;
}

.side-edetail-right {
  width: 100%;
}
.side-edetail-right img {
  max-width: 100%;
}

.side-edetail-tag {
  border-bottom: 1px solid #ddd;
}
.side-edetail-tag span {
  color: #777;
  font-size: 12px;
  padding: 1px 10px;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.side-edetail-tag span svg {
  margin-right: 5px;
  margin-bottom: 2px;
}
.side-edetail-tag span:hover {
  color: #fff;
  background-color: #00AFEC;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  border: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.side-edetail-tag span:hover svg {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#top-edetail-area .edetail-card {
  border-bottom: 1px solid #ddd !important;
}
#top-edetail-area .fade-in:last-child .edetail-card {
  border-bottom: 0 !important;
}

.last-item {
  border-bottom: 0;
}

.side-edetail-link {
  text-align: right;
}
.side-edetail-link a {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  padding-right: 15px;
}
.side-edetail-link a::after {
  content: "";
  color: #0068B7;
  position: absolute;
  right: 0px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #0068B7;
  border-right: 2px solid #0068B7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#side-banner img {
  max-width: 100%;
}

#side-oneclick-survey {
  width: 100%;
  background-color: #fff;
}

@media screen and (max-width: 1500px) {
  .side-edetail-name {
    font-size: 16px;
  }
  .side-edetail-ttl {
    font-size: 12px;
  }
  .side-edetail-company {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  #side-oneclick-survey {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 992px) {
  #banner_2312 {
    width: 50%;
    margin: 20px auto;
  }
}
@media screen and (max-width: 576px) {
  #banner_2312 {
    width: 90%;
  }
}
.right-culumn-gam {
  background: #efefef;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  min-width: 300px;
  margin: 0 auto;
  aspect-ratio: 1/1;
  position: relative;
}

/* ==================== TOPページコンテンツ部分 ==================== */
.top-flexwrap,
.footer-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#left-column row {
  margin: 0 !important;
}

#top-tab-btn {
  border-bottom: 0;
  width: calc(100% - 225px);
  margin: auto;
}
#top-tab-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #777;
  border-radius: 25px;
  border: 0;
  cursor: pointer;
  font-size: 15px;
}
#top-tab-btn a svg {
  margin: 0 8px 3px 0;
}
#top-tab-btn a.active {
  color: #fff;
  background-color: #0068B7;
  border: 1px solid #0068B7;
  cursor: default;
}
#top-tab-btn a:first-child {
  margin-left: 0 !important;
  margin-right: 10px;
}
#top-tab-btn a:last-child {
  margin-left: 10px;
  margin-right: 0 !important;
}
#top-tab-btn a:hover {
  background-color: #00AFEC;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#top-tab-btn a.active:hover {
  color: #fff;
  background-color: #0068B7;
}
#top-tab-btn .input-group {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: #f0f0f0;
  border-radius: 25px;
}
#top-tab-btn .btn {
  height: 47px;
}

#carousel_top button {
  margin-bottom: 11px;
}

#top-news {
  background-color: #fff;
}

#top-news-head {
  font-weight: bold;
  font-size: 20px;
  color: #222;
}
#top-news-head span {
  font-size: 14px;
  color: #777;
}
#top-news-head select {
  font-size: 14px;
  color: #777;
  border: 1px solid #ddd;
  border-radius: 25px;
}

.top-news-box {
  margin: 0 20px 0 10px;
}

.top-news-topic-left {
  padding-right: 20px !important;
  padding-left: 0 !important;
}

.top-news-topic-ttl,
.top-news-list-ttl {
  font-weight: bold;
  color: #222;
  line-height: 150%;
}

.top-news-topic-ttl {
  font-size: 22px;
}

.top-news-topic-subttl {
  font-size: 14px;
  color: #777;
}

.top-news-list-ttl {
  font-size: 16px;
}

.top-news-topic-txt {
  font-size: 14px;
  color: #777;
  line-height: 170%;
  margin-top: 16px;
}

.top-news-topic-txt-list {
  font-size: 12px;
  color: #777;
  line-height: 150%;
}

.top-news-topic-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#news_list .top-news-topic-right {
  width: 260px !important;
  height: 160px !important;
  margin-left: auto;
}

.top-news-topic-right div {
  max-height: 100%;
}
.top-news-topic-right img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#all_list_container .top-news-topic-right,
#news_list_container .top-news-topic-right,
#rensai_list_container .top-news-topic-right {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.top-news-list-right img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.top-news-topic-item .date {
  font-size: 14px;
  color: #777;
}

.item-2culumn .date {
  width: 100%;
  margin-bottom: 5px;
}

.category-2culumn {
  margin-top: 8px !important;
}

.top-news-topic-item span {
  font-size: 12px;
  color: #777;
  padding: 2px 10px;
  border: 1px solid #ddd;
  border-radius: 25px;
  cursor: default;
}

.top-news-box .top-news-list:first-child {
  padding-left: 0 !important;
}
.top-news-box .top-news-list:last-child {
  margin-left: auto;
}

.top-news-topic-item .comment svg,
.top-news-topic-item .good svg {
  margin-bottom: 3px;
  margin-right: 5px;
}
.top-news-topic-item .category svg {
  margin-right: 5px;
}

.top-news-container {
  border-top: 1px solid #ddd;
}

.top-news-container-bottom {
  border-bottom: 1px solid #ddd;
}

#dailyRanking li,
#weeklyRanking li {
  list-style: none;
}

#top-ranking-survey {
  margin-top: 24px !important;
}

#top-ranking-daily {
  width: calc(50% - 15px);
  background-color: #fff;
}

#top-ranking-weekly {
  width: calc(50% - 15px);
  background-color: #fff;
  margin-left: auto;
}

#top-ranking-area {
  width: 56% !important;
}
#top-ranking-area a:hover {
  background-color: #00AFEC;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#top-survey-area {
  margin-left: auto;
}

.top-ranking-survey-head {
  font-weight: bold;
  font-size: 16px;
  color: #222;
}
.top-ranking-survey-head svg {
  margin-bottom: 3px;
  margin-right: 5px;
}

.top-ranking-item {
  font-size: 14px;
  height: auto;
  border-top: 1px solid #ddd;
}
.top-ranking-item span {
  width: 25px;
}
.top-ranking-item .ranking-1,
.top-ranking-item .ranking-2,
.top-ranking-item .ranking-3 {
  color: #fff;
  border-radius: 25px;
  padding: 2px 8px;
  margin-right: 10px;
  text-align: center;
}
.top-ranking-item .ranking-1 {
  background-color: #d2a003;
}
.top-ranking-item .ranking-2 {
  background-color: #898989;
}
.top-ranking-item .ranking-3 {
  background-color: #A15D27;
}
.top-ranking-item .ranking-4,
.top-ranking-item .ranking-5,
.top-ranking-item .ranking-6,
.top-ranking-item .ranking-7,
.top-ranking-item .ranking-8,
.top-ranking-item .ranking-9,
.top-ranking-item .ranking-10 {
  border-radius: 25px;
  padding: 2px 8px;
  margin-right: 10px;
  background-color: #fff;
}

.top-survey-ttl {
  font-size: 16px;
  background-color: #f0f0f0;
}

.top-survey-btn {
  font-size: 16px;
  background-color: #0068B7;
  color: #fff;
  border-radius: 6px;
}
.top-survey-btn::after {
  content: "▶";
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 8px;
}
.top-survey-btn:hover {
  background-color: #00AFEC;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.top-survey-select input {
  border: 1px solid #222;
}
.top-survey-select .form-check-input:checked {
  background-color: #0068B7;
  border-color: #0068B7;
}

.top-survey-link .side-edetail-link {
  margin-right: 0;
}

.tooltip-top .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.tooltip-top:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  z-index: 10000;
}

#top-news-line2 .tooltip-top .tooltiptext {
  margin-left: 0 !important;
  right: 0 !important;
  left: auto;
}

.top-rensai-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.article-summary {
  background-color: #f0f0f0;
  font-size: 13px;
  font-weight: bold;
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.article-summary::after {
  content: "▼";
  position: absolute;
  right: 10px;
}

.article-summary-txt {
  background-color: #f0f0f0;
  font-size: 12px;
  width: 60%;
}
.article-summary-txt ul {
  list-style: disc !important;
  margin-bottom: 0 !important;
}

#top-news-container2 {
  color: #777;
}

#top-news-topic2 {
  width: 35%;
}

.top-news-line2 {
  position: relative;
}
.top-news-line2:first-child {
  margin-top: 0 !important;
}
.top-news-line2 {
  width: 67%;
  margin: 0 0 0 10px;
}

.top-news-line2-pr {
  width: 90%;
  margin-left: 0 !important;
}

.top-news-line2 h2 {
  line-height: 110% !important;
}

.top-news-line2-minbx-pr {
  margin: 0 auto !important;
}

.top-news-line2-minbx-summary {
  margin: 0 !important;
}

.top-news-line2-minbx-clip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

.top-news-line2-thumb {
  width: 100px;
}
.top-news-line2-thumb img {
  max-width: 100%;
  border-radius: 4px;
}

.top-news-line2-date {
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-news-line2-cat {
  font-size: 12px;
  border: 1px solid #ddd;
  border-radius: 20px;
  color: #777;
  background-color: #fff;
  padding: 2px 0;
  background-color: #f8f8f8;
}

.top-news-topi2-img {
  overflow: hidden;
}
.top-news-topi2-img img {
  max-width: 100%;
}

.top-news-topic2-ttl {
  font-weight: bold;
  font-size: 22px;
  line-height: 150%;
}
.top-news-topic2-ttl span {
  color: #ED1C24 !important;
  font-size: 11px !important;
  font-weight: bold !important;
}

.top-news-line2-ttl .top-list-new,
.top-news-topic-ttl span,
.top-news-list-ttl span,
.top-prlist-new {
  color: #ED1C24 !important;
  font-size: 11px !important;
  font-weight: bold !important;
}

.top-news-topic2-txt {
  font-size: 14px;
  line-height: 160%;
}

#top-news-topic2 a:hover,
.top-news-line2 a:hover {
  color: #0068B7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-news-topic2-underline,
.top-news-line2-underline {
  border-bottom: 1px solid #ddd;
}

.top-news-topic2-paper-left {
  width: 35%;
}

.top-news-topic2-paper-right {
  width: 55%;
  line-height: 110%;
}

.top-news-topic2-paper-left img {
  max-width: 100%;
}

.top-news-topic2-paper-right p:first-child {
  font-weight: bold;
  font-size: 14px;
}

.newspaper-num {
  font-size: 11px;
  font-weight: normal;
}

.newspaper-btn {
  background-color: #0068B7;
  color: #fff;
  text-align: center;
  font-size: 11px !important;
  border-radius: 4px;
}
.newspaper-btn:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-news-topic2-paper-right ul {
  font-size: 14px;
  line-height: 110%;
}
.top-news-topic2-paper-right ul li span {
  font-size: 11px;
}

.top-news-line2 a {
  font-size: 16px;
}

.top-news-line2-ttl .top-list-date {
  font-size: 11px !important;
  color: #777;
}

.top-news-line2-right img {
  max-width: 100%;
}

.pr {
  font-size: 13px;
  color: #777;
}

.top-news-topic-item .date {
  font-size: 12px;
}
.top-news-topic-item svg {
  width: 12px !important;
}
.top-news-topic-item svg.bi-paperclip {
  width: 14px !important;
}

.top-pr-banner {
  width: 100%;
  height: 250px;
  background-color: #777;
  color: #fff;
  padding: 20px;
}

.top-banner-test-l {
  width: 64%;
  font-size: 14px;
}

.top-banner-test-l-img {
  background-color: #777;
  text-align: center;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 水平方向の中央揃え */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-banner-test-r {
  width: 35%;
  font-size: 14px;
  margin-left: auto;
}

.top-banner-test-r-img {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 水平方向の中央揃え */
  align-items: center;
}
.top-banner-test-r-img img {
  max-width: 100%;
}

.carousel-control-prev,
.carousel-control-next {
  background-image: none !important;
  display: none;
}

.top-banner-test-r-txt {
  font-size: 12px;
  height: 65px;
}

@media screen and (min-width: 1500px) {
  .top-news-line2-thumb {
    width: 120px;
  }
  .top-news-line2-date {
    font-size: 15px;
  }
  .top-news-line2-cat {
    font-size: 14px;
  }
  .top-news-line2 a {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 768px) {
  .top-news-line2-minbx-clip {
    margin-left: auto !important;
    margin: 0;
  }
}
@media screen and (max-width: 992px) {
  .top-banner-test-r-txt {
    height: 80px;
  }
}
#header-menu-login,
#header-menu-member-btn .bi-person {
  height: 30px;
}

.top-news-topic2-summary .accordion {
  width: 100%;
}
.top-news-topic2-summary button {
  padding: 4px;
  background-color: #ebf8ff;
  border: 0;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  width: 150px;
  border-radius: 0 !important;
}
.top-news-topic2-summary .accordion-body {
  padding: 4px;
  background-color: #ebf8ff;
  font-size: 12px;
}
.top-news-topic2-summary .acc-txt {
  padding: 5px 10px;
}
.top-news-topic2-summary .accordion-button:not(.collapsed) {
  background-color: #ebf8ff !important;
}

.top-news-line2-minbx .top-news-line2-summary {
  font-size: 11px;
  background-color: #ebf8ff;
  text-align: center;
  border: 0 !important;
  border-radius: 0 !important;
  font-weight: bold;
}
.top-news-line2-minbx .accordion-body {
  padding: 4px;
  background-color: #ebf8ff;
  font-size: 12px;
}
.top-news-line2-minbx .acc-txt {
  position: absolute;
  width: 300px;
  right: 0;
  z-index: 1000 !important;
  padding: 5px 10px;
}
.top-news-line2-minbx .accordion-button:not(.collapsed) {
  background-color: #ebf8ff !important;
}

.clip {
  cursor: pointer !important;
}

.clip-checked {
  background-color: #0068B7 !important;
  color: #fff !important;
  border: #0068B7 !important;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.top-special-new {
  color: #ED1C24 !important;
  border: 1px solid #ED1C24 !important;
  border-radius: 20px !important;
  font-size: 11px !important;
}

.top-special-head {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-special-update-btn {
  margin-left: auto;
  color: #fff;
  background-color: #0068B7;
  border-radius: 5px;
  font-size: 14px;
}
.top-special-update-btn:hover {
  background-color: #00AFEC;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-special-update {
  font-size: 18px;
  color: #0068B7;
}

#ws_jp_tab_calendar .fc-col-header,
#top-conference-calendar .fc-col-header {
  width: 100% !important;
}
#ws_jp_tab_calendar .fc-daygrid-body,
#top-conference-calendar .fc-daygrid-body {
  width: 100% !important;
}
#ws_jp_tab_calendar .fc-daygrid-body .fc-scrollgrid-sync-table,
#top-conference-calendar .fc-daygrid-body .fc-scrollgrid-sync-table {
  width: 100% !important;
}

@media screen and (max-width: 1024px) {
  #top-tab-btn a {
    font-size: 12px !important;
  }
  #top-tab-btn a svg {
    width: 18px !important;
    margin: 0 3px 0 0;
  }
  #top-tab-btn a .bi-bell {
    width: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  #top-news-topic2,
  #top-news-line2 {
    width: 100%;
  }
  .top-banner-test-l,
  .top-banner-test-r {
    width: 100%;
    font-size: 12px;
  }
  #top-left-tab .tab-content {
    margin-top: -5px;
  }
  #top-tab-btn a {
    background-color: #f0f0f0;
    color: #777;
    border-radius: 0;
    font-size: 11px !important;
    border: 0;
  }
  #top-tab-btn a svg {
    width: 18px !important;
    margin: 0 5px 3px 0;
  }
  #top-tab-btn {
    width: 90%;
    margin: 0 auto;
  }
  .bi-calendar3 {
    font-size: 14px;
    margin-right: 5px !important;
  }
  .top-news-line2-minbx .top-news-line2-summary {
    font-size: 11px;
  }
  #top-ranking-daily {
    width: 100%;
  }
  #top-ranking-weekly {
    width: 100%;
    margin-top: 15px;
  }
  #top-news-head select {
    font-size: 11px;
  }
  .top-special-new {
    font-size: 9px !important;
  }
  .top-special-update-btn {
    font-size: 11px;
    width: 40%;
  }
  .top-special-update {
    font-size: 14px;
  }
  .top-special-head {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 992px) {
  .top-special-update-btn {
    width: 40%;
  }
  .top-news-topic-right,
  #news_list .top-news-topic-right {
    width: 25% !important;
    border: 0 !important;
  }
  .article-summary {
    font-size: 11px;
    font-weight: bold;
    width: 95%;
  }
  .article-summary-txt {
    font-size: 10px;
    width: 95%;
  }
  .top-news-line2 a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1400px) {
  .top-news-line2 a {
    font-size: 16px;
  }
  .top-news-topic2-ttl {
    font-size: 20px;
  }
  #top-news-topic2 {
    width: 40%;
  }
  .top-news-topic2-paper-right p:first-child {
    font-size: 20px;
  }
  .top-news-topic2-paper-right {
    line-height: 160%;
    width: 60%;
  }
  .newspaper-num {
    font-size: 14px;
  }
  .newspaper-btn {
    font-size: 14px !important;
  }
  .top-news-topic2-paper-right ul {
    font-size: 16px;
  }
  .top-news-topic2-paper-right ul li span {
    font-size: 14px;
  }
}
@media screen and (min-width: 993px) {
  .top-news-topic-item .category-1culumn {
    margin-top: 2px;
  }
}
@media screen and (min-width: 768px) {
  /* フォントサイズ調整 */
  .font-size-ttl {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 768px) {
  #top-tab-btn a {
    font-size: 13px;
  }
  #top-tab-btn .btn {
    height: 30px;
    border-radius: 50px;
  }
}
@media screen and (min-width: 577px) and (max-width: 1000px) {
  /* フォントサイズ調整 */
  .font-size-ttl {
    font-size: 18px !important;
  }
  .font-size-txt {
    font-size: 15px !important;
  }
  input::-webkit-input-placeholder {
    font-size: 13px !important;
  }
  input::-moz-placeholder {
    font-size: 13px !important;
  }
  input:-ms-input-placeholder {
    font-size: 13px !important;
  }
  input::-ms-input-placeholder {
    font-size: 13px !important;
  }
  .font-size-sp,
  .font-size-notice,
  label,
  input::placeholder,
  select.form-select option {
    font-size: 13px !important;
  }
}
@media screen and (max-width: 767px) {
  /* inputのマージン */
  .input-mt {
    margin-top: 10px;
  }
}
@media screen and (max-width: 576px) {
  /* フォントサイズ調整 */
  .font-size-ttl {
    font-size: 18px !important;
  }
  .font-size-txt {
    font-size: 14px !important;
  }
  input::-webkit-input-placeholder {
    font-size: 13px !important;
  }
  input::-moz-placeholder {
    font-size: 13px !important;
  }
  input:-ms-input-placeholder {
    font-size: 13px !important;
  }
  input::-ms-input-placeholder {
    font-size: 13px !important;
  }
  .font-size-sp,
  .font-size-notice,
  label,
  input::placeholder,
  select.form-select option {
    font-size: 13px !important;
  }
  /* inputのマージン */
  .input-mt {
    margin-top: 10px;
  }
  .comment-empathy {
    height: auto;
    width: 300px;
  }
}
/* ==================== セミナー（TOP） ==================== */
#seminar-top {
  background-color: #fff;
}

.carendar-red {
  color: #ED1C24 !important;
}

#ws_calendar_header {
  width: 80%;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
}
#ws_calendar_header li {
  width: 33.3333333333%;
  color: #222;
}
#ws_calendar_header li button {
  border: 0 !important;
  background-color: initial !important;
  font-weight: bold !important;
}
#ws_calendar_header li button:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#ws_calendar_header li:first-child {
  text-align: left;
}
#ws_calendar_header li:first-child button::before {
  content: "◀";
  color: #0068B7;
  margin-right: 8px;
}
#ws_calendar_header li:last-child button::after {
  content: "▶";
  color: #0068B7;
  margin-left: 8px;
}
#ws_calendar_header li:last-child {
  text-align: right;
}

#ws_calendar_calendar {
  width: 80%;
  margin: 15px auto;
}

.ws-calendar-week {
  width: 100%;
  border: 1px solid #ddd;
  text-align: center;
}
.ws-calendar-week li {
  width: 14.2857142857%;
  border-right: 1px solid #ddd;
}
.ws-calendar-week li:first-child {
  color: #ED1C24;
}
.ws-calendar-week li:last-child {
  color: #0068B7;
  border-right: 0;
}

.day-of-week {
  font-weight: bold;
}

.ws-calendar-week:first-child {
  border-bottom: none;
}
.ws-calendar-week:last-child {
  border-top: none;
}

/* ==================== セミナー（TOP）ここまで ==================== */
.sp-title-def {
  background-color: #0068B7;
  color: #fff;
}

.sp-button-deny {
  background: color #777;
}

/* ==================== 学会カレンダー/セミナーカレンダー（TOP） ==================== */
.cf-carendar-jp {
  background-color: #D8E5FF !important;
}

.cf-carendar-world {
  background-color: #C6EBFF !important;
}

#top-conference-calendar .fc-header-toolbar,
#top-seminer-calendar .fc-header-toolbar {
  position: relative;
}

#top-conference-calendar .fc-toolbar-title,
#top-seminer-calendar .fc-toolbar-title {
  font-weight: bold !important;
}

#top-conference-calendar .calendar-list-change,
#top-seminer-calendar .calendar-list-change {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  border-bottom: 0;
}
#top-conference-calendar .calendar-list-change a,
#top-seminer-calendar .calendar-list-change a {
  width: 180px !important;
  background-color: #f0f0f0 !important;
  font-size: 14px !important;
}
#top-conference-calendar .calendar-list-change a.active,
#top-seminer-calendar .calendar-list-change a.active {
  background-color: #0068B7 !important;
}
#top-conference-calendar .calendar-list-change li:first-child a,
#top-seminer-calendar .calendar-list-change li:first-child a {
  border-radius: 6px 0 0 6px !important;
}
#top-conference-calendar .calendar-list-change li:last-child a,
#top-seminer-calendar .calendar-list-change li:last-child a {
  border-radius: 0 6px 6px 0 !important;
}

#top-conference-calendar .listchange-btn-notice,
#top-seminer-calendar .listchange-btn-notice {
  font-size: 14px;
  text-align: right;
  color: #777;
}

#top-conference-calendar .calendar-area-change,
#top-seminer-calendar .calendar-area-change,
#search-conference-list .calendar-area-change {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 0;
}
#top-conference-calendar .calendar-area-change li,
#top-seminer-calendar .calendar-area-change li,
#search-conference-list .calendar-area-change li {
  width: 45%;
}
#top-conference-calendar .calendar-area-change a,
#top-seminer-calendar .calendar-area-change a,
#search-conference-list .calendar-area-change a {
  background-color: #f0f0f0 !important;
  color: #777;
  font-weight: normal;
}
#top-conference-calendar .calendar-area-change a.active,
#top-seminer-calendar .calendar-area-change a.active,
#search-conference-list .calendar-area-change a.active {
  background-color: #0068B7 !important;
  color: #fff !important;
  font-weight: bold !important;
}

#top-conference-calendar .fc-button,
#top-conference-calendar .list-change-btn {
  color: #777 !important;
  border: 1px solid #777 !important;
  background-color: #fff !important;
}

#search-conference-list .fc-button,
#search-conference-list .list-change-btn {
  color: #777 !important;
  border: 1px solid #777 !important;
  background-color: #fff !important;
}
#search-conference-list .fc-button:hover,
#search-conference-list .list-change-btn:hover {
  color: #fff !important;
  background-color: #777 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#top-conference-calendar .fc-button:hover,
#top-conference-calendar .list-change-btn:hover {
  color: #fff !important;
  background-color: #777 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#top-conference-calendar .fc-event-title:hover {
  background-color: #0068B7 !important;
  color: #fff !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#top-seminer-calendar .fc-button,
#top-seminer-calendar .list-change-btn {
  color: #777 !important;
  border: 1px solid #777 !important;
  background-color: #fff !important;
}
#top-seminer-calendar .fc-button:hover,
#top-seminer-calendar .list-change-btn:hover {
  color: #fff !important;
  background-color: #777 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#top-seminer-calendar .fc-event-title ul {
  padding: 5px !important;
  font-size: 11px !important;
  margin-bottom: 0;
  font-weight: normal;
}
#top-seminer-calendar .fc-event-title ul li {
  white-space: normal;
}
#top-seminer-calendar .fc-event-title ul li:last-child {
  margin: 5px auto;
  padding: 5px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  background-color: #0068B7;
}
#top-seminer-calendar .fc-event-main:hover ul li:last-child {
  background-color: #fff;
  color: #0068B7;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.calendar-tooltip {
  width: auto;
}
.calendar-tooltip div li:first-child {
  width: 50px;
}

.fc-daygrid-block-event .fc-event-time,
.fc-daygrid-block-event .fc-event-title {
  font-size: 13px !important;
  padding: 1px 5px !important;
}

.fc .fc-daygrid-day-top {
  justify-self: center;
}

#top-conference-calendar #calendar-month,
#top-seminer-calendar #calendar-month {
  font-weight: bold;
}

#top-conference-calendar .conference-list-body,
#top-seminer-calendar .conference-list-body,
#search-conference-list .conference-list-body {
  border-top: 1px solid #ddd;
}

#top-conference-calendar .conference-list-table,
#top-seminer-calendar .conference-list-table,
#search-conference-list .conference-list-table {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
#top-conference-calendar .conference-list-table div:first-child,
#top-seminer-calendar .conference-list-table div:first-child,
#search-conference-list .conference-list-table div:first-child {
  width: 29%;
  border-right: 1px solid #ddd;
}
#top-conference-calendar .conference-list-table div:last-child,
#top-seminer-calendar .conference-list-table div:last-child,
#search-conference-list .conference-list-table div:last-child {
  width: 70%;
}

#jp_tab_list > .conference-list-table:first-child,
#world_tab_list > .conference-list-table:first-child {
  background-color: #f0f0f0;
}

#top-conference-calendar .conference-list-table-item,
#top-seminer-calendar .conference-list-table-item,
#search-conference-list .conference-list-table-item {
  text-align: left;
  font-size: 14px;
}
#top-conference-calendar .conference-list-table-item li:first-child,
#top-seminer-calendar .conference-list-table-item li:first-child,
#search-conference-list .conference-list-table-item li:first-child {
  font-weight: bold;
  font-size: 18px;
}
#top-conference-calendar .conference-list-table-item li:first-child a:hover,
#top-seminer-calendar .conference-list-table-item li:first-child a:hover,
#search-conference-list .conference-list-table-item li:first-child a:hover {
  background-color: #00AFEC;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#top-conference-calendar .conference-list-table-item li:first-child a::after,
#top-seminer-calendar .conference-list-table-item li:first-child a::after,
#search-conference-list .conference-list-table-item li:first-child a::after {
  content: " ";
  width: 8px;
  height: 8px;
  border-top: 1px solid #0068B7;
  border-right: 1px solid #0068B7;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
  margin-bottom: 3px;
  margin-left: 5px;
}
#top-conference-calendar .conference-list-table-item li:last-child a,
#top-seminer-calendar .conference-list-table-item li:last-child a,
#search-conference-list .conference-list-table-item li:last-child a {
  font-size: 14px;
  color: #fff;
  background-color: #0068B7;
}
#top-conference-calendar .conference-list-table-item li:last-child a:hover,
#top-seminer-calendar .conference-list-table-item li:last-child a:hover,
#search-conference-list .conference-list-table-item li:last-child a:hover {
  color: #0068B7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#top-conference-calendar .conference-list-table-item li span,
#top-seminer-calendar .conference-list-table-item li span,
#search-conference-list .conference-list-table-item li span {
  font-weight: bold;
}

#ws-calendar-month {
  font-weight: bold;
}

.ws-list-item {
  border-top: 1px solid #ddd;
  margin: 0 auto !important;
}
.ws-list-item:last-child {
  border-bottom: 1px solid #ddd;
}

.ws-list-item-left div:first-child {
  color: #fff;
  background-color: #0068B7;
  border-radius: 5px;
  width: 80%;
  font-size: 12px;
  font-weight: bold;
}
.ws-list-item-left img {
  min-width: 100%;
}

.ws-list-item-center .ws-list-item-ttl {
  font-weight: bold;
  font-size: 14px;
}
.ws-list-item-center ul {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}
.ws-list-item-center ul li {
  font-size: 14px;
}
.ws-list-item-center ul div li:first-child {
  width: 60px;
}

.ws-list-item-right a {
  background-color: #ED1C24;
  color: #fff;
}
.ws-list-item-right a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}

.ws-nomatch-cover {
  height: 620px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
}
.ws-nomatch-cover > div {
  color: #fff;
  margin-top: 35%;
}

.search-conference-back {
  width: 50%;
  margin: 0 auto;
  color: #fff;
  background-color: #0068B7;
  border-radius: 5px;
}
.search-conference-back:hover {
  background-color: #00AFEC;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.search-conference-back-list {
  width: 25%;
  margin-left: auto;
}
.search-conference-back-list .search-conference-back {
  width: 100% !important;
}

#conference-search .search-icon {
  position: absolute;
  left: 20px;
  /* アイコンの位置を調整 */
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #aaa;
  /* アイコンの色を設定 */
  pointer-events: none;
}

.conference-search-notice {
  font-size: 12px;
  color: #777;
}

@media screen and (max-width: 1000px) {
  .calendar-list-change,
  .listchange-btn-notice {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .calendar-list-change,
  .listchange-btn-notice {
    display: none;
  }
  #search-conference-none div {
    width: 90%;
  }
  .search-conference-back-list {
    width: 50%;
    font-size: 12px;
  }
  #top-conference-calendar .calendar-area-change,
  #top-seminer-calendar .calendar-area-change,
  #search-conference-list .calendar-area-change {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 575px) {
  #top-conference-calendar .conference-list-table div:first-child,
  #top-seminer-calendar .conference-list-table div:first-child {
    width: 25%;
  }
  #top-conference-calendar .conference-list-table-item li:first-child,
  #top-seminer-calendar .conference-list-table-item li:first-child {
    font-size: 14px;
  }
  #top-conference-calendar .conference-list-table-item li:last-child a,
  #top-seminer-calendar .conference-list-table-item li:last-child a {
    font-size: 11px;
  }
  .ws-list-item-center ul li {
    font-size: 12px;
  }
  .ws-list-item-left div:first-child {
    width: 50%;
  }
  .ws-list-item-right a {
    width: 100%;
  }
}
/* ==================== 学会カレンダー（TOP）ここまで ==================== */
/* 医学部予備校 */
#new-crammer #header2205 {
  display: none;
}

/* オンコロジーニュースエリア */
#oncology-news-release {
  color: #777;
}

.oncology-news-area {
  border: 1px solid #ddd;
}
.oncology-news-area ul li::after {
  content: "▶";
  color: #0068B7;
  margin-left: 15px;
}
.oncology-news-area ul li.oncology-news-date::after {
  content: "";
}
.oncology-news-area ul li span {
  color: #ED1C24 !important;
  font-weight: bold !important;
  font-size: 13px;
}

.oncology-news-date {
  font-size: 12px;
}

.oncology-news-area a:hover {
  color: #0068B7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 576px) {
  .oncology-news-area ul li {
    font-size: 11px;
  }
}
.dropdown-menu.show {
  margin-top: 35px !important;
}

#header-member-menu-mypg {
  margin-left: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-sp-search-mypg {
  margin-left: auto;
}

/* TOP登録導線 */
.top-signup-area {
  height: 500px;
  background-image: url("/assets/images/commons/TOP_regist_cta.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 576px) {
  .top-signup-area {
    height: 200px;
  }
}
/* TOPキャンペーン告知リンク */
.top-champaign-text-link {
  background-color: #fff;
  margin-left: -100px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}
.top-champaign-text-link a {
  font-size: 15px;
  color: #ED1C24;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
.top-champaign-text-link a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 2px;
  background-color: #ED1C24;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-champaign-text-link a:hover::after {
  width: 100%;
}

.top-pickup {
  color: #fff;
  background-color: #ED1C24;
  font-size: 14px;
  width: 300px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.top-champaign-text-anchor a span {
  text-decoration: none !important;
}

.cam-banner {
  width: 85%;
  margin: 0 auto;
}
.cam-banner img {
  max-width: 100%;
}
.cam-banner img:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cam-banner-article {
  width: 100%;
  margin: 0 auto;
}

.top-campaign-text-link-0924 {
  width: 75%;
  margin: 0 auto;
}

.top-campaign-text-link-0924-ttl {
  font-size: 15px !important;
}

.top-campaign-text-link-0924 p {
  font-size: 13px;
  margin-bottom: 5px;
}
.top-campaign-text-link-0924 p span {
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  padding: 0 5px;
}
.top-campaign-text-link-0924 a {
  color: #0068B7 !important;
  text-decoration: underline !important;
}
.top-campaign-text-link-0924 a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-campaign-text-link-0924-rensai p {
  font-size: 16px !important;
}

@media screen and (min-width: 1300px) {
  .cam-banner {
    width: 60%;
  }
}
@media screen and (max-width: 576px) {
  .top-champaign-text-link a {
    font-size: 11px;
  }
  .top-champaign-text-link {
    margin-left: 0;
  }
  .top-pickup {
    font-size: 11px;
    width: 100%;
    border-radius: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-champaign-text-anchor {
    margin: 5px auto 0;
    text-align: center;
    text-decoration: underline;
  }
  .top-campaign-text-link-0924 {
    width: 100%;
  }
  .top-campaign-text-link-0924-ttl {
    font-size: 13px !important;
  }
  .top-campaign-text-link-0924 p {
    font-size: 11px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .top-champaign-text-anchor {
    margin-left: 60px;
  }
}
#top-rensai-card,
#top-joho-card {
  min-height: 388px;
}
#top-rensai-card .card,
#top-joho-card .card {
  max-width: 270px;
  border: none;
  border-radius: 8px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#top-rensai-card .card:hover a,
#top-joho-card .card:hover a {
  opacity: 0.7;
}
#top-rensai-card .card:hover a.exclude,
#top-joho-card .card:hover a.exclude {
  opacity: 1;
}
#top-rensai-card .card:hover .card-hover,
#top-joho-card .card:hover .card-hover {
  opacity: 0.7;
}
#top-rensai-card .card a,
#top-rensai-card .card a.exclude,
#top-joho-card .card a,
#top-joho-card .card a.exclude {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#top-rensai-card .card a:hover,
#top-rensai-card .card a.exclude:hover,
#top-joho-card .card a:hover,
#top-joho-card .card a.exclude:hover {
  opacity: 0.7;
}
#top-rensai-card .card img,
#top-joho-card .card img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px 8px 0 0;
}
#top-rensai-card .card .card_new_icon,
#top-joho-card .card .card_new_icon {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 13px;
  padding: 0 15px;
  background-color: #cd0000;
  color: #fff;
  border-radius: 10px;
}
#top-rensai-card .card .date,
#top-joho-card .card .date {
  font-size: 13px;
  margin-bottom: 7px;
}
#top-rensai-card .card .title,
#top-joho-card .card .title {
  font-size: 17px;
  font-weight: normal;
  line-height: 1.4;
}
#top-rensai-card .card .description,
#top-joho-card .card .description {
  font-size: 13px;
  color: #898989;
}
#top-rensai-card .card .card-icon-wrapper,
#top-joho-card .card .card-icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: solid 1px #ddd;
  padding-top: 5px;
  color: #898989;
  font-size: 14px;
}
#top-rensai-card .card .card-clip,
#top-joho-card .card .card-clip {
  border-left: solid 1px #ddd;
  padding-left: 10px;
  padding-right: 5px;
}
#top-rensai-card .card .play-btn,
#top-joho-card .card .play-btn {
  font-size: 14px;
  color: #fff;
  padding: 2px 35px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0068B7), to(#00AFEC));
  background: linear-gradient(to bottom, #0068B7, #00AFEC);
  border-radius: 4px;
}
#top-rensai-card .card .card-hover-exclude:hover ~ .card-hover,
#top-joho-card .card .card-hover-exclude:hover ~ .card-hover {
  opacity: 1;
}
#top-rensai-card .card .card-hover-exclude:hover,
#top-joho-card .card .card-hover-exclude:hover {
  opacity: 0.7;
}

#top-rensai-card .card-hover {
  aspect-ratio: 16/10;
  width: 100%;
}

#top-joho-card .card-hover {
  aspect-ratio: 55/31;
  width: 100%;
}

#mtw-topics .mtw-topics-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
#mtw-topics .mtw-topics-icon {
  background-color: #00AFEC;
  color: #fff;
  font-size: 17px;
  border-radius: 0 20px 20px 0;
  padding: 8px 20px;
  position: relative;
  font-weight: normal;
}
#mtw-topics .mtw-topics-icon::after {
  position: absolute;
  top: 0;
  left: 5px;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
}
#mtw-topics .mtw-topics-title {
  font-size: 28px;
  color: #222;
  font-weight: normal;
  padding-left: 1rem;
}
#mtw-topics .mtw-topics-title:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#mtw-topics .mtw-topics-title a {
  color: #222;
}
#mtw-topics .mtw-topics-cont-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
}
#mtw-topics .mtw-topics-left {
  width: 230px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #f0f0f0;
  border-radius: 8px;
  padding: 15px;
  margin-right: 20px;
}
#mtw-topics .mtw-topics-img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  width: 235px;
}
#mtw-topics .left-text {
  padding-top: 130px;
}
#mtw-topics .date {
  color: #0068B7;
  margin-bottom: 5px;
}
#mtw-topics .description {
  color: #707070;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.75;
}
#mtw-topics .mtw-topics-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: 1px solid #00AFEC;
  margin-top: 10px;
}
#mtw-topics .mtw-topics-right::after {
  position: absolute;
  top: -25px;
  left: -10px;
  content: "Article List";
  padding: 10px;
  color: #00AFEC;
  background-color: #fff;
}
#mtw-topics .mtw-topics-right ul li {
  border-bottom: 1px solid #ddd;
}
#mtw-topics .article-list {
  padding: 15px 0;
  display: block;
}
#mtw-topics .article-list-title {
  font-size: 18px;
  color: #222;
  margin-bottom: 10px;
}
#mtw-topics .article-list-title span {
  color: #ED1C24 !important;
  font-size: 11px !important;
  font-weight: bold !important;
}
#mtw-topics .article-list-description {
  font-size: 13px;
  color: #898989;
  margin-bottom: 10px;
}
#mtw-topics .article-list-date {
  font-size: 13px;
  color: #898989;
}
#mtw-topics .article-list:hover .article-list-title,
#mtw-topics .article-list:hover .article-list-description,
#mtw-topics .article-list:hover .article-list-date {
  color: #0068B7;
}
#mtw-topics .mtw-topics-clip {
  position: absolute;
  bottom: 0;
  right: 0;
  border-left: solid 1px #ddd;
  padding-left: 10px;
  padding-right: 5px;
  margin-bottom: 8px;
}

@media screen and (max-width: 1099px) {
  #mtw-topics .mtw-topics-cont-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
  }
  #mtw-topics .mtw-topics-left {
    width: 100%;
    border-radius: 8px 0 0 8px;
    margin-right: 0;
  }
  #mtw-topics .mtw-topics-img {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
  }
  #mtw-topics .left-text {
    padding-top: 55%;
  }
  #mtw-topics .mtw-topics-right {
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  #mtw-topics .mtw-topics-icon {
    font-size: 11px;
  }
  #mtw-topics .mtw-topics-title {
    font-size: 17px;
  }
}
#top_hashtag .hashtag_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
  white-space: nowrap;
  cursor: -webkit-grab;
  cursor: grab;
  padding: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#top_hashtag .hashtag_wrapper:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
#top_hashtag .hashtag {
  font-size: 15px;
  display: inline-block;
  padding: 2px 16px;
  margin-right: 15px;
  border-radius: 30px;
  border: solid 1px #707070;
  color: #707070;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  background-color: #fff;
}
#top_hashtag .hashtag:hover {
  background-color: #00AFEC;
  color: #fff;
  border: 1px solid #00AFEC;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 992px) {
  #top_hashtag .hashtag {
    padding: 3px 20px;
    font-size: 13px;
  }
}
.live_wrapper {
  margin: 0 0 10px 0;
  padding: 10px 0;
}

.live_wrapper li {
  margin-right: 15px;
}

#live-banner {
  display: none;
}
#live-banner:before, #live-banner:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 39px;
  background: #ffa2a2;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#live-banner:before {
  -webkit-animation: anime 1.3s ease-out infinite;
          animation: anime 1.3s ease-out infinite;
}
#live-banner:after {
  -webkit-animation: anime 1.3s ease-out 1.3s infinite;
          animation: anime 1.3s ease-out 1.3s infinite;
}
#live-banner .popup-text {
  font-size: 8px;
}
#live-banner .popup {
  background-color: red !important;
  color: white;
  border: solid 1px #ff0000 !important;
  z-index: 1;
  margin-right: 0;
  display: block;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#live-banner .popup:hover {
  opacity: 0.5;
}
#live-banner .blink {
  -webkit-animation: blink-animation 2s infinite ease-in-out;
          animation: blink-animation 2s infinite ease-in-out;
  font-size: 10px;
  padding-bottom: 3px;
  vertical-align: middle;
  display: inline-block;
}

@-webkit-keyframes anime {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 0.8;
  }
  90% {
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scale(1.1, 1.5);
            transform: scale(1.1, 1.5);
    opacity: 0;
  }
}

@keyframes anime {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 0.8;
  }
  90% {
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scale(1.1, 1.5);
            transform: scale(1.1, 1.5);
    opacity: 0;
  }
}
@-webkit-keyframes blink-animation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink-animation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#body-top-announcement .body-top-announcement-wrapper {
  max-width: 200px;
}

.body-top-sub-title {
  font-size: 16px;
  border-left: solid 3px #00AFEC;
  padding-left: 5px;
  color: #707070;
  margin-bottom: 15px;
}

#body-top-announcement .box {
  font-size: 13px;
  padding: 13px;
  padding-right: 25px;
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  position: relative;
  margin: auto;
}
#body-top-announcement .box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 5px;
  background-color: #0068B7;
}
#body-top-announcement .announcement-chevron-position {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  color: #0068B7;
}

@media screen and (max-width: 992px) {
  #body-top-announcement .body-top-announcement-wrapper {
    display: none;
  }
}
#body-top-announcement-sp .body-top-announcement-sp-wrapper {
  display: none;
}

@media screen and (max-width: 992px) {
  #body-top-announcement-sp {
    width: 100%;
    background-color: #f0f0f0;
  }
  #body-top-announcement-sp .body-top-announcement-sp-wrapper {
    display: block;
    margin-top: 40px;
    position: relative;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  #body-top-announcement-sp .body-top-announcement-sp-wrapper .bg-gray-color {
    padding-bottom: 11px;
  }
  .bg-gray-color {
    background-color: #f0f0f0;
    padding-bottom: 30px;
  }
  #body-top-announcement-sp .body-top-sub-title {
    font-size: 16px;
    border-left: solid 3px #00AFEC;
    padding-left: 5px;
    color: #000;
    margin-bottom: 10px;
    width: 90%;
    margin: auto;
    margin-bottom: 10px;
  }
  #body-top-announcement-sp .box {
    font-size: 13px;
    padding: 10px;
    padding-right: 30px;
    -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
    background-color: #fff;
    position: relative;
    width: 90%;
    margin: auto;
  }
  #body-top-announcement-sp .box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 3px;
    background-color: #0068B7;
  }
  #body-top-announcement-sp .announcement-chevron-position {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
    color: #0068B7;
  }
}
#body-top-recommendation ul {
  padding: 0;
  margin: 0;
}
#body-top-recommendation ul li {
  margin-bottom: 10px;
}
#body-top-recommendation ul li:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#body-top-recommendation ul li img {
  max-width: 200px;
  width: 100%;
  margin: 0 !important;
}

@media screen and (max-width: 992px) {
  #body-top-recommendation .top-wrapper li img {
    max-width: none;
  }
  .bottom-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  #body-top-recommendation .bottom-wrapper li {
    width: calc((100% - 10px) / 2);
  }
}
#top_newspaper {
  margin-bottom: 80px;
  position: relative;
}
#top_newspaper .link-text {
  font-size: 11px;
}
#top_newspaper .newspaper-description {
  font-size: 11px;
  color: #777;
}
#top_newspaper ul li {
  line-height: 1;
}
#top_newspaper .top_newspaper_img {
  max-width: 150px;
}
#top_newspaper .top_newspaper_text_wrapper {
  position: absolute;
  top: 80%;
  left: 15%;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0 !important;
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
}
#top_newspaper .subscript_btn {
  margin: 0;
  color: #fff;
  background-color: #0068B7;
  border-radius: 4px;
  padding: 3px;
  text-align: center;
  font-size: 11px;
}
#top_newspaper .subscript_btn:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#top-news-topic2 {
  width: 200px;
}

@media screen and (max-width: 992px) {
  #top-news-topic2 {
    width: 100%;
  }
  #top_newspaper .top_newspaper_img_wrapper {
    margin-top: 10px;
  }
  #top_newspaper .link-text {
    font-size: 18px;
  }
  #top_newspaper .newspaper-description {
    font-size: 12px;
  }
}
#top-ranking .top-ranking-wrapper {
  max-width: 200px;
}
#top-ranking .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  font-size: 14px;
}
#top-ranking .tab {
  cursor: pointer;
  border-bottom: solid 1px #b7b7b7;
  margin-right: 5px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  width: 50%;
  color: #a0a0a0;
}
#top-ranking .tab.active {
  background: #fff;
  font-weight: bold;
  border-bottom: 2px solid #0068B7;
  color: #0068B7;
}
#top-ranking .tab-content {
  display: none;
}
#top-ranking .tab-content.active {
  display: block;
}
#top-ranking ol {
  padding: 0;
  margin: 0;
}
#top-ranking ol li {
  padding-left: 30px;
  margin-bottom: 20px;
  list-style: none;
  position: relative;
}
#top-ranking .ranking-1-wrapper {
  border-left: solid 1px #d2a003;
  border-bottom: solid 2px #d2a003;
}
#top-ranking .ranking-2-wrapper {
  border-left: solid 1px #898989;
  border-bottom: solid 2px #898989;
}
#top-ranking .ranking-3-wrapper {
  border-left: solid 1px #A15D27;
  border-bottom: solid 2px #A15D27;
}
#top-ranking .ranking-4-wrapper,
#top-ranking .ranking-5-wrapper {
  border-left: solid 1px #b7b7b7;
  border-bottom: solid 2px #b7b7b7;
}
#top-ranking ol li a {
  color: #707070;
  text-decoration: none;
  padding-bottom: 10px;
  display: inline-block;
}
#top-ranking ol li a:hover {
  color: #0068B7;
}
#top-ranking h3 {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
}
#top-ranking p {
  margin: 0;
  font-size: 12px;
}
#top-ranking .ranking-no-position {
  position: absolute;
  top: 0;
  left: 0;
}
#top-ranking .ranking-1 {
  background-color: #d2a003;
}
#top-ranking .ranking-2 {
  background-color: #898989;
}
#top-ranking .ranking-3 {
  background-color: #A15D27;
}
#top-ranking .ranking-4,
#top-ranking .ranking-5 {
  background-color: #b7b7b7;
}
#top-ranking span {
  padding: 5px;
  color: #fff;
}

@media screen and (max-width: 992px) {
  #top-ranking .top-ranking-wrapper {
    max-width: none;
  }
  #top-ranking .tab {
    text-align: center;
  }
  #top-ranking ol li a {
    padding-left: 20px;
  }
  #top-ranking span {
    height: 100%;
    padding: 0 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#signup_2501 .pc-none {
  display: none;
}
#signup_2501 .top-signup-img {
  height: 300px;
  background-image: url(/assets/images/commons/TOP_regist_cta.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px 20px 0 0;
  padding: 1rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
#signup_2501 .top-signup-over-text {
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 20px;
}
#signup_2501 .free-icon {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  background-color: #cd0000;
  z-index: 99;
  color: #fff;
  padding: 0px 40px 2px;
  font-size: 14px;
}
#signup_2501 .free-icon::after {
  content: "";
  position: absolute;
  top: 97%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-width: 9px 7px 0 7px;
  border-style: solid;
  border-color: #cd0000 transparent transparent transparent;
  /* 上部が背景色、それ以外は透明 */
}
#signup_2501 .bg-cover-text {
  font-size: 22px;
  color: #0068B7;
  margin-bottom: 5px;
}
#signup_2501 .bg-cover-text-sub {
  font-size: 14px;
  color: #222;
  margin-bottom: 20px;
}
#signup_2501 .icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin: auto;
  margin-bottom: -12px;
}
#signup_2501 .icon-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
#signup_2501 .icon-inner p {
  padding: 2px 5px;
  border: 1px solid #0068B7;
  color: #0068B7;
  background-color: #fff;
  font-size: 14px;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 0;
  gap: 5px;
  max-width: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#signup_2501 .signup-icon-size {
  font-size: 15px;
  margin-bottom: -10px;
}
#signup_2501 .top-signup-area-bottom {
  width: 100%;
  background-color: #f0f0f0;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0 0 20px 20px;
}
#signup_2501 .top-signup-area-bottom-text {
  font-size: 15px;
  color: #222;
  position: relative;
}
#signup_2501 .top-signup-area-bottom-text .sinup-point-msg {
  padding: 0.5rem 1rem;
  background: #fff;
  border-radius: 50px;
  font-size: clamp(0.75rem, 0.6667rem + 0.4167vw, 1rem);
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: -200%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  z-index: 1;
  white-space: nowrap;
  -webkit-animation: jump 3s infinite ease-in-out;
          animation: jump 3s infinite ease-in-out;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
#signup_2501 .top-signup-area-bottom-text .sinup-point-msg::after {
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  content: "";
  left: 50%;
  bottom: -10px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#signup_2501 .top-signup-area-bottom-text .sinup-point-msg::before {
  content: "8月31日まで";
  position: absolute;
  top: -35%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: clamp(0.5625rem, 0.5208rem + 0.2083vw, 0.6875rem);
  color: #fff;
  background: #0068B7;
  padding: 0.25rem 1rem;
  border-radius: 50px;
}
#signup_2501 .top-signup-area-bottom-text .sinup-point-msg span {
  color: #0068B7;
}
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate(-50%, -10%) scale(1, 1);
            transform: translate(-50%, -10%) scale(1, 1);
  }
  50% {
    -webkit-transform: translate(-50%, 0%) scale(1, 0.975);
            transform: translate(-50%, 0%) scale(1, 0.975);
  }
  100% {
    -webkit-transform: translate(-50%, -10%) scale(1, 1);
            transform: translate(-50%, -10%) scale(1, 1);
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translate(-50%, -10%) scale(1, 1);
            transform: translate(-50%, -10%) scale(1, 1);
  }
  50% {
    -webkit-transform: translate(-50%, 0%) scale(1, 0.975);
            transform: translate(-50%, 0%) scale(1, 0.975);
  }
  100% {
    -webkit-transform: translate(-50%, -10%) scale(1, 1);
            transform: translate(-50%, -10%) scale(1, 1);
  }
}
#signup_2501 .top-signup-btn-area {
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#signup_2501 .top-signup-btn-area .top-signup-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 1rem;
}
#signup_2501 .top-signup-btn-area .top-signup-btn:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#signup_2501 .top-signup-btn-area .top-signup-btn i {
  position: absolute;
  right: 0.5rem;
  font-size: 1rem;
  pointer-events: none;
}
#signup_2501 .top-signup-btn {
  background-color: #0068B7 !important;
  color: #fff;
  border-radius: 4px;
  font-size: 15px;
  width: 49%;
  padding: 4px 0;
}
#signup_2501 .top-signup-other-btn {
  background-color: #707070 !important;
}

@media screen and (max-width: 1099px) {
  #signup_2501 .pc-none {
    display: block;
  }
  #signup_2501 .top-signup-btn-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #signup_2501 .top-signup-btn {
    margin-bottom: 15px;
    width: 100%;
  }
}
#top_notice .top_notice_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
#top_notice .notice_item {
  min-height: 34px;
}
#top_notice .notice_item ul {
  padding: 0;
  margin: 0;
}
#top_notice .notice_item ul li:first-child {
  border-bottom: solid 1px #777;
}
#top_notice .notice_title {
  font-size: 14px;
  background-color: #777;
  color: #fff;
  font-weight: bold;
  border: 1px solid #777;
  border-radius: 4px 0 0 4px;
  min-width: 120px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#top_notice .notice_cont {
  background-color: #fff;
  border: 1px solid #777;
  border-radius: 0 4px 4px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#top_notice .notice_cont a,
#top_notice .notice_cont p {
  font-size: 14px;
  color: #777;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  padding-bottom: 4px;
  line-height: 1.25;
  font-weight: bold;
}
#top_notice .notice_cont a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 576px) {
  #top_notice .top_notice_wrapper {
    display: block;
    width: auto;
  }
  #top_notice .notice_item {
    min-height: 34px;
  }
  #top_notice .notice_title {
    text-align: center;
    border-radius: 4px 4px 0 0;
    min-width: none;
  }
  #top_notice .notice_cont {
    width: auto;
    border-radius: 0 0 4px 4px;
  }
}
#top-news-line2 {
  min-height: 650px;
  z-index: 1;
  position: relative;
}

.top-news-line2 h2,
.top-news-line2-ttl h2,
.top-news-list-ttl h3 {
  font-size: 1rem !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  line-height: 150% !important;
}

.top-news-topic-ttl h3 {
  font-size: 1.25rem !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  line-height: 150% !important;
}

.top-ranking-item {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  color: #222 !important;
}

@media screen and (max-width: 767px) {
  .top-news-line2 h2,
  .top-news-line2-ttl h2,
  .top-news-list-ttl h3 {
    font-size: 1rem !important;
    margin-top: 0 !important;
    line-height: 150% !important;
  }
  .top-news-topic-ttl h3 {
    font-size: 1.25rem !important;
    margin-top: 0 !important;
    line-height: 150% !important;
  }
}
.width-1200px {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1199px) {
  .width-1200px {
    width: 90%;
  }
}
@media screen and (max-width: 992px) {
  .width-1200px {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-slider {
  max-height: 117px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.top-slider.slick-initialized {
  opacity: 1;
}

#top-slider .top-slider {
  width: 100%;
  margin: 0 auto;
}
#top-slider .top-slider img {
  width: 100%;
}
#top-slider .top-slider .slick-slide {
  height: auto !important;
}
#top-slider .top-slider .slick-arrow {
  z-index: 2 !important;
}
#top-slider .top-slider .slick-next {
  right: 0 !important;
}
#top-slider .top-slider .slick-prev {
  left: 0 !important;
}
#top-slider .top-slider .slick-slide {
  margin-right: 10px !important;
  margin-left: 10px !important;
}
#top-slider .top-slider .slick-dots {
  top: 110%;
}
#top-slider .top-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: auto;
  height: 20px;
  margin: 0 5px !important;
}
#top-slider .top-slider .custom-dot {
  z-index: 9999;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  width: 50px;
  padding: 2px 12px;
  cursor: pointer;
  background-color: #777 !important;
  background-clip: padding-box;
  border-top: 6px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
#top-slider .top-slider .slick-active .custom-dot {
  opacity: 1 !important;
  background-color: #0068B7 !important;
}

@media screen and (max-width: 992px) {
  #top-slider {
    margin-bottom: 30px;
  }
  #top-slider .top-slider .custom-dot {
    padding: 1px 0px;
  }
}
@media screen and (max-width: 576px) {
  #top-slider .top-slider .slick-slide {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
}
#top-tab-btn .input-group {
  gap: 10px;
  z-index: 0;
}
#top-tab-btn {
  margin-top: 30px;
  margin-bottom: 30px;
}
#top-tab-btn a {
  font-size: 14px;
}

@media screen and (max-width: 1199px) {
  #top-tab-btn {
    width: 100%;
  }
  #top-tab-btn a {
    font-size: 11px !important;
  }
}
#body-top-all .body-top-all-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 992px) {
  #body-top-all .body-top-all-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#body-top-sub .body-top-sub-wrapper {
  margin-right: 25px;
}

@media screen and (max-width: 992px) {
  #body-top-sub .body-top-sub-wrapper {
    margin-right: 0;
    width: 50%;
    margin: 20px auto;
  }
}
@media screen and (max-width: 576px) {
  #body-top-sub .body-top-sub-wrapper {
    width: 90%;
  }
}
.clip-checked {
  border: 1px solid #0068B7 !important;
}

.accordion-button {
  width: auto;
}
.accordion-button::after {
  display: none;
}

/* アイコンを回転させる */
.rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

/* Bootstrap Icons の <i> タグをブロック要素にする */
.icon-container {
  display: inline-block;
  position: absolute;
  right: 10px;
}

.top-news-line2-minbx .accordion-button:not(.collapsed) {
  background-color: #0068B7 !important;
}
.top-news-line2-minbx .accordion-body {
  background-color: #0068B7;
  color: #fff;
}

#top-news-head {
  font-weight: normal;
  font-size: clamp(1.125rem, 0.9167rem + 1.0417vw, 1.75rem);
  border-left: solid 8px #0068B7;
  padding-left: 10px;
}

.top-news-line2-minbx-clip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  margin-left: auto;
}

.top-news-line2-minbx .top-news-line2-summary {
  font-size: 11px;
  color: #fff;
  background-color: #0068B7;
  border-radius: 25px !important;
  font-weight: normal;
  margin-right: 60px;
  padding: 0 30px;
}

.top-news-line2 a {
  font-size: 17px;
  font-weight: normal;
}

.position-clip {
  position: absolute;
  bottom: 5px;
  right: 0;
  z-index: 2;
}

.left-border {
  position: relative;
}
.left-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  right: 0;
  bottom: 0;
  border-left: 1px solid #ddd;
}

.pr-image-container {
  height: auto;
  aspect-ratio: 18/9;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}
.pr-image-container img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

.splide__track {
  padding: 10px !important;
}

.splide__slide {
  opacity: 0.8;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.splide__slide.is-active {
  opacity: 1;
  -webkit-box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.35) !important;
          box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.35) !important;
}
.splide__slide .splide__slide__txt {
  height: 100%;
  padding-bottom: 40px !important;
}
.splide__slide .splide__slide__txt .card-icon-wrapper,
.splide__slide .splide__slide__txt .card-play-wrapper {
  position: absolute;
  bottom: 10px;
  width: calc(100% - 2rem);
}

.pagination-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 200px;
  margin-left: auto;
}
.pagination-container button:disabled {
  background-color: #ddd;
  color: #fff;
}

.pagination-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ddd;
  background-color: #0068B7;
  color: #fff;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  padding: 0 40px;
  border-radius: 4px;
}
.pagination-btn:hover {
  background-color: #00AFEC;
}
.pagination-btn.active {
  background-color: #0068B7;
  color: #fff;
}
.pagination-btn.inactive {
  background-color: #ddd;
  color: #fff;
}

@media screen and (max-width: 992px) {
  .pagination-btn {
    padding: 2px 40px;
  }
}
#ai-recommend .ai-recommend-wrapper {
  margin: 20px;
}
#ai-recommend .section-ttl-wrapper {
  margin-bottom: 10px;
}
#ai-recommend .section-ttl-wrapper .loading-lead-text,
#ai-recommend .section-ttl-wrapper .loaded-lead-text {
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-bottom: 15px;
  padding: 0 15px;
}
#ai-recommend .glass {
  background-color: rgba(255, 255, 255, 0.2509803922);
}
#ai-recommend .section-ttl {
  text-align: center;
  color: #fff;
  font-size: 19px;
}
#ai-recommend .gradient-blue-purple {
  background: linear-gradient(135deg, #4a00e0, #5a00e0, #6a00e0, #7a00e0, #8e2de2, #9a10f0, #a020f0, #b030f0);
  padding-top: 15px;
  padding-bottom: 15px;
}
#ai-recommend #top-recommend-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  padding: 20px;
}
#ai-recommend #top-recommend-tag li {
  padding: 1px 15px 3px 15px;
  border: 1px solid #ddd;
  border-radius: 20px;
}
#ai-recommend #top-recommend-tag li a {
  font-size: 13px;
  color: #fff;
}
#ai-recommend #top-recommend-tag li .bi-chevron-down {
  font-size: 0.8em;
}
#ai-recommend .tag-as-title {
  color: #5c00e0;
  font-size: 25px;
  font-weight: normal;
  padding: 25px;
  padding-left: 25px;
  border-left: solid 2px #5c00e0;
  margin: 60px 0 30px 0;
}
#ai-recommend ul {
  padding: 0;
}
#ai-recommend ul li {
  border-bottom: 1px solid #ddd;
}
#ai-recommend ul li:hover {
  opacity: 0.7;
}
#ai-recommend .recommend-news-line-thumb {
  max-width: 100px;
  width: 100%;
}
#ai-recommend .recommend-news-line-thumb img {
  width: 100%;
}
#ai-recommend .ttl {
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 10px;
}
#ai-recommend .description {
  font-size: 14px;
  margin-bottom: 10px;
  color: #898989;
}
#ai-recommend .date {
  font-size: 13px;
  margin-bottom: 0;
  color: #898989;
}

#edetail_2312 {
  background-color: transparent;
}
#edetail_2312 .side-edetail-name,
#edetail_2312 .side-career-name {
  font-weight: bold;
  font-size: 18px;
  border-left: 5px solid #00AFEC;
  padding-left: 10px;
}

#top-edetail-area-new,
#top-career-area-new {
  margin-bottom: 15px;
}
#top-edetail-area-new .top-edetail-area-new-link,
#top-edetail-area-new .top-career-area-new-link,
#top-career-area-new .top-edetail-area-new-link,
#top-career-area-new .top-career-area-new-link {
  -webkit-box-shadow: 0 0 5px 0 #ddd;
          box-shadow: 0 0 5px 0 #ddd;
  margin: 15px auto;
  position: relative;
  background-color: #fff;
}
#top-edetail-area-new .top-edetail-area-new-link .chevron-position,
#top-edetail-area-new .top-career-area-new-link .chevron-position,
#top-career-area-new .top-edetail-area-new-link .chevron-position,
#top-career-area-new .top-career-area-new-link .chevron-position {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  color: #0068B7;
}
#top-edetail-area-new .top-edetail-area-new-link div:first-child,
#top-edetail-area-new .top-career-area-new-link div:first-child,
#top-career-area-new .top-edetail-area-new-link div:first-child,
#top-career-area-new .top-career-area-new-link div:first-child {
  width: 100%;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#0068B7), color-stop(50%, #00AFEC));
  background: linear-gradient(90deg, #0068B7 0%, #00AFEC 50%);
}
#top-edetail-area-new .top-edetail-area-new-link p,
#top-edetail-area-new .top-career-area-new-link p,
#top-career-area-new .top-edetail-area-new-link p,
#top-career-area-new .top-career-area-new-link p {
  font-weight: bold;
  font-size: 13px;
  padding: 10px 20px 10px 10px;
}
#top-edetail-area-new .top-edetail-area-new-link p span,
#top-edetail-area-new .top-career-area-new-link p span,
#top-career-area-new .top-edetail-area-new-link p span,
#top-career-area-new .top-career-area-new-link p span {
  font-size: 12px;
  color: #ED1C24;
}
#top-edetail-area-new a:hover,
#top-career-area-new a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#top-edetail-area-new .no-data,
#top-career-area-new .no-data {
  text-align: center;
  background: #efefef;
  padding: 0.5rem 0;
  margin: 1rem 0;
  font-size: 0.8rem;
}

@media screen and (max-width: 992px) {
  #side-edetail {
    width: 50%;
    margin: 20px auto;
  }
}
@media screen and (max-width: 576px) {
  #side-edetail {
    width: 90%;
  }
}
.top-quiz {
  max-width: 200px;
}
@media screen and (max-width: 992px) {
  .top-quiz {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.top-quiz .top-quiz-item {
  font-size: 14px;
}
.top-quiz .top-quiz-item:hover .top-wrap::after {
  -webkit-animation: coinjump 1.6s forwards ease-in-out;
          animation: coinjump 1.6s forwards ease-in-out;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  margin-bottom: -3px;
}
.top-quiz .top-quiz-item:hover .btm-wrap .quiz-cta {
  color: #fff;
  background: #D61B27;
}
.top-quiz .top-quiz-item .top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #DBDBDB;
  border-bottom: none;
  background-image: url(/assets/images/rensai/banners/com_kentei_bn_w720h150.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #efefef;
  background-position-x: 220%;
  position: relative;
}
.top-quiz .top-quiz-item .top-wrap::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url(/assets/images/commons/icon-point.gif);
  background-repeat: no-repeat;
  opacity: 0;
  top: -5%;
  left: 5%;
  z-index: 0;
}
@-webkit-keyframes coinjump {
  0% {
    -webkit-transform: scale(1, 1) translateY(0px);
            transform: scale(1, 1) translateY(0px);
    opacity: 0;
  }
  30% {
    -webkit-transform: scale(1, 0.6) translateY(0px);
            transform: scale(1, 0.6) translateY(0px);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(1, 1) translateY(-30px);
            transform: scale(1, 1) translateY(-30px);
  }
  70% {
    -webkit-transform: scale(1, 1) translateY(-30px);
            transform: scale(1, 1) translateY(-30px);
  }
  90% {
    -webkit-transform: scale(1, 0.6) translateY(0px);
            transform: scale(1, 0.6) translateY(0px);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0px);
            transform: scale(1, 1) translateY(0px);
    opacity: 1;
  }
}
@keyframes coinjump {
  0% {
    -webkit-transform: scale(1, 1) translateY(0px);
            transform: scale(1, 1) translateY(0px);
    opacity: 0;
  }
  30% {
    -webkit-transform: scale(1, 0.6) translateY(0px);
            transform: scale(1, 0.6) translateY(0px);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(1, 1) translateY(-30px);
            transform: scale(1, 1) translateY(-30px);
  }
  70% {
    -webkit-transform: scale(1, 1) translateY(-30px);
            transform: scale(1, 1) translateY(-30px);
  }
  90% {
    -webkit-transform: scale(1, 0.6) translateY(0px);
            transform: scale(1, 0.6) translateY(0px);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0px);
            transform: scale(1, 1) translateY(0px);
    opacity: 1;
  }
}
@media screen and (max-width: 1200px) {
  .top-quiz .top-quiz-item .top-wrap {
    background-position-x: right;
  }
}
.top-quiz .top-quiz-item .top-wrap .points {
  text-align: center;
  padding: 0.25rem 0.5rem;
  background: #D61B27;
  color: #fff;
  white-space: nowrap;
  -webkit-animation: quiz_point 1s infinite ease-in-out;
          animation: quiz_point 1s infinite ease-in-out;
  position: relative;
  z-index: 1;
}
@-webkit-keyframes quiz_point {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes quiz_point {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.top-quiz .top-quiz-item .btm-wrap {
  border: 1px solid #DBDBDB;
  border-top: none;
  padding: 0.5rem;
}
.top-quiz .top-quiz-item .btm-wrap .quiz-tit {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  color: #000;
}
.top-quiz .top-quiz-item .btm-wrap .quiz-tit span {
  color: #D61B27;
  font-weight: 500;
}
.top-quiz .top-quiz-item .btm-wrap .quiz-tit .quiz-new {
  font-size: 12px;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.top-quiz .top-quiz-item .btm-wrap .quiz-tit .quiz-date {
  font-size: 12px;
  color: #777;
  display: block;
  text-align: right;
}
.top-quiz .top-quiz-item .btm-wrap .quiz-cta {
  border: 2px solid #D61B27;
  color: #D61B27;
  font-weight: 700;
  padding: 0.25rem 0.5rem;
  font-size: 14px;
  display: block;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-quiz .list-all-wrap {
  text-align: right;
}
.top-quiz .list-all-wrap .list-all {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  padding-right: 15px;
}
.top-quiz .list-all-wrap .list-all:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-quiz .list-all-wrap .list-all::after {
  content: "";
  color: #D61B27;
  position: absolute;
  right: 0px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #D61B27;
  border-right: 2px solid #D61B27;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ==================== 記事一覧 ==================== */
.article-list-row {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#list_image img {
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
}
#list_image p {
  font-size: 14px;
}

@media screen and (min-width: 1300px) {
  #articleList_2312 {
    width: 790px;
    margin: 0 auto;
  }
}
.top-column-container {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

/* ==================== パンくず ==================== */
#breadcrumb {
  max-width: 1280px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  overflow-x: scroll;
  min-height: 34px;
  font-size: 12px;
  color: #222;
  margin: 0 auto 5px auto !important;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#breadcrumb::-webkit-scrollbar {
  display: none;
}
#breadcrumb a {
  text-decoration: underline !important;
}
#breadcrumb a:hover {
  color: #0068B7 !important;
}
#breadcrumb li {
  display: inline;
}
#breadcrumb li a:hover {
  text-decoration: underline;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#breadcrumb li:not(:first-child)::before {
  content: ">";
  padding: 8px;
}

@media screen and (max-width: 1023px) {
  #breadcrumb {
    padding: 6px 10px 10px 10px !important;
  }
}
/* ==================== ページネーション ==================== */
#list-pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
}

.flex-wrap-enabled {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#list-pagenation button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ddd;
  width: 46px;
  height: 46px;
  background-color: #fff;
}
#list-pagenation button:hover {
  color: #fff;
  background-color: #00AFEC;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#pagenation-center,
#list_pagenation_all,
#list_pagenation_news,
#list_pagenation_rensai {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#list-pagenation button.active {
  background-color: #0068B7;
  color: #fff;
  border: 1px solid #0068B7;
  cursor: default !important;
}
#list-pagenation button.disabled {
  background-color: #ddd;
  cursor: default !important;
}
#list-pagenation button.omission {
  cursor: default !important;
}
#list-pagenation button.disabled:hover {
  color: initial;
  -webkit-transition: none;
  transition: none;
}
#list-pagenation button.omission:hover {
  background-color: initial;
  color: initial;
  -webkit-transition: none;
  transition: none;
}

@media screen and (max-width: 576px) {
  #list-pagenation {
    font-size: 10px;
  }
  #list-pagenation button {
    width: 25px;
    height: 35px;
  }
  #list-pagenation button:first-child, #list-pagenation button:last-child {
    width: 45px !important;
  }
  .flex-item-first {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
    width: 70px !important;
    margin-top: 0 !important;
  }
  .flex-item-end {
    width: 70px !important;
    margin-top: 0 !important;
  }
}
/* ==================== 記事一覧ページ ==================== */
/* ==================== ドクアイサイドバー ==================== */
#side-doceye-wrap a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}

.side-doceye-head {
  width: 100%;
  background-color: #fff;
  font-weight: bold;
}

.side-doceye-card {
  width: 100%;
  background-color: #fff;
}

.side-doceye-department {
  font-weight: bold;
  font-size: 16px;
}
.side-doceye-department span:first-child {
  font-size: 14px;
  color: #ccc;
  margin-left: 10px;
}
.side-doceye-department span:last-child {
  color: #222;
  font-size: 12px;
  font-weight: normal;
}

.side-doceye-img img {
  max-width: 100%;
  border-radius: 100px;
}

.side-doceye-text p:first-child {
  font-weight: bold;
  font-size: 18px;
}
.side-doceye-text p:last-child {
  font-size: 14px;
  color: #777;
}
.side-doceye-text p {
  margin-bottom: 0 !important;
}

.side-doceye-link {
  font-weight: bold;
  text-align: right;
}
.side-doceye-link::after {
  content: "▶";
  color: #0068B7;
  margin-left: 8px;
}

@media screen and (max-width: 1500px) {
  .side-doceye-text p:first-child {
    font-size: 18px;
  }
  .side-doceye-text p:last-child {
    font-size: 12px;
  }
  .side-doceye-link {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1025px) {
  .side-doceye-department {
    font-size: 16px;
  }
  .side-doceye-department span:first-child {
    font-size: 12px;
  }
  .side-doceye-text p:first-child {
    font-size: 16px;
  }
  .side-doceye-text p:last-child {
    font-size: 12px;
  }
  .side-doceye-link {
    font-size: 11px;
  }
}
/* ==================== ドクアイサイドバーここまで ==================== */
/* ==================== 個別記事ページ ==================== */
#article_vision_banner img {
  max-width: 100%;
  -webkit-box-shadow: 0px 0px 5px 0px #bfbfbf;
          box-shadow: 0px 0px 5px 0px #bfbfbf;
}
#article_vision_banner a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.article_body_text {
  max-width: 100%;
}
.article_body_text p {
  overflow-wrap: break-word;
}
.article_body_text a {
  color: #0068B7 !important;
  text-decoration: underline !important;
}

#article {
  background-color: #fff;
}

#article-text img {
  max-width: 100% !important;
  width: auto;
  height: auto;
}

#article_comment,
.reference_btn,
#article_referense_txt,
#article-clip {
  font-size: 14px;
}

#article_title {
  font-size: 28px;
  font-weight: bold;
}

#article_subtitle {
  font-size: 20px;
  font-weight: bold;
}

.article-info {
  color: #777 !important;
}
.article-info p {
  color: #777 !important;
}

#article_comment,
.reference_btn,
#article-clip {
  border: 1px solid #777;
  color: #777;
}

#article_comment:hover,
.reference_btn:hover,
#article-clip:hover {
  background-color: #00AFEC;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: #fff 1px solid;
}

.reference_btn[disabled] {
  background-color: #ddd;
}

#article-text p {
  color: #222;
  line-height: 190%;
}
#article-text h3 {
  color: #222;
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 20px;
}
#article-text h4 {
  color: #222;
  margin-top: 40px;
  font-size: 18px;
}

.article-info svg {
  margin-bottom: 3px;
  margin-right: 5px;
}

.article-icon-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article-clip .tooltip-top .tooltiptext {
  bottom: auto;
  left: auto;
  font-size: 14px;
}

#article-sns-share a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#article-sns-share .tooltip-top .tooltiptext {
  width: auto;
  bottom: auto;
  left: auto;
  font-size: 14px;
}

#article-image img, #list_image img {
  max-width: 100%;
}

#related_article img {
  width: 100%;
}
#related_article a {
  color: #777;
}
#related_article a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.related-article-card {
  border-radius: 8px;
  border: 1px solid #ddd;
}

.related-text {
  font-size: 14px;
}

.related_new_category {
  font-size: 14px;
  color: #bbb;
}

#articles_all_link {
  padding: 0 !important;
}

#cmnt_rank_tab {
  margin-right: 10px;
}

#cmnt_new_tab {
  margin-left: 10px;
}

#comment-tab {
  margin-bottom: -1px;
}
#comment-tab li button {
  font-size: 16px;
  font-weight: bold;
  color: #0068B7 !important;
}
#comment-tab .nav-link.active {
  background-color: #fff !important;
  border-bottom: 0 !important;
}
#comment-tab .nav-link {
  border: 1px solid #ddd;
  border-radius: 4px 4px 0 0 !important;
}

#comment_area {
  background-color: #f0f0f0;
  margin: 0 auto !important;
}

.comment-notice {
  font-size: 15px;
  color: #ED1C24;
}

.comment-card-body {
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #ddd !important;
}

#cmnt_new_list article:last-child .comment-card-body,
#cmnt_fav_list article:last-child .comment-card-body {
  border-bottom: 0 !important;
}

.comment-tab-content {
  background-color: #fff;
  border: 1px solid #ddd;
}

.article-comment {
  font-size: 14px;
  color: #777 !important;
}
.article-comment button {
  margin-left: auto;
}

.comment-empathy {
  color: #ED1C24;
  border: 1px solid #ED1C24;
  border-radius: 25px;
}
.comment-empathy svg {
  margin-right: 5px;
  margin-bottom: 2px;
}
.comment-empathy:hover {
  background-color: #ED1C24;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.empathy-checked {
  background-color: #ED1C24;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-link {
  background: none !important;
  margin-right: 10px;
  border-radius: 6px !important;
  cursor: pointer;
}
.page-link:hover {
  background-color: #00AFEC !important;
  color: #fff !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#select_name .btn-check + .btn:hover,
#select_face .btn-check + .btn:hover {
  background-color: #00AFEC !important;
  color: #fff !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-item-txt.disabled > a {
  cursor: default;
  color: #999 !important;
}

.page-item-int.disabled-page > a {
  cursor: default;
  color: #fff;
  background-color: #0068B7 !important;
  border: 0;
}

.entry-cmt-notice {
  font-size: 14px;
  line-height: 180%;
}

#select_name .btn-check:checked + .btn,
#select_face .btn-check:checked + .btn {
  background-color: #0068B7 !important;
  color: #fff !important;
}

#select_name .btn-check + .btn,
#select_face .btn-check + .btn {
  border: 1px solid #ddd !important;
  background-color: #fff !important;
}

#cmnt_cmnt {
  background-color: #fff !important;
}

#comment-submit {
  width: 35%;
  background-color: #0068B7 !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px !important;
}
#comment-submit:hover {
  background-color: #00AFEC !important;
}
#comment-submit svg {
  margin-right: 10px;
  margin-bottom: 5px;
}

#comment-ban {
  font-size: 16px;
  font-weight: bold;
}
#comment-ban span {
  color: #0068B7;
}
#comment-ban:hover {
  color: #0068B7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.continue-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(33%, #fff), to(#ffffff));
  background: linear-gradient(to bottom, transparent 0%, #fff 33%, #ffffff 100%);
  margin-top: -15%;
  padding: 15% 0 10% 0;
}
@media screen and (max-width: 700px) {
  .continue-login {
    padding: 25% 0 0 0;
    margin-top: -25%;
  }
}
.continue-login h5 {
  color: #222;
  font-weight: bold;
  line-height: 190%;
  font-size: clamp(1.125rem, 1rem + 0.625vw, 1.5rem);
  text-align: center;
}
.continue-login .login-btn {
  color: #fff;
  background: #0068B7;
  padding: 1rem;
  max-width: 380px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.125);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.125);
  border-top: 5px solid transparent;
  border-bottom: 5px solid #094675;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  outline: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.continue-login .login-btn:hover {
  -webkit-transform: translateY(5px) scale(0.99);
          transform: translateY(5px) scale(0.99);
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
          box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  border-bottom: 5px solid transparent;
}

#article-signup {
  background-color: #f8cbad;
}

.article-signup-ttl {
  border-bottom: solid 5px #ed7d31;
  font-size: 24px;
}
.article-signup-ttl span {
  color: #ED1C24;
}

.article-signup-txt p:first-child {
  font-weight: bold;
  font-size: 22px;
}
.article-signup-txt p:nth-child(2) span {
  font-weight: bold;
  font-size: 20px;
  color: #ED1C24;
}

.article-signup-list {
  background-color: #fff;
  font-size: 14px;
  line-height: 180%;
  border-radius: 8px;
}
.article-signup-list ul li {
  list-style: disc;
}

.article-signup-btn {
  width: 70%;
  margin: 0 auto;
}
.article-signup-btn p:first-child {
  font-size: 22px;
  font-weight: bold;
  color: #ED1C24;
}
.article-signup-btn a p {
  font-size: 16px !important;
  color: #fff !important;
  font-weight: bold;
}
.article-signup-btn a p:hover {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  color: #ed7d31 !important;
  border: 1px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.article-signup-btn-doc {
  position: relative;
  background-color: #ed7d31;
  border: 1px solid #d36015;
}

.article-signup-btn-login {
  position: relative;
  background-color: #f4b183;
  border: 1px solid #d36015;
}

.article-signup-btn-doc i,
.article-signup-btn-login i {
  position: absolute;
  right: 10px;
}

.article-signup-btn-other {
  color: #0068B7 !important;
  text-decoration: underline;
}
.article-signup-btn-other:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mosaic_comment {
  font-size: 16px;
  color: #ED1C24;
  font-weight: bold;
}

.comment-point img {
  max-width: 100%;
}

#article_wrap {
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 576px) {
  .related-title {
    font-size: 13px;
  }
  .related-text {
    font-size: 11px;
  }
}
@media screen and (min-width: 1300px) {
  #article_wrap {
    width: 720px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 992px) {
  #article_wrap {
    width: 90%;
  }
  #article_title {
    font-size: 22px;
  }
  #article_subtitle {
    font-size: 16px;
  }
  #entry_body {
    font-size: 14px;
  }
  #article_comment,
  .reference_btn,
  #article_referense_txt,
  #article-clip {
    font-size: 10px;
  }
  .article-comment {
    font-size: 12px;
  }
  .article-comment span {
    font-size: 10px;
  }
  .comment-empathy {
    width: 100%;
    font-size: 12px;
  }
  .page-link {
    font-size: 10px;
    margin-right: 4px;
  }
  .entry-cmt-notice {
    font-size: 12px;
  }
  #select_face label {
    font-size: 12px !important;
    width: calc(33.3333333333% - 5px) !important;
    margin-bottom: 15px;
  }
  #comment-submit,
  .related-article-card {
    width: 100%;
  }
  .article-signup-btn {
    width: 90%;
  }
  .article-signup-btn p:first-child {
    font-size: 18px;
  }
}
/* 記事内キャンペーン告知リンク */
.article-canmaign-link-rensai,
.article-canmaign-link-news {
  color: #ED1C24;
}

.article-canmaign-link-rensai div:first-child {
  background-color: #ED1C24;
  color: #fff;
  text-align: center;
  border-radius: 25px;
}
.article-canmaign-link-rensai div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.article-canmaign-link-rensai a {
  text-decoration: underline !important;
  color: #ED1C24 !important;
}

.article-canmaign-link-news div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.article-canmaign-link-news a {
  text-decoration: underline !important;
  color: #ED1C24 !important;
  color: #fff !important;
  background-color: #ED1C24;
  padding: 8px;
  border-radius: 25px;
  display: block;
  text-align: center;
}

@media screen and (max-width: 576px) {
  .article-canmaign-link-rensai a {
    font-size: 12px;
  }
  .article-canmaign-link-rensai div:first-child {
    width: 100%;
  }
  .article-canmaign-link-news a {
    width: 100%;
  }
}
#author-wrapper {
  max-width: 720px;
  margin: 30px auto;
  background-color: #edf4fc;
  border-radius: 10px;
  padding: 40px;
}
#author-wrapper .author-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#author-wrapper .author-info {
  margin-right: 16px;
  line-height: 130%;
}
#author-wrapper .author-name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 4px;
}
#author-wrapper .author-affiliation {
  padding-bottom: 12px;
  border-bottom: 1px dotted #777;
}
#author-wrapper .author-name span,
#author-wrapper .author-affiliation {
  font-size: 14px;
}
#author-wrapper .author-biography {
  margin-top: 20px;
  line-height: 170%;
}
#author-wrapper .author-img {
  width: 130px;
  height: 100%;
}
#author-wrapper .author-info {
  width: 100%;
}
#author-wrapper .author-name {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
#author-wrapper .author-space {
  margin: 50px;
}

/* ここからSP */
@media screen and (max-width: 575px) {
  #author-wrapper .author-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #author-wrapper .author-img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin: 0 auto;
  }
  #author-wrapper {
    padding: 30px 18px;
  }
  #author-wrapper .author-name {
    font-size: 20px;
    margin-top: 8px !important;
    margin-bottom: 0 !important;
  }
  #author-wrapper .author-name span {
    font-size: 12px;
  }
  #author-wrapper .author-affiliation {
    font-size: 12px;
  }
  #author-wrapper .author-info {
    width: 100%;
  }
}
/* 仮のスペース */
.page-webinar-archive #news_list .top-news-topic-right {
  position: relative;
}
.page-webinar-archive #news_list .top-news-topic-right::before {
  content: "";
  position: absolute;
  -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.8));
          filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.8));
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #fff;
  border-right: 0 solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  margin-left: 3px;
}
.page-webinar-archive #news_list .top-news-topic-right::after {
  content: "";
  position: absolute;
  width: 75px;
  height: 75px;
  -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.8));
          filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.8));
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 5px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  border-radius: 100px;
}

@media (max-width: 680px) {
  .page-webinar-archive #news_list .top-news-topic-right::before {
    -webkit-transform: translate(-50%, -50%) scale(0.4);
            transform: translate(-50%, -50%) scale(0.4);
  }
  .page-webinar-archive #news_list .top-news-topic-right::after {
    -webkit-transform: translate(-50%, -50%) scale(0.4);
            transform: translate(-50%, -50%) scale(0.4);
  }
}
#comment_empathy_program {
  background-color: #faebd7;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 15px -5px #777;
          box-shadow: 0px 0px 15px -5px #777;
}

.flat-triangle {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 10px solid #333;
  border-bottom: 0;
  margin: 0 15px;
}

.empathy_ttl {
  font-size: 24px;
  font-weight: bold;
  color: #ff4500;
}

.empathy_flow {
  width: 90%;
  margin: 0 auto;
}

.empathy_flow_text {
  padding: 8px;
  background-color: #fff;
  border-radius: 8px;
}
.empathy_flow_text span {
  font-weight: bold;
  color: #ED1C24;
  border-bottom: 2px dashed #ED1C24;
}

.empathy_notice {
  width: 80%;
  text-align: left;
  margin: 0 auto;
  line-height: 160%;
  color: #222;
  font-size: 13px;
}

@media screen and (max-width: 576px) {
  .empathy_ttl {
    font-size: 16px;
  }
  .empathy_flow,
  .empathy_notice {
    width: 95%;
  }
  .empathy_flow_text {
    font-size: 13px;
  }
}
.article_popup {
  position: fixed;
  bottom: 70px;
  right: -100%;
  width: 300px;
  z-index: 1000;
  -webkit-transition: right 1s ease;
  transition: right 1s ease;
  font-weight: bold;
}

.popup_slide_in {
  right: 50px;
}

.close-button {
  cursor: pointer;
  font-size: 20px;
  color: #888;
  text-align: right;
  margin-bottom: 0;
}
.close-button:hover {
  color: #f00;
}

.article_popup.hidden {
  visibility: hidden;
  opacity: 0;
}

.popup_content .popup_content_text {
  padding: 0 20px 20px 20px;
}
.popup_content .popup_content_text a div {
  text-align: center;
  padding: 10px;
  border-radius: 50px;
  background-color: #fff;
  color: #0068B7;
  font-size: 14px;
}
.popup_content .popup_content_text a div:hover {
  background-color: #EA8700;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.popup_banner img {
  max-width: 100%;
}
.popup_banner a:hover {
  opacity: 0.9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 992px) {
  .article_popup {
    text-align: center;
    top: 60px;
    width: 90%;
    right: -100%;
    -webkit-transition: right 0.5s ease;
    transition: right 0.5s ease;
  }
  .popup_slide_in {
    top: 20px;
    right: 5%;
  }
}
.text-bg-danger {
  color: #fff !important;
}

#top-edetail-area-new, #top-career-area-new {
  margin-bottom: 15px;
}
#top-edetail-area-new a:hover, #top-career-area-new a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-edetail-area-new-link, .top-career-area-new-link {
  -webkit-box-shadow: 0 0 5px 0 #ddd;
          box-shadow: 0 0 5px 0 #ddd;
  margin: 15px auto;
  background-image: url("/assets/images/commons/new_arrow_01.png");
  background-repeat: no-repeat;
  background-position: right 5px center;
}
.top-edetail-area-new-link div:first-child, .top-career-area-new-link div:first-child {
  width: 100%;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#0068B7), color-stop(50%, #00AFEC));
  background: linear-gradient(90deg, #0068B7 0%, #00AFEC 50%);
}
.top-edetail-area-new-link p, .top-career-area-new-link p {
  font-weight: bold;
  font-size: 13px;
  padding: 10px 20px 10px 10px;
}
.top-edetail-area-new-link p span, .top-career-area-new-link p span {
  font-size: 12px;
  color: #ED1C24;
}

#serch_container {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#serch_input {
  width: 300px;
  height: 500px;
}

.serch_input_head {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.serch_input_word input {
  width: 100%;
  border-radius: 4px;
  background-color: #f0f0f0;
  padding: 5px;
  border: 0;
}

.serch_input_number label {
  text-align: center;
  border-radius: 4px;
  background-color: #f0f0f0;
  padding: 5px;
  border: 0;
}
.serch_input_number input:checked {
  background-color: #0068B7;
  color: #fff;
}
.serch_input_number label:hover {
  background-color: #00AFEC !important;
  color: #fff !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.search_input_parts {
  margin-bottom: 28px;
}
.search_input_parts > p {
  color: #777;
}

.serch_input_button {
  background-color: #EA8700;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}
.serch_input_button:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#search_list {
  width: calc(100% - 320px);
}

.search_list_sort {
  width: 270px;
  margin-left: auto;
}
.search_list_sort div {
  width: 130px;
  background-color: #f0f0f0;
  color: #777;
  font-weight: bold;
  text-align: center;
  padding: 2px;
  border-radius: 4px;
  font-size: 14px;
}
.search_list_sort div:first-child {
  margin-right: 10px;
}

.search_list_sort_active {
  color: #fff !important;
  background-color: #0068B7 !important;
}

.search_list_sort_notactive:hover {
  cursor: pointer;
  background-color: #00AFEC;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.serch_input_number select {
  background-color: #0068B7;
  color: #fff;
  width: 100%;
  padding: 3px;
  border-radius: 4px;
}

.search-list-item {
  height: 600px;
}

#serch_nohit {
  width: 90%;
  margin: 45px auto !important;
}

#serch_container .accordion-button {
  border: 0 !important;
}
#serch_container .accordion-button:not(.collapsed) {
  background-color: #fff !important;
}
#serch_container .accordion-button::after {
  background-image: none !important;
  content: "▼";
  color: #0068B7;
}

@media screen and (min-width: 768px) {
  #serch_container .accordion-button {
    padding: 0 !important;
  }
  #serch_container .accordion-button::after {
    display: none;
  }
  #serch_container .accordion .accordion-collapse {
    display: block !important;
    height: auto !important;
  }
  #serch_container .accordion-button {
    pointer-events: none;
  }
  #serch_container .accordion-body {
    padding: 0 !important;
  }
}
@media screen and (max-width: 1600px) {
  #serch_container {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  #serch_container {
    display: block;
  }
  #search_list {
    width: 95%;
    margin: 30px auto;
  }
  #serch_input {
    width: 90%;
    height: auto;
    margin: 0 auto 50px !important;
    border: solid 1px #ddd;
    -webkit-box-shadow: 0 0 5px 0 #ddd;
            box-shadow: 0 0 5px 0 #ddd;
  }
  .search-title {
    font-size: 18px;
  }
}
/* 動画記事テンプレート */
.article_movie_template_2025_container a {
  text-decoration: none !important;
}

.article_movie_template_2025_image {
  margin: 35px auto;
  width: 100%;
  text-align: center;
}
.article_movie_template_2025_image img {
  max-width: 100%;
}

.article_movie_template_2025_button_insert {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  background-color: #EA8700;
}
.article_movie_template_2025_button_insert p {
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
}
.article_movie_template_2025_button_insert p::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("https://asset.mtweb.jp/rensai/play_btn.png");
  background-size: cover;
  margin-right: 8px;
  margin-bottom: 4px;
  vertical-align: middle;
}

.article_movie_template_2025_button {
  width: 400px;
  margin: 50px auto 75px;
}

.article_movie_template_2025_image img:hover,
.article_movie_template_2025_button:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.article_movie_template_2025_table {
  width: 75%;
  margin: 50px auto;
}
.article_movie_template_2025_table table {
  width: 100%;
}
.article_movie_template_2025_table table tr td {
  padding: 12px 20px;
}
.article_movie_template_2025_table table tr td:first-child {
  width: 150px;
  text-align: center;
  font-weight: bold;
  background-color: #00AFEC;
  color: #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.article_movie_template_2025_table table tr td:last-child {
  background-color: #dfeaec;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

@media screen and (max-width: 576px) {
  .article_movie_template_2025_image {
    width: 95%;
  }
  .article_movie_template_2025_button_insert {
    font-size: 18px;
    width: auto;
  }
  .article_movie_template_2025_button {
    width: 95%;
  }
  .article_movie_template_2025_table {
    width: 95%;
    margin: 50px auto;
  }
  .article_movie_template_2025_table table tr td:first-child {
    width: 90px;
    font-size: 14px;
  }
  .article_movie_template_2025_table table tr td:last-child {
    font-size: 14px;
  }
}
/* 動画記事テンプレートここまで */
/* ====================会員登録ページ==================== */
.form-control:disabled,
.form-select:disabled {
  background-color: #ccc !important;
}

.register_induction a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  #register_notice {
    text-align: left !important;
  }
}
/* 下部固定 */
.fixed-bottom-item {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

/* スピナー */
#spinner_municipalities_doctor,
#spinner_streetaddress_doctor,
#spinner_facility_doctor {
  top: 20%;
  left: 25px;
}

/* プログレスバー */
.progress-container {
  -webkit-box-shadow: 0px -15px 15px -15px rgba(0, 0, 0, 0.25);
          box-shadow: 0px -15px 15px -15px rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 0.9);
}

.progress {
  height: 25px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.progress-bar {
  background-color: #0068B7;
}

/* ステップバー */
#step-bar {
  position: relative;
  margin: 16px auto 0 !important;
}
#step-bar div {
  background-color: #f0f0f0;
  color: #ccc;
}
#step-bar div:first-child {
  border-radius: 5px 0 0 5px;
}
#step-bar div:nth-child(2) {
  border-right: 1px solid #ccc;
}
#step-bar div:last-child {
  border-radius: 0 5px 5px 0;
}
#step-bar .step-bar-active {
  background-color: #0068B7;
  color: #fff;
}
#step-bar .step-bar-border {
  border-right: 2px solid #fff !important;
}

.triangle-right {
  position: relative;
}
.triangle-right::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
  border-left: 11px solid #0068B7;
  z-index: 1000;
}

/* ボタン類 */
.submit-btn {
  position: relative;
}
.submit-btn::after {
  content: "▶";
  color: #fff;
  position: absolute;
  top: 50%;
  right: 15%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tostep-btn {
  color: #fff;
  background-color: #0068B7;
  border: 0;
}

.tostep-btn-inactive {
  color: #999;
  background-color: #ccc;
  border: 0;
  cursor: not-allowed !important;
}

.tostep-btn:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #20a4da !important;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}

.toback-btn {
  background-color: #ccc;
  border: 0;
}
.toback-btn:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff !important;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}

/* ラジオボタン */
.btn-check:checked + .btn {
  background-color: #0068B7 !important;
}

/* 郵便番号検索ボタン */
#autoFillButton {
  cursor: pointer;
}
#autoFillButton:hover {
  opacity: 0.7 !important;
  -webkit-transition: 0.5s !important;
  transition: 0.5s !important;
}

.disabled-button {
  background: #ccc !important;
  cursor: default !important;
}

/* アコーディオン調整 */
.accordion-button:not(.collapsed) {
  background-color: #fff !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.accordion {
  --bs-accordion-border-color: 0 !important;
}

.accordion-button {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border: 2px solid #f0f0f0;
}

/* 入力部分調整 */
.form-control,
.form-select {
  background-color: #f0f0f0;
}

/* 必須マーク */
.required::after,
.required_b::before {
  content: "*";
  color: red;
}

/* 規約エリア */
.term_araea {
  margin-top: 50px !important;
}

/* 確認画面 */
.confirm-container {
  background-color: #f0f0f0;
}

/* 送信完了画面 */
.signup-thanks-ttl {
  font-size: 17px;
  color: #20a4da;
  font-weight: bold;
  font-size: 16px;
}

.signup-thanks-mail {
  border: 2px solid #00AFEC;
  border-radius: 5px;
}

.signup-thanks-notice {
  background-color: #f0f0f0;
  line-height: 160%;
  font-size: 14px;
}
.signup-thanks-notice li {
  text-align: left;
}
.signup-thanks-notice li a {
  text-decoration: underline;
}

/* ボタン類 */
.submit-btn {
  position: relative;
}
.submit-btn::after {
  content: "▶";
  color: #fff;
  position: absolute;
  top: 50%;
  right: 27%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.reissue-body {
  margin-top: 50px;
}

#auth_2312 {
  margin-top: 50px;
}
#auth_2312 h2 {
  color: #00AFEC;
}

.auth-btn {
  width: 50%;
  background-color: #0068B7;
  color: #fff;
  border-radius: 5px;
}
.auth-btn:hover {
  background-color: #00AFEC;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .submit-btn::after {
    right: 18%;
  }
  .auth-btn {
    width: 90%;
  }
}
.tostep-btn {
  color: #fff;
  background-color: #0068B7;
  border: 0;
}

.tostep-btn-inactive {
  color: #999;
  background-color: #ccc;
  border: 0;
  cursor: not-allowed !important;
}

.tostep-btn:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #20a4da !important;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}

.toback-btn {
  background-color: #ccc;
  border: 0;
}
.toback-btn:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff !important;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}

#mypg-menu ul {
  width: 300px;
}

/* 会員登録ページここまで */
/* ==================== マイページ ==================== */
#mypg-header {
  border-bottom: 1px solid #ddd;
}

.mypg-ttl,
.mypg-point-now {
  color: #0068B7;
}

.mypg-sub-ttl {
  border-bottom: 1px solid #ddd;
}

#mypg-topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
#mypg-topic div:first-child {
  background-color: #fff;
  color: #ED1C24;
  font-weight: bold;
  border: 1px solid #ED1C24;
  border-radius: 4px 0 0 4px;
}
#mypg-topic div:last-child {
  background-color: #ED1C24;
  color: #fff;
  border: 1px solid #ED1C24;
  border-radius: 0 4px 4px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#mypg-topic div:last-child a {
  color: #fff !important;
  text-decoration: underline;
}
#mypg-topic div:last-child a:hover {
  color: #00AFEC !important;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}

@media screen and (max-width: 576px) {
  #mypg-topic {
    display: block;
    width: auto;
  }
  #mypg-topic div:first-child {
    text-align: center;
    border-radius: 4px 4px 0 0;
  }
  #mypg-topic div:last-child {
    width: auto;
    border-radius: 0 0 4px 4px;
  }
  #mypg-topic div:last-child a {
    font-size: 12px;
  }
}
.mypg-left-container {
  width: 720px;
  margin: 0 auto;
}

#mypage_accordion {
  font-weight: bold;
}
#mypage_accordion:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#mypage_accordion::after {
  content: "";
  color: #0068B7;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #0068B7;
  border-right: 2px solid #0068B7;
  -webkit-transform: rotate(135deg) translateY(6px);
          transform: rotate(135deg) translateY(6px);
  margin-left: 8px;
}
#mypage_accordion .dropdown-toggle[aria-expanded=true] {
  color: #fff;
  background-color: #0068B7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mypg-menu-link {
  background-color: #fff;
}
.mypg-menu-link .dropdown-menu {
  border: 0 !important;
}
.mypg-menu-link a,
.mypg-menu-link button {
  background-color: #fff;
}
.mypg-menu-link a:hover,
.mypg-menu-link button:hover {
  color: #fff;
  background-color: #0068B7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: -1px;
  -webkit-animation: slideInDown 0.3s ease forwards;
          animation: slideInDown 0.3s ease forwards;
}
.dropdown-menu.slideOutUp {
  -webkit-animation: slideOutUp 0.3s ease forwards;
          animation: slideOutUp 0.3s ease forwards;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
}
.mypg-point {
  color: #fff;
  background-color: #0068B7;
  border: 1px solid #0068B7;
}
.mypg-point:hover {
  color: #fff;
  background-color: #00AFEC;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #00AFEC;
}

#mypg-right-menu.mypg-right-menu {
  font-size: 16px !important;
}
#mypg-right-menu a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.seminar-link {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.seminar-link:hover {
  color: #0068B7 !important;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}

.mypg-link-read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mypg-link-read .notread {
  font-size: 12px;
  color: #ED1C24;
  border: 1px solid #ED1C24;
  margin-right: 5px;
  font-weight: bold;
  text-align: center;
  width: 40px;
}
.mypg-link-read .read {
  font-size: 11px;
  color: #777;
  border: 1px solid #777;
  margin-right: 5px;
  text-align: center;
  width: 40px;
}

.mypg-link-ttl {
  font-weight: bold;
  font-size: 14px;
}

.mypg-link-info {
  font-size: 13px;
  color: #777;
}

.mypg-link-txt {
  border-bottom: 1px solid #ddd !important;
}

/* クリップ記事リスト */
.mypg-clip-list-ttl {
  font-size: 18px !important;
  margin-bottom: 20px !important;
}

/* コメントリスト */
.comment-list-l {
  width: 80%;
}

.comment-list-r {
  width: 19%;
}

.comment-list-ttl {
  font-weight: bold;
  font-size: 16px;
}

.comment-list-txt {
  font-size: 13px;
  color: #777;
}

.comment-list-lead span {
  color: #0068B7 !important;
  border: 1px solid #0068B7;
}

.comment-list-text {
  font-weight: bold;
  font-size: 14px;
}
.comment-list-text span {
  font-size: 13px;
  color: #777;
  font-weight: normal;
}

.comment-list-body {
  border-bottom: 1px solid #ddd;
}

.comment-list-good {
  border: 1px solid #ED1C24;
  color: #ED1C24;
}

#load-more-btn {
  font-weight: bold;
  font-size: 14px;
  background-color: #00AFEC;
  color: #fff;
  width: 30%;
  margin: 0 auto;
  cursor: pointer;
}
#load-more-btn:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* ポイント交換 */
#mypg-exchange a {
  text-decoration: underline;
}

#mypg-exchange-point,
#mypg-exchange-flow,
#mypg-exchange-select,
#mypg-exchang-history {
  background-color: #fff;
}

.mypg-point-service {
  width: calc(33.3333333333% - 12px);
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.mypg-point-btn {
  width: 80%;
  background-color: #0068B7;
  color: #fff;
  font-weight: bold;
}
.mypg-point-btn:hover {
  background-color: #00AFEC;
  color: #fff;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mypg-pointhistory-notice li {
  color: #ED1C24 !important;
  font-size: 13px;
}

.mypg-point-exchange-wrapper {
  height: 450px;
  margin: 0 auto;
  overflow-y: scroll;
  padding: 10px;
}
.mypg-point-exchange-wrapper .card-title {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
.mypg-point-exchange-wrapper .card-point {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  text-align: right;
  padding-left: 20px;
}
.mypg-point-exchange-wrapper .card-point-blue {
  color: #0068B7;
}
.mypg-point-exchange-wrapper .card-point-red {
  color: #E60000;
}
.mypg-point-exchange-wrapper .card-point-yellow {
  color: #DAA520;
}
.mypg-point-exchange-wrapper .card-status,
.mypg-point-exchange-wrapper .card-date {
  color: #999;
  font-size: 11px;
  font-weight: normal;
}
.mypg-point-exchange-wrapper .card-button {
  max-width: 140px;
  width: 100%;
  padding-left: 20px;
}
.mypg-point-exchange-wrapper .card-button a {
  display: block;
  padding: 8px;
  font-size: 15px;
  font-weight: bold;
  background: #0068B7;
  border-radius: 5px;
  color: #fff;
  text-decoration: none !important;
  text-align: center;
}
.mypg-point-exchange-wrapper .card-normal {
  margin-bottom: 11px;
  padding: 15px;
  border-radius: 8px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
}
.mypg-point-exchange-wrapper .card-normal-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mypg-point-exchange-wrapper .card-normal-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mypg-point-exchange-wrapper .card-exchange {
  margin-bottom: 11px;
  padding: 15px;
  border-radius: 8px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.scroll-animation-wrapper {
  position: absolute;
  width: 40%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
  border-radius: 50%;
  margin: auto;
}

.scroll-animation-wrapper-block {
  opacity: 0.7;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

#mypg-exchange-history tr:first-child th {
  color: #0068B7;
}
#mypg-exchange-history tr td {
  font-size: 13px;
}
#mypg-exchange-history tr th:nth-child(2) {
  width: 300px !important;
}
#mypg-exchange-history tr td:nth-child(2) {
  width: 300px !important;
}
#mypg-exchange-history tr td:nth-child(3) {
  text-align: center;
}

@media screen and (max-width: 567px) {
  #mypg-exchange-history {
    width: 800px;
  }
  #mypg-exchange-history tr td {
    font-size: 12px;
  }
}
.mypg-exchange-helpbtn {
  width: 75%;
  margin: 35px auto 0;
}
.mypg-exchange-helpbtn a {
  width: 100%;
  text-decoration: none !important;
  background-color: #0068B7;
  color: #fff;
}
.mypg-exchange-helpbtn a:hover {
  background-color: #00AFEC;
  color: #fff;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mypg-point-use {
  width: 100%;
  background-color: #0068B7;
  color: #fff;
}
.mypg-point-use:hover {
  background-color: #00AFEC;
  color: #fff;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mypg-modal-exchange {
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.mypg-point-fix h3,
#guid_2312 h3 {
  color: #0068B7;
}

.mypg-pointfix-link a {
  text-decoration: underline;
}
.mypg-pointfix-link a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mypg-pointfix-link i {
  color: #0068B7;
}

.mypg-whithdrawl-body {
  background-color: #fff;
}
.mypg-whithdrawl-body textarea {
  font-size: 14px;
}
.mypg-whithdrawl-body ul li {
  margin-top: 5px;
}

.mypg-verify-ttl {
  color: #0068B7;
}

.mypg-varify-notice {
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

#age_verify_btn,
.mypg-guide-btn {
  background-color: #0068B7;
  color: #fff;
  font-weight: bold;
}
#age_verify_btn:hover,
.mypg-guide-btn:hover {
  background-color: #00AFEC;
  color: #fff;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mypg-guide-card {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mypg-guide-card div:first-child {
  width: 50px;
  height: 50px;
  background-color: #0068B7;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
}
.mypg-guide-card div:last-child {
  font-weight: bold;
  color: #0068B7;
}

.mypg-guide-point {
  width: 75%;
  margin: 0 auto;
  color: #777;
  font-weight: bold;
}
.mypg-guide-point div {
  width: calc(50% - 20px);
}
.mypg-guide-point div:last-child {
  font-size: 12px;
}

.table-scroll {
  overflow-x: scroll;
}

.mypg-point-exchange-modal-ttl {
  border-color: #ddd !important;
  color: #777 !important;
}

#mypg-clip-notice {
  background-color: #fff;
  line-height: 180%;
}

#mypg-clip-list {
  background-color: #fff;
}

.pr-title-sup {
  font-size: 150%;
  top: 0 !important;
}

.mypg-varify-notice-time {
  border: 1px solid;
  border-radius: 10px;
}

@media screen and (max-width: 1500px) {
  #mypg-right-menu {
    font-size: 14px !important;
  }
  .mps-row2 .pt-exch-card {
    height: 400px;
  }
  .mps-row2 .pt-exch-text {
    height: 150px;
  }
  .mypg-guide-point {
    width: 95%;
    font-size: 12px !important;
  }
  .mypg-guide-point div {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .mypg-left-container,
  .mypg-point-service {
    width: 100%;
  }
  .pt-exch-card-uber {
    height: 400px !important;
  }
  .pt-exch-text-uber {
    height: 150px !important;
  }
  .table-scroll table {
    font-size: 11px;
  }
  .mypg-point-use,
  .mypg-point-exchange-notice ul,
  .mypg-exchange-helpbtn a {
    font-size: 11px !important;
  }
  .mypg-point-exchange-sctxt {
    color: #777;
    font-size: 11px;
  }
  .mypg-point-btn {
    font-size: 13px;
  }
  .mypg-point-exchange-modal-ttl {
    font-size: 18px !important;
  }
  .mypg-point-use-modal table tr td:first-child {
    font-size: 12px !important;
  }
  .mypg-point-use-modal a {
    text-decoration: underline;
  }
  .mypg-guide-btn {
    font-size: 12px !important;
  }
  .mypg-guide-point div {
    width: 100%;
    font-size: 12px !important;
  }
  .mypg-whithdrawl-ttl {
    text-align: center;
  }
  #mypg-header .container-fluid {
    display: block;
  }
  #mypg-header #header-sp {
    margin-bottom: 0 !important;
  }
  #mypg-hbg #sp-menu-badge-edtl .header-badge,
  #mypg-hbg #sp-menu-badge-seminar .header-badge,
  #mypg-hbg #sp-menu-badge-survey .header-badge {
    left: 155px !important;
  }
  /* コメントリスト */
  .comment-list-l {
    width: 75%;
  }
  .comment-list-r {
    width: 24%;
  }
  .comment-list-ttl {
    font-size: 14px;
  }
  .comment-list-txt {
    font-size: 12px;
  }
  .comment-list-text {
    font-size: 12px;
  }
  .comment-list-text span {
    font-size: 11px;
  }
  .comment-list-good {
    font-size: 11px;
  }
  #load-more-btn {
    width: 80%;
  }
}
/*おすすめのコンテンツ一覧*/
#recommend-contents .meet-link a {
  font-size: clamp(0.625rem, 0.5rem + 0.625vw, 1rem);
  color: #359D9E;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: -0.5px;
}
#recommend-contents .meet-link a span {
  font-size: clamp(0.9375rem, 0.7083rem + 1.1458vw, 1.625rem);
  font-weight: bold;
}
#recommend-contents .meet-link a span i {
  margin-left: 0.5rem;
}
#recommend-contents .meet-link a:hover {
  opacity: 0.5;
}
#recommend-contents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
#recommend-contents ul li {
  border: 1px solid #ddd;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#recommend-contents ul li a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  font-size: 1rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#recommend-contents ul li a i {
  font-size: 1.25rem;
  margin-right: 0.25rem;
}
#recommend-contents ul li:hover {
  border: 1px solid #407DC0;
  background: #407DC0;
}
#recommend-contents ul li:hover a {
  color: #fff;
}

@media screen and (max-width: 991px) {
  #recommend-contents ul {
    gap: 0.75rem;
  }
  #recommend-contents ul li {
    padding: 0.3rem 0.75rem;
  }
  #recommend-contents ul li a {
    font-size: 0.75em;
  }
  #recommend-contents ul li a i {
    font-size: 1rem;
    margin-right: 0.2rem;
  }
}
/*おすすめのコンテンツ一覧ここまで*/
/* ==================== マイページここまで ==================== */
/* ==================== ログインページ ==================== */
#login-body,
#newpass-body {
  background-color: #fff !important;
}
#login-body body,
#newpass-body body {
  background-color: #fff !important;
}

#login-bg {
  background-color: #fff;
}

#login-container {
  width: 75%;
  margin: 0 auto !important;
}

.login-container-login,
.login-container-signup {
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  width: calc(50% - 20px);
  background-color: #fff;
}

.login-container-login {
  margin-right: 20px;
}

.login-ttl {
  font-weight: bold;
  color: #0068B7;
  font-size: 18px;
}

.login-container-login .input-group-text {
  font-size: 14px;
  color: #777;
}

#login_submit:hover,
#login-info a:hover,
.newpass-container a:hover,
.cookie-del:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#login-info a,
.newpass-container a {
  text-decoration: underline;
}

.login-signup-btn-doc {
  color: #fff;
  background-color: #0068B7;
  font-weight: bold;
  font-size: 18px;
}
.login-signup-btn-doc:hover {
  background-color: #00AFEC !important;
  color: #fff !important;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.login-signup-btn-other:hover,
.newpass-btn:hover:hover {
  background-color: #00AFEC !important;
  color: #fff !important;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.login-signup-btn-other {
  background-color: #fff;
  color: #0068B7;
  border: 1px solid #0068B7;
}

.login-container-signup .login-signup-txt {
  color: #222;
  font-size: 14px;
  line-height: 180%;
}
.login-container-signup .login-signup-txt div {
  color: #0068B7;
  font-weight: bold;
}

.newpass-container {
  width: 50%;
  margin: 0 auto;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.newpass-btn {
  width: 70%;
  margin: 0 auto;
  font-weight: bold;
  background-color: #0068B7;
  color: #fff;
}

#login-help ul li {
  list-style: disc;
}

.cookie-del {
  background-color: #EA8700;
  color: #fff;
}
.cookie-del:hover {
  background-color: #EA8700 !important;
  color: #fff !important;
}

#help_3 a,
#help_4 a {
  text-decoration: none;
  background-color: #0068B7;
  color: #fff;
}

.login-spinner {
  display: none;
  margin: 0 auto;
}

@media screen and (max-width: 1025px) {
  #login-container,
  .newpass-container {
    width: 90%;
  }
  .login-container-login,
  .login-container-signup {
    width: 100%;
  }
  .login-container-login {
    margin-right: 0;
  }
  .login-container-login .input-group-text {
    font-size: 11px;
  }
  #login-info {
    font-size: 12px;
  }
  .login-signup-btn-doc,
  .login-signup-btn-other {
    font-size: 14px;
  }
}
/* ==================== ログインページここまで ==================== */
/* ==================== メンテナンスページ ==================== */
.maintenance-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 95svh;
}
.maintenance-body .maintenance-inner {
  background-color: #fff;
  line-height: 180%;
  max-width: 500px;
  padding: 1rem;
  border-radius: 2rem;
}
.maintenance-body .maintenance-inner .fw-bold {
  font-weight: bold;
  font-size: 1.1rem;
}
.maintenance-body .maintenance-inner .text-center {
  text-align: center;
  margin-bottom: 0.5rem;
  display: block;
}
.maintenance-body .maintenance-inner img {
  display: block;
  margin: 1rem auto;
}
.maintenance-body .maintenance-inner .txt {
  word-break: keep-all;
  margin-bottom: 2rem;
  text-align: center;
}
.maintenance-body .maintenance-inner .maintenance-date {
  text-align: center;
}
.maintenance-body .maintenance-inner .maintenance-date span {
  margin: 0 auto;
  color: #f00;
}
.maintenance-body .maintenance-inner .maintenance-contact {
  max-width: 80%;
  color: #fff;
  background-color: #0068B7;
  border-radius: 50px;
  margin: 1rem auto;
  padding: 1rem;
  text-align: center;
  font-weight: bold;
}
.maintenance-body .maintenance-inner .maintenance-contact:hover {
  background-color: #00AFEC;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.maintenance-body .maintenance-inner .footer-copy {
  margin-top: 1rem;
}

@media screen and (max-width: 576px) {
  .maintenance-contact {
    width: 90% !important;
  }
}
/* ==================== 学会レポートページ ==================== */
#new-mtw-society-report {
  margin-top: 25px;
}

#society-report-top #sr_menu {
  background-image: none !important;
  background-color: #fff !important;
}
#society-report-top .sr_h2 {
  padding-bottom: 10px !important;
}
#society-report-top li {
  line-height: 180% !important;
  list-style: none !important;
}
#society-report-top li a:hover {
  color: #0068B7 !important;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
#society-report-top .item:hover {
  color: #0068B7 !important;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}

.sr_container a:hover .item {
  color: #0068B7 !important;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
.sr_container a:hover .item.item_inner p {
  color: #0068B7 !important;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}

#society-report-top .sr_container,
#society-report-top .sr_footer {
  background-color: #fff !important;
}
#society-report-top .item_inner {
  border-bottom: 1px solid #ddd;
}
#society-report-top .item_inner p::after {
  content: "続きを読む▶";
  margin-left: 20px;
  color: #0068B7;
  text-decoration: underline;
}

/* ==================== 学会レポートページここまで ==================== */
/* ==================== エビでやんす ==================== */
.ebideyansu-body,
.keyword-search-body {
  margin-top: 25px;
}

.ebideyansu-title div:first-child {
  font-size: 16px;
  width: 160px;
}

.ebideyansu-merit li {
  width: calc(33.3333333333% - 8px);
  margin-right: 12px;
  background-color: #f0f0f0;
  height: 200px;
}
.ebideyansu-merit li:last-child {
  margin-right: 0;
}
.ebideyansu-merit li div:first-child {
  background-color: #31708e;
  color: #fff;
}
.ebideyansu-merit li div span {
  color: #31708e;
  font-weight: bold;
}

.ebideyansu-notice {
  background-color: #f0f0f0;
  color: #ED1C24;
}

.ebideyansu-search button:hover {
  background-color: #31708e !important;
  color: #fff !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ebideyansu-text-form::-webkit-input-placeholder {
  font-weight: normal;
  color: #777;
  font-size: 16px;
}

.ebideyansu-text-form::-moz-placeholder {
  font-weight: normal;
  color: #777;
  font-size: 16px;
}

.ebideyansu-text-form:-ms-input-placeholder {
  font-weight: normal;
  color: #777;
  font-size: 16px;
}

.ebideyansu-text-form::-ms-input-placeholder {
  font-weight: normal;
  color: #777;
  font-size: 16px;
}

.ebideyansu-text-form::placeholder {
  font-weight: normal;
  color: #777;
  font-size: 16px;
}

.ebideyansu-howto label {
  color: #fff !important;
  background-color: #31708e;
}
.ebideyansu-howto label:hover {
  background-color: #007bff !important;
  color: #fff !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ebideyansu-search-btn button:hover {
  background-color: #007bff !important;
  color: #fff !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ebideyansu-mix-search {
  background-color: #f0f0f0;
}

.btn-check:checked + .btn {
  color: #fff !important;
}

.ebideyansu-header-banner img {
  max-width: 100%;
}

.ebideyansu-inner {
  width: 1000px;
  margin: 0 auto;
}

.service-mosaic-img {
  height: 300px;
  position: relative;
  overflow: hidden;
}
.service-mosaic-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/images/other/pubmed-service-pc.png");
  background-size: cover;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  z-index: 1;
}

.seminar_blur {
  background-size: cover;
  background-image: url("/assets/images/other/seminarmosic.gif");
  z-index: 1;
}

.pubmed-cover-signup {
  color: #fff;
  background-color: rgba(49, 112, 142, 0.7);
  position: relative;
  z-index: 2;
  text-align: center;
  font-weight: bold;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
  margin: 10% auto 0;
}

.seminar_blur .pubmed-cover-signup {
  min-height: 15vw;
  max-height: 500px;
}

.pubmed-cover-signup-detail {
  color: #fff;
  background-color: rgba(49, 112, 142, 0.7);
  position: relative;
  z-index: 2;
  text-align: center;
  font-weight: bold;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
  margin: 3% auto 0;
}

.pubmed-cover-signup div,
.pubmed-cover-signup-detail div {
  width: 25%;
  font-weight: bold;
  color: #31708e;
  background-color: #fff;
  border-radius: 20px;
  margin: 20px auto 0 !important;
}

.pubmed-cover-signup div:hover,
.pubmed-cover-signup-detail div:hover {
  background-color: #00AFEC;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1200px) {
  .ebideyansu-inner {
    width: 90%;
  }
}
@media screen and (max-width: 820px) {
  .ebideyansu-body,
  .keyword-search-body {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 576px) {
  .ebideyansu-body table {
    width: 700px !important;
  }
  .ebideyansu-title div:first-child {
    font-size: 14px;
  }
  .ebideyansu-merit li {
    width: 90%;
    margin: 0 auto 12px !important;
    height: 150px;
  }
  .ebideyansu-merit li div:last-child {
    font-size: 12px;
  }
  .ebideyansu-notice {
    font-size: 12px;
  }
  .ebideyansu-search button {
    border: 1px solid #ddd !important;
  }
  .ebideyansu-search li {
    width: 50% !important;
    margin-bottom: 5px;
  }
  .ebideyansu-search li:first-child {
    width: 100% !important;
  }
  .ebideyansu-search-text {
    font-size: 14px !important;
  }
  #pubmed_get_btn {
    width: 120px;
  }
  #srch_miss {
    font-size: 12px;
  }
  .ebideyansu-mix-search {
    width: 90% !important;
  }
  .ebideyansu-mix-search div {
    font-size: 14px !important;
  }
  #ebisrch_get_btn {
    width: 90% !important;
  }
  #ebisrch_word_qes_jp {
    height: 35px;
  }
  #ebisrch_mod_btn {
    width: 100%;
  }
  #ebisrch_base {
    font-size: 12px !important;
  }
  .ebideyansu-extra-search-btn button {
    font-size: 11px !important;
  }
  .ebideyansu-text-form::-webkit-input-placeholder {
    font-size: 12px !important;
  }
  .ebideyansu-text-form::-moz-placeholder {
    font-size: 12px !important;
  }
  .ebideyansu-text-form:-ms-input-placeholder {
    font-size: 12px !important;
  }
  .ebideyansu-text-form::-ms-input-placeholder {
    font-size: 12px !important;
  }
  .ebideyansu-text-form::placeholder,
  .ebideyansu-table-scroll-text {
    font-size: 12px !important;
  }
  .ebideyansu-detail-tab li {
    width: 50% !important;
  }
  .ebideyansu-detail-tab li button {
    width: 100% !important;
  }
  #abstract {
    font-size: 14px !important;
  }
  #abstract_proposal_dlg .modal-body span {
    width: 100px;
    font-size: 12px;
  }
  .service-mosaic-img {
    font-size: 14px;
  }
  .service-mosaic-img::before {
    background-image: url("/assets/images/other/pubmed-service-sp.png");
  }
  .pubmed-cover-signup div,
  .pubmed-cover-signup-detail div {
    width: 90%;
  }
  .pubmed-cover-signup {
    margin: 30% auto 0;
  }
  .pubmed-cover-signup-detail {
    margin: 15% auto 0;
  }
}
/* ==================== エビでやんすここまで ==================== */
/* ==================== キーワード検索 ==================== */
.keyword-search-title {
  color: #0068B7;
}

.keyword-search-text {
  font-size: 14px;
  color: #777;
}

.keyword-search-link {
  width: 90%;
  border: 1px solid #31708e;
  border-radius: 8px;
}

.keyword-search-link-arrow {
  margin-left: auto;
  color: #31708e;
}

.keyword-search-link-text {
  width: 95%;
}
.keyword-search-link-text div div:first-child {
  color: #31708e;
}
.keyword-search-link-text div div:last-child {
  font-size: 14px;
}

.keyword-search-link:hover {
  background-color: #f0f0f0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.keyword-list-link {
  border-bottom: 1px solid #ddd;
}
.keyword-list-link span:first-child {
  font-size: 14px;
  color: #777;
}
.keyword-list-link span:last-child {
  font-size: 11px;
}

.keyword-tag-news {
  border: 1px solid #31708e;
  color: #31708e;
}

.keyword-tag-rensai {
  border: 1px solid #0068B7;
  color: #0068B7;
}

.keyword-tag-other {
  border: 1px solid #00AFEC;
  color: #00AFEC;
}

.keyword-list-link:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.keyword-list-link div:first-child {
  font-size: 18px;
}

.keyword-search-inner {
  width: 720px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .keyword-search-inner {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .keyword-search-link-text {
    width: 90%;
  }
  .keyword-search-link-text div div:last-child {
    font-size: 12px;
  }
  .keyword-list-link {
    width: 90% !important;
  }
  .keyword-list-link div:first-child {
    font-size: 16px;
  }
}
/* ==================== キーワード検索ここまで ==================== */
/* ==================== フリーワード検索ここから ==================== */
#search_list .search-title {
  font-weight: bold;
  font-size: 22px;
  color: #0068B7;
}
#search_list li {
  border-bottom: 1px solid #ddd;
}
#search_list li div:first-child {
  font-size: 18px;
}
#search_list li div:nth-child(2) {
  font-size: 14px;
  color: #777;
}
#search_list li div:last-child {
  font-size: 12px;
  color: #777;
}
#search_list li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#load-more-btn-search {
  color: #fff !important;
  background-color: #0068B7 !important;
  margin: 0 auto !important;
  border-radius: 5px !important;
}
#load-more-btn-search:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#search-select-year {
  margin-left: auto;
}
#search-select-year select {
  font-size: 14px;
  color: #777;
  border: 1px solid #ddd;
  border-radius: 25px;
}

/* ==================== フリーワード検索ここまで ==================== */
/* ==================== Weekly Report ==================== */
.rensai-weekly-OlList-h {
  margin: 0 0 30px 0.5rem !important;
  height: 75px !important;
}
.rensai-weekly-OlList-h li {
  font-size: 15px !important;
  width: 25% !important;
}

.rensai-weekly-OlList-w li {
  width: 100% !important;
}

@media screen and (max-width: 1025px) {
  .rensai-weekly-OlList-h {
    height: auto !important;
    display: block !important;
    margin-left: 0.5rem !important;
  }
  .rensai-weekly-OlList-h li {
    width: 100% !important;
  }
  .infogram-embed {
    width: 100% !important;
  }
}
/* ==================== Weekly Reportここまで ==================== */
/* JDDW2023 */
#jddw2023 {
  width: 90% !important;
  margin: 0 auto !important;
}

.fes-body {
  max-width: 720px;
  font-family: "Noto Sans", sans-serif;
}
.fes-body h1 img {
  max-width: 100%;
}

.fes-head p {
  font-size: 14px;
  color: #222;
}

.fes-body .mt-info {
  width: 450px;
  margin: 0 auto;
}
.fes-body h2 {
  font-size: 26px;
  color: #2cd0d5;
}
.fes-body .jddw-banner {
  width: 450px;
  margin: 0 auto;
}
.fes-body .jddw-banner img {
  max-width: 100%;
}

.jddw-link-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 2px solid #707070;
  margin-bottom: 50px;
}
.jddw-link-block > div:first-child {
  width: 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(#80fcfe), to(#2cd0d5));
  background: linear-gradient(to bottom, #80fcfe, #2cd0d5);
}
.jddw-link-block > div:nth-child(2) {
  width: 95%;
  padding-left: 20px;
}
.jddw-link-block > div:nth-child(2) > div > span {
  font-size: 20px !important;
  color: #807cda !important;
  font-weight: bold;
}
.jddw-link-block div:last-child p {
  font-size: 16px;
  margin-bottom: 30px !important;
}
.jddw-link-block h3 {
  margin-top: 10px !important;
  font-size: 26px !important;
  font-weight: bold;
  padding-bottom: 10px;
}

.jddw-link-block3 h3 {
  font-size: 20px !important;
}
.jddw-link-block3 img {
  max-width: 100%;
}

.jddw-link-block ul > li:first-child {
  padding-top: 0 !important;
}
.jddw-link-block ul li {
  padding: 15px 0;
  font-size: 22px;
  color: #2cd0d5;
  font-weight: bold;
  border-bottom: 3px dashed #ddd;
  width: 100%;
}
.jddw-link-block ul li span {
  color: #222;
  font-size: 18px;
}
.jddw-link-block ul li > div:last-child {
  width: 90px;
  height: 110px;
  margin-left: auto;
  background-image: url("/special/feature/digestive/dr.koike.png");
  background-size: cover;
  border: 1px solid #ddd;
}
.jddw-link-block ul > li:last-child {
  border-bottom: 0 !important;
}
.jddw-link-block .comingsoon {
  color: #222;
  font-size: 22px;
  font-weight: bold;
}

.fes-body ul a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fes-body p {
  margin-bottom: 0 !important;
}

.hot-topics-list h3 img {
  max-width: 100%;
}
.hot-topics-list h3 div:first-child {
  width: 160px;
  height: 100px;
}
.hot-topics-list h3 div:last-child {
  width: 555px;
  height: 100px;
  margin-left: auto;
  padding-right: 10px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: relative;
}
.hot-topics-list h3 p {
  font-size: 24px;
  font-weight: normal !important;
  color: #222;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.hot-topics-list h3 p span {
  font-size: 32px;
  font-weight: bold;
  font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
}

.hot-topics-list-bg-01 {
  background-image: url("/special/feature/digestive/com_headbg_01.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.hot-topics-list-bg-02 {
  background-image: url("/special/feature/digestive/com_headbg_02.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.hot-topics-list-bg-03 {
  background-image: url("/special/feature/digestive/com_headbg_03.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.hot-topics-list-bg-04 {
  background-image: url("/special/feature/digestive/com_headbg_04.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.fes-article-list-link li {
  width: 100%;
  border-bottom: 1px solid #707070;
  padding: 0 0 30px 0;
  margin-left: auto;
  margin-bottom: 30px;
}

.fes-article-list-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fes-article-list-head div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fes-article-list-head div h4 {
  color: #0068B7;
  font-size: 22px !important;
  font-weight: bold;
  margin-bottom: 0 !important;
}
.fes-article-list-head div:first-child {
  width: 20px;
}
.fes-article-list-head div:last-child {
  padding-left: 10px;
  font-size: 18px;
  color: #222;
  display: inline-block;
  font-weight: bold;
}
.fes-article-list-head div:last-child span {
  font-size: 14px;
  vertical-align: bottom;
  font-weight: normal;
}

.fes-article-list-link .line-info div:last-child {
  padding-top: 10px;
}
.fes-article-list-link .line-title div:first-child div {
  width: 20px;
  height: 7px;
  background-color: #2fd9de;
}
.fes-article-list-link > a:last-child > li {
  border-bottom: none !important;
}

@media screen and (max-width: 567px) {
  .fes-body {
    width: 95%;
    margin: 0 auto;
  }
  .fes-head p {
    font-size: 14px;
  }
  .fes-body h2 {
    font-size: 20px;
  }
  .fes-body .mt-info {
    width: 100%;
  }
  .mt-info iframe {
    width: 100% !important;
  }
  .fes-body .jddw-banner {
    width: 100%;
  }
  .fes-body ul {
    padding-left: 0 !important;
  }
  .jddw-link ul li div:last-child {
    font-size: 18px;
    padding-bottom: 5px;
  }
  .jddw-link ul li div:last-child span {
    font-size: 16px !important;
  }
  .jddw-link ul li {
    height: 100px;
  }
  .jddw-link ul li:first-child {
    height: 120px !important;
  }
  .hot-topics-list h3 {
    width: 100%;
  }
  .hot-topics-list h3 div:first-child {
    width: 30%;
  }
  .hot-topics-list h3 div:last-child {
    width: 70%;
  }
  .hot-topics-list h3 p {
    font-size: 16px;
  }
  .hot-topics-list h3 p span {
    font-size: 22px;
  }
  .fes-article-list-head div h4 {
    font-size: 18px !important;
  }
  .hot-topics-list h3 div:first-child {
    width: 120px;
  }
  .hot-topics-list h3 div:last-child {
    width: calc(100% - 120px);
    height: 75px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
  .fes-article-list-link li {
    margin-bottom: 15px;
  }
  .jddw-link-block h3 {
    font-size: 20px !important;
  }
  .jddw-link-block div:last-child p,
  .jddw-link-block ul li span {
    font-size: 14px;
  }
  .fes-feature-link-title {
    font-size: 16px !important;
  }
  .jddw-link-block ul li > div:last-child {
    width: 65px;
    height: 75px;
  }
}
.mctag_0827 {
  display: none !important;
}

@media screen and (max-width: 820px) {
  .mctag_0827 {
    display: block !important;
  }
}
/* クイズコンテンツ */
.contentsArea {
  width: 100%;
  max-width: 850px;
  margin: 0 auto !important;
  color: #333;
}
.contentsArea img {
  width: 100%;
}
.contentsArea section {
  padding: 3rem 2rem 2rem;
  border: 3px solid #3ebdee;
  border-radius: 20px;
  position: relative;
  margin-top: 3rem;
}
.contentsArea section h3 {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 24px;
  border: 3px solid #3ebdee;
  border-radius: 10px;
  background: #3ebdee;
  width: 85%;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.contentsArea .medicalQuizHeader {
  display: grid;
  place-items: center;
}
.contentsArea .quiz {
  position: relative;
}
.contentsArea .pastIssue ul {
  margin-top: 40px;
}
.contentsArea .quiz .quizColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
.contentsArea .quiz .quizColumn .quizImage {
  max-width: 280px;
}
.contentsArea .quiz .quizColumn .quizImage img {
  width: 80%;
}
.contentsArea .quiz .quizTexts {
  max-width: 500px;
}
.contentsArea .quiz .quizTexts .quizText {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border-radius: 30px;
  padding: 16px;
  font-weight: bold;
  border: 4px solid #d5d5d5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contentsArea .quiz .quizTexts .quizText::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-width: 10px 18px 10px 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  z-index: 2;
}
.contentsArea .quiz .quizTexts .quizText::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-width: 12px 20px 12px 0;
  border-style: solid;
  border-color: transparent #d5d5d5 transparent transparent;
  z-index: 1;
}
.contentsArea .quiz .answerSelect {
  margin-top: 1rem;
}
.contentsArea .quiz .answerSelect li {
  line-height: 1.8;
}
.contentsArea .quiz .notLoggedText {
  text-align: center;
  margin-top: 1rem;
  color: #dd0000;
}
.contentsArea .quiz .notLoggedText a {
  text-decoration: underline;
  color: #0000ee;
  font-weight: bold;
}
.contentsArea .quiz .answerButton {
  width: 100%;
  max-width: 300px;
  text-align: center;
  margin: 1rem auto 0;
  display: block;
  place-items: center;
  background-color: #ed7d31;
  border: 2px solid #ed7d31;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.contentsArea .quiz .answerButton:disabled {
  background-color: #696969;
  border: 2px solid #696969;
}
.contentsArea .quiz .answerButton:disabled:hover {
  cursor: default;
}
.contentsArea .quiz .answerButton::before {
  content: "";
  position: absolute;
  top: 20px;
  width: 4px;
  height: 13px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 35px;
}
.contentsArea .quiz .answerButton::after {
  content: "";
  position: absolute;
  top: 20px;
  width: 4px;
  height: 13px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 27px;
}
.contentsArea .quiz .answerButton.active {
  color: #ed7d31;
  border-color: #ed7d31;
  background-color: #fff;
}
.contentsArea .quiz .answerButton.active::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #ed7d31;
}
.contentsArea .quiz .answerButton.active::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #ed7d31;
}
.contentsArea .quiz .answerButton:hover {
  cursor: pointer;
}
.contentsArea .quiz .answer {
  margin: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease;
  transition: max-height 0.2s ease;
}
.contentsArea .quiz .answer .answerColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: none;
      -ms-flex-align: none;
          align-items: none;
  margin-top: 4rem;
}
.contentsArea .quiz .answer .answerColumn .answerTexts {
  max-width: 500px;
  padding-left: 20px;
}
.contentsArea .quiz .answer .answerColumn .answerTexts .answerText {
  margin-top: 1rem;
}
.contentsArea .quiz .answer .answerColumn .answerTexts .answerText:first-of-type {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border-radius: 30px;
  padding: 16px;
  font-weight: bold;
  border: 4px solid #d5d5d5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  text-align: center;
}
.contentsArea .quiz .answer .answerColumn .answerTexts .answerText:first-of-type::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-width: 10px 0 10px 18px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  z-index: 2;
}
.contentsArea .quiz .answer .answerColumn .answerTexts .answerText:first-of-type::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-width: 12px 0 12px 20px;
  border-style: solid;
  border-color: transparent transparent transparent #d5d5d5;
  z-index: 1;
}
.contentsArea .quiz .answer .answerColumn .answerTexts .answerText span {
  font-weight: bold;
  color: #dd0000;
  padding: 5px;
}
.contentsArea .quiz .answer .answerColumn .answerTexts .related {
  margin-top: 1rem;
}
.contentsArea .quiz .answer .answerColumn .answerTexts .related h4 {
  font-weight: bold;
}
.contentsArea .quiz .answer .answerColumn .answerImage {
  display: grid;
  place-items: center;
}
.contentsArea .quiz .answer .answerColumn .answerImage img {
  width: 80%;
}
.contentsArea .pastIssue li + li {
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .contentsArea section {
    padding: 3rem 1rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .contentsArea .quiz .quizColumn {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .contentsArea .quiz .quizColumn {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}
@media screen and (max-width: 768px) {
  .contentsArea .quiz .quizColumn .quizImage {
    display: grid;
    place-items: center;
    margin-bottom: 1rem;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .contentsArea .quiz .quizColumn .quizImage img {
    max-width: 130px;
  }
}
@media screen and (max-width: 768px) {
  .contentsArea .quiz .quizTexts {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .contentsArea .quiz .quizTexts .quizText::before {
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .contentsArea .quiz .quizTexts .quizText::after {
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .contentsArea .quiz .quizTexts .quizText {
    line-height: 1.7;
  }
}
@media screen and (max-width: 768px) {
  .contentsArea .quiz .answer .answerColumn {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .contentsArea .quiz .answer .answerColumn {
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .contentsArea .quiz .answer .answerColumn .answerTexts {
    padding-left: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .contentsArea .quiz .answer .answerColumn .answerTexts .answerText:first-of-type::before {
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .contentsArea .quiz .answer .answerColumn .answerTexts .answerText:first-of-type::after {
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .contentsArea .quiz .answer .answerColumn .answerImage {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .contentsArea .quiz .answer .answerColumn .answerImage img {
    max-width: 130px;
  }
}
#renewal_campaign_2408xx .sp_img {
  display: none;
}
#renewal_campaign_2408xx .cat_title {
  border-bottom: solid 2px #0068B7;
}
#renewal_campaign_2408xx .cat_title_img {
  max-width: 338px;
}
#renewal_campaign_2408xx .detail_text {
  font-size: 17px;
  line-height: 1.75;
  padding-bottom: 100px;
}
#renewal_campaign_2408xx .caution {
  font-size: 22px;
  border-bottom: solid 2px #222;
}

@media screen and (max-width: 540px) {
  #renewal_campaign_2408xx .cat_title_img {
    height: 65px;
    width: auto;
  }
  #renewal_campaign_2408xx .pc_img {
    display: none;
  }
  #renewal_campaign_2408xx .sp_img {
    display: block;
  }
}
.article-auth-area {
  border-top: 1px solid #ddd;
}
.article-auth-area div:first-child {
  width: 80%;
}
.article-auth-area div:last-child {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .article-auth-area div:first-child {
    width: 60%;
  }
  .article-auth-area {
    font-size: 12px;
  }
}
.ws-list-read {
  color: #777;
  border: 1px solid #777;
  border-radius: 5px;
  font-size: 13px;
  vertical-align: middle;
  width: 100px;
  text-align: center;
  margin-bottom: 8px;
  padding: 0 !important;
  background-color: #fff;
}

.ws-list-noread {
  color: #ED1C24 !important;
  border: 1px solid #ED1C24;
  border-radius: 5px;
  font-size: 13px;
  vertical-align: middle;
  width: 100px;
  text-align: center;
  margin-bottom: 8px;
  padding: 0 !important;
}

@media screen and (max-width: 993px) {
  .ws-list-noread {
    margin-top: 10px;
  }
}
.ws-list-read-bg {
  background-color: #f9f9f9 !important;
}

@media print {
  body {
    background-color: #fff;
    color: #000000;
  }
  #header-area,
  #page-top,
  #footer_2312,
  #right-column {
    display: none;
  }
  * {
    float: none !important;
  }
}
.ws-list-disp {
  font-weight: bold;
  margin: 30px auto 20px;
}

#renewal_campaign_2409 .sp_img {
  display: none;
}
#renewal_campaign_2409 .btn_hover:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#renewal_campaign_2409 .cat_title {
  font-size: 20px;
  font-weight: bold;
  border-bottom: solid 2px #222;
  display: block;
}
#renewal_campaign_2409 .cat_title_img {
  max-width: 338px;
}
#renewal_campaign_2409 .camp_btn {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
#renewal_campaign_2409 .camp_btn_text {
  text-align: center;
}
#renewal_campaign_2409 .detail_text {
  font-size: 17px;
  line-height: 1.75;
  padding-bottom: 100px;
}
#renewal_campaign_2409 .detail_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#renewal_campaign_2409 .detail_inner_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px;
}
#renewal_campaign_2409 .detail_fig {
  max-width: 850px;
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
#renewal_campaign_2409 .detail_btn {
  max-width: 350px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
#renewal_campaign_2409 .detail_inner_link {
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #73199f;
  border-radius: 8px;
  font-size: 20px;
  -webkit-box-shadow: 4px 5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 5px 5px rgba(0, 0, 0, 0.3);
  width: 90%;
  margin: 0 auto;
}
#renewal_campaign_2409 .detail_inner_link:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#renewal_campaign_2409 .friend_btn {
  max-width: 850px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
#renewal_campaign_2409 .application_ttl {
  font-size: 25px;
  font-weight: bold;
}
#renewal_campaign_2409 .application_wrapper {
  margin-bottom: 100px;
}
#renewal_campaign_2409 .application_01_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: dotted 3px #000;
  margin-bottom: 30px;
}
#renewal_campaign_2409 .campaign_step1_img {
  max-width: 400px;
  width: 100%;
  margin-right: 50px;
}
#renewal_campaign_2409 .application_right_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#renewal_campaign_2409 .application_text {
  font-size: 22px;
}
#renewal_campaign_2409 .application_icon {
  padding: 2px 17px;
  background-color: #333;
  border-radius: 30px;
  font-size: 18px;
  color: #fff;
  padding-bottom: 4px;
}

#renewal_campaign_login {
  width: 80%;
  margin: 0 auto;
}

.button_disabled {
  width: 450px;
  height: 70px;
  font-weight: bold;
  font-size: 22px;
  background-color: #f0f0f0;
  border-radius: 50px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #777;
}

.renewal_campaign_button_area {
  margin: 0 auto;
  text-align: center;
}
.renewal_campaign_button_area div {
  text-align: center;
  width: 48%;
  height: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.renewal_campaign_button_area div a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
.renewal_campaign_button_area div:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.renewal_campaign_button_area div:first-child {
  background-color: #fff;
  border: 2px solid #0068B7;
  border-radius: 50px;
}
.renewal_campaign_button_area div:last-child {
  background-color: #0068B7;
  border-radius: 50px;
  margin-left: auto;
}
.renewal_campaign_button_area div:first-child a {
  color: #0068B7;
}
.renewal_campaign_button_area div:last-child a {
  color: #fff;
}

.camp_btn_text a {
  text-decoration: underline;
}

.renewal_campaign_thanks {
  width: 100%;
  height: 300px;
  max-width: 1800px;
  background-image: url("/campaign/renewal_campaign_fv_bg_pc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 10%;
}
.renewal_campaign_thanks p {
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.renewal_campaign_thanks p:first-child {
  font-size: 28px;
}
.renewal_campaign_thanks p:last-child {
  font-size: 22px;
}
.renewal_campaign_thanks a {
  width: 40%;
  font-weight: bold;
  font-size: 18px;
  background-color: #fff;
  margin: 15px auto 0;
  border-radius: 25px;
  text-align: center;
  color: #0068B7;
  color: #0068B7;
  display: block;
}
.renewal_campaign_thanks a:hover {
  background-color: #00AFEC;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 540px) {
  #renewal_campaign_2409 .cat_title_img {
    height: 65px;
    width: auto;
  }
  #renewal_campaign_2409 .pc_img {
    display: none;
  }
  #renewal_campaign_2409 .sp_img {
    display: block;
  }
  #renewal_campaign_2409 .detail_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #renewal_campaign_2409 .detail_fig {
    margin-bottom: 10px;
  }
  #renewal_campaign_2409 .detail_btn {
    max-width: 250px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  #renewal_campaign_2409 .application_01_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #renewal_campaign_2409 .application_right_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #renewal_campaign_2409 .campaign_step1_img {
    width: 100%;
    margin-right: 0;
  }
  #renewal_campaign_2409 .application_text {
    font-size: 18px;
    padding-bottom: 10px;
  }
  #renewal_campaign_2409 .application_icon {
    padding: 0px 10px;
    font-size: 15px;
  }
  .button_disabled {
    width: 100%;
    height: 60px;
  }
  .renewal_campaign_thanks {
    height: 550px;
    max-width: 100%;
    background-image: url("/campaign/renewal_campaign_fv_bg_sp.jpg");
    padding-top: 50%;
  }
  .renewal_campaign_thanks p:first-child {
    font-size: 22px;
  }
  .renewal_campaign_thanks p:last-child {
    font-size: 16px;
  }
}
#renewal_campaign_elected .renewal_campaign_elected_title {
  width: 100%;
  height: 100px;
  background: rgb(214, 200, 82);
  background: radial-gradient(circle, rgb(214, 200, 82) 0%, rgb(168, 125, 12) 100%);
  -webkit-box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 1000 !important;
}

.renewal_campaign_elected_title_02 {
  background: rgb(249, 147, 88) !important;
  background: -webkit-gradient(linear, left top, right top, from(rgb(249, 147, 88)), color-stop(50%, rgb(255, 216, 189)), to(rgb(249, 147, 88))) !important;
  background: linear-gradient(90deg, rgb(249, 147, 88) 0%, rgb(255, 216, 189) 50%, rgb(249, 147, 88) 100%) !important;
}

.renewal_campaign_elected_title img {
  max-width: 100%;
}

.renewal_campaign_elected_title_line_top,
.renewal_campaign_elected_title_line_bottom {
  width: 100%;
  height: 3px;
  background: rgb(91, 73, 6);
  background: -webkit-gradient(linear, left top, right top, from(rgb(91, 73, 6)), color-stop(50%, rgb(219, 192, 81)), to(rgb(91, 73, 6)));
  background: linear-gradient(90deg, rgb(91, 73, 6) 0%, rgb(219, 192, 81) 50%, rgb(91, 73, 6) 100%);
  -webkit-box-shadow: 0px 5px 15px -5px #777;
          box-shadow: 0px 5px 15px -5px #777;
}

.renewal_campaign_elected_title_line_top2,
.renewal_campaign_elected_title_line_bottom2 {
  width: 100%;
  height: 3px;
  background: rgb(145, 58, 18);
  background: -webkit-gradient(linear, left top, right top, from(rgb(145, 58, 18)), color-stop(50%, rgb(255, 206, 184)), to(rgb(145, 58, 18)));
  background: linear-gradient(90deg, rgb(145, 58, 18) 0%, rgb(255, 206, 184) 50%, rgb(145, 58, 18) 100%);
}

.renewal_campaign_get_prize {
  width: 100%;
  height: auto;
  background-image: url("/campaign/images/rc2409-result-01.png"), url("/campaign/images/rc2409-result-03.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 80px;
}

.renewal_campaign_get_point {
  width: 100%;
  height: auto;
  background-image: url("/campaign/images/rc2409-result-06.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 80px;
}

.renewal_campaign_get_point_text {
  padding: 50px 0 0 !important;
}

.renewal_campaign_get_prize_text {
  width: 85%;
  margin: 0 auto;
  padding: 100px 0 0;
}
.renewal_campaign_get_prize_text p {
  font-weight: bold;
  font-size: 40px;
  text-shadow: 4px 6px 6px rgb(255, 255, 255);
  color: #a97f0e;
}
.renewal_campaign_get_prize_text p:nth-child(2) span {
  font-size: 56px;
  color: #0068B7 !important;
}

.renewal_campaign_get_prize_arrow {
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 50px solid #a97f0e;
  margin: 80px auto 40px;
  opacity: 0;
  -webkit-animation: fadeInAnimation 2s ease-in forwards 3s, shake 0.5s ease-in-out infinite 3s;
          animation: fadeInAnimation 2s ease-in forwards 3s, shake 0.5s ease-in-out infinite 3s;
}

.renewal_campaign_get_prize_button button {
  width: 400px;
  height: 50px;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  opacity: 0;
  -webkit-animation: fadeInAnimation 2s ease-in forwards 3s;
          animation: fadeInAnimation 2s ease-in forwards 3s;
}
.renewal_campaign_get_prize_button div {
  width: 400px;
  height: 50px;
  font-weight: bold;
  font-size: 22px;
  background-color: #f0f0f0;
  color: #777;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.renewal_campaign_get_prize_form {
  width: 50%;
  margin: 0 auto;
  padding: 20px;
  background-color: #f0f0f0;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 15px -5px #777;
          box-shadow: 0px 5px 15px -5px #777;
}

.renewal_campaign_get_prize_form_title {
  font-size: 18px;
  background-color: #0068B7;
  border-radius: 5px;
}

#send_info_form input,
#send_info_form textarea {
  border: 1px solid #ddd;
  border-radius: 10px;
}
#send_info_form input,
#send_info_form button,
#send_info_form textarea {
  width: 80%;
  margin: 0 auto !important;
}
#send_info_form div span {
  color: #222;
}

.renewal_campaign_get_prize_form_submit button {
  width: 60%;
  margin: 0 auto;
}
.renewal_campaign_get_prize_form_submit input {
  margin: 40px auto 20px !important;
}

#send_info_form .terms_text {
  font-size: 14px;
  color: #777;
  text-align: left;
}
#send_info_form .terms_radio {
  width: 85%;
  margin: 20px auto;
  text-align: center;
}
#send_info_form .terms_radio a {
  color: #0068B7 !important;
  text-decoration: underline !important;
}
#send_info_form .terms_radio label {
  background-color: #fff;
  border: 1px solid #ddd;
}

.renewal_campaign_get_prize_form_submit input:hover,
.btn-warning:hover {
  color: #fff !important;
  opacity: 0.7 !important;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}

.rc_modal_overay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
}

.rc_modal_content_get {
  background-color: #f0f0f0;
  text-align: center;
  width: 400px;
  max-width: 90%;
  padding: 20px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.renewal_campaign_notentry {
  padding-top: 50px;
  padding-bottom: 5px;
  text-align: center;
}

.renewal_campaign_notentry_banner_pc {
  width: 600px;
  max-width: 90%;
  margin: 0 auto;
}
.renewal_campaign_notentry_banner_pc img {
  max-width: 100%;
  margin: 0 auto;
}
.renewal_campaign_notentry_banner_pc a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.renewal_campaign_notentry_news {
  border: 1px solid #a97f0e;
  border-radius: 25px;
  width: 50%;
  margin: 0 auto 30px;
}
.renewal_campaign_notentry_news p:first-child {
  color: #a97f0e;
  font-size: 22px;
  font-weight: bold;
}

.renewal_campaign_notentry_notice {
  width: 70%;
  background-color: #f0f0f0;
  margin: 0 auto;
}
.renewal_campaign_notentry_notice a {
  color: #0068B7 !important;
  text-decoration: underline !important;
}

.renewal_campaign_rejection_next {
  border: 1px solid #ddd;
  border-radius: 25px;
  width: 30%;
  margin: 0 auto;
}

.successful_list_label {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  color: #d2a003;
  font-size: 50px;
  font-weight: bold;
  text-shadow: 0px 20px 8px rgba(0, 0, 0, 0.2);
  font-weight: bold;
}
.successful_list_label img {
  max-width: 100%;
}

#successful_list {
  background: #fff;
  padding-bottom: 100px;
}

.successful_list {
  width: 75%;
  background: rgb(231, 218, 93);
  background: -webkit-gradient(linear, left top, right top, from(rgb(231, 218, 93)), color-stop(50%, rgb(255, 249, 196)), to(rgb(231, 218, 93)));
  background: linear-gradient(90deg, rgb(231, 218, 93) 0%, rgb(255, 249, 196) 50%, rgb(231, 218, 93) 100%);
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 15px -5px #777;
          box-shadow: 0px 0px 15px -5px #777;
  margin: 0 auto;
}

.successful_list_02 {
  background: rgb(249, 179, 88) !important;
  background: -webkit-gradient(linear, left top, right top, from(rgb(249, 179, 88)), color-stop(50%, rgb(255, 240, 221)), to(rgb(249, 179, 88))) !important;
  background: linear-gradient(90deg, rgb(249, 179, 88) 0%, rgb(255, 240, 221) 50%, rgb(249, 179, 88) 100%) !important;
}

.successful_list_title {
  width: 75%;
  font-weight: bold;
  font-size: 20px;
  margin: 0 auto 20px;
  text-align: center;
  color: #fff;
  background-color: #0068B7;
  border-radius: 50px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}

.successful_list_title_1 {
  font-size: 24px;
  background: rgb(227, 161, 47);
  background: -webkit-gradient(linear, left top, right top, from(rgb(227, 161, 47)), color-stop(50%, rgb(219, 192, 81)), to(rgb(227, 161, 47)));
  background: linear-gradient(90deg, rgb(227, 161, 47) 0%, rgb(219, 192, 81) 50%, rgb(227, 161, 47) 100%);
  border: 0;
  -webkit-box-shadow: 0px 0px 15px -5px #777;
          box-shadow: 0px 0px 15px -5px #777;
}

.successful_list_title_2 {
  font-size: 24px;
  background: rgb(137, 137, 137);
  background: -webkit-gradient(linear, left top, right top, from(rgb(137, 137, 137)), color-stop(50%, rgb(195, 195, 195)), to(rgb(137, 137, 137)));
  background: linear-gradient(90deg, rgb(137, 137, 137) 0%, rgb(195, 195, 195) 50%, rgb(137, 137, 137) 100%);
  border: 0;
  -webkit-box-shadow: 0px 0px 15px -5px #777;
          box-shadow: 0px 0px 15px -5px #777;
}

.successful_list_title_3 {
  font-size: 24px;
  background: rgb(161, 93, 39);
  background: -webkit-gradient(linear, left top, right top, from(rgb(161, 93, 39)), color-stop(50%, rgb(231, 154, 93)), to(rgb(161, 93, 39)));
  background: linear-gradient(90deg, rgb(161, 93, 39) 0%, rgb(231, 154, 93) 50%, rgb(161, 93, 39) 100%);
  border: 0;
  -webkit-box-shadow: 0px 0px 15px -5px #777;
          box-shadow: 0px 0px 15px -5px #777;
}

.successful_list_name {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto 40px;
}

.successful_list_name_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 75%;
  margin: 0 auto;
}
.successful_list_name_point > .successful_list_name {
  width: 50%;
  font-size: 18px;
}

#renewal_campaign_get_prize_form_popup {
  position: fixed;
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #0068B7;
  color: white;
  padding: 15px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.campaign_2409_sended {
  text-align: center;
  margin: 50px auto 0;
  padding: 50px;
  font-size: 24px;
  font-weight: bold;
}
.campaign_2409_sended a {
  color: #0068B7 !important;
  text-decoration: underline !important;
}

.renewal_campaign_mutual_link {
  width: 65%;
  margin: 0 auto;
  padding: 15px;
  border: 3px solid #e2a130;
  color: #e2a130;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}
.renewal_campaign_mutual_link:hover {
  background-color: #e2a130;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 1500px) {
  #renewal_campaign_elected .renewal_campaign_elected_title {
    height: 150px;
  }
  .renewal_campaign_get_prize_text {
    padding: 200px 0 0;
  }
}
@media screen and (max-width: 992px) {
  .renewal_campaign_get_prize_text {
    padding: 75px 0 0;
  }
  .renewal_campaign_get_prize_text p {
    font-size: 28px;
  }
  .renewal_campaign_get_prize_text p:nth-child(2) span {
    font-size: 34px;
  }
  .renewal_campaign_get_prize_form {
    width: 80%;
  }
  .renewal_campaign_get_prize {
    background-image: url("/campaign/images/rc2409-result-01.png"), url("/campaign/images/rc2409-result-06.png");
  }
  #renewal_campaign_elected .renewal_campaign_elected_title {
    height: 150px;
    padding: 0 100px;
  }
  .renewal_campaign_get_point {
    background-image: url("/campaign/images/rc2409-result-06.png");
  }
  .renewal_campaign_notentry_news,
  .renewal_campaign_notentry_notice {
    width: 90%;
  }
  .renewal_campaign_rejection_next {
    width: 90%;
    font-size: 12px;
  }
  .renewal_campaign_get_prize_form_submit button,
  .successful_list {
    width: 90%;
  }
  .successful_list_title,
  .successful_list_name_point,
  .successful_list_label {
    width: 100%;
  }
  .renewal_campaign_mutual_link {
    width: 95%;
    font-size: 16px;
    text-align: center;
  }
}
@media screen and (max-width: 567px) {
  #renewal_campaign_elected .renewal_campaign_elected_title {
    height: 100px;
  }
  .renewal_campaign_get_prize_text {
    padding: 50px 0 0;
  }
  .renewal_campaign_get_prize_text p {
    font-size: 22px;
  }
  .renewal_campaign_get_prize_text p:nth-child(2) span {
    font-size: 26px;
  }
  .renewal_campaign_get_prize_form {
    width: 95%;
  }
  #send_info_form input,
  #send_info_form textarea {
    width: 70%;
  }
  #send_info_form div span {
    width: 30%;
  }
  #send_info_form .terms_radio {
    width: 100%;
  }
  #send_info_form .terms_text {
    font-size: 12px;
  }
  .renewal_campaign_get_prize_button div {
    width: 80%;
  }
  .renewal_campaign_get_point {
    background-size: contain;
  }
  #renewal_campaign_elected .renewal_campaign_elected_title {
    padding: 0 20px;
  }
  .renewal_campaign_get_prize_button button {
    width: 80%;
  }
  .successful_list {
    width: 100%;
  }
  .successful_list_title {
    font-size: 16px;
  }
  .successful_list_title_1,
  .successful_list_title_2,
  .successful_list_title_3 {
    font-size: 18px;
  }
  .successful_list_name {
    font-size: 20px;
  }
  .successful_list_name_point {
    display: block;
  }
  .successful_list_name_point > .successful_list_name {
    width: 100%;
    margin: 0 auto 20px;
  }
  .campaign_2409_sended {
    font-size: 18px;
  }
}
#renewal-campaign-terms h2 {
  border-bottom: 2px solid #0068B7;
  color: #0068B7;
}
#renewal-campaign-terms h3 {
  color: #0068B7;
}
#renewal-campaign-terms p {
  font-size: 14px;
  line-height: 170%;
}
#renewal-campaign-terms p a {
  color: #0068B7;
  text-decoration: underline !important;
}
#renewal-campaign-terms ul {
  padding-left: 1rem !important;
}
#renewal-campaign-terms ul li {
  list-style: disc !important;
  font-size: 14px !important;
}

@media screen and (max-width: 576px) {
  #renewal-campaign-terms p {
    font-size: 12px;
  }
  #renewal-campaign-terms ul li {
    font-size: 12px !important;
  }
}
.calendarTable a {
  text-decoration: underline !important;
  color: #0068B7 !important;
}

.friend-nologin-container {
  width: 70%;
  background-color: #f0f0f0;
  margin: 0 auto;
}

@media screen and (max-width: 576px) {
  .friend-nologin-container {
    width: 90%;
    background-color: #f0f0f0;
    margin: 0 auto;
  }
}
#ws-reservation-body {
  width: 70%;
  margin: 0 auto;
}

.ws-reservation-title2 {
  width: 100%;
  background-color: #0068B7;
  color: #fff;
  font-size: 1.5rem;
}

.ws-reservation-title {
  width: 100%;
  background-color: #0068B7;
  color: #fff;
}
.ws-reservation-title p:first-child {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px !important;
}
.ws-reservation-title p:nth-child(2) {
  font-size: 16px;
}
.ws-reservation-title p:last-child {
  font-size: 20px;
  font-weight: bold;
  margin: 15px auto 0;
  padding: 5px;
  width: 250px;
  background-color: #fff;
  color: #0068B7;
  border-radius: 25px;
}

.ws-reservation-detail {
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #ddd;
}
.ws-reservation-detail ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  margin: 1%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ws-reservation-detail li:nth-child(2n+1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 35%;
          flex: 0 1 35%;
  border: 1px solid #ddd;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ws-reservation-detail li:nth-child(2n) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ws-reservation-detail-title {
  text-align: center;
  width: 100px;
  padding: 3px;
}

#ws-reservation-form {
  width: 90%;
  margin: 0 auto;
}

#ws-reservation-form-confirm {
  width: 70%;
  margin: 0 auto;
  background-color: #f0f0f0;
}

#ws-reservation-form-confirm-title {
  font-size: 20px;
}

#ws-reservation-form-confirm ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  margin: 1%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#ws-reservation-form-confirm li:nth-child(2n+1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 35%;
          flex: 0 1 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
}
#ws-reservation-form-confirm li:nth-child(2n) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-kana-alert {
  border: 1px solid #ED1C24;
}

.submit-notice-text {
  color: #ED1C24;
}

#ws-reservation-thanks {
  width: 90%;
  margin: 0 auto;
  background-color: #f0f0f0;
}

@media screen and (max-width: 768px) {
  #ws-reservation-body {
    width: 100%;
  }
  .ws-reservation-title p:first-child {
    font-size: 18px;
  }
  .ws-reservation-title p:nth-child(2) {
    font-size: 14px;
  }
  .ws-reservation-title p:last-child {
    font-size: 18px;
  }
  .ws-reservation-detail {
    width: 100%;
  }
  .ws-reservation-detail li:nth-child(2n+1), .ws-reservation-detail li:nth-child(2n) {
    font-size: 14px;
  }
  #ws-reservation-form-confirm {
    width: 100%;
  }
  #pharmacist p,
  #ws-reservation-form-confirm ul li {
    font-size: 14px;
  }
}
#archive h1,
#archive p,
#archive ul {
  padding: 0;
  margin: 0;
  width: 100%;
}
#archive .sp_none {
  display: block;
}
#archive .pc_none {
  display: none;
}
#archive .notoserif {
  font-family: "Noto Serif JP";
  font-weight: 700;
}
#archive .top_cards_wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
  margin: 50px auto;
  width: 80%;
}
#archive .top_cards {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#archive .cards {
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#archive .top_cards__item,
#archive .cards__item {
  width: 48%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 5px;
}
#archive .archive_btn {
  display: inline-block;
  padding: 10px 0 10px 20px;
  color: #222;
  background: #edf4fc;
  font-size: 17px;
  line-height: 1.4;
  text-align: left;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
#archive .archive_btn:hover {
  opacity: 0.7;
}
#archive .btn--arrow-right {
  position: relative;
  padding-right: 2.2em;
}
#archive .btn--arrow-right::after {
  content: "";
  width: 11px;
  height: 11px;
  border: 0;
  border-top: solid 1px #0068B7;
  border-right: solid 1px #0068B7;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
#archive .title {
  margin-bottom: 10px;
}
#archive .key_visual {
  width: 100%;
}
#archive .cat_name {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: bold;
  margin-top: 60px;
}
#archive .card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#archive .card {
  padding: 25px;
  background-color: #edf4fc;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(50% - 20px);
  flex: 1 1 calc(50% - 20px);
  /* カード幅を50%に */
  max-width: calc(50% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none !important;
  margin-bottom: 50px;
}
#archive .keyart {
  max-width: 720px;
  width: 100%;
}
#archive .keyart_text {
  font-size: 16px;
}
#archive .cont_thumb {
  width: 100%;
}
#archive .cont_thumb_a:hover {
  opacity: 0.7;
}
#archive .card-title {
  font-size: 22px;
  font-weight: bold;
  margin-top: 15px;
  color: #222;
  margin-bottom: 5px;
}
#archive .description {
  font-size: 14px;
  color: #fff;
  padding: 2px 6px;
  background-color: #ef3a40;
  max-width: 110px;
  width: 100%;
  text-align: center;
  height: 28px;
}
#archive .card-text {
  color: #777;
  font-size: 16px;
  padding: 0;
  margin-bottom: 15px;
}
#archive .detail_link {
  font-size: 14px;
  text-decoration: none !important;
  padding: 8px 34px;
  background-color: #fff;
  color: #0068B7;
  display: block !important;
  border: solid 1px #0068B7;
  border-radius: 50px;
  margin-right: 0;
  margin-left: auto;
  width: 205px;
  text-align: center;
  margin-top: auto;
}
#archive .detail_link:hover {
  color: #fff;
  background-color: #0068B7;
}
#archive .coming_soon {
  font-size: 14px;
  padding: 8px 34px;
  background-color: #777;
  color: #fff;
  display: block !important;
  margin-right: 0;
  margin-left: auto;
  width: 200px;
  text-align: center;
  margin-top: auto;
}
#archive .new_list_wrapper {
  margin-bottom: 15px;
  border-top: solid 1px #0068B7;
  padding-top: 15px;
  width: 100%;
}
#archive ul li:first-child::after {
  content: "NEW";
  color: #fff;
  background-color: #ED1C24;
  font-size: 12px;
  border-radius: 17px;
  padding: 0px 6px;
  margin-left: 5px;
}
#archive .new_icon {
  font-size: 15px;
  color: #0068B7;
  border: 2px solid #0068B7;
  border-radius: 15px;
  height: 27px;
  max-width: 140px;
  width: 100%;
  text-align: center;
  margin-bottom: 7px;
}
#archive .new_list_wrapper ul li:first-child {
  margin-bottom: 6px;
}
#archive .new_list_text {
  font-size: 16px;
  padding-bottom: 1px;
}
#archive .questionnaire_button {
  background-color: #0068B7;
  padding: 10px 40px;
  border-radius: 5px;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  border: solid 1px #0068B7;
  font-size: 18px;
}
#archive .questionnaire_button:hover {
  background-color: #fff;
  color: #0068B7;
}

@media screen and (max-width: 1200px) {
  #archive .cont_thumb {
    width: 100%;
  }
  #archive .new_list_wrapper {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  #archive .sp_none {
    display: none;
  }
  #archive .pc_none {
    display: block;
  }
  #archive .card-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #archive .card {
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  #archive .cont_title_wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #archive .cont_thumb_a,
  #archive .cont_thumb {
    max-width: none;
  }
  #archive .cont_title {
    padding-left: 0;
    min-height: 0;
  }
  #archive .description_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #archive .cont_text {
    min-height: 0;
  }
  #archive .detail_link {
    font-size: 15px;
  }
  #archive .new_list_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 0;
  }
  #archive .top_cards_wrapper {
    width: 100%;
  }
  #archive .top_cards,
  #archive .cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #archive .top_cards__item {
    max-width: none;
    width: 95%;
  }
  #archive .cards__item {
    max-width: none;
    width: 95%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  /* トップカードここから */
  /* トップカードここまで */
}
#presentation202411 .float-button__wrap {
  position: fixed;
  bottom: 11%;
  right: 16%;
  z-index: 10;
}
#presentation202411 .float-button {
  display: block;
  width: 150px;
  height: 150px;
  -webkit-box-shadow: 10px 10px 26px -11px #bababa;
  box-shadow: 10px 10px 26px -11px #bababa;
  background-color: #ffb000;
  border-radius: 100px;
  position: relative;
}
#presentation202411 .float-button-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 105px;
}
#presentation202411 {
  width: 85%;
  margin: 0 auto;
}
#presentation202411 p {
  margin: 0;
}
#presentation202411 .sp_none {
  display: none;
}
#presentation202411 .keyvisual {
  width: 100%;
  margin: 0 auto;
}
#presentation202411 .cont_wrapper {
  width: 70%;
  margin: 0 auto;
}
#presentation202411 .section_title {
  color: #0068B7;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #707070;
  padding-bottom: 20px;
  margin-top: 60px;
  margin-bottom: 15px;
}
#presentation202411 .text_color {
  color: #222;
  line-height: 1.75;
}
#presentation202411 ul {
  padding: 0;
}
#presentation202411 .blue {
  color: #0068B7;
}
#presentation202411 .program_img {
  width: 100%;
  margin: 0 auto;
}
#presentation202411 .speaker_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
#presentation202411 .doc_pic {
  max-width: 200px;
  width: 100%;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-right: 15px;
}
#presentation202411 .doc_name {
  font-size: 22px;
  color: #0068B7;
  margin-bottom: 10px;
}

/* table01 */
#table01 {
  caption-side: bottom;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
}
#table01 th,
#table01 td {
  padding: 15px 0;
  border: none;
  vertical-align: top;
}
#table01 th {
  width: 20%;
  font-weight: normal;
}

/* table01 */
#presentation202411 .caution_text {
  padding-top: 30px;
  border-top: solid 2px #707070;
}
#presentation202411 .contact {
  margin-top: 30px;
  margin-bottom: 60px;
}

.map-wrap {
  max-width: 100%;
}

.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 567px) {
  #presentation202411 .float-button__wrap {
    bottom: 15%;
    right: 5%;
  }
  #presentation202411 .float-button__wrap a {
    width: 130px;
    height: 130px;
  }
  #presentation202411 {
    width: 90%;
    margin: 0 auto;
  }
  #presentation202411 .pc_none {
    display: none;
  }
  #presentation202411 .sp_none {
    display: block;
  }
  #presentation202411 .cont_wrapper {
    width: 100%;
  }
  /* table01 */
  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
  }
  #table01 th {
    width: 100%;
    padding-bottom: 0;
  }
  #table01 td {
    padding-top: 0;
  }
  /* table01 */
  #presentation202411 .doc_pic {
    max-width: 120px;
  }
}
#ndb_index p {
  padding: 0;
  margin: 0;
}
#ndb_index .search_wrapper {
  width: 90%;
  margin: 0 auto;
}
#ndb_index .select_list {
  color: #0f82c6;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: solid 1px #0f82c6;
  font-size: 1.25rem !important;
  text-align: left;
  position: relative;
  padding-right: 20px;
}
#ndb_index .select_list:hover {
  background: #0f82c6;
  color: #fff;
}

.select_list::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #0f82c6;
  border-right: solid 2px #0f82c6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}
.select_list:hover.select_list::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

@media screen and (max-width: 567px) {
  #ndb_index .input-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #ndb_index .input-group * {
    width: 100%;
    border-radius: 0;
  }
}
#ndb_index p {
  padding: 0;
  margin: 0;
}
#ndb_index .search_wrapper {
  width: 90%;
  margin: 0 auto;
}
#ndb_index .select_list {
  color: #0f82c6;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: solid 1px #0f82c6;
  font-size: 1.25rem !important;
  text-align: left;
  position: relative;
  padding-right: 20px;
}
#ndb_index .select_list:hover {
  background: #0f82c6;
  color: #fff;
}

.select_list::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #0f82c6;
  border-right: solid 2px #0f82c6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}
.select_list:hover.select_list::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

@media screen and (max-width: 567px) {
  #ndb_index .input-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #ndb_index .input-group * {
    width: 100%;
    border-radius: 0;
  }
}
#ndb_yakolist p {
  padding: 0;
  margin: 0;
}
#ndb_yakolist .search_wrapper {
  width: 90%;
  margin: 0 auto;
}
#ndb_yakolist .yako_name {
  color: #0f82c6;
  padding: 15px;
  border: solid 1px #0f82c6;
  font-size: 33px !important;
  font-weight: normal !important;
}
#ndb_yakolist .table_title {
  color: #0f82c6;
  font-size: 20px;
}
#ndb_yakolist .select_btn {
  color: #0f82c6;
  border: solid 1px #0f82c6;
}
#ndb_yakolist .table_btn {
  color: #0f82c6;
  border: solid 1px #0f82c6;
  position: relative;
  padding-right: 20px;
}
#ndb_yakolist .table_btn:hover {
  background: #0f82c6;
  color: #fff;
}

.table_btn::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #0f82c6;
  border-right: solid 2px #0f82c6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}

#ndb_yakolist .table_btn:hover.table_btn::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
#ndb_yakolist .w-1 {
  width: 70px;
  padding: 2px 10px;
}
#ndb_yakolist .w-2,
#ndb_yakolist .w-3 {
  width: 300px;
  padding: 2px 10px;
}
#ndb_yakolist .w-4 {
  width: 120px;
  padding: 2px 10px;
}

@media screen and (max-width: 567px) {
  #ndb_yakolist .input-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #ndb_yakolist .input-group * {
    width: 100%;
    border-radius: 0;
  }
  #ndb_yakolist .table-responsive th,
  #ndb_yakolist .nowrap {
    white-space: nowrap;
  }
  #ndb_yakolist .w-1 {
    width: 50px;
  }
  #ndb_yakolist .w-2,
  #ndb_yakolist .w-3 {
    width: 150px;
  }
  #ndb_yakolist .w-4 {
    width: 40px;
  }
}
#ndb_wrap {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

#ndb_detail p {
  padding: 0;
  margin: 0;
}
#ndb_detail .search_results_title {
  color: #0f82c6;
  font-size: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
#ndb_detail .search_results_name_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
#ndb_detail .name_label {
  background-color: #0f82c6;
  font-size: 20px;
  padding: 10px 40px;
  color: #fff;
  max-width: 150px;
  width: 100%;
}
#ndb_detail .name_cont {
  background-color: #fff;
  font-size: 20px;
  padding: 10px 40px;
  color: #333;
  outline: 1px solid #0f82c6;
  outline-offset: -1px;
  width: 100%;
}
#ndb_detail .temp_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
#ndb_detail .cat_title {
  border-left: solid 6px #0f82c6;
  padding-left: 15px;
  font-size: 25px;
  color: #0f82c6;
  margin-top: 80px;
  padding-bottom: 5px;
}
#ndb_detail .cat_sub_title {
  font-size: 21px;
  margin-bottom: 30px;
  padding-top: 40px;
  padding-bottom: 5px;
  border-bottom: solid 1px #0f82c6;
}
#ndb_detail .temp_cat_name {
  background: #ebf8ff;
  padding: 10px 20px;
  border-top: solid 1px #0f82c6;
  font-size: 17px;
  position: relative;
}
#ndb_detail .temp_cat_cont {
  font-size: 17px;
  padding: 10px 20px;
  margin-bottom: 20px;
}
#ndb_detail .pref_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#ndb_detail .pref_cont_wrapper {
  width: 31%;
}

@media screen and (max-width: 567px) {
  #ndb_detail .search_results_name_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #ndb_detail .name_label {
    max-width: none;
    width: 100%;
  }
  #ndb_detail .pref_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #ndb_detail .pref_cont_wrapper {
    width: 100%;
  }
  #ndb_detail .temp_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.article_list_all_h1 {
  border-left: 5px solid #0068B7;
  padding-left: 15px;
}

.article_list_all_tabs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.article_list_all_tabs .nav-item {
  width: 30%;
  text-align: center;
  font-weight: bold;
  padding-left: 20px;
}
.article_list_all_tabs .nav-item:first-child {
  padding-left: 0 !important;
}
.article_list_all_tabs .nav-item button {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-bottom: 0 !important;
}
.article_list_all_tabs .nav-item .nav-link.active {
  cursor: default;
  background-color: #0068B7 !important;
}
.article_list_all_tabs .nav-item .nav-link:not(.active) {
  background-color: #f0f0f0;
}
.article_list_all_tabs .nav-item .nav-link:not(.active):hover {
  background-color: #00AFEC;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer !important;
}

.article_head_parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 12px -9px #777;
          box-shadow: 0px 0px 12px -9px #777;
}

#year_text_all,
#year_text_news,
#year_text_rensai {
  font-size: 20px;
}

.article_head_parts select {
  width: 200px;
  border: 0 !important;
  background-color: #0068B7;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.article_head_parts div:nth-child(2) {
  color: #0068B7;
  font-weight: bold;
  font-size: 20px;
  margin-left: auto;
}

@media screen and (max-width: 992px) {
  .article_list_all_tabs .nav-item {
    font-size: 11px;
    width: 33%;
    padding-left: 10px;
  }
  .article_list_all_tabs .nav-item button {
    padding: 5px;
  }
  #year_text_all,
  #year_text_news,
  #year_text_rensai {
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .article_head_parts div:nth-child(2) {
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .article_head_parts {
    margin-bottom: 15px;
  }
  .article_head_parts select {
    width: 100px;
    font-size: 13px;
  }
  #list_pagenation_all button:first-child, #list_pagenation_all button:last-child {
    width: 45px !important;
  }
}
#newyear2025_list .icon-grid, #newyear2026_list .icon-grid {
  display: grid;
  grid-template-columns: repeat(2, 12px);
  grid-template-rows: repeat(2, 12px);
  width: 20px;
  height: 20px;
}
#newyear2025_list .icon-grid div, #newyear2026_list .icon-grid div {
  width: 100%;
  height: 100%;
  background-color: #be1415;
}
#newyear2025_list .icon-grid .color_fff, #newyear2026_list .icon-grid .color_fff {
  background-color: #fff;
}
#newyear2025_list .title, #newyear2026_list .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  border-bottom: solid 1px #be1415;
  margin-bottom: 10px;
}
#newyear2025_list ul li, #newyear2026_list ul li {
  margin-bottom: 5px;
  font-size: 15px;
}

#feature2025 .sp_none {
  display: block;
}
#feature2025 .pc_none {
  display: none;
}

@media (max-width: 992px) {
  #feature2025 .sp_none {
    display: none;
  }
  #feature2025 .pc_none {
    display: block;
  }
}
#rare_diseases_2025 a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.rare_diseases_2025_mv {
  max-width: 680px;
  margin-bottom: 30px;
  background-image: url("/special/feature/rare_diseases/images/rare_diseases_2025_mv.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  height: 400px;
}

.rare_diseases_2025_mv_text {
  padding-top: 175px;
  margin-right: 30%;
  margin-left: 7px;
}
.rare_diseases_2025_mv_text p:first-child {
  font-weight: bold;
  font-size: 20px;
}
.rare_diseases_2025_mv_text p:last-child {
  margin-top: 15px;
  line-height: 160%;
  font-size: 15px;
}

.rare_diseases_2025_container {
  margin: 0 auto;
  max-width: 680px;
  margin-left: 7px;
  margin-right: 7px;
}

#rare_diseases_2025_newslist > p:first-child {
  font-weight: bold;
  font-size: 22px;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.rare_diseases_2025_newsitem {
  padding: 15px 0 10px;
  border-bottom: 1px solid #ddd;
}
.rare_diseases_2025_newsitem:last-child {
  border-bottom: 0;
}

.rare_diseases_2025_newsitem_left h4 {
  font-weight: bold !important;
  font-size: 22px !important;
  color: #013770 !important;
}
.rare_diseases_2025_newsitem_left p:first-child {
  font-weight: bold;
  font-size: 22px;
  color: #013770;
}
.rare_diseases_2025_newsitem_left p:nth-child(2) {
  margin: 10px 0 !important;
  color: #777;
  font-size: 14px;
  line-height: 150%;
}

.rare_diseases_clip {
  border: 0 !important;
}

.rare_diseases_2025_newsitem_right {
  max-width: 260px !important;
  height: 160px !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
}
.rare_diseases_2025_newsitem_right > a > div {
  width: 260px !important;
  height: 160px !important;
}

.rare_diseases_2025_newsitem_infoparts {
  font-size: 13px;
  color: #777;
}
.rare_diseases_2025_newsitem_infoparts .tooltip-top {
  border: 1px solid #ddd;
  border-radius: 50px;
  margin-right: 10px;
}

.rare_diseases_2025_articlelist_head p:first-child {
  font-weight: bold;
  font-size: 24px;
}
.rare_diseases_2025_articlelist_head p:last-child {
  font-size: 14px;
  color: #777;
}

.rare_diseases_2025_3blocklist div {
  width: 330px;
  height: 215px;
  -webkit-box-shadow: 0px 0px 10px -5px #777;
          box-shadow: 0px 0px 10px -5px #777;
  border-radius: 25px;
  padding: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.rare_diseases_2025_3blocklist div p:first-child {
  color: #777;
  font-weight: bold;
}
.rare_diseases_2025_3blocklist div p:nth-child(2) {
  font-size: 17px;
  font-weight: bold;
  color: #013770;
}
.rare_diseases_2025_3blocklist div p:last-child {
  font-size: 14px;
  color: #777;
  margin-top: auto !important;
}
.rare_diseases_2025_3blocklist div p:last-child.rare_diseases_2025_cover_text {
  width: 100%;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 2px 15px !important;
  font-size: 12px;
  border-radius: 0 0 25px 25px;
}
.rare_diseases_2025_3blocklist div:hover {
  -webkit-box-shadow: 0 0 5px 0 #ddd;
          box-shadow: 0 0 5px 0 #ddd;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.rare_diseases_2025_banner {
  max-width: 100%;
}

.rare_diseases_2025_block {
  margin-top: 80px;
}

.rare_diseases_2025_forcus_list {
  width: 100%;
  margin-left: auto;
}
.rare_diseases_2025_forcus_list ul {
  list-style: none !important;
}
.rare_diseases_2025_forcus_list li {
  list-style: none !important;
  width: 100%;
  border-bottom: 1px solid #707070;
  padding: 0 0 30px 0;
  margin-left: auto;
  margin-top: 30px;
}
.rare_diseases_2025_forcus_list li:first-child {
  margin-top: 45px;
}
.rare_diseases_2025_forcus_list h4 {
  color: #013770 !important;
}

.rare_diseases_2025_forcus_list_line {
  background-color: #59c5fe !important;
}

.rare_diseases_2025_newsitem .clip {
  font-size: 12px;
  color: #777;
  padding: 2px 10px;
  border: 1px solid #ddd;
  border-radius: 25px;
}

.rare_diseases_2025_comingsoon {
  background-color: #f0f0f0;
  background-image: url("/special/feature/rare_diseases/images/rare_diseases_coming_pc.png");
  background-repeat: no-repeat;
  background-position: left 20px bottom 20px;
}
.rare_diseases_2025_comingsoon p:nth-child(2) {
  color: #707070 !important;
}

.rare_diseases_2025_interview_01 {
  background-image: url("/special/feature/rare_diseases/images/rare_diseases_2025_romoto.png") !important;
  background-repeat: no-repeat;
  background-position: right 10% bottom;
  background-size: 40%;
}

.rare_diseases_2025_interview_04 {
  background-image: url("/special/feature/rare_diseases/images/rare_diseases_2025_interview_04-2.png") !important;
  background-repeat: no-repeat;
  background-size: 68%;
  background-position: right 10% bottom;
}

.rare_diseases_2025_interview_06 {
  background-image: url("/special/feature/rare_diseases/images/rare_diseases_2025_interview_06-2.jpg") !important;
  background-repeat: no-repeat;
  background-position: right 10% bottom;
  background-size: 40%;
}

.rare_diseases_2025_3blocklist div p:first-child, .rare_diseases_2025_3blocklist div p:nth-child(2) {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

@media screen and (max-width: 1024px) {
  #rare_diseases_2025 {
    padding: 0 20px;
  }
  .rare_diseases_2025_mv_text {
    padding-top: 25%;
    margin-right: 30%;
  }
  .rare_diseases_2025_block {
    margin-top: 40px;
  }
  .rare_diseases_2025_newsitem_right > a > div {
    width: 100% !important;
  }
  .rare_diseases_2025_newsitem_right {
    max-width: 260px !important;
    border: 0 !important;
  }
}
@media screen and (max-width: 1024px) and (min-width: 821px) {
  .rare_diseases_2025_3blocklist div {
    width: 65%;
    height: 170px;
    margin: 0 auto 20px;
  }
  .rare_diseases_2025_3blocklist div p:last-child.rare_diseases_2025_cover_text {
    text-align: center;
  }
  .rare_diseases_2025_interview_01 {
    background-size: 25%;
    background-position: right 5% bottom;
  }
  .rare_diseases_2025_interview_04 {
    background-image: url("/special/feature/rare_diseases/images/rare_diseases_2025_interview_04-2_sp.png") !important;
    background-size: cover;
    background-position: center;
  }
  .rare_diseases_2025_interview_06 {
    background-image: url("/special/feature/rare_diseases/images/rare_diseases_2025_interview_06-2.jpg") !important;
    background-size: 25%;
    background-position: right 5% bottom;
  }
  .rare_diseases_2025_interview_04 p {
    text-align: center;
  }
  .rare_diseases_2025_3blocklist {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .rare_diseases_2025_mv,
  .rare_diseases_2025_container {
    width: 92%;
    margin: 0 auto;
    height: auto;
  }
  .rare_diseases_2025_mv_text {
    padding-top: 25%;
    margin-right: 0 !important;
  }
  .rare_diseases_2025_block {
    margin-top: 40px;
  }
  .rare_diseases_2025_newsitem_left h4 {
    font-size: 16px !important;
  }
  .rare_diseases_2025_mv_text p:first-child {
    font-size: 15px;
    margin-right: 35%;
  }
  .rare_diseases_2025_mv_text p:last-child {
    font-size: 14px;
  }
  .rare_diseases_2025_forcus_list ul {
    padding-left: 0 !important;
  }
  .rare_diseases_2025_forcus_list > h4 {
    font-size: 16px !important;
  }
  .rare_diseases_2025_articlelist_head p:last-child {
    font-size: 13px;
  }
  .rare_diseases_2025_3blocklist {
    display: block !important;
  }
  .rare_diseases_2025_3blocklist div {
    width: 100%;
    height: 170px;
    margin-bottom: 20px;
  }
  .rare_diseases_2025_articlelist_head p:first-child {
    font-size: 18px;
  }
  .rare_diseases_2025_newsitem_right {
    width: 25% !important;
    height: auto !important;
    margin-left: 0;
    border: 0;
  }
  .rare_diseases_2025_newsitem_right > a > div {
    width: 100% !important;
    height: 100% !important;
  }
  .rare_diseases_2025_newsitem_left p:first-child {
    font-size: 18px;
  }
  .rare_diseases_2025_newsitem_left p:nth-child(2) {
    font-size: 13px;
  }
  .rare_diseases_2025_comingsoon {
    background-image: url("/special/feature/rare_diseases/images/rare_diseases_coming_sp.png");
  }
  .rare_diseases_2025_3blocklist div p:last-child.rare_diseases_2025_cover_text {
    text-align: center;
  }
  .rare_diseases_2025_interview_01 {
    background-size: 28%;
    background-position: right 5% bottom;
  }
  .rare_diseases_2025_interview_04 {
    background-image: url("/special/feature/rare_diseases/images/rare_diseases_2025_interview_04-2_sp.png") !important;
    background-size: cover;
    background-position: center;
  }
  .rare_diseases_2025_interview_06 {
    background-image: url("/special/feature/rare_diseases/images/rare_diseases_2025_interview_06-2.jpg") !important;
    background-size: 28%;
    background-position: right 5% bottom;
  }
  .rare_diseases_2025_interview_04 p {
    text-align: center;
  }
}
/* ページ共通 */
.Med-Research-info-container,
.Med-Research-background-container,
.Med-Research-overview-container,
.Med-Research-result-container,
.Med-Research-conclusion-container {
  margin-bottom: 60px;
}

.Med-Research-h3 {
  font-size: 20px;
  color: #0068B7 !important;
  font-weight: 500;
  margin: 0 0 8px 0 !important;
  border-bottom: 1px solid #0068B7;
  padding-bottom: 8px;
}

.Med-Research-background-container,
.Med-Research-conclusion-container {
  background-color: #edf4fc;
  padding: 24px;
}
.Med-Research-background-container h3,
.Med-Research-conclusion-container h3 {
  border-bottom: none;
  padding-bottom: 0px;
}

.Med-Research-h4 {
  font-size: 16px;
  font-weight: 500;
  margin: 20px 0 8px 0 !important;
}

/* メインイメージとキャプション */
.Med-Research-figure-container {
  text-align: center;
}

.Med-Research-figure {
  display: inline-block;
  text-align: right;
  width: 100%;
}
.Med-Research-figure img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.Med-Research-figure-caption {
  font-size: 12px;
  line-height: 1.4;
  margin: 8px 0;
}

/* 学会情報_学会名 */
.Med-Research-name-br {
  display: none;
}

.Med-Research-info-container a {
  text-decoration: none !important;
}

.Med-Research-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 12px;
  background-color: #edf4fc;
  color: #222;
  margin-bottom: 12px !important;
}
.Med-Research-name:hover {
  opacity: 0.7;
}
.Med-Research-name li:first-child {
  font-weight: 500;
}
.Med-Research-name li:first-child span {
  color: #0068B7;
}
.Med-Research-name li:last-child {
  font-size: 12px;
}
.Med-Research-name .bi-chevron-right {
  color: #0068B7;
  padding-left: 4px;
}

/* 学会情報_会期、演者など */
.Med-Research-info {
  font-size: 14px !important;
}
.Med-Research-info p {
  margin: 0 12px 4px 12px;
}
.Med-Research-info p span {
  font-weight: 500;
}

/* 背景 */
.Med-Research-background-container li, .Med-Research-conclusion-container li {
  list-style-type: disc;
  margin-bottom: 10px;
}
.Med-Research-background-container li:last-child, .Med-Research-conclusion-container li:last-child {
  margin-bottom: 0;
}

/* 試験概要 */
.Med-Research-table dl, .Med-Research-table-grid dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  font-size: 14px;
}
.Med-Research-table dt, .Med-Research-table-grid dt {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  background-color: #f0f0f0;
  padding: 8px 12px;
  border-top: 1px solid #ddd;
  font-weight: normal;
}
.Med-Research-table dd, .Med-Research-table-grid dd {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  padding: 8px 12px !important;
  border-top: 1px solid #ddd;
  margin-bottom: 0 !important;
}

.Med-Research-table .last-border {
  border-bottom: 1px solid #ddd;
}
.Med-Research-table dl > dt:last-of-type,
.Med-Research-table dl > dd:last-of-type {
  border-bottom: 1px solid #ddd;
}

.Med-Research-table-grid dl > dd:last-of-type {
  border-bottom: 1px solid #ddd;
}
.Med-Research-table-grid dl {
  display: grid !important;
  grid-template-columns: 1fr 2fr;
  gap: 8px;
}
.Med-Research-table-grid dt {
  white-space: nowrap;
  -ms-flex-item-align: start;
      align-self: start;
}
.Med-Research-table-grid dd {
  margin: 0;
}

.Med-Research-custom-table {
  display: grid;
  grid-template-columns: 25% 75%;
  font-size: 14px;
}

.Med-Research-custom-table-label {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-row: span 2;
  background-color: #f0f0f0;
  padding: 8px 12px;
  border-top: 1px solid #ddd;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
}

.Med-Research-custom-table-content {
  padding: 8px 12px !important;
  border-top: 1px solid #ddd;
  margin-bottom: 0 !important;
}
.Med-Research-custom-table-content:last-child {
  border-bottom: 1px solid #ddd;
}

/* 結果 */
.Med-Research-result-container div:first-child {
  margin-bottom: 10px !important;
}

/* 署名 */
.Med-Research-signature {
  text-align: right;
  font-weight: 500;
}

/* ここからSP */
@media screen and (max-width: 992px) {
  .Med-Research-name li:first-child {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .Med-Research-name-br {
    display: block;
  }
  .Med-Research-name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding: 10px 12px;
    background-color: #edf4fc;
    color: #222;
    margin-bottom: 12px !important;
  }
  .Med-Research-name li:last-child {
    width: 100%;
    text-align: right;
  }
  .Med-Research-table dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .Med-Research-background-container,
  .Med-Research-conclusion-container {
    padding: 12px;
  }
  .Med-Research-info-container,
  .Med-Research-background-container,
  .Med-Research-overview-container,
  .Med-Research-result-container,
  .Med-Research-conclusion-container {
    margin-bottom: 40px;
  }
  /* 結果 */
  .Med-Research-result-container div:first-child {
    margin-bottom: 0px !important;
  }
}
/*========= モバイルレスポンシブ ===========*/
@media screen and (max-width: 992px) {
  body {
    position: relative;
  }
  #left-column {
    width: 100%;
    margin: 0;
  }
  #top-news-head span {
    font-size: 11px;
  }
  .top-news-box {
    margin: 0;
  }
  .top-news-topic-left {
    padding-right: 10px !important;
  }
  .top-news-topic-ttl {
    font-size: 16px;
  }
  .top-news-topic-txt {
    display: none;
  }
  .top-news-topic-item .date {
    font-size: 12px;
  }
  #top-news svg {
    width: 14px;
  }
  .clip svg {
    width: 19px !important;
  }
  .top-label-area {
    margin-top: 5px;
  }
  .top-news-list {
    margin: 0 !important;
    padding: 20px 0 !important;
    border-top: 1px solid #ddd;
  }
  .top-news-list-left {
    padding-left: 0 !important;
    padding-right: 10px !important;
  }
  .top-news-container {
    border-top: 0;
  }
  .date-1culumn {
    width: 100%;
    margin-bottom: 5px;
  }
  .category-1culumn,
  .category-2culumn {
    margin-top: 8px;
  }
  .top-rensai-link div,
  .top-list-link {
    width: 100%;
    margin-right: 0;
  }
  .top-rensai-link div:first-child {
    margin-bottom: 15px;
  }
  #top-ranking-area {
    width: 100% !important;
    margin-bottom: 24px;
  }
  #right-column {
    width: 100% !important;
  }
  #footer-last-area {
    margin-bottom: 0;
    padding-bottom: 70px;
    background-color: #fff;
  }
  .footer-sp {
    padding-left: 5px !important;
  }
  .footer-copy {
    font-size: 11px;
  }
  .toast-container {
    display: none;
  }
  #header-menu-login {
    position: fixed;
    bottom: -1px;
    width: 100%;
    height: 75px;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.6);
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.6);
    z-index: 1200;
    left: 0;
    right: 0;
  }
  .info-count {
    border: 0 !important;
    font-size: 11px !important;
    text-align: center;
    margin: 0 auto !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
    padding: 15px 8px !important;
    border-radius: 0 !important;
    height: 100%;
  }
  .info-count .count_icon {
    display: block !important;
    margin: 0 auto;
    width: 100% !important;
  }
  #info-badge,
  #seminar-badge,
  #survey-badge,
  #info-badge-sp,
  #seminar-badge-sp,
  #survey-badge-sp {
    margin: 0 auto;
  }
  .header-menu {
    margin-right: 0;
  }
  #header-menu-member-btn {
    width: 25%;
  }
  .header-badge {
    font-size: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px !important;
  }
  .translate-middle {
    -webkit-transform: translate(-150%, 65%) !important;
            transform: translate(-150%, 65%) !important;
  }
  #header-area {
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  }
  #menu-mypg-sp {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.25);
    -webkit-transition: height 0.1s ease;
    transition: height 0.1s ease;
  }
  .bottom-menu-sp {
    padding: 0 !important;
  }
  #mypage-link-sp.active {
    background-color: #0068B7;
  }
  #mypage-link-sp.active a,
  #mypage-link-sp.active .count_icon {
    color: #fff !important;
  }
  #menu-mypg-sp.panelactive {
    height: 100%;
  }
  #menu-mypg-sp ul.panelactive {
    bottom: 0;
  }
  .info-count:hover {
    background-color: transparent !important;
    border-color: initial !important;
    color: initial !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
  #menu-mypg-sp ul {
    position: fixed;
    z-index: 1200;
    width: 100%;
    height: 675px;
    bottom: -150%;
    background-color: #fff;
    padding: 0 !important;
    -webkit-transition: bottom 0.2s ease;
    transition: bottom 0.2s ease;
  }
  #menu-mypg-sp ul li {
    width: 100%;
    height: 50px;
    font-size: 16px;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    font-weight: bold;
  }
  #menu-mypg-sp .menu-mypg-sp-logout {
    border-bottom: 0;
  }
  #menu-mypg-sp li span {
    margin-left: auto;
  }
  #menu-mypg-sp .header-badge {
    left: 47% !important;
  }
  #menu-mypg-sp li::before {
    line-height: 0;
    width: 30px;
  }
  #menu-mypg-sp .menu-mypg-sp-mypage::before {
    content: url("/assets/images/icons/person.svg");
  }
  #menu-mypg-sp .menu-mypg-sp-edetail::before {
    content: url("/assets/images/icons/edetail.svg");
  }
  #menu-mypg-sp .menu-mypg-sp-seminar::before {
    content: url("/assets/images/icons/person-video.svg");
  }
  #menu-mypg-sp .menu-mypg-sp-survey::before {
    content: url("/assets/images/icons/clipboard-check.svg");
  }
  #menu-mypg-sp .menu-mypg-sp-clip::before {
    content: url("/assets/images/icons/paperclip.svg");
  }
  #menu-mypg-sp .menu-mypg-sp-point::before {
    content: url("/assets/images/icons/p-circle.svg");
  }
  #menu-mypg-sp .menu-mypg-sp-comment::before {
    content: url("/assets/images/icons/chat-left-dots.svg");
  }
  #menu-mypg-sp .menu-mypg-sp-info::before {
    content: url("/assets/images/icons/list-columns-reverse.svg");
  }
  #menu-mypg-sp .menu-mypg-sp-mail::before {
    content: url("/assets/images/icons/envelope.svg");
  }
  #menu-mypg-sp .menu-mypg-sp-setting::before {
    content: url("/assets/images/icons/gear.svg");
  }
  #menu-mypg-sp .menu-mypg-sp-faq::before {
    content: url("/assets/images/icons/question-circle.svg");
  }
  #menu-mypg-sp .menu-mypg-sp-logout::before {
    content: url("/assets/images/icons/lock.svg");
  }
  .arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
  }
  .arrow::before, .arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .arrow::before {
    left: 3px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #0068B7;
    border-right: 2px solid #0068B7;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow-down::before {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  #global-nav {
    display: none;
  }
  #header-sp {
    width: 100%;
    height: 55px;
    margin: 0　 !important;
    background-color: #fff;
    padding: 0;
  }
  #top-logo-gnav {
    margin-left: 15px !important;
  }
  #top-logo-gnav img {
    width: 150px;
  }
  .header-sp-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  #header-sp-hbgmenu {
    position: relative;
    width: 55px;
    height: 55px;
    margin: 0 0 0 0;
  }
  #header-sp-search-wrap {
    margin-left: auto;
  }
  #header-sp-search {
    position: relative;
    width: 55px;
    height: 55px;
  }
  #header-sp-search .open-btn span {
    position: absolute;
    bottom: 5px;
    left: 14px;
    font-size: 12px;
    font-weight: bold;
  }
  #header-sp-login {
    position: relative;
    width: 55px;
    height: 55px;
    background: url("/assets/images/icons/person.svg") no-repeat;
    background-size: 30px 30px;
    background-position: 10px 5px;
  }
  #header-sp-login span {
    position: absolute;
    bottom: 5px;
    left: 6px;
    font-size: 10px;
    font-weight: bold;
  }
  #header-sp-signup {
    position: relative;
    width: 55px;
    height: 55px;
    background: url("/assets/images/icons/pen.svg") no-repeat;
    background-size: 20px 20px;
    background-position: 17px 10px;
  }
  #header-sp-signup span {
    position: absolute;
    bottom: 5px;
    left: 6px;
    font-size: 10px;
    font-weight: bold;
  }
  /*========= 検索窓を開くためのボタン設定 ===========*/
  .open-btn {
    position: absolute;
    top: 0;
    right: 0;
    background: url("/assets/images/icons/search.svg") no-repeat;
    background-size: 20px 20px;
    background-position: 15px 10px;
    width: 55px;
    height: 55px;
    cursor: pointer;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  .open-btn.btnactive {
    background: url("/assets/images/icons/x-lg-white.svg") no-repeat;
    background-size: 20px 20px;
    background-position: 15px 10px;
    color: #fff;
    background-color: #0068B7;
  }
  #search-wrap {
    position: absolute;
    top: 150px;
    left: 0;
    z-index: -1;
    opacity: 0;
    width: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 5px;
    background-color: #fff;
  }
  #search-wrap.panelactive {
    opacity: 1;
    z-index: 2000;
    width: 100%;
    padding: 20px;
    top: 60px;
    border-radius: 0;
  }
  #search-wrap #searchform {
    display: none;
  }
  #search-wrap.panelactive #searchform {
    display: block;
  }
  #search-wrap input {
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    color: #666;
  }
  #search-wrap input[type=text] {
    width: 100%;
    border: none;
    border-bottom: 2px solid #ccc;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    letter-spacing: 0.05em;
    height: 46px;
    padding: 10px;
  }
  #search-wrap input[type=text]:focus {
    background: #eee;
  }
  #search-wrap input[type=submit] {
    position: absolute;
    top: 10px;
    right: 30px;
    background: url("/assets/images/icons/search.svg") no-repeat right;
    background-size: 20px 20px;
    width: 30px;
    height: 60px;
  }
  #searchsubmit {
    border: 0;
  }
  /*========= ハンバーガーメニュー開閉ボタン ===========*/
  .openbtn4 {
    position: relative;
    cursor: pointer;
    width: 55px;
    height: 55px;
  }
  .openbtn4 span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 2px;
    width: 45%;
    background-color: #222;
  }
  .openbtn4 span:nth-of-type(1) {
    top: 11px;
  }
  .openbtn4 span:nth-of-type(2) {
    top: 19px;
  }
  .openbtn4 span:nth-of-type(3) {
    top: 27px;
  }
  .openbtn4 span:nth-of-type(3)::after {
    content: "Menu";
    position: absolute;
    top: 5px;
    left: -8px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .openbtn4.active {
    background-color: #0068B7;
    color: #fff;
  }
  .openbtn4.active span:nth-of-type(1) {
    top: 14px;
    left: 18px;
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
    width: 30%;
    background-color: #fff;
  }
  .openbtn4.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn4.active span:nth-of-type(3) {
    top: 26px;
    left: 18px;
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
    width: 30%;
    background-color: #fff;
  }
  .openbtn4.active span:nth-of-type(3)::after {
    content: "Close";
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
    top: 5px;
    left: 0px;
  }
  /*========= ハンバーガーメニュー部分 ===========*/
  #header2312 {
    position: relative;
  }
  #hbg-gnav {
    width: 100%;
    position: fixed;
    top: 55px;
    right: -800px;
    z-index: 10000;
    height: 100%;
    -webkit-transition: right 0.4s ease;
    transition: right 0.4s ease;
    overflow: scroll;
  }
  #hbg-menu-overlay {
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 55px;
    right: -800px;
    z-index: 9999;
    width: 100%;
    height: 100%;
    -webkit-transition: right 0.4s ease;
    transition: right 0.4s ease;
    overflow: scroll;
  }
  #hbg-gnav ul.hbg-wrap {
    margin-bottom: 55px !important;
  }
  #hbg-gnav ul {
    padding: 0 !important;
    background-color: #fff;
    margin-bottom: 0 !important;
  }
  #hbg-gnav.panelactive {
    right: 0;
  }
  #hbg-menu-overlay.panelactive {
    right: 0;
  }
  #hbg-gnav ul li {
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    border-top: 1px solid #ddd;
  }
  #hbg-gnav .accordion-item,
  #hbg-gnav .accordion {
    border-top: 1px solid #ddd;
  }
  #hbg-gnav .accordion-item:first-child {
    border-top: 0;
  }
  #hbg-gnav ul li p,
  #hbg-gnav .accordion-button {
    padding: 10px 15px;
    margin: 0;
    position: relative;
  }
  #hbg-gnav ul li p span:first-child {
    position: absolute;
    right: 15px;
    top: 50%;
  }
  #hbg-gnav .accordion-button {
    font-size: 14px;
    font-weight: bold;
    border: 0;
    width: 100%;
  }
  #hbg-gnav .accordion-body {
    padding: 0;
  }
  #hbg-gnav .accordion-body li {
    padding-left: 30px;
  }
  #hbg-gnav .accordion-body li:first-child {
    margin-top: 0;
  }
  #hbg-gnav h2 {
    position: relative;
    color: #2c3e50;
  }
  #hbg-gnav h2 .accordion-button {
    color: #2c3e50;
  }
  #hbg-gnav h2 span {
    position: absolute;
    right: 15px;
    top: 50%;
  }
  #hbg-gnav .accordion-button:not(.collapsed) .arrow-down::before {
    -webkit-transform: rotate(-45deg) !important;
            transform: rotate(-45deg) !important;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .accordion-button {
    border-radius: 0 !important;
  }
  .accordion-button:not(.collapsed) {
    background-color: #0068B7 !important;
  }
  .accordion-button:not(.collapsed) .arrow::before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    /* 非回転状態に設定 */
  }
  #hbg-gnav .accordion-button:not(.collapsed)::after {
    content: "－";
    background-image: none;
    font-size: 18px;
    margin-right: 11px;
    color: #fff;
  }
  #hbg-gnav .accordion-button.collapsed::after {
    content: "＋";
    background-image: none;
    font-size: 18px;
    margin-right: 10px;
    color: #0068B7;
  }
  .with-header {
    padding-top: 0;
  }
}
/* モバイルレスポンシブここまで */
@media (max-height: 676px) {
  #menu-mypg-sp ul {
    height: 540px;
  }
  #menu-mypg-sp ul li {
    height: 40px;
    font-size: 13px;
    padding: 8px 20px;
  }
  #menu-mypg-sp .translate-middle {
    -webkit-transform: translate(-200%, 50%) !important;
            transform: translate(-200%, 50%) !important;
  }
}
/*========= タブレットのレスポンシブ ===========*/
@media (min-width: 768px) and (max-width: 992px) {
  #hbg-gnav,
  #hbg-menu-overlay {
    right: -1200px;
  }
  #top-logo-gnav img {
    width: 250px;
  }
  #hbg-gnav,
  #hbg-menu-overlay,
  #search-wrap.panelactive {
    top: 80px;
  }
  #menu-mypg-sp .header-badge {
    left: 28% !important;
  }
  .translate-middle {
    -webkit-transform: translate(-300%, 65%) !important;
            transform: translate(-300%, 65%) !important;
  }
  .footer_right {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .footer-flex {
    margin-left: 6rem !important;
    margin-right: 0rem !important;
  }
  .clip-1culumn,
  .clip-2culumn {
    width: auto;
  }
  .top-news-topic-item span,
  .category-2culumn {
    margin-top: 0;
  }
}
@media screen and (max-width: 1200px) {
  #top-logo-gnav img {
    width: 170px;
  }
  .js-button-megaMenu {
    font-size: 13px;
  }
  #input-search {
    width: 165px;
  }
  #search-gnav input:focus {
    width: 150px;
  }
  .footer-sp {
    padding-left: 8px;
  }
}
@media (max-height: 440px) and (max-width: 992px) {
  #menu-mypg-sp ul.panelactive {
    height: calc(100% - 45px);
    overflow-y: scroll;
    bottom: 45px;
    margin-bottom: 0;
  }
  #header-menu-login {
    height: 45px;
  }
  #header-menu-login #info-badge, #header-menu-login #seminar-badge, #header-menu-login #survey-badge, #header-menu-login #info-badge-sp, #header-menu-login #seminar-badge-sp, #header-menu-login #survey-badge-sp {
    display: none;
  }
  #header-menu-login .info-count {
    padding: 4px 5px !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  #page-top {
    bottom: 50px;
  }
  #hbg-gnav, #hbg-menu-overlay, #search-wrap.panelactive {
    top: 55px;
  }
}
/* モバイルレスポンシブここまで *//*# sourceMappingURL=base.css.map */