@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

.animate,
.btn,
.btn-border-o:before,
.btn-border-o:after,
.btn-border:before,
.btn-border:after,
.btn-border-rev-o:before,
.btn-border-rev-o:after,
.btn-border-rev:before,
.btn-border-rev:after,
.btn-fill-vert-o:before,
.btn-fill-vert-o:after,
.btn-fill-vert:before,
.btn-fill-vert:after,
.btn-fill-horz-o:before,
.btn-fill-horz-o:after,
.btn-fill-horz:before,
.btn-fill-horz:after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn {
    display: inline-block;
    line-height: 2rem;
    margin: 0;
    padding: 0 1rem;
    font-size: 1rem;
    position: relative;
    opacity: .999;
    border-radius: 2px;
    cursor: pointer;
}

.btn-border-o {
    background-color: transparent;
    border: 1px solid #d0d0d0;
    color: #B8B8B8;
}

.btn-border-o:before,
.btn-border-o:after {
    content: '';
    border-style: solid;
    position: absolute;
    z-index: 5;
    border-radius: 3px;
    box-sizing: content-box;
}

.btn-border-o:before {
    width: 0;
    height: 100%;
    border-width: 1px 0 1px 0;
    top: -1px;
    left: 0;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.btn-border-o:after {
    width: 100%;
    height: 0;
    border-width: 0 1px 0 1px;
    top: 0;
    left: -1px;
}

.btn-border-o:hover:before {
    width: 100%;
}

.btn-border-o:hover:after {
    height: 100%;
}

.btn-border-o.btn-green:before,
.btn-border-o.btn-green:after {
    border-color: #2ecc71;
}

.btn-border-o.btn-green:hover {
    color: #2ecc71;
}

.btn-border-o.btn-blue:before,
.btn-border-o.btn-blue:after {
    border-color: #3498db;
}

.btn-border-o.btn-blue:hover {
    color: #3498db;
}

.btn-border-o.btn-purple:before,
.btn-border-o.btn-purple:after {
    border-color: #9b59b6;
}

.btn-border-o.btn-purple:hover {
    color: #9b59b6;
}

.btn-border-o.btn-navy:before,
.btn-border-o.btn-navy:after {
    border-color: #34495e;
}

.btn-border-o.btn-navy:hover {
    color: #34495e;
}

.btn-border-o.btn-orange:before,
.btn-border-o.btn-orange:after {
    border-color: #e67e22;
}

.btn-border-o.btn-orange:hover {
    color: #e67e22;
}

.btn-border-o.btn-red:before,
.btn-border-o.btn-red:after {
    border-color: #e74c3c;
}

.btn-border-o.btn-red:hover {
    color: #e74c3c;
}

.btn-border-o.btn-main:before,
.btn-border-o.btn-main:after {
    border-color: #64D1EA;
}

.btn-border-o.btn-main:hover {
    color: #64D1EA;
}

.btn-border-o.btn-sub:before,
.btn-border-o.btn-sub:after {
    border-color: #84A5DD;
}

.btn-border-o.btn-sub:hover {
    color: #84A5DD;
}

.btn-border-o.btn-catch:before,
.btn-border-o.btn-catch:after {
    border-color: #789B3B;
}

.btn-border-o.btn-catch:hover {
    color: #789B3B;
}

.btn-border-o.btn-black:before,
.btn-border-o.btn-black:after {
    border-color: #333333;
}

.btn-border-o.btn-black:hover {
    color: #333333;
}

.btn-border {
    background-color: #e5e5e5;
    border: 1px solid #e5e5e5;
    color: #a6a6a6;
}

.btn-border:before,
.btn-border:after {
    content: '';
    border-style: solid;
    position: absolute;
    z-index: 5;
    border-radius: 3px;
    box-sizing: content-box;
}

.btn-border:before {
    width: 0;
    height: 100%;
    border-width: 1px 0 1px 0;
    top: -1px;
    left: 0;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.btn-border:after {
    width: 100%;
    height: 0;
    border-width: 0 1px 0 1px;
    top: 0;
    left: -1px;
}

.btn-border:hover {
    background-color: transparent;
}

.btn-border:hover:before {
    width: 100%;
}

.btn-border:hover:after {
    height: 100%;
}

.btn-border.btn-green:before,
.btn-border.btn-green:after {
    border-color: #2ecc71;
}

.btn-border.btn-green:hover {
    color: #2ecc71;
}

.btn-border.btn-blue:before,
.btn-border.btn-blue:after {
    border-color: #3498db;
}

.btn-border.btn-blue:hover {
    color: #3498db;
}

.btn-border.btn-purple:before,
.btn-border.btn-purple:after {
    border-color: #9b59b6;
}

.btn-border.btn-purple:hover {
    color: #9b59b6;
}

.btn-border.btn-navy:before,
.btn-border.btn-navy:after {
    border-color: #34495e;
}

.btn-border.btn-navy:hover {
    color: #34495e;
}

.btn-border.btn-orange:before,
.btn-border.btn-orange:after {
    border-color: #e67e22;
}

.btn-border.btn-orange:hover {
    color: #e67e22;
}

.btn-border.btn-red:before,
.btn-border.btn-red:after {
    border-color: #e74c3c;
}

.btn-border.btn-red:hover {
    color: #e74c3c;
}

.btn-border.btn-main:before,
.btn-border.btn-main:after {
    border-color: #64D1EA;
}

.btn-border.btn-main:hover {
    color: #64D1EA;
}

.btn-border.btn-sub:before,
.btn-border.btn-sub:after {
    border-color: #84A5DD;
}

.btn-border.btn-sub:hover {
    color: #84A5DD;
}

.btn-border.btn-catch:before,
.btn-border.btn-catch:after {
    border-color: #789B3B;
}

.btn-border.btn-catch:hover {
    color: #789B3B;
}

.btn-border.btn-black:before,
.btn-border.btn-black:after {
    border-color: #333333;
}

.btn-border.btn-black:hover {
    color: #333333;
}

.btn-border-rev-o {
    background-color: transparent;
    border: 1px solid #d0d0d0;
    color: #B8B8B8;
}

.btn-border-rev-o:before,
.btn-border-rev-o:after {
    content: '';
    border-style: solid;
    position: absolute;
    z-index: 5;
    border-radius: 3px;
    box-sizing: content-box;
}

.btn-border-rev-o:before {
    width: 0;
    height: 100%;
    border-width: 1px 0 1px 0;
    top: -1px;
    right: 0;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.btn-border-rev-o:after {
    width: 100%;
    height: 0;
    border-width: 0 1px 0 1px;
    bottom: 0;
    left: -1px;
}

.btn-border-rev-o:hover:before {
    width: 100%;
}

.btn-border-rev-o:hover:after {
    height: 100%;
}

.btn-border-rev-o.btn-green:before,
.btn-border-rev-o.btn-green:after {
    border-color: #2ecc71;
}

.btn-border-rev-o.btn-green:hover {
    color: #2ecc71;
}

.btn-border-rev-o.btn-blue:before,
.btn-border-rev-o.btn-blue:after {
    border-color: #3498db;
}

.btn-border-rev-o.btn-blue:hover {
    color: #3498db;
}

.btn-border-rev-o.btn-purple:before,
.btn-border-rev-o.btn-purple:after {
    border-color: #9b59b6;
}

.btn-border-rev-o.btn-purple:hover {
    color: #9b59b6;
}

.btn-border-rev-o.btn-navy:before,
.btn-border-rev-o.btn-navy:after {
    border-color: #34495e;
}

.btn-border-rev-o.btn-navy:hover {
    color: #34495e;
}

.btn-border-rev-o.btn-orange:before,
.btn-border-rev-o.btn-orange:after {
    border-color: #e67e22;
}

.btn-border-rev-o.btn-orange:hover {
    color: #e67e22;
}

.btn-border-rev-o.btn-red:before,
.btn-border-rev-o.btn-red:after {
    border-color: #e74c3c;
}

.btn-border-rev-o.btn-red:hover {
    color: #e74c3c;
}

.btn-border-rev-o.btn-main:before,
.btn-border-rev-o.btn-main:after {
    border-color: #64D1EA;
}

.btn-border-rev-o.btn-main:hover {
    color: #64D1EA;
}

.btn-border-rev-o.btn-sub:before,
.btn-border-rev-o.btn-sub:after {
    border-color: #84A5DD;
}

.btn-border-rev-o.btn-sub:hover {
    color: #84A5DD;
}

.btn-border-rev-o.btn-catch:before,
.btn-border-rev-o.btn-catch:after {
    border-color: #789B3B;
}

.btn-border-rev-o.btn-catch:hover {
    color: #789B3B;
}

.btn-border-rev-o.btn-black:before,
.btn-border-rev-o.btn-black:after {
    border-color: #333333;
}

.btn-border-rev-o.btn-black:hover {
    color: #333333;
}

.btn-border-rev {
    background-color: #e5e5e5;
    border: 1px solid #e5e5e5;
    color: #a6a6a6;
}

.btn-border-rev:before,
.btn-border-rev:after {
    content: '';
    border-style: solid;
    position: absolute;
    z-index: 5;
    border-radius: 3px;
    box-sizing: content-box;
}

.btn-border-rev:before {
    width: 0;
    height: 100%;
    border-width: 1px 0 1px 0;
    top: -1px;
    right: 0;
}

.btn-border-rev:after {
    width: 100%;
    height: 0;
    border-width: 0 1px 0 1px;
    bottom: 0;
    left: -1px;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.btn-border-rev:hover {
    background-color: transparent;
}

.btn-border-rev:hover:before {
    width: 100%;
}

.btn-border-rev:hover:after {
    height: 100%;
}

.btn-border-rev.btn-green:before,
.btn-border-rev.btn-green:after {
    border-color: #2ecc71;
}

.btn-border-rev.btn-green:hover {
    color: #2ecc71;
}

.btn-border-rev.btn-blue:before,
.btn-border-rev.btn-blue:after {
    border-color: #3498db;
}

.btn-border-rev.btn-blue:hover {
    color: #3498db;
}

.btn-border-rev.btn-purple:before,
.btn-border-rev.btn-purple:after {
    border-color: #9b59b6;
}

.btn-border-rev.btn-purple:hover {
    color: #9b59b6;
}

.btn-border-rev.btn-navy:before,
.btn-border-rev.btn-navy:after {
    border-color: #34495e;
}

.btn-border-rev.btn-navy:hover {
    color: #34495e;
}

.btn-border-rev.btn-orange:before,
.btn-border-rev.btn-orange:after {
    border-color: #e67e22;
}

.btn-border-rev.btn-orange:hover {
    color: #e67e22;
}

.btn-border-rev.btn-red:before,
.btn-border-rev.btn-red:after {
    border-color: #e74c3c;
}

.btn-border-rev.btn-red:hover {
    color: #e74c3c;
}

.btn-border-rev.btn-main:before,
.btn-border-rev.btn-main:after {
    border-color: #64D1EA;
}

.btn-border-rev.btn-main:hover {
    color: #64D1EA;
}

.btn-border-rev.btn-sub:before,
.btn-border-rev.btn-sub:after {
    border-color: #84A5DD;
}

.btn-border-rev.btn-sub:hover {
    color: #84A5DD;
}

.btn-border-rev.btn-catch:before,
.btn-border-rev.btn-catch:after {
    border-color: #789B3B;
}

.btn-border-rev.btn-catch:hover {
    color: #789B3B;
}

.btn-border-rev.btn-black:before,
.btn-border-rev.btn-black:after {
    border-color: #333333;
}

.btn-border-rev.btn-black:hover {
    color: #333333;
}

.btn-fill-vert-o {
    background-color: transparent;
    border: 1px solid #d0d0d0;
    color: #B8B8B8;
    overflow: hidden;
}

.btn-fill-vert-o:before,
.btn-fill-vert-o:after {
    content: '';
    width: 100%;
    height: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    z-index: -1;
}

.btn-fill-vert-o:before {
    top: 50%;
}

.btn-fill-vert-o:after {
    bottom: 50%;
}

.btn-fill-vert-o:hover {
    color: #fff;
}

.btn-fill-vert-o:hover:before,
.btn-fill-vert-o:hover:after {
    height: 50%;
    opacity: 1;
}

.btn-fill-vert-o.btn-green:before,
.btn-fill-vert-o.btn-green:after {
    background-color: #2ecc71;
}

.btn-fill-vert-o.btn-green:hover {
    border-color: #2ecc71;
}

.btn-fill-vert-o.btn-blue:before,
.btn-fill-vert-o.btn-blue:after {
    background-color: #3498db;
}

.btn-fill-vert-o.btn-blue:hover {
    border-color: #3498db;
}

.btn-fill-vert-o.btn-purple:before,
.btn-fill-vert-o.btn-purple:after {
    background-color: #9b59b6;
}

.btn-fill-vert-o.btn-purple:hover {
    border-color: #9b59b6;
}

.btn-fill-vert-o.btn-navy:before,
.btn-fill-vert-o.btn-navy:after {
    background-color: #34495e;
}

.btn-fill-vert-o.btn-navy:hover {
    border-color: #34495e;
}

.btn-fill-vert-o.btn-orange:before,
.btn-fill-vert-o.btn-orange:after {
    background-color: #e67e22;
}

.btn-fill-vert-o.btn-orange:hover {
    border-color: #e67e22;
}

.btn-fill-vert-o.btn-red:before,
.btn-fill-vert-o.btn-red:after {
    background-color: #e74c3c;
}

.btn-fill-vert-o.btn-red:hover {
    border-color: #e74c3c;
}

.btn-fill-vert-o.btn-main:before,
.btn-fill-vert-o.btn-main:after {
    background-color: #64D1EA;
}

.btn-fill-vert-o.btn-main:hover {
    border-color: #64D1EA;
}

.btn-fill-vert-o.btn-sub:before,
.btn-fill-vert-o.btn-sub:after {
    background-color: #84A5DD;
}

.btn-fill-vert-o.btn-sub:hover {
    border-color: #84A5DD;
}

.btn-fill-vert-o.btn-catch:before,
.btn-fill-vert-o.btn-catch:after {
    background-color: #789B3B;
}

.btn-fill-vert-o.btn-catch:hover {
    border-color: #789B3B;
}

.btn-fill-vert-o.btn-black:before,
.btn-fill-vert-o.btn-black:after {
    background-color: #333333;
}

.btn-fill-vert-o.btn-black:hover {
    border-color: #333333;
}

.btn-fill-vert {
    background-color: #e5e5e5;
    border: 1px solid #e5e5e5;
    color: #a6a6a6;
    overflow: hidden;
}

.btn-fill-vert:before,
.btn-fill-vert:after {
    content: '';
    width: 100%;
    height: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    z-index: -1;
}

.btn-fill-vert:before {
    top: 50%;
}

.btn-fill-vert:after {
    bottom: 50%;
}

.btn-fill-vert:hover {
    color: #fff;
}

.btn-fill-vert:hover:before,
.btn-fill-vert:hover:after {
    height: 50%;
    opacity: 1;
}

.btn-fill-vert.btn-green:before,
.btn-fill-vert.btn-green:after {
    background-color: #2ecc71;
}

.btn-fill-vert.btn-green:hover {
    border-color: #2ecc71;
}

.btn-fill-vert.btn-blue:before,
.btn-fill-vert.btn-blue:after {
    background-color: #3498db;
}

.btn-fill-vert.btn-blue:hover {
    border-color: #3498db;
}

.btn-fill-vert.btn-purple:before,
.btn-fill-vert.btn-purple:after {
    background-color: #9b59b6;
}

.btn-fill-vert.btn-purple:hover {
    border-color: #9b59b6;
}

.btn-fill-vert.btn-navy:before,
.btn-fill-vert.btn-navy:after {
    background-color: #34495e;
}

.btn-fill-vert.btn-navy:hover {
    border-color: #34495e;
}

.btn-fill-vert.btn-orange:before,
.btn-fill-vert.btn-orange:after {
    background-color: #e67e22;
}

.btn-fill-vert.btn-orange:hover {
    border-color: #e67e22;
}

.btn-fill-vert.btn-red:before,
.btn-fill-vert.btn-red:after {
    background-color: #e74c3c;
}

.btn-fill-vert.btn-red:hover {
    border-color: #e74c3c;
}

.btn-fill-vert.btn-main:before,
.btn-fill-vert.btn-main:after {
    background-color: #64D1EA;
}

.btn-fill-vert.btn-main:hover {
    border-color: #64D1EA;
}

.btn-fill-vert.btn-sub:before,
.btn-fill-vert.btn-sub:after {
    background-color: #84A5DD;
}

.btn-fill-vert.btn-sub:hover {
    border-color: #84A5DD;
}

.btn-fill-vert.btn-catch:before,
.btn-fill-vert.btn-catch:after {
    background-color: #789B3B;
}

.btn-fill-vert.btn-catch:hover {
    border-color: #789B3B;
}

.btn-fill-vert.btn-black:before,
.btn-fill-vert.btn-black:after {
    background-color: #333333;
}

.btn-fill-vert.btn-black:hover {
    border-color: #333333;
}

.btn-fill-horz-o {
    background-color: transparent;
    border: 1px solid #d0d0d0;
    color: #B8B8B8;
    overflow: hidden;
}

.btn-fill-horz-o:before,
.btn-fill-horz-o:after {
    content: '';
    width: 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}

.btn-fill-horz-o:before {
    left: 50%;
}

.btn-fill-horz-o:after {
    right: 50%;
}

.btn-fill-horz-o:hover {
    color: #fff;
}

.btn-fill-horz-o:hover:before,
.btn-fill-horz-o:hover:after {
    width: 50%;
    opacity: 1;
}

.btn-fill-horz-o.btn-green:before,
.btn-fill-horz-o.btn-green:after {
    background-color: #2ecc71;
}

.btn-fill-horz-o.btn-green:hover {
    border-color: #2ecc71;
}

.btn-fill-horz-o.btn-blue:before,
.btn-fill-horz-o.btn-blue:after {
    background-color: #3498db;
}

.btn-fill-horz-o.btn-blue:hover {
    border-color: #3498db;
}

.btn-fill-horz-o.btn-purple:before,
.btn-fill-horz-o.btn-purple:after {
    background-color: #9b59b6;
}

.btn-fill-horz-o.btn-purple:hover {
    border-color: #9b59b6;
}

.btn-fill-horz-o.btn-navy:before,
.btn-fill-horz-o.btn-navy:after {
    background-color: #34495e;
}

.btn-fill-horz-o.btn-navy:hover {
    border-color: #34495e;
}

.btn-fill-horz-o.btn-orange:before,
.btn-fill-horz-o.btn-orange:after {
    background-color: #e67e22;
}

.btn-fill-horz-o.btn-orange:hover {
    border-color: #e67e22;
}

.btn-fill-horz-o.btn-red:before,
.btn-fill-horz-o.btn-red:after {
    background-color: #e74c3c;
}

.btn-fill-horz-o.btn-red:hover {
    border-color: #e74c3c;
}

.btn-fill-horz-o.btn-main:before,
.btn-fill-horz-o.btn-main:after {
    background-color: #64D1EA;
}

.btn-fill-horz-o.btn-main:hover {
    border-color: #64D1EA;
}

.btn-fill-horz-o.btn-sub:before,
.btn-fill-horz-o.btn-sub:after {
    background-color: #84A5DD;
}

.btn-fill-horz-o.btn-sub:hover {
    border-color: #84A5DD;
}

.btn-fill-horz-o.btn-catch:before,
.btn-fill-horz-o.btn-catch:after {
    background-color: #789B3B;
}

.btn-fill-horz-o.btn-catch:hover {
    border-color: #789B3B;
}

.btn-fill-horz-o.btn-black:before,
.btn-fill-horz-o.btn-black:after {
    background-color: #333333;
}

.btn-fill-horz-o.btn-black:hover {
    border-color: #333333;
}

.btn-fill-horz {
    background-color: #e5e5e5;
    border: 1px solid #e5e5e5;
    color: #a6a6a6;
    overflow: hidden;
}

.btn-fill-horz:before,
.btn-fill-horz:after {
    content: '';
    width: 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}

.btn-fill-horz:before {
    left: 50%;
}

.btn-fill-horz:after {
    right: 50%;
}

.btn-fill-horz:hover {
    color: #fff;
}

.btn-fill-horz:hover:before,
.btn-fill-horz:hover:after {
    width: 50%;
    opacity: 1;
}

.btn-fill-horz.btn-green:before,
.btn-fill-horz.btn-green:after {
    background-color: #2ecc71;
}

.btn-fill-horz.btn-green:hover {
    border-color: #2ecc71;
}

.btn-fill-horz.btn-blue:before,
.btn-fill-horz.btn-blue:after {
    background-color: #3498db;
}

.btn-fill-horz.btn-blue:hover {
    border-color: #3498db;
}

.btn-fill-horz.btn-purple:before,
.btn-fill-horz.btn-purple:after {
    background-color: #9b59b6;
}

.btn-fill-horz.btn-purple:hover {
    border-color: #9b59b6;
}

.btn-fill-horz.btn-navy:before,
.btn-fill-horz.btn-navy:after {
    background-color: #34495e;
}

.btn-fill-horz.btn-navy:hover {
    border-color: #34495e;
}

.btn-fill-horz.btn-orange:before,
.btn-fill-horz.btn-orange:after {
    background-color: #e67e22;
}

.btn-fill-horz.btn-orange:hover {
    border-color: #e67e22;
}

.btn-fill-horz.btn-red:before,
.btn-fill-horz.btn-red:after {
    background-color: #e74c3c;
}

.btn-fill-horz.btn-red:hover {
    border-color: #e74c3c;
}

.btn-fill-horz.btn-main:before,
.btn-fill-horz.btn-main:after {
    background-color: #64D1EA;
}

.btn-fill-horz.btn-main:hover {
    border-color: #64D1EA;
}

.btn-fill-horz.btn-sub:before,
.btn-fill-horz.btn-sub:after {
    background-color: #84A5DD;
}

.btn-fill-horz.btn-sub:hover {
    border-color: #84A5DD;
}

.btn-fill-horz.btn-catch:before,
.btn-fill-horz.btn-catch:after {
    background-color: #789B3B;
}

.btn-fill-horz.btn-catch:hover {
    border-color: #789B3B;
}

.btn-fill-horz.btn-black:before,
.btn-fill-horz.btn-black:after {
    background-color: #333333;
}

.btn-fill-horz.btn-black:hover {
    border-color: #333333;
}

.tree-menu {
    line-height: 1em;
}

.tree-menu,
.tree-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.tree-menu>li {
    margin-bottom: 0.5em;
}

.tree-menu ul {
    position: relative;
    margin-top: 0.5em;
    margin-left: 1em;
}

.tree-menu ul:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    border-left: 1px solid #333333;
}

.tree-menu ul li {
    position: relative;
    margin: 0;
    line-height: 1.6rem;
    padding: 0.5em 1em;
}

.tree-menu ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 1em;
    left: 0;
    width: 0.5em;
    height: 0;
    border-top: 1px solid #333333;
}

.tree-menu ul li:last-child:before {
    top: 1em;
    bottom: 0;
    height: auto;
    background-color: #eee;
}

/*
  common.css
*/
.clearfix:after {
    display: block;
    clear: both;
    content: "";
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.responsive {
    max-width: 100%;
}

*,
*:before,
*:after {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*
USES: sm(399px)以下の時のメディアクエリ
  @include mq-down(sm) {
    flex:1 1 320px;
  }
*/
/* Conditions */
@media screen and (max-width: 767px) {
    .spn-none {
        display: none;
    }
}

/* Components */
.textbox {
    border: 0;
    padding: 0.4rem 0.8rem;
    font-size: 1rem;
    color: #aaa;
    border: solid 1px #ccc;
    margin: 0;
    width: 6rem;
    line-height: normal;
    /*-------------20170424*/
}

h3.title {
    padding-bottom: .5em;
    border-bottom: 1px solid #ccc;
}

h3.title span {
    display: block;
    margin-bottom: .2em;
    color: #3f511f;
    font-size: .9em;
}

a img {
    -webkit-transition: opacity 0.2s ease-out 0s;
    transition: opacity 0.2s ease-out 0s;
}

a img:hover {
    opacity: 0.8;
}

.search-space .sform {
    text-align: left;
    position: relative;
    margin: 0 auto;
}

.search-space .search-frame {
    border-radius: 1.2rem;
    border: 2px solid #BBBBBB;
    padding: 0.2rem;
    position: relative;
    height: 2.4rem;
}

.search-space .search-frame .search-key {
    position: absolute;
    background: transparent;
    left: 0;
    top: 0;
    height: 100%;
    padding: 0.6rem;
    border-width: 0;
    width: calc(100% - 2.3rem);
}

.search-space .search-frame .clearbtn {
    position: absolute;
    right: 0.3rem;
    background-color: transparent;
    border: none;
    color: #BBBBBB;
    width: 2rem;
    font-size: 1.5rem;
}

.search-space .search-frame .clearbtn:hover {
    color: #E78B5F;
    cursor: pointer;
}

html {
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    html {
        font-size: 16px;
    }
}

body {
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media (min-width: 768px) {
    #main-menu>li {
        float: none;
        display: table-cell;
        width: 1%;
        text-align: center;
    }
}

.two-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 0 2rem;
}

@media screen and (max-width: 767px) {
    .two-col {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 2rem 2rem 0rem 2rem;
    }
}

.two-col .single {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
}

@media screen and (max-width: 767px) {
    .two-col .single {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.three-col,
.three-col-mini {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 0 2rem;
}

@media screen and (max-width: 767px) {
    .three-col,
    .three-col-mini {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 2rem 2rem 0rem 2rem;
    }
}

.three-col .single {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
}

.three-col-mini .single {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 30%;
}

@media screen and (max-width: 767px) {
    .three-col .single,
    .three-col-mini .single {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.three-col .twin {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 66%;
    flex-basis: 66%;
}

@media screen and (max-width: 767px) {
    .three-col .twin {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.img-fifty {
    max-width: 50%;
}

@media screen and (max-width: 767px) {
    .img-fifty {
        max-width: 100%;
    }
}

.wrap-around {
    margin: 0 0 2rem;
}

.wrap-around img {
    float: left;
    margin: 0 1rem 0 0;
    max-width: 49%;
}

.wrap-around img.right {
    float: right;
    margin: 0 0 0 1rem;
}

@media screen and (max-width: 767px) {
    .wrap-around img.right {
        max-width: 100%;
        margin: 0 0 1rem;
    }
}

@media screen and (max-width: 767px) {
    .wrap-around img {
        max-width: 100%;
        margin: 0 0 1rem;
    }
}

.wrap-around:after {
    content: "";
    display: block;
    clear: both;
}

.breadcrumb {
    line-height: 1.4rem;
}

.breadcrumb ul.navi li {
    display: inline;
    padding: 0 1rem 0 0;
    position: relative;
    font-size: 1.0rem;
}

.breadcrumb ul.navi li:after {
    position: absolute;
    content: "\f105";
    font-family: "fontawesome";
    font-size: 1.4rem;
    right: 0;
    top: 0;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.breadcrumb ul.navi li:last-child:after {
    display: none;
}

.breadcrumb ul.navi li a {
    color: #333333;
}

.breadcrumb ul.navi li a .fa {
    text-decoration: underline;
}

/*.logo-area {------------20170424
  height: 6rem; }*/
.logo-area #topmenu {
    max-width: 960px;
    margin: 2rem auto 0;
}

@media screen and (max-width: 1023px) {
    .logo-area #topmenu {
        margin: 0 auto;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        height: 5rem;
        background-color: #fff;
        z-index: 10000;
        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;
        max-width: 100%;
    }
}

.logo-area #topmenu .header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.logo-area #topmenu .header-wrap .logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
    margin: 0.5rem 0;
}

@media screen and (max-width: 1023px) {
    .logo-area #topmenu .header-wrap .logo {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.logo-area #topmenu .header-wrap .logo .logo-mark {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px;
}

.logo-area #topmenu .header-wrap .logo .logo-mark img {
    max-width: 100%;
    display: block;
}

.logo-area #topmenu .header-wrap .logo .logo-type {
    margin: 0 0 0 1rem;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.logo-area #topmenu .header-wrap .logo .logo-type img {
    display: block;
    max-width: 100%;
}

@media screen and (max-width: 1023px) {
    .logo-area #topmenu .header-wrap .logo-space {
        margin: 0 auto;
        text-align: center;
    }
}

@media screen and (max-width: 1023px) and (max-width: 399px) {
    .logo-area #topmenu .header-wrap .logo-space {
        text-align: right;
    }

    .logo-area #topmenu .header-wrap .logo-space img {
        max-width: calc(100% - 50px);
    }
}

.logo-area #topmenu .header-wrap .header-command {
    margin: 0.5rem 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    text-align: right;
}

@media screen and (max-width: 1023px) {
    .logo-area #topmenu .header-wrap .header-command {
        display: none;
    }
}

