@charset "utf-8";

body {
font-family: 'Zen Maru Gothic', sans-seri;
font-weight: normal;
font-size: ;
color: #333333;
line-height: 1.7;
}
a, a:visited  {
color: #333333;
text-decoration: none;
}
a:hover { 
color: #0000ff;
text-decoration: underline;
}
/* for Smart Phone */
@media print, screen and (max-width:767px) {
.parts_anchor {
	margin-top : -0px;
	padding-top : 0px;
}
h1 {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
padding-top:10px;
padding-bottom:10px;
font-size:24px;
line-height:26px;
}
h2 {
  position: relative;
  padding: 0.45em 1em;
  border-top: solid 1px #76A5AF;
  border-bottom: solid 1px #76A5AF;
  margin-bottom:35px;
  width: calc( 100% - 2em );
}
h3 {
  padding: 0.25em 0.5em;
  border-left: solid 5px #45818e;
  width: calc( 100% - 1em );
}
h4 {
  font-size:18px;
  line-height:22px;
}
h1::before, h1::after { content: ''; width: 70px; height: 1px; background-color: #999999; }
h1::before { margin-right: 20px; }
h1::after { margin-left: 20px; }
h2:before, h2:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 1px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: #CCCCCC;
}
h2:before { left: 7px; }
h2:after { right: 7px; }

blockquote {
    margin-left:15px;
    position: relative;
    padding: 0px 10px 10px 40px;
    box-sizing: border-box;
    color: #464646;
    background: #fff4f4;
    border-top: solid 3px #ffdddd;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 30px;
    text-align: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    color: #FFF;
    font-size: 14px;
    line-height: 30px;
    background: #ffdddd;
    font-weight: 900;
}

blockquote p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
}
/* for Tablet & PC */
@media print, screen and (min-width:768px) {
h1 {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
padding-top:10px;
padding-bottom:10px;
font-size:26px;
line-height:28px;
}
h2 {
  position: relative;
  padding: 0.45em 1em;
  border-top: solid 1px #76A5AF;
  border-bottom: solid 1px #76A5AF;
  margin-bottom:35px;
  width: calc( 100% - 2em );
}
h3 {
  padding: 0.25em 0.5em;
  border-left: solid 5px #45818e;
  width: calc( 100% - 1em );
}
h4 {
  font-size:18px;
  line-height:22px;
}
h1::before, h1::after { content: ''; width: 70px; height: 1px; background-color: #999999; }
h1::before { margin-right: 20px; }
h1::after { margin-left: 20px; }
h2:before, h2:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 1px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: #CCCCCC;
}
h2:before { left: 7px; }
h2:after { right: 7px; }

blockquote {
    margin-left:15px;
    position: relative;
    padding: 0px 10px 10px 40px;
    box-sizing: border-box;
    color: #464646;
    background: #fff4f4;
    border-top: solid 3px #ffdddd;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 30px;
    text-align: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    color: #FFF;
    font-size: 14px;
    line-height: 30px;
    background: #ffdddd;
    font-weight: 900;
}

blockquote p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
}
