@charset "UTF-8";
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --coop-line-color: #6eb92b;
  --inner-max-width: 970px;
  --sp-content-width: 90%;
}

/* Base Style
================================================== */
body {
  color: #444444;
  background-color: #fff;
  font-size: 16px;
  font-family: "游ゴシック", YuGothic, 'Hiragino Kaku Gothic Pro', Meiryo, 'MS P Gothic', 'Lucida Grande', sans-serif;
  font-weight: 500;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

a {
  color: #0000e6;
}

a:visited {
  color: #339;
}

a:hover, a:focus {
  color: #c30;
  text-decoration: underline;
}

a:hover img,
a:focus img {
  opacity: 0.85;
  filter: alpha(opacity=85);
}

input, select, textarea {
  color: #000;
  font-family: inherit;
  font-size: 100%;
}

sup {
  font-size: 75%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

sub {
  font-size: 75%;
  vertical-align: bottom;
  position: relative;
  top: 0.1em;
}

.new {
  margin-left: .75em;
  padding: 3px 5px 2px;
  border-radius: 2px;
  background-color: #d00;
  color: #fff;
  font-size: 75%;
  font-weight: normal;
  text-transform: uppercase;
}

.none_text {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
}

/* layout
*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}

.skip {
  display: none;
}

.inner {
  width: var(--inner-max-width);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 970px) {
  .inner {
    width: 100%;
    min-width: 320px;
  }
}

.inner_with_pad {
  width: 896px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 896px) {
  .inner_with_pad {
    width: 100%;
    min-width: 320px;
  }
}

.width_full {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}

.img-center {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.header-inner-block {
  position: relative;
  height: 100px;
}

a.h_logo_link {
  color: #444444;
  text-decoration: none;
}

a.h_logo_link:visited {
  color: #444444;
}

.h_logo {
  position: absolute;
  top: 21px;
  left: 0;
}
@media screen and (max-width: 970px) {
  .h_logo {
    left: 10px;
  }
}
@media screen and (max-width: 700px) {
  .h_logo {
    top: 4px;
    left: 4px;
  }
}

.h_logo-image {
  width: 170px;
}

.h_logo-side-name {
  font-size: 1em;
  margin-left: 13px;
  margin-bottom: 3px;
}

.h_right {
  position: absolute;
  right: 0;
  bottom: 0;
}
.h_right_items{
  display: flex;
  align-items: flex-end;
}

.h_r_iso_image_black {
  width: 69px;
}

.h_r_iso_image_black_2024 {
  width: 140px;
}

.h_r_jasanz_image_black {
  width: 80px;
  margin-right: 8px;
}

.h_r_kk_yuryo_image_black {
  width: 112px;
  margin-bottom: 2px;
}

.h_inner_icon_img{
  width: 100%;
}


.header-links-inner-block {
  margin-top: 8px;
  margin-bottom: 4px;
}

@media screen and (max-width: 700px) {
  .header-inner-block {
    height: 60px;
  }

  .h_right {
    display: none;
  }

  .header-links-block {
    display: none;
  }

  .h_logo-image {
    width: 30%;
  }

  .h_logo-side-name {
    margin-left: 5px;
    font-size: 11pt;
  }
}
.h_search_box_input {
  border: 1px solid #dddddd;
  box-shadow: 0 1px 1px 1px #eeeeee inset;
  width: 14em;
  padding: 6px;
}

.h_search_box_block_wrapper{
  margin-bottom: 18px;
  /* margin-right: 18px; */
}

.hpb-header-eng-link {
  font-size: 100%;
  text-decoration: none;
}

.header-links-block {
  /*margin-top: 15px;*/
  border: 1px #eeeeee solid;
  height: 68px;
  background: #eeeeee;
  border-bottom: var(--coop-line-color) solid 6px;
}

.header_links {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  flex-basis: auto;
}
.header_links a {
  color: #444444;
  text-decoration: none;
}
.header_links a:visited {
  color: #444444;
}
.header_links a:hover, .header_links a:focus {
  color: #444444;
  text-decoration: underline;
  text-decoration-color: #999;
}

.header_links-item {
  width: 20%;
  text-align: center;
  font-size: 130%;
  padding: 8px;
  height: 46px;
}

.header_links-item-border {
  border-left: #cccccc 1px solid;
}

.header_links-item-text {
  zoom: 1;
  padding-left: 1.5em;
  font-size: 1.2em;
  font-weight: bold;
}
.header_links-item-text:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}

.header_links-item-text .nml, .header_links-item-text .small {
  float: left;
}
.header_links-item-text .nml {
  font-size: 1em;
}
.header_links-item-text .small {
  padding-top: 0.3em;
  line-height: 1em;
  font-size: 0.2em;
}

.p-content-title-backimage {
  position: relative;
  /*横を 1000px固定としたらこれ*/
  left: 50%;
  margin-left: -500px;
}
@media screen and (max-width: 1000px) {
  .p-content-title-backimage {
    left: 0;
    margin-left: 0;
    width: 100%;
  }
}

/* menu responsive */
.menu_open_button {
  display: none;
}

@media screen and (max-width: 700px) {
  /* メニューボタン有効にするタイミングで以下を有効にする。*/
}
/* footer
*/
.footer-block {
  /*margin-top: 52px;*/
  width: 100%;
  padding-top: 40px;
  border-top: var(--coop-line-color) solid 6px;
}

.footer-links-block {
  padding-left: 23px;
  margin-bottom: 19px;
  display: flex;
}
.footer-links-block a {
  color: #444444;
  text-decoration: none;
}

.footer-links-block-seihin {
  width: 77%;
}

.footer-links-block-kaisha {
  width: 38%;
}

