@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&icon_names=keyboard_double_arrow_down");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&icon_names=help");
/* 全体のレイアウト */
.contents {
	justify-content: center;
}


:root {
	--bg-gray: #DEE9EF;
}

.tscloud .flex {
	display: flex;
	align-items: center;
	justify-content: center;
}
.ts-cloud section {
	width: 80%;
	margin: 0 auto;
}
span.orange {
	color: #E37500;
	font-weight: bold;
}
span.blue {
	color: #2380AB;
	font-weight: bold;
}
span.bg-kyuuyo,
span.bg-kintai,
span.bg-rousya {
	display: inline-block;
	margin: 0 4px;
	margin-top: 2px;
	padding: 0 4px;
	padding-bottom: 1px;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
}
span.bg-kyuuyo {
	background: #2380AB;
}
span.bg-kintai {
	background: #539B34;
}
span.bg-rousya {
	background: #E37500;
}
.bg-white {
	display: inline;
	background: #fff;
	background: linear-gradient(0deg,rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 0) 0%);
	padding: 0 6px;
}
.midashi {
	text-align: center;
	margin-bottom: 52px;
}
.midashi h2 {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.15em;
}
span.bold {
	font-weight: bold;
}

@media (max-width: 560px) {
& .midashi {
	margin-bottom: 52px;
}
& .midashi h2 {
	font-size: 22px;
}
}


/* ===================================== */
/* メインビジュアル */
/* ===================================== */

#tscloud-sec1 {
	width: 100%;
	margin-bottom: 40px;
}
#tscloud-sec1 img {
	border: 2px solid #dfdfdf;
}


/* ===================================== */
/* TSCのTSC */
/* ===================================== */

#tscloud-sec2 .midashi {
	& h2 {
		font-size: 32px;
	}
	& span.small {
		margin: 0 6px;
		font-size: 24px;
	}
	& p {
		font-size: 10px;
	}
}
#tscloud-sec2 .section-item {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 80px;
}
#tscloud-sec2 .section-item:nth-child(2) {
	gap: 10%;
	& img {
		width: 100px;
	}
	
}
#tscloud-sec2 .section-item:nth-child(3) {
	gap: 5%;
	& .text-box {
		width: 60%;
	}
	& .table {
		width: 35%;
	}
	& .table .table-row {
		background: var(--bg-gray);
		margin-bottom: 4px;
		padding: 16px 12px;
	}
	& p.title {
		font-weight: 500;
	}
	& .table .table-row ul {
		display: flex;
		flex-flow: column;
		gap: 8px 0;
		margin-top: 12px;
	}
	& .table .table-row ul li {
		position: relative;
		margin-left: 20px;
		font-weight: 500;
	}
	& .table .table-row ul li::before {
		position: absolute;
		content: "";
		top: 50%;
		right: calc(100% + 8px);
		transform: translateY(-50%);
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background: #fff;
	}
}
#tscloud-sec2 .section-item:nth-child(4) {
	gap: 10%;
	& img {
		width: 140px;
	}
	& img.sp-only {
		display: none;
	}
	& .text-box .title {
		font-weight: 600;
		font-size: 20px;
		margin-bottom: 12px;
	}
	& .text-box .text {
		display: block;
	}
	& .text-box span.red {
		color: #FF2525;
		font-weight: bold;
	}
}

@media (max-width: 560px) {
#tscloud-sec2 {
	& .section-item {
		flex-flow: column;
		width: 90%;
		margin-bottom: 40px;
	}
	& .section-item:nth-child(2) {
		gap: 40px 0;
		& img {
			width: 80px;
		}
	}
	& .section-item:nth-child(3) {
		align-items: start;
		gap: 40px 0;
		& .text-box {
			width: 100%;
		}
		& .table {
			width: auto;
			margin-bottom: 60px;
		}
	}
	& .section-item:nth-child(4) {
		gap: 40px 0;
		& img {
			width: 300px;
		}
		& img.pc-only {
			display: none;
		}
		& img.sp-only {
			display: inherit;
		}
	}
}
}


