
/* ========================================================================================
  PC
  reset
======================================================================================== */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote, table, figure{margin:0;padding:0;}
html, body {background:#FFFFFF;color:#000000;}
html {scroll-behavior: smooth;}
body {font-size:13px;line-height:1;}
* html body {font-size:small;}
*:first-child+html body {font-size:small;}
img {border:0;vertical-align:top;}
h1, h2, h3, h4, h5, h6 {clear:both;font-size:100%;font-weight:normal;}
dl, ul, ol {text-indent:0;}
ul, ol {list-style:none;}
table {border-collapse:collapse;border-spacing:0;font-size:inherit;}
caption {text-align:left;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
address, caption, cite, code, dfn, em, strong, th, var {font-style:normal;font-weight:normal;}
fieldset {border:0;}
input, select, textarea {font-family:inherit;font-size:inherit;font-weight:inherit;}
* html input, * html select, * html textarea {font-size:100%;}
*:first-child+html input, *:first-child+html select, *:first-child+html textarea {font-size:100%;}
input, select, textarea {font-size:100%;}
html {font-size:62.5%;}
body {min-width:980px;color:#333;font-size:1.2em;font-family:"Noto Sans JP";overflow-y:scroll;line-height:2;}
h1, h2, h3, h4, h5, h6, strong {font-weight:bold;}
sup {vertical-align:.5rem;}
.pc {display:block;}
.sp {display:none;}
h1.smpSptitle {display:none;}
a {color:#0033CC;transition:0.3s ease-in-out;cursor:pointer;}
a:link {color:#0033CC;text-decoration:none;}
a:visited {color:#663399;text-decoration:none;}
a:active {color:#4B0082;text-decoration:none;}
p.caption {line-height:1.5;font-size:14px;}
/* ========================================================================================
  PC
  common
======================================================================================== */
main {
    min-width: 1200px;
}
.locCmnTit {
	text-align: center;
    margin-bottom: 40px;
}
.locCmnTit .locCmnTit_jp {
	font-size: 40px;
	font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
}
.locCmnTit .locCmnTit_jpsml {
	font-size: 30px;
	font-weight: bold;
	display: block;
    margin-bottom: 15px;
}
.locCmnTit .locCmnTit_en {
	color: #0E5494;
	font-size: 20px;
	font-weight: bold;
    line-height: 1;
}

.locCmnContact {
    
}
.locCmnContactInn {
    min-width: 1200px;
    background:url(/bi/solution/cn/container/img/img_bg_support.jpg)no-repeat center;
    background-size:cover;
    margin: auto;
}
.locCmnContactCon {
    max-width: 900px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 330px;
    
}
.locCmnBtnWrap {
    width: 380px;
}
.locCmnBtnWrap a.locCmnBtn {
    display: block;
	position: relative;
	line-height: 60px;
	border-radius: 5px;
	text-align: center;
	width: 100%;
    font-size: 20px;
    font-weight: bold;
    background-image: linear-gradient(90deg, #fff 50%, #fff, #ffe443, #ffe443 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
    color: #005bac;
    transition: background-position 0.2s ease-out;
}
.locCmnBtnWrap a.locCmnBtn:hover {
    background-position: 0 0;
    transition: background-position 0.2s ease-out;
}
.locCmnBtnWrap a.locCmnBtn::before {
    content: "";
    display: block;
    position: absolute;
    top: 26px;
    right: 20px;
    width: 6px;
    height: 6px;
    border-right: 3px solid #005bac;
    border-top: 3px solid #005bac;
    transform: rotate(45deg);
}
.locCmnContactTxtArea {
    width: calc(100% - 400px);
    color: #fff;
}
.locCmnContactTit {
    font-size: 30px;
    font-weight: bold;
}
.locCmnContactTxt {
    font-size: 18px;
}
.contents-block-image a {
    display: block;
}
.contents-block-image a img {
    display: block;
    max-width: 100%;
    height: auto;
}
/* ========================================================================================
  PC
  header
======================================================================================== */

.locHed {
	min-width: 1200px;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	padding: 15px 20px;
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
    display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.locHed::before {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #00a7e6;
    background: -moz-linear-gradient(left,  #00a7e6 0%, #0077c2 100%);
    background: -webkit-linear-gradient(left,  #00a7e6 0%,#0077c2 100%);
    background: linear-gradient(to right,  #00a7e6 0%,#0077c2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a7e6', endColorstr='#0077c2',GradientType=1 );
}
.locHedInn {
}
.locHedLog {
	display: table;
    margin-right: auto;
}
.locHedNavList {
	display: flex;
	justify-content: flex-end;
	align-items: center;
    margin-left: auto;
}
.locHedNavList li {
	display: table;
}
.locHedNavList li + li {
	margin-left: 40px;
}
.locHedNavList li a {
	display: block;
	font-family:"Noto Sans JP";
	font-size: 15px;
	color: #000;
}
.locHedNavList li a:hover {
    text-decoration: underline;
}
a.locHedBtn {
	position: relative;
	line-height: 50px;
	border-radius: 3px;
	text-align: center;
	width: 200px;
	margin-left: 60px;
    display: block;
    font-weight: bold;
    background-image: linear-gradient(90deg, #005bac 50%, #005bac, #ffe443, #ffe443 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
    color: #005bac;
    transition: background-position 0.2s ease-out;
}
a.locHedBtn:hover {
    background-position: 0 0;
    color: #fff;
    transition: background-position 0.2s ease-out;
}
a.locHedBtn::before {
    content: "";
    display: block;
    position: absolute;
    top: 22px;
    right: 20px;
    width: 6px;
    height: 6px;
    border-right: 3px solid #005bac;
    border-top: 3px solid #005bac;
    transform: rotate(45deg);
}
a.locHedBtn:hover::before {
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
}

.locHedMenIco{
    display: none;
    }
#focus-trap {
    display: none;
}
/* ========================================================================================
  PC
  mv
======================================================================================== */
.locMai {
	min-width: 1200px;
    width: 100%;
	margin:80px auto 0;
	position: relative;
    background-color: #eee;
}
.locMai::before {
	content:"";
	display: block;
	background: url(/bi/solution/cn/container/img/bg_mai_left_full.jpg)repeat;
	background-size:auto 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: calc(50% - 650px);
	height: 520px;
	z-index: 1;
}
.locMai::after {
}
.locMaiInn {
	width: 100%;
	max-width: 1300px;
	margin: auto;
	position: relative;
	height: auto;
    background: url(/bi/solution/cn/container/img/bg_mai.png);
    background-size:auto 100%;
}
.locMaiInn::before {
	content:"";
    display: block;
	padding-top: 40%;
}
.locMaiTxt {
	position: absolute;
	top: 50%;
	left: 100px;
	color: #fff;
	z-index: 1;
    transform: translateY(-50%);
}
.locMaiTxt .locMaiTitLSub {
color: #C7E5F8;
	font-size: 20px;
    line-height: 1;
}
.locMaiTxt .locMaiTitLMain {
	font-size: 60px;
    line-height: 1;
    display: block;
    margin: 20px 0 30px -30px;   
}
.locMaiTxt .locMaiCopy {
	font-size: 15px;
    font-weight: bold;
}
/* ========================================================================================
  PC
  task
======================================================================================== */
.locTask {
    padding: 90px 0 120px;
}
.locTaskInn {
    min-width: 1200px;
    margin: auto;
}
.locTaskListWrap {
    margin:auto;
    max-width: 1100px;
}
.locTaskList {
	display: flex;
	justify-content: space-between;
}
.locTaskList li {
    width: 240px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-end;
}
.locTaskList .locTaskListImgArea {
    margin-bottom: 30px;
    
}
.locTaskList .locTaskListTit {
	font-size: 17px;
	text-align: center;
	font-weight: bold;
	color: #0E5494;
    line-height: 1.5;
    margin-bottom: 10px;
}
.locTaskList .locTaskListTit.locTaskListTitSingle {
    line-height: 3;
    white-space: nowrap;
}
.locTaskList .locTaskListTxt {
	font-size: 15px;
}
.locTaskGrow {
	display: table;
	margin: 50px auto 30px;
}
.locTaskSubTit {
	font-size: 30px;
	display: table;
	margin: auto;
	padding: 0 30px;
	position: relative;
	line-height: 42px;
}
.locTaskSubTit::before,
.locTaskSubTit::after {
	content:"";
	display: block;
	position: absolute;
	top: 0;
	width: 19px;
	height: 42px;
}
.locTaskSubTit::before {
	left: 0;
	background: url(/bi/solution/cn/container/img/img_task_tititem_left.png)no-repeat;
}
.locTaskSubTit::after {
	background: url(/bi/solution/cn/container/img/img_task_tititem_right.png)no-repeat;
	right: 0;
}
.locTaskTxt {
	font-size: 15px;
}
.locTaskTxtsml {
    max-width: 860px;
    margin: 20px auto 50px;
}

.locTaskVideoBox {
	padding: 50px;
	background: #F5F5F5;
	display: flex;
	justify-content: space-between;
    position: relative;
    max-width: 1100px;
    margin: auto;
}
.locTaskVideoBox .locTaskVideoBoxLeft {
	width: 600px;
    height: 338px;
    position: relative;
    margin-bottom: 20px;
}
.locTaskVideoBox .locTaskVideoBoxRight {
	width: calc(100% - 740px);
    position: absolute;
    right: 50px;
    top: 50px;
}
.locTaskVideoTit {
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    position: absolute;
    width: 100%;
    bottom: -35px;
}
.locTaskVideoBoxTit {
	font-size: 22px;
	font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
}
.locTaskVideoBtnWrap .locTaskVideoBtn {
	display: block;
	position: relative;
	font-size: 15px;
	text-align: center;
	line-height: 50px;
    width: 280px;
    border-radius: 5px;
    margin-top: 30px;
    font-weight: bold;
    background-image: linear-gradient(90deg, #fff 50%, #fff, #005bac, #005bac 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
    color: #fff;
    transition: background-position 0.2s ease-out;
}
.locTaskVideoBtnWrap .locTaskVideoBtn:hover {
    background-position: 0 0;
    color: #005bac;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    transition: background-position 0.2s ease-out;
}
.locTaskVideoBtnWrap .locTaskVideoBtn::before {
	content:"";
	display: block;
	position: absolute;
	top: 22px;
	right: 20px;
	width: 6px;
	height: 6px;
	border-right: 3px solid #fff;
	border-top: 3px solid #fff;
	transform: rotate(45deg);
}
/* ========================================================================================
  PC
  feature
======================================================================================== */
.locFeature {
	background: #E2ECF5;
    padding: 80px 0 60px;
    min-width: 1200px;
}
.locFeatureInn {
	max-width: 1000px;
	margin: auto;
}
.locFeatureConWrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.locFeatureCon {
    width: 480px;
    background: #fff;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
}
.locFeatureConTxtArea {
	padding: 30px 40px;
	
}
.locFeatureConTxtArea .locFeatureConTit {
	font-size: 22px;
	font-weight: bold;
	color: #0E5494;
}
.locFeatureConTxtArea .locFeatureConTxt {
	font-size: 15px;
}
/* ========================================================================================
  PC
  Reason
======================================================================================== */
.locReason {
    background: #F5F5F5;
    padding: 80px 0 100px;
    min-width: 1200px;
}
.locReasonInn {
	max-width: 850px;
	margin: 60px auto 0;
}
.locReasonCon {
	position: relative;
	display: flex;
	justify-content: space-between;
	background: #fff;
    margin: 40px 0 0;
}
.locReasonCon .locReasonConImgArea {
	width: 260px;
}
.locReasonCon .locReasonConTxtArea {
	width: calc(100% - 260px);
	padding: 40px;
}
.locReasonImgright .locReasonConImgArea {
	order: 2;
}
.locReasonImgright .locReasonConTxtArea {
	order: 1;
}
.locReasonImgleft .locReasonConImgArea {
	order: 1;
}
.locReasonImgleft .locReasonConTxtArea {
	order: 2;
}
.locReasonImgright .locReasonConParts {
	position: absolute;
	top: 0;
	left: 40px;
}
.locReasonImgleft .locReasonConParts {
	position: absolute;
	top: 0;
	left: 300px;
}
.locReasonConTit {
	color: #0E5494;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 40px 85px;
}
.locReasonConTxt {
    font-size: 15px;
}
.locKintonelog {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
/* ========================================================================================
  PC
 Support
======================================================================================== */
.locSupport {
    padding: 80px 0 120px;
}
.locSupportInn {
    max-width: 1100px;
    margin: 60px auto 0;
}
.locSupportCon {
    display: flex;
    justify-content: space-between;
}
.locSupportConleft {
    width: 200px;
}
.locSupportConParts {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    position: relative;
    background: #eee;
    border-radius: 5px;
    line-height: 40px;
    margin-bottom: 10px;
}
.locSupportConParts::before {
    content:"";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 6px 0 6px;
    border-color: #eeeeee transparent transparent transparent;
    transform: translate(-50% , 100%);
}
.locSupportPlf {
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
}
.locSupportConright {
    width: calc(100% - 250px);
}
.locSupportStep {
    border: 2px solid #DDDDDD;
    padding: 30px 40px;
}
.locSupportStepTit {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    display: flex;
    align-items: center;
}
.locSupportStepTxt {
    font-size: 15px;
    margin-top: 10px;
} 
.locSupportStepTit .locSupportStepTitParts {
    margin-right: 20px;
    width: 100px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0b5bac;
    color: #fff;
    line-height: 1;
    font-weight: 400;
    font-size: 14px;
    border-radius: 15px;
}
.locSupportGrow {
    width: 120px;
    margin: 15px auto;
}
.locSupportGrow img {
    width: 100%;
    display: block;
}


/* ========================================================================================
  PC
case
======================================================================================== */

.locCase {
    background: url("/bi/solution/cn/container/img/img_bg_case.jpg")repeat;
    background-size: 15px 15px;
    padding: 80px 0 50px;
}
.locCaseTxt {
    font-size: 15px;
}
.locCaseTxt.locCaseTxtCenter {
    text-align: center;
    margin: -10px 0 30px;
}
.locCaseInn {
    min-width: 1200px;
    margin: auto;
}
.locCaseCon {
    max-width: 1100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    background: #fff;
    padding: 50px;
    border: 2px solid #DDDDDD;
    position: relative;
    margin-bottom: 70px;
    box-sizing: border-box;
}
.locCaseConIcon {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-33% , -33%);
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffdd00;
    border-radius: 60px;
    font-size: 32px;
    font-weight: 700;
}
.locCaseConIcon span {
    font-size: 0.65em;
    display: block;
    padding-top: 0.4em;
}
.locCaseConIcon::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    right: 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 10px 0 10px;
    border-color: #ffdd00 transparent transparent transparent;
    transform: rotate(-45deg);
}
.locCaseCon .locCaseConleft {
    width: 240px;
}
.locCaseCon .locCaseConright {
    width: calc(100% - 280px);
}
.locCaseConTit {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
}
.locCaseConTbl {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 20px 0;
}
.locCaseConTbl dt {
    width: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background: #F5F5F5;
    border-radius: 10px;
}
.locCaseConTbl.locCaseConTblbtm dt {
    color: #0B5BAC;
    background: #E2ECF5;
}
.locCaseConTbl dd {
    width: calc(100% - 150px);
} 
/* ========================================================================================
  PC
Online
======================================================================================== */
.locOnline {
    padding: 60px 0;
}
.locOnlineInn {
    max-width: 1100px;
    margin: auto;
}
.locOnlineCon {
    background-color: #E2ECF5;
    padding:  70px 60px;
    border-radius:10px;
    position: relative;
    background-image: url(/bi/solution/cn/container/img/img_online.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 548px 340px;
    
}
.locOnlineTit {
    font-size: 30px;
    color: #0B5BAC;
}
.locOnlineTxt {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0 30px;
}
/* ========================================================================================
  PC
foot
======================================================================================== */
footer {
    background: #003F76;
    padding: 25px 0;
    color: #fff;
    font-size: 14px;
    min-width: 1200px;
}
.locFootInn {
    max-width: 1100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}
.locFootTit {
    font-size: 14px;
    font-weight: bold;
}
.locFootTxt a {
    color: #fff;
    font-size: 14px;
    text-decoration: underline;
}
/* =====================================================================================================================
    Mobile
====================================================================================================================== */

@media only screen and (max-width:640px) {

  /* ========================================================================================
    Mobile
    reset
  ======================================================================================== */
  body {min-width:100px;font-size:1.2rem;}
  .pc {display:none;}
  .sp {display:block;}
  img {width:100%;height:auto;display: block;}
  .clear {clear:none;}

  /* ========================================================================================
    Mobile
    common
  ======================================================================================== */
    main {
    min-width: 0;
}
    .locCmnTit {
    margin-bottom: 40px;
    box-sizing: border-box;
        padding: 0 20px;
}
.locCmnTit .locCmnTit_jp {
	font-size: 20px;
	font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
}
.locCmnTit .locCmnTit_jpsml {
	font-size: 18px;
	font-weight: bold;
	display: block;
    margin-bottom: 0;
}
.locCmnTit .locCmnTit_en {
	color: #0E5494;
	font-size: 16px;
	font-weight: bold;
    line-height: 1;
}

.locCmnContact {
    
}
.locCmnContactInn {
    min-width: 100%;
    background:url(/bi/solution/cn/container/img/img_bg_support.jpg) no-repeat center;
    background-size:cover;
    margin: auto;
    padding: 20px 20px 30px;
    box-sizing: border-box;
}
.locCmnContactCon {
    max-width: 100%;
    margin: auto;
    flex-wrap: wrap;
    height: auto;
    
}
.locCmnBtnWrap {
    width: 100%;
}
.locCmnBtnWrap a.locCmnBtn {
	line-height: 60px;
	width: 100%;
    font-size: 16px;
}
.locCmnBtnWrap a.locCmnBtn::before {
    content: "";
    display: block;
    position: absolute;
    top: 26px;
    right: 20px;
    width: 6px;
    height: 6px;
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    transform: rotate(45deg);
}
.locCmnContactTxtArea {
    width: 100%;
}
.locCmnContactTit {
    font-size: 21px;
    font-weight: bold;
    text-align: center;
}
.locCmnContactTxt {
    font-size: 14px;
    margin:10px 0 30px; 
}
    /* ========================================================================================
   Mobile
  header
======================================================================================== */
.locHed{
    min-width:0;
    display:flex;
    justify-content: space-between;
    padding: 0 10px;
    height: 67px;
    }
  .locHed::before{
      height:2px;
    }
  .locHedLog{
      line-height:0;
      width: 130px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
    }
  .locHedInn{
        display: none;
      position:fixed;
      top:65px;
      left:0;
      width:100%;
      overflow:hidden;
      z-index:10;
      box-sizing: border-box;
    }
   .locHedInn::before {
    content: " ";
    display: block;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #00a7e6;
    background: -moz-linear-gradient(left,  #00a7e6 0%, #0077c2 100%);
    background: -webkit-linear-gradient(left,  #00a7e6 0%,#0077c2 100%);
    background: linear-gradient(to right,  #00a7e6 0%,#0077c2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a7e6', endColorstr='#0077c2',GradientType=1 );
}
  .locHedInn.open{
      display:block;
      height:calc(100vh - 50px);
      box-sizing: border-box;
    }
  .locHedMen{
      background:#fff;
    }
  .locHedMenIco{
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 45px;
    height: 45px;
    transform: none;
    border: 0;
    padding: 0;
    background: transparent;
    }
  .locHedMenIco:before{
      content:" ";
      display:block;
      position:absolute;
      top:13px;
      left:7.5px;
      height:2px;
      width:30px;
      background:#075ea6;
      background:-moz-linear-gradient(left,  #075ea6 0%, #0782c0 100%);
      background:-webkit-linear-gradient(left,  #075ea6 0%,#0782c0 100%);
      background:linear-gradient(to right,  #075ea6 0%,#0782c0 100%);
      filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#075ea6', endColorstr='#0782c0',GradientType=1 );}
  .locHedMenIco:after{
      content:" ";
      display:block;
      position:absolute;
      bottom:11px;
      left:7.5px;
      height:2px;
      width:30px;
      background:#075ea6;
      background:-moz-linear-gradient(left,  #075ea6 0%, #0782c0 100%);
      background:-webkit-linear-gradient(left,  #075ea6 0%,#0782c0 100%);
      background:linear-gradient(to right,  #075ea6 0%,#0782c0 100%);
      filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#075ea6', endColorstr='#0782c0',GradientType=1 );}
  .locHedMenline{
      position:absolute;
      top:50%;
      left:7.5px;
      height:2px;
      width:30px;
      background:#075ea6;
      background:-moz-linear-gradient(left,  #075ea6 0%, #0782c0 100%);
      background:-webkit-linear-gradient(left,  #075ea6 0%,#0782c0 100%);
      background:linear-gradient(to right,  #075ea6 0%,#0782c0 100%);
      filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#075ea6', endColorstr='#0782c0',GradientType=1 );}
  .locHedNavInn{
      display:block;
      overflow:hidden;}
  .locHedNavList{
      padding:0 0 0 0;
      display:block;
      text-align:center;
      box-sizing: border-box;
    
    }
  .locHedNavList li{
      border-top:1px #dddddd solid;
      display: block;
      box-sizing: border-box;
    }
    .locHedNavList li:last-child {
        border-bottom:1px #dddddd solid;
    }
    .locHedNavList li + li { 
        margin-left: 0px;
}
  .locHedNavList li a{
      line-height:1;
      padding:15px 0;
      min-height:0;
      font-size:14px;
    box-sizing: border-box;}
a.locHedBtn {
      line-height: 45px;
height: 45px;
width: 150px;
position: absolute;
top: 10px;
right: 65px;
display: block;
padding: 0;
box-sizing: border-box;
border-radius: 0;
margin-left: 0px;
text-indent: -10px;
  }
    a.locHedBtn::before {
    top: 19px;
}

#focus-trap {
    display: block;
}
/* ========================================================================================
Mobile
  mv
======================================================================================== */
.locMai {
	margin:65px auto 0;
	position: relative;
    background-color: #eee;
    min-width: 0;
}
.locMai::before {
	display: none;
}
.locMai::after {
}
.locMaiInn {
	width: 100%;
	max-width: 100%;
	margin: auto;
	position: relative;
	height: auto;
    background: url(/bi/solution/cn/container/img/bg_mai_left_full.jpg)repeat;
    background-size:auto 100%;
    box-sizing: border-box;
    
}
.locMaiInn::before {
	content:"";
    display: block;
	padding-top: 0;
}
.locMaiTxt {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
    transform: translateY(0%);
    box-sizing: border-box;
    padding: 20px;
}
.locMaiTxt .locMaiTitLSub {
	font-size: 14px;
    line-height: 1;
    text-align: center;
    display: block;
}
.locMaiTxt .locMaiTitLMain {
	font-size: 36px;
    display: block;
    margin: 10px 0 20px -20px;
    box-sizing: border-box;
    text-align: center;
}
.locMaiTxt .locMaiCopy {
	font-size: 12px;
}
.locSpMaibtmImg {
	width: 100%;
	margin: auto;
	position: relative;
	height: auto;
    background: url(/bi/solution/cn/container/img/bg_sp_maibtmimg.jpg);
    background-size:auto 100%;
}
.locSpMaibtmImg::before {
	content:"";
    display: block;
	padding-top: 75%;
}
/* ========================================================================================
    Mobile
  task
======================================================================================== */
.locTask {
    padding: 10% 0 12%;
}
.locTaskInn {
    min-width: 100%;
    margin: auto;
    box-sizing: border-box;
    padding: 0 20px;
}
.locTaskListWrap {
    margin:auto;
    max-width: 100%;
}
.locTaskList {
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
}
.locTaskList li {
	width: 100%;
    margin: 30px 0;
}
.locTaskList .locTaskListImgArea {
	margin: auto;
    margin-bottom: 30px;
    width: 60%;
}
.locTaskList .locTaskListTit {
	font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.locTaskList .locTaskListTit.locTaskListTitSingle {
    line-height: 1.5;
    white-space: nowrap;
}
.locTaskList .locTaskListTxt {
	font-size: 14px;
}
.locTaskGrow {
	display: block;
	margin: 50px auto 30px;
    width: 50%;
}
.locTaskSubTit {
	font-size: 18px;
	display: table;
	margin: auto;
	padding: 0 30px;
	position: relative;
	line-height: 1.5;
}
.locTaskSubTit::before,
.locTaskSubTit::after {
	content:"";
	display: block;
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	width: 19px;
	height: 42px;
}
.locTaskSubTit::before {
	left: 0;
	background: url(/bi/solution/cn/container/img/img_task_tititem_left.png)no-repeat;
}
.locTaskSubTit::after {
	background: url(/bi/solution/cn/container/img/img_task_tititem_right.png)no-repeat;
	right: 0;
}
.locTaskTxt {
	font-size: 14px;
}
.locTaskTxtsml {
    max-width: 100%;
    margin: 20px auto 50px;
}

.locTaskVideoBox {
	padding: 20px;
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%;
    margin: auto;
}
.locTaskVideoBox .locTaskVideoBoxLeft {
	width: 100%;
    height: 166px;
}
.locTaskVideoBox .locTaskVideoBoxRight {
	width: 100%;
    position: relative;
    right: 0;
    top: 0;
    margin-top: 30px;
}
.locTaskVideoTit {
	text-align: center;
    font-size: 13px;
    font-weight: normal;
}
.locTaskVideoBoxTit {
	font-size: 18px;
	font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
}
.locTaskVideoBtnWrap .locTaskVideoBtn {
	font-size: 14px;
	line-height: 50px;
    width: 100%;
    margin-top: 30px;
}
.locTaskVideoBtnWrap .locTaskVideoBtn::before {
	content:"";
	display: block;
	position: absolute;
	top: 22px;
	right: 20px;
	width: 6px;
	height: 6px;
	border-right: 3px solid #fff;
	border-top: 3px solid #fff;
	transform: rotate(45deg);
}
  /* ========================================================================================
  Mobile
  feature
======================================================================================== */
.locFeature {
    padding: 10% 0 6%;
    min-width: 0;
}
.locFeatureInn {
	max-width: 100%;
	margin: auto;
    box-sizing: border-box;
    padding: 0 20px;
}
.locFeatureConWrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.locFeatureCon {
	width: 100%;
	background: #fff;
    margin-bottom: 40px;
}
.locFeatureConTxtArea {
	padding: 20px;
	
}
.locFeatureConTxtArea .locFeatureConTit {
	font-size: 18px;
	font-weight: bold;
	color: #0E5494;
    line-height: 1.5;
    margin-bottom: 10px;
}
.locFeatureConTxtArea .locFeatureConTxt {
	font-size: 14px;
}  
/* ========================================================================================
    Mobile
  Reason
======================================================================================== */
.locReason {
    padding: 10% 0;
    min-width: 0;
}
.locReasonInn {
	max-width: 100%;
	margin: 60px auto 0;
    padding: 0 20px;
    box-sizing: border-box;
}
.locReasonCon {
	position: relative;
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	background: #fff;
    margin: 40px 0 0;
}
.locReasonCon .locReasonConImgArea {
	width: 100%;
}
.locReasonCon .locReasonConTxtArea {
	width: 100%;
	padding: 20px;
}
.locReasonImgright .locReasonConImgArea {
	order: 1;
}
.locReasonImgright .locReasonConTxtArea {
	order: 2;
}
.locReasonImgleft .locReasonConImgArea {
	order: 1;
}
.locReasonImgleft .locReasonConTxtArea {
	order: 2;
}
.locReasonImgright .locReasonConParts {
	position: absolute;
	top: 0;
	left: 20px;
}
.locReasonImgleft .locReasonConParts {
	position: absolute;
	top: 0;
	left: 20px;
}
.locReasonConTit {
	color: #0E5494;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	margin: 0px 0 10px 0;
}
.locReasonConTxt {
    font-size: 14px;
}
.locKintonelog {
    position: relative;
    bottom: 0;
    right: 20px;
    order: 3;
    width: 50%;
    margin-bottom: 20px;
    margin-left: auto;
    
}  
/* ========================================================================================
  Mobile
 Support
======================================================================================== */
.locSupport {
    padding: 10% 0 12%;
}
.locSupportInn {
    max-width: 100%;
    width: 100%;
    margin: 60px auto 0;
    padding: 0 20px;
    box-sizing: border-box;
}
.locSupportCon {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.locSupportConleft {
    width: 100%;
    margin-bottom: 20px;
}
.locSupportConleft img{
display: block;
width: 100px;
float: left;
}
.locSupportConParts{
float:right;
width:calc(100% - 120px);
}
.locSupportPlf{
float: right;
width: calc(100% - 120px);
text-align: left;
}
locSupportConleft::after{
content:" ";
display: block;
height: 0;
font-size:0;
clear: both;
visibility:hidden;
}
.locSupportConParts {
    font-size: 12px;
    line-height: 40px;
    margin-bottom: 10px;
}
.locSupportConParts::before {
    content:"";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 6px 0 6px;
    border-color: #eeeeee transparent transparent transparent;
    transform: translate(-50% , 100%);
}
.locSupportPlf {
    font-size: 12px;
    text-align: left;
    line-height: 1.5;
    margin: 15px 0;
}
.locSupportConright {
    width: 100%;
}
.locSupportStep {
    border: 2px solid #DDDDDD;
    padding: 20px;
}
.locSupportStepTit {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    flex-direction: column;
}
.locSupportStepTxt {
    font-size: 14px;
    margin-top: 10px;
} 
.locSupportStepTit .locSupportStepTitParts {
    margin-right: 0;
    margin-bottom: 10px;
}
.locSupportGrow {
    width: 120px;
    margin: 15px auto;
}
.locSupportGrow img {
    width: 100%;
    display: block;
} 
/* ========================================================================================
Mobile
case
======================================================================================== */

.locCase {
    background: url("/bi/solution/cn/container/img/img_bg_case.jpg")repeat;
    background-size: 15px 15px;
    padding: 10% 0 5%;
}
.locCaseTxt {
    font-size: 14px;
}
.locCaseTxt.locCaseTxtCenter {
    text-align: center;
    margin: -10px 0 30px;
    box-sizing: border-box;
    padding: 0 20px;
}
.locCaseInn {
    min-width: 100%;
    width: 100%;
    box-sizing: border-box;
    margin: auto;
    padding: 0 20px;
}
.locCaseCon {
    max-width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    background: #fff;
    padding: 20px;
    border: 2px solid #DDDDDD;
    position: relative;
    margin-bottom: 50px;
}
.locCaseConIcon {
    position: absolute;
    top: -10px;
    left: 0;
    transform: scale(80%) translate(-20px , -20px);
    z-index: 1;
}
.locCaseCon .locCaseConleft {
    width: 100%;
}
.locCaseCon .locCaseConright {
    width: 100%;
}
.locCaseConTit {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 15px;
    
}
.locCaseConTbl {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 20px 0;
}
.locCaseConTbl dt {
    width: 100%;
    line-height: 60px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    background: #F5F5F5;
    border-radius: 10px;
    margin-bottom: 10px;
}
.locCaseConTbl.locCaseConTblbtm dt {
    color: #0B5BAC;
    background: #E2ECF5;
}
.locCaseConTbl dd {
    width:100%;
} 
.locCaseConleft{
position:relative;
padding:100% 0 0;
overflow:hidden;
}
.locCaseConleft img{
display:block;
width:100%;
height:auto;
position:absolute;
top:50%;
left:0;
transform: translate(0,-50%);
}
/* ========================================================================================
Mobile
Online
======================================================================================== */
.locOnline {
    padding: 10% 0;
}
.locOnlineInn {
    max-width: 100%;
    margin: auto;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
}
.locOnlineCon {
    background-color: #E2ECF5;
    padding:  20px;
    border-radius:10px;
    position: relative;
    background-image: none;
}
.locOnlineCon .locOnlineMovileImgArea {
    position: relative;
    width: 100%;
    padding: 62% 0 0 0;
    background: url(/bi/solution/cn/container/img/img_online.png)no-repeat center;
    background-size: 100% auto;
}

.locOnlineTit {
    font-size: 20px;
    color: #0B5BAC;
    text-align: center;
}
.locOnlineTxt {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0 30px;
} 
/* ========================================================================================
Mobile
foot
======================================================================================== */
footer {
    background: #003F76;
    padding: 20px 0;
    color: #fff;
    font-size: 11px;
    min-width: 0;
}
.locFootInn {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: auto;
    box-sizing: border-box;
    padding: 0 20px;
}
.locFootTit {
    font-size: 12px;
    font-weight: bold;
}
    .locFootright {
        width: 100%;
    }
    .locFootCopy {
        width: 100%;
        font-size: 10px;
        text-align: center;
        margin-top: 20px;
    }
    .locFootTxt a {
    color: #fff;
    font-size: 11px;
    text-decoration: underline;
}
}
    