@charset "utf-8";

@media screen and (max-width:700px) {

#flow {
}
#flow ul {
    padding: 0;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    list-style-type: none;
    max-width: 1040px;
}
#flow ul li {
    display: flex;
}
.flow_num_box {
    width: 56px;
    margin-right: 3.07%;
    background-image: url(../images/service_h2_border.svg);
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 1px 1px;
}
.flow_num_box.border_none {
    background-image: none;
}

.flow_num {
    background-color: #B1C1CB;
    font-family: 'Noto Serif JP', serif;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 1em;
    width: 56px;
    border-radius: 50%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.flow_num span {
    display: block;
    font-size: 12px;
    line-height: 1em;
    letter-spacing: 2px;
}
.flow_contents {
    padding-bottom: 6.15%;
    margin-top: 2.3%;
}
.flow_contents h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5em;
}
.flow_txtbox {
    margin-top: 2.3%;
    margin-bottom: 8px;
}
.flow_txtbox p {
    font-size: 15px;
    line-height: 1.8em;
}
.flow_sodanmuryo {
    display: inline-block;
    background: linear-gradient(transparent 53%, #E1EDF0 0%);
    font-size: 16px;
    line-height: 2em;
    font-weight: 500;
    margin-bottom: 16px;
}
.toform_btn {
}
.toform_btn a {
    text-decoration: none;
    background-color: #003b6f;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    display: inline-block;
    padding-top: 16px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 16px;
    text-align: center;
}
.toform_btn a img {
    width: 18px;
    vertical-align: bottom;
    margin-right: 8px;
}
}
