@charset "euc-jp";

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* CSS Document */
body {
  color: #4C4948 !important;
  /*text-align: center !important;*/
}

.breadcrumb-item {
  font-family: 'Þâ¥´¥·¥Ã¥¯ÂÎ', 'Yu Gothic', YuGothic, '¥Ò¥é¥®¥Î³Ñ¥´ Pro', 'Hiragino Kaku Gothic Pro', '¥á¥¤¥ê¥ª', 'Meiryo', sans-serif !important;
}

.noto-font {
  font-family: 'Noto Sans Japanese', sans-serif !important;
  font-size: 100%;
  line-height: 1.8;
  overflow: hidden;
}

body:not(.page-index) .mainnav::after {
  background-color: #fff;
}

.service-page-wrap {
  padding: 32px 0 0;
  text-align: left;
  padding-top: 70px;
}

.page-head-wrap {
  width: 100%;
  padding-top: 32px;
}

.page-head {
  margin-bottom: 30px !important;
}

.function-pdf {
  font-weight: bold;
  text-align: right;
}

/* -----------------------------------------------------------------
 	sort
----------------------------------------------------------------- */
.service-sort {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.service-sort-wrap {
  width: 100%;
  margin: 8px 0 35px;
  font-size: 1.4rem;
}

.service-sort-content {
  display: flex;
  flex-wrap: wrap;

  font-size: 16px;
  font-weight: bold;
}

.service-sort-label {
  width: calc(100% / 4 - 16px);
  display: inline-block;
  background-color: #fff;
  border: 2px solid #005bac;
  color: #005bac;
  padding: 8px 0;
  max-width: 244px;
  text-align: center;
  border-radius: 50px;
  margin: 8px 8px 0 0;
}

.service-sort-label.selected {
  transition: 0.3s;
  background-color: #005bac;
  border: 2px solid #005bac;
  border-radius: 50px;
  border-color: #fff;
  color: #fff;
}

.service-sort-label:hover {
  background-color: #005bac;
  color: #fff !important;
}

.service-sort-content .none-label {
  visibility: hidden;
  display: none;
}

.charged {
  font-feature-settings: "palt";
  background: url(../images/pay.png)no-repeat;
  background-position: 207px .4rem;
}

.service-sort-label input {
  display: none;
}

/* -----------------------------------------------------------------
	service
----------------------------------------------------------------- */

.service-title {
  background: #e9eff4;
  border-left: solid 5px #005bac;
  color: #666;
  font-size: 26px;
  font-size: 1.625rem;
  padding: 12px 22px;
}

.service-list-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 25px;
  margin-bottom: 40px;
}

.service-list {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  margin: 0 10px 20px;
  width: 320px;
  height: 220px;
}

.service-list a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.service-list a:hover {
  opacity: 0.6;
  text-decoration: none !important;
  box-shadow: 0 7px 20px rgba(50, 50, 93, .15);
  transform: translate(0, -1px);
}

.service-list-title {
  font-size: 18px;
  color: #005bac;
}

.service-list-box {
  height: auto;
  padding: 0 20px;
  position: relative;
}

.service-list-text {
  color: #4c4948;
  height: 90px;
}

.service-list-head {
  padding: 20px 20px;
  height: 80px;
}

.service-list-head .js-text-overflow {
  overflow: hidden;
  height: 50px;
  display: flex;
  align-items: center;
}

.service-list-box .js-text-overflow {
  overflow: hidden;
  height: 100px;
  font-size: 14px;
}

.contents-title {
  margin-top: 20px !important;
}

.service-list-icon img {
  position: absolute;
  right: 20px;
  top: 105px;
}

.page-section {
  margin-bottom: 50px !important;
}
.page-bottom-space{
  margin-bottom: 35px !important;
}

@media (max-width: 640px) {

  .service-page-wrap {
    padding-top: 62px !important;
  }

  .page-head {
    margin-bottom: 15px !important;
  }

  .page-head-wrap {
    padding-top: 14px;
  }

  .page-title {
    margin-top: 10px !important;
    margin-bottom: 5px !important;
  }

  .contents-title-border,
  .contents-title-corner:before {
    padding-left: 10px !important;
  }

  .service-title {
    padding: 8px 15px !important;
    font-size: 1rem;
  }

  .service-sort {
    width: 100%;
  }

  .service-sort-content {
    font-size: 12px;
    justify-content: space-between;
  }

  .service-sort-label {
    max-width: calc(100% / 2 - 8px);
    width: 100%;
    white-space: nowrap;
    text-align: left;
    padding-left: 10px;
    box-sizing: border-box;
  }

  .service-sort {
    width: 100%;
  }

  .restriction {
    padding-left: 20px;
  }

  .service-list-wrap {
    padding: 30px 0;
  }

  .service-list {
    height: 215px;
    width: 100%;
  }

  .service-list-head {
    padding: 15px 20px;
  }

  .service-list-title {
    font-size: 16px;
    padding-right: 15px;
  }

  .service-list-text {
    font-size: 14px;
  }

  .charged {
    background: url(../images/pay_sp.png)no-repeat;
    background-position: 95% .25rem;
  }
}