.noto-serif-jp-<uniquifier> {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.list-2 {
    list-style-type: none;
    padding: 1em;
    border: 2px solid #00bccf;
    counter-reset: li;
}

.list-2 li {
    display: flex;
    align-items: center;
    padding: .3em;
}

.list-2 li::before {
    display: inline-block;
    min-width: 1.7em;
    margin-right: 5px;
    background-color: #00bccf;
    color: #fff;
    font-weight: bold;
    font-size: .75em;
    line-height: 1.7em;
    text-align: center;
    content: counter(li);
    counter-increment: li;
}

.heading-2 {
    padding:0 .4em .2em;
    border-bottom: 3px solid #00bccf;
    background-color: #000000;
    color: #ffffff;
}

.button-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin:0 auto;
    padding: .9em 2em;
    border: none;
    border-radius: 25px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
    background-color: #00bccf;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
}

.button-3::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}

.button-3:hover {
    background-color: #00acbf;
}


.st-predict {
	background-color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
}

.sq1 {
	display: inline-block;
	height: 30px; 
	width: 28px; 
	background-color: #ebebeb;
	border: 1px solid #cccccc;
	color: #000000;
	font-weight: bold;
	margin: 2px 1px;
	text-align: center;
	line-height: 28px;/* 上マージン1pxと下マージン1pxの分を高さから引く */
}

.sq2 {
	display: inline-block;
	height: 30px; 
	width: 28px; 
	background-color: #505050;
	border: 1px solid #333333;
	color: #FFFFFF;
	font-weight: bold;
	margin: 2px 1px;
	text-align: center;
	line-height: 28px;/* 上マージン1pxと下マージン1pxの分を高さから引く */
}

.sq3 {
	display: inline-block;
	height: 30px; 
	width: 28px; 
	background-color: #f04141;
	border: 1px solid #cc3737;
	color: #FFFFFF;
	font-weight: bold;
	margin: 2px 1px;
	text-align: center;
	line-height: 28px;/* 上マージン1pxと下マージン1pxの分を高さから引く */
}

.sq4 {
	display: inline-block;
	height: 30px; 
	width: 28px; 
	background-color: #4184d0;
	border: 1px solid #3771b3;
	color: #FFFFFF;
	font-weight: bold;
	margin: 2px 1px;
	text-align: center;
	line-height: 28px;/* 上マージン1pxと下マージン1pxの分を高さから引く */
}

.sq5 {
	display: inline-block;
	height: 30px; 
	width: 28px; 
	background-color: #ece962;
	border: 1px solid #ccca56;
	color: #000000;
	font-weight: bold;
	margin: 2px 1px;
	text-align: center;
	line-height: 28px;/* 上マージン1pxと下マージン1pxの分を高さから引く */
}

.sq6 {
	display: inline-block;
	height: 30px; 
	width: 28px; 
	background-color: #54b74d;
	border: 1px solid #469940;
	color: #FFFFFF;
	font-weight: bold;
	margin: 2px 1px;
	text-align: center;
	line-height: 28px;/* 上マージン1pxと下マージン1pxの分を高さから引く */
}

.movie_blk {
    width: 100%;
    position: relative;
}
.movie_blk video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.movie_blk img1 {
    z-index: 1;
    height: 70px;
}

.bg_growgreen {
	background-color: #104459;
}


.bg_white {
	background-color: #FFF;
}

.bg_black {
	background-color: #000000;
}

.f_black {
	color: #000000;
}

/* CALYPSO BLUE */
.f_cpblue {
	color: #68D4D4;
}

/* CALYPSO BLUE */
.bg_cpblue {
	background-color: #68D4D4;
}

/* CALYPSO YELLOW */
.f_cpyellow {
	color: #FFE585;
}

/* CALYPSO YELLOW */
.bg_cpyellow {
	background-color: #FFE585;
}