/* ==== 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: 'Latobbbb',sans-serif;font-family: "M PLUS 1pbbb", sans-serif;
	font-weight: 300;
color: #222222;


    font-weight: 400;
    line-height: 1.5;

}


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-brand {
    font-weight: 700;
}
.navbar-brand {
  height: 40px;
padding: 5px 3px;
  font-size: 18px;
  line-height: 1em;
}

.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:1200px){
.navbar-custom ul.nav li a {
	letter-spacing: 1px;
    color: #444;
	 color: #222222;    border-top: 0px solid #ccc;
	text-transform: uppercase;
	font-weight: 400;

}
}
@media (max-width:1199px){
.navbar-custom ul.nav li a {
	font-size: 15px;
	letter-spacing: 1px;
    color: #444;
	 color: #222222;    border-top: 1px solid #ccc;
	text-transform: uppercase;
	font-weight: 400;
	background: #ffffff;
}	
}



.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: #222222;
}

.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 ul.nav li a:hover {
background: #eaeaea;
}

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

.navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    font-size: 30px;
    color: #030303;
}

.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;

}
.home-section1 {
    padding-top: 100px;
    padding-bottom: 100px;
	display:block;
    position:relative;

background: #f4f4f4;
}
.home-section2 {
    padding-top: 100px;
    padding-bottom: 100px;
	display:block;
    position:relative;
    background: #fff4e0;
}	
.home-section3 {
    padding-top: 38px;
    padding-bottom: 38px;
	display:block;
    position:relative;
    border-top: 10px solid #927b60;
    border-bottom: 10px solid #927b60;
	



}
.home-section4 {
    padding-top: 100px;
    padding-bottom: 100px;
	display:block;
    position:relative;
background: #e4fcd6;
}		
	
.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: 40px;
    padding-bottom: 40px;
	display:block;
    position:relative;

}
.home-section1 {
    padding-top: 50px;
    padding-bottom: 50px;
	display:block;
    position:relative;
background: #f4f4f4;
}
.home-section2 {
    padding-top: 50px;
    padding-bottom: 50px;
	display:block;
    position:relative;
    background: #fff4e0;
}	
.home-section3 {
   padding-top: 20px;
    padding-bottom: 20px;
	display:block;
    position:relative;
    border-top: 10px solid #927b60;
    border-bottom: 10px solid #927b60;
}
.home-section4 {
    padding-top: 50px;
    padding-bottom: 50px;
	display:block;
    position:relative;
background: #e4fcd6;
}	
	
.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: 60px 0px 60px 0px;
	border-top: 1px solid #c7c7c7;
    background: #eaeaea;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: 15px 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:1200px) {

    .navbar {
        padding: 0px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
    height: 98px;
background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 45%);
    }

    .top-nav-collapse {
  
    }

    .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: #ffffff;

	}
	
	.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%;
}
}
.mb5{
	padding-bottom:5px;
	
}
.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;
	     padding: 0 16px 0 0px;
 }
 
  .list02 li a{
	float: left;padding-right: 20px;
 }
   .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 screen and (min-width:1200px) {
  .copyright {
    font-size: 12px !important;
    font-weight: ;
    text-align: center;
    display: block;
    padding: 10px 0;
    color: #454545;
    border-top: dotted 1px #ccc;
	background: #1f1f1f;
	  bottom: 0px;
    width: 100%;
    color: #ffffff;
    border-top: dotted 1px #ccc;
    background: #1f1f1f;
    bottom: 0px;
    width: 100%;
background: #5d5d5d;
	}
}
@media screen and (max-width:1199px) {
 .copyright {
    font-size: 12px !important;
    font-weight: ;
    text-align: center;
    display: block;
    padding: 10px 0;
    color: #454545;
    border-top: dotted 1px #ccc;
	background: #1f1f1f;
	  bottom: 0px;
    width: 100%;
    color: #ffffff;
    border-top: dotted 1px #ccc;
    background: #1f1f1f;
    bottom: 0px;
    width: 100%;
background: #5d5d5d;    padding-bottom: 60px;
}
}
 @media only screen and (min-width: 768px) {


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

 }
 
 
.haikeicopy{
	background: #3333333;
}
@media only screen and (max-width: 767px) {
	 

.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;
}
@media (max-width:599px){
.right{
	text-align:right;
	display: grid;
}	
}

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;
}

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;
}
.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--service-1 {
  background-image: url(../img/service/a1.jpg);
}

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

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

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

.children-link__item--service-5 {
  background-image: url(../img/service/a5.jpg);
}
.children-link__item--service-6 {
  background-image: url(../img/service/a6.jpg);
}
.children-link__item--service-7 {
  background-image: url(../img/service/a7.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;
}

.button_blue {
    display: block;
    position: relative;
    cursor: pointer;
}
.children-link .button_blue span {
  width: 200px;
  text-align: center;
  background-color: #ffffff;background-color: #0079d7;opacity: 0.9;
}
.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__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;
}
.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;
    vertical-align: top;
    padding: 15px 15px;background: #f6f6f6;
}
@media only screen and (max-width: 700px){
.tbl-rspa {
    width: 100%;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
.tbl-rspa td{
	border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
	padding-:10px;    width: 100%;
}
.tbl-rspa th {
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    width: 100%;
    overflow: hidden;
    font-style: normal;
    font-weight: bold;
    font-size: 100%;
    text-align: left;
    vertical-align: top;
    padding: 15px 15px;    width: 30%;
}	
}
.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: #0079d7;
  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;
}
.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 .news_box {
  padding: 20px;padding-left: 0px;
  display: block;
  width: 100%;
}

.news_area ul li .news_box div,
.news_area ul li .news_box object,
.news_area ul li .news_box p {
  display: inline-block;font-size: 14px;
}

.news_box .cat {
background: rgba(193, 80, 80, 0.7);
  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 .news_box .cat {
  background: #c15050;
}

.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/product.jpg");
}

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

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

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

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

.service_05 {
  background-image: url("../img/top/ss05.jpg");
}
.service_06 {
  background-image: url("../img/top/ss06.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: 2em;
  letter-spacing: 0.2vw;
  color: #fff;
  font-weight: 500;
}

.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: none;
  }

  .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 {
}

@media screen and (min-width:1200px) {
#footfix_in {
display: none;

}	
}
@media screen and (max-width:1199px) {
#footfix_in {
    width: 100%; background:#ffffff;
    display: flex;
    margin: 0 auto;
    padding: 10px 0;
    justify-content: center; /* å­è¦ç´ ã‚’flexboxã«ã‚ˆã‚Šä¸­å¤®ã«é…ç½®ã™ã‚‹ */
    align-items: center;  /* å­è¦ç´ ã‚’flexboxã«ã‚ˆã‚Šä¸­å¤®ã«é…ç½®ã™ã‚‹ */
