@charset "utf-8";

/***************************************************************************

  タイトル

***************************************************************************/
.lwrTitleBlock {
  max-width: 1400px;
  height: 620px;
  margin: 0 auto 80px;
}

.lwrTitleBlock .lwrTitleBox {
  position: relative;
}

.lwrTitleBlock .lwrTitleBox .img {
  width: 1120px;
  height: 620px;
  position: absolute;
  top: 0;
  right: 0;
}

.lwrTitleTxtBlock {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .lwrTitleBlock {
    width: 100%;
    height: 530px;
    margin: 0 auto 60px;
    padding: 0;
  }

  .lwrTitleBlock .lwrTitleBox {
    width: 100%;
  }

  main.lower .lwrTitleBlock .lwrTitleBox .img {
    width: calc(100% - 35px);
    height: 530px;
  }

  main.lower.buy .lwrTitleBlock .lwrTitleBox .img {
    background: url(../img/lower-buy.jpg) no-repeat right top;
    background-size: cover;
  }

  main.lower.gallery .lwrTitleBlock .lwrTitleBox .img {
    background: url(../img/lower-gallery.jpg) no-repeat center top;
    background-size: cover;
  }

  main.lower.producers-sellers .lwrTitleBlock .lwrTitleBox .img {
    background: url(../img/lower-producers-sellers.jpg) no-repeat right top;
    background-size: cover;
  }
}


/***************************************************************************

  主要ブロック要素

***************************************************************************/
main.lower {
  width: 100%;
  padding: 90px 0 0 0;
}

main .wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

main section {
  width: 100%;
  padding: 0 0 80px 0;
}

@media screen and (max-width: 767px) {
  main .wrap {
    max-width: 100%;
    padding: 0 35px;
  }

  main section {
    padding: 0 0 40px;
  }
}

/***************************************************************************

  コンテンツ見出し

***************************************************************************/
main.lower h1 {
  font-size: 3.6rem;
  font-weight: 600;
  margin: 0 0 37px;
  padding: 0 0 0 64px;
  position: relative;
}

main.lower h1::before {
  content: "";
  width: 40px;
  height: 1px;
  left: 0;
  top: 4rem;
  background: #DE1F1F;
  position: absolute;
}

main.lower section h2 {
  font-size: 2.6rem;
  font-weight: 600;
  margin: 0 0 26px;
}

main.lower section h3 {
  font-size: 2.0rem;
  font-weight: 600;
  margin: 50px 0 30px;
  padding: 0 0 0 20px;
  position: relative;
}

main.lower section h3::before {
  content: "";
  width: 2px;
  height: 48px;
  left: 0;
  top: 0;
  background: #DE1F1F;
  position: absolute;
}


@media screen and (max-width: 767px) {
  main.lower h1 {
    font-size: 2.2rem;
    line-height: 2.2;
    margin: 0 0 32px;
    padding: 0 0 0 0;
    text-align: center;
  }

  main.lower h1::before {
    width: 32px;
    height: 1px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: auto;
    bottom: -12px;
  }

  main.lower section h2 {
    font-size: 1.9rem;
    line-height: 1.9;
    margin: 0 0 22.5px;
  }

  main.lower section h3 {
    font-size: 1.8rem;
    line-height: 1.8;
    padding: 0 0 0 15px;
  }

  main.lower section h3::before {
    height: 30px;
    top: 2px;
  }
}

/***************************************************************************

  コンテンツ共通パーツ

***************************************************************************/
/*****************************************
  テキスト
*****************************************/
main.lower section p {
  margin: 0 0 2.8rem;
}


/*****************************************
  リンク
*****************************************/
/* ページ内リンク
----------------------------------------*/
.navInpage {
  margin: 40px 0 80px;
}

.navInpage ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}

.navInpage ul li {
  width: calc(50% - 2px);
}

.navInpage.col3 ul li {
  width: calc(33.333% - 2px);
}

.navInpage ul li a {
  display: block;
  padding: 10px 0 12px;
  font-size: 1.7rem;
  font-weight: 600;
  text-align: center;
  background: #F4F4F4 url(../img/arrow-link-inpage.png) no-repeat right 16px center;
  background-size: 22px;
}

.navInpage ul li a:hover {
  background: #E4E4E4 url(../img/arrow-link-inpage_ov.png) no-repeat right 16px center;
  background-size: 22px;
}

