/* ==== Google font ==== */
@import url('http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic|Montserrat:700|Merriweather:400italic');


body {
    width: 100%;
    height: 100%;
    font-family: 'Lato',sans-serif;font-family: "M PLUS 1p", sans-serif;
	font-weight: 300;
    color: #454545;
    background-color: #fff;

}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;

    letter-spacing: 1px;
}

p {
    font-size: 18px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.5em;
	color:#454545;
}

p.lead {
	font-weight: 600;
}

a {
    color: #28c3ab;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

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

.light {
    font-weight: 400;
}

.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
	 background: rgba(20,85,182,.9);
background: rgba(0, 121, 215, 0.95);    background: rgba(20, 88, 208, 0.9);
	
}

.navbar-brand {
    font-weight: 700;
}


.navbar-brand h1{
	color: #fff;
  font-size: 20px;
  line-height: 40px;
}

.navbar-brand:focus {
    outline: 0;
}

.nav.navbar-nav {
   /*  background-color: rgba(255,255,255,.4); */
}


.navbar-custom.top-nav-collapse .nav.navbar-nav {
    background-color: rgba(0,0,0,0);
}

@media (min-width:1180px){
.navbar-custom ul.nav li a {
	font-size: 15px;
	letter-spacing: 1px;
    color: #444;
	 color: #ffffff;
	text-transform: uppercase;
	font-weight: 400;
}
.navbar-brand {
  height: 40px;
  padding: 6px 15px;
  font-size: 18px;
  line-height: 1em;
}	
	.navbar-brand img{
		width: 126px;
	}
}

@media (max-width:1179px){
.navbar-custom ul.nav li a {
	font-size: 13px;
	letter-spacing: 1px;
    color: #ffffff;
	font-weight:500;
	text-transform: uppercase;
	font-weight: ;
}
.navbar-brand {
  height: 40px;
     padding: 7px 8px;
  font-size: 18px;
  line-height: 1em;
}	
	.navbar-brand img{
		width: 111px;
	}	
}

.navbar-custom.top-nav-collapse ul.nav li a {
	    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	color: #fff;
}

.navbar-custom ul.nav ul.dropdown-menu {
	  border-radius: 0;	
}

.navbar-custom ul.nav ul.dropdown-menu li {
	border-bottom: 1px solid #f5f5f5;

}

.navbar-custom ul.nav ul.dropdown-menu li:last-child{
	border-bottom: none;
}

.navbar-custom ul.nav ul.dropdown-menu li a {
	padding: 10px 20px;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	background: #fefefe;
}

.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
	color: #666;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 24px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}


/* loader */
#preloader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}


#loaderInner {
    background:#ffffff url(../img/spinner5.gif) center center no-repeat;
    height: 70px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 160px;
}


@keyframes boxSpin{
  0%{
    transform: translate(-10px, 0px);
  }
  25%{
    transform: translate(10px, 10px);
  }
  50%{
    transform: translate(10px, -10px);
  }
  75%{
    transform: translate(-10px, -10px);
  }
  100%{
    transform: translate(-10px, 10px);
  }
}


@keyframes shadowSpin{
  0%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
  25%{
    box-shadow: 10px 10px #39CCCC, -10px -10px #FFDC00;
  }
  50%{
    box-shadow: -10px 10px #39CCCC, 10px -10px #FFDC00;
  }
  75%{
    box-shadow: -10px -10px #39CCCC, 10px 10px #FFDC00;
  }
  100%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
}

#load {
	z-index: 9999;
  background-color: #FF4136;
  opacity: 0.75;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin: -5px auto 0 auto;
  left: 0;
  right: 0;
  border-radius: 0px;
  border: 5px solid #FF4136;
  box-shadow: 10px 0px #39CCCC, 10px 0px #01FF70;
  animation: shadowSpin 1s ease-in-out infinite;
}

/* misc */
hr {
  margin-top: 10px;
}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}

/* ===========================
--- General sections
============================ */

@media (min-width:768px){
.home-section {
    padding-top: 100px;
    padding-bottom: 100px;
	display:block;
    position:relative;
    z-index:120;
}
.home-section1 {
    padding-top: 100px;
    padding-bottom: 100px;
	display:block;
    position:relative;
    z-index:120;
background: #ebedf5;background: rgba(0, 121, 215, 0.08);
}
	
	.home-section2 {
    padding-top: 100px;
    padding-bottom: 100px;
	display:block;
    position:relative;
    z-index:120;
    background: #eeeeee;
}
.aosection {
    padding-top: 40px;
    padding-bottom: 40px;
	display:block;
    position:relative;
    z-index:120;
background: #1458e4;
}	
	
.top01 {
background-color: #fff;
    padding: 60px;

}	
.m1 {
    font-size: 5.0rem;
    letter-spacing: 0.1em;
    color: rgba(0,132,117,0.2);
    font-family: Montserrat,sans-serif;
    font-weight: 700;
}
.m2 {
    font-size: 2.4rem;
    font-weight: 400;
    color: #0079d7;
    margin-top: 6px;
    margin-bottom: 25px;

}
	
}

@media (max-width:767px){
.home-section {
    padding-top: 50px;
    padding-bottom: 50px;
	display:block;
    position:relative;
    z-index:120;
}
.home-section1 {
    padding-top: 50px;
    padding-bottom: 50px;
	display:block;
    position:relative;
    z-index:120;

    background: #ebedf5;
}
	.home-section2 {
    padding-top: 50px;
    padding-bottom: 50px;
	display:block;
    position:relative;
    z-index:120;

    background: #eeeeee;
}
.aosection {
    padding-top: 20px;
    padding-bottom: 20px;
	display:block;
    position:relative;
    z-index:120;
background: #1458e4;
}		
.top01 {
background-color: #fff;
    padding: 20px;
   color:rgba(31,31,31,0.05);
}
.m1 {
    font-size: 4.0rem;
    letter-spacing: 0.05em;
    color: rgba(0,132,117,0.2);
    font-family: Montserrat,sans-serif;
    font-weight: 700;
}	
.m2 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #0079d7;
    margin-top: 6px;
    margin-bottom: 15px;
}	
}


.section-heading i {
	margin-bottom: 20px;
}


/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-gray {
	background: #f8f8f8;
}


.bg-dark {
	background: #575757;
}

/* --- section color var --- */

.text-light {
	color: #fff;
}



/* ===========================
--- Intro
============================ */
@media (min-width:768px){
.intro {
	width:100%;

	
	background: url(../img/.jpg) no-repeat top center;
}
}

@media (max-width:767px){
.intro {
	width:100%;
	position:relative;
	
	background: url(../img/b122.jpg) no-repeat top center;
}
}

#intro.intro {
	padding:20% 0 0 0;
}

.intro .slogan {
	text-align: center;

}

.intro .page-scroll {
	text-align: center;
}

.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}

.intro .slogan h2 {
	color: #FFF;
	text-shadow: none;
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	font-family: Montserrat, sans-serif;
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	text-transform: uppercase;
	border-width: 0px;
	border-color: #000;
	border-style: none;
	text-shadow: -1px 0 1px #000;
}

.intro .slogan h4 {
	color: #fff;
	text-shadow: -1px 1px 1px #000;
}


/* ===========================
--- About
============================ */

.boxed-grey {
	background: #f9f9f9;
	padding: 20px;
}

.team h5 {
	margin-bottom: 10px;
}

.team p.subtitle {
	margin-bottom: 10px;
}

.avatar {
	margin-bottom: 20px;
}

.team-social {
	margin-left: 0;
	padding-left: 0;
	
}

.team-social {
	text-align: center;
}

.team-social li{
    display: inline-block;
	margin:0 !important;
	padding:0;
}


