@charset "utf-8";

/* CSS Document */

/****************************************************************************
	body設定
*****************************************************************************/

body {
  color: #fff;
  font-size: 14px;
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 30px;
  text-align: center;
  background-color: #292929;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: underline;
}

h2,
h3,
h4 {
  text-align: left;
}

img {
  margin: 0;
  padding: 0;
}

#container {
  min-width: 980px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

/****************************************************************************
	コンテンツ設定
*****************************************************************************/

/*	ヘッダー
----------------------------------------------------------------------------*/

#h1_obi {
  margin-top: 11px;
  background-color: #212121;
}

h1 {
  width: 960px;
  margin: auto;
  height: 26px;
  font-size: 12px;
  line-height: 26px;
  color: #fff;
  text-align: left;
}

#head {
  margin: 0 auto;
  padding: 0 0 11px 0;
  background-color: #3d3d3d;
}

#head_in {
  width: 960px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  height: 66px;
}

#head_logo {
  width: 330px;
  margin: 0;
  float: left;
}

#head_tel {
  width: 400px;
  float: right;
}

#head_tel {
  position: relative;
}

#head_tel img {
  float: left;
}

#head_icon {
  position: absolute;
  width: 161px;
  left: 370px;
  top: 5px;
}

#pc {
  display: inline;
}

#sm {
  display: none;
}

#head_tel .head_lang {
  position: absolute;
  top: 2px;
  right: 0;
  margin: auto;
  font-size: 12px;
  z-index: 100;
}

#head_tel .head_lang a {
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
  margin: 0 2px;
  padding: 2px 10px;
  text-decoration: none;
  background: #3285ca;
  border-radius: 1em;
  background: #3285ca;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #3285ca 0%, #0044bc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #3285ca 0%, #0044bc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3285ca', endColorstr='#0044bc', GradientType=1);
  /* IE6-9 */
  -webkit-transition: all 0.4s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 10;
}

#head_tel .head_lang a:hover {
  background: #fff;
  color: #3d3d3d;
}

.inq_button {
  position: absolute;
  right: 0;
  bottom: 4px;
}
/*	グローバルナビ
----------------------------------------------------------------------------*/

#navi_obi {
  height: 66px;
  background-image: url(../img/common/navi_back.png);
  background-repeat: repeat-x;
}

#navi {
  width: 960px;
  margin: 0 auto;
}

#navi li {
  float: left;
  margin: 0;
  height: 66px;
}

/*	フッター
----------------------------------------------------------------------------*/

#footer {
  margin: 50px 0 0 0;
  padding-top: 2px;
  text-align: center;
  height: 28px;
  background-image: url(../img/common/foot_bar.png);
  background-repeat: repeat-x;
  background-position: top;
  /*background-color: #262626;*/
}

#footer_in {
  width: 960px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  height: 28px;
  position: relative;
  text-align: right;
}

#footer_add {
  /*	font-size:10px;
	width:590px;
	height:28px;
*/
  line-height: 25px;
  text-align: left;
  color: #fff;
  float: left;
  margin-top: 5px;
  margin-bottom: 15px;
}

#footer_logo {
  display: block;
  font-size: 14px;
  line-height: 30px;
  text-align: left;
  padding-right: 2em;
}

#footer_copy {
  background-color: #212121;
  color: #fff;
  font-size: 10px;
  line-height: 28px;
  /* [disabled]height: 28px; */
  text-align: right;
  margin: 0px;
  padding: 0px;
  clear: both;
  text-align: center;
}

#merry_logo {
  padding-top: 10px;
  width: 260px;
  float: right;
}

.page_top {
  width: 150px;
  height: auto;
  position: absolute;
  left: 810px;
  top: -32px;
}

/*	共通
----------------------------------------------------------------------------*/

.style_bold {
  font-weight: bold;
}

.style_right {
  text-align: right;
}

.style_left {
  text-align: left;
}

.font14 {
  font-size: 14px;
}

.font13 {
  font-size: 13px;
}

