/* Common */
div.kafunsho * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
div.kafunsho img {
  width: 100%;
  max-width: 100%;
}
main {
  display: block;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
div.tk-st-Wrapper {
  overflow: hidden;
}
a.newWindow:after {
  content:" ";
  display:inline-block;
  background-image: url(/assets/img/common/icon/window_02.svg);
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  background-size: contain;
  vertical-align: middle;
  margin: -3px 0 0 7px;
}
div.kaf-contentsInner p {
  margin: 20px 0;
}
div.kaf-contentsInner p:first-child {
  margin-top: 0;
}
div.kaf-contentsInner aside.info section p {
  margin: 0;
}
/* min-width 768 */
@media print, screen and (min-width: 768px){
  div.tk-kaf-Hero {
    background-color: #ebf8d1;
  }
  p.tk-kaf-HeroLabel {
    color: #4b641b;
    /* font-size: 20px; */
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block;
  }
  h1.tk-kaf-HeroTitle {
    color: #4b641b;
    /* font-size: 42px; */
    font-size: 4.2rem;
    line-height: 1;
    display: block;
  }
  p.lastUpdate {
    margin-top: 28px;
    background-color: #ff5858;
    color: #FFF;
    padding: 10px 12px;
    display: inline-block;
    /* font-size: 13px; */
    font-size: 1.3rem;
    line-height: 1;
  }
  .tk-cal-HeroInner {
    display: table;
    width: 100%;
    max-width: 1120px;
    padding: 0 25px;
    margin: 0 auto;
    direction: rtl;
  }
  .heroImage {
    display: table-cell;
    width: 60%;
  }
  .heroImage img {
    width: 100%;
  }
  .heroText {
    display: table-cell;
    width: 40%;
    direction: ltr;
    vertical-align: middle;
    text-align: center;
  }
  img.ico {
    width: 60px !important;
    display: block;
    margin: 0 auto 25px auto;
    -ms-interpolation-mode: bicubic;
  }
  nav.nav-kaf {
    background-color: #7ca037;
  }
  nav.nav-kaf ul {
    width: 100%;
    max-width: 1120px;
    padding: 0 25px;
    margin: 0 auto;
    height: 60px;
  }
  nav.nav-kaf li {
    float: left;
    text-align: center;
    list-style-type: none;
    padding: 10px 0;
  }
  nav.nav-kaf li:nth-child(1) {
    width: 24%;
  }
  nav.nav-kaf li:nth-child(2) {
    width: 31%;
  }
  nav.nav-kaf li:nth-child(3) {
    width: 45%;
  }
  nav.nav-kaf li a {
    background-size: 6px;
    text-decoration: none;
    color: #FFF;
    /* font-size: 13px; */
    font-size: 1.3rem;
    line-height: 1;
    width: 100%;
    display: block;
    vertical-align: middle;
    height: 40px;
    padding-top: 13px;
  }
  nav.nav-kaf li span {
    border-left: 1px solid #FFF;
    display: block;
  }
  nav.nav-kaf li:nth-child(3) span {
    border-right: 1px solid #FFF;
  }
  nav.nav-kaf li a:after {
    content:" ";
    display:inline-block;
    background-image: url(/assets/img/common/arrow/bottom_01.svg);
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    background-size: contain;
    vertical-align: middle;
    margin: 2px 0 0 7px;
  }
  main.kaf-contents {
      margin-top: 60px;
  }
  div.kaf-contentsInner {
    max-width: 910px;
    margin: 0 auto;
    padding: 0 25px;
  }
  h2.kaf-ArticleTitle {
    /* font-size: 24px; */
    font-size: 2.4rem;
    line-height: 1;
    border-top: 3px solid #4b641b;
    border-bottom: 3px solid #4b641b;
    color: #000;
    padding: 20px 20px;
    margin-bottom: 50px;
  }
  div.kaf-contentsInner h4 {
    /* font-size: 20px; */
    font-size: 2rem;
    color: #6b9123;
    line-height: 1;
  }
  div.kaf-contentsInner h5 {
   font-weight: bold;
  }
  div.wrap {
    max-width: 910px;
    margin: 0 auto;
    padding: 0 20px;
  }
  figure {
    padding: 15px 20px 0 20px;
    margin-top: 15px;
    text-align: center;
  }
  figure img {
    border: 1px solid #c2d996;
    width: auto !important;
    display: inline-block;
    margin: 0 auto 20px auto;
  }
  figure img:first-child {
    margin-right: 0.5%;
  }
  figure img:nth-child(2) {
    margin-left: 0.5%;
  }
  aside.info{
    padding: 0 20px;
    margin-top: 70px;
  }
  aside.info.two {
    margin-top: 40px;
		margin-bottom: 80px;
  }

  aside.info h3 {
    color: #000;
    text-align: center;
    /* font-size: 24px; */
    font-size: 2.4rem;
    margin: 0;
    line-height: 1;
  }
  aside.info h3.h3Style01 {
    /* font-size: 18px; */
    font-size: 1.8rem;
    line-height: 1;
    color: #6b9123;
  }
  div.infoBg {
    background-color: #f6fbeb;
    border: 1px solid #c2d996;
    padding: 50px 45px;
  }
  div.infoBg h4 {
    /* font-size: 20px; */
    font-size: 2rem;
    color: #6b9123;
    line-height: 1;
  }
  aside.two div.infoBg {
    background-color: #f6fbeb;
    border: 1px solid #c2d996;
    padding: 50px 10px;
  }
  div.wrapItems {
    display: table;
    border-collapse: separate;
    border-spacing: 20px 0;
  }
  div.items {
    display: table-cell;
    width: 50%;
    background-color: #FFF;
    border: 1px solid #CCC;
    padding: 15px;
  }
  aside.info.two div.wrapItems {
    margin-top: 30px;
  }
  div.items img {
    float: left;
    margin-right: 15px;
    width: auto;
  }
  div.items h4 {
    margin-top: 0px;
    /* font-size: 15px; */
    font-size: 1.5rem;
    /* line-height: 20px; */
    line-height: 1.3;
  }
  h4 a.productName {
    color: #ff0000;
    text-decoration: none;
  }
  div.items p {
    /* font-size: 13px; */
    font-size: 1.3rem;
    /* line-height: 20px; */
    line-height: 1.5;
    overflow: auto;
    zoom: 1;
    margin-top: 4px;
    margin-bottom: 0px;
  }
  section {
    border-top: 1px solid #c2d996;
    padding: 40px 0;
  }
  section.first {
    margin-top: 30px;
  }
  section.last {
    padding-bottom: 0;
  }
  section img {
    /* width: 27% !important; */
    /* margin-left: 3%; */
    float: right;
    margin-top: -20px;
  }
  section img.illust01 {
    width:  95px !important;
    margin-left: 70px;
    margin-right: 60px;
  }
  section img.illust02 {
    width:  215px !important;
    margin-left: 25px;
    margin-right: 0px;
  }
  section img.illust03 {
    width:  215px !important;
    margin-left: 25px;
    margin-right: 0px;
  }
  section img.illust04 {
    width: 110px !important;
    margin-left: 70px;
    margin-right: 55px;
  }
  section img.illust05 {
    width: 160px !important;
    margin-right: 25px;
    margin-left: 45px;
  }
  section .contents {
    /* float: left;
    width: 70%; */
    margin-top: 20px;
  }
  section img.sp {
    display: none;
  }
  p.note {
    /* font-size: 12px; */
    font-size: 1.2rem;
    line-height: 1;
  }
  p.note.kankyosho {
    margin-top: 35px;
    margin-bottom: -25px;
  }
}


/* max-width 767 */
@media print, screen and (max-width: 767px){
  div.tk-kaf-Hero {
    background-color: #ebf8d1;
  }
  p.tk-kaf-HeroLabel {
    color: #4b641b;
    display: inline;
    /* font-size: 25px; */
    font-size: 2.5rem;
    line-height: 1;
    font-weight: bold;
  }
  h1.tk-kaf-HeroTitle {
    display: inline;
    /* font-size: 25px; */
    font-size: 2.5rem;
    color: #4b641b;
    line-height: 1;
  }
  span.wrapSp {
    display: block;
  }
  p.lastUpdate {
    margin-top: 12px;
    background-color: #ff5858;
    color: #FFF;
    padding: 10px 12px;
    display: inline-block;
    /* font-size: 13px; */
    font-size: 1.3rem;
    line-height: 1;
  }
  .heroText {
    text-align: center;
    padding: 20px 0 30px 0;
  }
  img.ico {
    width: 50px !important;
    margin: 0 auto 15px auto;
  }
  nav.nav-kaf {
    display: none;
  }
  main.kaf-contents {
    margin-top: 0;
  }
  h2.kaf-ArticleTitle {
    border: none;
    color: #FFF;
    background-color: #4b641b;
    /* font-size: 15px; */
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 20px;
    padding: 20px 15px;
  }
  div.kaf-contentsInner h4 {
    /* font-size: 20px; */
    font-size: 1.6rem;
    color: #6b9123;
    line-height: 1;
  }
  div.kaf-contentsInner p {
    font-size: 1.4rem;
  }
  div.wrap {
    padding: 0 15px;
  }
  figure img {
    float: none;
    width: 100% !important;
    margin: 0;
    border: 1px solid #c2d996;
  }
  figure img:first-child {
    margin-bottom: 15px;
  }
  figure {
    padding: 0px 15px 0 15px;
  }
  aside.info {
    padding: 0 15px;
    margin-top: 40px;
  }
  aside.info.two {
    margin-top: 25px;
		margin-bottom: 40px;
  }
  div.infoBg {
    background-color: #f6fbeb;
    border: 2px solid #c2d996;
    padding: 25px 15px 0px 15px;
  }
  aside.info h3 {
    /* font-size: 17px; */
    font-size: 1.8rem;
    color: #000;
  }
  div.infoBg h4 {
    /* font-size: 15px; */
    font-size: 1.65rem;
    color: #6b9123;
    line-height: 1;
  }
  /* -------------------------------- */
  div.infoBg section h4 {
   /* position: absolute;
   padding-right: 25px; */
   line-height: 17px;
  }
  aside.info h3.h3Style01 {
    /* font-size: 15px; */
    font-size: 1.6rem;
    /* line-height: 20px; */
    line-height: 1.3;
    text-align: left;
    color: #6b9123;
  }
  aside.two div.infoBg {
    background-color: #f6fbeb;
    border: 2px solid #c2d996;
    padding: 30px 15px;
  }
  div.items {
    background-color: #FFF;
    border: 1px solid #CCC;
    padding: 15px;
    margin-bottom: 15px;
  }
  div.items.last {
    margin-bottom: 0px;
  }
  aside.info.two div.wrapItems {
    margin-top: 15px;
  }
  div.items img {
    float: left;
    margin-right: 15px;
    width: 87px;
  }
  div.items h4 {
    margin-top: 0px;
    /* font-size: 15px; */
    font-size: 1.4rem;
    /* line-height: 20px; */
    line-height: 1.3;
  }
  h4 a.productName {
    color: #ff0000;
    text-decoration: none;
  }
  div.items p {
    /* font-size: 12px; */
    font-size: 1.2rem;
    /* line-height: 20px; */
    line-height: 1.6;
    overflow: auto;
    zoom: 1;
    margin-top: 4px;
    margin-bottom: 0px;
  }
  /* ------------------------------------- */
  section img {
    /* width: 33% !important;
    margin-left: 2%; */
    margin-top: 15px;
    float: right;
  }
  section img.illust01 {
    width:  65px !important;
    margin-left: 25px;
    margin-right: 10px;
  }
  section img.illust02 {
    width: 185px !important;
    margin: 15px auto 0 auto;
  }
  section img.illust03 {
    width:  78px !important;
    margin-left: 20px;
    margin-right: 0px;
  }
  section img.illust04 {
    width: 72px !important;
    margin-left: 20px;
    margin-right: 5px;
  }
  section img.illust05 {
    width: 85px !important;
    margin-right: 0px;
    margin-left: 13px;
  }

  /* ------------------------------------- */
  section .contents {
    width: 100%;
    /* margin-top: 24px; */
    margin-top: 12px;
  }
  section {
    border-top: 1px solid #c2d996;
    padding: 25px 0;
  }
  section.first {
    margin-top: 15px;
  }
  section.second .contents {
    width: 100%;
  }
  section img.pc {
    display: none;
  }
  section img.sp {
    display: block;
    float: none;

  }
  p.note {
    /* font-size: 12px; */
    font-size: 1.2rem;
    line-height: 1;
    position: relative;
  }
  p.note.kankyosho {
    margin-top: -2px;
    margin-bottom: 30px;
    /* font-size: 9px; */
    font-size: 1.2rem;
    line-height: 1.6;
  }
  p.psp {
    /* font-size: 12px; */
    font-size: 1.2rem;
    /* line-height: 20px; */
    line-height: 1.6;
  }
}



