@charset "UTF-8";
.campaignMain_header{

}
.campaign_key{
	margin-bottom: 20px;
}
.campaign_box {
  padding: 10px;
  background-color: #bfdfff;
	margin: 20px 10px 10px;
	line-height: 1.7;
}
.campaign_title{
	width: 100%;
	display: table;
	box-sizing: border-box;
	padding: 10px 0 0 10px;
}
.campaign_title > div{
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	box-sizing: border-box;
	text-align: center;
}
.campaign_list{
  margin: 0;
}
.campaign_list ul{
  width: 100%;
  /*text-align: center;*/
  justify-content: space-between;
}
.campaign_list ul li{
  display: inline-block;
  width: 49.2%;
  box-sizing: border-box;
  padding: 8px 5px;
  vertical-align: top;
}
.campaign_list ul li div{
	text-align: left;
  border-radius: 6px;
  background-color: #fffbca;
  padding: 10px;
  height: 215px;
}
.campaign_list ul li div h3 span{
  display: inline-block;
  padding: 5px 15px;
  border-radius: 15px;
  background-color: #004986;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.campaign_list ul li div p{
	font-size: 13px;
  text-align: justify;
  margin-top: 5px;
}
.campaign_caution{
	border: 2px solid #004986;
	padding: 20px;
	margin: 15px 10px 15px;
  background: url(../img/bg_caution.png) repeat left top;
}
.campaign_caution h2{
	font-weight: bold;
	text-align: center;
	color: #eb0a0a;
  letter-spacing: 2px;
}
.campaign_caution h2 span{
  position: relative;
}
.campaign_caution h2 span:before{
  content: "";
  width: 31px;
  height: 28px;
  background: url(../img/icon_caution.png) no-repeat center;
  left: -40px;
  top: 50%;
  margin-top: -14px;
  position: absolute;
}
.campaign_caution h2 span:after{
  content: "";
  width: 31px;
  height: 28px;
  background: url(../img/icon_caution.png) no-repeat center;
  right: -40px;
  top: 50%;
  margin-top: -14px;
  position: absolute;
}
.campaign_caution h3{
  font-size: 1rem;
  margin: 20px 0 10px;
	font-weight: bold;
}
.campaign_caution p,
.campaign_caution ul{
  font-size: 0.9rem;
  line-height: 1.7em;
}
.campaign_caution ul li{
  position: relative;
  padding-left: 0.9rem;
}
.campaign_caution ul li:before{
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px){
	.campaign_list ul li{
		width: 32.9%;
	}
	.campaign_list ul li div{
	  height: 135px;
	}
}
@media screen and (max-width: 768px){
	.campaign_list ul li{
		width: 32.8%;
	}
	.campaign_list ul li div{
	  height: 160px;
	}
}
@media screen and (max-width: 540px){
	.campaign_list ul li{
  	width: 49.2%;
	}
	.campaign_list ul li div{
	  height: 160px;
	}
}
@media screen and (max-width: 480px){
	.campaign_list ul li{
  	width: 49.2%;
	}
	.campaign_list ul li div{
	  height: 205px;
	}
}
@media screen and (max-width: 411px){
	.campaign_list ul li div{
	  height: 225px;
	}
}
@media screen and (max-width: 375px){
	.campaign_list ul li div{
	  height: 225px;
	}
}
@media screen and (max-width: 360px){
	.campaign_list ul li{
  	width: 49%;
	}
	.campaign_list ul li div{
	  height: 245px;
	}
}
@media screen and (max-width: 320px){
	.campaign_list ul li div p{
		line-height: 1.5em;
	}
	.campaign_list ul li{
		width: 100%;
	}
	.campaign_list ul li div{
	  height: auto;
	}
}