@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon/icomoon.eot?srf3rx');
    src: url('../fonts/icomoon/icomoon.eot?srf3rx#iefix') format('embedded-opentype'), url('../fonts/icomoon/icomoon.ttf?srf3rx') format('truetype'), url('../fonts/icomoon/icomoon.woff?srf3rx') format('woff'), url('../fonts/icomoon/icomoon.svg?srf3rx#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'Kosugi Maru', sans-serif, 'Open Sans', Arial, serif;
    line-height: 1.8;
    font-size: 20px;
    background: #fff;
    font-weight: 300;
/*     overflow-x: hidden; */
/* 		transform: rotate(0.001deg); */
}
 input:focus,textarea:focus{
     outline:none; 
    
 }

img {
max-width: 100%;
height: auto;
}
html {
    overflow-x: hidden
}
 footer{
  text-align: inherit;
    display: block;
}
.footer-icon-list-icon {
    width: 14px;
}
 .footer-icon-list-icon+.footer-icon-list-text {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding-left: 5px;
}
.footer-wp-contener{
     margin: -20px 0px 0px 0px;
    padding: 0px 0px 0px 30px;
}
.footer-font{
  font-size:14px;  
}
a {
    color: #8cc11f;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s
}

a:hover {
    text-decoration: underline !important;
    color: #8cc11f !important
}

a:focus,
a:active {
    outline: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: rgba(0, 0, 0, .8);
    font-family: 'Kosugi Maru',sans-serif,  'Open Sans', Arial, serif;
    font-weight: 400;
    margin: 0 0 30px 0;
		transform: rotate(0.001deg);
}
span{
		transform: rotate(0.001deg);
}

::-webkit-selection {
    color: #fcfcfc;
    background: #d0dbba
}

::-moz-selection {
    color: #fcfcfc;
    background: #d0dbba
}

::selection {
    color: #fcfcfc;
    background: #d0dbba
}

.box-wrap {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    -webkit-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.07)
}

.box-wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    -webkit-box-shadow: -7px 1px 13px 2px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: -7px 1px 13px 2px rgba(0, 0, 0, 0.08);
    box-shadow: -7px 1px 13px 2px rgba(0, 0, 0, 0.08)
}

#fh5co-header {
    padding-top: 1.5em;
    padding-bottom: 0;
    margin-bottom: 0em
}
@media screen and (max-width:992px) {
    #fh5co-header {
        margin-bottom: 0
    }
}

#fh5co-header .navbar-default {
    border: transparent;
    background: #fff;
    padding-bottom: 0;
    margin-bottom: 0
}

#fh5co-header .navbar {
    padding: 0;
    margin: 0
}

#fh5co-header .fh5co-navbar-brand {
    width: 100%;
    margin: 0
}

#fh5co-header .fh5co-navbar-brand .fh5co-logo {
    width: 52px;
    height: 30px;
    padding: 0;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px
}

#fh5co-header .fh5co-navbar-brand .fh5co-logo:focus,
#fh5co-header .fh5co-navbar-brand .fh5co-logo:hover {
    text-decoration: none !important
}

@media screen and (max-width:992px) {
    #fh5co-header .fh5co-navbar-brand {
        text-align: center;
        margin-bottom: 40px
    }
}

#fh5co-header .nav {
    width: 100%
}

#fh5co-header .nav li {
    font-size: 15px;
    display: inline-block;
    margin-left: 25px;
    text-transform: uppercase
}

@media screen and (max-width:768px) {
    #fh5co-header .nav li {
        width: 100%;
        margin-left: 0
    }
}

#fh5co-header .nav li:first-child {
    margin-left: 0
}

#fh5co-header .nav li a {
    font-family:  'Kosugi Maru',sans-serif, 'Open Sans', Arial, serif;
    color: rgba(0, 0, 0, .4);
    position: relative;
    font-weight: 400;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 0;
		transform: rotate(0.001deg);
}

#fh5co-header .nav li a:hover,
#fh5co-header .nav li a:focus {
    color: #808080 !important;
    background: transparent;
    text-decoration: none !important
}

@media screen and (max-width:768px) {
    #fh5co-header .nav li a {
        padding: 10px 0
    }

    #fh5co-header .nav li.active a:before {
        top: 0
    }
}

#fh5co-header .nav li.active a {
    color: #8cc11f;
    background: transparent;
    position: relative
}

#fh5co-header .nav li.active a:before {
    position: absolute;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    top: -20px;
    background: #8cc11f;
    content: '';
    left: 50%;
    margin-left: -4px
}

@media screen and (max-width:480px) {
    .footer-font {
    font-size: 11px;
}
    #fh5co-header .nav li.active a {
        border-bottom: 2px solid transparent;
        color: #8cc11f
    }
}
@media screen and (max-width:375px){
    .footer-font {
    font-size: 11px;
}
}

@media screen and (max-width:992px) {
    #fh5co-header .nav {
        text-align: center
    }

    #fh5co-header .nav li.active a {
        color: #000
    }
}

.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
    margin-top: 0
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    top: 50%;
    margin-top: -29px;
    z-index: 9999;
    position: absolute;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    top: 24%
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
    right: 40px
}

.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
    margin-right: -10px
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    left: 40px
}

.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
    margin-left: -10px
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next {
    right: -50px
}

@media screen and (max-width:768px) {
    .owl-carousel-posts .owl-controls .owl-nav .owl-next {
        right: 0px
    }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    left: -50px
}

@media screen and (max-width:768px) {
    .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
        left: 0px
    }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
    color: #000
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
    color: #000
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i {
    font-size: 50px;
    color: #fff
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
    color: #fff
}

.owl-carousel2 .owl-controls .owl-nav .owl-next i,
.owl-carousel2 .owl-controls .owl-nav .owl-prev i {
    font-size: 50px;
    color: rgba(0, 0, 0, .5)
}

.owl-carousel2 .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel2 .owl-controls .owl-nav .owl-prev:hover i {
    color: rgba(0, 0, 0, .6)
}

.owl-carousel2 .owl-controls .owl-nav .owl-next {
    right: -50px
}

.owl-carousel2 .owl-controls .owl-nav .owl-next:hover {
    margin-right: -10px
}

.owl-carousel2 .owl-controls .owl-nav .owl-prev {
    left: -50px
}

.owl-carousel2 .owl-controls .owl-nav .owl-prev:hover {
    margin-left: -10px
}

.owl-carousel2 .owl-dots {
    display: none !important
}

