/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
page_common
top
 -headr_hamburger
footer
--------------------------------------------------------------*/
/*page_common
--------------------------------------------------------------*/
.content01{
  width: 100%;
}
.content02 {
  max-width: 1080px;
  margin: 0 auto;
}

/*title*/
#mypage_top h2, #login_top h2, #signin_top h2, #products-contact h2, #signin_about h2{
  font-size: 20px;
  font-weight: 600;
  color: #C36464;
  border-bottom: 1px solid #C36464;
  padding: 0 0 8px;
  display: inline-block;
  text-align: center;
  letter-spacing: 3px;
}
.top_contents_right h2{
  font-size: 20px;
  font-weight: normal;
  padding: 0 0 5px 8px;
  border-bottom: 1px solid #1A1311;
}

/*product*/
.item_box img{
  width: 100%;
  max-height: 230px;
  object-fit: contain;
}
@media (max-width: 1079px) and (min-width: 751px){
    .item_box img{
      max-height: 150px;
}
}
@media (max-width: 750px){
.item_box img{
  max-height: 100px;
      max-width: 150px;
}
}
.item_box p{
  margin: 5px 0 35px 0;
  font-size: 15px;
}
.item_box p.producttitle
{
  text-decoration: underline;
  margin-bottom:15px;
}
.item_box p.subinfo_company
{
font-size:15px!important;
margin:0!important;
}
.tag01{
  background: #96A057;
  color: #fff !important;
  border-radius: 7px;
  padding: 6px 20px;
  display: inline-block;
  font-size: 12px;
  height: 30px;
  margin: 0 5px 10px 0;
}
.tag02{
  background: #1F547B;
  color: #fff !important;
  border-radius: 7px;
  padding: 6px 20px;
  display: inline-block;
  font-size: 12px;
  height: 30px;
  margin: 0 5px 0 0;
}
.pagination {
  margin: 24px 0;
  clear: both;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  width: 100%;
}

.pagination .page-numbers {
  color: #333;
  text-decoration: none;
  display: inline-block;
  height: 46px;
  width: 46px;
  border: 1px solid #ccc;
  margin: 0 4px;
  line-height: 46px;
  text-align: center;
  border-radius: 4px;
}

.pagination span {
  line-height: inherit
}

.pagination .page-numbers .dots {
  opacity: 6;
  background-color: #f3f4f5;
}

.pagination .current {
  background-color: #eee;
}
main#main{
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}
/* loading */
#overlay{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(0,0,0,0.6);
}
.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spinner {
    width: 80px;
    height: 80px;
    border: 4px #ddd solid;
    border-top: 4px #999 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(359deg); }
}
.is-hide{
    display:none;
}

p.error {
  color: red!important;
}

/*top
--------------------------------------------------------------*/
#top_about{
  text-align: center;
}

#top_about h1 {
  position: relative;
  display: inline-block;
  font-weight: 400;
  color: #1E82D7;
  letter-spacing: 2px;
}

.btn_w3 a.top_btn_w3{
  letter-spacing: 3px;
}
.btn_w3 a.top_btn_w3:hover{
  background: #fff !important;
  color: #96A057 !important;
}

#top_catList{
  background-color: #FFFCF0;
  width: 100%;
}
.top_catList_box{
  width: 820px;
  margin: 0 auto;
}
.top_catList_box a{
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: center left;
  padding: 12px 0 10px 50px;
  color: #1A1311;
  font-size: 15px;
  display: inline-block;
  width: 140px;
}
.top_catList_box a:hover{
  opacity: 0.5;
}
.top_catList_box a.cat01{
    background-image: url(http://allmie.net/wp-content/themes/toyama-shoku/img/common/icon_cat01.png);
}
.top_catList_box a.cat02{
    background-image: url(http://allmie.net/wp-content/themes/toyama-shoku/img/common/icon_cat02.png);
}
.top_catList_box a.cat03{
    background-image: url(http://allmie.net/wp-content/themes/toyama-shoku/img/common/icon_cat03.png);
}
.top_catList_box a.cat04{
    background-image: url(http://allmie.net/wp-content/themes/toyama-shoku/img/common/icon_cat04.png);
}
.top_catList_box a.cat05{
    background-image: url(http://allmie.net/wp-content/themes/toyama-shoku/img/common/icon_cat05.png);
}
.top_catList_box a.cat06{
    background-image: url(http://allmie.net/wp-content/themes/toyama-shoku/img/common/icon_cat06.png);
}
.top_catList_box a.cat07{
    background-image: url(http://allmie.net/wp-content/themes/toyama-shoku/img/common/icon_cat07.png);
}
.top_catList_box a.cat08{
    background-image: url(http://allmie.net/wp-content/themes/toyama-shoku/img/common/icon_cat08.png);
}
#top_contents_wrap{
  background: #F7F5F2;
}

#top_contents_wrap01 article img,
#top_contents_wrap02 article img{
  width: 100%;
  vertical-align: bottom;
}
#top_contents_wrap01 article h3{
  font-size: 18px;
  font-weight: 400;
  color: #96a058;
  margin: 23px 0 15px;
  padding: 0 20px;
}

#top_contents_wrap03 h2, #top_areaInfo h2, .border-title{
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
  color: #96A057;
  border-top: 2px solid #96A057;
  border-bottom: 2px solid #96A057;
  max-width: 1080px;
}

#top_areaInfo h2{
  max-width: 1080px;
  margin: 0 auto;
}

#top_contents_wrap01 article p{
  margin: 5px 0 0 0;
}


.top_bnrarea{}
.top_bnrarea img{
  margin: 0 0 10px 0;
}

.top_side_news{margin: 23px 0 0 0;}
.top_side_news span.date{
  color: #96A057;
}
.top_side_news h3{
  color: #1A1311;
  margin: 7px 0 20px 15px;
  font-weight: normal;
}

.top_keyword{
  margin: 40px 0 0 0;
}

/*SP*/
@media all and (max-width:1079px) {
  .top_catList_box{
    width: 100%;
  }
  .top_contents_left{
    width: 100%;
    margin: 0 0 80px 0;
  }
  .top_contents_right{
    width: 100%;
  }
  #top_about{
    padding: 0 20px;
  }
  #top_about h1{
    margin: 45px auto 18px auto;
    font-size: 24px;
    line-height: 1.6;
  }
  #top_about p{
    text-align: left;
  }
  #top_contents_wrap03 h2, #top_areaInfo h2, .border-title{
    padding: 14px 0;
    margin: 0 auto 20px;
    font-size: 20px;
  }
  #top_catList{
    margin: 50px 0 30px 0;
    padding: 22px 0 30px 0;
  }
  .top_catList_box a{
    margin: 5px 20px;
  }
  .top_contents_left .item_box{
    max-width: 100%;
    float: none;
    margin: 0 auto;
  }
  .top_bnrarea img{
    width: 100%;
  }
  .btn_w3 a.top_btn_w3{
    font-size: 16px;
  }
  .top_contents_left .btn_w{
    padding: 8px 0 0 0;
    text-align: center;
  }
  .top_side_news span.date{
    font-size: 15px;
  }
  .top_side_news h3{
    font-size: 16px;
  }
  #top_contents_wrap{
    padding: 30px 0 15px;
    margin: 0 0 35px 0;
  }
  #top_contents_wrap01 article{
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
  }
  #top_contents_wrap02 article{
    max-width: 48%;
    float: left;
  }
  #top_contents_wrap02 article:nth-child(even){
    margin: 0 4% 15px 0;
  }

  #top_contents_favorite .flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #top_contents_ranking .flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #top_contents_wrap01 article, #top_contents_wrap02 article{
    box-shadow: 0px 0px 1px 1px #e0e0e0;
    background: #fff;
    }
    #top_contents_wrap01 article p{
      padding: 0 20px 20px;
    }
}
/*PC*/
@media all and (min-width:1080px) {
  #top_catList{
    padding: 27px 0 30px 0;
  }
  .top_catList_box{
    width: 820px;
  }
  .top_contents_left{
    width: 770px;
  }
  .top_contents_right{
    width: 310px;
    float: right;
  }
  #top_contents_wrap{
    padding: 65px 0 60px 0;
    margin: 0;
  }
  #top_contents_wrap01 article{
    max-width: 341px;
    margin: 0 0 50px 0;
    width: 33.33%;
  }
  #top_contents_wrap02 article{
    max-width: 346px;
    float: left;
    margin: 0 0 15px 0;
    width:31.33%;
  }
  #top_about h1{
    margin: 115px auto 20px auto;
    font-size: 34px;
    padding: 0 65px;
  }
  #top_contents_wrap03 h2, #top_areaInfo h2, .border-title{
    padding: 20px 0;
    margin: 0 auto 40px;
    font-size: 21px;
  }
  #top_catList{
    margin: 40px 0 60px 0;
  }
  .top_catList_box a{
    margin: 5px 30px;
  }
  .top_contents_left .item_box{
    max-width: 346px;
    float: left;
    margin: 0 20px 0 0;
  }
  .btn_w3 a.top_btn_w3{
    font-size: 14px;
  }
  .top_contents_left .btn_w{
    margin: 0 58px 0 0;
    clear: both;
    padding: 8px 0 0 0;
  }
  .top_side_news span.date{
    font-size: 14px;
  }
  .top_side_news h3{
    font-size: 15px;
  }

  #top_contents_wrap .flex{
    display: flex;
    justify-content: space-between;
  }

  #top_contents_wrap03 h2{
    font-size: 21px;
    margin: 0 0 40px 0;
  }
  #top_areaInfo h2{
    font-size: 21px;
    margin: 0 auto 30px auto;
  }
  #top_about h1:before{
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 34px;
    height: 2px;
    background-color: #1E82D7;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    left:0;
  }
  #top_about h1:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 34px;
    height: 2px;
    background-color: #1E82D7;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    right: 0;
  }
  #top_about h1:before, #top_about h1:after{}
  #top_contents_wrap01 article, #top_contents_wrap02 article{
    box-shadow: 3px 3px 0px 2px #808080;
    -webkit-transition: 0.4s;
  	-moz-transition: 0.4s;
  	-o-transition: 0.4s;
  	-ms-transition: 0.4s;
  	transition: 0.4s;
    background: #fff;
  }
  #top_contents_wrap01 article:hover,
  #top_contents_wrap02 article:hover{
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
  }
  #top_contents_wrap01 article p{
    padding: 0 20px 120px;
  }
}

/*top favorite
--------------------------------------------------------------*/
.h2-favorite{
  background-image: url(../img/top/favorite-icon@2x.png);
  background-size: 30px;
  background-repeat: no-repeat;
  padding: 3px 0 3px 45px;
  background-position: center left;
  margin: 0 0 15px 0;
  font-size: 19px;
  font-weight: 400;
}

#top_contents_favorite article a:hover{
  opacity: 0.8;
}
#top_contents_favorite article h3{
  font-size: 15px;
  color: #96a058;
  font-weight: 400;
}
#top_contents_favorite article img{
  width: 100%;
  height: 200px;
  object-fit: cover;
}
#top_contents_favorite article p{
  font-size: 14px;
}

/*SP*/
@media all and (max-width:1079px) {
  #top_contents_favorite{
    margin: 36px 0 0;
  }
  #top_contents_favorite article{
    width: 48%;
  }
  #top_contents_favorite article h3{
    margin: 12px 0;
  }
  #top_contents_favorite article p{
    margin: 0 0 24px;
    line-height: 1.4;
  }
}
/*PC*/
@media all and (min-width:1080px) {
  #top_contents_favorite article{
    max-width: 248px;
    width: 23%;
  }
  #top_contents_favorite article h3{
    margin: 10px 0;
  }
  #top_contents_favorite article p{
    margin: 0 0 50px;
  }
}

/*top ranking
--------------------------------------------------------------*/
.h2-ranking{
  background-image: url(../img/top/ranking-icon@2x.png);
  background-size: 29px;
  background-repeat: no-repeat;
  padding: 3px 0 3px 45px;
  background-position: center left;
  margin: 0 0 25px 0;
  font-size: 19px;
  font-weight: 400;
}

#top_contents_ranking article a:hover{
  opacity: 0.8;
}
#top_contents_ranking article h3{
  font-size: 15px;
  color: #96a058;
  font-weight: 400;
  margin: 6px 0 0;
}

#top_contents_ranking article img{
  width: 100%;
  object-fit: contain;
  object-position: center;
  position: relative;
}

.ranking article a{
  display: block;
  position: relative;
}
.ranking article a::before{
  content: "";
      position: absolute;
      top: -20px;
      z-index: 2;
      width: 100%;
      height: 60px;
      display: block;
      background-size: 50px;
      background-repeat: no-repeat;
      left: -13px;
      top: -12px;
      width: 50px;
      background-position: center;
}
.ranking article.no01 a::before{
  background-image: url(../img_v2/ranking-beffor1.png);
}
.ranking article.no02 a::before{
  background-image: url(../img_v2/ranking-beffor2.png);
}
.ranking article.no03 a::before{
  background-image: url(../img_v2/ranking-beffor3.png);
}
.ranking article.no04 a::before{
  background-image: url(../img_v2/ranking-beffor4.png);
}

