@charset "utf-8";

body {
	min-width: 900px;
}
#contents {
  margin-top: 20px;
  background: url("../img/bg.png") no-repeat center top / cover;
}
#main {
	overflow: hidden;
}
footer {
	margin-top: 0;
}
@media screen and (max-width: 767px) {
	body {
		min-width: 0;
	}
  #contents {
    margin-top: 0;
  }
	footer {
		margin-top: 0;
	}
}

/*-------------------------------------
mv
-------------------------------------*/
.lp-mv {
  padding-block: 30px;
  max-width: 1000px;
  width: calc(100% - 30px);
  margin-inline: auto;
}
.lp-mv_logo {
  margin-bottom: 30px;
}
.lp-mv_main {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lp-mv_title {
  margin-bottom: 20px;
}
.lp-mv_img {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .lp-mv {
    padding-block: 30px 0;
  }
  .lp-mv_logo {
    width: 80px;
    margin-bottom: 40px;
  }
  .lp-mv_main {
    margin-top: 40px;
  }
  .lp-mv_title {
    margin-bottom: 40px;
  }
  .lp-mv_img {
    margin-bottom: 50px;
  }
}

/*-------------------------------------
main
-------------------------------------*/
.lp-main::after {
  content: "";
  position: relative;
  display: block;
  margin-top: 80px;
  height: 48px;
  width: 100%;
  background: url("../img/deco_bottom_line.png") repeat-x left;
}
@media screen and (max-width: 767px) {  
  .lp-main::after {
    margin-top: 80px;
    height: 30px;
    background: url("../img/deco_bottom_line.png") center/ cover;
  }
}

.lp-sec {
  padding-top: 60px;
  max-width: 800px;
  width: calc(100% - 30px);
  margin-inline: auto;
}

.lp-lead {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  letter-spacing: .14em;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .lp-lead {
    font-size: 20px;
    letter-spacing: .14em;
    font-weight: 500;
    line-height: 1.7;
  }
}

.lp-info_logo {
  text-align: center;
  margin-bottom: 30px;
}

.lp-news_item {
  display: flex;
  gap: 20px;
  font-size: 24px;
  background-image: url("../img/deco_line.png");
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: auto 2px; 
  padding-block: 10px;
}
.lp-news_date {
  min-width: 120px;
}
@media screen and (max-width: 767px) {
  .lp-news_item {
    gap: 10px;
    font-size: 18px;
    background-size: auto 2px; 
    padding-block: 10px;
  }
  .lp-news_date {
    min-width: 110px;
  }
}

div.lp-news_main a{
  color: #004a99; /* 十分なコントラストのある青 */

}
div.lp-news_main a:hover {
	  text-decoration: underline; /* 下線を表示 */
}

