@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Cormorant+Infant:400,400i,700,700i);
@import url(//fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap);
html, body, div, txsdw span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
input[type="text"], input[type="button"], input[type="submit"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input, button {
  outline: none;
}
@font-face {
  font-family: 'nisc';
  src: url("/assets/fonts/nisc.eot?h2590l");
  src: url("/assets/fonts/nisc.eot?h2590l#iefix") format("embedded-opentype"), url("/assets/fonts/nisc.ttf?h2590l") format("truetype"), url("/assets/fonts/nisc.woff?h2590l") format("woff"), url("/assets/fonts/nisc.svg?h2590l#nisc") format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  background: #fff;
  color: #333;
  line-height: 1.8;
  letter-spacing: 0.15rem;
}
::placeholder {
  color: #b3b3b3!important;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif!important;
}
* {
  word-break: break-all;
}
a {
  color: #3730A3;
  text-decoration: underline;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.bunner {
  margin-top: 30px;
}
.wrapper {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.l-header {
  position: relative;
  display: block;
  background: #0046AF;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.l-header.fixed .logo img {
  height: 64px;
}
.l-header .l-header_inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  height: 90px;
  padding: 0 30px 0 15px;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-header .logo {
  display: inline-block;
  vertical-align: middle;
}
.l-header .logo img {
  height: min(90px, calc(90 / 1520 * 100vw));
}
.l-header .read {
  display: inline-block;
  vertical-align: middle;
  padding-left: min(26px, calc(26 / 1520 * 100vw));
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: min(16px, calc(16 / 1520 * 100vw));
  letter-spacing: 0;
  line-height: 1.2;
}
@media (max-width: 986px) {
  .l-header {
    position: fixed;
    top: 0;
    z-index: 20;
    width: 100%;
  }
  .l-header .l-header_inner {
    height: 70px;
    padding: 0 15px;
  }
  .l-header .l-header_logo {
    flex-basis: 90%;
  }
  .l-header .l-header_subnav {
    display: none;
  }
  .l-header .logo img {
    height: 60px;
  }
  .l-header .read {
    display: none;
  }
  .l-main {
    padding-top: 70px;
  }
  .l-search {
    display: none;
  }
}
.l-gnav {
  display: none;
}
.navPc {
  display: block;
}
@media (max-width: 986px) {
  .l-gnav {
    display: block;
  }
  .navPc {
    display: none;
  }
}
#nav-drawer {
  position: relative;
}
.nav-unshown {
  display: none;
}
#nav-open {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
  z-index: 30;
}
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
  display: block;
  content: '';
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}
#nav-close {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  width: 90%;
  max-width: 34vw;
  height: 100%;
  background: #fff;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  padding-top: 100px;
}
#nav-content .nav-list {
  list-style: none;
}
#nav-content .nav-list a {
  display: block;
  padding: 10px 10px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
  text-decoration: none;
}
#nav-content .nav-list a:hover {
  background: rgba(72, 172, 177, 0.2);
}
@media (max-width: 768px) {
  #nav-content {
    max-width: 80vw;
  }
}
#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}
#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
}
#nav-input:checked ~ #nav-open span, #nav-input:checked ~ #nav-open span::before, #nav-input:checked ~ #nav-open span::after {
  background: #0046AF;
}
#nav-input:checked ~ #nav-open span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-input:checked ~ #nav-open span::before {
  height: 0;
}
#nav-input:checked ~ #nav-open span::after {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  bottom: 0;
}
.navPc {
  position: absolute;
  right: 296px;
  top: 0;
  width: calc(100vw - (446 / 1520 * 100vw) - 316px);
  max-width: 735px;
  height: 100%;
}
@media (max-width: 1299px) {
  .navPc {
    right: 230px;
    width: calc(100vw - (446 / 1520 * 100vw) - 230px);
  }
}
ul.navPc-list {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  text-align: center;
  gap: calc(16 / 720 * 100%);
}
ul.navPc-list li {
}
ul.navPc-list li a {
  display: inline-block;
  width: 100%;
  line-height: 1.2;
  color: #FFF;
  font-size: min(16px, calc(16 / 1520 * 100vw));
  font-weight: 400;
  text-align: left;
  text-decoration: underline;
  transition: .3s;
}
ul.navPc-list li a:hover {
  text-decoration: none;
}

