/* コンタクトページのボタンスタイル */

/* 通報ページの上層ページのスタイル↓↓ */
.reportBefore {}

.reportBefore__texts {
  font-size: 16px;
  line-height: 1.8;
  color: rgb(51, 51, 51);
}

.reportBefore__text:not(:first-of-type) {
  margin-top: 15px;
}

.reportBefore__list {
  border: 1px solid #ddd;
  margin-top: 15px;
  padding: 30px;
}

.reportBefore__item {
  display: flex;
  gap: 10px;
}

.reportBefore__btnBox, .reportBefore__btnBox--contact {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.reportBefore__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 400px;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  background: #4E473C;
  padding-block: 20px;
}

.reportBefore__btnBox--contact {
  margin-top: 80px;
}

.reportBefore__btnBox--contact .reportBefore__btn {
  max-width: 300px;
}
/* 通報ページの上層ページのスタイル↑↑ */

/* 通報ページのフォームのスタイル↓↓ */
.report {}

.report__heading {
  position: relative;
  border: 1px solid #888888;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), transparent);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  padding: 10px 10px 10px 24px;
  font-size: 21px;
  font-weight: bold;
  color: #000000;
  line-height: 110%;
  text-align: left;
}

.report__heading::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 70%;
  background: #015EAE;
  position: absolute;
  top: 15%;
  left: 11px;
}

.report__body {
  margin-top: 10px;
}

.report__texts {
  color: #000;
  font-size: 12px;
  line-height: 1.6;
}

.report__subHeading {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.6;
}

.report__subHeading:not(:first-of-type) {
  margin-top: 12px;
}

.report__list {}

.report__listItem {
  list-style-type: disc;
  margin-left: 20px;
}

.report__announce {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 18px;
}

.report__form {
  margin-top: 16px;
}

table {
  width: 100%;
  border: solid 1px #999999;
  border-collapse: collapse;
  font-size: 12px;
  color: #000;
}

table.type1 {
  font-size: 14px;
  line-height: 1.6;
}

tbody {}

tr {
  border-bottom: 1px solid #999999;
}
@media screen and (max-width: 768px) {
  tr {
    display: flex;
    flex-direction: column;
  }
}

tr:last-child {
  border-bottom: none;
}

th {
  width: 35%;
  border-right: 1px solid #999999;
  background: #CCDFEF;
  vertical-align: middle;
  text-align: left;
  font-size: 15px;
  line-height: 1.4;
  font-weight: normal;
  padding: 10px 10px;
}
@media screen and (max-width: 768px) {
  th {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #999999;
  }
}

.required {
  font-weight: bold;
}

td {
  padding: 10px 10px;
}

.p_br {
  margin-bottom: 16px;
}

.report__agreeBox {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  line-height: 1.6;
}

.report__link {
  color: #0a7fcc;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .report__link:hover {
    color: #e51718;
  }
}

.report__textFlex {
  display: flex;
}

.report__boxGreen {
  max-width: 430px;
  width: 100%;
  background-color: #090;
  border: 2px solid #060;
  color: #fff;
  padding: 16px;
  margin-bottom: 16px;
}

.report__tableHeading {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  color: #000;
  margin-top: 16px;
}

.report__btns {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}

.report__note {
  font-size: 15px;
  line-height: 1.6;
  color: #000;
  margin-top: 16px;
}

.report__noteItem {
  list-style-type: disc;
  margin-left: 20px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="url"],
select,
textarea {
  font-size: 16px;
  box-sizing: border-box;
}

textarea {
  width: 100%;
}

.report__inputText {}
@media screen and (max-width: 500px) {
  .report__inputText {
    width: 100%;
  }
}
/* 通報ページのフォームのスタイル↑↑ */

