@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}


html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* Default  Setting ===================================================================================== */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial, helvetica, "ＭＳ Ｐゴシック", sans-serif;
  color: #333;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  border: none;
}

a,
a img {
  color: #004ea6;
  text-decoration: none;
  outline: none;
  transition: opacity 0.8s ease;
}
a:hover, a:hover img, a:active, a:focus,
a img:hover,
a img:hover img,
a img:active,
a img:focus {
  color: #666;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  outline: none;
  noFocusLine: expression(this.onFocus=this.blur());
}

/*
a:hover img {
	@include opacity(0.5);
}*/
::selection {
  background-color: #004ea6;
  color: #fff;
}

::-moz-selection {
  background-color: #004ea6;
  color: #fff;
}

strong {
  font-weight: bold;
}

small {
  font-size: 12px;
  font-size: 1.2rem;
}

.pc {
  display: block !important;
}

.sp,
.spn {
  display: none !important;
}

.alignL {
  text-align: left;
}

.alignC {
  text-align: center;
}

.alignR {
  text-align: right;
}

#loading{
  text-align: center;
}
#pageMovetop{
	display:none;
	position: fixed;
	z-index: 1000;
	bottom: 20px;
	right: 20px;
}

#pageMovetop.static{
	position: static;
}

/* Media Query PC ===================================================================================== */
@media screen and (min-width: 569px) {
  /* ==================================================================================================== */
  /* ==================================================================================================== */

/*------START MC 2015 9 15 ------*/
  #condition-area #btn-card-show {
	position: relative!important;
	overflow: hidden;
	}
  #condition-area #btn-card-show ul {
	 float:left;
	 left:50%;
	 position:relative;
	 text-align:center;
  }
  #condition-area #btn-card-show ul li {
		padding:0 5px;
	 float:left;
	 left:-50%;
	 position:relative;
	 text-align:center;
  }
	
	/*------END MC 2015 9 15 ------*/



}
/* ==================================================================================================== */
/* Media Query SP ===================================================================================== */
@media screen and (max-width: 568px) {
  /* ==================================================================================================== */
  .pc {
    display: none !important;
  }

  .sp,
  .spn {
    display: block !important;
  }

  /* ==================================================================================================== */
}
/* ==================================================================================================== */
.box {
  overflow: hidden;
  *zoom: 1;
}

.alpha {
  float: left;
  width: 50%;
}

.beta {
  float: right;
  width: 50%;
}

.mgb0 {
  margin-bottom: 0px !important;
}

.mgb5 {
  margin-bottom: 5px !important;
}

.mgb10 {
  margin-bottom: 10px !important;
}

.mgb15 {
  margin-bottom: 15px !important;
}

.mgb20 {
  margin-bottom: 20px !important;
}

.mgb25 {
  margin-bottom: 25px !important;
}

.mgb30 {
  margin-bottom: 30px !important;
}

.mgt0 {
  margin-top: 0px !important;
}

.mgt5 {
  margin-top: 5px !important;
}

.mgt10 {
  margin-top: 10px !important;
}

.mgt15 {
  margin-top: 15px !important;
}

.mgt20 {
  margin-top: 20px !important;
}

.mgt25 {
  margin-top: 25px !important;
}

.mgt30 {
  margin-top: 30px !important;
}

.horizontal {
  overflow: hidden;
  *zoom: 1;
}
.horizontal li {
  float: left;
}

/* Layout ==================================================================== */
.inner {
  position: relative;
  width: 910px;
  margin: 0 auto;
}

#wrap {
  width: 940px;
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden;
  *zoom: 1;
}

.section {
  border: 1px solid #cbd4e6;
  overflow: hidden;
  *zoom: 1;
  padding: 10px 0 0 10px;
  clear: both;
}
.section.houjin {
  padding:0;
}

.col2 {
  overflow: hidden;
  *zoom: 1;
}
.col2 .col {
  width: 50%;
  float: left;
}

.ie7 .col2 .col {
  width: 45%;
}

.col3 {
  overflow: hidden;
  *zoom: 1;
}
.col3 .col {
  width: 33%;
  float: left;
}

.ie7 .col3 .col {
  width: 30%;
}

.col6 {
  overflow: hidden;
  *zoom: 1;
}
.col6 .col {
  width: 16%;
  float: left;
}
.col6 .item {
  width: 16%;
}

/* Media Query PC ===================================================================================== */
@media screen and (max-width: 568px) {
  .inner {
    width: 100%;
    padding: 0 10px;
  }

  #wrap {
    width: 100%;
    padding: 0px 0px;
  }

  .col3 .col {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .section {
    border: none;
  }

  #other-recommend.section.horizontal{
    padding-right:10px;
  }
}
/* Media Query sp ===================================================================================== */
.title-area {
  margin-bottom: 10px;
}
.title-area h1 {
  margin-bottom: 15px;
}
.title-area .title-area-discription {
  margin-left: 25px;
  line-height: 180%;
}

.title-area.style2 {
  margin-bottom: 10px;
}
.title-area.style2 h1 {
  margin-bottom: 0px;
}

/* Head Text Style  Setting ===================================================================================== */
.tit-style1 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 7px 10px 7px 20px;
  background-color: #2B53C3;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJiNTNjMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFkMzhhNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2b53c3), color-stop(100%, #1d38a6));
  background-image: -moz-linear-gradient(#2b53c3 0%, #1d38a6 100%);
  background-image: -webkit-linear-gradient(#2b53c3 0%, #1d38a6 100%);
  background-image: linear-gradient(#2b53c3 0%, #1d38a6 100%);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF2B53C3', endColorstr='#FF1D38A6');
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32);
  color: #fff;
  border-top: 1px solid #cbd4e6;
  border-left: 1px solid #cbd4e6;
  border-right: 1px solid #cbd4e6;
  clear: both;
  margin: 15px 0 0 0;
}
.tit-style1.houjin{
  background-color: #1b1464;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJiNTNjMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFkMzhhNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #34239d), color-stop(100%, #1b1464));
  background-image: -moz-linear-gradient(#34239d 0%, #1b1464 100%);
  background-image: -webkit-linear-gradient(#34239d 0%, #1b1464 100%);
  background-image: linear-gradient(#34239d 0%, #1b1464 100%);
}

.tit-style2 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 7px 10px 7px 20px;
  background-color: #8CA5F1;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjYTVmMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzYyODBlYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8ca5f1), color-stop(100%, #6280eb));
  background-image: -moz-linear-gradient(#8ca5f1 0%, #6280eb 100%);
  background-image: -webkit-linear-gradient(#8ca5f1 0%, #6280eb 100%);
  background-image: linear-gradient(#8ca5f1 0%, #6280eb 100%);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF8CA5F1', endColorstr='#FF6280EB');
  color: #fff;
  border-top: 1px solid #cbd4e6;
  border-left: 1px solid #cbd4e6;
  border-right: 1px solid #cbd4e6;
  clear: both;
  margin-top: 10px;
}

.tit-style3 ,
.tit-style3radio {
  margin-bottom: 20px;
  color: #2547b5;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  clear: both;
}

.tit-style4 {
  font-weight: bold;
  margin: 0 0 15px;
  font-size: 14px;
  font-size: 1.4rem;
  clear: both;
}

/* ICON SET ===================================================================================== */
.arrow-link-list {
  margin: 10px 0;
}
.arrow-link-list li {
  padding: 3px 0;
  margin-right: 10px;
}
.arrow-link-list a {
  background-image: url(../images/tp001/shared/arrow.gif);
  background-position: 0 center;
  background-repeat: no-repeat;
  padding-left: 15px;
  min-height: 12px;
}

.arrow-link-list.arrow-bk a {
  background-image: url(../images/tp001/shared/arrow_style04.gif);
}

.arrow-link-list02 {
  margin: 10px 0;
}
.arrow-link-list02 li {
  line-height: 1.6;
}
.arrow-link-list02 a {
  background-image: url(../images/tp001/shared/arrow_link.gif);
  background-position: 0 center;
  background-repeat: no-repeat;
  padding-left: 15px;
  min-height: 12px;
}

.arrow-link-list03 a {
  background-image: url(../images/tp001/shared/arrow_style03.gif);
  background-position: 0 center;
  background-repeat: no-repeat;
  padding-left: 10px;
  min-height: 7px;
}

.arrow-link-list.horizontal li {
  margin-right: 20px;
}

.arrow-link-list.horizontal.alignR li {
  margin-right: 0;
  margin-left: 20px;
}

.arrow-link {
  background-image: url(../images/tp001/shared/arrow_link.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 15px;
  min-height: 12px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.arrow-link2 {
  background-image: url(../images/tp001/shared/arrow.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 14px;
  min-height: 9px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.ico-blank {
  position: relative;
  top: 0px;
  margin-right: 3px;
}

.ico-ranking {
  padding-left: 26px;
  min-height: 21px;
  background-image: url(../images/tp001/shared/ico_ranking.gif);
  background-repeat: no-repeat;
  background-position: left 0px;
  display: block;
}

.ico-search {
  padding-left: 25px;
  min-height: 20px;
  background-image: url(../images/tp001/shared/ico_search.gif);
  background-repeat: no-repeat;
  background-position: left 2px;
  display: block;
}
.ico-card {
  padding-left: 25px;
  min-height: 20px;
  background-image: url(../images/tp001/shared/ico_card.gif);
  background-repeat: no-repeat;
  background-position: left 2px;
  display: block;
}

.ico-selector-reccomend {
  position: relative;
  top: -3px;
  left: 3px;
}

/* Media Query PC ===================================================================================== */
@media screen and (max-width: 568px) {
  .arrow-link-list a {
    padding: 5px 15px;
    margin-bottom: 2px;
    background-position: 0 10px;
    display: block;
    margin: 0;
  }

  .tit-style1,
  .tit-style2 {
    border: none;
    padding-left: 10px;
  }

  #support .line-right {
    border: none;
  }

  .arrow-link-list.horizontal li {
    float: none;
  }
}
/* Media Query sp ===================================================================================== */
/* header ================================================================== */
#header {
  background-color: #2446B5;
  background-color: #2E58CA;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlNThjYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFiMzVhMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2e58ca), color-stop(100%, #1b35a3));
  background-image: -moz-linear-gradient(#2e58ca 0%, #1b35a3 100%);
  background-image: -webkit-linear-gradient(#2e58ca 0%, #1b35a3 100%);
  background-image: linear-gradient(#2e58ca 0%, #1b35a3 100%);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF2E58CA', endColorstr='#FF1B35A3');
  background-repeat: repeat-x;
  min-height: 100px;
  position: relative;
}

#global-logo {
  position: absolute;
  top: 35px;
  bottom: 0;
  margin: auto;
}

/* gnavi ================================================================== */
#gnav {
  background-color: #f7f6f6;
}
#gnav ul {
  overflow: hidden;
  *zoom: 1;
  background-image: url(../images/tp001/shared/gnavi_line.gif);
  background-position: right center;
  background-repeat: no-repeat;
}
#gnav li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  max-width: 178px;
  width: 100%;
  height: 54px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  background-image: url(../images/tp001/shared/gnavi_line.gif);
  background-position: left center;
  background-repeat: no-repeat;
}
#gnav li a {
  padding: 20px 0;
  display: block;
}

/* snav ================================================================== */
#snav {
  position: absolute;
  right: 0;
  top: 10px;
}
#snav li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 20px;
}
#snav a {
  color: #fff;
}

/* header search area ================================================================== */
#search-area {
  position: absolute;
  right: 0;
  top: 50px;
}
#search-area #srchInput ,
#search-area #SS_searchQuery {
  width: 210px;
  height: 28px;
  border: 1px solid #d9d9d9;
  margin-top: -21px;
  margin-right: 10px;
  padding: 2px 10px;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
}

button {
  background: none;
  padding: 0;
  border: none;
}

#srchInput,
#srchBtn {
  vertical-align: top;
}

