/*----------------------------------------------
	ご来店から商品ご購入までの流れ
-----------------------------------------------*/
#visit{
	width:100%;
	text-align:center;
	padding-bottom:40px;
}

.visit_title{
	font-size:26px;
	color:#fff;
	font-weight:bold;
	width:980px;
	margin:0 auto;
	position:relative;
	display:inline-block;
}

.visit_number{
	display:flex;
	padding:20px 0;
	width:980px;
	margin:0 auto;
}

.visit_number_content{
	border-radius: 40px;/*角丸*/
	width:150px;
	height:150px;
	background:#fff;
	padding:20px;
	margin:0 20px;
}

.visit_number_content_title{
	font-size:20px;
	border-bottom:dotted 2px #000;
	padding:5px 0 0 0;
	color:#333;
}

.visit_number_content_text{
	padding:15px 0 0 0;
	font-size:14px;
	color:#333;
}

.triangle{
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #fff;
	margin:74px 0;
	opacity:0.7;
}

.visit_text{
	color:#fff;
	font-size:120%;
}

.visit_number_content_text a{
	text-decoration:none;
	font-weight:bold;
	color:#230791;
}

.visit_number_content_text a:hover{
	opacity:0.8;
}

.dot-text {
	text-emphasis: filled circle white;
	-webkit-text-emphasis: filled circle white;
}

.visit_bottom_border{
	border-bottom:solid 1px #fff;
	height:6px;
	width:980px;
	margin:20px auto 0 auto;
}

/*----------------------------------------------
		お客様満足度リンク
-----------------------------------------------*/
#review{
	text-align:center;
	margin:0px auto 40px auto;
}

.review_title{
	font-size:40px;
	font-family:serif;
	font-weight:bold;
}

