@charset "utf-8";
/* images style */
#main .img-max {
	width: auto;
	/* reset */
	max-width: 100% !important;
	height: auto;
}
/* text style -- bold */
.text-bold {
	font-weight: bold;
}
/* text style -- caps */
.caps-large {
	font-size: 2.3rem;
	text-align: center;
	line-height: 1.2;
	margin: 3rem 0;
}
.caps-large span {
	font-size: 4rem;
}
@media screen and (max-width: 768px) {
	.caps-large {
		font-size: 2rem;
	}
	.caps-large span:first-of-type {
		font-size: 2.2rem;
	}
}
@media screen and (max-width: 414px) {
	.caps-large {
		font-size: 1.8rem;
	}
}
/* panel inner style */
.panel .h3 {
	margin: 0;
}
/* paragraph last margin */
h2~p:last-of-type {
	margin-bottom: 3vw;
}
/* list-item mark reset */
.list-mark-reset li {
	list-style-type: none;
	margin-bottom: 1em;
}
/* list-item customize */
.list-group-item-sepalate {
	margin-bottom: 0.5rem;
}
/* left side label margin */
.label {
	margin: 0 0.5rem;
}
/* section style */
[id*="next-area"] {
	padding: 5rem 0;
}
[id*="next-area"]:nth-of-type(odd) {
	background: #fff;
}
[id*="next-area"]:nth-of-type(even) {
	background: rgba(243, 243, 243, 0.8);
}
[id*="next-area"] h2 {
	font-size: 3rem;
	margin: 3rem 0;
	padding: 0;
	text-align: center;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 768px) {
	[id*="next-area"] {
		padding: 2rem 0;
	}
	[id*="next-area"] h2 {
		font-size: 2rem;
	}
}
@media screen and (max-width: 414px) {
	[id*="next-area"] h2 {
		font-size: 1.5rem;
	}
}
/* no margin */
.no-margin {
	margin: 0;
}
/* plus margin*/
.margin-bottom {
	margin-bottom: 1.5rem;
}
/* link area style */
.link-area {
	padding: 10em 0 1rem;
}
@media screen and (max-width: 414px) {
	.link-area {
		padding: 3rem 0;
	}
}
/* conversion area style */
.conversion {
	padding: 2rem 0;
	background: transparent;
}
.conversion h3 {
	margin: 10px 0;
	text-align: center;
	color: #ffffff;
	border: none;
}
/* color */
.text-color-feature {
	color: #09ACED !important;
}
.text-color-benefit {
	color: #FF983F !important;
}
.bg-color-feature {
	background-color: #09ACED !important;
	color: #FFFFFF !important;
}
.bg-color-benefit {
	background-color: #FF983F !important;
	color: #FFFFFF !important;
}
.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
/* slide chart */
.slide-chart {
	position: relative;
}
.slide-chart li {
	list-style-type: none;
	position: absolute;
}
.slide-chart li {
	list-style-type: none;
	position: absolute;
	top: 0;
	left: 0;
}
.slide-chart ul:before {
	content: '';
	display: block;
	padding-top: 40%;
}
/* animated customize */
.animated-deley01 {
	animation-delay: 0.5s;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.animated-deley02 {
	animation-delay: 1s;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.animated-deley03 {
	animation-delay: 1.5s;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.animated-deley04 {
	animation-delay: 2s;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.animated-deley05 {
	animation-delay: 2.5s;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.animated-deley06 {
	animation-delay: 3s;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.animated-deley07 {
	animation-delay: 3.5s;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.bg-lp-sj01 img {
	width: auto !important;
}
/* 他社製品比較の外観画像 */
.bg-lp-sj01 .before {
	animation-delay: 3.5s;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.bg-lp-sj01 .before img {
	z-index: 999999;
}
.bg-lp-sj01 .after img {
	position: absolute;
	top: 0;
	left: 4%;
}
/* scroll button */
.scroll-button {
	padding-bottom: 1rem;
}
.scroll-button a {
	display: block;
	font-size: 1.5rem;
	color: #fff !important;
	width: 3rem;
	margin: 0 auto;
	text-decoration: none;
}
.scroll-button a span {
	display: block;
	padding: 2rem;
	width: 3rem;
	height: 3rem;
	margin-left: 1rem;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(-45deg);
	box-sizing: border-box;
	margin: 1em -0.5rem;
}
.opening-hero .scroll-button {
	position: absolute;
	left: 45%;
	bottom: 5%;
}
[id*="next-area"] .scroll-button a {
	color: #666 !important;
	font-size: 1.5rem;
}
[id*="next-area"] .scroll-button a span {
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
}
@media screen and (max-width: 414px) {
	.opening-hero .scroll-button {
		display: none;
	}
}
/* go to top button */
.gototop-button {
	padding-top: 2rem;
}
.gototop-button a {
	display: block;
	font-size: 1.5rem;
	text-align: center;
	color: #605f5f;
	width: 7em;
	margin: 0 auto;
	border-bottom: 3px solid #ccc;
}
.gototop-button a:before {
	content: "↑";
}
.gototop-button a:hover {
	text-decoration: none;
	color: #cccccc;
}
/*------------- lini-speed-jack only style --------------*/
.bg-lp-sj01 {
	background: url(/tecs/pdct/sad/feat/img/bg-lp-sj01.png) bottom left no-repeat;
	background-size: contain;
}
/* top hero area */
.feat_sad_sj .opening-hero {
	background: url(/tecs/pdct/sad/feat/img/lp-sj-product01-1.png) right bottom -3rem no-repeat;
	height: 100vh;
	color: #fff;
	background-size: contain;
	position: relative;
}
.feat_sad_sj .opening-title h1 {
	font-size: 4vw;
	font-family: serif;
	margin: 5vw 0 2vw;
}
.feat_sad_sj .opening-title h1 span {
	display: inline-block;
	font-size: 8vw;
	padding: 0.5vw;
	margin-bottom: 2vw;
}
@media screen and (min-width: 1200px) {
	.feat_sad_sj .opening-hero {
		height: auto;
	}
	.feat_sad_sj .opening-title h1 {
		font-size: 4rem;
	}
	.feat_sad_sj .opening-title h1 span {
		font-size: 8rem;
	}
} /* ブラウザ縮小対策 */
.feat_sad_sj .opening-title h1 span:first-of-type {
	text-shadow: 0 0 40px #aae4fe;
}
.feat_sad_sj .opening-title h1 span:last-of-type {
	text-shadow: 0 0 40px #ffe8a4;
}
.feat_sad_sj .opening-title p {
	font-size: 1.8vw;
	margin-left: 3vw;
}
.feat_sad_sj .opening-title p:nth-of-type(2) {
	margin-left: 6vw;
}
.feat_sad_sj .opening-title h2 {
	font-size: 4vw;
	margin: 4vw 0;
	padding-left: 1vw;
	text-shadow: 5px 5px 20px #2c2c2c;
}
.feat_sad_sj .opening-title h2+p {
	font-size: 2.5vw;
	display: inline-block;
	color: crimson;
	margin: 2.5vw 5vw 5vw 0.5vw;
	padding: 2.5vw 1.8vw 1.5vw 1.8vw;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 5px;
	box-shadow: 0 0 10px #fff;
	line-height: 1.2;
	overflow-wrap: break-word;
}
.feat_sad_sj .opening-title h2+p span {
	font-size: 4vw;
}
@media screen and (min-width: 1200px) {
	.feat_sad_sj .opening-title p {
		font-size: 1.8rem;
	}
	.feat_sad_sj .opening-title h2 {
		font-size: 4rem;
	}
	.feat_sad_sj .opening-title h2+p {
		font-size: 2.5rem;
		padding: 2.5rem 1.8rem 1.5rem 1.8rem;
	}
	.feat_sad_sj .opening-title h2+p span {
		font-size: 4rem;
	}
} /* ブラウザ縮小対策 */
@media screen and (max-width: 768px) {
	.feat_sad_sj .opening-hero {
		height: 50vh;
		background-size: 56%;
		background-position: bottom -5rem right;
	}
	.feat_sad_sj .opening-title h1 {
		font-size: 6vw;
	}
	.feat_sad_sj .opening-title h1 span {
		display: inline-block;
		font-size: 10vw;
	}
}
@media screen and (max-width: 414px) {
	.feat_sad_sj .opening-hero {
		background-size: 60%;
		background-position: bottom right;
	}
	.feat_sad_sj .opening-title h1 {
		font-size: 8vw;
	}
	.feat_sad_sj .opening-title h1 span {
		display: inline-block;
		font-size: 17vw;
	}
	.feat_sad_sj .opening-title h2 {
		font-size: 7vw;
		margin: 10vw 1vw;
	}
	.feat_sad_sj .opening-title h2+p {
		font-size: 5vw;
		margin: 5vw;
		border-radius: 5px;
		/* text-align: right; */
	}
}
.feat_sad_sj #next-area01 .container {
	background: url(/tecs/pdct/sad/feat/img/lp-sj-product01-1.png) right bottom -3rem no-repeat;
	background-size: contain;
}
.feat_sad_sj #next-area01 .container .inner {
	background-color: rgba(255, 255, 255, 0.8);
}
/*------------- power cylinder LPU only style --------------*/
.feat_sad_lpu .opening-hero {
	background: url(/tecs/pdct/sad/feat/img/bg-lpu.png) no-repeat transparent;
	background-size: contain;
	background-position: 90% bottom;
	height: 0;
	width: 100%;
	padding-bottom: 45%;
	margin: 2rem 0 5rem 0;
}
@media screen and (min-width: 1200px) {
	.feat_sad_lpu .opening-hero {
		background-size: 33rem;
		background-position: 65% 50%;
		padding-bottom: 50rem;
	}
}
@media screen and (max-width: 768px) {
	.feat_sad_lpu .opening-hero {
		padding: 5% 0 95%;
	}
}
.feat_sad_lpu .opening-title {
	width: 75%;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.feat_sad_lpu .opening-title {
		padding-top: 5%;
		text-align: center;
	}
}
.feat_sad_lpu .opening-title h1 {
	font-size: 3vw;
	font-family: serif;
	line-height: 1;
	margin-top: 6rem;
	margin-bottom: 1rem;
}
.feat_sad_lpu .opening-title h1 span {
	font-size: 5vw;
	display: inline-block;
	padding: 0.5vw;
	margin-bottom: 2vw;
	line-height: 1;
}
@media screen and (min-width: 1200px) {
	.feat_sad_lpu .opening-title h1 {
		font-size: 3rem;
	}
	.feat_sad_lpu .opening-title h1 span {
		font-size: 5rem;
		margin-bottom: 0;
	}
}
.feat_sad_lpu .opening-title h1 span:first-of-type {
	text-shadow: 0 0 40px #ffe8c3;
}
.feat_sad_lpu .opening-title h1 span:last-of-type {
	text-shadow: 0 0 40px #ffffff;
}
@media screen and (max-width: 768px) {
	.feat_sad_lpu .opening-title h1 {
		font-size: 6vw;
		margin-top: 0;
	}
	.feat_sad_lpu .opening-title h1 span {
		display: inline-block;
		font-size: 10vw;
	}
	.feat_sad_lpu .opening-title p {
		font-size: 2.5rem;
		margin-left: 3rem;
	}
}
.feat_sad_lpu .opening-title p {
	font-size: 2.5vw;
	margin-left: 3vw;
}
.feat_sad_lpu .opening-title h2 {
	font-size: 4vw;
	margin: 4vw 0;
	padding-left: 1vw;
	text-shadow: 5px 5px 20px #ffffff;
	text-align: left;
}
.feat_sad_lpu .opening-title h2 span {
	display: block;
	margin-left: 5rem;
	font-size: 6vw;
}
.feat_sad_lpu .opening-title h2+p {
	font-size: 1.8vw;
	background: #ff7500;
	display: inline-block;
	color: #fff;
	padding: 0.5rem 3rem;
	box-shadow: 0 0 30px #fff inset;
}
.feat_sad_lpu .opening-title h2+p span {
	font-size: 2vw;
}
@media screen and (min-width: 1200px) {
	.feat_sad_lpu .opening-title p {
		font-size: 2.5rem;
		margin-left: 3rem;
	}
	.feat_sad_lpu .opening-title h2 {
		font-size: 4rem;
		margin: 4rem 0;
	}
	.feat_sad_lpu .opening-title h2 span {
		font-size: 6rem;
	}
	.feat_sad_lpu .opening-title h2+p {
		font-size: 1.8rem;
	}
	.feat_sad_lpu .opening-title h2+p span {
		font-size: 2rem;
	}
}

@media screen and (max-width: 768px) {
	.feat_sad_lpu .opening-title h1 span {
		display: inline-block;
		font-size: 9vw;
	}
	.feat_sad_lpu .opening-title h2 {
		font-size: 7vw;
		margin: 0 1rem;
		padding: 1rem 0;
		background: rgba(255, 255, 255, 0.6);
	}
	.feat_sad_lpu .opening-title h2 span {
		margin-left: 0;
	}
	.feat_sad_lpu .opening-title h2+p {
		font-size: 4vw;
		margin: 10% auto 0;
		width: 100%;
		text-align: center;
		background: rgba(255, 117, 0, 0.8);
	}
	.feat_sad_lpu .opening-title p {
		font-size: 3.5vw;
	}
}
.feat_sad_lpu #next-area01 .container {
	background: url(/tecs/pdct/sad/feat/img/bg-lpu-lead.png) bottom center no-repeat;
	background-size: contain;
	text-align: left;
	padding-bottom: 15%;
}
.feat_sad_lpu #next-area01 .container .row:first-of-type {
	background: url(/tecs/pdct/sad/feat/img/bg-lpu-next.png) bottom center no-repeat;
	background-size: contain;
	text-align: left;
	padding-bottom: 15%;
	margin-bottom: 5rem;
}
.feat_sad_lpu .conversion {
	padding: 2rem 0;
	background: #9e9e9e;
}
/*------------- motion synchrizer only style --------------*/
.feat_kds_ms .opening-hero {
	height: 100vh;
	color: #fff;
	background: url(/tecs/pdct/kds/feat/img/lp-ms-product01.png) 80% 50% no-repeat;
	background-size: 33%;
}
@media screen and (min-width: 1200px) {
	.feat_kds_ms .opening-hero {
		height: auto;
		background: url(/tecs/pdct/kds/feat/img/lp-ms-product01.png) 55% 50% no-repeat;
		background-size: 25rem;
	}
}
.feat_kds_ms .opening-title h1 {
	font-size: 4vw;
	font-family: serif;
	margin: 5vw 0 6vw;
}
.feat_kds_ms .opening-title h1 span {
	display: inline-block;
	font-size: 8vw;
	padding: 0.5vw;
	margin-bottom: 2vw;
}
.feat_kds_ms .opening-title h1 span:first-of-type {
	text-shadow: 0 0 40px #aae4fe;
}
.feat_kds_ms .opening-title h1 span:last-of-type {
	text-shadow: 0 0 40px #ffe8a4;
}
.feat_kds_ms .opening-title p {
	font-size: 1.8vw;
	margin-left: 3vw;
}
.feat_kds_ms .opening-title p:nth-of-type(2) {
	margin-left: 6vw;
}
.feat_kds_ms .opening-title h2 {
	font-size: 3.5vw;
	font-weight: normal;
	text-align: left;
	padding: 1rem 0 0 4rem;
}
.feat_kds_ms .opening-title h2+p {
	font-size: 3.5vw;
	margin-left: 5em;
	text-shadow: 0 0 50px #ffffff;
}
.feat_kds_ms .opening-title h2+p span {
	font-size: 4vw;
}
@media screen and (min-width: 1200px) {
	.feat_kds_ms .opening-title h1 {
		font-size: 4rem;
	}
	.feat_kds_ms .opening-title h1 span {
		font-size: 8rem;
	}
	.feat_kds_ms .opening-title p {
		font-size: 1.8rem;
	}
	.feat_kds_ms .opening-title p:nth-of-type(2) {
		margin-left: 6rem;
	}
	.feat_kds_ms .opening-title h2 {
		font-size: 3.5rem;
	}
	.feat_kds_ms .opening-title h2+p {
		font-size: 3.5rem;
	}
	.feat_kds_ms .opening-title h2+p span {
		font-size: 4rem;
	}
}
@media screen and (max-width: 768px) {
	.feat_kds_ms .opening-hero {
		height: 50vh;
		background-size: 56%;
		background-position: bottom right;
	}
	.feat_kds_ms .opening-title h1 {
		font-size: 6vw;
	}
	.feat_kds_ms .opening-title h1 span {
		display: inline-block;
		font-size: 10vw;
	}
	.feat_kds_ms .opening-title p {
		font-size: 4vw;
		margin: 5vw 1vw;
	}
}
@media screen and (max-width: 414px) {
	.feat_kds_ms .opening-hero {
		background-size: 60%;
		background-position: bottom center;
	}
	.feat_kds_ms .opening-title h1 {
		font-size: 8vw;
	}
	.feat_kds_ms .opening-title h1 span {
		display: inline-block;
		font-size: 13vw;
	}
	.feat_kds_ms .opening-title h2 {
		font-size: 7vw;
		margin: 10vw 1vw;
		padding: 0;
	}
	.feat_kds_ms .opening-title h2+p {
		font-size: 5vw;
		margin: 5vw;
		text-align: right;
	}
	.list-group.h3 {
		font-size: 1.3em;
	}
}
.feat_kds_ms #next-area01 .container {
	background: url(/tecs/pdct/kds/feat/img/lp-ms-product01.png) right bottom no-repeat;
	background-size: contain;
}
.feat_kds_ms #next-area01 .container .inner {
	background-color: rgba(255, 255, 255, 0.3);
	padding: 1.5rem;
}
/*------------- TSM4000M3 only style --------------*/
#main.feat_kds_tsmm3  {
	background: url(/tecs/pdct/kds/feat/img/bg-tsmm3-top.png) no-repeat 0 150px fixed #000;
	background-size: cover;
}
@media screen and (max-width: 576px) {
	#main.feat_kds_tsmm3  {
		background-size: contain;
	}
}
.feat_kds_tsmm3 .opening-hero {
	height: 100vh;
	color: #fff;
	background: url(/tecs/pdct/kds/feat/img/pic-tsmm3-top.png) center right no-repeat;
	background-size: 40%;
}
@media screen and (max-width: 768px) {
	.feat_kds_tsmm3 .opening-hero {
		height: 70vh;
		background-size: 55%;
		background-position: bottom right;
	}
}
.feat_kds_tsmm3 .opening-title {
	position: relative;
	text-align: center;
	top: 40%;
	transform: translateY(-50%);
}
.feat_kds_tsmm3 .opening-title h1 {
	position: relative;
	font-size: 4vw;
	font-family: serif;
	font-weight: 600;
	margin-bottom: 7rem;
}
@media screen and (min-width: 1200px) {
	.feat_kds_tsmm3 .opening-title h1 {
		font-size: 4rem;
	}
}
@media screen and (max-width: 768px) {
	.feat_kds_tsmm3 .opening-title h1 {
		font-size: 5vw;
	}
}
.feat_kds_tsmm3 .opening-title h1 span:first-of-type {
	position: relative;
	display: inline-block;
	font-size: 10vw;
	transform: translateY(1.5rem) rotate(10deg);
	padding: 0.5vw;
	text-shadow: 0 0 20px #adf0b2;
}
@media screen and (min-width: 1200px) {
	.feat_kds_tsmm3 .opening-title h1 span:first-of-type {
		font-size: 8rem;
	}
}
@media screen and (max-width: 768px) {
	.feat_kds_tsmm3 .opening-title h1 span:first-of-type {
		font-size: 18vw;
	}
}
.feat_kds_tsmm3 .opening-title h1 span:first-of-type:after {
	content: "ゼロ";
	font-size: 0.5vw;
	transform: translateY(-2rem) rotate(-10deg);
	display: block;
}
@media screen and (min-width: 1200px) {
	.feat_kds_tsmm3 .opening-title h1 span:first-of-type:after {
		font-size: 0.5rem;
	}
}
/* @media screen and (max-width: 768px) {
	.feat_kds_tsmm3 .opening-title h1 span:first-of-type:after {
		font-size: 1.5vw;
		top: 0;
		left: 30%;
	}
} */
.feat_kds_tsmm3 .opening-title h1+p {
	font-size: 1.6vw;
	margin-bottom: 1rem;
	;line-height: 1.2;
}
.feat_kds_tsmm3 .opening-title h1+p span {
	font-size: 3vw;
}
@media screen and (max-width: 1200px) {
	.feat_kds_tsmm3 .opening-title h1+p {
		font-size: 1.6rem;
	}
	.feat_kds_tsmm3 .opening-title h1+p span {
		font-size: 3rem;
	}
}
@media screen and (max-width: 768px) {
	.feat_kds_tsmm3 .opening-title h1+p {
		font-size: 3vw;
	}
	.feat_kds_tsmm3 .opening-title h1+p span {
		font-size: 5vw;
	}
}
.feat_kds_tsmm3 .opening-title h2 {
	font-size: 2.5vw;
}
.feat_kds_tsmm3 .opening-title h2 span:first-of-type {
	font-size: 4vw;
}
.feat_kds_tsmm3 .opening-title h2 span:nth-of-type(2) {
	font-size: 6vw;
}
@media screen and (max-width: 768px) {
	.feat_kds_tsmm3 .opening-title h2 {
		font-size: 4vw;
	}
	.feat_kds_tsmm3 .opening-title h2 span:first-of-type {
		font-size: 6vw;
	}
	.feat_kds_tsmm3 .opening-title h2 span:nth-of-type(2) {
		font-size: 9vw;
	}
}
.feat_kds_tsmm3 .opening-hero .scroll-button {
	position: absolute;
	bottom: 1rem;
	left: 45%;
	z-index: 999;
}
.feat_kds_tsmm3 #next-area01 {
	background: url(/tecs/pdct/kds/feat/img/bg-tsmm3-next.jpg) center center no-repeat;
	background-size: cover;
}
.feat_kds_tsmm3 #next-area01 .inner {
	background-color: rgba(255, 255, 255, 0.5);
}
.feat_kds_tsmm3 #tab-menu li {
	cursor: pointer;
	opacity: 0.7;
	color: #fff;
	text-shadow: 2px 2px 4px #000;
}
.feat_kds_tsmm3 #tab-menu li p {
	color: #fff;
	font-size: 1.4rem;
}
.feat_kds_tsmm3 #tab-menu li:first-of-type {
	background: url(/tecs/pdct/kds/feat/img/pic-tsmm3-tab01.jpg) center center no-repeat;
	background-size: cover;
}
.feat_kds_tsmm3 #tab-menu li:nth-of-type(2) {
	background: url(/tecs/pdct/kds/feat/img/pic-tsmm3-tab02.jpg) center center no-repeat;
	background-size: cover;
}
.feat_kds_tsmm3 #tab-menu li.active {
	box-shadow: 0 0 30px 10px rgba(0, 153, 255, 0.5) inset;
	opacity: 1;
}
.feat_kds_tsmm3 #tab-menu li:hover {
	box-shadow: 0 0 30px 10px rgba(0, 153, 255, 0.5) inset;
	opacity: 1;
}
.tab-open-trigger:before {
	content: ">>";
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	margin-right: 0.5rem;
	transform: scale(1.2, 0.6) rotate(90deg);
}
.feat_kds_tsmm3 #tab-menu li {
	padding: 3rem 1rem;
}
.feat_kds_tsmm3 .box-counter {
	background: url(/tecs/pdct/kds/feat/img/pic-tsmm3-str01.jpg) center center no-repeat;
	background-size: cover;
	line-height: 1.5;
	color: #fff;
}
.feat_kds_tsmm3 .box-detection {
	background: url(/tecs/pdct/kds/feat/img/pic-tsmm3-str02.jpg) center center no-repeat;
	background-size: cover;
	line-height: 1.5;
	color: #fff;
}
.feat_kds_tsmm3 .box-plus {
	position: relative;
	text-align: center;
	margin: 0.5rem 0;
}
.feat_kds_tsmm3 .box-plus p {
	position: absolute;
	top: 50%;
	left: 38%;
	font-size: calc(100% + 3.5vw);
}
@media screen and (max-width: 768px) {
	.feat_kds_tsmm3 .box-plus p {
		position: static;
	}
}
.feat_kds_tsmm3 .fig-palse [class*="col-"]:nth-of-type(odd) {
	border-radius: 10px;
	background: #b4aeae;
	color: #fff;
	text-align: center;
	padding: 1rem 0.5rem;
}
.feat_kds_tsmm3 .fig-palse [class*="col-"]:nth-of-type(even) {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 1.5rem;
	padding: 1rem 0.5rem;
}
.feat_kds_tsmm3 .fig-palse [class*="col-"] span {
	display: block;
	font-size: 1.5rem;
	margin-top: 1rem;
}
.feat_kds_tsmm3 .fig-palse [class*="col-"] div {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.feat_kds_tsmm3 #next-area01 .scroll-button a {
	color: #fff !important;
	font-size: 1.5rem;
}
.feat_kds_tsmm3 #next-area01 .scroll-button a span {
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
/* overwrap position */
.relative {
	position: relative;
}
.absolute {
	position: absolute;
	left: 0;
	top: 10%;
}
@media screen and (max-width:1199px) {
	.absolute {
		left: 0;
		top: 2%;
	}
}
@media screen and (max-width:991px) {
	.absolute {
		left: 0;
		top: 7%;
	}
}
@media screen and (max-width:639px) {
	.absolute {
		left: 0;
		top: 9%;
	}
}
@media screen and (max-width:414px) {
	.absolute {
		left: 0;
		top: 11%;
	}
}
/* 20200318追加 */
.app-table {
	margin: 0 auto 3vw;
	border: 1px solid #ddd;
}
.app-table th {
	text-align: center;
	padding: 0.5vw 1.5vw;
	background-color: #d9edf7;
	font-weight: normal;
	border: 1px solid #ddd;
}
.app-table td {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.app-table-td1 {
	padding: 0 3vw 0 1vw;
	border: 1px solid #ddd;
}
.app-table-td2 {
	padding: 0.3vw 3vw 0.5vw 1vw;
	border: 1px solid #ddd;
}
.app-table-td3, .app-table-td4, .app-table-td5, .app-table-td6, .app-table-td7, .app-table-td8, .app-table-td9, .app-table-td10, .app-table-td11 {
	padding: 0.3vw 1vw;
	text-align: center;
	color: #fff;
}
.app-table-td3 {
	background-color: #7b9ad0;
}
.app-table-td4 {
	background-color: #e5ab47;
}
.app-table-td5 {
	background-color: #c8d627;
}
.app-table-td6 {
	background-color: #51a1a2;
}
.app-table-td7 {
	background-color: #d5848b;
}
.app-table-td8 {
	background-color: #ae8dbc;
}
.app-table-td9 {
	background-color: #d5a417;
}
.app-table-td10 {
	background-color: #c08e47;
}
.app-table-td11 {
	background-color: #6d7a88;
}
.app-scroll {
	padding-left: 15px;
	padding-right: 15px;
	overflow: auto;
	white-space: nowrap;
	margin-top: 3vw;
}
table th.table-area04 {
	padding-left: 1vw;
}
.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
	padding: 15px;
}
.panel-body span {
	padding-left: 3%;
	color: #dc143c;
	font-weight: bold;
	font-size: 1.5rem;
}
.panel-body-tasha {
	padding: 15px;
}
.panel-body-tasha span {
	padding-left: 3%;
	color: #dc143c;
	font-weight: bold;
	font-size: 1.2rem;
}
.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
}
.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel-group {
	margin-bottom: 20px;
}
.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px;
}
.panel-group .panel+.panel {
	margin-top: 5px;
}
.panel-group .panel-heading {
	border-bottom: 0;
}
.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
	border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
	border-top: 0;
}
.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #ddd;
}
.panel-default {
	border-color: #ddd;
}
.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ddd;
}
.panel-default>.panel-heading .badge {
	color: #f5f5f5;
	background-color: #333;
}
.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ddd;
}
.panel-primary {
	border-color: #337ab7;
}
.panel-primary>.panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #337ab7;
}
.panel-primary>.panel-heading .badge {
	color: #337ab7;
	background-color: #fff;
}
.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #337ab7;
}
.panel-success {
	border-color: #d6e9c6;
}
.panel-success>.panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #d6e9c6;
}
.panel-success>.panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d;
}
.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #d6e9c6;
}
.panel-info {
	border-color: #bce8f1;
}
.panel-info>.panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #bce8f1;
}
.panel-info>.panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f;
}
.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #bce8f1;
}
.panel-warning {
	border-color: #faebcc;
}
.panel-warning>.panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.panel-warning>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #faebcc;
}
.panel-warning>.panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b;
}
.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #faebcc;
}
.panel-danger {
	border-color: #ebccd1;
}
.panel-danger>.panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.panel-danger>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ebccd1;
}
.panel-danger>.panel-heading .badge {
	color: #f2dede;
	background-color: #a94442;
}
.panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ebccd1;
}
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert h4 {
	margin-top: 0;
	color: inherit;
}
.alert .alert-link {
	font-weight: bold;
}
.alert>p,
.alert>ul {
	margin-bottom: 0;
}
.alert>p+p {
	margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
	padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}
.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.alert-success hr {
	border-top-color: #c9e2b3;
}
.alert-success .alert-link {
	color: #2b542c;
}
.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.alert-info hr {
	border-top-color: #a6e1ec;
}
.alert-info .alert-link {
	color: #245269;
}
.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.alert-warning hr {
	border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
	color: #66512c;
}
.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.alert-danger hr {
	border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
	color: #843534;
}
#footer {
	margin-top: 0;
}
@media screen and (max-width: 992px) {
	#dark-mode #login a,
	#dark-mode #login .pos_r li,
	#dark-mode #login .pos_r li span,
	#dark-mode .go-to-tc a {
		color: #fff!important;
	}
}