/* page-path ================================================================== */
#page-path {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 25px 0 0;
  float: left;
  width: 700px;
}
#page-path #page-path a {
  text-decoration: underline;
}

#page-path .breadcrumbs {
	overflow: hidden;
}

#page-path .breadcrumbs li {
	float: left;
}

#page-path .breadcrumbs li:before {
	content: ">";
	padding: 0 5px;
}

#page-path .breadcrumbs li:first-child:before {
	display: none;
}

#head-cardbrand-area {
  float: right;
  margin: 20px 0 0 0;
}
#head-cardbrand-area li {
  margin-right: 5px;
}

/* head title area ================================================================== */
#head-title-area {
  margin: 30px 0 15px;
}

.seo_key_text{
  color: #666;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0px 0 20px;
}

.head-title {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  display: inline;
}

.head-title-discription {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  display: inline;
  padding-left: 10px;
}
.noscript {
  font-size: 1.5rem;
  color:red;
  margin: 30px 0 0;
}

@media screen and (max-width: 568px) {
  #gnav,
  #snav,
  #search-area {
    display: none;
  }

  #header {
    min-height: 45px;
  }

  #global-logo {
    top: 12px;
    margin: auto;
  }
  #global-logo img {
    height: 20px;
  }

  #gNaviBtn {
    background-image: url("../images/apply/shared/ico_menu.gif");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    overflow: hidden;
    height: 0;
    width: 30px;
    padding-top: 31px;
    position: absolute;
    right: 7px;
    top: 7px;
  }

  #gNaviBtn.action {
    background-position: 0 bottom;
  }

  #gnav .inner {
    padding: 0 0;
  }
  #gnav ul {
    background: none;
    border-bottom: 1px solid #cbd4e6;
    border-right: 1px solid #cbd4e6;
  }
  #gnav li {
    width: 100%;
    max-width: 100%;
    height: auto;
    background: none;
    border-top: 1px solid #cbd4e6;
    border-left: 1px solid #cbd4e6;
    text-align: left;
  }
  #gnav li a {
    padding: 15px;
  }

/*  #page-path {
    display: none;
  }*/
#page-path {
	overflow-x: auto;
	border-bottom: 1px solid #f3f3f3;
	margin-bottom: 1px;
	-webkit-overflow-scrolling: touch;
	margin-top: 0px;
	width: auto;
	overflow-y: hidden;
}

#page-path .breadcrumbs {
	white-space: nowrap;
	line-height:0;
	overflow:auto;
	font-size: 10px;
}
#page-path .breadcrumbs li::before {
    content: none;
    padding: 0;
}
#page-path .breadcrumbs li {
	display: inline-block;
	padding: 0 10px 0 0;
	height: 30px;
	line-height: 30px;
	color: inherit;
	text-decoration: none;
	position: relative;
	float: none;
	white-space: normal;
}
#page-path .breadcrumbs li:first-child {
	padding-left: 10px;
}
#page-path .breadcrumbs a:before {
	content: "";
	position: absolute;
	top: 4px;
	left: -11px;
	border-top: 1px solid #dadada;
	border-right: 1px solid #dadada;
	width: 21px;
	height: 21px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	padding: 0;
}
#page-path .breadcrumbs a:last-child{
	margin-right: 25px;
}

#page-path .breadcrumbs a:last-child:after {
	content: "";
	position: absolute;
	top: 4px;
	border-top: 1px solid #dadada;
	border-right: 1px solid #dadada;
	width: 21px;
	height: 21px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	padding: 0;
}

#page-path .breadcrumbs a:first-child {
	padding-left: 0;
}

#page-path .breadcrumbs a:first-child:before {
	display: none;
}


  .head-title-discription {
    display: none;
  }

  .head-title {
    padding-left: 10px;
    font-size: 20px;
    font-size: 2rem;
    display: block;
  }

  .noscript {
    margin: 30px 10px 0;
  }

}
/* Media Query SP ===================================================================================== */
/* footer ==================================================================== */
#footer {
  margin: 10px auto;
  min-height: 20px;
}

#copyright {
  font-size: 10px;
  font-size: 1rem;
  margin: 0px 0 0 0;
  float: left;
}

.foot-discription-area {
  color: #666;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0px 0 30px;
}

#foot-box {
  margin: 60px auto 0;
  width: 910px;
}

#foot-box #foot_navi {
  background: #FFF;
  margin-bottom: 15px;
  font-size: 91.75%;
  line-height: 133.5%;
  text-align: center;
  clear: both;
}

#foot-box #footer {
  border-top: 1px solid #999;
  padding: 10px 0 0 10px;
  text-align: center;
}

#footer-nav {
  margin: 15px auto 30px;
}

#footer-nav li {
  border-right: 1px solid #999;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 5px 0 0;
  padding: 0 5px 0 0;
  font-size: 10px;
  font-size: 1rem;
}

#footer-nav li.end {
  border-right: none;
}

#footer-contents {
  overflow: hidden;
  *zoom: 1;
  margin: 5px 0;
}

.footer-contents-copyright {
  font-size: 10px;
  font-size: 1rem;
}

.footer-contents-requirements {
  font-size: 10px;
  font-size: 1rem;
}

.footer-contents-alpha,
.footer-contents-beta,
.footer-contents-gamma {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-align: left;
  vertical-align: top;
  height: 80px;
  padding: 0 5px;
}
.footer-contents-alpha img,
.footer-contents-beta img,
.footer-contents-gamma img {
  width: auto;
  height: auto;
  max-width: none;
}

.footer-contents-alpha {
  width: 810px;
  width: 810px\9;
  border-right: 1px solid #999;
}

.footer-contents-beta {
  text-align: left;
  border-right: 1px solid #999;
}

.footer-contents-gamma {
  text-align: right;
}

/* Media Query PC ===================================================================================== */
@media screen and (max-width: 568px) {
  .seo_key_text{
    padding: 0 10px;
    margin-bottom:0;
  }
  .foot-discription-area {
    padding: 0 10px;
  }

  #foot-box {
    width: 100%;
  }

  .footer-contents-alpha {
    width: 73%;
    height: auto;
    margin-bottom: 10px;
  }
  .footer-contents-gamma {
    width: 25%;
    height: auto;
    margin-bottom: 10px;
  }

  .footer-contents-beta {
    display: none;
  }

  #footer-nav {
    text-align: left;
  }

  #footer-nav li {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 10px;
    font-size: 1rem;
  }
}
/* Media Query SP ===================================================================================== */
/* plugin ==================================================================== */
.bx-wrapper .bx-viewport {
  box-shadow: none;
  border: none;
}

.bx-wrapper {
  max-width: 910px !important;
}

.bx-wrapper .bx-prev {
  left: -5px;
}

.bx-wrapper .bx-next {
  right: 5px;
}

/* Top page[tp001.html] ==================================================================== */
.bnr-area {
  margin: 0 0 25px;
}

