ul.shiiki_list{
    font-family: 'Suisse Int','Noto Sans JP', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.5px;
    line-height: 2rem;
    padding: 1rem 10% 1rem 12%;
    
}
ul.shiiki_lis{
    font-family: 'Suisse Int','Noto Sans JP', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.5px;
    line-height: 2rem;
    padding: 1rem 10% 1rem 10%;
    list-style-type: none;
    
}
h4{
    font-family: 'Suisse Int','Noto Sans JP', sans-serif;
    font-size: 1.4rem;
    font-weight: 550;
    letter-spacing: .9px;
    padding: 1rem 10%;
    margin: 0%;
}
h5{
    font-family: 'Suisse Int','Noto Sans JP', sans-serif;
    font-size: 1.2rem;
    font-weight: 550;
    letter-spacing: .9px;
    padding: 1rem 10%;
    margin: 0%;
}
h6{
    font-family: 'Suisse Int','Noto Sans JP', sans-serif;
    font-size: 1.1rem;
    font-weight: 550;
    letter-spacing: .9px;
    padding: 1rem 10%;
    margin: 0%;
}
@media screen and (max-width: 768px) {
  .shiiki_pic{
    width: 80%;
    padding: 10px 10% 10px;
}
}
@media screen and (min-width: 769px) {
    .shiiki_pic{
        width: 40%;
        padding: 10px 30% 10px;
    }
}

.gaiyou p{
    margin: 0%;
}

.text1 {
    position: relative;
    background-color: #F3F3F3;
    outline : 1.5px solid #878d9c; 
    outline-offset : -10px;
    
  }
  .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.4rem;
    font-weight: 550;
    letter-spacing: .9px;
    padding: 1rem 10%;
    margin: 0%;
  }
  .text1 p {
    font-family: 'Suisse Int','Noto Sans JP', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.5px;
    line-height: 2rem;
    padding: 0rem 10%;
  }
  .e-plus{
    text-align: center;
    margin: 10px;
    padding: 10px;
  }