@charset "UTF-8";
/*
Theme Name: Pretake-fs
Author: PRETAKE
Version: 1.0.0
*/
/********************************************************
投稿ページ
********************************************************/
.h-dotborder-b {
  padding: 0.25em 0.5em;
  border-bottom: dotted 1px #333;
}

.h-leftborder {
  padding: 0.25em 0 0.25em 0.75em;
  border-left: 6px solid #333;
}

.h-leftborder-bg {
  color: #fff;
  background-color: #666666;
  padding: 0.25em 0 0.25em 0.75em;
  border-left: 6px solid #333;
  background-color: #666666;
}

.h-border-ud {
  background-color: inherit;
  padding: 0.25em 0.75em 0.25em 0.75em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.h-border-ud-b {
  position: relative;
  padding: 1em 0;
}

.h-border-ud-b::before,
.h-border-ud-b::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}

.h-border-ud-b::before {
  top: 0;
  border-top: 2px solid #083f5e;
  border-bottom: 1px solid #083f5e;
}

.h-border-ud-b::after {
  bottom: 0;
  border-top: 1px solid #083f5e;
  border-bottom: 2px solid #083f5e;
}

.s1 {
  color: #333;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.s1::before, .s1::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #ccc;
  display: block;
}
.s1::before {
  margin-right: 0.3em;
}
.s1::after {
  margin-left: 0.3em;
}

a:visited, a:hover {
  color: inherit;
}

#breadcrumb {
  padding: 5px;
  padding-left: 4.8vw;
  padding-right: 4.8vw;
  margin: 0 auto;
}
#breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
#breadcrumb ul > li {
  color: #8c8d8f;
  text-decoration: none;
  vertical-align: baseline;
  border: none;
  outline: none;
}
#breadcrumb a {
  color: #8c8d8f;
  text-decoration: none;
  vertical-align: baseline;
  border: none;
  outline: none;
}
#breadcrumb a:hover, #breadcrumb a:active, #breadcrumb a:focus {
  color: #000000;
}
#breadcrumb li::before {
  content: "";
  color: #8c8d8f;
}
#breadcrumb li + li::before {
  content: " > ";
  margin-left: 5px;
}

.bdt-spa-min {
  border-top: 1px solid #b3b3b3;
  margin-top: 4rem;
}

.ym-text-area p {
  font-size: 12px;
  font-size: 3.4285714286vw;
}
.ym-text-area h3 {
  font-size: 14px;
  font-size: 4vw;
}

.post-ttl {
  margin-top: 4rem;
  margin-bottom: 2rem;
  color: #000000;
  text-align: left;
}
.post-ttl time {
  color: #545454;
  font-size: 1.4rem;
  line-height: 1;
}
.post-ttl.__top-ttl {
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 2rem;
}
.post-ttl.__top-ttl .wp-post-image {
  margin-bottom: 3.2rem;
}
.post-ttl h1 {
  /*font-family: "Noto Serif JP", serif;*/
  line-height: 1.5;
  font-size: 20px;
  font-size: 5.7142857143vw;
}
.post-ttl p {
  line-height: 1;
}
.post-ttl .tag-area {
  margin-bottom: 1.6rem;
}
.post-ttl__under {
  border-top: 1px solid #083f5e;
  padding-top: 1.6rem;
  display: flex;
  flex-wrap: wrap;
}
.post-ttl__under > .tag-area {
  width: 100%;
}
.post-ttl__under > .share-btn {
  margin-left: auto;
}
.post-ttl .share-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.6rem;
}
.post-ttl .share-btn p {
  margin: 0;
}
.post-ttl .share-btn ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-ttl .share-btn li {
  margin-left: 0.8rem;
}
.post-ttl .share-btn a {
  display: flex;
  align-content: center;
  justify-content: center;
}
.post-ttl .share-btn a i.icon {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.post-ttl .share-btn a i.icon::after {
  content: "";
  display: inline-block;
  transition-duration: 0.4s;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.cate-ttl {
  /*font-family: "Noto Serif JP", serif;*/
  border-bottom: 1px solid #083f5e;
  padding: 0;
  margin: 0;
  visibility: hidden;
  height: 0;
  color: #000000;
}
.cate-area .__ttl-smol, .tag-area .__ttl-smol {
  font-size: 1.2rem;
  margin-right: 0.8rem;
}
.cate-area .atm-tag, .tag-area .atm-tag {
  margin-right: 1.6rem;
}
.cate-area .sepa:nth-last-of-type(1), .tag-area .sepa:nth-last-of-type(1) {
  display: none;
}

a.wp-cate, a.wp-tag {
  border: 1px solid #c8c8c8;
  margin-right: 0.4rem;
  font-size: 1.2rem;
  padding: 0 0.5em;
  border-radius: 3px;
  line-height: 1.5;
  cursor: pointer;
  color: #8c8d8f;
}
a.wp-cate:visited, a.wp-tag:visited {
  color: #8c8d8f;
}
a.wp-cate:hover, a.wp-cate:active, a.wp-cate:focus, a.wp-tag:hover, a.wp-tag:active, a.wp-tag:focus {
  color: #c8c8c8 !important;
}

.main-wrap {
  display: flex;
  flex-wrap: wrap;
  padding-left: 4.8vw;
  padding-right: 4.8vw;
  margin: 0 auto;
}
.main-wrap.__cate-area {
  flex-wrap: nowrap;
}
.main-wrap.__cate-area > .main-cnt {
  margin-right: 10rem;
}
.main-wrap .main-cnt {
  width: 100%;
}
.main-wrap .main-cnt__post {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.sec-min {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.ym-sidebar {
  order: 2;
  width: 100%;
  margin-top: 3rem;
}
.ym-sidebar .archive > *:not(:nth-of-type(1)) {
  margin: 4rem 0 0;
}

.textwidget {
  padding: 0 0.8rem;
}

#calendar_wrap {
  text-align: center;
}

#calendar_wrap table {
  margin-left: auto;
  margin-right: auto;
}

#calendar_wrap table a {
  text-decoration: underline;
  color: #2ea7e0;
}

#calendar_wrap table a:hover {
  background-color: #2ea7e0;
  color: #fff;
}

