/**----------------------------------------
 * common style css
 -----------------------------------------*/
:root {
  --font-size: 16px;
  --main-background-color: white;
  --main-htag-color: #4b4b4b;
  --main-atag-color: #0000ff;
  --main-atag-color-hover: #6496ff;
  --main-atag-color-visited: #0000ff;
  --main-default-color: #1e1e1e;
  --main-acrobat-reader-link-border-color: #4b4b4b;
  --main-redirect-link-button-back-bgcolor: #3c7dff;
  --main-redirect-link-button-forward-bgcolor: #f89a1f;
}
html {
  font-size: var(--font-size);
}
html[data-font_size="large"] {
  --font-size: 18px;
}
html[data-background_color="blue"] {
  --main-background-color: #00008b;
  --main-htag-color: yellow;
  --main-atag-color: white;
  --main-atag-color-hover: yellow;
  --main-atag-color-visited: white;
  --main-default-color: yellow;
  --main-acrobat-reader-link-border-color: yellow;
  --main-redirect-link-button-back-bgcolor: #00008b;
  --main-redirect-link-button-forward-bgcolor: #00008b;
}
html[data-background_color="black"] {
  --main-background-color: #000000;
  --main-htag-color: white;
  --main-atag-color: yellow;
  --main-atag-color-hover: white;
  --main-atag-color-visited: yellow;
  --main-default-color: white;
  --main-acrobat-reader-link-border-color: white;
  --main-redirect-link-button-back-bgcolor: #000000;
  --main-redirect-link-button-forward-bgcolor: #000000;
}
html body {
  font-size: var(--font-size);
}
@media print {
  html body {
    zoom: 0.8;
  }
}
html body .ccm-page {
  font-family: YakuHanJP_Noto, "Noto Sans JP", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'KozGoPro-Light', '小塚ゴシック Pro L', 'Kozuka Gothic Pro Light', Meiryo, sans-serif;
  line-height: 160%;
  text-align: left;
  font-feature-settings: "palt" 1;
}
html body .ccm-page #wrapper {
  position: relative;
}
@media print, screen and (min-width: 751px) {
  html body .ccm-page #wrapper {
    min-width: 1200px;
  }
}
@media screen and (max-width: 750px) {
  html body .ccm-page #wrapper {
    width: 100vW;
  }
  html body .ccm-page #wrapper[data-menu_open_flag="true"] {
    height: 100vh;
    overflow: hidden;
  }
}
html body .ccm-page #wrapper header #sp2pc_view_swich {
  width: 100%;
  background-color: #3c7dff;
  text-align: center;
  font-size: 1rem;
  line-height: 33px;
  color: white;
}
html body .ccm-page #wrapper header #top_head_fixed {
  position: fixed;
  width: 100%;
  margin-left: 0;
  background-color: #FFFFFFFF;
  border-bottom: solid 3px #0aa546;
  z-index: 100;
}
@media print, screen and (min-width: 751px) {
  html body .ccm-page #wrapper header #top_head_fixed {
    min-width: 1200px;
  }
}
@media screen and (max-width: 750px) {
  html body .ccm-page #wrapper header #top_head_fixed {
    position: relative;
    border-bottom: solid 1px #969696;
  }
}
@media print {
  html body .ccm-page #wrapper header #top_head_fixed {
    position: absolute;
  }
}
html body .ccm-page #wrapper header #top_head_fixed #top_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 73px;
  margin: 0 auto;
}
@media print, screen and (min-width: 751px) {
  html body .ccm-page #wrapper header #top_head_fixed #top_head {
    width: 1170px;
  }
}
@media screen and (max-width: 750px) {
  html body .ccm-page #wrapper header #top_head_fixed #top_head {
    width: calc(100% - 24px);
    height: 60px;
    margin: 0 auto;
  }
}
html body .ccm-page #wrapper header #top_head_fixed #top_head > a {
  display: block;
}
@media screen and (max-width: 750px) {
  html body .ccm-page #wrapper header #top_head_fixed #top_head > a:first-of-type {
    margin-left: -6px;
  }
}
html body .ccm-page #wrapper header #top_head_fixed #top_head > a > img {
  display: block;
}
@media print, screen and (min-width: 751px) {
  html body .ccm-page #wrapper header #top_head_fixed #top_head > a #logo {
    width: 345px;
    height: 100%;
  }
}
@media screen and (max-width: 750px) {
  html body .ccm-page #wrapper header #top_head_fixed #top_head > a #logo {
    max-width: 60vw;
    height: 40px;
  }
}
html body .ccm-page #wrapper header #top_head_fixed #top_head #header_tools {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 800px;
  height: 100%;
  padding: 8px 0;
}
@media screen and (max-width: 750px) {
  html body .ccm-page #wrapper header #top_head_fixed #top_head #header_tools {
    display: none;
  }
}
html body .ccm-page #wrapper header #top_head_fixed #top_head #header_tools #header_tools_top_line {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 23px;
}
html body .ccm-page #wrapper header #top_head_fixed #top_head #header_tools #header_tools_top_line a {
  display: block;
  position: relative;
  margin-left: 30px;
  color: #323232;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
}
html body .ccm-page #wrapper header #top_head_fixed #top_head #header_tools #header_tools_top_line a::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  bottom: 0;
  left: -16px;
  margin: auto 0;
  border-radius: 7px;
  background-color: #0aa546;
}
html body .ccm-page #wrapper header #top_head_fixed #top_head #header_tools #header_tools_top_line a::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 4px;
  top: 0;
  bottom: 0;
  left: -11px;
  margin: auto 0;
  border-top: solid 4px transparent;
  border-bottom: solid 4px transparent;
  border-left: solid 6px white;
}
html body .ccm-page #wrapper header #top_head_fixed #top_head #header_tools #header_tools_bottom_line {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 28px;
}
html body .ccm-page #wrapper header #top_head_fixed #top_head #header_tools #header_tools_bottom_line .header_tools_bottom_line_item {
  margin-left: 20px;
  font-size: 14px;
}
html body .ccm-page #wrapper header #top_head_fixed #top_head #header_tools #header_tools_bottom_line .header_tools_bottom_line_item#spview_swich {
  display: none;
}
html body .ccm-page #wrapper header #top_head_fixed #top_head #header_tools #header_tools_bottom_line .header_tools_bottom_line_item#spview_swich #spview_swich_button a {
  display: inline-block;
  padding: 0 10px;
  border: solid 1px #969696;
  border-radius: 4px;
  background-color: #0aa546;
  font-size: 13px;
  line-height: 26px;
  color: white;
}
html body .ccm-page #wrapper header #top_head_fixed #top_head #header_tools #header_tools_bottom_line .header_tools_bottom_line_item #back_color_changer {
  display: flex;
  align-items: center;
}
html body .ccm-page #wrapper header #top_head_fixed #top_head #header_tools #header_tools_bottom_line .header_tools_bottom_line_item #back_color_changer p {
  font-size: 1em;
  line-height: 1em;
}
html body .ccm-page #wrapper header #top_head_fixed #top_head #header_tools #header_tools_bottom_line .header_tools_bottom_line_item #back_color_changer .back_switch_button {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-left: 4px;
  cursor: pointer;
  vertical-align: middle;
}
html body .ccm-page #wrapper header #top_head_fixed #top_head #header_tools #header_tools_bottom_line .header_tools_bottom_line_item #font_size_changer {
  display: flex;
  align-items: center;
}
html body .ccm-page #wrapper header #top_head_fixed #top_head #header_tools #header_tools_bottom_line .header_tools_bottom_line_item #font_size_changer p {
  font-size: 1em;
  line-height: 1em;
}
html body .ccm-page #wrapper header #top_head_fixed #top_head #header_tools #header_tools_bottom_line .header_tools_bottom_line_item #font_size_changer .font_size_change_button {
  display: inline-block;
  width: 40px;
  height: 28px;
  margin-left: 4px;
  cursor: pointer;
  vertical-align: middle;
}
html body .ccm-page #wrapper header #top_head_fixed #top_head #header_tools #header_tools_bottom_line .header_tools_bottom_line_item #font_size_changer .font_size_change_button.normal {
  background-position: 0 0;
}
html body .ccm-page #wrapper header #top_head_fixed #top_head #header_tools #header_tools_bottom_line .header_tools_bottom_line_item #font_size_changer .font_size_change_button.large {
  background-position: 0 28px;
}
html body .ccm-page #wrapper header #top_head_fixed #top_head #header_tools #header_tools_bottom_line .header_tools_bottom_line_item #font_size_changer .font_size_change_button a {
  display: none;
}
html body .ccm-page #wrapper header #top_head_fixed #top_head #header_tools #header_tools_bottom_line .header_tools_bottom_line_item #font_size_changer[data-font_size="large"] .font_size_change_button.normal {
  background-position: 0 28px;
}
html body .ccm-page #wrapper header #top_head_fixed #top_head #header_tools #header_tools_bottom_line .header_tools_bottom_line_item #font_size_changer[data-font_size="large"] .font_size_change_button.large {
  background-position: 0 0;
}
html body .ccm-page #wrapper header #top_head_fixed #top_head #header_tools #header_tools_bottom_line .header_tools_bottom_line_item #text_toranslate {
  display: flex;
  align-items: center;
}
html body .ccm-page #wrapper header #top_head_fixed #top_head #header_tools #header_tools_bottom_line .header_tools_bottom_line_item #text_toranslate > p {
  margin-right: 10px;
}
html body .ccm-page #wrapper header #top_head_fixed #top_head #header_tools #header_tools_bottom_line #header_search_b .site_search_block {
  display: flex;
}
html body .ccm-page #wrapper header #top_head_fixed #top_head #header_tools #header_tools_bottom_line #header_search_b .site_search_block .search-block-text {
  width: 150px;
  height: 28px;
  padding: 0 5px;
  border: solid 1px #4b4b4b;
  vertical-align: bottom;
  border-radius: 5px 0 0 5px;
  font-size: 14px;
}
html body .ccm-page #wrapper header #top_head_fixed #top_head #header_tools #header_tools_bottom_line #header_search_b .site_search_block .search-block-submit {
  width: 64px;
  height: 28px;
  margin: 0;
  padding: 0;
  background-color: #4b4b4b;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: none;
  color: white;
  font-size: 14px;
  line-height: 1em;
  text-align: center;
  vertical-align: bottom;
  cursor: pointer;
}
html body .ccm-page #wrapper header #top_head_fixed #top_head #header_tools_sp {
  display: flex;
  width: 80px;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media print, screen and (min-width: 751px) {
  html body .ccm-page #wrapper header #top_head_fixed #top_head #header_tools_sp {
    display: none;
  }
}
html body .ccm-page #wrapper header #top_head_fixed #top_head #header_tools_sp #menu_open_button_sp {
  display: inline-block;
  line-height: 0;
  background-image: url(../images/sp/menu_button_active.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
html body .ccm-page #wrapper header #top_head_fixed #top_head #header_tools_sp #menu_open_button_sp[data-menu_open_flag="true"] img {
  opacity: 0;
}
html body .ccm-page #wrapper header .page_header_sp {
  display: none;
  height: 100vh;
  overflow: scroll;
}
html body .ccm-page #wrapper header .page_header_sp[data-menu_open_flag="true"] {
  display: block;
}
html body .ccm-page #wrapper header .page_header_sp nav {
  padding-bottom: 30px;
}
html body .ccm-page #wrapper header .page_header_sp nav #info_link_and_tools_sp {
  background-color: #eeeeee;
}
html body .ccm-page #wrapper header .page_header_sp nav #info_link_and_tools_sp ul {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: calc(100% - 24px);
  height: 50px;
  margin: 0px auto;
}
html body .ccm-page #wrapper header .page_header_sp nav #info_link_and_tools_sp ul li {
  font-size: 0.9rem;
}
html body .ccm-page #wrapper header .page_header_sp nav .page_header_sp_inner_items dl dt {
  padding: 0 12px;
  font-size: 1.4rem;
  line-height: 50px;
  color: white;
}
html body .ccm-page #wrapper header .page_header_sp nav .page_header_sp_inner_items dl dd {
  padding: 0 12px;
}
html body .ccm-page #wrapper header .page_header_sp nav #back_color_changer_sp {
  display: none;
}
html body .ccm-page #wrapper header .page_header_sp nav #back_color_changer_sp[data-menu_display_val="true"] {
  display: block;
}
html body .ccm-page #wrapper header .page_header_sp nav #back_color_changer_sp dl dt {
  background-color: #4b4b4b;
}
html body .ccm-page #wrapper header .page_header_sp nav #back_color_changer_sp dl dt + dd {
  background-color: #969696;
}
html body .ccm-page #wrapper header .page_header_sp nav #back_color_changer_sp dl dd ul {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: space-between;
}
html body .ccm-page #wrapper header .page_header_sp nav #back_color_changer_sp dl dd ul li {
  width: 32%;
  border: solid 1px black;
  border-radius: 5px;
}
html body .ccm-page #wrapper header .page_header_sp nav #back_color_changer_sp dl dd ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
}
html body .ccm-page #wrapper header .page_header_sp nav #back_color_changer_sp dl dd ul li#body_back_white_sp {
  background-color: white;
}
html body .ccm-page #wrapper header .page_header_sp nav #back_color_changer_sp dl dd ul li#body_back_white_sp a {
  color: #1e1e1e;
}
html body .ccm-page #wrapper header .page_header_sp nav #back_color_changer_sp dl dd ul li#body_back_blue_sp {
  background-color: blue;
}
html body .ccm-page #wrapper header .page_header_sp nav #back_color_changer_sp dl dd ul li#body_back_blue_sp a {
  color: yellow;
}
html body .ccm-page #wrapper header .page_header_sp nav #back_color_changer_sp dl dd ul li#body_back_black_sp {
  background-color: black;
}
html body .ccm-page #wrapper header .page_header_sp nav #back_color_changer_sp dl dd ul li#body_back_black_sp a {
  color: white;
}
html body .ccm-page #wrapper header .page_header_sp nav #header_page_lists_sp dl dt.category_menu_sp {
  background-color: #0aa546;
}
html body .ccm-page #wrapper header .page_header_sp nav #header_page_lists_sp dl dt.category_menu_sp + dd {
  background-color: #cfeddd;
}
html body .ccm-page #wrapper header .page_header_sp nav #header_page_lists_sp dl dt.motive_menu_sp {
  background-color: #1562d7;
}
html body .ccm-page #wrapper header .page_header_sp nav #header_page_lists_sp dl dt.motive_menu_sp + dd {
  display: none;
  background-color: #c8e6ff;
}
html body .ccm-page #wrapper header .page_header_sp nav #header_page_lists_sp dl dt#motive_menu_title_sp {
  position: relative;
}
html body .ccm-page #wrapper header .page_header_sp nav #header_page_lists_sp dl dt#motive_menu_title_sp::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 16px;
  height: 2px;
  margin: auto 0px;
  background-color: white;
}
html body .ccm-page #wrapper header .page_header_sp nav #header_page_lists_sp dl dt#motive_menu_title_sp::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 16px;
  height: 2px;
  margin: auto 0px;
  background-color: white;
  transition: right ease-out 300ms, width ease-out 300ms, height ease-out 300ms;
}
html body .ccm-page #wrapper header .page_header_sp nav #header_page_lists_sp dl dt#motive_menu_title_sp[data-menu_display_val="false"]::after {
  right: 17px;
  width: 2px;
  height: 16px;
}
html body .ccm-page #wrapper header .page_header_sp nav #header_page_lists_sp dl dd ul li {
  padding: calc((46px - 1.8rem) / 2) 0px;
  border-bottom: solid 1px #969696;
  font-size: 1.2rem;
  line-height: 1.5em;
}
html body .ccm-page #wrapper header .page_header_sp nav #header_page_lists_sp dl dd ul li:last-of-type {
  border: none;
}
html body .ccm-page #wrapper header .search_form_for_spmode {
  display: block;
  width: 100%;
  height: 50px;
}
@media print, screen and (min-width: 751px) {
  html body .ccm-page #wrapper header .search_form_for_spmode {
    display: none;
  }
}
html body .ccm-page #wrapper header .search_form_for_spmode form {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 12px;
  background-color: #0aa546;
}
html body .ccm-page #wrapper header .search_form_for_spmode form > * {
  outline: none;
  background: none;
  border: none;
  border-radius: 0;
}
html body .ccm-page #wrapper header .search_form_for_spmode form input[type="text"] {
  width: 75%;
  height: 36px;
  padding: 6px;
  outline: none;
  background-color: white;
  border: solid 1px #4b4b4b;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  font-size: 16px;
}
html body .ccm-page #wrapper header .search_form_for_spmode form input[type="text"]::placeholder {
  vertical-align: middle;
  position: relative;
}
html body .ccm-page #wrapper header .search_form_for_spmode form button[type="submit"] {
  width: 25%;
  height: 36px;
  background-color: #4b4b4b;
  border: solid 1px #4b4b4b;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  font-size: 18px;
  font-weight: bold;
  color: white;
}
html body .ccm-page #wrapper header .page_header {
  padding-top: 76px;
}
@media screen and (max-width: 750px) {
  html body .ccm-page #wrapper header .page_header {
    display: none;
  }
}
html body .ccm-page #wrapper header .page_header #contents_header_mini {
  width: 100%;
  height: 137px;
  background-color: aliceblue;
  background-image: url("/application/themes/hyogo_kankyo_y2024/images/midHeaderBackWide.png");
  background-position: center center;
}
html body .ccm-page #wrapper header .page_header #contents_header_mini #contents_header_mini_menu {
  width: 1170px;
  height: 100%;
  margin: 0 auto;
}
html body .ccm-page #wrapper header .page_header #contents_header_mini #contents_header_mini_menu > ul {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: 100%;
}
html body .ccm-page #wrapper header .page_header #contents_header_mini #contents_header_mini_menu > ul > li {
  display: block;
  width: 94px;
  height: 100%;
}
html body .ccm-page #wrapper header .page_header #contents_header_mini #contents_header_mini_menu > ul > li a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/application/themes/hyogo_kankyo_y2024/images/en/midButton_model.png");
  background-repeat: no-repeat;
}
html body .ccm-page #wrapper header .page_header #contents_header_mini #contents_header_mini_menu > ul > li a#mid_menu_taiki {
  background-position: 0px top;
}
html body .ccm-page #wrapper header .page_header #contents_header_mini #contents_header_mini_menu > ul > li a#mid_menu_taiki:hover {
  background-position: 0px bottom;
}
html body .ccm-page #wrapper header .page_header #contents_header_mini #contents_header_mini_menu > ul > li a#mid_menu_mizu_dojo {
  background-position: -106px top;
}
html body .ccm-page #wrapper header .page_header #contents_header_mini #contents_header_mini_menu > ul > li a#mid_menu_mizu_dojo:hover {
  background-position: -106px bottom;
}
html body .ccm-page #wrapper header .page_header #contents_header_mini #contents_header_mini_menu > ul > li a#mid_menu_ondanka {
  background-position: -318px top;
}
html body .ccm-page #wrapper header .page_header #contents_header_mini #contents_header_mini_menu > ul > li a#mid_menu_ondanka:hover {
  background-position: -318px bottom;
}
html body .ccm-page #wrapper header .page_header #contents_header_mini #contents_header_mini_menu > ul > li a#mid_menu_shizen {
  background-position: -424px top;
}
html body .ccm-page #wrapper header .page_header #contents_header_mini #contents_header_mini_menu > ul > li a#mid_menu_shizen:hover {
  background-position: -424px bottom;
}
html body .ccm-page #wrapper header .page_header #contents_header_mini #contents_header_mini_menu > ul > li a#mid_menu_assess {
  background-position: -530px top;
}
html body .ccm-page #wrapper header .page_header #contents_header_mini #contents_header_mini_menu > ul > li a#mid_menu_assess:hover {
  background-position: -530px bottom;
}
html body .ccm-page #wrapper header .page_header #contents_header_mini #contents_header_mini_menu > ul > li a#mid_menu_gakushu {
  background-position: -636px top;
}
html body .ccm-page #wrapper header .page_header #contents_header_mini #contents_header_mini_menu > ul > li a#mid_menu_gakushu:hover {
  background-position: -636px bottom;
}
html body .ccm-page #wrapper header .page_header #contents_header_mini #contents_header_mini_menu > ul > li a#mid_menu_kagaku_bushitu {
  background-position: -742px top;
}
html body .ccm-page #wrapper header .page_header #contents_header_mini #contents_header_mini_menu > ul > li a#mid_menu_kagaku_bushitu:hover {
  background-position: -742px bottom;
}
html body .ccm-page #wrapper header .page_header #contents_header_mini #contents_header_mini_menu > ul > li a#mid_menu_haikibutu {
  background-position: -848px top;
}
html body .ccm-page #wrapper header .page_header #contents_header_mini #contents_header_mini_menu > ul > li a#mid_menu_haikibutu:hover {
  background-position: -848px bottom;
}
html body .ccm-page #wrapper header .page_header #contents_header_mini #contents_header_mini_menu > ul > li a#mid_menu_hakusho_keikaku {
  background-position: -954px top;
}
html body .ccm-page #wrapper header .page_header #contents_header_mini #contents_header_mini_menu > ul > li a#mid_menu_hakusho_keikaku:hover {
  background-position: -954px bottom;
}
html body .ccm-page #wrapper header .page_header #contents_header_mini #contents_header_mini_menu > ul > li a#mid_menu_etc {
  background-position: -1060px top;
}
html body .ccm-page #wrapper header .page_header #contents_header_mini #contents_header_mini_menu > ul > li a#mid_menu_etc:hover {
  background-position: -1060px bottom;
}
html body .ccm-page #wrapper header .page_header #contents_header_mini #contents_header_mini_menu > ul > li a p {
  display: none;
}
html body .ccm-page #wrapper header .page_header #contents_header {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 380px;
  background-color: aliceblue;
  background-image: url("/application/themes/hyogo_kankyo_y2024/images/TopPageGMenuBGImage.png");
  background-position: center center;
  /* 左右をグラデーションでマスクする設定 */
}
html body .ccm-page #wrapper header .page_header #contents_header h1 {
  display: none;
}
html body .ccm-page #wrapper header .page_header #contents_header #contents_header_menu {
  position: relative;
  width: 1170px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  html body .ccm-page #wrapper header .page_header #contents_header #contents_header_menu {
    width: 100%;
  }
}
html body .ccm-page #wrapper header .page_header #contents_header #contents_header_menu #slide_show {
  display: none;
}
html body .ccm-page #wrapper header .page_header #contents_header #contents_header_menu #category_menu_toppage {
  position: relative;
}
@media screen and (max-width: 750px) {
  html body .ccm-page #wrapper header .page_header #contents_header #contents_header_menu #category_menu_toppage {
    display: none;
  }
}
html body .ccm-page #wrapper header .page_header #contents_header #contents_header_menu #category_menu_toppage > a {
  position: absolute;
  width: 150px;
  height: 155px;
  background-image: url("/application/themes/hyogo_kankyo_y2024/images/home_big_cate_buttom.png");
}
html body .ccm-page #wrapper header .page_header #contents_header #contents_header_menu #category_menu_toppage > a p {
  display: none;
}
html body .ccm-page #wrapper header .page_header #contents_header #contents_header_menu #category_menu_toppage #menu_taiki {
  top: 30px;
  left: 190px;
  background-position: 0 0;
}
html body .ccm-page #wrapper header .page_header #contents_header #contents_header_menu #category_menu_toppage #menu_taiki:hover {
  background-position: 0px -160px;
}
html body .ccm-page #wrapper header .page_header #contents_header #contents_header_menu #category_menu_toppage #menu_mizu_dojo {
  top: 5px;
  left: 380px;
  background-position: -150px 0;
}
html body .ccm-page #wrapper header .page_header #contents_header #contents_header_menu #category_menu_toppage #menu_mizu_dojo:hover {
  background-position: -150px -160px;
}
html body .ccm-page #wrapper header .page_header #contents_header #contents_header_menu #category_menu_toppage #menu_ondanka {
  top: 15px;
  left: 560px;
  background-position: -450px 0;
}
html body .ccm-page #wrapper header .page_header #contents_header #contents_header_menu #category_menu_toppage #menu_ondanka:hover {
  background-position: -450px -160px;
}
html body .ccm-page #wrapper header .page_header #contents_header #contents_header_menu #category_menu_toppage #menu_shizen {
  top: 35px;
  left: 750px;
  background-position: -600px 0;
}
html body .ccm-page #wrapper header .page_header #contents_header #contents_header_menu #category_menu_toppage #menu_shizen:hover {
  background-position: -600px -160px;
}
html body .ccm-page #wrapper header .page_header #contents_header #contents_header_menu #category_menu_toppage #menu_assess {
  top: 10px;
  left: 930px;
  background-position: -750px 0;
}
html body .ccm-page #wrapper header .page_header #contents_header #contents_header_menu #category_menu_toppage #menu_assess:hover {
  background-position: -750px -160px;
}
html body .ccm-page #wrapper header .page_header #contents_header #contents_header_menu #category_menu_toppage #menu_gakushu {
  top: 210px;
  left: 240px;
  background-position: -900px 0;
}
html body .ccm-page #wrapper header .page_header #contents_header #contents_header_menu #category_menu_toppage #menu_gakushu:hover {
  background-position: -900px -160px;
}
html body .ccm-page #wrapper header .page_header #contents_header #contents_header_menu #category_menu_toppage #menu_kagaku_bushitu {
  top: 190px;
  left: 430px;
  background-position: -1050px 0;
}
html body .ccm-page #wrapper header .page_header #contents_header #contents_header_menu #category_menu_toppage #menu_kagaku_bushitu:hover {
  background-position: -1050px -160px;
}
html body .ccm-page #wrapper header .page_header #contents_header #contents_header_menu #category_menu_toppage #menu_haikibutu {
  top: 195px;
  left: 640px;
  background-position: -1200px 0;
}
html body .ccm-page #wrapper header .page_header #contents_header #contents_header_menu #category_menu_toppage #menu_haikibutu:hover {
  background-position: -1200px -160px;
}
html body .ccm-page #wrapper header .page_header #contents_header #contents_header_menu #category_menu_toppage #menu_hakusho_keikaku {
  top: 210px;
  left: 840px;
  background-position: -1350px 0;
}
html body .ccm-page #wrapper header .page_header #contents_header #contents_header_menu #category_menu_toppage #menu_hakusho_keikaku:hover {
  background-position: -1350px -160px;
}
html body .ccm-page #wrapper header .page_header #contents_header #contents_header_menu #category_menu_toppage #menu_etc {
  top: 200px;
  left: 1030px;
  background-position: -1500px 0;
}
html body .ccm-page #wrapper header .page_header #contents_header #contents_header_menu #category_menu_toppage #menu_etc:hover {
  background-position: -1500px -160px;
}
html body .ccm-page #wrapper header .page_header #page_header_category_menu {
  position: fixed;
  width: 100%;
  min-width: 1200px;
  height: 0;
  top: 76px;
  opacity: 0;
  overflow: hidden;
  background-color: #FFFFFFCC;
  backdrop-filter: blur(10px);
  border-bottom: solid 1px black;
  transition: height 0.3s, opacity 0.3s;
  z-index: 100;
}
html body .ccm-page #wrapper header .page_header #page_header_category_menu ul#category_menu_head_list_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1170px;
  height: 100%;
  margin: 0 auto;
}
html body .ccm-page #wrapper header .page_header #page_header_category_menu ul#category_menu_head_list_flex > li {
  width: calc(100% / 10 - 1px);
  height: 50px;
  border-left: dotted 1px #4b4b4b;
  text-align: center;
}
html body .ccm-page #wrapper header .page_header #page_header_category_menu ul#category_menu_head_list_flex > li:last-of-type {
  border-right: dotted 1px #4b4b4b;
}
html body .ccm-page #wrapper header .page_header #page_header_category_menu ul#category_menu_head_list_flex > li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: 100%;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.2em;
  text-decoration: none;
  color: #1562d7;
  border-radius: 5px;
  transition: background-color 0.3s;
}
html body .ccm-page #wrapper header .page_header #page_header_category_menu ul#category_menu_head_list_flex > li a:hover {
  background-color: #0aa546;
  color: white;
}
html body .ccm-page #wrapper header .page_header #motive_menu {
  width: 100%;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  background-color: #e6f5ff;
}
html body .ccm-page #wrapper header .page_header #motive_menu #motive_menu_block {
  display: flex;
  width: 1170px;
  margin: 0 auto;
  height: 100%;
}
html body .ccm-page #wrapper header .page_header #motive_menu #motive_menu_block #motive_menu_title {
  position: relative;
  display: flex;
  width: 255px;
  align-items: center;
}
html body .ccm-page #wrapper header .page_header #motive_menu #motive_menu_block #motive_menu_title img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
html body .ccm-page #wrapper header .page_header #motive_menu #motive_menu_block #motive_menu_title #motive_menu_title_main {
  position: relative;
  background-color: #0064C8FF;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
