.category_link_title{
    border-top: 1px solid #1d64bd;
    border-bottom: 1px solid #1d64bd;
    color: #144685;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 20px;
    pointer-events: none;
}
.category_link_list{
    display: flex;
    flex-wrap: wrap;
    margin-right:-5px;
    margin-left:-5px;
    margin-top:-10px;
}
.category_link_list .box{
    padding-right:5px;
    padding-left:5px;
    margin-top:10px;
    width: 25%;
}
.category_link_list .link{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    background: #E9F1FA;
    color: #1457A9;
    line-height: 1.2;
    height: 100%;
    padding: 10px 1em;
    transition: background .3s, color .3s;
}
.category_link_list .link:hover,
.category_link_list .link:active{
	background: #87d3ff;
	color: #fff;
    text-decoration: none;
}


.present_information{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #ddd;
    background: url(https://img21.shop-pro.jp/PA01482/994/etc/bg_present.jpg?cmsp_timestamp=20220407142312);
    border-radius: 10px;
    padding: 20px;
    position: relative;
}
.present_information:hover{text-decoration: none; color: #000;}
.present_information::before{
    content: "";
    display: block;
    position: absolute;
    left:0;
    top:0;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    transition: background .4s;
}
.present_information:hover::before{
    background-color: rgba(255,238,238,.8);
}
.present_information .text1,
.present_information .text2,
.present_information .text3{position: relative; z-index: 5;}
.present_information .text1{
    font-weight: bold;
}
.present_information .text2{
    font-size: 40px;
    line-height: 1.2;
    margin-top: 10px;
    color: #1457A9;
}
.present_information .text3{
    font-size: 12px;
    line-height: 1.8;
    margin-top: 15px;
}



@media (min-width:901px){
    .category_link_list{display: flex !important;}
}
@media (max-width:900px){
    .category_link_title{
        display: flex;
        justify-content: center;
        align-items: center;
        pointer-events: auto;
        cursor: pointer;
        border-radius: 90em;
        border: 1px solid #1d64bd;
    }
    .category_link_title,
    .category_link_list{
        width: 100%;
        max-width: 405px;
        margin-right: auto;
        margin-left:auto;
    }
    .category_link_title::after{
        content: "\f107";
        font-family: "Font Awesome 5 free";
	    font-weight: 600;
        margin-left:10px;
    }
    .category_link_list{
        display: none;
    }
    .category_link_list .box{width: 100%;}
}
/* 900 */
@media (max-width: 740px){
	.sample_title_block .kikan .ymd_box{font-size: 22px;}
}
/* 740 */
@media (max-width:580px){
    .sort_wrapper{
        margin-right:-1px;
        margin-left:-1px;
    }
    .sort_wrapper .box{
        width: 7.5em;
        margin-right:1px;
        margin-left:1px;
    }
    .sort_wrapper .box,
    .sort_wrapper .link,
    .sort_wrapper .text{font-size: 12px;}
}
/* 580 */