@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 {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align:top;
	object-fit: cover;
}

a {
}

a:link {
	color: #033158;
	text-decoration: underline;
}

a:hover {
	color: #9d1d26;
	text-decoration: none;
}

a:visited {
	color: #440066;
}

a img {
	transition: 1s;
}

a img:hover {
	opacity: 0.7;
}

p {
	line-height: 1.6em;
}

button {
	cursor: pointer;
}


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


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

h1 {
	margin: 0 0 2% 0;
	padding: 2%;
	background: #08518f;
	font-size: 180%;
	color: #ffffff;
}

h2 {
	position: relative;
	margin: 0 0 3% 0;
	padding: 2%;
	background: #eeeeee;
	border-left: 6px solid #08518f;
	font-size: 160%;
	color: #08518f;
}

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

h3 {
	position: relative;
	margin: 3% 0;
	padding: 2% 0;
	font-size: 140%;
	color: #000000;
	border-bottom: solid 4px #e2f1fd;
}

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

h4 {
	position: relative;
	margin: 3% 0;
	padding: 1.5%;
	background: #e2f1fd;
	font-size: 140%;
	color: #000000;
	border-radius: 4px;
}

h5 {
	position: relative;
	margin: 3% 0 2% 0;
	padding: 1%;
	font-size: 140%;
	border-left: 6px solid #5999ea;
	color: #000000;
}

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

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

h6 {
	position: relative;
	margin: 3% 0 1.5% 0;
	padding: 0 0 0 25px;
	font-size: 130%;
	color: #000000;
}

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

hgroup {
	margin-bottom: 2%;
}

hgroup p {
	margin: 0;
	padding: 0;
}


