@import url(https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);


ul,li {
	list-style-type: none;margin: 0px;padding: 0px;
}
div {
	margin: 0px;padding: 0px;
}

.takasa {min-height:700px;padding-top: 40px;font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;}

.tittle {
	font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
	padding-left: 15px;
	color: #333;
	font-size: 15pt;
	line-height: 25px;
	font-weight: 500;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #77BF2C;
	margin-left: 15px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.topics-space {
	box-sizing: border-box;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin: 0px;
	padding-top: 0px;
}

.w300 {width: 300px;}
.w700 {width: 700px;}
.w800 {width: 800px;}

.mores {
	font-family: 'YakuHanJP','Noto Sans JP', sans-serif;
	display: table;
	text-align: center;
	text-decoration: none;
	line-height: 22px;
	outline: none;
	font-size: 11pt;
	text-transform: uppercase;
	padding-right: 30px;
	padding-left: 30px;
	margin-right: auto;
	margin-left: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom:50px;
}
.mores::before,
.mores::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.mores,
.mores::before,
.mores::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.mores {
	background-color: #1C9A28;
	color: #FFF;
}
.mores:hover {
	color: #FFF;
	background-color: #000;
}


.mores2 {
	display: table;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
	outline: none;
	font-size: 12pt;
	text-transform: uppercase;
	margin-right: auto;
	margin-left: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 500;
}
.mores2::before,
.mores2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.mores2,
.mores2::before,
.mores2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.mores2 {
	
	color: #333;
}
.mores2:hover {
	padding-right: 30px;
	padding-left: 30px;
	color: #FFF;
	background-color: #000;
}



.topics1100 {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
.topics-space {	
	margin-right: auto;
	margin-left: auto;	
	overflow: hidden;
	padding-top: 20px;
}
.topics-midashi {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-right: 0.5%;
	padding-left: 0.5%;
}




/*サムネ無news2*/

.topics-list2 ul {padding-top: 10px;}
.topics-list2 li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
}
.news_text2 {
	width: 100%;
	box-sizing: border-box;
}
.news2 a {
	display: block;
	text-decoration: none;
	padding-bottom: 15px;
	padding-top: 15px;
}
.news2 a:hover {
	display: block;
	text-decoration: underline;
}

.news_text2 {
	margin: 0px;
	padding: 0px;

}


.nagasa5 {
	display: block;
	font-family: 'YakuHanJP','Noto Sans JP', sans-serif;
	font-size: 12pt;
	line-height: 23px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0px!important;
	padding: 0px!important;
	color: #333;
}
.daytime{
	font-size: 12pt;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	display: block;
	margin: 0px!important;
	padding: 0px!important;
	color: #039900;
}

/*サムネ無news2*/

/*サムネ有news1*/
.topics-list1 ul {
	display: flex;
	flex-wrap: wrap;
}
.topics-list1 li {
	width: 23%;
	display: block;
	box-sizing: border-box;
	margin: 1%;	
}

.news1 a {color: #000;}
.news1 .news_thumbnail {
	display: block;
	position: relative;
	width: 100%;
	height: 180px;
	background-color: #FFF;
}
.news1 .news_thumbnail img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	font-family: "object-fit: cover;";
}
.news_text1 {
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
}
.news_text1 h3 {
	font-size: 12pt;
	line-height: 25px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_text1 p{
	font-size: 12pt;
	line-height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
}


/*サムネ有news1*/

.daytime2 {
	font-size: 10pt;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
}
.nagasa52 {
	font-size: 11pt;
	line-height: 22px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*サムネ有news3*/

.half50 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-right: 0.5%;
	padding-left: 0.5%;
}
.topics-list3 ul {padding-top: 20px;}
.topics-list3 li {
	display: block;
	box-sizing: border-box;
	margin: 1%;
}
.topics-list3 li  {
	margin-bottom: 20px;
	display: block;
	clear: both;
}
.news3 a {
	width: 100%;
	color: #000;
	display: flex;
	justify-content: space-between;
}
.news3 .news_thumbnail {
	display: block;
	position: relative;
	width: 80px;
	height: 80px;
	background-color: #FFF;
	margin-right: 20px;
}
.news3 .news_thumbnail img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	font-family: "object-fit: cover;";
}
.news_text3 {display: block;}
.news_text3 h2 {
	font-size: 12pt;
	line-height: 25px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_text3 h3{
	font-size: 12pt;
	line-height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
}
/*サムネ有news3*/



.list1 a:hover{
	text-decoration: underline;
}

.line-text2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


.newstittle {
	font-weight: 700;
}

/*トピックスページャー*/


.pager {
	clear: both;
	margin-bottom: 20px;
	padding-top: 60px;
}
.pager a {
	color: #fff;
	display: block;
}
.count-text {
	text-align: center;
	font-size: 11pt;
	line-height: 22px;
	padding: 10px;
}
#topics_paging {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#topics_paging li {
	display: block;
}
#topics_paging_previous {
	cursor: pointer;
	display: block;
	width: 49%;
	text-align: center;
	text-decoration: none;
	line-height: 45px;
	outline: none;
	font-size: 12pt;
	height: 50px;
	font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
}
#topics_paging_previous::before,
#topics_paging_previous::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#topics_paging_previous,
#topics_paging_previous::before,
#topics_paging_previous::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s;
	transition: all .2s;
}
#topics_paging_previous {
	background-color: #333;
	color: #FFF;
	
}
#topics_paging_previous:hover {
	color: #FFF;
	background-color: #000;
}
#topics_paging_next {
	cursor: pointer;
	display: block;
	width: 49%;
	text-align: center;
	text-decoration: none;
	line-height: 45px;
	outline: none;
	font-size: 12pt;
	height: 50px;
	font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
}
#topics_paging_next::before,
#topics_paging_next::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#topics_paging_next,
#topics_paging_next::before,
#topics_paging_next::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s;
	transition: all .2s;
}
#topics_paging_next {
	background-color: #99D33D;
	color: #FFF;
}
#topics_paging_next:hover {
	color: #FFF;
	background-color: #339900;
}



