.mobicon {
	display: none;
	position: absolute;
	left: 2em;
	bottom: 2em;
	height: 30px;
	width: 40px;
}

.mobicon span {
	position: absolute;
	width: 40px;
	height: 5px;
	left: 0px;
	background-color: #000;
	border-radius: 5px
}

.mobicon span.first {
	top: 0px;
}

.mobicon span.sec {
	top: 12px;
}

.mobicon span.third {
	top: 25px;
}

.mobicon.open span.sec {
	opacity: 0;
}

.mobicon.open span.first {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: 12px;
}

.mobicon.open span.third {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -12px;
}


@media (max-width : 1500px) {
	.banner .banner-text {
		width: 230px;
		height: 230px;
	}

	.banner .banner-text .bannerShow p {
		font-size: 32px;
	}

	.body-home .banner .banner-text {
		width: 288px;
		height: 288px;
	}

	.body-home .banner .banner-text .bannerShow p {
		font-size: 36px;
	}
}

@media (min-width:1281px) {
	#naviMain.naviDesktop {
		display: block !important;
		z-index: 99;
	}
	#naviMain.naviMobile {
		display: none;
	}
}

@media (max-width : 1280px) {

	.body-nobanner main,
	.banner {
		padding-top: 189px;
	}

	.mobicon {
		display: block;
	}

	#naviMain {
		display: none;
		position: fixed;
		top: 189px !important;
		left: 0;
		right: 0;
		z-index: 3;
		max-width: 420px;
	}
	.header-fixed #naviMain {
		top: 97px !important;
	}
	#naviMain.naviDesktop {
		display: none !important;
	}

	#naviMain>ul {
		background-color: #fff;
	}

	#naviMain>ul>li:first-child {
		border-top: 5px solid #FFF;
	}

	#naviMain>ul>li {
		display: block;
		width: 100%;
		background-color: #ffee2e;
		margin-bottom: 5px;
	}

	#naviMain>ul>li:hover>a,
	#naviMain>ul>li.active>a {
		background-color: #000;
		color: #ffee2e;
	}

	#naviMain>ul>li.active>ul>li:first-child {
		border-top: 5px solid #fff;
	}

	#naviMain>ul>li>ul {
		position: relative;
		padding-top: 0;
	}

	#naviMain>ul>li>ul>li.active>a {
		text-decoration: underline;
	}

	#naviMain>ul>li>ul>li>ul {
		position: relative;
		left: 0;
		padding-left: 0;
	}

	#naviMain>ul>li:hover>ul {
		opacity: 0;
		height: 0;
		overflow: hidden;
		visibility: hidden;
	}

	#naviMain>ul>li.open {
		background-color: #000;
		color: #ffee2e;
	}

	#naviMain>ul>li.open>ul {
		opacity: 1;
		height: auto;
		overflow: visible;
		visibility: visible;
	}

	#naviMain>ul>li>ul>li {
		color: #000;
	}

	#naviMain>ul>li>ul>li:hover>ul {
		opacity: 0;
		height: 0;
		overflow: hidden;
		visibility: hidden;
	}

	#naviMain>ul>li>ul>li.open>ul {
		opacity: 1;
		height: auto;
		overflow: visible;
		visibility: visible;
	}

	#naviMain>ul>li>ul>li:hover {
		background-color: #fff;
	}

	#naviMain>ul>li>ul>li:hover>a {
		text-decoration: underline;
	}

	#naviMain>ul>li>ul>li>ul>li:hover {
		background-color: #fff;
	}

	#naviMain>ul>li>ul>li>ul>li {
		font-size: 18px;
		padding-left: 10px;
	}

	main>*,
	.inner,
	.inner-1280 {
		margin-left: 2em;
		margin-right: 2em;
	}

	footer .inner {
		padding-left: 0;
	}

	.banner-text .inner {
		margin: 0;
	}

	#searchbox {
		position: absolute;
		bottom: 2em;
		right: 2em;
	}

	#searchbox .searchButton {
		width: 42px;
		height: 42px;
		top: 7px;
	}

	#searchbox .searchButton::before {
		font-size: 40px;
	}

	#searchbox .searchButton:hover,
	#searchbox.showSearch .searchButton {
		background-color: transparent;
	}

	#searchbox .tx-indexedsearch-searchbox-sword {
		top: auto;
		right: 0;
		bottom: -97px;
	}

	#naviMain>ul>li>ul,
	#naviMain>ul>li>ul>li>ul {
		transition: none;
	}

	.frame-type-menu_sitemap>ul {
		flex-direction: column;
	}

	#naviMain>ul>li>ul>li>ul>li {
		color: #000;
	}

	#naviMain>ul>li>ul>li.active:hover {
		background-color: transparent;
	}

	.layout-round-text .ce-bodytext>p {
		line-height: 28px;
	}

	.banner .banner-text {
		width: 190px;
		height: 190px;
	}

	.banner .banner-text .bannerShow p {
		font-size: 28px;
	}

	.body-home .banner .banner-text {
		width: 252px;
		height: 252px;
	}

	.body-home .banner .banner-text .bannerShow p {
		font-size: 32px;
	}

	.tx-powermail .powermail_fieldwrap_type_file .parsley-errors-list {
		top: 120%;
	}
	#naviMain.naviMobile {
		top: 155px;
	}
}

