body {
  font-family: 'Noto Sans CJK JP', sans-serif;
  font-size:9pt;
  background: #fff;
  margin: 0;
  padding: 0;
}
.container {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 24px;
}
.main-title {
  font-size: 28pt;
  font-weight: 700;
  margin-bottom: 32px;
}
.accordion {
  border-top: 1px solid #ddd;
}
.accordion-item {
  border-bottom: 1px solid #eee;
}
.accordion-title {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font-size: 11pt;
  font-weight: 700;
  font-family: 'Noto Sans CJK JP', sans-serif;
  padding: 16px 0 12px 0;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.2s;
  padding-left:8px;
}
.accordion-title[aria-expanded="true"] {
  background: #fafafa;
}
.accordion-icon {
  font-size: 20px;
  margin-left: 8px;
  color: #d2691e;
  margin-right: 8px;
}
.accordion-content {
  font-size: 9pt;
  font-weight: 400;
  padding: 0 0 24px 0;
  line-height: 1.7;
}
.subtitle {
  font-size: 9pt;
  font-weight: 400;
  margin: 8px 0 16px 0;
  font-family: 'Noto Sans CJK JP', sans-serif;
}
.notice {
  color: #d32f2f;
  background: #fff;
  border: 1px solid #000;
  padding: 8px 12px;
  margin-bottom: 16px;
  font-size: 9pt;
}
.area {
  margin-bottom: 20px;
}
.area h4 {
  font-size: 10pt;
  font-weight: 700;
  margin: 12px 0 6px 0;
}
.pdf-link a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #333;
  text-decoration: underline;
  font-size: 9pt;
  margin: 8px 0;
}
.pdf-icon {
  font-size: 16px;
}
@media (max-width: 600px) {
  .container {
    padding: 0 8px;
  }
  .main-title {
    font-size: 20pt;
  }
  .accordion-title {
    font-size: 10pt;
    padding: 12px 0 8px 0;
  }
  .accordion-content {
    font-size: 8pt;
  }
} 




.business2{
  position: relative;
  min-height: 100vh;
  overflow-y: scroll;
  box-sizing: border-box;
  padding-bottom: 100px;
}
.container2 {
  width: 100%;
  margin: 30px auto 0;
}
.container2 summary span{
  font-size: 16px;
  font-weight: 700;
  background: url(../img/box-icon.png) no-repeat 0 0;
  background-size: 25px 28px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 40px;
  position: relative;
}
.container2 summary span:before,.container2 summary span:after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 1s;
}
.container2 summary span:after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 1s;
}
.container2 details::details-content {
  opacity: 0;
  block-size: 0;
  transition: .3s;
  transition-property: display, opacity, block-size, padding;
  transition-behavior: allow-discrete;
  line-height: 1.6em;
}
.container2 details[open]::details-content {
  opacity: 1;
  block-size: auto;
  block-size: calc-size(auto, size);
}
.container2 details[open] summary span::before {
  opacity: 0;
}
.container2 details[open] summary span::after {
  transform: translateY(-50%) rotate(180deg);
}
.container2 main{
  width: 80vw;
  max-width: 900px;
  margin: 0 auto;
}
.container2 details{
  margin-bottom: 30px;
}
.container2 summary{
  display: block;
  border-bottom: #dcdddd solid 2px;
  position: relative;
  padding-bottom: 17px;
  list-style-type: none;
}
.container2 summary::-webkit-details-marker {
  display:none;
}
.container2 summary::after{
  position: absolute;
  content: "";
  background-color: #3e3a39;
  width: 90px;
  height: 2px;
  bottom: -2px;
  left: 0;
}
.logo_area2{
  width: 80vw;
  max-width: 900px;
  margin: 0 auto;
}
.logo_area2 img{
  width: 200px;
}
.container2 h1{
  background-color: #d6cbac;
  padding: 15px 0;
  margin: 30px 0;
}
.container2 h1 span{
  width: 80vw;
  color: #fff;
  display: block;
  max-width: 900px;
  margin: 0 auto;
}
.subtitle2{
  margin: 10px 0;
  font-size: 12px;
}
.notice2{
  background-color: #f1ecde;
  padding: 10px 20px;
  font-size: 12px;
  margin-bottom: 20px;
}
.area2{
  margin-bottom: 30px;
  border-bottom: #000 dashed 1px;
  padding-bottom: 32px;
}
.area2 h4{
  font-weight: 400;
  margin: 10px 0;
  font-size: 16px;
  position: relative;
  padding-left: 15px;
  line-height: 1.5;
}
.area2 h4::before{
  content:"";
  position: absolute;
  top: 3px;
  left: 0;
  width: 5px;
  height: 20px;
  background-color: #d6cbac;
}
.pdf-area2{
  margin-top: 30px;
  display: flex;
}
.pdf-link2{
  margin-right: 30px;
}
.pdf-link2 a{
  background-color: #fff;
  border: #d6cbac solid 2px;
  text-align: center;
  padding: 10px 20px;
  color: #000;
  font-weight: 400;
  font-size: 12px;
  text-decoration: none;
  box-shadow: 3px 3px 0px #d6cbac;
}
.pdf-area2 p{
  color: #b5b5b6;
  font-size: 16px;
  line-height: 0.8;
  margin: 0;
}
.business2 footer{
  background: #3e3a39;
  text-align: center;
  padding: 6px 0 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.business2 footer small{
  font-size: 12px;
  color: #fff;
}
@media (max-width: 768px) {
  .container2 {
  margin-top: 20px;
  }
  .container2 summary span{
  background: url(../img/box-icon.png) no-repeat 0 center;
  background-size: 25px 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  }
  .logo_area2 img{
    width: 150px;
  }
  .container2 h1{
  font-size: 18px;
  margin-top: 20px;
  }
  .container2 h1 span{
    margin: 0 30px;
  }
  .area2 h4{
  letter-spacing: 0.05em;
  }
  .area2 h4::before{
  top: 1px;
  }
  .pdf-area2{
    display: block;
  }
  .pdf-area2 p{
  font-size: 14px;
  line-height: 1.5;
  margin: 25px 0 -10px;
  }
} 

