@charset "utf-8";
/*----------------------------------------------------
    共通css
----------------------------------------------------*/

.imgarea.caption {
    text-align: center;
}

.imgarea.caption img {
    display: block;
    margin: 0 auto 0.5rem;
    border: solid 1px #eee;
    width: auto;
    max-width: 600px;
}
.fixBan {
    position: fixed;
    bottom: 24rem;
    right: 0;
    z-index: 1;
    text-align: center;
    border: 4px solid #9a865b;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 3rem;
    background: #304463;
    height: 160px;
    width: 270px;
    font-size: 18px;
}
.fixBan span {
    font-size: 26px;
    text-shadow: 3px 3px 0px #9a865b;
    color: #fff;
}
.fixBan a {
    color: #fff;
    display: block;
    padding: 10px;
    text-decoration: none;
}

.lp2 .sBox .catch {
    text-align: center;
    font-size: 2rem;
    line-height: 1.5;
}

.lp2 .sBox .catch span {
    font-size: 2.6rem;
    display: block;
}

.lp2 .addCont01 .thBoxArea .info-wrap .info-head {
    font-weight: bold;
}


.lp2 .addCont02 .sTitArea:before{
    box-sizing: border-box;
    position: absolute;
    bottom: 1rem;
    left: 0;
    display: none;
    width: 64px;
    height: 60px;
    text-align: center;
    content: counter(number, decimal-leading-zero);
    counter-increment: number;
    font-style: italic;
    font-size: 4rem;
    line-height: 1;
    padding: 17px 8px 0 0;
}

.lp2 .addCont02 .sTitArea:after{
    box-sizing: border-box;
    content: 'COMPANY';
    display: none;
    width: 64px;
    height: 60px;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1;
    position: absolute;
    left: 0;
    bottom: 1rem;
}

.addCont02 .sTitArea:before {
    box-sizing: border-box;
    position: absolute;
    bottom: 1rem;
    left: 0;
    display: block;
    width: 64px;
    height: 60px;
    text-align: center;
    content: counter(number, decimal-leading-zero);
    counter-increment: number;
    font-style: italic;
    font-size: 4rem;
    line-height: 1;
    padding: 17px 8px 0 0;
}




/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {


.lp2 .titLArea {
    position: relative;
    margin: 0 auto 5rem;
    text-align: center;
    width: 100%;
    max-width: 830px;
    padding: 30px 10px 30px;
}

.lp2 .frame-wrap .frame.typeB {
    width: calc((100% - 24px) / 2);
    background-color: #f6f4f2;
    padding: 2.8rem 1.8rem;
}
.lp2 .addCont01 .thBoxArea .sBox .sTit {
    font-size: 2rem;
}
}
/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 599px) {

.imgarea.caption img {
    max-width: 90%;
}
    .fixBan {
        right: 0;
        width: 100%;
        height: 80px;
        text-align: center;
        line-height: 2.4rem;
        bottom: 0;
        font-size: 16px;
    }
    .fixBan span {
        font-size: 1.9rem;
    }
#page-top {
    bottom: 14%;
}
footer p.copy {
    padding-bottom: 90px;
}
.lp2 .addCont01 .thBoxArea .sBox .sTit {
    font-size: 2rem;
}




}