.box{
	background: #ff00ff;
	width: 100%;
	margin: 50px 0 10px;
	padding: 15px;
}

.boxtext{
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}

hr {
  margin: 10px 0 !important;
}
.contents {
  max-width: 980px;
  margin: 0 auto;
}
.title {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin: 50px 0 30px;
  border-bottom: 2px solid #FF0004;
}
.mainimg {
  max-width: inherit;
}
.cp_list {
  padding: 0.5em;
  list-style: none;
  font-weight: bold;
  font-size: 1.8rem;
}
.cp_list {
  position: relative;
  padding: 0.5em 1em 0 2.3em;
  margin: 10px;
  border-bottom: 1px solid rgba(255, 0, 255, 1);
}
.cp_list:after, .cp_list:before {
  content: '';
  position: absolute;
  transform: rotate(45deg);
}
.cp_list:before {
  top: 0.7em;
  left: 0.2em;
  width: 12px;
  height: 12px;
  border: 2px solid rgba(255, 0, 255, 1);
}
.cp_list:after {
  top: 0.9em;
  left: 0.7em;
  width: 14px;
  height: 14px;
  background: rgba(255, 0, 255, 0.5);
  transform: rotate(60deg);
}
.litext1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 15px;
}
.litext2 {
  font-size: 15px;
	padding-left: 1em;
}

.litext3 {
  font-size: 15px;
}

.litext3 a {
  color: #1a0dab;
}
.litext3 a:hover {
  text-decoration: underline;
}


.lismall {
  font-size: 13px;
}
.indent {
  text-indent: -1.5em;
  padding-left: 2em;
}
.indent2 {
  text-indent: -1em;
  padding-left: 2em;
}
.indent3 {
  text-indent: -1em;
  padding-left: 4em;
}
.indent4 {
  text-indent: -1em;
  padding-left: 3em;
}
.listarea {
  padding-left: 30px;
}
.red {
  color: #FF0004;
  font-weight: bold;
  font-size: 23px;
}

.red2 {
  color: #FF0004;
  font-weight: bold;
}

.last {
  margin: 50px;
}
.app-menu {
  text-align: center;
  background: #FFFEC6;
  padding: 17px 0;
  background-size: cover;
  background-position: center center;
  color: #333;
  margin: 80px 0 20px 0;
}
.qrarea {
  width: 750px;
  margin: 0 auto;
}
.qrarea a:hover {
  opacity: 0.8;
}
.btnimage {
  width: 200px;
  vertical-align: middle;
}
.qrimage {
  vertical-align: middle;
}
.boder {
  text-decoration: underline;
  font-weight: bold;
}
.text{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.text a{
	color: #1a0dab;
}
.text a:hover{
	text-decoration: underline;
}
.fas {
  padding-right: 5px;
}
.button {
  max-width: 350px;
  margin: 40px auto 30px;
}
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: #ff00ff;
  border: 1px solid #ff00ff;
  border-radius: 30px;
  box-sizing: border-box;
  /*padding: 0 45px 0 25px;*/
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  font-weight: bold;
}
.btn:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
.btn:hover {
  background: #fff;
  color: #ff00ff;
}
.btn:hover:before {
  border-top: 2px solid #ff00ff;
  border-right: 2px solid #ff00ff;
}
.bottom{
	width: 50%;
	margin-left: 245px;
	margin-top: 20px;
}

@media screen and (max-width: 960px) {
  .contents {
    width: 100%;
  }
	.box{
	margin: 20px 0 10px;
	padding: 10px;
}

.boxtext{
	font-size: 15px;
}

  .title {
    font-size: 1.5rem;
    margin: 10px;
  }
	
	.cp_list {
  margin: 10px 0 0;
}

	
  .listarea {
    padding: 8px;
  }
  .cp_list {
    font-size: 1.5rem;
  }
  .litext1 {
    font-size: 1.5rem;
	  line-height: 25px;
	  margin-top: 5px;
  }
  .litext2 {
    font-size: 1.3rem;
  }
	  .litext3 {
    font-size: 1.3rem;
  }

  .indent {
    padding-left: 1.5em;
  }
	  .indent1 {
    text-indent: -1em;
    padding-left: 0;
  }

  .indent2 {
    text-indent: -1em;
    padding-left: 1.5em;
  }
.indent3 {
  text-indent: -1em;
  padding-left: 3em;
}
.indent4 {
  text-indent: -1em;
  padding-left: 2.5em;
}

	.red {
    font-size: 15px;
  }
  .app-menu {
    padding: 17px 10px;
    font-size: 13px;
    margin: 0;
  }
  .qrarea {
    width: 100%;
    margin: 0 auto;
  }
	.btnimage {
  width: 40%;
  vertical-align: middle;
}
.text{
	font-size: 13px;
}
.fas {
  padding-right: 5px;
}
.button {
  max-width: 350px;
  margin: 40px auto 30px;
}
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: #ff00ff;
  border: 1px solid #ff00ff;
  border-radius: 30px;
  box-sizing: border-box;
  /*padding: 0 45px 0 25px;*/
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  font-weight: bold;
}
.btn:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
.btn:hover {
  background: #fff;
  color: #ff00ff;
}
.btn:hover:before {
  border-top: 2px solid #ff00ff;
  border-right: 2px solid #ff00ff;
}
.bottom{
	width: 100%;
	margin-top: 20px;
	margin-left: 0px;
}
}