/*トピックスページャー*/

.button7 {
	display: block;
	text-decoration: none;
	line-height: 18px;
	outline: none;
	font-size: 10pt;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	margin-bottom: 5px;
	padding: 10px;
}
.button7::before,
.button7::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button7,
.button7::before,
.button7::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button7 {
	color: #000;
	border: 1px solid #000000;
}
.button7:hover {
	color: #FFF;
	border: 1px solid #000;
	background-color: #000;
	
}

.archive-space {
	padding-top: 10px;
}
	
.textbox1 {
	box-sizing:border-box;
	padding:30px;
}
	

.topics-detail {
	min-height: 500px;
	width: 65%;
	padding-bottom: 50px;
	padding-left: 20px;
}

.h3 {
	font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16pt;
	line-height: 27px;
	padding-bottom: 10px;
	font-weight: bold;
}

.program-text {
	padding-bottom: 50px;
	padding-top: 15px;
}
#topics_title {
	/*font-weight: normal;*/
	
}

#topics_body {
	font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12pt;
	line-height: 28px;
}

#topics_body img {
	padding-top: 10px;
	max-width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}



/*
input:focus {
	box-sizing:border-box;
	border:2px solid #24bbb2;
}
textarea:focus, input:focus{
	box-sizing:border-box;
	border:2px solid #24bbb2;
}

select:focus {
	border:2px solid #24bbb2;
	box-sizing:border-box;
}
article.index {
	display: none;	
}
*/


/*** custom checkboxes ***/

/*input[type=checkbox] { display:none; } 
input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
}

input[type=checkbox] + label:before {
	content: "\f111";
	color: #EDEDED;
	font-size: 19pt;
	
} 
input[type=checkbox] + label:before {
	letter-spacing: 5px;
	padding-left: 1px;
} 


input[type=checkbox]:checked + label:before {
	content: "\f058";
	color: #FF6600;
	font-size: 19pt;	
} 
input[type=checkbox]:checked + label:before {letter-spacing: 5px;} 

.text-input{
	font-size: 12pt;
	display: inline-block;
	font-style: normal;
	margin-right: 5px;
	min-width: 165px;
	vertical-align: top;
	padding-top: 5px;
	padding-left: 1px;
}
.text-input2{
	font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14pt;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}
.spacebox {margin-bottom: 5%;}

.leftname {
	float: left;
	width: 48%;
	margin-top: 0.5%;
	margin-right: 1%;
	margin-bottom: 0.5%;
	margin-left: 1%;	
}

.serchbtm {
	display: table;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 30px;
	
}

.form-imp5 {
	border: 2px solid #ccc;
	padding: 5%;
	font-size: 12pt;
	color: #000;
	width: 100%;
	background-color: #FFF;
	height: 50px;
	line-height: 50px;
	margin: 0;
}

.serchselect {
	font-size: 15pt;
	line-height: 33px;
	font-weight: 600;
	text-align: center;
}

.leftbox2 {
	float: left;
	width: 250px;
	
}

.leftbox3 {
	float: left;
	width: 40px;
	margin-top: 10px;	
}


.btmleft1 {
	float: left;
	width: 150px;
	
	
}
.btmleft2 {
	float: left;
	width: 350px;
	
}*/


