/**************************************************

BASE

****************************************************/

#main img {
    max-width: 100%;
    height: auto;
}

/* title */
#page_visual{
    position: relative;
}

#page_visual img{
    display: block;
    width: 100%;
}

#page_visual .page_ttl{
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 10px 80px;
    transform: translate(-50%, -50%);
    font-size: 3.6rem;
    color: #fff;
    background: linear-gradient( to right, rgba(109, 173, 25, 0.6), rgba(14, 153, 75, 0.6));
    white-space: nowrap;
}

#page_visual .page_ttl span{
    display: block;
    font-size: 2.4rem;
}

@media screen and (max-width: 828px){
    #page_visual .page_ttl{
        position: static;
        transform: none;
        width: 100%;
        padding: 10px 0;
        background: linear-gradient( to right, rgba(109, 173, 25, 1), rgba(14, 153, 75, 1));
        font-size: 2.4rem;
    }

    #page_visual .page_ttl span{
        font-size: 1.8rem;
    }
}

/* table */

table,
tbody,
tr {
    border: none;
    width: 100%;
    height: auto !important;
    box-sizing: border-box;
}

th,
td {
    padding: 15px;
    box-sizing: border-box;
    border: 5px solid #fff;
    font-size: 1.6rem;
    line-height: 1.7;
    text-align: left;
    vertical-align: top;
    background: #f9f9f9;
}

th {
    color: #fff;
    background: #98c55d;
    width: 250px;
}

td{
    width: calc(100% - 250px);
}

@media screen and (max-width: 828px){
    th,
    td{
        display: block;
        width: 100%;
        border: none;
        padding: 10px;
    }
}

/* anchorlink */

.anchorlink{
    margin-bottom: 50px;
}

.anchorlink ul{
    display: flex;
    margin: 0 -10px;
    flex-wrap: wrap;
    justify-content: center;
}

.anchorlink ul li{
    display: flex;
    padding: 0 10px;
    flex-basis: 20%;
    max-width: 20%;
    min-width: 240px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

#business .anchorlink ul li{
    flex-basis: 25%;
    max-width: 25%;
}

.anchorlink ul li a{
    display: block;
    width: 100%;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border: 2px solid #6dad19;
    padding: 15px 0;
    background: url(../../../../../wp-content/uploads/2021/05/ico_arrow_green.png)no-repeat 97% 50%;
    transition: all 0s;
}

.anchorlink li a:hover,
.anchorlink li.current_page_item a {
    opacity: 1;
    color: #fff;
    border: none;
    background: url(../../../../../wp-content/uploads/2021/05/ico_arrow_white.png)no-repeat 97% 50%,linear-gradient( to right, rgba(109, 173, 25, 1), rgba(14, 153, 75, 1));
    padding: 17px 0;
    transition: all 0s;
}

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

    .anchorlink ul{
        display: block;
    }

    .anchorlink ul li,
    #business .anchorlink ul li{
        margin-bottom: 0;
        max-width: 100%;
        min-width: 1px;
    }

    .anchorlink ul li + li{
        margin-top: 10px;
    }
}

/* pagenation */

.pagination {
    clear: both;
    padding: 20px 0;
    position: relative;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
}

.pagination-box {
    display: inline-block;
}

.pagination span,
.pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 10px 15px 10px 15px;
    text-decoration: none;
    width: auto;
    color: #333;
    background: #d2d2d2;
}

.pagination a:hover {
    color: #fff;
    background: #dc1d1e;
}

.pagination .current {
    padding: 10px 15px 10px 15px;
    color: #fff;
    background: #dc1d1e;
}

@media only screen and (max-width: 413px) {
    .pagination {
        font-size: 12px;
        line-height: 12px;
    }

    .pagination span,
    .pagination a {
        padding: 8px 10px 8px 10px;
    }

    .pagination .current {
        padding: 8px 10px 8px 10px;
    }
}

/*************************************************

CONTENTS

****************************************************/
.columns{
    margin: 0 -25px 80px;
}

.columns .column{
    padding: 0 25px;
}

.columns:last-of-type{
    margin-bottom: 0;
}

#business p + h3.default_ttl.min{
    margin-top: 25px;
    margin-bottom: 10px;
}

#business .section1 + .section1{
    margin-top: 80px;
}

#business .columns.column2{
    margin-top: 40px;
}


