@charset "UTF-8";

body{
	letter-spacing:0.04em;
}
.bg-ph{
	position:relative;
	margin-top: -30px;
	padding: 50px 0 0;
	border-radius: 30px 30px 0 0;
	background-image: url(/assets/dobot/images/home/bg-01.jpg);
	background-position:top center;
	background-size:cover;
	overflow:hidden;
}
.bg-grad2{
	border-radius: 30px 30px 0 0;
	overflow:hidden;
	background-image: linear-gradient(360deg, rgba(255, 255, 255, 1) 50%, rgba(230, 237, 257, 1));
}
.bg-ph2{
	border-radius: 30px;
	overflow:hidden;
	background-size:contain;background-image:url(/assets/dobot/images/home/bg-02.jpg);
}
.c-image-center::before{background-color:#fff;}
.top-minus{
	margin-top:-30px;
}
.top-radius-wihte {
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:30px;
	border-radius: 30px 30px 0 0;
	background-color:#ffffff;
	overflow:hidden;
	z-index:10;
}
.top-radius-dblue{
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:30px;
	border-radius: 30px 30px 0 0;
	background-color:var(--color-dobot-prim);
	overflow:hidden;
	z-index:10;
}
.radius-box{
	display:block;
	border-radius:20px;
	overflow:hidden;
}
/*----------
	dobot home
----------*/
.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;
	}
}
/* MV */
.dobot-home-mv {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
	background-color:#dfebf7;
}
.dobot-home-mv__item {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
	overflow: hidden;
	pointer-events: none;
	transition: opacity 1s;
}
.dobot-home-mv__item img {
	display: block;
	transition: -webkit-transform 6s;
	transition: transform 6s;
	transition: transform 6s, -webkit-transform 6s;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.dobot-home-mv__item.active {
	opacity: 1;
	z-index: 2;
	pointer-events: all;
}
.dobot-home-mv__item.active img {
	-webkit-transform: scale(1);
	transform: scale(1);
	z-index:-1;
}
.dobot-home-mv__copy {
	max-width: 89.3333333333%;
	position: absolute;
	bottom: 32px;
	left: 5.3333333333%;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.3;
	letter-spacing: 0;
	color: #333;
}
.dobot-home-mv__copy__inter {
	margin-bottom: 12px;
	font-family: "Inter", sans-serif;
	font-weight: bold;
	letter-spacing: -0.025em;
	line-height: 1;
	color: var(--color-dobot-prim);
}
.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 {
	font-weight: 300;
}
@media (max-width: 767px) {
	.dobot-home-mv__item--main .dobot-home-mv__copy {
		top: 32px;
		bottom: auto;
		left: 18.6666666667%;
		font-size: 2.6rem;
	}
}
@media (min-width: 768px) {
	.dobot-home-mv {
		padding-bottom: 42%;
	}
	.dobot-home-mv__copy {
		max-width: 1040px;
		bottom: 80%;
		left: 50%;
		font-size: 5.6rem;
		-webkit-transform: translate(-500px, 50%);
		transform: translate(-500px, 50%);
	}
	.dobot-home-mv__copy__inter {
		margin-bottom: 32px;
	}
	.dobot-home-mv__copy__inter > em {
		font-size: 5.6rem;
	}
	.dobot-home-mv__copy__inter > span {
		font-size: 3.2rem;
	}
	.dobot-home-mv__item--main .dobot-home-mv__copy {
		font-size: 3rem;
		line-height: 1.6;
	}
}
/*----------
	kadai
----------*/
#kadai{padding-bottom:80px;}
#kadai .c-grid__item.flex {
	position:relative;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 30px 10px;
		color: var(--color-dobot-prim);
		font-size: 2.2rem;
		font-weight: bold;
		border-radius: 20px;
		background-color: #fff;
	border:solid 1px #fff;
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
	transition : all 0.5s ease 0s;
}
#kadai .c-grid__item.flex::after {
		line-height: 1;
		content: "";
		background-image: url(/assets/images/icons/icon-arrow-wh2.svg);
		width: 40px;
		height: 40px;
		position: absolute;
		bottom:-20px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
}
#kadai .c-grid__item.flex:hover{
	border:solid 1px #004AD5;
}
#kadai .c-grid__item.flex:hover::after {
		background-image: url(/assets/images/icons/icon-arrow-blue3.svg);
}
.arrow-box{
	margin:0 auto;
	width:80%;
	max-width:440px;
}
#kadai .c-list > li:not(.c-icontext)::before {
		width: 0.4em;
		height: 0.4em;
		background-color: #fff;
}
#kadai-voice .c-grid__item{
	display:grid;
	grid-template-columns: 160px 1fr;
	align-items: center;
}
#kadai-voice .c-grid figure{
	margin:0;
	width:140px;
	height:140px;
	border-radius:100vw;
	border:solid 1px #ccc;
	overflow:hidden;
}
#kadai-voice .c-grid__item li{
	list-style:disc inside;
	font-size:1em;
	color:#333!important;
}
#kadai-voice .c-grid__item li:first-child{

	list-style:none;
	padding-bottom:10px;
	font-size:1.6em;
	font-weight:bold;
}
#kadai-voice .c-grid__item li:first-child p{
	float:left;
	position:relative;
	padding:4px 0 0;
	line-height:46px;
}
#kadai-voice .c-grid__item li:first-child span{
	display:inline-block;
	width:150px;
	margin:-0.5em 0 0.5em 1em;
	padding:1px 12px;
	font-size:1.4rem;
	font-weight:normal;
	color:#fff;
	text-align:center;
	line-height:36px;
	background-color:  var(--color-dobot-prim);
	border-radius:30px;
}
@media screen and (min-width: 768px){
	#kadai-voice .c-lead{
		font-size:4rem;
	}
	#kadai-voice .c-grid__item{
		display:grid;
		grid-template-columns: 160px 1fr;
		align-items: center;
	}
	#kadai-voice{
		padding:30px 0 80px;
	}
}
.c-grid__item.flex.workmagic1Link{
	margin:50px auto;
	padding:30px 80px;
}
@media screen and (min-width: 768px){
	.c-grid__item.flex.workmagic1Link{
		margin:70px auto 100px;
	}
}
/*----------
	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;
	}
}

.l-dobot-bgwrapper {
    padding: 0 0 80px;
}
.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-feature1-wrapper {
	padding: 48px 0;
	background-image: none;
	background-color:#f1f2f4;
}
.dobot-home-feature3-wrapper {
	padding: 48px 0;
	background: url(/assets/dobot/images/m1pro/feature3-bg.jpg) no-repeat left center/cover;
}
@media (min-width: 768px) {
	.dobot-feature1-wrapper {
		padding: 80px 0;
		background: url(/assets/dobot/images/m1pro/feature1-bg.png) no-repeat right top;
	}
	.dobot-home-feature3-wrapper {
		padding: 80px 0;
	}
}
.dobot-feature5-wrapper {
	padding: 48px 0;
	background-image: none;
	background-color:#f1f2f4;
}
@media (min-width: 768px) {
	.dobot-feature5-wrapper {
		padding: 80px 0;
		background: url(/assets/dobot/images/m1pro/feature5-bg.jpg) no-repeat right top #f1f2f4;
	}
}
.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;
	}
}
/* メインリンク */
.dobot-home-mainlink {
	padding-top: 48px;
	padding-bottom: 48px;
}
@media (min-width: 768px) {
	.dobot-home-mainlink {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

/*----------
	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: #243C92;
	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;
	}
}

.c-dobot-title1.is-style1 .c-dobot-title1__eng {
	margin-bottom: -40px;
}

@media (min-width: 768px) {
	.c-dobot-title1.is-style1 .c-dobot-title1__eng {
		margin-bottom: -86px;
	}
}

.c-dobot-title1.is-style1 .c-dobot-title1__jap {
	font-size: 2rem;
	line-height: 32px;
	letter-spacing: 0.06em;
}

@media (min-width: 768px) {
	.c-dobot-title1.is-style1 .c-dobot-title1__jap {
		font-size: 3rem;
		line-height: 56px;
	}
}

.c-dobot-title1.is-style2 .c-dobot-title1__eng {
	margin-bottom: -50px;
	font-size: 6rem;
}

@media (min-width: 768px) {
	.c-dobot-title1.is-style2 .c-dobot-title1__eng {
		margin-bottom: -97px;
		font-size: 18rem;
	}
}

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

.c-dobot-title1.is-style2 .c-dobot-title1__jap {
	font-size: 2.8rem;
}

@media (min-width: 768px) {
	.c-dobot-title1.is-style2 .c-dobot-title1__jap {
		font-size: 4.2rem;
	}
}

.c-dobot-title1.is-style2.white .c-dobot-title1__eng {
	color: #ffffff;
}

.c-dobot-title1.white .c-dobot-title1__eng {
	color: #ffffff;
}

/*support*/
@media (min-width: 768px) {
	.dobot-support-qa__item.active .dobot-support-qa__a {
		padding: 20px 34px 34px 56px;
	}
	.dobot-support-button-pdf {
		grid-template-columns:repeat(2, 1fr);
		/*grid-template-columns:1fr 1fr 1fr 280px;*/
	}
}

/*----------
	contact
----------*/
#contact{
	padding-bottom:80px;
}
#contact .c-lead{
	padding-top:50px;
	line-height:2;
}
#contact-set{
	border-radius:30px 30px 0 0;
	padding-top:50px;
	padding-bottom:130px;
}
.dobot-support-button-m {
	margin:0 auto;
	width: 100%;
}
@media screen and (min-width: 768px){
	#contact .c-lead,
	#contact-set .c-lead{
		margin-top:50px;
		text-align:center;
	}
	.dobot-support-button-m {
		margin:0 auto;
		width: 320px;
	}
}

