@charset "UTF-8";
/*============================================================================

        TOP汎用パーツ

============================================================================*/
.top_inner {
  width: 100%;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
@media print, screen and (min-width: 920px) {
  .top_inner {
    max-width: 1200px;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}

.top_title_l {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #1a3687;
  text-align: center;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 920px) {
  .top_title_l {
    margin-bottom: 30px;
  }
}
.top_title_l .sub {
  display: block;
  font-family: "Lora", serif;
  font-size: 1.3rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 920px) {
  .top_title_l .sub {
    font-size: 1.7rem;
  }
}
.top_title_l .main {
  position: relative;
  display: inline-block;
  font-size: 3rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding: 0 40px;
}
@media print, screen and (min-width: 920px) {
  .top_title_l .main {
    font-size: 5.2rem;
    padding: 0 90px;
  }
}
.top_title_l .main:before, .top_title_l .main:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  background: #00b6b9;
  height: 1px;
  width: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 920px) {
  .top_title_l .main:before, .top_title_l .main:after {
    width: 55px;
  }
}
.top_title_l .main:before {
  left: 0;
}
.top_title_l .main:after {
  right: 0;
}

.title_under_text {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 40px;
  padding: 0 20px;
}
@media print, screen and (min-width: 920px) {
  .title_under_text {
    font-size: 1.6rem;
    margin-bottom: 70px;
    padding: 0;
  }
}

/*デジパン*/
.top_dp_pc {
  display: none;
  z-index: 5;
}

.top_dp_sp {
  background: #fff;
  padding: 20px 20px;
}

.top_dp_sp a {
  display: block;
  position: relative;
  background-color: #00b38e;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  height: 50px;
  padding: 14px 0;
}

.top_dp_sp a.document {
  margin-top: 10px;
  background-color: #009be4;
}

.top_dp_sp a:before {
  display: block;
  position: absolute;
  content: "\e90f";
  font-family: "icomoon";
  font-weight: normal;
  font-size: 25px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}

.top_dp_sp a.document:before {
  content: "\e911";
  font-size: 28px;
  left: 23px;
}

.top_dp_sp a em {
  display: block;
  position: absolute;
  width: 42px;
  height: 60px;
  right: 10px;
  bottom: -20px;
  -webkit-box-shadow: 0px 5px 6px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 5px 6px 4px rgba(0, 0, 0, 0.25);
}

.top_dp_sp {
  display: none;
}

.top_dp_sp_float {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
  width: 90%;
  margin: 0 auto;
  background-color: #00b38e;
  border-radius: 4px 4px 0 0;
}

.top_dp_sp_float a {
  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;
  position: relative;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  padding: 10px 3px;
}

.top_dp_sp_float a.dp {
  background-color: #00b38e;
  width: 65%;
  border-radius: 4px 0 0 0;
}

.top_dp_sp_float a.document {
  background-color: #009be4;
  width: 35%;
  border-radius: 0 4px 0 0;
}

.top_dp_sp_float a:before {
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
}

.top_dp_sp_float a.document:after {
  content: none;
}

.top_dp_sp_float a.dp:before {
  content: "\e90f";
  font-size: 19px;
  padding-right: 7px;
}

.top_dp_sp_float a.document:before {
  content: "\e911";
  font-size: 21px;
  padding-right: 10px;
}

@media print, screen and (min-width: 992px) {
  .top_dp_sp {
    display: none;
  }
  .top_dp_sp_float {
    display: none !important;
  }
  .top_dp_pc {
    display: block;
    position: fixed;
    top: 180px;
    right: -5px;
  }
  .top_dp_pc a {
    position: relative;
    display: block;
    background-color: #00b38e;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    border-radius: 4px;
    width: 60px;
    height: 286px;
    overflow: hidden;
    padding: 10px 7px 0;
    margin-bottom: 20px;
  }
  .top_dp_pc a.document {
    background-color: #009be4;
    height: 130px;
  }
  .top_dp_pc a:hover {
    opacity: 0.8;
  }
  .top_dp_pc a:after {
    z-index: 1;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 20px;
    width: 100%;
    border-radius: 0 0 0 4px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.15)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#26000000", GradientType=0);
  }
  .top_dp_pc a:before {
    display: inline-block;
    position: relative;
    content: "\e90f";
    font-family: "icomoon";
    font-weight: normal;
    font-size: 19px;
    padding: 0px 10px 0;
  }
  .top_dp_pc a.document:after {
    content: none;
  }
  .top_dp_pc a.document:before {
    content: "\e911";
    font-size: 21px;
    padding: 0 13px 0;
  }
  .top_dp_pc a span {
    display: inline;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 5px 10px 10px;
    letter-spacing: 0.1em;
  }
  .top_dp_pc a em {
    display: block;
    position: relative;
    width: 42px;
    height: 60px;
    bottom: 0px;
    -webkit-box-shadow: 0px 5px 6px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 5px 6px 4px rgba(0, 0, 0, 0.25);
  }
}
/*トップ用タイトル*/
.top_sub_title {
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-bottom: 20px;
  padding: 0 20px;
  letter-spacing: 0.3rem;
  font-size: 2.4rem;
  font-weight: normal;
  text-align: left;
  color: #0d1c69;
}
@media print, screen and (min-width: 920px) {
  .top_sub_title {
    margin-bottom: 35px;
    padding: 0;
  }
}
.top_sub_title .sub {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  padding-left: 15px;
}

