@charset "shift_jis";
/*==============================================
common
============================================= */
.forSp,
.spTitleImg,
.bnr .item {
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%; }

/*==============================================
 .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;
}

/*==============================================
看板
============================================= */
#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 {
width: 100%;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/10_noteepower/title_bg.webp) center top no-repeat;
}
.mainTitle {
margin: 0 auto;
padding: 118px 0 0;
}
h1 {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/10_noteepower/title.webp) right top no-repeat;
width: 923px;
height: 607px;
text-indent: -999em;
font-size: 0;
z-index: 1;
margin: 0 auto;
}
.lead {
    font-size: 17px;
    line-height: 1.9;
    width: 930px;
    margin: 103px auto 0;
}
.lead a:link,
.lead a:visited {
color: #c3002f;
font-weight: bold;
text-decoration: underline;
}
.lead a:hover,
.lead a:active {
color: #ef3f69;
}
.lead .sTxt {
display: block;
margin-top: 15px;
font-size: 12px;
text-indent: -12px;
margin-left: 12px;
}

.menu {
    background: #f0f0f0;
    width: 100%;
    box-sizing: border-box;
    padding: 50px 0;
}
.menu ul {
    overflow: hidden;
    width: 930px;
    margin: 0 auto;
}
.menu li a {
    box-sizing: border-box;
    display: block;
    width: 225px;
    height: 290px;
    font-size: 13px;
    line-height: 1.5;
    float: left;
    padding: 155px 20px 15px 20px;
    -webkit-transition: .1s ease-in-out;
-moz-transition: .1s ease-in-out;
  -o-transition: .1s ease-in-out;
transition: .1s ease-in-out;
box-shadow: 2px 2px 4px -2px #b5c7d8;
}

.menu li b {
    color: #3461f6;
    display: block;
    font-size: 18px;
	text-align: center;
	letter-spacing: 0.05em;
    font-feature-settings: "palt" 1;
    margin-bottom: 5px;
}
.menu01 a {
    background: #fff url(https://img1.kakaku.k-img.com/images/article/tieup/25/10_noteepower/menu01.webp) center top no-repeat;
    margin-right: 10px;
}
.menu02 a {
    background: #fff url(https://img1.kakaku.k-img.com/images/article/tieup/25/10_noteepower/menu02.webp) center top no-repeat;
    margin-right: 10px;
}
.menu03 a {
    background: #fff url(https://img1.kakaku.k-img.com/images/article/tieup/25/10_noteepower/menu03.webp) center top no-repeat;
    margin-right: 10px;
}
.menu04 a {
    background: #fff url(https://img1.kakaku.k-img.com/images/article/tieup/25/10_noteepower/menu04.webp) center top no-repeat;
}
.menu li a:hover {
opacity: 0.7;
}

/*==============================================
bnr
============================================= */
.topbnr a {
display: block;
width: 741px;
height: 72px;
text-indent: -9999px;
background:url(https://img1.kakaku.k-img.com/images/article/tieup/25/10_noteepower/top_bnr.gif) no-repeat;
overflow: hidden;
-webkit-transition: .1s ease-in-out;
-moz-transition: .1s ease-in-out;
  -o-transition: .1s ease-in-out;
transition: .1s ease-in-out;
}
.topbnr {
width: 741px;
margin: 40px auto 60px;
}

/*----　.innerbnr ----*/
.innerbnr {
width: 814px;
margin: 50px auto 100px;
}
.innerbnr a {
display: block;
width: 814px;
height: 85px;
text-indent: -9999px;
background:url(https://img1.kakaku.k-img.com/images/article/tieup/25/10_noteepower/bnr.gif) no-repeat;
overflow: hidden;
-webkit-transition: .1s ease-in-out;
-moz-transition: .1s ease-in-out;
  -o-transition: .1s ease-in-out;
transition: .1s ease-in-out;
}

/*----　bnr:hover ----*/
.topbnr a:hover,
.innerbnr a:hover {
opacity: 0.7;
}
/*==============================================
#mainContents
============================================= */
.paragraphIn {
width: 930px;
margin: 0 auto;
}

/*----　font ----*/
:is(#article01, #article02, #article03) :is(h2) :is(b) {
color: #4b75ff;
display: block;
font-size: 23px;
margin-bottom: 8px;
}
:is(#article01, #article02, #article03) :is(h2) {
background: #000;
box-sizing: border-box;
border-top: #3461f6 solid 7px;
color: #fff;
display: block;
font-size: 33px;
text-align: center;
font-feature-settings: "palt" 1;
font-weight: 600;
letter-spacing: 0.07em;
line-height: 1.3;
width: 100%;
margin: 0 auto;
padding: 40px 0 40px;
}
.paragraph p {
color: #202020;
font-size: 17px;
line-height: 2;
margin-top: 70px;
}
.paragraph p + p {
margin-top: 30px;
}
.paragraph p em {
    background: linear-gradient(transparent 75%, #ffeeb1 30%);
    font-weight: bold;
    font-style: normal;
}
.paragraph p.sTxt {
display: block;
margin-top: 15px;
font-size: 12px;
}
.imgBoxB .sTxt {
display: block;
margin-top: 10px;
font-size: 12px;
text-indent: -24px;
padding-left: 24px;
}

/*---- .sTitle ----*/
.sTitle {
margin: 90px 0 0;
}
.sTitle + p {
margin-top: 40px;
}
.sTitle h3 {
box-sizing: border-box;
border-left: #3461f6 solid 5px;
font-size: 25px;
font-weight: bold;
padding-left: 15px;
}

/*---- .userBox ----*/
.userBox {
border: #3461f6 solid 5px;
box-sizing: border-box;
padding: 50px;
margin: 60px 90px 0;
}
.userBox li {
background-size: 7%;
box-sizing: border-box;
font-size: 17px;
line-height: 1.7;
margin-bottom: 20px;
padding-left: 60px;
}
.user01 {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/10_noteepower/user01.png) top left no-repeat;
}
.user02 {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/10_noteepower/user02.png) top left no-repeat;
}
.user03 {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/10_noteepower/user03.png) top left no-repeat;
}
.user04 {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/10_noteepower/user04.png) top left no-repeat;
}
.userBox span {
font-size: 13px;
text-indent: 13px;
margin-left: -13px;
}
.userTitle {
text-align: center;
margin-bottom: 20px;
}
.userTitle strong {
color: #3461f6;
font-size: 18px;
}

