@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c);

blockquote, body, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, legend, li, ol, p, pre, table, td, th, ul {
    margin: 0;
    padding: 0;
    color: #424242
}

html {
    color: #000;
    -webkit-text-size-adjust: none
}

body {
    font-family: "Noto Sans Japanese", "メイリオ", Meiryo, MS PGothic, sans-serif, "ＭＳ Ｐゴシック";
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 200
}

* html body {
    font-size: small
}

:first-child + html body {
    font-size: small
}

img {
    border: 0;
    vertical-align: top
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
    clear: both
}

dl, ol, ul {
    text-indent: 0
}

li {
    list-style: none
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

* html input, * html select, * html textarea {
    font-size: 100%
}

:first-child + html + input, :first-child + html select, :first-child html + textarea {
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: inherit
}

td, th {
    text-align: left;
    vertical-align: top
}

caption {
    text-align: left
}

code, kbd, pre, samp, tt {
    font-family: monospace
}

* html code, * html kbd, * html pre, * html samp, * html tt {
    font-size: 100%;
    line-height: 100%
}

:first-child + html + samp, :first-child + html pre, :first-child + html tt, :first-child html + code, :first-child html + kbd {
    font-size: 108%;
    line-height: 100%
}

input, select, textarea {
    font-size: 100%;
    font-family: Verdana, Helvetica, sans-serif
}

#sp_gnav {
    display: none
}

h2 {
    padding-bottom: 30px
}

a:link {
    color: #333333;
    text-decoration: none
}

a:visited {
    color: #333333;
    text-decoration: none
}

a:hover {
    color: #EF7F5D;
    text-decoration: underline
}

a:active {
    color: #EF7F5D;
    text-decoration: none
}

a.hover:hover {
    opacity: 0.7
}

table td {
    padding: 10px;
    border: 1px solid #999;
    width: 120px
}

table th {
    padding: 10px;
    border: 1px solid #999
}

.unit {
    overflow: hidden;
    z-index: auto
}

#header {
    height: 115px;
    top: 0;
    border-bottom-color: #CCC
}

#header .inner {
    position: relative;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    height: 145px
}

#header .inner .h1 {
    position: absolute;
    top: 25px
}

#header .inner .tel {
    position: absolute;
    top: 25px;
    right: 0px
}

.sp-nav-tel {
    display: none
}

#gnav {
    position: relative;
    z-index:2;
    overflow: visible;
    background-color: #E4EEE3
}

#gnav .gnavi_list {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    width: 1002px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 54px;
}

#gnav .gnavi_list .gnavi_item {
    position: relative;
}

#gnav .gnavi_list .gnavi_item .dropdown_list {
    /* visibility: hidden;
    opacity: 0;
    transition: all .3s;
    width: 100%;
    position: absolute;
    top: 54px;
    left: 0; */
    transform: scaleY(0);
    transform-origin: center top;
    transition: all .3s;
    width: 100%;
    position: absolute;
    top: 54px;
    left: 0;
}

#gnav .gnavi_list .gnavi_item:hover .dropdown_list {
    /* visibility: visible;
    opacity: 1; */
    transform: scaleY(1);
}

#gnav .gnavi_list .gnavi_item .dropdown_list .dropdown_item {
    background-color: #a0d277;
    height: 50px;
    transition: all .3s;
    border-bottom:whitesmoke solid 1px;
    font-size: 0.9em;
}
#gnav .gnavi_list .gnavi_item .dropdown_list .dropdown_item:hover {
    background-color: #71bb35;
}

#gnav .gnavi_list .gnavi_item .dropdown_list .dropdown_item a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    height: 100%;
    width: 100%;
}


#gnav .gnavi_list .gnavi_item .dropdown_list .dropdown_item a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
}

#contents {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 70px;
    padding-top: 30px;
    overflow: hidden;
    z-index: auto
}

#mv .inner {
    width: 1000px;
    margin-right: auto;
    margin-left: auto
}

#mv .inner img {
    border-radius: 10px;
}

#footer {
    background-color: #E4EEE3
}

#footer .inner {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    z-index: auto;
    position: relative;
    height: 70px
}

#footer .inner #fnav {
    overflow: hidden;
    z-index: auto;
    text-align: center;
    position: absolute;
    top: 30px
}

#footer .inner #fnav ul {
    margin-right: auto;
    margin-left: auto
}

#footer .inner #fnav li {
    float: left;
    border-right-width: 1px;
    border-right-style: solid;
    margin-right: 6px;
    padding-right: 6px;
    font-size: 12px;
    line-height: 1.4em;
    color: #333;
    border-right-color: #CCC
}

#footer .inner #fnav li.end {
    border-right-style: none
}

#footer .inner .copyright {
    color: #666;
    font-size: 11px;
    position: absolute;
    top: 25px;
    right: 0
}

#footer .inner .f-logo {
    position: absolute;
    top: 18px;
    right: 270px
}

#footer .inner .f-tel {
    position: absolute;
    top: 18px;
    right: 0px
}

.title {
    background-color: #6FBA39;
    color: #fff;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
    font-family: "M PLUS Rounded 1c";
    -webkit-transform: rotate(0.028deg);
    -ms-transform: rotate(0.028deg);
    transform: rotate(0.028deg);
    font-weight: bold;
    font-size: 19px;
    padding: 16px;
    -moz-box-shadow: 2px 2px 2px 2px #d6d6d6;
    -webkit-box-shadow: 2px 2px 2px 2px #d6d6d6;
    box-shadow: 2px 2px 2px 2px #d6d6d6;
    border-radius: 8px;
    margin-bottom: 20px;
    width: 94%;
    position: relative;
    padding-left: 35px;
    background-image: url("../../common/img/tit_bg02.png"), url("../../common/img/tit_bg01.png");
    background-repeat: no-repeat;
    background-position: left top, right top
}

