@charset "UTF-8";
/**/
/**/
/* ==================================================
Page Cont
================================================== */
#ktsCont {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #373d3f;
	font-size: 20px;
	line-height: 1.6em;
	background-color: #FFFFFF;
	word-break: break-all;
}
@media screen and (max-width: 750px) {
	#ktsCont {
		font-size: 3.73831vw;
	}
}
#ktsCont * {
	box-sizing: border-box;
}
/**/
/**/
/* ==================================================
Page wrap & kye visual
================================================== */
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .wrap {
	width: 1100px;
	margin: 0 auto;
	padding: 100px 0px 130px 0px;
	box-sizing: border-box;
	background-image: url(../img/colorbox.svg);
	background-position: center top;
	background-size: 110px auto;
	background-repeat: no-repeat;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .wrap1 {
	margin: 0 auto;
	padding: 40px 0px 130px 0px;
	box-sizing: border-box;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .wrap2 {
	margin: 0 auto;
	padding: 100px 0px 130px 0px;
	box-sizing: border-box;
	background-image: url(../img/colorbox.svg);
	background-position: center top;
	background-size: 110px auto;
	background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
	.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .wrap {
		width: 100%;
		padding: 10vw 4vw;
		background-size: 23.46666vw auto;
	}
	.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .wrap1 {
		width: 100%;
		padding: 10vw -4vw 0 -4vw;
	}
	.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .wrap2 {
		width: 100%;
		padding: 10vw -4vw;
		background-size: 23.46666vw auto;
	}
	.kokuyo-st-container .pagetop {
		width: 100%;
	}
	.kokuyo-st-container .pagetop a {
		margin-right: 15px;
	}
}
@media screen and (max-width: 750px) {
	body {
		min-width: inherit;
	}
	.kokuyo-st-container .pagetop a {
		margin-right: 0;
	}
}
#ktsCont .kv {
	width: 100%;
}
#ktsCont .kv .kv_wrap {
	max-width: 1100px;
	padding: 0;
	margin: 0 auto;
}
#ktsCont .kv .kv_wrap img {
	width: 100% !important;
	height: auto !important;
}
@media screen and (max-width: 750px) {
	#ktsCont .kv {}
}
/**/
/**/
/* ==================================================
Page style
================================================== */
/*  ページ固有Table
-----------------------------------*/
#ktsCont .table .c01 th {
	background-color: #fafafa;
	/*color: #ffffff;*/
	text-align: center;
	border-color: #575757;
}
#ktsCont .table .c01 td {
	background-color: #ffffff;
	text-align: center;
	border-color: #575757;
}
#ktsCont .table .c02 th {
	background-color: #2289cb;
	color: #ffffff;
	text-align: center;
}
#ktsCont .table .c02 td {
	background-color: #dbeaf9;
	text-align: center;
}
#ktsCont .table .c03 th {
	background-color: #6ccfe2;
	color: #ffffff;
	text-align: center;
}
#ktsCont .table .c03 td {
	background-color: #dff5f9;
	text-align: center;
}
#ktsCont .table .c04 th {
	background-color: #ffbe2c;
	color: #ffffff;
	text-align: center;
}
#ktsCont .table .c04 td {
	background-color: #fdf7d6;
	text-align: center;
}
#ktsCont .table table td:first-child.bdL {
	border-left: 1px solid #595757;
	;
}
#ktsCont .table p {
	white-space: nowrap;
}
@media screen and (max-width: 750px) {
	#ktsCont .table th, #ktsCont .table td {
		white-space: nowrap;
	}
}
#ktsCont .table table th {
	font-size: 18px !important;
	line-height: 1.4em;
}
#ktsCont .table table td {
	font-size: 18px !important;
	line-height: 1.4em;
}
/*  ナビゲーション 並びhack
-----------------------------------*/
#stationery #lnavi ul.ktsGnaviList.wrap::after {
	content: none;
}
#stationery #lnavi {
	width: 100%;
	background: #fff;
	z-index: 99;
	border-bottom: 1px solid #bcbcbc;
}
#stationery #lnavi.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
#stationery #lnavi ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 900px;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	font-size: 15px;
}
#stationery #lnavi ul li {
	display: inline-block;
	text-align: center;
	font-size: 16px;
	/*width: 100%;
	max-width: 316px;*/
}
#stationery #lnavi ul li a {
	display: inline-block;
	color: #575757;
	text-decoration: none;
}
#stationery #lnavi ul li a:hover {
	color: #0097d8;
}
#stationery #lnavi ul li a.now {
	color: #0097d8;
}
/*  動画埋め込み
-----------------------------------*/
#ktsCont .movie {
	width: 100%;
	margin: 0 auto;
}
#ktsCont .movie_wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
#ktsCont .movie_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/**/
/**/
/* ==================================================
ページ固有 style
================================================== */
#ktsCont a {
	color: #262626;
}
#ktsCont a:hover {
	color: #313131;
}
#ktsCont img {
	width: 100%;
	height: auto;
}
#ktsCont h2.cpy {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5em;
}
#ktsCont h3.sec_title {
	width: 220px;
	margin: 0 auto;
}
#ktsCont .colorbox {
	width: 110px;
	margin: 0 auto 70px auto;
}
@media screen and (max-width: 750px) {
	#ktsCont h2.cpy {
		font-size: 5vw;
	}
	#ktsCont h3.sec_title {
		width: 38.13333vw;
	}
	#ktsCont .colorbox {
		width: 23.46666vw;
		margin: 0 auto 10.66666vw auto;
	}
}
@media screen and (max-width: 750px) {}
/*  ank_Feature
-----------------------------------*/
@media screen and (max-width: 750px) {}
/*  ank_Movie
-----------------------------------*/
#ktsCont video {
	width: 100%;
	height: auto;
}
#ktsCont .tate_movie {
	width: 458px;
	margin: 25px auto 0 auto;
}
@media screen and (max-width: 750px) {
	#ktsCont .tate_movie {
		width: 76.53333vw;
		margin: 4.5vw auto 0 auto;
	}
}
/*  ank_Function
-----------------------------------*/
#ktsCont .function_list {
	width: 1100px;
	margin: 50px auto 0 auto;
	display: flex;
	justify-content: space-between;
}
#ktsCont .function_list_img {
	width: 300px;
}
#ktsCont .function_list_img p {
	font-size: 18px;
	line-height: 1.7em;
	text-align: center;
	margin-top: 10px;
}
#ktsCont .function_sug {
	width: 1090px;
	margin: 90px auto 0 auto;
}
#ktsCont .function_sug h4 {
	font-size: 26px;
	line-height: 1.6em;
	text-align: center;
}
#ktsCont .function_sug_list {
	width: 100%;
	margin-top: 25px;
	display: flex;
	justify-content: space-between;
}
#ktsCont .function_sug_img {
	width: 510px;
	position: relative;
	margin: 0;
}
#ktsCont .function_sug_img .over {
	position: absolute;
	left: 0;
	top: 0;
}
@media screen and (max-width: 750px) {
	#ktsCont .function_list {
		width: 80vw;
		display: block;
		margin: 0 auto 0 auto;
	}
	#ktsCont .function_list_img {
		width: 100%;
		margin-top: 5.33333vw;
	}
	#ktsCont .function_list_img p {
		font-size: 3.73333vw;
		margin-top: 3vw;
	}
	#ktsCont .function_sug {
		width: 87.46666vw;
		margin: 24vw auto 0 auto;
	}
	#ktsCont .function_sug h4 {
		font-size: 5vw;
	}
	#ktsCont .function_sug_list {
		margin-top: 0;
		display: block;
	}
	#ktsCont .function_sug_img {
		width: 100%;
		margin-top: 6.66666vw;
	}
	#ktsCont .over {}
}
#ktsCont .function_slide_wrap {
	width: 1160px;
	margin: 85px auto 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
