@charset "utf-8";

body {
font-family: 'Noto Sans 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 : -0px;
	padding-top : 0px;
}
h2 {
  font-size:26px;
  line-height:30px;
  position: relative;
  text-align: center;
  padding: 10px 10px 20px 10px;
  margin-bottom:40px;
}
h3 {
	font-size: 22px;
	line-height: 28px;
	color: #404040;
	margin-top: 0;
	margin-bottom: 25px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCC;
	width: calc(100% - 15px);
}
h4 {
	font-size: 18px;
	line-height:22px;
	color: #333333;
	margin-top: 0;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #BBBBBB;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
h2::after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100px;
  height: 5px;
  background: #00A3D9;
}
}
/* for Tablet & PC */
@media print, screen and (min-width:1000px) {
.container {
  max-width:1140px;
}
.edit_box {
  max-width:calc( 1140px - 20px);
}
h2 {
  font-size:28px;
  line-height:24px;
  position: relative;
  text-align: center;
  padding: 10px 10px 20px 10px;
  margin-bottom:40px;
}
h3 {
	font-size: 24px;
	line-height: 30px;
	color: #404040;
	margin-top: 0;
	margin-bottom: 25px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCC;
	width: calc(100% - 15px);
}
h4 {
	font-size: 20px;
	line-height: 24px;
	color: #333333;
	margin-top: 0;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #BBBBBB;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
h2::after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100px;
  height: 5px;
  background: #00A3D9;
}
}
/* 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;
}
}
