@charset "UTF-8";

/*******************************
 
#hero Css
 
*******************************/
#hero{
	margin-bottom: 0;
}


/*******************************
 
contents Css
 
*******************************/
.p-nav{
	background-color: #f6a900;
    height: 50px;
}
.p-nav li{
	display: inline-block;
	padding-top: 12px;
}
.p-nav li a{
	color: #fff;
	font-weight: bold;
	margin: 0 20px;
}
.p-nav li a:after{
	content: ">";
    display: inline-block;
    color: #000;
    border: solid 1px #000;
    margin-left: 5px;
    font-size: 12px;
    line-height: 1.8;
    padding: 0 5px;
    vertical-align: bottom;
}
section{
	padding-top: 155px;
	margin-top: -155px;
	margin-bottom: 0;
}
section .inner{
	width: 100%;
    max-width: 760px;
    margin: 0 auto;
}
section h3{
	font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    background-color: #b0afb0;
    padding: 14px 0;
    color: #fff;
    margin: 40px 0 60px;
}
section h4{
	font-size: 18px;
	background-color: #f6a900;
	color: #fff;
	padding: 8px 0;
	font-weight: bold;
	letter-spacing: 4px;
	margin-bottom: 20px;
}
section p{
	text-align: justify;
}
section .mds{
	font-weight: bold;
	margin-top: 20px;
}



#overview .img{
	width: 100%;
	margin-bottom: 60px;
}
#overview .flex-box{
	align-items: flex-start;
	justify-content: space-between;
}
#overview .item{
	text-align: left;
    border-left: solid 1px #f6a900;
    padding-left: 20px;
    align-self: stretch;
	width: 50%;
	margin-bottom: 40px;
}
#overview .ttl{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
#overview .ttl span{
	width: 25px;
    height: 25px;
    color: #fff;
    background-color: #f6a900;
    display: inline-block;
    text-align: center;
    line-height: 1.5;
    margin-right: 15px;
    font-size: 17px;
}
#overview .list{
	text-indent: -1em;
    padding-left: 1em;
}
#overview .list:before{
	content: "●";
	color: #f6a900;
}
#overview .txt{
	text-align: justify;
}

#history .bg{
	background-image: url(../img/bg_history.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
	padding-bottom: 30px;
}

#history ul{
	margin-bottom: 20px;
}
#history .governor{
	margin-top: 40px;
}
#history .governor .flex-box{
	justify-content: space-between;
	margin-bottom: 60px;
}
#history .governor .item{
	width: 18%;
}
#history .governor .name{
	text-align: center;
	font-weight: bold;
	font-size: 17px;
}
#history .governor .alive{
	font-size: 13px;
    text-align: center;
    line-height: 1.5;
    margin-top: 5px;
    font-weight: bold;
}
#organization .flex-box{
	justify-content: space-between;
	margin-bottom: 80px;
}
#organization .item-l{
	width: 38%;
}
#organization .item-r{
	width: 59%;
}
#organization .item dl{
	text-align: left;
	font-size: 14px;
}
#organization .item dt{
	float: left;
	width: 76%;
}
#organization .item-r dt{
	float: left;
	width: 74%;
}
#organization .item dt.long{
	font-size: 13px;
}
#organization .list{
	text-indent: -1em;
    padding-left: 1em;
}
#organization .item dt.list:before{
	content: "●";
	color: #f6a900;
}



/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
	#organization .flex-box{
		display: block;
	}
	#organization .item-l, #organization .item-r{
		width: 80%;
    	margin: 0 auto;
	}
	#organization .item-r{
		margin-top: 60px;
	}
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
	.p-nav li a {
		margin: 0 10px;
		font-size: 13px;
	}
	section .inner{
		max-width: 650px;
	}
	#organization .item-l, #organization .item-r{
		width: 100%;
	}
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	.p-nav{
		height: auto;
		padding-bottom: 20px;
	}
	.p-nav li {
		display: block;
		padding-top: 20px;
	}
	section .inner{
		max-width: none;
		width: 85%;
	}
	section h3{
		margin-bottom: 30px;
	}
	#overview .img{
		margin-bottom: 30px;
	}
	#overview .flex-box{
		display: block;
	}
	#overview .item{
		width: 100%;
	}
	#history .governor .flex-box{
		margin-bottom: 30px;
	}
	#history .governor .item {
		width: 48%;
		margin-bottom: 20px;
	}
	#organization .item dt {
		float: none;
		width: 100%;
		margin-top: 10px;
	}
	#organization .item dd{
		text-indent: 1em;
	}
}