/* ----------------------------------------------------------

 TOP

---------------------------------------------------------- */

.top .visual {
	clear: both;
	width: 100%;
	height: 651px;
	overflow: hidden;
	position:relative;
}
.top .slider {
	position: absolute;
	height: 591px;
	margin-left: -1000px;
	top: 0;
	left: 50%;
}
.top .copy {
	position: absolute;
	width: 390px;
	margin-left: -520px;
	padding: 50px 0 0 50px;
	top: 300px;
	left: 50%;
	background-color: rgba( 255, 255, 255, 0.75 );
}
.top .copy h2 {
	margin-bottom: 15px;
	font-size: 50px;
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
}
.top .copy p {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 2;
}
.top .copy p.en {
	margin-bottom: 30px;
	font-size: 14px;
	font-weight: bold;

	color: #03963B;
	background: -webkit-linear-gradient(0deg, #03963B, #99C74C);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
/*  section01
---------------------------------------------------------- */
.top .section01{
	width:100%;
}
.top .section01 .inner{
	width: 100%;
	min-width: 1040px;
	margin: 0 auto;
	padding: 32px 0 80px 0;
}
.top .section01 p.en{
	text-align: center;
	font-weight: bold;

	color: #03963B;
	background: -webkit-linear-gradient(0deg, #03963B, #99C74C);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.top .section01 h3{
	text-align: center;
	font-size: 28px;
}

.bg-scale {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.bg-scale01 {
	width: 100%;
	height: 470px;
	margin-bottom: 2px;
}
.bg-scale02 {
	width: 50%;
	height: 470px;
	border-right: 1px solid #FFF;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
.bg-scale03 {
	width: 50%;
	height: 470px;
	border-left: 1px solid #FFF;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
}
.bg-scale:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -ms-transition: all 2s ease-out;
    transition: all 2s ease-out;
}
.bg-scale01:after {
    background: url(../img/top/service01.jpg) no-repeat center center;
}
.bg-scale02:after {
    background: url(../img/top/service02.jpg) no-repeat center center;
}
.bg-scale03:after {
    background: url(../img/top/service03.jpg) no-repeat center center;
}
.bg-scale:hover:after {
    opacity: .8;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.bg-scale .bg-scale-inner {
	height: 210px;
	padding-top: 260px;
	min-width: auto;
    z-index: 1;
    position: relative;
    color: #FFF;
}
.bg-scale01 .bg-scale-inner{
    background: url(../img/top/icon_service01.png) center 150px no-repeat;
}
.bg-scale02 .bg-scale-inner{
    background: url(../img/top/icon_service02.png) center 150px no-repeat;
}
.bg-scale03 .bg-scale-inner{
    background: url(../img/top/icon_service03.png) center 150px no-repeat;
}
.bg-scale .bg-scale-inner p {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 35px;
}
.bg-scale .bg-scale-inner p span {
	display: block;
	font-size: 14px;
}
.bg-scale .bg-scale-inner li {
	display: block;
	font-size: 14px;
}
.bg-scale .bg-scale-inner li a {
	background: #8EC139;
	color: #FFF;
  	position: relative;
 	display: inline-block;
  	padding: 8px 50px 8px 50px;
}
.bg-scale .bg-scale-inner li a::after{
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 14px;
	margin-top: -4px;
}

/*  section02
---------------------------------------------------------- */
.top .section02{
	width:100%;
	background:#EFEFEE;
}
.top .section02 .inner{
	width: 1040px;
	margin: 0 auto;
	padding: 32px 0 32px 0;
}
.top .section02 p.en{
	text-align: center;
	font-weight: bold;

	color: #FF6600;
	background: -webkit-linear-gradient(0deg, #FF6600, #FF9900);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.top .section02 h3{
	margin-bottom: 25px;
	text-align: center;
	font-size: 28px;
}
.top .section02 h3 span{
	padding: 5px 10px;
	background: #FF9900;
	color: #FFF;

}
.top .section02 .box-a{
	width: 312px;
	margin-right: 52px;
	float: left;
}
.top .section02 .box-b{
	width: 312px;
	float: right;
}
.top .section02 dt{
	margin-bottom: 30px;
	position: relative;
}
.top .section02 dt img{
	border-radius: 5px 5px 5px 5px;
}
.top .section02 dt a span{
	display:block;
	width:38px;
	height:38px;
	background: url(../img/top/icon_reason.png) 0 0 no-repeat;
	position: absolute;
	top: 206px;
	left: 137px;
}
.top .section02 dd {
	font-size: 14px;
	text-align: center;
}
.top .section02 dd span {
	display: block;
	font-size: 24px;
	font-weight: bold;
}

/*  section03
---------------------------------------------------------- */
.top .section03{
	width:100%;
}
.top .section03 .inner{
	width: 904px;
	margin: 0 auto;
	padding: 72px 0 32px 0;
}
.top .section03 .box-a{
	width: 176px;
	padding: 35px 0 45px 0;
	border-right: 1px solid #CCCCC6;
	float: left;
}
.top .section03 .box-a h3{
	font-size: 28px;
	line-height: 1;
}
.top .section03 .box-a p.en{
	font-size: 14px;
	font-weight: bold;
	line-height: 1;

	color: #03963B;
	background: -webkit-linear-gradient(0deg, #03963B, #99C74C);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.top .section03 .box-b{
	width: 670px;
	padding-top: 25px;
	float: right;
}
.top .section03 .box-b dt{
	margin-bottom: 14px;
	font-size: 14px;
	float: left;
}
.top .section03 .box-b dd{
	margin-bottom: 14px;
	margin-left: 110px;
	font-size: 14px;
}
.top .section03 .box-b dd a[target="_blank"]{
	padding-right: 20px;
	background: url(../img/cmn/icon_blank.png) right center no-repeat;
}
.top .section03 ul{
	clear: both;
}
.top .section03 li{
	font-size: 14px;
	text-align: center;
	float: right;
}
.top .section03 li a{
	display: block;
	width: 145px;
	padding: 4px;
	border: 1px solid #CCCCC6;
}
.top .section03 li a[target="_blank"]{
	background: url(../img/cmn/icon_blank.png) 135px center no-repeat;
}

.top .section03 .news_list {
	width: 100%;
}

.top .section03 .news_list .box {
	width: 100%;
	padding-bottom: 10px;
	border: none;
}

.top .section03 .news_list .box a {
	width: 100%;
	border: none;
	text-align: left;
	display: inline-block;
}

.top .section03 .news_list .box a .news__time {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

.top .section03 .news_list .box a .news__category {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

.icon_box {
  overflow: hidden;
  text-align: inherit;
}

.section_index .icon_box {
  max-height: 40px;
}

.icon,
.category {
  display: inline-block;
	margin-bottom: 2px;
	margin-right: 3px;
  padding: 0 5px;
  color: #fff;
  font-size: 11px;
  vertical-align: top;
}

.top .section03 .news_list .box a .news__titile {
	display: inline-block;
	vertical-align: top;
	max-width: 300px;
	text-overflow: ellipsis;
	height: 25px;
	overflow: hidden;
	white-space: nowrap;
}

/*  section04
---------------------------------------------------------- */
.top .section04{
	width:100%;
	background:#EFEFEE;
}
.top .section04 .inner{
	width: 1040px;
	margin: 0 auto;
	padding: 42px 0;
}
.top .section04 li{
	float: left;
	margin-right: 52px;
}
.top .section04 li:last-child{
	margin-right: 0;
}

/* ----------------------------------------------------------

 MASSAGE

---------------------------------------------------------- */

.message p.en{
	clear: both;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;

	color: #03963B;
	background: -webkit-linear-gradient(0deg, #03963B, #99C74C);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.message h3{
	margin-bottom: 35px;
	text-align: center;
	font-size: 28px;
}
.message p.copy{
	display: inline-block;
	margin-bottom: 25px;
	padding: 4px 10px;
	font-size: 22px;
	font-weight: bold;
	background-color: #CC3366;
	color: #FFF;
}
.message p.right{
	text-align: right;
}
.message h4{
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}
.message h4 span{
	margin-right: 10px;
	color: #03963B;
	background: -webkit-linear-gradient(0deg, #03963B, #99C74C);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.message h5{
	margin-bottom: 10px;
	font-weight: bold;
}
.message p{
	margin-bottom: 20px;
}
.message .tbl{
	margin-bottom: 40px;
}
.message dt{
	width: 37em;
	margin: 0 auto 10px auto;
	text-align: center;
	padding: 7px;
	font-size: 13px;
	font-weight: bold;
	background-color: #FFCECE;
	border-radius: 5px 5px 5px 5px;
}
.message dd{
	text-align: center;
	padding: 0;
	font-size: 30px;
	font-weight: bold;
}
.message iframe{
	margin-bottom: 20px;
}

.message .unit-a{
}
.message .unit-a .box-a{
	width: 364px;
	float: right;
}
.message .unit-a .box-b{
	width: 624px;
	float: left;
}

.message .unit-b{
}
.message .unit-b .box-a{
	width: 364px;
	float: left;
}
.message .unit-b .box-b{
	width: 624px;
	float: right;
}
.message .unit-b .box-b p{
	margin-bottom: 50px;
	font-size: 18px;
}
.message .unit-b .box-b p.en{
	margin-bottom: 20px;
	font-size: 14px;
	text-align: left;
}
.message .unit-b .box-b h3{
	text-align: left;
}

.message .reason{
	clear: both;
	width:100%;
	background:#EFEFEE;
}
.message .reason .inner{
	width: 1040px;
	margin: 0 auto;
	padding: 32px 0 32px 0;
}
.message .reason p.en{
	text-align: center;
	font-weight: bold;

	color: #FF6600;
	background: -webkit-linear-gradient(0deg, #FF6600, #FF9900);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.message .reason h3{
	margin-bottom: 25px;
	text-align: center;
	font-size: 28px;
}
.message .reason h3 span{
	padding: 5px 10px;
	background: #FF9900;
	color: #FFF;

}
.message .reason .box-a{
	position: relative;
	height: 364px;
	background: url(../message/img/img03.jpg) top left no-repeat;
}
.message .reason .box-b{
	position: relative;
	margin-top: -55px;
	height: 464px;
	background: url(../message/img/img04.jpg) top right no-repeat;
}
.message .reason .box-c{
	position: relative;
	margin-top: -124px;
	margin-bottom: 40px;
	height: 364px;
	background: url(../message/img/img05.jpg) top left no-repeat;
}

.message .reason .box-a h4{
	position: absolute;
	top: 90px;
	left: 312px;
	display: inline;
	padding: 5px 10px;
	background: #FF9900;
	color: #FFF;
	font-size: 22px;
}
.message .reason .box-a p{
	position: absolute;
	top: 140px;
	left: 312px;
	width: 600px;
	height: 65px;
	padding: 25px 30px;
	background-color: rgba( 255, 255, 255, 0.75 );
}
.message .reason .box-a p.copy{
	position: absolute;
	top: 40px;
	left: 312px;
	width: auto;
	height: auto;
	display: inline;
	padding: 5px 10px;
	background: #FF9900;
	color: #FFF;
	font-size: 22px;
}

.message .reason .box-b h4{
	position: absolute;
	top: 90px;
	left: 68px;
	display: inline;
	padding: 5px 10px;
	background: #FF9900;
	color: #FFF;
	font-size: 22px;
}
.message .reason .box-b p{
	position: absolute;
	top: 140px;
	left: 68px;
	width: 600px;
	height: 65px;
	padding: 25px 30px;
	background-color: rgba( 255, 255, 255, 0.75 );
}
.message .reason .box-b p.copy{
	position: absolute;
	top: 40px;
	left: 68px;
	width: auto;
	height: auto;
	display: inline;
	padding: 5px 10px;
	background: #FF9900;
	color: #FFF;
	font-size: 22px;
}

.message .reason .box-c h4{
	position: absolute;
	top: 90px;
	left: 312px;
	display: inline;
	padding: 5px 10px;
	background: #FF9900;
	color: #FFF;
	font-size: 22px;
}
.message .reason .box-c p{
	position: absolute;
	top: 140px;
	left: 312px;
	width: 600px;
	height: 65px;
	padding: 25px 30px;
	background-color: rgba( 255, 255, 255, 0.75 );
}
.message .reason .box-c p.copy{
	position: absolute;
	top: 40px;
	left: 312px;
	width: auto;
	height: auto;
	display: inline;
	padding: 5px 10px;
	background: #FF9900;
	color: #FFF;
	font-size: 22px;
}

/* ----------------------------------------------------------

 INTRODUCTION

---------------------------------------------------------- */

.introduction p.en{
	clear: both;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;

	color: #03963B;
	background: -webkit-linear-gradient(0deg, #03963B, #99C74C);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.introduction h3{
	margin-bottom: 35px;
	text-align: center;
	font-size: 28px;
}
.introduction p.copy{
	display: inline-block;
	margin-bottom: 25px;
	padding: 4px 10px;
	font-size: 22px;
	font-weight: bold;
	background-color: #CC3366;
	color: #FFF;
}
.introduction p.right{
	text-align: right;
}
.introduction h4{
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}
.introduction h4 span{
	margin-right: 10px;
	color: #03963B;
	background: -webkit-linear-gradient(0deg, #03963B, #99C74C);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.introduction h5{
	margin-bottom: 10px;
	font-weight: bold;
}
.introduction p{
	margin-bottom: 20px;
}
.introduction .tbl{
	margin-bottom: 40px;
}
.introduction dt{
	width: 37em;
	margin: 0 auto 10px auto;
	text-align: center;
	padding: 7px;
	font-size: 13px;
	font-weight: bold;
	background-color: #FFCECE;
	border-radius: 5px 5px 5px 5px;
}
.introduction dd{
	text-align: center;
	padding: 0;
	font-size: 30px;
	font-weight: bold;
}
.introduction iframe{
	margin-bottom: 20px;
}

.introduction .unit-a{
}
.introduction .unit-a .box-a{
	width: 188px;
	float: left;
}
.introduction .unit-a .box-b{
	width: 690px;
	padding: 20px 55px;
	margin-bottom: 50px;
	float: right;
	background-color: #EFEFEE;
	text-align: center;
}


.introduction .unit-a .box-b #slider{
	margin-bottom: 10px;
}
.introduction .unit-a .box-b #thumbnail-list img{
	height: 100px;
	float: left;
}

.introduction .unit-b{
}
.introduction .unit-b .box-a{
	width: 494px;
	float: left;
}
.introduction .unit-b .box-b{
	width: 494px;
	float: right;
}


/* ----------------------------------------------------------

 SERVICE

---------------------------------------------------------- */

.service .anchor ul{
	margin-bottom: 20px;
}
.service .anchor li{
	width: 312px;
	margin-right: 52px;
	margin-bottom: 50px;
	float: left;
}
.service .anchor li:last-child{
	margin-right: 0;
}
.service .anchor li a{
	display: block;
	height: 28px;
	background: url(../img/cmn/icon_anchor.png) 0 0 no-repeat;
	padding-top: 10px;
	padding-left: 50px;
	font-weight: bold;
	color: #09983D;
}

.service p.en{
	clear: both;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;

	color: #03963B;
	background: -webkit-linear-gradient(0deg, #03963B, #99C74C);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.service h3{
	margin-bottom: 35px;
	text-align: center;
	font-size: 28px;
}
.service p.copy{
	display: inline-block;
	margin-bottom: 25px;
	padding: 4px 10px;
	font-size: 22px;
	font-weight: bold;
	background-color: #CC3366;
	color: #FFF;
}
.service p.right{
	text-align: right;
}
.service h4{
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}
.service h4 span{
	margin-right: 10px;
	color: #03963B;
	background: -webkit-linear-gradient(0deg, #03963B, #99C74C);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.service h5{
	margin-bottom: 10px;
	font-weight: bold;
}
.service p{
	margin-bottom: 20px;
}
.service .tbl{
	margin-bottom: 40px;
}
.service dt{
	width: 37em;
	margin: 0 auto 10px auto;
	text-align: center;
	padding: 7px;
	font-size: 13px;
	font-weight: bold;
	background-color: #FFCECE;
	border-radius: 5px 5px 5px 5px;
}
.service dd{
	text-align: center;
	padding: 0;
	font-size: 30px;
	font-weight: bold;
}

.service .unit-a{
}
.service .unit-a .box-a{
	width: 364px;
	float: left;
}
.service .unit-a .box-b{
	width: 624px;
	float: right;
}

.service .unit-b{
	clear: both;
}
.service .unit-b .box-a{
	width: 200px;
	float: left;
}
.service .unit-b .box-b{
	width: 424px;
	float: right;
}

.service .unit-c{
}
.service .unit-c .box-a{
	width: 364px;
	float: right;
}
.service .unit-c .box-b{
	width: 624px;
	float: left;
}
.service .unit-c .box-b li a{
	display: block;
	height: 28px;
	background: url(../img/cmn/icon_pdf.png) 0 0 no-repeat;
	padding-top: 10px;
	padding-left: 50px;
}



/* ----------------------------------------------------------

 RECRUIT

---------------------------------------------------------- */

.recruit p.en{
	clear: both;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;

	color: #CC3366;
	background: -webkit-linear-gradient(0deg, #CC3366, #FF9999);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.recruit h3{
	margin-bottom: 35px;
	text-align: center;
	font-size: 28px;
}
.recruit p.copy{
	display: inline-block;
	margin-bottom: 25px;
	padding: 4px 10px;
	font-size: 22px;
	font-weight: bold;
	background-color: #CC3366;
	color: #FFF;
}
.recruit p.right{
	text-align: right;
}

.recruit .recruit_end{
	font-size: 1.5em;
    text-align: center;
    margin-top: 80px;
	margin-bottom: 80px;
}

.recruit p{
	margin-bottom: 20px;
}
.recruit .tbl{
	display: none;
	margin-bottom: 40px;
}
.recruit dt{
	width: 37em;
	margin: 0 auto 10px auto;
	text-align: center;
	padding: 7px;
	font-size: 13px;
	font-weight: bold;
	background-color: #FFCECE;
	border-radius: 5px 5px 5px 5px;
}
.recruit dd{
	text-align: center;
	padding: 0;
	font-size: 30px;
	font-weight: bold;
}

.recruit .unit-a{
}
.recruit .unit-a .box-a{
	width: 364px;
	float: left;
}
.recruit .unit-a .box-b{
	width: 624px;
	float: right;
}



/* ----------------------------------------------------------

 ASSOCIATED FACILITIES

---------------------------------------------------------- */

.associated p.en{
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;

	color: #006699;
	background: -webkit-linear-gradient(0deg, #006699, #74C5DE);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.associated h3{
	margin-bottom: 35px;
	text-align: center;
	font-size: 28px;
}
.associated p.copy{
	display: inline-block;
	margin-bottom: 25px;
	padding: 4px 10px;
	font-size: 22px;
	font-weight: bold;
	background-color: #01679A;
	color: #FFF;
}
.associated h4{
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}
.associated h4 span{
	margin-right: 10px;
	color: #006699;
	background: -webkit-linear-gradient(0deg, #006699, #74C5DE);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.associated h5{
	margin-bottom: 10px;
	font-weight: bold;
}
.associated p{
	margin-bottom: 20px;
}
.associated dt{
	width: 5em;
	text-align: center;
	margin-bottom: 10px;
	padding: 7px;
	font-size: 13px;
	font-weight: bold;
	background-color: #747568;
	color: #FFF;
	border-radius: 5px 5px 5px 5px;
}
.associated .tbl{
	margin-bottom: 20px;
}

.associated .unit-a{
}
.associated .unit-a .box-a{
	width: 364px;
	float: right;
}
.associated .unit-a .box-b{
	width: 624px;
	float: left;
}

.associated .unit-b{
	clear: both;
}
.associated .unit-b .box-a{
	width: 312px;
	float: left;
}
.associated .unit-b .box-b{
	width: 312px;
	float: right;
}

.associated .unit-c{
	clear: both;
}
.associated .unit-c .box-a{
	width: 494px;
	float: left;
}
.associated .unit-c .box-b{
	width: 494px;
	float: right;
}

.associated .unit-d{
	clear: both;
}
.associated .unit-d .box-a{
	width: 494px;
	float: left;
}
.associated .unit-d .box-b{
	width: 494px;
	float: right;
}

.associated .tel-bnr{
  border: 2px solid #01679A;
  text-align: center;
  color: #01679A;
  font-size: 34px;
  font-weight: bold;
  padding: 20px;
  line-height: 1;
  margin: 0 auto 60px;
  width: 450px;
}
.associated .tel-bnr:last-child{
  margin: 20px auto 40px;
}
.associated .tel-bnr small{
  font-size: 20px;
  line-height: 32px;
  vertical-align: bottom;
  margin-right: 10px;
  display: inline-block;
}

/* ----------------------------------------------------------

 TABLE

---------------------------------------------------------- */


.tbl {
    border-collapse: collapse;
    width: 100%;
}

.tbl th {
    background-color: #eee;
    font-weight: normal;
    white-space: nowrap;
	text-align:center;
	font-weight:bold;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 15px;
}

.tbl td {
    background-color: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 15px;
}



/* -----------------------------------------------------

policy

------------------------------------------------------ */

.policy dt{
  margin-bottom: 20px;
  font-size: 20px;
  padding: 5px 15px;
  border-radius: 5px;
  background-color: #EFEFEE;
}
.policy dd{
  margin-bottom: 50px;
}
.policy .text_link{
  margin-bottom: 5px;
}
.policy .text_link a{
  text-decoration: underline;
}
