@charset "utf-8";

.inner_1000 {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

#hero_Vis {
  position: relative;
}

#hero_Vis>h2 {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #071d32;
  font-size: min(8vw, 60px);
  font-family: "Geologica", sans-serif;
  text-align: center;
  transform: translate(-50%, -50%);
}

#hero_Vis>h2 span {
  display: block;
  margin-top: 20px;
  font-size: min(4vw, 20px);
  letter-spacing: 0.2em;
}

#bread_List {
  justify-content: flex-start;
  align-items: center;
  padding: 15px 0;
}

#bread_List>a {
  display: flex;
  align-items: center;
  font-size: 12px;
}

#bread_List>a:not(:last-child) {
  text-decoration: underline;
}

#bread_List>a:not(:last-child)::after {
  display: inline-block;
  content: '';
  width: 0.7em;
  height: 0.7em;
  margin: 0 10px 0 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

#content_Wrap {
  padding: 80px 0;
  background-color: #dce2e7;
}

.privacy_Area {
  padding: 30px;
  background-color: #fff;
  box-sizing: border-box;
}

.privacy_Area section {
  margin-top: 60px;
}

.privacy_Area p {
  font-size: 14px;
  line-height: 1.8;
}

.privacy_Area p.right {
  text-align: right;
}

.privacy_Area h3 {
  display: block;
  margin-bottom: 1em;
  padding: 5px 10px;
  color: #fff;
  background-color: #25488f;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  box-sizing: border-box;
}

.privacy_Area h4 {
  display: block;
  margin-bottom: 0.5em;
  padding: 5px 10px;
  background-color: #ddd;
  border-bottom: 2px solid #828282;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  box-sizing: border-box;
}

.privacy_Area h5 {
  display: block;
  margin-bottom: 0.5em;
  font-size: 15px;
  font-weight: 600;
}

.privacy_Area h3+p,
.privacy_Area h4+p,
.privacy_Area h4~p,
.privacy_Area h5+p {
  margin-bottom: 1em;
}

.privacy_lead {
  gap: 20px;
}

.privacy_lead a {
  display: block;
  max-width: 100px;
  width: 30%;
}

.privacy_lead p {
  width: calc(70% - 20px);
}

.privacy_Area table {
  table-layout: fixed;
  margin-bottom: 1em;
  border: 1px solid #000;
  font-size: 14px;
  line-height: 1.5;
  box-sizing: border-box;
}

.privacy_Area tr {
  border-bottom: 1px solid #000;
}

.privacy_Area th {
  width: 50%;
  padding: 10px;
  background-color: #dce2e7;
  border-right: 1px solid #000;
  font-weight: 400;
  box-sizing: border-box;
}

.privacy_Area td {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
}

.i_win {
  margin: 5px auto;
}

.i_win a {
  display: block;
  width: 100%;
  background: url("../img/icon_list_orange.png") no-repeat scroll left center;
  background-size: 10px 10px;
  padding-left: 15px;
  color: #333333;
  font-size: 14px;
  line-height: 1.5;
  word-break: break-all;
  text-decoration: underline;
  box-sizing: border-box;
}

.i_win+h4,
.i_win+h5 {
  margin-top: 1em;
}

@media only screen and (max-width: 900px) {
  #content_Wrap {
    padding: 50px 0;
  }

  .kaihatsu_Area {
    padding: 20px;
  }

  .kaihatsu_Area div.flex {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 10px;
  }

  .kaihatsu_Area .flex>* {
    width: 100%;
  }

  #kaihatsu_Form {
    margin-top: 50px;
  }

  #form {
    margin-top: 30px;
  }

  #form input,
  #form textarea {
    border: 1px solid #aaa;
    font-size: 16px;
    box-sizing: border-box;
  }

  #form dl {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  #form dt {
    justify-content: flex-start;
    gap: 20px;
    width: 100%;
  }

  #form dd {
    width: 100%;
  }

  /* 個別設定 */
  .form01 label {
    max-width: 100%;
  }

  .form02 input,
  .form03 input,
  .form04 input,
  .form05 input,
  .form06 input,
  .form07 input,
  .form08 textarea {
    max-width: 100%;
    padding: 10px;
  }

  .btn_Area {
    flex-direction: column;
    margin: 30px auto;
  }

  .btn_Area>button {
    max-width: 100%;
  }

  .mark_Area a {
    display: block;
    max-width: 300px;
    width: 100%;
  }
}