@charset "UTF-8";

/* searchBtn */
.searchBtn {
	padding: 0 30px;
    width: auto;
	min-width: 200px;
    height: 40px;
    color: #EBE9BB;
    font-size: 14px;
    font-weight: bold;
	letter-spacing: 0.1em;
    background: #191614;
    background: -webkit-linear-gradient(270deg, #594C37, #191614);
    background: linear-gradient(180deg, #594C37, #191614);
    border: none;
    border-radius: 4px;
	cursor: pointer;
    outline: none;
}
.searchBtn img { margin: -3px 8px 0 0; height: 22px; vertical-align: middle; }

.searchBtn:hover {
    color: #F0EFCF;
    background: -webkit-linear-gradient(270deg, #857351, #383022);
    background: linear-gradient(180deg, #857351, #383022);
}


/* .checker */

.checker {
	display: inline-block;
	margin: -1px 5px 0 0;
	vertical-align: middle;
}
.checker span {
	display: block;
	position: relative;
	width: 15px;
	height: 15px;
	background-color: #FFF;
	background-image: none;
    background: -webkit-linear-gradient(270deg, #FFF 30%, #EAEAEA 100%);
    background: linear-gradient(180deg, #FFF 30%, #EAEAEA 100%);
	border: 1px solid #B9B9B9;
	border-radius: 4px;
    box-shadow: 0 0 0 1px #FFF inset;
	box-sizing: border-box;
}
.checker span:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
    width: 8px;
    height: 5px;
	border-bottom: 2px solid #585858;
	border-left: 2px solid #585858;
	box-sizing: border-box;
	opacity: 0;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}
label:hover .checker span,
.checker.hover span {
    box-shadow: 0 0 0 1px #FFF inset, 0 1px 4px rgba(0,0,0,0.2);
}
.checker.focus span {
	border-color: #999;
}
label:active .checker span,
.checker.active span {
    background: -webkit-linear-gradient(270deg, #D8D8D8 30%, #FDFDFD 100%);
    background: linear-gradient(180deg, #D8D8D8 30%, #FDFDFD 100%);
    box-shadow: 0 0 0 1px #F6F6F6 inset;
}
.checker span.checked:before {
	opacity: 1;
}
.checker .cb {
	display: block;
	margin: 0 !important;
	width: 15px;
	height: 15px;
	opacity: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
}

/*-------------------------------------
		カードローン  index
-------------------------------------*/


/* #mainVisual */

#mainVisual{ height: 265px;}
#mainVisual .loader li{ display:none; }
#mvList{ height: 230px; position:relative; overflow:hidden; }
#mvList li{ position:absolute; top;0; }

#visualCnt { text-align:center; margin:10px 0 0; }
#visualCnt li { display:inline-block; padding: 0 6px; cursor:pointer; margin: 0 2px; }
#visualCnt li span{ display:inline-block; background:url(/images/cardloan/top/icon-slider-common.png); width:12px; height:12px; }
#visualCnt li.current span{ background-image:url(/images/cardloan/top/icon-slider-current.png); }


/* #compare */

#compare { margin: -30px 0 0; padding: 30px 0 0; overflow: hidden; }
#compare h2 {
    position: relative;
    padding: 18px 15px 14px;
    font-size: 14px;
    text-align: left;
    background: url("/images/home/bg_guide.png") left bottom;
    border: 4px solid #DBD9CB;
    border-bottom: 1px solid #DBD9CB;
    border-radius: 4px 4px 0 0;
}
#compare h2 img { position: absolute; bottom: 0; right: 22px; height: 100px; }
#compare h2 strong { display: block; color: #75b700; font-size: 20px; font-weight: bold; line-height: 1; text-shadow: 0 0 2px #FFF, 0 0 4px #FFF; }
#compare .inner{ margin: 0 0 20px; }
#compare .inner .box{ padding: 12px 15px; line-height: 1.8; border: 4px solid #DBD9CB; border-top: none; border-radius: 0 0 4px 4px; }

#compare .inner .box p .st01{ color:#CC3333;}
#compare .inner .box p .st02{ color:#999933;}


/* #howto */

#howto { margin:10px 0 0; padding: 0 0 12px; border:solid 3px #99CC33; border-radius:5px;}
#howto h2{  background:url("/images/cardloan/common/bg-subtitle-02.png"); font-size:15px; font-weight:bold; padding:10px 10px 8px 50px; }

#howto .icon-ques { position:relative; margin:-50px 0 0 0;}

#howto h3{ width: auto; height: auto; background:url("/images/cardloan/common/bg-subtitle-02.png"); font-size: 13px; font-weight:bold; padding: 7px 12px 6px; margin: 0 0 5px; }
#howto p{ line-height:1.5; font-size: 12px/*14px*/; padding:5px 0 0 5px; }
#howto .lead{  padding:22px 15px 0;}
#howto div section{ margin:13px 18px 0; }
#howto #howto01 img{ float:left; margin: 15px 15px 2px 6px/*15px 20px 0 6px*/; }
#howto #howto02 img{ float:right; margin:8px 5px 0 15px; }
#howto #howto04 img{ float:left; margin: 10px 15px 5px 0/*10px 25px 0 5px*/; }
#howto #howto05 img{ float:right; margin: 10px 12px 5px 2px/*10px 12px 0 10px*/; }


/* #search */

.clTop #search { margin: 0 0 40px; }
.clTop #search h2.title { margin: 0 0 14px; text-align: center; }
.clTop #search h2.title img { width: 100%; max-width: 500px; }
.clTop #search h2.subTitle {
	position: relative;
	padding: 9px 40px 7px 15px;
    color: #EBE9BB;
	font-size: 16px;
	line-height: 1;
	text-align: center;
    background: #191614;
    background: -webkit-linear-gradient(270deg, #594C37, #191614);
    background: linear-gradient(180deg, #594C37, #191614);
}
.clTop #search h2.subTitle strong { margin: 0 0 0 8px; font-size: 24px; font-weight: normal; }
.clTop #search h2.subTitle  img { position: absolute; top: -3px; margin: 0 0 0 8px; }


/* #search */

#search{ margin:14px 0 0; }
#search form{ border: solid 2px #CCCC99; border-top:0; padding:8px 20px 20px; color:#594C37; }
#search form section{ padding:12px 0 15px; border-bottom:1px dotted #AF9D7E; }
#search form h3{ font-weight:bold; font-size:15px; }

#search form ul.clearfix { margin: 0 0 0 -20px; }
#search form .clearfix li { float:left; width:auto; min-width: calc(20% - 20px); margin: 0 0 0 20px; }
#search form .clearfix li.ext{ width:auto; }
#search form li { padding:5px 0 0; font-size:13px; }

#search form li input{ margin-right:8px; }

#search form .more{ text-align:center; padding:10px; background:url(/images/common/border_dot_h.png) repeat-x left bottom;  }
#search form .more a{background-image:url(/images/common/ico_search_more.png); }
#search form .more a:hover{background-image:url(/images/common/ico_search_more_ov.png); }

#search form .btn{ margin: 20px 0 0; text-align:center; }


#search-detail h2{ margin:28px 0 0 250px}
#search-form th { width:180px;}


/* #subColumn */

/* メリット */
.merit { margin:0 0 10px; background:#ffffff; border: 2px dashed #FC0; }
.merit  h2 { padding: 10px 0 0; text-align: center; }
.merit  h2 img { margin: 0 auto; width: 100%; max-width: 225px; }
.merit .txt{ padding:10px 14px; line-height:1.5; }

/* #sideBlog */
#subColumn #sideBlog { padding:5px 0 0; }
#subColumn #sideBlog .date { margin:10px 0 0; font-size:10px; }
#subColumn #sideBlog h3 { margin:10px 0 0; font-weight:bold; }
#subColumn #sideBlog .txt { margin:5px 0; line-height:1.5; }


/*-------------------------------------
		おすすめローン一覧  index
-------------------------------------*/

/* .recPoint */

.recPoint { margin:22px 0 0; }
.sectionHeader{ clear:both; margin:0 0 8px 0;}
.recPoint .sectionHeader p { float:left; margin:0 14px 0 0; }
.recPoint .sectionHeader .pie { float:left; background:#ffffff; border:solid 2px #DBD3BC; border-radius:4px; padding:8px 0 4px 0 ; margin:43px 0 0; width:512px; }
.recPoint .sectionHeader .pie h2 { margin:0; padding: 0 0 0 25px; color:#523F26; font-weight:bold; font-size:16px; vertical-align:middle; background:url(/images/common/bg-border-brown01.png) 15px 1px no-repeat;}



/*-------------------------------------
		ランキング　ranking
-------------------------------------*/
/* ランキングは共通CSS */


/*-------------------------------------
		目的別　
-------------------------------------*/

.purpose #title { width:690px; position:relative; font-size:14px;}
.purpose #title .text{ margin:20px 20px 20px 200px;}
.purpose #title .img { position:relative; margin:-113px 0 0 25px; }

.purpose .box { clear:both; border:5px solid #E4E2D0; padding-bottom:10px; margin-bottom:40px; }
.purpose .box ul { padding:10px; }
.purpose .box li { float:left; margin:10px;}
.purpose section h3 { clear:both; font-weight:bold; font-size:16px; background:url(/images/common/bg-subtitle01.png) left top repeat-x; height:41px; margin:0 0 10px; padding:10px 0 0 15px; width:675px;}
.purpose section h3 span { color:#C00;}


.purpose .box2 { border:5px solid #E4E2D0; background:#FFF; text-align:center; margin-bottom:40px;}
.purpose #brand { clear:both; overflow:hidden; margin-right:-22px;}
.purpose #brand .box2 { float:left; width:90px; padding:12px 10px 8px; margin-right:22px; line-height:1.2;}
.purpose #brand .box2 h4 { font-weight:bold;}
.purpose #brand .box2 img { margin-bottom:3px;}

.purpose #company { clear:both;}
.purpose #company li{ float:left; padding:3px 5px; min-width:280px; text-align:left;}
.purpose #company .box2 { padding:20px 30px;}
.purpose #company .box2 img { padding-right:5px;}

.purpose #search-win .box2{ padding:30px 0; }
.purpose #search-win .box2 input[type="text"]{ height:35px; padding:0 8px; font-size:16px; width:230px; color:#660;}
.purpose #search-win .box2 input[type="image"]{ margin-left:7px;}
.purpose #search-win .box2 input:hover[type="image"]{ opacity:0.7; filter:alpha(opacity=70); }

.purpose #eMoney { clear:both; overflow:hidden; margin-right:-22px;}
.purpose #eMoney .box2 { float:left; width:90px; padding:12px 10px 15px; margin:0 22px 20px 0; line-height:1.2;}
.purpose #eMoney .box2 h4 { font-weight:bold;}
.purpose #eMoney .box2 img { margin-bottom:4px;}


/*-------------------------------------
		ベストマッチ！　best-mutch
-------------------------------------*/

.best-match #lead { background:url(/images/best-match/bg-header-cl.png) left top no-repeat;}
.best-match #lead .txt { width:463px; margin:10px 90px 0 10px}
.best-match #lead p.start { padding-top:10px; padding-left:10px;}
.best-match #lead .inner { padding:0 0 40px}

.best-match .text{ text-align:center; margin:50px 0 40px 0;}

.best-match section.box{ padding-top:60px; margin-top:-60px;} /* アンカーの余白 */
.best-match .type1{ background:url(/images/best-match/bg-q1.png) left top no-repeat; padding:30px 35px; height:226px; position:relative; margin-bottom:60px;}
.best-match  h3 { background:url(/images/best-match/icon-cl-ques.png) left top no-repeat; font-size:18px; font-weight:bold; color:#66C; padding:3px 0 0 35px;}
.best-match .type1 .fukidashi{ position:absolute; left:165px; top:103px; font-size:14px; font-weight:bold;}
.best-match .select { margin: 100px auto; text-align:center; width:160px;}
.best-match .select li { float:left;}
.best-match .select img, .best-match .select a { margin:0; padding:0; display:block; text-align:center;}
.best-match .prev { clear:both; position:absolute; right:20px; top:0; margin-top:-20px; padding:10px 0 0 0; }
.best-match .next { clear:both; text-align:center; padding:10px 0 0 0; }

.best-match #rest{ margin-bottom:80px;}
.best-match #goResult { margin:-30px 0 0 45px; }
.best-match #continue { margin: -20px 35px 0 0; text-align:right; }


.best-match .type2{ background:url(/images/best-match/bg-q2.png) left top no-repeat; padding:30px 35px; height:226px; position:relative; margin-bottom:60px;}
.best-match .type2 .fukidashi{ position:absolute; left:190px; top:103px; font-size:14px; font-weight:bold;}

.best-match #submit { text-align:center; padding-top:50px; margin:-75px 0 50px 0; }


/*-------------------------------------
		トラブル手帳　trouble
-------------------------------------*/

.trouble #title{ background:url(/images/creditcard/trouble/bg-header.png) left bottom no-repeat; height:219px; border-bottom:1px dotted #AF9D7E; }
.trouble #title .text { width:510px; margin:0; padding:20px 0 0 150px; font-size:14px; line-height:1.6;}

.trouble section{ font-size:14px; line-height:1.6;}
.trouble h3 { background:url(/images/common/bg-subtitle02-cl.png) left top repeat-x; padding-top:8px; height:41px; text-align:center;}
.trouble li{ background:url(/images/common/icon-trouble.png) 4px 3px no-repeat; padding:8px 15px 6px 40px; border-bottom:1px dotted #AF9D7E; font-weight:bold; }

.trouble a { color:#463F33;}
.trouble a:hover { color:#960;}

/* ご契約前の注意点 contract */
.trouble #contract{ float:left; width:330px; padding:30px 0 0 0;}


/* 使用する際の注意 note */
.trouble #note{ float:right; width:330px; padding:30px 0 0 0;}

/* トラブル手帳  */
.trouble #book { clear:both; padding:30px 0 0 0;}


.trouble .read { margin-top:30px; padding:30px 0 0 0; position:relative;}
.trouble .read div { background:#FFF; border-radius:10px; padding:30px 35px; }
.trouble .read h4 { color:#74B434; font-size:18px; font-weight:bold; padding-bottom:5px; margin-bottom:15px; border-bottom:1px dotted #AF9D7E;}
.trouble .read p { margin:0 0 18px 0;}
.trouble .read em { color:#C33; font-weight:normal;}
.trouble .read strong { color:#36C;}

.trouble .read ul { margin:20px 0; padding:20px 0; background:#F1F0E9; border-radius:10px;}
.trouble .read li { background:none; border:none; padding:0 20px 2px 30px; font-size:16px; }
.trouble .read li i { color:#9C0; font-size:25px; font-family:"Times New Roman", Times, serif; padding:3px 10px 0 0 ; line-height:1.0;}
.trouble .read .prev { position:absolute; right:20px; top:15px; }
.trouble .read .coco { position:absolute; right:30px; bottom:-30px;}



/*-------------------------------------
		よくある質問Q&A　FAQ
-------------------------------------*/

.faq { font-size:14px;}
.faq ul { padding-top:20px;}
.faq li { background:url(/images/cardloan/FAQ/icon-ques.png) 8px 6px no-repeat; padding:8px 15px 6px 35px; border-bottom:1px dotted #AF9D7E; font-weight:bold; }
.faq h3 { background:url(/images/best-match/icon-cl-ques.png) left 4px no-repeat; padding:8px 15px 6px 35px; font-size:16px; font-weight:bold; }
.faq #ques { margin-bottom:50px;}

.faq .read { position:relative; margin-bottom:80px; padding-top:20px;}
.faq .read div { background:#FFF; border-radius:10px; padding:30px 150px 30px 35px; margin:30px 0 ; }
.faq .read p { margin:20px 0 10px 0;}
.faq .read .prev { position:absolute; right:20px; top:15px; }
.faq .read .coco { position:absolute; right:20px; bottom:-30px;}


/* #topSearch-detail 2015.06.23 add */
#topSearch-detail {
		clear: both;
		margin-bottom: 40px;
		position: relative;
}

#topSearch-detail h2 {
		clear: both;
		margin: 0;
		text-align: center;
}

#topSearch-detail h3 {
    background: rgba(0, 0, 0, 0) url("/images/common/bg-subtitle01.png") repeat-x scroll left top;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 41px;
    margin: 10px 0 20px;
    padding: 11px 0 0 100px;
    position: relative;
}

#topSearch-detail p.coco {
    position: absolute;
    right: 0;
    top: 7px;
}

#topSearch-detail p.icon-card {
    left: 10px;
    position: absolute;
    top: 70px;
}

#topSearch-detail p.magnifier {
    left: 65px;
    position: absolute;
    top: 75px;
}

.listdetail-pickup {
    display: inline-block;
    border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
    background-color: rgb(120,180,120);
    color: white;
    width: 120px;
    height: 20px;
    margin: 1px 4px;
    padding-top: 4px;
    
}
#search-result2-sub .card-info {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
}
#search-result2-sub .info {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
}

#search-result2-sub .exam {
    width: 90px;
    min-width: 90px;
    max-width: 90px;
}
#search-result2-sub .today {
    width: 90px;
    min-width: 90px;
    max-width: 90px;
}
#search-result2-sub .needvisit {
    width: 90px;
    min-width: 90px;
    max-width: 90px;
}
#search-result2-sub .permit {
    width: 130px;
    min-width: 130px;
    max-width: 130px;
	text-align: center;
}
#search-result2-sub .conveni {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
	text-align: center;
}
.conveni div.convenimg {
	display: block;
	padding: 1px 0px;
	margin: 2px 0px;
}
.conveni .lawson {
	height: 18px;
}
.conveni .seveneleven {
	height: 32px;
}
.conveni .familymart {
	height: 32px;
}
.conveni .sankus {
	height: 24px;
}
.conveni .other {
	background-color: rgb(200,200,200);
	color: black;
    width: 100px;
}

/* 2015.07.29 Add */
#search-result2 #sub-data .conveni div.convenimg {
	display: inline;
	margin: 2px;
	padding: 1px 0px;
}

#search-result2 #sub-data .conveni div.convenimg img {
	vertical-align: top;
}

#search-result2 #sub-data td.conveni .other {
		height: 20px;
		line-height: 20px;
		padding: 0;
		width: 20px;
}


/*-------------------------------------
		レスポンシブ対応
-------------------------------------*/

#search-form ul li { float: none; display: inline-block; padding-right: 15px; min-width: 24%; box-sizing: border-box; }

#sideRecommend ul.inner:first-of-type { margin: 15px 0 0; padding-top: 10px; border-top: 1px dotted #AF9D7E; }

.sideCardlist > div.clearfix { margin: 10px 0 0; }
.sideCardlist > .lead { padding: 0 15px; font-weight: bold; }
.sideCardlist > .txt { padding: 0 15px; }
.sideCardlist li { list-style: none; }

.ranking #title h2 { text-align: center; }
.ranking #title ul { display: -webkit-box; display: -ms-flexbox; display: flex; }
.ranking #title ul li { float: none; margin: 20px 0 0; padding: 0 5px; width: 20%; }
.ranking #title ul li:first-child,
.ranking #title ul li:last-child { margin: 40px 0 0; }
.ranking #title ul li:nth-child(3) { margin: 0; }

.tab-menu { position: relative; z-index: 10; }

#search-result2 td h2 a { display: inline-block; margin: 5px 0; color: #3aa500; }
#search-result2 .card-info p:not(.addList) img,
#search-result2 .card-comp p:not(.addList) img { width: 120px; }


/*-------------------------------------
		メディアクエリ
-------------------------------------*/

@media screen and (min-width: 1001px){

#SpHead,
#coco { display: none; }
}

@media screen and (min-width: 501px){

#search-form th.acd.onlySP + .acd-content { display: table-cell !important; }
#gblFooter .footerMenu .onlySP + .acd-content { display: block !important; }
}

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

body { min-width: 1000px; }

#glbPageTop { right: 30px; left: auto; margin-left: 0; }
#gblFooter #glbSns { right: 110px; }
}
@media screen and (max-width: 1000px){

body,
#body,
#wrapper,
#contents { width: 100%; min-width: 960px; }
body { min-width: 1000px; }
#wrapper { padding-top: 80px; }

#contents { width: 960px; }

#body { margin-bottom: 0; }

#gblHeader,
#glbSubNavi,
#others,
#diary #img_coco { display: none; }


#SpHead { display: block; }
#coco { display: none; }

/* header */
#SpHead { width:100%; position: absolute; left:0; top:0; z-index:990; margin:0; padding:0; }
#SpHead ul { display:table; width: 100%; margin:0; padding:0; text-align:center; position:relative; border:none; list-style:none;}
#SpHead li { display:table-cell; margin:0; padding:0; width: 80px; box-sizing: border-box; vertical-align: top; }
#SpHead li.logo { padding: 15px 0 0 20px; width: auto; text-align: left; }
#SpHead li img.current { opacity: 0.5; }
#SpHead li img { max-width: 55vw; max-height: 56px; }

#SpHead li .acd { position: relative; display: block; padding: 53px 0 0; width: 100%; height: 80px; color: #72684E !important; font-size: 14px; font-weight: bold; box-sizing: border-box; }
#SpHead li .acd:after,
#SpHead li .acd span:before,
#SpHead li .acd span:after { content: ""; display: block; position: absolute; top: 18px; left: 16px; width: 48px; height: 3px; background: #72684E; transition: all ease 0.5s; }
#SpHead li .acd span:before { top: 30px; }
#SpHead li .acd span:after { top: 42px; }

#SpHead li .acd.open:after { top: 30px; left: 18px; transform: rotate(45deg); }
#SpHead li .acd.open span:before { left: 18px; opacity: 0; transform: rotate(135deg); }
#SpHead li .acd.open span:after { top: 30px; left: 18px; transform: rotate(315deg); }

#SpHead li .acd-content {
	display: none;
	position: absolute;
    top: 84px;
	left: 0;
	width: 100%;
	max-height: 85%;
	max-height: calc(100vh - 80px);
	font-size: 0;
	background: #FFF;
	border-bottom: 1px solid #CDCBBC;
	box-shadow: 0 6px 6px rgba(140, 137, 119, 0.3);
	overflow: auto;
}
#SpHead li .acd-content li { display: inline-block; position: relative; width: 50%; height: auto; font-size: 12px; border-top: 1px solid #CDCBBC; }
#SpHead li .acd-content li:not(.title):after {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	right: 0;
	width: 1px;
	height: 30px;
	background: #CDCBBC;
}
#SpHead li .acd-content li.right:not(.title):after { right: auto; left: 0; background: #FFF; }
#SpHead li .acd-content li.title,
#SpHead li .acd-content li:nth-child(13) { display: block; width: 100%; }
#SpHead li .acd-content li:nth-child(13):after { display: none; }

#SpHead li .acd-content li a {
	display: block;
	padding: 14px 25px 14px 10px;
    color: #666600 !important;
    text-align: left;
	background: #FFF;
    background: -webkit-linear-gradient(270deg, #FFF 0%, #FFF 50%, #f2f2f2 50%, #f7f7f7 100%);
    background: linear-gradient(180deg, #FFF 0%, #FFF 50%, #f2f2f2 50%, #f7f7f7 100%);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#SpHead li .acd-content li.title a {
    padding: 11px 25px 11px 10px;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 0 1px 3px #FFF;
	background: #f5f5e5;
    background: -webkit-linear-gradient(270deg, rgba(236, 236, 208, 0.3) 0%, rgba(245, 245, 229, 0.3) 50%, rgba(191, 191, 162, 0.3) 50%, rgba(202, 202, 178, 0.2) 100%), url("/images/home/bg_guide.png");
    background: linear-gradient(180deg, rgba(236, 236, 208, 0.3) 0%, rgba(245, 245, 229, 0.3) 50%, rgba(191, 191, 162, 0.3) 50%, rgba(202, 202, 178, 0.2) 100%), url("/images/home/bg_guide.png");
}
#SpHead li .acd-content li.title.cc a {
    color: #FFF !important;
    text-shadow: 0 1px 3px #d66d00;
    background: -webkit-linear-gradient(270deg, #F4DD76 0%, #F8BE44 50%, #F99E2B 50%, #FD880F 100%);
    background: linear-gradient(180deg, #F4DD76 0%, #F8BE44 50%, #F99E2B 50%, #FD880F 100%);
}
#SpHead li .acd-content li.title.cl a {
    color: #FFF !important;
    text-shadow: 0 1px 3px #5d8800;
    background: -webkit-linear-gradient(270deg, #DBE757 0%, #AFCC32 50%, #97BF20 50%, #77A90B 100%);
    background: linear-gradient(180deg, #DBE757 0%, #AFCC32 50%, #97BF20 50%, #77A90B 100%);
}
#SpHead li .acd-content li a:after {
	content: "";
	display: block;
	position: absolute;
    top: 16px;
    right: 10px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #CDCBBC;
    border-right: 3px solid #CDCBBC;
	transform: rotate(45deg);
}
#SpHead li .acd-content li.title a:after { border-color: #909058; }
#SpHead li .acd-content li.title.cc a:after,
#SpHead li .acd-content li.title.cl a:after { border-color: #FFF; }

#breadcrumb { margin: 10px 0 8px; }

#search-result2 #title-header,
#search-result2 #title-header2 { margin: 60px 0 0; z-index: 5; }
#search-result2 { margin: 0 0 60px; }
#search-result2 .card-info { min-width: 245px; max-width: 245px; }

.purpose .submit { margin: 0 0 40px; }

section.PR-full { margin: 40px 0 80px; }
}
@media screen and (max-width: 760px) {

body,
#body,
#wrapper,
#contents,
#gblFooter #footerInner { width: 100%; min-width: 100%; }

#wrapper { padding-top: 70px; }

#SpHead li.logo { padding: 10px 0 0 10px; }
#SpHead li img { max-height: 50px; }

#SpHead li .acd { padding: 46px 0 0; height: 70px; font-size: 12px; }
#SpHead li .acd:after,
#SpHead li .acd span:before,
#SpHead li .acd span:after { left: 20px; width: 40px; height: 2px; }
#SpHead li .acd:after { top: 14px; }
#SpHead li .acd span:before { top: 25px; }
#SpHead li .acd span:after { top: 36px; }
#SpHead li .acd.open:after,
#SpHead li .acd.open span:before,
#SpHead li .acd.open span:after { top: 25px; left: 22px; }

#SpHead li .acd-content { top: 73px; }

#breadcrumb { margin: 10px 10px 5px; }

.clearfix #mainColumn { float: none; margin: 0 auto; width: 100%; }
.clearfix #sideColumn { float: none; margin: 0 auto 60px; }

#glbPageTop { margin: -25px 0 0; width: 50px; height: 50px; }
#glbPageTop.fixed { position: absolute !important; bottom: auto; }

#gblFooter { margin: 0; background: url("/images/home/bg_diary.jpg"); }
#gblFooter #footerTitle { display: none; }
#gblFooter #footerInner > p { padding: 15px 10px 0; }
#gblFooter .footerMenu { float: none; margin: 15px auto 0; padding: 15px 0 0; width: 100% !important; background: none !important; border-top: dotted 1px #FFF; }
#gblFooter .footerMenu li { display: inline-block; margin: 6px 2% 0; min-width: 28%; }
#gblFooter .footerMenu:first-child { padding-top: 0; border-top: none; }
#gblFooter .footerMenu:first-child li { min-width: 15%; }

#glbCcoco { left: 15%; width: 20%; max-width: 119px; background-size: contain; }

img,
input[type=image] { max-width: 100%; height: auto; }

/* cardloan */
#topSearch-detail { margin: 0 0 20px; }
#topSearch-detail h2 { margin: 0; text-align: center; }
#topSearch-detail p.coco { display: none; }
#topSearch-detail p.icon-card,
#topSearch-detail p.magnifier { position: relative; top: -30px; right: 0; margin: -145px 10px 0 50%; max-width: 50%;text-align: right; z-index: 10; }
#topSearch-detail p.icon-card { margin: -30px 0 0 0; text-align: left; }
#topSearch-detail p.magnifier { margin: -50px 0 0 -3px; text-align: left; }
#topSearch-detail h3 { margin: 20px 0 0; }
#topSearch-detail div#search-form { padding: 0 0 20px; background: none; }

#search-detail { padding: 0 0 20px; }
#search-detail h2 { margin: 10px 0 0; padding: 0 10px; text-align: center; }
#search-detail p.coco,
#search-detail p.icon-card,
#search-detail p.magnifier { position: relative; top: 0; right: 0; margin: -145px 10px 0 50%; max-width: 50%;text-align: right; z-index: 10; }
#search-detail p.icon-card { margin: -30px 0 0 0; text-align: left; }
#search-detail p.magnifier { margin: -50px 0 10px -3px; text-align: left; }
#search-detail div#search-form { padding: 20px 0; background: none; }

#search-form table { border-left: none; border-right: none; }
#search-form th,
#search-form td { border: none; border-top: 1px dotted #B7B495; }
#search-form th { width: 140px; }
#search-form td { padding-right: 0; }
#search-form ul li { min-width: 32%; }
#search-form tr:nth-child(3) ~ tr ul li { min-width: 49%; }

#search-result2 { padding: 0; }
#search-result2 table th,
#search-result2 table td { padding: 15px 5px; }
#search-result2 #sticky_inner { margin: -60px 0 0; }
#search-result2 #card-data { padding: 122px 0 0; }
#search-result2 #data-table,
#search-result2 #sub-data { border-bottom: 3px solid #C6C5B9; }
#search-result2 #title-header tr,
#search-result2 #title-header2 tr,
#search-result2 table tr { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
#search-result2 td { width: 25% !important; min-width: 25% !important; max-width: none !important; box-sizing: border-box; word-break: break-word; }
#search-result2 #title-header table td,
#search-result2 #title-header2 table td { padding: 5px; }
#search-result2 #title-header td.card-info,
#search-result2 #title-header td.condition,
#search-result2 #title-header2 table td.card-comp,
#search-result2 #title-header2 table td.brand,
#search-result2 #title-header2 table td.grade,
#search-result2 #title-header2 table td.point { border-bottom: 1px dotted #B7B495; }
#search-result2 #title-header2 td br { display: none; }
#search-result2 td.card-info,
#search-result2 td.condition { -webkit-box-ordinal-group: -1; -ms-flex-order: -1; order: -1; width: 50% !important; min-width: 50% !important; border-bottom: 1px dotted #B7B495; }
#search-result2 td.e-money br { display: none; }
#search-result2 td.e-money img { width: auto !important; max-width: 50px; height: auto; max-height: 40px; }
#search-result2 #sub-data .card-comp,
#search-result2 #sub-data .brand,
#search-result2 #sub-data .grade,
#search-result2 #sub-data .point { border-bottom: 1px dotted #B7B495; }
#search-result2 #sub-data .brand { padding: 0 5px 10px; }
#search-result2 #sub-data .brand li { display: inline-block; margin: 10px 5px 0; }
#search-result2 #sub-data .brand li img { padding: 0; }
#search-result2 #sub-data .listdetail-pickup { width: 60px; }

#search-result2 #tab02 #sub-data { padding: 152px 0 0; }
#search-result2 #tab02 #title-header2 table td { border-bottom: 1px dotted #B7B495 !important; }
#search-result2 #tab02 #sub-data table td { font-size: 14px !important; }
#search-result2 #tab02 #sub-data table td { padding: 10px 5px; line-height: 1; border-bottom: 1px dotted #B7B495 !important; }
#search-result2 #tab02 #title-header2 table td:nth-child(8) ~ td { border-bottom: 3px solid #C6C5B9 !important; }
#search-result2 #tab02 #sub-data table td:nth-child(8) ~ td { border-bottom: none !important; }
#search-result2 #tab02 #sub-data .listdetail-pickup { line-height: 1.417; }

.clTop #search { margin: 0 0 20px; }

.purpose #title { width: auto; }
.purpose #title .text { margin: 20px 0; }
.purpose #title .img { display: none; }

.purpose section h3 { width: 100%; box-sizing: border-box; }
.purpose .box { margin: 0 0 20px; padding: 0; }
.purpose .box ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 10px; }
.purpose .box ul li { float: none; margin: 0; padding: 10px; width: 33.3%; box-sizing: border-box; }
.purpose #search-win .box2 { margin: 0 0 20px; }
.purpose .submit { margin: 0 0 20px; }

.clearfix #mainColumn #centerColumn,
.clearfix #mainColumn #subColumn { float: none; margin: 0 auto 20px; padding: 0 10px; width: 100%; max-width: 710px; box-sizing: border-box; }
.clearfix #mainColumn #subColumn { display: table; padding: 0 15px; }

#compare { margin: -10px 0 0; }
#compare h2 { padding-right: 80px; text-align: center; }
#compare h2 img { right: 50%; margin: 0 -100px 0 0; }

#merits { display: table; padding: 0 5px; }

.merit { display: table-cell; position: relative; left: -5px; margin: 0 0 10px; width: 50%; text-align: center; }
.merit:before,
.merit:after,
.merit h2:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 4px solid #FFF; border-radius: 2px; box-sizing: border-box; z-index: 2; }
.merit:after { border: 2px dashed #ffcb7c; }
.merit + .merit { left: 5px; }
.merit h2 { display: inline-block; position: relative; }
.merit h2:after { border: none; border-left: 4px solid #FFF; border-right: 4px solid #FFF; border-radius: 0; }
.merit .txt { text-align: left; background: #FFF; }

.clearfix #sideColumn.spWide { padding: 0 10px; width: 100%; max-width: 710px; box-sizing: border-box; }

#contents.columns2 #mainColumn,
#contents.columns2 #sideColumn { padding: 0 20px; width: 100%; max-width: 730px; box-sizing: border-box; }

.sectionHeader { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.sectionHeader p { float: none; margin: 0; padding: 0 10px 0 0; width: 22%; }
.recPoint .sectionHeader .pie { float: none; margin: 4% 0 0; width: 78%; }

.cardInfo .inner .card,
.cardInfo .inner .info,
#lead .txt,
#lead .list { float: none; margin: 0; padding: 0; width: 100%; border: none; }

#lead { background: none !important; }
#lead .txt { background: #FFF; border-radius: 10px; box-shadow: 1px 1px 3px #dcd7cb; }
#lead .txt p { padding: 15px 20px; }
#lead .list h3 { text-align: center; }
#lead .list ul { margin: 0 auto; max-width: 230px; }
#lead .list ul li { display: inline-block; padding: 0 10px; vertical-align: top; }

.best-match #lead .txt { display: inline-block; margin: 0; width: 78%; vertical-align: middle; }
.best-match #lead p.start { display: inline-block; padding: 0 10px; width: 20%; text-align: center; box-sizing: border-box; vertical-align: middle; }
.best-match #lead p.start img { width: auto; height: auto; max-height: 93px; }

.cardInfo div.point { margin: 20px; padding: 0; height: auto; border-radius: 6px; background: url(/images/common/bg-subtitle03.png) left -4px repeat-x; box-shadow: 0 0 10px #c7bb99; }
.cardInfo div.point:before { content: "このカードのPOINT"; position: static; display: block; padding: 8px 15px; font-size: 16px; font-weight: bold; }
.cardInfo div.point p { padding: 15px; background: #FFF; border-radius: 0 0 6px 6px; }

.cardInfo div.ttl { position: relative; height: auto; background-size: auto 100%; }
.cardInfo div.ttl img { float: none; position: absolute; height: 42px; }
.ranking .cardInfo .ttl img { float: none; position: absolute; top: -20px; margin: 0; padding: 0; height: 80px; }
.cardInfo .ttl h3,
.ranking .cardInfo .ttl h3 { float: none; padding: 10px 10px 10px 60px; margin: 0 !important; width: auto; }
.ranking .cardInfo .ttl h3 { padding-left: 110px; }
.ranking .cardInfo#num4 .ttl h3,
.ranking .cardInfo#num5 .ttl h3 { padding-left: 96px; }
.cardInfo .pickup li { font-size: 14px; }

.cardInfo .inner .card { text-align: center; border: none; }
.cardInfo .inner .card .img,
.cardInfo .inner .card .icons { display: inline-block; margin: 0 0 20px; vertical-align: middle; }
.cardInfo .inner .card .img img { width: 150px; vertical-align: middle; }
.cardInfo .inner .card .icons li { float: none; display: inline-block; margin: 10px 10px 0; }
.cardInfo .inner .card .icons li img { width: 60px; }
.cardInfo .inner .info .ttl { margin: 10px 0; font-size: 14px; }
.cardInfo .inner .card .offical { margin: 0 auto 10px; width: auto; }

.cardInfo .point ul li { width: 33%; max-width: 130px; box-sizing: border-box; }
.cardInfo .table th,
.cardInfo .table td { padding: 8px 5px; }

.bnrList .bnr { text-align: center; }
.bnrList .bnr li { display: inline-block; margin: 0 5px; }

#contents.columns2 #sideColumn .cardList { width: 100%; }
#contents.columns2 #sideColumn .cardList:last-child { margin: 20px 0 40px; }
#contents.columns2 #sideColumn .cardList h2,
#contents.columns2 #sideColumn .cardList .category + p a { display: block; text-align: center; background: url("/images/common/bg-subtitle01.png") left top repeat-x; }
#contents.columns2 #sideColumn .cardList ul.category li { display: inline-block; padding-right: 10px; width: 32.5%; box-sizing: border-box; vertical-align: top; }
#contents.columns2 #sideColumn .cardList ul.brandlist li { width: 19%; max-width: 69px; box-sizing: border-box; }

.sideCardlist div.clearfix .info { margin: 0 0 0 10px; width: auto; }

#yourCheckingCard .jscrollpane { height: auto !important; }
#yourCheckingCard .jscrollpane .jspPane { position: relative !important; }
#yourCheckingCard .jscrollpane + p a { display: block; text-align: center; background: url("/images/common/bg-subtitle01.png") left top repeat-x; }

.ranking #title { margin: 0 0 20px; }

section.PR-full { padding: 0 20px; }
}

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

#SpHead li .acd-content { max-height: none; }

.cardInfo .inner .card .offical a { display: inline-block; padding: 8px 15px; color: #FFF; font-size: 14px; font-weight: bold; letter-spacing: 1px; background: #d14848; border-radius: 20px; }
.cardInfo .inner .card .offical a:after { content: "公式ページへ"; display: inline; }
.cardInfo .inner .card .offical img { display: none; }

#search form .clearfix li { width: auto; min-width: calc(25% - 20px); }

#search-result2 ul.btn  a { display: inline-block; margin: 5px 0 0; padding: 6px 16px; color: #FFF; font-size: 14px; font-weight: bold; letter-spacing: 1px; background: #d14848; border-radius: 20px; }
#search-result2 ul.btn a:after { content: "公式ページへ"; display: inline; }
#search-result2 ul.btn img { display: none; }

#usage  { background-size: 100% auto; }
#usage .header { background: url("/images/common/bg-box02-line-top.jpg") left top no-repeat, url("/images/common/bg-box02-line-main.jpg") left top repeat-y; background-size: 100% auto, 100% auto; }
#usage .mai,
#usage .coco { display: none; }
#usage .read { margin: 0 5%; padding: 15px 0 0; width: auto; }
#usage .body { padding: 10px 2% 0 0; background-size: 100% auto; }
#usage .body p { padding: 0 15px 15px 30px; }
#usage .body p:last-child { margin: 0 0 -4px; padding-bottom: 0; }
#usage h4 { margin: 5px 0 0; padding: 0 0 0 30px; }
#usage h4:first-child { margin: 0; }
#usage h5 { padding: 0 10px 0 20px; }

.best-match .type1,
.best-match .type2 { position: relative; padding: 30px 30px 0; height: auto; text-align: center; background: #FFF; border: 5px solid #e3e2d0; }
.best-match .type1:after,
.best-match .type2:after { content: ""; position: absolute; bottom: -11px; right: -10px; width: 70px; height: 73px; background: url("/images/common/coco-01.png") center center no-repeat; background-size: contain; }
.best-match .type2:after { right: auto; left: -10px; width: 80px; height: 92px; background-image: url("/images/common/coco-02.png"); }
.best-match h3 { text-align: left; }
.best-match .type1 .fukidashi,
.best-match .type2 .fukidashi { display: inline-block; position: relative; top: 0; left: 0; margin: 25px auto 0; padding: 20px 30px; width: auto; text-align: center; background: #f1f0e9; border-radius: 100px; }
.best-match .type1 .fukidashi:after,
.best-match .type2 .fukidashi:after { content: ""; position: absolute; left: 50%; bottom: -10px; margin-left: -10px; border: 10px solid transparent; border-bottom: none; border-top: 10px solid #f1f0e9; }
.best-match .select { margin: 30px auto 0; }
.best-match .next { margin: 0 0 -30px; }

.best-match #rest { margin: 0 0 60px; }
.best-match #goResult,
.best-match #continue { margin: 0; }

.trouble #title { height: auto; min-height: 219px; background-size: contain; }
.trouble #title .text { margin: 0px 0 16% 22%; padding: 20px 10px 0 0; width: 78%; max-width: 510px; box-sizing: border-box; }
.trouble #contract,
.trouble #note { width: 48%; }
.trouble .read div > p:last-child { padding-right: 110px; }

section.PR-full { margin: 0 0 80px; }
}

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

#gblFooter #footerInner { padding: 0 0 30px; }
#gblFooter .footerMenu li { display: inline-block; margin: 6px 2% 0; min-width: 45%; }
#gblFooter .footerMenu:first-child li { min-width: 28%; }

#glbCcoco { display: none; }
#coco { display: block; }

#coco { position: absolute; right: 10px; margin: -39px 0 -28px 20px; z-index: 700; }
#coco img { width: 34px; }

#contents.columns2 #mainColumn { padding: 0 10px; }
#contents.columns2 #sideColumn { margin: 20px 0 0; padding: 0 10px; }
#contents.columns2 #sideColumn .cardList ul.category li { width: 49%; }

#compare { margin: -30px 0 0; }

#merits { margin: 0 0 30px; }

.purpose .box ul,
.purpose .box ul li { padding: 5px; }

.cardInfo:last-of-type { margin: 0 0 20px; }

.bnrList { margin: 0 0 10px; }
.bnrList .bnr { display: table; margin: 0 auto; }
.bnrList .bnr li { display: table-cell; padding: 0 5px 0 0; width: 50%; }
.bnrList .bnr li + li { padding: 0 0 0 5px; }

#yourCheckingCard { padding: 0 0 40px; }

.sideCardlist ul:last-child li:last-child { border: none; }

.trouble .read { margin: 0; }
.trouble .read div { padding: 20px; }
.trouble .read .coco { width: 85px; }
.trouble .read h4 { font-size: 15px; }
.trouble .read ul { padding: 15px 0; }
.trouble .read li { padding: 0 15px; font-size: 14px; }
.trouble .read li i { font-size: 18px; }

#search-detail p.coco { display: none; }
#search-detail p.icon-card { margin: -80px 0 0; }

#search-result2 #card-data { padding: 118px 0 0; }
#search-result2 #title-header table td,
#search-result2 #title-header2 table td { font-size: 12px; }
#search-result2 #title-header td div.order-icon { margin: 2px 0 0 4px; }

#search-result2 #title-header2 table td,
#search-result2 #sub-data td { width: 33.3% !important; }
#search-result2 #title-header2 table td.card-comp,
#search-result2 #title-header2 table td.brand,
#search-result2 #sub-data td.card-comp,
#search-result2 #sub-data td.brand { width: 50% !important; }
#search-result2 #title-header2 table td.comp02,
#search-result2 #sub-data td.comp02 { border-bottom: 1px dotted #B7B495; }

#search-result2 #tab02 #sub-data { padding: 178px 0 0; }
#search-result2 #tab02 #title-header2 table td,
#search-result2 #tab02 #sub-data table td { width: 33.3% !important; }
#search-result2 #tab02 #title-header2 table td:nth-child(8) + td,
#search-result2 #tab02 #sub-data table td:nth-child(8) + td { border-bottom: 1px dotted #B7B495 !important; }

#usage .body p { padding: 0 10px 15px 20px; }
#usage h4 { margin: 0 0 8px !important; padding: 0 0 0 20px; font-size: 15px; }

section.PR-full { margin: 0 0 40px; padding: 0 10px; }
}

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

#wrapper { padding-top: 60px; }

#gblFooter #footerMenuWrapper { min-height: 0; }
#gblFooter .footerMenu .acd { display: inline-block; position: relative; top: 3px; margin: 0 0 0 10px; width: 15px; height: 15px; border: 1px solid #a29276; border-radius: 8px; box-sizing: border-box; }
#gblFooter .footerMenu .acd:before,
#gblFooter .footerMenu .acd:after { content: ""; position: absolute; top: 6px; left: 6px; margin: 0 0 0 -4px; width: 9px; height: 1px; background: #a29276; }
#gblFooter .footerMenu .acd:after { margin: -4px 0 0 0; width: 1px; height: 9px; }
#gblFooter .footerMenu .acd.open:after { display: none; }

.sectionHeader p { width: 30%; }
.recPoint .sectionHeader .pie { width: 70%; }
.recPoint .sectionHeader .pie h2 { padding-right: 10px; }

#search form .clearfix li { min-width: calc(33.3% - 20px); }

#search-result2 .card-info img { float: none; }
#search-result2 ul.btn a { margin: 8px 0; }

#search-result2 #tab02 #sub-data { padding: 206px 0 0; }
#search-result2 #tab02 #title-header2 table td,
#search-result2 #tab02 #sub-data table td  { width: 50% !important; }
#search-result2 #tab02 #title-header2 table td:nth-child(4) ~ td,
#search-result2 #tab02 #sub-data table td:nth-child(4) ~ td { width: 33.3% !important; }
#search-result2 #tab02 #title-header2 table td:nth-child(10) ~ td,
#search-result2 #tab02 #sub-data table td:nth-child(10) ~ td  { width: 50% !important; }
#search-result2 #tab02 #title-header2 table td:nth-child(9) + td,
#search-result2 #tab02 #sub-data table td:nth-child(9) + td { border-bottom: 1px dotted #B7B495 !important; }

.purpose .box { margin: 0 0 20px; }
.purpose .box ul li { width: 50%; text-align: center; }

#contents.columns2 #sideColumn .cardList ul.category li { display: block; width: auto; }

.cardInfo div.point { margin: 12px 10px 10px !important; }
.cardInfo div.point:before { font-size: 14px; }
.cardInfo div.point p { padding: 10px; }
.cardInfo .inner { margin: 15px 10px 0; }
.cardInfo .point ul { margin: 15px 0 5px; padding: 15px 0 0 10px; }
.cardInfo .table { margin: 0 10px; }
.cardInfo .table th { padding: 5px 0; font-size: 12px; }
.cardInfo .table td { font-size: 12px; }
.cardInfo .detail { margin: 15px 10px; }
.cardInfo .detail h4 { margin: 10px 0 5px; padding-top: 4px; font-size: 14px; }
.cardInfo .detail p { padding: 5px 5px 10px; }

.ranking #title ul { -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: distribute; justify-content: space-around; }
.ranking #title ul li { -webkit-box-ordinal-group: 1; -ms-flex-order: 1; order: 1; width: 30%; }
.ranking #title ul li:first-child,
.ranking #title ul li:last-child { -webkit-box-ordinal-group: 2; -ms-flex-order: 2; order: 2; margin: 10px 0 0; }

.trouble #title { min-height: 0; background: none; }
.trouble #title .text { margin: 0; padding: 20px 10px; width: 100%; }
.trouble #contract,
.trouble #note { float: none; width: 100%; }
.trouble .read div > p:last-child { padding-right: 10px; }
.trouble .read .coco { right: 0; width: 50px; }

}

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

#SpHead li { width: 60px; }
#SpHead li .acd { padding: 41px 0 0; height: 60px; }
#SpHead li .acd:after,
#SpHead li .acd span:before,
#SpHead li .acd span:after {left: 10px;width: 40px;height: 2px;}
#SpHead li .acd:after {top: 11px;}
#SpHead li .acd span:before {top: 22px;}
#SpHead li .acd span:after {top: 33px;}
#SpHead li .acd.open:after,
#SpHead li .acd.open span:before,
#SpHead li .acd.open span:after { top: 22px; left: 12px; }

#SpHead li .acd-content { top: 63px; }

}

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

#gblFooter #footerInner { padding: 20px 0 40px; }
#gblFooter #footerInner > p { display: none; }

#search form .clearfix li { min-width: calc(50% - 20px); }

#subColumn .merit { display: block; left: 0 !important; margin: 0 0 10px !important; width: 100%; }

.sideCardlist div.clearfix .info,
#yourCheckingCard div.clearfix .info { width: auto; max-width: 55%; }

.purpose section h3 { font-size: 13px; padding: 12px 0 0 10px; }
.purpose #search-win .box2 input[type="text"] { width: 200px; }

.merit { display: block; left: 0 !important; width: 100%; }

.best-match #lead .inner { padding: 0; border: none; }
.best-match #lead .txt { display: block; width: 100%; }
.best-match #lead p.start { display: none; }
.best-match .type1,
.best-match .type2 { padding: 20px 15px 0; }

#search-result2 { margin: 0 0 30px; }
#search-result2 #card-data { padding: 112px 0 0; }
#search-result2 #title-header table td,
#search-result2 #title-header2 table td,
#search-result2 p.addList { font-size: 10px; }
#search-result2 p.addList span { position: relative; top: -2px; }
#search-result2 #title-header td div.order-icon,
#search-result2 #title-header2 td div.order-icon { margin: 1px 0 -2px 2px; }

#search-result2 #tab02 #sub-data { padding: 186px 0 0; }
#search-result2 #tab02 #title-header2 table td { font-size: 9px; }
}

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

#SpHead li.logo { padding: 15px 0 0 10px; }

#SpHead li .acd-content li { display: block; width: 100%; }
#SpHead li .acd-content li:nth-child(2),
#SpHead li .acd-content li:nth-child(3),
#SpHead li .acd-content li:nth-child(4),
#SpHead li .acd-content li:nth-child(5) { display: inline-block; width: 50%; }
#SpHead li .acd-content li:not(.title):after,
#SpHead li .acd-content li.right:not(.title):after { display: none; }
#SpHead li .acd-content li:not(.title):nth-child(2):after,
#SpHead li .acd-content li:not(.title):nth-child(3):after,
#SpHead li .acd-content li:not(.title):nth-child(4):after,
#SpHead li .acd-content li:not(.title):nth-child(5):after { display: block; }

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

.clTop #search h2.subTitle { font-size: 14px; }
.clTop #search h2.subTitle strong { font-size: 20px; }

#search-result2 #title-header table td,
#search-result2 #title-header2 table td { padding: 5px 0; }

}




/* CSS end */
