@charset "utf-8";

/* /data-iot-stickplan-ds/20220118.html */
.charge_wrapper_col2 {
  display:-webkit-box;
  display:-ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items: flex-start;
	margin: 0 auto;
}
.charge_wrapper_col2 .item3 {
  font-size: 130%;
}
.charge_wrapper_col2 .icon-box {
	display: inline-block;
	border: 1px solid #eb5505;
	padding: 5px 20px;
  color: #eb5505;
}
/* /data-iot-stickplan-ds/20220118.html */

.charge_wrapper {
  display:-webkit-box;
  display:-ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items: center;
	margin: 0 auto;
}
.item1 {
  text-align: center;
}
.item2 {
	width: 260px;
	text-align: center;
  margin-right: 40px;
}
.item3 {
	text-align: center;
}
.charge_wrapper .icon-box {
	display: inline-block;
	font-size: 12px;
	border: 1px solid #cfcfcf;
	padding: 5px 20px;
}
.arrow_box {
	position: relative;
	background: #d4d4d4;
  padding: 5px 0px 5px 10px;
  width: 160px;
  min-height: 80px;
  margin: 0 auto;
}
.arrow_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-left-color: #d4d4d4;
	border-width: 60px 50px;
	margin-top: -60px;
}
.arrow_box .inarrow-txt {
  line-height: 1.4;
  text-shadow: -1px 1px 1px #e4e4e4;
}
.price-large {
  font-size: 3.8em;
  line-height: 1;
}
.price-medium {
  font-size: 2.8em;
  line-height: 1;
}
.price-small {
  font-size: 1.75em;
  line-height: 1.2;
}
.price-mSmall {
  font-size: 1.1em;
}

@media (max-width: 767px) {
  /* /data-iot-stickplan-ds/20220118.html */
	.charge_wrapper,
  .charge_wrapper_col2 {
    display: inherit;
		width: 100%;
	}
  /* /data-iot-stickplan-ds/20220118.html */

	.item1, .item2, .item3 {
		width: 100%;
	}
	.item2 {
    min-height: 180px;
    padding:20px 0 0 0;
	}
  .arrow_box {
    position: relative;
    background: #d4d4d4;
    margin:0 auto;
    padding: 20px 5px 0 5px;
    width: 190px;
    min-height: 110px;
  }
  .arrow_box:before {
    top: 140%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #d4d4d4;
    border-width: 50px 140px;
    margin-left: -140px;
  }

}