@charset "utf-8";

/* title
===============================================*/
.ttl {
    background: none;
    height: auto;
    margin-bottom: 10px;
    padding: 10px 0px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 22px;
    padding-left: 40px;
    text-indent: -48px;
    color: #000;
    border-bottom: 1px solid #ccc;
}

.ttl-icon-sp::before {
    content: url(../images/icon_sp.png);;
    margin: 10px;
    position: relative;
    top: 8px;
}

.ttl-icon-pc::before {
    content: url(../images/icon_pc.png);;
    margin: 10px;
    position: relative;
    top: 8px;
}

.sttl {
    height: auto;
    margin-bottom: 10px;
    font-size: 14px;
    margin-top: 20px;

}

/* mi-container
===============================================*/

.mi-contxt-mail {
    margin: 30px 0 30px;
}

.mi-contxt-mail dt {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.mi-contxt-mail dd {
    text-align: center;
}

.mi-contxt-mail dd span {
    background: #e41100;
    font-size: 22px;
    padding: 10px 50px;
    color: #FFF;
    font-weight: normal;
}

dl.mi-contxt-set {
    text-align: center;
    margin-top: 20px;
}

dl.mi-contxt-set dt {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

dl.mi-contxt-set dd {
    display: inline-block;
    *display: inline;
    margin-right: 15px;
}

/* btn
===============================================*/
.mailinfo-btn {
    text-align: center;
    margin-bottom: 10px;
}

.mailinfo-btn a {
    min-width: 230px;
    background-color: #2019c2;
    text-align: center;
    font-size: 14px;
    padding: 10px 10px;
    display: inline-block;
    position: relative;
    /* clear: both; */
    border-radius: 100vw;
}

.mailinfo-btn a {
    color: #FFF;
    text-decoration: none;
    padding-right: 20px;
}

.mailinfo-btn a:hover {
    opacity: 0.7;
}

.mailinfo-btn a::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13px;
    margin: auto;
}

/* ドメインしてい受信方法
===============================================*/

.mi-subtitle-g {
    background-color: #21919e;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    padding-left: 18px;
    margin-bottom: 15px;
}

.mi-seting-career {
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.mi-seting-career > li {
    width: 46%;
    display: inline-block;
    vertical-align: top;
    /* float:left; */
    margin-right: 1%;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 5px;
}

ul.mi-seting-career > li.mi-softbank {
    margin-right: 0;
}

h4.mi-career-title {
    color: #fff;
    background: #949494;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
}

ol.mi-career-txt li {
    list-style-type: decimal;
    list-style-position: inside;
    border-bottom: 1px dotted #b2ada8;
    padding: 0 16px 0 38px;
    text-indent: -1.5em;
    line-height: 1.5;
    padding: 0;
    margin: 5px 0px 0 0;
    font-size: 11px;
}

ol.mi-career-txt li span {
    color: #444;
}

.mi-career-btn {
    width: 110px;
    margin: 15px auto;
}

/* 999px */
@media screen and (max-width: 999px) {

    /*   ドメイン指定
    ===============================================*/
    .mi-seting-career-wrap {
        background: none;
        padding: 0;
    }

    .mi-seting-career {
        background: none;
    }

    ol.mi-career-txt {
        min-height: auto;
    }

    ul.mi-seting-career > li {
        width: auto;
        display: block;
        float: none;
        margin: 0 0 30px 0;

    }

}

