@charset "utf-8";

/* dc/charge/ 専用CSS */

/* regist.css のオーバーライド */
.header {
	border-bottom : 1px solid #ccc;
}

.container {
	padding-bottom : 0;
}

.content_detail {
	margin : 40px auto;
}

.module-indent_list {
	margin-left:1em;
	
}

.module-indent_list li , 
.module-indent_list .-item {
	text-indent:-1em;
}

/* 共通 */
.modal_link {
	cursor:pointer;
	color:#004fa9;
	font-size: 1.4rem;
	margin:5px 0;
}

.charge_prev_btn,
.charge_prev_btn_area {
	padding : 20px 0 0 0;
}

.charge_prev_btn a,
.charge_prev_btn_area a{
	display : inline-block;
	background : #333;
	border-radius : 6px;
	padding : 5px 10px;
	color : #fff;
}
.small ,
.note_mark{
	font-size : 70%;
}


.note_mark {
	font-size : 1.4rem;
}

.contents_in_note_area {
	width : 80%;
	margin : auto;
}

.charge_btn_area {
	width : 90%;
}
.charge_modal_btn_area {
	width : 100%;
	padding : 0 20px;
}
.complete_btn_area {
	width : 100%;
	display : flex;
}
.complete_btn_area a,
.complete_btn_area div,
.complete_btn_area button {
	width : 45%;
}


.charge_modal_btn {
	background : #008ae1;
	color : #fff;
	border-radius : 25px;
	margin : 15px 0;
	padding : 10px;
	width : 100%;
	text-align : center;
	box-shadow: 0px 2px rgba(0,0,0,0.2);
}

.question_icon {
	color : #da0000;
}

.title_note {
	font-size : 1.3rem;
	text-indent : 0.5em;
}


/* -------------------------------------
ボタン
---------------------------------------- */
/* base btn */

