@charset "UTF-8";
/*/prdct/telecom/consumer以下カテゴリ共通*/
/* =============================================================
     共通
================================================================*/

/* contents
-----------------------------------------------------------------*/
#contents {
    font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
    font-size: 87.5%; /*基本フォントサイズ14px*/
}

/* Consumer menu
-----------------------------------------------------------------*/
#consumerMenu ul {
    display: inline-block;
    background: url(/prdct/telecom/consumer/common/img/consumermenu_bg.png) no-repeat 14px 16px;
    text-align: center;
    margin: 0px auto 0;
}
#consumerMenu li {
    width:33%;
    display: inline-block;
    padding:13px 0 9px;
    border-top:1px solid #e3e3e3;
    border-bottom:3px solid #b8b8b8;
    margin: 10px 0 10px 0;
}
#consumerMenu li a {
    position: relative;
    display: block;
    padding: 0px;
    color: inherit;
    font-size: 138%;
    letter-spacing: 0.3em;
}
#consumerMenu li a:hover {
    text-decoration: none;
}
#consumerMenu li:hover,
#consumerMenu li.current {
    border-bottom:3px solid #e5374f;
}

/* Consumer footer
-----------------------------------------------------------------*/
#consumerFooter {
    min-width: 1200px;
    padding: 50px 0 70px;
    background: #e3e3e3;
    font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",Arial,Helvetica,sans-serif;
    font-size: 87.5%;
    line-height: 2.28;
}
#consumerFooter li.current{
    color: #bcbcbc;
}
    #consumerFooter .col {
    float: left;
    width: 306px;
}
#consumerFooter .col:last-child {
    float: right;
    width: 220px;
    padding-left: 40px;
    border-left: 1px solid #c3c3c3;
}

#consumerFooter .title {
    font-weight: bold;
}

#consumerFooter .footerMenu a {
    color: inherit;
}

/*pageTop*/
.pagetop a{
    position: relative;
    display: block;
    padding: 40px 30px 20px 30px;
    background: #f2f2f2;
    color: inherit;
}
.pagetop a:hover {
    opacity: 0.7;
    text-decoration: none;
}
.pagetop a:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    margin: auto;
    content: "";
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    transform: rotate(45deg);
}

/* st-Title
-----------------------------------------------------------------*/
.st-Title {
    box-sizing: border-box;
    font-family: "Open Sans", "kyocera Open Sans", "Noto Sans Japanese", "kyocera Noto Sans Japanese", Arial, Helvetica, sans-serif;
    width: 1200px;
    color: #000;
    font-size: 1.375rem;
    font-weight: 200;
    line-height: 1.2;
    text-align: left;
    padding: 0 15px;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 15px;
}

/* PageTitle
-----------------------------------------------------------------*/
.pageTitle {
    min-width: 1200px;
    padding: 10px 0;
    background: #fff;
    text-align: left;
}
.pageTitle .title {
    padding-left: 18px;
    border-left: 3px solid #f15264;
    font-size: 114%;
    line-height: 1;
}

.pageTitle .title .fzS {
    font-size: 12px;
}

/* Utility
-----------------------------------------------------------------*/
/*margin*/
.mb0 { margin-bottom: 0 !important;}
.mb5 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb50 { margin-bottom: 50px !important;}
.mb60 { margin-bottom: 60px !important;}
.mb70 { margin-bottom: 70px !important;}
.mb80 { margin-bottom: 80px !important;}
.mb90 { margin-bottom: 90px !important;}
.mb100 { margin-bottom: 190px !important;}

/*font style*/
.fwB { font-weight: bold; }
.fwN { font-weight: normal;}

/*text-align*/
.taL { text-align: left;}
.taC { text-align: center;}
.taR { text-align: right;}

/*display*/
.hidden {
    height: 0;
    visibility: hidden;
    font-size: 0;
}

/*fontsize*/
.fz10 { font-size: 10px;}
.fz11 { font-size: 11px;}
.fz12 { font-size: 12px;}
.fz13 { font-size: 13px;}
.fz14 { font-size: 14px;}
.fz15 { font-size: 15px;}
.fz16 { font-size: 16px;}
.fz17 { font-size: 17px;}
.fz18 { font-size: 18px;}
.fz19 { font-size: 19px;}
.fz20 { font-size: 20px;}
.fz22 { font-size: 22px;}
.fz24 { font-size: 24px;}
.fz26 { font-size: 26px;}

