@charset "UTF-8";
/* アコーディオン用 */
[data-accordion-id] { display: none; }
/* /アコーディオン用 */

.i_poinco_portrait {
	width: 56px !important;
}

@media only screen and (max-width: 768px) {
	.i_poinco_portrait {
		width: 12vw !important;
	}
}

.acc_overview_wrap {
	border: 1px solid #ebebeb;
	border-radius: 10px;
}

/* カード3種テーブル */
.acc_overview_title {
	display: block;
	color: inherit;
	padding: 1.5em 3em 1.5em 1.5em;
	position: relative;
	cursor: pointer;
}

.acc_overview_title:after {
	content: "";
	position: absolute;
	display: inline-block;
	right: 1.5em;
	top: 50%;
	margin-top: -8px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotate(135deg);
}

.isOpenTop.acc_overview_title:after {
	transform: rotate(-45deg);
	margin-top: -2px;
}

.acc_overview_content {
	padding: 1em 1.5em 1.5em;
}

.tableoverview_wrap .thum_text_wrap {
	position: relative;
}

.thum_wrap {
	position: absolute;
	width: 60px;
	left: 1em;
	top: 50%;
	transform: translateY(-50%);
}

.p-table05-head__head:first-child {
	width: 262px;
}

.p-table05-head__head:nth-of-type(2) {
	width: 348px;
}
@media only screen and (max-width: 768px) {
	.p-table05-head__head {
		width: 276px;
	}
	.p-table05-head__head:first-child {
		width: 156px;
	}
	.p-table05-head__head:nth-of-type(2) {
		width: 340px;
	}
}
/* /カード3種テーブル */

/* 目次用リスト */
.c-tocList__item {
    position: relative;
    padding-left: 44px;
    line-height: 2;
}

.c-tocList__bullets {
    position: absolute;
    content: "";
    left: 4px;
    top: 0;
    display: block;
    width: auto;
    height: auto;
}

.c-asteriskList__item {
	position: relative;
    padding-left: 1em;
    font-size: 1.2rem;
    line-height: 2;
}

.c-asteriskList__item::before {
    position: absolute;
    content: "*";
    left: 0;
    top: 0;
}

/* テーブル用 */
.p-tableRefundRate .p-table05-head__head.p-table05-head__head--red {
	background-color: #c03;
	color: #fff;
}

.p-tableRefundRate .p-table05-head__head.p-table05-head__head--pink {
	background-color: #fff9f9;
}

.p-tableRefundRate .p-table05-body__cell.p-table05-body__cell--red {
	background-color: #c03;
	font-weight: bold;
	color: #fff;
}

.p-tableRefundRate .p-table05-body__cell.p-table05-body__cell--pink {
	background-color: #fff9f9;
}

@media only screen and (max-width: 768px) {
	.p-tableRefundRate {
		width: 800px;
	}
}

/* 条件リスト */
.c-termsCardStyle {
	width: 100%;
	margin-top: 40px;
}

.c-termsCardStyle li {
    position: relative;
    width: 98%;
    margin-left: 2%;
    margin-bottom: 36px;
    padding: 28px 60px;
    border-radius: 24px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.c-termsCardStyle__icon {
    position: absolute;
    top: -24px;
    left: -24px;
    display: table;
    width: 130px;
    height: 47px;
    background-color: #C03;
    border-radius: 80px;
    text-align: center;
}

.c-termsCardStyle__icon span {
    display: table-cell;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
}

.c-termsCardStyle__txt {
    font-size: 1.6rem;
    font-weight: bold;
    vertical-align: middle;
}

@media only screen and (max-width: 768px) {
	.c-termsCardStyle li {
		width: 100%;
		margin-left: 0;
		padding: 24px 32px;
	}
	.c-termsCardStyle__icon {
		left: -12px;
		width: 120px;
		height: 40px;
	}
	.c-termsCardStyle__icon span {
		font-size: 1.8rem;
	}
}

/* STEP */
.c-monexBenefitsStep {
	margin: 0 60px;
}

.c-monexBenefitsStep li:nth-child(n+2) {
    margin-top: 20px;
}

.c-monexBenefitsStep__logo {
    display: inline-block;
    width: 100%;
    min-height: 40px;
    margin-bottom: 16px;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 2rem;
    font-weight: bold;
    background-color: #FEC54A;
    text-align: center;
    vertical-align: middle;
    border-radius: 100px;
}

@media only screen and (max-width: 768px) {
	.c-monexBenefitsStep {
		margin: 0;
	}
}