@charset "utf-8";

.access {
    background: url(../../assets/images/bg.jpg) 0 0 repeat;
}

.sagyou {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sagyou div {
    background-color: white;
}

.sagyou ul {
    list-style: none;
    font-size: 15px;
    padding: 0px 30px;
}

.sagyou ul li {
    font-size: 18px;
    font-weight: bold;
    color: #1E489D;
}

.sagyou ul li span {
    font-size: 15px;
    font-weight: normal;
    color: #1E489D;
}

.sagyou hr {
    width: 90%;
}

.sagyou1 {
    margin-bottom: 20px;
    width: 100%;
}

.sagyou1 div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sagyou1 img {
    padding: 0px 30px 30px 30px;
    height: 100%;
    width: 100%;
    max-width: 500px;
}

.sagyou2 {
    max-width: 570px;
    margin-bottom: 20px;
}

.sagyou3 {
    max-width: 570px;
    margin-bottom: 20px;
}

#title {
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #1E489D;
}

#honbun {
    max-width: 600px;
    font-size: 15px;
    padding: 0px 30px;
}

.mail_button {
    display: block;
    background-color: #1E489D;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    color: white;
    font-size: 20px;
    padding: 10px 30px;
    margin-top: 40px;
}

#number {
    margin-top: 30px;
    color: #1E489D;
    padding: 0px 30px;
    font-size: 15px;
}

#number span {
    font-size: 30px;
    font-weight: bold;
}