@charset "UTF-8";

/*　基本色　*/
/*　マスターワイズ　*/
#list_bread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  list-style: none;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 auto;
  padding: 180px 0 20px;
}

#list_bread li:not(:last-child) {
  width: auto;
}

#list_bread li:not(:last-child):after {
  font-family: FontAwesome;
  content: "\f105";
  margin: 0 10px;
}

#list_bread a {
  color: inherit;
}

.column_01 {
  text-align: center;
  width: 80%;
  margin: 30px auto 100px;
}

.column_01 img {
  width: 100%;
}

main {
  line-height: 1.7;
  margin: 40px auto 0;
}

main a {
  text-decoration: underline;
}

#ttl_page {
  width: 100%;
  text-align: center;
  padding: 30px 0;
  margin: 0 auto 10px;
  font-family: "Noto Sans Bold", sans-serif;
}

#ttl_page h1 {
  display: inline-block;
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: bold;
  padding: 20px 40px;
  margin: 0 auto;
  color: #1b3533;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0 20px 0 20px /0 20px 0 20px;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.13);
  transform: translateY(60%);
}
#ttl_page span{
  display:block;
  font-size: 2rem;
}

.ttl_border {
  width: 90%;
  font-size: 2rem;
  font-weight: bold;
  padding: 0 0 30px;
  margin: 0 auto;
}

.ttl_border:before {
  display: inline-block;
  content: "";
  background-color: #1b3533;
  width: 5%;
  height: 2px;
  margin: 5px 15px 5px 0;
}

.ttl_border:after {
  content: "";
  display: inline-block;
  background-color: #ddd;
  width: 60%;
  height: 2px;
  margin: 5px 0 5px 10px;
}

/*NEWS&TOPICSのスタイリング設定－－－－－－－－*/
#list_news {
  border: 50px solid #e3fff4;
  width: 100%;
  padding: 40px;
  margin: 0 auto;
}

#list_news dl:first-child {
  border-top: 1px solid #ddd;
}

#list_news dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-bottom: 1px solid #ddd;
  width: auto;
  padding: 18px 0;
  margin-left: 20px;
}

#list_news dl dt {
  width: 10%;
}

#list_news dl dd:nth-child(2) {
  display: inline-block;
  color: #fff;
  background-color: #1b3533;
  font-weight: normal;
  width: 10%;
  padding: 5px 10px;
  margin: 0 auto;
}

#list_news dl dd:last-child {
  width: 60%;
}

#list_news dd a {
  text-align: left;
  display: block;
  text-decoration: none;
}

/*記事詳細ページのスタイリング設定－－－－－－－－－－－－－－*/
.detail_float {
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.detail_float dd {
  display: inline-block;
  background-color: #1b3533;
  color: #fff;
  padding: 1px 25px;
  margin: 0 0 0 20px;
}

.block_detail {
  border: 30px solid #e3fff4;
  text-align: left;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 50px;
  margin: 0 0 80px;
}

.flex_box_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80%;
  margin: 20px auto 60px;
}

.flex_box_detail img {
  width: 500px;
}

.block_detail_main {
  width: 85%;
  margin: 30px auto 0;
}

/*「Basismallとは」スタイリング設定－－－－－－－－－－－－－－－*/
.top_txt {
  width: 90%;
  text-align: center;
  line-height: 3;
  font-size: 2rem;
  font-weight: bold;
  padding: 50px;
  margin: 150px auto;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.13);
}

.background_img {
  background-image: url(../images/productlist/img_productlist.jpg);
  background-position: center;
  padding-top: 40px;
  background-size: cover;
  width: 100%;
  min-height: 700px;
}

.background_img:nth-child(3) {
  background-image: url(../images/productlist/img_productlist_2.jpg);
}

.list_products {
  background-color: #e3fff4;
  background-image: url(../images/productlist/img_productlist_3.jpg);
  background-size: contain;
  background-position: bottom;
  height: 900px;
}

.list_products ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.list_products ul li {
  width: calc(100% / 3);
}

.list_products ul img {
  display: block;
  width: 100%;
}

.list_products dl {
  height: 330px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.13);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.13);
  padding: 20px 60px;
}

