@charset "UTF-8";
/*****************************************
  cnt01/style.css
  トップページ固有のスタイルを指定
******************************************/

/*******************************
 reset
*******************************/
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
em {
  font-style: normal;
}
.btnFooterNaviPosition {
  margin: 0 0 50px;
}
/*******************************
 cnt01
*******************************/
.cnt01.section {
  padding-top: 30px;
  margin: -30px 0 100px;
}
@media screen and (max-width: 768px) {
  .cnt01.section {
    margin: -30px 0 40px;
  }
}
.cnt01.section .sectionHead {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .cnt01.section .sectionHead {
    margin-bottom: 25px;
  }
}
.cnt01.section .sectionHead .titleBorder01 {}
.cnt01.section .sectionHead .titleBorder01 .titleIn {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  padding-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .cnt01.section .sectionHead .titleBorder01 .titleIn {
    padding-bottom: 6px;
  }
  .cnt01.section .sectionHead .titleBorder01 .titleIn + .titleIn {
    margin-top: 6px;
  }
}
.cnt01.section .sectionHead .titleBorder01 .titleIn::after {
  height: 18px;
}
@media screen and (max-width: 768px) {
  .cnt01.section .sectionHead .titleBorder01 .titleIn::after {
    height: 9px;
  }
}
.cnt01.section .sectionHead .titleBorder01 .titleIn em {
  color: #c71a1d;
  font-weight: bold;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .cnt01.section .sectionHead .titleBorder01 .titleIn em {
    font-size: 20px;
  }
}
.cnt01.section .sectionBody {
  margin: 0 auto;
  max-width: 920px;
}
@media screen and (max-width: 960px) {
  .cnt01.section .sectionBody {
    padding: 0 20px;
  }
}
.cnt01.section .sectionBody .row {
  overflow: hidden;
}
.cnt01.section .sectionBody .row .col.figure {
  float: left;
  max-width: 410px;
  width: 44.56521739%;
}
@media screen and (max-width: 768px) {
  .cnt01.section .sectionBody .row .col.figure {
    margin: 0 auto 15px;
    float: none;
    max-width: none;
    width: 66.6667%;
  }
}
.cnt01.section .sectionBody .row .col.textBox {
  float: right;
  max-width: 481px;
  width: 52.2826087%;
}
@media screen and (max-width: 768px) {
  .cnt01.section .sectionBody .row .col.textBox {
    float: none;
    max-width: none;
    width: auto;
  }
}
.cnt01.section .sectionBody .row .col.textBox .title {
  margin-bottom: 20px;
  color: #c71a1d;
  font-weight: bold;
  font-size: 24px;
  line-height: calc(33/24);
}
@media screen and (max-width: 768px) {
  .cnt01.section .sectionBody .row .col.textBox .title {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: calc(45/33);
  }
}
.cnt01.section .sectionBody .row .col.textBox .text {
  font-size: 16px;
  line-height: calc(26/16);
}

.listgNav a {
  padding: 15px 20px 18px;
}