@charset "utf-8";

/*---------------------------------

	2022/05 追加分
	/etc/designs/nttcom/hq/jp/business/services/application/crm-dm/bconnection/lp/lp/main.css
	と
	/etc/designs/nttcom/hq/jp/business/services/application/crm-dm/bconnection/lp/01/css/style.css
	/etc/designs/nttcom/hq/jp/business/services/application/crm-dm/bconnection/lp/02/css/style.css
	の１部をコピー

---------------------------------*/

.tab-only {
	display: none
}

/* スマホ */
@media (max-width:768px) {
	.sp-only {
		display: block !important
	}

	.pc-only {
		display: none !important
	}
}

/* PCまたはタブレット */
@media (min-width:769px) {
	.sp-only {
		display: none !important
	}
}

/* タブレットのみ */
@media (max-width:1112px) and (min-width:769px) {
	.tab-only {
		display: block !important
	}
}


.fullwidth {
	width: 100%;
}

@media (min-width:769px) {
	.fullwidth {
		width: 62.5rem;
		margin: 0 auto 3.75rem;
	}
}

.ground-blue {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	background-color: #eaf5fc;
	overflow: hidden;
}

@media (max-width: 1276px) {
	.ground-blue {
		width: 100%;
		margin: 0;
	}
}

.bnr_area img {
	width: 100%;
	height: auto;
}

.question_title-blue {
	display: table;
	position: relative;
	margin: 0 auto 0.8rem;
	padding: 0 0.8rem;
	background-color: #004386;
	color: #fff;
	font-weight: bold;
	font-size: 1rem;
	line-height: 2;
	text-align: center
}

.question_title-blue:after {
	content: "";
	position: absolute;
	bottom: -0.4rem;
	left: 50%;
	border-top: 0.4rem solid #004386;
	border-left: 0.4rem solid transparent;
	border-right: 0.4rem solid transparent;
	transform: translate(-50%, 0)
}

.question_title-yellow {
	display: table;
	position: relative;
	margin: 0 auto 1rem;
	padding: 0.4rem 1.16rem;
	background-color: #fdd000;
	color: #004386;
	font-weight: bold;
	font-size: 1rem;
	line-height: 1.2;
	text-align: center
}

.question_title-yellow.green {
	color: #11635a;
}

.question_title-yellow:after {
	content: "";
	position: absolute;
	bottom: -0.4rem;
	left: 50%;
	border-top: 0.4rem solid #fdd000;
	border-left: 0.4rem solid transparent;
	border-right: 0.4rem solid transparent;
	transform: translate(-50%, 0)
}

.obi_title-blue {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 5rem;
	background-color: #004386;
	color: #fff;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.333;
	text-align: center;
	padding: 1rem;
}

h2.obi_title-blue {
	margin-top: 0;
	margin-bottom: 1rem;
}

.obi_title-purple {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 5rem;
	background-color: #5B1048;
	color: #fff;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.333;
	text-align: center;
	padding: 1rem;
}

h2.obi_title-purple {
	margin-top: 0;
	margin-bottom: 1rem;
}

.obi_title-green {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 5rem;
	background-color: #11635a;
	color: #fff;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.333;
	text-align: center;
	padding: 1rem;
}

p.cv_btn {
	width: 23rem;
	height: 4.7rem;
	margin: 0 auto 3rem;
	border-radius: 0.33rem;
	-webkit-box-shadow: 0 .26rem 0 #cc023a;
	box-shadow: 0 .26rem 0 #8D0133;
	overflow: hidden
}

p.cv_btn.short_btn {
	width: 20rem
}

.cv_btn a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #cc023a;
	background-image: url("/content/dam/nttcom/hq/jp/business/services/application/crm-dm/bconnection/lp/01/img/btn_arrow_white_sp.png");
	background-repeat: no-repeat;
	background-position: 21.16rem center;
	background-size: 0.9rem auto;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1.2;
	text-align: center;
	-webkit-transition: background-color .5s ease-out;
	-o-transition: background-color .5s ease-out;
	transition: background-color .5s ease-out
}

.cv_btn.short_btn a {
	background-position: 18.5rem;
}

.cv_btn a:hover {
	background-color: #ed1144fc
}

.cv_btn-small {
	display: block;
	font-size: 1.1rem
}

p.next_page_text {
	margin-bottom: 5px;
	text-align: center;
	color: #004386;
	font-weight: bold;
}

p.next_page_cv_btn {
	width: 20rem;
	height: 4.7rem;
	margin: 0 auto 0.66rem;
	border-radius: 0.33rem;
	-webkit-box-shadow: 0 .26rem 0 #004386;
	box-shadow: 0 .26rem 0 #08294b;
	overflow: hidden
}

.next_page_cv_btn a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #004386;
	background-image: url("/content/dam/nttcom/hq/jp/business/services/application/crm-dm/bconnection/lp/01/img/btn_arrow_white_sp.png");
	background-repeat: no-repeat;
	background-position: 21.1rem center;
	background-size: 0.9rem auto;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1.2;
	text-align: center;
	-webkit-transition: background-color .5s ease-out;
	-o-transition: background-color .5s ease-out;
	transition: background-color .5s ease-out
}

.next_page_cv_btn a:hover {
	background-color: #265f98
}

p.next_page_cv_btn.last {
	margin-bottom: 0;
}

p.next_page2_title {
	margin-bottom: 5px;
	font-size: 1.3rem;
	text-align: center;
	color: #004386;
	font-weight: bold;
}

p.next_page2_text {
	width: 90%;
	margin: 0 auto 5px;
	text-align: center;
	color: #004386;
}

p.next_page2_cv_btn {
	width: 20rem;
	height: 4.7rem;
	margin: 0 auto 0.66rem;
	border-radius: 0.33rem;
	-webkit-box-shadow: 0 .26rem 0 #004386;
	box-shadow: 0 .26rem 0 #08294b;
	overflow: hidden
}

.next_page2_cv_btn a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #004386;
	background-image: url("/content/dam/nttcom/hq/jp/business/services/application/crm-dm/bconnection/lp/01/img/btn_arrow_white_sp.png");
	background-repeat: no-repeat;
	background-position: 21.1rem center;
	background-size: 0.9rem auto;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.3rem;
	line-height: 1.2;
	text-align: center;
	-webkit-transition: background-color .5s ease-out;
	-o-transition: background-color .5s ease-out;
	transition: background-color .5s ease-out
}

.next_page2_cv_btn a:hover {
	background-color: #265f98
}

p.next_page2_cv_btn.last {
	margin-bottom: 0;
}


.one_side_image {
	width: 100%;
	max-width: 23rem;
	margin: 0 auto 1rem;
}

.tabNavigation_contents img {
	margin: auto;
	max-width: 100%;
	height: auto;
}

.next_page_block {
	width: 23rem;
	margin: 0 auto 2rem;
	padding: 1.33rem;
	border: solid 2px #004386;
	border-radius: 0.33rem;
}

.next_page_parts {
	margin: 0 auto;
}

.next_page2_block {
	width: 23rem;
	margin: 0 auto 2rem;
	padding: 1.33rem;
	border: solid 2px #004386;
	border-radius: 0.33rem;
}

.download_block {
	width: 100%;
	max-width: 22rem;
	margin: 2.6rem auto;
	padding: 0.33rem;
}

.download_img {
	margin: 0 auto;
}

.download_img a img {
	border: solid 2px #ccc;
}

.download_img a img:hover {
	border: solid 2px #4f81bd;
}

p.download_img {
	margin-bottom: 0;
}

.yellow_line_text {
	display: table;
	margin: 1.16rem auto 0.66rem;
	padding: 0 0.8rem 0.33rem;
	border-bottom: .16rem solid #fdd000;
	color: #004386;
	font-weight: bold;
	font-size: 1.0rem;
	line-height: 1.211;
}

.install_block {
	width: 23rem;
	margin: 2.6rem auto;
	padding: 0.33rem;
	background-image: url("/content/dam/nttcom/hq/jp/business/services/application/crm-dm/bconnection/lp/01/img/install_bg.png");
	background-repeat: repeat;
	background-position: center center;
	background-size: .2rem auto
}

.install_wrapper {
	background-color: #fff;
	overflow: hidden;
	padding: 0 1.0rem 0;
}

.install_title {
	display: table;
	margin: 1.16rem auto 0.7rem;
	padding: 0 0.8rem 0.33rem;
	border-bottom: 0.16rem solid #fdd000;
	color: #004386;
	font-weight: bold;
	font-size: 1.26rem;
	line-height: 1.211;
}

.install_text {
	width: 20rem;
	margin: 0 auto 0.7rem;
	color: #222;
	font-size: 0.9rem;
	line-height: 1.5
}

.inquiry_title {
	display: table;
	margin: 0 auto 1rem;
	padding: 0 0 .1.6rem;
	border-bottom: .1.33rem solid #fdd000;
	color: #004386;
	font-weight: bold;
	font-size: 1.7rem;
	text-align: center
}

.system_block {
	width: 23rem;
	margin: 0 auto 2rem;
	padding: 0.33rem;
	background-image: url("/content/dam/nttcom/hq/jp/business/services/application/crm-dm/bconnection/lp/01/img/install_bg.png");
	background-repeat: repeat;
	background-position: center center;
	background-size: .2rem auto
}

