@charset "utf-8";
.s_topstage {
  margin-top: 100px;
  max-width: 1920px;
  margin: 2em auto;
  text-align: center;
}
.s_topstage img {
  max-width: 1600px;
  width: 100%;
}
/*バナーリスト*/
ul.s_bnr_list {
  margin: 0 auto 1em auto;
  max-width: 1500px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
}
ul.s_bnr_list li a {
  background: #fff;
  border: 1px solid #555;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  padding: .2em 0;
  transition: .4s;
}
ul.s_bnr_list li a:hover {
  box-shadow: 0 5px 1px #A58ACA;
}
ul.s_bnr_list img {
  max-width: 240px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 960px) {
  ul.s_bnr_list {
    margin: 2em auto;
    width: 90%;
    grid-template-columns: 1fr 1fr;
  }
}
/*---------ご挨拶--------*/
.s_greeting_area {
  margin: 2em auto 3em auto;
  max-width: 1200px;
  width: auto;
  border: 1px solid #000;
  padding: 2em 3em;
}
.s_greeting_area h3 {
  font-size: clamp(1.125rem, 0.966rem + 0.8vw, 1.563rem);
  margin-bottom: .4em;
  text-align: center;
}
.s_greeting_area p {
  text-indent: 1em;
}
/*------------お知らせ----------*/
.s_area_oshirase {
  margin: 0 auto 8em auto;
  max-width: 1200px;
  width: auto;
  border: 1px solid #000;
  padding: 2em 3em 5em 3em;
}
.s_area_oshirase p {
  text-align: right;
}
/*お知らせ見出し*/
h3.s_midashi_oshirase {
  font-weight: bold;
  font-size: 1.9em;
  text-align: center;
}
@media screen and (max-width : 900px) {
  /*エリア*/
  .s_area_oshirase {
    margin: .5em auto;
  }
}
/*----------コンセプト---------*/
.s_area_concept {
  padding: 2em;
  background-image:
    radial-gradient(at 80% -20%, #4D52C3 10%, transparent 40%), radial-gradient(at 0% 70%, #A988C3, transparent 50%), radial-gradient(at 0% 0%, #036EB7, transparent), radial-gradient(at 80% 40%, #C7EFEF, transparent 40%), radial-gradient(at 100% 100%, #7E9AC3, transparent);
  background-attachment: fixed;
  border-radius: .5em;
  margin-top: 3em;
}
.s_concept_flex {
  display: flex;
  flex-direction: row-reverse;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.s_concept_flex div:first-child {
  max-width: 250px;
  width: 100%;
  margin: 10px;
}
.s_concept_flex div:first-child img {
  width: 100%;
}
.s_concept_flex div:nth-child(2) {
  max-width: 600px;
}
.s_area_concept h3 {
  padding-top: .5em;
  font-size: 1.9em;
  font-weight: normal;
  color: #fff;
}
.s_area_concept p {
  font-size: 1em;
  font-weight: normal;
  color: #fff;
}
.s_area_concept ul {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
}
@media (max-width: 768px) {
  .s_area_concept ul {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .s_area_concept ul a {
    margin: 5px 0;
    width: auto;
  }
  .s_concept_flex {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
  }
  .s_concept_flex .bpts_btn {
    width: auto;
  }
}
/*----------連携について---------*/
.s_area_renkei {
  margin-top: 5em;
}
/*上半分（ふきだしつき）*/
.hukidasi_top {
  position: relative;
  width: 100%;
  background: #E3EAF4;
  padding: 3em 0 1em 0;
  text-align: center;
}
.hukidasi_top:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 30px;
  border-bottom-width: 30px;
  border-left-width: 45px;
  border-right-width: 45px;
  margin-left: -45px;
  border-top-color: #E3EAF4;
  top: 100%;
  left: 50%;
}
.hukidasi_top > div:first-child {
  border-radius: 30px;
  background: #fff;
  padding: 2em 1em;
  margin: 0 auto;
  width: 90%;
}
.hukidasi_top > div:first-child h5, .hukidasi_top ul.s_renkei_midashi_grid li h5 {
  margin-top: 1em;
  color: #9B88C5;
  font-size: 2em;
  font-weight: bold;
}
.hukidasi_top p {
  text-align: center;
  font-size: 1.2em;
  font-weight: normal;
  margin: 3em 0;
}
/*バナーリスト*/
.hukidasi_top > div:first-child ul {
  margin: 0 auto 3em auto;
  width: 90%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
}
.hukidasi_top > div:first-child ul li a {
  border: 1px solid #555;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: .2em 0;
  transition: .4s;
}
.hukidasi_top > div:first-child ul li a:hover {
  box-shadow: 0 5px 1px #A58ACA;
}
.hukidasi_top > div:first-child ul img {
  max-width: 200px;
  width: 100%;
}
.hukidasi_top ul.s_renkei_midashi_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  width: 90%;
  margin: 3em auto;
}
.hukidasi_top ul.s_renkei_midashi_grid li {
  width: 100%;
  text-align: center;
  border-radius: 30px;
  background: #fff;
  padding-bottom: 2em;
  margin: 0 auto;
}
/*下半分（ふきだし無し）*/
.hukidasi_bottom {
  background: #9B88C5;
  color: #fff;
}
.hukidasi_bottom > div:first-child {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  padding: 5em 0;
}
.hukidasi_bottom > div:first-child h5 {
  font-size: 2.2em;
  line-height: 1.5;
  font-weight: normal;
}
.hukidasi_bottom p {
  font-size: 1.2em;
  margin-top: 1em;
  margin-left: 1em;
}
.hukidasi_bottom > div:first-child > div img {
  max-width: 500px;
  width: 100%;
}
@media (max-width: 768px) {
  .hukidasi_top > div:first-child h5, .hukidasi_top ul.s_renkei_midashi_grid li h5 {
    padding: 0 1em;
    font-size: 1.4em;
  }
  .hukidasi_top > div:first-child {
    max-width: 80%;
    width: auto;
  }
  .hukidasi_top ul.s_renkei_midashi_grid {
    grid-gap: 10px;
    margin: 1em auto;
    max-width: 90%;
  }
  .hukidasi_top p {
    text-align: left;
    width: 90%;
    margin: 2em auto;
  }
  .hukidasi_top > div:first-child ul {
    width: 90%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
  .hukidasi_bottom > div:first-child > div {
    text-align: center;
  }
  .hukidasi_bottom p {
    width: 80%;
    margin: 2em auto;
  }
  .hukidasi_bottom > div:first-child > div img {
    width: 60%;
    margin: 0 auto;
  }
}
/*------履修者が携わる分野-------*/
.s_area_risyusya {
  padding: 5em 0;
}
.s_area_risyusya h4 {
  text-align: center;
  padding-top: .5em;
  font-size: 3em;
  font-weight: normal;
  color: #9B88C5;
}
.s_area_risyusya ul {
  margin: 3em auto 0 auto;
  max-width: 1500px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 10px;
}
.s_area_risyusya ul li {
  background: #E0E0E0;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  font-size: 1.3em;
  font-weight: normal;
  padding: 1em;
  text-align: center;
  line-height: 1.6;
}
.s_area_risyusya ul li span {
  font-size: .8em;
}
.s_area_risyusya ul li:first-child, .s_area_risyusya ul li:nth-child(2), .s_area_risyusya ul li:nth-child(3), .s_area_risyusya ul li:nth-child(4) {
  background: #F7F4CF;
  background-image: linear-gradient(135deg, #F7E6CF 0%, #F7F4CF 100%);
}
.s_area_risyusya ul li:nth-child(5), .s_area_risyusya ul li:nth-child(6) {
  background: #DBC7ED;
  background-image: linear-gradient(135deg, #DBC7ED 0%, #F3D9F5 100%);
}
.s_area_risyusya ul li:nth-child(7), .s_area_risyusya ul li:nth-child(8) {
  background: #ECECEC;
  background-image: linear-gradient(135deg, #f5f7fa 0%, #ECECEC 100%);
}
.s_area_risyusya ul li:nth-child(9) {
  background: #D5DEF3;
  background-image: linear-gradient(135deg, #accbee 0%, #e7f0fd 100%);
}
.s_area_risyusya ul li:nth-child(10) {
  background: #FFD59A;
  background-image: linear-gradient(135deg, #FFD59A 0%, #FFE3BD 100%);
}
.s_area_risyusya ul li:nth-child(11) {
  background: #D6F7EB;
  background-image: linear-gradient(135deg, #fff1eb 0%, #D6F7EB 100%);
}
@media (max-width: 768px) {
  .s_area_risyusya h4 {
    font-size: 2em;
  }
  .s_area_risyusya ul {
    margin: 0 auto;
    width: 90%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
/*-------------------------*/
/*--ニュース---*/
.s_news_area {
  background: linear-gradient(to right top, rgba(124, 196, 154, .8), rgba(3, 111, 183, .8), rgba(3, 61, 171, .8), rgba(122, 185, 185, .8), rgba(122, 185, 185, .8)), url("../image/sitetop/bg02.jpg") center/cover no-repeat fixed;
  padding: 5em 0 10em 0;
}
/*カード*/
.l_sitetop_card { /*カードを並べるエリア*/
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, 330px);
  grid-row-gap: 3em;
  grid-column-gap: 1em;
  justify-content: center;
  margin: 5em auto;
}
.l_sitetop_card li:hover {
  transform: translateY(-3px);
  transition: all .5s;
}
.l_sitetop_card li article {
  border-radius: 5px;
  background-color: #fff;
  color: #212121;
  position: relative;
  height: 100%;
}
.l_sitetop_card li article a {
  display: block;
  text-decoration: none;
  color: #666 !important;
  font-size: .95em;
}
.card_title_img figure {
  line-height: 0;
  width: 95%;
  padding: 1em 0;
  margin: 0 auto;
  text-align: center;
  background: url("../image/common/bg-ptn-check.png")repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.card_title_img figure img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}
.card_text > div {
  padding: 2em 0 2.5em 0;
  line-height: 1.5;
  text-align: left;
  width: 84%;
  margin: 0 auto;
}
.card_text > div p {
  font-size: .9em;
}
.card_text > div span { /*実施校*/
  font-size: .8em;
  display: block;
  border-bottom: 1px solid #93ACBD;
  margin: .8em 0;
  text-align: center;
}
.card_text > div h4 {
  margin: 0 0 .5em 0;
  padding: 0;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
}
.card_text > span.tag {
  display: block;
  font-size: .8em;
  background: #036EB7;
  color: #fff;
  font-weight: 700;
  padding: .2em 1em;
  width: 180px;
  text-align: center;
}
.card_text > span.tag.info {
  background: #0F2E6E;
}
.card_text > span.tag.event {
  background: #37ACC9;
}
@media (max-width: 900px) { /* ２列横並び:左右均等割り付け*/
  .l_sitetop_card { /*カードを並べるエリア*/
    display: block;
  }
  .l_sitetop_card li article {
    border-radius: 0;
    max-width: 90%;
    margin: 0 auto 1em auto;
  }
  .l_sitetop_card li article a {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-row-gap: 3em;
    grid-column-gap: 1em;
  }
  .card_text > div {}
  .l_menu_contents {
    padding-top: 1em !important;
  }
}
/*-------------------------*/
/*--訪問者別---*/
.s_houmon_area {
  max-width: 1200px;
  padding: 2em 2em;
  background: #fff;
  border-radius: .5em;
  margin: -8em auto 0 auto;
  box-shadow: 0px -12px 17px -17px #333;
}
/*カード*/
.l_houmon_btn { /*カードを並べるエリア*/
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, 45%);
  grid-row-gap: 0;
  grid-column-gap: 0;
  justify-content: center;
  margin: 0 auto;
}
ul.l_houmon_btn li {
  text-align: center;
  font-size: 1.3em;
}
ul.l_houmon_btn li a {
  position: relative;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: #fff !important; /* 文字色 */
  font-weight: bold;
  padding: 2em 0;
  line-height: 1.5;
  text-align: center; /* 文字の太さ */
  transition: .4s;
}
/* マウスオーバーした際のデザイン */
ul.l_houmon_btn li a::before {
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, rgb(255 255 255) 0%, rgb(255 255 255) 50%, #e5e5e5 50%, #e4e4e4 60%); /* めくれた色 */
  box-shadow: 0.2em 0.2em 0.2em rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}
ul.l_houmon_btn li a:hover::before {
  width: 2em;
  height: 2em;
}
/* クリックした際のデザイン */
ul.l_houmon_btn li a:active {
  box-shadow: 0.2em 0.2em 0.3em rgba(0, 0, 0, 0.3);
  transform: translate(1px, 1px);
}
ul.l_houmon_btn li:first-child a {
  text-shadow: -1px 0px 6px rgba(26, 80, 109, 0.89);
  background-color: hsla(186, 47%, 80%, 1);
  background-image:
    radial-gradient(at 56% 73%, hsla(222, 100%, 74%, 1) 0px, transparent 50%), radial-gradient(at 80% 0%, hsla(189, 100%, 56%, 1) 0px, transparent 50%), radial-gradient(at 0% 0%, hsla(227, 87%, 75%, 1) 0px, transparent 50%);
}
ul.l_houmon_btn li:first-child a:hover {
  background-color: hsla(186, 47%, 80%, 1);
  background-image: radial-gradient(circle, rgba(129, 196, 199, 1) 0%, rgba(148, 195, 233, 1) 100%);
}
ul.l_houmon_btn li:nth-child(2) a {
  text-shadow: -1px 0px 6px rgba(109, 62, 12, 0.89);
  background-color: hsla(28, 100%, 87%, 1);
  background-image:
    radial-gradient(at 57% 82%, hsla(352, 100%, 79%, 1) 0px, transparent 50%), radial-gradient(at 80% 0%, hsla(13, 100%, 79%, 1) 0px, transparent 50%), radial-gradient(at 0% 0%, hsla(34, 100%, 76%, 1) 0px, transparent 50%);
}
ul.l_houmon_btn li:nth-child(2) a:hover {
  background: rgb(255, 252, 152);
  background-image: radial-gradient(circle, rgba(228, 190, 107, 0.87718837535014) 0%, rgba(255, 150, 169, 0.8519782913165266) 100%);
}
ul.l_houmon_btn li:nth-child(3) a {
  text-shadow: -1px 0px 6px rgba(8, 68, 47, 0.89);
  background-color: hsla(139, 88%, 78%, 1);
  background-image:
    radial-gradient(at 57% 82%, hsla(174, 91%, 73%, 1) 0px, transparent 50%), radial-gradient(at 80% 0%, hsla(184, 100%, 44%, 1) 0px, transparent 50%), radial-gradient(at 0% 0%, hsla(111, 100%, 76%, 1) 0px, transparent 50%);
}
ul.l_houmon_btn li:nth-child(3) a:hover {
  background: rgb(107, 228, 147);
  background-image: radial-gradient(circle, rgba(107, 228, 147, 0.87718837535014) 0%, rgba(118, 221, 178, 0.8519782913165266) 100%);
}
ul.l_houmon_btn li a span:after {
  content: "\f061";
  font-weight: 800;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  display: block;
  border: 2px solid #fff;
  border-radius: .5em;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 1em auto 0 auto;
}
@media (max-width: 900px) {
  .l_houmon_btn {
    display: block;
  }
  ul.l_houmon_btn li a {
    padding: 1em 0;
  }
}
/*--------------------*/
.l_btn_tsuyomi {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 500px;
  width: 100%;
  margin: 2em auto;
  padding: .9em 2em;
  border: 1px solid #2589d0;
  background-color: #fff;
  color: #2589d0;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.3em;
}
.l_btn_tsuyomi:hover {
  animation: anima-button-030 1s;
}
@keyframes anima-button-030 {
  0% {
    box-shadow: 0 0 0 0 rgb(37 137 208 / 50%);
  }
  100% {
    box-shadow: 0 0 0 1.2em rgb(0 0 0 / 0%);
  }
}
.l_btn_tsuyomi::after {
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-left: 10px;
  border-top: 2px solid #2589d0;
  border-right: 2px solid #2589d0;
  content: '';
}
@media (max-width: 900px) {}
/*-------------------------*/
/*-イベント情報---*/
.s_event_area {
  background: linear-gradient(to right top, rgba(124, 196, 154, .8), rgba(3, 111, 183, .8), rgba(3, 61, 171, .8), rgba(122, 185, 185, .8), rgba(122, 185, 185, .8)), url("../image/sitetop/bg.jpg") center/cover no-repeat fixed;
  padding: 5em 0 0 0;
}
.s_event_in {
  display: flex;
  padding: 4em 2em;
  background: #fff;
  margin: 6em auto 0 auto;
  box-shadow: 0px -12px 17px -17px #333;
  max-width: 1200px;
  border-radius: .5em .5em 0 0;
  flex-direction: column-reverse;
}
@media (max-width: 900px) {
  /*-イベント情報---*/
  .s_event_area {
    padding: 2em 0 0 0;
  }
  .s_event_in {
    padding: 2em 0em;
    margin: 2em auto 0 auto
  }
}
/*-------------------*/
h2.s_midashi_grad {
  text-align: center;
  position: relative;
  padding: 0.5rem 0 1rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-size: 1.9em;
  background-image: linear-gradient(90deg, rgba(138, 134, 214, 1) 0%, rgba(145, 249, 250, 1) 100%);
  background-repeat: no-repeat;
  background-size: 4rem 0.4rem;
  background-position: bottom;
  color: #fff;
}
/* -----------履修者の声・一般の方へ -------------*/
.s_btnmenu_area {
  padding: 4em 0 2em 0;
  background: #fff;
  margin: 2em auto 4em auto;
}
.s_btnmenu_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1em;
  max-width: 600px;
  width: 100%;
  margin: 3em auto;
}
.s_btnmenu_list li a img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}
.s_btnmenu_list li div {
  width: 100%;
  position: relative;
}
.s_btnmenu_list li div h4 {
  position: absolute;
  width: 70%;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 1.3em;
  background: rgba(45, 39, 100, 0.7);
  color: #fff !important;
  padding: .5em 1em;
}
@media (max-width: 768px) {
  .s_btnmenu_area {
    padding: 1em 0;
    background: #fff;
    margin: 3em auto;
  }
  .s_btnmenu_list {
    display: block;
  }
  .s_btnmenu_list li a img {
    height: 150px;
  }
}
.btn_flex_other {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  gap: 1em;
}
.btn_flex_other li {
  max-width: 300px;
  width: 100%;
}
/*-----------------------------
 SNS ----------*/
.s_sns_area {
  max-width: 1200px;
  background: url("../image/sitetop/bg_circle.jpg")no-repeat;
  background-size: auto;
  object-position: center center;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 6em 0;
}
.s_sns_area ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, 410px);
    grid-gap: 30px;
    justify-content: center;
    justify-items: stretch;
    align-content: center;
    align-items: center;
}
.s_sns_area ul li {

}
.s_sns_area ul li a {
	width: 90%;
  text-align: center;
  color: #EF7C7E !important;
  /*ボタンの形状*/
  display: inline-block;
  padding: 18px 10px;
  border-radius: 100px;
  text-decoration: none;
  border: 3px solid #EF7C7E;
  outline: none;
  font-weight: bold;
  /*アニメーションの指定*/
  transition: all 0.4s ease-out;
  background: rgba(255, 255, 255, .8);
	font-size: clamp(0.938rem, 0.824rem + 0.57vw, 1.25rem);
}
/*hoverした際、グラデーションと影を付ける*/
.s_sns_area ul li a:hover {
  /*ボタンの形状*/
  border-color: transparent;
  color: #fff;
  /*背景の色と形状*/
  background: linear-gradient(270deg, #FFD867 0%, #DF4F73 50%, #EFB87C 100%);
  background-size: 200% auto;
  background-position: right center;
  /*ボックスの影*/ color: #fff !important;
  box-shadow: 0 5px 10px rgb(250, 108, 159, 0.4);
}
.s_sns_area ul li img {
  vertical-align: middle;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: .9em;
}
@media (max-width: 1024px) {
  .s_sns_area {
    border: none;
    margin-top: -3em;
  }
  .s_sns_area ul {
    display: block;
    margin-left: 1em;
    text-align: left;
  }
  .s_sns_area ul li {
    margin-bottom: 1em;
  }
  .s_sns_area ul li img {
    width: 30px;
    height: 30px;
  }
}
/*==================================================
アコーディオンのためのcss
===================================*/
/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
}
.accordion-area li {
  margin: 0;
}
/*アコーディオンタイトル*/
.accordion-area li .title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-weight: normal;
  padding: .8em 1em;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  border-bottom: 1px dashed #E2EFD3;
  line-height: 1.5;
}
/*アコーディオンで現れるエリア*/
.accordion-area li .box {
  padding: 0 1em;
  display: none;
  background: #F4F4F4;
  border-bottom: 1px solid #B2BDA3;
  width: 99%;
  margin: 0 auto;
}
.accordion-area li .box tr th {
  width: 15%;
  font-size: .9em;
	vertical-align: top;
}
@media screen and (max-width:768px) {
  .news-content .title > div {
    display: inline-block;
  }
  .news-content span.date {
    display: inline;
  }
  .accordion-area li.box {
    table-layout: fixed;
  }
  .accordion-area li .box tr th {
    width: 30% !important;
    font-size: .8em;
    padding: 1em;
    text-align: center;
  }
  .accordion-area li .box tr td {
    line-height: 1.5;
	  word-break: break-all;
  }
  .accordion-area li .box tr:nth-child(odd) {
    background: #F7F7F7;
    padding: 1em;
  }
  .accordion-area li .box {
    padding: 0;
  }
}
/*==================================================
スライダーのためのcss
===================================*/
#slider {
  margin-bottom: 1em;
  width: 100%;
  height: 60vh; /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
/*-------------*/
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
  list-style-type: none;
  padding: 0;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
.pagination a {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  border-radius: 5px;
  background-color: #f2f2f2;
  color: #2589d0;
  padding: 0 1.4em;
}
.pagination a:not(:hover) {
  text-decoration: none;
}
.pagination .current a {
  background-color: #2589d0;
  color: #fff;
  pointer-events: none;
}