/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 06 2025 | 01:26:26 */
/*---フォントカラー---*/
/*.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%; }
.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%; }
.line-through {text-decoration: line-through;}*/

/*--- margin ---*/
@media screen and (min-width : 1250px) {
.mt-100{
	margin-top: -180px !important; 
}
}

/*.mt-0 { margin-top: 0px !important; }
.mt-10 { margin-top: -10px !important; }
.mt-20 { margin-top: -20px !important; }
.mt-40 { margin-top: -40px !important; }
.mt-30 { margin-top: -30px !important; }
.mt-50 { margin-top: -50px !important; }
.mt-70 { margin-top: -70px !important; }
.mt00 { margin-top: 0px !important; }
.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 !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px; }
.mt100 { margin-top: 100px; }
.mt130 { margin-top: 130px; }
.mt150 { margin-top: 150px; }
.mb0 { margin-bottom: 0px !important; }
.mb-5 { margin-bottom: -5px; }
.mb-10 { margin-bottom: -10px !important; }
.mb-20 { margin-bottom: -20px !important; }
.mb-30 { margin-bottom: -30px !important; }
.mb-40 { margin-bottom: -40px !important; }
.mb-50 { margin-bottom: -50px !important; }
.mb00 { 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 !important; }
.ml40 { margin-left: 40px !important; }
.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; }
.mr30 { margin-right: 30px !important; }
.mr40 { margin-right: 40px !important; }
.mr-15 { margin-right: -15px; }
.mr-30 { margin-right: -30px; }*/

/*--- padding ---*/
/*.pd0 { padding: 0px 0px 0px 0px !important; }余白なし*/
/*.pd10 { padding: 10px 10px 10px 10px !important; }全体+10*/
/*.pd30  { padding: 30px; }/*全体+30*/
/*.pd-30  { padding: -30px !important; }全体-30*/
/*.pt0  { padding-top: 0px !important; }
.pt-1  { padding-top: -1px; }
.pt-10  { padding-top: -10px; }
.pt-20  { padding-top: -20px; }
.pt-30  { padding-top: -30px; }
.pt-40  { padding-top: -40px; }
.pt-50  { padding-top: -50px; }
.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 !important; }
.pb0 { padding-bottom: 0px !important; }
.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; }
.pb-50 { padding-bottom: -50px; }
.pb5per { padding-bottom: 5%; }
.pl0 { padding-left: 0px; }
.pl10 { padding-left: 10px; }
.pl20 { padding-left: 20px; }
.pl30 { padding-left: 30px !important; }
.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: 0px 0px 0px 0px;
 	line-height: 1.2em !important;
}
li {
 	margin: 10px 0px 0px 10px;
 	line-height: 1.4em !important;
 	/*font-weight: bold;*/
}
.list-stye1{
	list-style: disc !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;
}
/*dl dt dd*/
/*dl {
  margin-bottom:15px;
}
dt {
	float: left ;
	clear: left ;
	margin-right: 0.5em ;
	width: 120px ;
}  
dd { float: left ;
	margin-left: 1em ;
}*/

/*テキスト装飾*/
.textshadow {
  text-shadow: 1px 2px 2px rgba(0,0,0,0.4);
}
/*テーブル基本
-----------------------------------------*/
table {
	border-collapse: collapse;
	border-color: #dcdcdc !important;
	/*border: none !important;*/
	/*font-size: 14px;*/
} 
td,th { 
    /*border: none !important;*/
	/*border-color: #c0c0c0 !important;*/
	padding: 3px 5px;
}
td.gray {
	background-color:#F0F0F0;
}
td.narrow {
	padding: 3% 3%;
}
/*テーブル（スマホ・レスポンシブ）
-----------------------------------------*/
/*枠なし*/


/*レイアウト
-----------------------------------------*/
.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非表示*/
.disply_pc_none{
	display: none;
}
.disply_mb_none{
	display: block;
}

/*フォント種類を明朝体に*/
/*.font_mincho{
	font-family: serif;
}
h2,h3,h4,h5{
	font-family: serif;
	letter-spacing: 0.05em;
}*/

/*----------------------------------------- Mobile-----------------------------------------*/
@media screen and (max-width : 700px) {


.news{
	width: 95%;
	font-size: 0.9em;
	}
.pankuzu{
	display: none;
}

/*表示or非表示*/
.disply_pc_none{
	display: block;
}
.disply_mb_none{
	display: none;
}
	
.side_small { margin: 10px !important; }
	
}

