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


.t12 {
	font-size: 12px;
}
.t12- {
	font-size: calc(10px + 0.3vw);
}
.t14 {
	font-size: 14px;
}
.t16 {
	font-size: 16px;
}
.t16- {
	font-size: calc(16px + 0.3vw);
}
.t18 {
	font-size: 18px;
}
.t18b {
	font-size: 18px;
	font-weight: bold;
}
.t20 {
	font-size: 20px;
}
.t22 {
	font-size: 22px;
}
.t24 {
	font-size: 24px;
}
.t36 {
	font-size: 36px;
}
.t-pink {
	color: #D91187;
}
.t-blue {
	color: #0C5C8E;
}
.t-orange {
	color: #f47632;
}
.t-green {
	color: #1FD3A9;
}
.t-red {
	color: #CC026C;
}
.t-purple {
	color: #A444DC;
}
.t-yellow {
	color: #B0A402;
}
.t-center {
	text-align: center;
}
.t-right {
	text-align: right;
}
.t-under {
	border-bottom: 1px solid red;
}
.br-pc {
	display: block;
}
.br-sp {
	display: none;
}

/* all --------------------------------------------------------------*/

.main-container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
	padding-top: 20px;

}