.list_products dl:hover {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.list_products dt {
  opacity: 1;
  color: #1b3533;
  line-height: 1.1;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 30px 0;
}

.list_products dd {
  opacity: 1;
  text-align: center;
  font-size: 1.6rem;
}

/*靴の消臭パウダー「BAREFUL」のスタイリング設定－－－－－－－－－－－－－－－－－*/
#list-name__product {
  display: flex;
  text-align: center;
  justify-content: space-around;
  align-items: center;
  list-style: none;
  font-size: 1.6rem;
  margin: 5px 0 40px;
}

#list-name__product li {
  padding: 10px 20px;
  color: #1b3533;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0 20px 0 20px /0 20px 0 20px;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.13);
}

.ttl_sub_02 {
  display: inline-block;
  font-size: 5rem;
  padding: 10px 0 5px;
}

.ttl_back_bareful {
  background-image: url(../images/about_bareful/ttl_back_bareful.jpg);
  background-position: top;
  background-size: cover;
  width: 100%;
  margin:0 auto 60px;
  min-height: 400px;
}

.ttl_back_bareful #ttl_page_02 {
  margin-top: 400px;
}

.ttl_bareful_top {
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  color: #1b3533;
  margin: 30px auto 0;
}

.ttl_bareful_01 {
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  color: #1b3533;
  margin: 10px auto 0;
}

.flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 80%;
  margin: 20px auto 60px;
}

.flex_box img {
  width: 35%;
  margin-right: 30px;
}

.flex_box_center {
  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;
  width: 80%;
  margin: 20px auto;
}

.flex_box_center p {
  font-size: 1.8rem;
}

.flex_box_center img {
  width: 30%;
  margin: 0 20px 0 0;
}

.block_top_01 p {
  font-size: 1.8rem;
  font-weight: bold;
}

.ttl_bareful_02 {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 35px 0 20px;
}

.bareful_bg_color {
  margin: 0 0 -40px;
  padding: 30px 0 80px;
  background-color: #e3fff4;
}

.ttl_question {
  font-size: 2.2rem;
  font-weight: bold;
}

.quetion_box {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.13);
  opacity: 1;
  width: 85%;
  border-radius: 6px;
  padding: 20px 24px;
  margin: 20px auto 0;
}

.quetion_box dl {
  font-weight: 560;
}

.quetion_box dt {
  font-size: 1.6rem;
  margin: 10px 0 6px;
  font-weight: normal;
}

.quetion_box dt:before {
  content: "Q";
  margin-right: 10px;
}

.quetion_box dd {
  font-size: 1.8rem;
  color: #1b3533;
}

.quetion_box dd:before {
  content: "A";
  margin-right: 10px;
}

.list_mark_check li:before {
  content: "\2713";
  font-weight: bold;
  margin-right: 10px;
}

.white_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70%;
  text-align: center;
  font-size: 1.8rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.13);
  background-color: white;
  border-radius: 6px;
  padding: 20px;
  margin: 0 auto;
}

.white_block ul {
  list-style: none;
  text-align: left;
  padding: 10px 30px;
  margin-right: 40px;
}

.white_block img {
  padding: 10px;
}

.white_block p {
  text-align: left;
  font-size: 1.4rem;
  margin: 20px 0;
  padding: 0 20px;
}

.white_block small {
  display: block;
  font-size: 1.2rem;
  text-align: right;
}

.white_block:nth-child(3) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80%;
}

.white_block:nth-child(3) div p {
  text-align: left;
  margin: 10px;
}

.white_block:nth-child(3) div ul {
  font-size: 1.4rem;
  text-align: left;
  list-style: decimal;
  padding: 10px 10px;
  list-style: none;
  list-style-type: decimal;
  margin: 0 auto;
}

.white_block:nth-child(3) img {
  width: 45%;
  height: auto;
}

.link_middle {
  display: block;
  text-decoration: none;
  width: 40%;
  text-align: center;
  font-size: 2.4rem;
  padding: 10px 20px;
  color: #1b3533;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0 20px 0 20px /0 20px 0 20px;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.13);
  margin: 30px auto 30px;
}

.link_middle::after {
  content: url(../images/common/arrow_black.svg);
  display: inline-block;
  width: 30px;
  margin-left: 10px;
}

.text_bold {
  text-align: center;
  font-size: 2.2rem;
  color: #1b3533;
  margin: 10px 0;
}

.align_center {
  font-size: 2rem;
}

.align_center img {
  width: 100%;
}

.back_color {
  background-color: #e3fff4;
  padding: 20px 0;
}

