@charset 'utf-8';

.sns_list-wrapper {
	flex-direction: column;

	display: flex; 
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding-top: 10px;
	text-align: center;
	grid-row-end: -1;
	grid-column-end: -1;
	margin: 0 auto;
}

ul.sns_list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 188px;
	margin: .5em 1em;
	margin-bottom: .5em;
}

ul.sns_list li {
	display: flex;
	align-items: center;
	width: clamp(32px, 21%, 36px);
	aspect-ratio: 1/1;
}
ul.sns_list li a{
    background:none;
}

.sns_list-media {
	justify-content: center;
	font-size: 96%;
	display: flex;
	width: 100%;
}

.sns_list-media a {
	font-size: 16px;
	font-weight: bold;
	justify-content: center;
	text-align: left;
	color: #333;
}

.header_link > li{
    flex-basis: auto;
}
.header_link .linkedin_link > a::after{
	display: none;
}

.sns_list-wrapper_footer {
	flex-direction: column;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding-top: 10px;
	/* text-align: center; */
	grid-row-end: -1;
	grid-column-end: -1;
	/* margin: 0 auto; */
	/* align-items: center; */
	align-content: flex-start;
}
.nav_list-wrapper_footer {
display: flex;
	justify-content: space-between;
	/* align-items: center; */
	flex-direction: column;
   }

ul.sns_list_footer {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   justify-content: space-between;
   width: 100%;
   max-width: 220px;
   margin: .5em 1em;
   margin-bottom: .5em;
}

ul.sns_list_footer li {
   display: flex;
   align-items: center;
   width: clamp(32px, 21%, 36px);
   aspect-ratio: 1/1;
}
ul.sns_list_footer li a{
   background:none;
}

@media only screen and (max-width: 960px) {
    
.header_link > li{
    flex-basis: calc(50% - 0.5px);
}
}

@media only screen and (max-width: 1019px) {

#mobile_menu_area .sns_list {
    order: 5;
}



ul.sns_list {
    margin: .5em 1em;
}




}