.nenmatsu{
width:auto;
background:#E9F2C6;
padding:10px;
margin:20px 0
}
.nenmatsu .title{
color: #FF0000;
font-weight: bold;
font-size:130%
}
.nenmatsu strong{
display:block;
margin:10px 0 0 10px
}
.nenmatsu ul{
margin-left:10px
}
.nenmatsu ul li{
margin-left:1em;
text-indent:-1em
}

.item-box {
  overflow: hidden;
  *zoom: 1;
}

.item {
  float: left;
  width: 214.5px;
  border: 1px solid #ccc;
  position: relative;
  margin: 0 10px 10px 0;
}

.item-image-area {
  border-bottom: 1px solid #ccc;
  min-height: 60px;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.item-image-area img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.card-name {
  font-weight: bold;
  padding: 10px;
}

.card-link {
  text-align: center;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
}

.card-list {
  overflow: hidden;
  *zoom: 1;
}
.card-list .item {
  position: relative;
  float: left;
  width: 155px;
  margin: 0 12px;
  border: none;
  min-height: 340px;
}
/*#card-recommend-area .card-list .item {
  min-height: 310px !important;
}*/

#card-recommend-area{
	background-color: #FFF;
}

.card-list .card-name,
.card-list .card-text,
#card-recommend-area .card-text {
/*  margin-left: 0px;
  margin-right: 0px;*/
}
.card-list .card-btn {
  position: absolute;
  bottom: 15px;
}

.card-btn a {
  background-image: url(../images/tp001/shared/btn_detail_off.gif);
  height: 0;
  background-repeat: no-repeat;
  padding-top: 25px;
  width: 155px;
  overflow: hidden;
  display: block;
}

#card-ranking-area .card-name,
#card-recommend-area .card-name {
  min-height: 5em;
  padding: 10px 0 0;
}

#card-recommend-area .card-list .card-image ,
#card-ranking-area .card-list .card-image {
	margin-top: 10px;
}
#card-recommend-area .all-card-recommend-btn {
	text-align:center;
	margin:10px auto 15px
}
@media screen and (max-width: 568px) {
	#card-recommend-area .all-card-recommend-btn img {
		width:100%;
		height:auto;
		max-width:300px;
		padding-right:10px;
	}
}
.card-ranking {
  margin: 10px 0;
}


.section.houjin .item {
  float: left;
  width: 25%;
  border: none;
  position: relative;
  margin: 0;
  box-sizing:border-box;
	padding-bottom: 3.25em;
}
.section.houjin .item:nth-child(2n) {
	background-color:#f2f2f2;
}
.section.houjin .item ~ .item {
	padding-left:1px;
}
.section.houjin .card-name {
  margin: 0 1.5em;
  padding:1em 0;
  border-bottom:1px solid #cccccc;
  text-align:center;
}
.section.houjin .name-text {
  margin-top:1em;
/*	min-height: 2.7em;*/
}
.section.houjin .card-text {
	display: block;
  margin: 0 1.5em;
  padding:1em 0;
/*	min-height: 6em;*/
}
.section.houjin .card-link {
  display:block;
  text-align: center;
	bottom: 0;
  margin: auto;
  background-color:#1b1464;
  left: 1px;
}
.section.houjin .card-link a{
  display:block;
  color:#fff;
  padding:1em;
  text-decoration:none;
}
.section.houjin .card-link a.arrow-link{
  background:none;
}
.section.houjin .card-link a.arrow-link span{
  background-image: url(../images/tp001/arrow_link_houjin.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px;
  min-height: 12px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 568px) {
	.section.houjin .item {
		width: 50%;
	}
}

#shop-selector-area {
  overflow: hidden;
  margin: 0 0 0 0px;
}
#shop-selector-area .card-name {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
  height:auto !important;
}
@media screen and (max-width: 568px) {
	#shop-selector-area .card-name {
	  padding: 7px;
	  padding-right: 7px;
	  padding-bottom: 0;
	}
}
#shop-selector-area .card-name .mini-card {
  float:left;
  width:60px;
}
@media screen and (max-width: 568px) {
	#shop-selector-area .card-name .mini-card {
	  float:none;
	  width:auto;
	  text-align:center;
	}
}

#shop-selector-area .card-name .name-text {
  float:left;
  width:122px;
}
@media screen and (max-width: 568px) {
	#shop-selector-area .card-name .name-text {
	  float:none;
	  width:100%;
	  margin-top:10px
	}
}

#shop-selector-area .card-text {
/*  margin: 0px 15px 45px;*/
  margin: 10px 15px 0;
  min-height:5em
}
@media screen and (max-width: 568px) {
	#shop-selector-area .card-text {
	  margin: 7px;
	  min-height:0 !important;
	  height: auto !important;
	  word-break:break-all
	}
}

#optionservice-area .card-name {
  font-size: 14px;
  font-size: 1.4rem;
}

.more-after.sp {
  clear: both;
}

.information-area {
  border: 1px solid #f5781f;
  padding: 15px;
  clear: both;
  margin: 0px 10px 10px 0px;
}

.ico-free {
  background-color: #ca0000;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  display: inline-block;
  margin: 3px 0;
}

.ico-cp {
  border: 2px solid #009DFF;
  color: #009DFF;
  padding: 5px 10px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  display: inline-block;
  margin: 3px 0;
}

.boxes {
  border-bottom: 1px solid #cbd4e6;
  overflow: hidden;
  *zoom: 1;
  padding: 10px;
}

.all_card_number_area,
.all-card-btn,
.card-search-area {
  float: left;
}

.condition-area-sp {
    position: relative;
}
.condition-area-sp .bnr-area{
    display: none;
}
.condition-area-sp #loader-bg{
    margin-top: 15px;
}

/*
.all_card_number_area {
  position: relative;
  width: 180px;
    position: absolute;
    width: 180px;
    right: 0;
    top: 0;
}
*/

.all_card_number_area {/*/apply/ichiran.html用*/
  width: 180px;
  position: absolute;
  right: 0;
  bottom: -10px;
}

.boxes .all_card_number_area {/*/tp001.html用*/
  width: 180px;
  position: relative;
  right: 0;
  top: 0;
}


.all_card_number_area .alpha {
  padding-left: 10px;
}
.all_card_number_area .beta {
  position: absolute;
  left: 80px;
  bottom: 20px;
}

.all_card_number {
  color: #cf1313;
  font-weight: bold;
  font-family: "Arial", "Helvetica";
  font-size: 60px;
  font-size: 6rem;
  letter-spacing: -1px;
  padding-right:5px;
}

.all-card-btn {
  width: 270px;
  padding: 10px 0;
}

.card-search-area {
  width: 410px;
  position: relative;
  display: table;
}

.card-search-area-alpha {
  display: table-cell;
}

.card-search-area-beta {
  display: table-cell;
  width: 110px;
  vertical-align: top;
}

.card-search-sub {
  position: absolute;
  right: 0;
  top: -10px;
}

#card-search {
  /*position: absolute;*/
  top: 32px;
  display: table;
  width: 100%;
}

#tp001 #card-search {
  position: absolute;
}

#card-search .card-search-area-pages {
  width: 400px;
}

#card-search {
  overflow: hidden;
  *zoom: 1;
}

#card-search-word {
  display: block;
  float: left;
}

#card-search-word-btn {
  display: block;
  float: right;
  margin-left: 10px;
}

.line-top {
  border-top: 1px solid #CBD4E6;
}

.line-left {
  border-left: 1px solid #CBD4E6;
}

.line-right {
  border-right: 1px solid #CBD4E6;
}

/* #ichiran ===================================================================================== */
.condition-area-sp .bnr-area {
text-align: center;
margin: 20px 10px 0px;
max-width:890px;
}


#card-search-word {
  height: 35px;
  width: 100%;
  padding: 2px 10px;
  border: 1px solid #CBD4E6;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
}

#feature-area.col6.section {
  margin: 0;
  padding: 0;
}/*/apply/ichiran専用*/
#feature-area.col6.section .item:last-child{
  margin-right: 0;
}/*/apply/ichiran専用*/

#feature-area {
  margin: 0 -10px 0 0;
}
#feature-area .item {
  margin: 0px;
  border: none;
  margin-right: 1px;
  width: 150px;
  text-align: center;
}
#feature-area .item:first-child {
  width: 153px;
}
#feature-area .title-area {
  background: #d9eaff url(/images/tp001/shared/arrow2.gif) 10px center no-repeat;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 0;
}
#feature-area a:hover .title-area {
  background-color: #c0dcff;
}
#feature-area a:hover .image-area {
  background-color: #e8f2ff;
  background-color: #edf5ff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZjVmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #edf5ff), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(#edf5ff 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(#edf5ff 0%, #ffffff 100%);
  background-image: linear-gradient(#edf5ff 0%, #ffffff 100%);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEDF5FF', endColorstr='#FFFFFFFF');
}

.ie7 #feature-area .title-area {
  min-height: 3em;
}

.selector-detail {
  max-width: 680px;
  margin: 0px 0px;
  padding: 0 10px;
}
.selector-detail li {
  margin-right: 10px;
  float: none;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 2px 0;
}
.selector-detail .row1 {
  width: 200px;
}
.selector-detail .row2 {
  width: 150px;
}
.selector-detail .row3 {
  width: 260px;
}
.selector-detail .row4 {
  width: 400px;
}