box-shadow: 0px 0px 3px 0px #363636;
    position: fixed;
	bottom: 0px;
	z-index: 120000;
}
}

.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: #ffffff;
    padding: 4px 40px;
   border: solid 2px #555555; border: solid 2px #a10000;   

    font-size: 16px;
    font-family: 'Balsamiq Sans', cursive;
    font-weight: 500;background: #555555;background: #a10000;
    text-decoration: none;
    margin: 0 5px;}
.footfix_in_3 a:hover{
	background: #a10000;
    color: #FFF;
 	    border: solid 2px #a10000;
	opacity: 0.7;
text-decoration: none;}

.footfix_in_4 a{
    display: block;
    background: #ffffff;
       color: #a10000; color: #232323;
    padding: 4px 40px;
    border: solid 2px #a10000;border: solid 2px #393939;

    font-size: 16px;
    font-family: 'Balsamiq Sans', cursive;
    font-weight: 500;
    text-decoration: none;
    margin: 0 5px;}
.footfix_in_4 a:hover{
	  border: solid 2px #a10000;  border: solid 2px #393939;
	 background:#fafafa;background: #e8d7d7;
    opacity: 0.7;color: #a10000; color: #232323;
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: 4px 20px;}
    .footfix_in_3 a:hover{
     padding: 4px 20px;
    font-size: 13px;}
    .footfix_in_4 a {font-size: 13px; padding: 4px 20px;}
    .footfix_in_4 a:hover{
     padding: 4px 20px;
    font-size: 13px;}	
	
    }
@media screen and (max-width:490px) {
    .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: 3px 10px;}
    .footfix_in_3 a:hover{font-size: 11px; padding: 3px 10px;}
    .footfix_in_4 a {font-size: 11px; padding: 3px 10px;}
    .footfix_in_4 a:hover{font-size: 11px; padding: 3px 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 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--requirements {
    background: url(../img/top/ss05.jpg) no-repeat center/cover;)
}
.page_title--company {
    background: url(../img/top/ss04.jpg) no-repeat center/cover;)
}
.page_title--calendar {
    background: url(../img/top/ss03.jpg) no-repeat center/cover;)
}
.page_title--welfare {
    background: url(../img/top/welfare.jpg) no-repeat center/cover;)
}
.page_title--machine {
    background: url("../img/top/ss02.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;)
}
@media screen and (max-width: 1199px){

.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;
}
	}

/*brレスポンシブ*/
/*レスポンシブ表示非表示*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
/*レスポンシブ表示非表示*/

@media only screen and (min-width: 1200px) {
.navbar-brand img{
    width: 290px;
    padding-top: 4px;
}
}

@media only screen and (max-width: 1199px) {
.navbar-brand img{
  width: 210px;
	margin-top:0px;
}
}

.aotsingo{
	font-family: a-otf-jun-pro, sans-serif;
font-style: normal;
font-weight: 300;
}

.midasilp{
    margin: 0 auto 3.236%;
    padding: 1.765% 0;
    background-color: #b4242b;
    border-radius: 40px;
    text-align: center;
    color: #fff;
    font-size: 2.2vw;
    font-weight: 600;
    letter-spacing: 0.1em;	font-family: a-otf-jun-pro, sans-serif;
}
@media screen and (min-width: 768px){
.middle-ttl {
    font-size: 4.6rem;
}
}
@media screen and (max-width: 767px){
.middle-ttl {
    font-size: 2rem;
}
}
.middle-ttl {
    clear: both;
    line-height: 1.4em;
    margin-bottom: 40px;
    text-align: center;
    font-weight: bold;
    /* color: #000; */
}
.middle-ttl:after {
    display: block;
    content: '';
    width: 100%;
    margin: 10px auto 0;
    border: 1px solid #887b77;
}
a:hover img{
	opacity: 0.7;
}

a.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
@media screen and (min-width: 768px){
.sabutt{
	font-weight: 500;
	font-size: 27px;
	text-align: center;
}
.sabutt1{	
	font-size: 30px;
    font-weight: 900;
    line-height: 1.6;
    text-align: center;
}
.sabutt2{
 font-weight: 600;
	background: url(../img/koebk.png) 0 0 no-repeat;
    padding: 0px 10px 10px 0px;

    font-weight: bold;
 
    font-size: 25px;

}	
}
@media screen and (max-width: 767px){
.sabutt{
	font-weight: 500;
	font-size: 20px;
	text-align: center;
}
.sabutt1{	
	font-size: 23px;
    font-weight: 900;
    line-height: 1.6;
    text-align: center;
}
.sabutt2{
	font-weight: 500;
	font-size: 18px;
  font-weight: 600;
}	
}
.akatxt{
	color: #b4242b;
	font-weight:600;
}

@media screen and (min-width: 768px){
	.topsaisho{
	    background-color: #ffffff;
    padding: 12px;
		height: 120px;
}
	.ttsubaa{
		font-size: 30px;
		font-weight: 600;
		text-align: center;
	}
}
@media screen and (max-width: 767px){
	.topsaisho{
	    background-color: #ffffff;
    padding: 12px;
		height: 120px;
}
	.ttsubaa{
		font-size: 17px;
		font-weight: 600;
		text-align: center;
	}	
}

.style1{
	color: #b4242b;
}
@media only screen and (min-width: 1200px) {
.header__inner__info {
    display: flex;
    justify-content: flex-end;
	padding-top:12px;
	
}
.header__inner__info1 {
    display: flex;
    justify-content: flex-end;
	padding-top: 3px;
	
}	
}
@media only screen and (max-width: 1199px) {
.header__inner__info {
    display: flex;
    justify-content: flex-end;
	padding-top:0px;
	display: none;
	
}
}


.info-btn_tel a{
    position: relative;
    font-size: 33px;
    margin-right: 20px;
    font-family: a-otf-jun-pro, sans-serif;
	    top: -4px;	color: #a10000;
	position: relative;
	font-weight: 900;
}
.info-btn_tel a:hover{
opacity: 0.7;
	color: #a10000;
}
.info-btn_tel1 {
	position: relative;
    width: 240px;
	height:46px;
	margin-right: 20px;
	border: solid 2px #a10000;
	border-radius: 6px;
	background: #a10000;
	text-align: center;
	transition: .3s;
}

.info-btn_tel2 {
	position: relative;
width: 180px;
     height: 34px;
    border: solid 2px #393939;
	text-align: center;
	transition: .3s;    margin-right: 10px;
}