/*button, input[type=button],
input[type=reset], input[type=submit] {
	font-size: 14pt;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 65%;
	display: table;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #399;
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
*/
/*　サンプル1の要素
------------------------------------------------------------ */
/*.demo1 button, .demo1 input[type=button],
.demo1 input[type=reset], .demo1 input[type=submit] {
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: 14pt;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 60%;
	display: table;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #F60;
	color: #FFF;
	clear: both;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	cursor: pointer;
}
.demo1 button:hover, .demo1 input[type=button]:hover,
.demo1 input[type=reset]:hover, .demo1 input[type=submit]:hover	{
	font-size: 14pt;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 60%;
	display: table;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #000;
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	cursor: pointer;
}
.demo1 button:active, .demo1 input[type=button]:active,
.demo1 input[type=reset]:active, .demo1 input[type=submit]:active	{
	font-size: 14pt;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 60%;
	display: table;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #000;
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	cursor: pointer;
}



.waku50 {
	width: 50px;
}
.spacer3 {
	padding-top: 15px;
	
	padding-bottom: 15px;
	
}

.normal12 {font-size: 11pt;}
.blc {
	font-size: 11pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
}

.blc2 {
	font-size: 11pt;
	font-weight: normal;
	color: #F90;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	width: 200px;
}
.blc3 {
	font-size: 11pt;
	font-weight: normal;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DCDCDC;
}


.bk-col1 {
	font-size: 13pt;
	color: #FFF;
	background-color: #837561;
	width: 230px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}*/

/*
.mark3 {
	font-size: 8pt;
	color: #FFF;
	background-color: #FF0066;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	vertical-align: 15%;
	margin-right: 10px;
	margin-left: auto;
	display: inline-block;
	line-height: 22px;
	height: 22px;
	font-weight: normal;
}
.mark2 {
	font-size: 8pt;
	color: #FFF;
	background-color: #666666;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	vertical-align: 15%;
	margin-right: 10px;
	margin-left: auto;
	display: inline-block;
	line-height: 22px;
	height: 22px;
	font-weight: normal;
}
.mark1 {
	font-size: 8pt;
	color: #FFF;
	background-color: #5BADE1;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	vertical-align: 13%;
	margin-right: 5px;
	margin-left: auto;
	padding-top: 2px;
	padding-bottom: 2px;
}
.mark1s {
	font-size: 8pt;
	color: #FFF;
	background-color: #8FC012;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	vertical-align: 13%;
	margin-right: 5px;
	margin-left: 23px;
	padding-top: 2px;
	padding-bottom: 2px;
}

::placeholder  {font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

.lins {border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;}
.form-left {
	float: left;
	width: 200px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	height: 50px;
	line-height: 50px;
	font-size: 12pt;
}
.form-right {
	font-size: 12pt;
	float: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 580px;
	line-height: 50px;
	height: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.form-under {
	font-size: 11pt;
	line-height: 22px;
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.form-left2 {
	float: left;
	padding-top: 20px;
	width: 200px;
	margin-right: 20px;
	font-size: 12pt;
}
.form-right2 {
	overflow: hidden;
	padding-top: 20px;
}

.formbox {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 35px;
	padding-bottom: 30px;
}

.comname-left2v {
	display: inline-block;
	width: 210px;
	color: #333333;
}

.kaigyo40 {
	display: block;
	padding-left: 37px;
}

.form-left5v {
	float: left;
	width: 290px;
	vertical-align: middle;
	padding-right: 20px;
	
	font-size: 12pt;
}

.form-right5v {
	font-size: 12pt;
	padding-left: 10px;
	overflow: hidden;
	margin-bottom: 5px;
	font-weight: 600;
}	


.comname-left2 {
	display: inline-block;
	width: 210px;
	color: #333333;
}

.formtex {
	font-size: 11pt;
	line-height: 20px;
	float: left;
}



.form-left5 {
	float: left;
	width: 290px;
	vertical-align: middle;
	padding-right: 20px;
	
	font-size: 12pt;
	font-weight: 600;
}
.form-right5 {
	font-size: 12pt;
	padding-left: 10px;
	overflow: hidden;
	margin-bottom: 5px;
	
}	

.textbox-space2 {
	overflow: hidden;
	padding-left: 5px;	
}
.form1000 {
	border: 1px solid #CCCCCC;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	background-color: #FFF;
}
.formspace {
	padding: 5%;
}
.form-space {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 35px;
	color: #000;
}


.radio01 {
	padding-bottom: 5px;
	float: left;
	margin-right: 10px;	
}
.radio01-input{
  display: none;
}
.radio01-input + label{
	padding-left: 15px;
	position: relative;
	margin-right: 5px;
}
.radio01-input + label::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 19px;
	height: 19px;
	border: 1px solid #999;
	border-radius: 50%;
}
.radio01-input:checked + label{
	color: #000;
}
.radio01-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 11px;
  height: 11px;
  background: #FF6600;
  border-radius: 50%;
}

.form-text9 {
	padding-left: 10px;
	line-height: 22px;	
}

*/
/*ラジオ*/
/*セレクトボックス*/

