@charset "UTF-8";

.roaming-max_h2 {
    color: #c03;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 30px;
}

.roaming-max_h2 .h2-fz-l {
    font-size: 30px;
}

.switch-area-items{
    display: flex;
    flex-wrap: wrap;
}
.switch-area-item{
    width: 50%;
    padding: 5px;
    border: 1px solid #aaa;
    border-top: none;
}
.switch-area-item:nth-child(-n+2){
    border-top: 1px solid #aaa;
}
.switch-area-item:nth-child(2n){
    border-left: none;
}