/** 
 * [au.kddi.com]
 * 
 * @fileName /library/css/sp_modules.css
 * @date 2016/12/19 10:42
 * 
 */

.acordion {
    margin-top: 20px
}

.acordion>.oneAcordion>.acTtl {
    margin: 3px 0 0;
    padding: 24px 84px 24px 18px;
    background: #ff7e3a;
    box-sizing: border-box;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    position: relative
}

.acordion>.oneAcordion>.acTtl:after {
    display: block;
    content: "+";
    font-family: "Courier New", Courier, monospace;
    font-size: 72px;
    line-height: 0;
    position: absolute;
    top: 50%;
    right: 28px
}

.acordion>.oneAcordion>.acTtl.ac:after {
    content: "-"
}

.acordion.typeWhite>.oneAcordion>.acTtl {
    background: #fafafa;
    border: 2px solid #E5E5E5;
    color: #222
}

.acordion.typeWhite>.oneAcordion>.acTtl.ac {
    background: #fee9db
}

.acordion.typeWhite>.oneAcordion>.acTtl:before {
    display: block;
    content: "";
    width: 66px;
    height: 66px;
    margin-top: -33px;
    background: #eb5505;
    position: absolute;
    top: 50%;
    right: 17px
}

.acordion.typeWhite>.oneAcordion>.acTtl:after {
    margin-top: 1px;
    color: #fff;
    font-size: 68px
}

.acordion.typeWhite>.oneAcordion>.acTtl.ac:after {
    margin-top: 2px
}

.acordion .acContent {
    margin-bottom: 40px
}

.mod-acd {
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    background: #FFF
}

.mod-acd.mod-acd--layout-hug {
    margin-top: -1px
}

.mod-acd-heading {
    color: #222;
    padding: 30px 30px 30px 30px;
    position: relative;
    cursor: pointer;
    border: 1px solid #E5E5E5
}

.mod-acd-heading>div {
    display: table-cell;
    width: 100%;
    vertical-align: middle
}

.mod-acd .mod-acd-title {
    font-size: 48px !important;
    line-height: 1.3;
    margin-right: 30px
}

.mod-acd .mod-acd-title+p {
    font-size: 42px !important;
    line-height: 1.3;
    border-top: 1px solid #E5E5E5;
    margin-right: 30px;
    margin-top: 20px;
    padding-top: 20px
}

.mod-acd>.mod-acd-heading,
.mod-acd>.mod-acd-heading>div>.mod-acd-title,
.mod-acd>.mod-acd-heading>div>.mod-acd-title+p {
    background-color: #FAFAFA
}

.mod-acd.is-open>.mod-acd-heading,
.mod-acd.is-open>.mod-acd-heading>div>.mod-acd-title,
.mod-acd.is-open>.mod-acd-heading>div>.mod-acd-title+p {
    background-color: #FEE9DB
}

.mod-acd-btn--toggle {
    display: table-cell;
    vertical-align: middle;
    font-size: 0 !important
}

.mod-acd-btn--toggle>span {
    background: #FB5500;
    border-radius: 4px;
    width: 72px;
    height: 72px;
    display: block;
    font-size: 0 !important;
    line-height: 0;
    text-indent: -9999px;
    position: relative
}

.mod-acd-btn--toggle>span:after {
    content: "";
    display: block;
    position: absolute;
    background: #FFF;
    width: 40px;
    height: 10px;
    left: 17px;
    top: 31px;
    border-radius: 0
}

.mod-acd-btn--toggle>span:before {
    content: "";
    display: block;
    position: absolute;
    background: #FFF;
    width: 10px;
    height: 40px;
    left: 32px;
    top: 17px;
    border-radius: 0
}

.mod-acd.is-open>.mod-acd-heading>.mod-acd-btn--toggle>span:before {
    display: none
}

.mod-acd.is-open>.mod-acd-heading>.mod-acd-btn--toggle>span:after {
    height: 10px;
    width: 40px;
    left: 17px;
    top: 31px
}

.mod-acd-body {
    padding-bottom: 20px;
    display: none
}

.mod-acd.is-open>.mod-acd-body {
    display: block
}

.mod-acd-body>div {
    background: #FFF;
    position: relative;
    font-size: 38px !important;
    padding: 20px;
    padding-bottom: 92px;
    border: 1px solid #E5E5E5;
    border-top: none
}

.mod-acd-btn--close {
    margin: -2px auto 0;
    display: block;
    width: 100px;
    height: 50px;
    background: #FFF;
    text-align: center;
    position: relative;
    border: 1px solid #E5E5E5;
    border-top: 3px solid #FFF;
    border-radius: 0 0 50px 50px;
    font-size: 0 !important;
    cursor: pointer
}

.mod-acd-btn--close::before {
    content: "";
    display: block;
    background: #FB5500;
    border-radius: 35px;
    width: 70px;
    height: 70px;
    display: inline-block;
    font-size: 0 !important;
    line-height: 0;
    position: relative;
    top: -40px
}

.mod-acd-btn--close::after {
    content: "";
    display: block;
    width: 120px;
    height: 130px;
    margin-left: -10px;
    position: absolute;
    z-index: -1;
    top: -80px
}

.mod-acd-btn--close>span {
    display: inline-block;
    font-size: 26px !important;
    color: #FB5500;
    font-weight: bold;
    position: absolute;
    width: 100px;
    top: -78px;
    left: 0px
}

.mod-acd-btn--close>span::after {
    content: "";
    display: block;
    position: absolute;
    background: #FFF;
    width: 40px;
    height: 10px;
    left: 31px;
    top: 65px;
    border-radius: 0;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg)
}

.mod-acd-btn--close>span::before {
    content: "";
    display: block;
    position: absolute;
    background: #FFF;
    width: 10px;
    height: 40px;
    left: 45px;
    top: 50px;
    border-radius: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg)
}

.mod-acd.mod-acd--style-h2>.mod-acd-heading {
    padding: 35px 35px 35px 45px
}

.mod-acd.mod-acd--style-h2>.mod-acd-heading>div>.mod-acd-title {
    margin-right: 35px
}

