@charset "UTF-8";
.mainArea * {
  line-height: 180%;
}
.mainArea {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1260px) {
  .mainArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.mainArea {
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .mainArea {
    margin-bottom: 50px;
  }
}
.mainArea .date {
  margin-bottom: 30px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea .date {
    margin-bottom: 20px;
  }
}
.mainArea .date p {
  text-align: right;
  font-size: 1.7rem;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea .date p {
    text-align: left;
    font-size: 1.5rem;
  }
}
.mainArea .info {
  margin-bottom: 30px;
}
.mainArea .info p {
  text-align: right;
  font-size: 1.7rem;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea .info p {
    text-align: left;
  }
}
.mainArea .main > p {
  margin-bottom: 20px;
}
.mainArea .main > section:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea .main > section * {
    font-size: 1.6rem;
  }
}
.mainArea .main > section > h3 {
  font-size: 3rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 668px) {
  .mainArea .main > section > h3 {
    font-size: 2.2rem;
  }
}
.mainArea .main > section a {
  text-decoration: underline;
}
.mainArea .main > section .mt15 {
  margin-top: 15px;
}
.mainArea .main > section .service {
  border: 1px solid #3e3e3e;
  padding: 20px;
  margin: 15px 0 0 20px;
}
.mainArea .main > section .service h4 {
  margin-bottom: 10px;
}
.mainArea .main > section .service ul {
  display: flex;
  flex-wrap: wrap;
}
.mainArea .main > section .service ul li {
  margin-right: 50px;
}
.mainArea .main > section .service ul li small {
  font-size: 1.7rem;
}
.mainArea .main > section .contact {
  border: 1px solid #3e3e3e;
  padding: 20px;
  margin: 15px 0 0 20px;
}
.mainArea .main > section .contact h4 {
  margin-bottom: 10px;
}
.mainArea .main > section .contact > div {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea .main > section .contact > div {
    display: block;
  }
}
.mainArea .main > section .contact > div .mark {
  width: 100px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea .main > section .contact > div .mark {
    margin-bottom: 10px;
  }
}
.mainArea .main > section .contact > div .text {
  width: calc(100% - 120px);
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea .main > section .contact > div .text {
    width: 100%;
  }
}
.mainArea .main > section ul {
  margin-left: 20px;
}
.mainArea .main > section ul li {
  list-style: disc;
}
.mainArea .main > section ul {
  margin-top: 15px;
}
.mainArea .main > section ol {
  margin-left: 20px;
}
.mainArea .main > section ol li {
  list-style: decimal;
}
.mainArea .main > section ol > li {
  margin-top: 15px;
}
.mainArea .main > section ol .subTit {
  font-weight: 700;
  margin-bottom: 5px;
}
.mainArea .main > section ol ul {
  margin-left: 20px;
}
.mainArea .main > section ol ul li {
  list-style: disc;
}
.mainArea .main > section ol ul {
  margin-top: 0;
}
.mainArea .main > section dl dt {
  margin: 15px 0 5px;
}
.mainArea .main > section dl dd {
  margin-left: 1.5em;
}
.mainArea .main > section dl dd.listItem {
  text-indent: -1em;
  margin-left: 2em;
}
.mainArea .main > section dl dd.listItem::before {
  content: "・";
}
.mainArea .main > section table {
  border-collapse: collapse;
}
.mainArea .main > section table tr th,
.mainArea .main > section table tr td {
  vertical-align: top;
  text-align: left;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea .main > section table tr th,
  .mainArea .main > section table tr td {
    display: block;
  }
}
.mainArea .main > section table tr th {
  white-space: nowrap;
  padding-right: 20px;
  font-weight: 700;
}
.mainArea .main > section table tr:not(:last-child) th,
.mainArea .main > section table tr:not(:last-child) td {
  padding-bottom: 15px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea .main > section table tr:not(:last-child) th,
  .mainArea .main > section table tr:not(:last-child) td {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea .main > section table tr:not(:last-child) td {
    padding-bottom: 15px;
  }
}
.mainArea .main > section table.kakunin {
  margin-top: 10px;
}
.mainArea .main > section table.kakunin tr * {
  font-size: 1.6rem;
}
.mainArea .main > section table.kakunin tr th, .mainArea .main > section table.kakunin tr td {
  padding: 10px 15px;
  border: 1px solid #3e3e3e;
  vertical-align: middle;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea .main > section table.kakunin tr th, .mainArea .main > section table.kakunin tr td {
    padding: 10px;
    display: table-cell;
  }
}

.cas-content ol, .cas-content ul {
  margin: 0;
  padding-left: 20px;
}
.cas-content li {
  margin-top: 0px;
}
.cas-content ul {
  list-style-type: disc;
}