/* CSS Document */
/* COMMON PARTS-------------------------------------------*/
.menu-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.menu-nav li {
  text-align: center;
  border: 1px solid #017A8A;
  width: 32.8%;
  font-size: 11px;
}

.menu-nav li .txt-01 {
  font-size: 10px;
}

.menu-nav li a {
  display: block;
  color: #017A8A;
  padding: 5px 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}

.menu-nav li.current a {
  color: #fff;
  background: #017A8A;
}

.menu-nav li.current a::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7.5px 0 7.5px;
  border-color: #017A8A transparent transparent transparent;
}

@media screen and (min-width: 769px) {
  .menu-nav {
    margin-bottom: 60px;
  }
  .menu-nav li {
    font-size: 18px;
    width: 30.5%;
  }
  .menu-nav li a {
    padding: 12px 2px;
  }
  .menu-nav li.current a::before {
    border-width: 12px 10.5px 0 10.5px;
  }
}

.c-box {
  margin-bottom: 40px;
}

.c-box .submds {
  margin-bottom: 20px;
}

.c-box h4 {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.c-box h4::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ccc;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.c-box h4 span {
  font-size: 14px;
  font-weight: bold;
  padding-right: 15px;
}

.c-box .img-box {
  margin-bottom: 18px;
  text-align: center;
}

.c-box .txt-box p {
  margin-bottom: 15px;
}

.c-box .txt-box .ttl {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}

.c-box .txt-box .ttl span {
  font-size: 12px;
}

.c-box .btn-box .btn {
  margin-bottom: 15px;
}

.c-box .box-list li {
  margin-bottom: 40px;
}

@media screen and (min-width: 769px) {
  .c-box {
    margin-bottom: 90px;
  }
  .c-box .font-s {
    font-size: 14px;
  }
  .c-box .submds {
    margin-bottom: 30px;
  }
  .c-box h4 span {
    font-size: 18px;
    padding-right: 20px;
  }
  .c-box .img-box {
    margin-right: 30px;
    margin-bottom: 0;
  }
  .c-box .txt-box p {
    margin-bottom: 0;
  }
  .c-box .txt-box .ttl {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .c-box .txt-box .ttl span {
    font-size: 14px;
  }
  .c-box .btn-box {
    display: flex;
    justify-content: space-between;
  }
  .c-box .btn-box .btn {
    margin: 0 0 15px;
    width: 48%;
    max-width: initial;
  }
  .c-box .box-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .c-box .box-list li {
    width: calc(100% / 2 - 20px);
    margin-bottom: 50px;
    margin-right: 40px;
    display: flex;
    flex-direction: column;
  }
  .c-box .box-list li:nth-child(2n) {
    margin-right: 0;
  }
  .c-box .box-list li .btn {
    max-width: initial;
    margin-top: auto;
    width: 100%;
  }
  .c-box .box-list .contents {
    display: flex;
    margin-bottom: 30px;
  }
  .c-box .box-list .contents .txt-box {
    flex: 1;
  }
}

#c01 .pc-flex {
  margin-bottom: 30px;
}

#c01 .pc-flex .txt-box {
  flex: 1;
}

#c01 .img-box img {
  width: 41.3%;
}

@media screen and (min-width: 769px) {
  #c01 .img-box img {
    width: 174px;
  }
  #c01 .font-s {
    width: 48%;
    margin-left: auto;
  }
}

#c02 .img01 img {
  width: 26%;
}

#c02 .img02 img {
  width: 26%;
}

#c02 .img03 img {
  width: 54%;
}

#c02 .img04 img {
  width: 41.3%;
}

@media screen and (min-width: 769px) {
  #c02 .img01 {
    margin-right: 57px;
    margin-left: 27px;
  }
  #c02 .img01 img {
    width: 121px;
  }
  #c02 .img02 {
    margin-right: 57px;
    margin-left: 27px;
  }
  #c02 .img02 img {
    width: 121px;
  }
  #c02 .img03 img {
    width: 174px;
  }
  #c02 .img04 img {
    width: 174px;
  }
  #c02 .box-list .contents {
    align-items: center;
  }
}

#c03 .img01 img {
  width: 41.3%;
}

#c03 .img02 img {
  width: 41.3%;
}

#c03 .img03 img, #c03 .img04 img, #c03 .img05 img {
  width: 55.5%;
  border: 1px solid #ccc;
}

@media screen and (min-width: 769px) {
  #c03 .img01 img {
    width: 174px;
  }
  #c03 .img02 img {
    width: 174px;
  }
  #c03 .img03 img, #c03 .img04 img, #c03 .img05 img {
    width: 174px;
  }
}

/*# sourceMappingURL=_map/card.css.map */
