@charset "utf-8";
/* Copyright 2022 FSFIELD All Rights Reserved. */

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

パソコン、スマートフォン（iPhone,Android) 共通

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* ------------------------------------------------------------

basic

------------------------------------------------------------ */

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Oswald');

@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%;
}

body{
	background: #F6F6F6;
	color:#000;
	font-weight: 400;
}


/* ------------------------------------------------------------

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;}

/* line-height
---------------------------------------------- */
.lh-1_4{line-height: 1.4;}

/* マーカー
---------------------------------------------- */
.marker01{
	background: linear-gradient(transparent 85%, #FB5648 0%);
	display: inline;
}

/* カラー
---------------------------------------------- */
.red01{color: #FF0000 !important;}

/* インデント
---------------------------------------------- */
.indent-1{
	text-indent: -1em;
	padding-left: 1em;
}

.indent-1_8{
	text-indent: -1.8em;
	padding-left: 1.8em;
}

.indent-1_6{
	text-indent: -1.6em;
	padding-left: 1.6em;
}

.indent-2_3{
	text-indent: -2.3em;
	padding-left: 2.3em;
}

/* 背景
---------------------------------------------- */
.bg_gray{background: #F6F6F6 !important;}
.bg_purple{background: #EDE9F3 !important;}


@media print, screen and (min-width:768px){ /* 表示領域が768px以上の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	PC

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	common

	------------------------------------------------------------ */

	body{
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.8;
	}
	
	.pc_br{display: block;}

	/* レイアウト
	---------------------------------------------- */
	#wrap_all{
		min-width: 1200px;
		overflow: hidden;
	}
	
	.wrap_type01{
		width: 1100px;
		margin: 0 auto 150px;
	}
	
	.wrap_type02{margin-bottom: 150px;}
	
	/*--404ページ--*/
	.body_404 #wrap_all{height: 100vh;}
	
	.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: #005C92;
		text-decoration: underline !important;
	}
	
	.link01:hover{text-decoration: none !important;}

	/* ページタイトル
	---------------------------------------------- */
	.pagettl{
		width: 1100px;
		height: 230px;
		padding-bottom: 35px;
		margin: 0 auto 60px;
		font-size: 4rem;
		font-weight: bold;
		color: #005C92;
		border-bottom: 4px solid #DDDDDD;
		display:-webkit-flex;
		display:flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	
	.pagettl h2 span{font-weight: normal;}
	
	/* 見出し
	---------------------------------------------- */
	.heading01{
		font-size: 2.2rem;
		line-height: 1.4;
		font-weight: bold;
		padding-bottom: 25px;
		margin-bottom: 30px;
		position: relative;
	}
	
	.heading01::before{
		content: "";
		display: block;
		background: #005C92;
		width: 30px;
		height: 4px;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	
	/* パンくずリスト
	---------------------------------------------- */
	.breadcrumb{
		width: 100%;
		padding: 15px 50px 0;
		font-size: 1.2rem;
	}

	.breadcrumb ul{
		line-height: 1.2;
		overflow: hidden;
		list-style: none;
	}

	.breadcrumb ul li{
		float:left;
		margin-right: 7px;
	}

	.breadcrumb ul li:last-child{
		background: none;
		padding-right: 0;
		margin-right: 0;
	}

	.breadcrumb ul li a,
	.breadcrumb ul li span{
		background: url("../img/ico_arrow06.png") no-repeat right 0.4em;
		background-size: 5px;
		color: #000;
		padding-right: 15px;
	}

	.breadcrumb ul li a:hover{opacity: 0.7;}

	/* ボタン
	---------------------------------------------- */
	.btn_type01{line-height: 0;}
	
	.btn_type01 a{
		display: inline-block;
		line-height: 1;
		padding: 18px 0;
		width: 300px;
		text-align: center;
		border-radius: 4px;
		transition: background .3s;
		position: relative;
		overflow: hidden;
	}
	
	.btn_type01 a::before,
	.btn_type01 a::after{
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		transition: opacity .3s;
	}
	
	.btn_type01 a::before{background:#00446C;}
	
	.btn_type01 a::after{
		background: linear-gradient(90deg, #0084BD 0%, #006798 60%, #006798 100%);
		opacity: 0;
	}
	
	.btn_type01 a:hover::after{opacity: 1;}
	
	.btn_type01 a span{
		color: #FFF;
		font-size: 1.6rem;
		line-height: 25px;
		display: inline-block;
		position: relative;
		padding-right: 18px;
		z-index: 1;
	}
	
	.btn_type01 a span::before,
	.btn_type01 a span::after{
		content: "";
		display: block;
		width: 8px;
		height: 12px;
		background:url("../img/ico_arrow03.png") no-repeat 0 0;
		background-size: contain;
		position: absolute;
		right: 0;
		top: 8px;
	}
	
	.btn_type01 a span::after{
		transform:translate3d(-10px,0,0);
		opacity: 0;
	}

	.btn_type01 a:hover span::before{display: none;}
	
	.btn_type01 a:hover span::after{
		opacity: 1; transform:translate3d(0,0,0);
		transition: transform .3s, opacity .3s;
	}
	
	.btn_type01.pdf a span{
		background: url("../img/ico_pdf01.png") no-repeat 0 0;
		background-size: 18px;
		padding-left: 25px;
	}
	
	/* リスト
	---------------------------------------------- */
	.list_type01 li{
		margin-bottom: 5px;
		padding-left: 13px;
		position: relative;
	}
	
	.list_type01 li::before{
		content:"";
		display: inline-block;
		background: #005C92;
		width: 7px;
		height: 7px;
		border-radius: 50%;
		position: absolute;
		top: 9px;
		left: 0;
	}
	
	.list_type01 li:last-of-type{margin-bottom: 0;}
	
	/* ------------------------------------------------------------

	header

	------------------------------------------------------------ */

	#wrap_top{
		background: #005C92;
		width: 100%;
		padding: 0 5px;
		font-size: 1.1rem;
		line-height: 30px;
		color: #FFF;
	}
	
	.wrap_top_inner .cloned{display: none;}	
	
	#header{
		background: #FFF;
		position: relative;
	}

	.header_inner{
		width: 100%;
		height: 80px;
		padding: 0 0 0 50px;
		display:-webkit-flex;
		display:flex;
		-webkit-align-items: center;
		align-items: center;
	}
	
	.h_logo{
		width: 447px;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		flex: none;
	}
	
	.h_logo01{
		width: 64px;
		margin-right: 2px;
		flex: none;
	}
	
	.h_logo a{display: block;}
	
	.h_logo01 a img{width: 100%;}
	
	.h_logo02{width: 381px;}
	
	.h_logo02 a{
		background: url("../img/img_logo02.jpg") no-repeat 0 center;
		background-size: 75px;
		color: #000;
		font-weight: bold;
		font-size: 2.2rem;
		min-height: 75px;
		padding-left: 75px;
		white-space: nowrap;
		display: flex;
		align-items: center;
	}
	
	.btn_language{
		position: absolute;
		top: 0;
		right: 0;
		background: #00446C;
		width: 105px;
		text-align: center;
		line-height: 30px;
		font-size: 1.4rem;
	}
	
	.btn_language a{
		display: block;
		color: #FFF;
		position: relative;
	}
	
	.btn_language a.focus-visible{
		outline: 2px dotted #FFF;
		outline-offset: -2px;
	}
	
	.btn_language a::before{
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background: linear-gradient(90deg, #0084BD 0%, #006798 60%, #006798 100%);
		position: absolute;
		top: 0;
		left: 0;
		transition:opacity .3s;
		opacity: 0;
	}
	
	.btn_language a:hover::before{opacity: 1;}
	
	.btn_language a span{position: relative;}
	
	.btn_close{display: none;}
	
	/*--768pxの切替時にtransition:allが効いてしまい一瞬スマホメニューが表示されてしまうためmain_menuをPC用とSP用に分けて回避しています--*/
	.main_menu.pc{display: block;}
	
	.main_menu.sp{display: none;}
	
	/* グローバルナビ
	---------------------------------------------- */
	.drawer{
		width: 100%;
		max-width: 835px;
		margin-left: auto;
	}
	
	.nav_global{padding: 0 50px;}
	
	.nav_global > ul{
		display:-webkit-flex;
		display:flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
	}
	
	.nav_global > ul > li{height: 80px;}
	
	.nav_global > ul > li > a{
		display:-webkit-flex;
		display:flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		color: #000;
		font-size: 1.4rem;
		font-weight: bold;
		height: 100%;
	}
	
	.nav_global > ul > li > a:hover{color: #0083BB;}
	
	.nav_global ul li a.external{
		padding-right: 16px;
		position: relative;
	}
	
	.nav_global ul li a.external::before{
		content: "";
		display: block;
		width: 11px;
		height: 11px;
		background:url("../img/ico_tab01.png") no-repeat 0 0;
		background-size: contain;
		position: absolute;
		top: 35px;
		right: 0;
	}
	
	/* ------------------------------------------------------------

	footer

	------------------------------------------------------------ */

	#footer{
		background: #005C92;
		padding: 150px 0 10px;
		color: #FFF;
	}
	
	.f_bottom{
		font-size: 1.2rem;
		line-height: 1;
		text-align: center;
		margin-bottom: 10px;
	}
	
	.f_small{
		font-size: 1.3rem;
		line-height: 1;
		text-align: center;
	}
	
	/* ナビ
	---------------------------------------------- */
	.nav_footer{
		width: 1040px;
		margin: 0 auto 140px;
	}
	
	.nav_footer > ul{
		display:-webkit-flex;
		display:flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		font-size: 1.3rem;
	}
	
	.nav_footer > ul li a{
		display: block;
		color: #FFF;
	}
	
	.nav_footer > ul li a.focus-visible{outline: 2px dotted #FFF;}
	
	.nav_footer > ul li a:hover{color: #00E1FB;}
	
	.nav_footer ul li a.external{
		padding-right: 16px;
		position: relative;
	}
	
	.nav_footer ul li a.external::before{
		content: "";
		display: block;
		width: 11px;
		height: 11px;
		background:url("../img/ico_tab03.png") no-repeat 0 0;
		background-size: contain;
		position: absolute;
		top: 7px;
		right: 0;
	}
	
	.nav_footer ul li.f04 .nav_f_sub{margin-top: 5px;}
	
	/* ページトップボタン
	---------------------------------------------- */
	#pagetop{
		position: fixed;
		right: 0;
		bottom: 0;
		background: #00446C;
		width: 60px;
		height: 60px;
		cursor: pointer;
		transition: opacity .3s;
		opacity: 0;
		pointer-events: none;
		z-index: 1000;
	}
	
	#pagetop::before{
		content: "";
		display: block;
		width: 60px;
		height: 60px;
		background: linear-gradient(90deg, #0084BD 0%, #006798 60%, #006798 100%);
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: opacity .3s;
	}
	
	#pagetop:hover::before{opacity: 1;}
	
	#pagetop span{
		display: block;
		width: 60px;
		height: 60px;
		position: relative;
	}
	
	#pagetop span::before,
	#pagetop span::after{
		content: "";
		display: block;
		width: 16px;
		height: 10px;
		background: url("../img/ico_arrow02.png") no-repeat 0 0;
		background-size: contain !important;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -5px 0 0 -8px;
	}
	
	#pagetop span::after{
		background: url("../img/ico_arrow05.png") no-repeat 0 0;
		transform: translate3d(0,10px,0);
		opacity: 0;
	}
	
	#pagetop:hover span::before{display: none;}
	
	#pagetop:hover span::after{
		transition:transform .3s, opacity .3s;
		transform:translate3d(0,0,0);
		opacity: 1;
	}
	
	#pagetop .inner{
		width: 60px;
		height: 60px;
		position: relative;
	}

	#pagetop.pagetop_show{
		opacity: 1;
		pointer-events: auto;
	}

	
}/*--@media--*/


