@charset "utf-8";
#beginner section {
    margin-bottom: 110px;
}
.f-map-description p {
    margin-bottom: 15px;
}
.description--ttl {
    font-size: 19px;
}
.description-img img {
    width: 100%;
}
.caution {
    font-size: 13px;
    color: red;
}
.f-map-description dt {
    font-size: 16px;
    margin-bottom: 5px;
}
.f-map-description dd {
    font-size: 15px;
    margin-bottom: 5px;
}
.f-map-description dd a {
    color: inherit;
    text-decoration: underline;
}
#beginner h3 {
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: bold;
    text-align: center;
}
.bt-more {
    width: 250px;
    text-align: center;
    margin: 0 auto;
}
.bt-more a {
    display: block;
    background: #004ea2;
    color: #fff;
    font-size: 20px;
    padding: 15px;
}
.f-map-description dl {
    margin-bottom: 40px;
}
.course-list dl {
    padding: 10px;
    height: 100px;
    box-shadow: 0 2px 4px 0 rgba(34, 34, 34, .5);
}
.course-list ul li {
    width: 530px;
    margin: 5px;
}
.course-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: unset;
}
.course-list {
    margin-bottom: 40px;
}
.course-list dt {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #004ea2;
}
.course-description p {
    font-size: 16px;
}
.course-description {
    margin-bottom: 15px;
}
.point-withdrawal {
    display: flex;
    justify-content: space-between;
}
.point-withdrawal > div {
    width: 500px;
}
.point-withdrawal .txt span {
    padding-top: 10px;
    display: block;
}
.point-withdrawal .txt {
    margin-bottom: 40px;
    font-size: 16px;
}
.contact-inner {
    display: flex;
    justify-content: space-evenly;
    align-items: unset;
}
.beginner-contact dt {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.beginner-contact dd {
    font-size: 16px;
}
.contact-inner p a {
    display: block;
    background: #000;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    text-align: center;
    width: 241px;
    margin: 10px auto 0;
}
.beginner-contact dl {
    width: 350px;
    text-align: center;
}
.beginner-contact dl:first-child {
    position: relative;
}
.beginner-contact dl:first-child:before {
    content: "";
    height: 120px;
    width: 1px;
    background: #000;
    position: absolute;
    right: -70px;
}