
@charset "UTF-8";

/*----------
  common
----------*/
.kplus-main {
  font-family: noto sans jp, Lato, Hiragino Kaku Gothic ProN, Yu Gothic, Noto Sans CJK JP, Hiragino Sans, sans-serif !important;
}

.kplus-main {
  color: #5b392a;
}
h2.cp-heading-title { font-weight: bold !important; }
.kplus-main a:link{
  color:#6D4F42;
  text-decoration:none;
}
.kplus-main a:visited{
  color:#6D4F42;
  text-decoration:none;
}
.kplus-main a:hover{
  color:#6D4F42;
  text-decoration:none;
}
.kplus-main a:visited:hover{
  color:#6D4F42;
  text-decoration:none;
}
.kplus-main a:active{
  color:#6D4F42;
  text-decoration:none;
}

body .kplus-main .kplus-existing div:after,
body .kplus-main .kplus-existing dl:after,
body .kplus-main .kplus-existing dt:after,
body .kplus-main .kplus-existing dd:after,
body .kplus-main .kplus-existing ul:after,
body .kplus-main .kplus-existing .d-block:after {
  content: "";
  display: block;
  clear: both;
  float: none;
}
a.with-hover {
  position:relative;
}
a.with-hover:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(255,255,255, .5);
  transition: .3s ease;
}
a.with-hover:hover:after {
  opacity: .5;
}
a.more[class*=arrow-],
span.more[class*=arrow-] {
  display: inline-block;
}
a.more[class*="arrow-"]:before,
span.more[class*="arrow-"]:before {
  content: "";
  display: inline-block;
  float: left;
}
.text-under-desc {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.text-under-desc:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg,#5b392a 2px,transparent 0,transparent 4px);
  background-repeat: repeat-x;
  background-size: 7px 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.blcok-center {
  margin-left: auto !important;
  margin-right: auto !important;
}
.blcok-center-t {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.m-auto { margin: auto; }
.flex-jc-center { justify-content: center; }
.br-10 { border-radius: 10px; }
.br-20 { border-radius: 20px; }
.w100 { width: 100% !important; }
.w90 { width: 90% !important; }
.w80 { width: 80% !important; }
.w70 { width: 70% !important; }
.w60 { width: 60% !important; }

 .cp-imageiconset_image .image-link-expansion > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 1921px) and (max-width:2159px) {
  .inner_container {
    max-width: 1153px;
  }
}
@media (min-width: 768px) {
  .image-link-expansion {
    overflow: hidden;
    display: inline-block;
  }
  .image-link-expansion img {
    transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .image-link-expansion:hover img {
    transform: scale(1.1);
  }
  .link_hover_op:hover img {
    transform: scale(1);
    opacity: .7;
  }
}
@media (max-width: 767px) {
  .w100_sp { width: 100% !important; }
  .w90_sp { width: 90% !important; }
  .w80_sp { width: 80% !important; }
}



/*----------
  background-color
----------*/
.bg-base { background-color: #faf8ef !important; }
.bg-light-gray { background-color: #f6f4f0 !important; }
.bg-white { background-color: #ffffff !important; }
.bg-blue { background-color: #000066 !important; }
.bg-orange { background-color: #ffe450 !important; }
.bg-ocher { background-color: #dddaaa !important; }
.bg-lightgreen { background-color: #9bc535 !important; }
.bg-darkgreen { background-color: #6b9253 !important; }
.bg-beige { background-color: #d4b36d !important; }
.bg-lightbeige { background-color: #f8f0de !important; }
.bg-lightpink { background-color: #F47B87 !important; }
.bg-darkorange { background-color: #fb941a !important; }
.bg-brightgreen { background-color: #009933 !important; }
.bg-grad-gray { background-image: linear-gradient( 0deg, rgb(255,255,255) 0%, rgb(246,244,240) 100%) !important; }



/*----------
  font
----------*/
.fc-brown { color: #5b392a !important; }
.fc-lightbrown { color: #722b00 !important; }
.fc-deepbrown { color: #44291d !important; }
.fc-blue { color: #000066 !important; }
.fc-black { color: #000000 !important; }
.fc-gray { color: #333333 !important; }
.fc-white { color: #ffffff !important; }
.fc-lightgreen { color: #4e9a1b !important; }
.fc-deepgreen { color: #9bc535 !important; }
.fc-darkgreen { color: #6b9253 !important; }
.fc-orangepeel { background-color: #eda200 !important; }
.fc-red { color: #d0111b !important; }
.fc-brightgreen { color: #009933 !important; }
.fc-thinorange { color: #ff9900 !important; }
.fw-bold { font-weight: bold !important; }
.fs14 { font-size: 14px !important; }
.fs16 { font-size: 16px !important; }
.fs18 { font-size: 18px !important; }
.fs20 { font-size: 20px !important; }
.fs22 { font-size: 22px !important; }
.fs24 { font-size: 24px !important; }
.fs26 { font-size: 26px !important; }
.fs28 { font-size: 28px !important; }
@media (max-width: 767px) {
  .fs14-sp { font-size: 14px !important; }
  .fs16-sp { font-size: 16px !important; }
  .fs18-sp { font-size: 18px !important; }
  .fs20-sp { font-size: 20px !important; }
  .fs21-sp { font-size: 20px !important; }
  .fs22-sp { font-size: 22px !important; }
  .fs24-sp { font-size: 24px !important; }
  .fs26-sp { font-size: 26px !important; }
  .fs28-sp { font-size: 28px !important; }
}




/*----------
  etc
----------*/
.cp-heading-tertiary.cp-heading-tertiary-orange .cp-heading-title {
  color: #fdee4c;
}
.cp-heading-tertiary.cp-heading-tertiary-orange.cp-heading-tertiary::after {
  background: #fdee4c;
}
.cp-heading-tertiary.cp-heading-tertiary-deepgreen .cp-heading-title {
  color: #9bc535;
}
.cp-heading-tertiary.cp-heading-tertiary-deepgreen.cp-heading-tertiary::after {
  background: #9bc535;
}
.cp-heading-tertiary.cp-heading-tertiary-lightgreen .cp-heading-title {
  color: #4e9a1b;
}
.cp-heading-tertiary.cp-heading-tertiary-lightgreen.cp-heading-tertiary::after {
  background: #4e9a1b;
}
.cp-heading-tertiary.cp-heading-tertiary-blue .cp-heading-title {
  color: #000066;
}
.cp-heading-tertiary.cp-heading-tertiary-blue.cp-heading-tertiary::after {
  background: #000066;
}
.cp-heading-tertiary.cp-heading-tertiary-brown .cp-heading-title {
  color: #5b392a ;
}
.cp-heading-tertiary.cp-heading-tertiary-brown.cp-heading-tertiary::after {
  background: #5b392a ;
}
.cp-heading-tertiary.cp-heading-tertiary-deepbrown .cp-heading-title {
  color: #44291d ;
}
.cp-heading-tertiary.cp-heading-tertiary-deepbrown.cp-heading-tertiary::after {
  background: #44291d ;
}

/* .cp-heading-secondary-v6 */
.cp-heading-secondary-v6.bg-brown .cp-heading-title > span::before {
  background: #5b392a;
}
.cp-heading-secondary.cp-heading-tertiary-gray .cp-heading-title {
  color: #333333 ;
}
.cp-heading-secondary.cp-heading-tertiary-gray::after {
  background: #333333 ;
}

/* .cp-breadcrumbs */
.kplus-main .cp-breadcrumbs {
  background-color: #faf8ef;
}
.kplus-main.kokumotsusu-top .cp-breadcrumbs,
.kplus-main.yasashiiosu-top .cp-breadcrumbs,
.kplus-main.rakkyou-top .cp-breadcrumbs {
  background-color: #ffffff;
}
/* .cp-slider */
.cp-slider_copy {
  color: #ffffff;
  text-shadow: 0 0 6px #5b392a;
}
.cp-slider_bullet.is-active {
  background: #ffa200;
}

/* .cp-textlink */
.cp-textlink_inner {
  padding: 4px 8px 8px 0;
}
.cp-textlink .cp-textlink_inner::before,
.cp-textlink .cp-textlink_inner::after {
  display: none;
}
.cp-textlink .cp-textlink_inner {
  background-image: url(/k-plus/_assets/_shared/images/common/arrow_brown.png);
  padding-left: 28px;
  background-size: 18px 18px;
  background-position: 2px 8px;
  background-repeat: no-repeat;
}


/* .cp-button */
/* size */
.cp-button-ll .cp-button_inner {
	min-height: 60px;
	text-align: center;
	justify-content: center;
}
.cp-button-ll .cp-button_inner > span {
	padding-left: 30px;
	font-size: 18px;
	font-weight: bold;
}

.cp-button.cp-button-base-clr a {
  color: #ffffff;
}
.cp-button.cp-button-brown .cp-button_inner {
  color: #ffffff;
  background-color: #5b392a;
  border: 2px solid #5b392a;
  height: auto;
}
.cp-button.cp-button-yellow .cp-button_inner {
  color: #000066;
  background-color: #ffcc33;
  border: 2px solid #ffcc33;
  height: auto;
}
.cp-button.cp-button-yellow .cp-button_inner::before {
  background-image: url(/k-plus/_assets/_shared/images/ico_arrow3-blue.svg);
}
.cp-button.cp-button-orange .cp-button_inner {
  color: #5b392a;
  background-color: #fdee4c;
  border: 2px solid #fdee4c;
  height: auto;
}
.cp-button.cp-button-orange .cp-button_inner::before {
  background-image: url(/k-plus/_assets/_shared/images/ico_arrow3-brown.svg);
}
.cp-button.cp-button-lightorange .cp-button_inner {
  color: #ffffff;
  background-color: #e2891f;
  border: 2px solid #e2891f;
  height: auto;
}
.cp-button.cp-button-lightorange .cp-button_inner::before {
  background-image: url(/assets/img/cms_parts/ico_arrow-white.svg);
}
.cp-button.cp-button-pink .cp-button_inner {
  color: #ffffff;
  background-color: #db6849;
  border: 2px solid #db6849;
  height: auto;
}
.cp-button.cp-button-pink .cp-button_inner::before {
  background-image: url(/assets/img/cms_parts/ico_arrow-white.svg);
}
.cp-button.cp-button-brightorange .cp-button_inner {
  color: #5b392a;
  background-color: #ffd152;
  border: 2px solid #ffd152;
  height: auto;
}
.cp-button.cp-button-brightorange .cp-button_inner::before {
  background-image: url(/k-plus/_assets/_shared/images/ico_arrow3-brown.svg);
}
.cp-button.cp-button-max {
  max-width: 100%;
}
.cp-button.cp-button-max .cp-button_inner {
  max-width: 100%;
}



/* .cp-grid */
.cp-imageset_text {
  color: #5b392a;
}
.cp-grid.cp-grid-product .cp-imageset_image {
  text-align: center;
  height: 160px;
}
.cp-grid.cp-grid-product .cp-imageset_image img {
  max-height: 160px;
}
.cp-grid.cp-grid-product .cp-textlink {
  text-align: center;
}
.cp-grid.cp-grid-product .cp-textlink_inner {
  display: inline-block;
  /* max-width: 70%;
  width: 100%; */
  max-width: none;
  width: auto;
  text-align: left;
}

/* .cp-heading-title */
.cp-heading-title.recipe-spesial_ttl {
  background: url(/k-plus/_assets/_shared/images/common/bdr_03.png) repeat-x;
  background-position: center center;
}
.cp-heading-title.recipe-spesial_ttl span {
  background: #f6f4f0;
  display: inline-block;
  padding: 0 17px;
}
/* .hr_reco-recipe/reco-recipe_img_ttl */
.hr_reco-recipe {
  border: none;
  background: url(/k-plus/_assets/_shared/images/common/bdr_05.png) repeat-x;
  margin-bottom: -2em;
  padding: 0;
  height: 1px;
}
.reco-recipe_img_ttl {
  background: #fff;
  width: 125px;
  height: 80px;
  padding: 0 10px;
  margin: 0 auto;
}
.reco-recipe_img_ttl img {
  width: 100%;
}

/* .cp-attentionlist */
.cp-attentionlist.cp-attentionlist-note .cp-attentionlist-item {
  position: relative;
}
.cp-attentionlist.cp-attentionlist-note .cp-attentionlist-product-ttl {
  display: inline;
  font-weight: bold;
  font-size: 16px;
  overflow-wrap: break-word;
}

/* cp-imageset */
.cp-imageset_image.product-info-img {
  text-align: center;
}
.cp-imageset_image.product-info-img img {
  max-height: 337px;
  max-width: none;
}
@media (min-width: 768px) {
  /* cp-imageset */
  .cp-grid.cp-grid-product .cp-imageset {
    padding: 20px 10px;
    background-color: #ffffff;
  }
  .cp-imageset.cp-imageset-person-intro .cp-imageset_image {
    flex: 0 0 calc(20% - 16px);
  }
  .cp-imageset.cp-imageset-person-intro .cp-imageset_content {
    flex: 1 0 calc(80% - 16px);
  }
  /* cp-imagelink-2up/.cp-imagelink-3up  */
  .kplus-main .cp-imagelink-2up .cp-imagelink_inner,
  .kplus-main .cp-imagelink-3up .cp-imagelink_inner {
    padding-top: 0;
  }
  .kplus-main .cp-imagelink-2up .cp-imagelink_inner img,
  .kplus-main .cp-imagelink-3up .cp-imagelink_inner img {
    position: static;
  }

  .cp-heading-secondary h1.cp-heading-title {
    font-size: 36px;
    font-weight: bold;
  }

  /* .cp-textlink */
  .cp-textlink_inner:hover::after {
    transition: all 0.2s;
  }
  .cp-imageset-updown .cp-imageset_content {
    margin-top: 10px;
  }
  .cp-textlink .cp-textlink_inner:hover {
    text-decoration: underline;
  }

  /* .cp-button */
  .cp-button-ll .cp-button_inner {
		max-width: 460px;
	}
  .cp-button.cp-button-base-clr a:hover {
    color: #009933;
  }
  .cp-button.cp-button-brown .cp-button_inner:hover {
  color: #5b392a;
  background-color: #ffffff;
  }
  .cp-button.cp-button-brown .cp-button_inner:hover::before {
  background-image: url(/k-plus/_assets/_shared/images/ico_arrow3-brown.svg);
  }
  .cp-button.cp-button-yellow .cp-button_inner:hover {
    color: #ffcc33;
    background-color: #ffffff;
  }
  .cp-button.cp-button-yellow .cp-button_inner:hover::before {
    background-image: url(/k-plus/_assets/_shared/images/ico_arrow3-yellow.svg);
  }
  .cp-button.cp-button-orange .cp-button_inner:hover {
    color: #5b392a;
    background-color: #ffffff;
  }
  .cp-button.cp-button-orange .cp-button_inner:hover::before {
    background-image: url(/k-plus/_assets/_shared/images/ico_arrow3-brown.svg);
  }
  .cp-button.cp-button-lightorange .cp-button_inner:hover {
    color: #e2891f;
    background-color: #ffffff;
  }
  .cp-button.cp-button-lightorange .cp-button_inner:hover::before {
    background-image: url(/k-plus/_assets/_shared/images/ico_arrow3-lightorange.svg);
  }
  .cp-button.cp-button-pink .cp-button_inner:hover {
    color: #db6849;
    background-color: #ffffff;
  }
  .cp-button.cp-button-pink .cp-button_inner:hover::before {
    background-image: url(/k-plus/_assets/_shared/images/ico_arrow3-pink.svg);
  }
  .cp-button.cp-button-brightorange .cp-button_inner:hover {
    color: #ffd152;
    background-color: #ffffff;
  }
  .cp-button.cp-button-brightorange .cp-button_inner:hover::before {
    background-image: url(/k-plus/_assets/_shared/images/ico_arrow3-brightorange.svg);
  }
  .contens_section img {
    width: 100%;
  }
  span.more[class*="arrow-"] {
    line-height: 18px;
    padding-left: 28px;
    background-size: 18px 18px;
    background-position: 2px top;
    background-repeat: no-repeat;
    /* line-height: 110%; */
  }
  a.more[class*="arrow-"]:hover,
  span.more[class*="arrow-"]:hover,
  a:hover span.more[class*="arrow-"] {
    text-decoration: underline;
  }
  a.more.arrow-brown,
  span.more.arrow-brown {
    font-weight: bold;
    background-image: url(/k-plus/_assets/_shared/images/common/arrow_brown.png);
  }

  /* 3 column */
  .three-col .three-col_box {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .three-col .three-col_box li {
    -webkit-box-flex:0;
    -ms-flex:0 0 31.7%;
    flex: 0 0 calc((100% - 40px) / 3);
    margin-right: 20px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .three-col .three-col_box li:nth-child(3n) { margin-right: 0px; }
  .three-col .three-col_box li:last-child ,
  .three-col .three-col_box li:nth-last-child(2),
  .three-col .three-col_box li:nth-last-child(3) {
    margin-bottom: 0;
  }
  .three-col .three-col_box li .three-col_txt { padding: 15px 0; }
  .three-col .three-col_box_w li { background: #fff; }
  .three-col .three-col_box_w li .three-col_txt { padding: 15px 10px; }

  /* 4 column */
  .four-col .four-col_box {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .four-col .four-col_box li {
    -webkit-box-flex:0;
    -ms-flex:0 0 23.2%;
    flex: 0 0 calc((100% - 60px) / 4);
    margin-right: 20px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .four-col .four-col_box li:nth-child(4n) {
    margin-right: 0px;
  }
  .four-col .four-col_box li:nth-child(4n+1):nth-last-child(-n+4),
  .four-col .four-col_box li:nth-child(4n+1):nth-last-child(-n+4) ~ li {
    margin-bottom: 0 !important;
  }
  .four-col .four-col_box li .four-col_txt {
    padding: 25px 0 0;
  }
  .section .attention h3 span:before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url(/k-plus/_assets/_shared/images/common/icon_attention.png);
    margin-right: 10px;
    margin-top: -0.25em;
    vertical-align: middle;
  }

  /* .cp-attentionlist */
  .cp-attentionlist.cp-attentionlist-note .cp-attentionlist-item {
    padding-left: 2.5em;
    text-indent: -2.5em;
  }
  .cp-attentionlist.cp-attentionlist-note .cp-attentionlist-item::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url(/k-plus/_assets/_shared/images/common/icon_attention.png);
    margin-right: 5px;
    margin-top: -0.5em;
    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  .cp-heading-secondary h1.cp-heading-title {
    font-size: 30px;
    font-weight: bold;
  }
  .contens_section img {
    max-width: 100%
  }
  a.more.arrow-white,
  span.more.arrow-white {
    background-image: url(/k-plus/_assets/_shared/images/common/arrow_white_sp.png)
  }
  a.more.arrow-brown,
  span.more.arrow-brown {
    background-image: url(/k-plus/_assets/_shared/images/common/arrow_brown_sp.png)
  }
  span.more[class*=arrow-] {
    padding-left: 1.5em;
    background-size: 1em;
    background-position: 1px 0.15em;
  }

  /* cp-imageset */
  .cp-grid.cp-grid-product .cp-imageset {
    padding: 20px 10px;
    background-color: #ffffff;
  }

  /* 3 column */
  .three-col .three-col_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  
  .three-col .three-col_box li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48.5%;
    flex: 0 0 calc((100% - 3%)/2);
    margin-right: 3%;
    margin-bottom: 3%
  }
  
  .three-col .three-col_box li:nth-child(even) {
    margin-right: 0
  }
  
  .three-col .three-col_box li:last-child,.three-col .three-col_box li:nth-last-child(2) {
    margin-bottom: 0
  }
  
  .three-col .three-col_box li .three-col_txt {
    padding: .8em 0
  }
  
  .three-col .three-col_box_w li {
    background: #fff
  }
  
  .three-col .three-col_box_w li .three-col_txt {
    padding: 0
  }
  
  /* 4 column */
  .four-col .four-col_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  
  .four-col .four-col_box li {
    -webkit-box-flex: 1;
    -ms-flex: 0 0 48.5%;
    flex: 0 0 calc((100% - 3%)/2);
    margin-right: 3%;
    margin-bottom: 3%;
    box-sizing: border-box
  }
  
  .four-col .four-col_box li:nth-child(even) {
    margin-right: 0
  }
  
  .four-col .four-col_box li:last-child,.four-col .four-col_box li:nth-last-child(2):nth-child(odd) {
    margin-bottom: 0
  }
  
  .four-col .four-col_box li .four-col_txt {
    padding: 13px 0 0
  }

  /* .cp-attentionlist */
  .cp-attentionlist.cp-attentionlist-note .cp-attentionlist-item {
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
  .cp-attentionlist.cp-attentionlist-note .cp-attentionlist-item::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(/k-plus/_assets/_shared/images/common/icon_attention.png);
    margin-right: 2px;
    margin-top: -0.4em;
    background-size: contain;
    vertical-align: middle;
  }
}





/*----------------------------------------
  kplus-top
----------------------------------------*/
/* monthly_contaner */
.recipe-rank-content .cp-imageiconset_inner {
  cursor: auto;
}
@media (min-width: 768px) {
  .cp-slider.kplus-top-slider .cp-slider_prev i {
    background: url(/k-plus/_assets/_shared/images/ico_arrow3-white-l.svg) no-repeat 0 0;
    background-size: cover;
  }
  .cp-slider.kplus-top-slider .cp-slider_next i {
    background: url(/k-plus/_assets/_shared/images/ico_arrow3-white-r.svg) no-repeat 0 0;
    background-size: cover;
  }
  .recipe-sp-content .cp-imagelink.cp-imagelink-2up {
    justify-content: center;
  }
  .recipe-sp-content .cp-imagelink.cp-imagelink-2up .cp-imagelink_item {
    width: 50%;
    flex: none;
  }
  .monthly_contaner {
    display: block;
    position: relative;
    z-index: 0;
    padding: 1px 0;
    box-sizing: border-box
  }

  .monthly_contaner .left-rebon {
    display: inline-block;
    position: absolute;
    top: -20px;
    left: 0;
    margin: 0;
    padding: 20px 0 0;
    z-index: -1;
    width: 100px;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 24px
  }

  .monthly_contaner .left-rebon span {
    font-size: 48px
  }

  .monthly_contaner .left-rebon:before {
    position: absolute;
    content: '';
    top: 0;
    right: -20px;
    border: none;
    border-bottom: solid 20px #5b392a;
    border-right: solid 20px transparent
  }

  .monthly_contaner .left-rebon:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    width: 0
  }

  .monthly_contaner .monthly-inr {
    margin: 30px 35px
  }

  .monthly_contaner .monthly-inr .monthly-inr_title {
    text-align: center;
    margin-bottom: 30px
  }

  .monthly_contaner .monthly-inr .monthly_cont_ttl {
    position: relative;
    line-height: 1.4;
    padding: .15em 2em;
    display: inline-block;
    top: 0;
    font-size: 24px
  }

  .monthly_contaner .monthly-inr .monthly_cont_ttl:before,
  .monthly_contaner .monthly-inr .monthly_cont_ttl:after {
    position: absolute;
    top: 0;
    content: '';
    width: 10px;
    height: 100%;
    display: inline-block;
    box-sizing: border-box
  }

  .monthly_contaner .monthly-inr .monthly_cont_ttl:before {
    content: '';
    border-left: solid 3px;
    border-top: solid 3px;
    border-bottom: solid 3px;
    left: 0
  }

  .monthly_contaner .monthly-inr .monthly_cont_ttl:after {
    content: '';
    border-top: solid 3px;
    border-right: solid 3px;
    border-bottom: solid 3px;
    right: 0
  }

  .monthly_cont_sub-ttl {
    font-size: 16px
  }

  .monthly-inr .monthly_box.one-col {
    margin-bottom: 20px
  }

  .monthly-inr .monthly_box.one-col .recipe-simple_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff
  }

  .monthly-inr .monthly_box .recipe-simple_box .recipe-simple_box_img {
    width: 60%
  }

  .monthly-inr .monthly_box .recipe-simple_box_txt {
    display: block;
    width: 40%;
    padding: 0 20px
  }

  .monthly-inr .monthly_box .recipe-simple_box_txt .recipe-simple_box_txt-bl {
    color: #333
  }

  .monthly-inr .monthly_box .recipe-simple_box_txt .recipe_ttl {
    font-size: 20px;
    margin-bottom: 20px
  }

  .monthly-inr .monthly_box .recipe-simple_box_txt dt {
    clear: both;
    float: left;
    width: 80px;
    height: 25px;
    margin: 7px 0;
    overflow: hidden;
    line-height: 25px;
    text-align: center
  }

  .monthly-inr .monthly_box .recipe-simple_box_txt dd {
    float: left;
    margin: 7px 0 7px 16px;
    line-height: 27px
  }

  .monthly-inr .monthly_box .recipe-simple_box_txt .recipe-kcal {
    border: 1px solid #ccc;
    border-radius: 4px
  }

  .monthly-inr .monthly_box .recipe-simple_box_txt .recipe-salt {
    border: 1px solid #ccc;
    border-radius: 4px
  }

  .monthly-inr .monthly_box .recipe-simple_box_txt .recipe-time {
    border: 1px solid #ccc;
    border-radius: 4px
  }

  .box-l {
    float: left
  }
  .box-r {
    float: right
  }

  .monthly_contaner.january,
  .monthly_contaner.month_1 {
    background: url(/k-plus/_assets/_shared/images/common/bg_line_14.png) repeat-x top
  }

  .monthly_contaner.january .left-rebon,
  .monthly_contaner.month_1 .left-rebon {
    background: #d1442c
  }

  .monthly_contaner.january .monthly-inr .monthly_cont_ttl,
  .monthly_contaner.month_1 .monthly-inr .monthly_cont_ttl {
    color: #fff
  }

  .monthly_contaner.january .monthly_cont_sub-ttl,
  .monthly_contaner.month_1 .monthly_cont_sub-ttl {
    color: #fff
  }

  .monthly_contaner.february,
  .monthly_contaner.month_2 {
    background: url(/k-plus/_assets/_shared/images/common/bg_line_08.png) repeat-x top
  }

  .monthly_contaner.february .left-rebon,
  .monthly_contaner.month_2 .left-rebon {
    background: #7d372d
  }

  .monthly_contaner.february .monthly-inr .monthly_cont_ttl,
  .monthly_contaner.month_2 .monthly-inr .monthly_cont_ttl {
    color: #7d372d
  }

  .monthly_contaner.february .monthly_cont_sub-ttl,
  .monthly_contaner.month_2 .monthly_cont_sub-ttl {
    color: #7d372d
  }

  .monthly_contaner.march,
  .monthly_contaner.month_3 {
    background: url(/k-plus/_assets/_shared/images/common/bg_line_09.png) repeat-x top
  }

  .monthly_contaner.march .left-rebon,
  .monthly_contaner.month_3 .left-rebon {
    background: #f76b96
  }

  .monthly_contaner.march .monthly-inr .monthly_cont_ttl,
  .monthly_contaner.month_3 .monthly-inr .monthly_cont_ttl {
    color: #a60c3b
  }

  .monthly_contaner.march .monthly_cont_sub-ttl,
  .monthly_contaner.month_3 .monthly_cont_sub-ttl {
    color: #a60c3b
  }

  .monthly_contaner.april,
  .monthly_contaner.month_4 {
    background: url(/k-plus/_assets/_shared/images/common/bg_line_10.png) repeat-x top
  }

  .monthly_contaner.april .left-rebon,
  .monthly_contaner.month_4 .left-rebon {
    background: #33cba9
  }

  .monthly_contaner.april .monthly-inr .monthly_cont_ttl,
  .monthly_contaner.month_4 .monthly-inr .monthly_cont_ttl {
    color: #0e7f66
  }

  .monthly_contaner.april .monthly_cont_sub-ttl,
  .monthly_contaner.month_4 .monthly_cont_sub-ttl {
    color: #0e7f66
  }

  .monthly_contaner.may,
  .monthly_contaner.month_5 {
    background: url(/k-plus/_assets/_shared/images/common/bg_line_11.png) repeat-x top
  }

  .monthly_contaner.may .left-rebon,
  .monthly_contaner.month_5 .left-rebon {
    background: #64ad29
  }

  .monthly_contaner.may .monthly-inr .monthly_cont_ttl,
  .monthly_contaner.month_5 .monthly-inr .monthly_cont_ttl {
    color: #795c24
  }

  .monthly_contaner.may .monthly_cont_sub-ttl,
  .monthly_contaner.month_5 .monthly_cont_sub-ttl {
    color: #795c24
  }

  .monthly_contaner.june,
  .monthly_contaner.month_6 {
    background: url(/k-plus/_assets/_shared/images/common/bg_line_12.png) repeat-x top
  }

  .monthly_contaner.june .left-rebon,
  .monthly_contaner.month_6 .left-rebon {
    background: #7a6abc
  }

  .monthly_contaner.june .monthly-inr .monthly_cont_ttl,
  .monthly_contaner.month_6 .monthly-inr .monthly_cont_ttl {
    color: #44338b
  }

  .monthly_contaner.june .monthly_cont_sub-ttl,
  .monthly_contaner.month_6 .monthly_cont_sub-ttl {
    color: #44338b
  }

  .monthly_contaner.July,
  .monthly_contaner.month_7 {
    background: url(/k-plus/_assets/_shared/images/common/bg_line_13.png) repeat-x top
  }

  .monthly_contaner.July .left-rebon,
  .monthly_contaner.month_7 .left-rebon {
    background: #308fc5
  }

  .monthly_contaner.July .monthly-inr .monthly_cont_ttl,
  .monthly_contaner.month_7 .monthly-inr .monthly_cont_ttl {
    color: #005f95
  }

  .monthly_contaner.July .monthly_cont_sub-ttl,
  .monthly_contaner.month_7 .monthly_cont_sub-ttl {
    color: #005f95
  }

  .monthly_contaner.august,
  .monthly_contaner.month_8 {
    background: url(/k-plus/_assets/_shared/images/common/bg_line_03.png) repeat-x top
  }

  .monthly_contaner.august .left-rebon,
  .monthly_contaner.month_8 .left-rebon {
    background: #00beda
  }

  .monthly_contaner.august .monthly-inr .monthly_cont_ttl,
  .monthly_contaner.month_8 .monthly-inr .monthly_cont_ttl {
    color: #01a4bc
  }

  .monthly_contaner.august .monthly_cont_sub-ttl,
  .monthly_contaner.month_8 .monthly_cont_sub-ttl {
    color: #01a4bc
  }

  .monthly_contaner.september,
  .monthly_contaner.month_9 {
    background: url(/k-plus/_assets/_shared/images/common/bg_line_04.png) repeat-x top
  }

  .monthly_contaner.september .left-rebon,
  .monthly_contaner.month_9 .left-rebon {
    background: #132a63
  }

  .monthly_contaner.september .monthly-inr .monthly_cont_ttl,
  .monthly_contaner.month_9 .monthly-inr .monthly_cont_ttl {
    color: #132a63
  }

  .monthly_contaner.september .monthly_cont_sub-ttl,
  .monthly_contaner.month_9 .monthly_cont_sub-ttl {
    color: #132a63
  }

  .monthly_contaner.october,
  .monthly_contaner.month_10 {
    background: url(/k-plus/_assets/_shared/images/common/bg_line_05.png) repeat-x top
  }

  .monthly_contaner.october .left-rebon,
  .monthly_contaner.month_10 .left-rebon {
    background: #bd5725
  }

  .monthly_contaner.october .monthly-inr .monthly_cont_ttl,
  .monthly_contaner.month_10 .monthly-inr .monthly_cont_ttl {
    color: #bd5725
  }

  .monthly_contaner.october .monthly_cont_sub-ttl,
  .monthly_contaner.month_10 .monthly_cont_sub-ttl {
    color: #bd5725
  }

  .monthly_contaner.november,
  .monthly_contaner.month_11 {
    background: url(/k-plus/_assets/_shared/images/common/bg_line_06.png) repeat-x top
  }

  .monthly_contaner.november .left-rebon,.monthly_contaner.month_11 .left-rebon {
    background: #838f19
  }

  .monthly_contaner.november .monthly-inr .monthly_cont_ttl,
  .monthly_contaner.month_11 .monthly-inr .monthly_cont_ttl {
    color: #838f19
  }

  .monthly_contaner.november .monthly_cont_sub-ttl,
  .monthly_contaner.month_11 .monthly_cont_sub-ttl {
    color: #838f19
  }

  .monthly_contaner.december,
  .monthly_contaner.month_12 {
    background: url(/k-plus/_assets/_shared/images/common/bg_line_07.png) repeat-x top
  }

  .monthly_contaner.december .left-rebon,
  .monthly_contaner.month_12 .left-rebon {
    background: #d1442c
  }

  .monthly_contaner.december .monthly-inr .monthly_cont_ttl,
  .monthly_contaner.month_12 .monthly-inr .monthly_cont_ttl {
    color: #fff
  }

  .monthly_contaner.december .monthly_cont_sub-ttl,
  .monthly_contaner.month_12 .monthly_cont_sub-ttl {
    color: #fff
  }
  .monthly_contaner .one-col a:hover .cp-textlink {

  }
  .monthly_contaner .one-col a:hover .cp-textlink .textlink_inner {
    color: #5b392a;
  }
  .monthly_contaner .one-col a:hover .cp-textlink .cp-textlink_inner::before {
    width: 0;
    left: auto;
    right: 0;
    bottom: 0;
    transition-duration: 0.6s;
  }
  .monthly_contaner .one-col a:hover .cp-textlink .cp-textlink_inner::after {
    right: -5px;
  }
  .monthly_contaner .three-col_box a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 1200px) {
  .monthly-inr .monthly_box.one-col .box-l {
    float: none;
  }
  .monthly-inr .monthly_box.one-col .box-r {
    float: none;
  }
  .monthly-inr .monthly_box.one-col .pc-pdr60 {
    padding-right: 0;
  }
  .monthly-inr .monthly_box.one-col .recipe-simple_box {
    margin-bottom: 3%;
    display: block;
    background: #fff
  }
  
  .monthly-inr .monthly_box .recipe-simple_box .recipe-simple_box_img {
    width: 100%
  }
  
  .monthly-inr .monthly_box .recipe-simple_box_txt {
    display: block;
    width: 100%;
    padding: 3%;
    color: #333;
    box-sizing: border-box
  }
  
  .monthly-inr .monthly_box .recipe-simple_box_txt .recipe_ttl {
    font-size: 20px;
    margin-bottom: .5em
  }
  
  .monthly-inr .monthly_box .recipe-simple_box_txt dt {
    clear: both;
    float: left;
    width: 30%;
    height: auto;
    margin: 1% 0;
    overflow: hidden;
    line-height: 1.8;
    text-align: center
  }
  
  .monthly-inr .monthly_box .recipe-simple_box_txt dd {
    float: left;
    display: inline-block;
    line-height: 2;
    margin: 1% 2%
  }
  
  .monthly-inr .monthly_box .recipe-simple_box_txt .recipe-kcal {
    border: 1px solid #ccc;
    border-radius: 4px
  }
  
  .monthly-inr .monthly_box .recipe-simple_box_txt .recipe-salt {
    border: 1px solid #ccc;
    border-radius: 4px
  }
  
  .monthly-inr .monthly_box .recipe-simple_box_txt .recipe-time {
    border: 1px solid #ccc;
    border-radius: 4px
  }
}
@media (max-width: 767px) {
  .monthly_contaner {
    display: block;
    position: relative;
    z-index: 0;
    padding: 1px 0;
    box-sizing: border-box
  }
  
  .monthly_contaner .left-rebon {
    display: inline-block;
    position: absolute;
    top: -20px;
    left: 0;
    margin: 0;
    padding: 20px 0 0;
    z-index: -1;
    width: 19%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 24px;
  }
  
  .monthly_contaner .left-rebon span {
    font-size: 48px;
  }
  
  .monthly_contaner .left-rebon:before {
    position: absolute;
    content: '';
    top: 0;
    right: -20px;
    border: none;
    border-bottom: solid 20px #5b392a;
    border-right: solid 20px transparent
  }
  
  .monthly_contaner .left-rebon:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    width: 0
  }
  
  .monthly_contaner .monthly-inr {
    margin: 5% 5% 2em
  }
  
  .monthly_contaner .monthly-inr .monthly-inr_title {
    text-align: left;
    margin-bottom: 40px;
    width: 80%;
    margin: 0 0 20px 20%
  }
  
  .monthly_contaner .monthly-inr .monthly_cont_ttl {
    position: relative;
    line-height: 1.4;
    padding: .15em 1em;
    display: inline-block;
    top: 0;
    font-size: 24px
  }
  
  .monthly_contaner .monthly-inr .monthly_cont_ttl:before,
  .monthly_contaner .monthly-inr .monthly_cont_ttl:after {
    position: absolute;
    top: 0;
    content: '';
    width: .5em;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box
  }
  
  .monthly_contaner .monthly-inr .monthly_cont_ttl:before {
    content: '';
    border-left: solid .15em;
    border-top: solid .15em;
    border-bottom: solid .15em;
    left: 0
  }
  
  .monthly_contaner .monthly-inr .monthly_cont_ttl:after {
    content: '';
    border-top: solid .15em;
    border-right: solid .15em;
    border-bottom: solid .15em;
    right: 0
  }
  
  .monthly_cont_sub-ttl {
    font-size: 16px;
  }
  
  
  .monthly-inr .monthly_box.three-col .three-col_box li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 3%
  }
  
  .monthly-inr .monthly_box.three-col .three-col_box li:last-child {
    margin-bottom: 0
  }
  
  .monthly-inr .monthly_box.three-col .three-col_box li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
  
  .monthly-inr .monthly_box.three-col .three-col_box li .three-col_img {
    width: 50%;
    box-sizing: border-box
  }
  
  .monthly-inr .monthly_box.three-col .three-col_box li .three-col_txt {
    width: 50%;
    padding: 0 3%;
    box-sizing: border-box
  }
  
  .monthly-inr .monthly_box.three-col .three-col_box li .three-col_txt .recipe-simple_box_txt-bl {
    color: #333
  }
  
  .monthly_contaner.january,
  .monthly_contaner.month_1 {
    background: url(/k-plus/_assets/_shared/images/common/bg_line_14.png) repeat top
  }
  
  .monthly_contaner.january .left-rebon,
  .monthly_contaner.month_1 .left-rebon {
    background: #d1442c
  }
  
  .monthly_contaner.january .monthly-inr .monthly_cont_ttl,
  .monthly_contaner.month_1 .monthly-inr .monthly_cont_ttl {
    color: #fff
  }
  
  .monthly_contaner.january .monthly_cont_sub-ttl,
  .monthly_contaner.month_1 .monthly_cont_sub-ttl {
    color: #fff
  }
  
  .monthly_contaner.february,
  .monthly_contaner.month_2 {
    background: url(/k-plus/_assets/_shared/images/common/bg_line_08.png) repeat top
  }
  
  .monthly_contaner.february .left-rebon,
  .monthly_contaner.month_2 .left-rebon {
    background: #7d372d
  }
  
  .monthly_contaner.february .monthly-inr .monthly_cont_ttl,
  .monthly_contaner.month_2 .monthly-inr .monthly_cont_ttl {
    color: #7d372d
  }
  
  .monthly_contaner.february .monthly_cont_sub-ttl,
  .monthly_contaner.month_2 .monthly_cont_sub-ttl {
    color: #7d372d
  }
  
  .monthly_contaner.march,
  .monthly_contaner.month_3 {
    background: url(/k-plus/_assets/_shared/images/common/bg_line_09.png) repeat top
  }
  
  .monthly_contaner.march .left-rebon,
  .monthly_contaner.month_3 .left-rebon {
    background: #f76b96
  }
  
  .monthly_contaner.march .monthly-inr .monthly_cont_ttl,
  .monthly_contaner.month_3 .monthly-inr .monthly_cont_ttl {
    color: #a60c3b
  }
  
  .monthly_contaner.march .monthly_cont_sub-ttl,
  .monthly_contaner.month_3 .monthly_cont_sub-ttl {
    color: #a60c3b
  }
  
  .monthly_contaner.april,
  .monthly_contaner.month_4 {
    background: url(/k-plus/_assets/_shared/images/common/bg_line_10.png) repeat top
  }
  
  .monthly_contaner.april .left-rebon,
  .monthly_contaner.month_4 .left-rebon {
    background: #33cba9
  }
  
  .monthly_contaner.april .monthly-inr .monthly_cont_ttl,
  .monthly_contaner.month_4 .monthly-inr .monthly_cont_ttl {
    color: #0e7f66
  }
  
  .monthly_contaner.april .monthly_cont_sub-ttl,
  .monthly_contaner.month_4 .monthly_cont_sub-ttl {
    color: #0e7f66
  }
  
  .monthly_contaner.may,
  .monthly_contaner.month_5 {
    background: url(/k-plus/_assets/_shared/images/common/bg_line_11.png) repeat top
  }
  
  .monthly_contaner.may .left-rebon,
  .monthly_contaner.month_5 .left-rebon {
    background: #64ad29
  }
  
  .monthly_contaner.may .monthly-inr .monthly_cont_ttl,
  .monthly_contaner.month_5 .monthly-inr .monthly_cont_ttl {
    color: #795c24
  }
  
  .monthly_contaner.may .monthly_cont_sub-ttl,
  .monthly_contaner.month_5 .monthly_cont_sub-ttl {
    color: #795c24
  }
  
  .monthly_contaner.june,
  .monthly_contaner.month_6 {
    background: url(/k-plus/_assets/_shared/images/common/bg_line_12.png) repeat top
  }
  
  .monthly_contaner.june .left-rebon,
  .monthly_contaner.month_6 .left-rebon {
    background: #7a6abc
  }
  
  .monthly_contaner.june .monthly-inr .monthly_cont_ttl,
  .monthly_contaner.month_6 .monthly-inr .monthly_cont_ttl {
    color: #44338b
  }
  
  .monthly_contaner.june .monthly_cont_sub-ttl,
  .monthly_contaner.month_6 .monthly_cont_sub-ttl {
    color: #44338b
  }
  
  .monthly_contaner.July,
  .monthly_contaner.month_7 {
    background: url(/k-plus/_assets/_shared/images/common/bg_line_13.png) repeat top
  }
  
  .monthly_contaner.July .left-rebon,
  .monthly_contaner.month_7 .left-rebon {
    background: #308fc5
  }
  
  .monthly_contaner.July .monthly-inr .monthly_cont_ttl,
  .monthly_contaner.month_7 .monthly-inr .monthly_cont_ttl {
    color: #005f95
  }
  
  .monthly_contaner.July .monthly_cont_sub-ttl,
  .monthly_contaner.month_7 .monthly_cont_sub-ttl {
    color: #005f95
  }
  
  .monthly_contaner.august,
  .monthly_contaner.month_8 {
    background: url(/k-plus/_assets/_shared/images/common/bg_line_03.png) repeat top
  }
  
  .monthly_contaner.august .left-rebon,
  .monthly_contaner.month_8 .left-rebon {
    background: #00beda
  }
  
  .monthly_contaner.august .monthly-inr .monthly_cont_ttl,
  .monthly_contaner.month_8 .monthly-inr .monthly_cont_ttl {
    color: #01a4bc
  }
  
  .monthly_contaner.august .monthly_cont_sub-ttl,
  .monthly_contaner.month_8 .monthly_cont_sub-ttl {
    color: #01a4bc
  }
  
  .monthly_contaner.september,
  .monthly_contaner.month_9 {
    background: url(/k-plus/_assets/_shared/images/common/bg_line_04.png) repeat top
  }
  
  .monthly_contaner.september .left-rebon,
  .monthly_contaner.month_9 .left-rebon {
    background: #132a63
  }
  
  .monthly_contaner.september .monthly-inr .monthly_cont_ttl,
  .monthly_contaner.month_9 .monthly-inr .monthly_cont_ttl {
    color: #132a63
  }
  
  .monthly_contaner.september .monthly_cont_sub-ttl,
  .monthly_contaner.month_9 .monthly_cont_sub-ttl {
    color: #132a63
  }
  
  .monthly_contaner.october,
  .monthly_contaner.month_10 {
    background: url(/k-plus/_assets/_shared/images/common/bg_line_05.png) repeat top
  }
  
  .monthly_contaner.october .left-rebon,
  .monthly_contaner.month_10 .left-rebon {
    background: #bd5725
  }
  
  .monthly_contaner.october .monthly-inr .monthly_cont_ttl,
  .monthly_contaner.month_10 .monthly-inr .monthly_cont_ttl {
    color: #bd5725
  }
  
  .monthly_contaner.october .monthly_cont_sub-ttl,
  .monthly_contaner.month_10 .monthly_cont_sub-ttl {
    color: #bd5725
  }
  
  .monthly_contaner.november,
  .monthly_contaner.month_11 {
    background: url(/k-plus/_assets/_shared/images/common/bg_line_06.png) repeat top
  }
  
  .monthly_contaner.november .left-rebon,
  .monthly_contaner.month_11 .left-rebon {
    background: #838f19
  }
  
  .monthly_contaner.november .monthly-inr .monthly_cont_ttl,
  .monthly_contaner.month_11 .monthly-inr .monthly_cont_ttl {
    color: #838f19
  }
  
  .monthly_contaner.november .monthly_cont_sub-ttl,
  .monthly_contaner.month_11 .monthly_cont_sub-ttl {
    color: #838f19
  }
  
  .monthly_contaner.december,
  .monthly_contaner.month_12 {
    background: url(/k-plus/_assets/_shared/images/common/bg_line_07.png) repeat top
  }
  
  .monthly_contaner.december .left-rebon,
  .monthly_contaner.month_12 .left-rebon {
    background: #d1442c
  }
  
  .monthly_contaner.december .monthly-inr .monthly_cont_ttl,
  .monthly_contaner.month_12 .monthly-inr .monthly_cont_ttl {
    color: #fff
  }
  
  .monthly_contaner.december .monthly_cont_sub-ttl,
  .monthly_contaner.month_12 .monthly_cont_sub-ttl {
    color: #fff
  }
}





/*----------------------------------------
  product-top
----------------------------------------*/
/* .product-top-list */
.cp-grid.product-top-list .cp-imageset_image {
  text-align: center;
  height: 180px;
}
.cp-grid.product-top-list .cp-imageset_image img {
  max-height: 180px;
}
.cp-grid.product-top-list .cp-textlink {
  text-align: center;
}
.product-top-ttl img {
  width: 100%;
}
.cp-grid.product-top-list .cp-imageset_title {
  font-size: 20px;
}
.product-top-bg-color {
  position: relative;
}
.product-top-bg-color::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient( 0deg, rgb(255,255,255) 0%, rgb(246,244,240) 100%) !important;
  z-index: -1;
}
@media (min-width: 768px) {
  .product-top-bg {
    background-image: url(/k-plus/_assets/_shared/images/common/subpage_head_bg02.png);
    background-repeat: repeat-x;
  }

  /* product-top-ttl */
  h2.product-top-ttl1,
  h2.product-top-ttl2,
  h2.product-top-ttl3 {
    height: 50px;
    background-position: center;
    background-size: contain;
  }
  h2.product-top-ttl1 {
    background-image: url(/k-plus/_assets/product/images/new_title.png);
  }
  h2.product-top-ttl2 {
    background-image: url(/k-plus/_assets/product/images/products_list_title.png);
  }
  h2.product-top-ttl3 {
    background-image: url(/k-plus/_assets/product/images/product_recommend_title.png);
  }
}
@media (max-width: 767px) {
  .product-top-bg {
    background-image: url(/k-plus/_assets/_shared/images/common/subpage_head_bg02.png);
    background-repeat: repeat-x;
    text-align: center;
    background-size: contain;
    background-position: center top;
    width: 100%;
  }

    /* product-top-ttl */
    h2.product-top-ttl1,
    h2.product-top-ttl2,
    h2.product-top-ttl3 {
      position: relative;
      padding-top: 11.26%;
      background-position: center;
      background-size: cover;
    }
    h2.product-top-ttl1 {
      background-image: url(/k-plus/_assets/product/images/new_title_sp.png);
    }
    h2.product-top-ttl2 {
      background-image: url(/k-plus/_assets/product/images/products_list_title.png);
    }
    h2.product-top-ttl3 {
      background-image: url(/k-plus/_assets/product/images/product_recommend_title.png);
    }
}





/*----------------------------------------
jyungenmaikurozu-top
----------------------------------------*/
.jyungenmaikurozu-top-image .cp-imageset_image img {
  height: 400px;
}





/*----------------------------------------
yasashiiosu-top
----------------------------------------*/
.yasashiiosu-point {
  max-width: 840px;
  margin: auto;
}
.yasashiiosu-point > .pc-box-pd40{
  padding-top: 20px;
  padding-bottom: 20px;
}
.yasashiiosu-point .table {
  display: table;
  width: 100%;
  margin: auto;
}
.yasashiiosu-point .table:not(:last-child) {
  border-bottom: 1px dotted #5d3e22;
}
.yasashiiosu-point .table .t-cell:nth-child(1) {
  display: table-cell;
  vertical-align: top;
  width: 10%;
  padding: 30px 0 35px;
}
.yasashiiosu-point .table .t-cell:nth-child(2) {
  display: table-cell;
  vertical-align: top;
  width: 90%;
  padding: 30px 0 35px 30px;
}
.yasashiiosu-point .table .t-cell img {
  max-width: 100%;
  width: auto;
  vertical-align: bottom;
}
.yasashiiosu-top-title-deco {
  border-bottom: dotted 2px #ffffff;
  padding-bottom: 18px;
}
@media (max-width: 767px) {
}







/*----------
  margin/padding
----------*/
.box-pd10 { padding: 10px !important;}
.box-pd20 { padding: 20px !important;}
.box-pd30 { padding: 30px !important;}
.box-pd40 { padding: 40px !important;}
.mt-content { margin-top: 48px !important; }
.mb-content { margin-bottom: 48px !important;}
.pdt-content { padding-top: 48px !important; }
.pdb-content { padding-bottom: 48px !important;}
.mt-content-l { margin-top: 60px !important; }
.mb-content-l { margin-bottom: 60px !important; }
.mt-content-ll { margin-top: 80px !important; }
.mb-content-ll { margin-bottom: 80px !important; }
.pdt-content-l { padding-top: 60px !important; }
.pdb-content-l { padding-bottom: 60px !important;}
.pdt-content-ll { padding-top: 80px !important; }
.pdb-content-ll { padding-bottom: 80px !important;}
.mt0_i { margin-top: 0 !important; }
.mb0_i { margin-bottom: 0 !important; }
.pdt0_i { padding-top: 0 !important; }
.pdb0_i { padding-bottom: 0 !important; }

.mt0 {
  margin-top: 0
}
.mt10 {
  margin-top: 10px
}
.mt15 {
  margin-top: 15px
}
.mt20 {
  margin-top: 20px
}
.mt25 {
  margin-top: 25px
}

.mt30 {
  margin-top: 30px
}

.mt40 {
  margin-top: 40px
}

.mt50 {
  margin-top: 50px
}

.mt60 {
  margin-top: 60px
}

.mt70 {
  margin-top: 70px
}

.mt80 {
  margin-top: 80px
}

.mt90 {
  margin-top: 90px
}

.mt100 {
  margin-top: 100px
}

.mr0 {
  margin-right: 0
}

.mr10 {
  margin-right: 10px
}

.mr20 {
  margin-right: 20px
}

.mr30 {
  margin-right: 30px
}

.mr40 {
  margin-right: 40px
}

.mr50 {
  margin-right: 50px
}

.mr60 {
  margin-right: 60px
}

.mr70 {
  margin-right: 70px
}

.mr80 {
  margin-right: 80px
}

.mr90 {
  margin-right: 90px
}

.mr100 {
  margin-right: 100px
}

.mb0 {
  margin-bottom: 0
}

.mb10 {
  margin-bottom: 10px
}

.mb20 {
  margin-bottom: 20px
}

.mb30 {
  margin-bottom: 30px
}

.mb40 {
  margin-bottom: 40px
}

.mb50 {
  margin-bottom: 50px
}

.mb60 {
  margin-bottom: 60px
}

.mb70 {
  margin-bottom: 70px
}

.mb80 {
  margin-bottom: 80px
}

.mb90 {
  margin-bottom: 90px
}

.mb100 {
  margin-bottom: 100px
}

.ml0 {
  margin-left: 0
}

.ml10 {
  margin-left: 10px
}

.ml20 {
  margin-left: 20px
}

.ml30 {
  margin-left: 30px
}

.ml40 {
  margin-left: 40px
}

.ml50 {
  margin-left: 50px
}

.ml60 {
  margin-left: 60px
}

.ml70 {
  margin-left: 70px
}

.ml80 {
  margin-left: 80px
}

.ml90 {
  margin-left: 90px
}

.ml100 {
  margin-left: 100px
}

.pdt0 {
  padding-top: 0
}

.pdt10 {
  padding-top: 10px
}

.pdt20 {
  padding-top: 20px
}

.pdt30 {
  padding-top: 30px
}

.pdt40 {
  padding-top: 40px
}

.pdt50 {
  padding-top: 50px
}

.pdt60 {
  padding-top: 60px
}

.pdt70 {
  padding-top: 70px
}

.pdt80 {
  padding-top: 80px
}

.pdt90 {
  padding-top: 90px
}

.pdt100 {
  padding-top: 100px
}

.pdr0 {
  padding-right: 0
}

.pdr10 {
  padding-right: 10px
}

.pdr20 {
  padding-right: 20px
}

.pdr30 {
  padding-right: 30px
}

.pdr40 {
  padding-right: 40px
}

.pdr50 {
  padding-right: 50px
}

.pdr60 {
  padding-right: 60px
}

.pdr70 {
  padding-right: 70px
}

.pdr80 {
  padding-right: 80px
}

.pdr90 {
  padding-right: 90px
}

.pdr100 {
  padding-right: 100px
}

.pdb0 {
  padding-bottom: 0
}

.pdb10 {
  padding-bottom: 10px
}

.pdb20 {
  padding-bottom: 20px
}

.pdb30 {
  padding-bottom: 30px
}

.pdb40 {
  padding-bottom: 40px
}

.pdb50 {
  padding-bottom: 50px
}

.pdb60 {
  padding-bottom: 60px
}

.pdb70 {
  padding-bottom: 70px
}

.pdb80 {
  padding-bottom: 80px
}

.pdb90 {
  padding-bottom: 90px
}

.pdb100 {
  padding-bottom: 100px
}

.pdl0 {
  padding-left: 0
}

.pdl10 {
  padding-left: 10px
}

.pdl20 {
  padding-left: 20px
}

.pdl30 {
  padding-left: 30px
}

.pdl40 {
  padding-left: 40px
}

.pdl50 {
  padding-left: 50px
}

.pdl60 {
  padding-left: 60px
}

.pdl70 {
  padding-left: 70px
}

.pdl80 {
  padding-left: 80px
}

.pdl90 {
  padding-left: 90px
}

.pdl100 {
  padding-left: 100px
}

@media (min-width: 768px) {
  .pc-box-pd10 { padding: 10px !important; }
  .pc-box-pd20 { padding: 20px !important; }
  .pc-box-pd30 { padding: 30px !important; }
  .pc-box-pd40 { padding: 40px !important; }
  .pc-mt5 {
  margin-top: 5px
  }

  .pc-mt10 {
    margin-top: 10px
  }

  .pc-mt15 {
    margin-top: 15px
  }

  .pc-mt20 {
    margin-top: 20px
  }

  .pc-mt25 {
    margin-top: 25px
  }

  .pc-mt30 {
    margin-top: 30px
  }

  .pc-mt35 {
    margin-top: 35px
  }

  .pc-mt40 {
    margin-top: 40px
  }

  .pc-mt45 {
    margin-top: 45px
  }

  .pc-mt50 {
    margin-top: 50px
  }

  .pc-mt55 {
    margin-top: 55px
  }

  .pc-mt60 {
    margin-top: 60px
  }

  .pc-mt65 {
    margin-top: 65px
  }

  .pc-mt70 {
    margin-top: 70px
  }

  .pc-mt75 {
    margin-top: 75px
  }

  .pc-mt80 {
    margin-top: 80px
  }

  .pc-mt85 {
    margin-top: 85px
  }

  .pc-mt90 {
    margin-top: 90px
  }

  .pc-mt95 {
    margin-top: 95px
  }

  .pc-mt100 {
    margin-top: 100px
  }

  .pc-mr5 {
    margin-right: 5px
  }

  .pc-mr10 {
    margin-right: 10px
  }

  .pc-mr15 {
    margin-right: 15px
  }

  .pc-mr20 {
    margin-right: 20px
  }

  .pc-mr25 {
    margin-right: 25px
  }

  .pc-mr30 {
    margin-right: 30px
  }

  .pc-mr35 {
    margin-right: 35px
  }

  .pc-mr40 {
    margin-right: 40px
  }

  .pc-mr45 {
    margin-right: 45px
  }

  .pc-mr50 {
    margin-right: 50px
  }

  .pc-mr55 {
    margin-right: 55px
  }

  .pc-mr60 {
    margin-right: 60px
  }

  .pc-mr65 {
    margin-right: 65px
  }

  .pc-mr70 {
    margin-right: 70px
  }

  .pc-mr75 {
    margin-right: 75px
  }

  .pc-mr80 {
    margin-right: 80px
  }

  .pc-mr85 {
    margin-right: 85px
  }

  .pc-mr90 {
    margin-right: 90px
  }

  .pc-mr95 {
    margin-right: 95px
  }

  .pc-mr100 {
    margin-right: 100px
  }

  .pc-mb5 {
    margin-bottom: 5px
  }

  .pc-mb10 {
    margin-bottom: 10px
  }

  .pc-mb15 {
    margin-bottom: 15px
  }

  .pc-mb20 {
    margin-bottom: 20px
  }

  .pc-mb25 {
    margin-bottom: 25px
  }

  .pc-mb30 {
    margin-bottom: 30px
  }

  .pc-mb35 {
    margin-bottom: 35px
  }

  .pc-mb40 {
    margin-bottom: 40px
  }

  .pc-mb45 {
    margin-bottom: 45px
  }

  .pc-mb50 {
    margin-bottom: 50px
  }

  .pc-mb55 {
    margin-bottom: 55px
  }

  .pc-mb60 {
    margin-bottom: 60px
  }

  .pc-mb65 {
    margin-bottom: 65px
  }

  .pc-mb70 {
    margin-bottom: 70px
  }

  .pc-mb75 {
    margin-bottom: 75px
  }

  .pc-mb80 {
    margin-bottom: 80px
  }

  .pc-mb85 {
    margin-bottom: 85px
  }

  .pc-mb90 {
    margin-bottom: 90px
  }

  .pc-mb95 {
    margin-bottom: 95px
  }

  .pc-mb100 {
    margin-bottom: 100px
  }

  .pc-ml5 {
    margin-left: 5px
  }

  .pc-ml10 {
    margin-left: 10px
  }

  .pc-ml15 {
    margin-left: 15px
  }

  .pc-ml20 {
    margin-left: 20px
  }

  .pc-ml25 {
    margin-left: 25px
  }

  .pc-ml30 {
    margin-left: 30px
  }

  .pc-ml35 {
    margin-left: 35px
  }

  .pc-ml40 {
    margin-left: 40px
  }

  .pc-ml45 {
    margin-left: 45px
  }

  .pc-ml50 {
    margin-left: 50px
  }

  .pc-ml55 {
    margin-left: 55px
  }

  .pc-ml60 {
    margin-left: 60px
  }

  .pc-ml65 {
    margin-left: 65px
  }

  .pc-ml70 {
    margin-left: 70px
  }

  .pc-ml75 {
    margin-left: 75px
  }

  .pc-ml80 {
    margin-left: 80px
  }

  .pc-ml85 {
    margin-left: 85px
  }

  .pc-ml90 {
    margin-left: 90px
  }

  .pc-ml95 {
    margin-left: 95px
  }

  .pc-ml100 {
    margin-left: 100px
  }

  .pc-pd10 {
    padding: 10px
  }

  .pc-pd15 {
    padding: 15px
  }

  .pc-pd20 {
    padding: 20px
  }

  .pc-pd25 {
    padding: 25px
  }

  .pc-pd30 {
    padding: 30px
  }

  .pc-pd35 {
    padding: 35px
  }

  .pc-pd40 {
    padding: 40px
  }

  .pc-pd45 {
    padding: 45px
  }

  .pc-pd50 {
    padding: 50px
  }

  .pc-pd55 {
    padding: 55px
  }

  .pc-pd60 {
    padding: 60px
  }

  .pc-pd65 {
    padding: 65px
  }

  .pc-pd70 {
    padding: 70px
  }

  .pc-pd75 {
    padding: 75px
  }

  .pc-pd80 {
    padding: 80px
  }

  .pc-pd85 {
    padding: 85px
  }

  .pc-pd90 {
    padding: 90px
  }

  .pc-pd95 {
    padding: 95px
  }

  .pc-pd100 {
    padding: 100px
  }

  .pc-pdt5 {
    padding-top: 5px
  }

  .pc-pdt10 {
    padding-top: 10px
  }

  .pc-pdt15 {
    padding-top: 15px
  }

  .pc-pdt20 {
    padding-top: 20px
  }

  .pc-pdt25 {
    padding-top: 25px
  }

  .pc-pdt30 {
    padding-top: 30px
  }

  .pc-pdt35 {
    padding-top: 35px
  }

  .pc-pdt40 {
    padding-top: 40px
  }

  .pc-pdt45 {
    padding-top: 45px
  }

  .pc-pdt50 {
    padding-top: 50px
  }

  .pc-pdt55 {
    padding-top: 55px
  }

  .pc-pdt60 {
    padding-top: 60px
  }

  .pc-pdt65 {
    padding-top: 65px
  }

  .pc-pdt70 {
    padding-top: 70px
  }

  .pc-pdt75 {
    padding-top: 75px
  }

  .pc-pdt80 {
    padding-top: 80px
  }

  .pc-pdt85 {
    padding-top: 85px
  }

  .pc-pdt90 {
    padding-top: 90px
  }

  .pc-pdt95 {
    padding-top: 95px
  }

  .pc-pdt100 {
    padding-top: 100px
  }

  .pc-pdr5 {
    padding-right: 5px
  }

  .pc-pdr10 {
    padding-right: 10px
  }

  .pc-pdr15 {
    padding-right: 15px
  }

  .pc-pdr20 {
    padding-right: 20px
  }

  .pc-pdr25 {
    padding-right: 25px
  }

  .pc-pdr30 {
    padding-right: 30px
  }

  .pc-pdr35 {
    padding-right: 35px
  }

  .pc-pdr40 {
    padding-right: 40px
  }

  .pc-pdr45 {
    padding-right: 45px
  }

  .pc-pdr50 {
    padding-right: 50px
  }

  .pc-pdr55 {
    padding-right: 55px
  }

  .pc-pdr60 {
    padding-right: 60px
  }

  .pc-pdr65 {
    padding-right: 65px
  }

  .pc-pdr70 {
    padding-right: 70px
  }

  .pc-pdr75 {
    padding-right: 75px
  }

  .pc-pdr80 {
    padding-right: 80px
  }

  .pc-pdr85 {
    padding-right: 85px
  }

  .pc-pdr90 {
    padding-right: 90px
  }

  .pc-pdr95 {
    padding-right: 95px
  }

  .pc-pdr100 {
    padding-right: 100px
  }

  .pc-pdb5 {
    padding-bottom: 5px
  }

  .pc-pdb10 {
    padding-bottom: 10px
  }

  .pc-pdb15 {
    padding-bottom: 15px
  }

  .pc-pdb20 {
    padding-bottom: 20px
  }

  .pc-pdb25 {
    padding-bottom: 25px
  }

  .pc-pdb30 {
    padding-bottom: 30px
  }

  .pc-pdb35 {
    padding-bottom: 35px
  }

  .pc-pdb40 {
    padding-bottom: 40px
  }

  .pc-pdb45 {
    padding-bottom: 45px
  }

  .pc-pdb50 {
    padding-bottom: 50px
  }

  .pc-pdb55 {
    padding-bottom: 55px
  }

  .pc-pdb60 {
    padding-bottom: 60px
  }

  .pc-pdb65 {
    padding-bottom: 65px
  }

  .pc-pdb70 {
    padding-bottom: 70px
  }

  .pc-pdb75 {
    padding-bottom: 75px
  }

  .pc-pdb80 {
    padding-bottom: 80px
  }

  .pc-pdb85 {
    padding-bottom: 85px
  }

  .pc-pdb90 {
    padding-bottom: 90px
  }

  .pc-pdb95 {
    padding-bottom: 95px
  }

  .pc-pdb100 {
    padding-bottom: 100px
  }

  .pc-pdl5 {
    padding-left: 5px
  }

  .pc-pdl10 {
    padding-left: 10px
  }

  .pc-pdl15 {
    padding-left: 15px
  }

  .pc-pdl20 {
    padding-left: 20px
  }

  .pc-pdl25 {
    padding-left: 25px
  }

  .pc-pdl30 {
    padding-left: 30px
  }

  .pc-pdl35 {
    padding-left: 35px
  }

  .pc-pdl40 {
    padding-left: 40px
  }

  .pc-pdl45 {
    padding-left: 45px
  }

  .pc-pdl50 {
    padding-left: 50px
  }

  .pc-pdl55 {
    padding-left: 55px
  }

  .pc-pdl60 {
    padding-left: 60px
  }

  .pc-pdl65 {
    padding-left: 65px
  }

  .pc-pdl70 {
    padding-left: 70px
  }

  .pc-pdl75 {
    padding-left: 75px
  }

  .pc-pdl80 {
    padding-left: 80px
  }

  .pc-pdl85 {
    padding-left: 85px
  }

  .pc-pdl90 {
    padding-left: 90px
  }

  .pc-pdl95 {
    padding-left: 95px
  }

  .pc-pdl100 {
    padding-left: 100px
  }
}
@media (max-width: 767px) {
  .sp-box-pd10 { padding: 10px !important;}
  .sp-box-pd20 { padding: 20px !important;}
  .sp-box-pd30 { padding: 30px !important;}
  .sp-box-pd40 { padding: 40px !important;}
  .mt-content { margin-top: 40px !important;}
  .mb-content { margin-bottom: 40px !important;}
  .pdt-content { padding-top: 40x !important;}
  .pdb-content { padding-bottom: 40px !important;}
  .mt-content-l { margin-top: 50px !important;}
  .mb-content-l { margin-bottom: 50px !important; }
  .mt-content-ll { margin-top: 50px !important; }
  .mb-content-ll { margin-bottom: 50px !important; }
  .pdt-content-l { padding-top: 50px !important;}
  .pdb-content-l { padding-bottom: 50px !important;}
  .pdt-content-ll { padding-top: 50px !important; }
  .pdb-content-ll { padding-bottom: 50px !important;}
  .sp-mt5 {
  margin-top: 5px
  }

  .sp-mt10 {
    margin-top: 10px
  }

  .sp-mt15 {
    margin-top: 15px
  }

  .sp-mt20 {
    margin-top: 20px
  }

  .sp-mt25 {
    margin-top: 25px
  }

  .sp-mt30 {
    margin-top: 30px
  }

  .sp-mt35 {
    margin-top: 35px
  }

  .sp-mt40 {
    margin-top: 40px
  }

  .sp-mt45 {
    margin-top: 45px
  }

  .sp-mt50 {
    margin-top: 50px
  }

  .sp-mt55 {
    margin-top: 55px
  }

  .sp-mt60 {
    margin-top: 60px
  }

  .sp-mt65 {
    margin-top: 65px
  }

  .sp-mt70 {
    margin-top: 70px
  }

  .sp-mt75 {
    margin-top: 75px
  }

  .sp-mt80 {
    margin-top: 80px
  }

  .sp-mt85 {
    margin-top: 85px
  }

  .sp-mt90 {
    margin-top: 90px
  }

  .sp-mt95 {
    margin-top: 95px
  }

  .sp-mt100 {
    margin-top: 100px
  }

  .sp-mr5 {
    margin-right: 5px
  }

  .sp-mr10 {
    margin-right: 10px
  }

  .sp-mr15 {
    margin-right: 15px
  }

  .sp-mr20 {
    margin-right: 20px
  }

  .sp-mr25 {
    margin-right: 25px
  }

  .sp-mr30 {
    margin-right: 30px
  }

  .sp-mr35 {
    margin-right: 35px
  }

  .sp-mr40 {
    margin-right: 40px
  }

  .sp-mr45 {
    margin-right: 45px
  }

  .sp-mr50 {
    margin-right: 50px
  }

  .sp-mr55 {
    margin-right: 55px
  }

  .sp-mr60 {
    margin-right: 60px
  }

  .sp-mr65 {
    margin-right: 65px
  }

  .sp-mr70 {
    margin-right: 70px
  }

  .sp-mr75 {
    margin-right: 75px
  }

  .sp-mr80 {
    margin-right: 80px
  }

  .sp-mr85 {
    margin-right: 85px
  }

  .sp-mr90 {
    margin-right: 90px
  }

  .sp-mr95 {
    margin-right: 95px
  }

  .sp-mr100 {
    margin-right: 100px
  }

  .sp-mb5 {
    margin-bottom: 5px
  }

  .sp-mb10 {
    margin-bottom: 10px
  }

  .sp-mb15 {
    margin-bottom: 15px
  }

  .sp-mb20 {
    margin-bottom: 20px
  }

  .sp-mb25 {
    margin-bottom: 25px
  }

  .sp-mb30 {
    margin-bottom: 30px
  }

  .sp-mb35 {
    margin-bottom: 35px
  }

  .sp-mb40 {
    margin-bottom: 40px
  }

  .sp-mb45 {
    margin-bottom: 45px
  }

  .sp-mb50 {
    margin-bottom: 50px
  }

  .sp-mb55 {
    margin-bottom: 55px
  }

  .sp-mb60 {
    margin-bottom: 60px
  }

  .sp-mb65 {
    margin-bottom: 65px
  }

  .sp-mb70 {
    margin-bottom: 70px
  }

  .sp-mb75 {
    margin-bottom: 75px
  }

  .sp-mb80 {
    margin-bottom: 80px
  }

  .sp-mb85 {
    margin-bottom: 85px
  }

  .sp-mb90 {
    margin-bottom: 90px
  }

  .sp-mb95 {
    margin-bottom: 95px
  }

  .sp-mb100 {
    margin-bottom: 100px
  }

  .sp-ml5 {
    margin-left: 5px
  }

  .sp-ml10 {
    margin-left: 10px
  }

  .sp-ml15 {
    margin-left: 15px
  }

  .sp-ml20 {
    margin-left: 20px
  }

  .sp-ml25 {
    margin-left: 25px
  }

  .sp-ml30 {
    margin-left: 30px
  }

  .sp-ml35 {
    margin-left: 35px
  }

  .sp-ml40 {
    margin-left: 40px
  }

  .sp-ml45 {
    margin-left: 45px
  }

  .sp-ml50 {
    margin-left: 50px
  }

  .sp-ml55 {
    margin-left: 55px
  }

  .sp-ml60 {
    margin-left: 60px
  }

  .sp-ml65 {
    margin-left: 65px
  }

  .sp-ml70 {
    margin-left: 70px
  }

  .sp-ml75 {
    margin-left: 75px
  }

  .sp-ml80 {
    margin-left: 80px
  }

  .sp-ml85 {
    margin-left: 85px
  }

  .sp-ml90 {
    margin-left: 90px
  }

  .sp-ml95 {
    margin-left: 95px
  }

  .sp-ml100 {
    margin-left: 100px
  }

  .sp-pd5 {
    padding: 5px
  }

  .sp-pd10 {
    padding: 10px
  }

  .sp-pd15 {
    padding: 15px
  }

  .sp-pd20 {
    padding: 20px
  }

  .sp-pd25 {
    padding: 25px
  }

  .sp-pd30 {
    padding: 30px
  }

  .sp-pd35 {
    padding: 35px
  }

  .sp-pd40 {
    padding: 40px
  }

  .sp-pd45 {
    padding: 45px
  }

  .sp-pd50 {
    padding: 50px
  }

  .sp-pd55 {
    padding: 55px
  }

  .sp-pd60 {
    padding: 60px
  }

  .sp-pd65 {
    padding: 65px
  }

  .sp-pd70 {
    padding: 70px
  }

  .sp-pd75 {
    padding: 75px
  }

  .sp-pd80 {
    padding: 80px
  }

  .sp-pd85 {
    padding: 85px
  }

  .sp-pd90 {
    padding: 90px
  }

  .sp-pd95 {
    padding: 95px
  }

  .sp-pd100 {
    padding: 100px
  }

  .sp-pdt5 {
    padding-top: 5px
  }

  .sp-pdt10 {
    padding-top: 10px
  }

  .sp-pdt15 {
    padding-top: 15px
  }

  .sp-pdt20 {
    padding-top: 20px
  }

  .sp-pdt20i {
    padding-top: 20px!important
  }

  .sp-pdt25 {
    padding-top: 25px
  }

  .sp-pdt30 {
    padding-top: 30px
  }

  .sp-pdt30i {
    padding-top: 30px!important
  }

  .sp-pdt35 {
    padding-top: 35px
  }

  .sp-pdt40 {
    padding-top: 40px
  }

  .sp-pdt40i {
    padding-top: 40px!important
  }

  .sp-pdt45 {
    padding-top: 45px
  }

  .sp-pdt50 {
    padding-top: 50px
  }

  .sp-pdt55 {
    padding-top: 55px
  }

  .sp-pdt60 {
    padding-top: 60px
  }

  .sp-pdt65 {
    padding-top: 65px
  }

  .sp-pdt70 {
    padding-top: 70px
  }

  .sp-pdt75 {
    padding-top: 75px
  }

  .sp-pdt80 {
    padding-top: 80px
  }

  .sp-pdt85 {
    padding-top: 85px
  }

  .sp-pdt90 {
    padding-top: 90px
  }

  .sp-pdt95 {
    padding-top: 95px
  }

  .sp-pdt100 {
    padding-top: 100px
  }

  .sp-pdr0 {
    padding-right: 0
  }

  .sp-pdr5 {
    padding-right: 5px
  }

  .sp-pdr10 {
    padding-right: 10px
  }

  .sp-pdr15 {
    padding-right: 15px
  }

  .sp-pdr20 {
    padding-right: 20px
  }

  .sp-pdr25 {
    padding-right: 25px
  }

  .sp-pdr30 {
    padding-right: 30px
  }

  .sp-pdr35 {
    padding-right: 35px
  }

  .sp-pdr40 {
    padding-right: 40px
  }

  .sp-pdr45 {
    padding-right: 45px
  }

  .sp-pdr50 {
    padding-right: 50px
  }

  .sp-pdr55 {
    padding-right: 55px
  }

  .sp-pdr60 {
    padding-right: 60px
  }

  .sp-pdr65 {
    padding-right: 65px
  }

  .sp-pdr70 {
    padding-right: 70px
  }

  .sp-pdr75 {
    padding-right: 75px
  }

  .sp-pdr80 {
    padding-right: 80px
  }

  .sp-pdr85 {
    padding-right: 85px
  }

  .sp-pdr90 {
    padding-right: 90px
  }

  .sp-pdr95 {
    padding-right: 95px
  }

  .sp-pdr100 {
    padding-right: 100px
  }

  .sp-pdb5 {
    padding-bottom: 5px
  }

  .sp-pdb10 {
    padding-bottom: 10px
  }

  .sp-pdb15 {
    padding-bottom: 15px
  }

  .sp-pdb20 {
    padding-bottom: 20px
  }

  .sp-pdb25 {
    padding-bottom: 25px
  }

  .sp-pdb30 {
    padding-bottom: 30px
  }

  .sp-pdb35 {
    padding-bottom: 35px
  }

  .sp-pdb40 {
    padding-bottom: 40px
  }

  .sp-pdb45 {
    padding-bottom: 45px
  }

  .sp-pdb50 {
    padding-bottom: 50px
  }

  .sp-pdb55 {
    padding-bottom: 55px
  }

  .sp-pdb60 {
    padding-bottom: 60px
  }

  .sp-pdb65 {
    padding-bottom: 65px
  }

  .sp-pdb70 {
    padding-bottom: 70px
  }

  .sp-pdb75 {
    padding-bottom: 75px
  }

  .sp-pdb80 {
    padding-bottom: 80px
  }

  .sp-pdb85 {
    padding-bottom: 85px
  }

  .sp-pdb90 {
    padding-bottom: 90px
  }

  .sp-pdb95 {
    padding-bottom: 95px
  }

  .sp-pdb100 {
    padding-bottom: 100px
  }

  .sp-pdl0 {
    padding-left: 0
  }

  .sp-pdl5 {
    padding-left: 5px
  }

  .sp-pdl10 {
    padding-left: 10px
  }

  .sp-pdl15 {
    padding-left: 15px
  }

  .sp-pdl20 {
    padding-left: 20px
  }

  .sp-pdl25 {
    padding-left: 25px
  }

  .sp-pdl30 {
    padding-left: 30px
  }

  .sp-pdl35 {
    padding-left: 35px
  }

  .sp-pdl40 {
    padding-left: 40px
  }

  .sp-pdl45 {
    padding-left: 45px
  }

  .sp-pdl50 {
    padding-left: 50px
  }

  .sp-pdl55 {
    padding-left: 55px
  }

  .sp-pdl60 {
    padding-left: 60px
  }

  .sp-pdl65 {
    padding-left: 65px
  }

  .sp-pdl70 {
    padding-left: 70px
  }

  .sp-pdl75 {
    padding-left: 75px
  }

  .sp-pdl80 {
    padding-left: 80px
  }

  .sp-pdl85 {
    padding-left: 85px
  }

  .sp-pdl90 {
    padding-left: 90px
  }

  .sp-pdl95 {
    padding-left: 95px
  }

  .sp-pdl100 {
    padding-left: 100px
  }
}