/* ===================================== */
/* クラウド型だからこそのメリット */
/* ===================================== */
#tscloud-sec3 {
	margin-bottom: 100px;
}
#tscloud-sec3 .section-item {
	width: 80%;
	margin: 0 auto;
}
#tscloud-sec3 .section-item .flex-item {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: calc(100% / 3);
	& ul {
		align-items: start;
	}
	& img {
		width: 120px;
		margin-bottom: 12px;
	}
	& p {
		width: 100%;
		text-align: center;
		font-weight: 500;
		letter-spacing: 0.1em;
	}
	& div.small {
		text-align: center;
		font-size: 14px;
	}
}

@media (max-width: 560px) {
#tscloud-sec3 {
	& .section-item ul {
		flex-flow: column;
		gap: 40px 0;
	}
	& .section-item .flex-item {
		width: 100%;
	}
	& .section-item .flex-item img {
		width: 100px;
	}
}
}


/* ===================================== */
/* 安心のサポート体制 */
/* ===================================== */
#tscloud-sec4 {
	margin-bottom: 100px;
}
#tscloud-sec4 .midashi .flex {
	& img {
		margin-bottom: 12px;
	}
	& p {
		letter-spacing: 0.15em;
	}
	& p.border {
		margin-right: 6px;
		padding-left: 2px;
		border: 1px solid #2380AB;
		color: #2380AB;
		font-weight: bold;
	}
	& p.text {
		font-weight: 500;
	}
}
#tscloud-sec4 .section-item:nth-child(2) {
	justify-content: center;
	align-items: center;
	width: 80%;
	margin: 0 auto;
}
#tscloud-sec4 .section-item:nth-child(2) .flex-item {
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 12px;
	width: calc(100% / 3);
	& img {
		width: 120px;
	}
	& p {
		width: 100%;
		text-align: center;
		font-weight: 500;
		line-height: 2;
		letter-spacing: 0.1em;
	}
}
#tscloud-sec4 .section-item:nth-child(3) {
	margin-top: 40px;
	margin-bottom: 24px;
	background: var(--bg-gray);
	& p {
		width: 80%;
		max-width: 600px;
		margin: 0 auto;
		padding: 28px 0;
	}
}
#tscloud-sec4 .section-item:nth-child(4) li {
	margin-left: 1em;
	position: relative;
	&::before {
		position: absolute;
		content: "※";
		top: 0%;
		right: 100%;
	}
}
#tscloud-sec4 .section-item:nth-child(5) {
	max-width: 800px;
	margin: 0 auto;
}
@media (max-width: 960px) and (min-width: 561px) {
#tscloud-sec4 .section-item:nth-child(3) {
	width: 80%;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 24px;
}
#tscloud-sec4 .section-item:nth-child(4) {
	width: 80%;
	margin: 0 auto;
}
}
@media (max-width: 560px) {
#tscloud-sec4 {
	& .section-item {
		flex-flow: column;
		gap: 40px 0;
		margin-bottom: 40px;
	}
	& .section-item:nth-child(2) {
		width: 100%;
		margin-bottom: 40px;
		& .flex-item {
			width: 100%;
			gap: 0;
		}
		& .flex-item img {
			width: 100px;
		}
	}
	& .section-item:nth-child(3) {
		margin: 0 auto;
		margin-bottom: 40px;
		width: 90%;
	}
	& .section-item:nth-child(4) {
		margin: 0 auto;
		width: 90%;
	}
}
}