@media screen and (max-width: 700px) {
  .footer-links-block {
    padding-left: 0;
    flex-wrap: wrap;
  }

  .footer-links-block-1clm {
    width: var(--sp-content-width);
    margin-left: auto;
    margin-right: auto;
  }
  .footer-links-block-1clm.mobile-flex {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 500px) {
  .footer-links-block-1clm-half {
    width: 80%;
  }
  .footer-links-block-1clm-half.mobile-font-down {
    font-size: 75%;
  }
}

.footer-link-text-head {
  font-size: 118%;
  letter-spacing: 0.2em;
}
.footer-link-text-head.btmmgn {
  margin-bottom: 0.5em;
}

@media screen and (max-width: 500px) {
  .footer-link-text-head {
    font-size: 90%;
  }
}

.footer-links-list-1clm {
  width: 28%;
}
@media screen and (max-width: 500px) {
  .footer-links-list-1clm {
    width: 33%;
    font-size: 65%;
  }
}

.footer-links-block-bttm-image-block {
}

.footer-links-block-bttm-image {
  max-width: 100%;
}

@media screen and (max-width: 500px) {
  .footer-links-block-bttm-image {
    /*max-width: 30%;*/
  }
}

.footer-link-text-sub-head {
  font-size: 105%;
  color: var(--coop-line-color);
}


.footer-link-text-sub-head a {
  color: var(--coop-line-color);
}
.footer-link-text-sub-head:before {
  content: "▶︎ ";
}
.footer-link-text-sub-head.btmmgn {
  margin-bottom: 24px;
}
@media screen and (max-width: 500px) {
  .footer-link-text-sub-head.btmmgn {
    margin-bottom: 5px;
  }
}

.footer-link-items {
  padding-top: 3px;
  padding-left: 27px;
  margin-bottom: 24px;
}
@media screen and (max-width: 700px) {
  .footer-link-items {
    padding-left: 1.5em;
    font-size: 90%;
    margin-bottom: 5px;
  }
}

.footer-link-items-2 {
  padding-top: 6px;
  padding-left: 13px;
  margin-bottom: 36px;
}

.footer-links-list-block {
  display: flex;
  flex-wrap: wrap;
  padding: 13px;
  padding-right: 3px;
}

.footer-logo-block {
  background: #f6f6f6;
  padding-bottom: 40px;
}
.footer-logo-block a {
  text-decoration: none;
}

.footer-info-inner {
  width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 650px) {
  .footer-info-inner {
    width: 100%;
  }
}

.footer-logo-block-list {
  color: #707070;
  display: flex;
  flex-wrap: wrap;
  padding-top: 32px;
  padding-bottom: 5px;
  position: relative;
}
.footer-logo-block-list a {
  color: #707070;
}

.footer-logo-name-block {
  position: relative;
  width: 320px;
  height: 78px;
}

.footer-tel-block {
  position: relative;
  width: 320px;
  height: 78px;
}

@media screen and (max-width: 650px) {
  .footer-logo-block-list {
    padding: 10px;
  }

  .footer-logo-name-block, .footer-tel-block {
    margin: 10px auto;
  }
}
.footer-logo-name-img {
  position: absolute;
  top: 0;
  left: 0;
}

.footer-logo-name-text {
  position: absolute;
  top: 18px;
  left: 130px;
}

.footer-logo-name-address {
  font-size: 90%;
  position: absolute;
  top: 46px;
  left: 0;
}

.footer-tel-block-tel-link {
  font-size: 220%;
  position: absolute;
  top: -2px;
  left: 58px;
}
@media screen and (max-width: 500px) {
  .footer-tel-block-tel-link {
    font-size: 180%;
  }
}

.footer-tel-block-fax-text {
  font-size: 90%;
  position: absolute;
  top: 46px;
  left: 0;
}

.footer-logo-desc-copyright {
  font-size: 82%;
  letter-spacing: 0.1em;
  width: 100%;
  text-align: center;
}

.to_pagetop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 60px;
  cursor: pointer;
  opacity: 0.6;
}

/* nav */
/* pagelist-item */
.pageList {
  margin: 20px auto;
}

.pagelist-item {
  margin: 10px auto;
}
.pagelist-item .title {
  font-size: 120%;
}
.pagelist-item .date {
  display: block;
}

.pageList.current-category_product_list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

li.pagelist-item {
  display: flex;
  position: relative;
}
li.pagelist-item .title {
  padding-top: 13px;
}

.pagelist-item.current-category_product_list-item {
  width: 33%;
}
@media screen and (max-width: 500px) {
  .pagelist-item.current-category_product_list-item {
    width: 90%;
  }
}

/*custom_field body*/
#map_pos_body {
  width: 300px;
  height: 200px;
}

/* Sitemap
================================================== */
/*サイトマップ リスト 階層関係なく共通*/
/*サイトマップ リスト項目 階層関係なく共通*/
.sitemap-list-item-span a {
  text-decoration: none;
}

/*サイトマップ リスト 階層を特定*/
ul.sitemap-list.sm-depth1-list {
  list-style-type: disc;
}

ul.sitemap-list.sm-depth2-list {
  list-style-type: circle;
}

ul.sitemap-list.sm-depth3-list {
  list-style-type: square;
}

ul.sitemap-list.sm-depth4-list {
  list-style-type: circle;
}

/*
sidemenu
*/
.sidemenu-block {
  margin-top: 40px;
}

.sidemenu-list-block {
  margin-bottom: 20px;
}
.sidemenu-list-block a, .sidemenu-list-block a:visited {
  color: #444444;
  text-decoration: none;
}
.sidemenu-list-block a:hover, .sidemenu-list-block a:focus {
  text-decoration: underline;
  text-decoration-color: #999;
}

.sidemenu-list-block-head {
  background: #e5e5e5;
  padding: 5px;
  padding-left: 30px;
  font-size: 120%;
  height: 42px;
}

.sidemenu-list-block-content {
  background: #f5f5f5;
  padding: 5px;
  padding-top: 14px;
  padding-left: 30px;
}

.sidemenu-list-item {
  margin-bottom: 3px;
}

/*
common
*/
.font-mincho {
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: lighter;
}

.font130p {
  font-size: 130%;
}

.bkg-pad-mild-blue {
  background: #dcecf4;
}

.row {
  zoom: 1;
}
.row:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}

.col_1_4_md_1_2 {
  float: left;
  width: 25%;
}
@media screen and (max-width: 720px) {
  .col_1_4_md_1_2 {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .col_1_4_md_1_2 {
    width: 100%;
  }
}

.col_1_3_md_1_1 {
  float: left;
  width: 33%;
}
@media screen and (max-width: 500px) {
  .col_1_3_md_1_1 {
    width: 100%;
  }
}

.col_2_3_md_1_1 {
  float: left;
  width: 66%;
}
@media screen and (max-width: 500px) {
  .col_2_3_md_1_1 {
    width: 100%;
  }
}

.col_1_2_md_1_1 {
  float: left;
  width: 50%;
}
@media screen and (max-width: 500px) {
  .col_1_2_md_1_1 {
    width: 100%;
  }
}

/* Slider
================================================== */
#keyVisual {
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.slide_splite_inner {
  width: 970px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 0;
}
@media screen and (max-width: 970px) {
  .slide_splite_inner {
    width: 100%;
    min-width: 320px;
  }
}

#keyVisual .slide_desc {
  position: absolute;
  top: 200px;
  left: -35px;
  z-index: 10000;
  color: #fff;
  background: #444;
}
@media screen and (max-width: 1000px) {
  #keyVisual .slide_desc {
    top: 100px;
    left: 0px;
  }
  #keyVisual .slide_desc img {
    width: 90%;
  }
}
@media screen and (max-width: 700px) {
  #keyVisual .slide_desc {
    top: 50px;
  }
}