/*----------
	home-lineup-list
----------*/
#home-lineup-list .home-lineup-list__slide
	border-radius:30px;
	background-color:#fff;
	border:solid 1px #ccc;
}
#home-lineup-list .c-imagelink__inner a{
	color:#333;
	text-decoration:none;
	border-radius:30px;
}
#home-lineup-list .c-imagelink__inner a:hover{
	text-decoration:underline;
}
#home-lineup-list .c-imagelink__inner {
	padding:0;
	border-radius:30px;
	background-color:#fff;
}
#home-lineup-list .c-imagelink__inner .c-imagelink__image{
	position:relative;
	border:none;
	border-radius:30px 30px 0 0;
}
#home-lineup-list .c-imagelink__inner .c-imagelink__image,
#home-lineup-list .c-imagelink__inner .c-imagelink__image figure {
	margin-bottom: 0;
}
#home-lineup-list .c-imagelink__inner .c-imagelink__image figure.c-image-fit {
	padding-bottom: 96%;
}
#home-lineup-list .c-imagelink__inner .c-imagelink__title {
	position:relative;
	width:100%;
	padding:25px 20px 0;
	font-size: 2rem;
	font-weight: bold;
	color:var(--color-dobot-prim);
	line-height: 1.4;
	letter-spacing:0.02em;
}
#home-lineup-list .c-imagelink__inner .c-imagelink__title span{
	display:block;
	font-size:0.7em;
}
#home-lineup-list a.c-imagelink__inner:hover .c-imagelink__title{
	color:#004AD5;
}
#home-lineup-list .c-imagelink__title::before{
	display:none;
}
#home-lineup-list .c-imagelink__inner .c-imagelink__title::after {
	line-height: 1;
	content: "";
	background-image: url(/assets/images/icons/icon-arrow-blue.svg);
	width: 50px;
	height: 50px;
	position: absolute;
	top: -25px;
	right: 10px;
}
#home-lineup-list a.c-imagelink__inner:hover .c-imagelink__title:after {
	background-image: url(/assets/images/icons/icon-arrow-blue2.svg);
}
#home-lineup-list .c-imagelink__inner .c-imagelink_text {
	position:relative;
	width:100%;
	margin-bottom:10px;
	padding:20px 18px 20px 20px;
	color:#333;
	line-height: 1.4;
}
#home-lineup-list .c-imagelink__inner .c-imagelink_text:hover {
	color: #243C92;
}

