@charset "utf-8";
.l_btn_overview {
  margin: 4em auto 2em auto;
  max-width: 900px;
}
.l_btn_overview a {
  display: block;
  text-align: center;
  font-size: 1.6em;
  line-height: 1.5;
  text-decoration: none;
  background: url("../image/common/ptn.gif");
  padding: .8em 0;
  color: #fff !important;
  text-shadow: 0px 0px 4px rgba(38, 50, 122, 0.7), 0px 0px 1px rgba(22, 41, 83, 0.7);
  border-radius: 2px; /*矢印の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  text-decoration: none;
  outline: none;
  /*アニメーションの指定*/
  transition: ease .2s;
}
.l_btn_overview a span {
  display: block;
  font-size: 1.4em;
}
/* 矢印が右に移動 */
.l_btn_overview a::after {
  content: '';
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  top: 42%;
  right: 33px;
  /*矢印の形状*/
  width: 25px;
  height: 25px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
  /*アニメーションの指定*/
  transition: all .3s;
}
.l_btn_overview a:hover{text-decoration: none;}
.l_btn_overview a:hover::after {
  right: 16px;
  
}
/*挨拶*/
.s_greeting {
  max-width: 1100px;
  margin: 5em 0;
}
.s_greeting h2 {
  font-size: 2.6em;
  font-weight: normal;
  text-align: right;
  font-family: 'Libre Baskerville', serif;
}
.s_greeting_item {
  width: 100%;
}
.s_greeting_item div:first-child {
  width: 20%;
  font-size: .75em;
}
.s_greeting_item div:nth-child(2) {
  width: 75%;
}
@media (max-width: 960px) {
  .s_greeting h2 {
    font-size: 1.6em;
    margin-bottom: 1em;
  }
  .s_greeting_item div:first-child {
    width: 100%;
    text-align: center;
  }
  .s_greeting_item div:first-child span {
    display: block;
    font-size: 1.2em;
    text-align: right;
    width: 60%;
    margin: 0 auto 1em auto;
  }
  .s_greeting_item div:nth-child(2) {
    width: 100%;
  }
}
.s_info_wrap {
  background: #fff;
  max-width: 1100px;
  margin: 0 auto;
  padding: 2em;
}
/*タブ切り替え*/
ul.unit_tabarea_sitetop {
  margin: 1em auto 0 auto;
  width: 100%;
  height: 300px;
  overflow-y: scroll;
  padding: 1.2em 1em 1.2em 0;
}
ul.unit_tabarea_sitetop li {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1em;
  border-bottom: dotted 1px #f2f2f2;
  padding: 1em .5em;
  transition: .4s;
}
ul.unit_tabarea_sitetop li:hover {
  background: #EDEDED;
}
ul.unit_tabarea_sitetop li span {
  display: block;
  width: 12%;
  text-align: center;
  font-size: .95em;
}
ul.unit_tabarea_sitetop li span.news {
  background: #1B3390;
  color: #fff;
  height: 25px;
  line-height: 25px;
}
ul.unit_tabarea_sitetop li span.info {
  background: #CFA835;
  color: #fff;
  height: 25px;
  line-height: 25px;
}
ul.unit_tabarea_sitetop li p {
  width: 70%;
}
@media screen and (max-width : 768px) {
  /*エリア*/
  .s_info_area {
    padding: 3em 0;
  }
  .s_info_wrap {
    width: 90%;
    padding: 0;
  }
  ul.unit_tabarea_sitetop li {
    display: block;
  }
  ul.unit_tabarea_sitetop li span {
    display: block;
    width: 100%;
  }
  ul.unit_tabarea_sitetop li p {
    width: 100%;
  }
}
/*背景*/
.l_menu_contents {
  background: url("/en/image/common/bg-news.png");
  padding: 0 0 5em 0;
  box-shadow: inset 0px 2px 15px -3px rgba(0, 0, 0, 0.4);
  margin: .05em calc(50% - 50vw);
  width: 100vw;
}
@media (max-width: 960px) {
  .l_menu_contents {
    margin: auto;
    width: auto;
  }
}
/*アクセス*/
.l_access, .l_links {
  max-width: 1100px;
  margin: 5em auto;
}
.l_access h3, .l_links h3 {
  font-size: 2em;
  font-weight: normal;
  text-align: left;
  font-family: 'Libre Baskerville', serif;
  background: url("../image/sitetop/img-midashi-newscenter-icon.png");
  background-repeat: no-repeat;
  padding-left: 1em;
}
.l_access p {
  padding: .6em 2em;
}
/*googlemap*/
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}