﻿@charset "UTF-8";
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: container */

html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
}
article {
	width: 100%;
	margin: 0 auto;
	padding: clamp(20px, 3vw, 40px) 20px clamp(40px, 5vw, 90px);
}
.section_s article {
	max-width: 790px;
}
article, .breadCrumb ul {
	max-width: 1240px;
}
.lower .container article {
	max-width: 1086px;
}
footer #footer_sitemap_box ul li:before, #header_menu_main .li_arrow:after, .btn_arrow a:after, .editor-style-btn1_arrow a:after, .editor-style-btn2_arrow a:after, .page_link li:before {
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-rendering: auto;
}
.list_effect li:before,
.search_select:after {
	font-family: 'Line Awesome Free';
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
:root {
	--font_basic: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	--color_main: #1c3aab;
	--color_main_rgb: 28 58 171;
	--color_accent: #2e55ee;
	--color_accent_rgb: 46 85 238;
	--color_sub: #707070;
	--color_sub_rgb: 67 68 68;
	--radius: 10px;
	--gap: clamp(20px, 3vw, 40px);
	--gap_s: clamp(10px, 2vw, 25px);
}
/*--------------------------------------- color */

#header_menu_main .li_arrow:after {
	color: var(--color_main);
}
.list_text li .date, footer #footer_sitemap_box ul li:before, .page_link li:before {
	color: var(--color_sub);
}
.header_menu_sub_btn .header_tel a, #header_menu_main ul li .header_menu_main_list, .btn_accent a, .editor-style-btn2 a {
	background-color: var(--color_main);
}
#side li.current a, .sp_menu .header_menu_main_list {
	background-color: rgb(var(--color_main_rgb) / 0.1);
}
/*--------------------------------------- header */

header {
	position: fixed;
	background-color: transparent;
	top: 0;
	left: 0;
	width: 100%;
	font-weight: 500;
	z-index: 999;
	background: rgb(255 255 255 / 90%);
	backdrop-filter: blur(20px);
	transition: background-color 0.2s;
}
header #header_inner {
	width: 100%;
	max-width: 1840px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
.body_common header #header_inner {
	background-color: transparent;
	display: flex;
}
header #header_logo {
	margin: 0;
	padding: 0;
	line-height: 0;
	vertical-align: middle;
}
header #header_contents {}
header #header_logo a {
	display: inline-block;
	padding: 18px 0;
}
header #header_logo img {
	width: 100%;
	vertical-align: middle;
}
@media screen and (min-width:1001px), print {
	header #header_logo {
		flex-basis: 260px;
	}
}
@media screen and (max-width:1000px) {
	header #header_logo {
		flex-basis: 190px;
	}
	header #header_inner {
		padding: 0 60px 0 10px;
		/* sp_menu幅確保 */
	}
}
/* header_contents */

#header_menu_main {}
#header_menu_main ul {
	margin: 0;
	padding: 0;
	line-height: 1;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	list-style: none;
	gap: 5px clamp(5px, 1vw, 10px);
}
#header_menu_main li {
	font-size: clamp(14px, 1vw, 16px);
	position: relative;
}
#header_menu_main .li_arrow {
	padding-right: 0.8em;
}
#header_menu_main .li_arrow:after {
	content: "\f107";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.3em;
	font-size: 0.8em;
}
#header_menu_main li a {
	text-decoration: none;
	display: block;
	padding: 20px 10px;
	transition: color 0.2s;
}
#header_menu_main li.li_accent {
	padding: 10px;
}
#header_menu_main li.li_accent a {
	color: #fff;
	font-size: 14px;
	padding: 15px clamp(20px, 2vw, 40px);
	border-radius: 100em;
	background: linear-gradient(135deg, rgb(0 76 132 / 1) 0%, rgb(var(--color_accent_rgb) / 1) 100%);
}
@media screen and (max-width:1000px) {
	#header_menu_main {
		display: none;
	}
}
/*--------------------------------------- sp_menu */

.sp_menu {
	overflow-y: scroll;
	max-height: 100%;
}
.sp_menu .header_menu_main_list {
	padding: 20px;
}
.sp_menu .header_menu_main_list .search_box_navi .search_select_title a {
	color: #42413d;
}
.sp_menu .btn {
	padding-top: 20px;
}
.sp_menu .hours {
	text-align: center;
}
.sp_menu .hours span {
	display: inline-block;
	font-size: 0.9em;
	line-height: 1.4;
	padding-right: 10px;
}
@media screen and (min-width:1001px), print {
	.sp_menu_btn, .sp_menu {
		display: none;
		/*display: inline-block;
		box-sizing: border-box;*/
	}
}
@media screen and (max-width:1000px) {
	.sp_menu_btn, .sp_menu_btn span {
		display: inline-block;
		box-sizing: border-box;
	}
}
.sp_menu_btn {
	position: relative;
	width: 60px;
	height: 60px;
	padding: 0;
	background-image: url('./img/icon_menu_btn_open.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40px;
	cursor: pointer;
}
.sp_menu_btn.close {
	background-image: url('./img/icon_menu_btn_close.png');
}
.sp_menu_btn {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1002;
}
.sp_menu {
	position: fixed;
	z-index: 1000;
	right: -100%;
	top: 0;
	width: 380px;
	max-width: 100%;
	height: 100%;
	padding: 60px 0px;
	background-color: #ffffff;
	box-shadow: -5px 0px 10px rgb(0 0 0 / 0.2);
	overflow-y: auto;
	opacity: 0;
	transition: right 0.2s;
}
@media screen and (max-width:480px) {
	.sp_menu {
		width: 100%;
	}
}
.sp_menu.menu_fixed {
	right: 0;
	opacity: 10;
}
.sp_menu_bg {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 20;
	width: 100%;
	height: 100%;
	display: none;
}
.sp_menu_bg.bg_fixed {
	display: block;
	background-color: transparent;
}
#sp_menu_logo {
	padding: 10px 60px 10px 10px;
}
.sp_menu_navi {
	padding: 0 15px;
}
.sp_menu.menu_fixed {
	right: 0;
	opacity: 10;
}
.sp_menu_bg {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 20;
	width: 100%;
	height: 100%;
	display: none;
}
.sp_menu_bg.bg_fixed {
	display: block;
	background-color: transparent;
}
.sp_menu_navi ul {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	list-style: none;
}
.sp_menu_navi ul li {
	border-top: 1px solid #eaeaea;
}
.sp_menu_navi ul li:first-child {
	border-top: none;
}
.sp_menu_navi ul li a {
	text-decoration: none;
	display: block;
	padding: 12px 0;
}
/*--------------------------------------- page_top */

#page_top {
	padding: 0 20px;
	margin: 0;
	text-align: right;
}
.body_common #page_top {
	background-color: #ffffff;
}
#page_top span {
}
#page_top i {
	display: block;
}
#page_top a {
	display: inline-block;
	position: relative;
	text-align: center;
	text-decoration: none;
}
#page_top a img {
	width: 100%;
	max-width: clamp(90px, 11vw, 120px);
	vertical-align: middle;
}
/*--------------------------------------- contact_list */

