@charset "UTF-8";
/*
* ページタイトル
*/
.pagetitle {
  background-color: #000;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.pagetitle.outline {
  background-image: url(../media/images/re2019/pagetitle/header_img_outline.jpg);
}
@media screen and (max-width: 1024px) {
  .pagetitle.outline {
    background-image: url(../media/images/re2019/pagetitle/header_img_outline_sp.jpg);
  }
}
.pagetitle.organization {
  background-image: url(../media/images/re2019/pagetitle/header_img_organization.jpg);
}
@media screen and (max-width: 1024px) {
  .pagetitle.organization {
    background-image: url(../media/images/re2019/pagetitle/header_img_organization_sp.jpg);
  }
}
.pagetitle.research {
  background-image: url(../media/images/re2019/pagetitle/header_img_research.jpg);
}
@media screen and (max-width: 1024px) {
  .pagetitle.research {
    background-image: url(../media/images/re2019/pagetitle/header_img_research_sp.jpg);
  }
}
.pagetitle.event {
  background-image: url(../media/images/re2019/pagetitle/header_img_event.jpg);
}
@media screen and (max-width: 1024px) {
  .pagetitle.event {
    background-image: url(../media/images/re2019/pagetitle/header_img_event_sp.jpg);
  }
}
.pagetitle.archive {
  background-image: url(../media/images/re2019/pagetitle/header_img_archive.jpg);
}
@media screen and (max-width: 1024px) {
  .pagetitle.archive {
    background-image: url(../media/images/re2019/pagetitle/header_img_archive_sp.jpg);
  }
}
.pagetitle.publication {
  background-image: url(../media/images/re2019/pagetitle/header_img_publication.jpg);
}
@media screen and (max-width: 1024px) {
  .pagetitle.publication {
    background-image: url(../media/images/re2019/pagetitle/header_img_publication_sp.jpg);
  }
}
.pagetitle.visitor {
  background-image: url(../media/images/re2019/pagetitle/header_img_visitor.jpg);
}
@media screen and (max-width: 1024px) {
  .pagetitle.visitor {
    background-image: url(../media/images/re2019/pagetitle/header_img_visitor_sp.jpg);
  }
}
.pagetitle > .inner {
  height: 130px;
  padding: 20px 0px;
  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;
}
@media screen and (max-width: 1024px) {
  .pagetitle > .inner {
    height: 114px;
    padding: 20px;
  }
}
.pagetitle > .inner .pagetitle_text {
  margin: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .pagetitle > .inner .pagetitle_text {
    font-size: 22px;
  }
}

/*
* パンくずリスト
*/
.pankuzuList {
  margin-bottom: 40px;
  padding: 8.5px 0px;
  background-color: #F1F4F7;
}
@media screen and (max-width: 1024px) {
  .pankuzuList {
    margin-bottom: 0;
    padding: 7px 0px;
  }
}
.pankuzuList ul li {
  text-indent: 0;
  margin-top: 0;
  margin-left: 0;
  line-height: inherit;
}
.pankuzuList ul li::before {
  content: none;
  content: none;
  width: auto;
  height: auto;
  display: inline;
  margin-right: 0;
  background: none;
}
.pankuzuList ul li + li {
  margin-top: 0;
}
.pankuzuList ul.pankuzu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.pankuzuList ul.pankuzu > li {
  display: inline-block;
  font-size: 13px;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .pankuzuList ul.pankuzu > li {
    font-size: 9px;
  }
}
.pankuzuList ul.pankuzu > li::before {
  content: "／";
  color: #999999;
  margin: 0 5px;
}
.pankuzuList ul.pankuzu > li > a {
  text-decoration: none;
  color: #000;
}
.pankuzuList ul.pankuzu > li > a:hover {
  text-decoration: underline;
}
.pankuzuList ul.pankuzu > li > a.last {
  pointer-events: none;
}
.pankuzuList ul.pankuzu > li:first-child::before {
  content: none;
}

/*
* 1カラムの枠
*/
.wholewrapper > .main {
  max-width: 1000px;
  margin: 0 auto;
}
.wholewrapper .main a[href$=".pdf"]::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  padding-left: 5px;
  padding-right: 0;
}

/*
* ２カラムの枠
*/
@media print, screen and (min-width: 1025px) {
  .columnArea {
    position: relative;
  }
  .columnArea::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 25px 25px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    right: 0;
    top: 46px;
  }
}

.columnWrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .columnWrapper {
    display: block;
  }
}
.columnWrapper .column_main {
  flex: 0 0 742px;
}
@media screen and (max-width: 1024px) {
  .columnWrapper .column_main {
    width: 100%;
  }
}
@media print, screen and (min-width: 1025px) {
  .columnWrapper .column_sub {
    flex: 1 1 100%;
    margin-left: 30px;
  }
}
.columnWrapper .column_localNavi {
  margin-bottom: 80px;
}
@media print, screen and (min-width: 1025px) {
  .columnWrapper .column_localNavi {
    width: 100vw;
  }
}
@media screen and (max-width: 1024px) {
  .columnWrapper .column_localNavi {
    width: 100%;
    margin-bottom: 0;
  }
}
.columnWrapper .column_localNavi ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.columnWrapper .column_localNavi ul li {
  text-indent: 0;
  margin-top: 0;
  margin-left: 0;
  line-height: inherit;
}
.columnWrapper .column_localNavi ul li::before {
  content: none;
  content: none;
  width: auto;
  height: auto;
  display: inline;
  margin-right: 0;
  background: none;
}
.columnWrapper .column_localNavi ul li + li {
  margin-top: 0;
}
.columnWrapper .column_localNavi a {
  text-decoration: none;
  display: block;
  color: #000;
}
.columnWrapper .column_localNavi a[href^=http]::after {
  content: none;
}
.columnWrapper .column_localNavi .top_title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  border-top: none;
  padding-top: 0;
}
@media print, screen and (min-width: 1025px) {
  .columnWrapper .column_localNavi .top_title {
    height: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .columnWrapper .column_localNavi .top_title {
    padding: 0;
  }
}
.columnWrapper .column_localNavi .top_title::before {
  content: none;
}
.columnWrapper .column_localNavi .top_title a {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  background-color: #51308e;
  padding: 10px 40px 10px 20px;
  height: 70px;
  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;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .columnWrapper .column_localNavi .top_title a {
    font-size: 13px;
    height: auto;
    display: block;
    padding: 16px 20px;
  }
}
.columnWrapper .column_localNavi .top_title a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 25px 25px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .columnWrapper .column_localNavi .top_title a::after {
    content: none;
  }
}
.columnWrapper .column_localNavi ul.depth1 {
  width: 225px;
}
@media screen and (max-width: 1024px) {
  .columnWrapper .column_localNavi ul.depth1 {
    width: 100%;
  }
}
.columnWrapper .column_localNavi ul.depth1 > li {
  font-size: 14px;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .columnWrapper .column_localNavi ul.depth1 > li {
    font-size: 13px;
  }
}
.columnWrapper .column_localNavi ul.depth1 > li::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .columnWrapper .column_localNavi ul.depth1 > li::before {
    content: none;
  }
}
.columnWrapper .column_localNavi ul.depth1 > li > a {
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .columnWrapper .column_localNavi ul.depth1 > li > a {
    padding: 16px 40px 16px 20px;
    border-bottom: solid 1px #DDDDDD;
  }
}
@media print, screen and (min-width: 1025px) {
  .columnWrapper .column_localNavi ul.depth1 > li > a:hover {
    background-color: #F4E86C;
  }
}
.columnWrapper .column_localNavi ul.depth1 > li:first-child::before {
  content: none;
}
@media print, screen and (min-width: 1025px) {
  .columnWrapper .column_localNavi ul.depth1 > li:last-child::after {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
}
.columnWrapper .column_localNavi ul.depth1 > li.active > a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 7px;
  border-color: transparent transparent transparent #51308e;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .columnWrapper .column_localNavi ul.depth1 > li.active > a::before {
    content: none;
  }
}
@media screen and (max-width: 1024px) {
  .columnWrapper .column_localNavi ul.depth1 > li:not(.has_children)::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    color: #51308e;
  }
}
.columnWrapper .column_localNavi ul.depth1 > li.has_children > a::after {
  content: "+";
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .columnWrapper .column_localNavi ul.depth1 > li.has_children > a::after {
    right: 20px;
  }
}
.columnWrapper .column_localNavi ul.depth1 > li.has_children.open > a::after {
  content: "-";
}
.columnWrapper .column_localNavi ul.depth1 > li.has_children:last-child.open::after {
  content: none;
}
.columnWrapper .column_localNavi ul.depth1 > li > ul.depth2 {
  display: none;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .columnWrapper .column_localNavi ul.depth1 > li > ul.depth2 {
    padding-left: 0;
    background-color: #fff;
  }
}
.columnWrapper .column_localNavi ul.depth1 > li > ul.depth2 > li {
  margin-bottom: 1px;
  font-size: 13px;
}
.columnWrapper .column_localNavi ul.depth1 > li > ul.depth2 > li > a {
  background-color: #F1F4F7;
  padding: 12px 12px 12px 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1024px) {
  .columnWrapper .column_localNavi ul.depth1 > li > ul.depth2 > li > a {
    padding: 16px 16px 16px 52px;
    position: relative;
  }
  .columnWrapper .column_localNavi ul.depth1 > li > ul.depth2 > li > a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    color: #51308e;
  }
}
@media print, screen and (min-width: 1025px) {
  .columnWrapper .column_localNavi ul.depth1 > li > ul.depth2 > li > a:hover {
    background-color: #F0E245;
  }
}
.columnWrapper .column_localNavi ul.depth1 > li > ul.depth2 > li > a[href^=http]::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  padding-left: 5px;
  padding-right: 0;
  font-size: 0.85em;
  color: #666;
}
.columnWrapper .column_localNavi ul.depth1 > li > ul.depth2 > li.active > a {
  background-color: #F8FAFB;
  color: #888888;
}
@media screen and (max-width: 1024px) {
  .columnWrapper .column_localNavi ul.depth1 > li > ul.depth2 > li:last-child {
    margin-bottom: 0;
  }
}
.columnWrapper .column_localNavi ul.depth1 > li > ul.depth2 > li > ul.depth3 {
  display: none;
}

