<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";
/* CSS Document */
@import url(/common/css/common.css);
@import url(/smartphone/common/css/jtb_site_sp.css);
@import url(/common/css/default.css);

img {
  vertical-align: top;
}
.container{
  position: relative;
}

.redBold {
  color: #F00;
  font-weight: bold;
}

#main_contents{
  width: 100%;
  text-align: left;
  font-size: 16px;
}
.contents {
  margin: 0 auto;
  width: 93.75%;
}
.topText {
  margin: 10px 0;
}

/*header*/
.contents_header{
  width: 100%;
}
#main_contents .contents_header #header_index01{
  background: #EFEFEF;
  padding: 2.5px 5px 5px;
}
#header_index02{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 5px 10px 7px;
  border-top: solid #525254 1px;
  border-bottom: solid #525254 1px;
/*  overflow: hidden;*/
}
#header_index02::after{
  content: "";
  display: block;
  clear: both;
}
#header_index02 .header_logo {
  width: 40%;
  min-width: 120px;
  display: inline-block;
}
#header_index02 .header_logo img {
  width: 100%;
}

#header_index02 h1{
  font-size: 12px;
  padding: 0;
  margin: 5px 0;
  text-align: right;
}
#header_index02 .btn_area {
  /* overflow: visible;
  float: right; */
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 56%;
  margin:5px 0;
  /* letter-spacing: -0.4em; */
}
#header_index02 .btn_area &gt; li {
  display: inline-block;
  width: 48%;
  text-align: center;
  /*white-space: nowrap;*/
  vertical-align: top;
  letter-spacing: normal;
}
#header_index02 .btn_area &gt; li:last-child {
  margin-left: 2%;
}
#header_index02 .btn_area a {
  font-size: 12px;
  font-weight: normal;
  margin-top: 0;
}

#header_index02 .btn_area .login{
  margin-right: 5px;
}
#header_index02 .btn_area .login a{
  border: solid 1px #BFBFBF;
  padding: 5px 3px 4px;
  background: #F2F2F2;
  box-shadow: 0 2.5px #8C8C8C;
  color: #000;
  position: relative;
}
#header_index02 .btn_area a:before{
  content:"";
  position: absolute;
  width: 0;
  height: 0;

}
#header_index02 .btn_area a:before{
  border-style: solid;
  border-width: 0 0 5px 5px;
  border-color: transparent transparent #8C8C8C transparent;
}
#header_index02 .btn_area .login a:before{
  bottom: 8%;
  right: 2.5%;
}
#header_index02 .btn_area .apply {
  position: relative;
}
#header_index02 .btn_area .apply span{
  border: solid 1px #8C0000;
  padding: 5px 15px 4px;
  background: #D90000;
  box-shadow: 0 2.5px #730000;
  color: #FFF;
  position: relative;
  border-radius: 3px;
  display: block;
  font-size: 12px;
}