.mod-acd.mod-acd--style-h2>.mod-acd-heading>div>.mod-acd-title+p {
    margin-right: 35px
}

.mod-acd.mod-acd--style-h2>.mod-acd-heading::before {
    content: "";
    width: 10px;
    height: 100%;
    background: #FB5500;
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.mod-acd.mod-acd--no_closebutton>.mod-acd-body>div {
    padding-bottom: 20px !important
}

.mod-acd.mod-acd--no_closebutton>.mod-acd-body>.mod-acd-btn--close {
    display: none !important
}

.mod-acd .mod-acd--font-small {
    font-size: 32px !important
}

.mod-acd .mod-acd--font-medium {
    font-size: 38px !important
}

.l-padding0 {
    padding: 0 !important
}

.acordion.typeA01>.ttlArea>.acTtl,
.acordion.typeA02>.ttlArea>.acTtl {
    padding: 5% 7%;
    border: solid 1px #e5e5e5;
    background: #f9f9f9;
    display: block;
    font-size: 2rem;
    color: #222 !important;
    text-decoration: none;
    position: relative
}

.acordion.typeA01>.ttlArea>.acTtl:after,
.acordion.typeA02>.ttlArea>.acTtl:after {
    display: block;
    content: "+";
    font-family: "Courier New", Courier, monospace;
    font-size: 60px;
    line-height: 0;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 45px
}

.acordion.typeA01>.ttlArea>.acTtl:before,
.acordion.typeA02>.ttlArea>.acTtl:before {
    display: block;
    content: "";
    width: 72px;
    height: 72px;
    margin-top: -36px;
    background: #eb5505;
    position: absolute;
    top: 50%;
    right: 28px
}

.acordion.typeA01>.ttlArea>.acTtl.open,
.acordion.typeA02>.ttlArea>.acTtl.open {
    background: #fee9db
}

.acordion.typeA01>.ttlArea>.acTtl.open:after,
.acordion.typeA02>.ttlArea>.acTtl.open:after {
    content: "-";
    font-size: 64px
}

.acordion.typeA02>.ttlArea>.acTtl {
    background: #eb5505
}

.acordion.typeA02>.ttlArea>.acTtl.open {
    background: #eb5505
}

.mod-list--sp {
    position: relative;
    font-size: 38px !important;
    border: 1px solid #E5E5E5
}

.mod-list--sp a {
    color: #333
}

.mod-list--sp a[href] {
    color: #06A
}

.mod-list--sp a[href]:hover,
.mod-list--sp a[href]:active,
.mod-list--sp a[href]:focus {
    color: #EB5505
}

.add-sp--list--column2 {
    display: table;
    width: 100%
}

.add-sp--list--column2>li {
    position: relative;
    border-bottom: 1px solid #E5E5E5;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    width: 50%
}

.add-sp--list--column2>li:nth-child(even) {
    border-left: 1px solid #E5E5E5
}

.add-sp--list--column2>li>a {
    display: block
}

.add-sp--list--column2>li>a>span {
    display: block;
    position: relative;
    height: 100%;
    padding: 20px 0;
    font-size: 36px !important;
    -webkit-text-size-adjust: 100%
}

.add-sp--list--column2:last-child>li {
    border-bottom: none
}

.device-sp .mod-list-sp {
    visibility: hidden
}

.add-sp--list--column2.l-align-left>li {
    text-align: left
}

.add-sp--list--column2.l-align-left>li>a {
    padding-left: 25px;
    padding-right: 25px
}

[class^=mod-list-icon-]>a>span::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: -50px
}

.add-sp--list--column2.l-align-left [class^=mod-list-icon-]>a>span {
    left: 45px;
    margin-right: 45px
}

.mod-list-icon-bullet>a>span::after {
    background: url(/content/dam/au-com/common/icon/icn_sp_bullet.gif) no-repeat 0 0;
    width: 24px;
    height: 30px
}

.mod-list-icon-blank>a>span::after {
    background: url(/content/dam/au-com/common/icon/icn_sp_blank.gif) no-repeat 0 0;
    width: 36px;
    height: 32px
}

html #page .linkIcnBullet {
    padding-left: 1.3em;
    display: inline-block;
    background: url(/content/dam/au-com/common/icon/icn_sp_bullet.gif) no-repeat 0 0.3em;
    background-size: .7em .9em;
    zoom: 1
}

html #page .linkIcnBlank {
    padding-left: 1.3em;
    display: inline-block;
    background: url(/content/dam/au-com/common/icon/icn_sp_blank.gif) no-repeat 0 0.35em;
    background-size: .9em .8em;
    zoom: 1
}

html #page a.linkIcnBlank {
    padding-left: 1.4em;
    display: inline;
    zoom: 1;
    background-position: 8px 0.15em
}

html #page .linkIcnDownload {
    padding-left: 1.3em;
    display: inline-block;
    background: url(/content/dam/au-com/common/icon/icn_sp_download.png) no-repeat 0 0.35em;
    background-size: .9em .8em;
    zoom: 1
}

html #page .linkIcnDownload img {
    width: 63px;
    height: 34px;
    margin: 0 0 0 10px !important
}

html #page .linkIcnPageanc {
    padding-left: 1.3em;
    display: inline-block;
    background: url(/content/dam/au-com/common/icon/icn_sp_pageanc.png) no-repeat 0 0.35em;
    background-size: .9em .8em;
    zoom: 1
}

html #page .linkIcnPageancUp {
    padding-left: 1.3em;
    display: inline-block;
    background: url(/content/dam/au-com/common/icon/icn_sp_pageanc_up.png) no-repeat 0 0.2em;
    background-size: .9em .8em;
    zoom: 1
}

html #page .linkIcnUnlink {
    padding-left: 1.3em;
    display: block;
    background: url(/content/dam/au-com/common/icon/icn_sp_circle.png) no-repeat 0 0.35em;
    background-size: .65em;
    zoom: 1
}

html #page .bdrAlrt .ttl {
    padding-left: 42px;
    background: url(/content/dam/au-com/common/icon/icn_alert.png) no-repeat 0 50%;
    background-size: 32px 28px
}

