<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%;
}

html.wf-active {
  visibility: visible;
}

body {
  margin: 0;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  letter-spacing: 0.2rem;
  min-width: 320px;
  color: #4d4d4d;
}

img {
  width: 100%;
  height: auto;
}

section {
  padding: 8rem 0;
}

access {
  width: 80% !important;
  height: auto;
}

a img:hover {
  opacity: 70%;
}

/* 5 Columns */
.col-xl-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xl-15 {
  width: 20%;
  float: left;
}

.sponly {
  display: none;
}

.pc-only {
  display: block;
}

@media (min-width: 993px) {
  .col-xl-15 {
    width: 20%;
    float: left;
  }
}
@media (max-width: 992px) {
  .col-xl-15 {
    width: 33.3333333333%;
    float: left;
    padding-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .col-xl-15 {
    width: 50%;
    float: left;
    padding-bottom: 2.5rem;
  }
}
.sub_img {
  display: none;
  max-width: 450px;
  margin: 2rem;
}

/*マージン・パディングセット*/
.mt-200 {
  margin-top: 200px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-50 {
  margin-bottom: 50px;
}

.container-fluid {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/*タイトル・見出しフォント設定*/
h2 {
  font-family: Avenir, "Helvetica neue", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 9.1rem;
  line-height: 10.2rem;
}

h3 {
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

h3 {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  color: #000;
  white-space: nowrap;
  letter-spacing: 0;
}

.h3-sub {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

h3.orange {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  color: #000;
  white-space: nowrap;
  top: 37%;
  left: 222px;
  letter-spacing: 0;
  position: absolute;
}

h3.menber {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  color: #000;
  white-space: nowrap;
  top: 37%;
  left: 222px;
  letter-spacing: 0;
  position: absolute;
}

.h3-inner {
  background-color: #fff;
  padding: 2rem;
  padding-left: 10rem;
}

h4 {
  font-family: Avenir, "Helvetica neue", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 1.8rem;
}

.h3-sub {
  color: #000000;
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
}

.h3-sub02 {
  color: #000000;
  font-size: 2.2rem;
  letter-spacing: 0.1rem;
}

.sankaku img {
  width: 110px;
  height: 50px;
  margin-bottom: 7px;
}

.sankaku {
  text-align: center;
  margin-top: 30px;
}

.sankaku:hover {
  opacity: 70%;
}

.toppage {
  color: #4d4d4d;
  text-align: center;
  margin-bottom: 20px;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
}

/*ボタン*/
.arrow-big_btn_wrap {
  margin: auto;
  padding-top: 70px;
  max-width: 380px;
  clear: both;
}

.arrow-big_btn a {
  display: flex;
  border: 2px solid #000;
  font-size: 1.6rem;
  background-image: url(../images/b-arrow.png);
  background-position: right 16px center;
  background-repeat: no-repeat;
  text-align: center;
  color: #000000;
  height: 55px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.contact_back {
  display: flex;
  font-size: 1.6rem;
  background-image: url(../images/b-arrow-re.png);
  background-position: left 16px center;
  background-repeat: no-repeat;
  text-align: center;
  color: #000000;
  width: 380px;
  height: 55px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  margin-bottom: 20px;
  background-color: #90defd !important;
}

.contact_go {
  display: flex;
  font-size: 1.6rem;
  background-image: url(../images/b-arrow.png);
  background-position: right 16px center;
  background-repeat: no-repeat;
  text-align: center;
  color: #000000;
  width: 380px !important;
  height: 55px !important;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  margin: 0 auto;
  background-color: #90defd !important;
}

.arrow-big_btn a:hover {
  background-color: #000;
  color: #ffffff !important;
  background-image: url(../images/b-arrowhover.png);
  background-position: right 16px center;
  background-repeat: no-repeat;
  text-align: center;
}

.contact_go:hover {
  background-color: #34b4e8 !important;
  color: #ffffff !important;
  background-image: url(../images/b-arrowhover.png);
  background-position: right 16px center;
  background-repeat: no-repeat;
  text-align: center;
}

.contact_back:hover {
  background-color: #000 !important;
  color: #ffffff !important;
  background-image: url(../images/b-arrowhover-re.png);
  background-position: left 16px center;
  background-repeat: no-repeat;
  text-align: center;
}

.arrow-big_btn input {
  background-color: transparent !important;
}

/*背景飾り*/
.border-base-top {
  width: 100%;
  height: auto;
}

.border-base {
  background-color: #f8f5e6;
  background-size: 32px 32px;
  width: 100%;
  height: auto;
  padding-top: 57px;
  padding-bottom: 57px;
}

/*グローバルナビゲーション*/
.gnav-wrap {
  width: 100%;
  background-color: #fff;
}

.menu-gnav-container {
  width: 100%;
  height: 68px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 18%;
  background-color: #fff;
}

.menu-gnav-container ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 68px;
  gap: 2rem;
  flex-flow: row wrap;
}

.menu-gnav-container ul li a {
  color: #000;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}

.menu-gnav-container ul li a:hover {
  border-bottom: 2px solid #ffffff;
}

/*メインビジュアル*/
.mini-title {
  font-size: 1.4rem;
  color: #7c7c7c;
  padding-left: 20%;
  margin: 4rem 0 3rem 0;
}

.mini-title2 {
  font-size: 1.4rem;
  color: #7c7c7c;
  padding-left: 20%;
  margin: 4rem 0 3rem 0;
}

.mainvisual {
  width: 100%;
  display: flex;
  flex-flow: row;
  justify-content: center;
  background-color: #34b4e8;
  align-items: center;
  overflow: hidden;
  max-height: 1000px;
}
.mainvisual figure {
  margin-bottom: 0 !important;
}
.mainvisual figure:nth-of-type(1) {
  width: 50vw;
  height: auto;
  z-index: 2;
  transform: translateX(30%);
}
@media screen and (max-width: 540px) {
  .mainvisual figure:nth-of-type(1) {
    width: 90vw;
    height: auto;
    transform: translateX(6%);
    margin-right: -350px;
  }
}
.mainvisual figure:nth-of-type(2) {
  height: 100%;
  margin-right: -10%;
  flex: 1;
  z-index: 1;
}
@media (max-width: 540px) {
  .mainvisual figure:nth-of-type(2) {
    flex: 1;
    opacity: 0.5;
  }
}

/*開催趣旨*/
.purpose {
  margin: top 15px;
}

.purpose .container-fluid .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.purpose .purpose-left {
  display: flex;
  align-items: flex-end;
  padding-right: 50px;
}

.h3-wrap {
  width: 90%;
  display: flex;
  justify-content: flex-start;
  /* margin-bottom: 30px; */
  margin: 0 auto;
  position: relative;
}
.h3-wrap::after {
  border: #000 solid 0.5px;
  width: calc(5% + 10rem);
  position: absolute;
  top: 59%;
  left: 0;
  content: "";
  transform: translateX(-60%);
}

.h3-members {
  border-bottom: 1px solid #000000;
  width: 100vw;
  display: flex;
  justify-content: start;
  margin: 0 calc(50% - 50vw) 30px;
  padding: 0 calc((100vw - 90%) / 2);
}

.h3-members-inner {
  padding-bottom: 20px;
  padding-right: 0px !important;
}

.members-name {
  line-height: 1.5;
  letter-spacing: 0.2rem;
}

.gray-back {
  background-color: rgba(248, 248, 248, 0.8);
  padding: 55px !important;
}

.purpose-text {
  width: 850px;
  height: auto;
  line-height: 32px;
}

/*News*/
.news {
  margin-top: 200px;
}

.news-wrap {
  width: 100%;
  height: 65px;
  margin-bottom: 5px;
  background-color: #000;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news-wrap .info {
  display: flex;
  flex-flow: wrap;
  max-width: 1140px;
  margin-bottom: 0;
  align-items: center;
}

.news-wrap .info dt {
  width: 110px;
}

.news-wrap .info dd {
  margin-bottom: 0;
}

.news-wrap .info dd a {
  color: #ffffff;
}

.news-wrap .info dd a:after {
  content: "";
  background-image: url("../images/w-arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
  width: 36px;
  height: 52px;
  padding-left: 60px;
  display: inline-block;
  vertical-align: middle;
}

.news-wrap .info dd a img {
  width: 36px;
  height: 52px;
  margin-left: 23px;
}

.h3-wrap2 {
  margin-bottom: 35px;
}

.h3-wrap2 h3 {
  text-align: center;
}

.h3-wrap2 .h3-sub {
  text-align: center;
}

/*ポスターセッション・全国大学コンソーシアム協議会*/
.coming {
  width: 100%;
  height: 350px;
  background-color: #000;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 102;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-style: oblique;
}

.linkcover {
  width: 100%;
  height: 350px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 103;
  transition: all 0.5s 0s ease;
}

.linkcover:hover {
  background-color: #fff;
  opacity: 0.8;
}

#poster {
  background-color: #ffffff;
  height: 350px;
  padding: 23px;
  display: flex;
  flex-flow: column;
  background-image: url("../images/poster-bg.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative;
}

#poster::before {
  content: "";
  bottom: 0;
  right: 0;
  border-top: 4em solid transparent;
  border-right: 4em solid #17a7ee;
  position: absolute;
  z-index: 100;
}

#poster::after {
  content: "";
  display: block;
  background-image: url("../images/w-arrow-s.png");
  background-repeat: no-repeat;
  width: 21px;
  height: 32px;
  bottom: 3px;
  right: 3px;
  position: absolute;
  z-index: 101;
}

#members {
  background-color: #ffffff;
  height: 350px;
  padding: 23px;
  display: flex;
  flex-flow: column;
  background-image: url("../images/members-bg.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative;
}

#members::before {
  content: "";
  bottom: 0;
  right: 0;
  border-top: 4em solid transparent;
  border-right: 4em solid #000;
  position: absolute;
  z-index: 100;
}

#members::after {
  content: "";
  display: block;
  background-image: url("../images/w-arrow-s.png");
  background-repeat: no-repeat;
  width: 21px;
  height: 32px;
  bottom: 3px;
  right: 3px;
  position: absolute;
  z-index: 101;
}

.mw_wp_form dl {
  display: flex;
  flex-wrap: wrap;
  max-width: 640px;
  margin: 0 auto;
  margin-bottom: 25px;
}

.mw_wp_form dt {
  width: 143px;
  height: 30px;
  padding: 0.8rem;
  background-color: #34b4e8;
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.naiyou dt {
  height: 184px;
}

.mw_wp_form dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 497px;
  padding-left: 10px;
}

.mw_wp_form input {
  background-color: #eee;
  border: 0px;
  height: 30px;
  width: 100%;
}

.mw_wp_form a:hover {
  color: #fff !important;
}

.telsize {
  width: 100%;
}

.mw_wp_form p {
  line-height: 2;
  margin-bottom: 20px;
  max-width: 640px;
  margin: 0 auto 50px;
}

.mw_wp_form input[type=tel] {
  text-align: center;
}

.mw_wp_form textarea {
  background-color: #eee;
  border: 0px;
  width: 100%;
  height: 184px;
}

@media (max-width: 768px) {
  .mw_wp_form dl {
    flex-direction: column;
    align-items: center;
    width: 100% !important;
  }
  .mw_wp_form dt {
    width: 100% !important;
  }
  .mw_wp_form dd {
    width: 100% !important;
    padding-left: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 3px;
  }
  .naiyou dt {
    height: 30px !important;
  }
  .contact_go {
    width: 250px !important;
    margin: 0 auto;
  }
  .contact_back {
    width: 250px !important;
    margin: 0 auto 15px;
  }
  .telsize {
    text-align: center;
    padding-top: 15px;
  }
  .mw_wp_form textarea {
    width: 100%;
    height: 184px;
    border-radius: 0 !important;
  }
  .mw_wp_form input {
    border-radius: 0 !important;
  }
  .mini-title {
    font-size: 1.2rem;
    padding-left: 1rem;
    margin: 8rem 0 3rem 0;
  }
  .mini-title2 {
    font-size: 1.2rem;
    padding-left: 1rem;
    margin: 0 0 3rem 0;
  }
}
@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}
midashi {
  margin: 10px 10px 10px 10px;
}

.convetionimg {
  width: 35%;
  margin-left: 10%;
}

.purpose-text {
  background: #ffcb36;
  border-radius: 240px 30px 100px 30px/30px 200px 30px 185px;
  padding: 40px 70px 40px 70px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
  margin-top: 20px;
}

.h4-wrap.blue h4 {
  background-color: #17a7ee;
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 35px;
  padding-right: 35px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.h4-wrap.blue .h4-sub {
  font-family: Avenir, "Helvetica neue", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 3.4rem;
  color: #17a7ee;
  text-align: center;
}

.h4-wrap.orange h4 {
  background-color: #000;
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 35px;
  padding-right: 35px;
  text-align: center;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.h4-wrap.orange .h4-sub {
  font-family: Avenir, "Helvetica neue", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 3.4rem;
  color: #000;
  text-align: center;
}

.poster-title1 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 10px;
}

.poster-title2 {
  font-size: 3.2rem;
  text-align: center;
}

/*スケジュール*/
#schedule {
  margin-top: 200px;
}

.schedule {
  background-color: #fffde5;
  padding-top: 65px;
  padding-bottom: 65px;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 200px;
}

.schedule-title1 {
  background: repeating-linear-gradient(-45deg, #eee, #eee 4px, #fff 4px, #fff 8px);
  font-size: 2.3rem;
  text-align: center;
  justify-content: center;
  height: 35px;
  margin-bottom: 42px;
  display: flex;
  align-items: center;
  padding-left: 55px;
  padding-left: 30px !important;
  padding-right: 30px !important;
  width: 30%;
  margin: auto;
  margin-bottom: 30px;
}

.schedule-green {
  background-color: white;
}

.schedule-orange {
  margin-top: 123px;
}

.schedule-orange .schedule-title {
  background-color: #ffa77b;
  color: #ffffff;
  font-size: 2.3rem;
  text-align: center;
  height: 35px;
  margin-bottom: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.schedule-green .time {
  background-color: #ffcb36;
  padding-left: 55px;
  color: #ffffff;
  height: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.schedule-orange .time {
  background-color: #ffa77b;
  padding-left: 55px;
  color: #ffffff;
  height: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.schedule-green .detail {
  margin-left: 156px;
  padding: 23px;
}

.schedule-orange .detail {
  margin-left: 156px;
  border-left: 2px solid #ffa77b;
  padding: 23px;
}

.schedule-green .detail strong,
.schedule-orange .detail strong {
  color: #c10025;
  font-size: 1.9rem;
  font-weight: bold;
}

.link-arrow {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-flow: wrap;
  padding-top: 10px;
}

.link-arrow img {
  width: 32px;
  height: 48px;
}

/*プログラム概要*/
#program-outline {
  margin-top: 200px;
}

.program-wrap {
  position: relative;
  margin-bottom: 70px;
}

.program-wrap3 {
  position: relative;
  margin-bottom: 50px;
}

#program2 .program-wrap.add {
  margin-bottom: 225px;
}

#program3 .program-wrap.add {
  margin-bottom: 225px;
}

.program-wrap2 {
  position: relative;
  margin-bottom: 300px;
}

#program1 .program-title-wrap {
  border-bottom: 4px solid #93dcaa;
  margin-bottom: 35px;
  margin-top: 20px;
}

#program1 .program-wrap .program-box {
  background-color: #93dcaa;
  padding-left: 30px !important;
  padding-right: 150px !important;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  width: 78%;
  position: relative;
}

#program1 .program-wrap2 .program-box {
  background-color: #93dcaa;
  padding-top: 30px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  padding-bottom: 150px !important;
  width: 78%;
  position: relative;
}

