/*
Theme Name: Zelle PRO
Theme URI: https://themeisle.com/themes/zerif-pro-one-page-wordpress-theme/
Author: Themeisle
Author URI: https://themeisle.com
Description: Zelle PRO is a modern responsive WordPress Theme. It's perfect for web agencies, digital studios, corporate, product showcase, personal and business portfolio.
Version: 2.1.2
License: GNU General Public License version 2
License URI: license.txt
Text Domain: zerif
WordPress Available:  no
Requires License:    yes
Domain Path: /languages/
Tags: black, gray, red, white, one-column, two-columns, right-sidebar, responsive-layout, custom-background, custom-menu, editor-style, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset10
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearingsbody.custom-background

9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: 'M PLUS Rounded 1c', sans-serif !important;
	/* font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif !important; */
	/* font-family: inherit; */
	font-size: 16px;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	line-height: 1.6;
}
html {
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
body {
	background: #fff;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-family: 'M PLUS Rounded 1c', sans-serif !important;
	/* font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif !important; */
	cursor:auto;
}
/* Using background-attachment: fixed with background-size: cover causes issues on most mobile browsers. This is a fix for big title on ipad when opening the site in landscape */
@supports (-webkit-overflow-scrolling: touch) {
	body.custom-background {
		background-size: 100% !important;
		background-attachment: scroll !important;
	}
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after {
	content: "";
}
blockquote {
	quotes: "" "";
}
q {
  quotes: "“" "”" "‘" "’";
}
q:before {
	content: open-quote;
}
q:after {
	content: close-quote;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}
body {
	font-family: 'M PLUS Rounded 1c', sans-serif !important;
	/* font-family: 'Lato', Helvetica, sans-serif !important; */
	font-size: 14px;
	color: #808080;
	font-weight: normal;
	line-height: 25px;
	text-align: center;
}
/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
	width: device-width;
}
@-moz-viewport {
	width: device-width;
}
@-ms-viewport {
	width: device-width;
}
@-o-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
/* Other fixes*/
*,*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
i {
	vertical-align: middle;
}
ul, ol {
padding-left: 0 !important;
}
/* Selection colours (easy to forget) */
::selection {
	background: #FC6D6D;
	color: #FFF;
}
::-moz-selection {
	background: #FC6D6D;
	color: #FFF;
}
a {
	color: #808080;
	-webkit-transition: all 700ms;
	transition: all 700ms;
}
a,a:hover {
	text-decoration: none;
}
a:hover {
	color: #cb4332;
}
p {
	margin: 0;
}
.full-width {
	width: 100%;
	margin: auto;
}
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'M PLUS Rounded 1c', sans-serif !important;
	/* font-family: sans-serif; */
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
p {
	/* margin-bottom: 1.5em; */
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
	line-height: 26px;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	white-space: initial;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
dl {
	margin: 0 20px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	margin-bottom: 10px;
	display: block;
	clear: both;
}
h1,h2 {
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-weight: 700;
	line-height: 35px;
}
h1,
h1 span {
	font-size: 30px;
}
h2 {
	font-size: 1.4em;
	
}
h3 {
	font-size: 24px;
}h4 {
	font-size: 18px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 16px;
}
/* Uniform font-size in most common tags that are allowed on front page section's title */
.home .section-header > h2 a,
.home .section-header > h2 strong,
.home .section-header > h2 i,
.home .section-header > h2 b,
.home .section-header > h2 small,
.home .section-header > h2 u,
.home .section-header > h2 em {
	font-size: inherit;
}
/* Uniform font-size in most common tags that are allowed on front page section's subtitle */
.home .section-header > h6 a,
.home .section-header > h6 strong,
.home .section-header > h6 i,
.home .section-header > h6 b,
.home .section-header > h6 small,
.home .section-header > h6 u,
.home .section-header > h6 em {
	font-size: inherit;
}
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	/* margin-bottom: 1.5em; */
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em 0;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 0;
}
.site-main p {
	margin: 0 0 24px;
	line-height:2.0;
}
table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
caption {
	font-size: 16px;
	margin: 20px 0;
}
th {
	font-weight: bold;
	text-transform: uppercase;
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
thead th{
	border: none;
}
 /*---------------------------------------
 **   5.1 Links                 -----
-----------------------------------------*/
a {
	color: #1DC3C9;
}
.copyright a {
	color: #FFF;
}

.copyright a:hover {
	color: #FFF;
	opacity: 0.5;

}

a:visited,
a:active {
	/* color: #FFF; */
}
a:hover,
a:focus {
	color: #808080 !important;
	/* opacity: 0.8; */
}

/*---------------------------------------
 **   Responsive            -----
-----------------------------------------*/
@media (max-width: 1200px) {

	.header-content-wrap {
		padding: 235px 0 150px;
	}

}

@media (min-width: 768px) and (max-width: 1024px) {

	/* TOP BAR ELEMENTS */
	 /* HOME */
	.intro {
		margin-top: 40%;
		line-height: 55px;
		font-size: 45px;
	}

	  /* ABOUT US */
	.about-us .column {
		margin-bottom: 40px;
	}
	.skills {
		margin-bottom: 78px !important;
	}

	  /* TEAM */
	.team-member .profile-pic {
		width: 128px;
		height: 128px;
	}
	.team-member .details {
		line-height: 14px;
	}
	  /* PURCHASE NOW */
	.purchase-now {
		margin: auto;
		text-align: center !important;
	}
	.purchase-now h3 {
		text-align: center;
		margin-bottom: 20px;
	}
	.purchase-now .button {
		float: none;
	}

	  /* FOOTER */
	footer .footer-box {
		padding-top: 40px;
	}
	footer .footer-box.copyright {
		padding-top: 72px;
	}
	.company-details {
		padding-top: 0;
		padding-bottom: 33px;
	}
	.four-cell {
		width: 33%;
		float: left;
	}
	.four-cell.copyright,
	.three-cell.copyright,
	.two-cell.copyright,
	.one-cell.copyright {
		width: 100%;
	}
	.three-cell {
		width: 50%;
		float: left;
	}
	.two-cell {
		width: 100%;
		float: left;
	}
	.four-cell {
		width: 33%;
		float: left;
	}
}
@media (max-width: 992px) {

	.purchase-now .red-btn{
		float: none;
	}
	.skills{
		margin-left: 0;
	}
	#client-feedbacks .feedback-box{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.header-content-wrap {
		padding: 225px 0 150px;
	}
	.intro-text{
		font-size: 45px;
		line-height: 55px;
	}
	.section-header h2{
		font-size: 35px;
	}
	.section-header {
		padding-bottom: 30px;
	}
	.focus, .works, .about-us, .features, .packages, .products, .testimonial, .contact-us {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.large-container {
		width: 100%;
	}
	.about-us .big-intro {
		text-align: center;
	}
	.zerif-modal-wrap {
		padding: 20px;
	}
	.zerif-close-button {
		top: 20px;
		right: 10px;
	}

}
@media (max-width: 767px) {

	/* HEADER */
	.bs-navbar-collapse {
		border: 0;
	}
	#main-nav {
		overflow: hidden !important;
	}
	.navbar-inverse .navbar-nav {
		padding-left: 10px;
		line-height: normal;
		text-align: center;
	}
	.navbar-inverse .navbar-nav>li {
		display: inline-block;
		margin-bottom: 0;
	}
	.navbar-inverse .navbar-nav > li {
		width: 100%;
		border-bottom: 1px solid #EDEDED;
		position: relative;
		margin: 8px 0 0 0;
		padding: 0 0 8px 0;
	}
	.navbar-inverse .navbar-nav > li a,
	.navbar.navbar-inverse .primary-menu > li a {
		text-align: left;
	}
	.navbar-inverse .navbar-nav ul.sub-menu,
	.navbar.navbar-inverse .primary-menu ul.sub-menu {
		display: none !important;
		position: relative;
		top: 0;
		box-shadow: none;
		width: 100%;
	}
	.navbar-inverse .navbar-nav li.this-open > ul,
	.navbar.navbar-inverse .primary-menu li.this-open > ul {
		display: block !important;
	}

	.primary-menu .this-open > ul.children {
		display: block !important;
	}

	.primary-menu ul.children li:last-child{
		border-bottom: initial;
	}

	.navbar-inverse .navbar-nav ul.sub-menu li,
	.navbar.navbar-inverse .primary-menu ul.sub-menu li {
		width: 100%;
		float: left;
	}
	.navbar-inverse .navbar-nav ul.sub-menu li a {
		width: 100%;
		float: left;
		padding: 8px 25px 8px 0;
		border-bottom: 1px solid #EDEDED;
	}
	.navbar-inverse .navbar-nav ul.sub-menu li:last-child a,
	.navbar.navbar-inverse .primary-menu ul.sub-menu li:last-child a {
		border-bottom: none;
	}
	.navbar-inverse .navbar-nav ul.sub-menu ul.sub-menu,
	.navbar.navbar-inverse .primary-menu ul.sub-menu ul.sub-menu {
		position: relative;
		left: 0;
		top: 0;
	}
	#main-nav {
		overflow: visible;
	}
	#main-nav,
	#main-nav.fixed {
		position: fixed;
	}
	.navbar-collapse {
		max-height: 100%;
	}
	.navbar-inverse .navbar-nav ul.sub-menu li,
	.navbar.navbar-inverse .primary-menu ul.sub-menu li {
		padding-left: 20px;
	}
	.navbar-inverse .navbar-nav ul.sub-menu li,
	.navbar.navbar-inverse .primary-menu ul.sub-menu li {
		padding-bottom: 0;
		padding-top: 0;
	}
	.dropdownmenu {
		display: block;
		position: absolute;
		z-index: 9;
		right: 0;
		top: 5px;
		width: 25px;
		height: 25px;
		margin: 0;
		padding: 0;
		border-radius: 3px;
		background: url(images/menu-icon.png) center center no-repeat #e96656;
	}
	.navbar.navbar-inverse .primary-menu button.dropdownmenu:hover {
		box-shadow: none;
	}
	.navbar-inverse .navbar-nav ul.sub-menu li,
	.navbar.navbar-inverse .primary-menu ul.sub-menu li {
		margin-right: 0;
		padding-right: 0;
	}
	.navbar-inverse .navbar-nav > li > a:hover,
	.navbar.navbar-inverse .primary-menu > li > a:hover {
		color: #40404;
	}
	.this-open > a {
		color: #e96656;
	}
	ul.nav > li.current_page_item > a:before {
		content: "";
		left: 0px;
		width: 50px;
	}
	li.current>a:before {
		content: "";
		display: none !important;
	}
	ul.nav > li.current_page_item > a:before {
		content: "";
		left: 0px;
		width: 50px;
	}
	/* HEADER */
	.menu-item-open-left ul ul,
	.navbar-inverse .navbar-nav li.menu-item-open-left ul.sub-menu ul.sub-menu,
	.navbar.navbar-inverse .primary-menu li.menu-item-open-left ul.sub-menu ul.sub-menu {
		left: 0;
		right: auto;
	}

	#main-nav .children {
		position: relative;
		background: #fff;
		width: 100%;
		box-shadow: initial;
		z-index: initial;
		right: initial;
		display: none;
	}

	/* HOME */
	.header {
		min-height: inherit;
		padding-bottom: 0 !important;
	}
	.intro {
		line-height: 8vh;
		font-size: 6.5vw;
	}
	.header-content-wrap {
		padding-top: 30%;
	}
	.intro-text{
		font-size: 41px;
		line-height: 49px;
	}
	.focus-box {
		margin-bottom: 75px;
	}
	.section-header {
		float: left;
		width: 100%;
	}
	.pirate-forms-g-recaptcha > div {
		display: inline-block;
	}
	.contact_submit_wrap {
		text-align: center;
	}

	  /* ABOUT US */
	.big-intro {
		text-align: center !important;
		font-size: 8vw !important;
	}
	.about-us .column {
		margin-bottom: 40px;
	}
	.skills {
		margin-bottom: 78px !important;
	}
	.our-clients{
		width: 100%;
		float: left;
	}

	  /* PURCHASE NOW */
	.purchase-now {
		margin: auto;
		text-align: center !important;
	}
	.purchase-now h3 {
		text-align: center;
		margin-bottom: 20px;
	}
	.purchase-now .button {
		float: none;
	}

	  /* FOOTER */
	.footer-box-wrap .footer-box:first-child {
		padding-top: 40px;
	}
	.company-details {
		padding-top: 0;
		padding-bottom: 33px;
	}
	.copyright {
		width: 100%;
		padding-top: 33px;
		padding-bottom: 33px;
	}
	/* comments */
	.comment-metadata {
		position: relative;
		top: 0px;
		right: 0px;
	}
	.comments-area ul.children {
		margin-left: 0.5em;
	}
	.three-cell {
		width: 50%;
		float: left;
	}
	.two-cell {
		width: 100%;
		float: left;
	}
	.four-cell {
		width: 100%;
		float: left;
	}
	.listpost-content-wrap-large {
		position: relative;
	}
	.menu-align-center .responsive-logo > a {
		float: left;
	}

	.woocommerce .col2-set, .woocommerce-page .col2-set, .woocommerce-checkout .col2-set,
	.woocommerce-page .woocommerce #order_review {
		width: 100%;
	}

}
@media (max-width: 600px) {
	.listpost-content-wrap-large {
		position: relative;
	}
	.listpost-content-wrap-large {
		padding: 20px 0px 0px 0px;
	}
	.entry-meta-large {
		position: relative;
		float: left;
		width: 100%;
	}
	.entry-footer-large {
		padding-right: 0;
	}
}
@media (max-width: 480px) {

/* HOME */
	.intro {
		margin-top: 60%;
		line-height: 6vh;
		font-size: 6.5vw;
	}
	.header-content-wrap {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.intro-text{
		font-size: 32px;
		line-height: 37px;
	}
	h2 {
		font-size: 6.5vw ;
	}
	.other-focus-list ul li {
		display: block;
		text-align: left;
		margin-right: 0;
	}
	/* blog */
	.post-img-wrap {
		width: 100%;
	}
	.listpost-content-wrap {
		width: 100%;
		margin-top: 20px;
		/* float: left; */
	}
	.post-img-wrap a {
		float: none;
		margin: 0 auto;
		width: 250px;
		height: 250px;
	}
	.post-img-wrap {
		text-align: center;
		margin-right: 0;
	}
	.post-img-wrap a img{
		width: auto;
	}
	/* comments */
	.comment-reply-link{
		position: relative;
		margin-top: 10px;
	}
	.post-img-wrap a img{
		width: 100%;
		/* width: 250px; */
		height: auto;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3 ease-out;
	}
	article:not(.card-style) .post-img-wrap a:hover img{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3 ease-out;
	}
	/* footer */
	.four-cell,
	.three-cell,
	.two-cell,
	.one-cell {
		width: 100%;
		float: left;
	}
	.listpost-content-wrap-large{
		position: relative;
	}
	footer.entry-footer {
		padding-top: 0;
	}

	.contact-us form.wpcf7-form input[type="submit"] {
		width: 100%;
	}

}
@media (max-width: 320px) {
	.intro {
		line-height: 25px;
		font-size: 7vw;
	}
	.header-content-wrap {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.intro-text {
		font-size: 22px;
		line-height: 30px;
	}
	.client-list ul li {
		display: block;
	}
}


/* print */
@media print {

	body {
		font-size: 11.25pt;
	}
	a:link:after,
	a:visited:after {
		content: "";
	}
	header.header {
		min-height: 0 !important;
	}
	#main-nav {
		position: relative;
	}
	.header-content-wrap {
		padding: 30px 0 15px;
	}

	.buttons {
		text-align: center;
		margin-top: 0px;
		margin-bottom: 0;
	}
	.focus,
	.works,
	.about-us,
	.features,
	.packages,
	.products,
	.testimonial,
	.contact-us {
		padding-top: 15px;
	}
	.focus {
		padding-bottom: 0;
	}
	.big-intro,
	.focus .row .focus-box,
	.zerif_about_us_center,
	.zerif-rtl-skills .skills,
	#testimonials > .container > .row,
	.zerif-rtl-contact-name,
	.zerif-rtl-contact-email,
	.zerif-rtl-contact-subject,
	#contact > .container > .row .col-lg-12.col-sm-12,
	.purchase-now > .container > .row .col-md-9,
	.purchase-now > .container > .row .col-md-3,
	.separator-one > .color-overlay .container.text,
	.separator-one > .color-overlay > div,
	.cbp-rfgrid li,
	#subscribe .white-text,
	#subscribe .sub-heading,
	.best-value .package {
		-webkit-transform: translatex(0px) !important;
		-moz-transform: translatex(0px) !important;
		-ms-transform: translatex(0px) !important;
		transform: translatex(0px) !important;
		opacity: 1 !important;
	}
	.focus .row .focus-box {
		width: 23% !important;
		margin-right: 0;
		margin-left: 0;
		padding-left: 0;
		padding: 0 1.5%;
		margin-bottom: 0;
	}
	.about-us {
		padding-bottom: 0;
	}
	.about-us .column {
		margin-bottom: 0;
		width: 100%;
		float: left;
		margin-right: 0;
		margin-left: 0;
		padding-left: 0;
		margin-bottom: 0;
	}
	.about-us .big-intro {
		margin-top: 0;
		text-align: center;
	}
	.zerif-rtl-big-title,
	.zerif-rtl-skills,
	.zerif-rtl-skills .skills {
		width: 100%;
	}
	.zerif-rtl-skills .skills li.skill {
		display: inline-block;
		clear: none;
		float: left;
		width: 25%;
		margin-bottom: 0;
	}
	.about-us p {
		text-align: center;
	}
	.our-team {
		padding-top: 30px;
		padding-bottom: 0;
	}
	.our-team .row {
		-webkit-transform: translatex(0px) !important;
		-moz-transform: translatex(0px) !important;
		-ms-transform: translatex(0px) !important;
		transform: translatex(0px) !important;
		opacity: 1 !important;
	}
	.our-team .col-lg-3.col-sm-3 {
		width: 23% !important;
		margin-right: 0;
		margin-left: 0;
		padding-left: 0;
		padding: 0 1.5%;
	}
	.team-member .profile-pic {
		width: 100%;
		height: auto;
	}
	#client-feedbacks .feedback-box {
		width: 30%;
		padding: 0;
		margin: 1.5%;
	}
	.feedback-box .quote {
		display: none;
	}
	.feedback-box .client-info {
		margin-left: 0;
	}
	.section-header {
		padding-bottom: 15px;
	}
	.testimonial {
		padding-bottom: 0;
	}
	.feedback-box .client {
		margin-top: 0;
	}
	.contact-us {
		padding-bottom: 0;
	}
	.contact-us .input-box,
	textarea {
		border: 1px solid #000 !important;
		box-shadow: none;
	}
	.latestnews-box {
		width: 50%;
		padding-left: 2%;
		padding-right: 2%;
		padding: 0;
		margin: 0;
		float: left;
	}
	.latestnews-box:nth-child(2n+1) {
		clear: left;
	}
	#carousel-homepage-latestnews .item {
		height: auto !important;
	}
	.company-details {
		width: 33% !important;
		margin-right: 0;
		margin-left: 0;
		padding-left: 0;
		padding: 0 1.5%;
		float: left;
	}
	.copyright {
		width: 100%;
	}
	.separator-one,
	.purchase-now {
		padding: 15px 0 15px 0;
	}
	.latest-news {
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.works {
		min-height: 10px;
		padding-bottom: 15px;
	}
	.packages {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.newsletter {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.package-box-wrap {
		width: 50%;
		margin: 0;
		padding-left: 10px;
		padding-right: 10px;
		float: left;
	}
	.package-box-wrap:nth-child(2n+1) {
		clear: left;
	}
	/* inner page */
	.content-left-wrap, .content-right-wrap {
		padding-top: 0;
	}

}

/* Nivo slider basic styling */
.nivo-controlNav {
	text-align: center;
	position: absolute;
	bottom: 30px;
	z-index: 5;
	width: 100%;
}
.nivo-controlNav a, .nivo-directionNav a {
	margin: 0 10px;
	color: #fff;
	background-color: rgba(10, 10, 10, 0.9);
	cursor: pointer;
	padding: 5px 10px;
	transition: .3s ease;
	opacity: .85;
}

.nivo-controlNav a.active {
	color: #333;
	background: #fff;
}

.nivo-controlNav a:hover, .nivo-directionNav a:hover {
	opacity: 1;
}

.nivo-directionNav {
	z-index: 100;
	bottom: 74px;
	/* position: relative; */
	width: 100%;
}

.nivo-directionNav .nivo-prevNav{
	float: left;
}


.nivo-directionNav .nivo-prevNav:before {
	content: "\00AB ";
}

.nivo-directionNav .nivo-nextNav{
	float: right;
}

.nivo-directionNav .nivo-nextNav:after {
	content: " \00BB";
}

/* END Nivo slider basic styling */


/**** --------------------------------------- ****/
/**** WooCommerce Sidebar and Widgets styling ****/
/**** --------------------------------------- ****/

/* Woo general buttons */
.woocommerce button.button{
	background-color: #e96656;
	-webkit-transition: all 700ms;
	transition: all 700ms;
	transition-property: all;
	transition-duration: 700ms;
	transition-timing-function: ease;
	transition-delay: 0s;
}

.woocommerce button.button:hover {
	background-color: #cb4332;
}

/* Sidebar general styling */
.shop-sidebar-wrapper{
	padding-top: 60px;
	text-align: left;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
}

@media ( min-width: 992px ) {
	.shop-sidebar-wrapper.sidebar-left,
	.content-left-wrap.sidebar-right {
		padding-left: 0;
		padding-right: 30px;
	}

	.shop-sidebar-wrapper.sidebar-right,
	.content-left-wrap.sidebar-left {
		padding-left: 30px;
		padding-right: 0;
	}
}

.shop-sidebar-wrapper input[type="search"],
.shop-sidebar-wrapper .woocommerce-Price-amount,
.shop-sidebar-wrapper ul li:not(.wc-layered-nav-rating) a{
	font-weight: 400;
	font-size: 14px;
	color: #000;
}
.shop-sidebar-wrapper span{
	font-size: 14px;
}

.woocommerce .star-rating::before {
	font-size: 14px;
}

.shop-widget-title{
	font-size: 18px;
	font-weight: bold;
}

.shop-sidebar-wrapper .widget {
	margin-bottom: 30px;
	margin-top: 0;
	word-break: break-word;
}

.shop-sidebar-wrapper .widget ul{
	margin: 0;
	list-style: none;
}

.shop-sidebar-wrapper .widget ul li:first-child {
	padding-top: 0;
}

.shop-sidebar-wrapper .widget ul li:before {
	display: none;
}

.shop-sidebar-wrapper .widget ul li {
	line-height: 2.4;
	padding-top: 5px;
	margin: 0;
}

/* Active filters widget */
.shop-sidebar-wrapper ul li.chosen{
	width: 100%;
}

.woocommerce .widget_layered_nav_filters ul li a::before {
	color: #e96656;
}

.woocommerce .widget_layered_nav_filters ul li a:hover::before{
	color: #cb4332;
}

/* Shop categories widget */
.shop-sidebar-wrapper div[id^=woocommerce_product_categories] ul{
	padding: 0;
}
.shop-sidebar-wrapper div[id^=woocommerce_product_categories] ul .count{
	float: right;
}

.shop-sidebar-wrapper div[id^=woocommerce_product_categories] ul li a,
.shop-sidebar-wrapper div[id^=woocommerce_product_categories] ul .count,
.shop-sidebar-wrapper div[id^=woocommerce_product_categories] select{
	font-weight: 400;
	font-size: 14px;
	color: #000;
}

.shop-sidebar-wrapper div[id^=woocommerce_product_categories] ul li a:hover{
	color: #e96656;
}

.shop-sidebar-wrapper .widget .product-categories > li{
	padding-left: 0;
}


/* Woo Search */
div[id^=woocommerce_product_search].widget .woocommerce-product-search{
	margin-bottom: 0;
	padding-bottom: 0;
}

.woocommerce-product-search {
	display: table;
	position: relative;
	width: 100%;
}

.woocommerce-product-search button {
	float: right;
}

.woocommerce-product-search input.search-field {
	display: table-cell;
	vertical-align: top;
	float: left;
	width: 92%;
}

.woocommerce-product-search button {
	display: table-cell;
	vertical-align: top;
	text-align: center;
	text-indent: -9999px;
	width: 45px;
	height: 43px;
	padding: 0;
	margin: 0;
	-webkit-transition: all 700ms;
	transition: all 700ms;
	transition-property: all;
	transition-duration: 700ms;
	transition-timing-function: ease;
	transition-delay: 0s;
}

.woocommerce-product-search button:hover{
	box-shadow: none;
	background-color: #cb4332;

}

.woocommerce-product-search:after {
	color: #fff;
	content: "\f002";
	font-family: 'Fontawesome';
	pointer-events: none;
	position: absolute;
	top: 21.5px;
	transform: translate( 9px, -9px );
	font-size: 18px;
	line-height: 18px;
	right: 22.5px;
}

/* Cart widget */
.woocommerce ul.product_list_widget li img,
.footer ul.product_list_widget li img,
ul.product_list_widget li img {
	width: 70px;
}

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
	border-top: 3px double #ebe9eb;
	padding: 4px 0 0;
}


.woocommerce .widget_shopping_cart .buttons::after,
.woocommerce .widget_shopping_cart .buttons::before,
.woocommerce.widget_shopping_cart .buttons::after,
.woocommerce.widget_shopping_cart .buttons::before {
	content: ' ';
	display: table;
}

.widget_shopping_cart.widget .buttons .button {
	color: #fff;
	display: inline-block;
	padding: 12px 28px;
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 12px;
	background-color: #e96656;
	-webkit-transition: all 700ms;
	transition: all 700ms;
	transition-property: all;
	transition-duration: 700ms;
	transition-timing-function: ease;
	transition-delay: 0s;
}
.widget_shopping_cart.widget .buttons .button.wc-forward {
	float: left;
}
.widget_shopping_cart.widget .buttons .button.wc-forward.checkout {
	float: right;
}

.widget_shopping_cart.widget .buttons .button:hover {
	background-color: #cb4332;
}

.woocommerce-mini-cart__buttons{
	margin-top: 0;
}

/* Price filter widget */

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
	background-color: #e96656;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #ebe9eb;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
	font-size: 12px;
	float: right;
	width: inherit;
}

