@charset "utf-8";

/* ==============================================================*
【中野区：本庁】　769px 以上の指定 印刷含む
================================================================ */


/* ===============================================
  基本設定
================================================= */

.pc-none {
  display: none !important;
}


/* ------------------  ページトップへ戻る  ------------------ */

.page-top, .t_page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  text-decoration: none;
  z-index: 999;
}

.t_page-top a {
  -webkit-transition: .1s all linear;
  -o-transition: .1s all linear;
  transition: .1s all linear;
  position: relative;
  top: 0;
}

.t_page-top a:hover {
  top: -3px;
}


/* ===============================================
  ▽▽▽ヘッダーエリア▽▽▽
================================================= */

.pchead_wp {
  background-color: #FFF;
  width: 100%;
}

.pchead_wp_in {
  text-align: left;
  width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100px;
}

.pchead_wp .logo {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.3;
  width: 180px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.pchead_wp .logo a {
  display: block;
}
.pcheadmenu {
  width: 100%;
  padding: 0 130px 0 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.navilist_wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navilist_wp .h0search {
  width: 200px;
}

ul.navilist {
  margin: 0;
  padding: 14px 0 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

ul.navilist li:last-child {
  border-right: none;
  padding: 0 0 0 30px;
}

ul.navilist li {
  font-size: 1.4rem;
  margin: 0;
  padding: 0 30px;
  line-height: 1;
  border-right: 1px solid #AAA;
  background: none;
  position: relative;
}

ul.navilist li a {
  color: #444;
}

ul.moshimolist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}

ul.moshimolist li:last-child {
  margin: 0 0 0 0;
}

ul.moshimolist li {
  font-size: 1.4rem;
  line-height: 1.3;
  margin: 0 10px 0 0;
  padding: 0;
}

ul.moshimolist li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 5px 5px 10px;
  margin: 0;
  border: 1px solid #CF473C;
  width: 160px;
  border-radius: 4px;
  color: #C40A03;
  text-decoration: none;
}

ul.moshimolist li a:hover, ul.moshimolist li a:focus {
  text-decoration: underline;
}

ul.moshimolist li span {
  display: block;
  padding: 0 0 0 8px;
}


/* ------------------------ グローバルナビ ------------------------ */

.gnv {
  position: relative;
  background-color: #F4F3F6;
}

#gnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}

#gnavi li.menu-item-has-children::before {
  position: relative;
  top: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  content: ' ';
  width: 1px;
  height: 16px;
  background-color: #CCC;
}

#gnavi li:last-of-type.menu-item-has-children::after {
  position: relative;
  top: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  content: ' ';
  width: 1px;
  height: 16px;
  background-color: #CCC;
}

#gnavi li.menu-item-has-children {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: none;
  text-align: center;
  width: calc(100%/5);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

ul.sub-menu.focused {
  visibility: visible;
  opacity: 1;
}

#gnavi li.menu-item-has-children>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 2px 10px;
  position: relative;
  z-index: 500;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  color: #222;
  /* font-family: 'Noto Sans JP', "メイリオ", sans-serif; */
  text-decoration: none;
}

#gnavi li.menu-item-has-children>a.active, #gnavi li.menu-item-has-children>a:active, #gnavi li.menu-item-has-children>a:hover, #gnavi li.menu-item-has-children>a:focus, #gnavi li.menu-item-has-children.active>a:link, #gnavi li.menu-item-has-children.active>a:visited {
  background-color: #0066CB;
  color: #FFF;
}


/* ------------------  Multilingual（Foreign Language）  ------------------ */

.language_inner {
  display: none;
  position: absolute;
  top: calc(100% + 1em);
  left: calc(100% /2 - 80px);
  transform: translateX(-50%);
  width: 610px;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 4px;
  z-index: 600;
}

.nav_lang.open::after {
  content: "";
  border-style: solid;
  border-width: 0 8px 9px 8px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-color: transparent transparent #CCC transparent;
  bottom: -1em;
}

.language_inner ul.pc_language_wp {
  position: relative;
  padding: 8px 1.4em 15px;
  display: flex;
  flex-wrap: wrap;
}

.language_inner ul.pc_language_wp li {
  background: none;
  margin: 0;
  padding: 0.6em 10px 0.6em 18px;
  position: relative;
  border-right: none;
  width: calc(100% /3);
}

.language_inner ul.pc_language_wp li::after {
  position: absolute;
  top: 17px;
  left: 4px;
  display: block;
  content: ' ';
  width: 5px;
  height: 5px;
  margin-top: -5px;
  border-top: 2px solid #96A0A6;
  border-right: 2px solid #96A0A6;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#news-more-btn {
    background-color: #F4F3F6;
    border: none;
    cursor: pointer;
    margin: 10px 10px 0;
    width: 100%;
    border-radius: 30px;
    text-align: center;
    text-decoration: underline;
}

