@charset "utf-8";

*{
	margin: 0;
	padding: 0;
	border: 0 none;
}
body{
	background-color: #ffffff;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 17px;
    color: #000000;
	line-height:190%;
} 

var windowWidth = $(window).width();
var windowSm = 640;
if (windowWidth <= windowSm) {
    //横幅640px以下のとき（つまりスマホ時）に行う処理を書く
} else {
    //横幅640px超のとき（タブレット、PC）に行う処理を書く
}

html {
    scroll-behavior: smooth;
}

.header {
    position: fixed;
    top: 0;
    left: 50%;
	transform: translate(-50%, 0%);
	
}

#topback {
		width: 100%;
		background: #e50012 no-repeat;
		background-position: center;
}

#seijinback0 {
		width: 100%;
		background: #f7d65a no-repeat;
		background-position: center;
}

#seijinback {
		width: 100%;
		background: #0447bc no-repeat;
		background-position: center;
}

#seijinback1 {
		width: 100%;
		background: #ce0000 no-repeat;
		background-position: center;
}

#seijinback2 {
		width: 100%;
		background: #f2ebe8 no-repeat;
		background-position: center;
}


#topimgback2 {
		width: 100%;
		background: #ffaeb8 no-repeat;
		background-position: center;
}
#footer{
	    width: 100%;
		background: #6e1419 no-repeat;
		background-position: center;clear:both; margin-top:10px;
}


.td_sty_topspace{
	height: 67px;
}



#seijinpageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#seijinpageTop i {
  padding-top: 6px;
}
 

#seijinpageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #0447bc;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  opacity: 0.8;
}
 
#seijinpageTop a:hover {
  text-decoration: none;
  opacity: 0.5;
}

.undermenu0{
	COLOR: #ffffff; TEXT-DECORATION: none; FONT-SIZE: 12px;
}
.undermenu0:visited{
	COLOR: #ffffff;
}
.undermenu0:hover{
	COLOR: #ed6b0a; TEXT-DECORATION: none;
}
.td_sty_undermenu{
	TEXT-ALIGN: left; COLOR: #ffffff; FONT-SIZE: 12px; height: 48px;
}

.td_sty_seijinhead{
	FONT-SIZE: 10px; color: #c1bfc0; vertical-align:text-bottom
;
}

.txt_area{
	line-height:150%; FONT-SIZE: 16px;
}