@charset "utf-8";
/* CSS Document */
/* ------------------------------------------------------------------------ */

/*  Reset

/* ------------------------------------------------------------------------ */


/* 1. ??????????????????? */
html {
	margin-top: 0 !important;
	overflow-y: scroll;
	height: 100%;
	font-size: 62.5%;
	/* ??????10px? */
	-webkit-text-size-adjust: 100%;
}

/* 2. ?????????????????????? */
html.big {
	font-size: 75% !important;
	/* 12px?????? */
}

html.small {
	font-size: 55% !important;
	/* 8.8px?????? */
}

html {
	overflow-y: scroll;
	height: 100%;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote {
	margin: 0;
	padding: 0;
}

fieldset {
	display: inline;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
}

body

/**/
table {
	line-height: 1.5;
}

q:before,
q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

hr,
legend {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

img,
abbr,
acronym,
fieldset {
	border: 0;
}

li {
	list-style-type: none;
}

img[usemap] {
	border: none;
	height: auto;
	max-width: 100%;
	width: auto;
}

img {
	border: 0;
	max-width: 100%;
}

i {
	padding: 5px 5px 2px 0;
}

p {
	word-break: break-all;
}

/* Flexible Images */
img {
	max-width: 100%;
	height: auto;
	width
	/***/
	: auto;
}

submit {
	-webkit-appearance: none;
}



/* ------------------------------------------------------------------------ */

/*  Basic Style

/* ------------------------------------------------------------------------ */

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "Hiragino Kaku Gothic Pro",
		"?????? Pro W3",
		Meiryo,
		"????",
		"MS PGothic",
		"????????",
		sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	color: #666;
	-webkit-text-size-adjust: 100%;
	font-smoothing: auto;
}

body *,
body *:before,
body *:after {
	box-sizing: border-box;
}

#wrap {
	margin: 0 auto;
}

body>#wrap {
	height: auto;
}


/* ??
--------------------------------------------------------------------------- */


a {
	text-decoration: none;
}


.inner {
	max-width: 1000px;
	width: calc(100% - 20px);
	margin-inline: auto;
}

h2.ttl {
	border-left: 6px solid #4FB2CF;
	padding-left: 15px;
	font-size: 2.2rem;
	line-height: 1;
	display: flex;
	margin-bottom: 20px;
}

/* ==========================================================================
   ???????????????
   ========================================================================== */

/* ??????? */

/* ??????????? */
.tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

/* ??????????? */
.tab-btn {
	cursor: pointer;
	background: none;
	border: none;
	padding: 0;
}

/* ?????????????? / ??? */
.tab-panel {
	display: none;
}

.tab-panel.is-active {
	display: block;
}

/* ???????? */
.news-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.news-item {
	display: flex;
	gap: 15px;
}

/* ScrollHintの重複アイコンを非表示 */
.wp-block-table .scroll-hint-icon:not(.scroll-hint-icon-wrap .scroll-hint-icon) {
    display: none !important;
}

/* 正式なアイコンラッパーのみ表示 */
.scroll-hint-icon-wrap {
    z-index: 10 !important;
}

/* ------------------------------------------------------------------------ */

/* Header

/* ------------------------------------------------------------------------ */

header {
	border-top: 5px solid #4fb2cf;
	position: relative;
	background-color: #fff;
	padding-bottom: 10px;
	padding-top: 10px;
}

header a {
	color: #333;
}

header .logo {
	position: absolute;
	top: 0px;

}

header .logo a {
	max-width: 297px;
	display: block;
	width: 100%;
}

header .logo img {
	width: 100%;
	height: auto;
	display: block;
}

header .nav {
	padding-block: 10px;
	margin-top: 20px;
}

header .nav .parent li .child {
	display: none;
}


header .nav .parent {
	display: flex;
	justify-content: space-around;
}

header .nav .parent li {
	width: 100%;
}

header .nav .parent li a {
	display: block;
	width: 100%;
	border-left: 1px solid #ccc;
	text-align: center;
	font-size: 1.4rem;
}

header .nav .parent>li:last-child a {
	border-right: 1px solid #ccc;
}

#menu-btn {
	display: none;
}

/* ?????????? */
#fontsize {
	display: flex;
	align-items: center;
	gap: 10px;
}

.fontsize_btns {

	border-radius: 2px;
	display: flex;
	gap: 3px;

}

.fontsize_btns a {
	background-color: #4fb2cf;
	color: #fff;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	width: 30px;
}

.fontsize_btns .f-mid {
	border-inline: 1px solid #4fb2cf;
}

.fontsize_btns .on {
	color: #4fb2cf;
	background-color: #fff;
	border: 1px solid #4fb2cf;
}

.content-flex01 {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
}

.content-flex01 #search-area {
	display: flex;
	gap: 5px;
}

#cse-search-form {
	width: 270px;
}

