@charset "utf-8";



h2 {
  line-height: 2.6rem !important;

}

h3 {
  font-weight: bold;
  text-align: left;
  line-height: 3rem;

}

h4 {
  font-weight: bold;
  text-align: left;
}

p {
  text-align: left;
}

.h1intro {
  text-align: center;
  background-color: rgb(255, 231, 249);
  margin-bottom: 30px;
  padding: 5px 0 2px;


}

.yaji_c {
  text-align: center;
  margin: 20px 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.8rem;
}

table caption {
  line-height: 2.6rem;
  font-size: 1.4rem;
}


table th {
  background-color: #c1dee5;
  text-align: center;
  font-weight: normal;
  border: 1px solid black;
  padding: 15px 10px 13px;
  vertical-align: middle;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4rem;
  white-space: nowrap;
}

table td {
  background-color: white;
  border: 1px solid black;
  padding: 12px 15px 10px;
  font-size: 0.9rem;
}

table td a {
  text-decoration: underline;
  color: blue;
}

div.t3table {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

div.t3table div {
  width: 30%;
}

div.t3table div p {
  text-align: right;
  font-size: 0.9rem;
}

table.t002 th {
  background-color: rgb(255, 247, 236);
}

table.t002 caption {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.6rem;
}

table.t002 span {
  font-size: 0.9rem;
  font-weight: normal;
}

table.t003 {
  width: 100%;

}

table.t003 th {
  background-color: transparent;
}

table.t005 {
  width: 100% !important;

}

table.t005 th {
  background-color: transparent;
}

table.t005 td {
  word-break: break-all;
}

.ukeireimg {
  margin: 30px 0 50px;
}

table.int001 {
  margin: 0 auto;
  width: auto;
}

table.int001 caption {
  font-size: 0.9rem;
}

table.int001 th {
  padding: 10px 50px 7px;
}

table.int001 td {
  padding: 10px 50px 7px;
}


section#condition {
  padding: 40px 0;

}


.condition_cont>ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
}


.condition_cont>ul {
  display: flex;
  /* 横並びにする */
  flex-wrap: wrap;
  /* 3つで折り返すようにする */
  gap: 10px;
  /* 画像間の隙間（任意） */
  padding: 0;
  /* デフォルトのulの余白を消す */
  margin: 30px 0 0;
  list-style: none;
  /* デフォルトのリストマークを消す */
}

.condition_cont>ul li {
  width: calc(33.3333% - 10px);
  /* 1行に3つ、gapを引いた幅 */
  box-sizing: border-box;
  /* paddingやborderを幅に含める */
  margin-bottom: 15px;
  /* 行間の余白を設定 */
}

@media screen and (max-width : 767px) {
  .condition_cont>ul li {
    width: calc(50% - 10px);
  }
}




.condition_cont>ul>li>span {
  line-height: 2.6rem;
}

.intro_words {

  text-align: center;
  margin-bottom: 30px;

}

.faq {
width:fit-content;
  margin: 0 auto;
}


.faq details {
  border-bottom: 1px solid #ccc;
  padding: 30px 100px 20px;
  margin: 0 auto;
  background-color: rgb(254, 255, 249);
}

@media screen and (max-width : 767px) {
.faq details {
      padding: 30px 20px 20px;
  }


.faq summary {
  cursor: pointer;
  font-weight: bold;
  list-style: none;
  color: rgb(6, 0, 128);
}



.faq summary::-webkit-details-marker {
  display: none;
  /* ▶︎ マーカーを消す */
}

.faq summary::before {
  content: "＋ ";
}

.faq details[open] summary::before {
  content: "－ ";
}

.faq p {
  margin: 10px 0 0 1.2em;
  font-family:
    "Hiragino Maru Gothic ProN",
    "Hiragino Sans",
    "Yu Gothic",
    "Noto Sans JP",
    sans-serif;
  font-weight: 500;
  text-shadow: 0 0 0.2px rgba(0,0,0,0.3);
}






/* ---------------------------------
メディアクエリー
--------------------------------- */
@media screen and (max-width: 767px) {
  div.t3table {
    display: block;
  }

  div.t3table div {
    width: 100%;
  }

  .t005div {
    display: block;
    overflow-x: scroll;
    white-space: normal;
    -webkit-overflow-scrolling: touch;
    word-break: break-all !important;
  }


  .t003div {
    display: block;
    overflow-x: scroll;
    white-space: normal;
    -webkit-overflow-scrolling: touch;
  }
}