@charset "shift_jis";
/*==============================================
 common
============================================= */
.menu,
.forPc {
display:none;
}
#header {
border-bottom: #ededed solid 1px;
}
.copyRight { border-top: 1px solid #ededed; }
.pageTop {
width: 40px;
height: 40px;
right: 10px;
background-size: 40px;
border-radius: 50%;
}
img {
width: 100%;
height: auto;
}
.footerIn {
margin-top: 10px;
}
/*==============================================
 看板
============================================= */
#mainContents {
    font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
	letter-spacing: 0.08em;
    font-feature-settings: "palt" 1;
}
.mainTitleWrap {
padding: 125% 0 0;
margin: 0 auto;
background: #dbebf8 url(https://img1.kakaku.k-img.com/images/article/tieup/24/12_huawei/main_title.webp) no-repeat center top;
background-size: 100%;
text-indent: -999em;
font-size: 0;
}

/*==============================================
 .noto
============================================= */
/* regular */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Regular.woff);
    font-weight: normal;
}
/* medium */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Medium.woff);
    font-weight: 500;
}
/* bold */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Bold.woff);
    font-weight: 700;
}
.lead {
box-sizing: border-box;
font-size: 1.18rem;
line-height: 1.9;
padding: 0 30px;
}
.lead a {
color: #1d68e7;
text-decoration: underline;
font-weight: bold;
}
.sTxt {
display: block;
font-size: 0.9rem;
line-height: 1.6;
margin-top: 10px;
}
.sTxt li {
line-height: 1.4;
text-indent: -0.9rem;
margin-left: 0.9rem;
margin-bottom: 5px;
}

/*==============================================
 バナー
============================================= */
.bnr a { text-decoration: none; }
.topbnr {
padding: 20px 30px 37px;
margin: 10px 0 0;
}
.innerbnr {
background: #dbebf8;
margin-top: 30px;
padding: 25px 26px;
}
.innerbnr .bnr {
background-size: contain;
}

.topbnr img,
.innerbnr img {
width: 100%;
}

/*==============================================
 #mainContents
============================================= */
#mainContents02,
#mainContents {
	letter-spacing: 0.07em;
    font-feature-settings: "palt" 1;
}
/*----- 文字 -----*/
.paragraphB p,
.paragraph p {
color: #303030;
font-size: 1.3rem;
line-height: 1.8;
margin-top: 30px;
}
.paragraph p b {
color: #000;
    font-weight: bold;
}
.paragraphIn > p:first-child {
margin-top: 10px;
}
.paragraphB p + p,
.paragraph p + p {
margin-top: 20px;
}
.paragraphB .cap,
.paragraph .cap {
font-size: 1rem;
line-height: 1.7;
margin-top: 10px;
}

/*----　paragraph　----*/
.paragraph {
border-top: 1px solid #d1d1d1;
transition: background-color .2s, border-top-color .2s;
}
#matome .paragraphIn {
padding-bottom: 40px;
}
#matome p strong {
display: none;
}
.spAccordion {
display: none;
padding: 0;
}
.spAccordion-none {
padding: 0;
}
.paragraphIn {
padding: 0px 27px 10px;
}
.sTitle h3 {
font-size: 1.6rem;
font-weight: bold;
line-height: 1.5;
text-align: center;
margin-top: 45px;
}
.sTitle + p {
margin-top: 15px;
}

/*----- h2 -----*/
.paragraph h2 {
display: table;
position: relative;
font-weight: bold;
padding: 24px 30px 22px 27px;
}
.paragraph h2 em {
display: table-cell;
vertical-align: top;
width: 95px;
}
.paragraph h2 .forPc {
display: none;
}
.paragraph h2 span {
color: #1B1B1B;
display: table-cell;
padding: 0 23px 0 16px;
font-size: 1.3rem;
font-weight: bold;
line-height: 1.4;
-webkit-tap-highlight-color:rgba(0,0,0,0);
letter-spacing: 0.01em;
font-feature-settings: "palt" 1;
vertical-align: top;
}
.paragraph h2 span strong {
background-size: 60px;
color: #5f9fe3;
display: block;
font-size: 1.73rem;
margin-bottom: 0px;
padding-bottom: 5px;
}
.subTitle01 {
background: #0071d0;
box-sizing: border-box;
border-radius:  3px;
color: #fff;
display: inline-block;
font-size: 1.2rem;
font-weight: normal;
margin-right: 4px;
padding: 2px 6px;
}
.subTitle02 {
color: #0071d0;
font-size: 1.3rem;
}
.title01 {
display: block;
font-size: 1.55rem;
line-height: 1.4;
margin-top: 5px;
}
.paragraph h2:after {
content: "";
display: inline-block;
position: absolute;
top: 1px;
bottom: 0;
right: 20px;/*----　左からの矢印の位置　----*/
width: 8px;
height: 8px;
margin: auto;
-webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
transition: opacity .2s ease, -webkit-transform .2s ease;
transition: transform .2s ease, opacity .2s ease;
transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
vertical-align: middle;
border-bottom: 2px solid #5f9fe3;/*----　矢印の色　----*/
border-right: 2px solid #5f9fe3;/*----　矢印の色　----*/
}
.paragraph.active h2:after {
top: 3px;
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}

/*----- img -----*/
:is(.imgBox, .imgBox02, .logoLine, .imgBoxSp, .imgBox03, .imgBox04) {
margin-top: 40px;
}
a.imgRightB,
a.imgLeftS,
a.imgRightS,
:is(.imgRightS, .logoLine, .imgBox04) :is(a) {
display: block;
border: #D1D1D1 solid 1px;
margin-top: 15px;
padding: 20px 90px;
}

:is(.imgBoxB) :is(.cap) {
margin-top: 15px;
}
:is(.imgBox, .imgBox02, .logoLine, .imgBoxSp, .imgBox03, .imgBox04) :is(img) {
width: 100%;
}
.imgBox + .imgBox {
margin-top: 15px;
}
.imgCenter + .imgBox {
margin-top: 10px;
}
.imgBoxSp .imagesClear {
display: table;
}
.imgBoxSp .imagesClear a,
.imgBoxSp .imagesClear p {
display: table-cell;
vertical-align: top;
}
.imgBoxSp .imagesClear a {
width: 30%;
padding-right: 5px;
}
.imgBoxSp .imagesClear a + a {
width: 30%;
padding-left: 5px;
}
.imgBoxSp .imagesClear p {
box-sizing: border-box;
padding-left: 15px;
width: 30%;
}
.imgLine {
box-sizing: border-box;
border: #C9C9C9 solid 1px;
}

.imgBox a + a {
display: block;
margin-top: 10px;
}
.imagesClear {
overflow: hidden;
}

/*---- スライド ----*/
.slider {
	margin-top: 15px;
}

.phototTitle {
width: 100%;
margin: 40px auto 0;
}
.phototTitle strong {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/12_huawei/icon.gif) left top no-repeat;
background-size: 25px;
box-sizing: border-box;
font-size: 1.25rem;
padding: 3px 0 5px 33px;
}

/*==============================================
 .productBox
============================================= */
.productBox {
border-top: #d1d1d1 solid 1px;
background: #dbebf8;
box-sizing: border-box;
}
.productBoxIn {
background: #dbebf8;
box-sizing: border-box;
padding: 50px 30px 30px;
}
.productBoxIn img {
width: 100%;
}

/*==============================================
.releasedate
============================================= */
.releasedate {
background: #dbebf8;
	font-size: 0.85rem; 
	margin: 0;
padding: 0px 29px 50px;
}