@charset "shift_jis";
/*==============================================
common
============================================= */
.forSp {
display:none;
}
.headerIn {
width: 930px;
margin: 0 auto;
}
#header {
border-bottom: #ededed solid 1px;
}
.footerIn {
width: 930px;
margin: 0 auto;
}
.copyRight { border-top: 1px solid #ededed; }
#footer { margin-top: 10px; }
.pageTop { border-radius: 50%; }

/*==============================================
看板
============================================= */
#mainContents {
    font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.mainTitleWrap {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/05_nocria/main_title_bg.jpg) center top no-repeat;
width: 100%;
padding-top: 475px;
}
h1 {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/05_nocria/title.png) center top no-repeat;
width: 742px;
height: 208px;
text-indent: -999em;
margin: 0 auto 60px;
font-size: 0;
z-index: 1;
}
.mainTitle {
width: 930px;
margin: 0 auto;
}
p.lead {
font-size: 16px;
line-height: 31px;
margin-bottom: 65px;
}
.lead a:link,
.lead a:visited {
color: #1d7bd4;
text-decoration: underline;
}
.lead a:hover,
.lead a:active {
color: #86baeb;
}

#menu {
width: 930px;
margin: 0 auto 130px;
}
#menu li {
box-sizing: border-box;
display: inline-block;
width: 245px;
height: 125px;
font-size: 13px;
line-height: 22px;
padding: 0;
vertical-align: text-top;
}
#menu li:nth-of-type(4) {
box-sizing: border-box;
display: inline-block;
width: 195px;
height: 125px;
font-size: 13px;
line-height: 22px;
padding: 0 ;
vertical-align: text-top;
}
#menu li {
  background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/05_nocria/menu_arrow.png) no-repeat;
  background-position: top left;
  background-size: 5px;
 transition: all 0.1s ease-out;
}
#menu li:hover {
  background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/05_nocria/menu_arrow.png) no-repeat;
  background-position: top 7px left;
  background-size: 5px;
}
#menu li a {
display: block;
width: 175px;
padding-left: 25px;
}
#menu li b {
color: #1d7bd4;
display: block;
font-size: 17px;
font-weight: bold;
margin-bottom: 13px;
}


/*==============================================
bnr
============================================= */
.topbnr {
width: 930px;
margin: 0 auto 60px;
z-index: 1;
}
.innerbnr {
width: 930px;
margin: 100px auto 150px;
}
.bnr {
background:url(https://img1.kakaku.k-img.com/images/article/tieup/21/05_nocria/bnr_bottom.png) repeat-x;
background-position: bottom left;
padding-bottom: 8px;
}
.bnr .item {
overflow: hidden;
}
.bnr a {
border: #dddddd solid 1px;
box-sizing: border-box;
display: block;
padding: 20px;
}
.bnr a:hover {
border: #1d81df solid 1px;
display: block;
transition: 0.2s;
}
.bnr .img {
float: right;
}
.bnr .info {
float: left;
}
.bnr dt {
margin-bottom: 21px;
}
.bnrBox {
background: #1d7bd4 url(https://img1.kakaku.k-img.com/images/article/tieup/21/05_nocria/bnr_kakaku.png) no-repeat;
background-position: center center;
display: block;
width: 518px;
height: 46px;
}
.bnrBox:after {
content: "";
display: inline-block;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/05_nocria/bnr_arrow.png) no-repeat;
position: relative;
right: -467px;
top: 15px;
width: 37px;
height: 7px;
 transition: all 0.1s ease-out;
}
.bnr a:hover .bnrBox {
background: #4ba2f5 url(https://img1.kakaku.k-img.com/images/article/tieup/21/05_nocria/bnr_kakaku.png) no-repeat;
background-position: center center;
display: block;
width: 518px;
height: 46px;
transition: 0.2s;
}
.bnr a:hover .bnrBox:after {
content: "";
display: inline-block;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/05_nocria/bnr_arrow.png) no-repeat;
position: relative;
right: -473px;
top: 15px;
width: 37px;
height: 7px;
}

/*==============================================
#mainContents
============================================= */
.paragraphIn {
color: #585858;
width: 930px;
margin: 0 auto;
padding: 0;
}
#article01 h2, #article02 h2, #article03 h2 {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/05_nocria/title_bg.jpg) repeat-x;
box-sizing: border-box;
color: #1c1c1c !important;
font-size: 34px;
font-weight: bold;
line-height: 53px;
text-align: center;
margin: 0 auto;
padding: 150px 0 30px;
}
.paragraph h2 b {
color: #1d7bd4;
display: block;
font-size: 27px;
font-weight: bold;
margin-bottom: 30px;
}
.paragraph h2 strong {
display: block;
font-size: 19px;
margin: 10px 0 0 0;
padding-bottom: 20px;
}
.productBoxIn p,
.paragraphIn p {
color: #212121;
	line-height: 2.1;
	margin-top: 55px;
	font-size: 16px;
}
.productBoxIn sup,
.paragraphIn sup {
display: inline-block;
font-size: 11px;
position: relative;
top: 1px;
}

