
/*######################################################################*/
/*																		*/
/*	PartnerList																*/
/*																		*/
/*######################################################################*/
/* index */
section {
    display: block;
}
.PartnerList .PartnerListInner {
  margin: 0 auto;
  max-width: 1250px;
  font-size: 16px;
  text-align: center;
  }
  .PartnerList .PartnerListInner .main {
    margin: 30px 40px 80px;
  }
  .sort_order {
    display: block;
    width: 100%;
    text-align: right;
    padding-bottom: 0.6em;
    font-size: 0.8em;display: block;
  }
  .head ul {
      display: table;
      width: 100%;
      border-bottom: 2px solid #78282a;
  }
  ol, ul {
      list-style: none;
  }
  .head li:nth-child(1), #all_p li:nth-child(1) {
      width: 12%;
  }
  .head li {
      display: table-cell;
      padding: 0.9em;
      text-align: center;
      background: #f1f1f1;
  }
  .head li:nth-child(1), #all_p li:nth-child(1) {
      width:17%;
  }
  .head li:nth-child(2), #all_p li:nth-child(2) {
      width: 33%;
  }
  .head li:nth-child(3), #all_p li:nth-child(3) {
    width: 12%;
  }
  .head li:nth-child(4), #all_p li:nth-child(4) {
      width: 10%;
  }
  .head li:nth-child(5), #all_p li:nth-child(5) {
      width: 14%;
  }
  .head li:nth-child(6), #all_p li:nth-child(6) {
    width: 15%;
  }
  /*
  div:after, ul:after, ol:after {
      content: "";
      display: block;
      clear: both;
  }
  */
  #all_p ul {
    display: table;
    width: 100%;
    border-bottom: 1px solid #ddd;
}
#all_p li {
    display: table-cell;
    padding: 1em;
    text-align: center;
    vertical-align: middle;
    line-height: 1.7em;
    font-size: 14px;
}
#all_p li.li_left {
  text-align: left;
}

#all_p li:nth-child(1), #all_p li:nth-child(3) {
    text-align: center;
    font-size: 14px;
}

.ico_special {
    display: block;
    width: 7em;
    text-align: center;
    padding: 0.25em;
    font-size: 0.8em;
    color: #fff;
    background: #4970bf;
}
.ico_PartnerList {
    display: block;
    width: 7em;
    text-align: center;
    padding: 0.25em;
    font-size: 0.8em;
    color: #fff;
    background: #c8b175;
}
.ico_event {
    display: block;
    width: 7em;
    text-align: center;
    padding: 0.25em;
    font-size: 0.8em;
    color: #fff;
    background: #8f2f32;
}
.PartnerList .PartnerListInner small {
    font-size: 0.8em;
    line-height: 1.3em;
    display: inline-flex;
}
.btn_close {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 0.5em;
    text-align: center;
    color: #fff;
    font-weight: 500;
    background: #ccc;
    border-radius: 3px;
}
.btn_accept {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 0.5em;
    text-align: center;
    color: #fff;
    font-weight: 500;
    background: #4970bf;
    border-radius: 3px;
}
.btn_no_click {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 0.5em;
    text-align: center;
    color: #8f2f32;
    font-weight: 500;
    background: #fff;
    border-radius: 3px;
}
.btn.tertiary {
  margin: 3em auto;
  display: table;
  cursor: pointer;
}
/* detail */
.bg-gray {
    background: #f2f2f2;
}
section.PartnerList h3 {
    font-size: 1.125em;
    padding: 0.3em 0.5em 0.3em 2.0em;
    border-bottom: 2px solid #78282a;
    background: #f1f1f1;
}

section.PartnerList table {
    font-size: 0.8em;
}
.table04 {
    width: 100%;
    border-top: 1px solid #ddd;
}

.table04 p {
    padding: 15px 0 ;
}

