@charset "shift_jis";

*{
    padding: 0;
    margin: 0;
    font-family: "Zen Kaku Gothic Antique", sans-serif; 
}
li{
    list-style: none;
}

body{
    background-color: cadetblue;
    height: 100%;
}
h2,h3{
    font-family: "Shippori Mincho", serif;
}
.dli-chevron-right {
    display: inline-block;
    color: #333;
    line-height: 1;
    width: 0.6em;
    height: 0.6em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
  }
@media screen and (min-width:950px) { 
    h2,h3{
        padding-bottom: 10px;
        letter-spacing: 1px;
    }
    .top_box{
        width: 800px;
        height: 100%;
        background-color: #ffffff;
        margin: 0 auto;
        box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.35);
    }
    .contents{
        padding: 15px;
    }
    .top_img{
        text-align: center;
        width: 400px;
        margin: auto;
    }
    .top_img img{
        width: 100%;
    }
    h1{
        text-align: center;
    }


    .con_sec{
        padding: 30px 20px;
        border-bottom:solid 1px #d7d7d7;
    }

    .con_sec img{
        width: 100%;
    }

    .con_footer{
        padding: 10px;
    }
    .text_style{
        text-align: center;
    }
    .contents a{
        border:solid 1px #000000;
        text-decoration: none;
        text-align: center;
        display: inline-block;
        border-radius: 20px;
        color: #000000;
        padding: 4px 10px;
        min-width: 100px;
        margin-bottom: 2px;
    }
    .tx-btn ul{
        display: inline-block;
    }
   .tx-btn ul li{
            display: flex;
            align-items:flex-end;
   }

    .tx-btn li a{
        width: 200px;
    display: block;
    font-size: 18px;
  background-image: linear-gradient(90deg, #d5fdfc, #fdcfd9);
    padding: 12px 45px;
    margin: 4px 9px 0 0;
    text-decoration: none;
      border:dotted 1px #9b9b9b;
}
    .contents a:hover{
        background-color: #F4D0D3;
        transition: .4s ease;
    }
    ul{
        display: flex;
        padding: 10px;
        align-items: center;
    }
    li{
        padding-right: 8px;
    }
    .small_tx{
        font-size: 12px;
    }
    .ft_link {
        text-align: right;
        padding-bottom: 0; 
    }
    .ft_link a{
        text-decoration: none;
        display: block;
        width: 100%;
        border-top:solid 1px #d7d7d7;
        color: #000000;
    }
    .ft_link a:hover{
        text-decoration: none;
        display: block;
        width: 100%;
        background-color: #F4D0D3;
    }

}
@media screen and (max-width:980px){
    h2,h3{
        padding-bottom: 10px;
        letter-spacing: 1px;
    }
    .top_box{
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        margin: 0 auto;
        box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.35);
    }
    .contents{
        padding: 2vw;
    }
    .tx-btn li a{
        width: 200px;
    display: block;
    font-size: 18px;
  background-image: linear-gradient(90deg, #d5fdfc, #fdcfd9);
    padding: 12px 45px;
    margin: 4px 9px 0 0;
    text-decoration: none;
      border:dotted 1px #9b9b9b;
}
    .top_img{
        text-align: center;
        margin: auto;
    }
    .contents img{
        width: 100%;
    }
    h1{
        text-align: center;
    }
    .con_sec{
        padding: 4vw 2vw;
        border-bottom:solid 1px #d7d7d7;
    }

    .con_sec img{
        width: 100%;
    }

    .con_footer{
        padding: 10px;
    }
    .text_style{
        text-align: center;
    }
    .contents a{
        border:solid 1px #000000;
        text-decoration: none;
        text-align: center;
        display: inline-block;
        border-radius: 20px;
        color: #000000;
        padding: 4px 10px;
        min-width: 10vw;
        margin-bottom: 0.8vw;
    }
    .contents a:hover{
        background-color: #F4D0D3;
        transition: .4s ease;
    }
    a:active{
        background-color: #F4D0D3;
        transition: .4s ease;  
    }
    ul{
        padding: 10px;
        align-items: center;
    }
    li{
        padding-bottom: 4px;
    }
    .small_tx{
        font-size: 12px;
    }
.tx_color{
    font-size:3.2vw;
}
    .ft_link {
        text-align: right;
    }
    .ft_link a{
        text-decoration: none;
        display: block;
        width: 100%;
        border-top:solid 1px #d7d7d7;
        color: #000000;
    }
    .ft_link a:hover{
        text-decoration: none;
        display: block;
        width: 100%;
        background-color: #F4D0D3;
    }

}