
/*!
* 
* 
* 
* original styles
* 
* 
* 
*
*/
/* original style
-----------------------------------------------------------------------------------------------------------*/
/* navigation */
.c-pager {
  padding: 4px 0;
  background: #e2f0fd;
}
.c-pager .ui-grid-a {
  margin: 0;
}
.c-pager .ui-btn {
  font-size: 14px;
  font-weight: normal;
}
.c-pager .ui-btn-icon-left::after,
.c-pager .ui-btn-icon-right::after {
  width: 16px;
  height: 16px;
  margin-top: -8px;
}

.c-tabs {
  position: relative;
  margin: 0 -15px;
  padding: 0 0.6875em 8px;
}
.c-tabs::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  border-bottom: 10px solid #297ac6;
  content: "";
}

.c-tabs ul {
  display: flex;
  margin: 0;
  padding: 0;
  font-size: 12.5px;
  list-style: none;
}
.c-tabs li {
  width: 50%;
}
.c-tabs a {
  position: relative;
  display: block;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: .7em 1.4em;
  padding-left: 2.5em;
  margin: 0;
  margin-right: .3125em;
  margin-left: .3125em;
  font-size: 1.25rem;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  background: #297ac6;
  color: #fff;
  font-weight: bold;
}

.c-tabs a::after {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  border-radius: 9px;
  background: #f0f8ff no-repeat center center/18px 18px var(--svg-icon-triangle-r-blue);
  /* background: #0559a7 no-repeat center center/20px 20px var(--svg-icon-triangle-r-white); */
  transform: rotate(90deg);
  content: "";
}




.c-tabs a.unselected {
  background-color: #e2f0fd !important;
  color: #297ac6;
}
.c-tabs a.unselected::after {
  background: #0559a7 no-repeat center center/20px 20px var(--svg-icon-triangle-r-white);
  transform: rotate(0deg);
}


/* icon */
.c-icon-number {
  box-sizing: border-box;
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  padding-top: 1px;
  border-radius: 50%;
  background: #ff0000;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.c-icon-soon {
  display: inline-block;
  padding: 0 4px;
  background: #ff0000;
  color: #fff;
}

/* link icon */
.c-link-exclamation {
  position: relative;
  display: inline-block;
  /* padding-left: 24px; */
  font-weight: bold;
}
.c-link-exclamation::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  content: none;
}

/* heading */
h2.top {
  margin-top: 0px;
  padding-bottom: 12px;
  border-bottom: 1px solid #333;
  font-size: 1em;
  text-align: center;
}
h2.top-touchicon {
  margin-top: 30px;
  padding-bottom: 12px;
  border-bottom: 1px solid #333;
  font-size: 1em;
  text-align: center;
}
h2.top-touchicon::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  content: "";
  vertical-align: middle;
}
h2.icon-ios::before {
  background: url(/corp/tool/kabubo_app/manual/images/icon_ios.png) no-repeat 0 0 /100%;
}
h2.icon-android::before {
  background: url(/corp/tool/kabubo_app/manual/images/icon_android.png) no-repeat 0 0 /100%;
}

/* content */
.wrap img {
  max-width: 100%;
  height: auto;
}
.wrap dl {
  margin: 0;

}
.wrap dt{
  margin: 30px 0 16px;
  font-weight: bold;
}

.wrap .ordered {
  position: relative;
  padding-left: 28px;
}
.wrap .ordered .c-icon-number {
  position: absolute;
  top: -2px;
  left: 0;
}
.wrap dd{
  margin: 16px 0;
  padding: 0;
}
.wrap dd .c-icon-number {
  font-size: 0.9em;
}
.wrap dl dd ul {
  margin-left: 0;
  padding-left: 1em;
}

.wrap dl dd li + li {
  margin-top: 8px;
}

/* list */
ul.caption {
  padding-left: 0;
}
ul.caption li {
  font-size:85%;
  list-style: none;
}

/* alert box */
.mbbox01 {
  border: 1px solid #548fcb;
  background: #f1f5f8;
  margin-top: 12px;
	padding: 0 10px;
}
.mbbox01 ul {
	margin: 4px 0;
}
.mbbox01 ul li {
	list-style: none;
}
.lead {
    font-size: 14px;
}
.mbbox01.list ul li {
	list-style: disc inside;
}
.mbbox01 img {
  max-width: 100%;
  height: auto;
}

/* index_nav */
.index-nav {
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #143d66;
}
.index-nav > dt {
  padding: .7em 1em;
  background: #143d66;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.index-nav dd {
  margin: 0;
  padding: 0;
}
.index-nav img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.index-nav ul {
  list-style: none;
  margin: 0;
  padding: 10px 9px 0 0;
}
.index-nav li {
  padding: 0 0 10px 10px;
  text-align: center;
}
.index-nav li:nth-child(3n+1) {
  padding-left: 9px;
}

/* btn-activity */
.btn-activity {
	text-align: left !important;
	background: #143d66 !important;
	position: relative;
}
.btn-activity::after {
	/* content: url(/corp/tool/kabubo_app/manual/images/img-arrow.png);
	position: absolute;
	top: 13px;
	right: 10px; */
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	right: .5625em;
	background-color: #f0f8ff;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 1em;
	background-size: 48%;
	/* background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%20%7B%20fill%3A%20%23297ac6%3B%20fill-rule%3A%20evenodd%3B%20%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20id%3D%22triangle%22%20class%3D%22cls-1%22%20d%3D%22M11%2023l12-8-12-8v16z%22%2F%3E%3C%2Fsvg%3E"); */
	background-image: url(/corp/tool/kabubo_app/manual/images/img-arrow.png);
	width: 16px;
	height: 16px;
	margin-top: -8px;
}

/* ---- utility ---- */
.clearfix::after {
  clear: both;
  display: block;
  content: "";
}
.mg0 { margin: 0 !important; }
.mgt0 { margin-top: 0 !important; }
.mgt12 { margin-top:12px !important; }
.mgt60 { margin-top:60px !important; }
.mgb30 { margin-bottom:30px !important; }
.pdt0 { padding-top: 0 !important; }
.pd10 { padding: 10px !important; }
.t_center { text-align: center !important; }
.t_left { text-align: left !important; }
.t_bold { font-weight: bold !important; }
.t_normal { font-weight: normal !important; }
.txt_s { font-size: 0.9em !important; }