#keyVisual .slideWrap {
  width: 1380px;
  position: relative;
  left: 50%;
  margin-left: -690px;
}
@media screen and (max-width: 1380px) {
  #keyVisual .slideWrap {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
}

.top_slider_inner {
  width: 1380px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1380px) {
  .top_slider_inner {
    width: 100%;
    min-width: 320px;
  }
}

#keyVisual .bx-wrapper {
  height: auto;
  zoom: 1;
}
#keyVisual .bx-wrapper:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}
#keyVisual .bx-controls {
  height: 0px;
}

#keyVisual .slideBody {
  width: 100%;
}

#keyVisual .slideBody img {
  width: 100%;
  vertical-align: bottom;
}

/* スライダーの元CSS の強制調整 */
#keyVisual .bx-wrapper {
  box-shadow: none;
  border: none;
  background: transparent;
  margin-bottom: 0;
}

#keyVisual .bx-wrapper .bx-viewport {
  padding-top: 0;
  padding-bottom: 0;
  left: 0;
  box-shadow: none;
  border: none;
}

#keyVisual .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: center;
  width: 100%;

  /* スライドショー画像リンクを抑制してしまうため、一旦ポジション表示バーを非表示状態に。表示したい場合、有効にしてください。 */
  display: none;

  height: 24px;
  bottom: 0;
  padding-top: 0;
}

.top-main-desc-block {
  padding-top: 20px;
  padding-left: 37px;
  padding-right: 37px;
  margin-bottom: 8px;
}

.top-main-desc-inner {
  background: url("../images/top_main_desc_inner_bkg.png") no-repeat right top;
  height: 180px;
}
@media screen and (max-width: 700px) {
  .top-main-desc-inner {
    background-position: right bottom;
    background-size: 47%;
    height: inherit;
  }
}

.top-main-desc-head {
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: lighter;
  font-weight: bold;
  font-size: 137%;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 700px) {
  .top-main-desc-head {
    font-size: 93%;
  }
}

.top-main-desc-setsumei {
  margin-top: 9px;
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: lighter;
}
@media screen and (max-width: 700px) {
  .top-main-desc-setsumei {
    font-size: 70%;
    padding-right: 18%;
    background: rgba(255, 255, 255, 0.5);
  }
}

.top-content-ssu-banners-section {
  margin-top: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 700px) {
  .top-content-ssu-banners-section {
    /*margin: 10px;*/
  }
}

.top-content-ssu-banner-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top-content-ssu-banner-list-item {
  width: 49%;
/*  margin-bottom: 20px;*/
}
@media screen and (max-width: 700px) {
  .top-content-ssu-banner-list {
    justify-content: center;
  }
  .top-content-ssu-banner-list-item {
    width: 90%;
    max-width: 500px;
  }
}

.top-content-ssu-banner-img {
  width: 100%;
}

.top-content-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  padding-top: 36px;

  margin-bottom: 51px;
}

@media screen and (max-width: 970px) {
  .top-content-block {
    justify-content: center;
  }
}

.top-content-main-block {
  width: 49%;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 970px) {
  .top-content-main-block {
    width: 90%;
    min-width: 320px;
    margin-bottom: 18px;
  }
}

.top-content-side-block {
  width: 50%;
}
@media screen and (max-width: 700px) {
  .top-content-side-block {
    width: 90%;
    min-width: 320px;
  }
}

.top-content-main-section {
  position: relative;
  /*margin-bottom: 34px;*/
}
.top-content-main-section.news {
  border: 1px solid var(--coop-line-color);
  padding: 18px;
}

.top-content-main-section a, .top-content-main-section a:visited {
  color: #444444;
  text-decoration: none;
}
.top-content-main-section a:hover, .top-content-main-section a:focus {
  text-decoration: underline;
  text-decoration-color: #999;
}
@media screen and (max-width: 700px) {
  .top-content-main-section {
    padding: 10px;
  }
}

.top-content-main-section-head-block {
  width: 100%;
}

.top-content-main-section-header {
  background: url("../images/content-header-green-mark_01.webp") no-repeat left top;
  padding: 5px;
  font-size: 20pt;
  font-weight: normal;
  padding-left: 26px;
  line-height: 1.0;
  letter-spacing: 0em;
  /*margin: 20px 0;*/
  float: left;
}
@media screen and (max-width: 700px) {
  .top-content-main-section-header {
    font-size: 16pt;
    padding-top: 0;
    margin: 10px 0;
  }
}

.top-content-main-section-jyusyou-image-blk{
  margin-top: 18px;
  display: flex;
  justify-content: center;
}

.top-content-main-section-jyusyou-image-blk.mobile{
  display: none;
}

@media screen and (max-width: 970px) {
  .top-content-main-section-jyusyou-image-blk{
    display: none;
  }
  .top-content-main-section-jyusyou-image-blk.mobile{
    display: flex;
  }
}

.top-content-main-section-jyusyou-image{
  max-width: 100%;
  max-height: 250px;
}

.top-content-main-section-oshi-image {
  max-width: 100%;
}

.top-content-main-section-sub-link-head {
  float: right;
  /*margin: 20px 0;*/
  margin-top: 8px;
}
@media screen and (max-width: 700px) {
  .top-content-main-section-sub-link-head {
    margin: 10px 0;
  }
}

.top-content-main-section-news-block {
  padding: 3px;
  padding-top: 34px;
}

.top-content-side-main-oshi-block {
  display: flex;
  justify-content: center;
}

.news-list-item-block {
  display: flex;
  line-height: 1.3em;

  margin-bottom: 1.0em;
}
.top-content-main-section-news-block .news-list-item-block:nth-child(3)
{
  margin-bottom: 0;
}

