@charset "utf-8";
.flex_center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex_sb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ab_middle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.ab_center {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.ab {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.word_keep {
  word-break: keep-all;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body,
html {
  background: #F7F7F7;
}
.banner {
  width: 100%;
  height: 280px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: url(../images/banner_details_EN_20260407.png) no-repeat top center;
  display: flex;
  align-items: center;
}
.banner h1 {
  width: 1200px;
  margin: 0 auto;
  font-weight: 900;
  font-size: 44px;
  color: #FFF;
}
.banner h2 {
  width: 1200px;
  margin: 0 auto;
  font-weight: 900;
  font-size: 38px;
  color: #FFF;
  margin: 0;
  line-height: 1;
}
.content {
  margin: 40px auto;
  background: #fff;
  width: 1200px;
}
.content .text {
  padding: 42px;
}
.content .text h2 {
  font-weight: 500;
  font-size: 24px;
  color: #004379;
  line-height: 24px;
  margin-bottom: 42px;
}
.content .text p {
  font-size: 16px;
  line-height: 24px;
  color: #1C1B26;
  margin-bottom: 12px;
}
.content .text img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.content .form {
  padding: 0 0 42px 0;
}
.content .form .columnTab {
  background: url(../images/title_EN_20260407.png) no-repeat left top;
  background-size: 28px 108px;
  display: flex;
  height: 108px;
  padding-left: 91px;
  margin-bottom: 33px;
}
.content .form .columnTab h2 {
  width: 50%;
  line-height: 98px;
}
.content .form .columnTab h2.on {
  color: #004379;
  font-weight: 600;
}
.content .form h2 {
  font-weight: 400;
  font-size: 24px;
  color: #484848;
}
.content .form h2 i {
  font-size: 14px;
  color: #DD2626;
  font-weight: 400;
  font-style: normal;
  margin-left: 20px;
}
.content .form .label {
  display: flex;
  margin-bottom: 36px;
  padding: 0 42px;
}
.content .form .label .name {
  width: 435px;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
  margin-right: 6px;
}
.content .form .label .name i {
  color: #DD2626;
  font-style: normal;
  margin: 0 4px;
}
.content .form .label .dateLabel {
  width: 435px;
}
.content .form .label .dateLabel .calendar {
  border: 1px solid #D9D9D9;
  border-radius: 2px;
  padding: 0 7.5px;
}
.content .form .label .dateLabel .calendar h3 {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #494E50;
  line-height: 45px;
}
.content .form .label .dateLabel .calendar .week {
  display: flex;
  height: 40px;
  background: #F5F7FA;
}
.content .form .label .dateLabel .calendar .week span {
  width: 14.28%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #424242;
}
.content .form .label .dateLabel .calendar .day {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0;
}
.content .form .label .dateLabel .calendar .day span {
  height: 40px;
  width: 14.28%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-bottom: 3px;
  color: #A0A5B6;
  border-radius: 20px;
}
.content .form .label .dateLabel .calendar .day span.month {
  color: #494E50;
}
.content .form .label .dateLabel .calendar .day span.canclick {
  background: #ECF8FF;
  color: #494E50;
  cursor: pointer;
}
.content .form .label .dateLabel .calendar .day span.active {
  background: #0074F0;
  color: #fff;
  font-weight: 600;
}
.content .form .label .dateLabel .dateSelect {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}
.content .form .label .dateLabel .dateSelect span {
  height: 32px;
  border: 1px solid #D9D9D9;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #A0A5B6;
}
.content .form .label .dateLabel .dateSelect span.canclick {
  cursor: pointer;
  color: #494E50;
}
.content .form .label .dateLabel .dateSelect span.active {
  background: #0074F0;
  color: #fff;
  font-weight: 600;
  border: 1px solid #0074F0;
}
.content .form .label .dateLabel p {
  font-weight: 400;
  font-size: 12px;
  color: #767683;
  line-height: 22px;
  width: 100%;
  margin-top: 8px;
}
.content .form .label .input {
  display: flex;
  flex-wrap: wrap;
  width: 435px;
  justify-content: space-between;
}
.content .form .label .input .select {
  width: 435px;
  height: 32px;
  border: 1px solid #D9D9D9;
  border-radius: 2px;
  position: relative;
}
.content .form .label .input .select select {
  width: 100%;
  padding: 0 12px;
  height: 32px;
  border: none;
  font-size: 14px;
  color: #1C1B26;
}
.content .form .label .input .select::after {
  content: '';
  width: 20px;
  height: 32px;
  right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: #fff;
}
.content .form .label .input .select::before {
  content: '';
  width: 0px;
  height: 0px;
  right: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #D9D9D9;
}
.content .form .label .input .bankid {
  font-weight: 400;
  font-size: 14px;
  color: #1C1B26;
  line-height: 18px;
}
.content .form .label .input .bankid p {
  margin-bottom: 12px;
}
.content .form .label .input .bankid p:last-child {
  margin-bottom: 0;
}
.content .form .label .input > input {
  width: 435px;
  height: 32px;
  padding: 0 12px;
  background: #FFF;
  border: 1px solid #D9D9D9;
  border-radius: 2px;
  font-size: 14px;
}
.content .form .label .input > input::-webkit-input-placeholder {
  color: #767683;
}
.content .form .label .input > input.short {
  width: 195px;
}
.content .form .label .input > p {
  font-weight: 400;
  font-size: 12px;
  color: #767683;
  line-height: 22px;
  width: 100%;
  margin-top: 6px;
}
.content .form .label .radio {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.content .form .label .radio label {
  position: relative;
  margin-right: 38px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.content .form .label .radio label p {
  font-size: 14px;
  color: #767683;
}
.content .form .label .radio label span {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #767683;
  border-radius: 100%;
}
.content .form .label .radio label input {
  width: 14px;
  height: 14px;
  margin-right: 10px;
  opacity: 0;
  position: relative;
  z-index: 3;
}
.content .form .label .radio label input:checked + span {
  width: 6px;
  height: 6px;
  border: 5px solid #0074F0;
}
.content .form .label .radio label input:checked + span + p {
  font-weight: 600;
  color: #1C1B26;
}
.content .form .label .textarea {
  width: 403px;
  border: 1px solid #D9D9D9;
  border-radius: 2px;
  padding: 10px 15px;
}
.content .form .label .textarea textarea {
  width: 100%;
  font-size: 14px;
  border: none;
  outline: none;
}
.content .form .agree {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 64px auto 28px auto;
}
.content .form .agree p {
  color: #1C1B26;
  font-size: 14px;
  line-height: 22px;
  margin-left: 10px;
}
.content .form .agree p a {
  color: #0074F0;
}
.content .form .agree label {
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
.content .form .agree label input {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.content .form .agree label input:checked + span {
  background: url(../images/radio_on_EN_20260407.png);
  background-size: 100% 100%;
}
.content .form .agree label span {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/radio_off_EN_20260407.png);
  background-size: 100% 100%;
}
.content .form .btn {
  display: block;
  width: 257px;
  height: 48px;
  background: #0074F0;
  border-radius: 2px;
  border: none;
  padding: 0;
  margin: 0 auto;
  font-weight: 600;
  font-size: 16px;
  color: #FFF;
}
.tab {
  width: 100%;
  margin: 0 auto;
  background: #004379;
}
.tab ul {
  width: 1200px;
  margin: 0 auto;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab ul li {
  width: 400px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  cursor: pointer;
}
.tab ul li.on {
  background: #0074F0;
  color: #fff;
  font-weight: 600;
}
.tab ul li.on::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #0074F0;
}
.tab ul li:hover {
  color: #fff;
}
.toggleMain {
  width: 1200px;
  margin: 0 auto;
}
.toggleMain h2 {
  font-weight: 700;
  font-size: 34px;
  color: #1C1B26;
  line-height: 34px;
  padding: 56px 0;
}
.toggleMain dl {
  background: #fff;
  width: 100%;
}
.toggleMain dl dd {
  position: relative;
}
.toggleMain dl dd h3 {
  font-weight: 500;
  font-size: 24px;
  color: #004379;
  line-height: 24px;
  padding: 42px;
  position: relative;
  cursor: pointer;
}
.toggleMain dl dd h3::before {
  content: '';
  width: 24px;
  height: 24px;
  background: url(../images/toggle_EN_20260407.png);
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 42px;
  transition: all 0.5s;
}
.toggleMain dl dd .toggle {
  padding: 0 42px 0 42px;
  overflow: hidden;
  height: 0;
  transition: all 0.5s;
}
.toggleMain dl dd .toggle img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.toggleMain dl dd.show h3::before {
  transform: rotate(180deg);
}
.toggleMain dl dd.show .toggle {
  padding: 12px 42px 18px 42px;
  overflow: hidden;
  height: auto;
}
.toggleMain dl dd.show .toggle img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.contentText {
  width: 1200px;
  margin: 0 auto;
}
.contentText h2 {
  font-weight: 700;
  font-size: 34px;
  color: #1C1B26;
  line-height: 34px;
  padding: 56px 0;
}
.contentText .text {
  background: #fff;
  padding: 42px;
}
.contentText .text h3 {
  font-weight: 500;
  font-size: 24px;
  color: #004379;
  line-height: 24px;
  margin-bottom: 42px;
}
.contentText .text p {
  font-size: 16px;
  line-height: 24px;
  color: #1C1B26;
  margin-bottom: 12px;
}
.contentText .text img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.contentText .text a {
  color: #0074F0;
}
.mediaMain {
  width: 1200px;
  margin: 48px auto 36px auto;
  background: #fff;
}
.mediaMain .item {
  padding: 48px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mediaMain .item h2 {
  font-weight: 500;
  font-size: 24px;
  color: #004379;
  line-height: 24px;
  margin-bottom: 42px;
}
.mediaMain .item p {
  font-size: 16px;
  line-height: 24px;
  color: #1C1B26;
  margin-bottom: 12px;
}
.mediaMain .item a {
  color: #0074F0;
}
.mediaMain .item:last-child {
  border: none;
}
.media {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.media .picture {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.media .picture .item {
  display: block;
  overflow: hidden;
  height: 220px;
}
.media .picture .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.media .picture .item:hover img {
  transform: scale(1.02);
}
.media .video {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.media .video .item {
  display: block;
  position: relative;
  width: 590px;
  height: 332px;
  overflow: hidden;
}
.media .video .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.media .video .item::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  background: url(../images/play_EN_20260407.png);
  background-size: 100% 100%;
  z-index: 10;
}
.media .video .item:hover img {
  transform: scale(1.02);
}
.open {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.open video {
  position: relative;
  z-index: 1000;
  max-width: 100%;
  max-height: 100%;
}
.open .close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}
/* wap */
@media (max-width: 1200px) {
  .banner {
    height: 40vw;
  background: url(../images/banner_details_EN_20260407.png) no-repeat top center;
    background-size: cover;
  }
  .banner h1 {
    width: 92vw;
    padding: 0 4vw;
    margin: 0 auto;
    font-weight: 900;
    font-size: 8vw;
    color: #FFF;
  }
  .tab ul {
    width: 100%;
    height: 15vw;
  }
  .tab ul li {
    width: 31.33vw;
    padding: 0 1vw;
    height: 100%;
    font-size: 4vw;
    text-align: center;
    line-height: 5vw;
  }
  .tab ul li.on {
    background: #0074F0;
    color: #fff;
    font-weight: 600;
  }
  .tab ul li.on::after {
    bottom: -3vw;
    border-left: 3vw solid transparent;
    border-right: 3vw solid transparent;
    border-top: 3vw solid #0074F0;
  }
  .content {
    margin: 4vw auto;
    width: 92vw;
    padding: 4vw 0 8vw 0;
  }
  .content .text {
    padding: 0 4vw;
  }
  .content .text h2 {
    font-weight: 500;
    font-size: 5vw;
    line-height: 5vw;
    margin-bottom: 6vw;
  }
  .content .text p {
    font-size: 4vw;
    line-height: 7.2vw;
    margin-bottom: 4vw;
    text-align: justify;
  }
  .content .text img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
  .content .form {
    padding: 0;
  }
  .content .form h2 {
    font-weight: 500;
    font-size: 5vw;
    line-height: 5vw;
  }
  .content .form h2 i {
    font-size: 4vw;
    margin-left: 2vw;
  }
  .content .form .columnTab {
  background: url(../images/title_EN_20260407.png) no-repeat left top;
    background-size: auto 10.8vw;
    display: flex;
    height: 10.8vw;
    padding-left: 5vw;
    margin-bottom: 3vw;
  }
  .content .form .columnTab h2 {
    width: 100%;
    line-height: 5vw;
  }
  .content .form .columnTab h2.on {
    color: #004379;
    font-weight: 600;
  }
  .content .form .label {
    display: flex;
    margin-bottom: 4vw;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 4vw;
  }
  .content .form .label .name {
    width: 100%;
    text-align: center;
    font-size: 4vw;
    line-height: 6vw;
    margin-right: 0;
    margin-bottom: 4vw;
  }
  .content .form .label .name i {
    margin: 0 2vw;
  }
  .content .form .label .dateLabel {
    width: 100%;
  }
  .content .form .label .dateLabel .calendar {
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    padding: 0 2vw;
  }
  .content .form .label .dateLabel .calendar h3 {
    text-align: center;
    font-weight: 400;
    font-size: 4.8vw;
    color: #494E50;
    line-height: 12vw;
  }
  .content .form .label .dateLabel .calendar .week {
    display: flex;
    height: 7.2vw;
    background: #F5F7FA;
  }
  .content .form .label .dateLabel .calendar .week span {
    width: 14.28%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4vw;
    color: #424242;
  }
  .content .form .label .dateLabel .calendar .day {
    display: flex;
    flex-wrap: wrap;
    padding: 2vw 0;
  }
  .content .form .label .dateLabel .calendar .day span {
    height: 7.2vw;
    width: 14.28%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4vw;
    margin-bottom: 2vw;
    color: #A0A5B6;
    border-radius: 3.6vw;
  }
  .content .form .label .dateLabel .calendar .day span.month {
    color: #494E50;
  }
  .content .form .label .dateLabel .calendar .day span.canclick {
    background: #ECF8FF;
    color: #494E50;
    cursor: pointer;
  }
  .content .form .label .dateLabel .calendar .day span.active {
    background: #0074F0;
    color: #fff;
    font-weight: 600;
  }
  .content .form .label .dateLabel .dateSelect {
    margin-top: 4vw;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2vw;
  }
  .content .form .label .dateLabel .dateSelect span {
    height: 7.2vw;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #A0A5B6;
    font-size: 4vw;
  }
  .content .form .label .dateLabel .dateSelect span.canclick {
    cursor: pointer;
    color: #494E50;
  }
  .content .form .label .dateLabel .dateSelect span.active {
    background: #0074F0;
    color: #fff;
    font-weight: 600;
    border: 1px solid #0074F0;
  }
  .content .form .label .dateLabel p {
    font-size: 4vw;
    line-height: 6vw;
    width: 100%;
    text-align: center;
    margin-top: 2vw;
  }
  .content .form .label .input {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }
  .content .form .label .input .select {
    width: 100%;
    height: 10vw;
  }
  .content .form .label .input .select select {
    width: 100%;
    padding: 0 4vw;
    height: 10vw;
    font-size: 4vw;
  }
  .content .form .label .input .select select option {
    font-size: 4vw;
    width: 100%;
  }
  .content .form .label .input .select::after {
    width: 8vw;
    height: 10vw;
  }
  .content .form .label .input .select::before {
    right: 4vw;
    z-index: 1;
    border-left: 2vw solid transparent;
    border-right: 2vw solid transparent;
    border-top: 2vw solid #D9D9D9;
  }
  .content .form .label .input .bankid {
    font-weight: 400;
    font-size: 4vw;
    color: #1C1B26;
    line-height: 6vw;
    margin-bottom: 2vw;
  }
  .content .form .label .input .bankid p {
    margin-bottom: 4vw;
  }
  .content .form .label .input .bankid p:last-child {
    margin-bottom: 0;
  }
  .content .form .label .input > input {
    width: 96%;
    height: 10vw;
    padding: 0 2%;
    font-size: 4vw;
    margin-bottom: 4vw;
  }
  .content .form .label .input > input.short {
    width: 96%;
    height: 10vw;
    padding: 0 2%;
    font-size: 4vw;
    margin-bottom: 4vw;
  }
  .content .form .label .input > p {
    font-size: 4vw;
    line-height: 6vw;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  .content .form .label .radio {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4vw;
    width: 100%;
  }
  .content .form .label .radio label {
    margin: 0 4vw;
  }
  .content .form .label .radio label p {
    font-size: 4vw;
  }
  .content .form .label .radio label span {
    width: 4vw;
    height: 4vw;
  }
  .content .form .label .radio label input {
    width: 4vw;
    height: 4vw;
    margin-right: 2vw;
  }
  .content .form .label .radio label input:checked + span {
    width: 2vw;
    height: 2vw;
    border: 1vw solid #0074F0;
  }
  .content .form .label .textarea {
    width: 80vw;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    padding: 10px 2vw;
  }
  .content .form .label .textarea textarea {
    width: 100%;
    font-size: 4vw;
    border: none;
    outline: none;
  }
  .content .form .agree {
    margin: 6vw auto 6vw auto;
  }
  .content .form .agree p {
    font-size: 4vw;
    line-height: 6vw;
    margin-left: 2vw;
  }
  .content .form .agree label {
    width: 4vw;
    height: 4vw;
  }
  .content .form .btn {
    width: 60vw;
    height: 10vw;
    font-size: 5vw;
  }
  .contentText {
    width: 100%;
    margin: 0 auto;
  }
  .contentText h2 {
    font-size: 6vw;
    line-height: 6vw;
    padding: 6vw 4vw;
  }
  .contentText .text {
    background: #fff;
    padding: 4vw;
    width: 84vw;
    margin: 0 auto;
  }
  .contentText .text h3 {
    font-size: 5vw;
    line-height: 5vw;
    margin-bottom: 6vw;
  }
  .contentText .text p {
    font-size: 4vw;
    line-height: 7.2vw;
    margin-bottom: 4vw;
    text-align: justify;
  }
  .contentText .text img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
  .mediaMain {
    width: 92vw;
    margin: 6vw auto 4vw auto;
    background: #fff;
  }
  .mediaMain .item {
    padding: 4vw;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .mediaMain .item h2 {
    font-size: 5vw;
    line-height: 5vw;
    margin-bottom: 6vw;
  }
  .mediaMain .item p {
    font-size: 4vw;
    line-height: 7.2vw;
    margin-bottom: 4vw;
    text-align: justify;
  }
  .mediaMain .item a {
    color: #0074F0;
  }
  .mediaMain .item:last-child {
    border: none;
  }
  .media {
    width: 92vw;
    margin: 0 auto;
    padding-bottom: 6vw;
  }
  .media .picture {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2vw;
  }
  .media .picture .item {
    height: 27vw;
  }
  .media .video {
    margin-bottom: 2vw;
  }
  .media .video .item {
    width: 45vw;
    height: 27vw;
  }
  .media .video .item::before {
    width: 10vw;
    height: 10vw;
    z-index: 1;
  }
  .toggleMain {
    width: 100%;
    margin: 0 auto;
  }
  .toggleMain h2 {
    font-size: 6vw;
    line-height: 6vw;
    padding: 6vw 4vw;
  }
  .toggleMain dl {
    background: #fff;
    width: 84vw;
    margin: 0 auto;
    padding: 0 4vw;
  }
  .toggleMain dl dd {
    position: relative;
  }
  .toggleMain dl dd h3 {
    font-size: 5vw;
    line-height: 5vw;
    padding: 6vw 10vw 6vw 0;
  }
  .toggleMain dl dd h3::before {
    content: '';
    width: 4vw;
    height: 4vw;
    right: 4vw;
  }
  .toggleMain dl dd .toggle {
    padding: 0;
  }
  .toggleMain dl dd.show h3::before {
    transform: rotate(180deg);
  }
  .toggleMain dl dd.show .toggle {
    padding: 2vw 0 3vw 0;
  }
}
