@charset "shift_jis";

/*==============================================
 common
============================================= */
.menu {
	display:none;
}
img {
	display: block;
	width: 100%;
}

#header {
	border-bottom: #ededed solid 1px;
}
#footer {
	margin-top: 1rem;
}
.copyRight {
	border-top: 1px solid #ededed;
}
.pageTop {
	width: 40px;
	height: 40px;
	right: 10px;
	background-size: 40px;
	border-radius: 50%;
}

em {
	font-style: normal;
}

.releasedate {
	font-size: 0.85rem; 
	color: #333;
	padding: 2rem 0;
}


/*==============================================
 看板
============================================= */
.titleWrap {
	background: #ededf2;
	padding-bottom: 2rem;
}
.mainTitle {
	padding-top: 68.96%;
	margin: 0 auto;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/03_huawei/sp_mainimg.jpg) no-repeat center top;
	background-size: 100%;
}
h1 {
	text-indent: -999em;
	font-size: 0;
}
.mainTitle p.note {
	font-size: .7rem;
	line-height: 1.4;
	margin: -2rem auto 0;
	padding: 0 1.5rem;
}

.lead {
	font-size: 1.2rem;
	line-height: 1.8;
	margin: 1.5rem auto 0;
	padding: 0 1.5rem;
}
.lead a {
	font-weight: bold;
	color: #53526f;
	text-decoration: underline;
}


/*==============================================
 バナー
============================================= */
 a.topbnr {
	display:block;
	width: 90%;
	background: #3e3d53;
	border-radius: 4rem;
	font-size: 1.1rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.1;
	text-align: center;
	margin: 1.5rem auto 0;
	padding: 1.4rem 1.5rem 1.2rem;
	position: relative;
	box-sizing: border-box;
}
a.topbnr:after {
	content: "";
	display: block;
	width: 12px;
	height: 20px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/03_huawei/arrow.png) no-repeat 0 0;
	background-size: 12px;
	position: absolute;
	top: 50%;
	right: 1.2rem;
	margin-top: -10px;
}

.innerbnr a {
	display: block;
	width: 100%;
	height: 0;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/03_huawei/sp_innerbnr.jpg) no-repeat 0 0;
	background-size: 100%;
	padding-top: 48.52%;
}
.innerbnr a * {
	text-indent: -999em !important;
	font-size: 0 !important;
	line-height: 0 !important;
	margin: 0 !important;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph p {
	font-size: 1.4rem;
	line-height: 1.8;
	margin-top: 2.5rem;
}
.paragraphIn > p:first-child {
	margin-top: 1rem;
}
.paragraph p.note {
	font-size: .9rem;
	margin-top: 1.5rem;
}
.paragraph .cap {
	font-size: 1.1em;
	line-height: 1.6;
	margin-top: 1rem !important;
}


.paragraph {
	border-top: 1px solid #d6d4de;
	transition: background-color .2s, border-top-color .2s;
}
#article04 {
	border-bottom: 1px solid #d6d4de;
}

.spAccordion {
	display: none;
	padding: 0 1.2rem 2rem;
}
.paragraph h2 {
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: bold;
	padding: 1.7rem 1.5rem 1.4rem 2.2rem;
	position: relative;
}
.paragraph h2 span {
	display: block;
	padding-left: 26px;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.paragraph h2:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 1px;
	bottom: 0;
	left: 20px;
	width: 8px;
	height: 8px;
	margin: auto;
	transition: transform .2s ease, opacity .2s ease;
	transform: rotate(45deg);
	vertical-align: middle;
	border-bottom: 4px solid #d6d6d6;
	border-right: 4px solid #d6d6d6;
}
.paragraph.active h2:after {
	top: 3px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.paragraph h2 em {
	display: block;
	font-size: 1.2rem;
	color: #58567c;
	margin-bottom: .5rem;
}
.paragraph h3 {
	border-left: .8rem solid #e7e6eb;
	font-size: 1.7rem;
	line-height: 1.5;
	font-weight: bold;
	margin: 3rem auto 0;
	padding: .6rem 0 .3rem 1rem;
}
.paragraph h2 br,
.paragraph h3 br {
	display: none;
}

.gallery {
	margin: 2.5rem auto 0;
}
.gallery div {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.gallery a {
	display: block;
	width: 48%;
	border: 1px solid #e2e4f0;
	border-radius: 1.2rem;
	overflow: hidden;
}
.gallery a:nth-child(n+3) {
	margin-top: 1rem;
}
.gallery a img {
	width: 100%;
}


/*==============================================
 画像
============================================= */
.imgBox {
	margin: 2.5rem auto;
}
.imgBox a {
	display: block;
}
.imgBox a + a {
	margin-top: 1rem;
}
.w822 a + a img {
	display: block;
	width: 40%;
	margin: auto;
}

/*----- 動画 -----*/
.movBox {
	margin: 2.5rem auto;
}
.movBox .mov video {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.mov .movTxt {
	font-size: 13px;
	line-height: 1.5;
}
.movBox strong {
	display: block;
	font-size: 1.4rem;
	color: #111;
	margin-bottom: 1rem;
	padding-left: 1.5rem;
	position: relative;
}
.movBox strong:before {
	content: "";
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/03_huawei/mov_icon.png) no-repeat 0 0;
	background-size: 1.5rem;
	position: absolute;
	top: 0.2rem;
	left: 0;
}



/*==============================================
 製品紹介
============================================= */
.productBox {
	background: linear-gradient(to right, #eff0f5, #d8dae6);
	padding: 3rem 1.5rem 1rem;
}
.productBox a {
	display: block;
	background: #fff;
	border-radius: 2rem;
	padding: 2.8rem 2rem;
}
.productBox a dl {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/03_huawei/sp_itemimg.png) no-repeat center 0;
	background-size: 70%;
	padding-top: 75%;
}
.productBox a dt {
	font-size: 2.5rem;
	text-align: center;
	margin-top: .8rem;
}
.productBox a dt strong {
	display: block;
	font-size: 4rem;
	margin-bottom: .5rem;
}
.productBox a dd {
	background: #3e3d53;
	border-radius: 4rem;
	font-size: 1.1rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.1;
	text-align: center;
	margin: 1.2rem auto 0;
	padding: 1.4rem 1rem 1.2rem;
	position: relative;
}
.productBox a dd:after {
	content: "";
	display: block;
	width: 12px;
	height: 20px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/03_huawei/arrow.png) no-repeat 0 0;
	background-size: 12px;
	position: absolute;
	top: 50%;
	right: 1.2rem;
	margin-top: -10px;
}



/*----- .scroll -----*/
.scroll {
	overflow: auto;
	padding-bottom: 10px;
}
.scroll::-webkit-scrollbar{
	height: 5px;
}
.scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}



.forPC {
	display:none;
}


