@charset "utf-8";

/* 汎用 */
.top-section {
	margin-bottom: 57px;
}
.top-heading-sub {
	color: #009900;
	font-size: 129% !important;
	text-align: center;
	margin-bottom: 15px !important;
}
.top-section dl dt,
.top-section dl dt {
	font-size: 100%;
	line-height: 1.57;
}
.top-textlink {
	display: flex;
	column-gap: 10%;
	list-style: none;
}
.top-textlink li {
	line-height: 1.57;
}
@media screen and (max-width:479px) {
	.top-textlink {
		flex-wrap: wrap;
		row-gap: 4%;
	}
}

/* メインビジュアル */
.top-mainvisual {
	margin-bottom: 70px;
}

/* ----------------
スライダー
---------------- */
/* アクセシビリティ調整 */
.swiper .swiper-slide {
	visibility: hidden;
}
.swiper .swiper-slide.swiper-slide-active {
	visibility: visible;
}
.mv-slider .swiper-slide img {
	width: 680px;
	height: auto;
}
.bnr-slider .swiper-slide.swiper-slide-active,
.bnr-slider .swiper-slide.swiper-slide-prev,
.bnr-slider .swiper-slide.swiper-slide-next {
	visibility: visible;
}
.swiper .swiper-slide a {
	display: block;
}
.swiper .swiper-slide a:focus {
	outline-offset: -1px;
}
/* スタイル調整 */
@media screen and (max-width: 479px) {
.mv-slider .swiper-slide img { 
	width: 100%;
}
}
.bnr-slider .swiper-slide img {
	width: 215px;
	height: auto;
}
@media screen and (max-width: 479px) {
.bnr-slider .swiper-slide img { 
	width: 100%;
}
}
#contents .slide_option {
	margin-top: 10px !important;
	display: flex;
	align-items: center;
	justify-content: center;
}
.swiper-pagination.swiper-pagination-bullets {
	position: static;
	width: auto;
	height: 12px;
}
.swiper-pagination .swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !important;
	margin: 0 0 0 10px !important;
	border: 1px solid #009900;
	background: #fff;
	box-sizing: border-box;
	opacity: 100%;
}
.swiper-pagination .swiper-pagination-bullet-active {
	width: 8px;
	height: 8px;
	border: 1px solid #009900;
	border-radius: 50%;
	background: #009900 !important;
}
#contents .stopbtn {
	cursor: pointer;
	margin: 0 10px;
}
.stopbtn .img_start,
.stopbtn .img_stop {
	width: 20px;
	height: 20px;
}
.stopbtn .img_start {
	display: none;
}
.swiper-button-prev,
.swiper-button-next {
	display: block;
	position: static;
	margin: 0;
	width: 30px;
	height: 30px;
}
.swiper-button-prev::after {
	display: inline-block;
	background: url(/kojin/card/credit/lineup/common/images/btn_prev.png) no-repeat;
	background-size: contain;
	content: "";
	width: 30px;
	height: 30px;
}
.swiper-button-next::after {
	display: inline-block;
	background: url(/kojin/card/credit/lineup/common/images/btn_next.png) no-repeat;
	background-size: contain;
	content: "";
	width: 30px;
	height: 30px;
}
.bnr-slider.is-noslide .swiper-wrapper {
	justify-content: center;
	gap: 1%;
}
.bnr-slider.is-noslide .swiper-slide {
	visibility: visible;
	width: calc(100% / 3);
}
.bnr-slider.is-noslide + .slide_option {
	display: none !important;
}