.team-social a{
	margin:0;
	padding:0;
    display: block;
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3bbec0;
	color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.team-social a i{
	text-align: center;
	margin:0;
	padding:0;
}
.team-social .social-facebook a{background: #3873ae;}
.team-social .social-twitter a{background: #62c6f8;}
.team-social .social-dribble a{background: #d74980;}
.team-social .social-deviantart a{background: #8da356;}
.team-social .social-google a{background: #000;}
.team-social .social-vimeo a{background: #51a6d3;}
.team-social .social-facebook a:hover{background: #4893ce;}
.team-social .social-twitter a:hover{background: #82e6ff;}
.team-social .social-dribble a:hover{background: #f769a0;}
.team-social .social-deviantart a:hover{background: #adc376;}
.team-social .social-google a:hover{background: #333;}
.team-social .social-vimeo a:hover{background: #71c6f3;}


/* ===========================
--- Services
============================ */

.service-icon {
	margin-bottom: 20px;
}	



/* ===========================
--- Contact
============================ */

form#contact-form .form-group label1 {
	text-align: left !important;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}
form#contact-form input,form#contact-form select,form#contact-form textarea {
	border-radius: 0;
	border: 1px solid #eee;
  -webkit-box-shadow: none;
          box-shadow:  none;
}

form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.input-group-addon {
  background-color: #fefefe;
  border: 1px solid #eee;
  border-radius: 0;
}

.widget-contact {
	text-align: left;
}


.company-social {
	margin-left: 0;
	padding-left: 0;
	margin-top: 10px;
}

.company-social {
	text-align: left;
}

.company-social li{
    display: inline-block;
	margin:0 !important;
	padding:0;
}


.company-social a{
	margin:0;
	padding:0;
    display: block;
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3bbec0;
	color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.company-social a i{
	text-align: center;
	margin:0;
	padding:0;
}
.company-social .social-facebook a{background: #3873ae;}
.company-social .social-twitter a{background: #62c6f8;}
.company-social .social-dribble a{background: #d74980;}
.company-social .social-deviantart a{background: #8da356;}
.company-social .social-google a{background: #000;}
.company-social .social-vimeo a{background: #51a6d3;}
.company-social .social-facebook a:hover{background: #4893ce;}
.company-social .social-twitter a:hover{background: #82e6ff;}
.company-social .social-dribble a:hover{background: #f769a0;}
.company-social .social-deviantart a:hover{background: #adc376;}
.company-social .social-google a:hover{background: #333;}
.company-social .social-vimeo a:hover{background: #71c6f3;}



/* ===========================
--- Footer
============================ */

footer {
	text-align: ;
	padding: 80px 0px 0px 0px;
	border-top: 1px solid #c7c7c7;
    background: linear-gradient(to left, #232526, #414345);
    color: #fff;    letter-spacing: 0.1em;
}

footer p {
	color: #f8f8f8;
}


ul li{
	    list-style-type: none;
}
/* ==========================
Parallax
============================= */

#parallax1{	
	background-image: url(../img/parallax/1.jpg);
}

#parallax1:after {	
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.7;
	z-index: -1;
}


#parallax2{	
	background-image: url(../img/parallax/2.jpg);

}

#parallax2:after  {	
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.7;
	z-index: -1;
}


/* ===========================
--- Elements
============================ */

.btn {
	border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	display: inline-block;
    padding: 7px 20px;
    margin-bottom: 0;
    font-size: 16px;

    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
		   
}


.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle.btn-dark {
    border: 2px solid #666;
    color: #666;
}


.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
	
}

.btn-circle.btn-dark :hover,
.btn-circle.btn-dark :focus {
    outline: 0;
    color: #999;
    background: #fff;
}

.btn-circle.btn-dark :hover i,
.btn-circle.btn-dark :focus i{
    color: #999;
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}


#text {
    color: #fff;
    background: #ffcc00;
}

#map {
	height: 500px;
}


.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}


.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}


/* Media queries */

@media(min-width:1180px) {

    .navbar {
        padding: 0px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
		background: rgba(0,132,117,.8);    background: rgba(61, 87, 165, 0.95);        background: #0079d7;background: rgba(0, 121, 215, 0.95);background: #1458e4;
		background: rgba(20, 88, 208, 0.9);
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
	
    }

    .top-nav-collapse {
        padding: 0;
          background: rgba(85,38,100,.9);
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
	
    .intro {
        height: 100%;
        padding: 0;
    }

    .brand-heading {
        font-size: 100px;
    }
	

    .intro-text {
        font-size: 25px;
    }


}
@media (max-width:1179px) {
	
	.team.boxed-grey {
		margin-bottom: 30px;
	}
	
	.boxed-grey {
		margin-bottom: 30px;
	}

	
}

@media (max-width:480px) {

	.navbar-custom .nav.navbar-nav {
    background-color: rgba(255,255,255,.4);
	background: rgba(20,85,182,.9);
	background: #0079d7;

	}
	
	.navbar.navbar-custom.navbar-fixed-top {
		margin-bottom: 30px;
	}
	
	.tp-banner-container {
		padding-top:40px;
	}

	.page-scroll a.btn-circle {
		width: 40px;
		height: 40px;
		margin-top: 10px;
		padding: 7px 0;
		border: 2px solid #fff;
		border-radius: 50%;
		font-size: 20px;
	}
	
}

.hhh{
	    
		margin: 0 0 30px;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
	color: #fff;
    font-size: 20px;
    line-height: 40px;
	display: block;
	
}

h1{
	font-size:13px !important;
	color:#ffffff;
	    line-height: 26px;
		font-weight:noemal;
		    letter-spacing: 0.8px;
	
}

.tleft{
	text-align:left !important;
}

#fh5co-footer ul {
    padding: 0;
    margin: 0;
}

#fh5co-footer ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

#main_txt {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-top: 76px;
    width: 362px;
    height: 122px;
    text-align: center;
}

.rsample{
    width:100px;
	margin:0 auto;
	    z-index: 120;
		    height: 100%;	padding: 20% 0 0 0;
			 bottom:200px;
}
.rsample span{
    position:absolute;

    left:0px;
    width:100%;
    text-align:center;
    color:#fff;

 
}
.rsample img{
    width:100px;
	margin:0 auto;
	    position:absolute;
    bottom:100px;
	    text-align:center;
}

.rsample .page-scroll{
    width:100px;
	margin:0 auto;
	    position:absolute;
    bottom:100px;
	    text-align:center;
		
}

@media (min-width:1281px) {
	
	.rsample{
    width:100px;
	margin:0 auto;
	    z-index: 1200;
	
		    bottom: 500px;
		    height: 100%;	padding: 20% 0 0 0;
			 
			  
}
	
	.rsample span{
     position:absolute;
top:140px;
    left:0px;
    width:100%;
    text-align:center;
    color:#fff;
	text-shadow: -1px 1px 1px #000;
	clear: both;

 
}
.rsample img{
    width:100px;
	margin:0 auto;

	    text-align:center;
		clear: both;
}

.rsample .page-scroll{
    width:100px;
	margin:0 auto;
	    position:absolute;
    top:560px;
	    text-align:center;
		
}

.sptop{
	/*margin-bottom: -290px;*/
	    clear: both;
}

	
}

@media only screen and (max-width: 1280px) and (min-width: 660px) {
	
	
		.rsample{
    width:100px;
	margin:0 auto;
		    z-index: 1200;
		    height: 100%;	padding: 20% 0 0 0;
			    bottom:240px;
}
	.rsample span{
    position:absolute;
top:100px;
    left:0px;
    width:100%;
    text-align:center;
    color:#fff;
	clear: both;

 
}
.rsample img{
     position:absolute;
top:400px;
	margin:0 auto;
	    position:absolute;
   top:200px;
	    text-align:center;
		clear: both;
}

.rsample .page-scroll{
    width:100px;
	margin:0 auto;
	    position:absolute;
    top:260px;
	    text-align:center;
		
}

.sptop{
/*margin-bottom: -180px;*/

}


	
}

@media (max-width:659px) {
	
		
		.rsample{
    width:100px;
	margin:0 auto;
		    z-index: 1200;
		    height: 100%;	padding: 20% 0 0 0;
			    bottom:100px;
}
	
	.rsample span{
    position:absolute;
top:100px;
    left:0px;
    width:100%;
    text-align:center;
    color:#fff;
	clear: both;

 
}
.rsample img{
    width:180px;
	margin:0 auto;
	    position:absolute;
   top:100px;
	    text-align:center;
		clear: both;
}

.rsample .page-scroll{
    width:100px;
	margin:0 auto;
	    position:absolute;
    top:120px;
	    text-align:center;
		
}

.sptop{
/*margin-bottom: -100px;*/
}


	
}




.midasi11 {
	position: relative;
	padding-bottom: .5em;
	border-bottom: 5px solid #eee;
	font-size:px;
	font-weight:;
}
.midasi11::after {
	position: absolute;
	bottom: -5px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 5px;
	background-color: #0079d7;
}

@media only screen and (max-width: 767px) {
.midasi11 {
	position: relative;
	padding-bottom: .5em;
	border-bottom: 5px solid #ddd;
	font-size:px;
	font-weight:;
}
.midasi11::after {
	position: absolute;
	bottom: -5px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 5px;
	background-color: #0079d7;
}

	
}
@media only screen and (min-width: 768px) {
.read011 {
    font-size: 23px;

    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 20px;

    line-height: 134%;
	letter-spacing:0.6px;
	font-weight:600;
	
}


.section-heading h2 {
	font-size: px;
	
}

}

@media only screen and (max-width: 767px) {
.read011 {

    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 20px;
0%;
	letter-spacing:1px;
	font-weight:600;
}
.section-heading h2 {
	font-size: 20px;
	 
		   line-height: 122%;
}
}

.mb10{
	padding-bottom:10px;
	
}

.mb15{
	padding-bottom:15px;
	
}
.mb20{
	padding-bottom:20px;
	
}


.mb30{
	padding-bottom:30px;
	
}

.mb40{
	padding-bottom:40px;
	
}

.aka{
	color:#F00;
}

.ao{
color: #008475;
}

ul{
	paddig-left:0px;
	    -webkit-padding-start: 0px !important;
}
.clear{
	clear:both;
}


.btn-warningao {
      color: #ffffff;
    background-color: #DD3127;
    border-color: #DD3127;
	
}


.btn-warningao:hover {
  color: #fff !important;
     background-color: #AA251E;
    border-color: #AA251E;
 
}

  .list02 {
	 
	 padding:0;
	 margin:0;
 }
 .list02 li {
	 list-style:none;
	 padding:0 0 0 0px;
	 margin:0;
font-size:15px;
    line-height: 30px;
	font-weight:400;
 }
 
  .list02 li a{
	 color:#ffffff;
 }
   .list03 {
	 
	 padding:0;
	 margin:0;
 }
 .list03 li {
	 list-style:none;
	 padding:0 0 0 0px;
	 margin:0;
font-size:16px;
    line-height: 42px;
	font-weight:400;
 }
 
  .list03 li a{
	 color:#000000;
 }
 .f26{
	 font-size:26px;
 }
 
 @media only screen and (min-width: 768px) {
 .copyright {
    font-size: 14px !important;
    font-weight: ;
    text-align: center;
    margin: 1em auto;
    display: block;
    padding: 10px 0;
    padding-bottom: 50px;
    border-top: dotted 0px #ccc;
	color:#ffffff !important;
	
}

.pcgazou{
	
}
.spgazou{
	display:none;
}

 }
 
 

@media only screen and (max-width: 767px) {
	 
 .copyright {
    font-size: 14px !important;
    font-weight: ;
    text-align: center;
    margin: 1em auto;
    display: block;
    padding: 10px 0;
    padding-bottom: 100px;
    border-top: dotted 0px #ccc;
	color:#ffffff !important;
		    font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.spgazou{
}

.pcgazou{
	display:none;	
}
}


#fh5co-clients {
    padding: 0.3em 0;
    background: #0079d7;
    position: fixed !important;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}




.fh5co-page-heading-lead {
    text-align: center;
    padding: 0px 0 60px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.fh5co-page-heading-lead {
    position: relative;
    padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
.fh5co-page-heading-lead .fh5co-border {
   width: 100px;
    height: 2px;
    background: #008475;
    margin-left: -25px;
    left: 47%;
    bottom: 0;
    position: absolute;
	
}
.midasisaisho {
    font-size: 42px;
    font-weight: 600;

    color: #008475;
}
}

@media only screen and (max-width: 767px) {
.fh5co-page-heading-lead .fh5co-border {
   width: 100px;
    height: 4px;
    background: #008475;
    margin-left: -25px;
    left: 43%;
    bottom: 0;
    position: absolute;
	
}
.midasisaisho {
    font-size: 28px;
    font-weight: 600;

    color: #0079d7;
}
}

.center{
	text-align:center;
}

.c33{
	color:#333;
}

.ao{
	color: #0079d7;
}

.help-block1 {
    /* display: block; */
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

.pad-top40 {
    padding-top: 40px;
}

.brdrbtm {
    color: #333;
    font-size: 120%;
    border-bottom: #333 dotted 1px;
	    letter-spacing: 0.9px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 2%;
    padding-bottom: 1%;font-weight: 600;
			    line-height: 32px;
}

.gly-bk {
    background-color: #F3F3F3;
    width: auto;
padding: 30px;
    border: #333 dotted 1px;
}

#load1{
	background: url(skin/preloader.gif) 0 0 no-repeat; 
}

.right{
	text-align:right;
}
table{
	font-size:16px;
}


a .wakukoe{
    background: #0079d7 !important;
	padding:20px !important;
	color:#FFF !important;
}

a:hover .wakukoe{
  background: #333333 !important;
	padding:20px !important;
	color:#FFF !important;
}

.sirowaku{
	background:#ffffff;
	color:#000;
	font-size:18px;
	padding:15px;
	font-weight:600;
}
.f20{
	font-size:20px;
}
.f12{
	font-size:12px;
}
.f13{
	font-size:13px;
}
.border3{
	border:solid 4px #0079d7;
	padding:20px;
}

h5{
	    margin: 0 0 15px !important;
}

.glyphicon-briefcase:before {
    content: "\e139";
}
.sensen{
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px dotted #333333;
}

.fom{
	   font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", YuMincho, "游明朝", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.btn-warningaopdf {
    
    background-color:#ffffff ;
    font-family: Verdana, 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    border-color: #333333;
	font-weight:600;
	color:#333;
}

a:hover .btn-warningaopdf {
    
    background-color:#e3f2fc;
    font-family: Verdana, 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    border-color: #333333;
	font-weight:600;
	color:#333;
}



.menu {
 /* height: 500px;
  width: 500px;
  margin: 100px auto;
  padding: 50px;
  background: #fff;*/
  font-weight:;
      color: #000000;
}

label {
  background: #0079d7;
  color: #fff;
  padding: 10px;
  display: block;
  margin: 0;
  border: 1px solid #fff;
  cursor: pointer;
  text-align:center;
  font-size:18px;
}

label:hover {
  background: #0079d7;
  opacity:0.8;
   text-align:center;
    font-size:18px;
}

input[type="checkbox"].on-off{
  display: none;
}

.menu ul {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.menu li {
  padding: 15px;
  font-size:19px;
     color: #000000;
}

input[type="checkbox"].on-off + ul{
  display: none;
}

input[type="checkbox"].on-off:checked + ul{
  display: block;
}



.ao1{
	color:#0079d7 !important;
}


.box-gray {
    background: #e8e8e8;
    padding: 20px 20px 25px;
}

.pb225 {
    margin-bottom: -25px;
}

.box-bottom {
    background: #005BC6;
	padding: 15px 0;
    text-align: center;
	color:#FFF;
}

.aligncenter{
	text-align:center;
}

.bold{
	font-weight:bold;
	font-size:20px;
}

.clearfix {
    zoom: 1;
}

ul, ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

.staff-list li:nth-child(odd) {
    margin-right: 16px;
}

.staff-list li {
    border: #8C6900 1px solid;
	
    float: left;
    max-width: 520px;
    margin-bottom: 20px;
    position: relative;
}


@charset "UTF-8";* { padding: 0; margin: 0; }


section, article, header, nav, aside, footer, canvas, details, figure, figcaption, hgroup, menu, summary { display: block; }


img { border: none; }



ul, ol { padding: 0; margin: 0; list-style: none; }
@media only screen and (max-width: 767px) {#slideMenu { display: block; }header { background: #FFF; }header #logo { width: 100%; position: relative; max-width: 280px; }header #logo a { border: none; }header #logo a:hover { border-bottom: none; }nav#global { display: none; }nav#global ul { width: 100% !important; height: auto !important; font-size: 108%; letter-spacing: 2px !important; }nav#global ul li { width: 100% !important; height: auto !important; }nav#global ul li a { border-left: none; border-right: none; border-top: 1px solid #515151; margin: 0; margin-bottom: -1px; }nav#global img#mailIcon { top: 1.15em; }.twoLine{ display: inline; height: 1.3em; margin-top: 0; }nav#global ul#contact li.freedial { font-size: 88%; letter-spacing: 0; border-top: 1px solid #CCC; background: #EFEFEF; line-height: 0;padding: 5px 0; }nav#global ul#contact li .dialTitle { margin-top: 1.1em; }nav#global .freedial .dialCopy { margin: 0.8em; }nav#global .freedial .dialNumber { font-size: 1.6em; margin: 0.1em; margin-bottom: 0.6em }nav#global ul#contact li.linedial {max-width: none;}nav#global ul#contact li.linedial a{width: 100%;background: #39D52C;}nav#global ul#contact li.linedial img{width: 20%;}nav#global ul#contact li#reservedial { border-top: 1px solid #515151; }nav#global ul#navimenu { margin-top: 0; }#topicBox { position: relative; }.guideBox { font-size: 11px; }.hotelcap p { display: none; }.more { display: none; }.textBox { width: 90%; float: none; margin: 0 auto; margin-bottom: 2em; }.photoBox { width: 60%; min-width: 250px; margin: 0 auto 45px auto; float: none; }nav#chanel ul#orderNavi li.request ul li a { width: 140%; }footer nav ul { padding-top: 0; }.nbxTopimage .imageCopy { top: 30%; }}@media only screen and (min-width: 768px) {nav#global { display: block !important; }}@media only screen and (max-width: 600px) {#mapMenu li a { padding: 0.25em 1em; }.mapicon { width: 28px; top: -12px; left: 0.25em; }.photoicon { width: 28px; top: -9px; left: 0.25em; }ol#topicpath { width: 100%; margin-top: 0.5em; }#addressBox { width: 100%; float: none; display: inline-block; height: auto; padding-bottom: 1em; }.hotelName br { display: none; }#googlemapBox iframe { width: 100% !important; }nav#chanel { line-height: 0; }nav#chanel ul { display: inline-block; background: #FAF7F3; }nav#chanel ul#sideNavi li { width: 33.3%; margin-top: 1px; }nav#chanel ul#sideNavi li a { border-bottom: 1px solid #C9B4A0; }}@media only screen and (max-width: 540px) {header #logo { max-width: 240px; }nav#global ul li a { padding: 0.75em 0.5em; }nav#global ul li.request ul li a { padding: 0.75em 0.5em; }nav#global ul li.request ul li a:hover { padding: 0.75em 0.5em; }.imageCopy { font-size: 100% !important; }div#tabmenu { width: 90%; padding: 0 5%; }#mapBox { width: 100%; }#mapBox a.point { padding: 0; }#grbadge { width: 60px; top: -15px; right: -15px; }.guideBox { top: 15%; left: 10%; font-size: 10px; }.imgcontainer { width: 85%; float: none; margin: 1% auto; }.hotelcap { width: 100%; float: none; margin: 1% auto; font-size: 92%; text-align: center; }.hotelcap h1, .hotelcap h2 { line-height: 1.5em; }#mapMenu li a.point { padding: 0; }#mapMenu li a { padding: 0.25em 0.75em; }nav#chanel ul#orderNavi li.request ul li a { width: 200%; }.textBox h1 { font-size: 128%; letter-spacing: 0; }.textBox h1 br { display: none; }footer #okuraLogo { width: 70px; float: none; margin-bottom: 1em; }footer nav ul li { width: 50%; }footer nav ul li a { border-left: 1px solid #464646; margin-right: -1px; }div.scrollFadeView a.topBtn { bottom: 9em; }}@media only screen and (max-width: 479px) {#topImages #photoPc { display: none; }#topImages #photoSp { display: block; }#mapMenu li { font-size: 80%; }#mapMenu li a.point { font-size: 12px; }nav#chanel ul#sideNavi li, nav#chanel ul#orderNavi li { width: 100%; margin-top: 1px; }nav#chanel ul#sideNavi li a { border-bottom: 1px solid #C9B4A0; }nav#chanel ul#orderNavi li.request { position: relative; z-index: 100; }nav#chanel ul#sideNavi li.request03 { position: relative; z-index: 110; }nav#chanel ul#orderNavi li.request ul li a { padding: 0 2%; width: 95.8%; }nav#chanel ul#orderNavi li a { border-color: #5E4512; border-top-color: #fff; }nav#global ul li.linedial a {background: #39D52C;}nav#global ul li.linedial a img {display: block;width:40%;margin:0 auto;padding:0.2em 0 0.5em 0;}nav#global ul#contact li.linedial img {width: 35%;}}@media only screen and (max-width: 767px) {#topicBox { padding-top: 1.25em; }#spGNaviWrap { display: block; line-height: 0; }#spGNavi { display: inline-block; width: 100%; }#spGNavi li { float: left; width: 25%; text-align: center; height: 48px; line-height: 48px; color: #FFF; border-top: 1px solid #592677; border-bottom: 1px solid #592677;}#spGNavi .request2{ position: relative; }#spGNavi li a { font-size: 1.2em; background: #592677; color: #fff; text-decoration: none; display: block;border-left: 1px solid #fff; margin-left: -1px; }#spGNavi li a:hover { background: #f7f7f7; color: #592677; font-weight: bold; border-right: 1px solid #592677; }#mailIcon2 { width: 2.25em; margin-right: 0.5em; vertical-align: middle; }#spGNavi .request2 .reSelect {display: none;position: absolute;z-index: 88888888;width: 100%;}#spGNavi li.request2 .reSelect li { width: 100%; border: none; margin-top: 0; }#spGNavi li.request2 .reSelect li a { background: #8E2B8D; border-top: 1px solid #fff; }#spGNavi li.request2 .reSelect li a:hover { background: #EAD1E6; border-top: 1px solid #8E2B8D; }#spGNavi li.freedial2 { width: 50%; background: #f7f7f7; border: 1px solid #592677; border-left: none; border-right: none; }#spGNavi li.linedial2 a{width: 100%;background: #39D52C;border: 1px solid #592677;border-left: none;border-right: none;padding-top:0.5em;}#spGNavi li.freedial2 .dialBox { display: inline-block; }#spGNavi li.freedial2 .dialText {float: left;color: #622986;}#spGNavi li.freedial2 .dialTitle { font-weight: bold;margin: 0.7em 0;margin-right: 0.75em;color: #FFF;line-height: 1.4em;float: left;font-size: 10px;padding: 0.3em 0.75em;background: #622986;}#spGNavi li.freedial2 .dialCopy {font-size: 10px;margin: 0.75em 0 0.25em 0;text-align: left;line-height: 1em;}#spGNavi li.freedial2 .dialNumber,#spGNavi li.freedial2 .dialNumber a {font-weight: bold;margin: 0.25em 0;text-align: center;line-height: 1em;font-size: 1.5em;letter-spacing: 0;}#spGNavi li.freedial2 .dialNumber a {font-size: 1em;background: none;color: #592677;display: inline;border: none;}#spGNavi li.freedial2 .dialNumber img {width: 1.1em;margin-right: 0.25em;vertical-align: bottom;}}@media only screen and (max-width: 599px) {#spGNavi li { width: 100%; margin-top: -1px; }#spGNavi li.freedial2 { width: 100%; }.list-map{display:block;}#hotel-map {display: none;}.hotel-list_title{display:block;width:94%;margin: 20px 0 10px 2%;border-left:#BE8600 5px solid;padding-left:10px;font-size:13px;}}@media only screen and (max-width: 340px) {#spGNavi li { width: 100%; }.list-map{display:block;}#hotel-map {display: none;}.hotel-list_title{display:block;width:94%;margin: 20px 0 10px 2%;border-left:#BE8600 5px solid;padding-left:10px;font-size:13px;}}@charset "UTF-8";@media only screen and (max-width:1200px) {}@media only screen and (max-width:1040px) {#aboutNavi li a { font-size: 116%; }}@media only screen and (max-width: 950px) {.toiawaseBox { padding: 5%; }.telBox { width: 96%; margin: 2% 0;}.annaiBox { width: 100%; border-left: none; border-top: 1px solid #c8c8c8; padding: 4% 0% 0%; margin-top: 15px; }#aboutNavi li a { width: 96%; font-size: 116%;}.kotira { margin-bottom: 0; }}@media only screen and (max-width: 768px) {.pageTitle { padding: 10px 3%; }.kojinNavi { width: 94%; }.hojinNavi { width: 94%; }.shinkiBotton { width: 82%; }.memberNavi { padding-bottom: 30px; }.tokuchoTxt { width: 94%; }.tokuchoImg { width: 100%; }.miryokuTxt { width: 100%; margin-right: 0; margin-bottom: 1em;}.miryokuImg { width: 50%; }.customerImg { width: 100%; margin-right: 0; margin-bottom: 2em;}.customerTxt { width: 100%; }.voiceText { width: 100%; margin-right: 0; margin-bottom: 1em; }.voicePhoto { width: 100%; margin-right: 0; }.tokuchoCont { position: relative; }.tokuchoNum { float: none; position: absolute; top: 3%; left: 3%; z-index: 99; padding-top: 0; }.tokuchoNumW { color: #fff; }.tokuchoBox { width: 100%; }.memberTxtBox { width: 100%; margin-bottom:20px; }.memberImgBox { width: 100%; float: none; text-align: center;}.cardImg { width: 31.33%; display: inline-block; float: none; margin: 0; }.memberImgBox { width: 100%; }.riyoken { width: 66.6%; margin: 0 16.65%; }.kaigyo { clear: left; }.flow { float: none; width: auto; height: auto; padding: 1.5%; }.flowCopy { margin: 0.5em 0; }.arrowImg {width: 40px;height: auto;line-height: 1;margin: 0.5em auto;float: none;-moz-transform: rotate( 90deg );-webkit-transform: rotate( 90deg );-o-transform: rotate( 90deg );transform: rotate( 90deg );filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);}.arrowCenter { display: inline; margin: 0 0.25em; }}@media only screen and (max-width: 630px) {}@media only screen and (max-width: 580px) {.miryokuImg { width: 100%; }}@media only screen and (max-width: 500px) {.topicTitle { margin-bottom: 10px; }}@media only screen and (max-width: 420px) {.toiawaseNumber { font-size: 220%; height: 30px; margin-bottom: 10px; }}@media only screen and (max-width: 768px) {.kaiinBox { width: 96%; }.shinkiKaiinkenButton { width: 100%; }.shinkiKaiinkenButton a { width: 75%;}}


@charset "utf-8";@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);#main-wrapper {width: %;padding: 1% 2%;max-width: px;margin: 2% auto;}#main_contents{max-width: 1280px;margin:0 auto;}.title-staff{text-align:center;margin-bottom:6%;}.staff-list li{border:#0079d7 1px solid;    border: #0079d7 3px solid;float:left;max-width:520px;margin-bottom:20px;position:relative;}.staff-list li:nth-child(odd){margin-right:16px;}.staff-photo{display:block;float:left;margin-right:4%;}.staff-list li dl{float:left;max-width:305px;padding:20px 0;width:50%;}
.staff-list li dt{color:#1F1F1F;font-size:26px;margin-bottom:20px;}.staff-list li dt span{display:block;padding:0 0 5px 0;font-size:18px;}
.staff-list li dt em{display:block;padding-top:10px;font-weight:normal;font-style:normal;}.staff-list li dd{color:#666;font-size:16px;line-height: 1.6;}.staff-list li a{display:block;max-width:120px;position:absolute;right:4%;bottom:4%;}.staff-list li.select {display: block;opacity: 0.50;-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 50);filter: alpha(opacity = 50);position: relative;z-index: 1;}

.staff-list{
	overflow: hidden;
}

@media(max-width:1024px) and (min-width: 600px) {.staff-list li{max-width:none;width:100%;}.staff-list li a{display:block;max-width:120px;}.staff-photo{display:block;float:left;margin-right:4%;}.staff-list li dl{width:100%;}}

@media(max-width:599px) and (min-width: 481px) {.staff-list li{max-width: none;padding: 20px 0 0 0;position: relative;width: 48%;height: 500px;}.staff-photo{width: 85%;height: auto;margin: 0 auto;float: none;}.staff-list li dl{float: none;max-width: none;padding: 20px 0;margin: 0 auto;width: 85%;}.staff-list li a{max-width: 120px;margin: 0 auto 10px;position: absolute;right: 30%;bottom: 0%;}.staff-list li:nth-child(odd){margin-right:15px;}}



@media only screen and (max-width: 480px) {.staff-list li{margin-bottom:10px;float:none;}.staff-list li:nth-child(odd){margin-right:0;}.title-staff img{display:block;height:auto;margin:0 auto;width:80%;}.staff-photo{margin-right:2%;height:auto;width:20%;}.staff-list li dl{padding:10px 0 0;width:65%;}.staff-list li dt{font-size:18px;margin-bottom:10px;}.staff-list li dt span{font-size:13px;padding:0;}.staff-list li dt em{padding-top:5px;}.staff-list li dd{display:none;}.staff-list li a{right:5px;max-width:none;bottom:0;width:25%;}.staff-list li a img{height:auto;width:100%;}}.detail-name{color:#1F1F1F;font-size:30px;font-weight:bold;text-align:center;margin-bottom:30px;}.detail-name span{display:block;font-size:18px;font-weight:normal;padding-top:20px;}.staff-detailbox {margin:0 auto 3.5%;}.staff-detail li{, serif;max-width:460px;}.staff-detail li dt{color:#664C00;font-size:20px;line-height:1.4;margin-bottom:20px;}.staff-detail li dt span{font-size:26px;}.staff-detail li dd{color:#666;font-size:18px;line-height:1.4;margin-bottom:40px;}.left-staffbox{float:left;}.right-staffbox{float:right;}.visual-wrapper{max-width:640px;margin:0 auto 6%;}.youtube iframe{width: 100%;}#photoPc img{display:block;height:auto;width:100%;}#photoSp img{display:block;height:auto;width:100%;}



@media(max-width:768px) and (min-width: 481px) {.staff-detail li{width:100%;max-width:none;}.staff-detailbox {max-width:768px;margin:0 auto;}.staff-detail li dt{font-size:18px;}.staff-detail li dt span{font-size:20px;}.left-staffbox{float:none;}.right-staffbox{float:none;}}@media only screen and (max-width: 480px) {.detail-name{font-size:26px;margin-bottom:20px;}.detail-name span{font-size:16px;}.staff-detailbox {max-width:480px;}.staff-detail li dt{font-size:16px;margin-bottom:10px;}.staff-detail li dt span{font-size:18px;}.staff-detail li dd{font-size:14px;margin-bottom:20px;}.left-staffbox{float:none;}.right-staffbox{float:none;}.staff-visual img{display:block;height:auto;width:100%;}}		


.lightbox { display: none; }

.qmidasi{
	    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
		    color: #;
    font-size: 20px !important;
    margin-bottom: px;
	font-weight:900;
}

.amidasi{
	padding: .5em .75em;
	background-color: #f6f6f6;
}

.haikeil{
	display: inline;
    padding: .1em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
   background-color:#999;
    text-align: left !important;
    white-space: nowrap;

}

.fa-fax:before {
    content: "\f1ac";
}

.senmidori{
	border:solid 3px #eee;
	padding-top:10px;

	padding-bottom:15px;

}

.midasimannaka{
	    margin: 20px 0 30px 0;
    width: 100%;
    background: #0079d7;
    text-align: center;
    color: #fff;
    font-size: 19px;
    padding: 14px 0 14px 0;
    display: block;
}









.sample-box-11 {
    background-color: #fff;
    margin: 2em 0;
    padding: 2em;
    position: relative;
    z-index: 1;
}
.sample-box-11::before,
.sample-box-11::after {
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
}
.sample-box-11::before {
    background-color: rgba(255, 255, 255, .5);
    left: 0;
    top: 0;
    z-index: -1;
}
.sample-box-11::after {
    background-color: #a4f5c8;
    top: 5px;
    left: 5px;
    z-index: -2;
}


h4 {
position: relative;
color: #333333;
text-shadow: 0 0 2px white;
}

h4:before {
content: "";
position: absolute;
background: #9de5ff;
width: 50px;
height: 50px;
border-radius: 50%;
top: 50%;
/* border: dashed 1px white; */
left: -15px;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: -1;

}
h4:after {
position: absolute;
content: '';
bottom: -3px;
left: 10px;
width: 100%;
border-bottom: solid 3px #0079d7;
}

.midasih4s{
	font-size:20px !important;
	vertical-align:bottom !important;
}




.demo {
  width: 500px;
  margin: 0 auto;
  padding: 10px 0;
  font-family: sans-serif;
  font-size: 32px;
  color:#0079d7;
}
.heading {
  margin: 10px 0
}
.demo6 .heading {
  border-top: 4px solid #0079d7;
  border-bottom: 4px solid #0079d7;
    padding: 25px 0px;
  position: relative;
  width: 500px;
  text-align: center;
  margin: 30px auto;
  color: #0079d7;
  font-weight: bold;
}
.demo6 .heading:before {
  content: "";
  border-top:　px solid #3cb3e4;
  border-bottom: px solid #3cb3e4;
  display: block;
  position: absolute;
  width: calc(100% - 20px);
  height: 58px;
  top: -12px;
  left: 10px;
}
.demo6 .heading:after {
  content: "";
  border-top: px solid #3cb3e4;
  border-bottom: px solid #3cb3e4;
  position: absolute;
  display: block;
  width: calc(100% - 40px);
  height: 74px;
  top: -19px;
  left: 20px;
}


@media only screen and (min-width: 768px)
{
.m-kv-tit-ja {
    font-size: 34px;
    font-size: 3.4rem;
	text-align:center;
	display:block;
	margin-top:-100px;
	z-index:1000;
	
	}
}

.basu1 {
    background: url(../img/basu1.png) 0 0 no-repeat;
    padding: 0px 10px 10px 40px;
    border-bottom: 1px dotted #ccc;
    font-weight: bold;
    color: #333333;
    font-size: 100%;
    margin-bottom: 10px;
	    font-size: 16px;
}


.basu2 {
    background: url(../img/basu2.png) 0 0 no-repeat;
    padding: 0px 10px 10px 40px;
    border-bottom: 1px dotted #ccc;
    font-weight: bold;
    color: #333333;
    font-size: 100%;
    margin-bottom: 10px;
	    font-size: 16px;
}
.aaa a{
	color: #666666 !important;
}
.aaa a:hover{
	color: #0079d7 !important;
}
@media only screen and (min-width: 768px){
.ma1{
	padding: 70px 10px 70px;
}
}@media only screen and (max-width: 767px){
.ma1{
	padding: 50px 10px 50px;
}
}
.news {
	width: 100%;

	overflow: auto;
    clear: both;
    height: 250px;
    overflow-y: scroll;
    box-sizing: border-box;
    border: none;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}
.news .inner {

}
.news .inner ul {
	padding: 0;
	list-style: none;
	text-align: left;
}
.news .inner ul li{
	padding: 15px 10px;
	border-bottom: 1px solid #cccccc;
	line-height: 1.6em;
}
.news .inner ul li:first-child {
	border-top: 1px solid #cccccc;
}
.news .inner ul li a {
	color: #4c4c4c;
}
@media screen and (min-width: 481px)  and (max-width: 600px){
.news .inner ul li{
	padding: 10px 7px;
}
}
.news .inner ul li a:hover {
	text-decoration: underline;
}

.news .inner ul li .date{
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
	color: #333333;
}
.l-wrapper-lg {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.children-link {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	
}

.children-link__item {
    width: 370px;
    height: 290px;
    margin-right: 14px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    -webkit-transition: 0.7s;
    transition: 0.7s; overflow:hidden; 
}
.children-link__item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 66px 0 60px;
}

.children-link__item:hover {
  background-size: 100%;opacity: 0.8;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}


.children-link__item1 {
    width: 520px;
    height: 290px;
    margin-right: 14px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    -webkit-transition: 0.7s;
    transition: 0.7s; overflow:hidden; 
}
.children-link__item1 > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 66px 0 60px;
}

.children-link__item1:hover {
  background-size: 100%;opacity: 0.8;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.children-link__item--service-1 {
  background-image: url("../img/business/zigyou1.jpg");
}

.children-link__item--service-2 {
  background-image: url(../img/business/zigyou2.jpg);
}

.children-link__item--service-3 {
  background-image: url(../img/business/zigyou3.jpg);
}

.children-link__item--service-4 {
  background-image: url(../img/business/zigyou4.jpg);
}

.children-link__item--service-5 {
  background-image: url(../img/business/zigyou5.jpg);
}
.children-link__item--service-6 {
  background-image: url(../img/business/zigyou6.jpg);
}
.children-link__item--service-7 {
  background-image: url(../img/business/zigyou7.jpg);
}
.children-link__name {
    letter-spacing: 0.01em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2.1rem;
    line-height: 1.6;
    text-align: center;
    font-weight: 500;
    color: #FFFFFF;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    height: 100px;letter-spacing: 1.8px;
}

.button_blue {
    display: block;
    position: relative;
    cursor: pointer;
}
.children-link .button_blue span {
  width: 200px;
  text-align: center;
  background-color: #ffffff;background: rgba(20, 88, 208, 0.95);
}
.button_blue span {
    position: relative;
    padding: 0 50px;
    background-color: #0079d7;
    border-radius: 25px;
    color: #ffffff;
    font-size: 14px;    border: solid 1px #0079d7;
    line-height: 50px;
    letter-spacing: .25em;
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.button_blue span:after {
    content: "\f105";
    font-family: Font Awesome\ 5 Free !important;
    font-weight: 900;
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.children-link .button_blue span:hover {
  opacity: 1;
  filter: alpha(opacity=90);
}
@media screen and (max-width: 767px){
	
.l-wrapper-lg {
    width: 100%;
}	
.children-link__item {
    width: 100%;
    height: 159px;
    margin-right: 0;
    margin-bottom: 20px;
    background-size: cover;
}
.children-link__item > a {
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.children-link__item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 16px 0 30px;
}	
.children-link__item {
    width: 100%;
    height: 159px;
    margin-right: 0;
    margin-bottom: 20px;
    background-size: cover;
}
	
.children-link__item1 {
    width: 100%;
    height: 159px;
    margin-right: 0;
    margin-bottom: 20px;
    background-size: cover;
}
.children-link__item1 > a {
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.children-link__item1 > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 16px 0 30px;
}	
.children-link__item1 {
    width: 100%;
    height: 159px;
    margin-right: 0;
    margin-bottom: 20px;
    background-size: cover;
}	
	
.children-link__name {
    letter-spacing: 0.01em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 3rem;
    line-height: 1.6;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    height: 100px;
}
.children-link__name {
    height: 70px;
    font-size: 2.2rem;
    line-height: 1.13636;
}	
}
.midasiyoko {
    margin: 20px 0 15px 0;
    width: 100%;
    background: #0079d7;
    color: #fff;
    font-size: 16px;
    padding: 14px;
    display: block;
}

@media only screen and (min-width: 600px){
	.pchyouzisura{
		
	}
	.sphyouzisura{
		display: none;
	}	
}
@media only screen and (max-width: 599px){
	.pchyouzisura{
		display: none;		
	}
	.sphyouzisura{

	}	
}

.tbl-rspa {
    width: 100%;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.tbl-rspa td{
	border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
	padding-:10px;
}
.tbl-rspa th {
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    width: 30%;
    overflow: hidden;
    font-style: normal;
    font-weight: bold;
    font-size: 100%;
    text-align: left;
    word-break: break-all;
    word-wrap: break-word;
    vertical-align: top;
    background-color: #F4F4F4;
    padding: 15px 15px;
}

.tbl-rspa1 {
    width: 100%;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.tbl-rspa1 td{
	border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
	padding-:10px;vertical-align: middle !important;
}
.tbl-rspa1 th {
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;

    font-style: normal;
    font-weight: bold;
    font-size: 100%;
    text-align: center;
vertical-align: middle !important;
    background-color: #F4F4F4;
    padding: 15px 15px;
}

.waku {
    background-color: #FCFCFC;
    padding: 15px;
    border: 2px solid #dcdcdc;
    border-radius: 2px;
}

.boxes>[class^=box] {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    *display: inline;
    *zoom: 1;
}
.boxes { margin: 0 0 1em;  }

.boxes div { margin:0 0 10px;  }

.boxes div div { margin: 0 10px;  }


.boxes {



	letter-spacing: -0.5em;

	word-spacing: -0.5em;

	*letter-spacing: 0;

	*word-spacing: 0;

	*zoom: 1;

}

.boxes>* {

	letter-spacing: 0;

	word-spacing: 0;

}

.boxes>[class^=box] {

	display: inline-block;

	vertical-align: top;

	overflow: hidden;

	*display: inline;

	*zoom: 1;

}

.boxes>.box01 {

	width: 8.33%;

}

.boxes>.box02 {

	width: 16.66%;

}

.boxes>.box5 {

	width: 20%;

}


.boxes>.box03 {

	width: 24.99%;

}

.boxes>.box04 {

	width: 33.33%;

}

.boxes>.box05 {

	width: 41.66%;

}

.boxes>.box06 {

	width: 49.99%;

}

.boxes>.box07 {

	width: 58.33%;

}

.boxes>.box08 {

	width: 66.66%;

}

.boxes>.box09 {

	width: 74.99%;

}

.boxes>.box10 {

	width: 83.33%;

}

.boxes>.box11 {

	width: 91.66%;

}

.boxes>.box12 {

	width: 100%;

}

.boxes>[class^=box] img,

.boxes>[class^=box] iframe,

.boxes>[class^=box] object {

	width: auto;

	max-width: 100%;

	height: auto;

}
.heitbox2 {
    height: 260px;
}
@media only screen and (max-width:600px){
	.boxes>.box01 {

	width: 50%;

}

.boxes>.box02 {

	width: 50%;

}

.boxes>.box5 {

	width: 50%;

}


.boxes>.box03 {

	width: 50%;

}

.boxes>.box04 {

	width: 50%;

}

.boxes>.box05 {

	width: 50%;

}

.boxes>.box06 {

	width: 100%;

}

.boxes>.box07 {

	width: 50%;

}

.boxes>.box08 {

	width: 50%;

}

.boxes>.box09 {

	width: 50%;

}

.boxes>.box10 {

	width: 100%;

}

.boxes>.box11 {

	width: 100%;
}

.boxes>.box12 {

	width: 100%;

}
.heitbox2 {
    height: auto;
}
	
}
.hukuri1 {
    background: url(../img/hukuri1.png) 0 0 no-repeat;
    padding: 0px 10px 10px 40px;
    border-bottom: 2px solid #0079d7;
    font-weight: bold;
    color: #0079d7;
    font-size: 100%;
    margin-bottom: 10px;
    font-size: 20px;
}

.hukuri2 {
    background: url(../img/hukuri2.png) 0 0 no-repeat;
    padding: 0px 10px 10px 40px;
    border-bottom: 2px solid #0079d7;
    font-weight: bold;
    color: #0079d7;
    font-size: 100%;
    margin-bottom: 10px;
    font-size: 20px;
}
.hukuri3 {
    background: url(../img/hukuri3.png) 0 0 no-repeat;
    padding: 0px 10px 10px 40px;
    border-bottom: 2px solid #0079d7;
    font-weight: bold;
    color: #0079d7;
    font-size: 100%;
    margin-bottom: 10px;
    font-size: 20px;
}
.hukuri4 {
    background: url(../img/hukuri4.png) 0 0 no-repeat;
    padding: 0px 10px 10px 40px;
    border-bottom: 2px solid #0079d7;
    font-weight: bold;
    color: #0079d7;
    font-size: 100%;
    margin-bottom: 10px;
    font-size: 20px;
}

.mrgn-top10{margin-top:10px;}

.news_area h2 {
    color: #4a4a4a;
    font-size: 40px;
    text-align: left;
    letter-spacing: 0.15em;
    font-weight: 800;
    margin-bottom: 25px;
}


.news_area h2:after {
  width: 4vw;
  letter-spacing: 0.2vw;
  height: 2px;
  background: #1458e4;
  display: inline-block;
  content: "";
  margin-left: 20px;
  /* float: right; */
}

@media (max-width:767px){
.news_area h2 {
    color: #4a4a4a;
    font-size: 30px;
    text-align: left;
    letter-spacing: 0.15em;
    font-weight: 800;
    margin-bottom: 25px;
}


.news_area h2:after {
  width: 4vw;
  letter-spacing: 0.2vw;
  height: 2px;
  background: #1458e4;
  display: inline-block;
  content: "";
  margin-left: 20px;
  /* float: right; */
}	
}

a.news_box div{
    display: inline-block;
}
a.news_box object{
    display: inline-block;
}
a.news_box p {
    display: inline-block;
}
@media (max-width:961px){
a.news_box p {
    display: inline-block;
	padding-top:3px;
}	
}
.news_area ul li {
  border-top: 1px solid #cccccc;
  transition: 0.3s;
}

.news_area ul li:hover {
  background: rgba(0, 0, 0, 0.05);
}

.news_area ul li:last-of-type {
  border-bottom: 1px solid #cccccc;
}

.news_area ul li a.news_box {
  padding: 20px;
  display: block;
  width: 100%;
}

.news_area ul li a.news_box div,
.news_area ul li a.news_box object,
.news_area ul li a.news_box p {
  display: inline-block;
}

a.news_box .cat {
background: rgba(0, 121, 215, 0.4);
  text-transform: uppercase;
  color: #fff;
  width: 100px;
  letter-spacing: 0.2vw;
  padding: 6px 8px;
  transition: 0.7s;
  font-size: 10px;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
}

a .cat {
  background: rgba(61, 87, 165, 0.3);
  text-transform: uppercase;
  color: #fff;
  width: 100px;
  letter-spacing: 0.2vw;
  padding: 6px 8px;
  transition: 0.7s;
  font-size: 10px;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
}

.news_area ul li:hover a.news_box .cat {
  background: rgb(61, 87, 165);
}

.news_area ul li a.news_box .date {
  color: #b3b3b3;
  font-size: 12px;
  vertical-align: middle;
  display: inline-block;
  padding: 0 20px;
}

a.news_box p {
  color: #333333;
  font-size: 15px;
  vertical-align: middle;
  display: inline-block;
}
.date {
    color: #b3b3b3;
    font-size: 12px;
    vertical-align: middle;
    display: inline-block;
    padding: 0 20px;
}
.contact_area {
  text-align: center;
}

.contact_area p {
  margin: 50px 0 32px;
  font-size: 22px;
  color: #fff;
}

.news_area .link {
  position: absolute;
  right: 0px;
  top: 20px;
}



.topiks-area h2,
.message_area h2,
.service_area h2 {
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 0.25em;
  color: #4a4a4a;
  text-align: center;
  margin-bottom: 65px;
}

.topiks-area h2 small,
.message_area h2 small,
.service_area h2 small {
  display: block;
  font-weight: normal;
  margin: 10px auto;
  font-size: 18px;
  letter-spacing: 0.2em;
  color: #8a8a8a;
}

.topiks-area h2:after,
.message_area h2:after,
.service_area h2:after {
  display: block;
  content: "";
  width: 68px;
  height: 2px;
  background: rgba(11, 43, 143, .8);
  margin: 30px auto 0;
}
.view{
font-size: 1.0vw;
    line-height: 1.7em;
    color: #5d5d5d;
    letter-spacing: 0.2vw;
    font-weight: 400;

}
.view1{
font-size: 15px;
    line-height: 1.7em;
    color: #5d5d5d;

    font-weight: 400;

}
@media screen and (max-width: 767px){
.view {
    font-size: 16px;
    margin: 0 auto;
    line-height: 2em;
    margin-bottom: 20px;
    width: 90%;
}
.view1 {
    font-size: 16px;
    margin: 0 auto;
    line-height: 2em;
    margin-bottom: 20px;
    width: 90%;
}
}

.button_blue1 {
position: relative;
    padding: 15px 50px;
    border-radius: 25px;
    color: #3a54a2;
	border:solid 1px #3a54a2;
    font-size: 14px;
	font-weight: 600;
text-align: center;
    letter-spacing: .25em;
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.ggwaku{
	border: 5px solid #e6e6e6;
	padding:25px;
}
.ao{
	color: #0079d7;
}




#service_area {
  background: #fff;
  padding: 130px 0 160px;
  text-align: center;
}

#service_area .wrapper {
  width: 100%;
}

#service_area h2 {
  margin-bottom: 65px;
}

#service_area p {
  font-size: 16px;
  line-height: 1.6em;
  color: #5d5d5d;
  letter-spacing: 0.2vw;
  font-weight: 400;
  padding: 0px 0 30px;
}

#service_area .button_blue {
  margin: 40px auto 0;
}


#service_area .service_list {
  width: 100%;
  overflow: hidden;
}

#service_area .service_list a {
  float: left;
  width: 25%;
  overflow: hidden;
  position: relative;
}

#service_area .service_list a div.cover {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  transition: 0.3s;
}

#service_area .service_list a:hover div.cover {
  opacity: 0;
}

#service_area .service_list a div.cover .text {
  display: table;
  width: 100%;
  height: 100%;
  letter-spacing: 0.2vw;
}

#service_area .service_list a div.cover .text span {
  color: #fff;
  display: table-cell;
  font-size: 2vw;
  vertical-align: middle;
  text-align: center;
}

#service_area .service_list figure:last-of-type {
  margin-right: 0;
}

#service_area .service_list figure img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;

}

#service_area .service_list a:hover figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* service_01 */

#service_item_area {
  background: #fff;
  overflow: hidden;
  position: relative;
}



#service_item_area a.link_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  top: 0;
  left: 0;
}


.service_item_area {
  padding: 12vw 0;
  /* padding:150px 0; */
  background-size: 100%;
  position: relative;
  background-position: center;
  transition: 0.7s;
  margin-bottom: 40px;
  background-repeat: no-repeat;
}

.service_01 {
  background-image: url("../img/top/bana1.jpg");
}

.service_02 {
  background-image: url("../img/top/bana2.jpg");
}

.service_03bk .leftbk * {
  color: #4a4a4a !important;
  text-shadow: 0 0 1px #fff;
}

.service_03 {
  background-image: url("../img/top/bana3.jpg");
}

.service_04 {
  background-image: url("../img/top/bana4.jpg");
}

.service_05 {
  background-image: url("../img/top/bana5.jpg");
}
.service_06 {
  background-image: url("../img/top/bana6.jpg");
}
.service_07 {
  background-image: url("../img/top/bana7.jpg");
}
.service_news {
  background-image: url("../img/top/news.jpg");
}

.service_item_area:hover {
  background-size: 106%;
}

.service_item_area:hover {}

.service_item_area a.link_wrap {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.service_item_area .wrapper {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

.service_item_area .wrapper .left h2 {
  font-size: 2.8em;
  margin-bottom: 10px;
  color: #fff;
  letter-spacing: 0.2em;
  font-weight: 900;
}

.service_item_area .wrapper .left span {
     font-size: 1.3em;
    letter-spacing: 0.14vw;
  color: #fff;
  font-weight: 400;
}

.service_item_area .wrapper .left {
  float: left;
}

.service_item_area .wrapper .right {
  float: right;
}



@media screen and (max-width: 767px){
 .service_item_area {
    background-size: cover;
    padding: 50px 0;
    margin-bottom: 20px;
  }

  .service_item_area:hover {
    background-size: cover;
  }

  .service_item_area.service_01 {
    background-position: right;
  }

  .service_item_area.service_03 {
    background-position: left;
  }

  .service_item_area .wrapper .left {
    font-size: 6px;
  }

  .service_item_area .wrapper .right {
    display: nonebk;
	  float: left;
	  padding-top:10px;
  }

  .service_item_area .wrapper .left span {
    font-size: 2.5em;
  }

  #service_area {
    padding: 60px 0 80px;
  }

  #service_area .service_list a {
    width: 45%;
    flex-wrap: wrap;
    float: none;
    display: inline-flex;
  }

  #service_area .service_list a div.cover .text span {
    font-size: 20px;
  }

  .button_white {
    text-align: center;
  }

  .button_white span {
    font-size: 16px;
    text-align: center;
  }

  #service_01 .wrapper .left {
    text-align: center;
    float: none;
    margin-bottom: 30px;
  }

  #service_01 .wrapper .right {
    float: none;
  }	
}


.button_white span:after {
  content: "\f105";
  font-family: Font Awesome\ 5 Free !important;
  font-weight: 900;
  font-size: 20px;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #0079d7;
}

.button_white span {
  position: relative;
  padding: 0 50px;
border: 1px solid #0079d7;
  background-color: #fff;
  border-radius: 25px;
  color: #0079d7;
  font-size: 14px;
  line-height: 50px;
  letter-spacing: .25em;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button_white span:hover {
  background-color: #fffff;
  border-color: #0079d7;opacity: 0.8;
 /* color:#fff; */;
}/* blueline */.button_blueline {
  display: block;
  cursor: pointer;
}

.siro{
	color: #ffffff !important;
}

#footfix {
    

/*border-top:solid 1px #87d2e7;*/}
#footfix_in {
    width: 100%; background: rgba(61, 87, 165, 0.95);background: rgba(0, 121, 215, 0.95);    background: rgba(20, 88, 208, 0.9);
    display: flex;
    margin: 0 auto;
    padding: 10px 0;
    justify-content: center; /* å­è¦ç´ ã‚’flexboxã«ã‚ˆã‚Šä¸­å¤®ã«é…ç½®ã™ã‚‹ */
    align-items: center;  /* å­è¦ç´ ã‚’flexboxã«ã‚ˆã‚Šä¸­å¤®ã«é…ç½®ã™ã‚‹ */

}

.footfix_in_1 a {
	font-size: 40px; padding: 0 5px; color: #FFF;text-decoration: none;
line-height: 1em;

}
.footfix_in_1 a:before {

}
.footfix_in_2{
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 2em;
    color: #FFF;
    border: solid 0px #FFF;
    padding: 1px 5px;
    vertical-align: middle;
margin: 0 15px;}
.footfix_in_3 a{
    display: block;
    background: #FFF;
    color: #0079d7;
    padding: 4px 40px;
    border: solid 2px #FFF;
    border-radius: 30px;
    font-size: 16px;
    font-family: 'Balsamiq Sans', cursive;
    font-weight: 500;
    text-decoration: none;
    margin: 0 5px;}
.footfix_in_3 a:hover{background:#0079d7; 
    color: #FFF;
    border: solid 2px #FFF;
text-decoration: none;}
@media screen and (max-width:1200px) {
    .footfix_in_1 a {font-size: 30px;}
    .footfix_in_2 {font-size: 12px;}
    .footfix_in_3 a {font-size: 13px; padding: 1px 20px;}
    .footfix_in_3 a:hover{
     padding: 1px 20px;
    font-size: 13px;
}
    }
@media screen and (max-width:768px) {
    .footfix_in_1 a:before {

  
}
    .footfix_in_1 a {font-size: 20px;}
    .footfix_in_2 {display: none; font-size: 9px; padding: 1px 5px; margin: 0 5px;/* order: 3;*/}
    .footfix_in_3 a {font-size: 11px; padding: 1px 10px;}
        .footfix_in_3 a:hover{
     font-size: 11px; padding: 1px 10px;
}
    }

.lead {
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1.5;
}
.contactBlock {
    border: 1px solid #707070;
    padding: 50px 20px 30px;
    font-size: 15px;
    color: #333;
    width: 580px;
    max-width: 100%;
    margin: 65px auto 70px;
    text-align: center;
}
.contactBlock {
    padding: 45px 20px 40px;
    margin-top: 27px;
    margin-bottom: 0;
}
.footfix_in_11 a {
    font-size: 40px;
    padding: 0 5px;
    color: #000;
    text-decoration: none;
    line-height: 1em;
}
.l-main::after{


}

.page_title {
padding-top: 150px;
    padding-bottom: 100px;
    font-weight: 900;
    font-size: 40px;
    letter-spacing: 0.25em;
    color: #4a4a4a;
    text-align: center;
}
.page_title span {
    display: block;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.4em;
    color: #8a8a8a;
}

.page_title--white:after {
    display: block;
    content: "";
    width: 68px;
    height: 2px;
background: rgba(255, 255, 255, 0.95);
    margin: 30px auto 0;
}
.page_title--white {

    font-weight: 900;
    font-size: 40px;
    letter-spacing: 0.25em;
    color: #ffffff;
    text-align: center;
}
.page_title--white span {
    color: #FFFFFF;
}
.page_title--contact {
    background: url(../img/top/ss06.jpg) no-repeat center/cover;)
}
.page_title--sitemap {
    background: url(../img/top/sitemap.jpg) no-repeat center/cover;)
}
.page_title--privacy {
    background: url(../img/top/privacy.jpg) no-repeat center/cover;)
}
.page_title--lgcsoft {
    background: url(../img/top/lgcsoft.jpg) no-repeat center/cover;)
}
.page_title--company {
    background: url(../img/top/ss04.jpg) no-repeat center/cover;)
}
.page_title--greeting {
    background: url(../img/top/greeting.jpg) no-repeat center/cover;)
}
.page_title--support {
    background: url(../img/top/support.jpg) no-repeat center/cover;)
}
.page_title--business {
    background: url("../img/top/business.jpg") no-repeat center/cover;)
}
.page_title--product {
    background: url("../img/top/product.jpg") no-repeat center/cover;)
}
.page_title--service {
    background: url("../img/top/ss01.jpg") no-repeat center/cover;)
}
.page_title--interview {
    background: url("../img/top/interview.jpg") no-repeat center/cover;)
}
.page_title--news{
    background: url("../img/top/news.jpg") no-repeat center/cover;)
}
.page_title--bupan{
    background: url("../img/top/bana5.jpg") no-repeat center/cover;)
}
@media screen and (max-width: 1199px){
.page_title {
    padding: 100px 0 50px 0;
    font-size: 3rem;
    line-height: 1.33333;
}
.page_title--white {

    font-size: 3rem;
    line-height: 1.33333;
    color: #ffffff;
    text-align: center;
}
}
.heading-2 {
    font-size: 2.4rem;
    letter-spacing: 0.3em;
    margin-bottom: 40px;
    text-align: center;
	font-weight: bold;background: rgba(0, 121, 215, 0.08);
	padding:10px;
}
.heading-3 {
    font-size: 2.4rem;
    letter-spacing: 0.3em;
    margin-bottom: 40px;
	color: #ffffff;
    text-align: center;
	font-weight: bold;background: #0079d7;
	padding:10px;
}
.kuro{
	color:#333333 !important;
}