/* add 2015 05*/
.selector-detail-02-wrap {
    overflow: hidden;
    line-height: 1.4;	/*add 7 Sep 2015*/
}
.selector-detail-02-item {
    float: left;
    border-right: 1px solid #CBD4E7;
    padding: 0 10px;
/*     min-height:240px;*/ 
      min-height:320px;
}
.selector-detail-02-item01 {
    width: 27%;
}
.selector-detail-02-item02 {
    width: 23%;
}
.selector-detail-02-item03 {
    width: 23%;
}
.selector-detail-02-item04 {
    width: 27%;
    border-right: none;
}

.selector-detail-02-item04radio {
    width: 27%;
    border-right: none;
    font-size: 1.8rem;
    margin: 10px 0px 5px;
    color: #2547B5;
    font-weight: bold;
    clear: both;
}

.selector-detail-02 li {
  margin-right: 10px;
  float: none;
  vertical-align: middle;
  padding: 2px 0;
}
.selector-detail-02-wrap .tit-style3 ,
.selector-detail-02-wrap .tit-style3radio {
    font-size: 1.8rem;
    margin: 10px 0 5px 0px;
}
@media screen and (max-width: 568px) {
    .selector-detail-02-item {
      float: none;
      width: 100% !important;
      border:none;
      padding:0;
      min-height:0;
    }
	#pageMovetop{
		display:none;
		position: fixed;
		z-index: 1000;
		bottom: 15px;
		right: 0;
}
	#pageMovetop.static{
		position: static;
		margin-left: 87%;
	}
	#pageMovetop img{
		width: 70%;
		height: auto;
	}
}


.pages .selector-detail {
  max-width: 730px;
}
.pages .selector-detail .row1 {
  width: 200px;
}
.pages .selector-detail .row2 {
  width: 200px;
}
.pages .selector-detail .row3 {
  width: 260px;
}
.pages .selector-detail .row1.wide,
.pages .selector-detail .row2.wide,
.pages .selector-detail .row3.wide {
  width: 400px;
}

.pages .selector-detail .rcmd label {
  padding-right: 49px;
  background-image: url(../images/apply/shared/ico_recommend.gif);
  background-repeat: no-repeat;
  background-position: right;
}

#condition-area {
  margin: 10px auto;
  width: 890px;
  /*background-image: url(../images/tp001/shared/bg_sieve_arrow.gif);*/
  background-repeat: no-repeat;
  background-position: 605px center;
  display: block;
}
/* #condition-area .box {
  position: relative;
  background-image: url(../images/tp001/shared/bg_condition_area.gif);
  background-position: center -10px;
  background-repeat: no-repeat;
  overflow: visible;
  padding: 6px 0;
} */

#condition-area .box {
  position: relative;
  background-position: center -10px;
  background-repeat: no-repeat;
  overflow: visible;
  padding: 6px 0;
  border-top: 1px solid #CBD4E7;
  border-bottom: 1px solid #CBD4E7;
  margin: 15px 0;
}
#condition-area .box-head,
#condition-area .box-foot {
  content: '';
  background-image: url(../images/tp001/shared/bg_condition_area.gif);
  background-repeat: no-repeat;
  height: 10px;
  display: block;
  line-height: 0;
}
#condition-area .box-head {
  background-position: 0px top;
  top: -10px;
}
#condition-area .box-foot {
  background-position: 0px bottom;
  bottom: -7px;
}
#condition-area #btn-card-show {
  /*position: absolute;
  right: 10px;
  top: 10px;*/
}
#condition-area #btn-card-show {
  margin: 15px auto 0;
  text-align: center;
}

#condition-area .btn-card-show-input {
  /*position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;*/
}


/* #prepaid_loan ===================================================================================== */
#prepaid_loan {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 10px;
}
#prepaid_loan .area-col {
	width: 100%;
	margin-right: 10px;
}

#prepaid .item {
  width: 208px;
}

#card-loan .col {
  padding: 15px;
}

#card-loan .col:nth-of-type(1) {
width: 25%;
}

#card-loan .col:nth-of-type(2) {
width: 75%;
}
@media screen and (min-width:1px) and (max-width:767px) {
	#card-loan .col {
			width: 50% !important;
	}
}

/* #card-basicfunction ===================================================================================== */
#card-basic {
  overflow: hidden;
  *zoom: 1;
  background: #e9f0ff;
  border: 1px solid #CBD4E6;
  padding: 10px;
}
#card-basic dt {
  color: #2547b5;
  font-weight: bold;
  font-size: 14px;
}
#card-basic .col2 {
  margin-right: -10px;
}
#card-basic .col {
  background-color: #fff;
  padding: 10px 10px 10px 10px;
  margin: 10px 10px 0 0;
  border: 1px solid #CBD4E6;
  width: 438px;
}

/* #support ===================================================================================== */
#support {
  margin: 10px 0 0 0;
  padding: 0px 15px;
}
#support .col {
  padding: 0 15px;
  margin: 15px 0;
}
#support .tit-style4 {
  margin-bottom: 0px;
}
#support .arrow-link-list,
#support .arrow-link-list02 {
  margin: 5px 0;
}
#support a {
  color: #333;
}

/* Media Query PC ===================================================================================== */
@media screen and (max-width: 568px) {
  .bnr-area ,
  .nenmatsu {
    margin-left: 10px;
    margin-right: 10px;
  }

  #card-basic .col {
    width: 100%;
    margin: 10px 0 0 0;
  }
  #card-basic .col2 {
    margin-right: 0px;
  }

  .item {
    width: 46.7%;
  }

  .item-box {
    padding: 0px;
  }

  .sp-hidden {
    display: none;
  }

  .condition-area-sp .all_card_number_area {
    display: block !important;
    position: relative !important;
    text-align: center;
    float:none !important;
    background: #e4ecfe;
    margin-top: 10px;
    font-size: 1.5rem;
    width: 100%;
  }

  .all_card_number_area {
    display: none;
  }

  .all-card-btn {
    width: 100%;
    text-align: center;
  }

  .boxes {
    border: none;
  }

  #condition-area .box {
    background: none;
    border:none;
  }
  .card-search-sub {
    position: static;
    width: 100%;
  }
  .card-search-sub li {
    width: 50%;
    text-align: center;
    padding: 0px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    border-bottom: 1px solid #CBD4E6;
    border-right: 2px solid #FFF;
    border-left: 1px solid #F2F2F2;
    background-color: #f4f4f4;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f4f4f4), color-stop(100%, #ffffff));
    background-image: -moz-linear-gradient(#f4f4f4 0%, #ffffff 100%);
    background-image: -webkit-linear-gradient(#f4f4f4 0%, #ffffff 100%);
    background-image: linear-gradient(#f4f4f4 0%, #ffffff 100%);
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF4F4F4', endColorstr='#FFFFFFFF');
  }
  .card-search-sub li a {
    padding: 15px 0;
    display: block;
    background: none;
    padding-left: 15px;
    min-height: 12px;
    position: relative;
  }
  .card-search-sub li a:after {
    content: '';
    background-image: url(../images/tp001/shared/arrow.gif);
    background-position: 0px center;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 5px;
  }

  #optionservice-area br {
    display: block;
  }

  #tp001 #card-search {
    position: static;
  }

  #card-search {
    position: static;
    margin: 15px 0;
    border-top: 1px solid #CBD4E6;
    border-bottom: 1px solid #CBD4E6;
    padding: 10px 0;
  }

  .pages #card-search {
    padding: 0px 0;
  }

  .card-search-area {
    min-height: intial;
    width: 100%;
  }
  .card-search-area .arrow-link-list.horizontal li {
    margin-right: 0;
    margin-left: 0;
    float: left;
  }

  .card-name br {
    display: none;
  }

  #prepaid_loan .area-col {
    width: 100%;
  }

  .more-after,
  .more {
    clear: both;
    display: block;
    text-align: center;
    padding: 0 10px;
    margin: 15px 0;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .more-after a,
  .more a {
    display: block;
    border: 1px solid #CBD4E6;
    border-radius: 7px;
    padding: 12px;
    position: relative;
    background-color: #f4f4f4;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f4f4f4), color-stop(100%, #ffffff));
    background-image: -moz-linear-gradient(#f4f4f4 0%, #ffffff 100%);
    background-image: -webkit-linear-gradient(#f4f4f4 0%, #ffffff 100%);
    background-image: linear-gradient(#f4f4f4 0%, #ffffff 100%);
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF4F4F4', endColorstr='#FFFFFFFF');
  }
  .more-after a:after,
  .more a:after {
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    background-image: url(/images/apply/shared/ui_accrdion.gif);
    background-position: 0 top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    height: 0;
    width: 23px;
    padding-top: 23px;
  }
  .more-after.active a:after,
  .more.active a:after {
    background-position: 0 bottom;
  }

  .more-after {
    padding: 0;
    margin-right: 10px;
  }

  .selector-detail {
    background: none;
  }

  #prepaid_loan {
    margin-right: 0px;
  }

  #prepaid .item {
    width: 46.7%;
  }

  #feature-area .item {
    /*width: 100%;
    @include clearfix;
    display: table;
    min-height: 0;
    margin: 0px;
    border: none;
    border-top: 1px solid #CCC;*/
    width: 100%;
    overflow: hidden;
    min-height: 0;
    margin: 0px;
    border: none;
    border-top: 1px solid #CBD4E6;
    background-color: #f4f4f4;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f4f4f4), color-stop(100%, #ffffff));
    background-image: -moz-linear-gradient(#f4f4f4 0%, #ffffff 100%);
    background-image: -webkit-linear-gradient(#f4f4f4 0%, #ffffff 100%);
    background-image: linear-gradient(#f4f4f4 0%, #ffffff 100%);
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF4F4F4', endColorstr='#FFFFFFFF');
  }
  #feature-area .item:first-child {
    width: 100%;
  }
  #feature-area .item:last-child {
    border-bottom: 1px solid #CBD4E6;
  }
  #feature-area .item .image-area {
    width: 80px;
    display: table-cell;
  }
  #feature-area .item a {
    display: table;
    width: 100%;
  }
  #feature-area .item dd {
    width: 80px;
    display: table-cell;
    vertical-align: middle;
    /* position: absolute; */
  }
  #feature-area .item dt {
    width: 80%;
    /* padding-left: 90px; */
    text-align: left;
    margin-bottom: 0;
    /* height: 80px; */
    vertical-align: middle;
    display: table-cell;
    background: none;
    padding: 15px 10px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
  }
  #feature-area .item dt br {
    display: none;
  }

  .selector-detail li {
    display: block;
    width: 100%;
    margin: 5px 0;
  }

  #condition-area {
    width: 100%;
    background: none;
  }
  #condition-area .box-head,
  #condition-area .box-foot {
    display: none;
  }
