@charset "UTF-8";
/***********************共通設定************************/
/*----------------------------------------------------
メニュー用
----------------------------------------------------*/
/*----------------------------------------------------
トップの検索フィール用
----------------------------------------------------*/
#catch {
  background-image: url(/wp-content/uploads/2025/02/f5233c5dc5465480c7d1bb57cdbc13a7.jpg);
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1080px;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  background-position-x: center;
  margin: 70px 0 0px;
  padding: 70px 0 0;
  /* 750以下  */
  /* 1360以下  */
}
@media all and (max-width: 750px) {
  #catch {
    background-image: url(/wp-content/uploads/2025/02/1e52e8ce3043b5fe813c59d2e1cd3612.jpg);
  }
}
@media all and (max-width: 1360px) {
  #catch {
margin: 30px 0 0px;
    padding: 50px 0 0;
  }
}
#catch h2 {
  font-size: 60px;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  font-weight: 600;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  #catch h2 {
    font-size: 30px;
  }
}

.head_catch {
  font-size: 22px;
  margin: 10px 0;
  font-weight: 500;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.06em;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .head_catch {
    font-size: 18px;
    margin: 0px 0 80px;
  }
}

#hybrid {
  background: #1B5463;
}

.hybrid_wrap {
  max-width:1160px;
  margin: 0 auto;
  padding:140px 20px 40px 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  .hybrid_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    padding: 40px 35px;
  }
}

.hybrid_image {
  /* 1215px以上  */
  /* 1215px以下  */
}
@media all and (min-width: 1216px) {
  .hybrid_image {
    width: 420px;
  }
}
@media all and (max-width: 1215px) {
  .hybrid_image {
    margin: 0 0 30px;
  }
}

.hybrid_text {
  text-align: left;
  /* 1215px以上  */
}
@media all and (min-width: 1216px) {
  .hybrid_text {
    width: calc(100% - 520px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.hybrid_text h3 {
　color:#FFF;	
  font-size: 35px;
  margin: 0 0 40px;
  font-weight: normal;
  letter-spacing: 0;
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  .hybrid_text h3 {
    font-size: 26px;
    margin: 0 0 20px;
  }
}
.hybrid_text span {
　color:#FFF;	
  line-height: 2;
  font-size: 15px;
  letter-spacing: 0.03em;
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  .hybrid_text span {
    letter-spacing: 0;
    line-height: 1.67;
    margin: 20px 0 50px;
    display: block;
  }
}

#product_menu ul {
  max-width: 48%;
  padding: 70px 28px;
  margin: 0 auto;
  /* 1215px以上  */
}

@media all and (max-width: 1215px) {
#product_menu ul {
max-width: 80%!important;
}
}
#product_menu ul a{
color:#000;
}

@media all and (min-width: 1216px) {
  #product_menu ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 70px 20px;
  }
}
#product_menu li {
  position: relative;
  /* 1215px以上  */
}
@media all and (min-width: 1216px) {
  #product_menu li {
    width: 340px;
  }
}
#product_menu li .green_tab {
  position: absolute;
  background: #00213C;
  color: #fff;
  z-index: 1;
  padding: 2px 15px;
  top: 50%;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -39px;
  /* 1215px以上  */
}
@media all and (min-width: 1216px) {
  #product_menu li .green_tab {
    margin-top: -49px;
  }
}
#product_menu li .menu_img {
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 13px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 13px rgba(0, 0, 0, 0.3);
  position: relative;
}
#product_menu li .menu_img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#product_menu li:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
#product_menu li span {
  margin: 10px 0;
  color: #393939;
  display: block;
  font-size: 18px;
  font-weight: 500;
  height: 50px;
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  #product_menu li span {
    font-size: 16px;
    height: 35px;
  }
}

#top_search {
  background: #EBEBEB;
  padding: 50px 0;
  letter-spacing: 0;
}
#top_search h3 {
  font-size: 26px;
  margin: 0 0 10px;
  font-weight: 400;
  letter-spacing: 0.1em;
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  #top_search h3 {
    font-size: 22px;
  }
}

.search_wrap {
  max-width: 1140px;
  padding: 0 55px;
  margin: 0 auto;
}
.search_wrap h4 {
  font-weight: normal;
  padding: 0 0px;
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  .search_wrap h4 {
    text-align: left;
    font-size: 14px;
  }
}
.search_wrap select {
  color: #000;
  padding: 8px;
  border: 1px solid #AFB9B6;
  background: #fff;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.search_wrap input {
  background: #fff;
}
.search_wrap li {
  position: relative;
  margin: 0 10px;
}
.search_wrap label::after {
  content: "";
  position: absolute;
  background-image: url(../images/arr_select.png);
  background-size: cover;
  width: 12px;
  height: 11px;
}

