﻿.linkStyle{
color:#f57f40;
}
@media only screen and (min-width: 320px) and (max-width: 667px) {
#intro_txt h2{
font-size:18px;
}
#contents p {
font-size:16px;
}
}
/* 2020/10/31　修正 */
.footer_cms { margin-bottom:60px;
}
.foot_banner {
	position: fixed;
	right: 70px;
	bottom: 40px;
	z-index: 2;
}
.foot_banner a {
	display:inline-block;
	width:200px;
}
@media (max-width:768px){
}
@media (max-width:667px){
.footer_cms { margin-bottom:130px;
}
.foot_banner {
	bottom: 30px;
width:100%;
right:0px;
    text-align: center;
}
.foot_banner a {
	margin-bottom: 10px;
}
}