

.rewood_list > li {
	display: flex;
	flex-direction: column;
}
.rewood_list .txt_block {
	flex-grow: 1;
}
.rewood_list .reform_top-btn {
	width: 100% !important;
}

	.h70 tr{
		height: 70px;
	}
	.h35{
		height: 35px !important;
	}
	.left{
		text-align: left;
	}
	.table_price_value{
	    font-size: 1.2em;
	    font-weight: bold;
	}
	.table_price_en{
		font-size: 0.6em;
	}
	.mt10{
		margin-top: 10px;
	}
	.mt20{
		margin-top: 20px;
	}
	.point_list li .goods_exp{
		justify-content: inherit;
	}
	.caption{
	    font-size: 1.5em;
		line-height: 1.3em;
		margin-left: 15px;
	}
	.func_list li {
		line-height: 1.5em;
	}
	.box{
		border: 1px solid black;
		height:auto;
		padding: 5px;
		margin: 5px 5px;
	}
    @media screen and (min-width: 768px){
    .set{
        padding: 10px;
    }
        }
    .mb10{
        margin-bottom: 10px;
    }

    .icon-container {
      position: relative;
    }
    .point-inner {
      position: absolute;
      top: 68.7%;
      right: 3.5%;
      width: 15%;
      height: auto;
    }
    .tokuten-inner {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 20%;
      height: auto;
    }
    @media screen and (max-width:767px) {
      .point-inner {
        top: 60.7%;
        width: 20%;
      }
      .tokuten-inner {
        width: 32%;
      }
    }

    .catch-news--explanation {
    width: 80%;
    margin: 20px auto;
    border: 2px solid #ea6e9a;
    background-color: #fff;
    padding: 15px 0;
    line-height: 1.5;
    font-size: 2.5rem;
    color: #ea6e9a;
    font-weight: bold;
    text-align: center;
  }
  .catch-news--explanation span {
    display: inline-block;
    margin-right: 10px;
    width: 120px;
    vertical-align: middle;
  }
  .catch-news--explanation span img {
    width: 100%;
    height: auto;
  }
  @media screen and (max-width:767px) {
    .catch-news--explanation {
      font-size: 4.5vw;
      padding: 10px 0;
      width: 100%;
    }
    .catch-news--explanation span {
      width: 50px;
    }
  }

    .catch-news--tokuten {
    background-color: #E70012;
    color: #fff;
    display: inline-block;
    box-sizing: border-box;
    margin: 0 5px;
    width: 100px;
    padding: 5px 0;
    vertical-align: middle;
    font-size: 1.2rem;
    font-weight: bold;
  }
  @media screen and (max-width:767px) {
    .catch-news--tokuten {
      width: 75px;
      padding: 1px 0;
      font-size: 1.0rem;
    }
  }
  .bnr-container img {
    display: block;
    width: 100%;
    height: auto;
  }
/*2024/8/27*/
.maindesign .title_center {
	width: 60%;
	margin: 0 auto;
	line-height: 1.5;
	}		
