@charset "UTF-8";

/******************** CSS RESET ********************/
*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

address {
	font-style: normal;
}

input:not([type="radio"]):not([type="checkbox"]),
button,
textarea {
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
}

input[type="radio"] {
	margin-top: 0;
	padding-top: 0;
}

input,
label {
	vertical-align: middle;
}

legend {
	width: 100%;
}

/******************** 共通設定 ********************/
html {
	scroll-padding-top: 97px;
	overflow: auto;
	scroll-behavior: smooth;
}

body {
	font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #333;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
}

@media (min-width: 1025px) {
	body {
		position: static !important;
		width: 100% !important;
	}
}

@media (max-width: 1024px) {
	html {
		scroll-padding-top: 0;
	}
}

/**** テキスト ****/
p,
li {
	margin-top: 12px;
}

.small {
	font-size: 85%;
}

strong {
	color: #B50000;
}

/**** リンク ****/
a:link {
	text-decoration: underline;
	color: #2b3095;
}

a:visited {
	text-decoration: underline;
	color: #791e78;
}

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

a:hover strong {
	color: #860000;
}

a:active {
	text-decoration: none;
	color: #860000;
}

.link_white:link {
	text-decoration: underline;
	color: #fff;
}

.link_white:visited {
	text-decoration: underline;
	color: #eee;
}

.link_white:hover {
	text-decoration: underline;
	color: #ffff00;
}

.link_white:active {
	text-decoration: underline;
	color: #ffff00;
}

a:link>strong {
	color: #2b3095;
}

a:visited>strong {
	text-decoration: underline;
	color: #791e78;
}

a:hover>strong {
	text-decoration: none;
	color: #9f0000;
}

a:active>strong {
	text-decoration: none;
	color: #9f0000;
}

/**** ▼ 別ウィンドウで開く ▼ ****/
.window {
	display: inline-block;
	font-size: 62.5%;
	font-weight: normal;
	background: #D9FFFF;
	color: #333;
	border-radius: 4px;
	padding: 1px 4px;
	margin: 0 4px;
	border: 1px solid #66CCFF;
	vertical-align: text-bottom;
	word-wrap: break-word;
}

h2 .window {
	font-size: 56.25%;
}

.main_naka h2 .window {
	font-size: 49%;
}

/**** ▲ 別ウィンドウで開く ▲ ****/

/**** 本文へ_スキップ用リンク ****/
.skip {
	position: relative;
	text-align: center;
	width: 100%;
	margin: 0;
}

.skip a {
	background-color: #fff;
	width: 1px;
	font-size: 0.1%;
	line-height: 0.1;
	position: absolute;
	top: auto;
	left: -3000px;
	z-index: 9999;
	padding: 4px 0;
}

.skip a:active,
.skip a:focus {
	display: block;
	width: 100%;
	margin: 0 auto;
	font-size: 100%;
	left: 0;
	right: 0;
	top: 0;
	line-height: 1.5;
}

/**** フォーム ****/
#body input,
header button,
#main_outline button,
footer button,
#body textarea {
	background: #fff;
	border: 1px solid #66CCFF;
	font-size: 85%;
}

/* text,textarea */
#body input[type="text"],
#body input[type="file"],
#body textarea,
#body input[type="password"] {
	font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #fff;
	border: 1px solid #999;
	padding: 8px 6px;
}

/* select */
#body select[size],
#body select[multiple],
#body select[size][multiple] {
	padding: 6px;
}

/* submit,reset,button */
#body input[type="submit"],
#body input[type="reset"],
header button[type="button"],
#main_outline button[type="button"],
footer button[type="button"],
header button,
#main_outline button,
footer button,
#body #shelter_search,
#body #reset,
#body .print input[type="button"] {
	background: #D9FFFF;
	border-radius: 4px;
	cursor: pointer;
	color: #2b3095;
	display: inline-block;
	text-align: center;
	padding: 6px 16px;
}

#body input[type="submit"]:hover,
#body input[type="reset"]:hover,
header button[type="button"]:hover,
#main_outline button[type="button"]:hover,
footer button[type="button"]:hover,
header button:hover,
#main_outline button:hover,
footer button:hover {
	color: #860000;
	background: #D9FFFF;
}

/**** その他 ****/
.anchor,
.notit {
	display: block;
	height: 1px;
	margin-top: -1px;
}

.date {
	font-size: 85%;
	color: #555;
	display: inline-block;
	margin-left: 12px;
}

.noscript {
	font-size: 85%;
	color: #a90000;
}

.none {
	display: none;
}

/******************** レイアウトCSS ********************/

/********************************************
2カラムの場合ここにliguid.cssをの中身をコピーして、
liguid.cssは削除する
********************************************/

.design {
	clear: both;
	background: #F0FDFF;
}

.inbody .design {
	background: transparent;
}

.zone01,
.zone02,
.zone04 {
	margin: 0 auto;
	max-width: 1224px;
	width: 100%
}

.zone03 {
	margin-top: 60px;
}

@media only screen and (max-width: 480px) {
	.zone03 {
		margin-top: 20px;
	}
}

.zone01_in,
.zone02_in,
.zone04_in {
	padding: 0 12px;
}

.zone03_in {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding: 78px 12px;
	max-width: 1224px;
	width: 100%;
	background-image: url(img/sea1.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

/********************** ヘッダー **********************/
.main_header {
	width: 100%;
}

.inbody .main_header {
	padding-bottom: 10px;
	background: #fff;
	border-bottom: 1px solid #DBDBDB;
}

.main_header.clone-nav {
	padding-top: 6px;
	padding-bottom: 4px;
	background: rgba(255, 255, 255, 0.9);
}

@media only screen and (max-width: 1024px) {
	.main_header {
		overflow: hidden;
		margin-bottom: -4px;
		position: relative;
	}
}

/**** ヘッダー上段リンク ****/
.h_top_wrap {
	font-size: 85%;
}

.h_top {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 0 12px 6px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.inbody .h_top {
	padding: 0 12px;
}

.h_top .h_toplist {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 4px 0 4px auto;
}

.inbody .h_top .h_toplist {
	margin: 4px 0 8px auto;
}

.h_top .h_toplist>li {
	margin: 6px 0 0 12px;
}

.h_top .h_toplist>li a {
	display: block;
	margin-left: auto;
	padding: 0 5px;
	width: fit-content;
	letter-spacing: 0;
	text-decoration: none;
	background: #fff;
	border: 1px solid #66ccff;
	border-radius: 4px;
}

@media only screen and (max-width: 1024px) {
	.h_top_wrap {
		display: none;
	}
}

/* ▼ 背景色 ▼ */
.bg_color {
	display: flex;
	align-items: center;
	margin-right: 16px;
}

.bg_tit {
	padding: 0;
	margin: 0 6px 0 0;
}

.bg_list {
	display: flex;
	align-items: center;
}

.bg_list li {
	padding: 0;
	margin: 0 0 0 4px;
}

.bg_list li a {
	display: block;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #fff;
	text-decoration: none;
	padding: 0 4px;
}

.bg_list li:last-child a {
	background: #000;
}

.bg_list li:last-child a>strong {
	color: #fff;
}

/* ▲ 背景色 ▲ */

/* ▼ 文字サイズ ▼ */
.font_size,
.font_tit,
.font,
.font_list,
.font_list li {
	float: left;
}

.font_tit {
	margin: 1px 6px 0 0;
}

.font_list li {
	margin-top: 0;
}

.font_list li:first-child a {
	border-right: 0;
	border-radius: 4px 0 0 4px;
}

.font_list li:last-child a {
	background: #D9FFFF;
	border-radius: 0 4px 4px 0;
}

/* ▲ 文字サイズ ▲ */

/* ▼ ID検索 ▼ */
#body.inbody header .h_top .h_toplist>li .src_id {
	position: relative;
}

#body.inbody header .h_top .h_toplist>li .src_id .src_IDbox {
	display: block;
	padding: 0 5px;
	letter-spacing: 0;
	text-decoration: none;
	background: #fff;
	border: 1px solid #66ccff;
	border-radius: 4px;
	cursor: pointer;
}

#body.inbody header .h_top .h_toplist>li .src_id p.search_btn {
	margin-top: 0;
	color: #2b3095;
}