.review_link{
	border-radius:20px;/*角丸*/
	background:#230791;
	padding:10px 100px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

.review_link:hover{
	opacity:0.8;
}

/*----------------------------------------------
	　　全メーカーから寝具をご提案
-----------------------------------------------*/

/*staff_negative*/
.staff_negative img{
	width:800px;
	margin:0 auto;
	display:inherit;
}

.staff_negative_text {
	position: relative;
	display: inline-block;
	margin: 20px auto;
	padding: 20px 0;
	width:750px;
	color: #fff;
	background: #230791;
	text-align:center;
	display:inherit;
}

.staff_negative_text:before {
	content: "";
	position: absolute;
	top: -28px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #230791;
}

.staff_nagetive_text p {
  margin: 0;
  padding: 0;
}

/*woman_negative*/
.woman_negative{
	display:flex;
	width:760px;
	margin:0 auto;
}

.woman_negative_text {
	position: relative;
	margin: 20px 20px 0 0;
	padding: 20px;
	background: #ccc;
	border-radius: 30px;
	height:50px;
}

.woman_negative_text:before {  
	content: "";
	position: absolute;
	right: -38px;
	width: 13px;
	height: 12px;
	bottom: 0;
	background: #ccc;
	border-radius: 50%;
}

.woman_negative_text:after {
	content: "";
	position: absolute;
	right: -24px;
	width: 20px;
	height: 18px;
	bottom: 3px;
	background: #ccc;
	border-radius: 50%;
}
.woman_negative_text p {
	margin: 0; 
	padding: 0;
}

.woman_negative img{
	width:200px;
}


/*staff_positive*/
.staff_positive{
	margin:40px 0;
}

.staff_positive_title{
	text-align:center;
	font-family:serif;
	margin:0 auto 20px auto;
	font-weight:bold;
	border-top:solid 1px #000;
	border-bottom:solid 1px #000;
	width:750px;
	padding:20px 0;
	font-size:160%;
}

.staff_word{
	display:flex;
	width:750px;
	margin:0 auto;
}

.staff_word img{
	width:350px;
}

.staff_word div{
	width:380px;
	position: relative;
	padding:20px;
	border-bottom: 3px solid #000;
	border-left: 3px solid #000;
	border-radius: 0 0 0 20px;
	height:200px;
	background:#fff;
}

.staff_word div:before {
  position: absolute;
  left: -31px;
  bottom: 18px;
  width: 0;
  height: 0;
  content: '';
  border-width: 30px 0 0 30px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}

.staff_word div:after {
  position: absolute;
  left: -25px;
  bottom: 21px;
  width: 0;
  height: 0;
  content: '';
  border-width: 25px 0 0 25px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.staff_word div span{
	color:#230791;
	font-weight:bold;
}




/*-----------------------------------------------------

　　　　　　　　　　レスポンシブ対応

------------------------------------------------------*/
/*----------------------------------------------
	ご来店から商品ご購入までの流れ
-----------------------------------------------*/
@media only screen and (max-width: 1030px) {
#visit{
	padding:30px 0 0 0;
}

.visit_title{
	width:100%;
}

.visit_title:before, .visit_title:after{
	width:0;
}

.visit_bottom_border{
	width:0;
}

.visit_number{
	display:block;
	width:100%;
	padding:10px 0;
}

.visit_number_content{
	border-radius:10px;
	width:70vw;
	height:auto;
	margin:0 auto;
	padding:10px;
}

.visit_number_content_title{
	padding:0 0 5px 0;
	font-weight:bold;
	font-size:100%;
}

.visit_number_content_text{
	padding:10px 0 0 0;
}

.triangle{
	border-top: 15px solid #000;
	border-bottom: 15px solid transparent;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	margin: 5px auto -10px auto;
	width: 0;
}
}

@media only screen and (max-width: 700px) {
.visit_text{
	padding:0 20px;
}
}

@media only screen and (max-width: 500px) {

.visit_title{
	font-size:130%;
}

.visit_number_content{
	width:85%;
}

.visit_text{
	font-size:100%;
}

}


/*----------------------------------------------
		お客様満足度リンク
-----------------------------------------------*/
@media only screen and (max-width: 650px) {
.review_title{
	font-size:160%;
}
}

@media only screen and (max-width: 430px) {
.review_title{
	font-size:140%;
}

.review_link{
	padding:10px 50px;
}
}

/*----------------------------------------------
	　　全メーカーから寝具をご提案
-----------------------------------------------*/
@media only screen and (max-width: 830px) {
.staff_negative img{
	width:100%;
}

.staff_negative_text{
	padding:10px;
	width:90%;
}

.woman_negative{
	width:540px;
}

.woman_negative_text{
	height:70px;
	width:300px;
}

.staff_positive_title{
	width:90%;
	font-size:140%;
}

.staff_word{
	width:625px;
}

.staff_word img{
	width:320px;
}

.staff_word div{
	width:250px;
	height:250px;
}

}

@media only screen and (max-width: 650px) {
.staff_word{
	width:100%;
	position:relative;
	height:450px;
}

.staff_word img{
	position:absolute;
	bottom:0;
	right:0; left:0; margin:auto;
}

.staff_word div{
	position:absolute;
	top:0;
	right:0; left:0; margin:auto;
	width:80%;
	height:30%;
}

.staff_word div:before {
	left: 380px;
	bottom: -22px;
	border-width: 21px 21px 0 0;
}

.staff_word div:after {
	left: 384px;
	bottom: -14px;
	border-width: 16px 16px 0 0;
}

}

@media only screen and (max-width: 600px) {

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

.woman_negative_text{
	height:70px;
	width:85%;
	margin:0 auto;
}

.woman_negative_text:after{
	right:60px;
	bottom:-30px;
}

.woman_negative_text:before{
	right:90px;
	bottom:-50px;
}

.woman_negative img{
	margin:20px auto 0 auto;
	display: inherit;
}

}

@media only screen and (max-width: 595px) {
.staff_word{
	height:480px;
}

.staff_word div{
	height:34%;
}

}

@media only screen and (max-width: 500px) {
.staff_word div:before {
	left: 300px;
}

.staff_word div:after {
	left: 304px;
}

}

@media only screen and (max-width: 474px) {
.staff_word{
	height:580px;
}

.staff_word div{
	height:43%;
}

}

@media only screen and (max-width: 420px) {
.staff_word div:before {
	left: 230px;
}

.staff_word div:after {
	left: 234px;
}

}

@media only screen and (max-width: 381px) {
.staff_positive_title{
	font-size:120%;
}
}

@media only screen and (max-width: 372px) {
.staff_word{
	height:560px;
}

.staff_word div{
	height:46%;
}

.staff_word img{
	width:280px;
}

}

@media only screen and (max-width: 332px) {
.staff_word{
	height:600px;
}

.staff_word div{
	height:52%;
}

.staff_positive_title{
	font-size:100%;
}

}

@media only screen and (max-width: 310px) {
.staff_word{
	height:580px;
}

.staff_word div{
	height:55%;
}

.staff_word img{
	width:250px;
}
}

@media only screen and (max-width: 300px) {
.staff_word div:before {
	left: 200px;
}

.staff_word div:after {
	left: 204px;
}
}