.woocommerce .widget_price_filter .price_label{
	float: left;
}

/* Rating widget */
.wc-layered-nav-rating a:hover{
	opacity: 0.75;
}
.star-rating {
	color: #ff9800;
}

/* Tag widget */
.tagcloud .tag-cloud-link{
	background: #ebe9eb;
	padding: 5px;
	font-size: 8pt;
	border-radius: 4px;
}



/* Sidebar on mobile */
.shop-sidebar{
	clear: both;
}
.sidebar-toggle-wrapper{
	float: left;
	clear: both;
}

.sidebar-toggle-wrapper.right-side{
	float: right;
}

.sidebar-toggle-wrapper .zerif-sidebar-open,
.sidebar-toggle-wrapper .zerif-sidebar-close {
	padding: 12px 15px;
	font-size: 18px;
	font-weight: 400;
	background: transparent;
	border: 1px solid #d2d2d2;
	color: #999;
	cursor: pointer;
	display: block;
	line-height: 18px;
}

.sidebar-toggle-wrapper .zerif-sidebar-close{
	margin-bottom: 10px;
}

.shop-sidebar-wrapper {
	float: none;
	overflow-x: hidden;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: -100%;
	height: 100%;
	background: #fff;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}

.content-left-wrap.sidebar-left .woocommerce-ordering,
.content-left-wrap.sidebar-right .woocommerce-ordering {
	margin-top: 0;
}

@media ( min-width: 992px ){
	.sidebar-toggle-wrapper{
		display: none;
	}


	.shop-sidebar-wrapper{
		display: block;
	}

	.content-left-wrap.sidebar-left .woocommerce-ordering,
	.content-left-wrap.sidebar-right .woocommerce-ordering {
		margin-top: 20px
	}

	.shop-sidebar-wrapper {
		float: left;
		position: static;
		background: transparent;
		left: 0 !important;
	}

	.woocommerce-product-search input.search-field {
		width: 75%;
	}
}

.empty-shop-sidebar{
	margin: 20px 0;
	border: 1px dashed #A0A0A0;
	padding: 20px 10px;
	color: #A0A0A0;
	display: block;
	float: left;
}

@media ( min-width: 992px ) {
	.empty-shop-sidebar {
		margin: 60px 0;
	}
}
@media ( max-width: 992px ){
	.sidebar-wrap.pull-right,
	.sidebar-wrap.pull-left{
		float: none !important;
	}
}
@media( max-width: 767px ) {
	.big-title-sidebar-wrapper.pull-right,
	.big-title-sidebar-wrapper.pull-left {
		float: none !important;
	}
}

.big-title-sidebar-wrapper{
	text-align: center;
}
/* Sidebar in slider */
@media( min-width: 768px ){
	.big-title-sidebar-wrapper.pull-right{
		text-align: right;
	}
	.big-title-sidebar-wrapper.pull-left{
		text-align: left;
	}
}
.big-title-widget{
	margin-bottom: 60px;
}

.big-title-widget .big-title-widget-title{
	color: #fff;
	font-weight: bold;
	margin-bottom: 30px;
}

.big-title-widget ul{
	list-style: none;
	margin: 0;
}

.big-title-widget ul li a,
.big-title-widget p,
.big-title-widget .recentcomments{
	color: #fff;
}

.big-title-widget ul li a:hover,
.big-title-widget .tagcloud a{
	color: #e96656;
}

.big-title-widget .calendar_wrap{
	color: #fff;
}

.big-title-widget .calendar_wrap a{
	color: #e96656;
}

.big-title-widget .calendar_wrap a:hover,
.big-title-widget .tagcloud a:hover{
	color: #cb4332;
}

.big-title-widget select{
	padding: 10px 20px;
}

.elementor-slick-slider ul.slick-dots li button{
	background-color: initial!important;
}

.elementor-slick-slider .slick-next, .elementor-slick-slider .slick-prev,
.elementor-slick-slider .slick-next:hover, .elementor-slick-slider .slick-prev:hover {
	background-color: initial!important;
}

.elementor-headline span,
.elementor-button-text,
.elementor-button-content-wrapper{
	font-size: inherit;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  border-top: 0px solid #fff;
  border-left: 0px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 0px solid #fff;
  outline: none;
  text-decoration: none;
  /* padding: 0px 20px 0px 20px; */
  line-height: 70px;
  font-weight: normal;
  height: 70px;
  vertical-align: baseline;
  text-align: left;
  width: auto;
  display: block;
  color: #313131;
  text-transform: none;
  text-decoration: none;
  background: rgba(0, 0, 0, 0);
  -webkit-border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -ms-border-radius: 0px 0px 0px 0px;
  -o-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  font-family: inherit;
  font-size: 15px;
}
.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span {
    height: 40px!important;
    line-height: 32px!important;
    width: 40px!important;
	margin:5px 3px;
}
.fa.fa-facebook, .fa.fa-twitter {
    font-family: "Font Awesome 5 Brands"!important;
    font-weight: 400!important;
    font-size: 40px!important;
	color:#FFF;
}
.fa.fa-xing, .fa.fa-xing-square, .fa.fa-youtube, .fa.fa-youtube-play, .fa.fa-youtube-square {
    font-family: "Font Awesome 5 Brands"!important;
    font-weight: 400!important;
    font-size: 40px!important;
	color:#FFF;
}
.addtoany_content {
    clear: both!important;
    margin: 16px!important;
    text-align: center!important;
}
.addtoany_header {
    margin: 0 0 16px!important;
    font-size: 20px!important;
}

.career h1 {
  position: relative;
  padding: .25em 0 .5em .75em;
  border-left: 6px solid #ccc;
  margin-bottom:5%;
}
.career h1::before {
  position: absolute;
  left: -6px;
  bottom: 0;
  content: '';
  width: 6px;
  height: 100%;
  background-color: #34b2b9;
}
.career h1::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 2px solid #34b2b9;
}

