@charset "UTF-8";
/* ALL
-------------------------------- */
.contentIn {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .contentIn {
        width: 100%;
        padding: 0 3%;
    }
}

.contentIn.w840 {
    width: 840px;
}

@media screen and (max-width: 768px) {
    .contentIn.w840 {
        width: 100%;
    }
}

.taL {
    text-align: left;
}

.taC {
    text-align: center;
}

.taR {
    text-align: right;
}

.fw400 {
    font-weight: 400;
}

.fw500 {
    font-weight: 500;
}

.fw600 {
    font-weight: 600;
}

.fw700 {
    font-weight: 700;
}

.vm {
    vertical-align: middle;
}

.fL {
    float: left;
}

.fR {
    float: right;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

@media screen and (max-width: 768px) {
    .pcOnly {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .spOnly {
        display: none;
    }
}

.c-brown01 {
    color: #614c3f;
}

/* Font-Size
-------------------------------- */
.fz18 {
    font-size: 18px;
}

/* Font-Family
-------------------------------- */
.ffLato {
    font-family: "Lato", sans-serif;
}

.ffHiraGo {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}

.ffYuGo {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}

/* Margin
-------------------------------- */
.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb25 {
    margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
    .mb25 {
        margin-bottom: 5%;
    }
}

.mb30 {
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .mb30 {
        margin-bottom: 10%;
    }
}

.mb35 {
    margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
    .mb35 {
        margin-bottom: 10%;
    }
}

.mb40 {
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .mb40 {
        margin-bottom: 10%;
    }
}

.mb55 {
    margin-bottom: 55px;
}

.mb60 {
    margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
    .mb60 {
        margin-bottom: 30px;
    }
}

.mb75 {
    margin-bottom: 75px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb85 {
    margin-bottom: 85px;
}

@media screen and (max-width: 768px) {
    .mb85 {
        margin-bottom: 10%;
    }
}

.mb100 {
    margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
    .mb100 {
        margin-bottom: 50px;
    }
}

.mb110 {
    margin-bottom: 110px;
}

@media screen and (max-width: 768px) {
    .mb110 {
        margin-bottom: 15%;
    }
}

.mb180 {
    margin-bottom: 180px;
}

@media screen and (max-width: 768px) {
    .mb180 {
        margin-bottom: 50px;
    }
}

/* Padding
-------------------------------- */
.pt75 {
    padding-top: 75px;
}

@media screen and (max-width: 768px) {
    .pt75 {
        padding-top: 10%;
    }
}

.pb80 {
    padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
    .pb80 {
        padding-bottom: 10%;
    }
}

/* Table
-------------------------------- */
@media screen and (max-width: 768px) {
    .tableStyle01 {
        font-size: 12px;
    }
}

.tableStyle01 th {
    width: 130px;
    font-weight: bold;
    line-height: 1.6;
}

@media screen and (max-width: 768px) {
    .tableStyle01 th {
        width: 30%;
    }
}

.tableStyle01 td {
    line-height: 2.7;
}

@media screen and (max-width: 768px) {
    .tableStyle01 td {
        line-height: 1.83;
    }
}

.list_fx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ttlStyle01 {
    color: #614c3f;
    font-size: 16px;
    font-weight: bold;
    border-left: solid 5px #614c3f;
    border-bottom: solid 1px #614c3f;
    padding: 5px 0 10px 15px;
    margin-top: 12px;
}

@media screen and (max-width: 768px) {
    .ttlStyle01 {
        font-size: 13px;
        padding: 1% 0 3% 3%;
        border-left-width: 4px;
    }
}

.ttlStyle01.fz14 {
    font-size: 14px;
    padding-top: 7px;
}

.slideStyle01 {
    overflow: hidden;
}

.slideStyle01 button {
    outline: none;
    cursor: pointer;
}

.slideStyle01 .slick-arrow {
    position: absolute;
    top: 50%;
    text-indent: -9999px;
    border: none;
    width: 16px;
    height: 28px;
    background: url(../img/common/slide_arrow01.png) no-repeat;
    background-size: contain;
    margin-top: -30px;
    z-index: 100;
}

.slideStyle01 .slick-prev {
    left: 24px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slideStyle01 .slick-next {
    right: 24px;
}

.slideStyle01 .slick-dots {
    font-size: 0;
    text-align: center;
    margin-top: 20px;
}

.slideStyle01 .slick-dots li {
    display: inline-block;
}

.slideStyle01 .slick-dots li + li {
    margin-left: 13px;
}

.slideStyle01 .slick-dots button {
    display: block;
    padding: 0;
    width: 10px;
    height: 10px;
    border: none;
    text-indent: -9999px;
    background: #614c3f;
    border-radius: 50%;
}

.slideStyle01 .slick-dots .slick-active button {
    background: #28a7e1;
}
