@charset "UTF-8";
/* CSS Document */

@media screen and (min-width: 0px) and (max-width: 768px) {

.sp-no {
	display: none;
}

.pc-no {
	display: inline;
}

.header {
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 0;
    position: fixed;
    overflow: hidden;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: #FFF;
}

.hdr-wrap {
    width: 98%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px 0 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hdr-wrap .hdr-logo {
    width: 25%;
}

.nav {
	width: 100%;
	height: 100vh;
	display: block;
	position: fixed;
	top: 60px;
	left: 0;
	z-index: 100;
	background-color: #1CA9E5;
	transform: translateY(-140%);
	transform: translateX(100);
/*transform: translateX(0);*/
	transition: all 0.3s;
}

.nav ul.nav-list {	
	width: 100%;
	margin: 0 auto 20px;
	padding: 0;
	position: relative;
	overflow: hidden;
	list-style: none;
	display: block;
	justify-content: space-between;
	font-size: 110%;
	font-weight: normal;
	letter-spacing: 0.05em;
	border-top: solid 1px #cecece;
}

.nav ul.nav-list li {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: visible;
	font-weight: bold;
	border-bottom: solid 1px #FFF;
}

.nav ul.nav-list li.nav-expand {
    width: 100%;
	padding:0;
    
    color: #FFF;
}

ul.nav-list li.nav-expand .dropbtn {
    width: 90%;
	padding: 10px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul.nav-list li.nav-expand:after {
    display: none;
}

ul.nav-list li.nav-expand .dropbtn:after {
    content: "";
    display: inline-block;
    margin: 0;
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-image: url("../img/common/hdr_nav-arr.svg");
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 10px;
    
    transition: ease-in-out 0.4s;
}

.nav-expand input.expand-check:checked ~ .dropbtn:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(90deg);
    transform-origin: 50% 50%;
}

ul.nav-list li.nav-expand:hover:after {
    display: none;
}

ul.nav-list li.nav-expand:hover a {
    opacity: 1.0;
}

ul.nav-list li:hover .dropbtn {
    cursor: pointer;
}

ul.nav-list li .dropbtn a.baselink {
    padding: 0;
}


.nav-expand input.expand-check[type=checkbox] {
    display: none;
}

.nav-expand input.expand-check ~ .dropdown {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1000;
    overflow: hidden;
    list-style: none;
    background-color: #FFF;
    
    transition: ease-in-out 0.2s;
    height: 0;
    opacity: 0;
}

.nav-expand input.expand-check:checked ~ .dropdown {
    padding: 5px 0;
    height: 100%;
    opacity: 1.0;
}


.nav-expand input.expand-check:checked ~ .nav-expand:hover .dropdown {
    height: auto;
    top: 90%;
    opacity: 100%;
}


.nav ul.dd-nav {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    font-size: 100%;
}

.nav ul.dd-nav li {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    overflow: hidden;
    border-bottom: solid 1px #4ec2d0;
}

.nav ul.dd-nav li:last-child {
    margin: 0;
    border-bottom: solid 1px transparent;
}

.nav ul.dd-nav li a {
    width: 95%;
    margin: 0 0 0 5%;
    padding: 5px 5%;
    color: #0b7784 !important;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s;
}

.nav ul.dd-nav li a:after {
    content: "";
    width: 15px;
    height: 10px;
    display: inline-block;
    background-image: url("../img/all/hdr_dropdown-nav-arr.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.nav ul.dd-nav li:hover a {
    opacity: 0.5 !important;
}


.nav ul.nav-list li.wait {
    opacity: 0.3;
}


.nav ul.nav-list li:after {
    display: none;
}

.nav ul.nav-list li.wait:after {
    display: none;
}

.nav ul.nav-list li.wait:hover:after {
   display: none;
}

.nav ul.nav-list li a {
	width: 90%;
	padding: 10px 5%;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	color: #FFF;
	
	transition: all 0.3s ease-in-out;
}

.page-header {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    border-top: solid 2px #EF4136;
    border-bottom: solid 2px #EF4136;
}

h1.page-title {
    width: 98%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
    color: #EF4136;
    font-size: 180%;
    line-height: 210%;
    text-align: center;
    letter-spacing: 0.05em;
    font-family: 'Zen Maru Gothic', YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

h1.page-title:after {
    content: "";
    width: 100px;
    height: 20px;
    display: block;
    margin: 0 auto;
    background-image: url("../img/index/h2mds_bottom.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.pankuzu {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
}

.pankuzu .pankuzu-wrap {
    width: 98%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 5px 0;
    position: relative;
    overflow: hidden;
    font-size: 60%;
    color: #676767;
}

.pankuzu .pankuzu-wrap a {
    color: #676767;
    text-decoration: underline;
}

.main {
    width: 100%;
    margin: 70px 0 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.main-area {
    width: 100%;
    margin: 0;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    background-image: url("../img/common/main_bk2026.jpg");
    background-repeat: repeat;
    background-size: contain;
}

.main-white {
    width: 95%;
    max-width: 1400px;
    min-height: 500px;
    margin: 60px auto;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}

.main-wrap {
    width: 95%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}

h2.main-hd {
    width: 95%;
    margin: 0 auto 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    color: #ed1d25;
    font-size: 180%;
    line-height: 180%;
    font-weight: 900;
    text-align: center;
    letter-spacing: 0.2em;
    font-family: 'Zen Maru Gothic', YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

h2.main-hd:after {
    content: "";
    width: 80px;
    height: 10px;
    display: block;
    margin: 10px auto 0;
    background-image: url("../img/index/h2mds_bottom.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

section.sec {
    width: 100%;
    margin: 0 0 60px;
    padding: 0;
    position: relative;
    overflow: hidden;
}

section.sec:last-child {
    margin: 0;
}

.sec-wrap {
    width: 95%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}

section.sec a {
    text-decoration: underline;
}

h3.sec-mds {
    width: 95%;
    margin: 0 auto 30px;
    padding: 20px 2.5%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    background-color: #000;
    color: #FFF;
    font-size: 180%;
    font-weight: bold;
    font-family: 'Zen Maru Gothic', YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

h3.sc-red {
    background-color: #DAE000;
    color: #000;
}

h3.sc-orange {
    background-color: #FF87A0;
}

h3.sc-blue {
    background-color: #1CA9E5;
}

h3.sec-mds .sub {
    font-size: 80%;
}

.txt {
    font-weight: bold;
    margin: 0 0 30px;
}

.memo {
    font-size: 90%;
    font-weight: normal;
    color: #ED1C24;
}

ul,ol {
    font-weight: bold;
}

h4.red-mds {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 140%;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #ED1C24;
    font-family: 'Zen Maru Gothic', YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

ol li {
    margin: 0 0 20px;
}

ul.unlist {
    list-style: none;
}

ul.blue-list {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
}

ul.blue-list li {
    width: 90%;
    margin: 0 auto 10px;
    overflow: visible;
    font-size: 90%;
    line-height: 210%;
    font-weight: bold;
}

ul.blue-list li:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 10px 0 -10px;
    background-color: #1CA9E5;
    border-radius: 2px;
}

ul.red-list {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
}

ul.red-list li {
    width: 90%;
    margin: 0 auto 10px;
    overflow: visible;
    font-size: 90%;
    line-height: 210%;
    font-weight: bold;
}

ul.red-list li:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 10px 0 -10px;
    background-color: #ED1C24;
    border-radius: 2px;
}

.btn-wrap {
    width: 90%;
    max-width: 800px;
    margin: 50px auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.btn {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
    background-color: blue;
    border-radius: 40px;
    font-size: 120%;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-family: 'Zen Maru Gothic', YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    transition: all 0.3s;
}

.btn:hover {
    opacity: 0.5;
}

.btn a {
    width: 100%;
    text-align: center;
    padding: 25px 0;
    display: block;
    text-decoration: none !important;
    color: #FFF;
}

.b-entry {
    background-color: #1CA9E5 !important;
}

.b-dl {
    background-color: #FFE816 !important;
}

.b-dl a {
    color: #000;
}

.b-schedule {
    background-color: #ED1D25 !important;
}

.b-excel {
    background-color: #E8547C !important;
}

.b-news {
    background-color: #1CA9E5 !important;
}

.dl-area {
    width: 90%;
    max-width: 1000px;
    margin: 50px auto;
    padding: 30px 0 20px;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    border-radius: 30px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}

.dl-area .dl-wrap {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.dl-area h2.main-hd {
    font-size: 180%;
    margin: 0 auto 10px;
}

.dl-area .dl-wrap {
    width: 80%;
}

.dl-area .dl-wrap .btn a {
    padding: 15px 0;
}

/****NEWS****/

ul.news-list {
    width: 100%;
    min-height: 200px;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
}

ul.news-list li {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;;
    border-bottom: dotted 2px #dddddd;
}

ul.news-list li:first-child {
    border-top: dotted 2px #dddddd;
}

ul.news-list li a {
    width: 98%;
    margin: 0 auto;
    padding: 15px 0;
    display: block;
    color: #454545;
    
    text-decoration: none;
    transition: all 0.3s;
}

ul.news-list li a:hover {
    opacity: 0.2;
}

ul.news-list li .date {
    width: 100%;
    margin: 0 0 10px;
}

ul.news-list li .title {
    width: 100%;
    font-weight: bold;
    color: #FF1A23;
}

ul.news-list li a .title {
    text-decoration: underline;
}

.pagination-area {
	width: 80%;
	max-width: 300px;
	margin:60px auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagination-area .pagination-link {
	width: 15.5%;
	height: 40px;
	margin: 0 0 0 -1px;
	text-align: center;
	color: #1CA9E5;
	border: solid 1px #1CA9E5;
	font-size: 100%;
	line-height: 240%;
}

.pagination-area .pagination-link:first-child {
	margin: unset;
}

.pagination-area .pagination-link a {
	width: 100%;
	height: 100%;
	display: block;
	color: #1B232F;
}

.pagination-area a.page-here {
	background-color: #1CA9E5;
	color: #FFF;
}

h3.news-mds {
    width: 100%;
    margin: 0 0 5px;
    padding: 0 0 10px;
    position: relative;
    overflow: hidden;
    color: #006D9D;
    font-size: 140%;
    font-family: 'Zen Maru Gothic', YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

h3.news-mds:after {
    content: "";
    width: 100%;
    height: 5px;
    display: block;
    margin: 10px 0 0;
    background-color: #1CA9E5;
    border-radius: 4px;
}

section.news-sec .date {
    width: 100%;
    margin: 0 0 60px;
    padding: 0;
    position: relative;
    overflow: hidden;
    text-align: left;
    font-size: 90%;
}

section.news-sec .news-txt {
    min-height: 400px;
    margin: 0 auto 100px;
}

/*****FOOTER*****/

.footer {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    border-top: solid 10px #EF4136;
}

.ftr-wrap {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 0 30px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.ftr-wrap .ftr-l {
    width: 80%;
    margin: 0 0 20px;
}

.ftr-wrap .ftr-r {
    width: 100%;
    font-family: 'Zen Maru Gothic', YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    font-size: 80%;
    text-align: center;
}

.ftr-wrap .ftr-r .red {
    color: #EF4136;
    font-size: 110%;
    font-weight: bold;
}

.copyright {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 80%;
    font-family: 'Zen Maru Gothic', YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}


}