@charset "utf-8"; 
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;         
}

body {
	font-size:16px; /* 1.6em */
	font-family:'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

* {
	padding: 0px;
	margin: 0px;
}

*, 
*:before, *:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
	
a {
	text-decoration: none;
}

ul, li {
	list-style: none;
}

p {
	font-size: clamp(1.4rem, 2.5vw, 2.4rem);   
	line-height: 1.4;
}

h2 {
	font-size:  clamp(1.8rem, 2.5vw, 2.8rem);  /* 18px */
	line-height: 1.4;
	font-weight: 600;
}

.mainarea {
	position: relative;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 90%;
	top: 6rem;
	padding-top: 0;
	padding-bottom: 40rem;
	text-align: center;
}

.picarea img {
	width: 40vw;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.picarea p {
	font-size: clamp(1.4rem, 2.5vw, 2rem);
}

#guide {
	display: block;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 80%;
	margin-top: 5vw;
	text-align: left;
}

#guide {
	font-size: clamp(1.4rem, 2.5vw, 2.4rem);
	text-align: center;
	padding-bottom: 30rem;
}

.pic-h {
	display: block;
	margin: 0 auto;
	line-height: calc(12px + (18 - 12) * (100vw - 600px) / (1200 - 600));
	width: 60vw;
	min-width: 262.5px;  
	height: auto;
	text-align: center;
	font-size: clamp(1.4rem, 2.5vw, 2rem);
}

.pic-v {
	display: block;
	margin: 0 auto;
	line-height: calc(12px + (18 - 12) * (100vw - 600px) / (1200 - 600));
	width: 40vw;
	min-width: 262.5px;  
	height: auto;
	text-align: center;
	font-size: clamp(1.4rem, 2.5vw, 2rem);
}

.pic-vn {
	display: block;
	margin: 0 auto;
	line-height: calc(12px + (18 - 12) * (100vw - 600px) / (1200 - 600));
	width: 30vw;
	min-width: 150px;  
	height: auto;
	text-align: center;
	font-size: clamp(1.4rem, 2.5vw, 2rem);
	float: left;
}

.pic-vnn {
	display: block;
	margin: 0 auto;
	line-height: calc(12px + (18 - 12) * (100vw - 600px) / (1200 - 600));
	width: 20vw;
	min-width: 120px;  
	height: auto;
	text-align: center;
	font-size: clamp(1.4rem, 2.5vw, 2rem);
	float: left;
}

.pic-vm {
	display: block;
	margin: 0 auto;
	line-height: calc(12px + (18 - 12) * (100vw - 600px) / (1200 - 600));
	width: 30vw;
	min-width: 160px;  
	height: auto;
	text-align: center;
	font-size: clamp(1.4rem, 2.5vw, 2rem);
	float: left;
	margin-left: 6vw;
	margin-bottom: 10em;
}
.pic-vm img {
	margin-left: 0px;
	margin-bottom: 0px;
}

.doublepic {
	display: flex;
	justify-content: center;
}


footer .logo {
	position: relative;
	display: block;
	margin: 20vw 40vw 0vw auto;	
}

	footer small {
		position: relative;
		display: block;
		text-align: center;
		color: gray;
		font-size: 1.2rem;
		margin-bottom: 1vw;
	}


