@charset "UTF-8";
/*----------
	dobot e6
----------*/
:root {
--color-green: #3f849a;
--color-green-seco: #386b7d;
--color-green-tert: #8ec2c1;
--color-bg-seco: #4d4d4d;
--color-yellow: #ffff00;
}
a {
	transition : all 0.5s ease 0s;
}
.u-txt-gr{color: var(--color-green-seco)!important;}
.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-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 40px20px;
	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;
	}
}
/* news */
.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: 40px;
	padding-bottom: 48px;
}
.dobot-home-lead::before {
	content: "";
	display: block;
	width: 120px;
	height: 135px;
	position: absolute;
	top: 14px;
	left: -40px;
	background: url(/assets/dobot/images/home/logo.svg) no-repeat center/contain;
}
.dobot-home-lead h2 {
	padding-left: 85px;
	font-family: "Inter", sans-serif;
	font-weight: bold;
	letter-spacing: -0.025em;
	font-size: 3.2rem;
	line-height: 1.3;
	color: var(--color-dobot-prim);
}
.dobot-home-lead h2 span{
	display:block;
	padding-bottom:10px;
}
.dobot-home-lead h2 em{
	display:inline-block;
	padding:5px 30px;
	font-family: "Noto Sans JP", "ヒラギノ角ゴシック", Hiragino Sans, "メイリオ", Meiryo, sans-serif;
	font-size:0.76em;
	border-radius:3px;
	border:solid 1px  #fff;
}
.dobot-home-lead dl {
	margin-top: 40px;
}
.dobot-home-lead dl > dt {
	font-weight: 500;
	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: 112px;
		padding-bottom: 112px;
	}
	.dobot-home-lead::before {
		width: 246px;
		height: 277px;
		top: 62px;
		left: -108px;
	}
	.dobot-home-lead__inner {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.dobot-home-lead dl {
		margin-top: 0;
	}
	.dobot-home-lead dl > dt {
		font-size: 2.4rem;
	}
	.dobot-home-lead dl > dd {
		margin-top: 24px;
	}
}
.dobot-merit__list_text_dtl span{color:#ffff00;}
/* 特長 */
.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: 40px;
	}
	.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: 0;
	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;
}
.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;}
}
/*----------
	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;
}
#python_guidebook .dobot-home-lineup3-list > li {
	background: url(/assets/dobot/images/e6/lineup3-shape-gr.svg) no-repeat center / contain;
}
.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;
	}
}

.dobot-lineup__control .dobot-lineup__control_kv img {
	width: 100%;
}
@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: center;*/
		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) {
		order: 1;
		width: 48.08%;
		padding: 0 45px;
	}
	.dobot-lineup__control .dobot-lineup__control_kv .dobot-lineup__control_kv_inner:nth-child(2) {
		order: 2;
		width: 51.92%;
		padding: 0 40px;
	}
	#modules.dobot-lineup__control .dobot-lineup__control_kv .dobot-lineup__control_kv_inner:nth-child(1) {
		order: 2;
		width: 36%;
	}
	#modules.dobot-lineup__control .dobot-lineup__control_kv .dobot-lineup__control_kv_inner:nth-child(2) {
		order: 1;
		width: 62.92%;
	}
}
.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;
}
/*----------
	list11
----------*/
.c-dobot-list11 {
	display: flex;
	flex-wrap: wrap;
}

.c-dobot-list11__item {
	display: flex;
	flex-direction: column;
	background: #fff;
	margin: 0 0 20px;
	padding: 20px 20px 30px;
	width: 100%;
}

@media (min-width: 768px) {
	.c-dobot-list11__item {
		width: calc((100% - 80px) / 3);
		margin: 0 0 40px 40px;
		padding: 20px 20px 26px;
	}
}

.c-dobot-list11__item:nth-child(3n+1) {
	margin: 0 0 20px;
}

@media (min-width: 768px) {
	.c-dobot-list11__item:nth-child(3n+1) {
		margin: 0 0 40px;
	}
}

@media (max-width: 767px) {
	.c-dobot-list11__item:last-child {
		margin: 0;
	}
}

.c-dobot-list11__img {
	width: 100%;
}

.c-dobot-list11__img img {
	width: 100%;
}

