@charset "utf-8";
/*------------------------------------------------------------
	acticle/page
------------------------------------------------------------*/
.page #conts {
	width: 100%;
}

.case #gNavi li.case a,
.specification #gNavi li.document a,
.manual #gNavi li.document a {
	color: #13c4cb;
}

.case #gNavi li.case a:before,
.specification #gNavi li.document a:before,
.manual #gNavi li.document a:before {
	display: block;
}

.specification .header02 #gNavi li .sub-menu a,
.manual .header02 #gNavi li .sub-menu a {
	color: #244055;
}

.specification .header02 #gNavi li .sub-menu a:before,
.manual .header02 #gNavi li .sub-menu a:before {
	display: none;
	background-image: none;
}

.case #main #conts.contsNews h2,
#main #conts h2 {
	padding-bottom: 20px;
	margin-bottom: 32px;
	position: relative;
	font-size: 2.8rem;
	line-height: 1.58;
}

.case #main #conts.contsNews h2:before,
#main #conts h2:before {
	background-image: -moz-linear-gradient( 0deg, rgb(0,236,231) 0%, rgb(0,165,183) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(0,236,231) 0%, rgb(0,165,183) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(0,236,231) 0%, rgb(0,165,183) 100%);
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;
	content:"";
}

#main #conts.contsNews h2 {
	padding-bottom: 0;
}

#main #conts.contsNews h2:before {
	background: none;
}

#main #conts.contsNews p.date {
	margin-bottom: 60px;
}

#main #conts h3 {
	margin-bottom: 32px;
	padding-bottom: 14px;
	font-size: 2rem;
	line-height: 1.6;
	border-bottom: 1px solid #E4E4E4;
}

#main #conts h4 {
	margin-bottom: 14px;
	font-size: 1.8rem;
	line-height: 1.55;
}

#main #conts p {
	margin-bottom: 11px;
	line-height: 2;
}

#main #conts .txt {
	margin-bottom: 44px;
}

#main #conts .txt02 {
	margin-bottom: 24px;
}

#main #conts p:last-child {
	margin-bottom: 0 !important;
}

#main #conts .nLink {
	width: 150px;
	position: absolute;
	
}
#main #conts .nLink a {
	padding: 9px 0 10px;
	display: block;
	font-weight: bold;
	text-align: center;
	font-size: 1.4rem;
	border: 1px solid #284155;
	border-radius: 50px;
	box-shadow: 4px 6.928px 10px 0px rgba(0, 0, 0, 0.06);
}

#main #conts .nLink .disable {
	background-color: #f8f8f8;
	border: 1px solid #999999;
	border-radius: 50px;
	color: #999999;
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 9px 0 10px;
	text-align: center;
}

#main #conts .nLink a:hover {
	opacity: 0.7;
}

#main #conts .nLink.preLink a span {
	padding-left: 16px;
	display: inline-block;
	background: url("../img/common/icon02.png") no-repeat center left;
	background-size: 8px auto;
}

#main #conts .nLink.nextLink a span {
	padding-right: 16px;
	display: inline-block;
	background: url("../img/common/icon10.png") no-repeat center right;
	background-size: 8px auto;
}

#main #conts .linkBox {
	position: relative;
	height: 42px;
	margin-top: 50px;
}

#main #conts .nLink.nextLink {
	right: 0;
}

#main #conts .nLink.backLink {
	left: 0;
	right: 0;
	margin: auto;
}

#main #conts  ol {
	list-style:decimal;
	padding:0 0 0 20px;
	margin:0 0 30px;
}

#main #conts  ol li {
	margin:0 0 10px;
}

#main #conts  ol ol {
	padding:10px 0 0 30px;
}

#main #conts  ol ol li {
	counter-increment: cnt;
	list-style-type:none;
	list-style-position:inside;
}

#main #conts  ol ol li:before {
	content: "("counter(cnt) ") ";
	display:inline-block;
	margin-left:-2em;
	width: 2em;
}