.charge_base_btn {
	display: block;
/*	background : #ffc000;*/
	background: linear-gradient(to bottom, #ffc000 0%,#e0aa04 100%);
	color : #333;
	font-weight : 700;
	border-radius : 6px;
	font-size: 2rem;
	position: relative;
	
	text-align: center;
	line-height:70px;
	padding:0 50px;
	min-width:420px;
	transition:all 0.3s;
	cursor: pointer;
	text-decoration: none;
	margin : 0 auto;
}


.charge_base_btn:hover {
	text-decoration: none;
	color:#fff;
	opacity : 0.7;
	transition:all 0.3s;
}

.charge_base_btn:after {
	content:"\f0a9";
	font-family: FontAwesome;
	position: absolute;
	font-size: 2.2rem;
	font-weight: 900;
	right:20px;
	top:50%;
	transform:translateY(-50%);
}


/* login */
.charge_login_message_area {
/*	background : #ffedd1;*/
	text-align : center;
}

.content_login_area {
	/*background : #f4f4f4;*/
	/*border : 1px solid #07308c;*/
	background : #f7f7ef;
	border-radius : 6px;
	margin : 20px auto;
	padding : 20px 40px 0 40px;
	width : 70%;
}

.charge_login {
/*	display : flex;*/
	margin : 10px 0;
}

.charge_login input {
	width : 100%;
}

.charge_login dt {
	width : 30%;
	font-weight : 700;
	line-height : 40px;
}
.charge_login dd {
	width : 100%;
}

.logging_in_note {
	width : 70%;
	padding : 0	;
/*	background : #d3d3d3;*/
	border : #666 1px solid;
	margin-left : auto;
	margin-right : auto;
	margin-bottom : 30px;
	padding : 50px;
	text-align : center;
}

.logging_in_note p{
	
	background : #07308c;
	font-weight: 700;
	text-align : center;
	color : #fff;
	padding : 5px;
}

.logging_in_note ul {
	display : flex;
	justify-content: space-between;
}

.logging_in_note li {
	padding : 20px 0 ;
	width : 20%;
	margin-left : 10px;
	text-align : center;
}

.logging_in_note li:first-child{
	margin-left : 0;
}

.logging_in_note li img {
	margin : auto;
	margin-bottom : 10px;
}

.logging_in_note span{
	font-weight: 700;
	color : #07308c;
	padding : 5px;
}






/* info */


.charge_prev_btn_area {
	display : flex;
	justify-content : center;
}

.charge_prev_btn_area .prev_link{
	width : 20%;
}
.charge_prev_btn_area .current_date {
	width : 80%;
	font-weight : 700;
	font-size : 2.4rem;
}

.note_area {
	margin : 40px auto;
}


.order_info_area {
	display : flex;
	justify-content : flex-start;
	border : 1px solid #ccc;
	padding: 10px;
	margin-bottom : 20px;
}
.order_info_area > p {
	width : 30%;
}

.customer_name {
}

.today_capacity_info {
	border : 3px solid #07308c;
	display : flex;
	justify-content: space-between;
	align-items : center;
	margin-bottom : 40px;
}

.today_date {
	background : #07308c;
	color :#fff;
	font-size : 3.6rem;
	text-align : center;
	width : 15%;
	align-self: stretch ;
	line-height : 2.4rem;
	padding : 20px 0 0;
}

.today_text {
	padding : 15px 15px 10px;
	font-size : 2.4rem;
	width : 40%;
	color : #07308c;
	line-height : 2.4rem;
	align-self: center;
}
.today_capacity {
	color : #07308c;
	font-weight : 700;
	font-size : 2.4rem;
	width : 45%;
	text-align : right;
	padding-right : 15px;
	line-height : 2;
	align-self: center;
}
.today_capacity span {
	font-size : 4.2rem;
	color : #da0000;
}

.today_capacity span.remain_cap_message {
	font-size : 2.4rem;
}

.depart_before {
	color : #da0000;
	width : 100%;
	padding : 0 30px;
	font-size : 2.4rem;
	
}


.capacity_detail {
	background : #f7f7ef;
	box-shadow: 2px 2px rgba(0,0,0,0.2);
	position : relative;
	height : 350px;
	padding : 20px;
	margin-bottom : 50px;
}
.capacity_detail_text {
	width : 100%;
}

.capacity_detail_text_in {
	font-size : 4.8rem;
	padding-left : 20px;
}
.capacity_detail .basic {
	color : #ff6b12;
}
.capacity_detail .add {
	color : #009b00;
}


.capacity_detail_text {
	width : 40%;
}

.basic_capacity,
.add_capacity {
	width : 28%;
	padding : 0;
	position : absolute;
	height: 100%;
	text-align : center;
	display : flex;
	flex-wrap : wrap;
	align-self : auto;
}
.basic_capacity {
	right : 28%;
	top : 0;
	color : #ff6b12;
	
}
.add_capacity {
	right : 0;
	top : 0;

}

.c_title {
	font-size: 3.0rem;
	padding : 9px;
	color : #fff;
	text-align : center;
	width : 100%;
}

.capacity_active .c_title {
	font-size: 4.6rem;
}

.c_note {
	padding : 5px;
	font-weight : 700;
}

.c_capacity {
	font-size : 2.4rem;
}

.c_capacity span {
	color : #07308c;
	font-size : 4.0rem;
}

.c_contents {
	width : 100%;
}

.c_contents_wrap {
	margin : 0 5px 5px;
	background : #fff;
	width : 100%;
}


.remain_capacity {
	position : absolute;
	bottom : 0;
	left:0;
	background : #07308c;
	width : 100%;
	font-size : 2.0rem;
	line-height: 2;
	font-weight : 700;
}


.capacity_active {
	z-index: 100;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	height : 365px;
	top : -15px;
}


.basic_capacity {
	background : #f9962b;
}

.add_capacity {
	background : #34c634;
}

.capacity_non_active {
	opacity : 0.4;
	background : #999;
}

.capacity_non_active .c_contents_wrap {
	background : #ccc;
}

.active_sp_icon {
	z-index : 120;
	display : none;
}

.capacity_active .active_sp_icon {
	display : block;
	position : absolute;
	top : 170px;
	right : 20px;
}

/* ドラム缶 */

.column_graph {
	width : 120px;
	height : 140px;
	margin : 20px auto;
	overflow : hidden;
	position :relative;
}

.column_graph_base {
	background : #e0f2fe;
	background : #cceafd;
	height : 100%;
	border-bottom-left-radius : 50% 20px;
	border-bottom-right-radius : 50% 20px;
	border-top-left-radius : 50% 15px;
	border-top-right-radius : 50% 15px;
}

.column_graph_cap {
	width : 100%;
	height : 30px;
	background :  rgba(223,242,255,0.6);
	border-bottom-left-radius : 50% 17px;
	border-bottom-right-radius : 50% 17px;
	border-top-left-radius : 50% 17px;
	border-top-right-radius : 50% 17px;
	color : #fff;
	position : absolute;
	top : 0;
	z-index: 103;
}


.column_graph_top {
	width : 100%;
	height : 30px;
	background : #fe9352;
	background : #16a5fb;
	border-bottom-left-radius : 50% 17px;
	border-bottom-right-radius : 50% 17px;
	border-top-left-radius : 50% 17px;
	border-top-right-radius : 50% 17px;
	color : #fff;
	position : absolute;
	top : 78px;
	z-index: 102;
}
.column_graph_bottom {
	width : 100%;
	height : 60px;
	background : #ff6b12;
	background : #0088e4;
	border-bottom-left-radius : 50% 17px;
	border-bottom-right-radius : 50% 17px;
	border-top-left-radius : 50% 17px;
	border-top-right-radius : 50% 17px;
	color : #fff;
	position : absolute;
	bottom : 0px;
	z-index: 101;
}


.column_graph_sole {
	
	width : 100%;
	height : 30px;
	background : #fe9352;
	border-bottom-left-radius : 50% 17px;
	border-bottom-right-radius : 50% 17px;
	border-top-left-radius : 50% 17px;
	border-top-right-radius : 50% 17px;
	color : #fff;
	position : absolute;
	top : 110px;
	z-index: 111;
}

/*
.add_capacity .column_graph_top {
	background : #00b900;
}

.add_capacity .column_graph_bottom {
	background : #009b00;
}
*/

.order_list_area table {
	border-collapse: separate;
	width : 790px;
	margin : 5px auto;
	border-spacing: 4px;
}

.order_list_area th,
.order_list_area  td {
	background : #f7f7ef;
	padding : 10px 20px;
	text-align : center;
	vertical-align : middle;
	
}

.order_list_area th {
	background : #727272;
	color : #fff;
}

.performance_list_area ,
.purchase_list_area{
	width : 80%;
	margin : auto;
}

.performance_list_area li,
.purchase_list_area li{
	display : flex;
	margin : 5px 0 0 0;
	padding : 10px 20px;
	background : #f7f7ef;
	justify-content: space-between;
	align-items : center;
}
.performance_list_area p{
	width : 50%;
}
.performance_capacity {
	text-align : right;
	font-weight : 700;
}

.purchase_price,
.purchase_capacity {
	text-align : right;
	width : 30%;
	font-weight : 700;
}

.is_set_icon {
	width : 6em;
	padding : 3px;
	background : #145fd0;
	color : #fff;
	text-align : center;
	font-size : 90%;
	border-radius : 4px;
}
.setting_icon {
	width : 6em;
	padding : 3px;
	background : #c7a21d;
	color : #fff;
	text-align : center;
	font-size : 90%;
	border-radius : 4px;
}

.more_link{
	cursor : pointer;
}


/* order */

.coupon_data_list {
	display : flex;
	justify-content : flex-start;
}

.coupon_data_list li {
	max-width : 50%;
	min-width : 45%;
	margin : 10px 10px 10px 0;
}

.coupon_data_list label {
	margin : 0;
}
.append_data_list li {
	width : 80%;
	display : block;
}

.coupon_check {
	width : 100%;
	min-height : 3em;
	display : block;
	padding : 30px 10px 30px 3em;
	font-weight : 700;
	font-size : 1.6rem;
	border-radius : 6px;
	position : relative;
	background : #ffefdc url("/common/images/dc/parts_img.png") repeat-y scroll top right;
	overflow : hidden;
}

.coupon_check span {
	font-size : 1.4rem;
	font-weight : 400;
}

.design_check.coupon_check input[type=checkbox], .design_check.coupon_check input[type=radio] {
	position : absolute;
}

.design_check:after {
	border-radius : 50%;
	left : 7px;
	top : 8px;
}


.coupon_check:after {
	
/*	background : none;*/
	opacity:0.4;
	top : 5px;
	left : 5px;
}

.coupon_check:before {
	border-radius: 4px;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 1.7rem;
	line-height: 24px;
	position: absolute;
	text-align: center;


	left : 0px;
	top : 0px;
	width: 0;
	height: 0;
	background : none;
	border-style: solid;
	border-width: 60px 60px 0 0;
	border-color: #f9972e transparent transparent transparent;
	border-radius : 0;
	
}


.coupon_check.active {
	background-color : #0b338e;
	color : #fff;
}

.coupon_check.active:after {
	
	opacity:1;
	background : none;
	color : #fff;
}
.coupon_check.active:before {
	border-color: #e20010 transparent transparent transparent;
	
}



.coupon_disp_area {
	justify-content : space-between;
	align-items : center;
}

.append_data_list {
	margin:20px 0 0 0;
}

.append_data_list li {
	
	margin:0 10px 10px 0;
}


.append_data_list li label {
	display:flex;
	padding:5px 10px ;
/*	background:#b2e6c9;*/
	background:#dfeaf5;
	border-radius: 4px;
	color:#333;
	cursor: pointer;
	min-width : 55%;
	min-height : 42px;
}

.append_data_list li.carry_over {
	
	background:#9bdeff;
	color : #333;
}

.append_data_list li.carry_over.active {
	
	background:#008ae1;
	color : #fff;
}

.append_data_list li.active label {
	background:#006633;
	color : #fff;
}
.append_data_list li.disable label  {
	background:#999;
	color : #fff;
	
}



.append_data_list li label {
	cursor: pointer;
	padding-left : 2.5em;
	padding-right : 0.5em;
	font-weight : 700;
}

.append_data_list li input {
	margin:0 20px 0 0;
	position : absolute;
}

.charge_info_area dl{
	display : flex;
	justify-content : flex-start;
	flex-wrap : wrap;
}
.charge_info_area  dt.title {
	width : 30%;
	line-height : 2.5;
}
.charge_info_area dd.detail {
	width : 70%;
	line-height : 2.5;
}



.addition_capacity_calc_area div {

	padding : 5px 0 0 0;
	margin : 5px 0 0 0;
}

.addition_capacity_calc_area .data_capacity{
	display : flex;
	font-weight : 700;
	margin: 5px 0 20px 0;
}
.addition_capacity_calc_area .data_capacity p {
	width : 50%;
	text-align : right;
}
.addition_capacity_calc_area .data_capacity p:first-child{
	text-align : left;
}

.addition_capacity_calc_area .discount {
	text-align : right;
	color : #ff0000;
	font-weight : 700;
}

.addition_capacity_calc_area .tax_value {
	font-weight : 700;
}

.addition_capacity_calc_area .taxable_amount {
	display: flex;
	border-top : 1px solid #dedede;
	font-weight : 700;
}

.addition_capacity_calc_area .taxable_amount p {
	width: 50%;
	text-align : right;
}

.addition_capacity_calc_area .taxable_amount p:first-child{
	text-align : left;
}

.addition_capacity_calc_area .price_bold {
	font-weight: 700;
}

.addition_capacity_calc_area .tax_amount {
	display: flex;
	font-weight : 700;
}

.addition_capacity_calc_area .tax_amount p {
	width: 50%;
	text-align : right;
}

.addition_capacity_calc_area .tax_amount p:first-child{
	text-align : left;
}

.addition_capacity_calc_area .total {
	text-align : right;
	border-top : 1px solid #dedede;
	font-weight : 700;
}
.addition_capacity_calc_area .total span {
	font-size : 2.4rem;
	color : #538947;
}

.addition_capacity_calc_area .non_tax {
	text-align : right;
}


/* popup */
.modal_text {
	line-height : 2;
}

.modal_exp_area  {
	display : flex;
	justify-content : space-between;
}

.modal_exp {
	width : 48%;
	text-align : center;
	padding : 2em 0;
}


.about_detail_text {
	padding : 1em;
}

.about_detail_text_area .basic_title {
	background : #f9962b;
	color : #fff;
	padding : 5px 15px;
	font-size : 2.4rem;
	font-weight: 400;
}



.complete_message_area {
	margin-top : 30px;
}


.charge_return_btn_area {
	text-align : right;
	margin-bottom : 50px;
	margin-top : 20px;
}
.charge_return_btn_area a {
	text-decoration : underline;
}

.guide_bnr_area {
	margin-bottom : 100px;
}

.guide_bnr_area .bnr {
	position: relative;
	display: block;
	width: 54%;
	margin: 74px auto 0;
	padding: 18px 204px 18px 26px;
	border: 4px solid #e3e3e3;
	color: #000;
	font-size: 2.4rem;
	font-weight: 700;
}
.guide_bnr_area .bnr:hover {
	opacity: 0.8;
}
.guide_bnr_area .bnr .text {
	margin: 0;
}
.guide_bnr_area .bnr .img {
	position: absolute;
	right: 2px;
	bottom: 0;
}

/* guide */
.guide_page .content {
	background: #f8f8f8;
}
.guide_page .title_area {
	padding-top: 1px;
}
.contrast_list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.contrast_list > li {
	width: calc(50% - 17px);
}
.contrast_list > li .img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 294px;
	border: 1px solid #e3e3e3;
}
.dc_separation .content_inner {
	margin-top: 20px;
	padding-bottom: 90px;
}
.dc_inner .sub_inner {
	margin: 0 4%;
}
.guide_caution_block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 20px;
	border: 3px solid #ed6359;
}
.guide_caution_block .text_box {
	margin-right: 30px;
}
.guide_caution_block .text_box .title {
	font-size: 2rem;
	font-weight: 700;
}
.guide_caution_block .plandate_box {
	flex-shrink: 0;
	padding: 20px 25px;
	border: 1px solid #e3e3e3;
}
.guide_caution_block .plandate_box > .title {
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
}
.guide_caution_block .plandate_table {
	margin-top: 5px;
	width: 100%;
}
.guide_caution_block .plandate_table th,
.guide_caution_block .plandate_table td {
	font-weight: bold;
	line-height: 1.4;
}
.guide_caution_block .plandate_table th {
	width: 102px;
	font-size: 1.6rem;
	text-align: center;
}
.guide_caution_block .plandate_table th .bg {
	background-color: #b5e6ff;
	margin: 3px;
	padding: 6px 6px;
	border-radius: 6px;
}
.guide_caution_block .plandate_table th .bg.big_capacity {
	background-color: #ffd48f;
}
.guide_caution_block .plandate_table th .bg.super_capacity {
	background-color: #f9c4c7;
}
.guide_caution_block .plandate_table th .bg.unlimited_capacity {
	background-color: #cab3f8;
}
.guide_caution_block .plandate_table td {
	padding: 0 3px;
	font-size: 1.4rem;
	vertical-align: middle;
	text-align: right;
}
.price_plan_table {
	width: 100%;
	margin-top: 10px;
	table-layout: fixed;
	border-spacing: 0;
	border-collapse: collapse;
}
.price_plan_table th,
.price_plan_table td {
	padding: 6px 10px;
	border: 1px solid #d3d3d3;
	vertical-align: middle;
}
.price_plan_table th:not(:empty) {
	background: #ececec;
	font-weight: 700;
}
.price_plan_table thead th {
	text-align: center;
}
.price_plan_table td {
	/*text-align: right;*/
	text-align: center;
}
.price_plan_table td.capacity {
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}
.carryover_block {
	padding: 20px;
	border: 1px solid #ececec;
	text-align: center;
}
.coupon_block {
	padding: 50px;
	border: 1px solid #ececec;
	text-align: center;
}

