footer {
    margin: 0;
}

body {
    font-weight: 500;
}

/**meinvisual**/

.mainmv {
   /* background: url(../images/mv.jpg)center center no-repeat;
    max-width: 1000px;
    height: 250px;*/
    margin: 0 auto;
    position: relative;
}

.maintitle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/**meincontent**/

.imglink{
	margin:-5% 40% 5%;
	}


.box {
    max-width: 1000px;
    margin: 0 auto 100px;
}

/*.box02,
.box03,
.box04,
.box05,
.box06 {
    margin-bottom: 50px;
    margin-top: 30px;
}*/

.box img {
    width: 100%;
}

/*.box .orange {
    color: #e96100;
    font-weight: 700;
}

.box .bgyellow {
    background: #fff100;
    padding: 0 0.5em;
    font-weight: 700;
}

.box .emphasis {
    font-size: 18px;
}
*/
.box h2.subtitle {
    background-color: #e5ebfb;
    background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-position: 0 0, 3px 3px;
    background-size: 6px 6px;
    font-size: 20px;
    margin: 2% 0;
}

.box h2 .subtitle::before {
    content: "";
    display: inline-block;
    border: 5px solid #0e439c;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 5px;
    height: 5px;
    margin: 0 10px;
}
/*
.box .blue {
    color: #0e439c;
    font-size: 17px;
    font-weight: bold;
}

.box .checkbox {
    display: flex;
}

.box .checkbox .text {
    width: 70%;
}
*/
.box .checkbox .img {
    width: 48%;
    display: inline-block;
}

.box .checkbox {
    margin:0 0 1% 0 ;
}

.box .checkbox .text {
    padding: 0 1%;
     width: 48%;
   
}

.box .checkbox .text p{
    font-size;120%;
    vertical-align:top;
 
}


.box .checkbox .text .list {
    margin: 2% 0;
}


.work {
   width:100%;
       max-width: 1000px;
    margin: 0 auto;
    position: relative; 
}




.work .title {
    font-size: 22px;
    color: #fff;
    background: #0e439c;
    padding: 0 1%;
    margin:2% 0;
}


.work_box {
   width:100%;
    max-width: 960px;
    margin: 0 auto;
    margin-bottom: 500px;
    

}

.slick-dots li{
    width: 115px!important;
    height:60px!important;
    margin:1px!important;
    top:160px;
    box-sizing:border-box;
}

.slick-dots li button{	
    height: 100%!important;
	width: 100%!important;
}

.slick-dots li button:before{
	content:""!important;
}




.post {
  width:100%;
 

}

.post p.name{
    width:57%;
    font-size:150%;
    float:left;
    display: inline-block;
    margin-bottom: 100px;
}


.post ul.outline2{
    width:38%;
    font-size:130% ;
    display: inline-block;
    float:left;
    padding-left:5%;
    line-height: 1.5;
}


.outline2 span{
   background: #000000;
    color:#ffffff;
    padding:0.5% 70% 0.5% 2%;
}

.outline2 li{
   line-height: 1.5;
    font-size:75% ; 
    padding:0 5%;
}


.work_photo{
   width:100%;
       max-width: 1000px;
    margin: 0 auto;
}