.ranking article.no05 a::before{
  background-image: url(../img_v2/ranking-beffor5.png);
}
.ranking article.no06 a::before{
  background-image: url(../img_v2/ranking-beffor6.png);
}
/*SP*/
@media all and (max-width:1079px) {
  #top_contents_ranking{
    margin: 16px 0 0;
  }
  #top_contents_ranking article.no01, #top_contents_ranking article.no02{
    width: 48%;
    padding: 0 5px;
    margin: 10px 0 30px;
  }
  #top_contents_ranking article.no03, #top_contents_ranking article.no04, #top_contents_ranking article.no05{
    width: 33%;
    padding: 0 5px;
    margin: 10px 0 30px;
  }
  #top_contents_ranking article:nth-child(2){
    margin: 10px 2px 20px;
  }
  #top_contents_ranking article.no01 img, #top_contents_ranking article.no02 img{
    height: 20vh;
  }
  #top_contents_ranking article.no03 img, #top_contents_ranking article.no04 img, #top_contents_ranking article.no05 img{
    height: 15vh;
  }
}
/*PC*/
@media all and (min-width:1080px) {
  #top_contents_ranking article{
    max-width: 202px;
    width: 19%;
  }
  #top_contents_ranking article img{
    height: 162px;
    max-width: 202px;
  }
}





/*top top_contents_wrap03
--------------------------------------------------------------*/
#top_contents_wrap03 .box img{
  width: 100%;
}
#top_contents_wrap03 .box h3{
  font-size: 19px;
  color: #96A057;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 0 0 0;
  min-height: 56px;
  align-items: center;
  display: flex;
}

#top_contents_wrap03 .box .btn01{
  background: #96A057;
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
  border-radius: 7px;
  padding: 11px 0 15px;
  position: absolute;
  bottom: 0;
  font-weight: 500;
}
#top_contents_wrap03 .box .btn01::after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 16px;
  top: 21px;
}
#top_contents_wrap03 .box .btn01:hover{
  opacity: 0.8;
}

/*SP*/
@media all and (max-width:1079px) {
  #top_contents_wrap03{
    padding: 0 20px 0;
  }
  #top_contents_wrap03 .box{
    position: relative;
    padding-bottom: 50px;
    margin: 0 0 40px;
  }
  #top_contents_wrap03 .box p{
    margin: 15px 0 20px;
  }
}
/*PC*/
@media all and (min-width:1080px) {
  #top_contents_wrap03{
    padding: 65px 0 0;
  }
  #top_contents_wrap03 .flex{
    display: flex;
    justify-content: space-between;
  }
  #top_contents_wrap03 .box{
    max-width: 310px;
    position: relative;
    min-height: 400px;
    padding-bottom: 50px;
  }
}


/*top_greeting
--------------------------------------------------------------*/
.top_greeting{
  max-width: 1080px;
}
.top_greeting .modal{
  display: inline-block;
}
.top_greeting p{
  display: inline-block;
  text-align: left;
  line-height: 1.8;
}
.top_greeting .modal span{
  font-size: 14px;
  display: inline-block;
}

/*SP*/
@media all and (max-width:1079px) {
  .top_greeting{
    padding: 0 20px;
  }
  .top_greeting .modal{
    width: 100%;
  }
  .top_greeting p{
  }
  .top_greeting .modal span{
    margin: 10px 0;
  }
}
/*PC*/
@media all and (min-width:1080px) {
  .top_greeting{
    margin: 80px auto 110px auto;
  }
  .top_greeting .modal{
    max-width: 346px;
    float: left;
    width: 32%;
  }
  .top_greeting p{
    float: right;
    max-width: 690px;
    margin: 0;
    width: 80%;
  }
  .top_greeting .modal span{
    margin: 10px 0 0 0;
  }
}
/*top_news
--------------------------------------------------------------*/
#top_news h2{

}
#top_news ul{
  max-width: 1080px;
  padding: 0;
}
#top_news ul li{
  list-style: none;
  margin: 0 0 20px;
}

#top_news ul li:hover{
  opacity: 0.5;
}
#top_news ul li span.date{
  color: #808080;
  letter-spacing: 1px;
}
#top_news ul li span.cat{
  color: #fff;
  font-size: 14px;
  padding: 2px 20px 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}
#top_news ul li span.cat-etc{
  background: #FFC400;
}
#top_news ul li span.cat-newitem{
  background: #96A057;
}
#top_news ul li span.cat-news{
  background: #1E82D7;
}
#top_news ul li h3{
  font-size: 16px;
  color: #808080;
  font-weight: 400;
}



/*SP*/
@media all and (max-width:1079px) {
  #top_news{
    margin: 50px 0 50px;
    padding: 0 20px;
  }

  #top_news ul{
    margin: 30px auto 0;
  }
  #top_news ul li h3{
    margin: 10px 0 20px;
  }
  #top_news ul li span.cat{
    max-width: 106px;
    margin: 0 12px 0 0;
  }
}
/*PC*/
@media all and (min-width:1080px) {
  #top_news{
    margin: 100px 0 100px;
  }
  #top_news ul li span{
  }
  #top_news h2{
  }
  #top_news ul{
    margin: 0 auto;
  }
  #top_news ul li a{
    display: flex;
  }
  #top_news ul li h3{
    margin: 0 0 0 25px;
  }
  #top_news ul li span.cat{
    max-width: 136px;
    margin: 0 20px 0 0;
  }
}

/*top_category
--------------------------------------------------------------*/
#top_category{}
#top_category .flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}

#top_category article a img{
  width: 100%;
}
#top_category article a h3{
  font-weight: 400;
  color: #96A300;
}
#top_category article a:hover{
  opacity: 0.8;
  display: inline-block;
}
#top_category .btn02{
  background: #96A057;
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
  border-radius: 7px;
  padding: 11px 0 15px;
  position: relative;
  margin: 10px auto 0;
  max-width: 310px;
}

#top_category .btn02::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 16px;
  top: 21px;
}

/*SP*/
@media all and (max-width:1079px) {
  #top_category .flex{
    margin: 30px 0 0;
  }
  #top_category article{
    width: 48%;
  }

  #top_category article a h3{
    font-size: 16px;
    margin: 6px 0 20px;
  }
}
/*PC*/
@media all and (min-width:1080px) {
  #top_category article{
    width: 31%;
  }
  #top_category article{
    max-width: 334px;
  }
  #top_category article a h3{
    font-size: 18px;
    margin: 6px 0 40px;
  }
}

/*search_wrap
--------------------------------------------------------------*/
#search_wrap .search_box03{
  max-width: 700px;
  margin: 0 auto;
}
/*SP*/
@media all and (max-width:1079px) {
  #search_wrap .search_box03{
    margin: 0 auto 30px auto;
  }
}
/*PC*/
@media all and (min-width:1080px) {

}
/*item
--------------------------------------------------------------*/
#search_wrap{}
.search_box_wrap{
  background: #FFFCF0;
  position: relative;
}
.search_box02{
  background-size: 45px;
  background-repeat: no-repeat;
  background-position: center left;
  max-width: 670px;
  margin: 0 auto;
}
.search_title01{
  margin: 0 0 10px 0;
  font-size: 16px;
  color: #96A057;
  font-weight: 500;
}
.search_title02{
  color: #96A057;
  margin: 30px 0 5px 0;
  font-weight: 500;
}



.search_list label input{
  box-sizing: border-box;
  padding: 0;
  vertical-align: top;
  margin: 5px 0 0 0;
}
.search_list label span{
  margin: 2px 14px 0 0;
}

  .btn_wrap02 a {
    display: inline-block;
    padding: 0.8em 2.5em;
    min-width: 14em;
    border: 1px solid #707070;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    transition: 0.5s;
    width: 204px;
    min-height: 40px;
    background: #fff;
    color: #343434;
    letter-spacing: 0.1rem;
  }
  .btn_wrap02 a.send{
    background-color: #96A057;
    color: #fff;
  }
  .btn_wrap02 a:hover{
    background: #343434;
    color: #fff;
  }

.hit_date{
  font-size: 16px;
  margin: 0 0 25px 0;
}

.item_box .tag01,
.item_box .tag02{
  margin: 0 0 6px 0;
}
.item_contents_ecsite_button a:hover{
  opacity: 0.5;
}
/*SP*/
@media all and (max-width:750px) {
  .item_box{
    width: 48%;
    float: left;
    min-height: 290px;
    padding: 0 5px 0 0;
  }
  #item_list .item_box:nth-child(even),
  #item_sinList .item_box {
    width: 48%;
  }
  .procedure #item_list .item_box:nth-child(even),
  #item_sinList .item_box {
    width: 50%;
    float: none;
  }
  #item_sinList .item_box:nth-child(even) {
  }
  .search_box02 input[type="submit"]{
    height: 50px;
  }
  .item_box:nth-child(even) p.subinfo_company {
padding: 0 5px 0 0;
}
.item_box p.subinfo_company {
font-size: 12px!important;
}
.item_box:nth-child(even) p.producttitle
{
padding-right:1em;
}
}
/*SP*/
@media all and (max-width:1079px) and (min-width:751px) {
  .item_box{
    width: 32%;
    float: left;
  }
  #item_list .item_box:nth-child(3n),
  #item_sinList .item_box:nth-child(3n) {
    margin: 0 2%;
  }
}
/*SP*/
@media all and (max-width:1079px) {
  .search_box_wrap{
    padding: 40px 20px 30px 20px;
    margin: 0 0 60px 0;
  }
  .search_box02 input[type="submit"]{
    /*margin: 10px 0 0 0 !important;
    width: 100%;*/
  }
  #search_category,
  #search_price,
  #search_characteristic{
    margin: 0;
  }
  .btn_wrap02{
    margin: 0 auto;
    text-align: center;
  }
  .btn_wrap02 a {
    margin: 0 15px 10px 15px;
  }
}

/*PC*/
@media all and (min-width:1080px) {
  .search_box_wrap{
    padding: 50px 110px 150px 110px;
    margin: 0 0 60px 0;
  }

  #search_category,
  #search_price,
  #search_characteristic{
    margin: 0 15px;
  }
  .btn_wrap02{
    position: absolute;
    bottom: 55px;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  .btn_wrap02 a {
    margin: 0 15px;
  }

  .no-float{
    float:none!important;
  }
}


/*business
--------------------------------------------------------------*/
#business_list{}
.business_box{
  margin: 0 0 30px 0;
}
.business_box img{
  margin: 0 40px 0 0;
}
.business_box .business_name{
  font-size: 18px;
  margin: 0 0 10px 0;
}
.business_box .business_about{
  margin: 0 0 10px 0;
}

/*SP*/
@media all and (max-width:1079px) {
  .business_box img{
    width: 100%;
  }
}
/*PC*/
@media all and (min-width:1080px) {
  .business_box img{
    float: left;
    max-width: 346px;
  }
}

/*item single
--------------------------------------------------------------*/
#item_single_topCat{
  margin: 50px 0 30px 0;
}
#item_single_topCat .tag_wrap{
  margin: 0;
}
#item_contents_wrap{
  margin: 50px 0 30px 0;
}
#item_contents_wrap h1{
  text-align: left !important;
  font-weight: normal !important;
  margin: 0 0 30px 0 !important;
}
/*.slick-initialized .slick-slide{
  display: block;
  max-width: 1080px;
  margin: 0 auto;
}
.productslider .slick-slide {
    max-height: 495px;
    margin:0 50px;
}
.productslider .slick-slide img{
  max-height: 495px;
  width: auto;
  margin:0 auto;
}?*/
.cat{}
.cat span{
  background: #376731;
  border-radius: 4px;
  color: #fff;
  padding: 0 15px 1px;
  margin: 0 6px 5px 0;
  display: inline-block;
}

.product-date{
  border-bottom: 1px solid #ddd;
}
.acd-content .flex{
  margin: 0 auto;
  padding: 0;
}

#item_single_wrap dt{
  color: #96A057;
  font-size: 19px;
  font-weight: 500;
}
#item_single_wrap dd{
  font-size: 16px;
  margin: 10px 0 30px;
  line-height: 1.8;
}
#item_single_wrap dd a{
  display: block;
  color: #1E82D7;
  text-decoration: underline;
}
.btn-download{
  background: #96A057;
  display: block;
  max-width: 460px;
  text-align: center;
  color: #fff;
  font-size: 19px;
  padding: 16px 20px 16px;
  border-radius: 7px;
}
.item_contents_ecsite_button a{
  margin: 0 0 20px;
  display: inline-block;
}
.item_contents_ecsite_button a{}

