@charset "UTF-8";
#cmsmenu ul li {
  text-indent: 0;
  margin-top: 0;
  margin-left: 0;
  line-height: inherit;
}
#cmsmenu ul li::before {
  content: none;
  content: none;
  width: auto;
  height: auto;
  display: inline;
  margin-right: 0;
  background: none;
}
#cmsmenu ul li + li {
  margin-top: 0;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.56;
  color: #000;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  min-width: 1000px;
}
@media screen and (max-width: 1024px) {
  body {
    min-width: 0;
  }
}
body * {
  box-sizing: border-box;
}

.wholewrapper {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .wholewrapper {
    overflow: auto;
    overflow-x: hidden;
  }
}
.wholewrapper > .main {
  min-height: 300px;
}
@media screen and (max-width: 767px) {
  .wholewrapper > .main {
    min-height: 150px;
  }
}

a {
  transition: 0.3s;
  color: #12a;
}
@media print, screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
@media print, screen and (min-width: 1025px) {
  a:hover {
    color: #A00;
    text-decoration: underline;
  }
  a:visited {
    color: #9977AA;
    text-decoration: underline;
  }
  a:visited:hover {
    color: #A00;
    text-decoration: underline;
  }
}
a.no-icon::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .brSp {
    display: block;
  }
}