/*	##################################
	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-size: 120%;
	font-style: normal;
	line-height: 1.4em;
}


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

.header-content-wrapper {
	margin: 0 auto;
	padding: 0;
}

.header-content {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}

.header-logo {
	display: flex;
	width: 460px;
	margin: 0;
	padding: 0;
	align-items: center;
}

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

.header-logo-title a img:hover {
	opacity: 1;
}

.isddt-cover {
	margin-left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.isddt-view {
	width: 140px;
	margin: auto;
}

.isddt-box {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: calc(260 / 750 * 100%);
}

.isddt-view svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@keyframes slowlyAppear {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

#layer01 {
	opacity: 0;
	animation: slowlyAppear 10s ease-out forwards;
}

.st0 {
	fill: none;
	opacity: 1;
	stroke: #ffffff;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 7px;
}

.st1,
.st2 {
	fill: #000000;
}

.st3 {
	display: none;
}

.util {
	width: calc(100% - 460px);
	margin: 0 10px 0 0;
	padding: 10px 0;
	text-align: right;
	font-size: 85%;
}
@media screen and (max-width: 750px) {
	.util {
		display: none;
	}
}

.bk-color {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 0 0 5px 0;
	padding: 0;
}

.bk-color p {
	position: relative;
	margin: 0 5px 0 0;
}

.bk-color p:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: -25px;
	width: 20px;
	height: 20px;
	margin: auto;
	background-image: url('data:image/svg+xml;utf-8,<svg fill="%2308518f" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 512 512" style="width: 20px; height: 20px; opacity: 1;" xml:space="preserve"><path class="st0" d="M423.633,185.47l0.07-0.78l-0.442-0.203c0.053-1.726,0.23-3.391,0.23-5.126 c0-92.494-74.98-167.5-167.491-167.5c-92.494,0-167.508,75.006-167.508,167.5c0,1.762,0.177,3.4,0.23,5.126l-0.425,0.203 l0.089,0.78C35.914,213.777,0,268.853,0,332.63c0,92.503,75.016,167.509,167.509,167.509c32.283,0,62.228-9.59,87.818-25.422 l0.673,0.488l0.673-0.488c25.59,15.832,55.535,25.422,87.819,25.422C437.021,500.139,512,425.133,512,332.63 C512,268.853,476.087,213.777,423.633,185.47z M353.966,81.412c23.589,23.606,38.198,55.739,39.916,91.342 c-5.702-1.762-11.528-3.241-17.443-4.418l-66.886-116.79C326.269,58.568,341.304,68.759,353.966,81.412z M392.253,202.718 c-6.659,39.048-29.415,72.526-61.432,93.131c-7.615-33.753-25.359-63.584-49.886-86.198c19.072-9.89,40.571-15.549,63.558-15.549 C361.316,194.103,377.341,197.237,392.253,202.718z M256,40.806c10.466,0,20.631,1.204,30.424,3.391l69.489,121.376 c-3.772-0.266-7.579-0.424-11.422-0.424c-7.526,0-14.929,0.567-22.19,1.567l-72.004-125.76 C252.175,40.877,254.088,40.806,256,40.806z M232.43,42.842l72.837,127.212c-8.943,2.222-17.62,5.162-25.962,8.748L205.706,50.254 C214.242,46.933,223.168,44.436,232.43,42.842z M190.725,57.143l73.793,128.885c-2.638,1.46-5.278,2.93-7.846,4.507L256,190.056 l-0.673,0.479c-9.74-6.012-20.118-11.113-31.008-15.141l-58.103-101.49C173.743,67.493,181.941,61.853,190.725,57.143z M153.997,85.645l47.62,83.161c-10.945-2.356-22.278-3.64-33.913-3.648l-31.521-55.056 C141.212,101.281,147.161,93.082,153.997,85.645z M127.558,128.12l21.818,38.065c-10.767,1.213-21.198,3.463-31.256,6.57 C118.862,157.056,122.138,142.038,127.558,128.12z M119.766,202.718c14.858-5.481,30.902-8.616,47.744-8.616 c22.986,0,44.502,5.659,63.557,15.549c-24.527,22.614-42.288,52.462-49.868,86.198 C149.127,275.245,126.371,241.767,119.766,202.718z M256,438.929c-28.954-24.172-47.778-59.652-49.673-99.772 c15.726,4.922,32.336,7.72,49.673,7.72c17.284,0,33.93-2.798,49.656-7.72C303.761,379.311,284.954,414.782,256,438.929z M442.475,430.588c-25.129,25.102-59.679,40.597-97.983,40.597c-22.951,0-44.467-5.658-63.504-15.512 C314.138,425.115,335,381.286,335,332.63c0-1.726-0.177-3.426-0.23-5.144l0.442-0.221l-0.035-0.718 c42.059-22.64,73.403-62.503,84.188-110.476c38.304,24.678,63.681,67.621,63.681,116.559 C483.046,370.935,467.55,405.485,442.475,430.588z"/></svg>');
	background-repeat: no-repeat;
	background-size: contain;
}

.bk-color ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}

.bk-color ul li .color {
	margin: 0 0 0 2px;
	padding: 6px 10px;
	background: none;
	border: none;
	text-align: center;
	border: 1px solid #000000;
	text-decoration: none;
	cursor: pointer;
}

.bk-color ul li .color:hover {
	background: #000000;
	border: 1px solid #000000;
	color: #ffffff;
}

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

.char-size p {
	position: relative;
	margin: 0 5px 0 0;
}

.char-size p:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: -25px;
	width: 20px;
	height: 20px;
	margin: auto;
	background-image: url('data:image/svg+xml;utf-8,<svg fill="%2308518f" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 512 512" style="width: 20px; height: 20px; opacity: 1;" xml:space="preserve"><path class="st0" d="M452.541,158.968c-2.94-11.578-13.36-19.668-25.301-19.668h-34.762c-11.29,0-21.301,7.246-24.813,17.981 l-43.823,133.898l-44.716-175.683c-7.445-29.231-33.719-49.661-63.894-49.661h-42.966c-28.582,0-53.764,18.255-62.656,45.417 L14.442,402.027L0,446.165h46.434h59.66h24.4l7.591-23.184l22.304-68.165h39.171l16.799,65.99l6.456,25.358h26.162h71.012h43.304 l-10.682-41.963l-7.654-30.056l18.166-55.503h72.605l18.81,73.91H512L452.541,158.968z M248.977,412.505l-23.25-91.349H135.99 l-29.896,91.349h-59.66l95.163-290.776c4.346-13.266,16.714-22.233,30.668-22.233h42.966c14.757,0,27.632,10.007,31.272,24.303 l73.485,288.706H248.977z M373.791,286.056l26.948-82.346h5.732l20.964,82.346H373.791z"/><path class="st0" d="M172.718,165.636l-42.123,128.713h18.576h83.624L200.03,165.636H172.718z M167.741,267.419l17.106-52.272 l13.306,52.272H167.741z"/></svg>');
	background-repeat: no-repeat;
	background-size: contain;
}

.char-size ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}


.char-size ul li button {
	margin: 0 0 0 2px;
	padding: 6px 10px;
	background: none;
	border: none;
	text-align: center;
	border: 1px solid #000000;
	text-decoration: none;
}

.char-size ul li button:hover {
	background: #000000;
	border: 1px solid #000000;
	color: #ffffff;
}

.hmenu {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-end;
}

.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;
}

.hmenu,
.hnavi__lists {
	display: flex;
	height: auto;
}


/** 緊急情報ボタンの色 */
.hatt__list_eg button,
.hatt__list_eg a {
	display: flex;
	justify-content: center;
	align-items: center;
	word-break: break-all;
	text-align: center;
	width: 90px;
	height: 100%;
	background: #9d1d26;
	border: 2px solid #9d1d26;
	fill: #ffffff;
	color: #ffffff;
	transition: 1s;
	box-sizing: border-box;
}