/*----------
	faq
----------*/
.c-qa {
    border-top: none;
}
.c-qa__item::after{
	color:var(--color-dobot-prim);
}
.c-dobot-list13__q,
.c-qa__q dobot-support-qa__q{
	font-weight: bold;
	font-size: 1.6rem;
	padding: 14px 25px 16px 20px;
	letter-spacing: 0.4px;
	color:var(--color-dobot-blue);
	background: url(/assets/spike/images/icons/icon-plus1.svg) no-repeat center right 13px;
	background-size: 10px 10px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.c-dobot-list13__q:before{
	content: "Q";
	font-weight: 700;
	font-size: 1.1em;
	margin-right: 8px;
	padding: 1px 8px 1px 0;
	color:var(--color-dobot-blue);
}
.c-qa__item{
	margin-top:15px;
}
.c-qa__item.dobot-support-qa__item,
.c-qa__item.active .c-qa__a{
	transition : all 0.5s ease 0s;
}
.c-qa__q::before{
	color:var(--color-dobot-blue);
}
.c-qa__a::before{
	color:var(--color-dobot-prim);
}
@media (max-width: 767px) {
	.bg-dobot.pdbtm0{padding:30px 0 0;}
	.c-dobot-list13__q {
		line-height: 26px;
	}
	.c-dobot-list13__q:before{
		content: "";
	}
}

@media (min-width: 768px) {
	.c-dobot-list13__q {
		padding: 14px 50px 13px;
		background-position: right 23px center;
	}
}

.c-dobot-list13__q.is-active {
	background: url(/assets/spike/images/icons/icon-minus.svg) no-repeat center right 13px;
	background-size: 10px 10px;
	background-color:#eaf2f7;
}

@media (min-width: 768px) {
	.c-dobot-list13__q.is-active {
		background-position: right 23px center;
	}
	.c-dobot-list13__q.is-active:hover {
		background: url(/assets/spike/images/icons/icon-minus-white.svg) no-repeat center right 23px, #707070;
	}
	.c-dobot-list13__q:hover {
		color: #fff;
		background: url(/assets/spike/images/icons/icon-plus1-white.svg) no-repeat center right 23px, #707070;
	}
}
.pd25{padding:25px;}
.pd30{padding:30px;}
.bg-dobot{background-color: var(--color-dobot-prim);} 
.bg-dobot-seco{background-color: var(--color-dobot-seco);}
.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;}

