@charset "shift_jis";
/*==============================================
common
============================================= */
.forSp {
display: none;
}
#header {
border-bottom: #ededed solid 1px;
}
.headerIn,
.footerIn {
width: 930px;
margin: 0 auto;
}
.copyRight { border-top: 1px solid #ededed; }
#footer { margin-top: 10px; }
.pageTop { border-radius: 50%; }

/*==============================================
看板
============================================= */
.mainTitleWrap {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/11_huawei/title.jpg) center top no-repeat;
padding-top: 590px;
}
h1 {
text-indent: -999em;
font-size: 0;
z-index: 1;
}
.lead {
font-size: 15px;
line-height: 27px;
width: 930px;
margin: 0 auto 65px;
}
.lead a {
transition: .2s;
}
.lead a:link,
.lead a:visited {
color: #006dd3;
font-weight: bold;
text-decoration: underline;
}
.lead a:hover,
.lead a:active {
color: #54a5f1;
}
.sTxt {
color: #4c4c4c;
display: block;
font-size: 11px;
line-height: 1.2;
padding-top: 25px;
}
.sTxt + .sTxt {
padding-top: 7px;
}

.menu {
background: #f7f7f7;
box-sizing: border-box;
width: 930px;
margin: 0 auto 120px;
padding: 40px 0 25px;
}
.menu ul {
background-position: left top;
box-sizing: border-box;
width: 910px;
margin: 0 auto;
}
.menu li {
box-sizing: border-box;
border-right: #dedede solid 1px;
display: inline-block;
width: 25%;
height: 130px;
font-size: 13px;
line-height: 22px;
padding: 0 28px 0;
vertical-align: top;
}
.menu li:nth-last-of-type(1) {
border-right: 0;
}
.menu li b {
display: block;
font-size: 15px;
margin-bottom: 8px;
}
.menu a {
color: #333333;
box-sizing: border-box;
transition: .2s;
}
.menu a:hover {
	color: #9a9a9a;
}

/*==============================================
bnr
============================================= */
.topbnr {
box-sizing: border-box;
width: 858px;
margin: -180px auto 85px;
text-align: right;
}
.topbnr a {
    background: #000 url(https://img1.kakaku.k-img.com/images/article/tieup/21/11_huawei/top_arrow.png) no-repeat;
	background-position: top 18px right 15px;
    box-sizing: border-box;
    color: #fff;
	display: block;
	width: 492px;
	height: 59px;
	line-height: 63px;
	border-radius: 120px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
    transition: .2s;
margin: 0 0 0 auto;}
.bntTxt {
padding-top: 28px;
}
.topbnr a:hover {
    background-color: #ad0824;
}

.innerbnr {
width: 930px;
margin: 80px auto 130px;
}
.innerbnr a {
    background: #202020 url(https://img1.kakaku.k-img.com/images/article/tieup/21/11_huawei/inn_bnr.png) no-repeat;
display: block;
border-radius: 3px;
box-sizing: border-box;
width: 930px;
height: 158px;
    transition: .3s;
}
.innerbnr a:hover {
    background-color: #ad0824;
}
.innerbnr a span {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/11_huawei/inn_arrow.png) no-repeat;
		background-position: top 5px right 18px;
display: inline-block;
width: 384px;
font-size: 15px;
font-weight: bold;
text-align: center;
position: relative;
top: 98px;
left: 500px;
}
.innerbnr .forSp {
display: none;
}

/*==============================================
#mainContents
============================================= */
.paragraphIn {
width: 930px;
margin: 0 auto;
}
.paragraph p {
    font-size: 16px;
    line-height: 2.1;
	margin-top: 50px;
}
p.cap {
    font-size: 14px;
    line-height: 1.8;
	margin-top: 0;
}
p.sTxt {
font-size: 12px;
line-height: 1.5;
margin-top: 20px;
}
.sTitle {
margin: 80px 0 -19px;
}
.sTitle h3 {
box-sizing: border-box;
font-size: 23px;
line-height: 1.6;
font-weight: bold;
}
.paragraph h2 span {
border-top: #ad0824 solid 3px;
color: #141414;
display: block;
width: 930px;
font-size: 32px;
font-weight: bold;
line-height: 45px;
margin: 0 auto;
padding-top: 75px;
}
.paragraph h2 span b {
color: #ad0824;
display: block;
font-size: 23px;
margin-bottom: 15px;
}