#header_index02 .btn_area .apply span:before{
  border-color: transparent transparent #FFF transparent;
  bottom: 8%;
  right: 2.5%;
}
#header_index02 .btn_area .apply ul.accordion{
  position: absolute;
  top: 24px;
  left: -31px;
  border-radius: 3px;
  display: none;
  width: 108%;
  z-index: 100;
  padding: 4px 0 0 24px;
  box-sizing: content-box;
}
#header_index02 .btn_area .apply ul.accordion li {
  border: 1px solid #d71f3b;
  border-bottom: 0;
}
#header_index02 .btn_area .apply ul.accordion li:last-child {
  border-bottom: 1px solid #d71f3b;
}
#header_index02 .btn_area .apply ul.accordion li a {
  background: #fff;
  color: #333;
  font-weight: bold;
  text-align: center;
  display: block;
  font-size: 10px;
  padding: 10px 6%;
  text-decoration: none;
  border-radius: 0;
}
#header_index02 .btn_area .apply ul.accordion li a::before {
  content: none;
}
#header_index02 .btn_area .apply .accordion a{
  display: block;
}
#header_index02 .btn_area .apply ul.accordion li a:hover {
  background: #fcebe9;
}
#header_index02 .btn_area .apply ul.accordion li.limit a {
  position: relative;
  color: #d71f3b;
}
#header_index02 .btn_area .apply ul.accordion li.limit a::before {
  position: absolute;
  top: 1px;
  left: -25px;
  content: "";
  width: 30px;
  height: 29px;
  background: url(../images/limit_icon.png)no-repeat 0 0 / 100% auto transparent;
  border: none;
}
#header_index02 .btn_area .faqBtn{
  text-align: center;
  width: 50%;
  margin-top: 10px;
  border: solid 1px #db5200;
  border-radius: 3px;
  background: linear-gradient(#ff9a22, #ff791a);
}
#header_index02 .btn_area .faqBtn a{
  color: #fff;
  position: relative;
  padding: 6px 6px;
}
#header_index02 .btn_area .faqBtn a::before{
  content:"";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 8%;
  right: 2.5%;
  border-style: solid;
  border-width: 0 0 5px 5px;
  border-color: transparent transparent #fff transparent;
}
.headerInfo{
  padding: 10px 10px 0 10px;
}

.headerInfo p{
  line-height: 1.4em;
  color:#FF0004;
  padding-left: 1em;
  text-indent: -1em;
}