#program2 .program-box {
  background-color: #f8f8f8;
  padding-left: 30px !important;
  padding-right: 150px !important;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  width: 78%;
  position: relative;
}

#program3 .program-box {
  background-color: #f8f5e6;
  padding-left: 30px !important;
  padding-right: 30px !important;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  width: 90%;
  margin: auto;
  position: relative;
}

.program-outline .title-red {
  background-color: #93dcaa;
  padding-left: 13px;
  color: #ffffff;
  font-size: 1.9rem;
  height: 36px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}

.program-outline .title-orange {
  background-color: #000;
  border-radius: 12px;
  padding-left: 13px;
  color: #ffffff;
  font-size: 1.9rem;
  height: 36px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}

.program-outline .title-black {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.program-outline .title-black span {
  font-size: 2.4rem;
  font-weight: bold;
}

.program-outline p {
  line-height: 32px;
}

.program-outline .program-wrap .program-right {
  background-color: #e8e3cf;
  padding: 23px !important;
  width: 32%;
  position: absolute;
  top: 35%;
  right: 0;
}

.program-outline .program-wrap2 .program-right {
  background-color: #f8f8f8;
  padding: 23px !important;
  width: 90%;
  position: absolute;
  top: 72%;
  right: 0;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

.program-outline .program-wrap2 .program-right .left,
.program-outline .program-wrap2 .program-right .center,
.program-outline .program-wrap2 .program-right .right {
  width: 30%;
}

#program2 .program-title-wrap {
  border-bottom: 4px solid #ffa77b;
  margin-bottom: 35px;
  margin-top: 150px;
}

#program3 .program-title-wrap {
  border-bottom: 4px solid #ffa77b;
  margin-bottom: 35px;
  margin-top: 150px;
}

