﻿@charset "UTF-8";


html
 { font-size: 62.5%;
}

*,*::before,*::after {
	box-sizing:border-box;
}


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 1.4rem;
	line-height: 1.2;
}
.main p,.main dd,.main dt {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 1.2rem;
	line-height: 1.2;
}

table,table td,table th {
	border: 1px solid #666;
	font-size: 1.2rem;
	line-height: 1.2;

}
	
.header,.pagebody,.footer {
	max-width: 1200px;
	padding: 0px 2%;
	margin: 20px auto;
}


/*団体名をクリックするとトップページに戻るフォントの設定*/
a{	color:#000;	text-decoration:none;	display:block;}


.main {
	width: 100%;
	margin-top: 20px;
	padding: 0px 2%;
}


.title {
 font-size: 2.0rem;
 margin:10px 0px;


}
.site-title  {
	font-size: 1.6rem;
	margin:10px 0px;
}
.site-title_sub {
	font-size: 1.4rem;
	margin:10px 0px;
	color:#900;
}

.pagebody.clearfix .keyvisual h1 {
	text-align: center;
	font-size: 1.3rem;
	margin: 20px;
}

/*floatの設定による回り込みを解除するために、
対象の部分をdiv class="clearfix"で囲んでしまうための方法*/

.clearfix::after{
	content:'';
	display:block;
	clear:both;
}

/*floatの設定による回り込みを解除するのに、
次の要素につけたほうがよいという方法*/

.float_clear{clear:both;}



/*メニューリストを折りたたみする設定*/

.cp_menu {
	
	max-width: 300px;
	margin: 0 auto;
	padding: 0;
	float: right;/*メニューリスト全体を右に寄せる*/

}

.cp_menu a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #000;
	line-height: 1;
}

.cp_menu label {
	display: block;
	position: relative;
	line-height: 1;
	cursor: pointer;
	text-align: right;/*メニューリストボタンを右に寄せる*/
	background-color:#FFF;	
}

.cp_menu input {
	display: none;
}


.cp_menu ul {
	margin: 0;
	padding: 0;
	background:#FFC;
	list-style: none;	
}

.cp_menu li {
	overflow-y: hidden;/*オーバーフローしても非表示*/
	margin-top:-1px;/*全体を1px上に上げることで、一番上のリストのボーダートップを隠す*/
	border-top:#999 dashed 1px;
	max-height: 0;
	transition: all 0.5s;
}
/*リストが増えたらULごとに追加してください*/
#cp_menu_bar1:checked ~ #link1 li,
#cp_menu_bar2:checked ~ #link2 li {
	max-height: 46px;
	opacity: 1;
}



/*画像が800px以下なら横幅100％表示にする*/

.keyvisual img{
    display:block;
	margin:0px auto;
	width:100%;
	max-width:800px;
}



/*右下に位置を固定したページトップへ戻るボタン*/

.pagetop {
	position: fixed;
	text-align: right;
	margin:0px auto;
	bottom:30px;
	right:10px;
}
.pagetop a {
	display: inline-block;
	color: #fff;
	font-size: 0.9rem;
	border-radius: 5px;
	padding: 5px;
	text-decoration: none;
	background-color:#999;
}

.pagetop a:hover {
	background-color:#333;
}

.footer{
	background: #888;
	text-align: center;
	padding: 3px 0px;
	color: #FFF;
}

.form-label {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 1.2rem;
	width:100%;
	max-width:300px;
	font-weight:bold;
}

.form-item {
	border-bottom: 1px solid #ddd;
	padding: 24px 0px;
	width:100%;
	display:flex;
	align-items:center;	
}
.form-item-input {
	font-size: 1.2rem;
	line-height:1.2;
	border: 1px solid #999;
	max-width: 800px;
	width: 100%;
	background-color:#eee;
	flex:1;
	border-radius:5px;

}
.form-item-textarea {
	background-color:#eee;
	border:#CCC solid 1px;
	border-radius:5px;
	width:100%;
	max-width:800px;
	font-size: 1.2rem;
	padding:0.8rem;
	height:250px;
	flex:1;
}

