  @charset "utf-8";

/*
--------------------------------------------
	ºÃÉ«tv-web¥µ¥¤¥ÈCSS
	
	‚€„e¥ì¥¤¥¢¥¦¥È¥Õ¥¡¥¤¥ë
--------------------------------------------
*/
#navigation ul:after,
#localNAV .list:after,
.cont:after,
.section:after,
.row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#navigation ul,
#localNAV .list,
.cont,
.section,
.row {
    zoom: 1;
}

@media (max-width: 767px) {
	#pageBody .sp {
	display: block;
	}
	#pageBody .pc {
	display: none;
	}
}
@media (min-width: 768px) {
	#pageBody .sp {
	display: none;
	}
	#pageBody .pc {
	display: block;
	}
}
#pageBody,
#pageTop {
font-family: "A1Ã÷³¯", "A1 Mincho", "sans-serif";
font-feature-settings : "palt";
letter-spacing: 0.14em;
color: #231815;
overflow: hidden;
}

#header {
background-color: #fff;
height: 48px;
text-align: center;
}
@media (min-width: 768px) {
	#header {
	height: 100px;
	}
}

@media (max-width: 767px) {
	#navigation {
	position: absolute;
	left: 0;
	top: 48px;
	box-sizing: border-box;
	width: 100%;
	height: 0;
	display: block;
	z-index: 1;
	}
	#navigation.fixed {
	position: fixed;
	left: 0;
	top: 0;
	bottom: auto;
	}
	#navigation.fixed ul {
	top: 0;
	bottom: auto;
	}
	#navigation .cont {
	position: relative;
	margin: 0 auto;
	background-color: rgba(168,141,147,0.7);
	}
	#navigation .cont {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	}
	#navigation .cont::-webkit-scrollbar {
	height: 0;
	background: #f3f3ed;
	}
	#navigation .cont::-webkit-scrollbar-thumb {
	background: #c5c5c5;
	}
	#navigation ul {
	box-sizing: border-box;
	padding: 0 7px;
	font-size: 14px;
	white-space: nowrap;
	}
	#navigation li {
	padding: 0 11px 0 11px;
	display: inline-block;
	}
	#navigation ul a {
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	transition: color .3s ease;
	position: relative;
	display: inline-block;
	padding: 11px 0 16px 0;
	color: #fff;
	}
	#navigation ul a:hover {
	text-decoration: none;
	}
	#navigation ul a::after {
	position: absolute;
	bottom: 11px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
	}
	#navigation ul a:hover::after {
	transform: scale(1, 1);
	}
}
@media (min-width: 768px) {
	#navigation {
	position: absolute;
	left: 0;
	top: 78px;
	box-sizing: border-box;
	padding: 0 50px;
	width: 100%;
	height: 0;
	display: block;
	z-index: 1;
	}
	#navigation.fixed {
	position: fixed;
	left: 0;
	top: 0;
	bottom: auto;
	}
	#navigation.fixed ul {
	top: 0;
	bottom: auto;
	}
	#navigation.bg ul {
	background-color: rgba(168,141,147,0.7);
	}
	#navigation.bg ul a {
	color: #fff;
	}
	#navigation.bg ul a::after {
	background: #fff;
	}
	#navigation .cont {
	position: relative;
	margin: 0 auto;
	max-width: 1600px;
	height: 0;
	}
	#navigation ul {
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	transition: background-color .3s ease;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #fff;
	padding: 0 7px;
	font-size: 14px;
	}
	#navigation li {
	padding: 0 11px 0 11px;
	float: left;
	}
	#navigation ul a {
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	transition: color .3s ease;
	position: relative;
	display: block;
	padding: 11px 0 16px 0;
	color: #000;
	}
	#navigation ul a:hover {
	text-decoration: none;
	}
	#navigation ul a::after {
	position: absolute;
	bottom: 11px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #000;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
	}
	#navigation ul a:hover::after {
	transform: scale(1, 1);
	}
}

/* visual */
#visual {
position: relative;
padding-bottom: 12px;
}
#visual .bg img {
width: 100%;
height: auto;
}
#visual h1 {
position: relative;
margin: 0 25px;
padding: 22px 0 0 0;
}
#visual h1 img {
width: 126px;
height: auto;
}
#visual h3 {
margin: 0 25px;
padding: 9px 0 0 0;
font-size: 18px;
line-height: 1.63;
letter-spacing: 0.2em;
text-align: left;
}
@media (min-width: 768px) {
	#visual {
	position: relative;
	padding-bottom: 95px;
	}
	#visual	.bg {
	position: absolute;
	left: 0;
	top: 0;
	background: url(/ie/tree/ash/img/quality/bg_main.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 500px;
	}
	#visual	.bg img {
	display: none;
	}
	#visual	.pack {
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
	padding: 95px 0 0 0;
	width: 960px;
	height: 530px;
	}
	#visual h1 {
	position: relative;
	margin: 0 0 20px -30px;
	padding: 0;
	}
	#visual h1 img {
	width: 292px;
	height: auto;
	}
	#visual h3 {
	margin: 0;
	padding: 0;
	font-size: 32px;
	}
}