@media screen and (max-width: 767px) {
  .navInpage {
    margin: 40px 0 60px;
  }

  .navInpage ul {
    display: block;
  }

  .navInpage ul li,
  .navInpage.col3 ul li {
    width: 100%;
    margin: 0 0 1px;
  }

  .navInpage ul li a {
    font-size: 1.3rem;
    text-align: left;
    padding: 10px 40px 12px 10px;
    background-position: right 10px center;
    background-size: 16px;
  }

  .navInpage ul li a:hover {
    background-position: right 10px center;
    background-size: 16px;
  }
}


/*****************************************
  リスト
*****************************************/
/* ファイル
----------------------------------------*/
ul.listFile {
  margin: 0 0 30px;
}

ul.listFile li {
  margin: 0 0 10px;
  font-size: 1.7rem;
  font-weight: 600;
}

ul.listFile li a {
  display: block;
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  padding: 20px 28px 22px;
}

ul.listFile li a:hover {
  border: 2px solid #DE1F1F;
  padding: 19px 27px 21px;
}

ul.listFile li a i {
  background: #454545;
  color: #fff;
  font-family: "Roboto";
  font-size: 1.2rem;
  font-weight: bold;
  display: inline-block;
  line-height: 23px;
  width: 64px;
  height: 22px;
  text-align: center;
  border-radius: 20px;
  margin: 0 0 0 14px;
}

@media screen and (max-width: 767px) {
  ul.listFile li {
    font-size: 1.3rem;
    line-height: 1.8;
  }

  ul.listFile li a {
    padding: 15px 20px 17px;
  }

  ul.listFile li a:hover {
    padding: 14px 19px 16px;
  }

  ul.listFile li a i {
    font-size: 1rem;
    line-height: 18px;
    width: 44px;
    height: 18px;
    margin: 0 0 0 8px;
  }
}

/* 外部サイト
----------------------------------------*/
ul.listBlank {
  margin: 0 0 30px;
}

ul.listBlank li {
  margin: 0 0 10px;
  font-size: 1.7rem;
  font-weight: 600;
}

ul.listBlank li a {
  display: block;
  border: 1px solid #DEDEDE;
  background: url(../img/arrow-link-blank.png) no-repeat right 32px center;
  background-size: 24px;
  border-radius: 2px;
  padding: 20px 28px 22px;
}

ul.listBlank li a:hover {
  border: 2px solid #DE1F1F;
  padding: 19px 27px 21px;
  background: url(../img/arrow-link-blank_ov.png) no-repeat right 32px center;
  background-size: 24px;
}

@media screen and (max-width: 767px) {
  ul.listBlank li {
    margin: 0 0 8px;
    font-size: 1.3rem;
    line-height: 1.8;
  }

  ul.listBlank li a {
    padding: 15px 44px 17px 20px;
    background-position: right 15px center;
    background-size: 20px;
  }
}


/* ドット
----------------------------------------*/
ul.listDot li {
  position: relative;
  padding: 0 0 0 10px;
  margin: 10px 0 0;
}

ul.listDot li::before {
  content: "";
  background: url(../img/icon-dot-red.png) no-repeat 0 0;
  background-size: 6px;
  width: 6px;
  height: 6px;
  left: 0;
  top: 1.7rem;
  position: absolute;
}

@media screen and (max-width: 767px) {
  ul.listDot li {
    line-height: 1.6;
  }

  ul.listDot li::before {
    top: 0.9rem;
  }
}


/*****************************************
  テーブル
*****************************************/
.lwrCommonTable {
  width: 100%;
  margin: 0 0 45px;
  border-bottom: solid 1px #ddd;
}

.lwrCommonTable tr {
  border-top: solid 1px #ddd;
}

.lwrCommonTable th,
.lwrCommonTable td {
  font-size: 100%;
  background: #fff;
  padding: 15px 20px;
  vertical-align: top;
}

.lwrCommonTable th {
  width: 210px;
  background: #ECF4F0;
}

@media screen and (max-width: 767px) {
  .lwrCommonTable {
    font-size: 1.25rem;
    margin: 0;
  }

  .lwrCommonTable th,
  .lwrCommonTable td {
    padding: 8px 12px;
  }

  .lwrCommonTable th {
    width: 31%;
  }
}

/*****************************************
  テキストボックス
*****************************************/
main section .boxGray {
  background: #FAFAFA;
  padding: 30px 32px;
}

main section .boxGray strong {
  font-size: 2.0rem;
  font-weight: 600;
}