.logo-area #topmenu .header-wrap .header-command .searchbox {
    margin: 0 0 0.5rem;
}

#main-nav {
    max-width: 960px;
    margin: 0 auto;
}

@media screen and (max-width: 1023px) {
    #main-nav {
        margin: 0;
    }
}

.drawer-hamburger {
    z-index: 10001;
    top: 6px;
}

.drawer-nav {
    z-index: 20000;
    position: fixed;
    -ms-touch-action: inherit !important;
    touch-action: inherit !important;
    overflow-y: auto;
    background-color: #eee;
}

.drawer-nav .drawer-login {
    margin: 1rem 1rem;
}

.drawer-nav .drawer-login .login {
    margin: 1rem 0 0;
    display: none;
}

@media screen and (max-width: 1023px) {
    .drawer-nav .drawer-login .login {
        display: block;
    }
}

.drawer-nav .drawer-searchbox {
    margin: 1rem 0;
    display: none;
}

@media screen and (max-width: 1023px) {
    .drawer-nav .drawer-searchbox {
        display: block;
    }
}

.drawer-nav .drawer-searchbox .sform {
    text-align: center;
    position: relative;
    margin: 0 auto;
}

.drawer-nav .drawer-searchbox .sform .skey {
    border-radius: 4rem;
    border: thin solid #BBBBBB;
    padding: 0.4rem;
    width: 65%;
}