/*
* 見出し
*/
h2 {
  margin: 80px 0 43px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  border-top: solid 4px #000;
  padding-top: 50px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  h2 {
    font-size: 20px;
    padding: 50px 20px 0;
  }
}
h2::before {
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  background-color: #9977DD;
  position: absolute;
  top: -4px;
  left: 0;
}
h2 span {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
h2 span.titleSizeS {
  margin-bottom: 5px;
  margin-top: -25px;
  font-size: 15px;
}

h3 {
  margin: 80px 0 25px;
  font-size: 17px;
  font-weight: 500;
  border-top: solid 1px #000;
  padding-top: 30px;
}
@media screen and (max-width: 1024px) {
  h3 {
    margin-top: 35px;
    padding: 30px 20px 0;
  }
}
h3.no-border {
  border-top: none;
  padding-top: 0;
}

h4 {
  margin: 40px 0;
  font-size: 15px;
  font-weight: 500;
  border-top: solid 1px #DDDDDD;
  padding-top: 30px;
}
@media screen and (max-width: 1024px) {
  h4 {
    padding: 30px 20px 0;
  }
  h4::before {
    content: "■";
    margin-right: 5px;
  }
}

h5 {
  margin: 0 0 15px;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  h5 {
    padding: 0px 20px;
  }
}

h6 {
  margin: 0 0 15px;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  h6 {
    padding: 0px 20px;
  }
}

/*
* セクション
*/
section {
  margin-bottom: 80px;
}
section:first-child > *:first-child {
  margin-top: 80px;
}
section:first-child > h2:first-child,
section:first-child > h3:first-child {
  margin-top: 0;
}

.narrow_block h3, .narrow_block h4 {
  margin-bottom: 5px;
}
.narrow_block > p {
  margin: 5px 0;
}
.narrow_block > p:last-of-type {
  margin-bottom: 25px;
}
.narrow_block > p.font-s {
  font-size: 13px;
}
.narrow--left {
  border-top: solid 1px #000;
  padding-left: 170px;
}
@media screen and (max-width: 767px) {
  .narrow--left {
    padding-left: 0;
  }
}
.narrow--left h3, .narrow--left h4 {
  margin: 30px 0;
}
.narrow--left h3:first-child, .narrow--left h4:first-child {
  border-top: none;
  padding-top: 0;
}

.catch--center {
  display: table;
  margin: 30px auto;
}
@media screen and (max-width: 767px) {
  .catch--center {
    margin: 20px auto;
  }
}
.catch--center p {
  margin: 0;
}
.catch--center p + p {
  margin-top: 30px;
}

p {
  line-height: 1.8;
  margin: 30px 0;
}
@media screen and (max-width: 1024px) {
  p {
    padding: 0 20px;
  }
}
p.marginS {
  margin: 10px 0;
}

ul, ol, dl {
  margin: 40px auto;
}
@media screen and (max-width: 1024px) {
  ul, ol, dl {
    margin: 35px auto;
  }
}

table {
  margin: 40px 0;
}
@media screen and (max-width: 1024px) {
  table {
    margin: 35px 0;
  }
}

h3 + p, h3 + ul, h3 + ol, h3 + dl, h3 + table {
  margin-top: 25px;
}

a[href^="tel:"] {
  color: #000;
  text-decoration: none;
}
a[href^="tel:"]::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  padding-left: 0;
  padding-right: 5px;
}
a[data-host] {
  color: #000;
  text-decoration: none;
}
a[data-host]::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  padding-left: 0;
  padding-right: 5px;
}

/*
* リスト・黒丸
*/
ul {
  padding-left: 10px;
  list-style: none;
}
@media screen and (max-width: 1024px) {
  ul {
    padding: 0 20px 0 30px;
  }
}
ul > li {
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.47;
}
ul > li + li {
  margin-top: 8px;
}
ul > li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 3px;
  height: 3px;
  background: #000;
}

/*
* リスト・ブロック
*/
ul.list-block, ul.page_index {
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1024px) {
  ul.list-block, ul.page_index {
    padding: 0 20px;
  }
}
ul.list-block > li, ul.page_index > li {
  margin-top: 0;
  margin-bottom: 1px;
  text-indent: 0;
  margin-left: 0;
  line-height: inherit;
  position: relative;
}
ul.list-block > li::before, ul.page_index > li::before {
  content: "";
  display: block;
  width: 45px;
  height: 100%;
  background: #C9D1D9;
  position: absolute;
  left: 0;
}
@media print, screen and (min-width: 1025px) {
  ul.list-block > li:hover::after, ul.page_index > li:hover::after {
    color: #a00;
  }
}
ul.list-block > li::after, ul.page_index > li::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  padding-left: 0;
  padding-right: 0;
  color: #fff;
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
}
ul.list-block > li > a, ul.page_index > li > a {
  text-decoration: none;
  color: #000;
  display: block;
  background-color: #F1F4F7;
  padding: 11px 15px 11px 60px;
}
@media print, screen and (min-width: 1025px) {
  ul.list-block > li > a:hover, ul.page_index > li > a:hover {
    color: #a00;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  ul.list-block > li > a, ul.page_index > li > a {
    min-height: 68px;
    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;
  }
}
ul.list-block > li > a::after, ul.page_index > li > a::after {
  color: #777777;
  font-size: 10px;
}
ul.list-block > li > a[href^=http]::after, ul.page_index > li > a[href^=http]::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  padding-left: 5px;
  padding-right: 0;
}
ul.list-block > li > a[href$=".pdf"]::after, ul.page_index > li > a[href$=".pdf"]::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  padding-left: 5px;
  padding-right: 0;
}
ul.list-block > li > a[href$=".doc"]::after, ul.page_index > li > a[href$=".doc"]::after, ul.list-block > li > a[href$=".docx"]::after, ul.page_index > li > a[href$=".docx"]::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  padding-left: 5px;
  padding-right: 0;
}
ul.list-block > li > a[href$=".xls"]::after, ul.page_index > li > a[href$=".xls"]::after, ul.list-block > li > a[href$=".xlsx"]::after, ul.page_index > li > a[href$=".xlsx"]::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  padding-left: 5px;
  padding-right: 0;
}
ul.list-block > li > a[href$=".ppt"]::after, ul.page_index > li > a[href$=".ppt"]::after, ul.list-block > li > a[href$=".pptx"]::after, ul.page_index > li > a[href$=".pptx"]::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  padding-left: 5px;
  padding-right: 0;
}
@media print, screen and (min-width: 1025px) {
  ul.list-block > li > a:hover, ul.page_index > li > a:hover {
    background-color: #e1e7ee;
  }
}