@media screen and (max-width:992px) {
    .footer-font{
        font-size: 12px;
    }
    .owl-carousel2 .owl-dots {
        display: block !important
    }
}

@media screen and (max-width:768px) {
    .owl-theme .owl-controls .owl-nav {
        display: none
    }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background: none !important
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
    font-size: 30px
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover,
.owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
    background: none !important
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover,
.owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
    background: none !important
}

.owl-theme .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
    bottom: 0;
    margin-bottom: -40px
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background-color: #5c7f14;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border: 2px solid transparent
}

.owl-theme .owl-dots .owl-dot span:hover {
    background: none
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff
}

#fh5co-media-section,
#fh5co-intro-section,
#fh5co-contact-section,
#fh5co-product-section,
.about-section {
    padding-bottom: 5em
}

@media screen and (max-width:768px) {

    #fh5co-media-section,
    #fh5co-intro-section,
    #fh5co-contact-section,
    #fh5co-product-section,
    .about-section {
        padding-bottom: 3em
    }
}

#fh5co-intro-section h2 {
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px
}

#fh5co-intro-section h3 {
    color: rgba(255, 255, 255, .8);
    font-weight: 300;
    line-height: 38px
}

.section-overlay {
    margin-bottom: 5em;
    position: relative;
    padding-bottom: 0 !important
}

.section-overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    background: rgba(0, 0, 0, .5);
    z-index: 1
}

.section-overlay .float-overlay {
    z-index: 9
}

.fh5co-cover {
    min-height: 448px;
    position: relative;
    margin-bottom: 40px;
    background-size: cover;
    background: center center
}

.fh5co-cover .desc {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    background: rgba(109, 156, 14, 0.7)
}

.fh5co-cover .desc p {
    color: #fff;
    margin-bottom: 10px
}

.fh5co-cover .desc span {
    font-size: 16px;
    color: rgba(255, 255, 255, .7)
}

.fh5co-cover .fh5co-cover-hero {
    min-height: 204px;
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    background-color: #6d9c0e
}

.fh5co-cover .fh5co-cover-hero p {
    color: #fff;
    margin-bottom: 10px
}

.fh5co-cover .fh5co-cover-hero .fh5co-cover-thumb {
    width: 170px;
    height: 123px;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background: center
}

.fh5co-cover .fh5co-cover-hero .desc-thumb {
    margin-left: 9.5em;
    padding: 15px;
    min-height: 204px;
    background: rgba(109, 156, 14, 0.7)
}

.fh5co-cover .fh5co-cover-hero .desc-thumb p {
    margin-bottom: 7px
}

.fh5co-cover .fh5co-cover-hero .desc-thumb span {
    font-size: 16px;
    color: rgba(0, 0, 0, .4)
}

.fh5co-cover .fh5co-cover-hero .desc-thumb :before,
.fh5co-cover .fh5co-cover-hero .desc-thumb :after {
    content: '';
    width: 22px;
    height: 22px;
    position: absolute;
    display: inline-block
}

.fh5co-cover .fh5co-cover-hero .desc-thumb :before {
    border-left: solid 1px #5b7d14;
    border-top: solid 1px #5b7d14;
    top: 0;
    left: 0
}

.fh5co-cover .fh5co-cover-hero .desc-thumb :after {
    border-left: solid 1px #5b7d14;
    border-bottom: solid 1px #5b7d14;
    bottom: 0;
    left: 0
}

.fh5co-cover .fh5co-cover-hero .desc-thumb p {
    margin: 0;
    padding: 0
}

/*.pickup :before,
.pickup :after {
    content: '';
    width: 22px;
    height: 22px;
    position: absolute;
    display: inline-block
}

.pickup :before {
    border-left: solid 1px #5b7d14;
    border-top: solid 1px #5b7d14;
    top: 0;
    left: 0
}

.pickup :after {
    border-right: solid 1px #5b7d14;
    border-top: solid 1px #5b7d14;
    top: 0;
    right: 0
}
*/
.fh5co-intro-cover {
    width: 100%;
    padding: 8.5em 0;
    position: relative
}

 .fh5co-intro-cover:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 100%;
    background: rgba(84, 77, 89, .5)
}

.fh5co-intro-cover a.btn {
    position: relative;
    border: 4px solid #fff;
    padding: 30px 50px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.fh5co-intro-cover a.btn:hover,
.fh5co-intro-cover a.btn:focus {
    text-decoration: none !important;
    background: transparent !important;
    color: #fff !important
}

@media screen and (max-width:768px) {
    .fh5co-intro-cover a.btn {
        padding: 15px 25px;
        font-size: 16px
    }
}

.fh5co-grey-section {
    background: rgba(0, 0, 0, .03);
    padding: 5em 0
}

.fh5co-border-line {
    border-top: 1px solid rgba(0, 0, 0, .05)
}

.fh5co-inner {
    margin-bottom: 3em;
    position: relative
}

.fh5co-inner i {
    position: absolute;
    top: 20%;
    left: 0;
    font-size: 60px
}

.fh5co-inner .holder-section {
    padding-left: 6em
}

.fh5co-inner .holder-section h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #8cc11f;
    letter-spacing: 1px;
    font-weight: bold
}

.fh5co-services {
    margin-bottom: 4em
}

.about-section img.display-left {
    float: left;
    padding-right: 40px
}

.about-section img.display-right {
    float: right;
    padding-left: 40px
}

@media screen and (max-width:768px) {
    .about-section img.display-right {
        float: left;
        padding-right: 40px;
        padding-left: 0
    }
}

#fh5co-product-section .product-inner {
    margin-bottom: 7em;
    float: left;
    width: 100%
}

#fh5co-product-section .product-inner:last-child {
    margin-bottom: 0
}

#fh5co-product-section .product-inner h3 {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px
}

#fh5co-product-section .product-inner h3 a {
    color: rgba(0, 0, 0, .8)
}

#fh5co-product-section .product-inner img {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px
}

#fh5co-product-section .product-inner .desc {
    margin-top: 1.5em
}

@media screen and (max-width:992px) {
    #fh5co-product-section .product-inner .desc {
        margin-top: 0
    }
}

.sidebar a:hover {
    text-decoration: none !important
}

.sidebar img {
    margin-bottom: 20px
}

.sidebar h2 {
    font-size: 20px
}

.sidebar h3 {
    font-size: 20px
}

.sidebar .inner {
    margin-bottom: 4em
}

