@charset "utf-8";

/*=============================

common

=============================*/


/* パン屑ナビ */
#bread-nav {
    color: var(--base-color);
    font-size: 13px;
    font-weight: 500;
    padding: 15px 0;
}
#bread-nav li {
    display:inline-block;
	margin-left: 10px;
}
#bread-nav li:before {
    content: '>';
	margin-right: 10px;
}
#bread-nav li:first-child {
    margin-left:0;
}
#bread-nav li:first-child:before {
    display: none;
}
#bread-nav li a {
    color: var(--red-color);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#bread-nav li a:hover {
    color: var(--red-color);
}

/* page-fv */
#page-fv {
    padding: 25px 0;
    background: url("../img/home/slide_bg.jpg") center;
    overflow: hidden;
}
.page-fv-in {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.page-fv-in h2 {
    color: #fff;
    font-size: 100px;
    line-height: 1;
}


@media (max-width: 1000px) {

    #page-fv {
        padding: 10px 0;
    }
    .page-fv-in {
        height: 300px;
    }
    .page-fv-in h2 {
        font-size: 50px;
    }
}


/*---------------------------------

brand

----------------------------------*/
.brand-header {
    text-align: center;
    padding: 80px 0;
}
.brand-header h3 {
    line-height: 1;
    margin-bottom: 40px;
}
.brand-header p {
    font-size: 35px;
    font-weight: 500;
    line-height: 2;
}
.brand-item__list >li {
    display: flex;
    position: relative;
    padding: 60px 0;
}
.brand-item__list >li .img {
    width: 50%;
    text-align: center;
}
.brand-item__list >li .info {
    width: 50%;
    padding: 0 2%;
}
.brand-item__list >li .info h4 {
    font-size: 55px;
    text-align: center;
}
.brand-item__list >li .info p {
    font-size:32px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 20px;
}
.brand-item__list >li .btns {
    margin-top: 30px;
}
.brand-item__list >li .btns > li:not(:last-child) {
    margin-bottom: 10px;
}
.brand-item__list >li .btns > li a {
    display:block;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    padding: 10px;
    background: var(--base-color);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.brand-item__list >li .btns > li a:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(45deg);
    vertical-align: middle;
    margin-left: 10px;
}
.brand-item__list >li .btns > li a:hover {
    background: var(--red-color);
}

.brand-item__list >li:nth-child(odd):after {
    content: '';
    display: block;
    width: 200vw;
    height: 100%;
    background: var(--gray-color);
    position: absolute;
    left: -50vw;
    top:0;
    z-index: -1;
}
.brand-item__list >li:nth-child(even) {
    flex-direction: row-reverse;
}


@media (max-width: 1000px) {

    .brand-header {
        padding: 40px 0;
    }
    .brand-header h3 img {
        max-height: 60px;
    }
    .brand-header p {
        text-align: left;
        font-size: 16px;
    }
    .brand-item__list >li {
        padding: 30px 0;
        display: block;
    }
    .brand-item__list >li .img {
        width: 100%;
        margin-bottom: 30px;
    }
    .brand-item__list >li .info {
        width: 100%;
        padding: 0;
    }
    .brand-item__list >li .info h4 {
        font-size: 30px;
    }
    .brand-item__list >li .info p {
        font-size: 16px;
    }
    .brand-item__list >li .btns > li a {
        font-size: 16px;
    }

}


/*---------------------------------

oem

----------------------------------*/
#page-oem {
    color: var(--oem-color);
}
.to-oem-contact {
    width: 385px;
}
.to-oem-contact a {
    color: var(--oem-color);
    display: block;
    font-size: 32px;
    font-weight: 600;
    padding: 10px 0;
    background: #fcff00;
    text-align: center;
}
.to-oem-contact a i{
    display: inline-block;
    width: 56px;
    height: 28px;
    background: url("../img/oem/icon_click.png") no-repeat center;
    background-size: contain;
    margin-left: 20px;
    vertical-align: middle;
}

