@charset "UTF-8";
/* CSS Document */
html{
     scroll-behavior: smooth;
}




/* -------------------------------------------------------------------------------------------------------------------
SP 縦-                                                                                                           
------------------------------------------------------------------------------------------------------------------- */
@media (orientation: portrait) {
  .pc {
    display:none;
  }
  .tb {
    display: block;
  }
  .sp {
    display: block;
  }
  .pcBr {
    display: none;
  }
  .spBr {
    display: block;
  }
    

      .topics_btn a{
   display: block;
    width: 100%;
    max-width: 220px;
    padding: 15px;
    margin: 0 auto;
    font-size: 1.2rem;
    font-weight: normal;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    letter-spacing: .6px;
    word-break: break-all;
            background-color: #f4c85e;
        color: #000 !important;
  }

    
/* リスト　一番上 =================================== */
#topics_list{
     /* padding: 50px 0; */
        width: 100%;
        margin: 0 auto;
}

.topics_list__info a{
    color: #fff;
}

.topics_list__info{
     width: 95%;
     margin: 0 auto;
     text-align: left;
             padding: 15px 10px;
}

.topics_list__flex{
    /* display: flex;
    flex-wrap: nowrap;
        justify-content: space-between;
                align-items: stretch; */
}

 .topics_list_box{
    width: 100%;
            background-color: #000000ad;
        border: solid 1px #f3c91f;
                margin-bottom: 5%;
}



.topics_list__thumbnail{
    width: 100%;
  
}

.topics_list__titl_time{
    width: 100%;
}

.topics_list__titl{
padding: 10px 5px 5px 10px;
        font-size: 1.4rem;
}

.topics_list__time{
        padding: 0 5px 5px 10px;
        color: #f3c91f;
                font-size: 1rem;
} 

/* リスト　二個目以降 =================================== */

.topics_list__flex li:not(:first-child) a{
    
        
               
}

.topics_list__flex li:not(:first-child) .topics_list_box{
     width: 100%;
    display: flex; 
        background-color: #000000ad;
        border: solid 1px #f3c91f;
         margin-bottom: 5%;
}

.topics_list__flex li:not(:first-child) .topics_list__thumbnail{
    width: 40%;
    padding: 10px;
}

.topics_list__flex li:not(:first-child) .topics_list__titl_time{
    width: 100%;
}

.topics_list__flex li:not(:first-child) .topics_list__titl{
padding: 10px 5px 5px 0px;
        font-size: 1.4rem;
}

.topics_list__flex li:not(:first-child) .topics_list__time{
        padding: 0 5px 5px 0px;
        color: #f3c91f;
                font-size: 1rem;
}




            /* 記事 =================================== */
        #topics{
        width: 100%;
         padding: 30px 0;
        margin: 0 auto;
        
    }

    .topics_info{
               width: 95%;

        padding: 15px 10px;
        margin: 0 auto;
    }

    .topics_info__text{
               background-color: #000000ad;
        border: solid 1px #f3c91f;
         padding: 10px;
    }
    
    .topics_titl{
        text-align: left;
        font-weight: bold;
                margin-top: 10px;
        font-size: 1.8rem;
    }
    
    .topics_category{
            background-color: #3281f6;
    color: #FFFFFF;
    padding: 2px;
    font-size: 1.2rem;
    display: inline-block;
    margin-right: 5px;
        margin-top: 20px;
    }
    
    .topics_time{
        margin-bottom: 20px;
        color: #f3c91f;
        font-size: 1rem;
        text-align: left;
                margin-top: 10px;
    }
    
    
    .topics_titl p{
        font-size: 1.5rem;
        font-weight: bold;
        margin: 10px 0;
    }
    
    .topics_titl img{
        margin: 0 auto;
            width: 100%;
    }

    .topics_text span{
        background-color: #f3c91f;
        padding: 0 5px;
        color: #000;
        font-weight: bold;
        display: inline-block;
        margin-bottom: 5px;
    }
    
    .topics_info{
                width: 90%;
        margin: 0 auto;
        margin-top: 10px;
    }
    
    .topics_info img{
        margin: 0 auto;
    }
    
    .topics_text img{
        width: 95%;
            margin: 20px 10px;
    }
    
    .topics_text p{
        text-align: left;
            line-height: 2.8rem;
    font-size: 1.5rem;
    letter-spacing: 0.5px;
    }
    
    .topics_text a{
        text-decoration:underline;
        color: #fff;
    }

    .list_titl{
        font-weight: bold;
        text-decoration:underline;
    }

    .chart_banner img{
        width: 100%;
        margin: 0 auto;
    }
    
        .width_beside img{
        width: 80%;
    }

    

    
    .topics_bg{
                padding: 10px 0;
/*        width: 95%;*/
            background-color: #ffffff7a;

    }
    

}