.search_set {
  /* 1215px以上  */
}
@media all and (min-width: 1216px) {
  .search_set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/*----------------------------------------------------
製品カテゴリー
----------------------------------------------------*/
.search_1 label {
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  .search_1 label {
    width: 100%;
  }
}
.search_1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search_1 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sf-field-taxonomy-item_cate {
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  .sf-field-taxonomy-item_cate {
    width: 100%;
  }
}
.sf-field-taxonomy-item_cate select.sf-input-select {
  width: 170px;
  min-width: unset;
  /* 1215px以上  */
  /* 1215px以下  */
}
@media all and (min-width: 1216px) {
  .sf-field-taxonomy-item_cate select.sf-input-select {
    margin: 0 20px 0 10px;
  }
}
@media all and (max-width: 1215px) {
  .sf-field-taxonomy-item_cate select.sf-input-select {
    width: 100%;
  }
}
.sf-field-taxonomy-item_cate label::after {
  right: 30px;
  top: 22px;
  pointer-events: none;
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  .sf-field-taxonomy-item_cate label::after {
    top: 42px;
    right: 8px;
  }
}

/*----------------------------------------------------
接続方式
----------------------------------------------------*/
/*-------有線--------*/
.sf-field-post-meta-wired {
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  .sf-field-post-meta-wired {
    width: 100%;
  }
}
.sf-field-post-meta-wired select.sf-input-select {
  /* 1215px以下  */
  min-width: unset;
  /* 1215px以上  */
}
@media all and (max-width: 1215px) {
  .sf-field-post-meta-wired select.sf-input-select {
    width: 100%;
  }
}
@media all and (min-width: 1216px) {
  .sf-field-post-meta-wired select.sf-input-select {
    margin: 0 20px 0 10px;
    width: 140px;
  }
}
.sf-field-post-meta-wired label {
  /* 1215px以下  */
}
.sf-field-post-meta-wired label::after {
  right: 30px;
  top: 22px;
  pointer-events: none;
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  .sf-field-post-meta-wired label::after {
    right: 7px;
    top: 42px;
  }
}
@media all and (max-width: 1215px) {
  .sf-field-post-meta-wired label {
    width: 100%;
  }
}

/*----------------------------------------------------
両耳・片耳   価格帯
----------------------------------------------------*/
/*-------両耳・片耳--------*/
.sf-field-post-meta-ear {
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  .sf-field-post-meta-ear {
    width: 100%;
  }
}
.sf-field-post-meta-ear select.sf-input-select {
  /* 1215px以下  */
  /* 1215px以上  */
  min-width: unset;
}
@media all and (max-width: 1215px) {
  .sf-field-post-meta-ear select.sf-input-select {
    width: 100%;
  }
}
@media all and (min-width: 1216px) {
  .sf-field-post-meta-ear select.sf-input-select {
    width: 120px;
    margin: 0 20px 0 10px;
  }
}
.sf-field-post-meta-ear label {
  /* 1215px以下  */
}
.sf-field-post-meta-ear label::after {
  right: 30px;
  top: 22px;
  pointer-events: none;
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  .sf-field-post-meta-ear label::after {
    top: 42px;
    right: 7px;
  }
}
@media all and (max-width: 1215px) {
  .sf-field-post-meta-ear label {
    width: 100%;
  }
}

/*-------価格帯--------*/
.sf-field-post-meta-range {
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  .sf-field-post-meta-range {
    width: 100%;
  }
}
.sf-field-post-meta-range select.sf-input-select {
  /* 1215px以下  */
  /* 1215px以上  */
  min-width: unset;
}
@media all and (max-width: 1215px) {
  .sf-field-post-meta-range select.sf-input-select {
    width: 100%;
  }
}
@media all and (min-width: 1216px) {
  .sf-field-post-meta-range select.sf-input-select {
    width: 170px;
    margin: 0 0 0 10px;
  }
}
.sf-field-post-meta-range label {
  /* 1215px以下  */
}
.sf-field-post-meta-range label::after {
  right: 10px;
  top: 22px;
  pointer-events: none;
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  .sf-field-post-meta-range label::after {
    top: 42px;
    right: 7px;
  }
}
@media all and (max-width: 1215px) {
  .sf-field-post-meta-range label {
    width: 100%;
  }
}

/*----------------------------------------------------
キーワード検索
----------------------------------------------------*/
.search_1 .sf-field-search {
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  .search_1 .sf-field-search {
    width: 100%;
  }
}
.search_1 .sf-field-search input {
  border: 1px solid #AFB9B6;
  padding: 15px;
  border-radius: 50px;
  width: 400px;
  margin: 0 10px;
  -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1) inset;
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  .search_1 .sf-field-search input {
    width: calc(100% - 40px);
    padding: 15px 20px;
    margin: 0;
  }
}
.search_1 .sf-field-search label {
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  .search_1 .sf-field-search label {
    width: 100%;
  }
}
.search_1 .sf-field-search label::after {
  display: none;
}
.search_1 .sf-field-search h4 {
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  .search_1 .sf-field-search h4 {
    text-align: center;
  }
}
.search_1 .sf-field-submit {
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  .search_1 .sf-field-submit {
    width: 49%;
    margin: 0 2% 0 0;
  }
}
.search_1 .sf-field-submit input {
  border: none;
  cursor: pointer;
  display: block;
  color: #fff;
  background: #FF3B00;
  padding: 10px 0px;
  border-radius: 6px;
  background: #FF3B00;
  color: #fff;
  border: 1px solid #FF3B00;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  width: 120px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 1215px以上  */
  /* 1215px以下  */
}
@media all and (min-width: 1216px) {
  .search_1 .sf-field-submit input {
    margin: 0 0 0 20px;
  }
}
@media all and (max-width: 1215px) {
  .search_1 .sf-field-submit input {
    margin: 0 auto;
    padding: 6px 0px;
    width: 100%;
    max-width: 300px;
  }
}
.search_1 .sf-field-submit input:hover {
  background: #E4F1F8;
  color: #FF3B00;
}
.search_1 .sf-field-submit input[type=submit] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.sf-field-reset {
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  .sf-field-reset {
    width: 49%;
  }
}
.sf-field-reset li {
  margin: 0;
}
.sf-field-reset a {
  display: block;
  color: #fff;
  background: #FF3B00;
　padding: 10px 0px;
  border-radius: 6px;
  color: #fff;
  border: 1px solid #FF3B00;
  font-weight: 500;
  width: 120px;
  /* 1215px以上  */
  /* 1215px以下  */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 1216px) {
  .sf-field-reset a {
    margin: 0 0 0 20px;
  }
}
@media all and (max-width: 1215px) {
  .sf-field-reset a {
    margin: 0 auto;
    padding: 6px 0px;
    max-width: 300px;
    width: 100%;
  }
}
.sf-field-reset a:hover {
  background: #fff;
  color: #FF3B00;
}

.searchandfilter ul li {
  list-style: none;
  /* 1215px以上  */
}
@media all and (min-width: 1216px) {
  .searchandfilter ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#result_list {
  max-width: 1150px;
  margin: 0 auto;
  padding: 100px 20px;
  /* 750以下  */
  /* 750以下  */
}
@media all and (max-width: 750px) {
  #result_list {
    padding: 40px 20px;
  }
}
#result_list select.sf-input-select {
  min-width: 100px;
  /* 750以下  */
  padding: 0 30px 0 10px;
  border: none;
  margin: 0 20px;
  /* 750以下  */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  color: #000;
}
@media all and (max-width: 750px) {
  #result_list select.sf-input-select {
    width: 0px;
  }
}
@media all and (max-width: 750px) {
  #result_list select.sf-input-select {
    margin: 0;
  }
}
#result_list label {
  position: relative;
}
#result_list label::after {
  content: "";
  position: absolute;
  background-image: url(../images/arr_select2.png);
  background-size: cover;
  width: 11px;
  height: 6px;
  top: 10px;
  right: 28px;
  pointer-events: none;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  #result_list label::after {
    right: 0;
  }
}
@media all and (max-width: 750px) {
  #result_list .searchandfilter select.sf-input-select {
    min-width: 100px;
  }
}