/* oem-cmn-info */
.oem-cmn-info {
    padding: 40px 0 120px;
    background: var(--oem-color);
}
.oem-cmn-info h2 {
    color: #fff;
    font-size: 43px;
    text-align: center;
    margin-bottom: 30px;
}
.oem-cmn-info__list {
    display: flex;
    justify-content: space-between;
}
.oem-cmn-info__list >li {
    font-size: 42px;
    font-weight: 600;
    margin-left: 20px;
    padding: 10px 20px;
    background: #fff;
}
.oem-cmn-info__list >li:first-child {
    margin-left: 0;
}



/* fv */
.oem-fv {
    display: flex;
    align-items: center;
    height: 540px;
    background: url("../img/oem/oem_main.jpg") no-repeat center top;
    background-size: cover;
}
.oem-fv .to-oem-contact {
    margin-top: 50px;
}

/* oem-intro */
#oem-intro {
    padding:0;
}

/* oem-case */
#oem-case h2 {
    font-size: 52px;
    text-align: center;
    position: relative;
    top: -130px;
    margin-bottom: -90px;
}
#oem-case h2 span {
    display: inline-block;
    padding: 20px 0px 0;
    background: #fff;
    position: relative;
}
#oem-case h2 span:before,
#oem-case h2 span:after {
    content: '';
    width: 100px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
}
#oem-case h2 span:before {
    left: -100px;
    transform: skewX(-30deg);
}
#oem-case h2 span:after {
    right: -100px;
    transform: skewX(30deg);
}

.oem-case__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.oem-case__list >li {
    width: 32%;
    text-align: center;
}
.oem-case__list >li h3 {
    font-size: 48px;
}
.oem-case__list >li p {
    font-size: 28px;
    font-weight: 600;
    margin-top: 10px;
}
.oem-case__list >li .img {
    transform: skewX(-20deg);
    overflow: hidden;
    border: solid 1px var(--gray-color);
}
.oem-case__list >li .img img {
    transform: skewX(20deg) scale(1.3);
}

/* oem-worries */
.oem-worries-main {
    padding: 80px 0;
    color: #fff;
    background: var(--oem-color);
    position: relative;
}
.oem-worries-main:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 50px 0 50px;
    border-color: var(--oem-color) transparent transparent transparent;
    position: absolute;
    left: calc(50% - 50px);
    bottom: -39px;
}
.oem-worries-main h2 {
    font-size: 52px;
    text-align: center;
    position: relative;
    top: -130px;
    margin-bottom: -90px;
}
.oem-worries-main h2 span {
    display: inline-block;
    padding: 20px 0px 0;
    background: var(--oem-color);
    position: relative;
}
.oem-worries-main h2 span:before,
.oem-worries-main h2 span:after {
    content: '';
    width: 100px;
    height: 100%;
    background: var(--oem-color);
    position: absolute;
    top: 0;
}
.oem-worries-main h2 span:before {
    left: -100px;
    transform: skewX(-30deg);
}
.oem-worries-main h2 span:after {
    right: -100px;
    transform: skewX(30deg);
}
.oem-worries__list {
    display: flex;
    flex-wrap: wrap;
}
.oem-worries__list >li {
    width: 47%;
    font-size: 28px;
    font-weight: 600;
    padding: 30px;
    margin: 0 0 4% 6%;
    position: relative;
    text-align: center;
}
.oem-worries__list >li:nth-child(2n+1) {
    margin-left: 0;
}
.oem-worries__list >li:before,
.oem-worries__list >li:after {
    content: '';
    display:block;
    width: 30px;
    height: 30px;
    position: absolute;
}
.oem-worries__list >li:before {
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
    left: 0;
    top: 0;
}
.oem-worries__list >li:after {
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    right: 0;
    bottom: 0;
}

