.content_wrap section {
    margin: 10px 0px;
}

.main_lead_text {
    padding: 10px;
    margin: 10px 0px;
    background-color: beige;
    display: block;
}
.main_lead_notice{
    margin-top: 20px;
}

.content {
    padding: 10px;
    margin: 10px 0px;
}

.content_title {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 1.8rem;
}

.content_present {
    padding: 10px;
    margin: 10px 0px;
    position: relative;
    border: 2px solid #333;
    border-radius: 5px;
    padding: 15px 10px;
    margin: 0 auto;
}

.content_present_title {
    font-weight: bold;
    margin-bottom: 20px;
    padding: 0 5px;
    font-size: 1.1em;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: 7px;
    background-color: white;
}
.content_present:nth-of-type(n+3) {
    margin-top: 50px;
}
.content_present_photo {
    text-align: center;
}

.content_present_photo-img {
    max-width: 200px;
}

.fa {
    color: #00ae5d;
}

.content_present .fa {
    color: #e04108;
}
.next_btn_wrap{
    text-align: center;
}
.link_form {
    display: inline-block;
    padding: 10px 15px;
    background-color: #23ad46;
    color: white;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
}
.link_form:hover {
    opacity: .7;
    text-decoration: none;
}

.merit{
    padding: 30px 20px;
    background-color: #F6EDD9;
}
.merit_item_img{
    width: 100%;
}
@media print,
screen and (min-width: 745px) {
    .content_present_list {
        width: 60%;
        display: inline-block;
        vertical-align: top;
    }

    .content_present_photo {
        text-align: center;
        width: 38%;
        display: inline-block;
    }
}
