@charset "UTF-8";
.contents-index {
  position: relative;
  background-color: #268545;
  border-top: 10px solid #ffe329;
  margin-top: 80px;
}
.contents-index_ttl {
  position: absolute;
  background-color: #ffe329;
  padding: 4px;
  width: 280px;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  top: -32px;
  left: calc(50% - 140px);
  z-index: 1;
}
.shadow {
  position: absolute;
  width: 280px;
  height: 55px;
  border-radius: 50px;
  top: -30px;
  left: calc(50% - 140px);
  background-color: #B4B4B4;
  mix-blend-mode: multiply;
  filter: blur(5px);
  border-radius: 50px;
}
.contents-index_list {
  margin-top: 48px;
  padding-bottom: 30px;
  list-style: none;
}
.contents-index_list  a {
  color: #FFF;
    text-decoration: none;
}
.contents-index_list a > li {
  display: block;
  padding: 24px 80px 24px 24px;
    color: #FFF;
  font-size: 28px;
  border-bottom: 1px dotted#FFF!important;
  background-image: url("../img/common/ico_btn-arw-all_down.svg");
  background-position: right 24px center;
  background-size: 26px 26px;
  background-repeat: no-repeat;
}
.contents-index_list a > li:hover {
    background-color: #489862;
    transition : all 0.5s ease 0s;
}
.contents-index_list li p {
    position: relative;
    padding-left: 40px;
    margin-bottom: 0;
}
.contents-index_list li p::before {
content: '';
position: absolute; /* リストに対しての位置確定 */
background: url("../img/common/ico_check.svg"); /* 画像パス */
background-repeat: no-repeat;
background-size: 24px; /* 画像サイズを指定 */
top: 9px;
left: 0;
height: 24px;
width: 24px;
}
.contents-index_list li p span {
  font-size: 18px;
    margin-left: 8px;
}
.car {
    position: absolute;
    top: -110px;
}
.fukidashi {
  text-align: center;
    margin-top: 70px;
  margin-bottom: 12px;
}
.ttl_fukidashi {
  display: flex;
  justify-content: center;
  align-items: center;
    font-size: 34px;
}
.ttl_fukidashi::before, .ttl_fukidashi::after {
  content: "";
  background-color: #38bdef;
  height: 2px;
  width: 52px;
}
.ttl_fukidashi::before {
  margin-right: 5px;
  transform: rotate(60deg);
}
.ttl_fukidashi::after {
  margin-left: 5px;
  transform: rotate(-60deg);
}
.c-bd-box {
    border: 10px solid #f3f3f3;
    border-radius: 8px;
    padding: 42px;
}
.btn-entry {
  display: block;
  width: 480px;
  height: 74px;
  padding: 22px 10px 0 0;
  background-color: #004a99;
  box-shadow: 0 5px 0 #002f65;
  border-radius: 40px;
  text-align: center;
  background-image: url("../img/common/ico_btn-arw-all.svg");
  background-position: right 26px center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  content: "";
  vertical-align: 0;
  color: #fff;
  font-size: 20px;
    margin: 0 auto;
  text-decoration: none;
}

.btn-entry a {
  color: #fff;
  text-decoration: none;
}
.btn-entry:hover {
  color: #fff;
  text-decoration: none;
  background-color: #002f65;
  box-shadow: none;
  transform: translateY(5px);
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}


@media screen and (max-width: 767px) {
.contents-index {
  position: relative;
  background-color: #268545;
  border-top: 6px solid #ffe329;
  margin-top: 54px;
}
.contents-index_ttl {
  position: absolute;
  background-color: #ffe329;
  padding: 4px;
  width: 130px;
  border-radius: 50px;
  text-align: center;
  font-size: 20px;
  top: -24px;
  left: calc(50% - 65px);
  z-index: 1;
}
.shadow {
  position: absolute;
  width: 130px;
  height: 40px;
  border-radius: 50px;
  top: -23px;
  left: calc(50% - 65px);
  background-color: #B4B4B4;
  mix-blend-mode: multiply;
  filter: blur(2px);
  border-radius: 50px;
}
.contents-index_list {
  margin-top: 22px;
  padding-bottom: 16px;
  list-style: none;
}
.contents-index_list  a {
  color: #FFF;
    text-decoration: none;
}
.contents-index_list a > li {
  display: block;
  padding: 18px 36px 18px 0px;
    color: #FFF;
  font-size: 28px;
  border-bottom: 1px dotted#FFF!important;
  background-image: url("../img/common/ico_btn-arw-all_down.svg");
  background-position: right 0 center;
  background-size: 18px 18px;
  background-repeat: no-repeat;
}
.contents-index_list a > li:hover {
    background-color: #489862;
    transition : all 0.5s ease 0s;
}
.contents-index_list li p {
    position: relative;
    padding-left: 32px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.3em;
}
.contents-index_list li p::before {
content: '';
position: absolute; /* リストに対しての位置確定 */
background: url("../img/common/ico_check.svg"); /* 画像パス */
background-repeat: no-repeat;
background-size: 20px; /* 画像サイズを指定 */
top: 0;
left: 0;
height: 24px;
width: 24px;
}
.contents-index_list li p span {
  font-size: 13px;
    margin-left: 0;
}
.car {
    position: absolute;
    width: 100px;
    top: -60px;
    left: 10px;
}
.fukidashi {
  text-align: center;
    margin-top: 30px;
  margin-bottom: 8px;
}
.ttl_fukidashi {
  display: flex;
  justify-content: center;
  align-items: center;
    font-size: 20px;
}
.ttl_fukidashi::before, .ttl_fukidashi::after {
  content: "";
  background-color: #38bdef;
  height: 2px;
  width: 40px;
}
.ttl_fukidashi::before {
  margin-right: 10px;
  transform: rotate(60deg);
}
.ttl_fukidashi::after {
  margin-left: 10px;
  transform: rotate(-60deg);
}
.c-bd-box {
    border: 4px solid #f3f3f3;
    border-radius: 5px;
    padding: 14px;
}
.btn-entry {
  display: block;
  width: 100%;
  height: 56px;
  padding: 15px 10px 0 0;
  background-color: #004a99;
  box-shadow: 0 3px 0 #002f65;
  border-radius: 40px;
  text-align: center;
  background-image: url("../img/common/ico_btn-arw-all.svg");
  background-position: right 22px center;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  content: "";
  vertical-align: 0;
  color: #fff;
  font-size: 18px;
    margin: 0 auto;
  text-decoration: none;
}

.btn-entry a {
  color: #fff;
  text-decoration: none;
}
.btn-entry:hover {
  color: #fff;
  text-decoration: none;
  background-color: #002f65;
  box-shadow: none;
  transform: translateY(3px);
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
}
@media screen and (min-width: 768px) {}