<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";
/*------------------------------------------------
page original
-------------------------------------------------*/

/*----------------*/
/* 続きをよむ外身 */
/*----------------*/

.on-click {
    color: transparent!important;
}
 
.on-click {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

 
button.rspmore,
button.rspmore2,
button.rspmore3,
button.rspmore4,
button.rspmore5 {
    position: relative;
    height: 70px;
    width: 100px;
    margin: 30px auto;
    display: block;
    background-color: transparent;
    color: #666;
    padding-bottom: 35px;
    border: none;
    outline: 0;
    transition: .5s;
    -erbkit-transition: .5s;
}
 
button.rspmore::after,
button.rspmore2::after,
button.rspmore3::after,
button.rspmore4::after,
button.rspmore5::after {
    content: " ";
    position: absolute;
    width: 30px;
    height: 30px;
    border-top: solid 3px #666;
    border-right: solid 3px #666;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    right: 32px;
    top: 25px;
    transition: .5s;
    -erbkit-transition: .5s;
}
 
button.rspmore:hover::after,
button.rspmore2:hover::after,
button.rspmore3:hover::after,
button.rspmore4:hover::after,
button.rspmore5:hover::after {
    top: 40px;
}



/*----------------*/
/* もっとよむ中身 */
/*----------------*/


.subBox{
margin : 0 10px;
padding : 20px 30px;
background-color : #fff;
}


.hide-text,
.hide-text2,
.hide-text3,
.hide-text4,
.hide-text5{
    display: none;
}



/*個別指導*/
.shidou{
background-color : #faecea;
padding-bottom: 10px;
}

.shidou h3{
color : #790448;
}

/*答案作成特訓*/
.tokkun{
background-color : #faf4ea;
padding-bottom: 10px;
}

.tokkun h3{
color : #c98f30;
}

/*論証修得～*/
.ronshou{
background-color : #eafaf4;
padding-bottom: 10px;
}

.ronshou h3{
color : #25766a;
}

/*過去問答練・ゼミ～*/
.kakomon{
background-color : #eaf8fa;
padding-bottom: 10px;
}

.kakomon h3{
color : #217c89;
}

/*短答テスト～*/
.tantou{
background-color : #eaf0fa;
padding-bottom: 10px;
}

.tantou h3{
color : #4a4a82;
}


</pre></body></html>