/*--------------------------------------------------
  layput
--------------------------------------------------*/

.js-pc-header-panel { 
	display: none;
}

#obiTop {
	width: 100%;
  	height: 100px;
	background:url(../img/pc_bg01.png);
	background-size: cover;
  	background-position: center, top;
	background-repeat: no-repeat, repeat-x;
	border-top: 1px solid #d2d2d2;
}

#obiBtm {
	width: 100%;
  	height: 100px;
	background:url(../img/pc_bg02.png);
	background-size: cover;
  	background-position: center, top;
	background-repeat: no-repeat, repeat-x;
	margin-bottom: 50px;
}

#kvArea {
  width: 100%;
  height: 372px;
  box-sizing: border-box;
  background-image: /*url("/battery/img/top/img_04.png"),*/url("../img/bg_sky.jpg");
  background-size: cover;
  background-position: center, top;
  background-repeat: no-repeat, repeat-x;
}

#kvArea #mainArea {
	width: 980px;
	margin: 0 auto;
	padding-top: 56px
}

#kvArea #mainArea #mainImg {
	width: 372px;
	float: left;
}

#kvArea #mainArea #mainImg p{
	text-align: center;
}

#kvArea #mainArea #mainImg img {
	width: 270px;
}

#kvArea #mainArea #mainCopy {
	width: 528px;
	float: left;
}

#kvArea #mainArea #mainCopy h1 {
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 46px;
	line-height:1.3;
	margin-bottom: 20px;
}

#kvArea #mainArea #mainCopy h1 span {
	font-size: 32px;
}

#kvArea #mainArea #mainCopy dl {
	display:  table;
	margin-bottom: 5px;
}

#kvArea #mainArea #mainCopy dl dt,
#kvArea #mainArea #mainCopy dl dd {
	display:  table-cell;
	font-family: "こぶりなゴシック W3 JIS2004";
	vertical-align: middle;
}

#kvArea #mainArea #mainCopy dl dt span {
	display:block;
	background: #ff6300;
	border-radius: 4px;
	color: #fff;
	font-size: 18px;
	padding: 0.2em 0.4em;
}

#kvArea #mainArea #mainCopy dl dd {
	padding-left: 15px;
	font-size: 30px;
	font-weight:bold;
}

#kvArea #mainArea #mainCopy dl dd span {
	font-size: 20px;
	font-weight:normal;
}


h2.midashi{
	font-size: 36px;
	letter-spacing: 3px;
	text-align: center;
	position:relative;
	margin-bottom: 40px;
}

h2.midashi::after{
	content:'';
	display:block;
	width: 40px;
	height: 3px;
	background: #ff6300;
	position: absolute;
	left: calc(50% - 40px);	
	bottom: -15%;
}

ul#oubo_monitor_houhou {
	width: 756px;
	margin: 0 auto 70px;
}

ul#oubo_monitor_houhou li {
	width: 144px;
	text-align: center;
	float: left;
}

ul#oubo_monitor_houhou li.arrow {
	display: block;
	width: 60px;
	height: 80px;
	background:url(../img/pc_triangle.png) center bottom no-repeat;
}

ul#oubo_monitor_houhou li img {
	width: 100%;
}

ul#oubo_monitor_houhou li p:nth-child(1){
	margin-bottom: 20px;
}

ul#oubo_monitor_houhou li p:nth-child(2){
	display:inline-block;
	background: #ff6300;
	border-radius: 4px;
	color: #fff;
	font-size: 18px;
	padding: 0.2em 0.4em;
	margin-bottom: 12px;
}

ul#oubo_monitor_houhou li p:nth-child(3){
	font-size: 14px;
}

.gaiyouTxt {
	text-align: center;
	margin-bottom: 60px;
	font-size: 16px;
}

table#gaiyouTable {
	box-sizing: border-box;
	margin-bottom: 40px;
}

table#gaiyouTable th {
	box-sizing: border-box;
	background: #ffece0;
	font-weight: normal;
	width: 250px;
	padding-left: 1.6em;
	padding-top: 2em;
	padding-bottom: 2em;
	font-size: 16px;
}

table#gaiyouTable td {
	box-sizing: border-box;
	background: #fff7f2;
	vertical-align: middle;
	padding-left: 1.6em;
	padding-right: 1.6em;
	padding-top: 2em;
	padding-bottom: 2em;
	font-size: 16px;
}

table#gaiyouTable td p {
	font-size: 12px;
	margin-top:1em;
}

table#gaiyouTable td a {
	color: #666;
	text-decoration: underline;
}

table#gaiyouTable td ul {
	margin-top: 1em;
}

table#gaiyouTable td ul li {
	padding-left: 1em;
	text-indent: -1em;
	padding-bottom: 0.6em;
}

table#gaiyouTable td ul li:last-child {
	padding-bottom: 0;
}

p.oubooyomi {
	text-align: center;
	margin-bottom: 30px;	
	font-size: 16px;
}

p.oubooyomi br {
	display: none;
}

p.oubodoui {
	text-align: center;
	margin-bottom: 30px;	
	font-size: 16px;
}

p.oubodoui input {
	width: 20px;
	height: 20px;	
}

p.oubokochira {
	text-align: center;
	margin-bottom: 50px;
}

p.oubokochira a {
	display: inline-block;
	background: #ff6300;
	color: #fff;
	width: 500px;
	border-radius: 4px;
	padding: 0.6em 0;
	font-size: 18px;
	position: relative;
}

p.oubokochira a:hover {
	opacity: 0.8;
}

