@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/****************
common
*****************/
body {
  font-family: 'Noto Sans JP', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.9;
  color: #333333;
}
@media all and (-ms-high-contrast: none) {
	body{font-family: 'Noto Sans JP', "メイリオ", Meiryo, sans-serif !important;}
}
.pagetitle_block h1.pagetitle,
.pagetitle_block p.pagetitle {
  font-size: 42px !important;
}
h2 {
  font-size: 40px;
  font-weight: bold;
  color: #17A0E2;
  text-align: center;
}
a {
  text-decoration: none;
}
a:hover {
  color: #333333;
  text-decoration: underline;
}
#container {
  margin-bottom: 0;
}
.pc-none {
  display: none;
}
.sp-none {
  display: block;
}
.err_area main {
  margin-top: 60px;
}
#topcontrol {
  bottom: 60px !important;
}


/* ブログ用(common.css代わり) */
.dlb_btn_center {
  margin-left: auto;
  margin-right: auto;
}
/* 下層ヒーロー */
#pagetitle.template_c2 {
  background-image: url(../image/new_hero_sub.png) !important;
  padding: 64px 0;
  margin: 100px 0 0;
}
#pagetitle.template_c2 .pagetitle_bg  {
  background-color: transparent;
}
#pagetitle.template_c2 .pagetitle_block .pagetitle {
  color: #17A0E2;
}
#pagetitle.template_c2 .pagetitle_block .pagetitle::after {
  content: none;
}
/* パンくず */
#locator_template_c2 {
  margin-top: 0;
  font-size: 12px;
}
#locator_template_c2 li a {
  text-decoration: none;
}
#locator_template_c2 li a:hover {
  text-decoration: underline;
}
#locator_template_c2 li::after {
  content: "＞";
  margin-left: 6px;
}
/* ボタン */
.btn_lnk {
  max-width: 340px;
  width: 100%;
}
.btn_lnk a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #17A0E2;
  text-align: center;
  border-radius: 60px;
  padding: 19px 10px 19px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
}
.btn_lnk a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.btn_lnk.White a {
  color: #17A0E2;
  background-color: #FFFFFF;
}
/* 問い合わせ */
.contact_area {
  background: linear-gradient(to bottom right, #17A0E2, #17A0E2);
}
.contact_area h2 {
  color: #FFFFFF;
}
.contact_area .dlb_box1_par {
  color: #FFFFFF;
}
.contact_area .btn_lnk_area {
  max-width: 340px;
}

@media only screen and (max-width: 1500px) {
  #pagetitle.template_c2 {
    margin: 50px 0 0;
  }
}
@media only screen and (max-width: 690px) {
  body {
    line-height: 1.8;
  }
  h1 {
    font-size: 30px !important;
  }
  h2 {
    font-size: 26px !important;
  }
  h3 {
    font-size: 21px !important;
  }
  .pc-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .err_area main {
    margin-top: 40px;
  }
  #topcontrol {
    display: block !important;
    bottom: 20px !important;
  }
  /* 下層ヒーロー */
  #pagetitle.template_c2 {
    background-position: right 40% bottom;
    padding: 20px 0;
  }
  /* ボタン */
  .btn_lnk {
    max-width: 100%;
  }
  /* 問い合わせ */
  .contact_area .btn_lnk_area {
    max-width: 100%;
  }
}


/****************
header
*****************/
header.template_c2.template_c2_ctm #header_area {
  max-width: 100%;
  height: 100px;
}
header.template_c2.template_c2_ctm #header_area #header_logo {
  margin-left: 30px;
  margin-right: 10px;
}
header.template_c2.template_c2_ctm .gnavi_area ul li a {
  font-size: 16px;
  font-weight: 500;
}
header.template_c2.template_c2_ctm #contact_area {
  width: 250px;
  height: 100px;
}
header.template_c2.template_c2_ctm #contact_area {
  background: linear-gradient(to bottom right, #17A0E2, #17A0E2);
}
header.template_c2.template_c2_ctm #contact_area:hover {
  background-color: #8BC6D0;
  opacity: 0.8;
}
header.template_c2.template_c2_ctm #contact_area a {
  background: none;
  padding: 0;
  padding-left: 45px;
  background-image: url(../image/icon_header_mail.png);
  background-repeat: no-repeat;
  background-size: 25px 25px;
}
header.template_c2.template_c2_ctm #contact_area a:hover {
  background-color: #8BC6D0;
  opacity: 0.8;
}
header.template_c2.template_c2_ctm #header {
  -webkit-box-shadow: none;
  box-shadow: none;
}
header.template_c2 .gnavi_area ul li.main_current a,
header.template_c2 .gnavi_area ul li a:hover {
  color: #17a0e2;
}
header.template_c2 .gnavi_area ul li.main_current a::after,
header.template_c2 .gnavi_area ul li a:hover::after {
  background-color: #17a0e2;
}
header.template_c2 .gnavi_area ul li.contact_sp {
  display: none;
}

header.template_c2 .gnavi_area ul li {
    margin-right: 1em;
}

header.template_c2.template_c2_ctm.header_new #contact_area {
    width: 150px;
}

header.template_c2.template_c2_ctm.header_new #contact_area a {
  background-position: left 50% top 30%;
  font-size: 17px;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  padding-left: 0;
  padding-top: 45px;
  letter-spacing: 0.08em;
}

/* header.template_c2 .gnavi_area ul li.main_current a::after, header.template_c2 .gnavi_area ul li a:hover::after {
background-color: transparent;
} */

header.template_c2 #header_logo {
  width: 250px;
} @media only screen and (max-width: 1600px) {
  header.template_c2 #header_logo {
    width: 200px;
  }
}
@media only screen and (max-width: 1500px) {
  header.template_c2.template_c2_ctm .gnavi_area ul li a {
    font-size: 14px;
  }
  header.template_c2.template_c2_ctm #contact_area {
    width: 180px;
  }
  header.template_c2.template_c2_ctm #contact_area a {
    padding-left: 45px;
    background-image: url(../image/icon_header_mail.png);
    background-size: 24px 24px;
    background-position: left 16% top 50%;
    font-size: 18px;
  }

  header.template_c2 #header_logo {
    width: 250px;
}
}
@media only screen and (max-width: 1200px) {
  header.template_c2.template_c2_ctm .gnavi_area ul li a {
    font-size: 12px;
  }
  header.template_c2.template_c2_ctm.header_new #contact_area {
    width: 130px;
}
header.template_c2 #header_logo {
  width: 200px;
}
  header.template_c2.template_c2_ctm #contact_area {
    width: 115px;
  }
  header.template_c2 .gnavi_area ul li {
    margin-right: 1em;
  }
  header.template_c2.template_c2_ctm #contact_area a {
    padding-left: 0;
    background-image: none;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1500px) {
  header.template_c2.template_c2_ctm #header_area {
    max-width: 100%;
    height: 50px;
  }
  header.template_c2 #header_logo {
    width: auto;
  }
  header.template_c2 #header_logo img {
    height: 50px;
    display: block;
    padding: 8px 0;
  }
  header.template_c2 #contact_area {
    display: none;
  }
  header.template_c2 .gnavi_btn_sp {
    display: block;
    position: absolute;
    top: 8px;
    width: 65px;
    right: 12px;
    text-align: center;
    line-height: 1;
  }
  header.template_c2 .gnavi_btn_sp_in {
    position: relative;
    width: 26px;
    height: 20px;
    cursor: pointer;
    z-index: 2;
  }
  header.template_c2 .gnavi_btn_sp_in,
  header.template_c2 .gnavi_btn_sp_in span {
    display: inline-block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  header.template_c2 .gnavi_btn_sp_in span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #333333;
    border-radius: 4px;
  }
  header.template_c2 .gnavi_btn_sp_in span:nth-of-type(1) {
    top: 0;
  }
  header.template_c2 .gnavi_btn_sp_in span:nth-of-type(2) {
    top: 8px;
  }
  header.template_c2 .gnavi_btn_sp_in span:nth-of-type(3) {
    top: 16px;
  }
  header.template_c2 .gnavi_btn_sp .open {
    font-size: 1rem;
    font-weight: bold;
    margin-top: 0.2rem;
  }
  header.template_c2 .gnavi_btn_sp .close {
    display: none;
    font-size: 1rem;
    font-weight: bold;
    margin-top: 0.2rem;
  }
  header.template_c2 .gnavi_area {
    display: none;
    position: static;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
  }
  header.template_c2 .gnavi_area ul {
    display: block;
    border-top: 1px solid #eeeeee;
  }
  header.template_c2 .gnavi_area ul li {
    width: 100%;
    margin-right: 0;
    height: auto;
    border-bottom: 1px solid #eeeeee;
  }
  header.template_c2 .gnavi_area ul li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 12px 16px;
  }
  header.template_c2 .gnavi_area ul li.main_current a::after {
    background-color: transparent;
  }
  header.template_c2 .gnavi_area ul li a:hover::after {
    background-color: transparent;
  }
  header.template_c2 .gnavi_btn_sp.active .gnavi_btn_sp_in span:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(-45deg);
    -ms-transform: translateY(16px) rotate(-45deg);
    transform: translateY(16px) rotate(-45deg);
    top: -8px;
  }
  header.template_c2 .gnavi_btn_sp.active .gnavi_btn_sp_in span:nth-of-type(2) {
    opacity: 0;
  }
  header.template_c2 .gnavi_btn_sp.active .gnavi_btn_sp_in span:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(45deg);
    -ms-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-16px) rotate(45deg);
    top: 24px;
  }
  header.template_c2 .gnavi_btn_sp.active .open {
    display: none;
  }
  header.template_c2 .gnavi_btn_sp.active .close {
    display: block;
    font-weight: bold;
  }
  header.template_c2 .gnavi_area ul li.contact_sp {
    display: block;
  }
}


