<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header.admin{
margin-top:20px;
}
.bg-block {
    background: #67B9E5;
    margin: 0 auto 100px !important;
    padding: 35px 0 10px;
    position: relative;
}
.bg-block::after {
    border-top: 5vh solid #67B9E5;
    border-right: 74vw solid transparent;
    border-left: 24vw solid transparent;
    content: "";
    display: block;
    position: absolute;
    bottom: -4.9vh;
    width: 100%;
    z-index: 1;
    width: 100%;
}
.cr-w {
    color: #fff;
}
.cr-b {
    color: #004BB1;
}
.downAnime {
    opacity: 0;
}
.slideAnimeDownUp {
    animation-name:slideTextY100;
    animation-duration:1.5s;
    animation-fill-mode:forwards;
    animation-timing-function:ease-in-out;
    opacity: 0;
}
@keyframes slideTextY100 {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.fadeAnime {
    opacity: 0;
}
.fadeAnimeStart {
    animation-name: fade;
    animation-delay: 0.6s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-timing-function:ease-in-out;
    opacity: 0;
}
@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.gcu-page__title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}
.gcu-page__title-main {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
.gcu-page__title-text {
    font-size: 21px;
    margin: 0 0 25px;
    text-align: center;
}

/*
.main-header {
    position: static;
}
.main-header .nav-area .register-nav,
.main-header .nav-area .login-nav {
    margin-right: 20px;
}
.main-header .nav-area .register-nav a,
.main-header .nav-area .login-nav a {
    font-weight: bold;
    text-decoration: none;
    border: 2px solid #ccc;
    border-radius: 40px;
    padding: 10px 30px;
    color: #004BB1;
    display: inline-block;
    font-size: 1.3rem;
}
 */


.catchcopy {
    padding: 0 20px;
    width: 100%;
}
.catchcopy p {
    color: #3B4043;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 10px 0;
}
.main-area {
    margin: 0 0 0;
    padding-top: 0;
    padding-bottom: 0;
}

/* register button */
.register-button {
    background: #fff;
    padding: 45px 0 0;
    margin: 0 20px;
}
.register-button__link {
    background: #004BB1;
    border-radius: 15px;
    color: #fff;
    display: block;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 auto 10px;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
    max-width: 465px;
}
.register-text__link {
    color: #707070;
    display: block;
    margin: 0 auto;
    text-align: right;
    width: 100%;
    max-width: 465px;
}
.register-text__link i {
    margin: 0 0 0 5px;
}
/* tab */
.block-level__title {
    color: #3B4043;
    font-size: 2.4rem;
    font-weight: bold;
    margin: 0 auto 25px;
    width: 100%;
    max-width: 1120px;
	    text-align: center;
}
.bg-tab .block-level__title {
    position: relative;
    z-index: 5;
}
.bg-tab:nth-child(odd) .block-level__title {
    /*text-align: right;*/
}
.title-en {
    color: #B3B3B3;
    display: block;
    font-family: 'Vujahday Script', cursive;
    font-size: 5rem;
}
.title-jp {
    color: #67B9E5;
    font-size: 1.8rem;
}
.bg-tab:nth-child(odd) .block-level__title .title-en,
.bg-tab:nth-child(odd) .block-level__title .title-jp {
    color: #fff;
}
.menu-tab__list {
    border-bottom: 1px solid #98A6B5;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 40px;
    padding: 0;
    width: 100%;
    max-width: 1120px;
}
.menu-tab__list li {
    background: #93cbe9;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 15px 35px;
}
.menu-tab__list li:not(:last-child) {
    margin-right: 5px;
}
.menu-tab__list li.active {
    background: #008CCE;
}
/* more */
.contents-more {
    margin: 25px 0 0;
    text-align: center;
}
.more-button {
    border: 2px solid #004BB1;
    border-radius: 50px;
    color: #004BB1;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 10px 35px;
    text-align: center;
    text-decoration: none;
}

/* contents */
.tab-wrapper {
    background: #fff;
    padding: 60px 0;
    position: relative;
}
.tab-items {
    display: none;
    padding-bottom: 5px;
}
.tab-items.active {
    display: block;
}
.tab-items__inner {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    max-width: 1120px;
    flex-wrap: wrap;
}
.tab-items__inner.top-slide {
    display: block;
    max-width: inherit;
}
.tab-items__inner&gt;a{
    background: #fff;
}
.tab-items__inner::after {
    content: "";
    display: block;
    width: 50%;
}

.tab-item {
    display: block;
    text-decoration: none;
    width: 23.215%;
}
.s-item{
    margin: 0 10px;
}
.tab-items__inner .contents-item{
    width: 100%;
}

.tab-contents__text {
    background: #fff;
    padding: 20px 20px 50px;
}
.tab-contents__text h3 {
    color: #3B4043;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 0 10px;
}
.tab-contents__text p {
    color: #3B4043;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 1.4rem;
    overflow: hidden;

}

.contents-items__inner {
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contents-item {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 20px 20px;
    text-decoration: none;
    width: 31%;
    border: 1px solid #ccc;
}

.contents-items__inner::after {
    content: "";
    display: block;
    width: 31%;
}

.contents-item__left {
    width: 35%;
}
.contents-item__image {
    /*
    overflow: hidden;
    padding: 0 0 75%;
    position: relative;
    width: 100%;

     */
}
.contents-item__image img {
    width: 100%;
   /* margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    */
}
.contents-item__right {
    position: relative;
    width: calc(65% - 15px);
    line-height: 1.5em;
}

.slick-prev:before, .slick-next:before {
    color: #7e7c7c;
}

.contents-item__right h3 {
    color: #707F89;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 5px;
}
.contents-item__right p {
    color: #98A6B5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 1.1rem;
    overflow: hidden;
}
.contents-item__right .date{
    color: #333;
    font-size: 12px;
}
.more-text {
    color: #008CCE;
    font-size: 1.2rem;
    position: absolute;
    right: 0;
    bottom: 0;
}
.arrow-icon {
    width: 13px;
    height: 6px;
    border-bottom: solid 1px;
    border-right: solid 1px;
    transform: skew(45deg);
    display: inline-block;
}
.bg-tab {
    padding: 35px 0 0;
}
.bg-tab:nth-child(even) {
    background: #E5F3FA;
        padding: 100px 0;
}
.bg-tab:nth-child(odd) {
    background: #67B9E5;
}
.bg-tab::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -4.9vh;
    width: 100%;
    z-index: 1;
    width: 100%;
}
.bg-tab:nth-child(even)::after {
    border-top: 5vh solid #E5F3FA;
    border-right: 74vw solid transparent;
    border-left: 24vw solid transparent;

}
.bg-tab:nth-child(odd)::after {
    border-top: 5vh solid #67B9E5;
    border-right: 24vw solid transparent;
    border-left: 74vw solid transparent;
}
.bg-tab:nth-child(odd) .more-button {
    border-color: #fff;
    color: #fff;
}

/* event calendar */
.event-calendar {
    background: #fff;
    margin: 80px 0 0;
    padding: 35px 0 0;
}
.event-calendar iframe {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1120px;
}
/* slick */
.slick-slide {
    line-height: 0;
    max-width: 1000px;

}

.slider-item{
    background-color: #333;
}
.slider-item img{
    opacity: 0.3;
}

.slider-item.slick-current img{
    opacity: 1;
}



/* footer */
.main-footer {
    margin: 55px 0 0;
}
.main-footer
.content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.footer-menu {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 75%;
}
.footer-menu__items {
    width: fit-content;
}
.footer-menu__items:not(:last-child) {
    margin: 0 45px 0 0;
}
.list-block {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.list-block:not(:last-child) {
    margin: 0 0 25px 0;
}
.footer-menu__title {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1em;
    margin: 0 25px 0 0;
    width: fit-content;
}
.footer-menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: fit-content;
}
.footer-menu__list li {
    font-size: 1.2rem;
    line-height: 1em;
    margin: 0 0 10px;
}
.footer-menu__list li a {
    font-size: 1.2rem;
    text-decoration: none;
}
.footer-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 25%;
}
.social-block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.social-block a:not(:last-child) {
    margin-right: 10px;
}
.copyright {
    color: #fff;
    max-width: 1130px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    width: 88.8888%;
}
@media screen and (max-width: 991px) {
    .gcu-page__title-main {
        font-size:24px;
    }

    /* tab */
    .block-level__title {
        font-size: 2.4rem;
        padding: 0 20px;
    }
    .bg-tab .block-level__title {
        margin: -13vw 0 25px;
    }
    .bg-tab:nth-child(odd) .block-level__title {
        margin: -5vw 0 25px;
    }
    .menu-tab {
        margin: 0 0 15px;
        overflow-x: scroll;
    }
    .menu-tab__list {
        margin: 0 auto;
        padding: 0 20px;
        width: max-content;
        max-width: none;
    }
    .menu-tab__list li {
        font-size: 1.3rem;
        padding: 10px 25px;
    }
    /* more */
    .contents-more {
        margin: 25px 0 0;
    }
    .more-button {
        font-size: 1.4rem;
        padding: 10px 35px;
    }

    /* contents */
    .tab-wrapper {
        padding: 35px 0;
    }
    .scroll-wrap {
        overflow-x: scroll;
    }
    .tab-items__inner {
        padding: 0 20px;
        width: max-content;
        max-width: none;
    }
    .tab-item {
        width: 150px;
    }
    .tab-item:not(:last-child) {
        margin: 0 15px 0 0;
    }
    .tab-contents__text {
        padding: 15px 15px 40px;
    }
    .tab-contents__text h3 {
        font-size: 1.5rem;
    }
    .tab-contents__text p {
        font-size: 1.3rem;
    }

    .contents-items {
        overflow: visible;
    }
    .contents-items__inner {
        display: block;
        margin: 0 auto;
        width: 100%;
        max-width: 1100px;
    }
    .contents-item {
        margin: 0 0 0px;
        padding: 20px;
        width: 100%;
    }

    .contents-item__right h3 {
        font-size: 1.6rem;
    }
    .contents-item__right p {
        font-size: 1.1rem;
    }

    .bg-tab {
        padding: 35px 0 15px;
    }
    .bg-tab:nth-child(odd) {
        background: #67B9E5;
        padding: 15vw 0 0;
    }
    
    .event-calendar iframe {
        padding: 0 20px;
        width: 100%;
    }
    /* footer */
    .main-footer {
        margin: 55px 0 80px;
        padding: 40px 0 80px;
    }
    .content {
        display: block;
    }
    .footer-menu {
        width: 100%;
    }
    .footer-info {
        justify-content: flex-start;
        margin: 25px 0 0;
        width: 100%;
    }
    .social-block a:not(:last-child) {
        margin-right: 10px;
    }
    .social-block {
        margin-left: 5%;
    }
    /* floating nav */
    .floating-nav {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 10;
    }
    .floating-nav ul {
        background: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .floating-nav ul li {
        text-align: center;
        width: 20%;
    }
    .floating-nav ul li a {
        color: #000;
        display: inline-block;
        font-size: 1.1rem;
        padding: 10px 5px;
        text-decoration: none;
    }
    .floating-nav ul li a img {
        margin: 0 auto 5px;
        width: 40%;
    }
    
    
}

@media screen and (max-width: 761px) {
    .footer-menu,
    .footer-info {
        display: block;
    }
    .footer-menu__items:not(:last-child) {
        margin: 0 0 25px;
    }
    .footer-menu__items {
        margin: 0 0 25px;
        width: 100%;
    }
    .footer-menu__title {
        width: 25%;
    }
    .footer-menu__list {
        margin-left: 15px;
        width: calc(75% - 15px);
    }
    .social-block {
        margin-left: 0;
    }

    .logo-area{
        width: 100%;
    }
    .logo{
        text-align: center;
    }
    .logo img {
    display: inline;
    }

}

/* è¿½åŠ&nbsp; */
/* ãƒãƒŠãƒ¼ã‚¨ãƒªã‚¢ */
.banner-wrap {
	padding: 30px 0 0;
}
.banner-wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	list-style: none;
	padding: 0;
}
.banner-wrap li {
	margin-bottom: 30px;
	width: 45%;
}
.banner-wrap-col3 {
	padding: 30px 0 0;
}
.banner-wrap-col3 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	padding: 0;
}
.banner-wrap-col3 li {
	/*margin-bottom: 30px;*/
	width: 30%;
}
.banner-wrap div {
    max-width: 1200px;
    width: 66%;
    margin: 0 auto 30px;
}

