@charset "UTF-8";


/*************** common 共通クラス ***************/

p.bold{
    font-weight: bold; }

@media (min-width: 768px) {


.lpContentWap{
    width: 98%;
    padding: 0px 1%;
    max-width: 1000px;
    margin: 0 auto; }


/*               赤背景               */

#topImgBg{
    overflow: hidden;
    position: relative;
    background-color: #9a071a;
    background-image: url(/assets/images/wasedawrestling/indexbg.png);
    background-size: cover;
    background-position: center; }



#topImgWap{
    position: relative;
    width: 100%; }

#topImgWap img{
    width: 100% }

#cseLogo{
    position: absolute;
    left: -130px;
    top: 175px; }
#wasedaLogo{
    position: absolute;
    right: -130px;
    top: 175px; }


/*               赤背景               */

.bgRed{
    background-color: #faf2f3; }

.bgRed p{
    line-height: 26px;
    text-align:center;
    color: #432222; }

.bgRed p.leadTitle{
    margin: 0 auto;
    margin-bottom: 30px;
    padding-top: 60px;
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: bold;}

.bgRed p.leadText{
    padding-bottom: 60px;}

.bgRed p a{
    padding: 10px;
    display: block;
    width: 560px;
    margin: 20px auto;
    color: #432222;
    border: 2px solid #432222;
    transition: 0.6s }

.bgRed p a:hover{
    background-color: #432222;
    color: #fff; }


/*               青背景               */

.bgBlue p , .bgBlue p.leadTitle{
    text-align:center; }

.bgBlue p.leadTitle{
    color: #2370cc; 
    margin: 0 auto;
    margin-bottom: 50px;
    padding-top: 90px;
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: bold; }

.bgBlue p.leadText{
    line-height: 26px;
    padding-bottom: 90px; }

.bgBlue p a{
    padding: 10px;
    display: block;
    width: 560px;
    margin: 20px auto;
    color: #2370cc;
    border: 2px solid #2370cc;
    transition: 0.6s }

.bgBlue p a:hover{
    background-color: #2370cc;
    color: #fff; }





/*               お知らせ               */

#newsList{
    margin-bottom: 60px; }

#newsList p{
    text-align: center;
    color: #333333;
    margin: 0 auto;
    margin-bottom: 30px;
    padding-top: 60px;
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: bold;}

#newsList li{
    border-bottom: 1px solid #ffd1d1;
    padding: 20px 0px;
    display: flex;
    align-items: center; }

#newsList span{
    width: 13%; }

#newsList a{
    color: #333333;
    width: 85%; }

#newsList li:after{
    content: "";
    background-image: url(/assets/images/wasedawrestling/arrow.png);
    width: 22px;
    background-size: 21px;
    background-repeat: no-repeat;
    height: 21px;
    margin-left: 2%;
    display: inline-block; }








/*               コラム開閉               */

li.open{
    padding-bottom: 2px;
    margin-bottom: 3%;
    display:block;
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    padding: 3%;
    border-bottom: 2px border #d57c84;
    background-color: #9a071a;
    cursor: pointer;
    width: 94%;
    display: flex; }

li.open:hover{
    background-color: #cb0c25;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }

li.open::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #d57c84;
    -transition: all .3s ease;
    transition: all .3s ease; }

li.open:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1); }



li.open .columnImg{
    width: 30%;
    margin-right: 3%; }

li.open .columnImg img{
    width: 100%; }



.columnTitleWap{
    width: 67%;
    display: flex;
    justify-content: center;
    flex-direction: column; }

p.columnCount{
    font-size: 26px;
    margin-bottom: 10px;
    color: #fff;
    text-align:center;
    font-weight: bold; }

p.columnName{
    font-size: 18px;
    color: #fff;
    text-align:center; }






li.op_text{
    display: none;
    margin-bottom: 60px;
    overflow: hidden; }

h3{
    background-color: #ffd1d1;
    border-left: 3px solid #9a071a;
    margin-bottom: 3%;
    padding: 10px 20px;
    font-size: 22px;
    font-weight: bold;
    margin-top: 50px; }

li.op_text p{
    font-size: 16px;
    padding: 0px 3%;
    margin-bottom: 3%; }

span.nameBlue{
    background-color: #00439a;
    color: #fff;
    padding: 5px 0px;
    font-size: 14px;
    width: 100px;
    display: block;
    text-align: center;
    margin-bottom: 5px;}

span.nameRed{
    background-color: #9a071a;
    color: #fff;
    padding: 5px 0px;
    font-size: 14px;
    width: 100px;
    display: block;
    text-align: center;
    margin-bottom: 5px;}

li.op_text p img{
    width: 100%; }





.spOnly{
    display: none; }






li.first_text{
    margin-bottom: 60px;
    overflow: hidden; }

.first_text p{
    font-size: 16px;
    padding: 0px 3%;
    margin-bottom: 2.5%;}

li.first_text p img{
    width: 100%; }






/* プロフィール */
.profWap{
    border: 1px solid #2370cc;
    padding: 20px;
    margin-top: 60px;
    display: flex; }

.profImg{
    width: 20%;
}

