@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:10px 0 10px 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:#4b0082;
    ;
}

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

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

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

/* table
　 ============================================================== */
table {
    width:80%;
    text-align: center;
    margin: 30px auto;
    border-collapse: collapse;
    border: 3px double #000;
 }

 td {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 1.1em;
    font-weight:bold;
    padding: 15px 40px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
 }

 .boL{
    border-left: 1px solid #ccc;
 }

.under{
    text-decoration:underline;
    text-decoration-thickness: 0.5px;
    text-decoration-color:#000;
 }

 .red{
    color: red;
    text-decoration:underline;
    text-decoration-thickness: 0.5px;
    text-decoration-color:red;
 }



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