.program-title-wrap {
  display: flex;
  justify-content: center;
}

.program-title-inner {
  margin-top: 100px;
  font-size: 2.3rem;
  padding-bottom: 5px;
  font-weight: bold;
  background-color: #000;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 1.5% 6% !important;
  color: white;
  margin-bottom: 30px;
  position: relative;
}

.program-title-inner:after {
  padding-left: 30px !important;
  padding-right: 150px !important;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  width: 78%;
  content: "";
  border-bottom: 3px solid black !important;
  width: 90vw;
  position: absolute;
  bottom: 0;
  left: calc(50% - 45vw);
}

.program-outline .guest-title {
  font-size: 1.6rem;
  color: #c10025;
  margin-bottom: 10px;
}

.program-outline .guest-name {
  font-size: 2.4rem;
  font-weight: bold;
}

.program-outline .tema-name {
  font-size: 1.9rem;
  font-weight: bold;
  margin-top: 10px;
}

.program-outline .guest-name-sub {
  font-size: 1.4rem;
  font-weight: bold;
}

.program-outline .program-right p {
  font-size: 1.4rem;
  line-height: 21px;
}

.access {
  margin: auto;
  text-align: center;
  justify-content: center;
  width: 35%;
}

.access2 {
  width: 700px;
  height: auto;
  line-height: 20px;
}

