/*  キャンペーン    */
/*  録画用外付けハードディスクプレゼント  */
.txtRed     {   color: #FF0000;     }
.txtBlue    {   color: #0000FF;     }

.iit_subpage_title.hdd_gifts {
    font-family: 'CP_Font';
    line-height: 1.2;
    text-align: center;
    height: 180px !important;
}
.iit_subpage_title.hdd_gifts>div {
    position: relative;
}
.iit_subpage_title.hdd_gifts>div>div.hdd_gifts_capacity {
    position: absolute;
    right: -83px;
    top: 39px;
}
.iit_subpage_title.hdd_gifts>div>div.hdd_gifts_first {
    position: absolute;
    left: -8px;
    bottom: 3px;
    font-size: 18px;
}

.hdd_gifts_stb {
    display: flex;
    align-items: center;
}

.hdd_gifts_stb>div {
    font-size: 19px;
    font-weight: bold;
    font-family: MPLUSRounded1c-ExtraBold;
    text-align: center;
}

.hdd_gifts_target_plan {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}
.hdd_gifts_target_plan>span {
    margin: 0px 25px;
}

.hdd_gifts_title {
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}




/*  ICNひかりインターネットキャンペーン  */
.iit_subpage_title.icn_hikari {
    font-family: 'CP_Font';
    line-height: 1.2;
    text-align: center;
    height: 274px !important;
    text-shadow: 4px 4px 0px #99bdeb;
}
.iit_subpage_title.icn_hikari .ttl_1 {
    margin-top: 20px;
    font-size: 48px;
    text-align: left;
    padding-left: 50px;
    color: #38b6ff;
}
.iit_subpage_title.icn_hikari .ttl_2 {
    font-family: auto;
    font-size: 37px;
    text-align: right;
    padding-right: 50px;
    color: #015ace;
}
.iit_subpage_title.icn_hikari .ttl_3 {
    font-family: auto;
    font-size: 38px;
    color: #38b6ff;
}


.recruit_title.icn_hikari {
    font-family: 'keifont';
    font-weight: normal;
}

.icn_hikari_tokuten {
    color: #FFFFFF;
    background-image: url("../images/img_bk_icn_hikari.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    text-align: center;
    justify-content: center;
    padding: 50px;
    font-size: 28px;
    font-weight: bold;
    display: block;
}
.icn_hikari_tokuten span {
    color: #ffea00;
    letter-spacing : 6px;                /* 文字間 */
    text-shadow    : 
       3px  3px 0px #015ace,
      -3px  3px 0px #015ace,
       3px -3px 0px #015ace,
      -3px -3px 0px #015ace,
       3px  0px 0px #015ace,
       0px  3px 0px #015ace,
      -3px  0px 0px #015ace,
       0px -3px 0px #015ace;        /* 文字の影 */
}

.icn_hikari_taisyou {
    font-family: 'keifont';
    justify-content: center;
}

.icn_hikari_setwari {
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    position: relative;
}
.icn_hikari_setwari div{
    background-color: #e8f5fc;
    border-radius: 10px;
    height: 16px;
    position: absolute;
    bottom: 0px;
    left: calc(17%);
    width: 100%;
    max-width: 500px;
    z-index: -1;
}

.icn_hikari_osusume {
    font-family: 'keifont';
    font-size: 42px;
    justify-content: center;
    margin-top: 50px;
    text-shadow: 4px 4px 0px #fff799;
}
.icn_hikari_osusume .block1 {
    font-family: 'CP_Font';
    color: #015ace;
}
.icn_hikari_osusume .block2 {
    font-family: 'CP_Font';
    color: #ff914d;

}
.icn_hikari_osusume .block3 {
    color: #00bf63;
}

.icn_hikari_anshin {
    font-size: 18px;
    font-weight: bold;
    justify-content: center;
}
.icn_hikari_anshin li {
    margin-bottom: 10px;
}
.icn_hikari_anshin span {
    font-size: 14px;
}







/* レスポンシブ対応 */
@media (max-width: 768px) {
    .icn_hikari_tokuten {
        padding: 50px 40px;
    }
    .icn_hikari_setwari div{
        left: 0px;
    }






}















