@charset "utf-8";
.inside_img_wrp {
  width: 100%;
}
.inside_img_wrp img {
  width: 100%;
}
/*news*/

.news_box_wrp {
  width: 100%;
  background-color: #f0f7fc;
  padding: 1em 0;
}
.news_box_wrp2 {
  width: 100%;
  background-color: #fff;
  padding: 1em 0;
}
.news_box {
  width: 980px;
  margin: 30px auto 10px;
}
.news_box dl {
  width: 100%;
  margin: 0.5em 0;
  border-bottom: 1px solid #ccc;
}
.news_box dt {
  display: block;
  width: 35%;
  clear: left;
  float: left;
  font-weight: bold;
  padding: 0.3em 0 0.8em 1em;
}
.news_box dd {
  display: block;
  width: 65%;
  float: left;
  padding: 0.3em 0 0.8em 0;
}
.news_box .category {
  border-radius: 3px;
  box-sizing: border-box;
  color: #943770;
  display: block;
  float: right;
  font-size: 86%;
  line-height: 1.1;
  margin: 2px 10px 0 0;
  padding: 3px 0 4px;
  text-align: center;
  transition: all 0.2s ease 0s;
  width: 110px;
}
.news_box .category.event {
  background-color: #fff;
  border: 1px solid #1d47c9;
  color: #1d47c9;
}
.news_box .category.news {
  background-color: #fff;
  border: 1px solid #943770;
  color: #943770;
}
@media screen and (max-width: 779px) {
  #news_box_wrp2 {
    width: 100%;
  }
  .news_box {
    width: 100%;
  }
  .news_box .category {
    display: block;
    width: 60px;
    float: left;
  }
  .news_box dl {
    padding: 0 1em;
  }
  .news_box dt {
    float: none;
    width: auto;
    margin-left: 0;
    padding-left: 0;
    border: none;
  }
  .news_box dd {
    margin-left: 0;
    padding: 0;
    border: none;
    width: 100%;
  }
}
/*concept*/

