@charset 'UTF-8';
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
{
    font-size: 100%;

    box-sizing: border-box;
    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section
{
    display: block;

    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    font-family: 'Noto Sans Japanese', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;

    color: inherit;
}

a:hover
{
    opacity: .8;
}

ol,
ul
{
    list-style: none;
}

blockquote,
q
{
    quotes: none;
}

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

img
{
    max-width: 100%;
    height: auto;

    vertical-align: bottom;
}

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

body
{
    font-family: 'Noto Sans Japanese', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 13px;
    line-height: 1.6;

    color: #000;
    background: #fff;
}

.inner
{
    max-width: 1100px;
    margin: 0 auto;
}

@media screen and (max-width: 834px)
{
    .inner
    {
        padding: 0 10px;
    }
}

.bg100
{
    margin-right: calc(((100vw - 100%) / 2) * -1) !important;
    margin-left: calc(((100vw - 100%) / 2) * -1) !important;
}

.clearfix:after
{
    display: none;
}

.orange
{
    font-weight: bold;

    display: inline-block;

    color: #f7771e;
}

.map a
{
    display: inline-block;

    margin-bottom: 5px;
}

.tel-common
{
    font-size: 30px;
}

.tel-common img
{
    vertical-align: middle;
}

section form h2.mail.title
{
    display: none;
}

.mg1
{
    margin: 1em;
}

.mgT1
{
    margin-top: 1em;
}

.mgR1
{
    margin-right: 1em;
}

.mgB1
{
    margin-bottom: 1em;
}

.mgL1
{
    margin-left: 1em;
}

.pd1
{
    padding: 1em;
}

.pdT1
{
    padding-top: 1em;
}

.pdR1
{
    padding-right: 1em;
}

.pdB1
{
    padding-bottom: 1em;
}

.pdL1
{
    padding-left: 1em;
}

.mg2
{
    margin: 2em;
}

.mgT2
{
    margin-top: 2em;
}

.mgR2
{
    margin-right: 2em;
}

.mgB2
{
    margin-bottom: 2em;
}

.mgL2
{
    margin-left: 2em;
}

.pd2
{
    padding: 2em;
}

.pdT2
{
    padding-top: 2em;
}

.pdR2
{
    padding-right: 2em;
}

.pdB2
{
    padding-bottom: 2em;
}

.pdL2
{
    padding-left: 2em;
}

.mg3
{
    margin: 3em;
}

.mgT3
{
    margin-top: 3em;
}

.mgR3
{
    margin-right: 3em;
}

.mgB3
{
    margin-bottom: 3em;
}

.mgL3
{
    margin-left: 3em;
}

.pd3
{
    padding: 3em;
}

.pdT3
{
    padding-top: 3em;
}

.pdR3
{
    padding-right: 3em;
}

.pdB3
{
    padding-bottom: 3em;
}

.pdL3
{
    padding-left: 3em;
}

.mg4
{
    margin: 4em;
}

.mgT4
{
    margin-top: 4em;
}

.mgR4
{
    margin-right: 4em;
}

.mgB4
{
    margin-bottom: 4em;
}

.mgL4
{
    margin-left: 4em;
}

.pd4
{
    padding: 4em;
}

.pdT4
{
    padding-top: 4em;
}

.pdR4
{
    padding-right: 4em;
}

.pdB4
{
    padding-bottom: 4em;
}

.pdL4
{
    padding-left: 4em;
}

.mg5
{
    margin: 5em;
}

.mgT5
{
    margin-top: 5em;
}

.mgR5
{
    margin-right: 5em;
}

.mgB5
{
    margin-bottom: 5em;
}

.mgL5
{
    margin-left: 5em;
}

.pd5
{
    padding: 5em;
}

.pdT5
{
    padding-top: 5em;
}

.pdR5
{
    padding-right: 5em;
}

.pdB5
{
    padding-bottom: 5em;
}

.pdL5
{
    padding-left: 5em;
}

.mg6
{
    margin: 6em;
}

.mgT6
{
    margin-top: 6em;
}

.mgR6
{
    margin-right: 6em;
}

.mgB6
{
    margin-bottom: 6em;
}

.mgL6
{
    margin-left: 6em;
}

.pd6
{
    padding: 6em;
}

.pdT6
{
    padding-top: 6em;
}

.pdR6
{
    padding-right: 6em;
}

.pdB6
{
    padding-bottom: 6em;
}

.pdL6
{
    padding-left: 6em;
}

.mg7
{
    margin: 7em;
}

.mgT7
{
    margin-top: 7em;
}

.mgR7
{
    margin-right: 7em;
}

.mgB7
{
    margin-bottom: 7em;
}

.mgL7
{
    margin-left: 7em;
}

.pd7
{
    padding: 7em;
}

.pdT7
{
    padding-top: 7em;
}

.pdR7
{
    padding-right: 7em;
}

.pdB7
{
    padding-bottom: 7em;
}

.pdL7
{
    padding-left: 7em;
}

.mg8
{
    margin: 8em;
}

.mgT8
{
    margin-top: 8em;
}

.mgR8
{
    margin-right: 8em;
}

.mgB8
{
    margin-bottom: 8em;
}

.mgL8
{
    margin-left: 8em;
}

.pd8
{
    padding: 8em;
}

.pdT8
{
    padding-top: 8em;
}

.pdR8
{
    padding-right: 8em;
}

.pdB8
{
    padding-bottom: 8em;
}

.pdL8
{
    padding-left: 8em;
}

.mg9
{
    margin: 9em;
}

.mgT9
{
    margin-top: 9em;
}

.mgR9
{
    margin-right: 9em;
}

.mgB9
{
    margin-bottom: 9em;
}

.mgL9
{
    margin-left: 9em;
}

.pd9
{
    padding: 9em;
}

.pdT9
{
    padding-top: 9em;
}

.pdR9
{
    padding-right: 9em;
}

.pdB9
{
    padding-bottom: 9em;
}

.pdL9
{
    padding-left: 9em;
}

.mg10
{
    margin: 10em;
}

.mgT10
{
    margin-top: 10em;
}

.mgR10
{
    margin-right: 10em;
}

.mgB10
{
    margin-bottom: 10em;
}

.mgL10
{
    margin-left: 10em;
}

.pd10
{
    padding: 10em;
}

.pdT10
{
    padding-top: 10em;
}

.pdR10
{
    padding-right: 10em;
}

.pdB10
{
    padding-bottom: 10em;
}

.pdL10
{
    padding-left: 10em;
}

.mean-container .mean-bar,
.mean-container .mean-nav
{
    background: #1a8831 !important;
}

.mean-bar
{
    position: fixed !important;
    top: 0;
    left: 0;

    width: 100%;
}

.mean-container .mean-nav ul li a.mean-expand
{
    line-height: 20px !important;

    height: 20px !important;
}

.nav
{
    margin-top: 15px;

    background: url(../images/common/gnavi_bg.gif) center top repeat-x;
}

.nav-list
{
    display: flex;

    max-width: 1100px;
    margin: 0 auto;

    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 640px)
{
    .nav-list
    {
        display: block;
    }
}

@media screen and (max-width: 640px)
{
    .nav-item a img
    {
        display: none;
    }
}

.nav-item a:hover
{
    opacity: 1;
}

.nav-alt
{
    display: none;
}

@media screen and (max-width: 640px)
{
    .nav-alt
    {
        display: block;
    }
}

#contents_wrap
{
    min-width: auto;
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 100px;
}

@media screen and (max-width: 834px)
{
    #contents_wrap
    {
        padding-right: 10px;
        padding-left: 10px;
    }
}

#contents
{
    width: auto;
}

#main
{
    position: relative;

    display: flex;
    flex-direction: row-reverse;

    width: auto;

    align-items: flex-start;
    justify-content: space-between;
}

@media screen and (max-width: 640px)
{
    #main
    {
        display: block;
    }
}

#main #col_main
{
    float: none;

    width: 76.4%;
    max-width: 100%;
}

#main #col_side1
{
    float: none;

    width: 20.9%;
}

@media screen and (max-width: 640px)
{
    #main #col_side1
    {
        width: 100%;
        min-width: auto;
        max-width: 230px;
        margin: 20px auto 0;
    }
}

footer#global_footer
{
    min-width: auto;
}

.footer-wrap._nav
{
    padding: 5px 0;

    background: linear-gradient(to bottom, #60a52f, #44931e);
}

@media screen and (max-width: 834px)
{
    .footer-wrap._nav
    {
        padding: 10px 0;
    }
}

.footer-wrap._nav .footer-inner
{
    display: flex;
    flex-direction: row-reverse;

    align-items: flex-start;
    justify-content: space-between;
}

@media screen and (max-width: 920px)
{
    .footer-wrap._nav .footer-inner
    {
        display: block;
    }
}

.footer-wrap._nav .footer-list
{
    display: flex;

    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 834px)
{
    .footer-wrap._nav .footer-list
    {
        flex-wrap: wrap;
    }
}

.footer-wrap._nav .footer-item
{
    text-align: center;

    border-right: 1px solid #fff;
}

@media screen and (max-width: 834px)
{
    .footer-wrap._nav .footer-item
    {
        width: calc(100% / 3 - 1%);
        margin-top: 1%;

        border: none;
    }
}

.footer-wrap._nav .footer-item:last-child
{
    border-right: none;
}

.footer-wrap._nav .footer-item a
{
    padding: 0 5px;

    text-decoration: none;

    color: #fff;
}

@media screen and (max-width: 834px)
{
    .footer-wrap._nav .footer-item a
    {
        font-weight: bold;

        display: block;

        padding: 10px 0;

        color: #000;
        border-radius: 5px;
        background: #fff;
    }
}

.footer-wrap._nav .footer-item a:hover
{
    opacity: 1;
    color: #fcd94d;
}

@media screen and (max-width: 834px)
{
    .footer-wrap._nav .footer-pagetop
    {
        margin-bottom: 10px;
    }
}

.footer-wrap._info
{
    padding: 20px 0;

    background: linear-gradient(to bottom, #80b943, #e0f08f);
}

.footer-wrap._info .footer-inner
{
    display: flex;

    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 834px)
{
    .footer-wrap._info .footer-inner
    {
        display: block;
    }
}

.footer-wrap._info .footer-list
{
    text-align: left;
}

@media screen and (max-width: 834px)
{
    .footer-wrap._info .footer-list
    {
        text-align: center;
    }
}

.footer-wrap._info .footer-info
{
    position: relative;

    max-width: 609px;

    text-align: right;
}

@media screen and (max-width: 834px)
{
    .footer-wrap._info .footer-info
    {
        margin: 20px auto 0;
    }
}

.footer-wrap._info .footer-contact
{
    position: absolute;
    z-index: 999;
    bottom: 7%;
    left: 18%;

    width: 32%;
}

.footer-wrap._info .footer-tel:hover
{
    opacity: 1;
}

header#global_header
{
    position: relative;

    min-width: auto;

    background: linear-gradient(to bottom, #80b943, #e0f08f);
}

@media screen and (max-width: 640px)
{
    header#global_header
    {
        padding-bottom: 10px;
    }
}

header#global_header:before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 30px;

    content: '';

    background: #fff;
}

@media screen and (max-width: 834px)
{
    header#global_header:before
    {
        height: 70px;
    }
}

@media screen and (max-width: 640px)
{
    header#global_header:before
    {
        height: 130px;
    }
}

@media screen and (max-width: 640px)
{
    .header
    {
        padding-top: 55px;
    }
}

.header-inner._area1
{
    position: relative;
    z-index: 10;

    display: flex;

    margin-bottom: 15px;

    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 834px)
{
    .header-inner._area1
    {
        display: block;

        padding: 5px 0;
    }
}

.header-inner._area2
{
    display: flex;

    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 834px)
{
    .header-inner._area2
    {
        display: block;
    }
}

.header-title
{
    font-size: 12px;

    letter-spacing: -1px;
}

.header-list
{
    display: flex;

    max-width: 315px;

    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 834px)
{
    .header-list
    {
        margin: 10px auto 0;
    }
}

.header-info
{
    position: relative;

    max-width: 609px;

    text-align: right;
}

@media screen and (max-width: 834px)
{
    .header-info
    {
        margin: 20px auto 0;
    }
}

.header-contact
{
    position: absolute;
    z-index: 999;
    bottom: 7%;
    left: 18%;

    width: 32%;
}

.header-tel:hover
{
    opacity: 1;
}

.main
{
    margin-top: 15px;
}

@media screen and (max-width: 834px)
{
    .main
    {
        padding: 0 10px;
    }
}

.side
{
    padding: 10px;

    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fcf3d1;
}

.side iframe
{
    padding: 1px;

    vertical-align: bottom;

    border: 1px solid #ccc;
    background: #fff;
}

.side-title
{
    font-size: 16.9px;
    font-weight: 900;

    text-align: center;

    color: #fcd94d;
    background: #1a8831;
}

.side-wrap._info
{
    text-align: center;
}

.side-wrap._info .side-name
{
    font-size: 16.9px;
    font-weight: bold;

    color: #1a8831;
}

.side-wrap._info .side-tel
{
    font-size: 19.5px;
    font-weight: bold;

    color: #f7771e;
}

.side-wrap._contact .side-name
{
    font-size: 15.6px;
    font-weight: bold;

    color: #1a8831;
}

.cont_01
{
    display: flex;

    align-items: flex-start;
    justify-content: space-between;
}

.cont_01-banner
{
    width: 28%;
}

.cont_01-news
{
    width: 70%;
}

.cont_01-text
{
    overflow-y: auto;

    max-height: 110px;
    margin-top: 10px;
}

.cont_01-text dl
{
    display: block !important;

    margin-bottom: 10px;
    padding-bottom: 10px;

    border-bottom: 1px dotted #ccc !important;
}

.cont_01-text dt,
.cont_01-text dd
{
    width: 100% !important;
    padding: 0 !important;

    border: none !important;
    background: none !important;
}

.cont_01-text dt
{
    margin-bottom: 3px;
}

.cont_01 .white
{
    color: #fff;
    text-shadow: 0 0 2px #999,    0 0 2px #999;
}

.cont_02
{
    display: flex;

    justify-content: space-between;
    align-items: flex-tart;
    flex-wrap: wrap;
}

.cont_02 .box
{
    width: calc(100% / 2 - 1%);
    margin-bottom: 2%;
}

.pankuzu
{
    position: absolute;
    top: -5px;
    left: 0;
}

@media screen and (max-width: 640px)
{
    .pankuzu
    {
        font-size: 11px;

        top: -35px;
    }
}

.pankuzu a
{
    display: inline-block;

    margin: 10px 0;

    color: #1a8831;
}

.btn a
{
    display: block;

    width: 100%;
    max-width: 300px;
    margin-top: 20px;
    padding: 15px 0;

    text-align: center;
    text-decoration: none;

    color: #fff;
    background: #1a8831;
}

@media screen and (max-width: 640px)
{
    .btn a
    {
        margin-right: auto;
        margin-left: auto;
    }
}

table td
{
    margin-bottom: -1px;
}

.grid
{
    display: flex;

    justify-content: space-between;
    align-items: flex-tart;
    flex-wrap: wrap;
}

.grid:before
{
    width: calc(100% / 3 - 1%);

    content: '';

    order: 1;
}

.grid .box
{
    width: calc(100% / 3 - 1%);
    margin-bottom: 2%;
}

.grid .box img
{
    width: 100% !important;
}

@media screen and (max-width: 834px)
{
    .grid .box
    {
        width: calc(100% / 3 - 1%);
    }
}

@media screen and (max-width: 640px)
{
    .grid .box
    {
        width: 100%;
    }
}

@media screen and (max-width: 640px)
{
    .grid .box
    {
        width: calc(100% / 2 - 1%);
    }
}

.title_01,
.title_02._type01
{
    padding-left: 15px;

    border: 1px solid rgba(26, 136, 49, .4);
    border-radius: 2px;
    background: url(../images/common/title_01-bg.png) center;
}

.title_01 *,
.title_02._type01 *
{
    font-size: 26px;
    font-weight: 900;

    padding-left: 40px;

    color: #1a8831;
    background: url(../images/common/title_01.png) center left no-repeat;
}

.title_01 article,
.title_02._type01 article
{
    padding: 0;

    background: none;
}

.title_01 .sub-title,
.title_02._type01 .sub-title
{
    font-size: 13px;
    font-weight: bold;

    display: inline-block;

    margin-left: 10px;
    padding: 0;

    color: #1a8831;
    background: none;
}

.title_01 .black,
.title_02._type01 .black
{
    padding: 0;

    color: #333;
    background: none;
}

.title_02._type02
{
    padding-bottom: 5px;
    padding-left: 40px;

    border-bottom: 3px solid #d3e985;
    background: url(../images/common/title_02-1.png) center left no-repeat;
}

.title_02._type02 h2
{
    font-size: 19.5px;
    font-weight: bold;

    color: #666;
}

.title_02._type03
{
    background: linear-gradient(to bottom, #b1d66d, #e0f08f);
}

.title_02._type03 h2
{
    font-size: 19.5px;
    font-weight: bold;

    display: flex;

    padding: 5px 10px;

    color: #1a8831;

    align-items: center;
    justify-content: space-between;
}

.title_02._type03 .orange
{
    font-size: 13px;

    color: #f7771e;
}

.title_02._type04
{
    padding-bottom: 5px;

    border-bottom: 3px solid #d3e985;
}

.title_02._type04 h2
{
    font-size: 19.5px;
    font-weight: 900;

    padding-left: 40px;

    color: #1a8831;
    background: url(../images/common/title_02-2.png) center left no-repeat;
}

.title_02._type05
{
    padding-bottom: 1px;

    border-bottom: 1px solid #9bc967;
}

.title_02._type05 h2
{
    font-size: 19.5px;
    font-weight: 900;

    padding-left: 40px;

    color: #1a8831;
    border-bottom: 1px solid #9bc967;
    background: url(../images/common/title_02-1.png) center left no-repeat;
}

.border_01
{
    padding: 2px;

    border: 1px solid #86be31;
    border-radius: 3px;
}

.border_02
{
    padding: 20px;

    border: 1px solid #86be31;
    border-radius: 3px;
    background: #fcf3d1;
}

.border_img img
{
    padding: 2px;

    border: 1px solid #ddd;
}

.text-left .box
{
    display: flex;

    align-items: flex-start;
    justify-content: space-between;
}

.text-left .box img
{
    width: 30% !important;
}

.text-left .box > div
{
    width: 68%;
}

@media screen and (max-width: 640px)
{
    .text-left .box
    {
        display: block;
    }
    .text-left .box img
    {
        width: 100% !important;
        margin-bottom: 10px;
    }
    .text-left .box > div
    {
        width: 100%;
    }
}

.text-left .box
{
    width: 100%;
}

.text-left div
{
    flex-direction: row-reverse;
}

.text-right .box
{
    display: flex;

    align-items: flex-start;
    justify-content: space-between;
}

.text-right .box img
{
    width: 30% !important;
}

.text-right .box > div
{
    width: 68%;
}

@media screen and (max-width: 640px)
{
    .text-right .box
    {
        display: block;
    }
    .text-right .box img
    {
        width: 100% !important;
        margin-bottom: 10px;
    }
    .text-right .box > div
    {
        width: 100%;
    }
}

.text-right .box
{
    width: 100%;
}

.faq
{
    padding: 10px;

    border: 1px solid #9ccc93;
}

.faq h3
{
    font-size: 19.5px;

    padding: 5px;

    color: #666;
    background: #f5fae8;
}

.faq h3 .icon
{
    font-weight: bold;

    display: block;

    padding: 5px;
    padding-left: 45px;

    background: url(../images/common/faq_q.png) center left/auto no-repeat;
}

.faq div
{
    display: block;

    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;

    background: url(../images/common/faq_a.png) 5px top/auto no-repeat;
}
