@charset "UTF-8";

h1{
	font-family: 'Kaisei Decol', serif;
	font-size: 2.5rem;
	line-height: 0.8;
	color: #fff;
	padding: 20px;
}
.small{
	font-size: 1.2rem;
	line-height: 0.6;
}
.insert00{
	max-width:340px;
	border-radius: 5px;
	border: double 10px #e7ded4;
}

h2{
	font-family: 'Kaisei Decol', serif;
	font-size: 2rem;
}
.box02{
	font-size: 1.2rem;
	line-height: 1.8;
	width: 60%;
	margin-left: 20px;
}
@media (max-width:1100px) {
 .box02{
	max-width: 500px;
}
}
span{
	font-size: 1.2rem;
	line-height: 1.7;
}
.u_line{
	background: linear-gradient(transparent 70%, #fff5e5 70%);
}

table{
  width:90%;
  margin: 50px auto;
 	line-height: 1.5;
 }
table td {
  padding: 5px 20px;
  border: solid 1px #ccb8a3;
 }
 table th{
 	padding: 5px 20px;
  border: solid 1px #ccb8a3;
 	background: #fff5e5;
 	text-align: left;
 }
 .underline{
 	text-decoration : underline;
 }
@media (max-width:1100px) {
table th, table td{
	display: block;
}
}
.button02{
	display: block;
	width: 300px;
	text-align: center;
	color: #fff;
	background-color: #ccb8a3;
  padding: 8px;
  border-radius: 20px;
  margin: 50px auto;
  font-size: 1.4rem;
}

.box1{
	text-align: center;
}
.box1 img{
	max-width:380px;
	margin: 5px auto;
}