@charset "utf-8";

/* Common */
.kazeDetail * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.kazeDetail img {
  max-width: 100%;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
ul{ list-style-type:none; margin:0; padding:0; }
li{ margin:0; } 

/* Style */
main {
  display: block; }
  @media print, screen and (max-width: 767px){
    main {
      font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, san-serif; } }

@media print, screen and (min-width: 768px){
  .sp {
    display: none; !important } }

@media print, screen and (max-width: 767px){
  .pc {
    display: none !important; } }

div.tk-kaze-Hero {
  background-color: #ddfef4; }
p.tk-kaze-HeroLabel {
  color: #565656;
  /* font-size: 20px; */
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 15px;
  display: inline-block; }
  @media print, screen and (max-width: 767px){
    p.tk-kaze-HeroLabel {
      display: inline;
      /* font-size: 25px; */
      font-size: 1.3rem;
      line-height: 1.4;
      font-weight: bold; } }
h1.tk-kaze-HeroTitle {
  margin-bottom: 15px;
  color: #16916c;
  /* font-size: 42px; */
  font-size: 3.2rem;
  line-height: 1.3;
  display: block; }
  @media print, screen and (max-width: 767px){
    h1.tk-kaze-HeroTitle {
      display: block;
      /* font-size: 25px; */
      font-size: 2.4rem; } }
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; }
  @media print, screen and (max-width: 767px){
    p.lastUpdate {
      margin-top: 12px; } }
@media print, screen and (max-width: 767px){
  span.wrapSp {
    display: block; } }
.tk-cal-HeroInner {
  display: table;
  width: 100%;
  max-width: 1120px;
  padding: 0 25px;
  margin: 0 auto;
  direction: rtl; }
  @media print, screen and (max-width: 767px){
    .tk-cal-HeroInner {
      display: block;
      max-width: auto;
      padding: 0; } }
.heroImage {
  display: table-cell;
  width: 60%; }
  @media print, screen and (max-width: 767px){
    .heroImage {
      display: block;
      width: 100%; } }
.heroImage img {
  width: 100%; }
.heroText {
  display: table-cell;
  width: 40%;
  direction: ltr;
  vertical-align: middle;
  text-align: center;}
  @media print, screen and (max-width: 767px){
    .heroText {
      display: block;
      width: 100%;
      text-align: center;
      padding: 20px 0 30px 0; } }
img.ico {
  width: 60px !important;
  display: block;
  margin: 0 auto 25px auto;
  -ms-interpolation-mode: bicubic; }
  @media print, screen and (max-width: 767px){
    img.ico {
      width: 50px !important;
      margin: 0 auto 15px auto; } }
nav.nav-kaze {
  margin-bottom: 60px;
  background-color: #30bb91; }
  @media print, screen and (max-width: 767px){
    nav.nav-kaze {
      display: none; } }
nav.nav-kaze ul {
  width: 100%;
  max-width: 1120px;
  padding: 0 25px;
  margin: 0 auto;
  height: 60px; }
nav.nav-kaze li {
  float: left;
  text-align: center;
  list-style-type: none;
  padding: 10px 0; }
nav.nav-kaze li:nth-child(1) {
  width: 25%; }
nav.nav-kaze li:nth-child(2) {
  width: 28%; }
nav.nav-kaze li:nth-child(3) {
  width: 20%; }
nav.nav-kaze li:nth-child(4) {
  width: 27%; }
nav.nav-kaze 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-kaze li:nth-child(1) a,
nav.nav-kaze li:nth-child(3) a {
  padding-top: 4px; }
nav.nav-kaze li > span {
  border-left: 1px solid #FFF;
  display: block; }
nav.nav-kaze li:last-child > span {
  border-right: 1px solid #FFF; }
nav.nav-kaze 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; }
nav.nav-kaze li > span span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.3; }

.cts section figure.picLeft {
  width: 446px;
  float: left;
}
.cts section figure.picLeftPad {
  width: 446px;
  float: left;
  padding-right: 40px;
}
.cts section figure.picRight {
  width: 446px;
  float: right;
}
.cts section figure.picRightPad {
  width: 446px;
  float: right;
  padding-left: 40px;
}
.cts section figure.picLeft img,
.cts section figure.picLeftPad img,
.cts section figure.picRight img,
.cts section figure.picRightPad img {
  width: 100%;
}
@media print, screen and (max-width: 767px){
    .cts section figure.picLeft,
    .cts section figure.picLeftPad {
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0;
  }
    .cts section figure.picRight,
    .cts section figure.picRightPad {
    width: 100%;
    margin-bottom: 15px;
    padding-left: 0;
  }
}

.centerImage {
  margin: 0 auto;
  text-align: center; }

.kazeDetail .cts section ul {
  margin-left: 2em !important;
  list-style: disc;
}

.kazeDetail .cts section dl {
  padding-top: 1em;
}
.kazeDetail .cts section dl dd {
  padding-left: 1em;
}

.kazeDetail .cts section small {
  font-size: 0.85em;
}

.kazeDetail .cts section .tk-ksd-ArticleTable thead th {
  background: #e6e6e6;
}





/* media Query */
@media print, screen and (min-width: 768px){

  .kazeIndex a:hover,
  .kazeDetail a:hover {
    opacity: 0.7;
  }
  
  .kazeIndex {
    max-width: 1110px;
    margin: 60px auto 0px auto;
    padding: 0px 20px;
    box-sizing: border-box;
  }
  
  .kazeDetail .cts {
    max-width: 948px;
    margin: 0px auto;
    padding: 0px 20px 80px 20px;
    box-sizing: content-box;
  }
  
  .kazeDetail .cts h2 {
    margin: 40px 0px;
    border-top: #17916c 3px solid;
    border-bottom: #17916c 3px solid;
    font-size: 2.4rem;
    line-height: 1.6;
  }
  
  .kazeDetail .cts h2 > span {
    display: block;
    padding: 20px 21px 15px 21px;
    background: #fff;
  }
  
  .kazeDetail .cts h2 > span > span {
    display: block;
    width: 9em;
    margin: 0px 0px 10px 0px;
    padding: 2px 0px;
    background: #ff0000;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: 1px;
  }
  
  .kazeDetail .cts section {
    clear: both;
    margin: 0px;
  }
  .kazeDetail .cts section .inner {
    margin: 0px 18px;
  }
  
  .kazeDetail .cts section:after {
    visibility: hidden;  
    display: block;  
    font-size: 0;  
    content: " ";  
    clear: both;  
    height: 0;  
  }
  
  .kazeDetail .cts section.line {
    clear: both;
    border-top: #d6d5d5 1px solid;
    padding: 25px 0px 0px 0px;
  }
  
  .kazeDetail .cts section h3 {
    margin: 0px 0px 25px 0px;
    font-size: 1.9rem;
    line-height: 1.4;
    color: #f2833b;
  }
  .kazeDetail .cts section h3 ~ h3 {
    padding-top: 25px;
  }
  
  .kazeDetail .cts section h4 {
    margin: 0px 0px 15px 0px;
    padding-top: 10px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  
  .kazeDetail .cts section p,
  .kazeDetail .cts section ul,
  .kazeDetail .cts section dl,
  .kazeDetail .cts .tk-ksd-ArticleTable {
    margin: 0px 0px 25px 0px;
    font-size: 1.4rem;
    line-height: 1.8;
    color: #565656;
  }
  
  .kazeDetail .cts .tk-ksd-ArticleTable tr > * {
    padding: 10px;
  }
  .kazeDetail .cts .tk-ksd-ArticleTable tr th:first-child {
    white-space: nowrap;
  }
  
  .kazeDetail .cts section .fRight {
    float: right;
    width: 361px;
    margin: 0px 0px 20px 40px;
  }
  
  .kazeDetail .cts section .fLeft {
    float: left;
    width: 361px;
    margin: 0px 40px 20px 0px;
  }
  
  .kazeDetail .cts section .fRight img,
  .kazeDetail .cts section .fLeft img{
    width: 359px;
    height: auto;
    border: #d6d5d5 1px solid;
  }
  
  .kazeDetail .cts section .fRight figcaption,
  .kazeDetail .cts section .fLeft figcaption{
    margin: 3px 0px 0px 0px;
    font-size: 1.2rem;
    line-height: 1.6;
    color: #868585;
  }
  
}

@media print, screen and (max-width: 767px){
  
  
  .kazeIndex {
    padding: 0px 0px 51px 0px;  
    background: #f2f1f1;
  }
  
  .kazeDetail .cts {
    padding: 0px 0px 40px 0px;
  }
  
  .kazeDetail .cts h2 {
    margin: 0px 0px 25px 0px;
    padding: 15px 15px 10px 15px;
    background: #17916c;
    font-size: 1.5rem;
    line-height: 1.6;
    color: #fff;
  }
  
  .kazeDetail .cts h2 > span > span {
    display: block;
    width: 9em;
    margin: 0px 0px 10px 0px;
    padding: 2px 0px;
    background: #ff0000;
    color: #fff;
    font-size: 1.1rem;
    text-align: center;
    letter-spacing: 1px;
  }
  
  .kazeDetail .cts section {
    clear: both;
    margin: 0px;
  }
  .kazeDetail .cts section .inner {
    clear: both;
    margin: 0px 15px;
  }
  
  .kazeDetail .cts section.line {
    clear: both;
    border-top: #d6d5d5 1px solid;
    padding: 30px 0px 0px 0px;
  }
  
  .kazeDetail .cts section h3 {
    margin: 0px 0px 10px 0px;
    font-size: 1.5rem;
    line-height: 1.4;
    color: #f2833b;
  }
  .kazeDetail .cts section h3 ~ h3 {
    padding-top: 10px;
  }
  
  .kazeDetail .cts section h4 {
    margin: 0px 0px 5px 0px;
    padding-top: 5px;
    font-size: 1.3rem;
    line-height: 1.4;
  }
  
  .kazeDetail .cts section p,
  .kazeDetail .cts section ul,
  .kazeDetail .cts section dl {
    margin: 0px 0px 25px 0px;
    font-size: 1.3rem;
    line-height: 1.8;
    color: #565656;
  }
  
  .kazeDetail .cts .tk-ksd-ArticleTable {
    margin: 0px 0px 25px 0px;
    font-size: 1.2rem;
    line-height: 1.4;
    color: #565656;
  }
  
  .kazeDetail .cts section .fRight,
  .kazeDetail .cts section .fLeft {
    margin: 0px 0px 25px 0px;
  }
  
  .kazeDetail .cts section .fRight img,
  .kazeDetail .cts section .fLeft img{
    width: 100%;
    height: auto;
    border: #d6d5d5 1px solid;
  }
  
  .kazeDetail .cts section .fRight figcaption,
  .kazeDetail .cts section .fLeft figcaption{
    margin: 3px 0px 0px 0px;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #868585;
  }
  
}

.pdb25 {
  padding-bottom: 25px !important;
}
.mgt25 {
  margin-top: 25px !important;
}

.kazeDetail .cts section a {
  word-break: break-all;
  text-decoration: none;
  color: inherit; }
.kazeDetail .cts section a:hover {
  opacity: 0.8; }

.kazeDetail .cts sub {
  font-size: 75%;
  vertical-align: bottom;
}