/* - oem-worries-sub */
.oem-worries-sub {
    padding: 70px 0;
    text-align: center;
    background: var(--gray-color);
}
.oem-worries-sub .text {
    font-size: 58px;
    font-weight: 600;
}
.oem-worries-sub .to-contact {
    margin-top: 30px;
}
.oem-worries-sub .to-contact a {
    display: inline-block;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    background: var(--oem-color);
    padding: 20px 40px;
}
.oem-worries-sub .to-contact a i {
    display: inline-block;
    width: 70px;
    height: 61px;
    background: url("../img/oem/mail.png") center no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 20px;
}

/* oem-about */
.oem-about-nav {
    margin-bottom: 90px;
}
.oem-about-nav__list {
    display: flex;
    flex-wrap: wrap;
}
.oem-about-nav__list >li {
    width: 32%;
    margin: 0 0 2% 2%;
}
.oem-about-nav__list >li:nth-child(3n+1) {
    margin-left: 0;
}
.oem-about-nav__list >li a {
    display: block;
    font-size: 28px;
    font-weight: 600;
    color: var(--oem-color);
    border: solid 1px;
    padding: 10px;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.oem-about-nav__list >li a:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(135deg);
    position: absolute;
    left: 20px;
    top: calc(50% - 10px);
}
.oem-about-nav__list >li a:hover {
    color: #fff;
    background: var(--oem-color);
}

.oem-reason-box {
    margin-bottom: 80px;
}
.oem-reason-title {
    font-size: 48px;
    margin-bottom: 30px;
    text-align: center;
}
.o-a-reason__list >li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 80px;
}
.o-a-reason__list >li:last-child {
    margin-bottom: 0;
}
.o-a-reason__list >li .img {
    width: 60%;
}
.o-a-reason__list >li .info {
    width: 38%;
}
.o-a-reason__list >li .info h3 {
    font-size: 56px;
    line-height: 1;
    margin-bottom: 10px;
}
.o-a-reason__list >li .info h4 {
    font-size: 30px;
    color: #767fa8;
}
.o-a-reason__list >li .info p {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 20px;
}
.o-a-reason__list >li .info .btn {
    margin-top: 20px;
}
.o-a-reason__list >li .info .btn a {
    display: inline-block;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    background: var(--oem-color);
    padding: 5px 30px;
}
.o-a-reason__list >li .info .btn a i {
    display: inline-block;
    width: 50px;
    height: 11px;
    background: url("../img/oem/arrow.png") no-repeat center;
    background-size: contain;
    vertical-align: 7px;
    margin-left: 20px;
}

.o-a-reason__list >li:nth-child(odd) {
    flex-direction: row-reverse;
}

/* oem-about-product */
.o-a-product-main {
    margin-bottom: 70px;
}
.o-a-product__list {
    display: flex;
    flex-wrap: wrap;
}
.o-a-product__list >li {
    width: 23%;
    margin: 0 0 50px 2.666666%;
    text-align: center;
}
.o-a-product__list >li:nth-child(4n+1) {
    margin-left: 0;
}
.o-a-product__list >li .img {
    height: 0;
    padding-top: 100%;
    position: relative;
    border-radius: 100%;
    overflow: hidden;
}
.o-a-product__list >li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
.o-a-product__list >li p {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 10px;
}
.o-a-product__list >li p span {
    display: block;
    font-size: 60%;
}

.o-a-product-info {
    border: solid 1px;
    text-align: center;
    padding: 20px;
    margin-top: 100px;
}
.o-a-product-info h3 {
    display: inline-block;
    color: #fff;
    font-size: 48px;
    line-height: 1;
    padding: 10px 30px;
    background: var(--oem-color);
    position: relative;
    top: -55px;
}
.o-a-product-info p {
    font-size: 56px;
    font-weight: 600;
    margin-top: -40px;
}

