@charset "UTF-8";


/*TEXT*/
/*段落寄せ*/
.text-center{  text-align: center;}
.text-left{  text-align: left;}
.text-right{  text-align: right;}

/*div*/
/*ボックス寄せ*/
.f-left{  float: left;}
.f-right{  float: right;}
.m-auto{	margin: 0 auto;}

.block{
	display: block;
}

/*全中央*/
.all-center{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}


.flex{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
	/*max-width: 1080px;*/
	text-align: center;
  margin: 0 auto;
}

.sp-off{
}
@media(max-width:768px){
	.sp-off{
		display: none;
	}
}

.pc-off{
}
@media(min-width:768px){
	.pc-off{
		display: none;
	}
}

.sp-wide{
}
@media(max-width:768px){
	.sp-wide{
		width: 100vw;
	}
}

/*マージン高さ調整*/
/*下マージン*/
.btm-5{  margin-bottom: 5px;}
.btm-10{  margin-bottom: 10px;}
.btm-15{  margin-bottom: 15px;}
.btm-20{  margin-bottom: 20px;}
.btm-25{  margin-bottom: 25px;}
.btm-30{  margin-bottom: 30px;}
.btm-35{  margin-bottom: 35px;}
.btm-40{  margin-bottom: 40px;}
.btm-45{  margin-bottom: 40px;}
.btm-50{  margin-bottom: 50px;}
.btm-55{  margin-bottom: 55px;}
.btm-60{  margin-bottom: 60px;}
.btm-65{  margin-bottom: 65px;}
.btm-70{  margin-bottom: 70px;}
.btm-75{  margin-bottom: 75px;}
.btm-80{  margin-bottom: 80px;}


/*上マージン*/
.top-5{  margin-top: 5px;}
.top-10{  margin-top: 10px;}
.top-15{  margin-top: 15px;}
.top-20{  margin-top: 20px;}
.top-25{  margin-top: 25px;}
.top-30{  margin-top: 30px;}
.top-35{  margin-top: 35px;}
.top-40{  margin-top: 40px;}
.top-45{  margin-top: 45px;}
.top-50{  margin-top: 50px;}
.top-55{  margin-top: 55px;}
.top-60{  margin-top: 60px;}
.top-65{  margin-top: 65px;}
.top-70{  margin-top: 70px;}
.top-75{  margin-top: 75px;}
.top-80{  margin-top: 80px;}



/*width調整*/
.w-100{width:100%;}
.w-99{width: 99%;}
.w-98{width: 98%;}
.w-97{width: 97%;}
.w-96{width: 96%;}
.w-95{width: 95%;}
.w-94{width: 94%;}
.w-93{width: 93%;}
.w-92{width: 92%;}
.w-91{width: 91%;}
.w-90{width: 90%;}
.w-85{width: 85%;}
.w-80{width: 80%;}
.w-75{width: 75%;}
.w-70{width: 70%;}
.w-65{width: 65%;}
.w-60{width: 60%;}
.w-55{width: 55%;}
.w-50{width: 50%;}
.w-45{width: 45%;}
.w-40{width: 40%;}
.w-35{width: 35%;}
.w-30{width: 30%;}
.w-25{width: 25%;}
.w-20{width: 20%;}
.w-15{width: 15%;}
.w-10{width: 10%;}
.w-5{width: 55%;}
