@charset "utf-8";
/* アロマレシピ・パソコン版 */
#aromarecipe {
  width: 900px;
  margin: 18px auto 60px;
  text-align: left;
  font-size: 15px;
}
#aromarecipe a {
  color: 333;
}
#aromarecipe h2 {
  font-size: 22px;
  margin-bottom: 1em;
  position: relative;
  padding: 0.75em 1em;
  line-height: 1.4;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, rgba(130, 168, 152, 0.10) 4px, rgba(130, 168, 152, 0.10) 6px);
  border-left: 8px solid #739586;
}
#aromarecipe p {
  line-height: 2em;
  margin-bottom: 1em;
}
#aromarecipe p span {
  font-weight: bold;
  position: relative;
  padding: 0.3em;
}
#aromarecipe img {
  margin-bottom: 1em;
}
#aromarecipe .aromarecipe_sec01 {
  position: relative;
}
#aromarecipe .aromarecipe_first_til {
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 0.5em;
  border-bottom: 1px dotted rgba(128, 128, 128, 0.40);
  line-height: 1.6em;
  padding-left: 0.25em;
  padding-right: 0.25em;
  padding-bottom: 0.5em;
}
#aromarecipe .aromarecipe_sec01 #aromarecipe_label {
  display: flex;
  margin-bottom: 2em;
}
#aromarecipe .aromarecipe_sec01 #aromarecipe_label .aromarecipe_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_sec01 .aromarecipe_btn {
  color: #739586;
  padding: 1.2em 4.8em 1.3em 3em;
  background-color: #FFFFFF;
  font-size: 16px;
  border: 1px solid #739586;
  border-radius: 50px;
  background-image: url(https://gigaplus.makeshop.jp/aromastore/images/enjoyaromatherapy/arrow.png);
  background-position: 90% 50%;
  background-size: 16px auto;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-box-shadow: 0.5px 0.5px 3px 1px rgba(115, 149, 134, 0.40);
  box-shadow: 0.5px 0.5px 3px 1px rgba(115, 149, 134, 0.40);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 98%;
  text-align: center;
  left: 50%;
}
#aromarecipe .aromarecipe_sec01 .aromarecipe_btn:hover {
  background-color: #739586;
  color: #fff;
  opacity: 1;
  text-decoration: none;
  background-image: url(https://gigaplus.makeshop.jp/aromastore/images/enjoyaromatherapy/arrow-wh.png);
  background-position: 90% 50%;
  background-size: 16px auto;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-box-shadow: 0.5px 0.5px 3px 1px rgba(115, 149, 134, 0.40);
}
#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: 3em;
  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 .tomake {
  clear: both;
  margin-bottom: 4em;
}
#aromarecipe h3 {
  font-size: 20px;
  padding-left: 10px;
  border-bottom: 1px solid #B3B4B7;
  line-height: 1.4em;
  margin-top: 2em;
  margin-bottom: 2em;
  padding-bottom: 0px;
}
#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_list {
  padding: 2em;
}
#aromarecipe li h4 {
  border-bottom: 1px dotted rgba(195, 195, 195, 1.00);
  margin-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1.1em;
}
#aromarecipe .aromarecipe_list li {
  margin-bottom: 3em;
}
#aromarecipe .aromarecipe_list li:last-child {
  margin-bottom: 0;
}
#aromarecipe .aromarecipe_list_img {
  padding: 2em;
  margin-top: 2em;
}
#aromarecipe .aromarecipe_list_img li {
  margin-bottom: 4em;
  position: relative;
}
#aromarecipe .aromarecipe_list_img li:last-child {
  margin-bottom: 0;
}
#aromarecipe .aromarecipe_list_img li h4 {
  margin-bottom: 1.6em;
}
#aromarecipe .aromarecipe_list_img li img {
  float: left;
  padding-right: 2em;
  width: 260px;
  height: auto;
  padding-left: 1em;
}
#aromarecipe .aromarecipe_list_img li .aromarecipe_list_img_btn {
  position: absolute;
  bottom: 16px;
  left: 320px;
  padding: 1em 5em;
  border-radius: 2px;
  background-color: #739586;
  color: #FFFFFF;
}
#aromarecipe .aromarecipe_list_2 {
  padding-right: 32px;
  padding-left: 32px;
  margin-bottom: 32px;
}
#aromarecipe .aromarecipe_list_2 li {
  list-style-type: circle;
  line-height: 2em;
}
#aromarecipe .aromarecipe_sec05 .aromarecipe_treatment_step ol {
  background: linear-gradient(-45deg, transparent 25%, rgba(130, 168, 152, 0.10) 25%, rgba(130, 168, 152, 0.10) 50%, transparent 50%, transparent 75%, rgba(130, 168, 152, 0.10) 75%, rgba(130, 168, 152, 0.10));
  background-clip: border-box;
  background-clip: padding-box;
  background-size: 5px 5px;
  padding: 2em 3em;
  margin-bottom: 32px;
}
#aromarecipe .aromarecipe_sec05 .aromarecipe_treatment_step .aromarecipe_treatment_img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 2em;
}
#aromarecipe .aromarecipe_treatment_step ol li {
  list-style-type: decimal;
  line-height: 2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#aromarecipe .tomake img {
  width: 100%;
}
#aromarecipe .toprepare {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 60px;
  background-color: rgba(211, 211, 211, 0.20);
  padding: 30px;
  border-width: 1px;
}
#aromarecipe .toprepare .toprepare_inner-1 {
  width: 400px;
  float: left;
}
#aromarecipe .toprepare .toprepare_inner-2 {
  padding-right: 30px;
  padding-left: 30px;
  box-sizing: border-box;
  width: 440px;
}
#aromarecipe .toprepare .toprepare_inner-1 img {
  width: 400px;
}
#aromarecipe .toprepare .toprepare_inner-2 .materials-and-tools {
  font-size: 18px;
  margin-bottom: 8px;
}
#aromarecipe .toprepare .toprepare_inner-2 h4 {
  color: #5E5E5E;
  letter-spacing: 2px;
  font-size: 15px;
  margin-bottom: 0px;
}
#aromarecipe .toprepare .toprepare_inner-2 .materials-and-tools-2 {
  margin-bottom: 1.5em;
}
#aromarecipe .toprepare_inner-2 .materials-and-tools-2 li {
  border-bottom: 1px dotted #989898;
  padding-top: 10px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 20px;
}
#aromarecipe .toprepare_inner-2 .materials-and-tools-2 li a {
  font-weight: bold;
  text-decoration: underline;
}
#aromarecipe ol.procedure {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
  background-color: rgba(211, 211, 211, 0.20);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 900px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 16px;
}
#aromarecipe .procedure_point {
  font-size: 1.3em;
  color: #424242;
  border-left: 4px solid #424242;
  margin-bottom: 24px;
  clear: both;
  border-bottom: 1px dotted #A4A4A4;
  padding-right: 18px;
  padding-left: 18px;
  padding-bottom: 2px;
  padding-top: 3px;
}
#aromarecipe .procedure_point span {
  font-size: 14px;
  padding-left: 18px;
}
#aromarecipe .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;
}
#aromarecipe .procedure li .proc_text {
  margin-bottom: 16px;
  margin-top: 10px;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 1.67em;
}
#aromarecipe .tomake .procedure li {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  background-color: #FFFFFF;
  width: 260px;
  margin-left: 13px;
  margin-right: 13px;
  margin-bottom: 24px;
}
#aromarecipe .tomake .procedure li:last-child {
  margin-right: 0;
}
#aromarecipe .recipe-comp {
  margin-bottom: 60px;
}
#aromarecipe .recipe-comp .recipe-comp-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#aromarecipe .recipe-comp .recipe-comp-box .recipe-comp-inner1 {
  width: 50%;
}
#aromarecipe .recipe-comp .recipe-comp-box .recipe-comp-inner2 {
  width: 50%;
  padding-right: 1.25em;
  padding-left: 1.25em;
}
#aromarecipe .recipe-comp-box .recipe-comp-inner1 img {
  width: 100%;
}
#aromarecipe .recipe-comp-box .recipe-comp-inner2 p {
  line-height: 1.67rem;
}
#aromarecipe .recipe-comp-box .recipe-comp-inner2 h4 {
  font-size: 18px;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
}
#aromarecipe .recipe-comp-box .recipe-comp-inner2 a {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 36px;
  border-bottom-width: 1px;
}
#aromarecipe .procedure li .osmanthus_btn {
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: rgba(231, 104, 0, 0.80);
  color: rgba(255, 255, 255, 1.00);
  display: block;
  letter-spacing: 2px;
  border-radius: 3px;
}
#aromarecipe .procedure li .osmanthus_btn a {
  color: #ffffff;
  display: block;
}
#aromarecipe .procedure li .osmanthus_txt {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: 24px;
  line-height: 1.6em;
}
#aromarecipe .procedure li .osmanthus_number {
  color: #333333;
  line-height: 30px;
  text-align: center;
  background-color: #FFFFFF;
  position: absolute;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  padding-left: 10px;
  padding-right: 18px;
  top: 12px;
}
#aromarecipe .osmanthus_point {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 20px;
  color: #424242;
  padding-right: 18px;
  padding-left: 18px;
  padding-bottom: 2px;
  border-left: 4px solid #424242;
  margin-bottom: 24px;
  clear: both;
  border-bottom: 1px dashed #A4A4A4;
}
#aromarecipe .recipe_day {
  clear: both;
}
#aromarecipe .recipe_day p {
  text-align: center;
}
#aromarecipe .recipes_other {
  margin-bottom: 60px;
}
#aromarecipe .recipes_other .recipesOther_til {
  text-align: center;
  background-color: rgba(255, 255, 255, 1.00);
  border: 1px solid rgba(211, 211, 211, 1.00);
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  font-size: 1.1em;
}
#aromarecipe .recipes_other .recipes_other_listbox {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
#aromarecipe .recipes_other .recipes_other_listbox .recipes_other_list {
  width: 300px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 24px 0;
  margin-bottom: 32px;
}
#aromarecipe .recipes_other_listbox .recipes_other_list img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
#aromarecipe .recipes_other_listbox .recipes_other_list .recipes_other_name {
  font-size: 1em;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.10);
  text-align: center;
  padding-top: 0.5em;
  padding-bottom: 1em;
}
#aromarecipe .recipes_other_listbox .recipes_other_list .recipes_other_btn {
  padding: 14px 80px;
  border: 1px solid #8B8B8B;
  text-decoration: none;
  background-image: url(https://gigaplus.makeshop.jp/aromastore/images/top/arrow.png);
  background-repeat: no-repeat;
  background-position: 90% 50%;
  border-radius: 2px;
  font-size: 1em;
}
#aromarecipe .recipes_other_listbox .recipes_other_list .recipes_other_btn:hover {
  text-align: center;
  margin: 0 auto;
  color: #FFFFFF;
  background-color: #ACABAB;
}
#aromarecipe .tomake_simple {
  margin-bottom: 60px;
}
#aromarecipe .tomake_simple .procedure_simple {
  background-color: rgba(211, 211, 211, 0.20);
  padding: 30px 20px;
}
#aromarecipe .tomake_simple .procedure_simple li {
  background-color: rgba(255, 255, 255, 1.00);
  margin-bottom: 8px;
}
#aromarecipe .procedure_simple li .proc_number {
  float: left;
  background-color: rgba(211, 211, 211, 1.0);
  padding: 8px 16px;
  font-weight: bold;
}
#aromarecipe .procedure_simple li .proc_text.cf {
  padding-top: 8px;
  margin-left: 54px;
}
#aromarecipe .tomake_simple .procedure_simple .cf {
  padding-top: 16px;
}
#aromarecipe .recipes_other .recipesOther_til span {
  font-size: 0.6em;
  margin-left: 8px;
}
#aromarecipe .toprepare .toprepare_inner-2 .buy_check {
  font-size: 0.8em !important;
  margin-top: 3em;
}
#aromarecipe .toprepare .toprepare_inner-2 .buy_check::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.2em;
  height: 1.2em;
  background-image: url(https://gigaplus.makeshop.jp/aromastore/images/enjoyaromatherapy/circle-check-solid.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding-right: 5px;
}
#aromarecipe .toprepare_inner-2 .buy_check a {
  text-decoration: underline;
}
#aromarecipe .toback-recipe {
  width: 900px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  text-align: center;
}
#aromarecipe .toback-recipe a {
  padding: 16px 80px;
  border: 1px solid #8B8B8B;
  text-align: center;
  margin: 0 auto;
  color: #333333;
  text-decoration: none;
  background-image: url(https://gigaplus.makeshop.jp/aromastore/images/top/arrow.png);
  background-repeat: no-repeat;
  background-position: 90% 50%;
  border-radius: 4px;
}
#aromarecipe .toback-recipe a:hover {
  text-align: center;
  margin: 0 auto;
  color: #FFFFFF;
  background-color: #ACABAB;
}
#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: 80px;
  margin-top: -80px;
}
#aromarecipe .itemcard {
  border: 1px solid gray;
  display: flex;
  padding: 24px;
  position: relative;
  margin-bottom: 2em;
  margin-top: 2em;
}
#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 .double_row50per {
  width: 100%;
  display: flex;
}
#aromarecipe .double_row50per .double_row50per_content {
  width: 50%;
}
#aromarecipe .blend_point {
  background: linear-gradient(-45deg, transparent 25%, rgba(130, 168, 152, 0.10) 25%, rgba(130, 168, 152, 0.10) 50%, transparent 50%, transparent 75%, rgba(130, 168, 152, 0.10) 75%, rgba(130, 168, 152, 0.10));
  background-clip: border-box;
  background-clip: padding-box;
  background-size: 5px 5px;
  padding: 32px;
  margin-bottom: 32px;
  font-weight: bold;
}
#aromarecipe .blend_point ul {
  font-size: 16px;
  text-align: left;
}
#aromarecipe .blend_point ul li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  counter-increment: num;
  margin-bottom: .5em;
  font-weight: bold;
}
#aromarecipe .blend_point ul li::before {
  width: 1.5rem;
  line-height: 1.5;
  text-indent: 0;
  text-align: center;
  display: inline-block;
  height: 1.5rem;
  margin-right: .2em;
  background: #e2df00;
  box-shadow: 0 0 0 1px #e2df00;
  color: #fff;
  border-radius: 50%;
  content: counter(num);
  transform: scale(.8);
}
#aromarecipe .ingredient-list {
  padding-bottom: 2em;
  padding-left: 3em;
  padding-right: 3em;
}
#aromarecipe .ingredient-list dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
#aromarecipe .ingredient-list dl dd {
  width: 80%;
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px dotted #ccc;
}
#aromarecipe .ingredient-list dl dt {
  width: 20%;
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px dotted #ccc;
  text-align: right;
}
#aromarecipe .recip_theme_box {
  padding-top: 3em;
  padding-bottom: 3em;
  background-size: auto auto;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em;
  background-color: rgba(255, 250, 230, 0.60);
  padding-left: 2em;
  padding-right: 2em;
}
#aromarecipe .recip_theme .recip_theme_box .recip_theme_title {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.8rem;
}
.recip_theme_box .en {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1rem;
  color: #ccd5d9;
}
.recip_theme .recip_theme_box .aromarecipe_blend_ratio {
  display: flex;
  text-align: center;
  justify-content: space-around;
  margin-top: 2em;
  width: 600px;
  padding-left: 120px;
}
.recip_theme_box .aromarecipe_blend_ratio .ratio {
  text-align: left;
  font-size: 16px;
  margin-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 2em;
  box-sizing: border-box;
  position: relative;
}
.recip_theme_box .aromarecipe_blend_ratio .ratio img {
  width: 140px;
  border-radius: 50%;
}
.recip_theme_box .aromarecipe_blend_ratio .ratio a .recipe_theme_btn {
  font-weight: bold;
  font-size: 13px;
  text-decoration: underline;
  letter-spacing: 0.06rem;
  position: absolute;
  bottom: 0;
  right: 1em;
  margin-bottom: 0 !important;
}
.recip_theme .recip_theme_box .recip_theme_box_text {
  text-align: center;
}
.recipe-comp-item .aromarecipe_recipe_btn {
  display: inline-block;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-decoration: none;
  font-size: 1.1em;
  text-align: center;
  background-color: rgba(255, 255, 255, 1.00);
  width: 100%;
  font-weight: bold;
}
#aromarecipe .recip_theme .recip_theme_pre {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.recip_theme .recip_theme_pre .theme_pre_img {
  width: 400px;
}
.recip_theme .recip_theme_pre .theme_pre_img img {
  width: 100%;
}
.recip_theme .recip_theme_pre .theme_pre_txt {
  width: 500px;
  padding-left: 1em;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#aromarecipe .recipe_material {
  padding-left: 2em;
  padding-right: 2em;
  margin-bottom: 4em;
}
#aromarecipe .recipe_material ul {
  padding-top: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#aromarecipe .recipe_material ul li {
  list-style-type: none;
  font-size: 16px;
  text-decoration: underline;
  width: 50%;
  line-height: 2.4em;
}
#aromarecipe .recipe_material ul li a {
  background: url(https://gigaplus.makeshop.jp/aromastore/images/top/arrow.png) 0% 50% no-repeat;
  padding-left: 16px;
  font-weight: bold;
}
#aromarecipe .recipe_material p {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
}
#aromarecipe .recipe_material p:before, #aromarecipe .recipe_material p:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}
#aromarecipe .recipe_material p:before {
  margin-right: 1rem;
}
#aromarecipe .recipe_material p:after {
  margin-left: 1rem;
}
#aromarecipe .recipe_sns {
  background-color: #f7f7f7;
  margin-bottom: 3em;
  margin-left: 2em;
  margin-right: 2em;
  padding-top: 2em;
  padding-right: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#aromarecipe .recipe_sns .recipe_sns_box {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}
