@charset "UTF-8";
.p-support .c-pagetitle_h2 {
    margin-bottom: 0;
    line-height: 1.4;
}
.p-support_text {
    text-align: center;
    margin: 24px auto 0;
}
.p-support__btnarea {
    display: flex;
    flex-wrap: wrap;
    max-width: 698px;
    width: 100%;
    margin: auto;
}
.p-support__btnitem {
    background-color: #fff;
    width: calc(50% - 12px);
    margin-top: 24px;
    border-radius: 8px;
}
.p-support__btnitem:nth-of-type(2n){
    margin-left: 12px;
}
.p-support__btnitem:nth-of-type(2n+1){
    margin-right: 12px;
}
.p-support__btnitem p,
.p-support__btnitem p a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.p-support__btnitem p a {
    padding: 12px 22px 12px 16px;
    color: #3D3D3D;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@container wrap-host (max-width: 767px) {
    .p-support__btnitem {

    width: 100%;
    margin-top: 16px;

}
.p-support__btnitem:first-of-type {
    margin-top: 24px;
}
.p-support__btnitem:nth-of-type(2n){
    margin-left: 0;
}
.p-support__btnitem:nth-of-type(2n+1){
    margin-right: 0;
}
}