.title-type02 {
    background: #6FBA39;
    color: #fff;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
    font-weight: bold;
    font-size: 22px;
    -moz-box-shadow: 2px 2px 2px 2px #d6d6d6;
    -webkit-box-shadow: 2px 2px 2px 2px #d6d6d6;
    box-shadow: 2px 2px 2px 2px #d6d6d6;
    border-radius: 12px;
    width: 200px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.title-type03 {
    background: #fff;
    color: #6FBA39;
    border: #6FBA39 solid 1px;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
    font-weight: bold;
    font-size: 22px;
    -moz-box-shadow: 2px 2px 2px 2px #d6d6d6;
    -webkit-box-shadow: 2px 2px 2px 2px #d6d6d6;
    box-shadow: 2px 2px 2px 2px #d6d6d6;
    border-radius: 12px;
    width: 200px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.both {
}

.title:before {
    content: '';
    background-color: #fff;
    display: inline-block;
    width: 4px;
    height: 25px;
    padding: 0px;
    position: absolute;
    top: 30%;
    left: 1rem;
    border-radius: 3px
}

@media screen and (max-width: 767px) {
    .title:before {
        height: 1em
    }
}

.acc_title {
    border-radius: 12px 12px 12px 12px;
    border: #ec6d46 solid 1px;
    text-align: center;
    color: #ed6e46;
    padding: 20px;
    font-size: 25px;
    font-weight: bold;
    background: #fcebe3
}

.acc_title > span {
    font-size: 18px;
    margin-left: 10px;
    vertical-align: 2px
}

.ext_type02 {
    color: #585662;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
    font-family: "M PLUS Rounded 1c";
    font-weight: bold;
    font-size: 19px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: rotate(0.028deg);
    -ms-transform: rotate(0.028deg);
    transform: rotate(0.028deg)
}

.ext_type03 {
    color: #6FBA39;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    letter-spacing: 2px
}

.ext_type04 {
    color: #6a3906;
    font-weight: bold;
    font-size: 19px
}

.ext_type04 span {
    font-size: 28px !important
}

.ext_type05 {
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    line-height: 40px;
    color: #000;
    background: url(../../common/img/img1.png) repeat-y;
    border-radius: 10px;
    padding: 25px 0;
    width: 99%
}

.ext_type05 strong {
    color: #6a3906;
    font-size: 37px;
    font-weight: bold
}

.ext_type05 span {
    color: #000;
    font-size: 28px;
    font-weight: bold
}

.ext_type06 {
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    line-height: 40px;
    color: #000;
    background: url(../../common/img/img1.png) repeat-y;
    border-radius: 10px;
    padding: 25px 0;
    width: 99%;
    overflow: hidden
}

.ext_type06 li:first-child {
    float: left;
    margin-left: 35px;
    width: 40%
}

.ext_type06 li:last-child {
    float: right;
    width: 50%;
    margin-right: 30px
}

.ext_type06 li.ext-subject dt {
    width: 100px;
    height: 100px;
    font-size: 18px
}

.ext_type06 li:first-child dd {
    font-size: 31px !important;
    margin-left: 120px !important;
    padding-top: 15px !important
}

.ext_type06 li:last-child dd {
    font-size: 23px !important;
    margin-left: 120px !important;
    padding-top: 10px !important;
    display: block !important;
    text-align: left;
    line-height: 36px
}

.ext-subject {
    overflow: hidden
}

.ext-subject dt {
    border-radius: 50%;
    color: #fff;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
    font-weight: bold;
    font-size: 12.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 70px;
    height: 70px;
    float: left;
    background: #f29c79
}

.ext-subject .mini {
    font-size: 18px !important;
    line-height: 21px
}

.ext-subject dd {
    margin-left: 80px;
    font-size: 24px !important;
    color: #6a3906;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
    font-weight: bold;
    font-size: 10px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.guid-ttl {
    color: #6a3906;
    font-size: 26px;
    font-weight: bold
}

.acc-address {
    color: #6a3906;
    margin: 20px 0 80px;
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
    text-align: center;
    font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif
}

.gude-book {
    border-radius: 10px;
    border: 2px solid #6FBA39;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 20px 20px;
    margin-bottom: 40px
}

.gude-book dt {
    color: #6a3906;
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 5px
}

.gude-book ol {
    overflow: hidden;
    margin-bottom: 5px
}

.gude-book span {
    color: #ef8159;
    font-size: 25px;
    line-height: 35px;
    padding-right: 5px
}

.gude-book ol li {
    float: left;
    margin-right: 20px;
    color: #636363;
    font-weight: bold;
    font-size: 20px
}

.gude-book p {
    color: #636363;
    font-weight: bold;
    font-size: 20px
}

.gude-book p strong {
    font-size: 15px;
    font-weight: bold
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    body {
        min-width: 1100px;
    }
}

@media screen and (max-width: 767px) {
    body {
        min-width: 100%
    }

    .unit br {
        display: none
    }

    body {
        font-size: 4vw
    }

    #header {
        height: 59px;
        top: 0
    }

    #header .inner {
        position: fixed;
        background: #fff;
        width: 100%;
        margin: 0 auto;
        height: 60px;
        -webkit-box-shadow: 0 0 3px #c5c4c4;
        box-shadow: 0 0 3px #c5c4c4;
        border-bottom: #6FBA39 solid 1px;
        z-index: 9999
    }

    #header .inner .h1 {
        position: absolute;
        top: 10px;
        left: 5px
    }

    #header .inner .h1 img {
        width: 70%;
        height: auto
    }

    #header .inner .tel {
        display: none
    }

    .sp-nav-tel {
        display: block;
        text-align: center;
        margin: 0 auto
    }

    .sp-nav-tel img {
        width: 80%
    }

    #gnav {
        display: none;
        position: fixed;
        background: #fff;
        z-index: 9999
    }

    #gnav ul {
        margin: 0 auto;
        width: 100%;
        padding-top: 0px;
        padding-bottom: 20px;
        height: auto
    }

    #gnav ul li a {
        color: #fff;
        display: block;
        padding: 10px 0
    }

    #gnav ul li a:hover {
        text-decoration: none
    }

    #gnav ul li {
        float: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        margin: 0;
        font-size: 3.5vw;
        width: 100%;
        background: #6FBA39;
        font-weight: bold;
        text-align: center
    }

    #gnav .gnavi_list {
        display: flex;
        flex-direction: column;
        height: auto;
        width: 100%;
    }

    #mv {
        margin-bottom: 3.5%
    }

    #mv .inner {
        width: 96%;
        margin: 0 auto
    }

    #mv .inner img {
        width: 100%;
        height: auto
    }

    #contents {
        width: 96%;
        margin: 0 auto;
        padding: 2%
    }

    #contents img {
        max-width: 100%;
        height: auto
    }

    .title {
        font-size: 5vw;
        padding: 2.5% 0 2.5% 7%;
        margin-bottom: 5% !important;
        width: 92%;
        background-size: contain
    }

    .title:before {
        padding: 0px;
        top: 32%
    }

    .vwboth {
        font-size: 4vw !important
    }

    .title-type02 {
        font-size: 5vw;
        width: 97%;
        height: auto;
        padding: 2% 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto 5%
    }

    .title-type03 {
        font-size: 5vw;
        width: 97%;
        height: auto;
        padding: 2% 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto 5%
    }

    .both {
        background: #6FBA39 url(../../img/n-tit-bg-info.png) 96% no-repeat !important
    }

    .acc_title {
        padding: 2% 3%;
        font-size: 4.5vw;
        margin-bottom: 5% !important
    }

    .acc_title > span {
        font-size: 3.5vw;
        margin: 0 auto;
        display: block
    }

    .ext_type02 {
        font-size: 5.5vw;
        margin-top: 10%
    }

    .ext_type03 {
        font-size: 5vw;
        margin-bottom: 1% !important
    }

    .ext_type04 {
        font-size: 4.5vw
    }

    .ext_type04 span {
        font-size: 6vw !important
    }

    .ext_type05 {
        font-size: 4vw;
        line-height: 7vw;
        padding: 3%;
        width: 93%
    }

    .ext_type05 strong {
        font-size: 5vw
    }

    .ext_type05 span {
        font-size: 5vw
    }

    .ext_type06 {
        padding: 3%;
        width: 93%;
        margin-bottom: 15% !important
    }

    .ext_type06 li:first-child {
        float: none;
        margin: 0 auto 3%;
        width: 100%
    }

    .ext_type06 li:last-child {
        float: none;
        width: 100%;
        margin: 0 auto
    }

    .ext_type06 li.ext-subject dt {
        width: 100%;
        height: auto;
        border-radius: 5px;
        font-size: 5vw;
        text-align: center;
        float: none
    }

    .ext_type06 li:first-child dd {
        font-size: 6vw !important;
        margin: 0 auto !important;
        padding-top: 2% !important;
        text-align: center !important;
        height: auto;
        display: block
    }

    .ext_type06 li:last-child dd {
        font-size: 5.5vw !important;
        margin: 0 auto !important;
        padding-top: 2% !important;
        display: block !important;
        text-align: center !important;
        height: auto
    }

    .ext-subject {
        overflow: hidden
    }

    .ext-subject dt {
        width: 100%;
        height: auto;
        border-radius: 5px;
        font-size: 5vw;
        text-align: center;
        float: none;
        padding: 1% 0
    }

    .ext-subject .mini {
        font-size: 6vw !important;
        line-height: 9vw
    }

    .ext-subject dd {
        font-size: 6vw !important;
        margin: 0 auto !important;
        padding-top: 2% !important;
        display: block !important;
        text-align: center !important;
        height: auto
    }

    .guid-ttl {
        font-size: 6vw;
        margin-bottom: 4% !important
    }

    .acc-address {
        margin: 4% 0 8%;
        font-size: 3.5vw;
        line-height: 5.8vw
    }

    #footer .inner {
        width: 100%;
        margin: 0 auto 0;
        height: auto;
        padding: 0% 0 0%
    }

    #footer .inner #fnav {
        position: static;
        width: 100%;
        border-bottom: 1px solid #fff;
        margin-bottom: 3%
    }

    #footer .inner #fnav ul {
        margin: 1% auto 0
    }

    #footer .inner #fnav li a {
        color: #fff;
        display: block;
        padding: 20px 0
    }

    #footer .inner #fnav li a:hover {
        text-decoration: none
    }

    #footer .inner #fnav li:first-child, #footer .inner #fnav li:nth-child(3), #footer .inner #fnav li:nth-child(5), #footer .inner #fnav li:nth-child(7) {
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        margin: 0;
        font-size: 3.5vw;
        width: 50%;
        background: #6FBA39;
        font-weight: bold
    }

    #footer .inner #fnav li:nth-child(7) {
        width: 100%
    }

    #footer .inner #fnav li:nth-child(2), #footer .inner #fnav li:nth-child(4), #footer .inner #fnav li:nth-child(6) {
        float: right;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-top: 1px solid #fff;
        margin: 0;
        font-size: 3.5vw;
        width: 50%;
        border-left: 0;
        border-right: 0;
        background: #6FBA39;
        font-weight: bold
    }

    #footer .inner #fnav li.end {
        border-right-style: none
    }

    #footer .inner .copyright {
        position: static;
        font-size: 2.5vw;
        text-align: center
    }

    #footer .inner .f-logo {
        position: static;
        text-align: center;
        margin-bottom: 3%
    }

    #footer .inner .f-tel {
        position: static;
        text-align: center;
        margin-bottom: 3%
    }

    #footer .inner .f-tel img {
        width: 65%;
        height: auto
    }

    #sp_gnav {
        position: absolute;
        top: 0;
        right: 0;
        padding: 5px;
        display: block;
        height: 40px;
        width: 40px
    }

    #sp_gnav > .sp_tgr, #sp_gnav > .sp_tgr span {
        display: inline-block;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    #sp_gnav > .sp_tgr {
        position: fixed;
        width: 30px;
        height: 22px;
        top: 16px;
        right: 20px;
        z-index: 9999
    }

    #sp_gnav > .sp_tgr span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px;
        background: #000
    }

    #sp_gnav > .sp_tgr span:first-of-type {
        top: 0
    }

    #sp_gnav > .sp_tgr span:nth-of-type(2) {
        top: 10px
    }

    #sp_gnav > .sp_tgr span:nth-of-type(3) {
        bottom: 0
    }

    #sp_gnav > .sp_tgr.active span:first-of-type {
        -webkit-transform: translateY(10px) rotate(-45deg);
        -ms-transform: translateY(10px) rotate(-45deg);
        transform: translateY(10px) rotate(-45deg);
        background: #000;
        height: 2px
    }

    #sp_gnav > .sp_tgr.active span:nth-of-type(2) {
        opacity: 0
    }

    #sp_gnav > .sp_tgr.active span:nth-of-type(3) {
        -webkit-transform: translateY(-10px) rotate(45deg);
        -ms-transform: translateY(-10px) rotate(45deg);
        transform: translateY(-10px) rotate(45deg);
        background: #000;
        height: 2px
    }

    .m_modal {
        width: 100%;
        height: auto;
        display: block !important;
        -o-transition: opacity .1s ease-out;
        transition: opacity .1s ease-out;
        -moz-transition: opacity .1s ease-out;
        -webkit-transition: opacity .1s ease-out;
        overflow-y: scroll;
        overflow-scrolling: touch;
        -webkit-overflow-scrolling: touch;
        height: 100vh;
        overflow-x: scroll;
        display: block !important;
        z-index: 9998
    }

    #firing {
        opacity: 0
    }

    .seamenu_opsp #firing {
        opacity: 1;
        display: block
    }

    #navi {
        z-index: 9995;
        display: block;
        width: 100%;
        min-width: 100%;
        padding: 0;
        margin: 0 auto !important;
        position: fixed;
        left: 0
    }

    #navi .navisbox {
        width: 100%;
        max-width: 100%;
        display: none;
        background: #fff;
        opacity: 0.90
    }

    #navi .navisbox ul {
        position: static;
        top: 0;
        left: 0;
        margin-left: 0;
        width: 100%;
        height: 100vh;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        overflow: auto;
        overflow-y: scroll;
        z-index: 9999;
        padding: 100px 0 0 0
    }

    #navi .navisbox ul li div {
        width: 75px;
        margin: 0 auto
    }

    #navi .navisbox ul span {
        margin-right: 10px
    }

    #navi .navisbox ul li {
        margin: 0;
        padding: 5% 0 5%;
        font-size: 100%;
        text-align: center;
        letter-spacing: 1px;
        display: block;
        float: none
    }

    #navi .navisbox ul li a {
        text-decoration: none;
        color: #fff;
        text-align: center
    }

    #navi .navisbox ul li.last {
        display: none
    }

    .gui-tran01 {
        text-align: center;
        display: block;
        margin-bottom: 1%
    }

    .gui-tran01 img {
        width: 90%;
        margin-bottom: 2% !important
    }

    .gui-tran02 {
        display: block;
        margin: 0 auto 3%;
        text-align: center
    }

    .gui-tran03 {
        margin: 0 auto;
        display: block;
        text-align: center
    }

    .gui-tran02 img {
        width: 90%
    }

    .gui-tran03 img {
        width: 90%
    }

    .gude-book {
        border: 1px solid #6FBA39;
        padding: 3%;
        margin-bottom: 5%
    }

    .gude-book dt {
        font-size: 4.5vw;
        line-height: 5.5vw;
        margin-bottom: 2.5%;
        text-align: center
    }

    .gude-book ol {
        overflow: hidden;
        margin-bottom: 1%
    }

    .gude-book span {
        color: #ef8159;
        font-size: 4vw;
        line-height: 5.5vw;
        padding-right: 5px
    }

    .gude-book ol li {
        font-size: 4vw
    }

    .gude-book p {
        color: #636363;
        font-weight: bold;
        font-size: 4vw
    }

    .gude-book p strong {
        font-size: 3.4vw;
        font-weight: bold
    }
}