@media (max-width : 1150px) {
	.header #logo img {
		max-width: 170px;
	}

	.body-nobanner main,
	.banner {
		padding-top: 154px;
	}

	.layout-round-text .ce-bodytext {
		width: 170px;
		height: 170px;
	}

	.layout-round-text .ce-bodytext>p {
		font-size: 22px;
	}

	html,
	body,
	.variation-background-grey .col p,
	.accordion p,
	.accordion li,
	footer p,
	.footerNavigation>ul>li {
		font-size: 18px;
	}

	h1 {
		font-size: 35px;
	}

	.variation-background-grey .col .frame-type-text {
		padding: 1.5rem;
	}

	.variation-background-grey .col h2,
	h2 {
		font-size: 25px;
	}

	footer .inner {
		flex-direction: column;
	}

	footer .inner>div:first-child {
		margin-bottom: 1rem;
	}

	main li::after {
		top: 13px;
	}

	main h1 {
		font-size: 25px;
	}

	.variation-background-grey .col h2,
	h2 {
		font-size: 20px;
	}

	html,
	body,
	.variation-background-grey .col p,
	.accordion p,
	.accordion li,
	.fWrap:before,
	.frame-type-menu_sitemap>ul>li,
	.tx-powermail .powermail_fieldwrap select,
	.tx-powermail .powermail_fieldwrap textarea,
	.tx-powermail .powermail_fieldwrap input {
		font-size: 16px;
	}

	.breadcrumb-item {
		display: none;
	}

	#searchbox .tx-indexedsearch-searchbox-sword {
		bottom: -79px;
	}

	.tx-powermail .powermail_fieldwrap label {
		line-height: 36px;
	}

	.checkbox label .checkmark,
	.radio label .checkmark {
		top: -10px;
	}

	footer .inner>div {
		order: 1;
	}

	footer .inner>div:first-child {
		order: 2;
	}

	.footerNavigation {
		margin-bottom: 2rem;
	}

	.footerNavigation ul {
		justify-content: flex-end;
	}

	.footerNavigation>ul>li {
		margin-right: 60px;
		font-size: 25px;
	}

	.footerNavigation>ul>li:last-child {
		margin-right: 0;
	}

	footer p {
		font-size: 20px;
	}

	.shariff .orientation-horizontal {
		flex-wrap: nowrap;
	}

	.accordionOut>header:after {
		height: 30px;
		width: 20px;
	}

	.banner .banner-text {
		width: 150px;
		height: 150px;
	}

	.banner .banner-text .bannerShow p {
		font-size: 22px;
	}

	.body-home .banner .banner-text {
		width: 252px;
		height: 252px;
	}

	.body-home .banner .banner-text .bannerShow p {
		font-size: 32px;
	}
	#naviMain.navMobile {
		top: 155px;
	}
}

