#main h2#pagetitle{
	font-size: 2.6em;
	line-height: 1;
	padding-bottom: 20px;
}
#main h2#pagetitle span{
	font-size: 0.7em;
}


#main section p{
	font-size: 1.6em;
	margin: 0 20px 15px;
}
#main section h3{
	font-size: 2em;
	background: hsl(var(--muted-600));
	color: hsl(var(--foreground));
	padding: 10px 20px;
	margin-top: 40px;
	border: 1px solid hsl(var(--border));
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
#main section h3.firstChild{
	margin-top: 0;
}
#main section h4 {
	color:  hsl(var(--foreground));
	font-size: 1.8em;
	margin: 40px 20px 10px;
}

#main section ul{
	font-size: 1.6em;
	margin: 20px 35px;
}
#main section ul li{
	padding: 0 20px;
	background: url(/common/img/square-brown.gif) no-repeat 5px 7px;
}
#main section ul li p{
	font-size: 1em;
	margin: 0 0 5px;
}


#main section p.link{
	padding-left: 23px;
	position: relative;
	list-style: none;
	background: none;
}
#main section p.link::after{
	content: "";
	position: absolute;
	left: 0.5rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 0.25rem solid transparent;
	border-right: 0.25rem solid transparent;
	border-bottom: 0.25rem solid transparent;
	border-left: 0.25rem solid hsl(var(--foreground));
}
#main section p.link:hover::after{
	left: 0.55rem;
}


#main section table{
	width: 860px;
	margin-left:auto;
	margin-right:auto;
	border-collapse: collapse;
	border-top: 1px solid hsl(var(--muted));
	border-left: 1px solid hsl(var(--muted));
}
#main section table tr{
	border-bottom: 1px solid hsl(var(--muted));
}
#main section table tbody th,
#main section table tbody td{
	padding: 10px 15px;
	border-bottom: 3px solid hsl(var(--muted));
	border-right: none;
}
#main section table tbody th{
	background: hsl(var(--muted-600));
	vertical-align: middle;
	width: 220px;
}
#main section table tbody td{
	line-height: 1.8;
	background: #FFF;
}
#main section table tbody td .note{
	font-size: 12px;
}
#main section table tbody td .note.has-background{
	line-height: 1.4;
    display: block;
    margin-top: 1rem;
    opacity: .8;
    padding: 0.75rem;
    background: hsl(var(--muted));
    border-radius: 0.5rem;
}

#kiyaku {
	overflow-y: scroll;
	height: 200px;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	background: white;
	padding: 20px 1.4rem;
	border:1px solid #ddd;
	-webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 480px){
	#kiyaku {
		height: 200px !important;
		max-width: 95% !important;
	}
	#kiyaku .inner{
		height: auto;
	}
}
#kiyaku .inner p,
#kiyaku .inner ul,
#kiyaku .inner ol{
	font-size: 13px;
	height: auto;
	margin-left: 0;
	margin-right: 0;
}
#kiyaku .inner h4{
	font-size: 14px;
	color: inherit;
	margin-left: 0;
	margin-right: 0;
}
.kiyaku-check{
	text-align: center;
	font-size: 1.6em;
	margin-bottom: 50px;
	line-height: 1;
}
.kiyaku-check #check{
	vertical-align: baseline;
}
#b_img_submit.disabled{
	opacity: .4;
	cursor: not-allowed;
	transition: all 0.15s;
}
#b_img_submit.disabled:active{
	top:0;
}



p.center{
	text-align: center;
}
#btn-order {display: none;}


.indispensable{
	color: #C12C20;
}

.btn_primary {
	padding:15px 80px;
}

#main section #fig-flow{
	margin: 0 0 20px;
}