@charset "utf-8";


/*各cssの読み込み
------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*日本地図用css（list_chintai.html用）*/
@import url(map.css);

/*一覧ページ用css*/
@import url(list.css);

/*トップページのメイン画像用css*/
@import url(mainimg.css);



/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #333;	/*全体の文字色*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 16px;	/*文字サイズ*/
	line-height: 1.8;		/*行間*/
	background: #fff;	/*背景色*/
	-webkit-text-size-adjust: none;
}


h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form,select,input,textarea {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}
video,audio {max-width: 100%;}



/*リンク（全般）設定
---------------------------------------------------------------------------*/

a {
	color:rgba(67,67,67,1.00);
	transition: 0.5s;	
	text-decoration:underline;	text-decoration: none;

	
	
}
a:hover {
	color: #dd8700;			/*マウスオン時の文字色*/
	text-decoration: none;/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}
/*マウスオン時の画像*/
a:hover img {
	opacity: 0.8;	/*80%色がついた状態*/
}


.test3 a:link {color:#D07A06;} /*未訪問のリンクの色*/
.test3 a:hover {color:#D07A06;
				text-decoration: underline;} /*カーソルが乗っているリンクの色*/
.test3 a:active {color:#D07A06;} /*クリック中のリンクの色*/


.soto {color: #F95B06;}
.soto a:link {color:#F95B06;} /*未訪問のリンクの色*/
.soto a:hover {color:#F95B06;
				text-decoration: underline !important;} /*カーソルが乗っているリンクの色*/
.soto a:active {color:#F95B06;} /*クリック中のリンクの色*/



.soto02 {color: #F95B06; font-weight: bold; margin-bottom: 1%;}
.soto02 a:link {color:#F95B06;} /*未訪問のリンクの色*/
.soto02 a:hover {color:#F95B06;
				text-decoration: underline !important;} /*カーソルが乗っているリンクの色*/
.soto02 a:active {color:#F95B06;} /*クリック中のリンクの色*/


.popupbox {
  height: 100%;
  width: 100%;
  background-color:rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  display: none;
}

.popupbox:target {
display: table;
}

.popuplink {
display: table-cell;
vertical-align: middle;
text-align: center;
}

.popupimg {
background-color: #fff;
display: block;
}

.popupimgBG {
display: inline-block;
background-color: #FFF;
padding: 10px;
}

.previewimg {
max-height: 180px;
max-width: 180px;
}

.lightbox {
display: inline-block;
margin: 20px;
}


.clearfix:after {
  content: ".";  /* 新しいコンテンツ */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; /* 非表示に */
}





	
/* ここから下がボタンのCSS　*/
.btn-icon {
  display: inline-block;
  width: 100%;
  background-color: #fd9535;;
  font-size:16px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px 8px 32px;
  border-radius: 4px;
  position: relative;
	margin: 10% 0;
	text-align: center;
}

.btn-icon:before {
  font-family: "FontAwesome";
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -8px;
}

.btn-icon:hover {
  opacity: 0.8;
  color: #FFF;
	color:rgba(43,16,217,1.00);
	
	
	}
	




.pt{color: #E3800A}

	
/* ここから下がボタンのCSS　*/
.btn-iconB {
  display: inline-block;
  width: 100%;
  background-color: #fd9535;;
  font-size:16px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px 8px 32px;
  border-radius: 4px;
  position: relative;
	margin: 1% 0;
	text-align: center;
}

.btn-iconB:before {
  font-family: "FontAwesome";
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -8px;
}

.btn-iconB:hover {
  opacity: 0.8;
  color: #FFF;
	
	
	}
	
.btn-iconB  a{
	color: "fff;"
}
















a.btn_ao_a {
    display: flex;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 1.3rem 2rem;
    border: 2px solid #DD8700;
    background: #fff;
    text-decoration: none;
    transition: 0.3s;
	background-color: #DD8700;
	border-radius: 10px 10px;
	text-align: center;
}
a.btn_ao_a:hover {
	background-color:#FFA215;
		color: #DD8700;

}
a.btn_ao_a .a__icon {
    padding-right: 4px;
}
a.btn_ao_a .a__icon img {
    width: 36px;
    vertical-align: middle;
}
a.btn_ao_a .a__text {
    display: block;
    flex-grow: 1;
    color:#fff;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-right: 40px;
    font-size: 23px;
}
a.btn_ao_a .a__text::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    border-top: 3px solid #DD8700;
    border-right: 3px solid #DD8700;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    transition: 0.3s;
}

@media (max-width: 1200px) {
    a.btn_ao_a .a__icon img {
        width: 32px;
    }
    a.btn_ao_a .a__text {
        font-size: 18px;
        padding-right: 20px;
    }
    a.btn_ao_a .a__text::after {
        width: 12px;
        height: 12px;
    }
}
@media (max-width: 736px) {
    a.btn_ao_a {
        max-width: 320px;
    }
    a.btn_ao_a .a__icon img {
        width: 28px;
    }
    a.btn_ao_a .a__text {
        font-size: 14px;
        padding-right: 20px;
    }
    a.btn_ao_a .a__text::after {
        width: 10px;
        height: 10px;
    }
}





	
/* ここから下がボタンのCSS　*/
.btn-iconC {
  display: inline-block;
  width: 100%;
  background-color: #fd9535;;
  font-size:36px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px 8px 32px;
  border-radius: 4px;
  position: relative;
	margin: 1% 0;
	text-align: center;
}

.btn-iconC:before {
  font-family: "FontAwesome";
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -8px;
}

.btn-iconC:hover {
  opacity: 0.8;
  color: #FFF;
	
	
	}
	
.btn-iconB  a{
	color: "fff;"
}





/*cssのみ　リンクボタン*/
	
.btn-square-so-pop {
position: relative;
display: inline-block;
width:90%;
text-decoration: none;
color: rgba(38,17,227,1.00);
background: #fd9535;/*色*/
border-radius: 4px;/*角の丸み*/
font-size:98%;
	margin: 2% 0;
}


	.btn-square-so-pop:active {
  /*押したとき*/
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
	color: #fff;
}
	
	

	
	.btn-square-so-pop:hover {
	color: #fff !important;
    text-decoration:underline;
}
	

	
	
	
	.btn-square-pop {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #fd9535;/*背景色*/
  border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
}

.btn-square-pop:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
	







.col_200{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_200 > div{
	width: 50%;
	padding: 10px;
}
@media screen and (max-width: 960px) {
	.col_200 > div{
		width: 100%;
	}
}






.day{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-family: Verdana, Geneva, "sans-serif";
	color: #FD6511;
	font-size: 98%;
}


.left{
	float: left;
	margin-right: 3%;
}

.bro_TXT{
	color: #7D3F00;
	font-weight: bold;
}


.bro_TXTB{
	color: #7D3F00;
	font-weight: bold;
	font-size: 120%;
}

.center{
	text-align: center;
}
.bro_TXTD{
	color: #393939;
	font-weight: bold;
	font-size:210%;
	text-align: center!important;
/*	font-family: "ＡＲＰＯＰ体Ｂ";
*/	font-family: "UD デジタル 教科書体 NP-B";
	margin: 1% 0;
	/*background-color: #fff;*/
	padding:5% 20%;
	border-radius: 30px;
	margin-bottom: 5%;
	text-shadow: #FC0 1px 0 10px;
	line-height: 130%;
}
.bro_TXTG{
	color: #7D3F00;
	font-weight: bold;
	font-size:105%;
}

.sstBB{
		color:#8E1A13;
	font-weight: bold;
		padding: 0 1%;
		text-align: right;
	font-size:80%;
		font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"
}
.cmap{
		font-family:"UD デジタル 教科書体 NP-B";
	font-size: 102%;
	
	
}
.cmapX{
		font-family:"UD デジタル 教科書体 NP-B";
	font-size: 120%;
	
	
}

.re{
	padding: 2% 1%;
	width: 90%;
	margin: 3% 8%;
	background-color: #A30003;
	border-radius: 2%;

}
.ttl02{
color: #F07A31;
text-decoration:  none;
padding: 6px 20px;
border-radius: 5px;
border-bottom: double 5px #F07A31;
font-size: 180%;
	margin-top: 0%;
}

.txt {
    margin-top: 22px;
    line-height: 1.875;
}

.txt  p{
    margin-top: 30px;
    line-height: 1.875;
}

	
.sam ul {
    width:93%;
    margin:0 2%;
    padding:0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	margin-bottom: 2%;
}
.sam ul li {
    width:32%;
    background: #fff;
    list-style: none;
/*    padding-bottom: 20px;
*/    margin-bottom: 0;
    position: relative;
	margin-left:1%;
	border-radius: 3%;
}

.sam p {
	clear:left;
}


.sam ul li {
	padding: 3%;
}

.sam ul li img{
	margin-bottom: 2%;
}


.sam ul li:first-child{
    margin-left:1%;
}
.sam ul li {
/*    margin:0;
    padding:0 2% 5% 2%;*/
	text-align: center!important;
	line-height: normal;
	font-size: 98%;
	color: #634736;
}

.sam ul li h4 {
    font-weight:bold;
    font-size:130%;
    text-align:center;
    margin-bottom:5px;
    margin-top:5px;
	color:#63261F;
}
.sam ul li p {
	text-align: left;
}


#kaiinB {
    width: 100%;
/*    margin: 0 10%;
*/    background-color: #FCF8E4;
	border-radius: 5px;
	padding: 2%;
	margin: 1% 0;
}

.member002 {
    float: left;
    text-align: left;
    padding: 0.5%;
    border-bottom: none;
    border-right: none;
    margin-left: 8px;
}


#map_canvas{
	border: 6px #FFEBDB solid;

	border-radius: 10px;
}



/*画面幅600px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:600px){
.list1{
width: 100%;
clear: left;
}
	
.sam ul li{
	width: 100%;
	clear: left;
}
	
.box__items	{
		width: 100%;
	}
	
	
}
	
	
	




/*inner共通
---------------------------------------------------------------------------*/
.inner {
	max-width: 1300px;	/*サイトの最大幅*/
	margin: 0 auto;
}

.innerA {
	max-width: 1300px;	/*サイトの最大幅*/
	margin: 0 auto;
    padding:1% 10%;
}

.inner02 {
    max-width: 1270px;
		margin: 1% auto;
/*    padding: 2% 5%;
*/  /*  margin: 1% auto 3%  auto;*/
	
}
.innerB {
    max-width: 1270px;
		margin: 0% auto;
    padding: 2% 5%;
  /*  margin: 1% auto 3%  auto;*/
	
}
.inner03 {
    max-width: 1270px;
    padding:1% 5% 0% 5%;
    margin: 0% auto;
}

.inner03 p{
/*	text-align: center;
*/}



.inner06 {
    max-width: 0% 5%;
    margin: 0% auto;
}

.inner06 p{
/*	text-align: center;
*/}



.c3 {
/*    width: 85%;
    width: 90%;
*/    /*padding: 3%;*/
/*    margin: 0 2%;
*/	padding-left: 10%;
	padding-top: 3%;
}

.c3 .list2 {
    text-align: center;
    float: left;
    padding-right: 1%;
    width: 30%;
    padding-left: 1%;
}


.c3 .list5 {
    text-align: center;
    padding-right: 1%;
/*    width: 30%;
*/    padding-left: 1%;
}

.list2 img{
	width:auto;
}

.list4 {
	 width: 48%;
    text-align: center;
    float: left;
/*    padding-right: 1%;
    width: 48%;
    padding-left: 1%;*/
}


.pt10 {
	padding: 0 20%;

}


.col_2{
	display: flex!important;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; 
/*	margin: 0% 15% 0 15%;
*//*	padding: 2%;
*/	color: #ffffff;
	
}

.col_2 > div{
	width: 50%;
	padding:3% 3px;
	text-align: center;
}

.col_2 img{
	width:auto;
}


.box01{
	width: 60%;
	margin:3% 20%;
	
}

.box02{
	width:90%;
	margin:1% 5% 2% 5%;
	
}
.red_b{
	color: rgba(91,12,14,1.00);
	font-weight: bold;
}

.mtb002{
	margin: 2% 0;
	text-align: left;
}

.mtb003{
	margin: 2% auto;
	text-align: center;
}





/* イベント報告　フレックスボックスの基本設定 等間隔（両端揃え）折返しあり */
*, *:before, *:after {
	box-sizing: border-box;
}
.col_B{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_B > div{
	width: 33.33333%!important;
	padding: 10px;
}
@media screen and (max-width: 960px) {
	.col_B > div{
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.col_B > div{
		width: 100%;
	}
}





}
.col_D{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_D > div{
	width: 48%!important;
	padding: 10px;
}
@media screen and (max-width: 960px) {
	.col_B > div{
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.col_D > div{
		width: 100%;
	}
}




/* イベント報告　フレックスボックスの基本設定 等間隔（両端揃え）折返しあり */
*, *:before, *:after {
	box-sizing: border-box;
}
.col_C{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	margin: 3% auto;
}
.col_C > div{
	width: 25%!important;
	padding: 10px;
	
}
@media screen and (max-width: 960px) {
	.col_C > div{
		width: 50%;
	}
}
@media screen and (max-width: 780px) {
	.col_C > div{
		width: 100%!important;
	}
	.col_2B p{
		text-align:left;
	}
}




/* イベント報告　フレックスボックスの基本設定 等間隔（両端揃え）折返しあり */
*, *:before, *:after {
	box-sizing: border-box;
}
.col_D{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	margin: 3% auto;
}
.col_D > div{
	width: 50%!important;
	padding: 10px;
	
}
@media screen and (max-width: 960px) {
	.col_D > div{
		width: 50%;
	}
}
@media screen and (max-width: 780px) {
	.col_D > div{
		width: 100%!important;
	}
	.col_2B p{
		text-align:left;
	}
}




/*----------------------------------------------------
  .demo01
----------------------------------------------------*/
.demo01 th  { width: 20%; text-align: left;background: #f4f4f4;	font-weight: normal;
	font-size: 88%;
 }

.demo01  th, .demo01 td  { padding: 5px 3px; border: 1px solid #ddd; }
.demo01 td  { padding: 5px 10px;font-size: 88%; }


@media only screen and (max-width:480px){
    .demo01 {
	margin: 0 -10px;
	width: 80%;
	margin: 0 10%;
	}
	
.demo01 th,
.demo01 td{
    width: 100%;
    display: block;
    border-top: none;
    }
	
  .demo01 tr:first-child th { border-top: 1px solid #ddd; }
	
	
	
.col_2 {
    color: #000;

	
}	
	
}





/*----------------------------------------------------
  .demo02
----------------------------------------------------*/

.demo02{
	width:90%;
	margin: 0 5%;
}
.demo02 tr{

	border-bottom: 1px solid #ddd;
}

.demo02 th  { width: 40%; text-align: left;background: #f4f4f4;	font-weight: bold;
 }


.demo02 td  {background: #ffffff;}


.demo02  th, .demo01 td  { padding: 5px 3px; border: 1px solid #ddd; }
.demo02 td  { padding: 5px 10px;font-size: 88%; }


@media only screen and (max-width:480px){
    .demo02 {
	margin: 0 -10px;
	width: 80%;
	margin: 0 10%;
	}
	
	
.demo02 th,
.demo02 td{
    width: 100%;
    display: block;
    border-top: none;
    }
	
  .demo02 tr:first-child th { border-top: 1px solid #ddd; }
}





/*----------------------------------------------------
  .demo03
----------------------------------------------------*/

.demo03{
	width:98%;
	border: #f4f4f4 10px solid;}
.demo03 tr{
border-bottom: none;
}
.demo03 th  { width: 20%; text-align: center/*;background: #f4f4f4*/;font-weight: normal!important;
 }
.demo03 td  {background: #ffffff;}



@media only screen and (max-width:480px){
    .demo03 {
	width: 80%;
	margin: 0 10%;
}	
.demo03 th,
.demo03 td{
    width: 100%;
    display: block;
    border-top: none;}
	
.demo03 tr:first-child th { border-top: none; }
}



/*----------------------------------------------------
  .demo04
----------------------------------------------------*/
.gbox{
	
	border: #f4f4f4 10px solid;
	padding: 1%;
}
.gbox table {
	
	border:none;
}

.demo04 tr{
border-bottom: none;
}
.demo04 th  { width: 20%; text-align: center/*;background: #f4f4f4*/;font-weight: normal!important;
 }
.demo04 td  {background: #ffffff;
}


@media only screen and (max-width:480px){
    .demo04 {
	width: 80%;
	margin: 0 10%;
}	
.demo04 th,
.demo04 td{
    width: 100%;
    display: block;
    border-top: none;}
	
.demo04 tr:first-child th { border-top: none; }
}



.bn_box{
	background-color: #F3F3F3;
	padding: 3% 5%;
}


@media screen and (max-width: 960px) {
.col_2 > div{
	width: 100%;
}
}



.pt10 .list4  {
	padding: 0 1%;

}

.list4 img{
	width: auto;
	height: auto;
}


.ttl_top {font-family: 'Sawarabi Mincho', sans-serif; 
font-family: 'Noto Serif JP', serif;
	font-size: 250%;
	text-align: center;
	color: #1F1F1F;
/*	margin:10% auto;
*/	margin: 6% auto;
/* text-shadow:2px 2px 3px #fff;
*/}



/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	background: #fff;	/*背景色*/
	height: 100px;		/*高さ*/
	color: #333;		/*文字色*/
}
/*ロゴ画像*/
header #logo {
	width:600px;		/*ロゴ画像の幅*/
	float: left;		/*左に回り込み*/
	margin-top:20px;	/*ロゴの上にあける余白。ヘッダー内の上下の配置バランスをここで調整して下さい。*/
	margin-left:0%;	/*ロゴの左側にあける余白。*/
	margin-bottom: 20px;
}

/*ログイン（ヘッダー右側のログイン）
---------------------------------------------------------------------------*/
header .login a {
	display: inline-block;text-decoration: none;
	float: right;		/*右に回り込み*/
	margin-right: 3%;	/*右に空けるスペース*/
	margin-top: 30px;	/*上に空けるスペース。ヘッダー内の上下の配置バランスをここで調整して下さい。*/
	border: 1px solid #fe7200;	/*枠線の幅、線種、色*/
	background: #fe7200;/*背景色（古いブラウザ用）*/
	background: #fe7200 url(../images/icon_login.png) no-repeat 20px 11px / 20px;/*背景色、アイコンの読み込み。左から25px、上から11pxの場所に配置。画像幅は12px。*/
	color: #fff;	/*文字色*/
	padding: 5px 30px 5px 50px;	/*上、右、下、左へのボタン内の余白*/
	border-radius: 4px;		/*角丸のサイズ*/
	font-size: 16px;		/*文字サイズ*/
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);	/*ボックスの影。右へ、下へ、ぼかし幅*/
	letter-spacing: 0.2em;	/*文字間隔を少し広くとる指定*/
}
/*マウスオン時*/
header .login a:hover {
	background-color: #fe9b00;	/*背景色だけ変更する*/
	color: #fff;	/*も地色*/
}

/*メインメニューのブロック
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
	clear: both;
	height: 65px;		/*メニューの高さ。下の「#menubar ul li a」の「height」と「padding-top」の数字を合計した数字に合わせる。*/
	text-align: center;	/*文字を中央に*/
	background: #F07A31;	/*背景色*/
	border-bottom: 1px solid #fff;	/*下線の幅、線種、色*/
}
/*メニュー１個あたりの設定*/
#menubar li {
	float: left;	/*左に回り込み*/
	width: 16.66%;	/*メニュー幅（100÷6個=16.66%）　もし４個にするなら100÷4=25%になる。*/
	width:20%;
}
#menubar li a {
	text-decoration: none;display: block;
	line-height: 1.6;	/*行間を少し狭く*/
	color: #fff;		/*文字色*/
	height: 60px;		/*高さ*/
	padding-top: 15px;	/*上に追加する余白*/
	border-right: 1px solid #fff;	/*メニューの右側の線の幅、線種、色（古いブラウザ用）*/
	border-right: 1px solid rgba(255,255,255,0.5);	/*右の線の幅、線種、255,255,255は白の事で0.5は50%色がついた状態の事。*/
}
/*１つ目のメニューへの追加設定*/
#menubar li:first-child a {
	border-left: 1px solid #fff;	/*メニューの線の幅、線種、色（古いブラウザ用）*/
	border-left: 1px solid rgba(255,255,255,0.5);	/*左の線の幅、線種、255,255,255は白の事で0.5は50%色がついた状態の事。*/
}
/*飾り文字*/
#menubar li span {
	display: block;
	font-size: 9px;			/*文字サイズ*/
	font-weight: normal;	/*文字を太字でなく標準に戻す設定*/
	letter-spacing: 0.2em;	/*文字間隔を少しあける設定*/
	opacity: 0.5;			/*透明度50％*/
}
/*マウスオン時と、現在表示中(current)のメニューの設定*/
#menubar li a:hover, #menubar li.current a {
	background: #ee9b17;	/*背景色*/
}
/*スマホ用メニューを表示させない*/
#menubar-s {display: none;}
/*３本バーアイコンを表示させない*/
#menubar_hdr {display: none;}

/*ドロップダウンメニュー用
----------------------------------------------------------------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar ul.ddmenu {
	position:absolute;visibility: hidden;z-index: 10;padding-top: 1px;
	width: 16.66%;		/*幅。上の「#menubar li」と合わせる。*/
	width: 18.74%;
	font-size: 14px;	/*文字サイズ*/
}
/*メニュー１個あたりの設定*/
#menubar ul.ddmenu li {
	float: none;
	width: 100%;
}
#menubar ul.ddmenu li a {
	width: 100%;height: auto;font-weight: normal;
	border: none;	/*線を一旦リセット*/
	border-bottom: 1px solid #fff;	/*下の線の幅、線種、色*/
	background: rgba(174,73,13,1.0);	/*背景色。0,0,0は黒の事で0.7は70%色がついた状態の事。*/
	color: #fff;		/*文字色*/
	padding: 10px 0;	/*上下、左右への余白*/
}
/*ドロップダウンメニュー内の見出し*/
#menubar ul.ddmenu li.title a {
	background: #dd8700;	/*背景色*/
	cursor: default;		/*カーソルをリンク用でなくデフォルトの矢印にしておく*/
	padding: 3px 0;			/*上下、左右への余白*/
}
/*マウスオン時*/
#menubar ul.ddmenu li a:hover {
	background: #000;	/*背景色*/
}
/*見出しのマウスオン時*/
#menubar ul.ddmenu li.title a:hover {
	background: #dd8700;
}

/*fixmenu設定（メニューが画面上部に到達した際のスタイル）
---------------------------------------------------------------------------*/
/*上部固定メニュー用fixmenu設定*/
body.is-fixed-menu .nav-fix-pos {
	width: 100%;z-index: 100;position: fixed;top: 0;left: 0;
}
body.is-fixed-menu header {
	margin-bottom: 75px;	/*メニューの高さを指定。menubarのborderが1px分ありますが大差ないので75でOKです。*/
}
/*上の設定の「is-fixed-menu」を「is-fixed」に変更したものをそのまま記入します。fixmenuスクリプトを２つ使う為に必要な設定になります。*/
body.is-fixed .nav-fix-pos {
	width: 100%;z-index: 100;position: fixed;top: 0;left: 0;
}
body.is-fixed header {
	margin-bottom: 75px;
}

/*contents（３カラムを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: both;overflow: hidden;
	/*padding-top: 20px;	*/	/*上に空けるボックス内の余白*/
	padding-bottom:20px;	/*下に空けるボックス内の余白*/
}
#contents002 {
/*    background: #F3F7D7 url(../images/02bg.png) center no-repeat;
*/  background-color: #F3F7D7;
}

