@charset "UTF-8";
/* CSS Document */

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


body{
	font-family: Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	color:#000000;
	line-height:1.5;
	font-size:14px;
}

ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

li{
	margin: 0;
	padding: 0;
}

img{
	vertical-align:bottom;
}

.cmn_m10 {margin-top: 10px;}

.cmn_fw_b { font-weight: bold;}
.cmn_f8 { font-size: 0.8em}
.cmn_f12 { font-size: 1.2em}

.sup {
	font-size: 0.7em;
	vertical-align: top;
	position: relative;
	top: -0.25em;
}
.note {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 0.84em;
}
.infoList table td p.note {
	padding-left: 1em;
}

/* PC */
@media screen and (min-width:768px) {

/****************************************************
header
****************************************************/

#header {
	width:980px;
	margin: 10px auto 0 auto;
}

#header_logo { float: left;}

#header_logo img {
	width: 254px;
	height: 63px;
}

#header_sitename {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;	
	
	float: right;
	width: 260px;
	height: 46px;
	margin-top: 13px;
	background-image: url(../img/common_img_sitename.png);
	background-position: top right;
	background-repeat:no-repeat;
	background-size: 100%;
}


#header_sitename a {
	width: 260px;
	height: 46px;
	display:block;
}

#header_menu {display: none;}


#header nav {
	width:980px;
	margin: 13px auto 1px auto;
}

#header nav ul {
	width: 100%;
	display: table;
	table-layout: fixed;
}

#header nav ul li {
	display:table-cell;
	vertical-align: middle;
	border-left: 1px solid #FFF;
	text-align:center;
}
#header nav ul li img{
	width: auto;
	height: 38px;
}
#header nav ul li {
	color: #fff;
	width: 25%;
}
#header nav ul li a {
	color: #FFF;
	text-decoration: none;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 74px;
	padding: 0;
}

#header nav ul li a:hover{
	background-color:rgba(255,255,255,0.2);
}

#header nav ul li:first-child{ border:none;}

#header nav ul li.header_menu_01 { background-color: #003399;}
#header nav ul li.header_menu_02 { background-color: #61b3fd;}
#header nav ul li.header_menu_03 { background-color: #449dff;}
#header nav ul li.header_menu_04 { background-color: #006666;}
#header nav ul li.header_menu_05 { background-color: #0079ff;}

#header nav ul li span{ display: none;}


/****************************************************
article
****************************************************/

article {
	width:980px;
	margin: 0 auto 0 auto;
}



/****************************************************
footer
****************************************************/
#footer {
	width: 100%;
	background-color: #F5FAFF;
	margin: 10px auto 0 auto;
	padding: 20px 0 0 0;
	color: #000;
}
#footerArea {
	width: 90%;
	max-width:980px;
	margin:0 auto 20px auto;
}
#footerNav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#footerNav .footer_sitename {
	width: 260px;
}
#footerNav .footer_sitename img {
	width: 100%;
}
#footerNav nav {
	display: inline-block;
}

#footerNav nav ul {
	width: 28em;
	column-width: 4em;
	column-count: 2;
	font-size: 12px;
	line-height: 2em;
}

#footerNav nav ul a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#footerNav nav ul li img{
	width: auto;
	height: 12px;
	margin-bottom: 5px;
}

#footerNav nav ul li span{display: none;}
#footerNav nav ul li.footer_menu_01 {display: none;}

#footerArea ul.to_corp {
	font-size: 12px;
	width: 160px;
	text-align: center;
	line-height: 10px;
}
#footerArea li.icon {
	margin: 0 auto;
	text-align: left;
	text-indent: 12px;
	background-image:url(../../img/index_img_icon03.png);
	background-position: 10px 6px;
	background-repeat:no-repeat;
	background-size: 12px 14px;
}

#footerArea li.icon a {
	padding: 10px 10px 8px 20px;
	color: #000;
	border: 1px solid #003399;
	text-decoration: none;
	display:block;
}


#footerBtm {
	width: 100%;
	background-color:#003399;
}

