@charset "utf-8";
/* CSS Document */ 
:root {
  --main-color: #005ba5;
  --sub-color: #005ba5;
  --bg-color: transparent linear-gradient(307deg, #ffffff 0%, #a9e3ff 100%);
}
/*-----------------------------機能カテゴリタグ*/
.fn_tag {
  display: inline-block;
  background: #0660c5;
  border: 1px solid #0660c5;
  border-radius: 50px;
  padding: 3px 40px;
  margin: 0 auto 30px;
  color: #fff;
}
.egr_tag {
  display: inline-block;
  background: #00bfa5;
  border: 1px solid #00bfa5;
  border-radius: 50px;
  padding: 3px 40px;
  margin: 0 auto 30px;
  color: #fff;
}
.app_tag {
  display: inline-block;
  background: #fff;
  border: 1px solid #0660c5;
  border-radius: 50px;
  padding: 3px 40px;
  margin: 0 auto 30px;
  color: #0660c5;
}
/*-----------------------------セクションタイトル*/
[id^="sec_"] h4:not(.panel_wrap h4) {
  display: inline-block;
  color: var(--main-color);
  font-size: 22px;
  line-height: 1.4em;
}
@media print, screen and (min-width:768px) {
  [id^="sec_"] h4:not(.panel_wrap h4) {
    font-size: 30px;
  }
}
/*-----------------------------table*/
#mot_kintai_detail table {
  margin: 30px auto;
  width: 100%;
  font-size: 14px
}
#mot_kintai_detail table tr {
  background: #fff;
}
#mot_kintai_detail table tr:nth-child(odd) {
  background: #e5ebeb;
}
#mot_kintai_detail table tr th, #mot_kintai_detail table tr td {
  text-align: center;
  padding: 10px;
  display: block;
}
@media print, screen and (min-width:992px) {
  #mot_kintai_detail table tr th, #mot_kintai_detail table tr td {
    display: table-cell;
  }
}
#mot_kintai_detail table tr th:nth-child(odd), #mot_kintai_detail table tr td:nth-child(odd) {
  border-right: 0;
}
@media print, screen and (min-width:992px) {
  #mot_kintai_detail table tr th:nth-child(odd), #mot_kintai_detail table tr td:nth-child(odd) {
    border-right: 1px solid #b3afaf;
  }
}
#mot_kintai_detail table tr th {
  color: #fff;
  font-weight: bold;
  background: #0660c5;
  font-size: 18px;
  padding: 15px 0;
}
#mot_kintai_detail table tr th:nth-child(even) {
  background: #7bb4f3;
}
#mot_kintai_detail table tr td:nth-child(odd) {
  font-weight: bold;
  font-size: 16px;
}
#mot_kintai_detail table thead th {
  display: none;
}
@media print, screen and (min-width:992px) {
  #mot_kintai_detail table thead th {
    display: table-cell;
  }
}
#mot_kintai_detail table tr td::before {
  content: attr(data-head);
  display: block;
  margin-bottom: 4px;
  color: #0057b8
}
@media print, screen and (min-width:992px) {
  #mot_kintai_detail table tr td::before {
    display: none;
  }
}
#mot_kintai_detail div.row > div p {
  text-align: left;
}
#mot_kintai_detail div.row > div figure figcaption {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  margin: 10px auto;
}
#mot_kintai_detail div.row > div h5 {
  color: #005dff;
}
#mot_kintai_detail figure figcaption {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin: 10px auto;
}
@media print, screen and (min-width:992px) {
  #mot_kintai_detail figure figcaption {
    font-size: 20px;
  }
}
#mot_kintai_detail a img {
  transition: all 0.5s;
}
#mot_kintai_detail a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#mot_kintai_detail .pop_up_area img {
  border: 1px solid var(--main-color);
  background: #fff;
  padding: 15px;
}
#mot_kintai_detail p a {
  color: #ff3366;
  text-decoration: underline;
}
#mot_kintai_detail p a:hover {
  color: #ff3366;
  text-decoration: none;
}
/*-----------------------------#sec_01*/
#sec_01 {
  padding-top: 0;
  padding-bottom: 0;
}
#sec_01 {
  padding-top: 0;
  background: url("../../../img/callcentersys_img/bg_cts.png") -70% -1% no-repeat, url("../../../img/callcentersys_img/bg_cts.png") 200% 103% no-repeat;
  background-size: 70%, 80%;
}
@media print, screen and (min-width:768px) {
  #sec_01 {
    background: url("../../../img/callcentersys_img/bg_cts.png") -20% -19% no-repeat, url("../../../img/callcentersys_img/bg_cts.png") 110% 100% no-repeat;
    background-size: 40%, 30%;
  }
}
#sec_01 h3 {
  display: block;
  margin-bottom: 0;
}
#sec_01 p {
  margin-bottom: 10px;
}
#sec_01 p.etc small {
  display: block;
  margin-top: -20px;
  margin-bttom: 10px;
  padding-left: 0.5em;
}
#sec_01 ul.row {
  justify-content: space-around;
  align-content: stretch;
}
#sec_01 ul.row > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
}
#sec_01 ul.row > li h5 {
  display: block;
  font-size: 18px;
  color: #099d26;
  border-bottom: 2px solid #099d26;
  width: 100%;
  text-align: left;
  padding: 5px 10px;
  margin-bottom: 10px;
}
#sec_01 ul.row > li > ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}
#sec_01 ul.row > li > ul > li {
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  background: #d5ffdd;
  color: #099d26;
  padding: 8px;
  margin: 5px;
  border: 1px solid #008000;
  border-radius: 50px;
  width: 100%;
}
@media print, screen and (min-width:768px) {
  #sec_01 ul.row > li > ul > li {
    width: auto;
    min-width: 30%;
  }
}
#sec_01 ul.row > li h5.bl_und {
  color: #0660c5;
  border-bottom: 2px solid #0660c5;
}
#sec_01 ul.row > li > ul.relfnc_tag > li {
  background: #c8e2ff;
  color: #0660c5;
  padding: 8px;
  margin: 5px;
  border: 1px solid #0660c5;
}
/*------------------------------------#sec_02*/
#sec_02 {
  padding-top: 0;
  background: #fff;
}
#sec_02 .container {
  margin-top: 0;
}
#sec_02 .row {
  justify-content: center;
}
#sec_02 .row > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#sec_02 .row > div img {
  border: 1px solid var(--main-color);
  padding: 15px;
}
#sec_02 .row > div p {
  text-align: left;
}
/*------------------------------------#sec_03*/
#sec_03 {
  background: var(--bg-color);
}
/*------------------------------------「特徴」　セクション*/
ul.ftr_list li {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: dotted 1px #0660c5;
}
ul.ftr_list li .ftr_num {
  background: #0660c5;
  border-radius: 6px;
  color: #fff;
  padding: 10px 20px;
  font-size: 30px;
  font-weight: 900;
  display: flex;
  align-items: center;
}
ul.ftr_list li .comm_wrap {
  padding: 10px 20px;
}
ul.ftr_list li .comm_wrap h5, ul.ftr_list li .comm_wrap p {
  text-align: left;
}
ul.ftr_list li .comm_wrap h5 {
  color: #0660c5;
}
ul.ftr_list li a {
  text-decoration: underline;
  color: #007aff;
}
ul.ftr_list li a:hover {
  text-decoration: none;
  color: #FF4245;
}
/*------------------------------------「リアルタイムモニター機能」ページ用 */
ul.pop_up_area li img {
  border: 1px solid #666;
}
/*------------------------------------各詳細「機能」パネルリンク　セクション*/
ul#func_panel_stc.row {
  padding: 10px;
}
ul#func_panel_stc.row > li {
  padding: 5px;
  margin-bottom: 5px;
}
@media print, screen and (min-width:768px) {
  ul#func_panel_stc.row > li {
    padding: 8px;
    margin-bottom: 45px;
  }
}
ul#func_panel_stc {
  justify-content: center;
  transition: all 1s;
}
ul#func_panel_stc > li .panel_wrap {
  border: 1px solid #ffffff00;
  padding: 10px;
}
@media print, screen and (min-width:768px) {
  ul#func_panel_stc > li .panel_wrap {
    padding: 20px;
  }
}
ul#func_panel_stc > li .panel_wrap a:hover {
  border: 2px solid #007dff;
  background: #e9f4ff;
}
ul#func_panel_stc > li .panel_wrap h4 {
  font-size: 18px;
  margin: 0 auto;
  display: block;
  width: 100%;
}
ul#func_panel_stc > li .panel_wrap img {
  height: 100px;
  width: auto;
  margin: 0 auto;
}
ul#func_panel_stc > li .panel_wrap p {
  color: #333;
  line-height: 1.6em;
  font-size: 15px;
  margin: 8px auto;
  word-break: break-all;
}
/*------------------------------------CTIページ「連携実績」セクション*/
#sec_achv {
  background: #f0f8ff;
}
#sec_achv p a {
  text-decoration: underline;
  color: #0f8f03;
}
#sec_achv p a:hover {
  text-decoration: none;
  color: #FF4245;
}
#sec_achv img {
  display: block;
  margin: 10px auto;
  width: 100%;
  max-width: 650px;
}
#sec_achv table {
  margin: 30px auto;
  width: 100%;
  font-size: 14px
}
#sec_achv table tr {
  background: #fff;
}
#sec_achv table tr:nth-child(odd) {
  background: #e5ebeb;
}
#sec_achv table tr th, #sec_achv table tr td {
  text-align: center;
  padding: 10px;
  display: block;
}
@media print, screen and (min-width:992px) {
  #sec_achv table tr th, #sec_achv table tr td {
    display: table-cell;
  }
}
#sec_achv table tr th:nth-child(odd), #sec_achv table tr td:nth-child(odd) {
  border-right: 0;
}
@media print, screen and (min-width:992px) {
  #sec_achv table tr th:nth-child(odd), #sec_achv table tr td:nth-child(odd) {
    border-right: 1px solid #b3afaf;
  }
}
#sec_achv table tr th {
  color: #fff;
  font-weight: bold;
  background: #0660c5;
  font-size: 18px;
  padding: 15px;
}
#sec_achv table tr th:nth-child(even) {
  background: #7bb4f3;
}
#sec_achv table tr td:nth-child(odd) {
  font-weight: bold;
  font-size: 16px;
}
#sec_achv table thead th {
  display: none;
}
@media print, screen and (min-width:992px) {
  #sec_achv table thead th {
    display: table-cell;
  }
}
#sec_achv table tr td::before {
  content: attr(data-head);
  display: block;
  margin-bottom: 4px;
  color: #0057b8
}
@media print, screen and (min-width:992px) {
  #sec_achv table tr td::before {
    display: none;
  }
}
/*------------------------------------「関連機能一覧」リンク　セクション*/
#sec_rel_funcs {
  background: #d8e8ff;
}
#sec_rel_funcs ul.row {
  justify-content: space-around;
  margin-bottom: 0;
}
#sec_rel_funcs ul.row > li {
  flex-grow: 2;
  margin-bottom: 0;
}
#sec_rel_funcs ul.row > li a {
  display: block;
  border: 1px solid var(--main-color);
  border-radius: 6px;
  background: #fff;
  color: var(--main-color);
  font-size: 15px;
  padding: 10px;
  outline: none;
  transition: all 0.3s;
  width: 100%;
}
#sec_rel_funcs ul.row > li a:hover {
  background: var(--main-color);
  color: #fff;
}
@media print, screen and (min-width:768px) {
  #sec_rel_funcs ul.row > li a {
    padding: 5px 10px;
  }
}
#sec_rel_funcs .container {
  margin-top: 0;
}
/*--------------------------------------------------「フレックス設定」*/
.fn_flex #sec_02 .row > div .panel_wrap h5 {
  display: block;
  border: 1px solid #0066ff;
  border-radius: 3px;
  background: #0066ff;
  color: #fff;
  padding: 8px 0;
  width: 100%;
  margin: 0 auto 20px
}
.fn_flex #sec_02 .row > div:nth-child(2) .panel_wrap h5 {
  border: 1px solid #54c360;
  background: #54c360;
}
.fn_flex #sec_02 .row > div .panel_wrap ul {
  display: list-item;
  text-align: left;
  padding: 10px 0 10px 20px;
}
.fn_flex #sec_02 .row > div .panel_wrap ul li {
  font-size: 16.5px;
  list-style: disc;
  margin-bottom: 10px;
}
/*--------------------------------------------------「給与データCSV出力」*/
.fn_csv figure {
  margin-bottom: 50px;
}
.fn_csv figure img {
  border: 1px solid var(--main-color);
  background: #fff;
  padding: 15px;
}
/*.fn_csv #sec_03 {
  background: var(--bg-color);
}*/
/*--------------------------------------------------「残業アラート」*/
.fn_alert h4 span {
  display: block;
  font-size: 1.3em;
  margin-top: 10px;
}
.fn_alert #sec_02 ul.row {
  justify-content: center;
  align-content: stretch;
  padding-left: 10px;
  padding-right: 10px;
}
.fn_alert #sec_02 ul.row > li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: space-between;
  padding: 0 5px;
  margin-bottom: 10px;
}
.fn_alert #sec_02 ul.row li a {
  border: 1px solid var(--main-color);
  border-radius: 6px;
  background: #fff;
  color: var(--main-color);
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  outline: none;
  transition: all 0.3s;
  width: 100%;
}
.fn_alert #sec_02 ul.row li a:hover {
  background: var(--main-color);
  color: #fff;
}
.fn_alert .sec_cld_area ul.row {
  justify-content: center;
  align-content: stretch;
}
.fn_alert .sec_cld_area ul.row > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding: 20px;
}
.fn_alert .sec_cld_area ul.row > li h5 {
  color: var(--main-color);
  margin-bottom: 15px;
  font-size: 1.5em;
}
.fn_alert .sec_cld_area ul.row > li figure figcaption {
  text-align: center;
  font-size: 14px;
}
.fn_alert .pop_up_area figure img {
  border: 1px solid var(--main-color);
  background: #fff;
  padding: 15px;
}
.fn_alert #sec_03 {
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
}
.fn_alert #sec_03 .sec_cld_area:nth-child(odd) {
  background: var(--bg-color);
}
.fn_alert #sec_03 .sec_cld_area {
  padding-top: 50px;
  padding-bottom: 50px;
}
.fn_alert #sec_04 {
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
}
.fn_alert #sec_04 .sec_cld_area:nth-child(odd) {
  background: var(--bg-color);
}
.fn_alert #sec_04 .sec_cld_area {
  padding-top: 50px;
  padding-bottom: 50px;
}
/*--------------------------------------------------「有給の自動付与・自動消滅設定」*/
#mot_kintai_detail.fn_pvc h5 {
  color: var(--main-color);
  margin-bottom: 15px;
  font-size: 1.5em;
}
.fn_pvc figure figcaption {
  text-align: center;
  font-size: 14px;
}
.fn_pvc figure {
  margin-bottom: 40px;
}
#mot_kintai_detail.fn_pvc table {
  border: 1px solid #fff;
  margin: 0 auto;
}
#mot_kintai_detail.fn_pvc table tr th:first-child {
  background: #afd9ff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  color: var(--main-color);
  font-size: 16px;
  width: 100%;
}
@media print, screen and (min-width:992px) {
  #mot_kintai_detail.fn_pvc table tr th:first-child {
    width: 25%;
  }
}
#mot_kintai_detail.fn_pvc table thead tr:nth-child(1) th {
  background: var(--main-color);
  color: #fff;
}
/*--------------------------------------------------「打刻方法」共通コンテンツ*/
#sec_scene {
  background: var(--bg-color);
}
#sec_scene h5 {
  color: #fff;
  border: 1px solid var(--main-color);
  border-radius: 6px;
  background: var(--main-color);
  font-size: 16px;
  padding: 10px;
  margin-bottom: 15px;
}
@media print, screen and (min-width:992px) {
  #sec_scene h5 {
    font-size: 20px;
  }
}
#sec_scene ul.row {
  justify-content: center;
  align-content: stretch;
  height: 100%;
  padding: 0 10px;
}
#sec_scene ul.row li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: space-around;
  padding: 5px;
  margin-bottom: 0;
}
#sec_scene ul.row li a, #sec_scene ul.row li .a_wrap {
  border: 1px solid #fff;
  border-radius: 6px;
  background: #fff;
  box-shadow: 1px 1px 3px #999;
  height: 100%;
  transition: all 0.3s;
}
#sec_scene ul.row li a figure {
  border-bottom: none;
  aspect-ratio: unset;
}
#sec_scene ul.row li a figure figcaption, #sec_scene ul.row li .a_wrap figure figcaption {
  text-align: center;
  font-size: 14px;
  color: var(--main-color);
}
#sec_scene ul.row li a:hover {
  border: 1px solid var(--main-color);
  background: #d1e2ff;
}
/*--------------------------------------------------「打刻方法」共通*/
[class^="egr_"] ul.row, [class*=" egr_"] ul.row {
  justify-content: center;
  align-content: stretch;
}
[class^="egr_"] ul.row > li, [class*=" egr_"] ul.row > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: space-around;
}
[class^="egr_"] .pop_up_area figure, [class*=" egr_"] .pop_up_area figure {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  margin: 0 auto;
  border-bottom: 1px solid var(--main-color);
}
[class^="egr_"] figure.pop_up_area, [class*=" egr_"] figure.pop_up_area {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  margin: 0 auto;
  border-bottom: 1px solid var(--main-color);
}
[class^="egr_"] figure figcaption, [class*=" egr_"] figure figcaption {
  display: inline-block;
  text-align: center;
}
/*--------------------------------------------------「出勤通知設定」*/
.egr_att #sec_02 {
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
}
.egr_att #sec_02 .sec_cld_area {
  padding-top: 50px;
  padding-bottom: 50px;
}
.egr_att #sec_02 .sec_cld_area:nth-child(odd) {
  background: var(--bg-color);
}
/*--------------------------------------------------「顔認証打刻」*/
.egr_gate #sec_02 {
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
}
.egr_gate #sec_02 .sec_cld_area {
  padding-top: 50px;
  padding-bottom: 50px;
}
.egr_gate #sec_02 .sec_cld_area:nth-child(odd) {
  background: var(--bg-color);
}
.egr_gate #sec_02 .sec_cld_area:nth-child(2) {
  padding-top: 0;
}
.egr_gate #sec_02 .sec_cld_area ul.row {
  justify-content: space-between;
  align-content: stretch;
}
.egr_gate #sec_02 .sec_cld_area ul.row > li {
  margin-bottom: 0;
}
.egr_gate #sec_02 .sec_cld_area ul.row > li .panel_wrap {
  padding: 20px;
}
.egr_gate #sec_02 .sec_cld_area ul.row > li .panel_wrap h5 {
  border: 1px solid #3366ff;
  color: #3366ff;
  font-size: 22px;
}
.egr_gate #sec_02 .sec_cld_area ul.row > li .panel_wrap img {
  margin: 20px auto;
}
#mot_kintai_detail.egr_gate #sec_02 table {
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}
#mot_kintai_detail.egr_gate #sec_02 table tr th, #mot_kintai_detail.egr_gate #sec_02 table tr td {
  display: table-cell;
  font-weight: bold;
  font-size: 14px
}
@media print, screen and (min-width:992px) {
  #mot_kintai_detail.egr_gate #sec_02 table tr th, #mot_kintai_detail.egr_gate #sec_02 table tr td {
    font-size: 16px;
  }
}
#mot_kintai_detail.egr_gate #sec_02 table tr td {
  border-right: 1px solid #999;
}
#mot_kintai_detail.egr_gate #sec_02 table tr td:before {
  display: none;
}
#mot_kintai_detail.egr_gate #sec_02 table tr th.blk_cel {
  background: #fff;
  border-right: 1px solid #999;
}
#mot_kintai_detail.egr_gate #sec_02 table tr th:nth-child(1) {
  border-bottom: 1px solid #fff;
  padding: 10px;
  width: 20%;
}
#mot_kintai_detail.egr_gate #sec_02 table tr th:nth-child(even) {
  background: #0660c5;
  border-right: 1px solid #fff;
}
#mot_kintai_detail.egr_gate #sec_02 table tr td img {
  width: auto;
  height: auto;
  max-width: 80px;
}
@media print, screen and (min-width:992px) {
  #mot_kintai_detail.egr_gate #sec_02 table tr td img {
    max-width: 200px;
  }
}
/*--------------------------------------------------「スマホ内線化」*/
.app_ext [id^="sec_"] h5 {
  color: #3366ff;
  margin-bottom: 15px;
  font-size: 20px;
}
@media print, screen and (min-width:992px) {
  .app_ext [id^="sec_"] h5 {
    font-size: 26px;
  }
}
.app_ext #sec_02 {
  padding-bottom: 0;
}
.app_ext #sec_02 figure {
  background: #c1e0ff;
  padding-top: 30px;
  padding-bottom: 50px;
  padding-right: 10px;
  padding-left: 10px;
  height: auto;
}
@media print, screen and (min-width:992px) {
  .app_ext #sec_02 figure {
    height: 500px;
  }
}
.app_ext #sec_02 figure img {
  width: auto;
  height: auto;
  max-height: 100%;
}
.app_ext #sec_03 ul.row {
  justify-content: center;
  align-content: stretch;
  padding: 5px;
}
.app_ext #sec_03 ul.row > li {
  margin-bottom: 0;
  padding: 5px;
}
.app_ext #sec_03 ul.row > li .panel_wrap {
  padding: 10px;
}
.app_ext #sec_03 ul.row > li .panel_wrap h5 {
  border: 1px solid #3366ff;
  color: #3366ff;
  font-size: 16px;
  padding: 10px 0;
}
.app_ext #sec_03 ul.row > li .panel_wrap p {
  font-size: 14px;
  margin-bottom: 0;
}
@media print, screen and (min-width:992px) {
  .app_ext #sec_03 ul.row > li .panel_wrap {
    padding: 25px;
  }
  .app_ext #sec_03 ul.row > li .panel_wrap h5 {
    font-size: 22px;
  }
  .app_ext #sec_03 ul.row > li .panel_wrap p {
    font-size: 18px;
  }
}
.app_ext #sec_03 ul.row > li .panel_wrap img {
  height: auto;
  width: auto;
  max-width: 100px;
  margin: 10px auto;
}
@media print, screen and (min-width:992px) {
  .app_ext #sec_03 ul.row > li .panel_wrap img {
    max-width: 200px;
    margin: 15px auto;
  }
}
.app_ext #sec_04 {
  padding-bottom: 0;
}
.app_ext #sec_04 .sec_cld_area {
  padding-top: 50px;
  padding-bottom: 50px;
}
.app_ext #sec_04 .sec_cld_area:nth-child(2) {
  padding-top: 0;
}
.app_ext #sec_04 .sec_cld_area:nth-child(3) {
  background: var(--bg-color);
}
/*--------------------------------------------------「チャット承認」*/
.app_aprv #sec_02 .container {
  margin-top: 30px;
}
.app_aprv #sec_02 .sec_cld_area {
  padding-top: 50px;
  padding-bottom: 50px;
}
.app_aprv #sec_02 .sec_cld_area:first-child {
  padding-top: 0;
}
.app_aprv #sec_02 .sec_cld_area:first-child figure img {
  margin-bottom: 30px;
}
.app_aprv #sec_02 .sec_cld_area:nth-child(2) {
  background: var(--bg-color);
}
.app_aprv #sec_03 ul.row {
  justify-content: center;
  align-content: stretch;
  padding: 5px;
}
.app_aprv #sec_03 ul.row > li {
  margin-bottom: 10px;
  padding: 5px;
}
@media print, screen and (min-width:992px) {
  .app_aprv #sec_03 ul.row > li {
    margin-bottom: 20px;
    padding: 0 10px;
  }
}
.app_aprv #sec_03 ul.row > li .panel_wrap {
  padding: 10px;
  border: 2px solid var(--main-color);
}
.app_aprv #sec_03 ul.row > li .panel_wrap h5 {
  color: #3366ff;
  font-size: 16px;
  padding: 10px 0;
}
.app_aprv #sec_03 ul.row > li .panel_wrap p {
  font-size: 14px;
  margin-bottom: 0;
}
@media print, screen and (min-width:992px) {
  .app_aprv #sec_03 ul.row > li .panel_wrap {
    padding: 25px;
  }
  .app_aprv #sec_03 ul.row > li .panel_wrap h5 {
    font-size: 22px;
  }
  .app_aprv #sec_03 ul.row > li .panel_wrap p {
    font-size: 18px;
  }
}
.app_aprv #sec_03 ul.row > li .panel_wrap img {
  height: auto;
  width: auto;
  max-width: 100px;
  margin: 10px auto;
}
@media print, screen and (min-width:992px) {
  .app_aprv #sec_03 ul.row > li .panel_wrap img {
    max-width: 200px;
    margin: 15px auto;
  }
}