/* font loading */

/* * {
	border-style: solid;
	border-width: 1px;
} */

html {
	visibility: hidden;
}

html.wf-active {
	visibility: visible;
}

/* printer suport */

div.pageblock {
	page-break-after: always;
}

/* base color ********************************************************************/

.background-white {
	background-color: white;
}

.background-blue {
	background-color: #54C3f1;
}

.background-cream {
	background-color: #FFFCE4;
}

.background-orange {
	background-color: #f08300;
}

.background-red {
	background-color: #EB615A;
}

.background-green {
	background-color: #6EB92C;
}

.background-yellow {
	background-color: #f18D00;
}

.color-white {
	color: white;
}

.color-black {
	color: black;
}

.color-gray {
	color: gray;
}

.color-blue {
	color: #54C3f1;
}

.color-cream {
	color: #FFFCE4;
}

.color-orange {
	color: #f08300;
}

.color-red {
	color: #EB615A;
}

.color-green {
	color: #6FBA2C;
}
.color-green2 {
	color: #23ac39;
}

/* font weight ********************************************************************/

body, .reguler {
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.bolder {
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 900;
	font-style: normal;
}

.bold {
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.lighter {
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 200;
	font-style: normal;
}

.regulerM {
	font-family: kozuka-mincho-pr6n, serif;
	font-weight: 400;
	font-style: normal;
}

.boldM {
	font-family: kozuka-mincho-pr6n, serif;
	font-weight: 700;
	font-style: normal;
}

/* nav bar ********************************************************************/

.nav-item {
	font-weight: bold;
	font-size: 14px;
	margin-left: 2.8em;
}

/* nav */

.nav-item {
	margin-left: 1em;
}

.navbar-toggler {
	background-color: #ffffff;
}

.navbar-toggler {
	border-color: #000000;
}

button[aria-expanded="true"] {
	background-image: url("../images/nav_batu.svg");
	width: 43px;
}

button[aria-expanded="false"] {
	background-image: url("../images/nav_maru.svg");
	width: 43px;
}

/* .navbar-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
} */

.navfontColor a {
	color: #000000;
}

.navfontColor a:hover {
	background-color: azure;
}

/* body positioin adjust ***************************************/

body {
	font-feature-settings: "palt" 1;
	padding-top: 6.5rem;
}

.wrap {
	overflow: hidden;
	margin-bottom: 6.5rem;
}

/*****************************************************************/

h1 {
	font-size: 24px;
	font-weight: lighter;
	text-align: left;
	/* margin: 74px 0 0 0; */
}

.h1box {
	padding-left: 2em;
	width: 200px;
}

.h1border {
	border-bottom: solid 1px gray;
}

h2 {
	font-size: 22px;
	font-weight: bolder;
	text-align: center;
	/* margin: 32px 0 12px 0; */
}

h3 {
	font-size: 1.2rem;
	font-weight: bolder;
	text-align: left;
	/* margin: 32px 0 12px 0; */
}

/*****************************************************************/

.frame-box {
	margin: 2em 0 3em 0;
	padding: 0.5em 0 2em 0;
	border-style: none;
	border-radius: 40px;
	box-shadow: 4px 4px 12px black;
}

.relative {
	position: relative;
}

.justify {
	text-align: justify;
}

#logo {
	width: 200px;
}

.list_circle_10 {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: -10px;
	padding-inline-start: 10px;
}

.list_circle_10>li:before {
	content: "";
	width: 10px;
	height: 10px;
	display: inline-block;
	background-color: black;
	border-radius: 50%;
	margin-right: 2px;
}

.list_circle_12 {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: -12px;
	padding-inline-start: 12px;
}

.list_circle_12>li:before {
	content: "";
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 50%;
	margin-right: 2px;
}

.list_circle_16 {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: -16px;
	padding-inline-start: 16px;
	font-size: 19px;
}

.list_circle_16>li:before {
	content: "";
	width: 16px;
	height: 16px;
	display: inline-block;
	border-radius: 50%;
	margin-right: 2px;
}

.list_circle_16>li {
	margin-bottom: 0.7em;
}

.list_dot:before {
	content: "";
	width: 2px;
	height: 2px;
	display: inline-block;
	vertical-align: 0.25rem;
	border-radius: 50%;
	margin-right: 2px;
}

.list_color_black>li:before {
	background-color: black;
}

.list_color_gray>li:before {
	background-color: gray;
}

.list_color_green>li:before {
	background-color: #6FBA2C;
}

.list_color_green2>li:before {
	background-color: #23ac39;
}

.list_color_green3>li:before {
	background-color: #6eb92c;
}

.list_color_orange>li:before {
	background-color: #EA5504;
}

.list_color_purple:before {
	background-color: #a674b0;
}

.list_color_blue>li:before {
	background-color: #54C3F1;
}

.list_color_blue2>li:before {
	background-color: #00B4ED;
}

a a:link, a:visited, a:hover, a:active {
	/* color: black; */
	font-style: none;
	text-decoration: none;
}

#gototop {
	height: 64px;
	width: 64px;
	position: fixed;
	/* top: 95%; */
	bottom: 0px;
	/* transform: translateY(-50%); */
	left: 85%;
	z-index: 10000;
	/* 32px; */
	/* 85%; */
}

.circle_title>span, .circle_title2>span, .circle_point>span, .circle_point2>span {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-weight: bolder;
	text-align: center;
}

.circle_title>span {
	font-size: 2rem;
}

