@charset "utf-8";
/* 2021.5 */

.toph2 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .2em;
  text-align: center;
  padding-bottom: 1em;
}
.toph2:after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #6ebf5e;
  margin: 20px auto 0;
}
.topRole {
  padding: 40px 0;
  background: none;
}
.topRole__list {
  display:flex;
  justify-content:space-between;
}
.topRole .topRole__listItem {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    display:block;
    padding:10px;
    border:5px solid #f1f1f1;
    width:49%;
    text-align:center;}
.topRole .topRole__listItem span {
  color:#6ebf5e;
}
.topRole .topRole__listItem span img {
  width:unset;
  padding:0.5em;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  /* -webkit-transform: translate3d(0, 0, 0); */
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    /* transform: translate3d(0, 0, 0); */
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: 4px solid #fff;
    left: -5px;
    background: #fff;

 /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
.top_header {
  height: 100px;
  display: flex;
  justify-content: space-between;
  line-height: 100px;
  padding: 0px 48px;
}
.top_header_l {
  display: flex;
}
.top_header_r {
  display: flex;
}
.top_h1 {
  font-size: 1.1em;
  padding: 0 1em;
  line-height: inherit;
}
.header_phone {
  position: relative;
  margin-right: 30px;
  /*font-size: 2em;*/
  color: #352e2e;

  font-size: 1.5em;
  line-height: normal;
  margin: auto 0;
}
.top_phoneicon {
  width: 50px;
  margin-right: 8px;
  object-fit: contain;
}
.footer_logo {
  width: 120px!important;
  padding-bottom:1em;
}
.item_category {
  /* width: 230px; */
}
.title_category {
  padding-bottom: 12px;
  border-bottom: 2px solid #352e2e;
  font-size: 18px;
  color: #000;
  /* font-weight: 600; */
  text-align: center;
  margin: 0 20px;
}
.item_category ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.item_category li a {
  display: block;
  padding: 12px;
  border-bottom: 1px solid #e1e1e1;
  background: url("/html/user_data/assets/img/category_arrow.png") right 12px center no-repeat;
  background-size: 16px;
}
.menu_g {
  color: #6ebf5e;
  font-size: 18px;
}
.ec-footerRole__inner ul {
  list-style:none;
  padding:0.5em 0 1em;
}
.ec-footerRole__inner li a {
  color: #fff;
}
.ec-grid6__cell2 p {
  color:#fff;
}
.ec-footerTitle__copyright {
  color:#fff;
  text-align:center;
  padding-bottom:4px;
}
.instaicon {
  /*width: 64px!important;*/
  /*height: 64px!important;*/

  width: 30px!important;
  height: 30px!important;
  margin-top:20px;
}
.top_btn:hover {
  background-color: #6ebf5e;
  border-color: #cbe585;
  color: #FFF;
}
.center {
  text-align: center;
}
.top_btnarea {
  text-align: center;
  padding-bottom: 2em;
}
.top_title {
  font-size:21px;
  color: #000;
  /* margin-bottom: 2em; */
}
.top_title:after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #6ebf5e;
  margin: 30px auto 0;
}
.news_area {
  padding: 60px 0;
  /* border-bottom: 1px solid #f0f0f0; */
}
.news_area li {
  margin-bottom: 10px;
  list-style: none;
}
.news_area .news_date {

}
.news_title {
  font-weight: bolder;
  color: #ff0000;
  font-size:20px;
}
.information_area {
  background:#f1f1f1;
  /* padding-bottom: 1em; */
}
.information {
  padding: 30px 60px;
  background-size:50px;
  text-align: center;
}
.information span {
  color: #ff0000;
  font-size: 21px;
  font-weight: 600;
}
.ec-eyecatchRole__introTitle:after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #6ebf5e;
  margin: 30px 0;
}
.contact_box {
  background: #f1f1f1;
  color: #352e2e;
  width: 400px;
  padding: 30px;
  text-align: center;
  margin: 0 3em;
}
.phone_number {
  font-size: 24px;
  margin-bottom: 4px;
  font-weight: 500;
  position: relative;
  /*padding-left: 32px;*/
  padding-left: 8px;

}
.phone_number:before {
  content: "";
  width: 16px;
  height: 24px;
  top: 5px;
  left: 64px;
  position: absolute;
  background: url("/html/user_data/assets/img/icon_phone_g.png") center center no-repeat;
  background-size: 24px;
  transform: rotate( -30deg );
}
.fax_number {
  font-size: 24px;
  margin-bottom: 4px;
  font-weight: 500;
  position: relative;
  padding-left: 32px;
}
.fax_number:before {
  content: "";
  width: 24px;
  height: 24px;
  top:2px;
  left: 72px;
  position: absolute;
  background: url("/html/user_data/assets/img/icon_fax_g.png") center center no-repeat;
  background-size: 24px;
}
.linktext a {
  color: #6ebf5e;
}
/*.login_header {*/
/*  height: 100px;*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  line-height: 100px;*/
/*  padding: 0px 48px;*/
/*  background: #352e2e;*/
/*  color: #fff;*/
/*}*/

