@charset "utf-8";


.desc {
	font-size: 21px;
	margin: 0 auto;
	text-align:left;
	max-width: 800px;
}
.recipe {
	margin: 0 auto;
	padding:25px 0;
	max-width: 800px;
}
.recipe h3 {
	color: #509636;
	font-size: 18px;
	font-weight: bold;
	line-height: 54px;
	margin: 0 10px;
	position: relative;
}
.recipe h3:after {
	background:#509636;
	content:"";
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	width:60px;
	height:2px;
}
.recipe h3.paprika {
	color: #3f99d5;
}
.recipe h3.paprika:after {
	background:#3f99d5;
}
.recipe p {
	font-size: 14px;
	line-height: 1.6;
	padding: 15px 10px 25px;
}

.recipe-wrap {
  zoom: 1;
}
.recipe-wrap:after {
  clear: both;
  content: '';
  display: block;
}
.recipe-wrap figure{
	float: left;
	width: 45.857%;
}
.recipe-wrap ol{
  counter-reset: my-counter;
  line-height:1.5;
  list-style: none;
  margin-left:51.25%;
}
.recipe-wrap li{
  padding-left: 15px;
  margin-bottom: 10px;
  position: relative;
}
.recipe-wrap li:before {
  background-color: #000;
  border-radius: 50%;
  content: counter(my-counter);
  color: #fff;
  counter-increment: my-counter;
  display: block;
  font-size:10px;
  line-height: 12px;
  text-align: center;
  position:absolute;
  left: 0;
  top: 3px;
  width:12px;
}

.adviser {
  align-items:center;
  border:1px solid #d4d4d4;
  display:flex;
  margin:0 auto 38px;
  padding:10px;
  max-width: 800px;
}

.adviser h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 42px;
  margin-bottom: 15px;
  position: relative;
}
.adviser h3:after {
  background:#ccc;
  content:"";
  display:block;
  position:absolute;
  left:0;
  bottom:0;
  width:50px;
  height:2px;
}

.adviser .txt {
  flex-grow:1;
  padding:0 7.8%;
}

.adviser figure {
  flex-shrink:0;
  width:25.706%;
}

.present {
  background:url(../images/present-bg.png) center center no-repeat;
  padding: 20px 4.20%;
  margin:0 auto;
  text-align:center;
  max-width: 800px;
  min-height:435px;
}
.present-wrap {
  align-items: flex-start;
  display: flex;
  margin-bottom:20px;
}
.present .book {
  flex-shrink:0;
  margin:15px 5.14% 0;
}
.present .book img{
  display:block;
  max-width:177px;
  margin-bottom:10px;
}
.present .txt {
  flex-grow:1;
  /* [add] IE表示崩れ対応 start */
  width: 100%; //
  /* [add] IE表示崩れ対応 end */
}
.present h3 {
  width:76.45%;
  margin:0 auto;
}
.present h4 {
  font-size:16px;
  font-weight: bold;
  line-height:28px;
}
.present h4 span {
  font-size:12px;
}
.present .txt p {
  font-size:14px;
  padding-top: 15px;
  text-align: justify;
}

@media only screen and (max-width: 768px) {
  .desc {
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.5rem;
	padding: 15px 0;
  }
  .present {
	background:none;
	padding: 20px 4.20%;
	margin:0 auto;
	text-align:center;
	max-width: 800px;
	min-height:435px;
  }
}
@media only screen and (max-width: 480px) {
  .recipe-wrap figure{
	float: none;
	width: auto;
  }
  .recipe-wrap ol{
	margin-left:0;
	margin-top:20px;
  }
  .present-wrap {
	flex-direction:column-reverse;
  }
  .present .book {
	flex-shrink:0;
	margin:15px auto 0;
  }
}

