@charset "utf-8";
/* Copyright 2020 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-family:'Noto Sans JP', Yu Gothic, "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}

@media (-ms-high-contrast: none) {
	*{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%;
	font-size: 62.5%;/*-10px-*/
}

html.fontS{font-size: 56.25%;}
html.fontL{font-size: 68.75%;}

body{
	color:#000;
	font-weight: 400;
}

a:focus{outline: thin dotted #333;}

/* ------------------------------------------------------------

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


@media print, screen and (min-width:768px){ /* 表示領域が768px以上の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	PC

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	common

	------------------------------------------------------------ */

	body{
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.8;
	}
	
	.sp{display: none !important;}
	
	.pc_br{display: block;}

	/* レイアウト
	---------------------------------------------- */
	#wrap_all{
		min-width: 1200px;
		overflow: hidden;
	}
	
	.wrap_type01{
		width: 960px;
		margin: 0 auto 140px;
		padding-top: 60px;
	}
	
	.wrap_type02,
	.wrap_type03{
		width: 1100px;
		margin: 0 auto 140px;
		padding-top: 60px;
	}
	
	/*--404ページ--*/	
	.wrap_404{
		text-align: center;
        padding-top: 100px;
		margin-bottom: 200px;
	}
	
	.ttl_404{
		font-size: 5rem;
		font-weight: bold;
		margin-bottom: 12px;
	}
	
	.txt_404{margin-bottom: 30px;}
	
	/* リンク
	---------------------------------------------- */
	.link01{
		color: #003D78;
		text-decoration: underline !important;
	}
	
	.link01:hover{text-decoration: none !important;}
	
	.link_tel01{
		color: #003D78;
		pointer-events: none;
	}

	/* ページタイトル
	---------------------------------------------- */
	.pagettl{
		padding-top: 18.95%;
		color: #FFF;
		font-size: 4rem;
		font-weight: bold;
		line-height: 1.2;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		position: relative;
	}
	
	.pagettl_inner{
		display: flex;
		flex-direction: column;
		text-align: center;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate3d(-50%, -50%, 0);
	}
	
	.pagettl_inner h2{
		text-shadow: 0 0 12px rgba(0,0,0,0.3);
		white-space: nowrap;
	}
	
	.pagettl_inner h2 br{display: none;}
	
	.pagettl_inner p{
		font-size: 2rem;
		text-shadow: 0 0 12px rgba(0,0,0,0.3);
		margin-top: 4px;
	}
	
	/* 見出し
	---------------------------------------------- */
	.heading01{
		font-size: 2.2rem;
		font-weight: bold;
		position: relative;
		padding-left: 15px;
		line-height: 1.4;
		margin-bottom: 30px;
	}
	
	.heading01::before{
		content: "";
		display: inline-block;
		background: #E50012;
		width: 4px;
		height: 24px;
		position: absolute;
		top: 5px;
		left: 0;
	}
	
	/* パンくずリスト
	---------------------------------------------- */
	.breadcrumb{
		width: 100%;
		padding: 5px 0 0;
		margin: 0 auto;
		font-size: 1.2rem;
	}
	
	.breadcrumb01{max-width: 960px;}
	
	.breadcrumb02{max-width: 1100px;}

	.breadcrumb ul{
		line-height: 1.2;
		overflow: hidden;
		list-style: none;
		text-align: right;
	}

	.breadcrumb ul li{
		display: inline;
		color: #000;
		padding-right: 13px;
		margin-right: 8px;
		position: relative;
	}
	
	.breadcrumb ul li::after{
		content: "";
		display: inline-block;
		width: 1px;
		height: 12px;
		background: #727272;
		transform: skewX(-25deg);
		position: absolute;
		top: 3px;
		right: 0;
	}

	.breadcrumb ul li:last-child{
		background: none;
		margin: 0;
		padding: 0;
	}
	
	.breadcrumb ul li:last-child::after{display: none;}
	
	.breadcrumb ul li a{color: #003D78;}

	.breadcrumb ul li a:hover{opacity: 0.7;}
	

	/* ------------------------------------------------------------

	header

	------------------------------------------------------------ */

	#wrap_top{
		background: #004B97;
		width: 100%;
		padding: 14.4px 60px;
		font-size: 1.1rem;
		line-height: 1.2;
		color: #FFF;
	}
	
	.wrap_top_inner .cloned{display: none;}	
	
	.wrap_top_inner h1{
		width: calc(100% - 310px);
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	
	#header{
		background: #FFF;
		position: relative;
	}

	.header_inner{
		width: 100%;
		height: 103px;
		padding: 0 174px 0 60px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.h_logo{
		width: 125px;
		flex: none;
	}
	
	.h_logo img{width: 100%;}
	
	/* グローバルナビ
	---------------------------------------------- */
	.drawer{
		width: 100%;
		max-width: 900px;
		padding: 0 30px;
		margin-left: auto;
	}
	
	.btn_close{display: none;}
	
	.nav_global ul{
		display: flex;
		justify-content: space-between;
	}
	
	.nav_global ul li{min-width: 70px;}
	
	.nav_global ul li.g02{min-width: 120px;}
	.nav_global ul li.g03,
	.nav_global ul li.g05{min-width: 170px;}
	
	.nav_global ul li .m_sub{display: none;}
	
	.nav_global ul li a{
		color: #000;
		line-height: 1.4;
		height: 103px;
		font-weight: bold;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
	}
	
	.nav_global ul li a::after{
		content: "";
		display: block;
		background: #E60012;
		width: 60px;
		height: 0;
		position: absolute;
		left: 50%;
		bottom: 0;
		margin-left: -30px;
	}
	
	.nav_global ul li a:hover{opacity: 0.6;}
	
	.nav_global ul li.g05 a{flex-direction: column;}
	
	.nav_global ul li.g05 span{
		display: block;
		font-size: 1.4rem;
		color: #3A5E7F;
	}

	.nav_global ul li.g08{
		width: 174px;
		height: 120px;
		position: absolute;
		top: 0;
		right: 0;
	}
	
	.nav_global ul li.g08 a{
		background: #E60012;
		color: #FFF;
	}
	
	.nav_global ul li.g08 a:hover{
		background: #ED4C59;
		opacity: 1;
	}

	/*--文字サイズナビ--*/
	.nav_font{
		display: flex;
		align-items: center;
		color: #FFF;
		position: absolute;
		top: 9px;
		right: 204px;
	}
	
	.nav_font p{
		font-size: 1.3rem;
		font-weight: bold;
	}
	
	.nav_font ul{
		display: flex;
		font-size: 1.2rem;
	}
	
	.nav_font ul li{
		background: #40668C;
		margin-right: 10px;
		cursor: pointer;
	}
	
	.nav_font ul li:last-of-type{margin-right: 0;}
	
	.nav_font ul li span{
		color: #FFF;
		display: block;
		padding: 0.2px 5px;
	}
	
	.nav_font ul li.active,
	.nav_font ul li:hover{background: #FFF;}
	
	.nav_font ul li.active span,
	.nav_font ul li:hover span{color: #40668C;}
	
	/* ------------------------------------------------------------

	footer

	------------------------------------------------------------ */

	#footer{
		border-top: 2px solid #E60012;
		padding: 70px 0 10px;
	}
	
	.footer_inner{
		width: 1200px;
		margin: 0 auto 120px;
		display: flex;
	}
	
	.f_info{
		flex: none;
		font-weight: bold;
		width: 500px;
		line-height: 1.5;
	}
	
	.f_info .f_name{
		font-size: 1.6rem;
		margin-bottom: 15px;
	}
	
	.f_bottom{
		width: 1200px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.f_bottom ul{
		display: flex;
		flex: none;
	}
	
	.f_bottom ul li{
		font-size: 1.4rem;
		margin-right: 30px;
	}
	
	.f_bottom ul li:last-of-type{margin-right: 0;}
	
	.f_bottom ul li a{
		color: #000;
		display: block;
	}
	
	.f_bottom ul li a:hover{opacity: 0.7;}
	
	.f_bottom ul li a::after{
		content: "";
		display: inline-block;
		background: url("../img/ico_tab01.png") no-repeat 0 0;
		background-size: contain;
		width: 10px;
		height: 10px;
		margin: 0 0 -1px 5px;
	}
	
	.f_small{
		font-family: 'Arial';
		color: #909090;
		font-size: 1.1rem;
	}
	
	/* ナビ
	---------------------------------------------- */
	.nav_footer{
		width: 700px;
		display: flex;
	}
	
	.nav_footer ul li{
		font-size: 1.5rem;
		line-height: 1.3;
	}
	
	.nav_footer ul li a{
		color: #000;
		display: inline-block;
	}
	
	.nav_footer ul li a:hover{opacity: 0.6;}
	
	.nav_footer > div:nth-of-type(1){width: 300px;}
	
	.nav_footer > div:nth-of-type(2){width: 400px;}
	
	.nav_footer div > ul > li > a{
		font-weight: bold;
		padding: 14px 0;
	}

	.f_sub ul{
		font-size: 1.3rem;
		margin-top: 5px;
	}
	
	.f_sub ul li a{
		display: inline-block;
		color: #7E7E7E;
		padding: 10px 0;
	}
	
	.f03 .f_sub ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.f03 .f_sub ul li{width: calc(50% - 7.5px);}

	.f03 .f_sub ul li:nth-of-type(-n+2) a{padding-top: 0;}
	
	.f06 .f_sub ul li:nth-of-type(1) a{padding-top: 0;}
	
	/* ページトップボタン
	---------------------------------------------- */
	#pagetop{
		width: 48px;
		height: 48px;
		background: #E60012 url("../img/ico_arrow03.png") no-repeat center;
		background-size: 20px;
		cursor: pointer;
		opacity: 0;
		pointer-events: none; 
		transition: opacity .3s;
		position: fixed;
		right: 30px;
		bottom: 30px;
		z-index: 100;
	}

	#pagetop.pagetop_show{
		opacity: 1;
		pointer-events: auto;
	}
	
	#pagetop.pagetop_show:hover{opacity: 0.7;}
	
	#pagetop span{display: none;}

	
}/*--@media--*/


