@charset "utf-8";
/* CSS Document */


/*****************************************************
    reset
*****************************************************/

*,
*::before,
*::after{box-sizing:border-box;}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

button{background-color:transparent; color:inherit; border-width:0; padding:0; cursor:pointer;}
figure{margin:0;}
input::-moz-focus-inner {border:0; padding:0; margin:0;}
ul, ol, dd{list-style:none;}
h1, h2, h3, h4, h5, h6{font-size:inherit; font-weight:inherit;}
cite {font-style:normal;}
fieldset{border-width:0; padding:0; margin:0;}

body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

img {
	border-style: none;
}

@media screen and (max-width:768px) {
	img {
		max-width:100%;
	}
}

a {
    margin:0;
    padding:0;
    font-size:inherit;
    vertical-align:baseline;
    background:transparent;
	text-decoration:none;
	color:inherit;
	cursor:pointer;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}


/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}
table th,tabel td {
	font-weight:normal;
	text-align:left;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/*== Library ========================================*/

.mrgt05r { margin-top:.5rem !important; }
.mrgt1r { margin-top:1rem !important; }
.mrgt15r { margin-top:1.5rem !important; }
.mrgt2r { margin-top:2rem !important; }
.mrgt25r { margin-top:2.5rem !important; }
.mrgt3r { margin-top:3rem !important; }
.mrgt35r { margin-top:3.5rem !important; }
.mrgt5r { margin-top:5rem !important; }
.mrgt55r { margin-top:5.5rem !important; }

.Center { text-align:center; }
.Right { text-align:right; }

.flexSb { display: flex; justify-content: space-between; }

.fLeft { float:left; } 
.fRight { float:right; }

strong {
	font-weight: 700;
}

/* clearfix */
.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}
 
.clearfix:after {
    clear: both;
}

/* FontColor */
.green { color: #4e9c94; }
.blue { color: #4194ff; }
.red { color: #ff4141; }


.pc {
	display: block;
}
.pc-inline {
	display: inline-block;
}

.sp,
.sp-inline {
	display: none;
}

@media screen and (max-width:768px) {
	.pc,
	.pc-inline {
		display: none;
	}

	.sp {
		display: block;
	}
	.sp-inline {
		display: inline-block;
	}
}

/*===================================================*/