#top #contents .left {
    float: left;
    width: 681px
}

#top #contents .right {
    width: 290px;
    float: right
}

#top #infoarea {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 0px;
    height: 220px;
    margin-bottom: 50px
}

#top #infoarea .post {
    overflow: hidden;
    z-index: auto;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    padding-bottom: 18px;
    padding-top: 18px
}

#top #infoarea .day {
    float: left;
    padding-right: 20px;
    color: #EF7F5D;
    font-weight: 500
}

#top #infoarea .txt {
    color: #333333;
    padding-left: 120px;
    padding-right: 20px
}

#top #contents .left .unit {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    padding-bottom: 20px;
    margin-bottom: 30px
}

#top #contents .left .unit .box {
    float: left;
    margin-right: 100px
}

#top #contents .left .unit ul li {
    background-image: url(../../img/li-mark.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 5px;
    padding-left: 20px
}

#top #contents .right ul li {
    margin-bottom: 15px
}

#greeting #contents .unit .txt {
    float: left;
    width: 680px
}

#greeting #contents .unit .right {
    float: right;
    width: 252px;
    padding-right: 30px;
    font-size: 14px;
    line-height: 1.6em
}

#greeting #contents .unit .right .name {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 24px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
    font-weight: 400
}

#about #contents ul {
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 30px;
    height: 640px;
    margin-bottom: 30px
}

