.licence_plan_price {
    margin-bottom: 40px;
/*    max-width: 960px; */
    max-width: 900px;  /*  2024/4/1以降  */
    margin: 0 auto;
    clear: left;
    padding-top: 30px;
}

.licence_plan_price h5 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 24px;
    padding-left: 10px;
    border-left: 6px solid #7ec008;
    text-align: left;
    color:#333;
}

.licence_plan_price_table {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #000000;  /*  2024/4/1以降  */
    border-collapse: collapse;  /*  2024/4/1以降  */
}

.licence_plan_price_table tbody tr:first-child, .licence_plan_price_table tfoot tr:first-child {
    border-top: 1px solid #707070;
}

.licence_plan_price_table tbody tr, .licence_plan_price_table tfoot tr {
    border-bottom: 1px solid #707070;
}

.licence_plan_price_table tbody tr:nth-child(2n), .licence_plan_price_table tfoot tr:nth-child(2n) {
/*    background-color: #fff4f1; */
    background-color: #e5f9e4;  /*  2024/4/1以降  */
}

.licence_plan_price_table tbody tr th, .licence_plan_price_table tfoot tr th {
    text-align: left;
}

.licence_plan_price_table tbody tr td, .licence_plan_price_table tbody tr th, .licence_plan_price_table tfoot tr td, .licence_plan_price_table tfoot tr th {
/*    padding: 24px 20px; */
    padding: 20px 10px;  /*  2024/4/1以降  */
    border-left: 1px solid #000000;  /*  2024/4/1以降  */
}

/*  2024/4/1以降  */

.licence_plan_price_table tbody td {
	font-size: 16px;
    line-height: 1.75;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, Helvetica, Arial, sans-serif;
    color: #333;
    text-align: center;
    font-weight: bold;
}


.price_table tbody tr td,.price_table_sobic tbody tr th,.price_table_sobic tbody tr td{
    	text-align: left;
    	vertical-align:top;
	background-color: #fff4f1;
	border-bottom: 1px solid #707070;
	color:#333;
}

.price_table img{
	height:100px;
	width:auto;
}

.price_table_sobic img{
        height:auto;
}

.licence_plan_ui{
	list-style: none;
	margin: 0; 
	padding-left: 0;
	width:100%;
	max-width:100%;
}

.licence_plan_price_table tfoot tr td {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    vertical-align: baseline;
}

.licence_plan_price_table tbody tr ul li, .licence_plan_price_table tfoot tr ul li {
    margin-left: 1em;
    text-align: left;
    text-indent: -1em;
    width:100%;
}

.licence_plan_price_table tbody tr ul li:before, .licence_plan_price_table tfoot tr ul li:before {
    content: '・';
}

.licence_plan_price_table tbody tr ul li em, .licence_plan_price_table tfoot tr ul li em {
    color: #d01313;
}

/*  .licence_plan_price_table thead th:nth-child(2), .licence_plan_price_table thead th:nth-child(3) {  */
.licence_plan_price_table thead th:nth-child(n+2) {
/*    width: calc(330px + (20px * 2)); */
    width: 180px;  /*  2024/4/1以降  */
    padding: 0;
    border-left: 1px solid #000000;  /*  2024/4/1以降  */
}