.bg1 {
    background-color: #FFECDB;
    background:#FFECDB url(../images/02bg.png) no-repeat bottom;
	background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    background-size:contain;  
	margin-bottom: 1%;
}

.bg3 {
    background:url(../images/top_bk02.jpg) no-repeat center;
    background-size: auto;
/*    background-size: contain;
*/
}
.bg5 {
    background-color: #FFECDB;
    background:#FFECDB url(../images/02bg.png) no-repeat bottom;
	background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    background-size:contain;  
}



/*contents-in（mainとsubを囲むブロック）
---------------------------------------------------------------------------*/
#contents-in {
	float: left;	/*左に回り込み*/
	width: 80%;		/*ブロックの幅*/
}

/*２カラム時*/
.c2 #contents-in {
	float: none;
	width: auto;
}

/*mainコンテンツ（中央のブロック）
---------------------------------------------------------------------------*/
#main {
	/*float: left;*/	/*左に回り込み*/
	/*width: 65%;	*/	/*ブロックの幅*/
}


#main02 .inner03 p{
padding:20px 50px;

}

.inner04 {
margin:30px 10% 0 10%;
text-align: center;

}



.inner55 {
margin:30px 12% 0 10%;
text-align: center;

}

#main06  p{
padding:20px 50px;

}