#about h2{
  font-size: 20px;
      font-weight: 600;
      color: #2E1906;
      border-bottom: 1px solid #1A1311;
}
#item_single_wrap h2{
  font-size: 23px;
  color: #96A057;
  margin: 20px 0 40px;
}
#about h2,
#item_single_wrap h2.left{
  padding: 0 0 9px 0;
  margin: 60px 0 25px 0;
  display: block;
}
#item_single_wrap h2.center{
  padding: 0 20px 10px 20px;
  margin: 40px 0 40px 0;
  display: inline-block;
  text-align: center;
  letter-spacing: 3px;
}
#about h3{
  position: relative;
  font-size: 18px;
  padding: 0 0 0 32px;
  font-weight: 400;
  color: #96A057;
}
#about h3:before {
  content: '';
  background-color: #96A057;
  display: block;
  position: absolute;
  left: 0;
  width: 24px;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.about_top img{
  max-width: 590px;
  width: 100%;
}
.about_top .about_text{
  max-width: 436px;
  float: right;
}
.about_text p{
    margin: 10px 0 20px 0;
}
.about_text p a{
  text-decoration: underline;
}
.about_text p a:hover{
  color: #96A057;
}
#about .about_top .about_text h2{
  margin: 0 0 25px 0;
}
#about .about_top p span{
  font-size: 18px;
  display: inline-block;
  margin: 0 0 20px 0;
}
.item_img_wrap{
  max-width: 578px;
  width: 100%;
}
.mainImage img{
  width: 100%;
}
.thumbnails{
   margin:0 auto;
}
.thumbnails img{
  margin: 0;
}
.item_about ul{
  margin: 0;
  padding: 0;
}
.item_about ul li{
  padding: 0;
  list-style: none;
  margin: 0 0 15px 0;
}
.item_about ul li span{
  font-weight: 400;
}
.item_text_box{
  overflow: scroll;
  border: 1px solid #d2d2d2;
  padding: 0px 20px;
  margin: 0 0 50px 0;
  max-height: 130px;
}
.item_news_wrap span.date{
  margin: 0 20px 0 0;
}
.item_news_wrap,
#item_contact{
  text-align: center;
}
.item_news_wrap ul{
  margin: 0;
  padding: 0;
}
.item_news_wrap li{
  padding: 0;
  list-style: none;
  margin: 0 0 15px 0;
  text-align: left;
}
.item_news_wrapt ul li span.date{
  color: #96A057;
  margin: 0 30px 0 0;
}

.item_news_wrap{
  border: 1px solid #707070;
  /*max-height: 270px;*/
  /*overflow: scroll;*/
  box-sizing: border-box;
}
#conditions{
  margin: 80px 0 60px 0;
}
#item_contact{
  background: #FFFCF0;
}

#item_contact table tr th{
  width: 160px;
  text-align: left;
  padding: 20px 0;
  font-weight: 400;
  vertical-align: text-bottom;
}
#item_contact table tr td{
  text-align: left;
}
#item_contact table tr td label{
  margin: 0 30px 0 0;
}
#item_contact table tr td label span{
  vertical-align: top;
  margin: 4px 2px 0 0;
}
#item_contact table  tr td input[type="radio"]{}
#item_contact table tr td input[type="submit"]{
  background: #96A057;
  height: 57px;
  color: #fff;
  font-size: 14px;
  border-radius: 0;
  border: 1px solid #96A057;
  transition:0.5s;
}
#item_contact table tr td input[type="submit"]:hover{
  color: #96A057;
  background: #fff;
}
#item_contact table tr td textarea{
  margin: 21px 0 0 0;
  padding: 10px;
}
#item_contact table tr td textarea::placeholder{
  color:#ccc
}
#item_login{
  background: #FFFCF0;
}
.item_loginBox{
  text-align: center;
}
.item_loginBox .btn_w a{
  width: 100%;
  max-width: 395px;
  font-size: 14px;
  height: 57px;
  padding: 18px 0;
}
.item_loginBox table {

}
.item_loginBox table tr th, #products-contact table tr th{
  width: 160px;
  text-align: left;
  font-weight: 400;
}
.item_loginBox table tr td input[type="text"],
.item_loginBox table tr td input[type="password"]{
  height: 44px;
  border: 1px solid #707070;
  border-radius: 0;
  max-width: 288px;
}
.item_loginBox input[type="submit"]{
  background: #C36464;
  height: 57px;
  width: 100%;
  color: #fff;
  font-size: 19px;
  padding: 0;
  border-radius: 7px;
  border:none;
}
.item_loginBox table tr .img_login img{
  background: #fff;
  padding: 10px 40px;
  max-width: 180px;
}
.item_loginBox table tr .img_login p{
  margin: 10px 0 0 0;
}
.item_loginBox table tr .img_login label{
  margin: 0 0 12px 0;
  display: inline-block;
}
.item_text ul{
  margin: 0 0 50px 0;
  padding: 0;
}
.item_text ul li{
  padding: 0;
  list-style: none;
  margin: 0 0 15px 0;
  text-align: left;
}
#products-contact table{
  max-width: 750px;
  margin: 0 auto;
}
#products-contact table tr th, #products-contact table tr td{
  padding: 12px 0;
}
#products-contact table tr th{
  vertical-align: top;
}
#products-contact table tr td{
  text-align: left;
}
#products-contact table tr td label{
  margin-right: 20px;
}
#products-contact table tr td [type="radio"]{
  margin: 0 5px 0 0;
}
/*SP*/
@media all and (max-width:1079px) {
  #about{
    padding: 0 20px;
  }
  #item_contact table tr td input[type="submit"]{
    width: 100%;
  }
  .thumbnails img:nth-child(2){
    margin: 1% 1.2%;
  }
  .thumbnails img{
    width: 31.5%;
    margin: 1% 0;
  }
  .item_about{
    margin: 15px 0 0 0;
  }
  #item_contact{
    padding: 20px 20px 40px;
    margin: 0 0 50px 0;
  }
  #item_contact table tr th{
    display: block;
    width: 100%;
  }
  #item_contact table tr td{
    display: block;
    width: 100%;
  }
  .about_top .about_text{
    margin: 20px 0 0 0;
  }
  #item_login{
    padding: 20px 20px 40px;
  }

  .item_loginBox table tr th{
    display: block;
    width: 100%;
    padding: 10px 0 6px 0;
  }
  .item_loginBox table tr td{
    display: block;
    width: 100%;
  }
  .item_news_wrap{
    padding: 0 20px 50px;
    margin: 0 0 50px 0;
  }
  .item_loginBox table tr td input[type="text"],
  .item_loginBox table tr td input[type="password"]{
    width: 100%;
  }
  .item_loginBox input[type="submit"]{
    margin: 10px 0 0 0;
  }
  .product-date{
    margin: 70px 0 0;
    padding: 0 20px 20px;
  }
  .product-date div:not(.item_contents_ecsite_button){
    width: 100%;
  }
  #products-contact table tr th, #products-contact table tr td{
    display: block;
  }
  #item_contents_wrap h1{
    font-size: 24px !important;
  }
  .item_contents_ecsite_button{
    margin: 50px 0 0;
  }
}
/*PC*/
@media all and (min-width:1080px) {
  #about{
    padding: 0 0 70px 0;
  }
  #item_contact table tr td input[type="submit"]{
    width: 395px;
    margin: 20px 0 0 0;
  }
  .thumbnails img:nth-child(3n){}
  .thumbnails img{
    width: 33%;
    max-width: 190px;
  }
  .item_about{
    width: 440px;
    float: right;
  }
  .item_img_wrap{
    float: left;
  }
  #item_contact{
    padding: 20px 170px 40px;
    margin: 0 0 50px 0;
  }
  #item_login{
    padding: 10px 100px 60px;
  }
  #item_login p{
    margin: 0 0 25px 0;
  }
  .item_loginBox.left{
    width: 46%;
    float: left;
    margin: 0 4% 0 0;
  }
  .item_loginBox.rigth{
    width: 46%;
    float: left;
    margin: 0 0 0 4%;
  }
  .item_news_wrap{
    padding: 0 50px 50px;
    margin: 0 0 50px 0;
  }
  .item_loginBox table tr th{
    padding: 20px 0;
    width: 35%;
  }
  .item_loginBox table tr td{
    width: 65%;
  }
  .item_loginBox input[type="submit"]{
    margin: 20px auto 0 auto;
  }
  .product-date{
    margin: 100px auto 70px;
    display: flex;
    justify-content: space-between;
    padding: 0 0 70px;
  }
  .product-date div:not(.item_contents_ecsite_button){
    width: 45%;
  }
  .acd-content .flex{
    display: flex;
    justify-content: space-between;
  }
  #item_contents_wrap h1{
    font-size: 31px !important;
  }
  .btn-download{
    margin: 0 auto 60px;
  }
  .item_contents_ecsite_button{
    margin: 70px 0 0;
  }
}


/*item-single ＋
--------------------------------------------------------------*/

.acd-check{
  display: none;
}
.acd-label{
  color: #2E1906;
}

.acd-label .btn-wrap03{
  padding: 10px 10px 10px 10px;
      display: inline-block;
      border: 1px solid #f5eed7;
      max-width: 176px;
      width: 95%;
      text-align: center;
      border-radius: 7px;
      background: #f5eed7;
}
.acd-label .btn-wrap03 span{
  position: relative;
  font-weight: 500;
}
.acd-label .btn-wrap03 span::before{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0px 6px;
  border-color: #2E1906 transparent transparent transparent;
  position: absolute;
}
.acd-content{
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
  height: 100%;
  opacity: 1;
  padding: 0 0 60px;
  visibility: visible;
}

/*SP*/
@media all and (max-width:1079px) {
  .acd-label{
    margin: 30px 0 40px;
    display: block;
  }
  .acd-label span{
    padding: 0 26px 0 0;
  }
  .acd-label span::before{
    right: 0;
    bottom: 10px;
  }
  .acd-label h2{
    margin: 0 0 10px !important;
  }
}
/*PC*/
@media all and (min-width:1080px) {
  .acd-label{
    margin: 50px 0 40px;
    display: block;
    align-items: center;
  }
  .acd-label span{
    padding: 0 30px 0 0;
  }
  .acd-label span::before{
    right: 0;
    top: 8px;
  }
  .acd-label h2{
    margin: 0 !important;
  }
}

/*mypage & login
--------------------------------------------------------------*/
#mypage_top, #login_top, #business-index, #signin_top, #products-contact{
  text-align: center;
  background: #FFFCF0;
  margin: 50px auto 0 auto;
}

#login_top .item_loginBox{
  max-width: 500px;
  margin: 0 auto;
}
.logged-in .about{
color: #96A057;
font-weight: 500;
}
.logged-in .about h3, #signin_about h3, .about h3{
  color: #96A057;
  font-weight: 500;
  margin: 0;
}


/*SP*/
@media all and (max-width:1079px) {
  #mypage_top, #login_top, #signin_top, #products-contact{
    margin: 50px 20px 60px 20px;
    padding: 30px 20px 70px 20px;
  }
  #business-index{
    padding: 50px 20px 30px 20px;
    margin: 20px 20px 0 20px;
  }
  .logged-in .about h2, #signin_about h2{
    font-size: 20px;
    margin: 30px auto 10px;
  }
  .logged-in .about h3, #signin_about h3, .about h3{
    font-size: 18px;
  }
}
/*PC*/
@media all and (min-width:1080px) {
  #mypage_top, #login_top, #signin_top, #products-contact{
    margin: 50px auto 60px auto;
    padding: 30px 50px 70px 50px;
  }
  #business-index{
    padding: 50px 50px 30px 50px;
  }
  .logged-in .about h3, #signin_about h3, .about h3{
    font-size: 19px;
  }
}


/*newitem
--------------------------------------------------------------*/
table.newitem_table,
table.newitem_table tr,
table.newitem_table td,
table.newitem_table th {
  border:none;
  border-collapse: collapse;
}
table.newitem_table td,
table.newitem_table th {
  padding: 15px 25px;
}

table.newitem_table th {
  background: #FFFCF0;
  width: 350px;
  text-align: right;
  font-weight: 400;
  vertical-align: text-top;
  color: #656565;
    padding: 15px 25px 15px 0;
}
table.green th {
  background: #F0FFF3;
}
table.blue th {
  background: #F0F6FF;
}
table.pink th {
  background: #FFF0F8;
}

