@charset "UTF-8";
.contentsWrap > .mainContents::before {
  display: none;
}

.contentsWrap > .mainContents .articleDetail {
  float: none;
  width: auto;
  margin: 0;
  word-break: break-all;
}

.contentsWrap > .mainContents .articleDetail > .inner {
  width: inherit;
  background: #fff;
  width: inherit;
  padding: 37px 60px;
  border-radius: 16px 16px 0 0;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .articleDetail > .inner {
    padding: 20px 20px 30px;
    border-radius: 8px 8px 0 0;
  }
}

.contentsWrap > .mainContents .articleDetail > .inner .sns02 {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 10px;
  margin-top: 27px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .articleDetail > .inner .sns02 {
    margin-bottom: 0;
    margin-top: 15px;
  }
}

.contentsWrap > .mainContents .articleDetail > .inner .sns02 li {
  display: inline-block;
  margin: 0 10px;
  line-height: 1.4;
  font-weight: bold;
  font-size: 1rem;
  width: 45px;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .articleDetail > .inner .sns02 li {
    font-size: 0.9rem;
    margin: 0;
    width: 44px;
  }
}

.contentsWrap > .mainContents .articleDetail > .inner .sns02 li.cl a {
  color: #167549;
  cursor: pointer;
}

.contentsWrap > .mainContents .articleDetail > .inner .sns02 li.cl a span {
  background: #167549;
}

.contentsWrap > .mainContents .articleDetail > .inner .sns02 li.cl a.added {
  cursor: default;
  color: #578a72 !important;
}

.contentsWrap > .mainContents .articleDetail > .inner .sns02 li.cl a.added span {
  background: #578a72 !important;
}

.contentsWrap > .mainContents .articleDetail > .inner .sns02 li.cl a.added svg {
  fill: #d6d6d6;
  transform: scale(1, 1) !important;
}

.contentsWrap > .mainContents .articleDetail > .inner .sns02 li.cl a svg {
  height: 18px;
  margin-top: 12px;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .articleDetail > .inner .sns02 li.cl a svg {
    height: 10px;
    margin-top: 10px;
  }
}

.contentsWrap > .mainContents .articleDetail > .inner .sns02 li.fb a {
  color: #3b5998;
}

.contentsWrap > .mainContents .articleDetail > .inner .sns02 li.fb a span {
  background: #3b5998;
}

.contentsWrap > .mainContents .articleDetail > .inner .sns02 li.tw a {
  color: #1ca0f1;
}

.contentsWrap > .mainContents .articleDetail > .inner .sns02 li.tw a span {
  background: #1ca0f1;
}