@import url('https://fonts.googleapis.com/css?family=Kosugi+Maru&display=swap&subset=cyrillic,japanese');

h2{
	font-family: 'Kosugi Maru', sans-serif; 
	font-size:40px;
	text-align:  center;    /* 文字位置指定 */

}

h3{
	font-family: 'Kosugi Maru', sans-serif; 
	font-size:160%;
	margin-bottom: 15px;
	color: #F07931;
/*	text-align: center;
*/

}

/*mainコンテンツのh2タグ設定*/
#main h2 {
	clear: both;
	margin-bottom:10px;
	padding: 10px 20px;	/*上下、左右への余白*/
	font-size:30px;	
	background: url(../images/h_bg.png) no-repeat center bottom;
/*background-size: contain;	
*/}


#main03 h2 {
	clear: both;
	margin-bottom:10px;
	padding: 10px 20px;	/*上下、左右への余白*/
	font-size:30px;	
	background: url(../images/h_bg.png) no-repeat center bottom;
/*background-size: contain;	
*/}




	
	
	

.inner02 h2 {
	clear: both;
	margin-bottom:10px;
	padding: 10px 20px;	/*上下、左右への余白*/
	font-size:30px;	


/*background-size: contain;	
*/}

.innerB h2 {
	clear: both;
	margin-bottom:10px;
	padding: 10px 20px;	/*上下、左右への余白*/
	font-size:30px;	


/*background-size: contain;	
*/}
.inner03 h2 {
	clear: both;
	margin-bottom:10px;
	padding: 5px 20px;	/*上下、左右への余白*/
	font-size:30px;	
/*	background: url(../images/h_bg.png) no-repeat center bottom;
*//*background-size: contain;	
*/}

