@charset "utf-8";


body {
	background:#fefde7;
font-size: 18px !important;}

#wrapper{
	border:6px solid #ffe8a9;
     border-radius: 20px;
}

h1{
	color:#4a3931;
	border-top:2px solid #ffe8a9;
	border-bottom:2px solid #ffe8a9;
}

 
h2 {
  position: relative;
  color: #4a3931;
  background: #fac530;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 1.8em;
  border-radius: 6px;
}

h2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
}

@media screen and (max-width: 680px) {
	#wrapper{
	border:none;
	border-radius: 0;
}

}
