<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* ================================================== *
 *
 *    base style
 *
 * ================================================== */
body {
	font-size: 16px;
	background-color: #fff;
	background-repeat: repeat;
}

@media(min-width:768px) {
	body {
		padding-top: 0;
	}
}

h1 {
	/* margin: 0; */
	/* padding: 0; */
}

h1.navbar-header {
	margin: 110px 0 0;
	float: left;
}

a:hover img {
	opacity: 0.85;
}

a:hover, a:focus {
    color: #EB6E75;
    text-decoration: none;
}

.nav&gt;li&gt;a:hover, .nav&gt;li&gt;a:focus {
    /* background-color: rgba(128,66,253,0.72); */
    background-color: #6eba2b;
}

.navbar-default .navbar-nav &gt; li &gt; a {
	color: #6EB92B;
}

.navbar-default .navbar-nav &gt; li &gt; a span {
	color: #000;
}

.navbar-default .navbar-nav &gt; .active &gt; a,
.navbar-default .navbar-nav &gt; .active &gt; a:hover,
.navbar-default .navbar-nav &gt; .active &gt; a:focus,
.navbar-default .navbar-nav &gt; li &gt; a:hover,
.navbar-default .navbar-nav &gt; li &gt; a:focus,
.navbar-default .navbar-nav &gt; li.current-menu-item &gt; a,
.navbar-default .navbar-nav &gt; li.current-menu-item &gt; a span,
.navbar-default .navbar-nav &gt; li &gt; a:hover span,
.navbar-default .navbar-nav &gt; li &gt; a:focus span {
	color: #fff;
	background-color: #6EB92B;
}

#contact {
	/* display: none; */
}

/*溝幅 10pxの場合*/
.gutter-10 {
	margin-left:-5px;
	margin-right:-5px;
}

.gutter-10 &gt; [class*='col-'] {
	padding-left:5px;
	padding-right:5px;
}

.row-20{
    margin-left:-10px;
    margin-right:-10px;
}
.row-20 &gt; div{
        padding-right:10px;
        padding-left:10px;
}

/* ================================================== *
 *
 *    text style
 *
 * ================================================== */
 
.mincho {
	 font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	/*  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; */
}
 
.wf-roundedmplus1c { font-family: "Rounded Mplus 1c"; }	

.wf-notosansjapanese { font-family: "Noto Sans Japanese"; }
 
 /* Contextual colors */
.text-primary {
	color: #86b070;
}

strong {
	font-weight: bold;
}
/* ================================================== *
 *
 *    block modules
 *
 * ================================================== */

/*
@media(min-width:768px) {
 .container {
 	 width: 719px;
  }
}
*/

@media(min-width:1200px) {
 .container {
 	 /* width: 962px; */
 	 width: 1007px;
  }
}

#header {
	/* background: #F7F8DA url(../images/bar-pat-tall.png) repeat-x 0 0; */
	background-color: #FEEABE;
	border-bottom: 6px solid #6EB92B;
	/* padding: 16px 0 0; */
	height: 198px;
}

/*
.home #header {
	border-bottom: 0 none;
}
*/

#contents_area {
	padding-top: 198px;
}

@media(min-width:768px) {
	#header {
		height: 137px;
	}
	#contents_area {
		padding-top: 137px;	
	}
	h1.navbar-header {
		margin: 15px 0 0;
	/* padding: 0; */
	}
	#menu-global_nav {
		position: absolute;
		width: 62%;
		right: 0;
		top: 58px;
	}	
}

@media(min-width:992px) {
	#contents_area {
		padding-top: 164px;
	}
	#header {
		height: 164px;
	}
	#menu-global_nav {
		top: 85px;
	}
}

#global_nav li {
	text-align: left;
	font-weight: bold;
	background-color: transparent;
}

.navbar-collapse.in #global_nav li,
.navbar-collapse.collapsing #global_nav li {
	background-color: #FEEABE;

}

.navbar-collapse.in #global_nav li a {
	/* color: #fff; */
	border-width: 0 0 2px;
	border-color: #6EB92B;
	border-style: solid;
}

.navbar-collapse.in #global_nav li:first-child a  {
	border-top: 2px solid #6EB92B;
}

#global_nav span {
	display: inline;
	margin-left: 3px;
}

.navbar-default .navbar-toggle {
   /*  background-color: #fff; */
   z-index: 150;
}

.navbar-nav {
    margin: 0 -15px;
}

.navbar-toggle {
	margin-right: 0;
	margin-top: 58px;
	background-color: #FFF5D2;
}

.navbar-contact-xs {
	position: absolute;
	/* right: 74px; */
	left: 0;
	top: 0;
	background-color: #E60012;
}

@media(min-width:449px) {
	.navbar-toggle {
		margin-top: 10%;
	}
	.navbar-contact-xs img {
	 	max-width: 61%;
	 }
}

.navbar-collapse {
	margin-top: 192px;
}

.gnav-pc {
	width: 100%;
}

.gnav-pc,
.gnav-pc li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.gnav-pc li {
	float: left;
	/* display: inline; */
}

.gnav-pc .gnav-pc-item {
	/* width: 11.32%; */
	width: 11.78%;
	/* height: 61.6%; */
	height: auto;
	padding-right: 0.29%;
	background: url(../images/gnav-sep.png) no-repeat right bottom;
}

.gnav-pc .gnav-pc-item:first-child {
	padding-left: 0.29%;
	/* padding-right: 0.21%; */
	background: 
		url(../images/gnav-sep.png) no-repeat left bottom,
		url(../images/gnav-sep.png) no-repeat right bottom;
}

.gnav-pc-item img {
	width: 100%;
	height: auto;
	position: relative;
	bottom: 0;
}

.gnav-pc .gnav-pc-logo {
	width: 26.45%;
	width: 29.29%;
	padding-right: 0.29%;
	background: url(../images/gnav-sep.png) no-repeat right bottom;
}

.gnav-pc-logo img {
	width: 100%;
	height: auto;
}

@media(min-width:768px) {
	#global_nav li {
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		border-bottom: 0 none;
		width: 19%;
		white-space: nowrap;
	}
	
	#global_nav li a {
		border-right: 2px solid #6EB92B;
		padding: 10px 0 20px;
	}
	
	#global_nav li:first-child a {
		border-left: 2px solid #6EB92B;
	}
	
	#global_nav li span {
		font-weight: normal;
		display: block;
		margin-left: auto;
	}
	
	.navbar-nav {
   		 margin: 7.5px -15px;
   	 }
}

#header .container{
	position: relative;
}

.navbar-default {
	/* background-color: #fff; */
	/* background: #F6F8DC url(../images/body-bak.jpg) repeat 0 0; */
	border: none;
}