table.newitem_table td [type="checkbox"],
table.newitem_table td [type="radio"]{
  margin: 0 2px 0 0;
}
table.newitem_table td p{
  font-size: 12px;
}
table.newitem_table td textarea{
  border: 1px solid #707070;
  border-radius: 0;
}
table.newitem_table td .box input[type="text"]{
  margin: 5px 0 5px 10px;
  max-width: 130px;
}
table.newitem_table input[type="text"]:not(.fake_text_box){
  border: 1px solid #707070;
  border-radius: 0;
  width: 100%;
  height: 36px;
  margin: 5px 0 20px;
  max-width: 630px;
}
table.newitem_table input[type="password"]:not(.fake_text_box){
  border: 1px solid #707070;
  border-radius: 0;
  width: 630px;
  height: 36px;
}
table.newitem_table label:not(.file_upload){
  display: inline-block;
  margin: 0 15px 5px 0;
}
.img_form_wrap{
  max-width: 400px;
  display: block;
}
.img_form{
  border: 1px solid #C7C7C7;
  max-width: 400px;
  text-align: center;
  padding: 10px 10px 30px 10px;
  box-sizing: border-box;
  margin: 0 0 15px 0;
}
input[name="sugested_retail_price"]{
  width:150px!important;
}
input[name="upper_sugested_retail_price"]{
  width:150px!important;
}
.img_form label > input {
display:none; /* アップロードボタンのスタイルを無効にする */
}
.img_form label {
  background-color: #FFFCF0;
  border: 1px solid #FFFCF0;
  padding: 9px;
  border-radius: 7px;
  display: block;
  max-width: 162px;
  margin: 10px auto 0 auto;
  height: 36px;
  font-size: 12px;
  transition: 0.5s;
}
.img_form label:hover {
  background-color: #fff;
}
.img_form input[type="text"]{
  color: #7C7C7C;
  border: none;
  text-align: center;
}
.newitem_submit{
  text-align: center;
      margin: 40px 0 0;
}


/*SP*/
@media all and (max-width:1079px) {
  table.newitem_table td{
    width: 99%;
  }
  table.newitem_table td textarea{
width:100%!important;
  }
  label.tax{
    margin-left:30px!important;
  }
  label.tax2{
    margin-left:15px!important;
  }
}
/*PC*/
@media all and (min-width:1080px) {
label.tax{
  margin-left:30px!important;
}
label.tax2{
  margin-left:15px!important;
}
table.newitem_table td textarea{
  width:100%;
  max-width: 630px;
}
}

/*newitem
--------------------------------------------------------------*/
.newitem_select{
  position: relative;
  border: 1px solid;
  width: 630px;
  height: 36px;
  padding: 4px 10px;
}
.newitem_table select{
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
.newitem_select::before {
    position: absolute;
    top: 0.8em;
    right: 0.9em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #96A057;
    pointer-events: none;
}
.checkBox_wrap{
  border: 1px solid #707070;
  text-align: center;
  padding: 30px 10px 40px 10px;
  margin: 30px 0 30px 0;
}
.checkBox_wrap label{
  font-size: 17px;
  font-weight: 400;
}
.checkBox_wrap [type="checkbox"]{
  margin: 0 10px 0 0;
}
p.left{
  text-align: left;
    margin: 0;
    display: inline-block;
}
select#category{
  border: 1px solid #707070;
padding: 5px 10px;
border-radius: 5px;
width: 250px;
}
/*SP*/
@media all and (max-width:1079px) {

  .newitem_table {
    width: 100%;
  }
  .newitem_table th{
　　border-bottom: none;
    display: block;
    width: 100%;
    padding: 10px 25px!important;
    box-sizing: border-box;
  }

  .newitem_table tr{
    display: block;
    margin-bottom: 25px;
  }
  .newitem_table td {
　　border-bottom: none;
    display: block;
    width: 100%;
    padding: 10px 0!important;
  }

  .newitem_table th{
    text-align: left!important;
  }
  table.newitem_table th {
    background: #FFFCF0;
    width: 100%;
    text-align: right;
    font-weight: 400;
}
  table.newitem_table input[type="text"]:not(.fake_text_box) {
      border: 1px solid #707070;
      border-radius: 0;
      width: 100%;
      height: 36px;
}
table.newitem_table input[type="password"]:not(.fake_text_box) {
    border: 1px solid #707070;
    border-radius: 0;
    width: 100%;
    height: 36px;
}
.checkBox_wrap label {
    font-size: 14px;
    font-weight: 400;
}
.newitem_select{
  width:100%;
}
strong.red{
  color:#ff0000;
}
}
/*PC*/
@media all and (min-width:1080px) {}

/*privacy policy
--------------------------------------------------------------*/
.page_about{
  margin: 0 0 60px 0;
}
dl.pp_list dt{
  font-size: 16px;
  font-weight: 400;
  color: #96A057;
  margin: 0 0 10px 0;
}
dl.pp_list dd{
  margin: 0 0 20px;
  padding: 0 0 20px;
  font-size: 15px;
  line-height: 1.8;
}
/*SP*/
@media all and (max-width:1079px) {}
/*PC*/
@media all and (min-width:1080px) {}

/*sitemap
--------------------------------------------------------------*/
#sitemap ul:not(.submap){
  float: left;
}
#sitemap ul.submap{
  margin: 0;
  padding: 5px 0 5px 0;
}
#sitemap ul li{
  list-style: none;
  position: relative;
  padding: 8px 0 8px 20px;
  font-weight: 400;
}
#sitemap ul li a{
  color: #1A1311;
}
#sitemap ul li a:hover{
  color: #96A057;
  text-decoration: underline;
}

#sitemap ul li ul li{
  padding: 6px 0 6px 20px;
  font-weight: 300;
}
#sitemap ul.submap li::before{
  content: '';
  background-color: #96A057;
  display: block;
  position: absolute;
  left: 0;
  width: 10px;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  border: none;
}
ul#sitemap01 li::before{
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 16px;
  bottom: 0;
  border-left: 6px solid #96A057;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}



/*SP*/
@media all and (max-width:1079px) {
  #sitemap{
    margin: 0 auto;
  }
  #sitemap ul:not(.submap){
    margin: 0 80px 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #ccc;
    width: 100%;
  }
  #sitemap01{}
  #sitemap02{}
  #sitemap03{}
  #sitemap04{}
  #sitemap05{}
}
/*PC*/
@media all and (min-width:1080px) {
  #sitemap{
    margin: 0 auto 60px auto;
  }
  #sitemap ul:not(.submap){
    padding: 0;
    margin: 0 80px 0 0;
  }
}

/*contact
--------------------------------------------------------------*/
#contact{}
#contact .contact_wrap{
  /* background: #e1dfd2; */
  max-width: 800px;
}
#contact .contact_wrap span:not(.textarea-11){
  color: #bf0c0c;
  font-size: 12px;
  vertical-align: top;
  line-height: 2.1;
}
#contact .contact_wrap table{
  width: 100%;
}
#contact .contact_wrap table tbody{}
#contact .contact_wrap table tbody tr{}
#contact .contact_wrap table tbody tr th{
  font-size: 15px;
  font-weight: 400;
  padding: 10px;
  text-align: left;
  vertical-align: text-bottom;
}
#contact .contact_wrap table tbody tr td{
  padding: 10px;
}
#contact .contact_wrap table tbody tr td input,
#contact .contact_wrap table tbody tr td textarea{
  width: 100%;
  max-width: 100%;
  font-size: 15px;
  padding: 10px;
  border: 1px solid #afadad;
}
#contact .contact_wrap table tbody tr td textarea::placeholder{
  color: #ccc;
}

#send-btn-wrap{
  text-align: center;
}
#send-btn-wrap input[type="submit"]{
  background: #C36464;
  height: 57px;
  color: #fff;
  font-size: 16px;
  border: 1px solid #C36464;
  transition:0.5s;
  width: 280px !important;
  padding: 0;
  border-radius: 7px;
}
#send-btn-wrap input[type="submit"]:hover{
  color: #C36464;
  background: #fff;
}
#send-btn-wrap input[type="button"]{
  background: #ffffff;
  height: 57px;
  color: #1a1210;
  font-size: 14px;
  border-radius: 0;
  border: 1px solid #1a1210;
  transition: 0.5s;
  width: 200px;
  margin: 0 20px 0 0;
  padding: 0;
}
#send-btn-wrap input[type="button"]:hover{
  color: #96A057;
  background: #fff;
}

.wpcf7 .ajax-loader{
  display: none !important;
}

/*SP*/
@media all and (max-width:1079px) {
  #contact .contact_wrap{
    margin: 0 auto;
  }
  #contact .contact_wrap table tbody tr th{
    display: block;
    width: 100%;
  }
  #contact .contact_wrap table tbody tr td{
    display: block;
    width: 100%;
  }
  #contact .contact_wrap table{
    margin: 0 0 20px;
  }
}
/*PC*/
@media all and (min-width:1080px) {
  #contact .contact_wrap{
    margin: 0 auto 50px auto;
  }
  #contact .contact_wrap table{
    margin: 0 0 40px;
  }
}

/*newitem_table
--------------------------------------------------------------*/
/*SP*/
@media all and (max-width:1079px) {}
/*PC*/
@media all and (min-width:1080px) {}
/*newitem_table
--------------------------------------------------------------*/
/*SP*/
@media all and (max-width:1079px) {}
/*PC*/
@media all and (min-width:1080px) {}

/*hanks
--------------------------------------------------------------*/

#thanks p.page_about{

}
#thanks h2{

}
#thanks .howtousewrap{
  max-width: 850px;
  margin-bottom: 80px;
  border: 1px solid #ccc;
  padding: 35px;
}
#thanks .btn a{
  border: 1px solid #ccc;
      padding: 5px 25px;
      background: #FFFCF0;
      color: #343434;
}

/*SP*/
@media all and (max-width:1079px) {
#thanks .howtousewrap .text{
  margin-bottom:20px;
}
#thanks .howtousewrap .btn{
  text-align: right;
}
}
/*PC*/
@media all and (min-width:1080px) {
  #thanks .howtousewrap{
    display: flex;
    justify-content: space-between;
  }
}

/*howtousewrap
--------------------------------------------------------------*/
.page-id-46 .howtousewrap{
  max-width: 1014px;
  margin-bottom: 80px;
  border: 1px solid #ccc;
  padding: 35px;
  box-sizing: border-box;
}
.page-id-46 .howtousewrap .btn a{
  border: 1px solid #ccc;
  padding: 5px 25px;
  background: #FFFCF0;
  color: #343434;
}
.page-id-56 .howtousewrap{
  max-width: 1014px;
  margin-bottom: 80px;
  border: 1px solid #ccc;
  padding: 35px;
  box-sizing: border-box;
}
.page-id-56 .howtousewrap .btn a{
  border: 1px solid #ccc;
  padding: 5px 25px;
  background: #FFFCF0;
  color: #343434;
}


/*SP*/
@media all and (max-width:1079px) {
.page-id-46 .howtousewrap .text{
  margin-bottom:20px;
}
.page-id-46 .howtousewrap .btn{
  text-align: right;
}
.page-id-56 .howtousewrap .text{
  margin-bottom:20px;
}
.page-id-56 .howtousewrap .btn{
  text-align: right;
}
}
/*PC*/
@media all and (min-width:1080px) {
.page-id-46 .howtousewrap{
    display: flex;
    justify-content: space-between;
  }
  .page-id-56 .howtousewrap{
      display: flex;
      justify-content: space-between;
    }
}

/*事業者申請、商品情報登録追加項目
--------------------------------------------------------------*/
span.required{
  color: #fff;
    font-size: 90%;
    background: #C36464;
    padding: 1px 10px;
    border-radius: 5px;
    margin-left: 10px;
}
span.recommend{
  color: #fff;
    font-size: 90%;
    background: #0088c8;
    padding: 1px 10px;
    border-radius: 5px;
    margin-left: 10px;
}
span.required2{
  color: #fff;
    font-size: 90%;
    background: #4682b4;
    padding: 1px 10px;
    border-radius: 5px;
}
span.required-buyer{
  color: #fff;
    font-size: 90%;
    background: #66BB88;
    padding: 1px 10px;
    border-radius: 5px;
    margin-left: 10px;
    display: inline-block;
}
p.sub_text{
  margin-top: 5px;
      color: #96A057;
      text-align: left;
}
p.sub_text2{
  border: 2px solid #fa0000;
  padding: 20px 10px;

}

.btntomypage{
  background: #fff;
      border: 1px solid #96A057;
      height: 57px;
      font-size: 14px;
      letter-spacing: 3px;
      transition: 0.5s;
      margin: 40px auto 0;
      border-radius: 10px;
}
.btntomypage a{
  text-align: center;
color: #96A057;
font-weight: 500;
}
.btntomypage a p{
      margin: 15px 0;
}
/*SP*/
@media all and (max-width:1079px) {
  .btntomypage{
      width: 100%;
  }
  p.sub_text2{
width:100%;
  }
}
/*PC*/
@media all and (min-width:1080px) {
  .btntomypage{
      width: 395px;
  }
  p.sub_text2{
    max-width:630px;
  }
}

/*top movie
--------------------------------------------------------------*/
#video {
  margin: 45px 0 74px;
}