.sidebar-wrapper h2 {
  font-size: 1.5rem;
  background-color: #083f5e;
  padding: 0.5em 0.75em;
  line-height: 1;
  color: #ffffff;
}
.sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0;
}
.sidebar-wrapper li a:hover, .sidebar-wrapper li a:active, .sidebar-wrapper li a:focus {
  cursor: pointer;
  color: #545454;
}
.sidebar-wrapper li a:hover:hover, .sidebar-wrapper li a:hover:active, .sidebar-wrapper li a:hover:focus, .sidebar-wrapper li a:active:hover, .sidebar-wrapper li a:active:active, .sidebar-wrapper li a:active:focus, .sidebar-wrapper li a:focus:hover, .sidebar-wrapper li a:focus:active, .sidebar-wrapper li a:focus:focus {
  color: #000000;
}
.sidebar-wrapper li a:hover span, .sidebar-wrapper li a:active span, .sidebar-wrapper li a:focus span {
  cursor: pointer;
  color: #545454;
}
.sidebar-wrapper li a:hover span:hover, .sidebar-wrapper li a:hover span:active, .sidebar-wrapper li a:hover span:focus, .sidebar-wrapper li a:active span:hover, .sidebar-wrapper li a:active span:active, .sidebar-wrapper li a:active span:focus, .sidebar-wrapper li a:focus span:hover, .sidebar-wrapper li a:focus span:active, .sidebar-wrapper li a:focus span:focus {
  color: #000000;
}
.sidebar-wrapper time {
  font-size: 1.3rem;
  color: #8c8d8f;
}
.sidebar-wrapper .wid-list .__all {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 1.8rem;
  margin-bottom: 1.8rem;
  border-bottom: solid 1px #e1e1e1;
}
.sidebar-wrapper .wid-list .__all:nth-last-of-type(1) {
  margin-bottom: 0;
}
.sidebar-wrapper .wid-list .__all::before {
  top: 1.3rem;
  left: 0;
}
.sidebar-wrapper .wid-list .__all a {
  transition-duration: 0s;
}
.sidebar-wrapper .wid-list .__all a:hover, .sidebar-wrapper .wid-list .__all a:active, .sidebar-wrapper .wid-list .__all a:focus {
  text-decoration: underline;
}
.sidebar-wrapper .wid-list .__all a span {
  color: #000000;
  width: 100%;
  display: block;
  line-height: 1.75;
}
.sidebar-wrapper .wid-list > li > a {
  font-size: 12px;
  font-size: 3.4285714286vw;
  color: #8c8d8f;
  line-height: 1.5;
}
.sidebar-wrapper .wid-list > li > a + ul {
  padding-top: 0.8rem;
}
.sidebar-wrapper .wid-list > li > ul li a {
  display: block;
  color: #999a9c;
  padding: 5px 0 5px 1.6rem;
  position: relative;
  font-size: 1.4rem;
  font-size: 12px;
  font-size: 3.4285714286vw;
}
.sidebar-wrapper .wid-list > li > ul li a::before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  top: 40%;
  left: 0;
  transform: translate(-50%, 0%);
  width: 8px;
  height: 8px;
  transform: rotate(-180deg);
}
.sidebar-wrapper .wid-list .tag-area {
  padding-bottom: 1.5rem;
  border-bottom: solid 1px #e1e1e1;
}
.sidebar-wrapper .wid-list .atm-tag {
  width: 100%;
  display: block;
  color: #545454;
  padding-left: 0.5rem;
}
.sidebar-wrapper .wid-list.__cate .__all {
  padding: 0;
  margin: 0;
}
.sidebar-wrapper .wid-list.__cate .__all::before {
  top: 1.3rem;
  left: 0;
}
.sidebar-wrapper .wid-list.__cate .__all a {
  color: #545454;
  transition-duration: 0s;
  display: block;
  padding: 0.8rem 0.5rem;
  transition-duration: 0.4s;
  transition-property: background-color, color;
}
.sidebar-wrapper .wid-list.__cate .__all a:hover, .sidebar-wrapper .wid-list.__cate .__all a:active, .sidebar-wrapper .wid-list.__cate .__all a:focus {
  text-decoration: none;
  color: #000000;
  background-color: #f2f2f2;
}
.sidebar-wrapper .wid-list.__cate .__all a.is-active {
  text-decoration: none;
  color: #000000;
  background-color: #f2f2f2;
}
.sidebar-wrapper .wid-list__all {
  text-decoration: underline;
}
.sidebar-wrapper .wid-list__all a {
  color: #545454;
  padding-left: 0.5rem;
}
.sidebar-wrapper .wid-list__all a:visited {
  color: #545454;
}
.sidebar-wrapper .wid-list__all a:hover, .sidebar-wrapper .wid-list__all a:active, .sidebar-wrapper .wid-list__all a:focus {
  color: #000000;
}
.sidebar-wrapper .wid-list__all::after {
  content: ">";
  margin-left: 0.4rem;
  width: 2rem;
  display: inline-block;
}
.sidebar-wrapper .wid-list__tags > a span {
  text-decoration: underline;
}
.sidebar-wrapper .wid-list__tags > a {
  color: #545454;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
}
.sidebar-wrapper .wid-list__tags > a:visited {
  color: #545454;
}
.sidebar-wrapper .wid-list__tags > a:hover, .sidebar-wrapper .wid-list__tags > a:active, .sidebar-wrapper .wid-list__tags > a:focus {
  color: #000000;
}
.sidebar-wrapper .wid-list__tags > a span::after {
  content: ">";
  margin-left: 0.4rem;
  width: 2rem;
  display: inline-block;
}
.sidebar-wrapper .wid-list__tags a.acc-tit {
  border-bottom: none;
}
.sidebar-wrapper .wid-list__tags div.items-inn {
  padding: 0.8rem 0.8rem 0.8rem 1.6rem;
}
.sidebar-wrapper .wid-list__tags a.atm-tag {
  color: #545454;
  display: block;
}
.sidebar-wrapper.sidebar__search .__bd {
  padding-top: 3rem;
  margin-top: 6rem;
  border-top: 1px solid #083f5e;
}

.page-ttl {
  width: 100%;
}
.page-ttl h1 {
  text-align: center;
}