.drawer-nav .drawer-searchbox .sform .clearbtn {
    background-color: transparent;
    border: none;
    color: #333333;
}

.drawer-nav .activate {
    color: #3f511f;
}

.drawer-nav .tree-description {
    text-align: left;
    padding: 0 1rem;
}

@media screen and (max-width: 1023px) {
    .drawer-nav .tree-description {
        display: none !important;
    }
}

.drawer-nav .tree-menu {
    position: relative;
}

@media screen and (max-width: 1023px) {
    .drawer-nav .tree-menu {
        display: none !important;
    }
}

.drawer-nav .tree-menu li {
    color: #333333;
    padding-left: 0.5rem;
}

.drawer-nav .tree-menu li>ul {
    display: none;
}

.drawer-nav .tree-menu li a {
    color: #333333;
    display: block;
    padding: 0.5rem;
}

.drawer-nav .tree-menu li a i {
    font-size: 1.2rem;
    padding-right: 0.2rem;
}

#contents {
    max-width: 960px;
    margin: 0 auto 5rem;
    /*padding: 2rem 0 0;-------------20170424*/
    padding: 2rem 2rem 0;
}

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

#contents .contents-wrap main {
    position: relative;
}

@media screen and (max-width: 767px) {
    #contents .contents-wrap main {
        max-width: 100%;
    }
}

