@charset "utf-8";

/* CSS Document */
body {
  font-family: 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin: 0;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, sans-serif;
  }
}

.no_data {
  margin: 0 auto 20px;
  max-width: 1100px;
}

.pankuzu {
  margin-top: 6px;
  line-height: 2;
  margin-bottom: 5px;
}

.genzaichi {
  background-color: #EEEEEE;
  padding: 3px 10px;
  margin-right: 7px;
  border-radius: 4px;
  border: solid 1px #D2D6D6;
  box-sizing: border-box;
  font-size: 90%;
}

.hide {
  display: none;
}

.headerIju {
  width: 1100px;
  margin: 0 auto 17px;
}

.headerIju .parent .child-list h1 {
  margin: 0;
}

.content {
  margin: 0 auto;
  display: flex;
  width: 1100px;
}

.image {
  width: 33%;
  text-align: center;
  margin: 10px;
}

.image img {
  max-width: 100%;
}

.haikei01 {
  background-color: #E8F2F2;
}

.haikei02 {
  background-image: url(/img/iju/bg02.gif);
  background-position: left top;
}

.parent {
  display: flex;
}

.child-box {
  width: 230px;
}

.child-list {
  margin: 0 auto;
}

/*下層*/
.ijuLower {
  width: 1100px;
  margin: 0 auto 17px;
  font-size: 102%;
}

.ijuLower table {
  border-collapse: collapse;
}

.ijuLower table th, table td {
  border: solid 1px #0E7278;
  padding: 0.6rem;
}

.ijuLower table th {
  background-color: #ECF4F4;
  font-weight: bold;
  text-align: left;
}

/*データで見る本宮市*/
.dataArea {
  width: 1100px;
  margin: 0 auto;
}

.parent2 {
  display: flex;
  flex-wrap: nowrap;
  /* margin: 0 calc(20px / 2 * -1); */
}

.parent2:nth-child(2) {
  margin: 2px 0 30px;
}

.childB {
  flex: 1;
  /* margin: 0 calc(20px / 2); */
}

.childB img {
  max-width: 100%;
}

.wide {
  flex: 2;
}

/*へその暮らし*/
.content.appeal {
  height: 620px;
  background-image: url(/img/iju/bg_photo.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  margin-top: 30px;
  position: relative;
  margin-bottom: 30px;
}

.hajimema {
  background-color: #FFF;
  position: absolute;
  padding: 10px;
  border-radius: 7px;
  left: 45px;
  top: 205px;
  font-size: 130%;
  font-weight: bold;
  opacity: 0.8;
}

.guideBook {
  background-color: #FFF;
  position: absolute;
  padding: 10px;
  /* left: 700px; */
  top: 490px;
  font-weight: bold;
  width: 350px;
  border: solid 2px lightsteelblue;
  padding-right: 75px;
  box-sizing: border-box;
  background-image: url(/img/iju/guidebook.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
  right: 45px;
}

.hajimema p,
.guideBook p {
  margin: 0;
}

/*見出し*/
.mh1 {
  background-color: #0E7278;
  font-size: 140%;
  line-height: 1.4;
  color: #FFF;
  background-image: url(/img/iju/bg_h1b.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.mh1 h1 {
  margin: 0;
  padding: 21px;
  background-image: url(/img/iju/bg_h1a.gif);
  background-repeat: no-repeat;
  background-position: left top;
  line-height: 1.4;
}

.ijuLower h2 {
  background-color: #CFE3E4;
  border-top: solid 4px #0E7278;
  padding: 17px 13px;
  font-size: 150%;
  box-sizing: border-box;
  line-height: 1.4;
}

.ijuLower h3 {
  border-bottom: dotted 2px #0E7278;
  padding: 12px 20px 10px 25px;
  font-size: 120%;
  background-image: url(/img/iju/bg_h2.gif);
  background-repeat: no-repeat;
  background-position: 10px 13px;
}

.ijuLower h4 {
  font-size: 112%;
  line-height: 1.4;
  padding: 4px 11px;
}

.ijuLower p {
  padding: 0 10px;
}

.midashiH2 {
  text-align: center;
}

.ijuLowerList2 ul {
  padding: 0;
  margin: 25px 0;
}

.ijuLowerList2 ul li span a {
  background-color: #EEE;
  margin-bottom: 9px;
  padding: 14px 10px 12px 56px;
  font-size: 120%;
  display: block;
  border-bottom: solid 4px #0E7278;
  font-weight: bold;
  background-image: url(/img/iju/li_arrow.png);
  background-repeat: no-repeat;
  background-position: 24px 18px;
}

.ijuLowerList1 span {
  margin-bottom: 9px;
  padding: 14px 10px 12px 56px;
  font-size: 120%;
  display: block;
  border-bottom: dotted 2px #0E7278;
  background-image: url(/img/iju/li_arrow.png);
  background-repeat: no-repeat;
  background-position: 24px 18px;
}

.ijuLowerList1 dt {
  width: 12rem;
  float: left;
  margin: 0;
  padding: 0 0 0 5px;
}

.ijuLowerList1 dd {
  margin: 0;
  padding: 0 5px 10px 12rem;
  font-weight: bold;
}

.ijuLower ul li {
  list-style-image: url(/img/iju/li_arrow2.png);
}

.ijuLowerList2 ul li {
  list-style: none;
}

.ijuLower #content_header {
  margin-top: 4px;
  display: flex;
  justify-content: flex-end;
  line-height: 28px;
  margin-bottom: 6px;
}

.ijuLower #print_mode_link {
  padding: 0 0 0 35px;
  background: url(/img/iju/icon_print.png) no-repeat left center;
  display: block;
}

/*お知らせ*/
.listOshirase {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

.listOshirase a {
  background-color: #CFE3E4;
  border-radius: 100px;
  padding: 6px 10px;
  text-decoration: none !important;
  color: #222 !important;
  font-weight: bold;
  font-size: 114%;
}

/*問い合わせ先*/
.jusho span {
  padding-left: 1.5rem;
}

.ijuLower #section_footer_style {
  clear: both;
  border: 4px solid #CFE3E4;
  margin: 3rem 0 0 0;
}

.ijuLower #section_footer_title {
  margin: 0;
}

.ijuLower #section_footer_title h2 {
  margin: 0;
  border-top: none;
  padding: 10px;
  font-size: 120%;
}

