@charset "UTF-8";
/*
class名の「db」はdebitの略です。
*/
/* reset */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: justify;
  text-justify: inter-ideograph;
  /* -moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased; */
  /* zoom: 1; */
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
    overflow-y: scroll;
}

body {
  line-height: 1;
  color:#333;
  overflow:hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
  font-size: 16px;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a:hover,
a:hover > * {
  opacity: 0.8;
}

sup {
  /* display: inline-block; */
  top: -.3em;
  font-size: .5em;
  text-decoration: none !important;
}

.cautionTxtItem sup {
  font-size: .8em;
  top: -.2em;
}

@media screen and (max-device-width: 1024px) {
  sup {
    top: -.8em;
  }
}

.simpleTempelate header[role="banner"]:before {
  display: none;
}

/* -----------------------
 common
-------------------------- */
/*
layout
*/
footer[role="contentinfo"] #footerInfo #copyRight {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*
parts
*/
/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

/* 画像の下にテキストを引く */
.txtHide {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
          clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

/* font指定 */
.db-scope,
.db-about,
.db-benefit,
.db-step,
.db-caution,
.Area01_lp_btnArea {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
header[role="banner"] #headerInner {

	width: 940px;

	margin: 0 auto;

	padding-top: 13px;

	background: url(/kojin/cam/detail/2010_debit/assets/images/bg_header01.gif) right 4px top 4px no-repeat;

}
.simpleTempelate header[role="banner"] #headerInner {
    background-position: right 4px top 17px;
}
/* -----------------------
 header上書き
-------------------------- */
header[role="banner"] #headerInner{
	width:100%;
	max-width:1350px;
}

.simpleTempelate header[role="banner"]{
	border:none;
}

@media (max-width: 767px) {
  header[role="banner"] #headerTop {
    padding-top: 2vw;
  }
}

.logoWrap {
  padding: 13px 0 10px;
}

.simpleTempelate header[role="banner"] #headerInner .logoWrap > p img {
  width: 37.5%;
  height: auto;
}

@media (max-width: 767px) {
  .simpleTempelate header[role="banner"] #headerInner .logoWrap > p img {
    width: auto;
   
  }
  
  .simpleTempelate header[role="banner"] #headerInner {
    background-position: top 4px right 10px;
}

header[role="banner"] #headerTop, header[role="banner"] #urgencyBox, header[role="banner"] #headerInner #spHeaderMenu > ul, header[role="banner"] #spHeaderSearch .spHeaderSearchInner {
    padding: 2vw 7px 0 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
header[role="banner"] #headerInner {
    width: auto;
    background-size: 300px auto;
    background-position: top 4px right 10px;
}
}



