@charset "UTF-8";
/* breakpoint */
/* ============================================ */
@media (max-width: 1023.9px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}

@media (max-width: 1023.9px) {
  .sp-only {
    display: inherit !important;
  }
}

.col-15, .col-sm-15, .col-md-15, .col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

@media (min-width: 1023.9px) and (max-width: 1366px) {
  .col-md-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}

@media (min-width: 1023.9px) {
  .col-md-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}

.col-15 {
  width: 20%;
  flex: 0 0 20%;
}

.title {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 20px 30px;
  background-color: rgba(153, 97, 13, 0.8);
  text-align: center;
  width: 300px;
}

.title.long {
  padding: 20px 10px;
}

@media (max-width: 1023.9px) {
  .title {
    width: auto;
  }
}

.btnMore {
  float: left;
  width: 300px;
  margin: 0 350px;
  border-radius: 2px;
  background: #dc2222;
  text-align: center;
  font-size: 18px;
  padding: 10px 20px;
}

.btnMore a {
  color: #fff;
}

.linkArrow {
  position: relative;
}

.linkArrow:after {
  content: "";
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #ffffff transparent;
}

h1 {
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  color: #666;
}

/* h2 */
h2 {
  text-align: left;
  color: #fff;
  font-size: 14px;
  padding: 0 0 5px;
  font-weight: normal;
  margin-bottom: 10px;
}

h2 span {
  font-size: 24px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
}

h2 span span {
  display: block;
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
  letter-spacing: 1.4px;
}

h3 {
  font-weight: normal;
}

.date-color {
  color: #db2228;
  font-size: 12px;
  margin-right: 10px;
}

.subject-color {
  color: #ffcc33;
}

.news-title {
  background: #db2228;
  padding: 2px 5px;
  color: #fff;
  border-radius: 3px;
}

.margin-bottom10 {
  margin-bottom: 10px;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.f22 {
  font-size: 22px;
}

.f24 {
  font-size: 24px;
}

.mb30 {
  margin-bottom: 30px;
}

.w1000 {
  width: 1000px;
}

.text-center {
  text-align: center;
}

.red {
  color: red;
}

input[type=radio] {
  width: 15px;
  height: 15px;
}

label {
  margin-right: 10px;
}

input {
  border-radius: 5px;
  color: #333;
  font-size: 16px;
  padding: 5px 0 3px 7px;
  border: solid 1px #c8b59f;
  outline: none;
}

textarea {
  border-radius: 5px;
  color: #333;
  font-size: 16px;
  padding: 5px 0 3px 7px;
  border: solid 1px #c8b59f;
  outline: none;
  width: 100%;
  height: 200px;
}

input#confirm {
  background: url("../../images/contact/b_confirm.jpg") no-repeat;
  margin: 40px auto 0px;
  text-indent: -9999px;
  border: none;
  display: block;
  width: 600px;
  height: 120px;
  cursor: pointer;
}

input.confirm {
  background: #db8e22;
  border: none;
  display: block;
  padding: 15px 0;
  width: 100%;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
}

input.confirm::after {
  content: '内容を送信する';
}

/*=== table css				============================================================================================================*/
.table-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  gap: 15px;
  padding-bottom: 40px;
  position: relative;
  margin-top: 30px;
}

.table-btn-wrap input {
  padding: 15px 0;
  border-radius: 30px;
  width: 150px;
}

.table-btn-wrap button {
  padding: 15px 0;
  font-size: 16px;
  width: 150px;
  background: #939393;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  color: #fff;
}

@media (max-width: 1023.9px) {
  .table-btn-wrap {
    margin: 0 auto;
    padding: 20px 0;
    width: 80%;
    border: none;
  }
}

table.tableContact {
  border-collapse: collapse;
  border: 1px solid #d4c1a8;
  font-size: 16px;
  background: #fff;
  margin-top: 30px;
}

table.tableContact tr {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #d4c1a8;
}

table.tableContact th {
  width: 30%;
  border: solid 1px #d2bea5;
  background: #f6f3e5;
  padding: 15px 20px;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
}

