@charset "UTF-8";
/* CSS Document */

.wrap {
	width:974px;
	max-width: 974px;
	margin:0 auto;
}
.inner-wrap {
	width:760px;
	margin:0 auto;
}
img {
	max-width:100%;
}


/* head */
#head {
	border-bottom:solid 1px #000;
	margin-bottom:15px;
}
#utility{
	padding-top:10px;
}
#utility h1{
	float:left;
}
#utility ul{
	float:right;
}
#utility ul li {
	padding-left: 10px;
	float: left;
}
#utility ul li.sns_fb{
	width:82px;
	overflow:hidden;
}
.nyonline_menu_select{
	float:left;
}
.logolist{
	float:right;
}


/* foot */
#foot {
	background:#fff;
	padding:30px 0 10px;
	position:relative;
	z-index:2;
}
#foot .copyright {
	font-size:11px;
	color:#4c4a4a;
	text-align:center;
}
#foot .logo {
	text-align:center;
	margin-bottom:20px;
}


/* cont */
#breadcrumb {
	font-size:14px;
	margin-bottom:20px;
	/*	margin-bottom:714px;*/
}
#breadcrumb a {
	color:#000;
}
#main-visual {
	width:100%;
	height:auto;
	/*	background:#f2f2f2;*/
	text-align:center;
	/*	position:fixed;
	top:220px;
	left:0;*/
	z-index:1;
}
#contents {
	width:100%;
	background:#fff;
	padding:0 0 70px 0;
	position:relative;
	z-index:2;
}
#lead-bloc {
	text-align:center;
	margin-bottom:60px;
}
#lead-bloc h2 {
	margin-bottom:45px;
}
#lead-bloc h2 span {
	display:inline-block;
	font-size:16px;
	font-weight:500;
	color:#fff;
	background-color:#000;
	padding:8px 38px;
}
#lead-bloc h2.mainTtl {
	font-size: 220%;
	font-family: 'Arial Narrow', sans-serif;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}
#lead-bloc p {
	font-size:16px;
	line-height:2;
	margin-bottom:40px;
}

#article-main {
	margin-bottom:60px;
}
#article-main > section+section {
	margin-top:90px;
}
#article-main > section .pic-bloc {
	width:310px;
}
#article-main > section .pic-bloc>img {
	border:1px solid #d2d2d2;
	width:308px;
}
#article-main > section .txt-bloc {
	width:415px;
	padding-top:10px;
}
#article-main > section:nth-child(2n+1) .pic-bloc {
	float:left;
}
#article-main > section:nth-child(2n+1) .txt-bloc {
	float:right;
}
#article-main > section:nth-child(2n) .pic-bloc {
	float:right;
}
#article-main > section:nth-child(2n) .txt-bloc {
	float:left;
}
#article-main > section .icn-bloc {
	display: inline-block;
	background-color:#000;
	vertical-align:top;
}
#article-main > section h3 {
	margin-bottom:30px;
}
#article-main > section h3 em {
	display:inline-block;
	padding-left:20px;
	font-size:18px;
	font-weight:bold;
	line-height:1.6;
	width:310px;
}
#article-main > section .main-txt {
	font-size:13px;
	line-height:1.6;
	margin-bottom:30px;
}
#article-main > section .item-list {
	width: 310px;
	margin: 0 0 6px auto;
}
#article-main > section .item-list dt {
	font-size:14px;
	font-weight:600;
	text-align:left;
	width:12em;
	display:inline-block;
	vertical-align:middle;
}
#article-main > section .item-list dt span {
	color:#bbb;
}
#article-main > section .item-list dd {
	display:inline-block;
}
#article-main > section .item-list dd p {
	display:inline-block;
	/*width:320px;*/
	text-align:right;
	vertical-align:middle;
}
#article-main > section .item-list dd .price {
	display: inline-block;
	text-align:right;
	font-size:12px;
	font-weight:600;
	white-space:nowrap;
	padding-right:5px;
	width:5em;
}
#article-main > section .item-list dd .btn-check {
	display:inline-block;
	vertical-align:middle;
	width:72px;
	height:21px;
	text-indent:100%;
	white-space: nowrap;
	overflow:hidden;
	background:#6b6b6b url(../img/btn_check.png) no-repeat center center;
}
#article-main > section .item-list dd .btn-check:hover {
	background-color:#000;
}