.sidebar .inner .list li {
    color: rgba(0, 0, 0, .4)
}

.sidebar .inner .list li a {
    color: rgba(0, 0, 0, .4)
}

#map {
    width: 100%;
    height: 500px;
    position: relative
}

@media screen and (max-width:768px) {
    #map {
        height: 200px
    }
}

.contact-info {
    margin: 0;
    padding: 0
}

.contact-info li {
    list-style: none;
    margin: 0 0 20px 0;
    position: relative;
    padding-left: 40px
}

.contact-info li i {
    position: absolute;
    top: 0.3em;
    left: 0;
    font-size: 22px;
    color: #000
}

.contact-info li a {
    font-weight: 400 !important;
    color: #8cc11f
}

@media screen and (max-width:768px) {
    .contact-info {
        margin-bottom: 4em
    }
}

.form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: none;
    border: 1px solid rgba(0, 0, 0, .1);
    font-size: 18px;
    font-weight: 400;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px
}

.form-control:focus,
.form-control:active {
    border: 1px solid rgba(0, 0, 0, .5);
    box-shadow: none
}

input[type="text"] {
    height: 50px;
    width: 100%
}

input[type="email"] {
    height: 50px;
    width: 100%
}

input[type="tel"] {
    height: 50px;
    width: 100%
}

.form-group {
    margin-bottom: 30px
}

.form-group label {
    font-weight: normal;
    font-weight: 18px
}

#footer {
    padding: 60px 0 40px
}

#footer p {
    font-size: 16px
}

#footer ul {
    font-size: 16px
}

#footer p i.love {
    color: red
}

.fh5co-social-icons a {
    padding: 4px 8px;
    color: rgba(0, 0, 0, .7)
}

.fh5co-social-icons a i {
    font-size: 16px
}

.fh5co-social-icons a:hover,
.fh5co-social-icons a:focus,
.fh5co-social-icons a:active {
    text-decoration: none;
    color: #000;
    text-decoration: none !important
}

.heading-section {
    margin-bottom: 2.5em
}

.heading-section h3 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    color: #8cc11f;
    padding: 15px 10px;
    margin-bottom: 0;
    margin-top: 20px
}

.btn {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.btn {
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.btn.btn-primary {
    background: #8cc11f;
    color: #fff;
    border: none !important;
    border: 2px solid transparent !important
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
    box-shadow: none;
    background: #8cc11f
}

.btn:hover,
.btn:active,
.btn:focus {
    background: #393e46 !important;
    color: #fff;
    outline: none !important
}

.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active {
    border-color: transparent
}

.social {
    padding: 0;
    margin: 0;
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: right
}

.social li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block
}

.social li a {
    font-size: 24px;
    display: table;
    width: 24px;
    height: 24px;
    margin: 0 4px;
    color: #000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s
}

.social li a:hover,
.social li a:focus {
    color: #8cc11f;
    text-decoration: none
}

.social li a i {
    display: table-cell;
    vertical-align: middle
}

@media screen and (max-width:992px) {
    .social {
        text-align: center
    }
}

.js .animate-box {
    opacity: 0
}

.acd-check {
    display: none
}

.acd-label {
    background: #8cc11f;
    color: #fff;
    display: block;
    margin-bottom: 0;
    padding: 10px
}

.acd-content {
    height: 0;
    opacity: 0;
    padding: 0;
    transition: 0.5s;
    visibility: hidden
}

.acd-check:checked + .acd-label + .acd-content {
    height: 100%;
    opacity: 1;
    visibility: visible
}

.menu-pc {
    display: block
}

.menu-sp {
    display: none;
    padding: 0
}

.menu-sp li {
    border-bottom: solid 1px #8cc11f
}

@media screen and (max-width:768px) {
    #fh-footer{
    padding-top:0em;
    padding-bottom: 0;
    margin-bottom: 0em;
}
.footer-col {
    color: #fff;
    background-color: #8cc11f;
    text-align:center;
    padding: 19px 0;
}
    .footer-pc{
        display: block;
    }
    .menu-pc {
        display: none
    }

    .menu-sp {
        display: block
    }

    .acd-content .active {
        background-color: #8cc11f;
        color: #fff !important
    }

    .acd-content .active a {
        color: #fff
    }

    .active .menu-sp li {
        border-bottom: solid 1px #fff
    }

    .fh5co-inner .holder-section {
        padding-left: 0em
    }
}

.head-sp {
    background-color: #8cc11f;
    color: #fff;
    padding: 0;
    margin-top: -3em;
    margin-bottom: 30px;
    text-align: center;
    font-size: 20px
}

.sub-nav {
    color: #fff;
    background-color: #8cc11f;
    text-align: center;
    padding: 2px 0
}

.fbumekomi {
    width: 351px
}
.sin-spas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding-left: 20px;
}
.sin-spas::before {
    content: "";
    background-color: #006e54;
    position: absolute;
    top: 0.9em;
    left: 0;
    width: 15px;
    height: 2px;
}
.modTitle01 {
    margin-bottom: 20px;
    text-align: center;
    color: #4e840f;
    line-height: 1.5;
    font-size: 3.6rem;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    padding: 15px 10px;
}

.modTitle01::after {
    content: "";
    display: block;
    background-color: #4e840f;
    width: 80px;
    height: 1px;
    margin: 18px auto 0;
}
.detail {
    
    margin-bottom: 20px;
    color: #4e840f;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    padding: 15px 10px;
    float: right;
    z-index: 1;
}
/*.detail::after {
  content: "";
    position: absolute;
    border-top: solid 2px #82CFFF;
    width: 10px;
    height: 0;
    right: 0;
    bottom: 2px;
    transform: rotate(45deg);
    display: block;
}*/
 .footer-font-pc{
        font-size: 12px;
    }
@media screen and (max-width:768px) {
    .footer-font-pc{
        font-size: 8px;
    }
    .fbumekomi {
        width: 351px
    }
}

.box {
    height: 340px;
    margin: 15px 0;
    padding-top: 15px
}

.box h3 {
    text-align: center;
    color: #fff
}

.box p {
    text-align: center;
    color: #fff
}

.aisatsu {
    background-image: url("../images/aisatsu.jpg");
    width: 100%;
    position: relative
}

.aisatsu :before,
.aisatsu :after {
    content: '';
    width: 22px;
    height: 22px;
    position: absolute;
    display: inline-block
}

.aisatsu :before {
    border-left: solid 1px #5c7f14;
    border-top: solid 1px #5c7f14;
    top: 0;
    left: 0
}

