/* CSS Document */


@media (min-width:768px){
	.side-navi{
		display: none;
	}

	
}



.top-box > [class*="col-"]{
    width: 50%;
 
}

.right{
	margin-left: 15px;
	padding-left: 0px;
}
.left{
   margin-right: -15px;
	padding-right: 0px;
}


.top-m span {
    font-size: 0.4em;
}




@media (max-width:767px){
	
	#drawer-check:checked ~ .navi {
  left: 0;/* メニューを画面に入れる */
}
	
	
	.side-navi {
    width: 400px;
    background-color: rgba(10,10,10,0.0);
    height: 130px;
    z-index: 500;
    position: absolute;
    left: -190px;
    padding-top: 56px;
	cursor: pointer;

}
.navi {
    width: 250px;
    background-color: rgba(0,111,162,0.95);
    height: 1800px;
    z-index: 500;
    position: absolute;
    top: 0;
    left: -250px;
    padding-top: 200px;
    transition: 0.8s ease;
    padding-left: 0px;
}
.navi ul li a {
    color: rgba(255,255,255,1.00);
   
    font-size: 1.1em;
    text-decoration: none;
    margin-bottom: 0.7em;
	line-height:1em;
	padding-top:0.4em;
    display: block;

	}
.navi ul li a:hover  {
    color: rgba(0,0,0,1.00);
    font-size: 1.1em;
    text-decoration: none;
    margin-bottom: 0.7em;
    line-height: 1em;
    padding-top: 0.4em;
    display: block;
}

	.slide-down:hover{
		
	}


.side-navi:hover .navi{
    width: 300px;
    background-color: rgba(0,111,162,0.95);
    height: 1800px;
    z-index: 300;
    position: fixed;
    top: 0;
    left: 0px;
    padding-top: 40px;
    transition: 0.8s ease;
}

	.slide-down:hover .navi{
    width: 300px;
    background-color: rgba(0,111,162,0.95);
    height: 1800px;
    z-index: 300;
    position: fixed;
    top: 0;
    left: -250px;
    padding-top: 40px;
    transition: 0.8s ease;
}
	}	

	
	.top-box > [class*="col-"]{
    width: 130%;
 
}
	.left{
    height: auto;
  
	}	
	.right{
    height: auto;

	}
.left img {
    top: 0px;
    left: 0px;
	width: auto;
    height: auto;
    

}
.right img {
    top: 0px;
    left: 0px;
	width: auto;
    height: auto;
    

}
	.top-m {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px 30px;
    background: rgba(0,0,0,0.4);
    color: #fff;
    text-align: center;
    width: 376px;
    height: 170px;
    z-index: 100;
    transition: 0.7s ease;
    cursor: pointer;
    font-family: "Times New Roman", Times, serif;
    font-size: 5em;
    font-style: italic;
    letter-spacing: 6px;
    line-height: 1em;
}
.logo {
    display: flex;
    position: fixed;
    z-index: 50;
    width: 100px;
    height: 34px;
    top: 50px;
    left: 70%;
	margin-top:0px;
    margin-left: 0px;
    color: #3C2C2C !important;
    background-color: #004586;
    padding-top:6px;
    padding-bottom: 0px;
	padding-left:15px;
}
.navi ul .n-line {
    border-bottom: 1px dashed rgba(255,255,255,1.00);
    margin-right: 20px;
    margin-bottom: 10px;
}

	

.ma-10 {
}
.bod {
    border-bottom: 1px dashed #A8A8A8;
    padding-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.abc {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-weight: bold;
}

@media (min-width:576px) and (max-width:767px){
    
   .logo {
    display: flex;
    position: fixed;
    z-index: 50;
    width: 100px;
    height: 25px;
    top: 40px;
    left: 60%;
	margin-top:0px;
    margin-left: 0px;
    color: #3C2C2C !important;
    background-color: #004586;
    padding-bottom: 0px;
	padding-left:15px;
} 
}



@media (max-width:575px){
    .logo {
    display: flex;
    position: fixed;
    z-index: 50;
    width: 100px;
    height: 28px;
    top: 40px;
    left: 70%;
	margin-top:0px;
    margin-left: 0px;
    color: #3C2C2C !important;
    background-color: #004586;
    padding-top:0px;
    padding-bottom: 0px;
	padding-left:15px;
}
    .logo .me{
       margin-top: -2px; 
    }
    .logo .pp{
      padding-top:8px;  
    }  
}