@media print{ /* 印刷時のみ */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	PC

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	common

	------------------------------------------------------------ */
	
	/* レイアウト
	---------------------------------------------- */	
	#wrap_all{
		width: 1200px;
		transform: scale(0.8);
		transform-origin: 0 0;
	}
	
	
}/*--@media--*/


@media only screen and (max-width:1217px) and (min-width:768px){ /* 表示領域が768以上1024px以下の場合に適用するスタイル */

	.header_inner{padding-left: 20px;}
	
	.nav_global{padding-right: 20px;}
	
	
}/*--@media--*/


@media only screen and (max-width:767px){ /* 表示領域が767px以下の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	common

	------------------------------------------------------------ */

	body{
		background: #F6F6F6;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.6;
	}
	
	.sp_br{display: block;}

	/* レイアウト
	---------------------------------------------- */
	#wrap_all{
		min-width: 320px;
		overflow: hidden;
	}
	
	.wrap_type01{padding: 0 30px 80px;}
	
	.wrap_type02{margin-bottom: 80px;}
	
	/*--404ページ--*/
	.body_404 #wrap_all{height: 100vh;}
	
	.wrap_404{
		text-align: center;
		padding: 0 20px;
		margin-bottom: 100px;
	}
	
	.ttl_404{
		font-size: 3rem;
		font-weight: bold;
		margin-bottom: 12px;
	}
	
	.txt_404{margin-bottom: 30px;}
	
	/* リンク
	---------------------------------------------- */
	.link01{
		color: #005C92;
		text-decoration: underline !important;
	}

	/* ページタイトル
	---------------------------------------------- */
	.pagettl{
		height: 105px;
		font-size: 2.8rem;
		font-weight: bold;
		line-height: 1.2;
		margin-bottom: 30px;
		color: #005C92;
		padding: 0 30px 10px;
		display:-webkit-flex;
		display:flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		text-align: center;
		position: relative;
	}
	
	.pagettl::before{
		content: "";
		display: block;
		background: #DDDDDD;
		width: calc(100% - 60px);
		height: 3px;
		position: absolute;
		left: 30px;
		bottom: 0;
	}
	
	.pagettl h2 span{font-weight: normal;}
	
	/* 見出し
	---------------------------------------------- */
	.heading01{
		font-size: 1.8rem;
		line-height: 1.4;
		font-weight: bold;
		padding-bottom: 15px;
		margin-bottom: 20px;
		position: relative;
	}
	
	.heading01::before{
		content: "";
		display: block;
		background: #005C92;
		width: 20px;
		height: 3px;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	
	/* パンくずリスト
	---------------------------------------------- */
	.breadcrumb{
		font-size: 1.1rem;
		padding: 5px 5px 0 5px;
	}
	
	.breadcrumb ul{
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	
	.breadcrumb ul li{
		display:inline;
		vertical-align: middle;
		margin-right: 4px;
		background:url("../img/ico_arrow06.png") no-repeat right 0.4em;
		background-size: 5px;
		color: #000;
		padding-right: 13px;
	}
	
	.breadcrumb ul li:last-child{
		background: none;
		margin-right: 0;
		padding-right: 0;
	}

	.breadcrumb ul li a,
	.breadcrumb ul li span{color: #000;}

	/* ボタン
	---------------------------------------------- */
	.btn_type01{line-height: 0;}
	
	.btn_type01 a{
		background: #00446C;
		display: inline-block;
		width: 100%;
		max-width: 315px;
		text-align: center;
		border-radius: 4px;
		position: relative;
		line-height: 1;
		padding: 16px 0;
	}
	
	.btn_type01 span{
		color: #FFF;
		font-size: 1.5rem;
		display: inline-block;
		position: relative;
		padding-right: 18px;
		line-height: 22px;
		z-index: 1;
	}
	
	.btn_type01 span::after{
		content: "";
		display: block;
		width: 6px;
		height: 10px;
		background:url("../img/ico_arrow03.png") no-repeat 0 0;
		background-size: contain;
		position: absolute;
		right: 0;
		top: 6px;
	}
	
	.btn_type01.pdf a span{
		background: url("../img/ico_pdf01.png") no-repeat 0 0;
		background-size: 16px;
		padding-left: 22px;
	}
	
	/* リスト
	---------------------------------------------- */
	.list_type01 li{
		margin-bottom: 5px;
		padding-left: 13px;
		position: relative;
	}
	
	.list_type01 li::before{
		content:"";
		display: inline-block;
		background: #005C92;
		width: 7px;
		height: 7px;
		border-radius: 50%;
		position: absolute;
		top: 8px;
		left: 0;
	}
	
	.list_type01 li:last-of-type{margin-bottom: 0;}

	/* ------------------------------------------------------------

	header

	------------------------------------------------------------ */

	#wrap_top{
		background: #005C92;
		color: #FFF;
		font-size: 1rem;
		line-height: 1.2;
		z-index: 2;
	}

	.wrap_top_inner{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		padding: 3px 0;
	}

	.wrap_top_inner h1{white-space: nowrap;}
	
	#header{background: #FFF;}
	
	.header_inner{height: 55px;}
	
	.h_logo{
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		padding: 5px 0 0 10px;
	}
	
	.h_logo01{width: 38px;}
	
	.h_logo a{display: block;}
	
	.h_logo01 a img{width: 100%;}
	
	.h_logo02{width: 360px;}
	
	.h_logo02 a{
		background: url("../img/img_logo02.jpg") no-repeat 0 center;
		background-size: 42.5px;
		color: #000;
		font-weight: bold;
		font-size: 1.5rem;
		min-height: 42.5px;
		padding-left: 42.5px;
		white-space: nowrap;
		display: flex;
		align-items: center;
	}
	
	/*--768pxの切替時にtransition:allが効いてしまい一瞬スマホメニューが表示されてしまうためmain_menuをPC用とSP用に分けて回避しています--*/
	.main_menu.pc{display: none;}
	
	.main_menu.sp{display: block;}
	
	/* メニュー
	---------------------------------------------- */
	/*--メニューを開くボタン--*/
	.btn_menu{
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 18px;
		right: 0;
		background: #FFF;
		width: 55px;
		height: 55px;
		cursor: pointer;
	}
	
	.btn_menu.fixed{
		position: fixed;
		top: 0;
		right: 0;
		z-index: 3;
	}
	
	.btn_menu span{
		display: block;
		width: 24px;
		height: 2px;
		background:#005C92;
		position: relative;
	}
	
	.btn_menu span:before,
	.btn_menu span:after{
		content: "";
		display: block;
		width: 24px;
		height: 2px;
		background:#005C92;
		position: absolute;
	}
	
	.btn_menu span:before{top: -7px;}
	.btn_menu span:after{bottom: -7px;}
	
	/*--閉じるボタン--*/
	.btn_close{
		width: 55px;
		height: 55px;
		display:-webkit-flex;
		display:flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		position: absolute;
		top: 20px;
		right: 0;
	}

	.btn_close span{
		background: #FFF;
		display: block;
		width: 24px;
		height: 2px;
		position: relative;
		transition: transform .3s, opacity .3s;
		transition-delay: .3s;
		opacity: 0;
	}
	
	.btn_close span::before{
		content: "";
		display: block;
		width: 24px;
		height: 2px;
		background: #FFF;
		transform:rotate(90deg);
	}
	
	.drawer.open .btn_close span{
		opacity: 1;
		transform: rotate(135deg);
	}

	/* メニュー内
	---------------------------------------------- */	
	.drawer{
		background:#00446C;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 4;
		transition: transform .3s, opacity .3s;
		opacity: 0;
		pointer-events: none;
	}
	
	.drawer.open{
		opacity: 1;
		pointer-events: auto;
	}
	
	.drawer::before{
		content: "";
		display: block;
		width: 360px;
		height: 360px;
		background: radial-gradient(farthest-side, #00A9E6 10px,transparent);
		position: absolute;
		top: -180px;
		left: -180px;
		z-index: -1;
		filter: blur(30px);
	}

	.drawer .drawer_inner{
		padding: 30px;
		height: 100%;
		overflow-y: scroll;
	}
	
	.btn_language a{
		font-family: "Arial";
		font-size: 1.5rem;
		color: #FFF;
		border: 2px solid #00A9E6;
		padding: 10px 12px;
		border-radius: 41px;
		line-height: 1;
		display: inline-block;
		margin-bottom: 34px;
	}
	
	/* ナビ
	---------------------------------------------- */
	.nav_global ul li a{
		background: url("../img/ico_arrow03.png") no-repeat 0 center;
		background-size: 6px;
		color: #FFF;
		display: block;
		padding: 15px 0 15px 15px;
		font-size: 1.6rem;
	}
	
	.nav_global ul li.g04 > a{display: none;}
	
	.nav_global ul li a.external span{
		position: relative;
		padding-right: 20px;
	}
	
	.nav_global ul li a.external span::after{
		content: "";
		display: block;
		width: 14px;
		height: 14px;
		background:url("../img/ico_tab03.png") no-repeat 0 0;
		background-size: contain;
		position: absolute;
		top: 5px;
		right: 0;
	}
	
	/* ------------------------------------------------------------

	footer

	------------------------------------------------------------ */

	#footer{color: #FFF;}
	
	.footer_inner{
		background: #005C92;
		padding: 47px 15px 10px;
	}
	
	.f_bottom{
		font-size: 1rem;
		line-height: 1.2;
		text-align: center;
		margin-bottom: 10px;
		border-top: 1px solid #0086b7;
		padding-top: 20px;
	}
	
	.f_small{
		font-size: 1rem;
		line-height: 1;
		text-align: center;
	}
	
	/* ナビ
	---------------------------------------------- */
	.nav_footer{margin-bottom: 47px;}
	
	.nav_footer ul{
		display:-webkit-flex;
		display:flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		font-size: 1.3rem;
	}
	
	.nav_footer > ul > li{width: 50%;}
	
	.nav_footer ul li.f01{width: 100%;}
	
	.nav_footer ul li a{
		display: block;
		color: #FFF;
		padding: 13px 0;
	}
	
	.nav_footer ul li a.external span{
		padding-right: 16px;
		position: relative;
	}
	
	.nav_footer ul li a.external span::before{
		content: "";
		display: block;
		width: 11px;
		height: 11px;
		background:url("../img/ico_tab03.png") no-repeat 0 0;
		background-size: contain;
		position: absolute;
		top: 4px;
		right: 0;
	}
	
	.nav_footer ul li.f04{
		display: -webkit-flex;
		display: flex;
		width: 100%;
	}
	
	.nav_footer ul li.f04 > a,
	.nav_footer ul li.f04 .nav_f_sub{width: 50%;}
	
	.nav_footer ul li.f04 .nav_f_sub ul li{
		width: 100%;
		margin-bottom: 5px;
	}
	
	.nav_footer ul li.f04 .nav_f_sub ul li:last-of-type{margin-bottom: 0;}

	/* ページトップボタン
	---------------------------------------------- */	
	#pagetop{
		background: #FFF;
		height: 75px;
		display:-webkit-flex;
		display:flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	
	#pagetop span::before{
		content: "PAGE TOP";
		display: block;
		color: #000;
		font-family: 'Oswald';
		font-size: 1.3rem;
		letter-spacing: 0.05em;
		background: url("../img/ico_arrow01.png") no-repeat 0 center;
		background-size: 12px;
		padding-left: 20px;
	}

	
}/*--@media--*/


@media only screen and (max-width:320px){ /* 表示領域が320px以下の場合に適用するスタイル */
	
	.wrap_type01{padding: 0 15px 80px;}
	
	/* ------------------------------------------------------------

	header

	------------------------------------------------------------ */

	.h_logo02 a{font-size: 1.3rem;}
	

}/*--@media--*/

