@charset "utf-8";
/* CSS Document */

#topics_index h1 {
    text-align: center;
    margin-top: 50px;
}

#topics_index #sagantosu h2 {
    font-weight: bold;
    font-size: 2.4rem;
    margin: 40px 0 5px;
}
#topics_index #sagantosu p {
    font-size: 1.6rem;
}
#topics_index #sagantosu p span{
    font-size: 1.4rem;
}


#topics_index #sagantosu table {
    border-top:1px solid #CCCCCC;
    width: 100%;
    margin: 0 0 10px;
}

#topics_index #sagantosu th {
    padding:20px;
    font-weight:bold;
    vertical-align:middle;
    border-right:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
    text-align: left;
    background-color:#f7f7f7;
}

#topics_index #sagantosu td {
    padding:20px;
    vertical-align:middle;
    border-bottom:1px solid #CCCCCC;
}

#topics_index #sagantosu td {
	vertical-align:middle;
}
#topics_index #sagantosu a {
    color: #36F;
}
.ttl00{
    margin: 50px auto 80px;
    text-align: center;
  }
  .content_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    background-color: #FFF;
  }
  .content_img li {
    position: relative;
    width: 30%;
    text-align: center;
    list-style: none;
    box-sizing: border-box;
    margin: 0px 0px 0px 3px;
    padding: 0px 0px 0px 0px;
  }
  .content_img .img_app{
    position: relative;
    width: 39%;
    text-align: center;
    list-style: none;
    box-sizing: border-box;
    margin: 0px 0px 0px 3px;
    padding: 0px 0px 0px 0px;
  }
  .content_img img {
    width: 100%;
    margin: 0px 0px 5px 0px;
  }
  .top_print {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    background-color: #FFF;
  }
  .top_print li {
    position: relative;
    width: 23%;
    text-align: center;
    list-style: none;
    box-sizing: border-box;
    margin: 0px 8px 0px 8px;
    padding: 0px 0px 0px 0px;
  }
  .top_print img {
    width: 100%;
    margin: 0px 0px 5px 0px;
    border: #DEDEDE 1px solid;
  }
  .main_txt{
    margin-bottom: 20px;
  }
  .t_content{
    width:40%;
  }
  #topics_index #sagantosu table {
    margin-bottom: 60px;
  }
  .omote_img{
    float:right;
  }
  .omote_txt{
    width:85%;
  }
  .cb{
    clear: both;
  }
  .movie{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background-color: #FFF;
  }
  .movie li{
    position: relative;
    width: 40%;
    list-style: none;
    box-sizing: border-box;
    margin: 0px 0px 0px 7px;
    padding: 0px 0px 0px 0px;
  }
  .movie iframe{
    width: 100%;
    margin: 0px 0px 5px 0px;
    height: 245px;
  }
