@charset "UTF-8";

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
float: none;
width:100%;
text-align: left;
overflow: hidden
}
.hidden {
width: 100%;
overflow: hidden;
}
.br_hidden{
display: none;
}
@media screen and (min-width: 981px) {
.br_hidden{
display: block;
}}

/*スライド
---------------------------------------------------------------------------*/
.rslides{
max-width: 1800px;
width: 100%;
height: auto;
margin: 0 auto;
overflow:hidden;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.rslides2{
max-width: 100%;
height: auto;
margin: 0 auto;
overflow:hidden;
}

.rslides {display:none;}
.rslides2 {display: block;}
@media screen and (min-width: 480px) {
.rslides {display: block;}
.rslides2 {display:none;}
}


/*MESSAGE
---------------------------------------------------------------------------*/
.message_cate{
font-weight: bold;
font-size: 90%;
line-height: 3;
text-align: left;
color: #002c80;
}
.message_title {
font-weight: bold;
font-size: 150%;
line-height: 1.5;
letter-spacing:.1em;
color: #002c80;
margin-bottom: 20px;
text-shadow: #fff 0 0 10px,#fff 0 0 10px,#fff 0 0 10px,#fff 0 0 10px,#fff 0 0 10px,#fff 0 0 10px,#fff 0 0 10px;
}
.message_p {
font-weight: normal;
font-size: 100%;
text-align: left;
line-height: 2;
margin-bottom: 30px;
text-shadow: #fff 0 0 10px,#fff 0 0 10px,#fff 0 0 10px,#fff 0 0 10px,#fff 0 0 10px,#fff 0 0 10px,#fff 0 0 10px;
}
.btn_me_bo{
margin:30px 0
}

@media screen and (min-width: 768px) {
.bg_message{
width: 100%;
display: flex;
justify-content: space-between;
max-width: 1000px;
margin: auto;
}
.bg_message .detail{
width: 70%;
padding: 30px 0 0 30px
}
.bg_message .bg_img{
margin-right: calc(10% - 50vw);
object-fit: cover;
overflow: hidden
}
.bg_message .bg_img .inner{
width: 100%;
height: auto;
padding-top: 0;
}
.message p {
line-height: 2.1;
}}

@media screen and (min-width: 880px) {
.bg_message .detail{
width: 60%;
}
.bg_message .bg_img{
margin-right: calc(30% - 50vw);
}}

@media screen and (min-width: 981px) {
.bg_message .detail{
width: 50%;
padding: 30px 0 0 0
}
.bg_message .bg_img{
margin-right: calc(40% - 50vw);
}}

@media screen and (min-width: 1200px) {
.bg_message{
height: 500px;
}
.bg_message .bg_img{
margin-right: calc(50% - 50vw);
}}

@media screen and ( max-width:767px ){
.bg_message{
padding: 6% 0 0 0;
box-sizing:border-box;
width:100%;
height:auto;
}
.bg_message .detail{
padding: 0 6%;
}}


/*read-more
---------------------------------------------------------------------------*/
/* 紺色 */
.btn_read_more {
display: flex;
justify-content: center;
align-items: center;
width: 160px;
padding: .9em 2em;
border-radius: 30px;
background-color: #002c80;
color: #fff;
font-weight: normal;
font-size: 1em;
border: 1px solid #002c80;
}
.btn_read_more:hover {
color: #002c80;	
background: #fff;
transition: 0.5s;
}

/* 白色 後援会のご案内 */
.btn_read_more_w {
display: flex;
justify-content: center;
align-items: center;
width: 250px;
margin:0 auto;
padding: .9em 2em;
border-radius: 30px;
background-color: #fff;
color: #002c80;
font-weight: normal;
font-size: 1em;
border: 1px solid #fff;
}
.btn_read_more_w::after {
transform: rotate(45deg);
width: 5px;
height: 5px;
margin-left: 10px;
border-top: 2px solid #002c80;
border-right: 2px solid #002c80;
content: '';
}
.btn_read_more_w:hover {
background-color: #002c80;
border: 1px solid #fff;
color: #fff;
transition: 0.5s;
}
.btn_read_more_w:hover::after {
transform: rotate(45deg);
width: 5px;
height: 5px;
margin-left: 10px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
content: '';
}


/*全体見出し
---------------------------------------------------------------------------*/
.section-two-h3 {
text-align:center;
font-size: 180%;
line-height: 1.5;
font-weight: bold;
letter-spacing:.05em;
margin: 10px 0;
color: #002c80
}
.section-two-h3-w {
text-align:center;
font-size: 180%;
line-height: 1.5;
font-weight: bold;
letter-spacing:.05em;
margin: 10px 0;
color: #fff;
}
.section-two-h3 span{
font-size: 11px;
display: block;
margin-top: 0;
font-weight: normal;
}
.section-two-h3-w span{
font-size: 11px;
display: block;
margin-top: 0;
font-weight: normal;
color: #dfb602
}


/*お知らせ
---------------------------------------------------------------------------*/
#bg_osirase{
padding:50px 0;
background:#cfe9f2;
}



