<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.title {
  height: 310px;
  background-image: url(../imgsouko/tuiteru01.JPG);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000000;
  text-shadow: 1px 1px 10px #808080;
}

.title h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: bold;
  margin-top: 25px;
}

.title p {
  font-size: 14px;
  margin-top: 15px;
}

.feature  {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  max-width: 90%;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
}

.feature img {
  width: 450px;
}

.feature-text {
  max-width: 500px;
  margin-right: 40px;
}

.reverse {
  flex-direction: row-reverse;
}

.reverse .feature-text {
  margin-left: 40px;
  margin-right: 0px;
}

.feature-text h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}

.feature-text h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 20px;
}

.feature-text p {
  font-size: 15px;
  line-height: 28px;
  margin-top: 25px;
}

h3.meidai {
  font-size: 25px;
  color: #000000;
  font-weight: bold;
  margin-top: 50px;
  text-align: center;
  line-height: 30px;
  /*background:url(images/heading3.png) repeat-x 0 0;*/
  background-color: #fafab2;
}

h3.meidai::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

table.table {
  border-collapse: collapse;
  margin: 15px auto 30px auto;
}

table.table td {
  border-collapse: collapse;
  background-color: #fafab2;
  font-size: 15px;
  font-weight: normal; text-align: left;
  padding: 5px;
  border: 3px solid #D6D6D6;
  line-height: 30px;
}

table.table th {
  background-color: #fafab2;
  text-align: center;
  padding: 10px;
  white-space: nowrap;
  color: #151515;
  border-top: 3px solid #d6d6d6;
  border-right: 4px solid #d6d6d6;
  border-bottom: 3px solid #d6d6d6;
  border-left: 3px solid #d6d6d6;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 1px;
}

.footer {
  margin-top: 100px;
}

@media (max-width: 800px) {
  .title {
    background-image: url(../imgsouko/tuiteru02.jpg);
    margin-top: 50px;
  }

  .feature {
    display: block;
    width: 500px;
    margin-top: 45px;
  }

  .feature-text {
    margin-right: 0;
  }

  .reverse .feature-text {
    margin-left: 0;
  }

  .feature img {
    width: 100%;
    height: auto;
    margin-top: 15px;
  }

  .table {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}</pre></body></html>