/* Common */

.button {
    display: inline-block;
    width: 200px;
    height: 54px;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
}

.button::before, .button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.button, .button::before, .button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.button {
    background-color: #285438;
    border: 1px solid #285438;
    color: #fff;
    line-height: 50px;
}

.button:hover {
    background-color: #fff;
}

select {
    width: 300px;
    height: 50px;
}

.tbl th {
    width: 30%;
    text-align: left;
}

@media only screen and (max-width:480px) {
    .tbl {
        margin: 0 -10px;
    }
    .tbl th, .tbl td {
        width: 100%;
        display: block;
        border-top: none;
    }
    .tbl tr:first-child th {
        border-top: 1px solid #ddd;
    }
}

@media only screen and (max-width: 760px) {
    .pc {
        display: none;
    }
		aside .widget {
		padding: 0;
	}
}

/* Header, Footer */

.header_page, .header_page {
    height: 200px
}

#navigation .menu-item .sub-menu a {
    color: #ffffff;
    font-weight: bold;
}

#navigation .menu-item .sub-menu a:hover {
    color: #1c6d06;
}

.section_title h1 {
    font-weight: bold !important;
}

#social_widget-7 .widget-title {
    margin-bottom: 0;
}

footer#footer .inner .row-fluid.ff:first-child {
    padding-bottom: 0;
}

#nav_menu-2 {
    margin-top: 50px;
}

@media only screen and (max-width: 760px) {
    #nav_menu-2 {
        margin-top: 0px;
    }
}

/*. Blog Articles */

.latest_blog .blog-article.grid-style .content .text {
    font-size: 0.7em;
    line-height: 1.5em;
}

.blog-article.grid-style .content {
    padding: 0;
    margin-top: 0;
}

.blog-article.grid-style .content h3 {
    font-size: 15px;
    text-align: left;
    line-height: 20px;
}

.cat-title {
    margin-bottom: 80px;
}

#blog h1 {
    font-weight: bold;
}

#blog .content h1 a {
    font-size: 20px;
}

#blog h2 {
    margin-top: 2em;
    margin-bottom: 1em;
    font-weight: bold;
    padding: 0.25em 0.5em;
    background: transparent;
    border-left: solid 5px #3c3c3c;
}

#blog h3 {
    margin-top: 2em;
    margin-bottom: 1em;
    font-weight: bold;
}

#blog h4 {
    font-weight: bold;
    position: relative;
    padding-left: 20px;
}

#blog h4:before {
    background: #000;
    content: "";
    height: 10px;
    width: 10px;
    left: 0;
    position: absolute;
    top: 6px;
}

#content #blog {
    line-height: 1.6;
}

#content a:hover {
    transition-duration: 0.3s;
    text-decoration: underline;
}

/*. Contact */

.sirryo input:not([type="submit"]) {
    height: 25px;
}

.wpcf7-list-item {
    text-align: left;
}

span.wpcf7-list-item {
    display: inline;
}

.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
}

span.wpcf7-list-item {
    position: relative;
    margin: 0 50px 0 0 !important;
}

.hinban1 input:not([type="submit"]), .hinban1 textarea {
    width: 300px;
    margin-top: 6px;
}

.hinban2 input:not([type="submit"]), .hinban2 textarea {
    width: 300px;
    margin-top: 6px;
}

.hinban3 input:not([type="submit"]), .hinban3 textarea {
    width: 300px;
    margin-top: 6px;
}

.btn-bt.default {
    font-size: 18px;
    font-weight: bold;
}

/*. Static Pages */

#content .section-style {
    padding-top: 20;
    padding-bottom: 0;
}

.link-box {
    margin-bottom: 50px !important;
}

.link-box h3 {
    font-weight: bold;
}

.link-img {
    overflow: hidden;
    background: #000;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}

.link-img img {
    width: 100%;
    height: auto;
    cursor: pointer;
    transition-duration: 0.3s;
}

.link-img :hover img {
    opacity: 0.6;
    transition-duration: 0.6s;
}

.wpb_row.section-style, .wpb_row.standard_section {
    margin-bottom: 0px;
}

.list-box {
    margin-top: 17px;
    font-size: 0.8em;
}

#topProductList {
    margin-bottom: 0;
}

#content table {
    width: 100%;
}

#content th, section td {
    padding: 10px;
    border: 1px solid #ddd;
}

#content th {
    background: #f4f4f4;
}

.border-box {
    border: solid 1px #999;
}

.border-box .wpb_wrapper {
    padding: 20px;
}

#side-menu-list .cat-post-item {
    border-bottom: 1px solid #ccc;
    margin: 8px 0 3px 0;
    padding: 3px 0;
    font-size: 15px;
}

#side-menu-list .cat-post-item:last-child {
    border-bottom: none;
}

.blog-article.alternate-style .media .overlay .post_type_circle {
    display: none;
}

.top_nav .social_widget li i {
    font-size: 20px;
}

.parent-pages {
    line-height: 20px;
    color: #333 !important;
    position: relative;
    width: auto;
    margin: auto;
    font-size: 12px;
    z-index: 2;
    font-weight: 600;
    text-transform: uppercase;
}