@charset "shift_jis";
body {
  background: url(../images/back.png) no-repeat 0 0;
  background-size: cover;
  background-position-y:150px;
}
div#document {
	padding:15px 0;
  background-color: #f5f5f1;
  margin-top: 25px;
  padding-top: 25px;
  border-radius: 6px;
}

div#top_area {
	width:718px;
	float:left;
}

div.top_konnatoki {
	margin:16px 0 0 0;
	background:url(../images/konnatoki.gif) no-repeat 0 0;
	height:360px;
}
div.top_konnatoki_ttl {
	height:90px;
}
div.top_konnatoki_ttl h2 {
	margin:0;
	padding:0;
	display:none;
	float:left;
}
div.top_konnatoki_ttl p {
	float: right;
	margin:4px 4px 0 0;
}
div.top_konnatoki ul {
	padding:15px 0 0 19px;
	height:247px;
}

div.top_konnatoki ul li {
	float:left;
	list-style-type:none;
	margin:0 11px 11px 0;
}


div#contents_banner {
	background:url(../images/banner_bg.gif) no-repeat 0 0;
	padding:21px 34px 0 34px;
	width:650px;
	height:81px;
	margin:10px 0 0 0;
}
div#contents_banner ul {
	list-style-type:none;
}
div#contents_banner ul li {
	width:210px !important;
	margin-right:10px;
	list-style-type:none;
}
.bx-wrapper {
	position:relative;
}
div.bx-pager {
	display:none;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 40%;
	outline: 0;
	width: 13px;
	height: 12px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-prev {
	left: -22px;
	background:url(../images/left.gif) no-repeat 0 0;
}
.bx-wrapper .bx-next {
	right: -22px;
	background:url(../images/right.gif) no-repeat 0 0;
}
ul#banner {
	float:left;
}

ul#banner li {
	margin-bottom:11px;
	background:url(../images/banner_bg.gif) no-repeat 0 0;
	padding:2px;
	list-style-type:none;
}

ul#slider2 {
	margin-left:-10px;
}
ul#slider2 li {
	float:left;
}


/*div#news_bg {
	background:url(../images/news.gif) no-repeat 0 0;
	padding:10px 14px;
	height:291px;
	margin-bottom: 16px;
}
div#news_bg h2 {
	margin:0;
	padding:0;
	height:40px;
	visibility:hidden;
}


div#news {
	width:230px;
	height:220px;
	overflow:auto;
}
div#news ul {
	font-size:87.5%;
	line-height:1.5em;
	padding:0 10px 0 0;
}
div#news ul li {
	background:url(../images/li.gif) no-repeat 0 4px;
	padding:0 0 5px 10px;
	border-bottom:1px dashed #b4b4b4;
	margin-bottom:5px;
	list-style-type:none;
}

*/
div#keyword {
	background:url(../images/keyword.jpg) no-repeat 0 0;
	width:256px;
	height:209px;
	position: relative;
	margin:17px 0 4px -2px;
	display: none;
}
div#keyword ul {
	list-style-type:none;
	padding:54px 0 0 50px;
}
div#keyword ul a:link,
div#keyword ul a:visited,
div#keyword ul a:hover {
	color:#FFF;
}
div#keyword ul li {
	margin-bottom:5px;
	
}
ul.banner li {
	margin-bottom:0px;
	list-style-type:none;
}


div#footer {
	position:relative;
}
div#footer p.cacio {
	position: absolute;
	right:11px;
	top:11px;
}

/*20190312*/
div#top_left h2 {
  width: 664px;
  margin: 2px auto 0;
}
div#top_left {
  background-color: #dcdcdc;
  width: 664px;
  float: left;
  border-radius: 4px;
  box-shadow: 0.5px 0.5px 3px 0.5px #dcdcdc;
	padding-bottom: 5px; /*　202302追加　*/
  margin-left: 20px;
}
div#top_right {
  float: right;
  margin-right: 20px;
  margin-bottom: 15px;  /*40px→15px*/
}
/*　202302改修
ul.news_area {
  background-color: white;
	height: 118px;
  overflow: auto;
  width: 618px;
  margin:  0 auto;
}
div.news_area {
	height: 545px;
	margin:  0 auto;
}*/

ul.news_area {
  background-color: white;
  height: 480px;
  overflow: auto;
  width: 618px;
  margin:  0 auto;
}

ul.news_area li,ul.news_area2 li {
  list-style-type: none;
}
ul.news_area li {
  background:url(../images/li.gif) no-repeat 0 6px;
	padding:0 0 5px 10px;
	border-bottom:1px dashed #b4b4b4;
	margin-bottom:5px;
	list-style-type:none;
  max-width: 580px;
  line-height: 1.8;
}
/* link
----------------------------------------------------*/
ul.news_area li a:link {
	color:#2c89d0;
	text-decoration:none;
}
ul.news_area li a:visited {
	color:#7aabd0;
	text-decoration:none;
}
ul.news_area li a:hover {
	color:#fd9918;
	text-decoration:none;
}

ul.news_area em {
	font-style:normal;
	color:#666666;
}
ul.news_area strong {
	color:#CC0000;
}
ul.news_area2 {
  display: flex;
  justify-content:center;
  margin: 20px 0 20px 0;
  font-size:87.5%;
	line-height:1.5em;
	padding:0 10px 0 0;
}
/*　202302改修*/
div#bg, div#bg2 {
  background: white;
  padding: 26px 0 26px 0;
  border-bottom: none;
  border-top: none;
  width: 662px;
  margin: 0 auto;
}

