<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/*=================================================
 * リセット
 * ================================================= */

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	-webkit-text-size-adjust: none;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display:block;
}
img {
	border: 0;
	vertical-align: bottom;
}
ul, ol {
	list-style: none;
}
table {
	border-spacing: 0;
	empty-cells: show;
}
a {
	text-decoration: none;
}
li {
	list-style:none;
}
title {
	display:none;
}
/***************common*********/

/* --------------------
		clear
-------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hides from IE-mac */

.clear {
	clear:both;
	font-size:0;
	line-height:0;
	padding:0;
	margin:0;
}
.clearB {
	clear: both;
}
/* --------------------
		link settings
-------------------- */
a {
	color: #336699;
	text-decoration: underline;
}
a:link {
	color: #336699;
	text-decoration: underline;
}
a:visited {
	color: #336699;
	text-decoration: underline;
}
a:hover {
	color: #336699;
	text-decoration: none;
}
a:active {
	color: #336699;
	text-decoration: none;
}
/************ layout  ************/
body {
	border-top:2px solid #B4A083;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo;
	;
	color: #111;
	font-size:0.85em;
	margin-bottom:20px;
}
div.wrap {
	margin: 0 auto;
	width: 952px;
	line-height: 1.6;
}
div.wrap img {
}
/* --------------------
	header
--------------------*/




div#content .topBox span.title {
	margin: 0 15px 0 0;
	float: left;
}





/*form**/
@charset "utf-8";
#content {
	width: 910px;
	color: #3B3E45;
}
div#content .commonbox {
	padding: 18px 0 34px 30px;
	border:1px solid #CCC;
	margin-bottom:30px;
	background:#FFF;
	/* border-radius 
	box-shadow:rgba(201, 201, 201, 0.611765) 0px 0px 5px 4px;
	-webkit-box-shadow:rgba(201, 201, 201, 0.611765) 0px 0px 5px 4px;
	-moz-box-shadow:rgba(201, 201, 201, 0.611765) 0px 0px 5px 4px;*/
	border-radius:0 0 7px 7px;
	-webkit-border-radius:0 0 7px 7px;
	-moz-border-radius:0 0 0 7px;/* box-shadow */
}
div#content .commonbox ul.ul01 li {
	margin-right: 40px;
	display: inline;
}
div#content .commonbox ul li {
	margin-right: 20px;
	display: inline;
}
div#content .commonbox ul li.mr0 {
	margin-right: 0;
}
div#content .commonbox ul label input {
	vertical-align: -1px;
 +vertical-align: -3px;
}
#content form #fFamily {
}
#content form #fName, #content form #fName01, #content form #fName02, #content form #fName03, #content form #fDesired01 {
	margin-left: 5px;
}
#content form #fName, #content form #fName02 {
	margin-right: 10px;
}
#content form #fYears, #content form #fCode01, #content form #fCode {
}
#content form #fCity, #content form #fAddress {
	width: 350px;
}
div#content .commonbox table td span {
	display: block;
	margin-bottom: 10px;
}
#content form #fTel, #content form #fTel1, #content form #fTel2 {
}
#content form #fPeople, #content form #fPeople01, #content form #fPeople02 {
	width: 30px;
}
#content form #fJob, #content form #fMail, #content form #fQualification {
	width: 350px;
}
#content form .fDesired {
	margin-right: 15px;
	width: 145px;
}
#content form #fOther {
	width: 180px;
}
div#content .commonbox01 ul {
	margin-bottom: 10px;
	font-size:90%;
}
#content form select {
	color: #3B3E45;
}
#content form textarea {
	/*width: 850px;
	height: 98px;*/
	font-size:100%;
}
#content form textarea#fSmall {
}
#content form #fPersonal, #content form #fQuestions {
	width: 630px;
	height: 144px;
	font-size: 100%;
}
#content form #fExperience {
	width: 630px;
	height: 104px;
}
div#content .commonbox .tableB textarea {
	/*width: 699px;
	height: 104px;*/
	font-size:100%;
}
div#content .submit {
	text-align: center;
	font-size: 75%;
	line-height: 1.8;
}
div#content .submit li {
	margin-bottom: 15px;
}
div#content .submit input {
	margin: 0 auto;
}
div#content .submit label input {
	margin-right: 5px;
	vertical-align: -1px;
 +vertical-align: -3px;
}
div#content .submit li.send input {
	width: 165px;
	height: 49px;
	background: url(img/btn01.gif) no-repeat center top;
	border: none;
	cursor: pointer;
}
div#content .submit li.send input.cantclick{
	background:url(img/btn03.gif) no-repeat;
	cursor:not-allowed;
}
h2 img {
	/* border-radius */
border-radius:7px 7px 0 0;
	-webkit-border-radius:7px 7px 0 0;
	-moz-border-radius:7px 7px 0 0;
	/* box-shadow */
box-shadow:rgba(201, 201, 201, 0.611765) 0px 0px 5px 4px;
	-webkit-box-shadow:rgba(201, 201, 201, 0.611765) 0px 0px 5px 4px;
	-moz-box-shadow:rgba(201, 201, 201, 0.611765) 0px 0px 5px 4px;
}
/**************/

