@charset "utf-8";
/* CSS Document */

section.sec-1st {
    padding-bottom: 150px;
}
form{
	width: 85%;
	margin: 0 auto!important;
}
.inner-01 {
    max-width: 1140px;
    margin: 0 auto;
}
/*フォームデザイン************************************/
.required{
	color:#C8191B;
	font-size:14px;
	font-weight:500;
	margin-left:20px;
}

.form_wrap{
	background:#fff;
}
.inquiry_txt {
	width: 85%;
	margin: 40px auto 50px;
	line-height: 35px;
	font-size: 1.3em;
}
.row_inquiry {
	font-size: 20px;
	font-weight: 700;
	margin: 50px -15px;
	line-height: 30px;
}
.col-lg-12 {
	width: 100%;
}
#formWrap {
    width: 70%;
    margin: 0 auto;
    line-height: 120%;
    font-size: 18px;
    font-weight: 700;
}
form {
	margin-bottom: 50px;
}
.form_txt{
	font-size:20px;
	margin-top:50px;
	margin-bottom:0;
}
table.formTable {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}
table.formTable td {
	text-align: left;
	padding: 5px 0 5px 0;
	font-size: 15px;
}
table.formTable th {
width: 100%;
font-weight: 700;
text-align: left;
margin: 0 auto;
display: block;
text-align: left;
padding: 20px 20px 3px 0;
font-size: 16px;
font-weight: 700;
position: relative;
}
table {
	background-color: transparent;
}
.c_button_warp {
	margin-top: 35px;
	margin-bottom: 0;
	padding: 0;
}
.c_back_warp {
	padding: 0;
	margin: 0;
}
.c_select{
    width: 100%;
	height: 35px;
    margin: 0 auto !important;
    background-color: #fff !important;
	border-radius: 4px;	
	border: 2px solid #000;
	color: #555;
}
.c_input {
	width: 100%;
	height: 35px;
	margin: 0 auto !important;
	background-color: #fff !important;
	border-radius: 4px;
	border: 2px solid #000;
	color: #555;
}
.c_input::placeholder{
  color:#ccc
}

.c_textarea {
	width:  100%;
	margin: 0 auto !important;
	background-color: #fff !important;
	border-radius: 4px;
	border: 2px solid #000;
	color: #555;
}
.c_date {
    width: 60%;
    height: 35px;
    margin: 0 auto !important;
    background-color: #fff !important;
	border-radius: 4px;
}

.glyphicon-play:before {
    background: url(../images/onepoint.png) no-repeat center bottom;
    background-size: contain;
    content: " ";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 8px;
}

/*c_buttonボタン設定・***********************************/
.c_button {
	display: inline-block;
	position: relative;
	width: 35%;
	height: 80px;
	z-index: 2;
	border: 2px solid #0096e0;
	border-radius:4px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
    background-color: #e31e23;
	color: #fff;
	font-weight: 700;
}
.c_button::before, .c_button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.c_button, .c_button::before, .c_button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.c_button:hover {
	color: #001642;
	text-decoration: none !important;
	background-color: #fff;
}
.c_button_r {
	position: relative;
	z-index: 2;
	padding: 10px 5px;
    background: #e31e23; 
	border: 2px solid #fff;
	border-radius:4px;
	color: #000;
	line-height: 25px;
	overflow: hidden;
	font-size: 14px;
	font-weight: 500;
}
.c_button_r:hover {
	color: #fff;
	text-decoration: none !important;
	background-color: #E86468;
}
/************************************/
.caution {
    color: #E85861;
    text-align: center;
    margin: 30px auto -30px;
}
.form-cap {
    display: inline-block;
    margin-left: 20px;
    font-size: 14px;
}
#page-top1 {
    display: none;
}
@media screen and (max-width: 768px){
.inquiry_txt {
    width: 80%;
    margin: 40px auto 0;
    line-height: 30px;
}
#formWrap {
    width: 90%;
}
table.formTable th {
    width: 98%;
    font-size: 16px;
	padding: 20px 20px 0 0;
}
.c_select {
    width: 100%;
}
.c_input {
    width: 100%;
}

.c_textarea {
    width: 100%;
}
.c_button {
    width: 60%;
}
.c_date {
    width: 100%;
}



}


/*----------------------------------------------------------*/
/* PC用のCSS */
/*----------------------------------------------------------*/
@media only screen and (min-width: 1200px) {}




/*----------------------------------------------------------*/
/* タブレット用のCSS */
/*----------------------------------------------------------*/
@media only screen and (min-width:479px) and (max-width:960px) {
form {
width: 85%;
margin: 0 auto;
}	
}



/*----------------------------------------------------------*/
/* スマホ用のCSS */
/*----------------------------------------------------------*/
@media only screen and (max-width: 479px) {
table.formTable {
    margin: 0 auto 0;
    width: 80%;
}

form {
    width: 100%;
    margin: 0 auto 50px;
}	
}	

input[type="submit"] {
	width: 17em;
	height: 5em;
	color: #000;
	font-weight: 800;
	border-style: none;
	cursor: pointer;
	border-radius: 4px;
}
input[type="submit"]:hover {
}



