@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:28px;
  line-height:32px;
  position: relative;
  text-align: center;
  padding: 10px 10px 20px 10px;
  margin-bottom:40px;
}
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:32px;
  line-height:38px;
  position: relative;
  text-align: center;
  padding: 10px 10px 20px 10px;
  margin-bottom:40px;
}
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;
}
}
