#eat_aromarecipes_second {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}
#eat_aromarecipes_second .section p {
  font-size: 16px;
  line-height: 2em;
  margin-bottom: 40px;
}
#eat_aromarecipes_second .section p span {
  font-weight: bold;
  position: relative;
  padding: 0.3em;
}
#eat_aromarecipes_second .section p span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background: repeating-linear-gradient(-45deg, #fbf7bf, #fbf7bf 2px, white 2px, white 4px);
}
#eat_aromarecipes_second img {
  text-align: center;
  margin-bottom: 40px;
  width: 100%;
}
#eat_aromarecipes_second .intro .eat_aromarecipes_second_til {
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 1.2em;
}
#eat_aromarecipes_second .intro img {
  width: 900px;
}
#eat_aromarecipes_second .intro {
  position: relative;
}
#eat_aromarecipes_second .intro .intro_btn {
  display: block;
  text-align: center;
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
  padding: 16px;
  color: #FFFFFF;
  background-color: #739586;
  font-size: 16px;
  border: 2px solid #FFFFFF;
  border-radius: 50px;
  box-shadow: 0.5px 0.5px 3px 1px rgba(115, 149, 134, 0.40);
}
#eat_aromarecipes_second .intro .intro_btn:hover {
  background-color: #FFFFFF;
  color: #739586;
  opacity: 1;
  text-decoration: none;
  border: 2px solid #739586;
}
#eat_aromarecipes_second .section {
  margin-bottom: 60px;
  margin-top: 40px;
}
#eat_aromarecipes_second .section h2 {
  font-size: 22px;
  margin-top: 3em;
  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;
}
#eat_aromarecipes_second .section h3 {
  font-size: 20px;
  padding-left: 10px;
  border-bottom: 1px solid #B3B4B7;
  line-height: 1.4em;
  margin-bottom: 2em;
  padding-bottom: 8px;
}
#eat_aromarecipes_second .section p a {
  text-decoration: underline;
  line-height: 1.8em;
}
#eat_aromarecipes_second .section .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: padding-box;
  background-size: 5px 5px;
  padding: 32px;
  margin-bottom: 32px;
}
#eat_aromarecipes_second .section .blend_point ol {
  font-size: 17px;
  text-align: left;
}
#eat_aromarecipes_second .blend_point ol li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  counter-increment: num;
  margin-bottom: .5em;
  font-weight: bold;
}
#eat_aromarecipes_second .blend_point ol 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);
}
#eat_aromarecipes_second .section .diagram {
  background-color: rgba(237, 242, 245, 0.50);
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
#eat_aromarecipes_second .section .diagram .diagram_box {
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
  padding-left: 7em;
  padding-bottom: 1em;
}
#eat_aromarecipes_second .section .blendtheme {
  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: padding-box;
  background-size: 5px 5px;
  padding: 32px;
  margin-bottom: 32px;
}
#eat_aromarecipes_second .section .blendtheme p {
  margin-bottom: 16px;
}
#eat_aromarecipes_second .section .blendtheme ul {
  font-size: 16px;
  text-align: left;
}
#eat_aromarecipes_second .blendtheme ul li {
  font-weight: bold;
  line-height: 36px;
  list-style-type: disc;
  margin-left: 16px;
}
#eat_aromarecipes_second .section .eat_aromarecipes_second_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;
}
#eat_aromarecipes_second .eat_aromarecipes_second_list ol li {
  font-size: 16px;
  text-align: left;
  list-style-type: decimal;
  padding-left: 8px;
  line-height: 2em;
  margin-bottom: 1.7em;
}
#eat_aromarecipes_second .eat_aromarecipes_second_list ol li:last-child {
  margin-bottom: 0px;
}
#eat_aromarecipes_second .section .itemcard {
  border: 1px solid gray;
  display: flex;
  padding: 24px;
  position: relative;
  margin-bottom: 60px;
}
#eat_aromarecipes_second .section .itemcard .itemcard_til {
  position: absolute;
  background-color: #FFFFFF;
  top: -13px;
  font-size: 1em;
  padding-left: 24px;
  padding-right: 16px;
}
#eat_aromarecipes_second .section .itemcard .itemcard_thumb {
  width: 160px;
  margin-right: 24px;
}
#eat_aromarecipes_second .itemcard .itemcard_thumb img {
  width: 160px;
  margin-bottom: 0px;
}
#eat_aromarecipes_second .itemcard .itemcard_body p {
  font-size: 14px;
  margin-bottom: 0px;
  margin-top: 8px;
}
#eat_aromarecipes_second .section table {
  border: none;
  margin-bottom: 24px;
}
#eat_aromarecipes_second tbody tr th {
  width: 92px;
  border: none;
}
#eat_aromarecipes_second tbody tr th::after {
  content: " : "
}
#eat_aromarecipes_second tbody tr td {
  padding: 10px;
  font-size: 16px;
}
#eat_aromarecipes_second tbody tr:nth-child(odd) {
  background-color: rgba(130, 168, 152, 0.10);
}
#eat_aromarecipes_second tbody tr:nth-child(even) {
  background-color: rgba(196, 221, 239, 0.50);
}
#eat_aromarecipes_second .section .eat_aromarecipes_second_list2 {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#eat_aromarecipes_second .section .eat_aromarecipes_second_list2 p {
  margin-bottom: 8px !important;
}
#eat_aromarecipes_second .section .eat_aromarecipes_second_list2 ul {
  text-align: left;
  margin-bottom: 60px;
}
#eat_aromarecipes_second .eat_aromarecipes_second_list2 ul li {
  font-size: 16px;
  line-height: 1.7em;
  list-style-type: circle;
  margin-left: 40px;
}
/*----------------------------------------------------
    アロマセラピストの香りのある暮らし・後半
----------------------------------------------------*/
input[name='refine-btn-all'] {
  position: relative;
  display: none;
}
input[name='refine-btn-all']:checked + label {
  color: #fff;
  background-color: #007E65;
}
input[name='refine-btn'] {
  position: relative;
  display: none;
}
input[name='refine-btn']:checked + label {
  color: #fff;
  background-color: #007E65;
}
#refine-1:checked ~ .refine-teims:not(.enjoythearoma), #refine-2:checked ~ .refine-teims:not(.faceandbody), #refine-3:checked ~ .refine-teims:not(.minddisorder), #refine-4:checked ~ .refine-teims:not(.bodydisorder), #refine-5:checked ~ .refine-teims:not(.housekeeping), #refine-6:checked ~ .refine-teims:not(.others) {
  display: none;
}
.refine {
  display: flex;
  flex-wrap: wrap;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
  width: 900px;
  background-color: rgba(130, 168, 152, 0.10);
  padding-top: 3%;
  padding-bottom: 6%;
}
.refine-btn, .refine-teims {
  border-style: solid;
  border-width: 1px;
}
.refine-btn {
  font-size: 15px;
  width: calc(100%/7);
  padding: 2% 0;
  text-align: center;
  border-radius: 3px;
  background-color: #fff;
  float: left;
  margin-left: auto;
  margin-right: auto;
  border-color: #FFFFFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .5);
  min-width: 0px;
}
.refine-teims {
  position: relative;
  width: calc(90%/3 - 7px);
  padding: 5px;
  border-color: #ccc;
  background-color: #fff;
  margin-left: 2%;
  margin-bottom: 1%;
}
.refine-teims p {
  margin-top: 0.5em;
  margin-bottom: 2em;
  font-size: 15px;
  text-decoration: none;
  text-align: center;
}
#eat_aromarecipes_second .refine-teims p a {
  color: #111111;
}
ul li .everyday_es {
  margin-top: 331px;
  width: 100%;
}
.refine-tag {
  font-size: 13px;
  position: absolute;
  bottom: 5px;
  display: block;
  width: calc(100% - 10px);
  text-align: center;
  background-color: #eee;
  color: #82A898;
}
.refine-teims.enjoythearoma, p a {
  text-decoration: none;
  color: #333333;
  line-height: 1.2rem;
}
.eat-aromarecipe {
  width: 900px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
  text-align: center;
  margin: 0 auto 6%;
}
.eat-aromarecipe .eat-intro {
  position: relative;
  margin-bottom: 30px;
}
.eat-aromarecipe .eat-intro p {
  padding-top: 5%;
  padding-bottom: 5%;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 18px;
  text-align: left;
  position: absolute;
  top: 163px;
  left: 378px;
  line-height: 1.9rem;
}
.eat-aromarecipe .eat-intro ul {
  width: 900px;
  margin-bottom: 5%;
  margin-top: 50px;
}
.eat-intro ul li {
  width: 22%;
  float: left;
  list-style: none;
  margin-left: -51px;
  margin-right: 69px;
}
.eat-aromarecipe .eat-intro h2 {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 20px;
  text-align: center;
  margin-bottom: 26px;
  margin-top: 30px;
}
.eat-intro ul li:last-child {
  width: 22%;
  float: left;
  list-style: none;
  margin-left: -51px;
  margin-right: 0;
}
.eat-aromarecipe .eat-intro img {
  width: 100%;
  margin-bottom: 50px;
  clear: both;
}
.eat-aromarecipe #eat-start {
  clear: both;
  background-repeat: no-repeat;
}
.eat-aromarecipe #eat-start img {
  margin-top: 5%;
  width: 38%;
}
.eat-aromarecipe #eat-start p {
  font-size: 16px;
  text-align: left;
  line-height: 2em;
  margin-bottom: 1em;
}
.eat-aromarecipe #eat-start .eat-start_sub {
  line-height: 2rem;
  font-size: 20px;
  letter-spacing: 1px;
  text-align: left;
  margin-top: 3.4em;
  margin-bottom: 1em;
  border-bottom: 1px solid gray;
  font-weight: bold;
  padding-bottom: 9px;
  padding-left: 10px;
}
.eat-aromarecipe .refine .recipe-all {
  width: 100%;
  padding-left: 0%;
  margin-bottom: 4%;
}
.eat-aromarecipe .refine .filter {
  width: 100%;
  margin-bottom: 2%;
  color: #758764;
  line-height: 1.3rem;
  font-size: 14px;
  text-align: center;
  display: block;
}
.refine .recipe-all .refine-btn-all {
  font-size: 14px;
  width: 32%;
  text-align: center;
  border-radius: 3px;
  background-color: #DDDDDD;
  float: left;
  border-color: #FFFFFF;
  color: #111;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .5);
  padding: 12px 0;
  margin-top: 24px;
  margin-right: 34%;
  margin-left: 34%;
  margin-bottom: auto;
}
.eat-aromarecipe .recipe-profile-1 {
  width: 100%;
  margin-top: 62px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid gray;
  top: 0pt;
  padding: 2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.eat-aromarecipe .recipe-profile-1 img {
  width: 25%;
  float: left;
  clear: both;
}
.eat-aromarecipe .recipe-profile-1 .title-1 {
  text-align: left;
  margin-left: 30%;
  color: #626262;
  font-size: 15px;
}
.eat-aromarecipe .recipe-profile-1 .name {
  text-align: left;
  margin-left: 30%;
  font-weight: bold;
  font-size: 19px;
  padding-left: 2px;
}
.recipe-profile-1 .name span {
  font-size: 14px;
  margin-right: 16px;
}
.eat-aromarecipe .recipe-profile-1 .therapist-profile {
  margin-left: 30%;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6rem;
  text-align: left;
  padding-right: 20px;
}
.eat-aromarecipe .recipe-profile-2 {
  text-align: left;
  font-size: 15px;
  line-height: 1.6em;
  margin-left: 3%;
  margin-bottom: 12%;
}
.eat-aromarecipe .recipe-profile-3 {
  width: 100%;
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid gray;
  top: 0pt;
  padding: 2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.eat-aromarecipe .recipe-profile-3 img {
  width: 25%;
  float: left;
  clear: both;
}
.eat-aromarecipe .recipe-profile-3 .title-1 {
  text-align: left;
  margin-left: 30%;
  color: #626262;
  font-size: 14px;
  margin-bottom: 14px;
}
.eat-aromarecipe .recipe-profile-3 .title-2 {
  text-align: left;
  color: #676767;
  font-size: 14px;
  margin-left: 30%;
}
.eat-aromarecipe .recipe-profile-3 .name {
  line-height: 1.3rem;
  text-align: left;
  font-weight: bold;
  margin-left: 30%;
  font-size: 17px;
  padding-bottom: 0px;
}
.eat-aromarecipe .recipe-profile-3 .school-profile {
  margin-left: 30%;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6rem;
  text-align: left;
  padding-right: 20px;
}
#eat_aromarecipes_second .p_top {
  border: 1px solid rgba(204, 204, 204, 1.00);
  border-radius: 2px;
  padding: 1.25em;
  width: 92%;
  text-align: left;
}
#eat_aromarecipes_second .p_top p {
  border-bottom: 1px dashed rgba(204, 204, 204, 1.00);
  margin-bottom: 1em;
  padding-bottom: 16px;
  font-size: 18px;
  padding: 0 .5em .75em;
}
#eat_aromarecipes_second .p_top span::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;
}
#eat_aromarecipes_second .p_top ol {
  counter-reset: li;
}
#eat_aromarecipes_second .p_top ol li {
  font-size: 16px;
  margin-left: 2.3em;
  padding-left: 0.5em;
  position: relative;
  letter-spacing: 0.04em;
  line-height: 1.7em;
}
#eat_aromarecipes_second .p_top 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;
}
#eat_aromarecipes_second .p_top ol li ol {
  padding-left: 0.25em;
}
#eat_aromarecipes_second .p_top ol ol li {
  font-size: 0.9em;
}
#eat_aromarecipes_second .p_top ol ol li::before {
  opacity: .75;
}
#eat_aromarecipes_second #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, #eat-start2, #index_id14, #index_id15 {
  height: 1px;
  display: block;
  padding-top: 50px;
  margin-top: -50px;
}
.eat-aromarecipe #therapist_notebook {
  margin-top: 8em;
  margin-bottom: 8em;
  background-image: url(https://gigaplus.makeshop.jp/aromastore/images/enjoyaromatherapy/therapist_note/therapistnote_bg-5.png);
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}
.eat-aromarecipe #therapist_notebook .therapist_notebook_sec-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
#therapist_notebook .therapist_notebook_sec-title .sec-title-box {
  text-align: center;
  width: 50%;
}
#therapist_notebook .therapist_notebook_sec-title .sec-title-box .sec-title {
  text-align: center;
  font-size: 27px;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 32px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
