/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 02 2023 | 04:02:51 */
.Toppage .es_search_list_block h2 {
  display: none;
}

.Toppage .es_search_list_block .bt_group {
  margin: 5px 0 20px;
}

.Toppage .page-header {
  display: none;
  height: 0;
  border-bottom: none;
  margin: 0;
  max-width: 0;
  padding: 0;
}

.Toppage a:hover img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.Toppage .h2_title01 {
  position: relative;
  font-size: 23px;
  font-weight: bold;
  color: #a32719;
}

.Toppage .h2_title01::before {
  display: block;
  content: "";
  position: absolute;
  width: 34px;
  height: 20px;
  background: url(https://hitotsubashi-univcoop.re-ws.jp/wp-content/uploads/sites/888/2022/12/ico_title01.png) no-repeat;
  background-size: contain;
  top: -30px;
  left: 50%;
  margin-left: -17px;
}

.Toppage #top_search {
  position: relative;
  overflow-x: clip;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  background-color: #f5f4eb;
}

@media screen and (min-width: 480px) and (max-width: 1179px) {
  .Toppage #top_search {
    width: calc(100% + 40px);
    margin-left: -20px;
    max-width: calc(100% + 40px);
  }
}

@media screen and (max-width: 479px) {
  .Toppage #top_search {
    width: auto;
    margin-left: -20px;
    max-width: auto;
  }
}

@media screen and (max-width: 479px) {
  .Toppage #top_search {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.Toppage #top_search .search_wrap {
  position: relative;
  width: 1140px;
  margin: 0 auto;
  padding-top: 24px;
}

@media screen and (max-width: 479px) {
  .Toppage #top_search .search_wrap {
    width: 100%;
  }
}

.Toppage #top_search .search_wrap .h2_map {
  text-align: center;
  margin-bottom: 26px;
}

@media screen and (max-width: 479px) {
  .Toppage #top_search .search_wrap .h2_map {
    margin-bottom: 0px;
  }
}

.Toppage #top_search .search_wrap .h2_map span {
  position: relative;
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  color: #a32719;
  padding-left: 50px;
}

@media screen and (max-width: 479px) {
  .Toppage #top_search .search_wrap .h2_map span {
    font-size: 20px;
  }
}

.Toppage #top_search .search_wrap .h2_map span::before {
  display: block;
  content: "";
  position: absolute;
  width: 34px;
  height: 47px;
  background: url(https://hitotsubashi-univcoop.re-ws.jp/wp-content/uploads/sites/888/2022/12/ico_map01.png) no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
}

@media screen and (max-width: 479px) {
  .Toppage #top_search .search_wrap .h2_map span::before {
    width: 23px;
    height: 32px;
    font-size: 20px;
    left: 20px;
  }
}

.Toppage #top_search .search_wrap .areaMap {
  position: relative;
}

@media screen and (max-width: 479px) {
  .Toppage #top_search .search_wrap .areaMap {
    width: 100%;
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  .Toppage #top_search .search_wrap .areaMap .map_image {
    margin: 0 auto;
    position: relative;
    max-width: 700px;
    left: -165px;
  }
}

.Toppage #top_search .search_wrap .areaMap img {
  border: 3px solid #a32719;
}

@media screen and (max-width: 479px) {
  .Toppage #top_search .search_wrap .areaMap img {
    border-top: 2px solid #a32719;
    border-bottom: 2px solid #a32719;
    border-right: 0px;
    border-left: 0px;
  }
}

.Toppage #top_search .search_wrap .areaMap #kodaira,
.Toppage #top_search .search_wrap .areaMap #tachikawa,
.Toppage #top_search .search_wrap .areaMap #Skunitachi,
.Toppage #top_search .search_wrap .areaMap #kokubun_NWfuchu,
.Toppage #top_search .search_wrap .areaMap #around_kunitachi {
  position: absolute;
  top: 0;
  opacity: 0;
}

