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

/*ページ見出しをテキストに変更*/
#contents_area h2{
    width: 684px;
    height: 53px;
    background-image: url("image/sub01.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: flex;
    align-items: center;
}

#contents_area h2 dl{
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    color: #336699;
    line-height: 100%;
    padding: 20px 0 0;
}
#contents_area h2 dl dt{
    font-size: 21px;
    font-weight: 500;
    text-indent: 25px;
}
#contents_area h2 dl dd{
    font-size: 13px;
    font-weight: 400;
    text-align: right;
}

/*コンテンツwrap*/
#contents_area section{
    width: 650px;
    margin: 35px auto;
}

/*小見出しをテキストに変更*/
#contents_area h3{
    width: 100%;
    height: 30px;
    margin: 0 auto 25px;
    border-top: 2px solid #1B4A9F;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
#contents_area h3 dl{
    font-family: 'Noto Sans JP', sans-serif;
    color: #336699;
    font-weight: 500;
    padding: 0 5px;
}

/*------------------------------------------*/

.poster{
	width: 600px;
	margin: 10px auto;
}
.poster > a{
	display: flex;
	justify-content: center;
	gap: 0 10px;
}
.postertxts{
	margin: 10px auto 20px;
	text-align: center;
}

.txtarea{
	width:630px;
	margin:15px auto;
	background-image:url(../image/line01.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

.txtarea table{
	width:450px;
	margin: 1em auto;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
}

.txtarea table th{
	padding: 1em;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}

.txtarea table td{
	padding: 1em;
	text-align: right;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}

.txtarea p{
	padding:0 10px;
}

.txtarea ul{
	padding-left: 1em;
}

.txtarea ul li {
	list-style-type: none;
	padding:0em 0em 0.5em 2em;
}


.txtarea2{
	width:630px;
	margin:15px auto;
	background-image:url(../image/line01.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

.txtarea2 p{
	padding:0 10px;
}

.tel{
	margin-left: 7.5em;
	text-indent:-8em;
}

.txtarea2 ul{
	margin: 1em 0em;
	padding-left: 1em;
}

.txtarea2 ul li {
	list-style-type: none;
	padding-bottom: 0.5em;
}

.txtarea2 table{
	width: 500px;
	margin: 0px auto 0px 2em;
}

/*----------------------------------------------*/

.important_news_container{
	font-family: "Noto Sans JP";
	width:600px;
	margin:40px auto;
	overflow:hidden;
	border:2px solid #AD1315;
	font-size:14px;
}

.important_news_container_ins{
	width:560px;
	margin:20px auto;
	overflow:hidden;
}

.important_news_container_ins .txt01{
	text-align:center;
	font-weight:bold;
	font-size:150%;
}

.important_news_container_ins .txt02{
	margin:2rem auto;
	overflow:hidden;
}

.important_news_container_ins .txt02 table{
	width: 400px;
    margin: 0px auto;
	font-size:130%;
    text-align: center;
    font-weight: bold;
}

.important_news_container_ins .txt02 table th, .important_news_container_ins .txt02 table td{
	padding: 2px 0;
}

.important_news_container_ins .txt02 table th span{
	border: 1px solid #000;
    padding: 0 5px;
}

.important_news_container_ins .txt02 table td span{
	color: red;
}


.important_news_container_ins .txt03{
    margin-bottom: 1em;
}

.important_news_container_ins .txt04{
    text-indent: -5em;
    margin-left: 5em;
}











/**/
