body {
	background: #fff;
	color: black;
	font-size: 16px;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Helvetica, Arial, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 1.42857;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

/* ヘッダー部 */

.header-fig {
	width: auto;
	position: relative;
	height: 340px;
	background: url('../img/header_fig.jpg') center no-repeat;
	background-color:rgba(255,255,255,0.7);
	background-blend-mode:lighten;
}
.header-fig p {
	font-size: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: black;
	font-weight:bold;
}
.menu {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
/* ddmenuクラス部 */
.ddmenu {
	width: auto;
	background-color: rgba(0, 123, 191, 1);
	margin: 0px auto;
	padding: 0px 20px;
}

/* ddmenuのli(リスト)部 */
.ddmenu > li {
	display: inline-block;	/* 要素を横並びにする */
	position: relative;		/* 要素を文書の通常のフローに従って配置する */
	list-style-type: none;	/* マーカーなしのリストにする */
	width: 200px;
}

/* ddmenuのli部にマウスオーバーされたとき */
.ddmenu li:hover ul {
	display: block;		/* 要素を表示する */
}

/* ddmenu内のa(リンク)部 */
.ddmenu a {
	display: block;
	background-color: rgba(0, 123, 191, 1);	/* 要素ボックスの背景色をグレーにする */
	padding: 0px 30px;
	color: white;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

/* ddmenu内のul(要素)部 */
.ddmenu ul {
	margin: 0px;
	padding: 0px;
	display: none;
	position: absolute;
	z-index: 1000;			/* 新しい重ね合わせコンテキストを作成 */
}

/* ddmenu部の要素 */
.ddmenu ul li a {
	text-align: left;
	padding-left: 10px;
	font-weight: normal;
}

main{
	width: 1200px;
	margin: 0 auto;
}

/* infoクラス部 */
.info {
	width: auto;
	height: auto;
	padding: 0 10px;
	overflow-wrap: break-word;
}

/* infoクラスの表部 */
.info table {
	width: 100%;
	margin: 10px;
}

/* infoクラス部の表のセル */
.info td {
	border-bottom: 1px dotted black;	/* 下ボーダーに太さ1pxの破線を表示 */
	padding: 5px;
}

/* infoクラス部 */
.special_info {
	width: auto;
	height: auto;
	padding: 0 10px;
	overflow-wrap: break-word;
}

/* infoクラスの表部 */
.special_info table {
	width: 100%;
	margin: 10px;
}

/* infoクラス部の表のセル */
.special_info td {
	border-bottom: 1px dotted black;	/* 下ボーダーに太さ1pxの破線を表示 */
	padding: 5px;
}

.details-summary {
	cursor: pointer;
	transition: 0.2s;
	padding: 6px;
	border-radius: 6px;
	font-size: 20px;

	/* ホバー時のスタイル */
	&:hover {
		cursor: pointer;
		background-color: #bee1de;
	}

	/* タブフォーカス時のスタイル */
	&:focus-visible {
		outline: dashed #00a5a0;
	}
}

/* フッター */

.footer {
	padding: 12px 0;
	border-top: #ccd1d9 solid 1px;
	background: #fff;
	text-align: center;
}

.footer-nav {
	margin-bottom: 12px;
	width: 100%;
	text-align: center;
}

.footer-nav-group {
	margin: 0;
	padding: 0;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
}

.footer-nav-group>li {
	margin: 0;
	padding: 0 6px;
	font-size: 0.9em;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
}

.footer-nav-group>li a {
	color: #666;
	text-decoration: none;
}

.footer-nav-group>li a:hover {
	color: #999;
}

.footer-text {
	margin-bottom: 6px;
	color: #999;
	font-size: 0.8em;
}

.footer-copyright {
	color: #999;
	font-size: 0.8em;
}

.address {
	padding: 24px 0 24px 0;
	border-top: #ccd1d9 solid 1px;
	background: #fff;
	text-align: center;
}

.address-body {
	color: #666;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
}

.address-body-name {
	display: block;
	margin-bottom: 12px;
	font-size: 1.2em;
}

.address-body-addressline {
	display: block;
	margin-bottom: 6px;
}

.address-body-tel {
	display: block;
	font-size: 1.1em;
}

a.btn-pagetop {
	position: fixed;
	right: 48px;
	bottom: 36px;
	width: 72px;
	height: 72px;
	border: #ccd1d9 solid 1px;
	background: #fff;
	color: #aab2bd;
	text-align: center;
	font-size: 3em;
	vertical-align: baseline;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.button_contents a{
    display: block;
    padding: 5px;
    background: rgba(0, 123, 191, 1);
    border: 1px solid rgba(0, 123, 191, 1);
    color: white;
    width: 70%;
    margin: auto;
    text-align: center;
}
.button_contents{
    padding: 5px;
    margin-top:10px;
}

.button_contents_repo a{
    display: block;
    padding: 5px;
    background: rgba(0, 123, 191, 1);
    border: 1px solid rgba(0, 123, 191, 1);
    color: white;
    width: 70%;
    margin: auto;
    text-align: center;
}
.button_contents_repo {
    padding: 5px;
    margin-top:10px;
}

ol {
	line-height: 30px;
}

ul {
	line-height: 30px;
}
