@charset "UTF-8";
main {
  position: relative;
  padding: 82px 0 0 0;
  margin: 0;
  display: block;
}

.contents {
  width: 100%;
  padding: 100px 0 0 0;
  box-sizing: border-box;
}
.contents .lead {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 40px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.75;
}
.contents .list_box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 170px;
  padding: 40px 0 0 0;
  border-top: 1px solid #c2c2c2;
}
.contents .list_box .list {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #c2c2c2;
}
.contents .list_box .list .title {
  display: flex;
  font-size: 1.8rem;
  align-items: stretch;
  margin-bottom: 25px;
  font-weight: 600;
}
.contents .list_box .list .text {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 20px;
}
.contents .list_box .list ul li {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0 0 10px 0;
  /* 余分なマージンを消去 */
  padding: 0;
  /* 余分なパディングを消去 */
  padding-left: 1.5em;
  /* 1文字分の左パディング */
  text-indent: -1.5em;
  /* 最初の行だけを1文字分左に */
}

/* 狭間の記述
========================================================= */
@media screen and (min-width: 961px) and (max-width: 1720px) {
  .contents {
    width: 90%;
    margin: 0 auto;
  }
}
/* タブレット用）の記述
========================================================= */
@media screen and (min-width: 768px) and (max-width: 960px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  main {
    padding: 65px 0 0 0;
  }
  .contents {
    width: 90%;
    padding: 50px 0 0 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .contents .lead {
    width: 100%;
    margin: 0 auto 40px;
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.75;
  }
  .contents .list_box {
    width: 100%;
    margin: 0 auto 50px;
    padding: 0;
  }
  .contents .list_box .list {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .contents .list_box .list .title {
    display: flex;
    font-size: 2.5rem;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .contents .list_box .list .title dt {
    float: left;
    width: 1em;
    font-size: 2rem;
    font-weight: 600;
    padding: 0.5em 0 0 0;
    margin-right: 0.5em;
    text-align: center;
    background-color: none;
    font-family: "Rubik", sans-serif;
  }
  .contents .list_box .list .title dd {
    padding: 0;
  }
  .contents .list_box .list .title dd span {
    font-weight: 600;
    background-color: #efeff2;
    padding: 0.25em 0.75em;
  }
  .contents .list_box .list ul {
    margin: 0;
  }
  .contents .list_box .list ul li {
    font-size: 1.8rem;
    line-height: 2;
    margin: 0 0 10px 0;
    /* 余分なマージンを消去 */
    padding: 0;
    /* 余分なパディングを消去 */
    padding-left: 1.5em;
    /* 1文字分の左パディング */
    text-indent: -1.5em;
    /* 最初の行だけを1文字分左に */
  }
  .contents .list_box .list .text {
    font-size: 2rem;
    line-height: 1.8;
  }
}
/* スマホ用）の記述
========================================================= */
@media screen and (max-width: 767px) {
  /* 479px以下用（スマートフォン用）の記述 */
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  main {
    padding: 45px 0 0 0;
  }
  .contents {
    width: 100%;
    padding: 50px 0 0 0;
    box-sizing: border-box;
  }
  .contents .lead {
    width: 90%;
    margin: 0 auto 40px;
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.75;
  }
  .contents .list_box {
    width: 90%;
    margin: 0 auto 50px;
    padding: 0;
  }
  .contents .list_box .list {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .contents .list_box .list .title {
    display: flex;
    font-size: 1.4rem;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .contents .list_box .list .title dt {
    float: left;
    width: 1em;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 0.5em 0 0 0;
    margin-right: 0.5em;
    text-align: center;
    background-color: none;
    font-family: "Rubik", sans-serif;
  }
  .contents .list_box .list .title dd {
    padding: 0;
  }
  .contents .list_box .list .title dd span {
    font-weight: 600;
    background-color: #efeff2;
    padding: 0.25em 0.75em;
  }
  .contents .list_box .list ul {
    margin: 0;
  }
  .contents .list_box .list ul li {
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 0 0 10px 0;
    /* 余分なマージンを消去 */
    padding: 0;
    /* 余分なパディングを消去 */
    padding-left: 1.5em;
    /* 1文字分の左パディング */
    text-indent: -1.5em;
    /* 最初の行だけを1文字分左に */
  }
  .contents .list_box .list .text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  /* フッター設定 */
  #footer_wrapper {
    text-align: center;
    width: 100%;
    margin: 30px 0;
    font-size: 14px;
  }
}