.system_wrapper {
	background-color: #fff;
	overflow: hidden;
}

.system_content_area {
	padding: 0 0 0.7rem;
}

.system_title {
	display: table;
	margin: 0.7rem 0 0.7rem;
	padding: 0 0.8rem 0.33rem;
	border-bottom: 0.16rem solid #fdd000;
	color: #004386;
	font-weight: bold;
	font-size: 1.26rem;
	line-height: 1.211;
}

p.system_text {
	margin-bottom: 0;
}

p.system_img {
	margin-bottom: 0;
	display: flex;
	justify-content: center;
}

.system_flex_space-between {
	width: 21rem;
	margin: 0 auto;
}

.system_inner {
	width: 21rem;
	margin: 0 auto;
	padding-bottom: 0.7rem;
}

.system_logo_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.system_logo_item {
	width: 48%;
	margin-top: 12px;
}

.system_logo_item:nth-child(n+3) {
	margin-top: 26px;
}

.system_logo_area img {
	/* margin: inherit; */
}

.system_logo_caption {
	width: 23rem;

	margin: auto;
	/* font-size: 0.875rem; */
}

@media (min-width:769px) {
	.system_inner {
		width: 45rem;
		padding-bottom: 0;
	}

	.system_logo_caption {
		width: 50rem;
	}
}


.cost__box {
	-webkit-box-shadow: 6px 6px 16px 0 rgb(0 0 0 / 20%);
	box-shadow: 6px 6px 16px 0 rgb(0 0 0 / 20%);
	background: #fff;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 40px;
}

.cost_balloon-yellow:after {
	content: "";
	position: absolute;
	bottom: -0.4rem;
	left: 50%;
	border-top: 0.4rem solid #fdd000;
	border-left: 0.4rem solid transparent;
	border-right: 0.4rem solid transparent;
	transform: translate(-50%, 0)
}

.cost_text-main {
	font-size: 1.2rem
}

.cost__box--ttl {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4583;
	padding-left: 15px;
	border-left: 6px solid #ffa700;
	margin-bottom: 30px;
}


.point {
	margin-bottom: 2.0rem;
}

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: space-between;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	padding: 0;
}

.issuer_case_block {
	position: relative;
}

.issuer_case_left {
	width: 100%;
	background-color: #F1F1F1;
	margin-bottom: 1rem;
	padding: 0 1rem;
	height: 30rem;
}

.issuer_case_right {
	width: 30.5rem;
	background-color: #eaf5fc;
	margin-bottom: 2rem;
	padding: 0 1rem;
	height: 32rem;
}

p.issuer_case_title {
	text-align: center;
	font-size: 1.2rem;
	font-weight: bolder;
	color: #093177;
	margin: 2rem 0 1rem;
}

p.issuer_case_subtitle {
	width: max-content;
	font-size: 0.8rem;
	font-weight: bold;
	color: #093177;
	border: 0.18rem solid #093177;
	padding: 0.1rem 0.4rem 0.1rem;
	margin: 0 0 0.9375rem;
}

.issuer_case_list {
	display: flex;
	align-items: flex-start;
	font-size: 0.5rem;
	margin: 0 0 0.1rem;
}

.issuer_case_list_marker_gray {
	line-height: 1;
	color: #949494;
	font-size: 0.8rem;
	margin-right: 0.1rem;
}

.issuer_case_list_marker_blue {
	line-height: 1;
	color: #093177;
	font-size: 0.8rem;
	margin-right: 0.1rem;
}

p.issuer_case_list_marker_gray {
	margin-bottom: 0.3rem;
}

p.issuer_case_list_marker_blue {
	margin-bottom: 0.3rem;
}

p.issuer_case_list_text {
	margin-bottom: 0.3rem;
}

.issuer_case_arrow {
	width: 1.7rem;
	position: absolute;
	top: 29rem;
	left: 45%;

}

@media (min-width:769px) {
	.issuer_case_block {
		position: relative;
	}

	.issuer_case_left {
		width: 30.5rem;
		background-color: #F1F1F1;
		margin-bottom: 2rem;
		padding: 0 1.8125rem;
		height: 41.6rem;
	}

	.issuer_case_right {
		width: 30.5rem;
		background-color: #eaf5fc;
		margin-bottom: 2rem;
		padding: 0 1.8125rem;
		height: 41.6rem;
	}

	p.issuer_case_title {
		text-align: center;
		font-size: 1.8rem;
		font-weight: bold;
		color: #093177;
		margin: 3rem 0 1rem;
	}

	p.issuer_case_subtitle {
		width: max-content;
		font-size: 1.14rem;
		font-weight: bold;
		color: #093177;
		border: 0.18rem solid #093177;
		padding: 0.2rem 0.6rem 0.2rem;
		margin: 0 0 0.9375rem;
	}

	.issuer_case_list {
		display: flex;
		align-items: flex-start;
		font-size: 0.85rem;
		margin: 0 0 0.3rem;
	}

	.issuer_case_list_marker_gray {
		line-height: 1;
		color: #949494;
		font-size: 1.1rem;
		margin-right: 0.25rem;
	}

	.issuer_case_list_marker_blue {
		line-height: 1;
		color: #093177;
		font-size: 1.1rem;
		margin-right: 0.25rem;
	}

	p.issuer_case_list_marker_gray {
		margin-bottom: 0.3rem;
	}

	p.issuer_case_list_marker_blue {
		margin-bottom: 0.3rem;
	}

	p.issuer_case_list_text {
		margin-bottom: 0.3rem;
	}

	.issuer_case_arrow {
		width: 4.2rem;
		position: absolute;
		top: 3.5rem;
		left: 29.3rem;

	}
}

.cost_bg {
	width: 100%;
	background-color: #eaf5fc;
	overflow: hidden;
	padding: 0.33rem 0.33rem 0.33rem;
}

.cost_bg img {
	display: block;
	width: 100%;
	height: auto;
	backface-visibility: hidden;
}




.cost_bg {
	width: 100%;
	background-color: #eaf5fc;
	overflow: hidden
}

.cost_text-main {
	margin: 0 auto 1rem;
	color: #004386;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.333;
	text-align: center
}

.cost_img {
	width: 100%;
	max-width: 23rem;
	margin: 0 auto 1rem
}

.cost_balloon-yellow {
	display: table;
	position: relative;
	margin: 2rem auto 1rem;
	padding: 0.4rem 1.16rem;
	background-color: #fdd000;
	color: #004386;
	font-weight: bold;
	font-size: 1rem;
	line-height: 1.2;
	text-align: center
}

.cost_balloon-yellow:after {
	content: "";
	position: absolute;
	bottom: -0.4rem;
	left: 50%;
	border-top: 0.4rem solid #fdd000;
	border-left: 0.4rem solid transparent;
	border-right: 0.4rem solid transparent;
	transform: translate(-50%, 0)
}

.cost_box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 15rem;
	height: 8rem;
	margin: 1.33rem auto 1.16rem;
	padding: 0 0 0.33rem;
	color: #fff;
	background-color: #004386;
	font-weight: bold;
	font-size: 1.1rem;
	line-height: 1.625;
	text-align: center
}

.cost_box-el01 {
	display: block;
	position: relative;
	margin: 0 auto 0.5rem
}

.cost_box-el01:after {
	content: "";
	position: absolute;
	bottom: -0.5rem;
	left: 50%;
	width: 0;
	height: 0;
	border-top: 0.4rem solid #fdd000;
	border-left: 0.4rem solid transparent;
	border-right: 0.4rem solid transparent;
	transform: translate(-50%, 0)
}

.cost_box-border {
	border-bottom: 0.133rem solid #fdd000
}

.cost_text-main {
	margin: 0 auto 1rem;
	color: #004386;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.333;
	text-align: center;
}

.cost_point_text-sub {
	width: 21rem;
	margin: 0 auto 1.6rem;
	color: #222;
	font-size: 0.9rem;
	line-height: 1.5
}

.cost_point_text-sub span {
	display: inline-block;
	font-size: 0.7rem
}

.blue-box {
	color: #004386;
	background-color: #ffffff;
	font-weight: 700;
	font-size: 1.0rem;
	line-height: 1.75;
	font-weight: 700;
	padding: 15px 20px;
	border: 3px solid #004386;
	text-align: center;
}

.green-box {
	color: #11635a;
	background-color: #ffffff;
	font-weight: 700;
	font-size: 1.0rem;
	line-height: 1.75;
	font-weight: 700;
	padding: 15px 20px;
	border: 3px solid #11635a;
	text-align: center;
}

.purple-box {
	color: #5B1048;
	background-color: #ffffff;
	font-weight: 700;
	font-size: 1.0rem;
	line-height: 1.75;
	font-weight: 700;
	padding: 15px 20px;
	border: 3px solid #5B1048;
	text-align: center;
}

.install_blue-box {
	color: #004386;
	background-color: #ffffff;
	font-weight: 700;
	font-size: 1.0rem;
	line-height: 1;
	font-weight: 700;
	padding: 15px 20px;
	margin: 0 10px;
	border: 3px solid #004386;
	text-align: center;
}

.arrow {
	display: inline-block;
	vertical-align: middle;
	color: #004386;
	line-height: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 1.375em 1.64952em;
	border-top-color: currentColor;
	margin: 0.5rem 0 0 0;
	border-bottom: 0;
	margin: 0.33rem;
}