html .l-sp-1clmn .lBox {
    padding: 0;
    width: 100%;
    float: none
}

html .l-sp-1clmn .cBox,
html .l-sp-1clmn .rBox {
    margin-top: 40px;
    padding: 0;
    width: 100%;
    float: none
}

html .l-sp-1clmn .imgInline2Clmn .cntBox {
    width: 98%;
    display: block
}

html .l-sp-1clmn .h32Clmn .columnArea {
    width: 100%;
    display: block;
    float: none !important
}

html .mps_modelnumber .indexBox4.l-sp-1clmn .col {
    width: 50%;
    margin-top: 20px
}

html .l-sp-1clmn.listBox4Clmn .bltList {
    width: 50%;
    margin: 0 0 30px;
    display: inline-block;
    vertical-align: top
}

html .imgColumn20p .ttlBlock,
html .imgColumn20p .textBlcok,
html .imgColumn30p .ttlBlock,
html .imgColumn30p .textBlcok,
html .imgColumn40p .ttlBlock,
html .imgColumn40p .textBlcok,
html .imgColumn50p .ttlBlock,
html .imgColumn50p .textBlcok,
html .imgColumn60p .ttlBlock,
html .imgColumn60p .textBlcok {
    width: 100%;
    float: none
}

html .imgColumn20p .textBlcok,
html .imgColumn30p .textBlcok,
html .imgColumn40p .textBlcok,
html .imgColumn50p .textBlcok,
html .imgColumn60p .textBlcok {
    margin-top: 30px
}

html .imgColumn20p .imgBlock,
html .imgColumn30p .imgBlock,
html .imgColumn40p .imgBlock,
html .imgColumn50p .imgBlock,
html .imgColumn60p .imgBlock {
    width: 100%;
    margin-top: 30px;
    display: block;
    text-align: center;
    float: none
}

.l-pc-br {
    display: none !important
}

.l-sp-hide {
    display: none !important
}

.spDispNone {
    display: none !important
}

.l-sp-float-none {
    float: none !important
}

.fullsizeImg {
    width: 100%;
    height: auto
}

.halfsizeImg {
    width: 50%;
    height: auto
}

.l-fullsizeImg {
    width: 100%;
    height: auto
}

.l-lSizeImg {
    width: 80%;
    height: auto
}

.l-eSizeImg {
    width: 60%;
    height: auto
}

.l-halfsizeImg {
    width: 50%;
    height: auto
}

.l-mSizeImg {
    width: 50%;
    height: auto
}

.l-sSizeImg {
    width: 30%;
    height: auto
}

.l-pSizeImg {
    width: 20%;
    height: auto
}

.colW20p {
    width: 20% !important
}

.colW40p {
    width: 40% !important
}

.colW60p {
    width: 60% !important
}

.colW80p {
    width: 80% !important
}

.l-sp-display-block {
    display: block !important
}

.l-sp-display-inline-block {
    display: inline-block !important
}

.heightLL {
    width: auto !important;
    height: 600px !important
}

.heightL {
    width: auto !important;
    height: 400px !important
}

.heightM {
    width: auto !important;
    height: 300px !important
}

.heightS {
    width: auto !important;
    height: 200px !important
}

.heightSS {
    width: auto !important;
    height: 100px !important
}

.l-both-img-border-gray {
    border-width: 3px
}

.l-sp-border-width3 {
    border-width: 3px !important
}

.device-sp .l-sp-fs10 {
    font-size: 85% !important
}

.device-sp .l-sp-fsdf {
    font-size: 100% !important
}

.device-sp .l-sp-fs14 {
    font-size: 120% !important
}

.device-sp .iphone .l-sp-ifs14 {
    font-size: 120% !important
}

.device-sp .iphone .l-sp-ifs16 {
    font-size: 135% !important
}

.device-sp .l-sp-fs16 {
    font-size: 135% !important
}

.t-adjust {
    -webkit-text-size-adjust: 100%
}

