/* Archive-Documentform */
.left-aligned {
  text-align: left;
}

.hinemos-documentform-anchor {
  padding: 114px 15px 10px;
}

@media screen and (max-width: 900px) {
  .hinemos-documentform-anchor {
    padding-top: 41px;
  }
}

.hinemos-documentform-anchor-text {
  text-align: center;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.9px;
  margin-bottom: 55px;
}

@media screen and (max-width: 900px) {
  .hinemos-documentform-anchor-text {
    font-size: 13px;
    line-height: 1.75;
    letter-spacing: 0.7px;
    margin-bottom: 23px;
  }
}

.hinemos-documentform-anchor-list {
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 900px) {
  .hinemos-documentform-anchor-list {
    flex-direction: column;
    gap: 10px;
  }
}

.hinemos-documentform-anchor-list-button {
  max-width: 380px;
}

@media screen and (max-width: 900px) {
  .hinemos-documentform-anchor-list-button {
    max-width: none;
  }
}

.hinemos-documentform-section:last-of-type {
  margin-bottom: 120px;
}

@media screen and (max-width: 600px) {
  .hinemos-documentform-section:last-of-type {
    margin-bottom: 111px;
  }
}

.hinemos-documentform-title {
  padding: 68px 15px 46px;
}

@media screen and (max-width: 900px) {
  .hinemos-documentform-title {
    padding: 20px 15px;
  }
}

.hinemos-documentform-list {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  row-gap: 50px;
  justify-content: center;
}

@media screen and (max-width: 900px) {
  .hinemos-documentform-list {
    row-gap: 30px;
  }
}

.hinemos-documentform-list-item {
  max-width: 406px;
  width: 100%;
  text-align: center;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
}

.hinemos-documentform-list-item-image {
  width: 210px;
  min-height: 220px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 900px) {
  .hinemos-documentform-list-item-image {
    width: 50%;
  }
}

.hinemos-documentform-list-item-title {
  font-weight: var(--bold-font-weight);
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.9px;
  margin: 20px 0;
}

@media screen and (max-width: 900px) {
  .hinemos-documentform-list-item-title {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.7px;
    margin: 15px 0 12px;
  }
}

.hinemos-documentform-list-item-description {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.9px;
  margin: 30px 0;
}

@media screen and (max-width: 900px) {
  .hinemos-documentform-list-item-description {
    font-size: 13px;
    line-height: 1.75;
    letter-spacing: 0.7px;
    margin: 30px 0 20px;
  }
}

.hinemos-documentform-list-item-button {
  max-width: 260px;
  margin: auto auto 0;
}

/* Single-Documentform */
.width50 {
  width: 50%;
}

@media screen and (max-width: 900px) {
  .horizontal {
    width: 85%;
  }

  .horizontal>img {
    width: 100%;
  }
}

.hinemos-documentform-detail-contents {
  width: 100%;
  margin: 32px auto;
}

.hinemos-documentform-detail-download-wrapper {
  max-width: 1248px;
  width: 100%;
  padding: 0 24px;
  margin: 0 auto;
  display: flex;
  gap: 50px;
}

@media screen and (max-width: 900px) {
  .hinemos-documentform-detail-download-wrapper {
    padding: 0 15px;
    flex-direction: column;
  }

  .hinemos-documentform-detail-download-set {
    width: 100%;
  }
}

.hinemos-documentform-detail-download-summary-title {
  margin-bottom: 38px;
}

@media screen and (max-width: 900px) {
  .hinemos-documentform-detail-download-summary-title {
    width: fit-content;
    margin: 0 auto 18px;
  }
}

.hinemos-documentform-detail-download-summary-image {
  padding: 20px 0 10px;
  margin: auto;
  text-align: center;
}

.hinemos-documentform-detail-download-summary-description {
  font-size: 19px;
  line-height: 2;
  letter-spacing: 0.9px;
  margin: 16px auto;
}

@media screen and (max-width: 900px) {
  .hinemos-documentform-detail-download-summary-description {
    text-align: center;
    line-height: 1.75;
    letter-spacing: 0.7px;
    margin: 0 auto;
    width: 80%;
  }
}

@media screen and (max-width: 900px) {
  .hinemos-documentform-detail-download-index {
    width: 72%;
    margin: 0 auto;
  }
}

.hinemos-documentform-detail-download-index-title {
  font-size: 19px;
  line-height: 2;
  letter-spacing: 0.9px;
  border-bottom: 1px solid #FF0000;
  box-sizing: border-box;
  padding: 7px 0;
}