.modal_carryover_area .coupon_block {
	padding: 30px;
}



.modal_carryover_area > .inner {
/*
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
*/
}
.modal_carryover_area .carryover_list {
	padding-left: 1em;
	line-height: 1.5;
}
.modal_carryover_area .carryover_list > li {
	text-indent: -1em;
}
.modal_carryover_area .img_block {
	padding: 0;
	text-align : center;
}
.modal_carryover_area .img_block img{
	width: 150px;
}


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

.guide_page .cf:before, .guide_page .cf:after,
.guide_page div:before, .guide_page div:after,
.guide_page dl:before, .guide_page dl:after,
.guide_page nav:before, .guide_page nav:after,
.guide_page section:before, .guide_page section:after,
.guide_page header:before, .guide_page header:after,
.guide_page footer:before, .guide_page footer:after,
.guide_page ol:before, .guide_page ol:after,
.guide_page ul:before, .guide_page ul:after {
	display: none;
}

/* common */
.dc_main_title {
	color: #07308c;
}
.dc_main_title .-inner {
	height: 134px;
	width: 980px;
	margin: 0 auto;
	padding: 20px 2%;
	background-position: right center;
	background-repeat: no-repeat;
}
.dc_main_title .-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-weight: 700;
	border-left: 6px solid #013f87;
	padding-left: 20px;
	height: 100%;
}
.dc_main_title .-main {
	font-size: 3rem;
}
.dc_separation .-area + .-area {
	margin-top: 60px;
}
.dc_centering_title {
	color: #008ae1;
	font-size: 2.4rem;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
	border-top: solid 2px #008ae1;
	text-align: center;
}
.dc_sideline_title {
	border-left: 2px solid #00a0e9;
	padding: 2px 0 2px 20px;
	font-size: 2.0rem;
	font-weight: 700;
	margin-bottom: 20px;
}
.dc_inner {
	padding: 0 2%;
}
.bg_white {
	background: #fff;
}
.fc_lightred {
	color: #ed6359;
}
.dc_link_text {
	color: #008ae1;
	font-size: 1.6rem;
	text-decoration: underline;
}
.dc_link_text:hover {
	color: #008ae1;
	text-decoration: underline;
	cursor: pointer;
}

