@charset "utf-8";
/*                トップページ用
======================================================= */
@media only screen and (min-width: 769px) {
  #home #main_area #date_tag {
    overflow: hidden;
    margin: 10px 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  #home #main_area #date_tag {
    margin: 8px 0 25px;
  }
}
#home #main_area #date_tag p.date {
  color: #363651;
  float: left;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #home #main_area #date_tag p.date {
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
}
#home #main_area #date_tag p.date span {
  font-size: 142.9%;
}
@media only screen and (max-width: 768px) {
  #home #main_area #date_tag p.date span {
    font-size: 138.5%;
  }
}
#home #main_area #date_tag .tag {
  float: left;
}
@media only screen and (max-width: 768px) {
  #home #main_area #date_tag .tag {
    float: none;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    margin: 0 -15px;
    /*
    &::-webkit-scrollbar {
      height: 5px;
    }
    &::-webkit-scrollbar-track {
      border-radius: 5px;
      background: $white;
    }
    &::-webkit-scrollbar-thumb {
      border-radius: 5px;
      background: $white;
    }
    */
  }
  #home #main_area #date_tag .tag::-webkit-scrollbar {
    display: none;
  }
}
#home #main_area #date_tag .tag ul {
  overflow: hidden;
  margin-left: -5px;
}
@media only screen and (max-width: 768px) {
  #home #main_area #date_tag .tag ul {
    min-width: 768px;
    padding: 0 15px;
  }
}
#home #main_area #date_tag .tag ul li {
  float: left;
  margin-left: 5px;
  margin-bottom: 5px;
}
#home #main_area #date_tag .tag ul li a {
  border: 1px #1d2f5d solid;
  border-radius: 4px;
  color: #1d2f5d;
  display: block;
  padding: 5px 10px 4px;
  font-size: 90%;
}
#home #main_area #date_tag .tag ul li.add a {
  border: 1px #1d2f5d solid;
  border-radius: 4px;
  color: #fff;
  display: block;
  /*padding: 5px 10px 4px;*/
  background-color: #1d2f5d;
}
@media only screen and (max-width: 768px) {
  #home #main_area #date_tag .tag ul li a {
    padding: 2px 8px 1px;
  }
}
#home #main_area #date_tag .tag ul li a:after {
/*
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 130%;
  line-height: 1;
  margin-left: 15px;
*/
}
#home #main_area #date_tag tag::-webkit-scrollbar {
  display: none;
}
#home #main_area #main_content dl#breaking_news {
  border: 1px #1d2f5d solid;
  padding: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: start;
}
#home #main_area #main_content dl#breaking_news:last-of-type {
  margin-bottom: 15px;
}


@media only screen and (max-width: 768px) {
  #home #main_area #main_content dl#breaking_news {
    padding: 9px;
  }
}
#home #main_area #main_content dl#breaking_news dt {
  background-color: #1d2f5d;
  clear: left;
  color: white;
  /*display: inline-block;
  float: left;
  width: 65px;*/
  font-size: 140%;
  font-weight: bold;
  text-align: center;
  padding-top: 2px;
  width: 17%;
}
#home #main_area #main_content dl#breaking_news.info dt {
  font-size: 100%;
  background-color: #fff;
  color: #1d2f5d;
  border: 1px solid #1d2f5d;
  border-radius: 4px;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  #home #main_area #main_content dl#breaking_news dt {
    font-size: 100%;
    /*width: 43px;*/
    padding: 4px 0 2px;
  }
}
#home #main_area #main_content dl#breaking_news dd {
  color: #1d2f5d;
  font-size: 150%;
  line-height: 1.27;
  font-weight: bold;
  padding: 5px 0 0 15px;
  width: 83%;
}
#home #main_area #main_content dl#breaking_news.info dd {
  font-size: 100%;
}
@media only screen and (max-width: 768px) {
  #home #main_area #main_content dl#breaking_news dd {
    font-size: 120%;
    /*padding: 4px 0 0 50px;*/
  }
}
#home #main_area #main_content #home_pickup {
  overflow: hidden;
  margin-bottom: 16px;
}
#home #main_area #main_content #home_pickup:first-of-type h2 {
  font-size: 150%;
}
#home #main_area #main_content #home_pickup .set {
  margin-bottom: 15px;
}
#home #main_area #main_content #home_pickup .set:last-of-type {
  margin-bottom: 0;
}
#home #main_area #main_content #home_pickup a:hover img {
  opacity: 0.8;
}

