.topics_title ol li p{
    font-size: 20px;
}

.pTitle {
    display: block;
    margin-top: 30px;
    line-height: 1.6;
    font-size: 1.3em;
}
.pTitle small{
    font-size:70%;
    display: block;
    margin-bottom: 10px;
}

.pTitleSub{
    display: block;
    line-height:1.4;
}

.pTitleDate{
    display: block;
    margin-top: 10px;
    line-height:1.4;
    font-size: 1.05em;
}

.pTitleBtn{
  margin: 40px auto 0;
  width: 80%;
  background-color: #00b926;
  text-align: center;
  color: #fff !important;
  padding: 12px 4px;
  text-decoration: none;
  font-weight: bold;
  display: block;
  border-radius:4px;
}

.topics_title .text{
    margin:40px auto 0;
    width: 860px;
    font-size:1em;
}


.topics_content{
    margin:20px auto 120px;
    width: 860px;
    font-size: 1em;
}
.topics_content .title{
    border-top: 1px solid #000;
    text-align: center;
    margin: 100px 0 0;
    height: 2em;
}
.topics_content .title span{
    position: relative;
    z-index: 2;
    top:-1em;
    padding: 0 30px;
    font-size: 1.6em;
    background:#FFF;
}
.topics_content .title rt {
    position: relative;
    z-index: 3;;
}
.topics_content .title.rub span{
    top:-1.1em;
}
.topics_content dl{

}
.topics_content dl dt{
    margin:0 0 10px;
    font-size: 1.5em;
    font-weight: bold;
}
.topics_content dl dt span{
    padding:3px 6px;
    background: #000;
    color:#FFF;
    border-radius: 4px;
}
.topics_content dl dd{
    margin: 0 0 40px 20px;
    font-size: 1.1em;
}
.topics_content .text strong{
    font-size:1em;
    font-weight: bold;
}
.topics_content .text strong.more{
    font-size:1.4em;
    line-height: 1.6;
    display: block;
    margin-bottom: 8px;
}



.pc{

}
.sp{
    display: none;
}

@media screen and (max-width: 767px) {

    .pTitle {
        font-size: 1.25em;
        line-height: 1.2;
        display: block;
    }

    .pTitle small{
        
    }


    .topics_title {
        margin-bottom: 5px;
    }

    .pTitleBtn {
        margin: 40px auto 0;
        width: 90%;
    }

    .pTitleDate{
        font-size: 0.95em;
    }

    .topics_poster {
        padding: 0 15px;
    }

    .topics_title .text {
        margin: 30px auto 0;
        width: 100%;
        font-size: 0.9em;
    }

    .topics_content {
        margin: 20px auto 120px;
        width: 95%;
    }

    .topics_content .title{
        margin: 80px 0 0;
    }
    .topics_content .title span{
        position: relative;
        top:-0.9em;
        font-size: 1.3em;
    }
    .topics_content .title.rub span{
        top:-1.3em;
    }

    .topics_content dl dt{
        font-size: 1.3em;

        padding-left: 4em;
        text-indent: -4em;
    }
    .topics_content dl dd{
        margin-left: 2%;
    }
    .topics_content .text strong.more{
        font-size: 1.2em;
    }

    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
}