@charset "utf-8";

html {
scroll-behavior: smooth;
}

iframe {
height: 100vh;
}

/*==============
 body
===============*/
body {
	width: 100%;
	font-size: 0.9em;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.9;
	color: #414141;
	background-position: center;
	background-attachment:fixed;
	margin: 0;
	padding: 0;
}

/*==============
 header
===============*/
header {
	text-align:center;
}

header h1 {
	margin:0 auto;
	padding: 0;
	width: 100%;
	height:auto;
	text-align: center;
	color: #666;
	font-size: 100%;
	font-weight: normal;

}


/*==============
 contents
===============*/

section {
	width:100%;
	max-width:940px;
	margin:5px auto 20px auto;
	padding: 0;
	border-collapse:collapse;
}

h2 {
	font-size: 110%;
	font-weight: normal;
	color: #2D2291;
	text-align:left;
	padding:0;
	margin:0;
}

h3 {
	font-size: 100%;
	font-weight: normal;
	color: #0D5A7E;
	text-align:left;
	padding:0;
	margin:0;
}

#page-top {
    position: fixed;
    right: 5px;
    bottom: 200px;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 90%;
    line-height: 1.5rem;
    color: #019AB8;
    padding: 0 0 0 35px;
    border-top: solid 1px;
}
#page-top::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
}


/*==============
 footer
===============*/
footer {
	text-align:center;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #CEECFD;
	color: #333;
}
footer div {
	margin:20px 0 0 20px;
}
footer div p {
	font-size:0.7em;
	line-height:2.0em;
}
footer div small {
	font-size:0.6em;
}

/*==============
 共通設定
===============*/

a {
	color:#ff9933;
	text-decoration:none;
}
a:hover {
	color:#6BDDAB;
	text-decoration:underline;
}

p{
 margin:10px 0;
 padding:0;
}