.l-sp-release-table {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.l-sp-release-table thead,
.l-sp-release-table tbody,
.l-sp-release-table tfoot,
.l-sp-release-table tr,
.l-sp-release-table th,
.l-sp-release-table td {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

.l-sp-release-table colgroup {
    display: none
}

.l-sp-service-area-map {
    zoom: 1.5;
    text-align: center
}

.l-sp-icon-adjust_left-none {
    margin-left: auto !important
}

.l-sp-icon-adjust_left-none:before {
    left: auto;
    margin-left: auto !important
}

.l-sp-img-height-1em {
    height: 1em;
    width: auto
}

.l-sp-expand {
    width: 100% !important
}

.l-sp-expand-half {
    width: 50% !important
}

.l-sp-course-width {
    width: 100%;
    height: auto
}

.l-sp-course-height {
    width: auto;
    height: 100%
}

.l-sp-border_box {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.l-sp-upsidedown {
    display: box;
    display: -o-box;
    display: -ms-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    box-direction: reverse;
    -moz-box-direction: reverse;
    -webkit-box-direction: reverse;
    -o-box-direction: reverse;
    -ms-box-direction: reverse;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: vertical;
    -moz-flex-direction: vertical;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse
}

html .l-sp-margin-center {
    margin-right: auto !important;
    margin-left: auto !important
}

html .l-sp-mAuto {
    margin: auto
}

html .l-sp-mZero {
    margin: 0 !important
}

html .l-sp-mH30 {
    margin: 30px 0 !important
}

html .l-sp-mH40 {
    margin: 40px 0 !important
}

html .l-sp-mt0 {
    margin-top: 0 !important
}

html .l-sp-mt5 {
    margin-top: 5px !important
}

html .l-sp-mt10 {
    margin-top: 10px !important
}

html .l-sp-mt20 {
    margin-top: 20px !important
}

html .l-sp-mt30 {
    margin-top: 30px !important
}

html .l-sp-mt40 {
    margin-top: 40px !important
}

html .l-sp-mt50 {
    margin-top: 50px !important
}

html .l-sp-mt60 {
    margin-top: 60px !important
}

html .l-sp-mt70 {
    margin-top: 70px !important
}

html .l-sp-mt80 {
    margin-top: 80px !important
}

html .l-sp-mb0 {
    margin-bottom: 0px !important
}

html .l-sp-mb5 {
    margin-bottom: 5px !important
}

html .l-sp-mb10 {
    margin-bottom: 10px !important
}

html .l-sp-mb20 {
    margin-bottom: 20px !important
}

html .l-sp-mb30 {
    margin-bottom: 30px !important
}

html .l-sp-mb40 {
    margin-bottom: 40px !important
}

html .l-sp-mb50 {
    margin-bottom: 50px !important
}

html .l-sp-mb60 {
    margin-bottom: 60px !important
}

html .l-sp-mb70 {
    margin-bottom: 70px !important
}

html .l-sp-mb80 {
    margin-bottom: 80px !important
}

html .l-sp-ml0 {
    margin-left: 0px !important
}

html .l-sp-ml5 {
    margin-left: 5px !important
}

html .l-sp-ml10 {
    margin-left: 10px !important
}

html .l-sp-ml20 {
    margin-left: 20px !important
}

html .l-sp-ml30 {
    margin-left: 30px !important
}

html .l-sp-ml40 {
    margin-left: 40px !important
}

html .l-sp-ml50 {
    margin-left: 50px !important
}

html .l-sp-ml60 {
    margin-left: 60px !important
}

html .l-sp-ml70 {
    margin-left: 70px !important
}

html .l-sp-ml80 {
    margin-left: 80px !important
}

html .l-sp-mr0 {
    margin-right: 0px !important
}

html .l-sp-mr5 {
    margin-right: 5px !important
}

html .l-sp-mr10 {
    margin-right: 10px !important
}

html .l-sp-mr20 {
    margin-right: 20px !important
}

html .l-sp-mr30 {
    margin-right: 30px !important
}

html .l-sp-mr40 {
    margin-right: 40px !important
}

html .l-sp-mr50 {
    margin-right: 50px !important
}

html .l-sp-mr60 {
    margin-right: 60px !important
}

html .l-sp-mr70 {
    margin-right: 70px !important
}

html .l-sp-mr80 {
    margin-right: 80px !important
}

html .l-sp-pZero {
    padding: 0 !important
}

html .l-sp-pA30 {
    padding: 30px !important
}

html .l-sp-pA40 {
    padding: 40px !important
}

html .l-sp-pW30 {
    padding: 0 30px !important
}

html .l-sp-pW40 {
    padding: 0 40px !important
}

html .l-sp-pt0 {
    padding-top: 0px !important
}

html .l-sp-pt5 {
    padding-top: 5px !important
}

html .l-sp-pt8 {
    padding-top: 8px !important
}

html .l-sp-pt10 {
    padding-top: 10px !important
}

html .l-sp-pt20 {
    padding-top: 20px !important
}

html .l-sp-pt30 {
    padding-top: 30px !important
}

html .l-sp-pt40 {
    padding-top: 40px !important
}

html .l-sp-pt50 {
    padding-top: 50px !important
}

html .l-sp-pt60 {
    padding-top: 60px !important
}

html .l-sp-pt70 {
    padding-top: 70px !important
}

html .l-sp-pt80 {
    padding-top: 80px !important
}

html .l-sp-pb0 {
    padding-bottom: 0px !important
}

html .l-sp-pb5 {
    padding-bottom: 5px !important
}

html .l-sp-pb8 {
    padding-bottom: 8px !important
}

html .l-sp-pb10 {
    padding-bottom: 10px !important
}

html .l-sp-pb20 {
    padding-bottom: 20px !important
}

html .l-sp-pb30 {
    padding-bottom: 30px !important
}

html .l-sp-pb40 {
    padding-bottom: 40px !important
}

html .l-sp-pb50 {
    padding-bottom: 50px !important
}

html .l-sp-pb60 {
    padding-bottom: 60px !important
}

html .l-sp-pb70 {
    padding-bottom: 70px !important
}

html .l-sp-pb80 {
    padding-bottom: 80px !important
}

html .l-sp-pl0 {
    padding-left: 0px !important
}

html .l-sp-pl5 {
    padding-left: 5px !important
}

html .l-sp-pl8 {
    padding-left: 8px !important
}

html .l-sp-pl10 {
    padding-left: 10px !important
}

html .l-sp-pl20 {
    padding-left: 20px !important
}

html .l-sp-pl30 {
    padding-left: 30px !important
}

html .l-sp-pl40 {
    padding-left: 40px !important
}

html .l-sp-pl50 {
    padding-left: 50px !important
}

html .l-sp-pl60 {
    padding-left: 60px !important
}

html .l-sp-pl70 {
    padding-left: 70px !important
}

html .l-sp-pl80 {
    padding-left: 80px !important
}

html .l-sp-pr0 {
    padding-right: 0px !important
}

html .l-sp-pr5 {
    padding-right: 5px !important
}

html .l-sp-pr8 {
    padding-right: 8px !important
}

html .l-sp-pr10 {
    padding-right: 10px !important
}

html .l-sp-pr20 {
    padding-right: 20px !important
}

html .l-sp-pr30 {
    padding-right: 30px !important
}

html .l-sp-pr40 {
    padding-right: 40px !important
}

html .l-sp-pr50 {
    padding-right: 50px !important
}

html .l-sp-pr60 {
    padding-right: 60px !important
}

html .l-sp-pr70 {
    padding-right: 70px !important
}

html .l-sp-pr80 {
    padding-right: 80px !important
}

#spec_service .tooltip {
    background-image: url("/content/dam/au-com/common/graph/extlib/ico_question.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin-left: 2px;
    overflow: hidden;
    text-indent: 100%;
    vertical-align: middle;
    white-space: nowrap;
    width: 40px
}

#spec_service .tooltip+dl {
    display: none
}

#spec_service .tooltip_window {
    background-color: #FFFFFF;
    border: 1px solid #cccccc;
    margin-left: 40%;
    padding: 10px;
    position: relative;
    width: 400px
}

#spec_service .tooltip_window:after {
    background-image: url("/content/dam/au-com/mobile/product/smartphone/modelnumber/frm_spec_bal_top.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    bottom: -13px;
    content: "";
    display: block;
    height: 13px;
    left: 5%;
    position: absolute;
    width: 19px
}

#spec_service .tooltip_window dt {
    font-weight: bold;
    margin-bottom: 10px
}

