@charset "utf-8";

/*------------------------------------------------------------------
/
/	STYLE:PC
/
/-----------------------------------------------------------------*/
html {}
body {
	margin: 0 auto;
	font-size:100%;
	color: #000;
	line-height: 1.6;
	background:#fff;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	overflow-x: hidden;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {}
a:visited {}
a:hover {}

* header:after, * footer:after, * main, * section:after, * article:after, * div:after, * ul:after, * ol:after, * dl:after{
	content: "";
	clear: both;
	display: block;
}

/* common
-------------------------------------------------------*/
.sp {display: none;}
.text-center{text-align:center;}
.text-right{text-align:right;}
.text-left{text-align:left;}

.area{width:100%;}
.area-in{
	width:1000px;/* 任意の幅 */
	margin: 0 auto;
	padding: 60px 0 70px 0;
}
.area-in01{
	padding-top: 0;
}

/* header
-------------------------------------------------------*/
#header{
	padding: 60px 0 20px 0;
}
#header .logo{
	text-align: center;
	padding-bottom: 40px;
}
#header nav#nav-main{
	width: 1000px;
	margin: 0 auto;
}
#header nav#nav-main ul{
	display: block;
	text-align: center;
}
#header nav#nav-main ul li{
	display: inline-block;
	margin-right: 70px;
}
#header nav#nav-main ul li:last-of-type{
	margin-right: 0;
}
#header nav#nav-main ul li a{
	display: block;
	padding: 10px 0;
	font-size: 15px;
	font-weight: 500;
}

/* footer
-------------------------------------------------------*/
#footer{
	margin-top: 80px;
	color: #fff;
	padding: 50px 0;
}
#footer #nav-footer ul{
	text-align: center;
	display: block;
}
#footer #nav-footer ul li{
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
	font-size: 12px;
}
#footer #nav-footer ul li:last-of-type{
	margin-right: 0;
}
#footer #nav-footer ul li a{
	display: block;
	color: #fff;
	padding: 10px 0;
}
#footer .copy{
	font-size: 12px;
	margin-top: 10px;
}

/* visual
-------------------------------------------------------*/
#visual{
	background: url(../images/index/visual_bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 400px;
	text-align: center;
}

/*=======================================================
	以下コンテンツのセクションごと
=======================================================*/

/* title */
.title01{
	font-size: 26px;
	font-weight: 500;
	position: relative;
	margin-bottom: 60px;
}
.title01-01{
	margin-bottom: 50px;
}
.title01:before{
	content: '';
	position: absolute;
	border-bottom: 3px solid #002060;
	width: 46px;
	height: 3px;
	left: 0;
	right: 0;
	bottom: -30px;
	margin: 0 auto;
}
.title02{
	color: #001F5F;
	font-size: 16px;
	font-weight: 500;
	border-bottom: 1px solid #D6D6D6;
	margin: 20px 0;
	padding-bottom: 15px;
}
#maintitle{
	background: url(../images/common/title_bg.jpg) no-repeat center bottom;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 60px 0;
	text-align: center;
}
.subtitle01{
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 40px;
}

/* background */
.bg-blue{
	background: #002060;
	color: #fff;
}
.bg-blue .title01:before{
	border-color: #fff;
}

/* breadcrumb */
#breadcrumb{
	width: 1000px;
	margin: 0 auto;
	padding: 15px 0;
}
#breadcrumb ul li{
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	font-weight: 500;
	margin-right: 15px;
	position: relative;
}
#breadcrumb ul li:before{
	content: '>';
	position: absolute;
	right: -15px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
#breadcrumb ul li:last-of-type:before{
	content: '';
}
#breadcrumb ul li a{
	display: block;
}

/* list
-------------------------------------------------------*/
.list01{
	width: 1020px;
	margin: 0 auto;
	display: block;
	text-align: center;
}
.list01 li{
	display: inline-block;
	vertical-align: top;
	margin-right: 45px;
}
.list01 li:last-of-type{
	margin-right: 0;
}
.list01 li p{
	margin-top: 20px;
}
.list02{
	display: block;
	text-align: center;
	width: 1000px;
	margin: 0 auto;
	padding-top: 50px;
}
.list02 li{
	width: 180px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}
.list02 li:last-of-type{
	margin-right: 0;
}
.list02 li p{
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 10px;
}
.list03 li{
	position: relative;
	font-size: 14px;
	font-weight: 500;
	padding-left: 13px;
}
.list03 li:before{
	content: '・';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.list04{
	margin-bottom: 60px;
}
.list04 li{
	font-size: 15px;
	font-weight: 500;
	padding: 20px;
	border-bottom: 1px solid #eee;
}
.list04 li:nth-child(odd){
	background: #F8F8F8;
}
.dlist01 dt,
.dlist01 dd{
	display: table-cell;
	vertical-align: top;
	font-size: 15px;
	font-weight: 500;
}
.dlist01 dt{
	width: 120px;
	font-weight: 900;
}

/* panel / box
-------------------------------------------------------*/
.panel01 article{
	width: 490px;
	min-height: 130px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #EEE;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.panel01 article:nth-child(2n){
	margin-right: 0;
}
.panel01 article dl{
	display: table;
}
.panel01 article dl dt,
.panel01 article dl dd{
	display: table-cell;
	vertical-align: top;
}
.panel01 article dl dd{
	padding-left: 20px;
}
.panel01 article dl dd h4{
	color: #001F5F;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 5px;
}
.panel01 article dl dd ul li{
	font-size: 12px;
	font-weight: 500;
	position: relative;
	padding-left: 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.panel01 article dl dd ul li:before{
	content: '・';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.box01{
	width: 490px;
	float: left;
	margin-right: 20px;
	margin-bottom: 40px;
}
.box01:nth-child(2n){
	margin-right: 0;
}
.box02{
	background: #F8F8F8;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
	border: 1px solid #D6D6D6;
}

/* table
-------------------------------------------------------*/
.table01{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #D6D6D6;
}
.table01 tr:nth-child(odd){
	background: #F8F8F8;
}
.table01 th,
.table01 td{
	padding: 15px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;;
	border: 1px solid #D6D6D6;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
}
.table01 th{
	text-align: center;
}
.table01 td:first-of-type{
	text-align: center;
}
.table02{
	width: 100%;
	border-collapse: collapse;
}
.table02 th,
.table02 td{
	padding: 20px 0;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;;
	border-bottom: 1px solid #eee;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
}
.table02 th{
	text-align: left;
	font-weight: 900;
}
.table02 td iframe{
	width: 100%;
	margin-top: 20px;
}
.table02 p{
	line-height: 1.7;
}
.table02 tr:last-of-type th,
.table02 tr:last-of-type td{
	border-bottom: none;
}

/* #contact
-------------------------------------------------------*/