.kanren h2 {
  position: relative;
  padding: .25em 0 .5em .75em;
  border-left: 6px solid #ccc;
  margin-bottom:5%;
}
.kanren h2::before {
  position: absolute;
  left: -6px;
  bottom: 0;
  content: '';
  width: 6px;
  height: 100%;
  background-color: #34b2b9;
}
.kanren h2::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 2px solid #34b2b9;
}
.application img {
    border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    width: 100%;
}
.application {
    display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.application div {
    width: 158px;
	margin:1%;
}

@media (max-width: 768px) {
.application div {
    width: 48%;
	margin:1%;
}
}	
.application p {
    padding-left: 10%;

}
h2.company  {
    width: auto;
    height: auto;
    margin: auto;
    text-indent: 0px;
    font-size: 180%;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 1px solid #16a085;
    color: #16a085;
}

.entry-content {
    line-height: 1.6em!important;
}
#latestnews .latesnews-content p, .latesnews-content {
    color: #909090;
    text-align: left!important;
}
@media (min-width: 768px) {
.col-sm-3 {
    width: 20%;
}
#carousel-homepage-latestnews .col-sm-3 {
    width: 25%;
}
	.nivoSlider {
    overflow: hidden;
    position: relative;
    width: 100%!important;
    height: auto;
    margin: 0 auto;
	margin-top: 100px;
	box-shadow: 0 0 8px gray !important;
}
.nivoSlider img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	max-width: none !important;

}