#contents .contents-wrap main .top-image {
    margin: 0;
    position: relative;
    background: url("../img/index/top.jpg") center center;
    background-size: cover;
    height: 24rem;
}

@media screen and (max-width: 1023px) {
    #contents .contents-wrap main .top-image {
        display: none;
    }
}

#contents .contents-wrap main .page-title {
    margin: 2rem 0 0;
    position: relative;
    height: 10rem;
    background: url("../img/common/bg_clover.jpg") center center;
    background-size: cover;
}

#contents .contents-wrap main .page-title .float {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.48);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    #contents .contents-wrap main .page-title .float {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

#contents .contents-wrap main .page-title .float h2 {
    font-weight: bold;
    font-size: 2.5rem;
    color: #333333;
    padding: 1rem;
}

@media screen and (max-width: 399px) {
    #contents .contents-wrap main .page-title .float h2 {
        font-size: 2.0rem;
    }
}

#contents .contents-wrap main .page-title .float h1 .mini,
#contents .contents-wrap main .page-title .float h2 .mini {
    font-size: 1.5rem;
}

#contents .contents-wrap main .sentence {
    margin-bottom: 1rem;
}

#contents .contents-wrap main .sentence h3.bg-border {
    background: url("../img/common/bg_border.png") repeat-y top left;
    padding: 0.3rem 0 0.3rem 2rem;
    margin: 3rem 0;
    border-bottom: none;
}