.ijuLower #section_footer_name {
  padding-top: 10px;
  padding-left: 15px;
  padding-bottom: 5px;
}

.ijuLower #section_footer_info {
  padding-left: 15px;
  padding-bottom: 10px;
}

.pdf_download {
  display: flex;
}

/*ページトップへのボタン*/
#top_scroll {
  position: relative;
  z-index: 8888;
  margin: 0;
  padding: 0;
}

#page-top1 {
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: -250px;
  right: 0px;
  width: 142px;
  height: 165px;
  padding: 0;
  color: #222;
  text-align: center;
  text-decoration: none;
  transition: 1s;
  -webkit-transition: 1s;
}

#top_scroll:hover {
  background: #fff;
}

/*アクセシビリティ*/
.accessibilityM {
  text-align: right;
  padding-right: 10px;
}

.accessibilityM a {
  padding: 5px;
  background-color: #eee;
  border-radius: 0 0 5px 5px;
  text-decoration: none;
  color: #222 !important;
}

.accessibilityB {
  display: flex;
  padding: 5px 0;
}

.accessibilityC {
  margin: 0 auto;
  display: flex;
}

div.childA {
  display: flex;
}

div.childA span {
  padding: 5px;
}

div.childA a {
  border: solid 1px gray;
  padding: 4px 6px;
  text-decoration: none;
  color: #222;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #FFF;
  margin-right: 10px;
}

ul.listA {
  display: flex;
  margin: 0;
  padding: 0;
}

ul.listA li {
  list-style: none;
  align-content: flex-end;
  display: flex;
}

.haikeiIro>li:nth-child(2)>a {
  background-color: #000;
  color: #FFF;
}

.haikeiIro>li:nth-child(3)>a {
  background-color: #0000aa;
  color: #FFFF00;
}

/*ヘッダ*/
.child-box.boxLogo2 {
  /* padding-top: 14px; */
}

.nichijou {
  padding-right: 8px;
}

.nichijou a {
  background-color: #FFF2AD;
  border-radius: 100px;
  padding: 6px 10px 6px 30px;
  text-decoration: none !important;
  color: #222 !important;
  font-weight: bold;
  /* border: solid 2px #FFFADE; */
  display: inline-block;
  background-image: url(/img/iju/mushimegane.png);
  background-repeat: no-repeat;
  background-position: left center;
  margin-top: 2px;
}

/*検索*/
#cse-search-box {
  margin-top: 2px;
}

