@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Sawarabi+Gothic&display=swap');

/* -------------- Resetting Again Base CSS Start --- */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, main,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* scroll bar */
html {
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	overflow-x: scroll;
}

.clearfix {
	overflow: hidden;
}

* html .clearfix {
	zoom: 1;
}

.img-pc{
	display:block;
}
.img-smf{
	display:none;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
    padding: 20px 0 30px 0;
    background-color: #F5FDFF;
}

/* header */

header{
    width: 900px;
    height:180px;
    margin: 0 auto 20px auto;
    background-color: #e4e8f5;
    border: 5px solid #415719;
}

header h1{
    font-family: 'Sawarabi Gothic', sans-serif;
    font-size: 62px;
    font-weight: bold;
    color: #e60012;
    margin-top: 10px;
    margin-left: 80px;
}

header h1 span.sub-ttl{
    font-size: 42px;
    font-weight: bold;
    color: #333333;
}

header h2{
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 46px;
    color: #741A98;
    margin-top: 30px;
    margin-left: 80px;
}


/* contents */
#contents{
    width: 900px;
	font-size: 18px;
	line-height: 1.8;
    margin: 0 auto;
}

#contents .main p{
    font-size: 20px;
    color: #333333;
    text-align: left;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

#contents .main p span.chui{
    color: #ff0000;
    font-size:18px;
    font-weight:bold;
    margin-left: 1em;
}

#contents .main section{
    width: 900px;
    height: 1124px;
    margin: 10px auto;
    border-radius:20px;
    background-color: #ffffff;
}

#contents .main section img{
    margin: 30px 63px;
    padding: 30px 0;
}

/* pagetop */
p.pagetop {
    margin-top: 30px;
	font-size: 16px;
	text-align: center;
}

p.pagetop a:link,
p.pagetop a:visited {
	color: #002288;
	font-weight: bold;
	text-decoration: none;
}

p.pagetop a:hover {
	opacity: .7;
	text-decoration: underline;
}

