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

#main_visual {
    background-color: #fff;
}
.bg_01{
	background-color: #eee0d0;
}
.bg_02{
	background:url("../images/bg_02.jpg");
}
.bg_03{
	background:url("../images/bg_03.jpg");
}
.bg_04{
	background:url("../images/bg_04.jpg");
}
.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: #2692bd;
}
.recommend_mida3::before{
	border-right: solid 10px #042a4d;
	}
@media (min-width: 769px){
.recommend_mida3::before{
	border-right: solid 20px #042a4d;
	}
}
.idx_mida2 span{
	color: #2692bd;
}
.idx_mida2:before{
	background-color: #2692bd;
}
.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;
}
}
.wid900{
	width: 100%;
	max-width: 900px;
	margin: auto;
}
@media (min-width: 769px){
.whiteday_memory_box{
    padding: 3em 2em;
    margin-right: -40px;
    vertical-align: middle;
	    margin-top: 5%;
}
}

.whiteday_memory_box{
background-color: rgba(255,255,255,0.6);
    padding: 1.5em 1.2em;
	position: relative;
}
#memory_icon01,#memory_icon02{
	position: absolute;
}
#memory_icon01 {
    top: -30px;
    left: -50px;
}
#memory_icon02 {
	bottom: -28px;
    right: 0px;
}
@media (max-width: 768px){
#memory_icon01 {
top: -68px;
    left: -13px;
	}
#memory_icon02 {
bottom: -40px;
    right: -7px;
	}
}

.flow_step{
	background-color: #2692bd;
}
.font_blue{
color: #48b2c6;
    font-weight: bold;
}

.row3_rec {
	width: 450px;
	margin-right: 20px;
}
@media (max-width: 768px){
	.row3_rec {
		margin: 0px;
	}

}


.recommend_book {
  border: solid 2px #ffb03f;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
  margin-top: 2em;
}
.recommend_book li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}
.recommend_book li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  position: absolute;
  left : 1em; 
  color: #ffb03f; 
}
.recommend_book li:after {
  background: #ffb03f;
  color: #fff;
  font-family: "Font Awesome 5 Free",'Avenir','Arial',sans-serif;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 7px;
  content: '\f0a7  おススメ商品';
  letter-spacing: 0.05em;
}


.recommend_book_comment {
position: relative;
    margin: 1.5em auto;
    padding: 7px 10px;
    min-width: 120px;
    width: 100%;
    max-width: 900px;
    color: #555;
    font-size: 16px;
    background: #ffd2d2;
}
.recommend_book_comment:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #ffd2d2;
}

.recommend_book_comment p {
  margin: 0;
  padding: 10px;
}