@charset "utf-8";
/*--------------------
common
--------------------*/
#ownersVoice .inContents * {
    box-sizing: border-box;
}
#ownersVoice .inContents img {
    width: 100%;
}
#ownersVoice .inContents p {
    font-size: 13px;
    line-height: 2;
}
#ownersVoice .inContents a:hover {
    opacity: 0.7;
}
@media only screen and (max-width:640px) {
    #ownersVoice .inContents p {
        line-height: 1.7;
    }
}
/*--------------------
mv
--------------------*/
.mv {
    margin-bottom: 70px;
}
@media only screen and (max-width:640px) {
    .mv {
        margin-bottom: 7%;
    }
}
/*--------------------
section
--------------------*/
.section {
    margin-bottom: 70px;
}
.section_head {
    font-size: 22px;
    font-weight: bold;
    border-left: 4px solid #696969;
    padding: 5.5px 0 5.5px 20px;
    margin-bottom: 40px;
}
@media only screen and (max-width:640px) {
    .section {
        margin-bottom: 10%;
    }
    .section_head {
        font-size: 16px;
        padding: 2.5px 0 2.5px 10px;
        margin-bottom: 4%;
    }
}
/*--------------------
bnrArea
--------------------*/
.bnrArea {
    margin: 40px 0 0;
}
.bnrArea a {
    display: block;
    margin-bottom: 10px;
    position: relative;
}
.bnrArea a:last-child {
    margin-bottom: 0;
}
/*NEWマーク*/

.owners_new::before {
    content: "";
    top: 0;
    right: 0;
    border-bottom: 3.8em solid transparent;
    border-right: 3.8em solid #b78c39;
    position: absolute;
    z-index: 100;
}
.owners_new::after {
    content: "NEW";
    display: block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 12px;
    color: #fff;
    font-family: "DIN Light", Arial, Helvetica, sans-serif;
    position: absolute;
    top: 6px;
    right: 3px;
    z-index: 101;
}
.interview .section_head {
    margin-bottom: 0;
}
.owners_lead {
    padding-top: 40px;
}
@media only screen and (max-width:960px) {
    .owners_new::before {
        border-bottom-width: 2.7em;
        border-right-width: 2.7em;
    }
    .owners_new::after {
        font-size: 10px;
        top: 3px;
        right: 1px;
    }
}
@media only screen and (max-width:640px) {
    .bnrArea {
        margin: 10% 0 0;
    }
    .bnrArea a {
        margin-bottom: 3%;
    }
    .owners_lead {
        padding-top: 4%;
    }
}
/*--------------------
products
--------------------*/
.products_list {
    width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
}
.products_listitem {
    width: 31%;
    margin-right: 3.5%;
}
.products_listitem:nth-child(3n) {
    margin-right: 0;
}
.products_listitem:nth-child(n+4) {
    margin-top: 40px;
}
.products_img {
    margin-bottom: 15px;
}
.products_p {
    margin-bottom: 15px;
}
.products .products_link,
.products .products_link_view {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    width: 100%;
    display: table;
    background-color: #696969;
    border-radius: 5px;
    padding: 0 20px;
    height: 50px;
}
.products .products_link_view {
    border: 1px solid #e9e9e9;
    color: #696969;
    background-color: #fff;
    margin-top: 10px;
}
.products .products_link_view:hover {
    background-color: #e9e9e9;
}
.products .products_link span,
.products .products_link_view span {
    display: table-cell;
    vertical-align: middle;
}
@media only screen and (max-width:800px) {
    .products .products_link,
    .products .products_link_view {
        font-size: 12px;
        height: 40px;
        padding: 0 10px;
    }
}
@media only screen and (max-width:640px) {
    .products_listitem {
        width: 48%;
        margin-right: 4%;
    }
    .products_listitem:nth-child(3n) {
        margin-right: 3.5%;
    }
    .products_listitem:nth-child(2n) {
        margin-right: 0;
    }
    .products_listitem:nth-child(n+3) {
        margin-top: 30px;
    }
    .products_img {
        margin-bottom: 0;
    }
    .products_p {
        margin-bottom: 5%;
    }
    .products .products_link,
    .products .products_link_view {
        font-size: 11px;
        padding: 0 10px;
        line-height: 1;
    }
    .products .products_link_view {
        margin-top: 4%;
    }
}