.contentsWrap > .mainContents .articleDetail > .inner .sns02 li.tw a svg {
  height: 16px;
  margin-top: 13px;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .articleDetail > .inner .sns02 li.tw a svg {
    height: 10px;
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 751px) {
  .contentsWrap > .mainContents .articleDetail > .inner .sns02 li.line {
    display: none;
  }
}

.contentsWrap > .mainContents .articleDetail > .inner .sns02 li.line a {
  color: #00b900;
}

.contentsWrap > .mainContents .articleDetail > .inner .sns02 li.line a span {
  background: #00b900;
}

.contentsWrap > .mainContents .articleDetail > .inner .sns02 li.line a svg {
  height: 16px;
  margin-top: 13px;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .articleDetail > .inner .sns02 li.line a svg {
    height: 16px;
    margin-top: 6px;
  }
}

.contentsWrap > .mainContents .articleDetail > .inner .sns02 li a {
  display: block;
}

.contentsWrap > .mainContents .articleDetail > .inner .sns02 li a span {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 100px;
  margin: 0 auto 7px;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .articleDetail > .inner .sns02 li a span {
    width: 28px;
    height: 28px;
    margin-bottom: 1px;
  }
}

.contentsWrap > .mainContents .articleDetail > .inner .sns02 li a span svg {
  fill: #fff;
  height: 20px;
  width: 40px;
  margin-top: 10px;
  transition: 0.15s ease-out;
  -webkit-transition: 0.15s ease-out;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .articleDetail > .inner .sns02 li a span svg {
    height: 12px;
    width: 28px;
    margin-top: 9px;
  }
}

@media print, screen and (min-width: 751px) {
  .contentsWrap > .mainContents .articleDetail > .inner .sns02 li a:hover svg {
    transform: scale(1.2, 1.2);
  }
}

.contentsWrap > .mainContents .articleTtl {
  position: relative;
  margin-top: 0;
}

.contentsWrap > .mainContents .articleTtl.character:after {
  content: "";
  position: absolute;
  top: 55px;
  right: 0;
  background: url("../images/detail/img_chara_jene.png") no-repeat;
  width: 95px;
  height: 100px;
  background-size: 95px 100px;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .articleTtl.character:after {
    width: 56px;
    height: 59px;
    background-size: 100% auto;
    right: -9px;
    top: 48px;
  }
}

.contentsWrap > .mainContents .articleTtl .theme {
  position: relative;
  display: table;
  margin-bottom: 15px;
}

.contentsWrap > .mainContents .articleTtl .theme span {
  width: 44px;
  height: 44px;
  border-radius: 50px;
  background: #167549;
  display: inline-block;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .articleTtl .theme span {
    width: 30px;
    height: 30px;
  }
}

.contentsWrap > .mainContents .articleTtl .theme span svg {
  fill: #fff;
  height: 20px;
  width: 44px;
  margin-top: 12px;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .articleTtl .theme span svg {
    height: 14px;
    width: 30px;
    margin-top: 8px;
  }
}

.contentsWrap > .mainContents .articleTtl .theme div {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  width: 100%;
}

.contentsWrap > .mainContents .articleTtl .theme div p {
  font-size: 1.6rem;
  color: #167549;
  margin-bottom: 0;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .articleTtl .theme div p {
    line-height: 1;
    font-size: 1.2rem;
  }
}

.contentsWrap > .mainContents .articleTtl .theme div time {
  font-size: 1.3rem;
  color: #666;
  position: absolute;
  top: 10px;
  right: 145px;
  text-align: right;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .articleTtl .theme div time {
    position: inherit;
    line-height: 1;
    margin-top: 6px;
    display: inline-block;
    font-size: 1rem;
  }
}

.contentsWrap > .mainContents .articleTtl h1 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.3;
  padding-right: 120px;
  min-height: 82px;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .articleTtl h1 {
    font-size: 2.2rem;
    padding-right: 20%;
    min-height: 44px;
  }
}

.contentsWrap > .mainContents .articleTtl .printBtn {
  width: 120px;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .articleTtl .printBtn {
    width: 88px;
    font-size: 1rem;
  }
}

.contentsWrap > .mainContents .articleTtl .printBtn a {
  height: 32px;
  font-size: 1.3rem;
  font-weight: normal;
  border: 1px solid #167549;
}

.contentsWrap > .mainContents .articleTtl .printBtn a:after {
  content: none;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .articleTtl .printBtn a {
    height: 22px;
  }
}

.contentsWrap > .mainContents .articleTtl .printBtn a svg {
  right: inherit;
  width: 16px;
  height: 20px;
  margin-top: -20px;
  position: relative;
  top: 5px;
  margin-right: 7px;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .articleTtl .printBtn a svg {
    width: 10px;
    margin-right: 5px;
  }
}

.contentsWrap > .mainContents .articleTtl .sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 10px;
  margin-top: 27px;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .articleTtl .sub {
    padding: 8px 0;
    display: block;
  }
}

.contentsWrap > .mainContents .articleTtl .sub .tag {
  font-size: 0;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .articleTtl .sub .tag {
    width: auto;
  }
}

.contentsWrap > .mainContents .articleTtl .sub .tag li {
  display: inline-block;
  margin: 5px 6px 0 0;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .articleTtl .sub .tag li {
    margin-right: 4px;
  }
}

.contentsWrap > .mainContents .articleTtl .sub .tag li a {
  display: block;
  background: #ddd;
  border-radius: 50px;
  color: #666;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 4px 20px 5px;
}