.login_header {
  height: 108px;
  display: flex;
  justify-content: space-between;
  /*line-height: 100px;*/
  padding: 0px 48px;
  background: #352e2e;
  color: #fff;
}

.login_header_l {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: space-around;
}
.login_header_r {
  display: flex;

  margin: auto 0;
  text-decoration: none;
}

.login_header_r a:hover {
    text-decoration: none;
}

.login_header_r span {
    font-size: 14px;
}

.login_logo {
  /* padding-top: 8px; */
  /*padding-right: 8px;*/
  /*width: 88px!important;*/
  /*line-height: normal;*/
  padding-right: 8px;
  width: 200px!important;
  line-height: normal;
  /* position: absolute; */
  bottom: 4px;
  left: 0px;
}


.login_h1 {
  /*font-size: 1.2em;*/
  /*padding: 0 1em;*/
  /* line-height: inherit; */
  /*color: #fff;*/
  /*margin: auto 0;*/
  /*font-size: 1em;*/
  /* padding: 0 1em; */
  color: #fff;
  font-size: 0.6em;
  position: relative;
}



.login_phone {
  position: relative;
  margin-right: 30px;
  font-size: 2em;
  color: #fff;
}
.login_phoneicon {
  /*width: 50px;*/
  /*margin-right: 8px;*/
  /*object-fit: contain;*/
  /*vertical-align: unset;*/

    width: 12px;
    margin-right: 5px;

}
.header_fax {
  /*width: 207px;*/
  /*height: 50px;*/
  /*border: 1px solid #fff;*/
  /*border-radius: 5px;*/
  /*margin-top: 24px;*/
  /*padding-left: 24px;*/
  /*line-height: 50px;*/
  /* background: url("/html/user_data/assets/img/icon_fax_w.png") left 20px center no-repeat; */
  /* background-size: 30px; */
  /* padding: 0 1.5em; */
  /*color: #fff;*/
  /*font-size: 1.4em;*/
  /*padding-left: 22px;*/

  /*margin-left: 16px;*/

  /*width: 10em;*/
  color: #fff;
  margin-left: 1em;


}

.header_fax:hover {
    border-bottom: 1px solid #fff;

}

.login_faxicon {
  width: 18px;
  margin:0 8px 5px 0;
  /* object-fit: contain; */
}
.loginheader_phone {
  /*position: relative;*/
   margin-right: 30px;
  /*font-size: 2em;*/

  color: #fff;
  overflow: hidden;
  /*line-height: normal;*/
  font-size: 1.1em;
  margin: auto 0;
}
.phone_side {
    display: flex;padding-right: 0.5em;

    margin-left: 1em;
}
.fax_side {
    display: flex;
    padding-right: 0.5em;
}
.red {
  color: #ff0000;
}
.reason_num {
  font-size: 4em;
  font-weight: 800;
  color: #d8d8d8;
  margin-bottom: 8px;
}
.ec-pageHeader h1:after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #6ebf5e;
  margin: 20px auto 0;
  text-align: center;
}
.ec-role_bg {
  width: 100%;
  background: #f1f1f1;
  padding: 2em 0;
  margin-bottom: 2em;
}
.ec-blockBtn--top_w {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #000;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #fff;
   background-color: #6ebf5e;
   border-color: #6ebf5e;
  display: block;
  height: 56px;
  line-height: 56px;
  padding-top: 0;
  padding-bottom: 0;
  }
.ec-blockBtn--top_w:focus, .ec-blockBtn--top_w.focus, .ec-blockBtn--top_w:active:focus, .ec-blockBtn--top_w:active.focus, .ec-blockBtn--top_w.active:focus, .ec-blockBtn--top_w.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.ec-blockBtn--top_w:hover, .ec-blockBtn--top_w:focus, .ec-blockBtn--top_w.focus {
    color: #525263;
    text-decoration: none; }
.ec-blockBtn--top_w:active, .ec-blockBtn--top_w.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.ec-blockBtn--top_w.disabled, .ec-blockBtn--top_w[disabled],
  fieldset[disabled] .ec-blockBtn--top_w {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65;
    box-shadow: none; }
