﻿@charset "utf-8";
@import "reboot.css";
html {
	overflow-y: scroll;
	width: 100%;
}
body {
	color: #000;
	font-size: 15px;
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: 500;
	line-height: 1.8;	; 
	text-align: center;
	background-color: #ffffff;
	width: 100%;
	min-width: 960px;
	margin: 0 auto;
}
a:link, a:visited {
	color: #01369c;
	text-decoration: underline;
}
a:active, a:hover {
	color: #01369c;
	text-decoration: underline;
	opacity: .6;
	transition: all 0.5s ease;
}
a:focus {
	outline: none;
}
#sb-site {
	width: 100% !important;
	text-align: center;
}
#container {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
.sp {
	display: none !important;
}
#toggle, .sb-slidebar {
	display: none;
}
/* header */
#header_wrapper {
	width: 100%;
	height: 115px;
	background: linear-gradient(#fff, #e6e6e6);
}
header {
	width: 960px;
	height: 115px;
	margin: 0 auto;
	position: relative;
}
header h1 {
	width: 960px;
	margin: 0;
}
header h1 img {
	height: 70px;
	position: absolute;
	top: 23px;
	left: 25px;
}
header img#eng {
	height: 50px;
	position: absolute;
	top: 40px;
	right: 25px;
}
header img#lang {
	height: 20px;
	position: absolute;
	top: 10px;
	right: 25px;
}
header h1 a:active, header h1 a:hover {
	opacity: 1;
	transition: none;
}
/* nav */
nav {
	width: 190px;
	margin: 35px 20px 25px 0;
}
ul#menu {
	margin: 0 auto 20px;
	padding: 0;
	list-style-type: none;
	width: 190px;
}
ul#menu li {
	margin: 0;
	padding: 0;
	text-align: left;
	display: block;
	background-image: none;
}
ul#menu li a {
	padding: 14px 0 10px 12px;
	margin: 0 0 10px;
	line-height: 1.2;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	display: block;
	color: #031347;
	z-index: 1;
	text-align: left;
	background: linear-gradient(#fff, #e6e6e6);
	border-left: 4px solid #000097;
}
ul#menu li a i, ul#sp_menu li a i {
	width: 18px;
	text-align: center;
	padding-right: 3px;
}
ul#menu li a span {
	color: #000097;
	font-size: 12px;
	padding: 3px 0 0 25px;
	font-weight: 100;
}
ul#menu li.small a {
	font-size: 14px;
}
ul#menu.en li a {
	padding: 14px 0 13px 12px;
}
ul#bn {
	margin: 0 0 0 10px;
	padding: 0;
	text-align: left;
}
ul#bn li {
	background: none;
	padding: 0;
	margin: 0 0 15px;
}
ul#bn li img {
	margin: 0 0 0px;
	height: 85px;
}
/* footer */
footer {
	margin: 0;
	padding: 0;
	width: 100%;
	background: linear-gradient(#fff, #e6e6e6);
}
footer p {
	width: 100%;
	color: #031347;
	margin: 0;
	padding: 25px 0;
	font-size: 14px;
	font-weight: 100;
}
/* ページトップへ戻る */
#page-top {
	display: block;
	position: fixed;
	z-index: 9999;
	bottom: 10px;
	right: 10px;
	width: 70px;
	height: 45px;
	padding: 15px 10px 10px;
	background: #000;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	line-height: 20px;
	clear: both;
	opacity: .7;
}
#page-top:hover {
	opacity: .8;
}
.arrow {
	position: absolute;
	width: 20px;
	height: 20px;
	border: 2px solid #000;
	border-left-color: #fff;
	border-top-color: #fff;
	top: 20px;
	left: 26px;
	transform: rotate(45deg);
}
@media print {
#page-top {
	display: none;
}
}
/* top */
main.top {
	margin: 40px 0 0;
	padding: 0;
}
h2.top {
	padding: 5px 0 12px;
	margin: 0 40px 15px 0;
}
#about {
	margin: 0 40px 40px 0;
	padding: 0;
	text-align: left;
	display: flex;
	align-items: flex-start;
}
#about img {
	width: 120px;
}
#about_content {
	width: 534px;
	margin: 0 20px 0 0;
}
#about_content p {
	margin: 10px 1px;
	line-height: 1.5;
}
#youtube {
	width: 343px;
	margin: 15px auto 0;
	text-align: center;
	line-height: 1;
}
#youtube img {
	width: 122px;
}
#news_frame {
	margin: 0 auto 10px;
	padding: 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#news_frame img {
	width: 343px;
	margin: 0 auto;
}
#info {
	width: 343px;
	margin: 0 40px 0 0;
}
#info h2 {
	margin: 0;
	padding: 14px 0 11px 53px;
	font-size: 18px;
	background-color: #f4f4f4;
	background-image: url(../image/ic_info.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 43px 43px;
	color: #2a2a2a;
	border: none;
}
#info h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	height: 0;
	width: 0;
	background: none;
}
#info ul {
	margin: 0 0 20px 0;
	padding: 15px 15px 10px 0;
	list-style: none;
	text-align: left;
	line-height: 1.5;
	overflow: auto;
	height: 200px; /* 200px or 上部無しなら314px*/
}
#info ul li {
	margin: 0 0 15px;
	padding: 0;
	background-image: none;
}
.date {
	font-weight: 100;
	color: #696969;
}
#news {
	width: 343px;
	margin: 0 40px 0 0;
}
#news h2 {
	margin: 0;
	padding: 14px 0 11px 53px;
	font-size: 18px;
	background-color: #f4f4f4;
	background-image: url(../image/ic_news.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 43px 43px;
	color: #2a2a2a;
	border: none;
}
#news h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	height: 0;
	width: 0;
	background: none;
}
#news ul {
	margin: 0 0 20px 0;
	padding: 15px 15px;
	list-style: none;
	text-align: left;
	line-height: 1.4;
	overflow: auto;
	height: 281px;
}
#news ul li {
	margin: 0 0 10px;
	padding: 0 0 12px;
	background-image: none;
	border-bottom: 1px dotted #cdcdcd;
}
#news ul li:last-child {
	border: none;
}
/* main */
#top_wrapper {
	margin: 0 auto;
	padding: 0 20px 0 10px;
	display: flex;
	justify-content: space-between;
}
#contents_wrapper {
	margin: 40px auto 0;
	padding: 0 20px;
	display: flex;
}
main {
	width: 750px;
	min-height: 550px;
	text-align: left;
	margin: 40px 0 0;
	padding: 0 0 25px;
	word-wrap: break-word;
}
main h1 {
	padding: 15px 0 13px 20px;
	margin: 0 0 27px;
	font-size: 25px;
	color: #141414;
	line-height: 1;
	text-align: left;
	font-weight: 500;
	width: 100%;
	border: 1px solid #d9d9d9;
	background-color: #f4f4f4;
}
h2 {
	margin: 30px 5px 18px;
	padding: 0 0 5px 1px;
	color: #161c4b;
	border-bottom: 4px solid #dcdcdc;
	position: relative;
	font-size: 22px;
	line-height: 1;
	font-weight: 500;
	clear: both;
}
h2::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: "";
	height: 4px;
	width: 80px;
	background: #000097;
}
h3 {
	margin: 25px 10px 10px;
	padding: 7px 0;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 600;
	clear: both;
	border-bottom: 1px solid #dad9de;
}
h4 {
	margin: 20px 20px 10px 20px;
	padding: 5px 0 0;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 600;
}
h5 {
	margin: 15px 20px 5px 25px;
	padding: 0;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 600;
	color: #161c4b;
}
p {
	margin: 5px 10px 5px 25px;
	padding: 0;
}
/* list */
ul {
	margin: 5px 10px 5px 20px;
	padding: 0;
}
ul li {
	list-style: none;
	padding: 2px 0 2px 18px;
	background-image: url(../image/li.png);
	background-position: 0 9px;
	background-repeat: no-repeat;
	background-size: 11px 11px;
	margin: 0 0 0 7px;
}
@media all and (-ms-high-contrast:none){
ul li {
	background-position: 0 10px;
}
} 
ol {
	margin: 5px 10px 5px 45px;
	padding: 0;
}
ol li {
	margin: 0;
	padding: 2px 0;
}
li ol {
	margin: 5px 0 0 20px;
}
/* table */
table {
	padding: 0;
	margin: 15px auto;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 1px;
}
table th {
	padding: 7px 5px 5px;
	text-align: left;
	background-color: #000f6c;
	border: none;
	font-weight: 900;
	color: #fff;
}
table td {
	padding: 7px 5px 5px;
	border: 1px solid #000f6c;
}
table.noborder th {
	border: none;
}
table.noborder td {
	border: none;
}
/* figure */
figure {
	margin: 10px 15px 15px;
}
figure.center {
	margin: 10px auto 15px;
}
figure.fr {
	float: right;
	margin: 0 15px 15px 15px;
}
figure.fl {
	float: left;
	margin: 0 15px 15px 15px;
}
figure img, video {
	margin: 3px 0;
	width: 100%;
}
figcaption {
	font-size: 0.85em;
	line-height: 1.1;
	padding: 0 5px;
	text-align: left;
}
/* utility */
a[target="_blank"] {
	background: url(../image/ic_blank.png) right no-repeat;
	padding-right: 22px;
	background-size: 18px 17px;
}
a[href$=".pdf"] {
	background: url(../image/ic_pdf.png) right no-repeat !important;
	padding-right: 24px !important;
	background-size: 20px 20px !important;
}
a[href$=".doc"], a[href$=".docx"] {
	background: url(../image/ic_doc.png) right no-repeat !important;
	padding-right: 24px !important;
	background-size: 20px 18px !important;
}
.no_icon {
	background-image: none !important;
	padding-right: 0;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb05 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mt0 {
	margin-top: 0 !important;
}
.mt05 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.w10 {
	width: 10%;
}
.w15 {
	width: 15%;
}
.w20 {
	width: 20%;
}
.w25 {
	width: 25%;
}
.w24 {
	width: 24%;
}
.w30 {
	width: 30%;
}
.w35 {
	width: 35%;
}
.w40 {
	width: 40%;
}
.w45 {
	width: 45%;
}
.w50 {
	width: 50%;
}
.w55 {
	width: 55%;
}
.w60 {
	width: 60%;
}
.w70 {
	width: 70%;
}
.w75 {
	width: 75%;
}
.w80 {
	width: 80%;
}
.w90 {
	width: 90%;
}
.w95 {
	width: 95%;
}
.w100 {
	width: 100%;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
	text-indent: 0;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.small {
	font-size: 0.85em;
}
hr {
	border: 0;
	height: 1px;
	margin: 35px 25px;
	clear: both;
	background: linear-gradient(to right, #fff, #000f6c, #fff);
}
blockquote {
	margin: 5px 0 5px 15px;
}
/* アクセス */
figure.ggmap {
	width: 650px;
	margin: 10px auto;
}

/* --- 横並びメニュー (link_menu) のためのCSS --- */

/* * 親リスト(ul#link_menu) の設定 
 * display: flex で子要素(li)を横並びに。
 */
 ul#link_menu {
	margin: 0 auto 20px;
	padding: 0;
	list-style-type: none;
	/* width: 190px; */ /* ← 横並びのため削除またはコメントアウト */
	justify-content: center;
	/* ▼ 横並びにするための設定 */
	display: flex; 
	flex-wrap: wrap; /* (任意) 画面幅で折り返す場合 */
	gap: 10px;      /* (任意) アイテム間の隙間 */
}

/* リストアイテム (li) の設定 */
ul#link_menu li {
	margin: 0;
	padding: 0;
	text-align: left;
	/* display: block; */ /* ← flexを使うので不要 */
	width: 160px;
	background-image: none;
}

/* * リンク (a) の設定 
 * (元のスタイルをそのまま継承)
 */
ul#link_menu li a {
	padding: 10px 0 10px 10px;
	/* gapを指定しない場合は、ここでマージンを調整 (例: margin: 0 10px 10px 0;14px 0 10px 12px) */
	margin: 0 0 10px; 
	line-height: 1.2;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	display: block;
	color: #031347;
	z-index: 1;
	text-align: left;
	background: linear-gradient(#fff, #e6e6e6);
	border-left: 4px solid #7a7afd;
}

/*アイコン (i) の設定 */
ul#link_menu li a i {
	width: 18px;
	text-align: center;
	padding-right: 3px;
}