#body.inbody header .h_top .h_toplist>li .src_id p.search_btn:hover {
	color: #860000;
}

#body.inbody header .h_top .h_toplist>li .src_id .search_box_lower {
	position: absolute;
	top: calc(100% + 12px);
	right: 0;
	padding: 12px;
	display: none;
	width: 300px;
	background: #fff;
	border: 1px solid #66ccff;
	border-radius: 4px;
	z-index: 9;
}

#body.inbody header .h_top .h_toplist>li .src_id .search_box_lower .src_box input[type="text"] {
	width: calc(100% - 65px) !important;
}

.inbody header .h_top .h_toplist>li .src_id .search_box_lower .src_box button {
	width: 65px;
}

/* ▲ ID検索 ▲ */

/* ▼ 検索窓 ▼ */
/* 窓 */
#body.inbody header .h_top .h_toplist>li .src_box input[type="text"] {
	width: calc(100% - 50px) !important;
	height: 28px !important;
	border-radius: 4px 0 0 4px;
	border: 1px solid #66CCFF !important;
	border-right: 0 !important;
}

/* ボタン */
.inbody header .h_top .h_toplist>li .src_box button {
	padding: 2px 10px;
	width: 50px;
	min-height: 28px;
	font-size: 100%;
	font-weight: bold;
	border-radius: 0 4px 4px 0;
}

/* ▲ 検索窓 ▲ */

/**** ヘッダーメイン ****/
.head_in {
	display: none;
	/* max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 0 12px;
	overflow: hidden; */
}

.clone-nav .head_in,
.inbody .head_in {
	display: flex;
	align-items: center;
	margin: 0 auto;
	padding: 10px 12px 0;
	max-width: 1224px;
	width: 100%;
}

.h_main {
	display: flex;
	align-items: center;
	padding: 12px 0;
	overflow: hidden;
}

.clone-nav .h_main,
.inbody .h_main {
	padding: 0;
}

.h_main .h1 {
	margin: 0;
	width: 140px;
}

@media only screen and (max-width: 1024px) {
	.head_in {
		display: block;
		padding: 0;
		width: 100%;
	}

	.h_main {
		padding: 8px 70px 8px 12px;
		z-index: 1;
		position: relative;
	}

	.h_main .h1 {
		width: 130px;
	}
}

/* 言語選択 */
.language {
	position: relative;
}

.lang_btn {
	margin: 0;
}

.lang_btn a {
	background: #fff;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 2px;
	text-decoration: none;
	padding: 4px 10px;
	letter-spacing: 0;
	transition: all 0.2s;
}

.lang_btn a:hover {
	background: #efefef;
	transition: all 0.2s;
}

.language>div {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: rgba(255, 255, 255);
	border: 1px solid #ccc;
	border-top: 0;
	border-bottom: 0;
	width: 100%;
	z-index: 100;
	border-radius: 0 0 4px 4px;
}

.lang_list li {
	border-bottom: 1px solid #ccc;
	padding: 0;
	margin: 0;
}

.h_top .h_toplist .lang_list li a {
	display: inline-block;
	padding: 2px;
	text-align: center;
	width: 100%;
	border: none;
}

.h_top .lang_btn.close a {
	padding: 2px 6px 2px 20px;
	position: relative;
	border-radius: 0 0 4px 4px;
	border: none;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

.lang_btn.close a::before,
.lang_btn.close a::after {
	content: '';
	background: #3B4043;
	height: 1px;
	width: 12px;
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: 0;
	transform: rotate(-45deg);
}

.lang_btn.close a::after {
	transform: rotate(45deg);
}

/* 検索ボックス */
.h_main .src_box {
	width: 38%;
	margin: 0 0 0 auto;
}

.src_box .q {
	float: left;
	width: calc(100% - 80px) !important;
	margin: 0;
	height: 40px !important;
	padding: 0 6px !important;
	border: 1px solid #aaa !important;
	border-right: none;
}

.h_main .src_box #search_button,
.src_box #search_button_sp {
	width: 80px;
	min-height: 40px;
	margin: 0;
	padding: 0;
	background: #007bbb;
	color: #fff;
	font-size: 80%;
	cursor: pointer;
	border: 1px solid #aaa;
	border-left: none;
	white-space: normal;
	border-radius: 0;
	display: block;
}

.h_main .src_box #search_button:hover,
.src_box #search_button_sp:hover {
	background: #006fab;
}

@media only screen and (max-width: 1024px) {
	.h_main .src_box {
		display: none;
	}

	.src_box .q {
		width: calc(100% - 54px) !important;
	}

	.src_box #search_button_sp {
		width: 54px;
	}
}

