@charset "utf-8";



/* 【SP】ウィンドウ幅が769px以上の場合に適用するCSS
====================================== */


@media print,
screen and (max-width:768px) {

    #esports {
        margin: auto;
    }

    #esports h1 {
    margin-left: auto;
    margin-right: auto;
	}
    #esports h2 {
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
	}
    #esports p {
    margin-left: auto;
    margin-right: auto;
    word-break: break-all;
	}

    li {
        list-style: none;
    }
     .br-sp {
    }

    /* common
====================================== */
    .fl {
        display: flex;
        margin: auto;
    }

    .fl img {
        width: 50%;
    }

    .comment {
        width: 50%;
        text-align: left;
        padding: 0 0 0 80px;
        margin: auto;
    }

/*esports add*/
div.main{
    text-align: center;
}

.main h2{
    font-weight: 600;
    position: relative;
}
.main h2 span{
    font-weight: 100;
    font-size: 0.8rem;
    left: 0;
    position: absolute;
}
.main img{
}
div .osusume{
    margin-top: 20px;
}
.osusume ul{
}

.osusume li {
    margin-bottom: 30px;
    width: 48%;
    display: inline-block;
}
.osusume img {
}
.osusume p{
    font-weight: 600;
    font-size: 1.0rem;
    text-align: center;
}
div.review{
    margin-top: 60px;
}
.review h2{
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
}
.review ul{
    position: relative;
    margin: 50px 0px;
}
li.review_hito{
    display: inline-block;
    width: 35%;
}

li.review_text{
    font-size: 0.8rem;
    font-weight: 600;
    margin-top: -10px;
    display: inline-block;
    position: absolute;
    width: 60%;
}

.review img{
    width: 180px;
}

    div.description p {
        text-align: left;
    }

    div.description h1 {
        text-align: left;
        font-size: 20px;
        font-weight: bold;
    }

    div.description h3 {
        text-align: left;
    }

    div.description img {
    }

    .card-container {
    margin-left: auto;
    margin-right: auto;
    }

    .card-img {
        text-align: left;
    }

    .card-text {
        margin: 10px;
        word-break: break-all
    }

    .card-topics {
        display: flex;
        background: #eee;
        border: 1px solid #ccc;
        padding: 5px 10px;
        font-weight: bold;
    }

    .attention {
        text-align: left;
    margin-left: auto;
    margin-right: auto;
    }


}