.pt-cv-page {
	display:flex !important;
	flex-wrap: wrap !important;

}	

.pt-cv-colsys .pt-cv-content-item {
    flex: none;
    max-width: initial;
    display: flex;
	margin-bottom: 2%;
}
	
.pt-cv-view .pt-cv-ifield {
    margin-bottom: 0!important;
    /* border: solid; */
    background: #FFF;
    box-shadow: 0 0 8px grey;
    /* height: auto; */
	display:flex!important;
	flex-direction: column!important;
}
.pt-cv-view .pt-cv-title {
    margin-bottom: 10px;
    padding: 0 10px;
}
.pt-cv-meta-fields {
    font-size: 13px;
    margin-top: auto!important;
    padding: 0 10px;
}
.btn-main a {
    display: inline-block;
    width: 600px;
    padding: .3em 1em;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    -moz-border-radius: .1em;
    -webkit-border-radius: .1em;
    border-radius: .1em;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	color: #fff;
}
.price {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #000;
}
.sect-main-overview .movie {
    float: right;
    padding: 0 0 40px 20px;
}
}

@media (max-width: 767px) {

  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    -o-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    border: 0;
    margin: 0;
    line-height: 50px!important;
    height: 50px!important;
    padding: 0 10px;
    background: transparent;
    text-align: left;
    color: #666;
    font-size: 15px;
  }
.pt-cv-view .pt-cv-ifield {
    margin-bottom: 0!important;
    /* border: solid; */
    background: #FFF;
    box-shadow: 0 0 8px grey;
    /* height: auto; */
}
.pt-cv-view .pt-cv-title {
    margin-bottom: 10px;
    padding: 0 10px;
}
.pt-cv-meta-fields {
    font-size: 13px;
    margin-top: auto!important;
    padding: 0 10px;
}
.alignright {
    display:inherit;
	width:100%;
    float: none;
    margin-left: 0;
	margin-bottom: 3%;
}
.btn-main a {
    display: inline-block;
    width: 100%;
    padding: .3em 1em;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    -moz-border-radius: .1em;
    -webkit-border-radius: .1em;
    border-radius: .1em;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	color: #fff;
}
.price {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #000;
	line-height: 20px;
    height: 20px;
}
.sect-main-overview .movie {
    float: none;
    padding: 0;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
}
	}

