@charset "UTF-8";

/* common
-------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display: block;
}
ul {
    list-style: none;
}
img {
	width: 100%;
	border: none;
	vertical-align: bottom;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
address, em, code, cite, dfn, var, optgroup {
  font-style: normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input, select {
    vertical-align: middle;
}
input[type="button"],input[type="text"],input[type="submit"],input[type="reset"],textarea {
	-webkit-appearance: none;
	border-radius: 0;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
.clear {
	font-size: 1px;
	height: 1px;
	clear: both;
}


/* module
------------------------------------------------- */
.floatL {
	float: left;
	display: inline;
}
.floatR {
	float: right;
	display: inline;
}
.alignCenter {text-align: center;}
.alignLeft {text-align: left;}
.alignRight {text-align: right;}
.valignTop {vertical-align: top;}
.valignMiddle {vertical-align: middle;}
.valignBottom {vertical-align: bottom;}

.bold { font-weight: bold; }

.none { display: none; }
.pcon { display: block; }
.spon { display: none; }
@media only screen and (max-width:750px){
.pcon { display: none; }
.spon { display: block; }
}


/* a
------------------------------------------------- */
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
	text-decoration: none;
	outline: none;
    color: #000;
}
@media only screen and (min-width:751px){
a:hover {
	text-decoration: underline;
}
a.al:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	transition: 0.3s;
	text-decoration: none;
}
}


/* font
------------------------------------------------- */
@media only screen and (min-width:751px){
.fo10 { font-size: 10px; }
.fo11 { font-size: 11px; }
.fo12 { font-size: 12px; }
.fo13 { font-size: 13px; }
.fo14 { font-size: 14px; }
.fo15 { font-size: 15px; }
.fo16 { font-size: 16px; }
.fo17 { font-size: 17px; }
.fo18 { font-size: 18px; }
.fo19 { font-size: 19px; }
.fo20 { font-size: 20px; }
.fo21 { font-size: 21px; }
.fo22 { font-size: 22px; }
.fo24 { font-size: 24px; }
.fo27 { font-size: 27px; }
.fo28 { font-size: 28px; }
.fo30 { font-size: 30px; }
.fo32 { font-size: 32px; }
.fo35 { font-size: 35px; }
.fo40 { font-size: 40px; }
.fo43 { font-size: 43px; }
.fo45 { font-size: 45px; }
.fo48 { font-size: 48px; }
.fo60 { font-size: 60px; }
.fo65 { font-size: 65px; }
}
@media only screen and (min-width:751px) and (max-width:1024px){
.fo10 { font-size: 0.9765624vw; }
.fo11 { font-size: 1.0742186vw; }
.fo12 { font-size: 1.171875vw; }
.fo13 { font-size: 1.2695312vw; }
.fo14 { font-size: 1.3671875vw; }
.fo15 { font-size: 1.4648437vw; }
.fo16 { font-size: 1.5625vw; }
.fo17 { font-size: 1.6601562vw; }
.fo18 { font-size: 1.7578125vw; }
.fo19 { font-size: 1.8554687vw; }
.fo20 { font-size: 1.953125vw; }
.fo21 { font-size: 2.0507812vw; }
.fo22 { font-size: 2.1484374vw; }
.fo24 { font-size: 2.34375vw; }
.fo27 { font-size: 2.6554687vw; }
.fo28 { font-size: 2.734375vw; }
.fo30 { font-size: 2.9296875vw; }
.fo32 { font-size: 3.125vw; }
.fo35 { font-size: 3.4179687vw; }
.fo40 { font-size: 3.90625vw; }
.fo43 { font-size: 4.199219vw; }
.fo45 { font-size: 4.394531vw; }
.fo48 { font-size: 4.6875vw; }
.fo60 { font-size: 5.8593748vw; }
.fo65 { font-size: 6.347656vw; }
}

@media only screen and (max-width:750px){
/* .fo16 { font-size: 2.1333vw; }
.fo18 { font-size: 2.4vw; }
.fo20 { font-size: 2.6666vw; }
.fo22 { font-size: 2.9333vw; }
.fo24 { font-size: 3.2vw; }
.fo28 { font-size: 3.7333vw; }
.fo30 { font-size: 4vw; }
.fo32 { font-size: 4.2666vw; }
.fo40 { font-size: 5.3333vw; }
.fo43 { font-size: 5.7333vw; }
.fo45 { font-size: 6vw; }
.fo65 { font-size: 8.6666vw; } */
.fo22 { font-size: 3.7333vw; }
.fo65 { font-size: 10.8vw; }
}