/* -----------------------
 content
-------------------------- */
.disp_pc{display:block;}
.disp_sp{display:none;}
.disp_in_pc{display:inline-block;}
.disp_in_sp{display:none;}
.br{display:none;}
.db-main{font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", sans-serif;}
.db-main img{ max-width:100%;}

.db-main .db-inner{
	max-width:1000px;
	margin:0 auto;
	padding:0 5px;
	box-sizing: content-box;
}

/**/
.db-main .mv{
	overflow:hidden;
	background:url(../images/mainbg.png) no-repeat scroll right center;
	background-size:cover;
}
.db-main .mv .fl{
	float:left;
	width:55%;
	box-sizing:border-box;
	padding-left:10px;
}
.db-main .mv .fl h1{
	text-align:right;
	padding-top:2%;
}
.db-main .mv .fl p{
	text-align:right;
	padding:2% 0;
}

.db-main .db-cont1{
	padding:100px 0 80px;
	background:#004314;
}
.db-main .db-re{
	position:relative;
}
.db-main .db-cont1 h2{
	position:relative;
	z-index:2;
}
.db-main .db-txt{ 
	margin-top:5%;
	position:relative;
	z-index:2;
}
.db-main .db-txt2{ 
	font-size:20px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	margin-top:5%;
	position:relative;
	z-index:2;
}
.db-main .db-abso{
	position:absolute;
	right:-30%;
	top:30px;
	z-index:1;
}
.db-main .db-center{ 
	text-align:center; 
}
.db-main .db-center2{ 
	text-align:center; 
	margin:20px 0
}

.db-main .db-cont2{
	padding:50px 0 100px;
	background:#fff;
}
.db-main .db-inner2{
	max-width:800px;
	margin:0 auto;
	padding:0 5px;
	box-sizing: content-box;
}
.db-main .db-cont2 h2{
	font-size:36px;
	text-align:center;
	font-weight:bold;
	margin-bottom:50px;
	color:#22110c;
}
.db-main .db-imgbox{
	text-align:center;
	margin-top:20px;
}
.db-main .db-abso2{
	position:absolute;
	left: -70%;
	top: -212px;
	z-index:1;
}
.db-main .db-txtbox{
	width:640px;
	margin:50px auto 0;
	font-size:18px;
	font-weight:bold;
	color:#22110c;
	text-align:center;
	border:2px solid #22110c;
	padding:15px 0;
}
.db-main .db-imgbox2{
	text-align:center;
	margin-top:40px;
}
.db-main .db-btnarea{ 
	padding:10px 0 40px;
	background:#004314;
}
.db-main .db-inner3{
	max-width:900px;
	margin:0 auto;
	padding:0 5px;
	box-sizing: content-box;
}
.db-main .db-inner3 h3{
	text-align:center;
	color:#fff;
	font-size:30px;
	font-weight:bold;
}
.db-main .db-inner3 ul{
	margin-top:15px;
	display:flex;
	justify-content:space-between;
	align-items:center
}
.db-main .db-inner3 .db-ttl{
	margin-top:40px;
	text-align:center;
	display:inline-block;
	color:#004314;
	font-size:20px;
	font-weight:bold;
	background:#eeeeee;
	padding:4px 15px;
}
.db-main .db-inner3 .center{
	text-align:center;
}
.db-main .db-abso3{
	position:absolute;
	right: -26%;
	top: -240px;
	z-index:1;
}
.db-main .db-visa{
	padding:100px 0;
	background:#fbf7e6;
}
.db-main .db-visabox{
	border:10px solid #07a26c;
	border-radius:30px;
	background:#fff;
}
.db-main .db-vttl{
	text-align:center;
	padding:13px 0;
	border-bottom:10px solid #07a26c;
}
.db-main .db-visabox ul{
	padding:4% 5%;
	display:flex;
	justify-content:space-between;
	align-items:center
}
/**/
	
.db-main .db-cont3{
	padding:70px 0 70px;
}
.db-main .db-rttl{
	font-size:18px;
	font-weight:bold;
	color:#009b63;
	border-bottom:2px solid #009b63;
	padding-bottom:5px;
	margin-bottom:15px;
}
.db-main .db-rlist{
	margin-left:10px;
	margin-bottom:60px;
}
.db-main .db-rlist li{
	font-size:13px;
	font-weight:bold;
	list-style-type: none;
	padding-left:8px;
	text-indent:-8px;
}
.db-main .db-rlist li:before {
	content: '';
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #4c4948;
	position: relative;
	left: -10px;
	top: -3px;
}
.db-main .db-rlist li sup{
	vertical-align: 3px;
}
.db-main .db-m4{
	margin:35px 0 15px;
}
.db-main .db-fo-box{
	margin:20px 0 0px;
	padding:0px 0px 25px;
	border-radius:15px;
	border:2px solid #f4f4f4;
}
.db-main .db-fo-box p{
	font-size:18px;
	text-align:center;
	letter-spacing:-0.5px;
	background:#f4f4f4;
	padding:10px 0;
	font-weight:bold;
	color:#000;
}
.db-main .db-fo-box p span{
	font-size:15px;
	padding:2px 12px;
	border:1px solid #000000;
}
.db-main .fv{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top:25px;
 }
 .db-main .fv .fvbox{
	 max-width:270px;
	 margin:1.5%;
}

.mainNarrow .column3 .colwid{ 
	width:400px;
}
.ss_modal .mo_txt{
	font-size:24px;
	text-align:center;
	font-weight:bold;
	border-bottom:1px solid #ccc;
	margin-top:-25px;
}

.ss_modal .mo_txt2{
	font-size:16px;
	margin-top:30px;
}
.ss_modal .mo_txt2 a{
	color:#07a26c;
	text-decoration:underline;
}

.ss_modal .mo_txt3{
	font-size:16px;
	margin-top:30px;
	text-decoration:underline;
}

.ss_modal .mo_txt4{
	margin-top:60px;
	text-align:center;
}
#mainArea3{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", sans-serif;
}

