@import "default.css";
@import "standard.css";

body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "MS P ゴシック", "MS P Gothic", sans-serif;
	font-size: 16px;
	color: #333333;
	background: #fff;
	-webkit-text-size-adjust: none;
	box-sizing: border-box;
}
scroll-padding-top: 80px;
* {
	box-sizing: border-box;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	opacity: .7;
}
img {
	width: 100%;
	height: auto;
}
* {
	box-sizing: border-box;
}
br.sp {
	display: none;
}
.sp_none {
	display: block;
}
.pc_none {
	display: none;
}
.anchor {
    padding-top: 100px;
    margin-top: -100px;
}

#fixedTop {
	right: 30px;
	bottom: 30px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 1px #fff solid;
	line-height: 42px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	display: none;
	background: #1B4B7A;
	position: fixed;
	z-index: 9999;
}
.ggmap {
	width: 100%;
}
.ggmap iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
	border: none;
}
/* ヘッダー
------------------------------------------------ */
header {
	position: relative;
	z-index: 100;
	background: #fff;
}
header .head_upper .inwrap {
	width: 96%;
	max-width: 1740px;
	margin: 0 auto;
	padding: 20px 0 16px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
header h1 {
	width: 40%;
	max-width: 560px;
	min-width: 450px;
}
header h1 a {
	display: block;
}
header .head_info {
	display: flex;
	align-items: center;
	gap: 24px;
}
header .head_info .address {
	font-size: 18px;
	color: #333;
	text-align: right;
}
header .head_info .address li {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
header .head_info i.place {
	width: 14px;
	height: 20px;
	margin-right: 5px;
	display: inline-block;
}
header .head_info i.phone {
	width: 16px;
	height: 20px;
	margin-right: 5px;
	display: inline-block;
}
header .head_info i.fax {
	width: 18px;
	height: 18px;
	margin-left: 20px;
	margin-right: 5px;
	display: inline-block;
}
header .head_info .address .tel a {
	color: #333;
}
header .head_info .button a {
	padding: 8px 20px;
	border: 1px solid #1B4B7A;
	border-radius: 20px;
	color: #1B4B7A;
	display: inline-block;
	white-space: nowrap;
}
.scroll_menu {
	background: #1B4B7A;
}
.scroll_menu nav {
	width: 96%;
	max-width: 1600px;
	margin: 0 auto;
}
.scroll_menu nav ul.nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1%;
}
.scroll_menu nav ul.nav li {
	text-align: center;
}
.scroll_menu nav ul.nav a {
	padding: 24px 8px;
	font-weight: 600;
	color: #fff;
	display: block;
	line-height: 1.4;
}
.scroll_menu nav ul.nav li.top a,
.scroll_menu nav ul.nav li.about a,
.scroll_menu nav ul.nav li.contact a {
	white-space: nowrap;
}
#nav_wrap_sp {
	display: none;
}
.clone-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	transition: .3s;
	transform: translateY(-100%);
}
.is-show {
	transform: translateY(0);
}
/* フッター
------------------------------------------------ */
footer .bg_wrap {
	padding: 80px 0;
	background: url(/image/footer/bg_footer.webp) center no-repeat;
	background-size: cover;
	text-align: center;
}
footer .name h3 {
	margin-bottom: 16px;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
}
footer .name h3 span {
	font-size: 26px;
	font-weight: normal;
	display: block;
}
footer .name ul {
	margin-bottom: 15px;
	font-size: 14px;
	color: #fff;
	line-height: 1.8;
}
footer .name ul a {
	color: #fff;
}
footer .copyright {
	padding: 10px;
	padding-bottom: 20px;
	background: #fff;
	font-size: 14px;
	color: #01538B;
	text-align: center;
	letter-spacing: 0.15em;
}
footer .policy_link a {
	color: #fff;
}
/* パンくずリスト
------------------------------------------------ */
#rootlist {
	max-width: 1600px;
	min-width: 900px;
	width: 90%;
	margin: 0 auto 80px;
	padding: 0 20px;
	font-size: 14px;
}
#rootlist span {
	margin: 0 5px;
	color: #000;
}
#rootlist p {
	color: #000;
}
#rootlist a {
	color: #01538B;
	text-decoration: underline;
}
#rootlist a:hover {
	text-decoration: none;
}
/* hタグ
------------------------------------------------ */
h2.title {
	height: 230px;
	margin-bottom: 10px;
	background: url(/image/common/bg_h2.webp) center no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
}
h2.title span {
	width: 96%;
	max-width: 1520px;
	margin: 0 auto;
	font-size: 40px;
	color: #01538B;
	font-weight: bold;
}
h3.title {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
h3.title:after {
	content: "";
	width: 32px;
	height: 2px;
	margin: 10px auto;
	margin-bottom: 40px;
	background: #01538B;
	display: block;
}
h2.post {
	margin: 0 auto;
	margin-bottom: 40px;
	padding: 30px 25px;
	border: 1px #000 solid;
	border-bottom: 6px #01538B solid;
	font-size: 20px;
	font-weight: bold;
}
p.date {
	margin-bottom: 0 !important;
	text-align: right;
}
/* 共通
------------------------------------------------ */
#contents p {
	margin-bottom: 20px;
	line-height: 1.6em;
}
#contents p:last-child {
	margin-bottom: 0;
}
.cbox {
	max-width: 1100px;
	min-width: 960px;
	width: 96%;
	margin: 0 auto 160px;
	box-sizing: border-box;
}
.cbox_m0 {
	max-width: 1100px;
	min-width: 960px;
	width: 96%;
	margin: 0 auto;
	box-sizing: border-box;
}
.cbox_m {
	max-width: 1060px;
	min-width: 960px;
	width: 95%;
	margin: 0 auto 160px;
	box-sizing: border-box;
}
.cbox_s {
	max-width: 1000px;
	min-width: 900px;
	width: 94%;
	margin: 0 auto 140px;
	box-sizing: border-box;
}
.cbox_s_m0 {
	max-width: 1000px;
	min-width: 900px;
	width: 94%;
	margin: 0 auto;
	box-sizing: border-box;
}
.cbox_ss {
	max-width: 960px;
	min-width: 900px;
	width: 94%;
	margin: 0 auto 140px;
	box-sizing: border-box;
}
.inbox {
	margin: 0 auto 80px;
	box-sizing: border-box;
}
.wp-pagenavi {
	max-width: 980px;
	min-width: 880px;
	margin: 60px auto;
}
/* 投稿
------------------------------------------------ */
#p_post .post_wrap {
	width: 96%;
	max-width: 1120px;
	margin: 0 auto;
}
#p_post article#post {
	width: calc(100% - 20px);
	max-width: 1100px;
	margin: 0 auto;
	margin-bottom: 80px;
}
#p_post .link_ichiran {
	margin-bottom: 160px;
	text-align: center;
}
#p_post .link_ichiran a {
	padding: 10px 90px;
	border: 1px #01538B solid;
	border-radius: 30px;
	color: #01538B;
	display: inline-block;
}
#post h3,
#post h4,
#post h5,
#post h6 {
	font-weight: bold;
}
#post h3 {
	width: calc(100% + 20px);
	margin: 50px 0;
	margin-left: -10px;
	margin-right: -10px;
	padding: 18px 20px;
	padding-left: 35px;
	background: linear-gradient(to right, #01538B, #0F888D);
	border-radius: 5px ;
	font-size: 20px;
	color: #fff;
	position: relative;
}
#post h3:before {
	content: "";
	width: 16px;
	height: 16px;
	margin-top: 7px;
	background: #7AB1D6;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 18px;
	left: 12px;
}
#post h3:first-child {
	margin-top: 0;
}
#post h4 {
	width: auto;
	margin-bottom: 20px;
	padding: 10px 5px;
	border-top: 1px #01538B solid;
	border-bottom: 1px #01538B solid;
	font-size: 18px;
	font-weight: bold;
	color: #013498;
}
#post h5 {
	width: auto;
	margin-bottom: 20px;
	padding: 5px 15px;
	background: #0F888D;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
}
#post h6 {
	width: auto;
	margin-bottom: 20px;
	font-size: 16px;
	color: #FF6F00;
}
#post h6:before {
	content: "✔";
	color: #FF6F00;
}
#post img {
	width: auto;
}
.wp-block-list {
	margin: 20px 0;
	padding-left: 40px;
}
.wp-block-list,
.wp-block-list li {
	list-style: revert;
}
#post #file_wrap ul.list {
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 80px;
}
#file_wrap ul.list li {
	margin-bottom: 30px;
}
#file_wrap ul.list li a.file {
	padding: 15px 30px 15px 25px;
	border: 1px #CE3030 solid;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}