#main #conts ol li > ul {
	margin:20px 0 0;
}

#main #conts  ul {
	list-style:disc;
	padding:0 0 0 20px;
	margin:0 0 20px;
}

#main #conts ul li {
	margin:0 0 10px;
}

#main #conts  ul ul {
	margin:10px 0 20px 1em;
}

#main #conts .chapter {
	margin:40px 0 10px;
	font-size: 1.5em;
	font-weight: bold;
	text-align:center;
}
.page #main #conts p {
	line-height: 1.4;
}

.page #main #conts p.body {
	margin-bottom: 30px;
}

#main #conts a {
	text-decoration: underline;
}

#main #conts .linkBox a {
	text-decoration: none;
}

#main #conts a:hover {
	text-decoration: none;
}

p small.sp_table {
	display: none;
}

.tableBox {
	margin: 0 0 40px;
	width: 100%;
}

.tableBox table {
	width: 810px;
	border-collapse: collapse;
}

.tableBox table thead th {
	text-align: center;
	background-color: #EAF9FA;
	padding: 20px 15px;
}

.tableBox table th,
.tableBox table td {
	font-weight: bold;
	line-height: 1.625;
	vertical-align: middle;
	box-sizing: border-box;
	border: 1px solid #e0e0e0;
	padding: 10px 15px;
}
.tableBox table td {
	font-weight: normal;
}

.tableBox tbody th {
	background: #F2F1EF;
	font-weight: bold;
}

.tableBox table th span {
	font-size: 0.8em;
}

.tableBox table .num {
	font-size: 1.8rem;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}

.tableBox table .tdStyle01 {
	padding: 45px 0 42px;
	font-size: 3rem;
	color: #13c4cb;
}

.tableBox table .tdStyle02 {
	font-size: 2rem;
}

.tableBox table .tdStyle02 span {
	font-size: 3rem;
}

#main #conts .tips {
	background-color: #EAF9FA;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	padding: 1em;
	margin-bottom: 20px;
}

#main #conts code {
	white-space: normal;
	padding: 0.2em 0.4em;
	background: #f7f8f9;
	color: #777;
	border: 1px solid #ddd;
	font-size: 90%;
	line-height: 1;
	margin: 0 2px;
	border-radius: 3px;
	font-family: Monaco,Consolas,Courier New,Courier,monospace,sans-serif;
}

#main #conts pre {
	background: #f2f4f5;
	padding: 1em 1.5em;
	color: #777;
	margin-top: 0;
	margin-bottom: 20px;
	font-family: Monaco,Consolas,Courier New,Courier,monospace,sans-serif;
	overflow: auto;
	overflow-y: hidden;
}

#main #conts .indent {
	margin-left: 2em;
}

#main #conts div.indent-div {
	margin-left: 1em;
}

#main #conts .indent-div > ul {
	margin-left: 2em;
}

#main #conts a[target=_blank] {
	margin-right: 0.2em;
	padding-right: 15px;
	background: url('../img/common/external-link.svg') right center/11px auto no-repeat;
}

/*
#main #conts ul.indent {
	margin-left: 2em;
}


#main #conts .indent-div ul ul,
#main #conts .indent-div ul ul ul,
#main #conts .indent-div ul ul ul ul {
	margin-left: 1em;
}
*/
#main #conts img {
	border: 1px solid #ccc;
}

#main #conts p.moderator {
	margin: 20px 0 15px;
	padding-left: 60px;
	background: url(../img/common/bg_interview_question.gif) no-repeat 0 4px;
}

#main #conts p.speaker {
	margin-bottom: 20px;
	text-align: justify;
	text-justify: inter-ideograph;
}