.result_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 750以下  */
  margin: 0 0 30px;
}
@media all and (max-width: 750px) {
  .result_head {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.result_head p {
  font-size: 16px;
  margin: 0 40px 0 0;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .result_head p {
    margin: 0;
    font-size: 14px;
  }
}
.result_head p.result_non {
  display: none;
}
.result_head span {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
  font-size: 26px;
  font-weight: 600;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .result_head span {
    font-size: 22px;
  }
}

.item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	justify-content: center;
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  .item_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.item_list li {
  -webkit-box-shadow: 0px 2px 10px rgba(28, 43, 38, 0.2);
          box-shadow: 0px 2px 10px rgba(28, 43, 38, 0.2);
  border: 1px solid #fff;
  /* 1215px以上  */
  /* 1215px以下  */
  /* 750以下  */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 1216px) {
  .item_list li {
    padding: 0px;
    margin: 0px 2.5% 5% 2.5%;
    width: 27%;
  }
  /*.item_list li:nth-of-type(3n) {
    margin: 0px 0 5% 0;
  }*/
}
@media all and (max-width: 1215px) {
  .item_list li {
    padding: 7px;
    width: 47%;
    margin: 0 0 20px 0;
  }
}
@media all and (max-width: 750px) {
  .item_list li {
    padding: 7px;
    width: 43%;
    margin: 0 0 20px 0;
  }
}
.item_list li a {
  color: #fff;
  text-align: left;
}
.item_list li a h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 15px 0 10px;
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding: 0 10px;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .item_list li a h2 {
    font-size: 14px;
    padding: 0 5px;
    height: 47px;
  }
}
.item_list li a .item_price {
  font-size: 16px;
  letter-spacing: 0;
  margin: 0 0 5px;
  padding: 0 10px;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .item_list li a .item_price {
    font-size: 11px;
    padding: 0 5px;
  }
}
.item_list li a .thumnail {
  overflow: hidden;
}
.item_list li a .thumnail img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.item_list li a:hover .thumnail img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.item_list li:hover {
  border: 1px solid #6B8B8E;
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 70px 0 40px;
  font-size: 24px;
  font-weight: 400;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .pager {
    font-size: 20px;
    margin: 40px 0 20px;
  }
}
.pager span {
  color: #fff;
  background: #FF3B00;
  width: 34px;
  height: 34px;
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pager span.dots {
  color: #fff;
  background: #C6C6C6;
}
.pager a {
  color: #fff;
  background: #C6C6C6;
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pager a:hover {
  background: #FF3B00;
}
.pager a.prev, .pager a.next {
  position: relative;
}
.pager a.prev::after, .pager a.next::after {
  content: "";
  position: absolute;
  background-size: cover;
  width: 7px;
  height: 11px;
  top: 11px;
  right: 13px;
}
.pager a.prev::after {
  background-image: url(../images/arr_prev.png);
}
.pager a.next::after {
  background-image: url(../images/arr_next.png);
}

.blog1 {
  background: #1B5463;
  padding: 0 20px 70px;
}

#blog a {
  color: #000;
}
#blog a .thumnail_inn {
  overflow: hidden;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#blog a .thumnail_inn img {
  -webkit-transform: scale(1);
          transform: scale(1);
  /* 751以上 */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 751px) {
  #blog a .thumnail_inn img {
    height: 100%;
    width: auto;
  }
}
#blog a:hover .thumnail_inn img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
#blog a .thumnail {
  position: relative;
  -webkit-box-shadow: 6px 6px 8px rgba(33, 77, 72, 0.2);
          box-shadow: 6px 6px 8px rgba(33, 77, 72, 0.2);
}
#blog a .thumnail_inn {
  height: 265px;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  #blog a .thumnail_inn {
    height: auto;
  }
}
#blog h3 {
  font-size: 28px;
  font-weight: bold;
  color:#fff;
  margin: 0 auto;
  padding: 60px 0;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  #blog h3 {
    padding: 60px 0 30px;
  }
}
#blog .recent_info {
  background: #fff;
  padding: 0px 70px 70px 70px;
  max-width: 1150px;
  margin: 0 auto;
  border: 3px solid #758FAB;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  #blog .recent_info {
    padding: 35px;
  }
}
#blog .recent_info ul {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  #blog .recent_info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#blog .recent_info li {
  /* 751以上 */
  /* 750以下  */
}
@media all and (min-width: 751px) {
  #blog .recent_info li {
    width: 30%;
  }
}
@media all and (max-width: 750px) {
  #blog .recent_info li {
    margin: 0 0 40px 0;
  }
}
#blog .info_text {
  text-align: left;
}
#blog .info_text h4 {
  font-weight: normal;
  font-size: 20px;
  margin: 20px 0 10px;
  letter-spacing: 0.05em;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  #blog .info_text h4 {
    font-size: 18px;
  }
}
#blog .info_text .info_date {
  font-size: 14px;
  color: #656565;
  font-weight: 200;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  #blog .info_text .info_date {
    font-size: 12px;
  }
}
#blog .link_info {
  margin: 50px 0 0;
}
#blog .link_info a {
  border-radius: 100px;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  background: #00213C;
  border: 1px solid #00213C;
  margin: 0 auto;
  font-weight: 500;
  width: 184px;
  /* 751以上 */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 751px) {
  #blog .link_info a {
    width: 290px;
    height: 69px;
    font-size: 20px;
  }
}
#blog .link_info a:hover {
  color: #00353C;
  background: #fff;
}

#blog {
  padding: 40px 0;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  #blog {
    padding: 40px 0;
  }
}
#blog .link_about {
  padding: 0 20px;
}
#blog .link_about a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  background-image: url(/wp-content/uploads/2024/02/6161991759e87acddcffc5e450eda8b2.png);
  background-size: cover;
  height: 300px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 36px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  /* 1000以下  */
  /* 1001以上  */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 750以下  */
}
@media all and (max-width: 1000px) {
　#blog .link_about a {
    height: 235px;
  }
}
@media all and (min-width: 1001px) {
  #blog .link_about a {
    width: 950px;
  }
}
#blog .link_about a::before {
  content: "";
  position: absolute;
  background-image: url(../images/top/about_tag.png);
  width: 160px;
  height: 37px;
  left: 0;
  background-size: cover;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  #blog .link_about a::before {
    top: -2px;
  }
}
@media all and (max-width: 750px) {
  #blog .link_about a {
    background-image: url(../images/top/about_sp.jpg);
  }
}
#blog .link_about a:hover {
  background-image: url(../images/top/about_hover.jpg);
  /* 750以下  */
}
@media all and (max-width: 750px) {
  #blog .link_about a:hover {
    background-image: url(../images/top/about_sp_hover.jpg);
  }
}