.aisatsu :after {
    border-right: solid 1px #5c7f14;
    border-top: solid 1px #5c7f14;
    top: 0;
    right: 0
}

.aisatsu p {
    margin: 0;
    padding: 0
}

.voice {
    background-image: url("../images/voice.jpg");
    background-position: right;
    width: 100%;
    position: relative
}

.voice :before,
.voice :after {
    content: '';
    width: 22px;
    height: 22px;
    position: absolute;
    display: inline-block
}

.voice :before {
    border-left: solid 1px #5c7f14;
    border-top: solid 1px #5c7f14;
    top: 0;
    left: 0
}

.voice :after {
    border-right: solid 1px #5c7f14;
    border-top: solid 1px #5c7f14;
    top: 0;
    right: 0
}

.voice p {
    margin: 0;
    padding: 0
}

.siryou {
    background-image: url("../images/siryou.jpg");
    position: relative;
    width: 100%
}

.siryou :before,
.siryou :after {
    content: '';
    width: 22px;
    height: 22px;
    position: absolute;
    display: inline-block
}

.siryou :before {
    border-left: solid 1px #5c7f14;
    border-top: solid 1px #5c7f14;
    top: 0;
    left: 0
}

.siryou :after {
    border-right: solid 1px #5c7f14;
    border-top: solid 1px #5c7f14;
    top: 0;
    right: 0
}

.siryou p {
    margin: 0;
    padding: 0
}

.qa {
    background-image: url("../images/qa.jpg");
    position: relative;
    width: 100%
}

.qa :before,
.qa :after {
    content: '';
    width: 22px;
    height: 22px;
    position: absolute;
    display: inline-block
}

.qa :before {
    border-left: solid 1px #5c7f14;
    border-top: solid 1px #5c7f14;
    top: 0;
    left: 0
}

.qa :after {
    border-right: solid 1px #5c7f14;
    border-top: solid 1px #5c7f14;
    top: 0;
    right: 0
}

.qa p {
    margin: 0;
    padding: 0
}

.col-sm-6 .aisatsuimg {
    background-size: cover;
    background-color: rgba(92, 127, 20, .8);
    position: relative;
    width: 100%;
    height: 185px;
    bottom: 15px;
    box-sizing: border-box;
    padding-top: 40px
}

.col-sm-6 .voiceimg {
    background-size: cover;
    background-color: rgba(92, 127, 20, .8);
    position: relative;
    width: 100%;
    height: 185px;
    bottom: 15px;
    box-sizing: border-box;
    padding-top: 40px
}

.col-sm-6 .siryouimg {
    background-size: cover;
    background-color: rgba(92, 127, 20, .8);
    position: relative;
    width: 100%;
    height: 185px;
    bottom: 15px;
    box-sizing: border-box;
    padding-top: 40px
}

.col-sm-6 .qaimg {
    background-size: cover;
    background-color: rgba(92, 127, 20, .8);
    position: relative;
    width: 100%;
    height: 185px;
    bottom: 15px;
    box-sizing: border-box;
    padding-top: 40px
}

.boxtext {
    height: 155px
}

.box3 {
    background-color: burlywood
}

.infomation {
    font-weight: bold;
    color: #fff;
    background-image: url("../images/sqbg.png");
    border: solid 1px #fff;
    margin: 0 15px;
    max-width: 1140px;
    width: auto;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1)
}

.infomation p {
    padding: 0 20px 15px 20px
}

.infomationhead {
    background: #8cc11f;
    color: #fff;
    border-radius: 5px 5px 0 0
}

.yazirushi {
    display: block;
    text-align: right;
    margin-top: -25px;
    margin-right: 20px;
    color: white;
    font-size: 30pt
}

.coverpic img {
    width: 100%
}

.introduction {
    font-weight: bold;
    color: #fff;
    background-image: url("../images/sqbg.png");
    border: solid 1px #fff;
    max-width: 1140px;
    width: -webkit-fill-available;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1)
}

.introduction p {
    padding: 0 20px 15px 20px;
    text-align: left
}

.introduction h3 {
    padding: 20px 0;
    font-size: 24pt
}

.voicebox {
    background-color: #6d9c0e;
    width: 100%;
    position: relative
}

.voicebox :before,
.voicebox :after {
/*     content: ''; */
    width: 22px;
    height: 22px;
    position: absolute;
    display: inline-block
}

.voicebox :before {
    border-left: solid 1px #5c7f14;
    border-top: solid 1px #5c7f14;
    top: 0;
    left: 0
}

.voicebox :after {
    border-right: solid 1px #5c7f14;
    border-top: solid 1px #5c7f14;
    top: 0;
    right: 0
}

.voicebox p {
    margin: 0;
    padding: 0
}

.voicebox img {
    width: 100%;
    height: 185px;
    object-fit: cover
}

.voicebox h3 {
    margin: 0;
    margin-top: 25px
}

.col-sm-4 .voiceboximg {
    object-fit: contain;
    background: white;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 185px;
    bottom: 15px;
    box-sizing: border-box
}

.kokuban-s3 {
    position: relative;
    margin: 2em auto;
    padding: 1em;
    background: #476111;
    color: #fff;
    border: 5px solid #c0c0c0;
    border-radius: 2px;
    box-shadow: 0 0 5px #333, 0 0 5px #555 inset
}

.kokuban-s3 P {
    color: white
}

.kokuban-s3 h3 {
    color: #ff0;
    font-size: 25px;
}

.kokuban-s3::before,
.kokuban-s3::after {
    position: absolute;
    content: '';
    bottom: 0
}

.kokuban-s3::before {
    width: 20px;
    right: 10px;
    border: solid 3px #ff0;
    border-radius: 3px 2px 0 2px
}

.kokuban-s3::after {
    width: 15px;
    right: 45px;
    border: solid 3px #fff;
    border-radius: 8px 5px 2px 5px
}

.inquiry th {
    text-align: left;
    font-size: 14px;
    color: #fff;
    padding-right: 5px;
    width: 30%;
    background: #476116;
    border: solid 1px #d7d7d7
}

.inquiry td {
    font-size: 13px;
    border: solid 1px #d7d7d7
}

.entry-content .inquiry tr,
.entry-content table {
    border: solid 1px #d7d7d7
}

s.any {
    font-size: 10px;
    padding: 5px;
    background: #0070ca;
    color: #fff;
    margin-left: 10px;
    border-radius: 2px;
    margin-right: 18px;
    position: relative;
    bottom: 1px
}

