/*
original : /content/dam/au-com/mobile/charge/202105/css/charge_202105.css
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: "";
}

abbr,
acronym {
	border: 0;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

a:focus {
	outline: none;
}

a:link {
	/*color: #000;*/
	text-decoration: none;
}

a:visited {
	/*color: #000;*/
	text-decoration: none;
}

a:hover {
	/*color: #000;*/
	text-decoration: none;
	cursor: pointer;
}

a:active {
	/*color: #000;*/
	text-decoration: none;
}

input,
button,
textarea,
select {
	font-size: 100%;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
}

hr {
	display: block;
	padding: 0;
	/* margin: 10px; */
}

body {
	/* background-color: #f3f3f3!important; */
}

.gray-note {
	/* font-size: 12px; */
	/* margin-bottom: 40px; */
	color: #aaa;
}

@media screen and (min-width: 768px) {
	body #contentsWrapper .contArea .contentAreaInner {
		max-width: 980px;
		margin: 0 auto;
	}
	.breadcrumb {
		max-width: 980px;
		margin: 0 auto!important;
	}
	h1 {
		max-width: 980px;
	}
	h1.margin-l-0 {
		margin-left: auto!important;
	}
	h1.margin-r-0 {
		margin-right: auto!important;
	}
	h1.margin-b-20 {
		margin-bottom: 50px!important;
	}
	h2 {
		max-width: 980px;
		/* margin: 0 auto 40px!important; */
		font-size: 22px;
		font-weight: bold;
		text-align: left;
	}
	.data {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		position: relative;
		padding: 25px 20px;
		border: 2px solid #eb5605;
		border-radius: 10px;
		background: #fdeee6;
	}
	.data .trg {
		background: inherit;
		padding: 0;
	}
	.data .trg::after {
		background-image: url(/content/dam/au-com/mobile/charge/images/acc_arrow.png);
		/* background-position: -94px -37px; */
		width: 53px;
		height: 53px;
		content: '';
		background-size: 100%;
		transform: rotate(180deg);
	}
	.data .trg.open::after {
		transform: rotate(0deg);
		content: '';
	}
	.data .tgl {
		border-top: 2px solid #eb5605;
		margin: 20px auto;
    	padding-top: 20px;
		max-width: 694px;
	}
	.trg {
		display: flex;
		justify-content: center;
		align-items: center;
		/* font-size: 12px; */
		text-align: center;
		position: relative;
		padding: 20px 10px 10px;
		background: #fff;
	}
	.trg span {
		font-size: 12px;
	}
	.trg::after {
		content: '>';
		transform: rotate(90deg) scale(1, 1.5);
		font-weight: bold;
		margin-left: 20px;
	}
	.tglClose-area .trg::after {
		transform: rotate(-90deg) scale(1, 1.5);
	}
	.trg.open::after {
		content: '<';
	}
	.tgl {
		/* max-width: 780px; */
		/* margin: 0 auto; */
		padding: 0 6.94% 10px;
	}
	.tgl .price {
		padding: 20px 27.2% 10px;
		border-top: 1px solid #D8D8D8;
	}
	
	.cvarea {
		/*display: flex; justify-content: center; align-items: center;*/
		background: #eb5505;
		padding: 25px 0;
		margin-top: 80px;
		margin-bottom: 60px;
		text-align: center;
	}
	.cvarea div.cvareatx {
		/*width: 62%;*/
		text-align: center;
		/*max-width: 540px;*/
		margin-bottom: 20px;
		color: #fff;
		font-weight: bold;
		font-size: 20px;
	}
	.cvarea div.cvareabtn {
		max-width: 500px;
		margin: 0 auto;
	}
	a.btn {
		height: 60px;
		text-align: center;
		line-height: 60px;
		background: none;
		color: #111!important;
		text-decoration: none!important;
		position: relative;
		display: block;
		width: 500px;
		margin: 0 auto;
		border: 1px solid #333;
	}
	a.btn:hover {
		/* opacity: .7; */
		background: #fff;
	}
	a.btn::after {
		content: '>';
		display: block;
		font-size: 14px;
		transform: scale(1, 1.5);
		position: absolute;
		right: 20px;
		top: 0;
		font-weight: normal;
	}
	a.btn.lnk::after {
		content: '>';
		display: block;
		font-size: 14px;
		transform: scale(1, 1.5);
		position: absolute;
		right: 20px;
		top: 0;
		font-weight: normal;
	}
	a.btnCV {
		background: #fff;
		color: #eb5505!important;
		position: relative;
		border: 2px solid #e5e5e5;
		width: 100%;
	}
	a.btn.btnCV:hover {
		background: #eb5505;
		color: #fff!important;
	}
	#chargeimg {
		max-width: 980px;
		padding: 50px 0;
		border: 1px solid #e5e5e5;
		border-bottom: 3px solid #e5e5e5;
		background: #fff;
		text-align: center;
		margin-bottom: 60px;
	}
	#chargeimg>div {
		max-width: 619px;
		margin: 0 auto;
		position: relative;
	}
	#chargeimg #moroplnk a {
		position: absolute;
		display: block;
		right: 4px;
		top: 4px;
		width: 38%;
		height: 87%;
		overflow: hidden;
		opacity: 0;
		background: #fff;
	}
	#chargeimg a:hover {
		opacity: 0.7!important;
	}
	img.iconplsmin {
		width: 24px;
		margin: 10px 0;
	}
	#chargeWrap h2 {
		margin-bottom: 24px!important;
	}
	#featureoption {
		padding-bottom: 60px;
	}
	#featurediscount {
		padding-bottom: 0px;
	}
	#featureoption a.btn,
	#featurediscount a.btn {
		margin-top: 44px;
	}
	.slick-slide {
		padding: 0 10px;
	}
	.slick-slide>div {
		/* border: 1px solid #EB5406; */
		/* background-color: #fff; */
		/* box-shadow: 0 2px 0 #d1d1d1; */
	}
	.slick-mb-prev {
		position: absolute;
		top: 145px;
		left: -10px;
		z-index: 1;
	}
	.slick-mb-next {
		position: absolute;
		top: 145px;
		right: -10px;
		z-index: 1;
	}
	.slick-mb-prev img,
	.slick-mb-next img {
		width: 40px;
	}
	#understand {
		padding: 30px 0;
		text-align: center;
		background: #e5e5e5;
		margin: 60px auto;
		width: 686px;
	}
	#understand p {
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	#understand ul {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#understand ul li {
		width: 40%;
		border: 1px solid #333;
		max-width: 320px;
	}
	#understand ul li:first-child {
		margin-right: 20px;
	}
	#understand ul li a {
		display: block;
		height: 60px;
		line-height: 60px;
		font-size: 16px;
		color: #333;
		background: #fff;
	}
	#understand ul li a:hover {
		opacity: .7;
	}
	#understand ul li a.on {
		background: #999999;
		font-weight: bold;
	}
}