main section .boxContact {
  padding: 60px 0;
  background: #FAFAFA;
  text-align: center;
  font-weight: 600;
}

main section .boxContact dl dt {
  font-size: 2.4rem;
  margin: 0 0 26px;
}

main section .boxContact dl dd {
  font-size: 1.9rem;
  margin: 0 0 10px;
}

main section .boxContact dl dd div {
  font-size: 1.6rem;
  display: inline-block;
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  main section .boxGray {
    padding: 30px 24px;
  }

  main section .boxGray strong {
    font-size: 1.7rem;
    line-height: 1.7;
  }

  main section .boxContact {
    padding: 30px;
  }

  main section .boxContact dl dt {
    font-size: 1.9rem;
  }

  main section .boxContact dl dd {
    font-size: 1.6rem;
    line-height: 1.6;
  }

  main section .boxContact dl dd div {
    font-size: 1.2rem;
  }
}

/*****************************************
  コンテンツ別基本フォントサイズ
  PC 15pxに対して
  SP 13pxに対して
  bodyのフォントサイズに依存する為、編集する必要はありません
*****************************************/
.contentsBlock {
  font-size: 100%;
}

.contentsBlockInner {
  max-width: 1440px;
}

@media screen and (max-width: 767px) {
  .contentsBlock {
    overflow: hidden;
  }
}


/*****************************************
  ひめの凜を買う
*****************************************/
.navBuyTab nav ul {
  display: flex;
  margin: 80px 0 40px 0;
}

.navBuyTab nav ul li {
  width: 50%;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
}

.navBuyTab nav ul li a,
.navBuyTab nav ul li span {
  display: block;
  padding: 8px 0;
}

.navBuyTab nav ul li a {
  border-bottom: 1px solid #CCCCCC;
}

.navBuyTab nav ul li span {
  border-bottom: 2px solid #C50018;
}

@media screen and (max-width: 767px) {
  .navBuyTab nav ul {
    margin: 40px 0 30px 0;
  }

  .navBuyTab nav ul li {
    width: 50%;
    font-size: 1.5rem;
  }
}

.stickyBlock {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 160px;
}

.stickyBlock > div:first-child {
  align-self: flex-start;
  position: -webkit-sticky;
  position: sticky;
  width: 260px;
  top: 74px;
  text-align: left;
  z-index: 2;
}

.stickyBlock > div:nth-child(2) {
  width: calc(100% - 260px);
  z-index: 1
}

.stickyBlock h2,
.stickyBlock h3 {
  font-size: 2.2rem;
  font-weight: 600;
}

.stickyBlock h3 {
  margin: 80px 0 0 0;
  padding: 0 0 10px;
  border-bottom: 1px solid #919191;
}

.stickyBlock > div:nth-child(2) > h3:first-child {
  margin-top: 0;
}

.stickyBlock table {
  font-size: 1.6rem;
  width: 100%;
  margin: 0 0 20px;
}

.stickyBlock table tr {
  border-bottom: 1px solid #DEDEDE;
}

.stickyBlock table th {
  font-weight: 600;
  width: 154px;
  letter-spacing: 0.1em;
}

.stickyBlock table th,
.stickyBlock table td {
  padding: 20px 0;
}

.stickyBlock .btnBlank ul {
  display: flex;
  gap: 0 12px;
}

.stickyBlock .btnBlank ul li a,
.ecBlock .btnBlank a {
  display: block;
  width: 216px;
  padding: 6px 0 9px 20px;
  border-radius: 30px;
  color: #ffffff;
  font-size: 1.5rem;
  background: #454545 url(../img/arrow-link_white-blank.png) no-repeat right 16px center;
  background-size: 22px;
}

.stickyBlock .btnBlank ul li a:hover,
.ecBlock .btnBlank a:hover {
  background: #2B2B2B url(../img/arrow-link_white-blank_ov.png) no-repeat right 16px center;
  background-size: 22px;
}

