@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:weight@400;700&family=Source+Code+Pro&display=swap');
/*基本的なCSS*/
*,
*::before,
*::after {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	margin: 0;
	outline: none;
	padding: 0;
}

*{
    scroll-behavior: smooth;
}

html,body {
	overflow-x: inherit;
}
body {
	color: #222;
	font-family: 'BIZ UDPGothic', sans-serif!important;
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 2;
	width: auto;
	min-width: 1240px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
img {
	display: block;
	margin: auto;
	max-width: 100%;
}
a {
	transition: .2s;
	text-decoration: none;
}

a:visited {
	color: #00499e;
}
a:hover {
	opacity: .7;
}
h5 {
	font-size: 1.3em;
	margin-top: 0.5em;
}
input {
	font-family: 'BIZ UDPGothic', sans-serif !important;
	font-size: 15px !important;
}