/**** グローバルナビ ****/
.g_navi {
	letter-spacing: 0.1em;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.clone-nav .g_navi,
.inbody .g_navi {
	margin-left: auto;
}

.g_navi_in {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 0 12px;
	display: flex;
}

.clone-nav .g_navi_in,
.inbody .g_navi_in {
	padding: 0;
	justify-content: flex-end;
}

.g_navi_in>li {
	margin: 0;
	display: flex;
}

.clone-nav .g_navi_in>li,
.inbody .g_navi_in>li {
	margin: 0 10px 0 0;
}

.clone-nav .g_navi_in>li:last-child,
.inbody .g_navi_in>li:last-child {
	margin: 0;
}

.g_navi_in>li>a {
	display: block;
	position: relative;
	padding: 10px 16px 10px 66px;
	z-index: 2;
	color: #000;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	font-size: 120%;
	width: 100%;
	transition: all 0.3s;
}

.clone-nav .g_navi_in>li>a,
.inbody .g_navi_in>li>a {
	display: flex;
	align-items: center;
	min-height: 60px;
	font-size: 100%;
	letter-spacing: 0;
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: 12px 10px;
}

.inbody .g_navi_in>li:nth-child(1)>a,
.inbody .clone-nav .g_navi_in>li:nth-child(1)>a {
	background-image: url(img/gnavi00.png);
}

.inbody .g_navi_in>li.active:nth-child(1)>a,
.inbody .g_navi_in>li:nth-child(1)>a:hover,
.inbody .clone-nav .g_navi_in>li.active:nth-child(1)>a,
.inbody .clone-nav .g_navi_in>li:nth-child(1)>a:hover {
	background-image: url(img/gnavi00h.png);
}

.clone-nav .g_navi_in>li:nth-child(1)>a,
.inbody .g_navi_in>li:nth-child(2)>a,
.inbody .clone-nav .g_navi_in>li:nth-child(2)>a {
	background-image: url(img/gnavi01.png);
}

.clone-nav .g_navi_in>li.active:nth-child(1)>a,
.clone-nav .g_navi_in>li:nth-child(1)>a:hover,
.inbody .g_navi_in>li.active:nth-child(2)>a,
.inbody .g_navi_in>li:nth-child(2)>a:hover,
.inbody .clone-nav .g_navi_in>li.active:nth-child(2)>a,
.inbody .clone-nav .g_navi_in>li:nth-child(2)>a:hover {
	background-image: url(img/gnavi01h.png);
}

.clone-nav .g_navi_in>li:nth-child(2)>a,
.inbody .g_navi_in>li:nth-child(3)>a,
.inbody .clone-nav .g_navi_in>li:nth-child(3)>a {
	background-image: url(img/gnavi02.png);
}

.clone-nav .g_navi_in>li.active:nth-child(2)>a,
.clone-nav .g_navi_in>li:nth-child(2)>a:hover,
.inbody .g_navi_in>li.active:nth-child(3)>a,
.inbody .g_navi_in>li:nth-child(3)>a:hover,
.inbody .clone-nav .g_navi_in>li.active:nth-child(3)>a,
.inbody .clone-nav .g_navi_in>li:nth-child(3)>a:hover {
	background-image: url(img/gnavi02h.png);
}

.clone-nav .g_navi_in>li:nth-child(3)>a,
.inbody .g_navi_in>li:nth-child(4)>a,
.inbody .clone-nav .g_navi_in>li:nth-child(4)>a {
	background-image: url(img/gnavi03.png);
}

.clone-nav .g_navi_in>li.active:nth-child(3)>a,
.clone-nav .g_navi_in>li:nth-child(3)>a:hover,
.inbody .g_navi_in>li.active:nth-child(4)>a,
.inbody .g_navi_in>li:nth-child(4)>a:hover,
.inbody .clone-nav .g_navi_in>li.active:nth-child(4)>a,
.inbody .clone-nav .g_navi_in>li:nth-child(4)>a:hover {
	background-image: url(img/gnavi03h.png);
}

.g_navi_in>li>a:hover,
.g_navi_in>li.active>a {}

@media only screen and (max-width: 1024px) {
	.g_navi {
		display: none;
	}
}

/* 追従メニュー */
.clone-nav {
	background: rgba(255, 255, 255, 0.9);
	position: fixed !important;
	left: 0;
	top: 0;
	max-width: 100%;
	width: 100%;
	transition: .4s;
	transform: translateY(-170%);
	z-index: 9999;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.is-show {
	transform: translateY(0);
}

.clone-nav .h_top_wrap {
	display: none;
}

.clone-nav .head_in {
	display: flex;
	padding: 0 12px;
}

.clone-nav .h1 {
	flex-shrink: 0;
	width: 130px;
}

/* .clone-nav .h1 img {
	width: 170px;
} */

.clone-nav .h1 .go_home {
	display: none;
}

.clone-nav .h_shien {
	font-size: 90%;
}

.clone-nav .g_navi_in>li a {
	font-size: 80%;
	padding-top: 6px;
	padding-bottom: 4px;
	letter-spacing: 0;
}

.clone-nav .src_box .q,
.clone-nav .head_in .src_box #search_button {
	height: 32px;
	vertical-align: top;
}

.clone-nav:focus-within {
	transform: translateY(0);
}

@media only screen and (max-width: 998px) {
	.clone-nav-in {
		flex-wrap: wrap;
		padding: 10px 0 0;
	}

	.clone-nav .h1 {
		padding: 0 12px 10px;
		width: auto;
	}

	.clone-nav .h1 img {
		width: 250px;
	}

	.clone-nav .g_navi_in {
		width: 100%;
	}
}

@media only screen and (max-width: 1024px) {
	.clone-nav {
		display: none;
	}
}

/**** スマホメニューに関するスタイル ****/
#menu_button {
	/* position: absolute; */
	/* top: 0; */
	/* right: 12px; */
	display: flex;
	justify-content: flex-end;
	margin-top: 0;
	padding: 10px 12px;
}

@media only screen and (max-width: 1024px) {
	#menu_button {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 999;
	}
}


#menu_button a {
	position: relative;
	display: inline-block;
	padding-top: 34px;
	width: 54px;
	min-height: 54px;
	font-size: 70%;
	text-decoration: none;
	letter-spacing: -0.5px;
	text-align: center;
	background: #D9FFFF;
	border: 1px solid #66CCFF;
	border-radius: 4px;
	z-index: 2;
}

#menu_button a strong {
	color: #333;
}

#menu_button a .icon_ham {
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -15px;
	display: inline-block;
	background: #333;
	height: 3px;
	width: 30px;
}

#menu_button a .icon_ham:before,
#menu_button a .icon_ham:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -15px;
	background: #333;
	height: 3px;
	width: 30px;
}

#menu_button a .icon_ham:before {
	top: 8px;
}

#menu_button a .icon_ham:after {
	top: 16px;
}

@media print,
screen and (min-width: 1025px) {

	#menu_button,
	#lan_drop {
		display: none !important;
	}
}

#sidr {
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 9999;
	width: 260px;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 100%;
	background: #fff;
	border-left: 4px solid #66CCFF;
	box-sizing: border-box;
	color: #333;
}

@media print,
screen and (min-width: 1025px) {
	#sidr {
		display: none !important;
	}
}

#sidr .sidr-inner {
	padding: 0 0 15px;
}

.sidr.right {
	left: auto;
	right: -260px;
}

#sidr .close {
	text-align: left;
	position: relative;
	padding: 0;
	margin: 0;
}

#sidr .close a {
	display: inline-block;
	padding: 14px 10px 14px 32px;
	position: relative;
	width: 100%;
	color: #2b3095;
	background: #D9FFFF;
	border-bottom: 3px solid #66CCFF;
}

#sidr .close a:before,
#sidr .close a:after {
	content: '';
	background: #333;
	height: 2px;
	width: 16px;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: 0;
	transform: rotate(-45deg);
}

#sidr .close a:after {
	transform: rotate(45deg);
}

#sidr .src_box {
	padding: 10px;
}

#sidr .src_box:last-child {
	border-bottom: 3px solid #66CCFF;
}

#sidr ul {
	display: block;
	border-bottom: 3px solid #66CCFF;
	margin: 0;
	padding: 0;
}

#sidr ul li {
	background: none;
	border-bottom: 1px solid #66CCFF;
	display: block;
	text-align: left;
	margin: 0;
	padding: 0;
	position: relative;
}

#sidr ul li::before {
	content: '';
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -4px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	transform: rotate(45deg);
}

#sidr ul li:last-child {
	border-bottom: none;
}

#sidr ul li a {
	display: inline-block;
	padding: 12px 24px 12px 12px;
	text-decoration: none;
	width: 100%;
}

#sidr ul.sidr_navi_sub {
	display: flex;
}

#sidr ul.sidr_navi_sub li {
	border-bottom: 0;
	font-size: 85%;
	width: 50%;
}

#sidr ul.sidr_navi_sub li a {
	letter-spacing: -0.01em;
}

#sidr ul.sidr_navi_sub li:nth-child(odd) {
	border-right: 1px solid #66CCFF;
}

/**** ▼▼ 支援機能 ▼▼ ****/
#sidr .side_shien {
	background: #D9FFFF;
}

#sidr ul.sidr_navi02 li {
	font-size: 85%;
}

#sidr ul.sidr_navi03 {
	display: flex;
	border-top: 1px solid #bbb;
}

#sidr ul.sidr_navi03 li {
	border-bottom: 0;
	font-size: 85%;
	width: 50%;
}

#sidr ul.sidr_navi03 li:nth-child(odd) {
	border-right: 1px solid #bbb;
}