.inner06 h2 {
	clear: both;
	margin-bottom:10px;
	padding: 5px 20px;	/*上下、左右への余白*/
	font-size:30px;	
/*	background: url(../images/h_bg.png) no-repeat center bottom;
*//*background-size: contain;	
*/}


#main02 h2 {
	clear: both;
	margin:30px 0;
	padding: 10px 20px;	/*上下、左右への余白*/
	font-size:30px;	
	background: url(../images/h2_bg.png) no-repeat center ;
/*background-size: contain;	
*/}


#main02 h2 {
	clear: both;
	padding:60px 20px;	/*上下、左右への余白*/
	background: url(../images/h2_bg.png) no-repeat center center;
	font-size: 200%;
/*background-size: contain;	
*/}

#main02  {
	padding-top:15px;
}

#mainB h2 {
    clear: both;
    margin:30px 0 30px  0;
    padding: 10px 10px 10px 10px;
    font-size: 30px;
    background: url(../images/h_bg.png) no-repeat center bottom;
    background-size: contain;
}
	

/*mainコンテンツのh2タグ設定*/
#mainB h2 {
/*	clear: both;
	margin:10px 0;*/
/*	padding: 30px 10px 10px 10px;*/	/*上下、左右への余白*/
	background: url(../images/h_bg.png) no-repeat center bottom;
/*background-size: contain;	
*/}



#mainC h2 {
    clear: both;
    margin:20px 0 20px  0;
    padding: 10px 10px 10px 10px;
    font-size: 30px;
    background: url(../images/h_bg.png) no-repeat center bottom;
    background-size: contain;
}
	

/*mainコンテンツのh2タグ設定*/
#mainC h2 {
/*	clear: both;
	margin:10px 0;*/
/*	padding: 30px 10px 10px 10px;*/	/*上下、左右への余白*/
	background: url(../images/h_bg.png) no-repeat center bottom;
/*background-size: contain;	
*/}

/*h2タグの１文字目への追加設定*/
#main h2::first-letter {
	/*左の線の幅、線種、色*/
	padding-left: 15px;				/*線とテキストとの余白*/
	 font-size:150%;
}







/*h2タグの１文字目への追加設定*/
#mainB h2::first-letter {
	/*左の線の幅、線種、色*/
	padding-left: 15px;				/*線とテキストとの余白*/
	 font-size:150%;
}


#mainC h2::first-letter {
	/*左の線の幅、線種、色*/
	padding-left: 15px;				/*線とテキストとの余白*/
	 font-size:150%;
}


.inner02 h2:first-letter {
	/*左の線の幅、線種、色*/
	padding-left: 15px;				/*線とテキストとの余白*/
	 font-size:150%;
}
/*mainコンテンツのh3タグ設定*/
#main h3 {
	clear: both;
	margin-bottom: 20px;
	padding: 4px 20px;	/*上下、左右への余白*/
	font-size: 16px;	/*文字サイズ*/
	border: 1px solid #ccc;		/*枠線の幅、線種、色*/
	margin: 20px  0;
}
/*h3タグの１文字目への追加設定*/
#main h3::first-letter {
	border-left: 3px solid #dd8700;	/*左の線の幅、線種、色*/
	padding-left: 15px;				/*線とテキストとの余白*/
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0px 20px 20px;	/*上、左右、下への余白*/
}
/*他。微調整。*/
#main p + p {
	margin-top: -5px;
}
#main h2 + p,
#main h3 + p {
	margin-top: -10px;
}
#main section + section {
	margin-top: 30px;
}





/*mainコンテンツのh3タグ設定*/
#main03 h3 {
	clear: both;
	margin-bottom: 20px;
	padding: 4px 20px;	/*上下、左右への余白*/
	font-size: 16px;	/*文字サイズ*/
	border: 1px solid #ccc;		/*枠線の幅、線種、色*/
}
/*h3タグの１文字目への追加設定*/
#main03 h3::first-letter {
	border-left: 3px solid #dd8700;	/*左の線の幅、線種、色*/
	padding-left: 15px;				/*線とテキストとの余白*/
}
/*mainコンテンツの段落タグ設定*/
#main03 p {
	padding: 0px 20px 20px;	/*上、左右、下への余白*/
}
/*他。微調整。*/
#main03 p + p {
	margin-top: -5px;
}
#main03 h2 + p,
#main03 h3 + p {
	margin-top: -10px;
}
#main section + section {
	margin-top: 30px;
}