/*mainTitle*/
.fixed{
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.heading{
  display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  border: solid 1px #8C8C8C;
  margin-top: 10px;
  background: linear-gradient(#FFF, #DADADA);
  background-image:-webkit-gradient(linear,left top,left bottom, from(#FFF), to(#DADADA));
}
.fixed .heading {
  margin-top: 0;
}

.heading h2{
  padding-left: 10px;
  margin-left: 10px;
   width: 86%;
  border-left: 5px solid #06733C;
   font-size: 24px;
   font-weight: bold;
   color: #06733C;
}
.heading p{
   width: 14%;
}
.heading .menu_btn{
    width: 100%;
}

/*g_navi*/
.global_nav{
  display: none;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
}

.global_nav ul{
  overflow: hidden;
}
.global_nav li{
  border-bottom: 1px solid #8C8C8C;
  border-left: 1px solid #8C8C8C;
  float: left;
  width: 50%;
  background:url(/smartphone/tabitabibank/common/images/right_arrow.png) no-repeat 95% #fff;
}
.global_nav li:nth-child(even){
  border-right: 1px solid #8C8C8C;
}
.global_nav a{
  padding: 20px 10px;
  color: #000;
  display: block;
  text-decoration: none;
}
/* topBnr */
.topBnr{
  margin:4.28% 0;
}
.topBnr p{
  margin-bottom:4.28%;
}
.topBnr a{
  display: block;
  cursor: pointer;
}
p.topBnr_link{
  margin-bottom: 2.85%;
  padding: 0 4.28%;
}

/*contents*/
.section_wrap{
  width: 93.75%;
  margin: 0 auto 10px;
}

.section_wrap .guide{
  background-color: #C3D9C5;
  color: #116B73;
  margin: 10px 0;
  padding: 5px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

/*title*/
.cntTitle {
  margin-bottom: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #29a672;
}
.cntTitle span {
  display: block;
  font-size: 12px;
}
.cntTitle span.att {
  font-size: 10px;
  font-weight: normal;
  color: #000;
}
.sctTitle {
  margin-bottom: 10px;
  padding: 5px;
  background: #c3d9c5;
  text-align: center;
  font-weight: bold;
  color: #116b73;
}
.green_tit{
  background: #29A672;
  padding: 6px;
}
.green_txt{
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  border-left: 4px solid #FFF;
  display: block;
  padding:5px;
}

/*bdrbox*/
.bdrbox {
  padding: 10px 7px;
  border: 3px solid #a3d9c2;
}
.bdrbox +.bdrbox {
  margin-top: 10px;
}
.bdrbox &gt; section {
  margin-top: 10px;
}


/*step*/

.step_txt_wrap{
  border: solid 1px #56BF8B;
  width: 100%;
  min-height: 110px;
  padding: 10px ;
}
.h3_tit{
  background: #56BF8B;
  color: #FFF;
  font-weight: bold;
  font-size: 19px;
  padding: 5px;
  position: relative;
}
.step_section .h3_tit{
  padding-left:30px;
  background: #56BF8B url(/smartphone/tabitabibank/common/images/list_icon_wh.png) no-repeat 13px 12px;
  background-size: 10px;
}

.step_section{
  margin-top: 20px;
  position: relative;
}
.step_section .h3_tit .list_icon{
  font-size: 12px;
  position: absolute;
  left: 10px;
  top: 10px;
}

.step_section:after{
  content:" ";
  background:url(/smartphone/tabitabibank/common/images/fukidasi.png) no-repeat #fff left bottom;
  position: absolute;
  bottom: -10px;
  left: 43%;
  width: 50px;
  height: 13px;
}

.section_wrap ol li:last-child &gt; .step_section:after{
  content:"";
  display:none;
}

.btn_area {
  overflow: hidden;
  padding-bottom: 5px;
}
.btn_area a {
  position: relative;
  display: block;
  padding: 5px;
  margin-top:10px;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  border-radius: 3px;
  text-align: center;
}
.btn_area a::before {
  position: absolute;
  content:"";
  border-style: solid;
  border-width: 0 0 7px 7px;
}


.btn_area .btn_01 a {
  border: solid 1px #F22424;
  box-shadow: 0 2.5px #8C1515;
  background: #f22424;
  color: #fff;
}
.btn_area .btn_01 a::before,
.btn_area .btn_02 a::before,
.btn_area .btn_03 a::before,
.btn_area .btn_04 a::before,
.btn_area .btn_05 a::before {
  border-color: transparent transparent #FFF transparent;
  top: 70%;
  right: 1%;
}
.btn_area .btn_02 a {
  border: solid 1px #216dd9;
  box-shadow: 0 2.5px #113a73;
  background: #216dd9;
  color: #fff;
}

.btn_area .btn_sim a {
  border: solid 1px #BFBFBF;
  box-shadow: 0 2.5px #8C8C8C;
  color: #0BA5D9;
  background-color: #FFF;
}
.btn_area .btn_sim a::before{
  border-color: transparent transparent #0BA5D9 transparent;
  top: 78%;
  right: 1%;
}

.btn_teiki a {
  background:#FFF url(/smartphone/tabitabibank/images/top_sim_img.png) no-repeat right;
  background-size: 15%;
}
.btn_leisure a {
  background:#FFF url(/smartphone/tabitabibank/images/top_plan_img.png) no-repeat right;
  background-size: 15%;
}

.btn_area.btn2col ul {
  padding-bottom: 5px;
}
.btn_area.btn2col li {
  float: left;
  width: 48%;
}
.btn_area.btn2col li:last-child {
  float: right;
}

/*link*/
.icon_link{
  padding-left: 1em;
  position: relative;
}
.icon_link a:before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #0033cc;
  position: absolute;
  left: 0;
  top:3px;
}

/*acd_btn*/
/*
.acd_btn{
  position: absolute;
  display: inline-block;
  width: 11.6%;
  height: 100%;
  right: 0;
  top: 0;
  background: url(/smartphone/tabitabibank/common/images/btn_ac01.png) center center no-repeat #0d593a;
    background-size: auto 80%;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
}
.acd_btn.active{
  background: url(/smartphone/tabitabibank/common/images/btn_ac02.png) center center no-repeat #0d593a;
    background-size: auto 80%;
}
*/

.pager{
  margin:20px 0 0;
  width:100%;
}
.pager ul{
  overflow: hidden;
  width: 100%;
}
.pager ul li a{
  color: #FFF;
  text-decoration: none;
}

.pager ul li{
  font-size: 12px;
  float:right;
  position: relative;
  width: 40%;
  text-align: center;

}
.pager ul li:first-child{
  float:left;
}
.pager a{
  display:block;
}
.pager .prev{
  background:#FF5040;
}
.pager .prev a{
  padding:5px 5px 7.5px 15px;
}
.pager .next{
  background:#FF5040;
}
.pager .next a{
  padding:5px 15px 7.5px 5px;
}
.pager ul .prev::before{
  content: "";
  display: inline-block;
  background: url(/smartphone/tabitabibank/common/images/prev_icon.png) no-repeat;
  width: 5px;
  height: 10px;
  background-size: 100%;
  position: absolute;
  top: 7px;
  left: 6px;
}

.pager ul .next::before{
  content: "";
  display: inline-block;
  background: url(/smartphone/tabitabibank/common/images/next_icon.png) no-repeat;
  width: 5px;
  height: 10px;
  background-size: 100%;
  position: absolute;
  top: 7px;
  right: 6px;
}
.pager ul span{
  white-space: nowrap;
  text-indent: 100%;
}


.footer_area{
  width: 93.75%;
  margin: 10px auto 0;
  text-align: left;
}
.footer_area .footer_bg{
  background:#C3D9C5;
  padding: 3.3%;
  font-size:14px;
}

.footer_area .h3_footer_tit{
  margin-top: 10px;
  text-align:center;
}
.footer_area .inner{
  background:#FFF;
  margin-top: 10px;
  padding: 10px;
}
.footer_area .inner:first-child{
  margin-top: 0;
}
.footer_area .h4_footer_tit{
  padding-left: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #116B73;
  font-size: 20px;
  border-left: solid 3px #116B73;
}


.footer_area .internet li{
  margin-bottom:15px;
}
/*.footer_area .internet li:first-child{
  margin-bottom:10px;
}*/
.footer_area .inner .asterisk{
  margin-top: 5px;
  padding-left: 14px;
  text-indent: -9px;
}

.footer_area .yakkan li:last-child{
  margin: 10px 0 0;
}
.footer_area .bold{
  font-weight: bold;
}
.footer_area h5{
  color:#116B73;
  margin-top: 10px;
}
.footer_area .tel{
  font-weight: bold;
  font-size:26px;
  line-height: 1.2 !important;
}
.footer_area .charge{
  margin:10px 0 10px;
}
.footer_area .important{
  border: 1px solid #F23041;
}
.footer_area .important h4{
  color: #F23041;
  border-left: solid 3px #F23041;
}
.footer_area .important h4 span{
  font-size: 12px;
  padding-left: 5px;

}
.footer_area .important ol li{
  list-style-type: decimal;
  margin-left: 1.6em;
  padding-left: 0.5em;

}
.footer_area .important dl{
  margin: 0 0 20px -2em;
}
.footer_area .important dt{
  font-weight:bold;
  font-size: 18px;
  margin: 15px 0 5px 0;
}
.footer_area .footer_inner .footer_bg .inner p{
  line-height: 1.4;
}
.footer_area .footer_inner .footer_bg .loginId{
  border: 1px solid #fc8a89;
}
.footer_area .footer_inner .footer_bg .loginId .h4_footer_tit{
  color: #F23041;
  border-left: solid 3px #F23041;
}
.footer_area .footer_inner .footer_bg .loginId p span{
  font-size: 11px;
}
.footer_area .footer_inner .footer_bg .inner .requestList{
  margin-top: 10px;
}
.footer_area .footer_inner .footer_bg .inner .requestList .requestList--item{
  padding: 1em 1em 0px 0px;
  line-height: 1.5;
}
.footer_area .footer_inner .footer_bg .inner .requestBtn{
  margin-top: 14px;
  margin-bottom: 10px;
  text-align: center;
}
.footer_area .footer_inner .footer_bg .inner .footerLink{
  padding-left: 18px;
  margin-top: 10px;
  position: relative;
}
.footer_area .footer_inner .footer_bg .inner .footerLink::before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #0033cc;
  position: absolute;
  left: 6px;
  top: 3px;
}
.footer_area .footer_inner .footer_bg .inner ul li .callNum{
  font-size: 30px;
  font-weight: bold;
}
.footer_area .social_btn img{
  width: 100%;
}
.footer_area .social_btn{
  letter-spacing: -0.4em;
  text-align: center;
  margin-top: 20px;
}
.footer_area .social_btn li{
  display: inline-block;
  width: 12%;
  margin-left: 5px;
}
.footer_area .social_btn li:first-child{
  margin-left: 0px;
}
.footer_area .about_plus{
  border: 1px solid #CCC;
  margin-top: 10px;
  padding: 3.3%;
  font-size:10px;
}
.footer_area .about_plus h3{
  margin:10px 0;
  font-weight: bold;
  font-size:12px;
  text-align: center;
}
.footer_area .about_plus h3 span{
  color: red;
}
.footer_area .footer_logo{
  text-align: center;
}
.footer_area .footer_logo img{
  width: 30%;
}
.footer_area .about_inner{
  overflow: hidden;
  width: 100%;
}
.footer_area .tabi_wrap{
  padding: 17px 0px;
  background-color: #D9D9D9;
  width: 27.5%;
  float: left;
  word-wrap: normal;
}
.footer_area .tabi_life{
  text-align: center;
  line-height: 1.5;

}
.footer_area .about_plus ul{
  float: right;
  width: 69%;
}
.footer_area .about_plus li{
  margin-top: 5px;
  white-space: nowrap;
}
.footer_area .about_plus li:first-child{
  margin-top: 0px;
}
.footer_area .about_plus li span{
  display: inline-block;
  text-align: center;
  background:red;
  color: #FFF;
  font-weight: bold;
  margin-right: 5px;
  padding: 3px;
}
.footer_area .footer_txt{
  margin: 10px 0 ;
}
.footer_inner{
  margin-bottom:50px;
}
.pagetop{
  text-align: right;
  margin-right: 10px;
  font-size: 14px;
  margin-top: 10px;
}
.pagetop img{
  vertical-align: middle;
}
.footer_gotoTop{
  position: fixed;
  bottom: 0;
  border-bottom: 3px solid #56BF8B;
  width: 100%;
  overflow: hidden;
  margin-top: 20px;

}
.footer_gotoTop p{
  background: #56BF8B url(/smartphone/tabitabibank/common/images/pagetop02.png) no-repeat 6px 9px;
  border-radius: 2px 2px 0 0;
  width: 33%;
  text-align: center;
  background-size: 10px;
  font-weight: bold;
  margin-right: 10px;
  float:right;
  font-size: 12px;
}
.footer_gotoTop p a{
  display: block;
  padding: 5px 4px 0px 4px;
  text-decoration: none;
  color: #FFF;
}

.change_pc {
  text-align: center;
}
.bnr {
  margin-top: 10px;
}
.bnr img {
  width: 100%;
}
.top_bnr{
  display: none;
}

.redTxt{
  margin: 10px;
  line-height: 1.4;
  font-size: 14px;
  color: #f00;
}
.redTxt li + li {
	margin-top: 5px;
}
.listDec li.redTxt {
	margin: 10px 0 0 1.5em;
}
.contents .redTxt {
	margin: 10px 0;
}
.contents .acd &gt; .redTxt:first-child {
	margin-top: 0;
}
.sctTitle.redTxt {
	margin: 20px 0 10px;
	font-size: 16px;
}

.listDec.redTxt,
.listDec &gt; .redTxt {
	font-size: 16px;
}
.contents &gt; h3 + .redTxt {
  padding-top: 0;
}
.red {
  color: #f00;
}

.infoTitle {
  display: inline-block;
  font-weight: bold;
}


.footerBold{
  font-weight: bold;
}</pre></body></html>