.post-cnt, .page-cnt {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.backto-pre-next {
  margin-top: 5rem;
  margin-bottom: 5rem;
  max-width: 620px;
}
.backto-pre-next .inner {
  display: flex;
  justify-content: space-between;
}
.backto-pre-next .inner > * {
  padding: 2rem 0;
}
.backto-pre-next .to-pre a, .backto-pre-next .to-next a {
  font-size: 12px;
  font-size: 3.4285714286vw;
  /*font-family: "Noto Serif JP", serif;*/
  display: flex;
  line-height: 1.5;
  border: 1px solid #c8c8c8;
  padding: 1.5rem 1.5rem;
  border-radius: 5px;
}
.backto-pre-next .to-pre a:visited, .backto-pre-next .to-next a:visited {
  color: #000000;
}
.backto-pre-next .to-pre a:hover, .backto-pre-next .to-pre a:active, .backto-pre-next .to-next a:hover, .backto-pre-next .to-next a:active {
  border-color: #083f5e;
}
.backto-pre-next .to-pre .__img, .backto-pre-next .to-next .__img {
  flex: 0 0 57px;
  margin-right: 1.5rem;
  align-items: center;
  display: flex;
}
.backto-pre-next .to-pre .__img img, .backto-pre-next .to-next .__img img {
  width: 100%;
  height: auto;
}
.backto-pre-next .to-pre .__txt, .backto-pre-next .to-next .__txt {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #545454;
}
.backto-pre-next .to-pre .__txt:hover, .backto-pre-next .to-pre .__txt:active, .backto-pre-next .to-pre .__txt:focus, .backto-pre-next .to-next .__txt:hover, .backto-pre-next .to-next .__txt:active, .backto-pre-next .to-next .__txt:focus {
  color: #000000;
}
.backto-pre-next .__moveTo {
  display: block;
  font-size: 12px;
  font-size: 3.4285714286vw;
  margin-bottom: 0.8rem;
}
.backto-pre-next .to-pre .__moveTo::after {
  content: " >";
}
.backto-pre-next .to-next .__moveTo {
  text-align: left;
}
.backto-pre-next .to-next .__moveTo::after {
  content: " >";
}

.tag-cnt {
  margin-bottom: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #666666;
}

.r_arti-cnt, .back-top_cnt, .reco_arti-cnt {
  margin-bottom: 5rem;
}

.af-cnt {
  margin-top: 1.5rem;
}

a.atm-tag {
  cursor: pointer;
  color: #8c8d8f;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
a.atm-tag:visited {
  color: #8c8d8f;
}
a.atm-tag:hover, a.atm-tag:active, a.atm-tag:focus {
  color: #c8c8c8 !important;
}

.sepa {
  color: #c8c8c8;
  margin-right: 0.5em;
}

#post .r_arti-cnt .arti-cnt img {
  border: 1px solid #cccccc;
  height: 100%;
  max-height: 120px;
}

.arti-sec {
  padding-left: 4.8vw;
  padding-right: 4.8vw;
  margin: 0 auto;
}
.arti-sec__af-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.arti-cnt__af-content {
  display: flex;
  align-items: flex-start;
  padding: 1.6rem 0;
  width: calc(50% + 1rem - 2rem);
  margin-top: 0;
  margin-right: 2rem;
}
.arti-cnt__af-content:nth-of-type(1) {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.arti-cnt__af-content:not(:nth-of-type(1)) {
  border-bottom: 1px solid #e1e1e1;
}
.arti-cnt__af-content:nth-of-type(-n+2) {
  margin-top: 0;
}
.arti-cnt__af-content:nth-of-type(2n) {
  margin-right: 0;
}
.arti-cnt__af-content a {
  display: flex;
}
.arti-cnt__af-content .card-img {
  flex: 0 1 auto;
  width: 100%;
  max-width: 150px;
  min-width: 150px;
}
.arti-cnt__af-content .card-img img {
  display: block;
  object-fit: contain;
  object-position: top;
  font-family: "object-fit: contain; object-position: top;";
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.arti-cnt__af-content .data {
  margin-top: 1.6rem;
}
.arti-cnt__af-content .data time {
  margin-bottom: 0.5rem;
  color: #f2f2f2;
}
.arti-cnt__af-content .card-body {
  flex: 1 1 auto;
  margin-top: 0;
  margin-left: 2rem;
}
.arti-cnt__af-content .card-ttl {
  color: #000000;
  font-size: 14px;
  font-size: 4vw;
  /*font-family: "Noto Serif JP", serif;*/
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.5;
}
.arti-cnt__af-content__article {
  width: 100%;
}
.arti-cnt__af-content__article:not(:nth-of-type(1)) {
  margin-top: 2rem;
}
.arti-cnt__af-content__article .card-body {
  padding: 0 0 0.8rem;
  border-bottom: 1px solid #cccccc;
}
.arti-cnt__af-content__article .card-body:not(:nth-of-type(1)) {
  padding: 2rem 0;
}
.arti-cnt__af-content__article .card-body .__data {
  display: flex;
  align-items: center;
  color: #083f5e;
  font-size: 1.3rem;
  margin-bottom: 0.8rem;
}
.arti-cnt__af-content__article .card-body .__data time {
  font-size: 1.3rem;
  margin-right: 0.8rem;
}
.arti-cnt__af-content__article .card-body .__title {
  font-size: 16px;
  font-size: 4.5714285714vw;
  color: #083f5e;
}

.u-recommend-item {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.5rem;
}
.u-recommend-item .__ttl {
  font-size: 14px;
  font-size: 4vw;
  text-align: center;
  color: #ffffff;
  background-color: #083f5e;
  padding: var(--vk-heading-has-background-padding);
  margin-top: 0;
  margin-bottom: 1.25em;
  line-height: 1.25;
}
.u-recommend-item .__img {
  display: block;
  width: 100%;
  margin: 3rem auto 0;
}
.u-recommend-item .__text {
  /*font-family: "Noto Serif JP", serif;*/
  margin-top: 2rem;
}
.u-recommend-item .__text h3 {
  margin-top: 0;
  font-size: 16px;
  font-size: 4.5714285714vw;
}
.u-recommend-item .__text a {
  color: #000000;
}
.u-recommend-item .__text a:hover, .u-recommend-item .__text a:active, .u-recommend-item .__text a:focus {
  color: #000000;
}
.u-recommend-item .col-footer-1col {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 2.5rem;
}
.u-recommend-item .col-footer-1col a {
  color: #545454;
}
.u-recommend-item .col-footer-1col .footer-1col-btn_inn {
  max-width: 220px;
  min-width: auto;
}

.ym-card-cnt_h .card-header {
  padding: 0;
  margin-bottom: auto;
  background-color: transparent;
  border-bottom: none;
}
.ym-card-cnt_h .card-body {
  padding: 0;
}
.ym-card-cnt_h .card-footer {
  background-color: transparent;
  border-top: none;
}

.tag-cate {
  border: 1px solid #083f5e;
  background: none;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0.4rem 1.2rem;
  vertical-align: middle;
  border-radius: 0;
  box-sizing: border-box;
}
.tag-cate-min {
  border: 1px solid #083f5e;
  font-size: 0.85rem;
  line-height: 1;
  padding: 0.35rem 0.7rem;
  vertical-align: middle;
  border-radius: 0;
  box-sizing: border-box;
}

.archive-list__li {
  padding: 0 0 2rem;
  border-bottom: 1px solid #cccccc;
}
.archive-list__li:not(:nth-of-type(1)) {
  padding: 2rem 0;
}
.archive-list__li .__data {
  display: flex;
  align-items: center;
  color: #083f5e;
  font-size: 1.3rem;
}
.archive-list__li .__data time {
  font-size: 1.3rem;
  margin-right: 0.8rem;
}
.archive-list__li .__title {
  font-size: 16px;
  font-size: 4.5714285714vw;
  color: #666666;
}

.blog-sec li.post_list__case-none {
  height: 250px;
  width: 100% !important;
  margin: 0 !important;
  justify-content: center;
  display: flex;
}

.info-nothing {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.info-nothing > * {
  width: 100%;
  text-align: center;
}
.info-nothing i {
  font-size: 40px;
  margin-bottom: 8px;
  color: #545454;
}
.info-nothing p {
  color: #545454;
}

.blog-sec .image {
  overflow: hidden;
}
.blog-sec img.wp-post-image {
  transition: all 0.4s ease;
  display: block;
  width: auto;
}
.blog-sec .image:hover img.wp-post-image {
  transform: scale(1.05);
}
.blog-sec .post-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-sec .image {
  flex: 0 1 auto;
  display: block;
  width: 100%;
  max-width: 105px;
  min-width: 105px;
}
.blog-sec .image img {
  display: inline-block;
  vertical-align: bottom;
  object-fit: contain;
  object-position: top;
  font-family: "object-fit: contain; object-position: top;";
  width: 100%;
  height: 100%;
}
.blog-sec .data {
  flex: 1 1 auto;
  margin-top: 1.2rem;
}
.blog-sec .data time {
  display: block;
  margin-bottom: 0.5rem;
  color: #8c8d8f;
  font-size: 1.3rem;
}
.blog-sec .data h3 {
  font-weight: bolder;
  font-size: 14px;
  font-size: 4vw;
  /*font-family: "Noto Serif JP", serif;*/
  color: #000000;
  margin: 0;
  line-height: 1.75;
}
.blog-sec .data p {
  color: #545454;
}

.m-pagenation {
  margin-top: 5rem;
}

ol.m-pagenation__body {
  display: flex;
  justify-content: center;
  padding: 0;
}
ol.m-pagenation__body li {
  color: #545454;
  position: relative;
  width: 30px;
  margin-right: 0.5em;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  box-shadow: none;
}
ol.m-pagenation__body li::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 3px;
  border: 1px solid #c8c8c8;
  background-color: transparent;
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
ol.m-pagenation__body li a {
  color: #545454;
}
ol.m-pagenation__body li a:visited::before {
  border: 1px solid #c8c8c8;
}
ol.m-pagenation__body li:hover, ol.m-pagenation__body li:active, ol.m-pagenation__body li:focus {
  color: #000000;
}
ol.m-pagenation__body li:hover::before, ol.m-pagenation__body li:active::before, ol.m-pagenation__body li:focus::before {
  border: 1px solid #083f5e;
}
ol.m-pagenation__body li.-current {
  color: #000000;
}
ol.m-pagenation__body li.-current::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 3px;
  border: 1px solid #083f5e;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
div#ez-toc-container {
  border: none;
  padding: 0;
  margin: 5rem auto;
  width: 100% !important;
  box-shadow: none;
}
div#ez-toc-container p.ez-toc-title {
  color: #000000;
}
div#ez-toc-container nav {
  margin-top: 0.8rem;
  padding: 1.6rem 4.8vw;
  background-color: #f2f2f2;
}
div#ez-toc-container ul li {
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
}
div#ez-toc-container a {
  color: #545454;
  width: 100%;
  display: block;
}