.nivo-controlNav {
	text-align: center;
	position: inherit;
	bottom: 30px;
	z-index: 5;
	width: 100%;
	background: #ccc;
}
.home-header-wrap {
    overflow: hidden;
    position: relative;
    clear: both;
    background: #ccc;
}
.pt-cv-meta-fields .terms a {
    background: #34b2b9;
    padding: 5px;
    color: #FFF!important;
    border-radius: 5px;
	text-align:center;

}
.pt-cv-meta-fields .terms a:hover {
	cursor:pointer;
    opacity: 0.7 !important;

}
#glt-translate-trigger {
    background: #f89406;
    display: none;
}
.pt-cv-thumbnail {
    height: auto;
    max-width: 100%!important;
    margin-top: 0!important;
    margin-bottom: 0px!important;
    min-width: inherit!important;
}
.copyright {
    background: #34b2b9!important;
	padding-top: 15px;
    padding-bottom: 15px;
}
.copyright p {
    margin-bottom: 0;
    color: #FFF;
    font-size: 20px;
}
.nivoSlider {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 75px!important;
}
 .nivo-prevNav{
background:transparent url(images/left-arrow.png) 0 0 no-repeat;
height:50px; /*height of img*/
width:50px; /*width of img*/
text-indent:-10000px; /*moving the default text*/
overflow:hidden; /*hiding the default text*/
}
.nivo-nextNav {
background:transparent url(images/right-arrow.png) 0 0 no-repeat;
height:50px; /*height of img*/
width:50px; /*width of img*/
text-indent:-10000px; /*moving the default text*/
overflow:hidden; /*hiding the default text*/
}
.nivo-directionNav a {
    position: absolute;
    z-index: 9;
    top: 45%;
    cursor: pointer;
    background-color: transparent;
}
.contact-us form.wpcf7-form p label, .contact-us form.wpcf7-form .wpcf7-list-item-label, .contact-us .section-header h2, .contact-us .section-header h6 {
    color: #fff;
    text-align: left;
}