#about #contents ul li {
    float: left;
    margin-bottom: 15px
}

#guidance #contents .box {
    overflow: hidden;
    z-index: auto;
    padding-right: 16px;
    padding-left: 16px
}

#guidance #contents .box .title2 {
    -moz-box-shadow: 2px 2px 2px 2px #d6d6d6;
    -webkit-box-shadow: 2px 2px 2px 2px #d6d6d6;
    box-shadow: 2px 2px 2px 2px #d6d6d6;
    border-radius: 12px 12px 12px 12px;
    float: left
}

#guidance #contents .box .left {
    float: left
}

#guidance #contents .box .right {
    float: right;
    width: 718px
}

#guidance #contents .box .right .area {
    overflow: hidden;
    z-index: auto;
    padding-left: 90px;
    padding-top: 15px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    margin-bottom: 30px;
    padding-bottom: 40px
}

#guidance #contents .box .right .area.no1 {
    overflow: hidden;
    z-index: auto;
    background-image: url(../../guidance/img/bg1.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: 390px
}

#guidance #contents .box .right .area.no2 {
    overflow: hidden;
    z-index: auto;
    background-image: url(../../guidance/img/bg2.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: 230px
}

#guidance #contents .box .right .area.no3 {
    overflow: hidden;
    z-index: auto;
    background-image: url(../../guidance/img/bg3.png);
    background-repeat: no-repeat;
    background-position: left top
}