table .w20 {
    width: 20%;
}
.table04 th {
    text-align: left;
    font-weight: bold;
    border-right: 1px solid #ddd;
}
.table04 th, .table04 td {
    padding: 1.0em 3em;
    border-bottom: 1px solid #ddd;
}
.PartnerList .PartnerListInner .info {
    font-size: 16px;
    line-height: 1.8em;
}
section .PartnerList .titleInner {
  margin: 0 0 55px;
  padding: 50px 0;
  text-align: center;
  background: #f7f4f0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
section .PartnerList .titleInner .titleTxt {
    margin: 0 60px;
}
#partnerlist h2 {
  display: inline-block;
  position: relative;
  color: #78282a;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.4em;
  margin-bottom: 1.5em;
}
#partnerlist h2:after {
display: block;
content: "";
position: absolute;
left: 0;
width: 100%;
height: 4px;
background: #c8b175;
}
section .PartnerList .titleInner .titleTxt span {
  position: relative;
  display: inline-block;
  padding: 0.25em;
  margin-left: 0.5em;
  color: #fff;
  background: #78282a;
  font-size: 0.7em;
  top: -0.2em;
  line-height: 1.1em;
}
section .PartnerList .titleInner .titleTxt p {
  font-size: 1.2em;
  line-height: 1.5em;
  padding-top: 30px;
}
#partnerlist .partnerlist_head p {
	max-width: 1250px;
	text-align: center;
    padding-top: 55px;
    margin: auto;
    font-size: 1.25em;
    text-align: center;
    line-height: 1.85em;
    padding : 50px;
}
#partnerlist .bg-gray {
	background: #f2f2f2;
}
#partnerlist .bg-white {
	background: #fff;
}
#partnerlist .hilight{
  display: inline-block;
  border: 1px solid #78282a;
	border-radius: 14px;
	padding: 4px 7px;
	font-size: 0.7em;
	color:  #78282a;
	margin-right: 4px;
  margin-bottom: 7px;
  line-height: 1.5em;
}

/* Distributor */
.PartnerList .PartnerListInner .PartnerList2 {
  margin: 2em auto;
  text-align: center;
}
.PartnerList .PartnerListInner .dist_container {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-template-columns: repeat(4, 1fr);
}
.PartnerList .PartnerListInner .PartnerList2 p {
  line-height: 1.4em;
}
.PartnerList .PartnerListInner .dist_box {
  text-align: center;
  border: 1px solid #ddd;
  padding: 30px;
  margin: 10px;
  max-width: 17%;
  height : 120px;
  flex: 1
}
.PartnerList .PartnerListInner .dist_box p {
  line-height: 1.4em;
}

@media (min-width:320px) and (max-width:768px) {
  /* index */
  section.PartnerList {
      width: 100%;
      margin: 0 auto 40px;
  }
  .PartnerList .PartnerListInner #all_p ul {
      display: table;
      width: 100%;
      border-bottom: 1px solid #ddd;
  }
  .PartnerList .PartnerListInner #all_p li {
    padding: 1em 0;
  }
  .PartnerList .PartnerListInner .head ul {
    display: none;
    width: 100%;
  }
  .PartnerList .PartnerListInner .info li{
    float:left;
    border-bottom: 1px solid #f2f2f2;
    font-size: 0.8em;
    }
  .PartnerList .PartnerListInner .info li:nth-child(1), #all_p li:nth-child(1) {
    width: 100%;
    text-align: center;
  }
  .PartnerList .PartnerListInner .info li:nth-child(2), #all_p li:nth-child(2) {
    width: 100%;
    text-align: center;
  }
  .PartnerList .PartnerListInner .info li:nth-child(3), #all_p li:nth-child(3) {
    width: 100%;
  }
  .PartnerList .PartnerListInner .info li:nth-child(4), #all_p li:nth-child(4) {
    width: 100%;
  }
  .PartnerList .PartnerListInner .info li:nth-child(5), #all_p li:nth-child(5) {
    width: 100%;
  }
  .PartnerList .PartnerListInner .info li:nth-child(5), #all_p li:nth-child(6) {
    width: 100%;
  }

  /* detail */
  .PartnerList .PartnerListInner {
      margin-top: 15px;
    }
  .PartnerList .PartnerListInner .main{
    margin: 0px 15px;
  }
  section .PartnerList .titleInner {
    padding: 25px 0;
    margin-bottom: 30px;
  }
  section .PartnerList .titleInner .titleTxt {
  margin: 0 25px;
  }
  #partnerlist h2 {
  font-size: 1.3em;
  line-height: 1.4em;
}
section .PartnerList .titleInner .titleTxt p {
  font-size: 0.9em;
}

