@charset "utf-8";

.aspect-2-3 {aspect-ratio: 2 / 3;}
.aspect-3-4 {aspect-ratio: 3 / 4;}
.aspect-20-7 {aspect-ratio: 20 / 7;}
.aspect-a4 {aspect-ratio: 200	/ 283;}
.aspect-60-107 {aspect-ratio: 60 / 107;}

.fc-327ee3 {color:#327ee3;}
.fc-f16128 {color:#f16128;}
.fc-ff0c8f {color:#ff0c8f;}
.fc-009e50 {color:#009e50;}

.issue-dl dt.portrait-icon.icon-orange {border: solid 0.2rem #f16128;}
.issue-dl .name.orange {color: #f16128;}

.sp-br {display: none;}
.pc-br {display: inline;}

@media screen and (max-width: 480px) {
.sp-br {display: inline;}
.pc-br {display: none}
}

@media screen and (min-width: 641px) {
.size-50 .image-size-l {width: 95%;}
}