/* font color */
main {
  font-size: 0.875rem;
}
p a {
  color: #01B5D0;
  text-decoration: underline;
}
/* font color end */

/* utility */
/* center */
.contents_center {
  width: 90%;
  margin: 0 auto;
  max-width: 998px;
}
/* center end */

/* margin */
.bottom_103 {
  margin-bottom: 103px;
}
.bottom_17 {
  margin-bottom: 17px;
}
.bottom_44 {
  margin-bottom: 44px;
}
/* margin end */
/* utility end */

/* h2 */
.ttl_section {
  font-family: 'Oswald';
  text-align: center;
  font-size: 2.5rem;
  letter-spacing: 2.25px;
  color: #13768D;
  padding-top: 240px;
    font-weight: 400;
}
.line_horizontal {
    background: transparent linear-gradient(90deg, #00A9C6 0%,rgba(0,0,0,0)) 0% 0% no-repeat padding-box;
    border: none;
    margin: 18px auto;
    width: 500px;
    height: 2px;
}
.sub_ttl_section {
    font-size: 1.25rem;
    text-align: center;
    letter-spacing: 5px;
    color: #01B5D0;
    padding-bottom: 50px;
}
.sla_col {
  display: none;
}
/* h2 end*/

/* section */
.sec_ttl {
  text-align: center;
  padding-bottom: 49px;
  font-size: 1.375rem;
}
.sec_ttl hr {
    border-top: 1px solid #01B5D0;
    max-width: 334px;
    margin: 0 auto;
}
.sec_ttl h3 {
  margin-bottom: 15.5px;
    font-weight: normal;
}
/* section end */

/* list title */
.list_ttl {
  border-left: 4px solid #13768D;
  padding-left: 1em;
  font-size: 1.25rem;
  margin-bottom: 33px;
}
/* list title */

/* list */

/* list section */
.sec_li {
  display: flex;
}
.sec_li_no {
  font-weight: bold;
  padding-right: 0.5em;
  color: #13768D;
}
/* list section end */

.list_ol {
  counter-reset: count 0;
  margin-left: 3em; /* サイトに合せて調整 */
}
.list_li:before {
  content: counter(count) ". ";
  counter-increment: count 1;
  display: inline-block;
	margin-left: -3.5em; /* サイトに合せて調整 */
	width: 3em; /* サイトに合せて調整 */
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}
.list_ol
.list_li {
	list-style-type: none;
	counter-increment: cnt;
	position: relative;
}
.list_li {
margin-bottom: 10px;
}
/* list end */


/* SP */
@media screen and (max-width: 768px) {

  /* center */
  .contents_center {
    width: 95%;
      margin:65px auto;
  }
  /* center end */

  /* list title */
  .list_ttl {
    font-size: 1.125rem;
  }
  /* list title */

  /* サブタイトルスラッシュ表示 */
  .sla_col {
    display: inline-block;
  }
  /* サブタイトルスラッシュ表示 end */
}
/* SP end */