.maindesign .rewood_list .flatbtn {
    width: auto;
    height: auto; 
	margin: 0 auto 20px;
}
	/*.maindesign .rewood_list .topic_title {
	font-size: 1.8em;
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
    height: 3em;
    display: flex;
    flex-direction: column;
    justify-content: center;
	}*/
	
	.maindesign .rewood_list .topic_title {
	font-size: 1.8em;
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
    
	}
	
	.maindesign .rewood_list .product_name{
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}
	
	.maindesign .rewood_list .product_name p {
		font-size: 1.5em;
        font-weight: bold;
        margin: 0 0 10px 5px;
	}
	.maindesign .rewood_list .txt_block {
		font-size: 1.2em;
		padding: 10px;
		text-align: justify;
		/*min-height:;*/
	}
	
	.maindesign .txt_block p {
		line-height: 1.5;
	}
	.maindesign .txt_add {
		margin-bottom: 40px;
	}
	.maindesign .txt_add p:not(:last-child) {
		margin-bottom: 20px;
	}
	.maindesign .rewood_list2 {
		display: flex;
        flex-wrap: wrap;
		justify-content: space-around;
	}
	.maindesign .txt_add .topic_lead{
		line-height: 1.5;
	}
	.maindesign .rewood_list2 li{
    width: calc(45% - 10px);
    margin-right: calc(10px / 1);
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    padding: 10px;
	box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;	
}
	.maindesign .rewood_list2 li:nth-child(2n){
    margin-right: 0;
}
	.maindesign .rewood_list2 .text-box {
		margin-top: 5px;
	}
	.maindesign .rewood_list2 .text-box p {
		line-height: 1.5;
	}
	.maindesign .link_txt:hover {
    opacity: 0.75;
    transition: 0.6s;
	}
	.maindesign .link_txt {
		font-size: 2em;
		font-weight: bold;
		color: #333;
		text-align: center;
		margin: 50px 0 80px;
		text-decoration: underline;
		text-underline-offset: 5px;
		line-height: 1.5;
}
	
	@media screen and (max-width:767px) {
.maindesign .rewood_list .topic_title {
	font-size: 1.25em;
    
	}
	.maindesign	.rewood_list li {
	     width: 100%;
	     margin-right: 0;
		}
.maindesign .rewood_list2 li{
         width: 100%;
        margin-right: 0;
}
.maindesign .link_txt {
		font-size: 1.5em;
}
.maindesign .title_center {
	width: 100%;
	}
  }
.price .price_title{
    margin: 10px 0;
    font-size: 1.5em;
    font-weight: bold;
}
.price .price_title.main_goods{
    line-height: 1.2;
    font-feature-settings: "palt" 1;
}
.price .price_title span{
    font-size: 16px;
    font-weight: normal;
}
.price-box {
    width: calc(100% - 20px);
    margin: 0px auto 30px;
    padding: 10px;
    box-sizing: border-box;
}
.price .price_block{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.price .price_block p{
    line-height: 1.2;
    font-size: 1.25em;
}
.price .price_block .price-cols{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 9px 0 7px;
}
.price .price_block .price-cols .price_value {
    text-align: right;
    font-size: 4em;
    font-weight: bold;
}
    @media screen and (max-width:767px) {
.price .price_block .price-cols .price_value {
    font-size: 12vw;
}  
        .price .price_block p{
    line-height: 1.2;
    font-size: 1em;
}
    }
.price .price_block .price-cols.const-cols{
    width: calc(50% - 20px);
    border: 1px solid #bbb;
    margin: 0 0 0 20px;
    padding: 0px 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.price .price_block .price-cols.const-cols .price_title{
    width: 30%;
    line-height: 1.2;
    margin: 10px 0;
}
.price .price_block .price-cols.const-cols .price_title span{
    font-size: 16px;
    font-weight: normal;
}
.price .price_block .price-cols.const-cols .const_block{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 70%;
    align-items: center;
}
.price .price_block .price-cols.const-cols .const_block .price_value {
    font-size: 4em;
}
@media screen and (max-width: 767px){
    
.price .price_block .price-cols.const-cols{
    width: 100%;
    margin: 10px 0;
}    
.price .price_block .price-cols.const-cols .price_title {
    width: 100%;
    margin: 10px 0 10px;
}    
    
.price .price_block .price-cols.const-cols .const_block {
    width: 100%;
    margin: 0 0 7px;
}    
.price .price_block .price-cols.const-cols .const_block .price_value {
    font-size: 10vw;
}     
}

.maindesign .bnr_container {
	margin-bottom: 30px;
}

.maindesign .bnr_container img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px){


}
.maindesign .description {
    font-size: 1em;
    line-height: 1.3em;
    padding: 10px 0;
    text-align: justify;
    margin: 0;
    margin-bottom: 30px;
	color: #000;
}

.maindesign .bnr_description:hover {
	opacity: 0.75;
    transition: 0.6s;
}

.maindesign .description .feature-name {
    font-size: 1.3em;
    margin-bottom: 5px;
    font-weight: bold;
}

@media screen and (max-width: 767px){
	.maindesign .description {
		font-size: 0.8em;
	}

}
.maindesign .block_list.details_list li a {
    display: block;
}
