@charset "UTF-8";
.list-link-anchor > li > a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1em;
    height: 1em;
    position: relative;
    top: -1px;
    margin-right: 0.4em;
}

.list-link-anchor{
        width: 100%;
/*    display: flex;*/
}
.list-link-anchor li{
    width:24%;
}
.list-link-anchor li{
    margin-right:1% !important;
}
.list-link-anchor li:last-child{
    margin-right:0% !important;
}
.list-link-anchor .btn-l{
    min-width: 100%;
}
@media (max-width: 768px) {
    .row-anchor .list-link-anchor > li{
        width:48%;
        display: inline-block;
    }
}
.box-product.ttl-change,
.box-product.step-no{
    padding:0;
}

.ttl-change .ttl-paragraph,
.step-no .ttl-paragraph{
    background-color:#eee;
    padding:20px;
}

.step-no .num{
    background-color: #000;
    color:#fff;
    padding:5px;
    margin-bottom:0;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
}

.box-product.step-no::after {
    content: url(/service/rcs/images/arrow.svg);
    position: absolute;
    top: 50%;
    right: -22px;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: -12px;
    line-height: 0;
}

.box-product.step-no.after-noicon::after {
    content: none;
}

.step_content{
    text-align: center;
    margin:20px;
}

.bd-gr{
    border:solid 1px #ddd;
    margin: 20px auto 20px auto;
}
.wdb-all{
    word-break:break-all;
}


@media (max-width: 768px) {
    .box-product.step-no::after {
        top: auto;
        bottom: -25px;
        right: 0;
        left: 0;
        margin: 0 auto;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

/* 選択エリア */
.layout-type01-1col-w950 {
    margin: 0 auto 0 auto;
    margin-top: 40px;
}
.select-type01_select {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    outline: none;
    border-radius: 0;
    box-sizing: border-box;
    padding: 12px 52px 12px 20px;
    width: 100%;
    color: #333;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.5;
    border: 1px solid #e0e0e0;
    background: #fff;
    text-align: left;
}

.select-type01_select {
    appearance: none;
    background-image: url("/service/japan-roaming/images/arrow.svg");
    background-repeat: no-repeat;
    background-size: 12px auto; /* 画像のサイズ（幅 高さ）*/
    background-position: right 12px center; /* 画像の位置 */
}

/*.icon-svg {
    display: inline-block;
    fill: currentColor;
    width: 14px;
    height: 14px;
    margin: 0 5px 0 5px;
}
.select-type01_label .icon-svg {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: rotate(90deg) translateX(-50%);
    -ms-transform: rotate(90deg) translateX(-50%);
    transform: rotate(90deg) translateX(-50%);
    margin: 0;
    pointer-events: none;
}*/

figure.table-type03{
    margin: 0;
}

.table-type03_title{
    color:#fff;
    background-color: #000;
    text-align: center;
    padding:10px;
}
#supported-model .select-type01{
    padding:20px;
}
#supported-model .select-type01:nth-of-type(1) {
    background: #eee;
}

#result-area td.table-type01_data {
    white-space: pre-wrap;
}
/* /選択エリア */

/*アンカー調整

*/

h2#off::before {
    content: "";
    clear:both;
    display: block;
    height: 80px;
    margin-top: -80px;
    visibility: hidden;
}
@media (max-width: 768px) {
    h2#off::before {
        content:none;
    }
}

@media (max-width: 768px) {
    html {
        scroll-padding-top: 80px;
    }
}