@charset "utf-8";

/* 2026年1月からログイン方法が変わります
---------------------------------------------------- */

	/* 左：本文 */

.format_1clm #ContentMain {
	width: 100%;
}

@media only screen and (max-width:640px){
	.format_1clm #ContentMain {
	width: auto;
	}
}

	/* h1 */

.format_1clm #Main #ContentMain .h1title02 {
	background: url(../images/h_bg_01_l.png) left top no-repeat;
}

@media only screen and (max-width:640px){
	.format_1clm #Main #ContentMain .h1title02 {
	background-image:none;
	padding: 0 0 13px 0;
	}
}

	/* p */

.na_renew p {
	margin: 0 0 1.75em 0;
	line-height:1.8;
	font-size:1.1em;
	letter-spacing:0.01em;
}

@media only screen and (max-width:640px){
	.na_renew p {
	font-size:1em;
	}
}

	/* img */

.na_renew img {
	max-width:100%;
}

	/* ご案内はこちら */

#Main .na_renew p.link_more_renew2025 {
	width: calc(40% - 2px);
	margin:0 auto 1.5em auto;
	padding: 0;
}

#Main p +  .link_more_renew2025 {
	margin-top:-0.5em !important;
}

#Main .na_renew p.link_more_renew2025 a {
	display: block;
	width: 100%;
	margin: 0 auto;
    padding: 15px 15px 15px 10px;
	text-align:center;
	font-size:1.2em;
	line-height: 1.8;
	border: 2px solid #c00;
	border: 2px solid #c00;
    border-radius: 50em;
	box-sizing: border-box;
	position: relative;
	text-decoration:none;
	font-weight:bold;
}

#Main .na_renew p.link_more_renew2025 a::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg);
	left: calc(92% - 6px);
	width: 5px;
	height: 5px;
	border-top: 2px solid #c00;
	border-right: 2px solid #c00;
}

#Main .na_renew p.link_more_renew2025 a:hover::after {
	border-color: #fff;
}

#Main .na_renew p.link_more_renew2025 a:link,
#Main .na_renew p.link_more_renew2025 a:visited  { color:#c00; text-decoration:none; }
#Main .na_renew p.link_more_renew2025 a:active 	{ color:#fff; text-decoration:none; }
#Main .na_renew p.link_more_renew2025 a:hover {
	color:#fff; 
	text-decoration:none;
	background:#c00;
	transition: 0.5s ease-in-out;
}

#Main .na_renew p.link_more_renew2025 a span {
	display: inline-block;
	margin: 0;
    padding: 0 22px;
	position: relative;
}

#Main .na_renew p.link_more_renew2025 a span::after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	transform: translatey(-50%);
	right: 0;
	width: 14px;
	height: 18px;
	background:url(../images/icon_pdf.svg) 0 0 no-repeat;
	background-size: 14px auto;
}

#Main .na_renew p.link_more_renew2025 a:hover span::after {
	background:url(../images/icon_pdf_h.svg) 0 0 no-repeat;
}

@media only screen and (max-width:640px){
	#Main .na_renew p.link_more_renew2025 {
	width: 60%;
	max-width: 320px;
	margin: 1em auto 1.5em auto;
	}

	#Main .na_renew p.link_more_renew2025 a {
	width: auto;
	max-width: 320px;
    padding: 10px 20px 10px 8px;
	font-size:100%;
	border: 2px solid #c00;
	}

	#Main .na_renew p.link_more_renew2025 a::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg);
	left: calc(93% - 6px);
	width: 4px;
	height: 4px;
	border-top: 2px solid #c00;
	border-right: 2px solid #c00;
	}

	#Main .na_renew p.link_more_renew2025 a span::after {
	width: 14px;
	height: 16px;
	background-size: auto 16px;
	}
}
