@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400..800&display=swap');

body {
	min-width: 1240px;
	color: #333333;
	font-size: 18px;
	line-height: 1.75;
	font-family: "Zen Kaku Gothic New", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 500;
	outline: none;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	list-style: none;
}

a {
	display: block;
	transition-duration: 0.5s;
}

a.-inline {
    display: inline;
}

a.map {
    display: inline;
    text-decoration: underline;
    color: #235FD1;
}

a.cancel {
    color: #E80A0A;
    text-decoration: underline;
    position: relative;
    padding-right: 20px;
    display: block;
    width: fit-content;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

/* a[href$=".pdf"] {
	position: relative;
}

a[href$=".pdf"]::after {
	content: '';
	width: 18px;
	height: 20px;
	background-image: url(/img/cmn/icon-pdf.svg);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	right: 3%;
	transform: translateY(50%);
	bottom: 50%;
} */

button:hover {
	cursor: pointer;
}

.inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 40px;
}

.vis-hidden {
	display: block;
	visibility: visible;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 4px;
	height: 4px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: none;
}

.vis-sp,
.vis-tb {
	display: none;
}

.swiper-slide.vis-sp {
	display: none;
}

::marker {
	content: none;
}

details {
    position: relative;
}

details summary {
    padding-left: 25px;
}

details summary::before {
    content: '▶︎';
    position: absolute;
    left: 0;
    top: 0;
}

details[open] summary::before {
    content: '▼';
}

/* font-size */

.ft-14 {
	font-size: 14px;
}

.ft-16 {
	font-size: 16px;
}

.ft-18 {
	font-size: 18px;
}

.ft-20 {
	font-size: 20px;
}

.ft-30 {
	font-size: 30px;
}


/* cmnhd */

.header {
	display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
	z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
}

.top_nav.-left {
	width: 100%;
}

.top_nav_wrap {
    display: flex;
    justify-content: space-between;
	align-items: center;
	position: relative;
}

.top_nav_wrap.-top {
    border-bottom: solid 4px #235FD1;
	padding: 10px 35px 10px;
}

.top_nav_logo a {
    font-size: 16px;
	font-weight: bold;
}

.top_nav_logo a .big {
    font-size: 22px;
    padding-left: 5px;
}

.top_nav_link {
	display: flex;
	align-content: center;
	gap: 10px;
}

.top_nav_link a {
	font-weight: bold;
	font-size: 14px;
}

.top_nav_list {
	display: flex;
	align-items: center;
	width: 100%;
}

.top_nav_list li {
	border-right: solid 1px #C9C9C9;
	border-bottom: solid 1px #C9C9C9;
	width: 100%;
}

.top_nav_list li:last-child {
	border-right: none;
}

.top_nav_list li .top_nav_list_btn {
	font-size: 16px;
	padding: 15px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	width: 100%;
	font-weight: bold;
	transition-duration: 0.5s;
}

.top_nav_list_btn.-open {
	color: #235FD1;
}

.top_nav_list li .top_nav_list_btn::after {
	content: '';
	width: 11px;
	height: 6px;
	background-image: url(/img/cmn/icon-cmnhd_arrow.svg);
	background-size: cover;
	background-repeat: no-repeat;
	transition-duration: 0.5s;
}

.top_nav_list li .top_nav_list_btn.-open::after {
	transform: rotate(180deg);
}

.top_nav_list li .top_nav_list_btn:hover {
	cursor: pointer;
}

.top_nav_list_sub {
    width: 100%;
    padding: 58px 0;
    margin: 0 auto;
    position: fixed;
	left: 0;
	background-color: #212D4E;
	color: #fff;
	z-index: 10000;
}

.top_nav_list_sub .inner {
	max-width: 1260px;
	margin: 0 auto;
	display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 132px;
}

.top_nav_list_sub_ttl {
	font-size: 28px;
}