/* サブテキスト (span) の設定 */
ul#link_menu li a span {
	color: #7a7afd;
	font-size: 12px;
	padding: 3px 0 0 25px;
	font-weight: 100;
}

/* smallクラスがついた li の設定 */
ul#link_menu li.small a {
	font-size: 14px;
}

/* enクラスがついた ul の設定 */
ul#link_menu.en li a {
	padding: 14px 0 13px 12px;
}

/* --- 横並びメニュー ＆ １つ のためのCSS --- */

/* * 親リスト(ul#link_menu) の設定 
 * display: flex で子要素(li)を横並びに。
 */
 ul#link_menu1 {
	margin: 0 auto 20px;
	padding: 0;
	list-style-type: none;
	/* width: 190px; */ /* ← 横並びのため削除またはコメントアウト */
	justify-content: center;
	/* ▼ 横並びにするための設定 */
	display: flex; 
	flex-wrap: wrap; /* (任意) 画面幅で折り返す場合 */
	gap: 10px;      /* (任意) アイテム間の隙間 */
}

/* リストアイテム (li) の設定 */
ul#link_menu1 li {
	margin: 0;
	padding: 0;
	text-align: left;
	/* display: block; */ /* ← flexを使うので不要 */
	width: 300px;
	background-image: none;
}

