.contentWrap {
  padding-top: 60px;
}

/* .wrapper ----------*/
.wrapper {
  padding: 30px 0 50px;
}
.wrapper.univ-wrapper {
  border-top: 1px solid #d0d0d0;
}

/* .container ----------*/
.container {
  padding: 0 20px;
}
@media print, screen and (min-width: 769px) {
  .container {
    margin: 0 auto;
    padding: 0;
    width: 768px;
  }
}

/* .page-header ----------*/
.page-header {
  background-color: #fff;
  padding: 20px;
}
.page-header .title {
  color: #808080;
  font-size: 18px;
  font-weight: 700;
}
@media print, screen and (min-width: 769px) {
  .page-header .title {
    font-size: 24px;
    margin: 0 auto;
    width: 768px;
  }
}
.page-header-sub {
  background-color: #bdc4d1;
  width: 100%;
}
.page-header-sub .title-sub {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 5px 20px;
}
@media print, screen and (min-width: 769px) {
  .page-header-sub .title-sub {
    margin: 0 auto;
    padding: 3px 0;
    max-width: 768px;
    width: 100%;
  }
}

/* .searchArea ----------*/
.searchArea .narrow-flex {
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 999px;
  display: flex;
  justify-content: space-between;
  margin-right: 30px;
  margin-bottom: 30px;
  margin-left: 30px;
}
@media print, screen and (min-width: 769px) {
  .searchArea .narrow-flex {
    border-width: 3px;
    margin-right: 120px;
    margin-left: 120px;
  }
}
.searchArea .narrow-flex .narrow-btn {
  text-align: center;
  width: 50%;
}
.searchArea .narrow-flex .narrow-btn .btn_txt {
  border-radius: 999px;
  color: #737784;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 3px 5px;
  margin: 0;
}
.searchArea .narrow-flex .sort_favo._nonmember .btn_txt {
  background-color: #eee;
  border: 1px solid #ddd;
  color: #ddd;
  cursor: none;
  pointer-events: none;
}
.searchArea .narrow-flex .sort_all.on .btn_txt,
.searchArea .narrow-flex .sort_favo.on .btn_txt {
  background-color: #fa6d8b;
  color: #fff;
  font-weight: 700;
}

.searchArea .narrow-flex .narrow-btn.js_ico_favo .btn_txt {
  color: #ddd;
}

/* .form-select ----------*/
.form-select {
  background-color: #fff;
  background-image: url(../../mypage/common/img/form-select-arrow-01.png);
  background-position: top 6px right 6px;
  background-repeat: no-repeat;
  background-size: 26px 26px;
  border: 1px solid #fa6d8b;
  border-radius: 999px;
  color: #fa6d8b;
  font-size: 16px;
  padding: 6px 37px 6px 20px;
}
.form-select:focus {
  outline: none;
}

/* .search_form ----------*/
.search_form {
  margin-bottom: 10px;
}
.search_box {
  position: relative;
}
.search_box::before {
  content: "";
  display: block;
  background-image: url(../../mypage/common/img/ico_search.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 16px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 16px;
  z-index: 1;
}
.search_txt {
  background-color: #fff;
  border: 1px solid #8e8e8e;
  border-radius: 999px;
  font-size: 16px;
  padding: 6px 20px 6px 40px;
  position: relative;
  width: 100%;
}
.search_txt:focus {
  outline: 0;
  border: 1px solid #2196f3;
}
.search_txt::-moz-placeholder {
  color: #8e8e8e;
}
.search_txt::placeholder {
  color: #8e8e8e;
}

/* .swipe_navi ----------*/
#naviArea.is-fixed {
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 2;
  width: 100%;
}
#naviArea.is-fixed::after {
  content: "";
  display: block;
  background-color: #f4f4f4;
  height: 60px;
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
}
#naviArea.is-fixed .swipe_navi {
  margin: 0 auto;
  padding: 0 20px;
}

