@charset "UTF-8";

#system div.content{
	color:#222;
	
	box-sizing: border-box;
	padding:10px;
}

#system div.btn-scroll{
	margin-bottom:20px;
}

#system div.btn-scroll ul{	
	font-size:0;
	line-height:1.0em;
	
	text-align: center;
	
	margin-bottom:10px;
}

#system div.btn-scroll ul li{
	display:inline-block;
	width:33.25%;
	
	box-sizing: border-box;
	padding:2.5px;
	
	height:40px;
	
	font-size:1.25rem;
	line-height:40px;
}

#system div.btn-scroll ul li a{
	display:block;
	background-color:#b1b1b1;
	color:#fff;
	border-radius:2.5px;
    transition: all 0.5s;
}

#system div.btn-scroll ul li a:hover{
	background-color:#7b7bb0;
	text-decoration: none;
}

#system div.btn-scroll p.note{
	font-size:0.8rem;
	line-height:1.0em;
	
	color:#f00;
	text-align: center;
}

#system p.img-top-system{
	margin-bottom:20px;
}

#system p.img-top-system img{
	width:100%;
	vertical-align: bottom;
}

.price{
	margin-bottom:20px;
}

.price div.content-inner{
	background-color:#fff;
	color:#222;
	
	box-sizing: border-box;
	padding:10px;
}

.price p.img-price img{
	width:100%;
	vertical-align: bottom;
}

.flow{
	margin-bottom:20px;
}

.flow div.content-inner{
	background-color:#fff;
	color:#222;
	
	box-sizing: border-box;
	padding:10px;
}

.flow article{
	margin-bottom:20px;
}

.flow article:last-child{
	margin-bottom:0;
}

.flow article div.inner{
	box-sizing: border-box;
	padding:20px 40px;
	background-color:#eee;
	color:#222;
	position: relative;
}

.flow article div.inner p.number{
	position: absolute;
    top: -5px;
    left: -5px;
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    background-color: #7b7bb0;
    color: #fff;
}

.flow article h4{
	font-size:1.5rem;
	line-height:1.5em;
	font-weight:bold;
}

.credit{
	margin-bottom:20px;
}

.credit div.content-inner{
	background-color:#fff;
	color:#222;
	
	box-sizing: border-box;
	padding:10px;
}

.credit p.img-card{
	box-sizing: border-box;
	padding:15px;
	
	border:solid 5px #eee;
	background-color:#fff;
	color:#222;
	
	text-align: center;
	margin-bottom:20px;
}

.credit p.img-card span.note{
	display:block;
	
	margin-bottom:10px;
}

.credit p.img-card img{
	width:100%;
	vertical-align: bottom;
	max-width: 480px;
}

.credit ul.caution{
	list-style-type: disc;
	list-style-position: outside;
	margin-left:25px;
	
	margin-bottom:20px;
}

.credit ul.caution li{
	font-size:0.8rem;
	line-height:2.0em;
}

.credit h3{	
	margin-bottom:20px;
}

.credit article{
	margin-bottom:20px;
}

.credit article:last-child{
	margin-bottom:0;
}

.credit article div.inner{
	box-sizing: border-box;
	padding:20px 40px;
	
	border:solid 5px #fff;
	
	background-color:#eee;
	color:#222;
	
	position: relative;
}

.credit article div.table-parent{
	display:table;
	width:100%;
}

.credit article div.table-parent p.thumbnail{
	display:table-cell;
	width:160px;
	vertical-align: top;
}

.credit article div.table-parent div.text{
	display:table-cell;
	width:auto;
	vertical-align: middle;
	
	box-sizing: border-box;
	padding-left:10px;
}

.credit article div.inner p.number{
	position: absolute;
	top:-5px;
	left:-5px;
	
	width:40px;
	height:40px;
	
	font-size:1.25rem;
	line-height:40px;
	font-weight:bold;
	text-align: center;
	background-color:#7b7bb0;
	color:#fff;
}

.credit article h4{
	font-size:1.5rem;
	line-height:1.5em;
	font-weight:bold;
}

.credit article p.btn-credit{
	background-color:#f80;
	color:#fff;
	
	width:180px;
	margin:10px 0;
	
	box-sizing: border-box;
	padding:5px 10px;
	
	border-radius:2.5px;
	border:solid 5px #f80;
	
	font-weight:bold;
	text-align: center;
}

.credit article p.btn-credit a{
	display:block;
	color:#fff;
}

.credit article p.btn-credit:hover{
	background-color:#fff;
}

.credit article p.btn-credit:hover a{
	text-decoration: none;
	color:#f80;
}

.credit p.thanks{
	text-align: center;
	margin:20px 0;
	
	font-weight:bold;
	color:#f69;
}

.credit p.tel-contact{
	box-sizing: border-box;
	padding:15px;
	
	border:solid 5px #eee;
	background-color:#fff;
	color:#222;
	
	text-align: center;
	margin-bottom:20px;
	
	position: relative;
	
	margin-top:30px;
	
	font-size:2.5rem;
	line-height:1.75em;
	font-weight:bold;
}

.credit p.tel-contact span.note{
	display:block;
	
	margin-bottom:10px;
	
	position: absolute;
	top:-20px;
	left:0;
	right:0;
	
	width:320px;
	margin:0 auto;
	background-color:#fff;
	font-weight:bold;	
	font-size:1.25rem;
	line-height:1.75em;
}

.attention{
	margin-bottom:20px;
}

.attention div.content-inner{
	background-color:#fff;
	color:#222;
	
	box-sizing: border-box;
	padding:20px;
}

.attention ul.caution{
	list-style-type: disc;
	list-style-position: outside;
	margin-left:25px;
	
	margin-top:20px;
}

.attention ul.caution li{
	font-size:0.8rem;
	line-height:2.0em;
}