@charset "UTF-8";

/*	##################################
   	基本CSS
	################################## */

/*	##################################
   	CSS INITIAL SETTINGS
	################################## */

html {
	height: 100%;
	scroll-behavior: smooth;
}

body, div, span, h1, h2, h3, h4, h5, h6, p, a, img, ol, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	background: #ffffff;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/*	##################################
   	CSS BASIC ELEMENTS
	################################## */

img {
	width: 100%;
	height: auto;
	border: none;
	vertical-align:top;
	object-fit: cover;
}

a {
}

a:link {
	color: #033158;
}

a:hover {
	color: #9d1d26;
}

a:visited {
	color: #440066;
}

a img {
	transition: 1s;
}

a img:hover {
	opacity: 0.7;
}

p {
	line-height: 1.4em;
}

button {
	background: #ffffff;
	border: none;
	cursor: pointer;
}

/*	##################################
   	HEADINGS
	################################## */


h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}

h1 {
	margin: 0 0 5% 0;
	padding: 6%;
	background: #114689;
	color: #ffffff;
}

h2 {
	position: relative;
	margin: 6% 0;
	padding: 5%;
	background: #e8e9ea;
	border-left: 4px solid #114689;
	color: #114689;
}

h2:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 5%;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 14px solid #e8e9ea;
}

h3 {
	position: relative;
	margin: 5% 0 6% 0;
	padding: 4% 0;
	border-bottom: solid 4px #e2f1fd;
	color: #000000;
}

h3:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 4px #114689;
	bottom: -4px;
	width: 30%;
}

h4 {
	position: relative;
	margin: 10% 0 5% 0;
	padding: 4% 0 4% 6%;
	background: #e2f1fd;
	color: #000000;
	border-radius: 4px;
}

h5 {
	position: relative;
	margin: 10% 0 5% 0;
	padding: 3%;
	border-left: 4px solid #5999ea;
	color: #000000;
}

h5::before {
	position: absolute;
	left: -4px;
	bottom: 0;
	content: '';
	width: 4px;
	height: 50%;
	background-color: #114689;
}

h5::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #114689;
}

h6 {
	position: relative;
	margin: 10% 0 4% 0;
	padding: 0 0 0 20px;
	color: #000000;
}

h6::after {
	position: absolute;
	top: 50%;
	left: 0;
	transform:translateY(-50%);
	content: '';
	width: 8px;
	height: 8px;
	border: 4px solid #08518f;
	border-radius: 100%;
}

hgroup {
	margin-bottom: 20px;
}

/*	##################################
   	BASIC LAYOUT
	################################## */

#wrapper {
	width: 100%;
	margin: 0 auto;
}

header {
	width: 100%;
	margin: 0;
	padding: 0;
}

.container {
	width: 100%;
	margin: 0;
	padding: 0;
}

.main {
	width: 100%;
	margin: 0;
	padding: 0;
}

footer {
	width: 100%;
	margin: 0;
	padding: 0;
}

article {
	width: 100%;
	margin: 0;
	padding: 0;
}

section {
	width: 100%;
	margin: 0;
	padding: 0;
}

address {
	font-style: normal;
	line-height: 1.4em;
}

/*	##################################
   	HEADER
	################################## */

.header-content-wrapper {
	width: 100%;
	margin: 0 auto;
}

.header-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 92%;
	margin: 0 auto;
	padding: 0;
}

.header-logo {
	width: 110px;
	margin: auto 0;
	padding: 0;
	background: none;
	font-size: 100%;
}

.hmenu {
	margin: 0;
	padding: 0;
	justify-content: flex-end;
	align-items: center;
}

.hmenu ul {
	display: flex;
	list-style: none;
}

.hmenu ul li {
	margin: 0;
	padding: 0;
}

.hnavi__lists {
	display: flex;
	margin: 0;
	padding: 0;
}

.hnavi__lists span {
	display: block;
}

/** 緊急情報ボタンの色 */
.hatt__list_eg button {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 15vw;
	height: 15vw;
	background: #9d1d26;
	border: 2px solid #9d1d26;
	line-height: 1.2em;
	font-size: 60%;
	fill: #ffffff;
	color: #ffffff;
	transition: 1s;
}

.hatt__list_eg button:hover {
	background: #ffffff;
	fill: #9d1d26;
	color: #9d1d26;
}

/** ドロップダウンメニューの設定 */
.hatt__list_eg .megaMenu {
	position: absolute;
	visibility: visible;
	left: 0;
	width: 100%;
	background: #9d1d26;
	z-index: 20;
}

.hatt__list_eg div {
	height: auto;
	margin: 0;
	padding: 0;
	background: none;
}

.hatt__list_eg .pdmenulist {
	display: none;
}

.hatt__list_eg .megaMenu h2 {
	position: static;
	margin: 0;
	padding: 4% 4% 1% 4%;
	background: none;
	border: none;
	font-size: 100%;
	color: #ffffff;
}

.hatt__list_eg .megaMenu h2:after {
	position: static;
	content: none;
	border: none;
}

.hatt__list_eg .megaMenu .hatt-box {
	height: 300px;
	margin: 0 4% 4% 4%;
	padding: 0;
	background: #ffffff;
	overflow-y: scroll;
}

