@charset "utf-8";
/* CSS Document */

body {

}



/*--------indexの表示----------------*/
.index-wrapper {
	display:flex;
	justify-content:space-between;
}

/*左サイド*/
.left-box {
	width: 39%;
	height: 620px;
	/*	padding-bottom: -20px;*/
}
.left-box .index-title {
	float: right;	
}

.left-box .tool-icon {
	flex-direction:row;
		flex-wrap: wrap;
	/*transform: scale(0.8);
	 display:flex;
	flex-derection: column;
	justify-content: space-around;
	flex-wrap:wrap;
	justify-content: space-around;
	*/
	
}


/*右サイド*/
.right-box {
	display: flex;
	flex-wrap: wrap;
	width: 60%;
	justify-content:space-between;
	flex-wrap:wrap;

}
.right-child {
	
	float: left;
	width: 46%;
	margin-left: 4%;
	position: relative;

	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: -5px;
	padding-left: 6px;

}
#demae {
	margin-bottom: 20px;
}
#demae .index-title {
	float: right;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-right: 20px;
}

#bandana {
	margin-bottom: 20px;
}
#bandana .index-title {
	float: right;
}

#about {
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 8px;
}
#about p {
	line-height: 22px;
}

#about figure {
	/*margin-bottom: 10px;*/
}

.btn-index-about{
	margin-top: 80px;
	/*margin-bottom: 20px;*/
	text-align: center;
}
#news-link-box {
	margin: 0px;
	padding: 0px;

}
.index-news {
	height: 290px;	/*margin-bottom: 20px;*/
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.index-news h2 {
	font-size: 20px;
}

.left-box .index-title {
	margin-bottom: 20px;
}

/*-------index--------*/







/*---コンテンツページ設定---*/
.contents-wrapper {
	padding-right: 50px;
	padding-left: 50px;
}
.link-box {
	margin-right: 50px;
	margin-left: 50px;
}
.cont-board-dl {
	display: flex;
	justify-content: center;

}
.cont-board-dl dl {
	margin-right: 10px;
	margin-left: 10px;
	width: 250px;
}
.line-pc1-mobile2 {
	
}
.page-navi{

	justify-content: space-between;

}
.page-navi li{

	width: 23%;

}

.list03 {

	margin-right: 20px;
	margin-left: 20px;

}
/*-------コンテンツ------*/






.container {
	max-width: 950px;
	margin-right: auto;
	margin-left: auto;
	box-sizing:border-box;
}

.maru-box {
	border-radius:12px;
	max-width: 950px;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;		
}


header {
	font-size: 25px;
	margin-bottom:15px;
	padding-bottom: 10px;
}





/*■ PCでは表示しない　■*/
.pcNon-mobileOn {
	display:none;
}

/*■ PCでのみ50pxインデントする　■*/
.indent50-pc {
	margin-left: 50px;
}




/*ヘッダーグランドメニュー　↓ ↓　*/

.gnav {
	display: flex;
	height: 2rem;
	margin: 0 auto;
	width: 960px;
	font-size: 16px;
}

.gnav > li {/*親階層のみ幅を25%にする*/
    width: 14%;
}
.gnav li {
	list-style: none;
	position: relative;
}
.gnav li a {
	/*border-right: 1px solid #eee;*/
	color: #666666;
	display: block;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
.gnav li a:hover {
	background-color: #FFFFFF;
	color: #F90;
}
/*子階層以降共通*/
.gnav li li {
	height: 0;
	overflow: hidden;
	transition: .5s;
	font-size: 12px;
	
}
.gnav li ul {
	padding: 0px;
	margin: 0px;	
}

.gnav li li a {
	background-color: rgba(255,255,255,0.9);
	
　　/*　※背景色はaに付けないと階層の下に配色されてしまう*/
	color: #333;	
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-weight: normal;
	color: #565656;
	text-shadow: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #07855C;
}
.gnav li li a:hover {
	background-color: #fbc900;
	color: #333;
	/*color: #FFF;*/
}

.gnav li:hover > ul > li {
    height: 2rem;
    overflow: visible;
	z-index:2;
}
.gnav li ul li ul {
	left: 135px;
	position: absolute;
	top: 0px;
	width: 100%;
}
nav {

}
.gnav li ul li ul li {
	padding: 0px;
	margin-top: -18px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.gnav li ul li ul li a{
	background-color: #9AD3B7;
}
/*--------------------------*/






/*◆◆◆flexボックス◆◆◆*/


/*◆基本のflexbox*/
.flexBox {
	display:flex;
}

.flex-box {
	display:flex;
	justify-content:space-between;
}



/*◆追加用のflexボックスの表示タイプ*/

/*◆両端揃え*/
.flex-space_between {
	justify-content: space-between;
}



/*◆flexボックスのchild*/

/*◆childが２個*/
.flex-child-2 {
	width: 48%;
	margin-right: 1%;
	margin-left: 1%;
	background-color: #FFF;
}

.flex-child-2-type2 {
	width: 48%;
	margin-right: 1%;
	margin-left: 1%;
	
}


/*◆flexBox ２カラムの表的使い方の設定*/
.flex-child-2col-L180 {
	flex-basis: 180px;
	margin-right: 20px;
	padding: 5px;
	
	/*margin-right: 15px;*/
}
.flex-child-2col-L200 {
	flex-basis:200px;
}

.flexBox-child-R01 {
	text-align: left;
}

.flexBox-child-R01 p {
	margin: 0px;
}



/*■画像 PCとスマホの表示の違いを設定■*/


/*PC右寄せ-モバイル中央揃え*/
.img-pcRight-mobileCenter {
	float: right;	
}

/*PC右寄せ-モバイル中央揃え*/
.img-pcLeft-mobileCenter {
	float: left;
}



/*表示-非表示　PCとモバイルの違い*/

/*PC非表示-モバイル表示*/
.display-pcOff-mobileOn {
	display:none;
}

/*PC表示-モバイル非表示*/
.display-pcOn-mobileOff {
}
.index-wrapper p {
	font-size: 14px;
	line-height: 18px;
}
.index-news iframe {
	margin-top: 20px;
}



.video-box {
	width:80%;
}