@charset "UTF-8";
/* -----------------------------------------------
common
----------------------------------------------- */
header {
  background-color: #555;
}
main h1,
main h2,
main h3,
main p,
main dl,
main dd {
  margin: 0;
}
main img {
  width: 100%;
}
.fs-c-breadcrumb__list {
  padding: 0px;
}

@media screen and (max-width: 767px) {
  .fs-l-main {
    margin: 77px auto 24px;
  }
  .fs-c-breadcrumb {
    padding: 24px 0 52px;
  }
  .page_title {
    text-align: center;
  }
  .page_title h1 {
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #555555;
  }
}

@media screen and (min-width: 768px) {
  main a {
    transition: all .3s;
  }
  main a:hover {
    opacity: 0.8;
  }
  .fs-l-main {
    margin: calc(84px + 6px) auto 91px;
  }
  .fs-c-breadcrumb {
    padding: 27px 0 42px;
  }
  .text_inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  .page_title {
    text-align: center;
  }
  .page_title h1 {
    font-size: 2.8rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #555555;
  }
}

/* -----------------------------------------------
table
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .page_title + table {
    margin-top: 36px;
  }
  table {
    width: 100%;
    max-width: 955px;
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
  }
  table,
  table tbody,
  table tr,
  table th,
  table td {
    display: block;
  }
  table th {
    padding: 10px 13px 10px;
    background-color: #F3F3F3;
    border-bottom: 1px solid #CCCCCC;
  }
  table td {
    padding: 10px 15px 10px;
    border-bottom: 1px solid #CCCCCC;
  }
  table th,
  table td {
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: normal;
  }
  table tr:last-child td {
    border-bottom: none;
  }
}

@media screen and (min-width: 768px) {
  .page_title + table {
    margin-top: 66px;
  }
  table {
    width: 100%;
    max-width: 955px;
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
  }
  table th {
    width: 178px;
    padding: 10px 13px 10px;
    background-color: #F3F3F3;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
  }
  table td {
    padding: 10px 30px 10px;
    width: calc(100% - 178px);
    border-bottom: 1px solid #CCCCCC;
  }
  table th,
  table td {
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: normal;
  }
  table tr:last-child th,
  table tr:last-child td {
    border-bottom: none;
  }
}

/* -----------------------------------------------
dl_con_wrap
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .dl_con_wrap {
    margin-top: 66px;
  }
  .dl_con_wrap .con_item + .con_item {
    margin-top: 44px;
  }
  .dl_con_wrap .item_heading h2 {
    padding-left: 15px;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #555555;
    position: relative;
  }
  .dl_con_wrap .item_heading h2::before {
    content: '';
    width: 3px;
    height: 93.35%;
    background-color: #333333;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .dl_con_wrap .item_text {
    margin-top: 14px;
  }
  .dl_con_wrap .item_text * {
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  .dl_con_wrap .item_text > * + * {
    margin-top: 1em;
  }
}

@media screen and (min-width: 768px) {
  .dl_con_wrap {
    margin-top: 66px;
  }
  .dl_con_wrap .con_item + .con_item {
    margin-top: 44px;
  }
  .dl_con_wrap .item_heading h2 {
    padding-left: 15px;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #555555;
    position: relative;
  }
  .dl_con_wrap .item_heading h2::before {
    content: '';
    width: 3px;
    height: 93.35%;
    background-color: #333333;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .dl_con_wrap .item_text {
    margin-top: 24px;
  }
  .dl_con_wrap .item_text * {
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  .dl_con_wrap .item_text > * + * {
    margin-top: 1em;
  }
}