@charset "UTF-8";
/**/
/**/
/* ==================================================
Page Cont
================================================== */
#ktsCont {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #a0a0a0;
	font-size: 16px;
	line-height: 1.6em;
	background-color: #FFFFFF;
	word-break: break-all;
}
@media screen and (max-width: 750px) {
	#ktsCont {
		font-size: 3.46666vw;
	}
}
#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: 80px 0px;
	box-sizing: border-box;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .wrap2 {
	margin: 0 auto;
	padding: 80px 0px;
	box-sizing: border-box;
}
@media screen and (max-width: 980px) {
	.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .wrap {
		width: 100%;
		padding: 8.5vw 15px;
	}
	.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .wrap2 {
		width: 100%;
		padding: 8.5vw -15px;
	}
	.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 {
	background-color: #f9f8fd;
}
#ktsCont .kv .kv_wrap {
	max-width: 1048px;
	margin: 0 auto;
	overflow: hidden;
}
#ktsCont .kv .kv_wrap img {
	width: 100% !important;
	height: auto !important;
}
@media screen and (max-width: 750px) {
	#ktsCont .kv {}
	#ktsCont .kv .kv_wrap {
		width: 100%;
	}
}
#ktsCont sup {
	font-size: 60% !important;
	vertical-align: super !important;
	line-height: inherit !important;
}
#ktsCont sub {
	font-size: 60% !important;
	vertical-align: sub !important;
	line-height: inherit !important;
}
/**/
/**/
/* ==================================================
Page style
================================================== */
/*  ページ固有Table
-----------------------------------*/
#ktsCont .table_title {
	font-size: 16px;
}
#ktsCont .table {
	width: 808px;
	margin: 0 auto;
	text-align: center;
}
#ktsCont .table table {
	width: 100%;
	border-top: 1px solid #999999 !important;
	border-collapse: collapse;
}
#ktsCont .table table th {
	width: auto;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.4em;
	padding: 8px 4px;
	/*border: 1px solid #ffffff;
	border-left: 1px solid #595757;*/
	border-bottom: 1px solid #999999;
	font-feature-settings: "palt";
}
#ktsCont .table table td {
	vertical-align: middle;
	/*border: 1px solid #ffffff;
	border-left: 1px solid #595757;*/
	border-bottom: 1px solid #CCCCCC;
	font-size: 14px;
	line-height: 1.4em;
	padding: 8px 10px;
	font-feature-settings: "palt";
}
#ktsCont .table_txt {
	font-size: 14px;
	line-height: 1.4em;
	text-align: left;
}
#ktsCont .table table th:first-child, #ktsCont .table table td:first-child {
	border-left: none;
}
@media screen and (max-width: 750px) {
	#ktsCont .table {
		overflow-y: hidden;
		overflow-x: scroll;
		width: 100%;
		box-sizing: border-box;
	}
	#ktsCont .table table {}
}
#ktsCont .table .c01 th {
	/*background-color: #e6e6e6;
	color: #000000;*/
	text-align: center;
	/*border-color: #595757;*/
}
#ktsCont .table .c01 td {
	background-color: #ffffff;
	text-align: center;
	/*border-color: #595757;*/
}
#ktsCont .table .c02 th {
	background-color: #d1ecf9;
	/*color: #ffffff;*/
	text-align: center;
	/*border-color: #595757;*/
}
#ktsCont .table .c02 td {
	background-color: #ffffff;
	text-align: center;
	/*border-color: #595757;*/
}
#ktsCont .table .c03 th {
	background-color: #fce3dd;
	text-align: center;
	/*border-color: #595757;*/
}
#ktsCont .table .c03 td {
	background-color: #ffffff;
	text-align: center;
	/*border-color: #595757;*/
}
#ktsCont .table .c04 th {
	background-color: #ffbe2c;
	color: #ffffff;
	text-align: center;
}
#ktsCont .table .c04 td {
	background-color: #fdf7d6;
	text-align: center;
}
/*  ナビゲーション 並び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: 13px;
}
#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: #333333;
	text-decoration: none;
}
#stationery #lnavi ul li a:hover {
	color: #fe6e00;
}
#stationery #lnavi ul li a.now {
	color: #fe6e00;
}
#stationery #lnavi ul li a.logo > img {
	width: auto;
  height: 1.25rem;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
	.mb-nav .list-globalnav a.logo:before {
		display: none !important;
	}
	.mb-nav .list-globalnav a.logo > img {
		height: 1.25rem;
	}
}
/*  動画埋め込み
-----------------------------------*/
#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
================================================== */
#stationery #lnavi.fixed {
	z-index: 50;
}
#ktsCont section.first-child {
	/*margin-top: 135px;*/
}
#ktsCont a {
	color: #333333;
}
#ktsCont a:hover {
	color: #fe6e00;
}
#ktsCont img {
	width: 100%;
	height: auto;
}
#ktsCont strong {}
#ktsCont h2.sec_title {
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
	#ktsCont section.first-child {}
	#ktsCont h2.sec_title {}
}
/*  #ank_Function
-----------------------------------*/
#ktsCont .Func_img_01 {
	max-width: 808px;
	margin: 25px auto 0 auto;
}
#ktsCont .Func_img_3column {
	max-width: 808px;
	margin: 40px auto 0 auto;
	display: flex;
	justify-content: space-between;
}
#ktsCont .Func_img_3column_box {
	width: 240px;
	margin: 0;
	overflow-x: visible;
}
#ktsCont .Func_img_3column_box p {
	font-size: 15px;
	line-height: 1.6em;
	font-feature-settings: "palt";
	text-align: justify;
	text-justify: inter-ideograph;
	margin-top: 0.2em;
}
#ktsCont .Func_img_3column_box p.small {
	font-size: 11px;
	line-height: 1.4em;
	margin-top: 0.2em;
}
#ktsCont .bg_01 {
	background-color: #f7f8f8;
}
@media screen and (max-width: 750px) {
	#ktsCont .Func_img_01 {}
	#ktsCont .Func_img_3column {
		margin: 0 auto 0 auto;
		display: block;
	}
	#ktsCont .Func_img_3column_box {
		margin: 40px auto 0 auto;
	}
	#ktsCont .Func_img_3column_box p {}
	#ktsCont .Func_img_3column_box p.small {}
}
/* */
#ktsCont .sbs_n_01 {
	display: flex;
	justify-content: space-between;
}
#ktsCont .sbs_n_box {
	width: 250px;
	-webkit-box-shadow: 3px 3px 5px #9C9C9C;
	box-shadow: 3px 3px 5px #9C9C9C;
}
@media screen and (max-width: 750px) {
	#ktsCont .sbs_n_01 {
		display: block;
		text-align: center;
	}
	#ktsCont .sbs_n_box {
		margin: 0 auto;
	}
}
/*  #ank_Lineup
-----------------------------------*/
#ktsCont h3.Lineup_title {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5em;
	/*background: linear-gradient(#ffee00, #ffee00) 0 100% / 100% 0.7em no-repeat;
	text-decoration: none;*/
	padding: 0 0.5em 0.2em 0.5em !important;
	margin-top: 150px;
	text-decoration: underline;
}
#ktsCont h3.Lineup_title.first-child {
	margin-top: 75px;
}
#ktsCont p.Lineup_txt {
	font-size: 17px;
	line-height: 1.6em;
	margin-top: 20px;
}
#ktsCont .item_gsn_img_01 {
	width: 190px;
	margin: 25px auto 0 auto;
	position: relative;
}
#ktsCont .item_gsn_img_01-1 {
	width: 190px;
}
#ktsCont .item_gsn_img_01-txt {
	width: 255px;
	position: absolute;
	left: 230px;
	top: 50%;
	transform: translateY(-50%);
}
#ktsCont .item_gsn_img_01-txt p {
	font-size: 14px;
	line-height: 1.5em;
	margin: 0;
}
#ktsCont .item_gsn_img_01-2 {
	width: 445px;
	margin: 70px auto 0 auto;
}
@media screen and (max-width: 750px) {
	#ktsCont h3.Lineup_title {
		/*font-size: 4.6vw;
		margin-top: 8vw;*/
	}
	#ktsCont h3.Lineup_title.first-child {
		/*margin-top: 16vw;*/
	}
	#ktsCont p.Lineup_txt {
		/*font-size: 3.73333vw;
		margin-top: 6.6vw;*/
	}
	#ktsCont .item_gsn_img_01 {
		width: 100%;
	}
	#ktsCont .item_gsn_img_01-1 {
		margin: 0 auto 0 auto;
	}
	#ktsCont .item_gsn_img_01-txt {
		position: static;
		transform: translateY(0);
		margin: 10px auto 0 auto;
		text-align: center;
	}
	#ktsCont .item_gsn_img_01-txt p {}
	#ktsCont .item_gsn_img_01-2 {
		width: 229px;
	}
}
#ktsCont hr.dot {
	max-width: 808px;
	margin: 70px auto 0 auto;
	border: none;
	height: 1;
	border-top: 1px dashed #4C4948;
}
#ktsCont .cOR {
	color: #ec7002;
}
#ktsCont .item_gsn_img_02 {
	width: 700px;
	margin: 30px auto 0 auto;
	display: flex;
	justify-content: space-between;
}
#ktsCont .item_gsn_img_02-1 {
	width: 191px;
	margin-left: 90px;
}
#ktsCont .item_gsn_img_02-2 {
	width: 332px;
	position: relative;
}
#ktsCont .item_gsn_img_02-2 p {
	font-size: 14px;
	line-height: 1.5em;
	font-feature-settings: "palt";
	text-align: justify;
	text-justify: inter-ideograph;
	margin-top: 0.5em;
}
#ktsCont .item_gsn_img_02-2 p.small {
	font-size: 11px;
}
#ktsCont .item_gsn_img_02-2 p.bottom {
	position: absolute;
	left: 0;
	bottom: 0;
}
@media screen and (max-width: 750px) {
	#ktsCont .item_gsn_img_02 {
		width: 100%;
		margin: 30px auto 0 auto;
		display: block;
	}
	#ktsCont .item_gsn_img_02-1 {
		width: 191px;
		margin: 0 auto;
	}
	#ktsCont .item_gsn_img_02-2 {
		width: 332px;
		margin: 20px auto 0 auto;
	}
	#ktsCont .item_gsn_img_02-2 p {
		font-size: 14px;
		line-height: 1.5em;
		font-feature-settings: "palt";
		text-align: justify;
		text-justify: inter-ideograph;
		margin-top: 0.5em;
	}
	#ktsCont .item_gsn_img_02-2 p.small {
		font-size: 11px;
	}
	#ktsCont .item_gsn_img_02-2 p.bottom {
		position: static;
		margin-top: 2em;
	}
}