.supText {
    font-size: 50%;
    vertical-align: top;
    position: relative;
    top: 0.3em;
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
.wp-block-image .aligncenter {
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* width: 75%; */
    margin:0 auto;
}

.wp-block-image img {
    width: 50%;
}

.category_bg a {
    background: #34b2b9;
    padding: 5px;
    color: #FFF!important;
    border-radius: 5px;
    text-align: center;
}
.nav-previous a{
    float: none!important;
    width: 50%!important;
	border-right: solid 1px #ccc!important;
	font-size:0!important;
	text-indent: 100%;
}
.nav-previous a:after {
	font-size:20px; 
	content: "←前の記事へ";
}
.nav-next a{
    float: none!important;
    width: 50%!important;
	border-right: solid 1px #ccc!important;
	font-size:0!important;
	text-indent: 100%;
}
.nav-next a:after {
	font-size:20px; 
	content: "次の記事へ→";
}
.meta-nav  {
	display:none;
	}

.newsbtn {
    text-align: center;
	 margin:25px 0px;
}
.newsbtn a {
    color: #fff !important;
    -moz-box-shadow: 0 0 0 0.15em #16a085,0 0 0 0.15em #fff inset;
    -webkit-box-shadow: 0 0 0 0.15em #16a085, 0 0 0 0.15em #fff inset;
    box-shadow: 0 0 0 0.15em #16a085, 0 0 0 0.15em #fff inset;
    background-color: #16a085;
}
.newsbtn_dl {
    margin-top: 50px;
    margin-bottom: 16px;
    text-align: center;
}
.newsbtn_dl a {
    color: #fff !important;
    -moz-box-shadow: 0 0 0 0.15em #000,0 0 0 0.15em #fff inset;
    -webkit-box-shadow: 0 0 0 0.15em #000, 0 0 0 0.15em #fff inset;
    box-shadow: 0 0 0 0.15em #000, 0 0 0 0.15em #fff inset;
    background-color: #000;
}
@media (min-width: 767px){
.newsbtn a {
    display: inline-block;
    width: 100%;
    padding: .3em 1em;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    -moz-border-radius: .1em;
    -webkit-border-radius: .1em;
    border-radius: .1em;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.newsbtn_dl a {
    display: inline-block;
    width: 100%;
    padding: .3em 1em;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    -moz-border-radius: .1em;
    -webkit-border-radius: .1em;
    border-radius: .1em;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.newsbtn ul {
    display:flex;
    list-style: none;
    flex-wrap: wrap;
	margin:0;
}
.newsbtn li {
    margin: 0 10px;

}

}
.newsbtn a:hover {
    color: #16a085 !important;
    -moz-box-shadow: 0 0 0 0.15em #16a085,0 0 0 0.15em #fff inset;
    -webkit-box-shadow: 0 0 0 0.15em #16a085, 0 0 0 0.15em #fff inset;
    box-shadow: 0 0 0 0.15em #16a085, 0 0 0 0.15em #fff inset;
    background-color: #fff;
}

.newsbtn_dl a:hover {
    color: #000 !important;
    -moz-box-shadow: 0 0 0 0.15em #000,0 0 0 0.15em #fff inset;
    -webkit-box-shadow: 0 0 0 0.15em #000, 0 0 0 0.15em #fff inset;
    box-shadow: 0 0 0 0.15em #000, 0 0 0 0.15em #fff inset;
    background-color: #fff;
}


@media (max-width: 767px) {
.newsbtn a {
    display: inline-block;
    width: 100%;
    padding: .3em 1em;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    -moz-border-radius: .1em;
    -webkit-border-radius: .1em;
    border-radius: .1em;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
}
.newsbtn a {
    display: inline-block;
    width: 100%;
    padding: .3em 1em;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    -moz-border-radius: .1em;
    -webkit-border-radius: .1em;
    border-radius: .1em;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.newsbtn_dl a {
    display: inline-block;
    width: 100%;
    padding: .3em 1em;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    -moz-border-radius: .1em;
    -webkit-border-radius: .1em;
    border-radius: .1em;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.newsbtn ul {
    width:100%;
    list-style: none;
    flex-wrap: wrap;
	margin:0;
}
.newsbtn li {
    margin: 15px;

}
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  flex-basis: 100%!important;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  display:none;
}



@media (min-width: 992px){
.container {
	width: 65%;
	margin:0 auto;

}
#menu{
  width: 80%;
  /* max-width: 960px; */
  margin: 0 auto;
  padding: 0;
}

.btn_left {
    text-align: center;
    float: left;
    width: 48%;
}
.btn_right {
    text-align: center;
    float: right;
    width: 48%;
}

}

#footer .footer-widget h1:before {
    background: #FFF !important;
    width: 100%;
}
.catchphrase {
   display: inline-block;
    text-align: left;
    font-size: 26px;	
}
.cat-links a{
    background: #34b2b9;
    padding: 5px;
    color: #FFF!important;
    border-radius: 5px;
    text-align: center;	
}
.pt-cv-meta-fields .terms::after {
  content: "\A" ;
  white-space: pre;
  margin:50px;
}
.focus .focus-box p {
text-align: left;
    color: #404040 !important;
}
.focus .focus-box h5 {
    color: #404040 !important;
}
.pt-cv-meta-fields span, .pt-cv-meta-fields time {
    color: rgba(51,51,51,.6);
    float: none;
    display: block;
    margin: 5% 0;
}
.instantgame img {
    border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    width: 100%!important;
    margin: 0px!important;
}
.instantgame {
    display: flex;
    flex-wrap: wrap;
	justify-content: flex-start;
}
.instantgame div {
    width: 158px;
    margin: 1%;
}

.archives {
margin-top: 2%;

}

@media (max-width: 768px) {
.instantgame div {
    width: 48%;
    margin: 1%;
}
}
.contact-us form.wpcf7-form p label, .contact-us form.wpcf7-form .wpcf7-list-item-label, .contact-us .section-header h2, .contact-us {
    color: #fff;
    display: block;
    text-align: center;
}
.section-header h6 {
    color: #fff;
    display: inline-block;
	text-align: left;
	padding-left: 15px;
    padding-right: 15px;
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

@media (min-width: 767px){
.content-left-wrap, .content-right-wrap {
   color:#FFF;
}
.archives ul {
display:flex;
display: -webkit-flex;
list-style: none;
margin-top: -20px;
margin-bottom;0;
}
.archives li {
width:21%;
margin:2%;
/* background:#696969; */
}

.new_archives {
width:100%;
    background-image: url(../img/bg01.png) !important;
    background-repeat: repeat !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    color: #041b5e;
    font-weight: bold;
    /* margin-top: 3%; */
}

.new_archives1 {
flex-basis:30%;
-webkit-flex-basis:30%;
padding: 1% 0 0 0.8%;
}
.new_archives2 {
flex-basis:68%;
-webkit-flex-basis:68%;
padding: 1%;
}

.new_archives2 ul {
display:flex;
display: -webkit-flex;
list-style: none;
}
.new_archives2 li {
/* background:#000; */
/* flex-basis:50%; */
/* -webkit-flex-basis:50%; */
width:100%;
margin:0 1% 0 1%;
}


li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 0;
}
.new_archives ul {
display:flex;
display: -webkit-flex;
list-style: none;
}
.new_archives ul {
/* background:#000; */
flex-basis:33.33%;
margin-bottom:0;
}
.new_archives_contents ul {
list-style: none;
}

.archives_all ul {
display:flex;
display: -webkit-flex;
list-style: none;
margin-bottom:0;
border-bottom: solid 1px;
}
.archives_all li {
display:flex;
display: -webkit-flex;
/* background:#000; */
padding:1%;
width:33.33%;

}


.flex-item1 {
flex-basis:30%;
-webkit-flex-basis:30%;
}

.flex-item2 {
flex-basis:70%;
-webkit-flex-basis:70%;
}
.archive_contents ul{
display:flex;
display: -webkit-flex;
list-style: none;
}

.contents1 {
flex-basis:58%;
margin: 2% 1% 0 1%;
}
.contents2 {
flex-basis:38%;
margin: 2% 1% 0 1%;
}
.mega-menu-primary #main-nav > .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #000 !important;
}
.btn-main a {
    display: inline-block;
    vertical-align:middle;
    width: 50%;
    padding: 0.8em 1em;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    -moz-border-radius: .1em;
    -webkit-border-radius: .1em;
    border-radius: .1em;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
}



footer {
    z-index:2;
    position: absolute;
    width: 100%;
}

.bg {
    background-image: url(../img/bg_line2.png) !important;
    background-size:  contain !important;
    background-size: auto 100%;
    /* background-attachment: fixed !important; */
    background-position: bottom;
    background-repeat: no-repeat;

}

@media (min-width: 768px) {
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;

}
h2{
    color: #000;
    border: solid 2px #000000;
    margin: 4% 0;
    background: #fffa00;
    padding: 1%;
}

.site-content {
    background-image: url(../img/mock_UI_game_0304.png) !important;
    /* background-size:  contain !important; */
    background-size: auto 100%;
    /* background-attachment: fixed !important; */
    z-index:1;
    background: #FFF;
    position: relative;
    top: 45px;
}
}

@media (max-width: 767px) {
.content-left-wrap, .content-right-wrap {

   color:#FFF;
}

.site-content {
    /* background-image: url(../img/mock_UI_game_0304.png) !important; */
    /* background-size:  contain !important; */
    /* background-size: auto 100%; */
    /* background-attachment: fixed !important; */
    z-index:1;
    background: #092972;
    position: relative;
    top: 45px;
}

ul, ol {
    margin: 0 0 1.5em 1.5em;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 2%;

}
.archives ul {
    display:flex;
    display: -webkit-flex;
    list-style: none;
    margin-top: -20px;
    flex-wrap: wrap;
}
.archives li {
margin:5% 2%;
/* background:#696969; */
width:46%;
}
.flex-item1 {
flex-basis:46%;
-webkit-flex-basis:46%;
}
.flex-item2 {
flex-basis:100%;
-webkit-flex-basis:100%;
}
.archive_contents ul{
list-style: none;
margin: 2% 1% 0 1%;
}

.contents1 {
width:100%;
margin-bottom:3%;
}
.contents2 {
width:100%;
margin-bottom:3%;
}
.mega-menu-primary #main-nav > .container {
    display: block;
    align-items: center;
    flex-wrap: wrap;
    background: #000 !important;
}
.btn-main a {
    display: inline-block;
    width: 100%;
    padding: .3em 1em;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    -moz-border-radius: .1em;
    -webkit-border-radius: .1em;
    border-radius: .1em;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
}

.archives_all ul {
display:flex;
list-style: none;
margin-bottom:0;
border-bottom: solid 1px;
}
.archives_all li {
display:flex;
display: -webkit-flex;
/* background:#000; */
padding:1%;
width: 33.33%;
font-size:13px;
}
.archives_all a {
font-size:12px;
}
.archives_all p {
font-size:12px;
}
.new_archives ul {
list-style: none;
margin-top: 0px;
/* margin-bottom:0; */
/* padding-bottom: 3%; */
}
.new_archives li {
width:100%;
/* padding-bottom: 2%; */

}
.new_archives_contents ul {
list-style: none;
}

.wp-block-image img {
    width: 80%;
}

.new_archives1 {
width:100%;
padding: 2% 2% 0 2%;
}
.new_archives2 {
width:100%;
padding: 2% 2% 0% 2%;
}

.new_archives2 ul {
width:100%
list-style: none;
}
.new_archives2 li {

}

li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 0;
}

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


.comment-right {
width:100%;
}

.comment-wrapper ul {
list-style:none;
color:#FFF;
}


.comment_image_hamamura {
    background-image: url("../img/hamamura.jpg");  /* 表示する画像 */
    width:  250px;       /* ※縦横を同値に */
    height: 250px;       /* ※縦横を同値に */
    /* border-radius: 50%;  /* 角丸半径を50%にする(=円形にする) */ */
    background-position: top center;  /* 横長画像の左上を基準に表示 */
    display: inline-block;          /* 複数の画像を横に並べたい場合 */
    margin:0 auto;
}

.comment_image_kouda {
    background-image: url("../img/kouda.png");  /* 表示する画像 */
    width:  250px;       /* ※縦横を同値に */
    height: 250px;       /* ※縦横を同値に */
    /* border-radius: 50%;  /* 角丸半径を50%にする(=円形にする) */ */
    background-position: top center;  /* 横長画像の左上を基準に表示 */
    display: inline-block;          /* 複数の画像を横に並べたい場合 */
    margin:0 auto;
}


.comment_image_ikurumi {
    background-image: url("../img/ikurumi.jpg");  /* 表示する画像 */
    width:  250px;       /* ※縦横を同値に */
    height: 250px;       /* ※縦横を同値に */
    /* border-radius: 50%;  /* 角丸半径を50%にする(=円形にする) */ */
    background-position: top center;  /* 横長画像の左上を基準に表示 */
    display: inline-block;          /* 複数の画像を横に並べたい場合 */
    margin:0 auto;
}

.comment_image_tsumori {
    background-image: url("../img/tsumori.jpg");  /* 表示する画像 */
    width:  250px;       /* ※縦横を同値に */
    height: 250px;       /* ※縦横を同値に */
    /* border-radius: 50%;  /* 角丸半径を50%にする(=円形にする) */ */
    background-position: top center;  /* 横長画像の左上を基準に表示 */
    display: inline-block;          /* 複数の画像を横に並べたい場合 */
    margin:0 auto;
}

.comment_image_yoshikawa {
    background-image: url("../img/yoshikawa.png");  /* 表示する画像 */
    width:  250px;       /* ※縦横を同値に */
    height: 250px;       /* ※縦横を同値に */
    /* border-radius: 50%;  /* 角丸半径を50%にする(=円形にする) */ */
    background-position: top center;  /* 横長画像の左上を基準に表示 */
    display: inline-block;          /* 複数の画像を横に並べたい場合 */
    margin:0 auto;
}

.comment_image_matsumoto {
    background-image: url("../img/matsumoto.jpg");  /* 表示する画像 */
    width:  250px;       /* ※縦横を同値に */
    height: 250px;       /* ※縦横を同値に */
    /* border-radius: 50%;  /* 角丸半径を50%にする(=円形にする) */ */
    background-position: top center;  /* 横長画像の左上を基準に表示 */
    display: inline-block;          /* 複数の画像を横に並べたい場合 */
    margin:0 auto;
}

.comment_image_seki {
    background-image: url("../img/seki.jpg");  /* 表示する画像 */
    width:  250px;       /* ※縦横を同値に */
    height: 250px;       /* ※縦横を同値に */
    /* border-radius: 50%;  /* 角丸半径を50%にする(=円形にする) */ */
    background-position: top center;  /* 横長画像の左上を基準に表示 */
    display: inline-block;          /* 複数の画像を横に並べたい場合 */
    margin:0 auto;
}

.comment-wrapper li {
    padding: 1% 1% 0% 1%;
}


.comment-content {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 89px;
  height: 91px;
  overflow: hidden;
  }



}

.navbar, .navbar-inverse .navbar-nav ul.sub-menu {
    background: #000 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    border-top: 0px solid #fff;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    border-bottom: 0px solid #fff;
    outline: none;
    text-decoration: none;
    padding: 0px 10px 0px 10px !important;
    line-height: 70px;
    font-weight: normal;
    height: 70px;
    vertical-align: baseline;
    text-align: left;
    width: auto;
    display: block;
    color: #FFF;
    text-transform: none;
    text-decoration: none;
    background: #000;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -ms-border-radius: 0px 0px 0px 0px;
    -o-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    font-family: inherit;
    font-size: 15px;
}
#footer {
    background: #000!important;
}
.copyright {
    background: #000!important;
    padding-top: 15px;
    padding-bottom: 15px;
}
.wp-block-image .aligncenter {
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* width: auto!important; */
   margin: 0 auto;
   text-align: center;
}


.archives h3 {
text-align:center;
margin: 0;
font-size: 19px;
}
.archives img {
width:100%;
}
ul, ol {
    margin: 0 0 1.5em 0;
}
    #nav4, #nav4 * {
        margin:0; padding:0;
    }
    #nav4 { 
        margin:1em 0;
        display: flex;
    }
    #nav4 li {
        width: 100%;
        display: flex;
    }
    #nav4 a {    /* 通常時 */
        width:100%; 
       padding:5px 20px;
        color:#FFF;
        text-decoration:none;
        background-color:#000;
        border:1px solid #000;
        font-weight:bold;
        margin: 2%;
        text-align: center;
    }
    #nav4 a:hover,
    #nav4 a#current {    /* マウスが乗った時,カレント時 */
        color:#fff;
        text-decoration:none;
        background:#c6be8c url(/content/img/css/nav4_on.gif) no-repeat left center;
    }
    #nav4 a.tate,
    #nav4 a.tate:hover,
    #nav4 a.tate#current {    /* 縦型 */
        display:block;
        margin:1px 0;
    }
