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

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 var(--p-cr);
	color: #555;
}
.c_input {
	width: 100%;
	height: 35px;
	margin: 0 auto !important;
	background-color: #fff !important;
	border-radius: 4px;
	border: 2px solid var(--p-cr);
	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 var(--p-cr);
	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;
}



i.fa.fa-caret-right.fa-2x {
    position: absolute;
    top: 17px;
    left: 8px;
}
span.form-txt {
	margin-left: 10px;
	font-size: 20px;
}

var(--p-cr)
var(--p-inv-cr);

/*c_buttonボタン設定・***********************************/
.c_button {
	display: inline-block;
	position: relative;
	width: 35%;
	height: 80px;
	z-index: 2;
	border: 2px solid var(--p-cr);
	border-radius:4px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
    background-color: var(--p-cr);
	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-color: var(--p-inv-cr);;
	border: 2px solid #fff;
	border-radius:4px;
	color: #222;
	line-height: 25px;
	overflow: hidden;
	font-size: 14px;
	font-weight: 700;
}
.c_button_r:hover {
	color: #fff;
	text-decoration: none !important;
	background-color: var(--p-cr);
}
/************************************/
.caution {
    color: #E85861;
    text-align: center;
    margin: 30px auto -30px;
}
.form-cap {
    display: inline-block;
    margin-left: 20px;
    font-size: 14px;
}

.sub-mainContents {
    flex: 1 0 auto;
    overflow-x: hidden;
    padding: 6vw 0 0 !important;
}
.sec-inq {
    border-radius: 20vw 0 20vw 0;
}
.sec-inq {
    overflow-x: visible;
    position: relative;
    background: var(--sub-cr);
    padding: 2vw 8vw;
    margin-top: 0vw;
}
.deco-text {
    position: absolute;
    right: 0;
    top: -13.5vw;
    color: var(--sub-cr);
    font-size: 7vw;
    line-height: 1;
}





@media screen and (max-width: 768px){
.inquiry_txt {
    width: 98%;
    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;
}

form {
    width: 100%;
    margin: 0 auto 50px;
}
.inner-01 {
    max-width: 1140px;
    margin: 0 auto;
    width: 90%;
    margin-top: 120px;
}	
	
}	

input[type="submit"] {
    width: 12em;
    height: 5em;
    background: var(--p-cr);
    color: #fff;
    border-style: none;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
}
input[type="submit"]:hover {
    background: var(--p-inv-cr);
	color: #222;
}