.ec-blockBtn--top_w:focus, .ec-blockBtn--top_w.focus {
    color: white;
    background-color: black;
    border-color: black; }
.ec-blockBtn--top_w:hover {
    color: white;
    background-color: #ccc;
    border-color: #ccc; }
.ec-blockBtn--top_w:active, .ec-blockBtn--top_w.active,
  .open > .ec-blockBtn--top_w.dropdown-toggle {
    color: white;
    background-color: black;
    background-image: none;
    border-color: black; }
.ec-blockBtn--top_w:active:hover, .ec-blockBtn--top_w:active:focus, .ec-blockBtn--top_w:active.focus, .ec-blockBtn--top_w.active:hover, .ec-blockBtn--top_w.active:focus, .ec-blockBtn--top_w.active.focus,
    .open > .ec-blockBtn--top_w.dropdown-toggle:hover,
    .open > .ec-blockBtn--top_w.dropdown-toggle:focus,
    .open > .ec-blockBtn--top_w.dropdown-toggle.focus {
      color: white;
      background-color: black;
      border-color: black; }
.ec-blockBtn--top_w.disabled:hover, .ec-blockBtn--top_w.disabled:focus, .ec-blockBtn--top_w.disabled.focus, .ec-blockBtn--top_w[disabled]:hover, .ec-blockBtn--top_w[disabled]:focus, .ec-blockBtn--top_w[disabled].focus,
  fieldset[disabled] .ec-blockBtn--top_w:hover,
  fieldset[disabled] .ec-blockBtn--top_w:focus,
  fieldset[disabled] .ec-blockBtn--top_w.focus {
    background-color: black;
    border-color: black; }
.ec-blockBtn--top_w .badge {
    color: black;
    background-color: white; }
.ec-blockBtn--top_w .ec-icon img {
    width: 1em;
    vertical-align: text-bottom; }
.ec-blockBtn--top_w {
  max-width: 260px; }
  button{
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .slide-arrow{
    position: absolute;
    top: 50%;
    margin-top: -15px;
  }
  .prev-arrow{
    left: 0;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 15px solid #c8c8c8;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    z-index: 2;
  }
  .next-arrow{
    right: 10px;
    width: 0;
    height: 0;
    border-right: 0 solid transparent;
    border-left: 15px solid #c8c8c8;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    z-index: 2;
  }
@media only screen and (min-width: 768px) {
.topic_bg {
  position: absolute;
  width: 60%;
  height: 300px;
  background: rgb(247, 247, 246);
  /* top: 0; */
  left: 0;
}
.ec-eyecatchRole .ec-eyecatchRole__image_l {
    display: block;
    margin-bottom: 40px;
    max-width: 540px;
    width: 100%;
    height: 100%;
    z-index: 2;
    }
.ec-eyecatchRole .ec-eyecatchRole__image_l {
    order: 1;
    padding-right: 5%;}
.ec-eyecatchRole .ec-eyecatchRole__intro_r {
  color: black; }
.ec-eyecatchRole .ec-eyecatchRole__intro_r {
  /* padding-right: 5%; */
  order: 2;
  z-index: 2;
  }
.ec-eyecatchRole__introDescription_bgw {
  background: #fff;
  width: 720px;
  margin: 30px 0;
  /*padding: 20px;*/
  font-size: 14px;
}
.pcNone {
  display: none;
}
.top_logo {
  padding-top: 8px;
  margin-right: 8px;
  width: 88px!important;
  /* line-height: normal; */
}
.top_btn {
  display: inline-block;
  max-width: 560px;
  text-align: center;
  border: 2px solid #6ebf5e;
  font-size: 18px;
  color: #6ebf5e;
  text-decoration: none;
  font-weight: bold;
  padding: 1.5em 2em;
  border-radius: 4px;
  transition: .4s;
  margin-top: 4px;
}
}
@media screen and (max-width: 768px) {
.spNone {
  display: none;
}
.top_logo {
  padding-top: 8px;
  margin-right: 8px;
  width: 64px!important;
  /* line-height: normal; */
}
.header_phone_sp {
  font-size: 15px;
}
.top_btn {
  display: inline-block;
  max-width: 640px;
  text-align: center;
  border: 2px solid #6ebf5e;
  font-size: 18px;
  color: #6ebf5e;
  text-decoration: none;
  font-weight: bold;
  padding: 1.5em 2em;
  border-radius: 4px;
  transition: .4s;
  margin-top: 4px;
}
.topRole .topRole__listItem_sp {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    display:block;
    padding:10px;
    border:5px solid #f1f1f1;
    /* width:49%; */
    text-align:center;}
.topRole .topRole__listItem_sp img {
  width:unset;
  padding:0.5em;
}
.topRole .topRole__listItem_sp span {
  color:#6ebf5e;
}
.contact_box_sp {
  background: #f1f1f1;
  color: #352e2e;
  max-width: 100%;
  padding: 24px;
  text-align: center;
  margin: 1em 0;
}
.phone_number_sp {
  font-size: 24px;
  margin-bottom: 4px;
  font-weight: 500;
  position: relative;
  /* padding-left: 8px; */
}
.phone_number_sp:before {
  content: "";
  width: 24px;
  height: 24px;
  top: 5px;
  left: 40px;
  position: absolute;
  background: url("/html/user_data/assets/img/icon_phone_g.png") center center no-repeat;
  background-size: 24px;
  transform: rotate( -30deg );
}
.fax_number_sp {
  font-size: 24px;
  margin-bottom: 4px;
  font-weight: 500;
  position: relative;
  padding-left: 8px;
}
.fax_number_sp:before {
  content: "";
  width: 24px;
  height: 24px;
  top:2px;
  left: 40px;
  position: absolute;
  background: url("/html/user_data/assets/img/icon_fax_g.png") center center no-repeat;
  background-size: 24px;
}
.login_header_sp {
  height: 64px;
  display: flex;
  justify-content: flex-end;
  line-height: 100px;
  background: #352e2e;
  align-items: center;
}
.login_phoneicon_sp {
    width: 50px;
    height: 50px
}
.login_faxicon_sp {
  margin-right: 8px;
  object-fit: contain;
  width: 50px;
}
.ec-footerTitle_sp {
  padding: 24px 0;
  text-align: center;
}
.footer_logo_sp {
  width: 64px!important;
}
.ec-headerNavSP {
  border: 1px solid #352e2e;
  color: #352e2e;
}
}

@media only screen and (max-width: 1024px) {
.pconly {
  display: none;
}
}

@media only screen and (min-width: 1025px) {
.sponly {
  display: none;
}
}

.cate_list {
    display: flex;
    flex-wrap: wrap;
    background: #f0f0f0;
    font-size: 1.4rem;
    padding: 20px;
    margin-top: 30px;
}
.cate_list li {
    display: list-item;
    text-align: -webkit-match-parent;
    list-style: none;
}
.cate_list li:after {
    content: "|";
    margin: 0 14px;
}
@media only screen and (min-width: 768px){
  .ec-shelfGrid .ec-shelfGrid__item {
    width: 33%;
  }
}
table.posttype th{
background: #F5F7F8;
padding-bottom: 1em;
padding-top: 1em;
}
.harfbg {
    height: 312px;
    width:  64%;
    background-color: rgb(247, 247, 246);
    position:  absolute;
    z-index: 0;
    right: 0;
}
.ec-eyecatchRole .ec-eyecatchRole__image {
z-index: 2;
}
.ec-eyecatchRole .ec-eyecatchRole__intro {
  z-index: 2;
}
.header_contact {
  color: #fff;
}
.header_contact:hover {
    border-bottom: 1px solid #fff;
}
.header_s {
    font-size: 0.3em;
    padding-right: 1em;
}
.guide_he {
    width: 70%;
    margin: 0 auto;
}
.guide_content {
}
.content_title {
    background-color: #352e2e;
    color: #fff;
    padding: 3px 20px;
    margin: 50px 0 30px 0;
}
.guide_c {
    margin: 10px 20px;
}
.guide_w {
    margin: 5px 10px 20px 20px;
}
.delivery_t1 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #eee;
  margin-top: 20px;
}
.delivery_t1 th,table td{
  text-align: left;
  padding-left: 10px;
}
.delivery_t1 tr:nth-child(odd){
  background-color: #eee;
}
.price {
text-align: right;
padding-right: 10px;
}
.guide_he hr {
    margin: 30px 0;
}
.bo {
    border-bottom: 1px solid #000;
    padding-bottom: 2px;
}
.kuro {
    width: 80%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 20px 0 6px 0;
}
.kuro th, .kuro td {
    border: 1px solid #000;
    padding: 2px 10px;
    text-align: right;
}
.kuro th {
    text-align: center;
    background-color: #eee;
}
.bank {
    width: 60%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 20px 0 6px 0;
}
.bank th {
    background-color: #eee;
}
.bank th, .bank td {
    border: 1px solid #000;
    padding: 2px 10px;
    text-align: center;
}
.bank td {
    text-align: left;
    padding-left: 1em;
}
.coli {
    margin-top: 30px;
}
.coli img {
    padding-left: 10px;
}
.ec-grid6__cell li {
    padding-bottom: 10px;
}