.top_sub_title img {
  height: 12px;
}

@media print, screen and (min-width: 992px) {
  .top_sub_title img {
    height: 15px;
  }
}
/*インフォメーション*/
.top_info_area {
  padding: 40px 0;
  background: #f3f3f6;
}
@media print, screen and (min-width: 920px) {
  .top_info_area {
    padding: 60px 0;
  }
}

.info_list {
  background: none;
}

@media print, screen and (min-width: 920px) {
  .info_list .page_archive_list > a {
    padding: 25px 30px;
  }
}

@media print, screen and (min-width: 992px) {
  .info_list .more_btn a {
    background: none;
    padding: 0;
    padding-left: 20px;
  }
  .info_list .more_btn a:before {
    left: 0;
  }
}
/* スペース背景 */
.top_space {
  height: 50vw;
}
@media print, screen and (min-width: 1180px) {
  .top_space {
    height: 450px;
  }
}
.top_space:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/daigakuin/top_space_bg_sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
}
@media print, screen and (min-width: 920px) {
  .top_space:after {
    background-image: url(../images/daigakuin/top_space_bg.jpg);
  }
}

/* 大学院情報 */
.top_college_info {
  background: #f3f3f6;
  padding: 0 20px;
}
@media print, screen and (min-width: 1180px) {
  .top_college_info {
    padding: 0 70px;
  }
}

.top_college_info_inner {
  background: #fff;
  padding: 60px 20px;
}
@media print, screen and (min-width: 1180px) {
  .top_college_info_inner {
    padding: 110px 20px;
  }
}

.college_info_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 920px) {
  .college_info_list {
    margin-left: -30px;
    margin-right: -30px;
  }
}

.college_info_item {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 920px) {
  .college_info_item {
    padding: 0 30px;
    margin-bottom: 60px;
    width: 50%;
  }
}
.college_info_item a {
  position: relative;
  display: block;
  overflow: hidden;
}
.college_info_item a:after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 0;
  right: 0;
  background: url(../images/daigakuin/arrow01.svg) no-repeat 0 0;
  background-size: 30px;
}
.college_info_item .title {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 90px;
  max-width: 100%;
  padding: 15px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.7);
  color: #0d1c69;
  text-align: center;
  line-height: 1.3;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  z-index: 1;
}
@media print, screen and (min-width: 920px) {
  .college_info_item .title {
    height: 110px;
    font-size: 2.3rem;
  }
}
.college_info_item .title span {
  display: block;
  margin-top: 3px;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 920px) {
  .college_info_item .title span {
    font-size: 1.5rem;
  }
}
.college_info_item .title .text_flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.college_info_item .bg {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

/*受験ガイド*/
.top_juken_info {
  padding: 60px 0 80px;
  background: url(../images/daigakuin/top_juken_bg.jpg) no-repeat center center;
  background-size: cover;
}
@media print, screen and (min-width: 1180px) {
  .top_juken_info {
    padding: 85px 0 120px;
  }
}
.top_juken_info .top_title_l {
  color: #fff;
}
.top_juken_info .title_under_text {
  color: #fff;
}

.juken_info_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 20px;
}
@media print, screen and (min-width: 920px) {
  .juken_info_area {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
  }
}

