@charset "utf-8";

/*---
font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

*/

#quality-point01 {
  margin-top: 50px;
}

/*#sec01, #sec02, #sec03, #sec04 {
  padding-top: 20px;
}

@media screen and (max-width: 1024px) {
  #sec01, #sec02, #sec03, #sec046 {
    padding-top: 100px;
    margin-top: -60px;
  }
}*/

#quality #sec01 {
padding-top: 0;
}

#quality .tab {
  padding-bottom: 10px;
}

@media screen and (min-width: 1025px){

#quality .tab {
padding-top: 150px;
  padding-bottom: 20px;
}


}

#quality h4 {display: none;}

@media screen and (min-width: 769px){
#quality h4 {
display: block;
text-align: center;
margin-top: 65px;
font-size: 26px;
font-weight: bold;
margin-bottom: 65px;
color: #2B324F;
}

#quality h4 span {
display: block;
font-size: 14px;
padding-bottom: 14px;
opacity: 0.9;
}
}
/*--------------------
キッチン
----------------------*/

.ph-kitchen {
  max-width: 1300px;
  margin:auto;
  margin-bottom: 10px;
}


/*--------------------
各セクション共通
----------------------*/

section {
  overflow: hidden;
  margin-bottom: 60px;
}

.qt-list {
  text-align: justify;
  font-size: 13px;
}

.qt-list .list-row4, .qt-list .list-row2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1.8;
  letter-spacing: 0;
}

.qt-list .list-row4 li {
  width: 23%;
  margin: 0 0 10px;
  margin-bottom: 10px
}


/*最終行を左揃えに*/

.qt-list .list-row4::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}

.qt-list .list-row4::after {
  content: "";
  display: block;
  width: 23%;
}

.qt-list .list-row2 li {
  width: 48%;
  margin-bottom: 3.0em
}

.qt-list span {
  font-size: 12px;
  margin-left: 5px;
}

.qt-list img {
  width: 100%;
  height: auto;
}

.qt-list h5 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 15px;
}

.fig-sto {
color: black;
font-size: 11px;
}




@media screen and (max-width:768px) {
  .qt-list .list-row4 li {width: 48%;}
}

@media screen and (min-width:1024px) {
  .qt-list .list-row4 li {
  margin-bottom: 50px;
  margin-top: 30px;
  }
  
  .qt-list .list-row4 li.build {
width: 48%;
}


}

@media screen and (max-width:490px) {
  .qt-list h5 {
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}


/*-------------------------------
洗面
---------------------------------*/
.powderPickArea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.powderPickArea>li {
  width: 48%;
}

@media screen and (max-width:768px) {
  .powderPickArea>li {
    width: 100%;
  }
}

.picture {
  display: block;
}

#list-1-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .qt-list h4 {
    margin-top: 1%;
    font-size: 18px;
    padding-top: 10px 0 5px;
    float: none;
    clear: both;
    padding-left: 7px;
  }
  .qt-list li {
    padding-bottom: 0px;
    color: #333;
  }
}

@media screen and (max-width: 490px) {
  .picture {
    display: none;
  }
  #powderroom ul.list-row2, #bathroom ul.list-row2 {
    width: 100%;
    float: none;
    clear: both;
  }
}


/*------------- pick up --------------*/

.pickup {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1.8;
  letter-spacing: 0;
}

.pickup li {
  width: 60%;
}

.pickup li:first-child {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .pickup {
    flex-wrap: nowrap;
  }
  .pickup li {
    margin: 0 5px;
  }
}

.qualityattention {
  margin-top: 5px;
  float: none;
  clear: both;
  font-size: 12px;
  color: #999;
  width: 100%;
  text-align: left;
}


/*------------- 収納 --------------*/

#strage h5 {
  text-align: center;
  padding: 10px;
  width: 100%;
  margin: 0 0 12px;
  font-size: 18px;
}