/****************
footer
*****************/
footer.template_c2 .footer_col2 {
  display: flex;
  justify-content: space-between;
}
footer.template_c2 #footer_lead {
  border-top: none;
}
footer.template_c2 #footer_lead .footer_lead_block {
  display: block;
  padding: 0;
}
footer.template_c2 #footer_lead .footer_logo {
  width: auto;
  display: flex;
  justify-content: left;
}
footer.template_c2 #footer_lead .address {
  font-size: 14px;
}
footer.template_c2 #footer_nav {
  background-color: #FFFFFF;
}
footer.template_c2 #footer_nav .footer_nav_block {
  width: 550px;
  padding: 30px 0 0;
  justify-content: space-between;
}
footer.template_c2 #footer_nav .fnav_unit {
  width: initial;
  width: auto;
}
footer.template_c2 #footer_nav .fnav_title a {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #17A0E2;
  padding-left: 15px;
  background: none;
  padding: 12px 8px 12px 25px;
}
footer.template_c2 #footer_nav .fnav_title a::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #C3D003;
  border-right: solid 2px #C3D003;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
}
footer.template_c2 #footer_info {
  background-color: #FFFFFF;
}
footer.template_c2 #footer_info .footer_info_navi a,
footer.template_c2 #footer_info small {
  font-size: 12px;
  color: #999999;
}
footer.template_c2 #footer_info .footer_info_navi a + a {
  border-left: 1px solid #999999;
}
@media only screen and (max-width: 1000px) {
  footer.template_c2 #footer_nav .footer_nav_block {
    width: 400px;
  }
}
@media only screen and (max-width: 690px) {
  footer.template_c2 .footer_col2 {
    display: block;
  }
  footer.template_c2 #footer_nav .fnav_unit {
    width: 100%;
  }
  footer.template_c2 #footer_nav .fnav_title a {
    display: block;
    padding: 12px 8px 12px 35px;
    background-position: 15px 15px;
    border-top: 1px solid #eeeeee;
    font-size: 14px;
    font-weight: normal;
  }
  footer.template_c2 #footer_nav .footer_nav_block {
    width: 100%;
  }

  footer.template_c2 #footer_info small {
    border-top: 1px solid#eeeeee;
  }
}


/****************
IT点呼システムとは
*****************/
#ank_construction,
#ank_merit,
#ank_requirements,
#ank_machine,
#ank_system {
  padding-top: 100px;
  margin-top: -100px;
}
.ank_callsystem .dlb_c59_block {
  padding: 42px 57px 55px;
  border-color: #17a0e2;
  border-width: 7px;
  background-color: #F6FCFF;
}
.ank_callsystem .dlb_c59_block::before {
  content: none;
}
.ank_callsystem .dlb_c59_box {
  margin-top: 0;
}
.ank_callsystem .ank_title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.ank_callsystem .ank_list {
  margin-left: 1em;
}
.ank_callsystem .ank_list li {
  margin-top: 5px;
}
.ank_callsystem .col3_m_321 .col, .col3_m_311 .col {
  width: calc(33.33333% - 24.666px);
  margin-right: 37px;
}
#ank_merit h3 {
  font-size: 20px;
  padding-left: 1.6em;
  text-indent: -1.6em;
  height: 2.8em;
}
#ank_merit h3::before {
  content:"";
  display:inline-block;
  width:32px;
  height:27px;
  background:url(../image/icon_callsystem.png) no-repeat;
  vertical-align: middle;
}
#ank_requirements .col2_221 .col {
  width: calc(50% - 40px);
  margin-right: 40px;
  margin-bottom: 30px;
  background-color: #F5F4F2;
  padding: 30px 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
#ank_requirements .col2_221 .col .dlb_c56_titlearea {
  align-items: baseline;
}
#ank_requirements .col2_221 .col:last-child {
  position: relative;
  background-color: #FFFFFF;
  padding: 30px 0;
  box-shadow: none;
}
#ank_requirements .col2_221 .col:last-child .dlb_c56_titlearea {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
}
#ank_requirements .col2_221 .col .dlb_c56_num {
  background-color: #17A0E2;
  font-size: 16px;
  width: 80px;
  margin-right: 20px;
  padding: 6px 4px 8px
}
#ank_requirements .col2_221 .col:nth-child(2) .dlb_c56_num,
#ank_requirements .col2_221 .col:nth-child(3) .dlb_c56_num {
  background-color: #A2CBC1;
}
#ank_requirements .col2_221 .col .dlb_c56_title {
  color: #A2CBC1;
  flex: 1;
}
#ank_requirements .col2_221 .col .dlb_c56_titlearea {
  margin-bottom: 0;
}

#ank_system .dlb_c59_block {
  padding: 50px 43px 41px;
  border-color: #17A0E2;
  border-width: 4px;
}
#ank_system .dlb_c59_block::before {
  content: none;
}
#ank_system .dlb_c59_box {
  margin-top: 0;
}
#ank_system .title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 25px;
}
#ank_system .list li {
  position: relative;
  list-style: none;
  padding-left: 16px;
}
#ank_system .list li:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #333333;
  border-radius: 50%;
}

@media only screen and (max-width: 1500px) {
  #ank_requirements .col2_221 .col .dlb_c56_titlearea {
    display: block;
  }
  #ank_requirements .col2_221 .col .dlb_c56_titlearea .dlb_c56_title {
    margin-top: 10px;
  }
  #ank_requirements .col2_221 .col .dlb_c56_num {
    width: 80px;
    margin-right: 20px;
  }
  #ank_requirements .col2_221 .col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #ank_requirements .col2_221 .col:last-child {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  #ank_system .dlb_c59_block {
    padding: 50px 22px 41px;
  }
}
@media only screen and (max-width: 690px) {
  #ank_merit h3 {
    height: auto;
  }
  #ank_system .dlb_c59_block {
    padding: 40px 22px 31px;
  }
  #ank_system .title {
    font-size: 21px;
  }
}


