﻿@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Noto Sans Japanese', Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	background: #fff;
	font-size: 16px;
	color: #222;
}

#container {
	overflow: hidden;
}

/* header */
#header {
	padding: 1%;
	box-sizing: border-box;
}

#header-logo {
	float: left;
	width: 58%;
}

#header-logo img {
	width: 35%;
}

/* グロナビ */
.drawer {
	float: left;
	width: 40%;
}

.drawer-hidden {
  display: none;
}

.drawer-content > .drawer-list > .drawer-item:hover > ul.second-level > li > a {
	border-left:1px solid #eee;
	border-right:1px solid #eee;
}

.drawer-content > .drawer-list {
	font-size: 90%;
	text-align: right
}

.drawer-content > .drawer-list .drawer-item {
	display: inline-block;
	padding: 10px 0;
	box-sizing: border-box;
	width: 24%;
}

.drawer-content > .drawer-list > .drawer-item a {
	/*border-right: #a0a0a0 1px solid;*/
	color: #000;
	font-size: 18px;
	display: block;
	padding: 10px 0;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	position: relative;
}

.drawer-content > .drawer-list > .drawer-item a:hover {
	color: #003490;
}

/*ハンバーガー用*/
label {
	display: none;
}

.contents-area {
	width: 75%;
	margin: 0 auto;
	overflow: hidden;
}

/* footer */
#footer01 {
	margin-top: 5%;
	background: #808080;
	color: #fff;
	padding: 3% 0;
	box-sizing: border-box;
}

#fotter-logo {
	text-align: center;
	margin-bottom: 1.5%;	
}

#ul-footer-link {
	text-align: center;
}

#ul-footer-link li {
	display: inline-block;
}

#ul-footer-link li a {
	color: #fff;
	text-decoration: none;
}

#ul-footer-link li a:hover {
	text-decoration: underline;
}

#footer02 {
	background: #4D4D4D;
	color: #fff;
	text-align: center;
	padding: 1%;
	box-sizing: border-box;
}

/* トップ以外のページ */#container-box {
	padding: 1%;
	box-sizing: border-box;
}

#article {
	background: #F5F5F5;
	padding:1px 0 5%; 
	box-sizing: border-box;
}

.h1-std {
	margin: 1.5%;
	background: #fff;
	font-size: 25px;
	padding: 2.5% 0;
	box-sizing: border-box;
	text-align: center;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
}

.h1-std span {
	font-size: 20px;
	display: block;
}

#ul-topic-path {
}

#ul-topic-path li {
	display: inline-block;
	font-size: 16px;
	margin-right: .2%;
}

#ul-topic-path li a {
	text-decoration: none;
	color: #222;
}

#ul-topic-path li a:hover {
	color: #003490;
}

.h2-std {
	font-size: 25px;
	margin: 5% 0 3% 0;
	border-left: #003490 10px solid;
	padding-left: 1%;
	box-sizing: border-box;
}

.h3-std {
	font-size: 23px;
}

.map {
	background: #003490;
	color: #fff !important;
	padding: .5%;
	box-sizing: border-box;
	font-size: 14px;
}

/* ボタン */
.p-btn-entry {
	width: 30%;
	margin: 0 auto;
}

.btn-entry {
	background: #004f9c;
	text-align: center;
	font-size: 25px;
	display: block;
	padding: 4% 0;
	box-sizing: border-box;
	border: 1px #004f9c solid;
	color: #fff !important;
	text-decoration: none;
	width: 100%;
}

.btn-entry:hover {
	box-shadow: 0 0 20px 5px rgba(255,255,255,.5) inset;
	border: 1px #fff solid;
	color: #fff !important;
	text-decoration: none !important;
}

.map {
	text-decoration: none;
}

/* リスト */
.ul-tbl-inner {
	list-style-type: disc;
	margin-left: 2%;
}

.ul-tbl-inner li {
	
}

.ul-2col {
	margin: 0 auto 2%;
}

.ul-2col li {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin:1.5% 1% 0 0;
}

.ul-2col li figure {
	margin: 0;
}

.ul-2col li figure img {
	width: 100%;
	max-width: 100%;
}

.ul-3col {
	margin: 0 auto 2%;
}

.ul-3col li {
	display: inline-block;
	vertical-align: top;
	width: 32%;
	margin:1.5% 1% 0 0;
}

.ul-3col li figure {
	margin: 0;
}

.ul-3col li figure img {
	width: 100%;
	max-width: 100%;
}

.dl-tbl-inner dt {
	margin-bottom: 1%;
}

.dl-tbl-inner dd {
	margin-bottom: 1.5%;
	
}


.dl-tbl-inner dd ul {
	list-style-type: disc;
	margin-left: 4em;
}

/* パラグラフ */
.p-std {
	line-height: 1.5em;
	margin-bottom: .5em;
}

.p-std-ht2 {
	line-height: 2em;
}

.p-std-ht2 a {
	color: #222;
}

.p-std-ht2 a:hover {
	color: #003490;
	text-decoration: none;
}


/* font */
.col-nomal{
	color: #222 !important;
}

/* text */
.txt-center {
	text-align: center;
}