#contents .contents-wrap main .sentence h4 {
    font-size: 1.1rem;
    margin: 3rem 0;
    border-bottom: thin dotted #555;
    padding-bottom: 0.25rem;
}

#contents .contents-wrap main .sentence h4:before {
    content: "\f06c";
    font-family: "fontawesome";
    color: #789B3B;
    margin-right: 0.2rem;

}

#contents .contents-wrap main .inner {
    line-height: 1.84rem;
}

#contents .contents-wrap main .prof-box {
    margin: 2rem 0 0 0;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
    #contents .contents-wrap main .prof-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    }
}

#contents .contents-wrap main .prof-box div {
    text-align: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media screen and (max-width: 767px) {
    #contents .contents-wrap main .prof-box div {
        text-align: center;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        margin-bottom: 1rem;
    }
}

#contents .contents-wrap main .prof-box div.mgn {
    text-align: left;
    margin-right: 1rem;
}

@media screen and (max-width: 767px) {
    #contents .contents-wrap main .prof-box div.mgn {
        margin-right: inherit;
    }
}

#contents .contents-wrap main .swiper-container {
    max-width: 100%;
    height: 300px;
}

#contents .contents-wrap main .whatsnew-list {
    max-height: 16rem;
    overflow-y: auto;
}

#contents .contents-wrap main .whatsnew-list ul li {
    margin: 0 0 1rem;
    border-bottom: thin dotted #BBBBBB;
    padding: 0 0 0.5rem;
}