@media all and (max-width: 767px) {
	#main #conts h2 {
		padding-bottom: 14px;
		margin-bottom: 23px;
		font-size: 1.9rem;
	}

	#main #conts h3 {
		margin-bottom: 23px;
		font-size: 1.6rem;
		line-height: 1.625;
	}

	#main #conts h4 {
		margin-bottom: 12px;
		font-size: 1.5rem;
		line-height: 1.6;
	}

	#main #conts p {
		margin-bottom: 9px;
	}

	#main #conts .txt {
		margin-bottom: 26px;
	}

	#main #conts .txt02 {
		margin-bottom: 16px;
	}

	#main #conts.contsNews p.date {
		margin-bottom: 40px;
	}

	#main #conts .linkBox {
		height: 105px;
	}

	#main #conts .nLink.backLink {
		bottom: 0;
	}

	p small.sp_table {
		display: block;
		margin: 20px 0;
		color: #666;
		font-size: 0.9em;
	}

	.tableBox {
		width: 96%;
		padding: 0 0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		overflow: auto;
	}

	.tableBox table {
		width: auto;
	}

	.tableBox tbody th {
		white-space: nowrap;
	}
}

@media all and (-ms-high-contrast:none){
}

/*------------------------------------------------------------
	Solutions
------------------------------------------------------------*/
#solutions .solutionLinks {
	display: flex;
}

#main #conts #solutions .solutionLinks p {
	font-size: 14px;
	text-align: center;
}

#main #conts #solutions .solutionLinks .link {
	box-sizing: border-box;
	margin: 1em 0.5em;
	padding: 0.5em;
	transition: opacity 0.2s linear;
	width: 100%;
}

#main #conts #solutions .solutionLinks .link:hover {
	opacity: 0.7;
}

#main #conts #solutions .solutionLinks .link img {
	border: none;
	width: 240px;
}

#main #conts #solutions .solutionLinks .link a,
#main #conts #solutions .solutionLinks .link a:link,
#main #conts #solutions .solutionLinks .link a:visited,
#main #conts #solutions .solutionLinks .link a:hover {
    font-weight: bold;
    text-decoration: none !important;
}

#solutions .solutionContents {
	margin-top: 64px;
}

#solutions .solutionContents .solution {
	box-sizing: border-box;
	margin-bottom: 64px;
	padding: 1em;
	max-width: 960px;
}

#solutions .solutionContents .solution .headline {
	align-items: center;
	display: flex;
	justify-content: center;
}

#solutions .solutionContents .solution .headline h1 {
	font-size: 28px;
	text-align: center;
}

/* #main #conts #solutions .solutionContents .solution figure img {
	border: none;
	width: 150px;
} */

#solutions .solutionContents .solution .solves {
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	padding: 3em;
	margin: 1.5em 0;
}

#solutions .solutionContents .solution .solves p {
	font-size: 22px;
	font-weight: bold;
}

#main #conts #solutions .solutionContents .solution .solves ul {
	margin: 0;
}

#solutions .solutionContents .solution .solve {
	margin-top: 120px;
}

#solutions .solutionContents .solution .solve p {
	margin-top: 32px;
}

#solutions .solutionContents .solution .solve img {
	display: block;
	margin: 0 auto;
}

#main #conts #solutions .solution .solution-thumbnail img {
	border: none;
}

@media all and (max-width: 767px) {
	#solutions .solutionLinks {
		flex-direction: column;
	}

	#main #conts #solutions .solutionLinks .link {
		margin: 1em 0;
		padding: 0;
		position: relative;
	}

	#main #conts #solutions .solutionLinks .link:after {
		content: url("../img/common/icon01.png");
		opacity: 0.7;
		position: absolute;
		right: -10px;
		top: 24px;
	}

	#solutions .solutionLinks .link a {
		align-items: center;
		display: flex;
	}

	#solutions .solutionLinks .link figure {
		margin: 0;
	}

	#main #conts #solutions .solutionLinks .link img {
		width: 64px;
		margin-right: 1em;
	}

	#main #conts #solutions .solutionLinks p {
		font-size: 13px;
		text-align: left;
	}

	#solutions .solution .headline {
		flex-direction: column;
	}

	#solutions .solution-thumbnail {
		margin: 0;
	}

	#main #conts #solutions .solution .solution-thumbnail img {
		margin-bottom: 1em;
		width: 128px;
	}

	#main #conts #solutions .solution .solves p {
		margin-bottom: 1em;
	}
}