/* oem-about-archive */
.o-a-archive-slide .swiper-slide a {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    border: solid 1px var(--gray-color);
}
.o-a-archive-slide .swiper-slide a img {
    width: 100%;
    object-fit: cover;
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
.o-a-archive-slide .swiper-button-prev {
    left: -30px;
    top: 65%;
}
.o-a-archive-slide .swiper-button-next {
    right: -30px;
    top: 65%;
}
.o-a-archive-slide .swiper-button-prev:after,
.o-a-archive-slide .swiper-button-next:after {
    color: var(--oem-color);
}

/* oem-about-flow */
.o-a-flow__list >li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: solid 2px;
    margin-bottom: 30px;
}
.o-a-flow__list >li .num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    background: var(--oem-color);
}
.o-a-flow__list >li .num span {
    color: #fff;
    font-size: 90px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.o-a-flow__list >li .info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% - 200px);
}
.o-a-flow__list >li .info .text {
    width: calc(100% - 300px);
    padding: 30px;
}
.o-a-flow__list >li .info .text h3 {
    font-size: 36px;
}
.o-a-flow__list >li .info .text p {
    font-size: 18px;
}
.o-a-flow__list >li .info .img {
    width: 300px;
}



/* oem-about-review */
.o-a-review-slide {
    padding: 30px 50px;
    position: relative;
}
.o-a-review-slide:after {
    content: '';
    width: 200vw;
    height: 100%;
    background: #f6f8ff;
    position: absolute;
    left: -50vw;
    top:0;
    z-index: -1;
}
.o-a-review-slide .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.o-a-review-slide .swiper-slide .img {
    width: 30%;
    height: 0;
    padding-top: 30%;
    overflow: hidden;
    border-radius: 10000px;
    position: relative;
}
.o-a-review-slide .swiper-slide .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.o-a-review-slide .swiper-slide .info {
    width: 65%;
}
.o-a-review-slide .swiper-slide .info h3 {
    font-size: 40px;
}
.o-a-review-slide .swiper-slide .info p {
    font-size: 18px;
    margin-top: 20px;
}

.o-a-review-slide .swiper-button-prev {
    left: 0;
}
.o-a-review-slide .swiper-button-next {
    right: 0;
}
.o-a-review-slide .swiper-button-prev:after,
.o-a-review-slide .swiper-button-next:after {
    color: var(--oem-color);
}



/* oem-about-faq */
#oem-about-faq {
    padding: 80px 0;
    margin-bottom: 0;
    background: var(--gray-color);
}
.o-a-faq__list >li {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 50px;
}
.o-a-faq__list >li .faq-q {
    color: #fff;
    background: var(--oem-color);
    padding: 20px 100px;
    position: relative;
}
.o-a-faq__list >li .faq-a {
    background: #fff;
    padding: 20px 100px;
    position: relative;
}
.o-a-faq__list >li .faq-q .icon,
.o-a-faq__list >li .faq-a .icon {
    font-size: 50px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    position: absolute;
    left: 20px;
    top: 0;
}


/* o-a-cmn-bnr */
.o-a-cmn-bnr {
    color: #fff;
    padding: 30px 0;
    margin-top: 70px;
    background: var(--oem-color);
}
.o-a-cmn-bnr .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.o-a-cmn-bnr .container .text {
    font-size: 30px;
    font-weight: 600;
}

/* oem-contact */
#oem-contact {
    background: #e4efff;
}





