﻿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: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}

q,
blockquote {
    quotes: none
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none
}

a img {
    border: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

html {
    font-size: 62.5%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif
}

html body {
    font-size: 1.6rem;
    box-sizing: border-box;
    color: #3B4043;
    background-color: #FFF7E0
}

html body main {
    margin: 0 auto;
    padding-top: 80px;
    z-index: auto
}

@media screen and (max-width: 999px) {
    html body main {
        padding-top: 60px
    }
}

html body h2,
html body h3,
html body h4 {
    align-items: center;
    text-align: center
}

html body a {
    text-decoration: none
}

html body ul {
    list-style: none
}

.header {
    width: 100%
}

.header .gnav {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 102
}

@media screen and (max-width: 999px) {
    .header .gnav {
        display: none
    }
}

.header .gnav-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #FFFFFF;
    align-items: center;
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5)
}

.header .gnav h1 {
    float: left;
    padding-left: 20px
}

.header .gnav h1 a img {
    height: 60px;
    width: auto
}

.header .gnav-list {
    float: right;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header .gnav-item a {
    font-size: 1.4rem;
    padding: 30px 15px 29px;
    font-weight: bold;
    color: #3B4043
}

.header .gnav-item:last-child a {
    color: #fff;
    background-color: #EC5643
}

.header .gnav-item a:hover {
    color: #3B4043
}

.header .gnav-item a:hover {
    background-color: #FDEF00
}

.header .gnav-item:first-child a {
    display: block;
    padding: 22px 15px 22px;
    text-align: center;
    line-height: 1.8rem
}

.header .gnav-item:first-child a span {
    display: block
}





.header .drawer {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 103
}

@media screen and (min-width: 1000px) {
    .header .drawer {
        display: none
    }
}

.header .drawer-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #FFFFFF;
    align-items: center;
    transform: translateZ()
}

.header .drawer-heading {
    float: left;
    padding-left: 10px
}

.header .drawer-heading a img {
    width: 200px
}

@media screen and (max-width: 559px) {
    .header .drawer-heading a img {
        width: 140px
    }
}

.header .drawer-request {
    float: right;
    padding-right: 50px
}

.header .drawer-request a {
    display: block;
    font-size: 1.4rem;
    padding: 8px 30px 6px;
    font-weight: bold;
    color: #fff;
    background-color: #EC5643;
    text-align: center;
    line-height: 1.8rem
}

.header .drawer-request a:hover {
    color: #3B4043
}

@media screen and (max-width: 559px) {
    .header .drawer-request a {
        padding: 8px 15px 6px
    }
}

.header .drawer-request a span {
    font-size: 1.0rem;
    display: block
}

.header .drawer-request a:hover {
    background-color: #FDEF00
}

.header .drawer-hamburger {
    width: 3rem;
    padding-right: 10px
}

.header .drawer-hamburger-icon,
.header .drawer-hamburger-icon:after,
.header .drawer-hamburger-icon:before {
    height: 3px;
    background-color: #14A17A
}

.header .drawer-overlay {
    background-color: rgba(0, 0, 0, 0.8)
}

.header .drawer-nav {
    background: #14A17A;
    margin-top: 60px;
    height: 100%
}

.header .drawer-menu {
    display: flex;
    flex-direction: column;
    align-content: space-between;
    height: 100%
}

.header .drawer-item {
    margin: 0 20px;
    border-bottom: 1px solid #FFFFFF;
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-direction: column
}

.header .drawer-item:first-child {
    padding-top: 10px
}

.header .drawer-item:last-child {
    border-bottom: none;
    padding-bottom: 10px
}

.header .drawer-item a {
    text-decoration: none;
    color: #FFFFFF;
    margin-left: 10px;
    padding: 20px 0
}

.footer {
    background-color: #14A17A;
    color: #FFFFFF
}

.footer__inner {
    max-width: 900px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 20px
}

@media screen and (max-width: 999px) {
    .footer__inner {
        width: 95%
    }
}

.footer__body {
    display: flex;
    justify-content: space-between
}

.footer__body .sitemap {
    float: left;
    display: flex;
    justify-content: space-between;
    font-size: 1.2rem;
    padding-top: 20px
}

@media screen and (max-width: 559px) {
    .footer__body .sitemap {
        display: none
    }
}

.footer__body .sitemap__list {
    width: 200px;
    padding: 0 20px;
    border-right: solid 2px #FFFFFF
}

.footer__body .sitemap__item {
    padding-top: 10px
}

.footer__body .sitemap__item a {
    text-decoration: none;
    color: #FFFFFF
}

.footer__body .sitemap__item i {
    padding-left: 5px;
    text-decoration: none;
    color: #FFFFFF
}

.footer__body .company {
    float: right;
    font-size: 1.0rem
}

@media screen and (max-width: 559px) {
    .footer__body .company {
        margin: 0 auto
    }
}

.footer__body .company a img {
    width: 250px;
    height: auto
}

.footer__body .company p {
    padding-left: 20px;
    padding-bottom: 2px
}

.footer__copy {
    padding-top: 30px;
    text-align: center;
    font-size: 1.0rem
}

.main {
    width: 100%
}

.wrap {
    max-width: 900px;
    margin: 0 auto
}