﻿@charset "UTF-8";
strong {
    font-weight: 999 !important;
}
.no_link {
    pointer-events: none;
}
.lay120 .tab.tab-all,
.lay120 .tab.tab-seminar,
.lay120 .tab.tab-news,
.lay120 .tab.tab-event,
.lay120 .tab.tab-maintenance {
    text-align: center;
    text-decoration: none;
}
p.carousel__slide_box {
    object-fit: cover;
    overflow: hidden;
    height: 15rem;
}
p.carousel__slide_box img.carousel__slide_img {
    width: 100%;
}
@media screen and (max-width:733px) {
  p.carousel__slide_box {
    height: 9rem;
  }
}
/*
.lay124 .flex .flexa p {
    margin-bottom: 1rem;
}
*/
.lay124 .flex .flexa p + p {
    margin-top: 1rem;
}
.lay103 .boxc .wrpa ul.tag_large li {
    margin-right: 0.2rem;
}
a {
    word-break: break-word;
}
.ulist li {
    position: relative;
    list-style: none;
    padding: 0 0 0 22px;
}
.ulist li:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 4px;
    width: 5px;
    height: 5px;
    display: inline-block;
    background-color: #000;
    border-radius: 50%;
}
img.txt_email_img {
    vertical-align: text-bottom;
}
table.cgw_table {
    border: solid 1px var(--color-border-base);
}
table.cgw_table td {
    border: solid 1px var(--color-border-base);
    width: 50%;
    padding: 2rem;
}
@media screen and (max-width:733px) {
  table.cgw_table {
    border: unset;
  }
  table.cgw_table td {
    display: block;
    width: auto;
    border-bottom: none;
    padding: 2rem 1rem;
  }
  table.cgw_table td:last-child {
    border-bottom: solid 1px var(--color-border-base);
  }
}
.btn_col p.btn_link {
    text-align: start;
}
.btn_col p.btn_link a {
    text-align: center;
}
.btn_col p.btn_link a + a {
    margin-left: 2rem;
}
@media screen and (max-width:733px) {
  .btn_col p.btn_link {
    text-align: center;
  }
  .btn_col p.btn_link a + a {
    margin-left: 0;
    margin-top: 1rem;
  }
}
.back-green {
    background-color: #F7FCE9;
    margin: 0 calc(50% - 50vw);
    padding: 50px 460px;
}
.back-green h2.ttl_c {
    margin-top: 0;
}
@media screen and (max-width:733px) {
  .back-green {
    padding: 25px 20px;
  }
}
.mb90 {margin-bottom: 90px !important;}
ul.ulist-number li {
    list-style-type: decimal;
    margin-left: 3rem;
    padding-left: 1rem;
}
.lay101_01 .boxa .wrpa p:nth-child(1) {
    font-size: 16px;
    font-weight: 500;
    margin: calc(24px - 8px) 0px 24px;
    grid-column: 1 / -1;
}
.lay101_01 .boxa .wrpa p:nth-child(2) {
    font-size: 16px;
    width: 96%;
    grid-column: 1;
    grid-row: 4;
    align-self: end;
}
.lay101_01 .boxa .wrpa p:nth-child(3) {
    width: 72px;
}
.smzpreview-article_data_status {
    /*height: auto !important;*/
    display: inline !important;
}
.lay103 .boxd {
width: 1008px;
display: flex;
flex-wrap: wrap;
}
.lay103 .boxd .wrpa {
background: #fff;
border: solid 1px var(--color-border-base);
border-radius: 32px;
width: 336px;
box-sizing: border-box;
padding: 32px 24px 24px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: -1px;
margin-left: -1px;
text-decoration: none;
}
.lay103 .boxd .wrpa p:first-child {
font-size: 25px;
text-align: center;
}
.lay103 .boxd .wrpa p:first-child img {
margin-bottom: 16px;
}
.lay103 .boxd .wrpa p.btn_arrow {
margin-top: 16px;
}

		@media screen and (max-width:733px) {
		.lay103 .boxd {
		width: auto;
		margin-top: 24px;
		}
		.lay103 .boxd .wrpa {
		border-radius: 23px;
		width: 50%;
		min-height: initial;
		padding: 16px 12px 16px;
		}
		.lay103 .boxd .wrpa p:first-child {
		font-size: 14px;
		}
		.lay103 .boxd .wrpa p:first-child img {
		margin-bottom: 8px;
		width: 50%;
		}
		.lay103 .boxd .wrpa:nth-of-type(3) {
		order: 3;
		}
		.lay103 .boxd .wrpa.type_b {
		order: 5;
		}
		.lay103 .boxd .wrpa:nth-of-type(5) {
		order: 4;
		}
		.lay103 .boxd .wrpa.type_c {
		order: 6;
		}
		/*smp end*/}
