@charset "shift_jis";
/*全体の設定
---------------------------------------------------------------------------*/
body{
  background : url(none) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
}
/*トップページのWeb残高・カレミ・カードメニュー*/
#sub7{
  display: none;
}


/*h1タグ設定
---------------------------------------------------------------------------*/

h1 {
  /*display: none;*/
  position: relative;
  top: 10px;
  font-size: 12px;
  /*文字サイズ*/
	font-weight: normal;
  /*太字を標準にする設定*/
	text-align: right;
  /*テキストを右側に*/
	line-height: 0px;
  /*行間*/
	width: 99%;
  margin: 0 auto 0;
}

/*トップページ残高・申し込み等4つのボタン*/
.btn-top-radius {
  width:20%;
  position: relative;
  top: 5px;
  display: inline-block;
  font-weight: bold;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  color: #3d8552;
  background: #ffee80;
/*  color: #3d8552;
  background: #cde9d6;/*薄い緑背景に濃い緑文字*/
  border-bottom: solid #cde9d6;
  border: 1px solid;
  border-color: #777777;
  border-radius: 15px 15px 0 0;
  transition: .4s;
}
.btn-top-radius:hover {
  background: #ff0000;
  color: #000000;
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: auto;
	margin: 10px;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	margin-bottom: 0px;
}


/*高さ調整シリーズ*/

.takasa01{/*トップページのh1*/
 width: 600px;
 position: relative;
 top: 0px;
}

.takasa02{
 position: relative;
 top: 20px;
}

.takasa03{
 position: relative;
 top: 50px;
}

.takasa05{
 position: relative;
 top: 0px;
}

.takasa06{
 position: relative;
 top: 10px;
}

.takasa07{
 position: relative;
 top: 30px;
}

.takasa08{/*zzz1.html*/
 position: relative;
 top: -0px;
}

.takasa09{/*kyokudo_k.html*/
 position: relative;
 top: 0px;
}

.takasa15{
    position: relative;
    top: 15px;
}

.takasa25{
    position: relative;
    top: 0px;
}

.takasa30{
    position: relative;
    top: 30px;
}

.takasa31{
    position: relative;
    top: 20px;
}


.takasa32{
  position: relative;
  top: 0px;
}


.takasa33{
  position: relative;
  top: 0px;
}

.takasa34{
  position: relative;
  top: 0px;
}

.takasa37{
  position: relative;
  top: -20px;
}

.takasa38{
  position: relative;
  top: -40px;
}

.takasa39{
  position: relative;
  top: -10px;
}

.takasa40{
  position: relative;
  top: -30px;
}

/*トップページ更新日付通常時*/
.takasa41{
    position: relative;
    top: 80px;
}*/

/*トップページ更新日付非常時*/
.takasa42{
    position: relative;
    top: 125px;
}

.takasa43{
    position: relative;
    top: 100px;
}

/*トップページお知らせ3行(更新日を下に下げる)*/
.takasa44{
    position: relative;
    top: 10px;
}

/*年末年始のお知らせ-表の高さ調整*/
.takasa45{
    position: relative;
    top: -50px;
}

.takasa47{
  position: relative;
  top: 0px;
}


.takasa50{
  position: relative;
  top: 0px;
}

/*質問のフッター*/
.takasa52{
  position: relative;
  top: 0px;
}

/*質問のサイトマップ*/
.takasa53{
  position: relative;
  top: 0px;
}

/*フッター*/
.takasa54{
  position: relative;
  top: 0px;
}

/*サイトマップ*/
.takasa55{
  position: relative;
  top: 0px;
}

/*form2用フッター*/
.takasa56{
  position: relative;
  top: 0px;
}

/*form2用サイトマップ*/
.takasa57{
  position: relative;
  top: 0px;
}


/*hensai1用フッター*/
.takasa58{
  position: relative;
  top: -85px;
/*サイトマップはtakasa32*/
}