@media print, screen and (min-width: 751px) {
  .contentsWrap > .mainContents .articleTtl .sub .tag li a:hover {
    background: #ccc;
  }
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .articleTtl .sub .tag li a {
    font-size: 0.9rem;
    padding: 4px 10px;
  }
}

.contentsWrap > .mainContents .articleTtl .sub .sns {
  text-align: center;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .articleTtl .sub .sns {
    margin-bottom: 0;
    margin-top: 15px;
  }
}

.contentsWrap > .mainContents .articleTtl .sub .sns li {
  display: inline-block;
  margin: 0 10px;
  line-height: 1.4;
  font-weight: bold;
  font-size: 1rem;
  width: 45px;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .articleTtl .sub .sns li {
    font-size: 0.9rem;
    margin: 0;
    width: 44px;
  }
}

.contentsWrap > .mainContents .articleTtl .sub .sns li.cl a {
  color: #167549;
  cursor: pointer;
}

.contentsWrap > .mainContents .articleTtl .sub .sns li.cl a span {
  background: #167549;
}

.contentsWrap > .mainContents .articleTtl .sub .sns li.cl a.added {
  cursor: default;
  color: #578a72 !important;
}

.contentsWrap > .mainContents .articleTtl .sub .sns li.cl a.added span {
  background: #578a72 !important;
}

.contentsWrap > .mainContents .articleTtl .sub .sns li.cl a.added svg {
  fill: #d6d6d6;
  transform: scale(1, 1) !important;
}

.contentsWrap > .mainContents .articleTtl .sub .sns li.cl a svg {
  height: 18px;
  margin-top: 12px;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .articleTtl .sub .sns li.cl a svg {
    height: 10px;
    margin-top: 10px;
  }
}

.contentsWrap > .mainContents .articleTtl .sub .sns li.fb a {
  color: #3b5998;
}

.contentsWrap > .mainContents .articleTtl .sub .sns li.fb a span {
  background: #3b5998;
}

.contentsWrap > .mainContents .articleTtl .sub .sns li.tw a {
  color: #1ca0f1;
}

.contentsWrap > .mainContents .articleTtl .sub .sns li.tw a span {
  background: #1ca0f1;
}

.contentsWrap > .mainContents .articleTtl .sub .sns li.tw a svg {
  height: 16px;
  margin-top: 13px;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .articleTtl .sub .sns li.tw a svg {
    height: 10px;
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 751px) {
  .contentsWrap > .mainContents .articleTtl .sub .sns li.line {
    display: none;
  }
}

.contentsWrap > .mainContents .articleTtl .sub .sns li.line a {
  color: #00b900;
}

.contentsWrap > .mainContents .articleTtl .sub .sns li.line a span {
  background: #00b900;
}

.contentsWrap > .mainContents .articleTtl .sub .sns li.line a svg {
  height: 16px;
  margin-top: 13px;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .articleTtl .sub .sns li.line a svg {
    height: 16px;
    margin-top: 6px;
  }
}

.contentsWrap > .mainContents .articleTtl .sub .sns li a {
  display: block;
}

.contentsWrap > .mainContents .articleTtl .sub .sns li a span {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 100px;
  margin: 0 auto 7px;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .articleTtl .sub .sns li a span {
    width: 28px;
    height: 28px;
    margin-bottom: 1px;
  }
}

.contentsWrap > .mainContents .articleTtl .sub .sns li a span svg {
  fill: #fff;
  height: 20px;
  width: 40px;
  margin-top: 10px;
  transition: 0.15s ease-out;
  -webkit-transition: 0.15s ease-out;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .articleTtl .sub .sns li a span svg {
    height: 12px;
    width: 28px;
    margin-top: 9px;
  }
}

@media print, screen and (min-width: 751px) {
  .contentsWrap > .mainContents .articleTtl .sub .sns li a:hover svg {
    transform: scale(1.2, 1.2);
  }
}

.contentsWrap > .mainContents .supervisionArea {
  margin: 42px 0 0;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .supervisionArea {
    margin: 25px 0 0;
  }
}

.contentsWrap > .mainContents .supervisionArea .txt {
  font-size: 1.3rem;
  color: #666;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .supervisionArea .txt {
    margin-top: 15px;
    width: inherit;
    font-size: 1.1rem;
  }
}

