.b2b_hint a {
	background: #6EA92E;
	line-height: 1.5em;
	padding: 9px!important;
}
@media print, screen and (max-width: 920px) {
	.b2b_hint a {
		margin-top: 1px;
		padding: 10px!important;
	}
}

.b2b_hint a::after {
	display: block;
	content: "";
	transform: rotate(0)!important;
	background-size: contain; 
	width: 20px!important;
	height: 20px!important;
	background-image: url(../../img/common/icon_external_w.svg);
	background-repeat: no-repeat;
	background-size: contain;
	top: 20px!important;
	right: 5px!important;
	border-color: transparent!important;
}

.product_section {
	background: #FFF;
	margin-bottom: 30px;
}

#sec_intro.product_section {
	background: #f1f4f7;
}
#sec_intro.product_section  .sec_intro_main {
	background: #fff;
	padding-bottom: 30px;
}

.bg_b-to-b {
	position: relative;
		min-height: 410px;
}
.bg_b-to-b:before {
	position: absolute;
	display: block;
	content: "";
	right: 0;
	background-image: url(../../img/product/b-to-b/top_background.png)!important;
	background-repeat: no-repeat!important;
	background-position: right!important;
	background-size: cover;
	width: 50%;
	height: 100%;
	z-index: 0;
}

.mv_under {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: stretch;
	z-index: 2;
}



.mv_under figure {
	max-width: 600px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #FFF;
}
.mv_under figure figcaption {
	font-size: 1.2em!important;
	font-weight: bold;
	color: #0d2c4f;
}
.mv_under figure img {
	width: 400px!important;
}

.mv_under .mv_right {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: rgba(13,44,79,0.8);
	color: #FFF;
	width: 100%;
	max-width: 600px;
	backdrop-filter:blur(2px)
}
.mv_under .mv_right h1 {
	font-weight: bold;
	font-size: 3em;
	margin-bottom: 10px;
}
.mv_under .mv_right ul {
	text-align: left;
	padding: 15px;
}
.mv_under .mv_right ul li {
	line-height: 2em;
}
.mv_under .mv_right ul li:before {
	content: "-";
	padding-right: 20px;
}

.problems dl dt {
	background: #133473;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px;
}
.problems dl dd {
	text-align: justify;
	padding: 15px;
}
.problems dl {
	border-radius: 10px;
	border: 1px solid #CCC;
	overflow: hidden;
	max-width: 300px;
	margin: 5px;
}

#sec_problem img {
	width: 150px;
}

#sec_problem .video-wrap {
	border: 2px solid #CCC;
	border-radius: 10px;
	overflow: hidden;
}

#sec_intro.product_section {
	padding-bottom: 0!important;
	overflow: hidden;
}

.feature {
	background: #2e629a!important;
	padding:20px;
	margin-bottom: 0!important;
}

.feature h2.feature_title {
	color: #FFF;
	padding-top: 50px!important;
	padding-bottom: 0!important;
}
.feature_txt {
	margin: auto;
	padding: 0 25px;
	max-width: 800px;
	text-align: justify!important;
	color: #FFF;
}

.feature_txt p {
	text-align: justify;
}

.feature dl {
	background: #FFF;
	border-radius: 10px;
	padding: 20px;
	max-width: 900px;
	margin: 20px auto;
}

.feature dl dt {
	text-align: left;
	color: #2e629a;
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 2px solid #2e629a;
}


.feature dl dd {
	display: flex;
	align-items: center;
	margin: 10px;
	justify-content: center;
}

.feature dl dd figure {
	max-width: 200px;
}

.feature dl div {
	text-align: left;
	max-width: 600px;
	padding: 0 30px;
}

.feature .btn {
	margin-bottom: 50px;
}

.result dl {
   margin: 10px 0;
}
.result dl dt {
	margin: 0;
}

#sec_result .inner h2 {
	margin-bottom: 0;
}

#sec_result .inner h2 + div {
	margin: auto;
	padding: 0 20px;
	max-width: 900px;
}

.before-after {
	display: flex;
	justify-content: center;
}

.before-after > div {
	width: 100%;
	max-width: 400px;
	padding: 40px;
}

.before-after > div dl {
	border: 1px solid #555;
	margin-top: 30px;
}

.before-after > div dt, .before-after > div dd {
	border: 1px solid #555;
	padding: 5px;
}

.before-after > div dt {
	color: #FFF;
	font-weight: bold;
	font-size: 1.2em;
}

.before-after > div dd {
	background: #FFF;
}

.before-after > div .sec_result_before dt {
	background: #555!important;
}

.before-after > div .sec_result_after dt {
	background: #8dc554!important;
}

.result dd {
	background: #FFF;
	padding: 15px;
}

#sec_corporation .corporation dl {
	background: #FFF;
}

