@charset 'utf-8';

/*---------------------------------------------------------------------- */
/* News Styles
------------------------------------------------------------------------ */

/* Layout
---------------------------------------------------------- */

/* #main --------------------------------- */

/* #section --------------------------------- */

/* Section */
.section-content {
  margin-bottom: 48px;
}
.section-content h2 {
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 2px solid #0071BC;
}
.section-content h3 {
  margin: 24px 0 12px;
}
.section-content p {
  color: #444;
  margin-bottom: 16px;
}
.section-content ol {
  list-style: none;
  counter-reset: item;
  margin: 12px 0 16px 0;
}
.section-content ol li {
  counter-increment: item;
  color: #444;
  padding-left: 2em;
  position: relative;
  margin-bottom: 4px;
}
.section-content ol li::before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  font-weight: 600;
  color: #0071BC;
}
.section-content ul {
  margin: 12px 0 16px 0;
}
.section-content ul li {
  color: #444;
  padding-left: 1.4em;
  position: relative;
  margin-bottom: 2px;
}
.section-content ul li::before {
  content: '・';
  position: absolute;
  left: 0;
  color: #0071BC;
}
/* Contact info box */
.contact-box {
  background: #f7f9fc;
  border: 1px solid #e0e6ed;
  border-radius: 6px;
  padding: 24px 28px;
  margin-top: 16px;
}
.contact-box p {
  margin-bottom: 4px;
}
/* Revision date */
.revision-date {
  text-align: right;
  color: #888;
  margin-top: 60px;
  padding-top: 20px;
  border-top: 1px solid #e0e6ed;
}
/*---------------------------------------------------------------------- */
/* 768px Tablet & PC Styles
------------------------------------------------------------------------ */

@media screen and (min-width: 768px), print {

/* Utilities
---------------------------------------------------------- */

/* Section --------------------------------- */

.section-header > .title > .txt01 {
	font-size: 8rem;
}

.section-header > .title > .txt02 {
	margin-top: 2.2rem;
	font-size: 1.8rem;
}

.section-content {
	margin-top: 4rem;
}

/* Layout
---------------------------------------------------------- */

/* #main --------------------------------- */

}