@charset "UTF-8";

body{
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background-color: #fff;
    font-size: 16px;
    line-height: 1.4;
    word-break: normal;
    line-break: strict;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

*, *::before, *::after {
  box-sizing: border-box;
}

h1 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-top: 3em;
    margin-bottom: 2em;
    color: #ba3c1c;
}
.tokushou_wrap {
    width: 100%;
    max-width: 600px;
    padding: 0 20px;
    margin: 0 auto;
}

.tokushou_inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}
.tokushou_l {
    width: 190px;
    text-align: right;
    padding-right: 5px;
    font-weight: 600;
    color: #ba3c1c;
}
.tokushou_r {
    width: auto;
    flex: 1;
    text-align: justify;
    padding-left: 12px;
    border-left: 2px solid #e1d2d2;
    padding-bottom: 0.2em;
}
.inner_title {
    margin-top: 1em;
    margin-bottom: 0.4em;
    font-weight: 600;
}

.tokushou_r ul {
    margin-left: 2em;
}
.tokushou_r ul li {
    list-style: disc;
    line-height: 1.2;
    margin-bottom: 0.4em;
}
.btn_back {
    text-align: center;
    margin-top: 5em;
    margin-bottom: 4em;
}
.btn_back a {
    display: block;
    line-height: 1;
    padding: 0.7em 0;
    border: 1px solid #ccc;
    width: 80%;
    max-width: 140px;
    margin: 0 auto;
    transition: all 0.3s ease;
}
.btn_back a:hover {
    color: #ba3c1c;
    border-color: #ba3c1c;
}

br.br_560 {
    display: none;
}

@media screen and (max-width: 560px){
    body{
    font-size: 15px;
    }
    br.br_560 {
    display: block;
    }
    .tokushou_l {
    width: 112px;
    }
}

































