@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap');

html, body {
	height: 100%;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	color: #756d73;
	font-size:min(2.3vw,16px);
	font-weight: normal;
	line-height: 1.5;
	font-family: 'Open Sans', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  background-color:#f3f7f9;
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 100%;
	min-height: 100svh;
	align-items: center;
	padding: 40px;
	box-sizing: border-box;
}

img{
	max-width: 100%;
	height: auto
}

a{
	color: #4d86a7;
	text-decoration: none;
}

.container{
	text-align: center;
	width:100%;
	min-width:320px;
	max-width: 960px;
	padding: 40px;
	box-sizing: border-box;
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}

.logo{
	margin-bottom: 40px;
}

h2{
	margin-bottom: 10px;
}

.url{
	font-size:min(4.6vw,32px);
	font-weight: bold;
	margin-bottom: 20px;
}