@charset "UTF-8";

html {
  font-size: 62.5%;
}

*, *::before, *::after {
  box-sizing: border-box;
}

main {
	display: block;
}

ul, li {
	list-style-type: none;
}
 
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

.hidden {
  display: none;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.inline {
	display: inline;
}


.fixed {
	position: fixed;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.op0 {
	opacity: 0;
}

.op100 {
	opacity: 1.0;
}

.s {
	font-size: 0.8em;
}

.l {
	font-size: 1.2em;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

.middle {
	vertical-align: middle;
}

.top {
	vertical-align: top;
}

.bottom {
	vertical-align: bottom;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.fl_left {
	float: left;
}

.fl_right {
	float: right;
}

.d-color {
	color: #020033;
}

.white {
	color: #fff;
}

.red {
	color: red;
}

.magenta {
	color: magenta;
}

.blue {
	color: blue;
}

.cyan {
	color: cyan;
}

.yellow {
	color: yellow;
}

.green {
	color: #00ff00;
}

.grey {
	color: #999;
}

.orange {
	color: #F08C00;
}

.comingsoon {
	text-align: center;
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: bold;
	line-height: 200px;
	color: #aaa;
}

.t0 {
	font-size: 0;
}
.t10 {
	font-size: 1rem;
}	
.t12 {
	font-size: 1.2rem;
}
.t13 {
	font-size: 1.3rem;
}
.t14 {
	font-size: 1.4rem;
}
.t15 {
	font-size: 1.5rem;
}
.t16 {
	font-size: 1.6rem;
}
.t18 {
	font-size: 1.8rem;
}
.t20 {
	font-size: 2rem;
}
.t24 {
	font-size: 2.4rem;
}
.t30 {
	font-size: 3rem;
}
.t40 {
	font-size: 4rem;
}
.t50 {
	font-size: 5rem;
}
.t60 {
	font-size: 6rem;
}

.lh12 {
	line-height: 1.2;
}
.lh13 {
	line-height: 1.3;
}
.lh14 {
	line-height: 1.4;
}
.lh15 {
	line-height: 1.5;
}

.lh18 {
	line-height: 1.8;
}

.lh20 {
	line-height: 2;
}

.normal {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.td-un {
	text-decoration: underline;
}
.td-ov {
	text-decoration: overlineline;
}
.td-lt {
	text-decoration: line-through;
}
.td-bl {
	text-decoration: blink;
}

.small {
	font-size: 0.8em;
}

.small02 {
	font-size: 0.2em;
}
.small03 {
	font-size: 0.3em;
}
.small04 {
	font-size: 0.4em;
}

.mt-5 {
	margin-top: -5px;
}
.mt-10 {
	margin-top: -10px;
}
.mt-15 {
	margin-top: -15px;
}
.mt-20 {
	margin-top: -20px;
}
.mt-25 {
	margin-top: -25px;
}
.mt-30 {
	margin-top: -30px;
}
.mt-35 {
	margin-top: -35px;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt18 {
	margin-top: 18px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}

.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb18 {
	margin-bottom: 18px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}

.ml5 {
	margin-left: 5px;
}
.ml10{
	margin-left: 10px;
}
.ml15{
	margin-left: 15px;
}
.ml20{
	margin-left: 20px;
}
.ml25{
	margin-left: 25px;
}
.ml30{
	margin-left: 30px;
}
.mr5 {
	margin-right: 5px;
}
.mr10{
	margin-right: 10px;
}
.mr15{
	margin-right: 15px;
}
.mr20{
	margin-right: 20px;
}
.mr25{
	margin-right: 25px;
}
.mr30{
	margin-right: 30px;
}
.pa3 {
	padding: 3px;
}

.pa5 {
	padding: 5px;
}

.pa10 {
	padding: 10px;
}

.pa15 {
	padding: 15px;
}

.pt5 {
	padding-top: 5px;
}
.pt10 {
	padding-top: 10px;
}
.pt15 {
	padding-top: 15px;
}
.pt18 {
	padding-top: 15px;
}
.pt20 {
	padding-top: 20px;
}
.pt25 {
	padding-top: 25px;
}
.pt30 {
	padding-top: 30px;
}

.pb5 {
	padding-bottom: 5px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb15 {
	padding-bottom: 15px;
}
.pb18 {
	padding-bottom: 15px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb25 {
	padding-bottom: 25px;
}
.pb30 {
	padding-bottom: 30px;
}

.pl5 {
	padding-left: 5px;
}
.pl10 {
	padding-left: 10px;
}
.pl15 {
	padding-left: 15px;
}
.pl20 {
	padding-left: 20px;
}
.pl30 {
	padding-left: 30px;
}


.pr5 {
	padding-right: 5px;
}
.pr10 {
	padding-right: 10px;
}
.pr15 {
	padding-right: 15px;
}
.pr20 {
	padding-right: 20px;
}
.pr30 {
	padding-right: 30px;
}

.lt1 {
	letter-spacing: 1px;
}

.ba1 {
	border: 1px solid #ccc;
}

.ba1_blue {
	border: 1px solid #0ff;
}

.ba1_red {
	border: 1px solid #f00;
}

.bt1 {
	border-top: 1px solid #ccc;
}

.bb1 {
	border-bottom: 1px solid #ccc;
}

.br1 {
	border-right: 1px solid #ccc;
}

.bl1 {
	border-left: 1px solid #ccc;
}

.ba2 {
	border: 2px solid #ccc;
}

.ba2_blue {
	border: 2px solid #0ff;
}

.ba2_red {
	border: 2px solid #f00;
}

.bt2 {
	border-top: 2px solid #ccc;
}

.bb2 {
	border-bottom: 2px solid #ccc;
}

.br2 {
	border-right: 2px solid #ccc;
}

.bl2 {
	border-left: 1px solid #ccc;
}

.nowrap {
	white-space: nowrap;
}

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ls0 {
	letter-spacing: 0;
}

.ls1 {
	letter-spacing: 0.1em;
}

.ls2 {
	letter-spacing: 0.2em;
}

.ls3 {
	letter-spacing: 0.3em;
}

.w1 {
	width: 1%;
}

.w2 {
	width: 2%;
}

.w3 {
	width: 3%;
}

.w4 {
	width: 4%;
}

.w5 {
	width: 5%;
}

.w10 {
	width: 10%;
}
.w15 {
	width: 15%;
}
.w20 {
	width: 20%;
}
.w25 {
	width: 25%;
}
.w30 {
	width: 30%;
}
.w35 {
	width: 35%;
}
.w40 {
	width: 40%;
}
.w45 {
	width: 45%;
}
.w50 {
	width: 50%;
}
.w55 {
	width: 55%;
}
.w60 {
	width: 60%;
}
.w65 {
	width: 65%;
}
.w70 {
	width: 70%;
}
.w75 {
	width: 75%;
}
.w80 {
	width: 80%;
}
.w85 {
	width: 85%;
}
.w90 {
	width: 90%;
}
.w95 {
	width: 95%;
}
.w100 {
	width: 100%;
}

.pointer {
	cursor: pointer;
}

