


footer {
	background-color: #f5f5f5;
}

.w_ble {
    background-image: url(../img/wave_w.svg);
}

.wrapper p {
  line-height: 1.75;
}

.txt {
	font-family: "Helvetica Neue", Helvetica ,
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",'Noto Sans JP',
    "Meiryo", Verdana , "Roboto" ,
    sans-serif;
    font-size: 1rem;
    color: #323232;
    line-height: 1.75;
}



h1 {
  font-size: 2rem;
  color: #323232;
  padding: 40px 0 20px 0;
  margin: auto;
  font-weight: 600;
  transform: rotate(0.05deg);
}
h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #323232;
  padding-top: 10px;
}

h2 span{
    font-size: 1.25rem;
}

/* テーブル
------------------------ */
table {
  border-collapse: collapse;
  width: 100%;
}

td {
  padding: 12px 14px;
  line-height: 1.6;
  border-top: 1px solid #505050; /* 内側の横罫線 */
}

tr td:first-child {
  background: #f3f3f3;
  width: 30%;     
}


/* 最初の行は上罫線なし */
tr:first-child td {
  border-top: none;
}

/* リンク */
.txtlink {
  text-decoration: underline;
  color: #009b91;
  font-weight: 600;
}


/* 箇条書き */

.txt ul li {
  list-style-type: disc;
  margin-left: 1rem;
}

.txt ol li { 
  list-style-type: decimal;
  margin-left: 1rem;
}

.nes {
  counter-reset: sub-counter;
}

.nes li ul {
  list-style: none; 
  padding-left: 20px; 
}



/*　フォーム
------------------------ */



.contact-form {
  width: 100%;
}

.contact_read {
  font-size: 1rem;
  font-weight: 600;
  padding: 5px 0;
}

.re-mark {
  color: #ff416e;
  border: 1px solid #ff416e;
  border-radius: 100px;
  padding: 0px 6px;
  font-size: 0.75rem;
  font-weight: bold;
  margin: 4px 10px;
  display: block;
  width: 42px;
  text-align: center;
}

.hosoku {
  font-size: 0.75rem;
  font-weight: 400;
}

.form-group {
  margin: 10px 0;
}

.form-group label {
  display: flex;
  font-weight: bold;
  color: #323232;
  align-items: center;
  flex-wrap: wrap;  
}

.form-group_check{
  display: flex;
  font-weight: bold;
  color: #323232; 
  align-items: center;  
}


.form-group input,
.form-group textarea {
  width: 100%;
  max-width: 500px;
  min-height: 30px;
  border: 1px solid #505050;
  border-radius: 4px;
  box-sizing: border-box; 
  padding: 5px;
}


.privacy-check {
  display: flex;
  align-items: center;
}

.privacy-check input {
  width: auto;
  margin-right: 0.5rem;
  accent-color: #009b91;
}

.privacy-check label {
  display: inline;
  font-weight: normal;
  color: #505050;
  font-weight: 700;
}

.privacy-check a {
  text-decoration: none;
}

.privacy-check a:hover {
  text-decoration: underline;
}

.btn-container {
  display: flex; 
  justify-content: center;
}
.btn-container button {
  height: 40px;
  padding: 1rem;
  border-radius: 25px;
  font-size: 1.25rem;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 20px;
  display: flex;
  justify-content: center;  
  align-items: center;  
}

.btm_box {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.btn-check {
  background-color: #505050;
  color: white;
  border: none;
}

.btn-submit,
.btn-top {
  background-color: #ff416e;
  color: white;
  border: none;
}

.btn-top {
  width: 240px;
  height: 40px;
  padding: 1rem;
  border-radius: 25px;
  font-size: 1.25rem;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-back,
.btn-submit,
.btn-check {
  width: 180px;
}

.btn-back {
  background-color: white;
  color: #ff416e;
  border: 1px solid #ff416e;
}


.smallR {
  color: #ff416e;
  display: block;
  font-weight: bold;
}

label {
  display: block;
}

button[type="check"]:hover {
  background-color: #7d7d7d;
}
.QR_annot{
  display: none;
}


@media screen and (max-width: 767px) {

  section {
    padding: 0 0 60px 0;
  }

  .txt{
    padding-top: 30px;
    font-size: 0.875rem;
  }




  h1{
    font-size: 1.125rem;
    text-align: center;
    align-items: center;
    font-weight: 500;
    padding: 0px;
    margin: unset;
  }

  table,
  tbody,
  tr,
  td {
    display: block;
    width: 100%;
  }

  tr {
    border-top: none;
    margin: 20px 0;
  }

  td {
    border: none;
    padding: 5px 5px 0px 0px;
    background: none; /* 背景なし */
  }

  tr td:first-child {
    font-weight: 600; /* ラベルを強調 */
    width: 100%;
    background: white;
  }
  tr td:last-child {
    border-left: none; 
  }

  


  .privacy-check {
    justify-content: center;
  }

  .btn-back,
  .btn-submit,
  .btn-check {
      width: 150px;
  }



}
