@charset "UTF-8";
.c-wid {
    max-width: 1000px;
}
.usefulMain_wrap {
    margin: 60px auto 100px;
}
.useful-ttl {
    font-size: 30px;
    line-height: 1;
    color: #68582e;
    font-weight: bold;
    position: relative;
    z-index: 2;
    text-align: center;
    padding-top: 28px;
    margin-bottom: 50px;
}
.useful-ttl:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    width: 590px;
    height: 50px;
    background: url("../img/useful_ttl.png") no-repeat center center;
}
.usefulLst_wrap {
    margin-top: 50px;
}
.usefulLst_in {
    width: 320px;
    margin-right: 20px;
    margin-top: 20px;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px rgb(100 100 100 / 10%);
}
.usefulLst_in:nth-child(-n+3) {
    margin-top: 0;
}
.usefulLst_in:nth-child(3n) {
    margin-right: 0;
}
.usefulLst_in a {
    display: block;
}
.usefulLst_img {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}
.usefulLst_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s ease-out;
}
.usefulLst_dtl {
    padding: 20px;
}
.usefulLst-data {
    font-size: 14px;
    line-height: 1;
    color: #413a29;
}
.usefulLst-ttl {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.4;
    color: #413a29;
}
.usefulDtl_wrap {
    padding: 40px;
    background: #fff;
    border-radius: 8px;
}
.clmDtl-ttl {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    padding-bottom: 20px;
    border-bottom: 2px solid #dcd2b9;
    color: #68582e;
}
.clmDtl-data {
    font-size: 16px;
    color: #68582e;
    margin-bottom: 10px;
}
.clmDtl_wrap {
    margin-top: 50px;
    margin-bottom: 80px;
    color: #555;
}
.clmDtl_wrap p {
    font-size: 16px;
    margin-top: 30px;
}
.clmDtl_wrap img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin-top: 30px;
}
.clmDtl_wrap h2 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 50px;
    padding-left: 15px;
    border-left: 5px solid #3aa784;
}
.clmDtl_wrap h3 {
    font-size: 18px;
    font-weight: bold;
    color: #3aa784;
    margin-top: 40px;
}
.clmDtl_wrap h3 + p {
    margin-top: 10px;
}
.clmDtl_wrap a {
    text-decoration: underline;
}
.clmDtl_wrap p:first-child,
.clmDtl_wrap img:first-child,
.clmDtl_wrap h2:first-child,
.clmDtl_wrap h3:first-child {
    margin-top: 0;
}
@media (min-width: 896px) {
    .usefulLst_wrap {
        display:-webkit-box;
      	display:-ms-flexbox;
      	display:flex;
        -ms-flex-wrap: wrap;
  	    flex-wrap: wrap;
    }
    .usefulLst_in a:hover {
        text-decoration: none;
    }
    .usefulLst_in a:hover .usefulLst_img img {
        width: 110%;
        height: 110%;
    }
    .clmDtl_wrap a:hover {
        color: #3aa784;
        text-decoration: none;
    }
}
@media only screen and (max-width: 896px) {
    .usefulMain_wrap {
        padding: 0 20px;
        margin: 50px auto 80px auto;
        box-sizing: border-box;
    }
    .useful-ttl {
        font-size: 20px;
        padding-top: 16px;
        margin-bottom: 30px;
    }
    .useful-ttl:before {
        width: 100%;
        height: 25px;
        background: url("../img/sp/useful_ttl.png") no-repeat center center;
        background-size: auto 100%;
    }
    .usefulLst_wrap {
        margin-top: 30px;
    }
    .usefulLst_in {
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
        border-radius: 6px;
        box-shadow: 0px 4px 10px rgb(100 100 100 / 10%);
    }
    .usefulLst_in:nth-child(-n+3) {
        margin-top: 20px;
    }
    .usefulLst_in:nth-child(1) {
        margin-top: 0;
    }
    .usefulLst_dtl {
        padding: 15px 20px;
    }
    .usefulLst_img {
        width: 100%;
        height: 160px;
        border-radius: 6px 6px 0 0;
    }
    .usefulLst-ttl {
        font-size: 16px;
        margin-top: 8px;
    }
    .usefulDtl_wrap {
        padding: 30px 20px;
    }
    .clmDtl-ttl {
        font-size: 20px;
        padding-bottom: 15px;
        margin-bottom: 30px;
    }
    .clmDtl-data {
        font-size: 14px;
    }
    .clmDtl_wrap {
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .clmDtl_wrap p {
        font-size: 14px;
        margin-top: 20px;
    }
    .clmDtl_wrap img {
        margin-top: 20px;
    }
    .clmDtl_wrap h2 {
        font-size: 18px;
        margin-top: 40px;
    }
    .clmDtl_wrap h3 {
        font-size: 16px;
        margin-top: 30px;
    }
}
@media only screen and (max-width: 374px) {

}