@media screen and (max-width: 900px) {
  .hinemos-documentform-detail-download-index-title {
    line-height: 1.75;
    letter-spacing: 0.7px;
    padding: 4px 0;
  }
}

.hinemos-documentform-detail-download-index-lists {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.9px;
  list-style: decimal-leading-zero;
  padding: 10px 0 10px 30px;
}

@media screen and (max-width: 900px) {
  .hinemos-documentform-detail-download-index-lists {
    line-height: 1.75;
    letter-spacing: 0.7px;
  }
}

.hinemos-documentform-detail-download-formarea-title {
  text-align: center;
  font-weight: var(--bold-font-weight);
  font-size: 30px;
  line-height: 2;
  letter-spacing: 0.9px;
}

@media screen and (max-width: 900px) {
  .hinemos-documentform-detail-download-formarea-title {
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: 0.7px;
  }
}

.hinemos-documentform-detail-download-formarea-text {
  text-align: center;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.9px;
  padding: 0 50px;
}

@media screen and (max-width: 900px) {
  .hinemos-documentform-detail-download-formarea-text {
    font-size: 13px;
    line-height: 1.75;
    letter-spacing: 0.7px;
    padding: 0 36px;
  }
}

/* Single-Documentform-All */
.hinemos-all-document-index-lists {
  list-style: none;
  padding-left: 20px;
}

.hinemos-all-document-index-categorytitle {
  font-size: 19px;
  line-height: 2;
  letter-spacing: 0.9px;
}

/* Single-Documentform-Incidentdashboard */
.hinemos-documentform-dash-detail-contents {
  margin: 100px auto 87px;
}

@media screen and (max-width: 1170px) {
  .hinemos-documentform-dash-detail-contents {
    margin: 33px auto 62px;
  }
}

.hinemos-documentform-dash-detail-summarybox-wrapper {
  display: flex;
  margin: 10px 0 115px;
}

@media screen and (max-width: 1170px) {
  .hinemos-documentform-dash-detail-summarybox-wrapper {
    flex-direction: column;
    margin-bottom: 35px;
  }
}

.hinemos-documentform-dash-detail-summarybox-set-header {
  width: 423px;
  margin: auto 0;
}

@media screen and (max-width: 900px) {
  .hinemos-documentform-dash-detail-summarybox-set-header {
    width: 100%;
  }
}

.hinemos-documentform-dash-detail-summarybox-header-logo {
  width: 160px;
}

@media screen and (max-width: 900px) {
  .hinemos-documentform-dash-detail-summarybox-header-logo {
    width: 92px;
  }
}

.hinemos-documentform-dash-detail-summarybox-header-title {
  font-weight: var(--bold-font-weight);
  font-size: 28px;
  line-height: 1.24;
  letter-spacing: 0.9px;
  margin-bottom: 10px;
}

@media screen and (max-width: 900px) {
  .hinemos-documentform-dash-detail-summarybox-header-title {
    font-size: 17px;
    line-height: 1.24;
    letter-spacing: 0.7px;
    margin-bottom: 15px;
  }
}

.hinemos-documentform-dash-detail-summarybox-set-description {
  width: 777px;
  padding: 10px 0 10px 35px;
  border-left: 1px solid #D4D3D3;
  box-sizing: border-box;
}

@media screen and (max-width: 900px) {
  .hinemos-documentform-dash-detail-summarybox-set-description {
    width: 100%;
    padding: 0;
    border: none;
    padding-left: 0;
  }
}

.hinemos-documentform-dash-detail-summarybox-description-title {
  color: var(--sub-text-color);
  font-weight: var(--bold-font-weight);
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.9px;
  margin-bottom: 15px;
}

@media screen and (max-width: 900px) {
  .hinemos-documentform-dash-detail-summarybox-description-title {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.3px;
  }
}

.hinemos-documentform-dash-detail-summarybox-description-text {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.9px;
}

@media screen and (max-width: 900px) {
  .hinemos-documentform-dash-detail-summarybox-description-text {
    font-size: 13px;
    line-height: 1.75;
    letter-spacing: 0.7px;
  }
}

.hinemos-documentform-dash-detail-explain-box {
  margin-bottom: 60px;
}

@media screen and (max-width: 900px) {
  .hinemos-documentform-dash-detail-explain-box {
    margin-bottom: 20px;
  }
}

