.c-main {
  font-family: 'Source Sans Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  max-width: 100%;
}

.c-wrap {
  max-width: 1280px;
  margin: auto;
  padding: 0 24px;
}

@media screen and (max-width: 768px) {
  .c-wrap {
    padding: 0 12px;
    max-width: 768px;
  }
}

.c-lay-main {
  vertical-align: top;
  text-align: left;
}

li {
  font-size: 14px;
}

.c-lay-main h1 {
  display: block;
  padding: 60px 0 12px 0;
  margin: 0 0 40px 0;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  color: #262626;
  text-align: center;
}

.c-lay-main h1:after {
  display: block;
  content: '';
  margin: 12px auto 0 auto;
  height: 1px;
  width: 70px;
  background-color: #262626;
}

.c-lay-main h2 {
  padding: 16px 0 6px 0;
  font-size: 14px;
  color: #494949;
}

.c-lay-main p {
  font-size: 14px;
  color: #494949;
  text-align: justify;
}

.c-lay-main p:last-child {
  padding-bottom: 60px;
}

.c-lay-main p.c-plist {
  padding-left: 14px;
}

.c-lay-main p.u-center {
  text-align: center;
}

.c-lay-main p,
.c-lay-main li {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.border-breadcrumb {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 2px solid #e0e0e3;
}

.c-breadcrumb {
  max-width: 1280px;
  padding: 3px 24px;
  list-style-type: none;
  text-align: left;
  border-top: none;
}

.c-breadcrumb a {
  text-decoration: none;
  color: #db0237;
}

.c-breadcrumb span {
  display: inline-block;
  font-weight: 400;
  padding-left: 15px;
  font-size: 12px;
  line-height: 30px;
}

.c-breadcrumb span:first-child:before {
  content: '';
  padding-right: 0;
}

.c-breadcrumb span:before {
  content: '>';
  position: relative;
  top: 2px;
  color: #e0e0e3;
  padding-right: 15px;
  font-weight: 800;
  font-size: 16px;
}
.c-lay-main td {
  padding: 5px;
}

table,
tr,
td {
  border: 1px solid #e0e0e3;
  border-spacing: 0;
  font-size: 14px;
  vertical-align: top;
}

table a {
  word-break: break-all;
}
