@charset "Shift_JIS";


/************* 注釈部 *************/
.list_nfs {
	background: #f3f3f3;
	padding: 2.5em 2em 2em;
}
.list_nfs li {
	font-size: 110%;
    font-weight: bold;
    color: #c00;
    margin: 0px 0px 10px;
    text-indent: -1em;
    padding: 2px 0 2px 1em;
    list-style: none;
    line-height: 1.4;
}
.list_nfs li span {
    background: linear-gradient(transparent 80%, #ffb1b1 80%);
    display: inline;
    padding: 0 2px 0px;
    color:#333;
}

dd ul li span.u_line {
	border-bottom: 1px solid #F00;
}

dd ul li span.fb_red {
	color: #f00;
	font-weight: bold;
}

@media all and (max-width: 767px) {
	.list_nfs {
		padding: 2em 1em 1.5em;
	}
	.list_nfs li {
		font-size: 15px;
	}
}


/************* ヘッダー部 *************/
#header {
	position: relative;
	z-index:100;
}
/* .header_sec01 上部青帯 */
.header_sec01{
	height:10px;
	background: #001489;
	font-size: 9px;
	color: #fff;
	letter-spacing: 0;
	line-height: 30px;
}
/************* インナーベーススタイル（ページ横幅指定） *************/
.inner-base{
	max-width:980px;
	margin: 0 auto;
}
/* @SP */
@media all and (max-width: 767px){
.inner-base{
	max-width: inherit;
	min-height:inherit;
    margin: 0;
    padding: 0 15px;
}
}

/************* 詳細 *************/
dl{
width:980px;
box-sizing: border-box;
}

dt,dd{
margin-bottom:15px;
box-sizing: border-box;
}

dt{
float:left;
clear:left;
width:200px;
box-sizing: border-box;
}

dd{
float:left;
width:780px;
border-left:1px dashed #999999;
padding-left:15px;
box-sizing: border-box;
}

dd ul li,
.loginaka,
.shotai{
padding-left:1em;
text-indent:-1em;
margin:5px 0;
}

/* @SP */
@media all and (max-width: 767px){

dl{
width:100%;
box-sizing: border-box;
}

dt,dd{
width:100%;
margin-bottom:15px;
box-sizing: border-box;
}

dt{
float:none;
background:#f1f1f1;
border:1px #CCCCCC solid;
padding:0.5em;
}

dd{
float:none;
border:none;
padding-left:0;
}

dd ul li{
width:100%;
padding-left:1em;
text-indent:-1em;
box-sizing: border-box;
}

}

/************* フッター部 *************/
.ft_bottom{
	position: relative;
	padding: 10px 0 20px;
}
/*links*/
.ft_bottom .links{
	float: left;
	margin-right: 300px;
	font-size: 79%;
}
.ft_bottom .links ul li{
	display: inline-block;
	padding: 0 11px 0 14px;
	background: url(../images/footer_link_line.png) no-repeat 0 50%;
}
.ft_bottom .links ul li:first-child{
	padding-left: 0;
	background: none;
}
.ft_bottom .links ul li a{
	text-decoration: none;
}
.ft_bottom .links ul li a:hover{
	text-decoration: underline;
}
/* copyright */
.ft_bottom .copyright{
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 50%;
	width: 198px;
	height: 12px;
	margin-top: -6px;
	background: url(../images/footer_copyright.png) no-repeat;
	text-indent: 100%;
	white-space: nowrap;
}

@media all and (max-width: 767px){
.ft_bottom.inner-base{
	position: relative;
	padding: 0;
	text-align: center;
}
/*seal*/
.ft_bottom .seal-sp{
	display:block;
	padding:5px 0;
	background:#00005C;
}
/*links*/
.ft_bottom .links{
	float: none;
	margin-right: 0;
	background: #00005C;
	font-size: 72%;
}
.ft_bottom .links ul li{
	display: inline-block;
	padding: 10px 12px;
	background: none;
}
.ft_bottom .links ul li:first-child{
	padding-left: 12px;
}
.ft_bottom .links ul li a{
	color: #fff;
}
/* copyright */
.ft_bottom .copyright{
	position: static;
	width: auto;
	height: 27px;
	margin: 0;
	background: #fff url(../images/footer_copyright_sp.png) no-repeat 50% 50%;
	-webkit-background-size: 206px 11px;
	        background-size: 206px 11px;
}
}