@charset "utf-8";

/*--------------------------*/

.cnt img{
    width: 100%;
    display: block;
    line-height: 0;
    font-size: 0;
}

#wrapper{
    padding-bottom: 0;
  position: relative;
}
  

@media screen and (min-width: 768px) {
#wrapper{
  width: 100%;
  background-color: black;
    background-image: url("../img/pc_bg.jpg");
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
  position: relative;
}
}

#wrapper .sideL{
  display: none;

}

@media screen and (min-width: 1000px) {
#wrapper .sideL{
    display: block;
    width:  14%;
   position:fixed;
  left: 8%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1000;

}
}

@media screen and (min-width: 1420px) {
#wrapper .sideL{
    display: block;
    width: 22%;
   position:fixed;
  left: 14%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);

}
}

#wrapper .sideL .img{
  margin-bottom: 30px;
}

@media screen and (min-width: 1100px) {
#wrapper .sideL ul li{
    width: 100%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
}

@media screen and (min-width: 1420px) {
#wrapper .sideL ul li{
    width:100%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
}




#wrapper .sideL  img{
    width: 100%;
}


#wrapper .sideL img{
    width: 100%;
}



.wrap{width: 100%;
    height: 100%;
    position: relative;
    background-color: black;
    padding-bottom: 40px;

    background-position: top center;
    background-size: cover;
    font-weight: 600;
    

}

@media screen and (min-width: 768px) {
 .wrap{
		width:750px;
    height: 100%;
		margin: auto;
		max-width: 750px;
  border-left: #ffffff solid 5px;
  border-right: #ffffff solid 5px;
  font-weight: normal;
}
}

.cnt{
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
  vertical-align: bottom;
}

.cnt img{
    width: 100%;
    display: block;
    line-height: 0;
    font-size: 0;
}


.inner{
  width: 90%;
  margin: auto;
}

.inner .cntbox{
  background-color: white;
  border-radius: 15px;
  border: 3px solid #E3007F;
  margin-bottom: 60px;

}

.inner .cntbox h2{
  background-color: #E3007F;
  text-align: center;
  margin-bottom: 30px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}


.inner .cntbox h2.title1 img{
  width: 91.3%;
  margin: 20px auto;
  border-radius: 15px;
}

@media screen and (max-width: 768px) {
.inner .cntbox h2.title1 img{
  width: 91%;
  margin: 10px auto;
}
}

.inner .cntbox .imgbox{
  width: 90%;
  margin: auto;
  margin-bottom: 40px;
}

.inner .cntbox .mt60{
  margin-top: 60px;
}

.inner .cntbox .imgbox p{
  font-size: 1.4rem;
  margin-top: 20px;
  line-height: 1.5;
  width: 90%;
  margin: 20px auto auto auto;
}

@media screen and (max-width: 768px) {
.inner .cntbox .imgbox p{
  width: 96%;
  font-size: 1rem;
}
}


.inner .cntbox .imgbox p.atention{
  font-size: 1rem;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
.inner .cntbox .imgbox p.atention{
  font-size: 0.8rem;
}
}

.inner .cntbox .imgbox p span{
  color: #D20135;
}

.inner .cntbox .imgbox p.settlement{
  width: 80%;
  margin: 2rem auto auto auto}




.inner img{
  width: 100%;
}

.endbox {
  position: relative;
}

.endbox .txt {
  background: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 4em;
  border-radius: 15px;
  line-height: 2;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 881px) {
  .endbox .txt {
    width: 100%;
    height: 100%;
    max-width: 100%;
    font-size: 1.6em;
    top: 0;


  }

}

.endbox .txt p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
}


