@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');

body,
head {
	font-family: "M PLUS Rounded 1c", sans-serif;
}

.header_blue {
	background-color: #0068b7;
	padding-top: 15px;
	padding-bottom: 5px;
}

.title_tangen {
	font-size: 24px;
	color: white;
	font-weight: 600;
}

.title_midashi {
	font-size: 26px;
	background-color: #00a99d;
	color: white;
	font-weight: 600;
	margin-top: 75px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.text {
	font-size: 22px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.text>span {
	background: #cceeeb;
	font-weight: 600;
	border-radius: 24px;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 26px;
	padding-right: 26px;
	margin-right: 20px;
}

.text_bold {
	font-size: 24px;
	font-weight: 600;
	background: linear-gradient(transparent 50%, #FFFE03 60%);
}

.text_caution {
	font-size: 20px;
	border: 3px solid red;
	border-radius: 10px;
	padding: 30px;
	margin-bottom: 60px;
}

.text_caution>span {
	font-size: 24px;
	font-weight: 600;
	color: red;
}

.text_red {
	font-size: 22px;
	font-weight: 600;
	margin-top: 45px;
	margin-bottom: 20px;
	background: yellow;
	color: red;
	border-radius: 24px;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 26px;
	padding-right: 26px;
}

.text_annotation {
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.btn-app-wrapper {
	margin-top: 30px;
	margin-bottom: 45px;

	a {
		color: white;
		background-color: #31b0d5;
    	border-color: #269abc;
	}

	a:hover {
		color: white;
		background-color: #269abc;
		border-color: #1b6d85;
	}
}



.btn-lg,
.btn-group-lg>.btn {
	font-size: 26px;
}


img {
	margin-top: 15px;
	margin-bottom: 45px;
}

video {
	margin-top: 15px;
	margin-bottom: 45px;
	border: 2px solid #000;
}

.no-gutter>[class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.naviback {
	border-bottom: solid white 1px;
	border-top: solid white 1px;
	background-color: #00a99d;
	width: 100%;
}

.navitext a {
	font-weight: 600;
	display: block;
	width: 100%;
	padding: 15px 0;
	margin: auto;
	background-color: #00a99d;
	font-size: 22px;
	color: white;
	text-decoration: none;
	text-align: center;
}

.navitext a:hover {
	background: white;
	color: #00a99d;
}

.btn-digital-app a {
	font-size: 22px;
	font-weight: 600;
	display: block;
	width: 60%;
	padding: 15px 0;
	margin: auto;
	background-color: #31b0d5;
	border: solid #269abc 1px;
	color: white;
	text-decoration: none;
	text-align: center;
	border-radius: 8px;
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.3);
	/* pointer-events: none; */
}

.btn-digital-app a:hover {
	background: #269abc;
	color: white;
}

.text18_400 {
	font-size: clamp(16px, 3vw, 18px);
	font-weight: 400;
	color: white;
}

.imgmargin {
	margin-bottom: 15px;
	margin-top: 15px;
}

.btnimage {
	display: inline-block;
}

a:hover img {
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}

footer {
	background-color: black;
	color: white;
	font-size: clamp(16px, 3vw, 18px);
	padding-top: 30px;
	padding-bottom: 15px;
	border-top: 2px solid white;
	margin-top: 30px;
}

.copyright {
	font-size: 14px;
	padding-top: 15px;
}

/* ページトップへ戻るボタン */
#page-top {
	position: fixed;
	display: none;
	width: 100%;
	height: 0;
	bottom: 100px;
	z-index: 2;
	margin: auto;
}

#page-top a {
	position: absolute;
	display: block;
	right: 0px;
	width: 100px;
	height: 100px;
	background-size: 90px 90px;
	-moz-background-size: 90px 90px;
	background-image: url('../images/top_btn.png');
	background-repeat: no-repeat;
	/*	bottom:110px;*/
}

#page-top a:hover {
	opacity: 0.5;
}

@media screen and (max-width:990px) {
	.br-pc {
		display: none;
	}
}