#search_btn {
  border: 1px solid #0E7278;
  height: 35px;
  float: left;
  line-height: 1;
  background-color: #0E7278;
  color: #FFF;
  border-radius: 0 5px 5px 0;
  z-index: 1;
  cursor: pointer;
  box-sizing: border-box;
}

#tmp_query {
  height: 35px;
  float: left;
  border-radius: 5px 0 0 5px;
  z-index: 1;
  box-sizing: border-box;
}
#tmp_query {
	width: 147px !important;
	height: 35px !important;
}

/*フッタ*/
.footerIju {
  margin-top: auto;
  text-align: center;
}

.jusho {
  background-color: #0D7177;
  padding: 17px 0;
  color: #FFF;
  margin: 0;
}

.jusho a {
  color: #FFF !important;
}

/*Navigation*/
.navigation {
  background: #FFF;
}

.infoMotomiya a {
  background-color: #CFE3E4;
  display: block;
  border-radius: 100px;
  padding: 6px 10px;
  text-decoration: none !important;
  color: #222 !important;
  font-weight: bold;
  margin-right: 6px;
  margin-top: 2px;
}

.navigation.is-fixed .nav-container .nichijou a,
.navigation.is-fixed .nav-container .infoMotomiya a {
  margin-top: 3px;
}

.nav-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
}

nav {
  margin-right: auto;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  float: left;
  position: relative;
  background-color: #FFF;
}

nav ul li a, nav ul li a:visited {
  display: block;
  padding: 0 6px 0 45px;
  line-height: 40px;
  margin-right: 4px;
}

ul.nav-list li:nth-child(1)>a, ul.nav-list li:nth-child(2)>a, ul.nav-list li:nth-child(3)>a, ul.nav-list li:nth-child(4)>a, ul.nav-list li:nth-child(5)>a {
  background-repeat: no-repeat;
  background-position: left center;
  text-decoration: none;
  font-size: 114%;
  font-weight: bold;
  color: #222;
}

ul.nav-list li:nth-child(1)>a:nth-child(1) {
  background-image: url(/img/iju/icon_01.png);
}

ul.nav-list li:nth-child(2)>a:nth-child(1) {
  background-image: url(/img/iju/icon_02.png);
}

ul.nav-list li:nth-child(3)>a:nth-child(1) {
  background-image: url(/img/iju/icon_03.png);
}

ul.nav-list li:nth-child(4)>a:nth-child(1) {
  background-image: url(/img/iju/icon_04.png);
}

ul.nav-list li:nth-child(5)>a:nth-child(1) {
  background-image: url(/img/iju/icon_05.png);
}

.nav-dropdown>li>a {
  background-image: url(/img/iju/icon_dot.png) !important;
  margin: 0;
  padding: 10px 10px 10px 36px;
  border-bottom: dotted 1px gray;
}

nav ul li a:hover, nav ul li a:visited:hover {
  background: #CFE3E4;
  border-radius: 2px;
}

.nav-dropdown>li>a:hover,
.nav-dropdown>li>a:visited:hover {
  border-radius: 0;
}

nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: '▼';
}

nav ul li ul li {
  min-width: 190px;
}

.nav-list>li:nth-child(3)>ul:nth-child(2)>li {
  min-width: 305px;
}

.nav-list>li:nth-child(4)>ul:nth-child(2)>li {
  min-width: 220px;
}

nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  background: #262626;
  height: 70px;
  width: 70px;
  z-index: 111111;
}

/* 輝く人 スライド */
.multiple {
  padding: 0;
  width: 1100px;
  margin: 30px auto;
}

.multiple img {
  margin: 0 auto;
}

.multiple .slick-next {
  right: 17px;
  z-index: 100;
}

.multiple .slick-prev {
  left: 23px;
  z-index: 100;
}

/**/
#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
  top: -10px;
}

#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle.active span {
  background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0;
}

#nav-toggle.active span:before {
  transform: rotate(45deg);
}

#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

article {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11111;
  width: 100%;
  padding-bottom: 2px;
  border-bottom: solid 1px #ececec;
  font-size: 92%;
}

.nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 22222;
  width: 100%;
  background: transparent;
}

.pcNichijou .nichijou {
  margin-right: 7px;
}

/*スライダ*/
.slideTop {
  width: 1100px;
  margin: 0 auto;
}

.slick-prev:before,
.slick-next:before {
  color: #000 !important;
}

.buttons {
  overflow: hidden;
}

