@charset "UTF-8";

body,
header#tmpl_heade_all,
footer#tmpl_footer_all {font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

#tmpl_main{width:auto!important;}

#tmpl_content{
	background-color:#fff;
	color:#333333;
	line-height:1.9;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dd,figure{margin:0;padding:0;}
li{list-style:none;}
table {border-collapse:collapse; border-spacing:0; empty-cells:show;}
iframe{border:0;}
em{font-style:normal;}
img {vertical-align:top;/*font-size:0;*/line-height:0;max-width:100%;height:auto;}

a{color:#3865e0;text-decoration:none;}
a:link{color:#3865e0;text-decoration:none;}
/*
a:hover,a:focus,a:active{color:#000000!important;text-decoration:underline;}
*/
a:visited{color:#3865e0;}

.tmpl-footer a:hover,
.tmpl-footer a:active,
.tmpl-footer a:focus {
	color: #fff !important;
}



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}


video {
	vertical-align: bottom;
}




/******************************************************/
/* ly_header */
/******************************************************/
.ly_header{
	border-bottom:1px solid #c8c8c8;
}
.ly_header-main{
	width:1190px;
	margin:0 auto;
}
@media screen and ( max-width:640px){
	.ly_header-main{
		width:auto;
		margin:auto;
	}
}


/******************************************************/
/* ly_breadcrumb */
/******************************************************/
.ly_breadcrumb{font-size:.75rem;}
.ly_breadcrumb:after {content:"";display:block;clear:both;}
.ly_header .ly_breadcrumb{padding:0.5rem 0 0.5rem 0;}
.ly_footer .ly_breadcrumb{padding:1rem 0 1rem 0;}

.ly_breadcrumb-item{float:left;padding-right:0.5em;}
.ly_breadcrumb-item:not(:last-child)::after{content:'>';padding-left:0.5em;}

.ly_breadcrumb-item a{color:#5d5d5d;}
.ly_breadcrumb-item a:focus,
.ly_breadcrumb-item a:hover{color:#4d4d4d;}

@media screen and ( max-width:640px){
	.ly_header .ly_breadcrumb{padding:0.5rem 1rem;}
	.ly_footer .ly_breadcrumb{padding:1rem;}
}


/******************************************************/
/* ly_pagetop */
/******************************************************/
[data-smoothtop]{
	height:60px;
	position:relative;
}
	[data-smoothtop] .ly_pagetop-main{
		display:none;
		position:absolute;
		bottom:30px;
		right:30px;
	}
	[data-smoothtop="hidden"] .ly_pagetop-main{}
	[data-smoothtop="fixed"] .ly_pagetop-main{
		position:fixed;
		z-index:1000;
	}
	[data-smoothtop="static"] .ly_pagetop-main{}

@media screen and ( max-width:640px){
	[data-smoothtop]{	height:50px;}
	[data-smoothtop] .ly_pagetop-main{
		display:block;
		bottom:10px;
		right:10px;
	}
}

.ly_pagetop-main a{
	background-color: rgba(0,0,0, 0.6);
	border-radius: 0.125em;
	display: block;
	height: 32px;
	margin: 0 0 0 auto;
	overflow: hidden;
	text-align: center;
	transition: background-color 0.2s ease-out 0s;
	width: 40px;
}
.ly_pagetop-main a:hover {
	background-color: rgba(0,0,0, 0.8);
}
.ly_pagetop-main a img {
	height: 6px;
	left: 12px;
	position: absolute;
	top: 11px;
	width: 16px;
}








@media screen and (min-width: 640px) {
	.ignore-pc {
		display: none;
	}
}
@media screen and (max-width: 639px) {
	.ignore-sp {
		display: none;
	}
}


#tmpl_main {
	min-width: 1190px;
	width: auto !important;
}
@media screen and (max-width: 639px) {
	#tmpl_main {
		min-width: 0;
	}
}


img {
	vertical-align: bottom;
}






#tmpl_content {
	color: #5d5d5d;
}

html {
	font-size: 100%;
	font-family: sans-serif;
	font-family: "SST W55 Regular", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", Osaka, sans-serif;
	color: #5d5d5d;
}

a {
	text-decoration: none;
	opacity: 1;
	-moz-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

.sc-content a,
.sc-content a:visited {
	color: #212121 !important;
}

/*
a:hover {
	opacity: 0.65;
}
*/

.ly_pagetop {
	height: 0;
}

/*
.sc-content {
	background: #bdb8a9;
}
*/



.sc-wrap * {
	-webkit-text-size-adjust: 100%;
	color: #212121;
}

.sc-wrap .note {
	font-family: "SST W55 Bold", Arial, sans-serif;
}







