@charset "utf-8";

body {
font-family: 'Zen Kaku Gothic New', sans-serif;
font-weight: normal;
font-size: 16px;
color: #333333;
line-height: 1.4;
}
a, a:visited  {
color: #27ae61;
text-decoration: underline;
}
a:hover { 
color: #7aa04b;
text-decoration: none;
}
/* for Smart Phone */
@media print, screen and (max-width:999px) {
.parts_anchor {
	margin-top : -0px;
	padding-top : 0px;
}
h1 {
	position: relative;
	text-align: center;
	padding: 15px;  
}
h2 {
	border-left: solid 8px #95B869;
	padding: 5px 15px;
	width:calc(100% - 38px);
}
h1:before {
	position: absolute;
	content: '';
	background: #95B869;
	bottom: 0;
	left: calc(50% - 30px);
	width: 80px;
	height: 5px;
}

}
/* for Tablet & PC */
@media print, screen and (min-width:1000px) {
.container {
  max-width:1140px;
}
.edit_box {
  max-width:calc( 1140px - 20px);
}
h1 {
	position: relative;
	text-align: center;
	padding: 15px;  
}
h2 {
	border-left: solid 8px #95B869;
	padding: 5px 15px;
	width:calc(100% - 38px);
}
h1:before {
	position: absolute;
	content: '';
	background: #95B869;
	bottom: 0;
	left: calc(50% - 30px);
	width: 80px;
	height: 5px;
}

}
/* for Smart Phone */
@media print, screen and (max-width:999px) {
.container {
  width:92%;
}
.edit_box {
  width:calc( 92% - 20px);
}
.faq {
  width:calc( 92% - 32px) !important;
}
.voice {
  width:calc( 92% - 40px) !important;
}
.item_area {
  width:92% !important;
}
}
