/*========================
マニュアル一覧
========================*/
.manual_list_wrapper {
padding-top: 1em;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}

.manual_list_box {
width: 50%;
box-sizing: border-box;
padding: 10px;
margin-bottom: 4em;
padding-bottom: 10px;
display: flex;
justify-content: center;
flex-wrap: wrap;
}

.manual_photo {
display: block;
width: 40%;
text-align: center;
}

.manual_photo img {
max-height: 160px;
max-width: 80%;
}


@media screen and (max-width: 700px) {
.manual_list_box {
width: 100%;
padding-left: 0;
padding-right: 0;
font-size: 0.9em;
}
.manual_photo {
width: 40%;
text-align: center;
box-sizing: border-box;
padding-right: 30px;
}
.manual_photo img {
max-height: 120px;
max-width: 100%;
}
}

.manual_text {
font-family: 'Titillium Web', sans-serif;
font-size: 0.85em;
line-height: 1.8;
width: 60%;

}

.manual_text h3 {
font-size: 1.3em;
font-weight: 700;
padding-bottom: 0.5em;
}

.manual_text p {
padding-bottom: 1em;
}

.manual_text a {
display: block;
position: relative;
color: #4B5654;
}

/* サポート */
.support_box {
padding-bottom: 4em;
}

.support_box .page_ttl h2 {
font-size: 1.4em;
font-weight: 700;
line-height: 1.7;
}

.support_box p {
text-align: center;
font-size: 1em;
line-height: 1.7;
}