/* CSS Document */

.modal-container-goldjcb{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
z-index: 100;
}
/*モーダル本体の擬似要素の指定*/
.modal-container-goldjcb:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container-goldjcb.active{
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    width: 400px;
    left: 50%;
    top: 20%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
/*モーダルを閉じるボタンの指定*/
.modal-close-goldjcb{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: 0px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
	background-color: #b4b4b4;
}
/*モーダル内のコンテンツの指定*/
.modal-content-goldjcb{
  background: #fff;
  text-align: left;
}
.kiraboshi-confirm {
padding-bottom: 15px;
}
.map_img {
	margin: 30px auto 15px;
	width: 90%;
}
.map_img img{
	width: 100%;
}
.yes_btn, .ufj-switch {
	width: 90%;
	margin: 0 auto;
}
.yes_btn img, .ufj-switch img {
	width: 100%;
}
.mobit-goldjcb-content table {
	width: 100%;
    border-collapse: collapse;
}
.mobit-goldjcb-content table td{
	padding: 15px 0;
	text-align: center;
}
.mobit-goldjcb-content table td img {
	width: 90%;
}
.promise-color {
	background-color: #f4d946;
}
.goldjcb-color {
	background-color: #cf3b4b;
}


.modal-open-m{
}
.modal-container-m{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
z-index: 100;
}
.modal-container-m.active{
  opacity: 1;
  visibility: visible;
}
.modal-container-m:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.modal-body-m{
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    width: 400px;
    left: 50%;
    top: 20%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.modal-close-m{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: 0px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
	background-color: #b4b4b4;
}
.modal-content-m{
  background: #fff;
  text-align: left;
}
.confirm-m {
	background-image: url("/images/bank/mizuho_popup.png");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	width: 400px;
	height: 500px;
	padding: 135px 0 0;
	box-sizing: border-box;
}
.confirm-m .btn_area {
	width: 330px;
	margin: 0 auto;
}
.confirm-m .banner_link {
	padding: 0 44px;
	margin: 0 0 10px;
}

.confirm-m .banner_link img{
	width: 100%;
}
.btn_yes,
.switch-m {
	width: 100%;
}
.btn_yes img,
.switch-m img {
	width: 100%;
	height: auto;
}
.no-mizuho {
	background-image: url("/images/bank/mizuho_no_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	width: 400px;
	height: 500px;
	padding: 250px 0 0;
	box-sizing: border-box;
}
.no-mizuho .btn_area {
	padding: 0 25px;
	display: flex;
	justify-content: space-between;
}
.no-mizuho .btn_area div {
	width: 150px;
}
.no-mizuho .btn_area div a {
	display: block;
	width: 100%;
}
.no-mizuho .btn_area div a:last-child {
	margin-top: 15px;
}
.no-mizuho .btn_area div a img {
	display: block;
	width: 98%;
	height: auto;
	margin: 0 auto;
}


/*モーダルを開くボタン*/
.modal-open2{

}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container2{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
z-index: 99;
}
/*モーダル本体の擬似要素の指定*/
.modal-container2:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container2.active{
  opacity: 1;
  visibility: visible;
}

/*モーダルを開くボタン*/
.modal-open2{

}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container-goldjcb{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
z-index: 99;
}
/*モーダル本体の擬似要素の指定*/
.modal-container-goldjcb:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container-goldjcb.active{
  opacity: 1;
  visibility: visible;
}
.modal-container-goldjcb.active2{
  opacity: 1;
  visibility: visible;
}
.confirm-goldjcb {
padding-bottom: 15px;
}
.modal-body-goldjcb {
position: absolute;
    display: inline-block;
    vertical-align: middle;
    width: 400px;
    left: 50%;
    top: 20%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.modal-close-goldjcb {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -40px;
    right: 0px;
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    background-color: #b4b4b4;
}
.modal-content-goldjcb {
    background: #fff;
    text-align: left;
}

.confirm-goldjcb {
    background-image: url(../images/ranking/goldjcb_popup_bg.png?=518);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 400px;
    box-sizing: border-box;
}
.no-goldjcb {
    background-image: url(../images/ranking/goldjcb_no_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 400px;
    box-sizing: border-box;
}
.no-goldjcb p {
	text-align: center;
	font-weight: bold;
	background-color: #FEFEDD;
	border: solid 2px #c31700;
	padding: 20px 0;
	font-size: 17px;
}
.no-goldjcb .btn_area {
    display: flex;
    justify-content: space-between;
	margin: 0;
}
.no-goldjcb .btn_area .modal-left {
    width: 50%;
	padding: 25px 0;
	background-color: #EAED11;
}
.no-goldjcb .btn_area .modal-left .fukidashi {
	border: solid 2px #c31700;
}
.no-goldjcb .btn_area .fukidashi span{
	font-size: 1em;
	font-size: 1.4em;
	font-weight: bold;
}
.no-goldjcb .btn_area .modal-left .fukidashi span{
	color: #D00403;
}
.no-goldjcb .btn_area .modal-right {
    width: 50%;
	padding: 25px 0;
	background-color: #F4EEE6;

}
.confirm-goldjcb .banner_link img {
    width: 100%;
}
.no-goldjcb .btn_area div a {
    display: block;
    width: 100%;
}
.confirm-goldjcb .btn_area {
    width: 330px;
    margin: 0 auto;
}
.confirm-goldjcb .banner_link {
    padding: 0 64px;
    margin: 0 0 10px;
}
.fukidashi {
    background: #fff;
    color: #444;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    width: 80%;
    padding: 0.5em 0;
    border-radius: 5px;
    margin: 0 auto 1em;
    position: relative;
}
.modal-left .fukidashi::before {
    position: absolute;
    border-top: 10px solid #c31700;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    content: "";
    bottom: -19px;
    left: 43%;
}
.fukidashi::after {
    position: absolute;
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    content: "";
    bottom: -16px;
    left: 43%;
}
.modal-body-goldjcb .btn_yes,.modal-body-goldjcb .switch-btn-goldjcb {
	width: 90%;
    margin: 0 auto;
}
.btn_yes img, .switch-btn-goldjcb img {
    width: 100%;
    height: auto;
}
.no-goldjcb .btn_area div a img {
    display: block;
    width: 78%;
    height: auto;
    margin: 0 auto;
}





.modal-open-j{
}
.modal-container-j{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
z-index: 100;
}
.modal-container-j.active{
  opacity: 1;
  visibility: visible;
}
.modal-container-j:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.modal-body-j{
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    width: 400px;
    left: 50%;
    top: 20%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.modal-close-j{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: 0px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
	background-color: #b4b4b4;
}
.modal-content-j{
  background: #fff;
  text-align: left;
}
.confirm-j {
	background-image: url("../images/bank/jibunbank_popup.png");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	width: 400px;
	height: 500px;
	padding: 135px 0 0;
	box-sizing: border-box;
}
.confirm-j .btn_area {
	width: 330px;
	margin: 0 auto;
}
.confirm-j .banner_link {
	padding: 0 44px;
	margin: 0 0 10px;
}

.confirm-j .banner_link img{
	width: 100%;
}
.btn_no,
.switch-j {
	width: 100%;
}
.btn_no img,
.switch-j img {
	width: 100%;
	height: auto;
}
.yes-jibunbank {
	background-image: url("../images/bank/jibunbank_yes_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	width: 400px;
	height: 500px;
	padding: 250px 0 0;
	box-sizing: border-box;
}
.yes-jibunbank .btn_area {
	padding: 0 25px;
	display: flex;
	justify-content: space-between;
}
.yes-jibunbank .btn_area div {
	width: 150px;
}
.yes-jibunbank .btn_area div a {
	display: block;
	width: 100%;
}
.yes-jibunbank .btn_area div a:last-child {
	margin-top: 15px;
}
.yes-jibunbank .btn_area div a img {
	display: block;
	width: 98%;
	height: auto;
	margin: 0 auto;
}
.modal-container-goldjcb .no-goldjcb .btn_area .cv_btn{
	margin: 25px auto;
    width: 80%;
    display: block;
    box-shadow: 0 4px 0 #D00403;
    border-radius: 42px;
    position: relative;
    text-align: center;
    background-color: #FF0100;
    padding: 6px 0;
	display: block;
	width: 80%;
    margin: 0 auto;
	text-decoration: none;
	color: #fff;
}

.modal-container-jcbw{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
z-index: 100;
}
/*モーダル本体の擬似要素の指定*/
.modal-container-jcbw:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container-jcbw.active{
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    width: 400px;
    left: 50%;
    top: 20%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
/*モーダルを閉じるボタンの指定*/
.modal-close-jcbw{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: 0px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
	background-color: #b4b4b4;
}
/*モーダル内のコンテンツの指定*/
.modal-content-jcbw{
  background: #fff;
  text-align: left;
}
.kiraboshi-confirm {
padding-bottom: 15px;
}
.map_img {
	margin: 10px auto;
	width: 90%;
}
.map_img img{
	width: 100%;
}
.yes_btn, .ufj-switch {
	width: 90%;
	margin: 0 auto;
}
.yes_btn img, .ufj-switch img {
	width: 100%;
}
.mobit-jcbw-content table {
	width: 100%;
    border-collapse: collapse;
}
.mobit-jcbw-content table td{
	padding: 15px 0;
	text-align: center;
}
.mobit-jcbw-content table td img {
	width: 90%;
}
.promise-color {
	background-color: #f4d946;
}
.jcbw-color {
	background-color: #cf3b4b;
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container-jcbw{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
z-index: 99;
}
/*モーダル本体の擬似要素の指定*/
.modal-container-jcbw:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container-jcbw.active{
  opacity: 1;
  visibility: visible;
}
.modal-container-jcbw.active2{
  opacity: 1;
  visibility: visible;
}
.confirm-jcbw {
padding-bottom: 15px;
}
.modal-body-jcbw {
position: absolute;
    display: inline-block;
    vertical-align: middle;
    width: 400px;
    left: 50%;
    top: 20%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.modal-close-jcbw {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -40px;
    right: 0px;
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    background-color: #b4b4b4;
}
.modal-content-jcbw {
    background: #fff;
    text-align: left;
}

.confirm-jcbw {
    background-image: url(../images/ranking/jcbw_popup_bg.png?=518);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 400px;
    box-sizing: border-box;
}
.no-jcbw {
    background-image: url(../images/ranking/jcbw_no_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 400px;
    box-sizing: border-box;
}
.no-jcbw p {
	text-align: center;
	font-weight: bold;
	background-color: #FEFEDD;
	border: solid 2px #c31700;
	padding: 20px 0;
	font-size: 17px;
}
.no-jcbw .btn_area {
    display: flex;
    justify-content: space-between;
	margin: 0;
}
.no-jcbw .btn_area .modal-right {
    width: 50%;
	padding: 25px 0;
	background-color: #EAED11;
}
.no-jcbw .btn_area .modal-right .fukidashi {
	border: solid 2px #c31700;
}
.no-jcbw .btn_area .fukidashi span{
	font-size: 1em;
	font-size: 1.4em;
	font-weight: bold;
}
.no-jcbw .btn_area .modal-right .fukidashi span{
	color: #D00403;
}
.no-jcbw .btn_area .modal-left {
    width: 50%;
	padding: 25px 0;
	background-color: #F4EEE6;

}
.confirm-jcbw .banner_link img {
    width: 100%;
}
.no-jcbw .btn_area div a {
    display: block;
    width: 100%;
}
.confirm-jcbw .btn_area {
    width: 330px;
    margin: 0 auto;
}
.confirm-jcbw .banner_link {
    padding: 0 64px;
    margin: 0 0 10px;
}
.modal-body-jcbw .btn_yes,.modal-body-jcbw .switch-btn-jcbw {
	width: 90%;
    margin: 0 auto;
}
.btn_yes img, .switch-btn-jcbw img {
    width: 100%;
    height: auto;
}
.no-jcbw .btn_area div a img {
    display: block;
    width: 78%;
    height: auto;
    margin: 0 auto;
}
.modal-container-jcbw .no-jcbw .btn_area .cv_btn{
	margin: 25px auto;
    width: 80%;
    display: block;
    box-shadow: 0 4px 0 #D00403;
    border-radius: 42px;
    position: relative;
    text-align: center;
    background-color: #FF0100;
    padding: 6px 0;
	display: block;
	width: 80%;
    margin: 0 auto;
	text-decoration: none;
	color: #fff;
}
.modal-container-jcbw .fukidashi::before {
    position: absolute;
	border-top: 10px solid #c31700;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    content: "";
    bottom: -19px;
    left: 43%;
}
.modal-container-jcbw .modal-left .fukidashi::before {
    position: absolute;
	border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    content: "";
    bottom: -19px;
    left: 43%;
}
.modal-container-jcbw .modal-right .fukidashi::after {
    position: absolute;
	border-top: 10px solid #fff;
	border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    content: "";
    bottom: -16px;
    left: 43%;
}
.card_name {
	text-align: center;
	margin: 15px auto;
	font-weight: bold;
	font-size: 17px;
}





.client_name_modal {
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 15px;
}
.client_card_modal {
	margin: 0 auto 10px;
	text-align: center;
	width: 50%;
}
.client_btn_modal {
	margin: 0 auto;
	text-align: center;
	width: 85%;
}

.confirm-acmaster .banner_link img,
.no-acmaster .banner_link img{
    width: 100%;
}

.confirm-acmaster .btn_area,
.no-acmaster .btn_area{
    width: 330px;
    margin: 0 auto;
}
.confirm-acmaster .banner_link,
.no-acmaster .banner_link{
    padding: 0 64px;
    margin: 0 0 10px;
}
.btn_yes, .switch-btn-acmaster,.switch-btn-acmaster2 {
    width: 100%;
}
.btn_yes img, .switch-btn-acmaster img,.switch-btn-acmaster2 img {
    width: 100%;
    height: auto;
}





/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
z-index: 100;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    width: 400px;
    left: 50%;
    top: 17%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: 0px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
	background-color: #b4b4b4;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
	background: #fff;
	text-align: left;
}
.kiraboshi-confirm {/*kiraboshiのように、案件名の付いたCSSは基本設計から削除予定。*/
padding-bottom: 15px;
}
.map_img {
	margin: 0 auto;
	padding: 30px 0 15px;
	width: 90%;
}
.map_img img{
}
.mapBnr_img{
	margin-bottom:15px;
	text-align: center;
}
.mapBnr_img img{
	width: 50%;
}

.yes_btn, .no_btn, .yes_btn2nd, .no_btn2nd, .switch, .switch2nd, .ufj-switch {/*ufj-switchのように、案件ごとのCSSは削除予定。*/
	width: 90%;
	margin: 0 auto;
}
.yes_btn img, .no_btn img, .yes_btn2nd img, .no_btn2nd img, .switch img, .switch2nd img, .ufj-switch img {/*ufj-switchのように、案件ごとのCSSは削除予定。*/
	width: 100%;
}
.no_btn, .no_btn2nd{
	padding-bottom:15px;
} 
.branch-content-credit table {
	width: 100%;
    border-collapse: collapse;
}
.branch-content-credit table td{
	padding: 15px 0 0;
	text-align: center;
	width: 50%;
}
.branch-content-credit table td .fukidashi{
	background: #fff;
	color: #444;
	font-size: .9em;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	width: 90%;
	padding:.5em 0;
	border-radius: 5px;
	margin:0 auto 2em;
	position: relative;
}
.branch-content-credit table td .fukidashi span{
	color: #f30000;
}
.branch-content-credit table td .fukidashi::after{
	position: absolute;
	border-top: 10px solid #fff;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent;
	content: "";
	bottom:-19px;
	left:43%;
}
.branch-content-credit table td h3{
	color:#fff;
	font-weight: bold;
	font-size: 1em;
	line-height: 1;
	padding:1em 0 0;
	
}
.branch-content-credit table td .branch_btn {
	padding:.75em 0;
	margin-top:1em;
	background: #ffffff33;
}
.branch-content-credit table td img {
	width: 90%;
}
.branch-content-credit table td.single img {
	width: 60%;
}
.promise-color {
	background-color: #dcd800;
}
.aiful-color {
	background-color: #f65555;
}
.mobit-color {
	background-color: #185f51;
}
.ufjbank-color {
	background-color: #f65555;
}
.smbccardloan-color {
	background-color: #185f51;
}
.olive-color {
	background-color: #39a869;
}
.branch-content-credit table td a{
    text-decoration: none;
}

.modal-container-viewcard{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
z-index: 100;
}
/*モーダル本体の擬似要素の指定*/
.modal-container-viewcard:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container-viewcard.active{
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    width: 400px;
    left: 50%;
    top: 20%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
/*モーダルを閉じるボタンの指定*/
.modal-close-viewcard{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: 0px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
	background-color: #b4b4b4;
}
/*モーダル内のコンテンツの指定*/
.modal-content-viewcard{
  background: #fff;
  text-align: left;
}
.kiraboshi-confirm {
padding-bottom: 15px;
}
.map_img {
	margin: 10px auto;
	width: 90%;
}
.map_img img{
	width: 100%;
}
.yes_btn, .ufj-switch {
	width: 90%;
	margin: 0 auto;
}
.yes_btn img, .ufj-switch img {
	width: 100%;
}
.mobit-viewcard-content table {
	width: 100%;
    border-collapse: collapse;
}
.mobit-viewcard-content table td{
	padding: 15px 0;
	text-align: center;
}
.mobit-viewcard-content table td img {
	width: 90%;
}
.promise-color {
	background-color: #f4d946;
}
.viewcard-color {
	background-color: #cf3b4b;
}


/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container-viewcard{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
z-index: 99;
}
/*モーダル本体の擬似要素の指定*/
.modal-container-viewcard:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container-viewcard.active{
  opacity: 1;
  visibility: visible;
}
.modal-container-viewcard.active2{
  opacity: 1;
  visibility: visible;
}
.confirm-viewcard {
padding-bottom: 15px;
}
.modal-body-viewcard {
position: absolute;
    display: inline-block;
    vertical-align: middle;
    width: 400px;
    left: 50%;
    top: 20%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.modal-close-viewcard {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -40px;
    right: 0px;
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    background-color: #b4b4b4;
}
.modal-content-viewcard {
    background: #fff;
    text-align: left;
}

.confirm-viewcard {
    background-image: url(../images/ranking/viewcard_popup_bg.png?=518);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 400px;
    box-sizing: border-box;
}
.no-viewcard {
    background-image: url(../images/ranking/viewcard_no_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 400px;
    box-sizing: border-box;
}

.confirm-viewcard .map_img {
	padding: 0;
}

@media screen and (max-width:768px) {
	.modal-container-viewcard{
	  padding: 0 20px;
	}
	.modal-body-viewcard {
		width: calc(100% - 40px);
	}
	.confirm-viewcard {
		width: 100%;
	}
	.confirm-viewcard .map_img {
		padding: 0;
	}
	.confirm-viewcard img {
		width: 100%;
		height: auto;
	}
	.no-viewcard {
		width: 100%;
	}
	.no-viewcard img {
		width: 100%;
	}
	.no-viewcard .btn_area {
		width: 100%;
		box-sizing: border-box;
	}
}
@media screen and (max-width:768px) {
	
}
.no-viewcard p {
	text-align: center;
	font-weight: bold;
	background-color: #FEFEDD;
	border: solid 2px #c31700;
	padding: 20px 0;
	font-size: 17px;
}
.no-viewcard .btn_area {
    display: flex;
    justify-content: space-between;
	margin: 0;
	width: 100%;
}
.no-viewcard .btn_area .modal-right {
    width: 50%;
	padding: 25px 0;
	background-color: #EAED11;
}
.no-viewcard .btn_area .modal-right .fukidashi {
	border: solid 2px #c31700;
}
.no-viewcard .btn_area .fukidashi span{
	font-size: 1em;
	font-size: 1.4em;
	font-weight: bold;
}
.no-viewcard .btn_area .modal-right .fukidashi span{
	color: #D00403;
}
.no-viewcard .btn_area .modal-left {
    width: 50%;
	padding: 25px 0;
	background-color: #F4EEE6;

}
.confirm-viewcard .banner_link img {
    width: 100%;
}
.no-viewcard .btn_area div a {
    display: block;
    width: 100%;
}
.confirm-viewcard .btn_area {
	display: block!important;
    width: 330px;
    margin: 0 auto;
}
.confirm-viewcard .banner_link {
    padding: 0 64px;
    margin: 0 0 10px;
}
.modal-body-viewcard .btn_yes,.modal-body-viewcard .switch-btn-viewcard {
	width: 90%;
    margin: 0 auto;
}
.btn_yes img, .switch-btn-viewcard img {
    width: 100%;
    height: auto;
}
.no-viewcard .btn_area div a img {
    display: block;
    width: 78%;
    height: auto;
    margin: 0 auto;
}
.modal-container-viewcard .no-viewcard .btn_area .cv_btn{
	margin: 25px auto;
    width: 80%;
    display: block;
    box-shadow: 0 4px 0 #D00403;
    border-radius: 42px;
    position: relative;
    text-align: center;
    background-color: #FF0100;
    padding: 6px 0;
	display: block;
	width: 80%;
    margin: 0 auto;
	text-decoration: none;
	color: #fff;
}
.modal-container-viewcard .fukidashi::before {
    position: absolute;
	border-top: 10px solid #c31700;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    content: "";
    bottom: -19px;
    left: 43%;
}
.modal-container-viewcard .modal-left .fukidashi::before {
    position: absolute;
	border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    content: "";
    bottom: -19px;
    left: 43%;
}
.modal-container-viewcard .modal-right .fukidashi::after {
    position: absolute;
	border-top: 10px solid #fff;
	border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    content: "";
    bottom: -16px;
    left: 43%;
}
.card_name {
	text-align: center;
	margin: 15px auto;
	font-weight: bold;
	font-size: 17px;
}