#guidance #contents .box .right .area.no4 {
    overflow: hidden;
    z-index: auto;
    background-image: url(../../guidance/img/bg4.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: 370px
}

#guidance #contents .box .right .area.no5 {
    overflow: hidden;
    z-index: auto;
    background-image: url(../../guidance/img/bg5.png);
    background-repeat: no-repeat;
    background-position: left top
}

@media screen and (max-width: 767px) {
    #top #contents .left {
        float: none;
        width: 100%
    }

    #top #contents .right {
        width: 100%;
        float: none;
        text-align: center
    }

    #top #infoarea {
        overflow-y: scroll;
        overflow-x: hidden;
        padding-right: 0px;
        height: auto;
        margin-bottom: 10%
    }

    #top #infoarea .post {
        overflow: hidden;
        z-index: auto;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #CCC;
        padding-bottom: 18px;
        padding-top: 18px
    }

    #top #infoarea .day {
        float: left;
        padding-right: 20px;
        color: #EF7F5D;
        font-weight: 500
    }

    #top #infoarea .txt {
        color: #333333;
        padding-left: 120px;
        padding-right: 20px
    }

    #top #contents .left .unit {
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #CCC;
        padding-bottom: 20px;
        margin-bottom: 30px
    }

    #top #contents .left .unit .box {
        float: left;
        margin-right: 100px
    }

    #top #contents .left .unit ul li {
        background-image: url(../../img/li-mark.png);
        background-repeat: no-repeat;
        background-position: left center;
        margin-bottom: 5px;
        padding-left: 20px
    }

    #top #contents .right ul li {
        margin-bottom: 7%
    }

    #greeting #contents .unit br {
        display: block !important
    }

    #greeting #contents .unit .txt {
        float: none;
        width: 100%
    }

    #greeting #contents .unit .right {
        float: none;
        width: 60%;
        margin: 5% auto 0;
        padding-right: 0;
        font-size: 4vw;
        line-height: 1.6em
    }

    #greeting #contents .unit .right .name {
        font-size: 6vw;
        margin: 10% 0 5%
    }

    #about #contents ul {
        padding-right: 20px;
        padding-left: 20px;
        margin-top: 30px;
        height: auto;
        margin-bottom: 2%
    }

    #about #contents ul li {
        float: none;
        margin: 0 auto 5%
    }

    #guidance #contents .box {
        padding: 0
    }

    #guidance #contents .box .title2 {
        -moz-box-shadow: 2px 2px 2px 2px #d6d6d6;
        -webkit-box-shadow: 2px 2px 2px 2px #d6d6d6;
        box-shadow: 2px 2px 2px 2px #d6d6d6;
        border-radius: 12px 12px 12px 12px;
        float: left
    }

    #guidance #contents .box .left {
        float: none
    }

    #guidance #contents .box .right {
        float: none;
        width: 100%
    }

    #guidance #contents .box .right .area {
        overflow: hidden;
        z-index: auto;
        padding-left: 20%;
        padding-top: 15px;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #CCC;
        margin-bottom: 5%;
        padding-bottom: 10%
    }

    #guidance #contents .box .right .area.no1 {
        overflow: hidden;
        z-index: auto;
        background-image: url(../../guidance/img/bg1.png);
        background-repeat: no-repeat;
        background-position: 2px 6px;
        height: auto;
        background-size: 13%
    }

    #guidance #contents .box .right .area.no2 {
        overflow: hidden;
        z-index: auto;
        background-image: url(../../guidance/img/bg2.png);
        background-repeat: no-repeat;
        background-position: 2px 6px;
        height: auto;
        background-size: 13%
    }

    #guidance #contents .box .right .area.no3 {
        overflow: hidden;
        z-index: auto;
        background-image: url(../../guidance/img/bg3.png);
        background-repeat: no-repeat;
        background-position: 2px 6px;
        background-size: 13%
    }

    #guidance #contents .box .right .area.no4 {
        overflow: hidden;
        z-index: auto;
        background-image: url(../../guidance/img/bg4.png);
        background-repeat: no-repeat;
        background-position: 2px 6px;
        height: auto;
        background-size: 13%
    }

    #guidance #contents .box .right .area.no5 {
        overflow: hidden;
        z-index: auto;
        background-image: url(../../guidance/img/bg5.png);
        background-repeat: no-repeat;
        background-position: 2px 6px;
        background-size: 13%
    }
}