/*icon*/
/*20200226 KC-edit*/
/*
.ico_blank:after {
    content: url(/prdct/telecom/consumer/common/img/ico_blank.png);
    display: inline-block;
    margin-left: 5px;
    vertical-align: baseline;
}
*/
/*20200226 KC-edit*/

.ico_caution:before {
    content: url(/prdct/telecom/consumer/common/img/ico_caution02.png);
    display: inline-block;
    margin-right: 5px;
}
.ico_cart:before {
    content: url(/prdct/telecom/consumer/common/img/ico_cart02.png);
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.ico_info:before {
    content: url(/prdct/telecom/consumer/common/img/ico_info01.png);
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

/*btn_icon*/
/*20200226 KC-edit*/
/*
.ico_blank_btn:after {
        position: absolute;
    right: 10px;
    bottom: 5px;
    content: url(/prdct/telecom/consumer/common/img/ico_blank.png);
}
*/
/*20200226 KC-edit*/

/* =============================================================
     トップ
================================================================*/

/* Movie
-----------------------------------------------------------------*/
#mvArea {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: 482px;/* 20200318 KC-edit */
    margin-bottom: 30px;
}
#mvArea .newPrdctList .ph img{/* edit 2020/03/17 */
    height: 480px;
}
#mvArea iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 1200px;
    height: 100%;
}
#mvArea #mvWrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 1200px;
    height: 100%;
}
#mvArea #mvController {
    position: absolute;
    left: 40px;
    top: 30px;
    z-index: 10;
}

/* New Products
-----------------------------------------------------------------*/
.newPrdctList {
    overflow: hidden;
    margin-bottom: 55px;
}
.newPrdctList li {
    width: 590px;
    margin-bottom: 40px;
}
.newPrdctList li:nth-child(odd){
    float: left;
}
.newPrdctList li:nth-child(even){
    float: right;
}
.newPrdctList .ph {
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #ddd;　/* edit 2019/03/28 */
}
.newPrdctList .ph img {/* edit 2020/03/09 */
    height: 180px;
}
.newPrdctList .ph-new:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "NEW";
    display: block;
    width: 40px;
    height: 12px;
    padding: 8px 20px;
    background: #000;
    color: #fff;
    line-height: 1;
}
.newPrdctList .pdName {
    margin-bottom: 10px;
    font-size: 142%;
    letter-spacing: 0.1em;
}
.newPrdctList a {
    display: block;
    color: inherit;
    transition: 0.3s;
}
.newPrdctList a:hover {
    text-decoration: none;
    opacity: 0.5;
}

/* List Menu
-----------------------------------------------------------------*/
.listMenu {
    display: inline-block;
    width: 250px;
    margin-top: 20px;
    padding: 5px 20px;
    background: #eaeaea;
    color: #000 !important;
    font-size: 114%;
    letter-spacing: 0.1em;
    border-radius: 50px;
}
.listMenu[class*="ico_"] {
    position: relative;
}
.listMenu[class*="ico_arw"]:after {
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.topicsList {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 70px;
    text-align: center;
}
.newsList {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 110px;
    text-align: center;
}

/* Banner Area
-----------------------------------------------------------------*/
.bnrArea {
    margin-bottom: 40px;
}
.bnrArea li {
    float: left;
    width: 285px;
    margin-right: 15px;
}
.bnrArea li:last-child{
    margin-right: 0;
}
.bnrArea a {
    display: block;
    color: inherit;
    transition: 0.3s;
}
.bnrArea a:hover {
    text-decoration: none;
    opacity: 0.8;

}
.bnrArea .bnrText {
    margin-top: 10px;
}
.bnrArea .bnrText .small {
    font-size: 85.7%;
}

/* =============================================================
     製品一覧
================================================================*/

/* Select Menu
-----------------------------------------------------------------*/
.selectMenu {
    min-width: 1200px;
    margin-bottom: 20px;
    padding: 10px 0;
    background: #e8e8e8;
}
.selectMenu li {
    display: inline-block;
    margin-right: 15px;
    padding: 2px 10px 2px 10px;
    font-size: 100%;
    cursor: pointer;
}
.selectMenu li:hover {
    color: #f15264;
    text-decoration: underline;
}

/* Lineup / product List
-----------------------------------------------------------------*/
#lineup {
    margin-bottom: 50px;
}

