@charset "UTF-8";

html,
body,
div,
span,
p,
blockquote,
pre,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 18px;
	height: 100%;
}

body {
	background-color: #fff;
	color: #5d5d5d;
	font-family: 'メイリオ', 'Meiryo', 'Meiryo UI', 'ヒラギノ角ゴ Pro W3', 'Osaka', Arial;
	-webkit-font-smoothing: antialiased;
	height: 100%;
	overflow-wrap: break-word;
}

.comments {
	font-size: 16px;
	margin-top: 30px;
	padding-left: 2em;
}

@media screen and (max-width:1024px) {
	.comments {
		font-size: 15px;
	}
}

@media screen and (max-width:768px) {
	.comments {
		font-size: 13px;
	}
}

.list-style-marker {
	margin-left: -2em;
}

.list-indent {
	padding-left: 2em;
	text-indent: -1em;
}

h1 {
	background: transparent;
	border: 0;
	color: #fff;
	display: inline-block;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0;
	padding: 8px 0;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.75);
	vertical-align: baseline;
}

h2,
h3 {
	background: transparent;
	border: 0;
	border-bottom: 2px solid #5d5d5d;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 8px 0;
	vertical-align: baseline;
}

h4 {
	background: transparent;
	border: 0;
	box-sizing: border-box;
	cursor: default;
	display: inline-block;
	font-size: 100%;
	font-weight: normal;
	line-height: 28px;
	margin: 0;
	padding: 13px 8px 13px 54px;
	-webkit-tap-highlight-color: transparent;
	vertical-align: baseline;
	width: 100%;
}

h4::before {
	background: #4bbfc3;
	border-radius: 50%;
	color: #fff;
	content: "Q";
	display: block;
	height: 30px;
	left: 8px;
	padding: 4px;
	position: absolute;
	text-align: center;
	top: 8px;
	width: 30px;
}