#contents .contents-wrap main .whatsnew-list ul li .date {
    margin: 0 0 0.4rem;
}

#contents .contents-wrap main .whatsnew-list ul li .text a {
    -webkit-transition: opacity 0.4s ease-out 0s;
    transition: opacity 0.4s ease-out 0s;
    color: #333333;
}

#contents .contents-wrap main .whatsnew-list ul li .text a:hover {
    opacity: 0.7;
}

#contents .contents-wrap main .topic-list ul li {
    margin: 0 0 1rem;
}

#contents .contents-wrap main .topic-list ul li a {
    -webkit-transition: opacity 0.4s ease-out 0s;
    transition: opacity 0.4s ease-out 0s;
}

#contents .contents-wrap main .topic-list ul li a:hover {
    opacity: 0.7;
}

#contents .contents-wrap main .topic-list ul li a img {
    max-width: 100%;
}

.spn-only {
    display: none;
}

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

    .spn-only {
        display: block;
        max-width: 100%;
        margin: 0 auto;
        padding: 2rem 2rem 0rem 2rem;
    }
}

.spn-menu {
    width: 100%;
    margin: 2rem auto 0;
    max-width: 960px;
    display: none;
}

@media screen and (max-width: 1023px) {
    .spn-menu {
        display: block;
    }
}

