@charset "utf-8";
/* CTAボタン・ヘッダーナビのおしゃれ化リデザイン(2026-08-15追加) */

a.button01,
a.button02{
	display: block;
	height: auto;
	line-height: 1.4;
	padding: 14px 20px;
	color: #fff;
	border: none;
	border-radius: 30px;
	text-align: center;
	background: #003567;
	box-shadow: 0 4px 14px rgba(0,53,103,0.25);
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;
}
a.button01:hover,
a.button02:hover{
	color: #fff;
	background: #002845;
	box-shadow: 0 6px 18px rgba(0,53,103,0.35);
}

.gnav-conts a.link-blog{
	border: none;
	border-radius: 30px;
	background-color: #003567;
	background-image: none;
	color: #fff;
	text-align: center;
}
.gnav-conts a.link-blog:hover{
	background-color: #002845;
	color: #fff;
}

@media only screen and (min-width: 1200px) {
	.gnav-conts ul.drawer-menu li a{
		border-radius: 20px;
		-webkit-transition: background-color 0.2s ease, color 0.2s ease;
		   -moz-transition: background-color 0.2s ease, color 0.2s ease;
		        transition: background-color 0.2s ease, color 0.2s ease;
	}
	.gnav-conts ul.drawer-menu li a:hover{
		background-color: #003567;
		color: #fff;
	}
}