/*振興協議会について
---------------------------------------------------------------------------*/
.col_2B{
/*    background-color: #f1f1f1;
*/	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
	
/*.col_2B img {
width:100%;
max-width: 100%;
height: auto;
}*/

.col_2B > div{
	width:50%;
	padding:2%;
}
.ppl{
    background-color: #f1f1f1;
}

.cc{
	text-align: center;
}

.org{
    background-color:#F8BE40;
    background: #F8BE40 url("../event/images/bg_kazari.png") repeat-x ;
}
.hadairo{
    background-color:#F7E9A8;
    background:#F7E9A8 url("../event/images/bg_kazari.png") repeat-x ;
}

.ctr{
	text-align:center;
}

.circle{
	background: url(../know/images/circle.png) repeat;
	margin-top: 10px;
}
.cc img {
width:90%;
max-width: 100%;
height: auto;
}

@media screen and (max-width: 960px) {
	.col_2B > div{
		width: 100%;
	}
}












div.wrap02 {
/*    background-color: #f1f1f1;
*/	
/*    width: 500px;
*/    
    padding:1% 10% 5% 10%;
/*    margin: 0px auto 0 auto;
*/    box-sizing: border-box;

	
}
div.wrapE {
/*    background-color: #f1f1f1;
*/	
/*    width: 500px;
*/    
    padding:0% 20%;
    margin: 0px auto 0 auto;
    box-sizing: border-box;

	
}
div.wrap {
/*    background-color: #f1f1f1;
*/	
/*    width: 500px;
*/    
    padding:1% 10% 5% 10%;
    margin: 0px auto 0 auto;
    box-sizing: border-box;

	
}
div.wrap p {

}
div.wrap div.left-area {
    float: left;
    width:48%;
    padding:20px 0;
    text-align: center;
}
div.wrap div.right-area {
    float: right;
    width:48%;
    padding:10px 0;
}
 
@media screen and (max-width: 480px){
    div.wrap {
        width: auto;/*幅をpx指定していたものをautoに設定*/
    }
    div.wrap div.left-area {
        float: none;/*floatをnoneで解除*/
        width: auto;/*幅をpx指定していたものをautoに設定*/
        margin-bottom: 10px;/*left-areaとrighat-areaの間に余白を入れる*/
    }
    div.wrap div.right-area {
        float: none;/*floatをnoneで解除*/
        width: auto;/*幅をpx指定していたものをautoに設定*/
    }
}


div.wrap {
/*    background-color: #f1f1f1;
*/	
/*    width: 500px;
*/    
    padding:1% 10% 5% 10%;
    margin: 0px auto 0 auto;
    box-sizing: border-box;

	
}
div.wrap p {

}
div.wrap div.left-area {
    float: left;
    width:48%;
    padding:20px 0;
    text-align: center;
}
div.wrap div.right-area {
    float: right;
    width:48%;
    padding:10px 0;
}
 
@media screen and (max-width: 480px){
    div.wrap {
        width: auto;/*幅をpx指定していたものをautoに設定*/
    }
    div.wrap div.left-area {
        float: none;/*floatをnoneで解除*/
        width: auto;/*幅をpx指定していたものをautoに設定*/
        margin-bottom: 10px;/*left-areaとrighat-areaの間に余白を入れる*/
    }
    div.wrap div.right-area {
        float: none;/*floatをnoneで解除*/
        width: auto;/*幅をpx指定していたものをautoに設定*/
    }
}






div.wrapBT {
/*    background-color: #f1f1f1;
*/	
/*    width: 500px;
*/    
    padding:1% 5% 5% 5%;
    margin: 0px auto 0 auto;
    box-sizing: border-box;

	
}
div.wrapBT p {
	

}
div.wrapBT div.left-area {
    float: left;
    width:48%;
    padding:20px 0;
    text-align: center;
	background-color: aqua;
	
}
div.wrapBT div.right-area {
    float: right;
    width:50%;
    padding:10px 0;

	
}
 
@media screen and (max-width: 480px){
    div.wrapBT {
        width: auto;/*幅をpx指定していたものをautoに設定*/
    }
    div.wrapBT div.left-area {
        float: none;/*floatをnoneで解除*/
        width: auto;/*幅をpx指定していたものをautoに設定*/
        margin-bottom: 10px;/*left-areaとrighat-areaの間に余白を入れる*/
    }
    div.wrapBT div.right-area {
        float: none;/*floatをnoneで解除*/
        width: auto;/*幅をpx指定していたものをautoに設定*/
    }
}






div.wrapAA {
/*    background-color: #f1f1f1;
*/	
/*    width: 500px;
*/    
    padding:1% 5% 5% 5%;
    margin: 0px auto 0 auto;
    box-sizing: border-box;

	
}

.ss99 {
	font-size: 88%;
	font-weight: bold;
}


.past_box{
	
	padding:1% 1% 3% 1%;
	border: #FFDFBF 1px solid;
	border-radius: 10px;

}









ul.past_boxB {
  padding-left: 0;
  text-align:center;
	display: flex;
   flex-wrap: wrap;
	 column-count: 2;
	border-radius: 10px;
	
}


.bbb{
	background-color:#FFECD9;
	margin: 1%;
	border-radius: 10px;
	padding: 1%;
	font-size: 90%;
	margin-bottom: 10%;

}

ul.past_boxB li{
  margin: 10px 8px;
  box-sizing: border-box;
/*  border: dotted 2px #FFF;
*/  border-radius: 8px;
	color: #D96D00;

  
}

ul.past_boxB　li a{
  display:block;
  padding: 0px;
  color: #D96D00;
  text-decoration:none;
}


ul.past_boxB li::after {
        content: '▶';
      }


@media screen and (max-width: 300px) {
 ul.past_boxB {
    column-count: auto;
  }
	
ul.past_boxB li{
  width:80%;

}
	
	}




.past_boxC::before {
    content:  '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #D96D00;
    display:  inline-block;
    vertical-align:  middle;
    position:  relative;
    top: 20px;
    margin-right: 0px;
}






.arrow02 {
    display:  inline-block;
	color: #D96D00;
    text-decoration:  none;
    background-color: #FFDFBF;
    padding:1%;
    border-radius: 5px;
	font-weight: bold;
	text-align: center;
	width: 80%;
	margin: 1% 10%;
	/*    box-shadow: 0px 4px 0px 0px #006cc1;
*/}

.arrow02::before {
    content:  '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #D96D00;
    display:  inline-block;
    vertical-align:  middle;
    position:  relative;
    top: 0px;
    margin-right: 2px;
}

.arrow03 {
    display:  inline-block;
	color: #D96D00;
    text-decoration:  none;
/*	border-bottom: 1px #E17700 solid;*/
    padding:1%;
    border-radius: 5px;
	font-weight: bold;
	text-align: center;
	width: 80%;margin-bottom: 1%;
	/*    box-shadow: 0px 4px 0px 0px #006cc1;
*/}

.arrow03::before {
    content:  '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #D96D00;
    display:  inline-block;
    vertical-align:  middle;
    position:  relative;
    top: 0px;
    margin-right: 2px;
}




.arrow {
    display:  inline-block;
	color: #D96D00;
    text-decoration:  none;
    background-color: #FFDFBF;
    padding:  10px;
    border-radius: 5px;
	font-size: 93%;
/*    box-shadow: 0px 4px 0px 0px #006cc1;
*/}

.arrow::before {
    content:  '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #D96D00;
    display:  inline-block;
    vertical-align:  middle;
    position:  relative;
    top: -2px;
    margin-right: 2px;
}


a[href$=".pdf"]:after {
    content:" ";
    display: inline-block;
    width: 24px;
    height: 24px;
/*    background: url(../images/pdf_icon.png) no-repeat;
*/}


.left-box {
/*  padding: 25px;
*/
  overflow: hidden;/*float解除*/
}
.left-box .space {
  float: left;/*画像の位置を右下にしたい場合はright*/
/*  height: 5.3em/*/
}
.left-box .img {
  float: left;/*画像の位置を右下にしたい場合はright*/
  clear: both;/*.spaceのfloat解除*/
  margin: 0% 2% 1% 0;/*画像の周りの余白*/
}


/*subコンテンツ（左側のブロック）
---------------------------------------------------------------------------*/
#sub {
	float: right;	/*右に回り込み*/

	width: 32%;	/*ブロックの幅*/
	padding-left: 3%;
}

/*sideコンテンツ（右側のブロック）
---------------------------------------------------------------------------*/
#side {
	float: right;	/*右に回り込み*/
	width: 18%;		/*ブロックの幅*/
}
/*２カラム時*/
.c2 #side {
	display: none;	
}

.tb3{
	margin:0 0 1% 0;
}
/*sub,side共通設定
---------------------------------------------------------------------------*/
/*h2見出しタグ設定*/
#sub h2,
#side h2 {
	text-align: center;		/*文字をセンタリング*/
	padding: 8px 0px;		/*上下、左右への余白*/
	color: #fff;			/*文字色*/
	background: #9d9980;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#9d9980, #8c876c);	/*背景グラデーション*/
}
/*段落タグ（p）設定*/
#sub p,#side p {
	line-height: 1.6;	/*行間を少し狭く*/
}

/*box1設定（sub,sideで使っています）
---------------------------------------------------------------------------*/
/*box1設定*/
#sub .box1,
#side .box1 {
	border: 1px solid #8c876c;	/*枠線の幅、線種、色*/
	padding: 0　10px　10px　10px;			/*ボックス内の余白*/
	margin-bottom: 20px;	/*ボックスの下にあけるスペース*/
	background: #f1f0ec;	/*背景色*/
}
/*box1の中にsubmenuがある場合の下のmarginをなくす*/
.box1 .submenu {
	margin-bottom: 0 !important;
}

/*submenu（sub,sideのメニュー）
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#sub .submenu,
#side .submenu {
	margin-bottom: 20px;		/*メニューブロックの下にあけるスペース*/
	/*border-top: 1px solid #8c876c;*/	/*上の線の幅、線種、色*/
}
/*メニュー１個ごとの設定*/
#sub .submenu li a,
#side .submenu li a {
	text-decoration: none;display: block;
	padding: 0 10px;		/*上下、左右のボックス内の余白*/
	/*border: 1px solid #8c876c;	*//*枠線の幅、線種、色*/
	border-top: none;		/*上の線を消す設定*/
	background: #fff;		/*背景色*/
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	background: #dd8700;	/*背景色*/
	font-size: 85%;			/*文字サイズ*/
	color: #fff;			/*文字色*/
}
footer a, footer a:hover {
	color: #fff;	/*リンクテキスト、マウスオン時の文字色*/
}
footer .pr {display: block;font-size: 80%;}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	overflow: hidden;
	padding: 20px 10%;	/*上下、左右へのボックス内の余白*/
	font-size: 14px;	/*文字サイズを少し小さく*/
}
/*１列分の設定*/
#footermenu ul {
	float: left;	/*左に回り込み*/
	width: 20%;		/*幅。今回は5列作ったのでここの幅18%と下のpadding(合計の2%)でトータル20%になるよう設定。列に応じて調整して下さい。*/
	padding-right: 0%;
	padding-left: 0%;
	text-align: center;
}
/*メニュー１個あたりの設定*/
#footermenu ul li {
	padding: 0 10px;	/*上下、左右への余白*/
}
/*見出し*/
#footermenu li.title {
	font-weight: bold;	/*太字にする*/
	background: rgba(0,0,0,0.1);	/*背景色*/
	border-radius: 2px;	/*角丸のサイズ*/
}
/*リンクテキスト*/
#footermenu a {
	text-decoration: none;
	opacity: 0.7;	/*透明度。70%色がでた状態の事。*/
}
/*マウスオン時*/
#footermenu a:hover {
	opacity: 1;	/*透明度。100%色がでた状態の事。*/
}

