@charset "UTF-8";
/**/
/**/
/* ==================================================
Page Cont
================================================== */
#ktsCont {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #595757;
	font-size: 16px;
	line-height: 1.6em;
	background-color: #FFFFFF;
}
@media screen and (max-width: 750px) {
	#ktsCont {}
}
#ktsCont * {
	box-sizing: border-box;
}
/**/
/**/
/* ==================================================
Page wrap & kye visual
================================================== */
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .wrap {
	width: 808px;
	margin: 0 auto;
	padding: 60px 0;
	box-sizing: border-box;
}
@media screen and (max-width: 750px) {
	body {
		min-width: inherit;
	}
	.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .wrap {
		width: 100%;
		padding: 25px 15px 25px 15px;
	}
}
#ktsCont .kv {
	width: 100%;
	min-width: 100%;
	margin-bottom: 30px;
}
#ktsCont .kv .kv_pc {
	padding: 0;
	margin: 0 auto;
	width: 1048px;
}
#ktsCont .kv .kv_pc img {
	width: 100%;
	height: auto;
}
#ktsCont .kv .kv_sp {
	display: none;
}
@media screen and (max-width: 750px) {
	#ktsCont .kv {}
	#ktsCont .kv .kv_pc {
		display: none;
	}
	#ktsCont .kv .kv_sp {
		display: block;
		padding: 0;
		margin: 0;
	}
}
#ktsCont .cont_block {}
@media screen and (max-width: 750px) {
	#ktsCont .cont_block {}
}
/**/
/**/
/* ==================================================
Page style
================================================== */
/*  hr style
-----------------------------------*/
#ktsCont hr.ten01 {
	border: none;
	margin: 40px 0 40px 0;
	border-top: 2px dotted #595757;
}
#ktsCont hr.sen01 {
	border: none;
	border-top: solid 2px #CCCCCC;
	height: 1px;
	color: #FFFFFF;
	margin: 20px 0px 20px 0px;
}
@media screen and (max-width: 750px) {
	#ktsCont hr.ten01 {
		margin: 8.179vw 0 8.179vw 0;
	}
}
/*  角丸・ボーダー
-----------------------------------*/
#ktsCont .round_10 {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#ktsCont .border-top_2 {
	border-top: 2px solid #bcbcbc;
}
/*  テーブル
-----------------------------------*/
#ktsCont .table_title {
	font-size: 15px;
	text-align: center;
	margin-bottom: 5px;
}
#ktsCont .table {
	width: 810px;
	margin: 0 auto;
	text-align: center;
}
#ktsCont .table table {
	width: 810px;
}
#ktsCont .table table th {
	width: auto;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.4em;
	padding: 4px;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	font-feature-settings: "palt";
}
#ktsCont .table table td {
	vertical-align: middle;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	font-size: 15px;
	line-height: 1.4em;
	padding: 8px 4px;
	font-feature-settings: "palt";
}
#ktsCont .table table th:first-child, #ktsCont .table table td:first-child {
	border-left: none;
}
#ktsCont .tableBotTxt {
	max-width: 810px;
	margin: 5px auto 0 auto;
	font-size: 15px;
}
@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: #add9f5;
	color: #ffffff;
	text-align: center;
	border-color: #dcdcdc;
}
#ktsCont .table .c01 td {
	background-color: #ffffff;
	text-align: center;
	border-color: #dcdcdc;
}
#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 .c01 th {
}
#ktsCont .table p {
	white-space: nowrap;
}
/*  階層メニュー
-----------------------------------*/
#stationery #lnavi ul {
	position: relative;
}
#stationery #lnavi ul li.oya_ls {
	cursor: pointer;
}
#stationery #lnavi ul li.oya_ls:hover {
	color: #fe6e00;
}
#stationery #lnavi ul li ul.sub_ls {
	display: none;
	position: absolute;
	z-index: 9999;
	background-color: #ffffff;
	top: 60px;
	right: 0;
	width: 316px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border: 1px solid #bcbcbc;
	border-top: none;
	height: auto;
	line-height: 1em;
	padding: 0;
}
#stationery #lnavi ul li ul.sub_ls li {
	text-align: left;
	padding: 10px 10px 13px 10px;
	border-top: 1px solid #bcbcbc;
	width: 100%;
}
.list-globalsubnav01 li.oya_ls span {
	/*border-top: 1px solid #a3a3a3;*/
	padding: 15px 20px 15px 40px;
}
.list-globalsubnav01 li.oya_ls span::before {
	content: '・';
	color: #f18102;
}
.list-globalsubnav01 li.oya_ls span::after {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: rotate(-135deg) translateY(-50%);
	transform: rotate(-135deg) translateY(-50%);
	margin-top: -10px;
}
.list-globalsubnav01 li.oya_ls ul {
	display: none;
}
.list-globalsubnav01 li.oya_ls ul li span::before {
	content: none;
	color: none;
}
/* new表示 */
#stationery #lnavi span.red {
	color: #FF0000;
	font-weight: bold;
}
.list-globalsubnav01 li.oya_ls ul.sub_ls li span, .list-globalsubnav01 li.oya_ls span span {
	all: initial;
	font-size: 90%;
	color: #FF0000;
	font-weight: bold;
}
.list-globalsubnav01 li.oya_ls ul.sub_ls li span::before, .list-globalsubnav01 li.oya_ls span span::before {
	all: initial;
}
.list-globalsubnav01 li.oya_ls ul.sub_ls li span::after, .list-globalsubnav01 li.oya_ls span span::after {
	all: initial;
}
/*  動画埋め込み
-----------------------------------*/
#ktsCont .movie {
	width: 100%;
	max-width: 851px;
	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%;
}
/*  ナビゲーション 並びhack
-----------------------------------*/
#stationery #lnavi ul.ktsGnaviList.wrap::after {
	content: none;
	clear: 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: 950px;
	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: #595757;
	text-decoration: none;
}
#stationery #lnavi ul li a:hover {
	color: #0097d8;
}
#stationery #lnavi ul li a.now {
	color: #0097d8;
}
/**/
.underBorder01 {
	background: linear-gradient(#b2e0f3, #b2e0f3) 0 100% / 0 8px no-repeat;
	text-decoration: none;
	transition: background-size 0.5s;
	padding-bottom: 13px !important;
}
.underBorder01.view {
	background-size: 100% 8px;
}
/**/
#ktsCont .blink01 {
	animation: blinkAnime01 .5s infinite alternate;
}
@keyframes blinkAnime01 {
	0% {
		opacity: 1
	}
	49% {
		opacity: 1
	}
	50% {
		opacity: 0
	}
	100% {
		opacity: 0
	}
}
/*  ページ固有
-----------------------------------*/
#ktsCont a {
	color: #0097d8;
}
#ktsCont a:hover {
	color: #313131;
}
#ktsCont p {
	text-align: justify;
	text-justify: inter-ideograph;
	font-feature-settings: "palt";
}
#ktsCont .sec_title {
	padding: 0;
}
#ktsCont .BG01 {
	background-color: #f5f5f5;
}
#ktsCont .BG02 {
	background-color: #ffffff;
}
#ktsCont .wrap_noBottom {
	padding: 60px 0 0 0;
}
#ktsCont .wrap_noTop {
	padding: 0 0 60px 0;
}
#ktsCont .top_h2 {
	width: 212px;
	margin: 15px auto 35px auto;
}
@media screen and (max-width: 750px) {
	#ktsCont .sec_title {
		padding: 0 15px;
	}
	#ktsCont .wrap_noBottom {
		padding: 25px 15px 0 15px;
	}
	#ktsCont .wrap_noTop {
		padding: 0 15px 25px 15px;
	}
	#ktsCont .top_h2 {
		width: 43.353vw;
		margin: 3.067vw auto 7.157vw auto;
	}
}
#ktsCont .whiteBox01 {
	max-width: 650px;
	margin: 0 auto 0 auto;
}
#ktsCont .whiteBox01_wrap {
	padding: 30px 35px 35px 35px;
}
#ktsCont .problem_graph {
	width: 252px;
	margin: 30px auto 0 auto;
}
#ktsCont .problem_img01 {
	width: 237px;
	margin: 25px auto 0 auto;
}
#ktsCont .boxWrap480 {
	width: 480px;
}
#ktsCont .boxWrap510 {
	max-width: 510px;
}
#ktsCont .boxWrap500 {
	max-width: 500px;
	display: flex;
	margin-top: 40px;
}
#ktsCont .boxWrap630 {
	display: flex;
	justify-content: space-between;
	width: 630px;
	margin: 5px auto 0 auto;
}
#ktsCont .problem_list {
	width: 510px;
	margin: 25px auto 0 auto;
}
#ktsCont .problem_list ul {
	display: flex;
	justify-content: space-between;
}
#ktsCont .problem_list li {
	width: 255px;
}
#ktsCont .problem_arrow01 {
	width: 60px;
	margin: 20px auto 0 auto;
}
#ktsCont .problem_img04 {
	width: 550px;
	margin: 40px auto 0 auto;
}
@media screen and (max-width: 750px) {
	#ktsCont .whiteBox01 {
		margin: 0 auto 0 auto;
	}
	#ktsCont .whiteBox01_wrap {
		padding: 7.157vw 6.134vw;
	}
	#ktsCont .problem_graph {
		width: 51.533vw;
		margin: 6.134vw auto 0 auto;
	}
	#ktsCont .problem_img01 {
		width: 48.466vw;
		margin: 5.112vw auto 0 auto;
	}
	#ktsCont .boxWrap480 {
		width: 75.664vw;
	}
	#ktsCont .boxWrap510 {}
	#ktsCont .boxWrap500 {
		display: block;
		margin-top: 8.179vw;
	}
	#ktsCont .boxWrap630 {
		display: block;
		width: 100%;
		margin-top: 8.179vw;
	}
	#ktsCont .problem_list {
		width: 60vw;
		margin: 12.269vw auto 0 auto;
	}
	#ktsCont .problem_list ul {
		display: block;
	}
	#ktsCont .problem_list li {
		width: 100%;
		margin-top: 0.5vw
	}
	#ktsCont .problem_arrow01 {
		margin: 4.089vw auto 0 auto;
	}
	#ktsCont .problem_img04 {
		width: 89.979vw;
		margin: 7.157vw auto 0 auto;
	}
}
#ktsCont .forte_h3 {
	width: 384px;
	margin: 0 auto 25px auto;
}
#ktsCont .forte_txt_01 {
	width: 230px;
	margin-right: 30px;
}
#ktsCont .forte_img_01 {
	width: 195px;
}
#ktsCont .forte_img_02 {
	width: 296px;
}
#ktsCont .forte_img_04 {}
@media screen and (max-width: 750px) {
	#ktsCont .forte_h3 {
		width: 78.527vw;
		margin: 0 auto 5.112vw auto;
	}
	#ktsCont .forte_txt_01 {
		width: 71.37vw;
		margin-bottom: 4.730vw;
		margin-right: auto;
		margin-left: auto;
	}
	#ktsCont .forte_img_01 {
		width: 39.877vw;
		margin-right: auto;
		margin-left: auto;
	}
	#ktsCont .forte_img_02 {
		width: 60.531vw;
	}
	#ktsCont .forte_img_04 {
		width: 84.253vw;
		margin-top: 4.089vw;
		margin-bot: 4.089vw;
	}
}
#ktsCont .item_img_01 {
	width: 808px;
	margin-top: 0px;
}
#ktsCont .item_img_02 {
	width: 808px;
	margin-top: 0px;
}
@media screen and (max-width: 750px) {
	#ktsCont .item_img_01 {
		width: 73.619vw;
		margin-top: 4.089vw;
	}
	#ktsCont .item_img_02 {
		width: 83.844vw;
		margin-top: 4.089vw;
	}
}
/**/
#ktsCont .fs16_30 {
	font-size: 16px;
	line-height: 1.8em;
}
#ktsCont .fs16_30b {
	font-size: 16px;
	line-height: 1.8em;
	font-weight: bold;
}
#ktsCont .fs12_30 {
	font-size: 12px;
	line-height: 1.8em;
}
#ktsCont .nmg_top_10 {
	margin-top: 10px;
}
#ktsCont .nmg_top_14 {
	margin-top: 14px;
}
#ktsCont .nmg_top_18 {
	margin-top: 18px;
}
#ktsCont .nmg_top_30 {
	margin-top: 30px;
}
#ktsCont .npa_bot_25 {
	padding-bottom: 25px;
}
#ktsCont h2.problem_h2 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.4em;
}
@media screen and (max-width: 750px) {
	#ktsCont .fs16_30 {
		font-size: 3.271vw;
	}
	#ktsCont .fs16_30b {
		font-size: 3.271vw;
	}
	#ktsCont .fs12_30 {
		font-size: 2.453vw;
	}
	#ktsCont .nmg_top_10 {
		margin-top: 2.044vw;
	}
	#ktsCont .nmg_top_14 {
		margin-top: 2.862vw;
	}
	#ktsCont .nmg_top_18 {
		margin-top: 3.68vw;
	}
	#ktsCont .nmg_top_30 {
		margin-top: 6.134vw;
	}
	#ktsCont .nmg_bot_25 {
		padding-bottom: 5.112vw;
	}
	#ktsCont h2.problem_h2 {
		font-size: 5.725vw;
	}
}
/*  マナビリンク
-----------------------------------*/
#stationery .wrapTop4, #ktsCont .wrapTop4 {
	/*width: 100%;*/
	margin-left: auto;
	margin-right: auto;
	padding: 40px 15px 40px 15px;
	box-sizing: border-box;
}
#stationery .wrapTop4 .sec_title h2, #ktsCont .wrapTop4 .sec_title h2 {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.6em;
}
#stationery .bgC03, #ktsCont .bgC03 {
	background-color: #E5F5FB;
}
#stationery .line_center, #ktsCont .line_center {
	text-align: center;
}
#stationery .manabi_toha, #ktsCont .manabi_toha {
	max-width: 560px;
}
@media screen and (max-width: 750px) {
	#stationery .wrapTop4, #ktsCont .wrapTop4 {}
	#stationery .wrapTop4 .sec_title h2, #ktsCont .wrapTop4 .sec_title h2 {}
	#stationery .bgC03, #ktsCont .bgC03 {}
	#stationery .line_center, #ktsCont .line_center {}
	#stationery .manabi_toha, #ktsCont .manabi_toha {
		max-width: 399px;
		margin-bottom: 100px;
	}
}
#stationery .image_fit, #ktsCont .image_fit {
	width: 100%;
	height: auto;
}
#stationery .pc, #ktsCont .pc {
	display: block;
}
#stationery .sp, #ktsCont .sp {
	display: none;
}
@media screen and (max-width: 750px) {
	#stationery .sp, #ktsCont .sp {
		display: block;
	}
	#stationery .pc, #ktsCont .pc {
		display: none;
	}
}
#stationery .mg_top-20, #ktsCont .mg_top-20 {
	margin-top: 20px;
}
#stationery .mg_top-30, #ktsCont .mg_top-30 {
	margin-top: 30px;
}
#stationery .mg_top-40, #ktsCont .mg_top-40 {
	margin-top: 40px;
}
#stationery .obj_center, #ktsCont .obj_center {
	margin-left: auto;
	margin-right: auto;
}
#stationery .txt16-30, #ktsCont .txt16-30 {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	-moz-osx-font-smoothing: grayscale;
	/*color: #666666;*/
	font-size: 16px;
	line-height: 25.6px;
	;
}
/* for EC LINK
--------------------------*/
#ktsCont .anchor_wrap, #stationery .anchor_wrap {
	padding: 60px 15px;
}
#ktsCont .eclinkTitle, #stationery .eclinkTitle {
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
}
#ktsCont .eclink, #stationery .eclink {
	width: 100%;
	max-width: 808px;
	max-width: 610px;
	margin: 0 auto 0 auto;
}
#ktsCont .eclink ul, #stationery .eclink ul {
	margin: 0;
	padding: 0;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	list-style-type: none;
	flex-wrap: wrap;
}
#ktsCont .eclink ul li, #stationery .eclink ul li {
	width: 100%;
	max-width: 190px;
	height: 50px;
	border: 1px solid #808080;
	position: relative;
	background-image: url(/stationery/ecLinks/img/ecLink_arrow.png);
	background-repeat: no-repeat;
	background-position: right 6px center;
	margin-top: 20px;
}
#ktsCont .eclink.smallW ul li, #stationery .eclink.smallW ul li {
	width: 309px;
	max-width: 309px;
	margin-top: 16px;
}
#ktsCont .eclink.liWhite ul li, #stationery .eclink.liWhite ul li {
	background-color: #FFFFFF;
}
#ktsCont .eclink.coWhite ul li, #stationery .eclink.coWhite ul li {
	border: 1px solid #FFFFFF;
	background-image: url(/stationery/ecLinks/img/ecLink_arrow-white.png);
}
#ktsCont .eclink.nonBorder ul li, #stationery .eclink.nonBorder ul li {
	border: none;
	background-color: #FFFFFF;
}
#ktsCont .eclink ul li .aWrap, #stationery .eclink ul li .aWrap {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-51%);
	line-height: 1em;
	text-align: center;
}
#ktsCont .eclink ul li .aWrap img, #stationery .eclink ul li .aWrap img {
	width: 100%;
	height: auto;
}
#ktsCont .eclink ul li a, #stationery .eclink ul li a {
	width: 100%;
	height: 100%;
	background-color: #FEFDFD;
	position: absolute;
	top: -1px;
	left: 0px;
	opacity: 0;
	transition: all 0.5s ease;
}
#ktsCont .eclink ul li a:hover, #stationery .eclink ul li a:hover {
	opacity: 0.7;
}
#ktsCont .ECNOTEtxt, #stationery .ECNOTEtxt {
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	padding: 0 15px;
	margin-top: 20px;
}
#ktsCont .coWhite .ECNOTEtxt, #stationery .coWhite .ECNOTEtxt {
	color: #FFFFFF;
}
@media screen and (max-width: 750px) {
	#ktsCont .anchor_wrap, #stationery .anchor_wrap {}
	#ktsCont .eclink, #stationery .eclink {}
	#ktsCont .eclink ul, #stationery .eclink ul {
		display: block;
	}
	#ktsCont .eclink ul li, #stationery .eclink ul li {
		max-width: 100%;
		margin-bottom: 16px;
		margin-left: 0px;
		background-position: right 12px center;
	}
	#ktsCont .eclink ul li .aWrap, #stationery .eclink ul li .aWrap {
		transform: translateY(-50%) translateX(-50%);
	}
	#ktsCont .eclink ul li .aWrap a, #stationery .eclink ul li .aWrap a {}
	#ktsCont .ECNOTEtxt, #stationery .ECNOTEtxt {
		margin-top: 0px;
	}
}
#ktsCont .brpc::before, #stationery .brpc::before {
	content: "\A";
	white-space: pre;
}
#ktsCont .brsp::before, #stationery .brsp::before {
	content: none;
	white-space: normal;
}
@media screen and (max-width: 750px) {
	#ktsCont .brpc::before, #stationery .brpc::before {
		content: none;
		white-space: normal;
	}
	#ktsCont .brsp::before, #stationery .brsp::before {
		content: "\A";
		white-space: pre;
	}
}