@charset "utf-8";
/* CSS Document */

#garakoro {
  background: #fee101;
  padding-bottom: 1px;
}
#garakoro2021 {
  background: #fee101;
  padding-bottom: 10px;
}
p.intro {
  background: #ffffc9;
  padding: 12px 4%;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}

h3.bg_green {
  background: #48d344;
  font-size: 26px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-weight: bold;

}


h3.bg_blue {
  background: #00befb;
  color: #000;
  font-size: 26px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-weight: bold;

}
h3.bg_pink {
  background: #fb5b5b;
  font-size: 26px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
}
.flex_wp {
  display: block;
}
.info_section {
  margin: 20px 4%;
  background: #FFFFFF;
  padding: 20px 10px;
  border-radius: 10px;
}
.info_section h4 {
  width: 100px;
  margin: 0 auto 20px auto;
}
.info_section h4 img {
  width: 100%;
  height: auto;
}
.info_section .info {
  font-size: 13px;
  font-weight: bold;
}
.info_section .info p {
  line-height: 1.5;
}
.info_section .info dl {
  display: table;
  margin-bottom: 10px;
  line-height: 1.4;
}
.info_section .info dl:last-child {
  margin-bottom: 0;
}
.info_section .info dl dt {
  display: table-cell;
  width: 50px;
  background: #0099cc;
  color: #FFFFFF;
  text-align: center;
  padding: 5px;
  vertical-align: middle;
}
.info_section .info dl dd {
  padding-left: 10px;
  vertical-align: middle;
  display: table-cell;
}
.info_section .info p {
  font-size: 14px;
  font-weight: normal;
  padding-left: 1em;
  text-indent: -1em;
}
.info_section .info p span {
  color: #e60012;
  font-weight: bold;
}
.info_section .btn_link {
  width: 90%;
  text-align: center;
  margin: 20px auto 10px auto;
}
.btn_link img {
  width: 100%;
  height: auto;
}
.present_section {
  background: #FFFFFF;
  margin: 20px 4%;
}
.present_section h4 {
  font-size: 16px;
  font-weight: bold;
  color: #e60012;
  line-height: 1.2;
  padding: 15px 10px 0 10px;
  text-align: center;
}
.present_section h4.em {
  font-size: 18px;
}
.present_section p {
  font-size: 13px;
  margin: 5px 10px 15px 10px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.goods_section {
  margin: 20px 0;
}
.goods_section .goods_img {
  margin: 0 4%;
}
.present_section img, .goods_section .goods_img img {
  width: 100%;
  height: auto;
}
.goods_section .btn_link {
  width: 86%;
  margin: 20px auto 30px auto;
  text-align: center;
}
.indent li {
  list-style: none;
  margin-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 4px;
}
.bg_gray {
  background: #e5e5e5;
  padding: 15px 4%;
}
.notice {
  margin: 20px 4%;
}
.notice h4 {
  background: #000000;
  font-size: 14px;
  color: #FFFFFF;
  padding: 5px 10px;
  margin-bottom: 10px;
  line-height: 1.4;
  text-align: center;
}

.att_box{
	margin: 10px 4%;
	color: #e60012;
	border: #e60012 1px solid;
	padding: 0.5em;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5em;
}
