a:hover {
    text-decoration: underline;
    opacity: 0.9;
    transition: 0.2s ease;
}

.wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.wrap_top {
  margin-top: 6.5rem !important;
}

.support_list_area {
    margin-top: 20px;
}

.support_list_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.sub_support_list_li {
    width: 32.8%;
    margin-bottom: 9px;
    height: 76px;
}

.support_list_area ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 0;
    background-color: #edf7ff;
    border: 1px solid #d8e6f1;
    box-sizing: border-box;
    text-align: center;
    color: #0054a6;
    text-decoration: none;
    font-size: 17px;
}


a.support_list_a.selected {
    background-color: #aed7f9;
    font-weight: bold;
    border: 1px #6ba6e0 solid;
}



.sub_s_list_text_area {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0 auto;
    padding-top: 1px;
}





.sub_support_list_li:nth-child(1) a span{padding-left: 60px;}
.sub_support_list_li:nth-child(2) a span{padding-left: 63px;}
.sub_support_list_li:nth-child(3) a span{padding-left: 77px;}
.sub_support_list_li:nth-child(4) a span{padding-left: 54px;}
.sub_support_list_li:nth-child(5) a span{padding-left: 55px;}
.sub_support_list_li:nth-child(6) a span{padding-left: 66px;}






.sub_list_webmanual_a {
    background-image: url(/images/support/icon_webmanual.svg);
    background-size: 14%;
    background-repeat: no-repeat;
    background-position: 87px;
}

.sub_list_manual_a {
    background-image: url(/images/support/icon_pdfmanual.svg);
    background-size: 14%;
    background-repeat: no-repeat;
    background-position: 87px;
}

a.support_list_a.selected_manual.selected {
    background-image: url(/images/support/icon_pdfmanual_h.svg);
}

.sub_list_faq_a {
    background-image: url(/images/support/icon_faq.svg);
    background-size: 15%;
    background-repeat: no-repeat;
    background-position: 61px;
}

.sub_list_download_a {
    background-image: url(/images/support/icon_download.svg);
    background-size: 16%;
    background-repeat: no-repeat;
    background-position: 70px;
}

a.support_list_a.selected_download.selected {
    background-image: url(/images/support/icon_download_h.svg);
}

.sub_list_qna_after_a {
    background-image: url(/images/support/icon_qna_after.svg);
    background-size: 15%;
    background-repeat: no-repeat;
    background-position: 89px;
}

.sub_list_system_a {
    background-image: url(/images/support/icon_system.svg);
    background-size: 15%;
    background-repeat: no-repeat;
    background-position: 113px;
}

a.support_list_a.selected_system.selected {
    background-image: url(/images/support/icon_system_h.svg);
}


.line-slas_sub_page {
    border-left: 3px solid #2894D2;
    line-height: 42px;
    margin-bottom: 0;
    font-size: 26px;
    padding-left: 15px;
    padding-bottom: 5px;
    color: #444;
    font-weight: bold;
    border-bottom: 1px dotted #cccccc;
    margin-top: 40px;
}


.line-slas_sub_p{
  padding:13px 15px 22px;
  font-size:19px;
}

.line-slas_sub_p1{
  padding: 40px 10px 17px;
  font-size: 19px;
  text-align: center;
}


.line-slas_sub1_p{
  padding:15px 15px 0px;
  font-size:18px;
}


.support_obi_area{
  background-color: #2d4154;
  border: 1px solid #2d4154;
  padding: 15px 20px 16px 25px;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  margin-top: 1.1rem;
}


.item_title_area{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dotted #cccccc;
  padding: 0 0px 12px;
  margin: 70px 25px 0px 25px;
}

.version_title_area{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 0px 12px;
}


.item_title_area h4{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 30px;
  color: #062f62;
}


.title_area_link{
  margin-top:14px;
}

a.shape_url_link {
  font-size: 18px;
  color: #0f76cc;
  font-weight: normal;
  line-height: 22px;
  vertical-align: middle;
  background: transparent url(/images/type_arrow_oran2.svg) no-repeat left center;
  padding-left: 17px;
  padding-top: 0px;
  text-decoration: none;
  background-size: 12px;
}

.versiontxt_area_link{
  margin-top:0px;
}

a.version_url_link {
  font-size: 19px;
  color: #67a0d8;
  font-weight: 100;
  line-height: 22px;
  vertical-align: bottom;
  padding-top: 0px;
  text-decoration: none;
  opacity: 0.5;
}