.boxes>[class^=box] {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    *display: inline;
    *zoom: 1;
}
.boxes { margin: 0 0 1em;  }

.boxes div { margin:0 0 10px;  }

.boxes div div { margin: 0 10px;  }



.boxes>* {

	letter-spacing: 0;

	word-spacing: 0;

}

.boxes>[class^=box] {

	display: inline-block;

	vertical-align: top;

	overflow: hidden;

	*display: inline;

	*zoom: 1;

}

.boxes>.box01 {

	width: 8.33%;

}

.boxes>.box02 {

	width: 16.66%;

}

.boxes>.box5 {

	width: 20%;

}


.boxes>.box03 {

	width: 24.99%;

}

.boxes>.box04 {

	width: 33.33%;

}

.boxes>.box05 {

	width: 41.66%;

}

.boxes>.box06 {

	width: 49.99%;

}

.boxes>.box07 {

	width: 58.33%;

}

.boxes>.box08 {

	width: 66.66%;

}

.boxes>.box09 {

	width: 74.99%;

}

.boxes>.box10 {

	width: 83.33%;

}

.boxes>.box11 {

	width: 91.66%;

}

.boxes>.box12 {

	width: 100%;

}

.boxes>[class^=box] img,

.boxes>[class^=box] iframe,

.boxes>[class^=box] object {

	width: auto;

	max-width: 100%;

	height: auto;

}
.heitbox2 {
    height: 260px;
}
@media only screen and (max-width:600px){
	.boxes>.box01 {

	width: 50%;

}

.boxes>.box02 {

	width: 50%;

}

.boxes>.box5 {

	width: 50%;

}


.boxes>.box03 {

	width: 50%;

}

.boxes>.box04 {

	width: 50%;

}

.boxes>.box05 {

	width: 50%;

}

.boxes>.box06 {

	width: 100%;

}

.boxes>.box07 {

	width: 50%;

}

.boxes>.box08 {

	width: 50%;

}

.boxes>.box09 {

	width: 50%;

}

.boxes>.box10 {

	width: 100%;

}

.boxes>.box11 {

	width: 100%;
}

.boxes>.box12 {

	width: 100%;

}
.heitbox2 {
    height: auto;
}
	
}