.c-dobot-list11__info {
	margin: 20px 0 0;
	flex: 1;
}

@media (min-width: 768px) {
	.c-dobot-list11__info {
		margin: 10px 0 0;
	}
}

.c-dobot-list11__name {
	font-size: 1.4rem;
	line-height: 1.6;
	color: #707070;
	letter-spacing: 0.3px;
}

@media (min-width: 768px) {
	.c-dobot-list11__name {
		font-size: 1.2rem;
		letter-spacing: 0.2px;
	}
}

.c-dobot-list11__ttl {
	font-size: 2rem;
	line-height: 1.6;
	color: #292929;
	font-weight: bold;
	margin: 5px 0 0;
	letter-spacing: 0.4px;
}

@media (min-width: 768px) {
	.c-dobot-list11__ttl {
		font-size: 1.9rem;
		line-height: 1.4;
		letter-spacing: 0;
	}
}

.c-dobot-list11__price {
	font-size: 1.5rem;
	line-height: 1.3;
	color: #292929;
	font-weight: bold;
	letter-spacing: 0.4px;
	margin: 6px 0 0;
}

@media (min-width: 768px) {
	.c-dobot-list11__price {
		margin: 9px 0 0;
	}
}

.c-dobot-list11__detail {
	margin: 13px 0 0;
}

@media (min-width: 768px) {
	.c-dobot-list11__detail {
		margin: 11px 0 0;
	}
}

.c-dobot-list11__txt {
	font-size: 1.4rem;
	line-height: 1.65;
	color: #292929;
	letter-spacing: 0.3px;
}

.c-dobot-list11__btn {
	margin: 19px 0 0;
}

.c-dobot-list11__btn .c-dobot-button{
	min-width: 160px;
	height:48px;
}

@media (min-width: 768px) {
	.c-dobot-list11__btn {
		margin: 14px 0 0;
	}
	.dobot-lineup__dobotstudio{margin-top:0;}
	.dobot-home-feature3-list > li > div > strong {font-size: 1.2rem;}
	.dobot-lineup__guidebook_inner .dobot-lineup__guidebook__text ul{margin-left:0;}
}
.pd25{padding:25px;}
.pd30{padding:30px;}
.bg-dobot{background-color: var(--color-dobot-prim);}
.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 0px var(--color-dobot-prim),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:80px 0;}
#features .c-table table{border-top:solid 1px #fff;border-left:solid 1px #fff;}
#features .c-table th{color:#fff;border-color:#fff;background:transparent;}
#features .c-table td{color:#fff;border-color:#fff;}
.c-dobot-imagelink__image figure{overflow:hidden;}
.dobot-merit__taskbox_text_ttl {
	width: 120%;
	margin-bottom: 15px;
	margin-left: -10%;
	color: var(--color-dobot-prim);
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
@media (min-width: 768px) {
	.dobot-merit__industrial{
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	}
}
/*----------
	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-bgwrapper{position:relative;}
.l-dobot-bgwrapper2{
	padding:80px 0;
	background-color:#e6e6e6;
}

.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%;
}
#usage-scene .c-dobot-heading-seco .bdr-radius.title{
	display:inline-block;
	font-size:0.7em;
	padding:5px 5%;
}
.bdr-radius{
	border-radius:30px;
	border:solid 1px  var(--color-dobot-prim);
}
@media (min-width: 768px) {
	.w60{
		margin:0 auto;
		width:60%;
	}
}
.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.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));
}

@media (min-width: 768px) {
	.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;}
}

#products-lineup{
	padding:0 0 70px 0;
}
#products-lineup .c-grid__item {
	overflow:hidden;
	background-color:#fff;
}
#products-lineup .dobot-merit__taskbox{padding:20px;}
#products-lineup .dobot-merit__taskbox .c-image-fit{padding-bottom: 96.6666666667%;}
#products-lineup .dobot-merit__taskbox_text{color:#666;}
#products-lineup .dobot-merit__taskbox_text_ttl{color:#333;letter-spacing:0.04em;}
#products-lineup .dobot-merit__taskbox_text:hover{color:var(--color-dobot-prim);}
#python_guidebook{padding-top:70px;}
#end-effector .dobot-merit__taskbox_text_ttl{margin-left:0;letter-spacing:0.04em;}