table.tableContact th p.danger {
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

table.tableContact th p.save {
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  background: #fff;
  padding: 15px;
}

table.tableContact th p.apply-ok {
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  background: #fff;
  padding: 15px;
}

table.tableContact td {
  border: solid 1px #d2bea5;
  vertical-align: middle;
  padding: 15px;
}

table.tableContact td p.import {
  color: #ff5f7e;
  margin: 5px 0 0 0;
  font-size: 12px;
}

table.tableContact td a {
  color: #ff0000;
}

table.tableContact td.image-upload-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: none;
}

table.tableContact td.image-upload-wrap .upload-group {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1023.9px) {
  table.tableContact {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    border: none;
  }
  table.tableContact tr {
    border: none;
  }
  table.tableContact th,
  table.tableContact td {
    width: 100%;
    display: block;
    padding: 15px;
    border: none;
  }
  table.tableContact label {
    width: 100%;
  }
  table.tableContact label input[type=text] {
    width: 100%;
  }
}

table.tableCase {
  width: 100%;
  min-height: 220px;
  border-collapse: collapse;
  font-size: 16px;
  padding: 10px 0;
  background: #f2f2f2;
}

table.tableCase tr {
  width: 100%;
  display: flex;
}

table.tableCase th {
  width: 20%;
  padding: 5px;
  vertical-align: top;
  text-align: center;
  font-weight: normal;
  color: #db2228;
}

table.tableCase td {
  vertical-align: top;
  padding: 5px;
}

table.tableCase td.cmt {
  height: 100px;
  vertical-align: top;
  font-size: 14px;
  padding: 5px;
  overflow: auto;
}

table.systemTable {
  width: 100%;
  border-collapse: collapse;
  color: #333;
  background: #f6f6f6;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 1023.9px) {
  table.systemTable {
    font-size: 14px;
    margin-bottom: 0;
  }
}

table.systemTable th {
  vertical-align: middle;
  font-weight: bold;
  border: 1px solid #939393;
  text-align: center;
  padding: 8px 0px;
}

table.systemTable td {
  vertical-align: middle;
  width: 200px;
  border-collapse: collapse;
  border: 1px solid #939393;
  padding: 10px 0px;
  background: #fff;
}

@media (max-width: 1023.9px) {
  table.systemTable td {
    font-size: 14px;
  }
}

table.systemTable td.item {
  vertical-align: middle;
  width: 200px;
  font-weight: bold;
  border-collapse: collapse;
  border: 1px solid #939393;
  padding: 10px 0px;
}

table.systemTable td.point {
  vertical-align: top;
  border-collapse: collapse;
  border: 1px solid #939393;
  padding: 10px 5px;
  text-align: left;
  font-size: 12px;
  letter-spacing: -0.5px;
}

.bg-white {
  background: #fff;
}

table.systemNewTable {
  width: 100%;
  border-collapse: collapse;
  color: #333;
  background: #f6f6f6;
  margin-bottom: 20px;
}

@media (max-width: 1023.9px) {
  table.systemNewTable {
    font-size: 14px;
    margin-bottom: 0;
  }
}

table.systemNewTable th {
  vertical-align: middle;
  width: 220px;
  font-weight: bold;
  border: 1px solid #939393;
  text-align: right;
  padding: 10px 20px;
}

@media (max-width: 1023.9px) {
  table.systemNewTable th {
    width: 40%;
    padding: 10px;
  }
}

table.systemNewTable th.width350 {
  width: 350px;
}

@media (max-width: 1023.9px) {
  table.systemNewTable th.width350 {
    width: 55%;
  }
}

table.systemNewTable td {
  vertical-align: middle;
  text-align: left;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #939393;
  padding: 10px 15px;
}

table.systemNewTable td.item {
  vertical-align: middle;
  width: 200px;
  font-weight: bold;
  border-collapse: collapse;
  border: 1px solid #939393;
  padding: 10px 0px;
}

table.systemNewTable td.point {
  font-size: 14px;
  color: #ff0000;
}

@media (max-width: 1023.9px) {
  table.systemNewTable td {
    font-size: 14px;
    padding: 10px;
  }
}
