﻿
section#sub-primary-sec {
    margin-bottom: 80px;
}
.inquiry-tit {
	text-align: center;
	margin-bottom: 50px;
	padding-top: 50px;
	position: relative;
}

.inquiry-tit:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: 5px;
	height: 30px;
	margin-left: -2.5px;
	background: #FFDE39;
}

/*フォームデザイン************************************/
.required{
	color:#C8191B;
	font-size:14px;
	font-weight:500;
	margin-left:20px;
}

.form_wrap{
	background:#fff;
}
.inquiry_h2{
	width: 80%;
	margin: 0 auto ;	
}
.inquiry_txt {
	width: 80%;
	margin: 40px auto 50px;
	line-height: 30px;
	font-size: 20px;
}
.row_inquiry {
	font-size: 20px;
	font-weight: 700;
	margin: 50px -15px;
	line-height: 30px;
}
.col-lg-12 {
	width: 100%;
}
#formWrap {
    width: 55%;
    margin: 0 auto;
    line-height: 120%;
    font-size: 18px;
    font-weight: 700;
}
form {
	margin-bottom: 0;
}
.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: 20px;
    font-weight: 700;
    color: #555;
}
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: 96.2%;
	height: 35px;
    margin: 0 auto !important;
    background-color: #fff !important;
    border-top: 2px solid #555;
    border-left: 2px solid #555;
    border-right: 2px solid #555;
	border-bottom:2px solid #555;
    border-radius: 0!important;
}
.c_input {
    width:  96.2%;
    height: 35px;
    margin: 0 auto !important;
    background-color: #fff !important;
    border-top: 2px solid #555;
    border-left: 2px solid #555;
    border-right: 2px solid #555;
	border-bottom:2px solid #555;
	
}
.c_textarea {
	width:  96.2%;
	margin: 0 auto !important;
	background-color: #fff !important;
    border-top: 2px solid #555;
    border-left: 2px solid #555;
    border-right: 2px solid #555;
	border-bottom:2px solid #555;
}
.c_date {
    width: 60%;
    height: 35px;
    margin: 0 auto !important;
    background-color: #fff !important;
    border-top: 2px solid #555;
    border-left: 2px solid #555;
    border-right: 2px solid #555;
    border-bottom: 2px solid #555;
}

.glyphicon-play:before {
    background: url(../images/onepoint.png) no-repeat center bottom;
    background-size: contain;
    content: " ";
    display: inline-block;
    width: 40px;
    height: 40px;
    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="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;
}
/*c_buttonボタン設定・***********************************/
.c_button {
	display: inline-block;
	position: relative;
	width: 20%;
	height: 100%;
	z-index: 2;
	border-top:0;
	border-left: 1px solid #fff;
	border-right:0;
	border-bottom: 1px solid #fff;
	border-radius:8px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	background-color: #555;
	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: #555;
	text-decoration: none !important;
	background-color: #fff;
}
.c_button_r {
	position: relative;
	z-index: 2;
	padding: 10px 5px;
	background-color: #555;
	border-top:0;
	border-left: 1px solid #fff;
	border-right:0;
	border-bottom: 1px solid #fff;
	border-radius:5px;
	color: #fff;
	line-height: 25px;
	overflow: hidden;
	font-size: 14px;
	font-weight: 700;
}
.c_button_r:hover {
	color: #555;
	text-decoration: none !important;
	background-color: #fff;
}
/************************************/
.caution {
    color: #E85861;
    text-align: center;
    margin: 30px auto -30px;
}
.RadioGroup {
    padding: 20px 0 15px 20px;
    border: 2px solid #555;
    width: 96.2%;
}
.RadioGroup1_1{
	margin-left: 20px;
}
.RadioGroup1_2{
	margin-left: 20px;
}

@media screen and (max-width: 768px){
.inquiry_txt {
    width: 98%;
    margin: 40px auto 20px;
    line-height: 30px;
}
#formWrap {
    width: 100%;
}
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%;
}
.row {
    width: 100%;
}

.form_txt {
    margin-top: 0;
}
.row_inquiry {
    margin: 15px -15px 50px;
}	

}

.sec05 {
    background: url(../img/lower.png) no-repeat center bottom;
    padding-top: 60px;
    padding-bottom: 70px;
}