.verticallist .wpcf7-list-item {
    display: block
}

.Constitution {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.footer-content {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
#fh-footer{
    padding-top:0em;
    padding-bottom: 0;
    margin-bottom: 0em;
}
.footer-pc{
        display: block;
    }
.footer-col {
    color: #fff;
    background-color: #8cc11f;
    text-align: center;
    padding: 19px 0;
}
.footer-footer-2 {
    color: #fff;
    background-color: #8cc11f;
    text-align: center;
    padding: 3px 0;
}
#formbtn {
    display: block;
    padding: 15px;
    max-width: 95%;
    background: #8bc34a;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 25px auto 0
}
#formbtn:before {
	content:"";
	position: absolute;
	top: 0px;
	left: -150px;
	height: 100%;
	width: 160px;
	background : #fff;
	opacity: 0.3;
	transition: .4s;
}
#formbtn:hover {
    background: #fff;
    color: #8bc34a;
    border: 2px solid #8bc34a
}

li a {
    display: block;
}

hr {
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #798486;
}

.sign {
    text-align: right !important;
}

a.item:hover,
.item:focus {
    text-decoration: none !important;
    opacity: .7;
    color: #8cc11f !important
}

.point {
    background: linear-gradient(transparent 60%, #f9fcae 40%);
}

a.note:hover,
.note:focus {
    text-decoration: none !important;
    opacity: .3;
    color: #ffff !important
}

a.face-book:hover,
.face-book:focus {
    text-decoration: none !important;
    opacity: .8;
    color: #ffff !important
}

a.fa-linear-gradient:after {
    height: 2px;
    background: linear-gradient(90deg, #E91E63, #009688);
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    border-radius: 2px;
}

a.-imagie:hover,
.-imagie:focus {
    text-decoration: none !important;
    opacity: .6;
    color: #ffff !important
}

a.-fb:hover,
.-fb:focus {
    text-decoration: none !important;
    opacity: .6;
    color: #555 !important
}

a.-fb {
    color: #324e87;
    text-decoration: underline;
    -webkit-text-decoration-color: #324e87;
    text-decoration-color: #324e87;
}

p {
    margin-bottom: 1.5em;
    font-size: 21px;
    color: Black;
    font-weight: 300;
    font-family:  'Kosugi Maru',sans-serif, 'Open Sans', Arial, serif;
			transform: rotate(0.001deg);
}

h3 {
    font-size: 24px;
    color: #001684;
}

.fb {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.face-book {
    background-color: #4267b2;
    color: white;
    padding: 10px;
    font-size: 22px;
    border-radius: 5px;
}

.img_voice img {
    max-width: 100%
}

/*Contact Form 7ã‚«ã‚¹ã‚¿ãƒžã‚¤ã‚º*/
/*ã‚¹ãƒžãƒ›Contact Form 7ã‚«ã‚¹ã‚¿ãƒžã‚¤ã‚º*/
@media(max-width:500px) {

    .inquiry th,
    .inquiry td {
        display: block !important;
        width: 100% !important;
        border-top: none !important;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important;
    }

    .inquiry tr:first-child th {
        border-top: 1px solid #d7d7d7 !important;
    }

    /* å¿…é ˆãƒ»ä»»æ„ã®ã‚µã‚¤ã‚ºèª¿æ•´ */
    .inquiry .haveto,
    .inquiry .any {
        font-size: 10px;
    }
}

/*terte*/
.tre {
    height: 169px;
    width: 100%;
}

/*è¦‹å‡ºã—æ¬„*/
th {
    text-align: left;
    font-size: 14px;
    color: #ffffff;
    padding-right: 5px;
    width: 30%;
    background: #476116;
    border: solid 1px #d7d7d7;
}

/*é€šå¸¸æ¬„*/
td {
    background: #9e9e9e54;
    font-size: 13px;
    border: solid 1px #d7d7d7;
}

/*æ¨ªã®è¡Œã¨ãƒ†ãƒ¼ãƒ–ãƒ«å…¨ä½“*/
.entry-content .inquiry tr,
.entry-content table {
    border: solid 1px #d7d7d7;
}

/*å¿…é ˆã®èª¿æ•´*/
.haveto {
    font-size: 10px;
    padding: 5px;
    background: #c72c21;
    color: #fff;
    border-radius: 2px;
    margin-right: 8px;
    position: relative;
    bottom: 1px;
    margin-left: 10px;
}

/*ä»»æ„ã®èª¿æ•´*/
.any {
    font-size: 10px;
    padding: 5px;
    background: #0070ca;
    color: #fff;
    margin-left: 10px;
    border-radius: 2px;
    margin-right: 8px;
    position: relative;
    bottom: 1px;
}

/*ãƒ©ã‚¸ã‚ªãƒœã‚¿ãƒ³ã‚’ç¸¦ä¸¦ã³æŒ‡å®š*/
.verticallist .wpcf7-list-item {
    display: block;
}

/*é€ä¿¡ãƒœã‚¿ãƒ³ã®ãƒ‡ã‚¶ã‚¤ãƒ³å¤‰æ›´*/
#formbtn {
    border-width: 2px;
  border: solid 1px #8bc34a !important;
    width:100%;
box-shadow: 0 3px 0 #ddd;
background: #98dd6c;
    display: block;
    padding:15px;
    width: 350px;
    background: #8bc34a;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 2px;
    margin: 25px auto 0;
}

/*é€ä¿¡ãƒœã‚¿ãƒ³ãƒžã‚¦ã‚¹ãƒ›ãƒãƒ¼æ™‚*/
#formbtn:hover:after {
	opacity: 1;
     background: #dce0d80f;
    color: #8bc34a;
    background: #a4dd6c;
    
}

/*table*/
/***** ã‚³ãƒ³ã‚¿ã‚¯ãƒˆãƒ•ã‚©ãƒ¼ãƒ  *****/
.table-contactform7 {
    overflow: hidden;
    table-layout: fixed;
}
.required-contactform7 {
    padding: 5px;
    background: #DE8686;
    color: #fff;
    border-radius: 3px;
    margin-right: 3px;
}

.unrequired-contactform7 {
    padding: 5px;
    background: #BDBDBD;
    color: #fff;
    border-radius: 3px;
    margin-right: 3px;
}

.table-contactform7 th {
    font-weight: bold;
}

.table-contactform7 input,
.table-contactform7 textarea {
    max-width: 90% !important;
    margin: 5px 10px 10px 5px;
}

.address-100 input {
    max-width: 90% !important;
    margin: 5px 10px 10px 5px;
}

.message-100 textarea {
    width: 100%;
    margin: 5px 10px 10px 5px;
}

@media screen and (min-width: 900px) {
    .single-alumni{
        margin-top: 45px;
    }
    .single-alumni-newsletter{
        margin-top: 45px;
    }
    .single-top{
    margin-bottom: 80px;
    }
   .footer-content {
    width: 810px;
}

    .Constitution {
        width: 970px;
    }

    .table-contactform7 th {
        width: 28%;
    }
}

@media screen and (max-width:1040px) {
    
  .footer-content {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
 
}
@media screen and (max-width: 900px) {
    .footer-content {
/*     width: 810px; */
}
    .single-alumni-newsletter{
        margin-top: 45px;
    }
    .table-contactform7 {
        display: block;
    }

    .table-contactform7 tbody,
    .table-contactform7 tr {
        display: block;
        width: 100%;
    }

    .table-contactform7 th {
        width: 100%;
        display: block;
        margin: 0 auto;
        border: none;
    }

    .table-contactform7 td {
        display: list-item;
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 100%;
        border-top: none !important;
    }
}

/*errros*/
div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #ff0000;
}

div.wpcf7-mail-sent-ok {
    font-size: 14px;
    border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
    border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
    border: 2px solid #17961c;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #17961c;
    color: red;
    font-size: 14px;
}

.wpcf7-form-control-wrap {
    position: relative;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid #ff0000;
    background: #fff;
    padding: .2em .8em;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
    content: " ";
}

.wpcf7-display-none {
    display: none;
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url('../../images/ajax-loader.gif');
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
    visibility: visible;
}

div.wpcf7 div.ajax-error {
    display: none;
}

div.wpcf7 .placeheld {
    color: #888;
}

div.wpcf7 input[type="file"] {
    cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
    cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #17801b;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    direction: ltr;
}

/*phot--*/
#img_bak1 {
    background-image: url(../images/p1.jpg);
}

