@charset "Shift_JIS";
/* ========================================
OUTLINE
	クレディセゾン・UCカード：カード選択
	お申し込みの流れ
======================================== */
/* ----- top_anchorlink ----- */
.top_anchorlink {
  text-align: center;
  margin: 50px 0;
}
.top_anchorlink p {
  display: inline-block;
  width: 30%;
  margin: 0 10px;
}
.top_anchorlink p a {
  text-decoration: none;
  position: relative;
  display: block;
  padding: 18px 20px 18px 18px;
  border: 1px solid #0f1350;
  border-radius: 2px;
  color: #0f1350;
  font-size: 16px;
  font-weight: bold;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.top_anchorlink p a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0f1350;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.top_anchorlink p a::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
  border-bottom: 1px solid #0f1350;
  border-right: 1px solid #0f1350;
  transition: .3s;
}
.top_anchorlink p a:hover {
  color: #FFF;
}
.linkBtn02:hover {
  color: #0f1350;
}
.top_anchorlink p a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.top_anchorlink p a:hover::after {
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transition: .3s;
}
@media screen and (max-width: 767px) {
  .top_anchorlink {
    margin: 20px 0 30px;
  }
  .top_anchorlink p {
    width: 45%;
    margin: 0 5px;
  }
  .top_anchorlink p a {
    padding: 18px 20px 18px 6px;
    font-size: 14px;
  }
}
/* ----- タイトル ----- */
.pegeTitle h1 {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  border-bottom: 3px double #b9b9b9;
  padding: 0 0 10px;
  margin: 40px 0 0;
}
.sectionTitle_h2 {
  text-align: center;
  font-weight: bold;
  display: table;
  margin: 0 auto 40px;
}
h2 {
  font-size: 2.1rem;
  color: #0f1350;
  padding-bottom: 16px;
  border-bottom: 1px solid #0f1350;
  font-weight: bold;
}
h3 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 16px 15px 14px;
  background: #4b4e7c;
  color: #FFFFFF;
  font-size: 17px;
  font-weight: bold;
  box-sizing: border-box;
}
h3 span {
  font-size: 0.75em;
  line-height: 19px;
}
h3 span em {
  color: #ffee00;
}
h4 {
  font-size: 1.3em;
  font-weight: bold;
  color: #344f9b;
  margin: 15px 15px 0px;
}
h5 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 15px 15px 0px;
  border-left: 4px solid #0f1350;
}
h5 span{
  display: block;
  padding: 3px 0 0 6px;
}
.pc_only{
  display: block;
}
.notes{
  font-size: 14px;
  text-indent: -14px;
  padding-left: 14px;
  margin: 6px 0 0;
}
.notes + .notes{
  margin: 0;
}
.mgt{
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .sectionTitle_h2 {
    margin: 0 auto 30px;
  }
  h2 {
    padding-bottom: 8px;
    line-height: 1.4;
    letter-spacing: 2px;
    font-size: 1.5rem;
  }
  h3 {
    display: block;
    font-size: 16px;
  }
  h3 span {
    display: block;
    margin-top: 5px;
  }
  .pc_only{
  display: none;
  }
}
/* ----- カード選び ----- */
#contents{
  line-height: 1.4;
}
#contents .cardArea {
  height: 180px;
  background: #e2f3fd;
  text-align: center;
  padding: 15px 0 10px;
  box-sizing: border-box;
}
#contents #corporation .cardArea{
  height: auto;
}
#contents .cardArea p {
  height: 86px;
  font-size: 20px;
  font-weight: bold;
}
#contents .cardArea p span {
  display: inline-block;
  font-size: 14px;
  margin: 10px 0;
}
#contents .cardArea a {
  width: 80%;
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  margin: 5px auto;
  padding: 10px 0;
  border-radius: 8px;
  border: 1px solid #FFFFFF;
  transition: 0.3s;
}
#contents .cardArea a:hover {
  opacity: 0.8;
}
/* ----- フローチャート ----- */
#contents .box01 {
  border-bottom: 1px dotted #cccccc;
  min-height: 824px;
  margin: 0 0 20px;
}
#contents .box02 {
  border-bottom: 1px dotted #cccccc;
  min-height: 258px;
}
#contents ol.flowChart {
  margin: 20px;
}
#contents ol.flowChart li.step1, #contents ol.flowChart li.step2, #contents ol.flowChart li.step3 {
  margin-bottom: 15px;
  padding-bottom: 38px;
  background: url(/apply/images/flow/flo_step_arw.gif) no-repeat center bottom;
}
#contents ol.flowChart li dl {
  height: auto !important;
  min-height: 60px;
  padding: 20px 15px 15px 80px;
  border: 1px solid #999;
  background-repeat: no-repeat;
}
#contents ol.flowChart li.step1 dl {
  min-height: 263px;
}
#contents ol.flowChart li.step1 dl, #contents ol.flowChart li.step4 dl {
  background-image: url(/apply/images/flow/flo_step_user.gif);
  background-position: 20px 15px;
}
#contents ol.flowChart li.step2 dl, #contents ol.flowChart li.step3 dl {
  min-height: 110px;
  background-image: url(/apply/images/flow/flo_step_comp.gif);
  background-position: 10px 18px;
}
#contents ol.flowChart li dl dt {
  margin-bottom: 5px;
}
#contents ol.flowChart li dl dt img {
  height: auto;
  width: auto;
}
#contents ol.flowChart li dl dd p {
  margin-top: 0.8em;
}
#contents div.flow_list {
  padding: 20px;
}
#contents div.flow_list p {
  margin-bottom: 10px;
}
#contents div.flow_list ul {
  padding-left: 20px;
}
#contents div.flow_list ul li {
  list-style: disc !important;
  margin-bottom: 10px;
}
#contents div.flow_list ul li.end {
  margin-bottom: 0px;
}
#contents .fcAtn {
  margin: 0 15px 20px;
}
#contents ol.flowChart_corp {
  margin: 0 15px 20px;
  padding-top: 15px;
}
#contents ol.flowChart_corp li {
  position: relative;
  min-height: 80px;
  background-repeat: no-repeat;
  background-position: 20px 5px;
  margin-bottom: 45px;
  font-size: 16px;
  font-weight: bold;
  color: #15187a;
  background-color: #efefef;
}
#contents ol.flowChart_corp li.step1 {
  background-image: url(/apply/images/flow/flo_corp_01_cs.gif);
  padding: 15px 0px 10px 110px;
}
#contents ol.flowChart_corp li.step2 {
  background-image: url(/apply/images/flow/flo_corp_02_cs.gif);
  padding: 18px 0 17px 110px;
}
#contents ol.flowChart_corp li.step1_uc {
  background-image: url(/apply/images/flow/flo_corp_01_uc.gif);
  padding: 15px 0px 10px 110px;
}
#contents ol.flowChart_corp li.step2_uc {
  background-image: url(/apply/images/flow/flo_corp_02_uc.gif);
  padding: 18px 0 17px 110px;
}
#contents ol.flowChart_corp li.step3 {
  background-image: url(/apply/images/flow/flo_corp_03.gif);
  padding: 15px 0px 10px 110px;
}
#contents ol.flowChart_corp li.step4 {
  background-image: url(/apply/images/flow/flo_corp_04.gif);
  padding: 15px 0 10px 110px;
}
#contents ol.flowChart_corp li.step5 {
  background-image: url(/apply/images/flow/flo_corp_05.gif);
  padding: 15px 0px 10px 110px;
  margin-bottom: 25px;
}
#contents ol.flowChart_corp li p {
  text-indent: -1.3em;
  margin-left: 2em;
  margin-right: 1em;
}
#contents ol.flowChart_corp li:after {
  display: block;
  content: "";
  width: 120px;
  height: 30px;
  background: url(/apply/images/flow/flo_step_corp_arw.gif) no-repeat center bottom;
  background-size: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -60px;
}
#contents ol.flowChart_corp li:last-child:after {
  background: none;
}
#contents .btn_cv_corporation {
  margin: 55px 15px 119px;
}
#contents #corporation .btn_cv_corporation {
  margin: 20px 0;
}
#contents .btn_cv_corporation a {
  width: 80%;
  display: block;
  background: #0081cc;
  background: -moz-linear-gradient(top, #268fcc 0%, #0170b0 70%, #268fcc 100%);
  background: -webkit-linear-gradient(top, #268fcc 0%, #0170b0 70%, #268fcc 100%);
  background: linear-gradient(to bottom, #268fcc 0%, #0170b0 70%, #268fcc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#268fcc', endColorstr='#268fcc', GradientType=0);
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  margin: 5px auto;
  padding: 10px;
  border-radius: 8px;
  transition: 0.3s;
}
#contents .btn_cv_corporation a:hover {
  opacity: 0.8;
}
#contents .tel_uc_corporation {
  margin: 0 15px 20px;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
}
#contents .tel_uc_corporation span {
  display: block;
  color: #15187a;
}
#contents .tel_uc_corporation span.number {
  margin: 10px 0;
  font-size: 1.8em;
}
/* ----- クレディセゾン ----- */
#contents .flex_box {
  display: flex;
  justify-content: space-between;
}
#contents .saisoncard {
  width: 49%;
  border: 2px solid #0081cc;
  box-sizing: border-box;
}
#contents .saisoncard h3 {
  background: #0081cc;
}
#contents .saisoncard .cardArea a {
  background: #0081cc;
  background: -moz-linear-gradient(top, #268fcc 0%, #0170b0 70%, #268fcc 100%);
  background: -webkit-linear-gradient(top, #268fcc 0%, #0170b0 70%, #268fcc 100%);
  background: linear-gradient(to bottom, #268fcc 0%, #0170b0 70%, #268fcc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#268fcc', endColorstr='#268fcc', GradientType=0);
}
/* ----- ユーシーカード ----- */
#contents .uccard {
  width: 49%;
  border: 2px solid #0f1350;
  box-sizing: border-box;
}
#contents .uccard h3 {
  background: #0f1350;
}
#contents .uccard .cardArea {
  background: #e6e8fd;
}
#contents #corporation .uccard .cardArea {
  background: #fff;
}
#contents .uccard .cardArea p {
  padding-top: 10px;
  box-sizing: border-box;
}
#contents .uccard .cardArea a {
  background: #0F1350;
  background: -moz-linear-gradient(top, #454a91 0%, #0f1350 70%, #454a91 100%);
  background: -webkit-linear-gradient(top, #454a91 0%, #0f1350 70%, #454a91 100%);
  background: linear-gradient(to bottom, #454a91 0%, #0f1350 70%, #454a91 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#454a91', endColorstr='#454a91', GradientType=0);
}
#contents #corporation .uccard .cardArea a{
  background: #1d2088;
}
#contents .uccard ol.flowChart {
  margin: 20px;
}
#contents .uccard ol.flowChart li.step3 {
  background: none;
  padding-bottom: 0;
  margin-bottom: 5px;
}
#contents .uccard p.note {
  padding: 0 15px 20px;
}
#contents .uccard p.mb40 {
  margin-bottom: 40px;
}
#contents .uccard .flowChart.post {
  margin: 0 20px 20px;
  border: 1px solid #999;
}
#contents .uccard .flowChart.post div {
  min-height: 65px;
  height: auto !important;
  height: 65px;
  padding: 20px 15px 15px 80px;
  background-repeat: no-repeat;
  background-image: url(/apply/images/flow/flo_step_user.gif);
  background-position: 20px 15px;
}
#contents .uccard .flowChart.post div span {
  font-size: 1.5em;
  font-weight: bold;
  color: #0074db;
}
#corporation {
  margin: 60px 0 80px;
}
#corporation .btn_uc_hjnEntry{
  width: 80%;
  margin: 0 auto 25px;
  display: flex;
  justify-content: center;
}
#corporation .btn_uc_hjnEntry a{
  display: block;
  width: 50%;
  background: #273fd9;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 12px;
  border-radius: 40px;
  font-weight: bold;
  position: relative;
}
#corporation .btn_uc_hjnEntry a::after{
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
#corporation .btn_uc_hjnEntry a + a{
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .pegeTitle h1 {
    font-size: 1.6rem;
    margin: 20px 0 0;
  }
  #container .inner {
    padding: 0 10px;
  }
  #contents .flex_box {
    flex-direction: column;
  }
  #contents .saisoncard {
    width: 100%;
    margin: 0 auto;
  }
  #contents .uccard {
    width: 100%;
    margin: 20px auto 0;
  }
  #contents ol.flowChart li dl dt img {
    width: 100%;
  }
  #contents ol.flowChart li.step2 dl dt img,
  #contents ol.flowChart li.step3 dl dt img{
    width: auto;
  }
  #contents ol.flowChart, #contents .uccard ol.flowChart {
    margin: 10px;
  }
  #contents .box02, #contents .box01 {
    min-height: auto;
    margin: 0 0 10px;
  }
  #contents .saisoncard .box02 {
    display: none;
  }
  #contents .uccard .flowChart.post {
    margin: 0 10px 10px;
  }
  #contents div.flow_list {
    padding: 10px;
  }
  #contents ol.flowChart li.step1 dl {
    min-height: auto;
  }
  #contents p.fcAtn {
    margin: 0 10px 20px;
  }
  #contents .btn_cv_corporation {
    margin: 0 0 30px;
  }
  #corporation {
    margin: 40px 0;
  }
  #corporation .btn_uc_hjnEntry {
    width: 80%;
    flex-direction: column;
  }
  #corporation .btn_uc_hjnEntry a {
    width: 100%;
  }
  #corporation .btn_uc_hjnEntry a + a {
    margin: 8px 0 0;
  }
}