@charset "utf-8";
/* CSS Document */



/* -------------------- Reset CSS -------------------- */



/* 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, 
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, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
}
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;
}



/* -------------------- Common CSS -------------------- */



.SP_view { display: block !important; }
.PC_view { display: none !important; }


html { font-size: 62.5%; }


body{
	font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size: 1.4rem;
	width: 100%;
	line-height: 1.5;
	margin: 0 auto;
}


p, dt, dd, li, span {
	font-size: 1.4rem;
	line-height: 1.5;
}
a {
	font-size: 1.4rem;
	line-height: 1.0;
}

table {
	font-size: 1.0rem;
	border: 1px solid #333;
	margin: 3% auto;
}
table th {
	background-color: #F5F5F5;
	border: 1px solid #333;
	padding: 1%;
}
table td {
	border: 1px solid #333;
	padding: 1%;
}
table td span {
	font-size: 1.0rem;
}

nav {
	line-height: 0;
}


.redtxt {
	color: #FF0000;
}

.link-btn {
	margin: 0 auto;
}
.link-btn a {
	display: block;
	font-weight: bold;
	color: #000;
	background: url(../images/btn_arrow.png) no-repeat left 5% center;
	background-color: #45BF2D;
	text-align: center;
	border-radius: 10px 10px;
	text-decoration: none;
	padding: 4% 0;
}
.link-btn a:hover {
	opacity: 0.7;
}
.link_simu {
	position: fixed;
	bottom: 100px;
	right: 0;
}
.link_simu a img {
	width: 80px;
}


header .hmain {
	padding: 20px 15px 0;
}
header .hmain .toplogo {
	width: 180px;
	padding: 0 0 20px 60px;
	line-height: 1.0;
}
header .hmain .toplogo img {
	width: 100%;
}
header .hbnr {
	font-size: 0;
}
header .hbnr a {
	display: inline-block;
	width: 48%;
}
header .hbnr a:first-child {
	margin-right: 4%;
}
header .hbnr a img {
	width: 100%;
}


.spmenu-btn {
    background:transparent url(../images/menu_sp.png) no-repeat 0 0;
    background-size: 100% 100%;
    display: block;
    width:45px;
    height: 45px;
    position: absolute;
    top:20px;
    left:15px;
    cursor: pointer;
    z-index: 202;
}
.peke {
	margin-left:0px;
}
.spmenu-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.7;
	z-index: 200;
}

.drawr {
    display: none;
    background-color:#FFF;
    position: absolute;
    top: 0px;
    left:0;
    width:240px;
    padding:30px 0 30px 15px;
    z-index: 201;
}
.spmenu > li {
    font-weight: bold;
}
.spmenu > li {
    width:210px;
    margin-bottom: 20px;
}
.spmenu > li > a {
	display: block;
	font-size: 1.4rem;
    color:#333;
    border-left: 10px solid #0489B1;
    text-decoration: none;
    padding: 10px;
}
.spmenu > li > a > span {
	display: none;
}
.spmenu > li > ul {
	margin: 20px 0 20px 40px;
}
.spmenu > li > ul > li {
	margin-bottom: 20px;
}
.spmenu > li > ul > li:last-child {
	margin-bottom: 0;
}
.spmenu > li > ul > li > a {
	display: block;
	font-size: 1.3rem;
	color: #333;
	background: url(../images/spmenu_arrow.png) left center no-repeat;
	text-decoration: none;
	padding-left: 20px;
}
.spmenu > li > ul > li > a > span {
	display: none;
}

.spmenu > li > ul > li > ul {
	margin: 10px 0 10px 30px ;
}
.spmenu > li > ul > li > ul > li {
	margin-bottom: 10px;
}
.spmenu > li > ul > li > ul > li:last-child {
	margin-bottom: 0;
}
.spmenu > li > ul > li > ul > li > a {
	display: blodk;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}


footer #fnav {
	overflow: hidden;
	background-color: #A9E2F3;
	padding: 20px 15px;
}
footer #fnav .fnav-box {
	overflow: hidden;
	margin-bottom: 5%;
}
#fnav .fnav-box > ul {
	overflow: hidden;
}
#fnav .fnav-box > ul > li {
	float: left;
	width: 50%;
	margin-bottom: 5%;
}
#fnav .fnav-box > ul > li:last-child {
	margin-bottom: 0;
}
#fnav .fnav-box > ul > li > a {
	display: block;
	color: #333;
	text-decoration: none;
	border-left: 7px solid #0489B1;
	padding: 2% 0 2% 17px;
}
#fnav .fnav-box:nth-child(2) > ul > li, #fnav .fnav-box:nth-child(3) > ul > li, #fnav .fnav-box:nth-child(3) > ul > li > ul > li {
	width: 100%;
}
#fnav .fnav-box > ul > li > ul {
	overflow: hidden;
	margin-top: 5%;
}
#fnav .fnav-box > ul > li > ul > li {
	float: left;
	width: 48%;
	margin-bottom: 4%;
}
#fnav .fnav-box > ul > li ul > li > a {
	display: block;
	font-size: 14px;
	color: #333;
	background: url(../images/fnav_arrow.png) no-repeat left 5% center;
	text-decoration: none;
	padding-left: 30px;
	border-left: none;
}
#fnav .fnav-box:nth-child(4) .gojoh-link {
	text-align: center;
	margin-top: 20px;
}
#fnav .fnav-box:nth-child(4) p {
	margin-top: 10px;
}
#fnav .fnav-box:nth-child(4) p a {
	display: inline-block;
}

footer #fmain {
	background-color: #1BB9CF;
	text-align: center;
	padding: 10% 15px 5% 15px;
}
#fmain ul {
	overflow: hidden;
	display: inline-block;
	margin: 0 auto 5%;
}
#fmain ul li {
	float: left;
}
#fmain ul li a {
	display: block;
	font-size: 1.0rem;
	color: #333;
	text-decoration: none;
	line-height: 1.0;
	padding: 0 7px;
	border-left: 1px solid #333;
}
#fmain ul li:first-child a {
	border-left: none;
}
#fmain .flogo {
	margin-bottom: 5%;
}
#fmain .flogo img {
	width: 100%;
}
#fmain .copyright{
	text-align: left;
	color: #FFF;
}


/* Pagetop */
#pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
}
#pagetop img {
	width: 50px;
}