/****************
機能・特徴
*****************/
/* デジタル点呼マネージャーの特徴 */
.feature_area .dlb_subtitle3_02 {
  border: none;
  padding: 0;
}
.feature_area .dlb_box2-3_txt {
  font-weight: 500;
}
.feature_area .dlb_box2-3_txt .title {
  font-size: 30px;
  font-weight: bold;
}
.feature_area .feature_right .dlb_box2-3_title,
.feature_area .feature_right .dlb_box2-3_txt {
  width: calc(100% - 45% - 40px);
}
.feature_area .feature_left .dlb_box2-3_title,
.feature_area .feature_left .dlb_box2-3_txt {
  width: calc(100% - 45% - 40px);
}
.feature_area .feature_right .dlb_box2-3_img {
  width: 50%;
  margin-left: -3%;
  background: url(../image/img_function_11.png) center center / cover no-repeat;
}
.feature_area .feature_left .dlb_box2-3_img {
  width: 50%;
  margin-right: -3%;
  background: url(../image/img_function_11.png) center center / cover no-repeat;
}
.feature_area .feature_right .dlb_box2-3_img img,
.feature_area .feature_left .dlb_box2-3_img img {
  padding: calc(16 / 700 * 100%) calc(75 / 700 * 100%) calc(42 / 700 * 100%) calc(75 / 700 * 100%);
  margin-right: 0;
  margin-left: 0;
}

/* デジタル点呼マネージャーの全体像 */
.overall .btn_lnk_area {
  max-width: 400px;
}
.overall .btn_lnk {
  max-width: 400px;
}
/* デジタル点呼マネージャー機能一覧 */
.func_lst_area .list_col3 {
  display: flex;
  justify-content: space-between;
}
.func_lst_area .list_col3 .col {
  position: relative;
  padding: 11% 20px 20px;
  width: calc(33.3333% - 20px);
  border-radius: 5px;
}
.func_lst_area .list_col3 .col img {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.func_lst_area .list_col3 .col li {
  position: relative;
  font-size: 18px;
  color: #FFFFFF;
  margin-top: 5px;
  text-align: center;
  padding: 10px;
}
.func_lst_area .list_col3 .col li.maru {
  padding-left: 30px;
  padding-right: 30px;
}
.func_lst_area .list_col3 .col li.maru::before {
  position: absolute;
  top: 12px;
  left: 10px;
  content: url(../image/icon_function_02.png);
  display: inline-block;
  vertical-align: middle;
}
.func_lst_area .list_col3 .col li:nth-child(1) {
  margin-top: 20px;
}
.func_lst_area .list_col3 .col:nth-child(1) {
  background-color: #EEF3F8;
}
.func_lst_area .list_col3 .col:nth-child(1) li {
  background-color: #8AABD1;
}
.func_lst_area .list_col3 .col:nth-child(2) {
  background-color: #EEF7F8;
}
.func_lst_area .list_col3 .col:nth-child(2) li {
  background-color: #17A0E2;
}
.func_lst_area .list_col3 .col:nth-child(3) {
  background-color: #F1F7F6;
}
.func_lst_area .list_col3 .col:nth-child(3) li {
  background-color: #A2CBC1;
}
.func_lst_area .list_col3 .col .list {
  list-style: none;
}
/* 点呼業務における利用の流れ */
.flow_area .pc-none {
  display: none;
}
.flow_area .sp-none {
  display: block;
}
.flow_area .flow_col4 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  list-style-type: none;
}
.flow_area .flow_col4 li {
  width: 100%;
  margin-right: 4px;
}
.flow_area .flow_col4 li:last-child {
  margin-right: 0;
}
.flow_area .flow_col4.bar {
  background: linear-gradient(to right, #17A0E2, #17A0E2);
}
.flow_area .flow_col4.bar li {
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  padding: 5px 10px;
  border-right: solid 4px #FFFFFF;
  margin-right: 0px;
}
.flow_area .flow_col4.bar li:last-child {
  border-right: 0;
}
.flow_area .flow_col4.bar li:last-child {
  background-image: linear-gradient(-60deg, #FFFFFF 12px, transparent 0), linear-gradient(-120deg, #FFFFFF 12px, transparent 0);
}
.flow_area .flow_col4.admin li,
.flow_area .flow_col4.driver li {
  position: relative;
  background-color: #EEF7F8;
  margin-top: 35px;
  padding: 10px;
}
.flow_area .flow_col4.driver li {
  background-color: #EEF3F8;
}
.flow_area .flow_col4 li .img {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -6%;
  left: 0;
  font-size: 18px;
  font-weight: bold;
  color: #17A0E2;
}
.flow_area .flow_col4.driver li .img {
  bottom: -6%;
  left: 0;
  color: #8AABD1;
  align-items: flex-end;
}
.flow_area .flow_col4.admin li .img div {
  white-space: nowrap;
  padding-top: 10px;
  padding-left: 10px;
}
.flow_area .flow_col4.driver li .img div {
  white-space: nowrap;
  padding-left: 10px;
  margin-bottom: 40px;
}
.flow_area .flow_col4 li .catch {
  display: flex;
  align-items: flex-end;
  height: 210px;
}
.flow_area .flow_col4.driver li .catch {
  height: auto;
  padding-bottom: 20px;
}
.flow_area .flow_col4 li .catch img {
  width: 100%;
}
.flow_area .flow_col4.admin li:nth-child(2) .catch,
.flow_area .flow_col4.admin li:nth-child(3) .catch {
  padding-bottom: 30px;
}

.flow_area .flow_col4 li .title {
  margin: 10px 20px;
  padding: 3px 10px;
  border: solid 3px #70A5AF;
  font-size: 20px;
  text-align: center;
  color: #70A5AF;
}
.flow_area .flow_col4.driver li .title {
  margin: 20px 20px 10px;
  border: solid 3px #557FAF;
  color: #537EB1;
}
.flow_area .flow_col4 li .read {
  font-size: 15px;
  padding: 0 20px 20px;
}
.flow_area .flow_col4.driver li .read {
  padding: 0 20px 10px;
}
.flow_area .flow_col4.driver li {
  background-color: #EEF3F8;
  margin-top: 4px;
  margin-bottom: 10px;
}
.flow_area .flow_col4.driver li:last-child {
  display: flex;
  align-items: center;
}
.flow_area .flow_col4.driver li:last-child .read {
  font-size: 16px;
  color: #537EB1;
}
.flow_area .flow_col4.admin li:nth-child(1)::after,
.flow_area .flow_col4.admin li:nth-child(2)::after,
.flow_area .flow_col4.driver li:nth-child(2)::after,
.flow_area .flow_col4.driver li:nth-child(3)::after,
.flow_area .flow_col4.admin li:nth-child(3)::after {
  position: absolute;
  content: url(../image/img_function_12.png);
  display: inline-block;
  z-index: 2;
}
.flow_area .flow_col4.admin li:nth-child(1)::after {
  bottom: -8%;
  right: -8%;
  transform: rotate(135deg);
}
.flow_area .flow_col4.admin li:nth-child(2)::after {
  bottom: -9%;
  right: 40%;
  transform: rotate(0deg);
}
.flow_area .flow_col4.driver li:nth-child(2)::after {
  top: -8%;
  right: -8%;
  transform: rotate(45deg);
}
.flow_area .flow_col4.driver li:nth-child(3)::after {
  top: -9%;
  right: 40%;
  transform: rotate(0deg);
}
.flow_area .flow_col4.admin li:nth-child(3)::after {
  top: 36%;
  right: -8%;
  transform: rotate(90deg);
}

/* 利用料金 */
.fee_area {
  font-weight: 500;
}
.fee_area .fee_read {
  font-size: 18px;
}
.fee_area .fee_title {
  font-size: 22px;
}
.fee_area .fee_col3 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.fee_area .fee_col3 .col.box,
.fee_area .fee_col3 .dlb_content-59,
.fee_area .fee_col3 .dlb_c59_block {
  width: 100%;
}
.fee_area .fee_col3 .col.box {
  flex: 1;
  display: flex;
}
.fee_area .fee_col3 .dlb_content-59 {
  display: flex;
}
.fee_area .fee_col3 .col.plus {
  display: flex;
  align-items: center;
  margin: auto;
  width: 85px;
}
.fee_area .fee_col3 .dlb_c59_block {
  padding: 40px 20px 50px;
  border-color: #17A0E2;
  border-width: 4px;
}
.fee_area .option .dlb_c59_block {
  padding: 40px 43px;
  border-color: #17A0E2;
  border-width: 4px;
  max-width: 748px;
  margin: auto;
}
.fee_area .option .dlb_c59_block::before,
.fee_area .fee_col3 .dlb_c59_block::before {
  content: none;
}
.fee_area .option .dlb_c59_box,
.fee_area .fee_col3 .dlb_c59_box {
  margin-top: 0;
}
.fee_area .fee_col3 .col .title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}
.fee_area .fee_col3 .col:nth-child(3) .title {
  margin-bottom: 20px;
}
.fee_area .fee_col3 p {
  font-size: 19px;
  font-weight: 500;
}
.fee_area .option .title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
}
.fee_area .option .list {
  font-size: 19px;
  padding-left: 30px;
}
.fee_area .option .list li{
  margin-top: 5px;
}
@media only screen and (max-width: 1000px) {
  /* 点呼業務における利用の流れ */
  .flow_area .flow_col4 li .catch {
    height: 180px;
  }
}

