@charset "UTF-8";

.module-price_banner .-col .-label {
	background: #e30000;
	border-color: #e30000;
}
.module-price_banner .-col.-img img {
	width: 100%;
}

.price_plan_table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
.price_plan_table th,
.price_plan_table td {
	padding: 10px;
	border: 2px solid #ddd;
	vertical-align: middle;
}
.price_plan_table th {
	width: 25%;
	background: #fff;
	font-weight: 700;
	text-align: center;
}
.price_plan_table th:not(:empty) {
	background: #eee;
}
.price_plan_table th.th_normal {
	background: #07308c;
	color: #fff;
	text-align: left;
}
.price_plan_table th.th_big {
	background: #00a0e9;
	color: #fff;
	text-align: left;
}
.price_plan_table th.th_super {
	background: #f9962b;
	color: #fff;
	text-align: left;
}
.price_plan_table td {
	text-align: center;
}

.caution_block .-col.-txt {
	width: 60%;
}
.caution_block .-col.-img {
	width: 39%;
}

.modal_carryover_area .border_title {
	font-weight: bold;
	font-size: 2rem;
	color: #002664;
	border-bottom: solid 3px #e0e0e0;
	position: relative;
	padding: 0 0 5px 0;
	margin: 10px 0 20px 0;
}
.modal_carryover_area .border_title:after {
	content: "";
	height: 3px;
	width: 30%;
	display: block;
	position: absolute;
	left: 0;
	bottom: -3px;
	background: #00457a;
}
.modal_carryover_area .inner {
	padding: 15px;
	font-size: 1.4rem;
}
.modal_carryover_area .carryover_list {
	padding-left: 1em;
	line-height: 1.5;
}
.modal_carryover_area .carryover_list > li {
	text-indent: -1em;
}
.modal_carryover_area .unusable_area {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.modal_carryover_area .img_block {
	padding: 0;
	text-align: center;
}
.modal_carryover_area .img_block img {
	width: 150px;
}
.modal_carryover_area .unusable_list {
	margin-left: 1em;
	margin-top: 1em;
}
.modal_carryover_area .img_block_exp {
	text-align: center;
}

/* // フロー
----------------------------------------------- */
.price_charge_flow .module-flow_title {
    border-top: none;
    padding: 0 0 20px;
}
.price_charge_flow .module-flow_title li {
    width: 304px;
}
.price_charge_flow .module-flow_title .-flow {
    background-color: #71c6ff;
}
.price_charge_flow .module-flow_title .-flow .-txt {
    color: #008ae1;
}
.price_charge_flow .module-flow_title .-flow .price_charge_flow_middle .-txt {
    color: #ffffff;
    background-color: #71c6ff;
    border-color: #71c6ff;
}
.price_charge_flow .module-flow_title .-flow li:after {
    border-left-color: #71c6ff;
}
.module-flow_title .-flow .-txt {
    background-color: #e0f2fe;
    border-color: #e0f2fe;
}
.price_charge_flow .-col {
    vertical-align: top;
}
.price_charge_flow .price_charge_flow_img img {
	border: 1px solid #d3d3d3;
    height: 280px;
    margin: 0 auto 15px;
    display: block;
}
.price_charge_flow .layout-column.theme-middle {
    align-items: unset;
}
.price_charge_flow .layout-column.theme-col03 > .-col {
    width: 30%;
}
span.caution_s {
    font-size: 1.2rem;
}
.caution_p {
    font-size: 1.4rem;
    text-align: right;
    width: 370px;
}
.price_charge_flow a {
    text-decoration: underline;
}
.price_charge_flow a:hover {
	text-decoration: none;
}

.carryover_list > li {
    text-indent: -1em;
}

.img_block img {
    width: 150px;
}

.unusable_area {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.img_block_exp {
    text-align: center;
}

.note {
    font-size: 1.2rem;
}