.head-wrap {
  background-image: url(../img/sougou_top/hero_2x.jpg?0331);
}

.row-sch {
  margin-bottom: -40px;
}
.row-sch>div {
  margin-bottom: 40px;
}
.sch-box {
  background: #F2F5F8;
  padding:20px 10px;
  height:100%;
}
.sch-box .date {
  color: var(--main-color);
  font-size: 0.9rem;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: 500;
}
.sch-box .cont {
  position: relative;
  border-radius: 12px;
  background: #fff;
  padding:20px 18px;
  min-height: 242px;
}
.sch-box .cont .n {
  color: var(--main-color);
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 30px;
  margin-bottom: 10px;
}
.sch-box .cont .note {
  padding:8px 0;
  font-size: 0.875rem;
  line-height: 24px;
  margin-bottom: 10px;
}
.sch-box .cont .tags {
  display: flex;
}
.sch-box .cont .tags>span {
  display: inline-block;
  background: var(--tag-yl);
  color:#000;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 20px;
  padding:5px 10px;
}
.sch-box .cont .btn-def {
  position: absolute;
  display: block;
  bottom: 20px;
  left:0;
  right:0;
  margin:auto;
  max-width: 280px;
}
.infor-wrap, .maga-wrap {
  background: var(--sub1);
  padding:60px;
}
.infor-wrap .desc,
.maga-wrap .desc,
.ag-visit .desc {
  margin-bottom: 50px;
}
.desc.ct {
  text-align: center;
}
.infor-box {
  background: #fff;
  border:2px solid var(--main-color);
  padding:50px;
  margin-bottom: 60px;
}
.infor-box a,
.maga-wrap a,
.ag-visit a {
  color:var(--main-color);
  font-weight: 600;
  text-decoration: underline;
}
.infor-box a:hover,
.maga-wrap a:hover {
  text-decoration: none;
}
.infor-box .tt {
  margin-bottom: 20px;
}
.infor-box .tt>span {
  display: inline-block;
}
.infor-box .tt .tag {
  background: var(--tag-yl);
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 24px;
  padding:6px 10px;
  margin-right: 14px;
}
.infor-box .tt .t {
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 34px;
  color:var(--main-color);
}
.infor-box .desc {
  font-size: 0.9rem;
  line-height: 28px;
  margin-bottom: 20px;
}
.infor-box .tb-wrap {
  margin-bottom: 28px;
}
/* border color : #C8C9CA */

.infor-box .table {
  font-size: 0.9rem;
  line-height: 28px;
  margin-bottom: 0;
  border-top:1px solid #C8C9CA;
}
.infor-box .table>:not(caption)>*>*,
.maga-wrap .table>:not(caption)>*>* {
  border-color: #C8C9CA;
}
.infor-box .table th {
  color:var(--main-color);
  font-size: 1rem;
  line-height: 32px;
}
.infor-box .table .date-time {
  width: 25%;
}
.infor-box .table .th2 {
  width: 40%;
}
.infor-box .b,
.inf-desc .b {
  color: var(--main-color);
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 26px;
  margin-bottom: 16px;
}
.infor-box .txt,
.inf-desc .txt {
  font-size: 0.9rem;
  line-height: 30px;
}
.maga-wrap .exp {
  position: relative;
  max-width: 680px;
  margin:auto;
  margin-bottom: 60px;
}
.maga-wrap .exp:after {
  content:"";
  position: absolute;
  left:0;
  right:0;
  margin:auto;
  bottom: -45px;
  background: no-repeat center url(../img/common/arrow-down-large-navy.svg);
  background-size: 100%;
  width: 46px;
  height: 26px;
}
.maga-wrap .tb-wrap {
  overflow: hidden;
  border-radius: 8px;
  border:1px solid #C8C9CA;
}
.maga-wrap .table {
  margin-bottom: 0;
}
.maga-wrap .table thead th {
  background: #C8C9CA;
}
.maga-wrap .table tr th,
.maga-wrap .table tr td {
  padding:6px 20px;
}
.maga-wrap .table tbody {
  font-size: 0.9rem;
  line-height: 30px;
}
.maga-wrap .table tbody tr:last-child td {
  border-bottom: none;
}
.maga-wrap .table .mail-txt {
  padding:6px 25px;
}
.maga-wrap .note {
  max-width: 680px;
  margin:auto;
}


.row-see-more {
  margin:0 -18px;
}
.row-see-more>div {
  padding:0 18px;
}
.see-more .m-box {
  position: relative;
  display: block;
  height: 240px;
  text-align: center;
  color:#fff;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 28px;
  padding:10px;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.see-more .m-box:before {
  content:"";
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.see-more .m-box .inn {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.see-more .m-box:hover {
  text-decoration: none;
}
.see-more .m-box:hover .inn {
  border:1px solid #fff;
}
.see-more .m-box .n {
  display: inline-block;
  background: var(--main-color);
  padding:5px 12px;
}

.fixed-smenu.close {
  right: -145px;
}

@media (max-width: 1199px) {
  .p-head .ht h1 {
    font-size: 1.5rem;
    line-height: 34px;
  }
  .row-sch {
    margin:0 -8px -30px;
  }
  .row-sch>div {
    padding:0 8px;
    margin-bottom: 30px;
  }
  .sch-box .cont .btn-def {
    max-width: 250px;
    padding:10px 18px;
    text-align: left;
  }
  .see-more .m-box {
    height: 190px;
  }
}
@media (max-width: 992px) {
  .infor-wrap, .maga-wrap {
    padding:30px 20px;
  }
  .infor-box {
    padding:20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .head-wrap {
    background-image: url(../img/sougou_top/sp/hero_2x.jpg?0331);
  }
  .p-head .ht {
    top:40%;
  }
  .p-head .ht h1 {
    font-size: 1rem;
    line-height: 24px;
  }

  .desc.ct {
    text-align: justify;
  }

  .infor-wrap, .maga-wrap {
    padding:15px;
  }

  .sch-box .cont {
    min-height: unset;
  }
  .sch-box .cont .btn-def {
    position: relative;
    bottom: auto;
    display: block;
    margin-top: 15px;
    max-width: unset;
    min-width: unset;
    text-align: center;
  }
  .infor-box .tt .tag {
    font-size: 0.875rem;
    line-height: 20px;
    padding:4px 8px;
    margin-right: 10px;
  }
  .infor-box .tt .t {
    font-size: 1.125rem;
    line-height: 26px;
  }
  .infor-box .table {
    width: 680px;
  }
  .row-see-more {
    margin-bottom: -20px;
  }
  .row-see-more>div {
    margin-bottom: 20px;
  }
}