.contentsWrap > .mainContents .supervisionArea + .leadArea {
  margin-top: 20px;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .supervisionArea + .leadArea {
    margin-top: 20px;
  }
}

.contentsWrap > .mainContents .supervisionArea + .recipe-infoImg {
  margin-top: 20px !important;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .supervisionArea + .recipe-infoImg {
    margin-top: 20px !important;
  }
}

.contentsWrap > .mainContents .leadArea {
  margin-top: 42px;
  position: relative;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .leadArea {
    margin: 25px 0 0;
  }
}

.contentsWrap > .mainContents .leadArea figure {
  width: 320px;
  float: right;
  margin-left: 50px;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .leadArea figure {
    float: none;
    width: 84%;
    margin: 0 auto;
  }
}

.contentsWrap > .mainContents .leadArea figure img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .leadArea .txt {
    margin-top: 30px;
  }
}

.contentsWrap > .mainContents .leadArea .txt .lead {
  font-size: 1.8rem;
  font-weight: bold;
  color: #167549;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .leadArea .txt .lead {
    font-size: 1.6rem;
  }
}

.contentsWrap > .mainContents .leadArea .txt .time {
  margin-top: 50px;
  font-size: 1.5rem;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .leadArea .txt .time {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}

.contentsWrap > .mainContents .leadArea .txt .time span {
  color: #167549;
}

.contentsWrap > .mainContents .leadArea .txt .time span b {
  font-size: 1.8rem;
}

.contentsWrap > .mainContents .leadArea .txt .small {
  font-size: 1.3rem;
  color: #666;
  margin-top: 60px;
  width: 380px;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .leadArea .txt .small {
    margin-top: 15px;
    width: inherit;
    font-size: 1.1rem;
  }
}

.contentsWrap > .mainContents .leadArea.imgCenter figure {
  float: none;
  margin: auto;
}

.contentsWrap > .mainContents .leadArea.imgCenter .txt * {
  width: auto;
}

.contentsWrap > .mainContents .contentsAnchor {
  margin-top: 60px;
  background: #f5f5f5;
  border-radius: 16px;
  padding: 25px 40px;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .contentsAnchor {
    padding: 17px;
    margin-top: 35px;
  }
}

.contentsWrap > .mainContents .contentsAnchor h2 {
  font-size: 2rem;
  color: #167549;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .contentsAnchor h2 {
    font-size: 1.5rem;
  }
}

.contentsWrap > .mainContents .contentsAnchor h2 .note {
  font-size: 1.2rem;
  position: absolute;
  top: 10px;
  right: 0;
  color: #333;
  font-weight: normal;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .contentsAnchor h2 .note {
    position: inherit;
    display: block;
    font-size: 0.9rem;
  }
}

.contentsWrap > .mainContents .contentsAnchor ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contentsWrap > .mainContents .contentsAnchor ul li {
  font-weight: bold;
  font-size: 1.6rem;
  width: 320px;
  display: flex;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .contentsAnchor ul li {
    font-size: 1.2rem;
    font-weight: normal;
    width: 100%;
  }
}

.contentsWrap > .mainContents .contentsAnchor ul li a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  border-bottom: 1px dotted #167549;
  padding: 10px 30px 10px 10px;
  position: relative;
  transition: 0.15s ease-out;
  -webkit-transition: 0.15s ease-out;
}

@media print, screen and (min-width: 751px) {
  .contentsWrap > .mainContents .contentsAnchor ul li a:hover {
    background: #167549;
    color: #fff;
  }
  .contentsWrap > .mainContents .contentsAnchor ul li a:hover svg {
    fill: #fff;
  }
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .contentsAnchor ul li a {
    padding: 10px 30px 10px 0;
  }
}

.contentsWrap > .mainContents .contentsAnchor ul li a svg {
  fill: #167549;
  height: 7px;
  width: 11px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  transition: 0.15s ease-out;
  -webkit-transition: 0.15s ease-out;
}

.contentsWrap > .mainContents .contentsAnchor ul li:first-child a {
  border-top: 1px dotted #167549;
}