#spec_service .tooltip_window dt .close img {
    cursor: pointer;
    position: absolute;
    right: 6px;
    top: 6px
}

#spec_service .tooltip_window dt .close img:hover {
    opacity: 0.7
}

#spec_service .tooltip_window_wide {
    margin-left: -200px;
    width: 750px
}

#spec_service .tooltip_window_wide:after {
    left: 475px
}

#spec_service .tooltip_window_wide li.numAnttMdl {
    padding-left: 2.7rem !important
}

.link-imgicon-bullet,
.link-imgicon-blank,
.link-imgicon-blank--white {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    border: 2px solid #e5e5e5;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.link-imgicon-bullet img,
.link-imgicon-blank img,
.link-imgicon-blank--white img {
    width: 100%;
    height: auto
}

.link-imgicon-blank:after,
.link-imgicon-blank--white:after {
    position: absolute;
    display: inline-block;
    right: 18px;
    bottom: 15px;
    width: 28px;
    height: 26px;
    font-size: 0;
    content: "";
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto
}

.link-imgicon-blank:after {
    background-image: url("/content/dam/au-com/common/icon/icn_sp_blank.gif")
}

.link-imgicon-blank--white:after {
    background-image: url("/content/dam/au-com/common/icon/icn_sp_blank_conv.gif")
}

html #page .mBtnS,
html #page .mBtnM,
html #page .mBtnL .oBtnS,
html #page .oBtnM,
html #page .oBtnL {
    -webkit-text-size-adjust: 100%
}

html #page .mBtnS,
html #page .mBtnM,
html #page .mBtnL,
html #page .mBtnS.auto,
html #page .mBtnM.auto,
html #page .mBtnL.auto {
    width: 98%;
    padding: 0 4px;
    min-height: 98px;
    border: 2px solid #ddd;
    border-radius: 0.3em;
    display: inline-block;
    background: #ffffff;
    background: -moz-linear-gradient(#fff, #f4f4f4);
    background: -webkit-linear-gradient(#fff, #f4f4f4);
    text-align: center;
    font-weight: bold;
    line-height: 1.3
}

html #page .mBtnS .linkIcnBullet,
html #page .mBtnM .linkIcnBullet,
html #page .mBtnL .linkIcnBullet {
    background: url(/content/dam/au-com/common/icon/icn_sp_bullet.gif) no-repeat 0.6em 1.45em;
    background-size: 0.6em 0.7em;
    zoom: 1
}

html #page .mBtnS span.inner,
html #page .mBtnM span.inner,
html #page .mBtnL span.inner {
    padding: 1.1em 1.7em 1.2em;
    font-size: 2.2rem
}

html #page .mBtnS .linkIcnBlank,
html #page .mBtnM .linkIcnBlank,
html #page .mBtnL .linkIcnBlank {
    background: url(/content/dam/au-com/common/icon/icn_sp_blank.gif) no-repeat 0.6em 1.45em;
    background-size: 0.7em 0.6em;
    zoom: 1
}

html #page .mBtnS .linkIcnDownload,
html #page .mBtnM .linkIcnDownload,
html #page .mBtnL .linkIcnDownload {
    background: url(/content/dam/au-com/common/icon/icn_sp_download.png) no-repeat 0.6em 1.45em;
    background-size: 0.7em 0.6em;
    zoom: 1
}

html #page .mBtnS.dbLine span.linkIcnBullet,
html #page .mBtnM.dbLine span.linkIcnBullet,
html #page .mBtnL.dbLine span.linkIcnBullet {
    background: url(/content/dam/au-com/common/icon/icn_bullet.png) no-repeat 0.2em 0.35em;
    background-size: 0.6em 0.7em;
    font-size: 2.2rem
}

html #page .mBtnS.dbLine span.linkIcnBlank,
html #page .mBtnM.dbLine span.linkIcnBlank,
html #page .mBtnL.dbLine span.linkIcnBlank {
    background: url(/content/dam/au-com/common/icon/icn_blank_m.gif) no-repeat 0.2em 0.35em;
    background-size: 0.7em 0.6em;
    font-size: 2.2rem
}

html #page .mBtnS.dbLine span.linkIcnDownload,
html #page .mBtnM.dbLine span.linkIcnDownload,
html #page .mBtnL.dbLine span.linkIcnDownload {
    padding: 0 0 0 1.3em;
    background: url(/content/dam/au-com/common/icon/icn_download.png) no-repeat 0.2em 0.35em;
    background-size: 0.7em 0.6em;
    font-size: 2.2rem
}

html #page .oBtnS,
html #page .oBtnM,
html #page .oBtnL,
html #page .oBtnS.auto,
html #page .oBtnM.auto,
html #page .oBtnL.auto {
    width: 98%;
    padding: 0 4px;
    min-height: 98px;
    display: inline-block;
    border: 2px solid #ddd;
    border-radius: 0.3em;
    background: #e6570b;
    background: -moz-linear-gradient(#dc4206, #f4400b);
    background: -webkit-linear-gradient(#dc4206, #f4400b);
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.3;
    text-decoration: none
}

html #page .oBtnS span.inner,
html #page .oBtnM span.inner,
html #page .oBtnL span.inner {
    padding: 1.1em 1.7em 1.2em;
    font-size: 2.2rem
}

html #page .oBtnS .linkIcnBullet,
html #page .oBtnM .linkIcnBullet,
html #page .oBtnL .linkIcnBullet {
    background: url(/content/dam/au-com/common/icon/icn_sp_bullet_conv.png) no-repeat 0.6em 1.45em;
    background-size: 0.7em 0.6em
}

html #page .oBtnS .linkIcnBlank,
html #page .oBtnM .linkIcnBlank,
html #page .oBtnL .linkIcnBlank {
    background: url(/content/dam/au-com/common/icon/icn_sp_blank_conv.gif) no-repeat 0.6em 1.45em;
    background-size: 0.7em 0.6em
}