/** ▼ 検索窓 ▼ **/
#body #cse-search-box-sp input {
	width: calc(100% - 75px) !important;
	border-radius: 4px 0 0 4px;
	border: 1px solid #66CCFF !important;
	border-right: 0 !important;
}


#body .src_box #search_button_sp {
	width: 75px;
	color: #2b3095;
	background: #D9FFFF;
	border-radius: 0 4px 4px 0;
	border: 1px solid #66CCFF !important;
}

#body .src_box #search_button_sp:hover {
	color: #860000;
	background: #D9FFFF;
}

/** ▲ 検索窓 ▲ **/

/** ▼ ID検索 ▼ **/
#body #cse-search-box-sp5 input {
	width: calc(100% - 75px) !important;
	border-radius: 4px 0 0 4px;
	border: 1px solid #66CCFF !important;
	border-right: 0 !important;
}

#body #cse-search-box-sp5 input::placeholder {
	font-size: 85%;
}

#body header .src_box button#search_button-sp5 {
	display: flex;
	align-items: center;
	width: 75px;
	min-height: 40px;
	color: #2b3095;
	background: #D9FFFF;
	border-radius: 0 4px 4px 0;
	border: 1px solid #66CCFF !important;
}

#body .src_box #search_button-sp5:hover {
	color: #860000;
	background: #D9FFFF;
}

/** ▲ ID検索 ▲ **/

/**** ▲▲ 支援機能 ▲▲ ****/



/********************** フッター **********************/
.main_footer {
	margin-top: 16px;
	width: 100%;
	overflow: hidden;
}

@media only screen and (max-width: 1024px) {
	.main_footer {
		min-width: 100%;
	}
}

/**** ▼▼▼▼ マイページのスタイル ▼▼▼▼ ****/

/** ▼▼ このページを一時保存する ▼▼ **/
.page_keep {
	position: fixed;
	right: 0;
	display: block;
	top: 260px;
	width: 70px;
	z-index: 999;
}

.keep_btn {
	display: block;
	position: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 1024px) {
	.keep_btn {
		display: none;
	}
}

.keep_btn a {
	display: block;
}

/** ▲▲ このページを一時保存する ▲▲ **/

.online_strage_a {
	position: absolute;
	top: 60px;
	right: 80px;
	display: none;
	padding-bottom: 0;
	width: 440px;
	z-index: 100;
}

.online_strage_a .mypage {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 0 12px;
}

.online_strage_a .mypage_h2_wrapper {
	position: relative;
	padding-left: 16px;
	background-color: #CCFFFF;
	border: 1px solid #66CCFF;
}

.online_strage_a .mypage_title {
	float: left;
	color: #fff;
	margin: 0;
	padding: 0;
	z-index: -1;
	position: absolute;
}

.online_strage_a .mypage_contents {
	padding: 4px 16px 16px;
	background-color: #fff;
	border: 1px solid #66CCFF;
	border-top: 0;
}

.online_strage_a .mypage_list li {
	display: inline-block;
	font-size: 85%;
	margin-right: 8px;
}

.online_strage_a .mypage_list li p.online_strage_title {
	background: #fff;
	border: 1px solid #ccc;
	padding: 2px 8px;
	margin: 0;
	border-radius: 4px;
}

.online_strage_a .online_strage button {
	background: #fff;
	color: #333;
	font-size: 68.75%;
	padding: 2px 4px;
	margin: 12px 8px 12px 0;
	vertical-align: bottom;
}

#body .online_strage_a .online_strage button[type="button"] {
	background: #fff;
	color: #2b3095;
	font-size: 75%;
	padding: 4px 6px;
}

#body .online_strage_a .online_strage button[type="button"]:hover {
	background: #efefef;
	color: #9f0000;
}

@media only screen and (max-width: 1024px) {
	.online_strage_a {
		position: fixed;
		top: auto;
		bottom: 66px;
		right: 0;
	}

	.online_strage_a .mypage {
		width: 100%;
	}
}

@media only screen and (max-width: 490px) {
	.online_strage_a {
		bottom: 110px;
		width: 100%;
	}
}

/** ▼▼ 閉じる ▼▼ **/
.online_strage_a p.mypage_close {
	display: block;
	float: right;
}

.online_strage_a p.mypage_close a {
	position: relative;
	display: inline-block;
	margin-right: 8px;
	padding: 3px 8px 3px 22px;
	font-size: 75%;
	text-decoration: none;
	letter-spacing: 0;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #999;
}

.online_strage_a .mypage_close a::before,
.online_strage_a .mypage_close a::after {
	position: absolute;
	top: 50%;
	left: 5px;
	content: '';
	margin-top: -1px;
	height: 2px;
	width: 12px;
	background: #222;
}

.online_strage_a .mypage_close a::before {
	transform: rotate(-45deg);
}

.online_strage_a .mypage_close a::after {
	transform: rotate(45deg);
}

/** ▲▲ 閉じる ▲▲ **/

/**** ▲▲▲▲ マイページのスタイル ▲▲▲▲ ****/

/**** ▼▼▼▼ トップへ戻る ▼▼▼▼ ****/
.foot_modori {
	margin-top: 16px;
}

.foot_modori .modoriin {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 0 12px;
	text-align: right;
}

.foot_modori a {
	position: relative;
	display: flex;
	justify-content: center;
	text-decoration: none;
	margin: 0 0 0 auto;
	padding: 32px 4px 12px;
	max-width: 150px;
	width: 100%;
	font-size: 87.5%;
	letter-spacing: 0;
	line-height: 1;
	background: #D9FFFF;
	border: 1px solid #66CCFF;
	border-radius: 4px;
}

.foot_modori a::before {
	position: absolute;
	top: 10px;
	left: calc(50% - 8px);
	display: block;
	content: "";
	width: 16px;
	height: 9px;
	background-image: url(img/arrow-pagetop.png);
	background-size: cover;
}

@media only screen and (max-width: 1024px) {
	.foot_modori .modoriin {
		padding: 0 10px;
		width: 100%;
	}
}

/**** ▲▲▲▲ トップへ戻る ▲▲▲▲ ****/

/**** メインフッター ****/
.foot_wrap {
	position: relative;
	margin-top: 23px;
	padding: 0;
	background-image: url(img/bg-foot.png);
	background-size: 200px;
}


@media only screen and (max-width: 1024px) {
	.foot_wrap {
		background-size: 100px;
	}
}

.foot_wrap::before {
	position: absolute;
	top: -5px;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 10px;
	background-image: url(img/bg-foot2.png);
	background-size: 504px;
}


.foot {
	position: relative;
	margin: 0 auto;
	padding: 23px 12px 0;
	max-width: 1224px;
	width: 100%;
}

.foot::before,
.foot::after {
	position: absolute;
	display: block;
	content: "";
}

.foot::before {
	top: -65px;
	left: 30px;
	width: 60px;
	height: 60px;
	background-image: url(img/bg-foot3.png);
	background-size: cover;
}

.foot::after {
	bottom: 0;
	right: 12px;
	width: 240px;
	height: 177px;
	background-image: url(img/bg-foot4.png);
	background-size: cover;
}

.foot_link li {
	padding: 0;
	display: inline-block;
	position: relative;
	margin-right: 16px;
	padding-left: 13px;
}

.foot_link li::after {
	display: block;
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	transform: rotate(-45deg);
}

.foot_link li a {
	font-size: 87.5%;
	letter-spacing: 0;
}