#article-main > section .item-list dd .reference {
	white-space: nowrap;
	padding-right: 5px;
	width: 5em;
	font-weight: 600;
	display: inline-block;
	text-align: right;
}


#brand-info {
	background:#eee;
	padding:25px 0;
}
#brand-info .inner-wrap {
	display:table;
	background:#fff;
	width:760px;
	margin-bottom: 10px;
}
#brand-info .logo {
	display:table-cell;
	vertical-align:middle;
	width:280px;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}
#brand-info .logo em {
	display:block;
	text-align:center;
	margin-bottom:35px;
}
#brand-info a.brandBtn {
	display:block;
	width:233px;
	margin-left:auto;
	margin-right:auto;
	line-height:40px;
	text-align:center;
	background-color:#6b6b6b;
	color:#fff;
	font-size:13px;
	text-decoration:none;
}
#brand-info .brandTop {
	background-color: #fff;
	text-align:center;
	color: #fff;
	width:233px;
	margin-left:auto;
	margin-right:auto;
	padding-top:6px;
	padding-bottom:6px;
	margin-bottom:10px;
}
#brand-info .w50 {
	text-align:center;
	width:233px;
	margin-left:auto;
	margin-right:auto;
}
#brand-info .w50 a{
	display:inline-block;
	padding-left:10px;
	padding-right:10px;
}
#brand-info a.brandBtn:hover {
	background-color:#000000;
}
#brand-info .brand_right {
	display:table-cell;
	width:480px;
	vertical-align:middle;
	padding-top:20px;
	padding-bottom:20px;
}
#brand-info .brand_right p.title_txt {
	display: block;
	padding-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
}
#brand-info .brand_right h4.title {
	display: block;
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 20px;
}
#brand-info .brand_right p{
	line-height:2;
}



#pagetop {
	text-align: right;
	padding-right:60px;
	margin-bottom:45px;
}
#pagetop a {
	text-decoration:none;
	display:inline-block;
	position:relative;
}
#pagetop a:hover {
	color:#666666;
}

#pagetop a:before {
	content:"";
	display:block;
	width:0;
	height:0;
	border-top: 6px transparent solid;
	border-bottom: 6px transparent solid;
	border-left: 10px #279DDF solid;
	border-right: 10px transparent solid;
	position:absolute;
	bottom:0;top:-3px;left:-20px;margin:auto;
}

/*.newMark*/
#newMark .sp{
	display:none;
}
#newMark{
	font-size: 14px;
	line-height: 1.8;
}
#newMark .stTxt{
	color:#279cdf;
}
#newMark .maincont{
	background-color: #F6F7F8;
	padding-top: 55px;
}
#newMark .leadArea{
	text-align: center;
	margin-bottom: 55px;
}
#newMark .leadArea02{
	padding: 72px 0;
	background: #f0f7ff;
}
#newMark .leadArea02 .leadInner{
	width:680px;
	margin:0 auto;
}

#newMark .questionArea{
	width:870px;
	margin:0 auto 80px;
	background:#fff;
	position:relative;
}
#newMark .maincont .questionArea.q04{
	margin:0 auto 50px;
}
#newMark .questionArea:before{
	content:"";
	display:block;
	width:101px;
	height:80px;
	background:url(../img/lp/q1.png)no-repeat center center;
	position:absolute;
	top:45px;left:0px;
}
#newMark .questionArea.q01:before{background:url(../img/lp/q1.png)no-repeat center center;}
#newMark .questionArea.q02:before{background:url(../img/lp/q2.png)no-repeat center center;}
#newMark .questionArea.q03:before{background:url(../img/lp/q3.png)no-repeat center center;}
#newMark .questionArea.q04:before{background:url(../img/lp/q4.png)no-repeat center center;}
#newMark .questionArea .qInner{
	width: 680px;
	margin-left: 145px;
	padding: 48px 0 55px;
}
#newMark .questionArea .qInner .qBox{
	margin-bottom: 80px;
}
#newMark .questionArea .qInner .qBox:last-child,
#newMark .questionArea .qInner .qBox.mb{
	margin-bottom:10px;
}
#newMark .questionArea .qInner .qBox .ttl{
	height:75px;
	position:relative;
	padding-left:20px;
	margin-bottom:40px;
}
#newMark .questionArea .qInner .qBox .ttl.line1{
	padding:25px 25px 25px 20px;
}
#newMark .questionArea .qInner .qBox .ttl.line2{
	padding:15px 25px 15px 20px;
}
#newMark .questionArea .qInner .qBox .ttl:before{
	content:"";
	display:block;
	width:680px;
	height:1px;
	background:url(../img/lp/border.png)no-repeat center center;
	position:absolute;
	top:0;right:0;left:0;margin:auto;
}
#newMark .questionArea .qInner .qBox .ttl:after{
	content:"";
	display:block;
	width:680px;
	height:1px;
	background:url(../img/lp/border.png)no-repeat center center;
	position:absolute;
	bottom:0;right:0;left:0;margin:auto;
}
#newMark .questionArea .qInner .qBox .img{
	text-align: center;
	display: table;
	width: 95%;
	margin: 0 auto 40px;
}
#newMark .questionArea .qInner .qBox .img.img02{
	width: 82%;
}