/*---- .nissanBox ----*/
.nissanBox {
margin: 90px 0 0;
padding-bottom: 50px;
}
.nissanLeft {
box-sizing: border-box;
border-right: #d9d9d9 solid 1px;
float: left;
width: 465px;
margin-right: 55px;
padding-right: 55px;
}
.nissanBoxS {
display: table;
}
.nissanBoxS img,
.nissanBoxS dl {
display: table-cell;
vertical-align: middle;
}
.nissanBoxS img {
width: 140px;
margin-right: 25px;
}
.nissanBoxS dl {
margin: 0;
width: 100%;
}
.nissanIcon {
margin-bottom: 20px;
}
.nissanIcon span {
background: #000;
color: #fff;
font-size: 17px;
padding: 0 5px 3px;
}
.nissanTitle {
font-size: 15px;
line-height: 1.5;
margin-bottom: 7px;
}
.nissanBox p {
font-size: 13px;
line-height: 1.8;
margin-top: 25px;
}
.nissanName {
font-size: 22px;
}
.nissanName span {
display: inline-block;
font-size: 15px;
margin-left: 5px;
}

/*---- .imgBox ----*/
.imgBoxB  {
width: 750px;
margin: 70px auto 0;
}
.imgBox02 {
    width: 100%;
    margin: 70px auto 0;
}
.paragraph p.cap {
font-size: 14px;
line-height: 1.7;
}
.imgBox02 img,
.imgBoxB img,
.imgBox img {
width: 100%;
}
.paragraph a.flotL {
    display: block;
    float: left;
    width: 49%;
}
.paragraph a.flotR {
    display: block;
    float: right;
        width: 49%;
}
.photoTitle {
box-sizing: border-box;
margin: 70px auto 0;
width: 700px;
}
.photoTitle strong::before {
  content: "●";
  color: #6a6a6a;
  margin-right: 4px;
  font-size: 14px;
  position: relative;
  top: -2px;
}
.photoTitle strong {
display: block;
font-size: 20px !important;
font-weight: bold;
margin-bottom: 10px;
}
.photoTitle + .imgBoxB {
width: 700px;
margin: 20px auto 0;
}
.choiceItem:before {
border: #b90000 solid 1px;
color: #b90000;
content: '検証機に使用';
font-size: 15px;
font-weight: normal;
padding: 1px 5px;
position: relative;
top: -2px;
margin-right: 7px;
}
.imgBoxB p,
.imagesClear + p {
    margin-top: 15px !important;
}
.imagesClear + .imagesClear {
    margin-top: 15px;
}
.imagesClear {
overflow: hidden;
}

.StxtLink {
text-align: center;
padding: 30px 0 20px;
}
.StxtLink a {
font-size: 18px;
}
.sTxt a:link,
.sTxt a:visited,
.StxtLink a:link,
.StxtLink a:visited {
color: #c3002f;
font-weight: bold;
text-decoration: underline;
}
.sTxt a:hover,
.sTxt a:active,
.StxtLink a:hover,
.StxtLink a:active {
color: #ef3f69;
}
/*==============================================
.productBox
============================================= */
#matome {
background: #f4f4f4 url(https://img1.kakaku.k-img.com/images/article/tieup/25/10_noteepower/matome_bg.webp) top center no-repeat;
width: 100%;
padding: 100px 0 60px;
}
#matome h2 {
color: #000;
font-size: 29px;
line-height: 1.4;
width: 930px;
margin: 0 auto;
}
#matome h2 b {
display: none;
}
#matome p {
font-size: 16px;
line-height: 2.1;
width: 550px;
margin-top: 30px;
}

.productBoxIn {
margin: 120px 0 0;
}
.productBoxIn .img {
width: 503px;
margin: 0 auto;
}
.info dl {
width: 609px;
margin: 0 auto;
}
.info .catch {
text-align: center;
font-size: 25px;
padding: 7px 0 15px;
}
.info .name {
text-align: center;
font-size: 43px;
font-weight: bold;
padding: 0 0 25px;
}
.info .btn {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/10_noteepower/product_bnr.gif) top center no-repeat;
width: 609px;
height: 70px;
}
.productBox .btn img {
display: none;
}
.productBoxIn a {
display: block;
width: 609px;
margin: 0 auto;
-webkit-transition: .1s ease-in-out;
-moz-transition: .1s ease-in-out;
  -o-transition: .1s ease-in-out;
transition: .1s ease-in-out;
}

/*----　bnr:hover ----*/
.productBoxIn a:hover {
opacity: 0.7;
}

/*==============================================
.releasedate
============================================= */
.releasedate {
font-size: 11px; 
color: #333;
width: 930px;
text-align: right;
margin: 0 auto;
padding: 60px 0 110px;
}