/* html
-------------------------------------------------*/
html {
	overflow-y: scroll;
	height: 100%;
}

/* body
------------------------------------------------- */
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.5 !important;
	color: #000;
	-webkit-text-size-adjust: 100%;
	/* height: 100%; */
	background: #fff !important;
}
@media only screen and (min-width:751px) and (max-width:1024px){
body {
	font-size: 1.3671875vw;
}
}
@media only screen and (max-width:750px){
body {
	font-size: 3.725vw;
}
}

/* wrapper
------------------------------------------------- */
#wrapper {
	width: 100%;
	margin: 0 auto;
	clear: both;
	min-height: 100%;
	position: relative;
}

/* header
------------------------------------------------- */
#header {
	width: 100%;
	clear: both;
}
#header .hinner {
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
}
#header .hbtn {
	width: 27.4%;
	max-width: 280px;
	position: absolute;
	right: 1.95%;
  	top: 50%;
	transform: translate3d(0, -50%, 0);
}
#header .hbtn a {
	display: block;
	background: #ff961e;
	border: #ffca8e 2px solid;
	color: #fff;
	text-align: center;
	border-radius: 0.5em;
	padding: 0.25em 0;
	letter-spacing: -0.02em;
}
.logo {
	width: 10em;
	padding: 1.4286em 1.57em;
	display: inline-block;
	vertical-align: middle;
}
.hlogo {
	width: 8.8em;
	display: inline-block;
	vertical-align: middle;
}
@media only screen and (max-width:750px){
.logo {
	width: 23.334%;
	padding: 4.39vw 2.93%;
}
.hlogo {
	width: 20.667%;
	padding: 0 0.8%;
}
#header .hbtn {
	width: 34.6vw;
}
#header .hbtn a {
	font-size: 3.46vw;
	line-height: 1.2;
	border-width: 0.26vw;
}
}

/* contents
------------------------------------------------- */
#contents {
	width: 100%;
	clear: both;
	padding-bottom: 12.5em;
}
@media only screen and (max-width:750px){
#contents {
	padding-bottom: 43vw;
}
}

/* section
------------------------------------------------- */
section {
	width: 100%;
}
section .inner {
	max-width: 1000px;
	margin: 0 auto;
	clear: both;
	position: relative;
}
section .inner .waku {
	width: 92.4%;
	margin: 0 auto;
}
@media only screen and (max-width:750px){
section .inner {
	width: 94.667%;
}
section .inner .waku {
	width: 100%;
}
}

/* headTitle
------------------------------------------------- */
.headTitle01 {
	color: #fff;
	background: #00a53c;
	border: #7fd29c 1px solid;
	text-align: center;
	padding: 2px 0 0;
	font-weight: normal;
}
.headTitle02 {
	color: #fff;
	background: #000;
	border: #aaa 2px solid;
	text-align: center;
	padding: 2px 0 0;
	line-height: 1.4;
	font-weight: normal;
}
.headTitle03 {
	text-align: center;
	background: #ccedd8;
	border-radius: 0.3em;
	padding: 0.23em 0;
}
.headTitle04 span {
	font-weight: normal;
	background: url(../images/ico02.png) no-repeat left center;
	background-size: 0.78125em auto;
	padding: 0 0 0 1.125em;
	color: #00a53b;
}
@media only screen and (max-width:750px){
.headTitle01,
.headTitle02 {
	font-size: 6vw;
}
.headTitle03 {
	font-size: 5.5875vw;
	padding: 0.2em 0;
	letter-spacing: -0.05em;
}
.headTitle04 span {
	font-size: 5.5875vw;
}
}

/* footer
------------------------------------------------- */
#footer {
	width: 100%;
	clear: both;
	border-top: #969696 2px solid;
	position: absolute;
	bottom: 0;
}
#footer .finner {
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
	clear: both;
	padding: 0.8em 0;
	overflow: hidden;
}
#footer .copyright {
	width: 65.5%;
	float: right;
	text-align: left;
	letter-spacing: -0.02em;
	padding: 1.1em 0 0.8em;
}
@media only screen and (max-width:750px){
#footer {
	border-top-width: 1px;
}
#footer .finner {
	width: 92%;
	text-align: center;
	padding: 0;
}
#footer .copyright {
	float: none;
	display: block;
	width: 100%;
	text-align: left;
	padding: 0 0 5vw;
}
}