/*.selectbox {
	width: 70%;
	position: relative;
	
}
select{
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	padding: 3%;
	box-sizing: border-box;
	font-size: 13pt;
	border-radius: 0;
	background: #fff;
	border:#ccc 2px solid;
}
.selectbox::after{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	right: 5%;
	top: 35%;
	transform: rotate(45deg)translateY(-30%);
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
}
.color.selectbox select{
	color: #FFF;
	background-color: #333;
	border:#333 2px solid;
}
.color.selectbox::after{
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #fff;
	border-bottom-color: #fff;
}


.form-imp3 {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	padding: 3%;
	box-sizing: border-box;
	font-size: 13pt;
	border-radius: 0;
	background: #fff;
	border:#ccc 2px solid;
}	
.form-imp2 {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	padding: 3%;
	box-sizing: border-box;
	font-size: 13pt;
	border-radius: 0;
	border:#ededed 2px solid;
	background-color: #ededed;
}

.form-imp {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	padding: 3%;
	box-sizing: border-box;
	font-size: 13pt;
	border-radius: 0;
	background: #fff;
	border:#ededed 2px solid;
	background-color: #ededed;
}

.form-imp6 {
	border: 1px solid #ededed;
	box-sizing:border-box;
	padding: 2%;
	font-size: 12pt;
	color: #333;
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0px;
	margin-bottom: 0px;
	background-color: #ededed;
}



table{}

.table{
	border-collapse: collapse;
	border: 1px solid #333333;
	width: 100%;
	border-collapse: collapse;
	color: #333;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.table td,
.table th{
	border: 1px solid #333333;
}
.table th{
	font-weight: bold;
	text-align: center;
}
.table thead th{
	background-color: #CCCCCC;
}
.form750 {width: 100%;}

.privacy {
	height: 300px;
	overflow: auto;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding: 40px;
	margin-bottom: 50px;
	clear: both;
	background-color: #EDEDED;
}

.privacy::-webkit-scrollbar{ 
    width: 5px;
}

.privacy::-webkit-scrollbar-thumb{ 
    background: #000;
    
}

.privacy::-webkit-scrollbar-track-piece:start{ 
    background: #cecece;
}
.privacy::-webkit-scrollbar-track-piece:end{
    background: #cecece;
}

.privacy-tittle {
	font-size: 15pt;
	line-height: 22px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	font-weight: 600;
}
.privacy-tittle2 {
	font-size: 11pt;
	line-height: 22px;
	margin-bottom: 2px;
	padding-top: 10px;
	padding-bottom: 2px;
}
.pri-text {
	font-size: 11pt;
	line-height: 26px;
	margin-bottom: 20px;
}


ul.privacy-point {
	list-style-type: none;
	padding-left: 5px;
	margin-bottom: 5px;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;	
}
ul.privacy-point li{padding-left: 0.7em;}  
ul.privacy-point li:before {
	content: "\●";
	padding-right: 0.3em;
	position: absolute;
	left: -0.4em;
	font-size: 9pt;
	color: #000;
}
.privacy-point li {
	position: relative;
	font-size: 11pt;
	line-height: 22px;
	text-align: left;
}


.arrleft {
	font-size: 45pt;
	position: absolute;
	z-index: 100;
	top: 40%;
	color: #FFF;
	cursor : pointer;
	margin-left: 15px;
	line-height: 0px;
}

.arright {
	font-size: 45pt;
	position: absolute;
	right: 0px;
	z-index: 100;
	top: 40%;
	margin-right: 15px;
	color: #FFF;
	cursor : pointer;
	line-height: 0px;
}

*/

