@charset "utf-8";
/* CSS Document */

/******* Hero *******/

#hero {
  max-width:100%;
	margin-bottom:20px;
}
#hero img {
  max-width:100%;
  margin:0 auto;
}
#hero .title {
  width:100%;
	background:url("../img/bg.png") no-repeat bottom / cover;
	padding: 30px 0;
}

/******* Main *******/

#mainBox {
  max-width:100%;
	background-image:url(../../common/img/bg_dot.png);
	background-repeat: repeat;
	padding:40px 0;
}
#mainBox .container {
  margin:0 auto 40px auto;
	text-align:center;
}

.first-txt h3 {
  font-size:30px;
	text-align:center;
  color:#00873c;
	margin-bottom:20px;
}
.first-txt p {
  font-size:18px;
	line-height:220%;
  text-align:left;
}
.first-txt .small {
  font-size:90%;
}
.first-txt p span {
  color:#00873c;
	font-weight:bold;
}
.first-txt p a:link {border-bottom:1px solid #00873c;}

@media only screen and (max-width: 480px){
.first-txt h3 {
  font-size:20px;
	line-height:140%;
}
.first-txt p {
  font-size:16px;
	line-height:200%;
}
}

.btnArea {
  height:45px;
}
.btnArea .middle {
  margin: 0 14px;
}
.btnArea-sp {
  display:none;
}

@media only screen and (max-width: 480px){
.btnArea {
  display:none;
}
.btnArea-sp {
  display:block;
}
.btnArea-sp a {
  display:block;
	padding:10px;
	margin-bottom:10px;
	background-color:#ddd;
	color:#fff;
	border-radius:4px;
}
.btnArea-sp .b-grn {
	background-color:#8fc31f;
}
.btnArea-sp .b-pnk {
	background-color:#e95471;
}
.btnArea-sp .b-org {
	background-color:#f18d00;
}
}

.logoArea, .giftArea, .aplyArea {
  max-width: 100%;
	text-align:center;
	margin: 0 auto;
	padding: 20px;
	overflow:hidden;
	border:2px solid #00873c;
	background-color:#fff;
	border-radius: 4px;
}
.logoArea {
	margin-bottom:30px;
}

.logoArea ul {
	text-align:center;
}
.logoArea li {
	max-height:42px;
	display:inline-block;
	margin: 6px 6px 0 6px;
}

.logoArea h3,.giftArea h3, .aplyArea h3  {
  color:#00873c;
	margin-bottom:20px;
}
.logoArea h3, .giftArea h3 {
  font-size:30px;
}

.imgArea {
  text-align:center;
}
.giftArea img, .imgArea img {
  max-width:100%;
  display:block;
	margin:0 auto;
	padding:0;
	vertical-align: bottom;
}

.aplyArea h3 {
  font-size:20px;
}
table.oubo {
  max-width:100%;
	border:none;
	border-collapse:separate;
	border-spacing:10px;
}
table.oubo th {
  width:20%;
  text-align:center;
	color:#fff;
	background-color:#00873c;
	vertical-align: middle;
	padding:8px;
	border-radius:4px;
}
table.oubo td {
  text-align:left;
	vertical-align: middle;
	font-size:14px;
	line-height:150%;
}
table.oubo td span {
	font-size:12px;
}
.aplyArea p {
  text-align:left;
	font-size:14px;
	margin:10px;
}

.insta img { max-width:100%; margin-bottom:10px;}

@media only screen and (max-width: 480px){
.logoArea h3, .giftArea h3 {
  font-size:20px;
}
.logoArea li {
	height:30px;
	display:inline-block;
	margin: 4px 4px 0 4px;
}
.logoArea li img {
	height:30px;
	max-width:100%;
}
table.oubo th {
  width:100%;
	display:block;
}
table.oubo td {
  width:100%;
	display:block;
  text-align:left;
	vertical-align: top;
	padding:10px 0;
}
}