.install_arrow {
	display: inline-block;
	vertical-align: middle;
	color: #004386;
	line-height: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 1.375em 1.64952em;
	border-top-color: currentColor;
	margin: 0.5rem 0 0 0;
	border-bottom: 0;
	margin: 0.33rem;
}

.question_text {
	margin: 0 auto 1.875rem;
	font-size: 1.0rem;
	line-height: 1.563;
	text-align: center;
	color: #004386;
	font-weight: bold;
}

.app_text {
	margin: 0 auto 1.875rem;
	text-align: left;
	padding: 0 6.1%
}

.case_study_text_area {
	margin-bottom: 30px;
}


@media (min-width: 769px) {
	.case_study_text_area {
		margin-bottom: 60px;
	}
}

.flex_space-between {
	width: 21rem;
	margin: 0 auto 1.33rem;
	text-align: center;
}

.flex_space-between-green {
	width: 21rem;
	margin: 0 auto 1.33rem;
	text-align: center;
}

.install_flex_space-between {
	width: 20rem;
	margin: 0 auto 1.33rem;
	text-align: center;
}

.next_page_flex_space-between {
	width: 20rem;
	margin: 0 auto;
	text-align: center;
}

.next_page2_flex_space-between {
	width: 20rem;
	margin: 0 auto;
	text-align: center;
}

.flex_space-between {
	width: 21rem;
	margin: 0 auto 1.33rem;
	text-align: center;
}

.cost_text-sub {
	margin-bottom: 1.6rem;
	line-height: 1.4;
	text-align: center;
	color: #004386;
	font-weight: bold;
	font-size: 1.2rem
}

.cost_method-box-wrap {
	width: 21rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.33rem
}

.cost_method-box:not(:last-child) {
	margin-bottom: 2rem
}

.cost_method-box-title {
	padding: 0.5rem;
	margin-bottom: 0.7rem;
	background: #004386;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	font-size: 1.2rem;
	color: #fff
}

.cost_method-box-content {
	line-height: 1.5;
	font-size: 0.9rem
}

.cost_method-box-content p {
	margin-bottom: 0.7rem
}

.cost-box {
	width: 21rem;
	padding: 0.8rem 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2rem;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.53;
	text-align: center
}

.cost-box strong {
	color: #11635a;
}

.reason_bg {
	padding: 0 0 0.7rem;
	background-color: #eaf5fc;
	overflow: hidden
}

.reason_title {
	margin: 2rem auto 1.16rem;
	color: #004386;
	font-weight: bold;
	font-size: 1.6rem;
	text-align: center
}

.reason_title-balloon {
	display: table;
	position: relative;
	margin: 0 auto 0.8rem;
	padding: 0 0.8rem;
	background-color: #004386;
	color: #fff;
	font-weight: bold;
	font-size: 1rem;
	line-height: 2;
	text-align: center
}

.reason_title-balloon:after {
	content: "";
	position: absolute;
	bottom: -0.4rem;
	left: 50%;
	border-top: 0.4rem solid #004386;
	border-left: 0.4rem solid transparent;
	border-right: 0.4rem solid transparent;
	transform: translate(-50%, 0)
}

.reason_title-large {
	font-size: 2.1rem
}

.reason_title-block {
	width: 21rem;
	margin: 0 auto 1.3rem;
	background-color: #fff;
	overflow: hidden
}

.reason_title-sub {
	display: flex;
	align-items: center;
	background-color: #fdd000;
	color: #004386;
	font-weight: bold;
	font-size: 1.2rem;
	margin: 0;
}

.reason_title-sub img {
	width: 3rem;
	margin: 0 0.7rem 0 0;
	height: auto;
	backface-visibility: hidden;
}

.reason_text-blue {
	margin: 0.8rem auto 0;
	color: #004386;
	font-weight: bold;
	font-size: 1.1rem;
	line-height: 1.25;
	text-align: center
}

.reason_text-green {
	margin: 0.8rem auto 0;
	color: #11635a;
	font-weight: bold;
	font-size: 1.1rem;
	line-height: 1.25;
	text-align: center
}

.reason_text-purple {
	margin: 0.8rem auto 0;
	color: #5B1048;
	font-weight: bold;
	font-size: 1.1rem;
	line-height: 1.25;
	text-align: center
}

.reason_img {
	width: 10rem;
	margin: 0 auto
}

.reason_text {
	margin: 0 auto 1.16rem;
	color: #222;
	font-size: 0.9rem;
	line-height: 1.5;
	text-align: center
}

.reason_title-sub.green {
	color: #11635a
}

.reason_title-sub.purple {
	color: #5B1048
}

.sp {
	display: block !important
}

.pc {
	display: none !important
}

.reason_img img {
	width: 100%;
	height: auto;
	backface-visibility: hidden;
}

.table_comment {
	width: 100%;
	max-width: 23rem;
	margin: 0 auto;
	text-align: left;
}

.blue_solid {
	width: 100%;
	max-width: 23rem;
	margin: 0 auto 1rem;
	background: #fff;
	border: 6px solid #004386;
	padding: 1.0rem;
}

.green_solid {
	width: 100%;
	max-width: 23rem;
	margin: 0 auto 2rem;
	background: #fff;
	border: 6px solid #11635a;
	padding: 1.0rem;
}

.check_ground-blue {
	width: 100%;
	background-color: #eaf5fc;
	overflow: hidden;
}

.height3 {
	margin-bottom: 0.5rem;
}

.yellow_border_title {
	display: table;
	margin: 0 auto 1rem;
	padding: 0 0 0.16rem;
	border-bottom: 0.1rem solid #fdd000;
	color: #004386;
	font-weight: bold;
	font-size: 1.0rem;
	text-align: center;
}

.check_list {
	font-size: 0.7rem;
	font-weight: bold;
}

.check_list>li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.5;
}

.check_list>li>*:nth-child(1) {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	display: block;
	max-width: 100%;
	margin-right: 0.5384615385em;
}

.check_list>li:not(:last-child) {
	margin-bottom: 0.4615384615em;
}

.check_list.-green>li>*:nth-child(1):before {
	border-color: #11635a;
}

.check_list>li>*:nth-child(1):before {
	position: relative;
	top: 0.15em;
	display: block;
	width: 0.9230769231em;
	height: 0.9230769231em;
	border: 1px solid #222;
	background: #fff;
	content: "";
}

.check_list>li>*:nth-child(1):after {
	position: absolute;
	top: 0.2692307692em;
	left: 0.1153846154em;
	display: block;
	width: 1.1153846154em;
	height: 0.7307692308em;
	background: url(/content/dam/nttcom/hq/jp/business/services/application/crm-dm/bconnection/lp/02/img/ico_check.svg) center/100% no-repeat;
	content: "";
}

.merit_bg {
	padding: 0 0 2rem;
	overflow: hidden
}

.merit_title-sub {
	display: flex;
	align-items: center;
	width: 21rem;
	margin: 2rem auto 0.8rem;
	color: #004386;
	font-weight: bold;
	font-size: 1.1rem;
	line-height: 1.294
}

.merit_title-sub img {
	width: 2.7rem;
	margin: 0 1rem 0 0
}

.merit_text {
	width: 21rem;
	margin: 0 auto 1rem;
	font-size: 0.9rem;
	line-height: 1.5
}

.merit_img {
	width: 100%;
	max-width: 23rem;
	margin: 0 auto
}

.merit_video-title {
	margin: 2rem auto 1.2rem;
	color: #004386;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.333;
	text-align: center
}

.merit_video-title span {
	display: table;
	position: relative;
	margin: 0 auto 0.8rem;
	padding: 0.4rem 1.2rem;
	background-color: #fdd000;
	color: #004386;
	font-weight: bold;
	font-size: 1rem;
	line-height: 1.2;
	text-align: center
}

.merit_video-title span:after {
	content: "";
	position: absolute;
	bottom: -0.4rem;
	left: 50%;
	border-top: 0.4rem solid #fdd000;
	border-left: 0.4rem solid transparent;
	border-right: 0.4rem solid transparent;
	transform: translate(-50%, 0)
}

.merit_video-thumb {
	position: relative;
	width: 17rem;
	margin: 0 auto 1rem;
	overflow: hidden
}

.merit_video-link {
	display: table;
	margin: 0 auto 2rem
}

.merit_video-link a {
	color: #004386;
	font-size: 1.1rem;
	text-align: center;
	text-decoration: underline
}

.merit_video-link a:hover {
	text-decoration: none
}

.reason_bg {
	padding: 0 0 2rem;
	background-color: #eaf5fc;
	overflow: hidden
}

.reason_title {
	margin: 2rem auto 1.2rem;
	color: #004386;
	font-weight: bold;
	font-size: 2rem;
	text-align: center
}

.reason_title-balloon {
	display: table;
	position: relative;
	margin: 0 auto 0.8rem;
	padding: 0 0.8rem;
	background-color: #004386;
	color: #fff;
	font-weight: bold;
	font-size: 1rem;
	line-height: 2;
	text-align: center
}

.reason_title-balloon:after {
	content: "";
	position: absolute;
	bottom: -0.4rem;
	left: 50%;
	border-top: 0.4rem solid #004386;
	border-left: 0.4rem solid transparent;
	border-right: 0.4rem solid transparent;
	transform: translate(-50%, 0)
}