/*single
--------------------------------------------------------------*/
#main.single #item_single_wrap{
  margin: 50px auto 30px auto;
}
#main.single .btn_wrap01{
  text-align: center;
}
#main.single .btn_wrap01 a{
  display: inline-block;
  padding: 0.8em 2.5em;
  min-width: 8em;
  border: 1px solid #707070;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.5s;
  width: 204px;
  min-height: 40px;
}

#main.single .btn_wrap01 a:hover{
  background-color: #343434;
  color: #fff;
}
#main.single #secondary h2{
  padding: 0 0 8px 0;
}
#main.single #secondary ul{
  margin: 0;
  padding: 0;
}
#main.single #secondary ul li{
  list-style: none;
  margin: 0 0 5px 0;
}

/*SP*/
@media all and (max-width:1079px) {
  #main.single #item_single_wrap{}
}
/*PC*/
@media all and (min-width:1080px) {
  #main.single .single_inner{
    /*width: 80%;*/
    /*float: left;*/
  }
  /*#main.single #secondary{
    float: left;
    width: 30%;
    margin-left: 5%;
  }*/
}



/*copyright*/
#copyright .caution{
  margin: 20px 0;
  border: #404040 1px solid;
  padding: 20px 20px;
}
#copyright a.textlink{
  text-decoration:underline;
}

/*download*/
#download .caution{
  margin: 20px 0;
      border: #404040 1px solid;
      padding: 0px 25px 30px 25px;
}
#download a.textlink{
  text-decoration:underline;
}
#download .bnr span{
  font-size:95%;
}
#download .bnr a:hover{
  opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity: 0.6;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
@media all and (min-width:1080px) {
  #download .bnr span{
    margin-left:30px;
  }
}

/*business-index*/
p.remark{
  font-size: 13px;
  margin: -10px auto 50px;
  color: #ff0000;
}
/*SP*/
@media all and (max-width:1079px) {
  p.remark{
  width: 100%;
  }
}
/*PC*/
@media all and (min-width:1080px) {
  .btntomypage{
  width: 395px;
  }
}

/*キャンペーン用バナーエリア*/
#cpnbnr .pc img{
  max-width: 1080px;
    margin: 30px auto;
    display: block;
}
#cpnbnr .sp img{
  width: 90%;
margin: 5px 0 40px;
}

/*rechapcha関連*/
.recaptcha_policy {
  padding: 0;
  margin: 40px auto 0;
  text-align: center;
  font-size: 14px !important;
  color: #444 !important;
  line-height: 2;
}
.recaptcha_policy a {
  font-size: 14px !important;
  color: #111 !important;
  text-decoration: underline;
}
.recaptcha_policy a:hover {
  color: #96a300 !important;
}
.grecaptcha-badge { visibility: hidden; }


/*0411*/


table.session tbody{}
table.session tbody tr{}
table.session tbody tr th{
  background: #FFFCF0;
  font-size: 15px;
  font-weight: 400;
  padding: 10px;
  text-align: left;
  vertical-align: text-bottom;
}
table.session tbody tr td{
  padding: 10px;
}
table.session tbody tr td input,
table.session tbody tr td textarea{
  width: 100%;
  max-width: 100%;
  font-size: 15px;
  padding: 10px;
  border: 1px solid #afadad;
}
table.session tbody tr td textarea::placeholder{
  color: #ccc;
}

@media screen and (max-width: 420px) {
table.session .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
table.session {
    width: 80%;
  }
table.session th,
table.session td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-weight: 600;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    background: #ffb900;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-weight: 600;
}

#item_sinList{
  display: block;

}

/*0709追加*/
table.myitems_table a{
text-decoration: underline;
}
table.myitems_table td{
text-align:center;
}


/*0811追記*/
select#industry{
  background: #fff;
padding: 5px 5px;
border: 1px solid #404040;
line-height: 1.5;
}


/*0813*/
#preview1 img{
  max-width: 500px;
max-height: 500px;
}

/*0818*/
a.fcp-en{
  background:brown;
}
a.fcp-zh{
  background:cornflowerblue;
}
a.fcp-ko{
  background:forestgreen;
}
a.fcp-tw{
  background:#223377;
}
@media all and (max-width:1079px) {
  a.btn-download{
    width: 90%;
        display: block;
        margin: 20px auto;
  }
}

/*0823*/
a.business-website{
    color: #1E82D7;
    text-decoration: underline;
}

/*0908*/
.redtext{
  color:#f00;
}

p.center{
  text-align:center;
}

.procedure{
  display: flex;
      flex-wrap: wrap;

}

.procedure img.procedure-item{
  max-width: 320px;
  max-height: 240px;
  margin: 10px auto;
  object-fit: cover;
}
@media (max-width: 768px){
  .procedure{
    display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  }

  .procedure img.procedure-item{
    width: 100%;
        margin: 30px auto;
        display: block;
  }
  .buyer-detail{
    max-width:100%!important;
  }
  .buyer-detail span::before {
    bottom: 7px!important;
}
}

#insta{
  margin:100px auto;
}

/*20211202*/
span.marker {
    background:linear-gradient(transparent 60%, #ff6 60%);
}
#twobox{
  display: flex;
    justify-content: space-around;
}
#twobox .box{
  width: 40%;
      border: 2px solid #1e82d7;
      border-radius: 14px;
      padding: 10px;
}
#twobox .box p.title{
  font-size: 2rem;
margin: 0;
color: #1e82d7;
font-weight: 600;
text-align: center;
}

#twobox .box p.text{
  padding: 0 25px;
  font-weight: 600;
}
#feature p.feature-title{
  font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
    padding-top: 30px;
    margin-top: 50px;
}
#business p.title{
  font-size: 1.25rem;
      font-weight: 600;
      text-align: center;
      border-top: 1px solid;
      padding-top: 30px;
      margin-top: 50px;
}

#buyer p.title{
  font-size: 1.25rem;
      font-weight: 600;
      text-align: center;
      border-top: 1px solid;
      padding-top: 30px;
      margin-top: 50px;
}
main.exhibition .btn a{
  background: #96A057;
width: 100%;
display: inline-block;
text-align: center;
color: #fff;
letter-spacing: 2px;
border-radius: 7px;
padding: 11px 0 15px;
font-weight: 500;
max-width: 400px;
margin: 0 auto;
display: block;
}
main.exhibition .link a{
width: 100%;
display: inline-block;
text-align: center;
letter-spacing: 2px;
border-radius: 7px;
padding: 11px 0 15px;
font-weight: 500;
max-width: 400px;
margin: 40px auto 20px;
display: block;
border: 1px solid;
}
.item p.title {
  position: relative;
      overflow: hidden;
      padding: 1rem 2rem 1rem 130px;
      border-top: 3px solid #FCC807;
      font-size: 20px;
      font-weight: 600;
      line-height: 1.8;
      margin: 0;
}

.item p.title:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 200px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #FCC807;
}

.item p.title span {
  font-size: 40px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
      padding-left: 16px;
      color: #fff;
      font-weight: 600;
}
.item p.text {
margin: 10px 0 50px;
}

.register-business .flow{
  border: 2px solid #1e82d7;
  padding: 20px 60px;
  max-width: 700px;
  margin: 60px auto;
}

.flow p.title{
  font-size: 1.25rem;
      font-weight: 600;
      text-align: center;
      margin: 10px 0 0;
}
.flow p.text{
  margin: 0;
  text-align: center;
}
.flow .flowitem p.title{
  text-align: left;
      border-bottom: 1px solid;
}
.flow .flowitem p.text{
text-align:left;
}
.flowitem{
  margin: 30px auto;
    text-align: left;
}
.bordertop{
  border-top: 1px solid;
  padding-top: 30px;
}
.flow .tri{
  display: block;
margin: 0 auto;
text-align: center;
color:#1e82d7;
}

/*20211204 開発展申請*/
.stepwrap{
  display: flex;
  justify-content: space-around;
  max-width: 800px;
  margin: 0 auto 50px auto;
}

.stepwrap .item{
  border: 1px solid;
padding: 0px 30px;
}

.stepwrap .here {
  background: #1e82d7;
color: #fff;
}
.newitem_table select.border{
  border: 1px solid #707070;
    max-width: 630px;
    padding: 5px 10px;
    appearance:auto;
}

.exhibiton-head{
  background: #78B2E5;
padding: 10px 10px;
margin: 60px 0 30px;
text-align: center;
color: #fff;
font-weight: 600;
font-size: 20px;
}
.exhibiton-head p{
  padding: 0;
margin: 0;
}
.bold{
  font-weight: 600;
}
.caution{
  color:#C36464;
}
.inlineblock{
  display: inline-block;
}
.block{
  display: block;
}
.mt10{
  margin-top:10px;
}
.intro{
  margin: 0px auto 40px auto;
}
.datewrap{
  display: flex;
      width: 320px;
      justify-content: space-between;
      margin: -40px 116px 50px;
}
.datewrap2{
  display: flex;
width: 230px;
justify-content: space-between;
}
span.feb{
  display: block;
margin: 5px 0px 0 0px;
}
.desiredtime{
  margin-left:40px;
}
.seminar-item .date{
  font-size: 140%;
  font-weight: 600;
  border-bottom: 1px solid;
  display: block;
}
.seminar-item .title{
  font-weight:600;
  display: block;
}
.seminar-item .teacher{
  display: block;
  margin-bottom:20px;
}
.seminar-link{
  width: 420px;
  margin: 0 auto;
}
.seminar-link span{
  text-decoration: underline;
    text-align: center;
    display: block;
    margin: 10px auto 30px;
}
.seminar-fee{
  border: 1px solid;
}
.large{
font-size:125%;
}

.center{
text-align:center;
}
.exhibitioncondition{
  border: 2px solid;
  width:100%;
  max-width: 390px;
    margin: 0 auto 50px auto;
}
.exhibitioncondition span.notregistered{
  color: #C36464;
font-weight: 600;
}

span.exhibition-info{
  background: #1e82d7;
  color: #fff;
  border-radius: 11px;
  text-align: right;
  display: inline-block;
  font-size: 18px;
  padding: 10px 15px;
  float: right;
}

.likebtn{
  display: inline-block;
    /*position: absolute;
    top: 195px;
    right: 180px;*/
}
.likebtn a{
      border: 2px solid;
      padding: 10px;
      color: lightcoral;
}
.opposite{
  background: #d2d2d2;
  padding: 30px;
  width: 500px;
  margin-bottom: 20px;
  margin-top: 20px;
  display: block;
}
.myside{
  float: right;
    border: 2px solid #999;
    padding: 30px;
    width: 500px;
        margin-bottom: 20px;
          display: block;
          background: #fff;
}
.buyername{
  font-size: 20px;
      color: #1e82d7;
      font-weight: 600;
      margin: 0;
}
.newmessagebox input{
  width: 100%;
height: 250px;
border: 1px solid #d0d0d0;
}
.newmessage_submit input{
  float: right;
      padding: 15px 40px!important;
      border: none!important;
      background: #3C87C4!important;
      color: #fff!important;
      font-size: 16px!important;
      border-radius:10px;
}
a.setting{
  padding: 15px 20px;
      margin: 20px auto;
      display: block;
}
.exhead-pink{
  background: #E578B2;
}

p.notice-for-item-registration span{
  display: block;
font-weight: 600;
margin: 20px auto 5px;
}
.intro_top img.logo{
  max-width: 800px;
margin: 40px auto;
display: block;
width: 100%;
}

.notice-error{
  border: 2px solid #f00;
      padding: 20px;
      margin: 50px 0;
      color: #f00;
      width: 100%;
      font-weight: 600;
      max-width: 1080px;
}

.exhibition-link{
  text-align: center;
  margin: 0px auto 0px;
}

.exhibition-link a img{
  border: 2px solid #727171;
  padding: 20px;
  max-width: 600px;
  display: block;
  margin: 0 auto;
  width:100%;
}

.exhibition-link a.underline{
  text-decoration: underline;
      letter-spacing: 2px;
      color: #1E82D7;
      font-weight: 600;
}

.suggestionwrap{
  text-align: center;
}

.suggestionwrap .move a{
  padding: 20px;
      margin: 20px auto;
      display: block;
      max-width: 400px;
      background: #1e80d5;
      color: #fff;
}


.suggestionwrap .notmove a{
  border:1px solid #1e80d5;
  padding: 20px;
      margin: 20px auto;
      display: block;
      max-width: 400px;
}

p.privacy-notice a{
  text-decoration: underline;
}
.advisor a{
  text-align: center;
    display: block;
    color: #1e80d5;
    border: 2px solid;
    width: 300px;
    padding: 10px;
    margin: 20px auto;
}

