@charset "UTF-8";
.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-support-button-m {
	margin: 0 auto;
}
@media (min-width: 768px) {
	.dobot-support-button-m {
		width: 320px;
	}
}

.dobot-support-button-s {
	margin: 0 auto;
}
@media (min-width: 768px) {
	.dobot-support-button-s {
		width: 232px;
	}
}

.free {
	position: relative;
}

.free::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "無料";
	color: #fff;
	background-color: var(--color-seco);
	padding: 0 11px 0 9px;
	z-index: 10;
}

.paid {
	position: relative;
}

.paid::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "有料";
	color: #fff;
	background-color: #586276;
	padding: 0px 11px 0 9px;
	z-index: 10;
}

.dobot-support-lead {
	position: relative;
}
.dobot-support-lead::before {
	content: url(../images/support/logo.png);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.dobot-support-lead__wrap .dobot-support-heading-seco {
	text-align: left;
	padding-bottom: 20px;
}

.dobot-support-section {
	padding-top: 60px;
}
@media (min-width: 768px) {
	.dobot-support-section {
		padding-top: 80px;
	}
}

.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;
	}
}

.dobot-support-qa {
	padding-bottom: 35px;
	border: none;
}
.dobot-support-qa__item {
	border: none;
	background-color: var(--color-dobot-bg);
	margin-bottom: 8px;
}
.dobot-support-qa__item::after {
	color: var(--color-dobot-prim);
}
.dobot-support-qa__q {
	padding-left: 24px;
	color: var(--color-dobot-prim);
}
.dobot-support-qa__q::before {
	display: none;
}
.dobot-support-qa__a {
	padding: 0;
	background-color: #fff;
}
.dobot-support-qa__a::before {
	display: none;
}
@media (max-width: 767px) {
	.dobot-support-qa__video {
		max-width: 480px;
		margin: 0 auto;
	}
}
@media (min-width: 768px) {
	.dobot-support-qa {
		padding-bottom: 48px;
	}
	.dobot-support-qa__item {
		margin-bottom: 10px;
	}
	.dobot-support-qa__item.active .dobot-support-qa__a {
		padding: 34px 0;
	}
	.dobot-support-qa__video {
		margin: 0 auto;
		width: 410px;
	}
	.dobot-support-qa__a__imgcts {
		display: flex;
		align-items: flex-start;
	}
	.dobot-support-qa__a__imgcts > figure + figure {
		margin-left: 30px;
	}
}

.dobot-support-grid {
	padding-bottom: 40px;
}
.dobot-support-grid__item {
	border: 1px solid var(--color-border);
}
.dobot-support-grid__item .dobot-support-fit {
	height: 0;
	padding-bottom: 50%;
	position: relative;
	overflow: hidden;
}
.dobot-support-grid__item .dobot-support__content {
	padding: 35px 25px 34px 33px;
}
.dobot-support-grid__item .dobot-support__content .dobot-support-grid__title {
	font-weight: 500;
	font-size: 1.8rem;
	line-height: var(--line-height-s);
	padding-bottom: 15px;
}

