@charset "utf-8";

/* ======================================
2024/12/13 added by fujita
======================================== */
.sc_frame_title {
    color: #fff;
    padding: 1em;
    background: #4fa32f !important;
    font-weight: bold;
    margin-bottom: 1em;
}

/* 20240526 added by Fabo */
.fs12 {
    font-size: 12px;
}

.fs13 {
    font-size: 13px;
}

.fs14 {
    font-size: 14px;
}

.fs15 {
    font-size: 15px;
}

.fs16 {
    font-size: 16px;
}

.fs17 {
    font-size: 17px;
}

.fs18 {
    font-size: 18px;
}

.fs19 {
    font-size: 19px;
}

.fs20 {
    font-size: 20px;
}

.entry-content h2 {
    margin-top: 60px !important;
}

.entry-content .row {
    margin-right: -15px;
    margin-left: -15px;
}

.entry-content .row>div {
    margin-bottom: 20px;
    padding: 0 15px;
}

.term-contact .entry-content .row {
    margin: 0;
}

.term-contact .entry-content .row>div {
    margin: 0;
    padding: 0;
}

.entry-content .template-text :first-child {
    margin-top: 0;
}

.entry-content .template-img-right {
    margin-left: 30px;
}

.entry-content .template-img-left {
    margin-right: 30px;
}

.entry-content .template-text :first-child {
    margin-top: 0;
}

.entry-content th,
.entry-content td :last-child {
    margin-bottom: 0;
}

.entry-content .text-center>* {
    text-align: center;
}

.entry-content .btn-primary {
    min-width: 250px;
    padding: 1rem 2rem;
    border: none;
    border-radius: 50px;
}

.map-wrap {}

.map-wrap iframe {
    width: 100%;
    height: 460ox;
}

.color-red {
    color: #d90000;
}

.strong {
    color: #408b23;
}

.table-bordered th {
    width: 25%;
    background: #f7f5ec;
}

.table-bordered th,
.table-bordered td {
    padding: 16px;
    vertical-align: middle;
}

.table-bordered.-fixed {
    table-layout: fixed;
}

.table-bordered.-fixed thead th {
    border-bottom: 1px;
    background: #ebe2d3;
}

.table-bordered.-fixed th,
.table-bordered.-fixed td {
    width: auto;
    text-align: center;
    vertical-align: middle;
}

.contents-colorbox {
    margin-bottom: 20px;
    padding: 30px;
    background: #f7f5ec;
    border-radius: 10px;
}

.contents-colorbox :first-child {
    margin-top: 0;
    padding-top: 0;
}

.contents-colorbox :last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.contents-borderbox {
    margin-bottom: 20px;
    padding: 35px;
    border: #629b62 1px solid;
}

.contents-borderbox :first-child {
    margin-top: 0;
    padding-top: 0;
}

.contents-borderbox :last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.contents-colorbox .template-img-right,
.contents-colorbox .template-img-left,
.contents-borderbox .template-img-right,
.contents-borderbox .template-img-left {
    margin-bottom: 0;
}

.list-check {
    margin: 20px 0 0 0;
}

.list-check li {
    position: relative;
    margin: 0 0 12px 0 !important;
    padding-left: 22px;
    list-style: none !important;
    line-height: 1.6;
}

.list-check li:before {
    content: "\f00c";
    position: absolute;
    top: 2px;
    left: 0;
    color: #f58032;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    line-height: 1.2;
}

.list-check li:last-child {
    margin-bottom: 0 !important;
}

.img-radius {
    border-radius: 15px;
}

.img_radius.-s {
    border-radius: 10px;
}

/* 伐採・剪定 */
.contents-logging-point>div {
    margin-bottom: 35px;
}

.contents-logging-point hr {
    margin-bottom: 35px;
}

.contents-logging-point h4 {
    margin: 0 0 0.3rem 0;
    color: #544031;
}

.contents-logging-point .marker-yellow {
    color: #408b23;
}