.prdctList {
    overflow: hidden;
    margin-right: -20px;
}
.prdctList li {
    position: relative;
    float: left;
    width: 266px;
    margin-bottom: 30px;
    margin-right: 18px;
    padding: 10px 10px 15px 10px;
    background: #f5f5f5;
}
.prdctList li:hover {
    background: #e8e8e8;
}
.prdctList a {
    display: block;
    color: inherit;
}
.prdctList a:hover {
    text-decoration: none;
}
.prdctList .ph {
    margin-bottom: 20px;
    padding: 56px 10px 10px 10px;
    background: #fff;
    text-align: center;
}
.prdctList .body {
    text-align: center;
}
.prdctList .pdCareer {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 10;
    margin-bottom: 30px;
    text-align: right;
    cursor: pointer;
}
.prdctList .pdRelease {
    margin-bottom: 5px;
    font-size: 85.7%;
}
.prdctList .pdName {
    font-size: 114%;
}
.pdLink{
    color: inherit;
    font-size: 107%;
}
.pdLink:after {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    margin-top: -0.2em;
    margin-left: 1em;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg);
    vertical-align: middle;
}

/*more btn*/
.pdMoreBtn a{
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding: 20px;
    background: #f5f5f5;
    color: inherit;
    font-size: 114%;
    text-align: center;
    transition: 0.3s;
}
.pdMoreBtn a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 40px;
    margin: auto;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(135deg);
}
.pdMoreBtn a:hover {
    text-decoration: none;
    opacity: 0.7;
}

/*past btn*/
.pdPastBtn a{
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #e2e2e2;
    color: inherit;
    font-size: 114%;
    text-align: center;
    transition: 0.3s;
}
.pdPastBtn a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 40px;
    margin: auto;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg);
}
.pdPastBtn a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.js-load { display: none;}
.js-load.active {display: block;}

/* =============================================================
     製品詳細 / 製品ガイド
================================================================*/

/* Contents Menu
-----------------------------------------------------------------*/
.contentsMenu {
    position: relative;
    min-width: 1200px;
    margin-bottom: 40px;
    padding: 10px 0;
    background: #e8e8e8;
}
.contentsMenu.is-scroll {
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
}

.contentsMenu li {
    display: inline-block;
    margin-right: 15px;
}
.contentsMenu li a {
    display: block;
    padding: 2px 10px 2px 10px;
    color: inherit;
    font-size: 100%;
}
.contentsMenu li.current a {
    color: #f15264;
    text-decoration: underline;
}
.contentsMenu li a:hover {
    color: #f15264;
    text-decoration: underline;
}
.contentsMenu .product {
    margin-bottom: 2px;
}
/*square menu*/
.contentsMenu .square {
    padding: 8px 10px 5px 20px;
    border-radius: 0;
}
/*arrow*/
.contentsMenu .ico_arw:after {
    content: "";
    display: inline-block;
    width: 0.3em;
    height: 0.3em;
    margin-left: 1em;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
}
/*guide menu*/
.contentsMenu .guide li {
    position: relative;
}
.contentsMenu .guide li:before,
.contentsMenu .guide li:first-child.is-active:before {
    display: none;
}
.contentsMenu .guide li.is-active:before {
    display: block;
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -8px;
    content: "";
    width: 0;
    height: 0;
    border: transparent 10px solid;
    border-bottom-color: #aaa;
}

/*guide sub menu*/
.contentsMenu .guideSubMenu {
    display: none;
    position: relative;
    left: 0;
    top: 10px;
    width: 100%;
    padding: 10px 0;
    background: #aaaaaa;
}
.contentsMenu .guideSubMenu.is-active {
    display: block;
}
.contentsMenu .guideSubMenu a {
    background: none;
    color: #fff;
}
.contentsMenu .guideSubMenu li.current a {
    color: #fff;
    /*border-radius: 0px;*/
}