.btn-main {
    margin-top: 50px !important;
    margin-bottom: 16px !important;
    text-align: center !important;
}
.btn-main a {
    color: #FFF !important;
    -moz-box-shadow: 0 0 0 0.15em #fff,0 0 0 0.15em #4b4b4b inset;
    -webkit-box-shadow: 0 0 0 0.15em #fff, 0 0 0 0.15em #4b4b4b inset;
    box-shadow: 0 0 0 0.15em #fff, 0 0 0 0.15em #4b4b4b inset;
    background-color: #000;
}
.btn-main a:hover {
    color: #fff !important;
    -moz-box-shadow: 0 0 0 0.15em #fff,0 0 0 0.15em #4b4b4b inset;
    -webkit-box-shadow: 0 0 0 0.15em #fff, 0 0 0 0.15em #4b4b4b inset;
    box-shadow: 0 0 0 0.15em #fff, 0 0 0 0.15em #4b4b4b inset;
    background-color: #4b4b4b;
}
.btn-main a i {
    margin-right: .5em;
   margin-bottom: 5px;
}
.site-main p {
    margin: auto 0px;
    line-height: 2.0;
    font-weight: bold;
    font-size: 1em;
}


 


@media only screen and (max-width: 991px) {
#menu{
  width: 100%;
  /* max-width: 960px; */
  margin: 0 auto;
  padding: 0;
}
}


@media only screen and (min-width: 769px) {
#mega-menu-wrap-primary {
    background: #000 !important;
}

.comment-wrapper ul {
display:flex;
display:-webkit-flex;
list-style:none;
color:#FFF;
}


.archives_flex1{
flex-basis: 40%;
-webkit-flex-basis: 40%;
}
.archives_flex2{
flex-basis: 30%;
-webkit-flex-basis: 30%;
}
.archives_flex3{
flex-basis: 30%;
-webkit-flex-basis: 30%;
}

.archives_all img{
height:50px;
vertical-align:middle;
margin-right:3%;
}

.comment_btn{
width:25%;
margin-left: auto;
margin-right: 0px;
}

.comment_btn ul{
display:flex;
-webkit-display:flex;
list-style: none;

}

.btn_left {
text-align: center;
float: left;
width:48%;
}
.btn_right {
text-align: center;
float: right;
width:48%;
}



}




.textboard {
  width: 100%;
  margin: 0 auto;
  margin-bottom:3%;
  padding: 1%;
  font-size: 43px;
  text-align:center;
  color: #FFF;
  border: 2px solid #000;
  border-radius: 5px;
  box-shadow: 0 0 0 4px #FFF inset;
  background-color: rgba(0,0,0,0.9);
}
@media (max-width: 1039px) {
.mega-menu-primary #main-nav > .container {
    display: block;
}

}

.a2a_svg svg {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: none;
    display: block;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 0;
    width: auto;
    height: auto;
}
.a2a_label {
    position: absolute!important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    clip-path: polygon(0 0,0 0,0 0);
    -webkit-clip-path: polygon(0 0,0 0,0 0);
    overflow: hidden;
    height: 1px;
    width: 1px;
}
.archives a:hover img:hover {
	opacity: 0.7 ;
}
.lum-lightbox{
  z-index: 999;
}

@media (max-width: 767px) {

  .lum-lightbox-inner img {
    max-width: 100%;  /* 好きなサイズ感で */
    max-height: 88vh;  /* 90vhだと数pxだけ上下にスクロールできてしまうためこのサイズ */
   /* display: block;  を追加すると max-height: 92vh くらいでも大丈夫 */
  }
}


.comment_image_hamamura {
    background-image: url("../img/hamamura.jpg");  /* 表示する画像 */
    height: 150px;       /* ※縦横を同値に */
    display: block;          /* 複数の画像を横に並べたい場合 */
    background-position:center;  /* 横長画像の左上を基準に表示 */
    margin:0 auto;
    background-size:contain;
    background-repeat: no-repeat;
    position: relative;
    top: 13px;
}
.comment_image_kouda {
    background-image: url("../img/kouda.png");  /* 表示する画像 */
    height: 150px;       /* ※縦横を同値に */
    display: block;          /* 複数の画像を横に並べたい場合 */
    background-position:center;  /* 横長画像の左上を基準に表示 */
    margin:0 auto;
    background-size:contain;
    background-repeat: no-repeat;
    position: relative;
    top: 13px;
}

.comment_image_ikurumi {
    background-image: url("../img/ikurumi.jpg");  /* 表示する画像 */
    height: 150px;       /* ※縦横を同値に */
    display: block;          /* 複数の画像を横に並べたい場合 */
    background-position:center;  /* 横長画像の左上を基準に表示 */
    margin:0 auto;
    background-size:contain;
    background-repeat: no-repeat;
    position: relative;
    top: 13px;
}

.comment_image_tsumori {
    background-image: url("../img/tsumori.jpg");  /* 表示する画像 */
    height: 150px;       /* ※縦横を同値に */
    display: block;          /* 複数の画像を横に並べたい場合 */
    background-position:center;  /* 横長画像の左上を基準に表示 */
    margin:0 auto;
    background-size:contain;
    background-repeat: no-repeat;
    position: relative;
    top: 13px;
}

.comment_image_yoshikawa {
    background-image: url("../img/yoshikawa.png");  /* 表示する画像 */
    height: 150px;       /* ※縦横を同値に */
    display: block;          /* 複数の画像を横に並べたい場合 */
    background-position:center;  /* 横長画像の左上を基準に表示 */
    margin:0 auto;
    background-size:contain;
    background-repeat: no-repeat;
    position: relative;
    top: 13px;
}

.comment_image_matsumoto {
    background-image: url("../img/matsumoto.jpg");  /* 表示する画像 */
    height: 150px;       /* ※縦横を同値に */
    display: block;          /* 複数の画像を横に並べたい場合 */
    background-position:center;  /* 横長画像の左上を基準に表示 */
    margin:0 auto;
    background-size:contain;
    background-repeat: no-repeat;
    position: relative;
    top: 13px;
}
.comment_image_seki {
    background-image: url("../img/seki.jpg");  /* 表示する画像 */
    height: 150px;       /* ※縦横を同値に */
    display: block;          /* 複数の画像を横に並べたい場合 */
    background-position:center;  /* 横長画像の左上を基準に表示 */
    margin:0 auto;
    background-size:contain;
    background-repeat: no-repeat;
    position: relative;
    top: 13px;
}

.comment-left  p {
    margin: 0 auto !important;
}

.newitem{
/* margin-top: 5%; */
}

.itsnews{
font-weight: bold;
text-align: left;
}

.itsnews ul{
/* display:flex; */
/* display:-webkit-flex; */
list-style:none;
/* margin-left:2%; */
margin-top:2%;
}
.itsnews li{
margin-right:2%;
}

.archives_all sup{
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: inherit;
    vertical-align: baseline;
}
.comment-wrapper {
  display: block;
  position: relative;
  /* margin: 1%; */
  width: 100%;
  /* height: 150px; */
  background: #051e5f;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
  box-sizing: border-box;
}




.comment-wrapper li {

    margin: auto;
}


.comment-content {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 89px;
  height: 91px;
  overflow: hidden;
  }

.comment {
  display: inline-block;
  position: absolute;
  padding: 7px 0;
  left: -23px;
  top: 22px;
  width: 160px;
  text-align: center;
  font-size: 18px;
  line-height: 16px;
  background: #ffa520;
  color: #fff;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.comment:before, .comment:after {
  position: absolute;
  content: "";
  border-top: 4px solid #b2751b;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
}

.comment:before {
  left: 14px;
}

.comment:after {
  right: 18px;
}

.comment-left {
flex-basis: 13%;
-webkit-flex-basis: 13%;
    padding: 0% 0% 0% 1%;

}


.comment-right {
flex-basis: 87%;
-webkit-flex-basis: 87%;
    padding: 0% 2% 0% 1%;
}
.archives_all a {
text-decoration: underline;
width:100%;

}
.archives_all  a:hover, a:focus, a:active {
    color: #808080;
}
.new_archives2 .btn-main {
    margin-top: 0% !important;
    margin-bottom: 0 !important;
    text-align: center !important;

}
.ytb {
height:280px;
margin: 0 2%;
}
header {
position: fixed;
    background: #FFF;
    width: 100%;
    height: 46px;
    z-index:1000;
  }
/*
.header {
  display: flex;
  justify-content: space-between;
  background: #ddd;
  padding: 20px;
  .logo {
    font-size: 20px;
  }
}
*/


#logo{
  width: 20%;
  margin: 0 auto;
  padding: 0;
  position: fixed;
  left: 0;
  background:#FFF;