/* News */
.dobot-news {
	background: #F7F7F7;
	width: 100%;
	margin-top: 56px;
	padding: 30px 20px 45px;
}
.dobot-news__title {
	font-size: 2rem;
	line-height: 32px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.dobot-news__list {
	max-width: 1040px;
	margin: 0 auto;
	border-bottom: 1px solid #DDDDDD;
}
.dobot-news__item {
	border-top: 1px solid #DDDDDD;
}
.dobot-news__link {
	display: block;
	text-decoration: none;
	padding: 14px 40px 14px 0;
	line-height: 1.6;
	letter-spacing: 0;
	position: relative;
}
.dobot-news__link::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: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 16px;
	color: #000;
}
.dobot-news__link[target=_blank]::after {
	content: "\e904";
}
.dobot-news__link[href*=".pdf"]::after {
	content: "";
	background: url("/assets/images/icons/svgicon-pdf.svg") no-repeat center;
	background-size: contain;
}
.dobot-news__date {
	font-size: 1.4rem;
	color: #666666;
	position: relative;
	top: 1px;
}
.dobot-news__ttl {
	font-size: 1.6rem;
	color: #000000;
}
@media (max-width: 767px) {
	.dobot-news__date {
		margin-bottom: 6px;
	}
}
@media (min-width: 768px) {
	.dobot-news {
		margin: 120px auto 0;
		padding: 60px 0;
	}
	.dobot-news__title {
		font-size: 3.2rem;
		line-height: 51px;
		margin-bottom: 39px;
	}
	.dobot-news__link {
		display: flex;
		align-items: center;
		padding: 22px 50px 22px 21px;
		background-position: center right 19px;
	}
	.dobot-news__link:hover .dobot-news__ttl {
		text-decoration: underline;
	}
	.dobot-news__date {
		margin-bottom: 6px;
	}
	.dobot-news__date {
		margin-right: 21px;
	}
}

.dobot-support-seminar {
	padding-top: 20px;
	padding-bottom: 20px;
}
.dobot-support-seminar__inner {
	border: 1px solid var(--color-dobot-prim);
	padding: 24px;
}
.dobot-support-seminar__content {
	align-items: center;
	padding-top: 30px;
}
.dobot-support-seminar__image::before {
	display: none;
}
.dobot-support-seminar__title {
	font-size: 2rem;
	font-weight: 500;
	color: var(--color-dobot-prim);
	border: none;
	margin-bottom: 10px;
	padding-bottom: 0;
}
@media (min-width: 768px) {
	.dobot-support-seminar__inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.dobot-support-seminar__content {
		padding-top: 0;
	}
	.dobot-support-seminar__image {
		flex: 0 0 calc(50% - 30px);
		margin-right: 40px;
	}
	.dobot-support-seminar__title {
		font-size: 2.4rem;
	}
}

.dobot-support__imgcts + .dobot-support__imgcts {
	margin-top: 40px;
}
.dobot-support__imgcts_image img {
	width: 100%;
	vertical-align: bottom;
}
.dobot-support__imgcts_text {
	box-sizing: border-box;
}
.dobot-support__imgcts_text > p + p {
	margin-top: 15px;
}
.dobot-support__imgcts_sttl {
	margin-bottom: 15px;
	color: var(--color-dobot-seco);
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.6;
}
.dobot-support__imgcts_sttl > span {
	display: block;
	margin-top: 5px;
	font-size: 1.8rem;
	font-weight: 500;
}
@media (max-width: 767px) {
	.dobot-support__imgcts_image {
		margin-bottom: 20px;
	}
	.dobot-support__imgcts_text p + p {
		margin-top: 5px;
	}
}
@media (min-width: 768px) {
	.dobot-support__imgcts {
		display: table;
		width: 100%;
	}
	.dobot-support__imgcts + .dobot-support__imgcts {
		margin-top: 40px;
	}
	.dobot-support__imgcts_image {
		display: table-cell;
		width: 39.42%;
		vertical-align: top;
	}
	.dobot-support__imgcts_text {
		display: table-cell;
		width: 60.58%;
		padding-left: 40px;
		vertical-align: top;
	}
	.dobot-support__imgcts_sttl {
		font-size: 2.4rem;
	}
	.dobot-support__imgcts_text p + p {
		margin-top: 15px;
	}
}

.dobot-support-button-pdf {
	grid-template-columns: repeat(1, 1fr);
	display: grid;
}
.dobot-support-button-pdf > li {
	padding-bottom: 10px;
}
.dobot-support-button-pdf > 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-support-button-pdf > li > a::after {
	display: none;
}
.dobot-support-button-pdf > li > a > span {
	padding: 8px 15px;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: var(--line-height-s);
	color: inherit;
}
@media (min-width: 768px) {
	.dobot-support-button-pdf {
		grid-template-columns: repeat(3, 1fr);
	}
	.dobot-support-button-pdf > li + li {
		margin-left: 10px;
	}
}