@charset "utf-8";


.st-img img{
    display: block;
    width: 80%;
    margin: 20px auto;
}

section{
    margin-bottom: 60px;
}

h1{
    font-size: 18px;
    padding-left: 10px;
    border-left: 3px solid #555;
    background-color: #ffcfb7;
    margin: 20px 0 20px 20px;
  }

h2{
    position: relative;
    padding: 30px 0 5px;
    font-size: 16px;
    font-weight: bold;
    margin-left: 2em;
    }
    h2::before{
        content: "◆";
        padding: 0 5px;
        color: #ffb087;
    }
    h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 8px;
    background-image: repeating-linear-gradient(45deg, #b4a983 0px, #b4a983 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
    background-size: 8px 8px;
    }
    
    p{
        margin: 0 0 0 3em;
    }

     main p{
        border-bottom: 1px solid #ffb087;
    }
    dt,dd{
        background-color: #f13f79;
        text-align: center;
    }
    
    section a img{
        width: 22px;
        position: relative;
        top: 5px;
        margin: 0 2px; 
    }
    section a{
        border: 1px solid #555;
        text-decoration: none;
        background-color: #fff;
        color: #555;
        font-size: 14px;
        display: block;
        width: 120px;
        border-radius: 20px;
        margin: 0 auto;
        text-align: center;
    }

 .link-kizai{
        border: none;
        text-decoration: none;
        background-color: #ffb087;
        color: #fff;
        font-size: 14px;
        display: block;
        width: 180px;
        border-radius: 20px;
        margin: 0 auto 3em;
        text-align: center;

    }

    .go-top a {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        padding: 5px 1em;
        width: 170px;
        color: #333;
        font-size: 14px;
        font-weight: 700;
        background-color: #ffb087;
        border-radius: 50vh;
        text-decoration: none;
      }

      footer img{
        width: 200px;
    }
    .footer_img{
      text-align: center;
      margin-top: 50px;
    }