/* -------------------------------------
[WSYS-6116] デイパスチャージ修正依頼　20190906　k.kitada
/*----------------------------------------*/

.guide_page .icon_title {
	font-size: 2.8rem;
	margin: 25px 0;
}

.guide_page .icon_title i {
	font-size: 2.8rem;
}

.dc_main_title {
	color: #07308c;
}
.dc_main_title .-inner {
	height: auto;
	width: 980px;
	margin: 0 auto;
	padding: 20px;
	background: #e0f2fe;
}
.dc_main_title .-title {
	justify-content: space-between;
	flex-direction: row;
	border-left: 0;
	padding-left: 0;
	align-items: center;
}

.dc_main_title .-title .fl_items,
.charge_guide .guide_caution_block .fl_items {
	width: 49.5%;
	margin: 0;
}

.dc_main_title .-title .text {
	font-size: 2.5rem;
}

.charge_guide .dc_inner {
	padding: 0 3%;
}

.charge_guide .dc_inner .sub_inner {
	margin: auto;
	text-align: left;
}

.dc_inner .sub_inner.coupon_img_area {
    text-align: center;
}
.charge_guide .guide_caution_block {
	align-items: stretch;
	border: 1px solid #d3d3d3;
	font-size: 1.4rem;
	padding: 30px;
}