.contact_list {}
.contact_list article {
	padding-top: 0;
}
.contact_list_box {
	background-color: #fff;
	border-radius: var(--radius);
	padding: clamp(20px, 2vw, 30px) 20px;
}
.contact_list .columnBox {
	justify-content: center;
	text-align: center;
}
.contact_list .contact_box {
	color: #fff;
	line-height: 1.4;
	text-align: center;
	padding: clamp(50px, 4vw, 80px) 20px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;
}
.contact_list span {
	display: inline-block;
}
.contact_list .contact_box .title {
	font-size: clamp(16px, 2vw, 24px);
	padding-bottom: 10px;
	display: block;
}
.contact_list .contact_box_1 {
	background-image: url(./img/btn_bg-01.jpg);
}
.contact_list .text_box {
	position: relative;
	padding-left: clamp(70px, 7vw, 100px);
	max-width: 750px;
	margin: 0 auto;
}
.contact_list .text_box:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(./img/icon_contact.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width: clamp(60px, 7vw, 90px);
	height: clamp(60px, 7vw, 90px);
}
.contact_list .text_box:after {
	content: "";
}
.contact_list .text {
	background-color: #fefaf4;
	padding: 20px;
	border-radius: var(--radius);
}
.contact_list .text_add {
	font-size: 0.9em;
}
.contact_list .contact_btn {
	font-size: clamp(18px, 2vw, 26px);
	padding-top: 20px;
	display: block;
}
.contact_list .contact_btn a {
	font-weight: bold;
	line-height: 1.2;
	width: clamp(280px, 28vw, 320px);
	display: inline-block;
	padding: clamp(10px, 1vw, 15px) clamp(20px, 2vw, 30px);
	backdrop-filter: blur(20px);
	border-radius: 100em;
	border: 2px solid #dad9d9;
	text-decoration: none;
	transition: background-color 0.2s;
}
.contact_list .contact_btn_white a {
	color: #333;
	background-color: #ffffff;
}
.contact_list .contact_btn_white a:hover {
	background-color: #f0f0f0;
}
.contact_list .contact_btn_white i {
	color: #27B3C8;
}
.contact_list .contact_btn_blue a {
	color: #fff;
	background-color: #27B3C8;
}
.contact_list .contact_btn_blue a:hover {
	background-color: #259fb2;
}
.contact_list .contact_btn_blue i {
	color: rgb(255 255 255 / 70%);
}
@media screen and (min-width:720px) {
	.contact_list .columnBox .column {}
}
@media screen and (max-width:719px) {
	.contact_list .contact_box_2 {
		margin-top: 12px;
	}
}
/*--------------------------------------- footer */

footer {
	max-width: 100%;
}
footer a {
	text-decoration: none;
}
footer article {}
.footerBox_1 {}
.footerBox_1 article {
	padding: clamp(40px, 5vw, 60px) 20px;
}
footer #footer_logo {
	text-align: center;
}
footer #footer_logo img {
	width: 100%;
	max-width: clamp(190px, 14vw, 260px);
}
footer #footer_sitemap_box {}
footer #footer_sitemap_box ul {
	list-style: none;
	margin: 0 auto;
	padding: 20px 0;
	line-height: 1;
}
footer #footer_sitemap_box ul li {
	padding: 10px 0;
	font-size: 16px;
}
footer #footer_sitemap_box ul li a {
	color: #fff;
}
#copyright {
	font-size: clamp(12px, 1vw, 13px);
}
.footerBox_2 article, .footerBox_3 article {
	padding: clamp(20px, 5vw, 30px) 20px;
}
.footerBox_2 img {
	width: 100%;
	max-width: clamp(200px, 14vw, 250px)!important;
}
.footerBox_3 {
	background-color: #fff;
}
@media screen and (min-width:720px) {
	footer #footer_sitemap_box ul {
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		gap: 10px clamp(20px, 3vw, 40px);
	}
}
@media screen and (max-width:719px) {
	footer #footer_sitemap_box ul {
		max-width: 320px;
	}
}
/*--------------------------------------- columnBox */

@media screen and (min-width:720px), print {
	.columnBox {
		display: flex;
		gap: 2vw;
		width: 100%;
	}
	.align_center {
		align-items: center;
	}
	.columnBox .column {}
	.w20 {
		flex-basis: 20%;
	}
	.w30 {
		flex-basis: 30%;
	}
	.w40 {
		flex-basis: 40%;
	}
	.w50 {
		flex-basis: 50%;
	}
	.w60 {
		flex-basis: 60%;
	}
	.w70 {
		flex-basis: 60%;
	}
}
@media screen and (max-width:719px) {
	.columnBox .column {
		padding-bottom: 20px;
	}
	.columnBox .column:last-child {
		padding-bottom: 0;
	}
}
/*--------------------------------------- sideContaints */

#side {
	padding: 10px 20px 30px;
	background-color: rgb(255 255 255 / 80%);
	border: 1px solid #cccccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: -webkit-sticky;
	/*Safari*/
	position: sticky;
	top: 130px;
}
#side .menu_title {
	font-weight: bold;
	font-size: 1.1em;
	padding: 1em 0;
	word-wrap: break-word;
	overflow-wrap: break-word;
	box-sizing: border-box;
}
#side ul {
	list-style: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#side ul li {
	border-top: 1px solid #dddddd;
	position: relative;
}
#side ul li:first-child {
	border-top: none;
}
#side li a {
	color: #333;
	font-size: 0.95em;
	text-decoration: none;
	display: block;
	padding: 0.5em 0.5em 0.5em 2em;
	transition: color 0.2s, background-position 0.2s;
	background-image: url(img/icon_arrow_right.png);
	background-repeat: no-repeat;
	background-position: 0.5em center;
}
#side li a:hover {
	color: #777;
	background-position: 0.8em center;
}
#side li.current a {}
@media screen and (min-width:720px) {
	.columnBox .column_main {
		flex-basis: 750px;
	}
	.columnBox .column_side {
		flex-basis: calc( 1046px - 750px - 2vw);
	}
}
@media screen and (max-width: 719px) {
	.columnBox .column_side {
		padding: 1em 0 0;
		clear: both;
	}
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: common_setting */

ul {
	padding-left: 1.3em;
}
table ul {
	margin-top: 0;
}
img {
	max-width: 100%;
	height: auto !important;
	width/***/
	: auto;
}
table td img {
	max-width: 100%;
	height: auto !important;
}
iframe {
	max-width: 100%;
}
.google_map {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}
.google_map iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}
.containerInner_default ol li {
	margin-top: 1em;
}
/*--------------------------------------- font */

