/* 全体 */

/*================
 PC用のスタイル 
=================*/
@media print, screen and (min-width: 991px) {
  .text-box {
    max-height: 150px;
  }
  table.mainList tr {
    /* height: 465px !important; */
    height: 475px !important;
  }
  .icon-SNS {
    display: flex;
    margin-bottom: 0 !important;
    height: 30px;
    width: 100%;
  }
  .sp-headerB2 {
    display: inline-flex;
    width: 48%;
    margin: auto;
    list-style: none;
    margin-right: auto;
  }
  .header-list {
    width: 18px;
    height: 18px !important;
    border-radius: 10px;
    margin-right: 8px !important;
  }
  .sp-headerB2 li {
    margin: 0;
  }
  .SNS {
    display: inline-flex;
    width: 48%;
    margin: auto;
    list-style: none;
    margin-right: auto;
  }
  .SNS li {
    margin: 0;
  }
  .SNS-img {
    width: 18px;
    height: 18px !important;
    margin-left: 8px !important;
  }
  .banner {
    display: flex;
    height: auto !important;
  }
  .banner img {
    height: 100% !important;
  }
  .banner a {
    width: 48%;
    height: 60%;
    margin-right: auto;
  }
  .maister {
    width: 48%;
    margin-right: 0 !important;
    margin-left: 0 !important;
    color: #fff;
    background-color: #595959;
    font-size: 0.9rem;
    text-align: center;
    margin: 10px;
    align-content: center;
  
  }


}
@media screen and (min-width: 1199.5px) {
  .SNS-img {
    width: 25px;
    height: 25px !important;
  }
  .header-list {
    width: 25px;
    height: 25px !important;
    border-radius: 15px;
  }
  
}
@media screen and (max-width: 1199.5px) {
  .maister {
    font-size: 0.7rem;
    height: 23px;
  }
  
}

/*====================
  スマートフォン用のスタイル
=====================*/
@media screen and (max-width: 991.5px) {
  .icon-SNS {
    display: flex;
    margin-bottom: 0 !important;
    height: 30px;
    width: 100%;
  }
  .sp-headerB2 {
    display: inline-flex;
    width: 50%;
    margin-right: auto;
  }
  .header-list {
    width: 35px;
    height: 35px !important;
    border-radius: 20px;
    margin-right: 8px !important;
  }
  .sp-headerB2 li {
    margin: 0;
  }
  .SNS {
    display: inline-flex;
    width: 50%;
    margin-left: auto;

  }
  .SNS li {
    margin: 0;
  }
  .SNS-img {
    width: 35px;
    height: 35px !important;
    margin-left: 8px !important;
  }
  .banner {
    display: flex;
    height: auto !important;
    position: relative;
    top: 20px;
  }
  .banner img {
    height: 100% !important;
  }
  .banner a {
    width: 48%;
    height: 60%;
    margin-right: auto;
  }
  .maister {
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin: 10px;
    height: 42px !important;
    width: 48%;
  }

}
@media screen and (max-width: 767.5px) {
  .header-list {
    width: 40px;
    height: 40px !important;
    border-radius: 20px;
  }
  .SNS-img {
    width: 40px;
    height: 40px !important;
  }
  .maister {
    height: 51px;
  }
}
@media screen and (max-width: 520px) {
  .header-list {
    width: 35px;
    height: 35px !important;
  }
  .SNS-img {
    width: 35px;
    height: 35px !important;
  }
  .maister {
    height: auto;
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 480px) {
  .header-list {
    width: 30px;
    height: 30px !important;
  }
  .SNS-img {
    width: 30px;
    height: 30px !important;
  }
  .maister {
    height: auto;
    margin-top: 0;
  }
  .banner img {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 420px) {
  .header-list {
    width: 25px;
    height: 25px !important;
    margin-bottom: 0 !important;
  }
  .SNS-img {
    width: 25px;
    height: 25px !important;
    margin-bottom: 0 !important;
  }
  .maister {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 370px) {
  .header-list {
    width: 20px;
    height: 20px !important;
  }
  .SNS-img {
    width: 20px;
    height: 20px !important;
  }
  .banner {
    top: 5px;
  }
  .maister {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 330px) {
  .header-list {
    width: 15px;
    height: 15px !important;
  }
  .SNS-img {
    width: 15px;
    height: 15px !important;
  }
  .maister {
    font-size: 0.6rem;
  }
}