/* 利用料金 追記 */
.fee_table{
  width:100%;
}
.fee_table .bk_gray{
  background: #F2F2F2;
  border: solid 1px #F2F2F2;
}
.fee_table .bk_sky_blue{
  background: #f8f9fa;
  border: solid 1px #f8f9fa;
}
.fee_table .bk_blue{
  background: #17A0E2;
  border: solid 1px #17A0E2;
  color: #fff;
}
.fee_table .th_big_font{
  font-size:22px;
  font-weight: bold;
}
.fee_table .td_big_font{
  font-size:30px;
  font-weight: bold;
}
.fee_table th{
  font-weight: bold;
}
.fee_table td{
  width:65%;
}
.fee_tabale_note{
  margin-left: 1em;
  text-indent: -1em;
}

@media only screen and (max-width: 690px) {
  .fee_table th{
    display:block;
    width:100%;
  }
  .fee_table td{
    display:block;
    width:100%;
  }
}

@media only screen and (max-width: 1500px) {
  /* デジタル点呼マネージャー機能一覧 */
  .func_lst_area .list_col3 {
    flex-wrap: wrap;
  }
  .func_lst_area .list_col3 .col {
    padding: 16% 20px 20px;
    width: calc(50% - 15px);
  }
  .func_lst_area .list_col3 .col:nth-child(3) {
    margin-top: 60px;
  }
  /* 点呼業務における利用の流れ */
  .flow_area .pc-none {
    display: block;
  }
  .flow_area .sp-none {
    display: none;
  }
  .flow_area h2 {
    letter-spacing: 0;
  }
  .flow_area .flow_col1 {
    margin: 20px 0 30px;
  }
  .flow_area .flow_col1:first-child {
    margin-top: 0;
  }
  .flow_area .flow_col1 .bar {
    background-color: #17A0E2;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    padding: 5px 10px;
  }
  .flow_area .flow_col1 .box {
    position: relative;
    background-color: #EEF7F8;
    margin-top: 50px;
    padding: 60px 20px 20px;
  }
  .flow_area .flow_col1 .box.driver {
    background-color: #EEF3F8;
  }
  .flow_area .flow_col1 .img {
    position: absolute;
    top: -7%;
    left: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: left;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: #17A0E2;
  }
  .flow_area .flow_col1 .img img {
    margin: 0;
    margin-right: 20px;
  }
  .flow_area .flow_col1 .catch {
    margin-top: 20px;
  }
  .flow_area .flow_col1 .title {
    margin: 10px 0;
    padding: 3px 10px;
    border: solid 3px #70A5AF;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    color: #70A5AF;
  }
  .flow_area .flow_col1 .driver .title {
    border: solid 3px #557FAF;
    color: #537EB1;
  }
  .flow_area .flow_col1 .driver .img div {
    color: #8AABD1;
  }
  .flow_area .flow_col1 .read {
    font-size: 16px;
    padding: 10px 0 0;
  }
  .flow_area .flow_col1.txt_only .box {
    padding-top: 80px;
  }
  .flow_area .flow_col1.txt_only .img {
    top: -12%;
  }
  .flow_area .flow_col1.txt_only .read {
    font-size: 16px;
    font-weight: bold;
    color: #537EB1;
  }
  .flow_area .flow_col1 .box li {
    list-style-type: none;
  }

  /* 利用料金 */
  .fee_area .fee_col3 .col.plus {
    width: 60px;
  }
}
/* 周辺機器 */
.dlb_content-37 .col2_m_221 .col .dlb_c37_img,
.dlb_content-37 .col3_m_331 .col .dlb_c37_img {
  border: solid 1px #cccccc;
}
@media only screen and (max-width: 690px) {
  /* デジタル点呼マネージャーの特徴 */
  .feature_area .dlb_box2-3_txt .title {
    font-size: 21px;
  }
  .feature_area .feature_right .dlb_box2-3_title,
  .feature_area .feature_right .dlb_box2-3_txt {
    width: 100%;
  }
  .feature_area .feature_right .dlb_box2-3_img {
    width: 100%;
    margin-left: 0;
  }
  .feature_area .feature_left .dlb_box2-3_title,
  .feature_area .feature_left .dlb_box2-3_txt {
    width: 100%;
  }
  .feature_area .feature_left .dlb_box2-3_img {
    width: 100%;
    margin-right: 0;
  }
  /* デジタル点呼マネージャー機能一覧 */
  .func_lst_area .list_col3 {
    display: block;
  }
  .func_lst_area .list_col3 .col {
    padding: 120px 20px 20px;
    width: 100%;
    margin-top: 70px;
  }
  /* 利用料金 */
  .fee_area .fee_col3 {
    display: block;
  }
  .fee_area .fee_col3 .col {
    width: 100%;
  }
  .fee_area .option .dlb_c59_block {
    padding: 30px 33px 40px;
  }
  .fee_area .fee_col3 .col .title {
    font-size: 21px;
  }
  .fee_area .option .title {
    font-size: 21px;
  }
  /* 周辺機器 */
  .dlb_content-37 .col2_m_221 .col,
  .dlb_content-37 .col3_m_331 .col {
    margin-top: 40px;
  }
  .dlb_content-37 .col2_m_221 .col:first-child,
  .dlb_content-37 .col3_m_331 .col:first-child {
    margin-top: 0;
  }
}