/* ----------------
スライダーSplide
---------------- */
.mv-slider .splide__slide a:focus:before {
	content: "";
	display: inline-block;
	width: 680px;
	height: 100%;
	position: absolute;
	border: 3px solid #333333;
	box-sizing: border-box;
}
.splide__pagination__page {
	width: 12px;
	height: 12px;
	margin: 3px 5px;
	border: 1px solid #009900;
	background: #fff;
}
.splide__pagination__page.is-active {
	background: #009900;
	transform: none;
	opacity: 1;
}
.splide__pagination {
	position: static;
	padding: 0 0.5em;
}
.controls {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.controls .hidden {
	display: none;
}
.splide__slide {
	text-align: center;
}
.splide__slide img {
	width: 100%;
}
.campaign-slider {
	margin-bottom: 80px;
}
.campaign-slider:not( .is-overflow ) .splide__list {
  justify-content: center;
}
.campaign-slider .splide__arrow svg {
	fill: #009900;
	height: 0.9em;
	width: 0.9em;
}
.campaign-slider .splide__arrow {
	background: transparent;
	border: 2px solid #EDEDED;
	opacity: 1;
	height: 2em;
	width: 2em;
}
.splide__arrows.splide__arrows--ltr {
	position: absolute;
	width: 45%;
	top: 93%;
	left: 28%;
}

@media screen and (max-width: 479px) {
	.splide__arrows.splide__arrows--ltr {
    position: absolute;
    width: 85%;
    top: 88%;
    left: 8%;
	}
	.campaign-slider .splide__slide img {
		width: 100%;
	}
}

@media screen and (max-width: 320px) {
	.splide__arrows.splide__arrows--ltr {
		width: 95%;
		left: 4%;
	}
}


/* お知らせ・キャンペーン */
#campaign {
	margin-bottom: 57px;
}
.top-news__heading {
	color: #009900;
	font-size: 120%;
	text-align: center;
	margin-bottom: 10px !important;
}
.top-newslist {
	border-top: 1px solid #e0e0e0;
	margin-top: 40px;
}
.top-newslist__date,
.top-newslist__title {
	line-height: 1.57;
}
.top-newslist__date {
	font-weight: bold;
	padding-top: 10px;
}
.top-newslist__title {
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 10px;
}

/* JP BANK カードとは？ */
.top-boxaco {
	margin-bottom: 40px;
}
.top-boxaco__heading button {
	background: #fff;
	border: 2px solid #009900;
	border-radius: 8px;
	color: #009900;
	cursor: pointer;
	padding: 15px 45px 15px 20px;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	width: 100%;
	position: relative;
}
.top-boxaco__body {
	border: 1px solid #dfdfdf;
	border-top: none;
	border-radius: 0 0 8px 8px;
}
.top-boxaco__inner {
	background: #fff;
	padding: 15px;
}
.top-boxaco__icon {
	display: inline-block;
	border: 1px solid #009900;
	border-radius: 50%;
	box-sizing: border-box;
	width: 28px;
	height: 28px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 18px;
}
@media screen and (max-width:479px) {
	.top-boxaco__icon {
		right: 10px;
	}
}
.top-boxaco__icon::before {
	content: "";
	background-color: #009900;
	display: inline-block;
	width: 9px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%);
}
.top-boxaco__icon::after {
	content: "";
	background-color: #009900;
	display: inline-block;
	width: 10px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%) rotate(90deg);
	transition: all .3s;
}
.top-boxaco__heading button.open .top-boxaco__icon::after {
	transform: translate(-50%) rotate(0deg);
}
.top-boxaco__heading > button.open {
	border-bottom: none;
	border-radius: 8px 8px 0 0;
	transition: all 0s;
}
.top-boxaco .top-boxaco__icon {
	border: 1px solid #009900;
}
.top-boxaco .top-boxaco__icon::before,
.top-boxaco .top-boxaco__icon::after {
	background-color: #009900;
}
.top-boxaco .top-boxaco__body {
	border: 2px solid #009900;
	border-top: none;
}
.point-member__list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
@media screen and (max-width:479px) {
	.point-member__list {
		display: block;
	}
}
.point-member__list-item {
	width: 48.5%;
}
@media screen and (max-width:479px) {
	.point-member__list-item {
		width: 100%;
	}
	.point-member__list-item:first-child {
		margin-bottom: 10px;
	}
}
.point-member__list-item dt {
	font-weight: bold;
	text-align: center;
	line-height: 1.57;
}
.point-member__list-item dd {
	border: 1px solid #dfdfdf;
	padding: 10px 5px;
}
.point-member__list-item a {
	display: block;
}
.point-list {
	list-style: none;
	padding: 0 30px;
	margin-bottom: 10px;
}
@media screen and (max-width:479px) {
	.point-list {
		padding: 0;
	}
}
.point-list__item {
	border-top: 1px solid #e0e0e0;
	line-height: 1.57;
	padding: 20px 0;
	position: relative;
}
.point-list__item:first-child {
	border-top: none;
}
.point-list__text {
	color: #009900;
	font-weight: bold;
	display: flex;
	align-items: center;
	font-weight: bold;
	margin-bottom: 10px !important;
}
@media screen and (max-width:479px) {
	.point-list__text {
		flex-direction: column;
		justify-content: center;
	}
}
.point-list__text span {
	background-color: #009900;
	border-radius: 50%;
	box-sizing: border-box;
	color: #fff;
	font-size: 86%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-weight: bold;
	line-height: 1;
	padding-top: 1px;
	margin-right: 7px;
	width: 27px;
	height: 27px;
}
@media screen and (max-width:479px) {
	.point-list__text span {
		margin-right: 0;
		margin-bottom: 5px;
	}
}
.point-list__item figure {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	text-align: center;
	width: 100px;
}
.point-list__item > p {
	width: calc(100% - 100px);
}
@media screen and (max-width:479px) {
	.point-list__item figure {
		position: static;
		transform: none;
		width: 100%;
		margin-bottom: 10px;
	}
	.point-list__item > p {
		width: 100%;
	}
}
.point-case {
	background: #edf2da;
	border-radius: 0 0 8px 8px;
	padding: 35px;
}
@media screen and (max-width:479px) {
	.point-case {
		padding: 15px;
	}
}
.point-case__lead {
	color: #009900;
	font-size: 114% !important;
	font-weight: bold;
	text-align: center;
}
.point-case__visa .point-case__lead {
	position: relative;
	margin-bottom: 25px !important;
}
.point-case__visa .point-case__lead::after {
	content: '';
	border-style: solid;
	border-width: 8px;
	border-color: transparent #009900 #009900 transparent ;
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: rotate(45deg) translateX(-50%);
	width: 0;
	height: 0;
	margin-top: -6px;
}
.point-case__title {
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px !important;
}
.point-case__list {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 20px;
}
.point-case__list-item {
	display: flex;
	flex-direction: column;
	width: 48.5%;
}
.point-case__list-item dt {
	background: #666;
	border-radius: 4px 4px 0 0;
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}
@media screen and (max-width:479px) {
	.point-case__list-item dt {
		font-size: 86%;
		padding: 8px 4px;
	}
}
.point-case__list-item dd {
	background: #fff;
	border-radius: 0 0 4px 4px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 10px;
	height: 100%;
}
@media screen and (max-width:479px) {
	.point-case__list-item dd {
		padding: 8px 4px;
	}
}
.point-case__list-item dd > p {
	color: #666;
	font-weight: bold;
	margin-bottom: 0 !important;
}
@media screen and (max-width:479px) {
	.point-case__list-item dd > p {
		font-size: 86%;
		line-height: 1.3 !important;
	}
}
.point-case__list-item dd > p img {
	margin-right: 4px;
}
@media screen and (max-width:479px) {
	.point-case__list-item dd > p img {
		max-width: 20px;
		max-height: 20px;
	}
}
.point-case__list-item.--orange dt {
	background: #ff8000;
}
.point-case__list-item.--orange dd > p {
	color: #ff8000;
	font-weight: bold;
	margin-bottom: 0 !important;
}
.point-case__list-item.--orange dd > p span {
	font-weight: bold;
}
.point-case__list-item.--orange dd > p img {
	margin-bottom: 6px;
}
.point-case__list-item dd > p .text-small {
	font-size: 86%;
}
.point-case__list-item dd > p .text-large {
	font-size: 135% !important;
}
@media screen and (max-width:479px) {
	.point-case__list-item dd > p .text-small {
		font-size: 71%;
	}
	.point-case__list-item dd > p .text-large {
		font-size: 114% !important;
	}
}
.point-case__list-item dd > p .text-uline {
	position: relative;
	margin: 0 4px;
	z-index: 0;
}
@media screen and (max-width:479px) {
	.point-case__list-item dd > p .text-uline {
		margin: 0;
	}
}
.point-case__list-item dd > p .text-uline::after {
	content: "";
	background: #fffa99;
	position: absolute;
	left: 0;
	bottom: 3px;
	width: 100%;
	height: 4px;
	z-index: -1;
}