html {
	font-size: 62.5%;
}
body {
	font-family: var(--font_basic);
	color: #42413d;
	font-size: clamp(14px, 2vw, 16px);
	line-height: 1.8;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-wrap: break-word;
	background-color: #f8f8f8;
	background-image: url('./img/bg.png');
	background-position: center;
}
@media screen and (max-width:719px) {
	html, body {
		-webkit-text-size-adjust: 100%;
		-webkit-overflow-scrolling: touch;
	}
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	position: relative;
	line-height: 1.4;
}
h1:before, h2:before, h3:before, h4:before, h5:before, h6:before {
	content: "";
	display: block;
	clear: both;
}
.lower h1,
h2 {
	color: var(--color_main);
	font-weight: bold;
	padding: 0.5em 0;
	margin: 0 auto;
	font-size: clamp(18px, 2vw, 28px);
	position: relative;
}
.columnBox .column h2:first-child {
	padding-top: 0;
}
@media screen and (max-width:719px) {}
/* h:変更した場合はstyle_editor.cssにも反映すること */
h3 {
	clear: both;
	font-size: clamp(18px, 2vw, 24px);
	line-height: 1.4;
	margin-bottom: 1em;
	font-weight: bold;
	padding: 2em 20px 2em 2em;
	position: relative;
}
h3:before {
	content: "";
	display: block;
	width: 4em;
	height: 4em;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 0;
	margin-top: -2em;
	border-radius: 100%;
	background-color: rgb(var(--color_main_rgb) / 0.1);
}
h4 {
	font-size: clamp(15px, 2vw, 21px);
	clear: both;
	font-weight: bold;
	line-height: 1.5;
	margin: 1em 0;
	padding: 0.5em 15px;
	background-color: rgb(var(--color_main_rgb) / 0.1);
	border-left: 4px solid var(--color_main);
}
h5 {
	font-size: 1.1em;
	color: var(--color_main);
	clear: both;
	font-weight: bold;
	margin: 0.5em 0 1em;
	line-height: 1.5;
	padding: 10px 0;
	border-top: 2px solid var(--color_main);
	border-bottom: 1px solid rgb(var(--color_sub_rgb) / 0.3);
}
h6 {
	font-size: 1em;
	color: var(--color_main);
	clear: both;
	line-height: 1.5;
	font-weight: bold;
	margin: 0.5em 0 1em;
}
.bold {
	font-weight: bold;
}
.font_box {
	max-width: 1440px;
	margin: 0 auto;
	padding: clamp(20px, 3vw, 50px) 20px 0;
}
.font_box h2,
.lower .font_box h1 {
	padding: 0 0.5em;
	top: -0.5em;
}
.font_accent {
	color: rgb(var(--color_accent_rgb) / 0.1);
	font-size: clamp(48px, 5vw, 90px);
	font-weight: bold;
	line-height: 1;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.font_box .lead {
	font-size: clamp(13px, 1vw, 15px);
	padding: var(--gap_s) 0 10px;
}
@media screen and (min-width:720px) {}
/*--------------------------------------- color */

a {
	color: var(--color_main);
}
a:hover {
	color: var(--color_accent);
}
a:hover img {
	opacity: 0.8;
}
.white {
	color: #FFFFFF;
}
.black {
	color: #000000;
}
.red {
	color: #d2202f;
}
.blue {
	color: #40559F;
}
.bg_color_main {
	color: #ffffff;
	background-color: var(--color_main);
	background-image: url(./img/bg_noise.png);
}
.bg_color_main_high {
	background-color: rgb(var(--color_main_rgb) / 0.05);
}
.bg_color_white {
	background-color: #ffffff;
}
/*--------------------------------------- padding */

.pad_t50 {
	padding-top: clamp(20px, 3vw, 50px);
}
/*--------------------------------------- btn */

.btn, .editor-style-btn1, .editor-style-btn2, .editor-style-btn1_arrow, .editor-style-btn2_arrow {
	display: block;
	padding: 0.5em 0;
	text-align: center;
}
.btn a, .editor-style-btn1 a, .editor-style-btn2 a, .editor-style-btn1_arrow a, .editor-style-btn2_arrow a {
	padding: clamp(13px, 2vw, 17px) 20px;
	font-size: clamp(14px, 2vw, 16px);
	line-height: 1.5;
	background-color: #ffffff;
	border-radius: 100em;
	text-decoration: none;
	display: inline-block;
	transition: color 0.2s, background-color -.2s;
	text-align: center;
	position: relative;
}
.btn a, .editor-style-btn1 a, .editor-style-btn1_arrow a {
	border: 1px solid rgb(var(--color_sub_rgb) / 0.2);
}
.btn_accent a, .editor-style-btn2 a, .editor-style-btn2_arrow a {
	color: #ffffff;
	background-color: var(--color_main);
}

.btn_arrow a, .editor-style-btn1_arrow a, .editor-style-btn2_arrow a {
	padding-right: 2.4em;
}
.btn_arrow a:after, .editor-style-btn1_arrow a:after, .editor-style-btn2_arrow a:after {
	content: "\f105";
	font-size: 0.8em;
	position: absolute;
	right: 1.4em;
	top: 50%;
	margin-top: -0.4em;
	transition: right 0.2s;
}
.btn a:after, .editor-style-btn1 a:after, .editor-style-btn1_arrow a:after {
	color: var(--color_main);
}
.btn_accent a:after, .editor-style-btn2_arrow a:after {
	color: #ffffff;
}
.btn_arrow a:hover:after, .editor-style-btn1_arrow a:hover:after, .editor-style-btn2_arrow a:hover:after {
	right: 15px;
}
.btn_size_s a {
	width: 100%;
	max-width: 180px;
}
.btn_size_m a {
	font-size: clamp(14px, 2vw, 18px);
	width: 100%;
	max-width: 300px;
	height: 60px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
/* CMSエディター：ボタン */

.editor-style-text1 {
	color: #ffffff;
	text-shadow: 1px 1px 5px rgb(0 0 0 / 0.3), -1px -1px 5px rgb(0 0 0 / 0.3);
}
@media screen and (min-width:380px) {
	.btn a, .editor-style-btn1 a, .editor-style-btn2 a, .editor-style-btn1_arrow a, .editor-style-btn2_arrow a {
		min-width: 300px;
	}
}
@media screen and (max-width:379px) {
	.btn a, .editor-style-btn1 a, .editor-style-btn2 a, .editor-style-btn1_arrow a, .editor-style-btn2_arrow a {
		min-width: 200px;
	}
}

/*--------------------------------------- text  */
.text_center {
	text-align: center;
}
@media screen and (min-width: 480px) {
	.text_center_pc {
		text-align: center;
	}
	.text_left_pc {
		text-align: left;
	}
	.text_right_pc {
		text-align: right;
	}
}
@media screen and (max-width: 479px) {
	.text_center_sp {
		text-align: center;
	}
	.text_left_sp {
		text-align: left;
	}
	.text_right_sp {
		text-align: right;
	}
}
.margin_top_s {
	margin-top: var(--gap_s);
}
hr {
	border: none;
	border-bottom: 1px solid #fff;
	margin: var(--gap) 0 var(--gap_s);
}
.box_style_1 {
	background-color: #fff;
	padding: var(--gap_s);
	border-radius: var(--radius);
}
@media screen and (min-width:720px) {
	.only_pc {
		display: block!important;
	}
	.only_sp {
		display: none!important;
	}
}
@media screen and (max-width:719px) {
	.only_pc {
		display: none!important;
	}
	.only_sp {
		display: block!important;
	}
}

/*--------------------------------------- bg */

.bg_cover {
	background-size: cover;
}
.bg_center {
	background-position: center;
}
/*--------------------------------------- width */

.width_750, .width_1200, .width_1400 {
	margin: 0 auto;
}
.width_750 {
	max-width: 790px!important;
}
.width_1200 {
	max-width: 1240px!important;
}
.width_1400 {
	max-width: 1440px!important;
}
/*--------------------------------------- size */

.size_20px {
	font-size: clamp(14px, 2vw, 20px)!important;
}
/*--------------------------------------- padding */

.pad_b_20 {
	padding-bottom: clamp(10px, 3vw, 20px);
}
.pad_b_30 {
	padding-bottom: clamp(15px, 3vw, 30px);
}
.pad_b_40 {
	padding-bottom: clamp(20px, 3vw, 40px);
}
.pad_b_60 {
	padding-bottom: clamp(30px, 3vw, 60px);
}
/*--------------------------------------- link_text  */
.link_text {
	padding-top: 20px;
}
.link_text a {
	text-decoration: none;
}
.link_text span {
	color: #42413d;
}
.link_text i {
	width: 60px;
	position: relative;
	text-align: center;
}
.link_text i:before {
	position: relative;
	z-index: 1;
}
.link_text i:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 100%;
	z-index: 0;
	transition: all 0.2s;
}
.link_text i.las_white:after {
	background-color: #fff;
}
.link_text i.las_blue:after {
	background-color: rgb(var(--color_main_rgb) / 0.05);
}
.link_text a:hover i:after {
	width: 60px;
	height: 60px;
}


/*--------------------------------------- table */

table {
	border-collapse: collapse;
}
table[border="1"] {
	background-color: #ffffff;
}
table th, table td {
	border: 1px solid #cccccc;
}
table th {
	text-align: left;
	background-color: rgb(var(--color_main_rgb) / 0.1);
}
table[border="0"], table[border="0"] th, table[border="0"] td {
	border: none;
}
@media screen and (min-width: 720px), print {
	.table_style_1 tr:nth-child(2n+1) td {
		background-color: #eeeeee;
	}
}
@media screen and (max-width:719px) {
	.sp_table td, .sp_table th, .sp_table tr {
		display: block;
		width: 100%!important;
	}
}
table.sp_table, table.sp_table2c {
	border-collapse: collapse;
	font-size: 0.95em;
}
table.sp_table[border="0"], table.sp_table[border="0"] th, table.sp_table[border="0"] td, table.sp_table2c[border="0"], table.sp_table2c[border="0"] th, table.sp_table2c[border="0"] td {
	border: none;
}
@media screen and (max-width: 719px) {
	table.sp_table, table.sp_table2c {
		max-width: 100%;
	}
	table.sp_table td, table.sp_table th {
		display: block;
		width: 100% !important;
	}
	table.sp_table2c td, table.sp_table2c th {
		float: left;
		width: 50% !important;
	}
	table.sp_table td img, table.sp_table2c td img {
		max-width: 100%;
		height: auto;
	}
	.scroll_box {
		max-width: 100%;
		white-space: nowrap;
		overflow-x: auto;
		position: relative;
		border-right: 1px solid #eaeaea;
		box-shadow: 0px 0px 0px 1px #eaeaea inset;
	}
	.scroll_box:before {
		content: "";
		padding: clamp(40px, 3vw, 60px);
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		background-image: url('./img/img_scroll.png');
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		border-radius: var(--radius);
		transition: opacity 0.5s;
		opacity: 1;
	}
}
table.sp_table[border="0"] td table:not([border="0"]) th, table.sp_table[border="0"] td table:not([border="0"]) td, table.sp_table2c[border="0"] td table:not([border="0"]) th, table.sp_table2c[border="0"] td table:not([border="0"]) td {
	border: 1px solid #dddddd;
}
@media screen and (max-width: 480px) {
	.sp_table[border="0"] td table:not([border="0"]) th, .sp_table[border="0"] td table:not([border="0"]) td {
		display: table-cell;
		width: auto !important;
		border-left: none;
		border-top: none;
	}
	table.sp_table2c td, table.sp_table2c th {
		width: 100% !important;
	}
}
/*--------------------------------------- list_text */

.list_text, .list_text li {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}
.list_text {
	padding: clamp(20px, 2vw, 30px) 0;
}
.list_text li a {
	text-decoration: none;
	display: block;
	position: relative;
}
.list_text li .listBox {
	width: 100%;
	border-bottom: 1px solid rgb(var(--color_sub_rgb) / 0.1);
}
.list_text li a .listBox {
	padding-right: 60px;
}
.list_text li:first-child .listBox {
	border-top: 1px solid rgb(var(--color_sub_rgb) / 0.1);
}
.list_text li .date {
	font-size: 0.9em;
	padding-right: 10px;
}
@media screen and (min-width: 481px), print {
	.list_text li .listBox {
		display: flex;
		justify-content: space-between;
		padding: 20px 0;
	}
	.list_text li .date {
		flex-basis: 7em;
	}
	.list_text li .text {
		flex-basis: calc( 100% - 7em);
	}
}
@media screen and (max-width: 480px) {
	.list_text li .listBox {
		padding: 10px 0;
		display: block;
	}
	.list_text li .listBox .text {
		padding-top: 12px;
		display: block;
	}
}
/*--------------------------------------- list_thumbnail */

.list_thumbnail {
	width: 100%;
	padding: 1em 0 clamp(30px, 3vw, 40px);
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.list_thumbnail li {
	margin: 0;
	padding: clamp(20px, 2vw, 25px) clamp(15px, 2vw, 20px);
	background-color: #ffffff;
	border-radius: var(--radius);
	box-shadow: 0 0 10px rgb(var(--color_main_rgb) / 0.05);
}
.list_thumbnail li a {
	text-decoration: none;
}
.list_thumbnail .listBox {
	display: block;
	position: relative;
}
.list_thumbnail .thumbnail {
	display: block;
}
.list_thumbnail .thumbnail a {
	display: block;
}
.list_thumbnail .thumbnail span {
	aspect-ratio: 1/1;
	display: block;
	height: 100%;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 0.5s ease-out;
	background-color: #fff;
	border-radius: var(--radius);
}
.list_thumbnail li a:hover .thumbnail span {
	transform: scale(1.1);
	box-shadow: none;
}
.list_thumbnail .title_2 {
	font-weight: bold;
	padding: clamp(10px, 2vw, 20px) 0;
	border-bottom: 2px dotted var(--color_sub);
}
.list_thumbnail .tag_list_link_1 {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.list_thumbnail .tag_list_link_1 .tag {
	font-size: 14px;
	background-color: rgb(var(--color_main_rgb) / 0.05);
	padding: 5px 12px;
	border-radius: 5px;
	line-height: 1;
	display: block
}
.list_thumbnail .tag_list_link_1 .tag_pref {
	color: #ffffff;
	background-color: var(--color_accent);
}
.list_thumbnail .dateBox {
	display: block;
	font-size: 0.9em;
	padding: 0;
}
.list_thumbnail .icon_text {
	position: relative;
	margin-top: clamp(10px, 2vw, 15px);
	padding-left: 25px;
	font-size: clamp(12px, 1vw, 14px);
}
.list_thumbnail .icon_text i {
	font-size: 19px;
	position: absolute;
	left: 0;
	top: 0.15em;
}
.list_thumbnail .tag_list_link_2 {
	padding-top: 15px;
}
.list_thumbnail .title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	text-align: center;
	padding: clamp(10px, 2vw, 20px);
	font-size: clamp(16px, 2vw, 21px);
	line-height: 1.4;
}
.list_thumbnail .title .icon {
	flex-basis: clamp(40px, 4vw, 50px);
}
.list_thumbnail .title_sub {
	display: block;
	padding: clamp(10px, 2vw, 20px) 0;
	font-size: clamp(14px, 2vw, 18px);
	font-weight: bold;
	line-height: 1.4;
}
.list_thumbnail .text {
	display: block;
	font-size: 0.9em;
}
.list_thumbnail .btn {
	margin-top: auto;
	padding-top: clamp(10px, 1.5vw, 30px);
}
@media screen and (min-width: 1200px), print {
	.list_thumbnail {
		gap: var(--gap);
	}
	.list_thumbnailC6 li {
		width: calc( calc(100% - calc(var(--gap)* 6)) / 6);
	}
	.list_thumbnailC2 li {
		width: calc( calc(100% - calc(var(--gap)* 2)) / 2);
	}
	.list_thumbnailC3 li {
		width: calc( calc(100% - calc(var(--gap)* 3)) / 3);
	}
	.list_thumbnailC4 li {
		width: calc( calc(100% - calc(var(--gap)* 4)) / 4);
	}
	.list_thumbnailC5 li {
		width: calc( calc(100% - calc(var(--gap)* 5)) / 5);
	}
}
@media screen and (min-width: 720px) and (max-width: 1199px) {
	.list_thumbnail {
		gap: 2em;
	}
	.list_thumbnail li {
		width: calc( calc(100% - 2em) / 2);
	}
	.list_thumbnailC6 li {
		width: calc( calc(100% - calc(var(--gap)* 3)) / 3);
	}
}
@media screen and (max-width: 719px) {
	.list_thumbnail {
		gap: 30px;
	}
	.list_thumbnail li {
		width: calc( calc(100% - 1em) / 2);
	}
	.list_thumbnailC2 li, .list_thumbnailC3 li {
		width: 100%;
	}
	.list_thumbnail .listBox .text_box {
		padding-top:10px;
	}
	.list_thumbnail .listBox .venue,
	.list_thumbnail .listBox .tag_list_link_2 {
		display: none;
	}
}
.list_thumbnailC1 li {
	width: 100%;
}
/*--------------------------------------- fadein */

/* fadein */

.fadein {
	opacity: 0.1;
	transform: translate(0, 3vw);
	transition: transform 1200ms;
	-moz-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
	transition: opacity 1s, transform 1s;
}
.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}
.left-to-right {
	opacity: 0.1;
	transform: translateX(-3vw);
	transition: opacity 1s, transform 1s;
}
.left-to-right.scrollin {
	opacity: 1;
	transform: translate(0);
}
.right-to-left {
	opacity: 0.05;
	transform: translateX(3vw);
	transition: opacity 1s, transform 1s;
}
.right-to-left.scrollin {
	opacity: 1;
	transform: translate(0);
}
.down-to-top {
	opacity: 0.1;
	transform: translateY(3vw);
	transition: opacity 1s, transform 1s;
}
.down-to-top.scrollin {
	opacity: 1;
	transform: translateY(0);
}
.top-to-down {
	opacity: 0.1;
	transform: translateY(-3vw);
	transition: opacity 1s, transform 1s;
}
.top-to-down.scrollin {
	opacity: 1;
	transform: translateY(0);
}
.wipe-animation {
	background-color: #ffffff;
	overflow: hidden;
	position: relative;
}
.wipe-animation:before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}
.wipe-animation.scrollin:before {
	animation: wipe 1s forwards;
}
@keyframes wipe {
	from {
		width: 100%;
	}
	to {
		width: 0;
	}
}
/*--------------------------------------- breadCrumb */

