@charset "utf-8";
/*共通
 ----------------------------------------------------*/
h1.page_main {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  background: #f9f8f8;
  padding: 30px 0 40px;
  background: url(../img/common/page-bg.svg) no-repeat bottom center/100%, #f9f8f8;
}
h1.page_main span {
  display: block;
  text-align: center;
  font-size: 19px;
}
h1.page_main span:first-letter {
  text-transform: uppercase;
}
h1.page_main::first-letter {
  color: #01be9f;
}
h1.page_main::after {
  content: '';
  display: block;
  width: 0.2em;
  height: 6px;
  max-width: 100%;
  margin: 0.2em auto 0;
  border-right: 0.2em solid #ccc;
  border-left: 0.2em solid #ccc;
  padding: 0 0.2em;
  background-color: #01be9f;
  background-clip: content-box;
}
.breadcrumb {
  margin-top: 20px;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
}
.breadcrumb ol {
  display: flex;
}
.breadcrumb ol li + li::before {
  content: '';
  display: inline-block;
  width: 0.8em;
  height: 1px;
  margin: 0 0.9em;
  border-top: 1px solid;
  vertical-align: middle;
  box-sizing: border-box;
}
.breadcrumb ol li.liHome::before {
  content: '';
  display: inline-block;
  width: 0.9em;
  height: 1.07em;
  margin-right: 0.6em;
  background: url(../img/inspection/common/icon_breadcrumb-home.svg) no-repeat center center/contain;
}
.breadcrumb a {
  transition: all ease 0.4s;
}
.breadcrumb a:hover {
  color: #01be9f;
}
@media only screen and (max-width: 768px) {
  .breadcrumb ol {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .breadcrumb li {
    display: inline-block;
    width: auto;
  }
}
.newsBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 4%;
  margin-bottom: 4%;
}
.newsBox .newsBoxL {
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .newsBox .newsBoxL {
    width: 100%;
  }
}
.newsBox .newsBoxR {
  width: 24%;
}
@media only screen and (max-width: 768px) {
  .newsBox .newsBoxR {
    width: 80%;
    margin: 14% auto;
  }
}
.newsBox .categoryTab {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 66px;
}
.newsBox .categoryTab li {
  width: 15.5%;
  border: 1px solid #000;
  box-sizing: border-box;
  border-bottom: 5px solid #000;
  transition: all ease 0.4s;
}
@media only screen and (max-width: 640px) {
  .newsBox .categoryTab li {
    width: 48%;
    margin-bottom: 4%;
  }
}
.newsBox .categoryTab li:nth-child(1) {
  border: 1px solid #01be9f;
  border-bottom: 5px solid #01be9f;
}
.newsBox .categoryTab li.active:nth-child(1) {
  border: 1px solid #01be9f;
  border-bottom: 5px solid #01be9f;
  background: #01be9f;
}
.newsBox .categoryTab li:nth-child(1):hover {
  border: 1px solid #01be9f;
  border-bottom: 5px solid #01be9f;
  background: #01be9f;
}
.newsBox .categoryTab li:nth-child(2) {
  border: 1px solid #dd6691;
  border-bottom: 5px solid #dd6691;
}
.newsBox .categoryTab li.active:nth-child(2) {
  border: 1px solid #dd6691;
  border-bottom: 5px solid #dd6691;
  background: #dd6691;
}
.newsBox .categoryTab li:nth-child(2):hover {
  border: 1px solid #dd6691;
  border-bottom: 5px solid #dd6691;
  background: #dd6691;
}
.newsBox .categoryTab li:nth-child(3) {
  border: 1px solid #b667db;
  border-bottom: 5px solid #b667db;
}
.newsBox .categoryTab li.active:nth-child(3) {
  border: 1px solid #b667db;
  border-bottom: 5px solid #b667db;
  background: #b667db;
}
.newsBox .categoryTab li:nth-child(3):hover {
  border: 1px solid #b667db;
  border-bottom: 5px solid #b667db;
  background: #b667db;
}
.newsBox .categoryTab li:nth-child(4) {
  border: 1px solid #6770db;
  border-bottom: 5px solid #6770db;
}
.newsBox .categoryTab li.active:nth-child(4) {
  border: 1px solid #6770db;
  border-bottom: 5px solid #6770db;
  background: #6770db;
}
.newsBox .categoryTab li:nth-child(4):hover {
  border: 1px solid #6770db;
  border-bottom: 5px solid #6770db;
  background: #6770db;
}
.newsBox .categoryTab li:nth-child(5) {
  border: 1px solid #67b4db;
  border-bottom: 5px solid #67b4db;
}
.newsBox .categoryTab li.active:nth-child(5) {
  border: 1px solid #67b4db;
  border-bottom: 5px solid #67b4db;
  background: #67b4db;
}
.newsBox .categoryTab li:nth-child(5):hover {
  border: 1px solid #67b4db;
  border-bottom: 5px solid #67b4db;
  background: #67b4db;
}
.newsBox .categoryTab li:nth-child(6) {
  border: 1px solid #dbae67;
  border-bottom: 5px solid #dbae67;
}
.newsBox .categoryTab li.active:nth-child(6) {
  border: 1px solid #dbae67;
  border-bottom: 5px solid #dbae67;
  background: #dbae67;
}
.newsBox .categoryTab li:nth-child(6):hover {
  border: 1px solid #dbae67;
  border-bottom: 5px solid #dbae67;
  background: #dbae67;
}
.newsBox .categoryTab a {
  display: block;
  font-size: 14px;
  padding: 12px 0;
  width: 100%;
  color: #000;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .newsBox .categoryTab a {
    font-size: 12px;
  }
}
.newsBox .categoryTab li.active a {
  color: #fff;
  font-weight: bold;
}
.newsBox .categoryTab li:hover a {
  color: #fff;
  font-weight: bold;
}
.newsBox .articleBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.newsBox .articleBox .articleSingle {
  width: 48%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  margin-bottom: 4%;
  box-shadow: 1px 1px 10px #ccc;
}
.newsBox .articleBox .articleSingle p {
  font-size: 14px;
}
@media only screen and (max-width: 640px) {
  .newsBox .articleBox .articleSingle {
    width: 100%;
    margin-bottom: 8%;
  }
}
.newsBox .articleBox .articleSingle a {
  display: block;
  width: 100%;
}
.newsBox .articleBox .articleSingle .articleImg {
  overflow: hidden;
}
.newsBox .articleBox .articleSingle .articleImg img {
  width: 100%;
  max-height: 266px;
  object-fit: cover;
  transition: all ease 0.3s;
}
@media screen and (max-width: 768px) {
  .newsBox .articleBox .articleSingle .articleImg img {
    max-height: 226px;
  }
}
.newsBox .articleBox .articleSingle .articleImg:hover img {
  transform: scale(1.3);
}
.newsBox .articleBox .articleSingle .articleTxt {
  position: relative;
}
.newsBox .articleBox .articleSingle .catName {
  display: inline;
  width: auto;
  position: absolute;
  top: -35px;
  left: 0;
}
.newsBox .articleBox .articleSingle .category {
  color: #fff;
  display: block;
  width: auto;
  font-size: 13px;
  min-width: 100px;
  text-align: center;
  height: 35px;
  line-height: 35px;
}
.newsBox .articleBox .articleSingle .category.seminar {
  background: #dd6691;
  color: #fff;
  display: block;
  width: auto;
  font-size: 13px;
}
.newsBox .articleBox .articleSingle .category.haccp {
  background: #b667db;
  color: #fff;
  display: block;
  width: auto;
  font-size: 13px;
}
.newsBox .articleBox .articleSingle .category.virus {
  background: #6770db;
  color: #fff;
  display: block;
  width: auto;
  font-size: 13px;
}
.newsBox .articleBox .articleSingle .category.products {
  background: #67b4db;
  color: #fff;
  display: block;
  width: auto;
  font-size: 13px;
}
.newsBox .articleBox .articleSingle .category.other {
  background: #dbae67;
  color: #fff;
  display: block;
  width: auto;
  font-size: 13px;
}
.newsBox .articleBox .articleSingle .box2 {
  padding: 4% 8% 18%;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #ccc;
  min-height: 180px;
}
.newsBox .articleBox .articleSingle .articleTitle {
  font-size: 16px;
  color: #01806a;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 2%;
  line-height: 1.6;
}
.newsBox .articleBox .articleSingle .excerpt {
  font-size: 14px;
  line-height: 2;
}
.newsBox .articleBox .articleSingle .date {
  position: absolute;
  right: 8%;
  bottom: 12px;
  padding-left: 20px;
  background: url(../img/news/time.png) no-repeat left center / 16px 16px;
  color: #999;
}
.newsBox .articleBox .articleSingle .box3 {
  padding: 4% 8%;
}
@media screen and (max-width: 768px) {
  .newsBox .articleBox .articleSingle .box3 {
    padding-top: 3%;
    padding-bottom: 3%;
  }
}
@media screen and (max-width: 640px) {
  .newsBox .articleBox .articleSingle .box3 {
    padding-top: 4%;
    padding-bottom: 4%;
  }
}
.newsBox .articleBox .articleSingle .box3 ul {
  margin-bottom: -3%;
}
.newsBox .articleBox .articleSingle .box3 li {
  display: inline-block;
  width: auto;
  padding: 2px 20px;
  margin-right: 4%;
  margin-bottom: 3%;
  border: 2px solid #ccc;
  position: relative;
  background: url(../img/news/cercle.png) no-repeat 5px center;
  background-size: 8px;
}
.newsBox .articleBox .articleSingle .box3 li::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/news/tag01.jpg) no-repeat;
  background-size: contain;
  position: absolute;
  left: -2px;
  top: -2px;
}
.newsBox .articleBox .articleSingle .box3 li::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/news/tag02.jpg) no-repeat;
  background-size: contain;
  position: absolute;
  left: -2px;
  bottom: -2px;
}
.newsBox .articleBox .articleSingle:first-child {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  margin-bottom: 4%;
  box-shadow: 1px 1px 10px #ccc;
}
@media only screen and (max-width: 640px) {
  .newsBox .articleBox .articleSingle:first-child {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin-bottom: 8%;
    box-shadow: 1px 1px 10px #ccc;
  }
}
.newsBox .articleBox .articleSingle:first-child a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.newsBox .articleBox .articleSingle:first-child .articleImg {
  width: 56%;
}
.newsBox .articleBox .articleSingle:first-child .articleImg img {
  max-height: 312px;
}
@media only screen and (max-width: 768px) {
  .newsBox .articleBox .articleSingle:first-child .articleImg {
    width: 60%;
  }
  .newsBox .articleBox .articleSingle:first-child .articleImg img {
    max-height: none;
    height: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .newsBox .articleBox .articleSingle:first-child .articleImg {
    width: 100%;
  }
  .newsBox .articleBox .articleSingle:first-child .articleImg img {
    width: 100%;
    max-height: 226px;
    min-height: 0;
    height: auto;
    object-fit: cover;
  }
}
.newsBox .articleBox .articleSingle:first-child .articleTxt {
  width: 44%;
}
@media only screen and (max-width: 768px) {
  .newsBox .articleBox .articleSingle:first-child .articleTxt {
    width: 40%;
  }
}
@media only screen and (max-width: 640px) {
  .newsBox .articleBox .articleSingle:first-child .articleTxt {
    width: 100%;
  }
}
.newsBox .articleBox .articleSingle:first-child .catName {
  display: inline-block;
  position: initial;
  top: initial;
  left: initial;
  margin-bottom: 3%;
}
@media only screen and (max-width: 640px) {
  .newsBox .articleBox .articleSingle:first-child .catName {
    display: inline;
    width: auto;
    position: absolute;
    top: -35px;
    left: 0;
    margin-bottom: initial;
  }
}
.newsBox .articleBox .articleSingle:first-child .date {
  position: initial;
  display: inline-block;
  margin-left: 8%;
}
@media only screen and (max-width: 640px) {
  .newsBox .articleBox .articleSingle:first-child .date {
    position: absolute;
    right: 4%;
    bottom: 12px;
    padding-left: 20px;
    background: url(../img/news/time.png) no-repeat left center / 16px 16px;
    color: #999;
  }
}
.newsBox .articleBox .articleSingle:first-child .box2 {
  width: 96%;
  margin: 0 auto;
  /* min-height: 280px; */
  padding-bottom: 4%;
}
@media only screen and (max-width: 768px) {
  .newsBox .articleBox .articleSingle:first-child .box2 {
    padding: 3% 4% 2%;
  }
}
@media only screen and (max-width: 640px) {
  .newsBox .articleBox .articleSingle:first-child .box2 {
    padding: 4% 8% 18%;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #ccc;
    min-height: 180px;
    width: 100%;
  }
}
.newsBox .pager-contents {
  display: block;
  text-align: center;
  width: 100%;
  margin: 4% 0;
}
@media only screen and (max-width: 640px) {
  .newsBox .pager-contents {
    margin: 8% 0 16%;
  }
}
.newsBox .pager-contents p {
  color: #35cbb2;
  font-weight: bold;
}
.newsBox .wp-pagenavi a, .newsBox .wp-pagenavi span {
  padding: 3px 8px;
  margin: 2px;
  color: #35cbb2;
  font-weight: bold;
  border: none;
  transition: all ease 0.4s;
}
.newsBox .wp-pagenavi a:hover, .newsBox .wp-pagenavi span:hover {
  color: #fff;
  background: #35cbb2;
}
.newsBox .wp-pagenavi span.current {
  font-weight: bold;
  color: #fff;
  background: #35cbb2;
}
.newsBox .wp-pagenavi {
  margin-top: 1%;
}
.newsBox #sidebar .widget {
  margin-bottom: 30px;
}
.newsBox #sidebar .widgettitle {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
  color: #42ccb6;
  position: relative;
  padding: 4px;
  box-sizing: border-box;
  margin-bottom: 10%;
  background: url(../img/news/widgetTitle.png) no-repeat bottom center / contain;
}
.newsBox #sidebar .widgettitle.ranking {
  position: relative;
}
.newsBox #sidebar .widgettitle.ranking::after {
  position: absolute;
  content: 'Ranking';
  right: 0;
  top: 8px;
  color: #c9b495;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
}
.newsBox #sidebar .widgettitle.recommend {
  position: relative;
}
.newsBox #sidebar .widgettitle.recommend::after {
  position: absolute;
  content: 'Recommend';
  right: 0;
  top: 8px;
  color: #c9b495;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
}
.newsBox #sidebar .widget:last-child .widgettitle {
  position: relative;
}
.newsBox #sidebar .widget:last-child .widgettitle::after {
  position: absolute;
  content: 'Genre';
  right: 0;
  top: 8px;
  color: #c9b495;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
}
.newsBox #sidebar .widget:last-child ul {
  overflow: hidden;
}
.newsBox #sidebar .widget:last-child ul li {
  float: left;
  width: auto;
  display: inline-block;
  padding: 2px 8px;
  box-sizing: border-box;
  margin-bottom: 6px;
}
.newsBox #sidebar .widgettitle img {
  object-fit: cover;
}
.newsBox #sidebar .wpp-list li {
  margin-bottom: 6%;
}
.newsBox #sidebar .wpp-post-title {
  color: #379987;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}