@media (max-width: 1000px) {

    .to-oem-contact {
        width: auto;
    }
    .to-oem-contact a {
        font-size: 20px;
    }

    .oem-cmn-info {
        padding: 30px 0 60px;
    }
    .oem-cmn-info h2 {
        font-size: 20px;
    }
    .oem-cmn-info__list {
        display: block;
    }
    .oem-cmn-info__list >li {
        font-size: 20px;
        margin: 0 0 10px;
        text-align: center;
    }
    
    /* oem-case */
    #oem-case h2 {
        font-size: 20px;
        top: -80px;
        margin-bottom: -70px;
    }
    #oem-case h2 span {
        padding: 10px 20px 0;
    }
    #oem-case h2 span:before,
    #oem-case h2 span:after {
        width: 25px;
    }
    #oem-case h2 span:before {
        left: -20px;
    }
    #oem-case h2 span:after {
        right: -20px;
    }
    .oem-case__list {
        display: block;
        padding: 0 40px;
    }
    .oem-case__list >li {
        width: 100%;
        margin-bottom: 30px;
    }
    .oem-case__list >li h3 {
        font-size: 24px;
    }
    .oem-case__list >li p {
        font-size: 16px;
    }


    /* oem-worries */
    .oem-worries-main {
        padding: 60px 0;
    }
    #oem-worries h2 {
        font-size: 20px;
        top: -80px;
        margin-bottom: -50px;
    }
    #oem-worries h2 span {
        padding: 10px 0 0;
    }
    #oem-worries h2 span:before,
    #oem-worries h2 span:after {
        width: 25px;
    }
    #oem-worries h2 span:before {
        left: -20px;
    }
    #oem-worries h2 span:after {
        right: -20px;
    }
    .oem-worries__list {
        display: block;
    }
    .oem-worries__list >li {
        width: 100%;
        font-size: 18px;
        padding: 20px;
        margin: 0 0 20px;
        text-align: left;
    }
    .oem-worries-sub {
        padding: 50px 0;
    }
    .oem-worries-sub .text {
        font-size: 28px;
    }
    .oem-worries-sub .to-contact a {
        font-size: 20px;
        padding: 10px 30px;
    }
    .oem-worries-sub .to-contact a i {
        width: 35px;
        height: 30px;
    }

    /* oem-about */
    .oem-about-nav {
        margin-bottom: 50px;
    }
    .oem-about-nav__list >li {
        width: 48%;
        margin: 0 0 4% 4%;
    }
    .oem-about-nav__list >li:nth-child(3n+1) {
        margin: 0 0 4% 4%;
    }
    .oem-about-nav__list >li:nth-child(2n+1) {
        margin-left: 0;
    }
    .oem-about-nav__list >li a {
        font-size: 15px;
        text-align: left;
    }
    .oem-about-nav__list >li a:before {
        display: inline-block;
        width: 10px;
        height: 10px;
        position: relative;
        left: auto;
        top: auto;
        margin-right: 10px;
        vertical-align: 3px;
    }

    .oem-reason-title {
        font-size: 24px;
    }
    .o-a-reason__list >li {
        margin-bottom: 40px;
        display: block;
    }
    .o-a-reason__list >li .img {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .o-a-reason__list >li .info {
        width: 100%;
    }
    .o-a-reason__list >li .info h3 {
        font-size: 28px;
        text-align: center;
    }
    .o-a-reason__list >li .info h4 {
        font-size: 18px;
        text-align: center;
    }
    .o-a-reason__list >li .info p {
        font-size: 15px;
    }
    .o-a-reason__list >li .info .btn {
        text-align: center;
    }
    .o-a-reason__list >li .info .btn a {
        font-size: 20px;
    }
    .o-a-reason__list >li .info .btn a i {
        width: 30px;
        height: 7px;
    }

    .o-a-product__list >li {
        width: 48%;
        margin: 0 0 50px 4%;
    }
    .o-a-product__list >li:nth-child(2n+1) {
        margin-left: 0;
    }
    .o-a-product__list >li p {
        font-size: 20px;
    }
    .o-a-product__list >li p span {
        font-size: 14px;
    }
    .o-a-product-info {
        margin-top: 50px;
    }
    .o-a-product-info h3 {
        font-size: 20px;
        top: -40px;
    }
    .o-a-product-info p {
        font-size: 18px;
        margin-top: -25px;
    }

    .o-a-flow__list >li {
        display: block;
    }
    .o-a-flow__list >li .num {
        width: 100%;
    }
    .o-a-flow__list >li .num span {
        font-size: 50px;
    }
    .o-a-flow__list >li .info {
        display: block;
        width: 100%;
    }
    .o-a-flow__list >li .info .text {
        width: 100%;
        padding: 20px 10px;
    }
    .o-a-flow__list >li .info .text h3 {
        font-size: 18px;
    }
    .o-a-flow__list >li .info .text p {
        font-size: 14px;
        margin-top:10px;
    }
    .o-a-flow__list >li .info .img {
        width: 100%;
    }

    .o-a-review-slide {
        padding: 30px;
    }
    .o-a-review-slide .swiper-slide {
        display: block;
    }
    .o-a-review-slide .swiper-slide .img {
        width: 100%;
        padding-top: 100%;
        margin-bottom: 30px
    }
    .o-a-review-slide .swiper-slide .info {
        width: 100%;
    }
    .o-a-review-slide .swiper-slide .info h3 {
        font-size: 20px;
        text-align: center;
    }
     .o-a-review-slide .swiper-slide .info p {
        font-size: 14px;
    }   

    .o-a-faq__list >li {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .o-a-faq__list >li .faq-q,
    .o-a-faq__list >li .faq-a {
        padding: 20px 20px 20px 50px;
    }
    .o-a-faq__list >li .faq-q .icon,
    .o-a-faq__list >li .faq-a .icon {
        font-size: 25px;
        left: 15px;
        top: 15px;
    }

    .o-a-cmn-bnr .container {
        display: block;
    }
    .o-a-cmn-bnr .container .text {
        font-size: 20px;
        text-align: center;
        margin-bottom: 20px;
    }



}

@media (max-width: 480px) {
    /* oem-fv */
    .oem-fv {
        height: 360px;
    }
    .oem-fv .container {
        height: 100%;
        padding-top: 55px;
        background: rgba(255,255,255,0.5);
    }
    .oem-fv .to-oem-contact {
        margin-top: 20px;
    }

}

/*---------------------------------

post

----------------------------------*/
.post__list li {
    width: 48%;
    margin: 0 0 40px 4%;
}
.post__list li:nth-child(2n+1) {
    margin-left: 0;
}

#cmn-pager {
    margin-top: 100px;
}
#cmn-pager .wp-pagenavi {
    clear: both;
    display: flex;
    justify-content: center;
}
#cmn-pager .wp-pagenavi a,
#cmn-pager .wp-pagenavi span {
    color: var(--blue-color);
    display: flex;
    flex-wrap: wrap;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid #bbc4c0;
}
#cmn-pager .wp-pagenavi a:hover,
#cmn-pager .wp-pagenavi span.current {
    background: var(--green-color);
}


