.sec03 .article h1 {
    display: none;
    margin: 0;
}
.sec03 .container h1.center_title {
    display: block;
    margin: 1em auto 2em auto;
    text-align: center;
    line-height: 1.1em;
    width: 90%;
    font-weight: 500;
    font-size: 40px;
}
.sec03 .container h1.center_title span {
    display: block;
    font-size: 17px;
    font-weight: 400;
}
.sec03 .container h1.center_title span a {
    text-decoration: underline;
}
.wide_photo {
    max-width: 1200px;
    width: 100%;
    margin: 2em auto 4em auto;
}

@media (min-width: 1200px) {
    .wide_photo img {
        border-radius: 20px;
        box-shadow: 0 0 50px 30px rgba(0,0,0,.12);
    }
}

.inner_article {
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
}
.inner_article h2 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 1em;
    line-height: 1.1em;
}

.photo-01 {
    float: right;
    border-radius: 5px;
    margin: 0.5em 0 2em 2em;
}

.photo-01 {
    float: right;
    border-radius: 5px;
    margin: 0.5em 0 2em 2em;
}

.photo-02 {
    border-radius: 5px;
    margin: 1em 0;
}

.photo-03 {
    float: left;
    border-radius: 5px;
    margin: 0.5em 2em 2em 0;
}
.directions {
    background: white;
    max-width: 1200px;
    width: 100%;
    padding: 2em 0;
    margin: 2em auto;
    border-radius: 20px;
}
.directions_inner {
    margin: 0 auto;
    max-width: 900px;
    width: 90%;
    display: flex;
    align-items: center;
}

.directions_inner div {
    flex: 1;
}
.directions_inner div h2 {
    font-size: 32px;
    font-weight: 500;
    margin: 0 0 1em 0;
    line-height: 1.1em;
}

.directions_inner div .btn {
    background: black;
    color: white;
    border-color: black;
    border-radius: 6px;
}
.directions_inner div .btn:hover {
    background: #d71920;
    border-color: #d71920;
}
.directions_inner:nth-child(1) {
    margin-bottom: 4em;
}


h3 {
    font-weight: 500;
    position: relative;
    margin-bottom: 1.5em;
    line-height: 1.1em;
    font-size: 26px;
    margin-top: 2em;
}
h3::after {
    content: '';
    background: red;
    width: 35px;
    height: 2px;
    display: block;
    position: absolute;
    top: 38px;
}
h3::before {
    content: '';
    background: rgba(0,0,0,.1);
    height: 2px;
    display: block;
    position: absolute;
    top: 38px;
    width: 50%;
}