/* CSS Document */


/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container-acmaster{
  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-acmaster:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container-acmaster.active{
  opacity: 1;
  visibility: visible;
}

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

}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container-acmaster{
  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-acmaster:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container-acmaster.active{
  opacity: 1;
  visibility: visible;
}
.modal-container-acmaster.active2{
  opacity: 1;
  visibility: visible;
}
.confirm-acmaster {
padding-bottom: 15px;
}
.modal-body-acmaster {
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-acmaster {
    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-acmaster {
    background: #fff;
    text-align: left;
}
.confirm-acmaster {
    background-image: url(/credit/safecash/img/acom_popup1.png?=518);	
}
.no-acmaster {
    background-image: url(/credit/safecash/img/acom_popup2.png?=518);
}
.confirm-acmaster, .no-acmaster {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 400px;
    height: 480px;
    padding: 165px 0 0;
    box-sizing: border-box;
}
.yes-acmaster,.no-acmaster2 {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 400px;
    height: 425px;
    padding: 190px 0 0;
    box-sizing: border-box;
}
.yes-acmaster {
    background-image: url("/credit/safecash/img/tcard_popup1.png");
}
	
.no-acmaster2 {
    background-image: url("/credit/safecash/img/tcard_popup2.png");
}


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