#file_wrap ul.list li a.link {
	padding: 15px 30px 15px 25px;
	border: 1px #01538B solid;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}
#file_wrap ul.list li a .flex {
	display: flex;
	align-items: center;
	gap: 20px;
}
#file_wrap ul.list li a i.file img {
	width: 30px;
	height: auto;
}
#file_wrap ul.list li a p.file_name {
	font-size: 20px;
	font-weight: bold;
}
#file_wrap ul.list li a p {
	margin-bottom: 0;
}
#file_wrap ul li a.option {
	color: #01538B;
	text-decoration: underline;
	display: block;
}
#file_wrap ul li .option {
	margin: 5px 0;
}
.wp-block-embed-youtube {
	width: 98%;
	margin: 0 auto;
}
.wp-block-embed__wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.wp-block-embed-youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* トップ：メインビジュアル
------------------------------------------------ */
#p_top #main .bg_wrap {
	width: 100%;
	aspect-ratio: 192 / 66;
	padding-top: 140px;
	background: url(/image/top/hero-fuji.webp) center no-repeat;
	background-size: cover;
}
#p_top #main .wrap {
	width: 96%;
	max-width: 1660px;
	margin: 0 auto;
}
#p_top #main h2 {
	margin-bottom: 12px;
	font-family: "Sawarabi Mincho", serif;
	font-size: 54px;
	line-height: 1.3;
	text-shadow: 3px 3px 3px #fff, -3px -3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, 3px 0px 3px #fff, -3px -0px 3px #fff, 0px 3px 3px #fff, 0px -3px 3px #fff;
}
#p_top #main .wrap p {
	font-family: "Sawarabi Mincho", serif;
	font-size: 28px;
	font-weight: 500;
	text-shadow: 3px 3px 3px #fff, -3px -3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, 3px 0px 3px #fff, -3px -0px 3px #fff, 0px 3px 3px #fff, 0px -3px 3px #fff;
}
/* クイックリンクカード
------------------------------------------------ */
#p_top #quick {
	margin: -80px auto 80px;
	position: relative;
	z-index: 5;
}
#p_top #quick ul.cards {
	display: flex;
	justify-content: center;
	gap: 20px;
}
#p_top #quick ul.cards li {
	width: 460px;
	height: 140px;
}
#p_top #quick ul.cards a {
	width: 100%;
	height: 100%;
	padding: 10px 30px;
	background: #fff;
	border: 2px solid #01538B;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	display: flex;
	align-items: center;
	gap: 16px;
	position: relative;
	color: #000;
}
#p_top #quick ul.cards a:hover {
	opacity: 1;
	background: #e7f2f9;
}
#p_top #quick .icon {
	width: auto;
	max-height: 80px;
	flex-shrink: 0;
}
#p_top #quick .text .title {
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: bold;
	color: #01538B;
	line-height: 1.4;
}
#p_top #quick .text .sub {
	color: #666;
	line-height: 1.6;
}
#p_top #quick .arrow {
	width: 12px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
