#aromarecipe {
  width: 900px;
  margin: 18px auto 60px;
  text-align: left;
  font-size: 15px;
}
#aromarecipe a {
  color: 333;
}
#aromarecipe h2 {
  font-size: 22px;
  margin-top: 2em;
  margin-bottom: 2em;
  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 {
  font-size: 16px;
  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-top: 1.2em;
  padding-right: 2.8em;
  padding-left: 1.8em;
  padding-bottom: 1.2em;
  background-color: #FFFFFF;
  font-size: 16px;
  border: 1px solid #739586;
  border-radius: 50px;
  box-shadow: 0.5px 0.5px 3px 1px rgba(115, 149, 134, 0.40);
  position: absolute;
  top: 98%;
  left: 50%;
  text-align: center;
  background-image: url(https://gigaplus.makeshop.jp/aromastore/images/enjoyaromatherapy/arrow.png);
  background-position: 96% 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_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: 96% 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-size: auto;
  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;
  padding: 0;
}
#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::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.75em;
  width: 15px;
  height: 15px;
  background-image: url(https://gigaplus.makeshop.jp/aromastore/images/enjoyaromatherapy/circle-check-solid.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#aromarecipe ol.procedure {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
  background-color: rgba(239, 239, 239, 0.60);
  -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: 40%;
}
#aromarecipe .recipe-comp .recipe-comp-box .recipe-comp-inner2 {
  width: 54%;
  padding-right: 30px;
  padding-left: 30px;
}
#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 .recipe-comp-item {
  padding: 10px 20px;
}
#aromarecipe .recipe-comp-box .recipe-comp-inner2 h4 {
  font-size: 15px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
#aromarecipe .recipe-comp-box .recipe-comp-inner2 a {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 36px;
  border-bottom-width: 1px;
}
#aromarecipe .recipe-comp-item h4 span {
  font-size: 1.1rem;
  letter-spacing: 1px;
}
#aromarecipe .recipe-comp-item {
  position: relative;
  padding: 0.25em 1em;
  margin-top: 16px;
  margin-right: 24px;
  margin-left: 24px;
  margin-bottom: 16px;
  top: 0;
  text-align: center;
}
#aromarecipe .recipe-comp-item p a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.75em;
  width: 1em;
  height: 1em;
  background-image: url(https://gigaplus.makeshop.jp/aromastore/images/enjoyaromatherapy/circle-check-solid.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#aromarecipe .recipe-comp-item:before, .recipe-comp-item:after {
  position: absolute;
  top: 0;
  content: '';
  width: 10px;
  height: 100%;
  display: inline-block;
  box-sizing: border-box;
}
#aromarecipe .recipe-comp-item:before {
  border-left: solid 1px #333333;
  border-top: solid 1px #333333;
  border-bottom: solid 1px #333333;
  left: 0;
}
#aromarecipe .recipe-comp-item:after {
  border-top: solid 1px #333333;
  border-right: solid 1px #333333;
  border-bottom: solid 1px #333333;
  right: 0;
}
#aromarecipe .recipe-comp-item p {
  margin: 8px;
  padding: 0;
  text-decoration: underline;
  text-align: center;
}
#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-size: auto;
  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 #index_id0 {
  margin-top: 1px;
}
#aromarecipe h4 {
  font-size: 18px;
  padding-bottom: 24px;
  padding-top: 24px;
}
#aromarecipe .floralwater_list ol {
  border: 1px dotted gray;
  width: 90%;
  padding: 4em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
#aromarecipe .floralwater_list ol li {
  margin-bottom: 1em;
  list-style-type: circle;
  line-height: 1.8rem;
}
#aromarecipe .floralwater_list ol li:last-child {
  margin-bottom: 0;
}
#aromarecipe .prnx_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2em;
  width: 100%;
  height: 100px;
  font-weight: bold;
}
#aromarecipe .prnx_box .prnx.pr {
  width: 50%;
}
#aromarecipe .prnx_box .prnx.pr::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.75em;
  width: 15px;
  height: 15px;
  background-image: url(https://gigaplus.makeshop.jp/aromastore/images/top/arrow-left.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
#aromarecipe .prnx_box .prnx.nx {
  width: 50%;
  text-align: right;
}
#aromarecipe .prnx_box .prnx.nx::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.75em;
  width: 15px;
  height: 15px;
  background-image: url(https://gigaplus.makeshop.jp/aromastore/images/top/arrow-right-3.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#aromarecipe .btn_white {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 0.75em 4em;
  border: 1px solid #8B8B8B;
  text-align: center;
  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;
  font-size: 1.1em;
  width: 120px;
}
tbody tr .insect__aroma {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 14px;
}
#aromarecipe .aromarecipe_sec03 .insect__table {}
tbody tr th {
  font-size: 15px;
  background-color: #E4FFF7;
}