html body .ccm-page #wrapper header .page_header #motive_menu #motive_menu_block #motive_menu_title #motive_menu_title_main::after {
  content: "";
  position: absolute;
  top: 0;
  right: -22px;
  width: 22px;
  height: 44px;
  border-left: solid 22px #0064C8FF;
  border-top: solid 22px transparent;
  border-bottom: solid 22px transparent;
}
html body .ccm-page #wrapper header .page_header #motive_menu #motive_menu_block #motive_menu_title #motive_menu_title_main p {
  padding-left: 80px;
  padding-right: 5px;
  line-height: calc(36px + 6px);
  font-size: 24px;
  font-weight: bold;
  color: white;
}
html body .ccm-page #wrapper header .page_header #motive_menu #motive_menu_block #motive_menu_title #motive_menu_title_main p span {
  font-size: 20px;
  font-weight: bold;
}
html body .ccm-page #wrapper header .page_header #motive_menu #motive_menu_block ul#motive_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 915px;
}
html body .ccm-page #wrapper header .page_header #motive_menu #motive_menu_block ul#motive_nav li {
  background-color: white;
  border: solid 3px #0064C8FF;
  border-radius: 10px;
}
html body .ccm-page #wrapper header .page_header #motive_menu #motive_menu_block ul#motive_nav li a {
  padding: 0 24px;
  line-height: 35px;
  font-size: 24px;
  font-weight: bold;
  color: #0064C8FF;
  text-decoration: none;
}
html body .ccm-page #wrapper header .page_header #motive_menu #motive_menu_block ul#motive_nav li a span {
  font-size: 20px;
  font-weight: bold;
}
html body .ccm-page #wrapper header .page_header #motive_menu #motive_menu_block ul#motive_nav li:hover {
  background-color: #0064C8FF;
}
html body .ccm-page #wrapper header .page_header #motive_menu #motive_menu_block ul#motive_nav li:hover a {
  color: white;
}
@media print, screen and (min-width: 751px) {
  html body .ccm-page #wrapper header .search_form_for_spmode {
    display: none;
  }
}
html body .ccm-page #wrapper header[data-lang|="ja"] #top_head_fixed #top_head #header_tools #header_tools_bottom_line .header_tools_bottom_line_item #back_color_changer .back_switch_button.back_white {
  background-image: url("/application/themes/hyogo_kankyo_y2024/images/ja/back_color_pic_white.png");
}
html body .ccm-page #wrapper header[data-lang|="ja"] #top_head_fixed #top_head #header_tools #header_tools_bottom_line .header_tools_bottom_line_item #back_color_changer .back_switch_button.back_blue {
  background-image: url("/application/themes/hyogo_kankyo_y2024/images/ja/back_color_pic_blue.png");
}
html body .ccm-page #wrapper header[data-lang|="ja"] #top_head_fixed #top_head #header_tools #header_tools_bottom_line .header_tools_bottom_line_item #back_color_changer .back_switch_button.back_black {
  background-image: url("/application/themes/hyogo_kankyo_y2024/images/ja/back_color_pic_black.png");
}
html body .ccm-page #wrapper header[data-lang|="ja"] #top_head_fixed #top_head #header_tools #header_tools_bottom_line .header_tools_bottom_line_item #font_size_changer .font_size_change_button.normal {
  background-image: url("/application/themes/hyogo_kankyo_y2024/images/ja/font_size_pict_normal.png");
}
html body .ccm-page #wrapper header[data-lang|="ja"] #top_head_fixed #top_head #header_tools #header_tools_bottom_line .header_tools_bottom_line_item #font_size_changer .font_size_change_button.large {
  background-image: url("/application/themes/hyogo_kankyo_y2024/images/ja/font_size_pict_large.png");
}
html body .ccm-page #wrapper header[data-lang|="ja"] .page_header #contents_header_mini #contents_header_mini_menu > ul > li a {
  background-image: url("/application/themes/hyogo_kankyo_y2024/images/ja/midButton_model.png");
  background-repeat: no-repeat;
}
html body .ccm-page #wrapper header:not([data-lang|="ja"]) #top_head_fixed #top_head #header_tools #header_tools_bottom_line .header_tools_bottom_line_item #back_color_changer .back_switch_button.back_white {
  background-image: url("/application/themes/hyogo_kankyo_y2024/images/en/back_color_pic_white.png");
}
html body .ccm-page #wrapper header:not([data-lang|="ja"]) #top_head_fixed #top_head #header_tools #header_tools_bottom_line .header_tools_bottom_line_item #back_color_changer .back_switch_button.back_blue {
  background-image: url("/application/themes/hyogo_kankyo_y2024/images/en/back_color_pic_blue.png");
}
html body .ccm-page #wrapper header:not([data-lang|="ja"]) #top_head_fixed #top_head #header_tools #header_tools_bottom_line .header_tools_bottom_line_item #back_color_changer .back_switch_button.back_black {
  background-image: url("/application/themes/hyogo_kankyo_y2024/images/en/back_color_pic_black.png");
}
html body .ccm-page #wrapper header:not([data-lang|="ja"]) #top_head_fixed #top_head #header_tools #header_tools_bottom_line .header_tools_bottom_line_item #font_size_changer .font_size_change_button.normal {
  background-image: url("/application/themes/hyogo_kankyo_y2024/images/en/font_size_pict_normal.png");
}
html body .ccm-page #wrapper header:not([data-lang|="ja"]) #top_head_fixed #top_head #header_tools #header_tools_bottom_line .header_tools_bottom_line_item #font_size_changer .font_size_change_button.large {
  background-image: url("/application/themes/hyogo_kankyo_y2024/images/en/font_size_pict_large.png");
}
html body .ccm-page #wrapper main {
  position: relative;
  background-color: var(--main-background-color);
}
@media screen and (max-width: 750px) {
  html body .ccm-page #wrapper main {
    padding: 12px 12px 0;
  }
}
html body .ccm-page #wrapper main h1,
html body .ccm-page #wrapper main h2,
html body .ccm-page #wrapper main h3,
html body .ccm-page #wrapper main h4,
html body .ccm-page #wrapper main h5,
html body .ccm-page #wrapper main h6 {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  line-height: 140%;
}
html body .ccm-page #wrapper main h1:first-of-type,
html body .ccm-page #wrapper main h2:first-of-type,
html body .ccm-page #wrapper main h3:first-of-type,
html body .ccm-page #wrapper main h4:first-of-type,
html body .ccm-page #wrapper main h5:first-of-type,
html body .ccm-page #wrapper main h6:first-of-type {
  margin-top: 0;
}
html body .ccm-page #wrapper main h1,
html body .ccm-page #wrapper main h2,
html body .ccm-page #wrapper main h3,
html body .ccm-page #wrapper main h4 {
  color: var(--main-htag-color);
  font-weight: bold;
}
html body .ccm-page #wrapper main h1 {
  font-size: 1.8rem;
}
html body .ccm-page #wrapper main h2 {
  font-size: 1.7rem;
}
html body .ccm-page #wrapper main h3 {
  font-size: 1.8rem;
}
html body .ccm-page #wrapper main h4 {
  font-size: 1.6rem;
}
html body .ccm-page #wrapper main h5 {
  font-size: 1.4rem;
}
html body .ccm-page #wrapper main p,
html body .ccm-page #wrapper main th,
html body .ccm-page #wrapper main td,
html body .ccm-page #wrapper main li {
  font-size: 0.9rem;
  line-height: 1.6em;
  color: var(--main-default-color);
}
html body .ccm-page #wrapper main sup,
html body .ccm-page #wrapper main sub {
  font-size: 0.8rem;
}
html body .ccm-page #wrapper main a {
  color: var(--main-atag-color);
  text-decoration: underline;
  text-underline-offset: 2px;
}
html body .ccm-page #wrapper main a:hover,
html body .ccm-page #wrapper main a:focus {
  text-underline: none;
  color: var(--main-atag-color-hover);
}
html body .ccm-page #wrapper main a:visited {
  color: var(--main-atag-color-visited);
}
html body .ccm-page #wrapper main a[data-link_domain_type$="site"]::after {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.2em;
  padding-left: 1.5em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  font-size: 0.8em;
  line-height: 1.3em;
}
html body .ccm-page #wrapper main a[data-link_domain_type="is_lg_site"]::after {
  content: "\5175\5EAB\770C\30B5\30A4\30C8";
  background-image: url(../images/intra_link.svg);
  color: var(--main-default-color);
}
html body .ccm-page #wrapper main a[data-link_domain_type="is_outer_site"]::after {
  content: "\5916\90E8\30B5\30A4\30C8";
  background-image: url(../images/outer_link.svg);
  color: red;
}
html body .ccm-page #wrapper main nav.breadcrumb {
  width: 1170px;
  margin: 0 auto;
  padding: 5px 0;
  border-radius: 0;
  background-color: transparent;
}
@media screen and (max-width: 750px) {
  html body .ccm-page #wrapper main nav.breadcrumb {
    width: 100%;
    padding-top: 0;
  }
}
html body .ccm-page #wrapper main nav.breadcrumb ol {
  list-style-type: none;
}
@media screen and (max-width: 750px) {
  html body .ccm-page #wrapper main nav.breadcrumb ol {
    line-height: 1.2em;
  }
}
html body .ccm-page #wrapper main nav.breadcrumb ol * {
  font-size: 0.8rem;
  line-height: 1rem;
}
html body .ccm-page #wrapper main nav.breadcrumb ol li {
  display: inline;
}
html body .ccm-page #wrapper main nav.breadcrumb ol li + li::before {
  content: '\03E';
  padding: 0 0.5rem;
  color: inherit;
}
html body .ccm-page #wrapper main div.page_contents {
  display: flex;
  justify-content: space-between;
  width: 1170px;
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (max-width: 750px) {
  html body .ccm-page #wrapper main div.page_contents {
    display: block;
    width: 100%;
    padding: 20px 0;
  }
}
html body .ccm-page #wrapper main div.page_contents #sidebar_section {
  width: 270px;
  height: 100%;
  min-width: 270px;
}
@media screen and (max-width: 750px) {
  html body .ccm-page #wrapper main div.page_contents #sidebar_section {
    width: 100%;
    margin-bottom: 50px;
  }
}
html body .ccm-page #wrapper main div.page_contents #main_section {
  width: 870px;
}
@media screen and (max-width: 750px) {
  html body .ccm-page #wrapper main div.page_contents #main_section {
    width: 100%;
  }
}
html body .ccm-page #wrapper main div.page_contents #main_section.full_width_type {
  width: 1170px;
}
@media screen and (max-width: 750px) {
  html body .ccm-page #wrapper main div.page_contents #main_section.full_width_type {
    width: 100%;
  }
}
@media print, screen and (min-width: 751px) {
  html body .ccm-page #wrapper main div.page_contents #main_section.uni_area_section {
    width: 870px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  html body .ccm-page #wrapper main div.page_contents #main_section.uni_area_section {
    width: 100%;
  }
}
html body .ccm-page #wrapper main div.page_contents #main_section .container {
  width: 100%;
  margin: 2rem 0;
}
html body .ccm-page #wrapper main div.page_contents #main_section .container:first-of-type {
  margin-top: 0;
}
html body .ccm-page #wrapper main div.page_contents #main_section hr {
  border: solid 1px #c8c8c8;
}
html body .ccm-page #wrapper main div.page_contents #main_section .section_bottom {
  margin-top: 40px;
}
html body .ccm-page #wrapper main div.page_contents #main_section .section_bottom .acrobat_reader_link {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
  padding: 10px;
  border: solid 1px var(--main-acrobat-reader-link-border-color);
}
html body .ccm-page #wrapper main div.page_contents #main_section .section_bottom .acrobat_reader_link a {
  display: block;
  height: 39px;
}
html body .ccm-page #wrapper main div.page_contents #main_section .section_bottom .acrobat_reader_link p {
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
  line-height: 1.1rem;
}
html body .ccm-page #wrapper main div.page_contents #main_section .error_page_img {
  width: 200px;
}
html body .ccm-page #wrapper main div.page_contents #main_section .error_page_img img {
  width: 100%;
  object-fit: contain;
}
html body .ccm-page #wrapper main div.page_contents #main_section.uni_area_section .page_redirect_contents p {
  margin: 30px 0;
  text-align: center;
}
html body .ccm-page #wrapper main div.page_contents #main_section.uni_area_section .page_redirect_contents p.caution_text {
  font-size: 1.4rem;
  font-weight: bold;
}
html body .ccm-page #wrapper main div.page_contents #main_section.uni_area_section .page_redirect_contents p.caution_text span {
  font-size: 0.8rem;
}
html body .ccm-page #wrapper main div.page_contents #main_section.uni_area_section .page_redirect_contents p.caution_text + p {
  font-size: 1rem;
}
html body .ccm-page #wrapper main div.page_contents #main_section.uni_area_section .page_redirect_contents p a {
  display: inline-block;
  margin: 0 20px;
  padding: 0 30px;
  border: solid 2px #969696;
  border-radius: 5px;
  font-size: 1.4rem;
  line-height: 1.8em;
  color: white;
  text-decoration: none;
}
html body .ccm-page #wrapper main div.page_contents #main_section.uni_area_section .page_redirect_contents p a.redirect_button_back {
  background-color: var(--main-redirect-link-button-back-bgcolor);
}
html body .ccm-page #wrapper main div.page_contents #main_section.uni_area_section .page_redirect_contents p a.redirect_button_run {
  background-color: var(--main-redirect-link-button-forward-bgcolor);
}
html body .ccm-page #wrapper main.home_type div.page_contents {
  flex-direction: row-reverse;
}
html body .ccm-page #wrapper main.page_not_found,
html body .ccm-page #wrapper main.page_forbidden {
  margin-top: 40px;
  margin-bottom: 40px;
}
html body .ccm-page #wrapper main.page_not_found #main_section,
html body .ccm-page #wrapper main.page_forbidden #main_section {
  display: flex;
  justify-content: space-between;
}
html body .ccm-page #wrapper main.page_not_found #main_section article,
html body .ccm-page #wrapper main.page_forbidden #main_section article {
  width: 600px;
}
html body .ccm-page #wrapper main.page_not_found #main_section .error_page_img,
html body .ccm-page #wrapper main.page_forbidden #main_section .error_page_img {
  width: 200px;
}
html body .ccm-page #wrapper main.page_not_found #main_section .error_page_img img,
html body .ccm-page #wrapper main.page_forbidden #main_section .error_page_img img {
  width: 100%;
  object-fit: contain;
}
html body .ccm-page #wrapper main .scrolltop {
  position: sticky;
  bottom: 0;
  width: 1170px;
  margin: 0 auto;
  text-align: right;
}
@media screen and (max-width: 750px) {
  html body .ccm-page #wrapper main .scrolltop {
    width: 100%;
  }
}
html body .ccm-page #wrapper main .scrolltop p {
  display: inline-block;
}
html body .ccm-page #wrapper main .scrolltop p a {
  display: inline-block;
  padding: 0 1em;
  font-size: 11px;
  line-height: 26px;
  color: white;
  text-decoration: none;
  background-color: orangered;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
