.e-book-icon:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 5px;
    right: -21px;
    width: 12px;
    height: 12px;
    background-image: url(../image/icon_blank_bk.png);
    background-size: contain;
}
.e-book-icon {
  position: relative;
}

.e-book-icon:hover {
  text-decoration: underline;
}

.md-img-box img {
    border: 1px solid #CCC;
}

.md-img-box {
    flex-basis: 25.35%;
}
a.alpha.mod_icon_pdf_red:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 1px;
    right: 75px;
    width: 12px;
    height: 12px;
    background: url(/app-files/img/sprite/icon.svg#pdf-usage) center no-repeat;
    background-size: contain;
}
a.alpha.ebook_btn.mod_icon_blank_bk:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 2px;
    right: 70px;
    width: 12px;
    height: 12px;
    background-image: url("../image/icon_blank_bk.png");
    background-size: contain;
}

.md-1-2l-w {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.mod_itemList_4_2 .mod_flex{
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}
.mod_itemList_4_2 .mod_flex > *{
flex-basis: 21.2%;
margin-right: 4.8%;
}
.mod_itemList_4_2 .mod_flex > *:nth-of-type(4n){
margin-right: 0;
}
.mod_itemList_4_2 .mod_flex > *:nth-of-type(n + 5){
margin-top: 3%;
}
.mod_itemList_4_2 .mod_data{
margin-top: 1em;
}
.mod_img img {
    border: 1px solid #CCC;
}

[class*="mod_btn_02"] a{
display: block;
position: relative;
border: 1px solid #ccc;
padding: 0.75em;
padding-left: calc(1.25em + 8px);
padding-right: calc(1.25em + 8px);
font-weight: bold;
text-align: center;
text-decoration: none;
background: #fff;
}
[class*="mod_btn_02"] a:not([class*="mod_icon_"]):after{
transform: rotate(45deg);
width: 8px;
height: 8px;
border-top: 2px solid #e30934;
border-right: 2px solid #e30934;
}
[class*="mod_btn_02"] a:after{
content: "";
display: block;
position: absolute;
top: 0;
bottom: 0;
right: 15px;
margin: auto;
}
.mod_btn_02 a{
border-color: #ccc;
color: #333;
background-color: #fff;
}
.mod_btn_02 a:not([class*="mod_icon_"]):after{
border-color: #e30934;
}
.mod_btn_02_red a{
border-color: #e30934;
color: #fff;
background-color: #e30934;
}
.mod_btn_02_red a:not([class*="mod_icon_"]):after{
border-color: #fff;
}

@media screen and (max-width:767px){
.mod_itemList_4_2 .mod_flex > *{
flex-basis: calc(50% - 11px);
margin-right: 20px;
}
.mod_itemList_4_2 .mod_flex > *:nth-of-type(even){
margin-right: 0;
}
.mod_itemList_4_2 .mod_flex > *:nth-of-type(n + 3){
margin-top: 2em;
}
a.alpha.mod_icon_pdf_red:after {
    right: 10px;
}
a.alpha.ebook_btn.mod_icon_blank_bk:after {
	right: 10px;
}
.md-img-box {
    flex-basis: 50%;
    margin: auto !important;
}
}