.navbar-brand {
	height: 63px;
	padding: 10px;
}

.navbar-brand img {
	/* width: auto; */
	/* height: 62px; */
	/* height: 53px; */
	width: 85.8%;
	position: absolute;
	left: 22px;
}

.header-contact {
	width: 62%;
	position: absolute;
	right: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.header-description {
	font-size: 11px;
	color: #F3981E;
	position: absolute;
	top: 59px;
	width: 74%;
}

@media(min-width:449px) {
	.navbar-brand img {
		width: 56%;
	}
	.header-description {
		font-size: 12px;
		top: 81px;
		width: 52%;
	}
}

@media(min-width:768px) {
	.navbar-brand {
		/* padding-top: 28px; */
	}
	.navbar-brand img {
		width: 30.4%;
		height: auto;
		left: 11px;
		top: 64px;
	}
	.header-contact {
		right: -7px;
		top: 3px;
	}
	.header-description {
		width: 35%;	
		top:14px;
		left: 15px;
	}
	.nav .ja {
	font-size: 80%;
	}
}

@media(min-width:992px) {
	.navbar-brand {
		height: 89px;
		padding-top: 15px;
	}
	.navbar-brand img {
		width: 32.4%;
	}
	.header-contact {
		right: 0;
		top: 0;
	}
	.nav .ja {
	font-size: 100%;
	}
}

.nav &gt; li &gt; a {
	padding-right: 14px;
	padding-left: 14px;
	
}

.footer-nav  &gt; li &gt; a {
	padding: 5px 10px;
	/* border-radius: 50%;	 */
}

.header-contact li {
	float: left;
}

.contact-web {
	margin-right: 8px;
}

.content-header-area {
	background: #665E51 url(../images/mv-bak.jpg) repeat 0 0;
	color: #EDE8E4;
}

.content-header {
	/* height: 118px; */
	padding-top: 35px;
	padding-bottom: 35px;
}

.content-header h1 {
	margin-left: 40px;
	text-shadow: 1px 1px 2px #493929;	
}

.subtitle {
	font-size: 67%;
	margin-left: 1em;
}

.center-subtitle {
	font-size: 67%;
}

.nav-title {
	margin: 0;
	color: #665E51;
	border-bottom: 1px solid #665E51;
	margin-bottom: 13px;
	padding-left: 10px;
	padding-bottom: 3px;
}

.table-title {
	font-size: 100%;
	font-weight: normal;
}

.title-kv {
	background-color: #E0E0E0;
	background-image: url(../images/kv-back-company.png);
	background-repeat: no-repeat;
	background-size:cover;
	text-align: center;
	font-family: "Rounded Mplus 1c";
	font-weight: bold;
	position: relative;
	width: 100%;
	height: 64px;
	height: 137px;
	border-bottom: 6px solid #6EB92B;
}

.company .title-kv {
	background-image: url(../images/kv-back-company.jpg);
}

.spec .title-kv {
	background-image: url(../images/kv-back-spec.jpg);
}

.price .title-kv {
	background-image: url(../images/kv-back-price.jpg);
}

.contact .title-kv {
	background-image: url(../images/kv-back-contact.jpg);
}

.pickup .title-kv {
	background-image: url(../images/kv-back-pickup.jpg);
}

.information .title-kv {
	background-image: url(../images/kv-back-pickup.jpg);
}

.cases .title-kv {
	background-image: url(../images/kv-back-pickup.jpg);
}

.kv-filter {
	background: url(../images/overlays/02.png);
	width: 100%;
	height: 100%;
}

.title-box {
	border-width: 0;
	border-color: #6EB92B;
	border-style: solid;
	background-color: #fff;
	color: #6EB92B;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);		
	border-width: 3px;
	padding: 2% 8%;
	display: inline-block;
	width: auto;
}

.title-en {
	font-size: 36px;
	margin: 0;
}

.notfound .title-en,
.privacy-policy .title-en {
	font-size: 16px;
}

.title-box h1 {
	font-size: 100%;
	margin: 0 0 0.5em;
}

@media(min-width:768px) {
	.title-kv {
		/* height: 318px; */
		height: 248px;
	}
	.title-box {
		width: 400px;
		padding: 2% 0;
	}
	.title-en,
	.privacy-policy .title-en {
	font-size: 48px;
	}
}

/* ------------------------------------------------- *
 *        main
 * ------------------------------------------------- */

.main {
	
}

.main-content {
	background-color: #fff;
}

.main-content.full-width {
	padding: 0 5% 5%;
}

.inner-container {
	padding-left: 10%;
	padding-right: 10%;
}

.top-margin {
	margin-top: 12%;
}

.page-title,
.post-title {
	font-size: 138.5%;	
}

.page-title {
	text-align: center;
}

.post-title {
}

h1.page-title {
	margin: 0 auto 0.5em auto;
	padding: 0 0 0.35em;
	border-bottom: 4px dotted #727171;
}


h1.post-title {
	margin: 0 auto 0.5em auto;
	padding: 10px 18px;
	background-color: #C5E3AA;
}

h2.page-title {
	
}

.page-subtitle {
	margin-bottom: 14px;
}

.contents-title {
	font-size: 138.5%;
	text-align: center;
}

h1.contents-title {
	margin: 0 auto 1em;
}

.intro {
	font-size: 100%;
}

.pc-br {
	display: none;
}
@media(min-width:768px) {
	.main-content.full-width {
		padding: 0 10% 10%;
	}
	.intro {
		text-align: center;
		font-size: 130%;
		line-height: 148%;
		margin-bottom: 1em;
	}
	.pc-br {
		display: inline;
	}
	.sp-br {
		display: none;
	}
}

.lead {
/* 	text-align: center; */
}

.block-title {
	margin-bottom: 1em;
}

.contact-phone {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.contact-phone dd {
	text-align: center;
	padding: 3% 0;
}

.contents-menu img {
	width: 100%;
	height: auto;
}

.ex-notes {
	list-style-type: none;
	padding-left:1em;
	position:relative;
}

.ex-notes:before{
	content:"※";
	position:absolute;
	left:0;
	top:0;
}

.notes {
	font-size: 80%;
}

.block-price .notes {
	/* font-size: 100%; */
	color: red;
}

/* ------------------------------------------------- *
 *        Company
 * ------------------------------------------------- */
 
.company-photo img  {
	margin-bottom: 20px;
}

.google-map {
    position: relative;
    width: 100%;    /* 左右に余白が必要なら値を変更してもOK */
    height: 0;
    padding-bottom: 56.25%;    /* padding-topでもOK */
    overflow: hidden;
}
.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;    /* 必要であれば!importantを付けてください */
    height: 100%;    /* 必要であれば!importantを付けてください */
}

.label-company {
	background-color: #23ab38;
}

/* ------------------------------------------------- *
 *        Programs (Curriculum)
 * ------------------------------------------------- */
 
.programs-social {
	 border-width: 2px 0 0;
	 border-color: #BEBDBD;
	 border-style: dotted;
	 margin: 1em 0 0;
}
 
.program {
	 width: 100%;
	 clear: both;
}
 
.program-social-img {
	/* width: 35%; */
	/* float: left; */
}

.program-item {
	/* margin-top: 45px; */
	/* margin-left: 35%; */
	background: url(../images/program-item-bak.png) no-repeat center bottom;
	padding-bottom: 40px;
}

.program:last-child .program-item {
	background: none;
	padding-bottom: 0;
}

.program-item &gt; dt {
	/* color: #23AC38; */
	/* font-weight: 700; */
	margin-bottom: 1em;
	display: inline-block;
	/* background: url(../images/title-bak-yellow.png) repeat-x left bottom;	 */
}

.program-item &gt; dd {
	margin-left: 2em;
}

.sub-item {
	font-size: 85%;
}

.sub-item &gt; dt {
	margin-bottom: 1em;	
	display: inline-block;
	background: #F8B62B;
	color: #fff;
	padding: 3px 12px;
}

.sub-item &gt; dd {
	margin-bottom: 1em;	
}

.curriculum-2 {
	/* border-bottom: 2px dotted #23AC38; */	
}

.curriculum-2:last-child {
	border-bottom: 0 none;
}

.curriculum-2-item &gt; dt {
	background: #fff url(../images/nav-marker-gift.png) no-repeat 0 3px;
	background-size: 16px auto;	
	padding-left: 20px;
	margin-bottom: 1em;	
}

.social-training {
	border: 1px solid #B5B6B6;
	border-radius: 10px;
	padding: 20px;
}

.five-programs {
	background: url(../images/curriculum-plus.png) no-repeat center top;
	padding-top: 40px;
	margin: 20px auto 60px;
}

/* ------------------------------------------------- *
 *        Facilities
 * ------------------------------------------------- */
 
.facilities-growing-up .growing-up-logo {
	margin-top: 1em;
	margin-bottom: 1em;
}

.facility-item {
	/* text-align: center; */
}

.facility-img {
	margin-bottom: 1em;
	/* width: 100%; */
	/* height: auto; */
}

.facility-item dt {
	/* display: inline-block; */
	background: url(../images/title-bak-yellow.png) repeat-x left bottom;
	margin:	0 auto 0.5em;
	text-align: center;
	color: #23AC38;	
}

.facility-item dd {
	text-align: left;
	font-size: 85%;
	margin-left: 2%;
	margin-right: 2%;
}

/* ------------------------------------------------- *
 *        Price
 * ------------------------------------------------- */

.block-price h2 {
	background-color: #F39800;
	color: #fff;
	text-align: center;
	padding: 2.5% 0;
	font-size: 20px;
}

.table-price {
	
}

.table-nw &gt; tbody &gt; tr &gt; th,
.table-nw &gt; tbody &gt; tr &gt; td {
	border-width: 2px;
	border-style: solid;
	border-color:  #C9CACA;
	/* padding: 8px 16px; */
}

.table-company &gt; tbody &gt; tr &gt; th,
.table-company &gt; tbody &gt; tr &gt; td {
	border-color:  #C9CACA;
}

.table-history &gt; tbody &gt; tr &gt; th,
.table-history &gt; tbody &gt; tr &gt; td {
	border-width: 2px 0;
	border-style: dotted;
}

.table-company &gt; tbody &gt; tr &gt; th {
	background-color: #EFEFEF;
}

.table.table-price th,
.table.table-price td,
.table.table-company th,
.table.table-company td {
	vertical-align: middle;
}

.table-company th {
	white-space: nowrap;
}

.table {
	font-size: 12px;
}

@media(min-width:768px) {
.table {
	font-size: 87.5%;
	}
.table&gt;tbody&gt;tr&gt;th {
	padding-left: 16px;
	}
}

.table-price th.th-heading {
	background-color: #EFEFEF;
	text-align: center;
}

.table-price td {
	text-align: center;
}

.label-price {
	background-color: #23AC38;
}

.label-credits {
	background-color: #F39800;
}

.th-type {
	width: 33%;
}

.nowrap {
	white-space: nowrap;
}


/* ------------------------------------------------- *
 *        Access
 * ------------------------------------------------- */
.access-info dt {
	 width: 5em;
	 float: left;
	 background-color: #B94996;
	 border-radius: 5px;
	 text-align: center;
	 color: #fff;
}
 
 .access-info dd {
	 margin-left: 6em;
	 margin-bottom: 1em;
}
 
.institution {
	 margin-bottom: 4em;
}
 
.coming-soon {
	 color:#E60012;
}

/* ------------------------------------------------- *
*        Spec
* ------------------------------------------------- */

.spec-title,
.spec-desc,
.spec-ex h3,
.spec-point h2,
.spec-solution,
h2.box-col-title,
.top-description h1 {
	font-family: "Noto Sans Japanese";	
	font-weight: 700;
}

.spec-title {
	text-align: center;
	font-size: 30px;
	margin-bottom: 1em;	
}

.spec-point h2 {
	text-align: center;
}

.spec-desc {
	font-size: 24px;
	margin-bottom: 1em;
}

.spec-ex {
}


.spec-ex h3 {
	font-size: 100%;
}

.spec-solution {
	text-align:center;
}

.spec-solution h3 {
	margin-bottom: 1em;
}

.spec-solution p {
	margin-bottom: 1.5em;
}

.spec-solution p {
	text-align: left;
}

@media(min-width:768px) {
	.spec-desc	{
		text-align: center;
	}
	.spec-solution p {
		text-align: center;
	}
	.spec-ex {
		text-align: center;
	}
	.anti-insolation .spec-ex .row {
		background: url(../images/tri-arrow-right.png) no-repeat center center;
	}
}

.anti-condensation .spec-title,
.anti-condensation .spec-point h2,
.anti-condensation .spec-desc,
.anti-condensation .spec-solution h3 {
	color: #4F86C5;
}

.heat-insulation .spec-title,
.heat-insulation .spec-point h2,
.heat-insulation .spec-desc,
.heat-insulation .spec-solution h3 {
	color: #F3981E;
}

.anti-insolation .spec-title,
.anti-insolation .spec-point h2,
.anti-insolation .spec-desc,
.anti-insolation .spec-solution h3 {
	color: #ED6D47;
}

.anti-noise .spec-title,
.anti-noise .spec-point h2,
.anti-noise .spec-desc,
.anti-noise .spec-solution h3 {
	color: #CA4F84;
}

.anti-crime .spec-title,
.anti-crime .spec-point h2,
.anti-crime .spec-desc,
.anti-crime .spec-solution h3 {
	color: #C8A063;
}

.box-col {
	border-style: solid;
	border-width: 6px;
	border-radius: 12px;
	padding: 21px;
	/* text-align: center; */
}

.anti-condensation .box-col {
	border-color: #4F86C5;
}

.heat-insulation .box-col {
	border-color: #F3981E;
}

.anti-insolation .box-col {
	border-color: #ED6D47;
}

.anti-noise .box-col {
	border-color: #CA4F84;
}

.anti-crime .box-col {
	border-color: #C8A063;
}

h2.box-col-title {
	border: none;
	border-radius: 12px 12px 0 0;
	color: #fff;
	text-align: center;
	display: inline-block;
	padding: 0.5em 1.7em;
	margin-bottom: 0;
	max-width: 92%;
	font-size: 24px;
}

.anti-condensation h2.box-col-title {
	background-color:  #4F86C5;
}

.heat-insulation h2.box-col-title {
	background-color:  #F3981E;
}

.anti-insolation h2.box-col-title {
	background-color:  #ED6D47;
}

.anti-noise  h2.box-col-title {
	background-color:  #CA4F84;
}

.anti-crime  h2.box-col-title {
	background-color:  #C8A063;
}

.spec-nav &gt; li &gt; a {
	color: #fff;
	display: block;
	padding: 20px 0;
}

.spec-nav li {
	list-style-type: none;
}

.spec-nav li:hover {
	opacity: 0.8;
}

.entry-thum {
	overflow: hidden;
}

.entry-thum img {
	display: block;
	transition-duration: 0.3s;
}

.entry-thum img:hover {
	transform: scale(1.1);
	transition-duration: 0.3s;
}


@media(min-width:768px) {
	.spec-menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;	
	}
	
	.spec-nav {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;	
		margin-bottom: 2.5em;
		padding-left: 0;
	}
	
	.spec-nav li {
		text-align: center;
		color: #fff;
		border-radius: 5px;
		width: 18%;
		position: relative;	
	}
	
	.spec-nav li.current_page_item:after {
		content:"";
		border: 8px solid transparent;
		position: absolute;
		bottom: -16px;
		right: 44%;
	}
	.anti-condensation .spec-nav li.current_page_item:after {
		border-top: 8px solid #4F86C5;
	}
	
	.heat-insulation .spec-nav li.current_page_item:after {
		border-top: 8px solid #F3981E;
	}
	
	.anti-insolation .spec-nav li.current_page_item:after {
		border-top: 8px solid #ED6D47;
	}
	
	.anti-noise .spec-nav li.current_page_item:after {
		border-top: 8px solid #CA4F84;
	}
	
	.anti-crime .spec-nav li.current_page_item:after {
		border-top: 8px solid #C8A063;
	}
	
	.spec-solution-item {
		border-style: dotted;
		border-width: 0 6px 0 0;
	}
	
	.spec-solution-item:last-child {
		border:none 0;
	}
	
	.anti-condensation .spec-solution-item {
		border-color: #4F86C5;
	}
	
	.heat-insulation .spec-solution-item {
		border-color: #F3981E;
	}
	
	.anti-insolation .spec-solution-item {
		border-color: #ED6D47;
	}
	
	.anti-noise .spec-solution-item {
		border-color: #CA4F84;
	}
	
	.anti-crime .spec-solution-item {
		border-color: #C8A063;
	}
}

