@charset "utf-8";

/*///////////////////////////////////////////////////////////////////////////////////
//  base.css
///////////////////////////////////////////////////////////////////////////////////*/

/* [RESET,FORMAT]
--------------------------------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
    font-style: normal;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { 
	display: block;
}
ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	-webkit-transition: opacity 0.6s ease-out;
	-moz-transition: opacity 0.6s ease-out;
	-ms-transition: opacity 0.6s ease-out;
	transition: opacity 0.6s ease-out;
}
a:hover {
	opacity: 0.50;
	-webkit-opacity: 0.50;
	-moz-opacity: 0.50;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
ins {
	text-decoration: none;
}
mark {
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 180%;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #CCC;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

/* [SITE FORMAT]
--------------------------------------------------------------------------*/
html, body {
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W6', 'Meiryo', 'メイリオ', sans-serif;
	font-size: 14px;
    height: 100%;
    line-height: 180%;
    color: #212121;
}
header {
	background: #FFF;
	width: 100%;
	height: 108px;
	box-shadow: 0 2px 4px rgba(153, 153, 153, 0.2);
	-moz-box-shadow: 0 2px 4px rgba(153, 153, 153, 0.2);
	-o-box-shadow: 0 2px 4px rgba(153, 153, 153, 0.2);
	-ms-box-shadow: 0 2px 4px rgba(153, 153, 153, 0.2);
    position: fixed;
    z-index: 10;
}
main {
	padding-top: 108px;
	display: block;
}
#top_txt ul {
	width: 310px;
	float: right;
	margin: 10px 0;
}
#top_txt ul li {
	position: relative;
	float: left;
	width: 120px;
	font-size: 10px;
}
#top_txt ul li#phone {
	width: 190px;
	color: #4c2225;
	font-size: 18px;
	font-weight: bold;
}
#top_txt ul li#phone i {
	position: absolute;
	width: 24px;
	height: 24px;
	font-size: 16px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	text-align: center;
	background: #4c2225;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-o-border-radius: 12px;
	-ms-border-radius: 12px;
	color: #FFF;
}
#top_txt ul li#phone p {
	padding-left: 34px;
	font-size: 18px;
}
#top_txt ul li#font-size a {
	position: absolute;
	background: #F0F0F0;
	width: 24px;
	height: 24px;
	line-height: 24px;
	display: block;
	text-align: center;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-o-border-radius: 12px;
	-ms-border-radius: 12px;
	color: #4c2225;
	top: 0;
	right: 34px;
	font-size: 10px;
}
#top_txt ul li#font-size a:last-child {
	right: 0;
}
h1 {
	width: 700px;
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	padding: 8px 0;
	color: #CCC;
	float: left;
}
h2 {
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 0.1em;
	border-bottom: solid 1px #212121;
	padding-bottom: 15px;
}
h3 {
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 0.1em;
}
h4 {
	font-size: 16px;
	letter-spacing: 0.1em;
}
h5 {
	background: #f5f5f5;
	border-left: solid 5px #933453;
	font-size: 15px;
	font-weight: bold;
	line-height: 24px;
	padding: 10px 15px;
	margin-bottom: 15px;
}
h6 {
	font-size: 12px;
	color: #212121;
	border-left: solid 2px #cb4467;
	margin-bottom: 15px;
	padding-left: 7px;
}
table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
table tr td {
	vertical-align: top;	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: solid 1px #EEE;
	padding: 17px 20px;
	font-weight: bold;
	line-height: 24px;
	position: relative;
}
table tr td:nth-child(odd) {
	width: 240px;
	background: #f5f5f5;
}
table tr td:nth-child(even) {
	padding: 20px;
}
table.nb tr td {
	font-weight: normal;
}
table.nb-r tr td:nth-child(even) {
	font-weight: normal;
}
table tr td a {
	color: #212121;
	text-decoration: underline;
}
table tr td a:hover {
	text-decoration: none;
}
table tr td:nth-child(odd) p {
	width: 138px;
}
table tr td:nth-child(odd) span {
	position: absolute;
	width: 33px;
	height: 18px;
	line-height: 18px;
	display: block;
	text-align: center;
	background: #923453;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-o-border-radius: 12px;
	-ms-border-radius: 12px;
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
	top: 18px;
	right: 20px;
}
table tr td:nth-child(odd) span.static-txt {
	width: 100%;
	background: none;
	position: static;
	color: #666;
	text-align: left;
}
table tr td:nth-child(even) span {
	display: block;
	font-size: 11px;
	font-weight: normal;
	line-height: 100%;
	margin-top: 5px;
}
input[type="text"],
input[type="tel"],
input[type="email"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: solid 1px #eee;
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	line-height: 24px;
	padding: 0 5px;
	height: 36px;
}
input[type="text"].w-190 {
	width: 190px;
	margin-right: 10px;
}
select {
	width: 240px;
	background: #FFF;
	border: solid 1px #EEE;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 12px;
}
input[type="checkbox"],
input[type="radio"] {
	float: left;
	cursor: pointer;
}
label {
	width: 130px;
	display: block;
	float: left;
	background: #FFF;
	font-size: 12px;
	cursor: pointer;
	margin-left: 3px;
	margin-bottom: 5px;
}
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: solid 1px #f5f5f5;
	background: #f5f5f5;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	padding: 2px 5px;
}
input[type="submit"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	background: #e35a7d;
	width: 240px;
	height: 60px;
	line-height: 60px;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 auto;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
	-webkit-transition: 0.6s ease-out;
	-moz-transition: 0.6s ease-out;
	-ms-transition: 0.6s ease-out;
	transition: 0.6s ease-out;
}
input[type="submit"]:hover {
	background: #923453;
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=a00);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
}
input[type="submit"].btn_contact {
	width: 300px;
	height: 72px;
	line-height: 72px;
	background: #923453;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	-webkit-transition: opacity 0.6s ease-out;
	-moz-transition: opacity 0.6s ease-out;
	-ms-transition: opacity 0.6s ease-out;
	transition: opacity 0.6s ease-out;
}
input[type="submit"].btn_contact:hover {
	opacity: 0.50;
	-webkit-opacity: 0.50;
	-moz-opacity: 0.50;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
input[type="reset"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	width: 240px;
	height: 60px;
	line-height: 60px;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: solid 1px #212121;
	color: #212121;
	font-size: 14px;
	text-align: center;
	background: #FFF;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
	-webkit-transition: opacity 0.6s ease-out;
	-moz-transition: opacity 0.6s ease-out;
	-ms-transition: opacity 0.6s ease-out;
	transition: opacity 0.6s ease-out;
}
input[type="submit"]:hover {
	opacity: 0.50;
	-webkit-opacity: 0.50;
	-moz-opacity: 0.50;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
td.re_spc {
	padding: 20px 20px 0 20px !important;	
}
.wrap {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
section .wrap,
footer .wrap {
	padding: 60px 0;
}
section .wrap_pdt {
	padding: 60px 0 0 0;
}
.li_about {
	height: 334px;
	background-size: cover !important;
	text-align: center;
	margin-bottom: 10px;
}
.li_about .wrap .ttl p,
.li_about .wrap .ttl h4 {
	color: #FFF;
}
.li_about .wrap .ttl p {
	line-height: 100%;
	margin-bottom: 10px;
}
.li_about .wrap .ttl h4 {
	margin-bottom: 10px;
	line-height: 120%;
}
.li_about .wrap .ttl p.txt {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 30px;
}
#logo {
	background: url(../images/base/logo.png) no-repeat left top;
	width: 200px;
	height: 27px;
	display: block;
	text-indent: -900em;
	float: left;
	position: relative;
	z-index: 3;
	background-size:100%;
}
nav {
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	z-index: 1;
}
nav ul {
	width: 100%;
	max-width: 762px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: right;
}
nav ul li {
	position: relative;
	float: left;
}
nav ul li a {
	color: #4c2225;
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 34px;
	padding: 0 10px;
	letter-spacing: 0.1em;
	text-decoration: none;
}
nav ul li a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #4c2225;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}
nav ul li a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}
/*
nav ul li:nth-child(5) a {
	background: #FFF;
	border: solid 1px #e35a7d;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	line-height: 32px;
	margin-left: 10px;
	color: #e35a7d;
}
nav ul li:last-child a {
	border: solid 1px #e35a7d;
	background: #e35a7d;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	line-height: 32px;
	color: #FFF;
	padding: 0 9px;
	margin-left: 10px;
}
nav ul li:nth-child(5) a::after,
nav ul li:last-child a::after {
	background: none;
	transform: none;
}
nav ul li:nth-child(5) a:hover::after,
nav ul li:last-child a:hover::after {
	transform: none;
}
*/
nav ul li.document-btn a {
	background: #FFF;
	border: solid 1px #e35a7d;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	line-height: 32px;
	margin-left: 10px;
	color: #e35a7d;
}
nav ul li.online-btn a {
	border: solid 1px #e35a7d;
	background: #e35a7d;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	line-height: 32px;
	color: #FFF;
	padding: 0 9px;
	margin-left: 10px;
}
nav ul li.document-btn a::after,
nav ul li.online-btn a::after {
	background: none;
	transform: none;
}
nav ul li.document-btn a:hover::after,
nav ul li.online-btn a:hover::after {
	transform: none;
}
nav ul li span {
	display: none;
}
nav ul li span i:last-child {
	display: none;
}
nav ul li div {
	width: 100%;
	max-width: 100%;
	height: auto;
	background: rgba(255, 255, 255, 0.8);
	position: fixed;
	display: none;
	top: 79px;
	left: 0;
	z-index: 10;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
nav ul li:hover div {
	display: block;
}
nav ul li div ul {
	float: none;
	max-width: 1050px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
	margin: 86px auto 30px auto;
}
nav ul li div ul li {
	width: 320px;
	box-sizing: border-box;
	margin: 0 15px;
	padding: 0;
}
nav ul li div ul li a,
nav ul li div ul li:nth-child(5) a,
nav ul li div ul li:last-child a {
	background: #FFF;
	color: #4c2225;
	display: block;
	border: none;
	box-sizing: border-box;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	margin: 0 0 20px 0;
	font-size: 14px;
	line-height: 100%;
	padding: 15px 18px;
}
nav ul li div ul li a.fs-12 {
	font-size: 12px;
}
nav ul li div ul li a::after {
	position: static;
}
nav ul li.sp-block {
	display: none;
}
#btn_nav {
	display: none;
	color: #4c2225;
}
#btn_nav i {
	font-size: 24px;
}
#btn_nav i:nth-child(2) {
	display: none;
}
#btn_nav span {
	display: block;
	text-align: center;
	font-size: 10px;
	line-height: 0;
}
#logo_f {
	text-align: center;
	margin-bottom: 20px;
}
#sns {
	text-align: center;
	margin-bottom: 40px;
}
#sns a {
	margin: 0 10px;
}
#okuta-links {
	margin-bottom: 40px;
	line-height: 24px;
}
#okuta-links a {
	font-size: 10px;
	color: #666;
}
#okuta-links a:hover {
	text-decoration: underline;
}
#ssl {
	font-size: 10px;
	margin-bottom: 30px;
}
#ssl a {
	color: #212121;
}
#ssl a:hover {
	text-decoration: underline;
}
#links p {
	width: 50%;
	font-size: 10px;
	line-height: 20px;
	float: left;
}
#links p a {
	color: #212121;
}
#links p a:hover {
	text-decoration: underline;
}
#copyright {
	text-align: right;
}
#copyright a {
	margin-right: 10px;
}
#contact-guide {
	background: #230c0d;
	width: 100%;
	height: 80px;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#contact-guide .wrap {
	width: 1020px;
	height: 80px;
	background: url(../images/base/logo_contact-guide.png) no-repeat left center;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#contact-guide ul {
	width: 765px;
	position: absolute;
	left: 255px;
}
#contact-guide ul li {
	float: left;
}
#contact-guide ul li#tel {
	width: 245px;
	font-size: 20px;
	line-height: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #FFF;
	letter-spacing: 0.04em;
}
#contact-guide ul li#tel img {
	margin-right: 5px;
}
#contact-guide ul li#tel p {
	font-size: 11px;
	margin-top: 3px;
}
#contact-guide ul li:nth-child(2) a,
#contact-guide ul li:nth-child(3) a {
	width: 240px;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
	-ms-border-radius: 20px;
	display: block;
	margin: 0 10px;
	text-align: center;
}
#contact-guide ul li:nth-child(2) a i,
#contact-guide ul li:nth-child(3) a i {
	vertical-align: middle;
	margin-right: 8px;
	position: relative;
	margin-top: -3px;
	font-size: 18px;
}
#contact-guide ul li:nth-child(2) a {
	background: #FFF;
	color: #e35a7d;
}
#contact-guide ul li:nth-child(3) a {
	background: #e35a7d;
	color: #FFF;
}
#sp-guide {
	display: none;
}
.back_top a {
	background: #FFF;
	border: solid 1px #212121;
	color: #212121;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	display: block;
	position: fixed;
	right: 20px;
	bottom: 100px;
	z-index: 3;
}
.breadcrumbs {
	width: 100%;
	max-width: 1020px;
	font-size: 10px;
	color: #212121;
	margin: 0 auto 60px auto;
}
.breadcrumbs a {
	color: #999;
	text-decoration: underline;
}
.breadcrumbs a:hover {
	text-decoration: none;
}

