/**
 * Solution Category common
 */
.l-header .header-navigation .navigation-list .item-03 a {
	background-color: #FFFFFF; 
	cursor: default;
}
.l-header .header-navigation .navigation-list .item-03 a:hover, .l-header .header-navigation .navigation-list .item-03 a:focus, .l-header .header-navigation .navigation-list .item-03 a:active {
	opacity: 1;
}
@media screen and (min-width: 64em) {
	.l-header .header-navigation .navigation-list .item-03 {
		position: relative;
	}
	.l-header .header-navigation .navigation-list .item-03::after {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 2px;
		content: "";
		background-color: #80A31B;
	}
}

.common-heading {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 40px;
	margin: 0 auto 0 auto;
	border-right: 4px solid #80A31B;
	border-left: 4px solid #80A31B;
	color: #80A31B;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.1875; 
	text-align: center;

	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (min-width: 64em) {
	.common-heading {
		max-width: 750px;
		height: 60px;
		font-size: 3.2rem;
	}
}

.intro-heading {
	padding: 50px 20px 50px 20px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	background-image: url(../img/top_intro_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.intro-heading .heading-catch {
	margin-bottom: 1.6rem;
	font-size: 2.4rem;
}
/*.intro-heading .heading-catch em {
	display: inline-block;
	margin: -0.5em 0 -0.5em 0;
	font-style: normal;
	font-size: 11.25vw;
}*/
.intro-heading .heading-main {
	font-size: 2rem;
}
@media screen and (min-width: 48em) and (max-width: 64em) {
	.intro-heading .heading-catch {
		line-height: 1.3;
		font-size: 4rem;
	}
	.intro-heading .heading-main {
		font-size: 3.2rem;
	}
}
@media screen and (min-width: 64em) {
	.intro-heading {
		padding: 80px 0 70px 0;
	}
	.intro-heading .heading-catch {
		margin-bottom: 0;
		line-height: 1.5;
		font-size: 3.6rem;
	}
	.intro-heading .heading-catch em {
		font-size: 7.2rem;
	}
	.intro-heading .heading-main {
		font-size: 2.4rem;
	}
}

.siblings-tab {
	padding: 30px 0 0 0;
	border-bottom: 30px solid #F5F5F5;
}
.siblings-tab-inner {
	max-width: 950px;
	margin: 0 auto 0 auto;
	padding: 0 20px 0 20px;
}
.siblings-tab .list-items {
	display: -ms-flexbox;
	display: flex;
	margin: 0 -5px -30px -5px; 

	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.siblings-tab .list-item {
	min-height: 130px;
	padding: 0 5px 0 5px;
	font-weight: 700;
	font-size: 2rem; 
	line-height: 1.4;
	text-align: center;

	-ms-flex: 1;
	flex: 1;
}
.siblings-tab .list-item a {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 60px 10px 35px 10px;
	color: inherit; 
	text-decoration: none;
	background-color: #F5F5F5;

	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
}
.siblings-tab .list-item a:hover, .siblings-tab .list-item a:focus, .siblings-tab .list-item a:active {
	opacity: 1; 
	color: #FFFFFF;
	background-color: #80A31B;
}
.siblings-tab .list-item a .label {
	display: block;
	max-width: 100%;
}
.siblings-tab .list-item a::before {
	position: absolute;
	top: 15px;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, 0); 
	width: 40px;
	height: 32px;
	margin: 0 0 10px 0;
	content: "";
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.siblings-tab .list-item.is-current a {
	color: #FFFFFF;
	background-color: #80A31B;
	cursor: default;
}
.siblings-tab .list-item.is-current a::after {
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, 0); 
	width: 14px;
	height: 12px;
	content: "";
	background-image: url(../img/bg_tab_arrow.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.siblings-tab .list-item:nth-child(1) a::before {
	background-image: url(../img/txt_tab_01.png);
}
.siblings-tab .list-item:nth-child(1) a:hover::before, .siblings-tab .list-item:nth-child(1) a:focus::before, .siblings-tab .list-item:nth-child(1) a:active::before {
	background-image: url(../img/txt_tab_01_white.png);
}
.siblings-tab .list-item:nth-child(1).is-current a::before {
	background-image: url(../img/txt_tab_01_white.png);
}
.siblings-tab .list-item:nth-child(2) a::before {
	background-image: url(../img/txt_tab_02.png);
}
.siblings-tab .list-item:nth-child(2) a:hover::before, .siblings-tab .list-item:nth-child(2) a:focus::before, .siblings-tab .list-item:nth-child(2) a:active::before {
	background-image: url(../img/txt_tab_02_white.png);
}
.siblings-tab .list-item:nth-child(2).is-current a::before {
	background-image: url(../img/txt_tab_02_white.png);
}
.siblings-tab .list-item:nth-child(3) a::before {
	background-image: url(../img/txt_tab_03.png);
}
.siblings-tab .list-item:nth-child(3) a:hover::before, .siblings-tab .list-item:nth-child(3) a:focus::before, .siblings-tab .list-item:nth-child(3) a:active::before {
	background-image: url(../img/txt_tab_03_white.png);
}
.siblings-tab .list-item:nth-child(3).is-current a::before {
	background-image: url(../img/txt_tab_03_white.png);
}
@media screen and (min-width: 64em) {
	.siblings-tab {
		padding: 60px 0 0 0;
	}
	.siblings-tab-inner {
		padding: 0;
	}
}

.sec-before {
	background-color: #F5F5F5;
}
.sec-before .before-inner {
	max-width: 950px;
	margin: 0 auto 0 auto;
	padding: 30px 20px 30px 20px;
	text-align: center;
}
.sec-before .before-heading {
	display: inline-block;
	color: #80A31B;
	font-size: 3.6rem; 
	line-height: 1.4;
	text-align: left;
	vertical-align: top;
}
.sec-before .before-heading::before, .sec-before .before-heading::after {
	content: "";
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.sec-before .before-heading::before {
	display: block;
	width: 69px;
	min-width: 69px;
	height: 20px;
	margin: 0 0 5px 0;
	background-image: url(../img/icon_before_heading_01.png);
}
.sec-before .before-heading::after {
	display: inline-block;
	width: 35px;
	min-width: 35px;
	height: 42px;
	margin: -10px 0 0 10px;
	background-image: url(../img/icon_before_heading_02.png);
}
.sec-before .before-about {
	position: relative;
	margin: 30px 0 0 0;
	padding: 10px;
	text-align: left;
	background-color: #80A31B;
}
.sec-before .before-about .list-items {
	display: -ms-flexbox;
	display: flex;
	margin: -5px -5px -5px -5px; 

	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.sec-before .before-about .list-item {
	width: 100%;
	padding: 5px 5px 5px 5px;
}
.sec-before .before-about .item-wrap {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF; 

	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.sec-before .before-about .item-icon {
	width: 102px;
	height: 102px;
}
.sec-before .before-about .item-text {
	margin: 20px 20px 20px 20px;
	font-weight: 700;
	font-size: 1.8rem; 

	-ms-flex: 1;
	flex: 1;
}
.sec-before .before-about .item-text span {
	color: #FFA21B;
}
.sec-before .before-about .item-text p + p {
	margin: 10px 0 0 0;
}
.sec-before .before-about .item-text .txt-small {
	font-size: 1.4rem;
}
.sec-before .before-solution {
	position: relative;
	margin: 30px 0 0 0;
	border-top: 2px solid #80A31B;
	text-align: left;
}
.sec-before .before-solution::before, .sec-before .before-solution::after {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	margin: 0 0 0 -15px;
	border-top: 20px solid #80A31B;
	border-right: 15px solid transparent; 
	border-left: 15px solid transparent;
	content: "";
}
.sec-before .before-solution::after {
	top: -3px;
	border-top-color: #F5F5F5;
}
.sec-before .sec-child {
	margin: 40px 0 0 0;
	text-align: left;
}
.sec-before .sec-child .child-heading {
	text-align: center;
}
.sec-before .sec-child .child-heading .heading-main {
	margin: 10px 0 0 0;
	font-size: 2.8rem;
}
.sec-before .sec-child .child-heading .heading-sub {
	margin: 5px 0 0 0;
	color: #80A31B;
	font-size: 1.6rem;
}
.sec-before .sec-child .child-image {
	margin: 50px 0 0 0;
	text-align: center;
}
.sec-before .sec-child .child-tab {
	margin: 40px 0 0 0;
}
.sec-before .sec-child .child-tab .list-items {
	display: -ms-flexbox;
	display: flex;
	margin: -1px; 

	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.sec-before .sec-child .child-tab .list-item {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 1px; 

	-ms-flex: 1;
	flex: 1;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.sec-before .sec-child .child-tab .list-item a, .sec-before .sec-child .child-tab .list-item button {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	min-height: 60px;
	padding: 10px;
	border: 0;
	outline: 0;
	color: #808080; 
	text-decoration: none;
	text-align: center;
	background-color: #E6E6E6;

	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.sec-before .sec-child .child-tab .list-item a span, .sec-before .sec-child .child-tab .list-item button span {
	display: block;
	width: 100%;
	margin: -0.3em 0 0 0;
	font-size: 1.2rem;
}
.sec-before .sec-child .child-tab .list-item a:hover, .sec-before .sec-child .child-tab .list-item a:focus, .sec-before .sec-child .child-tab .list-item a:active, .sec-before .sec-child .child-tab .list-item button:hover, .sec-before .sec-child .child-tab .list-item button:focus, .sec-before .sec-child .child-tab .list-item button:active {
	opacity: 1; 
	color: #FFFFFF;
	background-color: #80A31B;
}
.sec-before .sec-child .child-tab .list-item a.is-current, .sec-before .sec-child .child-tab .list-item button.is-current {
	opacity: 1;
	color: #FFFFFF;
	background-color: #80A31B;
	cursor: default;
}
.sec-before .sec-tab-contents {
	display: none;
	padding: 20px;
	background-color: #FFFFFF;
}
.sec-before .sec-tab-contents.is-current {
	display: block;
}
.sec-before .sec-tab-contents .tab-contents-heading {
	width: 100%;
	margin: 0 0 20px 0;
	color: #80A31B;
	font-size: 2.4rem; 
	text-align: center;
}
.sec-before .sec-tab-contents .tab-contents-body {
	margin: 0 -20px 0 -20px;
}
.sec-before .sec-tab-contents .tab-contents-image, .sec-before .sec-tab-contents .tab-contents-text {
	padding: 0 20px 0 20px;

	-ms-flex: 1;
	flex: 1;
}
.sec-before .sec-tab-contents .tab-contents-image {
	text-align: center;
}
.sec-before .sec-tab-contents .tab-contents-text {
	margin: 20px 0 0 0;
	font-size: 1.4rem;
}
.sec-before .sec-tab-contents .tab-contents-text p {
	margin: 1em 0 0 0;
}
.sec-before .sec-tab-contents .tab-contents-text p:first-child {
	margin-top: 0;
}
@media screen and (min-width: 64em) {
	.sec-before .before-inner {
		padding: 60px 0 60px 0;
	}
	.sec-before .before-heading {
		display: -ms-flexbox;
		display: flex;
		text-align: center; 

		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.sec-before .before-heading::before {
		margin: -3px 20px 0 0;
	}
	.sec-before .before-heading::after {
		display: block;
		margin: -18px 0 0 20px;
	}
	.sec-before .before-about .list-items {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	.sec-before .before-about .list-item.is-1of2 {
		width: 50%;
	}
	.sec-before .before-solution {
		margin: 50px 0 0 0;
	}
	.sec-before .sec-child {
		margin: 80px 0 0 0;
	}
	.sec-before .sec-child .child-body {
		margin: 40px 0 0 0;
		padding: 30px;
	}
	.sec-before .sec-tab-contents {
		padding: 40px;
	}
	.sec-before .sec-tab-contents .tab-contents-heading {
		margin: 0 0 40px 0;
	}
	.sec-before .sec-tab-contents .tab-contents-body {
		display: -ms-flexbox;
		display: flex;

		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
	}
	.sec-before .sec-tab-contents .tab-contents-image, .sec-before .sec-tab-contents .tab-contents-text {
		margin: 0; 

		-ms-flex: 1;
		flex: 1;
	}
}

.sec-after {
	background-color: #80A31B;
}
.sec-after + .sec-after .after-inner {
	padding-top: 0;
}
.sec-after .after-inner {
	max-width: 950px;
	margin: 0 auto 0 auto;
	padding: 30px 20px 30px 20px;
	text-align: center;
}
.sec-after .after-heading {
	display: inline-block;
	color: #FFFFFF;
	font-size: 3.6rem; 
	line-height: 1.4;
	text-align: left;
	vertical-align: top;
}
.sec-after .after-heading::before, .sec-after .after-heading::after {
	content: "";
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.sec-after .after-heading::before {
	display: block;
	width: 69px;
	min-width: 69px;
	height: 20px;
	margin: 0 0 5px 0;
	background-image: url(../img/icon_after_heading_01.png);
}
.sec-after .after-heading::after {
	display: inline-block;
	width: 36px;
	min-width: 36px;
	height: 40px;
	margin: -10px 0 0 10px;
	background-image: url(../img/icon_after_heading_02.png);
}
.sec-after .after-about {
	position: relative;
	margin: 30px 0 0 0;
	padding: 10px;
	text-align: left;
	background-color: #FFDB1B;
}
.sec-after .after-about .list-items {
	display: -ms-flexbox;
	display: flex;
	margin: -5px -5px -5px -5px; 

	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.sec-after .after-about .list-item {
	width: 100%;
	padding: 5px 5px 5px 5px;
}
.sec-after .after-about .item-wrap {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF; 

	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.sec-after .after-about .item-icon {
	width: 102px;
	height: 102px;
}
.sec-after .after-about .item-text {
	margin: 20px 20px 20px 20px;
	font-weight: 700;
	font-size: 1.8rem; 

	-ms-flex: 1;
	flex: 1;
}
.sec-after .after-about .item-text span {
	color: #FFA21B;
}
.sec-after .after-about .item-text p + p {
	margin: 0.5em 0 0 0;
}
.sec-after .after-about .item-text .txt-small {
	font-size: 1.4rem;
}
.sec-after .after-case {
	margin: 40px 0 0 0;
	text-align: left;
}
.sec-after .after-case .list-items {
	display: -ms-flexbox;
	display: flex;
	margin: -20px -5px 0 -5px; 

	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.sec-after .after-case .list-item {
	margin: 20px 0 0 0;
	padding: 0 5px 0 5px;
}
.sec-after .after-case .item-link {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	height: 100%;
	padding: 0 28px 0 28px;
	border: 1px solid #E2E2E2;
	color: inherit;
	text-decoration: none;
	background-color: #FFFFFF; 

	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.sec-after .after-case .item-link::after {
	background-image: url(../../img/icon_blank_black.png);
}
.sec-after .after-case .item-thumbs {
	margin: 0 -28px 0 -28px;
}
.sec-after .after-case .item-thumbs img {
	width: 100%;
}
.sec-after .after-case .item-name {
	margin: 25px 0 0 0;
	font-weight: 700;
	font-size: 1.4rem; 
	line-height: 1.5;
	text-align: center;
}
.sec-after .after-case .item-comment {
	margin: 15px 0 25px 0;
	font-size: 1.4rem; 
	line-height: 1.71429;
}
.sec-after .after-case .all-items-button {
	display: flex;
	position: relative;
	max-width: 80%;
	margin: 30px auto 0;
	border: 1px solid #E2E2E2;
	border-radius: 3px;
}
.sec-after .after-case .all-items-button a {
	color: #000000;
	font-weight: 400;
}
.sec-after .after-case .all-items-button a::after {
	display: block;
	position: absolute;
	right: 8px;
	bottom: 8px;
	z-index: 1;
	width: 12px;
	height: 12px;
	content: "";
	background-image: url(../../img/icon_blank_black.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
}
.sec-after .after-case .all-items-button a:hover, .sec-after .after-case .all-items-button a:focus, .sec-after .after-case .all-items-button a:active {
	color: #FFFFFF;
}
.sec-after .after-case .all-items-button a:hover::after, .sec-after .after-case .all-items-button a:focus::after, .sec-after .after-case .all-items-button a:active::after {
	background-image: url(../../img/icon_blank_white.png);
}

@media screen and (min-width: 64em) {
.after-case_txt-link{margin-bottom:0;}
	.sec-after .after-inner {
		padding: 60px 0 60px 0;
	}
	.sec-after .after-heading {
		display: -ms-flexbox;
		display: flex;
		text-align: center; 

		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.sec-after .after-heading::before {
		margin: -3px 20px 0 0;
	}
	.sec-after .after-heading::after {
		display: block;
		margin: -18px 0 0 20px;
	}
	.sec-after .after-about .list-items {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	.sec-after .after-about .list-item.is-1of2 {
		width: 50%;
	}
	.sec-after .after-case .list-items {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
	}
	.sec-after .after-case .list-item {
		width: 33.33%;
	}
	.sec-after .after-case .all-items-button {
		max-width: 29%;
	}
}

.sec-function .function-inner {
	max-width: 950px;
	margin: 0 auto;
	padding: 50px 20px 50px 20px;
}
.sec-function .function-lead-txt {
	margin: 0 0 60px 0;
	color: #809F1B;
	font-weight: 700;
	font-size: 3.6rem; 
	text-align: center;
}
.sec-function .function-header {
	border-bottom: 1px solid #E2E2E2; 
	text-align: center;
}
.sec-function .function-heading {
	display: inline-block;
	position: relative;
	padding: 0 0 10px 0;
	color: #80A31B;
	font-weight: 700;
	font-size: 1.8rem;
}
.sec-function .function-heading::after {
	position: absolute;
	bottom: -2px;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, 0); 
	width: 100%;
	height: 3px;
	content: "";
	background-color: #80A31B;
}
.sec-function .function-list {
	margin: 30px 0 0 0;
}
.sec-function .function-list .list-items {
	display: -ms-flexbox;
	display: flex;
	margin: -5px -5px -5px -5px; 

	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.sec-function .function-list .list-item {
	width: 33.33%;
	padding: 5px 5px 5px 5px;
}
.sec-function .function-list .list-item img {
	width: 100%;
}
@media screen and (min-width: 64em) {
	.sec-function .function-inner {
		padding: 60px 0 60px 0;
	}
	.sec-function .function-list {
		margin: 40px 0 0 0;
	}
	.sec-function .function-list .list-item {
		width: auto; 

		-ms-flex: 1;
		flex: 1;
	}
}

.sec-price {
	/*background-color: #F5F5F5;*/
}
.sec-price .price-inner {
	max-width: 750px;
	margin: 0 auto;
	padding: 70px 20px 80px 20px;
}
.sec-price .price-example {
	margin: 40px 0 0 0;
	padding: 50px 0 30px 0;
	border: 1px solid #E2E2E2;
	background-color: #FFFFFF;
}
.sec-price .price-example .list-items {
	display: -ms-flexbox;
	display: flex;
	position: relative;

	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.sec-price .price-example .list-items::after {
	position: absolute;
	top: 50%;
	left: 5%;
	z-index: 1;
	width: 90%;
	height: 1px;
	content: "";
	background-color: #E2E2E2;
}
.sec-price .price-example .list-item {
	margin: 60px 0 0 0;
}
.sec-price .price-example .list-item:first-child {
	margin: 0;
}
.sec-price .price-example .item-number {
	font-size: 2rem; 
	line-height: 1.2;
	text-align: center;
}
.sec-price .price-example .item-price {
	margin: 10px 0 0 0;
	color: #80A31B;
	font-size: 1.6rem; 
	line-height: 1;
	text-align: center;
}
.sec-price .price-example .item-icon {
	margin: -10px 10px 0 0;
	vertical-align: middle;
}
.sec-price .price-example .item-value {
	margin: 0 5px 0 0;
	font-weight: 700;
	font-size: 3.2rem;
}
.sec-price .price-example-note {
	margin: 25px 0 0 0;
	color: #808182;
	font-size: 1.1rem; 
	text-align: center;
}
.sec-price .price-registry p {
	display: -ms-flexbox;
	display: flex;

	-ms-flex-align: stretch;
	align-items: stretch;
}
.sec-price .price-demo {
	max-width: 310px;
	margin: 30px auto 0 auto;
}
.sec-price .price-demo p {
	display: -ms-flexbox;
	display: flex;

	-ms-flex-align: stretch;
	align-items: stretch;
}
@media screen and (min-width: 64em) {
	.sec-price .price-inner {
		padding: 5px 0 80px 0;
	}
	.sec-price .price-example {
		margin: 70px 0 0 0;
	}
	.sec-price .price-example .list-items {
		margin: 0 -60px 0 -60px; 

		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
	}
	.sec-price .price-example .list-items::after {
		top: 0;
		left: 50%;
		width: 1px;
		height: 100%;
	}
	.sec-price .price-example .list-item {
		margin: 0;
		padding: 0 60px 0 60px;
	}
}
