@charset "UTF-8";
/* -------------- 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;
}

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;
}

a{
    text-decoration: none;
    transition : all 0.5s;
    color:#61c5f4;
    text-decoration: none;
}
a:hover{
    opacity:0.4;
}


img {
	border: 0;	
}

.clearfix {
	overflow: hidden;
}

* html .clearfix {
	zoom: 1;
}

body {
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

p.book {
    font-family: 'Noto Sans JP', sans-serif;
}

a:hover {
	opacity: 0.7;
	font-family: inherit;
}

a:after {
	color: #91d0ed;
}

img.pc {
	display: block;
}

img.smf {
	display: none;
}


/* -------------- 共通ヘッダー -------------- */

header {
	border-top: 10px solid #a8e14b;
	background: #fff;
	overflow: hidden;
	box-sizing: border-box;
}

#hdr {
	width: 1000px;
	margin: 10px auto;
	vertical-align: bottom;
	height: 40px;
	box-sizing: border-box;
}

#hdr ol{
	margin:13px 0 0 0;
	float: right;
}

#hdr ol.h-logo{
	margin: 0;
	width: 90px;
	float: left;
}

#hdr ol.h-logo img{
	width: 90px;
}

#hdr ol li{
	list-style: none;
	display: inline-block;
}

#hdr ol li a{
	text-decoration: none;
	transition: .2s ease-in-out;
}

#hdr ol li a img{
	box-sizing: border-box;
	transition: .2s ease-in-out;
	width: 27px;
	height: 27px;
}


/* -------------- #top ---------------------- */

#wrapper{
    width:100%;
    background: url(imgs/bg-image.png) center 70px repeat-x;
}

#top{
    width:1000px;
    height:1000px;
    margin:0 auto;
}

/* -------------- #contents ---------------------- */
#contents{
    background-color:#ffffff;
    width:1000px;
    max-width: 100%;
    margin:0 auto;
    overflow: hidden;
}

#contents p{
    font-size: 19px;
    font-weight: bold;
    line-height: 1.6;
    color: #000000;
}

#contents p span.middle{
    font-size: 24px;
}

#contents p span.big{
    font-size: 30px;
}

/* ---------- #first,#second,#third,#fourth------------ */

#first,#second,#third{
    margin-top:36px;
    margin-left:44px;
}

#second,#fourth{
    clear: both;
    overflow: hidden;
    position: relative;
}

.second-left,.second-right,.fourth-left,.fourth-right{
    float:left;
}

.second-left{
    width: 568px;
    margin-right:70px;
}

.second-right{
    width: 318px;
}

#fourth{
    width: 1000px;
    height:336px;
    background-color: #fef3bd;
    margin: 36px auto;
}

.fourth-left{
    margin: 36px 70px 34px 44px;
}

.fourth-right{
    margin-top: 36px;
}

a.book{
    color: #000000;
}

#contents p.toplink{
	text-align: center;
	padding: 82px 0 50px 0;
	font-size: 20px;
}

#contents p.toplink a{
    color:#53ba81;
}
/* -------------- 共通フッター -------------- */

footer {
	background: #a9de49;
	height: 315px;
}

footer ul {
	text-align:center;
}

footer ul li {
	margin: 30px 5px;
	display: inline-block;
}

footer p {
	text-align: center;
}

footer i.fa {
	color: #fff;
}

footer small {
	display: block;
	margin-top: 20px;
	text-align: center;
	font-size: 12px;
	color: #fff;
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

#page-top a {
	display: block;
	z-index: 999;
	text-indent: -9999px;
	width: 39px;
	height: 39px;
 background:url(../../common/img/btn_pagetop.png);
}
