@charset "utf-8";
/* Copyright 2022 FSFIELD All Rights Reserved. */

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

パソコン、タブレット、スマートフォン（iPhone,Android) 共通

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* ------------------------------------------------------------

basic

------------------------------------------------------------ */

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 500;
}

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}

@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/NotoSansJP-Regular.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/NotoSansJP-Bold.woff") format("woff");
	font-display: swap;
}

*{font-family:'Noto Sans JP', Yu Gothic, "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}

html{
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body{
	background: #FFF;
	color:#333333;
	font-weight: 400;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
}

/* ------------------------------------------------------------

shortcodes

------------------------------------------------------------ */

/* font
---------------------------------------------- */
.normal{font-weight: normal !important;}
.bold{font-weight: bold !important;}
.italic{font-style: italic !important;}

/* display
---------------------------------------------- */
.none{display: none !important;}

/* margin
---------------------------------------------- */
.mb_none{margin-bottom: 0 !important;}

/* color
---------------------------------------------- */
.red{color: #fd3030 !important;}

.red02{color: #B23E42 !important;}

/* indent
---------------------------------------------- */
.indent-1{
    text-indent: -1em;
    padding-left: 1em;
}

.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: 2.25rem;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.is-invalid~.invalid-feedback {
    display: block;
}

/* ------------------------------------------------------------

common

------------------------------------------------------------ */

.wrap_type01{
	max-width: 1200px;
	margin: 0 auto;
	padding: 70px 50px 120px;
}

.wrap_type02{
	max-width: 1100px;
	margin: 0 auto;
	padding: 70px 50px 120px;
}

.wrap_type03{
	max-width: 1200px;
	margin: 0 auto;
	padding: 120px 50px;
}

.wrap_type04{padding: 120px 0;}

.wrap_type05{
	max-width: 900px;
	margin: 0 auto;
	padding: 120px 50px;
}

/*--404ページ--*/
.wrap_404{
	text-align: center;
	padding-top: 120px;
	margin-bottom: 160px;
}

.ttl_404{
	font-size: 5rem;
	font-weight: 700;
	margin-bottom: 12px;
}

.txt_404{margin-bottom: 30px;}

/* リンク
---------------------------------------------- */
.link01{
	color: #333;
	text-decoration: underline !important;
}

.link01:hover{text-decoration: none !important;}

.link02{
	color: #2C5276;
	text-decoration: underline !important;
}

.link02:hover{text-decoration: none !important;}

.link_tel01{
	color: #333;
	pointer-events: none;
}

/* メール
---------------------------------------------- */
.txt_mail::after{content: "@";}

/* ページタイトル
---------------------------------------------- */
.pagettl{
    background: #F1F4F5;
    text-align: center;
    line-height: 1.2;
	padding: 80px 0;
}

.pagettl_inner h2{
    font-size: 3.6rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    padding-bottom: 10px;
}

.pagettl_inner p{
    font-family: "Roboto";
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    color: #2C5276;
}

/* パンくずリスト
---------------------------------------------- */
.breadcrumb{
    padding: 8px 30px 0;
    line-height: 1.2;
}

.breadcrumb ul{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.breadcrumb ul li{
	display: inline;
	vertical-align: middle;
	color: #333;
	padding-right: 15px;
	margin-right: 6px;
	font-size: 1.2rem;
	position: relative;
}

.breadcrumb ul li::after{
	content: "";
	display: block;
	background: url("../img/ico_arrow04.png") no-repeat 0 0;
	background-size: contain;
	width: 4px;
	height: 6px;
	position: absolute;
	top: 7px;
	right: 0;
}

.breadcrumb ul li:last-child{
	padding-right: 0;
	margin-right: 0;
}

.breadcrumb ul li:last-child::after{display: none;}

.breadcrumb ul li a{
	color: #2C5276;
	transition: opacity .3s;
}

.breadcrumb ul li a:hover{opacity: .7;}

/* 見出し
---------------------------------------------- */
/*--heading01--*/
.heading01{margin-bottom: 60px;}

.heading01 h2{
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}

.heading01 h2 span{display: inline-block;}

.heading01 p{
	font-family: "Roboto";
	line-height: 1;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	color: #2C5276;
	margin-left: 5px;
}

/*--heading02--*/
.heading02{
    position: relative;
    padding-left: 10px;
    margin-bottom: 25px;
    line-height: 1.2;
    font-size: 2.2rem;
    font-weight: 700;
}

.heading02::before{
    content: "";
    display: block;
    background: #2C5276;
    width: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    left: 0;
}

/*--heading03--*/
.heading03{
	border-bottom: 1px solid #F1F4F5;
	padding-bottom: 15px;
    margin-bottom: 10px;
    line-height: 1.2;
    font-size: 2.2rem;
    font-weight: 700;
}

/* テーブル
---------------------------------------------- */
.tbl_type01{width: 100%;}

.tbl_type01 th,
.tbl_type01 td{
	font-size: 1.4rem;
	line-height: 1.4;
	border: solid 1px #D8DFE7;
}

.tbl_type01 th{
	background: #EBEFF3;
	padding: 18px;
	font-weight: 700;
	text-align: center;
}

.tbl_type01 td{
	padding: 18px;
	word-break: break-word;
}

/* リスト
---------------------------------------------- */
.list_type01 li{
    position: relative;
    padding-left: 15px;
    margin-bottom: 12px;
    line-height: 1.6;
}

.list_type01 li:last-child{margin-bottom: 0;}

.list_type01 li::before{
    content: "";
    display: block;
    background: #2C5276;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0;
}

/* ボタン
---------------------------------------------- */
.btn_pdf01 a{
    display: inline-block;
    border-radius: 5px;
    padding: 16px 20px;
    background: #003C6B;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    transition: opacity .3s;
}

.btn_pdf01.orange01 a{background: #df6d21;}

.btn_pdf01 a:hover{opacity: 0.8;}

.btn_pdf01 a span{display: flex;}

.btn_pdf01 a span::before{
	content: "";
	background: url("../img/ico_pdf01.svg") no-repeat;
	background-size: contain;
	width: 22px;
	height: 27px;
	display: block;
	margin-right: 5px;
}

.btn_contact01 a{
	display: inline-block;
	padding: 21px 10px;
	min-width: 320px;
	background: #276694;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	transition: opacity .3s;
}

.btn_contact01 a:hover{opacity: 0.8;}

.btn_contact01 a span{
	display: flex;
	justify-content: center;
}

.btn_contact01 a span::before{
	content: "";
	background: url("../img/ico_mail02.png") no-repeat;
	background-size: contain;
	width: 26px;
	height: 20px;
	display: block;
	margin-right: 8px;
}

/*--ボタンリスト--*/
.list_pdf01 {
	display: flex;
	gap: 20px;
}

.list_pdf01 li a {
	display: flex;
	align-items: center;
	justify-content: center;
    border-radius: 5px;
    padding: 16px 20px;
    color: #fff;
    font-size: 1.5rem;
	line-height: 1.8;
    font-weight: 700;
    transition: opacity .3s;
}

.list_pdf01 li:nth-of-type(1) a{background: #9C832A;}

.list_pdf01 li:nth-of-type(2) a{background: #6B001A;}

.list_pdf01 li a:hover{opacity: 0.8;}

.list_pdf01 li a span{display: flex;}

.list_pdf01 li a span::before{
	content: "";
	background: url("../img/ico_pdf01.svg") no-repeat;
	background-size: contain;
	width: 22px;
	height: 27px;
	display: block;
	margin-right: 5px;
}


/* ------------------------------------------------------------

header

------------------------------------------------------------ */

#header{
	position: relative;
	z-index: 1;
}

#wrap_top{
	padding: 3px 0 0;
	font-size: 1.1rem;
	line-height: 1;
	color: #B0B4BA;
}

.wrap_top_inner h1{
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.wrap_top_inner .cloned{display: none;}

.header_inner{
	width: 100%;
	height: 150px;
	margin-top: -14px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.h_logo{margin-left: 32px;}

.h_logo a{
	display: block;
	color: #25273D;
	font-size: 2rem;
	line-height: 1.2;
	font-weight: 700;
}

.m_logo,
.btn_menu{display: none;}

.nav_global{display: flex;}

.nav_global ul{
	display: flex;
	align-items: center;
	margin-right: 43px;
}

.nav_global ul li.g08{display: none;}

.nav_global ul li a{
	display: block;
	color: #333;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
	padding: 20px 17px;
	transition: color .3s;
}

.nav_global ul li br{display: none;}

.nav_global ul li a:hover{color: #2C5276;}

.d_inner{
	display: flex;
	height: 150px;
}

.d_inner p{width: 150px;}

.h_reserve a{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%;
	color: #FFF;
	font-weight: 700;
	line-height: 1;
}

.h_reserve a{background: #496C8B;}

.h_reserve a:hover{
	background: #537898;
	color: #FFF;
}

.h_reserve a img{
	width: 26px;
	height: auto;
	margin-bottom: 8px;
}

.h_login a{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%;
	color: #FFF;
	font-weight: 700;
	line-height: 1;
}

.h_login a{background: #1C2D47;}

.h_login a:hover{
	background:#2F4766;
	color: #FFF;
}

.h_login a img{
	width: 24px;
	height: auto;
	margin-bottom: 12px;
}

.h_mypage a{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%;
	color: #FFF;
	font-weight: 700;
	line-height: 1;
}

.h_mypage a{background: #1C2D47;}

.h_mypage a:hover{
	background:#2F4766;
	color: #FFF;
}

.h_mypage a img{
	width: 26px;
	height: auto;
	margin-bottom: 12px;
}


/* ------------------------------------------------------------

footer

------------------------------------------------------------ */

.f_links{
	background: #F1F4F5;
	padding: 80px 0;
    display: flex;
    justify-content: center;
	text-align: center;
	flex-wrap: wrap;
}

.f_links p{margin: 0 20px;}

.f_links .f_reserve{
	width: 100%;
	max-width: 320px;
}

.f_links .f_reserve a{
	background: #496C8B;
	display: block;
	color: #FFF;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1;
	padding: 26px 15px;
	transition: background .3s;
}

.f_links .f_reserve a:hover{background: #537898;}

.f_links .f_reserve a span{
	display: inline-block;
	line-height: 2;
	padding-left: 38px;
}

.f_links .f_reserve a span{
    background: url("../img/ico_schedule01.png") no-repeat 0 center;
    background-size: 26px;
}

.f_links .f_login{
	width: 100%;
	max-width: 320px;
}

.f_links .f_login a{
	background: #1C2D47;
	display: block;
	color: #FFF;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1;
	padding: 25px 15px;
	transition: background .3s;
}

.f_links .f_login a:hover{background: #2F4766;}

.f_links .f_login a span{
	line-height: 2;
	padding-left: 38px;
}

.f_links .f_login a span{
    background: url("../img/ico_login01.png") no-repeat 0 center;
    background-size: 24px;
}

.f_links .f_mypage{
	width: 100%;
	max-width: 320px;
}

.f_links .f_mypage a{
	background: #1C2D47;
	display: block;
	color: #FFF;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1;
	padding: 25px 15px;
	transition: background .3s;
}

.f_links .f_mypage a:hover{background: #2F4766;}

.f_links .f_mypage a span{
	line-height: 2;
	padding-left: 38px;
}

.f_links .f_mypage a span{
    background: url("../img/ico_mypage01.png") no-repeat 0 center;
    background-size: 30px;
}

.footer_inner{
	background: #2C5276;
    padding: 100px 0;
	text-align: center;
}

.nav_footer{margin-bottom: 55px;}

.nav_footer ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.nav_footer ul li a{
	display: block;
	color: #FFF;
	font-size: 1.4rem;
	line-height: 1.3;
	padding: 0 18px;
	transition: opacity .3s;
}

.nav_footer ul li br{display: none;}

.nav_footer ul li:first-of-type a{padding-left: 0;}

.nav_footer ul li:last-of-type a{padding-right: 0;}

.nav_footer ul li a:hover{opacity: 0.8;}

.f_inner .f_logo{
	line-height: 1;
	margin-bottom: 15px;
}

.f_inner .f_logo a{
	font-size: 2rem;
	color: #FFF;
	font-weight: 700;
}

.f_inner .f_info{color: #FFF;}

.f_inner .f_info{
	font-size: 1.2rem;
	line-height: 1.2;
}

.f_tel{margin: 12px 0 8px;}

.f_tel a{
	font-family: "Roboto";
	font-size: 2.4rem;
	line-height: 1;
	letter-spacing: 0.05em;
	font-weight: 700;
	color: #FFF;
	pointer-events: none;
}

.f_bottom{
	padding: 20px 10px;
	text-align: center;
}

.f_bottom p{
	font-size: 1.1rem;
	line-height: 1;
	color: #B0B4BA;
}

.f_bottom .f_small{
	font-weight: 700;
	margin-bottom: 8px;
}

/* ページトップボタン
---------------------------------------------- */
#pagetop{
	width: 50px;
	height: 50px;
	background: #2C5276 url("../img/ico_arrow01.png") no-repeat center;
	background-size: 16px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 1;
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s;
}

#pagetop.pagetop_show{
	opacity: 1;
	pointer-events: auto;
}

#pagetop p span{display: none;}

.modal_loading_inner {
	text-align: center;
}

.calendar {
	text-align: center;
}

@media print{ /* 印刷時のみ */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	PC

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	common

	------------------------------------------------------------ */

	/* レイアウト
	---------------------------------------------- */
	#wrap_all{
		width: 1200px;
		transform: scale(0.8);
		transform-origin: 0 0;
	}


}/*--@media--*/

@media only screen and (max-width:1500px){ /* 表示領域が1500px以下の場合に適用するスタイル */

	.nav_global ul li a{
		line-height: 1.3;
		padding: 20px 15px;
		text-align: center;
	}

	.nav_global ul li br{display: block;}

	.nav_footer ul li br{display: block;}

	.nav_footer ul li a{
		font-size: 1.3rem;
		padding: 0 10px;
	}


}/*--@media--*/


@media only screen and (max-width:1360px){ /* 表示領域が1360px以下の場合に適用するスタイル */

	.nav_global ul li a{padding: 20px 8px;}

	.nav_global ul {margin-right: 20px;}


}/*--@media--*/


@media only screen and (max-width:1200px){ /* 表示領域が1200px以下の場合に適用するスタイル */

	/* ------------------------------------------------------------

	header

	------------------------------------------------------------ */

	#wrap_top{padding-top: 0;}

	#wrap_all.open #wrap_top{visibility: hidden;}

	.wrap_top_inner{
		display: flex;
		flex-wrap: nowrap;
		padding: 0;
		overflow: hidden;
	}

	.header_inner{
		min-height: 49px;
		height: auto;
		margin: 0;
	}

	#wrap_all.open .h_logo{visibility: hidden;}

	.h_logo{
		margin-top: -4px;
		margin-left: 15px;
	}

	.h_logo a{font-size: 1.6rem;}

	.nav_global{display: block;}

	.nav_global ul li br{display: none;}

	/* メニュー
	---------------------------------------------- */
	/*--メニューを開くボタン--*/
	.btn_menu{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 60px;
		height: 60px;
		cursor: pointer;
        background: #496C8B;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1;
	}

	.btn_menu > div{
		position: relative;
		width: 100%;
		height: 100%;
		transition: transform .3s;
	}

	.btn_menu > div span{
		display: inline-block;
		background: #FFF;
		width: 28px;
		height: 2px;
		position: absolute;
		left: 50%;
		margin-left: -14px;
		transition: opacity .3s, transform .3s;
	}

	.btn_menu > div span:nth-of-type(1),
	.btn_menu > div span:nth-of-type(3){transition: all .3s;}

	.btn_menu > div span:nth-of-type(1) {top: 23px;}
	.btn_menu > div span:nth-of-type(2) {top: 29px;}
	.btn_menu > div span:nth-of-type(3) {top: 35px;}

	#wrap_all.open .btn_menu > div span{background: #FFF;}

	#wrap_all.open .btn_menu > div span:nth-of-type(1) {
		transform: rotate(-45deg);
		top: 29px;
	}
	#wrap_all.open .btn_menu > div span:nth-of-type(2) {opacity: 0;}
	#wrap_all.open .btn_menu > div span:nth-of-type(3) {
		transform: rotate(45deg);
		top: 29px;
	}

	/* メニュー内
	---------------------------------------------- */
	/*--メニューを開いたとき背景固定--*/
	#wrap_all.open .wrapper{
		width: 100%;
		position: fixed;
		top: 60px;
		left: 0;
		pointer-events: auto;
	}

	.drawer{
		background: #FFF;
		display: block;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1;
		opacity: 0;
		pointer-events: none;
	}

	.mode-1200 .drawer{transition: opacity .3s;}

	#wrap_all.open .drawer{
		opacity: 1;
		pointer-events: auto;
	}

	.drawer .drawer_inner {
		width: 100%;
		height: 100%;
		overflow: hidden;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		padding: 22px 15px 70px;
		display: flex;
		flex-direction: column;
	}

	.m_logo{display: block;}

	.m_logo a{
		display: inline-block;
		font-size: 1.6rem;
		line-height: 1.2;
		font-weight: 700;
		color: #25273D;
	}

	.nav_global{padding: 60px 15px 0;}

	.nav_global ul{
		display: block;
		margin: 0 0 50px;
	}

	.nav_global ul li{
		background: url("../img/ico_arrow03.png") no-repeat right 10px center;
		background-size: 5px;
		border-bottom: 1px solid #F1F4F5;
	}

	.nav_global ul li.g08{display: block;}

	.nav_global ul li a{
		font-size: 1.5rem;
		padding: 20px 0;
	}

	.d_inner{
		max-width: 530px;
		height: 80px;
		margin: 0 auto;
	}

	.d_inner p{width: 50%;}

	.h_reserve a{font-size: 1.4rem;}

	.h_reserve a img{width: 18px;}

	.h_login a{font-size: 1.4rem;}

	.h_login a img{width: 17px;}

	.h_mypage a{font-size: 1.4rem;}

	.h_mypage a img{width: 17px;}


}/*--@media--*/


@media only screen and (max-width:1024px){ /* 表示領域が1024px以下の場合に適用するスタイル */

	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	タブレット

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	common

	------------------------------------------------------------ */

	html{
		-moz-text-size-adjust: none;
		-webkit-text-size-adjust: none;
		-ms-text-size-adjust: none;
	}

	/* リンク
	---------------------------------------------- */
	.link_tel01{
		pointer-events: auto;
		text-decoration: underline !important;
	}

	/* 見出し
	---------------------------------------------- */
	/*--heading01--*/
	.heading01{margin-bottom: 27px;}

	/* ボタン
	---------------------------------------------- */
	.btn_pdf01 a{
		padding: 8px 10px;
		border-radius: 3px;
		font-size: 1.3rem;
	}

	.btn_pdf01 a span::before{
		width: 18px;
		height: 22px;
	}

	.btn_contact01 a{min-width: 280px;}

	/* ------------------------------------------------------------

	footer

	------------------------------------------------------------ */

	.footer_inner{padding: 50px 40px;}

	.nav_footer ul{justify-content: flex-start;}

	.nav_footer ul li{
		width: 50%;
		text-align: left;
	}

	.nav_footer ul li a{padding: 10px 0;}

	.f_tel a{pointer-events: auto;}


}/*--@media--*/


@media only screen and (max-width:767px){ /* 表示領域が767px以下の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	common

	------------------------------------------------------------ */

	body{
		font-size: 14px;
		font-size: 1.4rem;
	}

    .wrap_type01,
    .wrap_type02{padding: 45px 15px 60px;}

	.wrap_type03,
	.wrap_type05{padding: 60px 15px;}

	.wrap_type04{padding: 60px 0;}

	/*--404ページ--*/
	.wrap_404{
		padding-top: 100px;
		margin-bottom: 100px;
	}

	.ttl_404{font-size: 3rem;}

	.txt_404 br:nth-of-type(2){display: none;}

    /* ページタイトル
    ---------------------------------------------- */
    .pagettl{padding: 46px 0;}

    .pagettl_inner h2{ font-size: 2.5rem;}

    .pagettl_inner p{ font-size: 1.5rem;}

    /* パンくずリスト
    ---------------------------------------------- */
    .breadcrumb{padding: 8px 15px 0;}

    .breadcrumb ul li{
        padding-right: 12px;
        margin-right: 5px;
        font-size: 1.1rem;
    }

    .breadcrumb ul li::after{
        width: 3px;
        height: 5px;
        position: absolute;
        top: 7px;
        right: 0;
    }

	/* 見出し
	---------------------------------------------- */
	/*--heading01--*/
	.heading01 h2{
		font-size: 2.4rem;
		margin-bottom: 10px;
	}

	.heading01 p{font-size: 1.4rem;}

    /*--heading02--*/
    .heading02{ font-size: 1.8rem;}

    .heading02::before{
        width: 3px;
        height: 21px;
    }

	/* ボタン
	---------------------------------------------- */
	.btn_pdf01 a{
		padding: 8px 10px;
		border-radius: 3px;
		font-size: 1.3rem;
	}

	.btn_pdf01 a span::before{
		width: 18px;
		height: 22px;
	}

	.btn_contact01 a{
		min-width: 165px;
		font-size: 1.4rem;
		padding: 18.5px 10px;
	}

	.btn_contact01 a span::before{
		width: 20px;
		height: 15px;
	}


	/*--heading03--*/
	.heading03{font-size: 1.6rem;}

	/* テーブル
	---------------------------------------------- */
	.tbl_type01 th,
	.tbl_type01 td{font-size: 1.3rem;}

	.tbl_type01 th{padding: 10px 8px;}

	.tbl_type01 td{padding: 13px 8px;}

    /* リスト
    ---------------------------------------------- */
    .list_type01 li::before{
        content: "";
        display: block;
        background: #2C5276;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        position: absolute;
        top: 8px;
        left: 0;
    }

	/*--ボタンリスト--*/
	.list_pdf01 {
		flex-direction: column;
		gap: 10px;
	}

	.list_pdf01 li a {
		border-radius: 3px;
		padding: 8px 10px;
		font-size: 1.3rem;
		justify-content: flex-start;
	}

	.list_pdf01 li a span::before{
		width: 18px;
		height: 22px;
		margin-right: 8px;
	}

	/* ------------------------------------------------------------

	header

	------------------------------------------------------------ */

	.wrap_top_inner .cloned{display: block;}

	.wrap_top_inner h1{
		text-overflow: inherit;
		overflow: visible;
		white-space: nowrap;
	}

	/* ------------------------------------------------------------

	footer

	------------------------------------------------------------ */

	.f_links{
		padding: 50px 40px;
		flex-direction: column;
		align-items: center;
	}

	.f_links p{margin: 0 0 25px;}

	.f_links p:last-of-type{margin: 0;}

	.f_links .f_reserve{max-width: 295px;}

	.f_links .f_reserve a{
		font-size: 1.4rem;
		padding: 18px 0;
	}

	.f_links .f_reserve a span{
		background-size: 19px;
		padding-left: 25px;
	}

	.f_links .f_login{max-width: 295px;}

	.f_links .f_login a{
		font-size: 1.4rem;
		max-width: 295px;
		padding: 18px 0;
	}

	.f_links .f_login a span{
		background-size: 17px;
		padding-left: 25px;
	}

	.f_links .f_mypage{max-width: 295px;}
	.f_links .f_mypage a{
		font-size: 1.4rem;
		max-width: 295px;
		padding: 18px 0;
	}

	.f_links .f_mypage a span{
		background-size: 17px;
		padding-left: 25px;
	}

	.footer_inner{padding: 50px 40px;}

	.nav_footer{margin-bottom: 39px;}

	.f_inner .f_logo a{font-size: 1.6rem;}

	.f_tel{margin: 12px 0 5px;}

	.f_tel a{font-size: 1.8rem;}

	.f_bottom p{font-size: 1rem;}

	/* ページトップボタン
	---------------------------------------------- */
	#pagetop{
		width: 100%;
		height: 60px;
		border-radius: 0;
		background: none;
		border-top: 1px solid #CAD4DD;
		display: flex;
		justify-content: center;
		align-items: center;
		position: inherit;
		opacity: 1;
		pointer-events: auto;
		transition: none;
	}

	#pagetop p{
		display: flex;
		align-items: center;
	}

	#pagetop p span{
		display: block;
		font-size: 1.3rem;
		font-weight: 700;
		color: #2C5276;
		line-height: 1;
	}

	#pagetop p span::after{
		content: "";
		display: inline-block;
		width: 8px;
		height: 5px;
		background: url("../img/ico_arrow02.png") no-repeat center;
		background-size: 8px;
		margin: 0 0 3px 5px;
	}


}/*--@media--*/
