@charset "UTF-8";

.mag-flex {
    padding-top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mag-contents {
    width: 840px;
}
.mag-head-category {
    border: solid 1px #2778ac;
    padding: 2px 5px;
    font-size: 14px;
    margin: 0 10px 0 0;
}
.mag-head p {
    padding: 10px 0;
    border-bottom: solid 1px #d8d7d0;
}
.mag-img img{
    width: 840px;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 30px;
}
.mag-text h2{
    padding: 16px;
    margin: 0 0 10px 0;
    border-left: solid 5px #dd5300;
    font-weight: 700;
}
.mag-text h3{
    font-size: 20px;
    margin: 2em 0 0 0;
    font-weight: 700;
    padding: 10px;
    border-bottom: solid 1px #dd5300;
}
/*.mag-text h3::before {
    content: '●';
    color: #dd5300;
}*/
.mag-text p{
    line-height: 1.8;
    margin: 1em 0;
    font-weight: 400;
    padding-left: 10px;
}
.mag-text a {
    text-decoration: underline;
    font-size: 18px;
    color: #333333;
}
.mag-text a:hover{
    opacity: .8;
}
.mag-text a:visited{
    color: #333333;
}
.mag-bg{
    background: #f5fbff;
    padding: 10px;
    line-height: 2;
}
.mag-side {
    width: 324px;
}
.mag-list li {
    border-bottom: solid 1px #d8d7d0;
}
/*商品カード*/
.mag-product {
    margin: 20px 0;
    padding-left: 10px;
}
.mag-rank {
    background: #949494;
    display: inline-block;
    padding: 2px 10px;
    font-weight: 700;
}
.mag-rank-1 {
    background: #e1b827;
    color: #fff;
}
.mag-rank-2 {
    background: #AEADB2;
    color: #fff;
}
.mag-rank-3 {
    background: #D19C76;
    color: #fff;
}
.mag-product h4{
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
}

.mag-product-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.mag-product-img img{
    width: 320px;
    height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
    margin:0 30px 30px 0;

}
.mag-product-text {
    width: 400px;
}
.mag-product-text a {

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: #fff !important;
    line-height: 1;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50px;
    padding: 13px 20px 13px 15px;
    width: 100%;
    display: block;
    text-decoration: none;
    background-color: #dd5300;
}
.mag-product-text a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 14px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    z-index: 3;
    border-radius: 0px;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
            border-right: 2px solid #fff;
        border-top: 2px solid #fff;
}