#message p.text-right{
    font-size: 2rem;
    font-weight: bold;
}

#message p.text-right span{
    font-size: 2.8rem;
    margin-left: 20px;
}

#outline .section1 + .section1{
    margin-top: 50px;
}

#access .columns{
    margin: 0 -20px;
}

#access .columns .column{
    flex-basis: calc(100% - 480px);
    max-width: calc(100% - 480px);
}

#access .columns .column + .column{
    flex-basis: 480px;
    max-width: 480px;
}

#access p{
	margin-bottom: 6px;
}

#access p span{
    font-weight: bold;
}

#access p span.in__block{
    font-weight: normal;
}


#personality .columns.block_column .column{
    flex-basis: 50%;
    max-width: 50%;
}

#philosophy h2{
    text-align: center;
    font-size: 2rem;
    color: #6dad19;
    margin-bottom: 20px;
}

#philosophy h2 strong{
    display: block;
    font-size: 5rem;
    color: #999999;
    font-family: 'Oswald', sans-serif;
}

#philosophy h2.reverse__ttl{
    font-size: 3.6rem;
}

#philosophy h2 span{
    letter-spacing: 20px;
}

#philosophy h2.reverse__ttl strong{
    font-size: 2.4rem;
	letter-spacing: 0px;
}

#philosophy h3{
    font-size: 2.4rem;
    margin-bottom: 15px;
	line-height: 1.7;
}

#philosophy h4{
    font-size: 2.1rem;
    line-height: 1.7;
}

#philosophy p{
    line-height: 1.6;
}

#philosophy p + h4{
    margin: 15px 0;
}

#philosophy p span{
    display: block;
    font-size: 2rem;
    color: #0e994b;
    font-weight: bold;
}

#philosophy p strong{
    font-size: 2rem;
    color: #0e994b;
    font-weight: bold;
}

#philosophy p + p{
    margin-top: 30px;
}

.link{
    color: #6dad19;
}

#ecology p + .default_ttl.min{
    margin-top: 20px;
}

#ecology .default_ttl.min{
    margin-bottom: 10px;
}

#ecology .right_box{
    margin-left: auto;
    margin-right: 0;
    max-width: 250px;
}

#ecology .right_box .mincho{
    font-weight: bold;
}

#ecology .right_box .mincho_large{
    display: block;
    font-size: 2.6rem;
}

#ecology .section1 + .section1{
    margin-top: 30px;
}

#ecology .section2,
#ecology .section3{
    margin-top: 60px;
}

#ecology .section3 .columns{
    margin-top: 20px;
}

#ecology .section3 .columns .column{
    flex-basis: 50%;
    max-width: 50%;
}

#ecology .section3 table tr th{
    text-align: center;
}

#ecology .wp-block-columns{
    margin-bottom: 0;
}

#ecology .wp-block-columns img{
    display: block;
    margin: auto;
}

#products.taxonomy .wrap img{
    margin-top: 20px;
}

#products.taxonomy .section1{
    margin-top: 30px;
}

#products.taxonomy .columns{
    flex-wrap: wrap;
}

#products.taxonomy .columns .column{
    flex-basis: 33.3%;
    max-width: 33.3%;
}

#products.taxonomy .columns .column a{
    display: block;
    text-align: center;
    text-decoration: none;
}

#products.taxonomy .columns .column a img{
    margin: auto;
    margin-bottom: 10px;
}

#products.taxonomy .columns > p.text-center{
    flex-basis: 100%;
    max-width: 100%;
}

#products.single .columns .column{
    flex-basis: 450px;
    max-width: 450px;
}

#products.single .columns .column + .column{
    flex-basis: calc(100% - 450px);
    max-width: calc(100% - 450px);
}

#products.single .section1 .wrap img{
    margin: auto;
}

#products.single .section1 h2{
    font-size: 2.1rem;
    color: #0e994b;
    margin-bottom: 20px;
}

#products.single .section1 h2.under__ttl{
    color: #333;
}

#products.single .section1 h2.banner_ttl{
    color: #fff;
}

#products.single .section1 p + h2,
#products.single .section1 .flickWrap + h2,
#products.single .section1 .wp-block-columns{
    margin-top: 30px;
}

#products.single .section1 table tr th{
    width: 130px;
    vertical-align: middle;
    text-align: center;
}

