@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}

body {
  background: #FFF;
}

a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  color: #8C6A26;
}

.buttonouter {
  margin: 30px 0 0 auto;
  text-align: right;
}

.buttonoutermb {
  margin: 30px 0 30px auto;
  text-align: right;
}

a.button {
  position: relative;
  padding: 10px 20px 10px 45px;
  background-color: #8C6A26;
  border: 1px solid #8C6A26;
  color: #FFFFFF;
  text-decoration: none;
}
a.button:before {
  content: "";
  background-color: #FFFFFF;
  -webkit-mask: url(../../img/icon_button.svg);
          mask: url(../../img/icon_button.svg);
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 10px;
  height: 30px;
  width: 30px;
}
a.button:hover {
  background-color: #FFFFFF;
  color: #8C6A26;
}
a.button:hover:before {
  background-color: #8C6A26;
}

a.commonbutton {
  min-width: 140px;
  font-size: 112.5%;
}
a.commonbutton:before {
  margin-top: -15px;
}

br.nwl {
  display: none;
}

br.wl {
  display: block;
}

section.commonbg_left {
  background-image: url(../../img/bg_polygon_left.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
}

section.commonbg_right {
  background-image: url(../../img/bg_polygon_right.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
}

.breadcrumb {
  width: 100%;
  background-color: #CDD2D9;
  border-top: 1px solid #CDD2D9;
}

.breadcrumbinner {
  max-width: 820px;
  margin: 0 auto;
  padding: 10px 20px;
}
.breadcrumbinner > a {
  color: #8C6A26;
}
.breadcrumbinner > a:hover {
  color: #FFFFFF;
}

main {
  background-color: #f2f2f2;
}

.commonarea {
  max-width: 820px;
  margin: 0 auto;
  padding: 50px;
  background-color: #FFFFFF;
}

.commoninner {
  margin: 0 auto;
}
.commoninner img {
  width: 100%;
}
.commoninner p {
  font-size: 100%;
  margin-bottom: 20px;
}
.commoninner strong {
  display: block;
  margin: 20px 0;
  font-size: 112.5%;
  color: #061D3F;
}
.commoninner h4 {
  margin-top: 30px;
}

.commonstitle {
  border-left: 10px solid #061D3F;
  margin-bottom: 15px;
  padding-left: 8px;
  font-size: 125%;
}

.commonltitle {
  margin-bottom: 30px;
  border-bottom: 3px solid #8C6A26;
  font-size: 150%;
}
.commonltitle > span {
  font-size: 150%;
  color: #8C6A26;
}

.flexboxblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header {
  background-color: #061D3F;
  border-top: 1px solid #061D3F;
  border-bottom: 1px solid #061D3F;
}
header .headerinner {
  max-width: 920px;
  margin: 0 auto;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
header h1 {
  margin: 0;
}
header h1 a {
  display: block;
  width: 237px;
  height: 220px;
  background-image: url(../../img/header/logo.png);
  background-size: 237px 200px;
  background-position: center center;
  background-repeat: no-repeat;
}
header h1 a > span {
  display: none;
}
header nav {
  width: calc(100% - 260px);
  height: 100%;
}
header ul {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  list-style-type: none;
}
header ul li {
  width: calc(25% - 2px);
  min-height: 200px;
  margin: 0 2px;
}
header ul li > a {
  display: block;
  width: 100%;
  height: 100%;
}
header ul li > a:hover {
  background: rgba(247, 147, 30, 0.6);
  color: #FFFFFF;
}
header ul li > h2 {
  width: 100%;
  height: 100%;
  background: rgba(247, 147, 30, 0.8);
  color: #FFFFFF;
}
header .whitecolor li > a {
  background: rgba(255, 255, 255, 0.6);
  color: #061D3F;
}
header .blackcolor li > a {
  background: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
}
header .gnav_item1 {
  background-image: url(../../img/header/gnavi_bg1.jpg);
}
header .gnav_item1 .selected {
  background-image: url(../../img/header/gnavi_text5_w.png);
}
header .gnav_item2 {
  background-image: url(../../img/header/gnavi_bg2.jpg);
}
header .gnav_item2 .selected {
  background-image: url(../../img/header/gnavi_text6_n.png);
}
header .gnav_item3 {
  background-image: url(../../img/header/gnavi_bg3.jpg);
}
header .gnav_item3 .selected {
  background-image: url(../../img/header/gnavi_text7_n.png);
}
header .gnav_item4 {
  background-image: url(../../img/header/gnavi_bg4.jpg);
}
header .gnav_item4 .selected {
  background-image: url(../../img/header/gnavi_text8_n.png);
}
header .gnav_item1, header .gnav_item2, header .gnav_item3, header .gnav_item4 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
header .gnav_item1 div, header .gnav_item1 strong, header .gnav_item2 div, header .gnav_item2 strong, header .gnav_item3 div, header .gnav_item3 strong, header .gnav_item4 div, header .gnav_item4 strong {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
header .gnav_item1 .selected, header .gnav_item2 .selected, header .gnav_item3 .selected, header .gnav_item4 .selected {
  background-position: center 10%;
  font-weight: normal;
}
header .gnav_item1 .notselected, header .gnav_item2 .notselected, header .gnav_item3 .notselected, header .gnav_item4 .notselected {
  position: relative;
  background-position: center 10%;
}
header .gnav_item1 .notselected:after, header .gnav_item2 .notselected:after, header .gnav_item3 .notselected:after, header .gnav_item4 .notselected:after {
  position: absolute;
  top: 44%;
  left: 44%;
}
header .gnav_item1 span, header .gnav_item2 span, header .gnav_item3 span, header .gnav_item4 span {
  display: none;
}
header .whitecolor .gnav_item1 .notselected {
  background-image: url(../../img/header/gnavi_text5_n.png);
}
header .whitecolor .gnav_item1 .notselected:hover {
  background-image: url(../../img/header/gnavi_text5_w.png);
}
header .whitecolor .gnav_item2 .notselected {
  background-image: url(../../img/header/gnavi_text6_n.png);
}
header .whitecolor .gnav_item2 .notselected:hover {
  background-image: url(../../img/header/gnavi_text6_w.png);
}
header .whitecolor .gnav_item3 .notselected {
  background-image: url(../../img/header/gnavi_text7_n.png);
}
header .whitecolor .gnav_item3 .notselected:hover {
  background-image: url(../../img/header/gnavi_text7_w.png);
}
header .whitecolor .gnav_item4 .notselected {
  background-image: url(../../img/header/gnavi_text8_n.png);
}
header .whitecolor .gnav_item4 .notselected:hover {
  background-image: url(../../img/header/gnavi_text8_w.png);
}
header .whitecolor .gnav_item1 .notselected:after, header .whitecolor .gnav_item2 .notselected:after, header .whitecolor .gnav_item3 .notselected:after, header .whitecolor .gnav_item4 .notselected:after {
  content: url(../../img/header/gnavi_icon_n.png);
}
header .whitecolor .gnav_item1 .notselected:hover:after, header .whitecolor .gnav_item2 .notselected:hover:after, header .whitecolor .gnav_item3 .notselected:hover:after, header .whitecolor .gnav_item4 .notselected:hover:after {
  content: url(../../img/header/gnavi_icon_w.png);
}
header .blackcolor .gnav_item1 .notselected {
  background-image: url(../../img/header/gnavi_text5_w.png);
}
header .blackcolor .gnav_item1 .notselected:hover {
  background-image: url(../../img/header/gnavi_text5_n.png);
}
header .blackcolor .gnav_item2 .notselected {
  background-image: url(../../img/header/gnavi_text6_w.png);
}
header .blackcolor .gnav_item2 .notselected:hover {
  background-image: url(../../img/header/gnavi_text6_n.png);
}
header .blackcolor .gnav_item3 .notselected {
  background-image: url(../../img/header/gnavi_text7_w.png);
}
header .blackcolor .gnav_item3 .notselected:hover {
  background-image: url(../../img/header/gnavi_text7_n.png);
}
header .blackcolor .gnav_item4 .notselected {
  background-image: url(../../img/header/gnavi_text8_w.png);
}
header .blackcolor .gnav_item4 .notselected:hover {
  background-image: url(../../img/header/gnavi_text8_n.png);
}
header .blackcolor .gnav_item1 .notselected:after, header .blackcolor .gnav_item2 .notselected:after, header .blackcolor .gnav_item3 .notselected:after, header .blackcolor .gnav_item4 .notselected:after {
  content: url(../../img/header/gnavi_icon_w.png);
}
header .blackcolor .gnav_item1 .notselected:hover:after, header .blackcolor .gnav_item2 .notselected:hover:after, header .blackcolor .gnav_item3 .notselected:hover:after, header .blackcolor .gnav_item4 .notselected:hover:after {
  content: url(../../img/header/gnavi_icon_n.png);
}

.guide_container {
  background-color: #F2F2F2;
}
.guide_container .guide_outer {
  max-width: 920px;
  margin: 0 auto;
  padding-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.guide_container .guide_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.guide_container .home_url {
  position: relative;
  background-color: #2B63B6;
  margin-bottom: 5px;
  padding: 8px 13px 8px 30px;
  border: 1px solid #2B63B6;
  border-radius: 5px;
  color: #FFFFFF;
  text-decoration: none;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
}
.guide_container .home_url:before {
  content: "<";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.guide_container .home_url:hover {
  background: #FFFFFF;
  color: #2B63B6;
}
.guide_container .guide_assist {
  position: relative;
  display: block;
  background-color: #061D3F;
  border: 1px solid #061D3F;
  border-bottom: none;
  padding: 8px 45px 8px 30px;
  border-radius: 5px 5px 0 0;
  color: #FFFFFF;
  line-height: 1;
  font-size: 16px;
  cursor: pointer;
}
.guide_container .guide_assist:before {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.assist_container #assist_display {
  display: none;
}
.assist_container #assist_display:checked + .assist_outer {
  display: block;
}
.assist_container .assist_outer {
  display: none;
  max-width: 920px;
  margin: 0 auto;
}
.assist_container .assist_inner {
  margin: 15px 0 0;
  padding: 5px;
  border: 1px solid #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1;
}
.assist_container .assist_inner span {
  margin-right: 10px;
}
.assist_container .assist_fontsize {
  margin: 0 30px;
}
.assist_container .assist_readspeaker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.assist_container input[type=button] {
  padding: 0 5px;
  font-size: 16px;
  border-radius: 2px;
  cursor: pointer;
}
.assist_container input[name=assist_bgcolor0] {
  background-color: #fff;
  color: #000;
  border: 1px solid #666;
}
.assist_container input[name=assist_bgcolor1] {
  background-color: #000;
  color: #ff0;
  border: 1px solid #ff0;
}
.assist_container input[name=assist_bgcolor2] {
  background-color: #00f;
  color: #ff0;
  border: 1px solid #ff0;
}
.assist_container input[name=assist_bgcolor3] {
  background-color: #ff0;
  color: #000;
  border: 1px solid #000;
}
.assist_container input[name=assist_fontsize1] {
  font-weight: bold;
  font-size: 18px;
}
.assist_container input[name=assist_fontsize0],
.assist_container input[name=assist_fontsize1] {
  background: transparent;
  color: currentcolor;
  border: 2px solid #666;
}

.guide_languagearea {
  font-size: 16px;
  position: relative;
}
.guide_languagearea #language_display {
  display: none;
}
.guide_languagearea #language_display:checked + .assist_language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.guide_languagearea .assist_language {
  display: none;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 10;
}
.guide_languagearea .assist_language a {
  display: block;
  padding: 5px 70px 5px 10px;
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
  border-bottom: 1px solid #ED7D31;
  color: #000;
  text-decoration: none;
}
.guide_languagearea .assist_language a::before {
  content: "‣";
  margin-right: 3px;
}
.guide_languagearea .assist_language a:last-child {
  border-bottom: 1px solid #F2F2F2;
}
.guide_languagearea .guide_language {
  display: block;
  margin: 0 20px 10px 0;
  padding: 7px 10px;
  border: 1px solid #ED7D31;
  border-radius: 5px;
  background-color: #ED7D31;
  color: #fff;
  cursor: pointer;
}

footer .contactarea {
  padding: 40px 0;
  background-color: #061D3F;
  border-top: 1px solid #061D3F;
  font-size: 112.5%;
  color: #FFFFFF;
  text-align: center;
}
footer .contactarea div {
  font-weight: bold;
}
footer .contactarea a {
  color: #FFFFFF;
}
footer .contactarea a:hover {
  color: #8C6A26;
}
footer .copyrightarea {
  background-color: #CDD2D9;
  border-top: 1px solid #8F99AB;
  padding: 20px 0;
  text-align: center;
}
footer small {
  font-size: 87.5%;
  color: #061D3F;
}

.index_messagearea {
  max-width: 920px;
  margin: 0 auto;
  padding: 0;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.index_messageinner {
  max-width: 920px;
  margin: 0;
  padding: 40px 60px;
  text-align: center;
}
.index_messageinner h2 {
  margin-bottom: 50px;
  font-size: 250%;
  color: #8C6A26;
}
.index_messageinner p {
  margin-bottom: 25px;
  font-size: 112.5%;
  color: #061D3F;
}
.index_messageinner .mayor {
  margin: 25px 0;
}
.index_messageinner .mayor > span {
  margin-left: 10px;
  font-size: 150%;
}

.index_overviewinner .cityblock1 {
  margin-bottom: 30px;
}
.index_overviewinner .cityblock1 .leftcard {
  width: 30%;
}
.index_overviewinner .cityblock1 .rightcard {
  width: 66%;
}
.index_overviewinner .cityblock2 .uniformitycard {
  width: calc(33.3333333333% - 30px);
}
.index_overviewinner .cityblock3 .uniformitycard {
  width: 49%;
}

.index_videoarea {
  max-width: 920px;
  margin: 0 auto;
  padding: 130px 0;
  background-color: #FFFFFF;
}

.index_videoinner {
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.index_videoinner .leftcard {
  width: 450px;
}
.index_videoinner .leftcard > video {
  width: 100%;
  height: auto;
}
.index_videoinner .rightcard {
  width: 100%;
  max-width: 350px;
  margin-left: 35px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.index_videoinner h2 {
  font-size: 150%;
  color: #8C6A26;
}
.index_videoinner dt {
  margin-bottom: 10px;
  color: #061D3F;
}
.index_videoinner dt > span {
  font-size: 112.5%;
}

.index_pdfarea {
  max-width: 920px;
  margin: 0 auto;
  padding: 65px 0;
  background-image: url(../../img/index/bg_pdf.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.index_pdfinner {
  max-width: 440px;
  margin: 0 auto;
  padding: 30px;
  background-color: #FFF;
  border: 2px solid #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.index_pdfinner .rightcard {
  margin: 10px 0 0 35px;
}
.index_pdfinner .pdfimage {
  border: 1px solid #FFF;
}
.index_pdfinner h2 {
  margin-bottom: 20px;
  font-size: 112.5%;
  color: #8C6A26;
}
.index_pdfinner .pdfbutton {
  font-size: 87.5%;
  margin-bottom: 10px;
}
.index_pdfinner .pdfbutton:before {
  margin-top: -15px;
}

.pride_fireworksinner > p {
  margin-top: 20px;
}

.pride_peaceinner .leftcard, .pride_peaceinner .rightcard {
  width: 49%;
}
.pride_peaceinner > p {
  margin-top: 20px;
}

.pride_regioninner .uniformitycard {
  width: calc(33.3333333333% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pride_regioninner .uniformitycard .buttonouter {
  margin: 0;
}
.pride_regioninner .uniformitycard .buttonouter a.button {
  margin-bottom: 30px;
  display: block;
  text-align: center;
}

.pride_foodinner .leftcard {
  width: 49%;
}
.pride_foodinner .centercard,
.pride_foodinner .rightcard {
  width: 20%;
  text-align: center;
}
.pride_foodinner .centercard img,
.pride_foodinner .rightcard img {
  width: auto;
}
.pride_foodinner .uniformitycard {
  width: calc(25% - 15px);
  margin-top: 30px;
}
.pride_foodinner .uniformitycard > strong {
  margin: 0;
}
.pride_foodinner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.pride_foodinner dl dt {
  width: 60px;
  margin: 20px 0;
  font-size: 112.5%;
  font-weight: bold;
  color: #061D3F;
}
.pride_foodinner dl dd {
  margin: 15px 0;
}

.pride_sakeinner .leftcard {
  width: 35%;
}
.pride_sakeinner .rightcard {
  width: 61%;
}
.pride_sakeinner .sakeblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pride_sakeinner .sakeblock > div {
  width: 49%;
}
.pride_sakeinner .leftcard2, .pride_sakeinner .rightcard2 {
  width: 49%;
}

.pride_pioneerinner .flexboxblock {
  margin-bottom: 0;
}
.pride_pioneerinner .uniformitycard {
  width: calc(33.3333333333% - 30px);
}
.pride_pioneerinner .leftcard {
  width: 20%;
}
.pride_pioneerinner .rightcard {
  width: 76%;
}
.pride_pioneerinner .rightcard > strong {
  margin-top: 0;
}
.pride_pioneerinner strong {
  font-size: 112.5%;
  border-bottom: 2px solid #061D3F;
}
.pride_pioneerinner h4 {
  margin: 10px 0 30px;
}
.pride_pioneerinner h4 > span {
  font-size: 125%;
  color: #061D3F;
}

.living_parentinginner .leftcard, .living_parentinginner .rightcard,
.living_educationinner .leftcard,
.living_educationinner .rightcard,
.living_revivalinner .leftcard,
.living_revivalinner .rightcard,
.living_medicalinner .leftcard,
.living_medicalinner .rightcard,
.living_immigrationinner .leftcard,
.living_immigrationinner .rightcard {
  width: 49%;
}

.living_ao-reinner .leftcard, .living_ao-reinner .rightcard {
  width: 49%;
}
.living_ao-reinner .ao-reawardblock {
  margin: 0 0 30px;
}
.living_ao-reinner .ao-reawardblock > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowwrap;
      flex-wrap: nowwrap;
}
.living_ao-reinner .ao-reawardblock > dl dt {
  width: 30%;
}
.living_ao-reinner .ao-reawardblock > dl dd {
  width: 70%;
}

.future_ruralinner .leftcard,
.future_ruralinner .rightcard,
.future_resourceinner .leftcard,
.future_resourceinner .rightcard {
  width: 49%;
}

.future_innovationinner .leftcard1 {
  width: 49%;
}
.future_innovationinner .rightcard1 {
  width: 49%;
}
.future_innovationinner .leftcard2 {
  width: 49%;
}
.future_innovationinner .rightcard2 {
  width: 49%;
}
.future_innovationinner .leftcard3 {
  width: 49%;
}
.future_innovationinner .rightcard3 {
  width: 49%;
}

.pickup_listinner ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pickup_listinner ul li {
  width: calc(33.3333333333% - 25px);
  margin: 0 0 45px;
}
.pickup_listinner ul:after {
  content: "";
  display: block;
  width: calc(33.3333333333% - 35px);
  background-image: url(../../img/pickup/noimage.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.pickup_moreouter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pickup_moreouter .pickup_moreinner {
  width: 100%;
  text-align: center;
}
.pickup_moreouter .pickup_moreinner img {
  width: auto;
}
.pickup_moreouter .moretitle {
  margin-bottom: 15px;
  font-size: 125%;
  color: #bf8f00;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, body {
    background-color: #f2f2f2;
  }
  *::-ms-backdrop, a.button {
    font-family: "ＭＳ Ｐゴシック", "ＭＳ ゴシック", serif;
  }
}
@media print {
  .guide_container,
  header {
    display: none;
  }
  a.commonbutton {
    display: none;
  }
  br.nwl {
    display: block;
  }
  br.wl {
    display: none;
  }
  .commonarea {
    padding: 10px;
  }
  .commonltitle {
    font-size: 125%;
  }
  .commonltitle > span {
    font-size: 175%;
  }
  .index_messagearea {
    background: none;
    padding: 10px;
  }
  .index_videoarea {
    padding: 10px;
  }
  .index_pdfarea {
    padding: 10px;
  }
  .pickup_listinner ul {
    display: block;
  }
  .pickup_listinner ul li {
    float: left;
    margin: 0 20px 0 0;
    height: 500px;
  }
  .pickup_listinner ul:after {
    content: "";
    display: block;
    clear: both;
  }
}