@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: #f4f4f4;
    color: #222;
	letter-spacing: 0.08em;
    font-feature-settings: "palt" 1;
}
sup {
    font-size: 50%;
    vertical-align: top;
    position: relative;
    top: 0.4em;
}
#mainContents em {
    background-color: rgba(188,223,237,1);
    font-style: normal;
}
#mainContents .note {
    margin-top: 1rem;
    line-height: 1.8;
    font-size: .8rem;
}
.pc {
    display: none;
}
#mainContents p a {
    color: #008662 !important;
    text-decoration: underline;
}
/*==============================================
 看板
============================================= */
.mainTitleWrap {
    padding-bottom: 3rem;
}
.mainTitle {
}
.mainTitle h1 {
    padding-top: 124%;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/10_huawei/sp_h1.jpg) no-repeat center top;
    background-size: 100%;
    font-size: 0;
}
.mainTitle .btnWrap {
    margin: 0 2rem;
}
.lead {
    line-height: 2.0;
    margin: 2rem 2rem 0;
    font-size: 1.2rem;
}
/*==============================================
 .btn
============================================= */
.btn {
    position: relative;
    text-align: center;
    background-color: #008662;
}
a.btn, a.btn:visited, a.btn:hover,
a .btn, a .btn:visited, a .btn:hover {
    display: block;
    color: #fff;
    font-weight: bold;
}
.btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.btn span {
    position: relative;
    z-index: 1;
}
.btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}
/* .mainTitle & .bnrInr */
.mainTitle .btn,
.paragraph .btn {
    margin: 0 auto;
}
/* .mainTitle */
.mainTitle .btn {
    margin: 0 auto 0;
    width: 100%;
    height: 3.6rem;
    line-height: 3.6rem;
    border-radius: 1.8rem;
    font-size: 1.1rem;
}
.mainTitle .btn::after {
    right: 1.5rem;
    width: .5rem;
    height: .5rem;
}
/* .bnr */
.paragraph .bnr {
    margin: 0 -2rem 0;
}
.paragraph .bnr a {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 54%;
    border-top: 1px solid #f1f1f1;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/10_huawei/sp_bnr.jpg) no-repeat center top;
    background-size: 100%;
}
.paragraph .btn {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    width: calc(100% - 9rem);
    height: 3.2rem;
    line-height: 3.2rem;
    margin: 0 auto;
    border-radius: 1.6rem;
    font-size: .9rem;
}
.paragraph .btn::after {
    right: 1.5rem;
    width: .4rem;
    height: .4rem;
}
/* .productBox */
.productBox .btn {
    width: 100%;
    height: 3.6rem;
    line-height: 3.6rem;
    border-radius: 1.8rem;
    font-size: 1.1rem;
}
.productBox .btn::after {
    right: 1.5rem;
    width: .4rem;
    height: .4rem;
}
/*==============================================
 .lnav
============================================= */
.lnav {
    display: none;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    border-top: 1px solid #ddd;
    transition: .2s;
    background-color: #f4f4f4;
}
.paragraph.active {
     /*background-color: #fff;*/
}
.spAccordion {
    display: none;
    padding: 0 2rem;
}
.paragraphIn {
    padding-bottom: 3rem;
}
.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: 2.3rem 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;
    line-height: 1;
    padding: .6em 1.2em;
    border: 1px solid #008662;
    border-radius: 1.3em;
    color: #008662;
    font-size: 1.0rem;
    font-weight: bold;
}
.paragraph h2 .title {
    display: block;
    line-height: 1.5;
    margin-top: 1.0rem;
    font-size: 1.8rem;
    font-weight: bold;
}
.paragraph h2:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2rem;
    width: 1.6rem;
    height: 1.6rem;
    margin: auto;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/10_huawei/contents.svg) no-repeat center top;
    transition: .2s;
}
.paragraph.active h2:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.paragraph .paragraphIn > h3 {
    display: inline-block;
    position: relative;
    line-height: 1.6;
    margin-top: 4rem;
    padding-left: 1.8em;
    font-size: 1.3rem;
    font-weight: bold;
}
.paragraph .paragraphIn > h3::before {
    position: absolute;
    display: block;
    content: "";
    top: .5em;
    left: 0;
    width: 1em;
    height: 3px;
    background-color: #008662;
}
.paragraph .paragraphIn > h3:first-of-type {
    margin-top: 0;
}
.paragraph h4 {
    margin: 3rem 2rem 0;
    text-align: left;
    font-size: 1.2rem;
    font-weight: bold; 
}
.paragraph p {
    margin-top: 3rem;
    font-size: 1.2rem;
    font-weight: 500;
}
.paragraphIn > p:first-child {
    margin-top: 0;
}
.paragraph p + p {
    margin-top: 1.5rem;
}
.paragraph h3 + p {
    margin-top: 2rem;
}
.paragraph h3 + .imgBox,
.paragraph h4 + .imgBox {
    margin-top: 1.5rem;
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    margin: 3rem 2rem 0;
}
.imgBox:first-child {
    margin-top: 0;
}
.imgBox.full {
     width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.imgBox h4 {
    width: auto;
    margin-bottom: 1.5rem;
}
.imgBox div + div {
    margin-top: 1rem;
}
.imgBox a {
    display: block;
    width: 100%;
}
.imgBox img,
.imgBox video,
.imgBox iframe {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.imgBox .cap {
    margin-top: 1.0rem;
    font-size: 1rem;
}
.imgBox .cap .raw {
    display: block;
    margin-top: .5rem;
    font-weight: bold;
}
.imgBox .cap .raw a {
    cursor: pointer;
}
.imgBox .cap p {
    margin-top: 0;
    font-size: 1rem;
}
/*---- .one ----*/
.imgBox.clock .one {
    width: 14.3rem;
    margin: 0 auto;
}
.imgBox.apps .one {
    width: 13.0rem;
    margin: 0 auto;
}
/*---- .two ----*/
.imgBox .two div,
.imgBox .two a + a {
    margin-top: 2.0rem;
}
.imgBox .two .capt {
}
.imgBox .two .capt a {
    width: 60%;
    margin: 0 auto;
}
.imgBox .two .capt a + a {
    margin-top: 2.0rem;
}
/*==============================================
.productBox
============================================= */
.productBox {
}
.productBox h2 {
    height: 5rem;
    margin-top: 2rem;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/10_huawei/logo_b.svg) no-repeat center top;
    font-size: 0;
}
.productBox a {
    display: block;
    padding: 12rem 2rem 2rem;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/10_huawei/sp_product_bg.jpg) no-repeat center top;
    background-size: cover;
}
.productBox h2 {
    display: none;
}
.productBox .btn {
    margin-top: 1rem;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    margin: 0 2rem;
    text-align: left;
    font-size: 0.85rem;
    padding: 1rem 0 0;
}