/*おしゃれな見出し*/
h2.blu{
  position: relative ;
  top:0px;
  clear: both;
  margin-bottom: 10px;
  padding: 10px 10px;
  /*上下、左右への余白*/
	background: #fff;
  /*背景色（古いブラウザ用）*/
/*	background: linear-gradient(#fff, #eee);*/
        background: linear-gradient(#ffba99,#ffdac8);
  /*グラデーション*/
	border-radius: 4px 4px 0px 0px;
  /*角丸のサイズ。左上、右上、右下、左下への順。*/
	border-left: 1px solid #ccc;
  /*左の線の幅、線種、色*/
	border-top: 1px solid #ccc;
  /*上の線の幅、線種、色*/
	border-right: 1px solid #ccc;
  /*右の線の幅、線種、色*/
        border-bottom: 4px solid #ff0000;
/*	border-bottom: 4px solid #5fa271;*/
  /*下の線の幅、線種、色*/
	color: #660000;
        font-size:16px;
}


/*box222-d(トップページ)*/
.box222-d {
/*    position: relative;
    top: 0px;*/
    margin: 2em 0;
    background: #ffffff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.22);
}
.box222-d .box-title-d {
 /*   font-size: 1.2em;*/
/*background: linear-gradient(#ffba99,#ffdac8);
    background: #5fc2f5;*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fce6cc), to(#ffff00));
	background-image: -webkit-linear-gradient(#6262ff, #8a8aff 49%, #0000ff 50%);
	background-image: linear-gradient(#ffd2bd, #ffaa82 49%, #ff8040 50%);
	border-radius: 10px 10px 0px 0px;
    margin-bottom: 5px;
    padding: 5px 5px;
    text-align: center;
    color: #990000;
    font-weight: bold;
    letter-spacing: 0.05em;
/*直前仕様ピンクbackground: linear-gradient(#ffba99,#ffdac8);*/
  /*グラデーション*/
	border-radius: 7px 7px 0px 0px;
  /*角丸のサイズ。左上、右上、右下、左下への順。*/
	color: #660000;
        font-size:16px;
  border-bottom: 4px solid #ff0000;
}

.box222-d h2 {
    padding: 2px;
/* 縁取りtext-shadow:1px 1px 0 #000, -1px -1px 0 #000,
              -1px 1px 0 #000, 1px -1px 0 #000,
              0px 1px 0 #000,  0-1px 0 #000,
              -1px 0 0 #000, 1px 0 0 #000;*/
    font-size: 18px;
    color: #ffffff;
    font-weight: 800;
    text-shadow:1px 0 7px red;
  background-color: #fce6cc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fce6cc), to(#ffff00));
	background-image: -webkit-linear-gradient(#6262ff, #8a8aff 49%, #0000ff 50%);
	background-image: linear-gradient(#ffd2bd, #ffaa82 49%, #ff8040 50%);
	border-radius: 10px 10px 0px 0px;
}


.box222-d p {
    padding: 5px 5px;
    margin: 0;
}


/*トップページ・電話が繋がらない件*/
.info10 {
        position: relative;
        top: 5px;
	width: 98%;
	height: auto;
	margin-left: 2.5%;
	margin-right: 2.5%;
}


/*トップページお借入れのルール*/
@media screen and (min-width:480px) and ( max-width:800px){
/*トップページお借入れのルール*/
.rules{
	width: 100%;
/*	padding-bottom: 10px;*/
}
}

@media screen and (min-width:480px) and ( max-width:800px){
.rule{
  display: none;
}
}

.takasa51{/*問い合わせフォーム*/
  position: relative;
  top: -20px;
}

/*ページトップスクロールvr*/
#pagetop{
    position:fixed;
    right:20px;
    bottom:55px;
    cursor:pointer;
}


/* アコーディオン(開閉ボタンデザインなし) */
.acdn-content
{
	width: 98% ;
	height: 500px ;
	background: #D36015 ;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#main{
  position: relative;
  top: 20px;

}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}

#main, #sub3 {
	float: none;
	width: auto;
}

/*トップページのメイン画像
---------------------------------------------------------------------------*/
#mainimg {
        position: relative;
        z-index: 0;
	height: auto;
	width: 100%;
	margin-bottom: 5px;
}
#slide_image {
	height: auto;
	width: 100%;
	position: relative;
}
#slide_image2 {
	height: auto;
	width: 100%;
	position: absolute;
	left:0px;
	top:0px;
}

