@charset "UTF-8";
.ttl_04{
    padding: 0 10px 20px;
}
.works .box01 {
    margin-bottom: 80px;
}

.works .box01 .float_sb {
    width: 1050px;
    margin: 20px auto 0;
}


.works .box01 h3 {
    background-color: #A88A50;
    color: #fff;
    font-size: 16px;
    line-height: 1.3em;
    width: 150px;
    text-align: center;
    display: inline-block;
    letter-spacing: 0;
    padding: 10px;
    margin-bottom: 20px;
}

.works .box01 .float_sb .sb_l {
    width: 620px;
}

.works .box01 .float_sb .sb_r {
    width: 360px;
}


.ipselect_01 select {
    padding: 3px 10px;
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

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

.ipselect_01.inp01 {
    position: relative;
    border: 3px solid #35AA86;
    border-radius: 0;
    background: #ffffff;
    width: 100%;
    margin-bottom: 20px;
}

.ipselect_01.inp01::before {
    position: absolute;
    top: 6px;
    right: 20px;
    font-size: 15px;
    width: 0;
    height: 0;
    padding: 0;
    color: #35AA86;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    pointer-events: none;
    font-weight: bold;
}

.ipselect_01.inp01 select {
    padding: 5px 38px 5px 8px;
    color: #35AA86;
    font-weight: bold;
}

.item_btn_area{
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.search_btn{
    border-top: 1px solid #CCCCCC;
    max-width: 1050px;
    margin: auto;
    padding: 20px 0 30px;
}
.form_btn{
    text-align: center;
}

.form_btn input[type="submit"] {
    width: 270px;
    height: 51px;
    text-align: center;
    cursor: pointer;
    background-image: url("../images/common/submit.png");
    background-repeat: no-repeat;
    border: 0;
    border-radius: 0;
    color: #35aa86;
    font-weight: bold;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .form_btn input[type="submit"] {
        background-image: url("../images/common/submit@2x.png");
        background-size: 270px 51px;
    }
}

#result {
	padding-top: 100px;
	margin-top: -100px;
}

.works .box02 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}



.works .box02 ul::after,
.works .box02 ul::before {
    content: "";
    display: block;
    width: 23%;
    height: 0;
}

.works .box02 ul::before {
    order: 1;
}


.works .box02 ul li {
    position: relative;
    padding-top: 30px;
    width: 23%;
    margin-bottom: 30px;
}

.works .box02 ul li .img_up {
    margin-bottom: 20px;
}

.works .box02 ul li .img_up img {
    max-height: 180px;
    max-width: 270px;
    width: 100%;
    object-fit: cover;
    border: 1px solid #35aa86;
    border-radius: 5px;
}

.works .box02 ul li .w_day {
    font-size: 12px;
    color: #808080;
    font-weight: bold;
    margin-bottom: 5px;
}

.works .box02 ul li h3 {
    margin-bottom: 10px;
}

.works .box02 ul li h3 a {
    text-decoration: underline;
    color: #35aa86;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
}

.works .box02 ul li .w_txt {
    font-size: 14px;
    color: #000;
}

label span {
    padding-left: 0 !important;
}



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


.works_detail {}

.works_detail .w_day {
    text-align: center;
    color: #35aa86;
    font-size: 12px;
    font-weight: bold;
    margin-top: -10px;
}

.works_detail .float_sb {
    margin: 30px 0 40px;
}

.works_detail .float_sb > div,
.works_detail .float_sb table {
    width: 49%;
}

.works_detail .img_up img {
    max-height: 330px;
    max-width: 470px;
    width: 100%;
    object-fit: cover;
    border: 1px solid #35aa86;
    border-radius: 7px;
}

.works_detail .table_01 th {
    width: 30%;
    min-width: 100px;
}

.works_detail p {
    margin-bottom: 30px;
}

.works_detail ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.works_detail ul::after,
.works_detail ul::before {
    content: "";
    display: block;
    width: 32%;
    height: 0;
}

.works_detail ul::before {
    order: 1;
}


.works_detail ul li {
    width: 32%;
    margin-bottom: 45px;

}

.works_detail li img {
    max-height: 220px;
    max-width: 315px;
    width: 100%;
    border: 1px solid #35aa86;
    border-radius: 5px;
    object-fit: cover;
}


.contact_box{
    margin-top: 90px;
}
.contact_box p{
    margin-bottom: 0;
}





/*-------------------------------
media
--------------------------------*/



@media (max-width: 767px) {

    .box01 {
        padding: 0 8px 20px;
    }

    .works .box01 .float_sb {
        width: 100%;
    }

    .works .box01 .float_sb .sb_l,
    .works .box01 .float_sb .sb_r {
        width: 100%;
    }

    .item_btn {
        justify-content: space-around;
    }

    .item_btn label {
        margin: 0 2px 10px;
    }

    /*******************/
    .works .box02 ul li {
        width: 48%;
        max-width: 100%;
        
    }
    .works .box02 ul li .img_up img{
        max-width: 100%;
    }
    /*******************/
    .works_detail .float_sb > div,
    .works_detail .float_sb table {

        width: 100%;

    }

    .works_detail .float_sb > div {
        margin-bottom: 30px;
        text-align: center;
    }

    .works_detail .table_01 th {
        width: 100%;
    }

    .works_detail ul li {
        width: 48%;
    }
    .ttl_07{
        margin-top: 120px;
        padding: 8px 15px 8px 15px
    }
    .ttl_07 span{
        display: block;
    }
    .ttl_07 span:before {
        width: 72px;
        height: 76px;
        bottom: auto;
        left: 0;
        right: 0;
        top: -84px;
        margin: auto;
    }
    

}



@media (max-width: 350px) {
    .works ul li {
        width: 100%;
    }
}
