<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    font: 16px/1.4 -apple-system, BlinkMacSystemFont, Verdana, "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    -webkit-text-size-adjust: none;
    -webkit-touch-callout: none;
    font-weight: 300;
    overflow-x: hidden;
    color: #565656;
    background: #fff;
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
nav ul {
    list-style: none;
}
li {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
input, select {
    vertical-align: middle;
}
/*共通*/
#header {
    z-index: 10;
	padding: 20px;
}
#header p {
	padding: 15px;
	display: inline-block;
	font-weight: bold;
}
.site-logo {
    width: 48px;
    height: 48px;
    float: left;
}
.inner {
    clear: both;
    width: 100%;
    line-height: 1.8;
}
.inner-layout {
    padding: 20px;
    max-width: 800px;
   margin: 0 auto;
}
.copy-ttl {
    font-size: 1em;
    font-weight: bold;
    padding: 10px 0;
}

.information {
    background-color: #eee;
}

.atContent {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    padding: 20px;
	
}
.atContent2 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    padding: 0 30px 30px 30px;
}
.atContent dt,.atContent2 dt {
	font-weight: bold;
	padding: 15px 0 0;
}


/*footer*/
footer ul {
    text-align: center;
}
footer li {
    display: inline-block;
}
footer li a {
	color: #565656;
    font-size: 0.75em;
    text-decoration: none;
    border-right: solid 1px #ccc;
    padding: 0 5px;
}
footer li:first-child a {
    border-left: solid 1px #ccc;
}

footer p {
	 font-size: 0.8em;
	text-align: center;
	padding-bottom: 30px;
}
@media (min-width: 750px) {
    .copy-ttl {
        font-size: 1.8em;
    }
     footer li a {
         font-size: 14px;
    padding: 0 10px;
} 
    
}</pre></body></html>