<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------ Main Contents */


/* ------------------------------------------------------------ *** */

/* --- header --- */
header{
    height: 300px;
    background: url(../../common/img/cate_header.png) center top no-repeat #f5f5e6;
}
    .headerInfoBox{
        height: 60px;
        width: 100%;
    }
    header .title{
        padding: 0 0 60px 244px;
    }
    header .title::after{
        content:"\A WORKS";
        /* white-space: pre; */
        font-size: 16px;
        font-size: 1.6rem;
        color: #ff1428;
        padding-top: 5px;
        font-weight: bold;
        display: block;
    }
nav{
    height: 55px;
    justify-content: flex-end;
    align-items: flex-end;
}
    .headerMenuBox{
        width: 80%;
    }
    .headerInfoBox ul li:nth-child(3){
        width: auto;
        text-align: center;
        color: #212121;
    }
/* --- //header --- */

/* --- contents --- */

/* - mainBox - */
.contents .mainBox{
    width: 100%;
    padding: 40px 0 0;
}
    .contents .subTitle{
        text-align: center;
        padding-bottom: 40px;
    }
    .contents .subTitle h3{
        color: #4c4c4c;
        font-size: 20px;
        font-size: 2.0rem;
        font-weight: bold;
    }
    .worksMainBox {
        width: 940px;
        margin: 0 auto;
        padding-bottom: 80px;
    }
    .worksBox{
        display: -webkit-flex;
        -js-display: flex;
        display: -ms-flexbox;
        display: flex;

        justify-content:flex-end;
        padding-left: 40px;
        padding-bottom: 30px;
        width: 900px;
    }
    .worksBox:nth-child(even){
        flex-direction: row-reverse;
        justify-content:flex-start;
        padding-left: 0;
    }
    .worksBox:last-child{
        padding-bottom: 0;
    }
    .worksBox .txtBox{
        /*background: url(../img/txtBox_bg.png) center top;*/
        background:#fbfbfb;
        padding: 30px;
    }
    .worksBox .txtBox .number{
        color: #ff1428;
        font-size: 70px;
        font-size: 7.2rem;
        padding-bottom: 30px;
    }
    .worksBox .txtBox .headLine{
        padding-bottom: 15px;
    }
    .worksBox .txtBox .headLine h4{
        color: #212121;
        font-size: 22px;
        font-size: 2.2rem;
        font-weight: bold;
        line-height: 1.75;
    }
    .worksBox .txtBox .text001{
        color: #212121;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.75;
    }

    .worksBox .phtBox{

    }
    .worksBox .phtBox .cap{
        text-align: center;
        color: #212121;
        font-size: 18px;
        font-size: 2rem;
        padding-top: 15px;

    }
    .worksBox .phtBox .cap::before{
        content:"&gt;";
        color: #fff;
        background: #ea1d23;
        padding: 0;
        margin: 0;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        display: inline-block;
        border-radius: 50%;
        font-size: 10px;
        font-size: 1.0rem;
        margin-right: 10px;
        vertical-align: middle;
    }
    .worksBox .phtBox .cap a{
        color: #212121;
    }
    .worksBox .phtBox .cap a:hover{
        color: #ea1d23;
    }

    .inquiryBox{
        padding-bottom: 40px;
    }
    .inquiryBox .subTitle{
        padding: 40px 0 10px;
    }
    .inquiryBox .subTitle h3{
        color: #212121;
        font-size: 32px;
        font-size: 3.2rem;
        font-weight: bold;
    }
    .inquiryBox .text001{
        color: #333333;
        font-size: 17px;
        font-size: 1.7rem;
        text-align: center;
        padding-bottom: 20px;
    }
    .inquiryBox ul{
        justify-content: center;
        align-items:center;
        padding-bottom: 10px;
    }
    .inquiryBox ul li{
        color: #ea1d23;
        font-size: 44px;
        font-size: 4.4rem;
        font-weight: bold;
    }
    .inquiryBox ul li:nth-child(1){
        padding: 10px 5px 0 0;
    }
    .inquiryBox ul li:nth-child(2){
        padding: 10px 15px 0 0;
    }
    .inquiryBox .text002{
        color: #333333;
        font-size: 16px;
        font-size: 1.6rem;
        text-align: center;
    }
	
    .inquiryBox ul li:nth-child(3) a img{
		transition:.5s all ease;
	}
	
    .inquiryBox ul li:nth-child(3) a:hover img{
        filter: saturate(200%);
    }

    .goodBox{
        background: #fffaf0;

        margin: 0px -500%;
    	padding: 0px 500%;
    }
    .goodBox .subTitle{
        padding: 40px 0 10px;
    }
    .goodBox .subTitle h3{
        color: #212121;
        font-size: 32px;
        font-size: 3.2rem;
        font-weight: bold;
    }
    .goodBox .iconBox ul{
        justify-content: center;
        padding-bottom: 40px;
    }
    .goodBox .iconBox ul li{
        width: 20px;
        height: 4px;
    }
    .goodBox .iconBox ul li:nth-child(1){
        background: #00a0e9;
    }
    .goodBox .iconBox ul li:nth-child(2){
        background: #d6007f;
    }
    .goodBox .iconBox ul li:nth-child(3){
        background: #ffd200;
    }
    .goodBox .iconBox ul li:nth-child(4){
        background: #505050;
    }

    .goodBox .productBox001{
        width: 920px;
        margin: 0 auto;
        padding-bottom: 30px;
    }
    .goodBox ul.productBox001 {
        justify-content: space-around;
    }
    .goodBox ul.productBox001 li{

    }
    .goodBox .productBox002{
        width: 920px;
        margin: 0 auto;
        padding-bottom: 30px;
    }
    .goodBox ul.productBox002{
        /* justify-content:space-between; */
        flex-wrap:wrap;
    }
    .goodBox ul.productBox002 li{
        background: #fff;
        padding: 20px;
        width: 170px;
        box-shadow: 0 0 6px rgba(199,159,109,1);
        margin: 0 10px 20px;

        display: -webkit-flex;
        -js-display: flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction:column;
        align-items: center;

    }
    .goodBox ul.productBox002 li .pht{
        padding-bottom: 10px;
    }
    .goodBox ul.productBox002 li .head{
        padding-bottom: 10px;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
    }
    .goodBox ul.productBox002 li .text{
        font-size: 16px;
        font-size: 1.4rem;
        line-height: 1.75;
        width:100%;
    }
/* - //mainBox - */


/* --- //contents --- */
</pre></body></html>