@charset "shift_jis";
/*==============================================
common
============================================= */
html {
	overflow: auto;
}
body {
	overflow: hidden;
	min-width: 1000px;
}
#header {
    border-bottom: #ededed solid 1px;
}
.headerIn, .footerIn {
    width: 1000px;
    margin: 0 auto;
}
.copyRight {
    margin-top: 10px;
    border-top: 1px solid #ededed;
}
#footer {
    padding-top: 10px;
    background-color: #fff;
}
.copyRightIn {
    width: 1000px;
}
#mainContents {
    background-color: #f5f5f5;
    font-family: "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "Arial", sans-serif;
    color: #222;
	letter-spacing: 0.10em;
    font-feature-settings: "palt" 1;
}
.pageTop {
    border-radius: 50%;
}
sup {
    font-size: 50%;
    vertical-align: top;
    position: relative;
    top: 0.4em;
}
#mainContents p a {
    border-bottom: 1px solid rgba(138,194,198,1);
    color: #8ac2c6;
    font-weight: 700;
    transition: .3s ease;
}
#mainContents p a:hover {
    border-bottom: 1px solid rgba(138,194,198,0);
}
ul.note {
    line-height: 1.8;
    margin-top: 20px; 
}
ul.note li {
    padding-left: 3em;
    line-height: 1.8;
    font-size: 12px;
    font-weight: 500;
}
ul.note li span {
    display: inline-block;
    width: 3em;
    margin-left: -3em;
}
ul.note li + li {
    margin-top: 10px;
}
.sp {
    display: none;
}
/*==============================================
 看板
============================================= */
.mainTitleWrap {
    padding-top: 50px;
}
.mainTitle {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}
.mainTitle h1 {
    display: block;
    width: 1000px;
    height: 611px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/05_huawei/h1.jpg) no-repeat center top;
    font-size: 0;
}
.mainTitle ul.note {
    padding: 0 85px;
}
/*---- .lead ----*/
.lead {
    line-height: 2.0;
    font-size: 17px;
    width: 1000px;
    margin: 60px auto 0;
    padding: 0 85px;
    font-weight: 500;
    box-sizing: border-box;
}
/*==============================================
 .bnr
============================================= */
.bnr {
    width: 1000px;
    margin: 100px auto 0;
}
.bnr a {
    display: block;
    position: relative;
    width: 1000px;
    height: 200px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/05_huawei/bnr.jpg) no-repeat 0 0;
    box-sizing: border-box;
}
.mainTitle .btn {
    margin-top: 40px;
}
.btn a,
.bnr a .btn {
    display: block;
    width: 660px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    border-radius: 30px;
    background-color: #222;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    box-sizing: border-box;
    transition: .3s ease;
}
.btn .arrow {
    display: inline-block;
    margin-left: 1em;
}
.btn .arrow::before {
    content: "";
    display: block;
    position: relative;
    right: 0;
    width: 8px;
    height: 12px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/05_huawei/arrow.svg) no-repeat center top;
    transition: .3s ease;
}
.btn a:hover {
    background-color: #8ac2c6;
}
.btn a:hover .arrow::before {
    right: -.3em;
}
.bnr a .btn {
    position: absolute;
    right: 85px;
    bottom: 30px;
    width: 405px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
.bnr a .btn .arrow::before {
    width: 6px;
    height: 10px;
}
.bnr a:hover .btn {
    background-color: #8ac2c6;
}
.bnr a:hover .btn .arrow::before {
    right: -.3em;
}
/*==============================================
 .lnav
============================================= */
.lnav {
    display: flex;
    align-items: center;
    width: 1000px;
    margin: 100px auto 0;
    padding: 50px 85px;
    border-radius: 30px;
    background-color: #fff;
    box-sizing: border-box;
}
.lnav .index {
    display: flex;
    align-items: center;
    width: 160px;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0;
}
.lnav .index img {
    margin: 0 auto;
}
.lnav ul {
    width: 660px;
}
.lnav ul li + li {
    margin-top: 10px;
}
.lnav ul li span {
    display: inline-block;
    width: 6.0em;
}
.lnav ul li a {
    display: block;
    position: relative;
    padding-left: 2.5em;
    line-height: 1.8;
    font-size: 15px;
    font-weight: 700;
    box-sizing: border-box;
    transition: .2s;
}
.lnav ul li a::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #222 url(https://img1.kakaku.k-img.com/images/article/tieup/23/05_huawei/arrow_bottom.svg) no-repeat center center;
    transition: .2s;
}
.lnav ul li a:hover {
    color: #8ac2c6;
}
.lnav ul li a:hover::before {
    background-color: #8ac2c6;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    padding-top: 100px;
}
.paragraphIn {
    width: 830px;
    margin: 0 auto;
}
.paragraph h2 {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 0 85px;
    text-align: left;
    box-sizing: border-box;
}
.paragraph h2 .sub {
    display: block;
    position: relative;
    text-align: center;
    color: #999;
    font-size: 24px;
    font-weight: 500;
}
.paragraph h2 .sub::before,
.paragraph h2 .sub::after {
    position: relative;
    top: 3px;
    font-size: 32px;
}
.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;
    margin-top: 20px;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
}
.paragraph h2 .note {
    display: block;
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
}
.paragraph h3 {
    display: inline-block;
    margin-top: 80px;
    background: linear-gradient(transparent 50%, #c9e8ea 50%);
    font-size: 24px;
    font-weight: 700;
}
.paragraph h4 {
    margin-bottom: 10px;
    line-height: 1.5;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
}
.paragraph p {
    line-height: 2.0;
    margin: 60px auto 0;
    text-align: left;
    font-size: 17px;
    font-weight: 500;
}
.paragraph h3 + p {
    margin-top: 30px;
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
}
.imgBox div {
    width: 575px;
}
.imgBox div + div {
    margin-top: 20px;
}
.imgBox a {
    cursor: zoom-in;
}
.imgBox img {
    width: 100%;
}
.imgBox .cap {
    line-height: 2.0;
    width: 235px;
    margin: 0;
    font-size: 14px;
}
.imgBox .cap p {
    margin-top: 0;
    font-size: 14px;
}
/* .half */
.imgBox.half div {
    width: 405px;
}
.imgBox.half .cap {
    width: 405px;
}
/* .one */
.imgBox .one {
    width: 830px;
}
.imgBox .one a {
}
.imgBox .one + .cap {
    width: 830px;
    margin: 20px auto 0;
    padding-left: 0;
}
/* .two */
.imgBox .two {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 830px;
}
.imgBox .two a,
.imgBox .two div {
    width: 405px;
    margin-top: 0;
}
.imgBox .two + .cap {
    width: 830px;
    margin: 20px auto 0;
    padding-left: 0;
}
/* .monitoring01 */
.imgBox .monitoring01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.imgBox .monitoring01 a {
    display: inline-block;
    width: 178px;  
}
/* .monitoring02 */
.imgBox .monitoring02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 830px;
}
.imgBox .monitoring02 a {
    display: inline-block;
    width: 150px;  
}
.imgBox .monitoring02 a:first-child {
    width: 490px;
}
.imgBox .monitoring02 + .cap {
    width: 830px;
    margin: 20px auto 0;
    padding-left: 0;
}
/*==============================================
.productBox
============================================= */
.product {
    width: 1000px;
    margin: 100px auto 0;
    padding: 80px 0;
    border-radius: 30px;
    background-color: #fff;
}
.product h2 a {
    display: block;
    width: 574px;
    height: 390px;
    margin: 0 auto;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/05_huawei/product_h2.jpg) no-repeat center top;
    font-size: 0;
}
.product .btn {
    margin-top: 30px;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    font-size: 11px;
    width: 830px;
    margin: 20px auto 100px;
    text-align: right;
    color: #222;
}
.questionnaire {
    border-top: 1px solid #ddd;
    background-color: #f5f5f5;
}
.questionnaireInner {
    width: 830px;
}