.language_inner ul.pc_language_wp li#news-more-btn::after {
    content: none;
}

#news-more-btn button {
    text-decoration: underline;
}
#language_btn_tojiru {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 18px;
  height: 18px;
  z-index: 500;
}

#language_btn_tojiru>img {
  width: 15px;
}


/* ===============================================
  ▽目的別検索▽
================================================= */

.button_container {
  position: relative;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 5000;
}

.moku_pc_wp::after {
  content: " ";
  display: block;
  clear: both;
}

.moku_pc_wp {
  background-color: #0066CB;
  width: 100px;
  padding: 13px 0 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 80px;
  border-radius: 12px;
  line-height: 1.6;
  position: absolute;
  top: 10px;
  right: 0;
  left: auto;
  display: block;
  z-index: 800;
}

.moku_pc_wp.active {
  position: fixed;
  top: 100px;
  right: 30px;
  background-color: #00447C;
}

.moku_pc_wp .moku_tx {
  display: block;
  padding: 4px 0 0 0;
  font-size: 1.4rem;
  color: #FFF;
  font-weight: bold;
  /* font-family: 'Noto Sans JP', sans-serif; */
}

.moku_pc_wp .moku_ic {
  display: block;
}

.moku_pc_wp .moku_ic img {
  width: 32px;
  height: 32px;
}

.moku_pc_wp.active .moku_megane {
  display: block;
  float: left;
  padding: 0 10px 0 18px;
}

.moku_pc_wp.active .moku_ic {
  display: block;
}


/* ------------------  大枠 overlay  ------------------ */

.no-scroll {
  overflow: hidden;
}

.overlay {
  background-color: rgb(0 102 203 / 90%);
  top: 0;
  right: 0;
  opacity: 0;
  z-index: 99;
  display: none;
}

.overlay.open {
  opacity: 1;
  display: block;
  position: fixed;
  overflow-y: scroll;
  overflow-x: scroll;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 700;
  width: 100%;
}

.mokuteki_wp {
  padding: 100px 0 85px 0;
  z-index: 99;
  position: relative;
  min-width: 1000px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}


/* ------------------  目的別内検索  ------------------ */

.pcmoku_infokensaku_wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 900px;
  margin: 0 auto;
}

.pcmoku_infokensaku_wp #pcmokuinfo_tab {
  padding: 0;
  margin: 0;
}

.pcmoku_infokensaku_wp #pcmokuinfo_tab li:last-child {
  margin: 0;
}

.pcmoku_infokensaku_wp #pcmokuinfo_tab li {
  background: none;
  margin: 0 0 4px 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.7;
  position: relative;
  text-align: center;
}

.pcmoku_infokensaku_wp #pcmokuinfo_tab li::after {
  content: none;
}

.pcmoku_infokensaku_wp #pcmokuinfo_tab li a {
  margin: 0 0 0 0;
  padding: 1px 10px 2px 10px;
  display: block;
  width: 190px;
  height: 28px;
  border-radius: 4px;
  background-color: #FFF;
  color: #2B2B2B;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.pcmoku_infokensaku_wp #pcmokuinfo_tab li.select a {
  background-color: #2B2B2B;
  color: #FFF;
  text-decoration: none;
}

.pcmoku_infokensaku_wp #pcmokuinfo_tab li.select::after {
  content: " ";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #2B2B2B;
  top: 9px;
  left: 190px;
}

.pmo_disnon {
  display: none;
}

.pcmoku_infokensaku_wp .h0search {
  width: 700px;
}

.pcmoku_infokensaku_wp .h0search table.gsc-search-box td input.gsc-input {
  height: 58px !important;
  font-size: 1.6rem;
  /* border: 1px solid #D3D3D3 !important; */
  border-radius: 12px 0 0 12px;
}

.pcmoku_infokensaku_wp .h0search .gsc-input-box {
  border-radius: 12px 0 0 12px;
}

.pcmoku_infokensaku_wp .h0search .gsc-search-button button.gsc-search-button-v2 {
  min-height: 60px;
  width: 100px;
  border-radius: 0 12px 12px 0;
}

.pcmoku_infokensaku_wp .h0search .gsc-search-button-v2 svg {
  width: 40px;
  height: 40px;
}

.pcmoku_infokensaku_wp .id_search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pcmoku_infokensaku_wp .id_search-box input#name3 {
  /* font-family: 'Noto Sans JP', "メイリオ", sans-serif; */
  border: 1px solid #D3D3D3;
  background-color: #FFF;
  width: 600px;
  height: 60px;
  padding-left: 15px;
  font-size: 1.6rem;
  border-radius: 12px 0 0 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pcmoku_infokensaku_wp .id_search-box input#btn3 {
  background-color: #2B2B2B;
  border: 1px solid #2B2B2B;
  min-height: 60px;
  min-width: 100px;
  color: transparent;
  background-image: url(/images/head_icon_megane.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px 40px;
  border-radius: 0 12px 12px 0;
  cursor: pointer;
}