.breadCrumb {
	font-size: 0.9em;
}
.breadCrumb ul {
	padding: 0.5em 20px;
	margin: 0 auto;
}
.breadCrumb li {
	display: inline;
}
.breadCrumb li a {
	background: transparent url(img/icon_arrow_right.png) no-repeat scroll right center;
	margin-right: 2px;
	padding-right: 16px;
	text-decoration: none;
}
/*--------------------------------------- pagetop link */

#pgtp {
	border-bottom: solid 1px #b5c3df;
}
#pgtp p {
	text-align: right;
	padding: 20px 0 16px;
}
/*--------------------------------------- pager */

.pager_box {
	clear: both;
	text-align: center;
	margin-top: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}
.pager_box .pager {
	width: 2.5em;
	border: 1px solid #BFBFBE;
	border-radius: 5px;
	line-height: 1.4;
}
.pager_box .pager a {
	display: block;
	width: 100%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-decoration: none;
	border-radius: 5px;
}
.pager_box .pager a:link, .pager_box .pager a:visited {
	color: #333333;
}
.pager_box .pager a:hover, .pager_box .pager a:active {
	background: #F1F1F1;
}
.pager_box .pager_current {
	background: #F1F1F1;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.pager_box .pager_dot {
	width: 1.5em;
	display: inline-block;
}
.pager_box .pager_space {
	width: 1em;
	display: inline-block;
	padding-left: 0.2em;
	padding-right: 0.2em;
}
.pager_box .pager_first {
	display: inline-block;
}
.pager_box .pager_last {
	display: inline-block;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: cms common */

.invisible {
	display: none;
}
a.tooltiplink {
	display: inline-block;
	margin: 1px 3px 0;
	padding: 1px 3px 0;
	border: 2px solid #C7C7C7;
	background-color: #075698;
	border-radius: var(--radius);
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1.0em;
	font-weight: bold;
}
#input-table a.tooltiplink:link, #input-table a.tooltiplink:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#input-table a.tooltiplink:hover, #input-table a.tooltiplink:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: none;
}
a.tooltiplink:link, a.tooltiplink:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.tooltiplink:hover, a.tooltiplink:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: none;
}
p.tooltipbox {
	position: absolute;
	top: 100px;
	left: 20px;
	font-size: 1.0em;
	margin: 0;
	padding: 10px;
	min-width: 100px;
	min-height: 30px;
	color: #FFFFFF;
	background: #075698;
	border: 2px solid #075698;
	border-radius: var(--radius);
}
#input-table p.tooltipbox a:link, #input-table p.tooltipbox a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#input-table p.tooltipbox a:hover, #input-table p.tooltipbox a:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: underline;
}
p.tooltipbox a:link, p.tooltipbox a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
p.tooltipbox a:hover, p.tooltipbox a:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: underline;
}
/* comment form */

