@charset "utf-8";

.link_page_title{font-size:1.4rem;font-weight:bold;color:#970000;}
.links-sellection_new{padding:0;display:block;}
.links-sellection_new ul{margin-bottom:40px;}
.links-sellection_new li{margin-right:10px;margin-bottom:15px;}
.links-sellection_new li i{margin-right:10px;}
.list-on{border-bottom:2px solid #000;}
.title_image_size{width:100%;}
.links-text-area{padding:0 !important;}
.text_link_selection a:link, .text_link_selection a:active{color:#657aff;text-decoration:underline;}
.text_link_selection a:visited{color:#ba19bf;}
.text_link_selection a:hover{text-decoration:none;}
@media screen and (min-width:1025px){
.link_page_title{
font-size: 1.4rem;
font-weight: bold;
color: #970000;
}
.links-sellection_new {
display: flex;
flex-wrap: wrap;
}
.links-sellection_new ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 40px;
}
.links-sellection_new li {
margin-right: 10px;
}
.links-sellection_new li i {
margin-right: 10px;
}
.list-on {
border-bottom: 2px solid #000;
}
.title_image_size {
width: 250px !important;
height: 150px !important;
}
}