.buttons .button {
  color: #000;
  text-align: center;
  transition: all 300ms ease;
  float: left;
  background-color: #404040;
}

.buttons .button {
  color: #000;
  padding: 3px;
  text-align: center;
  transition: all 300ms ease;
  float: left;
  margin-right: 12px;
  border-radius: 100px;
}

.buttons .button:hover {
  cursor: pointer;
  background-color: #000;
  color: #fff;
  transition: all 300ms ease;
}

.button.active {
  background-color: #0E7278;
}

.slick-dots {
  position: relative;
  bottom: 0;
  display: block;
  width: auto;
  padding: 0;
  list-style: none;
  text-align: right;
  float: right;
}

.slider {
  display: none;
}

.slider.slick-initialized {
  display: block;
}

.slick-prev {
  left: 5px;
  top: 50%;
  width: 50px;
  height: 50px;
}

.slick-prev::before {
  content: url(/img/iju/btn_prev.png);
}

.slick-next {
  right: 5px;
  top: 50%;
  width: 50px;
  height: 50px;
}

.slick-next::before {
  content: url(/img/iju/btn_next.png);
}

.slick-prev,
.slick-next {
  z-index: 9999;
}

.slick-dots li button::before {
  font-size: 3rem;
  content: url(/img/iju/btn_dot2.png);
}

.slick-dots li.slick-active button::before {
  opacity: 1;
  color: black;
  content: url(/img/iju/btn_dot.png);
}

.slick-dots li button {
  font-size: 1rem;
  width: 27px;
  height: 26px;
  padding: 0;
}

.slick-dots li button::before {
  width: 27px;
  height: 26px;
  opacity: .75;
}

.slick-slide img {
  display: block;
  max-width: 100%;
  height: auto !important;
}

/* カードレイアウト部分をラッピングし、
Flexboxを指定"space-between"で各アイテムを均等に配置し、
最初と最後のアイテムを端に寄せます。*/
.cardlayout-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  margin: 25px auto 0px;
  max-width: 1100px;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

/* リンクテキストの下線を非表示 */
a.card-link {
  text-decoration: none;
}

/* カードレイアウト内の画像を幅いっぱいに表示 */
#cardlayout-wrap img {
  display: block;
  max-width: 100%;
  height: auto;
}

.card-figure, .card-img {
  margin: 0;
  padding: 0;
  min-height: 200px;
}

.card-img {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.card-figure {
  background-image: url(/img/iju/logo.gif);
  background-repeat: no-repeat;
  background-position: center center;
  border: solid 1px #eee;
  box-sizing: border-box;
}

/* カードレイアウトのタイトル部分 */
.card-title {
  margin: 0.6em 0 0;
  /* text-align: center;
font-size: 1.8em; */
}

/* カードレイアウトの説明文部分 */
.card-text-tax {
  margin: 0;
  padding: 1em;
  color: #818181;
}

/* カードレイアウトを1カラムで配置 */
.card-list {
  /* margin: 0.5em auto; */
  padding: 10px;
  width: 100%;
  background: #FFF;
  margin-bottom: 15px;
  box-sizing: border-box;
}

/* 画面幅768px以上の場合カードレイアウトを2カラムで配置 */
@media all and (min-width: 768px) {
  .card-list {
    width: calc(95% / 3);
    /* 100%幅を2で割るという指定 */
  }
}

/* 画面幅992px以上の場合カードレイアウトを3カラムで配置 */
@media all and (min-width: 992px) {
  .card-list {
    width: calc(95% / 4);
    /* 100%幅を3で割るという指定 */
  }

  /* 最後の行が4列より少ない場合左寄せにレイアウトさせる */
  #cardlayout-wrap::after {
    content: "";
    display: block;
    width: calc(95% / 4);
  }
}

@media only screen and (max-width: 1024px) {

  .ijuLower #content_header,
  .pankuzu {
    padding: 0 8px;
  }

  .ijuLower #print_mode_link {
    display: none;
  }

  .headerIju {
    width: auto;
    margin: 0 0 17px;
  }

  .child-box {
    padding-right: 10px;
  }

  .child-box.boxLogo2 {
    padding-left: 10px;
  }

  .is-fixed {
    /* font-size: 81%; */
  }

  .slideTop,
  .content {
    width: auto !important;
  }

  .nav-container,
  .dataArea,
  .multiple {
    width: 1024px !important;
  }

  .navigation {
    font-size: 90%;
  }

  .ijuLower {
    width: 100%;
  }

  .buttons {
    padding-left: 10px;
  }

  .slick-dots {
    padding-right: 10px;
  }

  .multiple div {
    margin: 0;
  }

  .content.appeal {
    background-size: contain;
    height: 578px;
    width: 1024px !important;
  }

  .hajimema {
    left: 40px;
    top: 186px;
    width: 540px;
    font-size: 120%;
  }

  .guideBook {
    top: 445px;
  }
}

