/*--- ヘッダーメニューここまで ---*/

.fixed-width a {
	transition: .3s;
}

.faq a {text-decoration: underline;}

.faq a:hover{opacity: .5;}

h1.taxfree {
	width: 100%;

	display: flex;
	align-items: center;
	justify-content: center;
	padding: 25px 0;
	color: #fff;
	font-size: 2.8rem;
	background: #0a5f75;
}


h2 {
	color: #434343
}

.menzei h2 {
	margin-bottom: 15px !important
}


a.text_link,
a.text_link_window,
a.text_link_pdf,
a.text_link_arrow {
	border-bottom: 1px solid;
	position: relative;
	transition: .3s;
}


.faq a:after,
a.text_link_window_blue::after {
	content: "\f35d";
	font-family: Font Awesome\ 5 Free;
	font-weight: 600;
	margin: 0 0 0 1px;
}



a.text_link_pdf::after {
	content: "\f1c1";
	font-family: Font Awesome\ 5 Free;
	font-weight: 600;
	margin: 0 0 0 5px;
}

.searchList>li>a{
text-decoration: none;
}

.searchList>li>a::after{
	content: "";
display: none;
}

.text_underline {
	border-bottom: 1px solid;
}

body {
	overflow-y: scroll;
	overflow-x: hidden !important
}

p {
	letter-spacing: .3px;
	line-height: 22px;
	font-weight: 300;
	word-break: keep-all;
}

.donyu {
	justify-content: space-around;
	margin: auto
}


.faq *,
.faq :after,
.faq :before {
	/* margin: auto; */
	max-width: 1010px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box

}

.label1::after {
	font-size: 13px;
	content: "リアレジ";
	padding: 6px;
	background: #0B6D86;
	color: #fff;
	margin-left: 10px;
	vertical-align: 2px;
	font-weight: 400;
	word-break: keep-all;
	display: block;

}

.label2::after {
	font-size: 13px;
	content: "for 決済端末";
	padding: 6px;
	background: #6375b1;
	color: #fff;
	margin-left: 10px;
	vertical-align: 2px;
	font-weight: 400;
	word-break: keep-all;
	display: block;

}

.label3::after {
	font-size: 13px;
	content: "券売機";
	padding: 6px;
	background: #8a4d4d;
	color: #fff;
	margin-left: 10px;
	vertical-align: 2px;
	font-weight: 400;
	word-break: keep-all;
	display: block;

}

.label4::after {
	font-size: 13px;
	content: "その他";
	padding: 6px;
	background: #5a5a5a;
	color: #fff;
	margin-left: 10px;
	vertical-align: 2px;
	font-weight: 400;
	word-break: keep-all;
	display: block;

}

.label5::after {
	font-size: 13px;
	content: "料金";
	padding: 6px;
	background: #3d6781;
	color: #fff;
	margin-left: 10px;
	vertical-align: 2px;
	font-weight: 400;
	word-break: keep-all;
	display: block;

}

.faq div {
	margin: 0 0 2em;
	padding: 0 0 0 2em
}

.faq h2 {
	position: relative;
	margin-bottom: 1.2em;
	font-size: 15px;
	display:flex;
}

.faq h2::before {
	background-image: url(/product/atkessai/images/Q.svg);
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	background-size: contain;
	vertical-align: -9px;
	margin-left: -10px;
	background-size: contain
}

.faq p {
	position: relative;
	padding-bottom: 10px;
	font-size: 15px;
	position: relative;
	margin-left: 30px
}

.faq p::before {
	float: left;
	background-image: url(/product/atkessai/images/A.svg);
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	margin-left: -40px;
	background-size: contain
}

.faq span.addition {
	font-size: 14px
}

.faq .highlight {
	background-color: #ffe08b;
	padding: 2px 0;
	display: inline;

}
.faq div {
	margin: 0 0 2em;
	padding: 0 0 0 2em
}

.faq h2 {
	position: relative;
	margin-bottom: 1.2em;
	font-size: 15px
}

.faq h2::before {
	background-image: url(/product/atkessai/images/Q.svg);
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	background-size: contain;
	vertical-align: -9px;
	margin-left: -10px;
	background-size: contain
}

.faq p {
	position: relative;
	padding-bottom: 10px;
	font-size: 15px;
	position: relative;
	margin-left: 30px
}

.faq p::before {
	float: left;
	background-image: url(/product/atkessai/images/A.svg);
	background-repeat: no-repeat;
	content: "";
	width: 30px;
	height: 30px;
	margin-right: 10px;
	margin-left: -40px;
	background-size: contain
}

.faq span {
	font-size: 12px;
	color: #7e7e7e;
}

.list li {
	padding-top: 20px;
	border-bottom: 1px dotted #0097a7
}

.list li a {
	color: #4187AB;
}

.faq>ul>li.is-hidden {
	display: none
}