.charge_guide .guide_caution_block .text_box .title {
	font-size: 1.6rem;
}

.charge_guide .price_plan_table .capa_title {
	color: #fff;
}

.charge_guide .price_plan_table .th_normal {
	background: #07308c;
}

.charge_guide .price_plan_table .th_big {
	background: #00a0e9;
}

.charge_guide .price_plan_table .th_super {
	background: #f9962b;
}

/* -------------------------------------
	case 960px (PCサイト/コンテンツ幅より小さい時) */
@media screen and (max-width: 1300px) {
/*----------------------------------------*/


/*----------------------------------------*/
}
/*	end case 960px (PCサイト/コンテンツ幅より小さい時 ここまで)
----------------------------------------*/

.bg_db{
	background: #d0daf7;
}

.bg_blue{
	background: #e0f2fe;
}
.data_capacity_info{
	position: relative;
}
.data_capacity_info.flex3{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;

	padding: 30px;
}

.data_capacity_info.flex3.flex4 div{
	width: 20%;
}

.data_capacity_info.flex3 div{
	width: 25%;
}

.data_capacity_info.flex3 p{
	font-size: 12px;
}

.data_capacity_info.flex3 div.delta{
	width: 30px;
	height: 30px;
	position: relative;
	top: 100px;
}

.data_capacity_info.flex3 div.delta span{
	width: 200px;
    display: block;
    font-size: 18px;
    position: relative;
    left: -20px;
    color: #0c308e;
    font-weight: bold;
    margin-bottom: 25px;
}