.profImg img{
    width: 100%;
}

.profText{
    width: 77%;
    margin-left: 3%;
}

.profText p{
    padding: 0 0 5px;
}

.profText p.name{
    font-weight: bold;
    font-size: 22px;
    border-bottom: 1px solid #ccc;
}




}



/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/







@media (max-width: 767px) {

p , a , span{
    font-size: 13px; }

.lpContentWap{
    width: 86%;
    padding: 0px 7%;
    margin: 0 auto; }


/*               赤背景               */

#topImgBg{
    overflow: hidden;
    position: relative;
    background-color: #9a071a;
    background-image: url(/assets/images/wasedawrestling/indexbg.png);
    background-size: cover;
    background-position: center; }

#topImgBg .lpContentWap{
    width: 100%;
    padding: 0px; }

#topImgWap{
    position: relative;
    width: 100%; }

#topImgWap img{
    width: 100% }

#cseLogo , #wasedaLogo{
    display: none; }


/*               赤背景               */

.bgRed{
    background-color: #faf2f3; }

.bgRed p{
    line-height: 26px;
    text-align:center;
    color: #432222; }

.bgRed p.leadTitle{
    margin: 0 auto;
    margin-bottom: 20px;
    padding-top: 35px;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: bold; }

.bgRed p.leadText{
    padding-bottom: 35px; }

.bgRed p a{
    padding: 10px;
    display: block;
    margin: 20px auto;
    color: #432222;
    border: 2px solid #432222;
    transition: 0.6s }
    


/*               青背景               */

.bgBlue p , .bgBlue p.leadTitle{
    text-align:center; }

.bgBlue p.leadTitle{
    color: #2370cc; 
    margin: 0 auto;
    margin-bottom: 30px;
    padding-top: 50px;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: bold; }

.bgBlue p.leadText{
    line-height: 26px;
    padding-bottom: 50px; }

.bgBlue p a{
    padding: 10px;
    display: block;
    margin: 20px auto;
    color: #2370cc;
    border: 2px solid #2370cc;
    transition: 0.6s }




/*               お知らせ               */

#newsList{
    margin-bottom: 60px; }

#newsList p{
    text-align:center;
    color: #333333; 
    margin: 0 auto;
    margin-bottom: 25px;
    padding-top: 35px;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: bold; }

#newsList li{
    border-bottom: 1px solid #ffd1d1;
    padding: 16px 0px; }

#newsList span{
    display: inline-block;
    font-size: 11px;
    background-color: #ffd1d1;
    padding: 5px 10px;
    overflow: hidden;
    margin-bottom: 7px;}

#newsList a{
    display: block;
    color: #333333; }








/*               コラム開閉               */

li.open{
    padding-bottom: 2px;
    margin-bottom: 5%;
    display:block;
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    padding: 3%;
    border-bottom: 2px border #d57c84;
    background-color: #9a071a;
    cursor: pointer;
    width: 94%;
    display: flex; }

li.open::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #d57c84;
    -transition: all .3s ease;
    transition: all .3s ease; }




li.open .columnImg{
    width: 30%;
    margin-right: 3%; }

li.open .columnImg img{
    width: 100%; }



.columnTitleWap{
    width: 67%;
    display: flex;
    justify-content: center;
    flex-direction: column; }

p.columnCount{
    font-size: 15px;
    margin-bottom: 5px;
    color: #fff;
    text-align:center;
    font-weight: bold; }

p.columnName{
    font-size: 12px;
    color: #fff;
    text-align:center; }






li.op_text{
    display: none;
    margin-bottom: 60px;
    overflow: hidden; }

h3{
    margin-top: 5%;
    background-color: #ffd1d1;
    border-left: 5px solid #9a071a;
    margin-bottom: 6%;
    padding: 10px;
    font-size: 14px;
    font-weight: bold; }

li.op_text p{
    display: inline-block;
    font-size: 13px;
    padding: 0px 3%;
    margin-bottom: 6%; }

span.nameBlue{
    background-color: #00439a;
    color: #fff;
    padding: 5px 0px;
    font-size: 12px;
    width: 100px;
    display: block;
    text-align: center;
    margin-bottom: 10px;}

span.nameRed{
    background-color: #9a071a;
    color: #fff;
    padding: 5px 0px;
    font-size: 12px;
    width: 100px;
    display: block;
    text-align: center;
    margin-bottom: 10px;}

li.op_text p img{
    width: 100%; }





.pcOnly{
    display: none; }








li.first_text{
    margin-bottom: 60px;
    overflow: hidden; }


.first_text p{
    display: inline-block;
    font-size: 13px;
    padding: 0px 3%;
    margin-bottom: 6%; }


li.first_text p img{
    width: 100%; }


/* プロフィール */
.profWap{
    border: 1px solid #2370cc;
    padding: 20px;
    margin-top: 20px;
    display: flex; }

.profImg{
    width: 35%;
}

.profImg img{
    width: 100%;
}

.profText{
    width: 60%;
    margin-left: 5%;
}

.profText p{
    padding: 0 0 5px;
    margin: 0;
}

.profText p.name{
    font-weight: bold;
    font-size: 17px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}


}