.version_url_bar {
  color: #9d9d9d8a;
  font-size: 16px;
  padding: 10px 0px;
}

a.version_url_link_select {
  font-size: 19px;
  color: #2d8ae5;
  font-weight: 700;
  line-height: 22px;
  vertical-align: bottom;
  padding-top: 0px;
  text-decoration: none;
}

a.version_url_link:hover,
a.version_url_link_view:hover
{
  color: #2d8ae5;
  text-decoration: underline;
}

.line-bar{
  color:#9d9d9d;
  font-size:18px;
}


.download_item_area{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 25px;
  gap: 35px 30px;
}

.download_item_area1{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 25px;
  gap: 35px 30px 15px;
}


.download_item{
  border: 1px solid #d5d5d5;
  width: 44%;
}

.download_item_right{
  width: 100%;
  float: right;
  display: flex;
  /* flex-direction: row; */
  /* flex-wrap: wrap; */
  justify-content: flex-end;
  margin: 0px 30px;
}

.down_item_gray_bg{
  height: 190px;
  background: #f2f2f3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.grat_bg_title{
  margin: 5px 0 0;
  color: #838487;
  font-size: 33px;
  line-height: 45px;
}


.down_item_gray_bg span{
  margin: 4px 0 0;
  color: #929396;
  font-size: 21px;
}

.gray_bg_bit{
  margin: 4px 0px 0px;
  color: #929396;
  font-size: 18px;
  line-height: 1.8;
}

.gray_bg_bit1{
  margin: 0;
  color: #929396;
  font-size: 18px;
  line-height: 1.2;
  margin-top: 10px;
}

.silent_text{
  font-size:16px !important;
}

.silent_version_text{
  font-size:21px !important;
}


.title_beta{
  padding-left:6px;
  font-size: 19px;
}


.download_item ul {
    font-size: 17px;
    padding-left:2px;
    line-height: 1.65;
}

.download_item_none{
  font-size: 19px;
  text-align: center;
  line-height: 1.65;
  padding: 5px 0px 22px;
}

.com_tit_txt{
  font-size: 16px;
  line-height: 1.65;
  font-weight: 700;
  padding-bottom: 7px;
}

.version_txt_cont{
  background-color: #f3f9ff;
  font-size: 15px;
  color: #666;
  line-height: 1.4;
  padding: 15px 25px 19px;
}