#newMark .questionArea .qInner .qBox .img > span{
	display:table-cell;
	
}

#newMark .questionArea .qInner .qBox .img.img02 > span{width:50%;}
#newMark .questionArea .qInner .qBox .img.img03 > span{width:33.3%;}
#newMark .questionArea .qInner .qBox .img.img04 > span{width:25%;}
#newMark .questionArea .qInner .qBox .img.img05 > span{width:20%;}
#newMark .questionArea .qInner .qBox .img.imgTop > span{vertical-align:top;}
#newMark .questionArea .qInner .qBox .img.imgBottom > span{vertical-align:bottom;}
#newMark .questionArea .qInner .qBox .txt{
	text-align:center;
	line-height:1.7;
}

#newMark .btnArea{
	text-align: center;
}
#newMark .btnArea .Topbtn a{
	background:#279DDF;
	color:#fff;
	font-size:18px;
	text-decoration:none;
	position:relative;
	padding:17px 20px 20px 40px;
	width:360px;
	height:65px;
	display:inline-block;
	margin:0 auto 60px;
	cursor:pointer;
	transition:.2s;
}
#newMark .btnArea .Topbtn a:hover {
	background: #0082BC;
}
#newMark .btnArea .Topbtn a:before{
	content:"";
	display:block;
	width:0;
	height:0;
	border-top: 6px transparent solid;
	border-bottom: 6px transparent solid;
	border-left: 10px #fff solid;
	border-right: 10px transparent solid;
	position:absolute;
	bottom:0;top:0;left:50px;margin:auto;
}
#newMark .btnArea .btnBox .btn {
    padding: 0;
}
#newMark .btnArea .btnBox .btn a{
	background: #eeeef0;
	color:#000;
	font-size: 16px;
	line-height: 1.5;
	text-decoration: none;
	text-align: center;
	position: relative;
	padding: 10px 20px 20px 40px;
	width: 360px;
	height: 65px;
	display: inline-block;
	margin: 0 auto 60px;
	cursor: pointer;
	float:left;
	transition:.2s;
}
#newMark .btnArea .btnBox .btn a:hover{
	background: #CECECE;
}
#newMark .btnArea .btnBox{
	width:780px;
	margin:0 auto;
}
#newMark .btnArea .btnBox .btnM{
	margin-left:50px;
}
#newMark .btnArea .btnBox .btn a:before{
	content:"";
	display:block;
	width:21px;
	height:45px;
	position:absolute;
	bottom:0;top:0;left:60px;margin:auto;
}
#newMark .btnArea .btnBox .btnF a:before{
	background:url(../img/lp/icon_f.png)no-repeat center center;
}
#newMark .btnArea .btnBox .btnM a:before{
	background:url(../img/lp/icon_m.png)no-repeat center center;
}


@media all and (min-width: 640px) and (max-width: 966px) {
	.wrap {
		width:auto;
	}
	#head #utility h1 {
		float:none;
		padding-bottom:5px;
	}
	#head .logolist{
		max-width:80%;
	}
	#main-visual {
		height:auto;
	}
	
	#brand-info .inner-wrap {
    width: 100%;
	}
	
	
	
}

@media all and (max-width: 735px) {
	#head .logolist{
		display: none;
	}
	#head .nyonline_menu_select {
    float: none;
    text-align: center;
    padding-bottom: 10px;
	}
	
}