@media screen and (max-width: 1199px) and (min-width: 768px) {}

@media screen and (max-width: 980px) and (min-width: 768px) {}

@media screen and (max-width: 767px) and (min-width: 0px) {
	body #contentsWrapper .contArea .contentAreaInner {
		margin: 0 3%;
	}
	h1.margin-l-0 {
		margin-left: 3%!important;
	}
	h2 {
		/* margin: 0 3% 10%!important; */
		font-size: 5vw;
		font-weight: bold;
		text-align: left;
	}
	.data {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		position: relative;
		padding: 25px 20px 20px;
		border: 2px solid #eb5605;
		border-radius: 10px;
		background: #fdeee6;
	}
	.data .trg {
		background: inherit;
		flex-direction: column;
		padding: 0;
	}
	.data .trg::after {
		background-image: url(/content/dam/au-com/mobile/charge/images/acc_arrow.png);
		width: 34px;
		height: 34px;
		content: '';
		background-size: 100%;
		margin-top: 15px;
		transform: rotate(180deg);
	}
	.data .trg.open::after {
		transform: rotate(0deg);
		content: '';
		margin-bottom: 10px;
	}
	.data .tgl {
		border-top: 1px solid #eb5605;
	}

	
	.trg {
		display: flex;
		justify-content: center;
		align-items: center;
		/* font-size: 12px; */
		text-align: center;
		position: relative;
		padding: 10px;
		background: #fff;
	}
	.trg span {
		font-size: 2.6vw;
	}
	.tglClose-area .trg::after {
		transform: rotate(-90deg) scale(1, 1.5);
	}
	.trg::after {
		content: '>';
		display: block;
		transform: rotate(90deg) scale(1, 1.5);
		position: relative;
		top: calc((50% - 2vw) - 2px);
		margin-left: 10px;
	}
	.trg.open::after {
		content: '<';
	}
	.tgl {
		margin: 0 7%;
	}
	.tgl .price {
		margin: 0 8%;
		border-top: 1px solid #D8D8D8;
		padding-top: 20px;
	}
	.tgl a span {
		display: inline-block;
		transform: scale(0.8, 1)
	}
	.cvarea {
		background: #eb5505;
		padding: 7% 3% 6%;
		margin-top: 18%;
		margin-bottom: 18%;
		text-align: center;
	}
	.cvarea div.cvareatx {
		text-align: center;
		color: #fff;
		font-weight: bold;
		font-size: 5vw;
		margin-bottom: 3%;
	}
	a.btn {
		height: 16vw;
		text-align: center;
		line-height: 16vw;
		background: none;
		color: #111!important;
		text-decoration: none!important;
		position: relative;
		display: block;
		width: 100%;
		margin: 0 auto;
		border: 1px solid #333;
		font-size: 4vw;
	}
	a.btn.lnk::after {
		content: '>';
		display: block;
		font-size: 3.2vw;
		transform: scale(1, 1.5);
		position: absolute;
		right: 5%;
		top: 0;
		font-weight: bold;
	}
	a.btn.btnCV {
		/*line-height: 15vw;*/
		background: #fff;
		color: #eb5505!important;
		position: relative;
		border: none;
		/*border: 2px solid #e5e5e5;*/
		font-weight: bold;
		width: 100%;
	}
	#chargeimg {
		padding: 0 0 8%;
		text-align: center;
		margin-bottom: 15%;
	}
	#chargeimg>div {
		margin: 0 auto;
		position: relative;
	}
	#chargeimg>div img {
		width: 100%;
	}
	#chargeimg #moroplnk a {
		position: absolute;
		display: block;
		right: 4px;
		top: 4px;
		width: 38%;
		height: 87%;
		overflow: hidden;
		opacity: 0;
		background: #fff;
	}
	#chargeimg #moroplnk2 {
		display: flex;
		justify-content: space-between;
	}
	#chargeimg #moroplnk2 a {
		display: block;
		width: 49%;
	}
	img.iconplsmin {
		width: 8%;
		margin: 2% 0;
	}
	#chargeWrap h2 {
		margin-bottom: 5%!important;
	}
	#featureoption {
		padding-bottom: 20%;
	}
	#featurediscount {
		padding-bottom: 0;
	}
	.slick-slide {
		padding: 0;
		/* background-color: #fff; */
		height: 100%;
	}
	.slick-slide>div img {
		width: 100%;
	}
    .slick-slide>div {
		/* background-color: #fff; */
	}
	.slick-mb-prev {
		position: absolute;
		top: 28vw;
		left: -10px;
		z-index: 1;
	}
	.slick-mb-next {
		position: absolute;
		top: 28vw;
		right: -10px;
		z-index: 1;
	}
	.slick-mb-prev img,
	.slick-mb-next img {
		width: 9vw;
	}
	#chargeWrap a.btn {
		height: 11vw;
		line-height: 10vw;
		text-align: center;
		padding: 0 5%;
	}
	#chargeWrap a.btn::after {
		content: '>';
		display: block;
		font-size: 3.2vw;
		transform: scale(1, 1.5);
		position: absolute;
		right: 5%;
		top: 0;
		font-weight: bold;
	}
	#understand {
		padding: 8% 5%;
		margin-top: 10%;
		margin-bottom: 10%;
		text-align: center;
		background: #e5e5e5;
	}
	#understand p {
		font-size: 5vw;
		font-weight: bold;
		margin-bottom: 3%;
	}
	#understand ul {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#understand ul li {
		width: 48%;
		border: 1px solid #333;
	}
	#understand ul li a {
		display: block;
		height: 12vw;
		line-height: 12vw;
		font-size: 3.4vw;
		color: #333;
		background: #fff;
	}
	#understand ul li a.on {
		background: #999999;
		font-weight: bold;
	}
	ul.note_u_img {
		margin-bottom: 5%;
	}
}