div#bg2{
	padding:10px 0;
}

/*　202302改修前　ここから
div#bg {
  background: white;
  padding: 26px 0 26px 0;
  /*border: 1px solid #cdcdcd;
  border-bottom: none;
  border-top: none;
  width: 662px;
  margin: 0 auto;
}ここまで*/
ul.news_area2 li:nth-child(1) {
  padding-right: 17px;
} 
ul.news_area2 li:nth-child(2) {
  padding-left: 17px;
} 
div#top_right ul.bnr li {
  list-style-type: none;
  text-align: center;
}
/*　202302改修　*/
div#top_right ul.bnr li:nth-child(1)  {
  margin-bottom: 30px;
}
div#top_right ul.bnr li:nth-child(2)  {
  margin-bottom: 15px;
}
div#top_right ul.bnr li:nth-child(3)  {
  margin-bottom: 15px;
}
div#top_right ul.bnr li:nth-child(4)  {
  margin-bottom: 15px;  /* 30px→15px */
}
div#top_right ul.bnr li:nth-child(5)  {
  margin-bottom: 15px;  /* 12px→15px */
}
div#top_right ul.bnr li:nth-child(6)  {
  margin-bottom: 15px;  /* 12px→15px */
}

div#top_right ul.bnr li:nth-child(7)  {
  margin-bottom: 0;  /* 30px→0 */
}
div#top_right ul.bnr li:nth-child(8)  {
  margin-bottom: 15px;
}


/*　202302改修前　ここから
div#top_right ul.bnr li:nth-child(1)  {
  margin-bottom: 18px;
}
div#top_right ul.bnr li:nth-child(2)  {
  margin-bottom: 15px;
}
div#top_right ul.bnr li:nth-child(3)  {
  margin-bottom: 15px;
}
div#top_right ul.bnr li:nth-child(4)  {
  margin-bottom: 20px;
}
div#top_right ul.bnr li:nth-child(5)  {
  margin-bottom: 12px;
}
div#top_right ul.bnr li:nth-child(6)  {
  margin-bottom: 12px;
}
ここまで*/
#main_contents {
  width: 946px;
  margin: 0 auto 0;
  clear: both;
  display: flex;
  justify-content: space-between;
}
#main_contents ul {
  list-style-type: none;
}
#main_contents ul li {
  background:url(../images/main_arrow.png) no-repeat 10px 5px;
  margin: 10px 0 5px 0;
/*  width: 180px;*/
  padding-left: 30px;
}
div#main_right {

}
div.main_flex {
  display: flex;
  width: 622px;
  flex-wrap: wrap;
  justify-content: space-between;
}

div.main_flex_inner_1 {
    background-color: #ededee;
    width: 300px;
    border-radius: 4px;
    box-shadow: 1px 1px 3px 1px #dcdcdc;
    height: 874px;  /* 913px→874px */
}
div.main_flex_inner {
  background-color: #ededee;
  width: 300px;
  border-radius: 4px;
  box-shadow: 1px 1px 3px 1px #dcdcdc;
}
ul.main_list {
  width: 288px;
  background-color: white;
  margin: 0 auto 5px;
  border: #e1e1e1 solid 1px;
}
div.main_flex_inner:nth-child(2),div.main_flex_inner:nth-child(1) {
  margin-bottom: 20px;
}
#main_contents ul.main_list li.list_title {
  background: none;
  font-weight: bold;
  color: #65b467;
  padding: 10px 0 0 15px;
  margin: 0;
}

div#footer {
      width: 920px;
    /* margin: 0 auto; */
    /* color: #666666; */
    padding: 9px 14px;
  margin-top: 20px;

      background: url(../images/footer_bg_top.gif) no-repeat 0 0;
}
p.address {
	width:940px;
}
ul.main_list li a {
  color: #3f3f3f;
		text-decoration:none;
}
ul.main_list li a:visited {
	color:#3f3f3f;
	text-decoration:none;
}
ul.main_list li a:hover {
  color:#fd9918;
}
/*項目を増やすときは気を付ける*/
/*div.main_flex_inner_1 ul li:last-child  {
  padding-bottom: 277px;
}
div.main_flex_inner:nth-child(1) ul li:last-child {
  padding-bottom: 32px;
}
div.main_flex_inner:nth-child(2) ul li:last-child {
  padding-bottom: 85px;
}
div.main_flex_inner:nth-child(3) ul li:last-child {
  padding-bottom: 20px;
}
div.main_flex_inner:nth-child(4) ul li:last-child {
  padding-bottom: 284px;
}*/
div.main_flex_inner_1 ul.main_list {
  height: 817px;  /* 856px→817px */
}
div.main_flex_inner:nth-child(1) ul.main_list {
  height: 410px;  /* 390px→410px */
}

div.main_flex_inner:nth-child(2) ul.main_list {
  height: 410px;  /* 390px→410px */
}

div.main_flex_inner:nth-child(3) ul.main_list {
  height: 330px;  /* 390px→410px */
}

div.main_flex_inner:nth-child(4) ul.main_list {
  height: 330px;  /* 390px→410px */
}