@media (max-width : 750px) {
	.grid>.row>.col {
		width: 100%;
	}

	.layout-round-text .grid_50_50>.row>.col_50_1 {
		margin-bottom: 2rem;
	}

	.layout-grid-no-padding .grid>.row {
		flex-direction: column;
	}

	.layout-grid-no-padding .col_50_1 * {
		width: 100%;
	}

	.banner .swiper-slide img {
		height: 490px;
		object-fit: cover;
	}

	.footerNavigation ul {
		justify-content: unset;
		flex-wrap: wrap;
		align-items: unset;
		text-align: left;
	}

	.footerNavigation ul>li {
		margin-bottom: 0.5rem;
		flex-basis: 100%;
	}

	.footerNavigation ul>li.nav13 {
		margin-bottom: 2rem;
	}

	.footerNavigation ul>li.nav12,
	.footerNavigation ul>li.nav82 {
		flex-basis: 42px;
	}

	.accordionOut>.accordion {
		padding: 1.5em;
	}

	.layout-small-content .ce-intext.ce-left .ce-gallery {
		float: none;
		margin-bottom: 1rem;
		text-align: center;
		margin-right: 0;
	}

	.layout-small-content .ce-intext.ce-left .ce-gallery * {
		width: 100%;
		height: auto;
	}

	.layout-small-content p {
		padding-bottom: 0;
	}

	.layout-round-text .ce-gallery {
		margin-bottom: 0;
		height: 250px;
		display: flex;
	}

	.layout-round-text .ce-gallery * {
		height: 250px;
		width: 100%;
	}

	.layout-round-text img {
		object-fit: cover;
	}

	footer .inner {
		padding-right: 0;
	}

	h1 {
		font-size: 30px;
	}

	/*#header { padding-bottom: 50px; }*/

	.tx-powermail .powermail_fieldwrap {
		flex-direction: column;
	}

	.tx-powermail .powermail_fieldwrap label {
		line-height: normal;
		margin-bottom: 5px;
	}

	.tx-powermail .powermail_fieldwrap label,
	.tx-powermail .powermail_fieldwrap .powermail_field {
		width: 100%;
	}

	.tx-powermail .powermail_fieldset_1 {
		padding: 25px 25px;
	}

	.tx-powermail .powermail_fieldwrap_type_file .parsley-errors-list {
		left: 0;
	}

	.banner .banner-text {
		width: 252px;
		height: 252px;
	}

	.banner .banner-text .bannerShow p {
		font-size: 32px;
	}
}

@media (max-width : 600px) {

	.frame-type-felogin_login div label,
	.frame-type-felogin_login div input {
		font-size: 16px;
	}

	.frame-type-felogin_login div label {
		line-height: 36px;
	}

	.frame-type-felogin_login form fieldset:first-child {
		padding: 25px 25px;
	}

	.frame-type-felogin_login div {
		flex-direction: column;
	}

	.frame-type-felogin_login div label,
	.frame-type-felogin_login div input {
		width: 100%;
	}

	.accordionOut>header:after {
		height: 25px;
		width: 15px;
	}

	.banner .swiper-slide img {
		height: 300px;
	}
}

@media (max-width : 500px) {
	.news-list-view .news-header .generalInformation span {
		font-size: 12px;
	}

	.accordionOut.accordionOpen>header::after {
		right: 15px;
	}

	.accordion li {
		margin-bottom: 10px;
	}

	.accordionOut>.accordion {
		padding: 1em;
	}

	.accordionOut>header {
		padding: 1em 3.5em 1em 1em;
	}

	.accordionOut>header::after {
		font-size: 25px;
		right: 15px;
	}

	#searchbox .tx-indexedsearch-searchbox-sword {
		width: 200px;
	}

	.tx-indexedsearch-searchbox input[type="text"] {
		width: 100%;
	}

	.tx-indexedsearch-searchbox input[type="submit"] {
		right: 10px;
	}
}