.reason_title-large {
	font-size: 2.2rem
}

.reason_title-block {
	width: 21rem;
	margin: 0 auto 1.33rem;
	background-color: #fff;
	overflow: hidden
}

.reason_title-sub {
	display: flex;
	align-items: center;
	background-color: #fdd000;
	color: #004386;
	font-weight: bold;
	font-size: 1.2rem
}

.reason_title-sub img {
	width: 3rem;
	margin: 0 0.7rem 0 0
}

.reason_text-blue {
	margin: 0.8rem auto 0;
	color: #004386;
	font-weight: bold;
	font-size: 1.1rem;
	line-height: 1.25;
	text-align: center
}

.reason_img {
	width: 10rem;
	margin: 0 auto
}

.reason_text {
	margin: 0 auto 1.2rem;
	color: #222;
	font-size: 0.8rem;
	line-height: 1.5;
	text-align: center
}


.faq dd {
	margin-left: 0;
}

.app_support_table {
	font-size: 0.33rem;
	line-height: 0;
	margin: 0.33rem auto;
}

.request_btn {
	background: #cc023a;
	border: 2px solid #cc023a;
	text-decoration: none;
	color: #fff;
}

.request_btn:hover {
	background: #ed1144fc;
}

.request_btn:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0.1em;
	right: 1em;
	margin: auto;
	width: 0.3em;
	height: 0.3em;
	border-top: 0.13em solid #fff;
	border-right: 0.13em solid #fff;
	transform: rotate(45deg);
}

.function_list_text {
	color: #004386;
}

.function_list_text .link{
	border-bottom: 1px solid #004386;
}

main .function_list_text a,
main .function_list_text a:visited {
	/* text-decoration: underline !important; */
}

.function_list_text .link::after {
	content: "";
	position: relative;
	top: 2px;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 5px;
	border-top: 1px solid #004386;
	border-right: 1px solid #004386;
	transform: rotate(45deg);
}

.blue_under_line_text {
	font-size: 0.8rem;
	color: #004386;
	text-decoration: underline;
}

p.blue_under_line_text {
	margin-bottom: 0.33rem;
}

.case_study_text {
	color: #004386;
	font-size: 0.8rem;
	text-align: center;
	font-weight: bold;
}

.flow .container ul {
	width: 31rem;
	padding: 0 0 2rem;
}


.cost_point-box-img {
	width: 100%;
	max-width: 23rem;
	margin: 0 auto 1rem;
}

@media (min-width: 769px) {
	.cost_point-box-img {
		width: 62.5rem;
		max-width: 62.5rem;
		margin: 0 auto 2.1875rem;
	}
}

.cost_point-box-img {
	width: 100%;
	max-width: 23rem;
	margin: 0 auto 1rem;
}

@media (min-width: 769px) {
	.cost_point-box-img {
		width: 62.5rem;
		max-width: 62.5rem;
		margin: 0 auto 2.1875rem;
	}
}

