/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 21 2026 | 02:42:53 */
/*本文テキスト*/
p{
	line-height: 2.0em ;
	font-size: 17px ;
	/*font-weight: 500 !important;*/
}
@media screen and (max-width : 700px) {
p{
	line-height: 1.8em ;
	font-size: 16px ;
	font-weight: 600 !important;
}
/* ページタイトルを少し太く */
.page-header-title,
.entry-title,
h1,
h1.page-header-title {
  font-weight: 600 !important;
}
}
h3{
	letter-spacing: 0.05em;
}


/*---フォントカラー---*/
.txt_green { color: #57AA04; }
.txt_blue { color: #008EDA; }
.txt_gray { color: #D1D1D1; }
.txt_red {color: #DC3578;}
.txt_brown { color: #995726; }
.txt_white { color: #FFFFFF; }
.txt_pink { color: #F866B4; }

/*---フォントサイズ---*/
.text9 { font-size:60% !important; }
.text10 { font-size:77% !important; }
.text11 { font-size:85% !important; }
.text12 { font-size:93% !important; }
.text13 { font-size:100% !important; }
.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-0 { margin-top: 0px !important; }
.mt-10 { margin-top: -10px !important; }
.mt-20 { margin-top: -20px !important; }
.mt-30 { margin-top: -30px !important; }
.mt-40 { margin-top: -40px !important; }
.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: -10px !important; }
.mb-15 { margin-bottom: -15px !important; }
.mb-20 { margin-bottom: -20px !important; }
.mb-30 { margin-bottom: -30px !important; }
.mb0 { margin-bottom: 0px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.ml0 { margin-left: 0px; }
.ml10 { margin-left: 10px; }
.ml20 { margin-left: 20px; }
.ml30 { margin-left: 30px; }
.ml-10 { margin-left: -10px; }
.ml-15 { margin-left: -15px; }
.ml-30 { margin-left: -30px; }
.mr0 { margin-right: 0px; }
.mr10 { margin-right: 10px; }
.mr20 { margin-right: 20px; }
.mr-10 { margin-right: -10px; }
.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; }
.pl20 { padding-left: 20px; }
.pl30 { padding-left: 30px; }
.pr0 { padding-right: 0px; }
.pr30 { padding-right: 30px; }
.plr5per { padding: 0 5%; }
.plr3per { padding: 0 3%; }
.plr2per { padding: 0 2%; }
.plr1per { padding: 0 1%; }
.pr5per { padding: 0 6% 0 6%; }

/*---リンクカラー---*/
.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;}
a { outline: none; }

/*折り返さない*/
.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 {
	list-style: circle;
	/*list-style: disc;*/
	/*margin: 30px 0px 30px -20px;*/
 	/*line-height: 1.6em !important;*/
}
li {
 	margin: 10px 0px 0px 10px;
 	line-height: 1.6em !important;
  	/*list-style: disk; !important;*/
 	/*font-weight: bold;*/
}
.list-stye1{
	list-style: disk !important;
}

/*区切り線
-----------------------------------------*/
.normal_line {
	display: block;
	border-top: 1px solid #DDDDDD;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 0px;
	width: 100%;
	border-bottom-color: #DDDDDD;
	border-right-color: #DDDDDD;
	border-left-color: #DDDDDD;
}

/*タイトル　下線
-----------------------------------------*/
.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;
}


/*テキスト装飾*/
.textshadow {
  text-shadow: 1px 2px 2px rgba(0,0,0,0.4);
}

/*レイアウト
-----------------------------------------*/
.float_l{
	float: left;
}
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/*display: inline-block;*/
}

.pankuzu{
	width: 100%;
	height: 40px;
	padding: 0% 6% 0% 6%;
	padding-top: 10px;
	font-size: 14px;
	line-height: 1.4em;
	text-align: center;
	background-color: #EEF8FB;
}

/*表示or非表示*/
.mb_onry{
	display: none;
}
.pc_onry{
	display: block;
}
/*html {
  scroll-behavior: smooth;
}*/
.th-nowrap{
	white-space: nowrap;
	background-color: #f5f5f5;
}
/*テーブル　セル　センター揃え*/
.td-center{
	text-align: center !important;
}
/*テーブル　セル　背景グレー*/
table th.bg_gray{
	background-color: #f5f5f5 !important;
}

/*inline-block*/
.inline-block{
	display: inline-block;
}

/*----------------------------------------- Mobile-----------------------------------------*/
@media screen and (max-width : 700px) {

.news{
	width: 95%;
	font-size: 0.9em;
	}
.pankuzu{
	display: none;
}
	
	
/*表示or非表示*/
.mb_onry{
	display: block;
}
.pc_onry{
	display: none;
}
}