.slick-box.type_img.arrows .prev{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 30px;
	height: 30px;
	background-color: rgba(255,255,255,0.8);
	background-image: url(http://keylopment.com/_cms/wp-content/themes/keylopment/images/common/anchor-prev.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 7px auto;
	z-index: 1;
}
.slick-box.type_img.arrows .next{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 30px;
	background-color: rgba(255,255,255,0.8);
	background-image: url(http://keylopment.com/_cms/wp-content/themes/keylopment/images/common/anchor-next.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 7px auto;
	z-index: 1;
}

.box08 {
   width:100%;
}

.box08 .title {
    color: #fff;
    border-bottom: 3px solid #fff;
}

.box08 .center {
    padding: 3% 0;
    font-size: 22px;
}

.box08 .list {
    display: flex;
}

.box08 .list > li {
    width: 48%;
    margin: 1% 0.5%;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 2%;
    box-sizing: border-box;
}

.box08 .text {
    font-size: 16px;
}

.box08 .age .img {
    width:100%;
    margin: 0 auto;
}

.box08 .checkup .img {
    max-width: 133px;
    margin: 0 auto;
}

.box08 .available .img {
    max-width: 246px;
    margin: 0 auto;
}

/**banner**/

.banner {
    margin-top: -50px;
}

.banner .list {
    max-width: 1000px;
    display: flex;
}

.banner .list li {
    width: 48%;
    margin: 1% 0.5%;
}

 .banner{
	/*background: rgba(0,0,0,0.5);
	display: block;*/
	width: 30%;
    /* font-size:100%;*/
	/*position: fixed;*/
	bottom:0;
	left: 0;
	right: 0;
	left: 0;
	margin:100px auto;
	
}



.banner { text-align: center;}
.banner a,
.banner  img{display: block; width:100%; }
.banner  a{
	padding: 2px 20px;
    width:100%;
    box-sizing: border-box;
}
.banner  a{background: #004997;}


.banner a:hover {
    opacity: 0.7;
}




section {
     overflow: visible !important;
}
.slick-arrow {
    text-indent: 0px!important; 
}








@media screen and (min-width:760px) {
    .sp {
        display: none;
    }
	.pc {
        display: block;
    }
}

@media screen and (max-width:760px) {
    .sp {
        display: block;
    }
	.pc {
        display: none;
    }

    /**meinvisual**/
    .mainmv {
        background: url(../images/mainbg.png)left center no-repeat;
        max-width: 100%;
        height: 250px;
    }

    .maintitle {
        width: 90%;
    }

    /**meincontent**/
	
	.img01 {
    width:60%;
    margin: 1% auto 2% auto;

}
	
    .box {
        width: 96%;
        margin: 0 auto;
    }

  /*  .box02,
    .box03,
    .box04,
    .box05,
    .box06 {
        margin-bottom: 10%;
        margin-top: 5%;
    }

    .box img {
        width: 100%;
    }

    .box .subtitle {
        background-color: #e5ebfb;
        background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
        background-position: 0 0, 3px 3px;
        background-size: 6px 6px;
        font-size: 1.4em;
        padding-left: 1em;
        text-indent: -1em;
    }

    .box .subtitle::before {
        content: "";
        display: inline-block;
        border: 5px solid #0e439c;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        width: 5px;
        height: 5px;
        margin: 0 5px;
    }

    .box .blue {
        color: #0e439c;
        font-size: 1.0rem;
        font-weight: bold;
        padding: 2% 0;
    }

    .box .checkbox {
        display: block;
    }

    .box .checkbox .text {
        width: 100%;
    }

    .box .checkbox .img {
        width: 100%;
    }

    .box .checkbox .text .remarks {
        font-size: 1.5rem;
    }
*/
    .box .title {
        font-size: 22px;
        color: #fff;
        background: #0e439c;
        padding: 0 2%;
    }

    .box01 .text {
        font-size: 0.8rem;
        margin: 5% 0;
    }

    .box01 .img {
        margin: 2% auto;
        max-width: 950px;

    }
    
    
    
.work {
   width:100%;
    margin: 0 auto;
    position: relative; 
}




.work .title {
    font-size: 22px;
    color: #fff;
    background: #0e439c;
    padding: 0 1%;
    margin:2% 0;
}


.work_box {
   width:100%;
    margin: 0 auto;
    margin-bottom:300px;
    

}

.slick-dots li{
    width: 86px!important;
    height:45px!important;
    margin:1px!important;
    top:200px;
    box-sizing:border-box;
}

.slick-dots li button{	
    height: 100%!important;
	width: 100%!important;
}

.slick-dots li button:before{
	content:""!important;
}




.post {
  width:100%;
 

}

.post p.name{
    width:100%;
    font-size:150%;
    float:left;
    display: inline-block;
    margin-bottom:10px;
}


.post ul.outline2{
    width:98%;
     font-size:120% ;
display: inline-block;
    float:left;
    padding-left:5%;
    line-height: 1.5;
}


.outline2 span{
   background: #000000;
    color:#ffffff;
    padding:0.5% 70% 0.5% 2%;
}

.outline2 li{
   line-height: 1.5;
    font-size:100% ; 
    padding:0 5%;
}


.work_photo{
   width:100%;
       max-width: 1000px;
    margin: 0 auto;
}

.slick-box.type_img.arrows .prev{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 30px;
	height: 30px;
	background-color: rgba(255,255,255,0.8);
	background-image: url(http://keylopment.com/_cms/wp-content/themes/keylopment/images/common/anchor-prev.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 7px auto;
	z-index: 1;
}
.slick-box.type_img.arrows .next{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 30px;
	background-color: rgba(255,255,255,0.8);
	background-image: url(http://keylopment.com/_cms/wp-content/themes/keylopment/images/common/anchor-next.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 7px auto;
	z-index: 1;
}
    
    
    
    
/*
    .box03 .text,
    .box04 .text,
    .box05 .text,
    .box06 .text {
        margin: 1% 0
    }

    .box03 .text p,
    .box04 .text p,
    .box05 .text p,
    .box06 .text p {
        font-size: 1.0rem;
        margin: 2% 0;
    }

    .box07 .text p {
        font-size: 1.0rem;
        margin: 2% 0;
    }

    .box07 .remarks {
        padding: 2% 1%;
    }

    .box07 .arrowbox {
        width: 40%;
        color: #fff;
        text-align: center;
        background: #0e439c;
        padding: 3% 0 0;
        margin: 30px auto 50px;
        position: relative;
    }

    .box07 .arrowbox::after {
        content: "";
        display: block;
        position: absolute;
        bottom: -30px;
        left: 50%;
        transform: translate(-50%);
        border-top: 40px solid #0e439c;
        border-right: 120px solid transparent;
        border-left: 120px solid transparent;
    }

    .box07 .arrow {
        font-size: 1.5em;
    }
*/
    .box08 .center {
        padding: 3% 0;
        font-size: 1.2rem;
    }

    .box08 .list {
        display: block;
        padding: 1% 0;
    }

    .box08 .list > li {
        width: 98%;
        margin: 2% 1%;
    }

    .box08 .text {
        font-size: 0.9rem;
        ;
    }

    .box08 .age .img {
        max-width: 153px;
        margin: 0 auto;
    }

    .box08 .checkup .img {
        max-width: 133px;
        margin: 0 auto;
    }

    .box08 .available .img {
        max-width: 246px;
        margin: 0 auto;
    }

    .footer-box_a-inr ul li {
        width: 100%;
    }

    /**banner**/
    .banner .list {
        max-width: 1000px;
        display: block;
    }

    .banner .list li {
        width: 60%;
        margin: 1% auto;
    }

    .menu-ul01 li {
        display: block;
    }

    .menu-ul01 p.homenew_nav,
    .menu-ul01 li.homenew_nav {
        display: none;
    }
    .menu-ul01 li.homenew_nav.arrowNo::after{display: block;}
}
