@charset "utf-8";

@font-face {
	font-family: 'line';
	src: url(../fonts/line.ttf);
}

* {
	padding: 0;
	margin: 0;
	color: #333;
}
*::selection {
    color: #fff;
    background-color: #73a745;
}
html, body {
	height: 100%;
	width: 100%;
}
body {
	font-family: Helvetica, 'NotoSansCJKjp-Regular', Arial, 'メイリオ', Meiryo, sans-serif;
	counter-reset: section;
}
a, a:visited {
	text-decoration: none;
	transition: .3s;
}
a:hover {
	color: #73a745;
}
.contain {
	display: block;
	min-width: 1080px;
	width: 1080px;
	height: auto;
	margin: auto;
}
.contents {
	margin-top: 32px;
	margin-bottom: 64px;
}
.main {
	margin-top: 32px;
}
.title {
	font-size: 160%;
	font-weight: 100;
	color: #333;
}
.white {
	color: #fff;
}
.subtitle {
	font-size: 80%;
	color: white;
}
.repletion {
	font-size: 60%;
}
.top {
	top: 8%;
}
.middle {
	top: 50%;
}
.bottom {
	bottom: 8%;
}
.left {
	left: 8%;
}
.center {
	left: 50%;
}
.right {
	right: 8%;
}
.small {
	font-size: 85%;
}
.none {
	display: none;
}
.errMsg {
	color: #f44336;
	font-weight: bold;
	margin: 24px 32px;
}

.indentation:before {
	content: "";
	display: inline-block;
	width: 1em;
}

.contain h3 {
	margin-top: 32px;
	font-size: 150%;
	font-weight: 100;
	letter-spacing: 0.25em;
	position: relative;
	padding-left: 0.75em;
	border-bottom: solid 3px #73a745;
	position: relative;
}
.contain h3:before {
	content: "\f06c";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 70%;
	margin-right: 0.25em;
	position: relative;
	bottom: 2px;color: #24943e;
}
.contain h3:after {
	position: absolute;
	content: "";
	display: block;
	border-bottom: solid 3px #FFB300;
	bottom: -3px;
	left: 0;
	width: 25%;
}
.main-title {
	height: 200px;
	width: 320px;
	font-family: 'Sawarabi Gothic', sans-serif;
	background-color: rgba(255, 255, 255, .64);
	position: absolute;
	top: 140px;
}
.main-title h2 {
	font-weight: 100;
	font-size: 220%;
	letter-spacing: 0.1em;
	margin-top: 56px;
	margin-left: 32px;
}
.main-title p {
	font-size: 125%;
	letter-spacing: 0.05em;
	margin-left: 32px;
	display: inline;
	border-bottom: 1px solid #24943e;
}