#products.single .download{
    display: block;
    max-width: 250px;
    width: 100%;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border: 2px solid #6dad19;
    padding: 15px 0;
    background: url(../../../../../wp-content/uploads/2021/05/ico_arrow_green.png)no-repeat 97% 50%;
    margin: auto;
    margin-top: 30px;
}

#products.single .ico_btn{
    position: relative;
    text-align: center;
    background: linear-gradient(to right,#6dad19, #0e994b);
}
#products.single .ico_btn::after{
    position: absolute;
    content: "";
    top: 50%;
    left: 90%;
    transform: translate(-50%,-50%) scale(-1, 1);
    width: 18px;
    height: 9px;
    background: url(../../../../../wp-content/uploads/2021/05/ico_arrow_white.png)no-repeat center center;
    background-size: contain;
}

#site-map .flex{
    display: flex;
    flex-wrap: wrap;
}

#site-map .flex .flex_column{
    margin-right: 30px;
    margin-bottom: 40px;
}

#site-map .flex .flex_column:last-of-type{
    margin-right: 0;
}

#site-map .flex .flex_column a,
#site-map .flex .flex_column p{
    font-size: 1.8rem;
    font-weight: bold;
    text-decoration: none;
}

#site-map .flex .flex_column a img{
    margin-right: 15px;
    vertical-align: 3px;
}

#site-map .flex .flex_column ul{
    margin-top: 5px;
}

#site-map .flex .flex_column ul li + li{
    margin-top: 10px;
}

#site-map .flex .flex_column ul li a{
    font-size: 1.6rem;
    color: #6dad19;
    text-decoration: underline;
}

#flow .wrapper{
    max-width: 850px;
    margin: auto;
}

#flow .wrapper .wrap{
    margin-top: 30px;
}

#flow .wrapper .columns{
    position: relative;
    margin: 0 -15px;
}


#flow .wrapper .columns .column{
    flex-basis: 230px;
    max-width: 230px;
    padding: 0 15px;
}

#flow .wrapper .columns .column + .column{
    flex-basis: calc(100% - 230px);
    max-width: calc(100% - 230px);
}

#flow .wrapper ul li{
    position: relative;
    padding-left: 20px;
    font-size: 1.6rem;
}

#flow .wrapper ul li::before{
    position: absolute;
    content: "・";
    top: 0;
    left: 0;
}

#flow .wrapper .pc__img{
    display: block;
    margin: 40px auto;
}

#flow .wrapper .sp__img{
    display: none;
}

#flow .wrapper .ico_btn{
    margin-top: 20px;
	float: left;
	margin-right: 20px;
    max-width: 490px;
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
    background: url(../../../../../wp-content/uploads/2021/09/ico_anchor.png)no-repeat 95% 50%,linear-gradient(to right,#6dad19, #0e994b);
}

#flow .section2{
    margin-top: 100px;
}

#flow .section2 p{
    max-width: 850px;
    margin: auto;
    margin-bottom: 30px;
}

html.on{
    overflow: hidden;
}

#factory .light-green{
    font-size: 1.8rem;
    color: #6dad19;
}

#factory .green{
    font-size: 1.8rem;
    color: #0e994b;
    margin-bottom: 30px;
}

#factory img{
    display: block;
    margin: auto;
}

#factory .flow__map {
    margin-top: 50px;
}

#factory area {
    display: block;
    border: none;
    outline: none;
}

#factory area:hover {
    opacity: 0.6;
}

#factory area:hover {
    background: #000;
}

#factory .c-modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

#factory .c-modal_bg {
    background: rgba(0, 0, 0, 0.6);
    height: 100vh;
    width: 100%;
}

#factory .popup {
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    transition: all 5s ease-in-out;
    overflow-y: scroll;
    overflow-x: hidden;
    box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-width: none;*/
    position: absolute;
    top: 30px;
    left: 50%;
    bottom: 30px;
    /*max-width: calc(100% - 300px);*/
    max-width: 1000px;
    width: 100%;
    transform: translateX(-50%);
    background: #fff;
    transition: all 5s ease-in-out;
    overflow-y: scroll;
    overflow-x: hidden;
    box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-width: none;
    border: 1px solid #707070;
}

#factory .popup.bk__green{
    background: #d0e5b3;
}

#factory .popup.bk__blue{
    background: #bce2e8;
}

#factory .popup::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
}

#factory .popup .popup__wrap {
    position: relative;
    padding: 20px 45px 10px;
    box-sizing: border-box;
}