.hatt__list_eg .megaMenu .hatt-box ul {
	display: block;
	margin: 4% 6% 4% 4%;
	padding: 0;
}

.hatt__list_eg .megaMenu .hatt-box ul li {
	position: relative;
	margin: 0;
	padding: 0;
	line-height: 1.3em;
	text-align: left;
	border: none;
	border-bottom: 1px solid #bb3943;
}

.hatt__list_eg .megaMenu .hatt-box ul li:after {
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	width: 6px;
	height: 6px;
	border-top: 2px solid #9d1d26;
	border-right: 2px solid #9d1d26;
	transform: rotate(45deg);
}

.hatt__list_eg .megaMenu .hatt-box ul li p {
	margin: 2% 2% 2% 0;
}

.hatt__list_eg .megaMenu .hatt-box ul li:last-child {
	border: none;
}

.hatt__list_eg .megaMenu .hatt-box ul li a {
	text-decoration: none;
}

.hatt__list_eg .megaMenu .hatt-box ul li a:hover {
	text-decoration: underline;
}

/** Languageボタンの色 */
.hnavi__list_lg button {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 15vw;
	height: 15vw;
	background: #08518f;
	border: 2px solid #08518f;
	line-height: 1.2em;
	font-size: 60%;
	fill: #ffffff;
	color: #ffffff;
	transition: 1s;
}

.hnavi__list_lg button:hover {
	background: #ffffff;
	fill: #08518f;
	color: #08518f;
}

/** ドロップダウンメニューの設定 */
.hnavi__list_lg .megaMenu {
	position: absolute;
	visibility: visible;
	left: 0;
	width: 100%;
	z-index: 20;
}

.hnavi__list_lg .megaMenu h2 {
	position: static;
	margin: 0;
	padding: 4% 4% 0 4%;
	background: none;
	border: none;
	font-size: 100%;
	color: #ffffff;
}

.hnavi__list_lg .megaMenu h2:after {
	position: static;
	content: none;
	border: none;
}

.hnavi__list_lg .megaMenu .hnavi-box {
	margin: 0;
	padding: 4%;
	background: #08518f;
}

.hnavi__list_lg .megaMenu .hnavi-box p a {
	font-size: 80%;
	color: #ffffff;
	line-height: 1.6em;
	text-decoration: none;
}

.hnavi__list_lg .megaMenu .hnavi-box  p a:hover {
	text-decoration: underline;
}

.hnavi__list_lg .megaMenu .hnavi-box ul {
	display: block;
	margin: 0 0 4% 0;
	padding: 0;
}

.hnavi__list_lg .megaMenu .hnavi-box ul li {
	background: #08518f;
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	text-align: left;
	border: none;
	border-bottom: 1px solid #1469af;
}

.hnavi__list_lg .megaMenu .hnavi-box ul li:hover {
	background: #033158;
}

.hnavi__list_lg .megaMenu .hnavi-box ul li:first-child {
	border: none;
	border-bottom: 1px solid #1469af;
}

.hnavi__list_lg .megaMenu .hnavi-box ul li a {
	display: flex;
	padding: 4% 2%;
	height: auto;
	align-items: center;
	justify-content: left;
	text-decoration: none;
	font-size: 80%;
	color: #ffffff;
}

.hnavi__list_lg .megaMenu .hnavi-box ul li a::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0;
	background-image: url('data:image/svg+xml;utf-8,<svg fill="%23ffffff" xmlns="http://www.w3.org/2000/svg" height="20px" viewBox="0 -960 960 960" width="20px"><path d="M522-480 333-669l51-51 240 240-240 240-51-51 189-189Z"/></svg>');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	vertical-align: bottom;
}

.hnavi__list_lg .pdmenulist {
	display: none;
}

/*	##################################
   	MENU
	################################## */