/* Contents Block
-----------------------------------------------------------------*/

/*詳細画面コンテンツ記事エリア指定*/
#article {
    line-height: 1.5;
}

/*セクションブロック指定（テキスト中央揃え＋前後余白）*/
.block {
    margin-bottom: 50px;
    text-align: center;
}

/*ブロック内の左右余白指定*/
.inner {
    margin: 0 20px;
}

/*A プロックタイトル*/
.blockTitle {
    margin-bottom: 40px;
    font-size: 185.7%; /*26px*/
}

.blockTitle h3{
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #e8e8e8;
}

/*B フリーテキスト*/
.blockText {
    margin-bottom: 40px;
    font-size: 128.57%; /*18px*/
}

/*C 多段組*/
.row {
    margin-bottom: 20px;
    margin-right: -20px;
}
.row:after {
    content: "";
    display: block;
    clear: both;
}
.row .col {
    float: left;
    margin-right: 20px;
}
.row.col1 .col {
    width: 1200px;
}
.row.col2 .col {
    width: 590px;
}
.row.col3 .col {
    width: 384px;
}
.row.col4 .col {
    width: 285px;
}
.row.col6 .col {
    width: 182px;
}
/*D 2段組み左右配置*/
.row.col2 .col.left {
    float: left;
}
.row.col2 .col.right {
    float: right;
}


/*G 小文字エリア*/
.smallTextBlock {
    font-size: 100%; /*14px*/
    text-align: left;
    line-height: 2;
}

/*H コラム*/
.columnBlock {
    overflow: hidden;
    padding: 20px 30px;
    border: 2px solid #dcdcdc;
    border-radius: 10px;
    text-align: left;
}
.columnBlock .clear {
    content: "";
    display: block;
    clear: both;
}
.columnTitle {
    margin-bottom: 20px;
    font-size: 24px;
}
.columnTitle:before {
    content: "コラム";
    display: inline-block;
    margin-right: 20px;
    padding: 5px 20px;
    background: #d5d5d5;
    font-size: 18px;
    vertical-align: middle;
}
.columnText {
    font-size: 16px;
}
.columnPh {
    float: right;
    margin-left: 30px;
}


/* figure / figcaption
-----------------------------------------------------------------*/
.fig {
    margin-bottom: 20px;
}
.figTitle {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e8e8e8;
    font-size: 142.8%; /*20px*/
}
.blockText .figTitle h3{
    font-size: 75%; 
}
.figCaption {
    font-size: 114%; /*16px*/
}

/* News / Topics
-----------------------------------------------------------------*/
.newsTopics {
    text-align: left;
    font-size: 114%; /*16px*/
}
.newsTopics dl {
    border-bottom: 1px solid #ccc;
}
.newsTopics dt{
    clear: left;
    float: left;
    width: 190px;
    padding: 10px 0;
    border-top: 1px solid #ccc;
}
.newsTopics dd {
    overflow: hidden;
    padding: 10px 0;
    border-top: 1px solid #ccc;
}
.newsTopics dt:first-of-type,
.newsTopics dd:first-of-type {
    border-top: none;
}

/* Table (E)
-----------------------------------------------------------------*/
table {
    width: 100%;
    border: 2px solid #e8e8e8;
    border-collapse: collapse;
    text-align: left;
}
th,td {
    padding: 20px 30px;
    border-bottom: 1px dotted #b9b9b9;
    font-size: 114%; /*16px*/
}
th {
    background: #f3f3f3;
    white-space: nowrap;
}
th[rowspan] {
    border-right: 1px dotted #b9b9b9;
}
th+th {
    border-left: 1px dotted #b9b9b9;
}

/*Icon Table (for guide)*/
.guideIconTable {
    font-size: 18px;
}
.guideIconTable th {
    text-align: center;
}
.guideIconTable tbody th {
    width: 200px;
}

/* Table (H)
-----------------------------------------------------------------*/
td+td {
    border-left: 1px dotted #b9b9b9;
}

/* List (E)
-----------------------------------------------------------------*/
.ul-asterisk01,
.ul-asterisk02,
.ul-circle,
.ul-decimal {
    text-align: left;
}