#factory .popup .popup__wrap img{
    display: block;
    max-width: 90%;
    max-height: 65vh;
    width: auto;
    margin-top: auto;
}

#factory .popup h2 {
    margin-top: 0;
    background: #0e994b;
}

#factory .popup .content .wrap-btn {
    margin-top: 50px;
    text-align: center;
}

#factory .popup .content .flow__button {
    width: 260px;
    line-height: 60px;
    font-weight: normal;
    color: #1f328c;
    font-size: 1.6rem;
    text-decoration: none;
    text-align: center;
    border: 1px solid #1f328c;
    display: inline-block;
}

#factory .popup .content .flow__button img {
    display: inline-block;
    vertical-align: middle;
}

#factory .popup p {
	margin-top: 20px;
}

#factory .btn__flex{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

#factory .btn__flex > *{
    margin: 0 10px;
}

#factory .c-modal .prev,
#factory .c-modal .next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    border: 2px solid #6dad19;
    box-sizing: border-box;
    cursor: pointer;
}

#factory .c-modal .prev{
    left: 0;
}
#factory .c-modal .next{
    right: 0;
}

#factory .btn__flex p:hover{
    opacity: 0.6;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/*#factory .close{
    display: block;
    max-width: 210px;
    width: 100%;
    height: 40px;
    line-height: 36px;
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    box-sizing: border-box;
    background: #fff;
    margin: auto;
    margin-top: 15px;
    border: 2px solid #6dad19;
}

#factory .popup .popup__wrap .close img{
    display: inline-block;
    margin-right: 10px;
    vertical-align: -4px;
}*/

#factory .close{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    transition: all 200ms;
    width: 50px;
    height: 50px;
    background: url(../../../../uploads/2021/07/ico_close.png)no-repeat center center #6dad19;
    background-size: 70%;
    display: block;
    text-decoration: none;
    margin: 0;
    margin-left: auto;
    border: none;
    z-index: 1;
    float: right;
}

@media all and (-ms-high-contrast:none){
    #factory .close{
        position: absolute;
        top: 0;
        right: 0;
    }
  }

#factory .slick-dotted.slick-slider{
    margin-bottom: 0;
}

#factory .slick-dots{
    height: 5px;
    bottom: 0;
}

#download .wrapper{
    display: flex;
    margin: 0 -20px;
    flex-wrap: wrap;
}

#download .wrapper .wrap{
    flex-basis: 25%;
    max-width: 25%;
    padding: 0 20px;
    margin-bottom: 20px;
}

#download .wrapper .wrap a{
    font-size: 1.8rem;
    font-weight: bold;
}

#download .wrapper .wrap a img{
    display: inline-block;
    margin-right: 10px;
    vertical-align: -8px;
}

@media screen and (min-height: 900px) and (min-width: 1200px){
    #factory .popup .popup__wrap img{
        max-height: 100%;
        /*max-width: 860px;*/
        width: 100%;
    }
}
@media screen and (max-width: 1200px){
    #products.single .columns .column .wp-block-columns{
        display: block;
    }

    #products.single .columns .column .wp-block-columns .wp-block-column{
        margin-left: 0;
    }

    #products.single .columns .column .wp-block-columns .wp-block-column + .wp-block-column{
        margin-top: 30px;
    }

    #factory .popup{
        top: 60px;
        max-height: 110vw;
    }
}