.comment_box {
	width: 100%;
	margin: 0 0 15px;
	padding: 0;
	border-collapse: collapse;
	border: solid 1px #cccccc;
	background: #eeeeee;
}
.comment_box th, .comment_box td {
	padding: 10px;
}
.comment_id {
	width: 10%;
	text-align: left;
	white-space: nowrap;
}
.comment_name {
	width: 70%;
	text-align: left;
}
.comment_regist {
	width: 20%;
	text-align: right;
	vertical-align: bottom;
	white-space: nowrap;
	font-size: 0.8em;
	color: #aaaaaa;
}
.comment_box td {
	padding-top: 0;
}
.comment_text {
	padding: 15px;
	background: #ffffff;
}
.icon_comment {
	text-align: right;
}
.icon_comment a {
	padding-left: 30px;
	background: url(./icon_comment.gif) no-repeat left center;
}
/* twitter widget */

#twtr-hd h3, #twtr-hd h4, .twtr-widget h3, .twtr-widget h4, .twtr-widget p, .twtr-widget-profile h3, .twtr-widget-profile h4 {
	clear: none;
	margin: auto;
	padding: auto;
	font-size: auto;
	color: auto;
	border: none;
	background-image: none;
}
/* twitter tweet button */

iframe.twitter-share-button {
	width: 115px!important;
}
/* scroll-box */

.scroll-box {
	font-size: 0.9em;
	width: 96%;
	height: 200px;
	border: 1px solid #cccccc;
	overflow: auto;
	background-color: #ffffff;
}
.scroll-box .content {
	width: 100%;
	height: 100%;
	padding: 10px;
}
/*--------------------------------------- cms form */

