@charset "utf-8";

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

For 施工事例 アーカイブ

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

/* nav_wrap */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {

     .nav_wrap {
        padding-top: 10px;
        padding-bottom: 0;
		 margin-bottom: -3%;
    }

    .nav_wrap .search {
        margin: 0 auto;
        padding: 15px 0;
        width: 920px;
        border-top: 1px solid #c8c8c8;
        border-bottom: 1px solid #c8c8c8;
    }

    .nav_wrap .search article {
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between;
    }

    .nav_wrap .search article:last-of-type {
        margin-bottom: 0;
    }

    .nav_wrap .search article h6 {
        width: 120px;
        font-size: 1.4rem;
        line-height: 30px;
        font-weight: bold;
        text-align: center;
    }

    .nav_wrap .search article .item {
        display: flex;
        flex-wrap: wrap;
        width: 820px;
    }

    .nav_wrap .search label {
        margin-left: 4px;
        margin-bottom: 4px;
        cursor: pointer;
    }

    .nav_wrap .search label:last-of-type {
        margin-right: 0;
    }

    .nav_wrap .search input[type=radio],
    .nav_wrap .search input[type=checkbox] {
        display: none;
    }

    .nav_wrap .search label span {
        display: flex;
        width: 120px;
        height: 40px;
        justify-content: center;
        align-items: center;
        text-align: center;
        line-height: 1.2;
        background-color: #FFF;
        border: 1px solid #000;
        transition: 0.3s ease;
		font-size: 90%;
    }

    .nav_wrap .search label span:hover {
        color: #ee4709;
        border: 1px solid #ee4709;
    }

    .nav_wrap .search input[type=radio]:checked + span,
    .nav_wrap .search input[type=checkbox]:checked + span {
        color: #FFF;
        background-color: #ee4709;
        border: 1px solid #ee4709;
    }

    .nav_wrap .search .btnSubmit {
        display: block;
        margin: 10px auto 0;
        padding-left: 10px;
        width: 230px;
        color: #FFF;
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 40px;
        text-decoration: none;
        border-radius: 0;
        border: none;
        background-image: url(../../common/img/ico/search_w.png);
        background-size: 16px auto;
        background-position: 50px center;
        background-repeat: no-repeat;
        background-color: #ee4709;
        border: 2px solid #ee4709;
        cursor: pointer;
        outline: none;
        transition: 0.3s ease;
    }

    .nav_wrap .search .btnSubmit:hover {
        color: #ee4709;
        background-color: #FFF;
        background-image: url(../../common/img/ico/search_o.png);
    }

}

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

    .nav_wrap {
        padding-top: 30px;
        padding-bottom: 0;
    }

    .nav_wrap .search {
        padding: 15px 0;
        border-top: 1px solid #c8c8c8;
        border-bottom: 1px solid #c8c8c8;
    }

    .nav_wrap .search .btnSearchToggle {
        position: relative;
        display: table !important;
        padding-left: 30px;
        margin: 0 auto;
    }

    .nav_wrap .search .btnSearchToggle::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        width: 22px;
        height: 22px;
        border-radius: 11px;
        border: 1px solid #ee4709;
        transition: 0.3s ease-in-out;
    }

    .nav_wrap .search .btnSearchToggle::after {
        content: "";
        position: absolute;
        left: 7px;
        top: 5px;
        display: block;
        width: 8px;
        height: 8px;
        border-top: 2px solid #ee4709;
        border-right: 2px solid #ee4709;
        transform: rotate(135deg);
    }

    .nav_wrap .search .btnSearchToggle.active::after {
        top: 7px;
        transform: rotate(-45deg);
    }

    .nav_wrap .search #searchform {
        display: none;
    }

    .nav_wrap .search article {
        margin-top: 20px;
    }

    .nav_wrap .search article:first-of-type {
        margin-top: 30px;
    }

    .nav_wrap .search article h6 {
        margin-bottom: 5px;
        font-size: 1.6rem;
        font-weight: bold;
        text-align: center;
    }

    .nav_wrap .search article .item {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .nav_wrap .search label {
        margin: 0 2px 4px;
        cursor: pointer;
    }

    .nav_wrap .search input[type=radio],
    .nav_wrap .search input[type=checkbox] {
        display: none;
    }

    .nav_wrap .search label span {
        display: flex;
        width: 100px;
        height: 36px;
        font-size: 1.1rem;
        justify-content: center;
        align-items: center;
        text-align: center;
        line-height: 1.2;
        background-color: #FFF;
        border: 1px solid #000;
    }

    .nav_wrap .search input[type=radio]:checked + span,
    .nav_wrap .search input[type=checkbox]:checked + span {
        color: #FFF;
        background-color: #ee4709;
        border: 1px solid #ee4709;
    }

    .nav_wrap .search .btnSubmit {
        display: block;
        margin: 25px auto 0;
        padding-left: 10px;
        width: 230px;
        color: #FFF;
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 40px;
        text-decoration: none;
        border-radius: 0;
        border: none;
        background-image: url(../../common/img/ico/search_w.png);
        background-size: 16px auto;
        background-position: 50px center;
        background-repeat: no-repeat;
        background-color: #ee4709;
        cursor: pointer;
        outline: none;
        transition: 0.3s ease;
    }

}