@media screen and (max-width: 768px) {
    .banner-wrap div {
        width: 100%; /* å¹…ã‚’100%ã«è¨­å®š */
        padding: 0 20px 30px; /* å·¦å³ã«20pxã®ä½™ç™½ã‚’è¿½åŠ&nbsp; */
        margin: 0 auto; /* ä¸­å¤®æƒãˆã®ãŸã‚ã®ãƒžãƒ¼ã‚¸ãƒ³èª¿æ•´ */
    }
}

/* å–ã‚Šçµ„ã¿ */
.sdgs-wrap {
	background-color: #f5f5f5;
	margin-top: 60px;
	padding: 60px 0;
}
.sdgs-wrap .sdgs-lists ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	list-style: none;
	gap: 5%;
	padding: 0;
}
.sdgs-wrap .sdgs-lists li {
	background-color: #fff;
	margin-bottom: 30px;
	padding: 0;
	width: 30%;
}
.sdgs-wrap .sdgs-lists .fit img {
	height: 248px;
	object-fit: cover;
	width: 100%;
}
.sdgs-wrap .sdgs-lists .list-inner {
	padding: 30px;
}
.sdgs-wrap .sdgs-icons {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 3%;
}
.sdgs-wrap .sdgs-icons img {
	width: 21%;
}
.sdgs-wrap .tit {
	margin-bottom: 13px;
}
@media only screen and (max-width: 991px) {
	.banner-wrap li {
		width: 100%;
	}
	.banner-wrap-col3 li {
		width: 100%;
		margin-bottom: 30px;
	}
	.sdgs-wrap .sdgs-lists li {
		width: 100%;
	}
	.sdgs-wrap .sdgs-lists .fit img {
		height: auto;
	}
	.sdgs-wrap .tit {
    	margin-bottom: 30px;
	}
	.tab-items__inner.contents-items__inner.top-slide.slick-initialized.slick-slider.slick-dotted { padding: 0 !important; }
}
.slick-arrow { display: block !important; }