.foot_id {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 40px;
	padding-right: 250px;
	max-width: 690px;
	width: 100%;
}

@media only screen and (max-width: 600px) {
	.foot_id {
		padding-bottom: 200px;
		padding-right: 0;
		max-width: 690px;
		width: 100%;
	}
}

.foot_id .foot-img {
	width: 140px;
}

@media only screen and (max-width: 480px) {
	.foot_id .foot-img {
		width: 100%;
	}
}

.foot_id .foot-img img {
	max-width: 120px;
}

.foot_id .foot-text {
	width: calc(100% - 140px);
}

@media only screen and (max-width: 480px) {
	.foot_id .foot-text {
		margin-top: 16px;
		width: 100%;
	}
}

.foot .address {
	margin-top: 16px;
}

.foot .foot-text .address:first-child {
	margin-top: 0;
}

.foot .address a[href^="tel:"] {
	cursor: default;
	color: #222;
	text-decoration: none;
}

.foot .foot-text .address span {
	letter-spacing: 0.8px;
}

.foot .foot-text .address:first-child span:first-child {
	font-weight: bold;
}

.foot .foot-text .address:first-child span:last-child,
.foot .foot-text .address:nth-child(2) span,
.foot .foot-text .address:nth-child(3) span {
	display: block;
}

.foot_copy {
	font-size: 87.5%;
	color: #333;
	padding: 10px 12px;
	margin-top: 10px;
	text-align: center;
}

.foot_copyin {
	width: 1000px;
	margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
	.foot {
		width: 100%;
	}

	.foot_copyin {
		padding: 0 10px;
		width: 100%;
	}

	.foot .address a[href^="tel:"] {
		cursor: pointer;
		color: #2b3095;
		text-decoration: underline;
	}
}

/********************** 領域共通のスタイル **********************/
/**** アコーディオンのスタイル ****/
.ac_display {
	display: none;
}

.ac_box02 {
	position: relative;
}

.main_naka .ac_box02 h2 {
	padding-right: 64px;
}

.ac_display03 {
	display: inline-block;
	position: absolute;
	top: 24px;
	margin: -14px 0 0;
	right: 12px;
	font-size: 72%;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 100;
}

.ac_display03 {
	top: 19px;
}

.ac_display03 a {
	display: inline-block;
	position: relative;
	text-decoration: none;
	padding: 4px 4px 4px 18px;
}

.ac_display03::before,
.ac_display03::after {
	content: '';
	background: #555;
	position: absolute;
	left: 4px;
	top: 13px;
	height: 2px;
	width: 10px;
}

.ac_display03::after {
	transform: rotate(90deg);
}

.ac_box02_in {
	display: none;
}

.ac_box02_wrap.active .ac_box02_in {
	display: inline;
}

.ac_box02_wrap.active .ac_display03::after {
	display: none;
}

.ac_box02_in .ac_box02 {
	text-align: center;
	margin-top: 20px;
}

#main_outline .ac_box02_in .ac_box02 button {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
	color: #2b3095;
}

#main_outline .ac_box02_in .ac_box02 button:hover {
	color: #860000;
}

@media print,
screen and (min-width: 1025px) {
	.ac_box {
		pointer-events: none !important;
	}

	.ac_box+div {
		display: block !important;
	}
}

@media only screen and (max-width: 1024px) {
	.ac_box h2 {
		padding-right: 72px;
	}

	.ac_display {
		display: inline-block;
		position: absolute;
		top: 50%;
		margin: -14px 0 0;
		right: 12px;
		font-size: 72%;
		background: #fff;
		border: 1px solid #ccc;
		z-index: 100;
	}

	.ac_display a {
		display: inline-block;
		position: relative;
		text-decoration: none;
		padding: 4px 4px 4px 18px;
	}

	.ac_display::before,
	.ac_display::after {
		content: '';
		background: #555;
		position: absolute;
		left: 4px;
		top: 11px;
		height: 2px;
		width: 10px;
	}

	.ac_display::after {
		transform: rotate(90deg);
	}

	.ac_box+div {
		display: none;
	}

	.ac_box {
		position: relative;
		width: 100%;
		overflow: hidden;
	}

	.ac_box.active p::after {
		display: none;
	}
}

/**** RSSアイコンのスタイル ****/
.rss_icon,
a.rss_icon,
a.rss_icon2 {
	background: #FF8F21;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #b45c00, -1px 1px 1px #b45c00, 1px -1px 1px #b45c00, -1px -1px 1px #b45c00, 1px 0 1px #b45c00, 0px 1px 1px #b45c00, -1px 0 1px #b45c00, 0 -1px 1px #b45c00;
	vertical-align: middle;
	padding: 5px 5px 5px 7px;
	line-height: 1.1;
	position: relative;
	vertical-align: middle;
}

.rss_icon,
a.rss_icon {
	font-size: 90%;
}

a.rss_icon2 {
	font-size: 68.75%;
	padding: 3px 28px 1px 6px;
}

a.rss_icon2 span {
	display: block;
}

a.rss_icon img {
	margin-left: 4px;
	margin-top: -3px;
	height: auto;
	width: 16px;
	vertical-align: middle;
}

.rss_icon img {
	margin-left: 4px;
	margin-top: -3px;
	height: auto;
	width: 16px;
	vertical-align: middle;
}

a.rss_icon2 img {
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 6px;
	height: auto;
	width: 16px;
	vertical-align: middle;
}

/**************** ▼▼▼▼ マリンの部屋 ▼▼▼▼ ****************/

.inbody.category_marin .main_header {
	z-index: 1;
}

.category_marin .pankuzu,
.category_marin .footstep {
	display: none;
}

/************ ▼▼▼ タイトルとメインビジュアル ▼▼▼ ************/
.category_marin .marin-first,
.category_marin .marin-front {
	position: relative;
}


@media only screen and (max-width: 600px) {
	.category_marin .marin-front {
		margin-top: 10px;
		height: 250px;
		background: url(img/marin/vis.jpg);
		background-size: cover;
		background-position: center;
		box-shadow: inset 0 0 7px 7px #fff;
	}
}

/******** ▼▼ タイトル ▼▼ ********/
.category_marin .marin-front h1 {
	position: absolute;
	top: 60px;
	left: 60px;
	width: 500px;
	z-index: 1;
}

@media only screen and (max-width: 768px) {
	.category_marin .marin-front h1 {
		top: 24px;
	}
}

@media only screen and (max-width:600px) {
	.category_marin .marin-front h1 {
		left: 16px;
		width: 300px;
	}
}

@media only screen and (max-width:320px) {
	.category_marin .marin-front h1 {
		width: 260px;
	}
}

/******** ▲▲ タイトル ▲▲ ********/

/******** ▼▼ マリン ▼▼ ********/
.category_marin .marin-front p {
	position: absolute;
	top: 120px;
	right: 170px;
	margin-top: 0;
	width: 400px;
	z-index: 1;
}

@media only screen and (max-width: 1024px) {
	.category_marin .marin-front p {
		top: 170px;
		right: 110px;
		width: 300px;
	}
}

@media only screen and (max-width: 768px) {
	.category_marin .marin-front p {
		top: 130px;
		right: calc(50% - 150px);
		width: 260px;
	}
}

@media only screen and (max-width: 600px) {
	.category_marin .marin-front p {
		top: auto;
		bottom: 36px;
		right: calc(50% - 90px);
		width: 180px;
	}
}


/******** ▲▲ マリン ▲▲ ********/

/******** ▼▼ 画像 ▼▼ ********/
@media only screen and (max-width: 600px) {
	.category_marin .marin-front .marin-vis {
		display: none;
	}
}