#img_bak2 {
    background-position: right;
    background-image: url(../images/p2.jpg);
}

#img_bak3 {
    background-image: url(../images/p3.jpg);
    background-position: bottom;
}

.fh5co-cover,
desc {
    text-align: justify;
}

.fb_btn {
    z-index: 50;
    position: fixed;
    bottom: 20px;
    right: 0px;
    font-size: 77%;
    background: rgba(150, 150, 150, .3);
    padding: 10px 15px;
}

.fb_btn a {
    background: #4267b2;
    text-decoration: none;
    color: #fff;
    width: 120px;
    padding: 5px 0;
    margin: 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}

.fb_btn a:hover {
    text-decoration: none !important;
    color: #fff !important;
    background: #4267b2;
    opacity: .8;
}

.fb_btn span {
    font-size: 12px;
}

.hukidashi {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 12px;
    background: #fff;
    border-radius: 15px;
    border: solid #fff;
}

.hukidashi:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 20%;
    margin-left: -15px;
    border: 7px solid transparent;
    border-top: 15px solid #fff;
}

.hukidashi span {
    margin: 0;
    padding: 0;
}

/*-----NEW-CSS---*/
.article-list {
    margin-bottom: 1rem;
    padding: 1rem;
    border: 1px solid #ddd;
}

.article-list:hover {
    background-color: #eee;
}

.article-list a {
    display: block;
    text-decoration: none;
    color: #333;
}

.article-list a:after {
    display: block;
    clear: both;
    content: '';
}

.article-list .img-wrap {
    position: relative;
    float: left;
    line-height: 1;
}

.article-list .img-wrap img {
    width: 240px;
    height: 160px;
    object-fit: cover;
}

.article-list .img-wrap .cat-data {
    font-size: .75rem;
    position: absolute;
    top: 0;
    right: 0;
    padding: .3rem .5rem;
    color: #fff;
    background-color: #03162f;
}

.article-list .text {
    margin-left: 260px;
}

.article-list .text h2 {
    font-size: 1.15rem;
    margin-bottom: .5rem;
}

.article-list .text .article-date,
.article-list .text .article-author {
    font-size: .75rem;
    font-weight: bold;
    display: inline-block;
    margin-bottom: .5rem;
    color: #888;
}

.article-list .text .article-date {
    margin-right: .5rem;
}

.article-list .text .article-author i {
    margin-right: .3rem;
}

.article-list .text p {
    font-size: .8125rem;
    line-height: 1.7;
}

.list-item__date {
    line-height: 18px;
    height: 18px;
    padding: 0 10px;
    width: 100px;
    margin-bottom: 1em;
    text-align: center;
}

.text-white {
    color: white;
}

.bg-green {
    margin-left: 0px;
    background-color: #7eba19;
}

.m-related__item {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

li {
    list-style: none;
}

.wp-pagenavi {
    clear: both;
    text-align: center;
}

.p50 {
    padding: 20px 0;
}

.inlineblock {
    display: inline-block;
}

.wp-pagenavi--green span.current {
    background-color: #4d9000;
}

.wp-pagenavi span.current {
    color: #FFF;
    font-weight: bold;
}

.wp-pagenavi--green span {
    background: #f1f1f1;
}

.wp-pagenavi--green a,
.wp-pagenavi--green span {
    color: #4d9000;
    background: #e5f2bc;
}

.wp-pagenavi a,
.wp-pagenavi span {
    padding: 8px 15px;
    margin: 2px;
    white-space: nowrap;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.item-tit--green {
    border-bottom: solid 1px #7eba19;
    border-top: solid 2px #7eba19;
}

.item-tit {
    font-size: 24px;
    padding: 30px 0;
}

.text-green--dark {
    color: #4d9000;
}

.m-related__head {
    font-size: 1.8rem;
    padding: 0 0 5px;
    border-bottom: 1px dashed #555;
}

#col-font {
    font-size: 14px;
}

.col-font-span {
    line-height: 95%;
    font-size: 20px;
    margin-left: 0px;
    word-break: break-all;
}

.modCategory_news {
    background-color: #28919c;
    display: block;
    padding: 3px 4px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    text-decoration: none;
}

.label-p {
    width: 6.5em;
    font-size: 14px;
    background: #4e840f;
    display: initial;
    padding: 3px 4px;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    text-decoration: none;

}

:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding-left: 20px;
}