@media (min-width:769px) {
	.text.parbase {
		font-size: 1.2rem;
	}

	.bnr_area img {
		width: 350px;
		height: auto;
	}

	.question_title-blue {
		margin: 3.75rem auto 1.5625rem;
		font-size: 1.5rem;
		line-height: 2.0833333333
	}

	.question_title-yellow {
		margin: 0 auto 1.875rem;
		padding: 0 1.25rem;
		font-size: 1.5rem;
		line-height: 2.0833333333
	}

	.obi_title-blue {
		height: 5rem;
		font-size: 2rem;
		line-height: 1.333;
		text-align: center;
	}

	h2.obi_title-blue {
		margin-top: 0;
		margin-bottom: 1.875rem;
	}

	.obi_title-purple {
		height: 5rem;
		font-size: 2rem;
		line-height: 1.333;
		text-align: center;
	}

	h2.obi_title-purple {
		margin-top: 0;
		margin-bottom: 1.875rem;
	}

	.obi_title-green {
		height: 5rem;
		font-size: 2rem;
		line-height: 1.333;
		text-align: center;
	}

	p.cv_btn {
		width: 33.75rem;
		height: 6.625rem;
		margin: 0 auto 3.75rem;
		-webkit-box-shadow: 0 0.375rem 0 #cc023a;
		box-shadow: 0 0.375rem 0 #8D0133
	}

	p.cv_btn.short_btn {
		width: 31.25rem;
		margin: 0 auto 3.125rem;
	}

	.cv_btn a {
		background-image: url("/content/dam/nttcom/hq/jp/business/services/application/crm-dm/bconnection/lp/01/img/btn_arrow_white_pc.png");
		background-position: 31.125rem center;
		background-size: 1rem auto;
		font-size: 2.125rem
	}

	.cv_btn.short_btn a {
		background-position: 28.4375rem;
	}

	.cv_btn-small {
		font-size: 1.375rem
	}

	p.next_page_cv_btn {
		width: 23.75rem;
		height: 5rem;
		margin: 0 auto 1.25rem;
		-webkit-box-shadow: 0 0.375rem 0 #004386;
		box-shadow: 0 0.375rem 0 #08294b
	}

	p.next_page_cv_btn a {
		background-image: url("/content/dam/nttcom/hq/jp/business/services/application/crm-dm/bconnection/lp/01/img/btn_arrow_white_pc.png");
		background-position: 21.25rem center;
		background-size: 1rem auto;
		font-size: 1.5rem
	}

	p.next_page_cv_btn.long a {
		background-position: 25.625rem
	}

	p.next_page2_title {
		font-size: 1.5rem
	}

	p.next_page2_cv_btn {
		width: 23.75rem;
		height: 5rem;
		margin: 0 auto 1.25rem;
		-webkit-box-shadow: 0 0.375rem 0 #004386;
		box-shadow: 0 0.375rem 0 #08294b
	}

	p.next_page2_cv_btn a {
		background-image: url("/content/dam/nttcom/hq/jp/business/services/application/crm-dm/bconnection/lp/01/img/btn_arrow_white_pc.png");
		background-position: 21.25rem center;
		background-size: 1rem auto;
		font-size: 1.5rem
	}

	p.next_page2_cv_btn.long a {
		background-position: 25.625rem
	}

	.one_side_image {
		width: 62.5rem;
		max-width: 62.5rem;
		margin: 0 auto 2.1875rem;
	}

	p.next_page_cv_btn.long {
		width: 28.125rem
	}

	.next_page_block {
		width: 62.5rem;
		padding: 1.875rem;
	}

	p.next_page2_cv_btn.long {
		width: 28.125rem
	}

	.next_page2_block {
		width: 62.5rem;
		padding: 1.875rem;
	}

	.download_block {
		width: 62.5rem;
		max-width: 62.5rem;
		margin: auto
	}

	.yellow_line_text {
		display: table;
		margin: 2.1875rem auto 1.25rem;
		padding: 0 1.5625rem 0.625rem;
		border-bottom: 0.3125rem solid #fdd000;
		color: #004386;
		font-weight: bold;
		font-size: 1.625rem;
		line-height: 1.211;
	}

	.table_comment {
		width: 62.5rem;
		max-width: 62.5rem;
		text-align: left;
	}

	.install_block {
		width: 50rem;
		padding: 0.5625rem;
		margin: auto
	}

	.install_title {
		margin: 1.875rem auto 1.25rem;
		padding: 0 0 0.5rem;
		border-bottom: 0.25rem solid #fdd000;
		font-size: 1.75rem;
		line-height: 1.2
	}

	.install_text {
		width: 43rem;
		margin: 0 auto 3.125rem;
		font-size: 1.125rem;
		line-height: 1.667
	}

	.inquiry_title {
		margin: 0 auto 1.25rem;
		padding: 0 0 0.3125rem;
		border-bottom: 0.25rem solid #fdd000;
		font-size: 1.625rem
	}

	.system_block {
		width: 50rem;
		padding: 0.5625rem
	}

	.system_wrapper {
		padding: 1.875rem;
	}

	.system_content_area {
		padding: 0;
		width: 33.75rem;
	}

	.system_title {
		margin: 0 0 1.25rem;
		padding: 0 0 0.5rem;
		border-bottom: 0.25rem solid #fdd000;
		font-size: 1.75rem;
		line-height: 1.2
	}

	.system_flex_space-between {
		display: flex;
		justify-content: space-between;
		width: 45rem;
		margin: 0 auto;
	}

	.cost_text-sub {
		margin-bottom: 1.875rem;
		line-height: 1.5;
		font-size: 2rem
	}

	.cost_method-box-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 57.5rem
	}

	.cost_method-box {
		width: 27.5rem
	}

	.cost_method-box:not(:last-child) {
		margin-bottom: 0
	}

	.cost_method-box-title {
		padding: 0.625rem;
		margin-bottom: 0.9375rem;
		font-size: 1.75rem
	}

	.cost_method-box-content {
		font-size: 1.25rem
	}

	.cost_method-box-content p {
		margin-bottom: 0.625rem
	}

	.cost-box {
		width: 57.5rem;
		padding: 0 0;
		font-size: 1.625rem;
		line-height: 1.615
	}

	.cost_text-main {
		margin: 0 auto 1.875rem;
		font-size: 2rem;
		line-height: 1.563
	}

	.cost_balloon-yellow+.cost_text-main {
		font-size: 2.25rem
	}

	.cost_img {
		width: 62.5rem;
		max-width: 62.5rem;
		margin: 0 auto 2.1875rem
	}

	.cost_balloon-yellow {
		margin: 3.75rem auto 1.875rem;
		padding: 0 1.25rem;
		font-size: 1.5rem;
		line-height: 2.0833333333
	}

	.cost_flex_pc {
		display: flex;
		width: 62.5rem;
		margin: 0 auto 3.75rem
	}

	.cost_flex_pc .cost_img {
		width: 35.625rem;
		margin: 0
	}

	.cost_flex-right_pc {
		margin: 0 0 0 2.5rem
	}

	.cost_box {
		width: 21.875rem;
		height: 13.125rem;
		margin: 0 0 1.875rem;
		padding: 0 0 0.3125rem;
		font-size: 1.5rem;
		line-height: 1.75
	}

	.cost_box-el01 {
		margin: 0 auto 0.9375rem
	}

	.cost_box-el01:after {
		bottom: -0.75rem;
		border-top: 0.625rem solid #fdd000;
		border-left: 0.625rem solid transparent;
		border-right: 0.625rem solid transparent
	}

	.cost_point_text-sub {
		width: 58.75rem;
		margin: 0 auto 1.875rem;
		font-size: 1.125rem;
		line-height: 1.667
	}

	.cost_point_text-sub span {
		font-size: 0.875rem
	}

	.blue-box {
		font-size: 1.875rem;
		min-width: calc(30% - 1.25rem);
		padding: 15px 20px;
		border: 6px solid #004386;
	}

	.green-box {
		font-size: 1.5625rem;
		min-width: calc(30% - 1.25rem);
		padding: 15px 20px;
		border: 6px solid #11635a;
	}

	.purple-box {
		font-size: 1.875rem;
		min-width: calc(30% - 1.25rem);
		padding: 15px 20px;
		border: 6px solid #5B1048;
	}

	.install_blue-box {
		font-size: 1.5rem;
		min-width: calc(30% - 1.25rem);
		line-height: 1.75;
		padding: 15px 25px;
		border: 6px solid #004386;
	}

	.arrow {
		display: inline-block;
		vertical-align: middle;
		color: #004386;
		line-height: 1;
		width: 0;
		height: 0;
		border-style: solid;
		border-color: transparent;
		border-width: 1.375em 1.64952em;
		border-left-color: currentColor;
		margin: 1.5625rem 0 0 0;
		border-right: 0;
	}

	.green {
		color: #11635a
	}

	.arrow.green {
		margin: 2.5rem 0 0 0;
	}

	.arrow.purple {
		/* margin: 2.5rem 0 0 0; */
	}

	.install_arrow {
		display: inline-block;
		vertical-align: middle;
		color: #004386;
		line-height: 1;
		width: 0;
		height: 0;
		border-style: solid;
		border-color: transparent;
		border-width: 1.375em 1.64952em;
		border-left-color: currentColor;
		margin: 2.5rem 0 0 0;
		border-right: 0;
	}

	.flex_space-between {
		display: flex;
		justify-content: space-between;
		width: 58.75rem;
		margin: 0 auto 1.875rem;
	}

	.flex_space-between-green {
		display: flex;
		justify-content: space-between;
		width: 37.5rem;
		margin: 0 auto 1.875rem;
	}

	.install_flex_space-between {
		display: flex;
		justify-content: space-between;
		width: 37.5rem;
		margin: 0 auto 1.875rem;
	}

	.next_page_flex_space-between {
		display: flex;
		justify-content: space-between;
		width: 50rem;
		margin: 0 auto 1.25rem;
	}

	.next_page_flex_space-between.long {
		width: 55rem;
	}

	.next_page2_flex_space-between {
		display: flex;
		justify-content: space-between;
		width: 50rem;
		margin: 0 auto 0;
	}

	.next_page2_flex_space-between.long {
		width: 55rem;
	}

	.question_text {
		margin: 0 auto 1.875rem;
		font-size: 1.5rem;
		line-height: 1.563;
		text-align: center;
		color: #004386;
		font-weight: bold;
	}

	.app_text {
		text-align: center
	}

	.full_flex_pc {
		display: flex;
		justify-content: space-between;
		width: 58.75rem;
		margin: 0 auto 3.75rem;
	}

	.full_flex_2nd {
		width: 28.125rem;
		margin: 0;
	}

	.blue_solid {
		max-width: 72.5rem;
		padding: 0.9375rem;
	}

	.green_solid {
		max-width: 72.5rem;
		padding: 0.9375rem;
	}

	.yellow_border_title {
		margin: 0 auto 1.25rem;
		padding: 0 0 0.3125rem;
		border-bottom: 0.25rem solid #fdd000;
		font-size: 1.375rem;
	}

	.height3 {
		display: block;
		height: 3.75rem;
	}

	.check_list {
		font-size: 1.25rem;
	}

	.check_list>li>*:nth-child(1) {
		margin-right: 0.7692307692em;
	}

	.check_list>li>*:nth-child(1):before {
		top: 0.1em;
		border-width: 2px;
	}

	.merit_bg {
		padding: 0;
		overflow: hidden
	}

	.merit_flex_pc {
		display: flex;
		justify-content: space-between;
		width: 62.5rem;
		margin: 0 auto
	}

	.merit_flex_pc p {
		margin-bottom: 0;
	}

	.merit_flex-left_pc {
		width: 25.625rem;
		overflow: hidden
	}

	.merit_flex_left_pc p {
		margin-bottom: 0;
	}

	.merit_title-sub {
		width: auto;
		margin: 1.5625rem 0 1.25rem;
		font-size: 1.5rem;
		line-height: 1.417;
		white-space: nowrap
	}

	.merit_title-sub img {
		width: 4rem;
		margin: 0 1.25rem 0 0
	}

	.merit_text {
		width: 25rem;
		margin: 0 0.625rem 0 0;
		font-size: 1.125rem;
		line-height: 1.667
	}

	.merit_img {
		width: 34.375rem;
		max-width: 34.375rem;
		margin: 0
	}

	.merit_flex_pc:nth-of-type(2) {
		flex-direction: row-reverse
	}

	.merit_video-title {
		margin: 3.75rem auto 2.5rem;
		font-size: 2.25rem;
		line-height: 1
	}

	.merit_video-title span {
		margin: 0 auto 2.1875rem;
		padding: 0 1.5625rem;
		font-size: 1.5rem;
		line-height: 2.0833333333
	}

	.merit_video-thumb {
		width: 18.75rem;
		margin: 0 auto 1.875rem
	}

	.merit_video-link a {
		font-size: 1.5rem
	}

	.reason_bg {
		padding: 0 0 3.75rem
	}

	.reason_title {
		margin: 3.75rem auto 2.5rem;
		font-size: 2.5rem
	}

	.reason_title-balloon {
		margin: 3.75rem auto 1.5625rem;
		font-size: 1.5rem;
		line-height: 2.0833333333
	}

	.reason_title-large {
		font-size: 3.25rem
	}

	.reason_flex_pc {
		display: flex;
		justify-content: space-between;
		width: 58.75rem;
		margin: 0 auto
	}

	.reason_title-block {
		width: 18.75rem;
		margin: 0
	}

	.reason_title-sub {
		font-size: 1.75rem;
		line-height: 1.286;
		margin: 0;
	}

	.reason_title-sub.small {
		font-size: 1.3rem;
	}

	.reason_title-sub img {
		width: 3.75rem;
		margin: 0 0.9375rem 0 0;
		height: auto;
		backface-visibility: hidden;
	}

	.reason_text-blue {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 5.9375rem;
		margin: 0;
		font-size: 1.5rem;
		line-height: 1.333
	}

	.reason_text-green {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 5.9375rem;
		margin: 0;
		font-size: 1.5rem;
		line-height: 1.333
	}

	.reason_text-purple {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 5.9375rem;
		margin: 0;
		font-size: 1.5rem;
		line-height: 1.333
	}

	.reason_img {
		width: 12.5rem;
		margin: -0.9375rem auto 0
	}

	.reason_text {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 5.625rem;
		margin: 0 0 2.1875rem;
		font-size: 1.125rem;
		line-height: 1.667
	}

	.sp {
		display: none !important
	}

	.pc {
		display: block !important
	}

	.function_list_text {
		font-size: 1.25rem;
		text-align: center;
	}

	.blue_under_line_text {
		font-size: 1.4375rem;
		line-height: 0.9375rem;
	}

	p.blue_under_line_text {
		margin-bottom: 1.875rem;
	}

	.case_study_text {
		font-size: 1.4375rem;
	}
}



.point.allPd {
	margin-top: 2.0rem;
}