#therapist_notebook .therapist_notebook_sec-title .sec-title-box p {
  text-align: center;
  font-size: 18px;
  line-height: 1.8rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
#therapist_notebook .therapist_notebook_sec-title .therapist_notebook_sec-title-main {
  width: 420px;
}

#therapist_notebook .therapist_notebook_sec-list ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
#therapist_notebook .therapist_notebook_sec-list ul li {
  width: calc((100% - 48px) / 3);
  box-sizing: border-box;
}
#therapist_notebook .therapist_notebook_sec-list ul li a img {
  width: 100%;
  height: 174px;
  object-fit: cover;
}
#therapist_notebook .therapist_notebook_sec-list_text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
  font-weight: bold;
  margin-top: 14px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
#eat_aromarecipes_second .section .scene_blend_recipe {
  width: 900px;
  display: flex;
  justify-content: space-between;
  margin: 3em auto;
}
#eat_aromarecipes_second .section .scene_blend_recipe .scene_blend_recipe_inner {
  width: 33%;
  padding-left: 18px;
  padding-right: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px dotted #DDDDDD;
  text-align: center;
}
#eat_aromarecipes_second .section .scene_blend_recipe .scene_blend_recipe_inner:last-child {
  border-right: none;
}
#eat_aromarecipes_second .scene_blend_recipe .scene_blend_recipe_inner .scene_blend_recipe_img_1 {
  width: 180px !important;
  margin-bottom: 10px;
}
#eat_aromarecipes_second .scene_blend_recipe .scene_blend_recipe_inner .scene_blend_recipe_scene {
  text-align: center;
  line-height: 1.4rem;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.scene_blend_recipe .scene_blend_recipe_inner .scene_blend_recipe_inner_box {
  padding-top: 22px;
  padding-bottom: 22px;
  margin-bottom: 27px;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.scene_blend_recipe_inner .scene_blend_recipe_inner_box li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  font-size: 15px;
  text-align: center;
}
.scene_blend_recipe_inner .scene_blend_recipe_inner_box li:last-child {
  margin-bottom: 0px;
}
.scene_blend_recipe_inner_box ul li img {
  width: 38px !important;
  margin-bottom: 0px !important;
  margin-right: 8px;
  margin-left: 4px;
}
ul li .top_note, .midle_note, .base_note {
  font-weight: bold;
  font-size: 0.8rem;
  width: 62px;
  text-align: center;
  padding-top: 2px;
  margin-right: 5px;
}
ul li .top_note {
  color: #AB9B0E;
}
ul li .midle_note {
  color: #067524;
}
ul li .base_note {
  color: #5B070C;
  width: 62px;
}
.scene_blend_recipe .scene_blend_recipe_inner .scene_blend_recipe_inner_box2 {
  display: flex;
  text-align: left;
}
.scene_blend_recipe .scene_blend_recipe_inner .scene_blend_recipe_inner_text {
  font-size: 14px !important;
}
.scene_blend_recipe_inner .scene_blend_recipe_inner_box2 .base_note {
  color: #5B070C;
}
.scene_blend_recipe .scene_blend_recipe_inner .scene_blend_recipe_inner_box2 {
  padding-top: 13px;
  padding-bottom: 18px;
}
.scene_blend_recipe_inner .scene_blend_recipe_inner_box2 li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  font-size: 15px;
  text-align: center;
}
.scene_blend_recipe_inner .scene_blend_recipe_inner_box2 img {
  width: 38px !important;
  margin-right: 4px;
  margin-left: 8px;
  margin-bottom: 0 !important;
}