.img_size_01 {
  display: block;
  width: 60%;
  margin: 0 auto;
}

.img_width_2 {
  display: block;
  width: 40%;
  margin: 30px auto;
}


/*プロガードシリーズのスタイリング設定－－－－－－－－－－－－－*/
.ttl_back_guard {
  position: relative;
  background-image: url(../images/about_proguard/ttl_back_pro.jpg);
  background-position: top;
  background-size: cover;
  width: 100%;
  min-height: 300px;
}


.ttl_back_guard #ttl_page_02 {
  position: relative;
  top: 250px;
  left: -20%;
}

.block_proguard {
  width: 80%;
  margin: 100px auto 30px;
}

.flex_box_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex_box_02 ul {
  font-size: 1.8rem;
}

.flex_box_02 p {
  font-size: 2.4rem;
  text-align: left;
  margin: 0 40px 0 0;
}

.flex_img_pro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-top;
  width: 70%;
}


.block-first__flex .mar5 {
  margin: 0 0 5px;
}

.flex_img_pro p {
  font-size: 1.4rem;
  width: 100%;
}

.flex_img_pro {
  margin-right: 20px;
}

.flex_img_pro .align_right {
  text-align: right;
}


.flex_img_pro img {
  display: block;
  width: 95%;

}

.img_pro_center {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.ttl_sub_pro {
  display: inline-block;
  padding: 10px 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #1b3533;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0 20px 0 20px /0 20px 0 20px;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.13);
}

.block_proguard_flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}

.block_proguard_flex .box_list_proguard {
  position: relative;
  width: 28%;
  margin: 40px 0 30px;
}

.block_proguard_flex .box_list_proguard h3 {
  color: #1b3533;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0 20px 0 20px /0 20px 0 20px;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.13);
  position: absolute;
  top: -30px;
  left: 0px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  background-color: #0f88b4;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.6);
  padding: 6px 30px;
  margin-left: 5px;
}

.block_proguard_flex .box_list_proguard img {
  width: 100%;
}

.block_proguard_flex .box_list_proguard dl {
  text-align: center;
  margin-bottom: 100px;
}

.box_list_proguard dt {
  margin: 0 0 -10px;

}

.block_proguard_flex .box_product {

  background-color: #fff;

}

.box_product dd {
  height: 250px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  margin-bottom: 30px;
}

.block_proguard_flex ul {
  list-style: none;
  text-align: left;
  width: 80%;
  margin: 0 auto;
}

.box_list_proguard:nth-child(2) ul {
  width: 60%;
}

.block_proguard_flex ul li:before {
  content: "\25C6";
  display: inline-block;
  width: 10px;
  margin-right: 10px;
}

.block_proguard_flex .ttl_pro_list {
  font-size: 1.8rem;
  font-weight: bold;
}

.block_proguard_flex p {
  font-weight: normal;
  font-size: 1.4rem;
  padding: 5px 0;
}

.block_proguard_flex dd {
  background-color: #fff;
  padding: 30px 0;
}

.block_proguard_flex .text-block__03 {
  font-weight: bold;
  width: 90%;
  margin: 20px auto 0;
}

/*タルティーヌシリーズのスタイリング設定－－－－－－－－－－－－*/
.ttl_back_tartine {
  background-image: url(http://basismall.jp/wordpress/wp-content/uploads/2023/09/f98bff37c0fae021028cb0befd7861fc.png);
  background-position: top;
  background-size: cover;
  width: 100%;
  min-height: 300px;
}

.block_tartine {
  text-align: left;
  width: 80%;
  margin: 40px auto;
}

.block_tartine h2 {
  font-weight: bold;
  font-size: 2.3rem;
}

.block_tartine p {
  font-size: 1.8rem;
}

.block_tartine .flex_box_03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}



.box_product_02 dl {
  height: 750px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  margin-bottom: 60px;
}

@media screen and (min-width: 1800px) {
  .box_product_02 dl {
    height: 900px;
  }
}


.box_product_02 dd {
  padding: 20px 0;
}

.box_product_02 img {
  width: 100%;
}


.block_tartine .box_tartine_product {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 49%;
}

.block_tartine .box_tartine_product h3 {
  border-radius: 15px 0 15px 0/15px 0 15px 0;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.13);
  position: absolute;
  top: -20px;
  display: inline-block;
  color: #fff;
  background-color: #2d847c;
  padding: 15px 30px;
  margin-left: 5px;
}