/*  .licence_plan_price_table thead th:nth-child(2) div, .licence_plan_price_table thead th:nth-child(3) div {  */
.licence_plan_price_table thead th:nth-child(n+2) div {
    font-size: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
/*    width: 330px; */
    width: 180px;  /*  2024/4/1以降  */
/*    min-height: 90px; */ 
    min-height: 45px;  /*  2024/4/1以降  */
    margin: 0 auto;
    color: #fff;
/*    border-radius: 8px 8px 0 0; */ /*  2024/4/1以降 comment  */
/*    background-color: #f57547; */
    background-color: #68a01a;   /*  2024/4/1以降  */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*  2024/4/1以降 comment  */
/*  .licence_plan_price_table thead th:nth-child(2) div:before, .licence_plan_price_table thead th:nth-child(3) div:before {  */
/*
.licence_plan_price_table thead th:nth-child(n+2) div:before {
    position: absolute;
    bottom: calc(-9px + (-2px));
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    content: '';
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: calc(330px / 2) solid transparent;  
    border-top: 9px solid #f57547;
    border-bottom-width: 0;
}
*/

/*  2024/4/1以降 comment  */
/*  .licence_plan_price_table thead th:nth-child(2) div:after, .licence_plan_price_table thead th:nth-child(3) div:after {  */
/*
.licence_plan_price_table thead th:nth-child(n+2) div:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    display: block;
    width: 330px;  
    height: 2px;
    content: '';
    background-color: #f57547;
}
*/

.licence_plan_price_table tbody tr td strong, .licence_plan_price_table tfoot tr td strong {
/*    font-size: 34px; */ 
    font-size: 28px;  /*  2024/4/1以降  */
    line-height: 1;
    background: linear-gradient(transparent 60%, #e8f782 40%);  /*  2024/4/1以降  */
}

.licence_plan_price_table tbody tr th span, .licence_plan_price_table tfoot tr th span {
    color: #d01313;
}

.st-container_inner .licence-heading .st-title {
    line-height: 1.6;
    margin: 55px 0 8px;
    text-align: center;
}

.st-title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 48px;
    text-align: center;
    color: #7ec008;
    max-width: 960px;
    margin: 0 auto;    
}

.st-title span {
    display: inline-block;
}

.feature-kv_block {
    height: calc((520px + (40px * 2)));
    margin-bottom: 40px;
    padding: 40px 0;
    background-color: #f1f4ea;
}
.feature-kv_block--inner {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.feature-kv_block--box {
    position: absolute;
    z-index: 100;
    width: 520px;
    margin: 56px 0;
    padding: 48px 36px;
    background-color: #fff;
}

.feature-kv_block.feature-kv_block--map .feature-kv_block--box {
    left: 0;
}

.feature-kv_block--head {
    font-size: 24px;
    margin-bottom: 40px;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
}

.feature-kv_block.feature-kv_block--map .feature-kv_block--head {
    background-image: url(./img/kv_map_head@2x.png);
}

.feature-kv_block--head span {
    display: block;
}

.feature-kv_block--icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.feature-kv_block--icon i {
    margin: 0 8px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.feature-kv_block--text li {
    position: relative;
    padding-left: 1em;
    width:100%;
    max_width:100%;
}

.feature-kv_block--text li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '・';
}

.feature-kv_block--img {
    position: absolute;
    top: 0;
    height: 520px;
}

.feature-kv_block--img img {
    width: 100%;
    height: auto;
}

.aqponi_img{
    position: absolute;
    top: 0;
    height: 520px;
}

.aqponi_img img{
    width: auto;
    height: 100%;
}
.feature-kv_block.feature-kv_block--map .feature-kv_block--img {
    right: 0;
}

::after, ::before {
    vertical-align: inherit;
    text-decoration: inherit;
}

html :after, html :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.feature-kv_block:last-child {
    margin-bottom: 0;
}

.feature-kv_block.feature-kv_block--app .feature-kv_block--box {
    right: 0;
}

.feature-kv_block.feature-kv_block--app .feature-kv_block--head {
    background-image: url(./img/kv_app_head@2x.png);
}

.coco_system{
    max-width:900px;
}

.coco_p{
	text-align:left;
}
.coco_h1{
	text-align:left;
	width:100%;
	margin:0 0 0 0;
    font-size: 33px;
    color: #7a3327
}

.coco_li{
	width:100%;
	max-width:100%;
}

.commodityList {
    margin-bottom: 40px;
    max-width: 960px;
    margin: 0 auto;
    clear: left;
    padding-top: 30px;
}

.commodityList h5 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 24px;
    padding-left: 10px;
    border-bottom: 6px solid #7ec008;
    text-align: left;
    color:#333;
}

.commodityList_box {
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
/*  width: 16.666%;    */
    padding: 0 15px;
    margin: 0 0 40px;
}
.commodity_text {
    text-align: center;
    padding-top: 20px;
}

.commodity_row {
    text-align: left;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px
}

.aquponi_green{
	color:#23A455;
	font-size:20px;
	font-weight:500;
	text-align:left;
}

.aquponi_blue{
	color:#228DD4;
	font-size:20px;
	font-weight:500;
	text-align:left;
}

.aquponi_ul{
    margin: 10px auto 10px;
}

.aquponi_text_area{
	margin-top:-40px;
	background-color:#f1f4ea;
	margin-bottom: 40px;
}
.aquponi_text{
	max-width:700px;
	margin:0 auto;
	text-align:left;
}

.aquponi_imgarea{
	width:50%;
	margin:20px auto;
}

.aquponi_area {
	max-width: 900px;
	margin:0 auto;
}

.aquponi_table table ,tbody ,tr ,td{  
	vertical-align: revert;
	text-align:left;
	margin-left:10px;
}

ul.step{
   max-width:740px;
    background: #fff;
    border: 1px solid #e5e5e5;
    margin-bottom: 3em;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    align-content: space-between;
}

ul.step li {
    padding: 2% 4.5%;
    text-align: center;
}

ul.step h3 {
    color: #327692;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .05em;
    border-bottom: 1px dashed #7f7f7f;
    display: inline-block;
    padding: 0 .5em .1em .5em;
    margin-bottom: 1em;
}

ul.step h3 span {
    font-size: 1.5rem;
    position: relative;
    top: .09em;
    margin-left: .15em;
}

ul.step p {
    font-size: .95rem;
    text-align: left;
}
@media(min-width: 768px){
	ul.step li {
		padding: 20px 30px;
		flex-basis: 24%;
		position: relative;
		box-sizing: unset;
	}
}

