.hidden {
  display: none;
}

.page_content img {
  width: 100%;
  height: auto;
}

figure {
  margin-top: 20px !important;
}

br.sp {
  display: none;
}

p.p-mt-15 {
  margin-top: 15px;
}

p.p-mt-30 {
  margin-top: 30px;
}

.grid-wrapper-external-link-1 a {
  display: block;
  width: 100%;
  padding: 20px 0;
  border: 1px solid #56cff2;
  text-align: center;
  margin: 30px auto 0 auto;
  color: #222222;
  font-weight: bold;
  font-size: 16px;
}

.grid-wrapper-external-link-1 a span {
  font-size: 12px;
}

/*
index.html
*/
.index h2 {
  background-color: transparent !important;
  margin-top: 50px;
}

.index h2:first-child {
  margin-top: 0;
}

.index div > h2 {
  margin-top: 50px !important;
}

.index h3 {
  margin-top: 25px;
}

.index h4, .index h5 {
  font-size: 14px;
}

.index h5 {
  margin: 10px;
  margin-left: 0;
}

.index .list-type-1 {
  text-indent: -1em;
  padding-left: 1em;
  margin: 25px 0;
  font-size: 14px;
}

.index .list-type-2 {
  text-indent: -1em;
  padding-left: 1em;
  margin: 0;
  font-size: 14px;
}

.index table {
  width: 100%;
  border-top: 1px solid #00a7d7;
  border-bottom: 1px solid #00a7d7;
  text-align: center;
  margin-top: 10px;
}

.index table th {
  text-align: center;
  border-left: 1px solid #d6d6d6;
  background-color: #ebf8fc;
  height: 60px;
}

.index table th:first-child {
  border-left: none;
}

.index table tr {
  border-top: 1px solid #d6d6d6;
}

.index table tr:first-child {
  border-top: none;
}

.index table tr td {
  border-left: 1px solid #d6d6d6;
}

.index .grid {
  margin-top: 10px;
  margin-bottom: 30px;
}




.table_pattern1 td {
  text-align: right;
}

.table_pattern1 .text_left {
  text-align: left;
}