@media screen and (max-width: 479px) {
  .Toppage #top_search .search_wrap .areaMap #kodaira,
  .Toppage #top_search .search_wrap .areaMap #tachikawa,
  .Toppage #top_search .search_wrap .areaMap #Skunitachi,
  .Toppage #top_search .search_wrap .areaMap #kokubun_NWfuchu,
  .Toppage #top_search .search_wrap .areaMap #around_kunitachi {
    margin-top: 25px !important;
  }
}

.Toppage #top_search .search_wrap .areaMap .area_open {
  display: block;
}

@media screen and (max-width: 479px) {
  .Toppage #top_search .search_wrap .areaMap .area_open {
    display: none;
  }
}

.Toppage #top_search .search_wrap .search_btn_wrap {
  width: 1000px;
  margin: 50px auto 0;
  padding-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 479px) {
  .Toppage #top_search .search_wrap .search_btn_wrap {
    width: 100%;
    margin-top: 6.5px;
    padding-bottom: 42px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.Toppage #top_search .search_wrap .search_btn_wrap .search_tsugaku {
  cursor: pointer;
  position: relative;
  background-color: #e55241;
  border: 1px solid #a32719;
  width: 465px;
  text-align: center;
  padding: 12.4px 12.7px 10.4px 15.3px;
  border-radius: 8px;
  -webkit-box-shadow: 12px 6px 0px #fec3bb;
          box-shadow: 12px 6px 0px #fec3bb;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 479px) {
  .Toppage #top_search .search_wrap .search_btn_wrap .search_tsugaku {
    width: 324.5px;
    margin: 0 auto;
    padding: 7.4px 7.8px 7.4px 7.8px;
    -webkit-box-shadow: 7px 7px 0px #fec3bb;
            box-shadow: 7px 7px 0px #fec3bb;
  }
}

.Toppage #top_search .search_wrap .search_btn_wrap .search_tsugaku::before {
  display: block;
  content: "";
  position: absolute;
  width: 85px;
  height: 100%;
  background: #c32a19;
  top: 0;
  left: 85px;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
}

@media screen and (max-width: 479px) {
  .Toppage #top_search .search_wrap .search_btn_wrap .search_tsugaku::before {
    width: 58px;
    left: 58px;
  }
}

.Toppage #top_search .search_wrap .search_btn_wrap .search_tsugaku::after {
  display: block;
  content: "";
  position: absolute;
  width: 40px;
  height: 100%;
  background: #de3724;
  top: 0;
  left: 45px;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  z-index: 0;
}

@media screen and (max-width: 479px) {
  .Toppage #top_search .search_wrap .search_btn_wrap .search_tsugaku::after {
    width: 28px;
    left: 33px;
  }
}

.Toppage #top_search .search_wrap .search_btn_wrap .search_tsugaku .btn_menu_title01 {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  display: block;
  padding-top: 20px;
  padding-bottom: 31px;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  z-index: 1;
}

@media screen and (max-width: 479px) {
  .Toppage #top_search .search_wrap .search_btn_wrap .search_tsugaku .btn_menu_title01 {
    font-size: 17px;
    padding-top: 16px;
    padding-bottom: 23px;
  }
}

.Toppage #top_search .search_wrap .search_btn_wrap .search_tsugaku .btn_menu_title01::before {
  display: block;
  content: "";
  position: absolute;
  width: 90px;
  height: 85px;
  background: url(https://hitotsubashi-univcoop.re-ws.jp/wp-content/uploads/sites/888/2022/12/ico_link01.png) no-repeat;
  background-size: contain;
  top: 1px;
  left: 10px;
}

@media screen and (max-width: 479px) {
  .Toppage #top_search .search_wrap .search_btn_wrap .search_tsugaku .btn_menu_title01::before {
    width: 67px;
    height: 65px;
    top: 3px;
  }
}

.Toppage #top_search .search_wrap .search_btn_wrap .search_tsugaku .btn_menu_title01::after {
  display: block;
  content: "";
  position: absolute;
  width: 26px;
  height: 29px;
  background: url(https://hitotsubashi-univcoop.re-ws.jp/wp-content/uploads/sites/888/2022/12/arrow_under01.png) no-repeat;
  background-size: contain;
  top: 50%;
  right: 16px;
  margin-top: -14.5px;
}

