@charset "shift_jis";
/* CSS Document */

#main_visual {
    background-color: #fff;
}
.bg_01{
	background-color: #fffce7;
}
.bg_02{
	background:url("../images/bg_02.jpg");
}
.bg_03{
	background:url("../images/bg_03.jpg");
}
.bg_04{
	background-color: #fffce7;
}
.bg_05{
	background: url(../images/bg_line.jpg) no-repeat;
    background-size: cover;
}

.w_product_bg{
	background-color: #fff;
}
.bg_note {
    background: #fff;
    max-width: 752px;
    margin: 10px auto;
	border: 3px solid #6b3906;
}
.bg_note ul {
 padding: 0px 34px 34px;
}
.recommend_mida3{
	background-color: #ff99a7;
}
.recommend_mida3::before{
	border-right: solid 20px #ff667a;
	}
@media (min-width: 769px){
.recommend_mida3::before{
	border-right: solid 10px #ff667a;
	}
}
.idx_mida2 span{
	color: #e47784;
}
.idx_mida2:before{
	background-color: #e47784;
}
.brown_txt{
	color: #6b3906!important;
}
.font_pink{
	color: #e47784;
	font-weight: bold;
}
.memory_box{
	margin: auto;
	max-width: 700px;
	width: 100%;
}
.line_box{
	    margin: 30px auto;
}
.btn03{
	font-size: 13px;
}

@media (min-width: 768px){
.flow_list li+li:before {
    content: '';
    position: absolute;
    top: 0%;
    left: -15%;
    display: inline-block;
    background: url(../images/yajirushi01_03.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 75px;
    height: 100%;
}}

.bg_foot_border{
	text-align: center;
}
.bg_foot_border img {
    min-width: 500px;
    max-width: 2000px;
    width: 100%;
}
@media (max-width: 568px){
.bg_foot_border{
	display: none;
}
}
.w_product_bg h3 {
    color: #6b3906;
}