.data_capacity_info div.delta::after{
    left: 30px;
    box-sizing: border-box;

    border: 20px solid transparent;
    border-left: 20px solid #0c308e;
}

.data_capacity_info.type-02{
	text-align: center;
	padding: 30px 0;
}

.data_capacity_info.type-02 img{
	width: 80%;
}

.data_capacity_info_flex_box{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	align-items:center;
}

.data_capacity_info_flex_box img{
	margin-right: 30px;
}

.about_detail_text_area h2{
    font-size: 20px;
    background: #0c308e;
    color: #fff;
    font-weight: normal;
    padding: 5px 15px;
}


.about_detail_text p{
	margin-bottom: 20px;
}

.data_capacity_merit table {
	width: 100%;
}
.data_capacity_merit table th,
.data_capacity_merit table td{
    padding: 8px 10px;
    border-bottom: 5px solid #fff;
}

.data_capacity_merit table td{
	text-align: right;
	padding: 8px 10px;
    color: #07308c;
    font-weight: bold;
}
.data_capacity_merit table th{
	width: 30%;
    background: #07308c;
    color: #fff;
    text-align: center;
}

.data_capacity_merit_flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding: 15px;
}

.data_capacity_merit_flex div:nth-child(1) {
	width: 70%;
	margin-right: 5%;
}

