@charset "UTF-8";
/*------------------------------------------------------------mainphoto*/
#mainimage {
	position: relative;
    height: 250px;
	background: url("../img/overview_img/main.jpg") center center no-repeat;
	background-size: cover;
	margin-top: 63px;
}
#mainimage h2{
	text-align: center;
	background: rgba(255,255,255,0.8);
	line-height: 1;
	padding:5px 10px 7px 10px;
	font-size: 30px;
	font-weight: bold;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
#mainimage {
     height: 300px;
}
#mainimage h2{
	font-size: 36px;
}
}


/*------------------------------------------------------------content*/
#sec01,#sec02,#sec03,#sec04{
	padding:60px 0;
}

@media print, screen and (min-width: 768px) {
#sec01,#sec02,#sec03,#sec04{
	padding:100px 0;
}
}

/* 検索ボックス本体 */
.search-box {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 60px;
  padding: 15px 14px;
  width: 100%px;
  transition: all 0.2s ease;
}

/* hover時にふんわり影 */
.search-box:hover {
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* アイコン部分 */
.search-box .material-icons {
  color: #888;
  font-size: 26px;
  margin-right: 8px;
}

/* 入力欄 */
.search-box input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 16px;
}

/* 検索ボタン */
.search-box button {
  background: #018f66;
  color: #fff;
  border: none;
  border-radius: 40px;
  padding: 10px 20px;
  font-size: 16px;
	font-weight: bold;
  cursor: pointer;
  transition: background 0.2s;
}

.search-box button:hover {
  background: #af9049;
}
@media print, screen and (min-width: 576px) {
.search-box button {
  padding: 10px 40px;
}

}

/*------------------------------------------------------------Content*/

/*PageNavi*/
.pagenavi {
	margin: 40px 0 10px;
	padding:0;
	text-align: center;
}
@media print, screen and (min-width: 576px) {
.pagenavi {
	padding: 10px 10px 5px;
}
}
.pagenavi li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}
.pagenavi li span {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	margin-bottom: 5px;
	padding: 5px 13px;
	color: #fff;
	border: 1px solid #018f66;
	background: #018f66;
}
.pagenavi li a {
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    margin-bottom: 5px;
    padding:  5px 13px;
    color: #018f66;;
    border: 1px solid #018f66;
    background: #fff;
    zoom: 1;
}
.pagenavi li a:hover {
	color: #fff;
	border: 1px solid #018f66;
	background: #018f66;
	-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
 transition: all 0.7s;
}

/*更新プログラム(連動)フォーマット*/
.news01 {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #018f66;
}
.news01 dl {
	padding:15px 0;
	border-bottom: 1px solid #018f66;
}
@media print, screen and (min-width: 768px) {
.news01 dl {
	padding:30px 0;
}
}
.news01 dl dd div.newstitle {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
	text-align: left;
}
.news01 dl dt, .news01 dl dd{
	font-size: 16px;
	font-weight: 600;
}
.news01 dl dt{
	color: #018f66;
	text-align: left;
}
.news01 dl dd a{
	color: #333;
	font-weight: 500;
}
.news01 dl dd a:hover{
	color: #018f66;
	opacity: 0.9;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}
@media print, screen and (min-width:768px) {
.news01 dl dt {
	float: left;
}
.news01 dl dd {
	padding: 0 0 0 100px;
}
}
