@charset "utf-8";

/* -----------------------------------------

VIEW CARD レスポンシブ用Structure CSS
更新日:16/4/16

----------------------------------------- */


/* -----------------------------------------
	Base Item
----------------------------------------- */
@media screen and (max-width: 640px){
	img {
		width: 100%;
	}

	img.auto {
		width: auto;
	}
	.content {
		margin: 0;
		padding: 0 2%;
		width: 100%;
	}
}

/* -----------------------------------------
	Header
----------------------------------------- */


/* header {
	border-top: 5px solid #085EB4;
	font-size: 92.3%;
	min-height: 100px;
	line-height: 1.6;
	min-width: 950px;
}
header.simple .header_in {
	width: 950px;
	margin: 0 auto;
}

#globalHeader .siteLogo {
	float: left;
	width: 256px;
}

@media screen and (max-width: 640px){
	header.simple {
		border-top: none;
		border-bottom: none;
		margin-bottom: 0;
		min-height: 55px;
		min-width: 320px;
	}
	header.simple .header_in {
		padding: 0 2%;
		width: 100%;
	}
	#globalHeader {
		padding: 6% 0 3%;
	}

	#globalHeader .siteLogo {
		float: none;
		width: 100%;
		text-align: left;
	}

	#globalHeader .siteLogo img {
		width: auto;
		max-width: 128px;
	}

	#globalHeader .utility {
		display: none;
	}
} */



/*メイン画像内にロゴのタイプ*/
/* header.simple2 {
	border-top: 5px solid #085EB4;
	font-size: 92.3%;
	height: 0px;
	min-height: 0px;
	line-height: 1.6;
	min-width: 950px;
}
header.simple2 .header_in {
	width: 950px;
	margin: 0 auto;
} */

/*sp*/

/* @media screen and (max-width: 640px){

	header.simple2 {
		border-top: none;
		border-bottom: none;
		margin-bottom: 0;
		height: 0;
		min-height: 0px;
		min-width: 320px;
	}
	header.simple2 .header_in {
		padding: 0 2%;
		width: 100%;
	}
	header.simple2 #globalHeader {
		padding: 3% 0 3%;
	}
} */
/*メイン画像内にロゴのタイプ*/







/* -----------------------------------------
	Contents
----------------------------------------- */
#main .content {
	margin-bottom: 50px;
	padding-bottom: 80px;
	position: relative;
}

@media screen and (max-width: 640px){
	#main .breadCrumbs {
		margin: 0 2% 5%;
		overflow: hidden;
		width: auto;
	}

	#article {
		float: none;
		padding-bottom: 50px;
		width: 100%;
	}
	#article.fullArticle {
		float: none;
		width: 100%;
	}
	#main .content {
		margin-bottom: 0;
		padding-bottom: 1%;
		position: relative;
	}
	#main .toTop {
		bottom: -60px;
		right: 3%;
		position: absolute;
	}
	#main .toTop a {
		display: block;
		width: 45px;
		height: 45px;
		text-indent: -9999px;
		background: url(/card/common/img/s_ic_01_totop.png) left top no-repeat;
		-webkit-background-size: 45px 45px;
		-moz-background-size: 45px 45px;
		background-size: 45px 45px;
	}
	#main .toTop a:before {
		content: none;
	}
}


@media print {
	#main .toTop {display: none;}
}

/* -----------------------------------------
	おすすめカード
----------------------------------------- */
@media screen and (max-width: 640px){

	.recommendCardWrap2{
		margin-bottom: 10%;
	}
	.recommendCard2,
	.recommendCard2.item2{
	width: 100%;
	display: block;
}
	.recommendCard2 img{
		height: auto;
	}

	.recommendCard2 > p:first-child{
		max-width: 240px;
		margin: 0 auto 5%;
	}

	.recommendCard2 > p:last-child{
		max-width: 300px;
		margin: 0 auto;
	}

	.recommendCard2 .textWrap {
	width: 100%;
	line-height: 1.3;
}
	.recommendCard2 .textWrap .btn{
		margin-bottom: 7%;
	}
	.recommendCard2 .textWrap .btn a {
	background: none;
}

.recommendCard2 .textWrap .btn a > span {
	background: none;
}

.recommendCard2 .textWrap .btn a span span {
	border-radius: 5px;
	border-bottom: 5px #d97b00 solid;
}

.recommendCard2 .textWrap .btn a:hover span span {
	background: #ff9100;
}

}

