@charset "UTF-8";

html {
	font-size: 62.5%;
	scroll-padding-top: 54.3px;
}

body {
	font-family: 'Noto Sans JP', serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 1.4rem;
	background-color: #fff;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

.clearfix::after {
	content: '';
	display: block;
	clear: both;
}

/**/

.forSP {
	display: block
}

.forPC {
	display: none;
}

.sign {
	text-align: right !important;
}

.imageCenter {
	width: 80%;
	text-align: center;
	margin: 1em auto;

}

.infoTopicsList .newsDate {
	display: inline-block;
	background-color: #000;
	color: #fff;
	padding-left: .5em;
	padding-right: .5em;
	margin-bottom: 5px;
}

.newsTpicBody .wp-block-image {
	text-align: center;
}

.newsTpicBody .wp-block-image img {
	display: block;
	width: 100%;
	height: auto;
	margin: 1em auto;
}

/**/

a:focus {
	outline: none;
	/*order: 1px solid rgba(255, 50, 50, .75);*/
}

h1#catchCopy {
	padding-bottom: 60px;
}

footer h1 {
	padding: 40px;
	font-size: 2em;
	text-align: center;
	color: #fff;
	font-weight: 600;
	line-height: 1.75;

}

header {
	position: relative;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.jollsBandLeft {
	width: 50%;
	height: 10px;
	position: fixed;
	top: 0;
	left: 0;
	background-image: url(../images/img-left-band.png);
}

.jollsBandRight {
	position: fixed;
	top: 0;
	width: 100%;
	height: 10px;
	background-image: url(../images/img-right-band.png);
}

nav {
	max-width: 1200px;
	width: 100%;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	margin: 0 auto;
	font-size: 1.2em;
	font-weight: 600;
	line-height: 1.75;
}

#navbar {
	background-color: #fff;
	border: solid 2px #000;
	border-radius: 12px;
}

nav::after {
	content: url('../images/img-center-band.png');
	width: 160px;
	height: 20px;
	position: fixed;
	top: -22px;
}

.navWrap {
	position: fixed;
	top: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	/*-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);*/

	/*
	transition: background-color .3s ease;
	background-color: rgba(255, 255, 255, .5);
	*/

	transition: background-color 1s ease;
	background-color: rgba(255, 255, 255, 0);

}

.navWrap.untrans {
	transition: background-color 1s ease;
	background-color: rgba(255, 255, 255, 0.9);
}

.nav-item {
	margin-left: 10px;
	margin-right: 10px;
}

.nav-link {
	text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
	color: #000 !important;
}

.navbar-toggler {
	font-size: 32px;
	color: transparent;
	border: none;
}

.navbar-toggler-icon {
	background-image: url(../images/img-humberg.png);
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.logoMark {
	width: 80px;
	height: auto;
}

#bgContents {
	width: 100%;
	height: 100vh;
}

.entry {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px;
	overflow: hidden;
}

.contentsSection {
	padding-top: 20px;
	padding-bottom: 60px;
}

#catchCopy {
	margin: 20px auto;
	font-size: 3.5vw;
	font-weight: 400;
	text-align: center;
	letter-spacing: 1vw;
	text-indent: 1.2em;
}

#catchCopy span {
	display: inline-block;
}