.slick-prev,
.slick-next {
    background: #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    margin: auto;
    width: 50px;
    z-index: 1;
}
.slick-prev {
    left: -1075px;
    right: 0;
}
.slick-next {
    left: 0;
    right: -1075px;
}
.slick-next::before,
.slick-prev::before {
    font-family: "FontAwesome";
    color: #fff;
    font-size: 20px;
    opacity: 1;
}
.slick-next::before {
    content: "\f054";
}
.slick-prev::before {
    content: "\f053";
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus,
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: indianred;
    outline: none;
    background: #000;
}
.slick-dots {
    bottom: 15px;
}
.slick-dots li {
    background: #f7c8c8;
    border-radius: 50%;
    height: 12px;
    opacity: 1;
    width: 12px;
}
.slick-dots li.slick-active {
    background: #E23033;
    opacity: 1;
}
@media only screen and (max-width: 1150px) {
    .slick-prev,
    .slick-next {
        height: 30px;
        width: 30px;
    }
    .slick-prev {
        left: 15px;
        right: inherit;
    }
    .slick-next {
        left: inherit;
        right: 15px;
    }
    .slick-prev::before,
    .slick-next::before {
        font-size: 12px;
    }
    .slick-dots {
        bottom: -25px;
    }
    .slick-dots li {
        height: 8px;
        width: 8px;
    }
}
/* ã“ã“ã‹ã‚‰ãŒãƒ‹ãƒ¥ãƒ¼ã‚¹ãƒ»æ”¯æ´å&nbsp;±å‘Šã®CSS */