@media screen and (max-width: 479px) {
  .Toppage #top_search .search_wrap .search_btn_wrap .search_tsugaku .btn_menu_title01::after {
    width: 17px;
    height: 20px;
    margin-top: -10px;
  }
}

.Toppage #top_search .search_wrap .search_btn_wrap .search_kakaku {
  cursor: pointer;
  position: relative;
  background-color: #e55241;
  border: 1px solid #a32719;
  width: 465px;
  text-align: center;
  padding: 12.4px 12.7px 10.4px 15.3px;
  border-radius: 8px;
  -webkit-box-shadow: 12px 6px 0px #fec3bb;
          box-shadow: 12px 6px 0px #fec3bb;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 479px) {
  .Toppage #top_search .search_wrap .search_btn_wrap .search_kakaku {
    width: 324.5px;
    margin: 28px auto 0;
    padding: 7.4px 7.8px 7.4px 7.8px;
    -webkit-box-shadow: 7px 7px 0px #fec3bb;
            box-shadow: 7px 7px 0px #fec3bb;
  }
}

.Toppage #top_search .search_wrap .search_btn_wrap .search_kakaku::before {
  display: block;
  content: "";
  position: absolute;
  width: 85px;
  height: 100%;
  background: #c32a19;
  top: 0;
  left: 85px;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
}

@media screen and (max-width: 479px) {
  .Toppage #top_search .search_wrap .search_btn_wrap .search_kakaku::before {
    width: 58px;
    left: 58px;
  }
}

.Toppage #top_search .search_wrap .search_btn_wrap .search_kakaku::after {
  display: block;
  content: "";
  position: absolute;
  width: 40px;
  height: 100%;
  background: #de3724;
  top: 0;
  left: 45px;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  z-index: 0;
}

@media screen and (max-width: 479px) {
  .Toppage #top_search .search_wrap .search_btn_wrap .search_kakaku::after {
    width: 28px;
    left: 33px;
  }
}

.Toppage #top_search .search_wrap .search_btn_wrap .search_kakaku .btn_menu_title02 {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  display: block;
  padding-top: 20px;
  padding-bottom: 31px;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  z-index: 1;
}

@media screen and (max-width: 479px) {
  .Toppage #top_search .search_wrap .search_btn_wrap .search_kakaku .btn_menu_title02 {
    font-size: 17px;
    padding-top: 16px;
    padding-bottom: 23px;
  }
}

.Toppage #top_search .search_wrap .search_btn_wrap .search_kakaku .btn_menu_title02::before {
  display: block;
  content: "";
  position: absolute;
  width: 55.6px;
  height: 56px;
  background: url(https://hitotsubashi-univcoop.re-ws.jp/wp-content/uploads/sites/888/2022/12/ico_link02.png) no-repeat;
  background-size: contain;
  top: 50%;
  left: 28px;
  margin-top: -28px;
}

@media screen and (max-width: 479px) {
  .Toppage #top_search .search_wrap .search_btn_wrap .search_kakaku .btn_menu_title02::before {
    width: 45.7px;
    height: 46.3px;
    margin-top: -23.15px;
    left: 20px;
  }
}

.Toppage #top_search .search_wrap .search_btn_wrap .search_kakaku .btn_menu_title02::after {
  display: block;
  content: "";
  position: absolute;
  width: 26px;
  height: 29px;
  background: url(https://hitotsubashi-univcoop.re-ws.jp/wp-content/uploads/sites/888/2022/12/arrow_under01.png) no-repeat;
  background-size: contain;
  top: 50%;
  right: 16px;
  margin-top: -14.5px;
}

@media screen and (max-width: 479px) {
  .Toppage #top_search .search_wrap .search_btn_wrap .search_kakaku .btn_menu_title02::after {
    width: 17px;
    height: 20px;
    margin-top: -10px;
  }
}

.Toppage #top_search .search_wrap .search_btn_wrap .btn_menu_trigger01:hover .search_menu01 {
  display: block;
}

