@charset "utf-8";

/* 共通 */
.pc {
    display: block;
}
.sp {
    display:none;
}
@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}
#topicsArea .red {
    color: #ff0000;
}
#topicsArea .blue {
    color: #0000ff;
}
#topicsArea .m10 {
    margin: 10px !important;
}
#topicsArea .m20 {
    margin: 20px !important;
}
#topicsArea .m30 {
    margin: 30px !important;
}
#topicsArea .m40 {
    margin: 40px !important;
}
#topicsArea .m50 {
    margin: 50px !important;
}
#topicsArea .m60 {
    margin: 60px !important;
}
#topicsArea .mt10 {
    margin-top: 10px !important;
}
#topicsArea .mt20 {
    margin-top: 20px !important;
}
#topicsArea .mt30 {
    margin-top: 30px !important;
}
#topicsArea .mt40 {
    margin-top: 40px !important;
}
#topicsArea .mt50 {
    margin-top: 50px !important;
}
#topicsArea .mt60 {
    margin-top: 60px !important;
}
#topicsArea .mb10 {
    margin-bottom: 10px !important;
}
#topicsArea .mb20 {
    margin-bottom: 20px !important;
}
#topicsArea .mb30 {
    margin-bottom: 30px !important;
}
#topicsArea .mb40 {
    margin-bottom: 40px !important;
}
#topicsArea .mb50 {
    margin-bottom: 50px !important;
}
#topicsArea .mb60 {
    margin-bottom: 60px !important;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
#topicsArea .topicsBox a {
    color: #3d9ed1;
}
/* /共通 */

#topicsArea .topicsBox {
    /*font-family: "source-han-sans-japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
    font-size: 14px;
    color:#111;
    max-width: 1170px;
    margin: 0 auto;
    padding: 40px 60px;
    border: 1px solid #cccccc;
}
@media screen and (max-width:767px) {
    #topicsArea .topicsBox {
        width: auto;
        padding: 20px 10px;
        font-size:12px;
    }
}
#topicsArea .topicsBox figure {
    margin: 0;
    padding: 0;
}
@media screen and (max-width:767px) {
    #topicsArea .topicsBox figure {
        width: 20%;
    }
}
#topicsArea .topicsBox figure img {
    display: block;
}
@media screen and (max-width:767px) {
    #topicsArea .topicsBox figure img {
        width: 100%;
    }
}
#topicsArea .topicsBox h1 {
    font-size: 180%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
    line-height: 1.5;
}
@media screen and (max-width:767px) {
    #topicsArea .topicsBox h1 {
        font-size: 18px;
        margin-top: 20px;
    }
}
#topicsArea .topicsBox h2 {
    font-size: 140%;
    margin-top: 40px;
}
@media screen and (max-width:767px) {
    #topicsArea .topicsBox h2 {
        font-size: 16px;
        /*margin-top: 20px;*/
    }
}
#topicsArea .topicsBox h3 {
    font-size: 110%;
}
@media screen and (max-width:767px) {
    #topicsArea .topicsBox h3 {
        font-size: 12px;
    }
}
#topicsArea .topicsBox p {
    font-size: 110%;
    line-height: 1.6;
    margin-top: 20px;
}

@media screen and (max-width:767px) {
    #topicsArea .topicsBox p {
        font-size: 12px;
       /* margin-top: 20px;*/
    }
}
#topicsArea .topicsBox .textRight {
    text-align: right;
}
@media screen and (max-width:767px) {
    #topicsArea .topicsBox .textRight {}
}
#topicsArea .topicsBox .textCenter {
    text-align: center;
}
@media screen and (max-width:767px) {
    #topicsArea .topicsBox .textCenter {}
}
#topicsArea .topicsBox .textLeft {
    text-align: left;
}
@media screen and (max-width:767px) {
    #topicsArea .topicsBox .textLeft {}
}
#topicsArea .topicsBox table {
    width: 100%;
    border-collapse: collapse;
}
@media screen and (max-width:767px) {
    #topicsArea .topicsBox table {
        display: block;
        position: relative;
        border-left: 1px solid #666666;
    }
    #topicsArea .topicsBox table thead {
        display: block;
        float: left;
    }
    #topicsArea .topicsBox table thead tr th {
        width: 120px;
    }
    #topicsArea .topicsBox table tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    #topicsArea .topicsBox table tbody tr {
        margin-right: -5px;
    }
    #topicsArea .topicsBox table tbody tr td {
        width: 140px;
    }
}
#topicsArea .topicsBox table tr {
    border-top: 1px solid #666666;
    border-left: 1px solid #666666;
}
@media screen and (max-width:767px) {
    #topicsArea .topicsBox table tr {
        display: inline-block;
        border-left: none;
    }
}
#topicsArea .topicsBox tr th {
    font-weight: bold;
    background: #eeeeee;
    text-align: center;
    padding: 10px;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
}
@media screen and (max-width:767px) {
    #topicsArea .topicsBox tr th {
        font-size: 12px;
        display: block;
    }
}
#topicsArea .topicsBox tr td {
    text-align: center;
    padding: 10px;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
}
@media screen and (max-width:767px) {
    #topicsArea .topicsBox tr td {
        font-size: 12px;
        display: block;
    }
}
#topicsArea .topicsBox ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
@media screen and (max-width:767px) {
    #topicsArea .topicsBox ul {
    }
}
#topicsArea .topicsBox ul li {
    font-size: 110%;
    line-height: 1.3;
    text-indent: -1em!important;
    padding-left: 1em!important;
	margin-bottom:5px;
}
#topicsArea .topicsBox ul.type-disc li {
    font-size: 110%;
    line-height: 1.6;
    margin-bottom: 10px;
    list-style: disc;
    margin-left:20px!important;
    text-indent:0!important;
    padding-left:0!important;
}
#topicsArea .topicsBox ol li {
    font-size: 110%;
    line-height: 1.6;
    margin-bottom: 10px;
    list-style: decimal;
    margin-left:20px!important;
    text-indent:0!important;
    padding-left:0!important;
    }
@media screen and (max-width:767px) {
    #topicsArea .topicsBox ul li , #topicsArea .topicsBox ul.type-disc li, #topicsArea .topicsBox ol li{
        font-size: 12px;
    }
    #topicsArea .topicsBox ol li{margin-left:16px!important;}
}
#topicsArea .topicsBox .topicsAttention {
    margin-top: 40px;
    padding: 20px;
    border: 1px solid #cccccc;
}
@media screen and (max-width:767px) {
    #topicsArea .topicsBox .topicsAttention {
        margin-top: 20px;
        padding: 10px;
    }
}
#topicsArea .topicsBox .topicsAttention ul {
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 20px;
}
@media screen and (max-width:767px) {
    #topicsArea .topicsBox .topicsAttention ul {
    }
}
#topicsArea .topicsBox .topicsAttention ul li {
    line-height: 2;
    text-indent: 0;
    padding-left: 0;
}
@media screen and (max-width:767px) {
    #topicsArea .topicsBox .topicsAttention ul li {}
}