@charset "UTF-8";

/* basic settings */
html, body, h1, h2, h3, h4, h5, h6,
a, p, span, em, small, strong, sub, sup,
mark, del, ins, strike, abbr, dfn,
blockquote, q, cite, code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
header, main, aside, nav, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,tbody, tfoot, thead,tr, th, td { margin: 0; padding: 0; border: 0; }

* { box-sizing: border-box; font-family: inherit; font-size: inherit; line-height: inherit; font-weight: inherit;}
*:before, *:after { box-sizing: inherit; }
article, aside, footer, header, nav, section, main { display: block;}
a, a:visited, a img { color: inherit; transition: all .3s; word-break: break-all;}
table { border-collapse: collapse; border-spacing: 0; }
ol, ul { list-style: none; }
img, video { max-width: 100%; }
img { border-style: none; vertical-align: middle;}
blockquote, q { quotes: none; }
	blockquote:after, blockquote:before, q:after, q:before { content: ""; content: none; }
[hidden] { display: none !important; }
[disabled] { cursor: not-allowed; }
:focus:not(:focus-visible) { outline: none; }

html { font-size: 62.5%; width: 100%; min-width: 320px; min-height:100%; -webkit-text-size-adjust:100%; }
body { font-size: 16px; line-height: 1.5; width: 100%; min-height:100%; min-width: 320px; overflow-x: hidden; color:#333; background:#F5F6F7; font-family: "Noto Sans Japanese", sans-serif;}
a:link { color: #0099D8; text-decoration: none; }
a:visited { color: #0099D8; text-decoration: none; }
a:hover { color: #0099D8; text-decoration: underline; text-decoration-color: #0099D8; }

/* local class */
.red { color: #F00;}
.blue { color: #165EA2;}
.green { color:#060;}
.tar { text-align:right;}
.tal { text-align:left;}
.tac { text-align:center;}
.f8 {font-size:8px;}
.f9 {font-size:9px;}
.f10 {font-size:1px;}
.f11 {font-size:11px;}
.f12 {font-size:12px;}
.f13 {font-size:13px;}
.f14 {font-size:14px;}
.f15 {font-size:15px;}
.f16 {font-size:16px;}
.f18 {font-size:18px;}
.f20 {font-size:20px;}
.f22 {font-size:22px;}
.f24 {font-size:24px;}
.f26 {font-size:26px;}
.f28 {font-size:28px;}
.f32 {font-size:32px;}
.f36 {font-size:36px;}
.f42 {font-size:42px;}
.fb { font-weight: bold;}
.fg {font-family: Arial, Helvetica, "sans-serif";}

/* layout settings */
main { display: block; width: 100%; text-align: center; padding: 20px;}	

#layout { max-width: 680px; width: 100%; text-align: left; padding:0 40px 10px 40px; margin: 0 auto; background:#FFF; box-shadow:0 2px 2px 2px rgba(0,0,0,.02); }

article { padding: 10px 0 0 0;}

article h2 { display: block; width: 100%; padding:0 0 5px 0; margin: 0; font-size: 20px; text-align: left; border-bottom: 1px solid #CCC;}
article ul { padding: 10px 0;}

.hp li { padding: 10px 0;}
	.hp li a {display: block; max-width: 240px; margin:0 auto; text-align: center;  text-decoration: none; border: 1px solid #CCC; padding:10px 15px; border-radius: 4px;background: #FFF; transition: .3s;}
		.hp li a span { display: flex; width: 100%; min-height:32px; justify-content: center; align-items: center;}

.sns ul { display: flex;}
.sns li { padding: 0 0 0 10px;}
	.sns li a { display: flex; align-items: center; text-decoration: none; font-size: 18px; padding: 5px;fill:#333; color:#333; transition: .3s;}
		.sns li a span { display: inline-block; width: 28px; height: 28px;}
		.sns li a strong { display: flex; align-items: center; height: 28px; padding-left: 10px;}

footer { width: 100%; text-align: center; padding:5px 0 0 0; margin-top: 20px; color: #000; border-top: 1px solid #CCC; position: relative; z-index: 0; background:#FFF;}
	footer p { display: block; max-width: 640px; padding: 5px; margin: 0 auto; font-size: 12px;}


.inner { margin: 0 auto;}


.hidesvg { display: none;}

/* 320 + settings */
@media all and (min-width:320px){
	.inner { padding-top: 20px; padding-bottom: 20px;}
}

/* 640 + settings */
@media all and (min-width:640px){
	.inner { padding-top:30px; padding-bottom: 30px;}
}

/* 740 + settings */
@media all and (min-width:740px){
	
}


/* 960- settings */
@media all and (max-width:960px){
	.onlypc {display: none;}
}


/* 960px+ settings */
@media all and (min-width:960px){
	.onlysp {display: none;}
	.inner { padding-top:40px; padding-bottom: 40px;}
	
	.hp li a:hover { border: 1px solid #0099D6; }
	.sns li a:hover {fill:#0099d8; color:#0099d8;transition: .3s;}

}

/* 1200 + settings */
@media all and (min-width:1200px){
	
}

/* print only settings */
@media print{
	
}