.hinemos-documentform-dash-detail-explain-box-title {
  font-weight: var(--bold-font-weight);
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.9px;
  background-color: #DBE8F0;
  padding: 14px 33px;
  margin-bottom: 22px;
}

@media screen and (max-width: 900px) {
  .hinemos-documentform-dash-detail-explain-box-title {
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: 0.7px;
    padding: 10px 15px;
    margin-bottom: 9px;
  }
}

.hinemos-documentform-dash-detail-explain-box-wrapper {
  display: flex;
  gap: 20px;
}

.hinemos-documentform-dash-detail-explain-box-set {
  width: 50%;
}

@media screen and (max-width: 600px) {
  .hinemos-documentform-dash-detail-explain-box-wrapper {
    flex-direction: column;
    gap: 16px;
  }

  .hinemos-documentform-dash-detail-explain-box-set {
    width: 100%;
  }
}

.hinemos-documentform-dash-detail-explain-box-text {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.9px;
}

@media screen and (max-width: 900px) {
  .hinemos-documentform-dash-detail-explain-box-text {
    font-size: 13px;
    line-height: 1.75;
    letter-spacing: 0.7px;
  }
}

.subtext {
  margin-top: 34px;
}

@media screen and (max-width: 600px) {
  .subtext {
    margin-top: 17px;
  }
}

.hinemos-documentform-dash-detail-explain-box-image-list {
  width: 100%;
  background-color: #EDF0F2;
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 15px;
}

@media screen and (max-width: 600px) {
  .hinemos-documentform-dash-detail-explain-box-image-list {
    padding: 30px 15px;
    grid-template-columns: repeat(1, 1fr);
  }
}

.hinemos-documentform-dash-detail-explain-box-image-list-item {
  max-width: 570px;
  width: 100%;
  padding: 10px 10px 0;
}

.hinemos-documentform-dash-detail-explain-box-image-list-item-title {
  font-weight: var(--bold-font-weight);
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.9px;
  margin-bottom: 5px;
}

@media screen and (max-width: 900px) {
  .hinemos-documentform-dash-detail-explain-box-image-list-item-title {
    line-height: 1.75;
    letter-spacing: 0.7px;
  }
}

.hinemos-document-dash-download-summary-description {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.9px;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .hinemos-document-dash-download-summary-description {
    font-size: 13px;
    line-height: 1.75;
    letter-spacing: 0.7px;
  }
}

/* Form-Complete */
.hinemos-form-complete-title {
  margin: 30px 0 38px;
}

@media screen and (max-width: 900px) {
  .hinemos-form-complete-title {
    margin-bottom: 20px;
  }
}

.hinemos-form-complete-messages {
  text-align: center;
}

.hinemos-form-complete-maintext {
  font-weight: var(--bold-font-weight);
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.9px;
  margin-bottom: 30px;
}

@media screen and (max-width: 900px) {
  .hinemos-form-complete-maintext {
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 0.7px;
  }
}

.hinemos-form-complete-subtext-background {
  background-color: #FFFDE7;
  max-width: 822px;
  width: 100%;
  padding: 15px 0;
  margin: 0 auto 30px;
}

@media screen and (max-width: 900px) {
  .hinemos-form-complete-subtext-background {
    padding: 12px;
  }
}

.hinemos-form-complete-subtext {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.9px;
}

@media screen and (max-width: 900px) {
  .hinemos-form-complete-subtext {
    font-size: 10px;
    line-height: 1.75;
    letter-spacing: 0.7px;
  }
}

.hinemos-form-complete-note {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.9px;
  margin-bottom: 30px;
}

@media screen and (max-width: 900px) {
  .hinemos-form-complete-note {
    font-size: 10px;
    line-height: 1.75;
    letter-spacing: 0.7px;
  }
}

.hinemos-form-complete-button {
  width: 280px;
  height: 52px;
  margin: 0 auto 50px;
  background-color: var(--main-color);
  box-shadow: 0 3px 0 0 #3084E5;
  border-radius: 10px;
  transition: background-color 0.3s ease-out;
}

@media screen and (max-width: 600px) {
  .hinemos-form-complete-button {
    margin-bottom: 111px;
  }
}

.hinemos-form-complete-button:hover {
  background-color: #3084E5;
}

.hinemos-form-complete-button a {
  display: block;
  color: var(--accent-text-color);
  text-shadow: 0 1px 1px rgb(0, 0, 0, 0.3);
  font-weight: var(--bold-font-weight);
  font-size: 16px;
  line-height: 3.25;
  letter-spacing: 0.9px;
}