#logo-svg {
	display: block;
	width: 80%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.entry {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.mainText {
	font-size: 1.4em;
	line-height: 1.75;
	margin: 1em;
}

.mainTextMini {
	font-size: 1.2em;
	line-height: 1.75;
	margin: 1em;
}

.mainTextB {
	font-size: 1.2em;
	line-height: 1.75;
	margin: 1em 1em .5em 0;
	font-weight: 600;
	padding-top: 1em;
	color: #500;
}

.mainTextUL {
	font-size: 1.4em;
	line-height: 1.75;
	margin: 2em;
	list-style-type: disc;
}

.mainTextUL li {
	margin-left: 40px;
}

.sign {
	text-align: right !important;
	font-weight: 500 !important;
	margin-top: 20px !important;
}

.imageRight {
	float: right;
	margin: 0 0 1em 1em;
}

.cent35 {
	width: 35%;
	height: auto;
}

.cent35 img {
	width: 100%;
	height: auto;
}

.separate {
	overflow: hidden;
	height: 280px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.separate img {
	width: 200%;
	margin-left: -50%;
}

.separateAlt {
	overflow: hidden;
	height: 280px;
	/*margin-top: 20px;*/
	margin-top: 0px;
	margin-bottom: 0px;
}

.separateAlt img {
	width: 200%;
	margin-left: -50%;
}

.separateSP {
	width: 100%;
}

.separateSP img {
	width: 100%;
	height: auto;
}

.vegas-content-scrollable {
	cursor: pointer;
}

.vegas-timer-progress {
	width: 0%;
	height: 100%;
	background: #bb1c22;
}

.vegasClick {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.btnContenaLeft {
	position: absolute;
	top: 50%;
	left: 1%;
	z-index: 10000;
	margin-top: -25px;
}

.btnContenaRight {
	position: absolute;
	top: 50%;
	right: 1%;
	z-index: 10000;
	margin-top: -25px;
}

#vegasPrev {
	width: 50px;
	height: 50px;
	background-image: url(../images/btn-vegas-prev.png);
	background-size: contain;
	background-repeat: no-repeat;
	opacity: .75;
}

#vegasNext {
	width: 50px;
	height: 50px;
	background-image: url(../images/btn-vegas-next.png);
	background-size: contain;
	background-repeat: no-repeat;
	opacity: .75;
}

/**/
/* コンテナのスタイル */

.noteFields {
	background-color: #f6f6f6;
	padding: 60px 10px;
}

.noteBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 1200px;
	margin: 30px auto;
	align-items: stretch;
}

.noteTitle {
	position: relative;
	width: 100%;
	border: solid 2px #000000;
	border-radius: 12px;
	padding: 20px;
	align-items: stretch;
	background-image: url(../images/img-note-title.png);
	background-size: auto 70%;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	height: 150px;
}

.noteTitle img {
	display: none;
}


.note-feed {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;

}

/*
.note-feed a {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	text-decoration: none;
	margin-bottom: 20px;
}

.note-feed a:nth-of-type(3),
.note-feed a:nth-of-type(4) {
	margin-bottom: 20px;
}
*/

.note-feed a {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	text-decoration: none;
	margin-bottom: 20px;
}

.note-feed a:nth-of-type(4) {
	margin-bottom: 0px;
}

.note-card {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	position: relative;
	border: solid 2px #000000;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

.note-card:hover {
	/*transform: scale(.99);*/
	border: solid 2px #e5e5e5;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}


.cardContents {
	width: 70%;
}


/* 画像コンテナのスタイル */
.image-container {
	position: relative;
	width: 30%;
	/*padding-top: 52.5%; /* 16:9のアスペクト比に近い比率 */
	background-color: #f5f5f5;
	overflow: hidden;
}

/* 画像のスタイル */

.image-container {
	background-image: url(../images/square.png);
	background-size: contain;
	background-repeat: repeat;
}

.note-card img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ローディングプレースホルダー */
.loading-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg,
			rgba(245, 245, 245, 0.6) 25%,
			rgba(245, 245, 245, 0.8) 50%,
			rgba(245, 245, 245, 0.6) 75%);
	background-size: 200% 100%;
	animation: loading 1.5s infinite;
}

@keyframes loading {
	0% {
		background-position: 200% 0;
	}

	100% {
		background-position: -200% 0;
	}
}

/* テキストコンテンツのスタイル */
.note-card h3 {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 700;
	margin: 0;
	padding: 16px 16px 8px;
	color: #333;
}

.note-card p {
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	padding: 0 16px 16px;
	color: #666;
}

.note-card .date {
	display: block;
	font-size: 12px;
	padding: 0 16px 16px;
	color: #999;
}

/**********/
.js-fadeUp {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity .3s, transform 1s;
}

.js-fadeUp.is-active {
	opacity: 1;
	transform: translateY(0);
	transition-delay: .3s;
}

.vegas-slide-video-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../overlays/025.png');
}

.slideMessage {
	position: absolute;
	display: block;
	font-size: 1.25em;
	bottom: 10vh;
	left: 0;
	right: 0;
	z-index: 10000;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.slideMessage .first {
	display: inline-block;
	padding: 10px;
	background-color: #fff;
	color: #000;
	font-weight: bold;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, .25);
}

