@charset "utf-8";

h2{
    padding: 18px;
}


/*--▼header--*/
h1{
    text-shadow: 2px 4px 3px rgba(10,0,0,0.2);
}

h1 span{
    font-size: 0.85rem;
    line-height: 1rem;
    text-shadow: 2px 4px 3px rgba(10,0,0,0.2);
}

#page_1st h1 br{
    display: inline;
}
/*--header▲--*/


/*--▼TopScrollBt--*/
#Top_scbt{
    display: none;
    width: 120px;
    position: absolute;
    bottom: 36px;
    right: 12px;
    cursor: pointer;
    border-radius: 3px;
    background: rgba(255,149,30,0.5);
    z-index: 888;
    animation: jmp 2s linear 10s 3 alternate;
}

#Top_scbt p{
    text-align: center;
    line-height: 2.4rem;
    white-space: nowrap;
}

#Top_scbt p i{
    padding-left: 6px;
    font-size: 1.4rem;
    vertical-align: middle;
}
/*--TopScrollBt▲--*/


/*--▼heroimage--*/
#heroimage{
    display: block;
    height: 100%;
    max-width: 880px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.st0{fill:#FED19E;}
.st1{fill:#FE951E;}
.st2{fill:#C68849;}
.st3{fill:#4C3737;}
.st4{fill:#FFFFFF;}
.st5{fill:#FF2E18;}
.st6{fill:#1AA660;}
.st7{fill:#F0FAF6;}
.st8{fill:#9DEFC6;}
.st9{fill:#BFBFBF;}
.st10{fill:#EFEFEF;}
.st11{fill:#909090;}
.st12{fill:#FF8C7F;}
.st13{fill:#FFE7E5;}
/*--heroimage▲--*/


/*--▼page2--*/
#page_2nd .wrapper{
    background: url(../images/worksview.jpg) #ccc no-repeat;
    background-size: cover;
}

.black_filter{
    background: rgba(0,0,0,0.5);
}

.aboutus{
    width: 100%;
    height: auto;
    padding: 12px;
    border: 1px solid #fff;
    background: rgba(0,0,0,0.4)
}

.aboutus p{
    padding: 18px;
}

.aboutus p span.font_accent{
    font-weight: 700;
}

.directmail{
    width: 100%;
    height: auto;
    margin-top: 30px;
    background: url(../images/envelopes.jpg) #fff no-repeat right -10% bottom 0;
    background-size: auto 80%;
}

.dm_content{
    width: 100%;
    height: 100%;
    padding: 12px;
    position: relative;
    background: rgba(255,255,255,0.5);
}

.dm_content p{
    padding: 18px;
}

.dm_link{
    width: 100%;
    padding: 30px 0px;
}

.dm_link a{
    display: block;
    width: 240px;
    margin: 0 auto;
    border: 1px solid #4c3737;
    background: #fff;
    line-height: 4rem;
    text-align: center;
}

.dm_link a:first-child{
    margin-bottom: 12px;
    font-size: 1.1rem;
    font-weight: 500;
    border: 1px solid #1aa660;
    color: #1aa660;
}

.dm_link a:hover{
    border: 1px solid #ff951e;
    background: #ff951e;
    color: #fff;
}

.dm_link a:first-child:hover{
    border: 1px solid #fff;
    background: #1aa660;
    color: #fff;
}
/*--page2▲--*/


/*--▼page3--*/
#page_3rd{
    background: #f6f3f3;
}

.top_otherservice{
    width: 100%;
    height: 100%;
    padding: 12px;
    background: #fff;
}

.servicelist{
    width: 100%;
    height: auto;
}

.servicelist li{
    width: 100%;
    height: 312px;
    padding: 12px;
}

.listbox{
    padding: 6px;
    background: #fff;
    box-shadow:  1px 2px 4px 1px rgba(10,10,10,0.3);
}

.listbox:hover{
    box-shadow: none;
}

.listbox > div{
    width: 100%;
    height: 70%;
    border: solid 1px #f6f3f3;
    border-radius: 6px;
    background-color: transparent;
    background-size: cover;
    text-align: center;
    overflow: hidden;
}

.listbox figcaption{
    background: transparent;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 4rem;
}

div.stock{
    background: url(../images/stock_photo1.jpg) center;
    background-size: cover;
    border: solid 1px #db5e59;
}

div.box{
    background: url(../images/box_photo1.jpg) center;
    background-size: cover;
    border: solid 1px #d84b00;
}

div.operator{
    background: url(../images/operator_photo1.jpg) center;
    background-size: cover;
    border: solid 1px #ff7200;
}

div.card{
    background: url(../images/card_photo1.jpg) center;
    background-size: cover;
    border: solid 1px #e8b220;
}

div.data{
    background: url(../images/data_photo1.jpg) center;
    background-size: cover;
    border: solid 1px #af9e00;
}

div.web{
    background: url(../images/web_photo2.jpg) center;
    background-size: cover;
    border: solid 1px #fcac00;
}


.listbox .whitefilter{
    width: 100%;
    height: 100%;
    background: rgba(60,60,60,0.65);
}

.listbox figcaption{
    text-shadow: 1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff, -1px 1px 0px #fff;
}

.stock figcaption{
    color: #db5e59;
}

.box figcaption{
    color: #d84b00;
}

.operator figcaption{
    color: #ff7200;
}

.card figcaption{
    color: #e8b220;
}

.data figcaption{
    color: #af9e00;
}

.web figcaption{
    color: #fcac00;
}

.listbox img{
    height: 120px;
    transition: transform 0.5s ease;
}

.listbox:hover img{
    transform: scale(1.2);
}

.listbox p{
    padding: 6px;
    border-radius: 6px;
    font-size: 1rem;
    line-height: 1.2rem;
    text-align: center;
}

aside{
    width: 100%;
    position: relative;
    padding: 36px 0px;
}

.newsbox{
    position: relative;
    padding: 18px;
    background: #4c3737;
}

aside h3{
    width: 100%;
    background: transparent;
    color: #fff;
    line-height: 4rem;
    text-align: center;
}

.newslist{
    width: 100%;
    position: relative;
    margin-top: 18px;
    padding: 18px;
    background: #fff;
}

.newslist div{
    border-bottom: 1px dotted #4c3737;
    height: 25%;
}

.newslist div:last-child{
    border: none;
}

.newslist dt{
    padding-top: 12px;
    color: #ff2e18;
    font-size: 1rem;
    line-height: 3rem;
}

.newslist dd{
    clear: both;
    padding: 6px 0px;
    font-size: 0.9rem;
    line-height: 1.5rem;
}

.newslist time{
    color: #ff951e;
    float: right;
}
/*--page3▲--*/


/*--▼mediaquery--*/

/*moblie*/
@media screen and (max-width:360px){
    h1{
        font-size: 1.2rem;
    }
    
    #support{
        top: 36%;
    }
}

@media screen and (max-width:600px){    
    #support a{
        padding: 3px 6px 6px 12px
    }

    #page_2nd .wrapper{
        background: url(../images/worksview_m.jpg) #ccc no-repeat;
        background-size: auto 100%;
        background-position: center bottom;
    }
}

/*tablet*/
@media screen and (min-width:481px) and (max-width:1024px){
    .directmail{
        background-position: left 0 bottom 0;
        background-size: 66% auto;
    }

    .servicelist li{
        width: 50%;
        height: 324px;
        float: left;
        padding: 12px 6px;
    }
}

/*PC*/
@media screen and (min-width:1025px){
    #support{
        top: 20%;
    }

   .aboutus{
        width: 78%;
        height: 50%;
    }

    .directmail{
        width: 78%;
        height: 54%;
        background-position: left 0 bottom 0;
        background-size: 60% auto;
    }
    
    .content1{
        z-index: 13;
    }
    
    .content2{
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 15;
    }

    .dm_content{
        padding: 12px 60px 30px 60px;
    }

    .dm_content p{
        padding: 18px 0px;
    }

    .dm_link{
        padding: 30px 60px;
    }

    .dm_link a{
        float: right;
    }
    
    .dm_link a:first-child{
        float: left;
    }
    
    #page_3rd .inner{
        height: 100%;
    }
    
    .top_otherservice{
        width: 60%;
        float: left;
        vertical-align: middle;
    }
    
    .servicelist li{
        width: 33%;
        height: 336px;
        float: left;
        padding: 18px 6px;
    }
    
    aside{
        width: 39%;
        height: 100%;
        float: right;
        padding: 0 0 0 24px;
    }
    
    aside h3{
        padding: 18px;
        font-size: 1.4rem;
        line-height: 3rem;
    }
    
    .newsbox{
        height: 100%;
        padding: 12px;
    }
    
    .newslist{
        height: calc(100% - 138px);
    }

}
/*--mediaquery▲--*/