/*------------------------------------------------------------
	Sitemap
------------------------------------------------------------*/
#sitemap {
	display: flex;
	justify-content: space-around;
	margin-top: 80px;
	margin-bottom: 70px;
}

#main #conts #sitemap > ul {
	border-left: 1px solid #CCCCCC;
	padding-left: 40px;
}

#main #conts #sitemap > ul:last-child {
	border-right: 1px solid #cccccc;
	padding-right: 40px;
}

#main #conts #sitemap ul li {
	margin-bottom: 30px;
	list-style-type: none;
}

#main #conts #sitemap ul li a {
	color: #00BCC7;
	font-weight: bold;
	text-decoration: none;
}

#main #conts #sitemap ul li a:hover {
	opacity: 0.7;
}

#main #conts #sitemap ul li ul li {
	list-style-type: circle;
}

@media all and (max-width: 767px) {
	#sitemap {
		flex-direction: column;
	}

	#main #conts #sitemap ul {
		border: none;
	}
}


/*------------------------------------------------------------
	Features
------------------------------------------------------------*/
#features #conts img {
    border: none;
}

#features #conts h2:before {
	background-image: none;
}

#features #conts h2 {
	font-size: 28px;
	margin-bottom: 32px;
	margin-top: 120px;
	padding: 0;
	text-align: center;
}

#features #conts h3 {
	border: none;
	color: #00BCC7;
	font-size: 28px;
	text-align: center;
}

#features #conts h5 {
	margin-top: 120px;
	font-size: 16px;
	text-align: center;
}

#features #conts p {
	text-align: center;
}

#features #conts ul {
	list-style-type: disc;
	margin: 0 auto;
	margin-top: 48px;
	width: 720px;
}

#features #conts ul li {
	margin: 0.5em 0;
}

#features #conts section {
	overflow: hidden;
}

#features #conts .problem ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style-type: disc;
	margin: 0 auto;
	margin-top: 48px;
	width: 720px;
}

#features #conts .problem ul li {
	flex-basis: 45%;
	margin: 0.5em 0;
}

#features #conts .problem img {
	display: block;
	margin: 0 auto;
}

#features #conts .points {
	background-color: #EAF9FA;
	margin-top: 120px;
}

#features #conts .points ul li {
	font-size: 18px;
	font-weight: bold;
	list-style-type: none;
	margin: 1em 0;
	padding-left: 40px;
	position: relative;
}

#features #conts .points ul li:before {
    background-color: #00BCC7;
    border-radius: 16px;
    content: "";
    height: 32px;
    left: 0;
    position: absolute;
    width: 32px;
}

#features #conts .points ul li:after {
    border-bottom: 3px solid white;
    border-right: 3px solid white;
    content: "";
    height: 13px;
    left: 11px;
    position: absolute;
    top: 5px;
    transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    width: 7px;
}

#features #conts .points .point {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	margin-top: 72px;
	padding-bottom: 72px;
	width: 960px;
}

#features #conts .points .point .contents {
	width: 600px;
}

#features #conts .points .point .contents span {
	font-size: 18px;
	font-weight: bold;
}

#features #conts .points .point .contents h4 {
	font-size: 22px;
	width: 600px;
}

#features #conts .points .point p {
	margin-top: 32px;
	text-align: left;
}

#features #conts .faq {
	width: 960px;
	margin: 0 auto;
}

#features #conts .faq dl {
	counter-reset: faq-number;
	margin-top: 32px;
}

#features #conts .faq dt:before {
	color: #00BCC7;
	content: "Q"counter(faq-number);
	counter-increment: faq-number;
	font-size: 30px;
	font-weight: bold;
	margin-right: 0.5em;
}