h1 span.link {
    color: #1e82d7;
    display: inline-block;
    text-decoration: underline;
    margin: 0 auto 0 20px;
      font-size: 14px;
}
#guide-producer .product-title-box1 h2.product-title{
  font-size: 24px;
}
#guide-buyer .product-title-box1 h2.product-title{
  font-size: 24px;
}
#guide-producer .block-list--title-box{
    margin: 40px 0 25px;
}
#guide-buyer .block-list--title-box{
    margin: 40px 0 25px;
}
.choice{
  display: flex;
    justify-content: space-around;
}
.choice a{
  border: 1px solid #2E1906;
padding: 10px 20px;
background: #fff;
text-align: center;
}


@media (max-width: 768px){
  h1 span.link {
      font-size: 12px;
      color: #1e82d7;
      display: block;
      text-decoration: underline;
      margin: 10px auto;
  }
}
/*20211221 新規ページ*/
section.shokuselection p.catch{
  color: goldenrod;
font-weight: 600;
font-size: 18px;
margin-top: 20px;
}

.logowrap{
    display: flex;
  }

.logowrap .item img{
  width: 100%;
  max-width: 150px;
  margin: 20px 100px 20px 0;
}

.logowrap .item p{
margin:5px 0 15px;
}
.logowrap .item p.title2{
  font-weight: 600;
font-size: 18px;
line-height: 1;
border-bottom: 1px solid;
padding-bottom: 10px;
margin:30px 0 0;
}

.shokuselection table th{
  background: #ddd;
  padding: 10px;
}

.shokuselection table td.name{
  text-align: center;
color: goldenrod;
font-weight: 600;
background: lightgoldenrodyellow;
}

.shokuselection table td{
  padding: 10px;
  background: #f8f8f8;
}

.shokuselection table.certification td{
text-align:center;
}

.shokuselection table tr.sumrow{
font-weight:600;
}
.shokuselection table td.sum{
text-align:right;
}
.tablewrap{
  margin: 50px 0;
}
.mt0{
  margin-top:0;
}
.tablewrap p.title{
  margin: 0;
font-weight: 600;
font-size: 20px;
letter-spacing: 2px;
}

.table-scroll{
  overflow: auto; /*スクロールさせる*/
  white-space: nowrap; /*文字の折り返しを禁止*/
}

/* 以下、スクロールバーを追加 */
.table-scroll::-webkit-scrollbar{　　
 height: 5px;
}
.table-scroll::-webkit-scrollbar-track{
 background: #333;
}
.table-scroll::-webkit-scrollbar-thumb {
 background: #999;
}
.shokuselection .btn a{
  width: 500px;
      margin: 60px auto 20px;
      display: block;
      text-align: center;
      box-shadow: 4px 4px 1px #ddd;
      background: #FCC807;
      color: #fff;
      border: none;
      font-size: 20px;
      border-radius: 10px;
      padding: 20px;
      cursor: pointer;
}
.shokuselection p.title2{
  text-align: center;
    font-weight: 600;
    font-size: 20px;
}
.shokuselection p.title{
  text-align: center;
    font-weight: 600;
    font-size: 20px;
		    margin-bottom: 1.5rem;
}
.shinshohinselection p.title{
  text-align: center;
    font-weight: 600;
    font-size: 20px;
		    margin-bottom: 1.5rem;
}
.shinshohinselection p.title2{
  text-align: center;
    font-weight: 600;
    font-size: 20px;
}
.shinshohinselection .itemwrap{
  display: flex;
  justify-content: center;
}
.shinshohinselection .itemwrap .item{
      margin: 0 50px;
}
p.unit{
  text-align: right;
margin: 0;
}
.catalog-pdf{
	margin:80px auto;
}
@media (max-width: 768px){
.tablewrap {
    margin: 40px 0;
  }
  .shokuselection p{
      text-align: justify;
  }
p.scrollnotice{
  font-size: 14px;
margin-top: -15px;
}
section.shokuselection p.catch {
    text-align: justify;
    margin-top: 0px;
}
.logowrap{
    flex-direction:column;
  }
.order1{
  order:1;
}
.order2{
  order:2;
}
.logowrap .item img {
    width: 100%;
    max-width: 200px;
    margin: 20px auto;
    display: block;
}

.logowrap .item p.title2 {
    line-height: 1.5;
}
.shokuselection .btn a {
    width: 100%;
    max-width: 500px;
}
.shinshohinselection .itemwrap{
flex-direction: column;
}
.shinshohinselection .itemwrap .item{
margin:20px auto;
}
.shinshohinselection  p.intro{
  overflow: initial;
white-space: break-spaces;
}
}

/*1229*/
#top_contents_wrap01 article{
position: relative;
}


a.selectionbtn{
background: #96A057;
width: 80%;
display: block;
text-align: center;
color: #fff;
letter-spacing: 2px;
border-radius: 7px;
padding: 11px 0 15px;
font-weight: 500;
margin: 0 auto;
position: absolute;
left: 10%;
}
a.selectionbtn:after{
  content: "";
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 0 5px 8px;
      border-color: transparent transparent transparent #fff;
      position: absolute;
      right: 16px;
      top: 21px;
}

@media (min-width: 1080px){
  a.selectionbtn {
      bottom: 40px;
  }

}
@media (max-width: 768px){
#top_contents_wrap01 article{
padding-bottom:90px;
}
}



.catalog-pdf a img{
	max-width: 300px;
box-shadow: 2px 2px #ddd;
display: block;
margin: 40px auto 0px;
width: 100%;
}
.catalog-pdf a.text{
margin: 30px auto 0px;

}

.mayer{
  margin: 100px auto;
}
.mayer .contentswrap
{
    display: flex;
}
.mayer .contentswrap .photowrap{
  margin: 0 80px 0 0px;
}
.mayer .contentswrap .textwrap p.title{
margin:0;
}
.mayer .contentswrap .photowrap span{
  display: block;
  text-align: center;
}


/*開発展出展者一覧*/

#ex-itemlist p.itemlist-title{
  padding-top: 30px;
  margin-top: 50px;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
}
.ex-businesswrap{

}
.ex-business{
	margin: 50px 0px;
}
.ex-business .catwrap .cat{
margin: 0 0 5px;
}
.ex-business .catwrap .cat a{
  background: #d5731e;
  color: #fff;
  padding: 4px 18px;
  display: inline-block;
  margin: 0 3px;
  border-radius: 7px;
  font-size: 20px;
}
.ex-business .name{
	font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.ex-business .businesstitle{
  font-size: 28px;
  border-bottom: 2px solid #1e80d5;
}
.ex-business .businesstitle p{
  padding: 0;
  margin: 0 0 5px;
}
.ex-business .itemlist{
	display: flex;
	justify-content: space-around;
}
.ex-business .itemlist .item{
    text-align: center;
		max-width: 250px;
min-height: 300px;
max-height: 300px;
}

.ex-business .itemlist .item a{
text-decoration:underline;
}

.ex-business .itemlist .item img{
	width: 100%;
	max-width: 250px;
	display: block;
	margin: 0 0 15px;
	max-height: 180px;
	object-fit: contain;
}

#ex-itemlist .catlist{
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
  border: 4px solid #1e80d5;
  padding: 20px 20px;
  border-radius: 11px;
}
#ex-itemlist .catlist p.name{
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 10px;
  color: #1e80d5;

}
#ex-itemlist .catlist .wrap{
  display: flex;
      flex-wrap: wrap;
  justify-content: space-between;
}
#ex-itemlist .catlist .wrap .category{
  background: #d5731e;
      padding: 5px 10px;
      margin: 15px 10px;
      font-size: 24px;
      font-weight: 600;
}
#ex-itemlist .catlist .wrap .category a{
color:#fff;
}

/*モーダル表示*/
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal__bg{
    background: rgba(0,0,0,0.4);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
  background: rgba(255,255,255,0.8);
      left: 50%;
      padding: 40px;
      position: absolute;
      top: 50%;
      transform: translate(-50%,-50%);
      width: 60%;
}
.modal__content p{
  text-align:center;
}

.modal__content a.btn{
  display: block;
      background: #1e82d7;
      width: 100%;
      max-width: 250px;
      margin: 30px auto 0;
      padding: 10px;
      color: #fff;
      text-align: center;
      font-weight: 600;
}
.modal__content a.js-modal-close{
  display: block;
  background: gray;
  width: 100%;
  max-width: 250px;
  margin: 30px auto 0;
  padding: 10px;
  color: #fff;
  text-align: center;
  font-weight: 600;
}


.exhibition #video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.exhibition #video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.exhibition .intro_top img{
  width:100%;
}

.exhibition .date p.title{
  text-align: center;
font-size: 32px;
font-weight: 600;
}
.exhibition .date p.text{
  text-align: center;
margin: -20px 0;
font-size: 22px;
  color: #1e80d5;
}

table.myitems_table{
  margin: 0 0 1.5em;
width: 100%;
}

/*table.buyer-message th{
  width: 50%;
}
table.buyer-message td{
  width: 50%;
}
*/
.newmassage{
display: inline-block;
border: 1px solid gray;
padding: 10px 50px;
margin: 0 0 40px;
}

.messagefromsecretariat{
  letter-spacing: 3px;
transition: 0.5s;
margin: 40px auto 40px auto;
width:100%;
max-width: 395px;
}
.messagefromsecretariat a{
  text-align: center;
    color: #1a1311;;
    font-weight: 500;
}
.messagefromsecretariat a p{
  text-align: center;

}

/*0131*/
.businessdetailwrap a{
  color: #1e82d7;
text-decoration: underline;
margin-bottom: 50px;
display: inline-block;
}
.newmessagebox textarea{
  width: 100%;
min-height: 250px;
max-width: 1080px;
margin: 0px 0 0;
}
#business-message .btn_w2{
  margin: 40px auto;
    display: block;
    text-align: center;
}

.opportunity-wrap{
  margin: 10px 0;
display: block;
}
.opportunity-wrap select{
  padding: 10px;
    margin-left: 50px;
}

.opportunity-wrap label{
    margin-left: 77px;
}
.opportunity-wrap .bold{
    margin-right: 20px;
}
.setup a p{
  background: #1e80d5;
    padding: 18px;
    text-align: center;
    width: 100%;
    max-width: 360px;
    margin: 40px auto;
    color: #fff;
    font-weight: 600;
}



.setupbtn{
  margin: 0 auto;
}

.setupbtn p{
  text-align: center;
}


.setupbtn input{
  border: none;
  background: #1e80d5;
  color: #fff;
  padding: 18px;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.m20{
  margin: 10px auto;
}

.messagecaution p.title{
  font-weight:600;
}
.messagecaution p.text{
  color:#333;
}

@media all and (max-width:768px) {
  #ex-itemlist .catlist .wrap {
    justify-content: left;
}
  #ex-itemlist .catlist .wrap .category{
    font-size: 16px;
    text-align: left;
  }
  .ex-business .itemlist {
display: block;
}
.exhibition-link {
    margin: 40px auto 0px;
}
}


@media all and (max-width:425px) {
  .ex-business .itemlist .item {
    max-width: 100%;
    width: 100%;
  }
  .ex-business .itemlist .item {
    max-width: 100%;
    width: 100%;
  }

  .ex-business .itemlist .item img {
      max-width: 100%;
  }
  .ex-business .catwrap .cat a {
      margin: 5px 3px;
      font-size: 16px;
  }
  #buyer ul{
    margin: 0;
  }
  span.exhibition-info {
    font-size: 12px;
    float:none;
    margin: 10px 0 0;
}




.opposite {
  max-width: 96%;
      padding: 10px;
}
.myside {
  max-width: 95%;
  padding: 10px;
  width: 100%;
  float: none;
}
.opportunity-wrap select{
  display: block;
  margin: 10px;
}

.opportunity-wrap label{
  display: block;
  margin: 10px;
}
.opportunity-wrap .datewrap {
margin:0;
}
.opportunity-wrap .datewrap select{
  margin: 10px;
      display: inline-block;
}
span.feb{
      margin: 15px 0;
}
#footer_contact .bnr a {
    max-width: 90%;
}
.opportunity-table{
  border-collapse: collapse;
}
.opportunity-table tr{
  border-bottom:1px solid #ddd;
}
.exhibition-link img.logo {
  max-width: 350px;
      width: 80%;
}
.slick-dotted.slick-slider {
    margin-top: 20px;
}
#products-contact p.notice{
  text-align: justify;
}
}



.topvideowrap{
width:90%;
  max-width: 700px;
    margin: 0 auto;
}

.topvideowrap #video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.topvideowrap #video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*.slick-initialized .slick-slide {
    max-width: 2480px;
}
.mainslider .slick-slide img {
    /* display: block;
    width: 100%;
    height: 50vw;
    object-fit: cover;
}
.productslider .slick-slide img {
  width: 100%;
      height: 50vw;
      object-fit: contain;
}
*/
.item_contents_ecsite_button a img{
width: 100%;
max-width: 400px;
  }

p.typemessage{
  font-size: 13px;
color: #444;
}

.messagebox a{
  background: #fff;
padding: 10px;
display: inline-block;
margin: 20px 0 0;
border: 2px solid #1e80d5;
color: #1e80d5;
}


@media all and (min-width:769px) {
img.logo{
  max-width: 500px;
    display: block;
    margin: 0 auto;
}
.exhibition-link p{
  text-align:center!important;
}
}

/*0315*/
#myitems .introwrap{
margin:40px auto;
}
#myitems .introwrap .itemname{
  font-size: 22px;
      margin: 0 20px;
}
#myitems .introwrap .itemid{
      margin: 0 20px;
}