.b1aka{
	border: 1px solid #711616;
    color: #ffffff;
    background-color: #AD2D2D;
	    padding: 1px 1px 0 2px;
    font-family: Verdana,sans-serif;
    cursor: pointer;    width: 100px;
	text-align: center;
	border-radius: 4px;
	font-size: 12px;
}
.b1kon{
   border: 1px solid #182C57;
    color: #ffffff;
    background-color: #536CA6;
	    padding: 1px 1px 0 2px;
    font-family: Verdana,sans-serif;
    cursor: pointer;
	display: block;    width: 100px;
		text-align: center;
	border-radius: 4px;	
	font-size: 12px;
}
@media only screen and (min-width:601px){
.pc600{
	
}
.sp599{
	display: none;
}
}
@media only screen and (max-width:600px){
.pc600{
	display: none;	
}
.sp599{

}	
}
@media only screen and (max-width:600px){
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
	}

.gall img {
    vertical-align: middle;
    object-fit: cover;
    width: 100%;
    height: 311px;
}

@media (min-width:768px){
	.pc768{
		
	}
	.sp767{
		display: none;
	}	
}
@media (max-width:767px){
	.pc768{
		display: none;		
	}
	.sp767{

	}	
}

.linkhaikei{
	    background: #303030;
    color: #FFFFFF;
		
}

