<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*SIGN==========================================================*/
#agree{
	display:none}
.pre_w {
   color:#FFFFFF;
}
.forangle{
	display: none;
}
.wrapper_sign{
	clear: both;
	float: left;
	width: 100%;
}
.wrapper_sign.bg{
	background-image: url(../img/sign/bg_sign.png);
	background-repeat: repeat;
}
#sign .item{
	flex: 1 1 auto;
}

#sign .row{
	clear: both;
	float: left;
	width: 100%;
}
#sign .col{
	flex: 0 1 auto;
	margin-right: 20px;
	margin-left: 20px;
}
.listsing{
	background-image: url(../img/sign/dotlist.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	clear: both;
	margin-bottom: 15px;
	padding-left: 20px;
	width: calc(100% - 20px)
	}
.boxsignarea{
	background-image: url(../img/sign/box_signarea.png);
	background-repeat: no-repeat;
	background-position: center center;
	clear: both;
	float: left;
	width: 100%;
	background-size:100% auto;	
}
.bigicon_sing{
	-moz-border-radius-topleft: 50%;
	-moz-border-radius-topright: 50%;
	-moz-border-radius-bottomleft: 50%;
	-moz-border-radius-bottomright: 50%;
	-webkit-border-top-left-radius: 50%;
	-webkit-border-top-right-radius: 50%;
	-webkit-border-bottom-left-radius: 50%;
	-webkit-border-bottom-right-radius: 50%;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	overflow: hidden;
	background-image: url(../img/sign/bigicon.png);
	background-position: left top;
	height: 230px;
	width: 230px;
	background-size: auto 100%;
	text-align: justify;
	vertical-align: middle;
	display: table;
	}
.bigicon_singin{
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	height: 100%;
	width: 100%;
}
.bigicon_sing.single{
	background-color: #82c2b4;
	color: #115f74;
}
.bigicon_sing.single a{color: #115f74;}
.bigicon_sing.group{
	background-color: #e79890;
	color: #a62f24;
}
.bigicon_sing.group a{color: #a62f24;}
.bigicon_singin h1{
	font-size:1.1em;}
/*table*/
.wrapper_sign table{
	border-collapse: collapse;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.wrapper_sign table, th, td {
	border: 1px solid #a39997;
	padding: 20px;
	color: #000000;
}
@media screen  and (max-width: 900px) {
#sign{
	 flex-wrap: wrap;
	 }
#sign .item{
	flex: 1 1 auto;
}

.bigicon_sing{
	height: 200px;
	width: 200px;
	}
}

@media screen  and (max-width: 750px) {
#sign .item {
    flex: 0 1 auto;
	max-width:100%;
}
#sign .item .row.boxlistsign{
	flex-wrap: wrap;
	clear: both;
	float: left;
	width: 100%;
}
#sign .boxlistsign .col {
	flex: 0 1 100%;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}
}
@media screen  and (max-width: 550px) {
.bigicon_singin img{
	width: 50px;
}
.bigicon_sing{
	height: 150px;
	width: 150px;
	}
}
@media screen  and (max-width: 400px) {
#sign .col {
    flex: 0 1 auto;
    margin-right: 5px;
    margin-left: 5px;
}
.bigicon_singin img{
	width: 50px;
}
.bigicon_sing{
	height: 130px;
	width: 130px;
	}
}
/*SIGN END==========================================================*/
/*PERSON============================================================*/
.box_signform{
	padding: 20px;
	clear: both;
	float: left;
	width: calc(100% - 40px );
	color: #514d5f;
	margin-bottom: 30px;
	}

.box_signform.single{
	background-color: #cce8e4;
	}
.box_signform.group{
	background-color: #cce8e4;
	}
	.box_signform.all{
/*	background-color: #55438a;
*/	color: #000000;
	}
	.box_signform.all h1{
	color: #55438a;
	font-size:1.1em;
	}
.tag_sign{
	background-repeat: no-repeat;
	background-position: center center;
	clear: both;
	float: left;
	height: 68px;
	width: 100%;
	margin-top:50px;
	font-size: 1em;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
	background-size:contain;

}
.tag_sign:before{
	content: "";
	text-align: center;
	clear: both;
	float: left;
	width: 100%;
	height: 50px;
	margin-top: -30px;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size:40px auto;
}
.single.tag_sign:before,.single .tag_sign:before{
	background-image: url(../img/sign/icon_single.png);
}
.group.tag_sign:before,.group .tag_sign:before{
	background-image: url(../img/sign/icon_group.png);
}
.single.tag_sign,.single .tag_sign{color: #5b4e8f;
background-image: url(../img/sign/tag_sign.png);}
.group.tag_sign,.group .tag_sign{color: #5b4e8f;
background-image: url(../img/sign/tag_sign_group.png);}
.single .tag_sign,.group .tag_sign{
	margin-top: -60px;
}
.box_privacy{
	clear: none;
	float: left;
	width: 100%;
}
.box_privacy h1{
	color: #282929;
	text-align: center;
	clear: both;
	float: left;
	width: 100%;
	font-size: 1.3em;
	margin-bottom: 30px;
	}
.box_privacy h1.red{
	color:red}
.box_note{
	clear: both;
	text-align: center;
	margin-bottom: 100px;
	color: #56458c;
	font-size: 1em;
	margin-right: auto;
	margin-left: auto;
}