#myitems .newmessage{
  display: flex;
      margin: 20px 0 40px;
}

#myitems .newmessage a{
  margin: 10px 30px;
      border: 2px solid;
      padding: 10px 40px;
      background: #fff;
      border-radius: 10px;
}

table.myitems_table td.checkbox input{
      max-width: 13px;
}

.group-search{
  border: 1px solid;
padding: 20px;
}

.group-search .itemwrap{
  display: flex;
  justify-content: center;
}
.group-search .itemwrap .item{
margin: 0 10px;
}

.forum-item{
    margin:60px 0;
}

.forum-item .business{
  background: #1e82d7;
    color: #fff;
    padding: 5px 20px;
    margin: 0 20px 0 0;
}

.forum-item .buyer{
  background: #CB2A1D;
    color: #fff;
    padding: 5px 20px;
    margin: 0 20px 0 0;
}

.forum-item .name{
font-weight:600;
}

.forum-item .date{
  display: block;
margin: 20px 0;
letter-spacing: 2px;
font-size: 15px;
color: #404040;
}
.forum-item .contactbox{
  float: right;
border: 1px solid;
padding: 15px 20px;
}


/*0420追加分*/

.header__head_left-logo img{
  height: auto;
width: 100%;
max-width: 180px;
margin: 30px 0 10px;
}

.header__head_right li{
  padding: 30px 1rem 10px 0;
      font-weight: 800;
      font-size: 1.8rem;
  }
.header__head_right a.nav-link{
  display: block;
    padding: 0.5rem 1rem;
        border-bottom: 2px solid;
}
.header__head_right a.line-blue{
  border-color:#0486d8!important;
}
.header__head_right a.line-red{
  border-color:#dd0000!important;
}
.header__head_right a.line-yellow{
  border-color:#f19000!important;
}
.header__head_right a.line-green{
  border-color:#006600!important;
}
.header__head_right li span{
font-size: 18px;}
.header__head_right li span.txt-blue{
  color:#0486d8;
}
.header__head_right li span.txt-red{
color:#dd0000;
}
.header__head_right li span.txt-yellow{
  color:#f19000;
}
.header__head_right li span.txt-green{
  color:#006600;
}
.header__head_right li img.nav-icon{
  margin-right: 0.5rem;
}
.header__head_right li img.shigoto{
  width: 26px;
}
.header__head_right li img.recipe{
  width: 30px;
}
.header__head_right li img.catalog{
  width: 21px;
}
.header__head_right li img.haral{
  width: 28px;
}
.header__main_right-top-name a.logout{
  float: right;
background: #FAF8F2;
padding: 5px 10px;
border-radius: 4px;
font-size: 12px;
margin: 5px 0;
}

.hidden_show{
  display:none;
}

span.cat-news{
  background:#3C87C4;
}

span.cat-news{
  background:#3C87C4;
}
span.cat-buyer{
  background:#D65E27;
}
span.cat-business{
  background:#FCC807;
}


/* ---------------------------- */
/*       --- insta---       */
/* ---------------------------- */
.insta_inner{
  width: 76%!important;
  margin-top: 7%!important;
  margin-bottom: 120px!important;
}

@media (max-width: 767px) {
  .insta_inner {
    width: 92%!important;
    margin-top: 14%!important;
    margin-bottom: 21%!important;
  }
}

.insta__title {
  font-family: "Alata", "ヒラギノ角ゴシック", "Noto Sans JP", serif;
  font-size: 22px;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-align: center;
}

@media (min-width: 1320px) {
  .insta__title {
    font-size: 30px;
  }
}

.insta__items {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.insta__item {
  text-align: center;
  width: calc(50% - 2.1%);
}


.insta__follow {
  width: 156px;
  margin: 0 auto;
  margin-top: 44px;
}

@media (max-width: 767px) {
  .insta__follow {
    width: 39%;
  }
}


.keywordbox{
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}


#breadcrumbs_wrap{
  width: 1228px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 17px;
}

.item__type-btn span{
  color:#fff;
}

input#siteguard_captcha{
  width: 60%;
border: none;
border-radius: 10px;
height: 40px;
padding: 0 8px;
}

input.buyer-login{
  cursor: pointer;
      display: block;
      width: 275px;
      height: 59px;
      border: none;
      text-indent: -9999px;
      background: url(../img_v2/item__btn1.png);
      background-size: cover;
      margin: 15% 0px 0;
}

ul#slider3 li img{
  height: 380px;
      object-fit: contain;
      margin: 0 auto;
}
li.side-menu_equa-height{
  padding-top:9%;
}
.slider3{
  background: #fff;
  padding: 3% 5%;
}
.slider3 .slick-slide {
    margin-left: 0;
}
.slider3 .slick-dots{
margin: 0 auto;
bottom:30px;
}
h1.new{
  text-align: center;
font-size: 24px;
font-weight: 600;
border-bottom: 2px solid #e2dabc;
padding-bottom: 20px;
margin: 30px 0;
}

/*btn_w2*/
.btn_w2 a {
  margin: 0 0 20px 0;
  max-width: 395px;
  width: 100%;
  height: 57px;
  padding: 15px 0 0;
  display: inline-block;
  min-width: 8em;
  border: 1px solid #1a1311;
  font-size: 16px;
  box-sizing: border-box;
  transition: 0.5s;
  background: #ffffff;
  color: #1a1311;
  position: relative;
  border-radius:10px;
}
.btn_w2 a:before {
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: '';
  margin: 13px 0 0 20px;
  position: absolute;
  right: 20px;
}



.btn_w2 a:hover {
  border: 1px solid #1a1311;
  background-color: #2E1906;
  color: #fff;
}

/*btn_w3　中央揃えボタン
__________________________________*/
.btn_w3 {
  text-align: center;
}
.btn_w3 a {
  margin: 0 0 20px 0;
  max-width: 395px;
  width: 100%;
  height: 57px;
  padding: 16px 0;
  display: inline-block;
  min-width: 8em;
  border: 1px solid #96a057;
  font-size: 13px;
  box-sizing: border-box;
  transition: 0.5s;
  background: #96a057;
  color: #fff;
  position: relative;
  text-align: center;
}
.btn_w3 a:before {
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: '';
  margin: 10px 0 0 20px;
  position: absolute;
  right: 20px;
}

.btn_w3 a:hover {
  border: 1px solid #1a1311;
  background-color: #fff;
  color: #1a1311;
}


.newitem_submit input{
  background: #c36464;
    border: 1px solid #c36464;
    border-radius: 0;
    width: 395px;
    height: 57px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 3px;
    transition: 0.5s;
    border-radius: 7px;
}


h2.new{
font-size: 20px;
margin: 40px 0 15px;
color:#2E1906;
font-weight: 600;
}

body.home .top{
  position: relative;
    padding-top: 1%;
}

/* body.home main{
  padding-top: 20%;
  margin-top: -20%;
} */

form.forumsend .title-mes input{
  padding: 15px 0;
margin: 10px 0 30px 0;
width: 100%;
}

.mypage_table td{
padding:8px 0;
}
.mypage_table tr.border{
      border-bottom: 1px dashed #ddd;
}

.date{
  margin-top:20px;
}
.newmessagebox{
  margin-top:20px;
}
.title-mes input, textarea.group_name{
  width: 100%;
    padding: 10px;
}

textarea.group_name{
margin: 0px 0 30px;
}

.group-search p.title{
font-size: 20px;
text-align: center;
margin: 10px 0;
}

td.delete{
  text-decoration: underline;
}
p.message-back input{
  margin: 0 30px 0 0;
background: #404040!important;
}

.underline{
  text-decoration: underline;
}

select.company_id{
  padding:10px;
}


/*======================================
main
======================================*/
.block-list--item-area {
  width: calc(100% - 340px);
}

.block-item--title {
  width: 93%;
}

.item__type-btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6%;
}

.l-item__type-btn {
  margin-right: 1%;
}

.item__type-btn {
  padding: 8px 12px;
  background-color: #000;
  border-radius: 6px;
}

.item__type-btn a {
  color: #fff;
}

.btn-blue {
  background: #3C87C4;
}

.btn-orange {
  background: #D65E27;
}

.page-product-wrapper {
  margin-top: 7%;
}

.product-title-box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-title-box-item {
  padding-bottom: 3%;
  padding-top: 4%;
  width: 100%;
}

.product-title-box-item50 {
  width: calc(50% - 2.1%);
}

.product-title {
  font-weight: 600;
  padding-left: 20px;
  position: relative;
  letter-spacing: .05em;
}

.product-title::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 90%;
  background: #E3DABC;
  border-radius: 4px;
}

.product-describe {
  letter-spacing: .05em;
}

.product-describe span {
  font-size: 14px;
  line-height: 1.6;
}

.span-border {
  border-bottom: 1px solid #E3DABC;
}

.l-product-describe {
  margin-top: 1px;
  width: 100%;
  padding-left: 20px;
}

.page-about-box {
  background-color: #fff;
      border: 4px solid #E3DABC;
      border-radius: 6px;
      position: relative;
}

.page-about-box-inner {
  width: 93%;
  margin: 0 auto;
}

.product-title-h2 {
  background: transparent;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: .05em;
  color: #AFA47F;
}

.page-buyer-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: relative;
}

.l-page-buyer-box {
  margin-top: 10%;
}

.page-buyer-item {
  background: #F5EED8;
  width: calc(50% - 2.1%);
  padding: 6% 5% 7%;
  border-radius: 6px;
}

.page-buyer-item-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: .05em;
  text-align: center;
}

.page-buyer-item-subtitle {
  margin-top: 3%;
  text-align: center;
}

.input-h2,
.input-next-h2 {
  font-weight: 600;
  letter-spacing: .05em;
  color: #AFA47F;
}

.input-basic {
  border: none;
  border-radius: 10px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0 8px;
}

.input-p {
  font-size: 13px;
  letter-spacing: .05em;
  text-align: center;
  margin-top: 3%;
}
.page-about-box::before {
    content: "";
    width: 200px;
    height: 4px;
    background: #FFF;
    display: inline-block;
    position: absolute;
    top: -4px;
    left: 17%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.product-title-box {
    position: relative;
}
.product-title-box::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background: url(../img_v2/item__line.png) no-repeat center center/contain;
}
.page-buyer-box::before {
    content: "";
    position: absolute;
    background: url(../img_v2/item__buyr.png) no-repeat center center/contain;
    background-position: center;
    background-repeat: no-repeat;
    top: -10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 20%;
    height: 20%;
}
/*0509*/
a.gmaplink{
  text-decoration: underline;
}
p.registernotice{
  text-align: left;
  margin: 0 0 30px 6%;
  display: inline-block;
  font-size: 18px;
}
p.btn-caution{
  margin: -15px auto 0 auto;
  max-width: 410px;
}

.global__list:lang(en) {
font-size:10px;
}

