@charset "shift_jis";
/*==============================================
 common
============================================= */
#header {
	border-bottom: #ededed solid 1px;
}
.headerIn,
.footerIn {
	width: 1140px;
	margin: 0 auto;
}
.copyRight { border-top: 1px solid #ededed; }
#footer { margin-top: 20px; }
.pageTop { border-radius: 50%; }

em {
	font-style: normal;
}

.releasedate {
	width: 1000px; 
	font-size: 11px; 
	color: #333;
	text-align: right;
	margin: 50px auto; 
}


#mainContents {
	background: #eee;
	color: #000;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	letter-spacing: 0.10em;
	font-feature-settings: "palt"1;
	border-bottom: 1px solid #ededed;
}
#contents {
	width: 1140px;
	background: #fff;
	margin: 0 auto;
	padding-bottom: 100px;
}

/* noto --------------------*/
@font-face {
    font-family: 'noto-light';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Light.woff);
}
@font-face {
    font-family: 'noto-bold';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Bold.woff);
}


/*==============================================
 看板
============================================= */
.mainTitle {
	padding-top: 70px;
}
h1 {
	width: 1000px;
	height: 193px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/08_noteepower_3/maintitle.png) no-repeat center top;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
	margin: auto;
}
.catch {
	width: 1140px;
	height: 524px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/08_noteepower_3/mainCatch.jpg) no-repeat center top;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
}
.lead {
	width: 1000px;
	font-size: 18px;
	line-height: 2;
	margin: 65px auto 0;
}
.lead a {
	color: #008cd5;
	text-decoration: underline;
}
.lead a:hover {
	text-decoration: none;
}


/*==============================================
 バナー
============================================= */
.bnr {
	display: block;
	width: 1000px;
	height: 180px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/08_noteepower_3/innerbnr.jpg) no-repeat 0 0;
	position: relative;
}
.bnr span:first-child {
	text-indent: -999em;
	font-size: 0;
}
.bnr span:last-child {
	display: block;
	width: 418px;
	height: 32px;
	background: #fff;
	text-align: center;
	line-height: 34px;
	position: absolute;
	top: 120px;
	left: 66px;
	transition: all ease .3s;
}
.bnr span:last-child:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	width: 5px;
	height: 5px;
	margin: auto 0;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	transform: rotate(-45deg);
}
.bnr:hover span:last-child {
	background: #c3002f;
	color: #fff;
}
.bnr:hover span:last-child:after {
	border-color: #fff;
}
.mainTitle .bnr {
	margin: 80px auto 0;
}
.paragraph .bnr {
	margin: 120px auto 130px;
}


/*==============================================
 目次
============================================= */
.menu {
	width: 1000px;
	margin: 80px auto 0;
}
.menu p {
	font-size: 22px;
	font-weight: bold;
	position: relative;
}
.menu p:after {
	content: "";
	display: block;
	width: 915px;
	height: 1px;
	background: #000;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -1px;
}
.menu ul {
	width: 1000px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 25px auto 0;
}
.menu li {
	width: 220px;
	border: 1px solid #000;
	font-size: 14px;
	line-height: 1.6;
	padding: 18px 18px 20px;
	box-sizing: border-box;
	cursor: pointer;
}
.menu li em {
	display: block;
	height: 32px;
	background: #000;
	font-size: 18px;
    font-family: 'noto-bold';
	color: #00a8ff;
	line-height: 32px;
	text-align: center;
	margin-bottom: 15px;
	transition: all ease .3s;
}
.menu li:hover em {
	background: #008cd5;
	color: #000;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph {
	width: 1000px;
	margin: 110px auto 0;
}
.paragraph h2 {
	font-size: 42px;
	font-family: 'noto-bold';
	line-height: 1.4;
	margin: 0 0 80px;
}
.paragraph h2 em {
	display: block;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/08_noteepower_3/h2_border.png) no-repeat 0 bottom;
	font-size: 26px;
	color: #008cd5;
	padding: 0 0 15px 10px;
	margin-bottom: 30px;
}
.paragraphIn {
	width: 1000px;
	margin: 0 auto;
}
.paragraphIn p {
	font-size: 18px;
	line-height: 2;
	margin: 0 0 60px;
}