/*  #condition-area #btn-card-show {
    position: static !important;
    text-align: center;
    margin-top: 10px;
  }
*/
/*------START MC 2015 9 15 ------*/
  #condition-area #btn-card-show {
	position: relative!important;
	overflow: hidden!important;
	}
  #condition-area #btn-card-show ul li {
	width: 50%;
	float: right;
  }
  #condition-area #btn-card-show ul li:first-child {
	float: left;
  }
  #condition-area #btn-card-show ul li img {
	width: 100%;
	height: auto;
	max-width:169px;
  }
	
	/*------END MC 2015 9 15 ------*/

  #condition-area .btn-card-show-input {
    position: static;
  }

  #shop-selector .card-text,
  #shop-selector .card-link {
    display: none;
  }
  #shop-selector .item {
    min-height: 120px;
  }

  #shop-selector-area .item {
    min-height: 300px;
  }

  #support {
    padding: 0;
  }
  #support .col2 .col {
    width: 100%;
    float: none;
  }

  .pages .selector-detail {
    max-width: 100%;
  }
  .pages .selector-detail .row1,
  .pages .selector-detail .row2,
  .pages .selector-detail .row3,
  .pages .selector-detail .row4 {
    width: 100%;
  }
  .pages .selector-detail .row1.wide,
  .pages .selector-detail .row2.wide,
  .pages .selector-detail .row3.wide {
    width: 100%;
  }
}
/* Media Query sp ===================================================================================== */
/* ichiran.html ==================================================================== */
.result th,
.result td {
  padding: 10px 9.5px;
  vertical-align: top;
  border: 1px solid #CBD4E6;
  display: table-cell;
}
.result th {
  text-align: center;
  background-color: #F7F6F6;
  white-space: nowrap;
}
.result td.card-image {
  width: 100px;
  border-right: none;
}
.result td.about {
  border-left: none;
  padding-left: 0px;
}
.result td.about dl {
  min-height: 53px;
}
.result td.about dt {
  margin-bottom: 5px;
  font-weight: bold;
}
.result .point {
  width: 160px;
}
.result .fee {
  width: 100px;
}
.result .brand {
  text-align: center;
}
.result .brand img {
  margin: 2px 0;
}
.result .futai {
  text-align: center;
  width: 110px;
}
.result .futai img {
  margin-bottom: 3px;
}
.result .more {
  display: none;
}
.result td.sp-hidden {
  display: table-cell;
}

.pagenation {
  overflow: hidden;
  *zoom: 1;
  text-align: center;
  margin: 15px auto;
}
.pagenation li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-align: center;
}
.pagenation .pagenation-item {
  border: 1px solid #cbd4e6;
}
.pagenation .pagenation-item a,
.pagenation .pagenation-item span {
  display: block;
  vertical-align: middle;
  line-height: 24px;
  min-width: 24px;
}
.pagenation .prev {
  padding-right: 10px;
}
.pagenation .prev:before {
  content: '＜';
  position: relative;
  left: -5px;
}
.pagenation .next {
  padding-left: 10px;
}
.pagenation .next:after {
  content: '＞';
  position: relative;
  right: -5px;
}
.pagenation .pagenation-item.current {
  background-color: #cbd4e6;
}

.utilities-head,
.utilities-foot {
  position: relative;
  overflow: hidden;
  *zoom: 1;
}

#sort-tab {
  overflow: hidden;
  *zoom: 1;
  border-bottom: 3px solid #2446b5;
  font-size: 0;
}
#sort-tab li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-align: left;
  margin-right: 10px;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: 48px;
  height: 0;
  width: 180px;
  position: relative;
}
#sort-tab a {
  display: block;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  display: block;
  padding-top: 48px;
  margin-top: -48px;
  height: 0;
}
#sort-tab a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.sort-tab01 {
  background-image: url(../images/apply/shared/tab_recommend_off.gif);
}

.sort-tab02 {
  background-image: url(../images/apply/shared/tab_genre_off.gif);
}

.sort-tab03 {
  background-image: url(../images/apply/shared/tab_order_off.gif);
}

.sort-tab01 a:hover,
.sort-tab01.current {
  background-image: url(../images/apply/shared/tab_recommend_on.gif);
  background-size: contain;
}

.sort-tab02 a:hover,
.sort-tab02.current {
  background-image: url(../images/apply/shared/tab_genre_on.gif);
  background-size: contain;
}

.sort-tab03 a:hover,
.sort-tab03.current {
  background-image: url(../images/apply/shared/tab_order_on.gif);
  background-size: contain;
}

.dnum {
  position: absolute;
  right: 0;
  top: 30px;
  overflow: hidden;
  *zoom: 1;
}
.dnum li {
  float: left;
  margin-left: 5px;
}

.current-page-info {
  position: absolute;
  right: 0px;
  bottom: 20px;
}

.utilities-head {
  margin: 30px 0 0 0;
}

.utilities-foot {
  margin: 0 0 15px;
}
.utilities-foot .pagenation {
  border-bottom: 3px solid #2446b5;
  padding-bottom: 10px;
}
.utilities-foot .dnum {
  position: absolute;
  right: 0;
  top: auto;
  bottom: 0px;
}
.utilities-foot .current-page-info {
  top: 20px;
  bottom: auto;
}

.section.horizontal .item {
  width: 439px;
  display: table;
}
.section.horizontal .item dt, .section.horizontal .item dd {
  width: 50%;
  display: table-cell;
  *width: 47%;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  height: 70px;
}
.section.horizontal .item .item-image-area {
  border: none;
  position: relative;
}
.section.horizontal .item .item-image-area img {
  max-height: 50px;
  position: static !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.section.horizontal .item .card-name {
  border-left: 1px solid #ccc;
}

.pages #main-selector {
  margin-bottom: 15px;
}
.pages #main-selector #condition-area {
  background-position: 685px center;
}
.pages #main-selector .discription {
  padding: 10px 10px 0px 10px;
  font-size:1.5rem;
}

.main-selector-boxes {
  display: table;
  border-bottom: 1px solid #CBD4E6;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 10px;
}
.main-selector-boxes .all-card-btn {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  text-align: center;
  width: 180px;
  vertical-align: middle;
  border-right: 1px solid #CBD4E6;
  font-size: 18px;
  font-size: 1.8rem;
}
.main-selector-boxes .card-search-area {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding-left: 15px;
  width: 430px !important;
}
.main-selector-boxes #card-search {
  position: static;
}
.main-selector-boxes .col {
  height: 100%;
}
.main-selector-boxes .all-card-btn {
  height: 55px;
  padding-top: 15px;
}
.main-selector-boxes .all-card-btn.sokuhatsu-btn {
  width:280px;
  padding-top:5px;
}
.main-selector-boxes #card-search-word {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  width: 290px;
}
.main-selector-boxes #card-search-word-btn {
  display: inline;
}

.pages #card-search-word-btn {
  display: inline;
  float: left;
}

.type02 #condition-area {
  line-height: 1;
}
.type02 #condition-area #btn-card-show {
  /*position: absolute;
  right: 20px;
  top: auto;
  bottom: 0px;*/
}


.type02 #condition-area .all_card_number_area {
  position: absolute;
  width: 140px;
  top: 0px;
  bottom: 20px;
  margin: auto;
  vertical-align: middle;
  display: table;
  margin: auto;
  right: 0;
  line-height: 1.4;
  text-align: center;
}
.type02 #condition-area .all_card_number_area .alpha {
  padding-left: 20px;
}
.type02 #condition-area .all_card_number_area .beta {
  position: absolute;
  left: 70px;
  bottom: 5px;
}