/****************
選ばれるポイント
*****************/
.point3_area {

}
.point3_area h3 {
  font-size: 27px;
  font-weight: bold;
  color: #17A0E2;
}
.point3_area .dlb_box2-2_txt {
  background-color: #FFFFFF;
}
.point3_tile3_area {
  position: relative;
}
.point3_tile3_area::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 130px;
  background: #EAF7F4;
}
.list_link.list_link_none .col {
  height: 275px;
  width: calc(33.33333% - 14px);
  margin-right: 21px;
}
.list_link.list_link_none .col:last-child {
  margin-right: 0;
}
.list_link.list_link_none .col:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.list_link.list_link_none .col::before {
  background: linear-gradient(to bottom right, #17A0E2, #17A0E2);
}
.list_link.list_link_none .col:hover::before{
  background: linear-gradient(to bottom right, #17A0E2, #17A0E2);
}
.list_link.list_link_none .list_link_txt_in {
  padding: 20px;
}
.list_link.list_link_none .list_link_title_en {
  font-size: 16px;
  margin-bottom: 20px;
}
.list_link.list_link_none .list_link_read {
  text-align: left;
}
.choose_2col_btn {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.choose_2col_btn .btn_lnk:nth-child(2) {
  margin-left: 50px;
}
@media only screen and (max-width: 979px) {
  .list_link.list_link_none .col {
    height: 275px;
    width: calc(50% - 21px);
    margin-right: 21px;
  }
  .list_link.list_link_none .col:nth-child(3) {
    margin-top: 21px;
  }
}
@media only screen and (max-width: 690px) {
  .list_link.list_link_none .col {
    height: 240px;
    width: 100%;
    margin-right: 0;
  }
  .list_link.list_link_none .col:nth-child(2),
  .list_link.list_link_none .col:nth-child(3) {
    margin-top: 21px;
  }
  .choose_2col_btn {
    display: block;
    width: 94%;
  }
  .choose_2col_btn .btn_lnk:nth-child(2) {
    margin-left: 0;
    margin-top: 30px;
  }
}


/****************
個人情報保護方針
*****************/
.privacy_ttl h2 {
  border-color: #333333;
  color: #333333;
}


/****************
ブログ
*****************/
.blog_multi_area #contents_left,
.tag_area #contents_left,
.category_area #contents_left {
  margin-top: 30px;
}
.blog_multi_area #contents_left h1,
.archives_area #contents_left h1,
.category_area #contents_left h1,
.tag_area #contents_left h1 {
  font-size: 32px;
  font-weight: bold;
  color: #000000;
  text-align: left;
}
.blog_multi_area #contents_left h1 + p,
.tag_area #contents_left h1 + p {
  display: none;
}
.blog_multi_area #contents_left #dcms_layoutPageBlock,
.blog_index_area #contents_left #dcms_layoutPageBlock,
.blog_area #contents_left #dcms_layoutPageBlock {
  margin-top: 30px;
}
#contents #contents_left article .info time {
  color: #333333;
}
#contents #contents_left article .info .title {
  font-size: 22px;
  text-align: left;
}
#contents #contents_left .catelist a,
#contents #contents_left .taglist a {
  font-size: 10px;
}
#contents #contents_left article .post_thumbnail {
  width: 33%;
}
#contents #contents_left article .info {
  width: 64%;
}
#contents #contents_left .newold a:hover {
  color: #17a0e2;
}
#contents #contents_left .newold a {
  color: #17a0e2;
}
#contents #contents_right {
  margin-top: 30px;
}
#contents.blog_multi_area #contents_right {
  margin-top: 102px;
}
#contents.blog_area #contents_right,
#contents.archives_area #contents_right,
#contents.category_area #contents_right,
#contents.tag_area #contents_right {
  margin-top: 30px;
}
#contents #contents_right .blog_search input.submit_btn {
  background-color: #0D3780;
}
#contents #contents_right .side .title {
  background-color: #0D3780;
  font-size: 16px;
}
#contents #contents_right .side .archive.sweep,
#contents #contents_right .side .archive.sweep li a,
#contents #contents_right .side .btn {
  font-size: 13px;
  color: #0D3780;
}
#contents #contents_right .side .btn:hover {
  background-color: transparent;
  color: #0D3780;
}
#contents #contents_right .side .btn:hover {
  text-decoration: underline;
}
#contents #contents_right .btn:hover span:before {
  border-color: #0D3780;
}
#contents #contents_right .side .cate.sweep {
  font-size: 13px;
}
#contents #contents_right .side .cate.sweep li a {
  padding: 5px 1em 7px;
}
#contents #contents_right .side .tag.sweep li a {
  background-image: url(../image/icon_sharp_b.png);
  font-size: 13px;
  color: #0D3780;
}
#contents #contents_right .side .tag.sweep + a.btn > span {
  font-size:0;
}
#contents #contents_right .side .tag.sweep + a.btn > span::before {
  margin-top: -9px;
}
#contents #contents_right .side .tag.sweep + a.btn > span:after {
  font-size: 13px;
  content: "タグを全て表示";
}
#contents #contents_left .toc_list li a:hover {
  text-decoration: underline !important;
}
#contents #contents_left .catelist  a:hover,
#contents #contents_left .taglist a:hover {
  color: #333333;
  text-decoration: underline;
}
.archives_area #contents_left {
  margin-top: 30px;
}
@media only screen and (max-width: 690px) {
  #contents #contents_right,
  #contents.blog_multi_area #contents_right,
  #contents.blog_area #contents_right {
    margin-top: 40px;
  }
  #contents #contents_left article .info .title {
    font-size: 16px !important;
  }
  .blog_area #contents_left #dcms_layoutPageBlock #articledetail h1 {
    font-size: 21px !important;
  }
  .blog_multi_area #contents_left h1,
  .archives_area #contents_left h1,
  .category_area #contents_left h1,
  .tag_area #contents_left h1 {
    font-size: 26px !important;
  }
}


/****************
ブログ紹介
*****************/
#contents #contents_left #articledetail h2:before,
#contents #contents_left #articledetail h4:before,
#contents #contents_left #articledetail h5:before,
#contents #contents_left #articledetail .table_wrap table.tab01 th {
  background-color: #17A0E2;
}
#contents #contents_left #articledetail blockquote::before {
  color: #17A0E2;
}
#contents #contents_left #articledetail ol {
  margin-left: 20px;
}
#contents #contents_left #articledetail .flow_box .flow_txt:not(:last-child)::after {
  border-color: #17A0E2 transparent transparent transparent;
}

/****************
サイトマップ
*****************/
.sitemap_area {
  text-align: center;
}
.sitemap_area #sitemap {
  display: inline-block;
  text-align: left;
}
.sitemap_area #sitemap li::before{
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
}


