#aromarecipe {
  width: 900px;
  margin: 16px auto 80px;
}
#aromarecipe p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 1em;
}
#aromarecipe img {
  margin-bottom: 16px;
}
#aromarecipe .aromarecipe__header {
  position: relative;
  margin-bottom: 3.2em;
}
#aromarecipe .aromarecipe__header .aromarecipe_title {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.6em;
  padding-left: 0.25em;
  padding-right: 0.25em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  position: relative;
  font-family: ヒラギノ明朝 Pro W3, Hiragino Mincho Pro, 游明朝, Yu Mincho, 游明朝体, YuMincho, ＭＳ Ｐ明朝, MS PMincho, serif;
}
#aromarecipe .aromarecipe__header .aromarecipe_title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: repeating-linear-gradient(-45deg, #dddddd, #dddddd 2px, white 2px, white 4px);
}
#aromarecipe h2 {
  font-size: 1.8em;
  /*position: relative;*/
  padding: 0.3em;
  font-family: ヒラギノ明朝 Pro W3, Hiragino Mincho Pro, 游明朝, Yu Mincho, 游明朝体, YuMincho, ＭＳ Ｐ明朝, MS PMincho, serif;
  background-color: #f5f5f5;
  border-left: 4px solid #B1B1B1;
  margin-top: 32px;
  margin-bottom: 16px;
}
#aromarecipe h3 {
  font-size: 1.5em;
  padding-left: 10px;
  line-height: 1.6;
  font-family: ヒラギノ明朝 Pro W3, Hiragino Mincho Pro, 游明朝, Yu Mincho, 游明朝体, YuMincho, ＭＳ Ｐ明朝, MS PMincho, serif;
  letter-spacing: 0.06rem;
  margin-top: 24px;
  margin-bottom: 16px;
  text-decoration: underline;
}
.aromarecipe__header .label {
  display: flex;
}
.aromarecipe__header .label .tag {
  background-color: rgba(192, 192, 192, 1.00);
  color: rgba(255, 255, 255, 1.00);
  margin-right: 1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
#aromarecipe .aromarecipe__index {
  border: 1px solid rgba(204, 204, 204, 1.00);
  border-radius: 2px;
  padding: 1.25em;
  width: 92%;
  text-align: left;
  margin-top: 3em;
  margin-bottom: 4em;
  margin-left: auto;
  margin-right: auto;
}
#aromarecipe .aromarecipe__index p {
  border-bottom: 1px dashed rgba(204, 204, 204, 1.00);
  margin-bottom: 1em;
  padding-bottom: 16px;
  font-size: 18px;
  padding: 0 .5em .75em;
}
#aromarecipe .aromarecipe__index p::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("https://gigaplus.makeshop.jp/aromastore/images/enjoyaromatherapy/list-solid.svg");
  background-size: contain;
  vertical-align: middle;
  padding-bottom: 2px;
  background-repeat: no-repeat;
  margin-right: 0.5em;
}
#aromarecipe .aromarecipe__index ol {
  counter-reset: li;
}
#aromarecipe .aromarecipe__index ol li {
  font-size: 16px;
  margin-left: 2.3em;
  padding-left: 0.5em;
  position: relative;
  letter-spacing: 0.04em;
  line-height: 1.7em;
}
#aromarecipe .aromarecipe__index ol li::before {
  border-right: 1px solid;
  counter-increment: li;
  content: counters(li, "-") " ";
  display: block;
  letter-spacing: -.1px;
  line-height: 1.1;
  padding: 0 0.5em 0 0;
  position: absolute;
  right: calc(100% + 0.5em);
  top: 0.25em;
  -webkit-transform: scale(.95);
  transform: scale(.95);
  white-space: nowrap;
  width: auto;
}
#aromarecipe .aromarecipe__index ol li ol {
  padding-left: 0.25em;
}
#aromarecipe .aromarecipe__index ol ol li {
  font-size: 0.9em;
}
#aromarecipe .aromarecipe__index ol ol li::before {
  opacity: .75;
}
#aromarecipe .aromarecipe-main {
  margin-bottom: 40px;
}
.essentialoil_list {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
  padding-top: 24px;
  padding-bottom: 24px;
}
.essentialoil_list li {
  width: 19%;
  box-sizing: border-box;
  border: 1px solid #f5f5f5;
  margin-right: 8px;
  border-radius: 8px;
  margin-bottom: 16px;
}
.essentialoil_list li img {
  width: 100%;
}
#aromarecipe .essentialoil_list .essentialoil_list_txt {
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 1.6;
  padding-top: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  height: 100px;
}
.essentialoil_list h4 {
  font-size: 0.9rem;
  text-align: center;
}
.essentialoil_list li .essentialoil_list_btn {
  font-size: 1.2em;
  display: block;
  border-radius: 4px;
  background-color: #FF8C00;
  color: #FFFFFF;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
#aromarecipe .itemcard {
  border: 1px solid gray;
  display: flex;
  padding: 24px;
  position: relative;
  margin-bottom: 3em;
  margin-top: 3em;
}
#aromarecipe .itemcard .itemcard_til {
  position: absolute;
  background-color: #FFFFFF;
  top: -13px;
  font-size: 1em;
  padding-left: 24px;
  padding-right: 16px;
}
#aromarecipe .itemcard .itemcard_thumb {
  width: 160px;
  margin-right: 24px;
}
#aromarecipe .itemcard .itemcard_thumb img {
  width: 160px;
  margin-bottom: 0px;
}
#aromarecipe .itemcard .itemcard_body p {
  font-size: 14px;
  margin-bottom: 0px;
  margin-top: 8px;
}
#aromarecipe .content_bottom_btn {
  margin-top: 3em;
  margin-bottom: 3em;
  display: flex;
  justify-content: space-around;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #007E65;
}
#aromarecipe .content_bottom_btn .content_bottom_btn_toback {
  width: 50%;
  border-right: 1px solid #111;
}
#aromarecipe .content_bottom_btn .content_bottom_btn_toback a {
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 52px;
  display: block;
  background-image: url(https://gigaplus.makeshop.jp/aromastore/images/enjoyaromatherapy/recipe84/arrow_left.png);
  background-repeat: no-repeat;
  background-position: 5% 50%;
  background-color: #f5f5f5;
}
#aromarecipe .content_bottom_btn .content_bottom_btn_toforward {
  width: 50%;
  text-align: center;
}
#aromarecipe .content_bottom_btn .content_bottom_btn_toforward a {
  font-weight: bold;
  text-decoration: none;
  line-height: 52px;
  display: block;
  background-image: url(https://gigaplus.makeshop.jp/aromastore/images/top/arrow.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-color: #f5f5f5;
}
.craft_list {
  background-color: #EDEDED;
  width: 80%;
  padding: 40px;
  margin-top: 32px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
}
.craft_list li {
  line-height: 2em;
  border-bottom: 1px dotted #D4D4D4;
  padding-left: 24px;
  padding-bottom: 0px;
  padding-top: 3px;
  text-align: left;
  font-size: 1rem;
}
.craft_list ul li::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(https://gigaplus.makeshop.jp/aromastore/images/news/check-icon.png) no-repeat;
  background-size: contain;
  margin-right: 8px;
}
.tomake {
  background-color: #f5f5f5;
  padding-top: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  margin-bottom: 40px;
  margin-top: 40px;
}
.tomake .procedure {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  box-sizing: border-box;
}
.tomake .procedure li {
  position: relative;
  width: calc(25% - 20px);
  box-sizing: border-box;
  margin: 10px;
  background-color: #FFFFFF;
  border-radius: 8px;
}
.tomake .procedure li .proc_img {
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.tomake .procedure li .proc_number {
  color: #333333;
  line-height: 32px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.80);
  position: absolute;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 1.5rem;
  padding-left: 16px;
  padding-right: 16px;
  border-top-left-radius: 8px;
}
.procedure li .proc_text {
  padding-left: 1em;
  padding-right: 1em;
  line-height: 1.6 !important;
  font-size: 15px !important;
}
.recipe_card_2_box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 3em;
}
.recipe_card_2_box .recipe_card_2 {
  background-color: #f7f7f7;
  width: 46%;
  padding-left: 3em;
  padding-top: 2em;
  padding-right: 3em;
  padding-bottom: 2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-top: 1em;
  margin-bottom: 1em;
  box-sizing: border-box;
  margin-left: 2%;
  margin-right: 2%;
}
.recipe_card_2_box .recipe_card_2 h4 {
  margin-bottom: 8px;
  text-align: left;
  font-size: 1.1rem;
}
.recipe_card_2_box .recipe_card_2 .recipe_card_2_inner {
  padding-left: 1px;
  padding-right: 5px;
  font-size: 1rem;
}
.recipe_card_2 .recipe_card_2_inner ul {
  margin-left: 2em;
}
.recipe_card_2_inner ul li {
  list-style-type: circle;
  line-height: 2em;
  text-align: left;
}
.recipe_card_2_box .recipe_card_2 img {
  width: 100%;
  height: 246px;
  object-fit: cover;
}
#index-id0, #index-id1, #index-id2, #index-id3, #index-id4, #index-id5, #index-id6, #index-id7, #index-id8, #index-id9, #index-id10, #index-id11, #index-id12, #index-id13, #index-id14, #index-id15, #index-id16, #index-id17 {
  padding-top: 50px;
  margin-top: -50px;
}