@charset "utf-8";
.subPageContent .contentSubTitle {
    font-weight: 400;
}
.subPageContent p {
    font-size: 18px;
}
.toContactBotton.inq_btn a {
    display: block;
    padding: 15px;
    margin: 10px auto;
    max-width: 250px;
    background: #FD8300;
    color: white;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
}
.flex_2col {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex_2col.flex-start {
    align-items: flex-start;
}

.flex_text{
    width: 60%;
}
.flex_text.w50per {
    width: 50%;
}
.flex_2col .imgWrap {
    flex: 1;
}
figcaption {
    text-align: right;
    padding: 0 10px;
}
.caption_center figcaption {
    text-align: center;
}
.w80per {
    width: 80%;
    margin: auto;
}
.flex_4col {
    display: flex;
    justify-content: center;
    align-items: center;
}
.mark {
    font-size: 40px;
    padding: 10px;
}
.imgBorder figure{
    box-sizing: border-box;
    border: 3px solid #EEE;
}
.strong {
    background: linear-gradient(transparent 60%, #ff6 60%);
}
.sp{
    display: none;
}

@media screen and (max-width: 500px) {
    .flex_2col,
    .flex_4col {
        flex-direction: column;
    }
    .flex_text {
        width: 100%;
    }
    .flex_text.w50per {
        width: 100%;
    }
    .sp{
        display: block;
    }
    .mark.equal {
        transform: rotate(90deg);
    }
    .titleText {
        margin-top: 2em;
        border-top: 2px solid #dc8400;
    }
    .subPageContent p {
        font-size: 15px;
    }
    .subPageContent .contentSubTitle {
        font-size: 16px;
    }
    .subPageContent .contentSubTitle {
        padding: 10px 18px 10px 18px;
    }
    .subPageContent .contentSubTitle:before {
        left: -10px;
        top: -10px;
    }
    .subPageContent .contentSubTitle:after {
        right: -10px;
        bottom: -10px;
    }
}