@media only screen and (max-width: 768px) {
  .nav-container, .dataArea, .multiple {
    width: 768px !important;
  }

  .pankuzu {
    font-size: 90%;
  }

  .accessibilityM,
  .accessibilityB {
    display: none;
  }

  .nichijou768 {
    /* margin-right: 7px; */
  }

  .child-box.boxLogo2 img {
    width: 180px;
    margin-bottom: 7px;
  }

  .nav-mobile {
    display: block;
  }

  nav {
    width: 100%;
    position: fixed;
    top: 70px;
    left: 0;
    z-index: 15000;
  }

  nav ul {
    display: none;
    border-top: solid 1px #0E7278;
  }

  .nav-list>li {
    border-bottom: solid 1px #0E7278;
  }

  nav ul li {
    float: none;
  }

  .nav-list>li>a {
    padding: 0 6px 0 56px;
    line-height: 48px;
    margin-right: 0;
  }

  nav ul li ul li {
    background-color: #ECF4F4;
  }

  .nav-list>li>ul>li>a {
    padding-left: 46px;
  }

  ul.nav-list li:nth-child(1)>a, ul.nav-list li:nth-child(2)>a, ul.nav-list li:nth-child(3)>a, ul.nav-list li:nth-child(4)>a, ul.nav-list li:nth-child(5)>a {
    background-position: 7px center;
  }

  .nav-dropdown {
    position: static;
  }

  .navBtn.active {
    background-color: #CFE3E4;
  }

  .nav-container {
    justify-content: center;
  }

  .is-fixed {
    font-size: 100%;
  }

  .content.osusume4 {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
  }

  .content.osusume4 .image {
    width: 47%;
    margin: 0;
  }

  .hajimema {
    left: 28px;
    top: 140px;
    width: 415px;
    font-size: 92%;
  }

  .guideBook {
    top: 350px;
    left: 30px;
    width: 708px;
    background-position: left top;
    padding-left: 37px;
    padding-right: 0;
  }

  .content.appeal {
    height: 433px;
    width: 768px !important;
  }

  .parent {
    flex-wrap: wrap;
  }

  .child-box {
    width: 100%;
  }

  .child-box.boxLogo2 {
    text-align: center;
  }

  .is-fixed {
    position: unset;
    border: none;
  }

  .multiple .slick-dots {
    text-align: center;
    float: none;
    padding: 0;
    bottom: -10px;
  }
}

@media screen and (min-width: 769px) {
  .nav-list {
    display: block !important;
  }
}

@media only screen and (max-width: 420px) {
  .mh1 h1 {
    padding: 15px 12px;
    font-size: 124%;
    background-size: 38px;
  }

  .mh1 {
    background-size: 50px;
  }
  .nav-container, .dataArea {
    width: auto !important;
  }

  .multiple {
    width: 60% !important;
  }

  .multiple .slick-prev {
    left: -30px;
  }

  .multiple .slick-next {
    right: -30px;
  }

  .navigation {
    font-size: 100%;
  }

  .kensakuMado {
    width: 90%;
  }

  #cse-search-box {
    margin-top: 11px;
    display: flex;
  }

  #tmp_query {
    width: 100%;
  }
	#tmp_query {
		width: 100% !important;
	}

  .parent img {
    max-width: 100%;
  }

  .child-box.boxLogo2 {
    text-align: left;
  }

  .child-list {
    padding: 0 11px;
  }

  .midashiH2 img {
    width: 80%;
    height: auto;
  }

  #page-top1 img {
    width: 80px;
    height: auto;
  }

  #page-top1 {
    width: 80px;
    height: 95px;
  }

  .guideBook {
    padding-left: 75px;
    padding-right: 12px;
  }

  .footerIju {
    text-align: left;
  }

  .copyRight {
    padding-left: 8px;
    font-size: 90%;
  }

  .jusho {
    padding: 5px 10px;
    font-size: 95%;
    text-align: center;
  }

  div.jusho p span {
    display: block;
  }

  .content.appeal {
    height: auto;
    flex-wrap: wrap;
    background-image: none;
    width: 320px !important;
  }

  .hajimema,
  .guideBook {
    position: unset;
  }

  .appealSp img {
    max-width: 100%;
    height: auto;
  }

  .parent2 {
    flex-wrap: wrap;
  }

  .childB {
    flex: auto;
    width: 50%;
  }

  .wide {
    width: 100%;
  }

  .child-box.boxLogo2 {
    text-align: center;
  }

  .child-box.boxLogo2 img {
    width: 155px;
    margin-bottom: 13px;
    margin-top: 8px;
  }

  .cardlayout-wrap {
    justify-content: center;
  }

  .card-list {
    width: 85%;
  }

  .catchC {
    text-align: center;
  }

  .catchC span {
    display: block;
  }

  .nav-container {
    flex-wrap: wrap;
  }

  .card-title {
    font-size: 100%;
  }

  .card-text-tax {
    padding: 7px 0 0;
    font-size: 90%;
    text-align: center;
  }

  .ijuLower img {
    width: 100%;
    height: auto;
  }

  .ijuLowerList1 dt {
    width: 100%;
  }

  .ijuLowerList1 dd {
    padding: 0;
    font-weight: bold;
    width: 100%;
  }

  .ijuLowerList1 span {
    font-size: 100%;
  }

  .jusho span {
    padding-left: 0;
  }
}