.data_capacity_merit_flex div:nth-child(2) {
	width: 25%;
}

/*中央揃え*/
.data_capacity_merit_tac{
	text-align: center;
}

/*幅設定*/
/*10%*/
.data_capacity_merit_w10p{width: 10%; }
/*15%*/
.data_capacity_merit_w15p{width: 15%; }
/*20%*/
.data_capacity_merit_w20p{width: 20%; }
/*80%*/
.data_capacity_merit_w80p{width: 80%; }


/*margin*/
/*bottom20px*/
.data_capacity_merit_mb10{margin-bottom: 10px; }
/*bottom20px*/
.data_capacity_merit_mb20{margin-bottom: 20px; }
/*bottom20px*/
.data_capacity_merit_mb30{margin-bottom: 30px; }
/*bottom20px*/
.data_capacity_merit_mb40{margin-bottom: 40px; }

/*キャラクターが入る場合*/
.data_capacity_merit_character{
    padding: 20px 170px;
}

.data_capacity_merit h3,
.about_detail_text_area h3{
	color: #0c308e;
    margin-top: 10px;
    margin-bottom: 10px;
}

table.data_capacity_merit_tablelist{
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

table.data_capacity_merit_tablelist td{
	border: 0;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	text-align: left;
	font-size: 12px;
	color: #333;
}

table.data_capacity_merit_tablelist tr{
	background: #fff;
}

table.data_capacity_merit_tablelist tr:nth-child(odd){
	background: #e2e2e2;
}

.data_capacity_merit_tablelist_catchcopy{
	text-align: center;
    font-weight: bold;
    color: #07308c;
    margin: 20px 0;
}

.data_capacity_merit .data_capacity_info p{
	margin-top: 15px;
}

.data_capacity_merit_tablelist_spdp{
	display: none;
}




/* // フロー
----------------------------------------------- */

.price_charge_flow .module-flow_title {
    display: flex;
    align-items: center;
    border-top: none;
    padding: 0 0 20px;
}
.module-flow_title .-flow li {
    position: relative;
    padding: 0;
    margin: 0;
    height: 50px;
}
.module-flow_title .-flow li.price_charge_flow_middle {
    margin: 0 4px 0 0;
}
.module-flow_title .-flow li.active {
    padding: 0;
}
.price_charge_flow .module-flow_title li {
    width: 304px;
}
.module-flow_title .-flow .-txt:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    height: 0;
    width: 0;
    border: 25px solid transparent;
    border-right-width: 0;
    border-left-width: 12px;
    z-index: 2;
    border-left-color: inherit;
}
.module-flow_title .-flow {
    display: inline-flex;
    background: #d3d3d3;
}
.price_charge_flow .module-flow_title .-flow {
    background-color: #71c6ff;
}
.module-flow_title .-flow .-txt {
    position: relative;
    color: #3e3e3e;
    font-size: 1.8rem;
    background-color: #e0e0e0;
    border-color: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    letter-spacing: 0.1em;
    padding-left: 0.5em;
    font-weight: 700;
}
.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;
}
.module-flow_title .-flow li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    height: 0;
    width: 0;
    border: 25px solid transparent;
    border-right-width: 0;
    border-left-width: 12px;
    z-index: 1;
    transform: translateX(3px);
    border-left-color: #e0f2fe;
    margin: 0;
}
.module-flow_title .-flow li.price_charge_flow_middle:before {
    content: '';
    position: absolute;
    top: 0;
    left: -3%;
    height: 0;
    width: 0;
    border: 25px solid #e0f2fe;
    border-right-width: 0;
    border-left-width: 12px;
    z-index: 1;
    margin: 0px;
}
.price_charge_flow .module-flow_title .-flow li.price_charge_flow_middle:after {
    border-left-color: #71c6ff;
}
.module-flow_title .-flow li.active .-txt {
    background: #008ae1;
    border-color: #008ae1;
    color: #ffffff;
}
.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;
}
.layout-column {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
}
.layout-column.theme-between {
    justify-content: space-between;
}
.layout-column.theme-col03 > .-col {
    width: 32.66666666%;
}
.price_charge_flow .layout-column.theme-middle {
    align-items: unset;
}
.style-font_s {
    font-size: 1.4rem!important;
}
.mb30 {
    margin-bottom: 30px!important;
}