.spec-item dt {
	background-color: #CCCCCC;
	color: #fff;	
	text-align: center;
	border-radius: 10px;
	margin-bottom: 0.5em;
}

.spec-item dt:hover {
	opacity: 0.8;
}

.spec-item dt a {
	display: block;
	padding: 20px 0;
	
}

.spec-item dt a:link,
.spec-item dt a:visited,
.spec-item dt a:hover,
.spec-item dt a:active {
	color: #fff;
}

.anti-condensation dt,
.nav-anti-condensation {
	background-color: #4F86C5;
}

.heat-insulation dt,
.nav-heat-insulation {
	background-color: #F3981E;
}

.anti-insolation dt,
.nav-anti-insolation {
	background-color: #ED6D47;
}

.anti-noise dt,
.nav-anti-noise  {
	background-color: #CA4F84;
}

.anti-crime dt,
.nav-anti-crime {
	background-color: #C8A063;
}

.spec-item dd {
	font-size: 90%;
}

.spec-solution {
	text-align: center;
}

.spec-ex-item {
	border-bottom: 6px dotted #F3981E;
}

.spec-footer-nav-xs {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	width: 90%;
	margin: 0 auto 30px;
}

.spec-footer-nav-xs li {
	margin: 5px;
}
.spec-footer-nav-xs a {
	color: #fff;
}

 /* ------------------------------------------------- *
 *        Recruit
 * ------------------------------------------------- */
 .recruit-contact {
	 width: 90%;
	 margin-left: auto;
	 margin-right: auto;
 }
 
 .label-fulltime {
	background-color: #006835;
}

 .label-parttime {
	background-color: #272F88;
}

