#inner_cost *{
	box-sizing: border-box;
}
#inner_cost{
	height: 723px;
	text-align: left;
	position: relative;
}
#container div.article-list{
	padding: 2em;
}
#container h3{
	font-size: 22px;
	line-height: 1.4em;
	text-align: left;
	border-bottom: solid 1px #AEA297;
	display: inline-block;
	margin-bottom: 1em;
}
#container .tabsec p{
	margin-bottom: 1.5em;
}
[class*=_assist] {
	margin: 0.5em auto;
	width: 100%;
	height: 60px;
	list-style-type: none;
}

[class*=_assist] .prev {
	float: left;
}

[class*=main]:not(ul) {
	margin: 0 auto;
	/*width: 622px;
	height:480px;*/
	width: 100%;
	height: auto;
	position: relative;
}

[class*=main]:not(ul) h2 {
	font-size: 25px;
	text-align: left;
}

[class*=main]:not(ul) a {
	text-decoration: none;
	color: #fff;
}

[class*=main] section {
//z-index:-1;
	/*height: 480px;*/
	/*position: absolute;*/
	left: 0;
	top: 0;
	width: 100%;
	//background: url(http://kobe-yumeclinic.sakura.ne.jp/wdpss/wp-content/themes/kobeyume/images/background.gif);
}

[class*=main] section:nth-child(1) {
}
[class*=main] section:nth-child(2) {
}
[class*=main] section:nth-child(3) {
}
[class*=main] section:nth-child(4) {
}
[class*=main] section:nth-child(5) {
}
[class*=main] section:nth-child(6) {
}
[class*=main] section:nth-child(7) {
}
[class*=main] section:nth-child(8) {
}
[class*=main] section:nth-child(9) {
}
[class*=main] section.off {
	/*display: none;*/
	height: 0;
	margin: 0;
	padding: 0;
}

[class*=main] section.on {
	/*display: block;*/
	z-index: 1;
}


div.cost_button {
	padding:0.6em;
	margin-bottom: 30px;
	width: 100%;
	background-color: #CF9E8B;
	border: solid 2px #CF9E8B;
	cursor: pointer;
	color: #fff;
	font-size: 24px;
	line-height: 1.2em;
	border-radius: 4px;
	}
div.cost_button:hover{
	border: solid 2px #AEA297;
	background-color: #E7E3E0;
	color: #434343;
}
img#cost_result {
    border: 0;
    /*width: 100px;
    height: 200px;*/
	display:block;
    margin: 168px auto;
}

div#subtotal {
	font-size:34px;
	padding-right:1em;
text-align:right;
    border: 0px;
    width: 470px;
    height: 60px;
	position:absolute;
	/*float:right;*/
	right:0;
	bottom:0;
    background: url(../img/subtotal.png) left top no-repeat;
	background-position: bottom right;
	line-height: 60px;
	}

div#total {
	font-size:34px;
	padding-right:1em;
text-align:right;
    border: 0px;
    width: 350px;
    height: 60px;
	position:absolute;
	right:0;
	bottom:0;
    background: url(../img/total.png) left top no-repeat;
	background-position: bottom right;
	line-height: 60px;
	}
	
ul.main1_assist{
	text-align: left;
	//position: absolute;
	left: 0;
	bottom: 0;
	padding: 0;
}
ul.main1_assist li.prev, ul.main1_assist li.firstprev {
	/*position:absolute;*/
	/*left:10px;
	top:618px;*/
	font:24px;
	color: #AEA297;
	/*font-weight:bold;*/
	cursor: pointer;
	height: 60px;
	line-height: 60px;
	}
ul.main1_assist li.prev::before, ul.main1_assist li.firstprev::before{
	content: '◀';
	color: #D6D0CB;
	padding-right: 0.5em;
}
dl#cost_note{
	position:relative;
	text-align-last: left;
	/*top:188px;
	left:10px;*/
	margin-top: 2em;
	}
	
dl#cost_note dt{
	clear: left;
	float: left;
	margin-bottom: 0.5em;
	width: 3em;
	}
	
dl#cost_note dd{
	margin-bottom: 1em;
	overflow: hidden;
	}
.hideclass{display:none;}


@media (max-width: 622px) {
	#inner_cost{
	height: 580px;
}
	img#cost_result {
    border: 0;
    width: auto;
    height: 150px;
	display:block;
    margin: 130px auto;
}
	[class*=_assist] {
		width: 100%;
	}
	[class*=main]:not(ul) {
		margin: 0 auto;
		width: 100%;
	}
	div#subtotal, div#total {
		text-align:right;
		/*width: 100%;*/
	}
	div#subtotal {
		font-size:22px;
    width: 100%;
    height: 40px;
    background: url(../img/subtotal.png) left top no-repeat;
		background-size: 100% auto;
		background-position: bottom center;
	line-height: 40px;
	}
	div#total {
		font-size:22px;
    width: 100%;
    height: 40px;
    background: url(../img/total.png) left top no-repeat;
		background-size: 100% auto;
		background-position: bottom center;
	line-height: 28px;
		bottom: -50px;
	}
	div.cost_button {
	margin-bottom: 1.5em;
	font-size: 16px;
	}

ul.main1_assist li.prev, ul.main1_assist li.firstprev {
	margin-bottom: 
	}


}