.before_arrow  {
	position: relative;
}
.before_arrow:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 0px 50px 50px;
	border-color: transparent transparent transparent #8dc554;
	top: calc( 50% - 50px );
	left: 108%;
}
@media screen and (max-width: 700px) {
	.product_section {
		padding-left: 3px!important;
		padding-right: 3px!important;
	}
	.intro_desc {
		text-align: justify!important;
	}
	.mv_under {
		flex-wrap: wrap;
	}
	.mv_under figure, .mv_under .mv_right {
		max-width: 700px;
		width: 100%;
	}
	.bg_b-to-b {
		height: 800px;
	}
	.mv_under .mv_right ul li:before {
		padding-right: 10px;
	}
	#sec_problem .problems {
		flex-wrap: wrap;
	}
	#sec_problem .intro_resolution strong {
		font-size: 1em;
	}
	.feature dt {
		font-size: 1.4em!important;
	}
	.feature dt span {
		display: block;
		width: 100%;
	}
	.feature dd {
		flex-wrap: wrap!important;
	}
	.feature dd div {
		width: 100%;
		padding: 0;
		text-align: justify;
	}
	.before-after {
		flex-wrap: wrap;
	}
	.before-after div {
		padding-left: 0px;
		padding-right: 0px;
	}
	.before-after div dd {
		font-size: 0.8em;
	}
	.before_arrow:before {
		display: none;
	}
	.sec_result_before {
		position: relative;
	}
	.sec_result_before:after {
		position: absolute;
		display: block;
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 50px 50px 0px 50px;
		border-color: #8dc554 transparent transparent transparent;
		bottom: -70px;
		left: calc( 50% - 50px );
	}
	.intro_resolution p {
		padding: 15px;
		text-align: justify;
	}
}

.workflow img {
	margin: 30px;
	margin-bottom: 0;
	border-radius: 15px;
	border: 1px solid #CCC;
}

.paragraph .box {
	text-align: justify;
	padding: 0 10px;
}

.feature_before-after {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
.feature_before-after > div {
	width: 48%;
	margin: 10px;
	border: 1px solid #CCC;
	border-radius: 10px;
	padding: 10px;
	padding-bottom: 0;
}
.feature_before-after > div dl span {
	font-size: 0.8em;
}
.feature_before-after > div:first-child dl {
	background: #efeff0;
}
.feature_before-after > div:last-child dl {
	background: #fafafb;
}
.feature_before-after > div dl dt {
	padding: 10px;
	font-weight: bold;
}

.feature_before-after figure img {
	width: 100%;
	max-width: 380px;
}

.feature_before-after > div:first-child dl dt {
		color: #727171;
}
.feature_before-after > div:last-child dl dt {
		color: #7da92c;
}
.feature_before-after > div dl dd {
	padding: 0 25px 15px 25px;
	text-align: justify;
	font-weight: bold;
}



.support_list_item .box_in {
	font-size: 0.8em;
	background: #FFF;
}

.support_desc {
	text-align: center;
	line-height: 2em;
}


.title_support {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px 0;
	padding-top: 30px;
	font-size: 1.2em!important;
	line-height: 2em!important;
}

.title_support img {
	width: 100px;
	margin: 0 10px;
}

.b2b_support_section {
	max-width: 800px;
	margin: 20px auto!important;
}

@media screen and (max-width: 700px) {
	.feature_before-after {
		flex-wrap: wrap;
	}
	.feature_before-after > div {
		width: 100%;
		margin: 10px 0;
	}
	.feature_before-after > div dl span {
		display: block;
	}
	.support_desc {
		text-align: justify;
		padding: 0 15px;
	}
}
    .faq-list {
      display: grid;
      gap: 20px;
    }

    .faq-item {
      border-radius: 12px;
      padding: 0;
      background: #fff;
	  overflow: hidden;
	  border: 1px solid #CCC;
	  max-width: 900px;
    }

    .faq-item h2 {
      font-size: 1em!important;
      margin: 0 0 12px!important;
		text-align: left!important;
		background: #f1f4f7;
		padding: 15px 20px!important;
		margin-bottom: 0!important;
		color: #000!important;
    }

.faq-item div {
	padding: 15px 20px;
}

.faq-item h2:after {
	display: none!important;
}

    .label-q,
    .label-a {
      display: inline-block!important;
      font-weight: 700!important;
      margin-right: 8px!important;
	  padding-right: 10px;
    }


    .faq-answer {
      display: flex;
    }

.label-q {
	color: #12347C!important;
}

.label-a {
	display: block;
	color: #FD9134;
}

#feature_nav ul {
	background: #FFF;
	border: 1px solid #CCC;
	padding: 10px 20px;
	border-radius: 15px;
	max-width: 800px;
	margin: auto;
}

#feature_nav ul li {
	border-bottom: 1px dashed #CCC;
	padding: 10px;
	font-weight: bold;
}

#feature_nav ul li:nth-child(6){
	border-width: 0;
}







