@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;500;700;900&family=Noto+Serif+JP:wght@400;500;600;700");
/*Reset*/
html, body, section,
h1, h2, h3, h4, h5, h6,
ul, ol, li, p, th, td, div,
a, b, em, i, abbr, aside, strong, figure, picture, video {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-size: inherit;
  box-sizing: border-box;
  list-style: none; }

img {
  max-width: 100%;
  height: auto; }

iframe {
  max-width: 100%; }

table {
  border-collapse: collapse; }

/*Saiseikai Basic*/
body {
  font-size: 16px;
  line-height: 1.7;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.1em;
  color: #292938;
  padding-top: 60px; }

body.home {
  padding-top: 0; }

a {
  text-decoration: none;
  transition-duration: 0.2s;
  color: #0675b5; }

a:hover {
  color: #e33; }

/*Common*/
.w1240 {
  width: 1240px;
  max-width: 100%;
  margin: 0 auto; }

.w1000 {
  width: 1000px;
  max-width: 90%;
  margin: 0 auto; }

.font-m {
  font-family: 'Noto Serif JP',YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; }

.sp {
  display: none; }

.outView {
  opacity: 0;
  transition-duration: 0.8s;
  transition-delay: 0.2s; }
  .outView.inView {
    opacity: 1; }

.linkbtn {
  display: inline-block;
  padding: 8px 24px;
  border-radius: 40px;
  border: 1px solid #0675b5;
  transition-duration: 0.5s;
  background: rgba(255, 255, 255, 0.72); }
  .linkbtn:hover {
    color: #fff;
    background: #0675b5; }

.s-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 90;
  transition-duration: 0.5s;
  padding: 0 0;
  font-feature-settings: 'palt'; }
  .s-header .w1240 {
    display: flex;
    justify-content: space-between;
    align-items: stretch; }
  .s-header b {
    flex: 0 0 160px;
    padding: 24px 8px 24px 0;
    height: 100px;
    display: flex;
    align-items: center; }
    .s-header b a {
      position: relative;
      display: block;
      line-height: 0; }
    .s-header b img {
      transition-duration: 0.5s; }
  .s-header .head-topics {
    font-size: 0.9em;
    padding: 4px;
    display: flex;
    align-items: center; }
    .s-header .head-topics a {
      display: block;
      padding: 8px 16px;
      background: #e22;
      color: #fff;
      border-radius: 8px; }
    .s-header .head-topics a:hover {
      background: #789; }
  .s-header .hover {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0; }
  .s-header ul {
    display: flex;
    justify-content: flex-end;
    font-size: 0.90em; }
  .s-header li {
    display: flex; }
    .s-header li:hover a.parent {
      color: #111; }
  .s-header li .fa-solid {
    margin-left: 2px;
    display: none; }
  .s-header li.search form {
    display: flex;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    position: absolute;
    right: 0;
    top: -50%;
    transform: translateY(-50%);
    transition-duration: 0.3s;
    height: 100%;
    align-items: center; }
    .s-header li.search form input {
      transition-duration: 0.3s;
      box-sizing: border-box;
      height: 32px;
      outline: none; }
    .s-header li.search form input[type="text"] {
      width: 50vw;
      max-width: 700px;
      padding: 6px 2px;
      border: 1px solid #999;
      margin-right: 4px;
      border-radius: 0; }
      .s-header li.search form input[type="text"]:focus::placeholder {
        color: transparent; }
    .s-header li.search form input[type="submit"] {
      padding: 4px 6px 8px;
      background: #bbb;
      color: #222;
      cursor: pointer;
      border: 1px solid #999;
      border-radius: 1px; }
      .s-header li.search form input[type="submit"]:hover {
        background: #0675b5;
        color: #fff; }
  .s-header li.search .search_close span {
    background: #444; }
  .s-header li.search .search_close a {
    padding: 0;
    width: 20px; }
  .s-header li.search.show form {
    visibility: visible;
    opacity: 1;
    width: 100%;
    top: 50%; }
  .s-header li.search.show i.search_icon {
    display: none; }
  .s-header li.search p.search_close {
    display: none;
    align-items: center;
    padding: 16px 12px;
    color: #fff;
    cursor: pointer;
    z-index: 22; }
    .s-header li.search p.search_close:hover {
      opacity: 0.6; }
  .s-header li.search.show p.search_close {
    display: flex; }
  .s-header li a,
  .s-header li i.search_icon {
    display: flex;
    align-items: center;
    padding: 16px 16px;
    padding-left: 5px;
    color: #fff;
    cursor: pointer; }
  .s-header li a.nolink {
    cursor: default; }
  .s-header li i.search_icon {
    position: relative; }
    .s-header li i.search_icon .hover {
      left: auto;
      top: auto; }
    .s-header li i.search_icon:hover {
      opacity: 0.7; }
  .s-header.showsearch, .s-header:hover, .s-header.scrolled {
    background: #fff; }
    .s-header.showsearch .normal, .s-header:hover .normal, .s-header.scrolled .normal {
      opacity: 0; }
    .s-header.showsearch .hover, .s-header:hover .hover, .s-header.scrolled .hover {
      opacity: 1; }
    .s-header.showsearch a.parent, .s-header:hover a.parent, .s-header.scrolled a.parent {
      color: #0675b5; }
    .s-header.showsearch a.parent:hover, .s-header:hover a.parent:hover, .s-header.scrolled a.parent:hover {
      color: #111; }
    .s-header.showsearch i img, .s-header:hover i img, .s-header.scrolled i img {
      stroke: #333; }
  .s-header.showsearch .head-topics,
  .s-header.showsearch li {
    display: none; }
  .s-header.showsearch li.search {
    display: flex; }
  .s-header.scrolled {
    border-bottom: 1px solid #ddd; }
    .s-header.scrolled b {
      padding: 4px 8px 4px 0;
      height: 60px; }
    .s-header.scrolled .s-header-mega {
      top: 60px; }

.s-header-mega {
  transition-delay: 0.1s;
  visibility: hidden;
  height: 0;
  max-height: calc(100vh - 60px);
  opacity: 0;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 99px;
  width: 100%;
  background: #0675b5;
  color: #fff;
  padding: 0 40px;
  overflow-y: auto; }
  .s-header-mega .w1000 {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
    width: 100%;
    max-width: 1100px; }
  .s-header-mega h3 {
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.3;
    padding: 0 0 16px;
    overflow: hidden; }
    .s-header-mega h3 span {
      float: right;
      font-size: 0.8em; }
      .s-header-mega h3 span a {
        color: #fff; }
      .s-header-mega h3 span a:hover {
        text-decoration: underline; }
    .s-header-mega h3 img {
      max-width: 32px;
      margin: 0 2px 0 0;
      vertical-align: middle; }
  .s-header-mega .s-newslist {
    display: block;
    background: none; }
    .s-header-mega .s-newslist ul {
      display: block; }
    .s-header-mega .s-newslist li {
      display: block;
      font-size: 1.2em; }
      .s-header-mega .s-newslist li i {
        flex: 0 0 10em;
        white-space: nowrap; }
      .s-header-mega .s-newslist li a {
        color: #fff;
        padding: 0; }
      .s-header-mega .s-newslist li a:hover {
        color: #fff;
        opacity: 0.8; }

li.open .s-header-mega {
  visibility: visible;
  opacity: 1;
  height: auto;
  transition-duration: 0.5s;
  transition-delay: 0.1s; }

.s-header-mega-lead {
  flex: 0 0 44%;
  padding-right: 24px; }
  .s-header-mega-lead p {
    padding: 0 0 1em; }

.s-header-mega-link {
  flex: 0 0 54%; }
  .s-header-mega-link ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 1em; }
  .s-header-mega-link li {
    display: block;
    flex: 0 0 50%;
    padding: 0 8px 16px; }
    .s-header-mega-link li a {
      display: block;
      border-radius: 8px;
      background: #fff;
      color: #0675b5;
      text-align: center;
      padding: 12px 6px;
      transition-duration: 0.3s;
      white-space: nowrap; }
    .s-header-mega-link li a:hover {
      background: #e8fbff;
      color: #0675b5; }

.s-top-content-title {
  text-align: center;
  padding: 0 0 80px; }
  .s-top-content-title h2 {
    display: inline-block; }
  .s-top-content-title h2 b {
    display: block;
    font-size: 1.6em;
    font-size: 3.6em;
    font-weight: 300;
    padding: 0 4px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }
  .s-top-content-title h2 em {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    font-family: 'Noto Serif JP',YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 0,8em;
    padding: 0 40px;
    position: relative; }
    .s-top-content-title h2 em::before, .s-top-content-title h2 em::after {
      content: "";
      width: 24px;
      margin: 0 16px 0 0;
      height: 1px;
      background: #444;
      left: 0;
      box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }
    .s-top-content-title h2 em::after {
      margin: 0 0 0 16px;
      left: auto;
      right: 0; }
  .s-top-content-title h3 {
    padding: 40px 0 0;
    font-weight: 500; }

.s-content-topics {
  border-top: 1px solid #fff;
  padding: 120px 0;
  background: #DDFFF1;
  background-size: 10px; }
  .s-content-topics .w1240 {
    max-width: 92%; }

.s-content-topics-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .s-content-topics-list ul::after {
    content: "";
    width: 30%; }
.s-content-topics-list li {
  background: #fff;
  flex: 0 0 32%;
  padding: 8px;
  margin: 0 0 24px; }
  .s-content-topics-list li em {
    display: block; }
    .s-content-topics-list li em img {
      height: 40px;
      width: auto; }
  .s-content-topics-list li span {
    display: block;
    padding: 8px 0;
    font-size: 0.7em; }
  .s-content-topics-list li a {
    display: block;
    line-height: 0.2; }
    .s-content-topics-list li a strong {
      display: none; }

.new {
  display: inline-block;
  font-size: 9px;
  background: #d22;
  color: #fff;
  padding: 2px 4px;
  line-height: 1.1; }

.s-footer {
  background: linear-gradient(0deg, #f3f2ff 0%, #f5faff 100%);
  background-attachment: fixed;
  background: url("../images/common/bg-footer.png");
  padding: 80px 0 24px; }
  .s-footer .w1240 {
    max-width: 96%; }
  .s-footer b {
    display: block;
    text-align: center;
    padding-bottom: 16px; }
  .s-footer ul {
    padding: 24px 0 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.9em; }
  .s-footer li {
    padding: 0 24px 40px 0;
    flex: 0 0 25%; }
    .s-footer li i.parent,
    .s-footer li a.parent {
      color: #0675b5;
      display: inline-block;
      padding-bottom: 2px;
      border-bottom: 2px solid #0675b5; }
  .s-footer li ul {
    display: block;
    font-size: 0.9em;
    padding: 0; }
  .s-footer li li {
    padding: 8px 0 0 8px; }
    .s-footer li li a {
      border: 0; }
  .s-footer ul.sub {
    font-size: 0.7em;
    justify-content: center;
    padding-bottom: 24px; }
    .s-footer ul.sub li {
      padding: 0 8px;
      flex: none; }
      .s-footer ul.sub li a {
        border: 0; }
    .s-footer ul.sub li.link_fb a {
      display: flex;
      align-items: center; }
    .s-footer ul.sub li.link_fb i {
      flex: 0 0 28px;
      padding-right: 6px;
      line-height: 0; }
  .s-footer p {
    padding: 16px 0;
    font-size: 11px;
    text-align: center; }

.goPageTop {
  bottom: 24px; }

/*
*/
@media (max-width: 1280px) {
  .w1240 {
    max-width: 96%; }

  .s-header.scrolled li a,
  .s-header li a {
    padding: 16px 12px;
    font-size: 0.9em; }

  .s-header .head-topics a {
    padding: 8px;
    font-size: 0.9em; } }
@media (max-width: 1080px) {
  .hum.sp {
    display: block;
    padding: 12px 8px; }

  .hum_in.sp {
    display: block;
    padding: 8px;
    position: fixed;
    right: 8px;
    top: 8px; }

  .s-header .w1240 {
    align-items: center; }
  .s-header ul {
    display: none; }
  .s-header.scrolled .hum.sp {
    padding: 12px 8px; }
  .s-header.scrolled .menu-trigger span {
    background: #777; }
  .s-header.scrolled b {
    height: auto; }
  .s-header.scrolled .s-header-mega {
    top: 0; }
  .s-header:hover .menu-trigger span {
    background: #777; }
  .s-header .s-header-mega {
    top: 0; }

  .s-header li.search {
    order: -1; }

  .s-header li.search form {
    padding: 16px 8px;
    right: auto;
    left: 0;
    top: 0;
    transform: translateY(0);
    justify-content: flex-start;
    background: #fff;
    z-index: 2;
    opacity: 1;
    visibility: visible;
    position: relative; }

  .s-header li i.search_icon {
    display: none; }

  .s-header.active li.search form .search_close span {
    background: #444; }

  .s-header li.show i.search_icon {
    opacity: 0; }

  .s-header.active {
    background: #fff; }
    .s-header.active .w1240 {
      align-items: flex-start;
      justify-content: space-between;
      flex-wrap: wrap; }
    .s-header.active .hover {
      opacity: 1; }
    .s-header.active ul {
      display: flex;
      flex-direction: column;
      justify-content: center;
      flex: 0 0 100%; }
    .s-header.active ul li {
      border-top: 1px solid #ddd;
      display: block; }
      .s-header.active ul li a {
        display: block; }
      .s-header.active ul li a.menu-trigger {
        padding: 0; }
      .s-header.active ul li.open .s-header-mega {
        visibility: visible;
        opacity: 1;
        top: 0;
        padding: 0 24px; }
    .s-header.active ul li li {
      border: 0; }
    .s-header.active li a {
      color: #0675b5; }
    .s-header.active .menu-trigger span {
      background: #777; }
    .s-header.active .open .menu-trigger span {
      background: #fff; }
    .s-header.active .s-header-mega .s-newslist ul {
      display: block; }
      .s-header.active .s-header-mega .s-newslist ul li a {
        color: #fff; }
    .s-header.active .s-header-mega .w1000 {
      display: block; }

  .s-header.active h3 span a {
    color: #fff; }
    .s-header.active h3 span a:hover {
      text-decoration: underline; }

  .s-header.active ul li a:hover {
    color: #222; } }
.s-newslist {
  padding: 40px;
  background: #fff;
  margin-bottom: 24px; }
  .s-newslist ul {
    border-top: 1px dashed #ddd; }
  .s-newslist li {
    padding: 12px 0;
    border-bottom: 1px dashed #ddd;
    font-size: 0.9em; }
    .s-newslist li a {
      display: flex;
      align-items: center; }
    .s-newslist li span {
      flex: 0 0 8em;
      font-size: 0.9em; }
    .s-newslist li i {
      flex: 0 0 9em;
      padding: 4px 8px;
      font-size: 0.9em; }
    .s-newslist li em {
      flex: 0 1 auto;
      padding: 0 0 0 1em; }

.MedicalCheckTabCont3 li a span {
  display: inline; }

.justify-center {
  justify-content: center; }

@media (max-width: 768px) {
  .pc {
    display: none; }

  .sp {
    display: block; }

  .Saiseikai {
    padding-top: 0; }

  .s-content-topics {
    padding: 64px 0; }

  .s-top-content-title h2 b {
    font-size: 2.1em; }

  .s-footer li {
    flex: 0 0 auto;
    min-width: 48%;
    padding: 0 0 24px; }
    .s-footer li.flex100 {
      flex: 0 0 100%; }

  .lgFlex {
    display: block; } }
@media (max-width: 480px) {
  .w1240 {
    max-width: 92%; }

  .s-header b {
    flex: 0 0 33vw; }

  .s-header .head-topics {
    font-size: 0.8em; }
    .s-header .head-topics a {
      padding: 4px 8px;
      line-height: 1.2; }

  .s-header-mega {
    max-height: 100vh; }

  .s-header-mega .w1000 {
    padding-bottom: 80px; }

  .Flex {
    display: block; }

  ul.Flex-2s li {
    max-width: 100%; }

  .s-content-topics-list li {
    flex: 0 0 49%;
    font-size: 0.85em;
    margin-bottom: 2vw; }
    .s-content-topics-list li strong {
      font-weight: 500; }
    .s-content-topics-list li em img {
      height: 24px; }

  .s-newslist li em {
    display: block;
    padding: 0; }

  .s-header.active .s-newslist ul li,
  .s-header .s-newslist ul li {
    border-bottom: 1px dashed #ddd; }

  .s-header.scrolled .s-newslist li a,
  .s-header .s-newslist li a {
    padding: 2px 0; }

  .s-footer li {
    flex: 0 0 50%;
    padding: 0 8px 24px;
    font-size: .9em; }

  .s-footer ul.sub li {
    min-width: 1px; }
    .s-footer ul.sub li a {
      display: block;
      padding: 8px; } }
/*===========
#HUMBERGER
============*/
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }

.menu-trigger {
  position: relative;
  width: 30px;
  height: 25px;
  margin-left: auto; }

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 2px; }

.menu-trigger span:nth-of-type(1) {
  top: 0; }

.menu-trigger span:nth-of-type(2) {
  top: 11px; }

.menu-trigger span:nth-of-type(3) {
  bottom: 0; }

.menu-trigger span:nth-of-type(1) {
  animation: menu-bar01 .75s forwards; }

@keyframes menu-bar01 {
  0% {
    transform: translateY(11px) rotate(45deg); }
  50% {
    transform: translateY(11px) rotate(0); }
  100% {
    transform: translateY(0) rotate(0); } }
.menu-trigger span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1; }

.menu-trigger span:nth-of-type(3) {
  animation: menu-bar03 .75s forwards; }

@keyframes menu-bar03 {
  0% {
    transform: translateY(-11px) rotate(-45deg); }
  50% {
    transform: translateY(-11px) rotate(0); }
  100% {
    transform: translateY(0) rotate(0); } }
.menu-trigger.active span:nth-of-type(1) {
  animation: active-menu-bar01 .75s forwards; }

@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0); }
  50% {
    transform: translateY(11px) rotate(0); }
  100% {
    transform: translateY(11px) rotate(45deg); } }
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0; }

.menu-trigger.active span:nth-of-type(3) {
  animation: active-menu-bar03 .75s forwards; }

@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0); }
  50% {
    transform: translateY(-11px) rotate(0); }
  100% {
    transform: translateY(-11px) rotate(-45deg); } }
.anchor {
  display: block;
  padding-top: 92px;
  margin-top: -92px;
  position: relative;
  z-index: -1; }

.topics-timeline {
  background: #fff;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 0 8px #ddd;
  margin-bottom: 8px; }
  .topics-timeline .topics-head {
    display: flex;
    align-items: center;
    border-bottom: 1px dotted #ccc;
    padding: 0 0 8px;
    margin: 0 0 8px; }
    .topics-timeline .topics-head h3 {
      flex: 1;
      display: flex;
      flex-wrap: wrap;
      display: flex;
      padding-top: 0;
      justify-content: space-between;
      font-weight: 400; }
      .topics-timeline .topics-head h3 b {
        flex: 0 0 100%;
        font-size: 1.3em;
        padding-top: 4px; }
      .topics-timeline .topics-head h3 em {
        font-size: 0.9em;
        display: flex;
        align-items: center; }
      .topics-timeline .topics-head h3 time {
        font-size: 12px;
        color: #595; }
    .topics-timeline .topics-head .tl-avator {
      flex: 0 0 88px;
      padding-right: 16px; }
      .topics-timeline .topics-head .tl-avator img {
        border-radius: 50%;
        aspect-ratio: 1 /1;
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .topics-timeline a.topics-catlink {
    display: inline-block;
    border: 1px solid #333;
    color: #333;
    padding: 3px 8px;
    line-height: 1.2;
    margin-left: 8px;
    font-size: 11px; }
    .topics-timeline a.topics-catlink:hover {
      background: #B3D6F4;
      border-color: #B3D6F4; }
  .topics-timeline .topics-body-text.shortn p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; }
    .topics-timeline .topics-body-text.shortn p:nth-child(n+2) {
      display: none; }
  .topics-timeline .topics-body-text.shortn blockquote {
    display: none; }
  .topics-timeline .topics-body-text.longn p {
    transition-duration: 1.0s;
    overflow: visible;
    -webkit-line-clamp: inherit;
    height: auto;
    display: block; }
    .topics-timeline .topics-body-text.longn p:nth-child(n+2) {
      display: block; }
  .topics-timeline .topics-body-text.longn blockquote {
    display: block; }
  .topics-timeline .topics-body-text p {
    font-size: 0.9em;
    line-height: 2;
    margin-bottom: 1em; }
  .topics-timeline .topics-body-text blockquote {
    font-size: 0.8em;
    border-radius: 12px;
    background: #fff1fc;
    padding: 16px; }
  .topics-timeline .toggle {
    display: block;
    text-align: center;
    font-size: 0.8em;
    padding: 0 0 1em;
    cursor: pointer; }
    .topics-timeline .toggle::before {
      content: "";
      width: 8px;
      height: 8px;
      margin-right: 8px;
      display: inline-block;
      border-left: 1px solid #0675b5;
      border-bottom: 1px solid #0675b5;
      transform: rotate(-45deg);
      transform-origin: left; }
    .topics-timeline .toggle:hover {
      color: #d11; }
    .topics-timeline .toggle:hover::before {
      border-color: #d11; }
  .topics-timeline .topics-tag {
    padding: 8px 0;
    margin-bottom: 16px;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd; }
    .topics-timeline .topics-tag li {
      display: inline-block;
      font-size: 0.7em;
      padding-right: 1em; }
  .topics-timeline .topics-img {
    display: grid;
    border-radius: 8px;
    overflow: hidden;
    max-width: 92%;
    margin: 24px auto; }
    .topics-timeline .topics-img p {
      grid-column: 1;
      margin: 0;
      line-height: 0; }
      .topics-timeline .topics-img p a {
        display: block;
        height: 100%;
        background: #fff; }
      .topics-timeline .topics-img p img {
        height: 100%;
        width: 100%;
        object-fit: contain;
        aspect-ratio: 16 / 9; }
    .topics-timeline .topics-img:has(> :nth-child(1)) {
      display: block;
      max-width: 50%; }
    .topics-timeline .topics-img:has(> :nth-child(2)) {
      max-width: 72%;
      display: grid; }
      .topics-timeline .topics-img:has(> :nth-child(2)) p:nth-of-type(1) {
        grid-column: 1;
        grid-row: 1 / 3; }
      .topics-timeline .topics-img:has(> :nth-child(2)) p:nth-of-type(2) {
        grid-column: 2;
        grid-row: 1 / 3; }
    .topics-timeline .topics-img:has(> :nth-child(3)) {
      max-width: 80%;
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr 1fr; }
      .topics-timeline .topics-img:has(> :nth-child(3)) p:nth-of-type(1) {
        grid-column: 1;
        grid-row: 1 / 3; }
      .topics-timeline .topics-img:has(> :nth-child(3)) p:nth-of-type(2) {
        grid-column: 2;
        grid-row: 1; }
      .topics-timeline .topics-img:has(> :nth-child(3)) p:nth-of-type(3) {
        grid-column: 2;
        grid-row: 2; }

.time_line_top .topics-timeline .topics-body-text.shortn .topics-img-wrap {
  display: none; }
.time_line_top .topics-timeline .topics-body-text.longn .topics-img-wrap {
  display: block; }

@media (max-width: 480px) {
  .time_line .topics-wrap {
    max-height: 50vh; }

  .topics-timeline {
    padding: 16px; }
    .topics-timeline .topics-head {
      display: grid;
      grid-template-columns: 25% 1fr;
      position: relative; }
      .topics-timeline .topics-head .tl-avator {
        grid-column: 1;
        grid-row: 1 / 3;
        line-height: 0;
        padding-right: 8px; }
      .topics-timeline .topics-head h3 {
        display: contents; }
        .topics-timeline .topics-head h3 em {
          grid-column: 2;
          grid-row: 1;
          display: block; }
          .topics-timeline .topics-head h3 em a {
            display: block;
            padding-left: 8px; }
          .topics-timeline .topics-head h3 em a.topics-catlink {
            display: inline-block; }
        .topics-timeline .topics-head h3 time {
          position: absolute;
          right: 0;
          top: 0;
          font-weight: 400; }
        .topics-timeline .topics-head h3 b {
          grid-column: 1 / 3;
          grid-row: 3;
          line-height: 1.4;
          padding: 8px 0 0;
          font-size: 1.2em; } }

/*# sourceMappingURL=saiseikai_commmon.css.map */