.mt0 {
    margin-top: 0
}

.mt5 {
    margin-top: 5px
}

.mt8 {
    margin-top: 8px
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px
}

.mt20 {
    margin-top: 20px
}

.mt25 {
    margin-top: 25px
}

.mt30 {
    margin-top: 30px
}

.mt35 {
    margin-top: 35px
}

.mt40 {
    margin-top: 40px
}

.mt45 {
    margin-top: 45px
}

.mt50 {
    margin-top: 50px
}

.mt60 {
    margin-top: 60px
}

.mr0 {
    margin-right: 0
}

.mr5 {
    margin-right: 5px
}

.mr10 {
    margin-right: 10px
}

.mr15 {
    margin-right: 15px
}

.mr20 {
    margin-right: 20px
}

.mr25 {
    margin-right: 25px
}

.mr30 {
    margin-right: 30px
}

.mr35 {
    margin-right: 35px
}

.mr40 {
    margin-right: 40px
}

.mr45 {
    margin-right: 45px
}

.mr50 {
    margin-right: 50px
}

.mr60 {
    margin-right: 50px
}

.mb0 {
    margin-bottom: 0
}

.mb5 {
    margin-bottom: 5px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb18 {
    margin-bottom: 18px
}

.mb20 {
    margin-bottom: 20px
}

.mb25 {
    margin-bottom: 25px
}

.mb30 {
    margin-bottom: 30px
}

.mb35 {
    margin-bottom: 35px
}

.mb40 {
    margin-bottom: 40px
}

.mb45 {
    margin-bottom: 45px
}

.mb50 {
    margin-bottom: 50px
}

.mb60 {
    margin-bottom: 60px
}

.mb70 {
    margin-bottom: 70px
}

.mb80 {
    margin-bottom: 80px
}

.ml0 {
    margin-left: 0
}

.ml5 {
    margin-left: 5px
}

.ml10 {
    margin-left: 10px
}

.ml15 {
    margin-left: 15px
}

.ml20 {
    margin-left: 20px
}

.ml25 {
    margin-left: 25px
}

.ml30 {
    margin-left: 30px
}

.ml35 {
    margin-left: 35px
}

.ml40 {
    margin-left: 40px
}

.ml45 {
    margin-left: 45px
}

.ml50 {
    margin-left: 50px
}

.pt0 {
    padding-top: 0
}

.pt5 {
    padding-top: 5px
}

.pt10 {
    padding-top: 10px
}

.pt15 {
    padding-top: 15px
}

.pt20 {
    padding-top: 20px
}

.pt25 {
    padding-top: 25px
}

.pt30 {
    padding-top: 30px
}

.pt35 {
    padding-top: 35px
}

.pt40 {
    padding-top: 40px
}

.pt45 {
    padding-top: 45px
}

.pt50 {
    padding-top: 50px
}

.pt60 {
    padding-top: 60px
}

.pt70 {
    padding-top: 70px
}

.pt180 {
    padding-top: 180px
}

.pr0 {
    padding-right: 0
}

.pr5 {
    padding-right: 5px
}

.pr10 {
    padding-right: 10px
}

.pr15 {
    padding-right: 15px
}

.pr20 {
    padding-right: 20px
}

.pr25 {
    padding-right: 25px
}

.pr30 {
    padding-right: 30px
}

.pr35 {
    padding-right: 35px
}

.pr40 {
    padding-right: 40px
}

.pr45 {
    padding-right: 45px
}

.pr50 {
    padding-right: 50px
}

.pb0 {
    padding-bottom: 0
}

.pb5 {
    padding-bottom: 5px
}

.pb10 {
    padding-bottom: 10px
}

.pb9 {
    padding-bottom: 10px
}

.pb15 {
    padding-bottom: 15px
}

.pb20 {
    padding-bottom: 20px
}

.pb25 {
    padding-bottom: 25px
}

.pb30 {
    padding-bottom: 30px
}

.pb35 {
    padding-bottom: 35px
}

.pb40 {
    padding-bottom: 40px
}

.pb45 {
    padding-bottom: 45px
}

.pb50 {
    padding-bottom: 50px
}

.pl0 {
    padding-left: 0
}

.pl5 {
    padding-left: 5px
}

.pl10 {
    padding-left: 10px
}

.pl15 {
    padding-left: 15px
}

.pl20 {
    padding-left: 20px
}

.pl25 {
    padding-left: 25px
}

.pl30 {
    padding-left: 30px
}

.pl35 {
    padding-left: 35px
}

.pl40 {
    padding-left: 40px
}

.pl45 {
    padding-left: 45px
}

.pl50 {
    padding-left: 50px
}

.fl-r {
    float: right
}

.fl-l {
    float: left
}

.fl-n {
    float: none
}

.bg-n {
    background: none
}

.d-n {
    display: none
}

.d-b {
    display: block
}

.d-ib {
    display: inline-block
}

.d-i {
    display: inline
}

.ta-r {
    text-align: right
}

.ta-l {
    text-align: left
}

.ta-c {
    text-align: center
}

.bd-n {
    border: none
}

.ov-h {
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .mb50 {
        margin-bottom: 10%
    }

    .ta-c br {
        display: none
    }
}

.text9 {
    font-size: 12px
}

.text10 {
    font-size: 77%
}

.text11 {
    font-size: 85%;
    line-height: 1.5em
}

.text12 {
    font-size: 93%
}

.text13 {
    font-size: 100%
}

.text14 {
    font-size: 108%
}

.text15 {
    font-size: 116%
}

.text16 {
    font-size: 123.1%
}

.text17 {
    font-size: 131%
}

.text18 {
    font-size: 138.5%;
    line-height: 1.6em
}

.text19 {
    font-size: 146.5%
}

.text20 {
    font-size: 153.9%
}

.text21 {
    font-size: 161.6%
}

.text22 {
    font-size: 167%
}

.text23 {
    font-size: 174%
}

.text24 {
    font-size: 182%
}

.text25 {
    font-size: 189%
}

.text26 {
    font-size: 197%
}

.txt_center {
    text-align: center
}

.txt_bold {
    font-weight: bold
}

.txt_big1 {
    font-size: 110%
}

.txt_big2 {
    font-size: 120%
}

.txt_small {
    font-size: 70%
}

.txt_red {
    color: #CC3300
}

.txt_blue {
    color: #1F51A2
}

.txt_purple {
    color: #4553A3
}

.txt_orange {
    color: #F08200
}

.txt_green {
    color: #006554
}

.txt_gray {
    color: #999999
}

.txt_gold {
    color: #b7871f
}

.caption {
    font-size: 85%;
    text-align: left;
    color: #666666;
    line-height: 1.6em;
    padding-top: 5px
}

.cap_l {
    font-size: 12px;
    text-align: left;
    color: #666666;
    line-height: 1.6em;
    padding-top: 5px
}

.cap_r {
    font-size: 85%;
    text-align: right;
    color: #666666;
    line-height: 1.6em;
    padding-top: 5px
}

.caption02 {
    font-size: 11px;
    text-align: left;
    color: #666666;
    line-height: 1.6em;
    padding-top: 5px
}

.p_left {
    text-align: left
}

.p_right {
    text-align: right
}

.p_center {
    text-align: center
}

.img_floatL {
    float: left
}

.img_floatR {
    float: right
}

.lh2em {
    line-height: 2em
}

.bgcolor-lightblue {
    background: #D3E5F6
}

.bgcolor-lightblue2 {
    background: #E8F8FB
}

.bgcolor-beige {
    background: #FEFDF2 !important
}

.bgcolor-green {
    background: #E3F1D6 !important
}

.bgcolor-pink {
    background: #FCE8F1 !important
}

.dl_table01, .table-gaiyou {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #80897D
}

.dl_table01 .last, .table-gaiyou .last {
    border: 0
}

@media screen and (max-width: 767px) {
    .dl_table01, .table-gaiyou {
        margin-top: 1rem;
        border-bottom: 1px solid #80897D
    }
}

.dl_table01 dt, .table-gaiyou dt {
    background-color: #E4EEE3;
    border-left: 1px solid #80897D;
    border-right: 1px solid #80897D;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    padding: 1rem
}

@media screen and (max-width: 767px) {
    .dl_table01 dt, .table-gaiyou dt {
        padding: 1rem;
        line-height: 1.4
    }
}

.dl_table01 dd, .table-gaiyou dd {
    padding: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #80897D;
    border-bottom: 1px solid #80897D
}

@media screen and (max-width: 767px) {
    .dl_table01 dd, .table-gaiyou dd {
        padding-bottom: 1rem;
        border-left: 1px solid #80897D;
        border-bottom: 0
    }

    .dl_table01 dd:last-child, .table-gaiyou dd:last-child {
        padding-bottom: 1rem;
        background: 0
    }
}

.dl_table01 dd.last, .table-gaiyou dd.last {
    padding-bottom: 0;
    bottom: 0;
    background: 0
}

@media screen and (min-width: 767px) {
    .dl_table01, .table-gaiyou {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .dl_table01 dt, .table-gaiyou dt {
        width: 25%;
        border-bottom: 1px solid #80897D
    }

    .dl_table01 dd, .table-gaiyou dd {
        width: 75%
    }
}

#contents .sonohoka picture img, .bdr {
    border: 8px solid #C5E1A0
}

.txt_c {
    text-align: center
}

#top #mv {
    margin-top: 30px;
    position: relative;
    z-index: -1;
}