.slideMessage .second {
	position: relative;
	display: inline-block;
	padding: 10px;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, .35);
}

.slideMessage .second span {
	display: block;
	content: '';
	background-image: url(../images/img-click.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	width: 60px;
	height: 60px;
	top: -8px;
	right: -52px;

	transform: translate(45vw, 40vh);

	animation-name: cursor-animation;
	animation-duration: 2s;
	animation-delay: 1s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards
}

em {
	font-weight: bold;
}

@keyframes cursor-animation {
	0% {
		transform: translate(45vw, 40vh);
		opacity: 0;
	}

	90% {
		opacity: 1;
		transform: translate(0vw, 0vh);
	}

	91% {
		transform: scale(1);
	}

	93% {
		transform: scale(.9);
	}

	95% {
		transform: scale(1);
	}

	100% {
		transform: scale(1);
	}
}

/**/
.contentsFields {
	background-color: #ffffff;
	padding-top: 60px;
	padding-bottom: 0px;
}

.entryTemplate {
	margin-bottom: 60px;
}

.cornerTitle h2 {
	font-size: 3em;
	font-weight: 600;
	line-height: 1.75;
	color: #bb1c22;
	text-align: center;
}

.cornerTitle h3 {
	margin-top: 0px;
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1.75;
	color: #000000;
	text-align: center;
}

.cornerText {
	text-align: center;
}

.btnContena {
	text-align: center;
	padding: 40px;
	width: 100%;
}

.btnContena a {
	transition: all .3s ease;
	font-size: 1.2em;
	font-weight: 500;
	letter-spacing: 0px;
	padding: 10px 30px;
	border: solid 2px #000;
	text-decoration: none;
	color: #000;
}

.nav-item {
	font-size: 1em;
	font-weight: 500;
}

/**/

.newsColumns {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}

.newsCornerTitle {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.newsCornerTitle h3 {
	font-size: 1.5em;
	font-weight: 700;
	color: #000;
	line-height: 1.75;
}

.newsTopicsList,
.newsTopicsListAll {
	width: 100%;
}

.newsTopicsList ul,
.newsTopicsListAll ul {
	font-size: 1.2em;
	text-align: left;
	color: #000;
	line-height: 1.75;
}

.newsTopicsList ul li,
.newsTopicsListAll ul li {
	margin-bottom: 10px;
}

.newsTopicsList ul li a,
.newsTopicsListAll ul li a {
	text-decoration: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #000;
}

.newsTopicsList ul li a .newsDate,
.newsTopicsListAll ul li a .newsDate {
	width: 100%;
}

.newsTopicsList ul li a .newsSummary,
.newsTopicsListAll ul li a .newsSummary {
	width: 100%;
}

.newsMoreBtn {
	width: 100%;
	position: relative;
	text-align: center;
}

.newsMoreBtn a {
	position: relative;
	font-size: 1.2em;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
	background-color: #000;
	display: block;
	margin: 40px auto;
	width: 110px;
	height: 50px;
	line-height: 50px;
}

.newsTopicsPage {
	line-height: 1.75;
	margin: 40px 40px;
}

.newsTopicsPage .newsTopicsPageTitle {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 5px;
}

.newsTopicsPage .newsDate {
	margin-bottom: 60px;
}

.newsTopicsPage p {
	font-size: 1.4em;
	margin-bottom: .5em;
}

/**/

.infoColumns {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.infoCornerTitle {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.infoCornerTitle h3 {
	font-size: 1.5em;
	font-weight: 700;
	color: #000;
	line-height: 1.75;
}

.infoTopicsList {
	width: 100%;
}

.infoTopicsList ul {
	display: flex;
	flex-wrap: wrap;
}

.infoTopicsList ul li {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.infoTopicsList ul li a {
	display: block;
	background-color: #e5e5e5;
	color: #000;
	line-height: 1.75;
	text-decoration: none;
	padding: 20px;
}

.infoTopicsList ul li .infoSummary {
	padding: 20px;
}

.infoTopicsList ul li .infoSummary p {
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1.75;
}

.dropdown-menu {
	font-size: 1em !important;
}

.vegas-timer {
	height: 10px;
}

/**/

.contactCornerColumns {
	margin: 60px auto 0 auto;
	background-image: url(../images/bg-image-w.jpg), url(../images/bg-image-r.jpg);
	background-position: left center, right center;
	background-size: 50vw 100%, 50vw 100%;
	background-repeat: no-repeat
}

.entry.contact {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}

.contactCornerMain {
	width: 100%;
	background-color: #fff;
	padding: 10px;
}

.contactLogoArea {
	display: flex;
	flex-wrap: wrap;
}

.contactLogoBox {
	display: block;
	width: 30%;
	height: auto;
	max-width: 234px;
}

.contactLogo {
	width: 100%;
	height: auto;
}

.contactInfoList {
	width: 70%;
}

.contactCornerSub {
	width: 100%;
	background-color: #bb1c22;
	padding: 60px 60px 20px 60px;
}

.contactCornerSub a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: 900;
	margin-bottom: 40px;
}

.contactInfoList {
	padding: 0 20px 20px 20px;
}

.contactInfoList h2 {
	font-size: 1.5em;
	font-weight: 600;
	color: #bb1c22;
	margin-bottom: 5px;
}

.contactInfoList h3 {
	font-size: 1.em;
	font-weight: 600;
	color: #000;
	margin-bottom: 20px;
}

.companyName {
	font-size: 1.5em;
	font-weight: 600;
	margin-bottom: 5px;
}

.companyAddress {
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 1.5;
}

.btnContenaAlt {
	text-align: left;
	padding: 0 0 40px 0;
	width: 100%;
	margin-top: 60px;
}

.btnContenaAlt a {
	transition: all .3s ease;
	font-size: 1.2em;
	font-weight: 500;
	letter-spacing: 0px;
	padding: 10px 30px;
	border: solid 2px #000;
	text-decoration: none;
	color: #000;
}

.fa-note {
	display: block;
	width: 60px;
	height: 30px;
	background-image: url(../images/img-note-logo.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

/**/
footer {
	background-color: #221713;
}

.entry.footer {
	padding: 20px 20px 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.footerContents {
	width: 100%;
	padding-bottom: 20px;
}

.entry.footer h2 {
	color: #fff;
	font-size: 1.2em;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.5;
}

.entry.footer ul {
	color: #fff;
	line-height: 1.75;
}

.entry.footer ul li {
	border-bottom: dotted 1px #fff;
}


.entry.footer ul li a {
	color: #fff;
	text-decoration: none;
}

.copyRight {
	color: #fff;
	text-align: center;
	padding: 60px;
}

.btnContactContena {
	position: relative;
}

.btnContactContena a {
	position: absolute;
	top: 50px;
	right: 80px;
	display: inline-block;
	font-size: 1.25em;
	padding: 0.5em 10px;
	text-decoration: none;
	background-color: #bb1c22;
	color: #fff !important;
	border-radius: 100px;
	text-shadow: none !important;
	text-decoration: none;
}

/**/
.breadcrumb {
	width: 100%;
	max-width: 1200px;
	padding: 20px;
	margin: 0 auto;
}

.breadcrumb a {
	text-decoration: none;
	color: #000;
	font-size: 1em;
}

#bgContents {
	width: 100%;
	height: 480px;
}

#gotoTopBtn {
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 120px;
	height: 68px;
	background-image: url("../images/top.svg");
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 10000;
	transition: 0.3s all;
	opacity: 1;
	bottom: -100px;
}

/**/
#contactBar {
	position: sticky;
	bottom: 0;
	width: 100%;
	background-color: rgba(217, 74, 82, 0.80);
	padding: 15px;
	text-align: center;
	z-index: 1950;
	bottom: -100px;
}

#contactBar p {
	font-size: 1em;
	color: #fff;
	font-weight: bold;
	margin-bottom: 15px;
	transition-duration: .1s;
	line-height: 1.25em;
}

#contactBar ul {
	display: flex;
	justify-content: center;
}

#contactBar ul li {
	border: 1px solid #fff;
	padding: 0;
	margin: 0 5px;
	min-width: 90px;
	border-radius: 10px;
	overflow: hidden;
	transition-duration: .1s;
}

#contactBar li p {
	font-size: 0.85em;
	color: #fff;
	font-weight: bold;
	margin: 0;
	transition-duration: .1s;
}