@media screen and (max-width: 568px) {
  .result {
    /*td:nth-child(2):after {
    	content: 'もっと';
    	display: block;
    	position: absolute;
    	right: 0;
    	top: 0;
    	bottom: 0;
    	margin: auto;
    }*/
  }
  .result tr:first-child {
    display: none;
  }
  .result th,
  .result td {
    border: none;
  }
  .result tr {
    position: relative;
    display: block;
    margin-bottom: 0px;
    padding: 0 5px 5px;
    border-bottom: 1px solid #cbd4e6;
    background-color: #f0f0f0;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0f0f0), color-stop(100%, #ffffff));
    background-image: -moz-linear-gradient(#f0f0f0 0%, #ffffff 100%);
    background-image: -webkit-linear-gradient(#f0f0f0 0%, #ffffff 100%);
    background-image: linear-gradient(#f0f0f0 0%, #ffffff 100%);
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF0F0F0', endColorstr='#FFFFFFFF');
  }
  .result tr.pc {
    display: none;
  }
  .result td {
    display: block;
    margin: 0px 0;
    position: relative;
    width: 100%;
    padding-left: 90px;
  }
  .result td img {
    margin-right: 3px;
  }
  .result td:before {
    position: absolute;
    left: 0;
    width: 90px;
    color: #999;
    text-align: left;
  }
  .result td:nth-child(1) {
    display: block;
    margin-top: 3px;
    margin-left: 5px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    padding: 10px 0;
  }
  .result td:nth-child(2) {
    display: block;
    padding-left: 85px;
    padding-right: 25px;
    margin: 0;
  }
  .result td:nth-child(3) {
    clear: both;
  }
  .result td:nth-child(3):before {
    content: '提携';
    clear: both;
  }
  .result td:nth-child(4):before {
    content: 'ポイント';
  }
  .result td:nth-child(5) {
    vertical-align: middle;
  }
  .result td:nth-child(5):before {
    content: 'ブランド';
  }
  .result td:nth-child(6):before {
    content: '年会費';
  }
  .result td:nth-child(7):before {
    content: '付帯サービス';
  }
  .result .more {
    position: absolute;
    right: 0;
    top: 10px;
    display: block;
    background-image: url(/images/apply/shared/ui_accrdion.gif);
    background-position: 0 top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    height: 0;
    width: 23px;
    padding-top: 23px;
  }
  .result .more.active {
    background-position: 0 bottom;
  }
  .result .brand br, .result .futai br {
    display: none;
  }
  .result .brand {
    text-align: left;
  }
  .result .point {
    width: auto;
  }
  .result .fee {
    width: auto;
  }
  .result .futai {
    width: auto;
    text-align: left;
  }

  .type02 #condition-area .all_card_number_area {
    display: none;
  }

  .result td.sp-hidden {
    display: none;
  }

  .result td.sp-hidden.active {
    display: block;
  }

  #sort-tab {
    text-align: center;
  }
  #sort-tab li {
    width: 31%;
    margin: 0 2px;
  }
  #sort-tab li a {
    display: block;
  }

  .dnum,
  .reset {
    display: none;
  }

  .current-page-info {
    display: block;
    position: initial;
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .utilities-head .pagenation {
    display: none;
  }

  .section.horizontal .item {
    width: 100%;
    display: table;
    min-height: 70px;
  }
  .section.horizontal .item dt, .section.horizontal .item dd {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
  }

  .main-selector-boxes .all-card-btn {
    display: block;
  }
  .main-selector-boxes .all-card-btn.sokuhatsu-btn {
    width: 95%;
    border-right: none;
    border-bottom: 1px dotted #CBD4E6;
    height: auto;
    margin: 0 auto 10px;
    padding-bottom: 15px;
  }
  .main-selector-boxes .card-search-area {
    display: table;
    min-height: initial;
    width: 100% !important;
  }
  .main-selector-boxes #card-search-word {
    width: 100%;
  }
}
/* Media Query sp ===================================================================================== */
/* ジャンル別に表示,50音順で表示(PC) ===================================================================================== */
div#genre div.p-hit, div#aorder div.p-hit {
  font-size: 1.4rem;
  margin-top: 15px;
}

div#genre h2 {
  background: url(../images/apply/shared/h2_genre.gif) left bottom repeat-x;
  width: 280px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ffffff;
  padding: 10px 5px 10px 5px;
  margin-top: 15px;
}

div#aorder h2 {
  background: url(../images/apply/shared/h2_genre.gif) left bottom repeat-x;
  width: 280px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ffffff;
  padding: 10px 5px 10px 5px;
  margin-top: 15px;
}

div#genre h2.no-hit {
  background: url(../images/apply/shared/h2_genre_nohit.gif) left bottom repeat-x;
}

div#aorder h2.no-hit {
  background: url(../images/apply/shared/h2_genre_nohit.gif) left bottom repeat-x;
}

.list-box2 li {
  margin-left: 1em;
}

div#genre .col-l h2:first-child, div#aorder .col-l h2:first-child {
  margin-top: 0px;
}

/*div#genre h2.first-item, div#aorder h2.first-item {
  margin-top: 0px;
}*/
div.col-l {
  width: 280px;
  margin-left: 35px;
  margin-top: 15px;
  float: left;
}

div.first-item {
  margin-left: 0px;
}

.list-box {
  padding: 0 10px 0 10px;
  display: block;
}

.pagenation-none {
  border-top: 3px solid #2446b5;
  padding-top: 13px;
  margin-top: 10px;
}

