/*****************************************************-
CSS Document : SP用
- ****************************************************/
.page-sns {
	margin-top: 10px;
	padding-left: 12px;
	padding-right: 12px;
}
.page-sns .inr {
	float: right;
}
.page-sns p,
.page-sns li,
.page-sns ul {
	float: left;
}
.page-sns p {
	color: #888888;
	font-size: 1.1rem;
	padding-top: 7px;
}
.page-sns ul {
	padding-left: 10px;
}
.page-sns li {
	margin-left: 7px;
}
.page-sns li img {
	width: 32px;
	height: auto;	
}
.is_mouse .page-sns li.btn-ln {
	display: none;
}

.btn-pdf-dl {
	text-align: center;
	font-size: 1.3rem;
}
.btn-pdf-dl a {
	display: block;
	line-height: 1.8;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #b8b8b8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
}
.btn-pdf-dl a .icn {
	margin-right: 8px;
}
.btn-pdf-dl a .icn img {
	width: 16px;
	height: auto;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.btn-pdf-dl a:hover .icn img {
	filter: none !important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
}
.btn-pdf-dl a .txt {
	font-weight: bold;
	text-decoration: none;
}
.btn-pdf-dl a .size {
	color: #888888;
}
.btn-pdf-dl a:hover .txt {
	text-decoration: underline;
}
.product-cts .btn-pdf-dl{ margin-top:30px;}
.product-info .info-dtl .cts-inr .btn-pdf-dl{
	padding-left:12px;
	padding-right:12px;
}



/*===========================================================================
 product-top
===========================================================================*/
.product-top .main-img img {
	width: 100%;
	height: auto;
}
.product-top .product-cts {
	padding-top: 40px;
	padding-bottom: 25px;
	border-bottom: 1px solid #d2d2d2;
}
.product-top .product-cts.linenone{
	border:none;
}
.product-top .product-cts .item-list {
	padding-left: 12px;
	padding-right: 12px;
}
.product-top .product-cts .item-list .item {
	margin-top: 34px;
}
.product-top .product-cts .item-list .item .thum img {
	width: 100%;
	height: auto;
}
.product-top .product-cts .item-list .item .ttl {
	font-size: 1.3rem;
	margin-top: 8px;
}
.product-top .product-cts .item-list .item .txt-col p {
	margin-top: 3px;
	font-size: 1.1rem;
}
.product-top .product-cts .item-list .item .btn {
	text-align: right;
	margin-top: 10px;
}
.product-top .product-cts .item-list .item .btn a {
	line-height: 1.3;
	text-align: center;
	display: inline-block;
	font-size: 1rem;
	padding: 10px 24px 9px;
	background-color: #d22626;
	color: #FFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	position: relative;
	font-weight: bold;
}

.product-top .product-cts .item-list .item-show {
	cursor: pointer;
	background-color: #131313;
	text-align: center;
	padding-top: 11px;
	padding-bottom: 9px;
	line-height: 1;
	font-size: 1.1rem;
	color: #FFF;
	margin-top: 30px;
}
.product-top .product-cts .item-list .item-show:hover {
	background-color: #888888;	
}
.product-top .product-cts .item-list .item-show span {
	padding-left: 17px;
	background: url(/product/phone/common/rnw2015/images/1/pc_icn_arw.png) no-repeat left center;
}
.product-top .product-cts .item-hide {
	height: 0;
	overflow: hidden;	
}
.product-top .product-cts .item-list .btn-pdf-dl {
	margin-top: 25px;
}

.product-top .info-col {
	margin-bottom: 37px;
}
.product-top .info-col .link-list-col h2 {
	font-size: 1.3rem;
	background: url(/product/phone/common/rnw2015/images/1/sp_icn_circle02.png) no-repeat left 0.2em;
	background-size: 12px auto;
	-webkit-background-size: 12px auto;
	padding-left: 17px;
	line-height: 1.3;
}

/* special_site */
.special-site{
	background: #07828E;
	border-top: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	padding-top: 27px;
	padding-bottom: 20px;
	margin-top:20px;
	color:#fff;
}
.special-site .cts-inr .special-site-heading {
	line-height: 1.5;
	font-size: 231%; /*30px*/
	text-align: center;
	vertical-align: bottom;
}
.special-site .cts-inr .special-site-heading span{
	font-size:65%;
}

.product-top .special-site .item-list {
	margin-top: 20px;
	overflow:hidden;
}
.product-top .special-site .item-list .item {
	text-align:center;
	padding-bottom: 20px;
	width: 100%;
}
.product-top .special-site .item-list .item .thum img {
	width: 100%;
	height: auto;
}
.product-top .special-site .item-list .item .ttl {
	font-size: 150%;
	line-height:1.2;
}
.product-top .special-site .item-list .item .txt-col p {
	margin-top: 5px;
}

.youtube {
	margin-top:35px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/*===========================================================================
 product-info
===========================================================================*/
.product-info .info-ttl img {
	width: 100%;
	height: auto;
}
.product-info .page-ttl {
	text-align: center;
	font-size: 3.3rem;
	font-family: 'Roboto', "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Verdana, Roboto, 'Droid Sans', Meiryo, 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic ProN', sans-serif;
	color: #d22626;
	line-height: 1;
	margin-top: 40px;
	margin-bottom: 5px;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: 2px solid #d22626;
	margin-left: 24px;
	margin-right: 24px;
}
.product-info .info-dtl {
	border-bottom: 1px solid #d2d2d2;
	padding-top: 35px;
	padding-bottom: 40px;	
}
.product-info .info-dtl.linenone{
	border-bottom:none;
}
.product-info .info-dtl .cts-inr {
	padding-left: 0;
	padding-right: 0;
}
.product-info .info-dtl .dtl-ttl {
	line-height: 1.4;
	font-size: 1.8rem;
	text-align: center;
	vertical-align: bottom;
	padding-left: 24px;
	padding-right: 24px;
}
.product-info .info-dtl .dtl-ttl span{
	font-size: 1.5rem;
}
.product-info .info-dtl .dtl-ttl sub {
	font-size: 0.9rem;
	vertical-align: middle;
	display: inline-block;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.product-info .info-dtl .img {
	margin-top: 15px;
}
.product-info .info-dtl .img img {
	width: 100%;
	height: auto;
}
.product-info .info-dtl .dtl-icn {
	float: right;
	margin-top: 5px;
}
.product-info .info-dtl .dtl-icn li {
	float: left;
	margin-left: 8px;
}
.product-info .info-dtl .dtl-icn li img {
	width: 30px;
	height: auto;
}
.product-info .info-dtl .dtl-idt {
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 10px;
}
.product-info .info-dtl .dtl-idt .dtl-heading01 {
	font-size: 1.5rem;
	padding-left: 20px;
	margin-top: 15px;
	background: url(/product/phone/common/rnw2015/images/1/sp_icn_circle01.png) no-repeat left 0.3em;
	background-size: 14px auto;
	-webkit-background-size: 14px auto;
}
.product-info .info-dtl .dtl-idt .dtl-heading01 sub {
	font-size: 0.9rem;
	vertical-align: middle;
	display: inline-block;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.product-info .info-dtl .dtl-idt .dtl-heading02 {
	font-size: 1.3rem;
	padding-left: 17px;
	margin-top: 15px;
	background: url(/product/phone/common/rnw2015/images/1/sp_icn_circle02.png) no-repeat left 0.3em;
	background-size: 12px auto;
	-webkit-background-size: 12px auto;
}
.product-info .info-dtl .dtl-idt .dtl-heading02 sub {
	font-size: 0.9rem;
	vertical-align: middle;
	display: inline-block;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.product-info .info-dtl .dtl-idt .txt {
	margin-top: 10px;
	font-size: 1.1rem;
}
.product-info .info-dtl .dtl-idt .txt sub {
	font-size: 0.8rem;
	vertical-align: middle;
	display: inline-block;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.product-info .info-dtl .dtl-idt .txt:first-child {
	margin-top: 7px;
}
.product-info .btn-sec {
	padding-top: 19px;
	padding-bottom: 19px;
}
.product-info .btn-sec .btn-next {
	float: none;
	width: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.product-info .btn-sec .btn-prev {
	float: none;
	width: 100%;
	margin-bottom:10px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.product-info .btn-sec .btn-next a,
.product-info .btn-sec .btn-prev a {
	display: block;
	line-height: 1;
	padding: 0;
	background-color: #ffffff;
	color: #666666;
	border:solid 1px #AAAAAA;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	font-size: 1.1rem;
	font-weight: bold;
}
.product-info .btn-sec .btn-next a:hover,
.product-info .btn-sec .btn-prev a:hover {
	opacity:0.8;
}
.product-info .btn-sec .btn-next a span {
	text-align: right;
	line-height: 1.2;
	display: block;
	padding-top: 9px;
	padding-bottom: 8px;
	padding-right: 35px;
	padding-left: 15px;
	background: url(/product/phone/common/rnw2015/images/1/arrow-right.png) no-repeat right center;
	background-size: 25px auto;
	-webkit-background-size: 25px auto;
}
.product-info .btn-sec .btn-prev a span {
	text-align: right;
	line-height: 1.2;
	display: block;
	padding-top: 9px;
	padding-bottom: 8px;
	padding-right: 15px;
	padding-left: 35px;
	text-align: left;
	background: url(/product/phone/common/rnw2015/images/1/arrow-left.png) no-repeat left center;
	background-size: 25px auto;
	-webkit-background-size: 25px auto;
}
.product-info .btn-sec .btn-next a span em,
.product-info .btn-sec .btn-prev a span em{
	display:inline-block;
	margin-top:3px;
	padding:4px 20px 2px;
	width:auto;
	color: #FFF;
	background-color: #d22626;
	white-space: nowrap;
	font-style:normal !important;
	font-size:1.5rem;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	position: relative;
	behavior:url("/product/phone/common/rnw2015/js/PIE.js");
}


.product-info .btn-sec .btn-pdf-dl {
	margin-top: 12px;
}

/* list style */
.product-info .info-dtl .dtl-idt ul.disc-list,
.product-info .boxGray,
.product-info .parallelLine{
	margin-top:15px;
}
.product-info .boxGray.spline{
	border: solid 1px #bbbbbb;
	padding: 10px;
}
.product-info .sp-boxGray{
	border: solid 1px #bbbbbb;
	padding: 20px;
	margin-top: 15px;
}
.product-info .info-dtl .dtl-idt ul.disc-list li,
.product-info .boxGray ul li,
.product-info .parallelLine ul li{
	padding:10px 20px;
	border-bottom:solid 1px #bbbbbb;
}
.product-info .info-dtl .dtl-idt ul.disc-list li:first-child,
.product-info .boxGray ul li:first-child,
.product-info .parallelLine ul li:first-child{
	border-top:solid 1px #bbbbbb;
}

.product-info .boxGray ul li sup,
.product-info .parallelLine ul li sup{
	font-size: 75%;
	vertical-align: top;
	display: inline-block;
	padding-top: 0;
	padding-left:0;
	padding-right: 0.5em;
	position:relative;
	top:-2px;
}

.product-info .info-dtl .dtl-ttl sup,
.product-info .info-dtl .dtl-heading01 sup {
	font-size: 65%;
	vertical-align: top;
	display: inline-block;
	padding-top: 0;
	padding-left:0;
	padding-right: 0.5em;
}

.product-info ul.img-list{
	overflow:hidden;
	margin:1.75em 0;
}
.product-info .boxGray ul.img-list{
	margin:5px 0;
}
.product-info ul.img-list li{
	background:url(/product/phone/common/rnw2015/images/1/sp_icn_circle03.png) no-repeat left top;
	background-size: 14px auto;
	padding-left: 20px;
	-webkit-background-size: 14px auto;
	min-height:2em !important;
	border:none;
	margin-bottom:8px;
}
.product-info ul.img-list li sub{ font-size:80%;}
.product-info ul.img-list li:last-child{
	margin-bottom:0;
}
.product-info .boxGray ul.img-list li{
	padding:0 0 0 20px;
	line-height:normal;
	white-space:normal;
	margin-left:0;
}
.product-info .boxGray ul.img-list li:first-child{border-top:none;}

/* table style */
.product-info table.standard{
	/*margin-top:1.75em;*/
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 1px solid #B8B8B8;
	color: #000;
}
.product-info table.standard caption{
	margin-bottom:1em;
}
.product-info table.standard th,
.product-info table.standard td{
	padding:5px;
	border-collapse: collapse;
	color: #000;
	border: 1px solid #AAA;
	line-height: 1.6;
}
.product-info table.standard th sub,
.product-info table.standard td sub{ font-size:80%;}
.product-info table.standard th{
	background-color: #F2F2F2;
}
.product-info table.standard td img{
	vertical-align:middle;
}

.col_th{width:30%;}
.col2_th{width:15%;}

.col_td{width:70%;}

/* 別窓icon用 */
a img.w-icon{
	position:relative;
	top:-2px;
}

/* 調整用のclass */
.interval20{padding-top:20px !important;}
.interval40m{margin-top:40px !important;}
.product-info .info-dtl .dtl-idt .dtl-heading01.nointerval{ margin-top:0 !important;}


/*===========================================================================
 tihs product original settings
===========================================================================*/

p.txt img{ position:relative; top:-5px;}
p.txt.tcenter{ text-align:center;}
.interval{margin-top:50px !important;}