@charset "utf8";
/*=============================
	- font-style
	- 汎用 color & background
	- 汎用 wrap & title
	- top.css  TOPページCSS
==============================*/

/*----------------------------------------------------
	font-style
----------------------------------------------------*/
/*  全体 font  */
html {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.my-font01 {
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.02em;
}

/*----------------------------------------------------
	汎用 color & background
----------------------------------------------------*/
/* color */
.white {
  color: #fff;
}
.base_color01 {
  /*--メイン文字カラー--*/
  color: #333;
}
.base_back01 {
  /*--メイン背景カラー--*/
  background: #fff;
}
.point_color01 {
  /*--ポイント文字カラー 黒寄りのグレー --*/
  color: #525252;
}
.point_color02 {
  /*--ポイント文字カラー グリーン --*/
  color: #4bb1a5;
}
.point_back01 {
  /*--ポイント背景カラー グリーン--*/
  background: #4bb1a5;
}
.point_back02 {
  /*--アクセント背景カラー 薄グレー--*/
  background: #f9f9f9;
}

/*----------------------------------------------------
	汎用 buttton
----------------------------------------------------*/
.btn01 {
  display: inline-block;
  text-align: center;
  min-width: 320px;
  letter-spacing: 0.05em;
  border-radius: 80px;
  padding: 22px 0 21px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.btn02 {
  font-size: 18px;
  line-height: 1.6em;
  display: inline-block;
  text-align: center;
  min-width: 350px;
  letter-spacing: 0.05em;
  border-radius: 80px;
  padding: 25px 0;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.btn_white {
  color: #525252;
  background: #fff;
  border: 1px solid #525252;
}
.btn_white.arrow::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 28px;
  background: url(../images/arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 1.0em;
  transform: translateY(-50%);
}
@media screen and (max-width: 650px) {
  .btn01 {
	width: 80%;
	min-width: inherit;
	padding: 16px 0 15px;
  }
  .btn02 {
	font-size: 16px;
	width: 80%;
	min-width: inherit;
	padding: 16px 0 15px;
  }
  .btn_white.arrow::after {
    width: 20px;
    height: 16px;
  }
}


/*----------------------------------------------------
	汎用 wrap & title
----------------------------------------------------*/
/*  width 管理  */
.mywidth {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.home .mywidth {
  max-width: 1480px;
}
.section_wrap {
  padding: 3.5em 0;
}
@media screen and (max-width: 650px) {
  .mywidth {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
  .section_wrap {
    padding: 2.0em 0;
  }
}

/*  メインコンテンツwrap   */
#main-wrapp {
  overflow-x: hidden;
}

/* title */
.content_title01 {
  color: #525252;
  font-size: 32px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.content_title01::before {
	content: "";
	display: inline-block;
	margin-top: 8px;
}

.text {
    font-size: 16px;
    line-height: 1.8em;
}
@media screen and (max-width: 650px) {
  .content_title01 {
    font-size: 22px;
	margin-bottom: 20px;
  }
  .content_title01::before { margin-top: 5px; }
  .text {
    font-size: 14px;
    line-height: 1.6em;
  }

}

.ellipsis_01 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.ellipsis_02 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ellipsis_03 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/* トップページ slick調整 */
@media screen and (max-width: 650px) {
  .home .slick-prev,
  .home .slick-next {
	width: 20px;
	height: 20px;
  }
  .home .slick-prev { left: -5px; }
  .home .slick-next { right: -5px; }
  .home .slick-prev:before,
  .home .slick-next:before {
	width: 20px;
	height: 20px;
  }
}



/*----------------------------------------------------
	top.css  TOPページCSS
----------------------------------------------------*/

/*  main_v  */
.main_v {
  width: 100%;
  max-width: 1860px;
  margin: 0 auto;
  height: calc(660px + 6.5em);
  background: url(../images/main_back1.png) no-repeat;
  background-position: center bottom;
  position: relative;
}
.main_v .main_title_wrap {
    width: 100%;
    padding-left: calc((100% - 91%) / 2);
    padding-right: calc((100% - 91%) / 2);
	z-index: 1;
	position: relative;
}
.main_v .main_title {
  width: 100%;
  max-width: 822px;
  height: auto;
}
.main_v .main_title img {
  width: 100%;
  height: auto;
}
.main_v .main_catch {
  font-size: 46px;
  font-weight: 500;
  line-height: 1.6em;
  text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.8), 1px 0px 4px rgba(255, 255, 255, 0.8), 0px 1px 4px rgba(255, 255, 255, 0.8);
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  margin: 1.0em 0 0.5em;
}
.main_v .main_text {
  font-size: 18px;
  line-height: 1.8em;
  text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.8), 0px 0px 3px rgba(255, 255, 255, 0.8), 0px 1px 3px rgba(255, 255, 255, 0.8);
  margin-bottom: 1em;
}

.main_v .main_counter {
    font-size: 18px;
    font-weight: 600;
	text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.8), 0px 0px 3px rgba(255, 255, 255, 0.8), 0px 1px 3px rgba(255, 255, 255, 0.8);
}
.main_v .main_counter > span {
  font-size: 26px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  padding: 0 0.25em;
}

.main_btn_wrap {
    margin-top: 40px;
}
.main_v .btn01 {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 650px) {
  .main_v {
    height: auto;
	background: url(../images/main_back_sp.png) no-repeat;
    background-position: center center;
	background-size: cover;
  }
  .main_v .main_title_wrap {
    width: 100%;
    padding: 30px 2.5vw;
	background: rgba(255, 255, 255, 0.5);
  }
  .main_v .main_title {
    width: 70%;
  }
  .main_v .main_catch {
    font-size: 5.5vw;
    line-height: 1.4em;
  }
  .main_v .main_text {
    font-size: 3.25vw;
	line-height: 1.4em;
  }
	
  .main_v .main_counter {
    font-size: 3.5vw;
  }
  .main_v .main_counter > span {
    font-size: 5.0vw;
  }
  
  .main_btn_wrap {
    margin-top: 20px;
  }
  .main_v .btn01 {
    font-size: 16px;
  }
	
}

.mv_subtext {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
	padding: 30px 0;
    margin: 30px 0 0;
}
@media screen and (max-width: 650px) {
	.mv_subtext {
		font-size: 18px;
		padding: 20px 0;
    	margin: 0 0 0;
	}
}


.main_v.fade { 
	background: none;
    padding-top: 6.5em;
}
.main_v.fade .main_title_wrap {
    position: absolute;
    top: 0;
}
.fade_wrap {
  position: relative;
  height: 660px;
}
 .bg_image {
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: opacity 1.5s ease-in-out;
  opacity: 0;
}
.bg_image.active { opacity: 1; }

@media screen and (max-width: 650px) {
	.fade_wrap {
		height: 70vw;
	}
	.bg_image { border-radius: 0; }
	.main_v.fade .main_title_wrap {
		background: none;
	}
}



/*  content01  */
.content01 {}
.content01 .content_title01::before {
	width: 85px;
	height: 25px;
	background: url(../images/title_pickup.png) no-repeat;
    background-position: center top;
	background-size: contain;
}

.kyujin_list .box {}
.kyujin_list .box a {
    width: 370px;
	margin: 0 20px;
    display: block;
}
.kyujin_list .box a img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 20px;
}
.kyujin_list .box .inner {
    padding: 0.75em 1em;
    background: #fff;
    width: calc(100% - 2.5em);
    margin-left: auto;
	margin-top: -2.5em;
    z-index: 1;
    border-radius: 20px 0 0 20px;
}
.kyujin_list .box .inner::after {
	content: "";
	display: inline-block;
	width: 32px;
	height: 28px;
	background: url(../images/arrow.png) no-repeat;
	background-size: contain;
	position: absolute;
    right: 0;
    bottom: 0;
}
.kyujin_list .box .kyujin_title {
	font-size: 18px;
	font-weight: 500;
}
.kyujin_list .box .company {
	font-size: 14px;
	color: #9a9b9b;
	margin-top: 10px;
}

.overview_list {
	margin-top: 15px;
}
.overview_list li {
    font-size: 15px;
	margin-bottom: 7px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.overview_list li::before {
	content: "";
	display: inline-block;
	margin-right: 0.5em;
	width: 26px;
	height: 22px;
}
.overview_list li.i_saraly::before {
	background: url(../images/i_saraly.png) no-repeat;
	background-size: contain;
	background-position: center
}
.overview_list li.i_type::before {
	background: url(../images/i_type.png) no-repeat;
	background-size: contain;
	background-position: center
}
.overview_list li.i_area::before {
	background: url(../images/i_area.png) no-repeat;
	background-size: contain;
	background-position: center
}

.kodawari_list {
    margin-top: 15px;
    gap: 10px 10px;
}
.kodawari_list li {
    font-size: 14px;
    padding: 0.5em 1em;
    border: 1px solid #4bb1a5;
    border-radius: 50px;
}

@media screen and (max-width: 650px) {
  .content01 .content_title01::before {
    width: 15vw;
    height: 18px;
  }

  .kyujin_list {
    padding: 0 2.5vw;
  }
  .kyujin_list .box a {
    width: 100%;
	max-width: 96vw;
    margin: 0 2vw;
  }
  .kyujin_list .box a img { height: 50vw; }
	
  .kyujin_list .box .inner {
    padding: 0.5em 0.5em;
    width: calc(100% - 5vw);
    margin-top: -2.0em;
    border-radius: 15px 0 0 0;
  }
  .kyujin_list .box .inner::after {
    width: 25px;
    height: 20px;
    position: absolute;
    right: 0.25em;
  }
  .kyujin_list .box .kyujin_title {
    font-size: 4.0vw;
  }
  .kyujin_list .box .company {
	font-size: 12px;
	line-height: 1.0em;
  }
	
  .overview_list { margin-top: 10px; }
  .overview_list li {
    font-size: 13px;
  }
  .overview_list li::before {
    width: 20px;
    height: 16px;
  }

  .kodawari_list {
    margin-top: 10px;
    gap: 7px 7px;
  }
  .kodawari_list li {
    font-size: 13px;
    padding: 0.25em 0.75em;
  }
	
}


/*  content02  */
.content02 {
	
}
.content02 .content_title01::before {
    width: 98px;
    height: 25px;
    background: url(../images/title_strength.png) no-repeat;
    background-position: center top;
    background-size: contain;
}
.strength_title {
    font-size: 40px;
    line-height: 1.6em;
    margin: 15px 0 25px;
}
.strength_text {
    font-size: 18px;
    line-height: 1.8em;
    margin-bottom: 50px;
}

.strength_wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 70px 5em;
	counter-reset: number 0;           /* number のカウンタを 0 にセット */
}
.strength_wrap .item {
    width: calc((100% - 10em) / 3);
    max-width: 400px;
}
.strength_wrap .item .title {
    font-size: 26px;
    font-weight: 500;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    width: 100%;
    height: 3em;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.strength_wrap .item .title::before {
	color: #4bb1a5;
	font-size: 48px;
	font-weight: 600;
	letter-spacing: -0.05em;
	font-family: "Open Sans", sans-serif;
	margin-right: 0.25em;
	counter-increment: number 1;      /* number カウンタを増加 */
	content: "0" counter(number);      /* 表示形式を指定 */
}
.strength_wrap .item .text {
	
}
@media screen and (max-width: 650px) {
	.content02 .content_title01::before {
        width: 18vw;
        height: 18px;
    }
	
	.strength_title {
		font-size: 5.0vw;
		margin: 10px 0 20px;
	}
	.strength_text {
		font-size: 3.5vw;
		margin-bottom: 30px;
	}
	
	.strength_wrap { 
        flex-direction: column;
        gap: 0 0;
    }
	.strength_wrap .item {
		width: 100%;
		margin-bottom: 30px;
	}
	.strength_wrap .item:last-child {
		margin-bottom: 0;
	}
	.strength_wrap .item figure {
		width: 70%;
		margin: 0 auto;
	}
	.strength_wrap .item img {
		width: 100%;
		border-radius: 35px 35px;
	}
	
	.strength_wrap .item .title {
		font-size: 5vw;
		width: 100%;
		padding: 1.0em 0;
		border-radius: 0 0;
		margin-top: 0;
		justify-content: center;
	}
}


/*  content03  */
.content03 {
  
}
.content03 .content_title01::before {
    width: 100px;
    height: 25px;
    background: url(../images/title_featured.png) no-repeat;
    background-position: center top;
    background-size: contain;
}

.feature_list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.feature_list .item {
    width: calc((100% - 7em) / 3);
    background: #fff;
	border-radius: 25px;
}
/*.feature_list .item.deskwork {
	background: url(../images/feature_01.png) no-repeat;
    background-position: center center;
    background-size: cover;
}
.feature_list .item.remote {
	background: url(../images/feature_02.png) no-repeat;
    background-position: center center;
    background-size: cover;
}
.feature_list .item.various {
	background: url(../images/feature_03.png) no-repeat;
    background-position: center center;
    background-size: cover;
}*/
.feature_list .item a {
    padding: 1em 1.5em;
    border: 3px solid #4bb1a5;
    border-radius: 25px;
    display: block;
}
.feature_list .item a::after {
	content: "";
	display: inline-block;
	width: 32px;
	height: 28px;
	background: url(../images/arrow_green.png) no-repeat;
    background-position: center center;
	position: absolute;
	bottom: 1em;
	right: 1em;
}
.feature_list .item a > div {
    margin-top: 10px;
}
.feature_list .item .name {
	font-size: 36px;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    line-height: 1.2em;
}
.feature_list .item .name + span {
    font-size: 16px;
    font-weight: 500;
}
@media screen and (max-width: 650px) {
	.content03 .content_title01::before {
        width: 23vw;
        height: 18px;
    }
    .feature_list .item {
		margin: 0 5vw;
	}
	.feature_list .item a {
		padding: 1em 0.75em;
	}
    .feature_list .item a img {
        width: 100%;
        height: 35vw;
        object-fit: contain;
    }
	.feature_list .item .name {
        font-size: clamp(26px, 5.5vw, 30px);
    }
	
}


/*  content04  */
.content04 {}
.content04 .content_title01 { color: #fff; }
.content04 .content_title01::before {
    width: 130px;
    height: 25px;
    background: url(../images/title_search.png) no-repeat;
    background-position: center top;
    background-size: contain;
}
.content04 ul {
    gap: 20px 0;
}
.content04 li {
    width: calc((100% - 40px) /3);
}
.content04 li a {
	height: 100%;
    padding: 1em 1.5em;
    border-radius: 20px;
	display: block;
}
.content04 li a::after {
	content: "";
	display: inline-block;
	width: 32px;
	height: 28px;
	background: url(../images/arrow.png) no-repeat;
    background-size: contain;
	position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
}
.content04 li a .inner {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.6em;
    margin-bottom: 10px;
}
.content04 li a .inner span {
    font-size: 16px;
    line-height: 1.4em;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
	height: 23px;
}
.content04 li a .en {
	font-size: 16px;
    font-weight: 600;
	font-family: "Quicksand", sans-serif;
}
@media screen and (max-width: 650px) {
	.content04 .content_title01::before {
        width: 26vw;
        height: 18px;
    }
	
	.content04 li {
		width: calc((100% - 20px) /2);
	}
	.content04 li a {
		padding: 0.5em 0.75em;
		border-radius: 15px;
	}
	.content04 li a::after {
		width: 22px;
		height: 18px;
		right: 0.5em;
	}
	.content04 li a .inner {
		font-size: 5.0vw;
		margin-bottom: 5px;
	}
	.content04 li a .inner span {
		font-size: 3.0vw;
		height: auto;
	}
	.content04 li a .en { font-size: 3.5vw; }
	
}


/*  content05  */
.content05 {}
.content05 .content_title01::before {
    width: 160px;
    height: 25px;
    background: url(../images/title_arrival.png) no-repeat;
    background-position: center top;
    background-size: contain;
}
.content05 .kyujin_list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
    gap: 60px 0;
}
.content05 .kyujin_list .box {
    width: calc((100% - 5em) / 3);
    margin-right: 2.5em;
}
.content05 .kyujin_list .box:nth-child(3n) {
	margin-right: 0;
}
.content05 .kyujin_list .box a {
	width: 430px;
	margin: 0 0;
}
.kyujin_list .box .inner::after { content: none; }

.kyujin_list .box .kyujin_title {
    font-weight: bold;
}


@media screen and (max-width: 650px) {
	.content05 .content_title01::before {
        width: 25vw;
        height: 18px;
    }
	
	.content05 .kyujin_list { display: block; }
	.content05 .kyujin_list .box {
		margin-right: inherit;
	}
	.content05 .kyujin_list .box:nth-child(3n) {
		margin-right: inherit;
	}
	.content05 .kyujin_list .box a {
		width: 100%;
		max-width: inherit;
	}
}



/*  content06  */
.content06 {
}
.content06 .content_title01::before {
    width: 70px;
    height: 25px;
    background: url(../images/title_event.png) no-repeat;
    background-position: center top;
    background-size: contain;
}

.column_list {gap: 50px 0;}
.column_list .box {
    width: calc((100% - 10em) / 3);
    margin-right: 5em;
}
.column_list .box:nth-child(3n) {
    margin-right: 0;
}
.column_list .box figure {
    width: 100%;
    height: 390px;
}
.column_list .box figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.column_list .box .inner {
    padding: 0.75em 1em;
    background: #fff;
    width: calc(100% - 2.5em);
    margin-left: auto;
	margin-top: -2.5em;
    z-index: 1;
    border-radius: 20px 0 0 20px;
}
.column_list .box .inner::after {
	content: "";
	display: inline-block;
	width: 32px;
	height: 28px;
	background: url(../images/arrow.png) no-repeat;
	background-size: contain;
	position: absolute;
    right: 0;
    bottom: 0;
}

.column_list .title {
    font-size: 18px;
    line-height: 1.6em;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}

.point_back02 .column_list .box .inner {
    padding: 0.75em 1em 1.5em;
}
.point_back02 .column_list .box .inner::after {
    position: absolute;
    right: 0.75em;
    bottom: 0.75em;
}

@media screen and (max-width: 650px) {
	.content06 .content_title01::before {
        width: 15vw;
        height: 18px;
    }
	
	.column_list {
		gap: 20px 0;
		padding: 0 0;
	}
	.column_list .box {
		width: calc((100% - 1.0em) / 2);
		margin-right: 1.0em;
	}
	.column_list .box:nth-child(3n) {
		margin-right: 1.0em;
	}
	.column_list .box:nth-child(even) {
		margin-right: 0;
	}
	.column_list .box a {
		max-width: inherit;
		margin: 0 0;
	}
	
	.column_list .box figure { height: 30vw; }
	.column_list .box figure img {
		border-radius: 20px 20px 0 0;
	}
	
	.column_list .box .inner {
		padding: 0.5em 0.75em 1.5em;
		width: 100%;
		margin-top: 0;
		border-radius: 0 0 20px 20px;
	}
	.column_list .box .inner::after {
        width: 22px;
        height: 18px;
        right: 0.5em;
        bottom: 0.5em;
    }
	.column_list .title {
		font-size: 14px;
	}
}


/*  content07  */
.content07 { }
.content07 .content_title01::before {
    width: 105px;
    height: 25px;
    background: url(../images/title_column.png) no-repeat;
    background-position: center top;
    background-size: contain;
}
@media screen and (max-width: 650px) {
	.content07 .content_title01::before {
        width: 19vw;
        height: 18px;
    }
	
}


/*  content08  */
.content08 {
}
.content08 .content_title01::before {
    width: 150px;
    height: 25px;
    background: url(../images/title_information.png) no-repeat;
    background-position: center top;
    background-size: contain;
}
.content08 .out-wrap {
}
.content08 .list-wrap li {
  padding: 10px 0; 
  display: flex;
  align-items: center;
  overflow: hidden;
}
.content08 .list-wrap li .date {
  min-width: 120px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.content08 .list-wrap li .text {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.44;
  overflow: hidden;
}
.content08 .list-wrap li a {
  color: #000;
}
@media screen and (max-width: 650px) {
  	.content08 .content_title01::before {
        width: 28vw;
        height: 18px;
    }
	
	.content08 .list-wrap li {
		padding: 5px 0;
	}
	.content08 .list-wrap li .date {
		font-size: 14px;
		min-width: inherit;
		margin-right: 1em;
	}
	.content08 .list-wrap li .text {
		font-size: 14px;
	}
}



/*  content09  */
.content09 {}
.content09 .content_title01::before {
    width: 55px;
    height: 25px;
    background: url(../images/title_role.png) no-repeat;
    background-position: center top;
    background-size: contain;
}

.content09 .outer {}
.content09 .inner:first-child { 
    width: 60%;
    padding-right: 5em;
}
.content09 .inner:last-child { width: 40%; }

.content09 .content_title01 {
    margin-bottom: 3em;
}
.content09 .role_title {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.4em;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
.content09 .role_text {
    font-size: 18px;
    line-height: 1.8em;
    margin-top: 20px;
}
@media screen and (max-width: 650px) {
	.content09 .content_title01::before {
		width: 10vw;
        height: 18px;
	}
	
	.content09 .inner:first-child {
        width: 100%;
		padding-right: 0;
	}
	.content09 .content_title01 {
		margin-bottom: 20px;
	}
    .content09 .role_img {
        width: 70%;
        margin: 0 auto 10px;
    }
	.content09 .role_title {
		font-size: clamp(22px,6.0vw,30px);
		margin-top: 10px;
	}
	.content09 .role_text {
		font-size: 15px;
		line-height: 1.6em;
		margin-top: 10px;
	}
	
}






