@charset "utf-8";

/*202503add*/

@media screen and (min-width: 737px), print {
	.archive_lnk a{
		position: relative;
    box-sizing: border-box;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 406px;
		height: 62px;
    margin: 0 auto;
		margin-bottom: 60px;
		background-color:#808080 ;
		color: #fff;
		font-size: 22px;
	}
	.archive_lnk a::after {
    position: absolute;
    top: 50%;
    right: 22px;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
	}
	
	
    .mainContents_footer {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 736px) {
	.archive_lnk a{
		position: relative;
    box-sizing: border-box;
		display: flex;
		justify-content: center;
		align-items: center;
		width: calc(100% - 30px);
		height: 74px;
    margin: 0 auto;
		margin-bottom: 30px;
		background-color:#808080 ;
		color: #fff;
		font-size: 22px;
	}
	.archive_lnk a::after {
    position: absolute;
    top: 50%;
    right: 22px;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
	}
	
	
    .mainContents_footer {
        padding-bottom: 20px;
    }
}