/*---- img ----*/
.imgBox {
width: 100%;
margin: 60px auto 0;
}
.imgBox .imagesClear a {
display: block;
width: 49%;
float: left;
}
.imgBox .imagesClear a  + a  {
margin-left: 10px;
}
.imgBox .imagesClear p {
width: 49%;
float: right;
margin-top: 0px;
}
.imgBox .imagesClear strong {
display: inline-block;
font-size: 17px;
margin-bottom: 7px;
padding: 1px 0 0;
}
.imgBoxSp p,
.imgBox a + p,
.imgBox .imagesClear + p {
margin-top: 15px;
}
.imgBoxB img,
.imgBoxSp img,
.imgBox img {
width: 100%;
}
.imgBoxB a,
.imgBoxSp a,
.imgBox a {
cursor: zoom-in;
}
.imagesClear {
overflow: hidden;
}

.imgBoxSp {
width: 810px;
margin: 10px auto 0;
}
.imgBoxSp a {
display: block;
width: 32%;
float: left;
}
.imgSp {
margin: 0 8px;
}
.photoTitle {
width: 810px;
margin: 70px auto 0;
}
.photoTitle strong {
font-size: 18px;
}
.photoTitle + .imgBox {
margin-top: 10px;
}

.imgBoxB {
width: 100%;
margin: 70px auto -120px;
}
.imgBoxB strong {
display: block;
font-size: 18px;
margin-bottom: 10px;
}
.imgBoxB p {
font-size: 13px;
line-height: 23px;
width: 360px;
margin: 0px 0 0 auto;
position: relative;
top: -230px;
right: 30px;
}


/*==============================================
#matome .productBox
============================================= */
#matome a {
transition: .2s;
}
#matome a:link,
#matome a:visited {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/11_huawei/icon_out_side.gif) center right no-repeat;
color: #006dd3;
font-weight: bold;
text-decoration: underline;
padding-right: 20px;
}
#matome a:hover,
#matome a:active {
color: #54a5f1;
}

/*----　product　----*/
.productBox {
background: #f1f1f1;
box-sizing: border-box;
width: 930px;
margin: 100px auto 0;
padding: 50px 50px 30px;
}
.productBox strong {
display: block;
text-align: center;
font-size: 16px;
padding-bottom: 30px;
}
.productBox a {
background: #fff;
box-sizing: border-box;
border-radius: 5px;
display: block;
overflow: hidden;
margin-bottom: 30px;
padding: 15px 50px;
}
.productBox .img {
float: left;
vertical-align: top;
width: 257px;
}
.productBox .img img {
width: 100%;
}
.productBox .info01 {
width: 415px;
float: right;
vertical-align: top;
padding-top: 35px;
}
.productBox .info {
width: 415px;
float: right;
vertical-align: top;
padding-top: 22px;
}
.catch {
color: #ad0824;
font-size: 16px;
font-weight: bold;
line-height: 23px;
margin-bottom: 15px;
}
.name {
font-size: 33px;
font-weight: bold;
}
.name02 {
font-size: 29px;
font-weight: bold;
}
.productBox a .btn span {
    background: #000 url(https://img1.kakaku.k-img.com/images/article/tieup/21/11_huawei/inn_arrow_over.png) no-repeat;
	background-position: top 18px right 13px;
    box-sizing: border-box;
    color: #fff;
	display: block;
	width: 418px;
	height: 49px;
	line-height: 50px;
	border-radius: 120px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
    transition: .2s;
margin: 12px 0 0;
}
.bntTxt {
padding-top: 28px;
}
.productBox a .btn span:hover {
    background-color: #ad0824;
}


/*==============================================
.releasedate
============================================= */
.releasedate {
font-size: 11px; 
color: #333;
width: 930px; 
margin: 0 auto; 
text-align: right;
padding: 50px 0 20px;
}

/*==============================================
アンケート
============================================= */

/*----　カラー変更　----*/
.questionnaire {
color: #2e2e2e;
}
.question .select .arrow {
border-color: #2e2e2e transparent transparent transparent;
}
.questionnaireInner h2,
.btnSend a {
background-color: #0a7bc3;
}
.btnSend a:hover {
background-color: #04619d;
}
.questionnaireInner h3 .q {
color: #1b75bc;
}
.question input[type=radio]:checked ~ .radio::before {
background-color: #1b75bc;
}
.question ul li:hover .radio, .question input[type=radio]:checked ~ .radio, .question ul li:hover .check, .question input[type=checkbox]:checked ~ .check, .question input[type=checkbox]:checked ~ .check::before, .question .select select:hover, .question .select select:focus, .question textarea:hover, .question textarea:focus, .question input:hover, .question input:focus {
border-color: #1b75bc !important;
}