section .PartnerList .table04 th, .table04 td {
    padding: 1.0em;
}
section .PartnerList .table04 img {
    vertical-align: top;
    width: 100%;
}
section .PartnerList .dist_container img {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
}
.PartnerList .PartnerListInner .dist_box {
  padding : 10px;
  padding-bottom : 20px;
}
.PartnerList .PartnerListInner .PartnerList2 p {
  font-size: 0.8em;
}
}

section .PartnerList .visiter a span {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
section .PartnerList .visiter a span {
  background: url(/assets/images/common/mail.svg) center center no-repeat;
  background-size: cover;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

@media (min-width:320px) and (max-width:1200px) {
  .PartnerList .PartnerListInner .dist_container {
    display: flex;
    flex-wrap: wrap;
  }
  .PartnerList .PartnerListInner li.dist_box {
    display: block;
    max-width: 20%;
    max-width: 150px;
    min-width: 120px;
  }
  section .PartnerList .dist_container img {
    width: 100%;
  }
  section .PartnerList .dist_container p {

    font-size: clamp(0.8rem, calc(0.25vw + 0.8rem), 1.8rem);
  }

}
.filters h4{color: #333; font-weight: 500; font-size: 16px; position: absolute; left: 10px; top: 0;}
.filters .filter-block{position: relative; margin: 0 auto 10px; width: 90%;}
.filters ul{list-style: none; padding: 0 0 0 150px; margin: 0; text-align: left;}

.filters ul li{display: inline-block; margin: 0 13px 15px 0; color: #333; font-size: 16px; text-decoration: none; cursor: pointer; font-weight: 500;}
.filters ul li:hover, .filters ul li.mixitup-control-active{color: #3c95c1; text-decoration: underline;}
.filters ul.area-filter.clear li, .filters ul.area-filter.clear li{color: #888; font-size: 12px; font-weight: 400; text-decoration: none;}

.filters ul.area-filter li{
  display: inline-block;
  border-left: 1px solid #dadada;
  padding-left: 17px;
  vertical-align: top;
}
.filters ul.area-filter > li:first-child {
  border-left: none;
  padding-left: 0px;
}

.filters ul.products-filter li{display: inline-block;
  border: 1px solid #78282a;
  border-radius: 14px;
  padding: 4px 11px;
  font-size: 0.8em;
  color: #78282a;
  margin-right: 4px;
  margin-bottom: 7px;
  line-height: 1.5em;}
.filters ul.products-filter li:hover, .filters ul.products-filter  li.mixitup-control-active{display: inline-block;
  border: 1px solid #78282a;
  background-color: #78282a;
  color: #fff;
  text-decoration: none;
  }
.filters ul.products-filter.clear li, .filters ul.products-filter.clear li{color: #888; font-size: 15px; font-weight: 400; text-decoration: none;}

.filters ul.area-filter.clear li.mixitup-control-active{color: #888;padding-left: 0px;}
.filters ul.area-filter.clear li:hover{text-decoration: none;color: #3c95c1}
.filters ul.area-filter.clear li.mixitup-control-active:hover{text-decoration: none; color: #888; cursor: default;}