@charset "UTF-8";

.quality_section {
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 0px;
}

.section_scan {
    padding: 60px 0 0;
    margin-bottom:30px;
}

.section_dock {
    padding: 10px 0 60px;
}

.scan_bg {
    background: url("/images/bg_scan_button.jpg") 0 0 no-repeat;
    background-size: auto;
    background-size: cover;
    height: 350px;
    padding: 70px 0;
}
.dock_bg {
    background: url("/images/bg_dock_button.jpg") 0 0 no-repeat;
    background-size: auto;
    background-size: cover;
    height: 350px;
    padding: 70px 0;
}
.section_scan h2 {
    color: #ffffff;
    font-size: 36px;
    text-align: center;
    margin-bottom: 16px;
    font-weight: bold;
    line-height: 1.4;
}
.section_dock h2 {
    color: #ffffff;
    font-size: 36px;
    text-align: center;
    margin-bottom: 16px;
    font-weight: bold;
    line-height: 1.4;
}
.section_scan .section_heading {
    color: #ffffff;
}
.section_dock .section_heading {
    color: #ffffff;
}
.section_heading {
    margin-bottom: 47px;
    font-size: 20px;
    text-align: center;
}

.btn {
    border-radius: 5px;
    height: 60px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    vertical-align: middle;
    padding: 0 30px;
    transition: 0.2s;
    width: 310px;
    box-shadow: 0 8px 12px
    rgba(0,0,0,0.2);
}
.btn::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 100%;
    margin-left: -1px;
}
.btn_box {
    text-align: center;
}

.section_scan .btn {
	background: #ffffff;
	color:    #274287;
}
.section_dock .btn {
	background: #ffffff;
	color:    #274287;
}

.section_scan .btn:hover {
    opacity: 0.8;
}
.section_dock .btn:hover {
    opacity: 0.8;
}

.section_scan_bg {
	background: #E5E9E9;
}



/* sp
===================================================== */
@media screen and (max-width: 768px) {
.quality_section {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 0px;
}

.section_scan {
    padding: 40px 0 0;
    margin-bottom:30px;
}

.section_dock {
    padding: 0px 0 40px;
}

.scan_bg {
    background: url("/images/bg_scan_button.jpg") 0 0 no-repeat;
    background-size: auto;
    background-size: cover;
		background-position:center;
    height: 300px;
    padding: 50px 0;
}

.dock_bg {
    background: url("/images/bg_dock_button.jpg") 0 0 no-repeat;
    background-size: auto;
/*    background-size: cover;*/
		background-position:right;
    height: 310px;
    padding: 50px 0;
}
.section_scan h2 {
    color: #ffffff;
    font-size: 23px;
    font-size: 2.3rem;
    text-align: center;
    margin-bottom: 16px;
    font-weight: bold;
    line-height: 1.4;
		padding: 0 16px;
}
.section_dock h2 {
    color: #ffffff;
    font-size: 23px;
    font-size: 2.3rem;
    text-align: center;
    margin-bottom: 16px;
    font-weight: bold;
    line-height: 1.4;
		padding: 0 16px;
}
.section_scan .section_heading {
    color: #ffffff;
}
.section_dock .section_heading {
    color: #ffffff;
}
.section_heading {
    margin-bottom: 30px;
    font-size: 16px;
    text-align: center;
		padding: 0 30px;
}

.btn {
    border-radius: 5px;
    height: 50px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    vertical-align: middle;
    padding: 0 30px;
    transition: 0.2s;
    width: 280px;
    box-shadow: 0 8px 12px
    rgba(0,0,0,0.2);
}
.btn::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 100%;
    margin-left: -1px;
}
.btn_box {
    text-align: center;
}

.section_scan .btn {
	background: #ffffff;
	color:    #5e73b6;
}
.section_dock .btn {
	background: #ffffff;
	color:    #5e73b6;
}

.section_scan .btn:hover {
    opacity: 0.8;
}
.section_dock .btn:hover {
    opacity: 0.8;
}
}