.block_tartine .box_tartine_product .box_product_02 {
  width: 100%;
  margin-bottom: 20px;
}

.block_tartine .box_tartine_product dt {
  text-align: center;
  padding: 10px 0;
}

.block_tartine .box_tartine_product dd {
  width: 100%;
  text-align: center;
}

.block_tartine .box_tartine_product img {
  width: 100%;
  padding: 20px;
}

.block_tartine .flex_box_03 .box_tartine_product:nth-child(4) img {
  width: 80%;
  margin: 0 auto;
}

.block_tartine .ttl_border {
  margin: 0 auto 30px;
}

.back_color_02 {
  background-color: #e3fff4;
  padding: 30px 0 100px;
}

#bottom_block_tartine {
  border-radius: 15px 0 15px 0/15px 0 15px 0;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.13);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80%;
  background-color: #94ceb8;
  padding: 20px;
  margin: 0 auto 50px;
}

#bottom_block_tartine:hover {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#bottom_block_tartine p:nth-child(1) {
  color: #fff;
  font-size: 2.2rem;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
}

#bottom_block_tartine p:nth-child(2) {
  color: #000;
  text-align: center;
  font-size: 1.8rem;
}

/*会社概要ページスタイリング設定－－－－－－－－－－－－－－－－－*/
#ttl_company {
  font-size: 2rem;
  color: #1b3533;
  font-weight: bold;
  width: 90%;
  margin: 0 auto 60px;
}

#ttl_company:before {
  content: "";
  display: inline-block;
  background-color: #1b3533;
  width: 10%;
  height: 3px;
  margin: 5px 10px 5px 0;
}

#ttl_company:after {
  content: "";
  display: inline-block;
  background-color: #ddd;
  width: 55%;
  height: 2px;
  margin: 5px 0 5px 10px;
}

.flex_box_company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  text-align: left;
  width: 90%;
  margin: 0 auto;
}

.flex_box_company h3 {
  font-weight: bold;
  font-size: 2.3rem;
}

.flex_box_company a {
  display: block;
  text-decoration: none;
  color: #1b3533;
}

.flex_box_company div {
  width: 45%;
}

.flex_box_company dl {
  font-size: 2rem;
  width: 45%;
}

.flex_box_company dl dt {
  float: left;
  margin-right: 40px;
}

.flex_box_company h2 {
  font-weight: bold;
  font-size: 2.2rem;
}

/*パートナーについてのページスタイリング設定－－－－－－－－－－－－－－－－－*/
.ttl_partners {
  text-align: left;
  margin: 0 0 50px;
}

.ttl_partners h2 {
  font-weight: bold;
  font-size: 2rem;
  color: #2d847c;
}

.flex_partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex_partners div {
  width: auto;
  margin: 0 30px 0 0;
}

.flex_partners img {
  width: 300px;
}

@media screen and (max-width: 1200px) {
  .box_product_02 dl {
    height: 550px;
  }
}

