
#formSec{
    background-color: #F7F6F6;
}

.formTitle {
    font-size: 2.2rem;
    text-align: center;
    position: relative;
    font-weight: normal;
    margin: 0 0 40px 0px;
}

.formTitle::before {
    border-top: 1px solid #CABFB9;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
}

.formTitle span {
    padding: 0 20px;
    background-color: #F7F6F6;
    z-index: 5;
    position: relative;
}
.formTbl input[type=text], 
.formTbl input[type=email], 
.formTbl textarea{
    padding: 8px 8px 8px 8px;
    margin: 0 5px 0 5px;
    background-color: #FBFBFB;
    border: 1px solid #BCBCBC;
		border-radius:3px;
		margin-top:1px;
		margin-bottom:1px;
}

.formTbl select {
    padding:3px 8px 7px 8px;
    margin: 0 5px 0 5px;
    background-color: #FBFBFB;
    border: 1px solid #BCBCBC;
		border-radius:3px;
		margin-top:1px;
		margin-bottom:1px;
}

.must {
color: #fff;
    background-color: #7cad19;
    font-size: 0.75rem;
    padding: 2px 5px 2px 5px;
    line-height: 1.0;
    border-radius: 4px;
    margin-left: 4px;
}

.formBlock {
	padding: 20px 47px 50px 47px;
	font-size: 14px;
    line-height: 26px;
}

.formBlock br.sp{
	display:none;
}

.formTbl {
	margin: 0 0 25px 0;
}
.formTbl > dt {
	width: 285px;
	float: left;
	padding: 15px 0px 15px 20px;
	background-position: 0 32px;
	background: -webkit-gradient(linear,left top,left bottom,from(#f9f9f9),to(#fff));
}
.formTbl > dt .must {
	top: 24px;
}
.formTbl > dd {
	padding: 15px 0 15px 320px;
	border-bottom: 1px dotted #BBBBBB;
}
.formTbl > dt.topx,
.formTbl > dd.topx {
	border-top: 1px dotted #BBBBBB;
}

.formTbl dl.list dt {
	float: left;
}
.formTbl dl.list dd {
	float: left;
}

.formTbl dl.list.type01 > dt {
	width: 10%;
}
.formTbl dl.list.type01 > dd {
	width: 90%;
}
.formTbl dl.list.type01 ul {
	width: 170px;
	float: left;
	margin: 0 10px 0 0;
}

.formTbl .list.type02{
	display: table;
	width: 100%;
}

.formTbl .list.type02 li{
	display: table-cell;
	padding: 0 2em 8px 0;
	vertical-align: middle;
}


.formTbl dl.list.type02 > dt {
	width: 14%;
}

.formTbl dl.list.type02 > dd {
	width: 85%;
}

.formTbl dl.list.type02 > dd input[type="text"] {
	width: 255px;
}

.formTbl dl.list.type03 > dt {
	width: 30%;
}

.formTbl dl.list.type03 > dd {
	width: 70%;
}

input[type=email],
input[name=address1]{
	width: 285px;
}

.bikouSec textarea{
	width: 615px;
	height: 140px;
}
.btnBox {
    text-align: center;
    position: relative;
}
.btnBox .submitBtn {
background-color: #7cad19;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 50px 15px 50px;
    text-align: center;
    color: #FFF;
    font-size: 1.8rem;
    border: none;
    /*background-image: url(../img/common/btn_arrow01.png);
    background-repeat: no-repeat;
    background-position: 90% 50%;
    -webkit-background-size: 11px 20px;
    background-size: 11px 20px;*/
}
@media screen and (max-width: 640px) {
    .formTbl dl.list.type02 > dt {
        width: 150px;
    }
}