@media screen and (max-width: 767px) {

.disp_pc{display:none;}
.disp_sp{display:block;}
.disp_in_pc{display:none;}
.disp_in_sp{display:inline-block;}
.none{display:block;}
.br{display:block;}

.db-main .db-inner{
	max-width:90%;
	margin:0 auto;
	padding:0;
	box-sizing: border-box;
}	

/**/
.db-main .mv{
	overflow:hidden;
	background:none;
}
.db-main .mv .fl{
	float:none;
	width:100%;
	box-sizing:border-box;
	padding-left:0;
}
.db-main .mv .fl img{ 
	vertical-align:bottom;
}
.db-main .mv .fl h1{
	text-align:left;
	padding-top:0;
}
.db-main .mv .fl p{
	text-align:left;
	padding:0;
}

.db-main .db-cont1{
	padding:30px 0 10px;
	background:#004314;
}
.db-main .db-re{
	position:relative;
}
.db-main .db-cont1 h2{
	position:relative;
	z-index:2;
}
.db-main .db-txt{ 
	margin-top:5%;
	position:relative;
	z-index:2;
}
.db-main .db-txt2{ 
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	margin-top:5%;
	position:relative;
	z-index:2;
}
.db-main .db-abso{
	display:none;
}
.db-main .db-center{ 
	text-align:center; 
}
.db-main .db-sp{ 
	width:90%;
	margin:0 auto;
}
.db-main .db-center2{ 
	text-align:center; 
	margin:20px 0
}
.db-main .spwid100{
	width:100%;
}
.db-main .db-cont2{
	padding:0px 0 10px;
	background:#fff;
}
.db-main .db-inner2{
	max-width:90%;
	margin:0 auto;
	padding:0;
	box-sizing: content-box;
}
.db-main .db-cont2 h2{
	font-size:22px;
	text-align:center;
	font-weight:bold;
	margin-bottom:20px;
	color:#22110c;
}
.db-main .db-imgbox{
	text-align:center;
	margin-top:20px;
}
.db-main .db-abso2{
	display:none;
}
.db-main .db-txtbox{
	width:100%;
	margin:50px auto 0;
	font-size:15px;
	font-weight:bold;
	color:#22110c;
	text-align:left;
	border:2px solid #22110c;
	padding:15px 10px;
}
.db-main .db-imgbox2{
	text-align:center;
	margin-top:20px;
}
.db-main .db-btnarea{ 
	padding:0px 0 40px;
	background:#004314;
}
.db-main .db-pb{
	padding-bottom:5px;
}
.db-main .db-inner3{
	max-width:90%;
	margin:0 auto;
	padding:0;
	box-sizing: content-box;
}
.db-main .db-inner3 h3{
	text-align:center;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	margin-top:10px;
}
.db-main .db-inner3 ul{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	width: 90%;
    margin: 0 auto;
}
.db-main .db-inner3 ul li{
	margin-top:15px;
}
.db-main .db-inner3 .db-ttl{
	margin-top:40px;
	text-align:center;
	display:inline-block;
	color:#004314;
	font-size:14px;
	font-weight:bold;
	background:#eeeeee;
	padding:3px 10px;
}
.db-main .db-abso3{
	display:none;
}
.db-main .db-visa{
	padding:40px 0;
	background:#fbf7e6;
}
.db-main .db-visabox{
	border:4px solid #07a26c;
	border-radius:25px;
	background:#fff;
}
.db-main .db-vttl{
	text-align:center;
	padding:13px 0;
	border-bottom:4px solid #07a26c;
}
.db-main .db-vttl img{
	max-width:60%;
	margin:0 auto;
	display:block;
}

.db-main .db-visabox ul{
	padding:6% 5%;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap-reverse;
}
.db-main .db-visabox ul li{
	max-width:100%;
}
.db-main .db-visabox ul .spwid90{ max-width:90%;}
/**/
 
 
.db-main .db-cont3{
	padding:40px 0 40px;
}
.db-main .db-rttl{
	font-size:13px;
	font-weight:bold;
	color:#009b63;
	border-bottom:2px solid #009b63;
	padding-bottom:5px;
	margin-bottom:15px;
}
.db-main .db-rlist{
	margin-left:10px;
}
.db-main .db-rlist li{
	font-size:10px;
	font-weight:bold;
	list-style-type: none;
	/*padding-left:1em;
	text-indent:-1em;*/
}
.db-main .db-rlist li:before {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	position: relative;
	left: -8px;
	top: -1px;
}
.db-main .db-rlist li sup{
	vertical-align: 1px;
}

.db-main .db-m4{
	margin:25px 0 15px;
}
.db-main .db-fo-box{
	margin:30px 0 0px;
	padding:25px 5px;
	border-radius:15px;
	background:#f4f4f4;
}
.db-main .db-fo-box p{
	font-size:13px;
	text-align:center;
	letter-spacing:-0.5px;
}
.db-main .fv{
	display: block;
	justify-content: center;
	flex-wrap: wrap;
 }
 .db-main .fv .fvbox{
	 max-width:230px;
	 margin:2% auto 0;
 }
 
footer[role="contentinfo"] #footerInfo #copyRight{
	background:#07a26c;
 }
}
/*
	contentend
*/