#ez-toc-container ul ul.ez-toc-list-level-2, #ez-toc-container ul ul.ez-toc-list-level-3, #ez-toc-container ul ul.ez-toc-list-level-4, .ez-toc div.ez-toc-widget-container ul ul.ez-toc-list-level-2, .ez-toc div.ez-toc-widget-container ul ul.ez-toc-list-level-3, .ez-toc div.ez-toc-widget-container ul ul.ez-toc-list-level-4 {
  margin-left: 0;
}

.ez-toc-counter nav ul li a::before {
  display: none;
}

#contents div .wpsm_panel-title a {
  /*font-family: "Noto Serif JP", serif !important;*/
}

#contents div .wpsm_panel-body {
  /*font-family: "Noto Serif JP", serif !important;*/
}

.wp-block-buttons.__post-btns .wp-block-button .wp-block-button__link {
  width: 22rem;
}

.post-cnt.entry-content {
  /*font-family: "Noto Serif JP", serif;*/
}
.post-cnt.entry-content h2, .post-cnt.entry-content h3 {
  color: #000000;
}
.post-cnt.entry-content p, .post-cnt.entry-content h2, .post-cnt.entry-content h3, .post-cnt.entry-content h4, .post-cnt.entry-content h5 {
  max-width: 100%;
}
.post-cnt.entry-content .wp-block-image {
  max-width: 100%;
}
.post-cnt.entry-content > * {
  margin-left: auto;
  margin-right: auto;
}
.post-cnt .group-step_01 {
  border-bottom: 1px dotted #cccccc;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.post-cnt .group-step_01:nth-last-of-type(1) {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.post-cnt .group-step_01 .wp-block-column .wp-block-image {
  margin-bottom: 0;
}
@media screen and (min-width: 900px) {
  #breadcrumb {
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
  }
  .post-ttl.__top-ttl {
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .post-ttl.__top-ttl .wp-post-image {
    display: block;
    /*
    object-fit: contain;
    object-position: left;
    font-family: "object-fit: contain; object-position: left;";
    max-width: 100%;
    height: 100%;
    max-height: 520px;
    */
    width: 100%;
    height: auto;
  }
  .main-wrap {
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
  }
  .main-wrap {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .main-wrap .main-cnt__post {
    justify-content: center;
  }
  .main-wrap .main-cnt__inn2 {
    width: 100%;
    max-width: 740px;
    margin-right: 10rem;
  }
  .ym-sidebar {
    margin-top: 0;
    order: 0;
    max-width: 320px;
    margin-right: 0rem;
  }
  .sidebar-wrapper h2 {
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .sidebar-wrapper .wid-list > li > a {
    font-size: 1.3rem;
  }
  .sidebar-wrapper .wid-list__tags a.atm-tag {
    line-height: 1.25;
  }
  .arti-sec {
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
  }
  .arti-cnt__af-content:nth-of-type(1), .arti-cnt__af-content:nth-of-type(2) {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
  }
  .blog-sec .post-list > * {
    padding: 0;
    margin-top: 5rem;
    margin-right: 2.3rem;
    width: calc(33.33% + 0.76rem - 2.3rem);
  }
  .blog-sec .post-list > *:nth-of-type(-n+3) {
    margin-top: 0;
  }
  .blog-sec .post-list > *:nth-of-type(3n) {
    margin-right: 0;
  }
  .blog-sec .image img {
    object-fit: cover;
    object-position: center;
    font-family: "object-fit: cover; object-position: center;";
    max-width: 245px;
    min-width: 245px;
    max-height: 164px;
    min-height: 164px;
  }
  .blog-sec .data time {
    line-height: 1;
    margin-bottom: 1.6rem;
    font-size: 1.4rem;
  }
  div#ez-toc-container ul {
    display: flex;
    flex-wrap: wrap;
  }
  div#ez-toc-container ul li {
    width: 50%;
  }
  div#ez-toc-container ul li:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  #breadcrumb ul > li {
    margin-bottom: 0rem;
  }
  .bdt-spa-min {
    margin-top: 2rem;
  }
  .post-ttl {
    margin-top: 5rem;
  }
  .post-ttl time {
    font-size: 1.3rem;
  }
  .post-ttl.__top-ttl .wp-post-image {
    display: block;
    /*
    object-fit: contain;
    object-position: center;
    font-family: "object-fit: contain; object-position: center;";
    max-width: 100%;
    height: 100%;
    max-height: 40vh;
    */
    width: 100%;
    height: auto;
  }
  .main-wrap {
    margin-top: 3rem;
    margin-bottom: 4rem;
  }
  .main-wrap.__cate-area {
    flex-wrap: wrap;
  }
  .main-wrap.__cate-area > .main-cnt {
    margin-right: 0;
  }
  .sec-min {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .sidebar-wrapper h2 {
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
  .sidebar-wrapper .wid-list > li > ul li a {
    padding: 0.8rem 0 0.8rem 1.6rem;
  }
  .backto-pre-next {
    margin-top: 3rem;
  }
  .backto-pre-next {
    margin-bottom: 3rem;
  }
  .backto-pre-next {
    margin-left: auto;
    margin-right: auto;
  }
  .tag-cnt {
    margin-bottom: 3rem;
  }
  .r_arti-cnt, .back-top_cnt, .reco_arti-cnt {
    margin-bottom: 3rem;
  }
  .af-cnt {
    margin-top: 1.5rem;
  }
  .arti-cnt__af-content {
    width: calc(100% + 0.4rem - 0.4rem);
    margin-top: 0;
    margin-right: 0;
  }
  .arti-cnt__af-content:nth-of-type(-n+2) {
    margin-top: 0;
  }
  .arti-cnt__af-content:nth-of-type(2n) {
    margin-right: 0;
  }
  .arti-cnt__af-content:nth-of-type(-n+1) {
    margin-top: 0;
  }
  .arti-cnt__af-content:nth-of-type(1n) {
    margin-right: 0;
  }
  .arti-cnt__af-content .card-img {
    max-width: 100px;
    min-width: 100px;
  }
  .arti-cnt__af-content .card-body {
    padding: 0;
  }
  .blog-sec .post-list > * {
    padding: 1.6rem 0;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: space-between;
  }
  .blog-sec .post-list > *:nth-of-type(1) {
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
  }
  .blog-sec .post-list > *:not(:nth-of-type(1)) {
    border-bottom: 1px solid #c8c8c8;
  }
  .blog-sec .data {
    margin-top: 1.5rem;
    margin-left: 2rem;
  }
  .blog-sec .data p {
    display: none;
  }
  .m-pagenation {
    margin-top: 3rem;
  }
  div#ez-toc-container {
    max-width: 500px;
    margin: 4rem auto;
  }
}
@media screen and (min-width: 350px) {
  .ym-text-area p {
    font-size: calc(1.4rem + (12 - 14) * ((100vw - 420px) / (350 - 420)));
  }
  .ym-text-area h3 {
    font-size: calc(1.7rem + (14 - 17) * ((100vw - 420px) / (350 - 420)));
  }
  .post-ttl h1 {
    font-size: calc(2.4rem + (20 - 24) * ((100vw - 420px) / (350 - 420)));
  }
  .sidebar-wrapper .wid-list > li > a {
    font-size: calc(1.4rem + (12 - 14) * ((100vw - 420px) / (350 - 420)));
  }
  .sidebar-wrapper .wid-list > li > ul li a {
    font-size: calc(1.3rem + (12 - 13) * ((100vw - 420px) / (350 - 420)));
  }
  .backto-pre-next .to-pre a, .backto-pre-next .to-next a {
    font-size: calc(1.4rem + (12 - 14) * ((100vw - 420px) / (350 - 420)));
  }
  .backto-pre-next .__moveTo {
    font-size: calc(1.4rem + (12 - 14) * ((100vw - 420px) / (350 - 420)));
  }
  .arti-cnt__af-content .card-ttl {
    font-size: calc(1.7rem + (14 - 17) * ((100vw - 420px) / (350 - 420)));
  }
  .arti-cnt__af-content__article .card-body .__title {
    font-size: calc(2rem + (16 - 20) * ((100vw - 420px) / (350 - 420)));
  }
  .u-recommend-item .__ttl {
    font-size: calc(1.6rem + (14 - 16) * ((100vw - 420px) / (350 - 420)));
  }
  .u-recommend-item .__text h3 {
    font-size: calc(2rem + (16 - 20) * ((100vw - 420px) / (350 - 420)));
  }
  .archive-list__li .__title {
    font-size: calc(2rem + (16 - 20) * ((100vw - 420px) / (350 - 420)));
  }
  .blog-sec .data h3 {
    font-size: calc(1.7rem + (14 - 17) * ((100vw - 420px) / (350 - 420)));
  }
}
@media screen and (min-width: 350px) and (min-width: 420px) {
  .ym-text-area p {
    font-size: 1.4rem;
  }
  .ym-text-area h3 {
    font-size: 1.7rem;
  }
  .post-ttl h1 {
    font-size: 2.4rem;
  }
  .sidebar-wrapper .wid-list > li > a {
    font-size: 1.4rem;
  }
  .sidebar-wrapper .wid-list > li > ul li a {
    font-size: 1.3rem;
  }
  .backto-pre-next .to-pre a, .backto-pre-next .to-next a {
    font-size: 1.4rem;
  }
  .backto-pre-next .__moveTo {
    font-size: 1.4rem;
  }
  .arti-cnt__af-content .card-ttl {
    font-size: 1.7rem;
  }
  .arti-cnt__af-content__article .card-body .__title {
    font-size: 2rem;
  }
  .u-recommend-item .__ttl {
    font-size: 1.6rem;
  }
  .u-recommend-item .__text h3 {
    font-size: 2rem;
  }
  .archive-list__li .__title {
    font-size: 2rem;
  }
  .blog-sec .data h3 {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 420px) {
  .post-ttl__under > .tag-area {
    width: auto;
  }
  .post-ttl__under {
    justify-content: space-between;
  }
  .post-ttl .share-btn a i.icon {
    width: 2rem;
    height: 2rem;
  }
  .post-ttl .share-btn a i.icon::after {
    width: 2rem;
    height: 2rem;
  }
  .sidebar-wrapper .wid-list > li > ul li a {
    font-size: 1.3rem;
  }
  .blog-sec .image {
    max-width: 150px;
    min-width: 150px;
  }
  div#ez-toc-container nav {
    padding: 1.6rem 2rem;
  }
}
@media screen and (min-width: 420px) and (min-width: 640px) {
  .post-ttl__under {
    display: flex;
  }
}
@media screen and (max-width: 420px) {
  .post-ttl .share-btn {
    margin-bottom: 0;
    width: 100%;
    justify-content: flex-end;
  }
  .sidebar-wrapper .wid-list .atm-tag {
    line-height: 1.75;
  }
}
@media screen and (min-width: 900px) and (min-width: 1240px) {
  .main-wrap .main-cnt__inn2 {
    max-width: 780px;
  }
}
@media screen and (min-width: 900px) and (min-width: 1200px) {
  .ym-sidebar {
    margin-right: 0rem;
  }
}
@media screen and (min-width: 640px) {
  .sidebar-wrapper .wid-list .atm-tag {
    line-height: 1.25;
  }
  .backto-pre-next .inner > * {
    width: 50%;
  }
  .backto-pre-next .inner > *:nth-of-type(1) {
    padding: 3rem 1rem 3rem 0;
  }
  .backto-pre-next .inner > *:nth-of-type(2) {
    padding: 3rem 0 3rem 1rem;
  }
  .backto-pre-next .to-pre a, .backto-pre-next .to-next a {
    height: 95px;
  }
  .backto-pre-next .to-pre .__txt, .backto-pre-next .to-next .__txt {
    align-items: flex-start;
  }
  .backto-pre-next .to-pre .__moveTo::after {
    content: "";
  }
  .backto-pre-next .to-pre .__moveTo::before {
    content: "< ";
  }
  .backto-pre-next .to-next .__moveTo {
    text-align: right;
  }
  .arti-cnt__af-content__article {
    margin-top: 2rem;
    margin-right: 2rem;
    width: calc(50% + 1rem - 2rem);
  }
  .arti-cnt__af-content__article:nth-of-type(-n+2) {
    margin-top: 0;
  }
  .arti-cnt__af-content__article:nth-of-type(2n) {
    margin-right: 0;
  }
  .u-recommend-item {
    margin-top: 6rem;
  }
  .u-recommend-item .__wrap {
    display: flex;
    justify-content: center;
  }
  .u-recommend-item .__img {
    flex: 1 1 50%;
    margin: 0 auto;
  }
  .u-recommend-item .__text {
    margin-top: 0;
    margin-right: 2rem;
    flex: 1 1 50%;
  }
}
@media screen and (min-width: 640px) and (min-width: 900px) {
  .backto-pre-next .inner > *:nth-of-type(1) {
    padding-right: 1rem;
  }
  .backto-pre-next .inner > *:nth-of-type(2) {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .backto-pre-next .inner {
    display: block;
  }
  .backto-pre-next .inner .to-pre, .backto-pre-next .inner .to-next {
    flex-wrap: wrap;
    width: 100%;
  }
  .arti-cnt__af-content .data {
    margin-top: 0;
  }
  .archive-inn {
    padding: 0;
  }
  .post-cnt .group-step_01 .wp-block-columns {
    gap: 0;
  }
}
@media screen and (max-width: 900px) and (max-width: 640px) {
  .arti-cnt__af-content .card-body {
    margin-left: 1.6rem;
  }
  .blog-sec .data {
    margin-top: 0;
    height: auto;
  }
}
@media screen and (min-width: 420px) and (min-width: 900px) {
  .blog-sec .image {
    border: 1px solid #e1e1e1;
    background-color: #e1e1e1;
    max-width: 245px;
    min-width: 245px;
  }
}
@media screen and (min-width: 782px) {
  .post-cnt.entry-content > * {
    margin-left: 0;
    margin-right: auto;
  }
}



/**************************************************************************************************
旧レシピ
**************************************************************************************************/
@media screen and (min-width: 840px) {
  .entry-content h2{
    margin:0 0 7px;
    font-size:25px;
    font-weight:bold;
    color:#083f5e;
  }
  .entry-content .info-main{
    padding:0 0 25px;
  }
  .entry-content .category-list ul li a{
    background:#f8f6ed;
    border-radius:5px;
    border:solid 1px #e2dfd0;
    color:#643205;
    display:block;
    float:left;
    line-height:1.2;
    margin:0 12px 20px 0;
    padding:2px 10px;
    font-size:14px;
    text-decoration:none;
  }
  .entry-content .img{
    float:left;
    width:280px;
  }
  .entry-content .txt{
    float:right;
    width:460px;
  }
  .entry-content .contributor{
    margin:0 0 20px;
    padding:0 0 0 25px;
    min-height:19px;
    line-height:1.2;
    font-size:15px;
    background:url(../images/single/icon-recipe1.png) no-repeat 0 0;
  }
  .entry-content .contributor a{
    color:#643205;
  }
  .entry-content .heading-eiyouka{
    padding:0 0 4px;
    font-size:16px;
    font-weight:bold;
    color:#643205;
  }
  .entry-content table.tbl-eiyouka{
    width:100%;
    margin:0 0 18px;
    font-size:14px;
  }
  .entry-content table.tbl-eiyouka th{
    width:25%;
    padding:2px 13px;
    border:solid 1px #e1dece;
    text-align:left;
    font-weight:normal;
  }
  .entry-content table.tbl-eiyouka th{
    border-right:dashed 1px #e1dece;
  }
  .entry-content table.tbl-eiyouka td{
    width:25%;
    padding:3px 13px;
    border-top:solid 1px #e1dece;
    border-bottom:solid 1px #e1dece;
    border-right:solid 1px #e1dece;
  }
  .entry-content table.tbl-eiyouka .cell1{
    background:#f8f6ed;
  }
  .entry-content .recipe-comment{
    font-size:15px;
  }
  .entry-content .recipe-material{
    padding:0 0 10px;
  }
  .entry-content .recipe-material .sheading-eiyouka{
    padding:3px 8px;
    font-size:14px;
  }
  .entry-content .recipe-material table{
    width:100%;
    margin:0 0 10px;
    font-size:15px;
    border-top:solid 1px #e1dece;
    border-bottom:solid 1px #e1dece;
  }
  .entry-content .recipe-material table th{
    padding:9px 8px;
    border-bottom:dashed 1px #e1dece;
    text-align:left;
    font-weight:normal;
  }
  .entry-content .recipe-material table td{
    border-bottom:dashed 1px #e1dece;
  }
  .entry-content .recipe-material table td{
    padding:0 8px;
  }
  .entry-content .recipe-material table .cell1{
    padding:5px 8px;
    border-bottom:dashed 1px #e1dece;
    background:#f8f6ed;
    vertical-align:middle;
  }
  .entry-content .recipe-material table .value{
    text-align:right;
  }
  .entry-content .recipe-material table th table{
    width:auto;
    margin:0;
    border:none;
  }
  .entry-content .recipe-material table th table th,
  .entry-content .recipe-material table th table td{
    padding:0 3px 0 0;
    border:none;
  }
  .entry-content .recipe-flow{
    margin:0 0 35px;
  }
  .entry-content .recipe-flow .recipe-flow-heading{
    padding:0 0 10px;
    border-bottom:solid 1px #e1dece;
    font-size:16px;
    font-weight:bold;
    color:#643205;
  }
  .entry-content .recipe-flow ul{
    border-bottom:solid 1px #e1dece;
    font-size:15px;
  }
  .entry-content .recipe-flow ul li{
    padding:9px 9px 9px 39px;
    border-bottom:dashed 1px #e1dece;
  }
  .entry-content .recipe-flow ul li.list0{
    padding:9px 9px 9px 5px;	
  }
  .entry-content .recipe-flow ul li.list1{
    background:url(../images/single/icon-list1.png) no-repeat 12px 12px;
  }
  .entry-content .recipe-flow ul li.list2{
    background:url(../images/single/icon-list2.png) no-repeat 12px 12px;
  }
  .entry-content .recipe-flow ul li.list3{
    background:url(../images/single/icon-list3.png) no-repeat 12px 12px;
  }
  .entry-content .recipe-flow ul li.list4{
    background:url(../images/single/icon-list4.png) no-repeat 12px 12px;
  }
  .entry-content .recipe-flow ul li.list5{
    background:url(../images/single/icon-list5.png) no-repeat 12px 12px;
  }
  .entry-content .recipe-flow ul li.list6{
    background:url(../images/single/icon-list6.png) no-repeat 12px 12px;
  }
  .entry-content .recipe-flow ul li.list7{
    background:url(../images/single/icon-list7.png) no-repeat 12px 12px;
  }
  .entry-content .recipe-flow ul li.list8{
    background:url(../images/single/icon-list8.png) no-repeat 12px 12px;
  }
  .entry-content .recipe-flow ul li.list9{
    background:url(../images/single/icon-list9.png) no-repeat 12px 12px;
  }
  .entry-content .recipe-flow ul li.list10{
    background:url(../images/single/icon-list10.png) no-repeat 12px 12px;
  }
  .entry-content .recipe-flow ul li.list11{
    background:url(../images/single/icon-list11.png) no-repeat 12px 12px;
  }
  .entry-content .recipe-flow ul li.list-end{
    border:none;
  }
  .entry-content .recipe-item.recipe-item1 {
    position: relative;
    margin-top: 70px;
  }
  .entry-content .recipe-item.recipe-item1:before {
    top: -50px;
    left: 0;
    width: 100%;
    position: absolute;
    display: block;
    content: "このレシピで使われている商品";
    padding:0 0 10px;
    font-size:20px;
    font-weight:bold;
    color:#ff6400;
  }
  .entry-content .recipe-item{
    margin:0 0 15px;
    padding:17px;
    border:solid 5px #e1dece;
  }
  .entry-content .recipe-item .thumbnail{
    float:left;
    width:160px;
    height:160px;
    overflow:hidden;
  }
  .entry-content .recipe-item .thumbnail img{
    width:100%;
    height:auto;
  }
  .entry-content .recipe-item .txt{
    float:right;
    width:540px;
  }
  .entry-content .recipe-item .txt .heading{
    padding:0 0 5px;
    font-size:16px;
    font-weight:bold;
  }
  .entry-content .recipe-item .txt .heading a{
    color:#719f31;
  }
  .entry-content .recipe-item .txt .txt-comment{
    margin:0 0 15px;
    font-size:14px;
  }
  .entry-content .recipe-item .txt .btn-details{
    text-align:right;
  }
  .entry-content .recipe-item .txt .btn-details a{
  }
  .entry-content .sms{
    padding:10px 0 45px;
  }
  .entry-content .sms ul li{
    float:left;
    padding:0 15px 0 0;
  }
  .entry-content .sms ul li.sms-facebook{
    width:100px;
  }
  .entry-content .sms ul li.sms-twitter{
    width:90px;
  }
  .entry-content .relation .heading-relation{
    margin:0 0 35px;
    background:#f8f6ed;
  }
  .entry-content .relation .heading-relation .heading-relation-wrapper{
    padding:10px 0 0;
    background:url(../images/single/bg-heading-relation-top.png) no-repeat 0 0;
  }
  .entry-content .relation .heading-relation .heading-relation-box{
    padding:0 20px 10px;
    line-height:1.2;
    font-size:25px;
    color:#643205;
    background:url(../images/single/bg-heading-relation-bottom.png) no-repeat 0 100%;
  }
  .entry-content .relation ul li{
    float:left;
    width:175px;
    padding:0 20px 0 0;
  }
  .entry-content .relation ul li.related-post4{
    padding:0;
  }
  .entry-content .relation ul li .thumb{
    height:175px;
    margin:0 0 8px;
    overflow:hidden;
  }
  .entry-content .relation ul li .title{
    line-height:1.8;
  }
  .entry-content .relation ul li img{
    width:100%;
    height:auto;
  }
  .entry-content .relation .sugariness{
    text-align:right;
    color:#643205;
  }
  .entry-content .relation ul li a{
    font-size:14px;
    color:#083f5e;
  }
  .clearfix:after {
    content: "";
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
  }
}
@media screen and (max-width: 839px) {
  .entry-content h2{
    margin:0 0 7px;
    font-size:25px;
    font-weight:bold;
    color:#083f5e;
  }
  .entry-content .info-main{
    padding:0 0 25px;
  }
  .entry-content .category-list ul li a{
    background:#f8f6ed;
    border-radius:5px;
    border:solid 1px #e2dfd0;
    color:#643205;
    display:block;
    float:left;
    line-height:1.2;
    margin:0 12px 20px 0;
    padding:2px 10px;
    font-size:14px;
    text-decoration:none;
  }
  .entry-content .img{
    float:left;
    width:280px;
  }
  .entry-content .txt{
    float:right;
    width:460px;
  }
  .entry-content .contributor{
    margin:0 0 20px;
    padding:0 0 0 25px;
    min-height:19px;
    line-height:1.2;
    font-size:15px;
    background:url(../images/single/icon-recipe1.png) no-repeat 0 0;
  }
  .entry-content .contributor a{
    color:#643205;
  }
  .entry-content .heading-eiyouka{
    padding:0 0 4px;
    font-size:16px;
    font-weight:bold;
    color:#643205;
  }
  .entry-content table.tbl-eiyouka{
    width:100%;
    margin:0 0 18px;
    font-size:14px;
  }
  .entry-content table.tbl-eiyouka th{
    width:25%;
    padding:2px 13px;
    border:solid 1px #e1dece;
    text-align:left;
    font-weight:normal;
  }
  .entry-content table.tbl-eiyouka th{
    border-right:dashed 1px #e1dece;
  }
  .entry-content table.tbl-eiyouka td{
    width:25%;
    padding:3px 13px;
    border-top:solid 1px #e1dece;
    border-bottom:solid 1px #e1dece;
    border-right:solid 1px #e1dece;
  }
  .entry-content table.tbl-eiyouka .cell1{
    background:#f8f6ed;
  }
  .entry-content .recipe-comment{
    font-size:15px;
  }
  .entry-content .recipe-material{
    padding:0 0 10px;
  }
  .entry-content .recipe-material .sheading-eiyouka{
    padding:3px 8px;
    font-size:14px;
  }
  .entry-content .recipe-material table{
    width:100%;
    margin:0 0 10px;
    font-size:15px;
    border-top:solid 1px #e1dece;
    border-bottom:solid 1px #e1dece;
  }
  .entry-content .recipe-material table th{
    padding:9px 8px;
    border-bottom:dashed 1px #e1dece;
    text-align:left;
    font-weight:normal;
  }
  .entry-content .recipe-material table td{
    border-bottom:dashed 1px #e1dece;
  }
  .entry-content .recipe-material table td{
    padding:0 8px;
  }
  .entry-content .recipe-material table .cell1{
    padding:5px 8px;
    border-bottom:dashed 1px #e1dece;
    background:#f8f6ed;
    vertical-align:middle;
  }
  .entry-content .recipe-material table .value{
    text-align:right;
  }
  .entry-content .recipe-material table th table{
    width:auto;
    margin:0;
    border:none;
  }
  .entry-content .recipe-material table th table th,
  .entry-content .recipe-material table th table td{
    padding:0 3px 0 0;
    border:none;
  }
  .entry-content .recipe-flow{
    margin:0 0 35px;
  }
  .entry-content .recipe-flow .recipe-flow-heading{
    padding:0 0 10px;
    border-bottom:solid 1px #e1dece;
    font-size:16px;
    font-weight:bold;
    color:#643205;
  }
  .entry-content .recipe-flow ul{
    border-bottom:solid 1px #e1dece;
    font-size:15px;
  }
  .entry-content .recipe-flow ul li{
    padding:9px 9px 9px 39px;
    border-bottom:dashed 1px #e1dece;
  }
  .entry-content .recipe-flow ul li.list0{
    padding:9px 9px 9px 5px;	
  }
  .entry-content .recipe-flow ul li.list1{
    background:url(../images/single/icon-list1.png) no-repeat 12px 12px;
  }
  .entry-content .recipe-flow ul li.list2{
    background:url(../images/single/icon-list2.png) no-repeat 12px 12px;
  }
  .entry-content .recipe-flow ul li.list3{
    background:url(../images/single/icon-list3.png) no-repeat 12px 12px;
  }
  .entry-content .recipe-flow ul li.list4{
    background:url(../images/single/icon-list4.png) no-repeat 12px 12px;
  }
  .entry-content .recipe-flow ul li.list5{
    background:url(../images/single/icon-list5.png) no-repeat 12px 12px;
  }
  .entry-content .recipe-flow ul li.list6{
    background:url(../images/single/icon-list6.png) no-repeat 12px 12px;
  }
  .entry-content .recipe-flow ul li.list7{
    background:url(../images/single/icon-list7.png) no-repeat 12px 12px;
  }
  .entry-content .recipe-flow ul li.list8{
    background:url(../images/single/icon-list8.png) no-repeat 12px 12px;
  }
  .entry-content .recipe-flow ul li.list9{
    background:url(../images/single/icon-list9.png) no-repeat 12px 12px;
  }
  .entry-content .recipe-flow ul li.list10{
    background:url(../images/single/icon-list10.png) no-repeat 12px 12px;
  }
  .entry-content .recipe-flow ul li.list11{
    background:url(../images/single/icon-list11.png) no-repeat 12px 12px;
  }
  .entry-content .recipe-flow ul li.list-end{
    border:none;
  }
  .entry-content .recipe-item.recipe-item1 {
    position: relative;
    margin-top: 70px;
  }
  .entry-content .recipe-item.recipe-item1:before {
    top: -50px;
    left: 0;
    width: 100%;
    position: absolute;
    display: block;
    content: "このレシピで使われている商品";
    padding:0 0 10px;
    font-size:20px;
    font-weight:bold;
    color:#ff6400;
  }
  .entry-content .recipe-item{
    margin:0 0 15px;
    padding:17px;
    border:solid 5px #e1dece;
  }
  .entry-content .recipe-item{
    margin:0 0 15px;
    padding:10px;
    border:solid 5px #e1dece;
  }
  .entry-content .recipe-item .thumbnail{
    float:left;
    width:28%;
    height:28%;
    overflow:hidden;
  }
  .entry-content .recipe-item .thumbnail img{
    width:100%;
    height:auto;
  }
  .entry-content .recipe-item .txt{
    float:right;
    width:calc(100% - 32%);
  }
  .entry-content .recipe-item .txt .heading{
    padding:0 0 5px;
    font-size:16px;
    font-weight:bold;
  }
  .entry-content .recipe-item .txt .heading a{
    color:#719f31;
  }
  .entry-content .recipe-item .txt .txt-comment{
    margin:0 0 15px;
    font-size:14px;
  }
  .entry-content .recipe-item .txt .btn-details{
    text-align:right;
  }
  .entry-content .recipe-item .txt .btn-details a{
  }
  .entry-content .sms{
    padding:10px 0 45px;
  }
  .entry-content .sms ul li{
    float:left;
    padding:0 15px 0 0;
  }
  .entry-content .sms ul li.sms-facebook{
    width:100px;
  }
  .entry-content .sms ul li.sms-twitter{
    width:90px;
  }
  .entry-content .relation .heading-relation{
    margin:0 0 35px;
    background:#f8f6ed;
  }
  .entry-content .relation .heading-relation .heading-relation-wrapper{
    padding:10px 0 0;
    background:url(../images/single/bg-heading-relation-top.png) no-repeat 0 0;
  }
  .entry-content .relation .heading-relation .heading-relation-box{
    padding:0 20px 10px;
    line-height:1.2;
    font-size:25px;
    color:#643205;
    background:url(../images/single/bg-heading-relation-bottom.png) no-repeat 0 100%;
  }
  .entry-content .relation ul li{
    float:left;
    width:175px;
    padding:0 20px 0 0;
  }
  .entry-content .relation ul li.related-post4{
    padding:0;
  }
  .entry-content .relation ul li .thumb{
    height:175px;
    margin:0 0 8px;
    overflow:hidden;
  }
  .entry-content .relation ul li .title{
    line-height:1.8;
  }
  .entry-content .relation ul li img{
    width:100%;
    height:auto;
  }
  .entry-content .relation .sugariness{
    text-align:right;
    color:#643205;
  }
  .entry-content .relation ul li a{
    font-size:14px;
    color:#083f5e;
  }
  .clearfix:after {
    content: "";
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
  }
}

.fs-c-modal {
  display: none!important;
}