height:21px;
}
#menu li{
  display: block;
  float: left;
  /* width: 16.66%; */
  width: 14.285%;
  margin: 0;
  padding: 0; }
#menu li a{
  display: block;
  padding: 12px 0 10px;
  background: #FFF;
  color: #041b5e;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.8em;
}
#menu li a:hover{
    background: #041b5e;
    color: #fffa00;
}
#toggle{ 
 display: none;
}
@media only screen and (max-width: 768px) {
    #menu li{
    width: 25%;
    border-bottom: 1px solid #444;
  }
}
@media only screen and (max-width: 768px) {
  #menu{
    display: none;
  }
  #menu li{
    width: 100%;
  }
  #toggle{
    display: block;
    position: relative;
    width: 100%;
    background: #FFF;
  }
  #toggle a{
    display: block;
    position: relative;
    padding: 12px 0 10px;
    border-bottom: 1px solid #444;
    color: #041b5e;
    text-align: center;
    text-decoration: none;
  }
  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #041b5e;
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #FFF;
  }
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 2px;
  }

.archives_flex1{
flex-basis: 50%;
-webkit-flex-basis: 54%;
}
.archives_flex2{
flex-basis: 23%;
-webkit-flex-basis: 23;
}
.archives_flex3{
flex-basis: 23%;
-webkit-flex-basis: 23%;
}

.archives_all img{
height:40px;
vertical-align:middle;
margin-right:3%;
}

/*
.comment_btn{
width:100%;
margin-left: auto;
margin-right: 0px;
text-align: center;
}
*/
.comment_btn {
    width: 48%;
    margin-left: 50%;
}
.comment_btn ul{
display:block;
list-style: none;

}


.btn_left {
text-align: center;
width:48%;
margin-bottom:2%!important;
float: left;
}
.btn_right {
text-align: center;
width:48%;
float: right;
}

.new_archives {
    width:100%;
    background:#FFF;
    color: #041b5e;
    font-weight: bold;
    /* margin-top: 3%; */
}
.new_archives_contents1{
    width:100%;
    background:#FFF;
    color: #041b5e;
    font-weight: bold;
}
.new_archives_contents2{
    width:100%;
    background:#FFF;
    color: #041b5e;
    font-weight: bold;
    margin-bottom: 3%;
}

h2 {
    color: #000;
    border: solid 2px #000000;
    margin: 4% 0;
    background: #fffa00;
    padding: 1%;
    font-size:18px !important;
    font-weight: 700;
}

ul, ol {
    margin: 0 0 0 0;
}

}
.comment_all{
margin-top:5%;

}

.comment_btn li{
margin:0 2%;
flex-basis: 96%;
-webkit-flex-basis: 96%;
}

.comment_btn .btn-main {
    margin-top: 0px !important;
    margin-bottom: 16px !important;
    text-align: center !important;
}

.comment_btn2{
width:50%;
margin-left: auto;
margin-right: 0px;
}

.comment_btn2 ul{
display:flex;
-webkit-display:flex;
list-style: none;

}
.comment_btn2 li{
margin:0 2%;
flex-basis: 46%;
-webkit-flex-basis: 46%;
}
.message-wrapper{
margin:2%;
}
.message_main{
/* margin:5%; */
}
.archives_all {
margin-top:2%;
background: #051e5f;
}
.archives_all .title1 {
margin-right: 0.5%;
background:#000;
padding: 0.5% 1%;
text-align:center;
display: block;
font-weight: bold;
}
.archives_all .title2 {
background:#000;
padding: 0.5% 1%;
text-align:center;
display: block;
font-weight: bold;
}

.new_archives_contents1 {
text-align: center;
float: left;
width:40%;
padding-bottom: 2%;
}
.new_archives_contents2 {
float: left;
width:60%;
padding:0 1%;
font-size: 17px;
font-weight: bold;
}


.newitem h2 {
width:100%;
    background-image: url(../img/midashi_new.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    color: #fffa00;
    font-weight: bold;
    border-bottom:0;
    padding:1%;
   margin-bottom: 0;
}

/*
.newitem h2 {
    position: relative;
    border-radius: 4px 4px 0 0;
    font-size: 1em;
    line-height: 1em;
    /* height: 2em; */
/*
    vertical-align: baseline;
    width: 55%;
    background:#000;
    padding: 2% 2% 2% 0.8%;
    color: #fffa00;
   font-size: 26px;
   z-index:2;
   border-bottom:0;
   margin-bottom: 0;
}
*/

/*
.newitem h2::after {
    content: "";
    position: absolute;
    width: 182%;
    background: #000;
    border-bottom: solid 30px #000;
    vertical-align: baseline;
    bottom: 0;
    left: 0;
    z-index:-1;
  }

.newitem h2::before {
    content: '';
    border-style: solid;
    border-width: 40px 0px 0px 46px;
    border-color: #000;
    border-top-color: transparent;
    position: absolute;
    right: -43px;
    top: 0px;
    z-index:-1;

}
*/

.itsnews li a {
    text-decoration: underline;
    width:100%;
}
.itsnews ul a:hover, a:focus, a:active {
    color: #1DC3C9;
}

.itsnews ul a{
    color: #1DC3C9;
}

.new_archives_btn a:hover img:hover {
    opacity: 0.7;
}
.comment_btn a:hover img:hover {
    opacity: 0.7;
}
.new_archives2 p{
line-height: 1.2em;
}
.new_archives_btn {
    margin-top: 2%;
}
#itsnews, #schedule, #archives_all {
  padding-top:46px;
  margin-top:-46px;
}


.towa {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
}

.chronology_all ul {
list-style: none;
margin-bottom:0;

}
.chronology_all li {
float: left;
padding:1%;
width:33.33%;
list-style: none;
}

.chronology_contents {
width:100%;
}

.chronology_contents ul {
display:flex;
display: -webkit-flex;
list-style: none;
margin-bottom:0;
}


.chronology_contents li img{
max-width: 64px;
height: 64px;

}


.chronology_flex1{
width:20%;
float: left;
}
.chronology_flex2{
width:80%;
align-items: center;
float: left;
}



.section4 .site-title{
	display: inline-block;
	vertical-align: middle;
	font-size:0.7em;
}


@media (min-width: 768px) {
.section4 a{
	font-size:0.9em;
	text-decoration: underline;
}
.section4 a:hover img:hover {
    opacity: 0.7;
}
td.section.section4 {
	font-size:0.9em;
	padding: 1% 1%;
}

.tablesorter-headerUnSorted {
    background-image: url('../img/sort.png');
    background-repeat: no-repeat;
    background-position: center right;
    padding: 6px 10px 6px 10px;
}
.tablesorter-headerAsc {
    background-image: url('../img/sort_a.png');
    background-repeat: no-repeat;
    background-position: center right;
    border-bottom: #000 2px solid;
    padding: 6px 10px 6px 10px;
}
.tablesorter-headerDesc {
    background-image: url('../img/sort_d.png');
    background-repeat: no-repeat;
    background-position: center right;
    border-bottom: #000 2px solid;
    padding: 6px 10px 6px 10px;
}
.section4 .logo{
	margin-right:6px;
	vertical-align: middle;
	width:100px;
	font-size:0.7em;
}

.card-body {
margin:0 2%;
}
.entry-content {
    margin: 1em 1%;
}
.towa2 {
    width: 50%;
    margin:0 auto;
}

}


@media (max-width: 767px) {
.section4 a{
	font-size:8px;
	text-decoration: underline;
	transition: all 700ms;
}
.section4 a:hover, a:focus, a:active {
    color: #808080;
}

.section4 a:hover img:hover {
    opacity: 0.7;
}

td.section.section4 {
	font-size:8px;
	padding: 1% 0.5%;
}
.tablesorter-header-inner {
font-size:8px;
}
.tablesorter-headerUnSorted {
    background-image: url('../img/sort.png');
    background-repeat: no-repeat;
    background-position: center right;
    padding: 6px 10px 6px 2px;
}
.tablesorter-headerAsc {
    background-image: url('../img/sort_a.png');
    background-repeat: no-repeat;
    background-position: center right;
    border-bottom: #000 2px solid;
    padding: 6px 10px 6px 2px;
}
.tablesorter-headerDesc {
    background-image: url('../img/sort_d.png');
    background-repeat: no-repeat;
    background-position: center right;
    border-bottom: #000 2px solid;
    padding: 6px 10px 6px 2px;
}
.section4 .logo{
	margin-right:6px;
	vertical-align: middle;
	width:70px;
	font-size:0.7em;
}

.towa2 {
    width: 100%;
}
}

.accordion-area{
    list-style: none;
    width: 100%;
    /* max-width: 900px; */
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
  border: 1px solid #ccc;
}


.title {
    position: relative;
    cursor: pointer;
    font-size:16px;
    font-weight: normal;
    padding: 2% 2% 2% 50px;
    transition: all .5s ease;
    font-weight: bold;
}


.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #FFF;
    
}
.title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    
}
.title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}


.title.close::before{
  transform: rotate(45deg);
}

.title.close::after{
  transform: rotate(-45deg);
}

.box {
    display: none;/*はじめは非表示*/
    /* background: #f3f3f3; */
    margin:0 1% 1% 1%;
    padding: 2%;
}