html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 1px;
	color: #696969;
	font-size: normal;
	width: 100%;
    margin: 2% auto 0;
    line-height: 1.5;
}

/* ページタイトル (h1)*/
h1 {
	color: #fff;
	font-weight: 300;
	letter-spacing: 3px;
	text-align: center;
	padding: 15px 0 10px;
	background: url("../../images/bg_green.jpg");
	max-width: 100%;
	margin: 10px 0 10px;
	display: block;
}
h2 {
	color: #040000;
	letter-spacing: 2px;
	width: 100%;
	padding: 1px 0 3px 15px;
	margin: 0 0 35px 0;
	border-bottom: 1px solid #898989;
	border-left: 8px solid #1b863b;
}
h2.h2-shisetsu {
	color: #040000;
	letter-spacing: 2px;
	width: 100%;
	padding: 1px 0 3px 15px;
	margin: 0 0 35px 0;
	border-bottom: 1px solid #898989;
	border-left: 8px solid #29406C;
}


h3 {
	color: #424242;
	letter-spacing: 2px;
	width: 100%;
	line-height: 1;
	padding: 1px 0 1px 10px;
	margin: 0 0 25px 0;
	border-left: 1em solid #1b863b;
}

/* ページレイアウト */
.container {
    width: 960px;
    margin: 0 auto;
}
.container .layout {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 50px;
}
.container .main {
	margin-bottom: 30px;
	flex-grow: 1;
	width: 1090px;
	height: auto;
}

.contents {
	margin-bottom: 25px;
    line-height: 1.5;
}

.template-table {
	border-collapse : collapse;
	width: 100%;
    white-space: nowrap;
}


.template-table th {
	border: 1px solid #A9A9A9;
	background-color: #F0F0F0;
	padding: 5px;
	font-weight: bold;/*normal;*/
	font-size: small;
	color: #696969;
}

.template-table th.left_align {
	text-align: left;
}

.template-table td {
	border: 1px solid #A9A9A9;
	padding: 5px;
}

.number-cell {
	text-align: right;
	width: 75px;
}

.div-title, .div-title-hist {
    color: #424242;
	border-left: 1em solid #1b863b;
	padding: 1px 0 1px 10px;
	margin: 0 0 25px 0;
    font-size: large;
}



.div-title-hist {
	border-left: 5px solid #9e9e9f !important;
}

.out_link {
	text-align: right;
}

.comment {
	background-color: #f5f7f0;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px 15px 10px 15px;
}

/* a */
a:link {
	color: #1b863b;
	text-decoration: none;
	/*border-bottom: 1px solid #1b863b;*/
	padding-bottom: 1px;
}

a:visited {
	color: #1b863b;
	text-decoration: none;
	/*border-bottom: 1px solid #1b863b;*/
	padding-bottom: 1px;
}

a:hover {
	color: #1b863b;
	text-decoration: none;
	/*border-bottom: 1px solid #1b863b;*/
	padding-bottom: 1px;
}

a:active {
	color: #1b863b;
	text-decoration: none;
	border-bottom: 1px solid #1b863b;
	padding-bottom: 1px;
}

a.NewWin-txt { background: url(../../images/icon/icon_new_window.png) no-repeat; background-position: right center; margin-right: 10px; padding-right:20px;}

a.csv_btn {
	border: 1px solid #1b863b;
	color: #FFF;
	background-color: #1b863b;
	width: 75px;
	font-size: x-small;
	font-weight: bold;
	padding: 5px;
	margin-left: 20px;
	position: relative;
	top: -2px;
    border-radius: 3px;
}
a.csv_btn2 {
	border: 1px solid #29406C;
	color: #FFF;
	background-color: #29406C;
	width: 75px;
	font-size: x-small;
	font-weight: bold;
	padding: 5px;
	margin-left: 20px;
	position: relative;
	top: -2px;
    border-radius: 3px;
}

span.kome {
	font-size: x-small;
}

.hist_list dt {
	clear: both;
	float: left;
	width: 130px;
	
}

.hist_list dd {
	margin-left: 140px;
	margin-bottom: 25px;
}

div[id^="cd_top3_nm_"], div[id^="ope_top3_nm_"], div[id^="cd_top5_nm_"], div[id^="ope_top5_nm_"] {
	padding: 5px;
}

div[id^="cd_top3_nm_"]:before, div[id^="ope_top3_nm_"]:before, div[id^="cd_top5_nm_"]:before, div[id^="ope_top5_nm_"]:before {
	content: "■";
	/*color: #1AAB8A;*/
	font-size: large;
}