.newsBox #sidebar .wpp-post-title:hover {
  border-bottom: 1px solid #379987;
  opacity: 0.7;
}
.newsBox #sidebar .category-1 {
  color: #fff;
  background: #dbae67;
  display: inline-block;
  padding: 2px 12px;
  box-sizing: border-box;
}
.newsBox #sidebar .category-5 {
  color: #fff;
  background: #dd6691;
  display: inline-block;
  padding: 2px 12px;
  box-sizing: border-box;
}
.newsBox #sidebar .category-6 {
  color: #fff;
  background: #b667db;
  display: inline-block;
  padding: 2px 12px;
  box-sizing: border-box;
}
.newsBox #sidebar .category-7 {
  color: #fff;
  background: #6770db;
  display: inline-block;
  padding: 2px 12px;
  box-sizing: border-box;
}
.newsBox #sidebar .category-8 {
  color: #fff;
  background: #67b4db;
  display: inline-block;
  padding: 2px 12px;
  box-sizing: border-box;
}
.newsBox #sidebar .cat-item-1 a {
  display: block;
  color: #fff;
  background: #dbae67;
  padding: 0px 8px;
  box-sizing: border-box;
}
.newsBox #sidebar .cat-item-5 a {
  display: block;
  color: #fff;
  background: #dd6691;
  padding: 0px 8px;
  box-sizing: border-box;
}
.newsBox #sidebar .cat-item-6 a {
  display: block;
  color: #fff;
  background: #b667db;
  padding: 0px 8px;
  box-sizing: border-box;
}
.newsBox #sidebar .cat-item-7 a {
  display: block;
  color: #fff;
  background: #6770db;
  padding: 0px 8px;
  box-sizing: border-box;
}
.newsBox #sidebar .cat-item-8 a {
  display: block;
  color: #fff;
  background: #67b4db;
  padding: 0px 8px;
  box-sizing: border-box;
}
.newsBox #sidebar .searchBox {
  position: relative;
}
.newsBox #sidebar .searchBox #s {
  display: block;
  width: 100%;
  padding: 4px;
  box-sizing: border-box;
}
.newsBox #sidebar #searchsubmit {
  position: absolute;
  right: 4px;
  top: 0;
  width: 35px;
  height: 35px;
  background: url(../img/news/search.png) no-repeat center center;
  background-size: 50%;
  padding: 4px;
  box-sizing: border-box;
}
.newsBox #sidebar .banner {
  margin-bottom: 8%;
}
.newsBox #sidebar .banner a {
  display: block;
  width: 100%;
  font-size: 0;
}
h1.single_main {
  color: #01806a;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  background: #f9f8f8;
  padding: 60px 0;
  background: url(../img/common/page-bg.svg) no-repeat bottom center/100%, #f9f8f8;
}
.singleBox {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .singleBox {
    width: 90%;
  }
}
@media only screen and (max-width: 640px) {
  .singleBox {
    width: 100%;
  }
}
.singleBox img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.singleBox figcaption {
  font-size: 13px;
  color: #b2b2b2;
}
.singleBox figure {
  margin-bottom: 4%;
}
.singleBox .thumbImg img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 6%;
}
.singleBox .category {
  color: #fff;
  background: #666;
  display: inline-block;
  width: auto;
  padding: 6px 36px;
}
.singleBox .category.seminar {
  background: #dd6691;
}
.singleBox .category.haccp {
  background: #b667db;
}
.singleBox .category.virus {
  background: #6770db;
}
.singleBox .category.products {
  background: #67b4db;
}
.singleBox .category.other {
  background: #dbae67;
}
.singleBox .date {
  position: initial;
  display: inline-block;
  margin-left: 12px;
  padding-left: 20px;
  background: url(../img/news/time.png) no-repeat left center / 16px 16px;
  color: #999;
}
.singleBox .singleContent {
  margin: 46px 0;
}
.singleBox .singleContent p {
  font-size: 14px;
  margin-bottom: 8%;
}
.singleBox .singleContent strong {
  font-weight: bold;
}
.singleBox .singleContent h2 {
  color: #fff;
  font-size: 22px;
  background: url(../img/news/h2-bg01.png) no-repeat left bottom / contain, url(../img/news/h2-bg02.png) no-repeat right top / contain, #00be9e;
  background-size: auto 100%, auto 100%;
  padding: 20px 50px 20px 70px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 8%;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 640px) {
  .singleBox .singleContent h2 {
    font-size: 18px;
  }
}
.singleBox .singleContent h2::after {
  content: '';
  width: 30px;
  height: 30px;
  background: url(../img/news/icon-h2.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 32px;
  top: 28px;
}
@media only screen and (max-width: 640px) {
  .singleBox .singleContent h2::after {
    width: 24px;
    top: 25px;
  }
}
.singleBox .singleContent h3 {
  color: #000;
  font-weight: 500;
  font-size: 22px;
  background: #edfaf8;
  padding: 15px 40px;
  box-sizing: border-box;
  margin-bottom: 4%;
  border-left: 6px solid #01be9f;
}
@media only screen and (max-width: 640px) {
  .singleBox .singleContent h3 {
    font-size: 18px;
    padding: 15px 20px;
  }
}
.singleBox .singleContent h4 {
  color: #000;
  font-weight: 500;
  font-size: 21px;
  padding: 16px 0;
  box-sizing: border-box;
  margin-bottom: 8%;
  border-bottom: 3px solid #edfaf8;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .singleBox .singleContent h4 {
    font-size: 17px;
  }
}
.singleBox .singleContent h4::after {
  content: '';
  width: 30%;
  height: 3px;
  background: #01be9f;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.singleBox .singleContent table {
  width: 100%;
  margin-bottom: 8%;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.singleBox .singleContent table tr {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.singleBox .singleContent table td:first-child {
  width: 30%;
  padding: 2%;
  box-sizing: border-box;
  text-align: center;
  background: #f4f4f4;
  border: 1px solid #ccc;
  border-collapse: collapse;
  font-weight: bold;
}
.singleBox .singleContent table td:last-child {
  width: 70%;
  padding: 2% 4%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.singleBox .singleContent ul {
  margin-bottom: 8%;
}
.singleBox .singleContent ul li {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 2%;
  padding-left: 30px;
  position: relative;
}
.singleBox .singleContent ul li::after {
  content: '';
  width: 25px;
  height: 25px;
  background: url(../img/news/icon-li.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 5px;
}
.singleBox .box3 {
  padding: 4% 0%;
  border-top: 2px solid #ccc;
  margin-top: 8%;
}
.singleBox .box3 #tagArea a {
  position: relative;
  border: 2px solid #ccc;
  display: inline-block;
  margin-right: 18px;
  padding: 4px 10px 4px 20px;
  background: url(../img/news/cercle.png) no-repeat 5px center;
  background-size: 8px;
  transition: all ease 0.4s;
}
.singleBox .box3 #tagArea a:hover {
  color: #00be9e;
}
.singleBox .box3 #tagArea a::before {
  content: '';
  width: 10px;
  height: 10px;
  background: url(../img/news/tag02.jpg) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -2px;
  left: -2px;
}
.singleBox .box3 #tagArea a::after {
  content: '';
  width: 10px;
  height: 10px;
  background: url(../img/news/tag01.jpg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -2px;
  left: -2px;
}
.singleBox .box3 li {
  display: inline-block;
  width: auto;
  padding: 2px 20px;
  margin-right: 2%;
  border: 1px solid #ccc;
  position: relative;
}
.singleBox .box3 li::before {
  content: '';
  display: block;
  width: 20px;
  height: 31px;
  background: url(../img/news/newsTag3.jpg) no-repeat;
  background-size: contain;
  position: absolute;
  left: -1px;
  top: -1px;
}
.singleBox .box3 .back a {
  margin: 8% auto;
  border-radius: 60px;
  display: block;
  max-width: 335px;
  color: #fff;
  padding: 17px 0px;
  box-sizing: border-box;
  text-align: center;
  transition: all ease 0.4s;
  background: url(../img/news/arrow01.png) no-repeat 88% center / 40px, #42ccb6;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .singleBox .box3 .back a {
    width: 86%;
  }
}
.singleBox .box3 .back a:hover {
  opacity: 0.7;
}
.customerVoice .title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  padding: 90px 0;
  background: url(../img/news/star01.png) no-repeat 15% 60% / 100px auto, url(../img/news/star02.png) no-repeat 82% 40% / 140px auto;
}
@media only screen and (max-width: 768px) {
  .customerVoice .title {
    font-size: 28px;
  }
}
.caseArea.newsBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 4%;
  margin-bottom: 4%;
}
.caseArea.newsBox .newsBoxL {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .caseArea.newsBox .categoryTab::after {
    content: '';
    display: block;
    width: 32%;
  }
}
.caseArea.newsBox .singleBox {
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .caseArea.newsBox .singleBox {
    width: 100%;
  }
}
.caseArea.newsBox .articleSingle .category {
  color: #fff;
  display: block;
  width: auto;
  padding: 0 16px;
  font-size: 13px;
  height: 35px;
  line-height: 35px;
  margin-bottom: 0;
  min-width: 160px;
}
.caseArea.newsBox .categoryTab {
  position: relative;
}
.caseArea.newsBox .categoryTab a {
  padding: 10px 0;
  box-sizing: border-box;
  font-weight: bold;
}
.caseArea.newsBox .categoryTab li {
  width: 19%;
  border: none;
  box-sizing: border-box;
  border-bottom: none;
  transition: all ease 0.4s;
}
@media only screen and (max-width: 768px) {
  .caseArea.newsBox .categoryTab li {
    width: 32%;
    margin-bottom: 1%;
  }
}
@media only screen and (max-width: 640px) {
  .caseArea.newsBox .categoryTab li {
    width: 100%;
    margin-bottom: 2%;
  }
}
.caseArea.newsBox .categoryTab li:nth-child(1) {
  border: none;
  border-bottom: none;
  background: #baede5;
}
.caseArea.newsBox .categoryTab li:nth-child(1) a {
  color: #01be9f;
}
.caseArea.newsBox .categoryTab li:nth-child(1):hover {
  border: none;
  border-bottom: none;
  background: #01be9f;
}
.caseArea.newsBox .categoryTab li:nth-child(1):hover a {
  color: #fff;
}
.caseArea.newsBox .categoryTab li.active:nth-child(1) {
  border: none;
  border-bottom: none;
  background: #01be9f;
  background-size: 90%;
}
.caseArea.newsBox .categoryTab li.active:nth-child(1) a {
  color: #fff;
  background: url(../img/news/bar01.png) no-repeat center 90% / contain;
  background-size: 90%;
}
.caseArea.newsBox .categoryTab li:nth-child(1):hover {
  border: none;
  border-bottom: none;
  background: #01be9f;
}
.caseArea.newsBox .categoryTab li:nth-child(2) {
  background: #e4daeb;
  border: none;
  border-bottom: none;
}
.caseArea.newsBox .categoryTab li:nth-child(2) a {
  color: #b667db;
}
.caseArea.newsBox .categoryTab li.active:nth-child(2) {
  background: #b667db;
  background-size: 90%;
}
.caseArea.newsBox .categoryTab li.active:nth-child(2) a {
  color: #fff;
  background: url(../img/news/bar01.png) no-repeat center 90% / contain;
  background-size: 90%;
}
.caseArea.newsBox .categoryTab li:nth-child(2):hover {
  border: none;
  border-bottom: none;
  background: #b667db;
}
.caseArea.newsBox .categoryTab li:nth-child(2):hover a {
  color: #fff;
}
.caseArea.newsBox .categoryTab li:nth-child(3) {
  border: none;
  border-bottom: none;
  background: #d8d8e8;
}
.caseArea.newsBox .categoryTab li:nth-child(3) a {
  color: #6770db;
}
.caseArea.newsBox .categoryTab li.active:nth-child(3) {
  border: none;
  border-bottom: none;
  background: #6770db;
  background-size: 90%;
}
.caseArea.newsBox .categoryTab li.active:nth-child(3) a {
  color: #fff;
  background: url(../img/news/bar01.png) no-repeat center 90% / contain;
  background-size: 90%;
}
.caseArea.newsBox .categoryTab li:nth-child(3):hover {
  border: none;
  border-bottom: none;
  background: #6770db;
}
.caseArea.newsBox .categoryTab li:nth-child(3):hover a {
  color: #fff;
}
.caseArea.newsBox .categoryTab li:nth-child(4) {
  border: none;
  border-bottom: none;
  background: #d6e4ef;
}
.caseArea.newsBox .categoryTab li:nth-child(4) a {
  color: #67b4db;
}
.caseArea.newsBox .categoryTab li.active:nth-child(4) {
  border: none;
  border-bottom: none;
  background: #67b4db;
}
.caseArea.newsBox .categoryTab li.active:nth-child(4) a {
  color: #fff;
  background: url(../img/news/bar01.png) no-repeat center 90% / contain;
  background-size: 90%;
}
.caseArea.newsBox .categoryTab li:nth-child(4):hover {
  border: none;
  border-bottom: none;
  background: #67b4db;
}
.caseArea.newsBox .categoryTab li:nth-child(4):hover a {
  color: #fff;
}
.caseArea.newsBox .categoryTab li:nth-child(5) {
  border: none;
  border-bottom: none;
  background: #e6f3da;
}
.caseArea.newsBox .categoryTab li:nth-child(5) a {
  color: #88c84f;
}
.caseArea.newsBox .categoryTab li.active:nth-child(5) {
  border: none;
  border-bottom: none;
  background: #88c84f;
}
.caseArea.newsBox .categoryTab li.active:nth-child(5) a {
  color: #fff;
  background: url(../img/news/bar01.png) no-repeat center 90% / contain;
  background-size: 90%;
}
.caseArea.newsBox .categoryTab li:nth-child(5):hover {
  border: none;
  border-bottom: none;
  background: #88c84f;
}
.caseArea.newsBox .categoryTab li:nth-child(5):hover a {
  color: #fff;
}
.caseArea.newsBox .articleBox::after {
  display: inline-block;
  content: '';
  width: 32%;
}
.caseArea.newsBox .articleSingle {
  width: 32%;
}
@media only screen and (max-width: 768px) {
  .caseArea.newsBox .articleSingle {
    width: 48%;
  }
}
@media only screen and (max-width: 640px) {
  .caseArea.newsBox .articleSingle {
    width: 100%;
  }
}
.caseArea.newsBox .articleSingle:first-child {
  width: 32%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  margin-bottom: 4%;
  box-shadow: 1px 1px 10px #ccc;
}
@media only screen and (max-width: 768px) {
  .caseArea.newsBox .articleSingle:first-child {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .caseArea.newsBox .articleSingle:first-child {
    margin-bottom: 8%;
  }
}
.caseArea.newsBox .articleSingle:first-child a {
  display: block;
  width: 100%;
}
.caseArea.newsBox .articleSingle:first-child .articleImg {
  width: 100%;
  overflow: hidden;
}
.caseArea.newsBox .articleSingle:first-child .articleImg img {
  width: 100%;
  max-height: 266px;
  /* max-height: 226px; */
  object-fit: cover;
  transition: all ease 0.3s;
}
@media only screen and (max-width: 768px) {
  .caseArea.newsBox .articleSingle:first-child .articleImg img {
    max-height: 426px;
    min-height: 426px;
  }
}
@media only screen and (max-width: 640px) {
  .caseArea.newsBox .articleSingle:first-child .articleImg img {
    max-height: 226px;
    min-height: 226px;
  }
}
.caseArea.newsBox .articleSingle:first-child .articleImg:hover img {
  transform: scale(1.2);
}
.caseArea.newsBox .articleSingle:first-child .articleTxt {
  width: 100%;
  position: relative;
}
.caseArea.newsBox .articleSingle:first-child .catName {
  display: inline;
  width: auto;
  position: absolute;
  top: -35px;
  left: 0;
}
.caseArea.newsBox .articleSingle:first-child .category {
  color: #fff;
  display: block;
  width: auto;
  padding: 0 16px;
  font-size: 13px;
  height: 35px;
  line-height: 35px;
  margin-bottom: 0;
}
.caseArea.newsBox .articleSingle:first-child .date {
  position: absolute;
  right: 8%;
  bottom: 8%;
  padding-left: 20px;
  font-size: 14px;
  background: url(../img/news/time.png) no-repeat left center / 16px 16px;
  color: #999;
  letter-spacing: 0.01em;
}
.caseArea.newsBox .articleSingle:first-child .shop {
  position: relative;
  left: 0;
  bottom: 8%;
  color: #01806a;
  font-weight: bold;
  font-size: 15px;
}
.caseArea.newsBox .articleSingle:first-child .box2 {
  padding: 4% 8% 12%;
  box-sizing: border-box;
  position: relative;
  border-bottom: none !important;
  min-height: 180px;
  width: 100%;
}
.caseArea.newsBox .box2 {
  border-bottom: none !important;
}
.caseArea.newsBox .articleBox .articleSingle .date {
  position: absolute;
  right: 8%;
  bottom: 8%;
  padding-left: 20px;
  font-size: 14px;
  background: url(../img/news/time.png) no-repeat left center / 16px 16px;
  color: #999;
  letter-spacing: 0.01em;
}
.caseArea.newsBox .shop {
  position: relative;
  left: 0;
  bottom: 8%;
  color: #01806a;
  font-weight: bold;
  font-size: 15px;
  margin: 10px 0;
}
.caseArea.newsBox .category {
  font-size: 16px;
  padding: 6px 0;
  min-width: 190px;
  text-align: center;
  width: 18%;
}
@media only screen and (max-width: 640px) {
  .caseArea.newsBox .category {
    font-size: 13px;
  }
}
.caseArea.newsBox .category.haccp {
  background: url(../img/news/bar02.png) no-repeat 4% center / auto 80%, url(../img/news/bar02.png) no-repeat 96% center / auto 80%, #b667db !important;
  color: #fff;
}
.caseArea.newsBox .category.sanitation {
  background: url(../img/news/bar02.png) no-repeat 4% center / auto 80%, url(../img/news/bar02.png) no-repeat 96% center / auto 80%, #dbae67;
  color: #fff;
}
.caseArea.newsBox .category.clean {
  background: url(../img/news/bar02.png) no-repeat 4% center / auto 80%, url(../img/news/bar02.png) no-repeat 96% center / auto 80%, #67b4db;
  color: #fff;
  width: auto;
  padding: 0 20px;
}
.caseArea.newsBox .category.foodcheck {
  background: url(../img/news/bar02.png) no-repeat 4% center / auto 80%, url(../img/news/bar02.png) no-repeat 96% center / auto 80%, #6770db;
  color: #fff;
}
.caseArea.newsBox .category.pestcontrol {
  background: url(../img/news/bar02.png) no-repeat 4% center / auto 80%, url(../img/news/bar02.png) no-repeat 96% center / auto 80%, #88c84f;
  color: #fff;
}
.caseArea.newsBox .singleBox .category.clean {
  padding: 6px 20px;
}
.caseArea.newsBox .singleBox .date {
  font-size: 17px;
}
.caseArea.newsBox .singleContent.caseContent {
  margin: 32px 0;
}
.caseArea.newsBox .singleContent.caseContent p {
  margin-bottom: 8%;
  font-size: 15px;
}
.caseArea.newsBox .singleContent.caseContent h2 {
  color: #01806a;
  font-size: 24px;
  background: none;
  background-size: initial;
  padding: initial;
  box-sizing: border-box;
  position: initial;
  margin-bottom: 4%;
}
.caseArea.newsBox .singleContent.caseContent p span.underline {
  text-decoration: none !important;
  border-bottom: 1px solid #01be9f ;
  padding-bottom: 3px;
}
@media only screen and (max-width: 640px) {
  .caseArea.newsBox .singleContent.caseContent h2 {
    margin-bottom: 8%;
  }
}
.caseArea.newsBox .singleContent.caseContent h2::after {
  display: none;
}
.caseArea.newsBox .singleContent.caseContent .shopBox {
  border: 2px solid #01be9f;
  box-sizing: border-box;
  padding: 3% 6%;
  margin-bottom: 8%;
}
.caseArea.newsBox .singleContent.caseContent .shopBoxFlex {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 2%;
}
.caseArea.newsBox .singleContent.caseContent .shopBoxL {
  width: 100%;
}
.caseArea.newsBox .singleContent.caseContent .shopBox img{
  width: 300px;
  min-width: 300px;
}
.caseArea.newsBox .singleContent.caseContent .shopBox p.shoptext{
  margin-bottom: 0;
}
.caseArea.newsBox .singleContent.caseContent .shopBox .shopName {
  font-size: 17px;
  font-weight: bold;
  color: #01806a;
}
@media only screen and (max-width: 640px) {
  .caseArea.newsBox .singleContent.caseContent .shopBoxFlex{
    flex-wrap: wrap;
  }
  .caseArea.newsBox .singleContent.caseContent .shopBox img{
    width: 100%;
    max-width: 100%;
  }
  .caseArea.newsBox .singleContent.caseContent .shopBox .shopName {
    margin-bottom: 4%;
  }
}
.caseArea.newsBox .singleContent.caseContent .shopBox dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2%;
}
.caseArea.newsBox .singleContent.caseContent .shopBox dl dt {
  width: 18%;
  padding: 3px 12px;
  box-sizing: border-box;
  color: #fff;
  background: #01be9f;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .caseArea.newsBox .singleContent.caseContent .shopBox dl dt {
    width: 22%;
  }
}
@media only screen and (max-width: 640px) {
  .caseArea.newsBox .singleContent.caseContent .shopBox dl dt {
    width: 40%;
    padding: 3px 10px;
  }
}
.caseArea.newsBox .singleContent.caseContent .shopBox dl dd {
  width: 80%;
  padding: 3px 12px;
  box-sizing: border-box;
  color: #01806a;
  font-size: 15px;
  font-weight: bold;
}
.caseArea.newsBox .singleContent.caseContent .shopBox dl dd a{
  color: #01806a;
  font-size: 15px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .caseArea.newsBox .singleContent.caseContent .shopBox dl dd {
    width: 100%;
  }
}
.caseArea.newsBox .singleContent.caseContent h3 {
  color: #000;
  font-weight: 500;
  font-size: 20px;
  background: #edfaf8;
  padding: 15px 40px;
  box-sizing: border-box;
  margin-bottom: 3%;
  border-left: 7px solid #01be9f;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .caseArea.newsBox .singleContent.caseContent h3 {
    padding: 15px 20px;
  }
}
.caseArea.newsBox .singleContent.caseContent h3::after {
  content: '';
  width: 4px;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
}
.caseArea.newsBox .singleContent.caseContent h4 {
  color: #000;
  font-weight: 500;
  font-size: 21px;
  padding: 16px 0;
  box-sizing: border-box;
  margin-bottom: 8%;
  border-bottom: 3px solid #edfaf8;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .caseArea.newsBox .singleContent.caseContent h4 {
    font-size: 18px;
  }
}
.caseArea.newsBox .singleContent.caseContent h4::after {
  content: '';
  width: 30%;
  height: 3px;
  background: #01be9f;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.caseArea.newsBox .singleContent.caseContent table {
  width: 100%;
  margin-bottom: 8%;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.caseArea.newsBox .singleContent.caseContent table tr {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.caseArea.newsBox .singleContent.caseContent table th {
  width: 30%;
  padding: 2%;
  box-sizing: border-box;
  text-align: center;
  background: #f4f4f4;
  border: 1px solid #ccc;
  border-collapse: collapse;
  font-weight: bold;
}
.caseArea.newsBox .singleContent.caseContent table td {
  width: 70%;
  padding: 2% 4%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-collapse: collapse;
  font-weight: bold;
}
.caseArea.newsBox .singleContent.caseContent ul {
  margin-bottom: 12%;
}
.caseArea.newsBox .singleContent.caseContent ul li {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 2%;
  padding-left: 30px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .caseArea.newsBox .singleContent.caseContent ul li {
    font-size: 16px;
  }
}
.caseArea.newsBox .singleContent.caseContent ul li::after {
  content: '';
  width: 25px;
  height: 25px;
  background: url(../img/news/icon-li.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 5px;
}
.caseArea.newsBox .box3 {
  border-top: none !important;
}
.caseArea.newsBox .bottomInfo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 14%;
  padding: 4%;
  box-sizing: border-box;
  background: url(../img/news/infoBottomBox.png) no-repeat;
  background-size: 100% 100%;
}
@media only screen and (max-width: 640px) {
  .caseArea.newsBox .bottomInfo {
    background: none;
    border: 4px solid #01be9f;
  }
}
.caseArea.newsBox .bottomInfo .bottomInfoL {
  width: 20%;
}
@media only screen and (max-width: 640px) {
  .caseArea.newsBox .bottomInfo .bottomInfoL {
    width: 40%;
    margin: 4% auto 0;
  }
}
.caseArea.newsBox .bottomInfo .bottomInfoR {
  width: 76%;
}
@media only screen and (max-width: 640px) {
  .caseArea.newsBox .bottomInfo .bottomInfoR {
    width: 100%;
    margin: 4% auto;
  }
}
.caseArea.newsBox .bottomInfo .bottomInfoR .title {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 1%;
  margin-bottom: 2%;
  background: url(../img/news/infoBottomLine.png) no-repeat center bottom;
  background-size: 100% auto;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 640px) {
  .caseArea.newsBox .bottomInfo .bottomInfoR .title {
    text-align: center;
  }
}
.caseArea.newsBox .bottomInfo .bottomInfoR .desc {
  font-size: 14px;
  margin-bottom: 3%;
}
@media only screen and (max-width: 640px) {
  .caseArea.newsBox .bottomInfo .bottomInfoR .desc {
    margin-bottom: 4%;
    text-align: center;
    margin-top: 2%;
  }
}
@media only screen and (max-width: 640px) {
  .caseArea.newsBox .bottomInfo .bottomInfoR .link {
    text-align: center;
  }
}
.caseArea.newsBox .bottomInfo .bottomInfoR .link a {
  display: inline-block;
  width: 30%;
  text-align: center;
  padding: 1% 4%;
  box-sizing: border-box;
  color: #fff;
  background: #01be9f;
  transition: all ease 0.4s;
}
@media only screen and (max-width: 640px) {
  .caseArea.newsBox .bottomInfo .bottomInfoR .link a {
    width: 60%;
    margin: 0 auto;
  }
}
.caseArea.newsBox .bottomInfo .bottomInfoR .link a:hover {
  opacity: 0.7;
}
.caseArea.newsBox .back a {
  margin: 8% auto;
  border-radius: 60px;
  display: block;
  max-width: 325px;
  color: #42ccb6;
  border: 3px solid #42ccb6;
  padding: 17px 0px;
  box-sizing: border-box;
  text-align: center;
  transition: all ease 0.4s;
  background: url(../img/news/arrow02.png) no-repeat 88% center / 40px, #fff;
  font-size: 16px;
}
@media only screen and (max-width: 640px) {
  .caseArea.newsBox .back a {
    width: 70%;
  }
}
.caseArea.newsBox .back a:hover {
  color: #fff;
  background: url(../img/news/arrow01.png) no-repeat 88% center / 40px, #42ccb6;
}
.virusArea .articleBox::after {
  display: inline-block;
  content: '';
  width: 32%;
}
.bannerSeminar01 {
  margin-bottom: 37px;
  padding: 70px 0 48px;
  background: url(../img/news/bannerSeminar01_bg.jpg) no-repeat center center/cover;
}
@media only screen and (max-width: 640px) {
  .bannerSeminar01 {
    margin-bottom: 2px;
    margin-left: -5vw;
    margin-right: -5vw;
    padding-top: 66px;
    padding-bottom: 39px;
    background-image: url(../img/news/bannerSeminar01_bg_sp@2x.jpg);
  }
}
.bannerSeminar01 .box {
  max-width: 690px;
  width: 83%;
  margin: 0 auto;
  padding: calc(14px + 2px + 37px) calc(14px + 2px + 10px) calc(14px + 2px + 27px);
  background-color: #fff;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  .bannerSeminar01 .box {
    padding: calc(6px + 1px + 26px) calc(6px + 1px + 5.3%) calc(6px + 1px + 27px);
  }
}
.bannerSeminar01 .box::before {
  content: '';
  display: block;
  margin: 14px;
  border: 2px solid #34cbb2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  pointer-events: none;
}
@media only screen and (max-width: 640px) {
  .bannerSeminar01 .box::before {
    margin: 6px;
    border-width: 1px;
  }
}
.bannerSeminar01 .icon {
  width: 150px;
  height: 146px;
  margin: 0 auto;
  border: 12px solid rgba(255,255,255,.5);
  border-radius: 50%;
  background: url(../img/news/icon-seminar.svg) no-repeat center 29%/45% auto,
              linear-gradient(to right, rgba(255,255,255,.8), rgba(255,255,255,.8)) padding-box;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  transform: translateY(-30%);
}
@media only screen and (max-width: 640px) {
  .bannerSeminar01 .icon {
    background-position-y: 17%;
    background-size: 38%;
  }
}
.bannerSeminar01 .title {
  color: #01be9f;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .bannerSeminar01 .title {
    line-height: 1.27;
    font-size: 19px;
  }
}
.bannerSeminar01 .txt {
  margin-top: 1em;
  font-weight: 300;
  line-height: 2.08;
  font-size: 14px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .bannerSeminar01 .txt {
    margin-top: .88em;
    line-height: 1.77;
    font-size: 13px;
    text-align: left;
    letter-spacing: .025em;
  }
}
.bannerSeminar02 {
  margin-bottom: 44px;
}
@media only screen and (max-width: 640px) {
  .bannerSeminar02 {
    margin-bottom: 23px;
  }
}