.lay115.type_b a.boxa .wrpa p:nth-child(2) span.dateBox.icon_news::after{
	content: "ニュース";
	background: #BCE9FF;
	font-size: 11px;
	text-align: center;
	padding: 3px 11px 5px;
	margin-left: 20px;
}
.lay115.type_b a.boxa .wrpa p:nth-child(2) span.dateBox.icon_event::after{
	content: "イベント";
	background: #9CF5B6;
	font-size: 11px;
	text-align: center;
	padding: 3px 11px 5px;
	margin-left: 20px;
}
.lay115.type_b a.boxa .wrpa p:nth-child(2) span.dateBox.icon_maintenance::after{
	content: "メンテナンス";
	background: #FEDDAD;
	font-size: 11px;
	text-align: center;
	padding: 3px 11px 5px;
	margin-left: 20px;
}
.lay115.type_b a.boxa .wrpa p:nth-child(2) span.maintenance_end_icon {
    background: #DCDCDC;
    font-size: 11px;
    text-align: center;
    padding: 3px 11px 5px;
    color: #ff0000;
}
.lay100 .boxb .tag_large li.txta {
  background-color: #BCE9FF;
}
.lay100 .boxb .tag_large li.txtb {
  background-color: #9CF5B6;
}
.lay100 .boxb .tag_large li.txtc {
  background-color: #FEDDAD;
}
@media screen and (max-width:733px) {
  .lay120 .tab{
	font-size: 12px;
  }
}
.lay100 .boxb .wrpb p span.maintenance_end_icon {
    background: #DCDCDC;
    font-size: 14px;
    text-align: center;
    padding: 3px 11px 5px;
    color: #ff0000;
    border-radius: 8px;
    margin-right: 8px;
}
@media screen and (max-width:733px) {
  .lay100 .boxb .wrpb p span.maintenance_end_icon {
    font-size: 12px;
  }
}
ol li {
  list-style-type: decimal;
  margin-left: 2rem;
}
ul li {
  list-style-type: disc;
  margin-left: 2rem;
}
ul#global li {
    list-style: none;
    margin-left: unset;
}
footer .boxb .wrpa li {
    list-style-type: none;
    margin-left: unset;
}
header > ul li {
    list-style-type: none;
    margin-left: unset;
}
nav.sitemap ul li {
    list-style-type: none;
    margin-left: unset;
}
ul.list_indent li {
    list-style-type: none;
}
ul.lay111 li {
    list-style-type: none;
    margin-left: unset;
}
@media screen and (min-width:732px) {
  .lay115.type_b .boxa .wrpa2 p:first-child {
    margin-top: 0px;
    font-size: 16px;
    font-weight: 500;
    text-align: unset;
    width: calc(100% - 180px);
    margin-right: 20px;
  }
  .lay115.type_b a.boxa .wrpa2 p:nth-child(2) {
    text-align: center;
    width: 150px;
    margin-right: 20px;
 }
}
@media screen and (max-width:733px) {
  .lay115.type_b .boxa .wrpa2 p:first-child {
    width: calc(100% - 50px);
    margin-top: 0px;
    font-size: 16px;
    font-weight: 500;
    text-align: unset;
  }
  .lay115.type_b .boxa .wrpa2 p:nth-child(2) {
    text-align: center;
    width: 30px;
    margin-top: 8px;
    margin-right: 20px;
  }
}
@media screen and (min-width:732px) {
  .lay115 .boxa .wrpa p.seminar_date,
  .lay115 .boxa .wrpa p.seminar_place {
    font-size: 14px;
  }
}
@media screen and (max-width:733px) {
  .lay115 .boxa .wrpa p.seminar_date,
  .lay115 .boxa .wrpa p.seminar_place {
    font-size: 13px;
    font-weight: 500;
    margin-top: 1rem;
  }
  .lay115 .boxa .wrpa p.seminar_date span.seminar_date_title,
  .lay115 .boxa .wrpa p.seminar_place span.seminar_place_title {
    display: block;
  }
}
@media screen and (min-width:732px) {
  .lay115.type_b a.boxa .wrpa2 p:nth-child(1) span.dateBox {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
  }
  .lay115.type_b a.boxa .wrpa2 p:nth-child(1) span.dateBox.icon_news::after{
    content: "ニュース";
    background: #BCE9FF;
    font-size: 11px;
    text-align: center;
    padding: 3px 11px 5px;
    margin-left: 20px;
  }
  .lay115.type_b a.boxa .wrpa2 p:nth-child(1) span.dateBox.icon_event::after{
    content: "イベント";
    background: #9CF5B6;
    font-size: 11px;
    text-align: center;
    padding: 3px 11px 5px;
    margin-left: 20px;
  }
  .lay115.type_b a.boxa .wrpa2 p:nth-child(1) span.dateBox.icon_maintenance::after{
    content: "メンテナンス";
    background: #FEDDAD;
    font-size: 11px;
    text-align: center;
    padding: 3px 11px 5px;
    margin-left: 20px;
  }
  .lay115.type_b a.boxa .wrpa2 p:nth-child(1) span.maintenance_end_icon {
    background: #DCDCDC;
    font-size: 11px;
    text-align: center;
    padding: 3px 11px 5px;
    color: #ff0000;
  }
}
.tag_large li {
    margin-left: 0;
}
.lay101.type_b .boxa .wrpa .tag_small li {
    margin-left: 0;
}
p.text_indent-01 {
    text-indent: 1em;
}
p.mb-35 {
    margin-bottom: 35px;
}
footer .seca {
    margin-top: 88px;
}
.lay105 dt, .lay105 dd {
    line-height: 1.5rem;
}
.lay112 .boxa .wrpa {
    padding-top: 0;
}
.lay112 .boxa .wrpa p:first-child {
    position: unset;
}
.lay120 #tab-wrapper {
    display: block;
}
@media screen and (min-width:732px) {
  nav.sitemap.sitemap-col2 {
    display: inline-block;
    vertical-align: top;
    width: 45%;
  }
}
.lay127 .sitemap ul li a.no_link::after {
    display: none;
}
@media screen and (max-width:733px) {
  #menu_list .boxa li {
    list-style: none;
    margin-left: 0;
  }
}
p {
  word-break: break-word;
}
ol li span.text_wrap_title {
  display: block;
  margin-left: 3em;
  text-indent: -3em;
}
p.text_wrap_asterisk {
  margin-left: 1em;
  text-indent: -1em;
}
/* 20260330 ADD */
footer .boxc .wrpa .insb a.link_blank {
    padding: 0 22px 0 0;
    background: url(/cms/gakunin/img/top/ico_blank_white.png) no-repeat right 0 top 13px;
}
@media screen and (max-width:733px) {
  footer .boxc .wrpa .insb a.link_blank {
    background: url(/cms/gakunin/img/top/ico_blank_white.png) no-repeat right 0 top 8px;
  }
}