.info-btn_tel1 a,
.info-btn_tel2 a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-weight: bold;
}
.info-btn_tel1 a,
.info-btn_tel2 a:hover {
background: #f2f2f2;background: #e8c5c5;
	opacity: 1;
}

.info-btn_tel1 a {
	/* color: #fff; */
}

.info-btn_tel2 a {
	color: #333333;
}

.info-btn_tel1 a::after,
.info-btn_tel2 a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 16px;
	width:12px;
	height: 18px;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.info-btn_tel1 a::after {
	background: url(../img/arrow.png) center no-repeat;
}

.info-btn_tel2 a::after {
	background: url(../img/arrow-r.png) center no-repeat;
}

@media screen and ( min-width: 768px) {
	.info-btn_tel1:hover,
	.info-btn_tel2:hover {
		opacity: 0.8;
	}
}

.info-btn_tel1 span,
.info-btn_tel2 span {
	position: relative;
	top:-1px;
	
}

.info-btn_tel1a span::before,
.info-btn_tel2a span::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -30px;
	width: 20px;
	height: 22px;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.info-btn_tel1a span::before {
	background: url(../img/btn__material__icon.png) center no-repeat;
	background-size: contain;
}

.info-btn_tel2a span::before {
	background: url(../img/btn__visit__icon-r.png) center no-repeat;
	background-size: contain;
}
/*ボックス全体*/
.accbox {
    margin: 2em 0;
    padding: 0;
    max-width: 400px;/*最大幅*/
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 13px 12px;
    color: #ffba47;
    font-weight: bold;
    background: #fff2cc;
    cursor :pointer;
    transition: all 0.5s;
}

/*アイコンを表示*/
.accbox label:before {
    content: '\f054';
    font-family: 'FontAwesome';
    padding-right: 8px;
}

/*ラベルホバー時*/
.accbox label:hover {
    background :#ffe9a9;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px;
    background: #fff5eb;
    opacity: 1;
}

.accbox .accshow p {
    margin: 15px 10px}

/*アイコンを入れ替える*/
.cssacc:checked + label:before {
    content: '\f078';
}





/*全体*/
.hidden_box {
    padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
background: #696969;
    color: #fff;
    cursor: pointer;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    position: relative;    font-size: 22px;
	
}
.hidden_box label:after {
    background: #2b2b2b;
    box-sizing: border-box;
    content: '\f067';
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
}
.hidden_box label:hover:after {
    background: #060606;
    box-sizing: border-box;
	content: '\f068';
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
}


.hidden_box label:checked + .hidden_box label:after {
    background: #060606;
    box-sizing: border-box;
	content: '\f068';
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}

