@charset "UTF-8";

/*
|
|	CSSリセット
|
*/
html,body,ul,li,p,h1,h2,h3,h4,h5,h6,ul,li{ padding:0px;margin:0px; }
ul,li{ list-style-type:none; }
img{ vertical-align:bottom; }

/* 明朝の場合
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif; */
:root{
	--base-width:1600px;
	--max-width:1920px;
	--base-font:"游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	--base-font-sz:16px;
	--base-font-col:#001539;
	--link-hover-col-red: red;
}

body{
	-webkit-text-size-adjust:100%; /*スマホ時のフォント自動拡大対策)*/
	font-family:var(--base-font);
	color:var(--base-font-col);
	font-size:var(--base-font-sz);
	}

.clearfix { zoom:1; }
.clearfix:after{ content: "";display:block;clear:both; }

/*
|
|　リンクとテキストカラー
|
*/
.col00,
.cnt-frm-hs{ color:#FFF; }
.col01{ color:#b40000; }
.col02{ color:#15729f; }
.col03{ color:#00ABA6; }
.col99{ color:#000; }

.bgcol00{ background-color:#FFF; }
.bgcol01,
.wrap-ft-navi{ background-color:#001539; }
.bgcol02{ background-color:#E5E7EB; }
.bgcol03{ background-color:#15729F; }
.bgcol04,
.news-cat-lst li a,
.tp-news-lst-cat a{ background-color:#E1EAF6; }
.bgcol05{ background-color:#F5F1DE; }
.bgcol06{ background-color:#EBF3E3; }
.bgcol99{ background-color:#000; }

a{ text-decoration:none;transition: all 1s ease; }
a img,
.btn-type1{ opacity: 1;transition: all 1s ease; }
.mn-hd a,
.ft-contact-txt02 .tel a,
.tp-news a,
.cmp-info-lst a,
.rec-blc07-b .tel a,
.tp-news-lst-cat a{ color:var(--base-font-col); }
#menu-item-36 a,
.ft-navi-home a,
.ft-navi-lst a,
.service-lst li a{ color:#FFF; }
.skz-pdf a{ text-decoration:underline; }
a:hover{ color:var(--link-hover-col-red)!important;transition: all 0.5s ease; }
a img:hover{ opacity: 0.25;transition: all 0.5s ease; }
.btn-type1:hover{ opacity: 0.75;transition: all 0.5s ease; }