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


/*ドロワーメニュー*/
.btn {
  top: 10px;
  right: 10px;
}
/*-----------------*/


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;/*	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	line-height: 1.5em;*/
}


#pc-nav{
	display:none;
}




/*----indexの設定-----*/
.rogo {
	transform: scale(0.8);
	margin-top: -10px;
	margin-left: -5px;
}
#rogo-tukau1 {
	transform: scale(0.8);
	margin-top: -10px;
	margin-left: -5px;
}
.left-box {
	margin-bottom: 40px;
	margin-top: 30px;
	height: 930px;
}



/* ツールのアイコンが入ったBOXのimgを縮小設表示 */

/*.left-box .tool-icon img {
	margin-bottom: 10px;	
}
*/

/*■BOX内のアイコンを複数行のflexで表示する*/
.left-box .tool-icon {
	flex-direction:column;
	text-align:center;
	text-align:center;
}


.right-child {
	margin-bottom:40px;

}
#news-link-box {
	width: 100%;
	margin-bottom: 40px;
}
.index-news {
	margin-bottom: 40px;
}
.index-title {
	justify-content:center;
}
#about {
	padding: 10px;
}
#about h2 {
	padding: 10px;	
	
}
/*---------------------*/



/*--コンテンツページのテンプレ--*/
nav {
		/*justify-content: space-around;*/
	justify-content: center;
	margin-top: 20px;

}
nav img {
	margin-bottom: 0px;
	margin-right: 6px;
	margin-left: 6px;/*	transform: scale(0.9);*/
}
.cont-h1-box {
	margin-left: -20px;
}
.contents-wrapper h1 {
	font-size: 24px;
}
.link-box dt {
	text-align: center;
	text-indent: 0em;
}
.link-box dd {
	margin: 0px;
}
.cont-board-dl {
}
.line-pc1-mobile2 {
	flex-direction:column;
}
.flex-mobile-tate {
	flex-direction: column;
	margin-left: 20px;	
}
.page-navi{
	flex-wrap:wrap;
	justify-content: space-between;

}
.page-navi li {
	width: 45%;
	margin-bottom: 8px;
}
/*---------------------*/



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

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

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

/*共に右寄せ-モバイルのみ60%の大きさ*/
.img-right-mobile60 {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 40%;
}
/*モバイル画像のみ100%表示*/
.mobile-fit-img { 
	height: auto;
	width: 95%;
}


/*■表示-非表示■*/

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

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



/*テーブル？？？？*/
.ryokin-table tr th {
	text-align: center;
	border-bottom-style: none;
	border-bottom-color: #FFF;
}
	


/*flexBox ２カラムの表的使い方の設定*/
.flex-child-2col-L180 {
	margin-bottom: 20px;
	margin-right: 15px;
	margin-left: 15px;
}
.flexBox-child-R01 {
	margin-right: 15px;
	margin-left: 15px;
}


#demae-title {
	margin-top: 10px;
}
#about .h2 {
	text-align: center;
}
.left-box a .index-title {
	margin-left: 20px;
}



.list02 {
	margin: 0px;
	padding: 0px;
}


/*櫻田さん作品の注意書き*/
.list03 {
	margin-right: 0px;
	margin-left: 0px;
}
.list03 ul {
	margin: 0px;
	padding-left: 15px;
	padding-right: 10px;
}
.list03 ul li {
	margin-bottom:15px;
}


/*コミュニケーションボード各種ダウンロードの下余白*/
.cont-board-dl dl {
	margin-bottom: 70px;
}

