/* CSS Document */
#contents {
    margin: auto;
    font-family: "??????", YuGothic, "????? Medium", "Yu Gothic Medium", "?????", "Yu Gothic", sans-serif;
    line-height: 1.6;
    font-size: 26px;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    display: block;
    text-align: left;
}
@media (max-width: 750px) {
    #contents {
        font-size: 3.25vw;
    }
}
a#pagetop{
    display: block;
    position: fixed;
    bottom: 28px;
    right: 56px;
    padding: 15px 25px;
    background: #F0F0F0;
    color: #666;
    font-weight: bold;
    text-decoration: none;
}

@media (max-width: 750px) {
    a#pagetop{
        bottom: 10px;
        right: 10px;
        padding: 10px;
        font-size: 90%;
    }
}

#contents img {
    width: 100%;
}
.main {
    background: #F2EADB;
}
.yokoku {
    text-align: center;
    padding: 1em 0;
    margin: 0 auto;
    font-weight: bold;
}
.yokoku .circle {
    background: #FFF;
    display: inline-block;
    border: 1px solid #B59F63;
    font-size: 90%;
    text-align: center;
    height: 3em;
    width: 3em;
    line-height: 3;
    border-radius: 100px;
    margin-right: 1em;
}
.yokoku .text {
    font-size: 120%;
    line-height: 3;
}
.lead {
    text-align: center;
    font-size: 120%;
    font-weight: bold;
}
.bg-01 {
    background: #F2EADB;
}
.title-01 {
    text-align: center;
    margin-bottom: 1em;
    font-size: 140%;
    font-weight: bold;
}
.title-01 span {
    display: inline-block;
    background: #AC9255;
    padding: 0 .25em;
}
.title-02 {
    text-align: center;
    margin-bottom: 1em;
    font-size: 120%;
    font-weight: bold;
    position: relative;
}
.title-02 span {
    border-bottom: 5px solid #AC9255;
    display: inline-block;
    padding: 0 1em;
}
.title-03 {
    text-align: center;
    margin: 0 5% 1em;
    font-size: 110%;
    font-weight: bold;
    position: relative;
}
.title-03::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background: #B59F63;
    z-index: -1;
}
.title-03 span {
    background: #fff;
    display: inline-block;
    padding: 0 1.5em;
}
.title-04 {
    font-weight: 100%;
    text-align: center;
    margin-bottom: 1em;
}
.text-01 {
    text-align: center;
    font-size: 120%;
}
.text-02 {
    text-align: center;
    font-size: 110%;
    margin: 1em 0;
}
.text-03 {
    text-align: center;
    font-size: 90%;
    margin: 1em 0;
}
.point {
    text-align: center;
}
.point dt {
    font-weight: bold;
    font-size: 110%;
    color: #B59F63;
}
.point dd {
    font-size: 90%;
}
.list-01 {
    margin: 0 9.3% 2em;
}
.list-01 li {
    font-size: 100%;
    margin-left: 1em;
    text-indent: -1em;
    margin-bottom: 0.75em;
}
.list-02 {
    margin: 0 10% 1em;
    font-size: 100%;
}
.list-02 dt {
    font-weight: bold;
    margin-bottom: 0.5em;
}
.list-02 dd {
    margin-left: 2em;
    text-indent: -1em;
}
.list-02 dd a ,ul.list-03 li a {
    font-weight: bold;
    padding: .25em 1em .25em .5em;
    line-height: 1.8;
    font-size: 90%;
    border: 1px solid #000;
    background-repeat: no-repeat;
    background-position: right 0 center;
    background-image: url(../img/210414/arrow_more_t.png);
    background-size: .75em;
}
.list-03 {
    font-weight: bold;
    font-size: 90%;
}
.list-03 li {
    margin-left: 2.5em;
    text-indent: -2.5em;
}
.list-04 {
    font-size: 80%;
    margin-left: 3em;
    margin-top: 1em;
}
.list-04 li {
    margin-left: 1em;
    text-indent: -1em;
}
.card-inner-01 {
    margin: 0 3% 2em;
}
.qa {
    margin: 0 9.3% 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #000;
}
.qa dt {
    /* cursor: pointer; */
    font-weight: bold;
    font-size: 100%;
    margin-bottom: 0.5em;
    padding-left: 1.5em;
    background-image: url(../img/q.png);
    background-position: left 0 top .25em;
    background-size: 1.25em;
    background-repeat: no-repeat;
}
.qa dt span {
    display: block;
    padding-right: 1em;
    /* background-image: url(../img/arrow_down.png); */
    background-position: right 0 top .25em;
    background-size: 1.25em;
    background-repeat: no-repeat;
}
.qa dt.on span {
    background-image: url(../img/arrow_up.png);
}
.qa dd {
    /* display: none; */
    font-size: 100%;
    margin-bottom: 0.5em;
    padding-left: 1.5em;
    background-image: url(../img/a.png);
    background-position: left 0 top .25em;
    background-size: 1.25em;
    background-repeat: no-repeat;
}
.list-card{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 3%;
}
.list-card li {
    width: 48%;
    text-align: center;
    margin-bottom: 2em;
    font-size: 75%;
}
.list-card li .img {
    margin-bottom: 0.5em;
}
.list-card li .text-s {
    font-size: 90%;
    letter-spacing: -0.1em;
}
.list-card .text-center {
    width: 100% !important;
    text-align: center;
    margin-top: -2em;
}
.list-card-center {
    display: block;
    /* -webkit-flex-wrap: wrap; */
    /* -ms-flex-wrap: wrap; */
    /* flex-wrap: wrap; */
    /* -webkit-justify-content: space-between; */
    /* justify-content: space-between; */
    margin: 0 3%;
}
.list-card-center li {
    text-align: center;
    margin-bottom: 2em;
    font-size: 75%;
}
.list-card-center li .img {
    display: block;
    text-align: center;
    margin: 0 auto 0.5em;
}
.other {
    background: #fff;
    border: 1px solid #B59F63;
}
.other .title-other {
    padding: 1em 0;
    text-align: center;
    font-weight: bold;
    font-size: 90%;
    cursor: pointer;
}
.other .title-other span {
    display: inline-block;
    padding-right: 1.5em;
    background-repeat: no-repeat;
    background-position: right 0 center;
    background-size: 1.25em;
    background-image: url(../img/plus.png);
}
.other .title-other.on span {
    background-image: url(../img/minus.png);
}
.other .inner {
    display: none;
}
.card-cell {
    margin-bottom: 1.5em;
    padding-bottom: 2em;
    border-bottom: 1px solid #B59F63;
}
.card-cell:last-child {
    border-bottom: none;
}
#about {
    padding: 4em 0 0 0;
}
#example {
    padding: 4em 0;
}
#call {
    padding: 4em 0;
}
#attention {
    padding: 4em 0;
}
#possible {
    padding: 4em 0;
}
#card {
    padding: 4em 0;
    margin: 0 6.6%;
}