@charset "UTF-8";
/* コンテンツ */

.ill_box ul {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.7;
}
.ill_box img {
    width: 100%;
}
.ill_box ul li:first-child {
    width: 10%;
    margin-right: 40px;
    flex-shrink: 0;
}
.ill_box ul li:last-child {

}

.d_area ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: -5em;
}
.d_area ul li {
    width: 47%;
    margin-bottom: 5em;
}
.d_area ul li h3 {
    margin-bottom: 1em;
}

.d_tel {

}
.d_tel p {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight:400;
    letter-spacing: 1px;
    line-height: 1;
    font-size: 2em;
}
.d_tel p span {
    font-size: 0.5em;
    margin-right: 0.5em;
}

.d_fax {
    margin-bottom: 1em;
}
.d_fax p {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight:400;
    letter-spacing: 1px;
    line-height: 1;
    font-size: 2em;
    margin-right: 10px;
    margin-top: 10px;
}
.d_fax p span {
    font-size: 0.5em;
    margin-right: 0.5em;
}
.fax_sheet {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1em;
}
.fax_sheet p {
    margin-right: 0.5em;
}
.fax_sheet p:first-child {
    font-size: 0.84em;
}
.fax_sheet p:last-child {
    margin-right: 0;
}
.fax_sheet a {
    display: inline-block;
    background-image: url("../img/pdf.png");
    background-repeat: no-repeat;
    background-position: left 0.5em center;
    background-size: auto 1.2em;
    border: 2px solid #f08b00;
    padding: 0 1em 0 2em;;
    color: #f08b00;
    font-size: 1em;
    line-height: 2em;
    transition: all 0.3s;
}
.fax_sheet a span {
    /*font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight:400;
    letter-spacing: 1px;*/
}
.fax_sheet a:hover {
    opacity: 0.7;
}
.d_area ul li h4 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1.5;
    font-weight: normal;
    background-color: #fdf3e5;
    padding: 1em;
}
.d_area ul li h4 span {
    text-align: center;
    background-color: #f08b00;
    color: #fff;
    font-size: 0.84em;
    font-weight: bold;
    padding: 0.7em;
    margin-right: 1em;
    white-space: nowrap;
}
.d_area ul li:last-child h4 {
    align-items: flex-start;
}

.d_area ul li h6 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 1em;
}
.d_area ul li h6 img {
    width: 1.5em;
    margin-right: 0.5em;
}
@media screen and (max-width: 960px) {
.ill_box ul li:first-child {
    width: 13%;
}
.d_area ul li h4 {
    align-items: flex-start;
}

}


@media screen and (max-width: 520px) {
.ill_box ul {
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.ill_box img {
    width: 30%;
}
.ill_box ul li:first-child {
    width: 100%;
    margin-right: 0;
    text-align: center;
}
.ill_box ul li:last-child {
    width: 100%;
    margin-bottom: 1.5em;
}

.d_area ul li {
    width: 100%;
}

}

