/*-----------------------------------------------------------------------------------
	第26回　日本医療情報学会看護学術大会
	Author: od
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.page-container {
	overflow: hidden;
}

/* Prevents unwanted scroll space when scroll FX used. */
a,
button {
	transition: background .3s ease-in-out;
	outline: none !important;
}

/* Prevent blue selection glow on Chrome and Safari */
a:hover {
	text-decoration: none;
	cursor: pointer;
}

.scroll-fx-lock-init {
	position: fixed !important;
	top: 0;
	bottom: 0;
	left: :0;
	right: 0;
	z-index: 99999;
}

/* ScrollFX Lock */
.blocs-grid-container {
	display: grid !important;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto;
	column-gap: 1.5rem;
	row-gap: 1.5rem;
}

/* CSS Grid */
nav .dropdown-menu .nav-link {
	color: rgba(0, 0, 0, 0.6) !important;
}

/* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link {
	color: var(--bs-dropdown-link-color) !important;
}

/* Maintain Downdown Menu Link Color in Navigation in Darkmode */

/* = Blocs
-------------------------------------------------------------- */

.bloc {
	width: 100%;
	clear: both;
	background: 50% 50% no-repeat;
	padding: 0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	display: flex;
}

.bloc .container {
	padding-left: 0;
	padding-right: 0;
}


/* Sizes */

.bloc-md {
	padding: 50px 20px;
}

