@charset "UTF-8";
/* CSS Document */


/*-----------------------------------
ページ大見出し(h1)
-----------------------------------*/

.headline {
    background: url("../images/effort_mv.jpg") 50% 50%;
    background-size: cover;
    color: #fff;
}

.headline h1 {
    background-color: #ed6d3d;
}

.headline-mid {
    background: url("../images/effort_mv.jpg") 50% 50%;
    background-size: cover;
    color: #fff;
}

/*-----------------------------------
ページ中見出し(h3)
-----------------------------------*/

.underlayer h3 {
    padding-bottom: 1rem;
    font-size: 130%;
}

@media screen and (max-width: 767px) {
    .underlayer h3 {
        padding-bottom: 1rem;
        font-size: 125%;
    }
}

/*TBここまで*/

/*-----------------------------------
effort
-----------------------------------*/

.effort img {
    width: 100%;
}

.effort .btn,
.effort-btn01 {
    padding: 0.5rem 1.8rem;
    margin-left: 1rem;
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #522201;
    transition: .4s;
}

.effort-btn01 {
    border: solid 1px #f9bf3d;
    background: repeating-linear-gradient(-45deg, #f9bf3d, #f9bf3d 6px, #fca203 6px, #fca203 14px);
    text-shadow: 0 0 5px #ed6d3d;

}

.effort-btn02 {
    border: solid 1px #ef8a53;
    background: repeating-linear-gradient(-45deg, #ef8a53, #ef8a53 6px, #ed6d3d 6px, #ed6d3d 14px);
    text-shadow: 0 0 5px #fc5522;
}

.btn-flat-stripe:hover {
    background: repeating-linear-gradient(-45deg, #ef8a53, #ef8a53 6px, #ed6d3d 6px, #ed6d3d 14px);
}

.effort .btn a,
.effort-btn01 a {
    color: #fff;
    padding: 0;
    margin: 0;
    font-weight: 500;
}

.effort .btn a:hover,
.effort-btn01 a:hover {
    color: #fff;
}

.effort-msg img {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-right: 1em;
}

.effort-msg dl {
    display: inline-block;
    width: 60%;
    line-height: 1.5;
}

.effort-msg dt::before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    display: block;
    color: #ed6d3d;
}

.effort-msg dd {
    margin-bottom: 0;
}

.effort-msg .col-md-4 a {
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: space-around;
}

.effort .table {
    width: 80%;
    margin: 0 auto;
    color: #512301;
}

.table td,
.table th {
    background: #fef9f9;
    border-top: 1px solid #fdeae2;
}

.table tr:nth-child(even) td,
.table tr:nth-child(even) th {
    background: #fff;
}

.effort .table th {
    width: 30%
}

@media screen and (max-width: 991px) {
    .effort-msg img {
        display: inline-block;
        width: 100%;
        height: 100%;
        padding-right: 1em;
    }
}

/*TBここまで*/

@media screen and (max-width: 767px) {
    .effort .btn {
        width: 100%;
        margin-left: 0;
    }

    .effort-btn01 a,
    .effort-btn02 a {
        font-size: 90%;
    }

    .effort .table {
        width: 100%;
    }

    .effort .table th,
    .effort .table td {
        display: block;
        width: 100%
    }

    .effort .table th {
        padding-bottom: 0px;
    }

    .effort .table td {
        border: none;
        padding-top: 5px;
    }
}

/*SPここまで*/