@charset "UTF-8";
details[open] {
	border: 1px solid gray;
	border-radius: 1em;
	display: block;
	padding: .5em;
}
details[open] summary {
	border-bottom: 1px solid black;
}
h1, h2, h3 {
	text-align: center;
}
html {
	background: linear-gradient(0.375turn,#BEDBE8, #E6C5BA);
	color: #FFFFFA;
	font-family: 'Zen Maru Gothic', serif;
	font-size: 16pt;
	min-height: 100%;
}
.contents {
	display: flex;
	justify-content: center;
}
.form-input {
	box-sizing: border-box;
	display: block;
	flex: 1;
	font: inherit;
	width: 100%;
}
.form-item {
	box-sizing: border-box;
	display: flex;
	margin: .2em 0;
	width: 100%;
}
.form-prompt {
	box-sizing: border-box;
	display: block;
	flex: 1;
	width: 100%;
}
.header {
	display: flex;
}
.header-menu-list {
	display: flex;
	list-style: none;
	padding: 0;
}
.header-menu-list li {
	margin: 0 0.5em;
}
.main {
	margin: 0 auto;
	max-width: 768px;
}
.main p span {
	display: block;
}
.main-content {
	flex-grow: 1;
}
.main-title {
	font-size: 3em;
}
.main-title a {
	color: inherit;
	text-decoration: none;
}
.main-title span {
	border-bottom: 0.1em dashed;
}
.menu {
	background-color: white;
	border-radius: 1em;
	color: #5D656E;
	padding: 1em;
}
.menu-button {
	cursor: pointer;
	width: 2em;
}
.profile {
	background: white;
	border-radius: 1em;
	color: #5D656E;
	padding: 1em;
}
.password-change{
	text-decoration: none;
}
@media screen and (max-width: 768px) {
	.contents {
		flex-direction: column;
	}
	.form-item {
		display: block;
	}
}