.page_index ul.depth2 {
  display: none;
}

/*
* リスト・右矢印
*/
ul.list-arrow {
  margin: 25px 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1024px) {
  ul.list-arrow {
    padding: 0 20px;
  }
}
ul.list-arrow.marginS {
  margin: 10px 0;
}
ul.list-arrow > li {
  text-indent: 0em;
  margin-left: 5px;
  margin-bottom: 8px;
  line-height: inherit;
  position: relative;
}
ul.list-arrow > li::before {
  content: none;
}
ul.list-arrow > li a {
  text-decoration: none;
  color: #000;
  padding-left: 1em;
}
@media print, screen and (min-width: 1025px) and (min-width: 1025px) {
  ul.list-arrow > li a:hover {
    color: #A00;
    text-decoration: underline;
  }
  ul.list-arrow > li a:hover::before {
    color: #a00;
  }
  ul.list-arrow > li a:visited {
    color: #777;
    text-decoration: underline;
  }
  ul.list-arrow > li a:visited:hover {
    color: #A00;
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 1025px) {
  ul.list-arrow > li a:hover {
    color: #a00;
    text-decoration: underline;
  }
}
ul.list-arrow > li a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  padding-left: 0;
  padding-right: 0;
  color: #333399;
  position: absolute;
  left: 3px;
}
ul.list-arrow > li a[href^=http]::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  padding-left: 5px;
  padding-right: 0;
}
ul.list-arrow > li a[href$=".pdf"]::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  padding-left: 5px;
  padding-right: 0;
}
ul.list-arrow > li a[href$=".doc"]::after, ul.list-arrow > li a[href$=".docx"]::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  padding-left: 5px;
  padding-right: 0;
}
ul.list-arrow > li a[href$=".xls"]::after, ul.list-arrow > li a[href$=".xlsx"]::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  padding-left: 5px;
  padding-right: 0;
}
ul.list-arrow > li a[href$=".ppt"]::after, ul.list-arrow > li a[href$=".pptx"]::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  padding-left: 5px;
  padding-right: 0;
}
ul.list-arrow > li a[href^=http]::after {
  content: none;
}

/*
* リスト・ボーダー
*/
ul.list-border {
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  ul.list-border {
    padding: 0 20px;
  }
}
ul.list-border > li {
  line-height: 1.47;
  border-top: solid 1px #DDDDDD;
  text-indent: 0;
  margin-left: 0;
  margin-top: 0;
}
ul.list-border > li::before {
  content: none;
}
ul.list-border > li > a {
  text-decoration: none;
  display: block;
  color: #000;
  padding: 17px 20px;
  position: relative;
}
@media print, screen and (min-width: 1025px) {
  ul.list-border > li > a:hover {
    color: #A00;
    text-decoration: underline;
  }
  ul.list-border > li > a:hover::before {
    color: #a00;
  }
  ul.list-border > li > a:visited {
    color: #777;
    text-decoration: underline;
  }
  ul.list-border > li > a:visited:hover {
    color: #A00;
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  ul.list-border > li > a {
    padding-right: 5px;
  }
}
ul.list-border > li > a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  padding-left: 0;
  padding-right: 0;
  color: #333399;
  position: absolute;
  left: 7px;
  top: 17px;
}
@media print, screen and (min-width: 1025px) {
  ul.list-border > li > a:hover {
    color: #333399;
    text-decoration: underline;
  }
}

