@charset "utf-8";
.smartbind_wrap {
	max-width: 890px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.smartbind_wrap.whtBg {
	background: rgba(255,255,255,0.8);	
}
.smb_hr1 {
	height: 500px;
	background: url(../images/smartbind/smartbind_hr.png) no-repeat center top;
	margin-top: -100px;
}
.smartbind_logo {
	width: 320px;
	margin: 0 auto 30px; 	
}
.smartbind_logo img {
	width: 100%;
	height: auto;	
}

.smartbind_second {
	background: #F8F8F8;
	position: relative;
	z-index: 10;
}
.smartbind_subtitle {
	font-size: 24px;
	color: #B40019;
	margin: 60px 0 20px;
}
.smartbind_subtitle.first {
	margin-top: 0;
}
.smartbind_title_check {
	padding-left: 35px;
}
.smartbind_title_check .smartbind_subtitle {
	position: relative;
}
.smartbind_title_check .smartbind_subtitle::before {
	content: '';
	display: block;
	position: absolute;
	top: calc(50% - 12px);
	left: -35px;
	width: 26px;
	height: 26px;
	border: 2px solid #999;
}
.smartbind_title_check .smartbind_subtitle::after {
	content: '';
	display: block;
	position: absolute;
	top: calc(50% - 14px);
	left: -30px;
	width: 26px;
	height: 12px;
	border-left: 2px solid #31A054;
	border-bottom: 2px solid #31A054;
	transform: rotate(-45deg);
}
.smartbind_figure {
	margin: 40px 0;
	padding: 0 20px;
}
.smartbind_figure img {
	width: 100%;
	height: auto;
}
.smartbind_merit dt {
	margin: 0 0 15px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.smartbind_merit dt p {
	flex: 1;
}
.smartbind_merit dd {
	font-size: 105%;
	font-weight: 500;
	margin-bottom: 25px;
	margin-left: 10px;
}
.smartbind_merit dd ul {
	margin-left: 2em;
}
.smartbind_merit dd li {
	margin: 0 0 5px;
	position: relative;
}
.smartbind_merit dd li span.mark_arw {
	position: absolute;
	left: -1.5em;
	color: #B40019;
}
.smartbind_merit strong, .indent_list li strong {
	color: #B40019;
}
.before {
	font-size: 10px;
	width: 46px;
	height: 46px;
	background: #CCC;
	border-radius: 23px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	margin-right: 10px;
}
.indent_list {
	margin-left: 1.5em;
}
.indent_list li {
	margin: 0 0 5px;
	padding: 0;
	position: relative;
}
.indent_list li span {
	position: absolute;
	left: -1.5em;
	color: #B40019;
}
.smartbind_notes {
	border: 1px solid #999;
	padding: 10px;
	background: #FFF;
	font-size: 85%;
	margin: 0 0 120px;
}
.smartbind_notes p {
	margin-left: 4em;
	position: relative;
}
.smartbind_notes p span {
	position: absolute;
	left: -4em;
	top: 0;
}
.smartbind_spec {
	padding: 20px;
	background: #FFF;
}
.smartbind_spec table {
	border-top: 1px solid #ccc;
	margin: 0 0 40px;
	width: 100%;
}
.smartbind_spec caption {
	text-align: left;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	padding: 0 0 15px;
	font-size: 130%;
}
.smartbind_spec table th, .smartbind_spec table td {
	text-align: left;
	padding: 15px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}
.smartbind_spec table tr:nth-child(even) th, .smartbind_spec table tr:nth-child(even) td {
	background: #F5F5F5;
}
.smartbind_spec table th {
	width: 30%;
	white-space: nowrap;
	padding-left: 5px;
	border-right: 1px solid #ccc;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}
.smartbind_spec table td {
	font-size: 90%;
}
.smartbind_spec table td table {
	border: none;
	padding: 0;
	margin: 0;
	width: auto;
}
.smartbind_spec table td th, .smartbind_spec table td td {
	border: none;
	padding: 5px;
	background: none!important;
}
.smartbind_lead {
	margin-bottom: 20px;
}
strong.price {
	font-size: 130%;
}
table.price_tbl th {
	white-space: nowrap;
	width: 1%;
	padding-right: 20px;
}
.extra_tbl {
	margin-bottom: 15px!important;
}
.smartbind_spec .extra_tbl td {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 110%;
}
.th_flex {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.th_flex .smb_ico {
	width: 24px;
	margin-right: 5px;
}
.smb_ico img {
	width: 24px;
	height: auto;
}
.price_flex {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.price_flex_notes {
	font-size: 90%;
	margin-left: 15px;
}

.serviceJirei_contact {
	margin: 60px 0 120px;	
}
 @media(max-width: 767px) {
.smartbind_wrap {
	padding: 0 15px;	
}
.smartbind_figure {
	margin: 20px 0;
	padding: 0px;
}
.smartbind_logo {
	width: 50%;
	margin: 0 auto 10px; 	
}
.smb_hr1 {
	height: 16vw;
	background: url(../images/smartbind/smartbind_hr_sp.png) no-repeat center top;
	background-size: 100%;
	margin-top: 0;
}
.smartbind_second {
	padding-top: 30px;
}
.smartbind_subtitle {
	font-size: 18px;
}
.smartbind_spec {
	padding: 15px;
}
.smartbind_spec table th, .smartbind_spec table td {
	text-align: left;
	padding: 0;
	vertical-align: top;
	background: none;
	border: none;
	width: auto;
	white-space: inherit;
	display: block;
}
.smartbind_spec table tr:nth-child(even) th, .smartbind_spec table tr:nth-child(even) td {
	background: none;
}
.smartbind_spec table th, .smartbind_spec table.extra_tbl td {
	padding: 10px 0 10px;
}
.smartbind_spec table td {
	padding: 0 0 15px;
	border-bottom: 1px solid #ccc;
}
.smartbind_spec table td {
	font-size: 100%;
}
.price_flex {
	display: block;
}
.price_flex_notes {
	margin-left: 0;
}
.th_flex .smb_ico {
	width: 24px;
	margin-right: 5px;
}
.smb_ico img {
	width: 24px;
	height: auto;
}
.smartbind_title_check {
	padding-left: 30px;
}
.smartbind_title_check .smartbind_subtitle::before {
	top: 5px;
	left: -30px;
	width: 20px;
	height: 20px;
}
.smartbind_title_check .smartbind_subtitle::after {
	top: 5px;
	left: -25px;
	width: 20px;
	height: 9px;
}

.smartbind_merit dt {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: start;
	align-items: start;
}
.smartbind_merit dd {
	margin-left: 0;
	font-size: 100%;
}
.smartbind_notes {
	font-size: 10px;
	margin-bottom: 60px;
}
}


@media(min-width: 768px) {
.spObj {
	display: none;
}
}
@media(max-width: 767px) {
.pcObj {
	display: none;
}
.spObj {
	display: block;
}
}