/* ===================================== */
/* 操作方法や移行スケジュール */
/* ===================================== */
#tscloud-sec5 {
	width: 100%;
	margin-bottom: 80px;
	background: var(--bg-gray);
	position: relative;
}
#tscloud-sec5 > img {
	position: absolute;
	right: 16px;
	bottom: -30px;
	width: 140px;
}
#tscloud-sec5 ul {
	width: 70%;
	max-width: 600px;
	margin: auto;
	padding: 32px 0;
}
#tscloud-sec5 ul li {
	margin-left: 1em;
	position: relative;
	&::before {
		position: absolute;
		content: "※";
		right: 100%;
		top: 0;
	}
}
#tscloud-sec5 ul li:nth-child(1) {
	margin-bottom: 16px;
}
#tscloud-sec5 .browser {
	flex-wrap: wrap;
	gap: 6px;
	width: 70%;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	background: #fff;
	& span.black {
		margin-right: 12px;
		padding: 2px;
		background: #000;
		color: #fff;
	}
	& img {
		width: 24px;
		margin-right: .25em;
		vertical-align: text-bottom;
	}
	& span.nowrap {
		word-break: keep-all;
		overflow-wrap: break-word;
	}
	& > .flex {
		flex-wrap: wrap;
	}
} 
#tscloud-sec5 p.kome {
	width: 70%;
	margin: 0 auto;
	padding: 32px 0;
	text-align: center;
}
@media (max-width: 960px) and (min-width: 561px) {
#tscloud-sec5 {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 100px;
	& > img {
		margin-bottom: -48px;
	}
}
#tscloud-sec5 .browser {
	& span.black {
		margin-bottom: 6px;
	}
}
}
@media (max-width: 560px) {
#tscloud-sec5 {
	& > img {
		width: 100px;
		margin-bottom: -32px;
	}
}
#tscloud-sec5 ul {
	width: 90%;
}
#tscloud-sec5 .browser {
	width: 90%;
}
#tscloud-sec5 p.browser {
	flex-flow: column;
	gap: 8px;
}
#tscloud-sec5 p.kome {
	width: 90%;
}
}



