table.res-tb-tec th,
table.res-tb-tec td {
    padding: 10px;
}
 
table.res-tb-tec th {
    background: #295890;
    vertical-align: middle;
    text-align: left;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    text-align:center;
}
 
table.res-tb-tec th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #295890;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.res-tb-tec th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #295890 10px solid;
        margin-top: -10px;
    }
}
 
table.res-tb-tec td {
    background: #f8f8f8;
    padding-left: 20px;
}
.table-cover{
	width:700px;
	margin:20px auto;
	padding:30px 0;
}
.res-tb-tec{
	width:100%;
}
.res-tb-tec th{
	width:30%;
}
.res-tb-tec td{
	width:70%;
}
.inputtext{
	border:0;
	padding:10px;
	font-size:1.3em;
	border:solid 1px #ccc;
	margin:10px 0;
	width:300px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);

}
.inputtext-m{
	border:0;
	padding:10px;
	font-size:1.3em;
	border:solid 1px #ccc;
	margin:10px 0;
	width:70%;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);

}
.type_label{
    min-width: 220px;
    display: inline-block;
    margin: 0 10px 0 10px;
}
.t-cen{
	text-align:center;
}
.btn-primary-gold{
	width: 200px;
	background: gold;
	color: #191919;
	font-size:18px;
	padding:5px;
	border: none;
}
.button-place{
	margin:20px auto;
}
.pic_text{
	width:200px;
	height:30px;
	font-size:16px;
	 margin:0 0 5px 30px;
}
@media screen and (max-width: 720px) {
	.table-cover{
		width:100%;

	}
}
@media screen and (max-width: 620px) {
	.res-tb-tec th{
		width:100%;
	}
	.res-tb-tec td{
		width:100%;
	}
}
/*---------------------------------------------------------------*/
@charset "UTF-8";
/*FORM2*/

/*まず、フォーム全体の囲み罫や角丸を指定*/
form.form {
	line-height: 2em;
	color: #666;
	padding: 7px;
	margin-bottom: 15px;
	border: 3px solid #EEE9ED;
	/*↓ボックスの角丸の指定*/
    -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

    	background: url(../bg01.gif);
}

/*<p>に背景や角丸を指定*/
form.form dl {
	margin:7px 0 0;
	padding:10px;
	font-size: 12px;
background: url(../images/division/bg01.gif);
	/*↓ボックスの角丸の指定*/
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

form.form dl dt{
	font-size:14px;
	font-weight:bold;
}
form.form dl dt span{
	font-size:12px;
	color:red;
}
form.form dl dd{
	width: 100%;
	margin:0px 0 20px 0;
}
form.form label{
    cursor: pointer;
}

.label-input{
	width:70%;
}
form.form label:hover{

}
#form{
    background: #ffd140;
	padding:20px 0;
}
/* テキスト入力部品の見た目を統一する */
.txtfiled{
	line-height: 1.5em;
	width:95%;
	padding:3px 5px;
	margin:0px;
	color:#666;
	border: solid 1px #ccc;
	background: #fff;
	/*シャドウをつける。*/
    -webkit-box-shadow: 1px 1px 1px #fff;
    -moz-box-shadow: 1px 1px 1px #fff;
	box-shadow: 1px 1px 1px #fff;
	/*角丸にする*/
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	font-size: 16px;
}
.txtfiled-onry{/*郵便番号のinputタグで使用*/
	line-height: 1.5em;
	padding:3px 5px;
	margin:0px;
	color:#666;
	border: solid 1px #ccc;
	background: #fff;
    	font-size: 16px;
	/*シャドウをつける。*/
    -webkit-box-shadow: 1px 1px 1px #fff;
    -moz-box-shadow: 1px 1px 1px #fff;
	box-shadow: 1px 1px 1px #fff;
	/*角丸にする*/
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
}

#final,#kakunin
{
	cursor:pointer; 
	font-size:90%;
	font-weight: bold;
	width:80px;
	padding: 4px 10px;
	margin-right:0.5em;
	color: #011f63;
	border:1px solid #bbb;
	background: #C08B9B;
	margin:10px;
    background: -moz-linear-gradient(top, #ffffff, #cecece);
    background: -webkit-linear-gradient(top, #ffffff, #cecece);
    background: linear-gradient(#ffffff, #cecece);

    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px #fff;
    -moz-box-shadow: 1px 1px 1px #fff;
	box-shadow: 1px 1px 1px #fff;
/* IE用 */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#E7D6DB,endColorstr=#C08B9B);
    zoom: 1;
}

#final:hover ,
#kakunin:hover {
	opacity: 0.8;
}
/*<p>に背景や角丸を指定*/
form.form2 dl {
	margin:7px 0 0;
	padding:10px;
	font-size: 12px;
background: url(../images/division/bg01.gif);
	/*↓ボックスの角丸の指定*/
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
    padding: 30px;
}

form.form2 dl dt{
    font-size: 14px;
    font-weight: bold;
    background: #4b9fc7;
    padding: 10px;
    color: #ffffff;
}
form.form2 dl dt span{
	font-size:12px;
	color:red;
}
form.form2 dl dd{
	width: 100%;
	margin: 0px 0 20px 0;
	padding: 10px;
	font-size: 16px;
}

.text-cover{
	display:none;
}
.warning{
	display:none;
	color:red;
}
.final-cover{
	display:none;
}
.img-side {
    width: 45%;
    float: right;
    margin: 200px 20px 0 0;
}
.img-side img{
    width: 100%;
}
.input-side{
	width:50%;
	margin: 0 auto;
}
.contact-sub-title{
	text-align:center;
}
.contact-sub-title h2{
	position: relative;
	display: inline-block;
	padding: 0 55px;
	font-size: 20px;
}

.contact-sub-title h2:before, .contact-sub-title h2:after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 2px;
	border-top: solid 1px #004612;
	border-bottom: solid 1px black;
}

.contact-sub-title h2:before {left:0;}
.contact-sub-title h2:after {right: 0;}
.sonota{
	margin-top:-20px;
}
@media screen and (max-width: 870px) {
	.input-side {
	    width: 100%;
	}
	.img-side {
	    width: 100%;
	    margin: 20px 0px 0 0;
    background: url(images/division/bg03.gif);

	}
}

.henji-text {
    margin: 50px 0 0 0;
    line-height: 1.7em;
}

.back-button {
    margin: 30px 0 0 0;
    width: 300px;
    border: 2px solid;
    text-align: center;
    padding: 20px;
    position:relative;
}
.back-button a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	line-height:3;
}
.back-button a:hover{
	background:gray;
	color:white;
}
@media screen and (max-width: 870px) {
	form.form {
		width:60%;
		margin:0 auto;
	}
}
@media screen and (max-width: 600px) {
	form.form {
		width:80%;
		margin:0 auto;
	}
}
@media screen and (max-width: 500px) {
	form.form {
		width:90%;
		margin:0 auto;
	}
}