.bloc-sm {
	padding: 20px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc {
	padding-left: 0;
	padding-right: 0;
}

.full-width-bloc .row {
	margin-left: 0;
	margin-right: 0;
}

.full-width-bloc .container {
	width: 100%;
	max-width: 100% !important;
}

.full-width-bloc .carousel img {
	width: 100%;
	height: auto;
}


/* Dark theme */

.d-bloc {
	color: rgba(255, 255, 255, .7);
}

.d-bloc button:hover {
	color: rgba(255, 255, 255, .9);
}

.d-bloc .icon-round,
.d-bloc .icon-square,
.d-bloc .icon-rounded,
.d-bloc .icon-semi-rounded-a,
.d-bloc .icon-semi-rounded-b {
	border-color: rgba(255, 255, 255, .9);
}

.d-bloc .divider-h span {
	border-color: rgba(255, 255, 255, .2);
}

.d-bloc .a-btn,
.d-bloc .navbar a,
.d-bloc a .icon-sm,
.d-bloc a .icon-md,
.d-bloc a .icon-lg,
.d-bloc a .icon-xl,
.d-bloc h1 a,
.d-bloc h2 a,
.d-bloc h3 a,
.d-bloc h4 a,
.d-bloc h5 a,
.d-bloc h6 a,
.d-bloc p a {
	color: rgba(255, 255, 255, .6);
}

.d-bloc .a-btn:hover,
.d-bloc .navbar a:hover,
.d-bloc a:hover .icon-sm,
.d-bloc a:hover .icon-md,
.d-bloc a:hover .icon-lg,
.d-bloc a:hover .icon-xl,
.d-bloc h1 a:hover,
.d-bloc h2 a:hover,
.d-bloc h3 a:hover,
.d-bloc h4 a:hover,
.d-bloc h5 a:hover,
.d-bloc h6 a:hover,
.d-bloc p a:hover {
	color: rgba(255, 255, 255, 1);
}

.d-bloc .navbar-toggle .icon-bar {
	background: rgba(255, 255, 255, 1);
}

.d-bloc .btn-wire,
.d-bloc .btn-wire:hover {
	color: rgba(255, 255, 255, 1);
	border-color: rgba(255, 255, 255, 1);
}

.d-bloc .card {
	color: rgba(0, 0, 0, .5);
}

.d-bloc .card button:hover {
	color: rgba(0, 0, 0, .7);
}

.d-bloc .card icon {
	border-color: rgba(0, 0, 0, .7);
}

.d-bloc .card .divider-h span {
	border-color: rgba(0, 0, 0, .1);
}

.d-bloc .card .a-btn {
	color: rgba(0, 0, 0, .6);
}

.d-bloc .card .a-btn:hover {
	color: rgba(0, 0, 0, 1);
}

.d-bloc .card .btn-wire,
.d-bloc .card .btn-wire:hover {
	color: rgba(0, 0, 0, .7);
	border-color: rgba(0, 0, 0, .3);
}


/* Light theme */

.d-bloc .card,
.l-bloc {
	color: rgba(0, 0, 0, .5);
}

.d-bloc .card button:hover,
.l-bloc button:hover {
	color: rgba(0, 0, 0, .7);
}

.l-bloc .icon-round,
.l-bloc .icon-square,
.l-bloc .icon-rounded,
.l-bloc .icon-semi-rounded-a,
.l-bloc .icon-semi-rounded-b {
	border-color: rgba(0, 0, 0, .7);
}

.d-bloc .card .divider-h span,
.l-bloc .divider-h span {
	border-color: rgba(0, 0, 0, .1);
}

.d-bloc .card .a-btn,
.l-bloc .a-btn,
.l-bloc .navbar a,
.l-bloc a .icon-sm,
.l-bloc a .icon-md,
.l-bloc a .icon-lg,
.l-bloc a .icon-xl,
.l-bloc h1 a,
.l-bloc h2 a,
.l-bloc h3 a,
.l-bloc h4 a,
.l-bloc h5 a,
.l-bloc h6 a,
.l-bloc p a {
	color: rgba(0, 0, 0, .6);
}

.d-bloc .card .a-btn:hover,
.l-bloc .a-btn:hover,
.l-bloc .navbar a:hover,
.l-bloc a:hover .icon-sm,
.l-bloc a:hover .icon-md,
.l-bloc a:hover .icon-lg,
.l-bloc a:hover .icon-xl,
.l-bloc h1 a:hover,
.l-bloc h2 a:hover,
.l-bloc h3 a:hover,
.l-bloc h4 a:hover,
.l-bloc h5 a:hover,
.l-bloc h6 a:hover,
.l-bloc p a:hover {
	color: rgba(0, 0, 0, 1);
}

.l-bloc .navbar-toggle .icon-bar {
	color: rgba(0, 0, 0, .6);
}

.d-bloc .card .btn-wire,
.d-bloc .card .btn-wire:hover,
.l-bloc .btn-wire,
.l-bloc .btn-wire:hover {
	color: rgba(0, 0, 0, .7);
	border-color: rgba(0, 0, 0, .3);
}


/* = NavBar
-------------------------------------------------------------- */

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky {
	position: fixed;
	top: 0;
	z-index: 1000;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	transition: all .2s ease-out;
}

/* Navbar Icon */
.svg-menu-icon {
	fill: none;
	stroke: rgba(0, 0, 0, 0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}

.navbar-dark .svg-menu-icon {
	stroke: rgba(255, 255, 255, 0.5);
}

.menu-icon-thin-bars {
	stroke-width: 1px;
}

.menu-icon-thick-bars {
	stroke-width: 5px;
}

.menu-icon-rounded-bars {
	stroke-width: 3px;
	stroke-linecap: round;
}

.menu-icon-filled {
	fill: rgba(0, 0, 0, 0.5);
	stroke-width: 0px;
}

.navbar-dark .menu-icon-filled {
	fill: rgba(255, 255, 255, 0.5);
}

.navbar-toggler-icon {
	background: none !important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}

/* Nav Special Classes */
.nav-special {
	overflow-y: scroll;
}

.nav-special .site-navigation {
	top: 0;
	left: 0;
	width: 100%;
	position: relative !important;
	max-width: 100% !important;
	z-index: 1000;
}

.nav-special .nav>li {
	width: 100%;
	background: none !important;
	border: 0 !important;
}

.nav-special.collapsing {
	-webkit-transition: none;
	transition: none;
	height: 100% !important;
	background: none !important;
}

.nav-special .navbar-nav .dropdown-menu.show {
	position: relative !important;
	transform: none !important;
	float: none;
	width: 100%;
	margin-top: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}

.nav-special .nav .dropdown-menu .nav-link {
	color: #FFF;
}

.blocsapp-special-menu {
	position: absolute;
	z-index: 10000;
}

.nav-special.fullscreen-nav .caret,
.nav-special.fullscreen-nav .dropdown-menu .dropdown .caret {
	border-width: 8px;
}

.nav-special .navbar-nav .show>.nav-link {
	color: #FFF;
}

/* Animate Menu Symbol */
.navbar-toggle {
	transition: all .1s linear;
}

.selected-nav {
	opacity: 0;
	transform: scale(0.3);
	transition: all .1s linear;
}


/* Special Menu Close Button */
.close-special-menu {
	position: absolute;
	display: block;
	width: 25px;
	height: 25px;
	top: 16px;
	right: 10px;
	z-index: 10000;
}

.nav-invert .sidebar-nav .close-special-menu {
	left: 260px;
}

.close-special-menu .close-icon {
	display: block;
	width: 100%;
	height: 1px;
	transform: rotate(45deg);
	margin-top: 12px;
}

.close-special-menu .close-icon:after {
	content: "";
	display: inherit;
	width: inherit;
	height: inherit;
	background: inherit;
	transform: rotate(90deg);
}

.lock-scroll {
	overflow: hidden;
	transition: background .3s linear;
}

.nav-special::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 0;
	height: 0;
}

.nav-special .dropdown-menu .dropdown .caret {
	border-top-color: rgba(255, 255, 255, .8);
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin: 0 0 0 5px;
	float: none;
}

.blocsapp-special-menu .site-navigation.pull-right {
	float: none !important;
}

/* Nav Special Close Button */
.close-special-menu .close-icon {
	background: #fff;
}

.blocsapp-special-menu blocsnav {
	background: #000;
}

/* Side Bar Navigation */
.nav-special.sidebar-nav {
	position: fixed;
	right: -300px;
	top: 0;
	bottom: 0;
	width: 300px;
	z-index: 1000;
	transition: all .2s linear;
}

.nav-invert .nav-special.sidebar-nav {
	right: auto;
	left: -300px;
}

.nav-special.sidebar-nav .site-navigation {
	margin-top: 15px;
	padding-left: 15px;
}

.nav-special.sidebar-nav .nav>li a {
	color: rgba(255, 255, 255, .8);
}

.nav-special.sidebar-nav .nav>li a:hover {
	color: #FFF;
}

.open.nav-special.sidebar-nav {
	right: 0;
	transition: all .2s linear;
}

.nav-invert .open.nav-special.sidebar-nav {
	left: 0;
	transition: all .2s linear;
}

.navbar-toggler:focus {
	box-shadow: none;
}

;

/* Content Tint */
.content-tint {
	z-index: -1;
	transition: background .2s linear;
}

.content-tint.on {
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background: transparent;
	z-index: 1001;
	background: rgba(0, 0, 0, .4);
}

.content-tint.on:hover {
	background: rgba(0, 0, 0, .1);
}

/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu {
	border: none
}

@media (min-width:576px) {

	.navbar-expand-sm .dropdown-menu .dropdown-menu {
		border: 1px solid rgba(0, 0, 0, .15);
		position: absolute;
		left: 100%;
		top: -7px
	}

	.navbar-expand-sm .dropdown-menu .submenu-left {
		right: 100%;
		left: auto
	}
}

@media (min-width:768px) {
	.navbar-expand-md .dropdown-menu .dropdown-menu {
		border: 1px solid rgba(0, 0, 0, .15);
		border: 1px solid rgba(0, 0, 0, .15);
		position: absolute;
		left: 100%;
		top: -7px
	}

	.navbar-expand-md .dropdown-menu .submenu-left {
		right: 100%;
		left: auto
	}
}

@media (min-width:992px) {
	.navbar-expand-lg .dropdown-menu .dropdown-menu {
		border: 1px solid rgba(0, 0, 0, .15);
		position: absolute;
		left: 100%;
		top: -7px
	}

	.navbar-expand-lg .dropdown-menu .submenu-left {
		right: 100%;
		left: auto
	}
}

/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear {
	margin: 0;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,
.btn-d:hover,
.btn-d:focus {
	color: #FFF;
	background: rgba(0, 0, 0, .3);
}

/* Prevent ugly blue glow on chrome and safari */
button {
	outline: none !important;
}

.btn-sq {
	border-radius: 0px;
}

.btn-xl {
	padding: 16px 40px;
	font-size: 28px;
}


/*  Rounded Image */
.img-rd-md {
	border-radius: 20px;
}

.img-rd-lg {
	border-radius: 34px;
}



/* = Cards
-------------------------------------------------------------- */
.card-sq,
.card-sq .card-header,
.card-sq .card-footer {
	border-radius: 0;
}

.card-rd {
	border-radius: 30px;
}

.card-rd .card-header {
	border-radius: 29px 29px 0 0;
}

.card-rd .card-footer {
	border-radius: 0 0 29px 29px;
}

/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h {
	min-height: 1px;
	background-color: rgba(0, 0, 0, .2);
	margin: 20px 0;
}

.divider-half {
	width: 50%;
}

.dropdown-menu .divider-h {
	margin: 0;
}




/* ScrollToTop button */

.scrollToTop {
	width: 36px;
	height: 36px;
	padding: 5px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	opacity: 0;
	z-index: 999;
	transition: all .3s ease-in-out;
	pointer-events: none;
}

.showScrollTop {
	opacity: 1;
	pointer-events: all;
}

.scroll-to-top-btn-icon {
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap: round;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
p,
label,
.btn,
a {
	font-family: "Helvetica";
}

.container {
	max-width: 85%;
}

.gnav-hd {
	font-size: 14px;
	text-indent: 15px;
	font-weight: normal;
	color: var(--swatch-var-501) !important;
}

h1 {
	font-size: 36px;
	letter-spacing: 2px;
}

h2 {
	font-size: 24px;
	line-height: 1.5em;
	font-weight: normal;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8em;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5em;
}

h5 {
	font-size: 18px;
}

p {
	font-size: 16px;
	line-height: 1.8em;
}

.p-eng-hero {
	font-size: 85px;
	line-height: 70px;
	font-family: "Oswald";
	font-weight: 400;
	text-decoration: none;
	text-align: center;
}

.btn-line {
	color: #1D1D1D !important;
	font-size: 16px;
	border-width: 1px 1px 1px 1px;
	background-color: transparent;
	padding: 15px 0px 0px 0px;
}

.btn-line:hover {
	background-color: rgba(30, 30, 30, 0.15);
	border-style: _popUpItemAction:;
}

.margin-bottom {
	margin-bottom: 100px;
	margin-top: 100px;
}

.margin-top {
	margin-top: 100px;
}

.gnav-menu {
	font-size: 16px;
	color: var(--swatch-var-3048) !important;
	padding: 0em 0px 0em 0px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: var(--swatch-var-1228) !important;
	margin-left: 20px;
	font-weight: bold;
	margin-top: 10px;
}

.gnav-menu:hover {
	font-weight: bold;
	color: var(--swatch-var-7677) !important;
}

.gnav-hd:hover {
	color: var(--swatch-var-501) !important;
}

.white {
	color: var(--swatch-var-6302) !important;
}

.tit-h2 {
	font-size: 28px;
	line-height: 1.5em;
	background-color: var(--swatch-var-3048);
	padding: 5px 5px 5px 15px;
	color: var(--swatch-var-6302) !important;
}

.bloc-divider-t-fill {
	fill: #75CBFF;
}

.bloc-divider-b-bloc-3-fill {
	fill: var(--swatch-var-6302);
}

.bloc-fill {
	fill: var(--swatch-var-6992);
}

.hero-margin {
	margin-top: 20%;
	margin-bottom: 20%;
}

.tit-h3-top {
	font-size: 20px;
	text-align: center;
	line-height: 1.5em;
}

.box-line {
	border-width: 3px 3px 3px 3px;
	padding: 1em 1em 1em 1em;
	background-color: var(--swatch-var-6302);
	border-radius: 30px 30px 30px 30px;
}

.p-small {
	font-size: 12px;
	letter-spacing: 1px;
}

.column-s {
	padding: 0px 0px 0px 0px;
}

.orange {
	color: var(--swatch-var-208) !important;
	font-weight: normal;
}

.yellow {
	color: var(--swatch-var-1951) !important;
}

.blue-s {
	color: var(--swatch-var-6406) !important;
	font-weight: bold;
}

.peaple {
	color: var(--swatch-var-6881) !important;
}

.deepblue {
	color: var(--swatch-var-208) !important;
}

.red-orange {
	color: var(--swatch-var-6654) !important;
}

.gnav-icon {
	color: var(--swatch-var-3313) !important;
	margin-left: 15px;
	margin-top: 15px;
}

.bloc-divider-b-0-fill {
	fill: var(--swatch-var-6302);
}

.button-orange {
	font-size: 16px;
	padding: 0.5em 1em 0.5em 1em;
	background-color: var(--swatch-var-6302);
	color: var(--swatch-var-501) !important;
	font-weight: bold;
	border-color: var(--swatch-var-4713) !important;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	text-align: left;
	margin-bottom: 5px;
}

.p-eng-small {
	font-size: 12px;
}

.button-orange:hover {
	box-shadow: 2.12px 2.12px 0px #FCDCA3;
	background-color: var(--swatch-var-6302);
}

.nav-tag-01 {
	border-style: solid;
	border-color: var(--swatch-var-501) !important;
	color: var(--swatch-var-501) !important;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	font-size: 14px;
	font-weight: bold;
	border-width: 5px 5px 5px 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.nav-tag-02 {
	border-style: solid;
	border-color: var(--swatch-var-1228) !important;
	background-color: rgba(113, 215, 255, 0.30);
	color: var(--swatch-var-501) !important;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	font-size: 14px;
	font-weight: bold;
	border-width: 5px 5px 5px 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.line {
	border-style: dotted;
	border-color: var(--swatch-var-3313) !important;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-width: 0px 0px 1px 0px;
}

.tag {
	background-color: var(--swatch-var-6302);
	font-size: 12px;
	font-weight: bold;
	color: var(--swatch-var-208) !important;
	padding: 2px 2px 2px 2px;
	border-color: var(--swatch-var-208) !important;
}

.h6-color {
	color: var(--swatch-var-1072) !important;
	font-weight: bold;
	margin-bottom: 2%;
	margin-top: 5px;
}

.p-top {
	font-size: 14px;
	line-height: 1.5em;
	padding-bottom: 0px;
	margin-bottom: 5px;
}

.tag-2 {
	background-color: var(--swatch-var-6302);
	font-size: 12px;
	font-weight: bold;
	color: var(--swatch-var-208) !important;
	padding: 2px 2px 2px 2px;
	border-color: var(--swatch-var-208) !important;
}

.btn-bk-02 {
	background-color: transparent;
	color: #3B3B3B !important;
	font-size: 14px;
	font-weight: bold;
	padding-top: 05px;
	padding-bottom: 5px;
}

.btn-bk-02:hover {
	background-color: var(--swatch-var-5430);
	border-color: var(--swatch-var-5430) !important;
	color: #3B3B3B !important;
}

.tit-h2-top {
	font-size: 24px;
	font-weight: bold;
	color: var(--swatch-var-208) !important;
}

.p-eng-top {
	font-size: 70px;
	font-family: "Oswald";
	color: var(--swatch-var-208) !important;
	line-height: 70px;
}

.p-tel {
	font-size: 30px;
	color: var(--swatch-var-208) !important;
	letter-spacing: 1px;
	line-height: 1em;
}

.orange-button {
	padding-right: 28px;
	padding-left: 28px;
	font-family: "Lato";
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.03em;
	background-color: var(--swatch-var-6302);
	color: var(--swatch-var-208) !important;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: var(--swatch-var-208) !important;
}

.orange-button:hover {
	color: #FEFFFF !important;
	background-color: var(--swatch-var-208);
}

.black-button {
	padding-right: 28px;
	padding-left: 28px;
	font-family: "Lato";
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.03em;
	background-color: var(--swatch-var-6302);
	color: var(--swatch-var-501) !important;
	border-width: 0px 1px 1px 1px;
	border-color: var(--swatch-var-501) !important;
	border-style: solid;
}

.black-button:hover {
	color: #FEFFFF !important;
	background-color: var(--swatch-var-208);
	border-width: 0px 0px 0px 0px;
}

.h4-ft {
	font-size: 14px;
	line-height: 2em;
}

.p-ft {
	font-size: 14px;
}

.img-line {
	border-style: solid;
	border-color: var(--swatch-var-506) !important;
	border-width: 1px 1px 1px 1px;
}

.hero-h1 {
	font-size: 45px;
	line-height: 1.5em;
	color: var(--swatch-var-6302) !important;
	font-weight: bold;
	letter-spacing: 5px;
	text-shadow: 0.00px -0.00px 50px #000000;
	margin-bottom: 22%;
	margin-top: 20%;
}

.box-line2 {
	padding: 2em 2em 2em 2em;
	background-position: right bottom;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: var(--swatch-var-1228) !important;
}

.logo-jami {
	width: 350px;
	height: 50px;
}

.navbar-brand img {
	width: 300px;
	height: 76px;
}

.bloc-divider-b-bloc-1-fill {
	fill: var(--swatch-var-644);
}

.mov-flame {
	border-radius: 10px 100px 10px 100px;
	position: relative;
	z-index: 1;
}

.orange-tit-h2 {
	font-size: 26px;
	letter-spacing: 3px;
	color: var(--swatch-var-1771) !important;
	line-height: 1.5em;
	position: relative;
	z-index: 1;
	font-weight: 700;
	text-align: center;
	font-family: "Zen Maru Gothic";
}

.dropdown-menu {
	background-color: var(--swatch-var-6302);
	border-width: 0px 0px 0px 0px;
}

.dropdown-menu li a {
	font-size: 15px;
	padding: 0.5em 1.5em 0.5em 1.5em;
	border-style: solid;
	border-color: var(--swatch-var-4954) !important;
	border-bottom-width: 1px;
	font-weight: normal;
	color: var(--swatch-var-501) !important;
}

.img-menu-style {
	width: 150px;
}

.p-tel-yoyaku {
	font-family: "Helvetica";
	font-size: 36px;
	color: var(--swatch-var-1771) !important;
	font-weight: bold;
	line-height: 1.2em;
	letter-spacing: 1px;
}

.line-right {
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: var(--swatch-var-208) !important;
	text-align: center;
}

.button-omimai {
	font-size: 18px;
	color: var(--swatch-var-501) !important;
	background-color: var(--swatch-var-6992);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	position: relative;
	z-index: 1;
}

.box-line3 {
	padding: 0.25em 0.25em 0.25em 0.25em;
	background-color: var(--swatch-var-4954);
}

.tit-top-h3 {
	color: var(--swatch-var-1409) !important;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
}

.box-oideyo03 {
	border-radius: 60px 60px 60px 60px;
	padding: 1em 1em 1em 1em;
	background-color: var(--swatch-var-3633);
}

.box-oideyo02 {
	border-radius: 60px 60px 60px 60px;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	background-color: var(--swatch-var-4877);
}

.img-oideyo--style {
	width: 150px;
}

.button-small {
	font-size: 14px;
	background-color: var(--swatch-var-6302);
	color: var(--swatch-var-1409) !important;
	border-radius: 30px 30px 30px 30px;
}

.button-ikeda {
	background-color: var(--swatch-var-6302);
	color: var(--swatch-var-1771) !important;
	font-size: 16px;
	border-style: solid;
	border-color: var(--swatch-var-4713) !important;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: left;
}

.button-ikeda:hover {
	background-color: var(--swatch-var-6992);
	color: var(--swatch-var-1771) !important;
}

.p-eng {
	font-size: 12px;
	font-family: "Lato";
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 16px;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--swatch-var-501) !important;
}

.bloc-divider-b-fill {
	fill: #75CBFF;
}

.haikei-blue {
	background: linear-gradient(45deg, var(--swatch-var-208) 0%, var(--swatch-var-1771) 100%);
}

.button-green {
	background-color: var(--swatch-var-2831);
	color: var(--swatch-var-6302) !important;
	font-size: 16px;
	padding: 10px 50px 10px 50px;
	font-weight: bold;
	border-radius: 30px 30px 30px 30px;
	border-color: var(--swatch-var-2831) !important;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
}

.button-green:hover {
	background-color: var(--swatch-var-3048);
	color: var(--swatch-var-6302) !important;
}

.buttaon-menu-top {
	background-color: var(--swatch-var-6302);
	font-size: 15px;
	color: var(--swatch-var-501) !important;
	font-weight: bold;
	border-width: 0px 0px 0px 1px;
	border-color: var(--swatch-var-501) !important;
	border-style: solid;
	padding-left: 0px;
	padding-right: 0px;
}

.buttaon-menu-top:hover {
	color: var(--swatch-var-501) !important;
	background-color: var(--swatch-var-6302);
}

.blue-tit {
	color: var(--swatch-var-1771) !important;
	font-size: 20px;
}

.left-line {
	border-width: 0px 0px 0px 10px;
	border-style: solid;
	border-color: var(--swatch-var-3633) !important;
}

.img-style {
	width: 350px;
}

.box-blue {
	background-color: var(--swatch-var-2600);
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 10px 10px 10px 10px;
	color: var(--swatch-var-6406) !important;
	font-weight: bold;
}

.img-dooc-style {
	width: 150px;
}

.tit-h3 {
	line-height: 1.5em;
	font-size: 24px;
	letter-spacing: 2px;
}

.red-tit {
	color: var(--swatch-var-6654) !important;
}

.img-img-1-style {
	width: 500px;
}

.img-riha-style {
	width: 80px;
}

.h2-strong {
	font-size: 48px;
	font-weight: bold;
}

.blue {
	color: var(--swatch-var-208) !important;
}

.gnav-top {
	color: var(--swatch-var-501) !important;
	font-weight: bold;
	margin-left: 20px;
	font-size: 16px;
	letter-spacing: 1px;
	text-shadow: 0.00px -0.00px 50px #000000;
}

.gnav-top:hover {
	color: var(--swatch-var-3633) !important;
}

.button-hd {
	background-color: var(--swatch-var-4713);
	color: var(--swatch-var-208) !important;
	font-weight: bold;
	font-family: "Helvetica";
	font-size: 12px;
	padding: 2px 5px 2px 10px;
	text-align: center;
	border-radius: 10px 10px 10px 10px;
}

.button-hd:hover {
	background-color: var(--swatch-var-4954);
}

.buttaon-menu-top-red {
	background-color: var(--swatch-var-6654);
	font-size: 15px;
	color: var(--swatch-var-6302) !important;
	font-weight: bold;
	border-width: 0px 0px 0px 0px;
	border-color: var(--swatch-var-851) !important;
}

.buttaon-menu-top-red:hover {
	color: var(--swatch-var-6302) !important;
	background-color: var(--swatch-var-6654);
}

.row-margin-top {
	margin-top: -5%;
	margin-left: 150px;
	margin-right: 150px;
}

.tit-h1 {
	font-size: 36px;
	line-height: 1.5em;
	font-weight: bold;
	color: var(--swatch-var-3048) !important;
}

.button-news {
	background-color: var(--swatch-var-208);
	color: var(--swatch-var-6302) !important;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	letter-spacing: 1px;
	border-width: 1px 1px 1px 1px;
	border-color: var(--swatch-var-6302) !important;
	border-style: solid;
}

.button-news-gray {
	background-color: var(--swatch-var-2600);
	color: var(--swatch-var-501) !important;
	font-weight: bold;
	font-size: 14px;
	border-style: solid;
	border-color: var(--swatch-var-6302) !important;
	border-width: 0px 0px 0px 1px;
	letter-spacing: 1px;
}

.img-flame {
	border-style: solid;
	border-color: var(--swatch-var-6302) !important;
	border-width: 1px 1px 1px 1px;
}

.img-flame-red {
	border-style: solid;
	border-color: var(--swatch-var-6654) !important;
	border-width: 1px 1px 1px 1px;
}

.top-button-01 {
	background-image: url("/jami-ni26/wpo/wp-content/themes/jami/img/top-menu-01.jpg");
	padding: 2.5em 0em 2.5em 0em;
	background-size: cover;
	font-weight: bold;
	text-shadow: 0.00px -0.00px 35px #000000;
	font-size: 22px;
	color: var(--swatch-var-6302) !important;
	letter-spacing: 2px;
}

.top-button-01:hover {
	background-image: url("/jami-ni26/wpo/wp-content/themes/jami/img/top-menu-01_hv.jpg");
	background-size: cover;
}

.top-button-02 {
	background-image: url("/jami-ni26/wpo/wp-content/themes/jami/img/top-menu-02.jpg");
	padding: 2.5em 0em 2.5em 0em;
	background-size: cover;
	font-weight: bold;
	text-shadow: 0.00px -0.00px 5px #000000;
	font-size: 22px;
	color: var(--swatch-var-6302) !important;
	letter-spacing: 2px;
}

.top-button-02:hover {
	background-image: url("/jami-ni26/wpo/wp-content/themes/jami/img/top-menu-02_hv.jpg");
	background-size: cover;
}

.top-button-03 {
	background-image: url("/jami-ni26/wpo/wp-content/themes/jami/img/top-menu-03.png");
	padding: 2.5em 0em 2.5em 0em;
	background-size: cover;
	text-shadow: 0.00px -0.00px 30px #000000;
	font-size: 22px;
	color: var(--swatch-var-6302) !important;
	letter-spacing: 2px;
	font-weight: bold;
}

.top-button-03:hover {
	background-image: url("/jami-ni26/wpo/wp-content/themes/jami/img/top-menu-03_hv.jpg");
	background-size: cover;
}

.img-sns-style {
	width: 50px;
	margin-top: -3px;
}

.dropdown-menu li a:hover {
	background-color: var(--swatch-var-6992);
}

.p-tel-small {
	font-size: 15px;
}

.colimn-00 {
	padding: 0px 15px 0px 15px;
}

.buttaon-menu-top-left {
	background-color: var(--swatch-var-6302);
	font-size: 15px;
	color: var(--swatch-var-501) !important;
	font-weight: bold;
	border-width: 0px 0px 0px 0px;
	border-color: var(--swatch-var-501) !important;
	border-style: solid;
}

.buttaon-menu-top-left:hover {
	color: var(--swatch-var-501) !important;
	background-color: var(--swatch-var-6302);
}

.buttaon-menu-top-right {
	background-color: var(--swatch-var-6302);
	font-size: 15px;
	color: var(--swatch-var-501) !important;
	font-weight: bold;
	border-width: 0px 0px 0px 0px;
	border-color: var(--swatch-var-501) !important;
	border-style: solid;
}

.buttaon-menu-top-right:hover {
	color: var(--swatch-var-501) !important;
	background-color: var(--swatch-var-6302);
}

.box-line-4 {
	border-style: solid;
	border-color: var(--swatch-var-208) !important;
	border-width: 1px 1px 1px 1px;
	padding: 1em 1em 1em 1em;
}

.orange-b {
	color: var(--swatch-var-208) !important;
}

.tit-h2-top-blue {
	font-size: 24px;
	font-weight: bold;
	color: var(--swatch-var-6406) !important;
}

.button-ikeda-top {
	background-color: var(--swatch-var-6302);
	color: var(--swatch-var-6406) !important;
	font-size: 18px;
	padding: 0.5em 1em 0.5em 1em;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: left;
}

.button-ikeda-top:hover {
	background-color: var(--swatch-var-6302);
	color: var(--swatch-var-1761) !important;
}

.tit-history {
	font-size: 36px;
	color: var(--swatch-var-7183) !important;
	font-family: "Shippori Mincho";
	letter-spacing: 5px;
}

.img-card {
	position: relative;
	z-index: 2;
}

.card-margin {
	margin-top: 5%;
	margin-left: -10%;
}

.box-card {
	background-color: var(--swatch-var-7210);
	padding: 5% 5% 5% 25%;
	position: relative;
	z-index: 1;
}

.button {
	padding: 10px 30px 10px 30px;
	text-transform: uppercase;
	font-size: 14px;
	color: var(--swatch-var-3048) !important;
	border-width: 1px 1px 1px 1px;
	border-radius: 30px 30px 30px 30px;
	border-style: solid;
	border-color: var(--swatch-var-3048) !important;
	background-color: transparent;
}

.button:hover {
	color: #FEFFFF !important;
	background-color: #414141;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: var(--swatch-var-7677) !important;
}

.card-margin-02 {
	margin-top: 3%;
	margin-right: -10%;
}

.box-card-02 {
	background-color: var(--swatch-var-6302);
	padding: 5% 15% 5% 5%;
	position: relative;
	z-index: 1;
	border-style: solid;
	border-color: var(--swatch-var-208) !important;
}

.button-ikeda-top-2 {
	background-color: var(--swatch-var-6302);
	color: var(--swatch-var-208) !important;
	font-size: 18px;
	padding: 0.5em 1em 0.5em 1em;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: left;
	border-color: var(--swatch-var-208) !important;
	border-style: solid;
}

.button-ikeda-top-2:hover {
	background-color: var(--swatch-var-208);
	color: var(--swatch-var-6302) !important;
}

.img-margin-left {
	margin-left: -94px;
}

.box-card-03 {
	background-color: var(--swatch-var-66);
	position: relative;
	z-index: 1;
}

.bloc-bloc-6-fill {
	fill: var(--swatch-var-7183);
}

.card-margin-left {
	margin-left: -21px;
}

.h1-rec {
	color: var(--swatch-var-6302) !important;
	font-size: 54px;
	font-family: "Helvetica";
	font-weight: 800;
	letter-spacing: -1px;
	line-height: 1em;
}

.img-margin-top {
	margin-top: -400px;
}

.h1-rec-n {
	font-weight: 200;
	letter-spacing: -2px;
}

.button-rec {
	font-size: 24px;
	color: var(--swatch-var-501) !important;
	background-color: var(--swatch-var-6302);
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	border-color: var(--swatch-var-851) !important;
	padding-top: 10px;
	padding-bottom: 10px;
}

.button-rec:hover {
	color: var(--swatch-var-208) !important;
	background-color: var(--swatch-var-6302);
	font-weight: bold;
}

.button-rec-r {
	font-size: 24px;
	color: var(--swatch-var-501) !important;
	background-color: var(--swatch-var-6302);
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: var(--swatch-var-851) !important;
	padding-top: 10px;
	padding-bottom: 10px;
}

.button-rec-r:hover {
	color: var(--swatch-var-208) !important;
	background-color: var(--swatch-var-6302);
	font-weight: bold;
}

.button-youkou {
	background-color: var(--swatch-var-644);
	font-size: 24px;
	color: var(--swatch-var-501) !important;
	text-align: left;
	text-indent: 20px;
	border-style: solid;
	border-color: var(--swatch-var-5430) !important;
	border-width: 0px 0px 1px 0px;
	font-weight: 100;
	letter-spacing: 2px;
	padding: 1em 1em 1em 1em;
}

.button-youkou:hover {
	background-color: var(--swatch-var-644);
	color: var(--swatch-var-208) !important;
}

.orange-b2 {
	color: var(--swatch-var-208) !important;
	font-size: 20px;
	line-height: 1.5em;
}

.box-message {
	background-color: var(--swatch-var-6302);
	padding: 1.5em 1.5em 1.5em 1.5em;
	background-image: url("/jami-ni26/wpo/wp-content/themes/jami/img/box-orange.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 50px 50px;
}

.img-message--style {
	width: 350px;
}

.img-flame-n {
	margin-top: 1px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.img-flame-red-n {
	border-style: solid;
	border-color: var(--swatch-var-6654) !important;
	border-width: 1px 1px 1px 1px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.buttaon-menu-top-n {
	background-color: var(--swatch-var-6302);
	font-size: 15px;
	color: var(--swatch-var-501) !important;
	font-weight: bold;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.buttaon-menu-top-n:hover {
	color: var(--swatch-var-501) !important;
	background-color: var(--swatch-var-6302);
}

.buttaon-menu-top-red-n {
	background-color: var(--swatch-var-6654);
	font-size: 15px;
	color: var(--swatch-var-6302) !important;
	font-weight: bold;
	border-width: 0px 0px 0px 0px;
	border-color: var(--swatch-var-851) !important;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.buttaon-menu-top-red-n:hover {
	color: var(--swatch-var-6302) !important;
	background-color: var(--swatch-var-6654);
}

.kangobu-b {
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 1px;
	color: var(--swatch-var-1771) !important;
}

.youkou-button {
	border-style: solid;
	border-color: #CCCCCC !important;
	border-width: 0px 0px 1px 0px;
}

.red {
	color: var(--swatch-var-1800) !important;
	font-weight: bold;
}

.button-contact {
	margin-left: 15px;
	background-color: var(--swatch-var-6302);
	color: var(--swatch-var-208) !important;
	font-size: 16px;
	padding: 5px 15px 5px 15px;
	font-weight: bold;
	border-radius: 5px 5px 5px 5px;
	border-color: var(--swatch-var-208) !important;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
}

.button-contact:hover {
	background-color: var(--swatch-var-6302);
	color: var(--swatch-var-208) !important;
}

.box-red {
	font-weight: bold;
	border-width: 3px 3px 3px 3px;
	border-color: var(--swatch-var-1800) !important;
	border-style: solid;
}

.line-right-no {
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: var(--swatch-var-851) !important;
	text-align: center;
}

.tit-news {
	font-size: 22px;
	border-style: solid;
	border-color: var(--swatch-var-1228) !important;
	border-width: 0px 0px 1px 0px;
	padding-bottom: 15px;
}

.box-korekara {
	background-color: var(--swatch-var-6302);
	padding: 3em 3em 3em 3em;
	margin-bottom: 100px;
}

.bloc-margin-top {
	margin-top: -8px;
	position: relative;
	z-index: 1;
}

.p-korekara {
	font-size: 16px;
	line-height: 2em;
}

.row-margin-top-kangosi {
	margin-top: -25%;
}

.box-kangoshi {
	padding: 0.5em 0.5em 0.5em 0.5em;
	background-color: var(--swatch-var-7579);
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

.hero-h3 {
	font-size: 28px;
	color: var(--swatch-var-208) !important;
	letter-spacing: 2px;
}

.hero-p {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
}

.tag-2:hover {
	background-color: var(--swatch-var-208);
	color: var(--swatch-var-6302) !important;
}

.box-line-bk {
	background-color: var(--swatch-var-2183);
	z-index: 1;
	position: relative;
	font-size: 16px;
	padding: 20px 20px 20px 20px;
}

.button-bk-line {
	background-color: transparent;
	color: #FFFFFF !important;
	font-size: 14px;
	font-weight: bold;
	border-style: solid;
	border-color: #FFFFFF !important;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	padding: 10px 10px 10px 10px;
}

.button-bk-line:hover {
	background-color: var(--swatch-var-1424);
	color: #FFFFFF !important;
	border-style: _popUpItemAction:;
}

.green {
	color: var(--swatch-var-3048) !important;
}

.img-bloc-171-style {
	width: 150px;
}

.img-baloo-style {
	width: 250px;
}

.p-strong {
	font-size: 36px;
	font-weight: bold;
}

.text-link {
	text-decoration: underline !important;
	color: var(--swatch-var-3048) !important;
}

.text-link:hover {
	text-decoration: underline !important;
	color: var(--swatch-var-4304) !important;
}

.faq-q {
	font-size: 18px;
	color: var(--swatch-var-208) !important;
}

.q-tit {
	font-size: 36px;
}

.box-hd {
	background-color: var(--swatch-var-5610);
	padding: 15px 30px 15px 30px;
	border-radius: 060px 060px 060px 060px;
}

.omoi {
	font-size: 36px;
	font-weight: normal;
	line-height: 48px;
}

.box-line-red {
	background-color: var(--swatch-var-3633);
	border-radius: 30px 30px 30px 30px;
	position: relative;
	z-index: 1;
	color: var(--swatch-var-6302) !important;
}

.img-img-34-style {
	width: 900px;
}

.box-line-red:hover {
	background-color: var(--swatch-var-501);
}

.top-eng {
	font-size: 40px;
	text-transform: uppercase;
}

.button-blue {
	background-color: #36BFFE;
	color: #F7F7EC !important;
	font-size: 14px;
	text-align: left;
	border-style: _popUpItemAction:;
	border-color: rgba(0, 44, 127, 0.15) !important;
	margin-left: 0px;
	margin-right: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	font-weight: bold;
	padding: 1rem 3rem 1rem 3rem;
	border-radius: 30px 30px 30px 30px;
}

.button-blue:hover {
	background-color: #FFCB00;
	color: #1D1D1D !important;
}

.btn-margin-left {
	margin-left: 32px;
}

.btn-blue-02 {
	background-color: #FFFFFF;
	color: #3B3B3B !important;
	font-size: 14px;
	font-weight: bold;
	border-style: solid;
	border-color: #EBEBEB !important;
	padding: 15px 50px 15px 50px;
	border-radius: 30px 30px 30px 30px;
	border-width: 3px 3px 3px 3px;
}

.btn-blue-02:hover {
	background-color: #71D7FF;
	border-color: #71D7FF !important;
	color: #3B3B3B !important;
}

.h2-eng {
	font-size: 45px;
	font-weight: bold;
	line-height: 48px;
	direction: rtl;
	font-family: "Josefin Sans";
	text-transform: uppercase;
}

.button-line-02 {
	font-size: 14px;
	color: #1D1D1D !important;
	background-color: #FFFFFF;
	font-weight: bold;
	padding: 15px 50px 15px 50px;
	border-width: 1px 1px 1px 1px;
}

.button-line-02:hover {
	background-color: #3B3B3B;
	border-color: #3B3B3B !important;
	border-style: solid;
	color: #FFFFFF !important;
	border-width: 1px 1px 1px 1px;
}

.box-line-red-2 {
	background-color: var(--swatch-var-6302);
	border-radius: 30px 30px 30px 30px;
	position: relative;
	z-index: 1;
	color: var(--swatch-var-3633) !important;
	border-style: solid;
	border-color: var(--swatch-var-3633) !important;
	border-width: 2px 2px 2px 2px;
	font-size: 15px;
	font-weight: bold;
}

.box-line-red-2:hover {
	background-color: var(--swatch-var-3633);
	color: var(--swatch-var-6302) !important;
}

.margin-line {
	margin-top: 1rem;
	margin-bottom: 1.5rem;
}

.button-menu {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	font-size: 16px;
	background-color: var(--swatch-var-6302);
	color: #1D1D1D !important;
	margin-bottom: 10px;
	text-align: left;
	padding-left: 2rem;
	border-style: solid;
	border-color: var(--swatch-var-1771) !important;
	border-width: 1px 1px 1px 4px;
	font-weight: bold;
}

.button-menu:hover {
	color: var(--swatch-var-1771) !important;
	border-style: solid;
	border-width: 1px 1px 1px 4px;
	font-weight: bold;
	background-color: var(--swatch-var-6302);
}

.tit-h4 {
	font-size: 18px;
}

.img-kagoshima-style {
	width: 350px;
}

.tit-h2-2 {
	color: var(--swatch-var-3048) !important;
	font-weight: bold;
	font-size: 20px;
	border-width: 0px 0px 0px 3px;
	border-style: solid;
	border-color: var(--swatch-var-3048) !important;
	padding-left: 15px;
}

.img-bn-jsph-style {
	width: 350px;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root {

	--swatch-var-6302: rgba(255, 255, 255, 1.00);

	--swatch-var-501: rgba(30, 30, 30, 1.00);

	--swatch-var-5497: rgba(0, 126, 255, 1.00);

	--swatch-var-884: rgba(0, 0, 0, 0.00);

	--swatch-var-506: rgba(240, 240, 240, 1.00);

	--swatch-var-4954: rgba(245, 245, 235, 1.00);

	--swatch-var-1800: rgba(255, 102, 206, 1.00);

	--swatch-var-1951: rgba(255, 180, 0, 1.00);

	--swatch-var-6881: rgba(161, 81, 150, 1.00);

	--swatch-var-208: rgba(89, 172, 255, 1.00);

	--swatch-var-6654: rgba(239, 65, 53, 1.00);

	--swatch-var-6992: rgba(255, 245, 229, 1.00);

	--swatch-var-1228: rgba(210, 210, 210, 1.00);

	--swatch-var-5430: rgba(204, 204, 204, 1.00);

	--swatch-var-7677: rgba(17, 17, 17, 1.00);

	--swatch-var-3313: rgba(150, 150, 150, 1.00);

	--swatch-var-3048: rgba(1, 145, 68, 1.00);

	--swatch-var-66: rgba(146, 216, 249, 1.00);

	--swatch-var-851: rgba(60, 60, 60, 1.00);

	--swatch-var-644: rgba(250, 250, 245, 1.00);

	--swatch-var-4584: rgba(214, 241, 251, 1.00);

	--swatch-var-1771: rgba(210, 115, 0, 1.00);

	--swatch-var-4877: rgba(184, 240, 160, 1.00);

	--swatch-var-3633: rgba(255, 150, 24, 1.00);

	--swatch-var-2831: rgba(14, 165, 87, 1.00);

	--swatch-var-6406: rgba(0, 101, 193, 0.82);

	--swatch-var-1060: rgba(255, 255, 255, 0.00);

	--swatch-var-6514: rgba(255, 237, 250, 1.00);

	--swatch-var-2600: rgba(228, 246, 252, 1.00);

	--swatch-var-5556: rgba(255, 142, 210, 1.00);

	--swatch-var-4713: rgba(252, 220, 163, 1.00);

	--swatch-var-3238: rgba(255, 255, 255, 0.00);

	--swatch-var-7183: rgba(200, 100, 25, 0.70);

	--swatch-var-1761: rgba(117, 203, 255, 1.00);

	--swatch-var-7210: rgba(247, 247, 239, 1.00);

	--swatch-var-135: #A9F3B8;

	--swatch-var-2180: rgba(184, 240, 108, 1.00);

	--swatch-var-4145: rgba(240, 240, 230, 1.00);

	--swatch-var-7129: rgba(230, 90, 0, 1.00);

	--swatch-var-6453: #0064DC;

	--swatch-var-1334: #FCD08B;

	--swatch-var-2591: rgba(210, 115, 0, 0.95);

	--swatch-var-7579: rgba(245, 245, 235, 0.94);

	--swatch-var-1424: rgba(97, 196, 93, 1.00);

	--swatch-var-4304: #46B446;

	--swatch-var-7256: #3FB46E;

	--swatch-var-5610: rgba(128, 193, 57, 1.00);

	--swatch-var-2183: rgba(0, 185, 0, 1.00);

	--swatch-var-1666: #F6F2EA;

	--swatch-var-6683: #FFCB00;

	--swatch-var-4119: #198EE0;

}


/* Background colour styles */

.bgc-4954 {
	background-color: var(--swatch-var-4954);
}

.bgc-4145 {
	background-color: var(--swatch-var-4145);
}

/* Bloc image backgrounds */

.bg-haikei {
	background-image: url("/jami-ni26/wpo/wp-content/themes/jami/img/haikei.png");
}



/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
	.bloc-xxl-sm {
		padding: 200px 20px;
	}

	.bloc-xl-sm {
		padding: 150px 20px;
	}

	.bloc-lg-sm {
		padding: 100px 20px;
	}

	.bloc-md-sm {
		padding: 50px 20px;
	}

	.bloc-sm-sm {
		padding: 20px;
	}

	.bloc-no-padding-sm {
		padding: 0 20px;
	}
}

@media (min-width: 768px) {
	.bloc-xxl-md {
		padding: 200px 20px;
	}

	.bloc-xl-md {
		padding: 150px 20px;
	}

	.bloc-lg-md {
		padding: 100px 20px;
	}

	.bloc-md-md {
		padding: 50px 20px;
	}

	.bloc-sm-md {
		padding: 20px 20px;
	}

	.bloc-no-padding-md {
		padding: 0 20px;
	}
}

@media (min-width: 992px) {
	.bloc-xxl-lg {
		padding: 200px 20px;
	}

	.bloc-xl-lg {
		padding: 150px 20px;
	}

	.bloc-lg-lg {
		padding: 100px 20px;
	}

	.bloc-md-lg {
		padding: 50px 20px;
	}

	.bloc-sm-lg {
		padding: 20px;
	}

	.bloc-no-padding-lg {
		padding: 0 20px;
	}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px) {

	.bloc.full-width-bloc,
	.bloc-tile-2.full-width-bloc .container,
	.bloc-tile-3.full-width-bloc .container,
	.bloc-tile-4.full-width-bloc .container {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 991px) {
	.container {
		width: 100%;
	}

	.bloc {
		padding-left: constant(safe-area-inset-left);
		padding-right: constant(safe-area-inset-right);
	}

	/* iPhone X Notch Support*/
	.bloc-group,
	.bloc-group .bloc {
		display: block;
		width: 100%;
	}
}

@media (max-width: 767px) {

	.bloc-tile-2 .container,
	.bloc-tile-3 .container,
	.bloc-tile-4 .container {
		padding-left: 0;
		padding-right: 0;
	}

	.btn-dwn {
		display: none;
	}

	.voffset {
		margin-top: 5px;
	}

	.voffset-md {
		margin-top: 20px;
	}

	.voffset-lg {
		margin-top: 30px;
	}

	form {
		padding: 5px;
	}

	.close-lightbox {
		display: inline-block;
	}

	.blocsapp-device-iphone5 {
		background-size: 216px 425px;
		padding-top: 60px;
		width: 216px;
		height: 425px;
	}

	.blocsapp-device-iphone5 img {
		width: 180px;
		height: 320px;
	}
}

@media (max-width: 991px) {
	.blocsapp-special-menu blocsnav {
		color: #1D1D1D !important;
		background-color: rgba(255, 255, 255, 0.85);
	}

	.close-special-menu .close-icon {
		background-color: #1D1D1D;
	}

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

	.gnav-menu {
		line-height: 2em;
		margin-left: 10px;
		background-color: var(--swatch-var-884);
		padding-top: 0em;
		padding-bottom: 0em;
		border-bottom-width: 1px;
		border-color: var(--swatch-var-1228) !important;
		margin-bottom: 0px;
	}

	.gnav-hd {
		line-height: 0.8em;
		font-size: 12px;
		font-weight: bold;
	}

	h2 {
		font-size: 22px;
	}

	.p-eng-hero {
		font-size: 65px;
		line-height: 65px;
	}

	.hero-margin {
		margin-top: 8em;
		margin-bottom: 10em;
	}

	.tit-h2 {
		font-size: 28px;
		letter-spacing: 0px;
	}

	.orange-button {}

	.black-button {
		padding: 5px 5px 5px 5px;
	}

	.p-eng-top {
		font-size: 50px;
		line-height: 50px;
	}

	.p-tel {
		line-height: 36px;
	}

	.navbar-brand img {
		width: 200px;
		height: 51px;
	}

	.mov-flame {
		border-top-right-radius: 50px;
	}

	.orange-tit-h2 {
		text-align: center;
		font-size: 20px;
	}

	.tit-h3-top {
		font-size: 15px;
		letter-spacing: -1px;
	}

	.box-line {
		padding: 2em 2em 2em 2em;
		background-color: var(--swatch-var-6302);
	}

	.img-menu-style {
		width: 120px;
	}

	.p-tel-yoyaku {
		font-size: 28px;
	}

	.h3-top {
		font-size: 14px;
	}

	.人間ドッグ {}

	.bloc-divider-t-fill {
		height: 100px;
	}

	.text-center {}

	.button-orange {
		border-width: 1px 1px 1px 1px;
		margin-bottom: 10px;
	}

	.p-eng {
		font-size: 13px;
		line-height: 14px;
		letter-spacing: 1px;
	}

	.tit-h2-top {
		font-size: 18px;
	}

	.gnav-menu:hover {
		background-color: var(--swatch-var-1060);
	}

	.dropdown-menu li a {
		font-size: 14px;
		padding-top: 0em;
		padding-bottom: 0em;
	}

	.dropdown-menu {
		background-color: var(--swatch-var-1060);
	}

	.menu-icon-stroke {
		stroke: var(--swatch-var-2831) !important;
		fill: var(--swatch-var-2831) !important;
	}

	h3 {
		font-size: 18px;
	}

	.button-ikeda {
		margin-bottom: 5px;
		text-align: left;
	}

	.menu-icon-0-stroke {
		stroke: var(--swatch-var-6302) !important;
		fill: var(--swatch-var-6302) !important;
	}

	.button-hd {
		color: var(--swatch-var-6302) !important;
	}

	.gnav-top {
		color: var(--swatch-var-501) !important;
	}

	.tit-h1 {
		font-size: 24px;
	}

	.tit-h2-top-blue {
		font-size: 18px;
	}

	.button-ikeda-top {
		margin-bottom: 5px;
		text-align: left;
	}

	.p-small {
		font-size: 14px;
	}

	h4 {
		font-size: 12px;
		letter-spacing: 0px;
	}

	.card-margin {
		margin-left: 0%;
		margin-top: 0%;
	}

	.box-card {
		padding: 3em 3em 3em 3em;
	}

	.button {}

	.card-margin-02 {
		margin-top: 0%;
		margin-right: 0%;
	}

	.box-card-02 {
		padding: 3em 3em 3em 3em;
	}

	.button-ikeda-top-2 {
		margin-bottom: 5px;
		text-align: left;
	}

	.box-card-03 {
		padding: 3em 3em 3em 3em;
	}

	.img-margin-left {
		margin-bottom: -52px;
		margin-left: -1px;
	}

	.button-youkou {
		padding: 0.5em 0.5em 0.5em 0.5em;
	}

	.img-margin-top {
		margin-top: -100px;
	}

	.button-rec {
		font-size: 20px;
	}

	.button-rec-r {
		font-size: 20px;
	}

	.p-tel-small {
		font-size: 14px;
	}

	.row-margin-top-kangosi {
		margin-top: 0%;
	}

	.box-kangoshi {
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
	}

	.box-line-bk {
		width: 100%;
		margin-bottom: 5px;
		padding: 10px 10px 10px 10px;
	}

	.button-bk-line {
		font-size: 12px;
	}

	.row-margin-top {
		margin-left: 0px;
		margin-right: 0px;
	}

	.tit-h3 {
		font-size: 24px;
		letter-spacing: 0px;
	}

	h1 {
		font-size: 28px;
		text-align: center;
	}

	.p-strong {
		font-size: 26px;
	}

	.omoi {
		font-size: 36px;
	}

	.box-line2 {}

	.psmall {}

	.bloc-margin-top {
		margin-top: -5px;
	}

	.top-eng {
		font-size: 50px;
	}

	.h2-eng {}

	.button-menu {
		font-size: 12px;
	}

}

@media (max-width: 767px) {
	.nav-tag-01 {
		font-size: 12px;
	}

	.nav-tag-02 {
		font-size: 12px;
	}

	.p-top {
		font-size: 14px;
	}

	.orange-button {
		font-size: 13px;
		line-height: 23px;
	}

	.black-button {
		font-size: 13px;
		line-height: 23px;
	}

	.orange-tit-h2 {
		font-size: 18px;
	}

	.orange-tit-h2:hover {}

	.line-right {
		border-width: 0px 0px 0px 0px;
	}

	h2 {
		font-size: 20px;
	}

	.text-center {}

	.tit-h2-top {
		font-size: 18px;
	}

	p {
		font-size: 16px;
	}

	h3 {
		font-size: 16px;
	}

	.button-hd {
		color: var(--swatch-var-6302) !important;
	}

	.img-ikeda-daisu-style {
		width: 200px;
	}

	.hero-h1 {
		font-size: 20px;
	}

	.tit-h2-top-blue {
		font-size: 18px;
	}

	.button {
		font-size: 13px;
		line-height: 23px;
	}

	.img-margin-left {
		margin-left: 0px;
		margin-bottom: -15%;
	}

	.button-youkou {
		font-size: 18px;
	}

	.button-rec-r {
		font-size: 18px;
	}

	.button-rec {
		font-size: 16px;
	}

	h1 {
		font-size: 28px;
	}

	.img-margin-top {
		margin-top: -100px;
	}

	.navbar-brand img {
		width: 250px;
		height: 64px;
	}

	.line-right-no {
		border-right-width: 0px;
	}

	.p-tel-yoyaku {
		font-size: 24px;
	}

	.tit-h2 {
		font-size: 26px;
	}

	.tit-h3 {
		font-size: 24px;
	}

	.blue {
		text-align: center;
	}

	.top-eng {
		font-size: 40px;
	}

	.button-line-02 {
		margin-bottom: 10px;
	}

	.button-menu {
		margin-bottom: 1px;
	}

	.sidebar-nav {
		width: 230px !important;
	}

	.nav-special.sidebar-nav .nav>li {
		width: 80%;
	}

	.nav-invert .sidebar-nav .close-special-menu {
		left: 200px;
	}

}

@media (max-width: 575px) {
	p {
		font-size: 14px;
		line-height: 1.5em;
		letter-spacing: 0px;
	}

	h1 {
		font-size: 18px;
		letter-spacing: 0px;
	}

	h2 {
		font-size: 18px;
		line-height: 1.5em;
	}

	h3 {
		font-size: 14px;
		line-height: 1.5em;
	}

	h4 {
		font-size: 13px;
	}

	h5 {
		font-size: 14px;
	}

	.margin-top {
		margin-top: 60px;
	}

	.colimn-00 {
		padding: 0px 10px 0px 10px;
	}

	.gnav-menu {
		font-size: 15px;
		letter-spacing: 0px;
		color: var(--swatch-var-2831) !important;
	}

	.p-eng-hero {
		font-size: 50px;
		line-height: 50px;
	}

	.p-eng-small {
		line-height: 1.5em;
	}

	.nav-tag-01 {
		font-size: 10px;
		padding: 5px 5px 5px 5px;
	}

	.nav-tag-02 {
		font-size: 10px;
		padding: 5px 5px 5px 5px;
	}

	.line {
		padding-bottom: 10px;
		margin-bottom: 15px;
	}

	.h6-color {
		margin-bottom: 15px;
	}

	.p-top {
		font-size: 12px;
	}

	.btn-bk-02 {
		padding: 0px 30px 0px 30px;
	}

	.p-tel {
		font-size: 23px;
		color: var(--swatch-var-208) !important;
		line-height: 23px;
		padding-top: 5px;
	}

	.orange-button {
		padding: 10px 0px 10px 0px;
	}

	.black-button {
		padding: 3px 20px 3px 20px;
	}

	.gnav-icon {
		margin-left: 0px;
	}

	.tit-h2 {
		font-size: 24px;
		letter-spacing: 0px;
	}

	.tit-h3-top {
		font-size: 14px;
		letter-spacing: 0px;
	}

	.orange {
		color: var(--swatch-var-1771) !important;
	}

	.box-line {
		padding: 0.5em 0.5em 0.5em 0.5em;
		border-width: 3px 3px 3px 3px;
		border-radius: 10px 10px 10px 10px;
		border-color: var(--swatch-var-506) !important;
		margin-bottom: 10px;
	}

	.p-small {
		font-size: 12px;
		line-height: 1.5em;
		letter-spacing: 0px;
	}

	.box-line2 {
		padding: 1.5em 1.5em 1.5em 1.5em;
	}

	.p-eng-top {
		font-size: 28px;
		line-height: 28px;
	}

	.tit-h2-top {
		font-size: 18px;
	}

	.btn-line {
		text-align: left;
		font-size: 14px;
	}

	.margin-bottom {
		margin-bottom: 50px;
	}

	.logo-jami {
		width: 220px;
		height: 35px;
	}

	.hero-margin {
		margin-top: 6em;
		margin-bottom: 6em;
	}

	.navbar-brand img {
		width: 150px;
		height: 38px;
	}

	.orange-tit-h2 {
		font-size: 16px;
		text-align: center;
		color: var(--swatch-var-1771) !important;
		letter-spacing: 0px;
	}

	.menu-icon-stroke {
		stroke: var(--swatch-var-2831) !important;
		fill: var(--swatch-var-2831) !important;
	}

	.dropdown-menu li a {
		font-size: 14px;
	}

	.dropdown-menu {}

	.img-menu-style {
		width: 80px;
	}

	.bloc-divider-t-fill {
		height: 50px;
	}

	.bloc-bloc-43-margin-top {
		margin-top: 30px;
	}

	.text-center {}

	.tit-top-h3 {
		font-size: 16px;
	}

	.img-67-style {
		width: 100px;
	}

	.button-orange {
		margin-bottom: 5px;
		font-size: 12px;
		padding: 0.5em 0.5em 0.5em 0.5em;
	}

	.button-ikeda {
		font-size: 14px;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.box-line3 {
		padding: 0em 0em 0em 0em;
	}

	.p-eng {
		font-size: 12px;
		line-height: 12px;
	}

	.buttaon-menu-top {
		font-size: 12px;
		border-width: 0px 0px 0px 0px;
	}

	.blue-tit {
		font-size: 18px;
	}

	.tit-h3 {
		font-size: 16px;
		padding-bottom: 5px;
		text-align: left;
		letter-spacing: 1px;
		line-height: 1.8em;
	}

	.column-s {
		padding: 0.5em 1em 0.5em 1em;
	}

	.buttaon-menu-top-red {
		font-size: 12px;
	}

	.hero-h1 {
		font-size: 17px;
		letter-spacing: 1px;
		margin: 30% 0% 30% 0%;
	}

	.button-hd {
		font-size: 15px;
		color: var(--swatch-var-5497) !important;
		background-color: var(--swatch-var-4713);
	}

	.menu-icon-bloc-1-stroke {
		stroke: var(--swatch-var-6302) !important;
		fill: var(--swatch-var-6302) !important;
	}

	.gnav-top {
		color: var(--swatch-var-501) !important;
		letter-spacing: 0px;
		font-size: 15px;
		margin-left: 0px;
		border-color: var(--swatch-var-1228) !important;
		border-style: solid;
		border-width: 0px 0px 1px 0px;
	}

	.button-hd:hover {
		background-color: var(--swatch-var-6992);
	}

	.button-news-gray {
		font-size: 10px;
		text-align: center;
	}

	.button-news {
		font-size: 14px;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.tit-h1 {
		font-size: 20px;
		line-height: 1.5em;
	}

	.img-ikeda-daisu-style {
		width: 150px;
	}

	.menu-icon-0-stroke {
		stroke: var(--swatch-var-501) !important;
		fill: var(--swatch-var-501) !important;
	}

	.buttaon-menu-top-left {
		font-size: 12px;
		border-width: 0px 0px 0px 0px;
	}

	.buttaon-menu-top-right {
		font-size: 12px;
		border-width: 0px 0px 0px 0px;
	}

	.box-line-4 {
		padding: 0.5em 0.5em 0.5em 0.5em;
	}

	.tit-h2-top-blue {
		font-size: 18px;
	}

	.button-ikeda-top {
		font-size: 14px;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.tit-history {
		font-size: 24px;
		letter-spacing: 0px;
	}

	.card-margin {
		margin-left: 0%;
		margin-top: 0%;
	}

	.box-card {
		padding: 1em 1em 1em 1em;
	}

	.button {
		margin-bottom: 10px;
		padding: 5px 30px 5px 30px;
	}

	.card-margin-02 {
		margin-top: 0%;
		margin-right: 0%;
	}

	.box-card-02 {
		padding: 1em 1em 1em 1em;
	}

	.button-ikeda-top-2 {
		font-size: 14px;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.box-card-03 {
		padding: 1em 1em 1em 1em;
	}

	.img-margin-left {
		margin-bottom: -22px;
	}

	.img-card {}

	.img-margin-top {
		margin-top: -20%;
	}

	.h1-rec {
		font-size: 28px;
	}

	.button-rec {
		font-size: 18px;
		border-right-width: 0px;
		margin-bottom: 5px;
		background-color: var(--swatch-var-4713);
		border-left-width: 0px;
	}

	.button-rec-r {
		font-size: 18px;
		background-color: var(--swatch-var-4713);
		border-left-width: 0px;
		border-right-width: 0px;
	}

	.button-youkou {
		padding: 0.5em 0.5em 0.5em 0.5em;
		font-size: 18px;
		text-indent: 5px;
	}

	.box-message {
		padding: 0.5em 0.5em 0.5em 0.5em;
	}

	.buttaon-menu-top-n {
		font-size: 12px;
		border-width: 0px 0px 0px 0px;
	}

	.buttaon-menu-top-red-n {
		font-size: 12px;
	}

	.p-tel-yoyaku {
		font-size: 24px;
	}

	.p-tel-small {
		font-size: 12px;
	}

	.line-right {
		border-width: 0px 0px 1px 0px;
		padding-top: 15px;
		border-color: var(--swatch-var-1228) !important;
	}

	.line-right-no {
		border-bottom-width: 1px;
		padding-top: 15px;
		border-color: var(--swatch-var-1228) !important;
	}

	.box-korekara {
		padding: 1em 1em 1em 1em;
	}

	.p-korekara {
		font-size: 14px;
		line-height: 1.8em;
	}

	.bloc-margin-top {
		margin-top: 0px;
	}

	.hero-h3 {
		font-size: 20px;
	}

	.box-kangoshi {
		padding: 0em 0em 0em 0em;
	}

	.row-margin-top {
		margin-top: 0%;
	}

	.box-line-bk {
		margin-bottom: 5px;
		padding: 0px 0px 0px 0px;
		border-width: 0px 0px 0px 0px;
	}

	.button-bk-line {
		font-size: 12px;
		padding: 5px 15px 5px 15px;
	}

	.p-strong {
		font-size: 16px;
	}

	.p-kakui {}

	.faq-q {
		font-size: 16px;
	}

	.q-tit {
		font-size: 18px;
	}

	.omoi {
		font-size: 28px;
	}

	.img-style {
		width: 100px;
	}

	.container {
		max-width: 90%;
	}

	.white {}

	.box-line-red {
		font-size: 20px;
	}

	.bloc-bloc-1-margin-top {
		margin-top: -30px;
		position: relative;
		z-index: 1;
	}

	.top-eng {
		font-size: 30px;
		line-height: 40px;
	}

	.button-blue {
		margin-bottom: 5px;
		padding: 0.5rem 2rem 0.5rem 2rem;
	}

	.btn-margin-left {
		margin-left: 0px;
		padding: 0.5rem 0.5rem 0.5rem 0.5rem;
	}

	.btn-blue-02 {
		padding: 15px 30px 15px 30px;
	}

	.h2-eng {
		font-size: 28px;
	}

	.button-line-02 {
		font-size: 14px;
		padding-right: 30px;
		padding-left: 30px;
	}

	.box-line-red-2 {
		font-size: 14px;
	}

	.margin-line {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}

	.button-menu {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		margin-bottom: 5px;
		padding-left: 1rem;
	}

	.tit-h4 {
		font-size: 16px;
	}

}



.houoku_block {
	margin-top: 20px;
}

.houkoku_inner {
	width: 50%;
	max-width: 600px;
}

.houkoku_inner img {
	height: auto;
	width: 100%;
	max-width: 600px;
	display: block;
	object-fit: contain;
}

.houkoku_inner p {
	display: block;
	padding-right: 15px;
	padding-left: 15px;
}

.houkokup {
	display: block;
	margin-bottom: 60px !important;
}

@media (max-width: 767px) {
	.houoku_block {
		margin-top: 0;
	}

	.houkoku_inner {
		width: 100%;
		margin-top: 15px;
	}

	.houkokup {
		margin-bottom: 40px !important;
	}
}

.houkoku-nav {
	color: var(--swatch-var-3633) !important;
}