.b-text {
    color: #333;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2em;
    margin: 2rem 4rem 0 0;
    width: 50%;
    text-align: justify;
}

.c-text{
    color: #333;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 2em;
    margin: 4rem 1rem;
    text-align: center;
}

.d-text{
    color: #004093;
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 2em;
    margin: 4rem 1rem;
    text-align: center;
}

.e-text {
    color: #004093;
    font-weight: bold;
    font-size: 2rem;
    line-height: 2em;
    margin:4rem 0;
    text-align: center;
    border-bottom: 2px solid #ddd;
    padding: 2rem;
}

.d-line {
    background: #509bd3;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2em;
    margin: 4rem 0;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 4rem;
}

h2 {
    background-color: #004093;
    border: none;
    border-radius: 0.3rem;
    font-size: 2rem;
    padding: 1.5rem;
    color: #fff;
    text-align: center;
}

.title3 {
    background-color: #ededed;
    border: none;
    border-radius: 0.3rem;
    font-size: 1.5rem;
    padding: 1rem;
    color: #004093;
    margin-bottom: 2rem;
    margin-top: 0rem;
    text-align: center;
    font-weight: bold;
}

.pc-flex {
    display: flex;
    border-bottom: 2px solid #ddd;
    padding-bottom: 4rem;
}

.point {
    background: #004093;
    color: #fff;
    border-radius: 10px;
    display: block;
    width: 10rem;
    margin: 0 auto;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.media-pc{
    width: 50%;
}

.media{
    text-align: center;
}


@media(max-width:1099px){
.pc-flex {
    display: block;
    border-bottom: 2px solid #ddd;
    padding-bottom: 4rem;
}

.b-text {
    color: #333;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2em;
    margin: 2rem;
    width: 90%;
    text-align: justify;
}

    .media-pc {
        width: 70%;
        margin: 0 auto;
        height: 210px;
        overflow: hidden;
    }
}

@media(min-width:1100px){
.contactbtn {
    text-align: center;
    width: 50%;
    background-color: #004093;
    margin: 0 auto;
    padding: 2rem;
    font-size: 1.8rem;
    margin-top: 4rem;
    color: #fff;
    border-radius: 3rem;
}
}

@media(max-width:1099px){
.contactbtn {
    text-align: center;
    width: 75%;
    background-color: #004093;
    margin: 0 auto;
    padding: 2rem;
    font-size: 1.4rem;
    margin-top: 4rem;
    color: #fff;
    border-radius: 3rem;
}
}