#features #conts .faq dt {
	font-size: 22px;
	font-weight: bold;
}

#features #conts .faq dd {
	margin-top: 8px;
	margin-bottom: 48px;	
}

#features #conts .faq dd:before {
	content: "A";
	font-size: 30px;
	font-weight: bold;
	margin-right: 0.5em;
}

@media all and (max-width: 767px) {
	#features #conts h2 {
		font-size: 21px;
	}

	#features #conts h3 {
		font-size: 19px;
	}

	#features #conts .problem {
		padding: 1em;
	}

	#features #conts .problem ul {
		flex-direction: column;
		width: 90%;
	}

	#features #conts .points {
		box-sizing: border-box;
		padding: 1em;
	}

	#features #conts .points ul {
		width: auto;
	}

	#features #conts .points ul li {
		font-size: 14px;
	}

	#features #conts .points ul li:before {
		border-radius: 12px;
		height: 24px;
		top: 4px;
		width: 24px;
	}

	#features #conts .points ul li:after {
		height: 11px;
		left: 8px;
		top: 7px;
		width: 6px;
	}

	#features #conts .points .point {
		display: grid;
		grid-template-columns: 100%;
		padding: 0;
		width: 100%;
	}

	#features #conts .points .point:last-child {
		margin-bottom: 72px;
	}

	#features #conts .points .point .contents {
		width: auto;
	}

	#features #conts .points .point .contents h4 {
		width: auto;
	}

	#features #conts .points .point img {
		grid-row: 1/2;
		justify-self: center;
		width: 50%;
	}

	#features #conts .faq {
		padding: 1em;
		width: auto;
	}

	#features #conts .faq dt {
		font-size: 18px;
	}

	#features #conts .faq dt:before {
		font-size: 24px;
	}

	#features #conts .faq dd:before {
		font-size: 24px;
	}
}

@media all and (max-width: 355px) {
	#features #conts h2 {
		font-size: 17px;
	}

	#features #conts h3 {
		font-size: 19px;
	}

	#features #conts p {
		font-size: 13px;
	}
}

/*------------------------------------------------------------
	Price
------------------------------------------------------------*/
#main #conts #price nav ul {
	display: flex;
	justify-content: space-between;
	list-style-type: none;
	margin: 0 auto;
	width: 600px;
}

#main #conts #price nav ul li {
	position: relative;
}

#main #conts #price nav ul li:before {
	border: 0;
	border-bottom: solid 2px #00BCC7;
	border-right: solid 2px #00BCC7;
	content: "";
	height: 6px;
	left: 0;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 6px;
}

#main #conts #price nav ul li a {
	margin-left: 16px;
}

#main #conts #price h2 {
	color: #00BCC7;
	font-size: 28px;
	margin-top: 120px;
}

#main #conts #price h2:before {
	background-image: none;
}

#main #conts #price #get-started .flow {
	counter-reset: step-number;
	display: flex;
	margin: 0 auto;
	margin-top: 90px;
	justify-content: space-around;
	width: 970px;
}

#main #conts #price #get-started .flow .step {
	align-items: center;
	border: 2px solid #00BCC7;
	border-radius: 10px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	padding: 30px;
	padding-top: 50px;
	position: relative;
	width: 270px;
}

#main #conts #price #get-started .flow .step:before {
	color: #00BCC7;
	content: "STEP";
	font-size: 14px;
	font-weight: bold;
	left: 115px;
	position: absolute;
	top: -45px;
}

#main #conts #price #get-started .flow .step:after {
	align-items: center;
	background-color: #00BCC7;
	border-radius: 25px;
	color: white;
	content: counter(step-number, decimal-leading-zero);
	counter-increment: step-number;
	display: flex;
	font-size: 20px;
	font-weight: bold;
	height: 50px;
	justify-content: center;
	position: absolute;
	top: -25px;
	width: 50px;
}