/*----　文字強調　----*/
.questionnaire .marker {
	background:linear-gradient(transparent 70%, #c2dff7 70%);}

/*----　ベースデザイン　----*/
.questionnaire {
border-top: #fff solid 1px;
padding: 100px 0;
background-color: #f2f2f2;
letter-spacing: 0.1em;
font-feature-settings: "palt"1;
margin-top: 100px;
}
.questionnaireInner {
width: 930px;
margin: 0 auto;
padding-bottom: 60px;
background-color: #fff;
border-radius: 6px;
box-sizing: border-box;
}
.questionnaireInner h2 {
padding: 25px 30px 25px;
border-radius: 6px 6px 0 0;
color: #fff;
font-size: 20px;
font-weight: bold;
}
.questionnaireInner h3 {
line-height: 1.8;
font-size: 16px;
font-weight: bold;
}
.questionnaireInner h3 .q {
margin-right: 10px;
font-size: 24px;
}
.questionnaireInner h3 .required {
margin-left: 10px;
color: #e20000;
}
.question {
padding: 40px 80px 0;
}
.question:first-child {
padding-top: 50px;
}
.question ul {
list-style: none;
margin-top: 20px;
overflow: auto;
}
.question ul li {
display: block;
position: relative;
float: left;
width: 100%;
}
.question ul li label {
display: block;
position: relative;
font-weight: 300;
font-size: 16px;
padding: 0 0 0 53px;
margin: 10px auto;
z-index: 9;
cursor: pointer;
-webkit-transition: all .2s linear;
}

/* radio */
.question ul li input[type=radio] {
position: absolute;
visibility: hidden;
}
.question ul li .radio {
display: block;
position: absolute;
border: 3px solid #cccccc;
border-radius: 100%;
height: 16px;
width: 16px;
top: 6px;
left: 20px;
z-index: 5;
transition: border .2s linear;
-webkit-transition: border .2s linear;
}
.question ul li:hover .radio {
border: 3px solid;
}
.question ul li .radio::before {
display: block;
position: absolute;
content: '';
border-radius: 100%;
height: 6px;
width: 6px;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
transition: background .2s linear;
-webkit-transition: background .2s linear;
}
.question input[type=radio]:checked ~ .radio {
border: 3px solid;
}

/* checkbox */
.question ul li input[type=checkbox] {
position: absolute;
visibility: hidden;
}
.question ul li .check {
display: block;
position: absolute;
border: 3px solid #cccccc;
border-radius: 6px;
height: 16px;
width: 16px;
top: 4px;
left: 20px;
z-index: 5;
transition: border .2s linear;
-webkit-transition: border .2s linear;
}
.question ul li:hover .check {
border: 3px solid;
}
.question ul li .check::before {
display: block;
position: absolute;
content: '';
height: 6px;
width: 3px;
top: -3px;
bottom: 0;
left: 0;
right: 1px;
margin: auto;
border-bottom: 2px solid #fff;
border-right: 2px solid #fff;
transition: border .2s linear;
-webkit-transition: border .2s linear;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);

}
.question input[type=checkbox]:checked ~ .check {
border: 3px solid;
}
.question input[type=checkbox]:checked ~ .check::before {
border-bottom: 2px solid;
border-right: 2px solid;
}

/* select */
.question .select {
display: inline-block;
position: relative;
margin: 20px 0 0 20px;
}
.question .select select {
display: inline-block;
width: 100%;
cursor: pointer;
padding: 5px 35px 5px 15px;
outline: 0;
border: 1px solid #cccccc;
border-radius: 6px;
font-size: 16px;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
transition: border .2s linear;
}
.question .select .arrow {
position: absolute;
top: 14px;
right: 15px;
width: 0;
height: 0;
pointer-events: none;
border-style: solid;
border-width: 8px 5px 0 5px;
}
.question .select select:hover,
.question .select select:focus {
border: 1px solid;
}

/* textarea */
.question textarea {
width: 80%;
height: 150px;
margin: 20px 0 0 20px;
padding: 6px 10px;
border: 1px solid #cccccc;
border-radius: 6px;
font-size: 16px;
outline: 0;
transition: border .2s linear;
}
.question textarea:hover,
.question textarea:focus {
border: 1px solid;
}

/* input */
.question input {
width: 80%;
margin: 20px 0 0 20px;
padding: 6px 10px;
border: 1px solid #cccccc;
border-radius: 6px;
font-size: 16px;
outline: 0;
transition: border .2s linear;
}
.question input:hover,
.question input:focus {
border: 1px solid;
}
.question ul li.text label {
display: inline-block;
}
.question ul li.text input {
width: 20%;
margin: 0 0 0 10px;
}

/* .btnSend */
.btnSend {
margin-top: 60px;
text-align: center;
}
.btnSend a {
display: inline-block;
padding: 15px 100px;
border-radius: 6px;
text-align: center;
font-size: 16px;
color: #fff;
transition: background-color .2s linear;
}

/* .thanks */
.thanks {
margin-top: 80px;
margin-bottom: 20px;
text-align: center;
font-size: 20px;
}
