@charset "UTF-8";

/*-------------------------------------
		クレジットカード  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/creditcard/top/mv_cnt.png); width:12px; height:12px; }
#visualCnt li.current span{ background-image:url(/images/creditcard/top/mv_cnt_current.png); }

/* #compare */

#compare {}
#compare .inner{ background:url(/images/creditcard/top/bg_main.jpg); padding: 5px; margin:8px 0 0; border-radius:4px;}
#compare .inner .box{ background:url(/images/common/bg_body.jpg); padding:0 16px 16px; line-height:1.6; }
#compare .inner .box p{ padding:16px 0 0; }

#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 #F1C30E; border-radius:5px;}
#howto h2{  background:url(/images/creditcard/common/bg_credit_ttl.png); font-size:15px; font-weight:bold; padding:10px 10px 8px 50px; }

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

#howto h3{ background:url(/images/creditcard/common/bg_credit_ttl.png); font-size:14px; font-weight:bold; padding:4px 7px 2px; margin: 0 0 5px; }
#howto p{ line-height:1.5; font-size:14px; padding:5px 0 0 5px; }
#howto .lead{  padding:20px 15px 0;}
#howto div section{ margin:13px 18px 0; }
#howto #howto01 img{ float:left; margin:5px 20px 0 6px; }
#howto #howto02 img{ float:right; margin:5px 12px 0 15px; }
#howto #howto03 img{ float:right; margin:5px 12px 5px 16px; }
#howto #howto04 img{ float:left; margin:5px 16px 0 5px; }
#howto #howto05 img{ float:right; margin:10px 12px 0 10px; }
#howto #howto05 .more{ text-align:left; margin:7px 0 0; }



/* #search */

.ccTop #search { margin: 0; }
.ccTop #search h2.title { margin: 0 0 14px; text-align: center; }
.ccTop #search h2.title img { width: 100%; max-width: 500px; }
.ccTop #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);
}
.ccTop #search h2.subTitle strong { margin: 0 0 0 8px; font-size: 24px; font-weight: normal; }
.ccTop #search h2.subTitle  img { position: absolute; top: -3px; margin: 0 0 0 8px; }

#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 -10px 0 -10px; }
#search form .clearfix li { float:left; width:auto; min-width: calc(20% - 10px); margin: 0 0 0 10px; }
#search form .clearfix li.ext{ width:auto; }
#search form .clearfix.half li { min-width: calc(40% - 10px); }
#search form .clearfix.brand li img { vertical-align: middle; }
#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; }