.circle_title2>span {
	font-size: 0.8rem;
	line-height: 1.2em;
}

.circle_point>span {
	font-size: 1rem;
}

.circle_point2>span {
	font-size: 1rem;
}

.circle_title, .circle_title2, .circle_point, .circle_point2 {
	display: block;
	position: absolute;
	border-radius: 50%;
}

.circle_title {
	width: 130px;
	height: 130px;
}

.circle_title2 {
	width: 70px;
	height: 70px;
}

.circle_point {
	width: 110px;
	height: 110px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.circle_point2 {
	width: 160px;
	height: 160px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.circle_caption {
	font-weight: bold;
	font-size: 1rem;
}

.footfontColor a {
	color: #ffffff;
}

.work_kunren {
	font-size: 3.3rem;
	font-weight: lighter;
}

.gyokan1 {
	line-height: 1.8rem;
}

a.navbar-brand>img {
	padding: 0;
	margin: 0;
}

a.navbar-brand {
	padding: 0;
	margin: 0;
}

.top_box {
	padding: 0.5em 0.75em;
	margin-bottom: 2.5em;
	color: black;
	background: white;
	border: solid 4px #9fA0A0;
	border-radius: 30px;
	width: 390px;
	height: auto;
	text-align:justify;

}

/* *{
	border: solid;
} */

.box_height1 {
	height: auto;
}

.top_boxline {
	border-left: solid 4px #9fA0A0;
	height: 20px;
	margin-left: 30px;
}

.top_boxline2 {
	border-top: solid 4px #9fA0A0;
	height: 2px;
	margin-left: 70px;
	width: 20px
}

#menu1[act="true"], #menu2[act="true"], #menu3[act="true"] {
	display: block;
}

#menu1[act="false"], #menu2[act="false"], #menu3[act="false"] {
	display: none;
}

.tb2 {
	margin-left: 90px;
	padding-left: 10px;
	margin-top: -50px;
	height: auto;
	width: 380px;
	padding-bottom: 30px;
}

.tb3 {
	margin-left: 90px;
	height: 420px;
	margin-top: -50px;
	padding-left: 10px;
}

.tb1 {
	margin-left: 90px;
	margin-top: -40px;
	padding-left: 10px;
	padding-bottom: 50px;
	padding-right: 4px;
}
.w75{
	width: 75%;
}

@media all and (-ms-high-contrast:none) {
	.ie-mr100 {
		margin-right: 100px;
	}
	.ie-mr120 {
		margin-right: 120px;
	}
	.ie-pt10 {
		padding-top: 10px;
	}
	.ie-pt15 {
		padding-top: 15px;
	}
	.ie-pt20 {
		padding-top: 20px;
	}
	.ie-pt30 {
		padding-top: 30px;
	}
	.ie-liht {
		line-height: 130px;
	}
	.ie-dayori {
		padding-top: 10px;
		height: 60px;
	}
	.w75{
		width: auto;
	}
}

@media screen and (max-width:1400px) {}

@media screen and (max-width:1199px) {
	/* nav */
	.nav-item {
		margin-left: 0.2em;
	}
}

@media screen and (max-width:991px) {
	/* nav */
	a.navbar-brand {
		padding: 0;
		margin: 0;
	}
	a.navbar-brand>img {
		width: 75%;
		padding: 0;
		margin: 0;
	}
	/* */
	body {
		font-feature-settings: "palt" 1;
		padding-top: 4rem;
	}
	.wrap {
		overflow: hidden;
		margin-bottom: 4rem;
	}
	.nav-item {
		font-weight: bold;
		font-size: 1rem;
		margin-left: 2.8em;
		line-height: 1.7em;
	}
}

@media screen and (max-width:768px) {}

@media screen and (max-width:576px) {
	/* nav */
	.list_circle_16 {
		list-style: none;
		margin: 0;
		padding: 0;
		text-indent: -13px;
		padding-inline-start: 13px;
	}
	.list_circle_16>li:before {
		width: 13px;
		height: 13px;
	}
	.list_circle_16 {
		font-size: 13px;
	}
	.circle_title2 {
		width: 70px;
		height: 70px;
	}
	.circle_title2>span {
		font-size: 0.8rem;
		line-height: 1.2em;
	}
	.top_box {
		padding: 0.5em 0.75em;
		margin-bottom: 2.5em;
		color: black;
		background: white;
		border: solid 4px #9fA0A0;
		border-radius: 30px;
		width: 100%;
		text-align:justify;
	}
	.tb1 {
		margin-left: 90px;
		margin-top: -50px;
		padding-left: 10px;
		width: 300px;
		padding-bottom: 50px;
	}
	.tb2 {
		margin-left: 90px;
		padding-left: 10px;
		margin-top: -50px;
		height: auto;
		width: 300px;
	}
	.tb3 {
		margin-left: 90px;
		height: 465px;
		margin-top: -50px;
		padding-left: 10px;
		width: 300px;
	}
	.h1box {
		padding-left: 0em;
		width: 200px;
	}
	.h1border {
		border-bottom: solid 1px gray;
	}
	h2 {
		font-size: 19px;
	}
	h3 {
		font-size: 1.1rem;
	}
}

@media screen and (max-width:400px) {
	.tb1 {
		height: auto;
		width: 235px;
		padding-bottom: 50px;
	}
	.tb2 {
		height: auto;
		width: 235px;
	}
	.tb3 {
		height: 570px;
		width: 235px;
	}
	.sps {
		font-size: 15px;
	}
}