.box_note span{
	background-image: url(../img/sign/note_bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 10px;
}
.box_note span .bignote_span{
	font-size: 2em;
	color: #f14434;
	background-image: url(../img/all/0.png);
	background-repeat: no-repeat;
	font-style: italic;
	font-weight: bold;
}
@media screen  and (max-width: 800px) {
	.box_signform{
	padding: 10px;
	width: calc(100% - 20px);
	}
}
@media screen  and (max-width: 750px) {
	.box_note span{
	background-image: url(../img/all/0.png);
	background-repeat: no-repeat;
}
.box_note{
	background-image: url(../img/sign/note_bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 10px;
}
}
/*OLLI*/
.box_privacy ol{list-style: none;}

.box_privacy ol li{
	clear: both;
	float: left;
	width: 90%;
	counter-increment: item;
	margin-top: 10px;
	padding-left: 30px;
}
.box_privacy ol.blue li{
	color:#043d83;
	font-weight:bold}
.box_privacy ol.blue li a{
	color:#ffffff;
	background-color:red;
	}
.box_privacy ol li:before {
	margin-right: 10px;
	content: counter(item);
	/*background: #29888a;
	border-radius: 100%;*/
	width: 1.1em;
	text-align: center;
	display: block;
	float: left;
	margin-left: -30px;
 }
.box_privacy ol li:last-child{
	margin-bottom: 40px;	
 }
 /*OLLIEND*/
/*PERSON END========================================================*/
/*FROM=========================================================*/
.boxgroup{
	clear: both;
	float: left;
	width: 100%;
	margin-bottom:30px;
	 flex-wrap: wrap;
	
}
 .boxgroup .col{
	  flex: 0 1 100%;
	 }
.boxgroup .col.title{
	color: #56458c;
	flex: 0 0 100%;
	margin-right: 0px;
	font-weight: bold;
	font-size: 1.1em;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.flextable{
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	flex-wrap: wrap;
	}
.flextable .col{
	flex: 0 0 auto;
	margin-right: 1%;
	margin-left: 1%;
	width:calc(18% - 16px)
	}
.col.groupp.del{
	flex: 0 0 16px;
	margin-right: 0px;
	margin-left: 1px;
	color: #5e4e90;
	}
.col.groupp.del i{
	cursor: pointer;
	font-size: 30px;
	}
 .flextable.tbhead{
	font-weight: bold;
	color: #5c4e8f;
	font-size: 0.9em;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5c4e8f;
}

@media screen  and (max-width: 800px) {
 .flextable.tbhead .col{
text-align: center;
}
.flextable .col{
	flex: 0 1 25%;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
	}
	
	.flextable.tbhead{
	display:none;}
.flextable{
	width: calc(100% - 2px);
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	flex-wrap: wrap;
	}
.flextable:not(:last-child):nth-child(2n){
	background-color:#ebd3ce}
.flextable .col{
	flex: 0 1 48%;
	margin-right: 3px;
	margin-left: 3px;
	text-align: left;
	margin-bottom: 5px;
	}
}
@media screen  and (max-width: 600px) {


 }
 @media screen  and (max-width: 500px) {
.flextable .col{
	flex: 0 0 100%;
	margin-right: 0px;
	margin-left: 0px;
	}

 }
/*FROMEND=========================================================*/
/*SEARCH==========================================================*/
.wrapper_search{
	clear: both;
	float: left;
	width: 100%;
	}
.wrapper_search .item{
	flex: 1 1 50%;
	margin-right: 20px;
	margin-left: 20px;
}
.searchtable{
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	font-size: 1.1em
	text-align: center;
	}
.searchtable .col{
	flex: 1 1 33%;
	margin-right: 1%;
	margin-left: 1%;
	}
 
 .searchtable:not(:last-child){
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color:#d2c1c1;
}
.searchtable.tbhead{
	font-weight: bold;
	color: #282929;
	font-size: 1.1em
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5c4e8f;
}
 .searchtable .sn{
	color: #635193;
	font-weight: bold;
}
 .searchtable .status{
	color: #e71d35;
	font-weight: bold;
}
.box_note2{
	clear: both;
	margin-left: 20%;
	text-align: left;
	margin-bottom: 100px;
	color: #5a6977;
	font-size: 0.9em;
	width: 80%;
}
 @media screen  and (max-width: 800px) {
.box_note2{
	clear: both;
	margin-left: 0%;
	width: 100%;
}
.box_note2 br{
	display:none;	
}
 }
 @media screen  and (max-width: 650px) {
.wrapper_search .item{
	flex: 1 1 50%;
	margin-right: 5px;
	margin-left: 5px;
}
}
 @media screen  and (max-width: 500px) {
.wrapper_search{
	  flex-wrap: wrap;
}
.wrapper_search .item{
	flex: 1 1 100%;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 50px;
}
}
/*SEARCHEND==========================================================*/
/*WAY*/
.box_bodyway{
	clear: both;
	float: left;
	width: 100%;
	padding-bottom: 30px;
	padding-top: 30px;
	overflow: hidden;
}
.box_bodyway.offer .item:nth-child(1){
	flex: 1 1 60%;
	margin-right:30px;
	}
.box_bodyway.offer .item:nth-child(2){
	flex: 1 1 40%;
	margin-right:0px;
	}
.box_bodyway .row{
	background-image: url(../img/all/way_dot2.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	clear: both;
	float: left;
	width: calc(100% - 45px);
	padding-left: 45px;
	margin-bottom: 10px;
}
@media screen  and (max-width: 850px) {
.box_bodyway.offer {
	  flex-wrap: wrap;}
.box_bodyway.offer .item:nth-child(1),.box_bodyway.offer .item:nth-child(2){
	flex: 0 1 100%;
	margin-right:0px;
	}
}
</pre></body></html>