.ul-asterisk01 li {
    padding-left: 1em;
    text-indent: -1em;
}
.ul-asterisk01 li:before {
    content: "＊";
}

.ul-asterisk02 li {
    padding-left: 1em;
    text-indent: -1em;
}
.ul-asterisk02 li:before {
    content: "※";
}

.ul-circle li{
    padding-left: 1em;
    text-indent: -1em;
}
.ul-circle li:before {
    content: url(/prdct/telecom/consumer/common/img/ico_circle01.png);
    margin-right: 0.5em;
}

.ul-decimal li {
    margin-left: 1.5em;
    list-style-type: decimal;
}

.ul-link01 {
    text-align: left;
    font-size: 114%; /*16px*/
}
.ul-link01 li {
    margin-bottom: 10px;
    padding-left: 1em;
    text-indent: -1em;
}
.ul-link01 li:before {
    content: "・";
}
.ul-link01 li a.ico_blank:after {
    padding-left: 15px;
}

dl.guideList01 {
    position: relative;
    padding-left: 2.5em;
}
dl.guideList01 dt {
    counter-increment: num;
    font-weight: bold;
}
dl.guideList01 dt:before {
    position: absolute;
    left: 0;
    content: "["counter(num)"]";
    font-weight: normal;
}
dl.guideList01 dd {
    margin-bottom: 20px;
}

