
	.border-div {
		display: flex;
    border: 2px solid #000000;
    margin-bottom:  20px;
    padding: 20px;
    box-sizing: border-box;
	}
	.border-div .price {
		background-color: #F0F4D9;
	}
	.border-div-img {
		width: 300px;
	}
	.shohin-nm {
		font-weight: bold;
		font-size: 1.5em;
	}
	.osusume {
		color: #FFA500;
		font-size: 1.5em;
	}
	.mt10 {
		margin-top: 10px;
	}
	.mb20 {
		margin-bottom: 20px;
	}
	.mr20 {
		margin-right: 20px;
	}
  .price {
    position: relative;
  }
  .point-icon {
	position: absolute;
    top:0;
    right: 0;
    width: 100px;
    height: auto;
  }
	.price .price_title {
		margin-left: 10px;
	}
    .block_list li img.maker_logo.w-half{
        max-width: 120px;
    }
    .block_list.details_list.toilet_list li a .list-img{
        width: 100%;
    max-width: 400px;
        margin: auto;
}
.block_list.details_list.toilet_list li a .price{
       width: 100%;
    max-width: 900px;
}
.block_list.details_list.toilet_list .btn_container {
  display: flex;
  justify-content: flex-end;
}
.block_list.details_list.toilet_list .btn_container span {
  width: 100%;
  margin: 30px 0 0;
  padding: 0.2rem 1.8rem;
}
@media screen and (max-width:767px) {
  .block_list.details_list.toilet_list .btn_container {
    margin-bottom: 50px;
    justify-content: center;
  }
  .point-icon {
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    width: 80px;
    height: auto;
  }
}


    @media screen and (max-width:767px){
    .maindesign h1 span{
      font-size: 11vw;
    }
    }



	.merit{
		display:flex;
		flex-wrap: wrap;
		justify-content: space-between;
    align-items: flex-start;
	}
	.merit .merit--item{
    width: calc(50% - 10px);
    border: 2px solid #44aeea;
    padding: 0.5em;
    box-sizing: border-box;
    margin-bottom: 10px;
    line-height: 1.3;
    position:relative;
    display: flex;
    flex-direction: column;
	}
	.me{
	background: #44aeea;
    padding: 0.3em 1em;
    display: inline-block;
	font-weight: 700;
	color:#fff;
	width: fit-content;
		
	}
	.he{
	font-size: 1.8em;
    line-height: 1.2em;
    border-bottom: 2px solid #a3a3a3;
    font-weight: 700;
    margin-bottom: 0.5em;
    padding: 0.5em 0;
	}
	.txt1{
		font-size: 0.8em;
	}
	.txt2{
		font-size: 1.5em;
		vertical-align: -0.1em;
	}
	.fix_ended{
	margin-top: auto;
    display: flex;
	}
	.imgBorder{
     border: 1px solid #c0c0c0;
		width: 100%;
    }
	.merit p{
		margin-bottom:1em;
	}