/*協賛企業*/
.sponsors-wrap {
  display: flex;
  flex-flow: wrap;
  justify-content: space-evenly;
  align-items: center;
}

.sponsors-img {
  max-width: 300px;
  height: 250px;
  padding: 10px;
}

.sponsors-wrap img {
  padding: 15px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

table.fee td,
th {
  border: 2px solid #ffffff;
  border-collapse: collapse;
  color: #000;
}

table.fee td,
th {
  padding: 5px;
  width: 120px;
  height: 50px;
  color: #000;
}

tr.t-ander th {
  background-color: #dae5d0;
}

th {
  background: #f0e6cc;
}

.even {
  background: #fbf8f0;
}

.odd {
  background: #fefcf9;
}

/*お問い合わせ*/
.conso {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 0rem;
  border-bottom: 0;
  border-top: 1px solid #fff;
}

/*フッター*/
.goTop {
  clear: both;
  overflow: hidden;
  zoom: 1;
  margin: 0 auto;
  position: fixed;
  right: 0;
  bottom: 100px;
}

.goTop img {
  width: 60px;
  height: 47px;
}

.footer_wrap {
  padding: 80px 20px;
  background-color: #eff8fe;
}

/*パンくずリスト*/
.breadcrumbs {
  padding-top: 15px;
}

.breadcrumbs,
.breadcrumbs a {
  color: #707070;
}

/*ニュース*/
.news-single,
.news-list {
  margin-top: 50px;
}

.news-single-title {
  background-color: #000;
  color: #ffffff;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news-single-title-inner {
  display: flex;
  flex-flow: column;
}

.news-single-title-inner h2 {
  font-size: 3.5rem;
  font-weight: bold;
}

.news-single-title-inner span {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: right;
}

.gray-box {
  background-color: #f8f8f8;
  padding: 100px;
  line-height: 32px;
}

.news-wrap2 {
  width: 100%;
  height: 65px;
  margin-bottom: 5px;
  background-color: #ffffff;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
}

.news-wrap2:hover {
  background-color: #000;
  color: #ffffff;
}

.news-wrap2:hover .info dd a {
  color: #ffffff;
}

.news-wrap2:hover .info dd a:after {
  content: "";
  background-image: url("../images/b-arrowhover.png");
  background-position: right center;
  background-repeat: no-repeat;
  width: 31px;
  height: 48px;
  padding-left: 60px;
  display: inline-block;
  vertical-align: middle;
}

.news-wrap2 .info {
  display: flex;
  flex-flow: wrap;
  max-width: 1140px;
  margin-bottom: 0;
  align-items: center;
}

.news-wrap2 .info dt {
  width: 110px;
}

.news-wrap2 .info dd {
  margin-bottom: 0;
}

.news-wrap2 .info dd a {
  color: #000;
}

.news-wrap2 .info dd a:after {
  content: "";
  background-image: url("../images/b-arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
  width: 31px;
  height: 48px;
  padding-left: 60px;
  display: inline-block;
  vertical-align: middle;
}

/*全国大学コンソーシアム協議会*/
.size-thumbnail570 {
  max-width: 570px;
}

.size-thumbnail1140 {
  max-width: 1140px;
  width: 100%;
}

.members-table {
  width: 90%;
  border-collapse: separate;
  border-spacing: 5px;
  margin: 0 auto;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

.members-table th {
  border-bottom: 1px solid #000;
  width: 25%;
  text-align: center;
  color: #000;
  font-size: 1.6rem;
  padding: 1.6rem 0 1.6rem 0;
}

.members-table td {
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-size: 1.6rem;
  padding: 1.6rem 0 1.6rem 0;
}

.members-message {
  text-align: left !important;
  text-align: justify !important;
  padding: 1.6rem !important;
}

.members-photo {
  width: 90%;
  height: auto;
  margin: 25px auto;
}

.members-photo2 {
  width: 60%;
  height: auto;
  margin: 25px auto;
}

.orange {
  color: #000;
}

.members-torikumi {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-size: 1.6rem;
  gap: 15px;
}

.members-torikumi01 {
  width: calc((100vw - 100%) / 2 + 100%);
  background-color: #000;
  color: #fff;
  text-align: left;
  margin: 0 calc(50% - 50vw);
  padding: 0.5rem 0 0.5rem calc(50vw - 50%);
}

.members-torikumi02 {
  background-color: #f8f8f8;
  text-align: justify;
  padding: 2rem;
  width: 100%;
}

.members-torikumi03 {
  background-color: #f8f8f8;
  text-align: justify;
  padding: 2rem;
  width: 100%;
  color: #000 !important;
  font-size: 2.4rem !important;
  text-align: center !important;
}

.map {
  max-width: 870px;
  margin: 100px auto 0;
  position: relative;
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
}

.mapbox {
  width: 670px;
}

.areabox {
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 120px;
}

.areatext {
  width: 100%;
  height: 3.2rem;
  padding: 0.7rem;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
  border-radius: 0.5rem;
}

.preftext table {
  width: 95%;
  margin: 0 auto !important;
  font-size: 1.2rem;
}

.preftext td {
  width: 50%;
  text-align: left;
  letter-spacing: 0.2rem;
  padding: 2px 0;
}

.pt-cl td {
  width: 100%;
  text-align: center;
  display: block;
}

.preftext- {
  display: flex;
  flex-flow: row wrap;
  gap: 0.7rem 1.6rem;
  text-align: left;
  letter-spacing: 0.2rem;
  padding-left: 0.9rem;
}

.pt-cl- {
  flex-flow: column !important;
  text-align: center !important;
  justify-content: center;
}

.preftext p {
  font-size: 1.6rem;
  margin-bottom: 0 !important;
}

/*ポジション*/
.hokkaido-posi {
  position: absolute;
  top: 1rem;
  right: 31rem;
}

.chubu-posi {
  position: absolute;
  top: 12rem;
  left: 32rem;
}

.chugoku-posi {
  position: absolute;
  top: 19rem;
  left: 16rem;
}

.chukyu-posi {
  position: absolute;
  top: 26rem;
  left: 2rem;
}

.kyusyu-posi {
  position: absolute;
  top: 38rem;
  left: 2rem;
}

.tohoku-posi {
  position: absolute;
  top: 17rem;
  right: 0rem;
}

.kanto-posi {
  position: absolute;
  top: 27rem;
  right: 13rem;
}

.kinki-posi {
  position: absolute;
  top: 44rem;
  right: 24rem;
}

/*ここまで*/
.arealink {
  width: 100%;
  height: 100%;
  transition: all 0.5s 0s ease;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
}

.arealink:hover {
  background-color: #fff;
  opacity: 0.3;
}

.chiiki {
  font-size: 2.4rem !important;
  text-align: center !important;
  margin-bottom: 48px !important;
  letter-spacing: 0.2rem;
  font-weight: normal;
}

.plink {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s 0s ease;
  z-index: 10;
}

.plink:hover {
  background-color: #fff;
  opacity: 0.3;
}

.ho-color {
  color: #049aca;
}

.ho-bccolor {
  background-color: #049aca;
}

.to-color {
  color: #99b559;
}

.to-bccolor {
  background-color: #99b559;
}

.ka-color {
  color: #e09a30;
}

.ka-bccolor {
  background-color: #e09a30;
}

.ch-color {
  color: #dac636;
}

.ch-bccolor {
  background-color: #dac636;
}

.ki-color {
  color: #8f7b6a;
}

.ki-bccolor {
  background-color: #8f7b6a;
}

.cg-color {
  color: #83509c;
}

.cg-bccolor {
  background-color: #83509c;
}

.ck-color {
  color: #000;
}

.ck-bccolor {
  background-color: #000;
}

.ky-color {
  color: #cb4f87;
}

.ky-bccolor {
  background-color: #cb4f87;
}

.preflayout {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 33px;
  width: 90%;
  margin: 0 auto;
}

@media (max-width: 1140px) {
  .preflayout {
    justify-content: center;
  }
}
.preflayout-c {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 33px;
  width: 90%;
  margin: 0 auto;
}

.prefbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 320px;
  height: 215px;
  position: relative;
  padding: 2rem 2rem 7.5rem 2rem;
  margin-bottom: 5rem;
}

.imgbox {
  width: 100%;
  height: 100%;
}

.imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

.membersname {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  color: #fff;
  height: 6rem;
  position: absolute;
  bottom: 0;
  padding: 5px !important;
  margin-bottom: 0 !important;
}

.pref {
  font-size: 1.4rem;
  position: absolute;
  bottom: -4rem;
}

.dl_beside {
  display: flex;
  flex-flow: row wrap;
  width: 50rem;
  margin-top: 1rem;
}

.dl_beside dt {
  width: 18rem;
}

.dl_beside dd {
  width: 32rem;
}

/*ポスターセッション*/
.ps-container p {
  margin-top: 0;
  line-height: 2;
  letter-spacing: 0.1;
}

.light-blue {
  color: #17a7ee;
}

.zoom-wrap {
  max-width: 1140px;
  margin: 0 auto 5rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.core-time {
  background-color: #17a7ee;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 4rem;
}

.core-time p {
  color: #fff;
  font-size: 2.5rem;
  margin: 0;
}

.zoom-wrap p {
  width: 80%;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.1rem;
}

.zoom-wrap .arrow-big_btn_wrap {
  max-width: none;
  padding-top: 0;
  margin: 0;
  margin-bottom: 3rem;
  width: 50%;
}

.zoom-wrap .arrow-big_btn a {
  font-size: 2rem;
  line-height: 1.5;
  padding: 4rem 7rem;
  width: 100%;
}

.guide {
  color: #17a7ee;
  font-size: 2.2rem;
  text-align: center;
  margin: 5rem 0;
}

.back-gray {
  background-color: #f8f8f8;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 3rem 0;
}

.back-white {
  background-color: #fff;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 3rem 0;
}

.room-wrap {
  max-width: 1000px;
  padding: 3rem 0;
  margin: 0 auto;
}

.room-wrap p {
  margin-top: 0;
  line-height: 2;
  letter-spacing: 0.1rem;
}

.room-group {
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  color: #fff;
  margin-bottom: 2rem;
}

.room {
  width: 15%;
  background-color: #17a7ee;
  padding: 1rem 0.5rem;
  text-align: center;
}

.group {
  width: 85%;
  background-color: #000;
  padding: 1rem 0.5rem;
  text-align: center;
}

.column {
  width: 95%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin: 0 auto;
}

.theme {
  width: 100%;
  margin-bottom: 5rem;
}

.theme-text {
  font-size: 2.8rem;
  color: #000;
  text-align: center;
}

.overview-time {
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  justify-content: space-between;
}

.overview p {
  text-align: justify;
  line-height: 1.7;
}

.overview {
  width: 47%;
}

.overview-time .time {
  width: 47%;
}

.overview-time .time table {
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  border-collapse: separate;
}

.overview-time .time table th {
  border-bottom: 1px #000 solid;
  color: #000;
  text-align: center;
  width: 15%;
  padding: 0.8rem;
}

.overview-time .time table td {
  border-bottom: 1px #ccc solid;
  text-align: left;
  padding: 0.8rem;
  line-height: 1.5;
}

.room3 table td {
  font-size: 1.2rem !important;
}

.komidashi {
  width: 100%;
  color: #000;
  font-size: 1.2rem;
}

/*アーカイブ*/
.lead-text {
  margin-bottom: 4rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  text-align: justify;
}

.blue-band {
  width: 100%;
  background-color: #000;
  padding: 1rem 0.5rem;
  text-align: center;
  color: #fff;
  margin-bottom: 2rem;
}

.youtube-link {
  position: relative;
  padding-bottom: 56.2%; /*縦幅調整*/
  height: 0;
  overflow: hidden;
  width: 100%; /*大きさ調整*/
  margin-bottom: 2rem;
}

.youtube-link iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bunkakai {
  text-align: center;
  margin-bottom: 2rem;
}

.archive-area {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  gap: 3rem;
}

.ac-item {
  width: 48%;
  margin-bottom: 5rem;
}

.ac-item .theme-text {
  font-size: 2rem;
  line-height: 1.5;
}

.hidden-box .arrow-big_btn_wrap {
  position: absolute;
  left: 8vw;
  top: 55%;
  width: 35% !important;
}

.hidden-box {
  position: relative;
}

.hidden-box .arrow-big_btn_wrap .arrow-big_btn a {
  font-size: 2rem;
  line-height: 1.5;
  padding: 4rem 5rem;
  width: 100%;
  flex-flow: column;
  border: none;
  background-color: #000;
  color: #fff;
  background-image: url("../images/w-arrow.png");
}

.hidden-box .arrow-big_btn_wrap .arrow-big_btn a:hover {
  opacity: 0.8;
}

.hidden-box .arrow-big_btn_wrap .arrow-big_btn a span {
  font-size: 1.4rem !important;
}

@media (max-width: 780px) {
  .ac-item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .hidden-box {
    position: static;
    margin-bottom: 5rem;
  }
  .hidden-box .arrow-big_btn_wrap {
    position: static;
    width: 90% !important;
    max-width: none;
  }
}
/*IE対応*/
@media all and (-ms-high-contrast: none) {
  .prefbox {
    margin: 3.3rem 1.65rem 8.3rem;
  }
  .areatext p {
    display: list-item;
  }
  .membersname {
    left: 0;
  }
  .pref {
    padding: 0;
    left: 42%;
  }
  .preflayout {
    width: 100%;
  }
  .members-torikumi02 {
    margin: 1.5rem 0;
  }
  .members-torikumi03 {
    margin: 1.5rem 0;
  }
}
/*スマホ表示とか*/
@media (max-width: 820px) {
  .zoom-wrap .arrow-big_btn_wrap {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .midashi1 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  .midashi2 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  .dl_beside {
    flex-flow: column;
    width: 100%;
  }
  .dl_beside dt {
    width: 100%;
  }
  .dl_beside dd {
    width: 100%;
  }
  .hokkaido-posi {
    position: absolute;
    top: 0;
    left: 0;
  }
  .chubu-posi {
    position: absolute;
    top: 0;
    left: 0;
  }
  .chugoku-posi {
    position: absolute;
    top: 0;
    left: 0;
  }
  .chukyu-posi {
    position: absolute;
    top: 0;
    left: 0;
  }
  .kyusyu-posi {
    position: absolute;
    top: 0;
    left: 0;
  }
  .tohoku-posi {
    position: absolute;
    top: 0;
    left: 0;
  }
  .kanto-posi {
    position: absolute;
    top: 0;
    left: 0;
  }
  .kinki-posi {
    position: absolute;
    top: 0;
    left: 0;
  }
  .map {
    width: 90%;
    margin: 5rem auto;
    flex-flow: column;
    justify-content: space-between;
    position: static;
  }
  .mapbox {
    width: 100%;
  }
  .areabox {
    width: 80%;
    margin: 20px auto;
    position: relative !important;
  }
  .pt-cl td {
    display: inline-block;
    text-align: left;
    width: 50%;
  }
  .preftext table {
    width: 90%;
  }
  .preflayout {
    justify-content: center;
  }
  .chiiki {
    margin-bottom: 0 !important;
  }
  .members-table th {
    border-bottom: 2px dotted #ccc;
    width: 100%;
    display: block;
    padding-bottom: 0.5rem !important;
  }
  .members-table td {
    border-bottom: 1px solid #000;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    background-color: #fff;
  }
  .news-single-title-inner h2 {
    font-size: 3.2rem;
    line-height: 4.5rem;
  }
  .gray-back {
    padding: 30px !important;
    width: 100%;
  }
  .purpose-text {
    width: 90%;
    padding: 30px;
  }
  html #shiftnav-toggle-main ~ #wpadminbar {
    top: auto !important;
  }
  .news {
    margin-top: 80px;
  }
  .news-wrap {
    height: auto;
    padding-top: 7px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 15px;
  }
  .news-wrap2 {
    height: auto;
    padding-top: 7px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 15px;
  }
  .gnav-wrap {
    display: none;
  }
  .purpose {
    margin-top: 20px;
  }
  .news-wrap .info dd {
    width: 100%;
  }
  .news-wrap .info dd a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .news-wrap2 .info dd {
    width: 100%;
  }
  .news-wrap2 .info dd a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .arrow-big_btn_wrap {
    padding-top: 40px;
    width: 90%;
  }
  #poster,
  #members {
    margin: 15px;
  }
  #schedule {
    margin-top: 100px;
  }
  .schedule-green .detail {
    margin-left: 20px;
  }
  .schedule-green .time {
    padding-left: 5px;
    padding-right: 5px;
    height: auto;
  }
  .schedule-orange .detail {
    margin-left: 20px;
  }
  .schedule-orange .time {
    padding-left: 5px;
    padding-right: 5px;
    height: auto;
  }
  #program-outline {
    margin-top: 100px;
  }
  .program-title-inner {
    padding-left: 10px;
  }
  #program1 .program-wrap .program-wrap3 .program-box {
    width: 100%;
    padding: 10px !important;
  }
  .program-outline .program-wrap .program-right {
    position: relative;
    width: 100%;
    padding: 10px !important;
  }
  #program1 .program-wrap2 .program-wrap3 .program-box {
    width: 100%;
    padding: 10px !important;
  }
  .program-wrap {
    margin-bottom: 55px;
  }
  .program-wrap3 {
    margin-bottom: 55px;
  }
  .program-outline .program-wrap2 .program-right {
    position: relative;
    width: 100%;
    padding: 10px !important;
    flex-flow: column;
  }
  .program-outline .program-wrap2 .program-right .left,
  .program-outline .program-wrap2 .program-right .center,
  .program-outline .program-wrap2 .program-right .right {
    width: 100%;
  }
  .program-wrap2 {
    margin-bottom: 150px;
  }
  #program2 .program-title-wrap {
    margin-top: 75px;
  }
  #program3 .program-title-wrap {
    margin-top: 75px;
  }
  #program2 .program-box {
    width: 100%;
    padding: 10px !important;
  }
  #program3 .program-box {
    width: 100%;
    padding: 20px 10px !important;
  }
  .program-outline .title-red {
    height: auto;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .program-outline .title-orange {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.6rem;
  }
  .program-outline .title-black {
    font-size: 2.5rem;
  }
  #program2 .program-wrap.add {
    margin-bottom: 100px;
  }
  #program3 .program-wrap.add {
    margin-bottom: 100px;
  }
  .sponsors-img {
    width: 100%;
    padding: 10px;
  }
  .sponsors-img img {
    margin: 0px;
  }
  .gray-box {
    padding: 15px;
  }
  .core-time p {
    font-size: 1.8rem;
    margin-top: 0;
  }
  .arrow-big_btn_wrap {
    width: 90%;
  }
  .room-wrap {
    max-width: 90%;
  }
  .overview-time {
    flex-flow: column;
  }
  .overview {
    width: 100%;
  }
  .overview-time .time {
    width: 100%;
  }
  .room-group {
    flex-flow: column;
  }
  .room {
    width: 100%;
  }
  .group {
    width: 100%;
  }
  /*マージン・パディングセット*/
  .mt-200 {
    margin-top: 100px;
  }
  .mt-150 {
    margin-top: 750px;
  }
  .mt-100 {
    margin-top: 50px;
  }
  .mt-50 {
    margin-top: 25px;
  }
  .mb-200 {
    margin-bottom: 100px;
  }
  .mb-150 {
    margin-bottom: 75px;
  }
  .mb-100 {
    margin-bottom: 50px;
  }
  .mb-50 {
    margin-bottom: 25px;
  }
}
@media (max-width: 455px) {
  .zoom-wrap .arrow-big_btn a {
    font-size: 1.5rem;
  }
}
/*2022-07-07追記*/
.date-img {
  width: 65%;
  margin: 0 auto 12rem;
  max-width: 1200px;
}