/* single */
.post__in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.post-contents {
    width: calc(100% - 300px);
}
.post-header {
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: solid 1px;
}
.post-header .post-date {
	display: inline-block;
}
.post-header .post-category {
    color: #fff;
    font-size: 13px;
    padding: 2px 10px;
    display: inline-block;
    border-radius: 5px;
    background: var(--blue-color);
    margin-left: 10px;
}
.post-header .post-title {
	font-size: 20px;
	margin-top: 10px;
}

#post-body {
    min-height: 500px;
	line-height: 2;
}
#post-pager {
    display: flex;
    margin-top: 100px;
	position: relative;
}
#post-pager .prev {
    margin-right: auto;
}
#post-pager .next {
    margin-left: auto;
}
#post-pager .prev a,
#post-pager .next a {
    color: var(--blue-color);
    font-size: 14px;
    font-weight: 500;
}
#post-pager .return {
    margin: auto;
    width: 200px;
    text-align: center;
    position: absolute;
    left: calc(50% - 100px);
}
#post-pager .return a {
    color: var(--blue-color);
}


/* sidebar */
#sidebar {
    width: 240px;
}
.sideBox {
    margin-bottom: 30px;
}
.side-title {
    font-size: 14px;
    padding: 10px;
    margin-bottom: 10px;
    border-top: solid 2px;
    border-bottom: dotted 1px;
}
.side__list >li {
    font-size: 13px;
    margin-bottom: 10px;
}
.side__list >li a {
    color: var(--blue-color);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.side-category__list >li a {
    border-bottom: solid 1px transparent;
}
.side-category__list >li a:hover {
    border-bottom: solid 1px var(--blue-color);
}

.side-recent__list >li:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: dotted 1px var(--blue-color);
}
.side-recent__list .post-info__date {
    font-size: 11px;
}
.side-recent__list .post-info__title {
    font-size: 12px;
}
.side-recent__list .post-info__category {
    font-size: 10px;
}