/* ------------------  目的別ボタン  ------------------ */

.mokulist_wp {
  margin: 0 26px 0;
  padding: 0;
}

h2.moku_ti {
  padding: 6px 0 0 0;
  margin: 60px 0 30px 0;
  color: #FFF;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  background-image: url(/images/t_moku_icon01.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 36px 6px;
}

ul.mokulist {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

ul.mokulist li:nth-of-type(8) {
  margin: 0 0 0 0;
}

ul.mokulist li {
  width: calc((100% - 28px) / 8);
  margin: 0 4px 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

ul.mokulist li a {
  background-color: #FFF;
  padding: 20px 5px 6px;
  display: block;
  min-height: 140px;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  border-radius: 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

ul.mokulist li a span {
  display: block;
  padding: 6px 0 0;
}

ul.mokulist.mobenri li:nth-of-type(3) a span, ul.mokulist.mobenri li:nth-of-type(4) a span, ul.mokulist.mobenri li:nth-of-type(5) a span {
  padding: 0;
}

ul.mokulist li a:hover img, ul.mokulist li a:focus img {
  position: relative;
  top: 1px;
  left: 1px;
}


/* ===============================================
  ▼メイン▼
================================================= */


/* ------------------------コンテンツ大枠------------------------ */

#basebg {
  min-width: 1240px;
  margin: 0 auto;
  background-color: #FFF;
  /* bg-color */
}

#basewrap {}

.wrap {
  margin: 0 auto;
  padding: 0;
  text-align: left;
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}


/* メインコンテンツ */

#main {
  width: 100%;
  position: relative;
}

.main_inner {
  padding: 5px 0 10px;
  background-color: #FFF;
  color: #222;
}


/* ===============================================
  ローカルナビ
================================================= */


/* ------------------  ローカルナビゲーション  ------------------ */

#localnavi {
  width: 280px;
  margin-left: 40px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.lo_switch_menu .lonavi_inner {
  display: block !important;
}


/* ===============================================
  ▽▽▽フッターエリア▽▽▽
================================================= */

.foot_wp {
  position: relative;
  padding: 60px 0;
  background: -o-linear-gradient(left, rgba(148, 218, 252, 1) 0%, rgba(191, 181, 215, 1) 48%, rgba(248, 173, 158, 1) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(148, 218, 252, 1)), color-stop(48%, rgba(191, 181, 215, 1)), to(rgba(248, 173, 158, 1)));
  background: -o-linear-gradient(left, rgba(148, 218, 252, 1) 0%, rgba(191, 181, 215, 1) 48%, rgba(248, 173, 158, 1) 100%);
  background: linear-gradient(to right, rgba(148, 218, 252, 1) 0%, rgba(191, 181, 215, 1) 48%, rgba(248, 173, 158, 1) 100%);
}

.foot_in_wp {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 0;
  background-color: #FFF;
  border-radius: 26px;
  min-height: 280px;
  position: relative;
}

.footcont {
  width: 400px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-right: 1px solid #E0E1E3;
}

.foot_logo {
  text-align: center;
  margin: 0;
  padding: 55px 0 0 0;
}

.foot_logo>span {
  display: block;
}

.foot_logo .flogo_tx {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.4rem;
  margin: 8px 0 0 0;
}

.footbtn {
  margin: 50px 0 0 0;
  padding: 0;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footbtn a {
  display: block;
  padding: 9px 5px 7px;
  text-align: center;
  border-radius: 12px;
  width: 280px;
  height: 46px;
  background-color: #F4F3F6;
  background-image: url(/images/t_com_icon02.png);
  background-repeat: no-repeat;
  background-position: left 14px center;
  background-size: 14px 10px;
  color: #222;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.footbtn a:hover, .footbtn a:focus {
  text-decoration: underline;
  background-position: left 20px center;
}

.footadd {
  margin: 0 60px 0 60px;
  width: 100%;
}

.footadd>address {
  margin: 60px 0 0 0;
  padding: 0;
}

.footadd>address>p {
  margin: 0 0 16px 0;
  padding: 0;
}

.footadd>address>p span.fadd_ti {
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 140px;
  letter-spacing: 0.2rem;
}

.footlistcont {
  margin: 30px 0 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

ul.footlist {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

ul.footlist li::before {
  display: inline-block;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border-color: #222;
  border-style: solid;
  border-width: 0 1px 0 0;
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  top: .5em;
  left: 0;
}

ul.footlist li:first-child::before {
  content: none;
}

ul.footlist li:first-child {
  padding: 0 12px 0 0;
}

ul.footlist li {
  margin: 0;
  padding: 0 12px;
  background: none;
  font-size: 1.4rem;
  position: relative;
  background-image: none;
}

ul.footlist li a {
  color: #222;
}

.f0copy {
  margin: 0;
  font-size: 1.4rem;
  padding: 0;
  text-align: center;
}