/*追加　翻訳ボタン関係*/
#he_right_b {
	display: flex;
	justify-content: flex-end;
}
#he_right_b ul.ichiretsu {
	display: flex;
	list-style: none;
}
#he_right_b ul.ichiretsu li {
	padding: 10px;
	border-right: dotted 1px #0b449d;
}

div.menuWaku {
	float: left;
	margin-right: 10px;
}

/**
 * menu
 */
.menuHonyaku {
  position: relative;
  width: 100%;
  /* height: 50px; */
  /* max-width: 1000px; */
  margin: 0;
  padding: 0;
}

ul.menu__second-level > li {
	float: left;
	/* width: 25%; */
	/* height: 50px; */
	/* line-height: 50px; */
	/* background: #222222; */
	text-align: center;
}

.menuHonyaku > li a {
	display: block;
	/* color: #fff; */
	/* text-decoration: none; */
}

.menuHonyaku>li a:hover {
  color: #999;
}

.menu__single:hover {
	/* background: #072A24; */
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.menu__second-level li {
	border-top: 1px solid #222;
	list-style: none;
	width: 100%;
	padding-right: 0 !important;
	margin-right: 0;
}

.menu__third-level li {
  border-top: 1px solid #111;
}

.menu__second-level li a:hover {
	background: #2959A5;
	color: #fff;
}

.menu__third-level li a:hover {
  background: #2a1f1f;
}

.menu__fourth-level li a:hover {
  background: #1d0f0f;
}

a.init-bottom {
	border: solid 1px gray;
	padding: 4px 6px;
	text-decoration: none;
	color: #222;
	border-radius: 4px;
	box-sizing: border-box;
	background-color: #FFF;
}

.menuHonyaku:before,
.menuHonyaku:after {
  content: "";
  display: table;
}

.menuHonyaku:after {
  clear: both;
}

.menuHonyaku {
	list-style: none;
}

/**
 * single menu
 */
.menuHonyaku>.menu__single {
  position: relative;
}

.menu__single .menu__second-level {
  position: absolute;
  /* top: 40px; */
  width: 100%;
  background: #ffffff;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  visibility: hidden;
  opacity: 0;
  padding: 0;
}

.menu__single:hover > .menu__second-level {
	/* top: 50px; */
	visibility: visible;
	opacity: 1;
	z-index: 999999;
	border: solid 1px #222;
	border-top: none;
}

ul.menuHonyaku span.external_link_text {
	display: none;
}

ul.menuHonyaku li.menu__single ul.menu__second-level li {
  border-right: none;
  padding-right: 0;
}

.menu__second-level li a {
	padding: 8px 0;
}

@media screen and (max-width: 800px) {
  #he_right_b ul.ichiretsu {
    display: none;
  }

  #header {
    overflow: visible;
    display: flex;
    flex-wrap: wrap;
  }

  .menuHonyaku {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }

  div.menuWaku {
    float: none;
    margin-right: 0;
  }

  ul.menuHonyaku li.menu__single {
    border-right: none;
    padding-right: 0;
  }
}