/*
	footer
*/

.simpleTempelate footer[role="contentinfo"]{
	background:#07a26c;
}

/*
	page top
*/
.db-pagetop {
  display: block;
  width: 150px;
  margin: 50px auto;
  color: #009e50;
  text-align: center;
}

/*
	modal
*/
.modal_logo {
  width: 181px;
}

/* -----------------------
　流用部分
-------------------------- */
/* 打ち消し */
header[role="banner"] #headerInner {
  padding-top: 0;
}

header[role="banner"] #headerInner .logoWrap {
  margin-bottom: 0;
}

.simpleTempelate footer[role="contentinfo"] {
  padding: 10px 0;
  position: relative;
  z-index: 1;
}

/* fixed */
.fixed {
  position: fixed;
  bottom: 0;
  z-index:3;
}

.Area01_lp_btnArea {
  background: rgba(239, 239, 239, 0.8);
  width: 100%;
  padding: 4px 0 11px;
  /* display: none; */
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
}

@media (max-width: 767px) {
  .Area01_lp_btnArea {
    padding: 2vw 2vw 4vw;
  }
}

.Area01_lp_btnArea_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 487px;
  margin: 5px auto 0;
}

.column2 .column2Ttl {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}

@media (max-width: 767px) {
  .column2 .column2Ttl {
    font-size: 3vw;
  }
}

.column2 a.btnT03.btnSMiddle.glyphArrowCircleRight {
  width: 400px;
  padding:0;
}

@media (max-width: 767px) {
  .column2 a.btnT03.btnSMiddle.glyphArrowCircleRight {
    width: 60%;
    padding: 0;
  }
}

@media (max-width: 480px) {
	.column2 a.btnT03.btnSMiddle.glyphArrowCircleRight {
		width: 80%;
		padding: 0;
	}
}
.column2 a.btnT03.btnSMiddle.glyphArrowCircleRight:last-child {
  /*background-color: #049849;*/
}

@media (max-width: 767px) {
  .column2 a.btnT03.btnSMiddle.glyphArrowCircleRight:last-child {
    /*margin-left: 2.5vw;*/
  }
}

.column2 a.btnT03.btnSMiddle.glyphArrowCircleRight span {
  padding-left: 20px !important;
}

.column2 .btnT03 {
  font-size: 14px;
}

.Area01_lp_btnArea--show {
  visibility: visible;
  opacity: 1;
}

.Area01_lp_btnArea--bottom {
  bottom: 32px;
}

.btnTtl {
  margin: 0 0 6px;
  color: #fff;
  text-align: center;
  font-size: 12px;
}



#pageTop {
  width: 50px;
  height: 50px;
  bottom: 105px;
  z-index: 2;
  margin-bottom: 30px;
}

footer[role="contentinfo"] #footerInfo #copyRight {
  margin-bottom: 0;
}

.mainNarrow .column3 .col {
  margin-left: 30px;
}

.mainNarrow .column3 .col:first-child {
  margin-left: 0 !important;
}

@media only screen and (max-width: 767px) {
  header[role="banner"] #headerInner .logoWrap {
    margin-bottom: 0;
    padding: 15px 0px 5px;
  }
  .db-caution {
    margin-bottom: 40vw;
  }
  .Area01_lp_btnArea_inner {
    width: 100%;
  }
  .Area01_lp_btnArea_inner .btnTtl {
    font-size: 10px;
  }
  footer[role="contentinfo"] #footerInfo #copyRight {
    padding: 0;
  }
  #pageTop.fixed {
    margin-bottom: 11vh;
  }
  #pageTop {
    bottom: -10px;
    margin-bottom: 34vw;
	text-align: right;
  }
  
  #pageTop, #pageTop > img {
    width: 40px;
    height: 40px;
	}
}

@media only screen and (max-width: 320px) {
  .Area01_lp_btnArea_inner .btnTtl {
    letter-spacing: -0.06em;
  }
}


a.btnT03.btnSMiddle.glyphArrowCircleRight span {
  text-align: center;
}

.btnT01 > span:before, .btnT02 > span:before, .btnT03 > span:before {
  left: 18px;
}