/* お知らせ
------------------------------------------------ */
#p_top #news .inbox {
	margin-bottom: 100px;
}
#p_top #news .headline {
	width: 96%;
	max-width: 1420px;
	margin: 0 auto;
	margin-bottom: 24px;
	padding-bottom: 12px;
	border-bottom: 1px solid #01538B;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#p_top #news h3 {
	font-size: 30px;
	font-weight: bold;
	color: #1B4B7A;
	display: flex;
	align-items: center;
	gap: 10px;
}
#p_top #news h3 img {
	width: 58px;
	height: auto;
}
#p_top #news .button a {
	font-size: 18px;
	color: #000;
	display: flex;
	align-items: center;
	gap: 6px;
}
#p_top #news .button a img {
	width: 16px;
}
#p_top #news .log {
	width: 96%;
	max-width: 1360px;
	margin: 0 auto;
}
#news .log dl {
	padding: 25px 0;
	border-bottom: 1px solid #D1D1D1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 20px;
}
#news .log dl:last-of-type {
	border-bottom: none;
}
#news .log dt.date {
	width: 90px;
	font-weight: bold;
	flex-shrink: 0;
}
#news .log dd.cat span {
	min-width: 100px;
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#news .log dd.cat span {
	background: #0F888D;
}
#news .log dd.cat.notice span {
	background: #0F888D;
}
#news .log dd.cat.important span {
	background: #E20000;
}
#news .log dd.cat.info span {
	background: #1B4B7A;
}
#news .log dd.text {
	flex: 1;
	min-width: 200px;
}
#news .log dd.text a {
	color: #333;
	text-decoration: underline;
}
#news .log dd.text span {
	font-weight: bold;
	display: block;
}
#news .log dd.text i {
	margin-left: 5px;
	font-size: 14px;
	font-style: normal;
	color: #E20000;
}
/* お願いボックス
------------------------------------------------ */
#p_top #request .inbox {
	width: 96%;
	max-width: 1300px;
	margin: 0 auto 100px;
	padding: 60px 40px;
	background: #FFFAEB;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
}
#p_top #request .badge span {
	width: 180px;
	height: 180px;
	background: #fff;
	border: 3px solid #CE3030;
	border-radius: 50%;
	font-size: 26px;
	font-weight: bold;
	color: #D32F2F;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}
