@charset "utf-8";

html {
	font-size: 10px;
}

body {
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #333;
}

p {
	font-size: 1.4rem;
	line-height: 1.8;
}


a {
	color: #0068b7;
}

.inner {
	width: 960px;
	margin: 0 auto;
}

/*----------------------------------------

ヘッダー

----------------------------------------*/

header {
	box-shadow: 0 3px 5px #ddd;
}

header .inner {
	height: 90px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .inner ul li {
	display: inline-block;
	margin-left: 20px;
}

header .inner ul li a {
	background: url(../images/common/icon_arrow01.png) left center no-repeat;
	padding-left: 25px;
	font-size: 1.4rem;
	text-decoration: none;
	color: #333;
	display: inline-block;
	padding-top: 3px;
}

header .inner ul li a:hover {
	text-decoration: underline;
}


/*----------------------------------------

グローバルナビ

----------------------------------------*/

header nav {
	background: #f39700;
	position: relative;
}

header nav ul {
	display: flex;
	justify-content: space-between;
	width: 960px;
	margin: 0 auto;
}

header nav ul li {
	width: 20%;
}

header nav ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 70px;
	font-size: 1.6rem;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.4;
	background: url(../images/common/line01.gif) right center no-repeat;
	cursor: pointer;
}

header nav ul li a:hover {
	background: #FFA619 url(../images/common/line01.gif) right center no-repeat;
}

header nav ul li:last-child a,
header nav ul li:last-child a:hover {
	background-image: none;
}


header nav ul li .submenu {
	display: none;
	position: absolute;
	top: 70px;
	left: 0;
	background: #fff;
	width: 100%;
	border-bottom: 5px solid #fdc779;
	z-index: 10000;
	padding: 20px 0;
}

header nav ul li ul {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	display: block;
}

header nav ul li ul li {
	width: 33%;
	float: left;
	padding: 10px 0;
}
header nav ul li ul li:last-of-type {
	padding: 0;
}
header nav ul li ul li:nth-last-of-type(2){
	padding: 0;
}

header nav ul li ul li a {
	display: inline-block;
	text-align: left;
	height: auto;
	font-size: 1.6rem;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.4;
	background: url(../images/common/icon_arrow01.png) 0 1px no-repeat !important;
	cursor: pointer;
	color: #333 !important;
	padding-left: 30px;
}

header nav ul li ul li a:hover {
	background: none;
	background: url(../images/common/icon_arrow01.png) left center no-repeat;
}


/*----------------------------------------

パンくずナビ

----------------------------------------*/

.breadcrumbNavi {
	width: 960px;
	margin: 0 auto;
	padding: 15px 0 0 0;
	box-sizing: border-box;
}

.breadcrumbNavi ul {
	display: flex;
}

.breadcrumbNavi li {
	color: #333;
	font-size: 1.2rem;
	position: relative;
	padding-right: 20px;
	margin-right: 10px;
}

.breadcrumbNavi li a {
	color: #333;
	text-decoration: none;
	font-size: 1.2rem;
}

.breadcrumbNavi li a:hover {
	text-decoration: underline;
}

.breadcrumbNavi li:after {
	content: '＞';
	color: #333;
	padding-left: 3px;
	position: absolute;
	top: 0;
	right: 0;
}

.breadcrumbNavi li:last-child:after {
	display: none;
}

.breadcrumbNavi li.home a {
	display: block;
	text-indent: -999px;
	overflow: hidden;
	width: 15px;
	height: 14px;
	background: url(../images/common/icon_home.png) no-repeat;
}



/*----------------------------------------

フッター

----------------------------------------*/

.footerBanner .inner {
	padding: 50px 0;
}

.footerBanner ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.footerBanner a:hover {
	opacity: 0.7;
}


.footerBanner .txt01 {
	margin-left: 20px;
	background: url(../images/common/icon_lock.png) left center no-repeat;
	padding: 5px 0 0 27px;
}

footer {
	background: #ffeac5;
}

footer .inner {
	padding: 20px 0;
	position: relative;
}

footer .logo {
	margin: 0 0 10px 20px;
}

footer .address {
	margin-left: 60px;
}

footer .btn_pagetop {
	position: absolute;
	bottom: 0;
	right: 0;
}

footer small {
	display: block;
	background: #f39700;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	font-size: 1.4rem;

}


/*----------------------------------------

見出し

----------------------------------------*/

h2.title1 {
	border-bottom: 1px solid #ccc;
	color: #f39700;
	font-size: 2.8rem;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

h2.title1 span {
	border-left: 4px solid #f39700;
	display: block;
	padding-left: 15px;
}

h3.title1 {
	border-bottom: 1px solid #f39700;
	font-size: 2.4rem;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

h4.title1 {
	font-size: 1.6rem;
	padding-left: 23px;
	margin-bottom: 10px;
	background: url(../images/common/icon_circle.gif) left 0.175em no-repeat;
}

h4.title2 {
	font-size: 1.6rem;
	margin-bottom: 10px;
	color: #f39700;
}


/*----------------------------------------

テーブル

----------------------------------------*/


table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
}

th,
td {
	padding: 20px;
	border: 1px solid #ccc;
	border-collapse: collapse;
	font-size: 1.6rem;
	line-height: 1.8;
}

th {
	background: #e3d9c8
}

.cap {
	font-size: 1.4rem;
	margin-top: 5px;
}