/* -----------------------------------------
	Footer
----------------------------------------- */
/* footer.simple {
	padding: 25px 0;
	background: #fafafa;
	border-top: 1px solid #e6e6e6;
	color: #888888;
}


@media screen and (max-width: 640px){
	footer.simple {
		padding: 7% 0;
		margin-top: 80px;
	}

	footer.simple .copy {
		display: block;
		margin: 0;
		font-family:"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", "メイリオ",'Meiryo',"ＭＳ Ｐゴシック",Helvetica,Arial,sans-serif;
		font-size: 88%;
	}
} */



/* -----------------------------------------
	スマホランドスケープ対応
----------------------------------------- */
@media screen and (min-width: 641px) and (max-width: 949px) {
.content {
	width: 100%;
}
/* header.simple{
	border-top: 5px solid #085EB4;
	font-size: 92.3%;
	min-height: 100px;
	line-height: 1.6;
	min-width: 641px;
}
header.simple2{
	border-top: 5px solid #085EB4;
	font-size: 92.3%;
	height: 0;
	min-height: 0;
	line-height: 1.6;
	min-width: 641px;
}
header.simple .header_in, header.simple2 .header_in {
	width: 100%;
	margin: 0 auto;
}
#globalHeader .utility {
	float: right;
	position: relative;
	width: 50%;
} */
#main .breadCrumbs {
	width: 100%;
}

.recommendCardWrap2{
		margin-bottom: 5%;
	}
	.recommendCard2,
	.recommendCard2.item2{
	max-width: 540px;
	flex-wrap: wrap;
	margin: 0 auto;
}

.recommendCard2 > p:first-child{
		max-width: 240px;
	}

.recommendCard2 > p:last-child{
		margin: 0 auto;
	}

.recommendCard2 > p:last-child img{
		width: 100%;
	}

.recommendCard2 .textWrap {
	max-width: 280px;
}

.recommendCard2 .textWrap .btn{
		margin-bottom: 7%;
	}
.recommendCard2 .textWrap .btn a {
	background: none;
}

.recommendCard2 .textWrap .btn a > span {
	background: none;
}

.recommendCard2 .textWrap .btn a span span {
 border-radius: 5px;
 border-bottom: 5px #d97b00 solid;
}

.recommendCard2 .textWrap .btn a:hover span span {
	background: #ff9100;
}

}


/* ----------------------------------------------------------------------------------------

	リニューアル版ヘッダー＆フッター　

------------------------------------------------------------------------------------------- */