/* SCT1 */
#SCT1 {
padding: 16px 25px 40px 25px;
text-align: left;
}
.section h2 {
position: relative;
margin: 0 0 18px 0;
padding-top: 15px;
font-size: 20px;
line-height: 1.77;
}
.section h2::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 50px;
height: 0;
border-top: 1px solid #000;
z-index: 1;
}
#SCT1 .img {
padding-top: 2px;
margin-bottom: 20px;
}
#SCT1 .img img {
width: 100%;
height: auto;
}
#SCT1 .img2 {
margin: 16px 0 0 0;
}
#SCT1 .img2 img {
width: 100%;
height: auto;
}
.section p {
font-size: 13px;
line-height: 2.17;
text-align: justify;
}
#SCT2 {
padding: 16px 25px 75px 25px;
}
#SCT2 .img {
display: none;
}

@media (min-width: 768px) {
	#SCT1 {
	margin: 0 auto;
	padding: 0 0 105px 0;
	width: 960px;
	text-align: left;
	}
	.section h2 {
	margin: -17px 0 29px 0;
	padding-top: 0;
	width: 50%;
	font-size: 32px;
	}
	.section h2::after {
	display: none;
	}
	#SCT1 h2 {
	float: left;
	}
	#SCT2 h2 {
	float: right;
	}
	#SCT1 .img {
	padding-top: 0;
	margin-bottom: 0;
	float: right;
	width: 44%;
	}
	#SCT1 .img2 {
	padding-top: 0;
	margin-bottom: 0;
	float: right;
	width: 44%;
	}
	#SCT2 .img img,
	#SCT1 .img img {
	width: 100%;
	height: auto;
	}
	.section p {
	width: 50%;
	padding-bottom: 50px;
	font-size: 20px;
	line-height: 2.4;
	text-align: justify;
	float: left;
	}
	#SCT2 {
	margin: 0 auto;
	padding: 0 0 130px 0;
	width: 960px;
	text-align: left;
	}
	#SCT2 .img {
	display: block;
	float: left;
	width: 44%;
	}
	#SCT2 p {
	float: right;
	}
}
@media (min-width: 1200px) {
	#SCT2,
	#SCT1 {
	box-sizing: border-box;
	padding-right: 120px;
	padding-left: 120px;
	max-width: 1600px;
	width: auto;
	}
}

#moreBLK {
display: block;
}

#pageTopLink {
position: fixed;
right: 10px;
bottom: 10px;
background-color: rgba(168,141,147,0.7);
width: 40px;
height: 40px;
cursor: pointer;
z-index: 100;
display: none;
}
#pageTopLink::before,
#pageTopLink::after {
position: absolute;
top: 50%;
left: 50%;
content: '';
margin: -4px 0 0 -8px;
width: 14px;
height: 14px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
transition: all .2s;
}
#pageTopLink::after {
opacity: 0;
top: 75%;
}
#pageTopLink:hover::before {
animation: arrowbefore .5s;
}
#pageTopLink:hover::after {
animation: arrowafter .5s;
}
@keyframes arrowbefore {
100% {
top: 25%;
opacity: 0;
}
}
@keyframes arrowafter {
99% {
top: 50%;
opacity: 1;
}
100% {
opacity: 0;
}
}

.pager {
border-top: solid 1px #000;
margin: 0 25px;
padding-bottom: 45px;
display: flex;
justify-content: space-between;
}
.prevLink,
.nextLink {
padding: 5px 0;
font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
font-size: 12px;
text-align: right;
}
.prevLink a,
.nextLink a {
position: relative;
display: inline-block;
padding: 10px 1.3em;
text-align: center;
text-decoration: none;
color: #000;
}
.prevLink a::after {
position: absolute;
top: 50%;
left: 0;
content: '';
margin-top: -4px;
width: 7px;
height: 7px;
border-bottom: 1px solid #000;
border-left: 1px solid #000;
transform: rotate(45deg);
transition: all .2s;
}
.prevLink a:hover::after {
left: -0.5em;
}
.nextLink a::after {
position: absolute;
top: 50%;
right: 0;
content: '';
margin-top: -4px;
width: 7px;
height: 7px;
border-top: 1px solid #000;
border-right: 1px solid #000;
transform: rotate(45deg);
transition: all .2s;
}
.nextLink a:hover::after {
right: -0.5em;
}
@media (min-width: 768px) {
	.pager {
	margin: 0 auto;
	padding-bottom: 80px;
	width: 960px;
	}
	.prevLink,
	.nextLink {
	padding: 8px 0;
	text-align: right;
	}
	.prevLink a,
	.nextLink a {
	position: relative;
	display: inline-block;
	padding: 10px 1.3em;
	text-align: center;
	text-decoration: none;
	color: #000;
	}
}

#moreBLK {
display: none;
}