.spn-menu .spn-wrap .swipe-categories .swiper-wrapper .swiper-slide {
    max-width: 10rem;
    padding: 1rem;
    margin-right: 3px;
    text-align: center;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    background-color: #aaca72;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .spn-menu .spn-wrap .swipe-categories .swiper-wrapper .swiper-slide {
        max-width: 10rem;
    }
}

.spn-menu .spn-wrap .swipe-categories .swiper-wrapper .swiper-slide.swiper-slide-active {
    background-color: #789B3B;
    color: #f2f2f2;
}

.spn-menu .spn-wrap .swipe-categories .swiper-wrapper .swiper-slide.green {
    background-color: #789B3B;
}

.spn-menu .spn-wrap .swipe-categories .swiper-wrapper .swiper-slide.orange {
    background-color: #E78B5F;
}

.spn-menu .spn-wrap .swipe-categories .swiper-wrapper .swiper-slide.pink {
    background-color: #E76189;
}

.spn-menu .spn-wrap .swipe-categories .swiper-wrapper .swiper-slide.blue {
    background-color: #71C1E7;
}

.spn-menu .spn-wrap .swipe-contents {
    border-bottom: 3px solid #789B3B;
}

.spn-menu .spn-wrap .swipe-contents .swiper-circle-prev,
.spn-menu .spn-wrap .swipe-contents .swiper-circle-next {
    display: none;
    cursor: pointer;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 4rem;
    height: 4rem;
    background-color: #789B3B;
    border-radius: 2rem;
}

.spn-menu .spn-wrap .swipe-contents .swiper-circle-prev.swiper-circle-prev,
.spn-menu .spn-wrap .swipe-contents .swiper-circle-next.swiper-circle-prev {
    left: -2rem;
}

.spn-menu .spn-wrap .swipe-contents .swiper-circle-prev.swiper-circle-prev:after,
.spn-menu .spn-wrap .swipe-contents .swiper-circle-next.swiper-circle-prev:after {
    content: "\f053";
    position: absolute;
    font-family: "fontawesome";
    left: 2.1rem;
    top: 1.25rem;
    font-size: 1.5rem;
    color: #f2f2f2;
}

.spn-menu .spn-wrap .swipe-contents .swiper-circle-prev.swiper-circle-next,
.spn-menu .spn-wrap .swipe-contents .swiper-circle-next.swiper-circle-next {
    right: -2rem;
}

.spn-menu .spn-wrap .swipe-contents .swiper-circle-prev.swiper-circle-next:after,
.spn-menu .spn-wrap .swipe-contents .swiper-circle-next.swiper-circle-next:after {
    content: "\f054";
    position: absolute;
    font-family: "fontawesome";
    right: 2.1rem;
    top: 1.25rem;
    font-size: 1.5rem;
    color: #f2f2f2;
}

.spn-menu .spn-wrap .swipe-contents .swiper-wrapper {
    z-index: -1;
    position: relative;
}

.spn-menu .spn-wrap .swipe-contents .swiper-wrapper .swiper-slide {
    border-top: 3px solid #789B3B;
}

.spn-menu .spn-wrap .swipe-contents .swiper-wrapper .swiper-slide .swiper-inner {
    padding: 2rem;
}

@media screen and (max-width: 1023px) {
    .spn-menu .spn-wrap .swipe-contents .swiper-wrapper .swiper-slide .swiper-inner.mgn {
        margin: 0 0 12rem;
    }
}

@media screen and (max-width: 767px) {
    .spn-menu .spn-wrap .swipe-contents .swiper-wrapper .swiper-slide .swiper-inner.mgn {
        margin: 0 0 8rem;
    }
}