/* archive_wrap */
/* ---------------------------------------------------- */
.archive_wrap .newIcon {
  color: #FFF;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #ee4709;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  padding: 3px 10px;
}

@media print,
screen and (min-width: 768px) {
    .archive_wrap {
        padding-bottom: 20px;
    }

    .archive_wrap .list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        width: 920px;
    }

    .archive_wrap .list > li {
        position: relative;
        padding-bottom: 70px;
        margin-bottom: 60px;
        margin-right: 40px;
        width: 280px;
        border-bottom: 1px solid #000;
    }

    .archive_wrap .list > li:nth-child(3n) {
        margin-right: 0;
    }

    .archive_wrap .list a {
        display: block;
    }

    .archive_wrap .list .thumb {
        position: relative;
        margin-bottom: 15px;
        height: 200px;
        background-color: #000;
        overflow: hidden;
    }

    .archive_wrap .list .thumb span {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        display: block;
        width: 100%;
        height: 100%;
        background-image: url(../../common/img/bg/blank_1.png);
        background-size: cover;
        background-position: center center;
        opacity: 1;
        transition: 0.3s ease-in-out;
    }

    .archive_wrap .list a:hover .thumb span {
        opacity: 0.5;
        transform: translate(-50%, -50%) scale(1.1);
    }

    .archive_wrap .list .point {
        /*display: flex;
        justify-content: space-between;*/
    }

    .archive_wrap .list .point li {
        padding: 3px;
        color: #FFF;
        font-size: 1.2rem;
        text-align: center;
        background-color: #ee4709;
		width: 48% !important;
	height: auto;
	float: left;
	margin: 0 0.5% 1%;
	position: relative;
    }

    .archive_wrap .list h4 {
        font-size: 1.6rem;
        text-align: center;
    }

    .archive_wrap .list .btnDetail {
        position: absolute;
        left: 50%;
        bottom: 18px;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 767px) {
    .archive_wrap {
        padding-bottom: 10px;
    }

    .archive_wrap .list {}

    .archive_wrap .list > li {
        padding-bottom: 15px;
        margin-bottom: 50px;
        border-bottom: 1px solid #000;
    }

    .archive_wrap .list a {
        display: block;
        position: relative;
    }

    .archive_wrap .list .thumb {
        position: relative;
        margin-bottom: 15px;
        padding-top: 71%;
    }

    .archive_wrap .list .thumb span {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        display: block;
        width: 100%;
        height: 100%;
        background-image: url(../../common/img/bg/blank_1.png);
        background-size: cover;
        background-position: center center;
        opacity: 1;
        transition: 0.3s ease-in-out;
    }

    .archive_wrap .list .thumb h4 {
        display: flex !important;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 0;
        top: 0;
        padding: 10px 10%;
        width: 100%;
        height: 100%;
        color: #FFF;
        font-size: 1.6rem;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .archive_wrap .list .point {
        margin-bottom: 10px;
        /*display: flex;
        justify-content: space-between;*/
    }

    .archive_wrap .list .point li {
        padding: 3px;
        width: 47% !important;
		margin: 0 1% 2%;
        color: #FFF;
        font-size: 1.1rem;
        text-align: center;
        background-color: #ee4709;
		float: left;
    }



    .archive_wrap .list .btnDetail {}
}

/* btnarea_wrap */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {
    .btnarea_wrap .btnEvent {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 767px) {
    .btnarea_wrap .btnEvent {
        margin-bottom: 50px;
    }
}