#strage>ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  flex-wrap: wrap;
  position: relative;
}

@media screen and (max-width: 768px) {
  #strage>ul {
    display: block;
    position: static;
  }
}

#strage>ul>li {
  font-size: 12px;
}

#strage span {
  font-size: 11px;
  display: block;
}

#strage .text {
  margin-top: 20px;
}

.strage_box {
  display: flex;
}

.strage_box p {
  padding: 5% 0 0;
  height: 45%;
  font-size: 14px;
}

.strage_left {
  display: block;
  width: 50%;
}

.strage_left p {
  font-size: 15px;
  padding: 7%;
}

.strage_right {
  width: 50%;
  position: relative;
}

.strage_right figure {
  position: relative;
}


/*---------
数字の番号
----------*/

#st_icon {
  z-index: 999;
}

#st_icon a img {
  width: 60px;
  height: auto;
  transition: transform 0.15s ease-in;
}

#st_icon a:hover img {
  transform: scale(1.2);
}

#st_icon #icon01 {
  position: absolute;
  left: 25%;
  top: 15%;
}

#st_icon #icon02 {
  position: absolute;
  left: 52%;
  top: 70%;
}

#st_icon #icon03 {
  position: absolute;
  left: 75%;
  top: 65%;
}

#oshiire {
  margin-top: 5%;
}

.oshiire_box {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .oshiire_box {
    display: block;
    position: static;
  }
  #strage li {
    height: auto;
  }
}

.oshiire_1 {
  width: 30%;
}

.oshiire_1 p {
  padding: 5%;
  font-size: 15px;
}

.oshiire_family {
  width: 33%;
  background-color: #f8f6ee;
  padding: 20px;
  border-radius: 10px;
}

.oshiire_title {
  display: flex;
  flex-wrap: wrap;
}

.oshiire_text {
  display: block;
}

.oshiire_text p {
  margin: 5% 0;
}

@media screen and (max-width: 768px) {
  #strage>ul>li {
    width: 100%;
    max-width: 600px;
    height: auto;
  }
  .strage_box {
    display: block;
  }
  .strage_left {
    width: 100%;
  }
  .strage_left p {
    padding: 0;
  }
  .strage_right {
    width: 100%;
  }
  .oshiire_family {
    width: 100%;
    margin-bottom: 10px;
  }
  .oshiire_text img {
    width: 300px;
    height: auto;
  }
  .oshiire_1 {
    width: 100%;
  }
  #icon01 img {
    left: 25%;
    top: 10%;
  }
  #icon02 img {
    left: 52%;
    top: 120%;
  }
  #icon03 img {
    left: 75%;
    top: 110%;
  }
}

@media screen and (max-width: 490px) {
  #st_icon a img {
    width: 40px;
  }
}

.pickup02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1.8;
  letter-spacing: 0;
  margin-bottom: 1.5em;
}

.pickup02 li {
  width: 60%;
}

@media screen and (min-width: 769px) {
  .pickup02 {
    flex-wrap: nowrap;
  }
  .pickup02 li {
    margin: 0 5px;
  }
}

.samo-02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.samo-02 li {
  width: 48%;
}

li .graf {
  display: block;
  width: 80%;
}

.samo-comment {
  margin: auto;
  text-align: center;
  width: 100%;
}

.samo-comment li {
  margin: auto;
  text-align: left;
  font-size: 1.0em;
  font-weight: 300;
  width: 100%;
}

.samo-comment li:first-child {
  margin: auto;
  text-align: left;
  font-size: 1.1em;
  font-weight: 500;
}

@media screen and (max-width:768px) {
  .samo {
    max-width: 400px;
    margin: auto;
    text-align: center;
  }
  .pickup02 {
    margin: auto;
    text-align: center;
  }
  .pickup02 li {
    margin: auto;
    text-align: center;
  }
  .pickup02>li {
    width: 100%;
  }
  .pickup02 li img {
    width: 48%;
  }
  .samo-comment li :first-child {
    margin: auto;
    text-align: center;
  }
  .samo-comment {
    display: block;
  }
}

