@charset "utf-8";


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

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

h1{
	color:#FF8000;
	border-top:2px solid #e6cfb8;
	border-bottom:2px solid #e6cfb8;
}

h2 {
  position: relative;
  color: #ff8000;
  background: #fce9a9;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 1.8em;
  border-radius: 8px;
}

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;
}

}
