@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700,900");
.topArea {
  height: 470px;
  background: url(../img/mainvisual_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 30px;
}

.mainVisual {
  text-align: center;
}

.mainVisual_txt {
  margin: 100px 0 60px 0;
}

.newsTop_inner {
  border: 3px solid #dde2e8;
  background: url(../img/note_bg.png);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newsTop_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2;
  margin: 20px;
  width: 896px;
}

.newsTop_title {
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
  color: #30363b;
  padding-right: 15px;
}

.newsTop_title_week {
  color: #8d98a1;
  font-size: 1.6rem;
}

.newsTop_txt {
  padding-left: 15px;
  border-left: 3px solid #dde2e8;
}

.newsTop_txt a {
  text-decoration: underline;
  font-size: 1.9rem;
}

.newsTop_link {
  background: #dde2e8;
  width: 64px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
}

.newsTop_link img {
  height: 24px;
}

.newsTop_link:hover {
  background: #d0d6de;
}

.newsTop_link_txt {
  display: none;
}

.newsTop_inner.is_important {
  border: 3px solid #f55454;
  background: #f76e6e url(../img/note_bg.png);
}

.newsTop_inner.is_important .newsTop_link {
  background: #f55454;
}

.seminarCategory {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.seminarCategory .slick-list {
  margin-left: -5px;
}

.seminarCategory .slick-slide {
  min-width: 240.83333px;
  padding-left: 5px;
}

.seminarCategory_item, .seminarCategory_item-all, .seminarCategory_item-doctor, .seminarCategory_item-medical, .seminarCategory_item-pharmacist, .seminarCategory_item-care, .seminarCategory_item-other {
  text-align: center;
  padding: 12px 0;
  font-size: 2.2rem;
  font-weight: bold;
  border-radius: 20px 20px 0 0;
  color: #fff;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  width: 100%;
}

.seminarCategory_item-all {
  background: #1cbdcf;
}

.seminarCategory_item-all:hover {
  background: #14a9b9;
  cursor: pointer;
}

.seminarCategory_item-doctor {
  background: #09cc93;
}

.seminarCategory_item-doctor:hover {
  background: #07b985;
  cursor: pointer;
}

.seminarCategory_item-medical {
  background: #e83e5a;
}

.seminarCategory_item-medical:hover {
  background: #d8304c;
  cursor: pointer;
}

.seminarCategory_item-pharmacist {
  background: #f48420;
}

.seminarCategory_item-pharmacist:hover {
  background: #e2791b;
  cursor: pointer;
}

.seminarCategory_item-care {
  background: #f8c410;
}

.seminarCategory_item-care:hover {
  background: #ecba0f;
  cursor: pointer;
}

.seminarCategory_item-other {
  background: #bc4abb;
}

.seminarCategory_item-other:hover {
  background: #a93ea8;
  cursor: pointer;
}

.seminarInner {
  background: #1cbdcf;
  padding: 40px 0;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  /*&.is-current4{
    background: #f8c410;
  }
  &.is-current5{
    background: #bc4abb;
  }*/
}

.seminarInner.is-current1 {
  background: #09cc93;
}

.seminarInner.is-current2 {
  background: #e83e5a;
}

.seminarInner.is-current3 {
  background: #f8c410;
}

.seminarSearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.seminarSearch_input {
  background: #fff url(../img/icon_search.svg) no-repeat 25px 50%;
  padding: 18px 25px 18px 63px;
  border-radius: 28px 0 0 28px;
  border: none;
  width: 830px;
  font-weight: bold;
  font-size: 2.0rem;
  outline: none;
}

.seminarSearch_input::-webkit-input-placeholder {
  color: #bfc5cc;
}

.seminarSearch_input::-moz-placeholder {
  color: #bfc5cc;
}

.seminarSearch_input:-ms-input-placeholder {
  color: #bfc5cc;
}

.seminarSearch_input::-ms-input-placeholder {
  color: #bfc5cc;
}

.seminarSearch_input::placeholder {
  color: #bfc5cc;
}

.seminarSearch_input:-ms-input-placeholder {
  color: #bfc5cc;
}

.seminarSearch_input::-ms-input-placeholder {
  color: #bfc5cc;
}

.seminarSearch_submit {
  background: #30363b;
  color: #fff;
  border-radius: 0 28px 28px 0 !important;
  border: none;
  width: 130px;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  outline: none;
}

.seminarSearch_submit:hover {
  background: #20252a;
  cursor: pointer;
}

.seminarSearchTub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.seminarSearchTub_item, .seminarSearchTub_item-target, .seminarSearchTub_item-type, .seminarSearchTub_item-keyword {
  list-style: none;
  background: #1c8098;
  color: #fff;
  padding: 15px;
  width: 33%;
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  border-radius: 12px 12px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.seminarSearchTub_item:hover, .seminarSearchTub_item-target:hover, .seminarSearchTub_item-type:hover, .seminarSearchTub_item-keyword:hover {
  cursor: pointer;
}

.seminarSearchTub_item-target {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.seminarSearchTub_item-target::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 27px;
  background: url(../img/icon_target_w.svg) no-repeat;
  margin-right: 13px;
}

.seminarSearchTub_item-type::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 27px;
  background: url(../img/icon_type_w.svg) no-repeat;
  margin-right: 13px;
}

.seminarSearchTub_item-keyword::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 27px;
  background: url(../img/icon_keyword_w.svg) no-repeat;
  margin-right: 10px;
}

.seminarSearchTub_item.is-tubCurrent, .is-tubCurrent.seminarSearchTub_item-target, .is-tubCurrent.seminarSearchTub_item-type, .is-tubCurrent.seminarSearchTub_item-keyword {
  background: #fff;
  color: #30363b;
}

.seminarSearchTub_item.is-tubCurrent.seminarSearchTub_item-target::before, .is-tubCurrent.seminarSearchTub_item-target::before {
  background: url(../img/icon_target_g.svg) no-repeat;
}

.seminarSearchTub_item.is-tubCurrent.seminarSearchTub_item-type::before, .is-tubCurrent.seminarSearchTub_item-type::before {
  background: url(../img/icon_type_g.svg) no-repeat;
}

.seminarSearchTub_item.is-tubCurrent.seminarSearchTub_item-keyword::before, .is-tubCurrent.seminarSearchTub_item-keyword::before {
  background: url(../img/icon_keyword_g.svg) no-repeat;
}

.seminarSearchRadio {
  list-style: none;
  background: #f5f6f8;
  padding: 15px 20px;
  border-radius: 12px;
}

.seminarSearchRadio_item {
  font-size: 2.0rem;
  display: inline-block;
  margin: 5px 17px 5px 0;
}

.seminarListHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.searchCount {
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
}

.searchCount_txt {
  font-size: 4.2rem;
  padding: 0 5px;
}

/* リセットボタン */
.searchReset {
  position: absolute;
  right: 0;
  margin-top: 7px;
}

.searchReset_btn {
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 2px;
}

.searchReset_btn:hover {
  color: #20252a;
}

.searchReset_btn_icon {
  font-size: 3.0rem;
  padding-right: 5px;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .searchReset {
    top: 0;
  }
  /* IE11 */
}

/* チェックボックス */
.searchAccepting {
  position: relative;
  margin-left: 30px;
  color: #fff;
  font-weight: bold;
  margin-top: 7px;
}

.searchAccepting [type="checkbox"]:not(:checked),
.searchAccepting [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.searchAccepting [type="checkbox"]:not(:checked) + label,
.searchAccepting [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 2.2em;
  cursor: pointer;
}

/* checkbox aspect */
.searchAccepting [type="checkbox"]:not(:checked) + label:before,
.searchAccepting [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: -3px;
  width: 1.25em;
  height: 1.25em;
  border: 3px solid #dde2e8;
  background: #fff;
  border-radius: 4px;
}

/* checked mark aspect */
.searchAccepting [type="checkbox"]:not(:checked) + label:after,
.searchAccepting [type="checkbox"]:checked + label:after {
  content: '\2713\0020';
  position: absolute;
  top: .20em;
  left: .1em;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 0.8;
  color: #1c8098;
  -webkit-transition: all .2s;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}

/* checked mark aspect changes */
.searchAccepting [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.searchAccepting [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* disabled checkbox */
.searchAccepting [type="checkbox"]:disabled:not(:checked) + label:before,
.searchAccepting [type="checkbox"]:disabled:checked + label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

.searchAccepting [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}

.searchAccepting [type="checkbox"]:disabled + label {
  color: #aaa;
}

.seminarSearchRadio_item input[type=radio] {
  display: none;
}

.seminarSearchRadio_item input[type=radio]:checked + span:before {
  opacity: 1;
}

.seminarSearchRadio_item span {
  position: relative;
  padding: 0 0 0 30px;
}

.seminarSearchRadio_item span:after, .seminarSearchRadio_item span:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
}

.seminarSearchRadio_item span:after {
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 3px solid #dde2e8;
  border-radius: 50%;
}

.seminarSearchRadio_item span:before {
  left: 6px;
  top: 6px;
  width: 12px;
  height: 12px;
  background: #05acbf;
  border-radius: 50%;
  opacity: 0;
}

.seminarSearchRadio_item label:hover {
  cursor: pointer;
}

.seminarSearchBlock {
  background: #fff;
  padding: 20px;
  border-radius: 0 0 12px 12px;
  margin-bottom: 20px;
}

.seminarSearchBlock > div {
  display: none;
}

.seminarSearchBlock > div.is-show {
  display: block;
}

.seminarList {
  list-style: none;
}

.seminarList > li {
  margin-bottom: 20px;
}

.seminarList_newIcon {
  position: absolute;
  top: 0;
  left: 0;
}

.seminarList_item {
  position: relative;
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 6px 0px 0px rgba(48, 54, 59, 0.3);
  box-shadow: 0px 6px 0px 0px rgba(48, 54, 59, 0.3);
  display: block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.seminarList_item:hover {
  color: #32383d;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

.seminarList_item::after {
  content: "";
  display: inline-block;
  background: url(../img/icon_arrow.svg) no-repeat;
  background-size: contain;
  width: 12px;
  height: 17px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.seminarDate {
  background: url(../img/date_bg.jpg);
  text-align: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f2f2f2;
  border-radius: 6px;
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  width: 19.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-right: 2.3%;
  padding: 11px 20px;
  line-height: 1;
}

.seminarDate_year {
  display: block;
  font-size: 2.5rem;
}

.seminarDate_date {
  display: block;
  font-size: 6.0rem;
}

.seminarDate_week {
  display: block;
  font-size: 2.0rem;
  color: #8d98a1;
}

.seminarTitle {
  font-size: 2.7rem;
  line-height: 1.4;
  margin-bottom: 10px;
}

.seminarTxt {
  padding-left: 22%;
  font-size: 1.7rem;
  min-height: 40px;
}

@media only screen and (max-width: 767px) {
  .topArea {
    height: auto;
    margin-top: 60px;
    margin-bottom: 0;
    background: url(../img/mainvisual_bg_sp.jpg) no-repeat;
    background-size: contain;
    background-position: center 140px;
    padding: 25px;
  }
  .mainVisual {
    margin-bottom: 150px;
  }
  .mainVisual_txt {
    margin: 0;
  }
  .contents {
    margin-top: 0;
  }
  .newsTop_inner {
    display: block;
    padding: 10px 15px;
  }
  .newsTop_list {
    display: block;
    width: auto;
    margin: 0 0 10px 0;
  }
  .newsTop_title {
    padding-right: 0;
    margin-bottom: 5px;
    font-size: 1.6rem;
  }
  .newsTop_title_week {
    font-size: 1.2rem;
  }
  .newsTop_txt {
    padding-left: 0;
    border-left: none;
  }
  .newsTop_txt a {
    font-size: 1.4rem;
  }
  .newsTop_link {
    background: none;
    margin-left: initial;
    text-align: center;
    width: 100%;
  }
  .newsTop_link img {
    display: none;
  }
  .newsTop_link_txt {
    display: block;
    font-size: 1.2rem;
  }
  .newsTop_link::after {
    content: "";
    background: url(../img/icon_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 6px;
    height: 9px;
    margin-left: 8px;
  }
  .seminarInner {
    padding: 0 15px 10px 15px;
  }
  .seminarCategory .slick-list {
    margin-left: -3.5px;
  }
  .seminarCategory .slick-slide {
    min-width: 110px;
    padding-left: 3.5px;
  }
  .seminarCategory_item, .seminarCategory_item-all, .seminarCategory_item-doctor, .seminarCategory_item-medical, .seminarCategory_item-pharmacist, .seminarCategory_item-care, .seminarCategory_item-other {
    width: auto;
    padding: 10px 5px;
    font-size: 1.6rem;
    line-height: 1.4;
    border-radius: 10px 10px 0 0;
    letter-spacing: normal;
  }
  .seminarSearch {
    padding: 20px 0;
    margin-bottom: 0;
  }
  .seminarSearch_input {
    width: 100%;
    font-size: 1.3rem;
    padding: 15px 15px 15px 35px;
    background: #f5f6f8 url(../img/icon_search.svg) no-repeat 10px 50%;
    background-size: 18px;
  }
  .seminarSearch_submit {
    font-size: 1.7rem;
    width: 120px;
  }
  .seminarList_newIcon {
    width: 55px;
    height: 55px;
  }
  .seminarList_item {
    padding: 15px 4% 35px 4%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .seminarList_item::after {
    content: none;
  }
  .seminarDate {
    width: 30%;
    max-width: 113px;
    min-height: 95px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .seminarDate_year {
    font-size: 1.7rem;
    width: 100%;
  }
  .seminarDate_date {
    font-size: 3.6rem;
    width: 100%;
  }
  .seminarDate_week {
    font-size: 1.4rem;
    width: 100%;
  }
  .seminarIcon_item-map {
    position: absolute;
    bottom: 10px;
    margin-left: auto;
    text-align: right;
    display: block;
    width: 100%;
    left: 0;
    padding-right: 15px;
    font-size: 1.2rem;
  }
  .seminarIcon_item-map::before {
    background: url(../img/icon_map.svg) no-repeat 0 50%;
    background-size: contain;
    display: inline-block;
    width: 10px;
    height: 13px;
    margin-right: 6px;
    position: relative;
    top: 2px;
  }
  .seminarDetails {
    width: 66%;
    display: block;
  }
  .seminarTitle {
    font-size: 2.0rem;
    line-height: 1.35;
    margin-bottom: 0;
  }
  .seminarTxt {
    padding-left: 0;
    padding-top: 10px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .seminarSearchTub_item, .seminarSearchTub_item-target, .seminarSearchTub_item-type, .seminarSearchTub_item-keyword {
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 10px 12px;
  }
  .seminarSearchTub_item-target::before {
    content: none;
  }
  .seminarSearchTub_item-type::before {
    content: none;
  }
  .seminarSearchTub_item-keyword::before {
    content: none;
  }
  .seminarSearchRadio {
    padding: 15px;
  }
  .seminarSearchRadio_item {
    font-size: 1.4rem;
  }
  .seminarSearchRadio_item span {
    padding: 0px 0 0 27px;
  }
  .seminarSearchRadio_item span::after {
    width: 14px;
    height: 14px;
  }
  .seminarSearchRadio_item span::before {
    width: 8px;
    height: 8px;
  }
  .searchCount {
    font-size: 1.6rem;
  }
  .searchCount_txt {
    font-size: 3.2rem;
    padding: 0 1px;
  }
  .searchAcceptingCheckbox {
    font-size: 1.4rem;
  }
  .seminarSearchBlock {
    padding: 15px;
  }
  .searchAccepting {
    margin-left: 10px;
  }
  .searchReset {
    margin-top: 8px;
  }
  .searchReset_btn {
    font-size: 1.4rem;
  }
  .searchReset_btn:hover {
    color: #20252a;
  }
}

@media screen and (max-width: 320px) {
  .seminarSearch_input {
    font-size: 1.2rem;
  }
  .seminarSearch_submit {
    width: 90px;
    font-size: 1.5rem;
  }
  .searchCount_txt {
    font-size: 2.8rem;
  }
  .searchAcceptingCheckbox {
    font-size: 1.2rem;
  }
  .searchReset_btn {
    font-size: 1.2rem;
  }
  .seminarDate {
    min-height: 90px;
  }
  .seminarDate_date {
    font-size: 2.8rem;
  }
  .seminarIcon_item, .seminarIcon_item-category, .seminarIcon_item-doctor, .seminarIcon_item-medical, .seminarIcon_item-pharmacist, .seminarIcon_item-care, .seminarIcon_item-other, .seminarIcon_item-group {
    font-size: 1.0rem;
  }
}