.gnavi__wrap {
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.gnavi__lists {
	display: flex;
	width: 92%;
	margin: 0 auto;
	padding: 0;
}

.gnavi__lists span {
	display: block;
}

.gnavi__lists .is-open button {
	background: #08518f;
}

.gnavi__lists .is-open button span svg {
	fill: #ffffff;
}

.gnavi__lists .is-open button span span {
	color: #ffffff;
}

/** グローバルナビゲーションの色 */
/** グローバルナビゲーション右側の線色 */
.gnavi__list {
	width: 25%;
	background: #ffffff;
	border-right: 1px solid #cccccc;
	list-style: none;
	transition: 0.6s;
}

/** グローバルナビゲーション最右側の線色 */
.gnavi__list:last-child {
	border-right: none;
}

.gnavi__list img {
	width: 30px;
	height: 30px;
}

/** グローバルナビゲーションホバー時の色 */
.gnavi__list button:hover {
	background: #08518f;
}

.gnavi__list button {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 100%;
	background: none;
	border: none;
	line-height: 1.2em;
	text-decoration: none;
	color: #000000;
	font-weight: 600;
	font-size: 65%;
	transition: 1s;
}

.gnavi__list a {
	text-decoration: none;
}

.gnavi__list button span {
	padding: 5% 0;
}

.gnavi__list button span svg {
	margin: 0 0 5px 0;
	fill: #08518f;
}

.gnavi__list:hover button span svg {
	fill: #ffffff;
}

.gnavi__list:hover button span span {
	color: #ffffff;
}

/** ドロップダウンメニューの設定 */
.gnavi__list .megaMenu {
	position: absolute;
	visibility: visible;
	left: 0;
	width: 100%;
	z-index: 20;
}

.gnavi__list .megaMenu ul {
	margin: 0;
	padding: 0;
}

.gnavi__list .megaMenu ul li {
	background: #08518f;
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	font-size: 80%;
	text-align: left;
	border: none;
	border-bottom: 1px solid #1469af;
	line-height: 1.6em;
}

.gnavi__list .megaMenu ul li:hover {
	background: #033158;
}

.gnavi__list .megaMenu ul li:first-child {
	border: none;
	border-bottom: 1px solid #1469af;
	border-top: 1px solid #1469af;
}

.gnavi__list .megaMenu ul li a {
	position: relative;
	display: block;
	padding: 4% 2% 4% 20px;
	color: #ffffff;
	text-decoration: none;
}
.gnavi__list .megaMenu ul li a::before,
.gnavi__list .megaMenu ul li a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.gnavi__list .megaMenu ul li a::before {
	left: 8px;
	width: 4px;
	height: 4px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transform: rotate(45deg);
}

.gnavi__list .pdmenulist {
	display: none;
}


/** グローバルナビゲーション（キーワード検索）の色 */
/** グローバルナビゲーション（キーワード検索）右側の線色 */
.gnavi__keyword {
	width: 25%;
	background: #ffffff;
	border-right: 1px solid #cccccc;
	list-style: none;
	transition: 0.6s;
}

/** グローバルナビゲーション（キーワード検索）ホバー時の色 */
.gnavi__keyword button:hover {
	background: #08518f;
}

.gnavi__keyword button {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 100%;
	background: none;
	border: none;
	line-height: 1.2em;
	text-decoration: none;
	color: #000000;
	font-weight: 600;
	font-size: 65%;
	transition: 1s;
}

.gnavi__keyword a {
	text-decoration: none;
}

.gnavi__keyword button span {
	padding: 5% 0;
}

.gnavi__keyword button span svg {
	margin: 0 0 5px 0;
	fill: #08518f;
}

.gnavi__keyword:hover button span svg {
	fill: #ffffff;
}

.gnavi__keyword:hover button span span {
	color: #ffffff;
}

/** ドロップダウンメニュー（キーワード検索）の設定 */
.gnavi__keyword .megaMenu {
	position: absolute;
	visibility: visible;
	left: 0;
	width: 100%;
	background: #ffffff;
	border-top: 2px solid #08518f;
	z-index: 20;
}

.keyword-box {
	width: 100%;
	margin: 0 auto;
	padding: 0 4% 4% 4%;
	background: #ffffff;
	border-bottom: 1px solid #cccccc;
}

.gnavi__keyword .megaMenu h2 {
	position: static;
	margin: 0;
	padding: 4% 4% 1% 4%;
	background: none;
	font-size: 100%;
	border: none;
	color: #000000;
}

.gnavi__keyword .megaMenu h2:after {
	position: static;
	content: none;
	background: none;
	border: none;
}

.gnavi__keyword .pdmenulist {
	display: none;
}

#top_search_keyword {
	width: 100%;
	margin: 0;
	padding: 0;
}