p.oubokochira a::after {
	content: "";
	position: absolute;
	right: 20px;
	top : 18px;
	display: block;
	width: 10px;
	height: 10px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


p.oubokochira_mada {
	text-align: center;
	margin-bottom: 50px;
}

p.oubokochira_mada span {
	display: inline-block;
	background: #ccc;
	color: #fff;
	width: 500px;
	border-radius: 4px;
	padding: 0.6em 0;
	font-size: 18px;
	position: relative;
}

p.oubokochira_mada span::after {
	content: "";
	position: absolute;
	right: 20px;
	top : 18px;
	display: block;
	width: 10px;
	height: 10px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*Thankyouページ*/
p.enqTitle { margin-bottom: 50px;}

p.enqTitle img { width: 100%;}

.finishCopy{
	text-align: center;
	font-size: 20px;
	margin: 0 0 80px;
}

.spshow { display:none;}



@media screen and (max-width: 736px) {
  #obiTop {
		width: 100%;
		height: 0;
		padding-top:15.625%;
		background:url(../img/bg_sp01.jpg);
		background-size: contain;
  		background-position: center, top;
		background-repeat: no-repeat, repeat-x;
		border-top: none;
	}

	#obiBtm {
		width: 100%;
  		height: 0;
		padding-top:15.625%;
		background:url(../img/bg_sp02.jpg);
		background-size: contain;
  		background-position: center, top;
		background-repeat: no-repeat, repeat-x;
		margin-bottom: 40px;
	}
  
  
  	#kvArea {
    	/*height: 42.5vw;*/
    	/*background-image: url("/battery/img/top/img_04_sp.png");*/
		height: 0;
		padding-top: 100%;
    	background-position: center bottom;
		position:relative;
	}
	
	
	#kvArea #mainArea {
		width: 100%;
		padding-top: 8%;
		margin: 0 auto;
		position:absolute;
		top:0;
	}

	#kvArea #mainArea #mainImg {
		width: 90.625%;
		float: none;
		margin: 0 auto 8%;
	}

	#kvArea #mainArea #mainImg img {
		width: 48%;
	}

	#kvArea #mainArea #mainCopy {
		width: 90.625%;
		float: none;
		margin: 0 auto;
	}

	#kvArea #mainArea #mainCopy h1 {
		font-size: 7.1875vw;
		margin-bottom: 4%;
	}

	#kvArea #mainArea #mainCopy h1 span {
		font-size: 5vw;
	}

	#kvArea #mainArea #mainCopy dl {
		display:  table;
		margin-bottom: 1%;
	}

	#kvArea #mainArea #mainCopy dl dt span {
		font-size: 3.2vw;
	}

	#kvArea #mainArea #mainCopy dl dd {
		padding-left: 0.8em;
		font-size: 5vw;
	}

	#kvArea #mainArea #mainCopy dl dd span {
		font-size: 3.125vw;
	}
	
	h2.midashi{
		font-size: 8.125vw;
		margin-bottom: 10%;
	}
	
	h2.midashi::after{
		width: 8%;
		height: 2px;
		background: #ff6300;
		position: absolute;
		left: calc(50% - 8%);	
		bottom: -15%;
	}
	
	ul#oubo_monitor_houhou {
		width: 100%;
		margin: 0 auto 15%;
	}
	
	ul#oubo_monitor_houhou li {
		width: 100%;
		float: none;
		position: relative;
		height: auto;
	}
	
	ul#oubo_monitor_houhou li::before {
		content: "";
		display: block;
		padding-top: 50%;
	}
	
	ul#oubo_monitor_houhou li p:nth-child(1){
		width: 50%;
		height: auto;
		position: absolute;
		top:0;
		left: 1.7%;
		margin-bottom: 0;
	}
	
	ul#oubo_monitor_houhou li p:nth-child(2){
		font-size: 4vw;
		position: absolute;
		left: 58%;
		top:33%;
		margin-bottom: 0;
	}
	
	ul#oubo_monitor_houhou li p:nth-child(3){
		font-size: 3.6vw;
		position: absolute;
		left: 58%;
		top:56%;
		text-align:left;
	}
	
	ul#oubo_monitor_houhou li.arrow {
		display: block;
		width: 100%;
		height: 20px;
		margin: 20px 0;
		background:url(../img/sp_triangle.png) 24% bottom no-repeat;
	}

	.gaiyouTxt {
		text-align: left;
		margin-bottom: 10%;
		font-size: 4vw;
	}
	
	table#gaiyouTable {
		box-sizing: border-box;
		margin-bottom: 5%;
		width: 100%;
	}
	
	table#gaiyouTable th,
	table#gaiyouTable td {
		display: block;
	}

	table#gaiyouTable th {
		width: 100%;
		font-size: 4vw;
		padding: 0.6em 0.8em;
	}

	table#gaiyouTable td {
		background: #fff;
		font-size: 3.6vw;
		padding: 0.6em 0 1em 0;
	}

	table#gaiyouTable td p {
		font-size: 2.8vw;
	}
	
	p.oubooyomi {
		margin-bottom: 5%;
		font-size: 3.6vw;
	}

	p.oubooyomi br {
		display: inline;
	}
	
	p.oubodoui {
		margin-bottom: 5%;
		font-size: 4vw;
	}
	
	p.oubokochira,
	p.oubokochira_mada {
		margin-bottom: 8%;
	}

	p.oubokochira a,
	p.oubokochira_mada span {
		width: 100%;
		font-size: 5vw;
	}

	p.oubokochira a::after,
	p.oubokochira span::after {
		right: 5%;
		top : 40%;
	}
	
	p.enqTitle { margin-bottom: 10%;}

	.finishCopy{
		text-align: left;
		font-size: 4.6vw;
		margin: 0 0 5%;
	}
	
	.pcshow { display: none;}
	.spshow { display: block;}
}
