@charset "UTF-8";
/*コピーガード*/
html {
user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-webkit-user-select:none;
-khtml-user-select:none;
-webkit-user-drag: none;
-khtml-user-drag: none;
-webkit-touch-callout: none;
touch-callout:none;
-moz-touch-callout:none;
max-width: 920px;
margin-left: auto;
margin-right: auto;
}
* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-box-shadow: none;
    box-shadow: none;   
    outline: none;
}
body{
	/*transform: scale(1.2);  1.2倍に拡大 */
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.3;
	letter-spacing: -0.06em;
	font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
a{
	text-decoration: none;
}
a:link{
	color:#6F9FC5;
}
a:visited{
	color:#6F9FC5;
}

/* ------ 青いリンクボタン ------ */

.linkbtn{
}

.linkbtn:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

.linkbtn{
	margin-bottom: 20px;
}
.linkbtn a{
	width: 220px;
	display: block;
	font-size: 18px;
	color: #ffffff;
	padding: 10px;
	text-align: center;

	background-color: #3374b5;
	border-top:1px solid #acacff;
	border-bottom:1px solid #255483;
	border-left:2px solid #2d669f;
	border-right:2px solid #2d669f;

	/* box-shadow */
	box-shadow:0px 6px 6px 1px #aaaaaa;
	-moz-box-shadow:0px 6px 6px 1px #aaaaaa;
	-webkit-box-shadow:0px 6px 6px 1px #aaaaaa;

	/* border-radius */
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;

	line-height: 1.7
}
.linkbtn a:active{
	background-color: #2d669f;
	border-top:2px solid #255483;
	border-bottom:2px solid #2d669f;
	border-left:2px solid #255483;
	border-right:2px solid #255483;
}
button.linkbtn3{
	width: 220px;
	font-size: 18px;
	color: #ffffff;
	padding: 10px;
	background-color: #3374b5;
	border-top:1px solid #acacff;
	border-bottom:1px solid #255483;
	border-left:2px solid #2d669f;
	border-right:2px solid #2d669f;

	/* box-shadow */
	box-shadow:0px 6px 6px 1px #aaaaaa;
	-moz-box-shadow:0px 6px 6px 1px #aaaaaa;
	-webkit-box-shadow:0px 6px 6px 1px #aaaaaa;

	/* border-radius */
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;

	cursor: pointer;
	cursor: hand;
	line-height: 1.7;

	box-sizing: content-box;

}
button.linkbtn3 a:visited{
	font-size: 16px;
	color: #ffffff;
	padding: 8px 25px 12px 25px;
	background-color: #3374b5;
	border-top:1px solid #acacff;
	border-bottom:1px solid #255483;
	border-left:2px solid #2d669f;
	border-right:2px solid #2d669f;

	/* box-shadow */
	box-shadow:0px 6px 6px 1px #aaaaaa;
	-moz-box-shadow:0px 6px 6px 1px #aaaaaa;
	-webkit-box-shadow:0px 6px 6px 1px #aaaaaa;

	/* border-radius */
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;

	cursor: pointer;
	cursor: hand;
	line-height: 1.3;

}


button.linkbtn3 a:active{
	font-size: 16px;
	color: #cccccc;
	padding: 10px 25px 10px 25px;
	background-color: #2d669f;
	border-top:2px solid #255483;
	border-bottom:2px solid #2d669f;
	border-left:2px solid #255483;
	border-right:2px solid #255483;

}

#con-left5 .linkbtn3:before{
	content:'＜ ';
}
#con-bs #con-rt5 .linkbtn3:after{
	content:' ＞';
}

/* ------ レイアウト調整 ------ */
.left{
	float:left;
}
.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

/* ------ ヘッダ ------ */

header{
	display: none;
}
/*--header{
	position:relative;
	padding-top:10px;
	display:table;
	width: 100%;
}
header .prev,
header #nav,
header #title,
header #logo{
	display:table-cell;
	vertical-align: middle;
}
header .prev{
	width:33%;
	padding-left: 2%
}
header #title{
	width:33%;
	text-align: center;
	font-size: 18px;
}
#nav{
	width:17%;
}
#nav li{
	float: left;
}
#nav li:first-child{
	width:40%;
}
#nav li:last-child{
	width:60%;
}
#logo{
	width:17%;
	text-align:right;
	padding-right: 2%
}
#logo img{
	width:100%;
}
------ */

#container{
	clear:both;
	border-top:2px solid #71879B;
	width: 100%;
	margin-left: auto;
	margin-right: auto;


/* ------ 水色のグラデーション------ */

	width:100%;
	height:15px;
}

div#tophe{
	padding-top: 5px;

}
div#tophe button{
	font-size: 12px;
	font-weight: bold;
	margin-left: 25px;
	background:none;
	border:none;
	color: #6F9FC5;
}

/* ------ 目標金額を設定するの部分 ------ */

#glnv1{
	width:92%;
	text-align: center;
	margin-top: 1px;
	margin-left: auto;
	margin-right: auto;
}
#glnv1 ul{
    display: inline;
}
#glnv1 ul li{
	display: inline-block;
	width:22.8%;
	margin-right: 1%;
	text-align: left;
	font-size: 13px;
	color:#444444;
	border-bottom: 3px solid #999999;
	line-height: 1.3;
}
#glnv1 ul li:last-child{
	margin-right: 0px;
}
#glnv1 ul li#org{
	color: #FF6600;
	border-bottom: 3px solid #FF6600;
}
#glnv1 li .tint{
	font-size: 12px;
}
#glnv1 li .bld{
	font-weight: bold;
}

/* ------ 各ステップの説明テキストの部分 ------ */

#instruction{
	font-weight: bold;
	margin-top: 13px;
	margin-bottom: 2px;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
}

/* ----- ポップアップ ----- */
#modal{
	width:400px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	background-color:#efefef;
	font-size:12px;
	padding: 20px 10px;
	border:1px solid #ccc;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	z-index: 92;
	top:180px;
	border-radius: 4px;
}
#modal .message{
	margin-bottom: 20px;
}
#modal_layer{
	/*width: 920px;*/
	/*height: 580px;*/
	width: 100%;
	height: 100%;
	background-color:#000;
	opacity: 0.5;
	position: fixed;
	top: 0;
	z-index: 91;
}
#logo_place{
	margin-bottom: 10px;
}
.mslogo{
	float: right;
	margin-right: 10px;
}
.discms{
	border: 1px solid #ccc;
    padding: 10px;
	font-size: 0.9em;
	margin: 5px;
	clear: both;
}

#wrap2 {
    width: 92%;
    text-align: left;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
}