@charset "shift_jis";
/*全体の設定
---------------------------------------------------------------------------*/
/*body{
  background : url(none) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
}*/
/*h1タグ設定
---------------------------------------------------------------------------*/
/*h1{
  display: none;
}*/

/*トップページ残高照会・申し込み等のボタン4つ*/
.btn-top-radius {
  width:20%;
  position: relative;
  top:-17px;
  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;
}

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


/*画像の周りに文字を回り込ませる
---------------------------------------------------------------------------*/
/*トップページ監修者・プライバシー*/
img.mawarikomi{
  float : left ;
  margin: 15px auto;
  padding: 10px 10;
}

/*画像設定*/
img.wa{
  width: 100%;
  height: auto;
}
img.wa3{
  width: 93%;
  height: auto;
  /*margin-left: 2.5%;
  margin-right: 2.5%;*/
}


/*ページトップスクロールvr*/
#pagetop{
  position:fixed;
  right:20px;
  bottom:55px;
/*cursor:pointer;
  right:20px;
  bottom:20px;
  cursor:pointer;*/
}
/*トップページお借入れのルール*/
@media screen and (max-width:480px) {
.rule{
  display:none;
}
}

@media screen and (max-width:480px) {
.rules{
  width:100%;
}
}

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

.takasa01{/*トップページのh1*/
 width: 99%;
 position: relative;
 /*top: -10px;*/
}

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

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

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

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

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


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

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

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


.takasa30{
  position: relative;
  top: -25px;
}

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

.takasa32{
  position: relative;
  top: -65px;
}

.takasa33{
  position: relative;
  top: -80px;
}

.takasa34{
  position: relative;
  top: -90px;
}

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

.takasa36{
  position: relative;
  top: -60px;
}

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

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


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

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


/*トップページ日付通常時*/
.takasa41{
  position: relative;
  top: 30px;
}
/*トップページ日付非常時*/
.takasa42{
  position: relative;
  top: 50px;
}

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


/*トップページ更新日の高さ*/
.takasa44{
    position: relative;
    top: 0px;
}

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

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

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

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


p .takasa40{
  position: relative;
  top: 40px;
}
/*質問のフッター*/
.takasa52{
  position: relative;
  top: -100px;
}

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

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

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

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

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

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

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container{
  width: auto;
  padding: 5px;
  /*ボックス内の余白*/
	border-radius: 0px;
  /*角丸のサイズ*/
	-webkit-box-shadow: none;
  box-shadow: none;
}



/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header{
  margin-bottom: 0px;
}
/* アコーディオン(開閉ボタンデザインなし) */
.acdn-content{
  width: 700px ;
  height: 500px ;
  background: #D36015 ;
}
/*スマホ専用メニュー（20150413カスタマイズ分追加あり）
---------------------------------------------------------------------------*/

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents{
  width: auto;
}
/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub{
  float: none;
  width: auto;
}
#main, #sub3{
  float: none;
  width: auto;
}
/*mainコンテンツ
---------------------------------------------------------------------------*/
/*mainコンテンツのh2タグの設定*/
#main{
  position: relative;
  top: 5px;
  /*メインコンテンツ幅*/
	float: right;
  /*右側に回り込み*/
	padding-bottom: 20px;
}
/*mainコンテンツの段落タグ設定*/
#main p{
  padding: 0.5em 5px 1em;
}
/*mainコンテンツの段落タグ設定*/
#main p{
  padding: 0.5em 5px 1em;
}
/*gallery.html内のブロック
---------------------------------------------------------------------------*/

/*トップページのメイン画像
---------------------------------------------------------------------------*/
#mainimg{
  height: auto;
  width: 100%;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 20px;
}
#mainimg img{
  border: 5px solid #FFF;
}
#slide_image{
  height: auto;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#slide_image2{
  height: auto;
  width: 100%;
  position: absolute;
  left:0px;
  top:0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#slide_image3{
  height: auto;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#slide_image4{
  height: auto;
  width: 100%;
  position: absolute;
  left:0px;
  top:0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/*Googleマップレスポンシブ対応*/
.ggmap{
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ggmap iframe,.ggmap object,.ggmap embed{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


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

.th_2t {
border: 0px;
}

.tr_2t{
border: 0px;
}

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


/*おしゃれな見出し*/
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;
}



/*menu.html内のメニューブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list article{
  float: none;
  margin: 0px auto 1em;
}

/*その他
---------------------------------------------------------------------------*/
/*写真の設定*/
img.wa{
  width: 100%;
  height: auto;
  text-align: center;
}
#sub #submenu{
  display: none;
}
#sub3 #submenu3{
  display: none;
}
#sub4 #submenu4{
  display: none;
}
#sub7{
  display: none;
}



/*フッター設定
---------------------------------------------------------------------------*/
footer{
/*  position: relative;
  top: 0px;
   border-radius: 7px 7px 7px 7px;
  background: linear-gradient(#ff9999,#ffba99,#ffffce,#ffffce,#ffdac8,#ff9999);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.22);
  background-color: #fce6cc;
  border-top: 1px solid #CCC;*/
}

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



/*固定フッター*/
@media screen and ( max-width:480px){
.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-bottom: 1px solid #ffffff;*/
 /* border: 0px solid #ffffff;*/
}
.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;
}*/
/*固定フッターここまで*/





/*カード発行のお申込みボタン*/
.btn-gradient-3d-simple{
  position: relative;
  top: 20px;
  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;
}


/*質問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: 95%;
  height: 270px;
  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;
}