#footerBtmIn {
	width:980px;
	margin:0 auto;
	padding:8px 0;
	color:#FFF;
}

#footerBtmIn a {
	color:#FFF;
}

#footerBtm_navi{
	width:400px;
	float:left;
	font-size:10px;
}

#footerBtm_copyright{
	float:right;
	font-size:10px;
}

}


/* SP */
@media screen and (max-width: 767px) {
	
img { max-width: 100%; }

/****************************************************
header
****************************************************/

#header {
	width:100%;
	margin: 10px auto 0 auto;
	position: relative;
}

#header_logo { float: left;}

#header_logo img {
	width: 127px;
	height: 32px;
	margin:0 0 10px 20px;
}

#header_sitename {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;	
	
	float: left;
	width: 72px;
	height: 28px;
	margin: 7px 0 0 25px;
	background-image: url(../img/sp_common_img_sitename.png);
	background-position: top right;
	background-repeat:no-repeat;
	background-size: 100%;
}

#header_sitename a {
	width: 72px;
	height: 28px;
	display:block;
}

#header_menu {
	width: 22px;
	height: 15px;
	position: absolute;
	top: 5px;
	right: 20px;
	cursor:pointer;
}


#header nav {
	width: 100%;
	display:none;
}

#header nav ul {
	width: 100%;
	border-bottom: 1px solid #003399;
}

#header nav ul li {
	font-size: 14px;
	color: #000;
	border-top: 1px solid #003399;
	text-align: left;
	background-color: #F5FAFF;
	padding: 0 0 0 20px;
}

#header nav ul li a {
	padding:12px 0;
	color: #000;
	text-decoration: none;
	display:block;
}

#header nav ul li a br {
	display: none;
}

#header nav ul li a:hover{color: #003399;}

#header nav ul li img{ display: none;}

/****************************************************
footer
****************************************************/
#footer {
	width: 100%;
	background-color: #F5FAFF;
	margin: 10px auto 0 auto;
	color: #000;
}


#footerArea {
	width: 100%;
	margin:0 auto 0 auto;
}

#footerNav .footer_sitename img { display:none;}

#footerNav nav {
	width: 100%;
}

#footerNav nav ul {
	font-size: 14px;
}

#footerNav nav ul a {
	color: #000;
	text-decoration: none;
}

#footerNav nav ul li {
	font-size: 14px;
	text-indent:1.8em;
	font-weight: bold;
	color: #000;
	border-top: 1px solid #003399;
	text-align: left;
	background-color: #F5FAFF;
}

#footerNav nav ul li a {
	padding:12px 0;
	color: #000;
	text-decoration: none;
	display:block;
}

#footerNav nav ul li img{display: none;}


#footerNav nav ul li a:hover{color: #003399;}


#footerNav nav ul li.footer_menu_03,
#footerNav nav ul li.footer_menu_04 {
	color: #FFF;
	line-height: 2em;
}

#footerNav nav ul li.footer_menu_03 {
	/*background-color: #0079ff;
	border-top: 1px solid #0079ff;*/
}

#footerNav nav ul li.footer_menu_04 {
	/*background-color: #006666;
	border-top: 1px solid #006666;*/
}

#footerNav nav ul li ul li:first-child{ border:none;}

#footerArea ul.to_corp {
  	font-size: 14px;
	text-indent:1.8em;
	font-weight: bold;
	color: #000;
	border-top: 1px solid #003399;
	border-bottom: 1px solid #003399;
	background-color: #DAECFF;
}

#footerArea ul.to_corp a {
	padding:12px 0;
	color: #000;
	text-decoration: none;
	display:block;
}

#footerArea ul.to_corp a:hover{color: #003399;}

#footerBtm {
	width: 100%;
	background-color:#003399;
	font-size:12px;
	padding: 20px 0 0 0;
}

#footerBtmIn {
	width: 100%;
	margin:0 auto;
	padding:8px 0;
	color:#FFF;
	text-align: center;
}

#footerBtmIn a { color:#FFF;}

#footerBtm_copyright{ margin: 10px 0 0 0;}
}

.mgbLine {
	margin-bottom: 1em !important;
}