@charset "UTF-8";

/* 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" , Avenir , "Helvetica Neue" , Helvetica , Arial , Verdana , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	/* font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif; */
	font-weight: normal;
	line-height: 1.5;
	text-align: center;
}



/* text
========================================================================== */

.color_red { color: #c00 !important; }
.color_blue { color: #00458d !important; }
.color_gray { color: #333 !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_plain { font-weight:normal !important; color: #434343; }

.text_small { font-size: 86% !important; }
.text_small02 { font-size: 70% !important; }
.text_small03 { font-size: 50% !important; }
.text_large { font-size: 115% !important; }
.text_large02 { font-size: 200% !important; }
.text_large03 { font-size: 250% !important; }
.text_b {font-weight: 700;}

.circledNum1,.circledNum2,.circledNum3 {
 height:2em!important;
 width:2em!important;
 border:1px solid;
 border-radius:50%!important;
 line-height:2em!important;
 text-align:center!important;
 margin: 0 auto;
 color: #fff;
}
.circledNum1 {
	background: #0288D1;
}
.circledNum2 {
	background: #FFD600;
}
.circledNum3 {
	background: #7CB342;
}

/* positioning
========================================================================== */
.float_right { float: right !important; }
.float_left  { float: left !important; }
.clear       { clear: both !important; }

.m-s-01 {margin-left: 0.1em;}
.m-s-02 {margin-left: 0.2em;}
.m-s-03 {margin-left: 0.3em;}
.m-s-04 {margin-left: 0.4em;}
.m-s-05 {margin-left: 0.5em;}
.m-s-20 {margin-left: 2.0em;}
.m-e-01 {margin-right: 0.1em;}
.m-e-02 {margin-right: 0.2em;}
.m-e-03 {margin-right: 0.3em;}
.m-e-04 {margin-right: 0.4em;}
.m-e-05 {margin-right: 0.5em;}
.m-t-01 {margin-top: 0.1em;}
.m-t-02 {margin-top: 0.2em;}
.m-t-03 {margin-top: 0.3em;}
.m-t-04 {margin-top: 0.4em;}
.m-t-05 {margin-top: 0.5em;}
.m-t-50 {margin-top: 5.0em!important;}
.m-b-01 {margin-bottom: 0.1em;}
.m-b-02 {margin-bottom: 0.2em;}
.m-b-03 {margin-bottom: 0.3em;}
.m-b-04 {margin-bottom: 0.4em;}
.m-b-05 {margin-bottom: 0.5em;}

.p-s-01 {padding-left: 0.1em;}
.p-s-02 {padding-left: 0.2em;}
.p-s-03 {padding-left: 0.3em;}
.p-s-04 {padding-left: 0.4em;}
.p-s-05 {padding-left: 0.5em;}
.p-s-20 {padding-left: 2.0em;}
.p-e-01 {padding-right: 0.1em;}
.p-e-02 {padding-right: 0.2em;}
.p-e-03 {padding-right: 0.3em;}
.p-e-04 {padding-right: 0.4em;}
.p-e-05 {padding-right: 0.5em;}
.p-t-01 {padding-top: 0.1em;}
.p-t-02 {padding-top: 0.2em;}
.p-t-03 {padding-top: 0.3em;}
.p-t-04 {padding-top: 0.4em;}
.p-t-05 {padding-top: 0.5em;}
.p-t-20 {padding-top: 2.0em!important;}
.p-t-50 {padding-top: 5.0em!important;}
.p-b-01 {padding-bottom: 0.1em;}
.p-b-02 {padding-bottom: 0.2em;}
.p-b-03 {padding-bottom: 0.3em;}
.p-b-04 {padding-bottom: 0.4em;}
.p-b-05 {padding-bottom: 0.5em;}

/* clearfix
========================================================================== */

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content:"";
	display: block;
	clear: both;
}



/* visible
========================================================================== */

.visible_pc {
	display: block;
}
.visible_tablet {
	display: none;
}
.visible_sp {
	display: none;
}

/* tablets */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.visible_pc {
		display: none;
	}
	.visible_tablet {
		display: block;
	}
	.visible_sp {
		display: none;
	}
}

/* phones */
@media only screen and (max-width: 767px) {
	.visible_pc {
		display: none;
	}
	.visible_tablet {
		display: none;
	}
	.visible_sp {
		display: block;
	}
}



/* hidden
========================================================================== */

.hide_pc {
	display: none;
}
.hide_tablet {
	display: block;
}
.hide_sp {
	display: block;
}

/* tablets */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.hide_pc {
		display: block;
	}
	.hide_tablet {
		display: none;
	}
	.hide_sp {
		display: block;
	}
}

/* phones */
@media only screen and (max-width: 767px) {
	.hide_pc {
		display: block;
	}
	.hide_tablet {
		display: block;
	}
	.hide_sp {
		display: none;
	}
}