@charset "UTF-8";

/*--------------------テキスト--------------------*/
h1{
	display: block;
	font-size: 22px;
	line-height: 1em;
	color: #676767;
	/*margin-left: 2.5%;*/
	margin-top: 10px;
	margin-bottom: 10px;
	width: 97.5%;
	letter-spacing: 0.1em;
	/*border-left: 12px solid #00a1ee;*/
	padding-left: 8px;
}
h2 {
	/*font-size: 24px;*/
	letter-spacing: 0em;
	color: #EB0158;
	line-height: 1.6em;
}
h3 {
	color: #585858;
	font-size: 20px;
	letter-spacing: 0.1em;
	border-left: 10px solid #E60003;
	padding-left: 8px;
	margin-bottom: 20px;
	font-weight: 100;
}
h4 {
	font-size: 16px;
	line-height: 1.0em;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: -5px;
	padding-top: 0px;
	padding-left: 6px;
	letter-spacing: 0em;
	border-left: 15px solid #D9D9D9;
}
.em1{
	line-height: 1.4em;
}

/*---フォントカラー---*/
.txt_green { color: #57AA04; }
.txt_blue { color: #008EDA; }
.txt_gray { color: #D1D1D1; }
.txt_red { color: #DC3535; }
.txt_brown { color: #995726; }
.txt_white { color: #FFFFFF; }
.txt_pink { color: #F866B4; }

/*---フォントサイズ---*/
.text9 { font-size:60%; }
.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size: 123.1%; line-height: 1.8em; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }

/*--- margin ---*/
.mt-10 { margin-top: -10px; }
.mt-20 { margin-top: -20px; }
.mt-30 { margin-top: -30px; }
.mt00 { margin-top: 0px; }
.mt05 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt35 { margin-top: 35px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.mt60 { margin-top: 60px; }
.mt100 { margin-top: 100px; }
.mt130 { margin-top: 130px; }
.mt150 { margin-top: 150px; }
.mb-5 { margin-bottom: -5px; }
.mb-10 { margin-bottom: -5px; }
.mb-20 { margin-bottom: -20px; }
.mb-30 { margin-bottom: -30px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.ml0 { margin-left: 0px; }
.ml10 { margin-left: 10px; }
.ml-10 { margin-left: -10px; }
.ml-15 { margin-left: -15px; }
.mr0 { margin-right: 0px; }
.mr10 { margin-right: 10px; }
.mr20 { margin-right: 20px; }
.mr-15 { margin-right: -15px; }
.mr-30 { margin-right: -30px; }

/*--- padding ---*/
.pd30  { padding: 30px; }
.pt-10  { padding-top: -10px; }
.pt-30  { padding-top: -30px; }
.pt-1  { padding-top: -1px; }
.pt0  { padding-top: 0px; }
.pt5  { padding-top: 5px; }
.pt10 { padding-top: 10px; }
.pt15 { padding-top: 15px; }
.pt20 { padding-top: 20px; }
.pt25 { padding-top: 25px; }
.pt30 { padding-top: 30px; }
.pt35 { padding-top: 35px; }
.pt40 { padding-top: 40px; }
.pt50 { padding-top: 50px; }
.pb0 { padding-bottom: 0px; }
.pb10 { padding-bottom: 10px; }
.pb15 { padding-bottom: 15px; }
.pb20 { padding-bottom: 20px; }
.pb25 { padding-bottom: 25px; }
.pb30 { padding-bottom: 30px; }
.pb40 { padding-bottom: 40px; }
.pb50 { padding-bottom: 50px; }
.pb5per { padding-bottom: 5%; }
.pl0 { padding-left: 0px; }
.pl10 { padding-left: 10px; }
.pl30 { padding-left: 30px; }
.pr0 { padding-right: 0px; }
.pr30 { padding-right: 30px; }
.plr3per { padding: 0 3%; }

/*---リンクカラー---*/
a:link { color: #0070cf; font-weight: normal; text-decoration: underline; }
a:visited { color: #0070cf; font-weight: normal; }
a:hover { color: #0070cf; font-weight: normal; }
a:active { color: #0070cf; font-weight: normal; }
.link_color01 a:link { color: #434343; text-decoration: none; font-weight: 100; }
.link_color01 a:visited { color: #434343; text-decoration: none; font-weight: 100;}
.link_color01 a:hover { color: #707070; text-decoration: none; font-weight: 100;}
.link_color01 a:active { color: #707070; text-decoration: none; font-weight: 100;}
.link_color02 a:link { color: #FFFFFF; text-decoration: none; font-weight: 100; }
.link_color02 a:visited { color: #FFFFFF; text-decoration: none; font-weight: 100;}
.link_color02 a:hover { color: #FFFFFF; text-decoration: none; font-weight: 100;}
.link_color02 a:active { color: #FFFFFF; text-decoration: none; font-weight: 100;}

/*折り返さない*/
.nowrap {
white-space: nowrap;
}
/*--------------------イメージ--------------------*/
img{
  vertical-align:bottom;
  border:none; 
}
a:hover img{/*半透明*/
	opacity:0.8;
	filter: alpha(opacity=80);
}
p .right {/*テキスト回り込み・右*/
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}
p .left {/*テキスト回り込み・左*/
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}

/*フロートクリア
-----------------------------------------*/
.clearfloat { clear:both; height:0; font-size: 1px; line-height: 0px; }

/*リスト
-----------------------------------------*/
ul,li {
list-style: none;
margin: 0;
padding: 0;
}
.list-stye1{
	list-style: circle;
}

/*区切り線
-----------------------------------------*/

.normal_line {
	display: block;
	border-top: 1px solid #C8C8C8;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 0px;
	width: 100%;
	border-bottom-color: #C8C8C8;
	border-right-color: #C8C8C8;
	border-left-color: #C8C8C8;
}
.normal_line2 {
	display: block;
	border-top: 1px solid #E2E2E2;
	margin-bottom: 10px;
	padding-right: 0px;
}
.dot_line {
	display: block;
	border-top: 3px dotted #E2E2E2;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 0px;
}

/*タイトル　下線
-----------------------------------------*/
.title_line {
	display: block;
	margin-top: 30px;
	margin-bottom: 10px;
	padding-right: 0px;
	border-bottom: 1px solid #E2E2E2;
	font-size: 20px;
	line-height: 1.6em;
	letter-spacing: 0.1em;
}
.column_title_gr{/*サブタイトル枠*/
	width: 100%;
	margin-bottom: 10px;
	margin-left: 2%;
	margin-right: 2%;
	padding: 10px;
	word-break: break-all;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 1em;
	border-radius: 6px;
	background-color: #138B46
}

dl {
  margin-bottom:15px;
}
dt {
	float: left ;
	clear: left ;
	margin-right: 0.5em ;
	width: 120px ;
}  
dd { float: left ;
	margin-left: 1em ;
}


.dotline {
    border-top:1px dotted #CCCCCC;
	clear:both;
	margin-top: 10px;
}
.dotline2 {
	border-top: 1px dotted #727272;
}

/*その他
-----------------------------------------*/
.center {
	text-align: center;
}
/*テキスト装飾
-----------------------------------------*/
.textshadow {
  text-shadow: 1px 2px 2px rgba(0,0,0,0.4);
}
/*テーブル
-----------------------------------------*/
table {
	border-collapse: collapse;
	/*border: 1px solid #CCCCCC;*/
	font-size: 13px;
} 
td,th { 
    /*border: 1px #CCCCCC solid;*/
	padding: 3px 5px;
}
td.gray {
	background-color:#F0F0F0;
}
td.narrow {
	padding: 3% 3%;
}

/*Google Map 埋め込み
-----------------------------------------*/
.gmap{
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.gmap iframe, .gmap object, .gmap embed{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/*レイアウト
-----------------------------------------*/
.float_l{
	float: left;
}


/*ニュース
-----------------------------------------*/
.news{
	position: relative;
	width: 93%;
	min-height: 50px;
	/*margin: 2% 0 2% 0;*/
	margin-bottom: 20px;
	padding: 3%;
	background: #FFFFFF;
	word-break: break-all;
	font-size: 15px;
	line-height: 1.8em;
	border-radius: 6px;
	border: 3px solid #E9E9E9;
	box-sizing: content-box;	/*overflow-y: scroll;*/
}
.news_title{
	position: absolute;
	top: -25px;
	font-size: 17px;
	margin-left: 0;
	margin-top: 10px;
	background-color: #FFFFFF;
	color: #ED0003;
	letter-spacing: 1px;
}
.pankuzu{
	display: block;
	width: 96%;
	height: 15px;
	margin-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
	line-height: 1.0em;
	text-align: right;
}
/*テーブル（スマホ・レスポンシブ）
-----------------------------------------*/
.table-sp {
	width: 100%;
	vertical-align: top;
    border-collapse: separate ;
	word-break: normal;
}
.table-sp th {
	color: #737373;
	font-weight: bold;
	border-bottom: 1px solid #D5D5D5;
	text-align: left;
	/*background-color: #F5F5F5;*/
	vertical-align: top;
}
.table-sp td {
	border-bottom: 1px solid #D5D5D5;
}
/*表示or非表示*/
/*.mb_disply_none{
	display: block;
}
.pc_disply_none{
	display: none;
}*/
.disply_pc_none{
	display: none;
}
.disply_mb_none{
	display: block;
}
/*----------------------------------------- Mobile-----------------------------------------*/
@media screen and (max-width : 700px) {
h1{
	display: block;
	font-size: 22px;
	line-height: 1.6em;
	margin-left: 0%;
	padding-top: 20px;
	padding-bottom: 0px;
	text-align: center;
	letter-spacing: 0.1em;
	border-left: 0px solid #C7D020;
}
/*.main_img_title{
	width: 70%;
	margin: 4% 0% 0 0%;
	font-size: 24px;
}*/
.news{
	width: 93%;}
.pankuzu{
	display: none;
	width: 85%;
}
/*.main_img_title2{
	line-height: 1.3em;
	color: #FFFFFF;
	text-shadow: 2px 1px #004994;
}*/
/*テーブル（スマホ・レスポンシブ）
-----------------------------------------*/
.table-sp,
.table-sp tbody,
.table-sp thead,
.table-sp tr,
.table-sp td,
.table-sp th {
	display: block;
	border-bottom: none;
}
.table-sp th {
	width: auto;
	background-color: #EDEDED;
}
.column_title_gr{
	width: 84%;
	text-align: center;
}
/*表示or非表示*/
/*.mb_disply_none{
	display: none;
}
.pc_disply_none{
	display: block;
}*/
.disply_pc_none{
	display: block;
}
.disply_mb_none{
	display: none;
}
}