.qa-area {
    width: 100%;
    height: auto;

}
.qa-box {
    padding: 40px 0 20px;
}
.qa-check {
    display: none;
}
@media screen and ( min-width: 700px) {
.qa-label {
    display: block;
    height: 205px;
    padding: 10px 30px;
    position: relative;
    background: #fff;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    text-shadow: 0px 0px 3px #000000;
}
.qa-label:hover {
    display: block;
    height: 205px;
    padding: 10px 30px;
    position: relative;
    background: #fff;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    text-shadow: 0px 0px 3px #000000;
}
.qa-label > span {
    position: absolute;
    top: 50%;
    left: 90px;text-align: left;
    margin: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.qa-label > span:before {
    content: 'Q.';
    margin-right: 15px;
    margin-left: -1.4em;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', HiraginoCustom, 'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;
    font-weight: 600;
}	
}
@media screen and ( max-width: 699px) {
.qa-label {
    display: block;
    height: 205px;
    padding: 10px 10px;
    position: relative;
    background: #fff;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    text-shadow: 0px 0px 3px #000000;
}
.qa-label:hover {
    display: block;
    height: 205px;
    padding: 10px 10px;
    position: relative;
    background: #fff;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    text-shadow: 0px 0px 3px #000000;
}
.qa-label > span {
    position: absolute;
    top: 50%;
    left: 50px;text-align: left;
    margin: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.qa-label > span:before {
    content: 'Q.';
    margin-right: 15px;
    margin-left: -1.4em;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', HiraginoCustom, 'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;
    font-weight: 600;
}	
}
.qa-content {
    background: #fff;
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 40px;
    transition: .5s;
    visibility: hidden;
}
.qa-label:after {
    content: url("../img/qicon.png");
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    height: 52px;
    padding: 10px 20px;
    transform: rotate(-180deg);
    transition: .5s;
}
.qa-check:checked + .qa-label:after {
    /*transform: rotate(-360deg);*/
	top:15px;
}
.qa-check:checked + .qa-label + .qa-content {
    height: auto;
    opacity: 1;
    padding: 40px;
    visibility: visible;
}

.qa-content > p:before {
    content: 'A.';
    margin-right: 13px;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', HiraginoCustom, 'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;
    font-size: 30px;
    font-weight: 600;
	color: #a10000;
}
.qa-label.qa-l__01 {
    background-image: url(../img/kuro.png), url("../img/qa1.png");
    background-repeat: repeat, no-repeat;
    background-position: left, top right;
}
.qa-label.qa-l__02 {
    background-image: url(../img/kuro.png), url(../img/qa2.png);
    background-repeat: repeat, no-repeat;
    background-position: left, top right;
}
.qa-label.qa-l__03 {
    background-image: url(../img/kuro.png), url(../img/qa3.png);
    background-repeat: repeat, no-repeat;
    background-position: left, top right;
}
.qa-label.qa-l__04 {
    background-image: url(../img/kuro.png), url(../img/qa4.png);
    background-repeat: repeat, no-repeat;
    background-position: left, top right;
}
.qa-label.qa-l__05 {
    background-image: url(../img/kuro.png), url(../img/qa5.png);
    background-repeat: repeat, no-repeat;
    background-position: left, top right;
}
.center1{
	text-align: center !important;
}

.koewaku{
	margin: 10px 0;
    padding: 20px;
    border: 3px solid #dddddd;
    border-radius: 10px;
    background: #f7f7f7;
}
@media(min-width:1230px) {
	.pchyouzi1230{
		
	}
		.sphyouzi1229{
				display: none;
	}
}
@media(max-width:1229px) {
	.pchyouzi1230{
		display: none;
		
	}
		.sphyouzi1229{
		
	}
}

input[type=radio], input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    vertical-align: text-top;
    line-height: normal;
}
.w100{
	width: 100%;
}

.checkZip {
background-color: #d0d0d0;
    margin: 0;
    padding: 0.7em 0.7em;
    font-size: 1rem;
    font-weight: bold;
    border: solid 1px #b3b3b3;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}


.modRadioBtn {
  background: #fff;
  display: inline-block;
  border-radius: 5px;
}
.modRadioBtn span {
  background-color: #f1f1f1;
  border: solid 1px #ccc;
  border-radius: 5px;
  font-weight: normal;color: #333333;
  padding: 15px 15px;
  display: inline-block;
}
.modRadioBtn input {
  display: none;
}
.modRadioBtn input:checked+span {
  background-color: #ffd9e0;
  border: solid 1px #d51838;
}
.modRadioBtn_ibWrap {
  display: inline-block;
}
.tp-contact {
  border: solid 2px #c02;
  border-radius: 5px;
  margin-bottom: 8%;
}
.tp-contact_head {
  color: #c02;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1;
  padding: 10px 0;
  font-weight: bold;
}
.tp-contact_body {
  background-color: #c02;
  color: #fff;
  padding: 20px 44px;
}
.tp-contact_tel {
  height: 100%;
}

.in_radioOuter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.in_radio {
  margin-top: 15px;
}
.in_radio input {
  position: absolute;
  opacity: 0 !important;
}
.in_radio input:focus+span:before {
  box-sizing: border-box;
  outline: 0;
  box-shadow: 0 0 0 3px #ffe3e3;
}
.in_radio span {
  display: inline-block;
  position: relative;
}
.in_radio span:before,
.in_radio span:after {
  display: block;
  content: '';
  position: absolute;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  box-sizing: border-box;
}
.in_radio span:before {
  border: 1px solid #ccc;
  left: 0;
}
.in_radio span:after {
  display: none;
  background: #c02;
}
.in_radio input:checked + span:after {
  display: block;
}
.in_txtOuter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.in_txtOuter-post {
  display: block;
}
.in_txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.in_txt-label {
  display: inline-block;
}
.in_txtItem {
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.in_txt-inputWrap {
  display: block;
}
.in_txtItem-area {
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: block;
}
.in_txt-min:first-child {
  margin-top: 0;
}
.in_txt-fullWidth {
  width: 100%;
  margin-right: 0;
}
.in_txt-fullWidth input,
.in_txt-fullWidth textarea {
  width: 100%;
}
.in_txt-age span {
  width: auto;
}
.in_txt-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.in_checkOuter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.in_check {
  position: relative;
  display: inline-block;
}
.in_check input {
  position: absolute;
  opacity: 0 !important;
}
.in_check input:focus+span:before {
  box-sizing: border-box;
  outline: 0;
  box-shadow: 0 0 0 3px #ffe3e3;
}
.in_check span {
  position: relative;
}
.in_check span:before,
.in_check span:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.in_check span:before {
  border: 1px solid #ccc;
  background: #fff;
  left: 0;
}
.in_check span:after {
  display: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.in_check input:checked + span:after {
  display: block;
}
.checkbox-pink span:after {
  border-color: #ec7aa0;
}
.checkbox-orange span:after {
  border-color: #f39800;
}
.checkbox-ygreen span:after {
  border-color: #9cc813;
}
.checkbox-red span:after {
  border-color: #c02;
}
.in_radio-status {
  box-sizing: border-box;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background: #ccc;
  margin-top: 10px;
}
.in_radio-status span:before {
  background-color: #fff;
}
.in_radio-status-blue {
  background: #dff1f4 !important;
  border-color: #a3dee8 !important;
}
.in_radio-status-ylw {
  background: #f8f2dc !important;
  border-color: #e6d598 !important;
}
.in_radio-status-red {
  background: #ffe9e9 !important;
  border-color: #f4baba !important;
}
.in_radio-status-orenzi {
background: #fddbcf !important;
    border-color: #ffa776 !important;
}
.in_radio-status-midori {
    background: #d1e4bb !important;
    border-color: #8bc34a !important;
}
.in_radio-status-gray {
  background: #ddd !important;
}
.in_check-home {
  width: auto;
  opacity: 0;
  position: absolute;
  z-index: -2;
}
.in_check-home + label {
  display: none;
}
.in_check-home:checked + label {
  display: block;
}
.modAccordion_head {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-weight: bold;
  background-color: #fbf9ee;
  position: relative;
}
.modAccordion_head:after {
  display: block;
  content: '';
  position: absolute;
  border-top: 3px solid #c02;
  border-right: 3px solid #c02;
}
.modAccordion_target {
  height: 0;
  overflow: hidden;
}
.js-accordion_head:hover {
  cursor: pointer;
}
.modAccordion_head.js-accordion-active + .modAccordion_target {
  min-height: auto;
  height: auto;
}
.ps_buttonOuter {
  display: block;
  box-sizing: border-box;
}
.ps_button {
  display: block;
  font-weight: bold;
  background: #c02;
  color: #fff;
  border-radius: 6px;
  position: relative;
  word-break: break-all;
  display: block;
  line-height: 1.2;
  text-align: left;
}
.ps_button[disabled] {
  background-color: #ccc;
  cursor: default;
}
.ps_button[disabled]:hover {
  opacity: 1;
  cursor: default;
}
.ps_button:hover {
  cursor: pointer;
}
.ps_buttonOuter:before {
  display: block;
  content: '';
  position: absolute;
  background-image: url("/common/img/icon_search_02.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 4;
  pointer-events: none;
}
.ps_listOuter {
  display: none;
  position: absolute;
  left: 0;
  overflow: scroll;
  background: #fff;
  color: #333;
  font-weight: normal;
  opacity: 1 !important;
  border: 1px solid #ccc;
  box-sizing: border-box;
  overflow: hidden;
}
.ps_listOuter:hover {
  opacity: 1 !important;
}
.js-postBtn-active + .ps_listOuter {
  display: block;
  z-index: 5;
}
.ps_listHead {
  font-weight: bold;
}
.ps_list > ul {
  overflow: scroll;
}
.ps_listItem {
  line-height: 1.714;
}
.js-ps_listItem-active {
  background: #fff0f3;
}
.in_select {
  position: relative;
}
.in_select select {
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: border-box;
  z-index: 1;
}
.in_select:after {
  display: block;
  content: '';
  position: absolute;
  background-image: url("/common/img/icon_arrow_05.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  width: 12px;
  height: 12px;
}
.in_select-none {
  display: none;
}
.in_select select.er_box {
  border: 2px solid #ff7200;
  background-color: #fff6ee;
  box-sizing: border-box;
}
.tl_txtBox {
  font-weight: bold;
}

 .in_radio {
    width: 255px;
  }
  .in_radio span {
    padding-left: 28px;
  }
  .in_radio span:before {
    width: 18px;
    height: 18px;
    margin-right: 9px;
  }
  .in_radio span:after {
    width: 10px;
    height: 10px;
    left: 4px;
  }
  .in_radio-min {
    width: auto;
    padding-right: 50px;
  }
  .in_radio-min:nth-of-type(3) {
    padding-right: 250px;
  }
  .in_radio-residence {
    width: auto;
    padding-right: 35px;
  }
  .in_radio-residence:nth-of-type(3) {
    padding-right: 35px;
  }
  .in_txt {
    margin-right: 65px;
  }
  .in_txt-label {
    min-width: 50px;
    margin-top: 5px;
  }
  .in_txtItem {
    border-radius: 2px;
  }
  .in_txtItem {
    padding: 5px 5px;
    width: 500px;
  }
  .in_txtItem-area {
    border-radius: 2px;
  }
  .in_txtItem-area {
    min-height: 190px;
  }
  .in_txt-min input {
    width: 240px;
  }
  .in_txt-age {
    margin-right: 0;
  }
  .in_txt-age input {
    width: 120px;
  }
  .in_txt-post .in_txtItem:nth-of-type(1) {
    width: 130px;
  }
  .in_txt-post .in_txtItem:nth-of-type(2) {
    width: 150px;
  }
  .in_txt-post span {
    min-width: auto;
  }
  .in_txtItem-period {
    width: 340px;
  }
  .in_check {
    width: 110px;
  }
  .in_check span {
    padding-left: 30px;
  }
  .in_check span:before {
    width: 20px;
    height: 20px;
    border-radius: 2px;
  }
  .in_check span:after {
    width: 7px;
    height: 11px;
    top: 0;
    left: 7px;
  }
  .in_check-min {
    width: 64px;
  }
  .in_radio-status {
    border-radius: 2px;
  }
  .in_radio-status {
    width: 132px;
    padding: 18px 7px;
    margin-right: 10px;
  }
  .in_radio-status span {
    padding-left: 25px;
  }

  .in_check-care {
    width: auto;
    margin-top: 15px;
    margin-right: 40px;
  }
  .in_check-care:nth-of-type(1),
  .in_check-care:nth-of-type(2),
  .in_check-care:nth-of-type(3),
  .in_check-care:nth-of-type(4) {
    margin-top: 0;
  }
  .modAccordion_head {
    border-radius: 2px;
  }
  .modAccordion_head {
    font-size: 1.5rem;
    padding: 19px 0;
    border-radius: 8px;
  }
  .modAccordion_head:after {
    width: 20px;
    height: 20px;
    right: 40px;
    top: 40%;
    -webkit-transform: translateY(-40%) rotate(135deg);
    transform: translateY(-40%) rotate(135deg);
  }
  .modAccordion_head.js-accordion-active:after {
    top: 60%;
    -webkit-transform: translateY(-60%) rotate(-45deg);
    transform: translateY(-60%) rotate(-45deg);
  }
  .ps_buttonOuter {
    position: absolute;
    top: 0;
  }
  .ps_button {
    opacity: 1;
  }
  .ps_button:hover {
    opacity: 0.5;
    text-decoration: none;
  }
  .ps_button {
    padding: 9px 45px 9px 91px;
    font-size: 0.9375rem;
  }
  .ps_buttonOuter:before {
    width: 27px;
    height: 28px;
    top: 14px;
    left: 40px;
  }
  .ps_listOuter {
    border-radius: 2px;
  }
  .ps_listOuter {
    top: 60px;
    width: 370px;
    max-height: 260px;
    border-radius: 6px;
    padding: 30px 0;
  }
  .ps_listHead,
  .ps_listItem {
    padding: 0 30px;
  }
  .ps_list > ul {
    height: 167px;
  }
  .ps_listItem {
    font-size: 0.875rem;
  }
  .in_select select {
    border-radius: 2px;
  }
  .in_select select {
    width: 300px;
    border-radius: 6px;
    padding: 10px;
  }
  .in_select:after {
    left: 272px;
  }
  .tl_txtBox {
    font-size: 1.5rem;
  }
  .bl_txtBox-notes {
    padding: 60px 123px;
  }
  .tl_txtBox-notes {
    padding-left: 50px;
  }
  .tl_txtBox-notes:before {
    width: 31px;
    height: 31px;
  }
  .bl_privacy {
    border-radius: 2px;
  }
  .bl_privacy {
    width: 980px;
    height: 300px;
    padding: 30px 0;
  }
  .bl_privacyInner {
    width: 884px;
  }
  .pv_head {
    font-size: 1.25rem;
  }
  .bl_agreeBtn button {
    padding: 21px 0;
  }
  .bl_addBtnOuter {
    padding: 26px 19px 16px;
  }
  .modBtn-add {
    min-width: 116px;
    padding-left: 40px;
    padding-right: 18px;
  }
  .modBtn-add:before,
  .modBtn-add:after {
    left: 22px;
  }
  .md_inner {
    width: 960px;
    height: auto;
  }
  .modBtn-modal {
    width: 400px;
  }
  .schLbl {
    font-size: 1rem;
    margin-top: 30px;
  }
  .schSelect {
    background: #fff url("/common/img/icon_arrow_05.png") no-repeat center right 15px;
    font-size: 1.0625rem;
    padding: 18px;
  }
  .schLocate .schLocate_in {
    width: calc(50% - 12px);
  }
  .schLocate .schLocate_in:nth-of-type(2) {
    margin-left: 24px;
  }
  .schCheckList li {
    width: calc(50% - 12px);
  }
  .schCheckList li:nth-of-type(2n) {
    margin-left: 24px;
  }
  .schCheckList.col4 li {
    width: calc(25% - 18px);
    margin-left: 24px;
  }
  .schCheckList.col4 li:nth-of-type(4n+1) {
    margin-left: 0;
  }
  .schLocate_btn {
    padding: 6px 12px;
  }
  .schLife_head label {
    font-size: 1.125rem;
  }
  .schLife_head label::before {
    width: 28px;
    height: 28px;
  }
  .schLife_list {
    margin-top: 32px;
  }
  .sectionInner {
    padding: 0 20px;
  }
  .modSearch-submit {
    width: 500px;
  }
  .schModal {
    width: 454px;
    padding: 40px;
  }
  .bl_inner {
    width: 1080px;
    margin: 0 auto;
  }
  .bl_inner {
    margin-bottom: 120px;
  }
  .modTable th {
    width: 307px;
  }
  .in_check-care:nth-of-type(4),
  .in_check-care:nth-of-type(5) {
    margin-top: 0 !important;
  }
  .bl_agree {
    display: block;
  }
  .agree-box {
    width: 100%;
    max-width: 980px;
  }
  .btn-confirm {
    font-size: 18px;
    width: 504px;
  }
}
@media screen and (max-width: 767px) {
  .bl_inner {
    width: 89.33333333333333%;
    margin: 0 auto;
  }
  .bl_inner {
    margin-bottom: 60px;
  }
  .tx_min {
    font-size: 0.714285714285714rem;
  }
  .tx_noWrap-sp {
    white-space: nowrap;
  }
  .er_box-head {
    padding: 20px 18px;
  }
  .uq_navItem {
    border-radius: 50%;
    border-width: 2px;
    width: 19vw;
    padding: 6.5vw 0;
  }
  .uq_navItem:before {
    background-image: url("/inquiry/img/nav_border-sp.png");
    width: 51.42857142857142%;
    left: -12.8vw;
  }
  .uq_navItem-active:before {
    background-image: url("/inquiry/img/nav_border-sp-active.png");
  }
  .in_radio {
    width: 50%;
  }
  .in_radio span {
    padding-left: 25px;
  }
  .in_radio span:before {
    width: 20px;
    height: 20px;
    margin-right: 4.5px;
  }
  .in_radio span:after {
    width: 12px;
    height: 12px;
    left: 4px;
  }
  .in_radio-min {
    width: 50%;
  }
  .in_radio-residence {
    width: 50%;
  }
  .in_txtOuter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .in_txt-label {
    min-width: 13.559322033898304%;
    margin-top: 18px;
  }
  .in_txtItem {
    border-radius: 4px;
  }
  .in_txtItem {
    padding: 16px 5px;
    width: 100%;
  }
  .in_txt-inputWrap {
    width: 86.36363636363636%;
  }
  .in_txtItem-area {
    border-radius: 4px;
  }
  .in_txtItem-area {
    min-height: 145px;
  }
  .in_txt-age {
    margin-top: 0;
  }
  .in_txt-age input {
    width: 49.83050847457628%;
  }
  .in_txt-post {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .in_txt-post .in_txtItem:nth-of-type(1) {
    width: 27.796610169491526%;
  }
  .in_txt-post .in_txtItem:nth-of-type(2) {
    width: 54.91525423728814%;
  }
  .in_txt-post span {
    min-width: auto;
  }
  .in_txtItem-period {
    width: 86.4406779661017%;
  }
  .in_txtItem-period + span,
  .in_txtItem-period span {
    min-width: auto;
  }
  .in_check {
    width: 49.152542372881356%;
  }
  .in_check span {
    padding-left: 25px;
  }
  .in_check span:before {
    width: 20px;
    height: 20px;
    border-radius: 4px;
  }
  .in_check span:after {
    width: 7px;
    height: 11px;
    top: -1px;
    left: 7px;
  }
  .in_check-min {
    width: 23.728813559322035%;
    margin-top: 15px;
  }
  .in_check-min:nth-of-type(1),
  .in_check-min:nth-of-type(2),
  .in_check-min:nth-of-type(3),
  .in_check-min:nth-of-type(4) {
    margin-top: 0;
  }
  .in_radio-status {
    border-radius: 4px;
  }
  .in_radio-status {
    width: 48.13559322033898%;
    padding: 15px;
  }
  .in_radio-status:nth-of-type(1),
  .in_radio-status:nth-of-type(2) {
    margin-top: 0;
  }
  .in_radio-status:nth-of-type(2n) {
    margin-left: 3.728813559322034%;
  }
  .in_check-care {
    width: auto;
    min-width: 49.152542372881356%;
    margin: 10px 0;
  }
  .modAccordion_head {
    border-radius: 4px;
  }
  .modAccordion_head {
    font-size: 1.142857142857143rem;
    padding: 28px 0;
  }
  .modAccordion_head:after {
    width: 12px;
    height: 12px;
    right: 20px;
    top: 43%;
    -webkit-transform: translateY(-43%) rotate(135deg);
    transform: translateY(-43%) rotate(135deg);
  }
  .modAccordion_head.js-accordion-active:after {
    top: 55%;
    -webkit-transform: translateY(-55%) rotate(-45deg);
    transform: translateY(-55%) rotate(-45deg);
  }
  .ps_buttonOuter {
    width: 100%;
    text-align: center;
    margin-top: 18px;
    position: relative;
  }
  .ps_button {
    padding: 18px 0 18px 26px;
    font-size: 1rem;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  .ps_buttonOuter:before {
    width: 19.5px;
    height: 20px;
    top: 18px;
    width: 100%;
    background-size: 19.5px 20px;
    background-position: 10% center;
  }
  .ps_listOuter {
    border-radius: 4px;
  }
  .ps_listOuter {
    text-align: left;
    padding: 15px 0;
  }
  .ps_listOuter {
    top: 184px;
  }
  .ps_listHead,
  .ps_listItem {
    padding: 0 15px;
  }
  .ps_listItem {
    font-size: 0.857142857142857rem;
  }
  .in_select select {
    border-radius: 4px;
  }
  .in_select select {
    width: 100%;
    padding: 15px;
    font-weight: bold;
  }
  .in_select:after {
    right: 15px;
  }
  .tl_txtBox {
    font-size: 1.214285714285714rem;
  }
  .bl_txtBox-notes {
    padding: 40px 5.970149253731343%;
  }
  .tl_txtBox-notes {
    padding-left: 8.656716417910449%;
  }
  .tl_txtBox-notes:before {
    width: 20px;
    height: 20px;
  }
  .bl_privacy {
    border-radius: 4px;
  }
  .bl_privacy {
    height: 253.5px;
    padding: 40px 5.970149253731343%;
  }
  .pv_head {
    font-size: 1.142857142857143rem;
  }
  .bl_agreeBtn button {
    padding: 18.5px 0;
    width: 100%;
  }
  .bl_agreeBtn .modBtn {
    width: 100%;
  }
  .bl_addBtnOuter {
    padding: 13px 9.5px 3px;
  }
  .modBtn-add {
    min-width: 33.89830508474576%;
    padding-left: 35px;
    padding-right: 18px;
    margin-bottom: 10px;
  }
  .modBtn-add:before,
  .modBtn-add:after {
    left: 17px;
  }
  .md_inner {
    width: 90vw;
    height: auto;
    box-sizing: border-box;
  }
  .modBtn-modal {
    width: 37.096774193548384%;
  }
  .modBtn-modal:nth-of-type(1) {
    margin-right: 5.376344086021505%;
  }
  .schLbl {
    font-size: 0.714285714285714rem;
  }
  .schSelect {
    background: #fff url("/common/img/icon_arrow_05.png") no-repeat center right 21px;
    font-size: 1rem;
    padding: 16px;
  }
  .schLocate .schLocate_in {
    width: calc(50% - 0.8%);
  }
  .schLocate .schLocate_in:nth-of-type(2) {
    margin-left: 1.6%;
  }
  .schCheckList li {
    width: 100%;
  }
  .schCheckList li:empty {
    display: none;
  }
  .schCheckList.col4 li {
    width: calc(47%);
  }
  .schCheckList.col4 li:nth-of-type(2n) {
    margin-left: 6%;
  }
  .schLocate_btn {
    padding: 6px 16px;
  }
  .schLife_head label::before {
    width: 18px;

    height: 18px;
  }
  .schLife_list {
    margin-top: 16px;
  }
  .schModal {
    width: 90vw;
    padding: 20px;
  }
  .schModal__head {
    font-size: 1.142857142857143rem;
  }
  .bl_inner {
    width: 89.33333333333333%;
    margin: 0 auto;
  }
  .bl_inner {
    margin-bottom: 60px;
  }
  .schLocate .schLocate_in {
    width: 100%;
  }
  .schLocate .schLocate_in:nth-of-type(2) {
    margin-left: 0;
  }
  .schLocate .schLocate_in:nth-of-type(2) .schLbl {
    margin-top: 0;
  }
  .agree-box {
    width: 100%;
  }
}

.in_radio-status1 {
    width: 150px;
    padding: 18px 7px;
    margin-right: 10px;
}
.in_radio-status1 {
    border-radius: 2px;
}
.in_radio-status1 {
    box-sizing: border-box;
    border: 1px solid #ccc;
    box-sizing: border-box;
    background: #ccc;
    margin-top: 10px;
}
.in_radio-status1 span:before {
    background-color: #fff;
}
.tozirubotan {
    text-align: center;
    cursor: default;
    color: -internal-light-dark(black, white);
    background-color: -internal-light-dark(rgb(239, 239, 239), rgb(59, 59, 59));
    box-sizing: border-box;
    padding: 1px 6px;
    border-width: 2px;
    border-style: outset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
background: #eaeaea;
}

.sisetuwaku{
	border:solid 1px #dddddd;
}
.sisetumidori{
	background: #d1e4bb;
	padding: 6px;
	text-align: center;
	font-weight: 600;
}

.center10 {
  position: absolute;
  display: inline-block;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}

/** Custom Select **/
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
}
  .custom-select-wrapper select {
    display: none;
  }
  .custom-select {
    position: relative;
    display: inline-block;
  }
    .custom-select-trigger {
      position: relative;
      display: block;
      width: 130px;
      padding: 0 84px 0 22px;
      font-size: 22px;
      font-weight: 300;
      color: #fff;
      line-height: 60px;
      background: #5c9cd8;
      border-radius: 4px;
      cursor: pointer;
    }
      .custom-select-trigger:after {
        position: absolute;
        display: block;
        content: '';
        width: 10px; height: 10px;
        top: 50%; right: 25px;
        margin-top: -3px;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg) translateY(-50%);
        transition: all .4s ease-in-out;
        transform-origin: 50% 0;
      }
      .custom-select.opened .custom-select-trigger:after {
        margin-top: 3px;
        transform: rotate(-135deg) translateY(-50%);
      }
  .custom-options {
    position: absolute;
    display: block;
    top: 100%; left: 0; right: 0;
    min-width: 100%;
    margin: 15px 0;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0,0,0,.07);
    background: #fff;
    transition: all .4s ease-in-out;
    
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
  }
  .custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
  }
    .custom-options:before {
      position: absolute;
      display: block;
      content: '';
      bottom: 100%; right: 25px;
      width: 7px; height: 7px;
      margin-bottom: -4px;
      border-top: 1px solid #b5b5b5;
      border-left: 1px solid #b5b5b5;
      background: #fff;
      transform: rotate(45deg);
      transition: all .4s ease-in-out;
    }
    .option-hover:before {
      background: #f9f9f9;
    }
    .custom-option {
      position: relative;
      display: block;
      padding: 0 22px;
      border-bottom: 1px solid #b5b5b5;
      font-size: 18px;
      font-weight: 600;
      color: #b5b5b5;
      line-height: 47px;
      cursor: pointer;
      transition: all .4s ease-in-out;
    }
    .custom-option:first-of-type {
      border-radius: 4px 4px 0 0;
    }
    .custom-option:last-of-type {
      border-bottom: 0;
      border-radius: 0 0 4px 4px;
    }
    .custom-option:hover,
    .custom-option.selection {
      background: #f9f9f9;
    }
.custom-select {
	background: #eeeeee;
	
}




.acd-check{
  display: none;
}

.acd-content{
  border: 1px solid #333;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
  opacity: 1;
  padding: 10px;
  visibility: visible;
}

.acd-label{
background: #d1e4bb;
    color: #1d1d1d;
	text-align: center;
	cursor: pointer;
	display: block;
	margin-bottom: 1px;
	padding: 10px;
	position: relative;
}
.acd-label:after{

	box-sizing: border-box;
	content: '\f078';
	display: block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding: 10px 20px;
	position: absolute;
	right: 0;
	top: 0px;
}


.acd-label1{
background: #daf1fb;
    color: #1d1d1d;
	text-align: center;
	cursor: pointer;
	display: block;
	margin-bottom: 1px;
	padding: 10px;
	position: relative;
}
.acd-label1:after{

	box-sizing: border-box;
	content: '\f078';
	display: block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding: 10px 20px;
	position: absolute;
	right: 0;
	top: 0px;
}

.acd-label2{
background: #f9dcc7;
    color: #1d1d1d;
	text-align: center;
	cursor: pointer;
	display: block;
	margin-bottom: 1px;
	padding: 10px;
	position: relative;
}
.acd-label2:after{

	box-sizing: border-box;
	content: '\f078';
	display: block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding: 10px 20px;
	position: absolute;
	right: 0;
	top: 0px;
}

.acd-check{
	display: none;
}

.acd-content{
	border: 1px solid #555555;
	display: block;
	height: 0;
	opacity: 0;
	padding: 0 10px;
	transition: .5s;
	visibility: hidden;
}
.acd-check:checked + .acd-label:after{
	content: '\f068';
}
.acd-check:checked + .acd-label + .acd-content{
	height: 280px;
	opacity: 1;
	padding: 10px;
	visibility: visible;
}

.acd-check:checked + .acd-label1:after{
	content: '\f068';
}
.acd-check:checked + .acd-label1 + .acd-content{
	height: 250px;
	opacity: 1;
	padding: 10px;
	visibility: visible;
}

.acd-check:checked + .acd-label2:after{
	content: '\f068';
}
.acd-check:checked + .acd-label2 + .acd-content{
	height: 100px;
	opacity: 1;
	padding: 10px;
	visibility: visible;
}

@media (min-width:1200px){
	.pc1200{
		
	}	
	.sp1199{
		display: none !important;
	}		
}

@media (max-width:1199px){
	.pc1200{
		display: none !important;		
	}	
	.sp1199{

	}		
}
.aaahaikei{
	background: #e8d7d7;background: #f9e2ec;background: #f9f4e3;
	padding: 10px;
}
.aaahaikei1{
	border:solid 2px #ffffff;
	padding: 30px;
}

.m__button-nav{
    display: flex;
    justify-content: center;
}
.m__button-nav li {
    margin: 0 8px;
}
.m__top__lead .m__button {
    padding: 0 45px;
    letter-spacing: .1em;
}
.m__top__lead .m__button {
    background: rgba(129,120,115,.79);
}
.m__top__lead .m__button:hover {
    background: rgba(129,120,115,.69);
	color: #ffffff;
}
.m__button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 500px;
    height: 88px;
    background: #bbb5b0;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: .1em;
    text-decoration: none;
    transition: .3s;
}
.m__button:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    display: block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #fff;
}
.m__button-arrow:after {
    background: url(https://www.benesse-style-care.co.jp/resources/images/corporate/common/arrow_next01_white.svg) no-repeat 50%/contain;
    content: "";
    display: block;
    width: 29px;
    height: 7px;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 17px;
    margin: auto;
    transition: .3s;
}
.m__button-arrow:hover:after {
    background: url(https://www.benesse-style-care.co.jp/resources/images/corporate/common/arrow_next01_white.svg) no-repeat 50%/contain;
    content: "";
    display: block;
    width: 29px;
    height: 7px;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 14px;
    margin: auto;
    transition: .3s;
}

@media only screen and (max-width: 736px){
.m__button-nav {
   display: block;
    justify-content: center;
}	

.m__button-nav li {

    margin: 0;
	padding-bottom: 10px;
}
.m__button-nav li .m__button {
    width: 100%;
    height: 60px;font-size: 16px;
}
.m__button-arrow {
    padding-right: 20px;
    padding-left: 5px;
}
.m__button-arrow:after {
    width: 22px;
    height: 4px;
    right: 16px;
}
.m__button-arrow:hover:after {
    width: 22px;
    height: 4px;
    right: 10px;
}		
	
.m__button:before {
    top: 2px;
    left: 2px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
}	
}

@media only screen and (min-width: 737px){
	.pc737{

	}	
}
@media only screen and (max-width: 736px){
	.pc737{
		display: none;
	}	
}


.page_title--daini {
    background: url(../img/daini1.jpg) no-repeat center/cover;
    ): ;
}
@media only screen and (min-width: 1200px){
.page_title {
    margin: 0 auto;
    width: 1010px;
}

.page_title {
padding-top: 60px;
    padding-bottom: 60px;
    font-size: 32px;
    letter-spacing: 0.1em;
    color: #353535;
}
.slidebox1 {position: relative;padding-top: 98px;
	}	
	.wakuwaku{
		border:solid 3px #cccccc;
		padding: 30px;
	}
.font19{
	font-size: 23px;
}	
}

@media only screen and (max-width: 1199px){
.page_title {
    margin: 0 auto;
    width: 100%;

}
.page_title {
    padding: 50px 0 50px 0;
    font-size: 3rem;
    line-height: 1.33333;
    letter-spacing: 0.1em;
    color: #353535;	font-size: 20px;
	margin: 0px 25px;
}	
.slidebox1 {position: relative;padding-top: 70px;
	}	
	.wakuwaku{
		border:solid 3px #cccccc;
		padding: 20px;
	}
.font19{
	font-size: 19px;
}	
}

.btn-warning {
    color: #fff;
    background-color: #c15050;
    border-color: #c15050;
}
.bbbwaku{
	border: solid 1px #333333;
	padding: 25px;
}

.bllmidasi{
    border-left: solid 6px #5a5858;
    padding: 11px 15px;
    font-size: 20px;
    background: #eaeaea;
}


.btn-warningnews {
    color: #333333;
    background-color: #ffffff;
    border-color: #333333;
}

.btn-warningnews:hover {
    color: #333333;
background: #e8c5c5;
    border-color: #333333;
}


/*3カラム1カラム*/
.flex31 {
  display: flex;
  flex-wrap: wrap;

      margin: 2% 0;
}
 
.flex31 .flex31_in {
    width: 30%;
    margin: 1.2%;
}


.flex31 .flex31_in img {width: 100%; }

.flex31 .flex32_in {
    width: 30%;
    margin: 1.2%;
}


.flex31 .flex32_in img {width: 100%; }




@media screen and (max-width: 768px) {
    .flex31 .flex31_in {
  width: 98%;
    margin: 0%;
	margin-bottom: 20px;
	
}
	
    .flex31 .flex32_in {
width: 48%;
    margin: 0 1% 20px;
	
}		
}
.date02 {
    font-size: 14px !important;
    font-weight: bold;
    letter-spacing: 1px;
}
.midasi02 {
    font-size: 18px !important;
    font-weight: bold;
    letter-spacing: 1px;
    color: #333333;
}

.topics {
    width: 100%;
    overflow: auto;
    clear: both;
    height: 350px;
    overflow-y: scroll;
    box-sizing: border-box;
    border: none;
    margin-left: auto;
    margin-right: auto;
}
.atit {
    font-size: 26px;
	position: relative;
    font-weight: 500;
letter-spacing: 1px;
    text-align: center;
	    margin-bottom: 2rem;
    padding-bottom: 1rem;
}

.atit::before {
    position: absolute;
    bottom: 0;
    left: calc(50% - 3rem);
    width: 6rem;
    height: 2px;
    border-radius: 2px;
    background: #C30D23;
    content: "";
}


.modorubotan_1{
	    padding: 1em 1em;
    font-size: 15px;
    color: #9f3b42;
    font-weight: 600;
    border: solid 1px;
    width: 100%;
border: solid 3px #9f3b42;
    text-align: center;
	margin-bottom: 15px;
}

.modorubotan_1:hover {

	    padding: 1em 1em;
border: solid 3px #9f3b42;
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;	
	background:#9f3b42;
	margin-bottom: 15px;	
}
.wakua{
	border: 1px solid #cccccc;
	padding:30px;
}