/*重点施策
---------------------------------------------------------------------------*/
#bg_top_sisaku {
padding: 50px 0;
}
/*バナー*/
.bana_box {
margin: 30px 0;
display: flex;
flex-wrap: wrap;
}
.bana_box ul:after {
content: "";
clear: both;
display: block;
}
.bana_box ul li {
list-style-type: none;
display: block;
float: left;
transition: all .3s;
overflow: hidden
}
.bana_text {
margin: 15px 0 0 0;
text-align: center;
font-size: 25px;
line-height: 1.4;
font-optical-sizing: auto;
font-weight:bold;
font-style: normal;
color: #002c80
}
.bana_text span {
font-size: 12px;
display: block;
font-weight:normal;
color: #333
}
.bana_box {
z-index: 9999;
}
.bana_box ul li {
width: 31.42%;
margin-right: 2.87%;
}
.bana_box ul li:nth-child(3n) {
margin-right: 0;
}

@media only screen and (max-width: 767px) {
#bg_top_sisaku {
padding: 5% 0;
}
.bana_text {
font-size: 18px;
line-height:1.2;
}
.bana_text span {
font-size: 10px;
}
.bana_box ul li {
width: 32%;
margin-right: 2%;
}}


/*後援会のご案内
---------------------------------------------------------------------------*/
#bg_top_koen {
background: linear-gradient(180deg, #fff 0%, #fff 30%, #002c80 30%, #002c80 100%);
display: flex;
justify-content: center;
align-items: center;
width: 100%;
	padding:0 0 60px 0;
}
#bg_top_koen p{
text-align: center;
margin: 30px 0;
color: #fff;
}

/*バナー*/
.bana_koen_box ul:after {
content: "";
clear: both;
display: block;
}
.bana_koen_box ul {
margin: 30px 0;
}
.bana_koen_box ul li {
list-style-type: none;
display: block;
float: left;
width: 100%;
position: relative;
transition: all .3s;
overflow-x: hidden;
 border-radius: 25px;
}
.bana_koen_box ul li .sb_img {
width: 100%;
height: 200px;
object-fit: cover;
/*IE対策*/
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}
.bana_koen_box ul li a::before{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 44, 128, 0.4);
}
.bana_koen_box .bana_text {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
	padding: 0;
	z-index: 100;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 0;
	color: #fff;
	line-height: 1.2em;
}
.bana_koen_box ul li a:hover {
	text-decoration: none;
}
@media only screen and (min-width: 768px) {
.bana_koen_box ul li {
width: 48%;
margin-right: 4%;
}
.bana_koen_box ul li:nth-child(2n) {
margin-right: 0;
}
.bana_koen_box ul li .sb_img {
height: 150px;
}
}
@media only screen and (min-width: 981px) {
.bana_koen_box ul li .sb_img {
height: 200px;
}
.bana_koen_box .bana_text {
font-size: 150%;
}}

@media only screen and (max-width: 767px) {
.bana_koen_box  {
margin-top: 0;
padding-top: 3%
}
.bana_koen_box ul li {
margin-bottom: 3%;
}}

@media only screen and (max-width: 600px) {
.bana_koen_box  ul {
width: 100%;
}
.bana_koen_box ul li .sb_img {
width: 100%;
height: 150px;
}}


@media screen and (min-width: 768px) {

} 
@media screen and (min-width: 981px) {

}
@media screen and (min-width: 1200px) {

} 