.view-sp {
	display: none;
}

.view-pc {
	display: block;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.view-sp {
		display: block;
	}
	.view-pc {
		display: none;
	}
}

.tgl {
	display: none;
}

.tgl.open {
	display: block;
}

.fwb {
	font-weight: bold!important;
}

.fcred {
	color: #FF0004!important;
}

.fcorange {
	color: #eb5505!important;
}

.fcgray {
	color: #666!important;
}

.bgW {
	background: #fff!important;
}

.taC {
	text-align: center!important;
}

.taL {
	text-align: left!important;
}

.fwB {
	font-weight: 700!important;
}

.fsp80 {
	font-size: 80%;
}

.fsp120 {
	font-size: 120%;
}

.fsp140 {
	font-size: 140%;
}

.fs12 {
	font-size: 12px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.fs12 {
		font-size: 2.6vw;
	}
}

.slide-up {
	opacity: 0;
	transform: translate(0, 120px);
	transition: .6s;
}

.slide-up.in {
	opacity: 1;
	transform: translate(0, 0);
}


/*
 SNS
----------------------------------------------------------------------------------------------------*/


/************* 20200917 ************/

a.a_inline {
	display: inline;
	font-size: inherit;
	text-decoration: underline;
	color: #FF0004!important;
}

@media screen and (max-width: 767px) and (min-width: 0px) {
	a.a_inline {
		margin-left: 1em;
		display: inline-flex;
	}
}

.ttlicon {
	position: relative;
	margin: auto 0 30px;
	/* border: 1px solid #1A1A1A; */
	box-shadow: 0px 0px 2px -1px #1a1a1a;
    background: #fff;;
}

.ttlicon .startIcon {
	position: absolute;
	z-index: 1;
	left: 20px;
	top: -20px;
	width: 80px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.ttlicon .startIcon {
		left: 0;
		width: 20%;
		top: -10px;
	}
	.ttlicon {
		margin-top: 0px;
		background: #fff;
	}
}