@charset "UTF-8";

/*-------------------------
	LOCAL NAVI
-------------------------*/
.local_navi {
	height: 35px;
	width: 100%;
/*	background:url(/kodate/technology/common/img/navi_bg.png) repeat-x;*/
	background:#ededed;
	position: fixed;
	bottom: 8px;
	z-index: 500;
}
.local_navi ul {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.local_navi ul li {
	float: left;
    line-height: 35px;
    margin-right: 0px;
}
/*-------------------------
	MODEL TOP
-------------------------*/
#modeltop {
	background-color: #ffffff;
}
#modeltop .inner {
	padding-top: 0;
}
#modeltop .section_head {
	position: absolute;
	left: 50%;
	margin-left: -450px;
	top: 35px;
	width: 50%;
}
#modeltop .section_head h1.brand_logo {
	font-size: 32px;
	text-shadow: none !important;
}
#modeltop .section_head p {
	font-size: 20px;
	margin-top: 20px;
	line-height: 1.8;
	text-shadow: none !important;
}
.main_img_sp {
	display: none;
}
/*-------------------------
	CONTENTS COMMON
-------------------------*/
.contents-box {
	width: 100%;
	background-color: #ffffff;
}
#quality {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	overflow: hidden;
}
/* Main Block Common */
#quality #main {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 700px;
	float: left;
	padding: 30px;
	text-align: left;
}
#quality #main h2 {
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 20px;
}
#quality #main h3 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
}
#quality #main .main-exp {
	font-size: 14px;
	color: #000000;
	text-align: justify;
}
#quality #main .main-block {
	width: 100%;
}
#quality #main .main-block .mb-inner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding-right: 30px;
	padding-left: 30px;
}
#quality #main .main-block h5 {
	font-weight: bold;
	color: #000000;
	line-height: 1.4;
	margin-bottom: 5px;
}
#quality #main .main-block h5 img {
	min-width: initial;
	min-width: auto;
}
#quality #main .main-block h6 {
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	line-height: 1.4;
}
.caption {
	font-size: 12px;
	color: #000000;
	line-height: 1.4;
	margin-top: 5px;
}
.w35 {
	float: left;
	width: 350px;
}
.w26 {
	float: right;
	width: 260px;
}
.w46 {
	width: 460px;
	margin-right: auto;
	margin-left: auto;
}
.w31l {
	float: left;
	width: 310px;
}
.w31r {
	float: right;
	width: 310px;
}
.w20 {
	float: left;
	width: 200px;
	margin-right: 20px;
}
.w20:last-child {
	margin-right: 0;
}
.w31l img, .w31r img, .w26 img, .w20 img {
	width: 100%;
}
em.asterisk {
	vertical-align: top;
	font-size: 10px;
}
em.sub {
	font-size: 10px;
}
.ls {
	letter-spacing: -0.5em;
}
.pngbg {
	background-color: #edeae0;
}

/* aside */
#quality #aside {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 260px;
	float: right;
	text-align: left;
	background-color: #f6f6f6;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
}
#quality #aside dl dd {
	padding-right: 30px;
	padding-left: 20px;
	padding-top: 35px;
}
#quality #aside dl dd h4 {
	font-size: 14px;
	color: #ffffff;
	background-color: #686868;
	border-radius: 5px;
	display: inline;
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 1.4;
}
#quality #aside p {
	font-size: 12px;
	color: #000000;
	text-align: left;
	line-height: 1.4;
	margin-top: 10px;
	margin-bottom: 30px;
}
#quality #aside dl dt {
	display: none;
}
#quality #aside .w100 {
	width: 100%;
	background-color: #686868;
	border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#quality #aside .taC {
	text-align: center;
	display: block;
	margin-top: 15px;
}
@media (max-width:960px) {
.main_img img {
	width: 100%;
}	
}
@media (min-width:481px) and (max-width:960px) {
#modeltop .section_head {
	margin-left: -480px;
	width: 80%;
}
}
@media (max-width:768px) {
#quality {
	width: 100%;	
}
#quality #main {
	width: 72.9166666%;
}
#quality #aside {
	width: 27.0833333%;
}
.w35 {
	width: 54.6875%;
}
.w26 {
	width: 40.625%;
}
.w46 {
	width: 71.875%;
}
.w31l, .w31r {
	width: 48.4375%;
}
.w20 {
	width: 31.25%;
	margin-right: 3.125%;
}
}
@media (max-width:480px) {
/*-------------------------
	CONTENTS NAVI
-------------------------*/
.local_navi {
	display: none;
}
/*-------------------------
	MODEL TOP
-------------------------*/
#modeltop {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	background-color: #fff;
}
#modeltop .inner {
	width: 100%;
	position: relative;
}
#modeltop .section_head {
	width: auto;
	height: auto;
	color: #555;
	text-shadow: 1px 1px 1px hsla(0,0%,0%,0.30);
	margin-left: 0;
	position: static;
	left: 0;
	top: 0;
	background-color: transparent;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#modeltop .section_head h1.brand_logo {
	font-size: 22px;
}
#modeltop .section_head p, #modeltop .section_head p.shp {
	font-size: 16px;
	margin-top: 0;
	line-height: 1.3;
}
#modeltop .section_head p br {
	display: none;
}
.main_img {
	display: none;
}
.main_img_sp {
	display: inherit;
}
/*-------------------------
	CONTENTS COMMON
-------------------------*/
#quality {
	width: 100%;
}
#quality #main {
	float: none;
	width: 100%;
	padding-right: 4.6875%;
	padding-left: 4.6875%;
  padding-bottom: 0;
}
#quality #main h2 {
	font-size: 24px;
	margin-bottom: 15px;
	line-height: 1.5;
}
#quality #main h2 br {
	display: none;
}
#quality #main .main-exp {
	font-size: 16px;
}
#quality #main .main-block h5 {
	font-weight: bold;
	color: #000000;
	line-height: 1.4;
	margin-bottom: 2.5px;
	font-size: 1.1em;
}
.w46 img, .w35 img, .w31l img, .w31r img, .w26 img, .w20 img {
	max-width: 100%;
	height: auto;
}
#quality #aside {
	float: none;
	width: 100%;
}
#quality #aside dl dd {
	padding: 4.6875%;
}
#quality #aside dl dd p {
	margin-bottom: 20px;
	margin-top: 7.5px;
}
#quality #aside dl dt {
	display: inherit;
	color: #ffffff;
	font-size: 18px;
	background-color: #111111;
	height: 40px;
	width: auto;
	line-height: 40px;
	text-align: left;
	padding-right: 4.6875%;
	padding-left: 4.6875%;
	background-image: url(../img/aside_word_btn_down.png);
	background-repeat: no-repeat;
	background-position: 95.3125% center;
}
#quality #aside dl dt.active {
	background-image: url(../img/aside_word_btn_up.png);
	background-repeat: no-repeat;
	background-position: 95.3125% center;
}
#footer_area #btn_top {
	background-color: #f6f6f6;
}
}
@media (max-width:320px) {
#modeltop .section_head h1.brand_logo {
	font-size: 20px;
}
#modeltop .section_head p, #modeltop .section_head p.shp {
	font-size: 14px;
}
}