.point p.title {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

.point .group .sol .sol__img img {
	border: 0;
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	vertical-align: middle;
}

.point .group li.sol__box {
	list-style: none;
}

.point .group {
	position: relative;
	overflow: hidden
}

.point .group:not(:last-child) {
	margin-bottom: 3.0rem
}

@media (min-width:768px) {
	.point .group:not(:last-child) {
		margin-bottom: 0rem
	}
}

.point .group:before {
	content: "";
	position: absolute;
	top: 75px;
	width: 100%;
	height: 310px;
	z-index: -1
}

@media (max-width:1112px) and (min-width:769px) {
	.point .group:before {
		height: 240px
	}
}

@media (max-width:768px) {
	.point .group:before {
		height: 175px
	}
}

.point .group .trouble {
	max-width: 1084px;
	margin: 0 auto;
	padding: 0 30px;
	position: relative
}

@media (max-width:1112px) and (min-width:769px) {
	.point .group .trouble {
		height: 240px;
	}
}

@media (max-width:768px) {
	.point .group .trouble {
		padding: 0;
		max-width: 23rem;
	}
}

.point .group .trouble__img {
	position: relative
}

.point .group .trouble__img img {
	max-width: auto;
	width: auto;
	height: 100%;
	max-height: 375px
}

@media (max-width:768px) {
	.point .group .trouble__img img {
		max-height: 150px
	}
}

.point .group .trouble__img.v3 {
	left: -40px
}

@media (max-width:1112px) and (min-width:769px) {
	.point .group .trouble__img.v3 {
		left: -100px
	}
}

.point .group .trouble__img.reverse {
	text-align: right
}

.point .group .trouble__txt {
	color: #003a82;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
	line-height: 1.6;
	background: url(/content/dam/nttcom/hq/jp/business/services/application/crm-dm/bconnection/lp/lp/img/bg-balloon02.png) 50% 50%/contain no-repeat;
	padding: 50px 0 70px;
	width: 80%;
	max-width: 810px;
	margin-left: 16vw;
	display: inline-block;
	position: absolute;
	top: 100px;
	left: 0
}

@media (max-width:1112px) and (min-width:769px) {
	.point .group .trouble__txt {
		font-size: 20px;
		background: url(/content/dam/nttcom/hq/jp/business/services/application/crm-dm/bconnection/lp/lp/img/bg-balloon02-tab.png) 50% 50%/contain no-repeat;
		padding: 40px 0 45px;
		width: 67%;
		top: 80px;
		left: auto;
		right: 0
	}
}

@media (max-width:768px) {
	.point .group .trouble__txt {
		font-size: 14px;
		background: url(/content/dam/nttcom/hq/jp/business/services/application/crm-dm/bconnection/lp/lp/img/bg-balloon02-sp.png) 50% 50%/contain no-repeat;
		padding: 30px 0 35px;
		width: 85%;
		top: 0;
		left: auto;
		right: -10px
	}
}

.point .group .trouble__txt span {
	color: #cc023a
}

.point .group .trouble__txt.v3 {
	padding: 70px 0 90px;
	top: 110px
}

@media (max-width:1112px) and (min-width:769px) {
	.point .group .trouble__txt.v3 {
		top: 70px
	}
}

@media (max-width:768px) {
	.point .group .trouble__txt.v3 {
		padding: 40px 0;
		left: auto;
		top: 10px
	}
}

.point .group .trouble__txt.reverse {
	background: url(/content/dam/nttcom/hq/jp/business/services/application/crm-dm/bconnection/lp/lp/img/bg-balloon01.png) 50% 50%/contain no-repeat;
	margin-left: 0;
	margin-right: 16vw;
	padding-left: 30px
}

@media (max-width:1112px) and (min-width:769px) {
	.point .group .trouble__txt.reverse {
		background: url(/content/dam/nttcom/hq/jp/business/services/application/crm-dm/bconnection/lp/lp/img/bg-balloon01-tab.png) 50% 50%/contain no-repeat;
		right: auto;
		left: 0;
		padding-left: 0;
		padding-right: 20px
	}
}

@media (max-width:768px) {
	.point .group .trouble__txt.reverse {
		background: url(/content/dam/nttcom/hq/jp/business/services/application/crm-dm/bconnection/lp/lp/img/bg-balloon01-sp.png) 50% 50%/contain no-repeat;
		right: auto;
		left: -10px;
		padding-left: 0;
		padding-right: 20px;
		margin-right: 0
	}
}

.point .group .sol {
	max-width: 1084px;
	margin: -50px auto 0;
	padding: 0 30px;
	position: relative
}

@media (max-width:1112px) and (min-width:769px) {
	.point .group .sol {
		margin: 40px auto 0
	}
}

@media (max-width:768px) {
	.point .group .sol {
		padding: 0 15px;
		margin: -10px auto 0;
		max-width: 23rem;
	}
}

.point .group .sol__img {
	position: absolute;
	top: -20px;
	left: 0;
	width: 180px
}

@media (max-width:768px) {
	.point .group .sol__img {
		width: 80px
	}
}

.point .group .sol dl {
	border: 4px solid #ffc124;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, .2);
	box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, .2)
}

@media (max-width:768px) {
	.point .group .sol dl {
		border: 2px solid #ffc124
	}
}

.point .group .sol dl dt {
	background: #ffc124;
	color: #0a3277;
	font-size: 22px;
	line-height: 1.5909;
	padding: 20px 20px 20px 150px;
	font-weight: 900
}

@media (max-width:768px) {
	.point .group .sol dl dt {
		font-size: 16px;
		padding: 10px 10px 10px 60px
	}
}

.point .group .sol dl dd {
	background: #fff;
	padding: 40px;
	-webkit-border-radius: 8px;
	border-radius: 8px
}

@media (max-width:768px) {
	.point .group .sol dl dd {
		padding: 20px
	}
}

.point .group .sol dl dd .flex.col3 {
	-webkit-box-pack: space-evenly;
	-webkit-justify-content: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly
}

@media (max-width:768px) {
	.point .group .sol dl dd .flex.col3 {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

.point .group .sol__box {
	text-align: center;
	width: -webkit-calc(20% - 20px);
	width: calc(20% - 20px)
}

@media (max-width:768px) {
	.point .group .sol__box {
		width: -webkit-calc(50% - 10px);
		width: calc(50% - 10px)
	}
}

@media (max-width:768px) {
	.point .group .sol__box:not(:last-child) {
		margin-bottom: 15px
	}
}

.point .group .sol__box.col3 {
	width: -webkit-calc(33.33333% - 20px);
	width: calc(33.33333% - 20px)
}

@media (max-width:768px) {
	.point .group .sol__box.col3 {
		width: -webkit-calc(50% - 10px);
		width: calc(50% - 10px)
	}
}

.point .group .sol__box--img img {
	max-width: auto;
	width: auto;
	max-height: 120px
}

@media (max-width:768px) {
	.point .group .sol__box--img img {
		height: 80px;
		max-height: 80px
	}
}

.point .group .sol__box--ttl {
	color: #0a3277;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	margin: 10px 0
}

@media (max-width:768px) {
	.point .group .sol__box--ttl {
		font-size: 14px
	}
}

.point .group .sol__box--txt {
	font-size: 14px;
	line-height: 1.785;
	text-align: left
}

@media (max-width:768px) {
	.point .group .sol__box--txt {
		font-size: 12px
	}
}

.point .group .note {
	font-size: 14px;
	line-height: 1.785;
	max-width: 1084px;
	margin: 30px auto 0;
	padding: 0 30px
}

@media (max-width:768px) {
	.point .group .note {
		font-size: 12px;
		margin: 20px auto 0;
		padding: 0 15px
	}
}










.flow .container {
	padding: 0 15px 50px
}

@media (min-width:769px) {
	.flow .container {
		padding: 0
	}
}

.flow__in {
	width: -webkit-calc(25% - 15px);
	width: calc(25% - 15px);
	-webkit-box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, .2);
	box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, .2);
	background: #fff;
	-webkit-border-radius: 6px;
	border-radius: 6px
}

@media (max-width:768px) {
	.flow__in {
		width: 100%
	}
}

@media (max-width:768px) {
	.flow__in:not(:last-child) {
		margin-bottom: 20px
	}
}

@media (max-width:768px) {
	.flow__img {
		width: 40%
	}
}

@media (max-width:768px) {
	.flow__img p {
		position: relative;
		padding-top: 164.57%
	}
}

@media (max-width:768px) {
	.flow__img p img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
		font-family: "object-fit:cover;object-position:center;"
	}
}

.flow__box {
	padding: 15px 25px 25px;
	color: #3c3c3c;
	text-align: center;
	height: 100%
}

@media (max-width:768px) {
	.flow__box {
		padding: 10px 15px 15px;
		width: 60%;
		height: auto
	}
}

.flow__box--num {
	font-family: dinotR;
	font-size: 40px;
	color: #0a3277;
	line-height: 1.4;
	font-weight: 700
}

@media (max-width:768px) {
	.flow__box--num {
		font-size: 30px
	}
}

.flow__box--ttl {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.45;
	padding-bottom: 10px;
	border-bottom: 1px dotted #3c3c3c
}

@media (max-width:768px) {
	.flow__box--ttl {
		font-size: 16px;
		padding-bottom: 5px
	}
}

.flow__box--txt {
	font-size: 14px;
	line-height: 1.785;
	text-align: left;
	padding-top: 10px
}

@media (max-width:768px) {
	.flow__box--txt {
		line-height: 1.607;
		padding-top: 5px
	}
}






.function .container {
	padding: 30px 30px 0
}

@media (max-width:768px) {
	.function .container {
		padding: 15px 15px 0
	}
}

@media (max-width:768px) {
	.function__menu {
		width: 720px
	}
}