#blog .button_red {	
margin: 50px 0 0;	
}	
#blog .button_red a {	
border-radius: 100px;	
font-size: 16px;	
-webkit-box-align: center;	
-ms-flex-align: center;	
align-items: center;	
-webkit-box-pack: center;	
-ms-flex-pack: center;	
justify-content: center;	
height: 47px;	
display: -webkit-box;	
display: -ms-flexbox;	
display: flex;	
color: #fff;	
background: #8C0001;	
border: 1px solid #8C0001;	
margin: 0 auto;	
font-weight: 500;	
width: 184px;	
/* 751以上 */	
-webkit-transition: all 0.3s;	
transition: all 0.3s;	
}

@media all and (min-width: 751px) {	
#blog .button_red a {	
width: 490px;	
height: 39px;	
font-size: 15px;	
}	
}

#blog .button_red a:hover {	
color: #0A1E25;	
background: #fff;
border: 1px solid #fff;	
}

section#movie {
  /* 1000以下  */
}
@media all and (max-width: 1000px) {
  section#movie {
    position: relative;
    padding: 0 20px 56.25%;
    margin: 0 0 80px;
  }
}
section#movie iframe {
  /* 1001以上  */
  /* 1000以下  */
}
@media all and (min-width: 1001px) {
  section#movie iframe {
    margin: 0 0 160px;
    width: 950px;
    height: 533px;
  }
}
@media all and (max-width: 1000px) {
  section#movie iframe {
    position: absolute;
    width: calc(100% - 40px);
    height: 100%;
    padding: 0 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
/*# sourceMappingURL=top.css.map */

@media screen and (min-width:431px) {
	.eposxjade_logo{
	width: 450px;
	}
}

@media screen and (max-width:430px) {
	.eposxjade_logo{
	width: 350px;
	}
}

.about_epos_padding{
  padding: 50px 0!important;
}

  @media (min-width: 1001px){
.top-workat{
    width:950px;
    margin-bottom: 50px;
}
}

@media (max-width: 1000px){
.top-workat{
    margin: 0 0px 20px 0px;
width:95%;
}
}

.menu_left{
text-align: left
}

/*アンカーのずれを修正*/


/*ヘッドセット・スピーカーフォンに関するご相談はこちらから！*/	
#consultation{	
background:#1B5463;	
}

.consultation_text{

}

.consultation ul{
	text-align: left!important;
	margin: auto;
    width: 580px;
}

.consultation li{
	list-style: inside!important;
}

