@charset "UTF-8";
/* CSS Document */

.feature_title_block {
  position: relative;
  text-align: center;
}
.feature_top_logo {
  position: absolute;
  width: 49.3%;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
}
.section {
  background: #fff;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'メイリオ',"ＭＳ Ｐゴシック", "MS P Gothic",Meiryo,Osaka,sans-serif;
  font-size: 11px;
  line-height: 1.7;
  padding: 0 30px;
}
.section .btn {
  display: inline-block;
  margin-top: 25px;
}
.tab_box {
  background: #fff;
}

.section01 h2,
.section02 h2{
  padding: 0 30px;
}


.btn_back_index{
  background-color: #fff;
  padding: 12px 30px;
  display: block;
}

.btn_back_index img{
  display: block;
  width: auto;
  height: 11px;
}

.btn_back_index.bottom{
  background-color: inherit;
  padding-top: 20px;
}

.section01.recipe{
  background: url(../images/common/bg.png);
}

.section01 p{
  line-height: 2.0;
}

.section01 .step05{
  display: block;
  margin-top: 20px;
}

.section01 .restaurant{
  position: relative;
  border: solid 1px #a99344;
  padding: 10px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.section01 .restaurant p{
  margin-top: 10px;
}

.section01 .restaurant img{
  display: block;
  margin-top: -38px;
}

.section01 .text05{
  margin-top: 10px;
}

.section01 span{
  font-weight: bold;
  font-size: 12px;
}

.section01 .used{
  background-color: #fff;
  padding: 20px 20px 30px 20px;
  margin-bottom: 50px;
}

.section01 .used p{
  margin-bottom: 10px;
}

.section01 .used span{
  display: inline-block;
  line-height: 1.4;
  margin-bottom: 8px;
}

.section01 .used .use_img{
  margin-bottom: 16px;
  width: 159px;
}

.section01 .used .detail{
  margin-top: 14px;
  margin-bottom: 0;
}

.section01 .used .detail.style01{
  display: block;
  margin-top: 14px;
  margin-bottom: 40px;
}

.section01 .point_box{
  position: relative;
  border: solid 1px #a99344;
  margin: 20px 0 20px 23px;
  padding: 15px 15px 15px 53px;
}

.section01 .point_box img:first-child{
  display: block;
  position: absolute;
  top: 5px;
  left: -28px;
  width: 70px;
  height: 70px;
}

.section01 .point_box p{
  color: #8a6c00;
  margin-bottom: 5px;
}

.section01 .explanation{
  line-height: 1.2;
  padding-left: 16px;
}