#main #conts #price #price-table .modules .base-module {
	background-color: #EAF9FA;
	border-radius: 10px;
	box-shadow: 0 1px 1px 0 rgba(66, 66, 66, 0.08),
		0 1px 3px 1px rgba(66, 66, 66, 0.16);
	max-width: 960px;
	padding: 80px;
	position: relative;
}

/* modules */
#main #conts #price #price-table .modules .name {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

#main #conts #price #price-table .modules .price:before {
	/* content: "\\"; */
	content: url("../img/common/jpy.svg");
	font-size: 18px;
	font-weight: bold;
}

#main #conts #price #price-table .modules .price {
	font-size: 40px;
	font-weight: bold;
	margin-top: 24px;
	text-align: center;
}

#main #conts #price #price-table .modules .price .per-month {
	font-size: 24px;
}

#main #conts #price #price-table .modules .available {
	font-size: 16px;
	margin-top: 24px;
	text-align: center;
}

#main #conts #price #price-table .modules p {
	margin-top: 60px;
}


#main #conts #price #price-table .modules .custom-modules,
#main #conts #price #price-table .modules .option-modules {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}

#main #conts #price #price-table .modules .custom-modules .custom-module {
	background-color: #EAF9FA;
	border-radius: 10px;
	box-shadow: 0 1px 1px 0 rgba(66, 66, 66, 0.08),
		0 1px 3px 1px rgba(66, 66, 66, 0.16);
	flex-basis: 45%;
	margin-bottom: 20px;
	padding: 60px 20px;
	position: relative;
}

#main #conts #price #price-table .modules .option-modules .option-module {
	border-radius: 10px;
	box-shadow: 0 1px 1px 0 rgba(66, 66, 66, 0.08),
		0 1px 3px 1px rgba(66, 66, 66, 0.16);
	flex-basis: 45%;
	margin-bottom: 20px;
	padding: 60px 20px;
	position: relative;
}

#main #conts #price #price-table .modules .option-modules .option-module .option-price {
	display: flex;
	justify-content: center;
	align-items: baseline;
}

#main #conts #price #price-table .modules .option-modules .option-module .option-price .resource-size {
	font-size: 18px;
	font-weight: bold;
	margin-right: 1em;
}

/* ribbon */
#main #conts #price #price-table .modules .ribbon-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 145px;
	height: 120px;
	overflow: hidden;
}

#main #conts #price #price-table .modules .ribbon {
	box-shadow: 0 1px 1px 0 rgba(66, 66, 66, 0.08),
		0 1px 3px 1px rgba(66, 66, 66, 0.16);
	color: white;
	display: inline-block;
	font-size: 18px;
	left: -40px;
	line-height: 16px;
	padding: 5px 0;
	position: absolute;
	text-align: center;
	top: 25px;
	-webkit-transform: rotate(-35deg);
	transform: rotate(-35deg);
	width: 180px;
}

#main #conts #price #price-table .modules .base-module .ribbon  {
	background-color: #00BCC7;
}

#main #conts #price #price-table .modules .custom-module .ribbon {
	/* background-color: #3DE0DD; */
	/* background-color: #519BFB; */
	background-color: #4757A5;
}

#main #conts #price #price-table .modules .option-module .ribbon {
	background-color: #FF8F3E;
}

/* package */
#main #conts #price #price-package .package {
	margin-bottom: 72px;
}

#main #conts #price #price-package .package .headline {
	border-bottom: 1px solid #00BCC7;
	display: flex;
	font-size: 22px;
	font-weight: bold;
	justify-content: space-between;
	margin-bottom: 0.5em;
}

#main #conts #price #price-package .package .fee-breakdown {
	border-bottom: 1px solid #00BCC7;
	display: flex;
}

#main #conts #price #price-package .package .fee-breakdown > div {
	font-weight: bold;
	width: 180px;
}

#main #conts #price #price-package .package .fee-breakdown ul {
	flex-grow: 1;
	list-style-type: none;
	margin: 0;
}

