/*------------- color --------------*/
/*------------- web-font --------------*/
/*------------- break_point --------------*/
/*------------- fluid-size --------------*/
/*------------- gradient --------------*/
/*------------- flex --------------*/
/*------------- grid --------------*/
.common2026 h1,
.common2026 h2,
.common2026 h3,
.common2026 h4 {
  color: #000;
}

/*--------------------------------------------------------------------*/
/*	breadcrumb */
/*--------------------------------------------------------------------*/
#breadcrumb {
  margin-block: 104px 16px;
  font-size: 12px;
  color: #5a5a5a;
}
#breadcrumb li {
  display: inline-block;
  position: relative;
  margin-right: 24px;
}
#breadcrumb li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-right: 1px solid #5a5a5a;
  border-bottom: 1px solid #5a5a5a;
  transform: translateY(-50%) rotate(-45deg);
}
#breadcrumb li:last-child::after {
  display: none;
}
#breadcrumb li a {
  color: #015bd5;
  transition: color 0.3s;
  text-decoration: underline;
}
#breadcrumb li a:hover {
  color: #5eb0f0;
}
@media (max-width: 767px) {
  #breadcrumb {
    margin-block: 80px 16px;
  }
}

/*--------------------------------------------------------------------*/
/*	content01 */
/*--------------------------------------------------------------------*/
#content01 {
  margin-bottom: 96px;
}
#content01 .title-content {
  padding: 48px 0 40px 0;
  background-color: #f2f2f2;
  color: #000;
  margin-bottom: 32px;
}
#content01 .title-content h1 {
  font-size: 3.2rem;
  text-align: center;
  font-weight: 600;
}
#content01 .title-content h1 span {
  font-size: 1.5rem;
  color: #5a5a5a;
}
#content01 .title-content h1 small {
  font-size: 1.6rem;
  color: #5a5a5a;
  line-height: 2;
  display: block;
}
#content01 .title-content + p {
  font-size: 1.8rem;
  margin-bottom: 64px;
}
#content01 .lead-sentence {
  text-align: center;
}
@media (max-width: 767px) {
  #content01 {
    margin-bottom: 64px;
  }
  #content01 .title-content + p {
    font-size: 1.6rem;
    margin-bottom: 32px;
  }
  #content01 .title-content + p br {
    display: none;
  }
}

#content01.site-height {
  padding-top: 64px;
}
@media (max-width: 767px) {
  #content01.site-height #content01.site-height {
    padding-top: 32px;
  }
}

/*--------------------------------------------------------------------*/
/*	point */
/*--------------------------------------------------------------------*/
#content01.point .content01-back {
  background-color: #f2f2f2;
  padding: 64px;
  border-radius: 16px;
}
#content01.point .content01-back > section:not(:last-of-type) {
  margin-bottom: 64px;
}
#content01.point .content01-back > section h2 {
  color: #000;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 8px;
}
#content01.point .content01-back > section ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  margin-bottom: 16px;
}
#content01.point .content01-back > section ul li:not(:last-of-type) {
  margin-right: 24px;
}
#content01.point .content01-back > section > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px;
}
#content01.point .content01-back > section > div img {
  margin-bottom: 8px;
}
#content01.point .content01-back > section > div figcaption {
  font-size: 1.2rem;
}
@media (max-width: 992px) {
  #content01.point .content01-back {
    padding: 32px;
  }
  #content01.point .content01-back > section > div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media (max-width: 767px) {
  #content01.point .content01-back {
    padding: 16px 24px;
  }
  #content01.point .content01-back > section:not(:last-of-type) {
    margin-bottom: 32px;
  }
  #content01.point .content01-back > section h2 {
    font-size: 2rem;
  }
  #content01.point .content01-back > section ul {
    font-size: 1.4rem;
  }
  #content01.point .content01-back > section > div {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
}

