@charset "UTF-8";
/**/
/**/
/* ==================================================
Page Cont
================================================== */
#ktsCont {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #262626;
	font-size: 18px;
	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: 50px 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: 9.33333vw 4vw;
	}
	.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .wrap2 {
		width: 100%;
		padding: 80px -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 {
	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: #f08200;
}
#ktsCont img {
	width: 100%;
	height: auto;
}
#ktsCont .sec_bg01 {
	background-image: url(../img/reg_bg.svg);
	background-position: center top;
	background-size: 100% auto;
	background-repeat: repeat-y;
}
@media screen and (max-width: 750px) {
	#ktsCont a {
		transition: all 0.3s ease;
	}
	#ktsCont a:hover {
		color: #f08200;
	}
	#ktsCont img {}
	#ktsCont .sec_bg01 {}
}
/**/
#ktsCont .reg_TBX_Logo {
	width: 227.9291px;
	margin-bottom: 34px;
	padding-top: 50px;
}
#ktsCont .reg_top_img {
	width: 601px;
}
#ktsCont p {
	font-size: 18px;
	line-height: 1.6em;
}
#ktsCont h1.ttl {
	font-size: 50px;
	line-height: 1.5em;
	font-weight: bold;
	color: #1d4294;
	text-align: center;
}
#ktsCont p.maintxt {
	text-align: center;
}
#ktsCont p.small {
	font-size: 72.22222%;
	line-height: 1.5em;
	margin-top: 1.5em;
	text-align: center;
}
@media screen and (max-width: 750px) {
	#ktsCont .reg_TBX_Logo {
		width: 60.74466vw;
		margin-bottom: 15.73333vw;
		padding-top: 11vw;
	}
	#ktsCont .reg_top_img {
		width: 100%;
		margin-top: 0.4vw;
	}
	#ktsCont p {
		font-size: 4vw;/*5.2vw*/
	}
	#ktsCont h1.ttl {
		font-size: 6.93333vw;
	}
	#ktsCont p.maintxt {
		text-align: left;
		text-align: justify;
		text-justify: inter-ideograph;
		/*font-feature-settings: "palt";*/
	}
	#ktsCont p.small {
		text-align: left;
		text-align: justify;
		text-justify: inter-ideograph;
	}
}
#ktsCont h2.sec_title {
	display: block;
	width: 402px;
	font-size: 36px;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	margin: 0 auto 0 auto;
	background-image: url(../img/reg_h2_bg.svg);
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
	#ktsCont h2.sec_title {
		width: 75.06666vw;
		font-size: 6.66666vw;
	}
}
#ktsCont .Privilege_wrap {
	width: 750px;
	border: 1px solid #262626;
	border-radius: 20px;
	margin: 80px auto 0 auto;
}
#ktsCont .Privilege_wrap.first-child {
	margin-top: 40px;
}
#ktsCont .Privilege_box {
	padding: 30px 15px;
	position: relative;
}
#ktsCont .Privilege_ttl {
	display: block;
	width: 150px;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	line-height: 1em;
	color: #FFFFFF;
	background-color: #1d4294;
	border-radius: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0 auto 20px auto;
}
#ktsCont p.Privilege_ttl2 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.4em;
	text-align: center;
	margin-bottom: 0.5em;
}
#ktsCont p.Privilege_ttl2 .Privilege_red {
	color: #c40059;
}
#ktsCont .reg_item_img_01 {
	width: 595px;
	margin: 5px auto 0 auto;
}
#ktsCont .reg_reg_img_01 {
	position: absolute;
	left: -180px;
	top: -20px;
	width: 273px;
}
#ktsCont .reg_reg_img_02 {
	position: absolute;
	right: -175px;
	top: 350px;
	width: 296px;
}
@media screen and (max-width: 750px) {
	#ktsCont .Privilege_wrap {
		width: 100%;
		border-radius: 5.33333vw;
		margin: 8vw auto 0 auto;
	}
	#ktsCont .Privilege_wrap.first-child {
		margin-top: 11vw;
	}
	#ktsCont .Privilege_box {
		padding: 8vw 4vw;
	}
	#ktsCont .Privilege_ttl {
		width: 40vw;
		font-size: 4.53333vw;
		border-radius: 4vw;
		padding-top: 1.33333vw;
		padding-bottom: 1.33333vw;
		margin: 0 auto 7.2vw auto;
	}
	#ktsCont p.Privilege_ttl2 {
		font-size: 5.33333vw;
	}
	#ktsCont p.Privilege_ttl2.Privilege_red {}
	#ktsCont .reg_item_img_01 {
		width: 72.66666vw;
		margin: 1.33333vw auto 0 auto;
	}
	#ktsCont .reg_reg_img_01 {
		position: static;
		width: 58.13333vw;
		margin: 1.33333vw auto -12vw auto;
	}
	#ktsCont .reg_reg_img_02 {
		position: static;
		width: 58.13333vw;
		margin: 6vw auto -12vw auto;
	}
}
#ktsCont .howto {
	margin: 40px auto;
}
#ktsCont .link_but {
	width: 520px;
	text-align: center;
	border: 3px solid #262626;
	border-radius: 21px;
	padding: 5px 0;
	margin-bottom: 70px;
}
#ktsCont .link_but a {
	display: block;
	width: 100%;
	font-size: 25px;
	font-weight: bold;
	line-height: 1em;
	text-decoration: none;
	transition: all 0.3s ease;
}
#ktsCont .link_but a:hover {
	color: #f08200;
}
@media screen and (max-width: 750px) {
	#ktsCont .howto {
		margin: 8vw auto;
	}
	#ktsCont .link_but {
		width: 84vw;
		border: 3px solid #262626;
		border-radius: 5.86666vw;
		padding: 2.66666vw 0;
		margin-bottom: 10vw;
	}
	#ktsCont .link_but a {
		font-size: 5.86666vw;
	}
}
#ktsCont h3.outsid_link {
	font-size: 23px;
	line-height: 1.6em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
#ktsCont .reg_but_titlebrainx {
	width: 750px;
}
@media screen and (max-width: 750px) {
	#ktsCont .outsid_link {
		font-size: 4.8vw;
		margin-bottom: 2.66666vw;
	}
	#ktsCont .reg_but_titlebrainx {
		width: 90vw;
	}
}