@media (max-width: 900px) {
	header .logo {
		top: 10px;
	}

	header .logo a {
		max-width: 148px;
	}

	#menu-contents {
		position: fixed;
		top: 0;
		right: 0;
		max-width: 400px;
		width: 100%;
		height: 100vh;
		display: none;
		z-index: 99;
		background-color: #4fb2cf;
		padding-top: 90px;
	}

	#menu-contents.is-active {
		display: block;
	}

	header {
		height: 75px;
	}

	header .inner {
		position: relative;
	}

	#menu-btn {
		z-index: 100;
		position: absolute;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 7px;
		background-color: #4fb2cf;
		padding: 5px;
		width: fit-content;
		cursor: pointer;
		top: 4px;
		right: 0;
		height: 40px;
	}

	#menu-btn span {
		display: block;
		height: 3px;
		width: 30px;
		background-color: #fff;
	}

	#fontsize {
		display: none;
	}

	header .nav {
		height: 100vh;
		background-color: inherit;
	}

	header .nav .parent {
		flex-direction: column;
		max-height: 90vh;
		overflow: scroll;

		&::-webkit-scrollbar {
			display: none;
		}

		scrollbar-width: none;
		-ms-overflow-style: none;

	}

	header .nav .parent li {
		position: relative;
	}

	header .nav .parent li a {
		border-bottom: 1px solid;
		border-inline: none !important;
		text-align: left;
		padding-block: 5px;
		margin-top: 10px;
		color: #fff;
	}

	header .nav .child {
		margin-left: 10px;
	}

	header .nav .accordion-toggle {
		top: 6px;
		right: 0;
		position: absolute;
		cursor: pointer;
		width: 30px;
		height: 30px;
	}

	/* ??????????????? */
	.accordion-toggle::before,
	.accordion-toggle::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		background-color: #fff;
		border-radius: 2px;
		transition: all 0.3s ease;
		/* ???????????????????? */
	}

	/* ?? (????) */
	.accordion-toggle::before {
		width: 20px;
		height: 3px;
		margin-top: -1.5px;
		margin-left: -10px;
	}

	/* ?? (is-active ????) */
	.accordion-toggle::after {
		width: 3px;
		height: 20px;
		margin-top: -10px;
		margin-left: -1.5px;
	}

	/* --- ????????????? ? ????? --- */

	/* ??????? */
	.accordion-toggle.is-active::after {
		opacity: 0;
		/* ????? */
		transform: scale(0);
		/* ????????????????? */
	}

	.content-flex01 {
		justify-content: center;
	}
}

/* --- 1. Google????????????? --- */
#search-area .gsc-control-cse {
	padding: 0 !important;
	border: none !important;
	background: transparent !important;
	width: 100% !important;
}

/* ??????????? */
#search-area .gsc-search-box-tools {
	border: none !important;
	background: none !important;
}

/* ?????????????????? */
#search-area .gsc-input-box {
	border: 1px solid #ccc !important;
	border-radius: 4px !important;
	background: #fff !important;
	box-shadow: none !important;
	padding: 0 !important;
}

/* ????????? */
#search-area .gsc-input {
	padding: 0 !important;
	margin: 0 !important;
}

/* --- 2. ????????????????? --- */
#search-area .gsc-search-button-v2 {
	position: relative !important;
	padding: 0 !important;
	margin-left: 8px !important;
	/* ??????? */
	width: 36px !important;
	/* ????? */
	height: 36px !important;
	/* ?????? */
	background-color: #333 !important;
	/* ?????? */
	border-radius: 4px !important;
	border: none !important;
	cursor: pointer;
}

/* ????????SVG????? */
#search-area .gsc-search-button-v2 svg {
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	/* ???????? */
	width: 18px !important;
	/* ??????? */
	height: 18px !important;
	fill: #fff !important;
	/* ?????? */
}

/* ??????? */
#search-area .gsc-search-button-v2:hover {
	opacity: 0.8;
}

/* 1. ????Google??????? */
#search-area .gsc-input {
	background-image: none !important;

}

/* 2. ???????????????CSS?????? */
#search-area .gsc-search-box {
	display: flex !important;
	align-items: center;
}

/* 3. ????????? */
#search-area .gsc-search-button {
	order: 2;
	/* ?????????? */
	padding-left: 8px !important;
	display: none !important;
}

#search-area .gsc-input {
	order: 1;
	/* ????????? */
}

/* 4. ????????????? */
#search-area .gsc-search-button-v2 {
	width: 36px !important;
	height: 36px !important;
	background-color: #333 !important;
	border-radius: 4px !important;
	cursor: pointer;
	display: flex !important;
	align-items: center;
	justify-content: center;
	display: none !important
}

#search-area .gsc-search-button-v2 svg {
	width: 18px !important;
	height: 18px !important;
	fill: #fff !important;
	display: none !important;
}

#search-area .gsc-control-cse .gsc-search-button {
	display: none !important;
}

.gsib_a {
	padding: 0 !important;
	padding-left: 10px !important;
	padding-right: 0 !important;

}

.gsib_b {
	height: 20px !important;
	width: 20px !important;
}

form.gsc-search-box {
	max-width: unset !important;
	width: 100% !important;
	margin-inline: 0 !important;
}


.custom-serch-button {
	width: 30px;
	height: 30px;
	background: #4fb2cf;
	border-radius: 5px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
}

/* ???????????? */
.search-icon {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	/* ?????? */
	border-radius: 50%;
}

/* ????? */
.search-icon::after {
	content: "";
	position: absolute;
	right: 10px;
	bottom: -3px;
	width: 2px;
	height: 5px;
	background: #fff;
	transform: rotate(45deg);
}

/* ------------------------------------------------------------------------ */

/* Navigation

/* ------------------------------------------------------------------------ */

nav {}


/* ------------------------------------------------------------------------ */

/* Contents

/* ------------------------------------------------------------------------ */

#mainBlock {
	margin-top: 10px;
}

/* ------------------------------------------------------------------------ */

/* Footer

/* ------------------------------------------------------------------------ */

footer {
	margin-top: 30px;
	background-color: #4fb2cf;
	padding-block: 10px;
	color: #fff;
	text-align: center;
}

.breadcrumb {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 5px;
}

.breadcrumb a {
	display: flex;
	align-items: center;
	color: #333;
	text-decoration: underline;
}

.breadcrumb a::after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(45deg);
	margin-left: 5px;
}