.news-list-item-block .date {
  margin-right: 2em;
}
@media screen and (max-width: 700px) {
  .news-list-item-block {
    flex-wrap: wrap;
  }
  .news-list-item-block .date, .news-list-item-block .title {
    width: 100%;
  }
}

.news-item-cate-mark {
  border: 1px dotted #000;
  width: 72px;
  text-align: center;
  margin-top: 3px;
  margin-left: 12px;
  margin-right: 16px;
  font-size: 80%;
}
@media screen and (max-width: 700px) {
  .news-item-cate-mark {
    margin-left: 1px;
    margin-right: 1px;
  }
}

.top-content-seihin-cont-block {
  padding: 13px;
  padding-bottom: 24px;
  margin-bottom: 34px;
}
.top-content-seihin-cont-block a, .top-content-seihin-cont-block a:visited {
  color: #444444;
  text-decoration: none;
}
.top-content-seihin-cont-block a:hover, .top-content-seihin-cont-block a:focus {
  text-decoration: underline;
  text-decoration-color: #999;
}
.top-content-seihin-cont-block.top-seihin-kishu {
  background: #eef8e1;
}
.top-content-seihin-cont-block.top-seihin-kishu .top-content-seihin-ul-block {
  background: #fbfdf8;
}
.top-content-seihin-cont-block.top-seihin-kishu .top-content-seihin-ul-block li {
  background: url("../images/content-list-header-green-mark_01.png") no-repeat left center;
}
.top-content-seihin-cont-block.top-seihin-youto {
  background: #e3effb;
}
.top-content-seihin-cont-block.top-seihin-youto .top-content-seihin-ul-block {
  background: #f8fbfe;
}
.top-content-seihin-cont-block.top-seihin-youto .top-content-seihin-ul-block li {
  background: url("../images/content-list-header-blue-mark_01.png") no-repeat left center;
}

.top-content-seihin-cont-header {
  text-align: center;
  font-size: 140%;
  letter-spacing: 0.3em;
  padding: 5px;
  height: 50px;
}
@media screen and (max-width: 700px) {
  .top-content-seihin-cont-header {
    font-size: 120%;
  }
}

.top-content-seihin-ul-block {
  padding: 38px;
  padding-top: 22px;
  padding-bottom: 0;
}
@media screen and (max-width: 700px) {
  .top-content-seihin-ul-block {
    padding: 10px;
    font-size: 80%;
  }
}

.top-content-seihin-ul-block ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top-content-seihin-ul-block li {
  width: 231px;
  padding: 2px;
  padding-left: 32px;
  letter-spacing: 0.2em;
  line-height: 1.0;
  font-size: 110%;
  margin-bottom: 20px;
}
.top-content-seihin-ul-block li a {
  color: #444444;
}
@media screen and (max-width: 700px) {
  .top-content-seihin-ul-block li {
    width: 50%;
  }
}

