.l-wrapper {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
}

.l-wrapper-lp {
    margin: 0 0;
}

.l-wrapper img.head {
        width:100%;
}


h2{}
h3{}
h4{}

.style_01{
text-align:center;
margin:30px 0 30px 0;
padding:13px 0 5px 0;
background-color:#b29c66;
font-size:24px;
letter-spacing:1px;
line-height:180%;
color:#FFFFFF;
}

.style_02{
text-align:center;
margin:45px 0 30px 0;
padding:12px 0 7px 0;
border-top:dotted 1px #111111;
border-bottom:dotted 1px #111111;
font-size:18px;
font-weight:normal;
letter-spacing:1px;
line-height:180%;
}

.center{
 text-align:center;
}

.hide{
	display:none;
}

::placeholder{
  color:#BBB;
}

/*---------- コンテンツ ----------*/

.contents{
margin:0 0 20px 0;
padding:30px 40px 30px;
}

.inner{
width:760px;
margin:0 auto;
}

.bankinfo{
width:500px;margin:20px auto;
}

.bigoinfo{
max-width:640px; border:3px solid #CCC; background:#F6F6F6; padding:10px; margin:10px auto 0px;
}

.price{
font-size:60px;
}

.bonus{
	background: #eee;
	width: 100%;
	padding:0.5em;
	margin-bottom:0.7em;
box-sizing: border-box;
}

a:hover img {
 opacity: 0.6;
}


.toggle{
  display: none;
}

form{
	margin-bottom:1em;
}

label{
	display:block;
}

.step{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.step span{
	background: #343844;
	color: #fff;
	font-size:100%;
	padding-left: 10px;
	padding-right: 10px; 
}

/*---------- 文字装飾 ----------*/

.bold{font-weight:bold;}
.bold24{font-size:36px;font-weight:bold;line-height:180%;}
.ul{text-decoration:underline;}
.boldul{font-weight:bold;text-decoration:underline;}
.red, .aka {font-weight:normal;color:#CC0000;}
.redul {font-weight:bold;color:#CC0000;text-decoration:underline;}
.ym{background-color:#FFFF00;padding:1px;font-weight:bold;}
.caption{font-size:14px;color:#666666;font-weight:normal;line-height:180%;}
.comment{color:#CC0000; }

h1{
 text-align:center;
 font-size: 1.5em;
 margin:0 auto 0.7em;
 font-family:'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
}

.info p{
	padding:0;
	line-height:2em;
	margin: 15px;
}

/*---------- 文字位置 ----------*/

.center{text-align:center;}
.right{text-align:right;}

#footer{
margin:0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:200%;
text-align:center;
padding:20px;
color:#666666;
}
#footer a:link {color:#666666;text-decoration:underline;}
#footer a:visited {color:#666666;text-decoration: underline;}
#footer a:hover {color:#666666;text-decoration:none;}

#kiyakus{
	font-size:14px;
	width:766px;
	margin: 15px auto;
	padding: 20px;
	border: 1px solid #eee;
height:200px;
overflow: auto;
background-color: #fff;
}

/*--------------------------------------------------------
フォーム
--------------------------------------------------------*/
table#table_form {
	margin: 0 0 20px;
	width: 100%;
	font-size: 100%;
	table-layout: fixed;
	border: 1px solid #ccc;
border-collapse: collapse;
}

table#table_form th {
	width: 25%;
	padding: 5px 10px;
	border: 1px solid #ccc;
	background: #eee; /* #eee; */
	text-align: left;
	vertical-align: middle;
	color: #000;
}

table#table_form th .hissu {
    background-color: orange;
    border-radius: 5px;
    padding: 5px;
    color: #fff;
    float: right;
}

table#table_form td {
	padding: 10px;
	border: 1px solid #ccc;
	background-color:#FFFFFF;
}

.inputText {
	width: 97%;
	padding: 3px;
	font-size: 100%;
}

.inputSelect {
	padding: 3px;
	font-size: 100%;
	max-width: 97%;
}

.inputText.inputTextShort {
	width: 45%;
}

.inputText.inputTextShortest {
	width: 27%;
}

textarea.inputText {
	width: 97%;
	height: 150px;
	padding: 3px;
}

.formBtn {
    padding: 15px 40px;
    font-size: 1.5em;
    background-color: #59B200;
    color: #fff;
    border-style: none;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 0 2px 2px #CCC;
	border-radius: 6px;
	box-shadow: 0 2px 2px #CCC;
	cursor: pointer;
}

.formBtn:hover {
    background-color: #FF8000;
	cursor: pointer;
}

label{
	display: block;
}

input[type=checkbox] {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}
input[type=radio] {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

br.nopc{
	display: none;
}

br.nosp{
	display: inline;
}


/*--------------------------------------------------------
タイトル
--------------------------------------------------------*/
div.tpl2-title {
	background: black;
	border: 0;
	color     : #fff;
	text-align: center;
	padding : 30px 10px;
	width : 100%;
	margin:0;
	background: url(../img/bigo-ttlbg.jpg) no-repeat scroll center top, #092452;
	background-size:cover;
	opacity: 1;
}
div.tpl2-title img {
	max-width:100%;
}



@media screen and (max-width: 900px) {

	#container{
	width:100%;
	margin:0px auto 0 auto;
	background-color:#fff;
	box-shadow:0px 0px 10px #594a42;
	box-sizing: border-box;
	}
	
	.contents{
	margin:0 0 20px 0;
	padding:0px 20px 30px;
	}

	.inner{
	width:100%;
	margin:30px auto;
	}
	
.bankinfo{
	width:100%;
	margin:20px auto;
}

	#container img{
	width:100%;
	}

}

@media screen and (max-width: 640px) {

	#container{
	width:100%;
	margin:0px auto 0 auto;
	background-color:#fff;
	box-shadow:0px 0px 10px #594a42;
	box-sizing: border-box;
	}

	.contents{
	margin:0 0 20px 0;
	padding:0px 20px 30px;
	}

	.inner{
	width:100%;
	margin:30px auto;
	}
	
.bankinfo{
	width:100%;
	margin:20px auto;
}

.bigoinfo{
	width:100%;
	border:3px solid #CCC; background:#F6F6F6; padding:15px; margin:15px auto 0px;
	box-sizing: border-box;
}
	
	#container img{
	width:100%;
	}
	

.step{
	font-size: 1.1em;
}

	h1{
		font-size: 1.25em;
	}
	h2{
		font-size: 1.15em;
	}
	h3{
		font-size: 1.1em;
	}
	  table {
	    border-top: 1px solid #999;
	  }
	  table td {
	    display: block;
	    width: auto;
	  }
	  table th {
	    display: block;
	    border-top: none;
	    border-bottom: none;
	    width: 100%;
	  }
	  
	  table#table_form th{
	    width: auto;
	  }
	  
		table#table_form th:after {
		  clear: both;
		  content: '';
		  display: block;
		}
	
	br.nopc{
		display: inline;
	}

br.nosp{
	display: none;
}

	.formBtn {
	    padding: 15px auto;
	}
}