.concept_img_wrp {
  width: 80%;
  text-align: center;
  margin: 30px auto 0;
}
@media screen and (max-width: 779px) {
  .concept_img_wrp {
    width: 100%;
    text-align: center;
    margin: 30px auto 0;
  }
}
.concept_img_wrp img {
  width: 100%;
}
.concept_box .msgBox {
  margin-bottom: 100px;
}
.concept_box .msg_l {
  float: left;
  width: 460px;
  border: 1px solid #efefef;
  margin-right: 10px;
  padding: 20px;
}
.concept_box .msg_r {
  float: right;
  width: 460px;
  border: 1px solid #efefef;
  padding: 20px;
}
.concept_box .photo {
  text-align: center;
}
.concept_box .name {
  text-align: center;
  font-size: 131%;
  font-weight: bold;
  padding-top: 1em;
}
.concept_box .title {
  text-align: center;
  min-height: 5em;
}
@media screen and (max-width: 779px) {
  .concept_box .msg_l,
  .concept_box .msg_r {
    float: none;
    margin: 0 atuo;
    width: 100%;
  }
  .concept_box .msg_l {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
/*team*/
.team_box .img {
  margin-bottom: 4em;
}
.team_list {
  position: relative;
  border: 4px solid #efefef;
  margin-bottom: 20px;
  background: url(../images/blank.png) no-repeat 99% 90%;
}
.team_list:first-child {
  margin-top: 100px;
}
.team_list a {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
}
.team_list a:hover {
  background-color: #fff;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.team_box h2 {
  font-size: 139%;
}
@media screen and (max-width: 779px) {
  .team_box h2 {
    font-size: 108%;
  }
}
.team_list p.title {
  text-align: center;
  color: #0071be;
  font-size: 93%;
  font-weight: bold;
  padding: 20px 20px 0;
}
.team_list p.title span {
  color: #333;
  font-size: 77%;
}

/*thema*/

.thema .contents {
  margin-bottom: 0;
}
.thema .contents h2 {
  margin-top: 3em;
}
.thema .contents h2 a {
  font-weight: bold;
}
.thema .contents h2:first-child {
  margin-top: 1em;
}
.thema_w {
  background-color: #f0f7fc;
  padding: 50px 0;
  width: 100%;
}
.themalist {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 779px) {
  .themalist {
    flex-flow: column;
  }
}
.themalist .themalist__item {
  width: calc(50% - 10px);
  border: 3px solid #efefef;
  padding: 10px;
  background-color: #fff;
  margin: 0 !important;
}
@media screen and (max-width: 779px) {
  .themalist .themalist__item {
    width: 100%;
  }
}

.themalist h2 {
  text-align: left;
  line-height: 1.4;
}
.themalist p {
  text-align: left;
  overflow: hidden;
}
@media screen and (max-width: 779px) {
  .themalist p {
    overflow: visible;
  }
}
.themalist img {
  margin: 0 20px 0 0 !important;
}
@media screen and (max-width: 779px) {
  .themalist img {
    margin: 0 10px 0 0 !important;
  }
}

.themalist .title,
.themalist_b .title {
  font-weight: bold;
  color: #0071be;
  font-size: 124%;
  line-height: 1.2;
  margin-top: 1em;
}
.themalist .tem_r,
.themalist .tem_l {
  color: #000;
}
.themalist a .tem_r:hover,
.themalist a .tem_l:hover {
  background-color: #efefef;
}
.themalist a .title {
  color: #0071be;
  text-decoration: underline;
}
.themalist a .title span {
  background: url(../images/pagelink_arrow.png) no-repeat left center;
  padding-left: 30px;
  font-weight: bold;
}
.themalist_min .themalist .tem_l,
.themalist_min .themalist .tem_r {
  padding: 10px 10px 0;
}
.themalist_min .themalist .tem_r {
  margin-bottom: 20px;
}
.themalist_min p.title {
  font-size: 100%;
  min-height: 1em;
}
.themalist_min p {
  font-size: 93%;
}
.themalist_b {
  width: 100%;
  border: 1px solid #004ab7;
  margin-bottom: 50px;
  padding: 20px;
  background-color: #fff;
}
.thema_details h2 {
  margin-top: 0 !important;
}
.thema_details h3 {
  margin: 0 auto !important;
  padding: 0 !important;
  background-color: #004ab7;
  color: #fff;
  width: 100%;
}
@media screen and (max-width: 779px) {
  .teama_w {
    padding: 10px 20px 0 20px;
  }
  .thema_box {
    padding: 0 2em;
  }
  .thema_box .tem_l,
  .thema_box .tem_r {
    float: none;
    margin: 0 atuo;
    width: 100%;
  }
  .thema_box .tem_l {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .themalist_b {
    margin: 0 20px;
  }
  .thema_details {
    padding: 0 2em;
  }
  .thema_details h3 {
    font-size: 108%;
  }
}

/*accsess*/
table.brwsr {
  border-collapse: separate;
  border-spacing: 1px;
  text-align: left;
  border-top: 1px solid #ccc;
  margin: 100px 0 30px;
  width: 100%;
}
table.brwsr th {
  width: 15%;
  padding: 15px;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
  white-space: nowrap;
}
table.brwsr td {
  padding: 15px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  width: 85%;
  word-break: break-all;
}

table.brwsr td img {
  vertical-align: middle;
}

table caption {
  text-indent: -9999px;
  line-height: 0;
}

/*achievement*/
#achievement h2 {
  margin-bottom: 0;
  font-size: 124%;
}
.achievement_list {
  width: 100%;
  margin-bottom: 20px;
  padding: 15px 20px 1px;
  background-color: #eaeef2;
  font-size: 93%;
}
.achievement_list ol {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal;
}
.achievement_list ol li {
  position: relative;
  line-height: 1.5;
  padding: 0 0 0.5em 2em;
}

/*sitemap*/

ul#sitemap {
  margin: 3em 0 0 3em;
}
ul#sitemap li {
  background: url(../images/pagelink_arrow.png) no-repeat left center;
  margin-bottom: 1em;
  padding-left: 30px;
}
@media screen and (max-width: 779px) {
  table.brwsr {
    margin: 50px 0;
    width: 100%;
    border-top: none;
  }
  table.brwsr th,
  table.brwsr td {
    width: 100%;
    display: block;
    border-top: none;
  }
  table.brwsr tr:first-child th {
    border-top: 1px solid #ddd;
  }
}
p.bus:before {
  content: url(../../access/images/icn_bus.png);
  margin: 6px;
  position: relative;
  top: 4px;
}
p.train:before {
  content: url(../../access/images/icn_train.png);
  margin: 6px;
  position: relative;
  top: 4px;
}
p.taxi:before {
  content: url(../../access/images/icn_taxi.png);
  margin: 6px;
  position: relative;
  top: 4px;
}
#howto {
  text-align: center;
}
.gsc-wrapper {
  border: none !important;
  border-top: none !important;
}
.gsc-above-wrapper-area-container {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-top: none !important;
}
.gsc-above-wrapper-area {
  border: none !important;
  padding-bottom: 0 !important;
}
.gsc-selected-option-container.gsc-inline-block {
  min-width: 84px;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page,
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  font-size: 16px !important;
}
.gsc-result .gs-title {
  height: 1.6em !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.sp-br {
  display: none;
}
@media screen and (max-width: 779px) {
  .sp-br {
    display: block;
  }
}

.type11 table {
  display: table;
}

.type11 {
  border-collapse: collapse;
}

.type11 th {
  padding: 6px;
  background-color: #eee;
  border: 1px solid #b9b9b9;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}

.type11 td {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #b9b9b9;
}