#aromarecipe .recipe_sns .recipe_sns_box .sub_txt {
  font-size: 0.9em;
  text-decoration: underline;
}
#aromarecipe .recipe_sns_box a img {
  width: 40px;
  margin-top: 8px;
  margin-bottom: 8px;
}
#aromarecipe .recipe_sns .recipe_sns_box p {
  margin-bottom: 0;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}
#aromarecipe .ingredient-list {
  padding-bottom: 2em;
  padding-left: 3em;
  padding-right: 3em;
}
#aromarecipe .ingredient-list dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
#aromarecipe .ingredient-list dl dd {
  width: 80%;
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px dotted #ccc;
}
#aromarecipe .ingredient-list dl dt {
  width: 20%;
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px dotted #ccc;
  text-align: right;
}
#aromarecipe .arother .arother_box ul {
  display: flex;
  justify-content: space-between;
  padding-left: 0px;
  margin-top: 2em;
  margin-bottom: 2em;
}
#aromarecipe .arother .arother_box ul li {
  width: 30%;
  padding-top: 2em;
  box-sizing: border-box;
  margin-bottom: 40px;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 2em;
  border: 1px solid #B3B4B7;
}
#aromarecipe .arother .arother_box ul li img {
  width: 100%;
  margin-bottom: 0px;
  height: 180px;
  object-fit: cover;
}
#aromarecipe .arother .arother_box ul li .another_itemname {
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 8px;
}
#aromarecipe .arother .arother_box ul li .another_itemtext {
  line-height: 1.6rem;
  height: 110px;
}
#aromarecipe .arother .arother_box ul li a {
  background: url(https://gigaplus.makeshop.jp/aromastore/images/top/arrow.png) 90% 50% no-repeat;
  border-bottom: 1px solid #DDD;
  color: #111;
  display: block;
  border: 1px solid #B3B4B7;
  line-height: 44px;
  text-align: center;
  background-color: #FFFFFF;
}
#aromarecipe .recipe_material2 {
  border: 1px dotted #505050;
  margin-top: 2em;
  margin-right: 2em;
  margin-left: 2em;
  margin-bottom: 3em;
  padding: 2% 3%;
}
#aromarecipe .recipe_material2 a {
  font-weight: bold;
  background-image: url(https://gigaplus.makeshop.jp/aromastore/images/top/arrow.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  padding-right: 24px;
  display: inline-block;
}
#aromarecipe .recipe-comp .recipe-comp-box .recipe-comp-inner2 {
  width: 48%;
  padding-right: 3%;
  padding-left: 3%;
  box-sizing: border-box;
  padding-top: 3%;
  padding-bottom: 3%;
}
#aromarecipe .recipe-comp-box .recipe-comp-inner2 p {
  line-height: 1.67rem;
}
#aromarecipe .recipe-comp-inner2 .recipe-comp-item .aromarecipe_recipe_btn {
  font-size: 16px;
}
#aromarecipe .recipe-comp .recipe-comp-box .recipe-comp-inner2 {
  width: 48%;
  padding-right: 3%;
  padding-left: 3%;
  box-sizing: border-box;
  padding-top: 3%;
  padding-bottom: 3%;
}
#aromarecipe .recipe-comp-item p {
  margin: 8px;
  padding: 0;
  font-size: 20px;
  line-height: 2rem;
  font-weight: bold;
}
#aromarecipe .recipe-comp-inner2 .recipe-comp-item .aromarecipe_recipe_btn {
  font-size: 16px;
}
#aromarecipe .recipe-comp-box .recipe-comp-inner2 a {
  font-weight: bold;
  font-size: 16px;
  line-height: 52px;
  display: inline-block;
  width: 100%;
  text-align: center;
  border: 1px solid #505050;
  margin-top: 24px;
  background-image: url(https://gigaplus.makeshop.jp/aromastore/images/top/arrow.png);
  background-position: 90% 50%;
  background-repeat: no-repeat;
}