/* reset */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0; }

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
  list-style: none; }

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth; }

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

a {
  text-decoration: none; }

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block; }

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit; }

button {
  border: 1px solid #ccc; }

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto; }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }
ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul li {
    margin: 0;
    padding: 0; }

fieldset {
  display: block;
  border: none;
  padding: 0;
  margin: 0; }

iframe {
  max-width: 100% !important;
  width: 100% !important; }

hr {
  margin-top: 1em;
  margin-bottom: 1em;
  border-top: 1px solid #cccccc;
  width: 100%; }

blockquote {
  padding-left: 2em; }

.tox-toolbar {
  flex-wrap: wrap !important; }

/*  reset */
/* config */
.col_grn {
  color: #366532; }

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

.col_red {
  color: #ED5565; }

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

.col_yel {
  color: #FFCE54; }

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

.col_mnt {
  color: #48CFAD; }

.col_bgmnt {
  background-color: #37BC9B !important;
  color: #fff !important; }

.col_blu {
  color: #5D9CEC; }

.col_bgblu {
  background-color: #4A89DC !important;
  color: #fff !important; }

.col_pnk {
  color: #EC87C0; }

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

.col_org {
  color: #FC6E51; }

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

.col_gls {
  color: #A0D468; }

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

.col_aqa {
  color: #4FC1E9; }

.col_bgaqa {
  background-color: #3BAFDA !important;
  color: #fff !important; }

.col_ppl {
  color: #AC92EC; }

.col_bgppl {
  background-color: #967ADC !important;
  color: #fff !important; }

.colorset:nth-of-type(1) .colorset_color, .colorset:nth-of-type(10) .colorset_color {
  color: #DA4453; }
  .colorset:nth-of-type(1) .colorset_color.bg, .colorset:nth-of-type(10) .colorset_color.bg {
    background-color: #DA4453;
    color: #fff; }

.colorset:nth-of-type(2) .colorset_color, .colorset:nth-of-type(11) .colorset_color {
  color: #37BC9B; }
  .colorset:nth-of-type(2) .colorset_color.bg, .colorset:nth-of-type(11) .colorset_color.bg {
    background-color: #37BC9B;
    color: #fff; }

.colorset:nth-of-type(3) .colorset_color, .colorset:nth-of-type(12) .colorset_color {
  color: #F6BB42; }
  .colorset:nth-of-type(3) .colorset_color.bg, .colorset:nth-of-type(12) .colorset_color.bg {
    background-color: #F6BB42;
    color: #fff; }

.colorset:nth-of-type(4) .colorset_color, .colorset:nth-of-type(13) .colorset_color {
  color: #4A89DC; }
  .colorset:nth-of-type(4) .colorset_color.bg, .colorset:nth-of-type(13) .colorset_color.bg {
    background-color: #4A89DC;
    color: #fff; }

.colorset:nth-of-type(5) .colorset_color, .colorset:nth-of-type(14) .colorset_color {
  color: #D770AD; }
  .colorset:nth-of-type(5) .colorset_color.bg, .colorset:nth-of-type(14) .colorset_color.bg {
    background-color: #D770AD;
    color: #fff; }

.colorset:nth-of-type(6) .colorset_color, .colorset:nth-of-type(15) .colorset_color {
  color: #F9573F; }
  .colorset:nth-of-type(6) .colorset_color.bg, .colorset:nth-of-type(15) .colorset_color.bg {
    background-color: #F9573F;
    color: #fff; }

.colorset:nth-of-type(7) .colorset_color, .colorset:nth-of-type(16) .colorset_color {
  color: #BCC152; }
  .colorset:nth-of-type(7) .colorset_color.bg, .colorset:nth-of-type(16) .colorset_color.bg {
    background-color: #BCC152;
    color: #fff; }

.colorset:nth-of-type(8) .colorset_color, .colorset:nth-of-type(17) .colorset_color {
  color: #3BAFDA; }
  .colorset:nth-of-type(8) .colorset_color.bg, .colorset:nth-of-type(17) .colorset_color.bg {
    background-color: #3BAFDA;
    color: #fff; }

.colorset:nth-of-type(9) .colorset_color, .colorset:nth-of-type(18) .colorset_color {
  color: #967ADC; }
  .colorset:nth-of-type(9) .colorset_color.bg, .colorset:nth-of-type(18) .colorset_color.bg {
    background-color: #967ADC;
    color: #fff; }

.colorset:nth-of-type(1) {
  border-color: #DA4453;
  background-color: rgba(237, 85, 101, 0.3); }
  .colorset:nth-of-type(1) h4 {
    color: #DA4453 !important; }
  .colorset:nth-of-type(1) .badge {
    background-color: #DA4453 !important; }

.colorset:nth-of-type(2) {
  border-color: #37BC9B;
  background-color: rgba(72, 207, 173, 0.3); }
  .colorset:nth-of-type(2) h4 {
    color: #37BC9B !important; }
  .colorset:nth-of-type(2) .badge {
    background-color: #37BC9B !important; }

.colorset:nth-of-type(3) {
  border-color: #F6BB42;
  background-color: rgba(255, 206, 84, 0.3); }
  .colorset:nth-of-type(3) h4 {
    color: #F6BB42 !important; }
  .colorset:nth-of-type(3) .badge {
    background-color: #F6BB42 !important; }

.colorset:nth-of-type(4) {
  border-color: #4A89DC;
  background-color: rgba(93, 156, 236, 0.3); }
  .colorset:nth-of-type(4) h4 {
    color: #4A89DC !important; }
  .colorset:nth-of-type(4) .badge {
    background-color: #4A89DC !important; }

.colorset:nth-of-type(5) {
  border-color: #D770AD;
  background-color: rgba(236, 135, 192, 0.3); }
  .colorset:nth-of-type(5) h4 {
    color: #D770AD !important; }
  .colorset:nth-of-type(5) .badge {
    background-color: #D770AD !important; }

.colorset:nth-of-type(6) {
  border-color: #F9573F;
  background-color: rgba(252, 110, 81, 0.3); }
  .colorset:nth-of-type(6) h4 {
    color: #F9573F !important; }
  .colorset:nth-of-type(6) .badge {
    background-color: #F9573F !important; }

.colorset:nth-of-type(7) {
  border-color: #BCC152;
  background-color: rgba(160, 212, 104, 0.3); }
  .colorset:nth-of-type(7) h4 {
    color: #BCC152 !important; }
  .colorset:nth-of-type(7) .badge {
    background-color: #BCC152 !important; }

.colorset:nth-of-type(8) {
  border-color: #3BAFDA;
  background-color: rgba(79, 193, 233, 0.3); }
  .colorset:nth-of-type(8) h4 {
    color: #3BAFDA !important; }
  .colorset:nth-of-type(8) .badge {
    background-color: #3BAFDA !important; }

.colorset:nth-of-type(9) {
  border-color: #967ADC;
  background-color: rgba(172, 146, 236, 0.3); }
  .colorset:nth-of-type(9) h4 {
    color: #967ADC !important; }
  .colorset:nth-of-type(9) .badge {
    background-color: #967ADC !important; }

html {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 300; }

body {
  background: #fff;
  overflow-x: hidden !important; }

p {
  line-height: 200%;
  margin: 0.5em 0; }

a {
  text-decoration: none !important; }

h2 {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  padding: 2em 0;
  color: #666;
  letter-spacing: 0.4rem; }
  h2 small {
    font-size: 50%; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-1 {
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important; }

.py-2 {
  padding-top: 1.0em !important;
  padding-bottom: 1.0em !important; }

.py-3 {
  padding-top: 1.5em !important;
  padding-bottom: 1.5em !important; }

.py-4 {
  padding-top: 2.0em !important;
  padding-bottom: 2.0em !important; }

.py-5 {
  padding-top: 2.5em !important;
  padding-bottom: 2.5em !important; }

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

.px-1 {
  padding-left: 0.5em !important;
  padding-right: 0.5em !important; }

.px-2 {
  padding-left: 1em !important;
  padding-right: 1em !important; }

.px-3 {
  padding-left: 1.5em !important;
  padding-right: 1.5em !important; }

.px-4 {
  padding-left: 2em !important;
  padding-right: 2em !important; }

.px-5 {
  padding-left: 2.5em !important;
  padding-right: 2.5em !important; }

.pb-1 {
  padding-bottom: 0.5em !important; }

.pb-2 {
  padding-bottom: 1em !important; }

.pb-3 {
  padding-bottom: 1.5em !important; }

.pt-1 {
  padding-top: 0.5em !important; }

.pt-2 {
  padding-top: 1em !important; }

.py-1 {
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important; }

.py-2 {
  padding-top: 1em !important;
  padding-bottom: 1em !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.my-1 {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important; }

.my-2 {
  margin-top: 1em !important;
  margin-bottom: 1em !important; }

.my-3 {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important; }

.my-4 {
  margin-top: 2em !important;
  margin-bottom: 2em !important; }

.my-5 {
  margin-top: 2.5em !important;
  margin-bottom: 2.5em !important; }

.ml-1 {
  margin-left: 1em !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 0.5em !important; }

.mt-2 {
  margin-top: 1em !important; }

.mt-3 {
  margin-top: 1.5em !important; }

.mt-4 {
  margin-top: 2em !important; }

.mt-5 {
  margin-top: 2.5em !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 0.5em !important; }

.mb-2 {
  margin-bottom: 1em !important; }

.mb-3 {
  margin-bottom: 1.5em !important; }

.mb-4 {
  margin-bottom: 2em !important; }

.mb-5 {
  margin-bottom: 2.5em !important; }

.blink {
  animation: blinkAnime 0.5s infinite alternate; }

@keyframes blinkAnime {
  0% {
    opacity: 0; }
  70% {
    opacity: 100; } }
.relative {
  position: relative; }

.text-left {
  text-align: left !important; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.sp_only {
  display: none !important; }
  @media (max-width: 576px) {
    .sp_only {
      display: block !important; } }

.md_only {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .md_only {
      display: block !important; } }
  @media (max-width: 576px) {
    .md_only {
      display: none !important; } }

.pc_only {
  display: block !important; }
  @media (max-width: 576px) {
    .pc_only {
      display: none !important; } }

.require {
  display: inline-block;
  margin-left: 0.3em;
  background-color: #c60000;
  padding: 0.2em 0.5em;
  font-size: 80%;
  color: #fff; }

.badge {
  display: inline-block;
  margin-left: 0.3em;
  margin-right: 0.3em;
  margin-bottom: 0.1em;
  font-size: 0.8em;
  padding: 0.1em 0.4em 0.1em 0.5em;
  border-radius: 4px;
  color: #fff;
  letter-spacing: 0.1em; }

.btn {
  display: inline-block;
  font-size: 1.2rem;
  padding: 0.75em 2rem;
  font-weight: 300;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ccc;
  min-width: 150px;
  font-weight: 600;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6); }
  @media (max-width: 576px) {
    .btn {
      min-width: 100px; } }
  .btn.active {
    background-color: #4D73BE !important;
    color: #fff !important; }
  .btn.nallow {
    min-width: 50px; }
  .btn:disabled {
    opacity: 0.5 !important;
    background: #999999 !important;
    color: #000 !important; }

.btn-xs {
  font-size: 1rem;
  padding: 0.5em 0.8em !important;
  min-width: auto; }
  @media screen and (max-width: 768px) {
    .btn-xs {
      font-size: 1em;
      padding: 0.5em 1em; } }

.btn-lg {
  font-size: 1.5rem;
  padding: 1em 2em; }
  @media screen and (max-width: 768px) {
    .btn-lg {
      font-size: 1em;
      padding: 1em; } }

table tbody {
  margin: 0;
  padding: 0; }
  @media (max-width: 576px) {
    table tbody {
      min-width: 100%; } }
table tr {
  margin: 0;
  padding: 0; }
  @media (max-width: 576px) {
    table tr {
      min-width: 100%; } }
table th {
  text-align: left;
  padding: 1em 0.3em;
  background-color: #eee;
  white-space: nowrap;
  font-weight: 300;
  margin: 0;
  border-bottom: 1px dotted #ccc; }
table td {
  text-align: left;
  margin: 0;
  padding: 1em 0.3em;
  border-bottom: 1px dotted #ccc; }
table.striped tr:nth-child(odd) {
  background-color: #efefef; }
table.borderd {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc; }
  table.borderd th, table.borderd td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }
table.noborder th, table.noborder td {
  border-bottom: none; }
table.white th {
  background-color: #fff;
  font-weight: 600; }
  @media (max-width: 576px) {
    table.white th {
      border-bottom: none;
      padding-bottom: 0; } }
table.white th, table.white td {
  padding-left: 1em;
  padding-right: 1em; }
  @media (max-width: 576px) {
    table.white th, table.white td {
      display: block;
      word-break: break-all; } }

.fadeIn {
  opacity: 0;
  transition: 1s; }

.fadeIn.is-show {
  opacity: 1; }

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 30%);
  transition: 0.8s; }

.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1; }

/* config */
/* layout */
body {
  background-color: #f9f9f9; }
  body header {
    display: block;
    height: 80px;
    width: 100vw;
    position: relative;
    background-color: rgba(255, 255, 255, 0.95);
    color: #333;
    z-index: 10; }
    @media screen and (max-width: 768px) {
      body header {
        height: 125px; } }
    body header a {
      color: #333; }
    body header .l-header {
      max-width: 1200px;
      margin: 0 auto;
      position: relative; }
      body header .l-header headerLogo {
        display: block;
        width: 231px;
        height: 46px;
        cursor: pointer;
        position: absolute;
        top: 20px;
        left: 25px;
        background-image: url("../image/logo_color.svg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        overflow: hidden; }
      body header .l-header .headerMenu {
        display: flex;
        position: absolute;
        width: calc( 100% - 300px);
        max-width: 400px;
        top: 20px;
        left: 300px; }
        @media screen and (max-width: 768px) {
          body header .l-header .headerMenu {
            max-width: 100%; } }
        body header .l-header .headerMenu li {
          margin: 0;
          padding: 0;
          display: block;
          flex-basis: 100%; }
          body header .l-header .headerMenu li a {
            display: block;
            height: 100%;
            width: 100%;
            text-align: center;
            font-size: 90%;
            font-weight: 600; }
            body header .l-header .headerMenu li a img {
              width: 20px;
              height: 20px;
              display: block;
              margin: 0 auto; }
      @media screen and (max-width: 768px) {
        body header .l-header headerLogo {
          position: relative;
          width: 100vw;
          top: 8px;
          left: 0; }
        body header .l-header .headerMenu {
          position: relative;
          border-top: 1px solid #c8c8c8;
          border-bottom: 1px solid #c8c8c8;
          width: 100vw;
          max-width: 100w;
          justify-content: center;
          align-content: center;
          left: 0;
          top: 0;
          margin-top: 15px; }
          body header .l-header .headerMenu li {
            flex-basis: 100%;
            padding: 10px 0;
            border-right: 1px solid #c8c8c8; }
          body header .l-header .headerMenu li:last-child {
            border-right: none; } }
  body.top header {
    position: absolute;
    background-color: transparent;
    color: #fff; }
    body.top header a {
      color: #fff; }
    body.top header .l-header headerLogo {
      background-image: url("../image/logo_white.svg"); }
    body.top header .headerMenu img {
      filter: contrast(300%); }
  body main {
    display: block;
    max-width: 1200px;
    width: 100vw;
    margin: 0 auto;
    min-height: calc(100vh - 270px); }
  body footer {
    display: block;
    width: 100vw;
    height: 200px;
    background-color: #F0F0F0; }
    @media (max-width: 576px) {
      body footer {
        height: 270px; } }
    body footer a {
      color: #333; }
    body footer .l-footer {
      max-width: 1200px;
      margin: 1em  auto 0; }
      body footer .l-footer .copyright {
        display: flex;
        max-width: 800px;
        margin: 2em auto 0;
        justify-content: center; }
        @media (max-width: 576px) {
          body footer .l-footer .copyright {
            display: block; } }
        body footer .l-footer .copyright footerLogo {
          display: block;
          float: left;
          flex-basis: 100%;
          min-width: 231px;
          height: 46px;
          background-image: url("../image/logo_color.svg");
          background-position: center center;
          background-repeat: no-repeat;
          background-size: 100% 100%;
          overflow: hidden; }
          @media (max-width: 576px) {
            body footer .l-footer .copyright footerLogo {
              float: none;
              width: 100%; } }
        body footer .l-footer .copyright .scrool {
          display: block;
          flex-basis: 100%;
          min-width: 350px;
          font-size: 90% !important;
          padding-left: 30px; }
          body footer .l-footer .copyright .scrool name {
            font-weight: 600; }
          body footer .l-footer .copyright .scrool address {
            font-style: normal; }
          body footer .l-footer .copyright .scrool copyright {
            font-size: 80%; }
          @media (max-width: 576px) {
            body footer .l-footer .copyright .scrool {
              width: 100%;
              padding-left: 0;
              margin-top: 2em;
              text-align: center !important; } }
      body footer .l-footer .FooterMenu {
        display: flex;
        width: 100%;
        max-width: 400px;
        align-content: center;
        padding-top: 1em;
        margin: 0 auto; }
        body footer .l-footer .FooterMenu li {
          margin: 0;
          padding: 0;
          display: block;
          flex-basis: 100%;
          border-right: 1px solid #666; }
          body footer .l-footer .FooterMenu li a {
            display: block;
            height: 100%;
            font-size: 90%;
            font-weight: 600;
            text-align: center;
            width: 100%;
            padding: 10px 0;
            white-space: nowrap; }
        body footer .l-footer .FooterMenu li:last-child {
          border-right: none; }

/* layout */
.box-jtron {
  display: block;
  margin: 0 -15px;
  height: 350px;
  background-position: center center;
  background-size: cover;
  position: relative; }
  .box-jtron h2 {
    display: block;
    width: 350px;
    background-color: rgba(255, 255, 255, 0.9);
    border-left: 8px solid red;
    font-size: 20px;
    font-weight: 600;
    height: 120px;
    padding: 48px 0 0 50px;
    letter-spacing: 0.2rem;
    position: absolute;
    left: 50px;
    top: calc( 50%  - 60px); }
    @media screen and (max-width: 768px) {
      .box-jtron h2 {
        left: 10px;
        width: calc( 100vw - 20px); } }

body.top .box-jtron {
  height: 600px; }

.box-nendoList {
  display: block;
  width: 100%;
  margin-top: 0.5em; }
  .box-nendoList ul {
    display: flex;
    justify-content: center; }
    .box-nendoList ul li {
      display: block;
      list-style: none;
      padding: 0.5em 2em;
      border-left: 1px solid #c8c8c8;
      cursor: pointer; }
    .box-nendoList ul li:first-child {
      border-left: none; }

article_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1000px;
  padding: 0 15px 2em;
  margin: 1em auto 1em;
  border-bottom: 1px solid #C8C8C8;
  font-size: 14px; }
  article_list heads {
    display: block;
    margin: 0 -15px;
    width: calc(100% + 30px);
    padding: 1.5em 0 1em;
    text-align: center;
    font-size: 1.6em;
    font-weight: 600;
    border-bottom: 1px solid #C8C8C8; }
    article_list heads img {
      display: block;
      margin: 0 auto; }
  article_list article {
    width: 50%;
    display: flex;
    padding: 1em 0; }
    article_list article date, article_list article subcate, article_list article title {
      display: block; }
  article_list foots {
    display: block;
    width: 100%;
    min-width: 100%;
    padding: 1em 0 2em; }
    article_list foots .btn {
      display: block;
      margin: 0 auto;
      font-size: 1em;
      background-color: #FABE00;
      color: #fff;
      width: 280px; }

list_heads {
  display: block;
  margin: 0 -15px;
  padding: 2em 0 1em;
  text-align: center;
  font-size: 1.4em;
  border-bottom: 2px solid #C8C8C8; }
  @media screen and (max-width: 768px) {
    list_heads {
      padding: 1em 0;
      font-size: 1.6em; } }
  list_heads img {
    display: block;
    margin: 0 auto; }

list_detail_heads {
  display: block;
  margin: 0;
  padding: 2em 0 1.5em;
  text-align: center;
  font-size: 1.6em;
  border-bottom: 2px solid #C8C8C8;
  position: relative; }
  @media (max-width: 576px) {
    list_detail_heads {
      font-size: 1.4em;
      padding: 1em 0 1em; } }
  list_detail_heads date {
    display: block;
    font-size: 0.6em; }
  list_detail_heads subcate {
    display: inline-block;
    font-size: 70%;
    padding: 2px 10px;
    margin-right: 5px;
    border-radius: 8px;
    font-weight: 600;
    color: #fff; }
  list_detail_heads title {
    display: inline-block;
    font-weight: 600; }

article_list article {
  width: calc(50% - 20px);
  display: flex;
  padding: 0.5em 0;
  gap: 6px;
  cursor: pointer;
  align-items: flex-start;
  align-content: flex-start;
  border-bottom: 1px dotted #c8c8c8; }
  @media screen and (max-width: 768px) {
    article_list article {
      justify-content: space-between;
      width: 100%; } }
  @media (max-width: 576px) {
    article_list article {
      flex-wrap: wrap; } }
  article_list article date, article_list article subcate, article_list article title {
    display: block; }
  article_list article date {
    display: block;
    text-align: right;
    white-space: nowrap;
    font-size: 90%;
    min-width: 8em;
    max-width: 8em; }
    @media (max-width: 576px) {
      article_list article date {
        min-width: 7em;
        max-width: 7em; } }
  article_list article subcate {
    white-space: nowrap;
    display: block;
    border-radius: 4px;
    padding: 3px 5px;
    font-size: 60%;
    font-weight: 600;
    color: #fff;
    width: auto;
    white-space: nowrap; }
    @media (max-width: 576px) {
      article_list article subcate {
        padding: 2px 4px; } }
  article_list article title {
    display: block;
    font-weight: 600;
    flex-basis: 100%;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis; }
    @media (max-width: 576px) {
      article_list article title {
        flex-basis: 100%;
        min-width: 50%;
        max-width: 100%;
        white-space: normal;
        overflow-x: auto;
        padding-left: 1em; } }

article_detail article {
  display: flex;
  gap: 20px;
  line-height: 200%;
  font-size: 1.1em;
  max-width: calc( 100% - 30px);
  margin: 2em auto; }
  @media screen and (max-width: 768px) {
    article_detail article {
      flex-direction: column; } }
  article_detail article date, article_detail article subcate, article_detail article title, article_detail article honbun {
    display: block; }
  article_detail article honbun {
    display: block;
    flex-basis: 100%;
    padding: 2em 2em;
    background-color: #fff;
    border-radius: 8px; }
    @media screen and (max-width: 768px) {
      article_detail article honbun {
        padding: 2em 1em; } }
  article_detail article article_backnumber {
    display: block;
    width: 350px;
    font-size: 0.9rem;
    padding: 2em 0.5em;
    background-color: #fff;
    border-radius: 8px;
    /*@include mq("md") {
    	article:nth-child(n + 3){
    		display: none;	
    	}
    }*/ }
    @media screen and (max-width: 768px) {
      article_detail article article_backnumber {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 20px; } }
    article_detail article article_backnumber h3 {
      display: block;
      padding: 0.5em 0;
      text-align: center;
      color: #666; }
      @media screen and (max-width: 768px) {
        article_detail article article_backnumber h3 {
          width: 100%; } }
    article_detail article article_backnumber article {
      display: block;
      border-bottom: 1px dotted #c8c8c8;
      font-size: 90%;
      margin: 0;
      padding: 0.5em 0;
      width: 100%;
      cursor: pointer; }
      @media screen and (max-width: 768px) {
        article_detail article article_backnumber article {
          width: 100%;
          text-align: center; } }
      @media (max-width: 576px) {
        article_detail article article_backnumber article {
          width: 100%;
          text-align: left; } }
      article_detail article article_backnumber article date {
        display: block;
        text-align: right;
        margin: 0;
        padding: 0; }
        @media screen and (max-width: 768px) {
          article_detail article article_backnumber article date {
            display: inline;
            padding-right: 20px; } }
        @media (max-width: 576px) {
          article_detail article article_backnumber article date {
            display: block;
            padding-right: 0; } }
      article_detail article article_backnumber article subcate {
        display: inline;
        margin: 0;
        padding: 0;
        color: #fff;
        font-weight: 600;
        border-radius: 8px;
        padding: 4px 8px;
        font-size: 60%; }
      article_detail article article_backnumber article title {
        display: inline;
        margin: 0;
        padding: 0;
        font-weight: 600; }
    article_detail article article_backnumber article:hover {
      background-color: #c8c8c8; }

.activeFlex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }
  .activeFlex > div {
    width: calc(25% - 20px); }
    @media screen and (max-width: 768px) {
      .activeFlex > div {
        width: calc(33% - 20px); } }
    @media (max-width: 576px) {
      .activeFlex > div {
        width: calc(100%); } }
    .activeFlex > div img {
      width: 100%;
      height: 90%;
      object-fit: cover; }

.activeFlex.col2 > div {
  width: calc(50% - 20px); }
  @media screen and (max-width: 768px) {
    .activeFlex.col2 > div {
      width: calc(33% - 20px); } }
  @media (max-width: 576px) {
    .activeFlex.col2 > div {
      width: calc(100%); } }

.activeFlex.col3 > div {
  width: calc(33% - 20px); }
  @media screen and (max-width: 768px) {
    .activeFlex.col3 > div {
      width: calc(33% - 20px); } }
  @media (max-width: 576px) {
    .activeFlex.col3 > div {
      width: calc(100%); } }
