@charset "utf-8";
* {
    padding: 0;
    margin: 0;
}
.logo {
    text-align: center;
    margin: 30px 0;
}
.logo img {
    width: 389px;
}
body {
    background-color: white;
}
.container {
    padding: 0 40px;
    margin-left: auto;
    margin-right: auto;
}
.link-belt {
 display: block;
 text-align: center;
 margin: 44px 0;
}
 .link-belt a {
    margin-left: 6px;
    padding: 20px 28px;
    font-size: 18px;
    color: rgb(63, 61, 61);
    text-decoration: none;
}
.link-belt a:hover {
    background-color: rgba(255, 0, 0, 0);
    border-bottom: 4px solid rgb(199, 101, 9);
    transition: border-bottom 0.5s;
    color: rgb(199, 101, 9);
}
.footer {
    text-align: center;
    color: gray;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 30px;
    margin-top: 46px;
    font-size: 13px;
}
.bar {
    background-color: rgb(208, 128, 71);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 52px;
    border-radius: 10px;
}
.bar p {
    line-height: 52px;
    color: white;
    text-align: start;
    padding-left: 1em;
}
.bar-white {
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 52px;
    border-radius: 10px;
    border: 1px solid rgb(196, 186, 186);
}
.bar-white p {
    text-align: start;
    padding-left: 1em;
    line-height: 52px;
    color: rgb(112, 107, 107);
}
.sp {
    height: 20px;
}
.info-text {
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: start;
    color: rgb(112, 107, 107);
}
.info-text p {
    padding-left: 1em;
}
.info-text, .info-text a {
    color: rgb(112, 107, 107);
}
.info-text a:hover {
    transition: border-bottom 0.5s;
    color: rgb(199, 101, 9);
}
.info-text span:not(.bg-gray) {
    font-weight: bold;
    color: rgb(197, 112, 55);
}
.bg-gray {
    color: rgb(112, 107, 107);
    font-weight: normal;
    background-color: rgb(229, 229, 229);
    border-radius: 5px;
    padding: 4px 5px;
}
.table a {
    color: rgb(127, 102, 102);
}
.table a:hover {
    transition: border-bottom 1s;
    color: rgb(199, 101, 9);
}
.table img {
    width: 380px;
    height: 133px;
}
