@charset "utf-8";


/*----------------------------------------------------
	width (px)
----------------------------------------------------*/

/* --- SP --- */
body.responsive-sp .w215,
body.responsive-sp .w290,
body.responsive-sp .w300,
body.responsive-sp .w355 {
	width: 100% !important;
}



/*----------------------------------------------------
	信頼と実績のシャープ
----------------------------------------------------*/
.earth {
	position: relative;
}

.earth .photo {	
}

.earth .txt {
	position: absolute;
	top: 30px;
	left: 360px;
	width: 300px;
	color: #fff;
	line-height: 1.5;
}

.ayumi {
	width: 668px;
	max-width: 668px;
	margin: 0 auto;
	background: url(../images/bg_ayumi.gif) no-repeat 0 0;
	position: relative;
}

.ayumi .ayumiInner {		
}

.ayumi .ayumiInner .ayumiList li {
	position: absolute;
	width: 44.610778443%;
}

.ayumi .ayumiInner .ayumiList li#r_pic01 { top: 60px;   left: 10px; }
.ayumi .ayumiInner .ayumiList li#r_pic02 { top: 155px;  left: 359px; }
.ayumi .ayumiInner .ayumiList li#r_pic03 { top: 243px;  left: 10px; }
.ayumi .ayumiInner .ayumiList li#r_pic04 { top: 336px;  left: 359px; }
.ayumi .ayumiInner .ayumiList li#r_pic05 { top: 425px;  left: 10px; }
.ayumi .ayumiInner .ayumiList li#r_pic06 { top: 516px;  left: 359px; }
.ayumi .ayumiInner .ayumiList li#r_pic07 { top: 607px;  left: 10px; }
.ayumi .ayumiInner .ayumiList li#r_pic08 { top: 699px;  left: 359px; }
.ayumi .ayumiInner .ayumiList li#r_pic09 { top: 789px;  left: 10px; }
.ayumi .ayumiInner .ayumiList li#r_pic10 { top: 882px;  left: 359px; }
.ayumi .ayumiInner .ayumiList li#r_pic11 { top: 971px;  left: 10px; }
.ayumi .ayumiInner .ayumiList li#r_pic12 { top: 1065px; left: 359px; }
.ayumi .ayumiInner .ayumiList li#more { top: 1301px; left: 359px; }

/* --- SP --- */
body.responsive-sp .earth .photo {
	text-align: center;
	padding: 10px 10px 0;
}

body.responsive-sp .earth .txt {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	color: #333;
	padding: 5% 3.125% 0;
	box-sizing: border-box;
}

body.responsive-sp .ayumi {
	width: 100%;
	background-size: 100%;
}

body.responsive-sp .ayumi .ayumiInner .ayumiList li#r_pic01 { top: 4.444444444%;   left: 1.497005988%; }
body.responsive-sp .ayumi .ayumiInner .ayumiList li#r_pic02 { top: 11.481481481%;  left: 53.74251497%; }
body.responsive-sp .ayumi .ayumiInner .ayumiList li#r_pic03 { top: 18%;  left: 1.497005988%; }
body.responsive-sp .ayumi .ayumiInner .ayumiList li#r_pic04 { top: 24.888888888%;  left: 53.74251497%; }
body.responsive-sp .ayumi .ayumiInner .ayumiList li#r_pic05 { top: 31.481481481%;  left: 1.497005988%; }
body.responsive-sp .ayumi .ayumiInner .ayumiList li#r_pic06 { top: 38.222222222%;  left: 53.74251497%; }
body.responsive-sp .ayumi .ayumiInner .ayumiList li#r_pic07 { top: 44.962962963%;  left: 1.497005988%; }
body.responsive-sp .ayumi .ayumiInner .ayumiList li#r_pic08 { top: 51.777777777%;  left: 53.74251497%; }
body.responsive-sp .ayumi .ayumiInner .ayumiList li#r_pic09 { top: 58.444444444%;  left: 1.497005988%; }
body.responsive-sp .ayumi .ayumiInner .ayumiList li#r_pic10 { top: 65.333333333%;  left: 53.74251497%; }
body.responsive-sp .ayumi .ayumiInner .ayumiList li#r_pic11 { top: 71.925925925%;  left: 1.497005988%; }
body.responsive-sp .ayumi .ayumiInner .ayumiList li#r_pic12 { top: 78.888888888%; left: 53.74251497%; }
body.responsive-sp .ayumi .ayumiInner .ayumiList li#more { top: 96.37037037%; left: 53.74251497%; }



/*----------------------------------------------------
	年表
----------------------------------------------------*/
.historyWrap {
	margin-bottom: 30px;
	padding: 0 5px;
}

.historyWrap dl.year {
	display: table;
	width: 100%;
}

.historyWrap dl.year:nth-child(even) {
	background-color: #efece5;
}

