
#_tp_toc {
    border: 1px solid #7f6000;
    padding: 20px 30px;
    margin: -20px auto 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 680px;
    cursor: default !important;
}

._tp_title {
    font-size: 17px;
    width: 100%;
    text-align: center;
    margin: 0 0 10px;
    letter-spacing: 1px;
}

#_tp_toc ul {
    margin-bottom: 0;
    width: 100%;
}

#_tp_toc ul li {
    cursor: pointer;
    counter-increment: mycounter;
    border-bottom: 1px solid #ddd;
    padding-bottom: 2px;
    padding-left: 2.2em;
    position: relative;
}

#_tp_toc ul li:before {
    content: counter(mycounter, decimal-leading-zero);
    position: absolute;
    left: 0;
}

#_tp_toc ul li:not(:last-child) {
    margin-bottom: 14px;
}

._tp_ScrollChild {
    font-size: 15px;
}

._tp_ScrollChild:hover {
    opacity: 0.8;
}

@media (max-width: 767px) {
    #_tp_toc {
        padding: 20px;
        margin: 0 auto 30px;
        width: 100%;
    }

    ._tp_ScrollChild {
        font-size: 14px;
    }
}

@media (min-width: 768px){
  .trivia .p{
            float: left;
          display: block;
          width: calc(100% - 340px);
          margin-left: 50px;
  }
}

.chapter{
  float:none;
  clear: both;
}

.contents .chapter h2{
  width:100%;
  float:none;
}

.contents .chapter .chapter-img{
  width:35%;
  float:right;
  margin:0 0 30px 30px;
}

.contents .chapter .chapter-img .productfmt__img{
  width:100%;
  float:none;
  color:#aaa;
}

.related_list{
  display:flex;
  flex-wrap:wrap;
}

.related_list>div{
  width:50%;
  display:block;
} 


.related_list a{
  padding:40px 20px;
  position:relative;
  float:none!important;
  display:flex;
  width:100%!important;
  height:100%;
}

.related_list a.prev{
 justify-content: flex-end;
}

.related_list a::after{
  content:"⇦BACK";
  position:absolute;
  bottom:5px;
  left:10px;
  display:block;
  font-size:18px;
  opacity:0.7;
  font-weight:bold;
}

.related_list a.prev::after{
  content:"NEXT⇨";
  left:auto;
  right:10px;
}

#recommend4_block{
  overflow:hidden;
}

#recommend4_block .ec-shelfGrid__item h4{
  line-height: 1.55556;
  font-size: 18px;
  margin: 10px auto 5px;
  font-weight: 400;
}

@media(max-width:599px){
  #recommend4_block .ec-shelfGrid__item h4 {
    line-height: 1.58333;
    font-size: 12px;
  }
}

.pagenation {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    list-style:none;
    clear:both;
    float:none;
    padding:0;
    margin-top:20px;
}

.pagenation .item {
    margin: 0 10px;
}

.pagenation .prev {
    position: relative;
}

.pagenation .prev a:before {
    content: "←";
    font-weight: 600;
}

.pagenation .next {
    position: relative;
}

.pagenation .next a:before {
    content: "→";
    font-weight: 600;
}

.pagenation a,
.pagenation .now {
    font-weight: bold;
}

.pagenation .number a,
.pagenation .now,
.pagenation .next a,
.pagenation .prev a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-align: center;
    border: none;
    border-radius: 50%;
    background-color: brown;
    color:#fff;
}

.pagenation .number a:hover,
.pagenation .next a:hover,
.pagenation .prev a:hover,
.pagenation .now {
    background-color: rgb(203, 195, 187);
    opacity: 1;
}

@media (max-width: 599px) {
    .pagenation .item {
        margin: 0 5px;
    }

    .pagenation .prev {
        margin-right: 10px;
    }

    .pagenation .next {
        margin-left: 10px;
    }
}

.ofi-100{
  display:block;
  width:100%;
  position:relative;
}

.ofi-100.contain{
  background-color:#fff;
}

.ofi-100::after{
  content:"";
  width:100%;
  display:block;
  padding-top:100%;
}

.ofi-100 img{
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  object-fit:cover;
  object-position:center;
}

.ofi-100.contain img{
  object-fit:contain;
}

.swiper-wrapper{
  height: fit-content;
}

[data-element-id].standard.custom>div{
  width:100%;
}

[data-element-id]#recommend4_block .swiper-wrapper{
	overflow-x: auto;
	display: block;
	width: auto;
	white-space: nowrap;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 10px;
	font-size: 0;
}

[data-element-id].ec-topRole ul.standard.custom {
    display:block;
}

[data-element-id].ec-topRole ul.standard.custom>div {
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}


.ec-topbtn a {
  display: block;
		line-height: 41px;
		width: 337px;
		height: 45px;
		border-radius: 22.5px;
		border: 2px solid rgb(125,125,125);
		font-size: 16px;
		color: rgb(98, 98, 98);
		margin: 0 auto;
		    text-align: center;
	}
	
	.recipe-drawerRole.custom-catelist li li{
	  float:none;
	  width:100%;
	}
	
	.ec-topRole ul.standard li{
	  margin-bottom:30px;
	}
	
	.breadcrumb > li {
	  display:inline;
	}
	
@media only (min-width: 768px) {
  .feature__content .outline h2 {
    line-height:inherit;
    display:flex;
    align-items: center;
    min-height:138px;
  }
}

.feature__content .outline h2 {
    line-height:inherit;
    display:flex;
    align-items: center;
    min-height:50px;
  }

@media(max-width:599px){
  .contents .chapter .chapter-img{
    width:100%;
    float:none;
    margin:0;
  }
  
  .related_list a {
  padding: 40px 5px;
  }
}

.ec-itemNav{
  height: fit-content;
}

.have_curtain .ec-overlayRole{
  z-index: 2;
}

.materials ul ul{
      text-align: left;
    margin-right: 0;
    width: 100%;
}

.materials > ul li li{
      padding-left: 1.6rem;
    text-indent: -1.6rem;
}

.materials ul>div {
    display: contents;
}

.reference-text div{
    margin-left: 0;
}

.img.sp{
  display: none;
}

.img.pc{
  display: block;
}

@media(max-width:599px){
  .img.sp{
    display: block;
  }
  
  .img.pc{
    display: none;
  }
}
	
[data-element-id] .img.sp {
    max-width: 375px;
    border: 4px solid green;
    display: block;
    padding: 10px;
}

[data-element-id] .img.sp::before {
    content: "モバイル用";
    background-color: green;
    color: #fff;
    text-align: center;
    font-size: 10px;
    display: block;
    margin: -10px -10px 10px;
}

.recipe-backNumber ul.standard {
  width: 100%;
  max-width: 100%;
}

    .recipe-backNumber ul.standard li {
        width: 19.45%;
    }
    
    .recipe-backNumber ul.standard li:nth-child(3n) {
        margin-right: 5.5%;
    }
    
    .ec-topRole ul.standard {
      justify-content: flex-start;
    }