/* Buttons rr
-----------------------------------------------------------------*/
.btn {
    display: inline-block;
    min-width: 470px;
    padding: 20px 40px;
    background: #eaeaea;
    color: #000 !important;
    font-size: 128.57%; /*18px*/
    letter-spacing: 0.1em;
}
.btn:hover {
    opacity: 0.7;
    text-decoration: none;
}
.btn[class*="ico_"] {
    position: relative;
}
.btn[class*="ico_download"]:after {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    display: block;
    width: 45px;
    height: 39px;
}
.btn.ico_download_exe:after {
    background: url(/prdct/telecom/consumer/common/img/ico_download_exe.png) no-repeat;
}
.btn.ico_download_pdf:after {
    background: url(/prdct/telecom/consumer/common/img/ico_download_pdf.png) no-repeat;
}
.btn.ico_download_zip:after {
    background: url(/prdct/telecom/consumer/common/img/ico_download_zip.png) no-repeat;
}
.btn[class*="ico_arw"]:after {
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*オンラインで購入*/
.btnOnlineShop {
    position: relative;
    display: inline-block;
    min-width: 680px;
    padding: 15px 30px;
    border: 4px solid #000;
    border-radius: 15px;
    color: #000 !important;
    font-size: 142.85%; /*20px*/
}
.btnOnlineShop:hover {
    opacity: 0.7;
    text-decoration: none;
}
.btnOnlineShop:before {
    display: inline-block;
    content: url(/prdct/telecom/consumer/common/img/ico_cart01.png);
    margin-right: 30px;
    vertical-align: middle;
}
/*20200226 KC-edit*/
/*
.btnOnlineShop:after {
    position: absolute;
    right: 10px;
    bottom: 5px;
    content: url(/prdct/telecom/consumer/common/img/ico_blank.png);
}
*/
/*20200226 KC-edit*/

/*オプション品*/
.btnOptionPrdct li{
    display: inline-block;
}
.btnOptionPrdct li + li {
    margin-left: 40px;
}
.btnOptionPrdct span[class^="ico_"] {
    margin-right: 15px;
}
.btnOptionPrdct .ico_blank:after {
    position: static;
}

/*お問い合わせ*/
.btnContact {
    width: 990px;
    border-radius: 50px;
}

/* Caution (H)
-----------------------------------------------------------------*/
.cautionBlock {
    padding: 20px 30px;
    border: 4px solid #dcdcdc;
    border-radius: 20px;
    text-align: left;
}
.cautionInner {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.cautionTitle {
    display: table-cell;
    width: 170px;
    border-right: 2px solid #dcdcdc;
    vertical-align: middle;
    font-size: 157%; /*22px*/
}
.cautionTitle  img {
    margin-right: 10px;
    vertical-align: middle;
}
.cautionBody {
    display: table-cell;
    padding-left: 30px;
    vertical-align: middle;
    font-size: 114%; /*16px*/
}
.cautionText {
    color: #c11a1a;
    text-align: left;
}

/* Info (H)
-----------------------------------------------------------------*/
.infoBlock {
    width: 880px;
    margin: auto;
    padding: 30px;
    border: 2px solid #dcdcdc;
    border-radius: 10px;
    text-align: left;
}
.infoInner {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.infoTitle {
    display: table-cell;
    width: 300px;
    border-right: 2px solid #dcdcdc;
    vertical-align: middle;
    font-size: 157%; /*22px*/
    text-align: center;
}
.infoBody {
    display: table-cell;
    padding-left: 40px;
    vertical-align: middle;
    font-size: 114%; /*16px*/
}
.infoBody li {
    margin: 8px 0;
}
.infoBody a {
    color: inherit;
    text-decoration: underline;
}
.infoBody a:hover {
    text-decoration: none;
}


/* Banner List
-----------------------------------------------------------------*/
.bnrList li{
    display: inline-block;
    margin: 0 10px;
}

/* SNS List
-----------------------------------------------------------------*/
.snsList {
    width: 1200px;
    margin: 0 auto 40px;
    text-align: center;
}
.snsList li{
    display: inline-block;
    margin: 0 10px;
}

/* =============================================================
     サポート
================================================================*/
/*サポート一覧
---------------------------------*/
.supportList {
    overflow: hidden;
    margin-right: -20px;
}
.supportList > li {
    overflow: hidden;
    position: relative;
    float: left;
    width: 570px;
    padding: 10px;
    margin-right: 20px;
    margin-bottom: 30px;
    background: #f5f5f5;
}
.supportList .pdCareer {
    position: absolute;
    right: 390px;
    top: 20px;
    z-index: 10;
    cursor: pointer;
}
.supportList .ph {
    float: left;
    width: 200px;
    min-height: 220px;
    background: #fff;
    text-align: center;
}
.supportList .ph a {
    display: block;
    padding: 40px 0 10px;
    color: inherit;
}
.supportList .ph a:hover {
    text-decoration: none;
    opacity: 0.7;
}
.supportList .ph img {
    max-width: 95%;
    height: auto;
}
.supportList .pdRelease {
    font-size: 12px;
}
.supportList .pdName {
    margin-bottom: 20px;
    font-size: 16px;
}
.supportList .body {
    float: right;
    width: 330px;
}
/*サポートメニュー*/
.supportListMenu li a {
    position: relative;
    display: block;
    padding: 8px 0;
    color: inherit;
}
.supportListMenu li a:before {
    position: absolute;
    right:20px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-top: 1px solid;
    border-right: 1px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*Q&A
---------------------------------*/
.faqList {
    font-size: 18px;
    line-height: 1.2;
}
.faqList dt {
    position: relative;
    margin-bottom: 2px;
    padding: 30px 100px;
    background: #f6f6f6;
    cursor: pointer;
}
.faqList dd {
    position: relative;
    margin-bottom: 10px;
    padding: 30px 30px 30px 100px;
    background: #edf4fb;
}
.faqList dt .icon,
.faqList dd .icon {
    position: absolute;
    left: 30px;
    top: 20px;
}
.faqList dt:after {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background: url(/prdct/telecom/consumer/common/img/ico_open_arw.png) no-repeat;
}
.faqList dt.op:after {
    background: url(/prdct/telecom/consumer/common/img/ico_close_arw.png) no-repeat;
}

/*20200526 KC-edit*/
/*OSV
---------------------------------*/
.osvList {
    font-size: 18px;
    line-height: 1.2;
}
.osvList dt {
    position: relative;
    margin-bottom: 2px;
    padding: 30px 100px;
    background: #f6f6f6;
    cursor: pointer;
}
.osvList dd {
    position: relative;
    margin-bottom: 10px;
    padding: 30px 30px 30px 100px;
    background: #edf4fb;
}
.osvList dt .icon,
.osvList dd .icon {
    position: absolute;
    left: 30px;
    top: 20px;
}
.osvList dt:after {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background: url(/prdct/telecom/consumer/common/img/ico_open_arw.png) no-repeat;
}
.osvList dt.op:after {
    background: url(/prdct/telecom/consumer/common/img/ico_close_arw.png) no-repeat;
}
/*20200526 KC-edit*/

/* =============================================================
     お問い合わせ
================================================================*/
.contactBlock {
    padding: 20px 30px;
    border: 4px solid #dcdcdc;
    border-radius: 15px;
}
.contactBlock .dotline {
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
}
.contactInner {
    display: table;
    width: 100%;
}

.contactInner .contactTitle {
    display: table-cell;
    font-size: 22px;
    vertical-align: middle;
}
.contactInner .contactBody {
    display: table-cell;
    padding: 0 0 0 20px;
    border-left: 2px solid #585858;
    vertical-align: middle;
}
#contact-trouble .contactTitle {
    width: 300px;
}
#contact-tel .contactTitle {
    width: 350px;
}
#contact-tel .contactBody {
    width: 325px;
}
#contact-other .contactTitle {
    width: 310px;
}
#contact-other {
    padding: 20px 50px;
}

