#gNav {
    top: 0;
}
.news_wrap{
    margin: auto;
    margin-top: 70px;
    background-color: #f3f3f4;
}
.news_tit{
    padding-top: 60px;
    text-align: center;
}
.news_maintxt{
    font-size: 32px;
    text-align: center;
    margin: 40px 0;
    line-height: 1.6;
    font-weight: bold;
    color: #000;
}
.news_txt{
    max-width: 34%;
    margin: auto;
    padding-bottom: 20px;
    font-size: 13px;
}
.bnr{
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (max-width:768px) {
  .bnr img{
    width: 100%;
  }
}

@media screen and (max-width:768px) {
    .news_wrap{
        margin-top: 45px;
        padding: 0 20px;
    }
    .news_maintxt{
        margin: 20px 0 30px 0;
        font-size: 22px;
    }
    .news_txt{
        max-width: 100%;
    }
}

.news_txt{
  max-width: 782px;
  margin: 0 auto .3rem;
  text-align: left;
  font-size: 14px;
  line-height: 2;
}

.news_txt p{
  margin-bottom: 1.5rem;
  font-size: 14px;
}

.news_txt ul{
  margin-bottom: 2rem;
}
.news_txt ul li{
  list-style-type: disc;
  margin-left: 2em;
  font-size: 14px;
  line-height: 2;
  color: #595757;
}

.news_txt h3{
  color: #000;
  margin-bottom: 1rem;
  font-size: 27px;
  border-bottom: solid 2px #E6E0DB;
  padding-bottom: 10px;
  font-weight: normal;
}

.news_txt ol{
  margin-bottom: 2rem;
}
.news_txt ol li{
  list-style-type: decimal;
  margin-left: 2em;
  font-size: 14px;
  line-height: 2;
  color: #595757;
}

@media screen and (max-width:768px) {
    .news_txt{
        max-width: 100%;
        padding-bottom: 0;
    }
    .news_maintxt{
        font-size: 22px;
        line-height: 1.6;
        margin: 40px 0 30px;
        font-weight: bold;
    }
    .news_txt ul li{
      line-height: 1.8;
      margin-bottom: 10px;
    }
}

.info_bana {
  width: 100%;
  max-width: 700px;
  margin: 5rem auto 0;
}
.info_bana img {
  width: 100%;
}
@media (max-width: 640px) {
  .info_bana {
    margin: 2rem auto 0;
  }
}

.day{
  text-align: right;
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "メイリオ", Meiryo, serif;
}

.measures_box {
  margin-top: 60px;
  margin-bottom: 50px;
}
.measures_box .measures_list {
  margin-top: -32px;
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 28px 0;
  border: 6px solid #e6e0db;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #8f7969;
  text-align: center;
}
.measures_list_box {
  margin-top: 50px;
}
.measures_list_box h4.title {
  font-size: 27px;
  line-height: 1.42;
  letter-spacing: 0.08em;
  margin-bottom: 0;
  padding-bottom: 4px;
  border-bottom: 2px solid #e6e0db;
  display: flex;
  align-items: center;
}
.measures_list_box h4.title img {
  margin: 0 20px 0 14px;
}
.measures_list_box .img_box {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: center;*/
  width: calc(100% - 120px);
  margin: 0 auto;
}
.measures_list_box .img_box figure {
  margin-top: 33px;
  display: inline-block;
  width: calc(100% / 4 - 25px);
}
.measures_list_box .img_box figure img {
  width: 100%;
}
.measures_list_box .img_box figure + figure {
  margin-left: 33px;
}
.measures_list_box .img_box figure:nth-of-type(5),
.measures_list_box .img_box figure:nth-of-type(9) {
  margin-left: 0px;
}
.measures_list_box .img_box figure p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.28;
  letter-spacing: 0.02em;
  text-align: center;
  color: #8f7969;
  margin-top: 12px;
  margin-bottom: 0;
}
@media screen and (max-width:640px){
  .measures_box {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .measures_box .measures_list {
    margin-top: 12.5px;
    padding: 20px 0;
    border: 3px solid #e6e0db;
    font-size: 14px;
    line-height: 1.71;
  }
  .measures_list_box {
    margin-top: 40px;
  }
  .measures_list_box h4.title {
    font-size: 18px;
    line-height: 1.38;
    padding-bottom: 2px;
    border-bottom: 1px solid #e6e0db;
  }
  .measures_list_box h4.title img {
    margin: 0 12.5px 0 10px;
    width: 22.5px;
  }
  .measures_list_box .img_box {
    justify-content: flex-start;
    width: 100%;
    padding-top: 15px;
  }
  .measures_list_box .img_box figure {
    margin-top: 15px;
    display: inline-block;
    width: calc(100% / 3 - 10px);
  }
  .measures_list_box .img_box figure + figure {
    margin-left: 15px;
  }
  .measures_list_box .img_box figure:nth-of-type(5) {
    margin-left: 15px;
  }
  .measures_list_box .img_box figure:nth-of-type(4),
  .measures_list_box .img_box figure:nth-of-type(7) {
    margin-left: 0px;
  }
  .measures_list_box .img_box figure p {
    font-size: 11px;
    line-height: 1.36;
    margin-top: 10px;
  }
  .news_txt h3{
    font-size: 18px;
    padding-bottom: 2px;
  }
}

/*sokuteiki*/
.news_txt .sokuteiki{
  display: flex;
  justify-content: space-between;
  border: solid 1px #E6E0DB;
  padding: 30px 30px;
  margin-top: 20px;
  margin-bottom: 40px;
  color: #595757;
}
.news_txt .sokuteiki dl{
  margin-right: 40px;
}
.news_txt .sokuteiki dt{
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
.news_txt .sokuteiki dd{
  font-size: 14px;
  line-height: 24px;

}
@media screen and (max-width:640px){
  .news_txt .sokuteiki{
    display: block;
    padding: 20px 20px;
    margin-top: 0;
  }
  .news_txt .sokuteiki dl{
    margin-right: 0;
  }
  .news_txt .sokuteiki dt{
    font-size: 16px;
    margin-top: 0;
  }
  .news_txt .sokuteiki dd{
    font-size: 14px;
  }
  .news_txt .sokuteiki .photo{
    text-align: center;
    padding-top: 20px;
  }
}


.consultation_pc{
  background-color: #fff;
  padding: 26px;
  display: flex;
  border: solid 4px #E6E0DB;
  margin-bottom: 40px;
}
.consultation_pc .ph{
  margin-right: 30px;
  line-height: 1;
}
.consultation_pc .in{
  padding-top: 10px;
}
.consultation_pc h3.title{
  font-size: 22px;
  border-bottom:none;
  color: #000;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 0;
}
.consultation_pc .txt{
  margin-bottom: 16px;
  padding-bottom: 10px;
}
.consultation_pc .btn01 {
    position: relative;
    display: inline-block;
    width: 290px;
    height: 40px;
    text-align: left;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    background-color: #3B0032;
    border: 1px solid #3B0032;
}
.consultation_pc .btn01:after {
    content: '';
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border .4s;
    transition: border .4s;
}
.consultation_pc .btn01>span {
    display: inline-block;
    width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: source-han-serif-japanese,serif;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    letter-spacing: .02em;
    /*line-height: 1;*/
    color: #fff;
    -webkit-transition: color .7s;
    transition: color .7s;
}
.consultation_pc .link a:nth-child(2){
  margin-left: 10px;
}
.consultation_pc .link{
  margin-left: 10px;
}

@media screen and (max-width:640px){
  .news_wrap{
    padding-bottom: 20px;
  }
  .consultation_sp{
    background-color: #fff;
    padding: 20px 20px 24px;
    border: solid 4px #E6E0DB;
  }
  .consultation_sp .in{
    display: flex;
    align-items:center;
  }
  .consultation_sp .ph img{
    width: 26.66vw;
    height: 22.63vw;
    margin-right: 16px;
  }
  .consultation_sp h3.title{
    font-size: 16px;
    border-bottom:none;
    color: #927D6A;
    line-height: 1.6;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "メイリオ", Meiryo, serif;
    text-align: left;
    margin-bottom: 0;
  }
  .consultation_sp h3.title span{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "メイリオ", Meiryo, serif;
    color: #000;
  }
  .consultation_sp .txt{
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 10px;
  }
  .consultation_sp .btn001 {
      position: relative;
      display: inline-block;
      width: 230px;
      height: 36px;
      text-align: left;
      padding: 0 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-color: transparent;
      background-color: #3B0032;
      border: 1px solid #3B0032;
  }
  .consultation_sp .btn001:after {
      content: '';
      position: absolute;
      right: 15px;
      top: calc(50% - 4px);
      width: 8px;
      height: 8px;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: border .4s;
      transition: border .4s;
  }
  .consultation_sp .btn001>span {
      display: inline-block;
      width: 100%;
      position: relative;
      top: 44%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-family: source-han-serif-japanese,serif;
      font-style: normal;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 12px;
      letter-spacing: .02em;
      /*line-height: 1;*/
      color: #fff;
      -webkit-transition: color .7s;
      transition: color .7s;
  }
  .consultation_sp .link a:nth-child(2) {
      margin-top: 14px;
      margin-left: auto;
  }
  .consultation_sp .link {
    display: block;
    width: calc(100% - 40px);
    margin: auto;
    text-align: center;
  }
}

.updateList {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.updateList dl {
  display: flex;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #595757;
  margin-bottom: 4px;
}
.updateList:after{
  content: "";
  display: block;
  clear: both;
}
.updateList .in{
  float: right;
}
@media screen and (max-width:640px){
  .updateList dl {
    font-size: 14px;
  }
}