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

/* 基本設定 */
* {
	margin: 0px;
	padding: 0px;
}
html {
overflow-x: hidden;
}
body {
	font-family: "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Verdana, Arial, Meiryo, "MS P Gothic", "MS Pゴシック", sans-serif;
	color: #111;
	background-color: #FFF;
	font-size: 18px;
	line-height: 100%;
	animation: Fuwa 2s forwards;
}
@keyframes Fuwa {
	0% {opacity: 0}
	100% {opacity: 1}
}
img {
	border: none;
	-webkit-backface-visibility: hidden;
	width:auto;
	height: auto;
}
ul {
	list-style-type:none;
}
li img { 
  vertical-align:bottom; 
}
p {
	font-size: 18px;
	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;
	-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 {
	color: #016bba;
	text-decoration: underline;
	opacity:1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
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: block;
}
.sp {
	display: none;
}

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

.section {
	width:1200px;
	margin: 0px auto;
}
@media screen and (max-width: 1200px){
.section {
	width:auto;
	padding-left:30px;
	padding-right:30px;
}
}
#wrapper {
	position:relative; /*gototopの親要素に指定*/
}
/* ヘッダー設定 */
#header {
	height: 90px;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#header h1 {
	float:left;
	padding-top:20px;
}
#header h1 a:hover img {
opacity:1;
filter: alpha(opacity=100);
-ms-filter: "alpha( opacity=100 )";
}
#header ul {
	float:right;
	text-align:right;
	padding-top:40px;
}
#header li {
	display:inline-block;
	font-size: 16px;
	line-height: 1em;
	margin-left:3em;
}
/* フッター設定 */
#footer {}
#footer .access {
	background-image: url(../img/access_bk.webp);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:1920px 100%;
	padding:60px 0px;
}
#footer .access h2 {
	font-size: 56px;
	line-height: 1em;
	text-align: center;
	margin-bottom:30px;
}
#footer .access h2:before {
    content: "Access";
	font-size: 36px;
	line-height: 2em;
	display: block;
}
#footer .access ul {
	width:1200px;
	margin:0px auto;
	margin-top:60px;
}
@media screen and (max-width: 1200px){
#footer .access ul {
	width:auto;
	margin:0px;
	margin-top:60px;
	padding-left:30px;
	padding-right:30px;
}
}
#footer .access li {
	float:left;
	width:45%;/* 590px 540px */
	padding:35px 2.08%;/* 35px 25px */
	background-color: #FFF;
}
#footer .access li:nth-child(2) {
	float:right;
}
#footer .access li h3 {
	font-size: 36px;
	line-height: 1em;
	margin-bottom:25px;
	text-align:center;
}
#footer .access li h4 {
	font-size: 28px;
	line-height: 1em;
	color: #089EDE;
	margin-bottom:20px;
}
#footer .access li h5 {
	font-size: 24px;
	line-height: 1.3em;
	font-weight: normal;
	height: 3.9em;
	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: 24px;
	line-height: 1.3em;
	display: inline-block;
	font-weight: normal;
	margin-bottom:15px;
	margin-right:1em;
}
#footer .access li iframe {
	width:100%;
	height:300px;
	margin-bottom:15px;
}
#footer .access li p {
	line-height: 1.5em;
	height: 6em;
	margin:0px;
}
#footer .contact {
	background-color: #e4f5ff;
	text-align: center;
	padding:60px 0px;
}
#footer .contact h2 {
	font-size: 56px;
	line-height: 1em;
	text-align: center;
	margin-bottom:30px;
}
#footer .contact h2:before {
    content: "Contact";
	font-size: 36px;
	line-height: 2em;
	display: block;
}
#footer .contact p {
	font-size: 36px;
	line-height: 1em;
	font-weight: bold;
	margin-bottom:50px;
}
#footer .contact h5 {
	margin-bottom:40px;
}
#footer .contact h5 img {
	box-shadow:5px 5px 5px rgba(0,0,0,0.2);
}
#footer .contact h6 {
	font-size: 38px;
	line-height: 1.5em;
	width:560px;
	margin:0px auto;
}
#footer .contact h6 small {
	font-size: 18px;
	line-height: 1em;
	font-weight: normal;
	display: block;
	padding-top:20px;
	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:60px 0px;
}
#footer .page_link li {
	font-size: 16px;
	line-height: 1em;
	display: inline;
	margin:0px 1em;
}
#footer .copy {
	background-color: #333333;
	padding:15px 0px;
}
#footer .copy dl {
	width:1200px;
	margin: 0px auto;
}
@media screen and (max-width: 1200px){
#footer .copy dl {
	width:auto;
	margin: 0px;
	padding-left:30px;
	padding-right:30px;
}
}
#footer .copy dt {
	font-size: 16px;
	line-height: 1em;
	float:left;
	background-color: #FFF;
	padding: 10px 15px;
	display: inline-block;
}
#footer .copy dt a:hover {
	color: #F00;
	text-decoration: none;
}
#footer .copy dt a:nth-child(2) {
	display:none;
}
#footer .copy dd {
	float:right;
	color: #FFF;
	font-size: 14px;
	line-height: 1em;
	padding-top:12px;
}
#drawer_menu {
	display:none;
}
.gototop {
	position: fixed;
	right: 30px;
	bottom: 110px;
	z-index: 10;
}
.gototop img {
	vertical-align: bottom;
}