/* [CONTACT]
--------------------------------------------------------------------------*/
.form-tbl {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.form-tbl tr td {
	vertical-align: top;	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: none;
	padding: 20px 20px 20px 0;
	font-weight: bold;
	line-height: 24px;
	position: relative;
}
.form-tbl tr td:nth-child(odd) {
	width: 240px;
	background: #fff;
}
.form-tbl tr td:nth-child(even) {
	padding: 20px;
	border-bottom: 1px solid #eee;
}
.form-tbl.nb tr td {
	font-weight: normal;
}
.form-tbl tr td a {
	color: #212121;
	text-decoration: underline;
}
.form-tbl tr td a:hover {
	text-decoration: none;
}
.form-tbl tr td:nth-child(odd) p {
	width: 138px;
}
.form-tbl tr td:nth-child(odd) span {
	position: absolute;
	width: 33px;
	height: 18px;
	line-height: 18px;
	display: block;
	text-align: center;
	background: #923453;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-o-border-radius: 12px;
	-ms-border-radius: 12px;
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
	top: 24px;
	right: 20px;
}
.form-tbl tr td:nth-child(odd) span.static-txt {
	width: 100%;
	background: none;
	position: static;
	color: #666;
	text-align: left;
}
.form-tbl tr td:nth-child(even) span {
	display: block;
	font-size: 11px;
	font-weight: normal;
	line-height: 100%;
	margin-top: 5px;
}
input[type="text"],
input[type="tel"],
input[type="email"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: solid 1px #212121;
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	line-height: 34px;
	padding: 0 5px;
	font-size: 14px;
}
input[type="text"].w-190 {
	width: 190px;
	margin-right: 10px;
}
select {
	width: 240px;
	background: #FFF;
	border: solid 1px #EEE;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 12px;
}
input[type="checkbox"],
input[type="radio"] {
	float: left;
	cursor: pointer;
}
label {
	width: 130px;
	display: block;
	float: left;
	background: #FFF;
	font-size: 12px;
	cursor: pointer;
	margin-left: 3px;
	margin-bottom: 5px;
}
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: solid 1px #212121;
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	padding: 2px 5px;
}
input[type="submit"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	background: #212121;
	width: 240px;
	height: 60px;
	line-height: 60px;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 auto;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
	-webkit-transition: 0.6s ease-out;
	-moz-transition: 0.6s ease-out;
	-ms-transition: 0.6s ease-out;
	transition: 0.6s ease-out;
}
input[type="submit"]:hover {
	background: #923453;
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=a00);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
}
input[type="submit"].btn_contact {
	width: 300px;
	height: 72px;
	line-height: 72px;
	background: #923453;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	-webkit-transition: opacity 0.6s ease-out;
	-moz-transition: opacity 0.6s ease-out;
	-ms-transition: opacity 0.6s ease-out;
	transition: opacity 0.6s ease-out;
}
input[type="submit"].btn_historyback {
	width: 300px;
	height: 72px;
	line-height: 72px;
	background: #FFF;
	border: solid 1px #212121;
	color: #212121;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	-webkit-transition: opacity 0.6s ease-out;
	-moz-transition: opacity 0.6s ease-out;
	-ms-transition: opacity 0.6s ease-out;
	transition: opacity 0.6s ease-out;
}
input[type="submit"].btn_contact:hover,
input[type="submit"].btn_historyback:hover {
	opacity: 0.50;
	-webkit-opacity: 0.50;
	-moz-opacity: 0.50;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
.li_submit {
	width: 640px;
	margin: 0 auto 30px auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
}
.form-tbl td.re_spc {
	padding: 20px 20px 0 20px !important;	
}
.fin-txt {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
	padding: 30px;
}
.fin-txt p {
	font-size: 12px;
	line-height: 24px;
	margin: 0;
	padding: 0;
}
.fin-txt p:first-child {
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 20px;
}
a.btn_fin {
	width: 240px;
	height: 60px;
	line-height: 60px;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 auto;
	text-align: center;
	border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
	-webkit-transition: 0.6s ease-out;
	-moz-transition: 0.6s ease-out;
	-ms-transition: 0.6s ease-out;
	transition: 0.6s ease-out;
	border: solid 1px #212121;
	color: #212121;
}
a.btn_fin:hover {
	background: #933453;
	border: solid 1px #933453;
	color: #FFF;
}