.hatt__list_eg a {
	text-decoration: none;
	box-sizing: border-box;
}

.hatt__list_eg a:visited,
.hatt__list_eg a:link {
	color: #ffffff;
}

.hatt__list_eg a:link {
	text-decoration: none;
}

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

.hatt__list_eg a span span {
	font-size: 0.8rem !important;
	line-height: 1.2em !important;
}


/** ドロップダウンメニューの設定 */
.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: 150%;
	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: 2% 3% 2% 2%;
	padding: 0;
}

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

.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;
	word-break: break-all;
	text-align: center;
	width: 90px;
	height: 100%;
	background: #08518f;
	border: 2px solid #08518f;
	fill: #ffffff;
	color: #ffffff;
	transition: 1s;
	box-sizing: border-box;
}

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

.hnavi__list_lg button span span {
	font-size: 0.8rem !important;
	line-height: 1.2em !important;
}


/** ドロップダウンメニューの設定 */
.hnavi__list_lg .megaMenu {
	position: absolute;
	visibility: visible;
	right: 0;
	width: 30%;
	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: 8%;
	background: #08518f;
}

.hnavi__list_lg .megaMenu .hnavi-box p a {
	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: 5% 2%;
	height: auto;
	align-items: center;
	justify-content: left;
	text-decoration: none;
	font-size: 100%;
	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;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}

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

.gnavi__lists button span svg,
.gnavi__lists a span svg {
	margin: 0 10px 0 0 !important;
	flex-shrink: 0;
}

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

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

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


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


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


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

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

.gnavi__list a {
	text-decoration: none;
}

.gnavi__list a:visited {
	color: #000000;
}

.gnavi__list button span,
.gnavi__list a span {
	padding: 0;
}

.gnavi__list button span svg,
.gnavi__list a span svg {
	margin: 0;
	fill: #08518f;
}

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

.gnavi__list:hover button span span,
.gnavi__list:hover a 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%;
	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 {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 5%;
	color: #ffffff;
	text-decoration: none;
}

.gnavi__list .megaMenu ul li a::before {
	content: "";
	display: block;
	flex-shrink: 0;
	width: 6px;
	height: 6px;
	margin-right: 10px;
	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: 120%;
	transition: 1s;
}

.gnavi__keyword a {
	text-decoration: none;
}

.gnavi__keyword button span {
	padding: 7px 0;
}

.gnavi__keyword button span svg {
	margin: 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 10% 4% 10%;
	background: #ffffff;
	border-bottom: 1px solid #cccccc;
}

.gnavi__keyword .megaMenu h2 {
	position: static;
	margin: 0;
	padding: 4% 4% 1% 10%;
	background: none;
	font-size: 120%;
	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: 2rem;
	border: none;
	width: 70%;
	min-height: 80px;
	border: 1px solid #666666;
	background: #ffffff;
	box-sizing: border-box;
	line-height: 1;
}

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

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