.item::before {
    content: "";
    background-color: #006e54;
    position: absolute;
    top: .8em;
    left: 0;
    width: 15px;
    height: 2px;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.date {
    width: 6.5em;
    /* font-size: 14px; */
    font-size: 1.4rem;
}

.category {
    width: 100px;
}
.cat_width{
	user-select: none;
width:112px;
color:transparent;
display: inline-table;
}
.pickup{
     font-size: 1.6rem;
    line-height: 1;
     color: #fff;
    padding: 0.7rem;
    background: #4e841f;
    border-radius: 5px;
/*     margin-right: 2rem; */
    vertical-align: middle;
	    text-align: center;
	
    padding: 0.9rem 0;
}
.information{
/*    font-size: 1.6rem;
    line-height: 1;
    padding: 0.7rem;
    background: transparent;
    border-radius: 5px;
    margin-right: 5rem;
    vertical-align: middle; */
}
.txt{
display:flex;	
}
.p-font{
	display:flex;
}
.txt-1:before {
    font-size: 1.6rem;
    line-height: 1;
    content: 'ãƒ”ãƒƒã‚¯ã‚¢ãƒƒãƒ—';
    color: #fff;
    padding: 0.7rem;
    background: #4e841f;
    border-radius: 5px;
    margin-right: 2rem;
    vertical-align: middle;
}

.modTitle02 {
    margin-top: 36px;
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
    ;
    margin-bottom: 26px;
    color: #000000;
    /* font-size: 28px; */
    font-size: 2.8rem;
    line-height: 1.5;
}

.modTitele01-pc {
    display: none;
}

.modTitele01-1 {
    margin-left: 20px;
    font-size: 18px;

}

.modT02 {
    text-align: initial;
    margin-top: 0px;
}

.modT01-2 {
    margin-bottom: 2.5em
}

.modT01-2 h3 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    color: #000000;
    padding: 15px 10px;
    margin-bottom: 0;
    margin-top: 0px
}

.modTitle02::before {
    content: "";
    margin-top: 1px;
    background-color: #000000;
    height: 1px;
    display: block;
}

.modTitle02::after {
    content: "";
    margin-bottom: 1px;
    background-color: #000000;
    height: 1px;
    display: block;
}

.ui-1 {
    margin-bottom: 0px;

}

.cont-max {
    max-width: 900px;
}

.category {
    width: 100px;
}

.cont-max {
    margin-right: auto;
    margin-left: auto;
   
}

.contan_catekory {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.imagie {
    box-sizing: border-box;
    height: 150px;
    margin: 15px 0;
    padding-top: 15px;
    background: url(../images/kaihou_bn.jpg);
    background-size: cover;
    position: relative;
}

.imagie-text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    padding: 2rem;
}

.imagie::before {
    box-sizing: border-box;
    height: 150px;
    width: 100%;
    margin: 0px 0;
    background-size: cover;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(92, 127, 20, 0.4);
}


.cont-greet {
    display: flex;
}

.cont-col {
    position: absolute;
    bottom: 0;
    right: 0;
}

.cont-btom {
    margin-top: 50px;
}

#bk_img {
    background-image: url(../images/PDF-icon-small-231x300.png);
}

.font-sin-geet {

    margin-bottom: 2.5em;
    font-size: 16px;
    color: Black;
    font-weight: 300;
    font-family:  'Kosugi Maru',sans-serif, 'Open Sans', Arial, serif;
	transform: rotate(0.001deg);
}
.footer-icon-li{
   margin: -10px 0px 0px 0px;
}
.span-cat{
     padding-right: 30px;
}
@media (min-width: 992px) {
    .target {
        padding: 0 20px 15px 20px;
        float: left;
        margin-right: 30px;
        margin-bottom: 10px;
        width: 24%;
    }

    .geet-sp02 {
        margin-left: 50px;
    }

    .cont-img {

        margin-left: 96px;
    }

    .font-greet {
        margin-top: 30px;
        margin-bottom: 1.2em;
    }

    .contan_catekory {
        width: 970px;
    }

    .Constitution-font-pc {
        margin-left: 100px;
        font-size: 16px;
    }
}

@media screen and (max-width:800px) {
    .pa-tit{
         padding: 10px 94px 0px;
    }
   p {
    margin-bottom: 1.5em;
    font-size: 16px;
    color: Black;
    font-weight: 300;
    font-family:  'Kosugi Maru',sans-serif, 'Open Sans', Arial, serif;
}
      #footer {
    padding: 54px 0px 72px;
}
    .footer-content {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
        .fb_btn {
        width: 100%;
        text-align: center;
        padding: 15px 15px 20px 15px;
    }

    .hukidashi {
        display: none;
    }

    .fb_btn a {
        display: inline;
        margin: 10px;
        padding: 10px 25px;
        text-align: center;
    }
    .Constitution-font-pc {
        margin-left: 0px;
        font-size: 15px;
    }

    .Constitution {
        width: 100%;
    }
    .modTitele01-pc {
        display: inline;
    }

    .tit-let {
        margin-left: 15px;
        margin-right: 15px;
    }

    .target {
        float: left;
        margin-right: 23px;
        margin-bottom: 14px;
        width: 30%;
        margin-left: 23px;
    }

    .txt-1:before {
        font-size: 1.6rem;
        line-height: 1;
        content: 'ãƒ”ãƒƒã‚¯ã‚¢ãƒƒãƒ—';
        color: #fff;
        padding: 0.8rem;
        background: #4e841f;
        border-radius: 5px;
        margin-right: 2rem;
        vertical-align: middle;
    }

    .item::before {
        content: "";
        background-color: #006e54;
        position: absolute;
        top: 1.0em;
        left: 0;
        width: 13px;
        height: 1px;
    }

    .txt {
        font-size: 16px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-left: 0px;

    }

    .p {

        margin-bottom: 1.5em;
        font-size: 16px;
        color: Black;
        font-weight: 300;
        font-family:  'Kosugi Maru',sans-serif, 'Open Sans', Arial, serif;
    }

    .font-greet {
        margin-bottom: -1.8em;
    }

    .cont-img {

        margin-left: 96px;
    }

    h1 {
        font-size: 18px;
    }

    .col-font-span {
        font-size: 16px;
        margin-left: 0px;
        word-break: break-all;
    }

   .col-4-wt {
    width: 55.333333%;
    float: right;
    margin-top: -233px;
}
}

