@charset "utf-8";

body {
font-family: "LINE Seed JP", sans-serif;
font-weight: normal;
font-size: 16px;
color: #333333;
line-height: 1.4;
}
a, a:visited  {
text-decoration: underline;
}
a:hover { 
text-decoration: none;
}
/* for Smart Phone */
@media print, screen and (max-width:999px) {
.parts_anchor {
	margin-top : -90px;
	padding-top : 90px;
}
h1 {
	background-color:#E6F7F9;
	padding:10px 20px;
	width:calc( 100% - 40px );

}
h2 {
	border-left:#009CA2 5px solid;
	padding:5px 10px;
	width:calc( 100% - 25px );
}
}
/* for Tablet & PC */
@media print, screen and (min-width:1000px) {
.container {
  max-width:1140px;
}
.edit_box {
  max-width:calc( 1140px - 20px);
}
h1 {
	background-color:#E6F7F9;
	padding:10px 20px;
	width:calc( 100% - 40px );

}
h2 {
	border-left:#009CA2 5px solid;
	padding:5px 10px;
	width:calc( 100% - 25px );
}
}
/* 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;
}
}