/****************
QC DLB/QC DLB100
*****************/
/* common */
.dlb_color_base_border,
.dlb_subtitle4_02,
.dlb-flow_area_1 .dlb-flow_txt,
.dlb_subtitle3_02,
.dlb_box3-3_area .txtlink::before,
.dlb_box3-5_area .dlb_box3-5_txt,
.dlb_box4-3_area .dlb_box4-3_txt,
.dlb_color_sen_key, .dlb_color_sen_key a,
.dlb_interactive-4_nav .slick-slide.slick-current img,
.dlb_content-30 .dlb_c30_item:hover,
.dlb_c36_txt,
.dlb_content-43 .col:hover::before,
.dlb_color_base_border_a:hover,
.dlb_color_base_border_a a,
.dlb_c52_list li a:hover::before,
.dlb_color_senbef_key::before, .dlb_color_senbef_key::after,
.dlb_c65_simg .slick-slide.slick-current img,
.dlb_c66_simg .slick-slide.slick-current img,
.dlb_c67_simg .slick-slide.slick-current img,
.dlb_media_03_area .dlb_media_block:hover,
.dlb_media_04_area .dlb_media_04_block .dlb_media_block:hover,
.dlb_pnavi03_area .dlb_pnavi03_txt::after,
.dlb_pnavi03_area li:hover .dlb_pnavi03_txt,
.dlb_color_base_pseudo_border::after,
.dlb_color_base_pseudo_border::before,
.dlb_rss_06_block dl:hover {
  border-color: #17A0E2 !important;
}
.dlb_box1-4_area .dlb_box1_block h2,
.dlb_color_base_text,
.dlb_box3-3_area .txtlink a,
.txt_color_key,
.txt_color_key a,
.dlb_content-30 .dlb_c30_title a,
.dlb_c36_num,
.dlb_c36_title,
.dlb_c37_title,
.dlb_c38_txt a,
.dlb_txt_link_before a,
.dlb_txt_link_after a,
.dlb_c46_catch,
.dlb_c47_catch,
.dlb_c49_ca_btn a:hover,
.dlb_table_05 tbody td:first-child,
.tabtitle,
.dlb_tab09_title,
.dlb_media_block:hover .dlb_media_title,
.dlb_media_03_area .dlb_media_title,
.dlb_media_04_area .dlb_media_04_block .dlb_media_title,
.rss_title a,
.dlb_rss_tab_nav li.active,
.txt_link a {
  color: #17A0E2 !important;
}
.dlb_color_base_bg,
.dlb_color_base_pseudo_bg::after,
.dlb_color_base_pseudo_bg::before,
.dlb-flow_area_1 .dlb-flow_item,
.dlb-flow_area_3 .dlb-flow_item .dlb-flow_title,
.dlb_box3-5_area .col:hover .dlb_box3-5_txt,
.dlb_box4-2_area .col:hover,
.dlb_box4-3_area .col:hover .dlb_box4-3_txt,
.dlb_interactive-1_area,
.dlb_color_bg_key,
.dlb_color_bg_key a,
.slick-next::before,
.slick-prev::before,
.dlb_color_bgbef_red::before,
.dlb_color_bgbef_red::after,
.dlb_color_bgbef_key::before,
.dlb_color_bgbef_key::after,
.slick-dots li.slick-active button::before,
.num02 .dlb_c46_main,
.num02 .dlb_c46_btn a,
.dlb_color_base_bg_a a,
.slider-nav-s .slick-slide,
.dlb_c33_title_area,
.dlb_c62_box a:hover,
.dlb_color_table_td_bg td,
.dlb_color_table_tdfirst_bg
td:first-child,
.dlb_color_table_th_bg th,
.dlb_table_03 thead td,
.dlb_table_03 tbody td:first-child,
.dlb_table_04 thead td,
.dlb_table_04 tbody tr:nth-child(even) td:first-child,
.dlb_table_04 tbody td:first-child,
.tabbg .tabcell,
.dlb_rss_tab_nav li.active::after,
.dlb_rss_tab_nav li:hover::after,
.dlb_co4_box_txt_in,
.rss_new,
.dlb_content-64 .dlb_c64_btn a:hover {
  background-color: #17A0E2 !important;
}
.menu_btn_332 a:hover,
.menu_btn_331 a:hover,
.menu_btn_d332 a:hover,
.menu_btn_d331 a:hover,
.menu_btn_432 a:hover,
.menu_btn_422 a:hover,
.menu_btn_d432 a:hover,
.menu_btn_d422 a:hover,
.menu_btn_532 a:hover,
.menu_btn_d532 a:hover,
.menu_btn_642 a:hover,
.menu_btn_d642 a:hover {
  background-color: #17A0E2 !important;
  border-color: #17A0E2 !important;
  color: #ffffff !important;
}

.dlb-flow_area_1 + .dlb-flow_area_1 .dlb-flow_item::before {
  border-color: #17A0E2 transparent transparent transparent !important;
}
.dlb_color_senafttriaright_key::before,
.dlb_color_senafttriaright_key a::before,
.dlb_color_senafttriaright_key::after,
.dlb_color_senafttriaright_key a::after {
  border-color: transparent transparent transparent #17A0E2 !important;
}
.dlb_btn a,
.dlb_btn_inlineb a {
  background-color: #17A0E2 !important;
  border-color: #17A0E2 !important;
}
.dlb_btn a:hover,
.dlb_btn_inlineb a:hover {
  background-color: #ffffff !important;
  color: #17A0E2 !important;
  border-color: #17A0E2 !important;
}
.dlb_btn a:hover::before,
.dlb_btn_inlineb a:hover::before {
  border-color: #17A0E2 !important;

}

