@charset "utf-8";

/*===========================================================
	TITLE HEADING
============================================================*/
.hdL {
    position: relative;
    font-size: 3.6rem;
    text-align: center;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.3;
}
.hdL:before{
    content: '';
    position: absolute;
    width: 60px;
    height: 4px;
    background: #eb6c1f;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.hdX{
    font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
    .hdL {
        font-size:2.4rem;
    }
    .hdL:before{
        width: 30px;
        height: 2px;
        bottom: -3px;
    }
    .hdX{
        font-size: 2.4rem;
    }
}
.comlink{
    text-align: center;
    margin: 4rem 0 0 0;
}
.comlink a{
    display: inline-block;
    width: 360px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    background: url("../img/common/arrow04.png")no-repeat right 25px center #404040;
    color: #fff;
    font-size: 1.6rem;
}
.comlink a:hover{
    text-decoration: none;
    background: url("../img/common/arrow04.png")no-repeat right 25px center #eb6c1f;
}

@media screen and (max-width: 767px) {
    .comlink{
        margin: 2rem 0 0 0;
    }
    .comlink a{
        display: inline-block;
        width: 100%;
        text-align: center;
        height: 50px;
        line-height: 50px;
        background: url("../img/common/arrow04.png")no-repeat right 25px center #404040;
        color: #fff;
        font-size: 1.6rem;
    }
}

.hdM {}
.hdS {}
.hd01 {}