@charset "utf-8";
/* CSS Document */

.section-detail-copy {line-height: 1.8em;margin-bottom: 1em;}
.section-detail-copy p + p{ margin-top: 1em;}


/*----------------------------------------------------*/
.list-features {display: flex;width: calc(100% + 0.5em);margin-left: -0.25em;margin-right: -0.25em;}
.list-features-item {padding:0 0.25em;flex: auto;}
.list-feature-item-inner{display: block;text-align:  center;border: 1px solid rgba(70,158,64,1.00);background: #fff;border-radius: 0.3em;font-size: 0.9em;padding: 0.4em 0;}
.list-features-item.disable .list-feature-item-inner{background: #E8E8E8;border: 1px solid #E8E8E8 ;color: #989898;}
/*----------------------------------------------------*/
.row-profile {border-bottom: 1px solid #E8E8E8;}
	/*----------------------------------------------------*/
.section-review-item  {margin-bottom: 1em;}
.section-review .section-review-item {border-bottom: 1px solid #E8E8E8;padding-bottom: 1em;}
.section-review-item-title {margin-bottom: 1em;}
.section-review-item-body {font-size: 0.9em;line-height: 1.6;}
/*----------------------------------------------------*/
.table-purchase {width: 100%;background: #fff;table-layout: auto;margin-bottom: 2em;font-size: 1.2em;}
.table-purchase th{background: #EBE7D1;font-size: 0.9em;width: 7em;}
.table-purchase th,	.table-purchase td {vertical-align: middle !important}
.table-purchase td {text-align: right;}
.table-purchase tfoot {border-top: 3px double #AFAFAF;}
.table-purchase tfoot th{font-weight: bold;color: #469E40;}
.table-purchase tfoot td{font-size: 1.6em;font-weight: bold;color: #469E40;}
/**/
.table-purchase-green th{background: #E7F7E8;}

	
@media only screen and (max-width: 767px) {
.list-features {flex-wrap: wrap;flex-wrap: wrap}
.list-features-item {flex:none;margin-bottom: 0.5em;}
.list-feature-item-inner {padding: 0.4em 1em;}
.section-detail-copy{font-size: 0.9em;}
.article-detail {font-size: 0.9em;}
	/*----------------------------------------------------*/

}