.form-size {
	width: 100%;
	max-width:800px;
	margin: 20px auto;
}
.btn {
	width:150px;
	height:30px;
	background-color:#77a;
	border-radius:5px;
	font-size: 1.0rem;
	text-align:center;
	color:#FFF;
	display:block;
	margin:10px auto;
	border:none;
}
.btn:hover{
	background-color:#558;
	color:#FFF;
}
.btn1 {
	width:150px;
	height:30px;
	background-color:#a66;
	border-radius:5px;
	font-size: 1.0rem;
	text-align:center;	
	color:#FFF;
	display:block;
	margin:10px auto;
	border:none;
}
.btn1:hover{
	background-color:#855;
	color:#FFF;
}
.btn2 {
	width:250px;
	height:30px;
	background-color:#900;
	border-radius:5px;
	font-size: 1.0rem;
	text-align:center;	
	color:#FFF;
	display:block;
	margin:10px auto;
	border:none;
}
.btn2:hover{
	background-color:#c22;
	color:#FFF;
}

/*全体が1200px以下でのメニューの表示*/

@media(max-width:1200px){
.main p,.main dd,.main dt{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 1.0rem;
	line-height: 1.2;
}
.title {
 font-size: 1.3rem;
}
.site-title  {
	font-size: 1.2rem;
}
.site-title_sub {
	font-size: 1.1rem;
	color:#900;
}

table,table td,table th {
	border: 1px solid #666;
	font-size: 1.0rem;
	line-height: 1.2;

}
.pagebody.clearfix .keyvisual h1 {
	text-align: center;
	font-size: 1.1rem;
	margin: 20px;
}

nav{
	display: none;
}

nav #link1 li a {
	display: block;
	list-style-type: none;
	height: 35px;
	text-align: center;
	text-decoration: none;
	color: #000;
	padding:5px 0px;
	line-height: 1.5rem;
}

nav #link1 li a:hover{
	color:#000;
	background-color:#FFC;
	
}

.pagebody.clearfix nav ul {

	height: 180px;
	list-style-type: none;
}

.form-label {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 1.0rem;
	max-width:inherit;
	display:flex;
	align-items:center;
}
.form-item {
	padding:16px 14px;
	flex-wrap: wrap;
	align-items:center;
}
.form-item-input {
	font-size: 1.0rem;
	flex:inherit;
}
.form-item-textarea {
	font-size: 1.0rem;
	padding: 0.2rem;
	height:200px;
	flex:inherit;
}
}



/*全体が1200px以上でのメニューの表示、mainとnewsとを左右に置く
floatの設定*/

@media(min-width:1200px){


.main_sub {
	max-width: 700px;
	float:left;
	width: 100%;
}

.news_sub {
	max-width: 300px;
	float:right;
}

nav {
	display:block;
	margin:20px auto;
}



nav #link1 li a {
	display:block;
	float:left;
	list-style-type: none;
	height: 30px;
	width: 20%;
	text-align: center;
	text-decoration: none;
	color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.2rem;
}

nav #link1 li a:hover{
	color:#000;
	background-color:#FFC;
	border-radius: 10px 10px;
	
}

nav ul {
	height: 50px;
	list-style-type: none;
	z-index: 1;
}


}



.image {
	width: 100%;
max-width: 700px;
	margin: 0px auto;
	display: block;
	
}

.list_L   {
	width: 75%;
	list-style-type: square;
	display:block;	
	float: left;
}

.image_r {
	max-width: 200px;
	display: block;
	margin: 0 auto;
	margin: 1px 0;
	float: right;
}

.image_rr {
	max-width: 500px;
	width:100%;
	display: block;
	margin: 0px auto;
	float: right;
}

.p_l {
	float:left;
	display: block;
	max-width:700px;
}
.renrakuTOP_{
	background-color:#cee;
	height:100px;
	margin:10px auto;
	padding: 5px;
	overflow-y:scroll;

}
.renrakuTOP{
	background-color:#FFC;
	margin:10px auto;
	padding: 5px;
}
.pagebody.clearfix .renrakuTOP_ p {
	margin: 15px 0px;
}
article{
	margin: 10px 0px;
}

@media screen and (max-width:480px)
{
	/*画面サイズが480px以下の場合ここの記述を適用する*/
	
*{
	float:none;
	position:static;
}

table {
	min-width:480px;
}

.table_wrap{
	width:100%;
	overflow-x:scroll;
}
}