@media screen and (max-width: 767px) {
  .stickyBlock {
    flex-wrap: wrap;
    margin-bottom: 60px;
  }

  .stickyBlock > div:first-child {
    position: relative;
    top: 0 !important;
    width: 100% !important;
  }

  .stickyBlock > div:nth-child(2) {
    width: 100%;
  }

  .stickyBlock h2,
  .stickyBlock h3 {
    font-size: 1.9rem;
  }

  .stickyBlock h3 {
    margin: 40px 0 0 0;
    padding: 0 0 8px;
  }

  .stickyBlock > div:nth-child(2) > h3:first-child {
    margin-top: 10px;
  }

  .stickyBlock table {
    font-size: 1.3rem;
    margin: 0 0 20px;
  }

  .stickyBlock table th {
    width: 25%;
  }

  .stickyBlock table th,
  .stickyBlock table td {
    padding: 15px 0;
  }

  .stickyBlock .btnBlank ul {
    gap: 0 6px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .stickyBlock .btnBlank ul li {
    width: calc(100% / 2 - 3px);
    margin: 0 0 6px;
  }

  .stickyBlock .btnBlank ul li a,
  .ecBlock .btnBlank a {
    width: 100%;
    padding: 6px 0 9px 20px;
    font-size: 1.2rem;
    background: #454545 url(../img/arrow-link_white-blank.png) no-repeat right 16px center;
    background-size: 22px;
  }

  .stickyBlock .btnBlank ul li a:hover,
  .ecBlock .btnBlank a:hover {
    background: #2B2B2B url(../img/arrow-link_white-blank_ov.png) no-repeat right 16px center;
    background-size: 22px;
  }
}


.ecBlock h2 {
  font-size: 2.2rem;
  font-weight: 600;
  margin: 80px 0 40px 0;
  padding: 0 0 10px;
  border-bottom: 1px solid #919191;
}

.ecBlock h3 {
  font-size: 1.6;
  font-weight: 700;
  margin: 0 0 18px;
}

.ecBlock .ecBox {
  display: flex;
  justify-content: space-between;
}

.ecBlock .ecBox div:first-child {
  width: calc(100% - 450px);
}

.ecBlock .ecBox div:nth-child(2) {
  width: 420px;
}

.ecBlock .ecBox figure img {
  max-width: 100%;
  height: auto;
}

.ecBlock .ecBox p {
  margin: 0 0 40px;
}

@media screen and (max-width: 767px) {
  .ecBlock h2 {
    font-size: 1.9rem;
    line-height: 1.9;
    margin: 40px 0 20px 0;
    padding: 0 0 10px;
  }

  .ecBlock h3 {
    margin: 0 0 10px;
  }

  .ecBlock .ecBox {
    flex-direction: column-reverse;

  }

  .ecBlock .ecBox div:first-child,
  .ecBlock .ecBox div:nth-child(2) {
    width: 100%;
  }

  .ecBlock .ecBox div:nth-child(2) {
    margin-bottom: 20px;
  }

  .ecBlock .ecBox figure img {
    max-width: 100%;
    height: auto;
  }

  .ecBlock .ecBox p {
    margin: 0 0 30px;
  }
}


/*****************************************
  ギャラリー
*****************************************/
.galleryBlock {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 80px 0 0 0;
}

.lower section h2 + .galleryBlock {
  margin-top: 0;
}

.galleryBlock article {
  width: calc(100% / 3 - 24px);
}

.galleryBlock article div:nth-child(2) {
  margin: 10px 0 40px;
}

.galleryBlock article figure {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

.galleryBlock article figure img {
  border: 1px solid #EEEEEE;
  transition: transform .6s ease;
}

.galleryBlock article figure:hover img {
  transform: scale(1.1);
}

.galleryBlock article div span {
  font-size: 1.5rem;
  display: block;
}

.galleryBlock article div strong {
  font-weight: 600;
}

.galleryBlock article a.zoom,
.galleryBlock article a.movie {
  position: relative;
  display: block;
}

.galleryBlock article a.movie::after {
  content: "";
  width: 58px;
  height: 58px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/icon-play.png) no-repeat center;
  background-size: 58px;
}

.galleryBlock article a.zoom::after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  right: 4px;
  bottom: 4px;
  background: url(../img/icon-zoom.png) no-repeat 0 0;
  background-size: 25px;
}

main.gallery section:last-child {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .galleryBlock {
    display: block;
  }

  .galleryBlock article {
    width: 100%;
  }

  .galleryBlock article figure img {
    width: 100%;
  }

  .galleryBlock article div span {
    font-size: 1.4rem;
    line-height: 1.4;
    margin: 15px 0 0 0;
  }

  .galleryBlock article div strong {
    font-size: 1.6rem;
  }
}


/*****************************************
  お知らせ
*****************************************/
main.lower.news {
  padding: 260px 0 0 0;
}