#ktsCont .item_gsn_img_03 {
	width: 448px;
	margin: 70px auto 0 auto;
	position: relative;
}
#ktsCont .item_gsn_img_03-1 {
	width: 448px;
}
#ktsCont .item_gsn_img_03-txt {
	width: 235px;
	position: absolute;
	left: 390px;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 1em;
	text-indent: -1em;
	font-size: 14px;
	line-height: 1.5em;
}
@media screen and (max-width: 750px) {


	#ktsCont .item_gsn_img_03 {
		width: 100%;
	}
	#ktsCont .item_gsn_img_03-1 {
		margin: 0 auto 0 auto;
		width: 100%;
	}
	#ktsCont .item_gsn_img_03-txt {
		position: static;
		transform: translateY(0);
		margin: 10px auto 0 auto;
	}
}
/**/
#ktsCont .tableWrap {
	width: 808px;
	margin: 0 auto;
}
#ktsCont .table {
	width: 808px !important;
	margin: 0 auto;
}
#ktsCont p.tableNote {
	font-size: 14px
}
@media screen and (max-width: 750px) {
	#ktsCont .tableWrap {
		width: 100%;
		overflow-x: scroll;
	}
	#ktsCont .table {}
	#ktsCont p.tableNote {
		font-size: 14px;
		line-height: 1.5em;
	}
}
#ktsCont .table table {
	width: 100%;
	border-top: 1px solid #999999 !important;
	border-collapse: collapse;
}
#ktsCont .table table th {
	width: auto;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.4em;
	padding: 8px 4px;
	/*border: 1px solid #ffffff;
	border-left: 1px solid #595757;*/
	border-bottom: 1px solid #999999 !important;
	border-left: none !important;
	border-right: none !important;
	font-feature-settings: "palt";
}
#ktsCont .table table td {
	vertical-align: middle;
	/*border: 1px solid #ffffff;
	border-left: 1px solid #595757;*/
	border-bottom: 1px solid #CCCCCC !important;
	border-left: none !important;
	border-right: none !important;
	font-size: 14px;
	line-height: 1.4em;
	padding: 8px 10px;
	font-feature-settings: "palt";
}
#ktsCont .table_txt {
	font-size: 14px;
	line-height: 1.4em;
	text-align: left;
}
#ktsCont .table table th:first-child, #ktsCont .table table td:first-child {
	border-left: none;
}
@media screen and (max-width: 750px) {
	#ktsCont .table {
		overflow-y: hidden;
		overflow-x: scroll;
		width: 100%;
		box-sizing: border-box;
	}
	#ktsCont .table table {}
}
#ktsCont .table .c01 th {
	/*background-color: #e6e6e6;
	color: #000000;*/
	text-align: center;
	/*border-color: #595757;*/
}
#ktsCont .table .c01 td {
	background-color: #ffffff;
	text-align: center;
	/*border-color: #595757;*/
}
/**/
/*  #ank_Howto
-----------------------------------*/
#ktsCont .Howto_img_wrap {
	width: 808px;
	margin: 30px auto 0 auto;
	display: flex;
	justify-content: space-between;
}
#ktsCont .Howto_img_box {
	width: 240px;
	overflow-x: visible;
	white-space: nowrap;
}
#ktsCont .Howto_img_box p {
	font-size: 15px;
	line-height: 1.5em;
	margin-top: 0.3em;
	font-feature-settings: "palt";
	text-align: justify;
	text-justify: inter-ideograph;
	margin-top: 0.5em;
}
#ktsCont .Howto_note {
	max-width: 808px;
	margin: 30px auto 0 auto;
}
#ktsCont .Howto_note p {
	font-size: 13px;
	line-height: 1.5em;
	font-feature-settings: "palt";
	text-align: justify;
	text-justify: inter-ideograph;
}
@media screen and (max-width: 750px) {
	#ktsCont .Howto_img_wrap {
		width: 100%;
		margin: 0 auto 0 auto;
		display: block;
	}
	#ktsCont .Howto_img_box {
		margin: 30px auto 0 auto;
	}
	#ktsCont .Howto_img_box p {}
	#ktsCont .Howto_note {}
	#ktsCont .Howto_note p {}
}
#ktsCont .GLOO_link {
	max-width: 550px;
	margin: 0 auto 0 auto;
}