.dlb_box2-6_area a:hover {
  background-color: rgba(138, 198, 209, 0.05) !important;
  border-color: #17A0E2 !important;
}
.tablist li.active a {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.dlb_c32_q .dlb_initials {
  background-color: #17A0E2 !important;
  border-color: #17A0E2 !important;
}
.dlb_c32_a .dlb_initials {
  border-color: #17A0E2 !important;
  color: #17A0E2 !important;
}
.dlb_c45_btn a { 
  background: -webkit-linear-gradient(45deg, #17A0E2, #17A0E2) !important;
  background: -o-linear-gradient(45deg, #17A0E2, #17A0E2) !important;
  background: linear-gradient(45deg, #17A0E2, #17A0E2) !important;
}
.dlb_c48_arr::before {
  border-top: 2px solid #17A0E2 !important;
  border-right: 2px solid #17A0E2 !important;
}
.dlb_color_base_bg_a a:hover {
  background-color: #ffffff !important;
}
.dlb_c62_box a::after {
  border-color: #17A0E2 #17A0E2 transparent transparent !important;
}
.dlb_c62_box a:hover::after {
  border-color: #ffffff #ffffff transparent transparent !important;
}
.dlb_color_base_pseudo_border_top::after,
.dlb_color_base_pseudo_border_top::before {
  border-color: #17A0E2 transparent transparent transparent !important;
}
.dlb_table_05 thead td {
  border-bottom-color: #17A0E2 !important;
  color: #17A0E2 !important;
}
.dlb_contact_btn .dlb_btn a::before,
.dlb_contact_btn .dlb_btn a:hover::before {
  transform: rotate(45deg) !important;
}
.dlb_interactive-1_area .dlb_btn a {
  background-color: #ffffff !important;
  color: #293A45 !important;
  border-color: #17A0E2 !important;
}
.dlb_interactive-1_area .dlb_btn a::before {
  border-color: #293A45 !important;
}
.dlb_interactive-1_area .dlb_btn a:hover {
  opacity: 0.8;
}
.dlb_interactive-1_area .dlb_btn a:hover::before   {
  opacity: 0.8;
}
.dlb_co4_box_txt_in:before {
  border-left: 15px solid #17A0E2 !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
}
.dlb_co4_box_txt_in,
.dlb_box1-4_area .dlb_box1_block h2.dlb_box1_title {
  color: #ffffff !important;
}
.dlb_media_01_area span,
.dlb_media_03_area .dlb_media_cate span,
.dlb_media_04_area .dlb_media_04_block .dlb_media_cate span {
  background-color: #066598 !important;
}
.dlb_media_02_area .dlb_media_cate span {
  color: #066598 !important;
}
.dlb_box3-3_area .col3_m_321 h2 {
  font-size: 1.5em;
}
.dlb_box3-3_area h2.txtlink::before {
  top: 19px;
}
.dlb_content-47 .num01 .dlb_c47_main,
.dlb_content-47 .num01 .dlb_c47_btn a::before {
  background-color: #c3d2d4;
}
.dlb_content-47 .num01 .dlb_c47_btn a {
  color:  #c3d2d4;
}
.dlb_content-47 .num02 .dlb_c47_main,
.dlb_content-47 .num02 .dlb_c47_btn a::before {
  background-color: #b9dbdf;
}
.dlb_content-47 .num02 .dlb_c47_btn a {
  color:  #b9dbdf;
}
.dlb_content-47 .num03 .dlb_c47_main,
.dlb_content-47 .num03 .dlb_c47_btn a::before {
  background-color: #8cc7d1;
}
.dlb_content-47 .num03 .dlb_c47_btn a {
  color:  #8cc7d1;
}
.dlb_content-47 .num05 .dlb_c47_main,
.dlb_content-47 .num05 .dlb_c47_btn a::before {
  background-color: #51a1ae;
}
.dlb_content-47 .num05 .dlb_c47_btn a {
  color:  #51a1ae;
}
.dlb_content-47 .num01 .dlb_c47_btn a:hover,
.dlb_content-47 .num02 .dlb_c47_btn a:hover,
.dlb_content-47 .num03 .dlb_c47_btn a:hover,
.dlb_content-47 .num05 .dlb_c47_btn a:hover {
  color:  #ffffff;
}
.dlb_content-48 .col.dlb_c48_box .dlb_c48_icon {
  background: linear-gradient(45deg, #51a1ae, #b9dbdf);
}
/* QC DLB */
.page_qc_dlb #pagetitle {
  margin-top: 100px;
}

/* QC DLB100 */
.page_qc_dlb100 #pagetitle {
  margin-top: 100px;
}

@media only screen and (max-width: 1500px) {
  /* common */

  /* QC DLB */
  .page_qc_dlb #pagetitle {
    margin-top: 40px;
  }
  
  /* QC DLB100 */
  .page_qc_dlb100 #pagetitle {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 690px) {
  /* common */
  .tabbg.spnon .tabcelltitle {
    color: #ffffff !important;
  }
  .tabbg.spnon .tabcell {
    color: #ffffff !important;
  }
  .tabbg.spnon .tabsp_btn_in span {
    background-color: #ffffff !important;
  }
  .tabsp_btn_in span {
    background-color: #17A0E2 !important;
  }
  .dlb_box3-3_area .col3_m_321 h2 {
    font-size: 1.5em;
  }
  .dlb_box3-3_area h2.txtlink::before {
    top: 19px;
  }
	[class*="dlb"] .col {
		margin-bottom: 30px;
  }
  [class*="dlb"] .col:last-child {
		margin-bottom: 0;
  }
  .dlb_content-41 div.col {
		margin-bottom: 30px;
  }
  .dlb_content-47 .dlb_c47_box {
    margin-bottom: 35px;
  }
  .dlb_media_02_area a.dlb_media_block {
    margin-bottom: 20px;
  }
}


/****************
SMART_デジタル点呼マネージャー スマート
*****************/
body.page_smart .contact_area {
    display: none;
}

body.page_smart img {
    max-width: 100%;
}

.smart_contact_area {
    background: linear-gradient(to bottom right, #17A0E2, #17A0E2);
}

.smart_contact_area h2 {
    color: #fff;
}

.smart_btn_area {
    display: flex;
}

.smart_btn_area .col {
    width: 50%;
}

.smart_btn_area .btn_lnk {
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
    /*border: solid 8px rgba(138, 198, 209, 0.3);*/
    border: solid 8px rgb(255 255 255 / 50%);
    border-radius: 60px;
}

.smart_btn_area .btn_lnk a:hover {
    opacity: 0.7;
}

.smart_blue {
    color: #00A0E2;
}

.smart_note {
    font-size: 80%;
    text-align: right;
}

.smart_area {
    padding: 80px 0;
    background-color: #EAF7F4;
}

.smart_A_area {
    position: relative;
    margin-top: 80px;
    padding: 30px 30px 50px 160px;
    background-color: #fff;
}

.smart_A_point{
    position: absolute;
    top: -50px;
    left: -30px;
}

.smart_ann {
    margin-top: 20px;
    padding: 4px;
    text-align: center;
    font-size: 150%;
    background-color: #FFF235;
}

/*
.smart_A_txtarea {
    min-height: 257px;
    padding-top: 20px;
    padding-left: 100px;
    background: url(../../dcms_media/image/smart_A_bg.png) no-repeat right top;
}
*/

.smart_Small {
    margin-top: 10px;
    text-align: right;
    font-size: 80%;
    word-break: break-all;
}

.smart_B_area {
    padding: 40px;
    border: solid 2px #00A0E2;
    border-radius: 8px;
}

.smart_B_logo {
    margin-top: -120px;
}

.smart_B_area_in {
    display: flex;
    flex-flow: row-reverse;
}

.smart_B_area_in .left {
    width: 70%;
    margin-right: 4%;
}

.smart_B_area_in .right {
    width: 26%;
}

.smart_B_area_in .left li {
    margin-top: 20px;
    padding-left: 20px;
    border-left: solid 4px #00A0E2;
    list-style-type: none;
}

.smart_B_area_in .left li h4 {
    color: #00A0E2;
}

.smart_C_area {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;
    align-items: center;*/
}

.smart_C_area .col {
    width: calc(50% - 15px);
    margin-top: 30px;
    margin-right: 30px;
    padding: 15px;
    border: solid 2px #00A0E2;
    border-radius: 8px;
}

.smart_C_area .col:nth-child(2n) {
    margin-right: 0;
}

.smart_C_area .col h3 {
    font-size: 150%;
    color: #00A0E2;
}

.smart_C_area .col h3 span.num {
    display: inline-block;
    width: 45px;
    height: 45px;
    margin-right: 6px;
    text-align: center;
    color: #fff;
    background-color: #A9C300;
    border-radius: 100px;
}

.smart_C_area_in {
    display: flex;
}

.smart_C_area_in .left {
    width: 68%;
    margin-right: 4%;
}

.smart_C_area_in .right {
    width: 28%;
}

.smart_table_area {
    display: flex;
}

.smart_table_area .col {
    width: calc(50% - 15px);
    margin-right: 30px;
}

.smart_table_area .col:nth-child(2n) {
    margin-right: 0;
}

.smart_table_area table {
    width: 100%;
    table-layout: inherit;
}

.smart_table_area table th {
    padding: 10px;
    color: #fff;
}

.smart_table_area table td {
    font-size: 14px;
    padding: 8px;
}

.smart_table_area table .td_first {
    text-align: center;
    font-weight: bold;
}

.smart_table_area table tr:nth-child(2n) td {
    background-color: #F2F2F2;
}

.smart_table_area table tr td.icon {
    background-color: #fff;
}

.smart_table_area .smart_table_l {
    border-bottom: solid 1px #17A0E2;
}

.smart_table_area .smart_table_l th {
    background-color: #17A0E2;
}

.smart_table_area .smart_table_l th,
.smart_table_area .smart_table_l td {
    border: none;
    border-left: solid 1px #17A0E2;
    border-right: solid 1px #17A0E2;
}

.smart_table_area .smart_table_l tr.line {
    border-top: solid 1px #17A0E2;
}

.smart_table_area .smart_table_r {
    border-bottom: solid 1px #C3D003;
}

.smart_table_area .smart_table_r th {
    background-color: #C3D003;
}

.smart_table_area .smart_table_r th,
.smart_table_area .smart_table_r td {
    border: none;
    border-left: solid 1px #C3D003;
    border-right: solid 1px #C3D003;
}

.smart_device_title {
    padding: 5px 12px;
    font-weight: bold;
    color: #fff;
    background-color: #17A0E2;
}
.smart_device_title.w4{
  width: 60%;
  }
.smart_device_title.w3{
width: 60%;
}
.smart_device_title.w2{
  width: 40%;
}
.smart_device_title.w1{
  width: 20%;
}

.smart_device_area {
    display: flex;
    flex-wrap: wrap;
}

.smart_device_area .col {
    width: 20%;
    line-height: 1.5;
    padding: 10px;
    font-size: 14px;
    border: solid 1px #17A0E2;
}

.smart_device_area .col .title {
    min-height: 46px;
    margin-top: 5px;
    font-weight: bold;
}

.smart_option_area {
    display: flex;
}

.smart_option_area .col_l {
    width: 4%;
    padding: 4px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: center;
    font-weight: bold;
    color: #17A0E2;
    border: solid 1px #17A0E2;
}

.smart_option_area .col_r {
    width: 24%;
}

.smart_option_area .col_c {
    width: 72%;
}

.smart_option_area .col_c_in {
    display: flex;
}

.smart_option_area .col_c_in .col {
    width: 33.33%;
    padding: 10px;
}

.smart_option_area .smart_option_title {
    padding: 5px 12px;
    font-weight: bold;
    color: #fff;
    background-color: #9FA0A0;
    border-left: solid 1px #17A0E2;
}

.smart_option_area .col {
    line-height: 1.5;
    padding: 10px;
    font-size: 14px;
    border-right: solid 1px #17A0E2;
    border-bottom: solid 1px #17A0E2;
}

.smart_option_area .col .title {
    margin: 3px 0;
    font-weight: bold;
}

.smart_option_area .col .txt {
    min-height: 44px;
}

.samrt_flow_area {
    overflow: hidden;
}

.samrt_flow_area li {
    float: left;
    position: relative;
    width: 27%;
    margin-right: -2.66%;
    list-style-type: none;
}

.samrt_flow_area li p {
    position: absolute;
    top: calc(50% - 16px);
    left: 0;
    right: 0;
    text-align: center;
    font-size: 110%;
    font-weight: bold;
    color: #00A0E2;
}

.samrt_flow_area2 {
    position: relative;
}

.samrt_flow_area2 p {
    position: absolute;
    top: calc(50% - 16px);
    left: 0;
    right: 0;
    text-align: center;
    font-size: 110%;
}

@media only screen and (max-width: 690px) {
    .smart_btn_area {
        display: block;
    }
    .smart_device_title.w4{
      width: 100%;
      }
    .smart_device_title.w3{
      width: 100%;
      }
      .smart_device_title.w2{
        width:100%;
      }
      .smart_device_title.w1{
        width:100%;
      }

    .smart_btn_area .col {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 0;
    }

    .smart_note {
        text-align: left;
        font-size: 60%;
    }

    .smart_area {
        margin-top: -80px;
        padding: 130px 0 50px;
    }

    .smart_A_area {
        margin-top: 50px;
        padding: 20px;
    }

    .smart_A_point {
        top: -60px;
        left: inherit;
        right: -8px;
    }

    .smart_ann {
        padding: 4px 8px;
        text-align: left;
        font-size: 130%;
    }

    .smart_Small {
        text-align: left;
    }

    .smart_B_logo {
        margin-top: -90px;
        background-color: #fff;
    }

    .smart_B_area {
        padding: 20px;
    }

    .smart_B_area_in {
        display: block;
    }

    .smart_B_area_in .left {
        width: 100%;
        margin-right: 0;
    }

    .smart_B_area_in .right {
        width: 100%;
        margin-bottom: 20px;
    }

    .smart_C_area {
        display: block;
    }

    .smart_C_area .col {
        width: 100%;
        margin-top: 20px;
        margin-right: 0;
    }

    .smart_C_area .col h3 {
        position: inherit;
    }

    .smart_C_area .col h3 span.num {
        position: absolute;
        width: 40px;
        height: 40px;
    }

    .smart_C_area .col h3 span.txt {
        display: inline-block;
        padding-left: 50px;
    }

    .smart_D_area h3 {
        margin-bottom: 20px;
        padding: 10px 0;
        text-align: center;
        color: #fff;
        background-color: #0092DD;
    }

    .smart_table_area {
        display: block;
    }

    .smart_table_area .col {
        width: 100%;
        margin-right: 0;
    }

    .smart_table_area .smart_table_r {
        margin-top: 20px;
    }

    .smart_device_area .col{
        width: 33.33%;
        font-size: 12px;
    }

    .smart_option_area {
        display: block;
    }
    
    .smart_option_area .col_l {
        width: 100%;
        -ms-writing-mode: inherit;
        writing-mode: inherit;
        text-align: left;
        border: none;
    }
    
    .smart_option_area .col_r {
        width: 100%;
    }
    
    .smart_option_area .col_c {
        width: 100%;
    }
    
    .smart_option_area .col_c_in {
    }
    
    .smart_option_area .col_c_in .col {
        width: 33.33%;
    }
    
    .smart_option_area .smart_option_title {
        border-left: none;
    }
    
    .smart_option_area .col {
        width: 33.33%;
        font-size: 12px;
        border: solid 1px #17A0E2;
    }
    
    .smart_option_area .col .title {
    }
    
    .smart_option_area .col .txt {
        min-height: inherit;
    }

    .samrt_flow_area li {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .samrt_flow_area li p {
        position: absolute;
        top: calc(50% - 20px);
        text-align: left;
        padding-left: 100px;
    }

    .samrt_flow_area2 p {
        position: inherit;
        padding: 10px;
        font-size: 150%;
        font-weight: bold;
        background-color: #FEDF8F;
    }
}

.new-template_c2{
  margin-top: 0!important;
}


html.gnav-open {
  overflow: hidden !important;
}

.new-template_c2 #footer_lead .footer_logo {
  max-width: 200px;
  margin-bottom: 10px;
  }
  header.template_c2 {
    z-index: 9999;
}
header.template_c2 .gnavi_area ul li .js-2nd-menu-list{
    display: none;
    background-color: #fff;
  }
  header.template_c2 .gnavi_area ul li:hover .js-2nd-menu-list{
    display: block;
      }
header.template_c2 .gnavi_area ul li .js-2nd-menu-list-item a{
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 30px;
    padding-left: 10px;
    color: #333!important;
  }
  header.template_c2 .gnavi_area ul li .js-2nd-menu-list-item a:hover{
    color: #17A0E2!important;
  }


  header.template_c2 .gnavi_area ul li  .js-2nd-menu-list-item+.js-2nd-menu-list-item {
    border-top: 1px solid #17A0E2;
}

header.template_c2 .gnavi_area ul li .js-2nd-menu-list-item a:hover {
    text-decoration: none;
    background-color: #f8f9fa;
    color: #17A0E2;
}

header.template_c2 .gnavi_area ul li .js-2nd-menu-list-item a::after {
    content: "";
    position: relative;
    top: 50%;
    margin-top: -4px;
    display: inline-block;
    width: 8px;
    height: 8px;
    min-width: 8px;
    margin-right: 0.5rem;
    border-top: 2px solid #17A0E2;
    border-right: 2px solid #17A0E2;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: -0.5rem;
    position: absolute;
    right: 24px;
    background-color: transparent;
}
header.template_c2 .gnavi_area ul li a{
position: relative;
font-weight: 700!important;
}
header.template_c2 .gnavi_area.is-open ul li .js-2nd-menu-btn{
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 50px;
  opacity: 0;
  animation: fadeIn 1s forwards;
  height: inherit;

  background: url(pm_btn.svg) no-repeat center / 12px auto;
}
header.template_c2 .gnavi_area.is-open ul li .js-2nd-menu-btn.is-open{
  background: url(minus_btn.svg) no-repeat center / 12px auto;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

header.template_c2 .gnavi_area ul li.main_current a, header.template_c2 .gnavi_area ul li a:hover {
  color: #17a0e2;
}

header.template_c2 .gnavi_area ul li a::after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background-color: #ffffff;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

header.template_c2 .gnavi_area ul {
  align-items: baseline;
}

.gnavi_area-top li a{
  color: #999999;
}
@media only screen and (max-width: 1500px){
  header.template_c2 .gnavi_area ul li a{
  position: relative;
  font-weight: 700!important;
  font-size: 14px!important;
  color: #333333;
  }
  header.template_c2 .gnavi_area ul li a::after {
display: none;
}
header.template_c2 .gnavi_area ul li .js-2nd-menu-list-item a{
  background-color: #fff!important;
  padding: 8px 32px;
  font-weight: 400 !important;
}
header.template_c2 .gnavi_area ul li .js-2nd-menu-list-item+.js-2nd-menu-list-item {
  border-top: 1px solid #EEEEEE;
}
header.template_c2 .gnavi_area ul li .js-2nd-menu-list-item a::after {
display: none;
}
  header.template_c2 .gnavi_area ul li.is-open a{
    background-color: #EEEEEE;
    color: #333;
  }

  header.template_c2 .gnavi_area ul li:hover .js-2nd-menu-list{
    display: none;
      }

      header.template_c2 .gnavi_area nav {
        flex-direction: column;
        display: flex;
        height: auto;
    }

    header.template_c2 .gnavi_area {
      overflow-y: auto;
      width: 100%;
      padding: 0;
      height: calc(100vh - 50px);
  }

  .tp-fv {
    margin-top: 50px!important;
}
}