h1{
    background: transparent url("img/h1.gif") no-repeat scroll 0% 0%;
    width: 920px;
    height: 84px;
display: block;
height: 0px;
padding-top: 84px;
overflow:hidden;
}

h2#step1{
    background: transparent url("img/h2_01.gif") no-repeat scroll 0% 0%;
    width: 920px;
    height: 40px;
display: block;
height: 0px;
padding-top: 40px;
overflow:hidden;
margin-bottom:5px;
}

h2#step2{
    background: transparent url("img/h2_02.gif") no-repeat scroll 0% 0%;
    width: 920px;
    height: 40px;
display: block;
height: 0px;
padding-top: 40px;
overflow:hidden;
margin-bottom:5px;
}

h2#step3{
    background: transparent url("img/h2_03.gif") no-repeat scroll 0% 0%;
    width: 920px;
    height: 40px;
display: block;
height: 0px;
padding-top: 40px;
overflow:hidden;
margin-bottom:5px;
}

h2#step4{
    background: transparent url("img/h2_04.gif") no-repeat scroll 0% 0%;
    width: 920px;
    height: 40px;
display: block;
height: 0px;
padding-top: 40px;
overflow:hidden;
margin-bottom:5px;
}

select {
	padding:5px;
	-webkit-appearance: menulist;
	box-sizing: border-box;
	-webkit-box-align: center;
	border: 1px solid #CCC;
	border-image: initial;
	white-space: pre;
	-webkit-rtl-ordering: logical;
	color: black;
	background-color: white;
	cursor: default;
}
.policy {
	text-align:center;
	margin:0 auto;
}
textarea.mfp {
	padding: 10px;
	border:1px solid #CCC;
	width:385px;
	height:150px;
}
numbr,tel {
	padding: 10px;
	border:1px solid #CCC;
	width:100px;
}
input.frm_txt {
	width:345px;
}
input.frm_txt2 {
	width:390px;
}

dl{
overflow:hidden;	
}

dt{
width: 220px;
float: left;
letter-spacing: 1px;
font-weight: bold;
margin-bottom: 32px;

}
dd{
padding: 0 0 30px 250px;
letter-spacing: 1px;
margin-bottom: 32px;	
border-bottom:1px dashed #CCC;
width:600px;
}

#contact-attention1 {
    width: 880px;
    line-height: 180%;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 15px auto 30px;
    background: #F1F1F1 none repeat scroll 0% 0%;
    padding: 16px 16px 12px;
    text-align: center;
}


.require {
    padding: 3px;
    vertical-align: text-bottom;
    color: #FFF;
    background-color: #BE3030;
    font-size: 11px;
    border-radius: 4px;
    margin: 0px 5px;
	float:right;
}

#require_ {
    padding: 3px;
    vertical-align: text-bottom;
    color: #FFF;
    background-color: #BE3030;
    font-size: 11px;
    border-radius: 4px;
    margin: 0px 5px;
}

p#haveto{
	margin-bottom:10px;
}
	
#e_bgcolor2{
	font-size:130%;
}

#agree{
font-size:150%;
margin-top:40px;	
}

h3{
font-size:150%;
color:#036;	
margin-bottom:15px;
}

.mBtn{
	margin:20px auto;
	width:170px;
}
#confirmbox{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:2;
	background:rgba(0,0,0,0.7);
	font-size:110%;
}

#confirmbox &gt; div{
	width:600px;
	max-height:80%;
	background:#fff;
	position:relative;
    top: 50%;
    left: 50%;
	white-space: nowrap;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	
	padding-bottom:50px;
}
#confirmbox  &gt;div&gt;div{
	max-height:400px;
	overflow-y:auto;
	width:100%;
}

#confirmbox  &gt;div&gt;div&gt;table{
	width:500px;
}#confirmbox  &gt;div&gt;div&gt;table td{
	white-space:normal;
	padding:0;
}#confirmbox  &gt;div&gt;div&gt;table th{
	white-space:normal;
	padding:10px 20px 10px 10px;
}
#confirmbox  &gt;div&gt;p{
	width:100%;
	position:absolute;
	height:20px;
	bottom:10px;
	left:200px;
}

#aka {
    color: #F30;
    font-weight: bold;
}

#iken {
    font-weight: bold;
    font-size: 140%;
    line-height: 2em;
}

#bukken{
	display:none;
}

.pcdisplay{
	display: block;
}

.spdisplay{
	display: none;
}

.line_img{
    margin:30px 0 50px 0;
}

.line_img img{
    max-width: 760px;
    margin: 0 auto;
}</pre></body></html>