.module-flow_title .-flow li.active:after,
.module-flow_title .-flow li.active .-txt:after {
	display: none;
}
.price_charge_flow .layout-column.theme-col03 > .-col {
    width: 30%;
}
.price_charge_flow a {
    text-decoration: underline;
}
.price_charge_flow a:hover {
	text-decoration: none;
}

.footer {
	padding-top: 0;
	border-top: none;
}


.layout-content_inner .module-inner {
	padding: 0 30px 40px;
}
.mb20 {
	margin-bottom: 3.125%!important;
}
.module-border_box {
	border: solid 2px #e30000;
	padding: 30px;
}
.module-border_box.theme-slim_border {
	border-width: 1px;
	background: #FFF;
}
/*SP*/

@media screen and (max-width: 896px){

	.data_capacity_info_flex_box img{
		display: none;
	}

	.about_detail_text{
		padding: 0;
	}

	.data_capacity_merit_tablelist_spdp{
	display: block;
	}

	.data_capacity_merit p{
	font-size: 13px;
	}
	.data_capacity_info.flex3 {
	    display: block; 
	    padding: 30px;
	}

	.data_capacity_info.flex3 div{
		width: auto;
	}

	.data_capacity_info.flex3 div.delta {
	width: auto;
    height: auto;
    position: static;
    top: 0;
	}
	.data_capacity_info div.delta::after {
    transform: rotate(90deg);
    margin: 0 auto;
	}
	.data_capacity_info.flex3 div.delta span {
	    width: auto; 
	    display: block;
	    font-size: 18px;
	    position: static; 
	    margin-bottom: 10px;
	    text-align: center;
	}
	.data_capacity_info.flex3.flex4 div {
	    width: auto;
	}

	.data_capacity_merit_character {
	    padding: 20px 10px;
	}
	
	.data_capacity_merit table td,
	.data_capacity_merit table th{
	display: block;
	width: auto;
	}
	.data_capacity_merit_flex{
		display: block;
	}

	.data_capacity_merit_flex div:nth-child(1) {
		width: auto;
		margin-right: 0;
	}

	.data_capacity_merit_flex div:nth-child(2) {
		width: auto ;
	}
	.data_capacity_merit_flex div:nth-child(2) img{
		width: 40% ;
	}
	table.data_capacity_merit_tablelist tr{
		background: #fff;
	}

	table.data_capacity_merit_tablelist tr:nth-child(odd){
		background: #fff;
	}

	table.data_capacity_merit_tablelist tr td:nth-child(odd){
		background: #e2e2e2;
	}
	table.data_capacity_merit_tablelist tr td{
		font-size: 12px;
	    padding: 5px;
	    font-weight: normal;
	}

	/* // フロー
	----------------------------------------------- */
	.data_capacity_merit_tablelist_catchcopy {
	    font-size: 20px;
	}
	.price_charge_flow .module-flow_title .-flow {
	    display: none;
	}
	.price_charge_flow .layout-column.theme-col03 > .-col {
	    width: 100%;
	}
	.module-flow_title .-num {
	    margin-right: 2.6vw;
	    width: 14%;
	}
	.module-flow_title .-title {
	    font-weight: 700;
	    color: #000000;
	    flex: 1;
	}
	.module-flow_title .-title {
	    font-size: 1.8rem;
	}
	.style-font_s {
	    font-size: 1.1rem!important;
	}
	p[class^="style-font_"], p[class*=" style-font_"] {
	    line-height: 1.2;
	}
	.module-sideline_title {
	    border-left: 2px solid #00a0e9;
	    padding: 2px 0 2px 20px;
	    font-weight: 700;
	    font-size: 1.6rem;
	    padding-left: 2vw;
	    margin-bottom: 4vw;
	}
}