html #page .oBtnS.dbLine span.linkIcnBullet,
html #page .oBtnM.dbLine span.linkIcnBullet,
html #page .oBtnL.dbLine span.linkIcnBullet {
    background: url(/content/dam/au-com/common/icon/icn_bullet.png) no-repeat 0.2em 0.35em;
    background-size: 0.6em 0.7em;
    font-size: 2.2rem
}

html #page .oBtnS.dbLine span.linkIcnBlank,
html #page .oBtnM.dbLine span.linkIcnBlank,
html #page .oBtnL.dbLine span.linkIcnBlank {
    background: url(/content/dam/au-com/common/icon/icn_blank_m.gif) no-repeat 0.2em 0.35em;
    background-size: 0.7em 0.6em;
    font-size: 2.2rem
}

html #page .oBtnS.dbLine span.linkIcnDownload,
html #page .oBtnM.dbLine span.linkIcnDownload,
html #page .oBtnL.dbLine span.linkIcnDownload {
    padding: 0 0 0 1.3em;
    background: url(/content/dam/au-com/common/icon/icn_download.png) no-repeat 0.2em 0.35em;
    background-size: 0.7em 0.6em;
    font-size: 2.2rem
}

#page .balloonBoxMdR,
#page .balloonBoxMdL,
#page .balloonBoxSmR,
#page .balloonBoxSmL {
    width: 100%;
    display: table;
    margin: 40px 0 0
}

#page .balloonBoxMdR,
#page .balloonBoxSmR {
    direction: rtl
}

#page .balloonBoxMdR .img,
#page .balloonBoxMdR .block,
#page .balloonBoxMdL .img,
#page .balloonBoxMdL .block,
#page .balloonBoxSmR .img,
#page .balloonBoxSmR .block,
#page .balloonBoxSmL .img,
#page .balloonBoxSmL .block {
    display: table-cell;
    vertical-align: top
}

#page .balloonBoxMdR .img,
#page .balloonBoxMdR .block,
#page .balloonBoxSmR .img,
#page .balloonBoxSmR .block {
    direction: ltr
}

#page .balloonBoxMdR .img,
#page .balloonBoxSmR .img {
    padding-left: 40px
}

#page .balloonBoxMdL .img,
#page .balloonBoxSmL .img {
    padding-right: 40px
}

#page .balloonBoxMdR.sp1Culumn,
#page .balloonBoxMdL.sp1Culumn,
#page .balloonBoxSmR.sp1Culumn,
#page .balloonBoxSmL.sp1Culumn {
    display: block
}

#page .balloonBoxMdR.sp1Culumn,
#page .balloonBoxSmR.sp1Culumn {
    direction: inherit
}

#page .balloonBoxMdR.sp1Culumn .img,
#page .balloonBoxMdR.sp1Culumn .block,
#page .balloonBoxMdL.sp1Culumn .img,
#page .balloonBoxMdL.sp1Culumn .block,
#page .balloonBoxSmR.sp1Culumn .img,
#page .balloonBoxSmR.sp1Culumn .block,
#page .balloonBoxSmL.sp1Culumn .img,
#page .balloonBoxSmL.sp1Culumn .block {
    display: block
}

#page .balloonBoxMdR.sp1Culumn .img,
#page .balloonBoxMdR.sp1Culumn .block,
#page .balloonBoxSmR.sp1Culumn .img,
#page .balloonBoxSmR.sp1Culumn .block {
    direction: inherit
}

#page .balloonBoxMdR.sp1Culumn .img,
#page .balloonBoxSmR.sp1Culumn .img {
    margin: 0 0 40px;
    padding: 0;
    text-align: center
}

#page .balloonBoxMdL.sp1Culumn .img,
#page .balloonBoxSmL.sp1Culumn .img {
    margin: 0 0 40px;
    padding: 0;
    text-align: center
}

#page .balloonBoxMdR.sp1Culumn .block:after,
#page .balloonBoxMdR.sp1Culumn .block:before,
#page .balloonBoxSmR.sp1Culumn .block .inner:after,
#page .balloonBoxSmR.sp1Culumn .block .inner:before {
    top: 0;
    left: 50%;
    z-index: 10
}

#page .balloonBoxMdR.sp1Culumn .block:before,
#page .balloonBoxSmR.sp1Culumn .block .inner:before {
    border: solid transparent;
    border-bottom-color: #e5e5e5;
    border-width: 27px;
    margin: -54px 0 0 -27px
}

#page .balloonBoxMdR.sp1Culumn .block:after,
#page .balloonBoxSmR.sp1Culumn .block .inner:after {
    border: solid transparent;
    border-bottom-color: #fff;
    border-width: 25px;
    margin: -50px 0 0 -25px
}

#page .balloonBoxMdL.sp1Culumn .block:after,
#page .balloonBoxMdL.sp1Culumn .block:before,
#page .balloonBoxSmL.sp1Culumn .block .inner:after,
#page .balloonBoxSmL.sp1Culumn .block .inner:before {
    top: 0;
    left: 50%
}

#page .balloonBoxMdL.sp1Culumn .block:before,
#page .balloonBoxSmL.sp1Culumn .block .inner:before {
    border: solid transparent;
    border-bottom-color: #e5e5e5;
    border-width: 27px;
    margin: -54px 0 0 -27px
}

#page .balloonBoxMdL.sp1Culumn .block:after,
#page .balloonBoxSmL.sp1Culumn .block .inner:after {
    border: solid transparent;
    border-bottom-color: #fff;
    border-width: 25px;
    margin: -50px 0 0 -25px
}

#page .balloonBoxMdR.sp1Culumn.spBulloonT .block,
#page .balloonBoxSmR.sp1Culumn.spBulloonT .block {
    margin: 0 0 40px
}

#page .balloonBoxMdR.sp1Culumn.spBulloonT .block:after,
#page .balloonBoxMdR.sp1Culumn.spBulloonT .block:before,
#page .balloonBoxSmR.sp1Culumn.spBulloonT .block .inner:after,
#page .balloonBoxSmR.sp1Culumn.spBulloonT .block .inner:before {
    top: 100%;
    left: 50%;
    z-index: 10
}