#contactBar li p span {
	font-weight: inherit;
}

#contactBar li p span.spOnly {
	display: inline-block;
}

#contactBar p br.spOnly {
	display: none;
}

#contactBar ul li a {
	color: #fff;
	display: block;
	font-size: 0.85em;
	font-weight: 800;
	margin: 0;
	padding: 0 5px;
	position: relative;
	line-height: 42px;
	background-color: rgba(194, 23, 33, .90);
	transition-duration: .1s;
	text-decoration: none;
}

#contactBar ul li a img {
	height: 16px;
	width: auto;
	vertical-align: middle;
	margin-right: 8px;
	margin-bottom: 3px;
}

.spOnly {
	display: inline-block;
}

.pcOnly {
	display: none;
}

.subPageImage {
	height: 271.5px;
}

.btnService {
	display: block;
}

.btnService .bnr-service {
	width: 100%;
	display: block;
	margin: 40px auto;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .3);
	border: solid 1px #999;
}

.indexList {
	margin: 0px 0 40px 0;
	font-size: 1.4em;
	list-style-type: disc;
	line-height: 1.75;
	padding: 40px;
	background-color: #f5f5f5;
}

.indexList li {
	margin-left: 60px;
}

.history {
	width: 80%;
	margin: 0 20px 20px 20px;
	font-size: 1.4em;
	line-height: 1.75;
	display: flex;
	flex-wrap: wrap;
}

