@charset "utf-8";
/* CSS Document */

/* 基本設定 */
* {
	margin: 0px;
	padding: 0px;
	background-image: url();
	-webkit-text-size-adjust: 100%;
}
html {
overflow-x: hidden;
}
body {
	font-family: dnp-shuei-mgothic-std, 'Noto Sans JP', "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Verdana, Arial, Meiryo, "MS P Gothic", "MS Pゴシック", sans-serif;
	color: #111;
	background-color: #FFF;
	font-size: 13px;
	line-height: 100%;
	animation: Fuwa 2s forwards;
	overflow:hidden;
}
@keyframes Fuwa {
	0% {opacity: 0}
	100% {opacity: 1}
}
img {
	border: none;
}
ul {
	list-style-type:none;
}
li img { 
  vertical-align:bottom; 
}
p {
	font-size: 13px;
	line-height: 1.7em;
	margin-bottom: 0.5em;
}
ul:after,
p:after,
dl:after {
    content: "";
    clear: both;
    display: block;
}
a {
	color: #111;
	text-decoration: none;
}
a:hover {
	color: #111;
	text-decoration: underline;
}
a img {
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
a:hover img {
opacity:0.6;
filter: alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
}
.clear {
	clear: both
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.pc {
	display: none;
}
.sp {
	display: block;
}

/* 基本テンプレート設定 */

#wrapper {
	position:relative; /*gototopの親要素に指定*/
	overflow-x: hidden;
}
/* ヘッダー設定 */
#header {
	height: 50px;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	position: fixed;
	width: 100%;
}
#header h1 {
	float:none;
	padding-top:7px;
	padding-left:5px;
}
#header h1 img {
	height:35px;
}
#header h1 a:hover img {
opacity:1;
filter: alpha(opacity=100);
-ms-filter: "alpha( opacity=100 )";
}
#header ul {
	display:none;
}

/* フッター設定 */
#footer {}
#footer .access {
	background-image: url(../img/sp/access_bk.webp);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:100% 100%;
	padding:30px 0px;
}
#footer .access h2 {
	font-size: 18px;
	line-height: 1em;
	text-align: center;
	margin-bottom:20px;
}
#footer .access h2:before {
    content: "Access";
	font-size: 13px;
	line-height: 2em;
	display: block;
}
#footer .access ul {
	width:auto;
	margin:0px 10px;
}
#footer .access li {
	float:none;
	width:auto;
	padding:25px 15px;
	background-color: #FFF;
	margin-top:20px;
}
#footer .access li h3 {
	font-size: 16px;
	line-height: 1em;
	margin-bottom:15px;
	text-align:center;
}
#footer .access li h4 {
	font-size: 16px;
	line-height: 1em;
	color: #089EDE;
	margin-bottom:15px;
}
#footer .access li h5 {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: normal;
	height: auto;
	margin-left:1.3em;
	margin-bottom:15px;
}
#footer .access li h5:before {
	font-family: "Font Awesome 5 Free";
	content: "\f3c5";
	font-weight: bold;
	position: absolute;
	margin-left:-1.3em;
}
#footer .access li h6 {
	font-size: 14px;
	line-height: 1em;
	display: block;
	font-weight: normal;
	margin-bottom:10px;
	margin-right:1em;
}
#footer .access li iframe {
	width:100%;
	height:300px;
	margin:10px 0px;
}
#footer .access li p {
	line-height: 1.5em;
	height: auto;
	margin:0px;
}
#footer .contact,
#drawer_menu .contact {
	background-color: #e4f5ff;
	text-align: center;
	padding:30px 0px;
}
#footer .contact h2,
#drawer_menu .contact h2 {
	font-size: 18px;
	line-height: 1em;
	text-align: center;
	margin-bottom:20px;
}
#footer .contact h2:before,
#drawer_menu .contact h2:before {
	content: "Contact";
	font-size: 13px;
	line-height: 2em;
	display: block;
}
#footer .contact p,
#drawer_menu .contact p {
	font-size: 13px;
	line-height: 1em;
	font-weight: bold;
	margin-bottom:20px;
}
#footer .contact h5,
#drawer_menu .contact h5 {
	margin:0px 10px;
	margin-bottom:20px;
}
#footer .contact h5 img,
#drawer_menu .contact h5 img {
	width:100%;
	box-shadow:5px 5px 5px rgba(0,0,0,0.2);
}
#footer .contact h6,
#drawer_menu .contact h6 {
	font-size: 21px;
	line-height: 1.5em;
	width:auto;
	margin:0px 10px;
}
#footer .contact h6 small,
#drawer_menu .contact h6 small {
	font-size: 12px;
	line-height: 1em;
	font-weight: normal;
	display: block;
	padding-top:15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #111;
	border-right-color: #111;
	border-bottom-color: #111;
	border-left-color: #111;
}
#footer .page_link {
	background-color: #efefef;
	text-align: center;
	padding:25px 0px;
	padding-bottom:10px;
}
#footer .page_link li {
	font-size: 13px;
	line-height: 1em;
	display:inline-block;
	margin:0px 1em;
	margin-bottom:1em;
}
#footer .copy {
	background-color: #333333;
	padding:10px 0px;
	text-align:center;
}
#footer .copy dl {
	width:auto;
	margin: 0px 10px;
}
#footer .copy dt {
	display:none;
}
#footer .copy dd {
	float:none;
	color: #FFF;
	font-size: 10px;
	line-height: 1em;
	padding-top:0px;
}