/*おすすめ*/	
#recommendation{	
background: #1B5463;	
max-width:100%!important;	
}	
.item_list li{	
background:#fff;	
}	
.btn .btn-headset{	
width: 100px;	
margin: 0 auto;	
margin-top: 10px;	
margin-bottom: 10px;	
text-align: center;	
}	
/*ボタン*/	
.btn-headset,	
a.btn-headset {	
color: #fff!important;	
background-color: #0A1F25;
border:1px solid #0A1F25;
}	
.btn-headset:hover,	
a.btn-headset:hover {	
color: #0A1F25!important;
background: #fff;
border:1px solid #0A1F25;
}	
/*価格リスト*/	
#pricelist a {	
color: #000;	
}	
#pricelist a .thumnail_inn {	
overflow: hidden;	
position: relative;	
-webkit-box-pack: center;	
-ms-flex-pack: center;	
justify-content: center;	
-webkit-box-align: center;	
-ms-flex-align: center;	
align-items: center;	
display: -webkit-box;	
display: -ms-flexbox;	
display: flex;	
}	
#pricelist a .thumnail_inn img {	
-webkit-transform: scale(1);	
transform: scale(1);	
/* 751以上 */	
-webkit-transition: all 0.3s;	
transition: all 0.3s;	
}	
@media all and (min-width: 751px) {	
#pricelist a .thumnail_inn img {	
height: 100%;	
width: auto;	
}	
}	
#pricelist a:hover .thumnail_inn img {	
-webkit-transform: scale(1.2);	
transform: scale(1.2);	
}	
#pricelist a .thumnail {	
position: relative;	
-webkit-box-shadow: 6px 6px 8px rgba(33, 77, 72, 0.2);	
box-shadow: 6px 6px 8px rgba(33, 77, 72, 0.2);	
}	
#pricelist a .thumnail_inn {	
height: 265px;	
/* 750以下 */	
}	
@media all and (max-width: 750px) {	
#pricelist a .thumnail_inn {	
height: auto;	
}	
}	
#pricelist h3 {	
font-size:35px;	
font-weight: bold;	
color:#fff;	
margin: 0 auto;	
padding: 40px 0 40px;
/* 750以下 */	
}	
@media all and (max-width: 750px) {	
#pricelist h3 {	
padding: 40px 0 40px;
}	
}	
#pricelist .recent_info {	
color: #fff;	
background: #0A1E25;	
padding: 0px 70px 70px 70px;	
max-width: 800px;	
margin: 0 auto;	
border: 3px solid #0A1E25;	
/* 750以下 */	
}	
@media all and (max-width: 750px) {	
#pricelist .recent_info {	
padding: 35px;	
}	
}	
#pricelist .recent_info ul {	
/* 751以上 */	
}	
@media all and (min-width: 751px) {	
#pricelist .recent_info ul {	
display: -webkit-box;	
display: -ms-flexbox;	
display: flex;	
-webkit-box-pack: justify;	
-ms-flex-pack: justify;	
justify-content: space-between;	
}	
}	
#pricelist .recent_info li {	
/* 751以上 */	
/* 750以下 */	
}	
@media all and (min-width: 751px) {	
#pricelist .recent_info li {	
width: 30%;	
}	
}	
@media all and (max-width: 750px) {	
#pricelist .recent_info li {	
margin: 0 0 40px 0;	
}	
}	
#pricelist .info_text {	
text-align: left;	
}	
#pricelist .info_text h4 {	
font-weight: normal;	
font-size: 20px;	
margin: 20px 0 10px;	
letter-spacing: 0.05em;	
/* 750以下 */	
}	
@media all and (max-width: 750px) {	
#pricelist .info_text h4 {	
font-size: 18px;	
}	
}	
#pricelist .info_text .info_date {	
font-size: 14px;	
color: #656565;	
font-weight: 200;	
/* 750以下 */	
}	
@media all and (max-width: 750px) {	
#pricelist .info_text .info_date {	
font-size: 12px;	
}	
}	
#pricelist .link_info {	
margin: 50px 0 0;	
}	
#pricelist .link_info a {	
border-radius: 100px;	
font-size: 16px;	
-webkit-box-align: center;	
-ms-flex-align: center;	
align-items: center;	
-webkit-box-pack: center;	
-ms-flex-pack: center;	
justify-content: center;	
height: 47px;	
display: -webkit-box;	
display: -ms-flexbox;	
display: flex;	
color: #fff;	
background: #00213C;	
border: 1px solid #00213C;	
margin: 0 auto;	
font-weight: 500;	
width: 184px;	
/* 751以上 */	
-webkit-transition: all 0.3s;	
transition: all 0.3s;	
}	
@media all and (min-width: 751px) {	
#pricelist .link_info a {	
width: 290px;	
height: 69px;	
font-size: 20px;	
}	
}	
#pricelist .link_info a:hover {	
color: #00213C;	
background: #fff;	
}	
#pricelist .button_red {	
margin: 50px 0 0;	
}	
#pricelist .button_red a {	
border-radius: 100px;	
font-size: 16px;	
-webkit-box-align: center;	
-ms-flex-align: center;	
align-items: center;	
-webkit-box-pack: center;	
-ms-flex-pack: center;	
justify-content: center;	
height: 47px;	
display: -webkit-box;	
display: -ms-flexbox;	
display: flex;	
color: #fff;	
background: #8C0001;	
border: 1px solid #8C0001;	
margin: 0 auto;	
font-weight: 500;	
width: 184px;	
/* 751以上 */	
-webkit-transition: all 0.3s;	
transition: all 0.3s;	
}	
@media all and (min-width: 751px) {	
#pricelist .button_red a {	
width: 490px;	
height: 39px;	
font-size: 15px;	
}	
}	
#pricelist .button_red a:hover {	
color: #0A1E25;	
background: #fff;	
}	
.pricelist_logo{	
width: 18%;	
height: auto;	
vertical-align: top;	
margin: 0px 20px;	
}	
.pricelist_img{	
width: 25%;	
}	
/*まとめて貸出*/	
#rental a {	
color: #000;	
}	
#prental a .thumnail_inn {	
overflow: hidden;	
position: relative;	
-webkit-box-pack: center;	
-ms-flex-pack: center;	
justify-content: center;	
-webkit-box-align: center;	
-ms-flex-align: center;	
align-items: center;	
display: -webkit-box;	
display: -ms-flexbox;	
display: flex;	
}	
#rental a .thumnail_inn img {	
-webkit-transform: scale(1);	
transform: scale(1);	
/* 751以上 */	
-webkit-transition: all 0.3s;	
transition: all 0.3s;	
}	
@media all and (min-width: 751px) {	
#rental a .thumnail_inn img {	
height: 100%;	
width: auto;	
}	
}	
#rental a:hover .thumnail_inn img {	
-webkit-transform: scale(1.2);	
transform: scale(1.2);	
}	
#rental a .thumnail {	
position: relative;	
-webkit-box-shadow: 6px 6px 8px rgba(33, 77, 72, 0.2);	
box-shadow: 6px 6px 8px rgba(33, 77, 72, 0.2);	
}	
#rental a .thumnail_inn {	
height: 265px;	
/* 750以下 */	
}	
@media all and (max-width: 750px) {	
#rental a .thumnail_inn {	
height: auto;	
}	
}
.rental_imgarea{
	height:70px;
	margin: auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom: 20px;
}

#rental h3 {	
font-size:35px;	
font-weight: bold;	
color:#fff;	
margin: 0 auto;	
padding: 30px 0 20px 0;	
/* 750以下 */	
}	
@media all and (max-width: 750px) {	
#rental h3 {	
padding: 30px 0 20px 0;	
}	
}	
#rental .recent_info {	
color: #fff;	
background-image:URL(/wp-content/uploads/2025/02/25c95e_b83b94dffad64b94adbab090ad3940bbmv2-2.webp);	
padding: 0px 70px 30px 70px;	
max-width: 800px;	
margin: 0 auto;	
/* 750以下 */	
}	
@media all and (max-width: 750px) {	
#rental .recent_info {	
padding: 35px;	
}	
}	
#rental .recent_info ul {	
/* 751以上 */	
}	
@media all and (min-width: 751px) {	
#rental .recent_info ul {	
display: -webkit-box;	
display: -ms-flexbox;	
display: flex;	
-webkit-box-pack: justify;	
-ms-flex-pack: justify;	
justify-content: space-between;	
}	
}	
#rental .recent_info li {	
/* 751以上 */	
/* 750以下 */	
}	
@media all and (min-width: 751px) {	
#rental .recent_info li {	
width: 30%;	
}	
}	
@media all and (max-width: 750px) {	
#rental .recent_info li {	
margin: 0 0 40px 0;	
}	
}	
#rental .info_text {	
text-align: left;	
}	
#rental .info_text h4 {	
font-weight: normal;	
font-size: 20px;	
margin: 20px 0 10px;	
letter-spacing: 0.05em;	
/* 750以下 */	
}	
@media all and (max-width: 750px) {	
#rental .info_text h4 {	
font-size: 18px;	
}	
}	
#rental .info_text .info_date {	
font-size: 14px;	
color: #656565;	
font-weight: 200;	
/* 750以下 */	
}	
@media all and (max-width: 750px) {	
#rental .info_text .info_date {	
font-size: 12px;	
}	
}	
#rental .link_info {	
margin: 50px 0 0;	
}	
#rental .link_info a {	
border-radius: 100px;	
font-size: 16px;	
-webkit-box-align: center;	
-ms-flex-align: center;	
align-items: center;	
-webkit-box-pack: center;	
-ms-flex-pack: center;	
justify-content: center;	
height: 47px;	
display: -webkit-box;	
display: -ms-flexbox;	
display: flex;	
color: #fff;	
background: #00213C;	
border: 1px solid #00213C;	
margin: 0 auto;	
font-weight: 500;	
width: 184px;	
/* 751以上 */	
-webkit-transition: all 0.3s;	
transition: all 0.3s;	
}	
@media all and (min-width: 751px) {	
#rental .link_info a {	
width: 290px;	
height: 69px;	
font-size: 20px;	
}	
}	
#rental .link_info a:hover {	
color: #00213C;	
background: #fff;	
}	
#rental .button_red {	
margin: 20px 0 0;	
}	
#rental .button_red a {	
border-radius: 100px;	
font-size: 16px;	
-webkit-box-align: center;	
-ms-flex-align: center;	
align-items: center;	
-webkit-box-pack: center;	
-ms-flex-pack: center;	
justify-content: center;	
height: 47px;	
display: -webkit-box;	
display: -ms-flexbox;	
display: flex;	
color: #fff;	
background: #8C0001;	
border: 1px solid #8C0001;	
margin: 0 auto;	
font-weight: 500;	
width: 184px;	
/* 751以上 */	
-webkit-transition: all 0.3s;	
transition: all 0.3s;	
}	
@media all and (min-width: 751px) {	
#rental .button_red a {	
width: 490px;	
height: 39px;	
font-size: 15px;	
}	
}	
#rental .button_red a:hover {	
color: #0A1E25;	
background: #fff;	
border: 1px solid #fff;	
}	
.pricelist_logo{	
width: 18%;	
height: auto;	
vertical-align: top;	
margin: 0px 20px;	
}	
.pricelist_img{	
width: 30%;	
}	
/*取り扱いヘッドセットブランド*/
#.handling{
	background-color:#1B5463;
}