.swipe_navi {
  background-color: #f4f4f4;
  border-bottom: 2px solid #c9c9c9;
  margin: 10px auto 0;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.swipe_navi .list {
  display: flex;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .swipe_navi .list {
    justify-content: center;
  }
}
.swipe_navi .list li {
  font-size: 14px;
  position: relative;
}
.swipe_navi .list li.active {
  border-bottom: 3px solid #fa6d8b;
}
.swipe_navi .list li.active a {
  color: #222;
}
.swipe_navi .list li a {
  color: #9d9d9d;
  cursor: pointer;
  display: block;
  padding: 15px 18px;
  text-align: center;
}
.swipe_navi .list li.act a {
  color: #ee8aa2;
  border-bottom: 3px solid #ee8aa2;
  height: 100%;
}

.resultArea {
  margin-top: 30px;
}

/* .headingArea ----------*/
.headingArea .ttl {
  color: #404040;
  font-size: 15px;
  margin: 15px 0 10px;
}
.headingArea .areaList {
  border-top: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  font-size: 11px;
  padding-top: 10px;
}
.headingArea .areaList dt {
  color: #8d8d8d;
  font-weight: 400;
  width: 45px;
}
.headingArea .areaList dd {
  color: #5d5d5d;
  width: calc(100% - 45px);
}

/* heading ----------*/
.heading_anc {
  color: #5d5d5d;
  font-size: 14px;
  font-weight: 500;
  margin: 30px 0 15px;
}

/* listItemBlock ----------*/
.list-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
@media print, screen and (min-width: 769px) {
  .list-section {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.list-section + .heading_anc {
  border-top: 1px solid #d0d0d0;
  padding-top: 15px;
}
.listItemBlock {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: block;
  padding: 20px;
  padding: 0;
  position: relative;
}
.listItemBlock .con_inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 15px;
}
.listItemBlock .headingArea .ttl {
  color: #404040;
  font-size: 15px;
  margin: 15px 0 10px;
}
.listItemBlock .headingArea .areaList {
  border-top: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  font-size: 11px;
  padding-top: 10px;
}
.listItemBlock .headingArea .areaList dt {
  color: #8d8d8d;
  font-weight: 400;
  width: 45px;
}
.listItemBlock .headingArea .areaList dd {
  color: #5d5d5d;
  width: calc(100% - 45px);
}
.listItemBlock .imgBox {
  border: 1px solid #d1d6de;
  border-radius: 3px;
  height: 40px;
  overflow: hidden;
  position: relative;
  width: 40px;
}
.listItemBlock .imgBox img {
  background-color: #fff;
  padding: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

/* .cagetory-head ----------*/
.cagetory-head {
  padding: 0;
}

.cagetory-head .ico {
  display: block;
  position: relative;
  cursor: pointer;
  margin: 0;
  width: 58px;
  height: 58px;
}

.cagetory-head .ico::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -6px;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 2px #AEAFB3;
  border-right: solid 2px #AEAFB3;
  transform: rotate(225deg);
}

.cagetory-head .ttl {
  font-size: 22px;
  text-align: center;
}

/* btn ----------*/
.btn {
  margin: 0 auto;
  max-width: 250px;
  width: 100%;
}
.btn a {
  background-color: #fa6d8b;
  border: 1px solid transparent;
  border-radius: 999px;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 10px;
  text-align: center;
}
.btn.btn-default a {
  background-color: #a5a9b5;
  color: #fff;
}

.con-btn a {
  background-color: #fa6d8b !important;
}
.con-btn.blank::after {
  display: none;
}
.con-btn.blank a {
  padding: 10px 35px 10px 10px;
}
.con-btn.blank a::after {
  content: "";
  display: block;
  background-image: url(../../mypage/common/img/blank_w.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 12px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 16px;
}

.buttonSet {
  margin-top: 50px;
}

.blank {
  position: relative;
}
.blank::after {
  background-image: url(../../mypage/common/img/blank_g.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 16px;
}
/*# sourceMappingURL=uni.css.map */