﻿@charset "utf-8";
/***********************************************************
h2
***********************************************************/
h2.h2Base01 {
	border: 5px solid #007d49;
	border-bottom: none;
	border-left: none;
	border-right: 1px;
}
/***********************************************************
h3
***********************************************************/
h3.h3Base01:before {
	background-color: #007d49;
}
/***********************************************************
noteBox
***********************************************************/
.noteBox {
	margin: 20px 0 35px 0;
	padding: 10px;
	border: 1px solid #dfdfdf;
}
/***********************************************************
btnBlock01
***********************************************************/
.btnBlock01 {
	font-size: 0;
}
.btnBlock01 .whiteBtn01 a {
	width: 100%;
	background-image: url(/spapp/popay/cmn/img/wbtn_ico_001.png);
}
.btnBlock01 .whiteBtn01 a:hover {
	border: 1px solid #007d49;
	box-shadow: 0 2px 0 0 #007d49;
	background-color: #fff;
}
/*---------------
anchourBtn01
------------------*/
.btnBlock01 .anchourBtn01 {
	padding-bottom: 5px;
}
.btnBlock01 .anchourBtn01 a {
	position: relative;
	display: block;
	min-width: 57.78%;
	width: 100%;
	height: auto;
	font-size: 1.142rem;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	line-height: 1.3;
	padding: 1.071rem 1.500rem 0.928rem 3.071rem;
	border: 1px solid #7f7f7f;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	background-color: #ffffff;
	box-shadow: 0 2px 0 0 #7f7f7f;
}
.btnBlock01 .anchourBtn01 a:before {
	content: '';
	display: block;
	position: absolute;
	left: 1rem;
	top: calc(50% - 9.5px);
	width: 19px;
	height: 19px;
	background-image: url(/spapp/popay/cmn/img/wbtn_ico_001.png);
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.btnBlock01 .anchourBtn01 a:hover {
	border: 1px solid #007d49;
	box-shadow: 0 2px 0 0 #007d49;
	background-color: #fff;
}
/***********************************************************
qaCont
***********************************************************/
.qaCont {
	margin: 0 0 1.428rem 0;
}
.qaCont .imgBlock {
	float: left;
	width: 22px;
	margin: 0 10px 0 0;
}
.qaCont .textBlock {
	float: left;
}
.qaCont .quest:before, .qaCont .quest:after, .qaCont .answ:before, .qaCont .answ:after {
	content: " ";
	display: table;
}
.qaCont .quest:after, .qaCont .answ:after {
	clear: both;
}
.qaCont .quest {
	padding: 10px;
	border: 1px solid #dfdfdf;
	border-radius: 4px;
}
.qaCont .quest .textBlock p {
	font-size: 1rem;
	font-weight: bold;
}
.qaCont .quest .textBlock, .qaCont .answ .textBlock {
	width: 87%;
}
.qaCont .answ {
	margin: 1.428rem 0 0 11px;
}

/***********************************************************
qaContAc
***********************************************************/
.qaContAc {
	margin: 0 0 1.428rem 0;
}
.qaContAc .imgBlock {
	float: left;
	width: 22px;
	margin: 0 10px 0 0;
}
.qaContAc .textBlock {
	float: left;
}
.qaContAc .accordionBoxTitle .iconTypeACD {
	display: inherit;
	vertical-align: inherit;
	padding: 0 0 0 0;
	box-sizing: inherit;
	position: absolute;
	top: 50%;
	right: 0%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
.qaContAc .quest:before, .qaContAc .quest:after, .qaContAc .answ:before, .qaContAc .answ:after {
	content: " ";
	display: table;
}
.qaContAc .quest:after, .qaContAc .answ:after {
	clear: both;
}
.qaContAc .quest {
	padding: 10px 35px 10px 10px;
	border: 1px solid #dfdfdf;
	border-radius: 4px;
	position: relative;
}
.qaContAc .quest .textBlock p {
	font-size: 1rem;
	font-weight: bold;
}
.qaContAc .quest .textBlock {
	width: calc(100% - 32px);
}
.qaContAc .answ .textBlock {
	width: calc(100% - 32px);
}
.qaContAc .answ {
	margin: 1.428rem 0 0 11px;
}