.contentsWrap > .mainContents .contentsAnchor ul li:nth-child(2) a {
  border-top: 1px dotted #167549;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .contentsAnchor ul li:nth-child(2) a {
    border-top: none;
  }
}

.contentsWrap > .mainContents .comment {
  border: 2px dotted #167549;
  border-radius: 16px;
  position: relative;
  background: url("../images/detail/bg_comment.png") repeat center center;
  margin-top: 60px;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .comment {
    margin-top: 45px;
    background-size: 14px auto;
  }
}

.contentsWrap > .mainContents .comment p {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 40px;
  width: 560px;
  color: #167549;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .comment p {
    font-size: 1.4rem;
    padding: 22px 22px 18vw;
    width: 100%;
  }
}

.contentsWrap > .mainContents .comment figure {
  position: absolute;
  bottom: 0;
}

.contentsWrap > .mainContents .comment figure img {
  width: 100%;
}

.contentsWrap > .mainContents .comment.chara01 figure {
  width: 107px;
  right: 30px;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .comment.chara01 figure {
    width: 12%;
    right: 4%;
  }
}

.contentsWrap > .mainContents .comment.chara02 figure {
  width: 194px;
  right: 34px;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .comment.chara02 figure {
    width: 43%;
    right: -6%;
  }
}

.contentsWrap > .mainContents section {
  margin-top: 60px;
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 50px;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents section {
    margin-top: 40px;
    font-size: 1.6rem;
    line-height: 1.7;
    margin-bottom: 30px;
  }
}

.contentsWrap > .mainContents section p {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents section p {
    font-size: 1.6rem;
    line-height: 1.7;
    margin-bottom: 20px;
  }
}

.contentsWrap > .mainContents section p {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents section p {
    font-size: 1.6rem;
    line-height: 1.7;
    margin-bottom: 20px;
  }
}

.contentsWrap > .mainContents section dl.mult {
  margin-bottom: 20px;
}

.contentsWrap > .mainContents section > h2 {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 0 0 20px;
  border-bottom: 2px solid #ccc;
  margin-bottom: 35px;
  position: relative;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents section > h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding: 0 0 15px;
  }
}

.contentsWrap > .mainContents section > h2 span {
  position: relative;
  padding: 2px 0 2px 28px;
  display: block;
  line-height: 1.4;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents section > h2 span {
    padding: 1px 0 2px 14px;
  }
}

.contentsWrap > .mainContents section > h2 span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 100%;
  border-radius: 4px;
  background: #167549;
  transform: translate(0, -50%);
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents section > h2 span:before {
    width: 5px;
    height: 100%;
    border-radius: 2px;
  }
}

.contentsWrap > .mainContents section > h2.ttl {
  font-size: 2.8rem;
  border-bottom: none;
  margin-bottom: 20px;
  color: #167549;
  padding: 0;
}

.contentsWrap > .mainContents section > h2.ttl span {
  padding: 0;
}

.contentsWrap > .mainContents section > h2.ttl span::before {
  display: none;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents section > h2.ttl {
    font-size: 1.8rem;
  }
}

.contentsWrap > .mainContents section .inner {
  width: inherit;
  padding: 0;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents section .inner {
    padding: 0;
  }
}

.contentsWrap > .mainContents section .txt {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents section .txt {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 20px;
  }
}

.contentsWrap > .mainContents section b.marker {
  font-weight: normal;
  background: #fff999;
}

.contentsWrap > .mainContents section figure {
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents section figure {
    margin-top: 25px;
  }
}

.contentsWrap > .mainContents section ol.listNum {
  margin: 35px 0;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents section ol.listNum {
    margin: 20px 0;
  }
}