.function__menu col:first-child {
	width: 27%
}

@media (max-width:768px) {
	.function__menu col:first-child {
		width: 12%
	}
}

.function__menu col:nth-child(2) {
	width: 23%
}

@media (max-width:768px) {
	.function__menu col:nth-child(2) {
		width: 23%
	}
}

.function__menu col:nth-child(3) {
	width: 50%
}

@media (max-width:768px) {
	.function__menu col:nth-child(3) {
		width: 65%
	}
}

.function__menu td,
.function__menu th {
	text-align: left;
	letter-spacing: .01em;
	border: 1px solid #afafaf
}

.function__menu th {
	color: #0a3277;
	font-size: 18px;
	line-height: 1.666;
	background: #eff6fc;
	padding: 20px 15px;
	vertical-align: top
}

.function__menu th.bg-DB {
	background: #cedae9
}

@media (max-width:768px) {
	.function__menu th {
		font-size: 14px;
		padding: 10px
	}
}

.function__menu td {
	background: #fff;
	font-size: 14px;
	line-height: 1.785;
	padding: 10px 15px;
	vertical-align: middle
}

@media (max-width:768px) {
	.function__menu td {
		font-size: 12px;
		padding: 10px
	}
}

.function__tab .tab-area .tab {
	width: -webkit-calc(50% - 10px);
	width: calc(50% - 10px);
	color: #0a3277;
	font-size: 16px;
	font-weight: 700;
	background: #eff6fc;
	height: 35px;
	line-height: 35px;
	text-align: center;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	cursor: pointer
}

.function__tab .tab-area .tab:last-child {
	background: #cedae9
}

.function__tab .tab-area .tab.active {
	border: none
}

.function__tab .content-area dl {
	color: #2b2b2b;
	font-size: 14px;
	background: #fff;
	border: 1px solid #707070
}

.function__tab .content-area dl dt {
	font-weight: 700;
	margin-bottom: 10px;
	padding: 15px 15px 0
}

.function__tab .content-area dl dd {
	padding: 0 15px 25px
}

.function__tab .content-area dl dd:not(:last-child) {
	border-bottom: 1px solid #707070
}

.function__tab .content-area .content {
	display: none;
	-webkit-box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, .2);
	box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, .2);
	background: #eff6fc;
	padding: 15px
}

.function__tab .content-area .content:last-child {
	background: #cedae9
}

.function__tab .content-area .content.active {
	display: block
}

.qa_strong {
	font-weight: bold;
	font-size: 1.1rem
}

@media (max-width:768px) {
	.app__menu {
		width: 720px
	}
}

.app__menu col:first-child {
	width: 25%
}

.app__menu col:nth-child(2) {
	width: 75%
}

.app__menu td,
.app__menu th {
	text-align: left;
	letter-spacing: .01em;
	border: 1px solid #afafaf
}

.app__menu th {
	color: #0a3277;
	font-size: 18px;
	line-height: 1.666;
	background: #eff6fc;
	padding: 20px 15px;
	vertical-align: top
}

.app__menu th.bg-DB {
	background: #cedae9
}

@media (max-width:768px) {
	.function__menu th {
		font-size: 14px;
		padding: 10px
	}
}

.function__menu td {
	background: #fff;
	font-size: 14px;
	line-height: 1.785;
	padding: 10px 15px;
	vertical-align: middle
}

@media (max-width:768px) {
	.function__menu td {
		font-size: 12px;
		padding: 10px
	}
}

.app__tab .tab-area .tab {
	width: -webkit-calc(50% - 10px);
	width: calc(50% - 10px);
	color: #0a3277;
	font-size: 16px;
	font-weight: 700;
	height: 35px;
	line-height: 35px;
	text-align: center;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	cursor: pointer
}

.app__tab .tab-area .tab:last-child {
	background: #cedae9
}

.app__tab .tab-area .tab.active {
	border: none
}

.app__tab .content-area dl {
	color: #2b2b2b;
	font-size: 14px;
	background: #fff;
	border: 1px solid #707070
}

.app__tab .content-area dl dt {
	font-weight: 700;
	margin-bottom: 10px;
	padding: 15px 15px 0
}

.app__tab .content-area dl dd {
	padding: 0 15px 25px
}

.app__tab .content-area dl dd:not(:last-child) {
	border-bottom: 1px solid #707070
}

.app__tab .content-area .content {
	display: none;
}

.app__tab .content-area .content:last-child {
	background: #cedae9
}

.app__tab .content-area .content.active {
	display: block
}

@media (max-width:768px) {
	.sp-flex {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-content: space-around;
		-ms-flex-line-pack: distribute;
		align-content: space-around
	}
}





.case__summary {
	margin-bottom: 30px
}

@media (max-width:768px) {
	.case__summary {
		margin-bottom: 15px
	}
}

.case__summary.last {
	margin-bottom: 0
}

.case__summary--txt {
	display: inline-block;
	font-size: 14px;
	line-height: 2.5
}

@media (max-width:768px) {
	.case__summary--txt {
		font-size: 12px
	}
}

.case__summary.last ul {
	padding-inline-start: 0px;
	margin-block-start: 0px;
	margin-block-end: 0px;
}

.case__summary--list li {
	position: relative
}

.case__summary--list li::before {
	content: "● ";
	color: #0a3277
}

.case__summary--list li::marker {
	content: none;
}

.case__img {
	width: 95%;
	margin: 0 auto 30px
}

@media (max-width:768px) {
	.case__img {
		width: 100%;
		margin: 0 auto 15px
	}
}

.ttl-tertiary {
	color: #004386;
	font-size: 20px;
	line-height: 1.75;
	font-weight: 700;
	margin: 0;
}

@media (max-width:768px) {
	.ttl-tertiary {
		font-size: 16px
	}
}













/* degitalTrade */
.digitalfullwidth {
	flex-grow: 1;
	position: relative;
	width: auto;
	margin: 0 auto 3.75rem;
}

@media screen and (min-width: 1024px) {
	.digitalfullwidth {
		max-width: 960px;
	}
}

@media screen and (min-width: 1216px) {
	.digitalfullwidth {
		max-width: 1152px;
	}
}

.column {
	width: 100%;
	display: flex;
	margin: auto;
}

.column .ex-container {
	width: 90%;
	max-width: 1344px;
	margin: 1rem auto;
}

.outside-box {
	width: 100%;
	background: rgba(231, 246, 255, 1);
	opacity: 1;
	overflow: hidden;
	justify-content: center;
	padding: 1.5rem;
}

.outside-box .inner-box {
	background: rgba(255, 255, 255, 1);
	opacity: 1;
	overflow: hidden;
	margin: auto;
	padding: 1.5rem;
}

.step-title-box {
	height: 3rem;
	display: flex;
	justify-content: left;
	vertical-align: middle;
}

.icon-step1 {
	background: url("/content/dam/nttcom/hq/jp/business/services/application/crm-dm/bconnection/degitaltrade/img/dacc-icon-step1.svg");
}

.icon-step2 {
	background: url("/content/dam/nttcom/hq/jp/business/services/application/crm-dm/bconnection/degitaltrade/img/dacc-icon-step2.svg");
}

.icon-step3 {
	background: url("/content/dam/nttcom/hq/jp/business/services/application/crm-dm/bconnection/degitaltrade/img/dacc-icon-step3.svg");
}

.icon-step {
	width: 155px;
	height: 48px;
	margin-right: 1rem;
}

.step-title-box .title {
	color: rgba(0, 67, 134, 1);
	font-family: Noto Sans JP;
	font-weight: Bold;
	font-size: 20px;
	opacity: 1;
	margin: auto 0;
	line-height: 1.125;
	word-break: break-word;
}

.sp-1-5rem {
	width: 100%;
	height: 1.5rem;
}

.step-box {
	width: 100%;
	display: flex;
	justify-content: center;
}

.step-box-child {
	margin: 0.5rem;
}

.step-box-child .figure {
	height: 180px;
	width: 218px;
	vertical-align: middle;
}

.figure-step1_01 {
	width: 218px;
	height: 144px;
	background: url("/content/dam/nttcom/hq/jp/business/services/application/crm-dm/bconnection/degitaltrade/img/dacc-figure-step1_01.svg");
}

.figure-step1_02 {
	width: 206px;
	height: 180px;
	background: url("/content/dam/nttcom/hq/jp/business/services/application/crm-dm/bconnection/degitaltrade/img/dacc-figure-step1_02.svg");
}

.figure-step1_03 {
	width: 206px;
	height: 180px;
	background: url("/content/dam/nttcom/hq/jp/business/services/application/crm-dm/bconnection/degitaltrade/img/dacc-figure-step1_03.svg");
}

.figure-step1_04 {
	width: 205px;
	height: 180px;
	background: url("/content/dam/nttcom/hq/jp/business/services/application/crm-dm/bconnection/degitaltrade/img/dacc-figure-step1_04.svg");
}

.figure-step1_05 {
	width: 218x;
	height: 152px;
	background: url("/content/dam/nttcom/hq/jp/business/services/application/crm-dm/bconnection/degitaltrade/img/dacc-figure-step1_05.svg");
}

.figure-step1_06 {
	width: 218 px;
	height: 180px;
	background: url("/content/dam/nttcom/hq/jp/business/services/application/crm-dm/bconnection/degitaltrade/img/dacc-figure-step1_06.svg");
}