/* コンテンツ設定 */
#contents {
	background-image: url(../img/content_bk.webp);
	background-repeat: no-repeat;
	background-position: center 485px;
}

/* パンくずナビ設定 */
#contents .breadcrumbs {
	width:1200px;
	padding:15px 0px;
	margin:0px auto;
}
@media screen and (max-width: 1200px){
#contents .breadcrumbs {
	width:auto;
	padding:15px 0px;
	padding-left:30px;
	margin:0px;
}
}
#contents .breadcrumbs li {
	color: #111;
	display: inline;
	font-size: 14px;
	line-height: 1.1em;
}
#contents .breadcrumbs li i {
	font-size: 16px;
	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: #016bba;
	text-decoration: underline;
}

/* 各ページタイトル共通設定 */
#contents #title {
	background-image: url(../img/title_bk.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#contents #title h1 {
	width:1200px;
	height: 160px;/* 440px *//* 260px */
	padding-top:120px;/* 180px */
	margin:0px auto;
	font-size: 36px;/* 46px */
	line-height: 1em;
	color: #FFF;
	background-repeat: no-repeat;
	background-position: right center;
	background-size:65%;
}
@media screen and (max-width: 1200px){
#contents #title h1 {
	width:auto;
	padding-left:30px;
}
}
#contents #title h1:before {
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	margin-right:0.5em;
}
#contents .sub_title {
	font-size: 56px;
	line-height: 1em;
	text-align: center;
	margin-bottom:30px;
}
#contents .sub_title:before {
    content: "";
	font-size: 36px;
	line-height: 2em;
	display: block;
}
#contents .sub_title_icon  {
	font-size: 30px;
	line-height: 1em;
	background-image: url(../img/sub_title_icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:55px;
	padding-top:7px;
	margin-top:50px;
	margin-bottom:25px;
    clear: both;
}
/* 派生ページニュー設定 */
#contents #contents_menu {
	background-color: #e4f5ff;
	padding:25px 0px;
	text-align: center;
}
#contents #contents_menu ul {
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}
@media screen and (max-width: 1200px){
#contents #contents_menu ul {
	width:1140px;
}
}
#contents #contents_menu li {
	float:left;
	width:31.4%;
	border: 3px solid #016bba;
}
#contents #contents_menu li:nth-child(3n-1) {
	margin-left:2%;
	margin-right:2%;
}
#contents #contents_menu li img {
	width:100%;
	max-height:120px;
	object-fit: cover;
}
#contents #contents_menu li a,
#contents #contents_menu li a:hover {
	text-decoration: none;
}
#contents #contents_menu li h6 {
	font-size: 24px;
	line-height: 1em;
	font-weight: bold;
	color: #016bba;
	text-align: center;
	background-color: #FFF;
}
#contents #contents_menu li a h6 {
	padding:15px 0px;
	padding-bottom:10px;
	display: block;
	color: #016bba;
	-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;
}
#contents #contents_menu li a:hover h6{
	text-decoration: none;
	color: #FFF;
	background-color: #016bba;
}

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

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