.news {
  padding: 50px 20px;
  background: #FFF7EA;
}


.news-inner {
  width: 80%;
  background-color: #fff;
  margin: 0 auto;
  padding: 65px 0 30px;
	display: flex;
    justify-content: space-around;
}
.news-inner a {
    text-decoration: none;
    color: #333;
}

.news-inner ul {
    list-style: none;
    margin: 0;
margin-bottom: 40px;
	padding: 0 20px;
  height: 300px;
  overflow: scroll;
}

.news-sub_ttl {
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}

.news_list {
  width: 45%;
}

.news_list_item {
  padding: 25px 0;
  border-bottom: 1px solid #E6E6E6;
}

.news_list_item:first-child {
  border-top: 1px solid #E6E6E6;
}
.news_list_item a {
 position: relative;
 display: flex;
 padding-right: 30px;
}

.news_list_date {
  font-size: 15px;
  display: flex;
  margin-right: 15px;
  align-items: center;
}

.news_item {
  background: #F6C6A2;
  border-radius: 14px;
  width: 6em;
  /* è¦ªè¦ç´&nbsp;ã®æ–‡å­—ã‚µã‚¤ã‚ºã‚’åŸºæº– */
  text-align: center;
  margin-left: 20px;
}

.arrow {
  width: 25px;
  height: 1px;
  background: #707070;
  position: absolute;
  top: 50%;
  right: 0;
}