form.example {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

form.example input[type=text] {
	margin: 0;
	padding: 10px;
	font-size: 1rem;
	border: none;
	width: 72%;
	min-height: 50px;
	border: 1px solid #666666;
	background: #ffffff;
	box-sizing: border-box;
	line-height: 1;
}

form.example button {
	width: 20%;
	min-height: 50px;
	margin: 0;
	padding: 10px 0;
	background: #08518f;
	border: 1px solid #08518f;
	color: #ffffff;
	font-size: 1rem;
	border: none;
	cursor: pointer;
	box-sizing: border-box;
	line-height: 1;
}

form.example button:hover {
	background: #033158;
}

/*	##################################
   	TOP TOPICS
	################################## */

.top_topics__wrap {
	width: 88%;
	margin: 2% auto;
	padding: 2%;
	background: #eeeeee;
}

.top_topics {
	padding: 2%;
	background: #ffffff;
}

.top_topics__banner {
	background: #000000;
}

/*	##################################
   	TOP IMPORTANT
	################################## */

.top_important__wrap {
	width: 92%;
	margin: 0 auto;
	padding: 5% 4%;
	background: #eeeeee;
}

.pickup-bnr {
	width: 100%;
	margin: 0 auto;
	padding: 2% 0 0 0;
}

.pickup-bnr ul {
	width: 100%;
	margin: 0 0 -2% 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.pickup-bnr ul li {
	width: 49%;
	margin: 0 0 2% 0;
	padding: 0;

}

.pickup-bnr ul li img {
	background-color: #ffffff;
}

.pickup-bnr ul:after {
	content: "";
	display: block;
	width: 49%;
	height: 0;
}

/*	##################################
   	SWIPER
	################################## */

.swiper-container {
	margin: 0;
	padding: 0;
}

/** wrapperのサイズを調整 */
.swiper--wrapper {
	width: 100%;
	height: auto;
}

.swiper {
	margin: 0;
	padding: 0;
}

/** スライドのサイズを調整、中身のテキスト配置調整、背景色 */
.swiper-slide {
	width: 100%;
	height: auto;
}

.swiper-slide img {
	margin: 0;
	padding: 0;
}

.swiper-pagination-bullet {
	width: 10px !important;
	height: 10px !important;
	margin: 0 0 0 8px !important;
	background: #000000 !important;
}

.swiper-pagination-bullet-active {
	background: #08518f !important;
}

.swiper-pagination-bullet:first-child {
	margin: 0 !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	width: 50% !important;
}

.swiper-ctrl {
	display: flex;
	width: 100%;
	padding: 2% 0 0 0;
}

.swiper-pagination {
	position: static !important;
	width: 50%;
	display: flex;
	justify-content: right;
	align-items: center;
}

.swiper-button {
	width: 50%;
	display: flex;
	justify-content: left;
	align-items: center;
}

.swiper_pause,
.swiper_start {
	width: 25px;
	height: 25px;
	margin: 0 0 0 10px;
	padding: 0;
	background: none;
	border: none;
	filter: invert(19%) sepia(68%) saturate(2172%) hue-rotate(191deg) brightness(98%) contrast(94%);
	cursor: pointer;
}

.swiper_pause:first-child {
	margin: 0 0 0 20px;
}

.swiper_pause:hover,
.swiper_start:hover {
	filter: invert(0%) sepia(3%) saturate(7500%) hue-rotate(293deg) brightness(104%) contrast(101%);
}

/*	##################################
   	ATTENTION
	################################## */

.attention {
	width: 92%;
	margin: 5% auto;
	padding: 0;
	border: 1px solid #9d1d26;
}

.attention h2 {
	position: static;
	margin: 0;
	padding: 2%;
	background: #9d1d26;
	border: none;
	font-size: 150%;
	color: #ffffff;
}

.attention h2:after {
	position: static;
	content: none;
	border: none;
}

.attention h2::before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 2% 0 0;
	background-image: url('data:image/svg+xml;utf-8,<svg fill="%23ffffff" xmlns="http://www.w3.org/2000/svg" height="30px" viewBox="0 -960 960 960" width="30px"><path d="M480-73.67q-12.67 0-24.81-4.95-12.14-4.96-22.19-14.05L92.67-433q-9.09-10.05-14.05-22.19-4.95-12.14-4.95-24.81 0-12.67 4.95-25.23 4.96-12.56 14.05-21.77L433-867.33q10.05-9.92 22.19-14.46 12.14-4.54 24.81-4.54 12.67 0 25.23 4.54T527-867.33L867.33-527q9.92 9.21 14.46 21.77 4.54 12.56 4.54 25.23t-4.54 24.81q-4.54 12.14-14.46 22.19L527-92.67q-9.21 9.09-21.77 14.05-12.56 4.95-25.23 4.95Zm0-66.66L819.67-480 480-819.67 140.33-480 480-140.33ZM446.67-440h66.66v-240h-66.66v240ZM480-326.67q13.67 0 23.5-9.83t9.83-23.5q0-13.67-9.83-23.5t-23.5-9.83q-13.67 0-23.5 9.83t-9.83 23.5q0 13.67 9.83 23.5t23.5 9.83ZM480-480Z"/></svg>');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	vertical-align: bottom;
}

.attention-box {
	height: 300px;
	margin: 0;
	padding: 0 6% 0 4%;
	overflow-y: scroll;
}

.attention-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.attention-box ul li {
	position: relative;
	flex-wrap: wrap;
	flex-wrap: nowrap;
	margin: 0;
	padding: 4% 6% 4% 0;
	line-height: 1.6em;
	border-bottom: 1px solid #9d1d26;
}

.attention-box ul li:last-child {
	border: none;
}

.attention-box ul li a {
	text-decoration: none;
}

.attention-box ul li a:hover {
	text-decoration: underline;
}

.attention-box ul li:after {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 6px;
	height: 6px;
	border-top: 2px solid #9d1d26;
	border-right: 2px solid #9d1d26;
	transform: rotate(45deg);
}

/*	##################################
   	NOTICE
	################################## */

.notice {
	width: 92%;
	margin: 5% auto;
	padding: 0;
}

.notice h2 {
	position: static;
	margin: 0 0 2% 0;
	padding: 0;
	background: none;
	border: none;
	font-size: 160%;
	font-weight: 600;
	color: #000000;
	text-align: center;
}

.notice h2:after {
	position: static;
	content: none;
	border: none;
}

.tab-wrap {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	transition: 1s;
}

.tab-wrap:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #08518f;
	display: block;
	order: -1;
}

.tab-label {
	color: #000000;
	background: #eeeeee;
	font-weight: 600;
	white-space: nowrap;
	text-align: center;
	padding: 10px .5em 5px .5em;
	fill: #000000;
	order: -1;
	position: relative;
	z-index: 1;
	cursor: pointer;
	flex: 1;
}