/*
* リスト・パンフレット
*/
ul.list-publication {
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
  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;
}
@media screen and (max-width: 1024px) {
  ul.list-publication {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  ul.list-publication {
    display: block;
  }
}
ul.list-publication > li {
  text-align: center;
  position: relative;
  margin-right: 2px;
  margin-bottom: 20px;
  width: 246px;
  padding-top: 30px;
  margin-top: 0;
  text-indent: 0;
  margin-left: 0;
  line-height: inherit;
}
@media print, screen and (max-width: 1225px) {
  ul.list-publication > li {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  ul.list-publication > li {
    margin-right: 0;
    margin-bottom: 40px;
    width: 100%;
  }
}
ul.list-publication > li::before {
  content: "";
  display: block;
  margin-right: 0;
  width: 100%;
  height: 200px;
  background: #F7F7EE;
  position: absolute;
  left: 0;
  top: 0;
}
@media print, screen and (min-width: 1025px) {
  ul.list-publication > li:nth-child(3n) {
    margin-right: 0;
  }
}
ul.list-publication > li .thumbnail {
  width: 150px;
  margin: 0 auto 15px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}
ul.list-publication > li .thumbnail img {
  width: 100%;
}
ul.list-publication > li .title {
  margin: 0;
  font-weight: 500;
}
ul.list-publication > li ul.kind {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.list-publication > li ul.kind > li {
  display: inline-block;
  margin-top: 0;
  text-indent: 0;
  margin-left: 0;
  line-height: inherit;
}
ul.list-publication > li ul.kind > li::before {
  content: none;
  display: inline;
  margin-right: 0;
  width: auto;
  height: auto;
  background: none;
}
ul.list-publication > li ul.kind > li + li::before {
  content: "／";
}

/*
* リスト・リポート
*/
ul.list-report {
  padding: 0;
  list-style: none;
}
ul.list-report > li {
  border-top: solid 1px #DDDDDD;
  margin-top: 0;
  text-indent: 0;
  margin-left: 0;
  line-height: inherit;
}
ul.list-report > li::before {
  content: none;
}
ul.list-report > li .list-report-sleeve {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 11px;
}
@media screen and (max-width: 767px) {
  ul.list-report > li .list-report-sleeve {
    padding: 20px 30px 20px 32px;
  }
}
ul.list-report > li .list-report-text {
  flex: 1 1 auto;
}
ul.list-report > li .list-report-text .title {
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  border-top: none;
}
ul.list-report > li .list-report-text .title::before {
  display: none;
}
ul.list-report > li .list-report-text p {
  margin: 1em 0;
}
ul.list-report > li > a {
  text-decoration: none;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 11px;
}
@media screen and (max-width: 767px) {
  ul.list-report > li > a {
    padding: 20px 30px 20px 32px;
  }
}
@media print, screen and (min-width: 1025px) {
  ul.list-report > li > a:hover .title {
    color: #a00;
    text-decoration: underline;
  }
}
ul.list-report > li > a:visited {
  color: #777;
}
ul.list-report > li > a[href$=".pdf"]::after {
  display: none;
}
ul.list-report > li .thumbnail {
  flex: 0 0 100px;
  width: 100px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
  margin-right: 30px;
}
ul.list-report > li .thumbnail img {
  width: 100%;
}
ul.list-report > li .title {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  text-indent: -1em;
  margin-left: 1em;
  padding-left: 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  ul.list-report > li .title {
    text-indent: 0;
    margin-left: 0;
  }
}
ul.list-report > li .title::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  padding-left: 0;
  padding-right: 0;
  color: #333399;
  position: absolute;
  left: 0;
}

/*
* リスト・数字
*/
ol {
  padding: 0;
  list-style: none;
  counter-reset: number;
}
@media screen and (max-width: 1024px) {
  ol {
    padding: 0 20px;
  }
}
ol > li {
  text-indent: calc(-1em - 5px);
  margin-left: calc(1em + 5px);
}
ol > li::before {
  counter-increment: number;
  content: counter(number, decimal) ".";
  padding-right: 5px;
}
ol > li + li {
  margin-top: 5px;
}

/*
* グレーのボックス
*/
.box-borderTop, .box-borderBottom, .box, .box-gray, dl {
  padding: 20px 24px;
  margin: 40px auto;
}
@media screen and (max-width: 1024px) {
  .box-borderTop, .box-borderBottom, .box, .box-gray, dl {
    width: calc(100% - 40px);
  }
}
.box-borderTop dd, .box-borderBottom dd, .box dd, .box-gray dd, dl dd {
  margin-left: 0;
}
.box-borderTop ul, .box-borderBottom ul, .box ul, .box-gray ul, dl ul, .box-borderTop ol, .box-borderBottom ol, .box ol, .box-gray ol, dl ol, .box-borderTop p, .box-borderBottom p, .box p, .box-gray p, dl p, .box-borderTop h4, .box-borderBottom h4, .box h4, .box-gray h4, dl h4, .box-borderTop h5, .box-borderBottom h5, .box h5, .box-gray h5, dl h5 {
  margin: 10px 0;
}
@media screen and (max-width: 1024px) {
  .box-borderTop ul, .box-borderBottom ul, .box ul, .box-gray ul, dl ul, .box-borderTop ol, .box-borderBottom ol, .box ol, .box-gray ol, dl ol, .box-borderTop p, .box-borderBottom p, .box p, .box-gray p, dl p, .box-borderTop h4, .box-borderBottom h4, .box h4, .box-gray h4, dl h4, .box-borderTop h5, .box-borderBottom h5, .box h5, .box-gray h5, dl h5 {
    padding-right: 0;
    padding-left: 0;
  }
}
.box-borderTop ul:first-child, .box-borderBottom ul:first-child, .box ul:first-child, .box-gray ul:first-child, dl ul:first-child, .box-borderTop ol:first-child, .box-borderBottom ol:first-child, .box ol:first-child, .box-gray ol:first-child, dl ol:first-child, .box-borderTop p:first-child, .box-borderBottom p:first-child, .box p:first-child, .box-gray p:first-child, dl p:first-child, .box-borderTop h4:first-child, .box-borderBottom h4:first-child, .box h4:first-child, .box-gray h4:first-child, dl h4:first-child, .box-borderTop h5:first-child, .box-borderBottom h5:first-child, .box h5:first-child, .box-gray h5:first-child, dl h5:first-child {
  margin-top: 0;
}
.box-borderTop ul:last-child, .box-borderBottom ul:last-child, .box ul:last-child, .box-gray ul:last-child, dl ul:last-child, .box-borderTop ol:last-child, .box-borderBottom ol:last-child, .box ol:last-child, .box-gray ol:last-child, dl ol:last-child, .box-borderTop p:last-child, .box-borderBottom p:last-child, .box p:last-child, .box-gray p:last-child, dl p:last-child, .box-borderTop h4:last-child, .box-borderBottom h4:last-child, .box h4:last-child, .box-gray h4:last-child, dl h4:last-child, .box-borderTop h5:last-child, .box-borderBottom h5:last-child, .box h5:last-child, .box-gray h5:last-child, dl h5:last-child {
  margin-bottom: 0;
}

dl {
  background-color: #F1F4F7;
}

.box-gray {
  background-color: #F1F4F7;
}

.box--align {
  padding-left: 48px;
  text-indent: -24px;
}
@media screen and (max-width: 1024px) {
  .box--align::before {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .box--align {
    padding-left: 65px;
    text-indent: -1.5em;
  }
}
.box--align-va {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 24px;
}
@media screen and (max-width: 1024px) {
  .box--align-va::before {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .box--align-va {
    padding-left: 43px;
  }
}
.box--align-va span.align-head {
  white-space: nowrap;
  margin-right: 1em;
}
.box--align-va span.align-title {
  flex: 1 1 auto;
}

/*
* ボーダーのボックス
*/
.box {
  border: solid 1px #DDDDDD;
}

/*
* ボーダー・下のボックス
*/
.box-borderBottom {
  background: none;
  border-bottom: solid 1px #DDDDDD;
  padding: 0 0 30px;
  margin: 30px auto;
}

/*
* ボーダー・上のボックス
*/
.box-borderTop {
  background: none;
  margin: 20px auto 40px;
  padding: 20px 0 0;
  border-top: solid 1px #DDDDDD;
}

/*
* イベントの一覧
*/
.event {
  margin-bottom: 1px;
}
.event > a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 110px;
  padding: 18px 40px 18px 20px;
  color: #000;
  position: relative;
}
@media print, screen and (min-width: 1025px) {
  .event > a:visited:hover {
    color: #a00;
  }
}
@media screen and (max-width: 767px) {
  .event > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 174px;
    padding: 20px;
  }
}
.event > a::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  padding-left: 0;
  padding-right: 0;
  color: #fff;
  background-color: #000;
  position: absolute;
  right: 0;
  top: 0;
}
.event > a::after {
  display: none;
}
.event > a .event_date {
  width: 140px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .event > a .event_date {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.event > a .event_date.view {
  visibility: visible;
}
.event > a .event_date .date_year {
  font-size: 12px;
}
.event > a .event_date .date_day {
  font-size: 18px;
}
.event > a .event_detail {
  width: calc(100% - 160px);
}
@media screen and (max-width: 767px) {
  .event > a .event_detail {
    width: 100%;
  }
}
.event > a .event_detail .detail_title {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  border-top: none;
  padding: 0;
}
.event > a .event_detail .detail_title::before {
  content: none;
}
.event > a .event_detail .detail_subtitle {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
}
.event > a .event_detail .detail_tags {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .event > a .event_detail .detail_tags {
    margin-top: 5px;
  }
}
.event > a .event_detail .detail_tags > span {
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
  margin-top: 0;
  text-indent: 0;
  margin-left: 0;
  line-height: inherit;
}
.event > a .event_detail .detail_tags > span:empty {
  display: none;
}
.event > a .event_detail .detail_tags > span::before {
  content: "■";
  background: none;
  display: inline;
  margin-right: 0;
  width: auto;
  height: auto;
  vertical-align: inherit;
}
.event.future > a {
  background-color: #F0E245;
}
.event.past > a {
  background-color: #F0F0DD;
}
.event + ul.list-arrow {
  margin-top: 10px;
}

/*
* テーブル・通常
*/
table {
  width: 100%;
  border: none;
  border-right: solid 1px #DDDDDD;
  border-bottom: solid 1px #DDDDDD;
}
@media screen and (max-width: 1024px) {
  table {
    width: calc(100% - 40px);
    margin-right: auto;
    margin-left: auto;
  }
}
table caption.right {
  caption-side: top;
  margin-bottom: 0.5em;
  text-align: right;
}
table th {
  background-color: #F1F4F7;
  font-weight: 500;
  border: none;
  border-top: solid 1px #DDDDDD;
  border-left: solid 1px #DDDDDD;
  padding: 15px;
}
table td {
  border: none;
  border-top: solid 1px #DDDDDD;
  border-left: solid 1px #DDDDDD;
  padding: 15px;
}
table td h5, table td p, table td ul, table td ol {
  margin: 0 0 1em;
}
table th.center, table td.center {
  text-align: center;
}
table thead tr th {
  text-align: center;
  vertical-align: middle;
}
table tbody tr th {
  width: 28.4%;
  text-align: left;
  vertical-align: middle;
}
table.timeSchedule {
  border-right: none;
  border-bottom: 1px dotted #ddd;
}
table.timeSchedule tbody tr th {
  border-right: none;
  border-top: 1px dotted #ddd;
  border-left: none;
  background-color: transparent;
  white-space: nowrap;
  vertical-align: top;
  padding: 15px 0;
  width: 20%;
}
@media screen and (max-width: 767px) {
  table.timeSchedule tbody tr th {
    padding: 5px 20px 5px 0px;
  }
}
table.timeSchedule tbody tr td {
  border-top: 1px dotted #ddd;
  border-left: none;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  table.timeSchedule tbody tr td {
    padding: 5px;
  }
}
table.th_static--170 th {
  width: 170px;
}
@media screen and (max-width: 767px) {
  table.th_static--170 th {
    width: 30%;
  }
}

/*
* 画像・枠付き
*/
.figure {
  text-align: center;
  border: solid 1px #DDDDDD;
  padding: 50px;
  margin: 40px auto 80px;
}
.figure + .figure {
  margin-top: -40px;
}
@media screen and (max-width: 1024px) {
  .figure {
    width: calc(100% - 40px);
    padding: 40px;
  }
}
.figure img {
  display: block;
  margin: 0 auto;
}
.figure.sizeM img {
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  .figure.sizeM img {
    max-width: 240px;
  }
}
.figure.sizeS img {
  max-width: 140px;
}
@media screen and (max-width: 767px) {
  .figure.sizeS img {
    max-width: 120px;
  }
}
.figure p {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: -10px !important;
}
.figure p:first-child {
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: 10px !important;
}

/*
* テーブルの横スクロール
*/
@media screen and (max-width: 1024px) {
  .scroll {
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .scroll table {
    width: 100% !important;
  }
}

/*
* flex
*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .flex {
    display: block;
  }
}
.flex .flex_col {
  width: 45.15%;
}
@media screen and (max-width: 767px) {
  .flex .flex_col {
    width: 100%;
  }
}
.flex .flex_col > *:first-child {
  margin-top: 0;
}
.flex .flex_col > *:last-child {
  margin-bottom: 0;
}
.flex .flex_col .figure {
  height: 100%;
  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;
}
@media screen and (max-width: 767px) {
  .flex .flex_col:first-child {
    margin-bottom: 40px;
  }
}

/*
* visual
*/
.visual {
  height: 477px;
  margin: 40px 0 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .visual {
    height: 375px;
  }
}
.visual::before {
  content: "";
  display: block;
  width: 1200px;
  height: 477px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .visual::before {
    width: 100%;
    height: 375px;
    background-size: cover;
  }
}
.visual img {
  display: none;
}
.visual.library::before {
  background-image: url(../media/images/re2019/publication/library/library_ph1.jpg);
}

/*
* 画像リスト
*/
ul.imgList {
  margin: 80px 0 40px;
  padding: 0;
  list-style: none;
  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;
}
@media screen and (max-width: 1024px) {
  ul.imgList {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  ul.imgList {
    display: block;
  }
}
ul.imgList > li {
  margin-bottom: 40px;
  margin-top: 0;
  text-indent: 0;
  margin-left: 0;
  line-height: inherit;
}
ul.imgList > li::before {
  content: none;
}
ul.imgList > li > img {
  display: block;
  margin: 0 auto;
}
ul.imgList > li p {
  font-size: 13px;
  margin: 5px 0 0;
  padding: 0;
}
ul.imgList.column2 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
ul.imgList.column2 > li {
  width: 47.85%;
}
@media screen and (max-width: 767px) {
  ul.imgList.column2 > li {
    width: 100%;
  }
}
ul.imgList.column3 > li {
  width: 32%;
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  ul.imgList.column3 > li {
    width: 100%;
    margin-right: 0;
  }
}
ul.imgList.column3 > li:nth-child(3n) {
  margin-right: 0;
}
ul.imgList.column4 > li {
  flex: 0 0 23.5%;
  margin-left: 2%;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  ul.imgList.column4 > li {
    margin-left: 0;
  }
  ul.imgList.column4 > li + li {
    margin-top: 25px;
  }
}
ul.imgList.column4 > li:nth-child(4n+1) {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  ul.imgList.column4 > li:nth-child(4n+1) {
    margin-left: inherit;
  }
}
ul.imgList--menu {
  text-align: center;
}
@media screen and (max-width: 767px) {
  ul.imgList--menu {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 40px 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) {
  ul.imgList--menu > li:nth-child(odd) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) {
  ul.imgList--menu > li:nth-child(n+3) {
    margin-top: 4%;
  }
}
ul.imgList--menu a {
  display: block;
  text-decoration: none;
  color: #000;
}
@media print, screen and (min-width: 1025px) {
  ul.imgList--menu a:hover {
    text-decoration: underline;
  }
}

.thumbnail-list {
  display: flex;
  flex-flow: row wrap;
  margin: 40px 0 0px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1024px) {
  .thumbnail-list {
    padding: 0 20px;
  }
}
.thumbnail-list > li {
  flex: 0 0 90px;
  margin-top: 0;
}
.thumbnail-list > li::before {
  display: none;
}
@media print, screen and (min-width: 1025px) {
  .thumbnail-list > li + li {
    margin-left: 18.5px;
  }
}
.thumbnail-list > li:nth-child(7n+1) {
  margin-left: 0;
}
.thumbnail-list > li:nth-child(n+8) {
  margin-top: 18.5px;
}
@media screen and (max-width: 767px) {
  .thumbnail-list > li {
    flex: 0 0 30.53%;
    margin-left: 4%;
  }
  .thumbnail-list > li:nth-child(7n+1) {
    margin-left: auto;
  }
  .thumbnail-list > li:nth-child(n+8) {
    margin-top: auto;
  }
  .thumbnail-list > li:nth-child(3n+1) {
    margin-left: 0;
  }
  .thumbnail-list > li:nth-child(n+4) {
    margin-top: 4%;
  }
}
.thumbnail-list > li img {
  display: block;
}
.thumbnail-list > li a {
  text-decoration: none;
}

/*
* infoBox
*/
.infoBox {
  margin: 80px 0;
}
@media screen and (max-width: 1024px) {
  .infoBox {
    padding: 0 20px;
  }
}
.infoBox .infoBox_title {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  background-color: #C9D1D9;
  padding: 16px 25px;
  border-top: none;
}
.infoBox .infoBox_title::before {
  content: "■";
  margin-right: 5px;
}
.infoBox .infoBox_col {
  background-color: #F1F4F7;
  padding: 24px 25px;
}
.infoBox .infoBox_col + .infoBox_col {
  margin-top: 1px;
}
.infoBox .infoBox_col .flex {
  margin-bottom: 0;
}
.infoBox .infoBox_col .flex .flex_col.text {
  line-height: 1.8;
  width: calc(100% - 185px);
}
@media screen and (max-width: 767px) {
  .infoBox .infoBox_col .flex .flex_col.text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.infoBox .infoBox_col .flex .flex_col.img {
  width: 160px;
}
.infoBox .infoBox_col .fax::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  padding-left: 0;
  padding-right: 5px;
}
.infoBox .infoBox_col ul, .infoBox .infoBox_col ol, .infoBox .infoBox_col dl, .infoBox .infoBox_col p {
  margin: 0;
}
.infoBox .infoBox_col ul {
  padding-left: 0;
}

.gmap iframe {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .gmap iframe {
    height: 320px;
  }
}

.pagination {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 80px 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin: 40px 0 0;
  }
}
.pagination li {
  font-size: 18px;
}
.pagination li::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .pagination li {
    font-size: 14px;
  }
}
.pagination li + li {
  margin-top: 0;
}
.pagination li.page {
  flex: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .pagination li.page {
    padding: 0;
  }
}
.pagination li.prev a,
.pagination li.prev span, .pagination li.next a,
.pagination li.next span, .pagination li.page a,
.pagination li.page span {
  display: block;
  text-align: center;
  color: #000;
}
.pagination li.prev a, .pagination li.next a, .pagination li.page a {
  text-decoration: none;
}
@media print, screen and (min-width: 1025px) {
  .pagination li.prev a:hover, .pagination li.next a:hover, .pagination li.page a:hover {
    color: #333399;
  }
}
.pagination li.active a,
.pagination li.active span {
  color: #333399;
}

.main__localNavi {
  margin-top: 75px;
  padding: 30px;
  background-color: #F1F4F7;
}
@media screen and (max-width: 767px) {
  .main__localNavi {
    margin-top: 80px;
    padding: 0;
  }
}
.main__localNavi a {
  text-decoration: none;
  color: #000;
}
.main__localNavi .top_title {
  margin: 0;
  font-weight: 500;
  line-height: inherit;
  border-top: none;
  padding-top: 0;
  position: static;
  margin-bottom: 10px;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .main__localNavi .top_title {
    padding: 0;
    margin-bottom: 0;
  }
}
.main__localNavi .top_title::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .main__localNavi .top_title a {
    display: block;
    padding: 19px 40px 19px 20px;
  }
}
.main__localNavi .top_title a::before {
  content: "■";
  padding-right: 3px;
}
.main__localNavi ul.depth1 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 10px 0 0;
  padding-left: 0;
  list-style: none;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .main__localNavi ul.depth1 {
    display: block;
    margin: 0;
    padding: 0;
  }
}
.main__localNavi ul.depth1 li.depth1 {
  margin-top: 0;
  margin-left: 0;
  text-indent: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .main__localNavi ul.depth1 li.depth1 {
    padding: 0;
    border-top: 1px solid #fff;
  }
}
.main__localNavi ul.depth1 li.depth1 > a {
  padding: 0 10px;
}
@media print, screen and (min-width: 1025px) {
  .main__localNavi ul.depth1 li.depth1 > a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .main__localNavi ul.depth1 li.depth1 > a {
    position: relative;
    display: block;
    padding: 19px 40px 19px 20px;
  }
  .main__localNavi ul.depth1 li.depth1 > a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    color: #51308e;
  }
}
.main__localNavi ul.depth1 li.depth1:first-child > a {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .main__localNavi ul.depth1 li.depth1:first-child > a {
    padding: 19px 40px 19px 20px;
  }
}
@media print, screen and (min-width: 1025px) {
  .main__localNavi ul.depth1 li.depth1 + li {
    border-left: 1px solid #777;
  }
}
.main__localNavi ul.depth1 li.depth1::before {
  display: none;
}

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