/* searchBtn */
.searchBtn {
    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 */
.ccTop .sideCardlist h2 { color: #523F27; font-size: 11px; font-weight: bold; line-height: 41px; text-align: center; background: url("/images/common/bg-subtitle01.png") left top repeat-x; }
.ccTop .sideCardlist { margin: 20px 0 0; }
.ccTop .sideCardlist .inner { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.ccTop .sideCardlist .inner > li { margin: 0; padding: 10px 0 15px; width: 50%; border: none; box-sizing: border-box; }

.ccTop .sideCardlist .inner > li:first-child,
.ccTop .sideCardlist .inner > li:nth-child(2) { border-bottom: 1px dotted #AF9D7E; }
.ccTop .sideCardlist .inner > li:nth-child(2n) { border-left: 1px dotted #AF9D7E; }

.ccTop .sideCardlist div.clearfix .info { width: calc(100% - 110px); }


/* .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;
}



/* #subColumn */

/* メリット */
.merit { margin:0 0 10px; background:#ffffff; border: 2px dashed #9C0; }
.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; }



/* #sideColumn */

#sideColumn .cardList{ margin: 0 0 20px; }
#sideColumn .cardList h2,
#sideColumn .cardList .link a { height: 41px; color: #523F27; font-size: 11px; font-weight: bold; letter-spacing: 1.2px; line-height: 42px; text-align: center; background: url("/images/common/bg-subtitle01.png") left top repeat-x; }
#sideColumn .cardList .link { clear: both; }
#sideColumn .cardList .link a { display: block; font-size: 13px; letter-spacing: 0; }
#sideColumn .cardList .link a:hover { opacity: .8; }
#sideColumn .cardList .link span { display: inline-block; position: relative; top: -1px; margin: 0 5px 0 0; width: 16px; height: 16px; background: #887c5e; border-radius: 10px; vertical-align: middle; }
#sideColumn .cardList .link span:after { content: ""; position: absolute; top: 5px; left: 4px; width: 4px; height: 4px; border-top: 2px solid #e4e2d1; border-right: 2px solid #e4e2d1; -webkit-transform: rotate(45deg); transform: rotate(45deg); }


/*-------------------------------------
		おすすめカード一覧  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;}


/*-------------------------------------
		キャンペーン一覧  index
-------------------------------------*/

.campaign #lead .list { float:left; margin:5px 0 0 0; font-size:15px; }
.campaign .info-campaign { clear:both; border-top: 2px dotted #FFCCCC; margin:0 20px; padding:0;}
.campaign .info-campaign div.set { clear:both; min-height:95px; border-bottom:1px dotted #FFCCCC; padding:15px 0; }
.campaign .info-campaign p.point { width:185px; height:92px; margin:0 15px 0 0; padding:20px 0 0 0; background:url(/images/common/bg-campaign-txt.png) left top no-repeat; text-align:center; font-size:14px;}
.campaign .info-campaign p.point span { font-size:18px;}
.campaign .info-campaign p.detail { float:left; width:365px; color:#463F33; font-size:12px; font-weight:normal; border:none;}
.campaign .info-campaign h4 { float:left; width:365px; margin:3px 0 10px 0; padding:7px 10px 5px 10px; background:#F0EFD5; border-left:5px solid #D75E5E; font-size:14px; font-weight:bold; color:#CC0000; }
.campaign .info-campaign ol{ clear:left; list-style:decimal; margin:0 0 0 25px;}
.campaign .info-campaign p.info{ clear:both; width:100%; margin:0 auto; padding:8px 0; font-size:11px; font-weight:bold; color:#463F33; border-bottom:1px dotted #FFCCCC; text-align:center;}
.campaign .info-campaign p.official{ clear:both; width:100%; margin:15px auto 20px auto; text-align:center; }


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


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

.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:140px; 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/credit_list_img.png) left top no-repeat;}
.best-match #lead .txt { width:463px; margin:10px 0 0 105px}
.best-match #lead p.start { padding-top: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-cc-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; }


/*-------------------------------------
		学生におすすめ　student
-------------------------------------*/

.student #lead { background:url(/images/creditcard/student/credit_list_img.png) left top no-repeat;}
.student #lead .inner{ padding:0 0 28px}
.student #lead .txt { width:377px; margin:3px 0 0 150px}
.student #lead .list { width:155px; margin:10px 0 0 0; }
.student #lead .list ul{ margin:0;}

.student #usage { background:url(/images/common/bg-box02-bottom.png) left bottom no-repeat; margin-bottom:40px; padding-bottom:35px; font-size:14px;}
.student #usage h3{ margin-top:40px;}
.student #usage .header{ background:url(/images/common/bg-box02-read.jpg) left top no-repeat; max-height:680px;}
.student #usage .mai { padding:55px 0 0 130px; }
.student #usage .coco { padding:55px 0 0 200px; }
.student #usage .read { width:540px; margin:55px 0 0 40px; line-height:1.6; }

.student #usage .body { background:url(/images/common/bg-box02.png) left top repeat-y; margin:0; padding:10px 0 0 0;}
.student #usage h4 { clear:both; background:url(/images/common/bg-caption01.png) 11px 8px no-repeat; margin:18px 0 0 0; padding:0 0 0 40px; color:#66C; font-size:16px; font-weight:bold;}
.student #usage h5 { font-weight:bold; margin:0; color:#463F33;}

.student #usage .body p{ padding:0 35px 15px ; line-height:1.6;}
.student #usage .body p img { float:left; padding:10px 20px 10px 0;}
.student #usage .body p span { color:#C33;}
.student #usage .body p.last{ padding-bottom:0;}



/*-------------------------------------
		主婦におすすめ　housewife
-------------------------------------*/

.housewife #lead { background:url(/images/creditcard/housewife/credit_list_img.png) left top no-repeat;}
.housewife #lead .inner{ padding:0 0 46px}
.housewife #lead .txt { width:377px; margin:5px 0 0 150px;}
.housewife #lead .list { width:155px; margin:7px 0 0 0; }
.housewife #lead .list ul{ margin:0;}

.housewife #usage { background:url(/images/common/bg-box02-bottom.png) left bottom no-repeat; margin-bottom:40px; padding-bottom:35px; font-size:14px;}
.housewife #usage h3{ margin-top:40px;}
.housewife #usage .header{ background:url(/images/common/bg-box02-read2.jpg) left top no-repeat; max-height:680px;}
.housewife #usage .mai { padding:41px 0 0 135px; }
.housewife #usage .coco { padding:50px 0 0 200px; }
.housewife #usage .read { width:540px; margin:55px 0 0 40px; line-height:1.6; }

.housewife #usage .body { background:url(/images/common/bg-box02.png) left top repeat-y; margin:0; padding:10px 0 0 0;}
.housewife #usage h4 { clear:both; background:url(/images/common/bg-caption01.png) 11px 8px no-repeat; margin:18px 0 0 0; padding:0 0 0 40px; color:#66C; font-size:16px; font-weight:bold;}
.housewife #usage h5 { font-weight:bold; margin:0; color:#463F33;}

.housewife #usage .body p{ padding:0 35px 15px ; line-height:1.6;}
.housewife #usage .body p img { float:left; padding:10px 20px 10px 0;}
.housewife #usage .body p span { color:#C33;}
.housewife #usage .body p.last{ padding-bottom: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-cc.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:#F60; 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:#F90; 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;}

.trouble .read div a { border-bottom:1px dotted #AF9D7E; color:#0CC;}
.trouble .read div a:hover { border-bottom:1px dotted #AF9D7E; color:#9C0;}



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

.faq { font-size:14px;}
.faq ul { padding-top:20px;}
.faq li { background:url(/images/creditcard/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-cc-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;}


/*-------------------------------------
		リストの追加機能
-------------------------------------*/
.listdetail-pickup {
    display: inline-block;
    border-radius: 4px;
    background-color: #78B478;
    color: #FFF;
    width: 120px;
    height: 20px;
    margin: 1px 4px;
    padding-top: 4px;
}


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

#search-form ul li { float: none; display: inline-block; padding-right: 15px; min-width: 19%; box-sizing: border-box; }
#search-form tr:nth-child(7) ul li input,
#search-form tr:nth-child(7) ul li img { vertical-align: middle; }
#search-form tr:nth-child(8) ul li,
#search-form tr:nth-child(9) ul li { min-width: 32%; }
#search-form tr:nth-child(10) ul li { min-width: 24%; }

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

#search-result2 td .listdetail-pickup { width: 80px; }
#search-result2 td h2 a { display: inline-block; margin: 0 0 5px; color: #ff5722; }

#similar-card p.cardname { font-weight: bold; }


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

@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 { margin: 0 0 60px; }
#search-result2 .card-info { min-width: 245px; max-width: 245px; }


}
@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; }
.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 { max-width: 100%; height: auto; }

/* creditcard */
#contents.columns2 #sideColumn .merit { position: relative; text-align: center; background-size: 100% auto; background: #FFF; }
#contents.columns2 #sideColumn .merit:before,
#contents.columns2 #sideColumn .merit:after,
#contents.columns2 #sideColumn .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; }
#contents.columns2 #sideColumn .merit:after { border: 2px dashed #99cc01; }
#contents.columns2 #sideColumn .merit h2 { display: inline-block; position: relative; }
#contents.columns2 #sideColumn .merit h2:after { border: none; border-left: 4px solid #FFF; border-right: 4px solid #FFF; border-radius: 0; }
#contents.columns2 #sideColumn .merit .txt { text-align: left; background: #FFF; }

#contents.columns2 #sideColumn .sideCardlist div.clearfix .info { float: none; width: auto; }

#contents.columns2 #mainColumn,
#contents.columns2 #sideColumn { padding: 0 20px; width: 100%; max-width: 730px; box-sizing: border-box; }
#contents.columns2 #sideColumn .cardList { width: 100%; }
#contents.columns2 #sideColumn .cardList h2,
#contents.columns2 #sideColumn .cardList .brandlist + p { clear: both; 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: 20px; width: 33%; box-sizing: border-box; vertical-align: top; }
#contents.columns2 #sideColumn .cardList ul.brandlist li { width: 19%; max-width: 69px; box-sizing: border-box; }

#contents.columns2 #sideColumn .bnrList ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
#contents.columns2 #sideColumn .bnrList ul li { width: 32%; }

.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; width: 100%; }

#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: 400px; }
#lead .list ul li { display: inline-block; width: 48%; 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; }

.ranking #title ul { display: -webkit-box; display: -ms-flexbox; display: flex; }
.ranking #title ul li { float: none; }

#contents.columns2 #mainColumn.purpose { margin: 0 auto; max-width: 730px; }
.purpose section { margin-right: 0 !important; }
.purpose #title,
.purpose section h3 { width: 100%; box-sizing: border-box; }
.purpose #title .text { margin: 20px; }
.purpose #title .img { display: none; }

.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 #eMoney { margin: 0 0 20px; }
.purpose #brand .box2,
.purpose #eMoney .box2 { margin-right: 2.5%; width: 18%; height: auto !important; box-sizing: border-box; }
.purpose #brand .box2:nth-child(6n),
.purpose #eMoney .box2:nth-child(6n) { margin-right: 0; }
.purpose #brand .box2:not(:nth-child(4)) { padding-bottom: 22px; }
.purpose #company .box2 { padding-right: 5px; }
.purpose #company .box2 ul li { padding-right: 20px; min-width: 33%; box-sizing: border-box; }

#similar-card { margin: 0; }
#similar-card h3 { margin: 0; box-sizing: border-box; }
#similar-card ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
#similar-card ul li { float: none; margin: 15px 3.3% 0 0; padding: 10px; width: 22.5%; height: auto !important; box-sizing: border-box; }
#similar-card ul li:nth-child(4n) { margin-right: 0; }
#similar-card p.official { margin: 15px 0 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; }

#search-detail { padding: 0 0 40px; }
#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 td { padding-right: 0; }
#search-form ul li { min-width: 32%; }
#search-form tr:nth-child(5) ul li,
#search-form tr:nth-child(8) ul li,
#search-form tr:nth-child(9) ul li { min-width: 49%; }
#search-form tr:nth-child(7) ul li { min-width: 0; }
#search-form tr:nth-child(7) ul li img { width: 50px; }
#search-form tr:nth-child(10) ul li { min-width: 32%; }

#search-result2 { padding: 0; }
#search-result2 #sticky_inner { margin: -60px 0 0; }
#search-result2 #title-header,
#search-result2 #title-header2 { margin: 60px 0 0; }
#search-result2.creditcard-list #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.insurance,
#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.insurance { -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; }

.student #lead .inner,
.housewife #lead .inner { padding: 0; border-bottom: none; }
.student #lead .txt,
.housewife #lead .txt { margin: 0 auto; width: 100%; }
.student #lead .txt p,
.housewife #lead .txt p { padding: 15px; }


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

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

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

.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; }

.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; }

.student #usage,
.housewife #usage  { background-size: 100% auto; }
.student #usage .header,
.housewife #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; }
.student #usage .mai,
.student #usage .coco,
.housewife #usage .mai,
.housewife #usage .coco { display: none; }
.student #usage .read,
.housewife #usage .read { margin: 0 5%; padding: 15px 0 0; width: auto; }
.student #usage .body,
.housewife #usage .body { padding: 10px 2% 0 0; background-size: 100% auto; }
.student #usage .body p,
.housewife #usage .body p { padding: 0 15px 15px 30px; }
.student #usage h4,
.housewife #usage h4 { margin: 5px 0 0; padding: 0 0 0 30px; }
.student #usage h4:first-child,
.housewife #usage h4:first-child { margin: 0; }
.student #usage h5,
.housewife #usage h5 { padding: 0 10px 0 20px; }

#notes { background-size: 100% 97%; }
}

@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,
#contents.columns2 #sideColumn { padding: 0 10px; }
#contents.columns2 #sideColumn .cardList ul.category li { width: 49%; }

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

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

#similar-card ul li,
#similar-card ul li:nth-child(4n) { margin: 10px 2% 0 0; width: 32%; }
#similar-card ul li:nth-child(3n) { margin-right: 0; }

.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-form tr:nth-child(10) ul li { min-width: 49%; }

#search-result div#search-form { padding: 0 10px; }
#search-result p.change-tarm,
#search-result form { margin: 0 -10px; }

#search-result2.creditcard-list #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; }
}

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

#wrapper { padding-top: 60px; }

#gblFooter #footerInner { padding: 20px 0 40px; }
#gblFooter #footerInner > p { display: none; }
#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; }

.cardList ul.category { padding: 15px 8px 5px; }
.cardList ul.category li span { display: block; margin: 0 0 7px; line-height: 1.3; }

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

.bnrList { margin: 10px 0 0; }

#contents.columns2 #sideColumn .cardList ul.brandlist { margin: 0; padding: 10px 0 0 10px; width: 100%; box-sizing: border-box; }

.cardInfo { padding: 0 0 20px; }
.cardInfo div.point { margin: 12px 10px 10px !important; }
.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; overflow: auto; }
.cardInfo .table th,
.cardInfo .table td { padding: 4px; min-width: 100px; font-size: 12px }
.cardInfo .table th { border-bottom: none; }
.cardInfo .table td { border-top: none; }

.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; margin-bottom: 0; width: 26%; }
.ranking #title ul li:first-child,
.ranking #title ul li:last-child { -webkit-box-ordinal-group: 1; -ms-flex-order: 1; order: 1; margin: 15px 10px 0; }

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

.purpose #brand,
.purpose #eMoney { margin: 0 0 10px; }
.purpose #brand .box2 { margin-bottom: 20px; }
.purpose #brand .box2,
.purpose #eMoney .box2 { margin: 0 2% 10px 0 !important; width: 32%; max-width: 140px; height: auto !important; box-sizing: border-box; }
.purpose #brand .box2:nth-child(3n+1),
.purpose #eMoney .box2:nth-child(3n+1) { margin-right: 0 !important; }
.purpose #brand .box2:nth-child(4) h4 { margin: 0 auto; max-width: 62px; }
.purpose #company .box2 { padding-left: 15px; }
.purpose #company .box2 ul li { min-width: 50%; }

#similar-card ul li,
#similar-card ul li:nth-child(4n),
#similar-card ul li:nth-child(3n) { margin: 10px 2% 0 0; width: 49%; }
#similar-card ul li:nth-child(2n) { margin-right: 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; }

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

#search-form table,
#search-form tbody,
#search-form tr,
#search-form th,
#search-form td { display: block; width: 100%; border-left: none; border-right: none; border-bottom: none; box-sizing: border-box; }
#search-form table { border-top: none; border-bottom: 1px dotted #B7B495; }
#search-form th { position: relative; padding: 8px 10px; text-align: left; }
#search-form th.acd:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -7.5px;
	width: 13px;
	height: 14px;
	background: url("/images/common/arrow_next.png") center center no-repeat;
	background-size: contain;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
#search-form th.acd.open:after { -webkit-transform: rotate(630deg); transform: rotate(630deg); }
#search-form th br { display: none; }
#search-form td { border-top: none; }

.student #usage .body p,
.housewife #usage .body p { padding: 0 10px 10px 20px; }
.student #usage h3,
.housewife #usage h3 { margin: 20px 0 0; }
.student #usage h4,
.housewife #usage h4 { padding: 0 0 0 20px; }

.sideCardlist div.clearfix { text-align: center; }
.sideCardlist div.clearfix:after,
.sideCardlist div.clearfix .info ul:after { display: none; }
.sideCardlist div.clearfix .img { float: none; display: inline-block; margin: 0 0 10px; width: auto; text-align: center; }
.sideCardlist div.clearfix .info { float: none; display: inline-block; margin: 0; width: 100% !important; text-align: center; }
.sideCardlist div.clearfix .info ul li { float: none; }
}

@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) {

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

#contents { padding: 0 10px; box-sizing: border-box; }

.sideCardlist h2,
.cardList h2,
.cardList ul.brandlist + p a { display: block; text-align: center; background: url("/images/common/bg-subtitle01.png") left top repeat-x; }
.cardList ul.category li span { margin: 0; }
.cardList ul.brandlist + p { clear: both; }

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

#lead .list { text-align: center; }
#lead .list ul { display: inline-block; text-align: left; }
#lead .list ul li { display: block; width: 100%; }

#contents.columns2 #mainColumn,
#contents.columns2 #sideColumn { padding: 0; }
#contents.columns2 #sideColumn .cardList ul.category li { width: 100%; }
#contents.columns2 #sideColumn .bnrList { margin: 0; }
#contents.columns2 #sideColumn .bnrList ul { -ms-flex-wrap: wrap; flex-wrap: wrap; }
#contents.columns2 #sideColumn .bnrList ul li { width: 49%; }

.purpose section h3 { font-size: 14px; }

.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-detail { margin:0 -10px; box-sizing: border-box; }

#search-form tr:nth-child(2) ul li,
#search-form tr:nth-child(3) ul li,
#search-form tr:nth-child(4) ul li { min-width: 49%; }
#search-form tr:nth-child(8) ul li,
#search-form tr:nth-child(9) ul li { min-width: 100%; }

#search-result { margin: 20px -10px 0; }

#search-result2 { margin: 0 -10px 30px; }
}

@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) {

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

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

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

.best-match .type2:after { width: 74px; height: 85px; }

#search-result2.creditcard-list #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 #title-header td div.order-icon,
#search-result2 #title-header2 td div.order-icon { margin: 1px 0 -2px 2px; }
}

/* CSS end */
