@charset "UTF-8";
/*+-----+*/
/* IC - style
/*+------------------------------------------------*/

/* img */
.p-ic figure {
	text-align: center;
}
.p-ic img {
	max-width: 100%;
	margin-bottom: 8px;
}
.link_bnr a:hover {
	opacity: 0.7;
}

/* text */
.ic__wrap p,
.ic__wrap ul {
	font-size:116%;
}
.notes {
	text-indent: -1em;
	padding-left: 1em;
}
.hdg_lv2_02 {
	margin-bottom: 24px;
}
.ic__title--sub {
	margin-bottom: 16px;
	padding: 4px 8px 2px;
	border-left: 6px solid #8582b6;
	font-size: 130%;
}
.ic__txt {
	margin-bottom: 16px;
}
.ic__list {
	margin-bottom: 16px;
	margin-left: 1em;
}
.ic__list__item {
	margin-bottom: 8px;
	padding-left: 1em;
	text-indent: -0.65em;
}
.ic__list__item::before {
	display: inline-block;
	content: "●";
	margin-right: 0.25em;
	color: #1f6c20;
}
.ic-pitapa__wrap .ic__list__item::before {
	color: #8582b6;
}
.box_qa .ic-pitapa__wrap dl dt.qust {
    background-color: #f6f7f2;
    border-top: 3px solid #c3bedb;
}
.box_qa .ic-pitapa__wrap dl dd.aswr {
    padding: 21px 15px 21px 75px;
}
.link-pdf::after {
	display: inline-block;
	content: "";
	width: 14px;
	height: 20px;
	margin: 2px 4px 0;
	background: url(../images/icon_pdf.png) no-repeat;
	background-size: contain;
	vertical-align: top;
}

/* contents */
.ic__wrap {
	margin-bottom: 64px;
}
.ic__wrap dl {
	margin-bottom: 40px;
}
.ic-pitapa__wrap {
	padding: 40px;
	background: #d4d1e5;
}
.ic-pitapa__contents {
	margin-bottom: 40px;
}


/* pc */
.ic-available__wrap {
	display: flex;
	justify-content: space-between;
}
.ic-available--charge {
	width: 60%;
}
.ic-available--sign {
	width: 35%;
}
.ic-howto__wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ic-howto--img {
	width: 50%;
}
.ic-howto--txt {
	width: 45%;
}
.ic-discount--img {
	max-width: 80%;
	margin: 0 auto 0 0;
}
.bnr__wrap {
	display: flex;
	justify-content: space-between;
}
.bnr-img__wrap {
	width: 48%;
}
.bnr-img__wrap a:hover {
	opacity: 0.7;
}
.bnr-guide__img .notes {
	margin: 0;
	font-size: 100%;
	text-align: left;
}