	@charset "UTF-8";

	/* http://meyerweb.com/eric/tools/css/reset/ 
	   v2.0 | 20110126
	   License: none (public domain)
	*/

	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, embed, 
	figure, figcaption, footer, header, hgroup, 
	menu, nav, output, ruby, section, summary,
	time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: top;
		-webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}
	/* HTML5 display-role reset for older browsers */
	article, aside, details, figcaption, figure, 
	footer, header, hgroup, menu, nav, section {
		display: block;
	}
	body {
		line-height: 1;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	a {
		text-decoration:none;
	}
	a:hover {
		text-decoration:underline;
	}
	.italic {
		font-style:italic;
	}
	.align-c {
		text-align:center;
	}
	.align-r {
		text-align:right;
	}
	.align-l {
		text-align:left;
	}
	.img_100 {
		width:100%;
	}
	div {
	/*   transition: all .3s ease-out .3s;
	 */}
	.link_arrow {
		position:relative;
		display:block;
	}
	.link_arrow:after {
		position:absolute;
		content:"";
	     display: block;
	     width: 12px;
	     height: 12px;
	     border-top: solid 3px #697b91;
	     border-right: solid 3px #697b91;
	     -webkit-transform: rotate(45deg);
	     transform: rotate(45deg);
	     right:0;
	     top: 7px;
	}
	.mb-00 {
		margin-bottom:0 !important;
	}
	.mb-10 {
		margin-bottom:10px !important;
	}
	.mb-20 {
		margin-bottom:20px !important;
	}
	.mb-30 {
		margin-bottom:30px !important;
	}
	.mb-40 {
		margin-bottom:40px !important;
	}
	.mb-50 {
		margin-bottom:50px !important;
	}
	.mb-80 {
		margin-bottom:80px !important;
	}
	.mb-100 {
		margin-bottom:100px !important;
	}
    .mb-120 {
		margin-bottom:120px !important;
	}
	.text-white {
		color:#fff;
	}
	.text-m {
		font-size:16px;
	}
	.text-l {
		font-size:22px;
	}
	.parts_line {
		border-top:2px dashed #000;
		margin:50px 0 ;
	}
	.pc {
		display:block;
	}
	.sp {
		display:none;
	}
a {
	color:#333;
}

@media screen and (max-width: 767px) {
	.mb-20 {
		margin-bottom:10px !important;
	}
	.mb-30 {
		margin-bottom:20px !important;
	}
	.mb-40 {
		margin-bottom:30px !important;
	}
	.mb-50 {
		margin-bottom:40px !important;
	}
	.mb-80 {
		margin-bottom:60px !important;
	}
	.mb-100 {
		margin-bottom:80px !important;
	}
	.mb-120 {
		margin-bottom:120px !important;
	}
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
}