/* ジャンル別に表示,50音順で表示(SP) ===================================================================================== */
@media screen and (max-width: 568px) {
  div#genre h2 {
    width: 100%;
    color: #ffffff;
    height: 48px;
    background-image: url(/images/apply/shared/spn_mark01.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, #7dd34a), color-stop(1, #4cab11));
    background-image: -moz-linear-gradient(-90deg, #7dd34a 0%, #4cab11 100%);
    background-position: right center !important;
    background-repeat: no-repeat !important;
    background: -ms-linear-gradient(left, #7dd34a, #4cab11);
    font-weight: bold;
    padding: 15px 5px 0px 5px;
    margin-top: 0px;
    clear: both;
    float: none;
    -webkit-tap-highlight-color: transparent;
  }

  div#aorder h2 {
    width: 100%;
    color: #ffffff;
    height: 48px;
    background-image: url(/images/apply/shared/spn_mark01.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, #7dd34a), color-stop(1, #4cab11));
    background-image: -moz-linear-gradient(-90deg, #7dd34a 0%, #4cab11 100%);
    background-position: right center !important;
    background-repeat: no-repeat !important;
    background: -ms-linear-gradient(left, #7dd34a, #4cab11);
    font-weight: bold;
    padding: 15px 5px 0px 5px;
    margin-top: 0px;
    clear: both;
    float: none;
    -webkit-tap-highlight-color: transparent;
  }

  div#genre h2.active {
    background-image: url(/images/apply/shared/spn_mark02.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, #7dd34a), color-stop(1, #4cab11));
    background-image: -moz-linear-gradient(-90deg, #7dd34a 0%, #4cab11 100%);
  }

  div#aorder h2.active {
    background-image: url(/images/apply/shared/spn_mark02.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, #7dd34a), color-stop(1, #4cab11));
    background-image: -moz-linear-gradient(-90deg, #7dd34a 0%, #4cab11 100%);
  }

  div#genre h2.no-hit {
    background-image: url(/images/apply/shared/spn_mark03.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, #909090), color-stop(1, #727272));
    background-image: -moz-linear-gradient(-90deg, #909090 0%, #727272 100%);
  }

  div#aorder h2.no-hit {
    background-image: url(/images/apply/shared/spn_mark03.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, #909090), color-stop(1, #727272));
    background-image: -moz-linear-gradient(-90deg, #909090 0%, #727272 100%);
  }

  div#genre h2.no-hit.active {
    background-image: url(/images/apply/shared/spn_mark04.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, #909090), color-stop(1, #727272));
    background-image: -moz-linear-gradient(-90deg, #909090 0%, #727272 100%);
  }

  div#aorder h2.no-hit.active {
    background-image: url(/images/apply/shared/spn_mark04.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, #909090), color-stop(1, #727272));
    background-image: -moz-linear-gradient(-90deg, #909090 0%, #727272 100%);
  }

  .list-box {
    padding: 0px;
    display: none;
  }

  .list-box2 {
    display: block;
  }

  .list-box2 li {
    margin-left: 1em;
  }

  div.col-l {
    width: 100%;
    float: clear;
    margin: 0px;
  }

  div#genre, div#aorder {
    padding-bottom: 10px;
  }

  .p-hit {
    margin-bottom: 10px;
  }

  .list-box.arrow-link-list {
    margin: 0px;
  }

  .list-box.arrow-link-list li {
    background-color: #f4f4f4;
    border-bottom: 1px solid #dbdbdb;
    padding: 10px;
    margin: 0px;
  }

  .utilities-foot {
    margin-bottom: 0px;
  }

  .pagenation-none {
    border-top: none;
    padding-top: 0px;
    margin-top: 0px;
  }
}

.red_txt{
color:#ff0000 !important;
}
.houjin .red_txt{
color:#c1272d !important;
}

/* clearfix ===================================================================================== */
.clearfix {
  zoom: 100%;
}

.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
  content: ".";
}


/*-------------------------------------20150827------------*/
.selector-detail-02-item01 ul.selector-detail-02 {
margin-left: -10px;
}

.selector-detail-02-wrap .selector-detail-02-item01 li{
padding: 10px 0px 2px 5px;
position: relative;
font-size: 14px;
}

.selector-detail-02-wrap .selector-detail-02-item02 input label ,
.selector-detail-02-wrap .selector-detail-02-item03 input label ,
.selector-detail-02-wrap .selector-detail-02-item04 input label {
display: inline;
}

.selector-detail-02-wrap .selector-detail-02-item02 input,
.selector-detail-02-wrap .selector-detail-02-item03 input,
.selector-detail-02-wrap .selector-detail-02-item04 input{
display: none;
}

.selector-detail-02-wrap .selector-detail-02-item02 input + label:before ,
.selector-detail-02-wrap .selector-detail-02-item03 input + label:before ,
.selector-detail-02-wrap .selector-detail-02-item04 input + label:before {
/*content: '\2714';*/
content: '';
display:block;
position: absolute;
top: 10px;
left: 0px;
width:11px;
height:11px;
background-color: #f0f2f3;
border-radius: 3px;
border:1px solid #cfcfcf;
line-height: 13px;
/*opacity: 0.3;*/
font-size:10px;
}
.selector-detail-02-wrap .selector-detail-02-item02 input:checked + label:before ,
.selector-detail-02-wrap .selector-detail-02-item03 input:checked + label:before ,
.selector-detail-02-wrap .selector-detail-02-item04 input:checked + label:before {
content: '\2714';
display:block;
position: absolute;
top: 10px;
left: 0px;
width:13px;
height:13px;
background-color: #ff8700;
color:#fff;
line-height:15px;
text-align:center;
border-radius: 3px;
border:none;
opacity: 1.0;
font-size:10px;
}

.selector-detail-02-wrap .selector-detail-02-item02 input + label ,
.selector-detail-02-wrap .selector-detail-02-item03 input + label ,
.selector-detail-02-wrap .selector-detail-02-item04 input + label {
background-color: #fff;
padding:8px 0 0 18px;
border-radius: 3px;
display: inline-block;
position: relative;
font-size: 14px;
}

.selector-detail-02-wrap .selector-detail-02-item input[disabled] + label:before ,
.selector-detail-02-wrap .selector-detail-03-item input[disabled] + label:before ,
.selector-detail-02-wrap .selector-detail-04-item input[disabled] + label:before {
content: '\2716';
width:11px;
height:11px;
background-color: #f0f0f0;
border:1px solid #b1b1b1;
color:#b1b1b1;
line-height:12px;
opacity: 0.7;
font-size:10px;
}

@media screen and (max-width: 568px) {
  .selector-detail-02-wrap .tit-style3 {
    color: #ffffff;
    height: 48px;
    background:url(/images/apply/shared/spn_mark05.png), -moz-linear-gradient(-90deg, #4b7be0 0%, #2d3fa1 100%);
    background:url(/images/apply/shared/spn_mark05.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, #4b7be0), color-stop(1, #2d3fa1));
    background: -ms-linear-gradient(left, #4b7be0, #2d3fa1);
    background-position: right center !important;
    background-repeat: no-repeat !important;
    padding: 12px 10px;
    margin: 0px;
  }
  .selector-detail-02-wrap .tit-style3.active {
    background:url(/images/apply/shared/spn_mark06.png), -moz-linear-gradient(-90deg, #4b7be0 0%, #2d3fa1 100%);
    background:url(/images/apply/shared/spn_mark06.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, #4b7be0), color-stop(1, #2d3fa1));
    background: -ms-linear-gradient(left, #4b7be0, #2d3fa1);
  }
    ul.selector-detail-02 {
      display:none;
      margin: 15px 10px 20px 0;
	padding-left:10px;
    }
  .selector-detail-02-item01 ul.selector-detail-02{
      display:block;
  }
  .selector-detail-02-wrap .tit-style3radio {
    color: #ffffff;
    height: 48px;
    background:-moz-linear-gradient(-90deg, #4b7be0 0%, #2d3fa1 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #4b7be0), color-stop(1, #2d3fa1));
    background: -ms-linear-gradient(left, #4b7be0, #2d3fa1);
    background-position: right center !important;
    background-repeat: no-repeat !important;
    padding: 12px 10px;
    margin: 0px;
    font-size: 1.8rem;
    font-weight:bold;
  }
  .selector-detail-02-wrap .tit-style3radio ul.selector-detail-02 {
      display:block !important;
      margin: 15px 10px 20px;
  }

}

#sp_foot-search{
display:none;
}
@media screen and (max-width: 568px) {
	#sp_foot-search{
	display:block;
	margin: 15px 15px 0;
	}
	#sp_foot-search #SS_searchForm{
	border-radius: 3px;
	background-color: #b6b8c2;
	padding: 10px;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	width:auto;
	}
	#sp_foot-search #SS_searchQuery{
	width: 88%;
	padding-left: 0.5em;
	font-size: 16px;
	border-width: 1px;
	border-color: rgb(246, 246, 246);
	border-style: solid;
	border-radius: 2px;
	background-color: #FFFFFF;
	height: 30px;
	box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	}
	#sp_foot-search #SS_searchSubmit{
	border: none;
	padding: 0;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	width: 10%;
	background-position: center center;
	border-radius: 3px;
	background-color: #3f4ea3;
	box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
	height: 30px;
	color: #FFFFFF;
	font-size: 18px;
	float: right;
	background-image: url(/spn/spn_cmn/img/icn_seek.png);
	background-repeat: no-repeat;
	background-size: 17px auto;
	outline: none;
	box-sizing: border-box;
	}
}


#credictionary{
	margin-top:40px;
}
.cre_title{
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	position: relative;
}
.cre_title_inner{
	border-top: 1px solid #000;
	margin-top: 2px;
	padding:5px 0 5px 1em;
	font-size: 1.8rem;
	font-weight: bold;
}
.cre_presented{
	position: absolute;
	right: 1em;
	bottom: 0px;
}
.cre_title + .cre_cont_inner{
	padding:20px;
}
.cre_cont_inner + .cre_cont_inner{
	padding:0 20px 20px;
}
.cre_cont_inner{
	background: #f5f5f5;
	padding:20px;
}
.cre_wbg{
	background: #ffffff;
}
.cre_pict_area{
	float:left;
	width:20%
}
.cre_text_area{
	float:left;
	width:80%;
	padding:10px;
}
.cre_text_t{
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom:10px;
	color:#000
}
.cre_text_n{
	color:#666
}

/* Youtube追加 2016-11-24 
--------------------------------------*/
#Youtube{
	height: 275px;
	margin-bottom: 15px;
	background-color: #f7f6f6;
	margin-top: 25px;
}
#Youtube .Youtube-inc{
width: 910px;
margin-left: auto;
margin-right: auto;
position: relative;
}
#Youtube .h-ttl img{
	position: absolute;
	top: 26px;
	left: 280px;
} 
#Youtube .youtube-block{
width: 245px;
height: 245px;
top: 15px;
position: absolute;
left: 0px;
cursor: pointer;
} 
.lightbox {
	display:none;
}
#close_x {
display: block;
position: absolute;
width: 25px;
height: 25px;
background-image: url(/cmn_data/img/close.png);
text-indent: -5000px;
right: -30px;
top: -30px;
background-size: cover;
}
#close_x:hover {
opacity: 0.7;
filter: alpha(opacity=70);
}
.pc{
display: block;
}
.sp{
display: none;
}

@media screen and (max-width: 568px) {
	.cre_title_inner{
		padding-left:10px;
	}
	.cre_presented{
		position: static;
		padding-right:10px;
		text-align:right;
	}
	.cre_title + .cre_cont_inner{
		padding:10px;
	}
	.cre_cont_inner + .cre_cont_inner{
		padding:0 10px 10px;
	}
	.cre_cont_inner{
		padding:10px;
	}
/*	.cre_pict_area{
		width:35%;
		padding: 10px 0 0 10px;
	}
	.cre_text_area{
		width:65%;
	}*/
	.cre_pict_area{
		width:30%;
		padding: 10px;
	}
	.cre_text_area{
		width:70%;
	}
	.cre_text_n{
		display:none;
	}
	.cre_text_t{
		font-size: 1.4rem;
	}
 
/* Youtube追加 2016-11-24 
--------------------------------------*/
.pc{
display: block;
}
.sp{
display: none;
}
#Youtube{
background-position: center top;
background-size: cover;
height: auto;
background-repeat: no-repeat;
}
#Youtube .youtube-block {
position: relative;
width: 94%;
padding-top: 94%;
margin-left: auto;
margin-right: auto;
}
#Youtube .Youtube-inc{
width: 100%;
padding-bottom: 2em;
}
#Youtube iframe.youtube{
width: 100% !important;
height: 100% !important;
top: 0;
right: 0;
position: absolute;
left: auto;
margin-bottom: 10px;
} 
#Youtube .h-ttl img{
position: relative;
top: 13px;
left: auto;
margin-left: auto;
margin-right: auto;
display: block;
width: 96%;
margin-bottom: 10px;
} 
#Youtube .youtube{
width: 100%;
width: 100%;
top: auto;
position: relative;
left: auto;
} 

}