.sTitle {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/05_nocria/s_title_bg.jpg) no-repeat;
box-sizing: border-box;
color: #fff;
width: 930px;
text-align: center;
margin: 150px 0 0;
padding: 20px 0;
}
.sTitle h3 {
font-size: 23px;
font-weight: bold;
}

/*---- img ----*/
.imgBoxB01 {
width: 800px;
margin: 70px auto 0;
}
.imgBoxB,
.imgBox {
width: 930px;
margin: 70px auto 0;
}
.imgBoxSp {
width: 930px;
margin: 20px auto 0;
}
.imgBoxSp .imagesClear a,
.imgBox .imagesClear a {
display: block;
width: 460px;
float: left;
}
.imgBox .imagesClear a  + a  {
margin-left: 10px;
}
.imgBoxSp .imagesClear p,
.imgBox .imagesClear p {
width: 450px;
float: right;
}
.imgBoxB01 p.cap,
.imgBoxB p.cap,
.imgBox .imagesClear + p,
.imgBox02 .imagesClear + p {
margin-top: 15px;
}
.imgBoxSp img,
.imgBoxB01 img,
.imgBoxB img,
.imgBox img {
width: 100%;
}

.imgBox a {
cursor: zoom-in;
}
p.cap {
font-size: 13px;
line-height: 1.7;
margin-top: 0;
}
.imgBox p.cap span {
display: block;
font-size: 10px;
text-align: right;
margin: 0 0 5px;
}
.imagesClear {
overflow: hidden;
}


/*----　囲み ----*/
.otherBox {
background: #f5f5f5;
box-sizing: border-box;
margin-top: 140px;
padding: 90px 70px;
}
.otherBox h3 {
color: #282828;
font-size: 25px;
font-weight: bold;
line-height: 1.5;
text-align: center;
}
.otherBox .imgBox {
width: 100%;
margin: 70px auto 0;
}
.otherBox .imgBox .imagesClear a {
display: block;
width: 49%;
float: left;
}
.otherBox .imgBox .imagesClear a + a {
display: block;
width: 49%;
float: right;
}


/*==============================================
matome .productBox
============================================= */
#matome {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/05_nocria/matome_bg.jpg) left center no-repeat;
padding-top: 20px;
}
#matome h2 {
box-sizing: border-box;
color: #1c1c1c !important;
font-size: 34px;
font-weight: bold;
line-height: 53px;
text-align: center;
padding: 100px 0 0;
}
#matome .paragraphIn {
padding: 0 0 110px;
} 
.productBox {
width: 930px;
margin: 140px auto 0;
}
.productImg {
text-align: center;
}
.productImg p {
color: #313030;
font-size: 32px;
font-weight: bold;
margin-bottom: 35px;
}
.productImg p span {
display: block;
font-size: 18px;
margin-bottom: 10px;
}
.productImg .img {
padding-bottom: 30px;
}
.productBnrBox {
overflow: hidden;
margin-top: 50px;
}
.productBnrBox a {
display: block;
float: left;
width: 290px;
}
.spaceBox {
margin: 0 30px;
}
.productBnrBox dt {
color: #313030;
font-size: 27px;
font-weight: bold;
margin-bottom: 12px;
padding-top: 2px;
}
.productBnrBox dt span {
display: inline-block;
font-size: 16px;
position: relative;
top: -3px;
left: 5px;
}
.productBnrBox .btn {
background: #1d7bd4 url(https://img1.kakaku.k-img.com/images/article/tieup/21/05_nocria/item_bnr_logo.png) no-repeat;
background-position: center center;
display: block;
width: 290px;
height: 48px;
}
.productBnrBox .btn:after {
content: "";
display: inline-block;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/05_nocria/item_arrow.png) no-repeat;
position: relative;
right: -250px;
top: 15px;
width: 37px;
height: 7px;
 transition: all 0.1s ease-out;
}
.productBnrBox a:hover .btn {
background: #4ba2f5 url(https://img1.kakaku.k-img.com/images/article/tieup/21/05_nocria/item_bnr_logo.png) no-repeat;
background-position: center center;
display: block;
width: 290px;
height: 48px;
transition: 0.2s;
}
.productBnrBox a:hover .btn:after {
content: "";
display: inline-block;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/05_nocria/item_arrow.png) no-repeat;
position: relative;
right: -255px;
top: 15px;
width: 37px;
height: 7px;
transition: 0.2s;
}

.notes {
margin-top: 100px;
}
.notes li {
color: #505050;
font-size: 13px;
line-height: 1.7;
margin-bottom: 8px;
}

/*==============================================
アンケート
============================================= */

/*----　カラー変更　----*/
.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 {
padding: 100px 0;
background-color: #f2f2f2;
letter-spacing: 0.1em;
font-feature-settings: "palt"1;
}
.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;
}


.releasedate {
	font-size: 11px; 
color: #000;
	width: 930px; 
	margin: 70px auto 160px; 
	text-align: right;}