/* 2024年6月5日 add */
.div-title-shitsu {
    color: #424242;
	border-left: 1em solid #29406C;
	padding: 1px 0 1px 10px;
	margin: 0 0 25px 0;
    font-size: large;
}


.template-table-shitsu {
	border-collapse : collapse;
	/*width: 100%;*/
}

.template-table-shitsu th {
	border: 1px solid #A9A9A9;
	background-color: #F0F0F0;
	padding: 5px;
	font-weight: bold;/*normal;*/
	font-size: small;
	color: #696969;
}

.template-table-shitsu th.left_align {
	text-align: left;
}

.template-table-shitsu td {
	border: 1px solid #A9A9A9;
	padding: 5px;
}

.comment-shitsu {
	background-color: #f5f7f0;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px 15px 10px 15px;
}

.sp {
    display: none;
  }


/* フッター*/
footer.footer {
	width: 100%;
	min-width: 1140px;
	padding: 25px 0 0 0;
	margin: 0;
	background-color: #f5f7f0;
	clear: both;
}
footer.footer .container {
    background-color: #f5f7f0;
	min-width: 1140px;
}
footer.footer .container .footer_link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
footer.footer .container .footer_info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 25px;
}
footer.footer .container .footer_info > .footer_logo img {
	width: 330px;
	padding: 0;
	margin: 0;
}
footer.footer .container .footer_info > .address {
	width: auto;
	padding: 0;
	margin: 0;
	font-size: 1.0rem;
}
footer.footer .container .footer_info > .address p {
	padding: 5px 0 5px 15px;
	margin: 0;
	line-height: 1.5;
	letter-spacing: 2px;
	border-left: 5px solid #1b863b;
    font-size: 18px;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
footer.footer .container .footer_info > .jcqhc {
	width: auto;
	padding: 10px 20px;
	margin: 0;
}
footer.footer .copyright {
	text-align: center;
	background-color: #1b863b;
	color: #FFFFFF;
	font-size: 14px;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: lighter;
	letter-spacing: 2px;
	padding: 5px 0;
	margin: 0;
}
/* PAGE TOPボタン */
#page-top a {
    display: block;
    width: 90px;
    height: 90px;
    text-align: center;
    color: #9e9e9f;
    font-size: 14px;
    text-decoration: none;
    line-height: 1.3;
    letter-spacing: 0;
    transition: opacity .5s;
}

#page-top a img {
  width: 90px;
}

#page-top {
	position: fixed;
	bottom: 70px;
	right: 35px;
	opacity: 1;
	z-index: 100;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

#page-top a:hover {opacity: 0.6; border-bottom: none;}

/* 電話番号表示設定 */
.tel-link {
	color:#424242;
}

.tel-link a {
	color:#424242 !important;
	text-decoration:none;
}

.tel-link a:hover {
	color:#424242;
	text-decoration:none;
}
/* スマホ時の時だけtelアンカー */
.tel-link {}


/* =========================================================
 Accordion(SP)
========================================================= */
/*@media screen and (max-width: 480px) {*/
@media screen and (max-width:768px){
    body {
	width: 100%;
}
    .container .main {
	width: 100%;
}
    .table-wrap {
    overflow-x: scroll;
}
    h1 {
    font-size: 1.2em;
    }
    .sp {
    display: inline;
    }
    .container {
    width: 98%;
}
    /* フッター*/
    footer.footer {
        width: 100%;
	    min-width: 100%;
	    padding: 30px 0 0 0;
}
    footer.footer .container .footer_info > .footer_logo {margin-bottom: 15px;}
    footer.footer .container .footer_info > .footer_logo img {
	width: 260px;
	max-width: 100%;
	display: block;
	text-align: left;
}
footer.footer .container .footer_info > .address {
	width: 100%;
	min-width: 100%;
	padding: 0 20px;
	margin: 10px auto;
	display: block;
	font-size: 1.3rem;
}
footer.footer .container .footer_info > .address p {
	width: auto;
	display: block;
	margin: 0 auto;
	padding: 5px;
	letter-spacing: 1px;
    font-size: 0.9rem;
}
footer.footer .container .footer_info > .jcqhc {
	width: 100%;
	text-align: left;
	padding: 5px 20px;
	display: block;
}
/* Copyright */
footer.footer .copyright {
	font-size: 0.7rem;
	letter-spacing: 1px;
}
/* PAGE TOPボタン */
#page-top {
	bottom: 35px;
	right: 10px;
}
#page-top a img {
  width: 50px;
}
#page-top a {
	width: 50px;
	height: 50px;
	font-size: 8px;
	line-height: 1.3;
}
}