/******** ▲▲ 画像 ▲▲ ********/

/************ ▲▲▲ タイトルとメインビジュアル ▲▲▲ ************/

/************ ▼▼▼ 新着情報 ▼▼▼ ************/
.category_marin .main_naka_new {
	margin: 0 auto 32px;
	padding: 12px 16px 24px !important;
	max-width: 780px;
	background-image: linear-gradient(330deg, rgba(209, 233, 255, 1), rgba(199, 252, 255, 1)) !important;
	border: 0 !important;
}

.category_marin .design .main_naka .main_naka_new h2 {
	text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff,
		-2px 2px 0 #fff, 2px -2px 0 #fff,
		0px 2px 0 #fff, 0-2px 0 #fff,
		-2px 0 0 #fff, 2px 0 0 #fff;
	border-bottom: 0;
}

.category_marin .design .main_naka .main_naka_new h2::after {
	display: none;
}

.category_marin .design .main_naka .main_naka_new ul {
	background: #fff;
	margin-top: 6px;
	padding: 4px 16px 16px 0;
}

.category_marin .design .main_naka .main_naka_new ul li::before {
	display: none;
}

/************ ▲▲▲ 新着情報 ▲▲▲ ************/

/************ ▼▼▼ ナビゲーション ▼▼▼ ************/
.category_marin .marin-navi {
	margin-top: 30px;
	padding-bottom: 1px;
}

.category_marin .marin-navi ul li {
	position: absolute;
	margin: 0;
	padding: 0;
}

.category_marin .marin-navi ul li::before {
	display: none;
}

.category_marin .marin-navi ul li:nth-child(1) {
	top: 32%;
	left: 5%;
}

.category_marin .marin-navi ul li:nth-child(2) {
	top: 60%;
	left: 17%;
}

.category_marin .marin-navi ul li:nth-child(3) {
	top: 43%;
	left: 34%;
}

@media only screen and (max-width: 1100px) {
	.category_marin .marin-navi ul {
		margin: 0 auto;
		display: flex;
		justify-content: center;
		max-width: 780px;
		width: 100%;
	}

	.category_marin .marin-navi ul li {
		position: relative;
		margin: 0 20px 0 0;
	}

	.category_marin .marin-navi ul li:nth-child(1),
	.category_marin .marin-navi ul li:nth-child(2),
	.category_marin .marin-navi ul li:nth-child(3) {
		top: auto;
		left: auto;
	}

	.category_marin .marin-navi ul li:nth-child(3) {
		margin: 0;
	}
}

.category_marin .marin-navi ul li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	width: 180px;
	min-height: 180px;
	font-size: 112.5%;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff,
		-1px 1px 0 #fff, 1px -1px 0 #fff,
		0px 1px 0 #fff, 0-1px 0 #fff,
		-1px 0 0 #fff, 1px 0 0 #fff;
	font-weight: bold;
	background-image: linear-gradient(330deg, rgba(209, 233, 255, 1), rgba(199, 252, 255, 1));
	border-radius: 50%;
	transition: ease .2s;
	z-index: 0;
	box-shadow: 0 0 16px rgba(0, 0, 0, .2);
}

.category_marin .marin-navi ul li span.span-group,
.category_marin .marin-navi ul li span.span-group span {
	display: block;
}

.category_marin .marin-navi ul li a::before,
.category_marin .marin-navi ul li a::after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	border-radius: 50%;
	overflow: hidden;
	transition: all 0.5s;
}

.category_marin .marin-navi ul li a::before {
	background-image: url(img/marin/navi-img.png);
	background-size: 105px;
	background-position: left 15px top 15px;
	z-index: -2;
}

.category_marin .marin-navi ul li a:hover:before {
	background-position: left 20px top 10px;
}

.category_marin .marin-navi ul li a::after {
	background-size: 145px;
	background-position: right -5px bottom -80px;
	z-index: -1;
}

.category_marin .marin-navi ul li:nth-child(1) a::after {
	background-image: url(img/marin/navi01.png);
}

.category_marin .marin-navi ul li:nth-child(2) a::after {
	background-image: url(img/marin/navi02.png);
}

.category_marin .marin-navi ul li:nth-child(3) a::after {
	background-image: url(img/marin/navi03.png);
}

.category_marin .marin-navi ul li a:hover:after {
	background-position: right 0 bottom -75px;
}


@media only screen and (max-width: 819px) {
	.category_marin .marin-navi ul li {
		margin-right: 16px;
	}

	.category_marin .marin-navi ul li a {
		width: 170px;
		min-height: 170px;
	}
}

@media only screen and (max-width: 760px) {
	.category_marin .marin-navi ul {
		margin: 0 auto;
		flex-wrap: wrap;
		max-width: 312px;
	}

	.category_marin .marin-navi ul li {
		margin-top: 12px;
		margin-right: 12px;
	}

	.category_marin .marin-navi ul li:nth-child(1),
	.category_marin .marin-navi ul li:nth-child(2) {
		margin-top: 0;
	}

	.category_marin .marin-navi ul li:nth-child(1) {
		margin-right: auto;
	}

	.category_marin .marin-navi ul li:nth-child(2) {
		margin-right: 0;
	}

	.category_marin .marin-navi ul li a {
		width: 145px;
		min-height: 145px;
		height: 145px;
	}

	/* 背景画像「魚」 */
	.category_marin .marin-navi ul li a::before {
		background-size: 90px;
	}

	/* 背景画像「マリン」 */
	.category_marin .marin-navi ul li a::after {
		background-size: 138px;
	}

}

/************ ▲▲▲ ナビゲーション ▲▲▲ ************/

/**************** ▲▲▲▲ マリンの部屋 ▲▲▲▲ ****************/

/* ▼▼▼ 伝えるWEB ▼▼▼ */

.tsutaeru01-menu {
	display: none;
}

.tsutaeru01-menu ul {
	margin: 0px;
	padding: 0px;
	text-align: right;
}

.design #head_lang02 li a {
	width: 118px;
	height: 28px;
	display: inline-block;
}

.design #head_lang02 li.tsutaeru01-button-easy {
	padding: 0;
}

.design #head_lang02 li.tsutaeru01-button-easy-off {
	padding: 0;
}

.design #head_lang02 li.tsutaeru01-button-ruby {
	padding: 0;
}

.design #head_lang02 li.tsutaeru01-button-ruby-off {
	padding: 0;
}

/* .tsutaeru01-speech */
.tsutaeru01-speech {
	padding: 0;
	margin: 0;
	position: relative;
}

.tsutaeru01-speech * {
	vertical-align: middle;
}

#body button.tsutaeru01-button.tsutaeru01-button-speech-start,
#body button.tsutaeru01-button.tsutaeru01-button-speech-control {
	background: none;
	border: none;
	border-radius: 0;
	display: inline-block;
	text-align: center;
	color: #2b3095;
	font-size: 87.5%;
	cursor: pointer;
	margin: 0;
	padding: 0;
}

#body button.tsutaeru01-button.tsutaeru01-button-config.tsutaeru01-button-speech-config {
	display: inline-block;
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 87.5%;
	color: #2b3095;
	text-align: center;
	background: none;
	border: none;
	cursor: pointer;
	border-radius: 0;
}

#body button.tsutaeru01-button.tsutaeru01-button-speech-start:hover,
#body button.tsutaeru01-button.tsutaeru01-button-speech-control:hover,
#body button.tsutaeru01-button.tsutaeru01-button-config.tsutaeru01-button-speech-config:hover {
	text-decoration: none;
	color: #9f0000;
}