.Toppage #top_search .search_wrap .search_btn_wrap .btn_menu_trigger02:hover .search_menu02 {
  display: block;
}

@media screen and (max-width: 479px) {
  .Toppage #top_search .search_wrap .search_btn_wrap .btn_menu_trigger01:hover .search_menu01 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .Toppage #top_search .search_wrap .search_btn_wrap .btn_menu_trigger02:hover .search_menu02 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .Toppage #top_search .search_wrap .search_btn_wrap .search_menu_active01,
  .Toppage #top_search .search_wrap .search_btn_wrap .search_menu_active02 {
    display: block !important;
  }
}

.Toppage #top_search .search_wrap .search_menu01,
.Toppage #top_search .search_wrap .search_menu02 {
  position: absolute;
  width: 465px;
  left: -1px;
  margin-top: 6px;
  padding: 16px;
  background-color: #e55241;
  border: 1px solid #a32719;
  border-top: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  display: none;
  z-index: 1;
}

@media screen and (max-width: 479px) {
  .Toppage #top_search .search_wrap .search_menu01,
  .Toppage #top_search .search_wrap .search_menu02 {
    width: 324.5px;
    margin: 0 auto;
    z-index: 2;
  }
}

.Toppage #top_search .search_wrap .search_menu01 ul,
.Toppage #top_search .search_wrap .search_menu02 ul {
  background-color: #fff;
  border-radius: 10px;
}

.Toppage #top_search .search_wrap .search_menu01 ul li,
.Toppage #top_search .search_wrap .search_menu02 ul li {
  border-bottom: 3px solid #e55241;
}

.Toppage #top_search .search_wrap .search_menu01 ul li a,
.Toppage #top_search .search_wrap .search_menu02 ul li a {
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: bold;
  color: #e55241;
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 479px) {
  .Toppage #top_search .search_wrap .search_menu01 ul li a,
  .Toppage #top_search .search_wrap .search_menu02 ul li a {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

.Toppage #top_search .search_wrap .search_menu01 ul li a::before,
.Toppage #top_search .search_wrap .search_menu02 ul li a::before {
  display: block;
  content: "";
  position: absolute;
  width: 24px;
  height: 22px;
  background: url(https://hitotsubashi-univcoop.re-ws.jp/wp-content/uploads/sites/888/2022/12/arrow_right01.png) no-repeat;
  background-size: contain;
  top: 50%;
  right: 20px;
  margin-top: -11px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.Toppage #top_search .search_wrap .search_menu01 ul li a:hover::before,
.Toppage #top_search .search_wrap .search_menu02 ul li a:hover::before {
  right: 10px;
}

.Toppage #top_search .search_wrap .search_menu01 ul li:last-child,
.Toppage #top_search .search_wrap .search_menu02 ul li:last-child {
  border-bottom: none;
}

.Toppage #top_search .search_wrap::before {
  display: block;
  content: "";
  position: absolute;
  width: 175px;
  height: 215px;
  background: url(https://hitotsubashi-univcoop.re-ws.jp/wp-content/uploads/sites/888/2022/12/img_top01.png) no-repeat;
  background-size: contain;
  bottom: -104px;
  left: -100px;
}

@media screen and (max-width: 479px) {
  .Toppage #top_search .search_wrap::before {
    display: none;
  }
}

.Toppage #top_search .search_wrap::after {
  display: block;
  content: "";
  position: absolute;
  width: 175px;
  height: 215px;
  background: url(https://hitotsubashi-univcoop.re-ws.jp/wp-content/uploads/sites/888/2022/12/ico_section01.png) no-repeat;
  background-size: contain;
  bottom: -30px;
  right: -138px;
}

@media screen and (max-width: 479px) {
  .Toppage #top_search .search_wrap::after {
    display: none;
  }
}

.Toppage .top_main {
  position: relative;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  padding-bottom: 150px;
}

@media screen and (min-width: 480px) and (max-width: 1179px) {
  .Toppage .top_main {
    width: calc(100% + 40px);
    margin-left: -20px;
    max-width: calc(100% + 40px);
  }
}