@media only screen and (max-width: 767px) {
  /* fixed */
  a.btnT03.btnSMiddle.glyphArrowCircleRight {
    width: 91vw;
    font-size: 3.3vw;
    padding: 5vw 3vw 5vw 0;
    letter-spacing: -0.04em;
  }
  *[class*=" btnT"][class^="glyph"] > span, *[class^="btnT"][class*=" glyph"] > span, *[class*=" btnT"][class*=" glyph"] > span {
    padding-left: 8vw !important;
  }
  .btnT01 > span:before, .btnT02 > span:before, .btnT03 > span:before {
    left: 3.2vw;
  }
  .Area01_lp_btnArea--bottom {
    bottom: 30px;
  }
  .Area01_lp_btnArea--bottom.android {
    bottom: 41px;
  }
}

/* modal */
.fundwrap_modal {
  min-width: auto;
  background: none;
}

.fundwrap_modal #wrap #mainArea {
  width: auto;
  margin: 0;
}

.modal__inner {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.ss_modal {
  width: auto;
  padding: 20px 0;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  text-align: center;
}

.ss_modal h1 {
  margin-bottom: 20px;
}

.ss_modal .lead {
  margin-bottom: 40px;
  text-align: center;
  font-size: 24px;
}

.ss_modal .mainNarrow .img_link {
  /*border: 1px solid #d3d3d3;*/
  text-align: center;
  border-radius: 5px;
}

.ss_modal .mainNarrow .img_link a {
  /*padding: 20px 0;*/
  display: block;
  text-align: center;
}

.ss_modal .ss_close {
  margin: 55px 0 0;
  text-align: center;
}

.ss_modal .ss_close {
  display: inline-block;
  padding: 8px 55px 8px 65px;
  color: #fff;
  background: #666666;
  font-size: 1.286em;
  border-radius: 3px;
  cursor: pointer;
}

.ss_modal .column2 {
  width: 700px;
  margin: 0 auto;
}

.ss_modal .column2 .col {
  float: left;
  width: 338px;
  margin-left: 0;
}

h1.h1Title01 .titleInner {
  text-align: left;
}

.ss_modal .column2 .col:first-child {
  margin-right: 24px;
}

.ss_modal .columnInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cautionSec {
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
  /* modal */
  .ss_modal {
    width: 100%;
  }
  .ss_modal .lead {
    font-size: 5.2vw;
  }
  .ss_modal .column2 {
    width: 100%;
  }
  .mainNarrow .column2 .col {
    float: none;
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 20px;
  }
  h1.h1Title01 .titleInner {
    font-size: 2.8rem;
  }
  .cautionSec {
    height: auto;
    overflow: visible;
    margin: 0 0 6%;
  }
  .ss_modal .ss_close {
    margin: 0;
  }
  .ss_modal .columnInner {
    display: block;
  }
}

.modal__inner{ margin-left:auto; margin-right:auto;}

a{ cursor:pointer;}

/*******footer*******/
.db_footer{position: relative; padding-bottom:123px; margin-top:0px;}
.db_foote__container {padding: 17px 20px; overflow:hidden; background:#07a26c;}
.db_footer .copyright{ text-align:center; font-size:12px; color:#fff;}


/***sticky*****/
.sticky{ position: fixed; bottom: 0; width:100%; z-index:2;}
.st_co{background: rgba(239, 239, 239, 0.8); padding: 11px 0 11px;}
.sticky .st_top{ text-align:right; margin-right:10px;}
.sticky .st_top img{ width:50px; height:50px; padding:0;}
.sticky p{ text-align:center; color:#333; font-size:16px; margin-bottom:8px; font-weight:bold;}
.sticky p img{ padding:0 10px;}

@media screen and (max-width: 767px) {
/*******footer*******/
.db_footer{position: relative; padding-bottom: 23%; margin-top:0px;}
.db_foote__container {padding: 15px 5px; overflow:hidden; background:#07a26c;}
.db_footer .copyright{ text-align:center; font-size:10px; color:#fff;}


/***sticky*****/
.sticky{ position: fixed; bottom: 0; width:100%; z-index:2;}
.st_co{background: rgba(239, 239, 239, 0.8); padding: 10px 0 11px;}
.sticky .st_top{ text-align:right; margin-right:10px;}
.sticky .st_top img{ width:35px; height:35px; padding:0;}
.sticky p{ text-align:center; color:#333; font-size:13px; margin-bottom:8px; font-weight:bold;}
.sticky .sp_st{ width:60%; margin:0 auto;}
.sticky p img{ padding:0 10px;}

}

*[class^="column"] .col {
    
    margin-bottom: 20px;
    
}

@media screen and (max-width: 767px){
.mainNarrow *[class^="column"] .col, *[class^="column"] .col {
    float: none;
    width: 100% !important;
    margin-left: 0 !important;
}
}