.recruit-nav-btn {
	margin:0;
	border-radius: 10px;
	text-align: center;
	/* font-weight: bold; */
	padding: 10px;
}

.recruit-nav-btn.fulltime {
	background-color: #006835;
	color: #fff;
}

.recruit-nav-btn.parttime {
	background-color: #272F88;
	color: #fff;
}

.recruit-nav-btn:hover {
	opacity: 0.85;
}

.recruit-nav-btn a {
	display: block;
	width: 100%;
	height: 100%;
}

.recruit-contact-btn {
	margin-bottom: 1em;
}

/* ------------------------------------------------- *
*        Sitemap
* ------------------------------------------------- */
.title-sitemap {
	background: url(../images/contents-title-bak-support.png) repeat-x center bottom;
}

.menu-sitemap {
	margin: 0;
	padding: 0;
}

.menu-sitemap li {
	list-style-type: none;
	margin: 12px 0;
    padding: 0 0 12px;
}

.menu-sitemap &gt; li {
	border-bottom: 1px dotted #9b9b9b;	
}

.menu-sitemap li a {
	display: block;
	padding: 6px 3px 6px 33px;
	background: #fff url(../images/nav-marker-gift.png) no-repeat 10px 50%;
	background-size: auto 50%;
	transition-property: all;
	transition: 0.3s linear;
	color: #333;
}

.menu-sitemap li a:hover {
    text-decoration: underline;
    background-color: #eee;
    color: #B94996;
    border-radius: 10px;
}

.menu-sitemap ul {
    margin: 0;
}