@media screen and (max-width: 767px) {
    #top #mv {
        margin-top: 20px
    }
}

@media screen and (max-width: 767px) {
    #top #contents .left .unit .box.konnalist, .fl-l.konnalist {
        float: none;
        margin-right: 0
    }
}

@media screen and (max-width: 767px) {
    #contents .sonohoka {
        margin-bottom: 30px
    }
}

#contents .sonohoka p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between
}

#contents .sonohoka picture {
    width: 30%
}

@media screen and (max-width: 767px) {
    #contents .sonohoka p {
        flex-direction: column;
    }
    #contents .sonohoka picture {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
}

#contents .sonohoka picture:last-of-type {
    margin-right: 16px;
}

#contents .sonohoka picture img {
    width: 291px;
    height: 182px;
}

@media screen and (max-width: 767px) {
    #contents .sonohoka {
        padding: 0 2%
    }

    #contents .sonohoka .ext_type02 {
        text-align: center;
        font-size: 1.2rem
    }

    #contents .sonohoka picture img {
        width: 95%
    }
}

body#greeting .unit {
    margin-bottom: 30px
}

.rinen-item {
    margin-bottom: 20px
}

.rinen-item:last-child {
    margin-bottom: 0
}

@media screen and (min-width: 767px) {
    .rinen-item {
        position: relative;
        padding-left: 180px
    }
}

.rinen-item strong {
    font-weight: bold;
    display: block;
    font-size: 160%;
    font-family: "M PLUS Rounded 1c";
    -webkit-transform: rotate(0.028deg);
    -ms-transform: rotate(0.028deg);
    transform: rotate(0.028deg)
}

@media screen and (min-width: 767px) {
    .rinen-item strong {
        position: absolute;
        left: 20px;
        top: .65rem
    }
}

@media screen and (max-width: 767px) {
    .rinen-item strong {
        margin-bottom: 10px
    }
}

.rinen-item._blue strong {
    color: #3C65AD
}

.rinen-item._green strong {
    color: #5B9227
}

.tokuchou {
    margin-bottom: 30px
}

.tokuchou-item {
    margin-left: 30px;
    margin-bottom: 20px
}