.spn-menu .spn-wrap .swipe-contents .swiper-wrapper .swiper-slide .swiper-inner h5 {
    border-left: 5px solid #789B3B;
    font-size: 1.2rem;
    text-align: left;
    display: block;
    padding: 0;
    margin: 1rem 0 1rem;
    padding: 0 0 0 0.5rem;
}

.spn-menu .spn-wrap .swipe-contents .swiper-wrapper .swiper-slide .swiper-inner h6 {
    font-size: 1.1rem;
    margin: 1rem 0;
    font-weight: normal;
}

.spn-menu .spn-wrap .swipe-contents .swiper-wrapper .swiper-slide .swiper-inner h6:before {
    content: "\f299";
    font-family: "fontawesome";
    color: #789B3B;
    padding-right: 2px;
}

.spn-menu .spn-wrap .swipe-contents .swiper-wrapper .swiper-slide .swiper-inner h7 {
    font-size: 1rem;
    margin: 1rem 0;
    display: block;
}

.spn-menu .spn-wrap .swipe-contents .swiper-wrapper .swiper-slide .swiper-inner h7:before {
    content: "\f0a9";
    font-family: "fontawesome";
    padding-right: 2px;
}

.spn-menu .spn-wrap .swipe-contents .swiper-wrapper .swiper-slide .swiper-inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.spn-menu .spn-wrap .swipe-contents .swiper-wrapper .swiper-slide .swiper-inner ul li {
    position: relative;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    margin: 0 0 4px 0;
    border: thin solid #BBBBBB;
    padding: 2rem 0;
    text-align: center;
}

@media screen and (max-width: 399px) {
    .spn-menu .spn-wrap .swipe-contents .swiper-wrapper .swiper-slide .swiper-inner ul li {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    }
}

.spn-menu .spn-wrap .swipe-contents .swiper-wrapper .swiper-slide .swiper-inner ul li a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    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;
    text-decoration: none;
    color: #333333;
    -webkit-transition: background-color 0.4s ease-out 0s;
    transition: background-color 0.4s ease-out 0s;
}

.spn-menu .spn-wrap .swipe-contents .swiper-wrapper .swiper-slide .swiper-inner ul li a:hover {
    background-color: #d5d5d5;
}

.spn-menu .spn-wrap .swipe-contents .swiper-wrapper .swiper-slide .swiper-inner ul li a.activate {
    background-color: #aaca72;
}

.spn-menu .spn-wrap .swipe-contents .swiper-wrapper .swiper-slide .swiper-inner ul li a.activate:hover {
    background-color: #d7e6bc;
}

.spn-menu .spn-wrap .swipe-contents .swiper-wrapper .swiper-slide .swiper-inner ul li a span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media screen and (max-width: 1023px) {
    .spn-menu .spn-wrap .swipe-contents .swiper-wrapper .swiper-slide .swiper-inner ul li a span {
        font-size: 1rem;
    }
}

footer {
    width: 100%;
    margin: 0 auto;
    background-color: #789B3B;
    max-width: 960px;
}

footer .ft-content {
    padding: 2rem 0 0;
}

footer .ft-content .ft-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

@media screen and (max-width: 767px) {
    footer .ft-content .ft-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

footer .ft-content .ft-wrap .ft-sm {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}

@media screen and (max-width: 767px) {
    footer .ft-content .ft-wrap .ft-sm {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    }
}

@media screen and (max-width: 767px) {
    footer .ft-content .ft-wrap .ft-sm ul li {
        position: relative;
        border-bottom: 2px dotted #f2f2f2;
    }

    footer .ft-content .ft-wrap .ft-sm ul li:first-child {
        border-top: 2px dotted #f2f2f2;
    }

    footer .ft-content .ft-wrap .ft-sm ul li:last-child {
        border-bottom: none;
    }

    footer .ft-content .ft-wrap .ft-sm ul li.last {
        border-bottom: 2px dotted #f2f2f2;
    }
}

footer .ft-content .ft-wrap .ft-sm ul li a {
    color: #f2f2f2;
    line-height: 1.84rem;
}

@media screen and (max-width: 767px) {
    footer .ft-content .ft-wrap .ft-sm ul li a {
        display: block;
        text-decoration: none;
        -webkit-transition: background-color 0.4s ease-out 0s;
        transition: background-color 0.4s ease-out 0s;
    }

    footer .ft-content .ft-wrap .ft-sm ul li a:before {
        content: "\f0a9";
        font-family: "fontawesome";
        padding-right: 5px;
        margin-left: 5px;
    }

    footer .ft-content .ft-wrap .ft-sm ul li a:hover {
        background-color: #93bb4e;
    }
}

footer .copyright {
    padding: 0.5rem;
    text-align: center;
}

body.single-page section #topmenu .header-wrap .logo-space img {
    max-width: 100%;
}

.form-group label {
    margin-bottom: 0.5rem;
}

.square {
    border: thin solid #aaca72;
    border-radius: 0.3rem;
    padding: 1rem;
}

.square.belong {
    position: relative;
    background-color: #d7e6bc;
}

.square.belong .btnAddBelong {
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
    font-size: 2rem;
}

.square.belong .btnAddBelong:hover {
    color: #789B3B;
}

.square.belong .job-description {
    position: relative;
    background-color: #edf4e1;
    padding: 1rem;
    border-radius: 0.3rem;
}

.square h5 {
    font-size: 1.2rem;
}


#main-nav {
    display: block;
}

@media screen and (max-width: 767px) {
    #main-nav {
        display: none;
    }
}

#main-nav-spn {
    display: none;
}

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

@media print {
    a[href]:after {
        content: "";
    }

    abbr[title]:after {
        content: "";
    }
}

#username {
    visibility: hidden;
}
/*# sourceMappingURL=../css/common.css.map */
