@charset "UTF-8";
/* CSS Document */

.map-box{
	width: 660px;
}

.map-box>p{text-indent: -8px;
    margin-top: 5px;}

.map-box a{
	margin-bottom: 35px;
	display: block;
}


.campInfoTb table td.left{
	width: 145px;
}

.Company-plan{
	background-image: url("images/img02.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	overflow: hidden;
	text-align: center;
	margin-bottom: 46px;
}

.Company-plan>div:first-child{
	background-color: #00ae95;
width: 600px;
	margin: 50px auto 0px auto;
	border-radius: 29px;
	
	
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.Company-plan>div:first-child>p{
	font-size: 30px;
	color: #fff;
	vertical-align: middle;
	text-align:center;
	display:inline-block;
	padding-top:15px;
	padding-bottom:12px;
}

.Company-plan li{
	border: 3px solid #00ae95;
	border-radius: 50%;
	background-color: #fff;
	width: 200px;
	height: 200px;
	float: left;
	
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	padding-top: 30px;
	margin: 43px 20px 50px 20px;

}
.Company-plan li>p{
	color: #00ae95;
	
}
.Company-plan li>p:nth-child(1){
	margin-bottom: 5px;
	font-size: 6px;
}
.Company-plan li>p:nth-child(2){
	font-size: 52px;
	font-weight: bold;
	
}
.Company-plan li>p:nth-child(3){
	font-size: 28px;
	line-height: 2.1rem;
	font-weight: 200;
}

.sp-view {
    display: none;
}

html, body {
    height: 100%;
}


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

	
}

@media screen and (max-width: 737px) {

	.Company-plan{
	background-size: contain;
	background-position: center 65px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.00) 18.24%,rgba(255,255,255,1.00) 25.52%), url("images/img02.png");
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.00) 18.24%,rgba(255,255,255,1.00) 25.52%), url("images/img02.png");
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.00) 18.24%,rgba(255,255,255,1.00) 25.52%), url("images/img02.png");
	background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 18.24%,rgba(255,255,255,1.00) 25.52%), url("images/img02.png");
	}
	
	.Company-plan>div:first-child{
		width: 90vw;
		padding-left: 5%;
    padding-right: 5%;
		margin: 0px auto 30px auto;
	}	
.Company-plan>div:first-child>p{
		
		font-size: 5.3vw;
		
	}
	
	.Company-plan li{
width: 50vw;
height: 50vw;
	float: initial;
		margin: 30px auto;
		padding-top: 7%;
		
}
	
.Company-plan li>p:nth-child(1){
	font-size: 1.2vw
}
.Company-plan li>p:nth-child(2){
	font-size: 15vw
	
}
.Company-plan li>p:nth-child(3){
	font-size: 6vw;
	line-height: 7.5vw;
}

	
	.area16 table td.left{
		width: initial;
		
	}
	.map-box a{
		margin-bottom: 10px;
	}
	.map-box, .map-box img{
		width: 90vw;
		height: auto;
	}
	.map-box>p{
		
		font-size: 12px;
	}
	.map-box>p:last-child{
		margin-bottom: 50px;
	}
	
	
   .pc-view {
        display: none;
    }
    .sp-view {
        display: block;
    }  
}