br.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.sp {
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  br.pc {
    display: none;
  }
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

img {
  max-width: 100%;
  vertical-align: top;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .inner {
    padding: 0 20px;
  }
}

p, ul, ol, dl {
  margin: 1em 0;
}

.spmenu .lm1179,
.gnavi .lm1179 {
  display: none;
}
.spmenu .lm268 .lm269,
.gnavi .lm268 .lm269 {
  display: none;
}
.spmenu .lm268 ul.depth3,
.gnavi .lm268 ul.depth3 {
  display: none;
}
.spmenu .lm85 .lm1118,
.spmenu .lm85 .lm1140,
.spmenu .lm85 .lm277,
.gnavi .lm85 .lm1118,
.gnavi .lm85 .lm1140,
.gnavi .lm85 .lm277 {
  display: none;
}
.spmenu .lm85 ul.depth3,
.gnavi .lm85 ul.depth3 {
  display: none;
}
.spmenu .lm85 .lm1141 ul.depth3,
.gnavi .lm85 .lm1141 ul.depth3 {
  display: none;
}
.spmenu .lm1120 .lm959,
.gnavi .lm1120 .lm959 {
  display: none;
}
.spmenu .lm1120 .lm1124 ul.depth3,
.gnavi .lm1120 .lm1124 ul.depth3 {
  display: none;
}

header {
  border-top: solid 5px #51308e;
  background-color: #fff;
  position: relative;
  z-index: 700;
}
@media screen and (max-width: 1024px) {
  header {
    border-top-width: 3px;
  }
}
header > .inner {
  height: 80px;
  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: 1024px) {
  header > .inner {
    height: 55px;
    padding-right: 65px;
    position: relative;
  }
}
header .header_logo .logo {
  margin: 0;
  width: 445px;
}
@media screen and (max-width: 1024px) {
  header .header_logo .logo {
    max-width: 300px;
    width: 100%;
  }
}
header .header_logo .logo a {
  text-decoration: none;
}
header .header_logo .logo a img {
  width: 100%;
}
header .header_spmenuBtn {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 62px;
  height: 60px;
  border-left: solid 2px #dddddd;
  background-color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  header .header_spmenuBtn {
    display: block;
  }
}
header .header_spmenuBtn span {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
header .header_spmenuBtn span:first-child {
  margin-top: -6px;
}
header .header_spmenuBtn span:nth-child(3) {
  margin-top: 6px;
}
header .header_spmenuBtn.open {
  border-left-color: #dddddd;
  background-color: #51308e;
}
header .header_spmenuBtn.open span {
  background-color: #fff;
}
header .header_spmenuBtn.open span:first-child {
  transform: translate(-9px, 5px) rotate(-315deg);
}
header .header_spmenuBtn.open span:nth-child(2) {
  opacity: 0;
}
header .header_spmenuBtn.open span:nth-child(3) {
  transform: translate(-9px, -7px) rotate(-410deg);
}
header .header_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  header .header_menu {
    display: none;
  }
}
header .header_menu .menu_pickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 0;
  padding: 0;
}
header .header_menu .menu_pickup ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
header .header_menu .menu_pickup ul li {
  text-indent: 0;
  margin-top: 0;
  margin-left: 0;
  line-height: inherit;
}
header .header_menu .menu_pickup ul li::before {
  content: none;
  content: none;
  width: auto;
  height: auto;
  display: inline;
  margin-right: 0;
  background: none;
}
header .header_menu .menu_pickup ul li + li {
  margin-top: 0;
}
header .header_menu .menu_pickup ul li {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}
header .header_menu .menu_pickup ul li a {
  text-decoration: none;
  color: #000;
}
header .header_menu .menu_pickup ul.depth1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header_menu .menu_pickup ul.depth1 > li {
  margin: 0 10px;
}
header .header_menu .menu_pickup ul.depth1 > li > ul {
  display: none;
}
header .header_menu .menu_pickup .pickup_useful {
  margin-left: 15px;
  padding-left: 0;
  border-left: none;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header .header_menu .menu_pickup .pickup_lang {
  padding-left: 15px;
  margin-left: 15px;
  border-left: solid 1px #cccccc;
}
header .header_menu .menu_pickup .pickup_lang a {
  text-decoration: none;
  color: #000;
}
header .header_menu .menu_pickup .pickup_lang ul li {
  text-indent: 0;
  margin-top: 0;
  margin-left: 0;
  line-height: inherit;
}
header .header_menu .menu_pickup .pickup_lang ul li::before {
  content: none;
  content: none;
  width: auto;
  height: auto;
  display: inline;
  margin-right: 0;
  background: none;
}
header .header_menu .menu_pickup .pickup_lang ul li + li {
  margin-top: 0;
}
header .header_menu .menu_pickup .pickup_lang ul li {
  margin: 0;
}
header .header_menu .menu_pickup .pickup_lang ul li.active a {
  color: #999999;
}
header .header_menu .menu_pickup .pickup_lang ul li + li::before {
  content: "/";
  margin: 0 8px;
}
header .header_menu .menu_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header_menu .menu_contents .contents_gnavi ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
header .header_menu .menu_contents .contents_gnavi ul li {
  text-indent: 0;
  margin-top: 0;
  margin-left: 0;
  line-height: inherit;
}
header .header_menu .menu_contents .contents_gnavi ul li::before {
  content: none;
  content: none;
  width: auto;
  height: auto;
  display: inline;
  margin-right: 0;
  background: none;
}
header .header_menu .menu_contents .contents_gnavi ul li + li {
  margin-top: 0;
}
header .header_menu .menu_contents .contents_gnavi ul li {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}
header .header_menu .menu_contents .contents_gnavi ul li a {
  display: block;
  text-decoration: none;
}
header .header_menu .menu_contents .contents_gnavi ul.depth1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header .header_menu .menu_contents .contents_gnavi ul.depth1 > li {
  display: none;
  margin: 0 12px;
  position: relative;
}
header .header_menu .menu_contents .contents_gnavi ul.depth1 > li > a {
  color: #000;
  padding: 5px 0 24px;
}
header .header_menu .menu_contents .contents_gnavi ul.depth1 > li.lm3, header .header_menu .menu_contents .contents_gnavi ul.depth1 > li.lm4, header .header_menu .menu_contents .contents_gnavi ul.depth1 > li.lm26, header .header_menu .menu_contents .contents_gnavi ul.depth1 > li.lm5, header .header_menu .menu_contents .contents_gnavi ul.depth1 > li.lm7, header .header_menu .menu_contents .contents_gnavi ul.depth1 > li.lm116 {
  display: block;
}
header .header_menu .menu_contents .contents_gnavi ul.depth1 > li > ul.depth2 {
  position: absolute;
  width: 269px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s;
}
header .header_menu .menu_contents .contents_gnavi ul.depth1 > li > ul.depth2 > li {
  transition: 0.3s;
  position: relative;
}
header .header_menu .menu_contents .contents_gnavi ul.depth1 > li > ul.depth2 > li > a {
  background-color: #2f1c52;
  color: #fff;
  padding: 11.5px 25px;
  border-bottom: solid 1px #594975;
}
header .header_menu .menu_contents .contents_gnavi ul.depth1 > li > ul.depth2 > li > a:hover {
  background-color: #1d1133;
}
header .header_menu .menu_contents .contents_gnavi ul.depth1 > li > ul.depth2 > li:last-child > a {
  border-bottom: none;
}
header .header_menu .menu_contents .contents_gnavi ul.depth1 > li > ul.depth2 > li.has_children > a::after {
  content: "［+］";
  display: inline-block;
}
header .header_menu .menu_contents .contents_gnavi ul.depth1 > li > ul.depth2 > li ul.depth3 {
  position: absolute;
  left: 269px;
  top: 0;
  z-index: -1;
  width: 269px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: translateX(-100%);
}
header .header_menu .menu_contents .contents_gnavi ul.depth1 > li > ul.depth2 > li ul.depth3 > li {
  transition: 0.3s;
}
header .header_menu .menu_contents .contents_gnavi ul.depth1 > li > ul.depth2 > li ul.depth3 > li > a {
  background-color: #1d1133;
  color: #fff;
  position: relative;
  padding: 11.5px 25px 11.5px 49px;
  border-bottom: solid 1px #4a415c;
}
header .header_menu .menu_contents .contents_gnavi ul.depth1 > li > ul.depth2 > li ul.depth3 > li > a::before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}
header .header_menu .menu_contents .contents_gnavi ul.depth1 > li > ul.depth2 > li ul.depth3 > li > a:hover {
  background-color: #a2be17;
  color: #000;
}
header .header_menu .menu_contents .contents_gnavi ul.depth1 > li > ul.depth2 > li ul.depth3 > li > a:hover::before {
  background-color: #000;
}
header .header_menu .menu_contents .contents_gnavi ul.depth1 > li > ul.depth2 > li ul.depth3 > li:last-child > a {
  border-bottom: none;
}
header .header_menu .menu_contents .contents_gnavi ul.depth1 > li > ul.depth2 > li ul.depth3 > li > ul.depth4 {
  display: none;
}
@media screen and (max-width: 1455px) {
  header .header_menu .menu_contents .contents_gnavi ul.depth1 > li.lm7 > ul.depth2 > li > ul.depth3 {
    left: auto;
    right: 269px;
    transform: translateX(100%);
  }
}
header .header_menu .menu_contents .contents_gnavi ul.depth1 > li:hover > a {
  position: relative;
}
header .header_menu .menu_contents .contents_gnavi ul.depth1 > li:hover > a::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #1d1133;
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
}
header .header_menu .menu_contents .contents_gnavi ul.depth1 > li.has_children:hover > ul.depth2 {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
header .header_menu .menu_contents .contents_gnavi ul.depth1 > li.has_children:hover > ul.depth2 > li.has_children:hover > a {
  background-color: #1d1133;
}
header .header_menu .menu_contents .contents_gnavi ul.depth1 > li.has_children:hover > ul.depth2 > li.has_children:hover > a::after {
  content: "［−］";
}
header .header_menu .menu_contents .contents_gnavi ul.depth1 > li.has_children:hover > ul.depth2 > li.has_children:hover > ul.depth3 {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
header .header_spmenuBtn {
  width: 55px;
  height: 55px;
}

/*
* グローバルナビ
*/
.gnavi {
  background-color: #51308e;
}
@media screen and (max-width: 1024px) {
  .gnavi {
    display: none;
  }
}
.gnavi > .inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gnavi > .inner ul li {
  text-indent: 0;
  margin-top: 0;
  margin-left: 0;
  line-height: inherit;
}
.gnavi > .inner ul li::before {
  content: none;
  content: none;
  width: auto;
  height: auto;
  display: inline;
  margin-right: 0;
  background: none;
}
.gnavi > .inner ul li + li {
  margin-top: 0;
}
.gnavi > .inner ul a {
  text-decoration: none;
  color: #000;
}
.gnavi > .inner ul.depth1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gnavi > .inner ul.depth1 > li {
  display: none;
  width: calc(100% / 6);
  line-height: 1;
  position: relative;
}
.gnavi > .inner ul.depth1 > li::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.gnavi > .inner ul.depth1 > li a[href^=http]::after {
  content: " ";
  background: url("../media/images/re2019/common/baseline_open_in_new_white_18dp.png") no-repeat center;
  background-size: 100%;
  width: 13px;
  height: 13px;
  display: inline-block;
  transform: translateY(2px);
  margin-left: 3px;
}
.gnavi > .inner ul.depth1 > li > a {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 70px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  position: relative;
}
.gnavi > .inner ul.depth1 > li > a::after {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.gnavi > .inner ul.depth1 > li.lm3 > a::before {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.gnavi > .inner ul.depth1 > li.lm3, .gnavi > .inner ul.depth1 > li.lm8, .gnavi > .inner ul.depth1 > li.lm268, .gnavi > .inner ul.depth1 > li.lm85, .gnavi > .inner ul.depth1 > li.lm1120, .gnavi > .inner ul.depth1 > li.lm1145 {
  display: block;
  position: relative;
}
.gnavi > .inner ul.depth1 > li.active::after {
  opacity: 1;
  visibility: visible;
}
@media print, screen and (min-width: 1025px) {
  .gnavi > .inner ul.depth1 > li:hover ul.depth2 {
    display: block;
  }
}
.gnavi > .inner ul.depth1 > li > ul.depth2 {
  display: none;
  background: #3d246a;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  width: 280px;
}
.gnavi > .inner ul.depth1 > li > ul.depth2 a {
  display: block;
  padding: 15px 25px;
  text-decoration: none;
  color: #fff;
}
@media print, screen and (min-width: 1025px) {
  .gnavi > .inner ul.depth1 > li > ul.depth2 a {
    transition: 0.2s;
  }
  .gnavi > .inner ul.depth1 > li > ul.depth2 a:hover {
    background: #F0E245;
    color: #3d246a;
  }
}
.gnavi > .inner ul.depth1 > li > ul.depth2 li {
  border-bottom: 1px solid #513a79;
}
.gnavi > .inner ul.depth1 > li > ul.depth2 ul.depth3 li.depth3 a {
  position: relative;
  padding-left: 40px;
}
.gnavi > .inner ul.depth1 > li > ul.depth2 ul.depth3 li.depth3 a::before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 1px;
  background-color: #fff;
}
@media print, screen and (min-width: 1025px) {
  .gnavi > .inner ul.depth1 > li > ul.depth2 ul.depth3 li.depth3 a:hover::before {
    background-color: #513a79;
  }
}
.gnavi > .inner ul.depth1 .lm__ a::after {
  content: " ";
  background: url("../media/images/re2019/common/baseline_add_box_white_18dp.png") no-repeat center;
  background-size: 100%;
  width: 13px;
  height: 13px;
  display: inline-block;
  transform: translateY(2px);
  margin-left: 3px;
}
.gnavi > .inner ul.depth1 .lm__ ul.depth3 {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  background: #311d55;
  width: 280px;
}

footer {
  position: relative;
}
footer .footer_pagetop {
  position: fixed;
  bottom: 0px;
  right: 0px;
  opacity: 0;
  transition: opacity 0.3s;
  visibility: hidden;
}
footer .footer_pagetop.scroll {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  footer .footer_pagetop {
    padding: 0;
  }
}
footer .footer_pagetop a {
  display: block;
  text-decoration: none;
  width: 34px;
  height: 140px;
  background-image: url(../media/images/re2019/common/pagetop.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-right: 10px;
}
footer .footer_pagetop a span {
  display: none;
}
footer .footer_link {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
@media screen and (max-width: 767px) {
  footer .footer_link {
    border-width: 2px;
  }
}
footer .footer_link > .inner {
  height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  footer .footer_link > .inner {
    height: auto;
    display: block;
    padding: 25px 10px 15px;
  }
}
footer .footer_link ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer_link ul li {
  text-indent: 0;
  margin-top: 0;
  margin-left: 0;
  line-height: inherit;
}
footer .footer_link ul li::before {
  content: none;
  content: none;
  width: auto;
  height: auto;
  display: inline;
  margin-right: 0;
  background: none;
}
footer .footer_link ul li + li {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  footer .footer_link ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 300px;
    margin: 0 auto;
  }
}
footer .footer_link ul li {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.1;
  margin-right: 20px;
  padding-right: 20px;
  border-right: solid 1px #000;
}
@media screen and (max-width: 767px) {
  footer .footer_link ul li {
    font-size: 13px;
    margin-right: 16px;
    margin-bottom: 10px;
    padding-right: 16px;
  }
}
footer .footer_link ul li:nth-child(3n) {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
footer .footer_link ul li a {
  text-decoration: none;
  color: #000;
}
footer .footer_sitemap {
  padding: 40px 0 35px;
  border-bottom: solid 1px #000;
}
@media screen and (max-width: 767px) {
  footer .footer_sitemap {
    display: none;
  }
}
footer .footer_sitemap .footer_sitemap--title {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
}
footer .footer_sitemap .footer_sitemap--title a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}
footer .footer_sitemap .footer_sitemap--title a::before {
  content: "■";
}
footer .footer_sitemap .footer_sitemap--title + ul.depth1 + .footer_sitemap--title {
  border-top: solid 1px #cccccc;
  padding-top: 10px;
  margin-top: 10px;
}
footer .footer_sitemap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .footer_sitemap ul li {
  text-indent: 0;
  margin-top: 0;
  margin-left: 0;
  line-height: inherit;
}
footer .footer_sitemap ul li::before {
  content: none;
  content: none;
  width: auto;
  height: auto;
  display: inline;
  margin-right: 0;
  background: none;
}
footer .footer_sitemap ul li + li {
  margin-top: 0;
}
footer .footer_sitemap ul li {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
}
footer .footer_sitemap ul li a {
  text-decoration: none;
  display: inline-block;
  color: #000;
}
footer .footer_sitemap ul.depth1 + ul.depth1 {
  border-top: solid 1px #cccccc;
  padding-top: 10px;
  margin-top: 10px;
}
footer .footer_sitemap ul.depth1 > li ul.depth2 > li > a {
  background: #fff;
  padding-left: calc(1em + 4px);
  position: relative;
}
footer .footer_sitemap ul.depth1 > li ul.depth2 > li > a::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
footer .footer_sitemap ul.depth1 .lm1117 a {
  padding-left: calc(1em + 4px);
  position: relative;
}
footer .footer_sitemap ul.depth1 .lm1117 a::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
footer .footer_sitemap ul.depth1 .lm277,
footer .footer_sitemap ul.depth1 .lm959,
footer .footer_sitemap ul.depth1 .lm1118,
footer .footer_sitemap ul.depth1 .lm1140,
footer .footer_sitemap ul.depth1 .lm1144 {
  display: none;
}
footer .footer_sitemap ul.depth1 .lm24 ul.depth2,
footer .footer_sitemap ul.depth1 .lm864 ul.depth2,
footer .footer_sitemap ul.depth1 .lm103 ul.depth2,
footer .footer_sitemap ul.depth1 .lm1099 ul.depth2,
footer .footer_sitemap ul.depth1 .lm1113 ul.depth2,
footer .footer_sitemap ul.depth1 .lm1118 ul.depth2,
footer .footer_sitemap ul.depth1 .lm1124 ul.depth2,
footer .footer_sitemap ul.depth1 .lm1104 ul.depth2,
footer .footer_sitemap ul.depth1 .lm1141 ul.depth2,
footer .footer_sitemap ul.depth1 .lm1119 ul.depth2 {
  display: none;
}
footer .footer_sitemap > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
footer .footer_sitemap .sitemap_col {
  width: 226px;
  margin-right: 30px;
}
@media screen and (max-width: 1024px) {
  footer .footer_sitemap .sitemap_col {
    width: calc((100% - 90px) / 4);
  }
}
footer .footer_sitemap .sitemap_col:nth-child(4n) {
  margin-right: 0;
}
footer .footer_info {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  footer .footer_info {
    padding-top: 30px;
  }
}
footer .footer_info > .inner {
  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: 767px) {
  footer .footer_info > .inner {
    display: block;
  }
}
footer .footer_info .info_address {
  padding: 0;
  margin: 0;
  background: none;
  margin: 0;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  footer .footer_info .info_address {
    text-align: center;
    margin-bottom: 33px;
  }
}
footer .footer_info .info_address .address_name {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  footer .footer_info .info_address .address_name {
    font-size: 13px;
    margin-bottom: 4px;
  }
}
footer .footer_info .info_address .address_detail,
footer .footer_info .info_address .address_number {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  footer .footer_info .info_address .address_detail,
footer .footer_info .info_address .address_number {
    display: block;
    font-size: 12px;
  }
}
footer .footer_info .info_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1250px) {
  footer .footer_info .info_logo {
    margin-right: 90px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer_info .info_logo {
    margin-right: 0;
  }
}
footer .footer_info .info_logo > div {
  padding: 3px 0 2px;
}
footer .footer_info .info_logo > div + div {
  padding-left: 15px;
  margin-left: 15px;
  border-left: solid 2px #cccccc;
}
footer .footer_info .info_logo .logo_university img {
  width: 56px;
}
footer .footer_info .info_logo .logo_university.single img {
  width: 74px;
}
footer .footer_info .info_logo .logo_irides img {
  width: 45px;
}
footer .footer_copy {
  font-size: 10px;
  font-weight: 500;
  margin-top: 5px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  footer .footer_copy {
    text-align: center;
    margin-top: 0;
    padding: 9px 0 10px;
  }
}
@media screen and (max-width: 320px) {
  footer .footer_copy {
    font-size: 9px;
  }
}
/*
* SPメニュー
*/
.spmenu {
  display: none;
  position: absolute;
  top: 57px;
  left: 0;
  z-index: 700;
  width: 100%;
  background-color: #51308e;
  /*
  	.spmenu_search-keywords {
  	padding: 14px 0 23px;

  	form {
  	display: block;
  	width: 92%;
  	margin: 0 auto;
  	background: #fff;
  	border-radius: 5px;
  	position: relative;

  	input {
  	-webkit-appearance: none;
  	border: none;
  	padding: 0;
  	background: none;
  	box-shadow: none;
  	border-radius: 0;

  	&[type="search"],
  	&[type="text"] {
  	color: #000;
  	font-weight: bold;
  	font-size: 16px;
  	width: 100%;
  	height: 75px;
  	padding: 17.5px 60px 17.5px 18px;
  	line-height: 40px;

  	&:focus {
  	outline: none;
  }

  	@include placeholder {
  	color: #999;
  }
  }

  	&[type="submit"] {
  	color: transparent;
  	overflow: hidden;
  	text-indent: -9999px;
  	width: 40px;
  	height: 40px;
  	background: no-repeat url(../media/images/re2019/pre/common/icon_search-g.png) center;
  	background-size: 100% auto;
  	position: absolute;
  	right: 10px;
  	top: 50%;
  	transform: translateY(-50%);

  	&:focus {
  	outline: none;
  }
  }
  }
  }
  }*/
}
@media print, screen and (min-width: 1025px) {
  .spmenu {
    display: none !important;
  }
}
.spmenu a {
  text-decoration: none;
  color: #fff;
}
.spmenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.spmenu ul li {
  text-indent: 0;
  margin-top: 0;
  margin-left: 0;
  line-height: inherit;
}
.spmenu ul li::before {
  content: none;
  content: none;
  width: auto;
  height: auto;
  display: inline;
  margin-right: 0;
  background: none;
}
.spmenu ul li + li {
  margin-top: 0;
}
.spmenu .spmenu_function {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 18px 19px 20px 15px;
  border-bottom: solid 2px #63459a;
}
.spmenu .spmenu_function .function_lang {
  -ms-flex-item-align: center;
  align-self: center;
}
.spmenu .spmenu_function .function_lang ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.spmenu .spmenu_function .function_lang ul li {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}
.spmenu .spmenu_function .function_lang ul li + li::before {
  content: "/";
  margin: 0 12px;
}
.spmenu .spmenu_function .function_lang ul li.active a {
  color: #978ea9;
}
.spmenu .spmenu_function .function_search {
  width: 130px;
}
.spmenu .spmenu_function .spmenu_lang_search {
  width: 100%;
}
.spmenu .spmenu_function .spmenu_lang_search ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.spmenu .spmenu_function .spmenu_lang_search ul .lang {
  flex: 0 0 50px;
  margin-right: 23px;
}
.spmenu .spmenu_function .spmenu_lang_search ul .lang a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 5px;
  border: 1px solid #63459a;
  font-size: 13px;
  color: #fff;
}
.spmenu .spmenu_function .spmenu_lang_search ul .lang a .centerSleeve {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .spmenu .spmenu_function .spmenu_lang_search ul .search {
    width: 100%;
  }
}
.spmenu .spmenu_function .spmenu_lang_search ul .search > form {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.spmenu .spmenu_function .spmenu_lang_search ul .search > form input[type=text] {
  padding: 10.5px 15px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .spmenu .spmenu_function .spmenu_lang_search ul .search > form input[type=text] {
    width: 85%;
  }
}
.spmenu .spmenu_function .spmenu_lang_search ul .search > form input[type=image] {
  flex: 0 0 50px;
  width: 50px;
}
.spmenu .spmenu_visitor ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.spmenu .spmenu_visitor ul > li {
  width: 50%;
  border-bottom: solid 2px #63459a;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}
.spmenu .spmenu_visitor ul > li:nth-child(odd) {
  border-right: solid 2px #443364;
}
.spmenu .spmenu_visitor ul > li > a {
  display: block;
  text-align: center;
  padding: 13px 10px;
}
.spmenu .spmenu_visitor ul > li > ul {
  display: none;
}
.spmenu .spmenu_useful ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.spmenu .spmenu_useful ul > li {
  width: 33%;
  border-right: solid 2px #63459a;
  border-bottom: solid 2px #63459a;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}
.spmenu .spmenu_useful ul > li:nth-child(3n) {
  border-right: none;
}
.spmenu .spmenu_useful ul > li > a {
  display: block;
  text-align: center;
  padding: 13px 10px;
}
.spmenu .spmenu_useful ul > li > ul {
  display: none;
}
.spmenu .spmenu_search-keywords {
  padding: 15px 20px;
}
.spmenu .spmenu_search-keywords .main_search-keywords {
  width: 100%;
  background: #000;
}
.spmenu .spmenu_navi {
  border-top: solid 2px #fff;
  background-color: #3d246a;
}
.spmenu .spmenu_navi ul.depth1 > li {
  border-bottom: solid 2px #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}
.spmenu .spmenu_navi ul.depth1 > li > a {
  display: block;
  padding: 13.5px 10px 13.5px 19px;
}
.spmenu .spmenu_navi ul.depth1 > li.has_children > a::before {
  content: "■";
}
.spmenu .spmenu_navi ul.depth1 > li.lm139 {
  display: none;
}
.spmenu .spmenu_navi ul.depth1 > li.lm22, .spmenu .spmenu_navi ul.depth1 > li.lm124, .spmenu .spmenu_navi ul.depth1 > li.lm1132, .spmenu .spmenu_navi ul.depth1 > li.lm157 {
  border-bottom: solid 2px #443364;
}
.spmenu .spmenu_navi ul.depth1 > li > ul.depth2 {
  border-top: solid 2px #443364;
}
.spmenu .spmenu_navi ul.depth1 > li > ul.depth2 > li {
  border-bottom: solid 2px #443364;
}
.spmenu .spmenu_navi ul.depth1 > li > ul.depth2 > li > a {
  display: block;
  padding: 13.5px 10px 13.5px 19px;
}
.spmenu .spmenu_navi ul.depth1 > li > ul.depth2 > li:last-child {
  border-bottom: none;
}
.spmenu .spmenu_navi ul.depth1 > li > ul.depth2 > li.has_children > a {
  /*
  	&::after {
  	content: "［+］";
  	display: inline-block;
  }
  	*/
}
.spmenu .spmenu_navi ul.depth1 > li > ul.depth2 > li.lm1117 a {
  display: block;
  padding: 13.5px 10px 13.5px 35px;
  position: relative;
}
.spmenu .spmenu_navi ul.depth1 > li > ul.depth2 > li.lm1117 a::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}
.spmenu .spmenu_navi ul.depth1 > li > ul.depth2 > li > ul.depth3 > li {
  border-bottom: solid 2px #443364;
}
.spmenu .spmenu_navi ul.depth1 > li > ul.depth2 > li > ul.depth3 > li:first-child {
  border-top: solid 2px #443364;
}
.spmenu .spmenu_navi ul.depth1 > li > ul.depth2 > li > ul.depth3 > li:last-child {
  border-bottom: none;
}
.spmenu .spmenu_navi ul.depth1 > li > ul.depth2 > li > ul.depth3 > li > a {
  display: block;
  padding: 13.5px 10px 13.5px 35px;
  position: relative;
}
.spmenu .spmenu_navi ul.depth1 > li > ul.depth2 > li > ul.depth3 > li > a::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}
.spmenu .spmenu_navi ul.depth1 > li > ul.depth2 > li > ul.depth3 > li > ul.depth4 {
  display: none;
}

.main_search-keywords {
  position: fixed;
  position: absolute;
  right: 0;
  top: 170px;
  width: 295px;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .main_search-keywords {
    position: static;
    margin: 0 0 0 auto;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .main_search-keywords {
    width: 100%;
  }
}
.main_search-keywords form {
  position: relative;
}
.main_search-keywords form .keywords-text {
  background: linear-gradient(45deg, transparent 15px, #000 15px);
  background-position: bottom left;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 20px 60px 20px 20px;
  border: none;
  width: 100%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .main_search-keywords form .keywords-text {
    background: #000;
  }
}
.main_search-keywords form .keywords-text:-webkit-autofill {
  background: linear-gradient(45deg, transparent 15px, #000 15px);
}
.main_search-keywords form .keywords-btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-appearance: none;
  padding: 0;
  border: none;
  background: none;
  width: 32px;
}

.linkArrList {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .linkArrList {
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .linkArrList {
    margin: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .linkArrList {
    margin: 0;
    padding: 25px 0;
  }
}
.linkArrList > li {
  text-indent: 0;
  margin-left: 0;
}
.linkArrList > li::before {
  display: none;
}
.linkArrList > li + li {
  margin-top: 0;
  margin-left: 20px;
}
.linkArrList a {
  padding-left: 30px;
  background: url(../media/images/re2019/top/linkarrlist.png) no-repeat 0 4px;
  background-size: 23px;
  text-decoration: none;
  font-size: 13px;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .linkArrList a {
    font-size: 12px;
  }
}

/*cse*/
.contents_search, .custom-search {
  margin-left: 18px;
  /*
  	form {
  	font-size: 0;

  	input {
  	display: inline-block;
  	vertical-align: middle;

  	&[type="text"] {
  	-webkit-appearance: none;
  	outline: none;
  	border: none;
  	box-shadow: none;
  	border-radius: 0;
  	background-color: #EEEEEE !important;
  	background-position: 10px center !important;
  	background-size: 36px auto !important;
  	text-indent: 0 !important;
  	line-height: 30px;
  	font-size: 16px;
  	width: 125px;
  	height: 30px;
  	padding: 3px 3px 3px 10px;

  	@include placeholder {
  	color: #666666;
  	font-size: 11px;
  	text-indent: 38px;
  }
  }

  	&[type="image"] {
  	width: 30px;
  }
  }
  }
  	*/
}
.contents_search table.gsc-search-box, .custom-search table.gsc-search-box {
  margin-top: 0;
}
.contents_search form.gsc-search-box, .custom-search form.gsc-search-box {
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}
.contents_search .gsc-search-box-tools .gsc-search-box .gsc-input, .custom-search .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding: 0;
}
.contents_search .gsc-search-box-tools .gsc-search-box td.gsc-input, .custom-search .gsc-search-box-tools .gsc-search-box td.gsc-input {
  padding: 0;
  background-color: #EEEEEE !important;
  width: 125px;
  height: 30px;
}
.contents_search .gsc-search-box-tools .gsc-search-box .gsc-input, .custom-search .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding: 0 5px !important;
  background-color: #EEEEEE !important;
  margin: 0;
  border: none;
}
.contents_search .gsib_b, .custom-search .gsib_b {
  padding: 0;
  border: none;
}
.contents_search .gsst_a .gscb_a, .custom-search .gsst_a .gscb_a {
  transform: translateY(2px);
}
.contents_search form input[type=text]:placeholder-shown, .custom-search form input[type=text]:placeholder-shown {
  -webkit-appearance: none;
  outline: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background-color: #EEEEEE !important;
  background-position: 10px center !important;
  background-size: 36px auto !important;
  text-indent: 0 !important;
  line-height: 30px;
  font-size: 16px;
  width: 125px;
  height: 30px !important;
  padding: 3px 3px 3px 10px !important;
}
.contents_search .gsc-input-box, .custom-search .gsc-input-box {
  border: none;
  height: 30px;
  background-color: #EEEEEE !important;
}
@media screen and (max-width: 767px) {
  .contents_search .gsc-input-box, .custom-search .gsc-input-box {
    height: auto;
  }
}
.contents_search .gsib_a, .custom-search .gsib_a {
  padding: 0;
  border: none;
}
.contents_search .gsib_a input.gsc-input, .custom-search .gsib_a input.gsc-input {
  padding: 0 5px !important;
  height: 30px !important;
}
.contents_search .gsib_a input.gsc-input:placeholder-shown, .custom-search .gsib_a input.gsc-input:placeholder-shown {
  font-size: 11px;
  text-indent: 38px;
}
.contents_search .gsib_a input.gsc-input::-webkit-input-placeholder, .custom-search .gsib_a input.gsc-input::-webkit-input-placeholder {
  font-size: 11px;
  text-indent: 38px;
}
.contents_search .gsib_a input.gsc-input:-moz-placeholder, .custom-search .gsib_a input.gsc-input:-moz-placeholder {
  opacity: 1;
  font-size: 11px;
  text-indent: 38px;
}
.contents_search .gsib_a input.gsc-input::-moz-placeholder, .custom-search .gsib_a input.gsc-input::-moz-placeholder {
  opacity: 1;
  font-size: 11px;
  text-indent: 38px;
}
.contents_search .gsib_a input.gsc-input:-ms-input-placeholder, .custom-search .gsib_a input.gsc-input:-ms-input-placeholder {
  font-size: 11px;
  text-indent: 38px;
}
.contents_search .gsib_a input.gsc-input:focus, .custom-search .gsib_a input.gsc-input:focus {
  color: #666;
}
.contents_search .gsib_a input.gsc-input:focus #placeholder, .custom-search .gsib_a input.gsc-input:focus #placeholder {
  display: none !important;
}
.contents_search .gsc-search-button, .custom-search .gsc-search-button {
  margin-left: 0;
  padding: 0;
  border: none;
  width: 30px;
  height: 30px;
}
.contents_search .gsc-search-button:hover, .custom-search .gsc-search-button:hover {
  background: #000;
}
.contents_search .gsc-search-button, .custom-search .gsc-search-button {
  background-color: #000;
}
/*cse sp*/
.spmenu .search form.gsc-search-box {
  margin-top: 0;
  margin-bottom: 0;
}
.spmenu .search table.gsc-search-box {
  margin-top: 0;
  margin-bottom: 0;
}
.spmenu .search .gsc-input-box {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 10px 10px;
}
.spmenu .search .gsc-input-box .gstl_51 {
  margin: 0;
  border: none;
}
.spmenu .search .gsst_a .gscb_a {
  transform: translateY(3px);
}
.spmenu .search table.gsc-search-box td {
  padding: 0;
  border: none;
}
.spmenu .search .gsc-search-button-v2 {
  width: 50px;
  height: 50px;
  padding: 10px 10px;
  margin: 0;
  border-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: #000;
  border: none;
}

.custom-search .contents_search .gsc-search-box-tools .gsc-search-box td.gsc-input, .custom-search .custom-search .gsc-search-box-tools .gsc-search-box td.gsc-input {
  width: 100%;
}
.custom-search #___gcse_2,
.custom-search #___gcse_3 {
  flex: 1 1 auto;
}
.custom-search td.gsc-input {
  width: auto !important;
}
.custom-search .gsc-search-button {
  width: 50px;
  height: 50px;
}
.custom-search .gsc-search-button-v2 {
  width: 50px;
  height: 50px;
}

.division.researcher-search-results .custom-search form.gsc-search-box-tools {
  width: 100%;
}

/*gsc result*/
@media screen and (max-width: 767px) {
  .custom-search-result .search {
    margin-bottom: 40px;
  }
}
.custom-search-result .division.researcher-search-results {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .custom-search-result .division.researcher-search-results {
    margin-bottom: 50px;
  }
}
.custom-search-result .division.researcher-search-results .division_titleBlock .titleBlock_title {
  padding-left: 0;
}
@media screen and (max-width: 1100px) {
  .custom-search-result .division.researcher-search-results .division_titleBlock .titleBlock_title {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .custom-search-result .division.researcher-search-results .division_titleBlock .titleBlock_title {
    padding-left: 20px;
  }
}
.custom-search-result .division.researcher-search-results .division_titleBlock .titleBlock_title::before {
  left: -40px;
}
@media screen and (max-width: 1100px) {
  .custom-search-result .division.researcher-search-results .division_titleBlock .titleBlock_title::before {
    left: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .custom-search-result .division.researcher-search-results .division_titleBlock .titleBlock_title::before {
    left: -15px;
  }
}
@media screen and (max-width: 767px) {
  .custom-search-result .division.researcher-search-results .division_titleBlock .titleBlock_title::before {
    left: 0px;
  }
}
.custom-search-result .division.researcher-search-results .division_titleBlock .inner::after {
  left: -40px;
  right: -40px;
  width: auto;
}
@media screen and (max-width: 1100px) {
  .custom-search-result .division.researcher-search-results .division_titleBlock .inner::after {
    left: -20px;
    right: -20px;
  }
}
.custom-search-result .division.researcher-search-results .custom-search {
  margin: 50px 0;
  padding-top: 80px;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .custom-search-result .division.researcher-search-results .custom-search {
    margin: 50px -20px 0;
    padding-top: 50px;
  }
}
.custom-search-result .division.researcher-search-results .custom-search .notes {
  flex: 0 0 480px;
  margin-right: 40px;
}
@media screen and (max-width: 1024px) {
  .custom-search-result .division.researcher-search-results .custom-search .notes {
    flex: 0 0 50%;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .custom-search-result .division.researcher-search-results .custom-search .notes {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .custom-search-result .division.researcher-search-results .custom-search form {
    margin-top: 30px;
  }
}
.custom-search-result .gsc-above-wrapper-area-container {
  margin: 50px 0 10px;
  border: none;
}
.custom-search-result .gsc-above-wrapper-area-container td {
  padding: 0;
  border: none;
}
.custom-search-result .gsc-above-wrapper-area,
.custom-search-result .gsc-control-cse {
  padding: 0;
}

ul > li.cke_panel_listItem {
  text-indent: 0;
  list-style: none;
}
ul > li.cke_panel_listItem::before {
  display: none;
}

/*# sourceMappingURL=re2019_common.css.map */