.faq__notfound {
	text-align: center;
	font-size: 20px;
	display: none
}

.faq__notfound.is-visible {
	margin: auto;
	display: block;
	padding: 20px 0
}

.search_container {
	box-sizing: border-box;
	position: relative;
	border: 1px solid #999;
	padding: 3px 10px;
	border-radius: 40px;
	height: 2.5em;
	width: 265px;
	overflow: hidden
}

.search_container input[type="search"] {
	border: none;
	height: 2em
}

.search_container input[type="search"]:focus {
	outline: 0
}

.search_container div {
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	border: none;
	background: #505357;
	color: #fff;
	position: absolute;
	width: 6em;
	height: 3.3em;
	right: 0;
	top: -3px;
	outline: none
}

.search_container i {
	position: absolute;
	top: 12px;
    right: 50%;
	font-size: 16px
}

.faq form {
	display: block;
	position: relative;
	width: 70%;
	margin: auto
}

.faq input {
	display: block;
	margin: auto;
	position: relative;
	padding: 10px;
	width: 90%;
	font-size: 1.1em;
	border: solid 2px #ccc;
	text-align: center;
	margin-bottom: 20px
}

.index_faq {
	margin-bottom: 10px !important;
	padding-bottom: 0
}

.win_spec {
	width: 100%
}

.win_title td {
	background-color: #d6c3a0;
	font-weight: 600;
	padding: 5px 20px
}

.win_spec td:nth-of-type(1) {
	width: 10%;
	padding: 5px 20px
}

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

.searchList li {
	display: inline-block;
	margin-bottom: 10px;
	text-align: center;
	margin-right: 20px
}

.tf3---value.bg-gray3 header {
	flex-flow: column wrap;
	margin-bottom: 20px
}

.tf3---value.bg-gray3 header figure {
	order: 2;
	top: 0;
	width: 100%;
	margin-bottom: 0
}

.tf3---value.bg-gray3 header h2 {
	order: 1;
	width: 100%;
	margin-bottom: 20px
}

.tf3---value.bg-gray3 header h2 img {
	width: 100%;
	height: auto !important;
	margin: 20px 0 0
}

.tf3---value.bg-gray3 header h2 {
	text-align: center
}

.tf3---value.bg-gray3 header img {
	margin-right: auto;
	margin-left: auto;
	width: 60%;
	height: 60%;
	margin: auto;
	display: flex
}

.tf3---value.bg-gray3 header figure {
	left: 0
}

.tf3---value.bg-gray3 .value-detail {
	flex-flow: column wrap;
	justify-content: space-between
}

.tf3---value.bg-gray3 .value-detail .col-6 {
	width: 100%
}

.tf3---value.bg-gray3 .value-detail .col-6+.col-6 {
	margin-top: 20px
}

.tf3---value01 .value-detail .col-6.rt {
	flex-flow: column wrap;
	width: 100%
}

.tf3---value01 .value-detail .col-6.rt .col-4 {
	margin-bottom: 20px;
	text-align: center
}

.tf3---value01 .value-detail .col-6.rt .col-7 {
	width: 100%;
	text-align: center
}

.tf3---value.bg-gray3 .fixed-width {
	padding: 20px 0 20px;
	margin-top: 50px;
	margin-bottom: 10px
}

.tf3---value.bg-blue header {
	position: relative;
	z-index: 2;
	text-align: center
}

.tf3---value.bg-blue header figure {
	left: 0;
	margin-bottom: 20px !important
}

.tf3---value.bg-blue header figure {
	width: 100%
}

.tf3---value.bg-blue header img {
	margin: 0 auto
}

.tf3---value02 header figure.col-4 {
	top: 0;
	margin: 0 auto 20px;
	text-align: center;
	margin: auto
}

.tf3---value.bg-blue header h2 {
	width: 100%;
	margin-bottom: 15px
}

.tf3---value.bg-blue header h2 img {
	width: auto;
	height: 50px !important;
	margin-bottom: 10px
}

.tf3---value.bg-blue p {
	width: 100%;
	margin-bottom: 20px;
	text-align: center
}

.tf3---value.bg-blue p img {
	width: 80%;
	height: 80%;
	object-fit: cover;
	margin: 0 auto
}

.tf3---value02 header .col-4 {
	order: 2
}

.tf3---value02 header .col-5 {
	order: 1;
	margin-bottom: 20px
}

.tf3---value02 header .col-3 {
	order: 3;
	margin-bottom: 30px
}

.tf3---value02 header .col-3 img.PC {
	display: none
}

.tf3---value02 header .col-3 img.SP {
	display: block
}

.point-detail {
	flex-flow: column wrap;
	margin-bottom: 0
}

.point-detail .col-4 {
	width: 100%;
	border-right: 0;
	margin-bottom: 20px
}

.point-detail .col-4.rt {
	justify-content: space-between;
	align-items: center
}