.menu-sitemap li li {
    background: transparent none repeat scroll 0 0;
   /*  font-size: small; */
    margin: 7px 0 0;
    padding: 1px 0 0 27px;
}

.menu-sitemap li li a {
    line-height: normal;
    padding-left: 34px;
}
.menu-sitemap li li li {
    padding-left: 15px;
}
.menu-sitemap li li li a {
   /*  background: rgba(0, 0, 0, 0) url("./images/list_mark_child04.png") no-repeat scroll left center; */
}

/* ------------------------------------------------- *
 *        Privacy Policy
 * ------------------------------------------------- */
.page-privacy-policy p {
	font-size: 85%;
}

.page-privacy-policy section {
	margin-bottom: 1em;
}

/* ------------------------------------------------- *
 *        side-nav
 * ------------------------------------------------- */
.local-nav {
	/* border: 1px solid #D0D0D0; */
}

.side-nav {
	margin: 0 0 2em;
	padding: 0;
}

.side-nav dt {
	background-color: #C5E3AA;
	/* color: #fff; */
	padding: 10px 18px;
	font-weight: 700;
	text-align: center;
	/* border-radius: 3px 3px 0 0; */
	/* border-bottom: 1px solid #D0D0D0; */
	border: 1px solid #D0D0D0;
}

.side-nav dd {
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #D0D0D0;
}

.tsushin-nav .side-nav dt {
	background-color: #23AC38;
}

.side-nav ul {
	padding: 0;
}

.side-nav li {
	list-style-type: none;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #D0D0D0;
}

.side-nav a {
	display: block;
	padding: 6px 3px 6px 26px;
	background: #fff url(../images/nav-marker-grey.png) no-repeat 10px 50%;
	background-size: auto 40%;
	transition-property: all;
	transition: 0.3s linear;
	color: #333;
}

.side-nav a:hover,
.side-nav .current-menu-item a,
.side-nav .current-cat a,
.side-nav .current-archive-item a {
	/* background-color: #ffcccf; */
	background-color: #eee;
	transition-property: all;
	transition: 0.3s linear;
	color: #ba4896;
}

/* nav a, */
.contents-menu a,
nav .footer-nav a,
.footer-nav-xs a,
.pagetop-xs,
.footer_sitemap li &gt; a {
	/* color: #fff; */
}

/*
nav .side-nav  &gt; li &gt; a {
	color: #000;
}
*/

/* nav a:hover, */
.contents-menu a:hover,
nav .footer-nav a:hover,
.footer-nav-xs a:hover,
.footer-nav-xs .current-menu-item a:hover,
/* .pagetop-xs:hover, */
.footer_sitemap li &gt; a:hover {
	 color: #fff;
}

/*
nav .side-nav  &gt; li &gt; a:hover {
	color: #000;
}
*/

.label a,
.label a:visited,
.label a:hover,
.label a:active {
	color: #fff;
}

/*
.local-nav {
	width: 64%;
	margin: 0 auto;
}

@media(min-width:768px) {
	.local-nav {
		width: 100%;
	}
}
*/

.local-nav h4 {
	text-align: center;
	padding: 6px 3px;
	margin: 0;	
	border-bottom: 1px solid #fff;
	font-size: 100%;
	font-weight: bold;
}

.local-nav.news-nav h4 {
	background: #ED7980;
	color: #fff;
}

.local-nav.tsushin-nav h4 {
	background: #24AC38;
	color: #fff;
}

/* ------------------------------------------------- *
 *        demo-header
 * ------------------------------------------------- */

.jumbotron {
	/* background: none; */
}

/* ------------------------------------------------- *
 *        footer-contacts
 * ------------------------------------------------- */
 
.footer-contacts .container {
	background-color: #EDE8E4;
	/* padding: 45px 0 50px; */
}

.footer-download,
.footer-contact {
	background-color: #fff;
	min-height: 257px;
	margin-top: 15px;
	padding: 1px 28px;
}


.footer-download {
	/* margin-left: 15px; */
}

.footer-download-btn {
	/* margin-top: 53px; */
}

.footer-contact {
	/* margin-right: 15px; */
}

.footer-contact-btn {
	margin-top: 24px;
}

.footer-contact-phone {
	margin-top: 36px;
}

/* ------------------------------------------------- *
 *        footer
 * ------------------------------------------------- */
 
.pagetop {
	display: none;
	position: fixed;
	bottom: 86px;
	right: 55px;
	z-index: 999;
	opacity: 1.0;
}

.pagetop-xs {
	padding-top: 24px;
}
/*
p.pagetop {
	margin: 0 30px 0;
}

.pagetop a {
	background: url(../images/pagetop-marker.png) no-repeat left center;
	padding-left: 16px;
	font-size: 12px;
}
*/

footer {
	margin-top: 10px;
	/* padding-top: 16px; */
	background-color: #6EB92B;
}

.footer_sitemap {
	background-color: #EDE8E4;
	padding-top: 5px;
}

.footer_copyright {
	color: #fff;
	padding: 18px 0;
}

.footer_copyright p {
	margin: 0;
}

.footer_sitemap {
	font-size: 90%;
}

.footer_sitemap ul.sub-menu {
	margin-top: 0.5em;
	padding-left: 20px;
}

.footer_sitemap li {
	list-style-type: none;
}

ul.menu &gt; li {
	margin-bottom: 1em;
}

.footer_sitemap ul.sub-menu &gt; li {
	margin-bottom: 0.5em;
}

.footer_sitemap .sub-menu li {
	font-size: 90%;
}

/*
.footer-nav li {
	display: inline-block;
	border-right: 1px solid #8A8881;
	padding: 0 14px;
	font-size: 14px;
}

.footer-nav li:first-child {
	border-left: 1px solid #8A8881;
}
*/

#footer_nav {
	overflow: hidden;
}

.footer-nav {
    float: left;
    left: 50%;
    /* margin-bottom: 30px; */
    position: relative;
}

.footer-nav li {
    border-right: 1px solid #8A8881;
    float: left;
    left: -50%;
    /*  margin-right: 10px; */
    /* padding-right: 10px; */
    position: relative;
	font-size: 12px;
}

.footer-nav li:first-child {
    border-left: 1px solid #8A8881;
   /*  padding-left: 10px; */
}

.footer-nav-xs li {
	background: transparent url(../images/nav-marker-grey.png) no-repeat right 50%;
	background-size: auto 40%;
	border-bottom: 1px solid #9b9b9b;	
	/* text-align: center; */
}

.footer-nav-xs li:first-child {
	border-top: 1px solid #AFAEAE;
}

.footer-nav-xs li.current-menu-item a {
	/* background-color: rgba(253,230,183,0.72); */
	background-color: #6eba2b;
	color: #fff;
}

