@charset "utf-8";

/* 共通 */

/* SP */
@media ( max-width: 765.9px) {

}

/* PC */
@media ( min-width: 766px) {

	.btn-set li.hd-rsv a{
		width:150px;
		font-size:15px;
	}
	
	.btn-set li.hd-cnt a{
		width:180px;
		font-size:15px;
	}
	
	.btn-set li.hd-recr a{
        width: 180px;
        height: 60px;
        margin: 0 7px;
        border-radius: 6px;
        background-color: #508220;
        border-bottom: 4px solid #3b6215;
        color: #fff;
		font-size:15px;
        font-weight: 700;
        letter-spacing: 1px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
	}
	
.btn-set li.hd-recr a:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    background: url(../image/base/pct-recruit-k.png) no-repeat center;
    background-size: contain;
}
	
}