@media screen and (min-width:767px){
    .max{
        display: none;
    }
}
@media screen and (max-width:768px){
	.fh5co-social-icons a {
    padding: 4px 0px;
    color: rgba(0, 0, 0, .7);
}
    .cont-font{
        font-size: 16px;
    }
    .span-cat{
     padding-right: 15px;
}
	.p-font {
    display: initial;
}
  .information{
    width: 96px;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1;
    color: #fff;
    padding: 0.5rem;
    background: transparent;
    border-radius: 5px;
    margin-left: -3rem;
    vertical-align: middle;
}
  .pickup {
    text-align: center;
    width: 96px;
    font-size: 1.3rem;
    line-height: 1;
    color: #fff;
    padding: 0.4rem;
    background: #4e841f;
    border-radius: 5px;
    margin-right: -0rem;
    vertical-align: middle;
}
}
@media screen and (max-width:767px) {

    .pc{
        display: none;
    }

     .pa-tit{
         padding: 0px 17px 0px;
    }
.notice-wt {
    

    margin-top: 0px;
}
  
    .footer-content {
        margin-right: auto;
        margin-left: auto;
        padding-left: 5px;
        padding-right: 5px;
    }
.footer-content {
    width: 100%;
}
    .modT01-2 h3 {
        font-size: 22px;
        font-weight: bold;
        letter-spacing: 2px;
        text-transform: uppercase;
        position: relative;
        color: #000000;
        padding: 15px 10px;
        margin-bottom: 0;
        margin-top: 0px;
    }

    .tit-let {
        margin-left: 15px;
        margin-right: 15px;
    }

    .target {
        /* float: left; */
        margin-right: 30px;
        margin-bottom: 40px;
        width: 100%;
        margin-left: 0px;
    }

    .cont-btom {
        bottom: -15px;
    }

    .cont-img {

        margin-left: 0px;
    }

    .cont-col {
        position: inherit;
        bottom: 0;
        right: 0;
    }

    .cont-greet {
        display: block;
    }

    .p-font p {
        margin-bottom: 1rem;
    }

    .ui-1 {
        margin-bottom: 0px;
        padding-inline-start: 0px;
    }

    .item::before {
        content: "";
        background-color: #006e54;
        position: absolute;
        top: 1.2em;
        left: 0px;
        width: 10px;
        height: 1px;
    }

    .txt-1:before {
        display: none;
        font-size: 1.3rem;
        line-height: 1;
        content: 'ãƒ”ãƒƒã‚¯ã‚¢ãƒƒãƒ—';
        color: #fff;
        padding: 0.8rem;
        background: #006e54;
        border-radius: 5px;
        margin-right: 2rem;
        vertical-align: middle;
    }
    .dat-2:after {
        display: none;
        font-size: 1.3rem;
        line-height: 1;
        content: 'ãƒ”ãƒƒã‚¯ã‚¢ãƒƒãƒ—';
        color: #fff;
        padding: 0.5rem;
        background: #4e840f;
        border-radius: 5px;
        margin-left: 2rem;
        vertical-align: middle;

    }

    .txt {
        margin-top: 5px;
        font-size: 1.3rem;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-left: 0px;
        display: flex;
    }

    .img_voice {
        max-width: 100%;
    }

    .col-4-wt {
        float: inherit;
        margin-top: 0px;
        margin-left: 20px;

    }


    .col-font-span {
        line-height: inherit;
        margin-left: auto;
        font-size: 15px;
    }
}

@media (max-width:500px) {
    .col-4-wt {
    float: inherit;
    margin-top: 0px;
    margin-left:0px;
}
	
	
	
    #footer ul {

    font-size: 12px;
}
    .fh5co-social-icons a i {
    font-size: 12px;
}
    .Constitution-font-pc {
        margin-left: 8px;
        font-size: 14px;
    }

    .font-greet {
        margin-top: 36px;
        margin-bottom: -1.8em;
    }

    .inquiry th,
    .inquiry td {
        display: block !important;
        width: 100% !important;
        border-top: none !important;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important
    }

    .inquiry tr:first-child th {
        border-top: 1px solid #d7d7d7 !important
    }

    .inquiry .haveto,
    .inquiry .any {
        font-size: 10px
    }
}

@media screen and (max-width:400px) {
   .footer-wp-contener {
    margin: -20px 0px 0px 0px;
    padding: 0px 0px 0px 15px;
}
    .img_voice {
        max-width: 100%;
    }

    .col-font-span {
    margin-left: auto;
    font-size: 14px;
    /* text-align: center; */
    word-break: break-all;
    }

    .bg-green {
        margin-left: 0px;
        text-align: center;
        background-color: #7eba19;
    }
}
@media screen and (max-width:360px){
	.fh5co-social-icons a {
    padding: 4px 0px;
    color: rgba(0, 0, 0, .7);
}
	.footer-wp-contener {
    margin: -20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
}
@media screen and (max-width:320px) {
 .cont-max {
        max-width: 417px;
    }

    .cont-max {
        margin-right: auto;
        margin-left: auto;
        padding-right: 2px;
        padding-left: 2px;
    }

    .img_voice {
        max-width: 100%;
    }

   

    #col-font {
        font-size: 11px;
    }

    .fb-col {
        min-width: 180px;
        width: 290px;
    }

    .bg-green {
        margin-left: 0px;
        text-align: center;
        background-color: #7eba19;
    }

    .col-font-span {
           font-size: 15px;
    }

    .col-4-wt {
            margin-left: 0px;
    float: inherit;
    margin-top: 0px;
    /* text-align: center; */
    width: fit-content;

    }

}
@media screen and (max-width:320px){
    .fb_btn {
    position: fixed;
    bottom: 20px;
    right: 0px;
    font-size: 69%;
    background: rgba(150, 150, 150, .3);
    padding: 10px 15px;
}
#footer ul {
/*     width: 198%; */
    font-size: 12px;
}
.footer-content {
    margin-right: auto;
    margin-left: -53px;
    padding-left: 15px;
    padding-right: 15px;
}
    .footer-font {
    font-size: 11px;
}
    #fh5co-header .nav li.active a {
        border-bottom: 2px solid transparent;
        color: #8cc11f
    }
.face-book {
    background-color: #4267b2;
    color: white;
    padding: 12px;
    font-size: 19px;
    border-radius: 5px;
}
    .fbumekomi {
    width: 320px;
}
}
@media all and (-ms-high-contrast: none) {
  /* ã“ã“ã«æ›¸ã */
	.item{
		display:block;
	}
	.txt_title{
		max-width:570px;
	}
}
.max{
	max-width:100%;
}