/* ------------------------------------------------- *
 *        section
 * ------------------------------------------------- */
/*
 section .container {
	border: 1px dashed #a4d5de;
	background: #f4fafa;
	margin-bottom: 30px;
}
*/

.section-title {
	background: #6EB92B;
	color: #fff;
	font-size: 112.5%;
	font-weight: bold;
	text-align: center;
	padding: 9px 27px;
	margin-top: 0;
	/* text-shadow: 1px 1px 2px #493929; */		
}

/*
.section-subtitle {
	margin-bottom: 1em;
	background: url(../images/loopgate-marker-m.png) no-repeat 0 0;
	padding-left: 31px;
}
*/

.section-subtitle  {
	font-size: 16px;
	position: relative;
	padding-left: 20px;
}

.section-subtitle:before {
    background: #6EB92B;
    content: "";
    height: 16px;	/* 四角のサイズ */
    width: 16px;	/* 四角のサイズ */
    left: 0;
    position: absolute;
    top: 1px;
}

.content-title {
	text-align: center;
	width: 100%;
	color: #6EB92B;
	font-family: "Rounded Mplus 1c";
	font-weight: bold;
	margin-bottom: 2em;
}

.content-title .title-en {
	font-size: 47px;
	margin: 0;
}

.content-title h1,
.content-title h2 {
	font-size: 100%;
	margin: 0 0 0.5em;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
  .section-subtitle {
   line-height: 1.3;
   } /* IE11 */
}

.tm {
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
}

.photo-image {
	/* float: right; */
}

.photo-image .caption {
	font-size: 80%;
	padding-top: 5px;
}

section .row {
	/* margin-left: 30px; */
	/* margin-right: 30px; */
}


/* ------------------------------------------------- *
 *        home
 * ------------------------------------------------- */
.fade-in {
	/* opacity: 0; */
}

.top-description {
	font-size: 90%;
	line-height: 1.8;
	margin-left: 5%;
	margin-right: 5%;
}

.top-description  h1 {
	font-size: 120%;
	text-align: center;
	padding-bottom: 1.5em;
	margin-top: 2em;
	margin-bottom: 1em;
	border-bottom: 1px solid #000;
}

.main-visual,
.main-visual-xs {
	background: url(../images/overlays/02.png);
	margin-left: auto;
	margin-right: auto;
	border-bottom: 6px solid #6EB92B;
	position: relative;
	overflow: hidden;
}

.main-visual h1 {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);	
	z-index: 10;
}

.main-visual video {
	position: absolute;
	left: 0;
	top: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
	background-color: #dfdfdf;
}

@media screen and (min-width: 768px) {
  .main-visual {
    height: 584px;
  }
  .top-description {
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
  }
}

@media screen and (min-width: 992px) {
  .top-description {
	margin-left: 20%;
	margin-right: 20%;
	}
}

.top-frame {
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	margin: 0 auto;
	z-index: 1000;
	width: 202px;
	/* bottom: 0; */
}
.slides {
	margin: 0;
	padding: 0;
}

/* ***** slick start **** */
.main-slider {
	width: 100%;
}

.main-slider img {
	width: 100%;
	height: auto;
}

.main-slider ul {
	margin: 0;
	padding: 0;
	/* padding-inline-start:0; */
}

.single-item {
	max-width: 600px;
	margin: 0 auto 50px;
}
.slick-prev::before, .slick-next::before {
	font-size: 24px;
}
.lazy-item .slick-next,
.thumb-item-nav .slick-next,
.multiple-item .slick-next,
.center-item .slick-next {
	right: 20px;
	z-index: 99;
}
.lazy-item .slick-prev,
.thumb-item-nav .slick-prev,
.multiple-item .slick-prev,
.center-item .slick-prev {
	left: 15px;
	z-index: 100;
}
.single-item .slick-prev::before,
.single-item .slick-next::before {
	color: #666;
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots {
	/* bottom:-25px; */
	bottom: 4px;
}

.slick-dots li button:before {
	opacity: .80;
    color: white;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.multiple-item li {
	margin: 0 5px;
}
.thumb-item {
	max-width: 700px;
	margin: 0 auto 5px;
	padding: 0 5px;
}
.thumb-item-nav {
	max-width: 700px;
	margin: 0 auto;
}
.thumb-item-nav li{
	margin: 5px;
}
.lazy-item {
	width: 400px;
	margin: 0 auto 50px;
}
.lazy-item li {
	margin: 0 5px;
}


/* 左右のセンター以外の箇所に指定したい内容を記述 */
.slick-slide:not(.slick-center) {
/* 左右の画像を白黒 */
/*
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 0.2s linear;
*/
}

/* ***** slick end **** */

.top-spec {
	padding: 3em 0 2em;
	background-color: #FEEABE;
	margin-bottom: 1em;
}

.top-news-area h2 {
 margin: 0 auto 3%;
 padding: 0;
}

.top-banner-space {
	margin: 0 30px 0;
	padding: 0;
}

.top-banner-space li {
	list-style-type: none;
	margin: 0 0 10px 0;
}

.top-product-area {
	margin-top: 55px;
}

.col-item dt,
.menu-item dt {
	margin-bottom: 5px;
}

.col-item dd {
	font-size: 75%;
	margin-bottom: 5px;
}

dd.name {
	font-weight: bold;
}

.col-item img,
.menu-item img {
	border: 1px solid #CCC;
}

.menu-item {
	margin: 0;
}
.menu-item dd {
	font-size: 75%;
}

.top-side-banner {
	/* width: 100%; */
	/* height: auto; */
	margin-bottom: 3%;
}

.side-banner {
	margin-bottom: 5%;
}

.top-news-area {
	background-color: #fff;
	padding: 14px;
}
/*
.top-news-area,
.top-product-area {
	overflow: hidden;
}
*/

/* more button */
.more {
	/* width: 18em; */
}

.more-btn {
	width: 33%;
	margin: 0 auto;
	text-align: center;
	background-color: #727171;
}

.more-btn a {
	display: block;
	padding: 12px 0;
}

.more-btn a:link,
.more-btn a:visited,
.more-btn a:hover,
.more-btn a:active {
	color: #fff;
}

.more-btn:hover{
	opacity: 0.8;
}

.top-tsushin-banner img {
	margin: 0;
}

.top-tsushin-archive-link {
	background-color: #F9F184;	
	text-align: center;
	font-size: 70%;
	border-style: solid;
	border-width: 0;
	/* border-color: none; */
	border-radius: 0 0 10px 10px;
}

.top-tsushin-archive-link a {
	display: block;
	width: 100%;
	padding: 6px 0;
	height: 100%;
	/* white-space: nowrap; */
}

@media(min-width:375px) {
	.top-tsushin-archive-link {
		font-size: 77%;
	}
	.top-tsushin-archive-link a:before {
		content: "＜";
	}
	.top-tsushin-archive-link a:after {
		content: "＞";
	}
}

.top-tsushin-archive-link a,
.top-tsushin-archive-link a:visited,
.top-tsushin-archive-link a:hover,
.top-tsushin-archive-link a:active {
	color: #07913A;
	/* text-decoration: underline; */
}

.top-tsushin-archive-link a:hover {
	text-decoration: underline;
}

.banner-img {
	margin-bottom: 30px;
}

.facebook-col{
	margin-top: 10px;
}

.facebook-col .facebook-wrapper {
	width: 342px;
	margin-left: auto;
	margin-right: auto;
	background-color: #EFEFEF;
}

/* ------------------------------------------------- *
 *        Contact
 * ------------------------------------------------- */
 
.contact-page-banner {
	margin-bottom: 2em;
}

.contact-page-phone-banner {
	margin-top: 2em;
}

/* ------------------------------------------------- *
 *        Form
 * ------------------------------------------------- */

.form_btn {
	text-align: center;
	margin-bottom: 20px;
}

.must {
	background-color: #ff0000;
	color: #fff;
	font-size: 80%;
	margin-left: 5px;
}

#mail_form th {
    padding: 4px 0 4px 5px;
    width: 240px;
}
.req {
    /* background: url('/lp/images/mark_need.jpg') no-repeat 196px 50%; */
    background-image: url('/lp/images/mark_need.jpg');
    background-repeat: no-repeat;
    background-position: 182px 50%;
    width: 240px;
}

.reqM {
	color: red;
}
#mail_form td {
	text-align: left;
}  

