@charset "shift_jis";
/* --------------------------------
* /common-files/css/campaign/charge.css
--------------------------------
* - Layout
* - Component
--------------------------------
@media screen and (max-width: 750px)
* - Layout
* - Component
-------------------------------- */
/* - Layout
-------------------------------- */
body {
	min-width: 720px;
}
#pageContainer {
	overflow-x: hidden;
}
#header #headerContents,
#mainContents,
#footer #footerContents {
	width: 720px;
}

/* - Component
-------------------------------- */
.chargeWrap {
	padding: 20px 30px;
	background: #f0f0f0;
}
.chargeAnchor.btnList01 {
	margin-top: 0;
}
.chargeAnchor.btnList01 > li {
	float: left;
	width: 48.5%;
	margin-left: 3%;
}
.chargeAnchor.btnList01 > li + li {
	margin-top: 0;
}
.chargeAnchor.btnList01 > li:nth-child(2n+1) {
	margin-left: 0;
	clear: left;
}
.chargeAnchor.btnList01 > li:nth-child(n+3) {
	margin-top: 2%;
}
.chargeAnchor.btnList01 > li a {
	width: 100%;
	background: #fff;
	border-bottom-color: #a5a5a5;
}
.chargeAnchor.btnList01 > li a:after {
	background: url(/campaign/charge/img-files/charge_ic01.png) 100% 50% no-repeat;
}
.chargeSec01 {
	margin-top: 30px;
	padding: 10px 10px 20px;
	background: #fff;
	-webkit-border-radius: 5px;
		 -moz-border-radius: 5px;
					border-radius: 5px;
}
.chargeSec02 {
	margin-top: 30px;
}
.chargeSec03 {
	margin-top: 15px;
}
.chargeSec03 + .chargeSec03 {
	padding-top: 15px;
	border-top: 1px dashed #a9a9a9;
}
.chargeHdg01 {
	margin-bottom: 20px;
	text-align: center;
}
.chargeHdg01 .sub {
	display: inline-block;
	margin-top: 3px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2;
	font-weight: bold;
}
.chargeHdg02 {
	margin-bottom: 15px;
	padding: 8px;
	background: #333;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.chargeHdg02 > span {
	position: relative;
	display: inline-block;
	padding-left: 40px;
}
.chargeHdg02 > span:after {
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 30px;
	height: 22px;
	margin-top: -11px;
	content: "";
}
.chargeHdg02.type-net > span:after {
	background: url(/campaign/charge/img-files/charge_ic02.png) 50% 50% no-repeat;
}
.chargeHdg02.type-tel > span:after {
	background: url(/campaign/charge/img-files/charge_ic03.png) 50% 50% no-repeat;
}
.chargeHdg03 {
	position: relative;
	margin-bottom: 15px;
	padding: 9px 0;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	padding-left: 50px;
}
.chargeHdg03:after {
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 44px;
	height: 44px;
	margin-top: -22px;
	content: "";
}
.chargeHdg03.type-sp:after {
	background: url(/campaign/charge/img-files/charge_ic04.png) 50% 50% no-repeat;
}
.chargeHdg03.type-mb:after {
	background: url(/campaign/charge/img-files/charge_ic05.png) 50% 50% no-repeat;
}
.chargeHdg03.type-pc:after {
	background: url(/campaign/charge/img-files/charge_ic06.png) 50% 50% no-repeat;
}
[class*="chargeHdg"] + * {
	margin-top: 0 !important;
}
.contactFlow > li {
	float: left;
	position: relative;
	display: block;
	margin: 0 20px 6px 0;
	padding: 10px;
	background: #ececec;
	border: 1px solid #c7c7c7;
	-webkit-border-radius: 5px;
		 -moz-border-radius: 5px;
					border-radius: 5px;
	font-weight: bold;
}
.contactFlow > li:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	top: 50%;
	right: -15px;
	margin-top: -8px;
	border-left: 10px solid #bcbcbc;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	content: "";
}
.contactFlow > li:last-child {
	margin-right: 0;
	background: #a5001e;
	border-color: #a5001e;
	color: #fff;
}
.contactFlow > li:last-child:after {
	display: none;
}
.chargeQR {
	position: relative;
}
.chargeQR:after {
	position: relative;
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	top: 15px;
	right: -20px;
	border-left: 10px solid #bcbcbc;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	content: "";
}
.corporateContact {
}
.corporateContact .text {
	margin-bottom: 10px;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
}
.corporateContact .text2 {
	margin-bottom: 10px;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
.corporateContact .text + *,
.corporateContact .text2 + * {
	margin-top: 0 !important;
}
.corporateContact .contactElm {
	padding: 16px 10px 20px;
	border: 10px solid #ececec;
}
.contactElmText {
	margin-bottom: 8px;
	font-weight: bold;
}
.contactDefList {
	text-align: center;
	font-weight: bold;
}
.contactDefList + .contactDefList {
	margin-top: 8px;
}
.contactDefList dd {
	margin-top: 8px;
	font-size: 16px;
	font-size: 1.6rem;
}
.contactSubList {
	margin-top: 1.0em;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
}
.btnLink01.charge_close a:after {
	right: 10px;
	height: 14px;
	width: 14px;
	margin-top: -7px;
	background-image: url(/common-files/img/com_close_ic01.png);
}
.txtLarge03{
	font-size: 22px;
	font-size: 2.2rem;
	text-align: center;
}

@media screen and (max-width: 750px) {
/* - Layout
-------------------------------- */
body {
	min-width: 320px;
}
#pageContainer {
	overflow-x: hidden;
}
#header #headerContents,
#mainContents,
#footer #footerContents {
	width: 100%;
}