/*　ブレークポイント 850px
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
@media screen and (max-width: 850px) {

  #list_bread {
    padding: 120px 0 20px;
  }
  .list_products dl {
    height: 400px;
  }

  .list_products dt {
    font-size: 1.6rem;
  }

  .list_products dd {
    font-size: 1.4rem;
  }

  .white_block {
    display: block;
    width: 95%;
    font-size: 1.6rem;
    font-weight: normal;
    background-color: white;
  }

  .white_block ul {
    padding: 10px 30px;
    margin-right: 0px;
  }

  .white_block li {
    font-weight: normal;
  }

  .white_block img {
    width: 100%;
    height: auto;
    margin: 0;
  }

  .white_block p {
    font-size: 1.8rem;
    font-weight: bold;
  }

  .white_block small {
    display: block;
    font-size: 1.2rem;
    text-align: right;
  }

  .white_block:nth-child(3) {
    width: 95%;
  }

  .white_block:nth-child(3) div p {
    text-align: left;
    margin: 0 0 10px;
  }

  .white_block:nth-child(3) div ul {
    width: 90%;
    font-size: 1.6rem;
    margin: 0 auto;
  }

  .white_block:nth-child(3) img {
    width: 100%;
    height: auto;
  }

  .img_pro_center {
    display: none;
  }

  .ttl_back_guard {
  }

  .ttl_back_guard #ttl_page_02 {
    top: 70%;
    left: 0;
  }

  img {
    max-width: 100%;
  }

  .ttl_border {
    text-align: center;
    font-size: 1.6rem;
  }

  .ttl_border:before {
    width: 3%;
    margin: 5px 10px 5px 0;
  }

  .ttl_border:after {
    width: 40%;
    margin: 5px 0 5px 10px;
  }

  .ttl_sub_pro {
    display: inline-block;
    padding: 10px 20px;
    font-size: 2rem;
    font-weight: bold;
    color: #1b3533;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0 20px 0 20px /0 20px 0 20px;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.13);
  }

  .block_proguard_flex {
    display: block;
    width: 95%;
  }

  .block_proguard_flex .box_list_proguard {
    width: 100%;
  }

  .block_proguard_flex .box_list_proguard h3 {
    font-size: 1.8rem;
    top: -5px;
    margin: 0;
  }

  .block_proguard_flex .box_list_proguard img {
    width: 100%;
  }

  .block_proguard_flex .box_product {
    max-height: 700px;
    margin: 0 0 20px;
  }

  .ttl_back_tartine {
    background-size: cover;
    width: 100%;
    min-height: 700px;
    background-size: cover;
    min-height: auto;
    height: 300px;
  }

  .ttl_back_tartine .ttl_sub_02 {
    font-size: 2.4rem;
  }

  .block_tartine {
    width: 95%;
    margin: 20px auto;
  }

  .block_tartine h2 {
    font-size: 1.8rem;
    margin: 0 0 20px;
  }

  .block_tartine p {
    font-weight: normal;
    font-size: 1.4rem;
    margin: 0 0 50px;
  }

  .block_tartine p:last-child {
    margin: 0 0 30px;
  }

  .block_tartine .ttl_border {
    font-size: 2.4rem;
  }

  .block_tartine .ttl_border:before {
    content: none;
  }

  .block_tartine .ttl_border:after {
    content: none;
  }

  .block_tartine .flex_box_03 {
    display: block;
  }

  .block_tartine .flex_box_03 .box_tartine_product:nth-child(1) {
    width: 100%;
  }

  .block_tartine .flex_box_03 .box_tartine_product:nth-child(1) img {
    margin-top: 0;
  }

  .block_tartine .flex_box_03 .box_tartine_product:nth-child(2) img {
    width: 80%;
  }

  .block_tartine .flex_box_03 .box_tartine_product:nth-child(4) img {
    width: 80%;
  }

  .block_tartine .box_tartine_product {
    display: block;
    width: 100%;
  }

  .block_tartine .box_tartine_product h3 {
    top: -20px;
    -webkit-box-shadow: 2px 3px 8px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 2px 3px 8px 0 rgba(0, 0, 0, 0.6);
  }

  .block_tartine .box_tartine_product .box_product {
    min-height: auto;
    padding: 50px 0;
    margin-bottom: 60px;
  }

  .block_tartine .box_tartine_product dd {
    font-weight: normal;
  }

  #bottom_block_tartine {
    display: block;
    width: 95%;
  }

  #bottom_block_tartine p:nth-child(1) {
    text-align: center;
  }

  #bottom_block_tartine p:nth-child(2) {
    font-size: 1.6rem;
  }

  .flex_box_company .display_pc {
    display: block;
  }

  .flex_box_company .display_sp {
    display: none;
  }

  .box_product_02 dl {
    height: 800px;
  }

  .flex_box_company dl {
    font-size: 1.8rem;
  }

  .flex_box_company h2 {
    font-weight: bold;
    font-size: 2rem;
  }
}

/*　レスポンシブ対応（ブレークポイント 599px）
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
@media screen and (max-width: 599px) {
  main {
    position: relative;
    margin: 0;
  }

  .column_01 {
    width: 100%;
    margin: 30px auto;
    position: relative;
    padding: 30px 0 0;
    top: -80px;
  }

  #list_bread {
    display: none;
  }

  #ttl_page .ttl_back_guard {
    padding: 0;
    margin: -65px auto 10px;
  }

  #ttl_page h1 {
    width: 80%;
    font-size: 2.8rem;
    margin: 20px 0;
    transform: translateY(10%);
  }

  .ttl_border {
    text-align: center;
    font-size: 1.6rem;
  }

  .ttl_border:before {
    width: 3%;
    margin: 5px 10px 5px 0;
  }

  .ttl_border:after {
    width: 40%;
    margin: 5px 0 5px 10px;
  }

  .block_proguard {
    width: 95%;
    margin: 60px auto 0;
  }

  .flex_box_02 {
    display: block;
    margin: 0 0 20px;
  }

  .flex_box_02 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.6rem;
    margin: 0 auto 20px;
  }

  .flex_box_02 p {
    font-weight: normal;
    font-size: 1.6rem;
    text-align: left;
    margin: 30px 0 20px;
  }

  .flex_box_02 img {
    display: block;
    margin: 0 auto;
  }

  /*NEWS&TOPICSのスタイリング設定－－－－－－－－*/
  #list_news {
    border: 10px solid #e3fff4;
    padding: 10px 0;
  }

  #list_news dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
    padding: 18px 0;
    margin: 0 10px;
  }

  #list_news dl dt {
    text-align: left;
    width: 30%;
    margin-left: 10px;
  }

  #list_news dl dd:nth-child(2) {
    width: 25%;
    padding: 2px 4px;
    margin: 0;
  }

  #list_news dl dd:last-child {
    width: 100%;
    margin-left: 10px;
  }

  #list_news dd {
    font-weight: normal;
    margin: 10px 0;
  }

  #list_news dd a {
    font-weight: normal;
  }

  /*記事詳細ページのスタイリング設定－－－－－－－－－－－－－－*/
  .detail_float {
    width: 95%;
    margin: 0 auto;
  }

  .detail_float dt {
    clear: both;
  }

  .detail_float dd {
    padding: 1px 10px;
  }

  .block_detail {
    border: 15px solid #e3fff4;
    padding: 20px 15px;
    margin: 0 0 50px;
  }

  .block_detail {
    margin: 0 0 20px;
  }

  .flex_box_detail {
    display: block;
  }

  .flex_box_detail a {
    width: 100%;
    margin: 0 0 20px;
  }

  .block_detail_main {
    width: 95%;
    margin: 0 auto 100px;
    padding: 40px 0;
  }

  /*「Basismallとは」スタイリング設定－－－－－－－－－－－－－－－*/
  .productlist_block {
    position: relative;
    top: 0px;
    padding: 0;
  }

  .top_txt {
    width: 95%;
    line-height: 1.4;
    font-size: 2rem;
    font-weight: normal;
    padding: 40px;
    margin: 30px auto;
  }

  .background_img {
    padding: 20px 0;
    min-height: auto;
  }

  .list_products {
    background-image: none;
    height: 100%;
    padding: 70px 0;
  }

  .list_products ul {
    display: block;
    width: 95%;
    margin: 0 auto;
  }

  .list_products ul li {
    width: 100%;
  }

  .list_products ul img {
    width: 100%;
  }

  .list_products dl {
    width: 100%;
    height: auto;
    padding: 20px 0;
    margin: 0 auto 40px;
  }

  .list_products dt {
    font-size: 2rem;
    padding: 0;
    margin: 0 0 15px;
  }

  .list_products dd {
    font-size: 1.4rem;
    padding: 30px;
  }

  /*靴の消臭パウダー「BAREFUL」のスタイリング設定－－－－－－－－－－－－－－－－－*/

  .ttl_bareful_top {
    font-size: 2.5rem;
    color: #1b3533;
    margin: 60px auto 0;
  }


  .ttl_sub_02 {
    text-align: center;
    font-size: 4rem;
    padding: 10px 0 5px;
  }

  #ttl_page .ttl_back_bareful {
    position: relative;
    top: -28px;
    width: 100%;
  }

  .ttl_back_bareful {
    min-height: 200px;
  }

  .ttl_back_bareful #ttl_page_02 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    margin: 0;
  }

  .ttl_bareful_01 {
    line-height: 1.5;
    font-size: 2rem;
    margin: 20px 0 10px;
    padding: 5px 0 0;
  }

  .ttl_bareful_02 {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 0;
  }

  .flex_box {
    display: block;
    width: 95%;
    margin: 20px auto 10px;
  }

  .flex_box img {
    width: 100%;
  }

  .flex_box_center {
    display: block;
    width: 95%;
    margin: 20px auto;
  }

  .flex_box_center p {
    font-size: 1.6rem;
    font-weight: normal;
    margin: 20px 0 0;
  }

  .flex_box_center img {
    width: 100%;
    margin: 0;
  }

  .block_top_01 {
    margin: 0 0 10px;
  }

  .block_top_01 p {
    text-align: center;
    font-size: 1.6rem;
    font-weight: normal;
    padding: 0 30px;
  }

  .bareful_bg_color {
    padding: 30px 0 20px;
  }

  .ttl_question {
    font-size: 2rem;
  }

  .quetion_box {
    width: 95%;
    margin: 0 auto 30px;
  }

  .quetion_box dt {
    font-size: 1.6rem;
  }

  .quetion_box dd {
    font-size: 1.6rem;
    margin: 0 0 20px;
    font-weight: normal;
  }

  .white_block {
    display: block;
    width: 95%;
    font-size: 1.6rem;
    font-weight: normal;
    background-color: white;
  }

  .white_block ul {
    padding: 10px 30px;
    margin-right: 0px;
  }

  .white_block li {
    font-weight: normal;
  }

  .white_block img {
    width: 100%;
    height: auto;
    margin: 0;
  }

  .white_block p {
    font-size: 1.8rem;
    font-weight: bold;
  }

  .white_block small {
    display: block;
    font-size: 1.2rem;
    text-align: right;
  }

  .white_block:nth-child(3) {
    width: 95%;
  }

  .white_block:nth-child(3) div p {
    text-align: left;
    margin: 0 0 10px;
  }

  .white_block:nth-child(3) div ul {
    width: 90%;
    font-size: 1.6rem;
    margin: 0 auto;
  }

  .white_block:nth-child(3) img {
    width: 100%;
    height: auto;
  }

  .back_color .white_block div {
    padding: 5px 0;
  }

  .back_color .white_block div p {
    font-weight: normal;
    margin: 0;
    padding: 0;
  }

  .back_color .white_block div p:nth-child(2) {
    font-weight: normal;
    margin: 0;
  }

  .link_middle {
    text-align: center;
    width: 95%;
    margin: 30px auto;
    font-size: 1.6rem;
  }

  .link_middle::after {
    width: 30px;
  }

  .text_bold {
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
  }

  .align_center {
    font-size: 1.8rem;
    margin: 0 0 10px;
  }

  .back_color {
    background-color: #e3fff4;
    padding: 20px 0 5px;
  }

  .back_color p {
    width: 95%;
    margin: 10px auto 5px;
  }

  .back_color .align_center {
    font-size: 1.6rem;
    font-weight: normal;
    margin: 0 auto 20px;
  }

  .img_size_01 {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  /*プロガードシリーズのスタイリング設定－－－－－－－－－－－－－*/
  .block_proguard_flex .box_list_proguard ul {
    text-align: center;
  }

  .box_product dd {
    height: 250px;
  }

  .box-img__pro {
    width: 80%;
    margin: 0 auto;
  }


  .ttl_back_guard {
    min-height: 200px;
  }

  .ttl_back_guard #ttl_page_02 {
    top: 75%;
    left: 0;
  }

  .block_proguard {
    position: relative;
    top: -40px;
    width: 95%;
    margin: 60px auto 20px;
  }

  .flex_box_02 {
    display: block;
    margin: 0 0 20px;
  }

  .flex_box_02 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.6rem;
    margin: 0 auto 20px;
  }

  .flex_box_02 p {
    font-weight: normal;
    font-size: 1.6rem;
    text-align: left;
    margin: 0 0 20px;
  }

  .flex_box_02 img {
    display: block;
    margin: 0 auto;
  }

  .flex_img_pro {
    display: block;
    width: 100%;
  }

  .flex_img_pro img:nth-child(1) {
    width: 80%;
  }

  .flex_img_pro img {
    width: 80%;
    margin-right: 20px;
    margin: 0 auto 30px;
  }

  .proguard_center_ttl {
    text-align: center;
    margin: 0 0 10px;
  }

  .img_pro_center {
    display: none;
    width: 100%;
    margin: 0 auto;
  }

  .ttl_sub_pro {
    display: inline-block;
    padding: 10px 20px;
    font-size: 2rem;
    font-weight: bold;
    color: #1b3533;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0 20px 0 20px /0 20px 0 20px;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.13);
  }

  .block_proguard_flex {
    display: block;
    width: 95%;
  }

  .block_proguard_flex .box_list_proguard {
    width: 100%;
  }

  .block_proguard_flex .box_list_proguard h3 {
    font-size: 1.8rem;
    top: -25px;
    margin: 0;
  }

  .block_proguard_flex .box_list_proguard img {
    width: 100%;
  }

  .block_proguard_flex .box_product {
    max-height: 700px;
    margin: 0 0 20px;
  }

  .box-img__pro p {
    width: 100%;
    text-align: center;
  }


  /*タルティーヌシリーズのスタイリング設定－－－－－－－－－－－－*/
  #ttl_page.ttl_back_tartine h1 {
    font-size: 1.6rem;
  }

  .block-tartine__sp {
    padding: 80px 0 0;
  }

  .block_tartine.margin_minas {
    margin: -60px auto 50px;
  }

  .ttl_back_tartine {
    height: 200px;
  }

  .ttl_back_tartine .ttl_sub_02 {
    font-size: 2.4rem;
  }

  .ttl_back_tartine .align_left {
    position: relative;
    top: 60%;
  }

  .block_tartine {
    width: 95%;
    margin: 20px auto;
  }

  .block_tartine h2 {
    font-size: 1.8rem;
    margin: 0 0 20px;
  }

  .box_product_02 dl {
    height: auto;
  }

  .box_product_02 dd {
    padding: 10px 0 20px;
  }

  .block_tartine p {
    font-weight: normal;
    font-size: 1.4rem;
    margin: 0 0 50px;
  }

  .block_tartine p:last-child {
    margin: 0 0 50px;
  }

  .block_tartine .ttl_border {
    font-size: 2.4rem;
    padding: 0;
  }

  .block_tartine .ttl_border:before {
    content: none;
  }

  .block_tartine .ttl_border:after {
    content: none;
  }

  .block_tartine .flex_box_03 {
    display: block;
  }

  .block_tartine .flex_box_03 .box_tartine_product:nth-child(1) {
    width: 100%;
  }

  .block_tartine .flex_box_03 .box_tartine_product:nth-child(1) img {
    margin-top: 0;
  }

  .block_tartine .flex_box_03 .box_tartine_product:nth-child(2) {
    width: 100%;
  }

  .block_tartine .flex_box_03 .box_tartine_product:nth-child(4) img {
    width: 100%;
  }

  .block_tartine .box_tartine_product {
    display: block;
    width: 100%;
  }

  .block_tartine .box_tartine_product h3 {
    top: -25px;
    -webkit-box-shadow: 2px 3px 8px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 2px 3px 8px 0 rgba(0, 0, 0, 0.6);
  }

  .block_tartine .box_tartine_product .box_product {
    min-height: auto;
    padding: 50px 0;
    margin-bottom: 80px;
  }

  .block_tartine .box_tartine_product dd {
    font-weight: normal;
  }

  .back_color_02 {
    background-color: #e3fff4;
    padding: 10px 0 100px;
  }

  /*会社概要ページスタイリング設定－－－－－－－－－－－－－－－－－*/
  .flex_box_company .display_pc {
    display: none;
  }

  .flex_box_company .display_sp {
    display: block;
  }

  #ttl_company {
    width: 95%;
    font-size: 2.2rem;
    margin: 0 auto 20px;
  }

  #ttl_company:before {
    width: 10%;
    height: 2px;
  }

  #ttl_company:after {
    width: 55%;
  }

  .flex_box_company {
    display: block;
    text-align: left;
    width: 90%;
    margin: 0 auto 100px;
  }

  .flex_box_company h3 {
    font-size: 2.6rem;
  }

  .flex_box_company a {
    display: block;
    text-decoration: none;
    color: #1b3533;
  }

  .flex_box_company div {
    width: 100%;
  }

  .flex_box_company img {
    width: 100%;
  }

  .flex_box_company dl {
    font-size: 1.4rem;
    width: 90%;
    margin: 0 auto 40px 0;
  }

  /*パートナーについてのページスタイリング設定－－－－－－－－－－－－－－－－－*/
  .ttl_partners h2 {
    font-size: 1.8rem;
    margin: 0 0 7px;
  }

  .ttl_partners p {
    font-weight: normal;
  }

  .flex_partners {
    width: 95%;
    display: block;
    margin: 30px auto 0;
    padding: 30px 0 0;
  }
}