#main #conts #price #price-package .package .fee-breakdown ul li {
	align-items: center;
	display: flex;
	padding: 0.5em;
	width: 100%;
}

#main #conts #price #price-package .package .fee-breakdown ul li span {
	font-weight: bold;
}

#main #conts #price #price-package .package .fee-breakdown ul li .base-module {
	background-color: #00BCC7;
	border-radius: 4px;
	color: white;
	font-size: 12px;
	margin-right: 1em;
	padding: 0.5em;
}

#main #conts #price #price-package .package .fee-breakdown ul li .custom-module {
	/* background-color: #3DE0DD; */
	background-color: #4757A5;
	border-radius: 4px;
	color: white;
	font-size: 12px;
	margin-right: 1em;
	padding: 0.5em;
}

#main #conts #price #price-package .package .fee-breakdown ul li .option-module {
	background-color: #FF8F3E;
	border-radius: 4px;
	color: white;
	font-size: 12px;
	margin-right: 1em;
	padding: 0.5em;
}

#main #conts #price #price-package .package .fee-breakdown ul li span:nth-child(2) {
	flex-grow: 1;
}

#main #conts #price .faq {
	width: 960px;
	margin: 0 auto;
}

#main #conts #price .faq dl {
	counter-reset: faq-number;
	margin-top: 32px;
}

#main #conts #price .faq dt:before {
	color: #00BCC7;
	content: "Q"counter(faq-number);
	counter-increment: faq-number;
	font-size: 30px;
	font-weight: bold;
	margin-right: 0.5em;
}

#main #conts #price .faq dt {
	font-size: 22px;
	font-weight: bold;
}

#main #conts #price .faq dd {
	margin-top: 8px;
	margin-bottom: 48px;	
}

#main #conts #price .faq dd:before {
	content: "A";
	font-size: 30px;
	font-weight: bold;
	margin-right: 0.5em;
}

@media all and (max-width: 767px) {
	/* navigation */
	#main #conts #price nav ul {
		flex-direction: column;
		width: auto;
	}

	/* get started */
	#main #conts #price #get-started .flow {
		align-items: center;
		flex-direction: column;
		width: auto;
	}

	#main #conts #price #get-started .flow .step {
		margin-bottom: 4em;
	}

	/* price table */
	#main #conts #price #price-table .modules .base-module {
		padding: 1em;
	}

	#main #conts #price #price-table .modules .custom-modules .custom-module {
		flex-basis: 100%;
		padding: 2.5em 1em 1em;
	}

	#main #conts #price #price-table .modules .option-modules .option-module {
		flex-basis: 100%;
		padding: 3em 1em 1em;
	}

	/* price package */
	#main #conts #price #price-package .package .fee-breakdown {
		flex-direction: column;
	}

	#main #conts #price #price-package .package .fee-breakdown ul {
		padding: 0;
	}

	#main #conts #price #price-package .package .fee-breakdown ul li {
		box-sizing: border-box;
	}

	/* faq */
	#main #conts #price .faq {
		padding: 1em;
		width: auto;
	}

	#main #conts #price .faq dt {
		font-size: 18px;
	}

	#main #conts #price .faq dt:before {
		font-size: 24px;
	}

	#main #conts #price .faq dd:before {
		font-size: 24px;
	}
}

@media all and (max-width: 355px) {
	/* price table */
	#main #conts #price #price-table .modules .custom-modules .custom-module {
		padding: 4em 1em 1em;
	}

	#main #conts #price #price-table .modules .option-modules .option-module {
		padding: 4em 1em 1em;
	}

	/* price package */
	#main #conts #price #price-package .package .fee-breakdown ul li {
		flex-wrap: wrap;
		justify-content: flex-end;
	}

	#main #conts #price #price-package .package .fee-breakdown ul li span:nth-child(2) {
		flex-basis: 60%;
	}
}

#solutions img {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}