h5,
h6 {
	background: transparent;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

input {
	-webkit-appearance: none;
	font-family: 'メイリオ', 'Meiryo', 'Meiryo UI', 'ヒラギノ角ゴ Pro W3', 'Osaka', Arial;
	-webkit-tap-highlight-color: transparent;
}

/*IEのinputタグの×ボタンをオフ*/
input::-ms-clear {
	visibility: hidden;
}

a {
	color: inherit;
	-webkit-tap-highlight-color: transparent;
	text-decoration: none;
}

a.bankList {
	color: inherit;
	-webkit-tap-highlight-color: transparent;
	text-decoration: underline;
}

a.serviceSiteLinks:hover {
	text-decoration: underline;
}

.textLink,
.multiPaymentLink,
.busmoriLink,
.serviceSiteLinks {
	color: #0000ff;
	-webkit-tap-highlight-color: transparent;
	text-decoration: underline;
}

img {
	border: none;
}

img.faqList {
	border: none;
	max-width: 80%;
	max-height: 80%;
}

.header {
	background: #009688;
	padding-bottom: 13px;
}

.logo {
	float: right;
	margin: 23px 19px 23px 18px;
}

.page_address {
	color: white;
	font-size: 12px;
	padding: 12px 0 0 12px;
}

.searchBox {
	display: none;
	float: right;
	margin-top: 13px;
}

.searchWord {
	background-color: #f8f8f8;
	background-image: url(../images/search.png);
	background-position: right 16px center;
	background-repeat: no-repeat;
	border: 1px solid #5d5d5d;
	border-radius: 12px;
	box-shadow: none;
	height: 38px;
	outline: none;
	padding-left: 1em;
	width: 365px;
}

.btnSearch {
	background-color: #000;
	border: none;
	border-radius: 12px;
	box-shadow: none;
	color: #fff;
	height: 40px;
	outline: none;
	width: 50px;
}

.btnClear {
	background-color: #385677;
	border: none;
	border-radius: 10px;
	box-shadow: none;
	color: #fff;
	height: 30px;
	margin-left: 16px;
	outline: none;
}

.search_num {
	display: none;
	padding: 1em;
	text-align: center;
}

.bold {
	font-weight: bold;
}

.wrap {
	margin: 0 auto;
	max-width: 1024px;
	min-width: 320px;
	width: 90%;
}

.footer {
	background: #000;
	color: #fff;
	font-size: 0.7em;
	height: 52px;
	margin-top: -60px;
	padding-top: 8px;
	text-align: center;
}

.container {
	min-height: 100%;
}

.main {
	padding-bottom: 60px;
}

ul li {
	list-style-type: none;
}

.category {
	margin: 2em auto;
	padding-bottom: 1em;
	padding-top: 1em;
	width: 100%;
	zoom: 1;
	/* old IE6or7  */
}

.category:after {
	/* float解除のため */
	clear: both;
	content: "";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

.category ul li a {
	box-shadow: 3px 3px 6px 1px #666;
	display: block;
	float: left;
	font-size: 18px;
	height: 3em;
	line-height: 3em;
	margin-right: 2.75%;
	margin-top: 1em;
	position: relative;
	text-decoration: none;
	width: 31.5%;
}

.category ul li a.disabled {
	z-index: -1;
}

.category ul li a.disabled::after {
	background-color: #bfbfbf;
	background-color: rgba(127, 127, 127, 0.5);
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.category ul li img {
	margin: auto 16px;
	vertical-align: middle;
}

.category ul li:nth-child(3n) a {
	margin-right: 0;
}

.faq_list {
	clear: both;
	color: #4d4d4d;
	padding-right: 50px;
	position: relative;
}

.faq_list>section {
	margin-right: -50px;
}

.btn_top {
	padding-left: 100%;
	position: relative;
	text-align: right;
}

.btnTop {
	background-color: #333333;
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 12px;
	bottom: 16px;
	box-shadow: 3px 3px 6px 1px #666;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	height: 134px;
	padding: 8px 0;
	position: absolute;
	text-align: center;
	transform: translate3d(0, 0, 0);
	width: 50px;
	z-index: 1;
}

.btnTop p {
	height: 92px;
	line-height: 50px;
	padding: 0;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	/* IE用　*/
	-webkit-writing-mode: vertical-rl;
}

.sideways {
	/* macOSのChromeでtext-orientationがデフォルトの「mixed」だと縦書きにならない文字があるので、
	「sideways（全行を横書きで書いて90°回転したようにレイアウトする）」をその文字に使用する。
	ただし、FireFoxだと「sideways」で位置がおかしくなるためChromeのみの対応とする。 */
	-webkit-text-orientation: sideways;
}

.qr_trademark_display {
	margin: 20px 0 20px 186px;
}

.bankListSection {
	padding: 30px;
}

.bankListDescription {
	margin-top: 18px;
}

.bankListTitle {
	margin-bottom: 40px;
}

@media screen and (max-width:480px) {
	.bankListSection {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.bankListTable {
	border-collapse: collapse;
	width: 100%;
	font-size: 16px;
}

@media screen and (max-width:1024px) {
	.bankListTable {
		font-size: 15px;
	}
}

@media screen and (max-width:768px) {
	.bankListTable {
		font-size: 13px;
	}
}

.bankListTable th {
	color: white;
	background-color: #009688;
	border: 1px solid #ccc;
	padding: 0.3em 1em;
}

.bankListTable td {
	border: 1px solid #ccc;
	padding: 0.3em 1em;
	text-align: center;
}

@media screen and (max-width:1024px) {
	.bankListTable th {
		display: none;
	}

	.bankListTable td {
		border: none;
		box-sizing: border-box;
		display: block;
		padding: 0.3em 0.5em;
		width: 100%;
	}

	.bankListTable tr {
		border: 1px solid #ccc;
	}
}

/* 余白調整 */
.bankListTable th:nth-child(1) {
	width: 10em;
}

.bankListTable td:nth-child(2) {
	text-align: left;
}

@media screen and (max-width:1024px) {
	.bankListTable td:nth-child(1) {
		color: white;
		background-color: #009688;
		font-weight: bold;
		text-align: left;
		width: 100%;
	}

	.bankListTable td:nth-child(2) {
		float: left;
		width: 100%;
	}

	.bankListTable td:nth-child(2)::before {
		border-bottom: dotted 1px #ccc;
		display: block;
		margin-bottom: 3px;
		padding-bottom: 3px;
	}

	.bankListTable td:nth-child(2)::before {
		content: 'ご利用時の注意事項';
	}
}

.participateListCategoryLink {
	display: flex;
	flex-wrap: wrap;
	padding: 0.5em 0;
	justify-content: center;
}

.participateListCategoryLink li a {
	border-bottom: solid 1px #ccc;
	color: #5d5d5d;
	display: block;
	margin-right: 1em;
	margin-top: 1em;
	padding-left: 0.7em;
	padding-right: 0.7em;
	padding-top: 0.1em;
}

.participateListSection {
	padding: 30px;
}

.participateListCategoryTitle {
	border-bottom: solid 2px #ccc;
	font-weight: bold;
	text-align: center;
}

.participateListDescription {
	margin-top: 18px;
}

.cnsListDescription {
	margin-top: 18px;
}

.participateListTable {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin-top: 30px;
	width: 100%;
}

.participateListTable a {
	display: block;
	position: relative;
}

.participateListTable th {
	color: white;
	background-color: #009688;
	border: 1px solid #ccc;
	padding: 0.3em 1em;
}

/* 各テーブルの列幅の統一 */
.participateListTable td:nth-child(1),
.participateListTable th:nth-child(1) {
	width: 50%;
}

.participateListTable th:nth-child(2) {
	min-width: 25%;
}

.participateListTable th:nth-child(3) {
	min-width: 25%;
}

.participateListTable td {
	padding: 0.3em 1em;
	text-align: center;
	border: 1px solid #ccc;
}

.recentlyAddedParticipateListTable {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin-top: 30px;
	width: 100%;
}

.recentlyAddedParticipateListTable a {
	display: block;
	position: relative;
	color: #f37748;
	text-decoration: underline;
}

.recentlyAddedParticipateListTable th {
	color: white;
	background-color: #f37748;
	border: 1px solid #ccc;
	padding: 0.3em 1em;
}

.recentlyAddedParticipateListTable td:nth-child(1),
.recentlyAddedParticipateListTable th:nth-child(1) {
	width: 16em;
}

.recentlyAddedParticipateListTable th:nth-child(2) {
	width: 8em;
}

.recentlyAddedParticipateListTable th:nth-child(3) {
	width: 7em;
}

.recentlyAddedParticipateListTable td {
	padding: 0.3em 1em;
	text-align: center;
	border: 1px solid #ccc;
}

section {
	position: relative;
}

section .faq_category_title {
	display: inline-block;
	position: absolute;
	top: 0;
	transform: translate3d(0, 0, 0);
	width: 178px;
	z-index: 1;
}

section .faq_category_list {
	left: 186px;
	position: relative;
	transform: translate3d(0, 0, 0);
	width: 660px;
	width: calc(100% - 178px - 50px - 16px);
}

section .faq_set {
	box-shadow: 3px 3px 6px 1px #666;
	margin-bottom: 1em;
	overflow: hidden;
	transition: height 0.8s ease;
}

section .faq_set .faq_a {
	font-size: 16px;
	letter-spacing: 1px;
	margin-top: -22px;
	padding: 0 8px 13px 54px;
}

section .faq_set p:not(:first-child) {
	margin-top: 1em;
}

section .faq_set .faq_a::before {
	background: #e29676;
	border-radius: 50%;
	color: #fff;
	content: "A";
	display: block;
	font-size: 18px;
	height: 30px;
	left: -46px;
	line-height: 30px;
	padding: 4px;
	position: relative;
	text-align: center;
	top: 30px;
	width: 30px;
}

section .faq_set .tab_1 {
	display: inline-block;
	width: 17em;
}

section .faq_set .tab_2 {
	display: inline-block;
}

section .faq_set ol li {
	font-size: 16px;
	letter-spacing: 1px;
	list-style-position: inside;
	padding-left: 46px;
}

section .faq_set ol {
	padding-bottom: 1em;
}

section .faq_set .faq_id {
	color: #999999;
	font-size: 13px;
	margin-top: 16px;
	text-align: right;
}

section .faq_set a {
	border-bottom: solid 1pt #5d5d5d;
}

section .faq_set a:hover {
	border-bottom-color: #f27935;
	color: #f27935;
}

@media screen and (max-width:1024px) {

	/*　画面サイズが1024pxより小さい　*/
	.wrap {
		width: 100%;
	}

	h3,
	.category {
		margin: 0 auto;
		width: 90%;
	}

	.category ul li a {
		width: 48.62%;
	}

	.category ul li:nth-child(3n) a {
		margin-right: 2.75%;
	}

	.category ul li:nth-child(2n) a {
		margin-right: 0;
	}

	h1 {
		display: block;
		text-align: center;
	}

	.searchBox {
		margin-top: 21px;
		text-align: center;
		width: 100%;
	}

	.searchWord {
		width: 70%;
	}

	.category {
		margin-top: 6em;
	}

	.faq_list>section {
		margin-right: -66px;
	}

	.faq_list {
		padding-right: 66px;
	}

	.btnTop {
		height: 34px;
	}

	.btnTop p {
		display: none;
	}

	.btn_top {
		padding-top: 34px;
	}

	section .faq_category_title {
		background: #ffffff;
		background: rgba(255, 255, 255, 0.8);
		display: block;
		margin: 0;
		width: 100%;
	}

	section .faq_category_list {
		left: auto;
		margin: 3em auto;
		padding-top: 3.5em;
		width: 100%;
	}

	section .faq_category_list .faq_set {
		margin-left: 5%;
		width: 90%;
	}

	.qr_trademark_display {
		margin: 20px 0 20px 5%;
	}
}

@media screen and (max-width:768px) {

	/*　画面サイズが768pxより小さい　*/
	.category ul li a {
		width: 100%;
	}

	.participateListTable {
		font-size: 13px;
	}
}

@media screen and (max-width:480px) {

	/*　画面サイズが480pxより小さい　*/
	html {
		font-size: 16px;
	}

	.page_address {
		display: none;
	}

	.logo {
		float: none;
		margin: 0 auto;
		padding-top: 8px;
		text-align: center;
	}

	.header {
		min-width: 320px;
		padding-bottom: 0px;
	}

	.subPageTitle {
		font-size: 20px;
	}

	.category h2 {
		border-bottom-width: 1px;
	}

	h3 {
		border-bottom-width: 1px;
	}

	.faq_category_list {
		background-attachment: scroll;
		background-position: right 2em top 4em;
		background-repeat: no-repeat;
		background-size: 200px 200px;
	}

	.faq_category_list::before {
		background-color: #fff;
		content: "";
		display: block;
		height: 100%;
		opacity: 0.8;
		position: absolute;
		top: 0;
		width: 100%;
	}

	.backgroundImageCharge .faq_category_list {
		background-image: url(../images/ctgCharge.svg);
	}

	.backgroundImageElse .faq_category_list {
		background-image: url(../images/ctgElse.svg);
	}

	.backgroundImageAccount .faq_category_list {
		background-image: url(../images/ctgAccount.svg);
	}

	.backgroundImageDigitalCertificate .faq_category_list {
		background-image: url(../images/ctgDigitalCertificate.svg);
	}

	.backgroundImageLetter .faq_category_list {
		background-image: url(../images/ctgLetter.svg);
	}

	.backgroundImageService .faq_category_list {
		background-image: url(../images/ctgService.svg);
	}

	.backgroundImagePoint .faq_category_list {
		background-image: url(../images/ctgPoint.svg);
	}

	.backgroundImageParticipate .faq_category_list {
		background-image: url(../images/ctgParticipate.svg);
	}

	.backgroundImagePayment .faq_category_list {
		background-image: url(../images/ctgPayment.svg);
	}

	section .faq_set {
		border-bottom: 1px solid #999999;
		box-shadow: 0 0 0 0;
		margin-bottom: 0;
	}

	section .faq_set:last-child::after {
		background-color: transparent;
		height: 32px;
	}

	section .faq_set .faq_a {
		font-size: 14px;
	}

	section .faq_set .tab_2 {
		padding-left: 2em;
	}

	.searchBox {
		margin-top: 22px;
	}

	.searchWord {
		height: 30px;
	}

	.btnSearch {
		height: 32px;
	}

	.footer {
		font-size: 10px;
		min-width: 320px;
	}

	.participateListTable {
		padding-left: 10px;
		padding-right: 10px;
	}
}

/* CNS事業者 */
.municipalityListCategoryTitle {
	border-bottom: solid 2px #ccc;
	font-weight: bold;
	text-align: center;
}

.municipalityListTable {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin-top: 30px;
	width: 100%;
}

.municipalityListTable th {
	color: white;
	background-color: #009688;
	border: 1px solid #ccc;
	padding: 0.3em 1em;
}

.municipalityListTable td {
	padding: 0.3em 1em;
	text-align: center;
	border: 1px solid #ccc;
}

/* Billing加盟店 */
.billingParticipateListCategoryTitle {
	border-bottom: solid 2px #ccc;
	font-weight: bold;
	text-align: center;
}

.billingParticipateListTable {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin-top: 30px;
	width: 100%;
}

.billingParticipateListTable th {
	color: white;
	background-color: #009688;
	border: 1px solid #ccc;
	padding: 0.3em 1em;
}

.billingParticipateListTable td {
	padding: 0.3em 1em;
	text-align: center;
	border: 1px solid #ccc;
}

.paymentSlip {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}
