@charset "utf-8";

/*===================================================================
	/xxx/index.htm
===================================================================*/
#contents .mainSection .img {
	vertical-align: top;
}
#contents .mainSection .imgAtt {
	width:440px;
	padding-right: 20px;
	position:relative;
}
#contents .mainSection .imgAtt .idxImg img{
	width: 100%;
}

#contents .detailSection .main .detailGroup .detail_no-border {
	padding-bottom:0;
	border-bottom: 0;
}
#contents .detailSection .main .detailGroup .detail_no-border .summary {
	width:275px !important;
}

#contents .detailSection .main .detailGroup .detail .summary .txt {
	margin-top:5px;
	color:#000000;
}

@media all and (min-width: 769px) {
  #contents .detailSection .main {
    float: none;
    width: 100%;
  }
  #contents .detailSection .main .detailGroup .detail a {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #contents .detailSection .main .detailGroup .detail .summary {
    width: 45%;
    display: block;
  }
  #contents .detailSection .main .detailGroup .detail .img {
    width: 55%;
    text-align: center;
    display: block;
  }
  #contents .detailSection .main .detailGroup .detail .layCol01 {
    width: calc(50% - 25px);
  }
  #contents .detailSection .main .detailGroup .detail .layCol02 {
    width: calc(50% - 25px);
  }
  #contents .detailSection .main .detailGroup .detail .layCol01 .summary,
  #contents .detailSection .main .detailGroup .detail .layCol02 .summary {
    display: table-cell;
  }
}

@media only screen and (max-width: 768px) {
#contents .mainSection .imgAtt{
	width: 100%;
}
#contents .detailSection .main .detailGroup .detail_no-border a{
	height: 109px;
}
#contents .detailSection .main .detailGroup .detail_no-border .summary .summaryFigure02{
	height: auto;
}
#contents .detailSection .main .detailGroup .detail_no-border .summary .ttl{
	font-size: 120% !important;
}
#contents .detailSection .main .detailGroup .detail .layCol01 .summary .ttl, #contents .detailSection .main .detailGroup .detail .layCol02 .summary .ttl{
	height: 109px;
}
#contents .mainSection .imgAtt {
	height: auto;
	padding-right: 0;
	margin-bottom: 40px;
}
#contents .mainSection .summary .ttl .ttlGroup img{
	width: auto;
}
#contents .detailSection.section04 {
	padding-left: 15px;
	padding-right: 15px;
}
}


#contents .mainSection .summary .ttl .price{
	margin-top:15px;
}
#contents .mainSection .summary .ttl .price img{
	width:100%;
}
#contents .mainSection .summary .ttl .price img.showPC{
	display:block;
}
#contents .mainSection .summary .ttl .price img.showSP{
	display:none;
}
@media only screen and (max-width: 768px){
	#contents .mainSection .summary .ttl .price img.showPC{
		display:none;
	}
	#contents .mainSection .summary .ttl .price img.showSP{
		display:block;
	}
}


#contents .mainSection ul li.summary .ttl .ttlGroup .mr{display: block;	margin-top: -15px;margin-bottom: -15px;font-size:38px;font-weight: bold;}
#contents .mainSection ul li.summary .ttl .ttlGroup .mr img{margin-left: 10px;vertical-align: baseline;}

#contents .mainSection ul li.summary .caution{
	border: 2px solid #ff0000;
}
#contents .mainSection ul li.summary .caution dl dt{
	background: #ff0000;
	text-align: center;
	font-size: 15px;
	color: #ffffff;
}
#contents .mainSection ul li.summary .caution dl dd{
	display: flex;
	font-size: 12px;
	padding: 10px;
}
#contents .mainSection ul li.summary .caution dl dd .txt{
	width:260px;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#contents .mainSection ul li.summary table{
	width:200px;
	border-collapse:collapse;
}
#contents .mainSection ul li.summary table tr:nth-child(odd) td{
	background-color:#c1dcf3;
}
#contents .mainSection ul li.summary table tr:nth-child(even) td{
	background-color:#9cc9ed;
}
#contents .mainSection ul li.summary table tr th{
	width:calc(100%/3);
	padding:7px 0 5px 0;
	background-color:#42a0d1;
	border:none;
	color:#ffffff;
	font-size:10px;
	line-height:1.2;
}
#contents .mainSection ul li.summary table tr th+th{
	border-left:1px solid #ffffff;
}
#contents .mainSection ul li.summary table tr td{
	padding:4px 0 7px 0;
	font-size:10px;
	font-weight:bold;
	line-height:1;
	color:#000000;
	border-top:2px solid #ffffff;
	border-right:none;
	border-left:none;
	border-bottom:none;
}
#contents .mainSection ul li.summary table tr td+td{
	border-left:1px solid #ffffff;
}




@media only screen and (max-width: 768px) {
	.movieArea{
		position:relative;
		display:block;
		width:100%;
		height:auto;
		padding-top:56.25%;
	}
	.movieArea iframe{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
	}

	#contents .mainSection ul li.summary .caution dl dd{
		display: block;
	}
	#contents .mainSection ul li.summary .caution dl dd .txt{
		width:100%;
	}

	#contents .mainSection ul li.summary table{
		width:100%;
		margin-top:10px;
	}
}

/* ------ VideoManuals ------ */
.VideoManuals{
display:flex;
justify-content:space-between;
width:900px;
padding:10px 20px;
border:1px solid #000;
overflow:hidden;
box-sizing:border-box;
margin:0 auto;
}

.manualsImg{
width:125px;
margin-right:20px;
border:1px solid #ccc;
}

.manualsTxt{
width:710px;
padding-top:20px;
box-sizing:border-box;
}

@media only screen and (max-width: 768px) {
	.VideoManuals{
		display:block;
	width:100%;
	padding:10px 20px;
	}

	.manualsImg{
		max-width:250px;
	width:50%;
	margin:0 auto;
	}

	.manualsTxt{
	width:100%;
	}

	#contents .manualsTxt>p>a>img{
		width:15px;
	}
}

#footer {
    margin-top: 0;
}
.sitemap {
    margin-bottom: 0;
}
@media only screen and (max-width: 768px){
#contents .headSection .rightArea {
    position: unset;
    margin-top: 10px;
}}