#home #main_area #main_content #home_pickup .col_l {
  float: left;
  width: 321px;
}
@media only screen and (max-width: 768px) {
  #home #main_area #main_content #home_pickup:first-of-type h2 {
    font-size: 140%;
  }
  #home #main_area #main_content #home_pickup .col_l {
    float: none;
    width: 100%;
  }
}
#home #main_area #main_content #home_pickup .col_l .article_title {
  margin-bottom: 9px;
  font-size: 130%;
}
@media only screen and (max-width: 768px) {
  #home #main_area #main_content #home_pickup .col_l .article_title {
    margin-bottom: 5px;
  }
}
#home #main_area #main_content #home_pickup .col_l p {
  font-size: 110%;
}
#home #main_area #main_content #home_pickup .col_r {
  float: right;
  width: 314px;
  /*margin-top: 45px;*/
}
@media only screen and (max-width: 768px) {
  #home #main_area #main_content #home_pickup .col_r {
    float: none;
    width: 100%;
    margin-top: 9px;
  }
}
#home #main_area #main_content #home_pickup .col_r .photo img {
  width: 100%;
}
#home #main_area #main_content #home_pickup .col_r .photo .cap {
  color: #969696;
  line-height: 1.3;
  padding-top: 5px;
  font-size: 90%;
}
@media only screen and (max-width: 768px) {
  #home #main_area #main_content #home_pickup .col_r .photo .cap {
    padding-top: 8px;
  }
}
#home #main_area #main_content #home_pickup.semi {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-left: 1px solid #1d2f5d;
  border-right: 1px solid #1d2f5d;
  align-items: stretch;
}
#home #main_area #main_content #home_pickup.semi .set {
  padding: 0 15px;
  width: 50%;
  margin-bottom: 0;
}
#home #main_area #main_content #home_pickup.semi .set:nth-child(2) {
  border-left: 1px solid #1d2f5d;
}