/* あなたにぴったりのカードを見つける */
.card-select {
	margin-bottom: 30px;
}
#contents h3.card-select__heading {
	color: #009900;
	font-size: 129%;
	font-weight: bold;
	text-align: center;
	line-height: 1.57;
	margin-bottom: 10px;
}
.card-select__radio {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	margin-bottom: 40px;
}
.card-select__radio li {
	width: calc((100% - 20px) / 3);
}
.card-select__radio label {
	border: 1px solid #dfdfdf;
	border-radius: 8px;
	box-sizing: border-box;
	cursor: pointer;
	font-size: 86%;
	display: flex;
	align-items: center;
	line-height: 1.5;
	padding: 10px 10px 10px 30px;
	position: relative;
	height: 56px;
	margin-bottom: 10px;
}
@media screen and (max-width:479px) {
	.card-select__radio li {
    width: calc((100% - 5px) / 2);
	}
	.card-select__radio label {
		margin-bottom: 5px;
	}
}
.card-select__radio label:nth-of-type(3n) {
	margin-right: 0;
}
.card-select__radio label:nth-of-type(n+4) {
	margin-bottom: 0;
}
@media screen and (max-width:479px) {
	.card-select__radio label:nth-of-type(3n) {
		margin-right: 5px;
	}
	.card-select__radio label:nth-of-type(2n) {
		margin-right: 0;
	}
	.card-select__radio label:nth-of-type(n+4) {
		margin-bottom: 5px;
	}
	.card-select__radio label:nth-of-type(n+3) {
		margin-bottom: 5px;
	}
}
.card-select__radio label:before {
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	background: #eff0e8;
	border: 1px solid #d2d2d2;
	border-radius: 50%;
	margin-top: -8px;
	position:absolute;
	top: 50%;
	left: 5px;
}
.card-select__radio label:after {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	background: #009900;
	border-radius: 50%;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	left: 9px;
	opacity: 0;
	transform: scale3d(.3,.3,1);
	transition: transform .2s ease-in-out, opacity .2s ease-in-out;
}
.card-select__radio input[type=radio] {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
}
.card-select__radio label:has(input[type=radio]:checked):before {
	border-color: #eff0e8;
}
.card-select__radio label:has(input[type=radio]:checked):after {
	opacity: 1;
	transform: scale3d(1,1,1);
}
.card-select__radio label:has(input[type=radio]:focus) {
	border: 2px solid;
}
.card-select__radio label:has(input[type=radio]:focus:not(:focus-visible)) {
	border: 1px solid #d2d2d2;
}
#contents .card-select__lead {
	margin-bottom: 40px;
	position: relative;
}
.card-select__lead span {
	display: none;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	line-height: 1.7 !important;
}
.card-select__lead span.txt_default {
	display: block;
}
.card-select__lead span.is-active {
	display: block;
}
.card-select__lead::after {
	content: '';
	border-style: solid;
	border-width: 8px;
	border-color: transparent #009900 #009900 transparent ;
	position: absolute;
	left: 50%;
	transform: rotate(45deg) translateX(-50%);
	bottom: -20px;
	width: 0;
	height: 0;
	margin-top: -6px;
}
.card-column__intro-heading .under29 {
	border: 1px solid #009900;
	box-sizing: border-box;
	color: #009900;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	padding: 4px 8px 2px;
	margin-left: 5px;
}
.card-select__item {
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.card-select__item .card-column {
	padding: 0 10px;
	margin-bottom: 30px;
}

/* カード比較表 */
@media screen and (max-width:479px) {
	.table-scroll {
		overflow-x: scroll;
	}
	.table-scroll .top-table {
		width: 680px !important;
	}
}
.top-table thead tr th {
	font-size: 90%;
	text-align: center;
	color: #fff;
	padding: 5px 15px;
	width: 22.25%;
	width: 11%;
}
.top-table thead tr th.top-table__alente {
	background-color: #009900;
	width: 19%;
}
.top-table thead tr th.top-table__extage {
	background-color: #000;
	width: 19%;
}
.top-table thead tr th.top-table__gold {
	background-color: #ac8e14;
	width: 25%;
}
.top-table thead tr th.top-table__ippan {
	background-color: #8e8e8e;
	width: 25%;
}
.top-table tbody tr th {
	text-align: center;
	vertical-align: middle;
	padding: 10px 5px;
}
.top-table tbody tr td {
	font-size: 86%;
	text-align: center;
	vertical-align: middle;
	padding: 10px 5px;
}
.top-table tbody tr td.top-table__alente {
	background-color: rgba(0, 153, 0, 0.1);
}
.top-table tbody tr td.top-table__extage {
	background-color: rgba(0, 0, 0, 0.04);
}
.top-table tbody tr td.top-table__gold {
	background-color: rgba(172, 142, 20, 0.1);
}
.top-table tbody tr td.top-table__ippan {
	background-color: #fff;
}
.top-table tbody tr td.top-table__2cells {
	width: 12.5%;
}

/* ご利用方法 */
.top-step {
	display: flex;
	justify-content: space-between;
	column-gap: 2%;
	margin-bottom: 20px;
}
@media screen and (max-width:479px) {
	.top-step {
		flex-wrap: wrap;
	}
}
.top-step__item {
	background-color: #eef3db;
	border-radius: 7px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px;
	width: 32%;
}
@media screen and (max-width:479px) {
	.top-step__item {
		justify-content: flex-start;
		width: 100%;
		margin-bottom: 10px;
	}
}
.top-step__item-num {
	background-color: #009900;
	border-radius: 10px;
	box-sizing: border-box;
	color: #fff;
	font-size: 86%;
	font-weight: bold;
	padding: 0 10px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 20px;
}
@media screen and (max-width:479px) {
	.top-step__item-num {
		margin-bottom: 10px;
	}
}
.top-step__item-text {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	width: 100%;
}
@media screen and (max-width:479px) {
	.top-step__item-text {
		justify-content: space-between;
		text-align: center;
	}
}
.top-step__item-text > p {
	font-weight: bold;
	width: 100%;
}
@media screen and (max-width:479px) {
	.top-step__item-text > p {
		font-size: 114% !important;
		text-align: left;
		width: auto;
	}
}

/* よくあるご質問 */
.qanda-lead {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.qanda-lead .qanda-lead__text {
	width: calc(100% - 110px);
}
.qanda-lead figure {
	text-align: center;
	margin-left: 10px;
	width: 100px;
}
.qanda-aco {
	margin-bottom: 30px;
	border-bottom: 1px solid #009900;
}
.qanda-aco__item {
	border-top: 1px solid #009900;
}
.qanda-aco__item > button {
	cursor: pointer;
	display: flex;
	align-items: flex-start;
	text-align: left;
	padding: 15px 60px 15px 0;
	position: relative;
	width: 100%;
}
.qanda-aco__item-q {
	color: #009900;
	font-size: 114%;
	font-weight: bold;
	margin-right: .5em;
}
.qanda-aco__item-text {
	color: #009900;
	font-size: 114%;
	font-weight: bold;
}
.qanda-aco__icon {
	display: inline-block;
	border: 1px solid #009900;
	border-radius: 50%;
	box-sizing: border-box;
	width: 28px;
	height: 28px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 18px;
}
@media screen and (max-width:479px) {
	.qanda-aco__icon {
		right: 10px;
	}
}
.qanda-aco__icon::before {
	content: "";
	background-color: #009900;
	display: inline-block;
	width: 9px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%);
}
.qanda-aco__icon::after {
	content: "";
	background-color: #009900;
	display: inline-block;
	width: 10px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%) rotate(90deg);
	transition: all .3s;
}
.qanda-aco__item button.open .qanda-aco__icon::after {
	transform: translate(-50%) rotate(0deg);
}
.qanda-aco__panel {
	border-top: 1px solid #009900;
	padding: 15px 0;
}
.qanda-aco__panel-a {
	font-weight: bold;
	margin-right: .5em;
}

