@charset "UTF-8";
#order_made #mainimgContent {
    background-image: url(../img/sleep/order_made_mat/pic_mainimg01.png);
}
/*! navigation
------------------------------------------------- */
#order_made #contents .navigation,
#order_made_mat #contents .navigation,
#care #contents .navigation,
#care_mat #contents .navigation {
  margin-bottom: 30px;
}
#order_made #contents .navigation.n02,
#order_made_mat #contents .navigation.n02,
#care #contents .navigation.n02,
#care_mat #contents .navigation.n02 {
	margin-bottom: 0;
}

@media (min-width: 600px) {
  #order_made #contents .navigation,
  #order_made_mat #contents .navigation,
	#care #contents .navigation,
  #care_mat #contents .navigation {
    margin-bottom: 70px;
		border-bottom: 2px solid #6c5211;
  }
}

#order_made #contents .navigation .list .col,
#order_made_mat #contents .navigation .list .col,
#care #contents .navigation .list .col,
#care_mat #contents .navigation .list .col {
	width: 50%;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}

@media (min-width: 600px) {
  #order_made #contents .navigation .list,
  #order_made_mat #contents .navigation .list,
	#care #contents .navigation .list,
  #care_mat #contents .navigation .list {
    margin-right: -2px;
    margin-left: -2px;
  }
  #order_made #contents .navigation .list .col,
  #order_made_mat #contents .navigation .list .col,
	#care #contents .navigation .list .col,
  #care_mat #contents .navigation .list .col {
    padding-left: 2px;
    padding-right: 2px;
		margin-bottom: -2px;
  }
}

#order_made #contents .navigation .list .item.item,
#order_made_mat #contents .navigation .list .item.item,
#care #contents .navigation .list .item.item,
#care_mat #contents .navigation .list .item.item {
  margin-top: 5px;
}

@media (min-width: 600px) {
  #order_made #contents .navigation .list .item.item,
  #order_made_mat #contents .navigation .list .item.item,
	#care #contents .navigation .list .item.item,
  #care_mat #contents .navigation .list .item.item {
    margin-top: 0;
  }
}

#order_made #contents .navigation .list .item .link,
#order_made_mat #contents .navigation .list .item .link,
#care #contents .navigation .list .item .link,
#care_mat #contents .navigation .list .item .link {
  border: 1px solid #6c5211;
  box-sizing: border-box;
  text-align: center;
  display: block;
  font-weight: bold;
  padding-top: 7px;
	padding-bottom: 7px;
  background-color: #fff;
  color: #6c5211;
}

@media (min-width: 600px) {
  #order_made #contents .navigation .list .item .link,
  #order_made_mat #contents .navigation .list .item .link,
	#care #contents .navigation .list .item .link,
  #care_mat #contents .navigation .list .item .link {
    transition: all .3s;
    padding-top: 22px;
		padding-bottom: 22px;
		border-bottom: 2px solid #6c5211;
  }
  #order_made #contents .navigation .list .item .link:hover,
  #order_made_mat #contents .navigation .list .item .link:hover,
	#care #contents .navigation .list .item .link:hover,
  #care_mat #contents .navigation .list .item .link:hover {
		color: #fff;
    background-color: #6c5211;
  }
}

#order_made #contents .navigation .list .item .link.active,
#order_made_mat #contents .navigation .list .item .link.active,
#care #contents .navigation .list .item .link.active,
#care_mat #contents .navigation .list .item .link.active {
  background-color: #6c5211;
  color: #fff;
}

/*! #order_made & #order_made_mat
------------------------------------------------- */
#order_made #contents .flow {
	padding-bottom: 10px;
}
@media (min-width: 600px) {
	#order_made #contents .flow {
		padding-bottom: 30px;
	}
}

#order_made #contents .flow .item{
	background: #fff;
	padding: 25px 20px;
	margin-bottom: 15px;
	position: relative;
}
@media (min-width: 600px) {
	#order_made #contents .flow .item {
		padding: 50px 40px 10px;
		margin-bottom: 40px;
	}
}

#order_made #contents .flow .item .stit {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}
#order_made #contents .flow .item .stit span {
	margin-right: 10px;
	position: relative;
}
#order_made #contents .flow .item .stit.t01 span {
	top: 0;
}
#order_made #contents .flow .item .stit.t02 span {
	top: -10px;
	margin-right: 5px;
}
#order_made #contents .flow .item .stit.t02 span + span {
	top: 0;
}
#order_made #contents .flow .item .stit.t03 span {
	top: -3px;
}

@media (min-width: 600px) {
	#order_made #contents .flow .item .stit {
		font-size: 2.0rem;
		margin-bottom: 30px;
	}
	#order_made #contents .flow .item .stit.t01 span {
		top: 4px;
	}
	#order_made #contents .flow .item .stit.t02 span {
		top: -4px;
	}
	#order_made #contents .flow .item .stit.t02 span + span {
		top: 7px;
	}
	#order_made #contents .flow .item .stit.t03 span {
		top: 3px;
	}
}
#order_made #contents .flow .item .txt {
	text-align: center;
	margin-bottom: 20px;
}
@media (min-width: 600px) {
	#order_made #contents .flow .item .txt {
		margin-bottom: 20px;
	}
}

#order_made #contents .flow .item .box01 .imgClm,
#order_made #contents .flow .item .box02 .imgClm {
	padding-bottom: 20px;
}
@media (min-width: 600px) {
	#order_made #contents .flow .item .box01 {
		padding-bottom: 40px;
	}
	#order_made #contents .flow .item .box01 .imgClm {
		float: left;
		width: 470px;
		padding-bottom: 0;
	}
	#order_made #contents .flow .item .box01 .txtClm {
		float: right;
		width: 440px;
		position: relative;
	}
}

#order_made #contents .flow .item .box02 {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #c7c5c4;
}

@media (min-width: 600px) {
	#order_made #contents .flow .item .box02 {
		padding-top: 40px;
		padding-bottom: 40px;
		margin-top: 0;
	}
	#order_made #contents .flow .item .box02 .imgClm {
		float: right;
		width: 470px;
		padding-bottom: 0;
	}
	#order_made #contents .flow .item .box02 .txtClm {
		float: left;
		width: 440px;
	}
	#order_made #contents .flow .item .box02 + .box02 .imgClm {
		float: left;
	}
	#order_made #contents .flow .item .box02 + .box02 .txtClm {
		float: right;
	}
}

#order_made #contents .flow .item .txtClm p+p {
	padding-top: 20px;
}

@media (min-width: 600px) {
	#order_made #contents .flow .item .txtClm p+p {
		padding-top: 30px;
	}
}

#order_made #contents .flow .item .arw{
	width: 50px;
	position: absolute;
	bottom: -20px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 1;
}

@media (min-width: 600px) {
	#order_made #contents .flow .item .arw{
		width: auto;
		bottom: -30px;
	}
}

#order_made #contents .flow .item .btn a{
	width: auto;
}
#order_made #contents .flow .item .btn a:after{
	position: absolute;
	top: 50%;
	right: 4%;
	display: block;
	content: "";
	width: 7px;
	height: 7px;
	margin: 0;
	border-top: 2px solid #382e2c;
	border-right: 2px solid #382e2c;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	transition: all .6s;
}
#order_made #contents .flow .item .btn a:hover:after{
	border-color: #fff;
}

@media (min-width: 600px) {
	#order_made #contents .flow .item .btn{
		position: absolute;
		bottom: 0;
		right: 0;
	}
	#order_made #contents .flow .item .btn a{
		width: 280px;
		right: 7%;
	}
}