/* -----------------------------------------
	Header
----------------------------------------- */
header {
	position: relative;
	background: #fff;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
}
header.simple {
	padding-bottom: min(3.61328125vw, 37px);
	margin-bottom: 20px;
}
.globalHeader_head {
	display: flex;
	align-items: center;
	height: 17.9487179487vw;
	padding-left: 3.8461538462vw;
}
.globalHeader_body {
	padding: 0 5.1282051282vw 0;
	font-size: clamp(11px, 3.5897435897vw, 25px);
}
.globalHeader_body a {
	color: #222;
}
header .logo {
	width: 43.5897435897vw;
}
header .privateNav {
	display: flex;
	background: #f5f6f7;
	padding: 3.3333333333vw 5.1282051282vw;
	column-gap: 2.5641025641vw;
}
header .privateNav_item {
	flex: 1;
}
header .privateNav_btn {
	display: block;
	padding: 1.7948717949vw 0;
	text-align: center;
	border: 1px solid;
	border-radius: 9999px;
	font-size: clamp(11px, 3.5897435897vw, 25px);
	font-weight: 500;
	line-height: 1;
}
header .privateNav_btn::before {
	display: inline-block;
	width: 4.1025641026vw;
	margin-right: 1.2820512821vw;
	padding-top: 3.5897435897vw;
	background-repeat: no-repeat;
	content: "";
}
header .btnApply {
	background: #fff;
	color: #222;
}
header .btnApply::before {
	background-image: url(/card/shared/img/icon_card.svg);
	background-size: 4.1025641026vw auto;
	background-position: 0 100%;
}
header .btnLogin {
	background: #222;
	color: #fff;
}
header .btnLogin::before {
	background-image: url(/card/shared/img/icon_login.svg);
	background-size: auto 3.5897435897vw;
}
header .infoNav {
	display: flex;
	margin-bottom: 8.9743589744vw;
}
header .infoNav_item:not(:first-child) {
	position: relative;
	padding-left: 8.9743589744vw;
}
header .infoNav_item:not(:first-child)::before {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 4.6153846154vw;
	transform: translateY(-50%);
	width: 1px;
	height: 1em;
	background-image: linear-gradient(to bottom, #e8e8e8, #e8e8e8 1px, transparent 1px, transparent 1px);
	background-position: right;
	background-size: 1px 2px;
	background-repeat: repeat-y;
	content: "";
}
header .infoNav_link.is-active {
	color: #0075c2;
	text-decoration: underline;
	font-weight: 600;
}
@media (hover: hover) and (pointer: fine) {
	header .infoNav_link:hover {
	text-decoration: underline;
	}
}
header .contentsNav {
	margin-bottom: 7.6923076923vw;
}
header .helpNav {
	margin-bottom: 5.641025641vw;
}
header .helpNav_item:first-child {
	margin-bottom: 4.358974359vw;
}
header .helpNav_link {
	position: relative;
}
header .helpNav_link::after {
	display: block;
	position: absolute;
	top: 50%;
	right: -2.8205128205vw;
	transform: translateY(-50%);
	width: 2.0512820513vw;
	height: 2.0512820513vw;
	background: url(/card/shared/img/icon_arrow.svg) no-repeat 0 0;
	background-size: auto 100%;
	content: "";
}
header .helpNav_link[target=_blank]::after {
	right: -1.2820512821vw;
	background: url(/card/shared/img/icon_blank.svg) no-repeat 50% 0;
	background-size: auto 100%;
}
@media (hover: hover) and (pointer: fine) {
	header .helpNav_link:hover {
	text-decoration: underline;
	}
}
header .logoJr {
	margin: 0 -5.1282051282vw 0 auto;
	background: #008803;
	position: absolute;
	top: 0;
	left: calc(100% - 60px);
	width: 60px;
	height: 60px;
}
header .logoJr a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
@media screen and (max-width: 750px) {
	.globalHeader_body {
	overflow: hidden;
	opacity: 0;
	height: 0;
	padding: 0 5.1282051282vw 0;
	transition: all 0.3s ease;
	}
	.globalHeader_btn {
	position: absolute;
	top: 3.8461538462vw;
	right: 5.1282051282vw;
	}
	header .contentsNav {
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	font-size: clamp(13px, 4.1025641026vw, 31px);
	}
	header .contentsNav_item:not(:first-child) {
	border-top: 1px solid #e8e8e8;
	}
	header .contentsNav_link {
	display: flex;
	align-items: center;
	height: 13.8461538462vw;
	padding: 0 4.1025641026vw;
	position: relative;
	}
	header .contentsNav_link::after {
	position: absolute;
	top: 50%;
	right: 4.1025641026vw;
	transform: translateY(-50%);
	display: block;
	width: 3.3333333333vw;
	height: 3.3333333333vw;
	background-size: auto 100%;
	content: "";
	}
	header .btn {
	display: block;
	position: relative;
	overflow: hidden;
	width: 12.8205128205vw;
	height: 10.2564102564vw;
	padding: 0;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	background: #fff;
	text-indent: 100%;
	white-space: nowrap;
	}
	header .btn::after,
	header .btn span::after,
	header .btn span::before {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	margin-left: -3.2051282051vw;
	width: 6.4102564103vw;
	height: 2px;
	background: #222;
	content: "";
	transition: all 0.2s;
	}
	header .btn::after {
	margin-top: 6px;
	}
	header .btn span::before {
	margin-top: -8px;
	}
	header .btn span::after {
	margin-top: -1px;
	}
	header.is-active .globalHeader_body {
	overflow: auto;
	opacity: 1;
	height: auto;
	padding: 7.6923076923vw 5.1282051282vw 0;
	}
	header.is-active .btn::after {
	margin-top: 1px;
	transform: rotate(45deg);
	}
	header.is-active .btn span::before {
	margin-top: 1px;
	transform: rotate(-45deg);
	}
	header.is-active .btn span::after {
	margin: 0 0 0 50%;
	opacity: 0;
	}
}
@media screen and (min-width: 751px) {
	header {
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
	}
	.globalHeader_inside {
	position: relative;
	margin: 0 auto;
	}
	.globalHeader_head {
	align-items: flex-start;
	width: min(93.75vw, 1200px);
	height: auto;
	margin: 0 auto;
	padding: 0;
	}
	.globalHeader_body {
	position: relative;
	margin: 0 auto;
	padding: 0;
	}
	.globalHeader_separate {
	display: flex;
	justify-content: space-between;
	width: min(70.3125vw, 920px);
	margin-left: auto;
	padding-right: min(4.58984375vw, 47px);
	}
	header .logo {
	width: min(19.53125vw, 240px);
	margin-top: min(3.515625vw, 36px);
	}
	header .privateNav {
	justify-content: flex-end;
	width: min(93.75vw, 1200px);
	margin: min(0.9765625vw, 10px) auto min(2.05078125vw, 21px);
	padding: 0;
	background: #fff;
	column-gap: min(0.9765625vw, 10px);
	}
	header .privateNav_item {
	flex: none;
	width: min(14.6484375vw, 150px);
	}
	header .privateNav_btn {
	padding: min(0.78125vw, 8px) 0;
	font-size: clamp(11px, 1.3671875vw, 14px);
	}
	header .privateNav_btn::before {
	width: min(1.5625vw, 16px);
	margin-right: min(0.48828125vw, 5px);
	padding-top: min(1.3671875vw, 14px);
	}
	header .btnApply::before {
	background-size: min(1.5625vw, 16px) auto;
	}
	header .btnLogin::before {
	background-size: auto min(1.3671875vw, 14px);
	}
	header .helpNav,
	header .contentsNav {
	display: flex;
	}
	header .infoNav {
	font-size: clamp(11px, 1.3671875vw, 14px);
	margin: min(4.19921875vw, 43px) 0 0;
	}
	header .infoNav_item:not(:first-child) {
	padding-left: min(3.41796875vw, 35px);
	}
	header .infoNav_item:not(:first-child)::before {
	left: min(1.7578125vw, 18px);
	height: min(2.63671875vw, 27px);
	}
	header .infoNav_link {
	color: #222;
	}
	header .contentsNav {
	justify-content: center;
	margin: 0;
	font-size: clamp(12px, 1.5625vw, 16px);
	text-align: center;
	}
	header .contentsNav_item {
	position: relative;
	}
	header .contentsNav_item::before, header .contentsNav_item::after {
	display: inline-block;
	position: absolute;
	top: 0.3em;
	width: 1px;
	height: 1em;
	background: #e8e8e8;
	vertical-align: middle;
	content: "";
	}
	header .contentsNav_item::before {
	left: 0;
	}
	header .contentsNav_item::after {
	left: 100%;
	}
	header .contentsNav_link {
	display: block;
	position: relative;
	padding: 0 min(2.05078125vw, 21px) min(1.953125vw, 20px);
	}
	header .contentsNav_link::before {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	width: 100%;
	height: 2px;
	background: #0075c2;
	content: "";
	transition: opacity 0.2s ease;
	}
}
@media screen and (min-width: 751px) and (hover: hover) and (pointer: fine) {
	header .contentsNav_link:hover::before {
	opacity: 1;
	}
}
@media screen and (min-width: 751px) {
	header .helpNav {
	margin: min(1.953125vw, 20px) 0 0;
	font-size: clamp(10px, 1.26953125vw, 13px);
	}
	header .helpNav_item {
	margin-bottom: 0;
	}
	header .helpNav_item:first-child {
	margin: 0 min(1.66015625vw, 17px) 0 0;
	}
	header .helpNav_link {
	padding-right: min(1.171875vw, 12px);
	color: #222;
	}
	header .helpNav_link::after {
	right: 0;
	width: min(0.78125vw, 8px);
	height: min(0.78125vw, 8px);
	}
	header .helpNav_link[target=_blank]::after {
	right: min(0.390625vw, 4px);
	}
	header .logoJr {
		/* position: absolute;
		top: 0;
		right: 0; */
		left: auto;
		right: 0;
		width: min(5.859375vw, 60px);
		height: min(5.859375vw, 60px);
		margin: 0;
	}
}
@media screen and (min-width: 1280px) {
	.globalHeader_inside {
	max-width: 1440px;
	}
	.globalHeader_separate {
	width: 920px;
	}
	header .contentsNav_link {
	padding: 0 41px 20px;
	}
}
@media screen and (min-width: 1320px) {
	.globalHeader_separate {
	padding-right: 0;
	}
	header .privateNav {
	margin-top: -20px;
	}
}



/* -----------------------------------------
	Footer
----------------------------------------- */
footer {
	/*position: relative;*/
	width: 100%;
	background: #63686e;
	color: #fff;
	font-weight: 500;
}
.globalFooter_bottom {
	padding: 10.2564102564vw 0 15.3846153846vw;
	background: #fff;
	color: #222;
	text-align: center;
	font-size: clamp(12px, 3.0769230769vw, 23px);
	font-weight: 400;
}
@media screen and (min-width: 751px) {
	.globalFooter_bottom {
	padding: min(4.8828125vw, 50px) 0;
	font-size: clamp(10px, 1.171875vw, 12px);
	}
}
footer .guidePlate {
	padding: 6.4102564103vw 0 15.3846153846vw;
}
footer .guidePlate_grid:last-child {
	margin-top: 10.2564102564vw;
}
@media screen and (min-width: 751px) {
	footer .guidePlate {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: min(7.8125vw, 80px) 0 min(9.765625vw, 100px);
	}
	footer .guidePlate_grid {
	width: 31.3265306122%;
	margin-bottom: min(3.41796875vw, 35px);
	padding-left: min(0.68359375vw, 7px);
	}
	footer .guidePlate_grid:last-child {
	margin: 0 0 0 auto;
	padding-top: min(2.9296875vw, 30px);
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	}
}
footer .category_theme {
	position: relative;
	margin: 6.4102564103vw 0;
	font-size: clamp(13px, 4.1025641026vw, 31px);
}
@media screen and (max-width: 750px) {
	footer .category {
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	}
	footer .category.is-active .category_theme {
	margin-bottom: 0;
	}
	footer .category.is-active .category_theme::after {
	background-image: url(/card/shared/img/icon_circle_minus.svg);
	}
	footer .category.is-active .category_items {
	opacity: 1;
	height: auto;
	padding: 6.4102564103vw 0 5.1282051282vw;
	}
	footer .category_theme::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1em;
	height: 1em;
	background: url(/card/shared/img/icon_circle_plus.svg) no-repeat 0 0;
	background-size: 100% auto;
	content: "";
	}
	footer .category_items {
	overflow: hidden;
	opacity: 0;
	height: 0;
	margin: 0 3.8461538462vw;
	padding: 0;
	transition: padding 0.3s ease;
	}
}
@media screen and (min-width: 751px) {
	footer .category_theme {
	margin: min(1.953125vw, 20px) 0 min(2.734375vw, 28px);
	font-size: clamp(13px, 1.7578125vw, 18px);
	font-weight: 600;
	}
}
footer .navigation_item:not(:first-of-type) {
	margin-top: 2.5641025641vw;
}
footer .navigation_link {
	color: #fff;
	font-size: clamp(11px, 3.5897435897vw, 25px);
	font-weight: 400;
	text-decoration: none;
}
footer .navigation_link::after {
	display: inline-block;
	margin: 0 0 1px 5px;
	width: 0.572em;
	height: 0.572em;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%3E%3Crect%20width%3D%228%22%20height%3D%228%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M9623-908.5a.5.5%2C0%2C0%2C1-.395-.193.5.5%2C0%2C0%2C1%2C.088-.7l3.992-3.105-3.992-3.105a.5.5%2C0%2C0%2C1-.088-.7.5.5%2C0%2C0%2C1%2C.7-.088l4.5%2C3.5a.5.5%2C0%2C0%2C1%2C.193.395.5.5%2C0%2C0%2C1-.193.395l-4.5%2C3.5A.5.5%2C0%2C0%2C1%2C9623-908.5Z%22%20transform%3D%22translate(-9621%20916.5)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
	content: "";
}
@media (hover: hover) and (pointer: fine) {
	footer .navigation_link:hover {
	text-decoration: underline;
	}
}
@media screen and (min-width: 751px) {
	footer .navigation_item:not(:first-of-type) {
	margin-top: min(0.5859375vw, 6px);
	}
	footer .navigation_link {
	font-size: clamp(11px, 1.3671875vw, 14px);
	}
}
footer .linkBoard {
	margin-top: 30px;
	border-radius: 10px;
	background: #fff;
}
@media screen and (min-width: 751px) {
	footer .linkBoard {
	margin: 0;
	}
}
footer .boxlink {
	display: block;
	height: 48.2051282051vw;
	padding: 6.4102564103vw 0;
	color: #222;
	text-align: center;
	text-decoration: none;
}
footer .boxlink_img {
	width: 45.1282051282vw;
	margin: 0 auto 5.1282051282vw;
}
footer .boxlink_txt {
	font-size: clamp(11px, 3.5897435897vw, 25px);
	line-height: 1.8;
}
@media screen and (min-width: 751px) {
	footer .boxlink {
	height: 100%;
	padding: min(3.90625vw, 40px) 0 0;
	}
	footer .boxlink_img {
	width: min(29.78515625vw, 305px);
	margin-bottom: min(1.7578125vw, 18px);
	}
	footer .boxlink_txt {
	margin: 0 auto;
	font-size: clamp(11px, 1.3671875vw, 14px);
	}
}
@media (hover: hover) and (pointer: fine) {
	footer .boxlink {
	transition: 0.3s ease;
	}
	footer .boxlink:hover {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.16);
	text-decoration: underline;
	}
}
footer .rowList {
	margin-bottom: 20px;
}
footer .rowList_item:not(:first-child) {
	border-top: 1px solid #e8e8e8;
}
footer .rowList_link {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 15.3846153846vw;
	font-size: clamp(13px, 4.1025641026vw, 31px);
	text-align: center;
	text-decoration: none;
	color: #222;
	line-height: 1.8;
}
footer .rowList_link::after {
	right: min(3.8461538462vw, 15px);
}
@media (hover: hover) and (pointer: fine) {
	footer .rowList_link {
	transition: 0.3s ease;
	}
	footer .rowList_link:hover {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.16);
	}
}
@media screen and (min-width: 751px) {
	footer .rowList_link {
	height: min(8.7890625vw, 90px);
	font-size: clamp(12px, 1.5625vw, 16px);
	}
	footer .rowList_link::after {
	width: min(1.3671875vw, 14px);
	height: min(1.3671875vw, 14px);
	right: min(1.953125vw, 20px);
	}
}
footer .columnList {
	display: flex;
}
footer .columnList_item {
	width: 33.3333333333%;
}
footer .columnList_item:not(:first-child) {
	border-left: 1px solid #e8e8e8;
}
footer .columnList_link {
	display: block;
	position: relative;
	height: 15.3846153846vw;
	text-align: center;
}
footer .columnList_link > img {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: clamp(75px, 23.5897435897vw, 177px);
	height: auto;
	vertical-align: middle;
}
footer .columnList_link[target=_blank] {
	background: url(/card/shared/img/icon_blank.svg) no-repeat calc(100% - 8px) calc(100% - 8px);
	background-size: 8px 8px;
}
@media (hover: hover) and (pointer: fine) {
	footer .columnList_link {
	transition: 0.3s ease;
	}
	footer .columnList_link:hover {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.16);
	}
}
@media screen and (min-width: 751px) {
	footer .columnList_link {
	height: min(5.859375vw, 60px);
	}
	footer .columnList_link > img {
	width: min(10.546875vw, 108px);
	}
}
footer .helpNaviList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}
footer .helpNaviList:last-of-type {
	margin-bottom: 3.0769230769vw;
}
footer .helpNaviList_item {
	margin-bottom: 2.0512820513vw;
}
footer .helpNaviList_item:not(:last-child)::after {
	display: inline-block;
	width: 1px;
	height: 1em;
	margin: 0 2.5641025641vw;
	background: #222;
	vertical-align: middle;
	content: "";
}
footer .helpNaviList_link {
	color: #222;
	text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
	footer .helpNaviList_link {
	transition: 0.3s ease;
	}
	footer .helpNaviList_link:hover {
	color: #888;
	}
}
@media screen and (min-width: 751px) {
	footer .helpNaviList {
	width: min(85.5vw, 684px);
	width: clamp(560px, 66.796875vw, 684px);
	margin: 0 auto;
	}
	footer .helpNaviList:last-of-type {
	margin-bottom: min(0.9765625vw, 10px);
	}
	footer .helpNaviList_item {
	margin-bottom: min(0.78125vw, 8px);
	}
	footer .helpNaviList_item:first-child {
	margin-left: min(2.9296875vw, 30px);
	}
	footer .helpNaviList_item:nth-of-type(5) {
	margin-right: min(2.9296875vw, 30px);
	}
	footer .helpNaviList_item:not(:last-child)::after {
	margin: 0 min(0.78125vw, 8px);
	}
}
footer .snsList {
	display: flex;
	margin-top: 5.1282051282vw;
}
footer .snsList_item:not(:first-child) {
	margin-left: 5.1282051282vw;
}
footer .snsIcon-tw {
	width: 10.2564102564vw;
}
footer .snsIcon-insta {
	width: 8.2051282051vw;
}
@media screen and (min-width: 751px) {
	footer .snsList {
	margin-top: min(1.953125vw, 20px);
	}
	footer .snsList_item:not(:first-child) {
	margin-left: min(1.953125vw, 20px);
	}
	footer .snsIcon-tw {
	width: min(3.90625vw, 40px);
	}
	footer .snsIcon-insta {
	width: min(3.125vw, 32px);
	}
}

