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


article, aside, details, figcaption, figure, footer, header, hgroup, main, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}

a:focus {
	outline: thin dotted;
}
a:active, a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
mark {
	background: #ff0;
	color: #000;
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em;
}
pre {
	white-space: pre-wrap;
}
q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}
button, input {
	line-height: normal;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
input[type="radio"] {
    margin-left: 5%;
    margin-top: 3%;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

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




/*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: #00428e;
	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: #2848A1;
	border: 2px solid #fff;
	border-radius:4px;
	color: #fff;
	line-height: 25px;
	overflow: hidden;
	font-size: 14px;
	font-weight: 700;
}
.c_button_r:hover {
	color: #001642;
	text-decoration: none !important;
	background-color: #3865E0;
}
/************************************/
.caution {
    color: #E85861;
    text-align: center;
    margin: 30px auto -30px;
}
.form-cap {
    display: inline-block;
    margin-left: 20px;
    font-size: 14px;
}

@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;
}	
}	

input[type="submit"] {
	width: 17em;
	height: 5em;
	background: var(--color-co);
	color: #FFFFFF;
	border-style: none;
	cursor: pointer;
	border-radius: 4px;
}
input[type="submit"]:hover {
    background: #2848A1;
}