/* 会員サービス情報 */
.top-info {
	margin-bottom: 50px;
}
.member-info {
	background: #eff4dc;
	border-radius: 21px;
	box-sizing: border-box;
	padding: 40px;
	margin-bottom: 10px;
}
@media screen and (max-width:479px) {
	.member-info {
		border-radius: 0;
		padding: 30px 10px;
		margin-left: -10px;
		margin-right: -10px;
	}
}
.member-info__heading {
	color: #009900;
	font-size: 129% !important;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px !important;
}
.member-info__body {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width:479px) {
	.member-info__body {
		display: block;
	}
}
.member-info__item {
	background-color: #fff;
	border: 2px solid #a7dda7;
	border-radius: 18px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: center;
	padding: 20px 20px 25px;
	width: 49%;
}
@media screen and (max-width:479px) {
	.member-info__item {
		padding: 20px 25px;
		width: 100%;
	}
	.member-info__item:first-child {
		margin-bottom: 10px;
	}
}
.member-info__item dt {
	border-bottom: 1px solid #dfdfdf;
	color: #009900;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 114%;
	font-weight: bold;
	line-height: 1.57;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 100%;
	height: 50px;
}
@media screen and (max-width:479px) {
	.member-info__item dt {
		height: auto;
	}
}
.member-info__item dd {
	width: 100%;
}
.member-info__item dd > p {
	color: #009900;
	font-size: 114% !important;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px !important;
}
.member-info__item dd > .button {
	margin-bottom: 0;
}
.member-info__item dd > .button .button-link {
	width: 244px;
}
@media screen and (max-width:479px) {
	.member-info__item dd > .button .button-link {
		width: 100%;
	}
}
.direct-info {
	background: #ffe8df;
	border-radius: 21px;
	box-sizing: border-box;
	padding: 40px;
	margin-bottom: 10px;
}
@media screen and (max-width:479px) {
	.direct-info {
		border-radius: 0;
		padding: 30px 10px;
		margin-left: -10px;
		margin-right: -10px;
	}
}
.direct-info__heading {
	text-align: center;
	margin-bottom: 20px !important;
}
.direct-info .button-column2 {
	margin-bottom: 0;
}
.direct-info .button-column2__item:first-child {
	margin-right: 30px;
}
@media screen and (max-width:479px) {
	.direct-info .button-column2__item:first-child {
		margin-right: 0;
	}
}