@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;
}

/* 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:30px 0 30px 0;
}

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

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

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

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

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

/* .area_flex
　 ============================================================== */
.area_flex{
    text-align: center;
}

 /* text
　 ============================================================== */
.text{
    display: inline-block;
    margin:0 auto ;
    text-align: left;
    font-size: 18px;
    width: 80%;
}

.large{
    margin: 26px auto;
    font-size: 1.6em;
}

.red{
     color: red;
     font-weight: bold;
}

.blue{
    color: blue;
    font-weight: bold;
}

.paren{
    font-size: 0.8em;
}

.middle{
     margin: 26px auto;
     font-size: 1.4em;
}

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