/*----------
	home-lineup-list
----------*/

.home-lineup-list {
	margin-top: 70px;
	position: relative;
}
.home-lineup-list::before {
	content: "";
	display: block;
	width: 89.3333333333%;
	height: calc(100% - 48px);
	position: absolute;
	top: 16px;
	left: 0;
	z-index: -1;
	background-color: #F1F6F6;
}
.home-lineup-list__title {
	width: 89.3333333333%;
	margin: 0 auto 30px;
}
.home-lineup-list__inner {
	overflow: visible !important;
	width: 89.3333333333%;
	margin: 0 auto 40px;
}
.home-lineup-list__slide {
	width: 300px;
}
.home-lineup-list__slide + .home-lineup-list__slide {
	margin-left: 0;
}
.home-lineup-list__prev, .home-lineup-list__next {
	display: none;
}
@media (min-width: 768px) {
	.home-lineup-list {
		margin-top: 130px;
	}
	.home-lineup-list::before {
		width: 84.9194729136%;
	}
	.home-lineup-list__title {
		width: 1160px;
		margin: 0 auto 60px;
	}
	.home-lineup-list__inner {
		width: 1160px;
		margin-bottom: 98px;
	}
	.home-lineup-list__slide {
		width: 336px;
	}
	.home-lineup-list__slide + .home-lineup-list__slide {
		/*margin-left: 40px;*/
	}
	.home-lineup-list__prev, .home-lineup-list__next {
		display: block;
		width: 82px;
		height: 32px;
		position: absolute;
		top: -64px;
		right: 0;
		opacity: 1;
		cursor: pointer;
		transition: opacity 0.2s;
		text-align: center;
		line-height: 32px;
		color:transparent;
		background:url(/assets/images/icons/home-lineup-list__next.svg) no-repeat;
	}
	.home-lineup-list__prev[class*=-disabled], .home-lineup-list__next[class*=-disabled] {
		opacity: 0.25;
	}
	.home-lineup-list__prev:hover:not([class*=-disabled]), .home-lineup-list__next:hover:not([class*=-disabled]) {
		opacity: 0.6;
	}
	.home-lineup-list__prev {
		right: 100px;
		background:url(/assets/images/icons/home-lineup-list__prev.svg) no-repeat;
	}
}
.dobot-lineup__buttonbox{max-width:400px;}
.c-dobot-button{max-width:380px;margin-left:auto;margin-right:auto;}
.c-dobot-button__inner > span{text-align:center;}
.u-pt-l{padding-top:80px;}
.cvn-box{padding-bottom:80px;}