.charge-box2 {
    text-align: center;
    border-radius: 5px;
    width: 100%;
    float: right;
	padding: 1px 3px;
	margin: 1px;    
    height: fit-content;
    flex: auto;
}

.charge-box {
    text-align: center;
    border: 2px solid #69e2a8;
    border-radius: 5px;
	padding: 1px 5px;
	margin: 0px;
    height: fit-content;
    flex: auto;
    background: #69e2a8;
}

.charge-box2.charge-box-subscription {
    background-color: #eee;
    border-color: #eee;
}

.charge-tag-top {
	margin-top: 5px;
}

.charge-box-trial {
    text-align: center;
    border: 2px solid #7ccfde;
    border-radius: 5px;
    float: right;
	padding: 1px 5px;
	margin: 1px;    
    height: fit-content;
    flex: auto;
}

.charge-box-div {
    margin-top: 0px;
    margin-left: 5px;
    display: inline-flex;
    vertical-align: middle;
}

.charge-box-buy {
    background-color: #eee;
    border-color: #eee;	
}

.charge-box-subscription {
    background-color: #f57c85;
    border-color: #f57c85;	
}

.charge-box-internal {
	display: inline-block;
    padding: 0px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
    color: #fff;
    vertical-align: initial;
}

.charge-box-internal-trial {
	display: inline-block;
    padding: 0px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;	
    color: #fff;
    vertical-align: text-top;
}

.charge-box-cursor {
    cursor: pointer;	
}

.charge-box-buy-internal {
	color: #848484;
}

.charge-box-subscription-internal {
	color: #fff;
}

.form-charge {
	text-align: center !important;
	width:80px !important; 
	height:32px !important; 
	display: inherit !important; 
	margin-right:5px !important;
}
.trial-tag {
	background-color: #7ccfde;
	color: #fff;
	display: inline-block;
	font-size: 11px;	
}

.title-flex {
	display: flex;
	padding-right: 0px;
}

.title-row {
	width: 100%;
    padding-right: 0px;
    float: left;	
}

.not-free-tag {
	background-color:#75de89;
    border: 2px solid #75de89;
}

.form-msg-info {
	color: #999;font-size: 8px;margin-top: -5px;
}

.form-msg-important {
	color: #e60012;
	font-size: smaller; 
}

.form-series-button {
	text-align: center;
	padding: 8px 0;
    color: #aaa;
    border: 1px solid #D9D9D9;
    border-width: 2px;
    border-radius: 4px !important;
    cursor: pointer;
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
}

.priceUnit::after {
	content: "/月"
}

.icon-dashboard {
	width: 16px;
	margin-left: 3px;
}

.icon-dashboard-subscription{
	font-size: 9px !important;
	
}

span.supText {
	font-size: 75.5% !important;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}

.form-series-free {
	width: 100%;
    max-height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;	
    list-style-type: none;
    padding: 0px;
}

.form-series-price {
	padding: 0px;
}

.button-is-active {
	border: 2px solid #e60012;
    color: #e60012;
}

.button-style {
	-webkit-appearance: button-bevel !important;
	color: inherit !important;
}

@media only screen and (max-width: 480px) {
	.form-series-free {
	    font-weight: bold;
	    font-size: 12px;
	}	
}

.subscription-leave-tag {
    font-size: 12px;
    background: #666;
    color: #fff;
    padding: 2px 5px 2px 3px;	
}

.support-box-absolute {
	position: absolute;
    float: inherit;
    z-index: 1;
    background: #fff;
    margin: 5% 10%;
    width: 80%;
	padding: 5px;
    border-radius: 6px;
    border: 6px solid #eee;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    line-height: 12px;
}
.support-box-absolute-sm {
    margin: auto;
    height: auto;
    width: auto;
    border: inherit;
    padding: 9px 10px;
    border-radius: inherit;
    background: #69E2A8;
    color: #fff;
    font-weight: 500;
    font-size: large;
}
.support-box-absolute-sm:before {
	content: "¥";
}
.support-box-button {
    width: 90%;
    margin: 0 auto;	
}
.purchase-box-absolute-sm {
    margin: auto;
    height: auto;
    width: auto;
    border: inherit;
    padding: 9px 10px;
    border-radius: inherit;
    background: #69E2A8;
    color: #fff;
    font-weight: 500;
    font-size: large;
}

.purchased-box-absolute-sm {
    margin: auto;
    height: auto;
    width: auto;
    border: inherit;
    padding: 9px 10px;
    border-radius: inherit;
    color: #AAAAAA;
    font-weight: 500;
    font-size: large;
}

.support-box-text-midashi {
    font-size: 18px;
    font-weight: 600;
    margin: 15px auto;
    line-height: 1.1;
}
.support-box-text-midashi span {
    font-size: 14px;
    font-weight: 500;
}
.support-box-text-bold {
	font-weight: 600;	
}
.support-box-text-price {
	font-weight: 600;	
	font-size: 18px;
    padding: 5px;
}
.support-box-text-trial {
	margin: 20px;
    font-size: 14px;
}
.support-box-text-trial a{
	color: #f57c85;
}
.support-box-front {
	display: table;
    width: 90%;
    margin: 0 auto
}
.support-button-a{
	display: table;
    min-width: 50px;
    padding: 5px 0 3px;
    font-size: 14px;
    border-radius: 6px;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-weight: 600;
    background-color: #e60012;
}
.hr-text {
	line-height: 1em;
	position: relative;
	outline: 0;
	border: 0;
	color: black;
	text-align: center;
	height: 1.5em;
	opacity: .5;
}
.hr-text:before {
	content: '';
	background: -webkit-linear-gradient(left, transparent, #818078, transparent);
	background: linear-gradient(to right, transparent, #818078, transparent);
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
}
.hr-text:after {
	content: attr(data-content);
	position: relative;
	display: inline-block;
	color: black;
	padding: 0 .5em;
	line-height: 1.5em;
	color: #000;
	background-color: #fcfcfa;
}
.vertical-text {
	vertical-align: -webkit-baseline-middle;
	margin: 0 0 0 10px;
	text-decoration: underline;
}
.not-free-article-row {
    max-height: 250px;
    overflow: hidden;
}
@media (min-width: 767px) {
	.support-box-absolute {
		width: 560px;
 		max-width: 560px;
    	margin: 5% 15px;
	}

	.support-box-absolute-sm {
		width: auto;
		margin: auto;
    	padding: 12px;
    	font-size: 20px;
	}
	.charge-box-div {
	    margin-left: 10px;
    }
    .charge-box-div {
	    margin-top: 2px;
    }
}

.trila-note-grey {
	color: grey;
	font-size: smaller;
	margin-top: -5px;
}
.series-story-form {
	margin-bottom: 10px;
	background: #eee;
	border: 0px;
	width: 100%;
	height: 45px;
}
.series-error-text {
	color: #a94442;
}
.series-trial-p-1 {
	margin: 10px 5px;
	position: absolute;
	top: 1px;
	left: 100px;
}

.series-trial-p-2 {
	margin: 10px 5px;
	position: absolute;
	top: 43px;
	left: 100px;
}

.series-trial-p {
	margin: 10px 5px;
	position: absolute;
	left: 100px;
}
.series-trila-checkbox {
	height: 32px;
}
.series-trial-limit {
	position: absolute; 
	bottom: 6px;
}
.series-trial-hr {
	margin: 0px 0px 15px 0px;
}