.date-img-layout {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  justify-content: space-between;
}

.date-img-layout .day1 {
  flex: 0 0 60%;
  padding: 1rem;
}

.date-img-layout .day2 {
  flex: 0 0 40%;
  padding: 1rem;
}

.date-img-layout .day2 img {
  width: 70%;
  height: auto;
}

@media (max-width: 455px) {
  .date-img-layout .day1,
  .date-img-layout .day2 {
    flex: 0 0 100%;
    padding: 1rem;
  }
}
.bar1 {
  height: 0;
  margin: 20px;
  padding: 0;
  border: 0;
  border-top: 2px dashed #4d4d4d;
}

@media (max-width: 585px) {
  h3 {
    font-size: 3rem;
  }
  .h3-inner {
    padding-left: 2rem;
  }
  .h3-wrap::after {
    width: 7rem;
  }
  .sub_img {
    display: block;
  }
}
/*2022-07-12 お申込み*/
.step {
  position: relative;
  margin-bottom: 15px;
}

.step::after {
  content: "";
  border-bottom: 3px solid #000;
  position: absolute;
  width: 100%;
  bottom: -4.5px;
  left: 0;
}

.step &gt; p {
  width: 80%;
}

.entry-btn {
  position: fixed;
  right: -37px;
  bottom: 40px;
  z-index: 100;
}

.midashi2 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.midashi1 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.corona {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 80px;
}

.corona2 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  margin-top: 30px;
}

.contact-text {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.contact-text p {
  font-size: 1.4rem;
  margin-bottom: 0;
}
.contact-text p span {
  font-size: 1.6rem;
}
.contact-text p:nth-of-type(1) {
  border-bottom: 1px solid #457ba7;
  padding-bottom: 5px;
}

.tel_mail {
  display: flex;
  flex-flow: row wrap;
  gap: 0 20px;
}
.tel_mail a {
  display: flex;
  width: calc((100% - 20px) / 2);
  border: 1px solid #457ba7;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: #fff;
  font-size: 1.6rem;
  padding: 10px;
  margin-top: 15px;
  letter-spacing: 0;
}
@media (max-width: 540px) {
  .tel_mail a {
    width: 100%;
  }
}
.tel_mail a .mail_img {
  width: 18px;
  height: auto;
  margin-right: 5px;
}/*# sourceMappingURL=content.css.map */</pre></body></html>