.contentsWrap > .mainContents section ol.listNum li {
  font-size: 1.6rem;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.contentsWrap > .mainContents section ol.listNum li span {
  color: #167549;
  font-weight: bold;
}

.contentsWrap > .mainContents section ul.listDot {
  margin: 35px 0;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents section ul.listDot {
    margin: 20px 0;
  }
}

.contentsWrap > .mainContents section ul.listDot li {
  font-size: 1.6rem;
  padding-left: 1em;
  text-indent: -1em;
}

.contentsWrap > .mainContents section ul.listDot li::before {
  content: "●";
  color: #167549;
}

.contentsWrap > .mainContents section ul.listDot li + li {
  margin-top: 5px;
}

.contentsWrap > .mainContents section .checkArea {
  background: #ebf6dd;
  border-radius: 16px;
  padding: 30px;
  margin: 40px 0;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents section .checkArea {
    padding: 18px;
    margin: 25px 0;
  }
}

.contentsWrap > .mainContents section .checkArea ul li {
  padding: 0 0 0 35px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents section .checkArea ul li {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

.contentsWrap > .mainContents section .checkArea ul li input[type="checkbox"] {
  width: 0;
  height: 0;
  margin: 0;
  position: absolute;
  opacity: 0;
}

.contentsWrap > .mainContents section .checkArea ul li input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
}

.contentsWrap > .mainContents section .checkArea ul li input[type="checkbox"] + label:before {
  content: "";
  display: block;
  border: 2px solid #167549;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: -35px;
  box-sizing: border-box;
  background: #fff;
  transform: translate(0, -50%);
  border-radius: 4px;
}

.contentsWrap > .mainContents section .checkArea ul li input[type="checkbox"] + label:after {
  content: "";
  display: block;
  width: 19px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -2px;
  transform: translate(0, -50%);
}

.contentsWrap > .mainContents section .checkArea ul li input[type="checkbox"]:checked + label:after {
  background: url("../images/detail/icon_check.png") no-repeat right top;
  background-size: 19px 17px;
}

.contentsWrap > .mainContents section .checkArea ul li + li {
  margin-top: 10px;
}

.contentsWrap > .mainContents section .imgRight figure {
  float: right;
  margin-top: 0;
  margin-left: 50px;
  width: 240px;
}

.contentsWrap > .mainContents section .imgRight figure img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents section .imgRight figure {
    float: none;
    width: 80%;
    margin: 0 auto 20px;
  }
}

.contentsWrap > .mainContents section .imgLeft figure {
  float: left;
  margin-top: 0;
  margin-right: 50px;
  width: 240px;
}

.contentsWrap > .mainContents section .imgLeft figure img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents section .imgLeft figure {
    float: none;
    width: 80%;
    margin: 0 auto 20px;
  }
}

.contentsWrap > .mainContents section .imgLeft figure.small {
  width: 150px;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents section .imgLeft figure.small {
    width: 30%;
    margin: 0 20px 20px 0;
    float: left;
  }
}

.contentsWrap > .mainContents section .resi-pc-right {
  width: 30%;
  float: right;
  margin: 0 0 20px 20px;
}

.contentsWrap > .mainContents section .resi-pc-right img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents section .resi-pc-right {
    display: none;
  }
}

.contentsWrap > .mainContents section .resi-sp {
  margin: 0 0 20px;
  display: block;
}

.contentsWrap > .mainContents section .resi-sp img {
  width: 100%;
}

@media print, screen and (min-width: 751px) {
  .contentsWrap > .mainContents section .resi-sp {
    display: none;
  }
}

.contentsWrap > .mainContents .relationLink {
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-top: 50px;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .relationLink {
    margin-top: 35px;
  }
}

.contentsWrap > .mainContents .relationLink a {
  position: relative;
  display: table;
  vertical-align: middle;
  width: 100%;
  transition: 0.15s ease-out;
  -webkit-transition: 0.15s ease-out;
  opacity: 1;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .relationLink a {
    justify-content: inherit;
  }
}

.contentsWrap > .mainContents .relationLink a figure {
  width: 100px;
  display: table-cell;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .relationLink a figure {
    width: 30%;
  }
}

.contentsWrap > .mainContents .relationLink a figure img {
  width: 100%;
}

.contentsWrap > .mainContents .relationLink a dl {
  width: 540px;
  padding: 10px 0 10px 20px;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .relationLink a dl {
    padding: 10px 10px 25px 12px;
    width: inherit;
  }
}

