/*!
* 
* 
* 
* 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;
  background: url(/corp/tool/iclickfxop/webmanual/images/imc_touchicon_ttl_icon.png) no-repeat 0 0 /100%;
  content: "";
}

/* heading */
h2.top {
  margin-top: 15px;
  padding-bottom: 12px;
  border-bottom: 1px solid #333;
  font-size: 1em;
  text-align: center;
}
h2.top-touchicon {
  margin-top: 15px;
  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);
  background: url(/corp/tool/iclickfxop/webmanual/images/imc_touchicon_ttl_icon.png) no-repeat 0 0 /100%;
  content: "";
  vertical-align: middle;
}

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

}
.wrap dt{
  margin: 24px 0 12px;
  font-weight: bold;
}

.wrap .ordered {
  position: relative;
  padding-left: 28px;
}
.wrap .ordered .c-icon-number {
  position: absolute;
  top: -2px;
  left: 0;
}
.wrap dd{
  margin: 12px 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 #e9d579;
  background: #fffdf0;
  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 #297ac6;
}
.index-nav > dt {
  padding: .7em 1em;
  background: #297ac6;
  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;
}

/* ---- 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_bold { font-weight: bold !important; }
.t_normal { font-weight: normal !important; }
.txt_s { font-size: 0.9em !important; }