.version_txt_area{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ico_imgsize{
  padding: 6px 0px 0px 4px;
  width: 28px;
  height: auto;
}

.btn_download_url {
    width: 100%;
    height: 53px;
    font-size: 17px;
    color: #ffffff;
    text-align: center;
    background: #4fa6f7;
    line-height: 52px;
    border-radius: 4px;
    margin: 15px auto 5px;
    position: relative;
}

.btn_download_noturl {
  width: 100%;
  height: 53px;
  font-size: 17px;
  color: #eeeeee;
  text-align: center;
  background: #d5d5d5;
  line-height: 52px;
  border-radius: 4px;
  margin: 15px auto 5px;
  position: relative;
}

.huguai_box{
  margin-top: 35px;
}

.huguai_notice{
  border: 1px solid #ccdcec;
  background-color: #f3f9ff;
  padding: 30px;
  font-size: 20px;
  line-height: 1.55;
  color: rgb(80 96 110 / 90%);
  width: 96%;
  margin: 0 auto;
}

h2.huguai_notice_txt{
  font-size: 26px;
  font-weight: 700;
  padding-bottom:10px;
}

a.btn_link_down_txt {
    font-size: 19px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.mig_sub1 {
  margin: 10px auto 0;
  padding: 10px 0px 0px;
  text-align: left;
  font-size: 14px;
  border-top: 1px dotted #e4e4e4;
  line-height: 1.5;
}


.down_item_text_area{
  padding:25px 35px;
}

.down_item_text_notice{
  font-size: 19px;
  text-align: center;
  vertical-align: middle;
  margin-top: 4em;
}

.manual_contents {
    margin-bottom: 70px;
}

.questionnaire_p{
  padding: 25px 0px 15px 0px;
  font-size: 20px;
  color: #575757;
}

.manual_sub_p{
  padding:15px 0 10px 13px;
  font-size:18px;
}

.pdf_item_area{
  border: 1px solid #d0d4db;
  padding: 30px;
  background-color: #fbfbfb;
  width: 100%;
}


.service_manual_area {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.notice-infopdf{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.notice-infopdf-box{
    background-color: #fffbe7;
    padding: 12px 18px;
    width: 100%;
    font-size: 16px;
    border: 1px solid #efe5d1;
    line-height: 30px;
}

.dli-information-circle {
    display: inline-block;
    vertical-align: middle;
    color: #e32e4c;
    line-height: 1;
    position: relative;
    width: 1em;
    height: 1em;
    border: 0.1em solid currentColor;
    border-radius: 50%;
    box-sizing: content-box;
    margin: 0px 2px 3px 0px;
  }

.dli-information-circle > span {
    width: 0.15em;
    height: 0.6em;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

.dli-information-circle > span::before, .dli-information-circle > span::after {
    content: '';
    display: block;
    width: inherit;
    background: currentColor;
  }

.dli-information-circle > span::before {
    margin-bottom: 0.1em;
    height: 0.15em;
    border-radius: 50%;
  }

.dli-information-circle > span::after {
    height: 0.35em;
    border-radius: 0.025em;
  }


.service_manual_area:nth-child(3){
  margin-top: 25px;
  border-top: 1px dotted #dadada;
  padding-top: 25px;
}

.manual_item_details {
    display: grid;
    grid-template-columns: 90% 10%;
    align-items: center;
    border-bottom: 1px dotted #e1e1e1;
    padding:10px 0;
}


.manual_item_details:nth-child(1) {
    padding-top:5px;
}


.manual_item_details:nth-last-child(1) {
    border-bottom: none;
}


.manual_area_left {

}

.manual_area_right {
    border-left: 2px solid #efefef;
    padding-left: 27px;
    width: 73%;
}

.manual_area_left {
    width: 27%;
}


.item_title {
    font-size: 18px;
    color: #666666;
    line-height: 17px;
    text-align: left;
}

.space-left {
  padding-left: 11px !important;
}


.data_size {
    font-size: 16px;
    color: #666666;
    line-height: 17px;
    text-align: center;
    border-right: 2px solid #efefef;
    border-left: 2px solid #efefef;
    padding:10px 0;
}

.manual_icon{
  text-align: center;
}


.blue-box-line {
    border: 1px solid #aec9e5;
    background-color: #e9f3fd;
    padding: 6px;
    text-align: center;
    width: 90%;
    color: #014c92;
    font-size: 18px;
}



.page_top {
    margin: 40px 0 50px;
    display: flex;
    justify-content: flex-end;
}


.shield_irm_area{
  margin-top:35px;
}

.dcMigrator_item_area{
  margin-bottom:60px;
}




@media screen and (max-width: 480px) {

.sub_support_list_li{
      width: 48.8%;
      height: 126px;
}


.sub_s_list_text_area {
    padding-top: 45px;
    font-size: 15px;
}


.sub_support_list_li:nth-child(1) a span{padding-left: 0;}
.sub_support_list_li:nth-child(2) a span{padding-left: 0;}
.sub_support_list_li:nth-child(3) a span{
    padding-left: 0;
    line-height: 1.3;
    padding-top: 50px;
  }
.sub_support_list_li:nth-child(4) a span{padding-left: 0;}
.sub_support_list_li:nth-child(5) a span{padding-left: 0;}
.sub_support_list_li:nth-child(6) a span{padding-left: 0;}



.sub_list_webmanual_a,
.sub_list_manual_a,
.sub_list_faq_a,
.sub_list_download_a,
.sub_list_qna_after_a,
.sub_list_system_a {
    background-size: 28%;
    background-position: 50% 35%;
}



.questionnaire_p {
    padding: 15px 5px 25px 5px;
    font-size: 18px;
    color: #575757;
    line-height: 1.4;
}


.manual_area_left {
    width: 100%;
}

.manual_area_right{
  width: 100%;
  padding-left: 0;
  border:none;
}

.blue-box-line{
  width:100%;
}

.manual_item_details {
    grid-template-columns: 83% 17%;
    padding: 20px 0px;
}


.manual_item_details:nth-child(1) {
    padding-top: 20px;
}

.manual_item_details:nth-last-child(1) {
    border-bottom: none;
    padding-bottom: 10px;
}

.space-left {
  padding-left: 5px !important;
}

.item_title {
    font-size: 15px;
    line-height: 1.5;
    padding: 0px;
}

.data_size{
    font-size: 14px;
}


.pdf_item_area{
  padding: 20px 15px;
}

.notice-infopdf {
    margin-bottom: 25px;
}

.notice-infopdf-box {
    padding: 10px 8px 10px 13px;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: -0.75px;
}

.service_manual_area:nth-child(3){
    padding-top: 40px;
}


.manual_contents {
    margin-bottom: 35px;
}


.support_obi_area h3 {
  width: 88%;
  font-size: 20px;
  line-height: 1.2;
}

.support_obi_area{
  padding: 18px 15px 17px;
  height: 75px;
}


.obi_icon_logo{
    width: 12%;
}

.obi_icon_logo img{
        width: 35px !important;
}

.download_item{
  width:100%;
}

.download_item_right{
  width: 100%;
}

.down_item_text_area {
    padding: 25px 25px;
}

.down_item_text_notice{
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  margin-top: 0em;
  padding:20px 0px;
}

.down_item_text_area1{
  padding:5px 0px;
}

.download_item_area {
    gap: 20px 30px;
    margin-top: 15px;
}

.download_item_area1 {
  gap: 20px 30px 10px;
  margin-top: 15px;
}

.silent_text{
  font-size:15px !important;
}

.silent_version_text{
  font-size:18px !important;
  margin: 0px !important;
}


.item_title_area {
  padding: 0 0px 10px;
  margin: 30px 0px 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.version_title_area {
  padding: 0 0px 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
}

.download_item ul {
  font-size: 16px;
  padding-left: 3px;
  line-height: 1.65;
}

.download_item_none{
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
  padding: 5px 0px 25px;
}

.com_tit_txt{
  font-size: 15px;
  line-height: 1.65;
  font-weight: 700;
  padding-bottom: 3px;
}

.version_txt_cont{
  font-size: 14px;
  line-height: 1.4;
  padding: 15px 17px;
}

.version_txt_cont1{
  background-color: #f5faff;
  font-size: 15px;
  color: #666;
  line-height: 1.4;
  padding: 20px 25px;
  width:100%;
}

.down_item_gray_bg {
  height: 130px;
}

.gray_bg_bit {
  font-size: 16px;
  line-height: 1.4;
}


.item_title_area h4 {
  display: block;
  line-height: 1.4;
  margin-bottom: 0;
  width: 73%;
  font-size: 21px;
}

.btn_download_url {
  height: 48px;
  font-size: 16px;
  line-height: 47px;
  margin: 15px auto 5px;
}

.btn_download_noturl {
  height: 48px;
  font-size: 16px;
  line-height: 47px;
  margin: 15px auto 5px;
}

.huguai_box{
  margin-top: 20px;
}

h2.huguai_notice_txt {
  font-size: 20px;
  padding-bottom: 7px;
}

.huguai_notice {
  padding: 17px 20px;
  font-size: 15px;
  line-height: 1.3;
  width: 100%;
}

.title_area_link{
  margin-top:3px;
}

.title_area_link{
  text-align:right;
}

.versiontxt_area_link{
  margin-top:0px;
  text-align:right;
}

.shield_s_t {
    font-size: 14.5px;
    display: block;
    margin-left: -10px;
}

.line-slas_sub_p {
  padding: 12px 1px 18px;
  font-size: 17px;
  line-height: 1.5;
}

.line-slas_sub_p1 {
  padding: 15px 1px 18px;
  font-size: 16px;
  line-height: 1.3;
  text-align: left;
}

.line-slas_sub1_p {
  padding: 12px 1px 0px;
  font-size: 17px;
  line-height: 22px;
}


a.shape_url_link{
  font-size: 14px;
  line-height: 22px;
  padding-left: 12px;
  padding-top: 0px;
  background-size: 8px;
}

a.version_url_link{
  font-size: 17px;
  line-height: 22px;
  padding-top: 0px;
}

a.version_url_link_select {
  font-size: 17px;
  line-height: 22px;
  padding-top: 0px;
}

.line-bar{
  color:#9d9d9d;
  font-size:18px;
}


.dcMigrator_item_area {
    margin-bottom: 30px;
}


.mobapp_area,
.dcMigrator_area{
  margin-top:50px;
}


.page_top {
    margin: 10px 0 35px;
    display: flex;
    justify-content: flex-end;
}


.wrap {
  max-width: 100%;
  width: 89%;
  margin: 0 auto;
  z-index: 100;
  padding: 0px;
}

.wrap_top {
  margin-top: 5.5rem !important;
}


.page_title h2 {
  font-size: 31px;
  margin: 40px 0 0 0;
}


.grat_bg_title{
  font-size: 29px;
  line-height: 35px;
}


.down_item_gray_bg span{
  font-size: 19px;
}



.item_last_aera {
    margin-bottom: 35px;
}


.item_last_aera_Nver{
    margin-bottom: 15px;
}

}
