@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
html {
	font-size: 62.5%;
}
body {
	font-size: 1.0rem;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-font-smoothing: antialiased;
	-ms-font-feature-settings: "normal";
	color: #ffffff;
	font-weight: 400;
	position: relative;
}
#stage {
	width: 100%;
	position: relative;
	background-color: #ffffff;
	color: #5c5c5c;
	overflow: hidden;
}
a {
	color: #0099CC;
	text-decoration: none;
}
.switch {
	visibility: hidden;
}
img {
	-webkit-backface-visibility: hidden;
	width: 100%;
	max-width: 100%;
	height: auto;
}
em {
	font-weight: bold;
	font-style: normal;
}
sup,sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
	font-size: 0.8em;
} 
sup {
    bottom: 0.8ex;
} 
sub {
    top: .5ex;
}
input,select,textarea {
	-webkit-appearance: none;
}
.red {
	color: #FF0000 !important;
}
.darkRed {
	color: #DF0A17 !important;
}
.green {
	color: #009933 !important;
}
.genno {
		font-weight: 300;
}
.gennoM {
	font-weight: 400;
}
.gennoB {
	font-weight: 500;
}

.center,.alignC {
	text-align: center;
}
.alignL {
	text-align: left;
}
.alignR {
	text-align: right;
}
.underline {
	text-decoration: underline;
}
img.defaultSize{
	width:inherit !important;
	vertical-align:middle;
}
/*commonclass*/
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.row.r_right {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.row.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.row.center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.row.end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
/*commonclass*/
.float:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.float {
	display: inline-block;
	min-height: 1%; /* for IE 7*/
}
/* Hides from IE-mac \*/
* html .box {
	height: 1%;
}
/* End hide from IE-mac */
.float {
	display: block;
}
.clear {
	clear: both;
}
/*commonclass*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.clearfix {
	display: inline-block;
	min-height: 1%; /* for IE 7*/
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
#stageLoading {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	background-color: #fff;
	z-index: 10001;
}
#loadingWrap {
	display: block;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: auto;
	margin-top: -20px;
	margin-left: -100px;
	z-index: 10002;
}
 @media print, screen and (min-width: 751px) {
.pcOnly {
	display: inherit !important;
}
.tabOnly {
	display: none !important;
}
.spOnly {
	display: none !important;
}
#stage {
	font-size: 1.6rem;
	line-height: 1.5;
}
#mainContents {
	padding-bottom: 120px;	
}
.contents,
.contents_pc {
	max-width: 1233px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.hover,
.hover a {
	transition-property: all;
	transition: 0.2s linear;
}
a.hover:hover,
.hover a:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

a:hover {
	text-decoration: underline;
}
a.opacity:hover {
	opacity: 0.7;
	text-decoration: none;
}

.row_pc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.row_pc.r_right_pc {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.row_pc.between_pc {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.row_pc.center_pc {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.row_pc.end_pc {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
/*commonclass*/
.float_pc:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.float_pc {
	display: inline-block;
	min-height: 1%; /* for IE 7*/
}
/* Hides from IE-mac \*/
* html .float_pc {
	height: 1%;
}
/* End hide from IE-mac */
.float_pc {
	display: block;
}
.clear_pc {
	clear: both;
}
/*commonclass*/
.clearfix_pc:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.clearfix_pc {
	display: inline-block;
	min-height: 1%; /* for IE 7*/
}
/* Hides from IE-mac \*/
* html .clearfix_pc {
	height: 1%;
}
.clearfix_pc {
	display: block;
}
#stageLoading img {
	display: none;
}

 }
 
  @media only screen and (max-width: 750px) {
.pcOnly {
	display: none !important;
}
.tabOnly {
	display: none!important;
}
.spOnly {
	display: inherit!important;
}
body {
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
}
#stage {
	font-size: 1.2rem;
	line-height: 1.5;
}

#mainContents {
	padding-bottom: 24vw;
}
/*.contents,
.contents_sp {
	padding-left: 4%;
	padding-right: 4%;
}*/
.row_sp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.row_sp.r_right_sp {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.row_sp.between_sp {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.row_sp.center_sp {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.row_sp.end_sp {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
/*commonclass*/
.float_sp:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.float_sp {
	display: inline-block;
	min-height: 1%; /* for IE 7*/
}
/* Hides from IE-mac \*/
* html .float_sp {
	height: 1%;
}
/* End hide from IE-mac */
.float_sp {
	display: block;
}
.clear_sp {
	clear: both;
}
/*commonclass*/
.clearfix_sp:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.clearfix_sp {
	display: inline-block;
	min-height: 1%; /* for IE 7*/
}
/* Hides from IE-mac \*/
* html .clearfix_sp {
	height: 1%;
}
.clearfix_sp {
	display: block;
}
}