@media screen and (max-width:767px){
.maindesign .he{
	font-size: 4.5vw;
}	
	}

  .block-feature {
    width: 80%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .feature_title {
    border: 1px solid #ccc;
    margin: 30px 0;
  }
  @media screen and (max-width:767px) {
    .block-feature {
      width: 100%;
    }
    .merit .merit--item {
      width: 100%;
    }
  }

  .block-main {
    padding: 0;
  }
  .bnr_container {
    width: 50%;
    margin: 30px auto 0;
  }
  .bnr_container img {
    width: 100%;
    height: auto;
  }
@media screen and (max-width:767px) {
  .bnr_container {
    width: 100%;
	margin: 20px auto 0;
  }
}
.sub_title {
  font-size: 2.0em;
  line-height: 1.2;
  margin: 20px 0 10px;
  font-weight: bold;
  font-feature-settings: "palt" 1;
  text-align: center;
}
@media screen and (max-width:767px) {
  .sub_title {
    font-size: 1.5em;
  }
}
.s_05 {
  margin-top: 30px;
  border: 1px solid #002060;
}
.s_05 .accordion_one .accordion_header {
  color: #15489E;
  background-color: #fff;
}
.s_05 .accordion_one .accordion_inner {
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.s_05 .accordion_one .accordion_header .i_box .one_i:before,
.s_05 .accordion_one .accordion_header .i_box .one_i:after {
  background-color: #15489E;
}

.catch-news {
  margin-top: 30px;
}
.catch-news--text {
    font-size: 3.0rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    line-height: 1.15;
}
.catch-news--text::after {
    content: '';
    height: 0;
    width: 0;
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: -55px;
    position: absolute;
    border-right: 50px solid transparent;
    border-top: 30px solid #000;
    border-left: 50px solid transparent;
    border-top-color: #000;
}
.catch-news--infomation {
  margin-top: 10px;
}
.catch-news--period {
  background-color: #ea6e9a;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  font-weight: bold;
  font-size: 2.0rem;
}
.catch-news--period span {
  display: inline-block;
  background-color: #fff;
  color: #ea6e9a;
  padding: 5px 10px;
}
.catch-news--explanation {
  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;
  margin-top: 15px;
}
.catch-news--explanation span {
  display: inline-block;
  margin-right: 10px;
  width: 150px;
  vertical-align: middle;
}
.catch-news--explanation img {
  width: 100%;
  height: auto;
}
.subject_frame {
  border: 5px solid #ea6e9a !important;
}
.icon_outer {
  position: relative;
}
.icon_inner {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25%;
  border-radius: 20px;
  overflow: hidden;
}
.catch-poster {
  margin-top: 70px;
}
.catch-poster > img {
  width: 100%;
  height: auto;
}

@media screen and (max-width:767px) {
    .catch-news--text {
        font-size: 1.75rem;
    }
    .catch-news::after {
        border-right: 35px solid transparent;
        border-top: 25px solid #000;
        border-left: 35px solid transparent;
    }
    .catch-news--period {
      font-size: 3.5vw;
    }
    .catch-news--explanation {
      font-size: 4.5vw;
      padding: 10px 0;
    }
    .catch-news--explanation span {
      width: 70px;
    }

}

.img-container {
      margin: 20px auto 30px;
    }
    .img-container img {
      width: 100%;
      height: auto;
    }

    .subject_frame {
      border: 5px solid #ea6e9a !important;
      padding: 10px;
      border-radius: 5px;
      box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    }

    .icon-container {
      position: relative;
    }
    .point-inner {
      position: absolute;
      top: 5px;
      right: 5px;
      width: 20%;
      height: auto;
    }
    .logo-inner {
      position: absolute;
      top: 0;
      left: 0;
      width: 20%;
      height: auto;
    }
    .tokuten-inner {
      position: absolute;
      top: 0;
      left: 0;
      width: 35%;
    }
    .tokuten-inner-02 {
      position: absolute;
      top: 0;
      left: 0;
      width: 45%;
    }
    .tokuten-inner img,
    .tokuten-inner-02 img {
      opacity: 1.0 !important;
    }

    @media screen and (max-width:767px) {
      .subject_frame {
        padding: 5px !important;
      }
      .img-container {
        width: 100%;
        margin: 10px auto;
      }
      .point-inner {
        width: 25%;
      }
      .logo-inner {
        width: 25%;
      }
      .tokuten-inner {
        width: 38%;
      }
      .tokuten-inner-02 {
        width: 100%;
        position: relative;
      }
    }

    .catch-news--tokuten {
    background-color: #E70012;
    color: #fff;
    display: inline-block;
    box-sizing: border-box;
    margin: 0 5px;
    width: 100px;
    padding: 5px 0;
    font-size: 1.35rem;
    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;
    }
  }

  .price_value--lead {
    font-size: 1.0rem !important;
    margin-top: 10px !important;
  }
  @media screen and (max-width:767px) {
    .price_value--lead {
      font-size: 0.9rem !important;
      margin-top: 5px !important;
    }
	  
	.maindesign .explanation_txt {
    line-height: 1.5;
    margin-bottom: 20px;
	text-align: justify;
}
  }
  
.maindesign .main_title .center_left_alignment {
    display: inline-block;
    text-align: left;
    width: 740px;
    margin: 0 auto;
    line-height: 1.3;
}

.maindesign .new_line {
    margin-bottom: 10px;
    display: inline-block;
}

.maindesign .h2_undertxt {
    margin: -10px 0 20px;
    font-weight: bold;
	font-size: 1.5em;
	text-decoration: underline;
}

.maindesign .explanation_txt {
    line-height: 1.3;
    margin-bottom: 20px;
}

.maindesign .block_list.cols4-1 li {
    width: calc(25% - 5px);
    margin: 0 0 30px;
	display: flex;
	flex-direction: column;
	
}

.maindesign .block_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.maindesign .block_list li img {
	margin: 0;
}

.maindesign .price-box {
    width: 100%;
    margin: 0 auto;
    padding: 5px;
    box-sizing: border-box;
}

.maindesign .block_list.details_list li .price .price_block .price-cols {
    width: 100%;
	margin-bottom: 10px;
}

.price .price_block .price-cols .price_value {
    font-size: 3em !important;

}

.maindesign h2.topic_title {
    font-size: 1.4em;
	min-height: 55px;
	margin: 0 0 10px;
}

.maindesign .txt_block {
	min-height: 68px;
}

.maindesign .block_list.details_list li .price .txt_block .txt_title {
    margin: 10px 0;
}

.maindesign .block_list.details_list li a {
    display: block;
}

.maindesign .flatbtn.reform_top-btn {
    width: 100%;
    margin: 20px auto 0;
    padding: 1.2rem 1.8rem;
    font-feature-settings: "palt" 1;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

@media screen and (max-width:767px){
	.maindesign .block_list.cols4-1 li {
     width: 100%;
}
	.maindesign .block_list.details_list li .price .price_block .price-cols {
     margin-bottom: 0; 
}
	.maindesign h2.topic_title {
     font-size: 1.8em;
}
	.maindesign .price .price_block .price-cols .price_value {
    font-size: 3em !important;
}
	.maindesign .block_list.details_list li .price .txt_block {
        margin: 10px 0 20px;
    }
	.maindesign .main_title .center_left_alignment {
        width: auto;
        text-align: justify;
        line-height: 1.5;
    }
}

.maindesign .cap-icon {
    position: absolute;
	width: 150px;
    top: 0;
    height: 25px;
    text-align: center;
    display: flex;
    left: 50%;
    color: #fff;
    background: #005cd3;
    padding: 2px 10px;
    box-sizing: border-box;
    font-size: 0.8em;
    line-height: 1.2;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 16%);
    z-index: 1;
    transform: translate(-50%, -50%);
}

.maindesign .point-icon.forty_percent {
        width: 100%;
        height: auto;
	    position: static;
    }
.maindesign .cols4-1 li {
	position: relative;
	}
	

