@charset "UTF-8";
/* CSS Document */

.jal_links {
	    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.dep_btns {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.dep_btns li {
	width: 40%;
	letter-spacing: 0.1em;
    font-size: 2.4rem;
    font-weight: 600;
    position: relative;
    background: #D47116;
    color: #FFF;
    border-radius: 50px;
    height: 8rem;
    align-items: center;
	padding: 16px 0 0 30px;
	margin: 5px;
}

.dep_btns a::after {
    position: absolute;
    content: "";
    width: 1.4rem;
    height: 1.4rem;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg) translateY(-65%);
    top: 50%;
    right: 2em;
}

.sp_br {
	display: none;
}

.btns_pc {
	display: block;
}

.btns_sp {
	display: none;
}

.p-activity__item span {
	font-size: 11px;
}

.p-activity__list .p-activity__item:nth-of-type(1) a {
    background-color: #D47116;
    line-height: 1.8em;
    display: inline-grid;
    text-align: center;
}

.p-activity__list .p-activity__item:nth-of-type(2) a {
    background-color: #03335B;
    line-height: 1.8em;
    display: inline-grid;
    text-align: center;
}

.p-activity__list .p-activity__item:nth-of-type(3) a {
    background-color: #2062D3;
    line-height: 1.8em;
    display: inline-grid;
    text-align: center;
}


.p-activity__fixlist .p-activity__item:nth-of-type(1) a {
    background-color: #D47116;
    line-height: 1.8em;
    display: inline-grid;
    text-align: center;
}

.p-activity__fixlist .p-activity__item:nth-of-type(2) a {
    background-color: #03335B;
    line-height: 1.8em;
    display: inline-grid;
    text-align: center;
}

.p-activity__fixlist .p-activity__item:nth-of-type(3) a {
    background-color: #2062D3;
    line-height: 1.8em;
    display: inline-grid;
    text-align: center;
}

.activity__item span {
	font-size: 11px;
}

@media screen and (max-width: 768px) {

.dep_btns li {
	width: 40%;
	letter-spacing: 0.1em;
    font-size: 2.4rem;
    font-weight: 600;
    position: relative;
    background: #D47116;
    color: #FFF;
    border-radius: 50px;
    height: 8rem;
    align-items: center;
	padding: 14px 0 0 30px;
	margin: 5px;
}
	
.sp_br {
	display: block;
}
	
.btns_pc {
	display: none;
}

.btns_sp {
	display: block;
}

	
}