@charset "shift_jis";
/*==============================================
 common
============================================= */
html {
    font-size: calc(100vw / 32);
    -webkit-text-size-adjust: 100%;
}
#header {
    border-bottom: #ededed solid 1px;
}
#footer {
    padding-top: 20px;
    background-color: #fff;
}
.breadCrumb {
    margin: 0 15px;
}
.copyRight {
    border-top: 1px solid #ededed;
}
.pageTop {
    width: 40px;
    height: 40px;
    right: 10px;
    background-size: 40px;
    border-radius: 50%;
}
#mainContents {
    background-color: #f5f5f5;
    font-family: "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "Arial", sans-serif;
    color: #222;
	letter-spacing: 0.05em;
    font-feature-settings: "palt" 1;
}
p strong {
    border-bottom: 1px solid #333;
    font-weight: 700;
}
.note {
    display: inline-block;
    margin-top: 1rem;
    line-height: 1.8;
    text-align: left;
    font-size: .8rem;
}
sup {
    font-size: 50%;
    vertical-align: top;
    position: relative;
    top: 0.4em;
}
#mainContents p a {
    border-bottom: 1px solid #8ac2c6;
    color: #8ac2c6;
    font-weight: 700;
}
ul.note {
    line-height: 1.8;
    margin: 1rem 0 0; 
}
ul.note li {
    padding-left: 3em;
    line-height: 1.8;
    font-size: .9rem;
    font-weight: 500;
}
ul.note li span {
    display: inline-block;
    width: 3em;
    margin-left: -3em;
}
ul.note li + li {
    margin-top: .5rem;
}
.pc {
    display: none;
}
/*==============================================
 看板
============================================= */
.mainTitleWrap {
}
.mainTitle {
}
.mainTitle h1 {
    padding-top: 82.6%;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/05_huawei/h1_sp.jpg) no-repeat center top;
    background-size: 100%;
    font-size: 0;
}
.mainTitle ul.note {
    margin: 1rem 2rem 0;
}
.lead {
    line-height: 2.0;
    margin: 3rem 2rem 0;
    font-size: 1.2rem;
    font-weight: 500;
}
/*==============================================
 .bnr
============================================= */
.bnr {
    margin: 3rem 0 0;
    border-radius: 1.5rem;
    overflow: hidden;
}
.bnr a {
    display: block;
    position: relative;
    width: 100%;
    height: 11rem;
    background: #fff url(https://img1.kakaku.k-img.com/images/article/tieup/23/05_huawei/bnr_sp.jpg) no-repeat center top;
    background-size: 100%;
    box-sizing: border-box;
}
.mainTitle .btn {
    margin-top: 2rem;
}
.btn a {
    display: block;
    position: relative;
    width: auto;
    height: 3.2rem;
    margin: 0 2rem;
    line-height: 3.2rem;
    border-radius: 1.8rem;
    background-color: #222;
    text-align: center;
    color: #fff;
    font-size: 1.0rem;
    font-weight: 700;
}
.btn .arrow {
    display: inline-block;
    margin-left: 1em;
}
.btn .arrow::before {
    content: "";
    display: block;
    position: relative;
    right: 0;
    width: .5em;
    height: .8em;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/05_huawei/arrow.svg) no-repeat center top;
    transition: .3s ease;
}
.bnr a .btn {
    display: none;
}
/*==============================================
 .lnav
============================================= */
.lnav {
    display: none;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    border-top: 1px solid #ddd;
    background-color: #fff;
    transition: .2s;
}
.paragraph.active {
    background-color: #f5f5f5;
}
.paragraph#article01 {
    margin-top: 3rem;
}
.paragraph#matome {
    border-bottom: 1px solid #ddd;
}
.spAccordion {
    display: none;
    padding: 0 2rem 2rem;
}
.paragraph p, .paragraph h2 {
    line-height: 2.0;
    letter-spacing: 0.07em;
    font-feature-settings: "palt"1;
}
.paragraph h2 {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 2rem 2rem 2rem 2.5rem;
}
.paragraph h2 > span {
    display: block;
    padding-left: 2.5rem;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.paragraph h2 .sub {
    display: inline-block;
    position: relative;
    color: #999;
    font-size: 1.2rem;
    font-weight: 500;
}
.paragraph h2 .sub::before,
.paragraph h2 .sub::after {
    position: relative;
    top: 1px;
    font-size: 1.4rem;
}
.paragraph h2 .sub::before {
    content: "{";
    padding-right: .5em;
}
.paragraph h2 .sub::after {
    content: "}";
    padding-left: .5em;
}
.paragraph h2 .title {
    display: block;
    line-height: 1.5;
    font-size: 1.6rem;
    font-weight: 700;
}
.paragraph h2 .note {
    display: block;
    margin-top: .5rem;
    font-size: .9rem;
}
.paragraph h2::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2rem;
    width: 1.8rem;
    height: 1.8rem;
    margin: auto 0;
    border-radius: 50%;
    background: #8ac2c6 url(https://img1.kakaku.k-img.com/images/article/tieup/23/05_huawei/arrow_bottom.svg) no-repeat 0 0;
    background-size: 100%;
    transform: rotate(0deg);
    transition: .2s;
}
.paragraph.active h2::after {
    background-color: #ccc;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.paragraph h3 {
    display: inline-block;
    margin-top: 3rem;
    background: linear-gradient(transparent 50%, #c9e8ea 50%);
    font-size: 1.4rem;
    font-weight: 700;
}
.paragraph h4 {
    line-height: 1.6;
    font-size: 1.2rem;
    font-weight: 700;
}
.paragraph p {
    margin-top: 3rem;
    font-size: 1.3rem;
    font-weight: 500;
}
.paragraphIn > p:first-child {
    margin-top: 1rem;
}
.paragraph p + p {
    margin-top: 1.5rem;
}
.paragraph h3 + p {
    margin-top: 1.5rem;
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    margin-top: 3rem;
}
h3 + .imgBox {
    margin-top: 1.5rem;
}
h2 + .imgBox,
.imgBox:first-child {
    margin-top: 1rem;
}
.imgBox a {
    display: block;
    width: 100%;
}
.imgBox img {
    width: 100%;
    height: auto;
}
.imgBox .cap {
    margin-top: 1.0rem;
    font-size: 1rem;
}
.imgBox .cap p {
    margin-top: 0;
    font-size: 1rem;
}
/*---- .two ----*/
.imgBox .two {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
}
.imgBox .two > a,
.imgBox .two div {
    width: calc(50% - .5rem);
}
.imgBox .two div img {
    width: 100%;
    height: auto;
}
.imgBox .two + .cap {
    width: 100%;
    margin: 1.0rem auto 0;
    padding-left: 0;
}
/*---- .monitoring01 ----*/
.imgBox .monitoring01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.imgBox .monitoring01 a {
    width: 30%;
    margin-top: 0;
}
.imgBox .monitoring01 a:nth-of-type(2) {
    margin: 0 5%;
}
.imgBox .monitoring01 + .cap {
    width: 100%;
    margin: 1.0rem auto 0;
    padding-left: 0;
}
/*---- .monitoring02 ----*/
.imgBox .monitoring02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.imgBox .monitoring02 a {
    width: 17%;
    margin-top: 0;
}
.imgBox .monitoring02 a:nth-of-type(1) {
    width: 56%;
}
.imgBox .monitoring02 a:nth-of-type(2) {
    margin: 0 5%;
}
.imgBox .monitoring02 + .cap {
    width: 100%;
    margin: 1.0rem auto 0;
    padding-left: 0;
}
/*==============================================
.productBox
============================================= */
.product {
    margin: 2rem 2rem 0;
    padding: 2rem;
    border-radius: 1.5rem;
    background-color: #fff;
}
.product h2 a {
    display: block;
    width: 100%;
    height: 16.8rem;
    margin: 0 auto;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/05_huawei/product_h2_sp.jpg) no-repeat center top;
    background-size: 100%;
    font-size: 0;
}
.product .btn {
    margin-top: 1rem;
}
.product .btn a {
    margin-left: 0;
    margin-right: 0;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    text-align: right;
    color: #090503;
    font-size: 0.85rem;
    padding: 1rem 2rem 0;
}