@media print{ /* 印刷時のみ */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	PC

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	common

	------------------------------------------------------------ */
	
	/* レイアウト
	---------------------------------------------- */	
	#wrap_all{
		width: 1200px;
		transform: scale(0.8);
		transform-origin: 0 0;
	}
	
	
}/*--@media--*/


@media only screen and (max-width:767px){ /* 表示領域が767px以下の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	common

	------------------------------------------------------------ */

	body{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.8;
	}
	
	.pc{display: none !important;}
	
	.sp_br{display: block;}

	/* レイアウト
	---------------------------------------------- */
	#wrap_all{
		min-width: 320px;
		overflow: hidden;
	}
	
	.wrap_type01,
	.wrap_type03{padding: 40px 25px 90px;}
	
	.wrap_type02{padding: 0 25px 90px;}
	
	/*--404ページ--*/
	.wrap_404{
		text-align: center;
		padding: 100px 20px 0;
		margin-bottom: 100px;
	}
	
	.ttl_404{
		font-size: 3rem;
		font-weight: bold;
		margin-bottom: 12px;
	}
	
	.txt_404{margin-bottom: 30px;}
	
	/* リンク
	---------------------------------------------- */
	.link01{
		color: #003D78;
		text-decoration: underline !important;
	}
	
	.link_tel01{
		color: #003D78;
		text-decoration: underline !important;
	}

	/* ページタイトル
	---------------------------------------------- */
	.pagettl{
		min-height: 104px;
		padding-top: 27.73%;
		color: #FFF;
		font-size: 2.2rem;
		font-weight: bold;
		line-height: 1.2;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		position: relative;
	}
	
	.pagettl_inner{
		display: flex;
		flex-direction: column;
		text-align: center;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate3d(-50%, -50%, 0);
	}
	
	.pagettl_inner h2{
		text-shadow: 0 0 9px rgba(0,0,0,0.4);
		white-space: nowrap;
	}
	
	.pagettl_inner p{
		font-size: 1.2rem;
		text-shadow: 0 0 9px rgba(0,0,0,0.4);
		margin-top: 5px;
	}
	
	/* 見出し
	---------------------------------------------- */
	.heading01{
		font-size: 1.7rem;
		font-weight: bold;
		position: relative;
		padding-left: 12px;
		line-height: 1.4;
		margin-bottom: 20px;
	}
	
	.heading01::before{
		content: "";
		display: inline-block;
		background: #E50012;
		width: 4px;
		height: 19px;
		position: absolute;
		top: 3px;
		left: 0;
	}
	
	/* パンくずリスト
	---------------------------------------------- */
	.breadcrumb{
		font-size: 1.1rem;
		padding: 5px 12.5px 0 12.5px;
	}
	
	.breadcrumb ul{
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		text-align: right;
	}
	
	.breadcrumb ul li{
		display:inline;
		vertical-align: middle;
		color: #000;
		margin-right: 4px;
		padding-right: 10px;
		position: relative;
	}
	
	.breadcrumb ul li::after{
		content: "";
		display: inline-block;
		width: 1px;
		height: 12px;
		background: #727272;
		transform: skewX(-25deg);
		position: absolute;
		top: 3px;
		right: 0;
	}
	
	.breadcrumb ul li:last-child{
		background: none;
		margin: 0;
		padding: 0;
	}
	
	.breadcrumb ul li:last-child::after{display: none;}

	.breadcrumb ul li a{color: #003D78;}


	/* ------------------------------------------------------------

	header

	------------------------------------------------------------ */

	#wrap_top{
		background: #004B97;
		color: #FFF;
		font-size: 1rem;
		line-height: 1.2;
		z-index: 2;
	}

	.wrap_top_inner{
		display: flex;
		flex-wrap: nowrap;
		padding: 2px 0;
	}

	.wrap_top_inner h1{white-space: nowrap;}
	
	.header_inner{
		height: 71px;
		padding: 9px 0 0 25px;
	}
	
	.h_logo{
		width: 95px;
		line-height: 1;
	}
	
	#header.open .h_logo{display: none;}
	
	.h_logo img{width: 100%;}
	
	.h_logo01{margin-bottom: 5px;}
	
	/* メニュー
	---------------------------------------------- */
	/*--メニューボタン--*/
	.btn_menu,
	.btn_close{
		background: #E50012;
		display: flex;
		align-items: center;
		justify-content: center;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 101;
		width: 60px;
		height: 60px;
		cursor: pointer;
		pointer-events: auto;
	}
	
	.btn_menu.open{pointer-events: none;}
	
	.btn_close{pointer-events: none;}

	.btn_close.on{pointer-events: auto;}
	
	.btn_menu span,
	.btn_close span{
		display: block;
		width: 20px;
		height: 2px;
		background:#FFF;
		position: relative;
		transition: transform .3s, opacity .3s;
	}
	
	.btn_menu span:before,
	.btn_menu span:after,
	.btn_close span:before,
	.btn_close span:after{
		content: "";
		display: block;
		width: 20px;
		height: 2px;
		background:#FFF;
		position: absolute;
		transition: transform .3s, opacity .3s;
	}
	
	.btn_menu span:before,
	.btn_close span:before{top: -6px;}
	.btn_menu span:after,
	.btn_close span:after{bottom: -6px;}
	
	.btn_menu.open span,
	.btn_close.on span{
		transform: rotate(135deg);
		top: 0;
	}
	
	.btn_menu.open span::before,
	.btn_close.on span::before{
		transform: rotate(90deg);
		top: 0;
	}
	
	.btn_menu.open span:after,
	.btn_close.on span:after{opacity: 0;}
	
	/* メニュー内
	---------------------------------------------- */
	.wrapper.open{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
	
	.drawer{
		background: #FFF;
		width: 100%;
		height: 100vh;
		opacity: 0;
		transition: opacity .3s;
		pointer-events: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		overflow-y: scroll;
		visibility: hidden;
	}
	
	.mode-sp .drawer.open{
		visibility: visible;
		opacity: 1;
		pointer-events: auto;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}
	
	.drawer_inner{
		position: relative;
		height: 100%;
		overflow-y: scroll;
		-webkit-overflow-scrolling:touch;
		overflow-scrolling:touch;
		-ms-overflow-style: none;
		scrollbar-width: none;
		padding: 65px 25px;
	}
	
	.nav_global > ul > li{
		border-bottom: 1px solid #F2F2F2;
		opacity: 0;
		transform: translate3d(-10px,0,0);
		transition: transform .3s , opacity .3s;
	}
	
	.drawer.open .nav_global ul li.g01{
		opacity: 1;
		transform:translate3d(0,0,0);
		transition-delay: 300ms;
	}
	.drawer.open .nav_global ul li.g02{
		opacity: 1;
		transform:translate3d(0,0,0);
		transition-delay: 400ms;
	}
	.drawer.open .nav_global ul li.g03{
		opacity: 1;
		transform:translate3d(0,0,0);
		transition-delay: 500ms;
	}
	.drawer.open .nav_global ul li.g04{
		opacity: 1;
		transform:translate3d(0,0,0);
		transition-delay: 600ms;
	}
	.drawer.open .nav_global ul li.g05{
		opacity: 1;
		transform:translate3d(0,0,0);
		transition-delay: 700ms;
	}
	.drawer.open .nav_global ul li.g06{
		opacity: 1;
		transform:translate3d(0,0,0);
		transition-delay: 800ms;
	}
	.drawer.open .nav_global ul li.g07{
		opacity: 1;
		transform:translate3d(0,0,0);
		transition-delay: 900ms;
	}
	
	.drawer.open .nav_global ul li.g08{
		opacity: 1;
		transform: translate3d(0,0,0);
		transition-delay: 1000ms;
		margin-top: 30px;
	}
	
	.nav_global > ul > li > a{
		background: url("../img/ico_arrow01.png") no-repeat right 15px center;
		background-size: 7px;
		display: block;
		color: #004B97;
		font-weight: bold;
		padding: 18px 30px 18px 0;
		font-size: 1.5rem;
		line-height: 1.4;
	}

	.nav_global ul li.g08 a{
		background: #E50012;
		width: 100%;
		color: #FFF;
		text-align: center;
		line-height: 62px;
		padding: 0;
	}
	
	.nav_global ul li.toggle a{background: none;}
	
	.nav_global > ul > li.toggle > a:before{display: none;}

	.nav_global > ul > li.toggle > a > span{
		display: block;
		width: 15px;
		height: 2px;
		background: #004B97;
		position: absolute;
		top: 25px;
		right: 12px;
		transition: transform .3s;
	}
	
	.nav_global > ul > li.toggle.on > a > span{transform:rotate(180deg);}
	
	.nav_global > ul > li.toggle > a > span::before{
		content: "";
		display: block;
		width: 15px;
		height: 2px;
		background: #004B97;
		position: absolute;
		top: 0;
		left: 0;
		transform:rotate(90deg);
		transition:transform .3s;
	}

	.nav_global > ul > li.toggle.on > a > span::before{transform:rotate(0deg);}
	
	.nav_global ul li.g05 a{flex-direction: column;}
	
	.nav_global ul li.g05 span{
		display: block;
		font-size: 1.25rem;
		color: #3A5E7F;
	}
	
	.nav_global .m_sub{display: none;}
	
	.nav_global .m_sub ul{margin-bottom: 10px;}

	.nav_global .m_sub ul li a{
		display: block;
		color: #7E7E7E;
		padding: 12px 0;
	}

	.nav_global .m_sub ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.nav_global .m_sub ul li{width: calc(50% - 7.5px);}
	
	.nav_global .m_sub ul li:nth-of-type(1) a,
	.nav_global .m_sub ul li:nth-of-type(2) a{padding-top: 0;}
	
	/*--文字サイズナビ--*/
	.nav_font{
		position: absolute;
		top: 0;
		left: 0;
		padding: 5px 10px;
		display: flex;
		align-items: center;
	}
	
	.nav_font::before{
		content: "";
		display: block;
		background: #004B97;
		width: 100vw;
		height: 40px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	
	.nav_font p{
		font-size: 1.2rem;
		font-weight: bold;
		color: #FFF;
	}
	
	.nav_font ul{
		display: flex;
		font-size: 1.5rem;
	}
	
	.nav_font ul li{
		background: #40668C;
		margin-right: 5px;
	}
	
	.nav_font ul li:last-of-type{margin-right: 0;}
	
	.nav_font ul li span{
		color: #FFF;
		display: block;
		padding: 3px 7.5px;
	}
	
	.nav_font ul li.active{background: #FFF;}
	
	.nav_font ul li.active span{color: #40668C;}
	
	
	/* ------------------------------------------------------------

	footer

	------------------------------------------------------------ */
	
	#footer{
		position: relative;
		font-size: 1.3rem;
		padding: 70px 0 10px;
	}
	
	.footer_inner{
		text-align: center;
		margin-bottom: 25px;
		border-top: 2px solid #E50012;
		padding: 45px 15px 0;
	}
	
	.f_info{
		font-weight: bold;
		line-height: 1.5;
		margin-bottom: 50px;
	}
	
	.f_info .f_name{margin-bottom: 20px;}
	
	.f_bottom{
		padding: 0 15px;
		text-align: center;
	}
	
	.f_bottom ul{margin-bottom: 20px;}
	
	.f_bottom ul li{margin-bottom: 15px;}
	
	.f_bottom ul li:last-of-type{margin: 0;}
	
	.f_bottom ul li a{
		color: #000;
		display: block;
	}
	
	.f_bottom ul li a::after{
		content: "";
		display: inline-block;
		background: url("../img/ico_tab01.png") no-repeat 0 0;
		background-size: contain;
		width: 10px;
		height: 10px;
		margin: 0 0 -1px 5px;
	}
	
	.f_small{
		font-family: 'Arial';
		color: #909090;
		font-size: 1rem;
		line-height: 1.2;
	}

	/* ナビ
	---------------------------------------------- */
	.nav_footer{display: none;}

	/* ページトップボタン
	---------------------------------------------- */	
	#pagetop{
		background: #FFF;
		border-top: 1px solid #DDDDDD;
		width: 100%;
		height: 70px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 0;
		left: 0;
		cursor: pointer;
	}
	
	#pagetop span{
		color: #000;
		line-height: 1;
		padding-left: 22px;
		letter-spacing: 0.1em;
		font-family: 'Arial';
		font-size: 1.3rem;
		position: relative;
	}
	
	#pagetop span::before{
		content: "";
		display: inline-block;
		width: 15px;
		height: 8.5px;
		background: url("../img/ico_arrow02.png") no-repeat 0 0;
		background-size: contain;
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -6px;
	}

	
}/*--@media--*/


@media only screen and (max-width:345px){ /* 表示領域が345px以下の場合に適用するスタイル */

	/* ------------------------------------------------------------

	header

	------------------------------------------------------------ */
	
	/* メニュー内
	---------------------------------------------- */
	.nav_global .m_sub ul li a{font-size: 1.2rem;}
	
	
}/*--@media--*/
	
/* システム用 */
.system_card {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;	
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    margin-bottom: 1rem;
}

.system_card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

.system_card .card-footer.fixed-bottom {
    background-color: rgba(0,0,0,.6);
}

.system_card .card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 0) calc(.25rem - 0);
}
.system_card .text-center {
    text-align: center!important;
}
.system_card .fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
.system_card .card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 0 solid rgba(0,0,0,.125);
}
.system_card .btn {
    display: inline-block;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.system_card .btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    box-shadow: none;
}
.system_card .btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    box-shadow: none;
}

.system_card .btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    box-shadow: none;
}