@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap');

/* FONTS
font-family: "Lexend", sans-serif;
 */

/* MATERIALS */

a:link{
	text-decoration:none;
}

a:visited{
	text-decoration:none;
}

a:hover{
	text-decoration:none;
}

a:active{
	text-decoration:none;
}

/* INTERFACE */

.btn_a_header{
	display: table;
	margin: 0 auto;
	padding: 0.8em 4em 1em;
	background: linear-gradient(90deg,rgba(0, 186, 232, 1) 0%, rgba(0, 123, 247, 1) 100%);
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height:1;
	letter-spacing: 0.08em;
	text-align: center;
	border-radius: 30px;
}

.btn_a{
	display: table;
	margin: 3% auto;
	padding: 15px 50px;
	background: linear-gradient(90deg,rgba(0, 186, 232, 1) 0%, rgba(0, 123, 247, 1) 100%);
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-align: center;
	border-radius: 30px;
}

.btn_b{
	display: table;
	margin: 3% auto;
	padding: 15px 50px;
	background: #01669a;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-align: center;
	border-radius: 30px;
}

.btn_white{
	display: table;
	margin: 0 auto;
	padding: 15px 50px;
	background: #fff;
	color: #01669a;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-align: center;
	border-radius: 30px;
}


@media screen and (max-width:767px) {
	.btn_a_header{
		padding: 0.6em 3em 0.8em;
		font-size: 13px;
	}
}