.handling{
	background-color:#fff;
	width: 1296px;
    margin: 0 auto;
}

.handling_box{
	height:110px;
}

#handling h3 {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    margin: 0 auto;
    padding: 60px 0;
}

.handling li {
    width: 475px!important;
	height:410px!important;
    margin: 0px 24px 48px 24px!important;
    -webkit-box-shadow: 0px 2px 10px rgba(28, 43, 38, 0.2);
    box-shadow: 0px 2px 10px rgba(28, 43, 38, 0.2);
    border: 1px solid #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	color:#fff;
}

.handling_text{
	margin:20px 10% 40px 10%;
    text-align: left;
	height:160px;
	line-height: 22px;
}

.handling img{
	width:200px;
	padding:20px;
}

.handling_3_img{
	margin-top: 20px;
}

.handling_4_img{
	margin-top: 30px;
}

.btn-color-green{
	background-color:#00353C!important;
	border:1px solid #00353C!important;
	color:#fff!important;		
}

.btn-color-green2{
	background-color:#1B5463!important;
	border:1px solid #1B5463!important;
	color:#fff!important;		
}

.btn-color-orange{
	background-color:#FF3B00!important;
	border:1px solid #FF3B00!important;
	color:#fff!important;	
}

.btn-color-yellow{
	background-color:#FFD100!important;
	border:1px solid #FFD100!important;
	color:#000!important;
}

.handling_1{
	background-image: url(/wp-content/uploads/2025/02/handling_1.png)!important;
}

.handling_2{
	background-image: url(/wp-content/uploads/2025/02/handling_2.png)!important;
}

.handling_3{
	background-image: url(/wp-content/uploads/2025/02/handling_3.png)!important;
}

.handling_4{
	background-image: url(/wp-content/uploads/2025/02/handling_4.png)!important;
}

.btn-handling,	
a.btn-handling {	
color: #fff;	
border-radius: 50px;
width: 240px;
margin: 0 auto;	
}	
.btn-handling:hover,	
a.btn-handling:hover {	
color: #fff!important;
background-color:#405C7C!important;
	border:1px solid #405C7C!important;	
}	

/*ご相談はこちら*/	
.consultation {	
max-width:1000px;	
margin: 0 auto;	
padding:40px 20px 40px 20px;	
color: #fff;	
display: -webkit-box;	
display: -ms-flexbox;	
display: flex;	
-webkit-box-pack: justify;	
-ms-flex-pack: justify;	
justify-content: space-between;	
/* 1215px以下 */	
}	
@media all and (max-width: 1215px) {	
.consultation {	
-webkit-box-orient: vertical;	
-webkit-box-direction: reverse;	
-ms-flex-flow: column-reverse;	
flex-flow: column-reverse;	
padding: 40px 35px;	
}	
}	
.container_img{	
width:800px;	
}	
.button_green {	
margin: 20px 0 0;	
}	
.button_green a {	
border-radius: 100px;	
font-size: 16px;	
-webkit-box-align: center;	
-ms-flex-align: center;	
align-items: center;	
-webkit-box-pack: center;	
-ms-flex-pack: center;	
justify-content: center;	
height: 47px;	
display: -webkit-box;	
display: -ms-flexbox;	
display: flex;	
color: #fff;	
background: #0A1F25;	
border: 1px solid #0A1F25;	
margin: 0 auto;	
margin-bottom:40px;	
font-weight: 500;	
width: 184px;	
/* 751以上 */	
-webkit-transition: all 0.3s;	
transition: all 0.3s;	
}	
@media all and (min-width: 751px) {	
.button_green a {	
width: 490px;	
height: 39px;	
font-size: 15px;	
}	
}	
.button_green a:hover {	
color: #0A1F25;	
background: #fff;	
border: 1px solid #0A1F25;	
}	
/*ヘッドセット・スピーカーフォンを探す*/
#search1 h3 {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    margin: 0 auto;
    padding: 30px 0;
}

#search1 li{
	width:310px;
	height:330px;
}

#search1 img{
    width: 170px;
    height: auto;
    margin: 30px 20%;
    vertical-align: top;
}

.btn-search, a.btn-search {
    margin: 0 auto;
}

.btn-search a {
    border-radius: 50px;
	width: 160px;
	height: 20px;
	display: block;
	margin: 0 auto;
	padding: 10px !important;
	box-shadow: 1px 1px #7d7d7d;
}

.search1_text{
	margin:30px 10px 30px 10px;
}
.box_imgsize{
	height:100px;
	margin: 30px 0 30px 0;
}