#page .balloonBoxMdR.sp1Culumn.spBulloonT .block:before,
#page .balloonBoxSmR.sp1Culumn.spBulloonT .block .inner:before {
    border: solid transparent;
    border-top-color: #e5e5e5;
    border-width: 27px;
    margin: 0 0 0 -27px
}

#page .balloonBoxMdR.sp1Culumn.spBulloonT .block:after,
#page .balloonBoxSmR.sp1Culumn.spBulloonT .block .inner:after {
    border: solid transparent;
    border-top-color: #fff;
    border-width: 25px;
    margin: 0 0 0 -25px
}

#page .balloonBoxMdL.sp1Culumn.spBulloonT .block,
#page .balloonBoxSmL.sp1Culumn.spBulloonT .block {
    margin: 0 0 40px
}

#page .balloonBoxMdL.sp1Culumn.spBulloonT .block:after,
#page .balloonBoxMdL.sp1Culumn.spBulloonT .block:before,
#page .balloonBoxSmL.sp1Culumn.spBulloonT .block .inner:after,
#page .balloonBoxSmL.sp1Culumn.spBulloonT .block .inner:before {
    top: 100%;
    left: 50%;
    z-index: 10
}

#page .balloonBoxMdL.sp1Culumn.spBulloonT .block:before,
#page .balloonBoxSmL.sp1Culumn.spBulloonT .block .inner:before {
    border: solid transparent;
    border-top-color: #e5e5e5;
    border-width: 27px;
    margin: 0 0 0 -27px
}

#page .balloonBoxMdL.sp1Culumn.spBulloonT .block:after,
#page .balloonBoxSmL.sp1Culumn.spBulloonT .block .inner:after {
    border: solid transparent;
    border-top-color: #fff;
    border-width: 25px;
    margin: 0 0 0 -25px
}

#page .balloonBoxMdR .img.col25p,
#page .balloonBoxMdL .img.col25p {
    width: 25%
}

#page .balloonBoxMdR .img.col30p,
#page .balloonBoxMdL .img.col30p {
    width: 30%
}

#page .balloonBoxMdR .img.col40p,
#page .balloonBoxMdL .img.col40p {
    width: 40%
}

#page .balloonBoxMdR .block,
#page .balloonBoxMdL .block {
    width: 100%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 2px solid #e5e5e5;
    padding: 30px;
    position: relative
}

#page .balloonBoxSmR .block,
#page .balloonBoxSmL .block {
    width: 100%
}

#page .balloonBoxSmR .block .inner,
#page .balloonBoxSmL .block .inner {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 2px solid #e5e5e5;
    padding: 30px;
    position: relative
}

#page .balloonBoxMdR .block:after,
#page .balloonBoxMdR .block:before,
#page .balloonBoxSmR .block .inner:after,
#page .balloonBoxSmR .block .inner:before {
    border: solid transparent;
    background: transparent;
    content: "";
    position: absolute;
    left: 100%;
    top: 25px;
    z-index: 10
}

#page .balloonBoxMdR .block:before,
#page .balloonBoxSmR .block .inner:before {
    border-left-color: #e5e5e5;
    border-width: 27px;
    margin-top: 1px
}

#page .balloonBoxMdR .block:after,
#page .balloonBoxSmR .block .inner:after {
    border-left-color: #fff;
    border-width: 25px;
    margin: 3px 0 0 -1px
}

#page .balloonBoxMdL .block:after,
#page .balloonBoxMdL .block:before,
#page .balloonBoxSmL .block .inner:after,
#page .balloonBoxSmL .block .inner:before {
    border: solid transparent;
    background: transparent;
    content: "";
    position: absolute;
    right: 100%;
    top: 25px;
    z-index: 10
}

#page .balloonBoxMdL .block:before,
#page .balloonBoxSmL .block .inner:before {
    border-right-color: #e5e5e5;
    border-width: 27px;
    margin-top: 1px
}

#page .balloonBoxMdL .block:after,
#page .balloonBoxSmL .block .inner:after {
    border-right-color: #fff;
    border-width: 25px;
    margin: 3px -1px 0 0
}

.balloonBoxMdR .block.bgOreng,
.balloonBoxMdL .block.bgOreng {
    background: #ffffee !important
}

.balloonBoxSmR .block.bgOreng .inner,
.balloonBoxSmL .block.bgOreng .inner {
    background: #ffffee !important
}

.balloonBoxMdL .block.bgOreng:after,
.balloonBoxSmL .block.bgOreng .inner:after {
    border-right-color: #ffffee !important
}

.balloonBoxMdR .block.bgOreng:after,
.balloonBoxSmR .block.bgOreng .inner:after {
    border-left-color: #ffffee !important
}

.balloonBoxMdR .block.bdrRed,
.balloonBoxMdL .block.bdrRed {
    border-color: #eb5505 !important
}

.balloonBoxSmR .block.bdrRed .inner,
.balloonBoxSmL .block.bdrRed .inner {
    border-color: #eb5505 !important
}

.balloonBoxMdL .block.bdrRed:before,
.balloonBoxSmL .block.bdrRed .inner:before {
    border-right-color: #eb5505 !important
}

.balloonBoxMdR .block.bdrRed:before,
.balloonBoxSmR .block.bdrRed .inner:before {
    border-left-color: #eb5505 !important
}

.spOtwSize {
    height: auto !important
}

.spOthSize {
    width: auto !important
}

html #page .imgFlowListA01,
html #page .imgFlowListA02,
html #page .imgFlowListB01,
html #page .imgFlowListB02,
html #page .imgFlowListC01,
html #page .imgFlowListC02 {
    margin-top: 40px
}

html #page .imgFlowListA01 li,
html #page .imgFlowListA02 li,
html #page .imgFlowListB01 li,
html #page .imgFlowListB02 li,
html #page .imgFlowListC01 li,
html #page .imgFlowListC02 li {
    width: 49%;
    margin: 0 0 40px;
    padding: 0 0 0 30px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box
}

