<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	#nav ul li {
				padding: 0px 0.5rem;
			}

			/* ãƒ­ã‚´ã®ã‚µã‚¤ã‚ºå¤‰æ›´ */
			.siteHeader_logo img {
				max-height: 150px;
			}

			/* ãƒ­ã‚´ã®èƒŒæ™¯è‰² */
			.siteHeader {
				background-color: rgba(33, 39, 98, 0);
				color: #fff;
			}

			/* ãƒ˜ãƒƒãƒ€ã®èƒŒæ™¯è‰² */
			ul.gMenu a {
				background: #b88ee2;
				color: #000000;
			}

			/* ãƒ•ãƒƒã‚¿ãƒ¼ã®èƒŒæ™¯è‰² */
			.siteFooter {
				border-top:3px solid #ffb7e0;
				background-color: rgba(33, 39, 98, 0);
				color: #ffffff;
			}

			/* ã‚³ãƒ”ãƒ¼ãƒ©ã‚¤ãƒˆå‰Šé™¤ */
			footer .copySection p:nth-child(2) {
				display: none !important;
			}

			/* ãƒ­ã‚´å³å´ã®ãƒ–ãƒ­ãƒƒã‚¯ */
			.logo-after {
				display: block;
				width: 200px;
				float: right;
			}

			.logo-after img {
				max-height: 60px;
			}

			/* ãƒ˜ãƒƒãƒ€ãƒ¼å¹…ã‚’100%ã« */
			.navbar-header {
				width: 100%;
			}

			@media (max-width: 991px) {
				.logo-after {
					width: 100%;
					margin-top: 10px;
					margin-bottom: 10px;
					text-align: center;
				}
			}

			/* æ–°ãƒãƒ¼ã‚¸ãƒ§ãƒ³å¯¾å¿œ */
			@media (min-width: 1200px) {

				.gMenu_outer,
				.gMenu,
				.gMenu&gt;li {
					width: 100%;
				}
			}

			@media (max-width: 1199.98px) {
				.siteHeader_logo {
					width: unset;
				}
			}

			/* é€£çµ¡å…ˆã®ã‚¹ã‚¿ã‚¤ãƒ« */
			.logo-after .message {
				font-size: 12px;
			}

			.logo-after .tel {
				color: red;
				font-size: 24px;
			}

			.logo-after .time {
				font-size: 12px;
			}

			/* ãƒ•ãƒƒã‚¿ãƒ•ãƒ­ãƒ¼ãƒ†ã‚£ãƒ³ã‚°ãƒãƒŠãƒ¼ */
			#footerFloatingMenu {
				display: block;
				width: 100%;
				position: fixed;
				left: 0px;
				bottom: 2px;
				z-index: 9999;
				text-align: center;
				padding: 0 auto;
			}

			#footerFloatingMenu img {
				max-width: 99%;
			}


			/*-------------------------------------------*/
			/* footer
			/*-------------------------------------------*/
			.siteFooter {
				/*width: 44%;*/
				    margin: auto;
			}
			footer {
				
				border-top: 3px solid #ffb7e0;
				background-color: #000;
				color: #ffb7e0;
				padding: 0;
			}

			footer .footerMenu {
				display: contents;
			}


			footer.footerMenu .nav {
				border-top: 0px solid #e5e5e5;
				border-bottom: 0px solid #e5e5e5;
			}

			footer .copySection {
				border-top: 0px solid #e5e5e5;
			}

			footer .copySection p {
				font-size: 12px;
				margin-bottom: 5px;
				color: #ffb7e0;
			}

			@media (max-width: 767px) {
				footer .footerMenu .container {
					padding-left: 0;
					padding-right: 0;
				}

				footer .footerMenu li {
				        width: 40%;
					float: left;
					border-bottom: 0px solid #e5e5e5;
					display: block;
					overflow: hidden;
					padding: 0.5em 6px;
				}

				footer .footerMenu li:last-child {
					border-bottom: none;
				}
			}

			footer .footerMenu li a {
				color: #ffb7e0;
				font-size: 16px;
			}



			@media (min-width: 768px) {
				
				footer .footerMenu ul {
					margin: 10px 0;
				}

				footer .footerMenu li a {
					border-left: 0px solid #ccc;
					padding-top: 4px;
					padding-bottom: 4px;
					color: #ffb7e0;
				}

				footer .footerMenu li:last-child a {
					border-right: 0px solid #ccc;
				}
			}

			.mainSection-title,
			h2 {
				border-top: 2px solid #ffb7e0;
			}

			.subSection-title:after,
			h3:after {
				border-bottom: 1px solid #ffb7e0;
			}

			.veu_profile .profile_text {
				color: #000;
			}

			body {
				background: rgba(251, 241, 237, 1);

				color: #ffb7e0;
			}

			ul.gMenu a {
				background-color: #947f28;
				color: #ffb7e0;
			}

			ul.gMenu li a:hover {
				color: #ffb7e0;
			}

			body:before {
				content: "";
				display: block;
				position: fixed;
				top: 0;
				left: 0;
				z-index: -1;
				width: 100%;
				height: 100vh;

			}

			.sectionBox {
				padding-bottom: 3em;
			}

			
			
			.subSection{width: 30%;    float: right;display: block;}
			.mainSection{width: 70%;}
			.access{width: 100%;}
			@media screen and (max-width: 750px){
				.siteFooter {
					width: 100%;
					    margin: auto;
				}
				.mainSection{width: 100%;}
				.subSection{width: 100%;}
				.access{width: 100%;}
			}
			</pre></body></html>