.historyWrap dl.year dt {
	display: table-cell;
	width: 20%;
	padding: 1em;
	border-right: 2px solid #a6b2b2;
	box-sizing: border-box;
	vertical-align: top;
}

.historyWrap dl.year dt span {
	font-style: italic;
	font-size: 123.076923077%;
	padding-right: 5px;
}

.historyWrap dl.year dd {
	display: table-cell;
	width: 80%;
	padding: 1em;
	box-sizing: border-box;
	vertical-align: top;
}

.historyWrap dl.year dd .historyPhoto {
}

.historyWrap dl.year dd .historyPhoto .txt {
	overflow: hidden;
}

.historyWrap dl.year dd .historyPhoto .txt .img {
	float: right;
}

.historyWrap dl.year dd .historyPhoto .txt ul {
	float: left;
	width: 295px;
}

.historyWrap dl.year dd .historyPhoto .txt ul.full {
	float: none;
	width: 100%;
}

.historyWrap dl.year dd .historyPhoto .txt ul li {
	margin-bottom: 1em;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.6;
}

.historyWrap dl.year dd .historyPhoto .txt ul li:before {
	content: "・";
}

.historyWrap dl.year dd .historyPhoto .txt ul li:last-child {
	margin-bottom: 0;
}

/* --- SP --- */
body.responsive-sp .historyWrap {
}

body.responsive-sp .historyWrap dl.year dd .historyPhoto .txt .img {
	float: none;
	text-align: center;
	margin-top: 20px;
}

body.responsive-sp .historyWrap dl.year dd .historyPhoto .txt ul {
	float: none;
	width: 100%;
}



/*----------------------------------------------------
	品質試験の詳細
----------------------------------------------------*/
.endurance {
	width: 687px;
	margin: 0 0 0 -3px;
}
.readWtap {
}

.readWtap.read1 {
	background-color: #57904b;
}

.readWtap.read2 {
	background-color: #e7ffe2;
	margin-top: 5px;
}

.imgLast {
	max-width: 687px;
}

.enduranceTtl {
	margin-bottom: 20px;
	text-align: center;
}

.accWrap {
	margin-bottom: 10px;
}

.accWrap:last-child {
	margin-bottom: 0;
}

.accTtl {
	cursor: pointer;
}

.accBox {
	display: none;
	padding: 20px 10px 15px;
}

.accBox .hn {
	font-size: 123.076923077%;
	font-weight: normal;
	text-indent: -1.45em;
	padding: 0.7em 0.7em 0.7em 2.3em;
	margin-bottom: 15px;
	border: 1px solid #dfdfdf;
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top, #fcfcfc 0%, #f9f9f9 51%, #f3f3f3 100%);
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#f9f9f9 51%,#f3f3f3 100%);
	background: linear-gradient(to bottom, #fcfcfc 0%,#f9f9f9 51%,#f3f3f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f3f3f3',GradientType=0 );
}

.accBox .hn:before {
	content: '■';
	padding-right: 0.5em;
}

#shiken1 .accBox .hn:before { color: #dc2121;}
#shiken2 .accBox .hn:before { color: #e7a442;}
#shiken3 .accBox .hn:before { color: #6ad945;}
#shiken4 .accBox .hn:before { color: #307ee0;}
#shiken5 .accBox .hn:before { color: #f760ad;}

.accBox p {
	line-height: 1.6;
}

.accBox .moreBox {
	margin-bottom: 40px;
}

.accBox .moreBox:last-child {
	margin-bottom: 0;
}

.accBox .moreBox .ttlMore {
	margin-bottom: 20px;
}

.flashContent embed {
	display: block;
	margin: 0 auto;
}

/* --- SP --- */
body.responsive-sp .endurance {
	width: 100%;
	margin: 0;
}

body.responsive-sp .readWtap {
	width: 100%;
	margin: 0 auto;
}

body.responsive-sp .imgLast {
	max-width: 687px;
	margin: 0 auto;
}

body.responsive-sp .enduranceTtl {
	padding: 0 1.5%;
}

body.responsive-sp .accWrap {
	margin-bottom: 1.5%;
	padding: 0 1.5%;
}

body.responsive-sp .accTtl img {
	width: 100%;
}

body.responsive-sp .accBox .hn {
	font-size: 107.692307692%;
	padding: 0.5em 0.5em 0.5em 2.3em;
}

body.responsive-sp .accBox .moreBox .ttlMore img {
	width: 100%;
}

/* 2023.06.06 Add */
.movieWrap {
	text-align: center;
	box-sizing: border-box;
}
.movieWrap.movie01 {
	clear: both;
	width: 100%;
	margin: 25px auto;
	padding: 20px;
	background: #f4f2ea;
}
.movieWrap .cap {
	text-align: center;
	font-size: .7em;
}

.nikkeiranking{
	margin-top: 2em;
	text-align: center;
}

.nikkeiranking p{
	margin-bottom: 0.5em;
	font-weight: bold;
	font-size: 1.3em;	
}