.font12 {
  font-size: 12px;
  letter-spacing: -0.08em;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt-10 {
  margin-top: -10px;
}

.mt-15 {
  margin-top: -15px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml50 {
  margin-left: 50px;
}

.ml60 {
  margin-left: 60px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr50 {
  margin-right: 50px;
}

.center {
  text-align: center;
}

.clear {
  clear: both;
  overflow: hidden;
  margin: auto;
}

.int10 {
  text-indent: -1em;
  padding-left: 1em;
}

/*	共通
----------------------------------------------------------------------------*/

.contents {
  width: 960px;
  margin: 0 auto;
  padding: 1px 0 20px 0;
}

.title {
  margin: 0 auto 36px auto;
  height: 66px;
  background-image: url(../img/common/title_back.png);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  overflow: hidden;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 66px;
  color: #000;
  -webkit-transform-origin: 0 0;
  -webkit-transform: scale(1, 1.01);
  -moz-transform-origin: 0 0;
  -moz-transform: scale(1, 1.01);
  -ms-transform-origin: 0 0;
  -ms-transform: scale(1, 1.02);
  /* IE9だけ1.02 */
  -o-transform-origin: 0 0;
  -o-transform: scale(1, 1.01);
}

.title_sub {
  width: 960px;
  margin: 30px auto;
  border-bottom: 1px solid #c5d1e4;
  text-align: center;
  height: 44px;
  font-size: 24px;
  font-weight: bold;
  line-height: 44px;
  color: #fff;
}

.title_sub_icon {
  width: 930px;
  margin: 15px auto;
  text-align: left;
  height: 30px;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  padding-left: 15px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  background-image: url(../img/common/title_icon.png);
  background-repeat: no-repeat;
  background-position: left;
  -webkit-transform-origin: 0 0;
  -webkit-transform: scale(1, 1.01);
  -moz-transform-origin: 0 0;
  -moz-transform: scale(1, 1.01);
  -ms-transform-origin: 0 0;
  -ms-transform: scale(1, 1.02);
  /* IE9だけ1.02 */
  -o-transform-origin: 0 0;
  -o-transform: scale(1, 1.01);
}

.title_sub_icon_red {
  text-align: left;
  height: 30px;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  font: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
  color: #bb2020;
  padding-left: 1em;
}

.text_box {
  width: 930px;
  margin: 10px auto 40px auto;
  text-align: left;
}

hr {
  border: none;
  border-top: solid 1px #898989;
  height: 2px;
  margin: 20px auto;
}

.table_box {
  width: 756px;
  margin: 20px auto 50px auto;
  border-top: #fff 1px solid;
}

.table_box th {
  width: 165px;
  padding: 9px 5px;
  border-right: #fff 1px solid;
  border-bottom: #fff 1px solid;
  border-left: #fff 1px solid;
  text-align: center;
  background-color: #161616;
  font-size: 14px;
  line-height: 38px;
}

.table_box td {
  padding: 9px 5px;
  border-right: #fff 1px solid;
  border-bottom: #fff 1px solid;
  text-align: left;
  font-size: 14px;
  line-height: 38px;
  background-color: #323232;
}

/*　TOP
----------------------------------------------------------*/

.top_img {
  width: 228px;
  padding: 2px;
  border: 1px solid #b5b5b6;
  float: left;
  background-color: #fff;
  margin: 10px 3px 50px 2px;
}

.top_box {
  width: 460px;
  margin: 20px 10px;
  float: left;
  text-align: left;
}

.top_box_title {
  margin: 0 auto 15px auto;
  text-align: left;
  height: 20px;
  font-size: 21px;
  font-weight: bold;
  line-height: 20px;
  padding-left: 10px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  background-image: url(../img/top/title_icon.png);
  background-repeat: no-repeat;
  background-position: left;
  -webkit-transform-origin: 0 0;
  -webkit-transform: scale(1, 1.01);
  -moz-transform-origin: 0 0;
  -moz-transform: scale(1, 1.01);
  -ms-transform-origin: 0 0;
  -ms-transform: scale(1, 1.02);
  /* IE9だけ1.02 */
  -o-transform-origin: 0 0;
  -o-transform: scale(1, 1.01);
}

.top_seo {
  margin: 0 auto;
  padding: 0;
  background-image: url(../img/top/seo_back.png);
}

.top_seo_in {
  width: 920px;
  background-image: url(../img/top/seo_img.png);
  background-repeat: no-repeat;
  margin: 0 auto;
  font-size: 12px;
  line-height: 23px;
  text-align: left;
  padding: 30px 20px;
  color: #fff;
}

.merry {
  left: 714px;
  overflow-x: hidden;
  max-height: 80px;
  top: 36px;
  position: absolute;
  z-index: 999;
}

.banner_cert {
  right: 10px;
  position: absolute;
  z-index: 999;
  width: 200px;
  top: 10px;
}
.banner_cert img{
  width: 100%;
  height: auto;
}


/*　業務案内
----------------------------------------------------------*/

.biz_sub_title {
  width: 960px;
  margin: 10px auto;
  height: 36px;
  font-size: 22px;
  line-height: 36px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: bold;
  text-align: center;
  background-color: #304356;
  -webkit-transform-origin: 0 0;
  -webkit-transform: scale(1, 1.01);
  -moz-transform-origin: 0 0;
  -moz-transform: scale(1, 1.01);
  -ms-transform-origin: 0 0;
  -ms-transform: scale(1, 1.02);
  /* IE9だけ1.02 */
  -o-transform-origin: 0 0;
  -o-transform: scale(1, 1.01);
}

.biz_box {
  width: 960px;
  padding: 25px 0;
  margin: 10px auto 40px auto;
  background-color: #323232;
}

.workarea{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}

.workarea .ta-c{
  text-align: center;
}

.workarea .object_fit_img{
  object-fit: contain;
  object-position: center;
  font-family: 'object-fit: contain';
  width: 100%;
  height: 400px;
  padding: 20px;
  box-sizing: border-box;
}
.workarea .work-box{
  margin-top: 20px;
  background: #fff;
  border: 2px solid #304356;
}
.workarea .work-box .ttl {
  margin: 0;
  padding: 4px 1em;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #304356;
}
.workarea p{
  margin: 1em auto;
  padding: 0 1em;
  box-sizing: border-box;
  line-height: 1.6;
  text-align: left;
  color: #000;
}
.workarea .work-imgs{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.workarea .work-imgs .patent{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  letter-spacing: .02em;
  background: #0044bc;
  font-size: 18px;
  z-index: 10;
}
.workarea .w100 {
  width: 100%;
}
.workarea .w50 {
  width: 48%;
}

.workarea .w33 {
  width: 32%;
}

#video_wrapper {
  float: left;
  margin: 0 35px 0 33px;
}

#video {
  cursor: pointer;
}

.biz_img {
  width: 390px;
  padding: 2px;
  border: 1px solid #b5b5b6;
  float: left;
  background-color: #fff;
  margin: 0 35px 0 33px;
}

.biz_img_line {
  width: 190px;
  padding: 0px;
  border: 1px solid #b5b5b6;
  float: right;
  background-color: #fff;
  margin: 0 5px 5px 3px;
  /* [disabled]min-height: 224px; */
}

.biz_text_box {
  width: 455px;
  float: left;
  margin: 10px 0 20px 0;
  text-align: left;
}

.biz_video_obi {
  margin: 0;
  padding: 60px 0 150px 0;
  text-align: center;
  background-color: #304356;
}

.biz_video_in {
  width: 978px;
  margin: auto;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.biz_video_in:first-child {
  margin-top: 0;
}

.biz_video_box {
  width: 296px;
  margin: 0 15px;
  float: left;
}

.biz_video_text {
  text-align: left;
}

.biz_video_box img {
  width: 290px;
  padding: 2px;
  border: 1px solid #b5b5b6;
  background-color: #fff;
}

.biz_jisseki_l {
  width: 493px;
  float: left;
  margin: 0 35px 0 11px;
}

.biz_jisseki_l img {
  margin-bottom: 34px;
}

.biz_jisseki_r {
  width: 410px;
  float: left;
  margin: 0;
}

.biz_jisseki_r img {
  margin-bottom: 34px;
}

/*　ご依頼からの流れ
----------------------------------------------------------*/

.flow_box0 {
  background-color: #323232;
  background-image: url(../img/flow/back_01.png);
  background-repeat: no-repeat;
  background-position: right;
  padding: 20px 280px 80px 20px;
  font-size: 15px;
  line-height: 25px;
  text-align: left;
  margin: 20px 0;
}

.flow_box_text {
  width: 640px;
  float: left;
  font-size: 16px;
  line-height: 23px;
  text-align: left;
}

.flow_box_text_title {
  font-size: 22px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  margin-bottom: 20px;
  -webkit-transform-origin: 0 0;
  -webkit-transform: scale(1, 1.01);
  -moz-transform-origin: 0 0;
  -moz-transform: scale(1, 1.01);
  -ms-transform-origin: 0 0;
  -ms-transform: scale(1, 1.02);
  /* IE9だけ1.02 */
  -o-transform-origin: 0 0;
  -o-transform: scale(1, 1.01);
}

.flow_box_text img {
  margin-top: 20px;
}

.flow_box1 {
  background-color: #323232;
  padding: 20px;
  border-bottom: 1px solid #fff;
  margin: 25px 0;
}

.flow_step1 {
  width: 275px;
  float: left;
  margin-top: 70px;
}

.flow_box2 {
  background-color: #323232;
  padding: 20px;
  border-bottom: 1px solid #fff;
  margin: 25px 0;
}

.flow_step2 {
  width: 275px;
  float: left;
  margin-top: 5px;
}

.flow_box3 {
  background-color: #323232;
  padding: 20px;
  border-bottom: 1px solid #fff;
  margin: 25px 0;
  background-image: url(../img/flow/img03.png);
  background-repeat: no-repeat;
  background-position: right;
}

.flow_step3 {
  width: 275px;
  float: left;
  margin-top: 5px;
}

.flow_box4 {
  background-color: #323232;
  padding: 20px;
  border-bottom: 1px solid #fff;
  margin: 25px 0;
}

.flow_step4 {
  width: 275px;
  float: left;
  margin-top: 10px;
}

.flow_box5 {
  background-color: #323232;
  padding: 20px;
  border-bottom: 1px solid #fff;
  margin: 25px 0;
  background-image: url(../img/flow/img05.png);
  background-repeat: no-repeat;
  background-position: right;
}

.flow_step5 {
  width: 275px;
  float: left;
  margin-top: 5px;
}

.flow_box6 {
  background-color: #323232;
  padding: 20px;
  border-bottom: 1px solid #fff;
  margin: 25px 0;
}

.flow_step6 {
  width: 275px;
  float: left;
  margin-top: 5px;
}

.flow_box7 {
  background-color: #323232;
  padding: 20px;
  border-bottom: 1px solid #fff;
  margin: 25px 0;
  background-image: url(../img/flow/img07.png);
  background-repeat: no-repeat;
  background-position: right;
}

.flow_step7 {
  width: 275px;
  float: left;
  margin-top: 5px;
}

.flow_box8 {
  background-color: #323232;
  padding: 20px;
  border-bottom: 1px solid #fff;
  margin: 25px 0;
}

.flow_step8 {
  width: 275px;
  float: left;
  margin-top: 5px;
}

.flow_box9 {
  background-color: #323232;
  padding: 20px;
  border-bottom: 1px solid #fff;
  margin: 25px 0;
  background-image: url(../img/flow/img09.png);
  background-repeat: no-repeat;
  background-position: right;
}

.flow_step9 {
  width: 275px;
  float: left;
  margin-top: 5px;
}

.flow_box_after {
  background-color: #323232;
  padding: 20px;
  font-size: 14px;
  line-height: 30px;
  margin: 25px 0;
  text-align: left;
}

.flow_box_after img {
  float: right;
  margin-top: 5px;
}

/*　会社概要
----------------------------------------------------------*/

.comp_box {
  background-color: #fff;
  padding: 20px;
  margin: 25px 0;
  font-size: 15px;
  line-height: 25px;
  color: #000;
}

.comp_box img {
  float: right;
}

.comp_box_text {
  width: 680px;
  margin: 0;
  text-align: left;
  float: left;
}

.comp_box_text img {
  float: right;
}

.comp_rinen {
  width: 598px;
  margin: 50px auto 50px auto;
}

.comp_add_box {
  width: 880px;
  margin: 20px auto;
}

.comp_map {
  width: 414px;
  height: 246px;
  margin-right: 67px;
  float: left;
  overflow: hidden;
}

.comp_add_box img {
  width: 390px;
  float: left;
  padding: 2px;
  border: 1px solid #b5b5b6;
  background-color: #fff;
}

.comp_map_text {
  text-align: left;
  height: 60px;
  line-height: 60px;
  clear: both;
}

/*　採用情報
----------------------------------------------------------*/

.recruit_box {
  background-color: #323232;
  background-image: url(../img/recruit/back_01.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 100%;
  padding: 20px;
  font-size: 13px;
  line-height: 23px;
  text-align: left;
  margin: 20px 0;
}

.recruit_box_tel {
  font-size: 20px;
}

.recruit_gallery_obi {
  margin: 0 0 100px 0;
  padding: 24px 0 60px 0;
  text-align: center;
  background-color: #304356;
}

.recruit_gallery_in {
  width: 960px;
  margin: auto;
}

.recruit_gallery_in img {
  width: 294px;
  padding: 2px;
  border: 1px solid #b5b5b6;
  float: left;
  background-color: #fff;
  margin: 10px;
}

.recruit_recruit_in {
  width: 960px;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 13px;
  height: 266px;
}

.recruit_recruit_in img {
  width: 294px;
  padding: 2px;
  border: 1px solid #b5b5b6;
  float: left;
  background-color: #fff;
  margin: 10px;
}

/*　お問い合わせ
----------------------------------------------------------*/

.contact_box1 {
  background-color: #323232;
  background-image: url(../img/contact/img01_tel.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 100%;
  height: 80px;
  padding: 20px;
  line-height: 23px;
  text-align: left;
  margin: 20px 0;
}

.contact_box2 {
  background-color: #323232;
  padding: 20px;
  line-height: 23px;
  text-align: center;
  margin: 20px 0;
}

.contact_bnr {
  width: 635px;
  height: 98px;
  margin: 20px auto;
}

.contact_comm {
  margin: 10px 0 20px 75px;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}

.contact_box {
  width: 824px;
  margin: 30px auto;
  text-align: left;
}

.contact_table_l {
  padding: 15px 0;
  border-bottom: #666 1px dotted;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  width: 135px;
}

.contact_table_m {
  padding: 15px 10px;
  border-bottom: #666 1px dotted;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  width: 56px;
}

.contact_table_r {
  padding: 15px 0;
  border-bottom: #666 1px dotted;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
}

#submit_btn {
  border: none;
  margin: 40px auto;
  width: 301px;
  height: 56px;
  background: url(../img/contact/send.png) no-repeat;
  cursor: pointer;
  cursor: hand;
}

.form_style {
  width: 90%;
  height: 30px;
  vertical-align: middle;
  font-size: 16px;
  background-color: #fff;
}

.form_style_s {
  width: 40%;
  height: 30px;
  vertical-align: middle;
  font-size: 16px;
  background-color: #fff;
}

.form_style_tarea {
  width: 90%;
  height: 200px;
  padding: 5px;
  font-size: 16px;
  background-color: #fff;
}

/* recruit banner */

#head_in {
  position: relative;
}
a.rec_banner {
  display: none; /*2020年4月3日 none に変更*/
  position: fixed;
  top: 103px;
  z-index: 100;
  transition: 0.4s;
}

a.rec_banner img {
  width: 100%;
  height: auto;
}
a.rec_banner.left {
  left: 0;
}
a.rec_banner.right {
  right: 0;
}
a.rec_banner:hover {
  opacity: 0.8;
}


.workarea .pdf_link{
  display: block;
  padding: 6px 33px 6px 18px;
  border-radius: 10px;
  position: absolute;
  bottom: 10px;
  left: 150px;
  z-index: 1;
  text-decoration: none;
  font-weight: bold;
  background: linear-gradient(to bottom, rgb(248, 80, 50) 0%, rgb(241, 111, 92) 50%, rgb(246, 41, 12) 51%, rgb(240, 47, 23) 71%, rgb(231, 56, 39) 100%);
  border: 4px solid #ffb6ac;
}

.workarea .pdf_link::after{
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(225deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 16px;
}