.border-slide-product-list{
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-top:20px;
}
.border-product-list{
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-top:0px;
}
.slide_title {
    padding-left: 1.5rem;
    color: #545454; 
}
.product_set{
    width:100%;   
}
@media (max-width: 1000px){
    .slide_title {
        padding-left: 1.25rem !important;
    }
    .product_set{
        width:85% !important;   
    }
}
.arrow{
    position: absolute;
    top:50%;
    transform:translateY(-50%);
    width: 45px;
    height: 45px;
    background-color:gray;
    color:white;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
}
.arrow.left {
    left:0;
}

.arrow.right {
    right:100px;
}
button.link-style-btn{
  cursor: pointer;
  border: none;
  background: none;
  color: #0033cc;
  border-bottom: 1px solid #0033cc;
}
button.link-style-btn:hover{
  text-decoration: underline;
  color: #002080;
}
@media (max-width: 1000px){
    .label_mb {
        padding-left: 0.8rem !important;
    }
    .seemore_link {
        margin-right: 0.4rem !important;
    }	
    .arrow{
        display: none !important;
    }
}

.alert_level_2_slide{
    background-color: #0fafaa;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 8px;
    height: 25px;
    line-height: 25px;
    padding: 0px 12px;
    text-align: center;
}
.text{
    color: #6592C6 !important; 
    text-align: center;
}
@media screen and (max-width: 1000px){
    .text {
        /* padding-bottom: 24px; */
    }
}
li.post_slide{
    display: inline-block;
    margin-left: 5px !important;
    margin-right: 5px !important;
    margin-bottom: 16px;
    min-width: 450px;
    max-width: 450px;
    padding:10px;
    border-radius: 0.25rem !important;
}
li.item_slide {
	display: inline-block;
    margin-bottom: 16px;
    min-width: 220px;
    max-width: 220px;
    border-radius: 0.25rem !important;
}	

.square_image {
  display: block !important;
  position: relative !important;
}
.square_image::before {
  content: "" !important;
  display: block !important;
  padding-top: 100% !important;
}
 
.square_image img {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  object-fit: cover !important;
}
figure{
    /* background-color: gray; */
    /* border: 1px dashed #c2c8d2; */
    position: relative;
}
.figure_pc_rec {
    display: inline-block !important;
    vertical-align: middle !important;
    position: relative !important;
    width: 100% !important;
}
@media screen and (max-width: 1000px) {
    .figure_pc_rec {
        max-width: 140px !important;
    }
    .alert_level_2_slide{
        border-radius: 4px;
        font-size: 8px;
        height: 20px;
        line-height: 20px;
        padding: 0px 12px;
        text-align: center;
    }
}
.figure_pc_rec img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.horizontal-list_slide_mb{
    width: 100% !important;
}
ul.horizontal-list_slide {
	overflow-x: auto;
	white-space: nowrap;
    width: 70%;
    margin: 0 auto;
    -ms-overflow-style: none;
    /* Firefox 対応 */
    scrollbar-width: none;
    /* padding-left: 15px; */
    padding-right: 15px;
}

ul.horizontal-list_slide::-webkit-scrollbar {
 display:none;
}

.list li {
    position: relative;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 31.8%;
    flex: 0 1 31.8%;
    margin-left: 2.2%;
    margin-bottom: 5.4%;
}
.list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

@media (max-width: 1000px){
li.item_slide {
    min-width: 200px !important;
    max-width: 200px !important;
}	
li.post_slide {
    min-width: 300px !important;
    max-width: 300px !important;
}	
}


.slide-product{
    position: relative;
}
#top-contents-mobile{
  display: none;
}
#top_contents_pc_header{
  display: block;
}
#top_contents_mb_header{
  display: none;
}
.swiper2 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
@media (max-width: 1000px){
  #top-contents-pc{
      display: none;
  }
  #top_contents_pc_header{
      display: none !important;
  }
  #top_contents_mb_header{
      display: block !important;
  }
  #top-contents-mobile{
      display: block !important;
  }
}
@media (max-width: 1200px){
    #register_list{
        display: none !important;
    }
}
#register_list{
    width:90%;
    margin:0 auto;
    display:flex;
    align-items:center;
    padding:30px;
    border-radius: 15px;
    border: 1px solid #545454;
    box-sizing: border-box;
    justify-content:space-around;
}
.register_list_logo{
    width:40%;
}
#register_list a {
    font-size: 15px;
    padding: 10px 30px 10px 30px;
    font-size: 17px;
    cursor: pointer;
    border-radius: 50px;
    border: 1px solid #545454;
    box-sizing: border-box;
}