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

.clear{
	clear: both;
}
.mcolor{
	color: #222;
}
.orcolor{
	color: #4ba196;
}
.center{
	clear: both;
	text-align: center;
}
.space0{
	clear: both;
	height: 0;
}
.space10{
	clear: both;
	height: 10px;
}
.space20{
	clear: both;
	height: 20px;
}
.space30{
	clear: both;
	height: 30px;
}
.space40{
	clear: both;
	height: 40px;
}
.space50{
	clear: both;
	height: 50px;
}
.space60{
	clear: both;
	height: 60px;
}
.space70{
	clear: both;
	height: 70px;
}
.space80{
	clear: both;
	height: 80px;
}
.space130{
	clear: both;
	height: 130px;
}
.space150{
	clear: both;
	height: 150px;
}
.space180{
	clear: both;
	height: 180px;
}
.space220{
	clear: both;
	height: 220px;
}
.sitecolor{
	color: #4ba196;
}

a:hover img {  
	opacity:0.8;  
	filter: alpha(opacity=80);  
	-ms-filter: "alpha( opacity=80 )";  
	background: #fff;  
} 
a{
	transition: all .5s;
}

.button001 a {
    background: #eee;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 250px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button001 a:hover {
    background: #313131;
    color: #FFF;
}
.button001 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #313131;
    border-right: 3px solid #313131;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button001 a:hover:after {
    border-color: #FFF;
}

/*===============================================
●style.css 画面の横幅が765px以上
===============================================*/
@media print, screen and (min-width:807px){
	
	.pc_non{
    	display: none;
	}
	
	.open_pdf{
		margin: 0 0 100px 30px;
	}
	
	p.tit {
		padding: 1rem 2rem;
		font-size: 26px;
		border-left: 6px double #222;		
		filter: drop-shadow(2px 2px 0px #FFF);
	}
	
	
	
}