.history dt {
	display: block;
	width: 4em;
	font-weight: normal;
}

.history dd {
	display: block;
	width: calc(100% - 4em);
	font-weight: normal;
}

.videoBox {
	text-align: center;
	background-color: #f0f0f0;
	padding: 60px;
	margin-top: 60px;
}

#video1 {
	aspect-ratio: 16 / 9;
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	min-width: 300px;
	cursor: pointer;
}

.logoFlash {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-image: url(../images/logo-kp.png);
	background-size: 50% auto;
	background-repeat: no-repeat;
	background-position: 50% center;
	overflow: hidden;
	display: none;
}

.socialIcon {
	width: 100%;
	text-align: center;
}

.socialIcon ul li {
	display: inline;
}

.btnIcon img {
	width: 100px !important;
	margin-left: 1em;
	margin-right: 1em;
}

/**/
@media (min-width: 768px) {

	.forSP {
		display: none;
	}

	.forPC {
		display: block;
	}

	.note-feed a {
		/*width: 49.5%;*/
	}

	#logo-svg {
		width: 480px;
	}

	#catchCopy {
		font-size: 1.5em;
		letter-spacing: 9px;
	}

	.btnContena a:hover,
	.btnContenaAlt a:hover {

		transition: all .3s ease;
		font-size: 1.2em;
		font-weight: 500;
		letter-spacing: 0px;
		background-color: #e5e5e5;
		border: solid 2px rgba(0, 0, 0, .0);
	}

	.separate img {
		width: 100%;
		margin-left: 0%;
	}

	.separateAlt {
		overflow: hidden;
		height: 280px;
		/*margin-top: 20px;*/
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.separateAlt img {
		width: 100%;
		margin-left: 0%;
	}

	.newsCornerTitle {
		width: 150px;
		text-align: left;
		margin: 0;
	}

	.newsTopicsList {
		width: calc(100% - 300px);
	}

	.moreBtn {
		position: relative;
		width: 150px;
		text-align: center;
	}

	.newsTopicsList ul li a .newsDate,
	.newsTopicsListAll ul li a .newsDate {
		width: 8em;
	}

	.newsTopicsList ul li a .newsSummary,
	.newsTopicsListAll ul li a .newsSummary {
		width: calc(100% - 8em);
	}

	.newsTopicsList ul li a:hover,
	.newsTopicsListAll ul li a:hover {
		text-decoration: underline;
	}

	.newsMoreBtn {
		position: relative;
		width: 150px;
		text-align: center;
	}

	.newsMoreBtn a {
		transition: all .3s ease;
		position: absolute;
		font-size: 1.2em;
		font-weight: 700;
		text-decoration: none;
		color: #fff;
		background-color: #000;
		display: block;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 110px;
		height: 110px;
		line-height: 110px;
		border: solid 2px #000;
	}

	.newsMoreBtn a:hover {
		transition: all .3s ease;
		position: absolute;
		font-size: 1.2em;
		font-weight: 700;
		text-decoration: none;
		color: #000;
		background-color: #fff;
		display: block;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 110px;
		height: 110px;
		line-height: 110px;
		border: solid 2px #999;
	}

	.newsmoreBtn {
		position: relative;
		width: 150px;
		text-align: center;
	}

	.newsmoreBtn a {
		position: absolute;
		font-size: 1.2em;
		font-weight: 700;
		text-decoration: none;
		color: #fff;
		background-color: #000;
		display: block;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 100px;
		height: 100px;
		line-height: 100px;
	}

	.infoColumns {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.infoCornerTitle {
		width: 100%;
		text-align: left;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.infoCornerTitle h3 {
		font-size: 1.5em;
		font-weight: 700;
		color: #000;
		line-height: 1.75;
	}

	.infoTopicsList {
		width: 100%;
	}

	.infoTopicsList ul {
		display: flex;
		flex-wrap: nowrap;
		gap: 10px;
	}

	.infoTopicsList ul li {
		display: block;
		width: 25%;
		margin-bottom: 10px;
	}

	.infoTopicsList ul li a {
		display: block;
		width: 100%;
		height: 100%;
		background-color: #e5e5e5;
		color: #000;
		line-height: 1.75;
	}

	.infoTopicsList ul li .infoSummary {
		padding: 20px;
	}

	.infoTopicsList ul li .infoSummary p {
		font-size: 1.2em;
		font-weight: 400;
		line-height: 1.75;
	}

	.dropdown-menu {
		font-size: 1em !important;
	}

	.vegas-timer {
		height: 10px;
	}

	.entry.footer {
		flex-wrap: nowrap;
	}

	.footerContents {
		width: auto;
	}

	.entry.footer {
		padding: 20px;
	}

	.slideMessage {
		font-size: 1.35em;
	}

	#bgContents {
		width: 100%;
		height: 100vh;
	}

	#gotoTopBtn:hover {
		opacity: 0.9;
		filter: alpha(opacity=70);
		-ms-filter: "alpha(opacity=70)";
		bottom: 20px;
		transform: translateY(-10px);
		filter: brightness(1.2);
	}

	/**/
	#contactBar {
		position: sticky;
		bottom: 0;
		width: 100%;
		background-color: rgba(217, 74, 82, 0.80);
		padding: 15px;
		text-align: center;
		z-index: 1950;
		bottom: -100px;
	}

	#contactBar p {
		font-size: 1em;
		color: #fff;
		font-weight: bold;
		margin-bottom: 15px;
		transition-duration: .1s;
		line-height: 1.25em;
	}

	#contactBar ul {
		display: flex;
		justify-content: center;
	}

	#contactBar ul li {
		border: 1px solid #fff;
		padding: 0;
		margin: 0 10px;
		border-radius: 10px;
		min-width: 240px;
		overflow: hidden;
		transition-duration: .1s;
	}

	#contactBar li p {
		font-size: 1em;
		color: #fff;
		font-weight: bold;
		margin: 0;
		transition-duration: .1s;
	}

	#contactBar li p span {
		font-weight: inherit;
	}

	#contactBar li p span.spOnly {
		display: none;
	}

	#contactBar p br.spOnly {
		display: none;
	}

	#contactBar ul li a {
		color: #fff;
		display: block;
		font-size: 1em;
		font-weight: 800;
		margin: 0;
		padding: 0 15px;
		position: relative;
		line-height: 48px;
		background-color: rgba(194, 23, 33, .90);
		transition-duration: .1s;
	}

	#contactBar ul li a:hover {
		background-color: rgba(150, 10, 10, 1);
	}

	#contactBar ul li a img {
		height: 20px;
		width: auto;
		vertical-align: middle;
		margin-right: 10px;
		margin-bottom: 3px;
	}

	.spOnly {
		display: none;
	}

	.pcOnly {
		display: inline-block;
	}

	.btnService {
		display: block;
		width: 80%;
		margin: 0 auto;
	}

	.btnService .bnr-service {
		transition: all .25s ease;
		width: 100%;
		display: block;
		margin: 40px auto;
		box-shadow: 5px 5px 5px rgba(0, 0, 0, .3);
		border: solid 1px #999;
	}

	a:hover.btnService .bnr-service {
		transition: all .25s ease;
		transform: scale(.99);
		width: 100%;
		display: block;
		margin: 40px auto;
		box-shadow: 0px 0px 0px rgba(0, 0, 0, .3);
		border: solid 1px #999;
	}

	.navWrap {
		background-color: rgba(255, 255, 255, 0);
	}

	.navWrap.untrans {
		background-color: rgba(255, 255, 255, 0.9);
	}
}