/* ドロワーメニュー設定 */
#drawer_menu-checkbox {
  display: none;
}
#drawer_menu-icon {
	display: block;
	background-image: url(../img/sp/menu.png);
	background-repeat: no-repeat;
	background-size:50px;
	height: 50px;
	width: 50px;
	background-size:100%;
	position: fixed;
	z-index: 4;
	right: 0px;
	top: 0px;
	background-color: #dcebcf;
}
#drawer_menu-close {
	display: none;
	opacity: 0;
	animation: Fuwa 1s forwards;
	width: 100%;
	position: fixed;
	top: 50px;
	left: 0px;
	bottom: 0px;
	z-index: 5;
	overflow-y: auto;
}
#drawer_menu-checkbox:checked ~ #drawer_menu-icon {
	background-image: url(../img/sp/close.png);
}
#drawer_menu-checkbox:checked ~ #drawer_menu-close {
  display: block;
      opacity: 1;
}
#drawer_menu-close .main {
	background-color: #efefef;
	color: #111;
	padding:15px 0px;
	padding-left:35px;
}
#drawer_menu-close ul {
}
#drawer_menu-close li {
	font-size: 15px;
	line-height: 1em;
	margin-right:15px;
}
#drawer_menu-close li a {
	width:100%;
	padding:0.5em 0px;
	display:block;
	color: #111;
	text-decoration: none;
}
#drawer_menu-close li a:hover {
	color: #111;
	text-decoration: none;
}
#drawer_menu-close li:after {
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	margin-left:0px;
	position: absolute;
	font-weight: bold;
	right: 30px;
	margin-top:-2em;
}
#drawer_menu-close li span {
	margin-right:0.5em;
}
@keyframes Fuwa {
	0% {opacity: 0}
	100% {opacity: 1}
}
.gototop {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 10;
}
.gototop img {
	width:20px;
	vertical-align: bottom;
}

/* コンテンツ設定 */
#contents {
	padding-top:51px;
}
#contents .section {
	margin:0px 10px;
}

/* パンくずナビ設定 */
#contents .breadcrumbs {
	padding:10px;
}
#contents .breadcrumbs li {
	color: #111;
	display: inline;
	font-size: 12px;
	line-height: 1.1em;
}
#contents .breadcrumbs li i {
	font-size: 12px;
	color: #111;
	margin-right: 5px;
}
#contents .breadcrumbs li:before {
        content: " > ";
}
#contents .breadcrumbs li:first-child:before {
        content: none;
}
#contents .breadcrumbs li a {
	color: #111;
	text-decoration: none;
}
#contents .breadcrumbs li a:hover {
	color: #111;
	text-decoration: underline;
}

/* 各ページタイトル共通設定 */
#contents #title {
	background-image: url(../img/title_bk.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#contents #title h1 {
	width:auto;
	height: auto;
	padding:30px 20px;
	margin:0px auto;
	font-size: 18px;
	line-height: 1em;
	color: #FFF;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 35% auto;
}
#contents #title h1:before {
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	margin-right:0.5em;
}
#contents .sub_title {
	font-size: 18px;
	line-height: 1em;
	text-align: center;
	margin-bottom:20px;
}
#contents .sub_title:before {
    content: "";
	font-size: 13px;
	line-height: 2em;
	display: block;
}
#contents .sub_title_icon {
	font-size: 16px;
	line-height: 1.3em;
	background-image: url(../img/sub_title_icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:25px;
	padding-left:35px;
	padding-top:7px;
	margin-top:30px;
	margin-bottom:20px;
}
/* 派生ページニュー設定 */
#contents #contents_menu {
	background-color: #e4f5ff;
	padding:15px 10px;
	text-align: center;
}
#contents #contents_menu li {
	float:left;
	width:32%;
	border: none;
}
#contents #contents_menu li:nth-child(3n-1) {
	margin-left:2%;
	margin-right:2%;
}
#contents #contents_menu li img {
	display:none;
}
#contents #contents_menu li a,
#contents #contents_menu li a:hover {
	text-decoration: none;
}
#contents #contents_menu li a h6 {
	font-size: 13px;
	line-height: 1em;
	font-weight: bold;
	color: #016bba;
	text-align: center;
	border: 2px solid #016bba;
	padding:7px 0px;
	color: #016bba;
}
#contents #contents_menu li a:hover h6 {
	text-decoration: none;
	color: #FFF;
	background-color: #016bba;
}
#contents #contents_menu li h6 span {
	display:none!important;
}

#contents .error-contents .title {
	text-align: center;
	margin: 64px 0;
}

#contents .error-contents .message {
	text-align: center;
	margin-bottom: 256px;
}
