@charset "utf-8";

.footer_group_information_title {
color: rgba(147,103,60,1.0);
font-weight: bold;
font-size: 18px;
display: flex;
align-items: center;
justify-content: space-between;
}
.footer_group_information_title::after {
content: "";
width: 80%;
height: 1.2px;
background-color: rgba(147,103,60,1.0);
display: block;
}
.footer_group_information_img {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: -14px;
}
.footer_group_information_img a {
width: 33%;
}
.footer_group_information_text {
font-size: 14px;
margin-top: 10px;
}
.footer_bnr {
width: 70%;
margin-left: auto;
margin-right: auto;
display: flex;
justify-content: space-between;
align-items: center;
margin-top: -20px;
}
.footer_bnr a {
width: 48%;
}
.footer_sns {
display: flex;
justify-content: space-between;
align-items: center;
width: 320px;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
}
.footer_sns a {
width: 40px;
height: 40px;
}
.footer_sitelink {
background: rgba(147,103,60,1.0);
}
.footer_sitelink_layout {
display: flex;
justify-content: space-between;
margin-top: 60px;
}
.footer_sitelink_content {
font-weight: bold;
}
.footer_sitelink_content a {
color: rgba(255,255,255,1.0);
}
.footer_sitelink_content_title {
display: flex;
justify-content: flex-start;
align-items: center;
margin-top: 20px;
font-size: 16px;
}
.footer_sitelink_content_title img {
width: 20px;
height: 20px;
margin-right: 8px;
}
.footer_sitelink_content_text_top {
margin-top: 10px;
margin-left: 28px;
font-size: 13px;
}
.footer_sitelink_content_text {
margin-top: 10px;
margin-left: 28px;
font-size: 13px;
}
.footer_copyright {
font-size: 12px;
text-align: center;
margin-top: 80px;
padding-bottom: 40px;
color: rgba(255,255,255,1.0);
}
@media screen and (max-width: 990px) {
.footer_group_information_title {
font-size: 16px;
}
.footer_group_information_title::after {
content: "";
width: 45%;
height: 1px;
}
.footer_group_information_img {
display: block;
margin-top: 20px;
}
.footer_group_information_img a {
width: 100%;
}
.footer_group_information_text {
font-size: 14px;
margin-top: 10px;
}
.footer_bnr {
width: 100%;
display: block;
margin-top: 20px;
}
.footer_bnr a {
width: 48%;
}
.footer_sns {
width: 100%;
margin-top: 40px;
}
.footer_sns a {
width: 50px;
height: 50px;
}
.footer_sitelink_layout {
display: block;
margin-top: 60px;
}
.footer_sitelink_content_title {
margin-top: 30px;
font-size: 16px;
}
.footer_sitelink_content_title img {
width: 20px;
height: 20px;
margin-right: 8px;
}
.footer_sitelink_content_text_top {
margin-top: 10px;
margin-left: 28px;
font-size: 13px;
}
.footer_sitelink_content_text {
margin-top: 10px;
margin-left: 28px;
font-size: 13px;
}
.footer_copyright {
font-size: 9px;
text-align: center;
margin-top: 80px;
padding-bottom: 100px;
color: rgba(255,255,255,1.0);
}
}