.confirm dl {
	width: 80%;
	margin: 30px auto;
	padding: 10px;
	border: 2px solid #a4d5de;
	background-color: #fff;
}

.contact-form {
	/* border: 5px solid #f5f5f5; */
}


.contact-form.confirm {
	background-color: #fffce2;
	padding:23px;
}

@media(min-width:768px) {
	.contact-form.confirm .checkbox-policy {
		text-align: center;
	}
}

.contact-form .form-group {
	/* border-bottom: 1px solid #ccc;  */
}

.form-group&gt;label {
	margin-top: 0.5em;
}

.confirm .about-policy,
.confirm .label-danger {
	display: none;
}

#pivacy-policy-link {
	text-align: right;
}

.privacy-policy-frame {
	padding: 20px;
	height: 330px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
}

.privacy-policy-frame h3 {
	font-size: 100%;
	font-weight: normal;
	margin: 0 0 10px 0;
}

.iframe-container {
	width:100%;
	height:260px;
	overflow:auto;
	-webkit-overflow-scrolling:touch;	
	display: inline-block;      
}

iframe {
	border: none;
}

.privacy-frame {
	width:100%;
	height:100%;
	border:none;
	display:block;
}

.btn-wrap {
	white-space: normal;
	text-align: left;
}

.submit-area {
	margin-top: 3em;
}


.mw_wp_form_confirm .control-label {
	display: block;
}

/* ------------------------------------------------- *
 *        Pickup News
 * ------------------------------------------------- */
 
.pickup-entries {
/*
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
*/
}

.pickup-entries a:link,
.pickup-entries a:visited {
	color: #000;
}

.pickup-entries a:hover {
	color: rgba(0,0,0,0.76);
}
/*
.pickup-entries [class*="col-"] &gt; a {
	display: block;
	background-color: #FEEABE;
	height: 100%;
}
*/

.ellipsis {
	position: relative;
	height: 80px;
	overflow: hidden;
	line-height: 20px;
}

.ellipsis:before, .ellipsis:after {
	position: absolute;
	/* background: #fff; */
	background: transparent;
}

.ellipsis:before {
	content: "･･･";
	bottom: 0;
	right: 0;
}

.ellipsis:after {
	content: "";
	width: 100%;
	height: 100%;
}

.pickup-item {
	background-color: #FEEABE;
}

.pickup-item .entry-date {
 font-size: 90%;
}

.pickup-item .entry-title {
	font-size: 90%;
	/* height: 5em; */
	/* overflow: hidden; */
	padding-bottom: 10px;
}

.pickup-item dd {
	padding: 0 12px;
}

.pickup-item .entry-meta {
	margin: 0.5em 0 0.5em;
}

p.entry-meta {
	/* single-post */
	border-top: 1px solid #d0d0d0;
	padding-top: 1em;
	margin-bottom: 1em;
}

h1.entry-title {
	margin: 0 auto 1em;
	font-size: 138.5%;
	text-align: left;
}

.title-news {
	/* background: url(../images/contents-title-bak-news.png) repeat-x center bottom; */
	/* color: #EB6A71; */
}
 
.news-list {
	font-size: 85%;
}

.news-list ul,
.news-list li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.news-list dl {
	margin-bottom: 0;
}

.news-list li {
	padding: 0.5em 0;
	border-bottom: 2px dotted #9B9B9B;
}

.news-list li:last-child {
	border-bottom: 0 none;
	padding-bottom: 0;
}

.main-photo,
.sub-photo {
	margin-bottom: 1em;
}

.entry-msg {
	margin: 1em auto 1em;
}

.sub-photo-img {
	margin-bottom: 1em;
}

@media(min-width:768px) {
	 .news-list dt {
		 width: 8em;
		 float: left;
		 font-weight: normal;
	 }
}
 
dd.category {
	/*  width: 6em; */
	 background-color: #665E51;
	 color: #fff;
	 white-space: nowrap;
	 text-align: center;
	 /* float: left; */
	 margin:2px 2px 2px 0;
	 font-size: 90%;
}

.label-category {
	background-color: #6EB92B;
	margin-right: 0.5em;
}

.label-category-cases {
	background-color: #F8B62B;
}

.label-category-outlet {
	background-color: #E60012;
}

.entry-ttl {
	clear: both;
	margin-left: 0;
	margin-top: 5px;
}

.category .entry-ttl {
	clear: none;
}

@media(min-width:768px) {
	 dd.category  {
	 	width: 8em;
	 	float: left
	 }
	 .top-news-area .entry-body {
		 margin-left: 8em;
	 }
	 .entry-ttl {
	margin-left: 8em;
	}
}

.cat-labels {
	/* text-align: right; */
	/* margin: 0 15px 15px; */
}

#top-news .entry-ttl {
	margin-right: 40px;
}

.entry-date {
	/* font-weight: 700; */
	/* margin: 0 15px 15px; */
}

.entry-body img {
	max-width: 100%;
	height: auto;
}

