﻿@charset "utf-8";

body {
	-webkit-text-size-adjust: 100%;
	background-image:url(../images/bg.gif);
	background-size:400px auto;
 min-width: inherit;
}
img {
	max-width:100%;
}
.pc {
	display:none !important;
}
.sp {
	display: block !important;
}
.sp_inline {
	display:inline !important;
}
a#top {
 position: absolute;
 top: 0;
}
div#header {
	padding:0;
	top: 0;
	left: 0;
 z-index: 1;
 padding: 10px;
}


p.sp_menu {
 display: block;
 position: fixed;
 left: 10px;
 top: 10px;
 z-index: 62;
 width: 50px;
 height: 38px;
 text-align: center;
 background: url(../images/sp_menu.png) no-repeat 0 0;
 background-size: 50px 50px;
 padding: 12px 0 0 0;
}
.menu-trigger,
.menu-trigger span {
 display: inline-block;
 transition: all .4s;
 box-sizing: border-box;
}
.menu-trigger {
    position: relative;
    width: 18px;
    height: 14px;
}
.menu-trigger span {
 position: absolute;
 left: 0;
 width: 100%;
 height: 2px;
 background-color: #FFF;
 border-radius: 2px;
 -webkit-border-radius: 2px;
}
.menu-trigger span:nth-of-type(1) {
 top: 0;
}
.menu-trigger span:nth-of-type(2) {
 top: 6px;
}
.menu-trigger span:nth-of-type(3) {
 bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
 -webkit-transform: translateY(6px) rotate(-45deg);
 transform: translateY(6px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
 opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
 -webkit-transform: translateY(-6px) rotate(45deg);
 transform: translateY(-6px) rotate(45deg);
}
div.document {
	width: auto;
	margin: 0 15px;
 background: none;
 padding:0;
}
h1.main {
	height: auto;
	z-index:0;
	text-indent:0;
	position: static;
}
h1.main img {
	width:100%;
	height:auto;
}
div#header {
 padding: 20px 0;
 z-index: 60;
}
div#header.fixed{
 padding: 10px 0;
}
div.header_area {
 width: auto;
}
div#header #logo {
	float: none;
 text-align: center;
 margin: 0;
}
div#header #logo img {
	width:100px;
	height:auto;
 vertical-align: middle;
}
div#header #gmenu {
 display: none;
 float: none;
 position: fixed;
 left: 5%;
 top: 70px;
 width: 90%;
 background-color: #FFF;
 border-radius: 6px;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 box-shadow: 1px 0 10px rgba(0,0,0,0.1);
 z-index: 60;
}
div#header #gmenu li {
	line-height: 1;
	float: none;
 margin: 0;
}
div#header #gmenu li a {
 line-height: 55px;
 border-bottom: 1px solid #cccccc;
 padding: 0 20px;
}
div#header #gmenu li:nth-last-child(1) a {
 border-bottom: none;
}
.title {
 text-align: center;
 margin: 87px 0 75px 0;
 background:#245659 url(../images/title_sp.png) no-repeat center top;
 background-size: auto 272px;
 height: 272px;
}
.title h1 {
 color: #FFF;
 font-size: 24px;
 padding: 160px 0 0 0;
}
.title01 {
 text-align: center;
 font-size: 24px;
 font-weight: bold;
 margin: 50px 10px 30px 10px;
 line-height: 1.8;
}
.title02 {
 text-align: center;
 margin: 60px 0 30px 0;
 padding: 50px 0 10px 0;
}
.title03 {
 text-align: center;
 font-size: 20px;
 margin: 60px 0 20px 0;
}

p.btn {
 margin: 30px 20px;
}
p.btn a {
 line-height: 60px;
}
ul.footer_menu {
}
ul.footer_menu li {
 display: block;
 margin-bottom: 10px;
}
ul.footer_menu li a {
 background: url(../images/link.png) no-repeat right center;
 padding: 0 15px 0 0 ;
}

.pagetop span {
 padding: 5px;
}
.pagetop img {
 width: 25px;
}
p.footer_logo01 {
 text-align: center;
 margin: 60px 0 20px 0;
}
#footer {
 padding: 15px 20px;
}
p.copy {
 font-size: 8px;
}