@media screen and (max-width: 828px){
    .columns{
        margin-bottom: 40px;
    }

    #business .section1 + .section1,
    #outline .section1 + .section1,
    #access .section1 + .section1{
        margin-top: 30px;
    }

    #access .columns .column,
    #access .columns .column + .column{
        max-width: 100%;
    }

    #ecology .section1 + .section1,
    #ecology .section2,
    #ecology .section3{
        margin-top: 20px;
    }

    #ecology .section3 .columns .column{
        max-width: 100%;
    }

    #ecology .section3 table tr th{
        text-align: left;
    }

    #products.single .section1 table tr th,
    #products.single .section1 table tr td{
        display: table-cell;
        border: 5px solid #fff;
        min-width: 130px;
    }

    #products.single .columns .column + .column{
        margin-top: 40px;
    }

    #products.single .section1 .wp-block-columns{
        display: block;
    }

    #products.single .section1 .wp-block-columns .wp-block-column,
    #products.single .section1 .wp-block-columns .wp-block-column + .wp-block-column{
        max-width: 100%;
    }

    #products.single .section1 .wp-block-columns .wp-block-column + .wp-block-column{
        margin-top: 20px;
    }

    #site-map .flex{
        display: block;
    }

    #site-map .flex .flex_column{
        margin-right: 0;
        margin-bottom: 20px;
    }

    #philosophy .section1 + .section1{
        margin-top: 30px;
    }

    #philosophy h2.reverse__ttl{
        font-size: 2.4rem;
    }

    #philosophy h2.reverse__ttl strong{
        font-size: 2rem;
    }

    #philosophy h3{
        font-size: 2.2rem;
    }

    #philosophy h4{
        font-size: 2rem;
    }

    #philosophy p strong{
        display: block;
        text-align: center;
    }

    #flow .wrapper img{
        max-width: 230px;
    }

    #flow .wrapper ul li{
        padding-left: 0;
        text-align: center;
    }

    #flow .wrapper ul li::before{
        position: static;
        top: unset;
        left: unset;
    }

    #flow .wrapper .pc__img{
        display: none;
    }

    #flow .wrapper .sp__img{
        display: block;
        margin: 20px auto;
        max-width: 40px;
    }

    #flow .wrapper .ico_btn{
        display: block;
        margin-left: auto;
        margin-right: auto;
        float: none;
        height: auto;
        line-height: 1.5;
        padding: 10px 35px 10px 10px;
    }

    #download .wrapper .wrap{
        flex-basis: 50%;
        max-width: 50%;
    }

    #factory ul li{
        margin-top: 15px;
    }

    #factory ul li a{
        position: relative;
        display: block;
        border: 1px solid #cccccc;
        font-size: 1.8rem;
        font-weight: bold;
        text-decoration: none;
        color: #0e994b;
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }

    #factory ul li a span{
        display: inline-block;
        width: 28px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        font-size: 1.6rem;
        color: #fff;
        border-radius: 14px;
        background: #0e994b;
        margin-right: 20px;
        vertical-align: 2px;
    }

    #factory ul li a span.white{
        background: #fff;
        width: 27px;
        height: 27px;
        border: 1px solid #0e994b;
    }

    #factory ul li a img{
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
    }

    #factory .popup{
        max-width: calc(100% - 20px);
    }

    #factory .popup .popup__wrap img{
        max-width: 860px;
        max-height: 100%;
        width: 100%;
    }

    #products.taxonomy .columns{
        display: flex;
    }

    #products.taxonomy .columns .column{
        flex-basis: 50%;
        max-width: 50%;
        margin-top: 0;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 415px){
    #download .wrapper{
        display: block;
    }

    #download .wrapper .wrap{
        max-width: 100%;
    }

    #products.taxonomy .columns{
        display: block;
    }

    #products.taxonomy .columns .column{
        max-width: 100%;
        margin-bottom: 20px;
    }
    #products.taxonomy .default_ttl.min{
        font-size: 1.8rem;
    }
}

/* Contact
*********************************************************/

#contact .catch01 {
    width: 100%;
    padding: 20px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.8;
    box-sizing: border-box;
    border: 2px solid #ddd;
}

#contact .catch01 span {
    display: inline-block;
    font-weight: bold;
    font-size: 2.6rem;
    line-height: 1.8;
    color: #0e994b;
}

#contact .catch01 span+span {
    margin-left: 30px;
}

#contact .catch01 span a {
    font-size: 2.6rem;
    color: #0e994b;
}

#contact.entry.check .check-agree,
#contact.confirm .check-agree {
    display: none;
}

#contact table li {
    display: inline-block;
}

#contact .wrap-form {
    background: #FAFAFA;
    padding: 80px;
    margin-top: 50px;
}

#contact table {
    width: 100%;
    border: none;
}

#contact table th,
#contact table td {
    border: none;
    padding: 15px;
    font-size: 1.6rem;
    vertical-align: middle;
    text-align: left;
    background: none;
}

#contact table th {
    max-width: 250px;
    min-width: 250px;
    width: 250px;
    position: relative;
    color: #333;
    vertical-align: top;
    padding-top: 29px;
    padding-bottom: 0;
}

#contact.confirm table th {
    padding: 15px;
}

#contact table table {
    margin: 0;
}

#contact table table th,
#contact table table td {
    background: none;
    border: none;
}