.figure-step1_07 {
	width: 206px;
	height: 180px;
	background: url("/content/dam/nttcom/hq/jp/business/services/application/crm-dm/bconnection/degitaltrade/img/dacc-figure-step1_07.svg");
}

.figure-step1_08 {
	width: 169px;
	height: 180px;
	background: url("/content/dam/nttcom/hq/jp/business/services/application/crm-dm/bconnection/degitaltrade/img/dacc-figure-step1_08.svg");
}

.figure-step2_01 {
	width: 206px;
	height: 180px;
	background: url("/content/dam/nttcom/hq/jp/business/services/application/crm-dm/bconnection/degitaltrade/img/dacc-figure-step2_01.svg");
}

.figure-step2_02 {
	width: 217px;
	height: 140px;
	background: url("/content/dam/nttcom/hq/jp/business/services/application/crm-dm/bconnection/degitaltrade/img/dacc-figure-step2_02.svg");
}

.figure-step2_03 {
	width: 206px;
	height: 180px;
	background: url("/content/dam/nttcom/hq/jp/business/services/application/crm-dm/bconnection/degitaltrade/img/dacc-figure-step2_03.svg");
}

.figure-step2_04 {
	width: 194px;
	height: 140px;
	background: url("/content/dam/nttcom/hq/jp/business/services/application/crm-dm/bconnection/degitaltrade/img/dacc-figure-step2_04.svg");
}

.figure-step3_01 {
	width: 205px;
	height: 180px;
	background: url("/content/dam/nttcom/hq/jp/business/services/application/crm-dm/bconnection/degitaltrade/img/dacc-figure-step3_01.svg");
}

.figure-step3_02 {
	width: 206px;
	height: 180px;
	background: url("/content/dam/nttcom/hq/jp/business/services/application/crm-dm/bconnection/degitaltrade/img/dacc-figure-step3_02.svg");
}

.figure-step3_03 {
	width: 206px;
	height: 180px;
	background: url("/content/dam/nttcom/hq/jp/business/services/application/crm-dm/bconnection/degitaltrade/img/dacc-figure-step3_03.svg");
}

.figure-step3_04 {
	width: 194px;
	height: 140px;
	background: url("/content/dam/nttcom/hq/jp/business/services/application/crm-dm/bconnection/degitaltrade/img/dacc-figure-step3_04.svg");
}

.step-box p {
	width: 218px;
	color: rgba(68, 68, 68, 1);
	font-family: Noto Sans JP;
	font-size: 14px;
	text-align: left;
	margin-top: 1rem;
	margin-bottom: 0;
}

.green {
	color: #11635a
}

.purple {
	color: #5B1048;
}

@media (max-width: 768px) {
	.function__tab.sp-only {
		max-width: 23rem;
		margin: 0 auto;
	}

	.app__tab.sp-only {
		max-width: 23rem;
		margin: 0 auto;
	}
}

@media (max-width: 768px) {
	.table-wrap {
		overflow-x: scroll;
	}
}


.function-list {
	width: 100%;
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
	font-size: 17px;
}

@media (max-width: 768px) {
	.function-list {
		width: 650px;
		font-size: 0.875rem;
	}
}

.function-list th,
.function-list td {
	padding: 20px 16px;
	background: none;
	vertical-align: top;
}

@media (max-width: 768px) {

	.function-list th,
	.function-list td {
		padding: 16px 10px;
		line-height: 1.4;
	}
}

.function-list thead th {
	color: #fff;
	vertical-align: top;
}


.function-list thead th p {
	margin-bottom: 0;
	font-size: 0.875rem;
	text-align: center;
}

.function-list thead th p:first-child {
	margin-bottom: 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid #fff;
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
}

@media (max-width: 768px) {
	.function-list thead th p:first-child {
		font-size: 1rem;
	}
}

.function-list thead th p:nth-child(2) {
	text-align: left;
}

.function-list thead th.func-green {
	background-color: #11635A;
}

.function-list thead th.func-purple {
	background-color: #5B1048;
}

.function-list thead th.func-blue {
	background-color: #004386;
}

.function-list tbody tr:nth-child(odd) {
	/* background-color: #F8F8F8; */
}

.function-list tbody th {
	width: 22%;
	font-weight: bold;
}

@media (max-width: 768px) {
	.function-list tbody th {
		width: 19%;
	}
}


.function-list td {
	width: 26%;
	vertical-align: top;
	line-height: 1.4;
}


.function-list ul {
	margin: 0;
	padding-left: 0;

}

.function-list li {
	list-style: none;
	padding-left: 1em;
	text-indent: -1em;
}

.function-list li:not(:first-child) {
	margin-top: 5px;
}

@media (min-width: 769px) {
	.function-list .caption {
		font-size: 0.83em;
	}
}


.align-center {
	text-align: center;
}

.vl-m {
	vertical-align: middle !important;
}

.function-list-02 {
	font-size: 0.9375rem;
}

@media (max-width:768px) {
	.function-list-02 {
		width: 800px;
		font-size: 0.875rem;
	}
}

.function-list-02 th {
	background: transparent;
}

.function-list-02 thead th {
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}

.function-list-02 thead th:first-child {
	width: 100px;
}

.function-list-02 thead th:nth-child(2) {
	width: 160px;
}

@media (max-width:768px) {
	.function-list-02 thead th:first-child {
		width: 50px;
	}

	.function-list-02 thead th:nth-child(2) {
		width: 100px;
	}
}

.function-list-02 thead th:nth-last-child(-n+3) {
	width: 100px;
	padding: 10px;
	line-height: 1.25;
	color: #fff;
}

@media (max-width:768px) {
	.function-list-02 thead th:nth-last-child(-n+3) {
		width: 60px;
	}
}

.function-list-02 thead th.func-green {
	background-color: #11635A;
}

.function-list-02 thead th.func-purple {
	background-color: #5B1048;
}

.function-list-02 thead th.func-blue {
	background-color: #004386;
}

.function-list-02 tr:nth-child(odd) {
	background-color: #F5F5F5;
}

.function-list-02 tbody th,
.function-list-02 tbody td {
	vertical-align: middle;
	line-height: 1.45;
	padding: 15px 12px;
}

@media (max-width:768px) {

	.function-list-02 tbody th,
	.function-list-02 tbody td {
		padding: 10px;
	}
}

.function-list-02 tbody tr th:nth-last-child(6) {
	text-align: center;
}

.function-list-02 tbody td:nth-last-child(-n+3) {
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
}

@media (max-width:768px) {
	.function-list-02 tbody td:nth-last-child(-n+3) {
		font-size: 1rem;
	}
}

main .function-list-02 a,
main .function-list-02 a:visited {
	color: inherit;
	/* text-decoration: underline !important; */
	border-bottom: 1px solid #004386;
	color: #004386;
}

main .function-list-02 a::after{
	content: "";
	position: relative;
	top: -0.18em;
	display: inline-block;
	width: 0.4em;
	height: 0.4em;
	margin: 0 2px;
	border-top: 1px solid #004386;
	border-right: 1px solid #004386;
	transform: rotate(45deg);
}

.function-list-02 ul {
	margin: 5px 0 0;
	padding-left: 0;
}

.function-list-02 li {
	/* margin-top: 5px; */
	list-style: none;
}

a.btn-plane {
	position: relative;
	display: inline-block;
	min-width: 200px;
	margin-left: auto;
	margin-right: auto;
	padding: 13px 26px;
	font-size: 14px;
	color: #fff;
	background-color: #333;
	border-radius: 6px;
	transition: opacity .5s ease-out;
}

a.btn-plane.secondary {
	color: #000;
	background-color: #e5e5e5;
}

a.btn-plane::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0.1em;
	right: 1em;
	margin: auto;
	width: 0.3em;
	height: 0.3em;
	border-top: 0.13em solid #fff;
	border-right: 0.13em solid #fff;
	transform: rotate(45deg);
}


a.btn-plane.secondary::after {
	border-color: #000;
}

a.btn-plane:hover {
	opacity: .7;
}

.import-content {
	margin: auto;
	line-height: 1.5;
}

@media (max-width: 768px) {
	.import-table {
		width: 600px;
		font-size: 14px;
	}
}

.import-table th,
.import-table td {
	vertical-align: middle;
	padding: 16px 10px;
}

.import-table th {
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #093680;
}

.import-table .option {
	width: 13%;
}


.import-table .price {
	width: 18%;
}

.import-table .pattern {
	width: 18%;
}

@media (max-width: 768px) {
	.import-table .option {
		width: 16%;
	}

	.import-table .pattern {
		width: 16%;
	}

	.import-table .price {
		width: 23%;
	}
}

.import-table ul {
	margin: 0.25em 0;
	padding-left: 0;
}

.import-table li {
	list-style: none;
	padding-left: 1em;
	text-indent: -1em;
}

.caption {
	display: block;
	max-width: 940px;
	font-size: 0.875em;
	line-height: 1.5;
}

.m-auto {
	margin: auto;
}

/*---------------------------------
	2022/05 freee追加
---------------------------------*/
/*freee 中央に表示したい*/
.center_item{
	width:100%;
	text-align:center;
}
.center_item img{
	width:48%;
}