@charset "UTF-8";

.tabs__item {
    display: inline;
}
.tabs__link {
    display: inline-block;
    color: #999;
    text-decoration: none;
    padding: 6px 6px;
    margin-bottom: -1px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-radius: 4px 4px 0 0
}
a.tabs__link {
    text-decoration: none;
}
.tabs__item a:hover {
    background: #1cbec7;
    color: #fff;
}
.tabs__link.is-active {
    background: #1cbec7;
    border: 1px solid #1cbec7;
    color: #fff;
}
.tabs__content {
    display: none;
    width: 100%;
    padding: 15px;
    float: left;
    border: 1px solid #1cbec7;
}
.tabs__item a {
    font-size: 16px;
}
.tabs__item h2 {
    font-size: 16px;
    color: #964801;
}
.tabs__item h3 {
    font-size: 16px;
}
.tabs__item h2, .tabs__item h3 {
    display: inline-block;
}
.tabs__item dl {
    margin-bottom: 15px;
}
.tabs__item dl,
.txtArea ul {
    padding-top: 6px;
    border-top: 4px solid #eee;
    margin-top: 6px;
    font-size: 13px;
}
.tabs__item dt {
    font-weight: bold;
}
.tabs__item dd {
    margin-bottom: 10px;
}
.tabs__content img {
    margin-bottom: 15px;
}
.txtArea li:before {
    content: "\f041";
    color: #754c24;
    font-family: FontAwesome;
    line-height: 2em;
    padding-right: .6em;
}
/*==========================================================================*/
/*                             media query                                  */
/*==========================================================================*/
@media (max-width: 768px) {
    .local_area {
        padding: 0;
    }
    .tabs {
        border: 1px solid #1cbec7;
    }
    .tabs__link {
        display: block;
    }
    .tabs__item a:before {
        content: "\f0ab";
        font-family: FontAwesome;
        font-size: 1.3em;
        vertical-align: middle;
        margin-right: .2em;
        color: #ff931e;
    }
    .tabs__item a.is-active:before {
        color: #fff
    }
    .tabs {
        background: #fff;
        overflow: hidden;
    }
    .tabs__content {
        border-left: none;
        border-right: none;
}
    .tabs__link {
        color: #999;
        text-decoration: none;
        padding: 6px 6px;
        margin-bottom: 0;
        border-top: 1px solid #1cbec7;
        border-left: none;
        border-right: none;
        border-radius: 0
    }
    ul.tabs:first-child {
        border-top: none;
    }
}
@media (max-width: 767px) {
}
@media (max-width: 599px) {
}
@media (max-width: 420px) {
}