.kakaku {
	min-height: 190px;
}
.kakaku,
.nissan {
	padding: 20px 0 0 190px;
	position: relative;
}
.kakaku:before,
.nissan:before {
	content: "";
	display: block;
	width: 162px;
	height: 139px;
	position: absolute;
	top: 0;
	left: 0;
}
.kakaku:before {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/08_noteepower_3/balloon_kakaku.png) no-repeat 0 0;
}
.nissan:before {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/08_noteepower_3/balloon_nissan.png) no-repeat 0 0;
}



#article04 {
	width: 1140px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/08_noteepower_3/matome_bg.jpg) no-repeat 0 0;
	color: #fff;
	padding: 90px 0 50px;
}
#article04 p {
	padding-left: 510px;
}
#article04 h2 {
	padding-left: 580px;
	position: relative;
}
#article04 h2 em {
	display: none;
}
#article04 h2:before {
	content: "まとめ";
	font-size: 30px;
	position: absolute;
	top: 10px;
	left: 350px;
}
#article04 h2:after {
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 32px;
	left: 465px;
}
#article04 p.notice {
	font-size: 10px;
	padding: 0;
}


/*==============================================
 画像
============================================= */
.imgBox {
	width: 1000px;
	margin: 90px auto;
}
.imgBox.box1,
.imgBox.box2 div,
.imgBox.box3 div {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
}
.imgBox a {
	display: block;
	width: 480px;
}
.imgBox img {
	display: block;
	width: 100%;
}
.imgBox a img {
	transition: all ease 300ms;
}
.imgBox a:hover img {
	opacity: .8;
}
.imgBox .cap {
	font-size: 14px;
	line-height: 2;
	margin: 25px 0 0;
}
.imgBox .cap.right {
	width: 480px;
	margin: 0;
}
.imgBox.box3 a {
	width: 310px;
}


/*==============================================
 テーブル
============================================= */
.equipment {
	margin: 80px auto;
}
.equipment h3 {
	border-left: 10px solid #008cd5;
	font-size: 24px;
	font-family: 'noto-bold';
	padding: 8px 0 7px 12px;
}
.equipment table {
	width: 100%;
	table-layout: fixed;
	margin: 25px auto 0;
}
.equipment th {
	width: 260px;
	background: #eee;
	border: 1px solid #000;
	font-size: 18px;
	padding: 14px 20px;
	box-sizing: border-box;
}
.equipment td {
	border: 1px solid #000;
	font-size: 16px;
	padding: 12px 20px 10px;
	box-sizing: border-box;
}


/*==============================================
 製品紹介
============================================= */
.productBox {
	width: 1000px;
	text-align: center;
	margin: 80px auto 0;
}
.productBox p {
	font-size: 27px;
	margin: 18px auto 0;
}
.productBox dt {
	font-size: 60px;
	font-weight: bold;
	margin: 20px auto 0;
}
.productBox dt small {
	font-size: 40px;
	vertical-align: 3px;
	margin-right: 18px;
}
.productBox dd {
	width: 570px;
	height: 60px;
	background: #008cd5;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 62px;
	margin: 28px auto 0;
	transition: all ease .3s;
	position: relative;
}
.productBox dd:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	width: 10px;
	height: 10px;
	margin: auto 0;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	transform: rotate(-45deg);
}
.productBox dd:hover {
	background: #c3002f;
}


/*==============================================
 回遊バナー
============================================= */
.linkBnr a {
	display: block;
	width: 1000px;
	height: 200px;
	border: 1px solid #ccc;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/08_noteepower_3/bnr_channel.jpg) no-repeat 0 0;
	background-size: cover;
	text-indent: -999em;
	margin: 120px auto 0;
	box-sizing: border-box;
	transition: opacity ease .2s;
}
.linkBnr a:hover {
	opacity: 0.7;
}


/*==============================================
アンケート
============================================= */
/*---- カラー変更 ----*/
.questionnaire {
color: #2e2e2e;
margin-top: 90px;
}
.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 {
letter-spacing: 0.1em;
font-feature-settings: "palt"1;
}
.questionnaireInner {
width: 1000px;
border: 1px solid #ddd;
margin: 0 auto;
padding-bottom: 60px;
background-color: #fff;
border-radius: 6px;
box-sizing: border-box;
}
.questionnaireInner h2 {
padding: 30px 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;
}