.search1_imgsize{
	height:74px;
}

#search1 {	
background: #405C7C;
padding-bottom:40px;	
}

.search1_1{	
background:#12343D;	
margin:10px;
font-weight: bold;	
}	
.search1_2{	
background:#637776;	
margin:10px;
font-weight: bold;	
}	
.search1_3{	
background: #045283;	
margin:10px;
font-weight: bold;	
}	
#search1 a {	
color: #fff;	
}	
#search1 a .thumnail_inn {	
overflow: hidden;	
position: relative;	
-webkit-box-pack: center;	
-ms-flex-pack: center;	
justify-content: center;	
-webkit-box-align: center;	
-ms-flex-align: center;	
align-items: center;	
display: -webkit-box;	
display: -ms-flexbox;	
display: flex;	
}	
#search1 a .thumnail_inn img {	
-webkit-transform: scale(1);	
transform: scale(1);	
/* 751以上 */	
-webkit-transition: all 0.3s;	
transition: all 0.3s;	
}	
@media all and (min-width: 751px) {	
#search1 a .thumnail_inn img {	
height: 100%;	
width: auto;	
}	
}	
#search1 a:hover .thumnail_inn img {	
-webkit-transform: scale(1.2);	
transform: scale(1.2);	
}	
#search1 a .thumnail {	
position: relative;	
-webkit-box-shadow: 6px 6px 8px rgba(33, 77, 72, 0.2);	
box-shadow: 6px 6px 8px rgba(33, 77, 72, 0.2);	
}	
#search1 a .thumnail_inn {	
height: 265px;	
/* 750以下 */	
}	
@media all and (max-width: 750px) {	
#search1 a .thumnail_inn {	
height: auto;	
}	
}	
#search1 h3 {	
font-size:23px;	
font-weight: bold;	
color:#fff;	
margin: 0 auto;	
padding: 30px 0;	
/* 750以下 */	
}	
@media all and (max-width: 750px) {	
#search1 h3 {	
padding: 60px 0 30px;	
}	
}	
#search1 .recent_info {	
color: #fff;	
background: #405C7C;	
padding: 0px 0px 0px 0px;
    max-width: 946px;	
margin: 0 auto;	
border: 3px solid #405C7C;	
/* 750以下 */	
}	
@media all and (max-width: 750px) {	
#search1 .recent_info {	
padding: 35px;	
}	
}	
#search1 .recent_info ul {	
/* 751以上 */	
}	
@media all and (min-width: 751px) {	
#search1 .recent_info ul {	
display: -webkit-box;	
display: -ms-flexbox;	
display: flex;	
-webkit-box-pack: justify;	
-ms-flex-pack: justify;	
justify-content: space-between;	
}	
}	
#search1 .recent_info li {	
/* 751以上 */	
/* 750以下 */	
}	
@media all and (min-width: 751px) {	
#search1 .recent_info li {	
}	
}	
@media all and (max-width: 750px) {	
#search1 .recent_info li {	
margin: 0 0 40px 0;	
}	
}	
#search1 .info_text {	
text-align: left;	
}	
#search1 .info_text h4 {	
font-weight: normal;	
font-size: 20px;	
margin: 20px 0 10px;	
letter-spacing: 0.05em;	
/* 750以下 */	
}	
@media all and (max-width: 750px) {	
#search1 .info_text h4 {	
font-size: 18px;	
}	
}	
#search1 .info_text .info_date {	
font-size: 14px;	
color: #656565;	
font-weight: 200;	
/* 750以下 */	
}	
@media all and (max-width: 750px) {	
#search1 .info_text .info_date {	
font-size: 12px;	
}	
}	
/*ブランド問わず製品をお探しの方*/	
#search2 {
background: #405C7C;	
padding-bottom: 50px;	
}
#search2 a {	
color: #fff;	
}	
#search2 a .thumnail_inn {	
overflow: hidden;	
position: relative;	
-webkit-box-pack: center;	
-ms-flex-pack: center;	
justify-content: center;	
-webkit-box-align: center;	
-ms-flex-align: center;	
align-items: center;	
display: -webkit-box;	
display: -ms-flexbox;	
display: flex;	
}	
#search2 a .thumnail_inn img {	
-webkit-transform: scale(1);	
transform: scale(1);	
/* 751以上 */	
-webkit-transition: all 0.3s;	
transition: all 0.3s;	
}	
@media all and (min-width: 751px) {	
#search2 a .thumnail_inn img {	
height: 100%;	
width: auto;	
}	
}	
#search2 a:hover .thumnail_inn img {	
-webkit-transform: scale(1.2);	
transform: scale(1.2);	
}	
#search2 a .thumnail {	
position: relative;	
-webkit-box-shadow: 6px 6px 8px rgba(33, 77, 72, 0.2);	
box-shadow: 6px 6px 8px rgba(33, 77, 72, 0.2);	
}	
#search2 a .thumnail_inn {	
height: 265px;	
/* 750以下 */	
}	
@media all and (max-width: 750px) {	
#search2 a .thumnail_inn {	
height: auto;	
}	
}	
#search2 h3 {	
font-size:23px;	
font-weight: bold;	
color:#0A1F25;	
margin: 0 auto;	
padding: 40px 0;	
/* 750以下 */	
}	
@media all and (max-width: 750px) {	
#search2 h3 {	
padding: 40px 0 40px;	
}	
}	
#search2 .recent_info {	
color: #0A1E25;	
background: #EEE9E5;	
padding: 0px 70px 70px 70px;	
max-width: 800px;	
margin: 0 auto;	
border: 3px solid #EEE9E5;	
/* 750以下 */	
}	
@media all and (max-width: 750px) {	
#search2 .recent_info {	
padding: 35px;	
}	
}	
#search2 .recent_info ul {	
/* 751以上 */	
}	
@media all and (min-width: 751px) {	
#search2 .recent_info ul {	
display: -webkit-box;	
display: -ms-flexbox;	
display: flex;	
-webkit-box-pack: justify;	
-ms-flex-pack: justify;	
justify-content: space-between;	
}	
}	
#search2 .recent_info li {	
/* 751以上 */	
/* 750以下 */	
}	
@media all and (min-width: 751px) {	
#search2 .recent_info li {	
width: 30%;	
}	
}	
@media all and (max-width: 750px) {	
#search2 .recent_info li {	
margin: 0 0 40px 0;	
}	
}	
#search2 .info_text {	
text-align: left;	
}	
#search2 .info_text h4 {	
font-weight: normal;	
font-size: 20px;	
margin: 20px 0 10px;	
letter-spacing: 0.05em;	
/* 750以下 */	
}	
@media all and (max-width: 750px) {	
#search2 .info_text h4 {	
font-size: 18px;	
}	
}	
#search2 .info_text .info_date {	
font-size: 14px;	
color: #656565;	
font-weight: 200;	
/* 750以下 */	
}	
@media all and (max-width: 750px) {	
#search2 .info_text .info_date {	
font-size: 12px;	
}	
}

