@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
.bg--primary {
  background-color: #8ad2d2;
}

.btn--primary {
  background-color: #8ad2d2;
}

.bg--secondary {
  background-color: #134f5c;
}

.btn--secondary {
  background-color: #134f5c;
}

.bg--tertiary {
  background-color: #134f5c;
}

.btn--tertiary {
  background-color: #134f5c;
}

.bg--cv {
  background-color: #134f5c;
}

.btn--cv {
  background-color: #134f5c;
}

.ec-blockBtn--action, .ec-inlineBtn--action {
  background-color: #134f5c;
  border-color: #134f5c;
}

.ec-blockBtn--action:hover, .ec-inlineBtn--action:hover {
  background-color: #134f5c;
  border-color: #134f5c;
  opacity: 0.7;
}

.ec-blockBtn--action:disabled, .ec-blockBtn--action.disabled {
  background-color: #6b6b6b;
  border-color: #6b6b6b;
}

.ec-blockBtn--action:disabled:hover, .ec-blockBtn--action.disabled:hover {
  background-color: #6b6b6b;
  border-color: #6b6b6b;
}

/**
 * 繝�く繧ｹ繝�
 **/
.text-white { color: #fff !important; }

/**
 * common
**/
body {
  font-family: "Noto Sans JP", sans-serif;
}

.d-flex {
  display: flex;
}
.d-flex.justify-content-flex-end {
  justify-content: flex-end;
}

/**
 * site 
**/
.header-sale {
  background-color: #134f5c;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.4rem 0;
}
.header-sale p {
  color: #ffffff;
}
.header-sale p strong {
  font-size: 1.2rem;
  padding-right: 0.4rem;
}

.ec-headerNav .ec-headerNav__itemIcon {
  color: #134f5c !important;
}

.ec-headerNaviRole .ec-headerNaviRole__right {
  width: 100% !important;
}
.ec-headerNaviRole .ec-headerNaviRole__right_2 {
  width: 66.6666666667%;
  justify-content: flex-end;
  align-items: center;
}

.ec-headerTitle .ec-headerTitle__title a {
  margin-bottom: 0;
}
.ec-headerTitle .ec-headerTitle__title h1, .ec-headerTitle .ec-headerTitle__title .h1 {
  text-align: left;
}

.ec-secHeading .ec-secHeading__en {
  font-size: 22px;
  padding-right: 20px;
}

.ec-layoutRole .ec-layoutRole__contents {
  max-width: 100%;
}

/**
 * 縺顔衍繧峨○
 **/
.ec-newsRole .ec-newsRole__news {
  border: 0;
}

.ec-newsRole .ec-newsRole__newsItem {
  border-top: 1px solid #CCC;
}

.ec-newsRole .ec-newsRole__newsItem:last-of-type {
  border-bottom: 1px solid #CCC;
}

@media screen and (min-width: 768px) {
  .ec-headerNaviRole {
    padding-bottom: 0px;
  }
  .ec-categoryRole .ec-categoryRole__list {
    /* flex-wrap: wrap; */
  }
  .ec-categoryRole .ec-categoryRole__listItem:not(:last-of-type) {
    /* margin-right: 0; */
  }
  .ec-categoryRole .ec-categoryRole__listItem:not(:nth-child(3n)) {
    /* margin-right: 0;
    padding-right: 30px; */
  }
  .ec-categoryRole .ec-categoryRole__listItem a span {
    color: #000000;
    display: block;
    padding-top: 1rem;
    font-weight: 700;
    text-align: center;
  }
}