html body .ccm-page #wrapper main .scrolltop p a::before {
  content: '\25B2';
  color: white;
}
html body .ccm-page #wrapper main .scrolltop p a:hover,
html body .ccm-page #wrapper main .scrolltop p a:active {
  color: white;
  text-decoration: none;
}
html body .ccm-page #wrapper footer {
  min-width: 1170px;
}
@media screen and (max-width: 750px) {
  html body .ccm-page #wrapper footer {
    width: 100vw;
    min-width: unset;
  }
}
html body .ccm-page #wrapper footer #footer_address {
  padding: 20px 0;
  border-top: solid 2px #c8c8c8;
}
html body .ccm-page #wrapper footer #footer_address address {
  width: 1170px;
  margin: 0px auto;
}
@media screen and (max-width: 750px) {
  html body .ccm-page #wrapper footer #footer_address address {
    width: calc(100% - 24px);
  }
}
html body .ccm-page #wrapper footer #footer_address address h4 {
  display: inline-block;
  margin: 0 0 10px;
  padding: 5px 10px;
  background-color: #4b4b4b;
  border: solid 1px #4b4b4b;
  font-size: 1.1rem;
  line-height: 100%;
  color: white;
}
html body .ccm-page #wrapper footer #footer_address address p {
  margin: 0.5rem 0;
  font-size: 1.1rem;
}
html body .ccm-page #wrapper footer #footer_bana {
  padding: 30px 0;
  border-top: 1px solid #0aa546;
}
html body .ccm-page #wrapper footer #footer_bana div {
  width: 1170px;
  margin: 0px auto;
}
@media screen and (max-width: 750px) {
  html body .ccm-page #wrapper footer #footer_bana div {
    width: calc(100% - 24px);
  }
}
html body .ccm-page #wrapper footer #footer_bana div h4 {
  font-size: 16px;
  font-weight: 500;
}
html body .ccm-page #wrapper footer #footer_bana div ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 20px -15px 0;
}
@media screen and (max-width: 750px) {
  html body .ccm-page #wrapper footer #footer_bana div ul {
    justify-content: space-between;
    margin: 20px -5px 0;
  }
}
html body .ccm-page #wrapper footer #footer_bana div ul li {
  width: 170px;
  height: 65px;
  margin: 0 15px;
}
@media screen and (max-width: 750px) {
  html body .ccm-page #wrapper footer #footer_bana div ul li {
    margin: 0 5px;
  }
}
html body .ccm-page #wrapper footer #footer_bana div ul li img {
  height: 46px;
  max-width: 170px;
  width: 100%;
  background-color: white;
}
html body .ccm-page #wrapper footer #copyright {
  width: 100%;
  height: 30px;
  background-color: #0aa546 !important;
  text-align: center;
}
html body .ccm-page #wrapper footer #copyright p {
  display: block;
  width: 1170px;
  margin: 0 auto;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 30px;
  color: white;
}
@media screen and (max-width: 750px) {
  html body .ccm-page #wrapper footer #copyright p {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  html body .ccm-page #wrapper .pc_only {
    display: none;
  }
}
@media print, screen and (min-width: 751px) {
  html body .ccm-page #wrapper .sp_only {
    display: none;
  }
}
html body .ccm-page #wrapper .prod_display_none {
  display: none;
}
html[lang="en"] body .ccm-page #wrapper header .page_header #page_header_category_menu ul#category_menu_head_list_flex > li a > * {
  font-size: 0.9em;
  line-height: 0;
}
/*# sourceMappingURL=commons.css.map */