/* WordPress Native Classes */
.aligncenter {
    display: block;
    margin: 0 auto 1em;
}

.alignright { 
	float: right; 
	margin-left: 1em;
}

.alignleft { 
	float: left;
	margin-right: 1em;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* ------------------------------------------------- *
 *        Tsushin
 * ------------------------------------------------- */
 
.title-tsushin {
	/* background: url(../images/contents-title-bak-support.png) repeat-x center bottom; */
	/* color: #23ab38; */
}
  
/* ------------------------------------------------- *
 *        Company	
 * ------------------------------------------------- */
 
.tree,
.tree ul {
  margin:0 0 0 60px;
  padding:0;
  list-style:none;
  position:relative;
}

.tree li {
	background: url(../images/tree-bak.png) no-repeat 0 -479px;
	padding-left: 4px;
}

.tree li:last-child {
	background: url(../images/tree-bak-last.png) no-repeat 0 -479px;
}

.history-fig {
	margin-bottom: 2em;
}

.year,
.month {
	white-space: nowrap;
	text-align: right;	
}

.history-lead {
	margin-bottom: 2em;
}


#tokyo-office {
	margin-bottom: 100px;
}


.access-map {
	/* height: 400px; */
	margin-bottom: 30px;
	background-color: #ebebeb;
}

 /* ------------------------------------------------- *
 *        Faq	
 * ------------------------------------------------- */
.faq-list ul {
	margin: 0;
	padding: 0;
  }
  
.faq-list li {
	list-style-type: none;
	border-width: 0 0 1px 0;
	border-style: dotted;
	border-color: #C1C2BA;	 
 }
 
.faq-list a {
	  display: block;
	  padding: 12px 3px 12px 45px;
	  background: url(../images/q-icon.png) no-repeat 12px 50%;
  }
 
.faq-answer {
	padding: 2px 30px 30px;
	margin-bottom: 50px;
}

h3.answer-title {
	background: url(../images/a-icon.png) no-repeat left 50%;
	padding-left: 50px;
	color: #85B070;
	line-height: 50px;
	font-size: 30px;
	font-weight: bold;
}

/* ------------------------------------------------- *
 *        404 not found	
 * ------------------------------------------------- */
.not-found-msg {
	width: 75%;
	margin: 3em auto;
}

.home-nav {
	margin-bottom: 3em;
}
  
/* ================================================== *
 *
 *    button modules
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        demo-btnPagetop
 * ------------------------------------------------- */
.demo-btnPagetop a {
	color: #333;
	border-top: 1px solid #ddd;
	padding: 15px 0;
}
.demo-btnPagetop a:hover {
	text-decoration: none;
	background: #fafafa;
}

/* ================================================== *
 *
 *    helper
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        margin
 * ------------------------------------------------- */
.margin-top-lg {
	margin-top: 60px;
}
.margin-top-md {
	margin-top: 30px;
}
.margin-top-sm {
	margin-top: 15px;
}
.margin-bottom-lg {
	margin-bottom: 60px;
}
.margin-bottom-md {
	margin-bottom: 30px;
}
.margin-bottom-sm {
	margin-bottom: 15px;
}

/* ------------------------------------------------- *
 *        padding
 * ------------------------------------------------- */
.padding-top-lg {
	padding-top: 60px;
}
.padding-top-md {
	padding-top: 30px;
}
.padding-top-sm {
	padding-top: 15px;
}
.padding-bottom-lg {
	padding-bottom: 60px;
}
.padding-bottom-md {
	padding-bottom: 30px;
}
.padding-bottom-sm {
	padding-bottom: 15px;
}

/* ================================================== *
 *
 *    Custom Bootstrap Class
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        grid
 * ------------------------------------------------- */
.row .colPadding {
	padding-top: 15px;
	padding-bottom: 15px;
}

/* ------------------------------------------------- *
 *        btn
 * ------------------------------------------------- */

.btn {
	border-radius: 2px;
	transition: .3s;
}
.btn:hover,
.btn:focus,
.btn.focus {
	box-shadow: 0 3px 10px rgba(0,0,0,.3);
}

.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.btn-facebook,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open&gt;.dropdown-toggle.btn-primary,
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open&gt;.dropdown-toggle.btn-success,
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open&gt;.dropdown-toggle.btn-info,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open&gt;.dropdown-toggle.btn-warning,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open&gt;.dropdown-toggle.btn-danger,
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook.focus,
.btn-facebook:active,
.btn-facebook.active,
.open&gt;.dropdown-toggle.btn-facebook {
	border-color: transparent;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active {
	background-color: #665E51;
}

.btn-success,
.btn-success:hover,
.btn-success:active {
	background-color: #6EB92B;
}
/* ------------------------------------------------- *
 *        text color
 * ------------------------------------------------- */
.text-titleIcon {
	color: #981615;
}
.text-imgIcon {
	color: #4d0c0b;
}
.text-arrowIcon {
	opacity: 0.3;
}

/* ------------------------------------------------- *
 *        grid
 * ------------------------------------------------- */
h4 {
    margin-top: 25px;
}
.row {
    margin-bottom: 20px;
}
.row .row {
    margin-bottom: 0;
    margin-top: 10px;
}
[class*="col-"] {
    /* background-color: rgba(86, 61, 124, 0.15); */
   /*  border: 1px dotted rgba(86, 61, 124, 0.2); */
   /*  padding-bottom: 15px; */
   /*  padding-top: 15px; */
    padding-bottom: 15px;
    padding-top: 15px;
}
hr {
    margin-bottom: 40px;
    margin-top: 40px;
}

/* ------------------------------------------------- *
 *        breadcrumb
 * ------------------------------------------------- */
.breadcrumb {
	background: transparent;
	font-size: 77%;
	margin-bottom: 0;
	/* color: #fff; */
}

.breadcrumb &gt; li + li::before {
   /*  color: #ccc; */
    content: "&gt; ";
   /*  padding: 0 5px; */
}

.breadcrumb a {
	/* color: #fff; */
}

/* ------------------------------------------------- *
 *        Pagenation
 * ------------------------------------------------- */
.pagenation-container {
	text-align: center;
}

.pagenation-container nav {
	margin-top: 2em;
	border-top: 1px solid #ddd;
}

.news-list ul.pagination {
	margin-top: 2em;
}

.pagination &gt; .active &gt; a,
.pagination &gt; .active &gt; span,
.pagination &gt; .active &gt; a:hover,
.pagination &gt; .active &gt; span:hover,
.pagination &gt; .active &gt; a:focus,
.pagination &gt; .active &gt; span:focus {
    background-color: #eee;
    border-color: #d1d1d1;
    color: #333;
}</pre></body></html>