.tokuchou-item strong {
    display: block;
    margin-left: -20px;
    font-weight: bold
}

.tokuchou picture {
    display: block
}

@media screen and (max-width: 767px) {
    .tokuchou picture img {
        width: 91%
    }
}

.nav_btn_submit {
    text-align: center;
    margin-top: 30px
}

.btn01 {
    background-color: #6FBA39;
    color: #fff;
    border: 0;
    padding: 1rem 5rem;
    cursor: pointer
}

.btn02 {
    background-color: #ddd;
    color: #333;
    border: 0;
    padding: 1rem 2rem;
    cursor: pointer
}

.hissu {
    color: red
}

.form_w60 {
    width: 60%
}

#seinen01, #seinen02, #seinen03 {
    width: 3rem;
    margin: 0 .5rem
}

@media screen and (max-width: 767px) {
    .form_w20 {
        width: 20%;
        margin-left: 5px
    }

    .form_w100 {
        width: 100%
    }
}

.service {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.service-item {
    margin-top: 20px
}

@media screen and (min-width: 767px) {
    .service-item {
        width: 47%
    }
}

@media screen and (min-width: 767px) {
    .service-item:nth-child(2n) {
        margin-left: 6%
    }
}

.service-title {
    color: #5B9227;
    margin-bottom: .3rem;
    font-weight: bold;
    font-family: "M PLUS Rounded 1c";
    -webkit-transform: rotate(0.028deg);
    -ms-transform: rotate(0.028deg);
    transform: rotate(0.028deg);
    font-size: 130%
}

.title03 {
    color: #6FBA39;
    font-weight: bold;
    font-family: "M PLUS Rounded 1c";
    -webkit-transform: rotate(0.028deg);
    -ms-transform: rotate(0.028deg);
    transform: rotate(0.028deg);
    font-size: 130%;
    text-align: center
}

.flow-item {
    margin-bottom: 60px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #6FBA39
}

@media screen and (max-width: 767px) {
    .flow-item {
        margin-bottom: 40px
    }
}

.flow-item:last-child:after {
    display: none
}

.flow-item:after {
    content: "";
    display: block;
    position: absolute;
    left: 49%;
    bottom: -50px;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #E4EEE3
}

@media screen and (max-width: 767px) {
    .flow-item:after {
        bottom: auto;
        top: 100%;
        z-index: -1;
        left: 42%
    }
}

.flow-item:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 230px;
    height: 100%;
    z-index: -1;
    background-color: #E4EEE3
}

@media screen and (max-width: 767px) {
    .flow-item:before {
        width: 100%;
        height: 4rem
    }
}

.flow-head {
    padding: 20px;
    text-align: center;
    font-weight: bold;
    font-family: "M PLUS Rounded 1c";
    -webkit-transform: rotate(0.028deg);
    -ms-transform: rotate(0.028deg);
    transform: rotate(0.028deg);
    font-size: 120%;
    width: 200px
}

@media screen and (max-width: 767px) {
    .flow-head {
        text-align: center;
        width: 100%
    }

    .flow-head br {
        display: none
    }
}

.flow-txt {
    padding: 20px
}

@media screen and (max-width: 767px) {
    .price .title03 {
        font-size: 1.2rem
    }

    .price .title03 br {
        display: none
    }
}

.table-price {
    margin-top: 40px
}

@media screen and (max-width: 767px) {
    .table-price {
        margin-top: 20px;
        width: 100%
    }
}

@media screen and (min-width: 767px) {
    .table-price {
        width: 1000px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

.table-price th {
    padding: 20px;
    width: 300px;
    vertical-align: middle
}

@media screen and (max-width: 767px) {
    .table-price th {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

.table-price td {
    padding: 20px;
    width: 600px
}

@media screen and (max-width: 767px) {
    .table-price td {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .table-price td br {
        display: none
    }
}

.table-price ._jiritsu {
    background-color: #E3EFF6
}

.table-price ._iryohoken {
    background-color: #E4EEE3
}

.table-price ._kaigohoken {
    background-color: #F6E8EE
}

.table-price .kuromaru_list li {
    background-image: url(../../img/li-mark_blk.png);
    background-repeat: no-repeat;
    background-position: left 3px;
    margin-bottom: 5px;
    padding-left: 20px
}

#ryoukin_hyou .ryoukin_bn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 50px;
}

.title03 {
    font-weight: bold;
    font-size: 140%;
    text-align: center
}

.recruit .dl_table01 {
    margin-top: 20px
}

.intr_txt {
    text-align: center;
    margin-bottom: 20px
}

.qa-item {
    position: relative
}

@media screen and (max-width: 767px) {
    .qa-item {
        padding-bottom: 30px
    }
}

.qa-item._kango {
    border-bottom: 1px solid #585656;
    margin-bottom: 50px
}

@media screen and (min-width: 767px) {
    .qa-photo {
        position: absolute;
        right: 10px;
        top: 0
    }
}

@media screen and (max-width: 767px) {
    .qa-photo {
        text-align: center
    }
}

.list-item {
    position: relative;
    padding-left: 50px;
    margin-bottom: 25px
}

@media screen and (min-width: 767px) {
    .list-item {
        padding-top: 10px;
        padding-left: 60px
    }
}

@media screen and (min-width: 767px) {
    .list-item._herf {
        width: 60%
    }
}

.list-item span {
    color: #fff;
    padding: 15px 10px;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    line-height: 1;
    font-weight: bold
}

.list-item span._q {
    background-color: #A4D3AD
}

.list-item span._a {
    background-color: #6FBA39;
    top: .3rem
}

/*# sourceMappingURL=style.css.map */
@media screen and (max-width: 767px) {
    #contents .sonohoka picture:last-of-type {
        margin-right: 0px;
    }

    #contents .sonohoka picture img {
        border: 3px solid #C5E1A0;
    }
}
 #operation .kitei_bn{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 50px;
 }