h4{
    font-family: 'Suisse Int','Noto Sans JP', sans-serif;
    font-size: 1.2rem;
    font-weight: 550;
    letter-spacing: .9px;
    padding: 1rem 10%;
    margin: 0%;
}
h5{
    font-family: 'Suisse Int','Noto Sans JP', sans-serif;
    font-size: 1.15rem;
    font-weight: 550;
    letter-spacing: .9px;
    padding: 1rem 10%;
    margin: 0%;
}
a.contact{
    font-family: 'Suisse Int','Noto Sans JP', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.5px;
    line-height: 2rem;
    padding: 1rem 0%;
}
ul.dot{
    font-family: 'Suisse Int','Noto Sans JP', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.5px;
    line-height: 2rem;
    padding: 1rem 10% 1rem 12%;
}
@media screen and (min-width: 768px) {
ul.number{
    font-family: 'Suisse Int','Noto Sans JP', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.5px;
    line-height: 2rem;
    padding: 1rem 10% 1rem 12%;
    list-style-type: upper-numbers;
}
}
@media screen and (max-width: 767px) {
ul.number{
    font-family: 'Suisse Int','Noto Sans JP', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.5px;
    line-height: 2rem;
    padding: 1rem 10% 1rem 15%;
    list-style-type: upper-numbers;
}
}
/*ここから局紹介の部分を流用*/
.text1 {
    position: relative;
    background-color: #F3F3F3;
    outline : 1.5px solid #878d9c; 
    outline-offset : -15px;
    
  }
  .text1::before {
    display: block;
    width: 44px;
    height: 30px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../pic/アイコン.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #F3F3F3;
    content: "";
  }
  .text1::after {
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url('../pic/アイコン2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #F3F3F3;
    content: "";
  }
  .text1 h4{
    font-family: 'Suisse Int','Noto Sans JP', sans-serif;
    font-size: 1.1rem;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
    text-decoration-color: #4E5E80;;
    font-weight: 550;
    letter-spacing: .9px;
    padding-top: 0;
    padding-left: 10%;
    padding-right: 10%;
  }
  .text1 p {
    font-family: 'Suisse Int','Noto Sans JP', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.5px;
    line-height: 2rem;
    padding: 1rem 10%;
  }
  .e-plus{
    text-align: center;
    margin: 10px;
    padding: 10px;
  }