@charset "UTF-8";
/* CSS Document */
body{
	width: 80%;
	height: 100%;
	margin: 8px;
	padding: 16px;
  /* 方眼紙模様に必須のスタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 2px), #F4ECD0 calc(100% - 2px)),
                    linear-gradient(90deg, transparent calc(100% - 2px), #F4ECD0 calc(100% - 2px));
  background-size: 32px 32px;
  background-repeat: repeat;
  background-position: center;
  /* 以下任意のスタイル */
	text-align: center;
	background-color: #fff;
font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}


#title{
	width: 100%;
	height: 100%;
	font-size: 200%;
font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
	color: #6D4845;
}


.main_contents{
	width: 90%;
	height: 100%;
	padding: 16px;
	text-align:center;
	font-size: 110%;
	display: flex;
	flex-flow: column;
	color: #6D4845;
	font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#textarea{
	width: 80%;
	height: 150px;
	margin: 16px;
	padding: 8px;
	filter: opacity(82%);
	color: #6D4845;
	font-size: 120%;
font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

#button{
	width: 140px;
	height: 40px;
	margin: 16px 32px;
	font-size: 115%;
	border-radius: 20px;
	border-style: none;
	outline: none;
	color: #fff;
	background-color: #00426D;
	transition: background-color 0.5s;
	transition-timing-function: ease-in;
font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
	align-self: center;
}

#button:hover{
	background-color: cornflowerblue;
	transform: translate(0,2px);
	transition-duration: 0.1s;
}

#button:active {
	-webkit-transform: translate(0,2px);
	-moz-transform: translate(0,2px);
	transform: translate(0,2px);
	border-bottom:none;
	}
#button2 {
	width: 140px;
	height: 40px;
	margin: 16px 32px;
	 display: flex;
  justify-content: center;
  align-self: center;
	font-size: 115%;
font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
	border-radius: 35px;
	border-style: none;
	outline: none;
	color: #fff;
	background-color: #A73D2A;
	transition: background-color 0.5s;
	transition-timing-function: ease-out;
}

#button2:hover{
	background-color: #CC6D6F;
transform: translate(0,2px);
	transition-duration: 0.1s;
}

#button2:active {
	-webkit-transform: translate(0,2px);
	-moz-transform: translate(0,2px);
	transform: translate(0,2px);
	border-bottom:none;
	}

.caption{
	padding: 24px 32px;
	align-self: center;
		font-size: 100%;
font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.kakoi{
	align-self: center;
	width: 254px;
	height: 254px;
	margin: 16px;
	padding: 8px;
}

.moji_img{

	align-items: center;
}

.moji{
	position: relative;
	top:-200px;
}

.length{
	align-self: center;
		object-position: none;
	margin: 0;
	font-size: 300%;
font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

#oya:hover{
		text-decoration-line:underline;
transform: translate(0,2px);
	transition-duration: 0.1s;
}

footer{
text-align: center;
	font-size: 100%;
font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
