.c-SNSshare__share {
	display: flex;
	align-items: center;
}
.c-SNSshare__shareTitle {
	margin-right: 25px;
	color: #a9babf;
	font-family: "Marcellus", serif;
	font-size: 1rem;
	font-weight: 700;
}
@media (min-width: 768px) {
	.c-SNSshare__shareTitle {
		margin-right: 33px;
		font-size: 1.25rem;
	}
}
.c-SNSshare__shareList {
	display: flex;
	align-items: center;
	gap: 25px;
	list-style-type: none;
}
@media (min-width: 768px) {
	.c-SNSshare__shareList {
		gap: 33px;
	}
}
.c-SNSshare__shareList > li a {
	transition: opacity 0.3s ease;
}
@media (hover: hover) {
	.c-SNSshare__shareList > li a:hover {
		opacity: 0.75;
	}
}
.c-SNSshare__shareList .x {
	width: 22px;
	height: 22px;
}
.c-SNSshare__shareList .fb {
	width: 24px;
	height: 24px;
}

.c-SNSshare__shareList .copy button {
	border: none;
    padding: 0;
    background-color: initial;
    color: inherit;
}
.c-footerShareArea {
	background-color: #f2f4f5;
	padding: 40px 0;
}

.c-SNSshare__share {
	display: flex;
	align-items: center;
}

.c-footerShareArea .c-SNSshare__share {
	justify-content: center;
}

.footer-links .doublebtn {
	display: inline-block;
	text-align: justify;
	margin-bottom: 10px;
}

/* ------------------------ banner ----------------------*/

.flexbox_header {
	display: -webkit-box;
	/*Android4.3*/
	display: -moz-box;
	/*Firefox21*/
	display: -ms-flexbox;
	/*IE10*/
	display: -webkit-flex;
	/*PC-Safari,iOS8.4*/
	-js-display: flex;
	display: flex;

	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.banner_area {
	margin: 0 auto;
	background-color: #ffffff;
	/* border-top: 1px solid #9EA0A2; */
	text-align: center;
	max-width: 1000px;
}

/* !Footer	------------------------------------------------ */

.ft_bnr {
	padding: 80px 0 60px 0;
	border-bottom: 1px solid #9ea0a2;
	width: 80%;
	margin: 0 auto;
}

.ft_bnr img {
	margin: 5px;
	border: 1px solid #dcdcdc;
	height: 102px;
	width: auto;
}

.ft_mark {
	/* padding: 50px 0; */
	width: 80%;
	margin: 0 auto;
	text-align: center;
	flex-wrap: wrap;
	align-items: start;
	/* display: inline-block; */
}

.ft_mark_box {
	/* width: 320px; */
	width: calc((100% - 30px) / 5);
	min-width: 150px;
	color: #353a3c;
	text-align: left;
	padding-top: 50px;
	padding-bottom: 30px;
	/* display: inline-block; */
}

.ft_mark_box img {
	vertical-align: middle;
	margin-right: 14px;
	margin-left: 14px;
	width: auto;
	/* max-width: 160px; */
	height: 66px;
}

.ft_mark_box_02 {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.ft_mark_box_02 img {
	vertical-align: middle;
	margin-right: 5px;
	margin-left: 5px;
}

.ft_mark_box_02 > div {
	display: inline-block;
	vertical-align: middle;
}

.ft_mark_box p {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 10px !important;
	line-height: 1rem;
}

.ft_mark_box span {
	font-weight: bold;
}

.ft_bnr,
.ft_mark {
	justify-content: space-around;
	flex-wrap: wrap;
	width: 100%;
}

.ft_mark_box {
	text-align: center;
}

/* セキュリティフッター */
.securityfooter_box {
	width: 60%;
	margin: 0 auto;
	margin-top: 40px;
}

.securityfooter_box_logo {
	max-width: 1040px;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 0 10px;
	display: flex;
	gap: 20px;
}

.securityfooter_box_logo div {
	line-height: initial;
}

.securityfooter_box_logo div img {
	vertical-align: middle;
}

.securityfooter_box_seals {
	margin: 40px 0;
}

.securityfooter_box_seals ul {
	display: flex;
	gap: 20px;
	justify-content: center;
}

@media (min-width: 834px) {
	.securityfooter_box_seals ul img {
		width: 130px;
		height: auto;
	}
}

@media (max-width: 833px) {
	.securityfooter_box {
		width: 100%;
		height: auto;
	}

	.securityfooter_box_logo {
		display: block;
		text-align: center;
	}

	.securityfooter_box_logo div {
		margin: 10px 0;
		display: block;
	}

	.securityfooter_box_seals ul {
		margin: 0 10px;
		max-width: 100%;
	}

	.securityfooter_box_seals ul img {
		max-width: 100px;
		height: auto;
	}
}