body {
    background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(../images/contact_bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
    position: relative;
}

#g_nav {
	display: block;
}

#contact_top {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(../images/contact_title_bg.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	max-width: 1920px;
	max-height: 400px;
	padding-top: 20.83%;
	position: relative;
}

#contact_top .top-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 150;
    margin: 0;
    padding: 0;
}

#contact_archive {
    padding: 60px 0 150px;
    width: 90%;
    margin: 0 auto;
}

.contact_inner {
    opacity: 1;
    pointer-events: auto;
    position: relative;
    -webkit-transition: opacity 1.8s ease;
    transition: opacity 1.8s ease;
}

.contact_header {
    margin: 0 0 30px;
}

/* STEP */
.contact_header .contact_step {
	margin: 0 0 30px 0;
}

.contact_header .contact_step .step_area {
	margin: 0 auto;
	width: 90%;
}

.contact_header .contact_step .step_area ul {
	display: flex;
}

.contact_header .contact_step .step_area ul li {
	padding: 0 25px 20px 20px;
	color: #333;
	width: 33%;
	background-color: #f1f1f1;
	background-image: url(../images/step-ar1.gif);
	background-repeat: no-repeat;
	background-position: right 0;
    background-size: 25px 100%;
}

.contact_header .contact_step .step_area ul li:last-child {
	background-image: none;
}

.contact_header .contact_step .step_area ul li#step3 {
	background-image: none !important;
}

.contact_header .contact_step .step_area ul li.before_current {
	background-image: url(../images/step-ar3.gif);
}

.contact_header .contact_step .step_area ul li.step_current {
	background-color: #272c49;
	color: #f1f1f1;
	background-image: url(../images/step-ar2.gif);
}

.contact_header .contact_step .step_area ul li .w_en {
	display: block;
	font-size: 12px;
	padding-top: 14px;
    line-height: 1.4em;
}

.contact_header .contact_step .step_area ul li .w_ja {
	display: block;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.4em;
}

/* contact descriptin */
.contact_header .contact_descriptin {
    line-height: 2.4;
    font-size: 16px;
    margin: 15px 0 0;
    text-align: center;
}

.contact_header .contact_descriptin strong {
	display: block;
	font-size: 20px;
	width: 90%;
	margin: 0 auto;
	text-align: left;
}

.contact_header .contact_descriptin strong img {
	display: inline;
	vertical-align: middle;
}

.contact_header .contact_descriptin ul {
	width: 90%;
	margin: 0 auto;
	text-align: left;
}

.contact_header .contact_descriptin ul li {
	list-style-type: disc;
	font-size: 14px;
}

.contact_header .contact_descriptin ul li a {
	text-decoration: underline;
	color: #87cefa;
}

.contact_header .contact_descriptin ul li a:hover {
	color: #999;
}

/* contact field table */
.contact_header .contact_field {
	width: 90%;
	margin: 30px auto;
}

.contact_header .contact_field table {
	border-collapse:separate;
	border-spacing: 0;
	width: 100%;
}

.contact_header .contact_field table th {
	text-align: center;
	color:#fff;
	background: linear-gradient(#272c49,#3B3B7B);
	border-left: 1px solid #3B3B7B;
	border-top: 1px solid #3B3B7B;
	border-bottom: 1px solid #3B3B7B;
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
	padding: 10px 0;
}

.contact_header .contact_field table td {
	text-align: left;
	border-left: 1px solid #a8b7c5;
	border-bottom: 1px solid #a8b7c5;
	border-top:none;
	padding: 15px 0;
	padding-left: 20px;
	background: #ddd;
	color: #333;
}

.contact_header .contact_field table th.topstart {
	border-radius: 5px 0 0 0;
}

.contact_header .contact_field table td.topend {
	border-radius: 0 5px 0 0;
	border-right: 1px solid #ddd;
}

.contact_header .contact_field table td.downend {
	border-radius: 0 0 5px 5px;
	padding-left: 0;
}

.contact_header .contact_field table td input {
	border: solid 1px #999;
	border-radius: 3px;
	padding: 10px;
	font-size: 15px;
}

.contact_header .contact_field table td span {
	display: block;
	margin: 10px 0;
	color: #272c49;
	font-size: 12px;
}

.input_name {
	width: 40%;
}

.input_email {
	width: 60%;
}

.input_subject {
	width: 50%;
}

.input_msg {
	display: block;
	width: 95%;
	height: 50%;
	max-height: 300px;
	min-height: 200px;
	margin: 0 auto;
	border: solid 1px #999;
	border-radius: 3px;
	padding: 10px;
	font-size: 15px;
}

#captcha {
	margin: 30px 0;
	text-align: center;
}

.g-recaptcha {
  margin-right:auto;
  margin-left:auto;
  text-align: center;
  width:300px;
}

.pdl20 {
    padding-left: 20px !important;
}

/* btn */
.form-group {
	margin: 30px 0;
	width: 100%;
}

.btn-contact{
    background: linear-gradient(#272c49,#3B3B7B);
    color: #f1f1f1!important;
    border: solid 1px #f1f1f1;
    border-radius: 50px;
    width: 70%;
    display: block;
    margin: 0 auto;
}
.btn-contact:hover{
    background: #fff;
    color: #333!important;
}

.btn-contact:disabled {
	background: #999;
	color: #f1f1f1;
}

.btn-contact:hover:disabled {
	background: #999;
	color: #f1f1f1 !important;
}

.form-group-confirm {
	margin: 30px 0;
	width: 100%;
    display: flex;
}

.btn-contact-back{
    background: linear-gradient(#333,#666);
    color: #f1f1f1!important;
    border: solid 1px #f1f1f1;
    border-radius: 50px;
    width: 30%;
    display: block;
    margin: 0 auto;
}
.btn-contact-back:hover{
    background: #fff;
    color: #333!important;
}

.btn-contact-confirm{
    background: linear-gradient(#272c49,#3B3B7B);
    color: #f1f1f1!important;
    border: solid 1px #f1f1f1;
    border-radius: 50px;
    width: 60%;
    display: block;
    margin: 0 auto;
}
.btn-contact-confirm:hover{
    background: #fff;
    color: #333!important;
}