.point-detail .col-4 h3 {
	width: 40%;
	margin: 0 0 0
}

.point-detail .col-4 p {
	width: 55%;
	color: #000;
	line-height: 1.5;
	font-size: 90%;
	font-weight: 400;
	text-align: justify
}

.btnRe-bcpos {
	padding: 15px 15px 125px;
	font-size: .95em;
	letter-spacing: 0;
	text-align: center
}

.btnRe-bcpos::before {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 50%;
	width: 240px;
	background: url(../images/20210625/img-bcpos.png);
	background-size: cover;
	transform: translate(50%, 0)
}

.btnRe-bcpos span::before {
	content: none;
	margin: 0 .5em -.5em 0
}

.tf3---function ul.rt {
	flex-flow: column wrap;
	justify-content: space-between
}

.tf3---function li.col-4 {
	width: 100%;
	margin-bottom: 30px
}

.fancybox-content {
	width: 100%;
	display: block
}

.fancybox-content img {
	width: 100%
}

.fancybox-content {
	padding: 10px !important
}

.hero {
	height: auto
}

.tf3---function---mov figure {
	max-width: 100%;
	width: 100%;
	margin: 0 auto
}

.tf3---function---mov figure iframe {
	max-width: 100%;
	width: 100%;
	height: calc(100vw * 0.536);
	margin: 0 auto
}

.tf3---function---mov img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.tf3---function---recommendation li {
	display: flex;
	align-items: center
}

.tf3---function---recommendation li:nth-child(2),
.tf3---function---recommendation li:nth-child(3) {
	padding-left: 0;
	border-left: rgba(0, 0, 0, .1) 0 solid
}

.tf3---function---recommendation li:nth-child(3) {
	margin-bottom: 0
}

.tf3---format table.PC {
	display: none
}

.tf3---format figure.SP {
	display: block;
	width: 100%;
	margin: 0 auto
}

.tf3---format figure.SP img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.side-menu em {
	display: none
}

.breadcrumb li {
	font-size: 12px
}

.title5 {
	font-size: 14px;
	font-weight: 600
}

.howto_layout {
	width: 96%;
	margin: 0 auto;
	display: block;
	justify-content: space-between
}

.howtobox {
	width: 90%;
	text-align: center;
	margin: 20px 0;
	display: flex !important
}

.howtobox:last-child {
	margin-bottom: 10px
}

.howtoimg {
	width: 100px
}

.howtobox img {
	max-width: 80px;
	display: block !important;
	margin: auto
}

.howtobox p {
	text-align: left;
	margin-top: 10px;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 5px;
	text-align: center;
	display: flex;
	padding-left: 0em !important;
	margin: auto 0;
	margin-left: 30px;
	width: 100%
}

.howtobox p br {
	display: none
}

.howtobox::after {
	position: absolute;
	content: "↓";
	top: 88%;
	right: 46%;
	font-size: 30px
}

section.dlhero {
	padding: 10px 0;
	height: 350px
}

.install_box {
	display: block
}

.install_box .commonbox,
.install_box .winbox,
.install_box .applebox {
	width: 70%;
	min-width: 270px;
	margin: auto
}

.linkbtn {
	width: calc(96%/2)
}

.linkbtn br {
	display: block
}

.link_box .btn {
	padding: 4px;
	line-height: 18px;
	font-size: 13px;
	letter-spacing: 1.5px;
	font-weight: 300;
	justify-content: center;
	align-items: center;
	display: flex;
	display: inline-grid
}

.btn:first-child {
	margin-bottom: 10px
}

.menu {
	z-index: 1 !important
}

#nav {
	z-index: 4 !important
}

.fixed-width2 {
	margin: 0 auto;
	max-width: 100%
}

.register::before {
	font-size: 12px
}

.login {
	margin-right: 8px;
	margin-top: 10px
}

.fixed_btn {
	position: fixed;
	margin-right: 55px;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 17px 10px;
	font-size: 16px;
	border-radius: 0;
	color: #fff;
	background: #44509F;
	text-align: center
}

.DL1 .inner {
	display: block;
	height: 350px
}

.DLBox {
	width: 80%;
	height: 125px
}

h1.DL1 {
	height: 35px
}


@media(max-width:768px) {

    .faq h2 {
		display: inline;
    }

	.faq form {
		display: block;
		position: relative;
		width: 90%;
		margin: auto;
	}

	.faq h2::before {margin-bottom: 5px;}

	h2::after{width: 95px;
	text-align: center;
margin-top: 5px;
margin-bottom: 7px;

}
	

p {
    word-break:break-all;
}

	.search_container input[type="search"] {
	font-size: 12px;
	text-align: left;
	height: 2.5em;
	}

	.faq input {
		width: 100%;
	
	}

}


@media(min-width:768px) {

	a[href^="tel:"] {
		pointer-events: none
	}
}