.top-content-seihin-link-block {
  background: #dcecf4;
  padding: 13px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.top-content-seihin-link-area {
  background: #f6fafc;
  padding: 23px;
  text-align: center;
  font-size: 140%;
  letter-spacing: 0.3em;
}
.top-content-seihin-link-area a, .top-content-seihin-link-area a:visited {
  color: #444444;
  text-decoration: none;
}
.top-content-seihin-link-area a:hover, .top-content-seihin-link-area a:focus {
  text-decoration: underline;
  text-decoration-color: #999;
}

.top-content-side-main-link-section {
  padding: 14px;
  margin-bottom: 20px;
  background: #dcecf4;
}

.top-content-side-main-link-img {
  margin-top: 14px;
  margin-bottom: 3px;
  width: 100%;
}

.top-content-side-banner-img {
  margin-bottom: 13px;
  width: 100%;
}

@media screen and (max-width: 700px) {
  .top-content-side-main-links {
    display: flex;
    justify-content: space-around;
  }

  .top-content-side-main-link-section, .top-content-side-main-banners-section {
    width: 48%;
  }

  .top-content-side-main-banners-section {
    margin-top: 10px;
  }

  .top-content-side-banner-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .top-content-side-banner-list-item {
    width: 48%;
  }
}

.top-content-map-section{
  padding-top: 22px;
  padding-bottom: 22px;

  border-top: var(--coop-line-color) 2px solid;
  border-bottom: var(--coop-line-color) 2px solid;

  display: flex;
  justify-content: center;
}

.top-content-map-section-blk {
  width: 100%;
};

.top-content-map-section-header{
  padding-left: 2px;
  padding-bottom: 4px;
  font-size: 1.3em;
}

.top-content-map-images-block{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top-content-map-image {
  max-width: 100%;
}

@media screen and (max-width: 960px) {
  .top-content-map-section-blk {
    width: var(--sp-content-width);
  };

  .top-content-map-images-block {
    justify-content: center;
  }
  .top-content-map-image {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.top-content-sub-banners-section {
  display: flex;
  justify-content: center;
}
.top-content-sub-banners-images-block{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

  padding-top: 28px;
  padding-bottom: 32px;
}

.top-content-sub-banners-image {
  max-width: 100%;
}

@media screen and (max-width: 960px) {
  .top-content-sub-banners-images-block{
    width: var(--sp-content-width);

    justify-content: center;
  }
  .top-content-sub-banners-image {
    margin: 10px;

    max-width: 400px;
    width: 100%;
    min-width: 338px;
  }
}

.contentBody {
    zoom: 1;
    font-size: 13pt;
  }
  .contentBody:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
  }

  .contentHeader h1, .contentBody h1 {
    background-color: #69a9bc;
    color: #ffffff;
    font-size: 190%;
    font-weight: normal;
    width: 100%;
    padding: 8px;
    line-height: 1.0;
    padding-left: 30px;
    letter-spacing: 0.2em;
    margin: 40px 0;
  }
  @media screen and (max-width: 700px) {
    .contentHeader h1, .contentBody h1 {
      font-size: 150%;
      height: inherit;
      margin: 30px 0;
    }
  }

  .contentBody h2,
  .contentbody-h2 {
    background: url("../images/content-header-blue-mark_01.png") no-repeat left top;
    padding: 5px;
    font-size: 20pt;
    font-weight: normal;
    padding-left: 32px;
    line-height: 1.0;
    letter-spacing: 0em;
    margin: 20px 0;
  }
  @media screen and (max-width: 700px) {
    .contentBody h2,
    .contentbody-h2 {
      font-size: 16pt;
      padding-top: 0;
      margin: 10px 0;
    }
  }

  .contentBody h3 {
    padding-left: 30px;
    margin: 15px 0;
    color: #4cacba;
    font-size: 115%;
    letter-spacing: 0.1em;
  }

  .contentBody h4 {
    padding-left: 30px;
    margin: 5px 0;
    letter-spacing: 0.1em;
  }

  .contentBody p,
  .contentBody ol,
  .contentBody ul {
    margin: 5px 30px;
  }
  @media screen and (max-width: 700px) {
    .contentBody p,
    .contentBody ol,
    .contentBody ul {
      margin: 1em 10px;
    }
  }

  .contentBody ol,
  .contentBody ul {
    padding-left: 2em;
  }
  @media screen and (max-width: 700px) {
    .contentBody ol,
    .contentBody ul {
      padding-left: 1em;
    }
  }

  .contentBody ol {
    list-style: decimal;
  }

  .contentBody ul {
    list-style: disc;
  }

  .contentBody li ul {
    list-style: circle;
  }

  .contentBody li li ul {
    list-style: square;
  }

  .contentBody dl {
    margin: 5px 0;
    width: 100%;
    background: #f2f2f2;
    display: flex;
    flex-wrap: wrap;
  }
  .contentBody dt, .contentBody dd {
    padding: 5px;
    border: 1px solid #fff;
  }
  .contentBody dt {
    text-align: center;
    width: 24%;
    float: left;
  }
  .contentBody dd {
    width: 76%;
    float: left;
    padding-left: 2em;
  }

  .contentBody .alignLeft {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
  }

  .contentBody .alignRight {
    float: right;
    margin-left: 15px;
    margin-bottom: 10px;
  }

  .contentBody .alignCenter {
    display: block;
    margin: 0 auto;
  }

  .contentBody em {
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'MS P Gothic', sans-serif;
  }

  .contentBody table {
    max-width: 100%;
    font-size: 90%;
  }
  .contentBody table th, .contentBody table td {
    vertical-align: top;
    font-size: 100%;
  }
  .contentBody table th {
    background-color: #EAE7E7;
  }

  .contentBody table[border] {
    border: 1px solid #ccc;
  }
  .contentBody table[border] th, .contentBody table[border] td {
    padding: 3px 5px;
    border: 1px solid #ccc;
  }
  .contentBody table[border] th {
    font-weight: normal;
  }

  /* 本文内の画像は画面幅に収める */
  .contentBody img {
    max-width: 100%;
  }

  /* Color Definition
  ================================================== */
  .red {
    color: red;
  }

  /* サイト定義ユーザー使用CSS */
  .contentBody .style10 {
    padding: 10px 20px;
  }

  /**/
  .contentBody.recruit_page table {
    border: 1px solid #fff;
  }
  .contentBody.recruit_page table th, .contentBody.recruit_page table td {
    padding: 13px;
    background-color: #ebebeb;
  }

  #pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    /* Specify the width of your pageslide here */
    width: 250px;
    /* These styles are optional, and describe how the pageslide will look */
    color: #FFF;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    overflow-y: scroll;
    background: #333;
    border: 4px solid #fff;
    -webkit-box-shadow: 0px 0px 4px #aaa;
    -moz-box-shadow: 0px 0px 4px #aaa;
    box-shadow: 0px 0px 4px #aaa;
    margin-bottom: 10px;
  }

  /* 右寄せメニュについての記述*/
  /* Header
  ================================================== */
  .mobile-header-top {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 50px;
    height: 50px;
    /* bodyよりもボタンが優先表示されるように*/
    z-index: 5000;
  }
  @media screen and (min-width: 701px) {
    .mobile-header-top {
      display: none;
    }
  }

  .menu_open_button_link {
    display: block;
    position: relative;
  }

  .mobile-header-top a {
    text-decoration: none;
  }

  .menu_open_button {
    display: block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center 8px;
    background-image: url(/theme/sn-default/images/menu_icon.png);
    background-color: #000;
    text-align: center;
  }

  .menu_open_button_text {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 2px;
    color: #fff;
    font-size: 10px;
    text-decoration: none;
  }

  .menu_close_button_area {
    position: absolute;
    top: 0;
    right: 0;
  }

  .menu_close_button_mgn_area {
    height: 50px;
  }

  /* Header Nav
  ================================================== */
  .header-navi .nav-header {
    background: #fff;
  }

  .header-navi .nav-header h2 {
    float: left;
    padding: 15px 5px 5px 5px;
  }

  .header-navi .nav-header button {
    float: right;
    padding: 5px;
  }

  .header-navi .nav-header button img {
    width: 45px;
  }

  /*サイドバー
  ---------------------------------------------------------------*/
  #modal ul li {
    height: 3em;
    border-bottom: 2px solid #fff;
    padding-left: 10px;
    text-align: left;
  }

  #modal ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 10px 10px 20px;
  }

  .one_calendar {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .one_calendar .cal_head, .one_calendar .cal_day {
    width: 13%;
    border: 1px solid #ccc;
  }

  .one_calendar .cal_head {
    color: #fff;
    background-color: #00aebd;
    text-align: center;
  }

  .one_calendar .cal_head.sunday {
    background-color: #E3444B;
  }

  .one_calendar .cal_head.saturday {
    background-color: #008DC4;
  }

  .one_calendar .cal_day {
    /*background-color: #E5E5E5;*/
    height: 100px;
  }

  .one_calendar .cal_day.sunday, .one_calendar .cal_day.holiday {
    background-color: #ffeef6;
  }

  .one_calendar .cal_day.saturday {
    background-color: #e1f9f8;
  }

  .one_calendar .cal_day.offday {
    background-color: #f5c5cd;
  }

  .one_calendar .cal_day.blank {
    background-color: #E5E5E5;
  }

  .one_calendar .cal_day.today {
    border: 2px solid #E3444B;
  }

  .one_calendar .cal_day .day, .one_calendar .cal_day .label, .one_calendar .cal_day .wday {
    display: block;
    text-align: center;
    font-size: 0.8em;
  }

  .one_calendar .cal_day .wday {
    display: none;
  }

  .one_calendar .cal_day ul {
    margin: 0;
    list-style: none;
    padding: 0;
  }

  .calendar_item {
    font-size: 0.9em;
  }

  @media screen and (max-width: 750px) {
    .one_calendar .cal_head, .one_calendar .cal_day.blank {
      display: none;
    }

    .one_calendar .cal_day {
      width: 100%;
    }

    .one_calendar .cal_day_head {
      width: 8em;
      float: left;
    }

    .one_calendar .cal_day {
      padding-top: 10px;
      height: 30px;
    }

    .one_calendar .cal_day .wday {
      display: block;
    }

    .one_calendar .cal_day .day, .one_calendar .cal_day .label, .one_calendar .cal_day .wday {
      float: left;
      margin-right: 5px;
    }

    .one_calendar .cal_day .yasumi {
      margin-top: 0;
    }
  }
  .contentPlasmaBody {
    font-size: 10pt;
  }

  .page-cfg-plasma2018 .contentHeader {
    display: none;
  }

  .pr-sidemg35box {
    margin: 0 35px;
  }
  @media screen and (max-width: 700px) {
    .pr-sidemg35box {
      margin: 0 0px;
    }
  }

  .pr-sidemg16box {
    margin: 0 16px;
  }
  @media screen and (max-width: 700px) {
    .pr-sidemg16box {
      margin: 0 0px;
    }
  }

  .pr-header-image img {
    width: 100%;
  }

  .pr-desc-block {
    margin-top: 38px;
  }
  .pr-desc-block img {
    max-width: 100%;
  }

  .pr-desc-block-list {
    display: flex;
    justify-content: center;
  }
  @media screen and (max-width: 700px) {
    .pr-desc-block-list {
      flex-wrap: wrap;
    }
  }

  .pr-desc-block-item {
    margin: 0 24px;
  }

  h2.pr-desc-head {
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: lighter;
    font-size: 160%;
    margin-bottom: 16px;
  }

  h2.pr-h2-header {
    background: no-repeat url(/images/theme/pr-h2-header.png);
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: lighter;
    color: #fff;
    font-size: 200%;
    vertical-align: middle;
    height: 63px;
    padding-top: 13px;
    padding-left: 60px;
    margin-bottom: 26px;
    letter-spacing: 0.2em;
  }
  @media screen and (max-width: 500px) {
    h2.pr-h2-header {
      background-size: cover;
      width: 100%;
      padding-top: 20px;
      padding-left: 20px;
      font-size: 150%;
    }
  }

  h2.pr-h2-pink-header {
    color: #fff;
    background: #E0478F;
    padding: 10px;
    padding-left: 44px;
    font-size: 160%;
    vertical-align: middle;
  }
  @media screen and (max-width: 500px) {
    h2.pr-h2-pink-header {
      padding-left: 20px;
      font-size: 150%;
    }
  }

  .pr-h3-pinkmat-header {
    width: 16em;
    margin-left: 23px;
    font-size: 140%;
    background: #ED80B0;
    padding: 0;
    padding-left: 20px;
    padding-bottom: 5px;
  }
  .pr-h3-pinkmat-header .text {
    display: block;
    padding: 5px;
    height: 100%;
    width: 100%;
    background: #fff;
  }

  .pr-h3-plane-header {
    font-size: 140%;
    margin-left: 35px;
    letter-spacing: 0.1em;
  }
  @media screen and (max-width: 500px) {
    .pr-h3-plane-header {
      margin-left: 20px;
      font-size: 120%;
    }
  }

  .pr-h3-udbar-header {
    font-size: 165%;
    padding: 10px;
    padding-left: 35px;
    margin-bottom: 20px;
    background: no-repeat url(/images/theme/pr-h3-header_bar.png) left bottom;
  }
  @media screen and (max-width: 700px) {
    .pr-h3-udbar-header {
      padding-left: 20px;
      font-size: 120%;
      width: 100%;
    }
  }

  .pr-h3-catch-header {
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: lighter;
    font-size: 150%;
    padding: 10px;
    padding-left: 35px;
  }
  @media screen and (max-width: 700px) {
    .pr-h3-catch-header {
      padding-left: 20px;
      font-size: 120%;
    }
  }

  .pr-h3-catch-header .red-notice {
    font-size: 140%;
    color: #D11649;
  }

  .pr-h4-blue-header {
    font-size: 110%;
    margin-left: 35px;
    color: #fff;
    padding: 10px;
    padding-left: 20px;
    background: no-repeat url(/images/theme/pr-h4-header.png);
    letter-spacing: 0.1em;
  }
  @media screen and (max-width: 700px) {
    .pr-h4-blue-header {
      margin-left: 0;
    }
  }

  .pr-h4-blue-header.no-mgleft {
    margin-left: 0;
  }

  .pr-gry-desc-box {
    background: #F6F6F6;
  }

  .pr-tokuchou-block {
    margin-top: 70px;
  }

  .pr-tokuchou-desc-blocks {
    margin-top: 5px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .pr-tokuchou-desc-block-item {
    padding: 24px;
    width: 50%;
    max-width: 224px;
    line-height: 120%;
    margin-bottom: 5px;
  }

  .pr-tokuchou-desc-block-item.item-odd {
    background: #D2EEFE;
  }

  .pr-tokuchou-desc-block-item.item-even {
    background: #E9F1FB;
  }

  .pr-tokuchou-desc-block-item-head {
    font-size: 110%;
    line-height: 120%;
    height: 5em;
    font-size: 110%;
  }

  .pr-tokuchou-desc2 {
    margin-top: 32px;
  }

  .pr-secchakuzailess-ex-block {
    margin-top: 13px;
  }

  .pr-mitsudo-ctrl-block {
    margin-top: 48px;
    margin-bottom: 63px;
  }

  .pr-kyoudokojo {
    margin-bottom: 44px;
  }

  .pr-kyoudokojo-desc-blocks {
    display: flex;
    justify-content: space-around;
  }
  @media screen and (max-width: 700px) {
    .pr-kyoudokojo-desc-blocks {
      flex-wrap: wrap;
    }
  }

  .pr-kyoudokojo-card {
    margin-top: 5px;
  }

  .pr-kyoudokojo-card-head {
    text-align: center;
    font-size: 120%;
    padding: 5px;
  }

  .pr-kyoudokojo-card-caption {
    text-align: center;
    padding: 8px;
  }

  .pr-kyoudokojo-card-desc {
    width: 24em;
    margin: 8px auto;
  }
  @media screen and (max-width: 700px) {
    .pr-kyoudokojo-card-desc {
      width: 100%;
    }
  }

  .pr-shoushakouka {
    margin-bottom: 58px;
  }

  .pr-shoushakouka-row1 {
    display: flex;
    justify-content: space-between;
  }
  @media screen and (max-width: 700px) {
    .pr-shoushakouka-row1 {
      flex-wrap: wrap;
      justify-content: center;
    }
  }

  .pr-shoushakouka-row1-item {
    width: 100%;
    max-width: 430px;
    margin-bottom: 5px;
  }

  .pr-shoushakouka-img {
    margin-top: 14px;
  }

  .pr-gray-padbox {
    padding: 20px;
  }

  .pr-shoushakouka-row1 {
    margin-bottom: 10px;
  }

  .pr-shoushakouka-row2-grybox {
    padding-bottom: 35px;
  }

  .pr-kyoudokojo-all-block {
    margin-bottom: 105px;
  }

  .pr-souchi-block {
    margin: 0 16px;
  }

  .pr-souchi-block-list {
    margin-top: 33px;
  }

  .pr-souchi-block-header {
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: lighter;
    background: #2A83C4;
    font-size: 160%;
    letter-spacing: 0.2em;
    padding: 10px;
    padding-left: 40px;
    color: #fff;
  }
  @media screen and (max-width: 700px) {
    .pr-souchi-block-header {
      padding-left: 20px;
      font-size: 140%;
    }
  }

  .pr-souchi-block-header .small {
    font-size: 70%;
  }

  .pr-souchi-block-desc-block {
    border: 1px solid #444444;
    border-top: none;
    padding: 42px;
    padding-top: 20px;
    margin-bottom: 24px;
  }
  @media screen and (max-width: 700px) {
    .pr-souchi-block-desc-block {
      padding: 20px;
    }
  }

  .pr-souchi-makitori-img {
    margin-top: 27px;
    margin-bottom: 20px;
  }

  .pr-souchi-block-post-desc-block {
    text-align: right;
  }

  .pr-souchi-belljar-block-list {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  @media screen and (max-width: 700px) {
    .pr-souchi-belljar-block-list {
      flex-wrap: wrap;
      justify-content: center;
    }
  }

  .pr-souchi-belljar-block-item-desc {
    margin-bottom: 46px;
  }

  .pr-test-bunner2 {
    width: 90%;
  }

  .pr-banner-links-block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 67px;
  }
  @media screen and (max-width: 700px) {
    .pr-banner-links-block {
      justify-content: center;
      width: 100%;
      min-width: 320px;
    }
  }

  .pr-banner-links-image-link {
    display: block;
    max-width: 455px;
  }
  @media screen and (max-width: 700px) {
    .pr-banner-links-image-link {
      width: 90%;
    }
  }

  .pr-banner-links-image {
    width: 400px;
  }
  @media screen and (max-width: 700px) {
    .pr-banner-links-image {
      width: 100%;
    }
  }

  .pr-exp-test-block {
    padding-top: 40px;
  }

  .pr-exptest-desc-block {
    padding: 47px;
    padding-top: 27px;
  }
  @media screen and (max-width: 500px) {
    .pr-exptest-desc-block {
      padding: 20px;
    }
  }

  .pr-exptest-table {
    font-size: 110%;
    width: 100%;
    margin: 20px auto;
  }
  .pr-exptest-table th {
    text-align: center;
  }
  .pr-exptest-table th, .pr-exptest-table td {
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
    border: 1px solid #fff;
    background: #D3DEEF;
  }
  .pr-exptest-table .pr-exptest-sp-td {
    background: #EAEEF7;
  }
  .pr-exptest-table .pr-exptest-cap-head {
    color: #fff;
    background: #4776C1;
  }
  .pr-exptest-table .td_center {
    text-align: center;
  }

  .pr-exptest-contact-desc-block {
    background: url(/images/theme/moushikomisaki.gif) no-repeat;
    background-size: contain;
    margin-top: 34px;
    font-size: 130%;
    padding: 15px;
    text-align: center;
  }
  .pr-exptest-contact-desc-block .pr-telnumber {
    margin-top: 10px;
    font-size: 120%;
  }
  @media screen and (max-width: 700px) {
    .pr-exptest-contact-desc-block {
      font-size: 100%;
      background: #FCDEEA;
      border-radius: 15px;
    }
  }

  .top-category-img {
    display: block;
    width: 100%;
    margin: 0;
  }

  .scrText {
    display: none;
  }

  /*
  breadcrumb
  */
  .breadcrumb-inner-area {
    background: #f5f5f5;
    padding-top: 3px;
    font-size: 90%;
    height: 30px;
  }
  @media screen and (max-width: 700px) {
    .breadcrumb-inner-area {
      height: inherit;
    }
  }

  .breadCrumb_item_separator {
    margin-right: 6px;
    margin-left: 6px;
  }

  /*
  content-wrapper
  */
  .content-wrapper.two-column {
    display: flex;
    flex-direction: row-reverse;
  }
  .content-wrapper.two-column .content-article-block {
    width: 79.5%;
  }
  .content-wrapper.two-column .content-sidemenu-block {
    width: 20%;
  }
  @media screen and (max-width: 700px) {
    .content-wrapper.two-column .content-article-block {
      width: 100%;
    }
    .content-wrapper.two-column .content-sidemenu-block {
      display: none;
    }
  }

  /*
  */
  .company-items-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
    padding-bottom: 165px;
  }

  .company-list-item {
    width: 47.3%;
    margin-bottom: 50px;
  }

  a.company-list-item-link {
    color: #fff;
    text-decoration: none;
  }
  a.company-list-item-link:visited {
    color: #fff;
  }

  .company-list-item-image {
    display: block;
    width: 100%;
  }

  .company-list-item-head {
    background: #69a9bc;
    padding: 13px;
    font-size: 160%;
    text-align: center;
    line-height: 1.2;
    vertical-align: middle;
  }

  .pdf-brochure-icon-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  /*
  products-top-list
  */
  .products-top-list-block {
    background: #dcecf4;
    padding: 20px;
    margin-top: 54px;
    margin-bottom: 54px;
  }

  .products-top-list-head {
    background: url("../images/productinfo-h2-sch-mark.png") no-repeat left center;
    padding-left: 68px;
    height: 48px;
    margin: 6px auto;
    font-size: 140%;
    letter-spacing: 0.2em;
  }

  .products-top-list-head-symbol {
    font-size: 150%;
  }

  .products-top-list-items {
    margin-top: 23px;
    padding-bottom: 30px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .products-top-list-item {
    background: #fff;
    display: block;
    padding-top: 16px;
    position: relative;
    width: 206px;
    height: 210px;
    text-align: center;
    margin: 0 3px 6px 4px;
  }
  .products-top-list-item a, .products-top-list-item a:visited {
    color: #444444;
    text-decoration: none;
  }
  .products-top-list-item a:hover, .products-top-list-item a:focus {
    text-decoration: underline;
    text-decoration-color: #999;
  }

  .products-top-list-item-image-block {
    width: 100%;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .products-top-list-item-image {
    width: 170px;
    display: block;
    margin: 0 auto;
    margin-bottom: -12px;
  }

  .products-top-list-item-title-block {
    width: 100%;
    position: absolute;
    bottom: 14px;
  }

  .products-top-list-item-title {
    margin: 20px auto;
    padding-right: 30px;
    font-size: 120%;
    letter-spacing: 0.2em;
    background: url("../images/productinfo-item-title-mark.png") no-repeat right center;
  }
  .products-top-list-item-title.small {
    margin-top: 30px;
    letter-spacing: 0;
    font-size: 100%;
  }

  /*
  products-cate-list
  */
  .products-nav-cate-list {
    margin-top: -27px;
    margin-bottom: 16px;
  }

  .products-nav-cate-list-item {
    float: left;
    margin-right: 38px;
  }
  .products-nav-cate-list-item:before {
    content: '▶︎';
  }
  .products-nav-cate-list-item a, .products-nav-cate-list-item a:visited {
    color: #444444;
    text-decoration: none;
  }
  .products-nav-cate-list-item a:hover, .products-nav-cate-list-item a:focus {
    text-decoration: underline;
    text-decoration-color: #999;
  }

  .products-cate-list-block {
    background: #dcecf4;
    padding: 33px;
    padding-top: 6px;
    padding-bottom: 32px;
    margin-bottom: 54px;
    margin-top: -6px;
  }

  .products-cate-list-head {
    margin: 12px auto;
    font-size: 170%;
    letter-spacing: 0.1em;
  }

  .products-cate-list-items {
    margin-top: 13px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .products-cate-list-item {
    background: #fff;
    display: block;
    padding-top: 16px;
    position: relative;
    width: 206px;
    height: 210px;
    text-align: center;
    margin: 0 3px 6px 4px;
  }
  .products-cate-list-item a, .products-cate-list-item a:visited {
    color: #444444;
    text-decoration: none;
  }
  .products-cate-list-item a:hover, .products-cate-list-item a:focus {
    text-decoration: underline;
    text-decoration-color: #999;
  }

  .products-cate-list-item-image-block {
    position: absolute;
    bottom: 62px;
    width: 100%;
  }

  .products-cate-list-item-image {
    max-width: 170px;
    max-height: 130px;
    display: block;
    margin: 0 auto;
  }

  .products-cate-list-item-title-block {
    width: 100%;
    position: absolute;
    bottom: 7px;
  }

  .products-cate-list-item-title {
    margin: 20px auto;
    font-size: 110%;
    letter-spacing: 0.1em;
  }
  .products-cate-list-item-title.small {
    margin-top: 30px;
    letter-spacing: 0;
    font-size: 100%;
  }

  /* recruit */
  a.recruit-index-list-item-button {
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 12px;
    color: #fff;
    background: #4cacba;
    text-decoration: none;
    text-align: center;
    width: 10em;
    display: block;
    margin: 30px auto;
  }

  .contentBody.contact-body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .contentBody.contact-body input {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .contentBody.contact-body textarea {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  @media (max-width: 768px) {
    .contentBody.contact-body #error {
      padding-left: 10px;
      margin-bottom: 5px;
    }

    .contentBody.contact-body #com {
      padding-left: 10px;
      margin-bottom: 10px;
    }
  }
  .contentBody.contact-body #error {
    color: #ff0000;
    padding-left: 40px;
    margin-bottom: 10px;
    text-align: left;
  }

  .contentBody.contact-body #com {
    padding-left: 30px;
    margin-bottom: 20px;
    text-align: left;
  }

  .tbl-form-block {
    margin: 2em 0;
  }

  .contentBody.contact-body .tbl-form {
    width: 100%;
    /* margin: 1em 0; */
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #aaa;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #aaa;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #aaa;
  }

  .contentBody.contact-body .tbl-form th {
    width: 220px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #aaa;
    text-align: left;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    background-color: #eee;
  }

  .contentBody.contact-body .tbl-form td {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #aaa;
    text-align: left;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .contentBody p.tbl-form-paragraph {
    margin: 0;
  }

  @media (max-width: 768px) {
    .contentBody.contact-body .tbl-form {
      width: 90%;
      margin: auto;
    }

    .contentBody.contact-body .tbl-form tr {
      display: block;
    }

    .contentBody.contact-body .tbl-form th, .contentBody.contact-body .tbl-form td {
      display: list-item;
      list-style: none;
      width: 100%;
      padding-top: 10px;
      padding-right: 0px;
      padding-bottom: 10px;
      padding-left: 5px;
    }
  }
  .contentBody.contact-body .input01 {
    width: 100%;
    /*width: 350px;*/
  }

  .contentBody.contact-body .input02 {
    width: 65px;
  }

  .contentBody.contact-body .postal-code {
    width: 10em;
    border: 1px solid #0085CC;
  }

  .contentBody.contact-body .input03 {
    width: 100%;
  }

  .contentBody.contact-body .submit {
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 12px;
    color: #fff;
    background: #4cacba;
    text-decoration: none;
    text-align: center;
    /*width: 120px;*/
    /*height: 40px;*/
    /*font-size: 120%;*/
    /*margin-right: 10px;*/
  }

  @media (max-width: 768px) {
    .contentBody.contact-body .input01 {
      width: 96%;
    }

    .contentBody.contact-body .input02 {
      width: 65px;
    }

    .contentBody.contact-body .input03 {
      width: 96%;
    }

    .contentBody.contact-body .kubun span {
      display: block;
    }
  }
  .contentBody.contact-body .b-red {
    color: #ff0000;
    font-weight: bold;
  }


}

/* debug */

img {
  /*opacity: 80%;*/
}
.container-bkg{
  /*background: url("/images/tmp/top-renewal_2024.png") no-repeat center top;*/
}

div {
  /*border: gray dotted 1px;*/
}