@media screen and (max-width: 490px) {
  .samo-02 li {
    width: 100%;
    margin: auto;
    text-align: left;
  }
  .samo-02 li :last-child {
    width: 100%;
    margin: auto;
    text-align: left;
    margin-bottom: 1.2em;
  }
}

.bold {
  font-size: 16px;
  /*	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ";*/
  font-weight: bold;
  color: #FF9900;
  padding: 0 5px 0 5px;
}

li .bold {
  display: inline;
  font-size: 16px
}

.sub-conro {
  font-size: 1.0em;
  font-weight: 700;
}

@media screen and (max-width:768px) {
  .sub-conro {
    font-size: 1.2em;
    padding-bottom: 1.0em;
  }
}

.sp-br {
  display: none;
}

@media screen and (max-width:768px) {
  .sub-conro {
    text-decoration: none;
    clear: both;
    margin: auto;
    text-align: left;
  }
  .pickup li {
    display: block;
    margin: auto;
    text-align: center;
    width: 48%;
  }
  .pickup li p {
    text-align: left;
    margin: auto;
  }
  .sp-br {
    display: block;
  }
}


/*-------------------------------
--------------------------------*/

.pickup {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 50px;
  font-size: 14px;
  line-height: 1.8em;
}

.pickup03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1.8;
  letter-spacing: 0;
}

.pickup-god {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  font-size: 12px;
  line-height: 1.8em;
  vertical-align: top;
}

.pickup03left {
  width: 40%;
}

.pickup03right {
  width: 53%;
}

.pickup03right p {
	
	
  display: block;
  margin: 5px 0 10px 0;
	font-size: 1.2em;
}

.pickup-box-samo .pickup03right p {
margin-top:0;
}

.pickup-area {
	display: block;
border: solid;
    border-width: 1px;
  
  padding: 30px 60px 0;
	margin-bottom: 30px;
 border-radius: 20px;


}
@media screen and (max-width: 490px) {
  .pickup-area {
    padding: 25px 25px 0px;
  }
}

h5.pickuptitle {
  color: #F2A35E;
  font-size: 20px;
}

.pick-ex {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #777;
  font-size: 11px;
}

@media screen and (max-width: 490px) {
  h5.pickuptitle {
    padding-bottom: 10px;
  }
}

.icon-kirei, .icon-time, .icon-eco {
  position: relative;
  padding-left: 15px;
}

.icon-kirei:before, .icon-time:before, .icon-eco:before {
  position: absolute;
  background-image: url(../img/quality/icon_01.png);
  background-size: contain;
  content: "";
  width: 20px;
  height: 20px;
  left: -10px;
  top: 2px;
}

.icon-time:before {
  background-image: url(../img/quality/icon_02.png);
}

.icon-eco:before {
  background-image: url(../img/quality/icon_03.png);
}

@media screen and (max-width: 768px) {
  /*#pick-shokusen {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  #pick-conro, #pick-samo {
    margin-bottom: 50px;
  }*/
  .pickup-god {
    display: block;
    flex-wrap: nowrap;
  }
  .pickup03 li {
    margin: 0 5px;
  }
  .pickup03left {
    display: block;
    width: 100%;
    margin: auto;
    text-align: center;
  }
  .pickup03left p {
    text-align: left;
  }
  .pickup03right {
    display: block;
    width: 100%;
    margin-top: 3.7em;
    margin-left: 1.2em;
    margin: auto;
    text-align: left;
  }
  .pickup03right li {
    margin-top: 25px;
    display: block;
  }
  .pick-min {
    display: block;
    padding-top: 5px;
  }
}


/*-------------------------------
--------------------------------*/

.pickup-god div {
  display: inline-block;
margin: auto;
    vertical-align: middle;
}