.movie__item{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie__item iframe {
  position: absolute;
      top: 8%;
      right: 10%;
      width: 80%;
      height: 66%;
}
.card__text-box .card__item-tax {
  display: none;
}

.item__type-btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10%;
    margin-bottom: 2%;
}
.item__type-btn {
  padding: 3px 12px;
  background-color: #3C87C4;
  border-radius: 6px;
  font-weight: 600;
  line-height: 1.6;
  display: inline-block;
}
.page-about-box::after {
    position: absolute;
    content: "事業者について";
    background: transparent;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: .05em;
    color: #AFA47F;
    top: -4%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    left: 17%;
}
.page-about-btn {
    width: 79%;
    max-width: 300px;
}
.item__form-nmb img{
  width: 38%;
margin: 0 auto;
margin-top: 6%;
display: block;
}
.item__form-nmb p{
  font-size: 13px;
    letter-spacing: .05em;
    text-align: center;
    margin-top: 3%;
}
.page-buyer-item-subtitle {
    margin-top: 3%;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: .05em;
}
.regist-link {
    max-width: 300px;
    margin: 0 auto;
    margin-top: 12%;
}
span.gray{
color:#404040;
}
#slider3 .next-arrow3 {
    right: 0px;
    width: 70px !important;
    height: 70px;
}
#slider3 .prev-arrow3 {
    left: 0px;
    width: 70px !important;
    height: 70px;
    z-index: 1;
}
#slider3 .next-arrow2 {
    right: 0px;
    width: 70px !important;
    height: 70px;
}
#slider3 .prev-arrow2 {
    left: 0px;
    width: 70px !important;
    height: 70px;
    z-index: 1;
}
@media (min-width: 1320px){
#slider3 .next-arrow3 {
    right: 0px;
    width: 70px !important;
    height: 70px;
}
#slider3 .prev-arrow3 {
    left: 0px;
    width: 70px !important;
    height: 70px;
    z-index: 1;
}
#slider3 .next-arrow2 {
    right: 0px;
    width: 70px !important;
    height: 70px;
}
#slider3 .prev-arrow2 {
    left: 0px;
    width: 70px !important;
    height: 70px;
    z-index: 1;
}
.index-menu_equa-height{
  padding-top: 30px;
}
}
#slider3 .slide-arrow3 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#slider3 .slide-arrow2 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#about .flexwrap{
  display: flex;
  justify-content: space-between;
  margin: 20px auto 60px;
}
#about .flexwrap .textwrap{
  width: 45%;
  margin-right: 5%;
}
#about .flexwrap .imagewrap img{
  max-width: 390px;
}
#about .flexwrap .imagewrap img.about_btn{
  width: 280px;
      margin: 20px auto;
      text-align: center;
      display: block;
}
a.leaflet p {
    text-align: center;
    text-decoration: underline;
}
#switchGroupNameButton{
  background: #fff;
    border: 1px solid #404040;
    padding: 5px 20px;
    margin: 5px 0;
    display: inline-block;
}
@media (min-width: 769px){
a.leaflet img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: block;
}
}
@media screen and (max-width:767px){
.block-list--list-area {
      padding-top: 4%;
}
.block-list__flex {
    display: block!important;
}
.block-list--menu-area-inner {
    width: 100%;
    padding: 25px 0;
}
.sp__card_item-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.card__text-box {
  margin-left: 2%;
}
.card__text-box .card__item_title {
  margin-top: 0;
}
.card__text-box .card__item_text {
  margin-top: -3px;
}
.card__text-box .item_wight {
  margin-top: 2%;
}
.card__text-box .card__item-tax {
  display: none;
}
.card__text-box .card__item-tax {
  display: block;
  font-weight: 600;
  font-size: 14px;
  margin-top: 4px;
}
ul#slider3 li img{
  height: auto;
  object-fit: contain;
}
.block-list--item-area {
    padding-top: 4%;
}
.block-list--item-area {
    width: 100%;
}
.page-about-box::before {
    left: 50%;
    height: 6px;
}
.page-about-box::after {
    left: 50%;
}
.product-title-box-flex-center {
    display: block!important;
}
.sp-product-title-box-item100 {
    width: 100%;
}
.page-about-btn {
    margin: 0 auto;
    margin-bottom: 4%;
}
.product-title-box-item {
    padding-bottom: 6%;
}
.l-page-about-box {
    margin-top: 6%;
    padding-top: 5%;
    padding-bottom: 5%;
}
.page-buyer-box {
    display: block!important;
}
.page-buyer-item {
    width: 100%;
    padding: 13% 7% 14%;
}
input.buyer-login{
      margin: 8% auto 0;
}
.page-buyer-item:nth-child(2) {
    margin-top: 14%;
}
.page-buyer-box::before {
    top: 55%;
}
}
@media screen and (max-width:420px){
.ranking__item_img{
  width:100%;
}
.ranking__item_img img {
  width: 100%;
  height: auto;
  max-height:fit-content;
}
#breadcrumbs_wrap{
  display: none;
}
.ecbtn{
  display: block;
}
.ecbtn .product-title-box-item50{
width:100%;
}
.ecbtn .product-title-box-item50 .l-product-describe{
padding:0;
}
.item__type-btn-box{
  display: block;
margin: 30px auto;
}
.item__type-btn {
  margin: 5px;
}
.newitem_table th{
  padding: 0!important;
}
.newitem_submit input {
width:100%;
}
#about .flexwrap{
  display: block;
}
#about .flexwrap .textwrap{
  width: 100%;
      margin: 0;
}
#about .flexwrap .imagewrap img {
    max-width: 100%;
}
.choice{
  display: block;
}
.choice a{
  display: block;
  margin: 10px 0;
}
}
@media (min-width: 768px) and (max-width: 1000px) {
  .block-list--item-area {
      width: 100%;
  }
  .header__head_right li span {
    font-size: 12px;
}
  .header__head_left-logo img {
        max-width: 120px;
    }
}
.removeable_image img{
  max-width:600px;
}
#guide-buyer{
  margin-top:100px;
}

/*LAPTOP*/
@media all and (max-width:1079px) and (min-width:769px) {
  .ranking__item_img {
    width: 100%;
  }
  .ranking__item_img img{
  max-height: 300px;
  }
  .news__item_box {
    padding: 31px 9px 31px 15px;
}
.about__text {
padding: 30px;
}
article.ranking__item{
      margin-bottom: 30px;
}
.movie__items{
display: flex;
}
.movie__inner-padding {
    margin: -60px 0 0 0;
    text-align: center;
}
.forum-bnr{
  max-width: 400px;
margin: 0 auto;
}
input.buyer-login {
  width: 165px;
  height: 35px;
}
.page-about-box::after {
    top: -8%;
    left: 22%;
}
.page-about-box::before {
    width: 160px;
    top: -4px;
    left: 21%;
}
.item_loginBox table {
    width: 100%;
}
.item_loginBox table tr th {
  display: inline-block;
    padding: 20px 0;
    width: 35%;
}
.item_loginBox table tr td {
  display: inline-block;
    width: 65%;
}
.about_top img {
    max-width: 480px;
}
#slider3 .next-arrow3 {
    right: 0px;
    width: 40px !important;
    height: 40px;
}
#slider3 .prev-arrow3 {
    left: 0px;
    width: 40px !important;
    height: 40px;
    z-index: 1;
}
#slider3 .next-arrow2 {
    right: 0px;
    width: 40px !important;
    height: 40px;
}
#slider3 .prev-arrow2 {
    left: 0px;
    width: 40px !important;
    height: 40px;
    z-index: 1;
}
}


/*TB*/
@media all and (max-width:768px) and (min-width:421px) {
.about_top .about_text {
  max-width: 400px;
  margin: 0;
  }
  .about_top img {
    max-width: 290px;
}
.item_loginBox table {
    width: 100%;
}
.item_loginBox table tr th {
  display: inline-block;
    padding: 20px 0;
    width: 35%;
}
.item_loginBox table tr td {
  display: inline-block;
    width: 65%;
}
#slider3 .next-arrow3 {
    right: 0px;
    width: 40px !important;
    height: 40px;
}
#slider3 .prev-arrow3 {
    left: 0px;
    width: 40px !important;
    height: 40px;
    z-index: 1;
}
}

@media screen and (max-width:420px){

  #slider3 .next-arrow3 {
      right: 0px;
      width: 30px !important;
      height: 30px;
  }
  #slider3 .prev-arrow3 {
      left: 0px;
      width: 30px !important;
      height: 30px;
      z-index: 1;
  }
  #slider3 .next-arrow2 {
      right: 0px;
      width: 30px !important;
      height: 30px;
  }
  #slider3 .prev-arrow2 {
      left: 0px;
      width: 30px !important;
      height: 30px;
      z-index: 1;
  }
}



/*0508*/

img.main{
  width: 100%;
padding: 0;
margin: -20px 0 40px 0;
}

.btn_catalog{
  margin: 20px 0 50px;
}

p.maintext{
  line-height: 1.75;
    text-align: center;
    margin: 40px auto;
    font-weight: 600;
}
span.highlight{
  background:linear-gradient(transparent 60%, #ff6 60%);
}

.yt{
  text-align: center;
}

.aboutshizuoka .flexwrap{
  display: flex;
margin: 50px 0;
}

.aboutshizuoka .flexwrap .text{
max-width:45%;
margin-right:5%;
}

img.title02{
  margin-bottom:20px;
}

.threepics{
  display: flex;
  justify-content: space-between;
}
.threepics img{
  max-width: 350px;
      height: fit-content;
}

#capital .flexwrap .pic{
  max-width: 45%;
margin-right: 5%;
}

.flexwrap .text p{
  line-height: 1.75;
}


#slider4 .slide-arrow2 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#slider4 .slide-arrow2 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (min-width: 1320px){
#slider4 .next-arrow2 {
    right: 0px;
    width: 70px !important;
    height: 70px;
}
#slider4 .prev-arrow2 {
    left: 0px;
    width: 70px !important;
    height: 70px;
    z-index: 1;
}
}

#wrap{
  padding-top:30px;
}

@media (max-width: 1319px){
#slider4 .next-arrow2 {
  right: -20px;
      width: 40px !important;
      height: 40px;
}
#slider4 .prev-arrow2 {
    left: 20px;
    width: 40px !important;
    height: 40px;
    z-index: 1;
}
}



.global__list-link::after {
  content: "";
  position: absolute;
  background: url(../img_v2/header_list-arrow.svg) no-repeat center center/contain;
  width: 10px;
  height: 6px;
  right: -13%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.global__list-link-line::before {
  content: "";
  width: 3px;
  height: 32px;
  position: absolute;
  right: -48px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #E3DABC;
}

@media (max-width: 420px) {
.aboutshizuoka .flexwrap {
    display: block;
  }
.aboutshizuoka .flexwrap .text  {
  width: 100%;
  max-width: 100%;
    }
    .threepics {
        display: block;
    }
    .threepics img{
      margin: 10px 0;
      width: 100%;
    }
    #capital .flexwrap .pic {
      max-width: 100%;
          width: 100%;
  }
  #slider4 .next-arrow2 {
      right: 0px;
      width: 30px !important;
      height: 30px;
  }
  #slider4 .prev-arrow2 {
      left: 0px;
      width: 30px !important;
      height: 30px;
      z-index: 1;
  }
}


.yt {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.yt iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#slider3{
  max-height:645px;
}
@media (min-width: 767px)and (max-height:768px) {
#slider3{
  max-height:456px;
}
}
@media (max-width: 420px) {
#slider3{
  max-height:256px;
}
}

a.messagetobuyer{
  background: #fff;
padding: 20px;
border: 1px solid;
margin: 30px auto;
display: block;
text-align: center;
max-width: 460px;
}

/**
 * notification-settings
 */
div.notification-setting-row {
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: space-around;
}

div.notification-setting-column1 {
  width: 580px;
}

div.notification-setting-column2 {
  display: flex;
  gap: 60px;
}

p.notification-setting-title {
  font-family: 'Hiragino Kaku Gothic Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 200%;
  /* ボックスの高さと同一、または36px */

  letter-spacing: 0.05em;

  /* black */

  color: #111111;
}

p.notification-setting-description {
  font-family: 'Hiragino Kaku Gothic Pro';
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 200%;
  /* ボックスの高さと同一、または30px */

  letter-spacing: 0.05em;

  /* black */

  color: #111111;
}

.notification-setting-radio {
  padding-top: 36px;
  text-align: center;
  justify-content: space-between;
}

.notification-setting-radio > input[type="radio"] {
  transform: matrix(1, 0, 0, -1, 0, 0);
}

.notification-setting-radio > p {
  font-family: 'Hiragino Kaku Gothic Pro';
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 200%;
  /* ボックスの高さと同一、または30px */

  letter-spacing: 0.05em;

  /* black */

  color: #111111;
.search-buyer-list {
  max-width: 1080px;
  margin: 0 auto;
  background-color: #F2F2ED;
}

.search-buyer__row {
  height: 93px;
  display: flex;
  margin: 37px 20px 21px 21px;
  border-bottom: 1px dashed #333333;
}

.search-buyer__column_id {
  width: 116px;
  height: 35px;
  text-align: left;
  font-family: 'Hiragino Kaku Gothic Pro';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 93px;
}

.search-buyer__column_title {
  width: 372px;
  height: 35px;
  text-align: left;
  font-family: 'Hiragino Kaku Gothic Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 93px;
}

.search-buyer__column_button {
  width: 224px;
  height: 35px;
  text-align: left;
  font-family: 'Hiragino Kaku Gothic Pro';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 35px;
  border-right: 1px dashed #333333;
  margin: auto;
}

.search-buyer__item_button {
  display: inline-block;
  width: 149px;
  height: 35px;
  background: #FFFFFF;
  border-radius: 10px;
  text-align: center;
}

.search-buyer__column_date {
  height: 35px;
  padding-left: 21px;
  font-family: 'Hiragino Kaku Gothic Pro';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 93px;
}

.notification-submit{
  margin: 40px auto;
  width: 210px;
}
.logoutfunction{
  font-family: 'Hiragino Kaku Gothic Pro';
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.05em;
    max-width: 560px;
}

.search-title{
  font-family: 'Shippori Mincho';
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-align: left;
  letter-spacing: 0.05em;
  color: #111111;
  margin-bottom: 15px;
}

.search-notice{
  text-align: center;
    font-size: 13px;
    margin: -10px 0 20px;
}