@media screen and (max-width: 479px) {
  .Toppage .top_main {
    width: auto;
    margin-left: -20px;
    max-width: auto;
  }
}

@media screen and (max-width: 479px) {
  .Toppage .top_main {
    width: auto;
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 80px;
  }
}

.Toppage .top_main .top_main_wrap {
  position: relative;
  width: 1140px;
  margin: 70px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 479px) {
  .Toppage .top_main .top_main_wrap {
    display: block;
    width: 100%;
    margin-top: 58.5px;
  }
}

.Toppage .top_main .top_main_wrap::after {
  display: block;
  content: "";
  position: absolute;
  width: 194px;
  height: 195px;
  background: url(https://hitotsubashi-univcoop.re-ws.jp/wp-content/uploads/sites/888/2022/12/img_top02.png) no-repeat;
  background-size: contain;
  bottom: -209px;
  right: -89px;
  z-index: 2;
}

@media screen and (max-width: 479px) {
  .Toppage .top_main .top_main_wrap::after {
    display: none;
  }
}

.Toppage .top_main .top_main_wrap #top_info {
  width: calc(50% - 8.5px);
}

@media screen and (max-width: 479px) {
  .Toppage .top_main .top_main_wrap #top_info {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .Toppage .top_main .top_main_wrap #top_info h2 {
    margin-bottom: 26px;
  }
}

.Toppage .top_main .top_main_wrap #top_info .info_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 479px) {
  .Toppage .top_main .top_main_wrap #top_info .info_wrap ul {
    padding-right: 5px;
    padding-left: 5px;
  }
}

.Toppage .top_main .top_main_wrap #top_info .info_wrap ul li {
  display: block;
  width: calc(50% - 7px);
  margin-top: 17px;
  background-color: #f5f4eb;
  border: 1px solid #e8ccab;
  padding: 4px;
  -webkit-box-shadow: 0px 0px 10px rgba(83, 83, 83, 0.16);
          box-shadow: 0px 0px 10px rgba(83, 83, 83, 0.16);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 479px) {
  .Toppage .top_main .top_main_wrap #top_info .info_wrap ul li {
    width: calc(50% - 4px);
    margin-top: 8px;
    padding: 1px;
  }
}

.Toppage .top_main .top_main_wrap #top_info .info_wrap ul li:hover {
  -webkit-box-shadow: 0px 0px 13px rgba(83, 83, 83, 0.35);
          box-shadow: 0px 0px 13px rgba(83, 83, 83, 0.35);
}

.Toppage .top_main .top_main_wrap #top_info .info_wrap ul li:nth-of-type(1) a {
  background: url(https://hitotsubashi-univcoop.re-ws.jp/wp-content/uploads/sites/888/2022/12/bg_top01.jpg) no-repeat;
  background-size: top center;
}

@media screen and (max-width: 479px) {
  .Toppage .top_main .top_main_wrap #top_info .info_wrap ul li:nth-of-type(1) a {
    line-height: 20px;
    padding: 143px 31px 8px 32px;
  }
}

.Toppage .top_main .top_main_wrap #top_info .info_wrap ul li:nth-of-type(2) a {
  background: url(https://hitotsubashi-univcoop.re-ws.jp/wp-content/uploads/sites/888/2022/12/bg_top02.jpg) no-repeat;
  background-size: top center;
}

@media screen and (max-width: 479px) {
  .Toppage .top_main .top_main_wrap #top_info .info_wrap ul li:nth-of-type(2) a {
    padding: 150px 16px 8px 17px;
  }
}

.Toppage .top_main .top_main_wrap #top_info .info_wrap ul li:nth-of-type(3) a {
  background: url(https://hitotsubashi-univcoop.re-ws.jp/wp-content/uploads/sites/888/2022/12/bg_top03.jpg) no-repeat;
  background-size: top center;
}

@media screen and (max-width: 479px) {
  .Toppage .top_main .top_main_wrap #top_info .info_wrap ul li:nth-of-type(3) a {
    padding: 150px 16px 8px 17px;
  }
}