.form_flow {
	margin: 20px 0;
	padding: 0;
	list-style: none;
	line-height: 1.4;
}
.form_flow li {
	position: relative;
}
.form_flow li span {
	background-color: #fff;
	border: 2px solid #ddd;
	border-radius: 100em;
	padding: 5px clamp(10px, 1vw, 20px);
	width: 100%;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.form_flow li {}
.form_flow li.current span {
	color: #fff;
	background-color: var(--color_main);
	border: 2px solid var(--color_main);
}
@media screen and (min-width:501px), print {
	.form_flow {
		display: flex;
		justify-content: center;
		gap: 10px;
	}
	.form_flow li:before {
		content: "";
		display: block;
		width: 10px;
		border-bottom: 4px solid #ddd;
		position: absolute;
		top: 50%;
		left: -10px;
		margin-top: -2px;
	}
	.form_flow li:first-child:before {
		display: none;
	}
}
@media screen and (max-width:500px) {
	.form_flow li {
		padding-bottom: 10px;
	}
	.form_flow li:before {
		content: "";
		display: block;
		height: 10px;
		border-left: 4px solid #ddd;
		position: absolute;
		top: -10px;
		left: 50%;
		margin-left: -2px;
	}
	.form_flow li:first-child:before {
		display: none;
	}
}
.contact_msg {
	font-size: 0.9em;
	margin: 0 auto;
}
.contact_msg_complete {
	padding: 40px;
	box-shadow: inset 0 0 0 2px #f0f0f0;
}
.contact_msg .editor-style-btn1 {
	float: right;
}
.contact_msg .editor-style-btn1:after {
	content: "";
	display: block;
	width: 100%;
	clear: both;
}
.error_box {
	font-size: 0.95em;
	margin: 0 auto;
	background-color: #fff7f6;
	box-shadow: 1px 0px #e5e5e5, -1px 0px #e5e5e5;
	padding: 20px 5%;
}
.error_box .error {
	color: #e72719;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 2px solid #e72719;
}
.error_box .error_msg {
	margin-top: 20px;
}
.contact form {
	text-align: center;
}
#input-table {
	display: block;
	width: 100%;
	max-width: 100%;
}
#input-table table {
	width: 100%;
	padding: 5px;
	margin: 0 auto 20px;
	border: none;
	box-shadow: inset 0 0 0 2px #f0f0f0;
	background-color: #ffffff;
}
#input-table table li {
	margin-left: 0;
}
#input-table table th {
	width: 35%;
	padding: 20px 60px 20px 30px;
	color: #3f4242;
	background: rgb(0 0 0 / 0);
	text-align: left;
	border: none;
	position: relative;
	vertical-align: top;
}
#input-table table td {
	padding-left: 10px;
}
#input-table table tr {
	transition: background-color linear 0.2s;
	border-top: 1px solid #ccc;
}
#input-table table tr:hover {
	background-color: rgb(0 0 0 / 0.05);
}
#input-table table tr:first-child {
	border-top: 5px solid #f0f0f0;
}
#input-table table tr:last-child {
	border-top: 2px solid #f0f0f0;
}
.input_required, .input_not_required:before {
	font-size: 0.9em;
	padding: 5px 6px;
	line-height: 1;
	display: inline-block;
	color: #ffffff;
	background-color: var(--color_main);
	border-radius: var(--radius);
	position: absolute;
	right: 10px;
	top: 25px;
}
.input_not_required:before {
	color: #ffffff;
}
.input_not_required:before {
	content: "任意";
	background-color: #adadad;
	text-align: center;
}
#input-table .error_msg, #input-table .error_msg_js {
	padding: 5px 5px 5px 20px;
	background: url(./img/form_error.gif) left 10px no-repeat;
}
#input-table table td {
	padding: 20px 30px;
	border: none;
	text-align: left;
}
#input-table table tr:last-child td {
	text-align: center;
}
#input-table div.formcomment {
	clear: both;
	margin-left: 7px;
	margin-top: 3px;
}
#input-table table td ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
input[type="text"], input[type="password"] {
	border: 0;
	padding: 4px;
	border: solid 1px #ccc;
	max-width: 100% !important;
	resize: none;
	border-radius: var(--radius);
}
.body_textbook_form input[type="text"] {
	margin-bottom: 10px;
}
#input-table table .form_input_addnumber {
	width: 40% !important;
}
#input-table table textarea {
	padding: 10px;
	width: 96% !important;
	border: solid 1px #ccc;
	border-radius: var(--radius);
}
input:focus, input:textarea {
	border: solid 1px #414D99;
}
.input_button {
	font-family: 'Zen Maru Gothic', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: clamp(16px, 2vw, 21px);
	font-weight: normal;
	-webkit-appearance: none;
	border: none;
	cursor: pointer;
	color: #333;
	line-height: 1.2;
	width: clamp(280px, 28vw, 320px);
	display: inline-block;
	padding: clamp(10px, 1vw, 15px) clamp(20px, 2vw, 30px);
	background-color: #ffffff;
	border-radius: 100em;
	border: 2px solid #dad9d9;
	text-decoration: none;
	display: inline-block;
}
.input_button a {
	color: #333333;
}
#input-table .submit_button {
	text-align: center;
	padding-top: 20px;
}
#input-table .privacy {
	font-size: 0.9em;
	height: 200px;
	overflow: auto;
	border: 1px solid #ddd;
	padding: 10px;
	background: #ffffff;
}
/* セパレーター */

#input-table table tr.input-formgroup-blank th {
	background: #F0F0F0;
	border: none;
}
#input-table table tr.input-formgroup {
	padding-top: 20px;
}
#input-table table tr.input-formgroup th {
	text-align: left;
	border: none;
	padding: 10px 0 5px 50px;
	background-image: url(./img/icon_arrow_down.png);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	background-color: #074D93;
	/* セパレーターth背景色 */
	border-top: 2px solid #EEEEEE;
	border-left: 2px solid #EEEEEE;
	border-right: 2px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
}
#input-table table tr.input-formgroup th.formgroup-closed {
	background-image: url(./img/icon_arrow_down.png);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	border-bottom: 2px solid #EEEEEE;
	border-radius: 5px;
}
#input-table table tr.input-formgroup th:hover {
	cursor: pointer;
	filter: alpha(opacity=90);
	opacity: 0.90;
	-moz-opacity: 0.90;
	-ms-filter: "alpha(opacity=90)";
}
#input-table table tr.input-formgroup span.input-formgroup-title {
	display: block;
	color: #FFFFFF;
	/* セパレータータイトル文字色 */
	font-size: 1.3em;
	/* セパレータータイトル文字サイズ */
	padding-bottom: 5px;
}
#input-table table tr.input-formgroup span.input-formgroup-text {
	position: relative;
	display: block;
	color: #FFFFFF;
	/* セパレーター説明文文字色 */
	padding: 0 5px 0 1em;
	margin: 5px 10px 10px 10px;
	border-radius: 2px;
}
#input-table table tr.input-formgroup span.input-formgroup-text:before {
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 0.5em;
	height: 0.5em;
	background: #FFFFFF;
	content: "";
	border-radius: 1px;
}
#input-table table tr.input-formgroup span.input-formgroup-text a:visited, #input-table table tr.input-formgroup span.input-formgroup-text a:link {
	color: #FFFFFF;
	/* セパレーター説明文内リンク色1 */
	text-decoration: underline;
}
#input-table table tr.input-formgroup span.input-formgroup-text a:hover, #input-table table tr.input-formgroup span.input-formgroup-text a:active {
	color: #66FFFF;
	/* セパレーター説明文内リンク色2 */
	text-decoration: underline;
}
#input-table .table_confirm th {
	padding: 20px 10px!important;
	width: 20%;
}
#input-table .table_confirm td {
	text-align: left!important;
}
@media screen and (max-width:719px) {
	#input-table table {
		width: 100%;
		border-collapse: collapse;
		border-bottom: 1px solid #CCCCCC;
	}
	#input-table table th, #input-table table td {
		width: 100%;
		display: block;
		border-top: none;
		text-align: left;
	}
	#input-table table th {
		padding: 6px 45px 6px 12px;
		background: #eeeeee none repeat scroll 0 0;
		font-weight: normal;
	}
	#input-table table td {
		padding-bottom: 20px;
	}
	#input-table table td:after {
		content: "";
		display: block;
		clear: both;
	}
	input[type="text"], input[type="password"] {
		width: 100%!important;
	}
	#input-table table textarea {
		width: 96%;
		max-height: 24vw;
		font-size: 110%;
	}
	.input_required, .input_not_required:before {
		position: absolute;
		right: 10px;
		font-size: 0.8em;
		top: 6px;
	}
}
@media screen and (max-width:479px) {}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: pages */
.inner_img {
	text-align: center;
}
.msg {
	margin: 20px auto;
}
.section_size_s article {
	max-width: clamp(640px, 42vw, 790px);
}
.bg_grad {
	background-image: url(./img/bg_grad.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1400px auto;
	background-attachment: fixed;
}
@media screen and (min-width: 720px), print {
	.sp_only {
		display:none;
	}
}
@media screen and (max-width: 719px) {
	.pc_only {
		display:none;
	}
}
/*--------------------------------------- fixed_btn */

.fixed_btn {
	position: fixed;
	right: 1%;
	bottom: 10px;
	z-index: 100;
}
.fixed_btn a {
	text-decoration: none;
	display: block;
}
.fixed_btn img {
	width: 100%;
	max-width: clamp(100px, 11vw, 163px);
	display: inline-block;
	vertical-align: middle;
}
#ucms_chatbot_btn {
	cursor: pointer;
}
/*--------------------------------------- box_contact */