main.lower.news .lwrTitleTxtBlock h1 {
  font-size: 3.6rem;
  font-weight: 600;
  margin: 0 0 60px;
  padding: 0;
  position: relative;
  text-align: center;
}

main.lower.news .lwrTitleTxtBlock h1::before {
  display: none;
}

.navYearTab nav ul {
  display: flex;
  font-size: 1.6rem;
  border-bottom: 1px solid #DEDEDE;
}

.navYearTab nav ul li {
  width: 80px;
  text-align: center;
}

.navYearTab nav ul li span {
  display: block;
  padding: 0 0 5px;
  border-bottom: 2px solid #C50018;
}

.navYearTab nav ul li a {
  display: block;
}

.newsListBlock {
  margin: 24px 0 0 0;
}

.newsListBlock article a {
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #DEDEDE;
}

.newsListBlock article figure {
  width: 120px;
}

.newsListBlock article dl {
  width: calc(100% - 120px - 40px);
}

.newsListBlock article dl dt {
  font-size: 1.6rem;
  letter-spacing: 0.07em;
  color: #7B7B7B;
}

.newsListBlock article dl dt span {
  letter-spacing: 0;
  font-size: 1.3rem;
  font-weight: 600;
  background: #F5F5F5;
  display: inline-block;
  line-height: 1.3;
  padding: 3px 8px 1px;
  color: #454545;
  border-radius: 1px;
  margin: 0 0 0 12px;
}

.newsListBlock article a dl dd span {
  position: relative;
}

.newsListBlock article a dl dd span::after {
  background-color: #454545;
  bottom: -4px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .3s;
  width: 100%;
}

.newsListBlock article a:hover dl dd span::after {
  transform: scale(1, 1);
  height: 0.5px;
}

.newsDetailBlock {
  padding: 30px 0 0 0;
}

main.lower .newsDetailBlock h1 {
  font-size: 3.8rem;
  line-height: 1.6;
  padding: 0;
  margin: 0 0 15px;
}

main.lower .newsDetailBlock h1::before {
  display: none;
}

.newsDetailBlock .desc {
  margin: 0 0 45px;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  letter-spacing: 0.07em;
  color: #7B7B7B;
}

.newsDetailBlock .desc span {
  color: #454545;
  padding: 3px 8px 4px;
  margin: 0 0 0 18px;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: bold;
  background-color: #F5F5F5;
  border-radius: 1px;
}

.newsDetailBlock .newsDetailBox {
  font-size: 1.6rem;
}

.newsDetailBlock .newsDetailBox p,
.newsDetailBlock .newsDetailBox figure {
  margin: 0 0 30px;
}

.newsDetailBlock article figure.wSmall {
  width: 100%;
  text-align: center;
}

.newsDetailBlock article figure.wSmall img {
  width: 800px;
  max-width: 100%;
}

.newsDetailBlock .newsDetailBox h2 {
  font-size: 2.6rem;
  margin: 0 0 30px;
  padding: 0 0 0 20px;
  position: relative;
}

.newsDetailBlock .newsDetailBox h2::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 2px;
  height: 48px;
  background: #C50018;
}

.newsDetailBlock .newsDetailBox h3 {
  font-size: 2.2rem;
  margin: 0 0 20px;
}

.newsDetailBlock .newsDetailBox h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 20px;
}

.newsDetailBlock .newsDetailBox a {
  text-decoration: underline;
}

.newsDetailBlock .newsDetailBox a:hover {
  text-decoration: none;
}

.newsDetailBlock .newsDetailBox table {
  margin: 0 0 40px;
  width: 100%;
}

.newsDetailBlock .newsDetailBox table tr {
  border-bottom: 1px solid #D8D8D8;
}

.newsDetailBlock .newsDetailBox table th,
.newsDetailBlock .newsDetailBox table td {
  padding: 20px 0;
}

.newsDetailBlock .newsDetailBox table th {
  width: 155px;
  font-weight: 600;
}

.newsDetailBlock .newsDetailBox ul.listDot li {
  padding-left: 20px;
  margin: 0 0 30px;
}

.newsDetailBlock .newsDetailBox ul.listDot li::before {
  width: 8px;
  height: 8px;
  top: 1.5rem;
}

.newsDetailBlock .newsDetailBox figure + h2 {
  margin: 60px 0 30px;
}

.newsDetailBlock .newsDetailBox p + h2 {
  margin: 60px 0 30px;
}