#slide_image3 {
	height: auto;
	width: 100%;
	position: relative;
}
#slide_image4 {
	height: auto;
	width: 100%;
	position: absolute;
	left:0px;
	top:0px;
}



/*おしゃれな見出し*/
h2.blu{
  position: relative ;
  top:20px;
  clear: both;
  margin-bottom: 10px;
  padding: 10px 10px;
  /*上下、左右への余白*/
	background: #fff;
  /*背景色（古いブラウザ用）*/
/*	background: linear-gradient(#fff, #eee);*/
        background: linear-gradient(#ffba99,#ffdac8);
  /*グラデーション*/
	border-radius: 4px 4px 0px 0px;
  /*角丸のサイズ。左上、右上、右下、左下への順。*/
	border-left: 1px solid #ccc;
  /*左の線の幅、線種、色*/
	border-top: 1px solid #ccc;
  /*上の線の幅、線種、色*/
	border-right: 1px solid #ccc;
  /*右の線の幅、線種、色*/
        border-bottom: 4px solid #ff0000;
/*	border-bottom: 4px solid #5fa271;*/
  /*下の線の幅、線種、色*/
	color: #660000;
        font-size:16px;
}



/*画像設定*/
img.wa {
	width: 100%;
	height: auto;
}

img.wa3 {
	width: 98%;
	height: auto;
	margin-left: 2.5%;
	margin-right: 2.5%;
}

#sub #submenu {
	display: none;
}

#sub3 #submenu3 {
	display: none;
}

#sub4 #submenu4 {
	display: none;
}

#menubar {
	display: block;
}

.menubox h2 {
	font-size: 100%;
	padding: 0px 10px 0px 40px;	/*左から、上、右、下、左側への余白*/
	clear: both;
	border-radius: 18px;	/*角丸のサイズ*/
	color: #000000;			/*文字色*/
	line-height: 36px;		/*行間*/
	-webkit-box-shadow: 1px 2px 5px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅の設定*/
	box-shadow: 1px 2px 5px #ccc;			/*同上*/
	border: 1px solid #ef8100;	/*枠線の幅、線種、色*/
}

.ffnavi{
  display: none;

}

/*トップページ監修者・プライバシー*/
img.mawarikomi{
  float: left;
}

/*カード発行のお申込みボタン*/
.btn-gradient-3d-simple {
  position: relative;
  top: 10px;
  width:90%;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 4px;
  color: #ffffff;
  font-weight:bold;
  text-shadow: black 1px 1px 0px, black -1px 1px 0px,
             black 1px -1px 0px, black -1px -1px 0px;
  background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #5e7fca;
}

.btn-gradient-3d-simple:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}

/*カード発行ページ・「手続きが必要です」の画像の縦位置*/
.box-card1{
       position: relative;
       top: 0px;
}

/*トップページ・「手続きが必要です」の画像の縦位置*/
.box-card1{
       position: relative;
       top: 20px;
}

/*質問Ｑ＆Ａのカレミちゃん画像の縦位置*/
/*下段*/
.box-karemi{
position: relative;
top: 50px;
}

/*上段*/
.box-karemi{
position: relative;
top: 0px;
}

/*質問Q&Aの開閉メニュー*/
p.question {
        cursor: pointer;
}
p.question:hover {
        text-decoration: underline;
}
p.answer {
        display: none;
        background: #f2f2f2;
        margin-left: 1em;
        padding: 10px;
}

/*監修者*/
.supervisor-wrapper{
  display: block;
  position: relative;
  left: 0px;
  margin: 15px auto;
  padding: 10px 0;
  width: 98%;
  height: 240px;
  background: #f1f1f1;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
  box-sizing: border-box;
}

.supervisor-content{
  position: absolute;
  top: -6px;
  right: -6px;
  width: 89px;
  height: 91px;
  overflow: hidden;
  }

.supervisor{
  display: inline-block;
  position: absolute;
  padding: 7px 0;
  left: -23px;
  top: 22px;
  width: 160px;
  text-align: center;
  font-size: 18px;
  line-height: 16px;
  background: #ffa520;
  color: #fff;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.supervisor:before, .supervisor:after {
  position: absolute;
  content: "";
  border-top: 4px solid #b2751b;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
}