.box_contact {}
.box_contact article {
	padding-bottom: clamp(60px, 9vw, 160px);
}
.box_contact .columnBox {
	background-color: #ffffff;
	border-radius: var(--radius);
}
.box_contact .columnBox .column {
	flex-basis: 50%;
}
.box_contact .column_text {
	text-align: center;
	align-items: center;
	padding: clamp(20px, 4vw, 60px);
}
.box_contact .column_text span {
	display: inline-block;
}
.box_contact .title {
	font-weight: normal;
	line-height: 1.4;
	padding-bottom: clamp(20px, 4vw, 40px);
	margin: 0 auto;
	font-size: clamp(18px, 2vw, 32px);
}
.box_contact .text {
	padding-bottom: 20px;
}
.box_contact .hours span {
	display: block;
	font-size: clamp(12px, 1vw, 14px);
}
.box_contact .column_img {
	background-image: url(./img/site/bg_contact.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
@media screen and (min-width: 720px), print {
	.box_contact .column_img {
		border-radius: 0 var(--radius) var(--radius) 0;
		-webkit-mask-image: linear-gradient(to left, rgb(255 255 255 / 100%) 0%, rgb(255 255 255 / 100%) 85%, rgb(0 0 0 / 0%) 100%);
		mask-image: linear-gradient(to left, rgb(255 255 255 / 100%) 0%, rgb(255 255 255 / 100%) 85%, rgb(0 0 0 / 0%) 100%);
	}
}
@media screen and (max-width:719px) {
	.box_contact .column_img {
		width: 100%;
		aspect-ratio: 17/8;
		border-radius: 0 0 var(--radius) var(--radius);
		-webkit-mask-image: linear-gradient(to top, rgb(255 255 255 / 100%) 0%, rgb(255 255 255 / 100%) 85%, rgb(0 0 0 / 0%) 100%);
		mask-image: linear-gradient(to top, rgb(255 255 255 / 100%) 0%, rgb(255 255 255 / 100%) 85%, rgb(0 0 0 / 0%) 100%);
	}
}
/*--------------------------------------- anime_container */

.anime_container {
	width: 100%;
}
.anime_list {
	padding: 0;
	margin: 0;
}
.anime_list .thumbnail span {
	aspect-ratio: 3/2;
	height: clamp(80px, 10vw, 180px);
	display: block;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
/*--------------------------------------- anime_container */

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: top */

/* section_main_img */

.main_img {
	overflow: hidden;
	position: relative;
}
.main_img .slider {
	max-width: 820px;
	margin: 0 auto;
	padding: 0;
}
.main_img .slider .slick-list {
	overflow: visible;
}
.main_img .slider .slide_box {
	padding: 10px;
}
.main_img .slider .slide_box img {
	border-radius: 20px;
}
.main_img .slider_dots {
	background-color: #fff;
	max-width: calc(100% - 120px);
	padding: 14px 20px;
	margin: 0 10px;
	list-style: none;
	line-height: 0;
	border-radius: 100em;
	display: inline-block!important;
}
.main_img .slider_dots li {
	display: inline-block;
}
.main_img .slider_dots li button {
	border: 0;
	font-size: 0pt;
	background: transparent;
}
.main_img .slider_dots li button:before {
	content: "";
	cursor: pointer;
	background-color: var(--color_sub);
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
}
.main_img .slider_dots li.slick-active button:before {
	background-color: var(--color_main);
}
.main_img .slide_arrow {
	width: 40px;
	height: 40px;
	cursor: pointer;
	display: flex !important;
	align-items: center;
	justify-content: center;
	border-radius: 100em;
	color: var(--color_main);
	background-color: #fff;
	position: absolute;
	bottom: 0;
}
.main_img .slide_arrow.next_arrow {
	right: 10px;
}
.main_img .slide_arrow.prev_arrow {
	right: 60px;
}
@media screen and (min-width:750px), print {
	.main_img {
		padding: 40px 0 0;
	}
}
@media screen and (max-width:749px) {}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 中ページ共通 */

/* page_link */

.page_link {
	margin: 5% 0;
	padding: 20px;
	background-color: #ffffff;
	border-radius: var(--radius);
}
.page_link ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.page_link li {
	padding-left: calc(12px + 1em);
	position: relative;
}
.page_link li a {
	display: inline-block;
	text-decoration: none;
}
.page_link li.category_title {
	margin: 12px 0 10px;
}
.page_link li.category_title a {
	font-size: 1.2em;
	padding: 0;
}
.page_link li:before {
	content: "";
	width: 6px;
	margin-top: 0;
	position: absolute;
	left: 12px;
	top: 50%;
	border-bottom: 1px solid;
}
.page_link li.category_title:before {
	content: "\f105";
	top: 50%;
	margin-top: -0.5em;
	font-size: 0.625em;
	border: none;
	width: auto;
}
.tab_list {
	margin-bottom: clamp(20px, 2vw, 40px);
}
.tab_list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: clamp(5px, 1vw, 10px);
}
.tab_list ul li {

}
.tab_list ul li a {
	display: block;
	text-decoration: none;
	padding: clamp(9px, 2vw, 10px) clamp(5px, 1vw, 20px);
	background-color: #fff;
	border-radius: 5px;
}

@media screen and (min-width:750px), print {

}

@media screen and (max-width:749px) {

}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: news */

.lower .containerInner_news article {
	max-width: 790px;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: shien-center */

.pref_table {
	max-width: 750px;
	margin: 0 auto;
	padding: clamp(20px, 6vw, 100px) 0;
	background-image: url('./img/map.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.pref_table table {
	max-width: 510px;
}
.pref_table table th {
	min-width: 9em;
	background-color: transparent;
}
.pref_table table ul {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.pref_table table ul li {

}
.pref_table table ul li a {
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	background-color: #fff;
	display: block;
	border-radius: 5px;
	padding: 2px 10px;
	min-width: 80px;
}
@media screen and (min-width:750px), print {
	.pref_table table th {
		text-align: right;
	}
}

@media screen and (max-width:749px) {
	.pref_table {
		background-attachment: fixed;
	}
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: event */
.event_box {
	padding-bottom: clamp(20px, 2vw, 30px);
}
#event_data {
	background-color: #ffffff;
	padding: clamp(10px, 2vw, 20px) clamp(10px, 2vw, 30px);
	border-radius: 20px;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: event_search */
/* event_search */

.tag_list_link_2 {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.tag_list_link_2 .tag a {
	color: var(--color_accent);
	font-size: 14px;
	background-color: rgb(var(--color_main_rgb) / 0.05);
	padding: 5px 12px;
	line-height: 1;
	display: block;
	border-radius: 3px;
}
.container_event_list article,
.container_event article {
	max-width: 1150px;
}
.container_event_list,
.container_event {
	color: #333333;
}
.column_nav_event .sticky_area {
	background-color: #ffffff;
	padding: clamp(20px, 2vw, 40px);
}
.column_nav_event .sub_title {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}
.column_nav_event .sub_title i {
	color: var(--color_accent);
	font-size: 21px;
}
.column_nav_event .sub_box  {
	padding-bottom: 20px;
}
.sub_box_category ul,
.sub_box_tag ul {
	list-style: none;
	padding: 0;
}
.sub_box_category li a,
.sub_box_tag li a {
	text-decoration: none;
	display: block;
	padding: 4px 2px;
}
.sub_box_category li {
	padding: 1px 0;
}
.sub_box_category li a {
	font-weight: bold;
	padding: 10px;
	background-color: #ffffff;
	border-radius: 3px;
}
.sub_box_category li a:hover {

}
.sub_box_tag ul li {
	display: inline-block;
	vertical-align: middle;
	padding: 4px 1px;
}
.sub_box_tag ul li a {
	display: block;
	background-color: #ffffff;
	line-height: 1.4;
	padding: 2px 10px;
	border-radius: 3px;
}
.search_select {
	position: relative;
}
.search_select select {
	appearance: none;
	height: 45px;
	padding: 0.4em calc(0.8em + 40px) 0.4em 0.8em;
	border: none;
	border-radius: 3px;
	background-color: #fff;
	color: #333333;
	font-size: 14px;
	font-family: var(--font_basic);
	cursor: pointer;
}
.sub_box .search_select select,
.sub_box ul li a {
	background-color: rgb(var(--color_main_rgb) / 0.05);

}
.search_select:before {
	content: "";
	position: absolute;
	display: block;
	right: 2.8em;
	height: 45px;
	border-left: 1px solid rgb(var(--color_main_rgb) / 0.3);
}
.search_select:after {
	content: "\f107";
	color:var(--color_accent);
	position: absolute;
	right: 1.2em;
	top: 50%;
	margin-top: -0.3em;
	font-size: 0.8em;
	pointer-events: none;
}
.search_select select {
	width: 100%;
}
.select_simple_box {
	justify-content: center;
	align-items: center;
	gap: 20px;
	padding-bottom: 20px;
}
.select_simple_box .select_title {

}

.select_simple_flex {
	display: flex;
	align-items: center;
	gap: 20px;
}
.select_simple_flex .select_simple {
	flex-basis: 50%;
}
@media screen and (min-width:1090px), print {
	.container_event_list .column_main {
		width: calc(100% - 40px - 320px);
	}
	.column_nav_event {
		width: 320px;
	}
}
@media screen and (min-width:720px), print {
	.column_nav_event .sticky_area {
		border-radius: 20px;
	}
	.container_event_list columnBox {
		display: flex;
		gap: 40px;
	}
	.column_nav_event .sticky_area {
		position: sticky;
		top: 130px;
	}
	.sub_box_tag ul {
		font-size: 0.9em;
	}
	.tag_list_link_1 {
		padding-top: clamp(20px, 2vw, 30px)
	}
	.select_simple_box {
		display: flex;
	}
	.select_simple_flex {
		flex-basis: 330px;
	}
}
@media screen and (min-width:720px) and (max-width:1089px) {
	.container_event_list .column_main {
		width: calc(100% - 40px - 260px);
	}
	.column_nav_event {
		width: 260px;
	}
}
@media screen and (max-width:719px) {
	.column_nav_event {
		padding-top: 20px;
	}

}
/* column/index_detail.php */
.container_event {

}
.container_event .column_main {

}
.container_event .column_main img {
	vertical-align: middle;
	border-radius: 20px;
}
.img_top {
	text-align: center;
	padding-bottom: 5%;
}
.img_top img {
	vertical-align: middle;
	border-radius: 20px;
}
.container_event .column_main h2 {
	font-weight: bold;
}
.blog_date {
	padding: 15px 0;
	font-size: 0.9em;
	text-align: right;
}
.share_btn {
	margin: clamp(20px, 3vw, 40px) 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	background-color: #fff;
	border-radius: var(--radius);
}
.share_btn .title {

}
.share_btn .sns_list {

}
.share_btn .sns_list ul {
	display: flex;
	gap: var(--gap_s);
	list-style: none;
	padding: 0;
}
.share_btn .sns_list li {
	font-size: clamp(40px, 2vw, 45px);
}
.share_btn .sns_list li a {
	color: var(--color_man_2);
}
.share_btn .sns_list li img {
	max-width: clamp(30px, 3vw, 40px);
	border-radius: 0;
	vertical-align: middle;
}
.share_btn .sns_list li.btn_twitter a {
	color: #1DA1F2;
}
.share_btn .sns_list li.btn_facebook a {
	color: #3B5998;
}
.share_btn .sns_list li.btn_line a {
	color: #00B900;
}
@media screen and (min-width:720px), print {

}
@media screen and (max-width:719px) {
	.column_nav_event .toc_box {
		display: none;
	}
}

/*--------------------------------------- event_search/result.html */
.search_msg {
	margin-bottom: 5%;
	padding: 20px;
	border: 1px solid #eaeaea;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: kyougikai_news */
.list_file {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 20px 0;
}
.list_file .btn_file {
	background-color: #ffffff;
	padding: 10px 12px;
	border-radius: 5px;
	line-height: 1;
	display: block
}
.list_file .btn_file a {
	text-decoration: none;
}
.list_file .btn_file a:after {
	content:"";
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -0.25em;
	margin-left: 5px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.list_file .btn_file a[href$=".doc"]:after,
.list_file .btn_file a[href$=".docx"]:after{
	background-image: url('./img/icon_file_word.png');
}
.list_file .btn_file a[href$=".xls"]:after,
.list_file .btn_file a[href$=".xlsx"]:after {
	background-image: url('./img/icon_file_excel.png');
}
.list_file .btn_file a[href$=".ppt"]:after,
.list_file .btn_file a[href$=".pptx"]:after {
	background-image: url('./img/icon_file_powerpoint.png');
}
.list_file .btn_file a[href$=".pdf"]:after {
	background-image: url('./img/icon_file_pdf.png');
}