@charset "UTF-8";
/*
::::::::::::::::::::
 スマホ
::::::::::::::::::::
*/

/* 黒板 */
.sp-contents .top-kokuban {
	position: relative;
}
.sp-contents .top-kokuban button {
	border: 0;
	padding: 0;
	position: absolute;
	/*left: calc(50% - 177px);*/
	left: 10%;
	top: 80%;
	width: 80%;
	height:auto;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}
.sp-contents .top-kokuban button:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
}
.sp_contents .top-kokuban h2 img {
	height: auto;
	margin: 0;
	max-width: 1400px;
	width: 100%;
}


/* 比較 */
.sp-contents .hikaku {
	background-color: #f3f0e9;
	margin: 0;
	padding: 0 0 10px;
}
.sp-contents .hikaku .sample {
	background-color: #fff;
	height: auto;
	margin: 0 auto 50px;
	max-width: 640px;
	width: 100%;
}
.sp-contents .hikaku .sample h3 {
	background-color: #46766f;
	color: #fff;
	padding: 10px 0;
	width: 100%;
}
.sp-contents .hikaku .sample .shousai {
	margin: 0 auto 50px;
	width: 85%;
}
.sp-contents .hikaku .sample .shousai {
	border-top: solid 5px #acd3cd;
	text-align: center;
}
.sp-contents .hikaku .sample .rei {
	width:100%;
	text-align: center;
	padding: 40px 0 50px; 
}
.sp-contents .hikaku .sample .shousai .title ,
.sp-contents .hikaku .sample .shousai .detail {
	margin: 30px auto;
	max-width: 576px;
	width: 100%;
}
.sp-contents .hikaku .sample .shousai .title::after {
	content: "";
	display: block;
	clear: both;
}
.sp-contents .hikaku .sample .shousai .title .machine {
	float: left;
	max-width: 30px;
	width: 100%;
}
.sp-contents .hikaku .sample .shousai .title .machine img {
	width: 30px;
}
.sp-contents .hikaku .sample .shousai .title .setsumei {
	text-align: left;
}
.sp-contents .hikaku .sample .shousai .title .setsumei h4 {
	border-bottom: solid 2px #acd3cd;
	margin: 30px 0 20px 50px;
	padding: 5px 0 5px 5px;
}
.sp-contents .hikaku .sample .shousai .title .setsumei p {
	line-height: 1.5em;
}

.sp-contents .hikaku .sample .shousai .detail img {
	margin: 15px auto;
}

.sp-contents .top-download::after {
	content: "";
	display: block;
	clear: both;
	
}
.sp-contents .top-download .download-button {
	float: left;
	font-size: 24px;
	font-weight: bold;
	margin: 20px 0 0;
	width: 50%;
	text-align: center;
}
.sp-contents .top-download .download-button img.download {
	height: auto;
	width: 90%;
}

.sp-contents .program .shoukai .p-rei p img {
	
}

#to-top {
	bottom: 0px;
	height: 70px;
	position: fixed;
	right: 0px;
	width: 70px
}
#to-top img {
	height: 70px;
	width: 70px;
}