@media screen and (max-width: 320px) {
  .contentsWrap > .mainContents .relationLink a dl {
    padding: 5px 10px 10px 12px;
  }
}

.contentsWrap > .mainContents .relationLink a dl dt {
  font-size: 1.4rem;
  font-weight: bold;
  color: #167549;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .relationLink a dl dt {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 320px) {
  .contentsWrap > .mainContents .relationLink a dl dt {
    font-size: 1rem;
  }
}

.contentsWrap > .mainContents .relationLink a dl dt svg {
  width: 16px;
  height: 16px;
  fill: #167549;
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: 4px;
}

.contentsWrap > .mainContents .relationLink a dl dd {
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .relationLink a dl dd {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 320px) {
  .contentsWrap > .mainContents .relationLink a dl dd {
    font-size: 1rem;
  }
}

.contentsWrap > .mainContents .relationLink a p {
  margin-right: 20px;
  color: #666;
  float: right;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .relationLink a p {
    margin-top: 0;
    margin-right: 0;
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 320px) {
  .contentsWrap > .mainContents .relationLink a p {
    bottom: 0;
    font-size: 0.8rem;
  }
}

.contentsWrap > .mainContents .relationLink a p svg {
  fill: #666;
  width: 6px;
  height: 10px;
  position: relative;
  margin-left: 5px;
}

@media print, screen and (min-width: 751px) {
  .contentsWrap > .mainContents .relationLink a:hover {
    opacity: 0.8;
  }
}

.contentsWrap > .mainContents .references {
  margin-top: 60px;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .references {
    margin-top: 35px;
  }
}

.contentsWrap > .mainContents .references dl dt {
  font-weight: bold;
  color: #167549;
  margin-bottom: 5px;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .references dl dt {
    font-size: 1.1rem;
  }
}

.contentsWrap > .mainContents .references dl dd ul li {
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .references dl dd ul li {
    font-size: 1rem;
  }
}

.contentsWrap > .mainContents .references dl dd ul li + li {
  margin-top: 5px;
}

.contentsWrap > .mainContents .references dl dd ul li a {
  color: #666;
}

.contentsWrap > .mainContents .references dl dd ul li a svg {
  fill: #167549;
  width: 6px;
  height: 10px;
  position: relative;
  margin-right: 5px;
}

@media print, screen and (min-width: 751px) {
  .contentsWrap > .mainContents .references dl dd ul li a:hover {
    text-decoration: underline;
  }
}

.contentsWrap > .mainContents .btnArea {
  background: #f5f5f5;
  position: relative;
  z-index: 1;
  padding: 40px;
  border-radius: 0 0 16px 16px;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .btnArea {
    padding: 20px;
    border-radius: 0 0 8px 8px;
  }
}

.contentsWrap > .mainContents .btnArea p {
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}

.contentsWrap > .mainContents .btnArea ul {
  text-align: center;
  font-size: 0;
}

.contentsWrap > .mainContents .btnArea ul li {
  display: inline-block;
  width: 240px;
  margin: 0 10px;
}

@media screen and (max-width: 750px) {
  .contentsWrap > .mainContents .btnArea ul li {
    width: 46%;
    margin: 0 2%;
  }
}

.contentsWrap > .mainContents .btnArea ul li a {
  border: solid 1px #167549;
  height: 40px;
}

.contentsWrap .txtLink {
  text-decoration: underline;
  color: #167549;
}

@media print, screen and (min-width: 751px) {
  .contentsWrap .txtLink:hover {
    text-decoration: none;
  }
}

.contentsWrap .recipeSec h3 {
  color: #685333;
  padding: 9px 14px;
  font-weight: normal;
  background: #f7f7ef;
  margin: 0;
  font-size: 1.8rem;
}

@media screen and (max-width: 750px) {
  .contentsWrap .recipeSec h3 {
    font-size: 1.6rem;
  }
}

.contentsWrap .recipeSec h4 {
  margin: 0 0 20px 0;
  font-size: 1.8rem;
}

.contentsWrap .recipeSec h4 span {
  padding: 0 0 0 10px;
  font-size: 1.4rem;
  font-weight: normal;
}

@media screen and (max-width: 750px) {
  .contentsWrap .recipeSec h4 span {
    display: block;
    padding: 0;
  }
}

.contentsWrap .recipeSec .recipeWrap {
  margin: 0 0 20px;
  padding: 20px 0 0 0;
}

.contentsWrap .recipeSec .recipeInfo {
  overflow: hidden;
}

.contentsWrap .recipeSec .recipeInfo figure {
  float: left;
  margin: 0 0 20px;
  width: 320px;
}

@media screen and (max-width: 750px) {
  .contentsWrap .recipeSec .recipeInfo figure {
    width: 100%;
    float: none;
  }
}

.contentsWrap .recipeSec .recipeInfo figure img {
  width: 100%;
}

@media print, screen and (min-width: 751px) {
  .contentsWrap .recipeSec .recipeInfo .material {
    float: left;
    width: 440px;
    padding: 0 0 0 20px;
  }
}

.contentsWrap .recipeSec .recipeInfo .material dt {
  font-size: 1.6rem;
  border-bottom: 2px solid #ededed;
  padding: 10px 0px;
}

.contentsWrap .recipeSec .recipeInfo .material dd {
  border-bottom: 1px solid #ededed;
  padding: 10px 0;
  overflow: hidden;
}

.contentsWrap .recipeSec .recipeInfo .material dd.title {
  border-bottom: none;
  padding-top: 20px;
}

.contentsWrap .recipeSec .recipeInfo .material dd.notice {
  border-bottom: none;
  padding-top: 10px;
}

.contentsWrap .recipeSec .recipeInfo .material dd .name {
  float: left;
  display: block;
}

.contentsWrap .recipeSec .recipeInfo .material dd .amount {
  float: right;
  display: block;
}

.contentsWrap .recipeSec .recipeInfo .material dd li {
  overflow: hidden;
  text-indent: 1em;
}

.contentsWrap .recipeSec .recipeInfo .step {
  clear: both;
  padding: 15px 0 0 0;
}

.contentsWrap .recipeSec .recipeInfo .step li {
  margin: 0 0 20px 0;
  overflow: hidden;
  border-bottom: 1px solid #ededed;
  text-indent: 0;
  padding: 0 0 20px 0;
  display: flex;
}

@media screen and (max-width: 750px) {
  .contentsWrap .recipeSec .recipeInfo .step li {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
  }
}

.contentsWrap .recipeSec .recipeInfo .step li.last {
  margin-right: 0;
}

.contentsWrap .recipeSec .recipeInfo .step li p {
  font-size: inherit;
  color: #685333;
  margin: 0 10px 0 0;
}

@media print, screen and (min-width: 751px) {
  .contentsWrap .recipeSec .recipeInfo .step li p {
    float: left;
  }
}

.contentsWrap .recipeSec .recipeInfo .step li p.f-left {
  float: left;
}

.contentsWrap .recipeSec .recipeInfo .step li p.cont {
  padding: 0;
  color: #333;
  margin-right: 0;
}

@media screen and (max-width: 750px) {
  .contentsWrap .scrollItem > div {
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 10px;
  }
  .contentsWrap .scrollItem > div::-webkit-scrollbar {
    height: 8px;
  }
  .contentsWrap .scrollItem > div::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  .contentsWrap .scrollItem > div::-webkit-scrollbar-track-piece:start, .contentsWrap .scrollItem > div::-webkit-scrollbar-track-piece:end {
    background: #f1f1f1;
  }
  .contentsWrap .scrollItem > div img {
    width: auto;
    max-width: 600px;
  }
}

.clipModal {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 101;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none;
}

.clipModal div {
  position: fixed;
  display: table;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 130px;
  background: #fff;
  text-align: center;
  border-radius: 16px;
  margin: auto;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 750px) {
  .clipModal div {
    border-radius: 8px;
    width: calc(100% - 40px);
    height: 110px;
  }
}

.clipModal p {
  display: table-cell;
  vertical-align: middle;
  color: #167549;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 750px) {
  .clipModal p {
    font-size: 1.8rem;
  }
}
