@charset "UTF-8";

/* webfont
========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');


/* normalize
========================================================================== */

html, body, section, article, div,
h1, h2, h3, h4, h5, h6, p,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset, input, textarea, select, option,
address, blockquote, del, noscript, img, hr {
	margin: 0;
	padding: 0;
	font-size: 100.01%;
	font: inherit;
	vertical-align: baseline;
}

html {
	overflow-y: scroll;
}

ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}

img {
	border: 0;
	line-height: 0;	
	vertical-align: middle;
}

address {
	font-style: normal;
}

hr {
	clear: both;
	visibility: hidden;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
	position: relative;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}



/* basic
========================================================================== */

html {
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	color: #333;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	font-family: 'Roboto','Noto Sans JP', sans-serif;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}



/* text
========================================================================== */

.color_red { color: #FF3B30 !important; }

.text_center  { text-align: center !important; }
.text_right   { text-align: right !important; }
.text_left    { text-align: left !important; }
.text_justify { text-align: justify !important; }

.text_indent      { text-indent: 1em !important; }
.text_underline   { text-decoration: underline !important; }
.text_linethrough { text-decoration: line-through !important; }

.text_small { font-size: 86% !important; }
.text_large { font-size: 115% !important; }

.float_right { float: right !important; }
.float_left  { float: left !important; }
.clear       { clear: both !important; }



/* clearfix
========================================================================== */

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content:"";
	display: block;
	clear: both;
}