@media only screen and (max-width:640px){
	.pc {
		display:none !important;
	}
	.smp {
		display:block;
	}
	img.smp {
		display:inline;
	}
	
	.wrap {
		width:auto;
	}
	.inner-wrap,#brand-info .inner-wrap {
		width:auto;
		padding:0 20px;
	}
	
	
	
	/* head */
	#head {
		margin-bottom:5px;
	}
	#head #utility{
		padding-bottom: 0;
	}
	#head #utility h1{
		float:none;
		font-size:10px;
		line-height:1.4;
		padding-left:5px;
	}
	#head #utility ul{
		float:right;
		padding-right:10px;
	}
	#head #utility ul li{
	}
	#head .nyonline_menu_select{
		float:none;
		text-align:center;
		padding-bottom:10px;
	}
	#head .logolist{
		display:none;
	}
	
	/* foot */
	#foot {
		padding:0;
		position:relative;
	}
	#foot .copyright {
		font-size:10px;
		color:#fff;
		margin-bottom:0;
		background:#000;
		text-align:center;
		padding:5px;
	}
	#foot .logo {
		/*		position:absolute;
		top:-25px;
		left:50%;
		z-index:2;
		width:90px;
		margin-left:-45px;*/
		text-align:center;
		padding-top:20px;
	}
	#foot .logo img{
		width:80px;
	}
	
	/* cont */
	#breadcrumb {
		font-size:10px;
		margin-bottom:10px;
		padding:0 20px;
	}
	#main-visual {
		height:auto;
		position: relative;
		top: auto;
	}
	
	#contents {
		padding:20px 0 0;
	}
	#lead-bloc {
		padding:0 20px;
		text-align:left;
		margin-bottom:30px;
	}
	#lead-bloc h2 {
		margin-bottom:20px;
		text-align:center;
	}
	#lead-bloc h2 span {
		display:block;
		font-size:160%;
		padding:20px 10px;
	}
	#lead-bloc p {
		font-size:120%;
		line-height:1.6;
		margin-bottom:20px;
	}
	
	#article-main {
		margin-bottom:10px;
	}
	#article-main > section+section {
		margin-top:60px;
	}
	#article-main > section .pic-bloc {
		width:70%;
		margin:0 auto;
		position:relative;
	}
	#article-main > section .pic-bloc img {
		width:100%;
	}
	#article-main > section .txt-bloc {
		width:auto;
		padding-top:25px;
	}
	#article-main > section:nth-child(2n+1) .pic-bloc,
	#article-main > section:nth-child(2n+1) .txt-bloc,
	#article-main > section:nth-child(2n) .pic-bloc,
	#article-main > section:nth-child(2n) .txt-bloc {
		float:none;
	}
	#article-main > section .icn-bloc {
		position:absolute;
		top:0;
		left:0;
		width:22%;
	}
	#article-main > section .icn-bloc img {
		width:100%;
	}
	#article-main > section h3 {
		margin-bottom:10px;
		text-align:center;
	}
	#article-main > section h3 em {
		padding-left:0;
		font-size:140%;
		width:auto;
	}
	#article-main > section .main-txt {
		font-size:110%;
	}
	#article-main > section .item-list {
		margin-bottom:10px;
		text-align:left;
		width:100%;
		margin:0 auto 5px;
		overflow:hidden;
	}
	#article-main > section .item-list dt {
		font-size:110%;
		width:auto;
		padding-right:1em;
		line-height:23px;
		float:left;
	}
	#article-main > section .item-list dd {
		float:right;
	}
	#article-main > section .item-list dd p {
		line-height:23px;
	}
	#article-main > section .item-list dd .price {
		font-size:90%;
		width:auto;
	}
	#article-main > section .item-list dd .btn-check {
		width:80px;
		height:23px;
		background-size:62%;
		text-align:right;
	}
	#brand-info {
		padding: 10px 0;
	}
	#brand-info .inner-wrap {
		display:block;
		padding:20px 20px;
	}
	#brand-info .logo {
		display:block;
		width:auto;
		text-align:center;
		margin-bottom:0;
	}
	#brand-info .logo em {
		display:block;
		width:auto;
		margin-bottom:0;
	}
	#brand-info .logo em img{
		width:40%;
	}
	#brand-info .brand_right {
		display:block;
		width:auto;
		font-size:100%;
	}
	#brand-info .brand_right p.title_txt,#brand-info .brand_right h4.title {
		text-align:center;
	}
	#brand-info .brand_right p {
		line-height:1.8;
		width:auto;
	}
	#brand-info p br {
		display:none;
	}
	
	#pagetop {
		padding-right:20px;
    margin: 50px 0 20px;
	}
	#pagetop a {
		text-decoration:none;
		display:inline-block;
		position:relative;
	}
	
	
	#contents {
    padding: 0 0 20px;
	}
	/*.newMark*/
	
	#newMark{
		font-size: 13px;
		line-height: 1.6;
	}
	#newMark .sp{
		display:block;
	}
	#newMark .maincont{
		padding-top: 30px;
	}
	#newMark .leadArea{
		text-align: left;
		margin-bottom: 30px;
		padding: 0 3%;
	}
	#newMark .leadArea02{
    padding: 30px 0;
	}
	#newMark .leadArea02 .leadInner{
    width:100%;
		padding: 0 3%;
	}
	
	#newMark .questionArea{
		width:95%;
    margin: 0 auto 35px;
	}
	#newMark .questionArea:before{
		display:none;
	}
	#newMark .questionArea.q01:before{background:url(../img/lp/q1.png)no-repeat center center;background-size:contain;}
	#newMark .questionArea.q02:before{background:url(../img/lp/q2.png)no-repeat center center;background-size:contain;}
	#newMark .questionArea.q03:before{background:url(../img/lp/q3.png)no-repeat center center;background-size:contain;}
	#newMark .questionArea.q04:before{background:url(../img/lp/q4.png)no-repeat center center;background-size:contain;}
	#newMark .questionArea > .ttl{
    color: #fff;
    display: block;
    position: absolute;
    background: #329fdd;
    padding: 6px 20px 5px 19px;
    width: 60px;
    text-align: center;
    border-radius: 5px;
    top: -10px;
    right: 0;
    left: 5%;
    font-size: 16px;
	}
	#newMark .questionArea .qInner{
    width: 90%;
    margin: 0 auto;
    padding: 40px 0 30px;
	}
	#newMark .questionArea .qInner .qBox{
    margin-bottom: 40px;
	}
	#newMark .questionArea .qInner .qBox:last-child,
	#newMark .questionArea .qInner .qBox.mb{
		margin-bottom:0;
	}
	#newMark .questionArea .qInner .qBox .ttl{
    height: auto;
		padding-left:10px;
		margin-bottom:20px;
	}
	#newMark .questionArea .qInner .qBox .ttl.line1{
		padding:5px;
	}
	#newMark .questionArea .qInner .qBox .ttl.line2{
		padding:5px;
	}
	#newMark .questionArea .qInner .qBox .ttl:before{
		width:100%;
		background-size:contain;
	}
	#newMark .questionArea .qInner .qBox .ttl:after{
		width:100%;
		background-size:contain;
	}
	#newMark .questionArea .qInner .qBox .img{
    text-align: center;
    display: table;
    width: 95%;
    margin: 0 auto 20px;
	}
	#newMark .questionArea .qInner .qBox .img > span{
		display:table-cell;
		
	}
	
	#newMark .questionArea .qInner .qBox .txt{
		text-align:left;
		line-height:1.6;
	}
	
	#newMark .btnArea .Topbtn a{
		font-size:16px;
		padding:20px 20px 20px 40px;
		width:90%;
	}
	#newMark .btnArea .Topbtn a:hover {
    background: #279DDF;
	}
	#newMark .btnArea .btnBox .btn a{
    font-size: 14px;
    width: 90%;
		float:none;
		padding-left:40px;
    margin: 0 auto 15px;
	}
	#newMark .btnArea .btnBox .btn a:hover{
    background: #eeeef0;
	}
	#newMark .btnArea .btnBox{
    width:100%;
		margin:0 auto;
	}
	#newMark .btnArea .btnBox .btnM a{
    margin-left:0px;
	}
	
	
	
}





@media only screen and (min-width:641px){
	.smp {
		display:none !important;
	}
	.pc {
		display:block;
	}
	img.pc {
		display:inline;
	}
}