@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------ここからstyle.css---------------------------------------------*/

/*==============================================================================================

  基本スタイル　PCデスクトップ上
  
==============================================================================================*/
::-moz-selection 	{ background-color: #91D8f7; color: #fff; }
::selection 		{ background-color: #91D8f7; color: #fff; }

a					{ outline: 0; color:#06C;text-decoration: none;}
a:visited			{ outline: 0; color:#06C;text-decoration: none;}

/*a:hover 			{ text-decoration: underline; }
a:hover img.ro{opacity:0.7;filter: alpha(opacity=70);}/*イメージ透過*/
/*p a:hover 			{ color: #27B3CF; }
a:active 			{ outline: none; position: relative; top: 2px; }*/


.clearfix 			{ clear: both; }

/*--------------------------------------------------------------------------------*/
/*	メイン
/*--------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap&subset=japanese');

body{
-webkit-text-size-adjust: 100%;
font-family: 'Noto Sans JP';
	background: #F9F9F9; color: #222; 
	font-size: 16px; 
	-webkit-transition-property: font-size;
	-moz-transition-property: font-size;
	transition-property: font-size;
	-webkit-transition-duration: 0.5s, 0.5s;
	-moz-transition-duration: 0.5s, 0.5s;
	transition-duration: 0.5s, 0.5s; 
	-webkit-transition-timing function: linear, ease-in;
	-moz-transition-timing function: linear, ease-in; 
	transition-timing function: linear, ease-in; 
}

#wrapper { margin: 0 auto; max-width: 980px; width: 960px;/*width: 90%;*/ background: #fff; padding: 0 15px;
border:1px #ccc solid;
border-radius:;
-webkit-border-radius:;
-moz-border-radius:;
box-shadow:0px 0px 5px 3px rgba(199,199,199,0.65);
-webkit-box-shadow:0px 0px 5px 3px rgba(199,199,199,0.65);
-moz-box-shadow:0px 0px 5px 3px rgba(199,199,199,0.65);
}


.half_left {float:left; width:49%;}
.half_right{float:right;width:49%;}


.area_sp {
    display: none;
}

/*--------------------------------------------------------------------------------*/
/*	
/*--------------------------------------------------------------------------------*/
p 					{ padding: 0 5px 0 5px; }
img {max-width: 100%;height: auto;}


/*margin*/
.margin10{margin:10px;}
.margin20{margin:20px;}
.margin30{margin:30px;}
.margin40{margin:40px;}


/*フォントサイズ*/

.f10{font-size: 10px;}
.f11{font-size: 11px;}
.f12{font-size: 12px;}
.f13{font-size: 13px;}
.f15 {font-size: 15px;}
.f18{font-size: 18px;}
.f32{font-size: 32px; font-weight:bold; padding:10px;}


.fbold{ font-weight:bold;}

/*フォントカラー*/
.red{color:#FF0000;}
.blu{color:#1871B8;}


.logo	{ font-size: 30px; line-height: 30px; padding:0; margin:0;}



/*--------------------------------------------------------------------------------*/
/*	hタグ
/*--------------------------------------------------------------------------------*/

h1 	{ font-size: 38px; line-height: 75px; padding: 10px; 
	-webkit-transition-property: font-size;
	-moz-transition-property: font-size;
	transition-property: font-size;
	-webkit-transition-duration: 0.5s, 0.5s;
	-moz-transition-duration: 0.5s, 0.5s;
	transition-duration: 0.5s, 0.5s; 
	-webkit-transition-timing function: linear, ease-in;
	-moz-transition-timing function: linear, ease-in; 
	transition-timing function: linear, ease-in;  
}

h2 {
	font-size:140%;
	background: #7db9e8; /* Old browsers */
	background: -moz-linear-gradient(top, #7db9e8 0%, #2989d8 50%, #207cca 51%, #1e5799 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* W3C */
	margin:20px 0 15px 0;
	padding:12px 10px;
	color:#FFF;
	/*-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;*/
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	text-shadow:1px 1px 2px #333;
	-webkit-box-shadow:inset 0 0 50px rgba(0,0,0, 0.1);
	text-align:left
	}



	
h3 					{ font-size: 20px;border-left:10px solid #1871B8; padding:5px 10px 5px 15px; margin:20px 2px;}
h3.t3				{ font-size: 20px;border-left:10px solid #1871B8; padding:5px 10px 5px 15px; margin:20px 2px; background-color:#DEDEDE;}



.deduction {
    margin:10px 30px 20px 30px;}

.deduction h4{
    color: #555;
	border-bottom: 2px solid #555;
	letter-spacing: 0.1em;}

.handling {
    margin:10px 30px 80px 30px;
}
.handling h4{
    color: #555;
	border-bottom: 2px solid #555;
	letter-spacing: 0.1em;}



/*--------------------------------------------------------------------------------*/
/*	サイドパーツ
/*--------------------------------------------------------------------------------*/



/*--------------------------------------------------------------------------------*/
/*	ヘッダーの右にメニュー
/*--------------------------------------------------------------------------------*/

header {
	margin-bottom: 1em;
}
.header1{
 margin-right: 5px;
/* background: -webkit-gradient(linear, left top, left bottom, from(#ececec),to(#fff));　
 background: linear-gradient(#ececec, #fff);
 background-size: 100% 100%;
 height: 55px;
 border-bottom: 1px solid #dadada;*/
}
 .header1 h1{
 display: block;
 line-height: 30px;
 font-weight: bold;
 margin-left: 5px;
 float: left;
 }


/*--------------------------------------------------------------------------------*/
/*	nav メインメニュー
/*--------------------------------------------------------------------------------*/
/*--------------------*/
/*　ボタン　イエロー　*/
/*--------------------*/
a.btn_yel {
	-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:arial;
	font-size:18px;
	font-weight:bold;
	padding:6px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
.btn_yel:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}
.btn_yel:active {
	position:relative;
	top:1px;
}

/*------------------*/
/*　ボタン　レッド　*/
/*------------------*/
a.btn_red{
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
	background:-moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
	background-color:#f24537;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d02718;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:18px;
	font-weight:bold;
	padding:6px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
}
.btn_red:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
	background:-moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537',GradientType=0);
	background-color:#c62d1f;
}
.btn_red a:active {
	position:relative;
	top:1px;
}
.btn_red a:visited {
	position:relative;
	top:1px;
}
/*------------------*/
/*　ボタン　ブルー　*/
/*------------------*/
.btn_blu {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
}
.btn_blu:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
	background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
	background-color:#1e62d0;
}
.btn_blu:active {
	position:relative;
	top:1px;
}


/*------------------*/
/*　ボタン　オレンジ　*/
/*------------------*/

/*　□の飾り見出し*/	
.sikakusikaku .heading {
	color: #0a385b;
	position: relative;
	padding-left: 1.4em;
	margin-bottom: 0.4em;
}
.sikakusikaku .heading:before, .sikakusikaku .heading:after {
	content: "□";
	position: absolute;
	width: 4px;	
	height: 4px;
}
.sikakusikaku .heading:before {
	left: 0;
	top: -3px;
}
.sikakusikaku .heading:after {
	left: 5.5px;
	top: 3.5px;
}

    

/*　スラッシュの飾り見出し*/
.sla_title .heading {
	overflow: hidden;
	align-items: center;
	background: #92a4b8;
	font-size: 1.4em;
	font-weight: bold;
	color: #FFFFFF;
	height: 2.9em;
	line-height: 1.4em;
	display: flex;
	margin: 2em 0 0.4em 0;
	letter-spacing: 0.1em;
}
.sla_title .heading:before, .sla_title .heading:after {
	content: "";
	flex: 1;
	background: #FFFFFF;
	padding: 3px 0;
	height: 0;
	transform: rotate(45deg);
}

.banner_menu{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.midashi {
    margin-left: 30px;
    border-left: 5px solid #1871B8;
    padding: 10px 0 10px 20px;
    color: #111212;
    letter-spacing: 0.06em; 
}    
#home h3 {
    font-size: 20px;
    margin: 20px;
} 








/*--------------------------------------------------------------------------------*/
/*	pagetop
/*--------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------*/
/*	table
/*--------------------------------------------------------------------------------*/
/*------------------*/
/*　table　*/
/*------------------*/



table.base05_retugo {
  padding: 0 30px;
  width: 100%;
}
table.base05_retugo {
  border-spacing: 0;
  font-size: 14px;
}
table.base05_retugo th {
  color: #fff;
  padding: 8px 15px;
  background: #8fa0b4;
  /*background: -moz-linear-gradient(rgba(167,188,212,0.7), rgba(143,160,180,0.9) 50%);
	background: -webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(167,188,212,0.7)), to(rgba(143,160,180,0.9)));*/
  font-weight: bold;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  line-height: 120%;
  text-align: center;
}
table.base05_retugo th:first-child {
  border-radius: 0;
}
table.base05_retugo th:last-child {
  border-radius: 0;
}
table.base05_retugo tr td {
  padding: 8px 15px;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  text-align: center;
  vertical-align: middle;
}
table.base05_retugo tr td:last-child {
  /*  border-right: 1px solid #ffffff;*/
  /* box-shadow: 2px 2px 1px rgba(0,0,0,0.1);*/
}
table.base05_retugo tr {
  background: #ebf0f6;
}
table.base05_retugo tr:nth-child(2n+1) {
  background: #bbcce0;
}
table.base05_retugo tr:last-child td {}
table.base05_retugo tr:last-child td:first-child {
  border-radius: 0;
}
table.base05_retugo tr:last-child td:last-child {
  /*border-radius: 0 0 5px 0;*/
  border-radius: 0;
}




/*ドロップダウンメニュー 未使用*/


/*------------------*/
/*　table04　*/
/*------------------*/



.f8pt{
	font-size: 8pt;
}

.f9pt{
	font-size:9pt;
}




.btn_kozaop {
	width:100%;
	margin:0px;
	text-decoration: none;
	font-weight:bold;
	font-size:16pt;
	display: inline-block;
	text-align: center;
	color: #fff;
	border: 1px solid #C2231F; /* Fallback style */
	border: 1px solid rgba(0, 0, 0, 0.3);
	/*text-shadow: 0 1px 0 rgba(0,0,0,0.4);*/
 
    box-shadow: 0 0 .05em rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 .05em rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 .05em rgba(0, 0, 0, 0.4);
	padding:10px 20px;
}
/*.btn_kozaop:a{text-decoration:none; color:#FFF;}*/
.btn_kozaop, .btn_kozaop span {
	-moz-border-radius: .2em;
	border-radius: .2em;*/
}

.btn_kozaop:visited {
	color:#FFF;
}
/*口座開設のピンクボタン*/
.button-red {
	margin-bottom:10px;
	background: #DC1076;
	background: -webkit-gradient(linear, left top, left bottom, from(#DC1043), to(#DC1076) );
	background: -moz-linear-gradient(-90deg,, #DC1076);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#DC1043', endColorstr='#DC1076');
}


/*新発LP等バナー*/
.banner_menu{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.item{
  text-align: center;
  width: 46%;
  margin : 2%;
}
.item img{
	width:100%;
}



/*-------------------------------------------------ここからstyle_02.css---------------------------------------------*/

.header1 h1.logo { font-size: 30px; line-height: 30px; padding:10px 0 0 0; margin:0;}

/* ページからの移植 */

.shadow {
	margin-top: 5px; /* 画像の上の余白*/
	display: inline-block;
	box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8); /*横方向　下方向　ぼかし　広がり　色 */
}

#demo2 #content_area {
	width: 100%;
/*	overflow:hidden;*/
/*	height: 3800px;*/
	height: auto;
	position: relative;
	clear: both;
}

.content_block_2 {
	/*position:absolute;
	left:0;
	top:0px;
	padding: 0px;*/
}


.clearfix:after {
	content : '';
	display : block;
	clear : both;
	height:0;
}



table.base04,
table.base05 {
padding: 0 30px;
width: 100%;
}

table.base04 tr th.w20 {
width: 20%;
}

table.base02,
table.base03,
table.base04,
table.base05,
table.base06 {
  border-spacing: 0;
  font-size:14px;
}

table.base02 th,
table.base03 th,
table.base04 th,
table.base05 th,
table.base06 th {
  color: #fff;
  padding: 8px 15px;
  background: #8fa0b4;
  background:-moz-linear-gradient(rgba(167,188,212,0.7), rgba(143,160,180,0.9) 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(167,188,212,0.7)), to(rgba(143,160,180,0.9)));
  font-weight: bold;
  border-left:1px solid #ffffff;
  border-bottom:1px solid #ffffff;
  line-height: 120%;
  text-align: center;
}

table.base02 th:first-child,
table.base03 th:first-child,
table.base04 th:first-child,
table.base05 th:first-child,
table.base06 th:first-child {
  border-radius:0;	
}
table.base02 th:last-child,
table.base03 th:last-child,
table.base04 th:last-child,
table.base05 th:last-child,
table.base06 th:last-child {
  border-radius:0;
}

table.base02 tr td,
table.base03 tr td,
table.base04 tr td,
table.base05 tr td,
table.base06 tr td {
  padding: 8px 15px;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  text-align: center;
  vertical-align:middle;
}

table.base02 tr td:last-child,
table.base03 tr td:last-child,
table.base04 tr td:last-child,
table.base05 tr td:last-child,
table.base06 tr td:last-child {
/*  border-right: 1px solid #ffffff;*/
 /* box-shadow: 2px 2px 1px rgba(0,0,0,0.1);*/
}

table.base02 tr,
table.base03 tr,
table.base04 tr,
table.base05 tr,
table.base06 tr {
  background: #ebf0f6;
}

table.base02 tr:nth-child(2n+1),
table.base03 tr:nth-child(2n+1),
table.base04 tr:nth-child(2n+1),
table.base05 tr:nth-child(2n+1),
table.base06 tr:nth-child(2n+1) {
  background: #bbcce0;
}

table.base02 tr:last-child td,
table.base03 tr:last-child td,
table.base04 tr:last-child td,
table.base05 tr:last-child td,
table.base06 tr:last-child td {
}

table.base02 tr:last-child td:first-child,
table.base03 tr:last-child td:first-child,
table.base04 tr:last-child td:first-child,
table.base05 tr:last-child td:first-child,
table.base06 tr:last-child td:first-child {
  border-radius: 0;
}

table.base02 tr:last-child td:last-child,
table.base03 tr:last-child td:last-child,
table.base04 tr:last-child td:last-child,
table.base05 tr:last-child td:last-child,
table.base06 tr:last-child td:last-child {
  /*border-radius: 0 0 5px 0;*/
  border-radius: 0;
}

 /*table.base03 tr td.t_center {
text-align: center;
}*/






#under_demo p {
	padding: 0 20px;
}


#home img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	display: block;
	margin: 0 auto;
}

.mb20{margin-bottom:20px;}
.ml30{margin-left:30px;}

#home h2 {
margin-bottom: 30px;
}

#under_demo h2 {
	font-size:140%;
	background: #7db9e8; /* Old browsers */
	background: -moz-linear-gradient(top, #7db9e8 0%, #2989d8 50%, #207cca 51%, #1e5799 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* W3C */
	margin:20px 0 15px 0;
	padding:12px 30px;
	color:#FFF;
	/*-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;*/
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	text-shadow:1px 1px 2px #333;
	-webkit-box-shadow:inset 0 0 50px rgba(0,0,0, 0.1);
	text-align:left
	}



#under_demo h4 {
	padding: 3px 30px;
	margin: 5px 0 0 0;
	border-bottom: 1px solid #7db9e8;
}
.header1 h1.logo { font-size: 30px; line-height: 30px; padding:10px 0 0 0; margin:0;}
#home .header1{
 margin-right: 5px;
height: 70px;
}
#home .header1 h1{
 display: block;
 height: 30px;
 width: 110px;
 line-height: 30px;
 font-weight: bold;
 margin-left: 5px;
 float: left;
 }

/*口座開設ボタンの設定*/

.main_btn {
padding: 0 30px;
	margin-bottom: 20px;
	clear: both;
}

.main_btn_02 {
padding: 0 30px;
	margin-bottom: 50px;
	clear: both;
}


/*テキスト消去用*/
.clearText {
text-indent:100%;
white-space:nowrap;
overflow:hidden;
}

.koza_btn a {
margin:3.5em 0 ;
background: url(../images/index_lp_bond/btn_kouza.png) no-repeat;
width: 900px;
height: 110px;
display: block;
overflow: hidden;
text-indent: 100%;
}


.simu_btn a {
background: url(../images/index_lp_bond/btn_simu.png) no-repeat;
width: 900px;
height: 110px;
display: block;
overflow: hidden;
text-indent: 100%;
}



.h2_contents2_3 {
background: url(../images/index_lp_bond/h2_bac_contents2_3.gif) no-repeat;
width: 960px;
height: 100px;
display: block;
overflow: hidden;
text-indent: 100%;
}

.h2_contents2_4 {
background: url(../images/index_lp_bond/h2_bac_contents2_4.gif) no-repeat;
width: 960px;
height: 100px;
display: block;
overflow: hidden;
text-indent: 100%;
}

/*h3設定*/



/* 画像を横に2分割 */

div.l_side {
	background-color:#ffffff;
	float:left;
	width:50%;
	margin:0px;
	padding:0px;
	}

div.r_side {
	background-color:#ffffff;
	float:right;
	width:50%;
	margin:0px;
	text-align:left;
	padding:0px;
	}


/*ラジオボタン設定*/
.sample input {
		//display: none;
	zoom:1.2;
}

.sample label {
		display: inline-block;
		position: relative;
		cursor: pointer;
		/*margin-left: 10px;*/
		padding: 10px 2px;
		border-radius: 2px;
		text-align: left;
		line-height: 1;
		width:13em;
}

/*.sample label:before {
		position: absolute;
		content: "";
		top: 50%;
		left: -13px;
		width: 18px;
		height: 18px;
		margin-top: -10px;
		background: #ffffff;
		border-radius: 50%;
		border: 1px solid #999999;
}*/



.btn_blu_big {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:26px;
	font-weight:bold;
	padding:6px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
}

h5{background-color: #D1D1D1;}