form.example label {
	width: 0;
	height: 0;
	line-height: 0;
	display: none;
	overflow: hidden;
}


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

.attention__wrap {
	width: 100%;
	margin: 20px auto;
	padding: 0 2%;
	box-sizing: border-box;
}

.attention {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	background: #fff7f8;
	border: 1px solid #9d1d26;
}

.attention h2 {
	position: static;
	margin: 0;
	padding: 1.2%;
	background: #9d1d26;
	border: none;
	color: #ffffff;
	display: flex;
	align-items: center;
}

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

.attention h2::before {
	content: '';
	flex-shrink: 0;
	width: 30px;
	height: 30px;
	margin: 0 10px 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;
}

.attention-box {
	max-height: 150px;
	height: auto;
	margin: 0;
	padding: 1% 2%;
	overflow-y: scroll;
}

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

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

.attention-box ul li:last-child {
	padding: 1% 0;
	border: none;
}

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

.attention-box ul li a:link {
	color: #033158;
	text-decoration: underline;
}

.attention-box ul li a:hover {
	color: #9d1d26;
	text-decoration: underline;
}

.attention-box ul li a:visited {
	color: #440066;
}

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


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

.top_topics__wrap {
	width: 100%;
	margin: 20px auto;
	padding: 0 2%;
	box-sizing: border-box;
}

.top_topics__box {
	max-width: 1200px;
	margin: 0 auto;
	padding: 1% 0;
	background: #eeeeee;
}

.top_topics {
	margin: 0 1%;
	padding: 1%;
	background: #ffffff;
}

.top_topics__banner {
	background: #ffffff;
}

.top_topics__banner img {
	width: 100%;
	height: auto;
}

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

.swiper-container__wrap {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: #f0f8ff;
}