.tab-label span {
	display: block;
}

.tab-label:not(:last-of-type) {
	margin-right: 2px;
}

.tab-content {
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
}

/** アクティブなタブ */
.tab-switch:checked+.tab-label {
	background: #08518f;
	color: #ffffff;
	fill: #ffffff;
}

.tab-switch:checked+.tab-label+.tab-content {
	height: auto;
	padding: 0;
	overflow: visible;
	opacity: 1;
	transition: 1s;
}

.tab-switch {
	display: none;
}

.notice-box {
	height: 500px;
	margin: 0;
	padding: 0 6% 4% 4%;
	border: 1px solid #666666;
	overflow-y: scroll;
}

.notice-box a {
	text-decoration: none;
}

.notice-box a:hover {
	text-decoration: underline;
}

.notice-box dl {
	margin: 0;
	padding: 0;
}

.notice-box dt {
	margin: 0;
	padding: 4% 6% 1% 0;
	font-size: 90%;
	color: #555555;
}

.notice-box dd {
	margin: 0;
	padding: 0 0 4% 0;
	line-height: 1.6em;
	border-bottom: 1px solid #cccccc;
}

.notice-box dd:last-child {
	padding: 0;
	border: none;
}

.notice-box dd div {
	margin: 0;
	padding: 1.5%;
	background: #eeeeee;
	font-size: 90%;
	line-height: 1.2em;
	border: 1px solid #999999;
	border-radius: 4px;
	width:-moz-fit-content;
	width:fit-content;
}

.notice-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.notice-box li {
	margin: 0;
	padding: 4% 0;
	line-height: 1.6em;
	border-bottom: 1px solid #cccccc;
}

.notice-box li:last-child {
	padding: 4% 0 0 0;
	border: none;
}

.tab-switch:checked+.tab-label+.tab-content > .more-btn {
	margin: 2% 0 0 0;
	padding: 0;
}

.tab-switch:checked+.tab-label+.tab-content > .more-btn a {
	display: block;
	margin: 0 0 0 auto;
	padding: 2%;
	background: #08518f;
	color: #ffffff;
	line-height: 1.2em;
	border-radius: 4px;
	width:-moz-fit-content;
	width:fit-content;
	text-decoration: none;
}

.tab-switch:checked+.tab-label+.tab-content > .more-btn a:hover {
	background: #033158;
	color: #ffffff;
}

/*	##################################
   	BASIC INFORMATION
	################################## */

.basic-informaion {
	width: 92%;
	margin: 5% auto;
	padding: 5% 4%;
	background: #eeeeee;
}

.basic-informaion h2 {
	position: static;
	margin: 0 0 2% 0;
	padding: 0;
	background: none;
	border: none;
	font-size: 160%;
	font-weight: 600;
	color: #000000;
	text-align: center;
}

.basic-informaion h2:after {
	position: static;
	content: none;
	border: none;
}