.juken_info_area_img {
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media print, screen and (min-width: 920px) {
  .juken_info_area_img {
    width: 45%;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.juken_info_area_link {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 45px;
}
@media print, screen and (min-width: 920px) {
  .juken_info_area_link {
    width: 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
  }
}
.juken_info_area_link .list li a {
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
  line-height: 1.5;
  padding: 20px 15px;
  border-bottom: 1px solid #fff;
}
@media print, screen and (min-width: 920px) {
  .juken_info_area_link .list li a {
    padding: 26px 15px;
  }
}
.juken_info_area_link .list li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  bottom: 14px;
  right: 14px;
  background: url(../images/daigakuin/arrow02.svg) no-repeat 0 0;
  background-size: 14px;
}
@media print, screen and (min-width: 920px) {
  .juken_info_area_link .list li a:after {
    width: 18px;
    height: 18px;
    background-size: 18px;
    bottom: 18px;
    right: 18px;
  }
}
.juken_info_area_link .list li a:hover {
  opacity: 0.5;
}
.juken_info_area_link .list li:first-child a {
  padding-top: 0;
}
.juken_info_area_link .list li .title {
  line-height: 1.45;
}
.juken_info_area_link .list li .title .sub {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
}
@media print, screen and (min-width: 920px) {
  .juken_info_area_link .list li .title .sub {
    font-size: 1.5rem;
  }
}
.juken_info_area_link .list li .title .main {
  display: block;
  font-size: 2rem;
  font-weight: bold;
}
@media print, screen and (min-width: 920px) {
  .juken_info_area_link .list li .title .main {
    font-size: 2.5rem;
  }
}
.juken_info_area_link .list li .text {
  display: block;
  margin-top: 6px;
  color: #a5bae0;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 920px) {
  .juken_info_area_link .list li .text {
    margin-top: 12px;
    font-size: 1.4rem;
  }
}

/*イベントガイド*/
.top_event_guide {
  padding: 40px 0;
}

.top_event_guide_list {
  margin: 0;
}

.top_event_guide_list li {
  padding: 0 50px;
}

.top_event_guide_list a {
  color: #323232;
  text-decoration: none;
}

.top_event_guide_list .event dt {
  position: relative;
  overflow: hidden;
  height: 160px;
  background: #ddd;
}

.top_event_guide_list .event dt img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120%;
  max-width: none;
}

.top_event_guide_list .event dd strong {
  display: block;
  position: relative;
  padding: 15px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: normal;
}

.top_event_guide_list .event dd strong:before,
.top_event_guide_list .event dd strong:after {
  content: "";
  position: absolute;
  background: #009be4;
}

.top_event_guide_list .event dd strong:before {
  width: 1px;
  height: 15px;
  left: 7px;
  top: 18px;
}

.top_event_guide_list .event dd strong:after {
  width: 15px;
  height: 1px;
  left: 0;
  top: 25px;
}

.top_event_guide_list .event dd p {
  padding: 0 25px;
  font-size: 1.3rem;
}

@media print, screen and (min-width: 992px) {
  .top_event_guide {
    padding: 60px 0;
    border-bottom: 1px solid #00b38e;
  }
  .top_event_guide_list {
    width: 960px;
    margin: 0 auto;
  }
  .top_event_guide_list li {
    padding: 0 20px;
  }
  .top_event_guide_list a dl {
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }
  .top_event_guide_list a:hover dl {
    opacity: 0.8;
  }
  .top_event_guide_list .event dt {
    height: 160px;
  }
}
@media print, screen and (min-width: 1200px) {
  .top_event_guide_list {
    width: auto;
    margin: 0 -20px;
  }
  .top_event_guide_list .event dt {
    height: 200px;
  }
}
/*バナーエリア*/
.top_banner_area {
  padding: 0 0 60px;
}

.top_banner_list {
  position: relative;
}

.top_banner_list li {
  position: relative;
  border: 1px solid #000;
  border-left: 0;
  border-right: 0;
}

.top_banner_list li img {
  width: 100%;
}

@media print, screen and (min-width: 992px) {
  .top_banner_area {
    padding: 60px 0;
  }
  .top_banner_list {
    width: 960px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .top_banner_list:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 20px;
    top: 0;
    background: #000;
    z-index: 2;
  }
  .top_banner_list li:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #000;
    z-index: 2;
  }
}
@media print, screen and (min-width: 1200px) {
  .top_banner_list {
    width: auto;
    margin: 0 -20px;
  }
}
/*カードレイアウトエリア*/
.top_card_area {
  background-image: url(../images/juken/top/bg_card_area.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 20px;
}

.top_card_list li {
  padding-bottom: 15px;
}

.top_card_list li:nth-of-type(4) {
  padding-bottom: 0px;
}

.top_card_list li a {
  display: block;
  background-color: #fff;
  padding: 10px;
  -webkit-box-shadow: 3px 3px 3px 0px rgba(6, 51, 40, 0.1);
          box-shadow: 3px 3px 3px 0px rgba(6, 51, 40, 0.1);
  text-decoration: none;
}

.top_card_text {
  padding: 20px 10px 30px 10px;
  position: relative;
}

.top_card_text:before {
  display: block;
  content: "";
  background-color: #00b38e;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.top_card_text:after {
  display: block;
  content: "\e90d";
  position: absolute;
  font-family: "icomoon";
  font-size: 10px;
  height: 10px;
  width: 10px;
  line-height: 10px;
  color: #fff;
  bottom: 5px;
  right: 5px;
}

.top_card_text .cacthcopy {
  color: #008e69;
  font-size: 1.3rem;
  margin-bottom: 5px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.top_card_text h3 {
  font-weight: bold;
  margin-bottom: 5px;
  color: #323232;
  letter-spacing: 0.2rem;
  font-size: 2rem;
}

.top_card_text p {
  color: #323232;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}

@media print, screen and (min-width: 415px) {
  .top_card_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .top_card_img {
    width: 40%;
  }
  .top_card_text {
    width: 60%;
    padding: 15px 0 0 15px;
  }
  .top_card_text:before {
    width: 30px;
    height: 30px;
  }
  .top_card_text:after {
    font-size: 15px;
    height: 15px;
    width: 15px;
    line-height: 15px;
    bottom: 7px;
    right: 7px;
  }
  .top_card_text .cacthcopy {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .top_card_text h3 {
    letter-spacing: 0.3rem;
    margin-bottom: 15px;
    font-size: 2rem;
  }
  .top_card_text p {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 992px) {
  .top_card_area {
    padding: 60px 0;
  }
  .top_card_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top_card_list li {
    width: calc(50% - 12px);
    padding-bottom: 24px;
  }
  .top_card_list li:nth-of-type(3) {
    padding-bottom: 0px;
  }
  .top_card_text {
    padding: 15px 0 0 15px;
  }
  .top_card_text .cacthcopy {
    font-size: 1.6rem;
  }
  .top_card_text h3 {
    font-size: 2.5rem;
  }
  .top_card_text p {
    font-size: 1.4rem;
  }
  .top_card_list a img {
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .top_card_list a:hover img {
    opacity: 0.8;
  }
}
/*snsエリア*/
.top_sns_area {
  padding: 40px 0;
  background: #fff;
}

.top_sns_area:before,
.top_sns_area:after {
  content: " ";
  display: table;
}

.top_sns_area:after {
  clear: both;
}

.top_sns_area h3 {
  margin-bottom: 5px;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  color: #00b6b9;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: bold;
}
@media print, screen and (min-width: 920px) {
  .top_sns_area h3 {
    margin-bottom: 0;
  }
}

.top_sns_list {
  padding: 0 10px;
}

.top_sns_list:before,
.top_sns_list:after {
  content: " ";
  display: table;
}

.top_sns_list:after {
  clear: both;
}

.top_sns_list li {
  position: relative;
  float: left;
  width: 33.33333%;
  font-size: 1.2rem;
  text-align: center;
}

.top_sns_list li a {
  display: block;
  color: #323323;
}

.top_sns_list li span {
  position: relative;
  display: inline-block;
  padding: 12px;
  padding-left: 34px;
  color: #323323;
  text-decoration: none;
}

.top_sns_list li span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: url(../images/common/icon_fb.png) no-repeat 0 0;
  background-size: 24px;
  margin-right: 10px;
}

.top_sns_list li.fb span:before {
  background-image: url(../images/common/icon_fb.png);
}

.top_sns_list li.tw span:before {
  background-image: url(../images/common/icon_x.png);
}

.top_sns_list li.inst span:before {
  background-image: url(../images/common/icon_inst.png);
}

@media print, screen and (min-width: 992px) {
  .top_sns_area {
    padding: 60px 0;
  }
  .top_sns_area h3,
  .top_sns_area .top_sns_list {
    float: left;
  }
  .top_sns_area h3 {
    font-size: 2rem;
    width: 30%;
    height: 48px;
    padding-top: 8px;
    border-right: 1px solid #c0c6cb;
  }
  .top_sns_list {
    width: 70%;
    height: 48px;
    float: left;
    padding: 0;
    padding-left: 30px;
  }
  .top_sns_list li {
    font-size: 1.5rem;
  }
  .top_sns_list li a {
    width: 90%;
  }
  .top_sns_list li a:hover {
    background-color: #f3f3f6;
  }
}
.footer_bottom_wrap {
  text-align: center;
  padding: 30px 0 60px;
}

.page_top {
  bottom: 75px;
}
@media print, screen and (min-width: 920px) {
  .page_top .page_top {
    bottom: 20px;
  }
}

/*============================================================================

        グリーン配色バージョン

============================================================================*/