@charset "UTF-8";
/* CSS Document */
.pc {
  display: block;
}
.mv-news {
  /* position: relative; */
  width: 100%;
  margin-bottom: 100px;
  padding: 0 40px;
  height: 400px;
  background-color: #d9e8f4;
  background-image: url(../img/news_main.png);
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center 100%;
}
.mv-newsinfotitle {
  padding-top: 80px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.mv-newsinfotitle h1 {
  font-size: 50px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 80px;
  width: 900px;
  max-width: 100%;
  line-height: 75px;
  text-align: left;
}
.mv-newsinfotitle h1::before {
  display: none;
}
.mv-newsinfotitle h1::after {
  display: none;
}
/* 新着情報 */
.news {
  height: 110px;
}
.news-text {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
  display: flex;
  justify-content: flex-start;
}
.square-2 {
  display: block;
  width: 150px;
  height: 35px;
  background-color: #0068b7;
  margin-right: 100px;
  text-align: center;
  border-radius: 5px;
}
.square-2 a {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  vertical-align: middle;
}
.news-text .detail {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 3.9px;
  max-width: 600px;
}
.news-text .detail a {
  vertical-align: middle;
}
.news-detail {
  width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
}
.news-text {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.detail {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 3.9px;
  margin-right: auto;
  text-align: left;
  padding-top: 5px;
}
/* 情報ページリンク */
.news-text a {
  text-decoration: none;
}
.news-detail {
  max-width: 1000px;
  margin: 0 auto;
  vertical-align: middle;
}
.news-detail-text p span {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 3.9px;
  margin-right: 100px;
  margin-left: 30px;
  text-align: left;
  padding-top: 5px;
}
.news-detail-text p {
  color: #333;
}
.date-square {
  display: block;
  width: 150px;
  height: 35px;
  background-color: #0068b7;
  /* vertical-align: middle; */
  font-size: 1.6rem;
  color: #FFF;
  font-weight: 600;
  letter-spacing: 2.4px;
  padding-top: 6px;
  padding-left: 3px;
  border-radius: 5px;
  /* position: absolute;
  top: -30%;
  left: 23%; */
}
.return-button {
  background-color: #0068b7;
  width: 444px;
  height: 100px;
  display: inline-block;
  border: none;
  border-radius: 10px;
  margin-bottom: 300px;
}
.return-button a {
  font-family: 'Zen Maru Gothic';
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 2.0rem;
  font-weight: 600;
  letter-spacing: 3px;
  padding-top: 38px;
  padding-bottom: 38px;
  display: block;
}
.arrow {
  position: relative;
  display: inline-block;
  padding: 0 30px 0 60px;
  vertical-align: middle;
  text-decoration: none;
  font-size: 2.0rem;
  font-weight: 600;
  letter-spacing: 3px;
}
.arrow::before, .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  margin-left: 100px;
}
.click::before {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #FFF;
}
.click::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #f5a21b;
  border-right: 3px solid #f5a21b;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.newsinfo-text {
  max-width: 850px;
  width: 100%;
  margin: 0 auto 200px;
  padding: 0 40px;
  text-align: left;
}
.newsinfo-text p {
  font-size: 1.8rem;
  letter-spacing: 2.7px;
  line-height: 40px;
}
.click {
  padding-left: 90px;
}
/* 0901_3　説明会予約について */
.newsinfo_listtext_box {
  margin-bottom: 50px;
}
.newsinfo_listtext_box h2 {
  margin-bottom: 10px;
  font-size: 1.8rem;
}
.newsinfo_listtext_box h2::before {
  content: "●";
  font-size: 15px;
  color: #0068b7;
  margin-right: 5px;
}
.newsinfo_listtext_box p {
  margin-left: 20px;
}
/* .newsinfo_listtext_box p::before{
content: "・";
} */
.newsinfo_littextbox_detail {
  display: block;
}
.newsinfo_littextbox_detail li {
  display: flex;
  margin-bottom: 10px;
}
.newsinfo_littextbox_detail li div {
  font-size: 1.8rem;
  letter-spacing: 2.7px;
  line-height: 40px;
}
.nld_1 {
  width: 10%;
}
.newsinfo_littextbox_detail li div.nld_2 {
  border-bottom: 1px solid #333;
  font-weight: bold;
}
.newsinfo_listtext_box h3 {
  font-weight: normal;
  margin-left: 20px;
  margin-bottom: 10px;
}
.newsinfo_listtext_box h3::before {
  content: "◼️";
  font-size: 15px;
  color: #333;
  margin-right: 5px;
}
.nld_resevationlist {
  margin-top: 40px;
  margin-bottom: 50px;
}
.nld_resevationlist ol {
  list-style-type: none;
}
.nld_resevationlist ol li {
  display: flex;
  margin-bottom: 30px;
}
.nld_resevationlist h4 {
  margin-bottom: 20px;
  margin-left: 20px;
}
.nld_resevationlist ol li a:hover {
  color: #f5a21b;
  font-weight: bold;
  border-bottom: 1px solid #f5a21b;
}
.nlb_textlist {
  display: block;
  list-style-type: disc;
  margin-left: 20px;
}
.nlb_textlist li {
  margin-bottom: 10px;
}
/* -----20241205 追記 ------*/
/* ポイント応募について部分 */
.newsinfo_pointdetail {
  width: 70%;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.newsinfo_pointdetail div {
  display: flex;
  justify-content: flex-start;
  margin: 10px 0;
}
.newsinfo_pointdetail div dt {
  width: 50%;
}
/* PDF部分 */
.join-text {
  display: flex;
  vertical-align: middle;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 3.3px;
  line-height: 3.5rem;
  text-align: left;
  position: relative;
  max-width: 85%;
  margin: 0 auto;
}
.join-text p {
  vertical-align: middle;
  margin-top: auto;
  margin-bottom: auto;
}
.join-guide {
  max-width: 1100px;
  margin: 0 auto;
  padding: 25px 20px;
  padding-bottom: 25px;
  border: #0068b7 2px solid;
  margin-top: 20px;
  border-radius: 20px;
}
.guide-icon img {
  width: 50px;
  height: auto;
  margin-left: 25px;
}
.guide-text {
  vertical-align: middle;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 3.3px;
  line-height: 3.5rem;
  padding-top: 10px;
}
.join-guide {
  display: flex;
  justify-content: center;
}
/* 20241211　追記 */
.sp480 {
  display: none;
}
.sp767 {
  display: none;
}
.mv-newsinfotitle h1.news_textsize {
  font-size: 36px;
}
.newsinfo_listtext_box p.newsinfo_bold {
  font-weight: bold;
  margin-left: 0;
}
/*0107-ポイントの減算について*/
.radius-table {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  border: #0068b7 2px solid;
  overflow: hidden;
}
.radius-table th, .radius-table td {
  border: none;
  vertical-align: middle;
  padding: 20px 30px;
}
.radius-table th {
  width: 45%;
}
.radius-table .list-item_title, .radius-table .list-item_detail {
  border-bottom: #80b3db 2px dotted;
}
@media (max-width : 768px) {
  .pc {
    display: none;
  }
  .hamburger-menu {
    display: block;
  }
  .mv-newsinfotitle {
    padding-top: 120px;
    /*
    width: 550px;
    max-width: 100%;
*/
    margin: 0 auto;
    width: 90%;
  }
  .mv-newsinfotitle h1 {
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 80px;
    width: 700px;
    line-height: 65px;
    letter-spacing: 2px;
  }
  .mv-news {
    height: 360px;
    margin-bottom: 100px;
  }
  .date-square {
    top: -35px;
    left: 100px;
  }
  .square-2 {
    margin-right: 20px;
    margin-left: 0;
    width: 140px;
    height: 30px;
  }
  .newsinfo-text {
/*    max-width: 600px;*/
	  width: 90%;
	  padding: 0 20px;
  }
  /* ページボタン */
  .page-button {
    width: 50px;
    height: 50px;
    margin-top: 100px;
  }
  .page-button a {
    padding: 15px;
    font-size: 2.6rem;
  }
  .newsinfo-text p {
    font-size: 1.6rem;
  }
  /*  */
  .return-button {
    width: 250px;
    height: 60px;
    margin-bottom: 100px;
  }
  .arrow::before, .arrow::after {
    margin-left: 40px;
  }
  .return-button a {
    text-decoration: none;
    font-size: 2.0rem;
    font-weight: 600;
    letter-spacing: 3px;
    padding-top: 18px;
    padding-bottom: 20px;
    display: block;
  }
  .click::before {
    width: 30px;
    height: 30px;
  }
  .click::after {
    left: 12px;
  }
  /* 0901_3　説明会予約について */
  .nld_1 {
    width: 15%;
  }
  .section-news {
    width: 92%;
  }
}
@media (max-width : 767px) {
  .sp767 {
    display: block;
  }
  .mv-newsinfotitle h1.news_textsize {
    font-size: 3rem;
    line-height: 4.5rem;
  }
}
@media (max-width : 480px) {
  .pc {
    display: none;
  }
  .mv-news {
    height: 300px;
    margin-bottom: 50px;
    background-size: 100%;
  }
  .mv-newsinfotitle {
    padding-top: 105px;
/*    width: 340px;*/
    max-width: 100%;
    margin: 0 auto;
  }
  .mv-newsinfotitle h1 {
    font-size: 2.5rem;
    letter-spacing: 2px;
    line-height: 3.5rem;
  }
  .date-square {
    margin-bottom: 5px;
    width: 120px;
    height: 30px;
    padding-top: 3px;
  }
  .date-square p {
    font-size: 1.2rem;
    vertical-align: middle;
  }
  .newsinfo-text {
/*
    max-width: 100%;
    width: 330px;
*/
    margin-bottom: 100px;
	  padding: 0;
  }
  .newsinfo-text p {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
  /* ボタン */
  .return-button {
    width: 220px;
    height: 50px;
    margin-bottom: 0px;
  }
  .click::before {
    width: 25px;
    height: 25px;
  }
  .arrow::before, .arrow::after {
    margin-left: 40px;
  }
  .return-button a {
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 3px;
    padding-top: 12px;
    padding-bottom: 13px;
    padding-left: 70px;
    display: block;
  }
  .click::after {
    left: 9px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #f5a21b;
    border-right: 2px solid #f5a21b;
  }
  /* 0901_3　説明会予約について */
  .newsinfo_littextbox_detail li {
    display: block;
    margin-left: 10px;
  }
  .nld_1 {
    width: 30%;
  }
  .newsinfo_listtext_box {
    font-size: 16px;
  }
  .newsinfo_listtext_box {
    font-size: 16px;
  }
  .newsinfo_littextbox_detail li div {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 30px;
  }
  .newsinfo_littextbox_detail li div.nld_2 {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    border-bottom: none;
  }
  .newsinfo_listtext_box h3 {
    margin-left: 10px;
  }
  .nlb_textlist li {
    margin-left: 10px;
  }
  .nld_resevationlist h4 {
    margin-left: 10px;
  }
  .nld_resevationlist ol li {
    margin-left: 10px;
    text-align: center;
    line-height: 3rem;
  }
  .newsinfo_listtext_box p {
    margin-left: 10px;
  }
  .newsinfo_pointdetail {
    width: 100%;
    margin-left: 0px;
  }
  .newsinfo_listtext_box p {
    margin-left: 0;
  }
  .join-guide {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    width: 360px;
    max-width: 100%;
  }
  .guide-icon img {
    width: 15%;
    margin-left: 95px;
  }
  .guide-text p {
    margin-bottom: 10px;
  }
  .guide-text p a {
    font-size: 1.6rem;
  }
  .join-notice {
    width: 360px;
    max-width: 100%;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 50px;
  }
  .join-mark {
    display: block;
  }
  .join-text {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .join-text p {
    width: 350px;
    max-width: 100%;
  }
  .sp480 {
    display: block;
  }
  .mv-newsinfotitle h1.news_textsize {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  /*20250107追記*/
  .radius-table th, .radius-table td {
    display: block;
    width: 100%;
  }
  .radius-table .list-item_title {
    border-bottom: none;
  }
}

/* 20250407 追記 */

.news_text_blank{
  margin-bottom: 20px;
}

.newsinfo_h2_blank{
  margin-bottom: 20px;
}

.newsinfo_listtext_box .nwlb_text{
  margin-left: 40px;
}

@media (max-width : 480px) {

.newsinfo_listtext_box .nwlb_text{
margin-left: 25px;
font-size:15px;
letter-spacing: 1.5px;
}
}