/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	text-align: center;
	background:#EB6321;	/*背景色*/
	padding: 1%;
}
#copyright a {text-decoration: none;}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	padding: 0px 20px;	/*上下、左右へのブロック内の余白*/
	margin-bottom: 20px;	/*ブロックの下(外側)に空ける余白*/
}
/*日付設定*/
#new dt {
	float: left;
	width: 8em;
	letter-spacing: 0.1em;
}
/*記事設定*/
#new dd {
	padding-left: 9em;
	border-bottom: 1px solid #ccc;
		margin-bottom: 1%;

}
#new  {
	border: 6px #FFEBDB solid;
	 border-radius: 1em;
	padding:0 3%;
	
}


#new h2  {
	margin-bottom: 5%;
}
/*よく頂く質問ページ
---------------------------------------------------------------------------*/
/*質問と答えのボックス全体を囲むブロック*/
.faq {
	padding: 0 20px 10px;	/*上、左右、下へのボックス内余白*/
}
/*質問*/
.faq dt {
	font-weight: bold;	/*太字にする設定*/
	color: #dd8700;		/*文字色*/
}
/*回答*/
.faq dd {
	padding-bottom: 10px;	/*下に空けるスペース*/
}

/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	border-bottom: none;	/*下線だけ消す*/
	text-align: left;		/*文字を左寄せ*/
	background: #eee;		/*背景色*/
	color: #666;			/*文字色*/
	font-weight: bold;		/*太字に*/
	padding: 10px;			/*ボックス内の余白*/
}
/*ta1設定*/
.ta1 {
	table-layout: fixed;
	width: 100%;
	margin: 0 auto 20px;
	background: #fff;	/*背景色*/
	color: #666;		/*文字色*/
}
.ta1, .ta1 td, .ta1 th {
	word-break: break-all;
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px;	/*ボックス内の余白*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 140px;		/*幅*/
	text-align: center;	/*センタリング*/
}
/*labelタグ*/
.ta1 label {
	display: inline-block;
}
/*こだわりアイコンのフロート指定(CMS用)*/
.ta1 td .specialbox {
	float: left;
	width: 80px;	/*アイコン幅。*/
	height: 40px;	/*アイコンの高さ。*/
}

/*btn（inputタグ用）
---------------------------------------------------------------------------*/
#main input[type="submit"].btn,
#main input[type="button"].btn,
#main input[type="reset"].btn {
	padding: 5px 10px;		/*上下、左右へのボタン内の余白*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	border-radius: 3px;		/*角丸のサイズ*/
	background: #eee;		/*背景色*/
}
/*マウスオン時の設定*/
#main input[type="submit"].btn:hover,
#main input[type="button"].btn:hover,
#main input[type="reset"].btn:hover {
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	background: #fff;		/*背景色*/
}


#main03 input[type="submit"].btn,
#main03 input[type="button"].btn,
#main03 input[type="reset"].btn {
	padding: 5px 10px;		/*上下、左右へのボタン内の余白*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	border-radius: 3px;		/*角丸のサイズ*/
	background: #eee;		/*背景色*/
}
/*マウスオン時の設定*/
#main03 input[type="submit"].btn:hover,
#main03 input[type="button"].btn:hover,
#main03 input[type="reset"].btn:hover {
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	background: #fff;		/*背景色*/
}


/*btn（赤い色の大きなボタン）
---------------------------------------------------------------------------*/
a.btn {
	display: block;text-decoration: none;
	background: #d90000;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#d90000, #a70000);	/*グラデーション*/
	color: #fff;		/*文字色*/
	font-size: 20px;	/*文字サイズ*/
	text-align: center;	/*文字をセンタリング*/
	padding: 10px;		/*ボタン内の余白*/
	border-radius: 4px;	/*角丸のサイズ*/
	letter-spacing: 0.2em;	/*文字間隔を広くとる設定*/
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);	/*ボックスの影。右に、下に、ぼかし幅、0,0,0は黒の事で0.3は色が30%ついた状態。*/
	border: 1px solid #a70000;	/*枠線の幅、線種、色*/
}
/*マウスオン時*/
a:hover.btn {
	box-shadow: none;
	background: #fff;	/*背景色*/
	color: #a70000;		/*文字色*/
}

/*btn2（青い色のボタン）
---------------------------------------------------------------------------*/
a.btn2 {
	display: inline-block;text-decoration: none;
	background: #2e8bdb;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#51a9f3, #2e8bdb);	/*グラデーション*/
	color: #fff;		/*文字色*/
	text-align: center;	/*文字をセンタリング*/
	padding: 2px 10px;	/*上下、左右へのボタン内の余白*/
	border-radius: 2px;	/*角丸のサイズ*/
	font-size: 12px;	/*文字サイズ*/
}
/*マウスオン時*/
a.btn2:hover {
	opacity: 0.7;	/*色が70%ついた状態*/
}

/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
/*アニメーションのキーフレーム設定（変更不要）*/
@keyframes scroll {
0% {opacity: 0;}
100% {opacity: 1;}
}
/*デフォルトでは非表示に*/
body .nav-fix-pos-pagetop a {display: none;}
/*ボタンの設定*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;text-decoration: none;text-align: center;z-index: 100;position: fixed;
	width: 50px;		/*幅*/
	line-height: 50px;	/*高さ*/
	bottom: 50px;		/*下から50pxの場所に配置*/
	right: 3%;			/*右から3%の場所に配置*/
	background: #000;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.6);	/*背景色。0,0,0は黒の事で0.6は透明度60%の事。*/
	color: #fff;		/*文字色*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
	animation-name: scroll;	/*上のアニメーションで指定しているkeyframesの名前（scroll）*/
	animation-duration: 1S;	/*アニメーションの実行時間*/
	animation-fill-mode: forwards;	/*アニメーションの完了後、最後のキーフレームを維持する*/
}
/*マウスオン時*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	background: #999;	/*背景色*/
}

/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}

/*checkブロック。赤い注意書きブロックです。
---------------------------------------------------------------------------*/
p.check {
	background: #ff0000;
	color:#fff;
	padding: 10px 25px !important;
	margin-bottom: 20px;
}
p.check a {color: #fff;}

/*ul.disc,olタグ
---------------------------------------------------------------------------*/
ul.disc {
	list-style: disc;
	padding: 0 20px 20px 45px;
}
ol {
	padding: 0 20px 20px 47px;
}



/*その他
---------------------------------------------------------------------------*/
.look {background: #eee;border: 1px solid #ccc;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mt15{margin-top: 15px;}
.clear {clear: both;}
.color1, .color1 a {color: #dd8700 !important;}
.color2, .color2 a {color: #999 !important;}
.red, .red a {color: #ff0000 !important;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
img.fr {float: right;margin-left: 10px;margin-bottom: 10px; padding: 0 0 0 2%;}
img.fl {float: left;margin-right: 10px;margin-bottom: 10px;padding: 0 3% 0 0;}
.big1 {font-size: 24px;letter-spacing: 0.2em;}
.mini1 {font-size: 11px;}
.sh {display: none;}



table {
	margin: 20px auto;
	width: 100%;
	border: dotted 1px #CACACA;
}
.tbl-r02 th {
	background:#FDF4CA;
	border: dotted 1px #CACACA;
	padding: 5px;
	text-align: left;
	font-size: 85%;
	font-weight: bold;
	width: 40%;
}
.tbl-r02 td {
  border: dotted 1px #CACACA;
  padding:5px;
font-size: 90%;
	text-align: left;
	width: 50%;
}



@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #CACACA;
    width: 100%;
  }
  .tbl-r02 {
    width: 80%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}


/*
figure {	float: left;	margin: 0 15px 15px 0;}
figure img {	max-width: 100%;}



*/


/*画面幅1301px以上の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:1301px){

/*inner共通
---------------------------------------------------------------------------*/
.inner {
	width: 1301px;	/*サイトの幅。この指定がないと上部メニューが一瞬段落ちする場合があります。*/
}

/*メインメニューとドロップダウンメニューの設定変更。
メニュー数が6個なので、1301÷6=216pxになります。
---------------------------------------------------------------------------*/
#menubar li, #menubar ul.ddmenu {
	width: 260px;
}

}



/*画面幅1300px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1300px){

/*contents（３カラムを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	
	/*margin: 0 1%;*/	/*上下、左右へのコンテンツの外側へ空けるスペース*/
}
#contents02 {
	margin: 0 1%;	/*上下、左右へのコンテンツの外側へ空けるスペース*/
}

	.inner {
	margin: 0 3%;	/*上下、左右へのコンテンツの外側へ空けるスペース*/

}

	
	
	
	
	
	
	