/* =============================================================
     404ページ
================================================================*/
.container960 {
    width: 960px;
    margin: 70px auto;
}
.notFoundBlock {
    padding: 30px;
    border: 4px solid #dcdcdc;
    border-radius: 15px;
    font-size: 18px;
    line-height: 1.5;
}
.notFoundMsg {
    margin-bottom: 30px;
    font-size: 22px;
}
.notFoundMsg:before {
    content: "";
    display: block;
    width: 65px;
    height: 56px;
    margin: 0 auto 30px;
    background: url(/prdct/telecom/consumer/common/img/ico_caution01.png) no-repeat;
}
.container960 .row.col2 .col {
    width: 470px;
}
.container960 .row.col2 .btn {
    display: block;
    width: auto;
    min-width: 0;
}
/*20200226 KC-edit*/

.ico_blank:after {
	display: inline-block;
	margin-left: 5px;
	font-size: 18px;
	height: 20px;
}

.ico_blank_btn:after {
	position: absolute;
	right: 10px;
	bottom: 5px;
}

.btnOnlineShop:after {
	position: absolute;
	right: 10px;
	bottom: 5px;
}

.ico_blank:after,
.ico_blank_btn:after,
.btnOnlineShop:after {
	content: "\EA08";
	font-family: "template-iconfont";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-decoration: none;
	text-transform: none;
	speak: none;
}

/*20200226 KC-edit*/
/*20200402 KC-edit*/
.kc_gaOnclick a,.kc_gaOnclick_img a{
    transition: all 0.3s ease;
}
.kc_gaOnclick{
    margin-top: -20px; 
    display: flex; 
    justify-content: center; 
    align-items: center
}

.kc_gaOnclick a {
    display: block;
    min-height: 55px;
    border: 1px solid #000;
    border-radius: 5px;
    text-align: center;
    width: calc(100% / 3);
    margin: 0 5px;
    text-decoration: none;
    padding: 10px 5px;
    box-sizing: border-box;
    color: #000;
    position: relative;
}

.kc_gaOnclick a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    overflow: hidden;
    white-space: nowrap;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.01em;
}
.kc_gaOnclick a:hover{
    background-color: #818181;
    color: #fff!important;
    border: 1px solid #818181;
}
.kc_gaOnclick_img a:hover{
    opacity: 0.5;
}
.kc_gaOnclick .btnBr_sp{
    display: none;
}

/*20200402 KC-edit*/
/*20200525 KC-edit*/
.osvpc{display:flex !important}
.osvsp{display:none !important}
       .g04osv{
            display:-webkit-box;
            display:-ms-flexbox;
            display:flex;
            -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
        }
p.androidV10{
    width: 100%;
    text-align: center;
    margin: 30px 0;
    padding: 10px 0;
    border: solid #c1168b;
}
p.androidV10 span{
font-family: 'Roboto', sans-serif;
}
p.androidV9{
 border: solid #000;
width: 100%;
    text-align: center;
    margin: 30px 0;
    padding: 10px 0;
}
.g04OsvIcon{
    color: #226695;
    font-size: 32px;
    left: 40px !important;
    top:22px !important; 
}
.g04osv-tellicon > img{
width:30px;
}
/*20200525 KC-edit*/
