﻿@charset "UTF-8";

/*
 ============================================================
  ファイル名：top.css
 ============================================================
*/
/* ------------------------------------------------------------
	01. SITE SETTING CSS
   ------------------------------------------------------------ */
.for_pc{
	display: inherit;
}
   
.for_sp{
	display: none;
}
#message {
	display:block;
	margin: 0 auto;
	text-align:center;
	padding: 25px;
	width: 1000px;
}
#message p{
	font-size: 18px;
    font-size: 1.125rem;
}

.sec01__list {
	overflow: hidden;
	margin-bottom: 1em;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.sec01__list_web {
	overflow: hidden;
}
.sec01 {
	padding: 30px 0;
}
.sec01 .sec01__title {
	margin: 0 auto 20px;
	font-size: 40px;
}
.sec01 .sec01__title img {
	display: none;
}
.sec01 .inner {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 29px 40px 40px;
}
.sec02 {
	margin-bottom: 60px;
	padding: 40px 0;
}
.sec02 .inner {
	width: 1000px;
	margin: 0 auto;
}
.sec03 {
	padding: 0 0 40px;
}
.sec03 .inner {
	width: 1000px;
	margin: 0 auto;
}
.sec03 .linkpanel__box01 {
	float: left;
	width: 490px;
}
.sec03 .linkpanel__ttl {
	padding: 12px;
	font-size: 24px;
	font-size: 1.5rem;
}
.sec03 .linkpanel__ttl img {
	margin-right: 7px;
	vertical-align: middle;
}
.sec03 .linkpanel__detail {
	padding: 17px 24px;
}
.sec01__list02 {
	float: left;
	width: 490px;
	margin-top: 24px;
	margin-top: 1.71429rem !important;
	margin-right: 20px;
}
.sec01__list01 {
	float: right;
	width: 490px;
	margin-top: 24px;
	margin-top: 1.71429rem !important;
}
.noticesec01 {
	padding: 15px 20px;
	font-size: 18px;
	font-size: 1.125rem;
}
.noticesec01__sttl {
	font-weight: bold;
}
.election__btn {
	display: none;
}
.sec3_forsp {
	display: none;
}
.sec3_forpc {
	display: inherit;
}

#movie{
	display:block;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	padding-bottom:35px;
	width:680px;
}
#movie .hd__h3{
    margin-top: 32px;
    margin-bottom: 9px;
}
#movie video{
	min-height:384px; 
	}
dl.overview_rep:after {
	content: "";
    display: block;
    clear: both;
    height: 0;
	margin-bottom: 24px;
    margin-bottom: 1.71429rem !important;
	}
dl.overview_rep dt{
	float: left;
    margin-right: 3%;
    font-weight: bold;
	line-height: 1.7;
	width: 3%;
	clear: left;
	}
dl.overview_rep dd{
	float: left;
	line-height: 1.7;
	width: 94%;
	}
	
dl.overview_ele dd:after {
	content: "";
    display: block;
    clear: both;
    height: 0;
	}
dl.overview_ele dt{
	float: left;
    margin-right: 7%;
    font-weight: bold;
	line-height: 1.7;
	width: 13%;
	clear: left;
	}
dl.overview_ele dd{
	float: left;
	line-height: 1.7;
	width: 80%;
	}
.message_bnr{
	margin-bottom: 24px;
    margin-bottom: 1.71429rem !important;
	text-align: center;
	}
.message_bnr a{
	display: block;
	width: 400px;
	height: 160px;
	margin: 0 auto;
	}		
.message_bnr a:hover{
	opacity: 0.8;
	}		