.Toppage .top_main .top_main_wrap #top_info .info_wrap ul li:nth-of-type(4) a {
  background: url(https://hitotsubashi-univcoop.re-ws.jp/wp-content/uploads/sites/888/2022/12/bg_top04.jpg) no-repeat;
  background-size: top center;
  line-height: 16px;
}

@media screen and (max-width: 479px) {
  .Toppage .top_main .top_main_wrap #top_info .info_wrap ul li:nth-of-type(4) a {
    line-height: 22px;
    padding: 143px 16px 9px 15px;
  }
}

.Toppage .top_main .top_main_wrap #top_info .info_wrap ul li:nth-of-type(4) a span {
  font-size: 11px;
}

@media screen and (max-width: 479px) {
  .Toppage .top_main .top_main_wrap #top_info .info_wrap ul li:nth-of-type(4) a span {
    font-size: 16px;
  }
}

.Toppage .top_main .top_main_wrap #top_info .info_wrap ul li a {
  display: block;
  padding-top: 145px;
  padding-bottom: 11px;
  text-align: center;
  font-weight: bold;
  color: #a32719;
  text-decoration: none;
}

@media screen and (max-width: 479px) {
  .Toppage .top_main .top_main_wrap #top_info .info_wrap ul li a {
    padding: 153px 26px 18px 25px;
  }
}

.Toppage .top_main .top_main_wrap #top_news {
  width: calc(50% - 8.5px);
}

@media screen and (max-width: 479px) {
  .Toppage .top_main .top_main_wrap #top_news {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 479px) {
  .Toppage .top_main .top_main_wrap #top_news h2 {
    margin-top: 64px;
  }
}

.Toppage .top_main .top_main_wrap #top_news .puk_news_deco {
  position: relative;
  margin-top: 37px;
  background-color: #f5f4eb;
  padding: 31px 31px 1px 40px;
  -webkit-box-shadow: 0px 0px 10px rgba(83, 83, 83, 0.16);
          box-shadow: 0px 0px 10px rgba(83, 83, 83, 0.16);
}

@media screen and (max-width: 479px) {
  .Toppage .top_main .top_main_wrap #top_news .puk_news_deco {
    padding: 31px 16.7px 1px 11px;
  }
}

.Toppage .top_main .top_main_wrap #top_news .puk_news_deco li {
  border-bottom: 1px solid #707070;
}

.Toppage .top_main .top_main_wrap #top_news .puk_news_deco span {
  font-size: 16px;
  font-weight: bold;
  color: #a32719;
}

.Toppage .top_main .top_main_wrap #top_news .puk_news_deco h3 {
  font-size: 16px;
}

.Toppage .top_main .top_main_wrap #top_news .puk_news_deco::before {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 44px 44px 0 0;
  border-color: #db7f75 transparent transparent transparent;
  top: 0;
  left: 0;
}

.Toppage .top_main .top_main_wrap #top_news .puk_news_deco::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 44px 44px;
  border-color: transparent transparent #db7f75 transparent;
  bottom: 0;
  right: 0;
}

.Toppage .top_main .top_main_wrap #top_news .new_btn_list {
  width: 430px;
  margin: 26px auto 0;
}

@media screen and (max-width: 479px) {
  .Toppage .top_main .top_main_wrap #top_news .new_btn_list {
    width: 100%;
  }
}

.Toppage .top_main .top_main_wrap #top_news .new_btn_list a {
  position: relative;
  display: block;
  padding-top: 14px;
  padding-bottom: 13px;
  background-color: #a22041;
  font-size: 19px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.Toppage .top_main .top_main_wrap #top_news .new_btn_list a::before {
  display: block;
  content: "";
  position: absolute;
  width: 37px;
  height: 100%;
  background: #c32a19;
  top: 0;
  left: 36px;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.Toppage .top_main .top_main_wrap #top_news .new_btn_list a::after {
  display: block;
  content: "";
  position: absolute;
  width: 18px;
  height: 100%;
  background: #de3724;
  top: 0;
  left: 18px;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.Toppage .top_main .top_main_wrap #top_news .new_btn_list a:hover {
  background-color: #881b36;
}

