@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
/*----------
	dobot e6
----------*/
:root {
--color-green: #3f849a;
--color-green-seco: #386b7d;
--color-green-tert: #8ec2c1;
--color-green-quat: #00a99d;
--color-bg-seco: #4d4d4d;
--color-yellow: #ffff00;
}
a {
	transition : all 0.5s ease 0s;
}
.u-arrow-icon::after {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "\e902";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	bottom: 12px;
	right: 12px;
	font-size: 16px;
}
@media (min-width: 768px) {
	.u-arrow-icon::after {
		width: 24px;
		height: 24px;
		bottom: 14px;
		right: 14px;
		font-size: 24px;
	}
}
.l-dobot-section{width:96%;margin-left:auto;margin-right:auto;}
@media (min-width: 768px) {
	.l-dobot-section{width:100%;}
}
/* コンテンツヘッダー */
.l-dobot-header{height:auto;}
.e6-content-header {
	height: 360px;
	position: relative;
}
.e6-content-header__kv {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.e6-content-header__kv 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;
}
.e6-content-header .l-section{
	position:relative;
	height:340px
}

/*----------
	mv__copy
----------*/
.dobot-mv__copy {
	width:auto;
	max-width: 89.3333333333%;
	height:100%;
	position: absolute;
	bottom: 0;
	left:0;
	line-height: 1.3;
	letter-spacing: 0;
	color: #000000;
}
.dobot-mv__copy .c-dobot-button__inner{
	position: absolute;
	bottom: 0;
	left:10px;
	width:26vh;
	height:56px;
	background-color:var(--color-dobot-prim);
}
.dobot-mv__copy .c-dobot-button__inner:hover{
	background-color:var(--color-seco);
}
@media (min-width: 768px) {
	.dobot-mv__copy {
		max-width: 1040px;
		height:400px;
		bottom: 50%;
		left: 50%;
		font-size:9rem;
		-webkit-transform: translate(-520px, 50%);
		transform: translate(-520px, 50%);
	}
	.dobot-mv__copy .c-dobot-button__inner{
		left: 0;
		width:36vh;
	}
}
.e6-content-header .l-section > h1 {
	display: block;
	width:auto;
	min-width:300px;
	min-height:160px;
	padding: 40px 10px 40px 20px;
	position: absolute;
	top:0;
	left: 0;
	font-weight: normal;
	line-height: var(--line-height-s);
	letter-spacing: 0;
	color: #000;
	background-image: linear-gradient(90deg, rgba(255, 254, 255, 1), rgba(255, 255, 255, 0));
}
.e6-content-header .l-section > h1 em {
	display: block;
	margin-top: 0;
	padding-left: 20px;
	font-family: "Inter", sans-serif;
	font-weight: bold;
	font-size: 4rem;
	line-height:0.9;
}
.e6-content-header__sub {
	display: block;
	position: relative;
	margin-top: 55px;
	padding-left: 20px;
	font-family: "Noto Sans JP", "ヒラギノ角ゴシック", Hiragino Sans, "メイリオ", Meiryo, sans-serif;
	font-size: 2.66rem;
	font-weight: 400;
	line-height: var(--line-height-s);
}
.e6-content-header__tag {
	display: block;
	height: 38px;
	padding: 0 10px 0 20px;
	position: absolute;
	top: 20px;
	left: 0;
	line-height: 38px;font-family: "Noto Sans JP", "ヒラギノ角ゴシック", Hiragino Sans, "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
}
@media (min-width: 768px) {
	.e6-content-header {
		height: 400px;
	}
	.e6-content-header .l-section > h1 {
		left: 0;
		padding: 0;
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
		background-image:none;
	}
	.e6-content-header__sub {
		display: block;
		margin-top:55px;
		padding: 0;
		font-size: 3.6rem;
	}
	.e6-content-header .l-section > h1 em {
		display: block;
		padding: 0;
		font-size: 5.2rem;
	}
	.e6-content-header__tag {
		top:20px;
		height: 52px;
		padding: 0;
		font-size:1.8rem;
		letter-spacing:0.04em;
	}
}
/*----------
	support
----------*/
@media (min-width: 768px) {
	.dobot-support-qa__item.active .dobot-support-qa__a {
		padding: 34px;
	}
	.dobot-support-button-pdf {
		grid-template-columns:repeat(2, 1fr);
	}
}
/*----------
	guidebook
----------*/
.dobot-home-lineup3-list {
	display: flex;
	justify-content: space-between;
	margin-top: 24px;
}
.dobot-home-lineup3-list > li {
	width: calc(33% - 10px);
	background: url(/assets/dobot/images/home/lineup3-shape.svg) no-repeat center/contain;
	letter-spacing: 0;
}
.dobot-home-lineup3-list > li > div {
	width: 100%;
	height: 0;
	padding-bottom: 112%;
	position: relative;
}
.dobot-home-lineup3-list > li > div > strong {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	font-weight: 500;
	font-size: 1.6rem;
	color:#fff;
}
@media (min-width: 768px) {
	.dobot-home-lineup3-list {
		max-width:800px;
		margin-top: 0;
	}
	.dobot-home-lineup3-list > li {
		flex-basis: calc(33% - 25px);
	}
	.dobot-home-lineup3-list > li > div > strong {
		font-size: 1.6rem;
	}
}
.dobot-lineup__control .dobot-lineup__control_kv img {
	width: 100%;
}
.dobot-lineup__control .c-grid .c-grid__item {
	background-color: #fff;
}
.dobot-lineup__leadtext {
	margin-top: 20px;
	margin-bottom: 35px;
	text-align: center;
	color: var(--color-dobot-seco);
	font-size: 1.8rem;
	font-weight: 500;
}
@media (min-width: 768px) {
	.dobot-lineup__leadtext {
		margin-bottom: 36px;
	}
}
.c-dobot-button__inner > span{
	text-indent:0;
}
.pd25{padding:25px;}
.pd30{padding:30px;}
.bg-dobot{background-color: var(--color-dobot-prim);}
.bg-dobot-gr{background-color: var(--color-green);}
.dobot-home-lead::before {
	background: url(/assets/dobot/images/mg400/logo-white.svg) no-repeat center/contain;
}
.c-dobot-imagelink__title.white::before{color:#fff;}
.dobot-support-section{padding-bottom:80px;}
.shadow { text-shadow:1px 1px 2px var(--color-dobot-prim);}
.dobot-prog-box{margin-top:50px;padding:20px 35px 45px;}
.dobot-prog-box img{margin-bottom:10px;}
.dobot-prog-box p{color:#fff;}
.dobot-lineup__guidebook_inner .dobot-lineup__guidebook__text{position:relative;}
.dobot-lineup__guidebook_inner .dobot-lineup__guidebook__text ul.setlist{margin-left:1.8rem;list-style:disc;font-size:1.4rem;}
#usage-scene .c-dobot-heading-seco{color:var(--color-dobot-prim);}
#usage-scene .c-grid__item{
	padding:25px;
	background:#fff;
}
.merit__list_text_dtl span{color:#ff0000;}
#features{padding:60px 0 80px;}
.c-dobot-imagelink__image figure{overflow:hidden;}
/*----------
	results
----------*/
#results .c-grid.c-grid--2up{gap:20px;}
#results dt{margin-top:25px;font-size:2rem;color:#000;}
#results dd{margin-top:10px;color:#000;letter-spacing: 0.04em;}
.pd30 {padding: 30px;}
/*----------
	title
----------*/
.c-dobot-title1 + .c-dobot__text {
	margin-top: 1px;
}

@media (min-width: 768px) {
	.c-dobot-title1 + .c-dobot__text {
		margin-top: 33px;
	}
}

.c-dobot-title1 span {
	display: block;
	letter-spacing: 0.025em;
	text-align: center;
}

.c-dobot-title1__eng {
	font-size: 6rem;
	line-height: 1;
	color: #ededed;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: -50px;
}

@media (min-width: 768px) {
	.c-dobot-title1__eng {
		font-size: 19.6rem;
		margin-bottom: -92px;
	}
}

@media screen and (max-width: 374px) {
	.c-dobot-title1__eng {
		font-size: 5rem;
	}
}

.c-dobot-title1__jap {
	font-size: 2.8rem;
	line-height: 61px;
	color: #000;
	font-family: "Noto Sans JP", "ヒラギノ角ゴシック", Hiragino Sans, "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
}

@media (min-width: 768px) {
	.c-dobot-title1__jap {
		font-size: 4.2rem;
	}
}
/*----------
	lineup
----------*/
@media (min-width: 768px) {
	.c-dobot-productinfo__inner {
		display: grid;
		gap:50px;
		grid-template-columns:repeat(2, 1fr);
	}
	.c-dobot-productinfo__image {
		margin: 0;
	}
	.c-dobot-productinfo__image.bigfigure{
		position:relative;
		margin:0 -20px 0 -60px;
	}
	.c-dobot-productinfo__image.bigfigure img{
		position:absolute;
		width:120%;
	}
	.c-dobot-productinfo__main {
		margin: 0 0 0 40px;
	}
}
.c-dobot-productinfo__main .c-list > li:not(.c-icontext) >ul {
	padding:10px 0 0 30px;
	font-size:1.4rem;
}
.dobot-lineup__excontrol .c-dobot-productinfo__inner {
	padding: 20px 20px 30px;
	background-color: #fff;
}
.dobot-lineup__excontrol .c-dobot-productinfo__inner + .c-dobot-productinfo__inner {
	margin-top: 14px;
}
.dobot-lineup__excontrol .c-dobot-productinfo__inner .c-dobot-productinfo__title .c-dobot-productinfo__title__sub {
	display: block;
	margin-top: 10px;
	font-size: 1.6rem;
	font-weight: normal;
}
.dobot-lineup__excontrol .c-dobot-productinfo__inner .c-dobot-productinfo__main p > a {
	color: var(--color-dobot-seco);
	font-size: 1.4rem;
	text-decoration: none;
}
.dobot-lineup__excontrol .c-dobot-productinfo__inner .dobot-lineup__kometext {
	margin-top: 10px;
}
@media (max-width: 767px) {
	.dobot-lineup__excontrol .c-dobot-productinfo__title > em {
		font-size: 2rem;
	}
	.dobot-lineup__excontrol .c-dobot-productinfo__main p + p {
		margin-top: 15px;
	}
}
@media (min-width: 768px) {
	.dobot-lineup__excontrol .c-dobot-productinfo__inner {
		padding: 60px 60px;
	}
	.dobot-lineup__excontrol .c-dobot-productinfo__inner + .c-dobot-productinfo__inner {
		margin-top: 24px;
	}
	.dobot-lineup__excontrol .c-dobot-productinfo__inner .c-dobot-productinfo__image {
		flex: 0 0 320px;
		margin: 0 65px 0 0;
	}
	.dobot-lineup__excontrol .c-dobot-productinfo__inner .c-dobot-productinfo__purchase {
		width: 500px;
	}
}
.c-dobot-productinfo__image{max-width:100%;}
.c-dobot-productinfo__main .set-box{
	max-width:120px;
	display:block;
	margin:20px 0;
	text-align:center;
	color:#fff;
	background:#000;
}
.c-list > li:not(.c-icontext)::before{
	font-size: 1.4rem;
	background-color:var(--color-dobot-seco);
}
.c-list > li + li {
	margin-top: 6px;
}
/* modules */
.modules-feature {
	width:100%;
	margin-top: 34px;
}
.modules-feature > li {
		flex-basis:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 80px;
	margin-top: 20px;
	padding: 8px 10px;
	position: relative;
	overflow: hidden;
	color: var(--color-dobot-prim);
	background-color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: var(--line-height-s);
}
.modules-feature > li::after {
	content: "";
	display: block;
	width: 21px;
	height: 21px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--color-dobot-prim);
	-webkit-transform: rotate(45deg) translateX(-14px);
	transform: rotate(45deg) translateX(-14px);
}
@media (min-width: 768px) {
	.modules-feature {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		margin-top: 40px;
		flex: 0 0 33.3333%;
	}
	.modules-feature > li {
		flex-basis:30%;
	}
}
.c-dobot-productinfo__detail-def{font-size:1.6rem;}
.l-dobot-bgwrapper2{
	padding:80px 0;
}

.dobot-product-spec-heading {
	padding: 10px 24px 10px 21px;
	border-left: 3px solid var(--color-dobot-prim);
	background-color: var(--color-dobot-bg);
	font-weight: bold;
	font-size: 2.4rem;
	color: var(--color-dobot-prim);
	line-height: var(--line-height-s);
}

.dobot-product-spec-def {
	margin-top: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid var(--color-border);
}
.dobot-product-spec-def > dl > dt {
	font-weight: bold;
	font-size: 1.8rem;
}
.dobot-product-spec-def > dl > dd {
	margin-top: 16px;
}
.dobot-product-spec-def__image {
	max-width: 500px;
	margin: 0 auto;
}
.dobot-product-spec-def__pcspec > dd {
	margin-top: -1.8em;
	margin-left: 10em;
	padding-left: 1em;
	text-indent: -0.5em;
}
.dobot-product-spec-def__pcspec > dd::before {
	content: "：";
	display: inline-block;
}
@media (min-width: 768px) {
	.dobot-product-spec-def {
		margin-top: 40px;
		padding-bottom: 40px;
	}
	.dobot-product-spec-def > dl {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.dobot-product-spec-def > dl > dt {
		flex: 0 0 230px;
		margin-right: 40px;
	}
	.dobot-product-spec-def > dl > dd {
		flex: 1 1 auto;
		margin-top: 0;
	}
	.dobot-product-spec-def__image {
		margin: 0;
	}
	.dobot-product-spec-def__pcspec > dd {
		margin-left: 11em;
	}
}

.dobot-product-spec-wrap > span {
	display: inline-block;
	width: 50%;
}
.l-dobot-header__inner{top:0;}
.l-dobot-bgwrapper2 {
	background-color:#586276;
}
.l-dobot-bgwrapper3 {
	position: relative;
	background-color:#c3ebff;
}
@media (min-width: 768px) {
	.l-dobot-bgwrapper2 {
		padding: 80px 0;
	}
}
.c-heading-prim {
	border-bottom: 3px solid var(--color-dobot-prim);
}
.c-heading-tert {
	color: var(--color-dobot-prim);
	background-color: #cae3f6;
}
.u-txt-medium{font-weight:500;}
.u-txt-gray{color:#586276!important;}
.u-txt-dobotgray{color:var(--color-dobot-seco)!important;}
.u-txt-dobotblue{color:var(--color-dobot-prim)!important;}
.u-txt-red{color:#ff0000!important;}
.u-txt-bk{color:#000!important;}
.u-txt-gr{color: var(--color-green-seco)!important;}
.u-txt-blue{color: #6a92dc!important;}
.u-txt-yellow{color: #ffff00!important;}
.u-txt-line{text-decoration:line-through;}
.u-txt-marker{background: linear-gradient(transparent 60%, yellow 30%);}
.color-dobot-gray{color:#586276;}
.dobot-support-qa__item.active .dobot-support-qa__a{padding:34px;}
.dobot-support-button-pdf > li > a{justify-content:center;}
#manual{padding-top:0;}
#movie .c-imagelink{position:relative;}
.l-dobot-header__link a{
	font-size:1.8rem;
	font-weight:400;
	letter-spacing:0.1em;
}
.campaign-box{
	margin:-50px auto 20px;
	padding:15px 30px;
	color:#fff;
	font-size:1.8rem;
	font-weight:500;
	letter-spacing:0.1em;
	background:var(--color-dobot-prim);
}
.c-lead {
		color:#333;
		font-size:1.8rem;
		line-height:2;
}
.c-lead em{
	background: linear-gradient(transparent 60%, yellow 30%);
}
@media (min-width: 768px){
	.u-mt-dbl80{margin-top:0!important;}
	.c-lead {font-size:2.4rem;line-height:2.4;}
	.c-box-caption .c-lead{font-size: 3rem;}
}
/*----------
	dobot home
----------*/
.dobot-support-button-l .c-dobot-button__inner {
	height:72px;
	font-size:1.8rem;
	font-weight:bold;
	background-image: var(--color-gradient);
	border-radius:50px;
}
.dobot-support-button-l .c-dobot-button__inner:hover{opacity:0.8;}
.dobot-support-button-l .c-dobot-button__inner.bg-lgreen2 {
	color: var(--color-yellow);
	background-image: none;
	background-color: #00bec1;
}
.c-dobot-button__inner.bg-lgreen2  > span {
	padding: 8px 60px;
	font-size: 2.4rem;
}
.c-dobot-button__inner.bg-lgreen2::after{content: none;}
.dobot-support-button-l .c-dobot-button__inner.bg-lgreen2:hover{
	background-color: var(--color-seco);
}
.c-dobot-button.fit{width:fit-content;max-width: 90%;}
.l-content{padding-bottom:0;}
.l-dobot-header{height:auto;}
.u-arrow-icon::after {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "\e902";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	bottom: 12px;
	right: 12px;
	font-size: 16px;
}
@media (min-width: 768px) {
	.u-arrow-icon::after {
		width: 24px;
		height: 24px;
		bottom: 14px;
		right: 14px;
		font-size: 24px;
	}
	.dobot-support-button-l .c-dobot-button__inner {font-size:2.2rem;}
}
/* MV */
.dobot-home-mv {
	width: 100%;
	height: 500px;
	padding-bottom: 128%;
	position: relative;
	overflow: hidden;
}
.dobot-home-mv__item {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.dobot-home-mv__item img {
	display: block;
	z-index: 2;
}
.dobot-home-mv__copy {
	max-width: 89.3333333333%;
	position: absolute;
	bottom: 32px;
	left: 5.3333333333%;
	font-weight: bold;
	font-size: 3.2rem;
	line-height: 1.3;
	letter-spacing: 0;
	color: #fff;
}
.dobot-home-mv__copy__inter {
	margin-bottom: 12px;
	font-weight: bold;
	letter-spacing: -0.025em;
	line-height: 1;
}
.dobot-home-mv__copy__inter > em {
	font-size: 2.8rem;
}
.dobot-home-mv__copy__inter > em sup {
	font-size: 2rem;
}
.dobot-home-mv__copy__inter > span {
	font-size: 2rem;
}
.dobot-home-mv__item--main .dobot-home-mv__copy {
	width:100%;
	height: 380px;
	padding:20px 15px;
	font-weight: 300;
	text-align:center;
	color: var(--color-dobot-prim);
	background:rgba(255,255,255,0.8);
	border-radius:20px;
}
.dobot-home-mv__item--main .dobot-home-mv__copy .c-dobot-button{height:60px;}
@media (max-width: 767px) {
	.dobot-home-mv__item--main .dobot-home-mv__copy {
		top: 52px;
		bottom: auto;
		font-size: 2rem;
		color: var(--color-dobot-prim);
	}
}
@media (min-width: 768px) {
	.dobot-home-mv {
		padding-bottom: 50%;
	}
	.dobot-home-mv__item--main .dobot-home-mv__copy {
		width:100%;
		max-width:780px;
		height: 550px;
		padding:30px 80px;
	}
	.dobot-home-mv__copy {
		max-width: 1040px;
		top: 50%;
		left: 50%;
		font-size: 5rem;
		line-height:1.8em;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.dobot-home-mv__copy__inter {
		margin-bottom: 32px;
		letter-spacing: 0.025em;
		font-size: 6.6rem;
	}
	.dobot-home-mv__copy__inter > em {
		letter-spacing:0.1em;
		font-size: 8rem;
	}
	.dobot-home-mv__copy__inter > span {
		font-size: 4rem;
	}
	.dobot-home-mv__item--main .dobot-home-mv__copy {
		font-size: 4.8rem;
		line-height: 1.6;
	}
}

.dobot-home-news {
	background-color: var(--color-dobot-bg);
}
.dobot-home-news > dl {
	position: relative;
	background-color: var(--color-dobot-bg);
}
.dobot-home-news > dl dt {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 16px;
	background-color: var(--color-dobot-prim);
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 40px;
	color: #fff;
}
.dobot-home-news__detail {
	padding: 12px 20px 16px 96px;
	font-size: 1.4rem;
	line-height: var(--line-height-s);
}
.dobot-home-news__date {
	display: inline-block;
	margin-right: 12px;
	vertical-align: middle;
}
.dobot-home-news__tag {
	display: inline-block;
	padding: 4px 12px;
	border-radius: 10px;
	background-color: var(--color-dobot-seco);
	vertical-align: middle;
	font-size: 1rem;
	line-height: 1;
	font-weight: bold;
	color: #fff;
}
.dobot-home-news__oneliner {
	margin-top: 8px;
}
.dobot-home-news__oneliner > a {
	color: var(--color-dobot-seco);
	text-decoration: none;
}
@media (min-width: 768px) {
	.dobot-home-news {
		position: relative;
	}
	.dobot-home-news::before {
		content: "";
		display: block;
		width: 50%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: var(--color-dobot-prim);
	}
	.dobot-home-news > dl {
		width: 1040px;
		margin: 0 auto;
	}
	.dobot-home-news > dl dt {
		height: 100%;
		padding: 0 40px 0 0;
		background-color: var(--color-dobot-prim);
		line-height: 48px;
	}
	.dobot-home-news__detail {
		min-height: 48px;
		padding: 12px 0 16px 120px;
	}
	.dobot-home-news__oneliner {
		display: inline-block;
		margin-top: 1px;
		margin-left: 12px;
		vertical-align: top;
	}
}
/* リード */
.dobot-home-lead {
	position: relative;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 0;
}
.dobot-home-lead h2 {
	font-weight: bold;
	letter-spacing: -0.025em;
	font-size: 3.2rem;
	line-height: 1.3;
	color: var(--color-dobot-prim);
}
.dobot-home-lead dl {
	margin-top: 40px;
}
.dobot-home-lead dl > dt {
	font-weight: bold;
	font-size: 2rem;
	color: var(--color-dobot-prim);
}
.dobot-home-lead dl > dd {
	margin-top: 16px;
}
@media (min-width: 768px) {
	.dobot-home-lead {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.dobot-home-lead::before {
		width: 246px;
		height: 277px;
		top: 62px;
		left: -108px;
	}
	.dobot-home-lead__inner {
		display: flex;
		justify-content: center;
		align-items:center;
	}
	.dobot-home-lead dl {
		margin-top: 0;
		text-align:center;
	}
	.dobot-home-lead dl > dt {
		font-size: 3rem;
		text-align:center;
	}
	.dobot-home-lead dl > dd {
		margin-top: 24px;
		text-align:center;
	}
}
.u-dobot-notolight{margin-bottom:12px;}
/* 特長 */
.dobot-home-feature__copy h3{
	font-weight: bold;
	font-size: 2rem;
	color: var(--color-dobot-prim);
	line-height: var(--line-height-l);
}
.dobot-home-feature__copy h3 > em {
	color: #29abe2;
}
.dobot-home-feature__copy p {
	margin-top: 24px;
	line-height: var(--line-height-s);
	color: var(--color-dobot-text);
}
@media (max-width: 767px) {
	.dobot-home-feature__image {
		width: 89.552238806%;
		max-width: 500px;
		margin: 32px auto;
	}
	.dobot-home-feature__video {
		max-width: 480px;
		margin: 0 auto;
	}
}
@media (min-width: 768px) {
	.dobot-home-feature {
		grid-template-rows: auto 1fr;
	}
	.dobot-home-feature__copy h3{
		margin-top:80px;
		font-size: 3rem;
	}
	.dobot-home-feature__video {
		width: 410px;
	}
}

@media (min-width: 768px) {
	.dobot-home-feature--sec1 .dobot-home-feature__image {
		padding-top: 0;
	}
}

.dobot-home-feature--sec2 {
	padding: 48px 0;
}
@media (max-width: 767px) {
	.dobot-home-feature--sec2 .dobot-home-feature__image {
		width: 62.6865671642%;
		max-width: 410px;
	}
}
@media (min-width: 768px) {
	.dobot-home-feature--sec2 {
		padding: 80px 0;
	}
	.dobot-home-feature--sec2 .dobot-home-feature__image {
		width: 400px;
		grid-column: 1/2;
	}
}
.dobot-home-feature--sec3 .dobot-home-feature__copy h2 {
	color: #fff;
}
.dobot-home-feature--sec3 .dobot-home-feature__copy p {
	color: #fff;
}
@media (max-width: 767px) {
	.dobot-home-feature--sec3 .dobot-home-feature__image {
		width: 89.552238806%;
		max-width: 500px;
	}
}
@media (min-width: 768px) {
	.dobot-home-feature--sec3 .dobot-home-feature__copy {
		padding-right: 40px;
	}
	.dobot-home-feature--sec3 .dobot-home-feature__image {
		align-self: center;
	}
}
@media (min-width: 768px) {
	.dobot-home-feature--sec4 .dobot-home-feature__copy {
		padding-top: 24px;
	}
	.dobot-home-feature--sec4 .dobot-home-feature__image {
		grid-column: 1/2;
	}
}
.dobot-home-feature1-spec {
	display: flex;
	justify-content: space-between;
	margin-top: 24px;
}
.dobot-home-feature1-spec > li {
	flex: 0 0 calc(33.33% - 5px);
	padding: 16px 8px;
	background-color: var(--color-dobot-prim);
	text-align: center;
	font-weight: 500;
	font-size: 2rem;
	line-height: 1;
	color: #fff;
	letter-spacing: 0;
}
.dobot-home-feature1-spec > li > strong {
	display: block;
	margin-bottom: 14px;
	font-size: 1.6rem;
}
.dobot-home-feature1-spec > li > span {
	display: inline-block;
	margin-left: 4px;
	font-size: 1.2rem;
}
@media (min-width: 768px) {
	.dobot-home-feature1-spec {
		margin-top: 56px;
	}
	.dobot-home-feature1-spec > li {
		padding: 24px 16px;
		flex-basis: calc(33.33% - 25px);
		font-size: 4rem;
	}
	.dobot-home-feature1-spec > li > span {
		margin-left: 8px;
		font-size: 2.4rem;
	}
}
.dobot-home-feature3-wrapper {
	padding: 48px 0;
	background: url(/assets/dobot/images/home/feature3-bg.jpg) no-repeat left center/cover;
}
@media (min-width: 768px) {
	.dobot-home-feature3-wrapper {
		padding: 80px 0;
	}
}

.dobot-home-feature3-list {
	display: flex;
	justify-content: space-between;
	margin-top: 24px;
}
.dobot-home-feature3-list > li {
	width: calc(25% - 10px);
	background: url(/assets/dobot/images/home/feature3-shape.svg) no-repeat center/contain;
	letter-spacing: 0;
}
.dobot-home-feature3-list > li > div {
	width: 100%;
	height: 0;
	padding-bottom: 112%;
	position: relative;
}
.dobot-home-feature3-list > li > div > strong {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	font-weight: 500;
	font-size: 1.8rem;
	color: var(--color-dobot-prim);
}

@media (min-width: 768px) {
	.dobot-home-feature3-list {
		max-width: 448px;
		margin-top: 0;
	}
	.dobot-home-feature3-list > li {
		flex-basis: calc(25% - 25px);
	}
	.dobot-home-feature3-list > li > div > strong {
		font-size: 2rem;
	}
}

.dobot-home-lineup3-list {
	display: flex;
	justify-content: space-between;
	margin-top: 24px;
}
.dobot-home-lineup3-list > li {
	width: calc(33% - 10px);
	background: url(/assets/dobot/images/home/lineup3-shape.svg) no-repeat center/contain;
	letter-spacing: 0;
}
.dobot-home-lineup3-list > li > div {
	width: 100%;
	height: 0;
	padding-bottom: 112%;
	position: relative;
}
.dobot-home-lineup3-list > li > div > strong {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	font-weight: 500;
	font-size: 1.4rem;
	color:#fff;
}

@media (min-width: 768px) {
	.dobot-home-lineup3-list {
		max-width:800px;
		margin-top: 0;
	}
	.dobot-home-lineup3-list > li {
		flex-basis: calc(33% - 25px);
	}
	.dobot-home-lineup3-list > li > div > strong {
		font-size: 1.6rem;
	}
}
/*-----------common-----------------*/
.p0{padding:0 !important;}
.pt0{padding-top:0 !important;}
.pd25{padding:25px;}
.pd30{padding:30px;}
.bg-dobot{background-color: var(--color-dobot-prim);}
.dobot-support-grid__item{background:#fff;}
.c-dobot-imagelink__title.white::before{color:#fff;}
.dobot-support-section{padding-bottom:80px;}
#scene.dobot-support-section{padding-top:30px;padding-bottom:30px;}
.bdr-box{border:solid 1px #ccc;}

.grad-red{background-image: linear-gradient(90deg, #b90000 0%, #ff0000 100%)!important;transition : all 0.5s ease 0s;}
.grad-red:hover{background-image: linear-gradient(90deg, #f15a24 20%, #fcee21 100%)!important;}
.grad-blue{background-image: linear-gradient(90deg, #0013D4 0%, #00F9B8 100%)!important;}
.grad-or{background-image: linear-gradient(90deg, #f15a24 20%, #fcee21 100%)!important;}

@media (min-width: 768px) {
	.w60{width:60%;margin:0 auto;}
	.w70{width:70%;margin:0 auto;}
	.w80{width:80%;margin:0 auto;}
}
.txt-seco{color:#586276;}
.c-content.campaign-price{
		border: 8px solid;
		-o-border-image: linear-gradient(to right, #29abe2, #d7ff00) 1 stretch;
		border-image: linear-gradient(to right, #29abe2, #d7ff00) 1 stretch;
}
/*-------support---------*/
.dobot-support-heading-seco {
	padding-bottom: 30px;
}
@media (min-width: 768px) {
	.dobot-support-heading-seco {
		padding-bottom: 60px;
	}
}
.dobot-support-button-l {
	margin: 0 auto;
}
@media (min-width: 768px) {
	.dobot-support-button-l {
		width: 680px;
	}
}
.dobot-button-anchor {
	display: grid;
}
.dobot-button-anchor > li {
	height: 100%;
	border: 1px solid var(--color-dobot-prim);
	margin-left: -1px;
}
.dobot-button-anchor > li > a {
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 60px;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	text-decoration: none;
	color: var(--color-dobot-prim);
	cursor: pointer;
}
.dobot-button-anchor > li > a > span {
	padding: 8px 40px 8px 20px;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: var(--line-height-s);
	color: inherit;
}
.dobot-button-anchor > li > a::after {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "\e900";
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 20px;
	color: var(--color-dobot-prim);
}
@media (max-width: 767px) {
	.dobot-button-anchor {
		grid-template-columns: repeat(2, 1fr);
	}
	.dobot-button-anchor > li:nth-child(n+3) {
		border-top: none;
	}
}
@media (min-width: 768px) {
	.dobot-button-anchor:not(.dobot-button-anchor--4up) {
		grid-template-columns: repeat(3, 1fr);
	}
	.dobot-button-anchor:not(.dobot-button-anchor--4up) > li:nth-child(n+4) {
		border-top: none;
	}
	.dobot-button-anchor > li > a {
		transition: background-color 0.2s, color 0.2s;
	}
	.dobot-button-anchor > li > a:hover {
		background-color: #F2F5FF;
		color: var(--color-dobot-prim);
	}
	.dobot-button-anchor--4up {
		grid-template-columns: repeat(4, 1fr);
	}
	.dobot-button-anchor--4up > li:nth-child(n+5) {
		border-top: none;
	}
}
/*----------
	flow
----------*/
.c-dobot-productinfo__detail-def{
	margin:0;
	padding:0;
}
.c-dobot-productinfo__detail-def > dt::before{content:"";}
/*padding*/
.pd10{padding:10px;}
.pd20{padding:20px;}
.pd30{padding:30px;}
.pd50{padding:50px;}
.pdb70{padding-bottom:70px;}
.bg-bk{background-color:#000;}
.bg-green{background-color:#00BEC1;}
.bg-lgreen{background-color:#E5FFFD;}
.bg-lgreen2{background-color:#00bec1;}
.bg-lblue{background-color:#6ad8ff;}
.bg-yellow(background-color:#ffff00;)
.c-content.campaign-price{position:relative;}
.speciallimited{position:absolute;top:-8px;left:-8px;width:8%;}
.c-imageset__title{margin-top:25px;margin-left:25px;color: var(--color-dobot-prim);}
.c-imageset__text{color:#333;}
.u-txt-dobot{color: var(--color-dobot-prim);}
.u-txt-green{color:#00BEC1}
.op_plus {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	margin: 0 5px;
}
/*campaign2024*/
h4.c-lead{font-size:2.2rem;}
.specialoffer-box{
	position: relative;
	padding: 50px 30px;
	background:#fff;
	border-radius:8px;
}
.specialoffer-box .c-imageset__text{font-size:1.88rem;}
#consultation .c-imageset__title{font-size:1.96rem;color:var(--color-dobot-prim);}
#consultation p{line-height:2;}
#set{position:relative;margin-top:150px;padding:70px 0 70px;color:#586276;}
.c-dobot-productinfo__price {
	text-align:center;
	letter-spacing:0.04em;
}
.c-dobot-productinfo__price > em {
	display:inline-block;
	font-size: 2rem;
}
.bg-grad-img{
	background:url(/assets/dobot/images/campaign/2025/bg-cam.jpg);
	background-size:cover;
}
.bg-grad-img2{
	background:url(/assets/dobot/images/campaign/2025/bg-cam3.jpg);
	background-size:cover;
}
.bg-ph{
	background:url(/assets/dobot/images/campaign/2025/bg-cam2.jpg);
	background-size:cover;
}
.c-heading-tert.bg-dobot h3{
	color: #fff;
	text-align:center;
	font-weight:bold;
}
.c-heading-tert.bg-dobot h3 span{
	color: #ffff00;
}
.c-dobot-heading-seco{color:#000;}
.campaign-education .c-dobot-heading-seco.txt-prim{color:#586276;}
@media (min-width: 768px){
	h4.c-lead{font-size:3.4rem;}
	.c-heading-tert.bg-dobot h3{padding:10px 0;font-size:3rem;}
	.campaign-education .c-dobot-heading-seco h3,
	.campaign-education .c-dobot-heading-seco p{font-size:3rem;}
	#consultation .c-imageset__title{font-size:2.8rem;line-height:1.8;}
	.c-dobot-productinfo__price {display:inline-block;text-align:left;font-size: 2rem;}
	.c-dobot-productinfo__price > em {font-size: 4rem;}
	.specialoffer-box .c-imageset__title{font-size:2.1rem;letter-spacing:0.02em;}
	#product .dobot-lineup__guidebook_inner .dobot-lineup__guidebook__text {padding:0;}
}
/* 特長 */
.dobot-home-feature__copy h3 {
	margin-top: 24px;
	color: #fff;
	font-weight:bold;
	font-size: 1.8rem;
	line-height: 1;
}
.dobot-home-feature__copy p {
	margin-top: 24px;
	font-weight: 500;
	color: #fff;
	line-height: var(--line-height-s);
}
@media (max-width: 767px) {
	.dobot-home-feature__image {
		width: 89.552238806%;
		max-width: 500px;
		margin: 32px auto;
	}
}
@media (min-width: 768px) {
	.dobot-home-feature {
		display: grid;
		grid-template-columns: 500px 1fr;
		gap: 20px;
	}
	.dobot-home-feature__copy p {
		margin-top: 32px;
	}
	.dobot-home-feature__image {
		width: 500px;
	}
}

.dobot-home-feature--sec1 {
	padding: 0;
}
@media (max-width: 767px) {
	.dobot-home-feature--sec1 .dobot-home-feature__image {
		width: 62.6865671642%;
		max-width: 410px;
	}
}
.dobot-home-feature1-spec {
	display: flex;
	justify-content: flex-start;
	flex-wrap:wrap;
	margin-top: 24px;
	background:#fff;
	border:solid 1px var(--color-dobot-prim);
	border-radius:20px;
	overflow:hidden;
}
.dobot-home-feature1-spec > li {
	flex: 0 0 33.3333333%;
	padding: 16px 8px;
	background-color: #fff;
	border-right:solid 1px var(--color-dobot-prim);
	text-align: center;
	font-family: "Inter", sans-serif;
	font-weight: 500;
	font-size: 2rem;
	line-height: 1;
	color: var(--color-dobot-prim);
	letter-spacing: 0;
}
.bg-dobot-gr .dobot-home-feature1-spec > li{
	color: var(--color-green-seco);
	border-right:solid 1px var(--color-green);
}
.dobot-home-feature1-spec > li > strong {
	display: block;
	font-family: "Noto Sans JP", "ヒラギノ角ゴシック", Hiragino Sans, "メイリオ",Meiryo, sans-serif;
	margin-bottom: 14px;
	font-size: 1.6rem;
}
.dobot-home-feature1-spec > li > span {
	display: inline-block;
	margin-left: 4px;
	font-size: 1.2rem;
}
@media (min-width: 768px) {
	.dobot-home-feature1-spec {
		margin-top: 0;
		justify-content: space-between;
		flex-wrap:nowrap;
	}
	.dobot-home-feature1-spec > li {
		flex: 0 0 calc(33.3333333% - 5px);
		padding: 24px 16px;
		flex-basis: 20%;
		font-size: 4rem;
	}
	.dobot-home-feature1-spec > li > span {
		margin-left: 8px;
		font-size: 2.4rem;
	}
	.radius-l{border-radius: 20px 0px 0px 20px;}
	.radius-r{border-radius:0px	20px 20px 0;}
}
.set-box{
	display:inline-block;
	padding:10px 20px;
	text-align:center;
	font-weight:bold;
	color:#fff;
	background:#000;
	border-radius: 50px;
}
.radius{
	border-radius: 50px;
}
.radius-box{
	padding:20px;
	font-weight:bold;
	font-size:1.8rem;
	color:#000;
	background:#fff;
	border-radius: 20px;
}
.radius-box span{
	color:#00BEC1;
}
.speechBubble {
	position: relative;
	width:90%;
	display: block;
	margin-left: 20px;
	padding: 30px 30px 30px 120px;
	border: 2px solid #e31b13;
	background-color: #ffffff;
	text-align: left;
	font-size: 20px;
	font-weight: 600;
	line-height: 2;
	color: #586276;
}
.speechBubble span.txt-red{color: #e31b13;}
.speechBubble::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	border-style: solid;
	border-width: 15px 20px 15px 0;
	border-color: transparent #e31b13 transparent transparent;
	translate: -100% -50%;
}
.speechBubble::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	border-style: solid;
	border-width: 12.5px 16.7px 12.5px 0;
	border-color: transparent #ffffff transparent transparent;
	translate: -100% -50%;
}

.circle {	
	position: absolute;
	display: inline-block;
	top: 10px;
	left: 20px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	color:#fff;
	background: #e31b13;
}
.circle span {
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width :80px;
	font-size:2rem;
	font-weight:bold;
	text-align:center;
}
.circle span em {font-family: "Inter", sans-serif;font-size:2.2rem;}
.campaign-education .circle {top:50%;left: 20px;width: 80px;height: 80px;transform: translateY(-50%);}
.campaign-education .circle span {width :80px;font-size:2rem;}
.campaign-education .circle span em {font-size:2.4rem;}
@media (min-width: 768px) {
	.u-ml-s{margin-left:50px;}
	.u-mr-s{margin-right:50px;}
	.c-grid--3up.spec {
		gap:20px;
		grid-template-columns: 1fr 200px 400px;
	}
}
.c-list > li.normal{
	padding:10px 0;
	font-weight:400;
	list-style: none;
	line-height:1.8;
}
.c-list > li.normal::before{
	display:none;
}
.c-list > li.normal.u-mt-m{margin-top: -50px !important;}
@media (min-width: 768px) {
	.circle {top: 20px;left: 20px;width: 120px;height: 120px;}
	.circle span {width :120px;font-size:2.7rem;}
	.circle span em {font-size:3.3rem;}
	.c-list > li.normal.u-mt-m{margin-top: 30px !important;}
}
#point .c-grid__item{
	position:relative;
	padding:0.8em 1em 0.8em 5em;
	color:#fff;
	font-size:1.8rem;
	font-weight:bold;
	background:#586276;
}
#point .c-grid__item span{
	color:#FFFF00;
}
#point .c-grid__item p{
	position:absolute;
	top: -6px;
	left: 10px;
	font-family: "Inter", sans-serif;
	font-size:4rem;
	color:#ADB3BD;
	z-index: 100;
}
#point .triangleNo::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	border-bottom: 4em solid transparent;
	border-left: 4em solid #616B7F;
	z-index: 10;
}
/*--------guidebook--------*/
.top-img-left{max-width:120px;position:absolute;top:-60px;left:5%;z-index:50;}
.btm-img-right{max-width:120px;position:absolute;bottom:-60px;right:5%;z-index:50;}
.dobot-lineup__control .dobot-lineup__control_kv .dobot-lineup__control_kv_inner .bg-white{position:relative;}
.txt-system{position:absolute;top:25px;left:25px;}
@media (max-width: 767px) {
	.dobot-lineup__control .dobot-lineup__control_kv {
		margin-bottom: 30px;
	}
	.dobot-lineup__control .dobot-lineup__control_kv .dobot-lineup__control_kv_inner {
		display: block;
	}
	.dobot-lineup__control .dobot-lineup__control_kv .dobot-lineup__control_kv_inner:nth-child(1) {
		padding: 0 15px;
	}
	.dobot-lineup__control .dobot-lineup__control_kv .dobot-lineup__control_kv_inner + .dobot-lineup__control_kv_inner {
		margin-top: 30px;
	}
}
@media (min-width: 768px) {
	.dobot-lineup__control .dobot-lineup__control_kv {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		align-items: start;
		margin-bottom: 48px;
	}
	.dobot-lineup__control .dobot-lineup__control_kv .dobot-lineup__control_kv_inner {
		box-sizing: border-box;
		display: block;
	}
	.dobot-lineup__control .dobot-lineup__control_kv .dobot-lineup__control_kv_inner:nth-child(1) {
		width: 48.08%;
		padding: 0 45px;
	}
	.dobot-lineup__control .dobot-lineup__control_kv .dobot-lineup__control_kv_inner:nth-child(2) {
		width: 51.92%;
		padding: 0;
	}
	.c-dobot-productinfo__detail-def > dd{margin-top:0;}
	.dobot-lineup__control_kv_inner .c-grid.c-grid--2up{grid-template-columns: 268px 1fr;gap:0;}
	.top-img-left{max-width:220px;position:absolute;bottom:-60px;right:5%;z-index:50;}
	.btm-img-right{max-width:220px;position:absolute;bottom:-60px;right:5%;z-index:50;}
	#guidebook .c-list > li:not(.c-icontext){font-size:1.5rem;}
}
.c-dobot-button {
	max-width: 400px;
}
.c-dobot-button__inner > span{
	padding: 8px 40px 8px 20px;
	font-size:1.7rem;
}
.c-dobot-button__inner::after {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "\e902";
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 20px;
	color: var(--color-dobot-prim);
}
.c-dobot-button__inner.grad-red::after{content: none;}
.c-dobot-button--border.white .c-dobot-button__inner{border:solid 1px #fff;background:transparent;}
.c-dobot-button--border.white .c-dobot-button__inner::after {color: #fff;}
.c-dobot-button--border .c-dobot-button__inner:hover::after {color: #fff;}
.c-dobot-button--border .c-dobot-button__inner:hover,
.c-dobot-button--border.white .c-dobot-button__inner:hover{
	border:none;
	color: #fff;
	background-image: linear-gradient(90deg, rgba(241, 137, 0, 1), rgba(233, 82, 9, 1) 50%, rgba(227, 27, 99, 1));
}
.c-separator.thick{
	display: block;
	margin: 40px auto;
	border-top: 6px solid var(--color-dobot-prim);
}
.dobot-home-card2__tag {
	display: inline-block;
	margin-bottom:30px;
	padding: 6px 12px;
	background-color: var(--color-dobot-prim);
	line-height: 1;
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
}
.dobot-home-card2__tag.bg-gr {background-color: var(--color-green);}
.dobot-home-card2__tag +.dobot-home-card2__tag {margin-left:1em;}
.dobot-home-lineup3-list > li {
	background: url(/assets/dobot/images/e6/lineup3-shape-gr.svg) no-repeat center / contain;
}
.bg-grad-img2 .pd50{padding:10px;}
@media (min-width: 768px) {
	.bg-grad-img2 .pd50{padding:50px;}
}
#introduction .c-dobot-heading-seco .c-lead{
	color:var(--color-dobot-prim);
}
#introduction .c-dobot-heading-seco .c-lead span{
	padding:0 20px;
	background: linear-gradient(transparent 60%, #ffff00 40%);
}
#PracticalExercises h3{color:var(--color-green-quat);}
#PracticalExercises .c-imageset__title {
	margin-left: 0;
	color: var(--color-green-quat);}
}
#PracticalExercises .c-list > li:not(.c-icontext)::before {
	width: 0.35em;
	height: 0.35em;
	background-color: var(--color-dobot-seco);
}
#PracticalExercises .c-imageset__image::before,
#TrainingPlatform .c-imageset__image::before{display:none;}
@media (min-width: 768px) {
	#introduction .c-dobot-heading-seco{padding-bottom: 30px;}
	#introduction .c-dobot-heading-seco .c-lead{font-size: 3rem;}
	#PracticalExercises .c-imageset__title { font-size: 2.8rem;}
}
.tit-box-green{
	display:block;
	padding:30px 0;
	color:var(--color-dobot-seco);
	font-weight:bold;
	text-align:center;
	background-color:#00bec1;
	border-radius:40px;
}
.tit-box-green h4{font-size:1.8em;color:#fff;}
#PracticalExercises .c-dobot-button__inner{background-color:var(--color-seco);}
#PracticalExercises .c-dobot-button__inner::after{color:#fff;}
#PracticalExercises .c-dobot-button__inner:hover{background-color:var(--color-green);}
#PracticalExercises .c-imageset__image figure{
	max-width:60%;
	margin-left:auto;
	margin-right:auto;
}
#PracticalExercises .c-imageset__tag{
	color:#00bec1;
}
#PracticalExercises .c-tag-container{
	display:grid;
	gap:20px;
	grid-template-columns: repeat(2, 1fr);
}
#PracticalExercises .c-tag > span {
	margin:0;
	color:#00bec1;
	border: 2px solid #00bec1;
	background-color: transparent;
}
#PracticalExercises .c-grid--3up{gap:20px;}
@media (min-width: 768px) {
	#PracticalExercises .c-imageset__tag {position: relative; top: 0;}
}
.img-shadow{box-shadow: 10px 10px 0px #bbd2d8;}
.point-box{
	position:relative;
	padding:35px 25px;
	text-align:center;
	background:#fff;
	border:solid 5px #00bec1;
}
.point-box .set-box{
	position:absolute;
	padding: 5px 30px;
	top:-20px;
	left:5%;
	font-size:2rem;
	background-color:var(--color-dobot-seco);
}
@media (min-width: 768px) {
	.tit-box-green{font-size:1.2em;border-radius:100px;}
	.img-shadow{box-shadow: 20px 20px 0px #bbd2d8;}
}
#MagicianE6 .c-heading-tert{background:transparent;}
#MagicianE6 .c-heading-tert h3{color:var(--color-green);}
#recommend .radius-box{padding:25px;background-color:#fff!important;}
#recommend .radius-box span{color:#6a92dc!important;}
.recommend.top-img-left{max-width: 200px;}
@media (max-width: 767px) {
	#PracticalExercises.section{padding:70px 0 30px;}
	.recommend.top-img-left{max-width: 90px;top:20px;left:0;}
	.recommend.btm-img-right{max-width: 90px;right:-10px;bottom:0;}
}
#TrainingPlatform h3{color:var(--color-green);}
#TrainingPlatform table{
	width:100%;
	border-top:solid 1px var(--color-green-quat);
	border-left:solid 1px var(--color-green-quat);
}
#TrainingPlatform table td{
	padding:6px;
	color:var(--color-green-quat);
	text-align:center;
	border-right:solid 1px var(--color-green-quat);
	border-bottom:solid 1px var(--color-green-quat);
}
#kadai-set .c-heading-prim,
#kadaishu_seminar .c-heading-prim {text-shadow: none;}
#kadaishu_seminar{background:#00bec1;}
#consult .c-heading-prim{color:var(--color-dobot-seco);text-shadow: none;}
#consult .c-dobot-button__inner{background-color:var(--color-dobot-seco);}
#consult .c-dobot-button__inner::after{color:#fff;}
#consult .c-dobot-button__inner:hover{background-color:var(--color-green);}
@media (min-width: 768px) {
	 #PracticalExercises .c-imageset__content,
	 #TrainingPlatform .c-imageset__content {
		  padding-top: 0;
	 }
	 #PracticalExercises .c-imageset__image figure{margin-right:30px;}
	 .max80{max-width:80%!important;}
}
.bdr-btm-blue{border-bottom:solid 8px var(--color-dobot-prim);}
.set-box-gray {
	 display: inline-block;
	 margin-bottom: 0.8em;
	 padding: 2px 10px;
	 text-align: center;
	 font-size: 0.8em !important;
	 font-weight: 400 !important;
	 color: #fff;
	 background: var(--color-dobot-seco);
}
.circle-bdr{
	width:100px;
	height:100px;
	color: var(--color-dobot-seco);
	text-align:center;
	font-weight:bold;
	line-height:1.1;
	border-radius:50%;
	border:solid 3px  var(--color-dobot-seco);
	display:flex;
	align-items:center;
	justify-content:center;
}
.f-left{float:left;}

.u-txt-blue2{color:var(--color-text-link);}
.c-heading-prim {border-bottom: none;}
.l-dobot-bgwrapper.bg-light_green { background-color: #E5FFFD;}
.dobot-merit__industrial .dobot-merit__list ul li .dobot-merit__list_text .dobot-merit__list_text_ttl span{color:#ffff00;}
.dobot-home-feature__copy h3 {font-size: 2.4rem;color: var(--color-green);}
.dobot-home-feature__copy p {color: #333;}
.dobot-home-feature1-spec {border-right: solid 1px var(--color-green-seco);}
.dobot-home-feature1-spec > li {
    color: var(--color-green-seco);
    border-right: solid 1px var(--color-green-seco);
}

.c-small__link {
	margin: 24px 0 0;
	width: fit-content;
	max-width: 300px;
}
.c-small__link > a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	min-height: 44px;
	padding: 0 50px 0 0;
	border-radius: 5px;
	position: relative;
	text-decoration: none;
	font-weight: 500;
	font-size: 1.66rem;
	line-height: var(--line-height-s);
	color: var(--color-yellow);
}
.c-small__link > a::after {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "\e902";
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 16px;
	color: var(--color-yellow);
}
#guidebook .bg-seco,
#kadai-e6 .bg-seco,
#e6-AIxImageRecognitionxRobotArmControl .bg-seco{
    margin-left:auto;
    margin-right:auto;
    width: auto;
    max-width: 200px;
    padding: 8px 50px;
    color: #fff;
    font-size:1.2em;
    background: var(--color-dobot-seco);
}
#guidebook_list .c-table th{background:transparent;}
#guidebook_list .c-dobot-heading-seco,
#guidebook .c-dobot-heading-seco,
#kadai-e6 .c-dobot-heading-seco,
#e6-AIxImageRecognitionxRobotArmControl .c-dobot-heading-seco {color: var(--color-dobot-prim);}
#e6-AIxImageRecognitionxRobotArmControl ol li{padding-left:1em;letter-spacing:0.02em;}
#guidebook .c-grid__item{padding:0 25px 25px 25px;}
#guidebook .c-grid__item .c-grid__item{padding:0;}
#guidebook .c-grid__item h4{position: relative;padding: 25px 0;font-size:1.8em;font-weight:bold;color: var(--color-green);}
#guidebook .c-grid__item h4.orange{color: #ea5514;}
#guidebook .c-grid__item h4 span{z-index: 10;}
#guidebook .c-grid__item h4:before {
	content: "";
	position: absolute;
	background: var(--color-yellow);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	top: 0;
	left: 0;
	z-index: -1;
}
@media (min-width: 768px) {
	#guidebook .c-grid__item h4{
		font-size:2.6rem;
	}
}
#guidebook .c-grid__item p{font-size:1.1em;font-weight:bold;line-height:1.8;}
#guidebook .c-grid__item .c-grid__item h5{margin-bottom:0.8em;font-size:1.1em;font-weight:bold;line-height:1.6;color:#333;}
#guidebook .c-grid__item .c-grid {
	gap: 20px;
}
.set-box{
    display: inline-block;
    margin-bottom: 0.8em;
    padding: 2px 10px;
    text-align: center;
    font-size: 0.8em !important;
    font-weight: 400 !important;
    color: #fff;
    border-radius:0;
}
.set-box.green {
    background: var(--color-green);
}
.set-box.blue{
    color: var(--color-yellow);
    background: #3D62AC;
    border-radius:10px;
}
.set-box.par-set{
    color: var(--color-dobot-seco);
    height:24px;
    border:solid 1px var(--color-dobot-seco);
    background: #FFF;
    border-radius:12px;
}
.relative{position:relative;}
.mb-minus{
	background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, var(--color-green-tert) 50%, var(--color-green-tert) 100%);
}
#e6-multipleunit-classes-set .mb-minus{background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #A3D8EB 50%, #A3D8EB 100%);}
#e6-AI-classes-set .mb-minus{background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #A3C2EB 50%, #A3C2EB 100%);}
.radius-title{
	width:80%;
	margin-left:auto;
	margin-right:auto;
	padding:12px 0;
	font-size:2rem;
	font-weight:bold;
	color:#fff;
	border-radius:30px;
}
.radius-title h3{z-index:99;}
.radius-title span{color:var(--color-yellow);}
.radius-title.bg-green{background-color:var(--color-green);}
.radius-title.bg-green2{background-color:var(--color-green-seco);}
.radius-title.bg-gray{background-color:#4A5C8E;}
.c-list > li:not(.c-icontext)::before {
    margin-top: 6px;
    width: 0.7em;
    height: 0.7em;
    background-color: var(--color-green);
}
#tokuten.c-grid,
#tokuten2.c-grid,
#tokuten3.c-grid{
	gap:0;
	border-bottom:solid 25px var(--color-green-tert);
	border-right:solid 25px var(--color-green-tert);
	z-index:1;
}
#tokuten2.c-grid{border-color:#A3D8EB;}
#tokuten3.c-grid{border-color:#A3C2EB;}
#tokuten .c-grid__item,
#tokuten2 .c-grid__item,
#tokuten3 .c-grid__item{
	display:flex;
	align-items:stretch;
	padding:10px;
	background:#fff;
	border-top:solid 15px var(--color-green-tert);
	border-left:solid 25px var(--color-green-tert);
	z-index:2;
}
#tokuten2 .c-grid__item{border-color:#A3D8EB;}
#tokuten3 .c-grid__item{border-color:#A3C2EB;}
#tokuten .dobot-merit__taskbox,
#tokuten2 .dobot-merit__taskbox,
#tokuten3 .dobot-merit__taskbox{
	width:100%;
	padding:0;
	display:grid;
	grid-template-columns: 84px 1fr;
	grid-template-rows: 150px 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 20px;
}
.div1 { grid-area: 1 / 1 / 2 / 2; }
.div2 { grid-area: 1 / 2 / 2 / 3; }
.div3 { padding:0 30px 30px;grid-area: 2 / 1 / 3 / 3; }
}
#tokuten .dobot-merit__taskbox_text span span,
#tokuten2 .dobot-merit__taskbox_text span span,
#tokuten3 .dobot-merit__taskbox_text span span {
	letter-spacing:0.04em;
}
#tokuten h5,
#tokuten2 h5,
#tokuten3 h5{
	width: fit-content;
	margin:10px;
	padding:0 4px;
	color: #ed1c24;
	border:solid 1px #ed1c24;
}
.circle-set{
	margin-top:30px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	object-fit: cover;
}
#e6-classes-set .circle-set.bg3{background-color:#4C9BA2;}
#e6-classes-set .circle-set.bg5{background-color:#317B92;}
#e6-classes-set .circle-set.bg10{background-color:#006062;}
#e6-multipleunit-classes-set .circle-set.bg3{background-color:#508CB0;}
#e6-multipleunit-classes-set .circle-set.bg5{background-color:#007AA2;}
#e6-multipleunit-classes-set .circle-set.bg10{background-color:#006993;}
#e6-AI-classes-set .circle-set.bg3{background-color:#4C9BCD;}
#e6-AI-classes-set .circle-set.bg5{background-color:#4581B3;}
#e6-AI-classes-set .circle-set.bg10{background-color:#1E609C;}
.bg-yellow-box{display:inline-block;padding:0 4px;background:var(--color-yellow);}
.dobot-merit__taskbox_text_ttl {
	width:100%;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	color: var(--color-dobot-prim);
	font-size: 1.8rem;
	text-align: center;
	border-radius: 20px;
	border:solid 2px #4C9BA2;
}
.price-box{
	display:flex;
	margin:1em 0;
	padding:0;
	column-gap: 20px;
	width: fit-content;
	align-items: flex-end;
	align-content:flex-end;
	color:#333;
}
#e6-multipleunit-classes-set .price-box{column-gap: 10px;}
.pb-xs{padding-bottom:5px;}
.price{
	font-family: "Lato", sans-serif;
	display:inline-block;
	font-weight: 700;
	font-size: 1.4em;
}
.price span{
	padding-left: 2px;
	letter-spacing: 0.02em;
	font-size: 2em;
	line-height: 1!important;
}
#tokuten .price,
#tokuten2 .price,
#tokuten3 .price{
	color: #ed1c24;
}
#tokuten .price span,
#tokuten2 .price span,
#tokuten4 .price span{
	letter-spacing: -0.05em;
	font-size: 1.8em;
}
#e6-multipleunit_set{margin:0 auto;padding:50px 0;}
.ai-set-tokuten-box{
	width: 100%;
	display:flex;
	margin:50px auto;
	padding:40px 20px;
	column-gap: 20px;
	background-color:#E9F0FA;
}
.ai-set-tokuten-box p{color:#4A5C8E;letter-spacing:0.05em;}
.ai-set-tokuten-box span.u-txt-bold.u-mt-xs{display:block;}
.ai-set-tokuten-box img{padding:0 20px;}
.ai-set-tokuten-box .tokuten-circle {
	position:relative;
	display:flex;
	align-items: center;
	justify-content: center;
	line-height: 1.5;
 	width: 130px;
 	height: 130px;
	border-radius: 50%;
	object-fit: cover;
	text-align:center;
	font-weight:bold;
	font-size:1.3em;
	background-color:var(--color-yellow);
}
@media (max-width: 767px) {
	.u-mt-xs{margin-top:6px!important;}
	#tokuten .c-grid__item + .c-grid__item,
	#tokuten2 .c-grid__item + .c-grid__item,
	#tokuten3 .c-grid__item + .c-grid__item  {
		margin-top: 0;
	}
	#tokuten .dobot-merit__taskbox,
	#tokuten2 .dobot-merit__taskbox,
	#tokuten3 .dobot-merit__taskbox{grid-row-gap: 0;}
	#tokuten .price span,
	#tokuten2 .price span,
	#tokuten3 .price span {
		font-size: 1.66em;}
	.c-dobot-heading-seco{font-size: 1.8rem;}
	.c-imageset-small__inner{grid-template-columns:1fr;}
	.price-box,
	.kikan-box,
	.ai-set-tokuten-box{flex-wrap:wrap;}
	.ai-set-tokuten-box {padding: 20px;gap:20px;}
}
@media (min-width: 768px) {
	.pd20{padding:0;}
	.pdb25{padding-bottom:45px;}
	.campaign-education .bg-green2 .c-dobot-heading-seco h3{font-size: 3rem;}
	.campaign-education #all-in-one .c-dobot-heading-seco h3{font-size: 3rem;}
	.campaign-education #multipleunit_set .c-dobot-heading-seco h3{font-size: 4rem;}
	#tokuten .c-grid__item,
	#tokuten2 .c-grid__item,{padding:20px;}
	#tokuten .price,
	#tokuten2 .price{font-size: 3em;}
	#tokuten .price span,
	#tokuten2 .price span{font-size: 5.2rem;}
	#kadai-set .c-lead {font-size: 3rem;}
 	.c-imageset__content {padding-top: 0;}
}

#guide-set .c-imageset__content{padding-top:0;}
.c-imageset__image::before,
#guide-set .c-imageset__image::before{display:none;}
.c-imageset__title{
	margin-top:0;
	margin-left: 0;
	margin-bottom: 18px;
}
#e6-research-set .c-imageset{
	padding:25px;
	background:#fff;
}
#e6-research-set h5{
	width: fit-content;
	margin:10px;
	padding:0 4px;
	color: #ed1c24;
	border:solid 1px #ed1c24;
}
#guide-set .c-imageset__text p span{
	display:inline-block;
	margin-left:8px;
	font-size:1.4em;
}
.kikan-box{
	display:flex;
	margin:1em auto;
	padding:10px 30px;
	align-items: center;
	column-gap: 4px;
	width: fit-content;
	color:#333;
	border:solid 3px #00BEC1;
}
.kikan-box span{font-weight:bold;color:#00BEC1;}
.pr20{padding-right:20px;}
.l-line{padding-left:20px;border-left:solid 3px #00BEC1;}
.bg-gray{background-color:var(--color-dobot-bg);}
.bg-mv{background:url(/assets/dobot/images/campaign/2025/bg-mv.jpg);background-size:cover;}
.section-s{position: relative;padding:40px 0;}
.section {position: relative;padding: 50px 0;}