/*↓第2メニュー追加の場合*/
.maintenance_pop_menu {
    width: 910px;
    clear: both;
background:red;
padding: 10px 0;
font-size: 120%;
height:42px;
margin:0 auto;
border-radius: 5px;
}
.maintenance_pop_menu .btn {
	margin:0 auto;
	text-align:center;
}
.maintenance_pop_menu .btn span{
    display:inline-block;
    margin-left:5px;
    color:#ff0000;
}
.maintenance_pop_menu .btn a{
	background:red;
	color:#fff;
}
.maintenance_pop_menu .btn img {
display:inline-block;
position: relative;
}
.maintenance_pop_menu .megaMenu {
	width:910px;
	margin:auto;
	position: absolute;
	top: 225px;
	left: 0;
	right: 0;
	z-index: 1000;
	border: 3px solid red;
	border-radius: 5px;
	background-color: #ebedf6;
	padding: 30px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
}
.maintenance_pop_menu .leftCol {
    width: 650px;
	float:left;
}
.maintenance_pop_menu .leftCol ul{
    margin-top: 10px;
}
.maintenance_pop_menu .rightCol {
    width: 190px;
	float:left;
    margin-top: 120px;
}
.maintenance_pop_menu .title {
	border-bottom: 2px solid #0f218b;
	padding-bottom: 8px;
	margin-bottom: 16px;
	text-align: center;
	color: #0f218b;
	font-size: 128.6%;
	font-weight: bold;
	line-height: 20px;
}

.maintenance_pop_menu .title.col1 {
	float: left;
	width: 180px;
	margin-top: -20px;
}

.maintenance_pop_menu .title.col2 {
	float: left;
	width: 370px;
	margin-left: 10px;
}

.maintenance_pop_menu .imgLink {
	margin-left: -10px;
	overflow: hidden;
}

.maintenance_pop_menu .imgLink li {
	float: left;
	width: 180px;
	margin-left: 10px;
	text-align: center;
}

.maintenance_pop_menu .btnLink a {
	display: block;
	background: url(/cmn/img/megamenu_mrk_02.png) no-repeat 96% 50% #0f218b;
	border-radius: 5px;
	padding: 5px;
	color: #fff;
	font-size: 92.9%;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
}

.btnCol{
	max-width: 350px;
	margin: 20px auto 0;
}

/*↑第2メニュー追加の場合*/
@media screen and (max-width: 568px) {
.maintenance_pop_menu {
width:auto;
height:auto;
}

.maintenance_pop_menu .btn {
    width: auto;
    text-align: left;
	padding:0 10px;
}
.maintenance_pop_menu .megaMenu {
    width: auto;
    margin: auto;
    position: absolute;
    top: 160px;
    left: 0;
    right: 0;
    z-index: 1000;
    border: 3px solid red;
    border-radius: 5px;
    background-color: #ebedf6;
    padding: 10px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}
.maintenance_pop_menu .leftCol,
.maintenance_pop_menu .rightCol {
width:auto;
float:none;
}
.maintenance_pop_menu .rightCol {
    margin: 10px auto 0;
	width:90%;
text-align:center;
}
}


/* プリペイドカード リンク追加 */

/* common */
.pc_only {
display: block;
}

.sp_only {
display: none;
}

.ranking_block .bx-wrapper{
display: none;
}

/* Layout style */
div.ranking_block{
	width: 538px;
	float: left;
	margin-bottom: 15px;
}

div.preca_block{
	width: 366px;
	float: right;
	margin-bottom: 15px;
}

div.ranking_block .card-list .item,
div.preca_block .card-list .item{
width: 150px;
}

/* preca_blockstyle */
div.preca_block .tit-style1 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 7px 10px 7px 20px;
  background-color: #2B53C3;
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0098cb), color-stop(100%, #007da7));
  background-image: -moz-linear-gradient(#0098cb 0%, #007da7 100%);
  background-image: -webkit-linear-gradient(#0098cb 0%, #007da7 100%);
  background-image: linear-gradient(#0098cb 0%, #007da7 100%);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF0098cb', endColorstr='#FF007da7');
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32);
  color: #fff;
  border-top: 1px solid #cbd4e6;
  border-left: 1px solid #cbd4e6;
  border-right: 1px solid #cbd4e6;
  clear: both;
  margin: 15px 0 0 0;
}

div.preca_block .card-list .item{
	min-height: 283px;
}

div.preca_block .preca_btn{
	font-size: 14px;
	font-weight: bold;
	padding: 10px 10px 10px 20px;
	display: block;
	background-color: #2B53C3;
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0098cb), color-stop(100%, #007da7));
	background-image: -moz-linear-gradient(#0098cb 0%, #007da7 100%);
	background-image: -webkit-linear-gradient(#0098cb 0%, #007da7 100%);
	background-image: linear-gradient(#0098cb 0%, #007da7 100%);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF0098cb', endColorstr='#FF007da7');
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32);
	color: #fff;
	border-top: 1px solid #cbd4e6;
	border-left: 1px solid #cbd4e6;
	border-right: 1px solid #cbd4e6;
	clear: both;
	border-radius: 5px;
	margin-right: 12px;
	margin-left: 12px;
	margin-bottom: 15px;
	text-align: center;
	box-sizing: border-box;
}

div.preca_block .preca_btn span.ico{
	padding-left: 26px;
	min-height: 21px;
	background-image: url(../images/tp001/preca_arw.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
}


/* ページ改定 2019-03
--------------------------------------*/
.contents_bg{
	background-image: url(../images/tp001/pagenav_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0% top;
	width: 100%;
	padding-top: 30px;
}

.contents_bg #contents{
	width: 910px;
	margin-left: auto;
	margin-right: auto;
}

nav.pageNav ul{
	width: 910px;
	text-align: center;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

nav.pageNav ul li {
	display: inline-block;
	width: 49%;
}

nav.pageNav ul li a{
	font-size: 24px;
	line-height: 1;
	color: #FFF;
	display: block;
	margin-left: 2%;
	margin-right: 2%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding-top: 1.2em;
	padding-bottom: 1.3em;
	background-image: url("../images/tp001/icn_arw_down.png");
	background-repeat: no-repeat;
	background-position: center bottom 5px;
	background-size: 15px auto;
}

nav.pageNav ul li:first-child a{
	background-color: #2649b9;
}

nav.pageNav ul li:last-child a{
	background-color: #251a7b;
}

nav.pageNav ul li:first-child a span{
	background-image: url(../images/tp001/icn_user.png);
	background-size: auto 26px;
	background-position: left 4px;
	padding-left: 1.3em;
	background-repeat: no-repeat;
}

nav.pageNav ul li:last-child a span{
	background-image: url(../images/tp001/icn_building.png);
	background-size: auto 26px;
	background-position: left 2px;
	padding-left: 1.3em;
	background-repeat: no-repeat;
}

@media all and (-ms-high-contrast: none){
	nav.pageNav ul li a span{
		padding-left: 1.8em !important;
	}
}


/* bnr-area */
div.bnr-area{
	clear: both;
	padding-top: 2em;
}

div.bnr-area h2{
	border-left: 4px solid #2245b5;
	display: block;
	font-weight: bold;
	color: #2142b2;
	font-size: 20px;
	padding-left: 0.5em;
	margin-bottom: 0.5em;
}

div.bnr-area ul li a img{
	width: 100%;
	margin-bottom: 1.5em;
	display: block;
}

div.bnr-area ul li:last-child a img{
	margin-bottom: .8em;
}

div.bnr-area p {
	width: 100%;
	text-align: right;
}

div.bnr-area p a{
	text-align: right;
}

div.bnr-area p a span{
	display: inline-block;
	font-weight: bold;
 background-image: url(../images/tp001/shared/arrow.gif);
 background-position: 0 center;
 background-repeat: no-repeat;
 padding-left: 15px;
	padding-left: 1em;
	text-decoration: underline;
}

div.about-link{
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

div.about-link p {
	width: 100%;
	text-align: right;
}

div.about-link p a{
	text-align: right;
}

div.about-link p a span{
	display: inline-block;
	font-weight: bold;
 background-image: url(../images/tp001/shared/arrow.gif);
 background-position: 0 center;
 background-repeat: no-repeat;
 padding-left: 15px;
	padding-left: 1em;
	text-decoration: underline;
}

@media screen and (min-width:1px) and (max-width:767px) {
	.contents_bg #contents{
			width:100%;
		}
	
		nav.pageNav ul{
		width: 100%;
		}

		nav.pageNav ul{
			padding-left: 1%;
			padding-right: 1%;
			padding-top: 20px;
		}

		nav.pageNav ul li {
			display: inline-block;
			width: 48%;
		}

		nav.pageNav ul li a{
	font-size: 15px;
	color: #FFF;
	display: block;
	margin-left: 1%;
	margin-right: 1%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-size: 0.5em auto;
		}
	
		div.about-link{
		width:100%;
		}
	
}

@media screen and (min-width:1px) and (max-width:350px) {
		nav.pageNav ul li a{
			font-size: 4.5vw;
			background-size: 0.8em auto;
		}
}


@media screen and (min-width:1px) and (max-width:767px) {

/* common */
.pc_only {
display: none !important;
}

.sp_only {
display: block !important;
}

.ranking_block .bx-wrapper{
display: block !important;
}

/* style */
div.ranking_block{
	width: 100%;
	float: none;
}

div.preca_block{
	width: 100%;
	float: none;
}

div.preca_block #card-ranking-area.section{
	padding: 12px;
}

div.preca_block .card-list .item{
	min-height: 280px !important;
	height: 280px !important;
	text-align: center;
}

div.preca_block .card-list{
display: flex;
justify-content: center;
}

div.preca_block .preca_btn{
	font-size: 18px;
	padding-top: 20px;
	padding-bottom: 20px;
}

div.preca_block .card-text{
text-align: left;
}

nav.pageNav ul li:first-child a span ,
nav.pageNav ul li:last-child a span {
	background-size: auto 20px;
	background-position: left center;
	padding: 10px 10px 10px 1.5em;
}


}