.supervisor:before {
  left: 14px;
}

.supervisor:after {
  right: 18px;
}

/*.footer{
  display: none;
}*/

/*固定フッター*/
/*#footer-fix {
 display: none;
}*/

/*固定フッター*/
@media screen and (min-width:480px) and ( max-width:800px){
.footer-fix {
  width:100%;
  position:fixed;
  bottom:0;
  text-align:center;
  background:#ffffff;
  padding:0px 0 0 0;
  font-size:12px;
  border-top: 1px solid #000000;
  /*border: 3px solid #000000;*/
}
.footer-fix  .footer-fix-menu {
  text-align :center;
  padding :0;
  display :table;
  width :100%;
}
.footer-fix  .footer-fix-menu li {
  display :table-cell;
  width :20%;
  background :#ffffff;
  /*background-image: linear-gradient(#ffffff, #ffff00 90%);*/
  color: #000000;
  padding :0;
  margin :0;
  height :60px;
  position :relative;
  vertical-align :middle;
 /* border: 0px solid #ffff00;*/
  font-size:12px;
}
.footer-fix  .footer-fix-menu li:hover {
 /* opacity :0.9;*/
}
.footer-fix  .footer-fix-menu li a {
  display :block;
  position :absolute;
  top :0;
  left :0;
  width :100%;
  height :100%;
}
}

.image{
  bottom: 0;
}
/*.atxt{
line-height:3.5;
}*/
/*固定フッターここまで*/

/*footer{
  position: relative;
  top: 0px;
  background-color: #fce6cc;
  border-top: 1px solid #CCC;
}*/


/*おしゃれなBOX-3(看板撤去のお知らせ)*/
.box222-b {
    position: relative;
    top: -40px;
    height: 330px;
    margin: 2em 0;
    background: #ffffff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.22);
}
.box222-b .box-title {
    font-size: 1.2em;
    background: #5fc2f5;
    padding: 5px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box222-b p {
    padding: 5px 5px;
    margin: 0;
}

/*(看板撤去のお知らせ)*/
.box-lef-info5{
  float: left;
  width: 25%;
  padding-right: 4px;
  margin: 4px;
  text-align: left;
}
.box-rig-info5{
  float: left;
  width: 70%;
  padding-left: 4px;
  margin: 4px;
  text-align: right;
}

/*トップページ・メイン画像・場所の案内*/
.table_2t {
width: 100%;
border: 0px;
}

.th_2t {
border: 0px;
}

.tr_2t{
border: 0px;
}

.td_2t{
border: 0px;
  padding: 5px;
}

/*きれいなテーブル1-よくある質問等メインテーブル*/
 table.pi{
  position:relative;
  top: 0px;
  width: 100%;
  border-spacing: 0;
  font-size:16px;
}

table.pi th {
color: #000000;
 padding: 12px 15px;
/* background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);*/
 background: linear-gradient(#ffba99,#ffdac8);
 /*background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));*/
 background:-webkit-gradient(#ffba99,#ffdac8);
 font-weight: bold;
 border-left:1px solid #258;
 border-top:1px solid #258;
 border-bottom:1px solid #258;
 line-height: 120%;
 text-align: center;
/* text-shadow:0 -1px 0 rgba(34,85,136,0.9);*/
 box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
} 

table.pi th:first-child {
border-radius: 5px 0 0 0;
} 

table.pi th:last-child {
 border-radius:0 5px 0 0;
 border-right:1px solid #258;
 box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}

table.pi tr td {
 padding: 8px 15px;
 border-bottom: 1px solid #84b2e0;
 border-left: 1px solid #84b2e0;
 text-align: center;
}

table.pi tr td:last-child {
 border-right: 1px solid #84b2e0;
 box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}

table.pi tr { 
 background: #fff;
}

table.pi tr:nth-child(2n+1) {
 background: #f1f6fc;

}

table.pi tr:last-child td {
 box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}

table.pi tr:last-child td:first-child {

 border-radius: 0 0 0 5px;
}

table.pi tr:last-child td:last-child {
 border-radius: 0 0 5px 0;
}

table.pi tr:hover {
 background: #bbd4ee;
 cursor:pointer;
}


/*きれいなテーブル1-ここまで*/