@charset "UTF-8";
/* COMMON ==================== */
.margin-top3{
  margin-top:3%;
  position: relative;
  z-index: 9999;
}
.margin-top5{
  margin-top:5%;
  position: relative;
  z-index: 9999;
}
.margin-top10{
  margin-top:10%;
  position: relative;
  z-index: 9999;
}
.margin-top15{
  margin-top:15%;
  position: relative;
  z-index: 9999;
}
.margin-top20{
  margin-top:20%;
  position: relative;
  z-index: 9999;
}
.margin-top25{
  margin-top:25%;
  position: relative;
  z-index: 9999;
}
.margin-top30{
  margin-top:30%;
  position: relative;
  z-index: 9999;
}
.margin-top35{
  margin-top:35%;
  position: relative;
  z-index: 9999;
}
.margin-top40{
  margin-top:40%;
  position: relative;
  z-index: 9999;
}
.margin-top45{
  margin-top:45%;
  position: relative;
  z-index: 9999;
}
.margin-top50{
  margin-top:50%;
  position: relative;
  z-index: 9999;
}
.margin-top-5{
  margin-top:-5%;
  position: relative;
  z-index: 9999;
}
.margin-top-10{
  margin-top:-10%;
  position: relative;
  z-index: 9999;
}
.margin-top-15{
  margin-top:-15%;
  position: relative;
  z-index: 9999;
}
.margin-top-20{
  margin-top:-20%;
  position: relative;
  z-index: 9999;
}
.margin-top-25{
  margin-top:-25%;
  position: relative;
  z-index: 9999;
}
.margin-top-30{
  margin-top:-30%;
  position: relative;
  z-index: 9999;
}
.margin-top-35{
  margin-top:-35%;
  position: relative;
  z-index: 9999;
}
.margin-top-40{
  margin-top:-40%;
  position: relative;
  z-index: 9999;
}
.margin-top-45{
  margin-top:-45%;
  position: relative;
  z-index: 9999;
}
.margin-top-50{
  margin-top:-50%;
  position: relative;
  z-index: 9999;
}
.margin-top-55{
  margin-top:-55%;
  position: relative;
  z-index: 9999;
}
.margin-top-60{
  margin-top:-60%;
  position: relative;
  z-index: 9999;
}

#wrapper{
}
div.bg{
  position:relative;
}
div.bg::before {
  content:"";
  display:inline-block;
  position:fixed;
  top:0;
  left:0;
  z-index:0;
  width:100%;
  height:100vh;
  background-image: url('../img/bg.jpg');
  background-repeat:no-repeat;
  background-position:center top;
  background-size:100% 100vh;
}

.content{
  position:relative;
  z-index:1;
  width: 100%;
  background-image: url('../img/bg_line.png');
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: center top;
}
.content img,
#headimage img{
  width: 100%;
}
.bg-content-left{
  width: 100%;
  background-image: url('../img/bg-content-left.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  width: 100%;
}
.bg-content-right{
  width: 100%;
  background-image: url('../img/bg-content-right.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
}
.bg-content-left div,
.bg-content-right div,
.bg-content-none{
  max-width:1200px;
  margin:0 auto;
}
.w100{
  max-width:100% !important;
}
.pic-image-box-left{
  clip-path: polygon(0% 0%, 0% 85%, 100% 100%, 100% 15%);/*左上　左下　右下　右上*/
}
.pic-image-box-right{
  clip-path: polygon(0% 15%, 0% 100%, 100% 85%, 100% 0%);/*左上　左下　右下　右上*/
}
h2{
  display:block;
  width:100%;
  margin: 5% auto 2% !important;
  position: relative;
  z-index: 9999;
}
h2 img{
  width: 100%;
}
h3{
  display:block;
  width:90%;
  margin: 5% auto 2% !important;
  position: relative;
  z-index: 9999;
}
h3 img{
  width: 100%;
}
h4{
  display:block;
  width:90%;
  margin: 5% auto 2% !important;
  position: relative;
  z-index: 9999;
}
h4 img{
  width: 100%;
}
h5{
  margin: 5% auto 2% !important;
}
hr{
  background: linear-gradient(to right, rgba(0,200,255,1), rgba(0,200,255,0), rgba(0,200,255,1));
	background: -webkit-linear-gradient(left, rgba(0,200,255,1), rgba(0,200,255,0)), rgba(0,200,255,1));
	background: -moz-linear-gradient(left, rgba(0,200,255,1), rgba(0,200,255,0)), rgba(0,200,255,1));
	background: -o-linear-gradient(left, rgba(0,200,255,1), rgba(0,200,255,0)), rgba(0,200,255,1));
	background: -ms-linear-gradient(left, rgba(0,200,255,1), rgba(0,200,255,0)), rgba(0,200,255,1));
  height: 2px;
  margin:0;
  padding:0;
}

@media screen and ( min-width:768px ) { /* PC ==================== */
  .main-image{
    position: relative;
  }
  .main-image .content-text{
    position: absolute;
    width:60%;
    top:0;
    left:0;
    border-top:0;
  }
  .main-image .content-text p{
    background-image:none;
  }
}
@media screen and ( max-width:768px ) { /* SP  ==================== */
  .main-image{
    margin-bottom:5%;
  }
  .main-image .content-text{
  }
  .main-image .content-text p{
  }
}

.float-l{
  float:left;
  width:70%;
}
.float-r{
  float:right;
  width:30%;
}
.float-l50{
  float:left;
  width:50%;
}
.float-r50{
  float:right;
  width:50%;
}
.float-l50 p,
.float-r50 p{
  padding:0 20px;

}




.content-text {
  width:90%;
  margin: 2% auto 2% !important;
  position: relative;
  z-index: 9999;
}

.pic_arrow{
  width:30%;
  margin:10% auto;
}
.pic_arrow img{
  width:100%;
}

.note-text{
  width:80%;
  margin:0 auto;
}


@media screen and (min-width: 768px) { /* PC ==================== */
}
@media screen and (max-width: 768px) { /* SP  ==================== */
}