#body button.tsutaeru01-button.tsutaeru01-button-speech-start:visited,
#body button.tsutaeru01-button.tsutaeru01-button-speech-control:visited,
#body button.tsutaeru01-button.tsutaeru01-button-config.tsutaeru01-button-speech-config:visited {
	color: #791d78;
}

#body button.tsutaeru01-button.tsutaeru01-button-speech-start,
#body button.tsutaeru01-button.tsutaeru01-button-speech-control {
	/*margin-right:10px;*/
}

.tsutaeru01-speech .tsutaeru01-button:disabled {
	opacity: 0.8;
}

.tsutaeru01-speech-buttons {
	padding: 0;
}

.tsutaeru01-speech-audio-container {
	position: fixed;
	top: 250px;
	left: 10px;
	z-index: 999;
}

.tsutaeru01-speech-audio {
	border-radius: 3px;
	max-width: 220px;
	height: 32px;
}

.tsutaeru01-speech-error {
	color: #C00;
}

/* .tsutaeru01-config */
.tsutaeru01-config {
	font-size: 90%;
	position: fixed;
	z-index: 99999;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.75);
	border-radius: 5px;
	max-width: 90%;
	width: 620px;
	text-align: left;
	outline: none !important;
}

.tsutaeru01-config-header {
	padding: 1em;
	color: #333;
	background: #D9FFFF;
	text-align: center;
	font-weight: bold;
	position: relative;
	border-radius: 5px 5px 0px 0px;
	border: 1px solid #FFF;
}

.tsutaeru01-config-body {
	color: #000;
	background: #FFF;
	padding: 1.5em;
	max-height: 50vh;
	overflow: auto;
}

.tsutaeru01-config-body dl,
.tsutaeru01-config-body dl dt,
.tsutaeru01-config-body dl dd {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

.tsutaeru01-config-body dl {
	overflow: hidden;
}

.tsutaeru01-config-body dl dt {
	font-weight: bold;
	float: left;
	clear: left;
	width: 7em;
	text-align: left;
}

.tsutaeru01-config-body dl dd {
	margin: 0px 0px 1em 7.5em;
	white-space: nowrap;
}

.tsutaeru01-config-body dl dd:last-child {
	margin-bottom: 0px;
}

.tsutaeru01-config-body dl dd legend {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.tsutaeru01-config-body dl dd label {
	margin: 0px 1em 0.8em 0px;
	padding: 0px;
	font-size: 100%;
	white-space: nowrap;
	display: inline-block;
}

.tsutaeru01-config-body dl dd label input {
	margin: 0px 0.3em 0px 0px;
}

.tsutaeru01-config-footer {
	color: #000;
	background: #FFF;
	border-top: 1px solid #CCC;
	text-align: right;
	padding: 0.5em;
	border-radius: 0px 0px 5px 5px;
}

#body .tsutaeru01-config .tsutaeru01-config-footer .tsutaeru01-config-button-close {
	font-size: 100%;
	color: #2b3095;
	background: #D9FFFF;
	font-weight: normal;
	padding: 0.5em 1em;
	border: 1px solid #66CCFF;
	border-radius: 3px;
	cursor: pointer;
}

.tsutaeru01-config-overlay {
	position: fixed;
	z-index: 99998;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: #000;
	opacity: 0.75;
}

#body .tsutaeru01-config .tsutaeru01-config-header .tsutaeru01-config-close {
	font-size: 100%;
	display: block;
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	width: 1em;
	height: 1em;
	overflow: hidden;
	text-indent: -1000px;
	background: none;
	padding: 0px;
	border: none;
	cursor: pointer;
}

#body .tsutaeru01-config .tsutaeru01-config-header .tsutaeru01-config-close:before,
#body .tsutaeru01-config .tsutaeru01-config-header .tsutaeru01-config-close:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	height: 2px;
	margin-top: -1px;
	background: #333;
}

#body .tsutaeru01-config .tsutaeru01-config-header .tsutaeru01-config-close:before {
	transform: rotate(45deg);
}

#body .tsutaeru01-config .tsutaeru01-config-header .tsutaeru01-config-close:after {
	transform: rotate(-45deg);
}

/* .tsutaeru01-text */
.tsutaeru01-text {
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: #000;
	color: #FFF;
	text-align: left;
	font-size: 100%;
	padding: 20px;
	z-index: 99000;
}

.tsutaeru01-text-inner {
	line-height: 1.5;
	max-height: 10em;
	overflow: auto;
	padding: 5px;
}

.tsutaeru01-text-inner rt,
.tsutaeru01-text-inner rp {
	font-size: 50%;
}

#body .tsutaeru01-text .tsutaeru01-text-close {
	font-size: 100%;
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 1em;
	height: 1em;
	overflow: hidden;
	text-indent: -1000px;
	background: none;
	padding: 0px;
	border: none;
	cursor: pointer;
}

#body .tsutaeru01-text .tsutaeru01-text-close:before,
#body .tsutaeru01-text .tsutaeru01-text-close:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	height: 2px;
	margin-top: -1px;
	background: #FFF;
}

#body .tsutaeru01-text .tsutaeru01-text-close:before {
	transform: rotate(45deg);
}

#body .tsutaeru01-text .tsutaeru01-text-close:after {
	transform: rotate(-45deg);
}

@media (max-width:1024px) {

	.h_top,
	.head_in .h_top>div {
		display: none;
	}

	.tsutaeru01-menu {
		overflow: auto;
	}

	.tsutaeru01-menu ul {
		/*text-align:center;
font-size:12px;
white-space:nowrap;*/
	}

	.tsutaeru01-menu ul li {
		margin: 0px 0.1em;
	}

	.tsutaeru01-menu ul li .tsutaeru01-button {
		border: none;
	}

	.tsutaeru01-speech {
		font-size: 100%;
		position: static;
	}

	.tsutaeru01-speech-audio-container {
		position: static;
	}

	.sidr_navi03 .sidr_navi03_sub {
		border-bottom: 3px solid #a52e5a;
	}

	#body button.tsutaeru01-button.tsutaeru01-button-speech-start,
	#body button.tsutaeru01-button.tsutaeru01-button-speech-control,
	#body button.tsutaeru01-button.tsutaeru01-button-config.tsutaeru01-button-speech-config {
		width: 50%;
		padding: 12px 20px 12px 10px;
		border-color: #bbb;
		text-align: left;
		text-decoration: none;
		position: relative;
	}

	#body button.tsutaeru01-button.tsutaeru01-button-speech-start {
		border-right: 1px solid #66ccff !important;
	}

	#body button.tsutaeru01-button.tsutaeru01-button-speech-control {
		white-space: break-spaces;
		border-right: 1px solid #66ccff !important;
	}


	#body button.tsutaeru01-button.tsutaeru01-button-config.tsutaeru01-button-speech-config {
		margin: 0;
	}

	.tsutaeru01-speech-buttons {
		white-space: nowrap;
		overflow: auto;
	}

	.tsutaeru01-speech-audio {
		margin: 8px 0 8px 8px;
	}

	.tsutaeru01-config-body dl dt {
		font-weight: bold;
		float: none;
		width: auto;
		margin: 0px 0px 0.5em 0px;
		text-align: left;
	}

	.tsutaeru01-config-body dl dd {
		margin: 0px 0px 1em 0px;
		white-space: normal;
	}

	.tsutaeru01-text {
		font-size: 86%;
	}
}