/* * リンク (a) の設定 
 * (元のスタイルをそのまま継承)
 */
ul#link_menu1 li a {
	padding: 10px 0 10px 10px;
	/* gapを指定しない場合は、ここでマージンを調整 (例: margin: 0 10px 10px 0;14px 0 10px 12px) */
	margin: 0 0 10px; 
	line-height: 1.2;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	display: block;
	color: #031347;
	z-index: 1;
	text-align: left;
	background: linear-gradient(#fff, #e6e6e6);
	border-left: 4px solid #7a7afd;
}

/*アイコン (i) の設定 */
ul#link_menu1 li a i {
	width: 18px;
	text-align: center;
	padding-right: 3px;
}

/* サブテキスト (span) の設定 */
ul#link_menu1 li a span {
	color: #7a7afd;
	font-size: 12px;
	padding: 3px 0 0 25px;
	font-weight: 100;
}

/* smallクラスがついた li の設定 */
ul#link_menu1 li.small a {
	font-size: 14px;
}

/* enクラスがついた ul の設定 */
ul#link_menu1.en li a {
	padding: 14px 0 13px 12px;
}

/* ---  トップページ　受賞 --- */

/* * 親リスト(ul#link_menu) の設定 
 * display: flex で子要素(li)を横並びにする。
 見出し:43，text:84，受賞リンク:60，ul:200px pedding引いて合計377px
 */
 ul#link_menu_awards {
	margin: 0 auto 0;
	padding: 0;
	list-style-type: none;
	/* width: 190px; */ /* ← 横並びのため削除またはコメントアウト */
	height: 60px;
	justify-content: center;
	/* ▼ 横並びにするための設定 */
	display: flex; 
	flex-wrap: wrap; /* (任意) 画面幅で折り返す場合 */
	gap: 10px;      /* (任意) アイテム間の隙間 */
}

