@charset "utf-8";

/* ベース
   ============================================================= */
   body {
    /* font-family: "メイリオ", Meiryo, sans-serif; */
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;;
    line-height: 1.5;
    background-color: white;
    font-size: 1.1em;
}

/* ly_cont
　 ============================================================== */
.ly_cont {
    max-width: 960px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* title
　 ============================================================== */
.title{
    text-align: center;
    margin:20px 0 40px 0;
}

.title h1{
    font-size:28px;
}

/* text
　 ============================================================== */
.text{
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 1.1em;
     line-height: 2;
    letter-spacing: 0.1em;
}

/* head_border
　 ============================================================== */
.head_border{
    display: flex;
    align-items: center;
}

.head_border:before,
.head_border:after{
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color:#8b0000;
    ;
}

.head_border:before{
    margin-right: 1rem;
}

.head_border:after{
    margin-left: 1rem;
}

/* toTop
　 ============================================================== */
.toTop {
    margin-top:100px;
    text-align: center;
    margin-bottom: 20px;
}