@charset "utf-8"; 
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
/* 202508サイト閉鎖追加css */

#add2025_content_main{
	margin: 25px 0;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgba(61, 36, 36, 0.08);
    padding: 40px 40px 90px;
	font-family: "Noto Serif JP", serif;
  	font-optical-sizing: auto;
  	font-weight: 200;
  	font-style: normal;
	color: #000;
	line-height: 1.4;
}

#add2025_content_main .add2025_inner{
	max-width:600px;
	margin:auto;
}

#add2025_content_main .add2025_title{
	border-bottom: 1px dotted rgba(61, 36, 36, .1);
}

#add2025_content_main .add2025_title .h2_title{
	text-align: center;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 1.8px;
	padding-bottom: 5px;
    font-weight: 500;
	color: #000;
}
#add2025_content_main .add2025_title .h2_titledisc{
	text-align: center;
    font-size: 12px;
    line-height: 1.4;
	padding-bottom: 25px;
    font-weight: 600;
	color: #0F7D42;
}
#add2025_content_main .add2025_maintext{
	margin-top: 25px;
    font-size: 15px;
    line-height: 2.1;
	letter-spacing: 0.75px;
    font-weight: 200;
	color: #000;
	padding-bottom: 40px;
}

#add2025_content_main .add2025_btn01{
	text-align: center;
}

#add2025_content_main a.link-banner {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  position: relative;
  padding: 19px;
  font-size: 14px;
  color: #0F7D42 !important;
  font-weight: 500;
  margin-bottom: 65px;
}

/* 左側の円 */
#add2025_content_main a.link-banner::before {
  content: "";
  width: 38px;
  height: 38px;
  background-color: rgba(15, 125, 66, 0.04);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* 右側の矢印 */
#add2025_content_main a.link-banner span {
  position: relative;
  display: inline-block;
  margin-top: 2px;
}

#add2025_content_main a.link-banner span::before {
  content: "";
  width: 14px;
  height: 1px;
  position: absolute;
  background-color: #8a8a8a;
  bottom: 10px;
  right: -20px;
  transition: right 0.3s ease; 
}

#add2025_content_main a.link-banner span::after {
  content: "";
  width: 6px;
  height: 1px;
  position: absolute;
  top: calc(50% - 2px);
  right: -21px;
  bottom: 10px;
  background-color: #8A8A8A;
  transform: rotate(45deg);
  transform-origin: calc(100% - 2px) 50%;
  transition: right 0.3s ease;
}

/* ホバー時：右に4pxスライド */
#add2025_content_main a.link-banner:hover span::before {
  right: -24px;
}

#add2025_content_main a.link-banner:hover span::after {
  right: -25px;
}

#add2025_content_main .detail_list{
	max-width: 440px;
    margin: auto;
}
#add2025_content_main .detail_title{
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.75px;
	margin-bottom: 15px;
}
#add2025_content_main .detail_list .detail_inner{

}
#add2025_content_main .detail_list .detail_inner dl{
	font-size: 14px;
	font-weight: 200;
	letter-spacing: 0.7px;
	line-height: 2.1;
	display: flex;
}
#add2025_content_main .detail_list .detail_inner dl dt{
	width: 110px;
}
#add2025_content_main .detail_list .detail_inner dl dd{
	flex: 1;
}