#home #main_area #main_content #member_registration01 {
  background-color: #fef6f2;
  border: 2px #f05500 solid;
  overflow: hidden;
  padding: 8px 8px 18px 18px;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #home #main_area #main_content #member_registration01 {
    border: 1px #f05500 solid;
    text-align: center;
    padding: 13px 14px 14px 14px;
    margin-bottom: 15px;
  }
}
#home #main_area #main_content #member_registration01 p {
  color: #f05500;
  /*float: left;*/
  font-weight: bold;
  padding: 9px 0;
}
@media only screen and (max-width: 768px) {
  #home #main_area #main_content #member_registration01 p {
    float: none;
    line-height: 1.38;
    padding-top: 0;
    margin-bottom: 6px;
  }
}
#home #main_area #main_content #member_registration01 .btn {
  /*float: right;*/
  text-align: center;
  width: 180px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  #home #main_area #main_content #member_registration01 .btn {
    float: none;
    width: 100%;
  }
}
#home #main_area #main_content #member_registration01 .btn a {
  background-color: #f05500;
  border-radius: 4px;
  color: white;
  display: block;
  font-size: 128.6%;
  font-weight: bold;
  padding: 7px 0 3px;
}
@media only screen and (max-width: 768px) {
  #home #main_area #main_content #member_registration01 .btn a {
    font-size: 138.5%;
    position: relative;
    padding: 13px 0 10px;
  }
}
#home #main_area #main_content #member_registration01 .btn a:before {
  background: url(/media/images/common/icon_registration.gif) no-repeat left top;
  content: '';
  display: inline-block;
  height: 19px;
  position: relative;
  top: 2px;
  width: 23px;
  margin-right: 5px;
}
@media only screen and (max-width: 768px) {
  #home #main_area #main_content #member_registration01 .btn a:before {
    left: 15px;
    position: absolute;
    top: 14px;
  }
}
#home #main_area #main_content .home_pr a {
  display: block;
}
#home #main_area #main_content .home_pr a img {
  width: 100%;
}
#home #main_area #main_content #articles_list_area {
  margin-top: 24px;
}
@media only screen and (max-width: 768px) {
  #home #main_area #main_content #articles_list_area {
    margin-top: 29px;
  }
}
#home #main_area #main_content #articles_list_area .articles_list {
  overflow: hidden;
}
#home #main_area #main_content #articles_list_area .articles_list .border_title {
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  #home #main_area #main_content #articles_list_area .articles_list .border_title {
    margin-bottom: 7px;
  }
}
#home #main_area #main_content #articles_list_area .articles_list .thumb {
  float: right;
  max-width: 160px;
  padding-left: 25px;
}
#home #main_area #main_content #articles_list_area .articles_list .thumb a {
  display: block;
}
#home #main_area #main_content #articles_list_area .articles_list .thumb a span {
  color: #969696;
  padding-top: 5px;
  font-size: 80%;
}
#home #main_area #main_content #articles_list_area .articles_list ul {
  padding: 0 5px;
}
#home #main_area #main_content #articles_list_area .articles_list ul li {
  line-height: 1.38;
  text-indent: -6px;
  padding-left: 6px;
}
#home #main_area #main_content #articles_list_area .articles_list ul li:before {
  color: #1d2f5d;
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 130%;
  line-height: 1;
  margin-left: 6px;
}
@media only screen and (max-width: 768px) {
  #home #main_area #main_content #articles_list_area .articles_list ul li {
    font-size: 16px;
  }
  #home #main_area #main_content #articles_list_area .articles_list ul li:before {
    font-size: 120%;
  }
}
#home #main_area #main_content #articles_list_area .articles_list ul li a {
  left: 10px;
  position: relative;
}
#home #main_area #main_content #articles_list_area .articles_list ul li a:hover {
  opacity: 1;
  text-decoration: underline;
}
#home #main_area #main_content #articles_list_area .articles_list ul li + li {
  margin-top: 5px;
}
#home #main_area #main_content #articles_list_area .articles_list.latest_news {
  background-color: #f3f4f5;
  border-radius: 8px;
  padding: 18px 20px 16px;
}
@media only screen and (max-width: 768px) {
  #home #main_area #main_content #articles_list_area .articles_list.latest_news {
    border-radius: 4px;
    padding: 13px 15px 11px;
  }
}
#home #main_area #main_content #articles_list_area .articles_list + .articles_list {
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  #home #main_area #main_content #articles_list_area .articles_list + .articles_list {
    margin-top: 20px;
  }
}
#home #main_area #main_content #articles_list_area .pr_list {
  margin: 28px 0;
}
@media only screen and (max-width: 768px) {
  #home #main_area #main_content #articles_list_area .pr_list {
    margin: 26px 0;
  }
}

#home #main_area #main_content #articles_list_area .job_list {
  margin: 28px 0;
}
@media only screen and (max-width: 768px) {
  #home #main_area #main_content #articles_list_area .job_list {
    margin: 26px 0;
  }
}

#home #main_area #main_content #member_registration02 {
  background-color: #fef6f2;
  border: 2px #f05500 solid;
  overflow: hidden;
  text-align: center;
  padding: 10px 14px 14px;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  #home #main_area #main_content #member_registration02 {
    display: none;
  }
}
#home #main_area #main_content #member_registration02 p {
  color: #f05500;
  font-size: 161.4%;
  font-weight: bold;
  line-height: 1.6;
  padding-top: 9px;
}
#home #main_area #main_content #member_registration02 p span {
  display: block;
  font-size: 75%;
  font-weight: normal;
}
#home #main_area #main_content #member_registration02 .btn {
  width: 180px;
  margin: 8px auto 0;
}
#home #main_area #main_content #member_registration02 .btn a {
  background-color: #f05500;
  border-radius: 4px;
  color: white;
  display: block;
  font-size: 128.6%;
  font-weight: bold;
  padding: 7px 0 3px;
}
#home #main_area #main_content #member_registration02 .btn a:before {
  background: url(/media/images/common/icon_registration.gif) no-repeat left top;
  content: '';
  display: inline-block;
  height: 19px;
  position: relative;
  top: 2px;
  width: 23px;
  margin-right: 5px;
}