.message_area1 h2 {
    font-weight: 900;
    font-size: 40px;
    letter-spacing: 0.25em;
    color: #4a4a4a;
    text-align: center;
}

.message_area1 h2 small{
    display: block;
    font-weight: normal;
    margin: 10px auto;
    font-size: 17px;
    letter-spacing: 0.2em;
    color: #ffffff;
}
@media (max-width:767px){
	
.message_area1 h2 {
    font-weight: 900;
    font-size: 30px;
    letter-spacing: 0.25em;
    color: #4a4a4a;
    text-align: center;
}

.message_area1 h2 small{
    display: block;
    font-weight: normal;
    margin: 0px auto;
    font-size: 14px;
    letter-spacing: 0.2em;
    color: #ffffff;
}
	
}


 @media only screen and (min-width: 768px) {
 .f26{
	 font-size:26px;
 }
  .f30{
	 font-size:30px;
 }
}
  @media only screen and (max-width: 767px) {
 .f26{
	 font-size:20px;
 }
  .f30{
	 font-size:23px;
 }
}

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.contentsbox {
    clear: both;
    width: 100%;
    margin: 2rem 0;
    padding: 2rem;
    border: 1px solid #dcdcdc;
    font-size: 1.6rem;background: #ffffff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0 0px 5px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0px 5px rgb(0 0 0 / 10%);
}