/*--------------------------------------------------------------------*/
/*	contact */
/*--------------------------------------------------------------------*/
#content01.contact {
  margin-bottom: 96px;
}
#content01.contact h2 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 8px;
}
#content01.contact a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8rem;
  color: #418fcf;
  margin-bottom: 16px;
}
#content01.contact a span {
  font-size: 1.4rem;
}
#content01.contact a img {
  width: 16px;
  display: inline-block;
  position: relative;
  top: -12px;
  left: 4px;
}
#content01.contact a:hover {
  text-decoration: underline;
}
#content01.contact a:last-of-type {
  margin-bottom: 0;
}
#content01.contact .site-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
  margin-bottom: 64px;
}
#content01.contact .site-flex .container h2 {
  text-align: center;
}
#content01.contact .site-flex .container section {
  background-color: #f2f2f2;
  padding: 32px 48px;
}
#content01.contact .site-flex .container section h3 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 16px;
  border-bottom: 1px solid;
  margin-bottom: 16px;
}
#content01.contact .site-flex .container section h3 + p {
  font-size: 1.6rem;
  margin-bottom: 24px;
}
#content01.contact .site-flex .container section small {
  margin-top: 16px;
  display: block;
}
#content01.contact > section h2 {
  text-align: left;
}
@media (max-width: 992px) {
  #content01.contact a {
    font-size: 1.6rem;
  }
  #content01.contact a span {
    font-size: 1.3rem;
  }
  #content01.contact a img {
    top: -8px;
  }
  #content01.contact .site-flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  #content01.contact .site-flex .container section {
    background-color: #f2f2f2;
    padding: 24px;
  }
  #content01.contact .site-flex .container section h3 {
    font-size: 1.6rem;
  }
  #content01.contact .site-flex .container section h3 + p {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  #content01.contact {
    margin-bottom: 64px;
  }
  #content01.contact h2 {
    font-size: 2rem;
  }
  #content01.contact .site-flex {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}

/*--------------------------------------------------------------------*/
/*	privacy */
/*--------------------------------------------------------------------*/
#content01.privacy {
  font-size: 1.6rem;
}
#content01.privacy .mb-0 {
  margin-bottom: 0px !important;
}
#content01.privacy .mb-4 {
  margin-bottom: 4px;
}
#content01.privacy .mb-8 {
  margin-bottom: 8px;
}
#content01.privacy .mb-16 {
  margin-bottom: 16px;
}
#content01.privacy .mb-32 {
  margin-bottom: 32px;
}
#content01.privacy a {
  color: #0a90f0;
}
#content01.privacy a:hover {
  text-decoration: underline;
}
#content01.privacy .p-title01,
#content01.privacy .p-title02 {
  font-weight: bold;
  margin-bottom: 16px;
}
#content01.privacy .p-title01 + p,
#content01.privacy .p-title02 + p {
  font-size: 1.8rem;
  margin-bottom: 32px;
}
#content01.privacy .p-title01 {
  font-size: 3.2rem;
  line-height: 1.5;
}
#content01.privacy .p-title02 {
  font-size: 2.4rem;
}
#content01.privacy .p-title03 {
  font-size: 2rem;
  font-weight: bold;
}
#content01.privacy .p-title03 + p {
  margin-bottom: 16px;
}
#content01.privacy .p-title04 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 4px;
}
#content01.privacy ol {
  line-height: 1.6;
}
#content01.privacy ol li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  padding-left: 2.2rem;
  text-indent: -2.2rem;
  font-size: 1.5rem;
  margin-bottom: 4px;
}
#content01.privacy ol li:before {
  display: marker;
  content: "(" counter(cnt) ")";
}
#content01.privacy ol li:last-of-type {
  margin-bottom: 0;
}
#content01.privacy .container {
  padding-bottom: 64px;
  border-bottom: 1px solid #bbb;
  margin-bottom: 64px;
}
#content01.privacy .container .sub-section {
  margin-bottom: 32px;
}
#content01.privacy .container .sub-section > section {
  margin-bottom: 16px;
}
#content01.privacy .container:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 64px;
}
#content01.privacy .sub-section:last-of-type {
  margin-bottom: 0;
}
#content01.privacy .sub-section > section:last-of-type {
  margin-bottom: 0;
}
#content01.privacy .pass-start {
  text-align: right;
}
@media (max-width: 767px) {
  #content01.privacy .p-title01,
  #content01.privacy .p-title02 {
    margin-bottom: 8px;
  }
}