@media (max-width: 1000px) {

	.post-contents {
		width: 100%;
		margin-bottom: 100px;
	}
	.post__list > li,
	.post__list li:nth-child(3n+1) {
		width: 100%;
		max-width: 100%;
		margin: 50px auto 0;
	}

    .post-cmn-title {
        font-size: 15px;
        margin-bottom: 30px;
    }
    
	#sidebar {
		width: 100%;
	}

}



/*---------------------------------

contact

----------------------------------*/
#contact {
    background: var(--gray-color);
}
.required {
    color: var(--red-color);
}
.contact-form table {
    font-size: 28px;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 60px;
}
.contact-form table th {
    font-weight: 600;
    width: 320px;
    text-align: left;
    padding-top: 15px;
    vertical-align: top;
}
.contact-form table td {
    padding-bottom: 40px;
}
.contact-form table td .wpcf7-list-item {
    margin: 0 0 10px;
    width: 50%;
}
.cmn-input,
.cmn-input-s,
.cmn-input-m,
.cmn-select,
.cmn-select-s,
.cmn-textarea {
	font-size: 16px;
}

.cmn-input {
    width: 100%;
    height: 70px;
    border: none;
	background: #fff;
    text-indent: 10px;
}
.cmn-input-s {
    width: 30%;
    height: 70px;
    border: none;
	background: #fff;
    text-indent: 10px;
}
.cmn-select-s {
    width: 30%;
    height: 70px;
    border: none;
	background: #fff;
}
.cmn-textarea {
    width: 100%;
    height: 300px;
    border: none;
	background: #fff;
}

.input-address-box:not(:last-child) {
    margin-bottom: 10px;
}
.input-address-box .cmn-input {
    width: calc(100% - 5em);
}
.contact-form ::placeholder{
  color:#ccc
}

.check-policy {
    text-align: center;
    margin-bottom: 50px;
}
.check-policy input {
    width: 20px;
    height: 20px;
    border: solid 1px var(--red-color);
    border-radius: 5px;
    vertical-align: middle;
    margin-right: 10px;
}
.check-policy .wpcf7-list-item-label {
    display: none;
}
#btn-send {
	cursor: pointer;
    display: block;
    font-size: 32px;
    font-weight: 500;
    max-width: 480px;
    width: 100%;
    text-align: center;
    line-height: 1;
    padding: 25px 0;
    margin: auto;
    color: #fff;
    border: solid 1px;
    background: var(--oem-color);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}
#btn-send i {
    color: #fff;
    display: block;
    width: 10px;
    height: 10px;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg);
    position: absolute;
    right: 40px;
    top: calc(50% - 5px);
}
#btn-send:hover {
	color: var(--oem-color);
	background: #fff;
}
#btn-send:hover i {
    color: var(--oem-color);
}


@media (max-width: 1000px) {

    .contact-form table {
        font-size: 16px;
    }
	.contact-form table th {
		display: block;
		width: 100%;
        padding-bottom: 10px;
	}
	.contact-form table td {
		padding: 0 0 20px;
		display: block;
		width: 100%;
	}
    #btn-send {
        font-size: 18px;
        padding: 20px 0;
    }

}