/* .tsutaeru01-form */
.tsutaeru01-search-form {
	margin: 0px 0px 20px 0px;
}

.tsutaeru01-search-form-query {
	margin: 0.3em 0px;
	display: inline-block;
	max-width: 100%;
}

.tsutaeru01-search-form-query input {
	width: 15em;
	max-width: 100%;
	box-sizing: border-box;
	padding: 0.5em;
	line-height: 1;
}

.tsutaeru01-search-form-and_or {
	margin: 0.3em 0.3em;
	white-space: nowrap;
	display: inline-block;
}

.tsutaeru01-search-form-submit {
	margin: 0.3em 0.3em;
	display: inline-block;
}

/*.tsutaeru01-search-form-submit input{
font-size:100%;
line-height:1;
display:inline-block;
padding:0.5em 1em;
border:1px solid #05203a;
border-radius:3px;
text-decoration:none;
background:#05203a;
color:#FFF;
cursor:pointer;
}*/
.tsutaeru01-search-list {
	font-size: 100%;
	margin: 0px 0px 30px 0px;
	padding: 0px 20px;
	list-style: none;
}

.tsutaeru01-search-list li {
	font-size: 100%;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

.tsutaeru01-search-list-header {
	margin: 0px 0px 5px 0px;
}

.tsutaeru01-search-list-body {
	font-size: 90%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}

.tsutaeru01-search-pager {
	margin: 20px 0px 20px 0px;
	padding: 0px;
	text-align: center;
}

.tsutaeru01-search-pager li {
	display: inline-block;
	margin: 0px 0.25em;
	padding: 0px;
}

.tsutaeru01-search-pager li a,
.tsutaeru01-search-pager li span,
.tsutaeru01-search-pager li em {
	display: inline-block;
	border: 1px solid #05203a;
	line-height: 1.0;
	padding: 0.5em;
	border-radius: 3px;
	text-decoration: none;
	background: #FFF;
	min-width: 1em;
}

.tsutaeru01-search-pager li em {
	font-style: normal;
}

/*.tsutaeru01-search-pager li a{
cursor:pointer;
background-color:#05203a;
color:#FFF;
}*/
/*.tsutaeru01-search-pager li span{
background-color:#05203a;
color:#FFF;
opacity:0.5;
}*/

/* 音声読み上げ */
.sub_nav>ul>li.yomiage {
	width: 100%;
	border: 0;
	background-color: transparent;
	margin: auto;
}

#sidr ul.sidr_navi02>li.yomiage::before {
	display: none;
}

.yomiage .tsutaeru01-speech-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.yomiage .tsutaeru01-button {
	padding: 0 5px !important;
	font-size: 100% !important;
	text-align: left !important;
	background: #fff !important;
	border: 1px solid #66ccff !important;
	border-radius: 4px !important;
}

.yomiage .tsutaeru01-button:hover {
	text-decoration: none;
}

@media only screen and (max-width: 1024px) {
	.yomiage .tsutaeru01-button {
		position: relative;
		padding: 12px 24px 12px 12px !important;
		min-height: 50px;
		background: transparent !important;
		border: 0 !important;
		border-radius: 0 !important;
	}

	.yomiage .tsutaeru01-button::before {
		position: absolute;
		top: 50%;
		right: 12px;
		content: '';
		margin-top: -4px;
		width: 6px;
		height: 6px;
		border-top: 1px solid #999;
		border-right: 1px solid #999;
		transform: rotate(45deg);
	}
}

/* ▲▲▲ 伝えるWEB ▲▲▲ */

/**** ▼▼▼▼ モバイルバー ▼▼▼▼ ****/

.mobile-bar {
	display: none;
}

@media only screen and (max-width: 1024px) {
	.mobile-bar {
		position: fixed;
		bottom: 0;
		left: 0;
		display: flex;
		padding: 10px 12px 6px;
		width: 100%;
		background: #fff;
		border-top: 2px solid #66CCFF;
		z-index: 990;
	}
}

.mobile-bar ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	width: 100%;
}

.mobile-bar ul li {
	margin: 0 0 0 12px;
}

.mobile-bar ul li:first-child {
	margin: 0;
}

@media only screen and (max-width: 490px) {
	.mobile-bar ul li:nth-child(1) {
		width: 100%;
	}

	.mobile-bar ul li:nth-child(2),
	.mobile-bar ul li:nth-child(3) {
		margin-top: 12px;
		width: calc(50% - 6px);
	}

	.mobile-bar ul li:nth-child(2) {
		margin: 12px 0 0;
	}

}

/** ▼ 検索窓 ▼ **/

#body .mobile-bar .src_box #cse-search-box-sp input.q {
	width: calc(100% - 80px) !important;
	height: 36px !important;
	border: 1px solid #66CCFF !important;
	border-right: 0 !important;
	border-radius: 4px 0 0 4px !important;
}

.mobile-bar .src_box #idNo2.q::placeholder {
	font-size: 80%;
}

.mobile-bar .src_box #search_button_sp,
.mobile-bar .src_box #search_button-sp5 {
	padding: 6px 5px;
	width: 80px !important;
	min-height: 36px;
	color: #2b3095;
	font-size: 90%;
	font-weight: bold;
	background: #D9FFFF;
	border: 1px solid #66CCFF;
	border-radius: 0 4px 4px 0;
	display: block;
}

.mobile-bar .src_box #search_button-sp5 {
	font-size: 70%;
}

/** ▲ 検索窓 ▲ **/

/** ▼ 記事ID検索 ▼ **/
.mobile-bar li.mobile-id {
	position: relative;
}

.mobile-bar li.mobile-id a.mobile-id-btn {
	display: block;
	margin: 0;
	padding: 6px 5px 4px;
	min-height: 36px;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #66CCFF;
	border-radius: 4px;
}

.mobile-bar li.mobile-id .search_box_lower2 {
	position: absolute;
	bottom: 55px;
	right: 0;
	display: none;
	margin-top: 6px;
	padding: 8px;
	width: 330px;
	font-size: 130%;
	background: #FFF;
	border: 1px solid #66CCFF;
	border-radius: 4px;
	z-index: 5;
}

#body .mobile-bar .src_box #cse-search-box-sp5 input.q {
	width: calc(100% - 80px) !important;
}

@media only screen and (max-width: 490px) {
	.mobile-bar li.mobile-id .search_box_lower2 {
		bottom: 104px;
		left: 0;
		right: auto;
	}
}

@media only screen and (max-width: 335px) {
	.mobile-bar li.mobile-id .search_box_lower2 {
		width: 296px;
	}
}

.mobile-bar li.mobile-id .search_box_lower2 div p {
	font-size: 73%;
}

#body header .mobile-bar .src_box button#search_button-sp5 {
	justify-content: center;
}

/* 閉じる */
.mobile-bar li.mobile-id .search_box_lower2 p.id_btn_close2 a {
	display: block;
	margin-left: auto;
	padding: 1px 4px;
	text-decoration: none;
	width: fit-content;
	font-size: 90%;
	background: #fff;
	border: 1px solid #66CCFF;
	border-radius: 4px;
}

/** ▲ 記事ID検索 ▲ **/

/** ▼ マイページ ▼ **/
.mobile-bar .mobile-mypage a {
	display: block;
	min-height: 36px;
	padding: 6px 5px 4px;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #66CCFF;
	border-radius: 4px;
}

/** ▲ マイページ ▲ **/

/**** ▲▲▲▲ モバイルバー ▲▲▲▲ ****/