@charset "UTF-8";
html {
	width: 100%;
	height: 100%;
	background: #e0dcce;
}
body {
	margin: 0px auto;
	font-size: 18px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}
body::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
}
::-webkit-scrollbar {
	overflow:hidden;
	width:5px;
	background:#fafafa;
}
::-webkit-scrollbar:horizontal {
	height:5px;
}
::-webkit-scrollbar-button {
	display:none;
}
::-webkit-scrollbar-piece {
	background:#eee;
}
::-webkit-scrollbar-piece:start {
	background:#eee;
}
::-webkit-scrollbar-thumb {
	background:#767676;
	border-radius: 2px;
}
::-webkit-scrollbar-corner {
	background:#767676;
	border-radius: 2px;
}
a { 
	font-size: 16px;
	color: #007FC7;
	text-decoration: underline;
}
a:hover {
	color: #007FC7;
	text-decoration: none;
}
a:active {
	color: #F39919;
}
#wrap {
    max-width: 1200px;
    margin: 0 auto;
	min-height: 100%;
	position: relative;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.6);
	background: #fffcf0;
}
#wrap.mobile {
    max-width: 420px;
}
#wrap.pc {
	min-width: 768px;
}
img {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-khtml-user-select: none;
	user-drag: none;
	-webkit-user-drag: none;
}
p {
	margin: 0;
	padding: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
contents {
	display: block;
	width: 100%;
	min-height: calc(100vh - 120px);
}
main {
	padding: 60px 0;
	box-sizing: border-box;
    max-width: 570px;
    margin: 0 auto;
}
.button {
	width: fit-content;
    min-width: 150px;
    height: 30px;
    text-align: center;
    margin: 20px auto;
    position: relative;
    cursor: pointer;
    background: #618c2f;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #FFF;
}
.button.gray {
	background: #9d9383;
}
.subcontents_str {
    width: calc(100% - 20px);
    padding: 10px;
    margin: 10px auto;
    background: #FFF;
    border: 1px solid #cab968;
    box-sizing: border-box;
}