.arrow::after {
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  background: #707070;
  transform: rotate(45deg);
  position: absolute;
  right: 0px;
  bottom: 2px;
}


@media screen and (max-width: 1024px) {
    .news_list_item a {
        display: block;
    }
}

@media screen and (max-width: 769px) {
    .news_list_item a  {
        font-size: 14px;
    }
	.news_list {
  width: 100%;
}
	.news-inner {
  width: 100%;
  margin: 0 auto;
	display: block;
}
.news-inner ul {
	width: 100%;
	display: block;
}

}
@media screen and (max-width: 480px) {
    .arrow {
        display: none;
    }
    .news_list_item a {
        padding-right: 0;
    }
}


.service-grid {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.service-item {
  border-radius: 10px;
    background: #fff;
    padding: 15px 15px 0;
    text-align: center;
    width: 22%;
    margin: 15px 15px;
}
.ul-50{
width: 100%;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.ul-50-item{
width:50%;
}
.service-item-w {
  border-radius: 10px;
    background: #fff;
    padding: 15px 15px 0;
    text-align: center;
    width: 48%;
    margin: 15px 15px;
}
.item1{
  border:2px solid #4388D3;
}
.item2{
  border:2px solid #31BECA;
}
.item3{
  border:2px solid #4AB969;
}
.item4{
  border:2px solid #B0B72E;
}
.item5{
  border:2px solid #EF9F27;
}
.item6{
  border:2px solid #FF7575;
}
.item7{
  border:2px solid #FF5050;
}
.service-ttl {
  padding:2px;
  border-radius:3px;
}
.ttl1{
  background:#4388D3;
}
.ttl2{
  background:#31BECA;
}
.ttl3{
  background:#4AB969;
}
.ttl4{
  background:#B0B72E;
}
.ttl5{
  background:#EF9F27;
}
.ttl6{
  background:#FF7575;
}
.ttl7{
  background:#FF5050;
}
.service-ttl a{
  text-decoration:none;
  color:#ffffff;
}
.service-p{
  padding:0 0 0px 15px;
  text-align:left;
}
.service-p li{
  padding-bottom:5px;
}
.service-p a{
  text-decoration:none;
  color:#333333;
  font-size:13px;
}

@media screen and (max-width: 767px) {
.service-grid {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 15px;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0px;
    justify-content: space-between;
}
.service-item {
    width: calc(48%/1);
    margin: 15px 0px;
}
.service-item-w {
    width: 100%;
    margin: 0;
}
}

.new-red{
color:red;
margin-right:10px;
}

/* top philosophy section */
.philosophy_img01 {
    width: 80%;
    margin: 1em auto;
}
@media only screen and (max-width: 991px) {
    .philosophy_img01 {
        width: 100%;
    }
}
h2.philosophy_ttl {
    font-size: 2.4em;
    margin: 1em auto;
}
@media only screen and (max-width: 991px) {
    h2.philosophy_ttl {
        font-size: 1.5em;
        margin: 0 auto;
    }
}


.ttl_bgimg_gr {
    background: url(../img/ttl_bgimg_gr.png) no-repeat;
}
.ttl_bgimg_bl {
    background: url(../img/ttl_bgimg_bl.png) no-repeat;
}
.ttl_bgimg_og {
    background: url(../img/ttl_bgimg_og.png) no-repeat;
}
.ttl_bgimg_red {
    background: url(../img/ttl_bgimg_red.png) no-repeat;
}
h3.ttl_bgimg {
    background-size: contain;
    width: 100%;
    height: 115px;
    color: #fff;
    font-weight: bold;
    padding: 1em 1em 0 1em;
    letter-spacing: 1px;
    font-size: 1.3em;
}

@media only screen and (max-width: 991px) {
    .ttl_bgimg_gr {
        background: linear-gradient(132deg, rgba(74,155,168,1) 0%, rgba(144,212,108,1) 100%);
    }
    .ttl_bgimg_og {
        background: linear-gradient(132deg, rgba(224,128,73,1) 0%, rgba(248,224,101,1) 100%);
    }
    .ttl_bgimg_bl {
        background: linear-gradient(132deg, rgba(50,94,166,1) 0%, rgba(63,229,226,1) 100%);
    }
    .ttl_bgimg_red {
        background: linear-gradient(132deg, rgba(226,48,51,1) 0%, rgba(252,171,164,1) 100%);
    }
    h3.ttl_bgimg {
        height: 50px;
        padding: 2px 0 0 .8em;
        font-size: 1em;
        border-radius: 5px;
        margin-bottom: 1em;
        display: flex;
        align-items: center;
    }
}

.tmb_grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 12px;
}
@media only screen and (max-width: 991px) {
    .tmb_grid {
        grid-template-columns: repeat(2,1fr);
    }
}

.tmb {
  font-weight: bold;
  color: #fff;
}
.tmb_gr {
    background-color: #16A1A3;
}
.tmb_bl {
    background-color: #325EA6;
}
.tmb_og {
    background-color: #EB7632;
}
.tmb_red {
    background-color: #E23033;
}
.tmb label {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 1em;
    border-radius: 50vh;
}
@media only screen and (max-width: 991px) {
    .tmb label {
        padding: 10px;
        font-size: 13px;
    }
}

.tmb label:hover {
    cursor:pointer;
}

.tmb_img {
  width: 100%;
  height: auto;
}
.tmb_img:hover {
  cursor: pointer;
}
.popup {
  z-index: 10;
  position: fixed;
  top: 55px;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s, transform 0s 0.3s;
}
@media only screen and (max-width: 991px) {
    .popup {
        top: 0;
    }
}
label.popup__btn {
  display: block;
  z-index: 13;
  position: absolute;
  top: 1vh;
  right: 4vh;
  width: 5vh;
  height: 5vh;
  cursor: pointer;
}
label.popup__btn::before,
label.popup__btn::after {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background-color: #fff;
  content: '';
}
label.popup__btn::before {
  transform: rotate(45deg);
}
label.popup__btn::after {
  transform: rotate(-45deg);
}
.popup__btnarea {
  z-index: 12;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup__img {
  z-index: 13;
  position: absolute;
  top: 5%;
  left: 10%;
  width: 80%;
  height: 80%;
  text-align: center;
}
.popup__img p {
    margin-bottom: 1rem;
    color: #fff;
    font-weight: bold;
}
.popup__img a {
    display: inline-block;
}
.popup__img a img {
  /* width: 100%;
  height: 100%;
  object-fit: contain; */
  max-width: 900px;
}
.popup__img a img.popup__img_small {
    max-width: 800px;
}
@media only screen and (max-width: 1100px) {
    .popup__img a img,
    .popup__img a img.popup__img_small {
        max-width: 700px;
    }
}
@media only screen and (max-width: 991px) {
    .popup__img a img,
    .popup__img a img.popup__img_small {
        max-width: 100%;
    }
}

.accordion input[type="checkbox"],
.tmb input[type="checkbox"] {
  display: none;
}

.accordion input[type="checkbox"]:checked ~ .popup,
.tmb input[type="checkbox"]:checked ~ .popup {
  transform: scale(1);
  opacity: 1;
  transition: opacity 0.3s;
}

.accordion summary {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 1em;
    cursor: pointer;
    border-radius: 50vh;
    color: #fff;
    font-weight: bold;
}
@media only screen and (max-width: 991px) {
    .accordion summary {
        padding: 10px;
        font-size: 13px;
    }
}
.accordion summary::-webkit-details-marker {
    display: none;
}

.accordion summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    transition: transform .3s;
}

.accordion[open] summary::after {
    transform: rotate(225deg);
}

.accordion ul {
    padding: 1em 1em 1em 2.4em;
}
.accordion ul li{
    line-height: 2;
}


.accordion ul.accordion_in_red {
    background-color: #fff2f1;
}
.accordion ul.accordion_in_og {
    background-color: #fff9f1;
}
.accordion ul.accordion_in_bl {
    background-color: #f1faff;
}

.accordion ul.accordion_in_gr li::marker {
    color: #16A1A3;
}
.accordion ul.accordion_in_bl li::marker {
    color: #325EA6;
}
.accordion ul.accordion_in_og li::marker {
    color: #EB7632;
}
.accordion ul.accordion_in_red li::marker {
    color: #E23033;
}

.accordion ul li label {
    text-decoration: underline;
}
.accordion ul li label:hover {
    cursor: pointer;
}


.borderbl_box {
    border: 5px solid #67B9E5;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.10);
    border-radius: 36px;
    padding: 2em;
}
@media only screen and (max-width: 991px) {
    .borderbl_box {
        border: 3px solid #67B9E5;
        border-radius: 26px;
        padding: 1em;
    }
}

.borderbl_box h3 {
    background-color: #67B9E5;
    color: #fff;
    text-align: center;
    border-radius: 16px;
    padding: 10px;
    font-size: 1.6em;
}
@media only screen and (max-width: 991px) {
    .borderbl_box h3 {
        font-size: 1.4em;
        border-radius: 12px;
    }
}
.borderbl_box dl {
    border-bottom: 2px dashed #707070;
    padding: 1.4em;
}
@media only screen and (max-width: 991px) {
    .borderbl_box dl {
        border-bottom: 1px dashed #707070;
        padding: 1em;
    }
}

.borderbl_box dl:last-of-type {
    border-bottom: none;
}
.borderbl_box dl dt {
    font-weight: bold;
    font-size: 1.3em;
}
.borderbl_box dl dd {
    padding-left: 1em;
    font-size: 1.1em;
}

</pre></body></html>