@charset "UTF-8";

/* contacts
---------------------------------------- */
.page-id-2195 header {
  width: 100%;
  height: 52vh;
  background: url("../images/annex/contacts/contacts-main.webp") no-repeat top 0 left 73% transparent;
  background-size: cover;
  position: relative;
}

.page-id-2195 header h1 {
  position: absolute;
  top: 22vh;
  right: 0;
  line-height: 2em;
  writing-mode: horizontal-tb;
  color: #fff;
  font-family: var(--font-shipporMincho);
  font-weight: 600;
  font-size: var(--f-clamp-46);
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.6));
  margin-right: 0;
}

/* contacts form
---------------------------------------- */
.page-id-2195 main {
  max-width: 1150px;
  width: auto;
  margin: 3vw auto 2vw;
}

.page-id-2195 main h2 {
  line-height: 2em;
  color: var(--green01);
  font-family: var(--font-shipporMincho);
  font-weight: 600;
  font-size: var(--f-clamp-36);
  text-align: left;
  margin-bottom: 2vw;
  text-align: center;
}

.page-id-2195 main h3 {
  line-height: 2em;
  color: var(--green01);
  font-family: var(--font-shipporMincho);
  font-weight: 600;
  font-size: var(--f-clamp-20);
  text-align: left;
  margin-bottom: 1em;
}

.page-id-2195 main p {
  line-height: 1.8em;
  font-family: var(--font-shipporMincho);
  font-weight: 400;
  font-size: var(--f-16);
  text-align: left;
  margin-bottom: 1.5em;
}

.page-id-2195 main .txtRight {
  text-align: right;
}

.page-id-2195 main ul {
  margin-bottom: 2em;
}

.page-id-2195 main li {
  line-height: 1.8em;
  font-family: var(--font-shipporMincho);
  font-weight: 400;
  font-size: var(--f-16);
  text-align: left;
  margin-bottom: 1em;
}

/* タブの切り返し */
.tabs {
  margin: 0;
}

.tab-list {
  display: flex;
  justify-content: center;
}

.page-id-2195 main .tab-list .tab-item {
  width: calc(100% / 3);
  border-radius: 3px 3px 0 0;
  background-color: #fff;
  border: solid 1px var(--khaki01);
  padding: 0.5em 1.2em;
  cursor: pointer;
  text-align: center;
}

.tab-content-main {
  background-color: transparent;
}

.tab-panel {
  display: none;
}

.page-id-2195 main .tab-list .tab-item.active {
  background-color: var(--khaki01);
  color: #fff;
  font-weight: bold;
}

.tab-panel.active {
  display: block;
}

.page-id-2195 main table {
  width: 100%;
  border: solid 1px #666;
  table-layout: auto;
  border-collapse: collapse;
  margin: 0 0 5px;
  background-color: #fff;
}

.page-id-2195 main table th {
  font-weight: bold;
  border: solid 1px #000;
  padding: 10px;
  font-size: var(--f-16);
  line-height: 1.5em;
}

.page-id-2195 main table td {
  border: solid 1px #000;
  padding: 10px;
  font-size: var(--f-16);
  line-height: 1.5em;
}
.page-id-2195 main ol li {
  list-style-type: decimal-leading-zero;
  list-style-position: inside;
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: .5em;
}

.page-id-2195 main .indent001a {
  margin: 0 2em;
  padding-left: 2.5em;
  text-indent: -2.5em;
}

.page-id-2195 main .indent001b {
  margin: 0 2em 1.5em;
  padding-left: 2.5em;
  text-indent: -2.5em;
}

.page-id-2195 main .indent002a {
  margin: 0 2em 0 4em;
  padding-left: 2em;
  text-indent: -2em;
}

.page-id-2195 main .indent002b {
  margin: 0 2em 1.5em 4em;
  padding-left: 2em;
  text-indent: -2em;
}

.page-id-2195 main .tab-panel ul li {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
}
.emailImg {
  width: 197px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .tabs {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 820px) {
  .page-id-2195 main p,
  .page-id-2195 main ol li,
  .page-id-2195 main .tab-panel ul li {
    font-size: var(--f-15);
  }

  .page-id-2195 main table th {
    font-size: var(--f-15);
  }

  .page-id-2195 main table td {
    font-size: var(--f-15);
  }
}

@media screen and (max-width: 768px) {
  .page-id-2195 main p,
  .page-id-2195 main ol li,
  .page-id-2195 main .tab-panel ul li {
    font-size: var(--f-14);
  }

  .page-id-2195 main table th {
    font-size: var(--f-14);
  }

  .page-id-2195 main table td {
    font-size: var(--f-14);
  }
}

@media screen and (max-width: 480px) {
  .page-id-2195 header {
    background: url(../images/annex/contacts/contacts-main.webp) no-repeat top 0 left 73% / cover transparent;
    height: 33vh;
  }
}