/* -------------------------------------------------------------------------------------------------------------------
SP 横-                                                                                                           
------------------------------------------------------------------------------------------------------------------- */
@media (orientation: landscape) {
  .pc {
    display:none;
  }
  .tb {
    display: block;
  }
  .sp {
    display: block;
      margin: 0 auto;
  }
  .pcBr {
    display: none;
  }
  .spBr {
    display: block;
  }
    
    
}

/* -------------------------------------------------------------------------------------------------------------------
iPad 縦-                                                                                                           
------------------------------------------------------------------------------------------------------------------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
  .pc {
    display:none;
  }
  .tb {
    display: block;
  }
  .sp {
    display: block;
  }
  .pcBr {
    display: none;
  }
  .spBr {
    display: block;
  }
    

}






/* -------------------------------------------------------------------------------------------------------------------
961px-                                                                                                           
------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 960px) {
	.pc {
		display: block;
	}
  .sp {
	  display: none;
	}
	
  .f-small {
	  font-size: 1.4rem;
	}
	
  .f-middle {
	  font-size: 1.6rem;
	}
    



  .topics_btn a{
    display: block;
    width: 100%;
    max-width: 340px;
    padding: 22px 20px;
    margin: 0 auto;
    font-size: 1.8rem;
    font-weight: normal;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    letter-spacing: .9px;
    word-break: break-all;
            background-color: #f4c85e;
        color: #000 !important;
  }

/* リスト =================================== */
#topics_list{
     padding: 50px 0;
        width: 100%;
        margin: 0 auto;
}

.topics_list__info a{
    color: #fff;
}

.topics_list__info{
     width: 1000px;
     margin: 0 auto;
     text-align: left;
             padding: 30px;
}

.topics_list__flex{
      display: flex;
    flex-wrap: nowrap;
        justify-content: flex-start;
                align-items: stretch;  
}

.topics_list__flex li{
     width: 30%; 
      margin: 20px;
}

.topics_list_box{
    width: 100%;
            background-color: #000000ad;
        border: solid 1px #f3c91f;
        margin-bottom: 30px;
    

}

.topics_list__thumbnail{
    width: 100%;
}

.topics_list__titl_time{
    width: 100%;
}

.topics_list__titl{
padding: 15px;
        font-size: 1.6rem;
}

.topics_list__time{
        padding: 0 15px 15px 15px;
        color: #f3c91f;
        font-size: 1.2rem;
}
    
    
        /* 記事 =================================== */
        #topics{
        width: 100%;
         padding: 50px 0;
        margin: 0 auto;
        
    }

    .topics_info{
        width: 1000px;
        margin: 0 auto;
    }

    .topics_info__text{
               background-color: #000000ad;
        border: solid 1px #f3c91f;
                padding: 50px;
    }
    
    .topics_titl{
        text-align: left;
    }
    
    .topics_category{
            background-color: #3281f6;
    color: #FFFFFF;
    padding: 2px;
    font-size: 1.5rem;
    display: inline-block;
    margin-right: 5px;
        margin-top: 20px;
    }
    
    .topics_time{
        margin-bottom: 20px;
        color: #f3c91f;
        text-align: left;
    }
    
    
    .topics_titl{
        font-size: 2.5rem;
        font-weight: bold;
        margin: 20px 0;
    }
    
    .topics_titl img{
        margin: 0 auto;
            width: 100%;
    }
    
    
    .topics_info img{
        margin: 0 auto;
    }
    
    .topics_text img{
               width: 60%;
        margin: 30px 0px;
    }
    
    .topics_text p{
        text-align: left;
            line-height: 3rem;
    font-size: 1.7rem;
    letter-spacing: 0.6px;
    }

    .topics_text span{
        background-color: #f3c91f;
        padding: 0 5px;
        color: #000;
        font-weight: bold;
                margin-bottom: 10px;
        display: inline-block;
    }
    
    .topics_text a{
        text-decoration:underline;
        color: #fff;
    }

    .list_titl{
        font-weight: bold;
        text-decoration:underline;
    }
    



    
}