#p_top #request .body {
	width: 700px;
}
#p_top #request .lead {
	margin-bottom: 40px;
	font-size: 30px;
	font-weight: bold;
	color: #01538B;
}
#p_top #request .link {
	margin-bottom: 40px;
}
#p_top #request .link a {
	font-size: 18px;
	font-weight: bold;
	color: #D32F2F;
	text-decoration: underline;
	display: flex;
	align-items: center;
	gap: 10px;
}
#p_top #request .link a:after {
	content: "";
	width: 21px;
	height: 6px;
	background: url(/image/common/img_arrow_path.svg) center no-repeat;
	background-size: contain;
}
#p_top #request .note {
	margin-top: 12px;
}
#p_top #request .note li {
	margin-bottom: 4px;
	padding-left: 20px;
	font-size: 14px;
	position: relative;
}
#p_top #request .note li::before {
	content: "〇";
	position: absolute;
	top: 0;
	left: 0;
}
#p_top #request .illust {
	width: 170px;
	flex-shrink: 0;
}
/* 進捗状況
------------------------------------------------ */
#p_top #period {
	margin-bottom: 60px;
}
#p_top #period .bg_wrap {
	max-width: 1300px;
	margin: 0 auto;
	margin-bottom: 130px;
	padding: 50px 20px;
	background: #E8F4FC;
}
#p_top #period h3 {
	margin-bottom: 24px;
	font-size: 28px;
	font-weight: bold;
	color: #01538B;
	text-align: center;
}
#p_top #period .box {
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 40px 60px;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
#period .log dl {
	padding: 14px 0;
	display: flex;
	gap: 24px;
}
#period .log dl:last-of-type {
	border-bottom: none;
}
#period .log dt {
	width: 90px;
	font-size: 15px;
	color: #333;
	flex-shrink: 0;
}
#period .log dd a {
	color: #000;
	text-decoration: underline;
}
#period .log dd i {
	color: #CE3030;
	font-style: normal;
}
#p_top #period .more {
	text-align: center;
}
#p_top #period .more a {
	color: #01538B;
	text-decoration: underline;
}
/* 関連リンク
------------------------------------------------ */
#p_top #links .inbox {
	width: 94%;
	max-width: 1060px;
	margin: 0 auto 110px;
}
#p_top #links h3 {
	margin-bottom: 40px;
	padding: 20px 0;
	border-bottom: 1px #01538B solid;
	font-size: 30px;
	font-weight: bold;
	color: #01538B;
	display: flex;
	align-items: center;
	gap: 10px;
}
#p_top #links h3 img {
	width: 50px;
}
#p_top #links ul.list {
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
#p_top #links ul.list li {
	width: calc(( 100% - 40px ) / 3);
	aspect-ratio: 3 / 1;
}
#p_top #links ul.list li a {
	width: 100%;
	height: 100%;
	padding: 15px;
	border: 1px solid #B4B4B4;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 86px;
}
#p_top #links ul.list li img {

	width: 100%;
	max-height: 50px;
	object-fit: contain;
}
/* 当センターについて
------------------------------------------------ */
#p_about #access {
	margin-top: -40px;
	padding-top: 40px;
}
/* 留意事項及びお願い
------------------------------------------------ */
#app_notes h3 {
	margin-bottom: 40px;
	font-size: 30px;
	font-weight: bold;
	color: #FF0404;
	text-align: center;
}
#app_notes ul li {
	padding: 25px 20px;
	padding-left: 40px;
	border-top: 1px #C1C1C1 solid;
}
#app_notes ul li:last-of-type {
	border-bottom: 1px #C1C1C1 solid;
}
#app_notes ul li a {
	text-decoration: underline;
	position: relative;
}
#app_notes ul li a::before {
	content: "";
	width: 7px;
	height: 7px;
	background: #000;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 10px;
	left: -20px;
}
/* 様式ダウンロード
------------------------------------------------ */
#p_format section h3 {
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: bold;
	color: #01538B;
	display: flex;
}
#p_format section h3:before {
	content: "●";
	margin-right: 5px;
	display: block;
}
/* お問い合わせ
------------------------------------------------ */
#p_contact #mail .box {
	padding: 60px 20px;
	padding-bottom: 80px;
	border: 1px #D9D9D9 solid;
}
#p_contact #mail dl {
	max-width: 960px;
	margin: 0 auto;
	padding: 20px;
	border-bottom: 1px #C1C1C1 solid;
	display: flex;
	gap: 10px;
}
#p_contact #mail dl:last-of-type {
	margin-bottom: 60px;
}
#p_contact #mail dt {
	width: 220px;
	padding-top: 7px;
	padding-left: 20px;
	font-weight: bold;
	position: relative;
}
#p_contact #mail dt:before {
	content: "";
	width: 8px;
	height: 8px;
	background: #01538B;
	display: block;
	position: absolute;
	top: 15px;
	left: 0;
}
#p_contact #mail dt span {
	color: #BC1B21;
}
#p_contact #mail dd {
	flex: 1;
}
input,
textarea {
	padding: 10px;
	background: #F5F5F5;
	border: none;
}
#p_contact #mail .textarea textarea {
	height: 300px;
}
input[type="submit"] {
	width: 240px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: #000;
	border: none;
	font-weight: bold;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
input[type="submit"]:hover {
	opacity: .7;
	cursor: pointer
}
.hp-note {
	display: none;
}
#p_contact .policy_link {
	text-align: center;
}
#p_contact .policy_link a {
	color: #1B4B7A;
	display: inline-block;
	text-decoration: underline;
}
/* フォーム幅
------------------------------------------------ */
form .wl {
	width: 100% !important;
}
form .wm {
	width: 50% !important;
}
form .ws {
	width: 25% !important;
}
form .wss {
	width: 10% !important;
}