@media (min-width: 992px) {
	.noteBox {
		flex-wrap: nowrap;
	}

	.noteTitle {
		width: 18%;
		margin-bottom: 0;
		height: auto;
		background-size: 70% auto;
	}

	.note-feed {
		width: 80%;
	}

	.note-feed a {
		/*width: 49.5%;*/
	}

	.note-card {
		width: 98%;
	}

	.note-feed a:nth-of-type(3),
	.note-feed a:nth-of-type(4) {
		/*margin-bottom: 0px;*/
	}

	#logo-svg {
		width: 480px;
	}

	#catchCopy {
		font-size: 1.5em;
		letter-spacing: 9px;
	}

	#navbar {
		background-color: transparent;
		border: none;
		border-radius: 0;
	}

	.btnContactMenu {
		background-color: #bb1c22;
		color: #fff !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
		border-radius: 100px;
		text-shadow: none !important;
	}

	.contactCornerMain {
		width: calc(100% - 400px);
		background-color: #fff;
		padding: 60px 40px 20px 20px;
	}

	.contactCornerSub {
		width: 400px;
	}

	.contactInfoList {
		padding: 0 20px 20px 40px;
	}

	.entry.footer {
		padding: 40px;
	}

	.btnContactContena {
		display: none;
	}

	.slideMessage {
		font-size: 1.75em;
	}

	.slideMessage .second span {
		width: 70px;
		height: 70px;
		top: -2px;
		right: -66px;
	}

	.btnService {
		display: block;
		width: 80%;
		margin: 0 auto;
	}

	.btnService .bnr-service {
		transition: all .25s ease;
		width: 100%;
		display: block;
		margin: 40px auto;
		box-shadow: 5px 5px 5px rgba(0, 0, 0, .3);
		border: solid 1px #999;
	}

	a:hover.btnService .bnr-service {
		transition: all .25s ease;
		transform: scale(.99);
		width: 100%;
		display: block;
		margin: 40px auto;
		box-shadow: 0px 0px 0px rgba(0, 0, 0, .3);
		border: solid 1px #999;
	}

	.navWrap {
		background-color: rgba(255, 255, 255, 0.4);
	}

	.navWrap.untrans {
		background-color: rgba(255, 255, 255, 0.9);
	}
}

