@charset "utf-8";

/* common
----------------------------------------------------*/

body {
	padding:0;
	margin:0;
	font-family: 'Meiryo', 'メイリオ', Verdana, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Osaka, 'ＭＳ Ｐゴシック', "MS P Gothic" ,sans-serif;
	font-size: 15px;
	height:auto !important;
	line-height:1.7;
	word-wrap:break-word;
}


.off {
	display:none !important;
}


/* header
----------------------------------------------------*/
#header {
	width:100%;
	height:70px;
}

.header_suruga {
	background:#4bb4ee;
}



#header_contents {
	width:840px;
	height:70px;
	margin-left:auto;
	margin-right: auto;
}

#logo {
	display:inline-block;
	float:left;
	width:268px;
	height:32px;
	margin-top:24px;
	background-repeat:no-repeat;
}


.logo_suruga {
	background-image: url('https://www.surugabank.co.jp/ib/sorry/images/logo.png');
}

.header_suruga h1 {
	display:inline-block;
	width:636px;
	height:70px;
	line-height:70px;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	text-align:right;
}

/* contents
----------------------------------------------------*/
#contents {
	width:840px;
	margin-left:auto;
	margin-right: auto;
}


h2 {
	margin: 56px 0 24px;
	padding: 0 0 12px;
	border-bottom: 1px solid #38bdef;
	color: #333;
	font-weight: bold;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.2857;
}

.box {
	border: 3px solid #e6eaed;
	padding:7px;
	width:820px;
	margin-bottom:30px;
}

.box_top {
	margin-top:40px;
}


/* フォームコンテンツ */
.form_contents {
	margin: 20px 30px;
}


.tel_img {
	margin-right:40px;
	display:inline-block;
	padding-left:40px;
	line-height:36px;
	font-size:24px;
	font-weight:bold;
	background:url('https://www.surugabank.co.jp/ib/sorry/images/tel_mark.png') no-repeat scroll left center;
}



#copyright {
	margin-top:28px;
	padding-bottom:65px;
	width:840px;
	text-align:center;
	font-size:11px;
	color:#2e3b4e;
}

.layout-about {
  text-align: left;
}
.layout-about .bt-area {
  margin-bottom: 30px;
}
.layout-about table {
  margin-bottom: 30px;
}
.layout-about .list_disc {
  padding-left: 20px;
}
.layout-about .list_disc li {
  list-style-type: disc;
}

.tbl_1 {
  margin-bottom: 70px;
}
.tbl_1 table {
  border-collapse: collapse;
	width:100%;
}
.tbl_1 table th, .tbl_1 table td {
  border: solid 3px #dbe2e6;
  padding: 30px 20px;
  font-size: 15px;
  font-weight: normal;
}
.tbl_1 table th {
  background: #edf1f4;
  text-align:center;
}


 @media screen and (max-width:480px) {
/*------------------sp-------------------------------------------------------------------------*/
 
 #header {
	width:100%;
	height:50px;
}

.header_suruga {
	background:#4bb4ee;
}


#header_contents {
	width:100%;
}

#logo {
	display:inline-block;
	width:160px;
	margin:15px 0 0 10px;
}

#logo_t {
	display:inline-block;
	width:92px;
	height:19px;
	margin:7px 0 0 10px;
}

.logo_suruga {
	background-image: url('https://www.surugabank.co.jp/ib/sorry/images/logo_sp.png');
	background-repeat:no-repeat;
	background-size: contain;
	-webkit-background-size:contain;
}
.header_suruga h1 {
	display:inline-block;
	float: right;
	width: auto;
	margin:8px 10px 0 0;
	font-size:22px;
	font-weight:bold;
	color:#FFF;
	text-align:right;
}

/* contents
----------------------------------------------------*/
#contents {
	width:100%;
}


h2 {
    margin: 40px 10px 20px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.4444;
}

.box {
	border: 3px solid #e6eaed;
	padding:7px;
	width:90%;
	margin:0 auto;
}

.box_top {
	margin-top:10px;
}



/* フォームコンテンツ */
.form_contents {
	margin: 0px 20px;
}


.tel_img {
	display:inline-block;
	padding-left:40px;
	line-height:36px;
	font-size:18px;
	font-weight:bold;
	background:url('https://www.surugabank.co.jp/ib/sorry/images/tel_mark_sp.png') no-repeat scroll left center;
	background-size:30px 30px;
	-webkit-background-size:30px 30px;
}



#copyright {
	margin-top:20px;
	padding-bottom:65px;
	width:100%;
	text-align:center;
	font-size:11px;
	color:#2e3b4e;
}

 
 
 }