@charset "utf-8";

body{
  background: #3CB8B7;
background: linear-gradient(90deg, rgba(60, 184, 183, 1) 0%, rgba(27, 148, 211, 1) 100%);
}

#content{
  width:100%;
  max-width: 680px;
  margin: 0 auto;
  border-top: 1px solid #65afcc;
  border-bottom: 1px solid #65afcc;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#s1{
  width:100%;
  padding-top: 30px;
  position: relative;
  z-index:2;
}
.cbox{
  width:100%;
  background: #fff;
  padding: 40px 30px;
  border-radius: 13px;
}
.pcap{
  font-size: 14px;
}
#s1 h1 img{
  display:block;
  width:100%;
  max-width:290px;
  margin:0 auto 30px;
}
#s1 h2 img{
  display:block;
  width:100%;
  max-width:960px;
  margin:0 auto;
}
#s2{
  width:100%;
  padding:50px 30px 0px;
  position: relative;
  z-index:1;
  margin-bottom: 50px;
}
#s2 h2 img{
  display:block;
  width:100%;
  max-width:860px;
  margin:0 auto 40px;
}
#s2 .i1 img{
  display:block;
  width:100%;
  max-width:860px;
  margin:0 auto 30px;
}
#s3{
  width:100%;
  padding:0 30px;
  margin-bottom: 50px;
}
#s3 h2 img{
  display:block;
  width:100%;
  max-width:860px;
  margin:0 auto 40px;
}
#s3 .i1 img{
  display:block;
  width:100%;
  max-width:860px;
  margin:0 auto 20px;
}
#s3 .i2 img{
  display:block;
  width:100%;
  max-width:860px;
  margin:0 auto 40px;
}
#s3 ul li{
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 4px dotted #333;
}
#s4{
  width:100%;
  padding:30px 30px 0;
  margin-bottom: 40px;
}
#s4 .cbox{
  padding: 40px 20px;
}
.btn{
  width:100%;
  padding:0 30px;
  margin-bottom: 40px;
}
#s4 p{
  margin-bottom: 20px;
}
#s4 p:last-of-type{
  margin-bottom: 0px;
}
#s4 .cc{
  padding-top: 30px;
  color:#ff0101;
}
.btn a{
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  width:100%;
  display: block;
  padding: 5rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #000;
  background-color: #fff100;
  border: 1px solid #ccc100;
  border-bottom: 8px solid #ccc100;
  border-radius: 0.5rem;
}
.btn.cf a{
  color: #ff0101;
}
.btn a:hover {
  margin-top: 3px;
  background: #efc91e;
  border-bottom: 2px solid #ccc100;
}

.lcap{
  width:100%;
  padding:15px 30px;
  margin-bottom: 40px;
}
.lcap p{
  color:#fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.lcap p span{
  display:block;
  padding-top: 15px;
  font-size: 14px;
  font-weight: normal;
}
footer{
  width:100%;
  padding:15px 30px;
  background: #231815;
  color:#fff;
  font-size: 12px;
  text-align: center;
  margin-bottom: 0px;
}

.fix{
  position: fixed;
  width:280px;
  right: 0;
  top:50%;
  transform: translateY(-50%);
  z-index:5;
}
.fix ul li:first-of-type{
  margin-bottom: 15px;
}
.fix ul li a{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #000;
  font-size: 18px;
  background-color: #fff100;
  border: 1px solid #ccc100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding:0px 0px;
  height:90px;
}
.fix ul li a:hover{
  background: #efc91e;
}

@media screen and (max-width: 1240px){
  .fix{
    width:170px;
  }
}
@media screen and (max-width: 1020px){
  .fix{
    width:100%;
    right: 0;
    left:0;
    top:auto;
    bottom: 0;
    transform: translateY(0%);
  }
  .fix ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1px;
  }
  .fix ul li:first-of-type{
    margin-bottom: 0px;
  }
  footer{
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 490px){
  .cbox{
    padding: 30px 15px;
    border-radius: 8px;
  }
  #s4 .cbox{
    padding: 30px 10px;
  }
  #s2{
    padding:30px 15px 0;
    margin-bottom: 40px;
  }
  #s3{
    padding:0 15px;
    margin-bottom: 40px;
  }
  #s4{
    padding:0 15px;
    margin-bottom: 30px;
  }
  .btn{
    padding:0 15px;
    margin-bottom: 30px;
  }
  .btn a{
    font-size: 18px;
    padding: 3rem 1rem;
  }
  .fix ul li a{
    font-size: 16px;
    height:60px;
  }
  .lcap,
  footer{
    padding:10px 15px;
  }
  .lcap p{
    font-size: 16px;
    text-align: left;
  }
  .lcap p br{
    display:none;
  }
  .lcap p span{
    padding-top: 10px;
    font-size: 12px;
  }
  footer{
    margin-bottom: 60px;
  }
}