.newsDetailBlock .newsDetailBox p + h3,
.newsDetailBlock .newsDetailBox p + h4 {
  margin: 60px 0 20px;
}

.newsDetailBlock .newsDetailBox p + table {
  margin: 60px 0 30px;
}

.newsDetailBlock .newsDetailBox .contactBox {
  background: #FAFAFA;
  border-radius: 2px;
  margin: 60px 0;
  padding: 30px 32px;
  line-height: 1.8;
}

.newsDetailBlock .newsDetailBox .contactBox dl dt {
  margin: 0 0 10px;
}

.newsDetailBlock .btnLinkBack {
  margin: 80px 0 0 0;
}

.newsDetailBlock .btnLinkBack a {
  display: block;
  width: 400px;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 1.7rem;
  font-weight: 600;
  text-align: center;
  border: 2px solid #DEDEDE;
}

.newsDetailBlock .btnLinkBack a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  main.lower.news {
    padding: 200px 0 0 0;
  }

  main.lower.news .lwrTitleTxtBlock h1 {
    font-size: 2.2rem;
    line-height: 2.2;
    margin: 0 0 30px;
  }

  .navYearTab nav ul {
    font-size: 1.5rem;
  }

  .newsListBlock {
    margin: 20px 0 0 0;
  }

  .newsListBlock article a {
    padding: 20px 0;
    align-items: start;
  }

  .newsListBlock article figure {
    width: 90px;
  }

  .newsListBlock article dl {
    width: calc(100% - 90px - 16px);
  }

  .newsListBlock article dl dt {
    font-size: 1.3rem;
    letter-spacing: 0.07em;
    color: #7B7B7B;
  }

  .newsListBlock article dl dt span {
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 3px 8px 3px;
    margin: 0 0 0 7px;
  }

  .newsListBlock article dl dd {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  main.lower .newsDetailBlock h1 {
    font-size: 2.2rem;
    text-align: left;
    margin: 0 0 10px;
  }

  .newsDetailBlock .desc {
    margin: 0 0 30px;
    font-size: 1.3rem;
  }

  .newsDetailBlock .desc span {
    margin: 0 0 0 10px;
    font-size: 1.1rem;
  }

  .newsDetailBlock .newsDetailBox {
    font-size: 1.4rem;
  }

  .newsDetailBlock .newsDetailBox p,
  .newsDetailBlock .newsDetailBox figure {
    margin: 0 0 20px;
  }

  .newsDetailBlock .newsDetailBox h2 {
    font-size: 2.0rem;
    line-height: 1.8;
    margin: 0 0 15px;
  }

  .newsDetailBlock .newsDetailBox h2::before {
    top: 0;
    height: 100%;
  }

  .newsDetailBlock .newsDetailBox h3 {
    font-size: 1.8rem;
    line-height: 1.8;
    margin: 0 0 15px;
  }

  .newsDetailBlock .newsDetailBox h4 {
    font-size: 1.6rem;
    line-height: 1.8;
    margin: 0 0 15px;
  }

  .newsDetailBlock .newsDetailBox table {
    margin: 0 0 20px;
  }

  .newsDetailBlock .newsDetailBox table th,
  .newsDetailBlock .newsDetailBox table td {
    padding: 15px 0;
  }

  .newsDetailBlock .newsDetailBox table th {
    width: 25%;
  }

  .newsDetailBlock .newsDetailBox ul.listDot li {
    padding-left: 18px;
    margin: 0 0 15px;
  }

  .newsDetailBlock .newsDetailBox figure + h2 {
    margin: 40px 0 20px;
  }

  .newsDetailBlock .newsDetailBox p + h3,
  .newsDetailBlock .newsDetailBox p + h4 {
    margin: 40px 0 15px;
  }

  .newsDetailBlock .newsDetailBox p + table {
    margin: 40px 0 15px;
  }

  .newsDetailBlock .newsDetailBox .contactBox {
    font-size: 1.4rem;
    margin: 30px 0;
    padding: 20px;
  }

  .newsDetailBlock .btnLinkBack {
    margin: 40px 0 0 0;
  }

.newsDetailBlock .newsDetailBox ul.listDot li::before {
  top: 0.9rem;
}

  .newsDetailBlock .btnLinkBack a {
    width: 100%;
    padding: 15px 0;
    font-size: 1.4rem;
  }

  .newsDetailBlock .btnLinkBack a:hover {
    opacity: 1;
  }

}
