@charset "UTF-8";
/* freepage 共通css */
#tblLayout {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.g-menscaretech {
  text-align: left;
  line-height: 1.3;
  font-size: 18px;
  color: #333333;
  padding: 0;
  margin: auto;
  position: relative;
  /* 編集ここから */
  /* nav */
}

.g-menscaretech * {
  font-style: normal;
  list-style: none;
  word-break: normal;
  padding: 0;
}

.g-menscaretech span {
  font-size: inherit;
}

.g-menscaretech .only-desktop {
  display: block !important;
}

.g-menscaretech .only-mobile {
  display: none !important;
}

.g-menscaretech .only-narrow {
  display: none !important;
}

@media screen and (max-width: 960px) {
  .g-menscaretech {
    font-size: 12px;
  }
  .g-menscaretech img {
    width: 100%;
    height: auto;
    margin: auto;
  }
  .g-menscaretech .only-desktop {
    display: none !important;
  }
  .g-menscaretech .only-mobile {
    display: block !important;
  }
  .g-menscaretech .only-narrow {
    display: block !important;
  }
}

.g-menscaretech__mv {
  min-height: 500px;
  background-image: url(/Contents/ImagesPkg/beauty/g-menscaretech/mv_bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  margin-bottom: 50px;
}

@media screen and (max-width: 960px) {
  .g-menscaretech__mv {
    min-height: 170px;
    margin-bottom: 30px;
    padding: calc(250 / 1400 * 100%);
  }
}

.g-menscaretech__mv__ttl {
  width: 848px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 960px) {
  .g-menscaretech__mv__ttl {
    width: 65%;
  }
}

@media screen and (max-width: 320px) {
  .g-menscaretech__mv__ttl {
    width: 85%;
  }
}

.g-menscaretech__copy {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 960px) {
  .g-menscaretech__copy {
    margin-bottom: 30px;
  }
}

.g-menscaretech__nav-list {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.g-menscaretech__nav-list__link {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 294px;
  background-color: #EAFCFD;
  border-radius: 40px;
  border: 3px solid #132988;
  text-align: center;
  position: relative;
  margin-right: 8px;
}

@media screen and (max-width: 960px) {
  .g-menscaretech__nav-list__link {
    width: 49%;
    margin-right: 2%;
  }
}

.g-menscaretech__nav-list__link::after {
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #132988;
  position: absolute;
  right: 50%;
  bottom: 7px;
  margin-right: -8px;
}

@media screen and (max-width: 960px) {
  .g-menscaretech__nav-list__link::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #132988;
    bottom: 4px;
    margin-right: -5px;
  }
}

.g-menscaretech__nav-list__link:nth-child(4n) {
  margin-right: 0;
}

.g-menscaretech__nav-list__link:nth-child(n+5) {
  margin-top: 15px;
}

@media screen and (max-width: 960px) {
  .g-menscaretech__nav-list__link:nth-child(n+5) {
    margin-top: 2%;
  }
}

@media screen and (max-width: 960px) {
  .g-menscaretech__nav-list__link:nth-child(n+3) {
    margin-top: 2%;
  }
}

@media screen and (max-width: 960px) {
  .g-menscaretech__nav-list__link:nth-child(2n) {
    margin-right: 0;
  }
}

.g-menscaretech__nav-list__link > a {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  color: #132988;
  padding: 25px 10px;
}

@media screen and (max-width: 960px) {
  .g-menscaretech__nav-list__link > a {
    font-size: 12px;
    padding: 12px 5px;
  }
}

.g-menscaretech__contents {
  width: 1200px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 960px) {
  .g-menscaretech__contents {
    width: 95%;
    margin: 0 auto 20px;
  }
}

.g-menscaretech__contents--top {
  margin: 0 auto 80px;
}

@media screen and (max-width: 960px) {
  .g-menscaretech__contents--top {
    margin: 0 auto 30px;
  }
}

.g-menscaretech__contents--medicine {
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .g-menscaretech__contents--medicine {
    margin: 0 auto;
  }
}

.g-menscaretech__section {
  margin-bottom: 80px;
}

@media screen and (max-width: 960px) {
  .g-menscaretech__section {
    margin-bottom: 30px;
  }
}

.g-menscaretech__sub-ttl {
  font-size: 20px;
  font-weight: 700;
  background-color: #D9EFFC;
  border-left: 5px solid #132988;
  color: #132988;
  padding: 15px 15px 10px;
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .g-menscaretech__sub-ttl {
    font-size: 16px;
    padding: 7px 10px 5px;
    margin-bottom: 20px;
  }
}

.g-menscaretech__sub-ttl--medicine {
  background-color: #fff;
}

.g-menscaretech__medicine {
  background-color: #DFF2F4;
  padding: 60px 0;
  margin-bottom: 60px;
}

@media screen and (max-width: 960px) {
  .g-menscaretech__medicine {
    padding: 20px 0;
    margin-bottom: 20px;
  }
}

.g-menscaretech__medicine-ttl {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .g-menscaretech__medicine-ttl {
    margin-bottom: 10px;
  }
}

.g-menscaretech__medicine-ttl__ttl, .g-menscaretech__medicine-ttl__txt {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.g-menscaretech__medicine-ttl__ttl {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  background-color: #132988;
  font-size: 20px;
  text-align: center;
  color: #fff;
  padding: 11px 10px 9px;
}

@media screen and (max-width: 960px) {
  .g-menscaretech__medicine-ttl__ttl {
    width: 30%;
    font-size: 14px;
    padding: 7px 10px 5px;
  }
}

.g-menscaretech__medicine-ttl__txt {
  width: 85%;
  background-color: #fff;
  border: 2px solid #132988;
  padding: 11px 10px 9px;
}

@media screen and (max-width: 960px) {
  .g-menscaretech__medicine-ttl__txt {
    width: 70%;
    padding: 7px 10px 5px;
  }
}

.g-menscaretech__category-list {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: flex-wrap;
}

.g-menscaretech__category-list--last {
  margin-top: 60px;
}

@media screen and (max-width: 960px) {
  .g-menscaretech__category-list--last {
    margin-top: 20px;
  }
}

.g-menscaretech__category-list__item {
  width: 200px;
  margin-right: 20px;
}

.g-menscaretech__category-list__item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 960px) {
  .g-menscaretech__category-list__item {
    width: 22%;
    margin-right: 2%;
  }
}

.g-menscaretech__category-list__txt {
  text-align: center;
  margin-top: 10px;
}

.g-menscaretech__top-btn {
  width: 650px;
  margin: 0 auto 80px;
}

@media screen and (max-width: 960px) {
  .g-menscaretech__top-btn {
    width: 85%;
    margin-bottom: 30px;
  }
}

.g-menscaretech__top-btn > a {
  display: block;
  background-color: #50BDD0;
  border-radius: 50px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 20px 10px;
}

@media screen and (max-width: 960px) {
  .g-menscaretech__top-btn > a {
    font-size: 15px;
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.2);
    padding: 15px;
  }
}

.g-menscaretech__top-btn > a::after {
  display: inline-block;
  width: 30px;
  height: 30px;
  content: "";
  border: none;
  background-image: url(/Contents/ImagesPkg/beauty/g-menscaretech/icon_btn.png);
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media screen and (max-width: 960px) {
  .g-menscaretech__top-btn > a::after {
    width: 20px;
    height: 20px;
    right: 15px;
  }
}