.sub-comment {
  font-size: 16px;
  display: block;
  padding-bottom: 1.0em;
  line-height: 1.6em;
}

.pick-min {
  font-weight: bold;
  display: block;
  font-size: 14px;
  padding-top: 2px;
}

@media screen and (max-width: 490px){
.sub-comment{font-size: 14px;}
}


/*------------- セキュリティ --------------*/


/*#security h5 {
	text-align: center;
	border-bottom: 1px solid #999;
	padding: 10px;
	width: 90%;
	margin: auto;
	margin-bottom: 12px;
	}
#security p {
	width: 90%; margin: auto;}
#security .list-row2 li {
	text-align:left;
	margin: 0 1% 30px;
	width: 45%;
	}

@media screen and (max-width: 768px) {
	#security .list-row2 li {
	width: 48%;
	}
}*/

.attention-samo {
  font-weight: 200;
  font-size: 11px;
  color: #B1B1B1;
  line-height: 1.5em;
  display: block;
  padding-top: 1.2em;
}

.conro {
  width: 100%;
}

.attention2 {
  font-size: 0.8em;
  margin-top: 50px;
  padding-top: 10px;
  padding-bottom: 20px;
  line-height: 1.6;
}

.pickup-conro {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  ;
  text-align: center;
  margin: 2%;
}

.pickup-conro li {
  width: 32%;
  text-align: left;
  padding: 0.5%;
}

@media screen and (max-width:768px) {
  .pickup-conro li {
    width: 49.5%;
    margin-top: 2.5em;
    padding: 1.0%;
  }
  .pickup-conro li p {
    text-align: left;
  }
}

.pickup-conro li .conro {
  width: 100%;
}

.pickup-right {
  display: block;
  width: 60%;
}

@media screen and (max-width:768px) {
  .pickup-right {
    width: 100%;
  }
}

.pickup-left {
  display: block;
  width: 40%;
  padding-top: 1.0vw;
}

@media screen and (max-width:768px) {
  .pickup-left {
    width: 100%;
  }
}

.sub-conro2 {
  font-size: 0.8vw;
  font-weight: 700;
}

@media screen and (max-width:768px) {
  .sub-conro2 {
    font-size: 1.2em;
    padding-bottom: 1.0em;
  }
}


/*--------------------
シェアクラ
----------------------*/

.wrapper-share {
  width: 95%;
  max-width: 960px;
  padding: 3%;
  border: 1px solid #999;
  margin: auto;
}

#flow {
  margin: 50px auto;
}

.share-pt-title, .share-fl-title {
  width: 100%;
  background: #E73268;
  padding-left: 15px;
  padding-top: 4px;
  margin: 0;
  text-align: left;
}

.share-pt-title img {
  width: 30%;
}

.share-fl-title img {
  width: 21%;
}

.share-pt-box {
  background: #E73268;
  border-radius: 15px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 2px 3px 3px;
}

.share-pt-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 10px 0;
  background: #FFF;
  border-radius: 0px 0px 15px 15px / 0px 0px 15px 15px;
}

.share-fl-list {
  justify-content: space-around;
  padding: 10px 0;
  background: #FFF;
  border-radius: 0px 0px 15px 15px / 0px 0px 15px 15px;
}

.share-pt-list li {
  width: 45%;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid #AAA;
}

@media screen and (min-width: 768px) {
  .share-pt-list li, .share-pt-list li:first-child {
    max-width: none;
    align-items: center;
  }
}
.quality-top {
	display: block;
	padding-top: 4.0vh;

}

.jitsuyou {
	position: relative;
	width: 100%;
	display: block;
	
}
.jitsuyou::after{
    display: block;
    content: " ";
    width: 100%;
    height: 100px;
    max-width: 64px;
    max-height: 51px;
    position: absolute;
    left: 3%;
    background-image: url(../img/cmn/shinanlogo.png);
    background-size: cover;
    bottom: 6%;

}
