.detailsContainer {
  max-width: 1220px;
  margin: 10px auto 134px;
  /*min-height: 100vh;*/
}

.detailsMainTitleSection {
  align-items: center;
  margin-bottom: 30px;
  border-radius: 10px;
  position: relative;
  margin: 82px 0 30px;
}

.detailsTitle {
  /*font-size: 4rem;*/
  font-size: 2.5em;
  font-weight: bold;
  color: #333;
  margin: 0 0 10px 0;
}

.detailsGreenLine {
  width: 100%;
  height: 3px;
  background-color: #067C59;
  margin-bottom: 15px;
}

.detailsHeaderInfo {
  text-align: right;
  /*font-size: 1.6rem;*/
  font-size: 1em;
  color: #000000;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}

.detailsHeaderInfoText {
  /*font-size: 1.6rem;*/
  font-size: 1em;
  color: #000000;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
}

.detailsRightLinks {
  margin-bottom: 36px;
}

.detailsTabMenu {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  padding: 0 20px;
}

.detailsTabMenuItem {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.detailsRightIcon img {
  width: 37px;
  height: 37px;
}

.img {
  width: 100%;
  height: auto;
}

.detailsRightTitle {
  /*font-size: 1rem;
  font-size: 0.625rem;*/
  font-size: 0.875em;
  color: #000000;
  line-height: 2;
  letter-spacing: 0.1em;
}

.sp .detailsRightLinks {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.detailsTabItem {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  /*font-size: 1.4rem;*/
  font-size: 0.875em;
  color: #000000;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  border: 1px solid #ddd;
  background-color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: color 0.3s ease;
}

.detailsTabItem.detailsTabGreen {
  border-color: #067C59;
}

.detailsTabItem.detailsTabGreen:hover {
  color: #067C59;
}

.detailsTabItem.detailsTabOrange {
  border-color: #FC7D19;
}

.detailsTabItem.detailsTabOrange:hover {
  color: #FC7D19;
}

.detailsTabItem:hover {
  opacity: 0.8;
}

.detailsContent {
  margin-top: 10px;
  margin-bottom: 100px;
  clear: both;
}

.detailsDescription {
  color: #333;
  /*font-size: 1.6rem;*/
  font-size: 1em;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: justify;
  margin-bottom: 20px;
}

.detailsAction {
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 50px 40px;
}

.detailsActionButtons {
  display: flex;
  gap: 10px;
}

.detailsActionButton {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #333;
  cursor: pointer;
}

.rectangle {
  width: 140px;
  height: 72px;
}

.square {
  width: 72px;
  height: 72px;
}

.electronic-button {
  display: block;
  width: 140px;
  height: 72px;
  background-image: url("/content/000443387.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 0.3s ease;
}

.electronic-button:hover {
  background-image: url("/content/000443388.png");
}

.electronicDisabled {
  display: block;
  width: 140px;
  height: 72px;
  background-image: url("/content/000443391.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.detailsActionButton:hover {
  opacity: 0.8;
}

.detailsActionLabel {
  font-size: 1.2rem;
  color: #333;
  text-align: center;
}

.detailsInfoSection {
  margin-top: 0;
  border-top: none;
  border-radius: 0 0 8px 8px;
  background-color: white;
}

.detailsInfoButton {
  width: 300px;
  height: 70px;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #067C59;
  padding: 20px 20px 20px 25px;
  box-sizing: border-box;
  border: 1px #067C59 solid;
  border-radius: 5px;
  margin: 20px 0;
  transition: opacity 0.3s ease;
  justify-content: center;
}

.detailsInfoButton:hover {
  opacity: 0.7;
}

.detailsInfoButtonLabel {
  /*font-size: 1.8rem;*/
  font-size: 1.125em;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0;
  /*font-family: "Meiryo", sans-serif;*/
}

.detailsInfoButtonIcon::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url('/content/000443390.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.detailsInfoTable {
  width: 100%;
  border-collapse: collapse;
  border: none;
}

.detailsInfoRow {
  border-bottom: none;
  display: flex;
  word-wrap: break-word;
  margin-bottom: 10px;
}

.detailsInfoLabel {
  background-color: #f0f0f0;
  padding: 12px 15px;
  font-weight: normal;
  /*font-size: 1.6rem;*/
  font-size: 1em;
  color: #333;
  width: 150px;
  min-width: 150px;
  display: block;
  /*margin-bottom: 10px;*/
}

.detailsInfoValue {
  padding: 10px 15px;
  /*font-size: 1.6rem;*/
  font-size: 1em;
  color: #333;
  background-color: white;
  display: flex;
  flex-direction: column;
}

.detailsInfoValue a {
  color: #067C59;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  text-decoration: none;
  word-break: break-all;
}

.detailsInfoValue a:hover {
  text-decoration: underline;
}

.sp .detailsContainer {
  margin: 0 10px;
}

.sp .detailsMainTitleSection {
  margin: 0 0 65px;
}

.sp .detailsFastMenu__list {
  display: none !important;
}

.sp .detailsTitle {
  /*font-size: 2rem;*/
  font-size: 1.25em;
  padding-top: 10px;
}

.sp .detailsHeaderInfo {
  flex-direction: column;
  /*font-size: 1.4rem;*/
  font-size: 0.875em;
}

.sp .detailsTabItem {
  padding-right: 3px;
  padding-left: 3px;
}

.sp .detailsTabMenu {
  padding: 0;
}

.sp .detailsContent {
  margin-bottom: 90px;
}

.sp .detailsAction {
  padding: 40px 28px;
}

.sp .detailsInfoButton {
  width: auto;
  height: 50px;
  gap: 15px;
  padding: 10px 15px;
}

.sp .detailsInfoButtonLabel {
  /*font-size: 1.6rem;*/
  font-size: 1em;
}

.sp .detailsInfoRow {
  display: flex;
  flex-direction: column;
}

.sp .detailsInfoLabel {
  width: auto;
  min-width: auto;
}

.sp .rectangle {
  width: 90px;
  height: 60px;
}

.sp .square {
  width: 60px;
  height: 60px;
}

.sp .electronic-button {
  width: 90px;
  height: 60px;
  background-image: url("/content/000443389.png");
}
.sp .electronicDisabled {
  width: 90px;
  height: 60px;
  background-image: url("/content/000443392.png");
}