/*--------------------------------------------------------------------*/
/*	declare */
/*--------------------------------------------------------------------*/
#content01.declare.site-width {
  max-width: 992px;
}

#content01.declare h1 {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 32px;
}
#content01.declare p {
  font-size: 2.4rem;
  margin-bottom: 64px;
  line-height: 2;
}
#content01.declare div {
  text-align: right;
}
#content01.declare div p {
  font-size: 1.8rem;
  text-align: right;
  margin-bottom: 16px;
}
#content01.declare div ul {
  font-size: 1.5rem;
  text-align: left;
  display: inline-block;
}
@media (max-width: 767px) {
  #content01.declare > p {
    font-size: 1.8rem;
    margin-bottom: 32px;
  }
  #content01.declare > p br {
    display: none;
  }
}

/*--------------------------------------------------------------------*/
/*	content02 */
/*--------------------------------------------------------------------*/
#content02 {
  display: flex;
  gap: 64px;
}
#content02 #side {
  width: 240px;
}
#content02 #side #side-nav {
  border-top: 4px solid #bbb;
  border-left: 4px solid #001e82;
  margin-bottom: 32px;
}
#content02 #side #side-nav .nav-title {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 16px 4px 16px 16px;
  border-bottom: 1px solid #bbb;
  background-image: linear-gradient(#e6ebf5, #fdfdfd 30%);
}
#content02 #side #side-nav ul li {
  border-bottom: 1px solid #bbb;
}
#content02 #side #side-nav ul li a {
  font-size: 1.3rem;
  line-height: 1.6;
  display: block;
  padding: 16px 4px 16px 32px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (hover: hover) {
  #content02 #side #side-nav ul li a.is-active, #content02 #side #side-nav ul li a:hover {
    color: #001e82;
    font-weight: bold;
    background-color: #eaeff2;
  }
}
#content02 #side #side-bnr a:first-of-type {
  margin-bottom: 24px;
}
#content02 #side #side-bnr a {
  display: block;
}
#content02 #side #side-bnr a figure figcaption {
  font-size: 1.4rem;
  margin-bottom: 8px;
}
#content02 #side #side-bnr a:last-of-type div {
  border: 2px solid #bbb;
  border-radius: 10px;
}
#content02 #side #side-bnr a:last-of-type div img {
  border: 1px solid #fff;
  border-radius: 8px;
}
#content02 #main-contents {
  width: calc(100% - 240px - 64px);
  font-size: 1.6rem;
}
#content02 #main-contents h1 {
  padding: 8px 8px 8px 16px;
  font-size: 2.4rem;
  font-weight: normal;
  background-image: linear-gradient(#e6ebf5, #fdfdfd 30%);
  border-bottom: 1px solid #bbb;
  margin-bottom: 24px;
  position: relative;
}
#content02 #main-contents h1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  border-top: 2px solid #bbb;
  border-bottom: 2px solid #fff;
  height: 2px;
  z-index: 1;
}
#content02 #main-contents > section:not(:last-of-type) {
  margin-bottom: 64px;
}
#content02 #main-contents > section h2 {
  display: block;
  padding: 4px 0 4px 4px;
  border: 1px solid #bbb;
  margin-bottom: 16px;
}
#content02 #main-contents > section h2 span {
  display: block;
  font-size: 1.8rem;
  padding-left: 8px;
  border-left: 10px solid #001e82;
}
#content02 #main-contents > section .about-content {
  padding-inline: 6%;
  margin-bottom: 24px;
}
#content02 #main-contents > section .about-content table {
  width: 100%;
}
#content02 #main-contents > section .about-content table tr {
  border-bottom: 1px solid #bbb;
}
#content02 #main-contents > section .about-content table th,
#content02 #main-contents > section .about-content table td {
  padding: 16px 4px;
}
#content02 #main-contents > section .about-content table th {
  width: 40%;
}
#content02 #main-contents > section .about-content table td {
  width: 60%;
}/*# sourceMappingURL=sub-common.css.map */