@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 {
  width: 100%;
  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: 4.2rem;
  line-height: 1.2;
  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: 20%; }
nav.nav-kaze li:nth-child(2) {
  width: 26%; }
nav.nav-kaze li:nth-child(3) {
  width: 27%; }
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(2) a,
nav.nav-kaze li:nth-child(4) 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;
  }
}

ul.triple {
  display: flex;
  align-items: stretch;
  justify-content: space-between; }
  @media print, screen and (max-width: 767px){
    ul.triple {
      display: block;
      align-items:flex-start ;
      justify-content:flex-start; } }
ul.triple .tripleItem {
  display: block;
  width: 30%; }
  @media print, screen and (max-width: 767px){
    ul.triple .tripleItem {
      width: 100%;
      margin-bottom: 1em; }
    ul.triple .tripleItem a {
      display: flex;
      justify-content:space-between;
      width: 100%;
      padding: 10px;
      border: 2px solid #16916c;}
    ul.triple .tripleItem a figure {
      flex-shrink: 0;
      width: 30%; }
    ul.triple .tripleItem a p {
      display: flex;
      align-items: center;
      flex-shrink: 0;
      width: 65%;
      margin: 0 !important;
      padding: 0;}
      
      }
.centerImage {
  margin: 0 auto; }

section > div.recommendBnr {
  width: 100%;
  padding: 60px 0;
  text-align: center;
  border-top: 1px solid #d1d1d1; }
  @media print, screen and (max-width: 767px){
    section > div.recommendBnr {
      margin-bottom: 0;
      padding: 40px 15px 15px;}
    section > div.recommendBnr img {
      vertical-align: bottom;
      margin-bottom: 0; } }
section > div.recommendBnr a {
  display: table;
    width: 413px;
    height: auto;
  margin: 0 auto;
    text-decoration: none;
  border: 1px solid #dcdcdc; }
  section > div.recommendBnr a>* {
    display: table-cell;
    vertical-align: middle; }
  @media print, screen and (max-width: 767px){
    section > div.recommendBnr a {
      width: 100%; } }
.bnr_image {
    overflow: hidden;
    position: relative;
    border-right: 1px solid #dcdcdc;
    width: 43.37349%; }
  .bnr_image img {
    width: 100%; }
.bnr_text_area {
  padding: 5px 14px; }

.kazeDetail .cts section a .bnr_tit {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.33;
  text-align: left;
  color: #ff3030; }
.kazeDetail .cts section a .bnr_tit:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  margin-bottom: 2px;
  background: url(/assets/img/common/icon/window_02.svg) 0 0 no-repeat;
  background-size: 100%;
  vertical-align: middle; }
.kazeDetail .cts section a .bnr_txt {
  margin: 5px 0 0 0;
  font-size: 1.3rem;
  line-height: 1.42;
  color: #565656;
  text-align: left; }

/* 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;
  }
  
  .kazeIndex .head {
    padding: 0px 0px 25px 0px;
  }
  
  .kazeIndex .head:after {
    visibility: hidden;  
    display: block;  
    font-size: 0;  
    content: " ";  
    clear: both;  
    height: 0;  
  }
  
  .kazeIndex .head .main {
    float: left;
    width: calc(100% * 2 / 3 - 8px);
    height: 605px;
    background: url(../img/index_main_pc.jpg) no-repeat center top;
    background-size: cover;
    text-align: center;
  }
  
  .kazeIndex .head .main figure {
    padding: 142px 0px 25px 0px;
  }
  
  .kazeIndex .head .main figure img {
    width: 156px;
    height: auto;
  }
  
  .kazeIndex .head .main h1 {
    padding: 0px 0px 25px 0px;
    font-size: 4.6rem;
    color: #fff;
    letter-spacing: 1px;
  }
  
  .kazeIndex .head .main p {
    font-size: 1.8rem;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.8;
  }
  
  .kazeIndex .head ul {
    float: right;
    width: calc(100% / 3 - 17px);
  }
  
  .kazeIndex .kazeList {
    padding: 0px 0px 55px 0px;
  }
  
  .kazeIndex .kazeList ul:after {
    visibility: hidden;  
    display: block;  
    font-size: 0;  
    content: " ";  
    clear: both;  
    height: 0;  
  }
  
  .kazeIndex .head ul li,
  .kazeIndex .kazeList ul li {
    width: 100%;
    height: 290px;
    list-style-type: none;
    position: relative;
  }
  
  .kazeIndex .kazeList ul li {
    width: calc(100% / 3 - 17px);
  }
  
  .kazeIndex .kazeList ul li {
    float: left;
    margin-bottom: 25px;
  }
  
  .kazeIndex .head ul li:not(:last-of-type) {
    margin: 0px 0px 25px 0px;
  }
  
  .kazeIndex .kazeList ul li:not(:nth-of-type(3n)) {
    margin-right: 25px;
  }
  
  .kazeIndex .kazeList ul li:nth-of-type(9),
  .kazeIndex .kazeList ul li:nth-of-type(10) {
    margin-bottom: 0px;
  }
  
  .kazeIndex .head ul li a,
  .kazeIndex .kazeList ul li a {
    display: block;
    width: 100%;
    height: 290px;
    border: #dcdcdc 1px solid;
    box-sizing: border-box;
  }
  
  .kazeIndex .head ul li:nth-of-type(1) a {
    background: url(../img/index_pic11_pc.jpg) no-repeat center center;
  }
  
  .kazeIndex .head ul li:nth-of-type(2) a {
    background: url(../img/index_pic10_pc.jpg) no-repeat center center;
  }
  
  .kazeIndex .kazeList ul li:nth-of-type(1) a {
    background: url(../img/index_pic09_pc.jpg) no-repeat center center;
  }
  
  .kazeIndex .kazeList ul li:nth-of-type(2) a {
    background: url(../img/index_pic08_pc.jpg) no-repeat center center;
  }
  
  .kazeIndex .kazeList ul li:nth-of-type(3) a {
    background: url(../img/index_pic07_pc.jpg) no-repeat center center;
  }
  
  .kazeIndex .kazeList ul li:nth-of-type(4) a {
    background: url(../img/index_pic06_pc.jpg) no-repeat center center;
  }
  
  .kazeIndex .kazeList ul li:nth-of-type(5) a {
    background: url(../img/index_pic04_pc.jpg) no-repeat center center;
  }
  
  .kazeIndex .kazeList ul li:nth-of-type(6) a {
    background: url(../img/index_pic03_pc.jpg) no-repeat center center;
  }
  
  .kazeIndex .kazeList ul li:nth-of-type(7) a {
    background: url(../img/index_pic02_pc.jpg) no-repeat center center;
  }
  
  .kazeIndex .kazeList ul li:nth-of-type(8) a {
    background: url(../img/index_pic01_pc.jpg) no-repeat center center;
  }
  
  .kazeIndex .head ul li a div,
  .kazeIndex .kazeList ul li a div {
    width: 100%;
    min-height: 108px;
    /*background: url(../img/index_titleback.png) repeat;*/
    background-color: rgba(232,232,232,0.75);
    position: absolute;
    bottom: 0px;
    left: 0px;
  }
  
  .kazeIndex .head ul li a div h2,
  .kazeIndex .kazeList ul li a div h2 {
    padding: 20px 18px 0px 18px;
    font-size: 1.8rem;
    line-height: 1.6;
    color: #ff0000;
  }
  
  .kazeIndex .head ul li a div p,
  .kazeIndex .kazeList ul li a div p {
    padding: 0px 18px 10px 18px;
    font-size: 1.3rem;
    line-height: 1.6;
    color: #565656;
  }
  
  .kazeIndex .head ul li a:hover div p,
  .kazeIndex .kazeList ul li a:hover div p {
    color: #ff0000;
  }
  
  .kazeDetail .head {
    display: block;
    height: 327px;
    margin: 0px 0px 60px 0px;
    background-color: #999;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 948px 327px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.6;
  }
  
  .kazeDetail .pic11 {
    background-image: url(../img/detail_11_main.jpg);
  }
  
  .kazeDetail .pic10 {
    background-image: url(../img/detail_10_main.jpg);
  }
  
  .kazeDetail .pic09 {
    background-image: url(../img/detail_09_main.jpg);
  }
  
  .kazeDetail .pic08 {
    background-image: url(../img/detail_08_main.jpg);
  }
  
  .kazeDetail .pic07 {
    background-image: url(../img/detail_07_main.jpg);
  }
  
  .kazeDetail .pic06 {
    background-image: url(../img/detail_06_main.jpg);
  }
  
  .kazeDetail .pic04 {
    background-image: url(../img/detail_04_main.jpg);
  }
  
  .kazeDetail .pic03 {
    background-image: url(../img/detail_03_main.jpg);
  }
  
  .kazeDetail .pic02 {
    background-image: url(../img/detail_02_main.jpg);
  }
  
  .kazeDetail .pic01 {
    background-image: url(../img/detail_01_main.jpg);
  }
  
  .kazeDetail .head figure {
    padding: 44px 0px 0px 0px;
  }
  
  .kazeDetail .head figure img {
    width: 132px;
    height: auto;
  }
  
  .kazeDetail .head h1 {
    padding: 10px 0px 0px 0px;
    font-size: 3.4rem;
  }
  
  .kazeDetail .head p {
    padding: 10px 0px 0px 0px;
    font-size: 1.6rem;
  }
  
  .kazeDetail .cts {
    max-width: 948px;
    margin: 0px auto;
    padding: 0px 20px 80px 20px;
    box-sizing: content-box;
  }
  
  .kazeDetail .cts h2 {
    margin: 35px 0px 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 .graph {
    display: table;
    margin: 0px 18px 35px 18px;
    border: #ffcdad 1px solid;
  }
  
  .kazeDetail .cts .graph div {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    background: #fff3eb;
  }
  
  .kazeDetail .cts .graph div p {
    padding: 0px 45px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.6;
  }
  
  .kazeDetail .cts .graph div p span {
    display: block;
    margin: 10px 0px 0px 0px;
    font-size: 1.2rem;
    color: #868585;
    font-weight: normal;
  }
  
  .kazeDetail .cts .graph figure {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 41px 0px;
    background: #fff;
  }
  
  .kazeDetail .cts .graph figure img {
    width: 100%;
    height: auto;
  }
  
  .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 p {
    margin: 0px 0px 25px 0px;
    font-size: 1.4rem;
    line-height: 1.8;
    color: #565656;
  }
  
  .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;
  }
  
  .kazeDetail .cts .banner {
    margin: 0px 18px 50px 18px;
    padding: 40px 83px;
    border-top: #d6d5d5 1px solid;
    border-bottom: #d6d5d5 1px solid;
    text-align: center;
    font-size: 0;
  }
  
  .kazeDetail .cts .banner img {
    width: 100%;
    height: auto;
  }
  
  .kazeDetail .cts .two,
  .kazeDetail .cts .one {
    margin: 0px 18px;
    padding: 50px 0px 0px 0px;
    border-top: #d6d5d5 1px solid;
  }
  
  .kazeDetail .cts .two ul:after {
    visibility: hidden;  
    display: block;  
    font-size: 0;  
    content: " ";  
    clear: both;  
    height: 0;  
  }
  
  .kazeDetail .cts .two ul a {
    display: block;
    float: left;
    width: calc(50% - 14px);
    text-decoration: none;
  }
  
  .kazeDetail .cts .one ul a {
    display: block;
    width: calc(50% - 14px);
    margin: 0px auto;
    text-decoration: none;
  }
  
  .kazeDetail .cts .two ul a:first-child {
    margin: 0px 27px 0px 0px;
  }
  
  .kazeDetail .cts .two ul a li,
  .kazeDetail .cts .one ul a li {
    display: table;
    width: 100%;
    list-style-type: none;
    border: #d1d1d1 1px solid;
  }
  
  .kazeDetail .cts .two ul a li figure,
  .kazeDetail .cts .one ul a li figure {
    display: table-cell;
    vertical-align: middle;
    width: 188px;
    font-size: 0px;
  }
  
  .kazeDetail .cts .two ul a li figure img,
  .kazeDetail .cts .one ul a li figure img {
    width: 188px;
    height: auto;
  }
  
  .kazeDetail .cts .two ul a li dl,
  .kazeDetail .cts .one ul a li dl {
    display: table-cell;
    vertical-align: middle;
  }
  
  .kazeDetail .cts .two ul a li dl dt,
  .kazeDetail .cts .one ul a li dl dt {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.6;
    color: #ff0000;
  }
  
  .kazeDetail .cts .two ul a li dl dd,
  .kazeDetail .cts .one ul a li dl dd {
    padding: 0px 20px 0px 0px;
    font-size: 1.3rem;
    line-height: 1.6;
    color: #565656;
  }
  
  .kazeDetail .back {
    padding: 80px 0px;
    background: #f6f6f6;
    text-align: center;
    font-size: 1.3rem;
  }
  
  .kazeDetail .back a {
    display: block;
    width: 365px;
    margin: 0px auto;
    padding: 15px 0px 15px 10px;
    background: #fff url(../img/arrow.png) no-repeat 40px 50%;
    border: #dcdcdc 1px solid;
    border-radius: 3px;
    box-sizing: border-box;
    text-decoration: none;
    line-height: 1;
    color: #565656;
  }
  
}

@media print, screen and (max-width: 767px){
  
  
  .kazeIndex {
    padding: 0px 0px 51px 0px;  
    background: #f2f1f1;
  }
  
  .kazeIndex .head .main {
    min-height: 322px;
    margin: 0px 0px 30px 0px;
    padding: 0px 10px;
    background: url(../img/index_main_sp.jpg) no-repeat left top;
    background-size: cover;
    text-align: center;
  }
  
  .kazeIndex .head .main figure {
    padding: 44px 0px 20px 0px;
  }
  
  .kazeIndex .head .main figure img {
    width: 120px;
    height: auto;
  }
  
  .kazeIndex .head .main h1 {
    padding: 0px 10px 15px 10px;
    font-size: 2.7rem;
    color: #fff;
    letter-spacing: 1px;
  }
  
  .kazeIndex .head .main p {
    padding: 0px 3px;
    font-size: 1.4rem;
    color: #fff;
    line-height: 1.8;
  }
  
  .kazeIndex .head ul,
  .kazeIndex .kazeList ul{
    margin: 0px 15px;
  }
  
  .kazeIndex .head ul li,
  .kazeIndex .kazeList ul li {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    background: #fff;
    box-sizing: border-box;
    list-style-type: none;
  }
  
  .kazeIndex .head ul li a,
  .kazeIndex .kazeList ul li a {
    display: block;
    width: 100%;
    min-height: 84px;
    background-repeat: no-repeat;
    background-size: 99px 85px;
    text-decoration: none;
  }
  
  .kazeIndex .head ul li:nth-of-type(1) a {
    background-image: url(../img/index_pic11_sp.jpg);
  }
  
  .kazeIndex .head ul li:nth-of-type(2) a {
    background-image: url(../img/index_pic10_sp.jpg);
  }
  
  .kazeIndex .kazeList ul li:nth-of-type(1) a {
    background-image: url(../img/index_pic09_sp.jpg);
  }
  
  .kazeIndex .kazeList ul li:nth-of-type(2) a {
    background-image: url(../img/index_pic08_sp.jpg);
  }
  
  .kazeIndex .kazeList ul li:nth-of-type(3) a {
    background-image: url(../img/index_pic07_sp.jpg);
  }
  
  .kazeIndex .kazeList ul li:nth-of-type(4) a {
    background-image: url(../img/index_pic06_sp.jpg);
  }
  
  .kazeIndex .kazeList ul li:nth-of-type(5) a {
    background-image: url(../img/index_pic04_sp.jpg);
  }
  
  .kazeIndex .kazeList ul li:nth-of-type(6) a {
    background-image: url(../img/index_pic03_sp.jpg);
  }
  
  .kazeIndex .kazeList ul li:nth-of-type(7) a {
    background-image: url(../img/index_pic02_sp.jpg);
  }
  
  .kazeIndex .kazeList ul li:nth-of-type(8) a {
    background-image: url(../img/index_pic01_sp.jpg);
  }
  
  .kazeIndex .head ul li a div,
  .kazeIndex .kazeList ul li a div {
    padding: 0px 0px 0px 120px;
  }
  
  .kazeIndex .head ul li a div h2,
  .kazeIndex .kazeList ul li a div h2 {
    padding: 0px 0px 3px 0px;
    font-size: 1.5rem;
    line-height: 1.6;
    color: #ff0000;
  }
  
  .kazeIndex .head ul li a div p,
  .kazeIndex .kazeList ul li a div p {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #565656;
  }
  
  .kazeDetail .head {
    display: block;
    min-height: 210px;
    padding: 0px 15px;
    background-color: #999;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.6;
  }
  
  .kazeDetail .pic11 {
    background-image: url(../img/detail_11_main.jpg);
  }
  
  .kazeDetail .pic10 {
    background-image: url(../img/detail_10_main.jpg);
  }
  
  .kazeDetail .pic09 {
    background-image: url(../img/detail_09_main.jpg);
  }
  
  .kazeDetail .pic08 {
    background-image: url(../img/detail_08_main.jpg);
  }
  
  .kazeDetail .pic07 {
    background-image: url(../img/detail_07_main.jpg);
  }
  
  .kazeDetail .pic06 {
    background-image: url(../img/detail_06_main.jpg);
  }
  
  .kazeDetail .pic04 {
    background-image: url(../img/detail_04_main.jpg);
  }
  
  .kazeDetail .pic03 {
    background-image: url(../img/detail_03_main.jpg);
  }
  
  .kazeDetail .pic02 {
    background-image: url(../img/detail_02_main.jpg);
  }
  
  .kazeDetail .pic01 {
    background-image: url(../img/detail_01_main.jpg);
  }
  
  .kazeDetail .head figure {
    padding: 24px 0px 0px 0px;
  }
  
  .kazeDetail .head figure img {
    width: 95px;
    height: auto;
  }
  
  .kazeDetail .head h1 {
    padding: 5px 0px 0px 0px;
    font-size: 1.7rem;
  }
  
  .kazeDetail .head p {
    padding: 5px 0px 0px 0px;
    font-size: 1.3rem;
  }
  
  .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 .graph {
    margin: 0px 15px 25px 15px;
    padding: 20px 0px 0px 0px;
    background: #fff;
    border: #ffcdad 1px solid;
  }
  
  .kazeDetail .cts .graph div {
    padding: 0px 15px 10px 15px;
    text-align: center;
  }
  
  .kazeDetail .cts .graph div p {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.6;
  }
  
  .kazeDetail .cts .graph div p span {
    display: block;
    margin: 3px 0px 0px 0px;
    font-size: 1.1rem;
    color: #868585;
    font-weight: normal;
  }
  
  .kazeDetail .cts .graph figure {
    font-size: 0;
  }
  
  .kazeDetail .cts .graph figure img {
    width: 100%;
    height: auto;
  }
  
  .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 p {
    margin: 0px 0px 25px 0px;
    font-size: 1.3rem;
    line-height: 1.8;
    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;
  }
  
  .kazeDetail .cts .banner {
    margin: 0px 15px 30px 15px;
    font-size: 0;
  }
  
  .kazeDetail .cts .banner img {
    width: 100%;
    height: auto;
  }
  
  .kazeDetail .cts .two,
  .kazeDetail .cts .one {
    margin: 0px 15px;
  }
  
  .kazeDetail .cts .two ul a,
  .kazeDetail .cts .one ul a {
    display: block;
    text-decoration: none;
  }
  
  .kazeDetail .cts .two ul a:first-child {
    margin: 0px 0px 19px 0px;
  }
  
  .kazeDetail .cts .two ul a li,
  .kazeDetail .cts .one ul a li {
    display: table;
    width: 100%;
    list-style-type: none;
    border: #d1d1d1 1px solid;
  }
  
  .kazeDetail .cts .two ul a li figure,
  .kazeDetail .cts .one ul a li figure {
    display: table-cell;
    vertical-align: middle;
    width: 130px;
    font-size: 0px;
  }
  
  .kazeDetail .cts .two ul a li figure img,
  .kazeDetail .cts .one ul a li figure img {
    width: 130px;
    height: auto;
  }
  
  .kazeDetail .cts .two ul a li dl,
  .kazeDetail .cts .one ul a li dl {
    display: table-cell;
    vertical-align: middle;
  }
  
  .kazeDetail .cts .two ul a li dl dt,
  .kazeDetail .cts .one ul a li dl dt {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.6;
    color: #ff0000;
  }
  
  .kazeDetail .cts .two ul a li dl dd,
  .kazeDetail .cts .one ul a li dl dd {
    padding: 0px 20px 0px 0px;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #565656;
  }
  
  .kazeDetail .back {
    padding: 40px 0px;
    background: #f6f6f6;
    text-align: center;
    font-size: 1.4rem;
  }
  
  .kazeDetail .back a {
    display: block;
    width: 280px;
    margin: 0px auto;
    padding: 15px 0px 15px 10px;
    background: #fff url(../img/arrow.png) no-repeat 20px 50%;
    border: #dcdcdc 1px solid;
    border-radius: 3px;
    box-sizing: border-box;
    text-decoration: none;
    color: #565656; }
    @media print, screen and (max-width: 767px){
      .kazeDetail .back a {
        display: block;
        width: 92%; } }
  
}

.pdt10 {
  padding-top: 10px;
}
.pdt20 {
  padding-top: 20px;
}
.pdt30 {
  padding-top: 30px;
}
.pdt40 {
  padding-top: 40px;
}
.pdt50 {
  padding-top: 50px;
}
.pdb10 {
  padding-bottom: 10px;
}
.pdb20 {
  padding-bottom: 20px;
}

.w469 {
  width: 469px; }
  @media print, screen and (max-width: 767px){
    .w469 {
      width: 100%; } }

.w77per {
  width: 77%;
  margin: 0 auto;
}

.kazeDetail .cts section a {
  text-decoration: none; }
.kazeDetail .cts section a:hover {
  opacity: 0.8; }
.kazeDetail .cts section a p {
  margin: 0px 0px 25px 0px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.8;
  color: #16916c; }

.kazeDetail .cts sub {
  font-size: 75%;
  vertical-align: bottom;
}
