@charset "UTF-8";
/* CSS Document */

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
    font-size:90%;
    color: #1a1a1a;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
	background-image: url();
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #fafafa;
}

main {
	width: 100vmin;
	margin-top: 10vh;
	margin-left: auto;
	margin-right: auto;
}

footer {
	margin-top: 10vh;
	margin-bottom: 10vh;
	text-align: center;
    font-size: 1.6rem;
}

.navbar {
    display: block;
    width: 100vmin;
    height: 10vh;
    z-index: 9999;
    position: fixed;
    top: 0;
    text-align: center;
    background-color: rgba(250,250,250,0.7);
    border-bottom: 0.5vh solid #1a1a1a;
}

.logo {
	height: 4vh;
	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
}

.icon {
	width: 100%;
	border-radius: 22%;
	vertical-align: bottom;	
}

.icon-solo {
	width: 80%;
	border-radius: 22%;
	vertical-align: bottom;	
}

.text {
    width: 10px;
    vertical-align: middle;
}

.clear {
	opacity: 0.2;	
}

.sum {
    width: 80%;
	padding: 10%;
	background-color: #dedfd1;
	box-sizing: border-box;
}

.space {
	width: 100%;
	vertical-align: bottom;
}

.col {
	width: 15%;
	float: left;
}

.col-space {
	width: 8%;
	float: left;
	visibility:hidden;
}

.col- {
    width: 15%;
	float: left;
	visibility:hidden;
}

.common {
	width: 80%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.caption {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

a {
    font-size: 1.2rem;
}

h3 {
	padding-top: 5%;
    font-size: 1.6rem;
}

h4,p {
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.8;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}