.basic-informaion-box {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.basic-informaion-box ul {
	width: 100%;
	margin: 0 0 -2% 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.basic-informaion-box ul li {
	width: 49%;
	margin: 0 0 2% 0;
	padding: 0;
}

.basic-informaion-box ul li img {
	background-color: #ffffff;
}

.basic-informaion-box ul:after {
	content: "";
	display: block;
	width: 49%;
	height: 0;
}

/*	##################################
   	GROUP-01
	################################## */

.group-01-box {
	width: 100%;
	margin: 2% auto 0 auto;
	padding: 0;
}

.group-01-box ul {
	width: 100%;
	margin: 0 0 -2% 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.group-01-box ul li {
	position: relative;
	width: 49%;
	margin: 0 0 2% 0;
	padding: 0;
	background: #ffffff;
	border: 1px solid #cccccc;
	transition: 1s;
	box-sizing: border-box;
	overflow: hidden;
}

.group-01-box ul li:before {
	position: absolute;
	content: '';
	bottom: -3em;
	right: -3em;
	width: 4em;
	height: 4em;
	background: #08518f;
	text-align: center;
	transform: rotate(45deg);
}

.group-01-box ul li:hover {
	background: #e6f2fc;
	border: 1px solid #08518f;
}

.group-01-box ul:after {
	content: "";
	display: block;
	width: 49%;
	height: 0;
}

.group-01-box ul li img {
	width: 45%;
	margin: 0 0 4% 0;
	border-radius: 50%;
}

.group-01-box ul li a {
	text-decoration: none;
}

.group-01-box ul li .outer {
	text-align: center;
	padding: 5%;
}

.group-01-box ul li .outer div {
	text-align: center;
	line-height: 1.2em;
	font-weight: bold;
	color: #08518f;
}

/*	##################################
   	GROUP-02
	################################## */

.group-02 {
	width: 92%;
	margin: 4% auto;
	padding: 0;
}

.group-02 h2 {
	position: static;
	margin: 0;
	padding: 4%;
	background: #08518f;
	border: none;
	font-size: 150%;
	color: #ffffff;
	border-radius: 6px;
}

.group-02 h2:after {
	position: static;
	content: none;
	border: none;
}

.group-02-box {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.group-02-box ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.group-02-box ul li {
	display: block;
	width: 100%;
	margin: 0 0 1.5% 0;
	padding: 0;
}

/* 最初は5番目以降のリスト項目を非表示に */
.group-02-box ul li:nth-child(n+5) {
	display: none;
}

.toggle {
	display: none;
}

.title,
.group-02-box {
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
}

.title {
	margin: 0 0 2% 0;
	background: #08518f;
	font-size: 130%;
	font-weight: 600;
	color: #ffffff;
	padding: 0.75em;
	display: block;
	position: relative;
	border-radius: 6px;
}

.title::after {
	content: "";
	position: absolute;
	display: inline-block;
	right: 0.75em;
	top: 50%;
	width: 20px;
	transform: translateY(-50%) rotate(180deg);
	border-top: 2px solid #ffffff;
	transition: all 0.6s;
}

.title::before {
	content: "";
	position: absolute;
	display: inline-block;
	right: 0.75em;
	top: 50%;
	width: 20px;
	transform: translateY(-50%);
	border-top: 2px solid #ffffff;
	transition: all 0.6s;
}


/* チェックボックスをオンにしたときにリストを表示 */
.toggle:checked + .title + .group-02-box ul li {
	display: block;
}

/* チェックボックスをオンにしたときにアイコンを回転 */
.toggle:checked + .title::after {
	transform: translateY(-50%)  rotate(90deg) !important;
}

/*	##################################
   	GROUP-03
	################################## */

.group-03 {
	width: 92%;
	margin: 5% auto;
	padding: 0;
}

.group-03-box {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.group-03-box ul {
	width: 100%;
	margin: 0 0 -2% 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.group-03-box ul li {
	width: 49%;
	margin: 0 0 2% 0;
	padding: 0;
	background: #efefef;
	border: 1px solid #666666;
	box-sizing: border-box;
	transition: 1s;
}

.group-03-box ul li:hover {
	background: #000000;
	border: 1px solid #666666;
}

.group-03-box ul li a {
	position: relative;
	display: flex;
	padding: 8%;
	background: var(--link_color);
	text-decoration: none;
	font-size: 90%;
	font-weight: 600;
	color: #000000;
}

.group-03-box ul li a:hover {
	color: #ffffff;
}

.group-03-box ul li a::before,
.group-03-box ul li a::after {
	content: "";
	position: absolute;
        color: #000000;
}

.group-03-box ul li a::before {
	width: 8px;
	height: 8px;
	right: 8%;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
}

.group-03-box ul li a:hover::before {
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
        color: #ffffff;
}

.group-03-box ul li a::after {
	width: 15px;
	height: 2px;
	right: 8%;
	top: 50%;
	transform: translateY(-50%);
	background: #000000;
}

.group-03-box ul li a:hover::after {
	background: #ffffff;
        color: #ffffff;
}

/*	##################################
   	SNS
	################################## */

.sns {
	width: 65%;
	margin: 5% auto;
	padding: 0;
}

.sns-box {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.sns-box ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sns-box ul li {
	width: 20%;
	margin: 0;
	padding: 0;
}

.sns-box ul li img {
	border-radius: 20%;
}

/*	##################################
   	SHIMANE-AD
	################################## */

.shimane-ad {
	width: 84%;
	margin: 5% auto 2% auto;
	padding: 4%;
	border: 1px solid #666666;
}

.shimane-ad p.shimane-ad-title {
	margin: 0 0 2% 0;
	padding: 0;
	font-weight: 600;
}

.shimane-ad p.shimane-ad-title::before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 5px 0 0;
	padding: 0 0 8px 0;
	background-image: url('data:image/svg+xml;utf-8,<svg fill="%23000000" xmlns="http://www.w3.org/2000/svg" height="14" width="14" viewBox="0 0 512 512"><path d="M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM241 377c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l87-87-87-87c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L345 239c9.4 9.4 9.4 24.6 0 33.9L241 377z"/></svg>');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	vertical-align: bottom;
}

.shimane-ad p.shimane-ad-contact {
	margin: 2% 0 0 0;
	padding: 0;
	font-size: 80%;
	text-align: right;
}

.shimane-ad p.shimane-ad-contact::before {
	content: '';
	display: inline-block;
	width: 6.25px;
	height: 10px;
	margin: 0 5px 0 0;
	padding: 0 0 6px 0;
	background-image: url('data:image/svg+xml;utf-8,<svg fill="%23000000" xmlns="http://www.w3.org/2000/svg" height="10" width="6.25" viewBox="0 0 320 512"><path d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"/></svg>');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	vertical-align: bottom;
}

.shimane-ad p.shimane-ad-contact a {
	text-decoration: underline;
}

.shimane-ad p.shimane-ad-contact a:hover {
	text-decoration: none;
}

.shimane-ad-box {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.shimane-ad-box ul {
	width: 100%;
	margin: 0 0 -2% 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.shimane-ad-box ul li {
	width: 49%;
	margin: 0 0 2% 0;
	padding: 0;
}

.shimane-ad ul:after {
	content: "";
	display: block;
	width: 49%;
	height: 0;
}

/*	##################################
   	SHIMANE-POLICY
   	2025年04月01日まで使用それ以降は削除可
	################################## */

.shimane-pr {
	width: 84%;
	margin: 2% auto 5% auto;
	padding: 4%;
	background: #e5f1ff;
}

.shimane-pr p.shimane-pr-title {
	margin: 0 0 2% 0;
	padding: 0;
	font-weight: 600;
}

.shimane-pr p.shimane-pr-title::before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 5px 0 0;
	padding: 0 0 8px 0;
	background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="14" width="14" viewBox="0 0 512 512"><path d="M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM241 377c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l87-87-87-87c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L345 239c9.4 9.4 9.4 24.6 0 33.9L241 377z"/></svg>');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	vertical-align: bottom;
}

.shimane-pr p.shimane-pr-contact {
	margin: 2% 0 0 0;
	padding: 0;
	font-size: 80%;
	text-align: right;
}

.shimane-pr p.shimane-pr-contact::before {
	content: '';
	display: inline-block;
	width: 6.25px;
	height: 10px;
	margin: 0 5px 0 0;
	padding: 0 0 6px 0;
	background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="10" width="6.25" viewBox="0 0 320 512"><path d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"/></svg>');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	vertical-align: bottom;
}

.shimane-pr p.shimane-pr-contact a {
	text-decoration: underline;
}

.shimane-pr p.shimane-pr-contact a:hover {
	text-decoration: none;
}

.shimane-pr-box {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.shimane-pr-box ul {
	width: 100%;
	margin: 0 0 -2% 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.shimane-pr-box ul li {
	width: 49%;
	margin: 0 0 2% 0;
	padding: 0;
}

.shimane-pr ul:after {
	content: "";
	display: block;
	width: 49%;
	height: 0;
}

/*	##################################
   	FOOTER
	################################## */

.pagetop {
	width: 92%;
	margin: 5% auto 2% auto;
	padding: 0;
}

.pagetop a {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 100%;
	margin: 0;
	padding: 3% 0;
	font-weight: 600;
	background: #08518f;
	border: 2px solid #08518f;
	color: #ffffff;
	border-radius: 6px;
	box-sizing: border-box;
	transition: 1s;
}

.pagetop a:hover {
	background: #ffffff;
	color: #08518f;
}


.fmenu-wrapper {
	background: #eeeeee;
}

.fmenu {
	width: 92%;
	margin: 0 auto;
	padding: 4% 0;
	font-size: 90%;
}

.fmenu ul {
	width: 100%;
	margin: 0 0 -2% 0;
	padding: 0 0 0 1em;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: stretch;
}

.fmenu ul li {
	width: 49%;
	margin: 0 0 2% 0;
	padding: 0;
	font-size: 90%;
	text-indent: -1em;
}

.fmenu ul li:last-child {
	margin: 0;
}

.fmenu ul li::before {
	content: '';
	display: inline-block;
	width: 7.5px;
	height: 12px;
	margin: 0 5px 0 0;
	padding: 0 0 5px 0;
	background-image: url('data:image/svg+xml;utf-8,<svg fill="%234b4b4b" xmlns="http://www.w3.org/2000/svg" height="12" width="7.5" viewBox="0 0 320 512"><path d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"/></svg>');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	vertical-align: bottom;
}

.fmenu ul li a {
	color: #08518f;
	text-decoration: underline;
}

.fmenu ul li a:hover {
	text-decoration: none;
}

.footer-content-wrapper {
	background: #08518f;
}

.footer-content {
	width: 92%;
	margin: 0 auto;
	padding: 5% 0;
	color: #ffffff;
	font-size: 85%;
}

.footer-content p.footer-logo {
	width: 110px;
	height: 30px;
	margin: 0 0 3% 0;
	padding: 0;
	font-size: 100%;
}

.footer-content address {
	width: 100%;
	margin: 0;
	padding: 0;
}

.footer-content address ul {
	width: 100%;
	margin: 4% 0 -2% 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer-content address ul li {
	width: 49%;
	margin: 0 0 2% 0;
	padding: 0;
	background: #ffffff;
	border: 2px solid #ffffff;
	border-radius: 6px;
	box-sizing: border-box;
}

.footer-content address ul li a {
	position: relative;
	display: flex;
	padding: 4%;
	background: #ffffff;
	text-decoration: none;
	font-size: 85%;
	font-weight: 600;
	color: #08518f;
}

.footer-content address ul li a:hover {
	background: #08518f;
	color: #ffffff;
	border-radius: 6px;
	transition: 1s;
}

.footer-content address ul li a.map::before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0 2px 0 0;
	padding: 0;
	background-image: url('data:image/svg+xml;utf-8,<svg fill="%2308518f" xmlns="http://www.w3.org/2000/svg" height="18px" viewBox="0 -960 960 960" width="18px"><path d="M480.21-480Q510-480 531-501.21t21-51Q552-582 530.79-603t-51-21Q450-624 429-602.79t-21 51Q408-522 429.21-501t51 21ZM480-191q119-107 179.5-197T720-549q0-105-68.5-174T480-792q-103 0-171.5 69T240-549q0 71 60.5 161T480-191Zm0 95Q323.03-227.11 245.51-339.55 168-452 168-549q0-134 89-224.5T479.5-864q133.5 0 223 90.5T792-549q0 97-77 209T480-96Zm0-456Z"/></svg>');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	vertical-align: bottom;
}

.footer-content address ul li a.map:hover::before {
	background-image: url('data:image/svg+xml;utf-8,<svg fill="%23ffffff" xmlns="http://www.w3.org/2000/svg" height="30px" viewBox="0 -960 960 960" width="30px"><path d="M480.21-480Q510-480 531-501.21t21-51Q552-582 530.79-603t-51-21Q450-624 429-602.79t-21 51Q408-522 429.21-501t51 21ZM480-191q119-107 179.5-197T720-549q0-105-68.5-174T480-792q-103 0-171.5 69T240-549q0 71 60.5 161T480-191Zm0 95Q323.03-227.11 245.51-339.55 168-452 168-549q0-134 89-224.5T479.5-864q133.5 0 223 90.5T792-549q0 97-77 209T480-96Zm0-456Z"/></svg>');
	transition: 1s;
}

.footer-content address ul li a.mail::before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0 2px 0 0;
	padding: 0;
	background-image: url('data:image/svg+xml;utf-8,<svg fill="%2308518f" xmlns="http://www.w3.org/2000/svg" height="20px" viewBox="0 -960 960 960" width="20px"><path d="M168-192q-29.7 0-50.85-21.16Q96-234.32 96-264.04v-432.24Q96-726 117.15-747T168-768h624q29.7 0 50.85 21.16Q864-725.68 864-695.96v432.24Q864-234 842.85-213T792-192H168Zm312-240L168-611v347h624v-347L480-432Zm0-85 312-179H168l312 179Zm-312-94v-85 432-347Z"/></svg>');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	vertical-align: bottom;
}

.footer-content address ul li a.mail:hover::before {
	background-image: url('data:image/svg+xml;utf-8,<svg fill="%23ffffff" xmlns="http://www.w3.org/2000/svg" height="30px" viewBox="0 -960 960 960" width="30px"><path d="M168-192q-29.7 0-50.85-21.16Q96-234.32 96-264.04v-432.24Q96-726 117.15-747T168-768h624q29.7 0 50.85 21.16Q864-725.68 864-695.96v432.24Q864-234 842.85-213T792-192H168Zm312-240L168-611v347h624v-347L480-432Zm0-85 312-179H168l312 179Zm-312-94v-85 432-347Z"/></svg>');
	transition: 1s;
}

.copyright {
	padding: 2%;
	color: #000000;
	text-align: center;
	font-size: 65%;
}

/*	##################################
   	SHIMANE ORGANIZATION
	################################## */

.shimane-org {
	margin: 10% 0 0 0;
	padding: 0;
}

.shimane-org h3 {
	position: static;
	margin: 0;
	padding: 4%;
	background: #08518f;
	border: none;
	color: #ffffff;
}

.shimane-org h3:after {
	position: static;
	content: " ";
	display: block;
	border: none;
	width: auto;
	margin: 0;
	padding: 0;
}

.shimane-org address {
	margin: 0;
	padding: 4%;
	border: 1px solid #cccccc;
}

.shimane-org address p.lead {
	color: #08518f;
	margin: 0 0 2% 0;
	padding: 0;
	font-size: 110%;
	font-weight: 600;
}

.shimane-org address p.lead::before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0 5px 0 0;
	padding: 0 0 10px 0;
	background-image: url('data:image/svg+xml;utf-8,<svg fill="%2308518f" xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 512 512"><path d="M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM241 377c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l87-87-87-87c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L345 239c9.4 9.4 9.4 24.6 0 33.9L241 377z"/></svg>');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	vertical-align: bottom;
}

/*  ##################################
     SKIP LINK
  ################################## */

#skip {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	line-height: normal;
}

p.skiplink a {
	position: absolute;
	width: 120px;
	margin: 0;
	padding: 5px;
	left: -9999px;
	top: 0px;
	text-align: center;
	text-decoration: none;
	z-index: 50;
}

p.skiplink a:focus, p.skiplink a:active {
	left: 0;
	top: 0;
	background: #000000;
	color: #ffffff;
}

#skiptopbar {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	line-height: normal;
}

p.skipscrr a {
	position: absolute;
	width: 320px;
	margin: 0;
	padding: 5px;
	left: -9999px;
	top: 0;
	text-align: center;
	z-index: 50;
}

p.skipscrr a:focus, p.skipscrr a:active {
	left: 0;
	top: 0;
	background: #000000;
	color: #ffffff;
}

/*	##################################
   	SLIDE NOTIFICATION
	################################## */

.hiddencontent {
	position: absolute;
	left: auto;
	top: auto;
	line-height: normal;
}
p.hiddenscrr {
	position: absolute;
	z-index: 3;
	left: -9999px;
}

/*	##################################
   	SLIDE SHOW NOTIFICATION
	################################## */

#slidecontent {
	position: absolute;
	left: auto;
	top: auto;
	line-height: normal;
}
p.slidescrr {
	position: absolute;
	z-index: 3;
	left: -9999px;
}
