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

body{
	background: #f4f4f4;
}

form#mail_form * {
	margin: 0;
	padding: 0;
}

form#mail_form {
	width: 960px;
	margin: 30px auto;
	padding: 10px 0;
	background: #f4f4f4;
	border: ;
	border-radius: ;
	box-shadow: ;
	font-size: ;
	line-height: 1.8;
}

form#mail_form dl {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}

form#mail_form dl dt {
	clear: both;
	width: 25%;
	float: left;
	border-top: 1px solid #cccccc;
	padding: 15px 0 0 5%;
	text-align: left;
	overflow: hidden;
	font-weight: bold;
}

form#mail_form dl dd {
	width: 65%;
	float: right;
	border-top: 1px solid #cccccc;
	padding: 0 0 0 5%;
}

form#mail_form dl dt:first-child,
form#mail_form dl dt:first-child + dd {
	border: none;
}

form#mail_form dl dt span {
	display: inline-block;
	font-size: 85%;
	color: #3377ff;
	
	background: ;
	color: #d80000;
	padding: 4px 3px 2px;
	font-size: 0.8125rem;
	font-weight: bold; 
	letter-spacing: 1px;
	line-height: 1;
	margin-left: 2.8rem;
}

@media screen and ( max-width: 991px ) {
	form#mail_form dl dt span {
		margin-left: 0;
	}
}



/*使用可能なソフト*/
#skill ul li {
  display: block;
  float: left;
  list-style-type: none;
  text-align: left;
  width: 50%;
}

/* クリアフィックス */
#skill ul:after {
  content: "";
  clear: both;
  display: block;
}

@media screen and ( max-width: 991px ) {
	#skill ul li {
		display: block;
		list-style-type: none;
		text-align: left;
		width: 100%;
	}
}

#software{
	width: 80%;
}
.py-10{
	padding: 0px 0;
}
#entry{
	text-align: center;
}
#entry h1{
	font-size: 2.2rem;
	line-height: 2.3;
}
.text-center{
	text-align: center;
}

/* -- for JavaScript ここから ------------------------------------------------------------------------ */

form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
/*	display: inline-block;
	float: left;
	color: #ffffff;
	padding: 4px 10px;
	border-radius: 3px;
*/
	display: none; /* 必須・任意非表示 */
}

.hissu:before{
	content: "必須";
	font-size: 0.8125rem;
	font-weight: bold; 
	letter-spacing: 1px;
	line-height: 1;
	background: #d80000;
	color: #fff;
	padding: 4px 3px 2px;
	margin-right: 15px;
	border-radius: 0;
	vertical-align: ;
}

.nini:before{
	content: "任意";
	font-size: 0.8125rem;
	font-weight: bold; 
	letter-spacing: 1px;
	line-height: 1;
	background: #7e7e7e;
	color: #fff;
	padding: 4px 3px 2px;
	margin-right: 15px;
	border-radius: 0;
	vertical-align: ;
}
	
.note:before{
	white-space: pre;
	content: "＿＿";
	font-size: 0.8125rem;
	font-weight: bold; 
	letter-spacing: 1px;
	line-height: 1;
	background: none;
	color: transparent;
	padding: 4px 3px 2px;
	margin-right: 15px;
	width: 7.5rem;
	border-radius: 0;
	vertical-align: ;
/*	display: block; */
}

form#mail_form dl dt span.required {
	background: #d9534f;
	border: 1px solid #d43f3a;
}

form#mail_form dl dt span.optional {
	background: #337ab7;
	border: 1px solid #2e6da4;
}


form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
	display: block;
	color: #ff0000;
	margin-top: 3px;
}


span.loading {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border-top: 2px solid rgba( 255, 255, 255, 0.2 );
	border-right: 2px solid rgba( 255, 255, 255, 0.2 );
	border-bottom: 2px solid rgba( 255, 255, 255, 0.2 );
	border-left: 2px solid #ffffff;
	-webkit-transform: translateZ( 0 );
	-ms-transform: translateZ( 0 );
	transform: translateZ( 0 );
	-webkit-animation: load-circle 7s linear infinite;
	animation: load-circle .7s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}

@-webkit-keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}

@keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}


/* -- for JavaScript ここまで ------------------------------------------------------------------------ */


form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"] {
	max-width: 90%;
	padding: 3px 2%;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
	margin-top: 0;
	margin: 12px 0;
}

form#mail_form input[type="text"]:focus,
form#mail_form input[type="email"]:focus,
form#mail_form input[type="tel"]:focus,
form#mail_form textarea:focus {
	box-shadow: 0px 0px 3px #55ccff;
	border: 1px solid #55ccff;
	background: #ffffff;
	outline: none;
}

form#mail_form ul li input[type="radio"],
form#mail_form ul li input[type="checkbox"] {
	margin-right: 10px;
	margin-top: 12px;
}

form#mail_form ul li:first-child input[type="radio"] {
	margin-top: 21px;
}
form#mail_form ul li:first-child input[type="checkbox"] {
	margin-top: 23px;
}

form#mail_form ul li:nth-child(2) input[type="checkbox"] {
	margin-top: 23px;
}
@media screen and ( max-width: 991px ) {
	form#mail_form ul li:nth-child(2) input[type="checkbox"] {
		margin-top: 0;
	}
}