/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){

/*ログイン（ヘッダー右側のログイン）
---------------------------------------------------------------------------*/
header .login a {
/*	float:left;		*/	/*ロゴの右に来るように再指定*/
	margin-left: 20px;		/*ロゴとの間にとるスペース*/
	background-image: none;	/*ブラウザ幅が狭くなるので、鍵マークを消す*/
/*	padding: 5px 30px;		/*上下、左右へのボタン内の余白*/*/
	clear:left;
}
	
	
	


/*fixmenu設定（メニューが画面上部に到達した際のスタイル）
---------------------------------------------------------------------------*/
/*fixmenuから折りたたみメニューになるのでリセット。*/
body.is-fixed-menu header,body.is-fixed header {margin-bottom: 0px;}

/*メインメニュー
---------------------------------------------------------------------------*/
/*アニメーションのフレーム設定。全100コマアニメーションだと思って下さい。透明(0%)から色を100%出すアニメーション指定。*/
@keyframes menu1 {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
/*スマホ用メニューブロック*/
#menubar-s {
	display: block;overflow: hidden;z-index: 10;
	position: absolute;
	top: 100px;	/*上から100pxの場所に配置*/
	width: 100%;
	animation-name: menu1;		/*上のkeyframesの名前*/
	animation-duration: 0.5S;	/*アニメーションの実行時間。0.5秒。*/
	animation-fill-mode: both;	/*アニメーションの待機中は最初のキーフレームを維持、終了後は最後のキーフレームを維持。*/
}
/*メニュー１個あたりの設定*/
#menubar-s li a {
	display: block;text-decoration: none;
	padding: 15px 10px 15px 20px;	/*上、右、下、左へのメニュー内の余白*/
	border-bottom: 1px solid #fff;	/*下の線の幅、線種、色*/
/*	background: #dd8700;*/	/*背景色*/
	/*font-size: 20px;*/		/*文字サイズ*/
	color: #fff;		/*文字色*/
}
/*英語表記（飾り文字）*/
#menubar-s li a span {
	display: block;
	font-size: 12px;	/*文字サイズ*/
}
/*PC用メニューを非表示にする*/
#menubar {display: none;}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;position: absolute;
	top: 24px;	/*上から24pxの場所に配置*/
	right: 3%;	/*右から3%の場所に配置*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
}
/*アイコン共通設定*/
#menubar_hdr.close,
#menubar_hdr.open {
	width: 50px;		/*幅*/
	height: 50px;		/*高さ*/
	border-radius: 50%;	/*円形にする。この行削除すれば正方形になります。*/
}
/*三本バーアイコン*/
#menubar_hdr.close {
	background: #dd8700 url(../images/icon_menu.png) no-repeat center top/50px;	/*背景色、アイコンの読み込み、上半分(top)を表示、幅50px*/
}
/*閉じるアイコン*/
#menubar_hdr.open {
	background: #dd8700 url(../images/icon_menu.png) no-repeat center bottom/50px;	/*背景色、アイコンの読み込み、上半分(bottom)を表示、幅50px*/
}

/*contents（３カラムを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	padding: 0px 2% 20px;	/*上下、左右へのボックス内の余白*/
}

/*main,sub,side,contents-in
---------------------------------------------------------------------------*/
#main, #sub, #side, #contents-in {
	float: none;
	width: auto;
	overflow: hidden;
}

/*その他
---------------------------------------------------------------------------*/
body.s-n #sub,body.s-n #side {display: none;}
.sh {display:block;}
.pc {display:none;}

header #logo {
	float: none;
	width: auto;
	overflow: hidden;
}	
	

/*figure {
	clear: left;
	margin: 0 0;
	width: 100%;
	}*/
	
	
#mainimg02 {

/*    background: none;
*/	text-align: center;
	font-size: 120%;
}
	
	
}

	
	
	
	
	


/*画面幅600px以下の設定                                                                                                                ★★★★★★★★★★★★
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:600px){

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	text-align: center;
}
/*ロゴ画像*/
header #logo {
	clear: left;
	margin: 0 auto;
	padding: 8px 0;
	width: 100%;
}
/*ログイン（ヘッダー右側のログイン）
---------------------------------------------------------------------------*/
header .login a {
	float: none;
	margin: 0;
}

.bg3 {
    background:none;
/*    background-size: contain;
*/
}
	
#main03 h2 {
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}
.ttl_top{
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}
	

		

.left-box {
  padding: 25px;

  overflow: hidden;/*float解除*/
}
.left-box .space {
  float: left;/*画像の位置を右下にしたい場合はright*/
  height: 5.3em/
}
	
	
.left-box .img {
  float: left;/*画像の位置を右下にしたい場合はright*/
  clear: both;/*.spaceのfloat解除*/
  margin: 0% 2% 1% 0;/*画像の周りの余白*/
}


.left-box .img {
	clear: left;
}
	
	

figure {
	clear: left;
	margin: 0 0;
	width: 100%;
	}
figure img {max-width: 100%;}



		
	
	}


/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 12px;	/*文字サイズ*/
}

/*contents（３カラムを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	line-height: 1.5;	/*行間*/
}

/*mainコンテンツ
---------------------------------------------------------------------------*/
#main h2, #main h3 {
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}
	
#main h2,.inner02 h2 {
    font-size:18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    background-image:none;
	min-height:auto;
	padding: 0.5em;/*文字周りの余白*/
	color: #494949;/*文字色*/
	background: #fffaf4;/*背景色*/
	border-left: solid 5px #ffaf58;/*左線（実線 太さ 色）*/
}	
	
#main03 h2 {
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}
		

	
	
#mainimg02 {

    background:#FFECDB url(../images/02bg.png) no-repeat bottom;
	text-align: center;
	font-size: 200%;
	padding:5% 10%;
}
	
	
	.ttl_top {
	font-size:160%;;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
		
}
	
	

#mainB h2 {
    clear: both;
    margin:5px 0 5px  0;
    padding: 10px 10px 10px 10px;
    font-size:24px;
    background: none;
}
	
#mainC h2 {
    clear: both;
    margin:5px 0 5px  0;
    padding: 10px 10px 10px 10px;
    font-size:24px;
    background: none;
}	
	
	}
	
	
	
	
/*段落タグ設定*/
#main p {
	padding: 0px 10px 10px;
}

	
	#main03 p {
	padding: 0px 10px 10px;
}


.left-box .img {
	clear: left;
}

/*submenu（sub,sideのメニュー）
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
#sub .submenu li a,
#side .submenu li a {
	padding: 10px;	/*ボックス内の余白*/
}

#sub .submenu li a,{
	padding:0 10px;	/*ボックス内の余白*/
}

	
.submenu li a {
    text-align: center;
	padding: 0;
	padding: 3px;	/*ボックス内の余白*/
}	
	
	
/*フッターメニュー
ウィンドウ幅が狭くなって見づらくなるので、１列にレイアウト変更。
---------------------------------------------------------------------------*/
#footermenu ul {
/*	float: none;
*/	width: auto;
}

/*こだわりアイコン
---------------------------------------------------------------------------*/
/*アイコン共通*/
.icon {
	font-size: 9px;		/*文字サイズ*/
}

/*一覧ページのボックス内の右上のマーク
（CMSの場合は管理ページだと「オプション1」～のプルダウン、setup.phpだと「オプション選択肢」に関連します）
---------------------------------------------------------------------------*/
/*option1〜option2、と、newアイコン共通*/
.option1,.option2,.new {
	font-size: 9px;		/*文字サイズ*/
	padding: 0 10px;	/*上下、左右へのアイコン内の余白*/
	line-height: 14px;	/*高さ*/
	right: 15px;		/*右から15pxの場所に配置*/
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;	/*ブロックの下(外側)に空ける余白*/
}

