/*common*/
.mypage500campaign {
  margin-top: 50px;
}
@media screen and (max-width:768px) {
  .mobile_none {
    display: none;
  }
}
/*header*/
.mypage500campaign h2 img {
  width: 100%;
  height: auto;
}
.mypage500campaign-container {
  width: 100%;
  padding: 30px 20px;
  margin: 30px auto;
}
.mypage500campaign-container-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
/*read-text*/
.read-text {
  background: #ff6e6e;
  color: #fff;
  text-align: center;
}
.read-text h3 {
  font-size: 0.;
}
.read-text b {
  color: #ffff00;
  font-weight: bold;
  font-size: 1.1em;
}
/*period*/
.period .mypage500campaign-container-inner {
  border: 4px #ff6e6e solid;
  position: relative;
  padding: 20px 30px;
  max-width: 600px;
}
@media screen and (max-width:768px) {
  .period.mypage500campaign-container {
    padding: 30px 0;
  }
  .period .mypage500campaign-container-inner {
    max-width: 100%;
  }
}
.period .mypage500campaign-container-inner h3 {
  position: absolute;
  top: -1em;
  background: #fff;
  font-size: 1.1em;
  padding: 0 0.5em;
}
.period b {
  font-size: 1.1em;
  font-weight: inherit;
}
.period ul {
  padding: 0;
  margin: 0;
}
.period ul li {
  list-style-type: disc;
  list-style-position: inside;
}
/*register*/
.register {
  background-color: #fffb73;
}
.register h3 {
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
  position: relative;
  height: 44px;
  line-height: 44px;
  text-align: center;
  padding: 0 30px;
  font-size: 18px;
  background: #212121;
  color: #FFF;
  box-sizing: border-box;
}
.register h3:before, .register h3:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.register h3:before {
  top: 0;
  left: 0;
  border-width: 22px 0px 22px 15px;
  border-color: transparent transparent transparent #fffb73;
  border-style: solid;
}
.register h3:after {
  top: 0;
  right: 0;
  border-width: 22px 15px 22px 0px;
  border-color: transparent #fffb73 transparent transparent;
  border-style: solid;
}
@media screen and (max-width:768px) {
  .register h3 {
    height: 70px;
    line-height: 1.9em;
  }
  .register h3:before {
    border-width: 35px 0px 35px 15px;
  }
  .register h3:after {
    border-width: 35px 15px 35px 0px;
  }
}
.register-image {
  display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: space-between;
    align-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	max-width: 1000px;
	width: 100%;
	margin: 30px auto;
}
.register-image > div:nth-child(odd) {
  max-width: 250px;
  width: 100%;
}
.register-image > div:nth-child(even) {
  max-width: 10px;
  width: 100%;
	padding: 110px 0;
}
.register-image > div img {
  width: 100%;
  height: auto;
	margin: 0 auto 10px;
}
.register-image > div p a{
	color: #0000ff;
	border-bottom: 1px #0000ff solid;
}

.register-btn a {
  border: 3px solid #ff9000;
    border-radius: 0;
    background: #ff9000;
    text-align: center;
    margin: 0 auto;
    display: block;
    position: relative;
    font-size: 1.5em;
    max-width: 500px;
	width: 100%;
    padding: 30px 20px;
    color: #fff;
}
.register-btn a:hover{
	opacity: 0.8;
}
.register-btn a:before {position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #fff;
}

/*rule*/ 
.rule h3 {
	text-align: center;
	font-size:1.2em;
}
.rule h4 {
	font-size:1em;
}
.rule-box {
	border: 1px solid #000;
	padding: 20px;
}
.rule-box ul {
  padding: 0;
  margin: 0;
}
.rule-box ul li {
  list-style-type: disc;
  list-style-position: inside;
}

@media screen and (max-width:768px) {
  .register-image > div:nth-child(odd) {
    max-width: 100%;
  }
}