@charset "UTF-8";
img{
	max-width: 100%;
	height: auto;
}
.buttonArea{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	display: block;
	position: relative;
	z-index: 0;
}
.button {
	overflow: hidden;
	width: 50%;
	height: 50px;
	margin: 0 auto;
	padding: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.button a {
	display: block;
	position: relative;
	z-index: 100;
	text-align:center;
	background: #bc272d;
	color: #fff;
	font-size: 14px;
	line-height: 50px;
	text-decoration:none;
}
.button a:hover {
	background: #EBBEC0;
}

.button.style01 a {
	display: block;
	position: relative;
	z-index: 100;
	text-align:center;
	background: #b49b46;
	color: #fff;
	font-size: 14px;
	line-height: 50px;
	text-decoration:none;
}
.button.style01 a:hover {
	background: #ded0a2;
}





@media screen and (max-width:768px){
	
}
@media screen and (max-width:480px){
.button {
	overflow: hidden;
	width: 80%;
	height: 50px;
	margin: 0 auto;
	padding: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
}
table.table02 td {
  text-align: left;
}
table.table02 th {
  text-align: center;
}

a.clr01{
	color: #b49b46;
}
ul.demae_set{
	width: 100%;
	margin: 0 0 10px 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.demae_set > li:first-child{
	width: 60%;
	margin: 0;
	padding: 0;
}
ul.demae_set > li:last-child{
	width: 38%;
	margin: 0;
	padding: 0;
}
@media screen and (max-width:480px){
ul.demae_set{
	width: 100%;
	margin: 0 0 10px 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.demae_set > li:first-child{
	width: 100%;
	margin: 0;
	padding: 0;
}
ul.demae_set > li:last-child{
	width: 100%;
	margin: 0;
	padding: 0;
}
}




.container {
  max-width: 900px;
  margin: auto;
  padding: 2rem;
  position: relative;
  z-index: 1;
  background-color: white;
  overflow: hidden;
  border-radius: 12px;
}

.float-image {
  float: right;
  width: 300px;
  margin-left: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
}
/* 背景の円 */
.circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.6;
  z-index: 0;
}

.yellow {
  background-color: #f9e79f;
  width: 220px;
  height: 220px;
  top: -20px;
  left: -40px;
}

.blue {
  background-color: #aed6f1;
  width: 120px;
  height: 120px;
  bottom: -20px;
  right: -20px;
}
.main-body {
  position: relative;
  z-index: 2;
}
/* モバイル対応 */
@media screen and (max-width: 600px) {
  .float-image {
    float: none;
    display: block;
    margin: 0 auto 20px;
    width: 100%;
    max-width: 100%;
  }
  .yellow {
    width: 150px;
    height: 150px;
    top: -10px;
    left: -20px;
  }

  .blue {
    width: 80px;
    height: 80px;
	  bottom: -20px;
	  right: -20px;
  }
}