@charset "UTF-8";
.campaign-main {
  max-width: 1140px;
  margin: 0 auto;
  padding: 40px 10px 100px;
  line-height: 1.7;
  font-size: 16px;
}
.campaign-main img {
  max-width: 100%;
  vertical-align: top;
}
@media screen and (min-width: 560px) {
  .sp-only {
    display: none;
  }
}
.index-title {
  position: relative;
  margin-bottom: 1.3em;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}
.index-title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 8px;
  border-top: 3px solid #000;
  border-bottom: 1px solid #000;
}
.index-title > span {
  display: inline-block;
  position: relative;
  padding: 0 1em;
  background-color: #fff;
}
.campaign-list .campaign-item {
  display: flex;
  width: 100%;
  margin-top: 70px;
}
.campaign-list .campaign-item:not(:first-of-type) {
  margin-top: 70px;
}
.campaign-list .campaign-item .left-side {
  width: 320px;
  margin-right: 60px;
}
.campaign-list .campaign-item .right-side {
  flex: 1;
}
.campaign-list .empty-message {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
}
.campaign-item .thumbnail {
  display: block;
  position: relative;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.campaign-item .thumbnail:hover {
  opacity: .6;
}
.campaign-item .thumbnail::before {
  content: "";
  display: block;
  padding-top: 67.13%;
}
.campaign-item .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.campaign-item .campaign-heading {
  margin-bottom: .7em;
  line-height: 1.4;
  color: #00a273;
  font-weight: bold;
  font-size: 24px;
}
.campaign-item .campaign-heading a {
  color: inherit;
  text-decoration: none;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.campaign-item .campaign-heading a:hover {
  text-decoration: underline;
  opacity: .6;
}
.campaign-item .campaign-period {
  margin-bottom: .5em;
  line-height: 1.5;
  font-weight: bold;
  font-size: 16px;
}
.campaign-item .campaign-link {
  margin-top: 1em;
}
.campaign-item .campaign-link a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  color: #00a273;
  text-decoration: none;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.campaign-item .campaign-link a:hover {
  text-decoration: underline;
  opacity: .6;
}
.campaign-item .campaign-link a::before {
  content: "";
  display: block;
  position: absolute;
  top: .5em;
  left: 0;
  width: 9px;
  height: 9px;
  border-top: 1px solid #00a273;
  border-right: 1px solid #00a273;
  transform: rotate(45deg);
}
/* notes */
.notes-list {
  margin-top: 0.3em;
  font-size: 14px;
}
.notes-list li {
  padding-left: 1em;
  text-indent: -1em;
}

/* tablet */
@media screen and (max-width: 768px) {
  .campaign-list .campaign-item .left-side {
    width: 40%;
    margin-right: 5%;
  }
}
/* SP用 */
@media screen and (max-width: 559px) {
.campaign-main {
  padding: 20px 10px 50px;
}
.index-title {
  margin-bottom: 1.0em;
  line-height: 1.4;
  font-size: 20px;
}
.campaign-list .campaign-item {
  display: block;
  width: 100%;
  margin-top: 30px;
}
.campaign-list .campaign-item:not(:first-of-type) {
  margin-top: 40px;
}
.campaign-list .campaign-item .left-side {
  width: 100%;
  margin-right: 0;
  margin-bottom: 15px;
}
.campaign-item .thumbnail:hover {
  opacity: 1;
}
.campaign-item .campaign-heading {
  margin-bottom: .7em;
  font-size: 20px;
}
.campaign-item .campaign-heading a {
  color: inherit;
  text-decoration: none;
}
.campaign-item .campaign-heading a:hover {
  opacity: 1;
}
.campaign-item .campaign-period {
  font-weight: bold;
  font-size: 16px;
}
.campaign-item .campaign-link {
  margin-top: .8em;
}
.campaign-item .campaign-link a:hover {
  opacity: 1;
}
.campaign-item .campaign-link a::before {
  top: .5em;
}
}