#ktsCont .function_slide {
	width: 220px;
	margin: 0 35px;
}
@media screen and (max-width: 750px) {
	#ktsCont .function_slide_wrap {
		width: 87.46666vw;
		margin: 6.93333vw auto 0 auto;
		padding: 0;
		justify-content: space-between;
	}
	#ktsCont .function_slide {
		width: 41.06666vw;
		margin: 5.33333vw 0 0 0;
	}
}
/*  #ank_Lineup
-----------------------------------*/
#ktsCont .item_img {
	width: 978px;
	margin: 60px auto 0 auto;
}
@media screen and (max-width: 750px) {
	#ktsCont .item_img {
		width: 90vw;
		margin: 12vw auto 0 auto;
	}
}
#ktsCont .tableWrap {
	width: 950px;
}
#ktsCont .note {
	max-width: 950px;
	margin-top: 60px;
}
#ktsCont .note p {
	font-size: 22px;
	color: #3d6f7c;
	font-weight: bold;
}
@media screen and (max-width: 750px) {
	#ktsCont .tableWrap {
		width: 100%;
		max-width: 950px;
	}
	#ktsCont .note {}
	#ktsCont .note p {
		font-size: 18px;
		line-height: 1.6em;
		text-align: center;
	}
}
#ktsCont .table table td.itemColor_01 {
	background-image: url(../img/itemColor_01.svg);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 40px;
}
#ktsCont .table table td.itemColor_02 {
	background-image: url(../img/itemColor_02.svg);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 40px;
}
#ktsCont .table table td.itemColor_03 {
	background-image: url(../img/itemColor_03.svg);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 40px;
}
#ktsCont .table table td.itemColor_04 {
	background-image: url(../img/itemColor_04.svg);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 40px;
}
#ktsCont .table table td.itemColor_05 {
	
}
#ktsCont p.tableNote {
	font-size: 18px
}
@media screen and (max-width: 750px) {
	#ktsCont .table table th {
		font-size: 14px !important;
	}
	#ktsCont .table table td {
		font-size: 14px !important;
	}
	#ktsCont .table table td.itemColor_01 {
		background-size: 16px 16px;
		background-position: 6px center;
		padding-left: 30px;
	}
	#ktsCont .table table td.itemColor_02 {
		background-size: 16px 16px;
		background-position: 6px center;
		padding-left: 30px;
	}
	#ktsCont .table table td.itemColor_03 {
		background-size: 16px 16px;
		background-position: 6px center;
		padding-left: 30px;
	}
	#ktsCont .table table td.itemColor_04 {
		background-size: 16px 16px;
		background-position: 6px center;
		padding-left: 30px;
	}
	#ktsCont .table table td.itemColor_05 {
		
	}
	#ktsCont p.tableNote {
		font-size: 14px;
		line-height: 1.5em;
	}
}
/* ボーダー */
#ktsCont .underBorder01 {
	background: linear-gradient(#c7e6e6, #c7e6e6) 0 100% / 0 0.5em no-repeat;
	text-decoration: none;
	transition: background-size 0.5s;
	padding-bottom: 0.2em !important;
}
#ktsCont .underBorder01.view {
	background-size: 100% 0.5em;
}
/**/
#ktsCont .blink02 {
	animation: blinkAnime01 .7s infinite alternate;
}
/**/
.fadein_top {
	opacity: 0;
	transform: translate(0, -50px);
	transition: all 2s;
	display: block;
	margin: 60px auto;
	text-align: center;
}
.fadein_bottom {
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 2s;
	display: block;
	margin: 60px auto;
	text-align: center;
}
.fadein_left {
	opacity: 0;
	transform: translate(-50px, 0);
	transition: all 2s;
	display: block;
	margin: 60px auto;
	text-align: center;
}
.fadein_right {
	opacity: 0;
	transform: translate(50px, 0);
	transition: all 2s;
	display: block;
	margin: 60px auto;
	text-align: center;
}
.fadein_top.scrollin, .fadein_bottom.scrollin, .fadein_left.scrollin, .fadein_right.scrollin {
	opacity: 1;
	transform: translate(0, 0);
	margin: 0;
	padding: 0;
	left: 0;
	right: 0;
}
/**/