/*箇条書きの黒点*/
.bullet_points li{
	list-style-type:disc;
}

/*おすすめヘッドセット4選*/
/*リボン*/
.ribbon{
	position: absolute;
 	left: -0.5px;
 	top: 10px;
	width: 40%;
	z-index:7;	
}

/*blackwirec3210*/
.blackwirec3210{
	height:252px;
	width:auto;
}

.thumnail{
	text-align:center;
}

.recommendation-btn{
	margin: 20px 50px;
	text-align:center;
}

.item_list li a{
	padding: 10px!important;
	text-align: center!important;
}

.color_black{
	color:#000!important;
}


.color_white{
	color:#fff!important;
}

.anchor {
  padding-top: 90px;
  margin-top: 90px;
}

/*ヘッドセットブログ*/
.blog2 {
  background: #405C7C;
  padding: 0 20px 70px;
}

#blog2 a {
  color: #000;
}
#blog2 a .thumnail_inn {
  overflow: hidden;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#blog2 a .thumnail_inn img {
  -webkit-transform: scale(1);
          transform: scale(1);
  /* 751以上 */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 751px) {
  #blog2 a .thumnail_inn img {
    height: 100%;
    width: auto;
  }
}
#blog2 a:hover .thumnail_inn img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
#blog2 a .thumnail {
  position: relative;
  -webkit-box-shadow: 6px 6px 8px rgba(33, 77, 72, 0.2);
          box-shadow: 6px 6px 8px rgba(33, 77, 72, 0.2);
}
#blog2 a .thumnail_inn {
  height: 265px;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  #blog2 a .thumnail_inn {
    height: auto;
  }
}
#blog2 h3 {
  font-size: 28px;
  font-weight: bold;
  color:#fff;
  margin: 0 auto;
  padding: 60px 0;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  #blog2 h3 {
    padding: 60px 0 30px;
  }
}
#blog2 .recent_info {
  background: #fff;
  padding: 0px 70px 70px 70px;
  max-width: 1150px;
  margin: 0 auto;
  border: 3px solid #758FAB;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  #blog2 .recent_info {
    padding: 35px;
  }
}
#blog2 .recent_info ul {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  #blog2 .recent_info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#blog2 .recent_info li {
  /* 751以上 */
  /* 750以下  */
}
@media all and (min-width: 751px) {
  #blog2 .recent_info li {
    width: 30%;
  }
}
@media all and (max-width: 750px) {
  #blog2 .recent_info li {
    margin: 0 0 40px 0;
  }
}
#blog2 .info_text {
  text-align: left;
}
#blog2 .info_text h4 {
  font-weight: normal;
  font-size: 20px;
  margin: 20px 0 10px;
  letter-spacing: 0.05em;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  #blog2 .info_text h4 {
    font-size: 18px;
  }
}
#blog2 .info_text .info_date {
  font-size: 14px;
  color: #656565;
  font-weight: 200;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  #blog2 .info_text .info_date {
    font-size: 12px;
  }
}
#blog2 .link_info {
  margin: 50px 0 0;
}
#blog2 .link_info a {
  border-radius: 100px;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  background: #00213C;
  border: 1px solid #00213C;
  margin: 0 auto;
  font-weight: 500;
  width: 184px;
  /* 751以上 */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 751px) {
  #blog2 .link_info a {
    width: 290px;
    height: 69px;
    font-size: 20px;
  }
}
#blog2 .link_info a:hover {
  color: #00353C;
  background: #fff;
}

#blog2 {
  padding: 40px 0;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  #blog2 {
    padding: 40px 0;
  }
}
#blog2 .link_about {
  padding: 0 20px;
}
#blog2 .link_about a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  background-image: url(/wp-content/uploads/2024/02/6161991759e87acddcffc5e450eda8b2.png);
  background-size: cover;
  height: 300px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 36px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  /* 1000以下  */
  /* 1001以上  */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 750以下  */
}
@media all and (max-width: 1000px) {
　#blog2 .link_about a {
    height: 235px;
  }
}
@media all and (min-width: 1001px) {
  #blog2 .link_about a {
    width: 950px;
  }
}
#blog2 .link_about a::before {
  content: "";
  position: absolute;
  background-image: url(../images/top/about_tag.png);
  width: 160px;
  height: 37px;
  left: 0;
  background-size: cover;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  #blog2 .link_about a::before {
    top: -2px;
  }
}
@media all and (max-width: 750px) {
  #blog2 .link_about a {
    background-image: url(../images/top/about_sp.jpg);
  }
}
#blog2 .link_about a:hover {
  background-image: url(../images/top/about_hover.jpg);
  /* 750以下  */
}
@media all and (max-width: 750px) {
  #blog2 .link_about a:hover {
    background-image: url(../images/top/about_sp_hover.jpg);
  }
}

#blog2 .button_red {	
margin: 50px 0 0;	
}	
#blog2 .button_red a {	
border-radius: 100px;	
font-size: 16px;	
-webkit-box-align: center;	
-ms-flex-align: center;	
align-items: center;	
-webkit-box-pack: center;	
-ms-flex-pack: center;	
justify-content: center;	
height: 47px;	
display: -webkit-box;	
display: -ms-flexbox;	
display: flex;	
color: #fff;	
background: #8C0001;	
border: 1px solid #8C0001;	
margin: 0 auto;	
font-weight: 500;	
width: 184px;	
/* 751以上 */	
-webkit-transition: all 0.3s;	
transition: all 0.3s;	
}

@media all and (min-width: 751px) {	
#blog2 .button_red a {	
width: 490px;	
height: 39px;	
font-size: 15px;	
}	
}

#blog2 .button_red a:hover {	
color: #0A1E25;	
background: #fff;
border: 1px solid #fff;	
}

