  @charset "utf-8";
/* CSS Document */

/*==================
 Foundation
====================*/

#body{
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	font-size: 1rem;
	line-height: 1.9;
	font-weight: 400;
	letter-spacing: 0.03em;
	font-feature-settings : "pkna" 1;
}
#body > *{
	min-width: 960px;
}

#body.sp > *{
	min-width: inherit;
}

#body a{
	text-decoration: none;
}
#body a:hover{
	text-decoration: underline;
}

header::after,
main *:after{
	display: none;
}

#body.full-width .content .inner{
	line-height: 1.9;
}

/*for accessibility*/
.accessGuide{
	width: 1px; height: 1px; position: absolute; overflow: hidden;
}
.accessGuide li{
	display: inline;
}

.fill-width{
	width: 100%;
	height: auto;
}
.fill-height{
	height: 100%;
	width: auto;
}

.inner--bodyWidth{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

/*==================
 Layout
====================*/

.l-fswFooter{
	background: linear-gradient(to bottom,#d5d5d5 0%, #f0f0f0 4px, #f6f6f6 12px);
}
.l-fswFooter img{
	width: 100%;
	height: auto;
}

/*============================
	Object
==============================*/
/*---------------
	component
----------------*/

.c-caption{
	font-size: 0.9375rem;
	margin:0.5em 0;
	letter-spacing: 0.01em;
}
.c-caption--top{
	font-size: 0.9375rem;
	margin:0 0 0.5em;
	letter-spacing: 0.01em;
}

.c-note{
	font-size: 0.875rem;
	padding: 0.5em 0 0.5em 1em;
	text-indent: -1em;
}


/*---------------
	project
----------------*/

/*--fsw_bnav--*/

.p-fswFooter__title h2{
	width: 340px;
	margin: 0px auto 10px;
}
.p-fswFooter__title h2 img{
	margin: 17px auto 16px;
}
.p-fswFooter__btnComp li{
	width: 300px;
	position: absolute;
	right: 0px; top:22px;
	border-radius: 70px;
	background-color: #fff;
	overflow: hidden;
	box-shadow: 1px 2px 8px -2px rgba(0,0,0,0.5);
}
.p-fswFooter__btnComp li a::before {
	content: '';
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	height: 100%;
	border: #1464AB 3px solid;
	background-color: rgba(255,255,255,0.5);
	top:0px; left:0px;
	opacity: 0;
	transition: all 0.3s;
	border-radius: 70px;
}
.p-fswFooter__btnComp li a:hover::before {
	opacity: 0.5;
}
.p-fswFooter__btnComp li.current a:hover::before {
	opacity: 0;
}

.p-fswFooter__bnav{
	display: -webkit-flex;
	display: flex;
	justify-content: -webkit-space-between;
	justify-content: space-between;
	margin-bottom: 0.625rem;
}
.p-fswFooter__bnav::after{
	display: none;
}
.p-fswFooter__bnav li{
	width: 300px;
	flex: 0 0 auto;
	margin-bottom: 40px;
	margin-right: 30px;
	box-shadow: 1px 2px 4px rgba(0,0,0,0.3);
	box-sizing: border-box;
	position: relative;
}
.p-fswFooter__bnav li:last-child{
	margin-right: 0px;
}
.p-fswFooter__bnav li a::before {
	content: '';
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	height: 100%;
	border: #1464AB 3px solid;
	background-color: rgba(255,255,255,0.5);
	top:0px; left:0px;
	opacity: 0;
	transition: all 0.3s;
}
.p-fswFooter__bnav li a:hover::before{
	opacity: 0.5;
}
.p-fswFooter__bnav li.current a:hover::before{
	opacity: 0;
}


/*---------------
	utility
----------------*/
.u-center--text{
	text-align: center !important;
}
.u-center--block{
	margin-left:auto;
	margin-right:auto;
}
.u-gray{
	color: #212121;
}
.u-blue{
	color:#004b97;
}
.u-bold{
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	font-weight: bold !important;
}
.u-blue--border{
	border-color: #004b97 !important;
}

.u-list--inline li{
	display: inline-block;
	margin-right: 1em;
}
.u-lastItem{
	border-bottom: none !important;
}
.u-border--top{
	border-top: #ccc 1px solid;
	padding-top: 0.8em;
	box-sizing: border-box;
}
.u-border--left{
	border-left: #ccc 1px solid;
	padding-left: 0.8em;
	box-sizing: border-box;
}

.u-mb{ margin-bottom: 1.5rem; }
.u-mb--2{ margin-bottom: 2.5rem; }
.u-mb--s{ margin-bottom: 0.5rem; }

.u-narrow--80{
	width: 80% !important;
	margin-right: auto;
	margin-left: auto;
}

.u-gbk{
	background-color: #f0f0f0;
}

.u-width--auto{
	width: auto !important;
}

.is-fixed{
	position:fixed;
}
.is-hidden{
	opacity: 0;
}


