@charset "utf-8";

.breadcrumb a.disabled {
  text-decoration: none;
}
.c {
  text-align: center;
}
.fc {
  display: flex;
  justify-content: center;
}
.r {
  text-align: right;
}
.l {
  text-align: left;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ma {
  margin: 0 auto;
}
.ma05 {
  margin: 0;
}
.b {
  font-weight: bold;
}
.fs24px {
  font-size: 1.5rem;
}
.w40p {
  width: 40%;
}
.w70p {
  width: 70%;
}
.w418 {
  width: 418px;
}
.w560 {
  width: 560px;
}
.w640 {
  width: 640px;
}
.w338 {
  width: 338px;
}
.w800 {
  width: 800px;
}
@media screen and (max-width: 790px) {
  .w800,
  .w640,
  .w560,
  w338,
  .w70p,
  .w40p {
    width: 98%;
  }
}
#main {
  padding-top: 1px;
}
.inner1 {
  max-width: 1200px;
  margin: 0 auto;
}
.inner2 {
  max-width: 1060px;
  margin: 0 auto;
}
.inner3 {
  max-width: 874px;
  margin: 0 auto;
}
.inner4 {
  max-width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .inner1 {
    margin: 0 20px;
  }
}
@media screen and (max-width: 1100px) {
  .inner2 {
    margin: 0 20px;
  }
}
@media screen and (max-width: 1050px) {
  .inner3 {
    margin: 0 36px;
  }
}
@media screen and (max-width: 790px) {
  .inner3 {
    margin: 0 16px;
  }
}
.title {
  background: #ededed url(/images/home4back2.jpg.webp) no-repeat left top;
  height: 160px;
  margin-top: 130px;
  text-align: center;
}
.title h1 {
  line-height: 160px;
  height: 160px;
  font-weight: bold;
  font-size: 2.4vw;
}
@media screen and (max-width: 928px) {
  .title {
    width: 100%;
    margin-top: 60px;
    display: table;
  }
}
@media screen and (max-width: 680px) {
  .title h1 {
    font-size: 5vw;
    line-height: 1.2;
    vertical-align: middle;
    display: table-cell;
    text-align: left;
    padding: 0 18px;
  }
}
@media screen and (max-width: 928px) and (max-height: 600px) {
  .title {
    background: #ededed url(/images/home4back2.jpg.webp) no-repeat left -80px top;
    background-size: 280px auto;
    height: 100px;
    position: relative;
  }
  .title h1 {
    line-height: 24px;
    height: 30px;
    font-size: 1.2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
  }
}
.history {
  font-size: 0.9rem;
  line-height: 1.4;
  margin: 12px 0;
}
@media screen and (max-width: 928px) and (max-height: 600px) {
  .history {
    font-size: 0.84rem;
  }
}
@media screen and (max-width: 480px) {
  .history {
    font-size: 0.8rem;
  }
}
.history ~ div.r {
  margin: 16px 0 10px;
}
.history ol.breadcrumb {
  padding: 0;
  margin: 0;
  list-style: none;
}
ol.breadcrumb li {
  display: inline-block;
  list-style: none;
}
ol.breadcrumb li a span,
ol.breadcrumb li span {
  padding: 2px 6px;
}
ol.breadcrumb li a span {
  font-size: 1rem;
}
ol.breadcrumb li:after {
  content: ">";
}
ol.breadcrumb li:last-child:after {
  content: none;
}
.contents1 {
  margin-top: 50px;
  margin-bottom: 60px;
}
.contents1 .c {
  margin: 30px auto;
}
.contents1 h2 {
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.2;
  margin: 50px 0 40px;
  padding: 0;
}
.contents1 h3 {
  font-weight: bold;
  line-height: 1.2;
  font-size: 1.2rem;
}
.contents1 h3::before {
  content: "";
  display: block;
  padding-top: 24px;
  border-top: 1px solid #000;
  margin-left: -30px;
}
.contents1 h3::after {
  content: "";
  display: block;
  padding-bottom: 24px;
  border-bottom: 1px solid #000;
  margin-left: -30px;
}
.contents1 h4 {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
}
.contents1 h4::before {
  content: "";
  border-top: 1px solid;
  width: 4em;
  margin-right: 16px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.contents1 h5 {
  font-weight: bold;
  font-size: 1.05rem;
  margin: 10px 0 30px;
  padding: 6px 20px;
}
.contents1 h5::before {
  content: "";
  display: block;
}
.contents1 h6 {
  line-height: 2;
  font-weight: bold;
  padding: 24px 20px;
}
.contents1 a {
  text-decoration: underline;
}
.blogcard > a {
  text-decoration: none;
}
.contents1 p {
  line-height: 2.4;
  margin-top: 20px;
  margin-bottom: 30px;
}
.contents1 p.p1 {
  text-align: center;
  line-height: 2;
}
.contents1 ol,
.contents1 ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 30px;
}
.contents1 ul li {
  line-height: 1.4;
  padding: 8px 8px 8px 25px;
  margin: 4px;
  background: url(/images/point1.png) no-repeat left 1rem;
}
.contents1 ol li {
  line-height: 1.4;
  padding-left: 8px;
  margin: 4px 0;
}
.contents1 .history ol li {
  margin: 0;
}
@media screen and (max-width: 928px) {
  .contents1 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .contents1 h2 {
    font-size: 1.25rem;
    line-height: 1.5;
    margin: 30px 0;
  }
  .contents1 h3 {
    padding: 12px 10px;
    line-height: 1.5;
    margin: 40px 0 30px;
    font-size: 1.2rem;
  }
  .contents1 h4 {
    font-size: 1rem;
    line-height: 1.5;
  }
  .contents1 h4::before {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .contents1 h5 {
    font-size: 1rem;
    line-height: 1.5;
    padding: 0 10px;
  }
  .contents1 h6 {
    font-size: 0.9rem;
    line-height: 1.8;
  }
  .contents1 p {
    line-height: 1.8;
  }
  .contents1 ul {
    margin-bottom: 30px;
    padding: 10px 4px;
  }
  .contents1 ul.companylist {
    margin-bottom: 20px;
    padding-left: 0;
  }
  .contents1 ul li {
    line-height: 1.4;
    padding: 8px 8px 8px 16px;
    margin: 4px;
    background: url(/images/point1.png) no-repeat left;
    background-size: auto 2px;
  }
}
#pagecontact {
  position: fixed;
  bottom: 70px;
  right: 10px;
  width: 52px;
  height: 52px;
}
#pagecontact a {
  color: white;
  opacity: 1;
  text-decoration: none;
}
#pagecontact:hover,
#pagecontact a:hover {
  opacity: 1;
  transition: 1.5s;
}
@media screen and (max-width: 928px) {
  #pagecontact {
    width: 40px;
    height: 40px;
    opacity: 0.4;
  }
  #pagecontact a img {
    width: 40px;
    height: 40px;
  }
}
#toc_content,
#toc_container {
  margin-top: 1em;
}
.toc {
  width: auto;
  display: table;
  margin: 20px 0;
  padding: 0;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  border: #ccc solid 1px;
  border-radius: 3px;
  background-color: #fafafa;
}
.toc .toc-title {
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: bold;
}
.toc .toc-toggle {
  font-weight: normal;
  font-size: 90%;
}
.contents1 .toc ul,
.contents1 .toc ul li {
  background: 0 0;
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.toc .toc-list {
  margin: 0;
  padding: 0;
}
.toc ul ul {
  margin-left: 0.6rem;
}
.contents1 .toc a {
  text-decoration: none;
  text-shadow: none;
  padding: 14px;
  font-size: 1rem;
  line-height: 1.3;
}
.contents1 .toc ul li {
  margin: 18px;
}