html #page .imgFlowListA01 li .img,
html #page .imgFlowListA02 li .img,
html #page .imgFlowListB01 li .img,
html #page .imgFlowListB02 li .img,
html #page .imgFlowListC01 li .img,
html #page .imgFlowListC02 li .img {
    margin: 0 0 12px
}

html #page .imgFlowListA01 li .img:before,
html #page .imgFlowListA02 li .img:before,
html #page .imgFlowListB01 li .img:before,
html #page .imgFlowListB02 li .img:before,
html #page .imgFlowListC01 li .img:before,
html #page .imgFlowListC02 li .img:before {
    display: block;
    content: "";
    width: 36px;
    height: 20px;
    margin-top: -5px;
    background: url(/content/dam/au-com/common/icon/icn_arrow_r.gif) no-repeat 0 0;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 98%
}

html #page .imgFlowListA01 li .label,
html #page .imgFlowListA02 li .label,
html #page .imgFlowListB01 li .label,
html #page .imgFlowListB02 li .label,
html #page .imgFlowListC01 li .label,
html #page .imgFlowListC02 li .label {
    min-height: 42px;
    margin: 0 0 14px;
    padding: 0 40px;
    position: relative;
    font-size: 95%
}

html #page .imgFlowListA01 li .label .num,
html #page .imgFlowListA02 li .label .num,
html #page .imgFlowListB01 li .label .num,
html #page .imgFlowListB02 li .label .num,
html #page .imgFlowListC01 li .label .num,
html #page .imgFlowListC02 li .label .num {
    padding: 10px 14px
}

html #page .imgFlowListA01.arrowFix01 li .img:before,
html #page .imgFlowListA02.arrowFix01 li .img:before,
html #page .imgFlowListB01.arrowFix01 li .img:before,
html #page .imgFlowListB02.arrowFix01 li .img:before,
html #page .imgFlowListC01.arrowFix01 li .img:before,
html #page .imgFlowListC02.arrowFix01 li .img:before {
    top: 343px
}

html #page .imgFlowListA01.l-sp-1clmn li,
html #page .imgFlowListA02.l-sp-1clmn li,
html #page .imgFlowListB01.l-sp-1clmn li,
html #page .imgFlowListB02.l-sp-1clmn li,
html #page .imgFlowListC01.l-sp-1clmn li,
html #page .imgFlowListC02.l-sp-1clmn li {
    width: 100%;
    margin: 0;
    padding: 0 0 84px
}

html #page .imgFlowListA01.l-sp-1clmn li .img:before,
html #page .imgFlowListA02.l-sp-1clmn li .img:before,
html #page .imgFlowListB01.l-sp-1clmn li .img:before,
html #page .imgFlowListB02.l-sp-1clmn li .img:before,
html #page .imgFlowListC01.l-sp-1clmn li .img:before,
html #page .imgFlowListC02.l-sp-1clmn li .img:before {
    margin: 85px 0 0 -5px;
    top: 100%;
    left: 50%;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg)
}

html #page .imgFlowListA01.l-sp-1clmn li:not(:first-child),
html #page .imgFlowListA02.l-sp-1clmn li:not(:first-child),
html #page .imgFlowListB01.l-sp-1clmn li:not(:first-child),
html #page .imgFlowListB02.l-sp-1clmn li:not(:first-child),
html #page .imgFlowListC01.l-sp-1clmn li:not(:first-child),
html #page .imgFlowListC02.l-sp-1clmn li:not(:first-child) {
    margin: 0;
    padding: 0 0 84px
}

html #page .imgFlowListA01.l-sp-1clmn li:first-child .img:before,
html #page .imgFlowListA02.l-sp-1clmn li:first-child .img:before,
html #page .imgFlowListB01.l-sp-1clmn li:first-child .img:before,
html #page .imgFlowListB02.l-sp-1clmn li:first-child .img:before,
html #page .imgFlowListC01.l-sp-1clmn li:first-child .img:before,
html #page .imgFlowListC02.l-sp-1clmn li:first-child .img:before {
    display: block
}

html #page .imgFlowListA01.l-sp-1clmn li:last-child .img:before,
html #page .imgFlowListA02.l-sp-1clmn li:last-child .img:before,
html #page .imgFlowListB01.l-sp-1clmn li:last-child .img:before,
html #page .imgFlowListB02.l-sp-1clmn li:last-child .img:before,
html #page .imgFlowListC01.l-sp-1clmn li:last-child .img:before,
html #page .imgFlowListC02.l-sp-1clmn li:last-child .img:before {
    display: none
}

html #page .imgFlowListA01,
html #page .imgFlowListA02 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

html #page .imgFlowListA01 li:not(:first-child),
html #page .imgFlowListA02 li:not(:first-child) {
    padding: 0 0 0 30px
}

html #page .imgFlowListB01 li,
html #page .imgFlowListB02 li {
    margin: 0 0 40px;
    padding: 0 0 0 30px
}

html #page .imgFlowListB01 li:not(:first-child) .img:before,
html #page .imgFlowListB02 li:not(:first-child) .img:before {
    right: 98%
}

html #page .imgFlowListC01 li,
html #page .imgFlowListC02 li {
    padding: 0 30px 0 0
}

html #page .imgFlowListC01 li .img:before,
html #page .imgFlowListC02 li .img:before {
    right: 0;
    left: 98%
}

html #page .imgFlowListC01 li:first-child .img:before,
html #page .imgFlowListC02 li:first-child .img:before {
    display: block
}

html #page .imgFlowListC01 li:last-child,
html #page .imgFlowListC02 li:last-child {
    margin-right: 0
}

html #page .imgFlowListC01 li:last-child .img:before,
html #page .imgFlowListC02 li:last-child .img:before {
    display: none
}

html #page .imgFlowListC02 li:not(:first-child) .img:before {
    right: 0;
    left: 98%
}

html .modModalTrigger {
    padding: 0 40px
}

html .modModalTrigger figure+figure {
    margin: 40px 0 0
}

html .modModalTrigger figure figcaption {
    font-size: 120%;
    margin: 0 0 14px;
    text-align: center
}