#contact table table th,
#contact.confirm table table th {
    font-weight: normal;
    max-width: 190px;
    min-width: 190px;
    width: 190px;
    vertical-align: middle;
    color: #333;
    padding: 15px 15px 15px 0;
}

#contact table table td {
    padding: 15px 0;
}

#contact table table tr:first-child th,
#contact table table tr:first-child td {
    padding-top: 0;
}

#contact table table tr:last-child th,
#contact table table tr:last-child td {
    padding-bottom: 0;
}

#contact label {
    font-weight: normal;
}

#contact span.red {
    color: #fff;
    display: inline-block;
    background: #C50000;
    padding: 8px 15px;
    right: 25px;
    position: absolute;
    top: 22px;
    font-size: 1.4rem;
    font-weight: normal;
}

#contact span.gray {
    color: #fff;
    display: inline-block;
    background: #999999;
    padding: 8px 15px;
    right: 25px;
    position: absolute;
    top: 22px;
    font-size: 1.4rem;
    font-weight: normal;
}

#contact.confirm span.gray,
#contact.confirm span.red {
    top: 12px;
}

#contact .check-agree {
    font-size: 1.6rem;
    padding: 0 15px;
}

#contact .agree-wrap {
    font-size: 1.6rem;
    margin: 20px 0 40px;
    padding: 10px;
    box-sizing: border-box;
}

#contact .check-agree + p{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

#contact input[type=text],
#contact input[type=email],
#contact input[type=tel] {
    max-width: 500px;
    width: 100%;
    padding: 15px;
    background: #fff;
}

#contact input[type=text].var01 {
    max-width: 10em;
}

#contact input.var02,
#contact input.var03 {
    max-width: 5em;
}

#contact input[type=checkbox] {
    display: inline-block;
    margin-right: 0.5em;
}

#contact input[type=checkbox]+label {
    display: inline-block;
    margin-bottom: 5px;
}

input[type="button"],
input[type="text"],
input[type="email"],
input[type="submit"],
input[type="image"],
textarea,
select {
    -webkit-appearance: none;
    border-radius: 0;
    border: 1px solid #DDDDDD;
}

#contact input[type="radio"] {
    display: none;
}

#contact input[type="radio"]+.mwform-radio-field-text {
    display: block;
    padding-left: 20px;
    position: relative;
    margin-right: 20px;
}

#contact input[type="radio"]+.mwform-radio-field-text::before {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #333;
    box-sizing: border-box;
}

#contact input[type="radio"]:checked+.mwform-radio-field-text::after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 5px;
    width: 6px;
    height: 6px;
    background: #0e994b;
    border-radius: 50%;
}

select::-ms-expand {
    display: none;
}

#contact select {
    height: 48px;
    margin-right: 5px;
    max-width: 20em;
    background: url(../../images/common/ico_arrow_select.png) no-repeat right 10px center #fff;
    padding: 0 45px 0 15px;
}

#contact textarea {
    width: 100%;
    height: 10em;
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
}


#contact .bg-danger {
    padding: 10px;
    margin-top: 5px;
}

#contact .btnWrap01 {
    padding: 25px 0 0;
    overflow: hidden;
}

#contact .btnWrap01 p {
    font-size: 1.4rem;
}

#contact input[type=submit],
#contact .btnWrap01 a,
#contact .fm-modoru {
    appearance: none;
    border: none;
    max-width: 250px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: linear-gradient( to right, rgb(109, 173, 25), rgb(14, 153, 75));
    color: #fff;
    display: block;
    margin: 20px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

#contact input[type=submit]:hover,
#contact .btnWrap01 a:hover,
#contact .fm-modoru:hover{
    opacity: 0.6;
    transition: all 0.3s;
}

#contact .fm-modoru {
    margin: 20px;
    color: #fff;
    background: #666 !important;
}

#contact .btnWrap01 a.btn01 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: #666 !important;
    color: #fff;
}

#contact .wrap03 {
    padding: 0 15px;
    margin-bottom: 20px;
}

#contact .wrap03 p {
    padding: 15px;
    background: #EDEDED;
    font-size: 0.9rem;
}

body .mw_wp_form .error {
    color: #c50000;
    background-color: #f2dede;
    padding: 10px;
    margin: 5px 0;
    display: inline-block;
}

#contact .mwform-checkbox-field input[type="checkbox"] {
    display: none;
}