.swiper-container {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.swiper-wrapper {
	width: 100%;
	height: auto;
	border-top: 1px solid #eeeeee;
}

.swiper {
	margin: 0;
	padding: 0;
	overflow: visible !important;
}


/** スライドのサイズを調整、中身のテキスト配置調整、背景色 */
.swiper-slide {
	width: 62.5% !important;
	margin: 0 -3.1125% !important;
	transition: transform 0.3s ease, opacity 0.3s ease !important;
	transform: scale(0.8) !important;
	opacity: 0.2 !important;
}

.swiper-slide-active {
	transform: scale(1) !important; /* ★中央だけ100%の大きさに戻す */
	opacity: 1 !important;
	z-index: 10;
}

.swiper-slide img {
  width: 100%;
  height: auto;
	display: block;
	margin: 0;
	padding: 0;
}

.swiper-pagination-bullet {
	width: 10px !important;
	height: 10px !important;
	margin: 0 0 0 20px !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%;
	margin: 0;
	padding: 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-button button:focus {
	outline: 2px solid #5b9bd5;
}

.swiper_pause,
.swiper_start {
	width: 50px;
	height: 50px;
	margin: 0;
	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 40px;
}

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


/*	##################################
	PICKUP
	################################## */

.pickup__wrap {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: #f0f8ff;
}

.pickup__box {
	max-width: 1200px;
	margin: 0 auto;
	padding: 2%;
}

.pickup-bnr {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}

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

.pickup-bnr ul li {
	width: 23.5%;
	margin: 0;
	margin-bottom: 2%;
	padding: 0;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	transition: 1s;
}

.pickup-bnr ul:after {
	content: none;
}


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

.notice__wrap {
	width: 100%;
	margin: 2% auto 2% auto;
	padding: 0;
}

.notice {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 2%;
}

.notice h2 {
	position: static;
	margin: 0 0 1% 0;
	padding: 0;
	background: none;
	border: none;
	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-size: 110%;
	font-weight: 600;
	text-align: center;
	padding: 1% .5em 0 .5em;
	fill: #000000;
	order: -1;
	position: relative;
	z-index: 1;
	cursor: pointer;
	flex: 1;
	min-width: 0;
}

.tab-label:hover {
	background: #08518f;
	font-size: 110%;
	font-weight: 600;
	color: #ffffff;
	fill: #ffffff;
	transition: 1s;
}

.tab-label > span {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.tab-label span svg {
	margin-top: -4px;
	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;
	font-size: 110%;
	font-weight: 600;
	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 {
	max-height: 250px;
	height: auto;
	margin: 0;
	padding: 1% 2%;
	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: 1% 0;
	font-size: 90%;
	color: #555555;
}

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

.notice-box dd span.ct {
	margin: 1% 1% 0 0;
	padding: 0.75% 1%;
	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 dd:last-child {
	border: none;
}

.notice-box dd div {
	margin: 1% 0 0 0;
	padding: 0.75% 1%;
	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: 1% 0;
	line-height: 1.8em;
	border-bottom: 1px solid #cccccc;
}

.notice-box li:last-child {
	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: 1.5% 2%;
	background: #08518f;
	border: 2px solid #08518f;
	font-size: 1.1em;
	font-weight: 600;
	color: #ffffff;
	line-height: 1.2em;
	border-radius: 6px;
	width:-moz-fit-content;
	width:fit-content;
	text-decoration: none;
}

.tab-switch:checked+.tab-label+.tab-content > .more-btn a:hover {
	background: #ffffff;
	color: #08518f;
	transition: 1s;
}


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

.basic-informaion {
	width: 100%;
	margin: 2% auto;
	padding: 2% 0;
	background: #eeeeee;
}

.basic-informaion h2 {
	position: static;
	margin: 0 0 1% 0;
	padding: 0;
	background: none;
	border: none;
	color: #000000;
	text-align: center;
}

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

.basic-informaion-box {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 2%;
}

.basic-informaion-box ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(auto-fit, 23.5%);
	row-gap: 20px;
	column-gap: 2%;
	justify-content: center;
}

.basic-informaion-box ul li {
	margin: 0;
	padding: 0;
}


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

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

.group-01-box ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(auto-fit, 23.5%);
	row-gap: 20px;
	column-gap: 2%;
	justify-content: center;
}

.group-01-box ul li {
	position: relative;
	margin: 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 li img {
	width: 50%;
	margin: 0 0 5% 0;
}

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

.group-01-box ul li a img:hover {
	opacity: 1;
}

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

.group-01-box ul li .outer div {
	text-align: center;
	line-height: 1.2em;
	font-size: 150%;
	font-weight: bold;
	color: #08518f;
	letter-spacing: 1px;
}


/*	##################################
	MAIN PICKUP
	################################## */

.main_pickup__box {
	max-width: 1200px;
	margin: 2% auto;
	padding: 0 2%;
}

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

.main_pickup__banner img {
	width: 100%;
	height: auto;
	border: 1px solid #666666;
	box-sizing: border-box;
}


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

.group-02 {
	max-width: 1200px;
	margin: 2% auto;
	padding: 0 2%;
}

.group-02 h2 {
	position: static;
	margin: 0 0 1% 0;
	padding: 1.5% 2%;
	background: none;
	background: #08518f;
	border: none;
	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 0 -1% 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.group-02-box ul li {
	width: 49.5%;
	margin: 0 0 1% 0;
	padding: 0;
	box-sizing: border-box;
	transition: 1s;
}

.group-02-box ul li img {
	width: 100%;
	border: 1px solid #666666;
	box-sizing: border-box;
}


/* 最初は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);
	cursor: pointer;
}

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

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

.title::before {
	content: "";
	position: absolute;
	display: inline-block;
	right: 2%;
	top: 50%;
	width: 30px;
	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: 100%;
	margin: 3% auto;
	padding: 0;
}

.group-03-box {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 2%;
}

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

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

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

.group-03-box ul li a {
	position: relative;
	display: flex;
	align-items: center;
	padding: 20px 60px 20px 20px;
	background: var(--link_color);
	text-decoration: none;
	font-size: 140%;
	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: 20px;
	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: 20px;
	top: 50%;
	transform: translateY(-50%);
	background: #000000;
}

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


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

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

.sns-box {
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	justify-content: space-around;
	align-items: center;
}

.sns-box-title {
	width: 48%;
}

.sns-box-title p {
	font-size: 140%;
	font-weight: 600;
	font-weight: bold;
	line-height: 1.2em;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.sns-box-title p::before {
	content: '';
	width: 17.5px;
	height: 20px;
	margin-right: 5px;
	background-image: url('data:image/svg+xml;utf-8,<svg fill="%23000000" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M440.667 182.109l7.143-40c1.313-7.355-4.342-14.109-11.813-14.109h-74.81l14.623-81.891C377.123 38.754 371.468 32 363.997 32h-40.632a12 12 0 0 0-11.813 9.891L296.175 128H197.54l14.623-81.891C213.477 38.754 207.822 32 200.35 32h-40.632a12 12 0 0 0-11.813 9.891L132.528 128H53.432a12 12 0 0 0-11.813 9.891l-7.143 40C33.163 185.246 38.818 192 46.289 192h74.81L98.242 320H19.146a12 12 0 0 0-11.813 9.891l-7.143 40C-1.123 377.246 4.532 384 12.003 384h74.81L72.19 465.891C70.877 473.246 76.532 480 84.003 480h40.632a12 12 0 0 0 11.813-9.891L151.826 384h98.634l-14.623 81.891C234.523 473.246 240.178 480 247.65 480h40.632a12 12 0 0 0 11.813-9.891L315.472 384h79.096a12 12 0 0 0 11.813-9.891l7.143-40c1.313-7.355-4.342-14.109-11.813-14.109h-74.81l22.857-128h79.096a12 12 0 0 0 11.813-9.891zM261.889 320h-98.634l22.857-128h98.634l-22.857 128z"/></svg>');
	background-repeat: no-repeat;
	background-size: contain;
}

.sns-box-icon {
	width: 48%;
}

.sns-box-icon ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}

.sns-box-icon ul li {
	width: 50px;
	margin: 0 10px 0 0;
	padding: 0;
}

.sns-box-icon ul li img {
	width: 100%;
	height: 100%;
	border-radius: 20%;
}


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

.shimane-ad {
	max-width: 1200px;
	margin: 2% auto;
	padding: 0 2%;
}

.shimane-ad p.shimane-ad-title {
	position: relative;
	margin: 0 0 2% 0;
	padding: 0 0 0 25px;
	font-size: 120%;
	font-weight: 600;
}

.shimane-ad p.shimane-ad-title::before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 20px;
	margin: auto;
	background-image: url('data:image/svg+xml;utf-8,<svg fill="%23000000" xmlns="http://www.w3.org/2000/svg" height="20" width="20" 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;
}

.shimane-ad p.shimane-ad-contact {
	position: relative;
	margin: 2% 0 0 0;
	padding: 0 0 0 1.5%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.shimane-ad p.shimane-ad-contact::before {
	content: '';
	width: 6.25px;
	height: 10px;
	margin-right: 10px;
	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;
}

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

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

.shimane-ad-box-wrapper {
	margin: 0;
	padding: 2%;
	border: 1px solid #666666;
}

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

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

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

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

.shimane-ad-box ul li img {
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid #eeeeee;
	box-sizing: border-box;
}


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

.shimane-pr {
	max-width: 1200px;
	margin: 2% auto;
	padding: 0;
}

.shimane-pr p.shimane-pr-title {
	position: relative;
	margin: 0 0 2% 0;
	padding: 0 0 0 25px;
	font-size: 120%;
	font-weight: 600;
}

.shimane-pr p.shimane-pr-title::before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 20px;
	margin: auto;
	background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="20" width="20" 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;
}

.shimane-pr p.shimane-pr-contact {
	position: relative;
	margin: 2% 0 0 0;
	padding: 0 0 0 1.5%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.shimane-pr p.shimane-pr-contact::before {
	content: '';
	width: 6.25px;
	height: 10px;
	margin-right: 10px;
	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;
}

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

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

.shimane-pr-box-wrapper {
	margin: 0;
	padding: 2%;
	background: #e5f1ff;
}

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

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

.shimane-pr-box ul li {
	width: 23.5%;
	margin: 0 0 2% 0 !important;
	padding: 0 !important;
	background: #ffffff;
}

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

.shimane-pr-box ul li img {
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid #eeeeee;
	box-sizing: border-box;
}


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

.pagetop {
	max-width: 1200px;
	margin: 4% auto 2% auto;
	padding: 0 2%;
}

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

.pagetop a::before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-right: 20px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(-45deg);
	margin-top: 2px;
}

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


.fmenu-wrapper {
	background: #eeeeee;
}

.fmenu {
	max-width: 1200px;
	margin: 0 auto;
	padding: 1% 2%;
}

.fmenu ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.fmenu ul li {
	position: relative;
	margin: 0 0 0 15px;
	padding: 5px 0 5px 25px;
	border-left: 1px solid #cccccc;
	line-height: 1.4;
}

.fmenu ul li:first-child {
	margin: 0;
	border: none;
}

.fmenu ul li::before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 10px;
	width: 7.5px;
	height: 12px;
	margin: auto;
	background-image: url('data:image/svg+xml;utf-8,<svg fill="%23333333" 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;
}

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

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

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

.footer-content {
	margin: 0 auto;
	padding: 2%;
	color: #ffffff;
}

.footer-content p.footer-logo {
	width: 165px;
	height: 45px;
	margin: 0 0 2% 0;
	padding: 0;
	font-size: 100%;
}

.footer-content address {
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 1.6em;
}

.footer-content address p {
	font-size: 90%;
	line-height: 1.4em;
}

.footer-content address ul {
	width: 100%;
	margin: 2% 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;
	align-items: center;
	padding: 15px 15px 15px 50px;
	background: #ffffff;
	text-decoration: none;
	font-size: 90%;
	font-weight: 600;
	color: #08518f;
	min-height: 60px;
	box-sizing: border-box;
}

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

.footer-content address ul li a.map::before {
	position: absolute;
	content: '';
	top: 50%;
	transform: translateY(-50%);
	bottom: auto;
	left: 10px;
	width: 30px;
	height: 30px;
	margin: 0;
	background-image: url('data:image/svg+xml;utf-8,<svg fill="%2308518f" 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>');
	background-repeat: no-repeat;
	background-size: contain;
}

.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 {
	position: absolute;
	content: '';
	top: 50%;
	transform: translateY(-50%);
	bottom: auto;
	left: 10px;
	width: 30px;
	height: 30px;
	margin: 0;
	background-image: url('data:image/svg+xml;utf-8,<svg fill="%2308518f" 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>');
	background-repeat: no-repeat;
	background-size: contain;
}

.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 {
	max-width: 1200px;
	margin: 0 auto;
	padding: 1% 2%;
	font-size: 90%;
	color: #555555;
	text-align: center;
}


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

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

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

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

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

.shimane-org address p.lead {
	position: relative;
	color: #08518f;
	margin: 0 0 1% 0;
	padding: 0 0 0 25px;
	font-size: 120%;
	font-weight: 600;
}

.shimane-org address p.lead::before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 20px;
	margin: auto;
	background-image: url('data:image/svg+xml;utf-8,<svg fill="%2308518f" xmlns="http://www.w3.org/2000/svg" height="20" width="20" 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;
}


/*	##################################
	GOOGLE SEARCH FORM
	################################## */

.gsc-control-cse {
	padding: 0 !important;
}

.gsc-search-box table.gsc-search-box td {
	border: none;
	padding: 0;
}

table.gsc-search-box td.gsc-input  {
	padding: 0 !important;
}

table.gsc-search-box td.gsc-input .gsc-input-box{
	padding: 0 10px;
}

table.gsc-search-box td.gsc-input table {
	margin: 0;
	height: 40px;
}

td.gsc-input table .gsib_a {
	width: calc(100% - 20px);
}

td.gsc-input table .gsib_b {
	width: 20px;
}

td.gsc-input table .gsib_b .gsst_b,
td.gsc-input table .gsib_b .gsst_b .gsst_a {
	padding: 0;
}

table.gsc-search-box td.gsc-search-button {
	width: auto;
	margin: 0;
	padding: 0;
}

table.gsc-search-box button.gsc-search-button {
	min-width: auto;
	height: 40px;
	margin: 0;
}


/*	##################################
	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;
}