.contents-titlewaku1 {
    margin: 0 auto;
    position: relative;
    z-index: 5;
    padding-bottom: px;
    /* padding-top: 40px; */
    font-weight: 600;
    display: table;
    border-bottom: 2px solid #1458e4;
    font-size: 2rem;
    line-height: 3.5rem;
}
.contents-titlewaku_toiawase {
    margin: 0 auto;
    position: relative;
    z-index: 5;
    padding-bottom: px;
    /* padding-top: 40px; */
    display: table;
}

.orng-waku {
    border: solid 1px #cc9966;
    padding: 20px;
    color: #333;
}
.mds-bk_orange {
    background-color: #cc9966;
    text-align: center;
    color: #FFF;
    padding: 10px 0 10px 0;
	margin-bottom: 15px;
}
.list01 li {
    list-style: none;
    background-image: url(../img/shikaku_arrow.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 2px 0px 2px 20px;
    margin: 0;
}
.ao1{
	color: #1458e4 !important;
}


.btn-warningas {
    color: #ffffff;
    background-color: #FF0004;
    border: solid 3px #FF0004; 
	padding: 20px;
	font-size: 20px;
}
.btn-warningas:hover {
    color: #FF0004;
    background-color: #ffffff;
    border: solid 3px #FF0004; 
	padding: 20px;
	font-size: 20px;
}

.brdrbtmrice {
    color: #333;
    font-size: 120%;
    border-bottom: #333 solid 1px;
    letter-spacing: 0.9px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 2%;
    padding-bottom: 1%;
    font-weight: 600;
    line-height: 32px;
}
.step{
    color: #e3f5d8;
    background: #3078eb;
	padding: 6px 10px;    position: absolute;
}
.newsa {
    width: 100%;
    overflow: auto;
    clear: both;
    height: 255px;
    overflow-y: scrollbk;
    box-sizing: border-box;
    border: none;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
}