.l-footer {
  display: block;
  padding: 60px 20px;
  background: #0046AF;
  color: #fff;
}
.l-footer_inner{
  position: relative;
  width: 100%;
  max-width: 1360px;
  margin-inline: auto;
}
.l-footer_nav{
  display: flex;
  flex-wrap: wrap;
}
.l-footer_nav a{
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
.l-footer_nav a:nth-child(n+2){
  padding-left: 12px;
  margin-left: 12px;
  border-left: 1px solid #fff;
}
.l-footer_nav a:hover{
  text-decoration: underline;
}
.l-footer_main{
  position: relative;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.l-footer_info{
  width: 50%;
  padding-bottom: 30px;
}
.l-footer_logo{
  line-height: 1.6;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
}
.l-footer_add{
  margin-top: 20px;
  line-height: 1.6;
  font-size: 16px;
  
}
.l-footer_links{
  width: 50%;
}
.l-footer_sns{
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
.l-footer_sns a{
  display: block;
  width: 100px;
  text-align: center;
  color: #fff;
  text-decoration: underline;
  letter-spacing: 0;
}
.l-footer_sns a span{
  display: inline-block;
  position: relative;
  width: 40px;
  aspect-ratio: 1 / 1;
}
.l-footer_sns a span img{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.l-footer_sns a p{
  font-size: 14px;
}
.l-footer_hp{
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 30px;
}
.l-footer_hp a{
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: underline;
  letter-spacing: 0;
}
.l-footer_hp figcaption{
  margin-top: 5px;
  font-size: 14px;
}
.l-fotter_copy{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 960px) {
.l-footer {
  padding: 30px 20px;
}
.l-footer_nav a{
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding-left: 0;
  margin-left: 0;
  border-left: none;
}
.l-footer_nav a:nth-child(n+2) {
  padding-left: 0;
  margin-left: 0;
  border-left: none;
}
.l-footer_main{
  display: block;
}
.l-footer_info{
  width: 100%;
  padding-bottom: 0;
}
.l-footer_links{
  width: 100%;
}
.l-footer_sns{
  margin-top: 50px;
  justify-content: center;
}
.l-footer_hp{
  justify-content: center;
}
.l-fotter_copy {
  position: static;
  width: 100%;
  margin-top: 50px;
  text-align: center;
}
}

.btn-pagetop {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  line-height: 1;
}
.btn-pagetop a {
  position: relative;
  display: block;
  background: #48ACB1;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
}
.btn-pagetop a:hover {
  -webkit-animation: move .3s ease-in-out;
  animation: move .3s ease-in-out;
}
.btn-pagetop span {
  position: absolute;
  left: 50%;
  top: 38%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 10px;
  font-size: 1rem;
  white-space: nowrap;
}
.btn-pagetop span::before {
  display: block;
  margin-bottom: 6px;
  font-family: 'nisc';
  content: "\e900";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 20px;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .btn-pagetop {
    position: static;
    margin-bottom: 18px;
  }
  .btn-pagetop a {
    position: static;
    border-radius: 0;
    width: 100%;
    height: auto;
    padding: 12px;
    box-sizing: border-box;
  }
  .btn-pagetop span {
    position: static;
  }
}
.l-inner {
  width: 1270px;
  min-width: 1270px;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .l-inner {
    width: 100%;
    min-width: inherit;
    padding-left: 2rem;
    padding-right: 2rem;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  .l-inner {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.l-inner.min {
  width: 1000px;
  min-width: 1000px;
}
@media (max-width: 1080px) {
  .l-inner.min {
    width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 768px) {
  .l-inner.min {
    width: 100%;
    min-width: 100%;
  }
}
.l-main {
  display: block;
  padding-bottom: 45px;
  min-width: 1270px;
}
.l-main .l-inner {
  padding: 0 0;
}
@media (max-width: 1290px) {
  .l-main {
    min-width: 100%;
  }
  .l-main .l-inner {
    padding: 0 20px;
  }
}
@media (max-width: 1080px) {
  .l-main {
    min-width: 100%;
  }
  .l-main .l-inner {
    padding: 0 20px;
  }
}
.l-section {
  padding: 45px 0;
}
.l-contents-top_hero {
  position: relative;
  width: 100%;
  height: 300px;
  margin: 0 auto;
  background: url("/assets/images/top/bg-hero.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  justify-content: flex-start;
}
.l-contents-top_hero2 {
  position: relative;
  width: 100%;
  height: 300px;
  margin: 0 auto;
  background: url("/assets/images/top/bg-ransom.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
}
.l-contents-top_hero3 {
  position: relative;
  width: 100%;
  height: 300px;
  margin: 0 auto;
  background: url("/assets/images/top/bg-cybermonth2023.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
}
.l-contents-top_hero4 {
  position: relative;
  width: 100%;
  height: 300px;
  margin: 0 auto;
  background: url("/assets/images/top/bg-lisk.jpg") no-repeat;
  background-size: contain;
  background-position: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
  background-color: #cfe9f6;
}
.l-contents-top_hero5 {
  position: relative;
  width: 100%;
  height: 300px;
  margin: 0 auto;
  background: url("/assets/images/top/bg-handbook.jpg") no-repeat;
  background-size: contain;
  background-position: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
  background-color: #ff9450;
}
.l-contents-top_hero6 {
  position: relative;
  width: 100%;
  height: 300px;
  margin: 0 auto;
  background: url("/assets/images/top/bg-hero-02.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  justify-content: flex-start;
  background-color: #D5E1ED;
}
@media (max-width: 768px) {
  .l-contents-top_hero3 {
    height: 300px;
    background: url("/assets/images/top/bg-cybermonth2023-sp.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
  }
  .l-contents-top_hero4 {
    position: relative;
    width: 100%;
    height: 300px;
    margin: 0 auto;
    background: url("/assets/images/top/bg-lisk-sp.jpg") no-repeat;
    background-size: contain;
    background-position: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    background-color: #cfe9f6;
  }
  .l-contents-top_hero5 {
    position: relative;
    width: 100%;
    height: 300px;
    margin: 0 auto;
    background: url("/assets/images/top/bg-handbook-sp.jpg") no-repeat;
    background-size: contain;
    background-position: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    background-color: #ff9450;
  }
  .l-contents-top_hero6 {
    position: relative;
    width: 100%;
    height: 300px;
    margin: 0 auto;
    background: url("/assets/images/top/bg-hero-02-sp.png") no-repeat;
    background-size: contain;
    background-position: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    background-color: #D5E1ED;
  }
}
.ransom-wrap {
  width: 700px;
  color: #FFF;
  text-align: center;
  background-color: #196797;
}
.ransom-wrap span {
  display: block;
}
.ransom-wrap .inner-1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  padding: 10px 0;
}
.ransom-wrap .inner-1 span {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: .4em;
}
.ransom-wrap .inner-2 {
  font-size: 16px;
  background-color: #000;
  padding: 4px 0;
}
.ran-h1 {
  color: #FFf;
  text-shadow: 3px 3px 6px #000;
  font-size: 40px;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.ran-wrap {
  display: flex;
  margin-bottom: 10px;
}
.ran-toku {
  background-color: #000;
  font-size: 16px;
  justify-content: center;
  line-height: 40px;
  padding: 0 10px;
}
.ran-inner {
  color: #FFF;
  font-size: 20px;
  background-color: #196797;
  line-height: 40px;
  padding: 0 15px;
}
@media (max-width: 540px) {
  .ransom-wrap {
    width: 100%;
    max-width: 400px;
    margin: 0 15px;
  }
  .ransom-wrap .inner-1 {
    font-size: 20px;
  }
  .ransom-wrap .inner-1 span {
    font-size: 14px;
  }
  .ransom-wrap .inner-2 {
    font-size: 14px;
  }
  .ran-h1 {
    font-size: 20px;
  }
  .ran-wrap {
    display: block;
    line-height: none;
    margin-bottom: 6px;
  }
  .ran-toku {
    font-size: 14px;
    line-height: 1;
    padding: 2px 10px;
  }
  .ran-inner {
    font-size: 18px;
    line-height: 1;
    padding: 2px 10px;
  }
}
.l-contents-top_hero2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.l-contents-top_hero .catch {
  position: relative;
  z-index: 1;
  font-family: Noto Sans JP, "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #FFF;
  padding: 0;
  line-height: 1.2;
  font-size: 26px;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  width: 40%;
}
.l-contents-top_hero .catch span {
  background-color: #008493;
  padding: 10px 15px 15px;
}
.l-contents-top_hero .catch small {
  display: block;
  font-size: 6px;
  font-size: 1.875vw;
  line-height: 2;
}
@media (max-width: 1300px) {
  .l-contents-top_hero .catch {
    width: 60%;
  }
}
@media (max-width: 900px) {
  .l-contents-top_hero .catch {
    font-size: 18px !important;
    width: 62%;
  }
}
@media (max-width: 599px) {
  .l-contents-top_hero .catch {
    width: 90%;
  }
  .l-contents-top_hero .catch span {
    padding: 4px 10px 7px;
  }
}
@media (max-width: 400px) {
  .l-contents-top_hero .catch {
    width: 100%;
  }
}
.l-section_top01 .icon {
  width: 160px;
  margin: auto;
}
.l-section_top01 .c-title01:nth-of-type(1) {
  margin-top: -20px;
}
.l-section_top02 {
  background: #F1F1F1;
}
.l-section_top03 .row {
  display: -webkit-box;
  display: flex;
}
.l-section_top03 .col-news {
  flex-basis: 650px;
  padding-right: 45px;
  box-sizing: border-box;
  border-right: 1px solid rgba(17, 17, 17, 0.1);
}
.l-section_top03 .col-twitter {
  flex-basis: calc(100% - 650px);
  padding-left: 45px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .l-section_top03 .row {
    flex-wrap: wrap;
  }
  .l-section_top03 .col-news {
    flex-basis: 100%;
    padding-right: 0;
    border-right: none;
  }
  .l-section_top03 .col-twitter {
    flex-basis: 100%;
    padding-left: 0;
    padding-top: 45px;
  }
}
.c-page_title {
  position: relative;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.page-curriculum .c-page_title {
  background-image: url("/assets/images/content/bg-title_curr.png");
}
.page-support .c-page_title {
  background-image: url("/assets/images/content/bg-title_supp.png");
}
.page-ransom .c-page_title {
  background-image: url("/assets/images/top/bg-ransom.jpg");
  background-position: center;
}
.page-ransom .c-page_title::before {
  background: rgba(17, 17, 17, 0.1);
}
.c-page_title::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.3);
}
@media (max-width: 768px) {
  .c-page_title {
    height: 50vw;
  }
}
.c-title00 {
  position: relative;
  color: #fff;
  border-left: 10px solid #fff;
  padding-left: 20px;
  font-size: 36px;
  font-size: 3.6rem;
  z-index: 2;
}
@media (max-width: 768px) {
  .c-title00 {
    font-size: 24px;
    font-size: 7.5vw;
  }
}
.c-title01 {
  display: block;
  margin: 30px 0 45px;
  text-align: center;
  font-weight: normal;
  line-height: 1;
}
.c-title01 .title_main {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400;
}
.c-title01 .title_main::after {
  display: block;
  content: "";
  height: 2px;
  width: 90px;
  /*background: #DB3833;*/
  margin: 20px auto 0;
}
.c-title01 .title_en {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  font-size: 1.6rem;
}
.c-title02 {
  display: block;
  margin: 30px 0 45px;
  text-align: center;
  font-weight: normal;
  color: #004C78;
  line-height: 1;
}
.c-title02 .title_main {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400;
}
.c-title02 .title_main::after {
  display: block;
  content: "";
  height: 2px;
  width: 50px;
  background: #004C78;
  margin: 20px auto 0;
}
.c-title02 .title_en {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  font-size: 1.6rem;
}
.c-title03 {
  display: block;
  margin: 20px 0 15px;
  border-left: 10px solid #DB3833;
  padding-left: 20px;
  font-size: 40px;
  font-size: 3rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .c-title03 {
    font-size: 20px;
    font-size: 6.25vw;
  }
}
.c-title04 {
  display: block;
  margin: 15px 0;
  color: #48ACB1;
  font-size: 28px;
  font-size: 2.8rem;
}
@media (max-width: 768px) {
  .c-title04 {
    font-size: 20px;
    font-size: 6.25vw;
  }
}
.h-wrap {
  text-align: center;
  margin-top: -45px;
}
.h-wrap img {
  max-width: 120px;
}
.c-title05 {
  display: block;
  margin: 10px 0 24px;
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
}
.c-title05::after {
  display: block;
  content: "";
  background: #DB3833;
  height: 3px;
  width: 200px;
  margin: 20px auto 0;
}
.c-title06 {
  display: block;
  color: #48ACB1;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 0.4rem;
  margin-bottom: 0.6rem;
  border-bottom: 1px dashed #48ACB1;
}
.c-title07 {
  display: block;
  margin: 20px 0 15px;
  border-left: 2px solid #DB3833;
  padding-left: 20px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .c-title07 {
    font-size: 20px;
    font-size: 6.25vw;
  }
}
.c-list01 {
  list-style: none;
}
.c-list01 li {
  margin-left: 2.6rem;
  text-indent: -2.2rem;
}
.c-list01 li::before {
  display: inline-block;
  vertical-align: middle;
  content: "・";
  text-indent: 0;
  margin-right: 0.4rem;
  text-indent: 0;
}
.c-list02 {
  list-style: none;
}
.c-list02 li {
  padding-left: 2rem;
  text-indent: -2rem;
}
.c-list02 li::before {
  display: inline-block;
  vertical-align: middle;
  content: "・";
  text-indent: 0;
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
}
.cybermonth-table-scroll table {
  width: 1000px;
  font-size: 14px;
}
.tbl-01 {
  background: #fff;
  border-collapse: separate;
  border-bottom: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
  width: 100%;
  border-spacing: 0px;
}
.tbl-01 th, .tbl-01 td {
  border-left: 1px solid #d4d4d4;
  border-top: 1px solid #d4d4d4;
  padding: .7em 20px;
  text-align: left;
  vertical-align: top;
}
.tbl-01 th {
  background: #f0f0f0;
  font-weight: bold;
}
table .w-15 {
  width: 15%;
}
table .w-75 {
  width: 75%;
}
.c-table01 {
  width: 100%;
  margin: 20px 0;
}
.c-table01 tr:nth-child(odd) {
  background: rgba(30, 123, 194, 0.1);
}
.c-table01 th, .c-table01 td {
  vertical-align: middle;
  box-sizing: border-box;
}
.c-table01 th:nth-child(1), .c-table01 td:nth-child(1) {
  width: 20%;
}
.c-table01 th {
  background: #48acb1;
  color: #fff;
  padding: .8rem;
  text-align: left;
}
.c-table01 td {
  padding: .8rem 1rem;
}
.pc-none {
  display: none;
}
.pcDisp {
  display: block;
}
.spDisp {
  display: none;
}
@media (max-width: 1000px) {
  .cybermonth-table-scroll {
    overflow-x: scroll;
  }
}
@media (max-width: 768px) {
  .pcDisp {
    display: none;
  }
  .spDisp {
    display: block;
  }
  .sp-none {
    display: none !important;
  }
  .tbl-01 th, .tbl-01 td {
    display: block;
  }
  table .w-15, table .w-75 {
    display: block;
    width: 100%;
    padding: .7em 0;
  }
  .c-table01 th:nth-child(1), .c-table01 td:nth-child(1) {
    width: 30%;
  }
}
.c-table02 {
  width: 100%;
  margin: 20px 0;
}
.c-table02 tr:nth-child(1) th, .c-table02 tr:nth-child(1) td {
  border-width: 2px;
  text-align: center;
  font-weight: 700;
}
.c-table02 tr:nth-last-child(1) th, .c-table02 tr:nth-last-child(1) td {
  border-bottom: none;
}
.c-table02 th, .c-table02 td {
  vertical-align: middle;
  box-sizing: border-box;
}
.c-table02 th {
  border-bottom: 1px solid white;
  background: #48acb1;
  color: #fff;
  padding: .8rem;
  vertical-align: top;
  white-space: nowrap;
}
.c-table02 td {
  border-bottom: 1px solid #48acb1;
  padding: .8rem 1rem;
  background: rgba(72, 172, 177, 0.1);
}
@media (max-width: 768px) {
  .c-table02 {
    width: calc(100% + 40px);
    margin: 20px -20px;
  }
  .c-table02 th {
    text-align: left;
    padding: .8rem 2rem;
    vertical-align: middle;
    font-size: 12px;
    font-size: 3.75vw;
    white-space: normal;
  }
  .c-table02 td {
    text-align: left;
    padding: 1.5rem 2rem;
    font-size: 12px;
    font-size: 3.75vw;
  }
}
.c-textbox01 {
  padding: 20px;
  border: 1px solid #F1F1F1;
}
.c-textbox02 {
  padding: 2rem;
  background: rgba(72, 172, 177, 0.3);
}
.c-textbox03 {
  padding: 1rem;
  margin: 2rem 0;
  border-top: 2px solid rgba(241, 241, 241, 0.3);
  border-bottom: 2px solid rgba(241, 241, 241, 0.3);
}
.c-textbox04 {
  padding: 2rem;
  margin: 2rem 0;
  background: #f1f1f1;
}
.c-article01 {
  border-top: 1px dashed rgba(17, 17, 17, 0.2);
  list-style: none;
}
.c-article01 p {
  display: -webkit-box;
  display: flex;
  width: 100%;
  border-bottom: 1px dashed rgba(17, 17, 17, 0.2);
  text-decoration: none;
  color: #333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
}
.c-article01 .data {
  padding: 6px 45px;
  white-space: nowrap;
  flex-basis: 185px;
}
.c-article01 .text {
  padding: 6px 45px 12px 0;
}
.c-article01 .point-n {
  pointer-events: none;
}
@media (max-width: 768px) {
  .c-article01 a {
    flex-wrap: wrap;
  }
  .c-article01 .data {
    flex-basis: 100%;
    padding: 12px 0px;
  }
  .c-article01 .text {
    flex-basis: 100%;
    padding: 0 0px 12px;
  }
}
.c-boxes {
  display: -webkit-box;
  display: flex;
}
.c-boxes dt {
  flex-basis: 30%;
  font-weight: bold;
  color: #48ACB1;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  padding: 1rem 2rem 1rem 3rem;
}
.c-boxes dd {
  flex-basis: 70%;
}
.c-pathbox {
  padding: 0.6rem 0;
  background: #F1F1F1;
  font-size: 85%;
  white-space: nowrap;
}
/* .c-pathbox a {
  color: #48ACB1;
} */
.c-pathbox span {
  line-height: 1;
  vertical-align: middle;
}
.c-pathbox span:nth-child(1)::before {
  content: "";
}
.c-pathbox span::before {
  display: inline-block;
  vertical-align: middle;
  font-family: "nisc";
  content: "\e900";
  margin: 0 0.4rem 0.4rem 0;
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
}
@media (max-width: 768px) {
  .c-pathbox {
    display: none;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
}
.c-btnarea {
  padding: 30px 0;
}
p + p {
  margin-top: 0.8rem;
}
.p-btn01 {
  display: inline-block;
  text-align: center;
  text-decoration: underline;
  padding: 1.5rem 6rem;
  color: #48acb1;
  font-size: 1.5rem;
  font-weight: 700;
  border: 1px solid #48acb1;
  border-radius: 5px;
  background: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.p-btn02 {
  display: inline-block;
  color: #fff;
  padding: 1rem 2.4rem;
  background: #48ACB1;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.p-btn02::before {
  font-style: normal;
  display: inline-block;
  margin-right: 1rem;
  font-family: "nisc";
  content: "\e902";
}
.p-btn02:hover {
  -webkit-filter: contrast(150%);
  filter: contrast(150%);
}
@media (max-width: 768px) {
  .p-btn02 {
    width: 100%;
    font-size: 14px;
    font-size: 4.375vw;
  }
}
.p-btn03 {
  display: inline-block;
  color: #fff;
  padding: 1rem 0;
  min-width: 24%;
  background: #48ACB1;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.p-btn03:hover {
  -webkit-filter: contrast(150%);
  filter: contrast(150%);
}
@media (max-width: 768px) {
  .p-btn03 {
    width: 100%;
    font-size: 14px;
    font-size: 4.375vw;
  }
}
.p-contents {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.p-contents .col {
  flex-basis: 100%;
  display: block;
  text-decoration: none;
  color: #333;
  margin-bottom: 20px;
}
/* .p-contents .col {
  /margin-left: 1%;
  /margin-right: 1%;
} */
.p-contents .inner {
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
  min-height: 345px
}
.p-contents .inner.monthly {
  padding: 20px 30px 30px;
}
.p-contents .icon img {
  display: block;
  width: 150px;
  margin: auto;
}
.p-contents .icon.monthly img {
  width: 240px;
  margin-bottom: 10px;
}
.p-contents .text {
  display: block;
  min-height: 80px;
  font-size: 16px;
  font-size: 1.6rem;
}
.p-contents .btn {
  display: block;
  width: 100%;
  margin: 6px auto 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  letter-spacing: -1px;
}
.p-contents .btn a {
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 4px;
  color: #DB3833;
  font-weight: 700;
  border: 1px solid #DB3833;
}
.p-contents .btn:hover {
  background: rgba(219, 56, 51, 0.1);
}
@media (min-width: 576px) {
  .p-contents {
    justify-content: space-between;
  }
  .p-contents .col {
    flex-basis: 49%;
  }
}
@media (min-width: 768px) {
  .p-contents {
    justify-content: space-between;
  }
  .p-contents .col {
    flex-basis: 49%;
  }
}
@media (min-width: 992px) {
  .p-contents {
    justify-content: space-between;
  }
  .p-contents .col {
    flex-basis: 32%;
  }
}
@media (min-width: 1200px) {
  .p-contents .col {
    flex-basis: 32%;
    letter-spacing: normal;
  }
}
.p-tab {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  border-top: 2px solid #48ACB1;
}
.p-tab .tab-label {
  position: relative;
  color: #48ACB1;
  flex-basis: calc(100% / 5);
  max-width: 20%;
  padding: 4px 0;
  text-align: center;
  font-weight: bold;
  border-bottom: 2px solid #48ACB1;
  border-right: 2px solid #48ACB1;
  box-sizing: border-box;
  font-size: 20px;
  font-size: 2rem;
  cursor: pointer;
  -webkit-box-ordinal-group: 0;
  order: -1;
}
.p-tab .tab-label:nth-of-type(1) {
  border-left: 2px solid #48ACB1;
}
.p-tab .tab-content {
  width: 100%;
  display: none;
  padding-top: 30px;
}
.p-tab .tab-switch:checked + .tab-label {
  background: #48ACB1;
  color: #fff;
}
.p-tab .tab-switch:checked + .tab-label + .tab-content {
  display: block;
}
.p-tab .tab-switch {
  display: none;
}
@media (max-width: 768px) {
  .p-tab .tab-label {
    flex-basis: 50%;
    max-width: 50%;
    font-size: 14px;
    font-size: 4.375vw;
  }
  .p-tab .tab-label:nth-of-type(2n-1) {
    border-left: 2px solid #48ACB1;
  }
}
.p-tab_list {
  display: -webkit-box;
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  border-top: 2px solid #48ACB1;
  border-left: 2px solid #48ACB1;
}
.p-tab_list li {
  flex-basis: calc(100% / 5);
  max-width: 20%;
  border-bottom: 2px solid #48ACB1;
  border-right: 2px solid #48ACB1;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
}
.p-tab_list li a {
  display: block;
  height: 100%;
  box-sizing: border-box;
  text-decoration: none;
  padding: 4px 0;
  font-size: 20px;
  font-size: 2rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #48ACB1;
}
.p-tab_list li a:hover {
  background: #48ACB1;
  color: #fff;
}
.p-tab_list li a.active {
  background: #48ACB1;
  color: #fff;
}
@media (max-width: 768px) {
  .p-tab_list li {
    flex-basis: 50%;
    max-width: 50%;
  }
  .p-tab_list li a {
    font-size: 14px;
    font-size: 4.375vw;
  }
}
.p-list_curr > div {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
}
.p-list_curr .item {
  border: 1px solid #D8D7D7;
  flex-basis: 31%;
  max-width: 31%;
  display: -webkit-box;
  display: flex;
  padding: 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-decoration: none;
  color: #333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-list_curr .item:hover {
  background: rgba(72, 172, 177, 0.2);
}
.p-list_curr .item {
  margin-left: 1%;
  margin-right: 1%;
}
.p-list_curr .icon {
  flex-basis: 25%;
  border-right: 1px solid #D8D7D7;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding-right: 6px;
}
.p-list_curr .icon img {
  width: 100%;
}
.p-list_curr .inner {
  display: flex;
  flex-direction: column;
  flex-basis: 75%;
  padding-left: 10px;
}
.p-list_curr .title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 10px;
}
.p-list_curr .title small {
  margin-left: 0.6rem;
  color: rgba(51, 51, 51, 0.6);
  font-size: 14px;
  font-size: 1.4rem;
}
.itembottom {
  margin-top: auto;
}
.p-list_curr .tag {
  margin-top: 16px;
  text-align: right;
  margin-top: auto;
}
.p-list_curr .tag span {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  margin-bottom: 2px;
  font-size: 14px;
  font-size: 1.4rem;
  background: #808080;
}
.p-list_curr .tag .tag02 {
  color: #5963F1;
  border: 1px solid #5963F1;
  background: transparent;
}
.p-list_curr .tag .tag03 {
  color: #E29140;
  border: 3px solid #E29140;
  background: transparent;
}
.p-list_curr .tag .tag03.none {
  color: #acacac;
  border: 1px solid #acacac;
  background: transparent;
}
.p-list_curr .tag .tag04 {
  color: #50986D;
  border: 3px solid #50986D;
  background: transparent;
}
.p-list_curr .tag .tag04.none {
  color: #acacac;
  border: 1px solid #acacac;
  background: transparent;
}
.p-list_curr .tag .tag05 {
  color: #d586c5;
  border: 1px solid #d586c5;
  background: transparent;
}
@media (max-width: 768px) {
  .p-list_curr .item {
    flex-basis: 100%;
    max-width: 100%;
  }
  .p-list_curr .item:nth-child(3n-1) {
    margin-left: 0;
    margin-right: 0;
  }
}
.p-accordion {
  width: 860px;
  margin: 30px auto 0;
}
.p-accordion .link {
  list-style: none;
}
.p-accordion a {
  color: #333;
}
.p-accordion li::before {
  content: "・";
}
.p-accordion span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.6rem;
  margin: 0 0.4rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  font-size: 12px;
  font-size: 1.2rem;
}
.p-accordion span.tag01 {
  background: #F6AE31;
}
.p-accordion span.tag02 {
  background: #48ACB1;
}
@media (max-width: 768px) {
  .p-accordion {
    width: 100%;
  }
}
.js-accordion {
  border-bottom: 1px solid rgba(17, 17, 17, 0.6);
}
.js-accordion:nth-child(1) {
  border-top: 1px solid rgba(17, 17, 17, 0.6);
}
.js-accordion--trigger {
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-weight: bold;
  text-align: left;
  padding: 16px 20px;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.8rem;
}
.js-accordion--trigger:after {
  display: inline-block;
  width: 0;
  height: 0;
  border: solid transparent;
  content: "";
  border-top-color: #DB3833;
  border-width: 7px;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -5px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.js-accordion--trigger._state-open {
  background-color: rgba(72, 172, 177, 0.2);
  text-decoration: none;
}
.js-accordion--trigger._state-open:after {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  margin-top: -10px;
}
.js-accordion--trigger:hover {
  background-color: rgba(72, 172, 177, 0.2);
  text-decoration: none;
}
.js-accordion--target {
  overflow: hidden;
  -webkit-transition: height 0.4s ease-in-out;
  transition: height 0.4s ease-in-out;
}
.js-accordion .accordion_body {
  border-top: 1px solid rgba(17, 17, 17, 0.6);
  background: #F1F1F1;
  padding: 20px 55px;
}
.js-accordion-enter-active {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: js-accordion--anime__opend;
  animation-name: js-accordion--anime__opend;
}
.js-accordion-leave-active {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: js-accordion--anime__closed;
  animation-name: js-accordion--anime__closed;
}
@-webkit-keyframes js-accordion--anime__opend {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes js-accordion--anime__opend {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes js-accordion--anime__closed {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes js-accordion--anime__closed {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.p-practice {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.p-practice .text {
  -webkit-box-ordinal-group: 3;
  order: 2;
  flex-basis: 60%;
}
.p-practice .images {
  -webkit-box-ordinal-group: 2;
  order: 1;
  flex-basis: 36%;
}
.p-practice .images .item {
  display: block;
  margin: 10px 0;
}
.p-practice .images .logo img {
  height: 50px;
  object-fit: contain;
}
.p-practice .indent {
  padding-left: 1rem;
}
@media (max-width: 768px) {
  .p-practice {
    flex-wrap: wrap;
  }
  .p-practice .text {
    -webkit-box-ordinal-group: 2;
    order: 1;
    flex-basis: 100%;
  }
  .p-practice .images {
    padding-top: 45px;
    -webkit-box-ordinal-group: 3;
    order: 2;
    flex-basis: 100%;
  }
}
.p-detail {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.p-detail dt {
  flex-basis: 30%;
  max-width: 30%;
  font-weight: bold;
  padding: 0.4rem 0.6rem;
  border-bottom: 1px solid #F1F1F1;
  box-sizing: border-box;
}
.p-detail dd {
  flex-basis: 70%;
  max-width: 70%;
  padding: 0.4rem 0.6rem;
  border-bottom: 1px solid #F1F1F1;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .p-detail dt {
    flex-basis: 100%;
    max-width: 100%;
    border-bottom: none;
  }
  .p-detail dd {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.p-read_support {
  font-weight: bold;
  padding-left: 7rem;
  background: url("/assets/images/content/icon-support.png") no-repeat left center;
  background-size: contain;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .p-read_support {
    background-position: left top;
    padding-left: 16vw;
    font-size: 12px;
    font-size: 3.75vw;
  }
}
.p-text01 {
  font-size: 120%;
  color: #48ACB1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(72, 172, 177, 0.1)));
  background: linear-gradient(transparent 70%, rgba(72, 172, 177, 0.1) 70%);
  font-weight: 700;
  margin: 0 0.6rem;
}
.p-txtbox01 {
  background: rgba(72, 172, 177, 0.1);
  padding: 20px;
  font-weight: 700;
  color: #48ACB1;
  margin: 20px 0 30px;
  font-size: 20px;
  font-size: 2rem;
}
@-webkit-keyframes move {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes move {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.u-fs70 {
  font-size: 70%;
}
.u-fs75 {
  font-size: 75%;
}
.u-fs80 {
  font-size: 80%;
}
.u-fs85 {
  font-size: 85%;
}
.u-fs90 {
  font-size: 90%;
}
.u-fs95 {
  font-size: 95%;
}
.u-fs100 {
  font-size: 100%;
}
.u-fs105 {
  font-size: 105%;
}
.u-fs110 {
  font-size: 110%;
}
.u-fs115 {
  font-size: 115%;
}
.u-fs120 {
  font-size: 120%;
}
.u-fs140 {
  font-size: 140%;
}
.u-fs200 {
  font-size: 200%;
}
.u-align_c {
  text-align: center !important;
}
.u-align_l {
  text-align: left !important;
}
.u-align_r {
  text-align: right !important;
}
.u-bold {
  font-weight: bold !important;
}
.u-align_r .c-img img {
  width: 100px !important;
}
.u-m0 {
  margin: 0;
}
.u-m5 {
  margin: 5px;
}
.u-m10 {
  margin: 10px;
}
.u-m15 {
  margin: 15px;
}
.u-m20 {
  margin: 20px;
}
.u-m30 {
  margin: 30px;
}
.u-p5 {
  padding: 5px;
}
.u-p10 {
  padding: 10px;
}
.u-p20 {
  padding: 20px;
}
.u-mt0 {
  margin-top: 0px !important;
}
.u-mr0 {
  margin-right: 0px !important;
}
.u-mb0 {
  margin-bottom: 0px !important;
}
.u-ml0 {
  margin-left: 0px !important;
}
.u-mt5 {
  margin-top: 5px !important;
}
.u-mr5 {
  margin-right: 5px !important;
}
.u-mb5 {
  margin-bottom: 5px !important;
}
.u-ml5 {
  margin-left: 5px !important;
}
.u-mt10 {
  margin-top: 10px !important;
}
.u-mr10 {
  margin-right: 10px !important;
}
.u-mb10 {
  margin-bottom: 10px !important;
}
.u-ml10 {
  margin-left: 10px !important;
}
.u-mt15 {
  margin-top: 15px !important;
}
.u-mr15 {
  margin-right: 15px !important;
}
.u-mb15 {
  margin-bottom: 15px !important;
}
.u-ml15 {
  margin-left: 15px !important;
}
.u-mt20 {
  margin-top: 20px !important;
}
.u-mr20 {
  margin-right: 20px !important;
}
.u-mb20 {
  margin-bottom: 20px !important;
}
.u-ml20 {
  margin-left: 20px !important;
}
.u-mt25 {
  margin-top: 25px !important;
}
.u-mr25 {
  margin-right: 25px !important;
}
.u-mb25 {
  margin-bottom: 25px !important;
}
.u-ml25 {
  margin-left: 25px !important;
}
.u-mt30 {
  margin-top: 30px !important;
}
.u-mr30 {
  margin-right: 30px !important;
}
.u-mb30 {
  margin-bottom: 30px !important;
}
.u-ml30 {
  margin-left: 30px !important;
}
.u-mt35 {
  margin-top: 35px !important;
}
.u-mr35 {
  margin-right: 35px !important;
}
.u-mb35 {
  margin-bottom: 35px !important;
}
.u-ml35 {
  margin-left: 35px !important;
}
.u-mt40 {
  margin-top: 40px !important;
}
.u-mr40 {
  margin-right: 40px !important;
}
.u-mb40 {
  margin-bottom: 40px !important;
}
.u-ml40 {
  margin-left: 40px !important;
}
.u-mt45 {
  margin-top: 45px !important;
}
.u-mr45 {
  margin-right: 45px !important;
}
.u-mb45 {
  margin-bottom: 45px !important;
}
.u-ml45 {
  margin-left: 45px !important;
}
.u-mt50 {
  margin-top: 50px !important;
}
.u-mr50 {
  margin-right: 50px !important;
}
.u-mb50 {
  margin-bottom: 50px !important;
}
.u-ml50 {
  margin-left: 50px !important;
}
.u-pt0 {
  padding-top: 0px !important;
}
.u-pr0 {
  padding-right: 0px !important;
}
.u-pb0 {
  padding-bottom: 0px !important;
}
.u-pl0 {
  padding-left: 0px !important;
}
.u-pt5 {
  padding-top: 5px !important;
}
.u-pr5 {
  padding-right: 5px !important;
}
.u-pb5 {
  padding-bottom: 5px !important;
}
.u-pl5 {
  padding-left: 5px !important;
}
.u-pt10 {
  padding-top: 10px !important;
}
.u-pr10 {
  padding-right: 10px !important;
}
.u-pb10 {
  padding-bottom: 10px !important;
}
.u-pl10 {
  padding-left: 10px !important;
}
.u-pt15 {
  padding-top: 15px !important;
}
.u-pr15 {
  padding-right: 15px !important;
}
.u-pb15 {
  padding-bottom: 15px !important;
}
.u-pl15 {
  padding-left: 15px !important;
}
.u-pt20 {
  padding-top: 20px !important;
}
.u-pr20 {
  padding-right: 20px !important;
}
.u-pb20 {
  padding-bottom: 20px !important;
}
.u-pl20 {
  padding-left: 20px !important;
}
.u-pt25 {
  padding-top: 25px !important;
}
.u-pr25 {
  padding-right: 25px !important;
}
.u-pb25 {
  padding-bottom: 25px !important;
}
.u-pl25 {
  padding-left: 25px !important;
}
.u-pt30 {
  padding-top: 30px !important;
}
.u-pr30 {
  padding-right: 30px !important;
}
.u-pb30 {
  padding-bottom: 30px !important;
}
.u-pl30 {
  padding-left: 30px !important;
}
.u-pt35 {
  padding-top: 35px !important;
}
.u-pr35 {
  padding-right: 35px !important;
}
.u-pb35 {
  padding-bottom: 35px !important;
}
.u-pl35 {
  padding-left: 35px !important;
}
.u-pt40 {
  padding-top: 40px !important;
}
.u-pr40 {
  padding-right: 40px !important;
}
.u-pb40 {
  padding-bottom: 40px !important;
}
.u-pl40 {
  padding-left: 40px !important;
}
.u-pt45 {
  padding-top: 45px !important;
}
.u-pr45 {
  padding-right: 45px !important;
}
.u-pb45 {
  padding-bottom: 45px !important;
}
.u-pl45 {
  padding-left: 45px !important;
}
.u-pt50 {
  padding-top: 50px !important;
}
.u-pr50 {
  padding-right: 50px !important;
}
.u-pb50 {
  padding-bottom: 50px !important;
}
.u-pl50 {
  padding-left: 50px !important;
}
.u-disp_pc {
  display: block;
}
.u-dispin_pc {
  display: inline-block;
}
.u-disp_tab {
  display: none;
}
.u-disp_sp {
  display: none;
}
.u-dispin_sp {
  display: none;
}
@media (max-width: 1080px) {
  .u-disp_tab {
    display: block;
  }
}
@media (max-width: 768px) {
  .u-disp_pc {
    display: none;
  }
  .u-dispin_pc {
    display: none;
  }
  .u-disp_sp {
    display: block;
  }
  .u-dispin_sp {
    display: inline-block;
  }
}
@media (max-width: 360px) {
  a.link-tel {
    pointer-events: auto;
  }
}
[class^="u-ico"]::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin: 0 0.4rem;
  font-family: "nisc";
  -ms-interpolation-mode: crisp-edges;
  font-size: 2.4rem;
  line-height: 0;
  text-decoration: none;
  font-style: normal;
  text-indent: 0;
}
.u-ico_popup::before {
  font-family: "nisc";
  content: "\e903";
  color: #48ACB1;
  font-size: 1.6rem;
}
.u-ico_pdf::before {
  content: "\e907";
  color: #C1272D;
}
.u-ico_doc::before {
  content: "\e905";
  color: #2A69BD;
}
.u-ico_xls::before {
  content: "\e906";
  color: #009245;
}
.u-ico_ppt::before {
  content: "\e90a";
  color: #F15A24;
}
.u-ico_pic::before {
  content: "\e908";
  color: #29ABE2;
}
.u-ico_other::before {
  content: "\e909";
  color: #8C6239;
}
.u-flexbox {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .u-flexbox {
    flex-wrap: wrap;
  }
}
.u-flexbox01 {
  display: -webkit-box;
  display: flex;
}
.u-flexbox02 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.u-column_type01 {
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.u-column_type02 {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.col-w10 {
  width: 10%;
}
.col-w15 {
  width: 15%;
}
.col-w20 {
  width: 20%;
}
.col-w25 {
  width: 25%;
}
.col-w32 {
  width: 32%;
}
.col-w33 {
  width: 33.333333%;
}
.col-w50 {
  width: 50%;
}
.col-w30 {
  width: 30%;
}
.col-w40 {
  width: 40%;
}
.col-w46 {
  width: 46%;
}
.col-w48 {
  width: 48%;
}
.col-w49 {
  width: 49%;
}
.col-w56 {
  width: 56%;
}
.col-w60 {
  width: 60%;
}
.col-w66 {
  width: 66%;
}
.col-w100 {
  width: 100%;
}
@media (max-width: 768px) {
  .col {
    width: 100% !important;
    margin-bottom: 1em;
  }
  .col {
    width: 100% !important;
    margin-bottom: 1em;
  }
  .col-o1 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .col-o2 {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .col-o3 {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
}
.u-left {
  float: left;
}
@media (max-width: 768px) {
  .u-left {
    float: none;
  }
}
.u-right {
  float: right;
}
@media (max-width: 768px) {
  .u-right {
    float: none;
  }
}
.u-clearfix {
  zoom: 1;
}
.u-clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.swiper-button-prev, .swiper-button-next {
  color: #48ACB1;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 986px) {
  .swiper-button-prev, .swiper-button-next {
    top: 60%;
    transform: initial;
  }  
}
@media (max-width: 768px) {
  .swiper-button-prev, .swiper-button-next {
    top: 50%;
  }
}
.tate-line {
  border-left: 4px solid #48ACB1;
}
.tate-line.mb-20, .p-detail .mb-20 {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .tate-line.mb-20 {
    margin-bottom: 0;
  }
  .p-detail dd {
    padding-left: 2rem;
    border-left: 4px solid #48ACB1;
  }
}
.banner {
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 50px;
}
.banner .inner {
  display: flex;
  justify-content: center;
}
.banner .inner li {
  list-style: none;
  margin: 0 40px;
  border: 1px solid #ccc;
  flex-basis: 30%;
  background-color: #FFF;
}
.banner .inner.col2 li {
  flex-basis: 48%;
}
.banner .inner img {
  width: 100%;
}
.banner .inner a {
  transition: .3s;
  text-decoration: none;
  color: #333;
}
.banner .inner a:hover {
  opacity: .7;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .banner {
    width: 100%;
    min-width: 100%;
  }
  .banner .inner {
    display: block;
  }
  .banner .inner img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .banner .inner li {
    margin-bottom: 40px;
  }
}
.container-box {
  display: flex;
  flex-wrap: wrap;
}
.flex-box {
  display: flex;
  align-items: center;
  flex-basis: 48%;
  margin-bottom: 10px;
}
.flex-box-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
  max-width: 390px;
}
.flex-box li {
  list-style: none;
  padding: 5px;
}
.flex-box li.first {
  min-width: 80px;
  border-left: none;
}
.first img {
  width: 100%;
  max-width: 80px;
  height: auto;
}
.flex-box li.second {
  width: 100%;
  max-width: 110px;
  font-weight: bold;
}
.flex-box li ul a {
  text-decoration: none;
  color: #48ACB1;
  transition: .5s;
  border-bottom: 1px solid transparent;
  padding-bottom: 4px;
}
.flex-box li ul a:hover {
  border-bottom: 1px solid #48ACB1;
  opacity: .7;
}
.flex-box li ul a::before {
  content: "▼";
  font-size: .7em;
  color: #48ACB1;
  margin-right: 5px;
}
.h-style {
  font-size: 2.4rem;
  line-height: 100px;
  margin-bottom: 20px;
}
.topics-list a {
  display: block;
  text-decoration: none;
  transition: .5s;
}
.topics-list a:hover {
  background-color: rgba(72, 172, 177, 0.2);
  opacity: .7;
}
.topics-list ul {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px dotted #999;
  padding: 12px 20px;
  align-items: start;
}
.topics-list li {
  list-style-type: none;
  color: #000;
}
.topics-list .day {
  color: #626262;
  width: 200px;
}
.topics-list .events {
  margin-right: 70px;
  font-weight: bold;
  width: 460px;
}
.topics-list .details {
  line-height: 1.5;
  width: 480px;
}
a .details::after {
  content: "";
  background-image: url(/assets/images/event/icon_popup.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.kaijo {
  display: block;
}
.syusai{
	display: block;
}
.kaijo::before {
  content: "会場　：";
  font-weight: bold;
}
.syusai::before {
  content: "主催者：";
  font-weight: bold;
}
/*20231122*/
.type {
  display: inline-block;
	color: #D22689;
	border: 1px solid #D22689;
	font-size: 0.75em;
	padding: 2px 4px 2px 6px;
	font-weight: bold;
	border-radius: 9999px;
}
.target {
  display: inline-block;
	color: #255ED3;
	border: 1px solid #255ED3;
	font-size: 0.75em;
	padding: 2px 4px 2px 6px;
	font-weight: bold;
	border-radius: 9999px;
}
/*.type::before {
  content: "行事の種別：";
  font-weight: bold;
}
.target::before {
  content: "対象者：";
  font-weight: bold;
}*/
@media (max-width: 768px) {
  .container-box {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .flex-box {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .flex-box li.first {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
  .flex-box li.second {
    width: 100%;
    max-width: 100%;
    background-color: #c6e9e6;
    box-sizing: border-box;
  }
  .flex-box-inner {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.5;
  }
  .flex-box li ul li {
    width: 50%;
    box-sizing: border-box;
  }
  .first img {
    max-width: 90px;
  }
  .topics-list .events {
    min-width: 100%;
    max-width: 100%;
  }
}
.row {
  max-width: 100%;
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-inline img {
  vertical-align: middle;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
#nav {
  list-style: none;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#nav li {
  flex-grow: 1;
  text-align: center;
  background-color: #666666;
  float: left;
  height: 50px;
  line-height: 50px;
  margin-right: 2px;
  margin-top: 1px;
  width: 100%;
}
#nav li a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding: 20px 0;
}
@media (min-width: 576px) {
  #nav {
    justify-content: normal;
  }
  #nav li {
    margin-top: 1px;
    width: 49%;
  }
}
@media (min-width: 768px) {
  #nav {
    justify-content: normal;
  }
  #nav li {
    margin-top: 1px;
    width: 33%;
  }
}
@media (min-width: 992px) {
  #nav {
    justify-content: normal;
  }
  #nav li {
    margin-top: 1px;
    width: 33%;
  }
}
@media (min-width: 1200px) {
  #nav {
    justify-content: space-between;
  }
  #nav li {
    width: initial;
  }
}
table.linkindex td, table.linkindex th {
  font-size: 83%;
  border: 1px solid grey;
  padding-left: 6px;
}
table.linkindex td a {
  text-decoration: none;
}
a.bx-b1, a.bx-b2 {
  text-decoration: none;
}
a.bx-b1:hover, a.bx-b2:hover {
  opacity: 0.7;
}
.bx-b1 {
  border-top: 2px solid #8297FF;
  border-left: 2px solid #8297FF;
  border-right: 2px solid #8297FF;
  border-bottom: 2px solid #8297FF;
  padding: 6px 0;
  font-size: 1.4rem;
  font-weight: 900;
  text-align: center;
  float: left;
}
.bx-b1.active {
  background-color: #8297FF;
  color: #fff;
}
.bx-b2 {
  border-top: 2px solid #48ACB1;
  border-left: 2px solid #48ACB1;
  border-right: 2px solid #48ACB1;
  border-bottom: 2px solid #48ACB1;
  padding: 6px 0;
  font-size: 1.4rem;
  font-weight: 900;
  text-align: center;
  float: left;
}
.bx-b2.active {
  background-color: #48ACB1;
  color: #fff;
}
@media (min-width: 576px) {
  .bx-b1, .bx-b2 {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .bx-b1, .bx-b2 {
    font-size: 1.7rem;
  }
}
@media (min-width: 992px) {
  .bx-b1, .bx-b2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .bx-b1, .bx-b2 {
    font-size: 2rem;
  }
}
a div:hover {
  opacity: 0.7;
}
.fw-9 {
  font-weight: 900;
}
.badge {
  margin: 0 1em;
  padding: 0.3em 0.6em;
  border-radius: 6px;
  font-size: 1.6rem;
}
.bdr10 {
  border-radius: 10px;
}
.tx-noline {
  text-decoration-line: none;
}
.opc > a {
  text-decoration-line: none;
}
.opc > a:hover {
  text-decoration-line: line;
  opacity: 0.7;
}
div.social a img {
  max-width: 40px;
  margin: 3px;
}
div.share a img {
  max-width: 117px;
  margin: 1px;
}
[data-title]:hover:after {
  opacity: 1;
  transition: all 0.1s ease 0.5s;
  visibility: visible;
}
[data-title]:after {
  content: attr(data-title);
  background-color: #ffe;
  color: #333;
  font-size: 1.5rem;
  position: absolute;
  padding: 2px 9px 2px 9px;
  bottom: -1.6em;
  right: 50%;
  white-space: nowrap;
  box-shadow: 1px 1px 3px #222222;
  border-radius: 6px;
  opacity: 0;
  border: 1px solid #77a;
  z-index: 99999;
  visibility: hidden;
}
[data-title] {
  position: relative;
}
.p-practice table td, table th {
  border-top: 1px solid #ccf;
  border-right: 1px solid #ccf;
  border-bottom: 1px solid #ccf;
}
.p-practice table th {
  text-align: left;
  border-left: 4px solid #48ACB1;
  font-size: 1.4rem;
  padding-top: 1px;
  padding-bottom: 1px;
}
.p-practice table td {
  text-align: center;
  vertical-align: middle;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 1.4rem
}
.itembottom {
  display: none;
}
.cat-1 {
  background-color: #E3E7FF;
}
.cat-1 > button {
  display: block;
  width: 100%;
  line-height: 50px;
  background-color: #E3E7FF;
  color: #999;
  text-decoration-line: none;
}
.cat-1.active > button, .cat-1 > button:hover {
  background-color: #7483E3;
  color: white;
}
.cat-2 {
  background-color: #FFF8DE;
}
.cat-2 > button {
  display: block;
  width: 100%;
  line-height: 50px;
  background-color: #FFF8DE;
  color: #999;
  text-decoration-line: none;
}
.cat-2.active > button, .cat-2 > button:hover {
  background-color: #B09F29;
  color: white;
}
.cat-3 {
  background-color: #E1F2E4;
}
.cat-3 > button {
  display: block;
  width: 100%;
  line-height: 50px;
  background-color: #E1F2E4;
  color: #999;
  text-decoration-line: none;
}
.cat-3.active > button, .cat-3 > button:hover {
  background-color: #8DAF63;
  color: white;
}
@media (max-width: 630px) {
  .cat-1 {
    background-color: #E3E7FF;
    display: flex;
  }
  .cat-1 > button {
    line-height: 1.5;
    padding: 2px 0;
  }
  .cat-2 {
    background-color: #FFF8DE;
    display: flex;
  }
  .cat-2 > button {
    line-height: 1.5;
    padding: 2px 0;
  }
  .cat-3 {
    background-color: #E1F2E4;
    display: flex;
  }
  .cat-3 > button {
    line-height: 1.5;
    padding: 2px 0;
  }
}
.txsdw-w {
  text-shadow: 2px 2px 2px white;
}
div.titlebox {
  background-color: #48ACB1;
  color: white;
  font-weight: bold;
  font-size: 2rem;
  padding: 6px 12px;
  margin-top: 20px;
}
div.ev-tile {
  margin: 6px;
  border-radius: 10px;
  height: 100%;
}
div.ev-tile p {
  display: inline-block;
  font-size: 80%;
  line-height: 1.4;
  text-align: left;
  margin: 9px 20px;
}
div.ev-tile a {
  text-decoration: none;
}
div.ev-tile a:hover {
  opacity: 0.7;
}
div.ev-tile h4 {
  display: inline-block;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  width: 100%;
  color: white;
  padding: 18px 0;
  font-weight: bold;
}
div.l-inner.bgicon {
  margin-top: -40px;
  padding: 80px 0 0 0;
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
  background-repeat: no-repeat;
  background-size: 150px 150px;
  background-position: top left;
}
.u-red {
  color: #DB3833;
}
.u-c00 {
  color: #fff;
}
.u-c01 {
  color: #48ACB1;
}
.u-c02 {
  color: #ADD4EB;
}
.u-c04 {
  color: #F1F1F1;
}
.u-cprimary {
  color: #7483E3;
}
.bg-c01 {
  background-color: #48ACB1;
}
.bd-c01 {
  border: 1px solid #48ACB1;
}
.bg-white {
  background-color: white;
}
.bg-secondary {
  background-color: #F1F1F1;
}
.bg-info {
  background-color: #A5E8F2;
}
.bg-info2 {
  background-color: #A5E8F2;
}
.bg-danger2 {
  background-color: #FFF2F2;
}
.bg-primary {
  background-color: #7483E3;
  color: #fff;
}
.bg-primary2 {
  background-color: #E3E7FF;
}
.bg-success2 {
  background-color: #E1F2E4;
}
.bg-warning2 {
  background-color: #FFF8DE;
}
.bg-home {
  background-color: #338635; 
}
.bd-home {
  border: 1px solid #338635; 
}
.bg-office {
  background-color: #8c7136;
}
.bd-office {
  border: 1px solid #8c7136; 
}
.bg-spread {
  background-color: #3754A6;
}
.bd-spread {
  border: 1px solid #3754A6;
}
.bg-pro {
  background-color: #A95778;
}
.bd-pro {
  border: 1px solid #A95778;
}
.bg-ama {
  background-color: #84699B;
}
.bd-ama {
  border: 1px solid #84699B;
}
.catch span.upper {
  display: block;
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 0.3em;
}
.l-footer a:hover {
  text-decoration: underline;
  color: #FFF;
}
.flex-x {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.publicity .flex-x {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.flex-x .col3 {
  width: calc(100% / 3 - 20px);
  margin-right: 30px;
  margin-bottom: 10px;
}
.flex-x.cyber-top .col3 { 
  margin-right: 10px;
}
.flex-x .col3:nth-of-type(3n), .flex-x.cyber-top .col3:nth-of-type(3n) {
  margin-right: 0;
}
.poster-list {
  display: inline-block;
}
.btn-wrap {
  text-align: center;
}
@media (max-width: 920px) {
  .btn-wrap {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .flex-x {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .flex-x .col3 {
    width: calc(100% / 2 - 10px);
    margin-right: 10px;
    margin-bottom: 15px;
  }
  .flex-x.cyber-top .col3 { 
    width: 100%;
    margin-right: 0;
  }
  .flex-x .col3:nth-child(2n) {
    margin-right: 0;
  }
  .btn-wrap {
    display: flex;
    flex-direction: column;
  }
}
.nine-img {
  text-align: center;
}
.nine-img img {
  width: 70%;
  height: auto;
}
a.pos-dl {
  color: #FFF;
  margin-bottom: 10px;
  padding: 4px 30px;
  background-color: #48ACB1;
  transition: .3s;
}
a.pos-dl:hover {
  color: #FFF;
}
@media (max-width: 768px) {
  a.pos-dl {
    padding: 4px 10%;
  }
}
.santen {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.size-img350 {
  max-width: 350px;
}
.size-img600 {
  max-width: 600px;
}
.column-flex {
  display: flex;
}
@media (max-width: 768px) {
  .size-img350 {
    width: 100%;
  }
  .size-img600 {
    max-width: 100%;
  }
  .column-flex {
    flex-direction: column;
    align-items: center;
  }
}
.movie-wrap {
  position: relative;
  padding-bottom: 28.125%;
  height: 0;
  width: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .movie-wrap {
    padding-bottom: 56.25%;
    width: 100%;
  }
}
.grid-x .medium-6 .movie-wrap {
  padding-bottom: 56.25%;
  width: 100%;
}
.grid-x .cell-movie {
  padding: 6px;
}
@media (max-width: 639px) {
  .moviewrap-grid-x .grid-x .cell-movie:nth-child(2n) {
    margin-top: 10px;
  }
}
.guidance-flex {
  display: flex;
  align-items: flex-start;
}
.guidance-flex a {
  width: 30%;
  text-align: center;
  margin-bottom: 20px;
}
.guidance-flex .in-text {
  margin-left: 20px;
  width: 70%;
}
@media (max-width: 768px) {
  .guidance-flex {
    align-items: center;
    flex-direction: column;
  }
  .guidance-flex a {
    width: 100%;
  }
  .guidance-flex .in-text {
    width: 100%;
    margin: 0 15px;
  }
}
.search-box {
  position: sticky;
  left: 88vw;
  bottom: 20px;
  width: 211px;
  height: 151px;
  margin-bottom: 10px;
  margin-top: -160px;
  z-index: 10;
}
.search-box a {
  transition: .3s;
}
.search-box a:hover {
  opacity: .7;
}
.control-box {
  color: #333;
  font-size: 83%;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 15px 5px;
}
.control-box label {
  color: #333;
  width: calc(100% / 4);
  display: inline-block;
  text-align: left;
}
.control-box.col label {
  width: calc(100% / 3);
}
.control-box.control-ver2 .cont-inner {
  width: 100%;
  display: flex;
  border-bottom: 1px solid grey;
  padding-top: 4px;
}
.control-box.control-ver2 .cont-inner span {
  width: 45%;
  display: inline-block;
  text-align: left;
  font-weight: bold;
}
.control {
  display: block;
  position: relative;
  padding-left: 24px;
  margin-bottom: 5px;
  cursor: pointer;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 4px;
  left: 0;
  height: 18px;
  width: 18px;
  background: #e6e6e6;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator {
  background: #48ACB1;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 6px;
  top: 3px;
  width: 6px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control__indicator {
  position: absolute;
  top: 4px;
  left: 0;
  height: 18px;
  width: 18px;
  background: #e6e6e6;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control--radio .control__indicator:after {
  left: 6px;
  top: 6px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.btn-search {
  width: 100px;
}
@media (max-width: 980px) {
  .control-box label {
    width: calc(100% / 3);
  }
  .control-box.col label {
    width: calc(100% / 2);
  }
  .control-box.control-ver2 label {
    width: calc(40% / 3);
  }
}

@media (max-width: 768px) {
  .l-search{
    display: none;
  }
  .search-box {
    width: 160px;
    height: auto;
    margin-top: -140px;
  }
  .scroll-search-sp {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .scroll-search-sp table {
    width: 100%;
    min-width: 700px;
  }
  .control-box label {
    width: calc(100% / 2);
  }
  .control-box.col label {
    width: 100%;
  }
  .control-box.control-ver2 .cont-inner {
    flex-wrap: wrap;
  }
  .control-box.control-ver2 .cont-inner span {
    width: 100%;
  }
  .control-box.control-ver2 label {
    width: calc(100% / 3);
  }
}
@media (max-width: 480px) {
  .control-box {
    flex-direction: column;
  }
  .control-box label {
    width: 100%;
  }
  .control-box.control-ver2 label {
    width: 100%;
  }
}
.grid-x > .cell-consultation {
  border: 1px solid #EBEBEB;
  padding: 20px;
  margin-right: 30px;
  margin-top: 30px;
  width: 48%;
  border-top: #DB3833 solid 2px;
}
.grid-x > .cell-consultation:nth-child(2n) {
  margin-right: 0px;
}
.grid-x > .cell-consultation > h5.consultation-ttl {
  font-size: 2.6rem;
  font-weight: bold;
  margin-top: 30px;
  text-align: center;
}
.grid-x > .cell-consultation > h5.consultation-ttl > span {
  font-size: 1.4rem;
  padding: 5px 10px;
  color: #DB3833;
  border: 1px solid #DB3833;
  margin-top: 15px;
  display: inline-block;
}
.grid-x > .cell-consultation > .consultation-txt {
  margin-top: 40px;
}
.grid-x > .cell-consultation > .consultation-tbl {
  margin-top: 25px;
}
.grid-x > .cell-consultation > .consultation-tbl {
  border-bottom: 1px solid #EBEBEB;
  border-right: none;
}
.grid-x > .cell-consultation > .consultation-tbl th, .grid-x > .cell-consultation > .consultation-tbl td {
  border-left: none;
  border-top: 1px solid #EBEBEB;
  vertical-align: middle;
  padding: 0.7em 15px;
}
.grid-x > .cell-consultation > .consultation-tbl th {
  text-align: center;
  font-weight: bold;
  border-right: none;
  border-bottom: none;
  background: #F5F5F5;
}
.grid-x > .cell-consultation > .consultation-tbl tbody tr:nth-child(even) {
  background-color: #FFFFFF;
}
.grid-x > .cell-consultation > .consultation-tbl th ul, .grid-x > .cell-consultation > .consultation-tbl td ul {
  padding-left: 19px;
}
.grid-x > .cell-consultation > .consultation-tbl td > .type-wrap {
  display: flex;
}
.grid-x > .cell-consultation > .consultation-tbl td > .type-wrap > p {
  margin-top: 0;
}
.grid-x > .cell-consultation > .consultation-tbl td > .type-wrap > p.type-01, .grid-x > .cell-consultation > .consultation-tbl td > .type-wrap > p.type-02 {
  padding: 5px 10px 5px 25px;
  margin-right: 10px;
  font-size: 1.4rem;
  position: relative;
}
.grid-x > .cell-consultation > .consultation-tbl td > .type-wrap > p.type-01 {
  border: 1px solid #EE851C;
  color: #EE851C;
}
.grid-x > .cell-consultation > .consultation-tbl td > .type-wrap > p.type-02 {
  border: 1px solid #008493;
  color: #008493;
}
.grid-x > .cell-consultation > .consultation-tbl td > .type-wrap > p.type-01 > span:before, .grid-x > .cell-consultation > .consultation-tbl td > .type-wrap > p.type-02 > span:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 16px;
  left: 0.5em;
  top: 0.6em;
}
.grid-x > .cell-consultation > .consultation-tbl td > .type-wrap > p.type-01 > span:before {
  background: url(/assets/images/support/icon-type01.png) no-repeat;
}
.grid-x > .cell-consultation > .consultation-tbl td > .type-wrap > p.type-02 > span:before {
  background: url(/assets/images/support/icon-type02.png) no-repeat;
}
@media (max-width: 789px) {
  .grid-x > .cell-consultation {
    border: 1px solid #EBEBEB;
    padding: 20px;
    margin-right: 30px;
    margin-top: 30px;
    width: 100%;
    border-top: #DB3833 solid 2px;
  }
  .grid-x > .cell-consultation > h5.consultation-ttl {
    font-size: 2.4rem;
}
}
@media (max-width: 768px) {
  .grid-x > .cell-consultation > .consultation-tbl th {
    text-align: left;
  }
  .grid-x > .cell-consultation > .consultation-tbl > colgroup {
    display: none;
  }
}
.wrapMp4{
	display: flex;
	justify-content: center;
}
.wrapMp4 video{
	max-width: 560px;
	
}
video {
  width: 100%;
  max-width: 800px;
  height: auto;
  aspect-ratio: 16 / 9; 
  display: block;
  margin: auto;
}
@media (max-width: 768px) {
video {
	width: 95%;
}
}
/* ページトップ */
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 101;
  opacity: 0;
  transition: .3s;
}
.page-home #page_top {
  bottom: 180px;
}
#page_top.show {
  opacity: 1;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  transition: .3s;
}
.container {
  max-width: 1000px;
  margin: 0 auto;
}
.download-btn {
  padding: 10px;
  border-radius: 6px;
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
  background-color: #026773;
  color: white;
  transition: all 0.3s;
}
.download-btn:hover {
  filter: brightness(120%) drop-shadow(0 2px 4px rgba(17, 17, 17, 0.2));
}
@media only screen and (max-width: 768px) {
  .container {
    padding: 0 1.6rem;
  }
  .download-btn {
    font-size: 90%;
  }
}
ul.list-dpoint {
    counter-reset: main-counter;
    list-style: none;
    padding-left: 0;
}
ul.list-dpoint li.li-list-dpoint {
    counter-increment: main-counter;
    padding-left: 50px;
    position: relative;
}
ul.list-dpoint li.li-list-dpoint::before {
    content: "1." counter(main-counter);
    position: absolute;
    left: 0;
}
ul.list-dpoint li.li-list-dpoint2::before {
    content: "1.4";
    position: absolute;
    left: 0;
}


/* ADD 20251120 */
.c-pageTitle{
  margin-top: 5rem;
  font-size: 3rem;
  font-weight: 400;
  text-align: center;
  line-height: 1;
}
.c-pageTitle:after{
  display: block;
  content: "";
  height: 2px;
  width: 90px;
 /* background: #DB3833;*/
  margin: 10px auto;
}
.c-pageLead{
  margin-top: 2rem;
  /*margin-bottom: 10rem;*/
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .c-pageLead {
    margin-bottom: 5rem;
  } 
}
.c-share{
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.c-share a img{
  max-width: 117px;
}