.Toppage .top_main .top_main_wrap #top_news .new_btn_list a:hover::before {
  background: #aa2415;
}

.Toppage .top_main .top_main_wrap #top_news .new_btn_list a:hover::after {
  background: #b42c1d;
}

.Toppage .top_main::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 84.6px;
  background: url(https://hitotsubashi-univcoop.re-ws.jp/wp-content/uploads/sites/888/2022/12/bg_top05.png);
  background-size: contain;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 479px) {
  .Toppage .top_main::before {
    background-size: cover;
    height: 76px;
  }
}

.Toppage #top_finish {
  position: relative;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  background-color: #f5f4eb;
  z-index: 1;
}

@media screen and (min-width: 480px) and (max-width: 1179px) {
  .Toppage #top_finish {
    width: calc(100% + 40px);
    margin-left: -20px;
    max-width: calc(100% + 40px);
  }
}

@media screen and (max-width: 479px) {
  .Toppage #top_finish {
    width: auto;
    margin-left: -20px;
    max-width: auto;
  }
}

@media screen and (max-width: 479px) {
  .Toppage #top_finish {
    width: auto;
    margin-left: -10px;
    margin-right: -10px;
  }
}

.Toppage #top_finish .finish_wrap {
  position: relative;
  width: 1140px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 54px;
}

@media screen and (max-width: 479px) {
  .Toppage #top_finish .finish_wrap {
    width: 100%;
    padding-top: 77px;
  }
}

.Toppage #top_finish .finish_wrap h2::after {
  display: block;
  content: "";
  position: absolute;
  width: 157px;
  height: 1px;
  background: #a22041;
  top: 36px;
  left: 50%;
  margin-left: -78.5px;
}

.Toppage #top_finish .finish_wrap .finish_wrap_banner {
  position: relative;
}

.Toppage #top_finish .finish_wrap .finish_wrap_banner::after {
  display: block;
  content: "";
  position: absolute;
  width: 182px;
  height: 252px;
  background: url(https://hitotsubashi-univcoop.re-ws.jp/wp-content/uploads/sites/888/2022/12/ico_section01.png) no-repeat;
  background-size: contain;
  bottom: -83px;
  left: -154px;
  z-index: 0;
}

@media screen and (max-width: 479px) {
  .Toppage #top_finish .finish_wrap .finish_wrap_banner::after {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .Toppage #top_finish .finish_wrap .finish_wrap_banner {
    padding: 16px 15px 0px 15px;
  }
}

.Toppage #top_finish .finish_wrap ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 1;
}

@media screen and (max-width: 479px) {
  .Toppage #top_finish .finish_wrap ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.Toppage #top_finish .finish_wrap ul li {
  width: 25%;
  margin-right: 10px;
}

@media screen and (max-width: 479px) {
  .Toppage #top_finish .finish_wrap ul li {
    margin-top: 10px;
    width: calc(50% - 6.5px);
  }
}

.Toppage #top_finish .finish_wrap ul li:last-child {
  margin-right: 0px;
}

@media screen and (max-width: 479px) {
  .Toppage #top_finish .finish_wrap ul li:nth-child(2n) {
    margin-right: 0px;
  }
}

.Toppage #top_finish .finish_wrap ul li a {
  cursor: pointer;
  display: block;
}

.Toppage #top_bannerArea {
  padding-top: 70px;
}

.Toppage #top_bannerArea h2::after {
  display: block;
  content: "";
  position: absolute;
  width: 157px;
  height: 1px;
  background: #a22041;
  top: 36px;
  left: 50%;
  margin-left: -78.5px;
}

@media screen and (max-width: 479px) {
  .Toppage .bn_list_item_support.wp-block-uagb-column .uagb-columns__inner-wrap {
    padding: 0px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .Toppage .bn_list_item_support.wp-block-uagb-column
.wp-block-uagb-column.uagb-column__wrap.uagb-column__background-undefined {
    width: 50% !important;
  }
  .Toppage .bn_list_item_support.wp-block-uagb-column .uagb-column__inner-wrap {
    padding: 5px !important;
  }
}
/*# sourceMappingURL=top.css.map */