/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 13 2022 | 06:16:29 */
@charset "UTF-8";
.Contact_siryo_form.form_wrap h2,
.Contact_siryo_form.form_wrap.entry-content h2 {
  display: none !important;
}

.Contact_siryo_form.form_wrap {
  position: relative;
  padding-top: 100px;
}

.Contact_siryo_form.form_wrap::before {
  content: "在校生向け資料請求フォーム";
  display: block;
  position: absolute;
  width: 20em;
  height: 1.3em;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  font-weight: bold;
  font-size: 20px !important;
  padding: 20px 10px  !important;
  margin: 20px 10px  !important;
}

.Contact_siryo {
  border: #e6448a solid 2px;
  padding: 20px;
  background: #fffafa;
  margin-bottom: 20px;
}

.Contact_siryo .user_link {
  margin-top: 20px;
}

.Contact_siryo .user_link .text_note {
  font-size: 18px;
}

.Contact_siryo .user_link .text_note .big {
  font-weight: bold;
  font-family: 1.2em;
  color: #e6448a;
}

.Contact_siryo .user_link .btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 479px) {
  .Contact_siryo .user_link .btn_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.Contact_siryo .user_link .btn_list li.item {
  list-style: none;
  margin-bottom: 10px;
  width: calc((100% - 20px) / 2);
  border: solid 1px #ee80ef;
  position: relative;
  border-radius: 8px;
}

@media screen and (max-width: 479px) {
  .Contact_siryo .user_link .btn_list li.item {
    text-align: center;
    height: auto;
    width: 100%;
  }
}

.Contact_siryo .user_link .btn_list li.item a {
  width: 100%;
  border-radius: 8px;
  padding: 28px 16px;
  display: block;
  color: #333;
  border: solid 5px #fff;
  background: #f9c6fa;
  line-height: 1.2;
  font-size: 18px;
  font-weight: bold;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 0px 1px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media screen and (max-width: 479px) {
  .Contact_siryo .user_link .btn_list li.item a {
    display: block;
    text-align: center;
    font-size: 15px;
    padding: 20px 4px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.Contact_siryo .user_link .btn_list li.item a:hover {
  text-decoration: none;
  background: #ee9bef;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.Contact_siryo .user_link .btn_list li.item::before {
  content: "";
  display: block;
  position: absolute;
  background: #e6448a url(https://utcoop.re-ws.jp/wp-content/uploads/sites/624/2022/08/ico_arrow1.png) no-repeat center;
  background-size: 18px auto;
  width: 27px;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

@media all and (min-width: 480px) {
  .Contact_siryo .user_link .btn_list li.item:not(:nth-of-type(1)) {
    margin-left: 10px;
  }
}
/*# sourceMappingURL=contact_siryo.css.map */