/* - Component
-------------------------------- */
.chargeWrap {
	margin: 0 -10px;
	padding: 10px;
}
.chargeAnchor.btnList01 > li a {
	padding: 9px 20px 9px 15px;
}
.chargeAnchor.btnList01 > li a:hover {
	margin-top: 0;
	border-bottom-width: 3px;
}
.chargeAnchor.btnList01 > li img {
	max-height: 22px;
	width: auto;
	height: auto;
}
.chargeAnchor.btnList01 > li a:after {
	width: 7px;
	height: 4px;
	margin-top: -2px;
	-webkit-background-size: 7px 4px;
					background-size: 7px 4px;
}
.chargeSec01 {
	margin-top: 10px;
}
.chargeSec01 + .chargeSec01 {
	margin-top: 30px;
}
.chargeSec02 {
	margin-top: 20px;
	font-size: 12px;
	font-size: 1.2rem;
}
.chargeSec03 {
	font-size: 12px;
	font-size: 1.2rem;
}
.chargeHdg01 .sub {
	font-size: 13px;
	font-size: 1.3rem;
}
.chargeHdg02 {
	font-size: 15px;
	font-size: 1.5rem;
}
.chargeHdg02 > span {
	padding-left: 20px;
}
.chargeHdg02 > span:after {
	width: 15px;
	height: 11px;
	margin-top: -6px;
}
.chargeHdg02.type-net > span:after {
	-webkit-background-size: 14px 11px;
					background-size: 14px 11px;
}
.chargeHdg02.type-tel > span:after {
	-webkit-background-size: 9px 11px;
					background-size: 9px 11px;
}
.chargeHdg03 {
	margin-bottom: 5px;
	padding: 0;
	font-size: 15px;
	font-size: 1.5rem;
	padding-left: 28px;
}
.chargeHdg03:after {
	width: 22px;
	height: 22px;
	margin-top: -11px;
}
.chargeHdg03.type-sp:after,
.chargeHdg03.type-mb:after,
.chargeHdg03.type-pc:after {
	-webkit-background-size: 22px 22px;
					background-size: 22px 22px;
}
.contactFlow > li {
	display: block;
	margin: 0 10px 4px 0;
	padding: 4px 6px;
	font-size: 10px;
	font-size: 1.0rem;
}
.contactFlow > li:after {
	right: -8px;
	margin-top: -4px;
	border-left-width: 5px;
	border-top-width: 4px;
	border-bottom-width: 4px;
}
.corporateContact {
}
.corporateContact .text {
	font-size: 13px;
	font-size: 1.3rem;
}
.corporateContact .contactElm {
	padding: 8px 5px 10px;
	border-width: 5px;
}
.corporateContact .contactElm + .contactElm {
	margin-top: 10px;
}
.contactDefList {
	text-align: center;
	font-weight: bold;
}
.contactDefList dd {
	margin-top: 4px;
	font-size: 15px;
	font-size: 1.5rem;
}
.btnLink01.charge_close a:after {
	right: 10px;
	height: 14px;
	width: 14px;
	margin-top: -7px;
	background-image: url(/common-files/img/sp_com_close_ic01.png);
	-webkit-background-size: 14px 14px;
					background-size: 14px 14px;
}
.txtLarge03{
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
}	
}

/* - clearfix
-------------------------------- */
.chargeAnchor:after,
.contactFlow:after {
	display: block;
	clear: both;
	content: "";
}
.chargeAnchor,
.contactFlow {
	zoom: 1;
}