@charset "utf-8";
/* CSS Document */

/*  ----------------------------------------------------

	technique css

------------------------------------------------------*/

/* head */

#MvHeader {
	background: #595757;
}

#MvHeader p {
	color: #fff;
	font-size: 1.15rem;
	line-height: 2;
	margin: 20px 20px 15px 20px;
}

#MvHeader .PageList ul {
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
	-webkit-box-pack: end;
	   -ms-flex-pack: end;
   	 justify-content: flex-end;
}

#MvHeader .PageList ul li {
	background: url(/files/user/img/icon/sp/arrow_r_w.png) no-repeat;
	background-position: right 0 top 60%;
	background-size: 8px;
	margin-right: 12px;
	padding-right: 10px;
}

#MvHeader .PageList ul li:hover {
	opacity: 0.5;
}

/* mokuhyo */

#kiji p {
	background-color: #ececec;
	line-height: 2;
	padding: 20px;
}

#kiji img {
	margin-top: 20px;
}

/* Main */

#Main {
	padding: 0 20px;
}

#Main .MainSub h3 {
	margin: 30px 0;
}

#Main p {
	line-height: 2;
	padding-bottom: 20px;
}

/* befor */

#Main .befor {
	border-top: dashed 4px #b2b2b2;
	margin-top: 30px;
	padding-top: 30px;
	}

#Main .befor p {
	padding: 20px 0;
}


/* arrow */

#arrow {
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
	-webkit-box-pack: justify;
       -ms-flex-pack: justify;
     justify-content: space-between;
	 margin-top: 20px;
}

#arrow a.pt01 {
	padding-top: 15px;
	text-decoration: underline;
}

#arrow a img {
	width: 80px;
}


@media screen and (max-width: 750px) {
	
	/* head */

	#MvHeader p {
		font-size: 2rem;
		line-height: 2;
		margin: 20px 15px 10px 15px;
	}
	
	#MvHeader .PageList ul {
		  -ms-flex-pack: distribute;
		justify-content: space-around;
	}
	
	#MvHeader .PageList ul li {
		background: none;
		margin-right: 0;
		padding-right: 0;
	}
	
	/* mokuhyo */
	
	#kiji p {
		font-size: 2rem;
		line-height: 2;
		padding: 15px;
	}
	
	#kiji img {
		margin-top: 20px;
	}
	
	/* Main */
	
	#Main {
		padding: 0;
	}
	
	#Main .MainSub h3 {
		margin: 30px 0 20px 0;
	}
	
	#Main p {
		font-size: 2rem;
		line-height: 2;
		padding-bottom: 20px;
	}
	
	/* befor */
	
	#Main .befor {
		border-top: dashed 3px #b2b2b2;
		margin-top: 30px;
		padding-top: 30px;
		}
	
	#Main .befor p {
		padding: 20px 0;
	}
	
	
	/* arrow */
	
	#arrow {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: no-wrap;
			flex-wrap: no-wrap;
		-webkit-box-pack: justify;
		   -ms-flex-pack: justify;
		 justify-content: space-between;
		 margin-top: 20px;
	}
	
	#arrow a.pt01 {
		padding-top: 15px;
		text-decoration: underline;
	}
	
	#arrow a img {
		width: 80px;
	}



}