form#mail_form ul li input[type="file"] {
	margin-top: 0;
}
@media screen and ( max-width: 991px ) {
	form#mail_form ul li input[type="file"] {
		margin-top: 0;
	}
}

form#mail_form ul li:last-child input[type="radio"],
form#mail_form ul li:last-child input[type="checkbox"] {
	margin-bottom: 23px;
}

form#mail_form select {
	font-size: 100%;
	font-family: inherit;
	margin-top: 19px;
	margin-bottom: 19px;
}

form#mail_form textarea {
	display: block;
	width: 90%;
	max-width: 90%;
	height: 200px;
	padding: 7px 2%;
	resize: vertical;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
	margin: 12px 0;
}


form#mail_form ul {
	list-style-type: none;
}

form#mail_form ul li label:hover {
	cursor: pointer;
}


form#mail_form input#company {
	width: 60%;
}

form#mail_form input#name_1,
form#mail_form input#name_2,
form#mail_form input#read_1,
form#mail_form input#read_2,
form#mail_form input#postal,
form#mail_form input#phone,
form#mail_form input#schedule {
	width: 30%;
}

form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm {
	width: 80%;
}

form#mail_form input#postal + a {
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid #46b8da;
	border-radius: 3px;
	background: #5bc0de;
	font-size: 100%;
	color: #ffffff;
	text-decoration: none;
	transition: all .2s ease;
}

form#mail_form input#postal + a:hover {
	cursor: pointer;
	background: #31b0d5;
	border: 1px solid #269abc;
	transition: all .17s ease;
}

form#mail_form input#address {
	width: 90%;
}


form#mail_form p#form_submit {
	width: 90%;
	margin: 0 auto;
	padding: 15px 0;
	border-top: none;
}

form#mail_form input[type="button"] {
	padding: 3px 100px;
	border: none;
	border-radius: ;
	background: #111;
	font-size: 100%;
	color: #ffffff;
	font-family: inherit;
	-webkit-appearance: none;
	transition: all .17s ease;
}
form#mail_form input[type="button"]:hover {
	cursor: pointer;
	background: #444;
	border: none;
	transition: all .17s ease;
}

form#mail_form input#form_submit_button {
	margin-left: ;
}



/* -------------------------------------------------------------------------------------------------- */

@media screen and ( max-width: 991px ) {

	body{
		font-size: 1.4rem;
	}

	form#mail_form {
		width: 95%;
	}

	form#mail_form dl {
		overflow: visible;
	}

	form#mail_form dl dt {
		width: auto;
		float: none;
		text-align: left;
		padding: 15px 0 5px;
		font-weight: bold;
	}

	form#mail_form dl dd {
		width: auto;
		float: none;
		border-top: none;
		padding: 0px 0 15px 0px;
	}

	form#mail_form dl dt span {
		font-weight: normal;
	}
	form#mail_form textarea {
		width: 100%;
		max-width: 100%;
		height: 200px;
		padding: 0;
	}
	

	/* -- for JavaScript ここから -------------------------------------------------------------------------------- */
/*
	form#mail_form dl dt span.required,
	form#mail_form dl dt span.optional {
		margin-right: 1em;
		margin-bottom: 2em;
	}
*/
	.hissu:after{
		content: "必須";
		font-size: 0.78rem;
		font-weight: normal; 
		letter-spacing: 1px;
		line-height: 1;
		background: #d80000;
		color: #fff;
		padding: 2px 3px;
		margin-left: 5px;
		border-radius: 0;
		vertical-align: text-top;
	}
	.hissu:before{
		display: none;
	}
	
	.nini:after{
		content: "任意";
		font-size: 0.78rem;
		font-weight: normal; 
		letter-spacing: 1px;
		line-height: 1;
		background: #7e7e7e;
		color: #fff;
		padding: 2px 3px;
		margin-left: 5px;
		border-radius: 0;
		vertical-align: text-top;
	}
	.nini:before{
		display: none;
	}
	
	.note:after{
		display: none;
	}
	.note:before{
		display: none;
	}
	
	/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */

	form#mail_form input[type="text"],
	form#mail_form input[type="email"],
	form#mail_form input[type="tel"],
	form#mail_form textarea {
		margin-top: 0px;
	}

	form#mail_form ul li input[type="radio"],
	form#mail_form ul li input[type="checkbox"] {
		margin-top: 0;
		margin-left: 5px;
	}

	form#mail_form ul li:first-child input[type="radio"],
	form#mail_form ul li:first-child input[type="checkbox"] {
		margin-top: 0;
	}
	form#mail_form ul li:last-child input[type="radio"],
	form#mail_form ul li:last-child input[type="checkbox"] {
		margin-bottom: 0;
	}

	form#mail_form select {
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 5px;
	}



	form#mail_form input#postal + a {
		padding: 6px 15px 5px;
	}

	form#mail_form input#form_submit_button {
		margin-left: 0;
	}

	form#mail_form select {
		font-size: 16px;
		margin-top: 0;
	}

	form#mail_form input#phone,
	form#mail_form input#schedule {
		width: 50%;
	}
}

/* https://www.1-firststep.com/archives/1560 */
</pre></body></html>