@media (min-width: 1200px) {
	.noteBox {
		flex-wrap: nowrap;
	}

	.noteTitle {
		width: 18%;
		height: auto;
		margin-bottom: 0;
		background-size: 70% auto;
	}

	.note-feed {
		width: 80%;
	}

	.note-feed a {
		/*width: 49.5%;*/
	}

	#logo-svg {
		width: 480px;
	}

	#catchCopy {
		font-size: 1.5em;
		letter-spacing: 9px;
	}

	.slideMessage {
		font-size: 2em;
	}

	.slideMessage .second span {
		width: 70px;
		height: 70px;
		top: -5px;
		right: -62px;
	}

	.breadcrumb {
		max-width: 1200px;
	}

	.btnService {
		display: block;
		width: 80%;
		margin: 0 auto;
	}

	.btnService .bnr-service {
		transition: all .25s ease;
		width: 100%;
		display: block;
		margin: 40px auto;
		box-shadow: 5px 5px 5px rgba(0, 0, 0, .3);
		border: solid 1px #999;
	}

	a:hover.btnService .bnr-service {
		transition: all .25s ease;
		transform: scale(.99);
		width: 100%;
		display: block;
		margin: 40px auto;
		box-shadow: 0px 0px 0px rgba(0, 0, 0, .3);
		border: solid 1px #999;
	}

	.navWrap {
		background-color: rgba(255, 255, 255, 0.4);
	}

	.navWrap.untrans {
		background-color: rgba(255, 255, 255, 0.9);
	}
}