/* ===================================== */
/* 26年8月以前からの変更点 */
/* ===================================== */
#tscloud-sec6 {
	margin-bottom: 100px;
}
#tscloud-sec6 .table-wrapper {
	margin-bottom: 24px;
}
#tscloud-sec6 table {
	width: 100%;
	margin: 0 auto;
	& tr,
	& th,
	& td {
		border-collapse: collapse;
		border: 4px solid #fff;
		vertical-align: middle;
	}
	& tr,
	& td {
		background: #F4F5F5;
	}
	& th {
		font-weight: bold;
	}
	& tr th:first-child {
		position: sticky;
		left: -8px;
		width: 20%;
		background: #F4F5F5;
		z-index: 10;
	}
	& tr td:nth-child(2) {
		width: 40%;
	}
	& td:last-child {
		width: 40%;
		background: var(--bg-gray);
		font-weight: 500;
	}
	& tr:first-child th:last-child {
		background: var(--bg-gray);
	}
}
#tscloud-sec6 table ul li {
	margin-left: calc(1em + 7px);
	position: relative;
	&::before {
		position: absolute;
		content: '';
		width: 7px;
		height: 7px;
		top: calc(0.5em + 5px);
		right: calc(100% + 0.5em);
		transform: translateY(-50%);
		border-radius: 50%;
		background: #333;
	}
}
#tscloud-sec6 .wrapper {
	flex-flow: column;
}
#tscloud-sec6 .wrapper .text-wrapper,
#tscloud-sec6 .wrapper .mitsumori-keisan {
	padding: 20px;
}
#tscloud-sec6 .wrapper .text-wrapper {
	width: 70%;
}
#tscloud-sec6 .wrapper .mitsumori-keisan {
	width: 70%;
	min-width: 400px;
	font-size: 20px;
	background: var(--bg-gray);
	& h3 {
		margin-bottom: 18px;
		text-align: center;
	}
	& .cal {
		background: #fff;
		margin-top: 18px;
		padding: 18px;
	}
	& .cal-item {
		margin-bottom: 20px;
	}
	& .tooltip {
		margin-top: 12px;
		position: relative;
	}
	& .help-wrapper {
		justify-content: start;
		margin-left: 32px;
	}
	& .tooltip-help {
		color: #2380AB;
		cursor: pointer;
		position: relative;
	}
	& .tooltip-content {
		position: absolute;
		display: none;
		width: auto;
		max-width: 70%;
		padding: 12px;
		left: 32px;
		background: rgba(0, 0, 0, 0.7);
		color: #fff;
		z-index: 2;
	}
	& .tooltip-content.active {
		display: block;
	}
	& p.title {
		margin-bottom: 8px;
		font-weight: 500;
		font-size: 18px;
	}
	& p.title span {
		margin-right: 6px;
	}
	& p.text {
		font-size: 16px;
	}
	& .cal-item > p.text {
		margin-left: 2em;
	}
	& p.text.small {
		margin-top: 6px;
		font-size: 14px;
	}
	& select {
		min-width: 160px;
		height: 32px;
		margin-top: 6px;
		margin-left: 36px;
		background: #F4F5F5;
		cursor: pointer;
	}
	& select option {
		font-size: 18px;
		cursor: pointer;
	}
	& input {
		height: 32px;
		font-size: 18px;
		background: #F4F5F5;
		cursor: pointer;
	}
	& .flex.nin {
		justify-content: start;
		align-items: end;
	}
	& input[type="number"] {
		width: 80px;
		margin-top: 6px;
		margin-right: 6px;
		margin-left: 36px;
		cursor: pointer;
	}
}
#tscloud-sec6 .wrapper .mitsumori-keisan .result {
	margin-top: 52px;
	padding: 12px;
	background: #2380AB;
	position: relative;
	&::before {
		position: absolute;
		content: '\ead0';
		font-family: 'Material Symbols Outlined';
		left: 50%;
		bottom: 95%;
		transform: translateX(-50%);
		color: #2380AB;
		font-size: 40px;
	}
	& .flex {
		align-items: flex-end;
		gap: 12px;
		padding-top: 4px;
		padding-bottom: 12px;
		background: #fff;
	}
	& p.title {
		font-weight: 700;
		color: #FFF34B;
	}
	& .flex p.text {
		font-weight: 700;
	}
	& #result {
		margin-bottom: -10px;
		font-weight: 700;
		font-size: 40px;
		color: #FF2525;
	}
}
#tscloud-sec6 p a {
	border-bottom: 0.5px solid #2380AB;
}

@media (max-width: 960px) {
#tscloud-sec6 .table-wrapper {
	overflow-y: auto;
	padding: 4px;
}
#tscloud-sec6 table {
	width: 800px;
}
#tscloud-sec6 .wrapper {
	flex-flow: column;
}
#tscloud-sec6 .wrapper .text-wrapper {
	width: 90%;
	margin: 0 auto;
}
#tscloud-sec6 .wrapper .mitsumori-keisan {
	width: 90%;
	margin: 0 auto;
	& h3 {
		word-break: keep-all;
		overflow-wrap: break-word;
	}
}
}

@media (max-width: 560px) {
#tscloud-sec6 .wrapper .text-wrapper {
	width: 100%;
}
#tscloud-sec6 .wrapper .mitsumori-keisan {
	width: 100%;
	min-width: inherit;
	padding: 18px;
	& h3 {
		font-size: 18px;
	}
	& p.text.small {
		font-size: 12px;
	}
}
#tscloud-sec6 .wrapper .mitsumori-keisan .result {
	& .flex {
		gap: 6px;
	}
}
}


/* ===================================== */
/* 併せてご紹介 */
/* ===================================== */

#tscloud-sec7 .section-item {
	width: 60%;
	margin: 0 auto;
}
#tscloud-sec7 .section-item:nth-child(2) {
	& a {
		margin: 0 1%;
		margin-bottom: 20px;
		width: 47.5%;
	}
}

@media (max-width: 560px) {
#tscloud-sec7 {
	& .section-item{
		width: 90%;
	}
}
}