/* リストアイテム (li) の設定 */
ul#link_menu_awards li {
	margin: 0;
	padding: 0;
	text-align: left;
	/* display: block; */ /* ← flexを使うので不要 */
	width: 200px;
	background-image: none;
}

/* * リンク (a) の設定 
 * (元のスタイルをそのまま継承)
 */
ul#link_menu_awards li a {
	padding: 10px 0 10px 10px;
	/* gapを指定しない場合は、ここでマージンを調整 (例: margin: 0 10px 10px 0;14px 0 10px 12px) */
	margin: 0 0 10px; 
	line-height: 1.2;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	display: block;
	color: #031347;
	z-index: 1;
	text-align: left;
	background: linear-gradient(#fff, #e6e6e6);
	border-left: 4px solid #7a7afd;
}

/*アイコン (i) の設定 */
ul#link_menu_awards li a i {
	width: 18px;
	text-align: center;
	padding-right: 3px;
}

/* サブテキスト (span) の設定 */
ul#link_menu_awards li a span {
	color: #7a7afd;
	font-size: 12px;
	padding: 3px 0 0 25px;
	font-weight: 100;
}


@media only screen and (max-width: 480px) {
body {
	min-width: initial;
	min-width: auto;
}
#sb-site, #container {
	width: 100% !important;
	background: #fff;
}
.sp {
	display: block !important;
}
.pc {
	display: none !important;
}
#header_wrapper {
	height: auto;
}
header {
	height: auto;
	width: 100%;
	padding: 2vw 0;
}
header h1 {
	width: 100%;
	margin: 0;
	text-align: left;
}
header h1 img {
	width: 75%;
	height: auto;
	margin: 0 0 8px 3%;
	display: block;
	position: static;
}
header.en h1 img {
	width: 80%;
	margin: 2vw 0 8px 2%;
}
header img#lang {
	display: none;
}
img#sp_lang {
	width: 74px;
	margin: 0;
}
header img#eng {
	height: auto;
	position: static;
	width: 94%;
	margin: 1vw auto 0;
}
nav {
	display: none;
}
ul#sp_menu {
	margin: 5px;
	display: block;
}
ul#sp_menu li {
	margin: 0;
	padding: 0;
	background-image: none;
	width: 100%;
	position: relative;
	text-align: left;
	overflow: hidden;
}
ul#sp_menu li a {
	padding: 14px 0 12px 10px;
	margin: 0 0 5px;
	line-height: 1.2;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	display: block;
	text-align: left;
	color: #031347;
	background: linear-gradient(#fff, #e6e6e6);
	border-left: 4px solid #000097;
}
ul#sp_menu li:hover {
	overflow: visible;
}
ul#sp_menu li a span {
	color: #000097;
	font-size: 12px;
	padding: 3px 0 0 25px;
	font-weight: 100;
}
ul#sp_menu li.small a {
	font-size: 14px;
}
ul#sp_bn {
	width: 90%;
	margin: 15px auto;
	padding: 0;
}
ul#sp_bn li {
	background: none;
	padding: 0;
	margin: 0 0 10px;
}
ul#sp_bn li img {
	width: 60%;
}
ul#link_menu_awards {
	/* PCで固定されていた高さを解除 */
	height: auto !important;
	/* 必要に応じて、次のリストとの間に適切な余白を設定 */
	margin-bottom: 0 !important; 
}
#toggle {
	display: block;
	position: absolute;
	top: 3vw;
	right: 4%;
	background: #031347;
	padding: 3px 0 2px;
	cursor: pointer;
	z-index: 9999;
}
#toggle ul {
	margin: 0;
	padding: 0;
}
#toggle ul li {
	margin: 0;
	padding: 0;
	background: none;
}
.sb-slidebar {
	display: block;
	background: #fff !important;
	text-align: left;
}
.css-bar {
	display: inline-block;
	position: relative;
	margin: 0 6px 3px;
	padding: 0;
	background: #fff;
}
.css-bar, .css-bar:before, .css-bar:after {
	width: 30px;
	height: 3px;
}
.css-bar:before, .css-bar:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	background: #fff;
}
.css-bar:before {
	margin-top: -8px;
}
.css-bar:after {
	margin-top: 5px;
}
html.sb-active #sb-site, .sb-toggle-left, .sb-toggle-right, .sb-open-left, .sb-open-right, .sb-close {
	cursor: pointer;
}
#toggle p {
	margin: 2px auto 2px;
	padding: 0;
	font-size: 11px;
	color: #fff;
	text-indent: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
	text-align: center;
}
footer {
	width: 100%;
	padding: 5vw 0 4vw;
}
footer p {
	padding: 1vw 2%;
}
#top_wrapper {
	padding: 0 10px;
	display: flex;
}
main.top {
	margin: 25px 0 0;
	padding: 0;
}
h2.top {
	padding: 5px 0 12px;
	margin: 0 0 5px 0;
	font-size: 18px;
}
#about {
	width: 96%;
	margin: 3vw auto 3vw;
	padding: 0 1%;
	flex-direction: column;
}
#about img {
	margin: 1vw auto 3vw;
}
#about_content {
	width: 100%;
	margin: 0;
	padding: 1vw 0;	
}
#about_content p {
	margin: 2vw 0;
	line-height: 1.6;
}
#youtube {
	margin: 5px auto;
}
#news_frame {
	width: 96%;
	margin: 3vw auto 1vw;
	padding: 3vw 1%;
	flex-direction: column;
}
#news_frame img {
	width: 100%;
	margin: 0 auto;
}
#info, #news {
	width: 100%;
	margin: 0 0 8vw;
}
#info ul, #news ul {
	height: 250px;
	margin: 0 0 5px 0;
}
#info ul li, #news ul li {
	padding: 2px 1%;
}
#info h2, #news h2 {
	font-size: 16px;
}
main {
	width: 100%;
	min-height: 360px;
	margin: 20px 0 0;
}
main h1 {
	margin: 0 auto 18px;
	padding: 12px 0 9px 3%;
	font-size: 23px;
}
h2 {
	margin: 20px auto 18px;
	padding: 5px 0 5px;
	line-height: 1.1;
	font-size: 18px;
}
h3 {
	margin: 15px auto 15px;
	padding: 7px 1%;
}
h4 {
	margin: 10px auto;
}
p {
	margin: 5px 2%;
}
ul {
	margin: 5px 2% 5px 3%;
}
ol {
	margin: 5px 2% 5px 11%;
}
table {
	width: 95%;
	margin: 5px auto 10px;
}
table td {
	word-break: break-all;
}
figure {
	width: 60%;
	margin: 10px auto;
}
figure.fl, figure.fr, figure.center {
	float: none;
	width: 90%;
	margin: 10px auto;
	text-align: center;
}
figure img, video {
	width: 95%;
	margin: 0 auto 3px;
}
figcaption {
	padding: 0 2%;
}
.mb0sp {
	margin-bottom: 0 !important;
}
.mb05sp {
	margin-bottom: 5px !important;
}
.mb10sp {
	margin-bottom: 10px !important;
}
.mb15sp {
	margin-bottom: 15px !important;
}
.mb20sp {
	margin-bottom: 20px !important;
}
.mb25sp {
	margin-bottom: 25px !important;
}
.mb30sp {
	margin-bottom: 30px !important;
}
.mb40sp {
	margin-bottom: 40px !important;
}
.mt0sp {
	margin-top: 0 !important;
}
.mt05sp {
	margin-top: 5px !important;
}
.mt10sp {
	margin-top: 10px !important;
}
.mt15sp {
	margin-top: 15px !important;
}
.mt20sp {
	margin-top: 20px !important;
}
.mt25sp {
	margin-top: 25px !important;
}
.mt30sp {
	margin-top: 30px !important;
}
.w05sp {
	width: 05% !important;
}
.w10sp {
	width: 10% !important;
}
.w15sp {
	width: 15% !important;
}
.w20sp {
	width: 20% !important;
}
.w25sp {
	width: 25% !important;
}
.w30sp {
	width: 30% !important;
}
.w35sp {
	width: 35% !important;
}
.w40sp {
	width: 40% !important;
}
.w45sp {
	width: 45% !important;
}
.w50sp {
	width: 50% !important;
}
.w55sp {
	width: 55% !important;
}
.w60sp {
	width: 60% !important;
}
.w65sp {
	width: 65% !important;
}
.w70sp {
	width: 70% !important;
}
.w75sp {
	width: 75% !important;
}
.w80sp {
	width: 80% !important;
}
.w85sp {
	width: 85% !important;
}
.w90sp {
	width: 90% !important;
}
.w95sp {
	width: 95% !important;
}
.w100sp {
	width: 100% !important;
}
#page-top {
	bottom: 25px;
	right: 10px;
}
.xscroll {
	width: 100%;
	overflow-x: auto;
}
.xscroll table {
	width: 900px;
	margin: 10px 2%;
}
/* ページ内リンク */
ul.pagelink {
	flex-wrap: wrap;
}
ul.pagelink li {
	width: 47%;
}
/* アクセス */
figure.ggmap {
	width: 95%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
}