/*よく頂く質問ページ
---------------------------------------------------------------------------*/
/*質問と答えのボックス全体を囲むブロック*/
.faq {
	padding: 0 10px 10px;	/*上、左右、下へのボックス内余白*/
}

/*btn（赤い色の大きなボタン）
---------------------------------------------------------------------------*/
a.btn {
	font-size: 16px;		/*文字サイズ*/
	letter-spacing: normal;	/*文字間隔を標準に戻す*/
}

/*テーブル(ta1)
---------------------------------------------------------------------------*/
/*余白の上書き*/
.ta1 caption,.ta1 th,.ta1 td {
	padding: 5px;
}
/*テーブル内の左側*/
.ta1 th {
	width: 100px;
}

/*ul.disc,olタグ
---------------------------------------------------------------------------*/
ul.disc {
	list-style: disc;
	padding: 0 20px 20px 30px;
}
ol {
	padding: 0 20px 20px 30px;
}

/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 94%;}
/*img.fr,img.fl {float: none;margin: 0;width: 100%;}*/
.sh {display:block;}
.pc {display:none;}



/*画面幅600px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:600px){

.big1 {font-size: 18px;letter-spacing: normal;}
}
.pic01 img{
	width: 100%;
	height: auto;
	text-align: center;
		
	}
	
	
	

	
	

	
	
	
	
	
	
	/* フレックスボックスの基本設定 等間隔（両端揃え）折返しあり */
[class^="flex-col"] {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

/* コンテンツ下のマージン */
.flex-child { margin-bottom: 10px; }

/* 各カラム毎のコンテンツと疑似要素の横幅 */
.flex-col2 .flex-child { width: calc( (100% - 10px) / 2 ); }

.flex-col3::after,
.flex-col3 .flex-child { width: calc( (100% - 20px) / 3 ); }

.flex-col4::before,
.flex-col4::after,
.flex-col4 .flex-child { width: calc( (100% - 30px) / 4 ); }
	
/* 最終行は両端揃えにしない */
.flex-col3::after,
.flex-col4::before,
.flex-col4::after { content: ""; }

.flex-col4::before { order: 1; }

/* レスポンシブ対応 */

/* 991px以下で4列 → 3列 */
@media screen and (max-width: 991px) {
	.flex-col4::after,
	.flex-col4 .flex-child { width: calc( (100% - 20px) / 3 ); }
}

/* 767px以下で4列・3列 → 2列 */
@media screen and (max-width: 767px) {
	.flex-col3 .flex-child,	
	.flex-col4 .flex-child { width: calc( (100% - 10px) / 2 ); }
}

/* 575px以下で全て1列 */
@media screen and (max-width: 767px) {
	.flex-col2 .flex-child,
	.flex-col3 .flex-child,
	.flex-col4 .flex-child { width: 100%; }
	
	
.col_B > div {
  width: 100% !important;
  padding: 10px;
	text-align: center;
}
	
div.wrap {
	text-align: center;
}
	
div.wrapBT {
	text-align: center;
}
	
}

	
	
	
	
	
	
	
/*その他 スマホだけアコーディオンで開閉させる
---------------------------------------------------------------------------*/
	


.menuB {
/*    max-width: 600px;
*/}

.menuB a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #000;
}

label {
    display: block;
    margin: 0 0 0px 0;
    line-height: 1;
    color :#fff;
    cursor :pointer;
	height: 65px;		/*メニューの高さ。下の「#menubar ul li a」の「height」と「padding-top」の数字を合計した数字に合わせる。*/
	/*text-align: center;*/	/*文字を中央に*/
	border-bottom: 1px solid #fff;	/*下線の幅、線種、色*/
text-decoration: none;
padding: 20px 10px 20px 20px;
background: #dd8700;	
}	
	


input {
    display: none;
}

.menuB ul {
    margin: 0;
    padding: 0;
    background :#f4f4f4;
    list-style: none;
}

.menuB li {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li,
#menu_bar04:checked ~ #links04 li,
#menu_bar05:checked ~ #links05 li {
    height: 54px;
    opacity: 1;
background: rgba(171,89,40,1.00);	
}








.item{
  max-width: 50%;
}




@media screen and (min-width:600px) {  
  .flex{
    display:flex;
    flex-wrap:nowrap;
    justify-content:space-between;
  }
  .item+.item{
    margin-left:1.0em;
  }
}

	
	
@media (max-width: 650px) {
   table.aaa {
      width: 100%;
    }
   table.aaa  th,
   table.aaa td{
      display: block;
    }
}
	
	
	

	
	
div.wrap_sp {
   background-color: #F8BE40;
    background: #F8BE40 url(../images/bg_kazari.png) no-repeat ;
   
    padding:0% 10%;
    margin: 0px auto 0 auto;
    box-sizing: border-box;
	text-align: center;

	
}
	
	
		
div.wrap_sp img {
	text-align: center!important;

	
}
	
	
	
.sp_txt{
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 140%;
	line-height: 150%;
		
	}	
	
	
	
	
/* solid016 */
.button_solid016 a {
    background: #6bb6ff;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 800px;
    padding: 10px 25px;
/*    color: #003067;
*/    transition: 0.3s ease-in-out;
    font-weight: 600;
    border: 2px solid #000;
    z-index: 1;
    border-radius: 5px;
	font-size: 180%;
	font-family: "UD デジタル 教科書体 NP-B";
}
	
.button_solid016 a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    border: 2px solid #000;
    border-radius: 5px;
    background:#FDEABF;
  /*  background-image:
    linear-gradient(45deg, #FDEABF 25%, transparent 0),
    linear-gradient(45deg, transparent 75%, #FDEABF 0),
    linear-gradient(45deg, #FA995F 25%, transparent 0),
    linear-gradient(45deg, transparent 75%, #FCBF9A 0);*/
    background-position: 0 0, 15px 15px, 15px 15px, 30px 30px;
    background-size: 30px 30px;
}
.button_solid016 a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translate3d(0,0.40rem,-1rem);
    transform: translate3d(0,0.40rem,-1rem);
    border: 2px solid #000;
    border-radius: inherit;
    background: /*#2b7fde*/#F9BD39;
    -webkit-box-shadow: 0 0.6rem 0 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0.4rem 0 0 rgb(0 0 0 / 20%);
    z-index: -2;
}
.button_solid016 a i {
    position: absolute;
    right: 9px;
}
.button_solid016 a:hover {
    transform: translate3d(0,0.2rem,-1rem);
}
.button_solid016 a:hover:after {
    transform: translate3d(0,0.2rem,-1rem);
    box-shadow: 0 0.2rem 0 0 rgb(0 0 0 / 20%);
}	
	
.sst{
		color:#8E1A13;
	font-weight: bold;
		padding: 0 1%;
		text-align: right;
	font-size: 18px!important;
		font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"
}
.sstA{
		color:#8E1A13;
	font-weight: bold;
		padding: 0 1%;
		text-align: right;
	font-size: 18px!important;
		font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	background-color: blueviolet;
}
	
	h3 .ttl02 span {
		color:#8E1A13!important;
    font-weight: bold;
    font-size:60%;
    text-align: center !important;
    /* font-family: "ＡＲＰＯＰ体Ｂ"; */
		font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
		margin: 1% 0;
}
	
	
	

	
	
		
.r5{
		background-color: #FFF4EA!important;
	}
	
.tbl-r55 {
	width: 90%;
	margin: 0 5%;
	
	}	
	
.tbl-r55 th{
		background-color: #FFF4EA!important;
	width: 30%;
	
	}
	
.tbl-r55 td{
	width:60%;
	
	}	
.tbl-r55 th td{
  display: block;
  width: 100%;
	border: #FFDFC1 1px solid;
  font-size: 90%;

}
 .tbl-r55 td{
		padding: 5px;
}	
	/* ↓装飾 */
.tbl-r55 tr{
  border: 0;
	
}
.tbl-r55 th{
  font-weight: bold;
/*  text-align: center;*/
	background-color: #FFF4EA!important;
}

.txtc{
		color: rgba(216,101,49,1.00);
		font-weight: bold;
		text-align: center;
	}
	
	
@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
  .tbl-r55 th{
    display: block;
    width: 100%;
  }
   .tbl-r55 td{
    display: block;
    width: 100%;
  }
	
}

		
	
	.tbl-r55 th{
		background-color: #FFF4EA!important;
	}
	
	