footer .content {
	width: 100%;
	max-width: 980px;
	padding: 0 3.8461538462vw;
/*	box-sizing: content-box; */
	text-align: center;
}
@media screen and (min-width: 751px) {
	footer .content {
		margin: 0 auto;
		padding: 0 min(5.859375vw, 60px);
	}
}


/* 上に戻る */
/* .pagetopBtn {
	position: fixed;
	bottom: 10px;
	right: 2.5641025641vw;
	width: 10.2564102564vw;
	height: 10.2564102564vw;
	border: 1px solid #222;
	border-radius: 50%;
	background: url(/card/shared/img/icon_arrow.svg) no-repeat 50% 50% #fff;
	background-size: 3.0769230769vw auto;
	transform: rotateZ(-90deg);
	opacity: 0;
	cursor: pointer;
	transition: opacity 0.3s ease;
}
.pagetopBtn > * {
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
@media screen and (min-width: 751px) {
	.pagetopBtn {
	right: min(2.9296875vw, 30px);
	bottom: 50px;
	width: min(5.46875vw, 56px);
	height: min(5.46875vw, 56px);
	background-size: min(1.46484375vw, 15px) auto;
	}
}
.pagetopBtn.is-show {
	opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
	.pagetopBtn:hover {
	opacity: 0.7;
	}
} */

.u-imgMax {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
}