.mwform-checkbox-field .mwform-checkbox-field-text::before {
    content: '';
    margin-right: 15px;
    background: url(../../images/common/checkoff.png) no-repeat 0 0;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}

.mwform-checkbox-field input[type="checkbox"]:checked+.mwform-checkbox-field-text::before {
    background: url(../../images/common/checkon.png) no-repeat 0 0;
}

#contact .text01 + .text01{
    margin-top:20px;
}

.mw_wp_form .horizontal-item{
    display: inline-block;
    margin-right: 10px;
}

.mw_wp_form .horizontal-item + .horizontal-item{
    margin-left: 0;
}

@media screen and (max-width:828px) {

    #contact .catch01 span+span {
        margin-left: 0;
    }

    #contact input[type="file"] {
        box-sizing: border-box;
        width: 100%;
    }

    #contact .catch01{
        padding: 15px;
    }

    #contact .catch01 span {
        display: block;
    }

    #contact .catch01 span+span {
        padding-left: 0;
    }

    #contact table th,
    #contact table td {
        display: block;
        max-width: 100%;
        min-width: auto;
        width: 100%;
        box-sizing: border-box;
    }

    #contact table td input[type=text],
    #contact table td input[type=email],
    #contact table td input[type=tel] {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #contact table td input.var02 {
        width: 4em;
    }

    #contact table td input[type=text].var01 {
        width: 100%;
        margin-bottom: 10px;
    }

    #contact table td input.var03 {
        width: 6em;
    }

    #contact table td input.var03+br+input.var01 {
        margin-top: 20px;
    }

    #contact input[type=submit],
    #contact .btnWrap01 a,
    #contact .fm-modoru {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }

    .btnWrap01 {
        text-align: center;
    }

    #contact .wrap-form {
        padding: 10px;
    }

    #contact.confirm .wrap-form {
        padding: 10px 10px 40px;
    }

    #contact table th {
        padding: 15px;
        vertical-align: middle;
    }

    #contact span.gray,
    #contact span.red {
        position: static;
        transform: none;
        margin-left: 10px;
    }
}

@media screen and (min-width:829px) and (max-width:1200px) {

    #contact table table,
    #contact table table tbody,
    #contact table table tr,
    #contact table table th,
    #contact table table td {
        display: block;
        width: 100%;
        height: auto;
        box-sizing: border-box;
    }

}

/* privacy-policy
********************************************************/

#privacy-policy dt {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 15px;
}

#privacy-policy dd {
    margin-bottom: 45px;
    font-size: 1.6rem;
}

#privacy-policy dd ul li{
    position: relative;
    padding-left: 20px;
}

#privacy-policy dd ul li::before{
    position: absolute;
    content: "・";
    top: 0;
    left: 0;
}



/* news
*********************************************************/
#news .section01 {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px dotted #ddd;
}

#news .section01 .columns {
    justify-content: space-between;
    flex-direction: row-reverse;
}

#news .section01 .columns > *{
    padding: 0 25px;
}

#news .section01 .news__img {
    flex-basis: 38%;
}

#news .section01 .news__txt {
    flex-basis: 56%;
}

#news .section01:last-of-type,
#news .section01.var01 {
    border: none;
    margin-bottom: 0;
}

#news .section01 .news__date {
    font-size: 1.6rem;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

#news .section01 .default_ttl a {
    color: inherit;
    text-decoration: none;
}

#news .section01 .inner01 {
    font-size: 1.6rem;
    line-height: 1.8;
}

/* Smartphone Vertical */
@media screen and (max-width: 828px) {

    #news .section01 .columns {
        flex-direction: column;
    }

    #news .section01 .news__img {
        margin-bottom: 20px;
    }

    #news .section01 .news__txt{
        margin-top: 20px;
    }
}


/* Responsive
*********************************************************/

/* Tablet side Only */
@media screen and (min-width:829px) and (max-width:1200px) {}

/* Smartphone side + Tablet Vertical */
@media screen and (max-width:828px) {
    body #swipebox-close {
        right: auto;
        left: 0;
    }

    .mw_wp_form .horizontal-item{
        display: block;
    }
}

/* Smartphone Vertical */
@media screen and (max-width:415px) {

    #contact .mwform-radio-field {
        display: block;
    }

    .mw_wp_form .horizontal-item+.horizontal-item {
        margin-left: 0;
    }
}