.c_hd_nav_menu {
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	gap: 0 30px;
	flex: 1;
}

.c_hd_nav_menu li {
	border-right: none;
	border-bottom: solid 1px #fff;
	border-top: solid 1px #fff;
	width: 260px;
	position: relative;
}

.c_hd_nav_menu li::after {
	content: '';
	width: 11px;
	height: 6px;
	background-image: url(/img/cmn/icon-cmnhd_arrow_white.svg);
	background-size: cover;
	background-repeat: no-repeat;
	transform: rotate(-90deg) translateY(50%);
	position: absolute;
	right: 5%;
	bottom: 50%;
}

.c_hd_nav_menu li:nth-child(4),
.c_hd_nav_menu li:nth-child(5),
.c_hd_nav_menu li:nth-child(6) {
	border-top: none;
}

.c_hd_nav_menu li a {
	padding: 15px 0;
	width: 100%;
	font-size: 16px;
}

.top_nav_list_sub {
	display: none;
}

.top_nav .link_btn {
	display: flex;
	align-items: center;
}

.top_nav .link_btn.vis-sp {
	display: none;
}

.link_btn li {
	border-left: solid 1px #C9C9C9;
	border-bottom: solid 1px #C9C9C9;
	width: 127px;
	height: 122px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.link_btn li a {
	text-align: center;
	font-weight: bold;
}

.link_btn li a:hover {
	opacity: 0.7;
}

.link_btn li a p {
	font-size: 13px;
}

.cmnnav_open {
	border-left: solid 1px #C9C9C9;
	flex: 1;
}

.cmnnav_open span {
	width: 17px;
	height: 2px;
	background-color: #235FD1;
	position: absolute;
}

.cmnnav_open span:nth-child(1) {
	top: 5%;
	right: 5%;
}

.cmnnav_open span:nth-child(2) {
	top: 7%;
	right: 5%;
}

.cmnnav_open span:nth-child(3) {
	top: 9%;
	right: 5%;
}


main {
	padding: 117px 0 50px;
	position: relative;
}

.bg_header {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(21px);
	opacity: 1;
	background-size: contain;
	background-repeat: no-repeat;
	position: fixed;
	top: 0;
	z-index: 100;
	display: none;
}

/* .main.-open::before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(21px);
	opacity: 1;
	background-size: contain;
	background-repeat: no-repeat;
	position: fixed;
	top: 0;
	z-index: 100;
} */


/* bnr */

.bnr_list {
	padding: 70px 0 150px;
	background: linear-gradient(to right bottom, #CBDDEF, #BADFE8, #D3F4EE);
}

.bnr_list_cnt {
	display: flex;
	justify-content: left;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
}

.bnr_list_cnt a:hover {
	opacity: 0.7;
}


/* contact */

.contact {
	margin-top: -80px;
	margin-bottom: 65px;
}

.contact_cnt {
	background-color: #235FD1;
	border-radius: 40px;
	padding: 50px 95px;
	width: 100%;
	color: #fff;
	display: flex;
	justify-content: left;
	gap: 60px;
	align-items: center;
	transition-duration: 0.5s;
}

.contact_cnt:hover {
	background-color: #212D4E;
}

.contact_cnt::after {
	content: '';
	width: 84px;
	height: 86px;
	background-image: url(/img/cmn/btn_contact.svg);
	background-size: cover;
	background-repeat: no-repeat;
	margin-left: auto;
}

.contact_cnt_ttl .-en {
	font-size: 33px;
	font-weight: bold;
	line-height: 30px;
	font-family: 'Montserrat', serif;
}

.contact_cnt_txt {
	line-height: 35px;
	font-size: 18px;
}


/* cmnft_info */

.cmnft_info_cnt {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 20px;
	padding-bottom: 30px;
	border-bottom: solid 1px #235FD1;
}

.cmnft_info_name .big {
	font-size: 22px;
	font-weight: 500;
	padding-left: 10px;
}

.cmnft_info_address {
	display: flex;
}

.cmnft_info_cnt_btn {
	display: flex;
	gap: 17px;
}

.cmnft_info_cnt_btn a {
	width: 229px;
	padding: 10px 0;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.about_mypage {
	color: #235FD1;
	text-decoration: underline;
	position: relative;
	padding-right: 22px;
	text-align: right;
    margin-bottom: 10px;
	font-size: 16px;
}

.about_mypage::after {
	content: '';
	width: 19px;
	height: 19px;
	background: url(/img/cmn/icon-cmnft_link.svg);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	transform: translateY(50%);
	bottom: 50%;
}

.about_mypage:hover {
	text-decoration: none;
}

.cmnft_info_cnt_btn .mypage {
	color: #235FD1;
	border: solid 2px #235FD1;
}

.cmnft_info_cnt_btn .mypage::after {
	content: '';
	width: 16px;
	height: 16px;
	background-image: url(/img/cmn/icon-mypage.svg);
	background-size: cover;
	background-repeat: no-repeat;
}

.cmnft_info_cnt_btn a {
	transition-duration: 0.5s;
}

.cmnft_info_cnt_btn .member {
	color: #fff;
	background-color: #235FD1;
}

.cmnft_info_cnt_btn .member::after {
	content: '';
	width: 13px;
	height: 15px;
	background-image: url(/img/cmn/icon-member.svg);
	background-size: cover;
	background-repeat: no-repeat;
}

.cmnft_info_cnt_btn .member:hover {
	background-color: #212D4E;
}

.cmnft_info_cnt_btn .mypage:hover {
	opacity: 0.7;
}


/* cmnft_link */

.cmnft_link {
	padding: 30px 0 100px;
}

.cmnft_link_list {
	display: flex;
	justify-content: left;
	align-items: start;
	flex-wrap: wrap;
	gap: 50px 105px;
}


.cmnft_link_list ul {
	width: 210px;
}

.cmnft_link_list_ttl {
	font-size: 20px;
	font-weight: bold;
	color: #235FD1;
	line-height: 27px;
	margin-bottom: 10px;
	padding-right: 25px;
	position: relative;
	width: fit-content;
}

.cmnft_link_list_ttl:hover,
.cmnft_link_list ul li a:hover {
	opacity: 0.7;
}

.cmnft_link_list_ttl::after {
	content: '';
	width: 19px;
	height: 19px;
	background-image: url(/img/cmn/icon-cmnft_link.svg);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	transform: translateY(50%);
	bottom: 50%;
}

.cmnft_link_list ul li {
	padding: 3px 0;
}

.cmnft_link_list ul li a {
	font-size: 16px;
	font-weight: 500;
}


/* singlepage */

.single_head {
	margin-bottom: 80px;
}

.page_cat {
	background-color: #235FD1;
	padding: 20px 0;
}

.page_cat p {
	color: #fff;
	font-size: 28px;
	font-weight: bold;
}

.pnkz {
	padding: 20px 0;
	border-top: solid 1px #C9C9C9;
	border-bottom: solid 1px #C9C9C9;
}

.pnkz .inner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px 14px;
}

.pnkz a {
	color: #ADADAD;
	text-decoration: underline;
	font-weight: 500;
}

.pnkz a:hover {
	text-decoration: none;
}

.pnkz span {
	width: 15px;
    height: 9px;
    background-image: url(/img/cmn/icon-cmnhd_arrow.svg);
    transform: rotate(-90deg);
    background-size: cover;
    background-repeat: no-repeat;
}

.pnkz p {
	font-weight: 500;
	font-size: 16px;
}

.page_ttl {
	background-color: #F4F9FD;
	padding: 40px 0;
}

.page_ttl p {
	color: #235FD1;
	font-size: 28px;
	font-weight: bold;
}

/* .single_body {
	margin-bottom: 110px;
} */

/* .single_cnt {
	margin-bottom: 107px;
} */

.single_cnt_ttl {
    position: relative;
    margin-bottom: 25px;
    padding-left: 20px;
    font-size: 28px;
	font-weight: bold;
    color: #235FD1;
    line-height: 40px;
}

.single_cnt_ttl::before {
    content: '';
    width: 6px;
    height: 38px;
    background-color: #D9E7F4;
    position: absolute;
    left: 0;
    /* transform: translateY(50%); */
    top: 0;
    z-index: 1;
}

.single_cnt_ttl::after {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #235FD1;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.single_list dl {
	display: flex;
	border-bottom: solid 1px #C9C9C9;
}

.single_list dl:first-child {
    border-top: solid 1px #C9C9C9;
}

.single_list dl dt {
	padding:  22px 42px;
	width: 200px;
	color: #235FD1;
	font-size: 18px;
}

.single_list dl dd {
	padding: 22px 42px;
	font-size: 16px;
	font-weight: 500;
}

.single_list dl dd:nth-child(2) {
	flex: 1;
}

.single_list dl dd:nth-child(3),
.single_list dl dd:nth-child(4) {
	border-left: dotted 1px #C9C9C9;
	width: 280px;
}

.single_list dl dd:nth-child(3) {
	width: 280px;
}

.single_list dl dd:nth-child(4) {
	width: 160px;
}

.single_list.-blue dl dt {
    background-color: #F4F9FD;
	color: #000;
}

.file_list li {
	margin: 25px 0;
}

.file_list ul li a {
	background-color: #F7F7F7;
	border: solid 1px #C9C9C9;
	border-radius: 10px;
	padding: 18px 28px 18px 55px;
	width: 100%;
	display: block;
	position: relative;
	font-size: 18px;
	transition-duration: 0.5s;
	font-weight: 500;
}

.file_list ul li a:hover {
	background-color: #DBDBDB;
}

.file_list ul li a::before {
	content: '';
	width: 21px;
	height: 24px;
	background-image: url(/img/cmn/icon-pdf.svg);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	left: 20px;
	transform: translateY(50%);
	bottom: 50%;
}

.file_date {
	font-size: 16px;
}

.file_ttl {
	font-weight: bold;
	text-decoration: underline;
}



/* morebtn */

.more_btn a {
    width: 100%;
    max-width: 556px;
    margin: 0 auto;
    background-color: #235FD1;
    color: #fff;
    position: relative;
    padding: 13px;
    border-radius: 50px;
    text-align: center;
    transition-duration: 0.5s;
}

.more_btn a:hover {
    background-color: #212D4E;
}

.more_btn a::after {
    content: '';
    width: 28px;
    height: 28px;
    background-image: url(/img/cmn/icon-more_topics.svg);
    background-size: cover;
    position: absolute;
    right: 3%;
    transform: translateY(50%);
    bottom: 50%;
}


/* cmnnav */

.cmnnav {
	width:90%;
	height: 100vh;
	display: flex;
	justify-content: center;
	position: fixed;
	top: 0;
	transform: translateX(50%);
    right: 50%;
	background-color: #212D4E;
	border-radius: 10px;
	z-index: 1000000;
	overflow: scroll;
	padding: 50px 0;
	margin-top: 30px;

	display: none;
}

.cmnnav_close {
	position: absolute;
    top: 2%;
    right: 7%;
}

.cmnnav_cnt {
	width: 100%;
}

.cmnnav .link_btn {
	display: flex;
	justify-content: center;
	gap: 10px;
	align-items: start;
}

.cmnnav .link_btn p {
	color: #fff;
}

.cmnnav .link_btn li {
	border: none;
}

.cmnnav_link .cmnnav_link_list {
	border-bottom: solid 1px #fff;
}

.cmnnav_link .cmnnav_link_list:first-child {
	border-top: solid 1px #fff;
}

.cmnnav_link .cmnnav_link_list:first-child li {
	padding: 10px 15px;
}

.cmnnav_link_list .cmnnav_link_list_top {
	padding: 10px 15px;
	color: #fff;
	font-size: 18px;
	position: relative;
}

.cmnnav_link_list .cmnnav_link_list_top::before {
	content: '';
	width: 17px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	right: 5%;
	transform: translateY(50%);
	bottom: 50%;
	transition-duration: 0.5s;
}

.cmnnav_link_list .cmnnav_link_list_top.-open::before {
	opacity: 0;
}

.cmnnav_link_list .cmnnav_link_list_top::after {
	content: '';
	width: 2px;
	height: 17px;
	background-color: #fff;
	position: absolute;
	right: 7.2%;
	transform: translateY(50%);
	bottom: 50%;
	transition-duration: 0.5s;
}

.cmnnav_link_list .cmnnav_link_list_top.-open::after {
	transform: rotate(90deg) translateX(50%);
	bottom: 40%;
}

.cmnnav_link .cmnnav_link_list a {
	color: #fff;
	font-size: 18px;
}

.cmnnav_link .cmnnav_link_list ul {
	background-color: #fff;
	padding: 10px;
	display: none;
}

.cmnnav_link .cmnnav_link_list ul li a {
	color: #000;
	font-weight: 500;
	line-height: 28px;
	font-size: 14px;
}

.cmnnav_link_bt {
	padding: 29px 15px 0;
}

.cmnnav_link_bt ul li a {
	color: #fff;
}

.cmnnav .link_btn li {
	width: 100px;
}

.cmnnav .link_btn li a img {
	width: 58px;
	height: 58px;
}


/* news */

.news {
    margin-bottom: 40px;
}

.news.topics {
	margin-bottom: 0px;
}

.news.topics .news_cnt {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.news_cat {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_cat p {
    width: 100%;
    max-width: 290px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
	padding-bottom: 10px;
}

.news_cat p:hover {
    cursor: pointer;
}

.news_cat .-open {
    color: #235FD1;
    border-bottom: solid 6px #235FD1;
}

.news_cnt {
    margin-bottom: 35px;
}

.archive {
	display: flex;
	justify-content: right;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
}

.archive:hover {
	cursor: pointer;
}

.archive select {
	border: solid 1px #000;
	border-radius: 3px;
	width: 200px;
	padding: 5px;
}

.news_list {
	margin-bottom: 50px;
}

.news_list ul {
	margin-bottom: 50px;
}

.news_list li a {
    padding: 15px 40px 15px 15px;
    border-bottom: solid 1px #C9C9C9;
    display: flex;
    align-items: center;
    transition-duration: 0.5s;
	position: relative;
}

.news_list li a:hover {
    background-color: #F7F7F7;
}

.news_list li a::after {
    content: '';
    width: 28px;
    height: 28px;
    background-image: url(/img/cmn/icon-news.svg);
    background-size: cover;
    margin-left: auto;
    display: block;
	position: absolute;
	right: 1%;
	transform: translateY(50%);
	bottom: 50%;
}

.news_list li a .date {
	width: 80px;
    padding-right: 27px;
    border-right: solid 1px #C9C9C9;
	line-height: 20px;
    font-weight: bold;
    font-family: 'Montserrat', serif;
}

.news_list li a .date .big {
    font-size: 20px;
}

.news_list_info {
    padding-left: 27px;
    display: flex;
    align-items: center;
    gap: 25px;
}

.news_list_info .institution {
	width: 100%;
	max-width: 115px;
}

.news_list li:first-child a {
    border-top: solid 1px #C9C9C9;
}

.news_ttl {
    font-size: 18px;
    font-weight: bold;
}

.wp-pagenavi .pages,
.first {
	display: none;
}

.wp-pagenavi .current {
	color: #000;
}

.wp-pagenavi {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.wp-pagenavi .last {
	display: none;
}

.wp-pagenavi a, .wp-pagenavi span {
	font-size: 25px;
    font-family: 'Zen Kaku Gothic New', serif;
    color: #235FD1;
    font-weight: bold;
	border: none !important;
}

.wp-pagenavi a:hover, .wp-pagenavi span:hover {
	border: none !important;
}


/* login */

/* login */

.single_head.-login {
    margin-bottom: 0px;
}

.login {
    background-color: #F7F7F7;
    padding: 90px 0;
}

.login_cnt {
    padding: 66px 87px;
    background-color: #fff;
    border-radius: 25px;
    text-align: center;
}

.login_cnt_intro {
    font-weight: 500;
    margin-bottom: 15px;
}

.login_info {
    margin-bottom: 30px;
}

.login_info input {
    width: 416px;
    padding: 10px;
    border: solid 1px #C9C9C9;
    border-radius: 5px;
    text-align: left;
    margin: 0 auto;
}

.login_info .mail {
    margin-bottom: 13px;
}

.login_btn {
    width: 100%;
    max-width: 357px;
    margin: 0 auto;
    background-color: #235FD1;
    color: #fff;
    position: relative;
    padding: 13px;
    border-radius: 50px;
    text-align: center;
    transition-duration: 0.5s;
}

.login_btn:has(a) {
    padding: 0;
}

.login_btn a {
    padding: 13px;
}

.login_btn:hover {
    background-color: #212D4E;
}

.login_btn::after {
    content: '';
    width: 28px;
    height: 28px;
    background-image: url(/img/cmn/icon-more_topics.svg);
    background-size: cover;
    position: absolute;
    right: 3%;
    transform: translateY(50%);
    bottom: 50%;
}

.login_btn.-white {
    background-color: #fff;
    color: #235FD1;
    border: solid 1px #235FD1;
    transition: color 0s;
}

.login_btn.-white:hover {
    background-color: #235FD1;
    color: #fff;
    transition: color 0s;
}

.error_message {
    margin-bottom: 28px;
    color: #E80A0A;
}

.forget {
    padding: 40px 0 67px;
    margin-bottom: 40px;
    border-bottom: solid 1px #C9C9C9;
}

.forget a {
    display: inline;
    color: #ADADAD;
    text-decoration: underline;
}

.forget a:hover {
    text-decoration: none;
}

/* .new a {
    width: 100%;
    max-width: 357px;
    margin: 0 auto;
    padding: 13px;
    background-color: #fff;
    border: solid 1px #235FD1;
    color: #235FD1;
    position: relative;
    border-radius: 50px;
}

.new a:hover {
    opacity: 0.7;
} */

.new a::after {
    content: '';
    content: '';
    width: 11px;
    height: 6px;
    background-image: url(/img/cmn/icon-cmnhd_arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 5%;
    transform: translateY(50%) rotate(-90deg);
    bottom: 50%;
    z-index: 10;
}


/* mypage,private */

.single_head {
    /* margin-bottom: 0px; */
}


.main_cnt .inner.-main {
    display: flex;
    justify-content: center;
    align-items: start;
    max-width: 1440px;
}

.side_nav {
    width: 100%;
    height: 100%;
    max-width: 400px;
    padding-top: 80px;
}

.side_nav_list {
    max-width: 280px;
    margin: 0 auto 28px;
}

.side_nav_list_ttl {
    color: #ADADAD;
    margin-bottom: 15px;
}

.side_nav_list li a {
    border-radius: 7px;
    border: solid 1px #C9C9C9;
    padding: 12px 15px;
    margin: 10px 0;
    transition-duration: 0.5s;
}

.side_nav_list li a:hover {
    background-color: #DBE8F8;
    border: solid 1px #DBE8F8;
}

.side_nav_list li a.-current {
    background-color: #fff;
}


.side_nav_list .accordion {
	border-radius: 7px;
    border: solid 1px #C9C9C9;
    padding: 12px 22px;
    margin: 10px 0;
	position: relative;
}

.side_nav_list .accordion::after {
	content: '';
    width: 11px;
    height: 6px;
    background-image: url(/img/cmn/icon-arrow_accordion.svg);
    background-size: cover;
    background-repeat: no-repeat;
    transition-duration: 0.5s;
	position: absolute;
	right: 5%;
	top: 25px;
	transition-duration: 0.5s;
}

.accordion.-open::after {
	transform: rotate(180deg);
}

.accordion.-open {
	background-color: #DBE8F8;
}

.side_nav_list.-accordion .accordion_cnt li {
	width: 100%;
	border-radius: 7px;
}

.side_nav_list.-accordion .accordion_cnt li.-current {
	background-color: #fff;
}

.accordion_cnt li a {
	margin: 0;
}

.accordion_cnt {
	display: none;
	flex-flow: column;
    align-items: center;
	gap: 10px;
	margin-top: 30px;
}

.single_body {
	width: 100%;
}

.single_cnt {
    padding: 50px 0;
    width: 100%;
    margin-bottom: 0px;
}

.news_list li:first-child a {
    border-top: solid 1px #C9C9C9;
}

.news_list_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.news_list_ttl {
    color: #235FD1;
    font-weight: bold;
}



/* パスワード変更 */

/* change_pass */

.change_cnt {
	margin-bottom: 40px;
}

.pass {
    padding: 20px 0 20px 20px;
    border-bottom: solid 1px #C9C9C9;
    display: flex;
    align-items: baseline;
    gap: 50px;
}

.change_cnt .pass:first-child {
	border-top: solid 1px #C9C9C9;
}

.pass_ttl {
    color: #235FD1;
    font-weight: bold;
}

.pass_input {
    width: 100%;
    flex: 1;
}

.pass input {
    border-radius: 5px;
    border: solid 1px #C9C9C9;
    padding: 10px;
    width: 100%;
}

.pass_input p {
    margin-top: 10px;
}


/* btn */

.btn_cnt {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
}

.btn_cnt .btn.-white {
    width: 100%;
    max-width: 357px;
    padding: 13px;
    background-color: #fff;
    border: solid 1px #235FD1;
    color: #235FD1;
    position: relative;
    border-radius: 50px;
    text-align: center;
}

.btn_cnt .btn.-white:hover {
    opacity: 0.7;
}

.btn_cnt .btn.-white::after {
    content: '';
    width: 11px;
    height: 6px;
    background-image: url(/img/cmn/icon-cmnhd_arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 5%;
    transform: translateY(50%) rotate(-90deg);
    bottom: 50%;
    z-index: 10;
}

.btn_cnt .btn.-blue {
    width: 100%;
    max-width: 357px;
    background-color: #235FD1;
    color: #fff;
    position: relative;
    padding: 13px;
    border-radius: 50px;
    text-align: center;
    transition-duration: 0.5s;
}

.btn_cnt .btn.-blue:hover {
    background-color: #212D4E;
}

.btn_cnt .btn.-blue::after {
    content: '';
    width: 28px;
    height: 28px;
    background-image: url(/img/cmn/icon-more_topics.svg);
    background-size: cover;
    position: absolute;
    right: 3%;
    transform: translateY(50%);
    bottom: 50%;
}


/* mypage,private */

/* menu */

.btn_menu {
    color: #235FD1;
    text-align: center;
    padding: 10px 0;
    box-shadow: 0 3px 6px #00000038;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.btn_menu::after {
    content: '';
    width: 13px;
    height: 9px;
    background-image: url(/img/cmn/icon-menu_open.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.btn_menu_close.vis-sp {
    display: none;
}

.btn_menu_close {
    color: #235FD1;
    text-align: center;
    padding: 10px 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.btn_menu_close::after {
    content: '';
    width: 9px;
    height: 9px;
    background-image: url(/img/cmn/icon-menu_close.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.btn_cnt {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
}



/* ページャー */

.nav-links {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.nav-links .page-numbers {
	font-size: 25px;
	font-family: 'Zen Kaku Gothic New', serif;
	color: #235FD1;
	font-weight: bold;
}

.nav-links .page-numbers.current {
	color: #000;
}

.nav-links .page-numbers:hover {
	cursor: pointer;
}


@media screen and (max-width:1240px) {
	.vis-tb {
		display: block;
	}

	.hide-tb {
		display: none;
	}
}

@media screen and (max-width:1030px) {

	.hide-sp {
		display: none;
	}

	.top_nav_list {
		display: none;
	}

	.top_nav_link {
		display: none;
	}

	.link_btn li {
		border: none;
		width: unset;
		height: unset;
	}

	.top_nav .link_btn.vis-sp {
		display: flex;
	}

	.cmnnav_open {
		display: block;
	}


}

@media screen and (max-width:767px) {
	body {
		min-width: 0;
	}

	.inner {
		padding: 0 24px;
	}

	.vis-sp {
		display: block;
	}

	.hide-sp {
		display: none;
	}

	.swiper-slide.vis-sp {
		display: block;
	}

	.swiper-slide.hide-sp {
		display: none;
	}

	.ft-30 {
		font-size: 20px;
	}

	main {
		padding-top: 80px;
	}

	.pnkz .inner {
		padding: 5px 10px;
	}

	.top_nav.-left {
		display: flex;
	}

	.top_nav_wrap.-top {
		padding: 10px 15px;
		border: none;
		gap: 30px;
	}

	.cmnnav_open {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.top_nav_logo a {
		font-size: 13px;
		display: flex;
		flex-flow: column;
	}

	.top_nav_logo a .big {
		font-size: 18px;
	}

	.top_nav .link_btn {
		gap: 7px;
	}

	.link_btn li a img {
		width: 32px;
		height: unset;
	}

	.single_body {
		/* margin-bottom: 90px; */
	}

	.single_cnt {
		/* margin-bottom: 80px; */
	}

	.single_cnt.-single {
		margin-bottom: 0px;
	}

	.news {
		margin-bottom: 0px;
	}

	.page_ttl {
		padding: 25px 0;
	}

	.page_ttl p {
		font-size: 20px;
	}

	.single_head {
		margin-bottom: 0px;
	}

	/* bnr */

    .bnr_list_cnt {
        margin-bottom: 40px;
        flex-wrap: wrap;
        justify-content: left;
    }

    .bnr_list_cnt a {
        max-width: 156px;
    }

    /* cmnft_info */

    .cmnft_info_cnt {
        flex-flow: column;
		align-items: start;
    }

    .cmnft_info_cnt_btn a {
        max-width: 157px;
    }

	.cmnft_info_address {
		flex-flow: column;
	}


    /* contact */

    .contact {
        margin-top: -140px;
    }

    .contact_cnt {
        flex-flow: column;
        align-items: start;
        gap: 10px;
        padding: 40px 24px;
    }

	.contact_cnt::after {
		width: 60px;
		height: 62px;
	}


	/* news */

    .news_cat p {
        font-size: 12px;
    }

    .news_list li a {
        flex-flow: column;
        align-items: start;
    }

    .news_list li a .date {
        border: none;
        display: flex;
        gap: 5px;
        align-items: center;
    }

    .news_list_info {
        padding-left: 0px;
        flex-flow: column;
        align-items: start;
        gap: 10px;
    }

    .more_btn a {
        max-width: 322px;
    }

	/* mypage,private */

	.btn_menu.vis-sp {
        display: flex;
    }

    .btn_menu_close.vis-sp {
        display: flex;
    }

	.login_cnt {
		padding: 30px 20px;
	}

	.login_info input {
		width: 100%;
	}
}

@media print {
}
