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

@import url("../css/common.css");



/*==================================================================*/

/* contact css */

/*==================================================================*/

/* index.php

------------------------------------------------- */
#main{
	float: none;
	width: 100%;
}

.contentsbottom{
	max-width: 1000px;
	width: 96%;
	background: none;
	padding: 0;
	margin: 0 auto;
}
#contentstop02 {

	background:#FFF;
	padding: 2em 2em;
	height: auto !important;   
	margin: 0 auto;

}

#pagebodybottom02{
	background: none;
}

#contentstop02:after {

	content: ".";

	display: block;

	height: 0px;

	clear: both;

	visibility: hidden;

}



.txt-contact {

	margin-bottom: 35px;

	/*background: url(image/illust.jpg) no-repeat right bottom;*/

}



.btn-privacy {
	text-align: right;
}



.btn-privacy a:hover img {

	opacity:0.7;

	filter: alpha(opacity=70);

}



/* formarea */

.title-form {

	background: url(../common_img/dot-gray.gif) repeat-x bottom;

	padding-bottom: 10px;

	margin-bottom: 10px;

}



.t-attention {

	margin-bottom: 10px;

	color: #1151a1;

}



.bg-form01 {

	background: url(image/bg-formmiddle.gif) repeat-y left top;

	border-bottom: 1px solid #cbcbcc;

}



.bg-form02 {

	background: url(image/bg-formtop.gif) no-repeat left top;



}



.formprocess {
	display:flex;
	justify-content: center;
	align-items: center; 
	padding:0;
	margin:0 auto 1.5em;
	max-width: 500px;
	height: 45px;
	font-size: 1.3em;
	color: #888;
	border: 1px solid #ccc;

}

.formprocess li{
	margin-right: .5em;
	font-weight: bold;
	padding: .5em 0;
}
.formprocess li.current{
	color: #1151a1;
}
.formprocess li:last-child:after{
	content: none;
}
.formprocess li:after{
	display: inline-block;
	border-bottom: none;
	content:"\f061";
	color: #888;
	font-weight: 900;
	margin-left: .5em;
	font-family: "Font Awesome 5 Free";
}






/* form table */

.f-contact {

	margin: 0 auto;

	max-width: 800px;
	width: 100%;

	clear: both;

}



.f-contact th {

	background-color:#cfecfe;

	border-bottom: 1px solid #FFF;

	padding: 12px 15px;

	font-size: 1.1em;

	text-align: left;

	width: 27%;

	vertical-align: middle;

}
.f-contact td ol li{
	margin-bottom: .5em;
}
.f-contact td ol li label{
	display: inline-block;
	background: #f1f1f1;
	padding: .5em 1em;
	border: 1px solid #ccc;
	cursor: pointer;
}

.f-contact td ol li label:hover{
	background: #fff;
}
.attachment-delete{
	background: #a11111;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}
.f-contact td {

	border-bottom: 1px solid #c8c8c8;

	border-right: 1px solid #c8c8c8;

	padding: 12px 12px 12px 15px;

	font-size: 90%;

	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";

	width: 65%;

}



.f-contact td.td-top {

	border-top: 1px solid #c8c8c8;

}



.f-contact td.btn {

	border: none;

	text-align: center;

}



.f-contact th.th-bottom {

	border-bottom: none;

}





.t-mini {
	display: inline-block;
	margin-bottom: .3em;
	font-size: 85%;

}



.need {

	font-weight: normal;
	display: inline-block;
	font-size: 85%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #FFF;
	background-color: #1151a1;
	padding: 1px 2px 1px 3px;
	margin-right: 2px;
}



/* form */

label.t-checkbox:hover {

   background-color: #cfecff;

}



#k-question,#k-contact,#k-etc,#k-sample {

	vertical-align: top;

	border: none;

}



.l-input {

	max-width: 330px;
	width: 80%;

	border: 1px solid #c8c8c8;

	background-color: #eeeeee;

	padding: 3px;

}



.s-input {

	width: 120px;

	border: 1px solid #c8c8c8;

	background-color: #eeeeee;

	padding: 3px;

	margin: 0 15px 5px 0;

}



input:focus, input.focused { 

	border: 1px solid #1151a1;

	background-color: #FFF;

}



textarea { 

	width: 330px;

	border: 1px solid #c8c8c8;

	background-color: #eeeeee;

}



textarea:focus, textarea.focused { 

	border: 1px solid #1151a1;

	background-color: #FFF;

}



.pref {

	border: 1px solid #999999;

	padding: 2px;

	margin-bottom: 5px;

}




.t-conf {

	font-size: 115%;

	color: #017ccb;

	margin-bottom: 10px;

}



/* error.php

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

#errorbox {
	display: flex;
	justify-content: center;
	margin: 15px auto 20px auto;
	max-width: 590px;
	width: 100%;
}



#errorbox p {
	width: 130px;
	margin: 10px 0;
	text-align: left;

}



#errorbox ul {
	position: relative;
	width: calc(100% - 130px);
	padding: 7px 0;
	list-style: inside square;
	background: #eeeeee;

}

#errorbox ul:before{
	content: "";
	position: absolute;
	top: 30px;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #eeeeee;
}


#errorbox ul li {
	font-weight: bold;
	padding: 0 25px 0 25px;
	color: #222;

}



/* thanks.php

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

.thanksbox {
	max-width: 550px;
	width: 80%;
	background-color: #eeeeee;
	padding: .8em;
	margin: 30px auto;

}



.thanksbox li {

	font-size: 90%;

}



.thanksbox li.companyname {

	font-size: 110%;

	font-weight: bold;

	text-align: center;

	background: url(../common_img/dot-gray.gif) repeat-x bottom;

	padding: 0 10px 5px 10px;

	margin-bottom: 10px;

}

/*===========================================================================*/

/*  media quary:1000px  */

/*===========================================================================*/
@media screen and (max-width: 770px) {

	#contentstop02{
		padding: 2em 1em;
	}
}

/*===========================================================================*/

/*  media quary:500px  */

/*===========================================================================*/
@media screen and (max-width: 500px) {
	.f-contact td{
		border: 1px solid #c8c8c8;
	}
	.f-contact td,.f-contact th{
		display: block;
		width: 100%;
		padding: .8em;
	}
	.f-contact tr{
		display: block;
		width: 100%;
		margin-bottom: 1em;
	}

	.formprocess {
		display:block;
		padding:.3em;
		margin:0 auto 1.5em;
		max-width: 500px;
		height: auto;
		font-size: 1em;
		border: none;
		text-align: center;

	}

	.formprocess li{
		position: relative;
		margin-bottom: 20px;
		margin-right: .2em;
		padding: .2em .3em;
		border: 1px solid #ccc;
	}

	.formprocess li:after{
		content: "\f063";
		position: absolute;
		bottom: -18px;
		left: 0;
		right: 0;
		margin: 0 auto;
		text-align: center;
	}
	td.btn input{
		display: block;
		margin: 0 auto;
	}

	td.btn .m-rmargin{
		margin-right: auto;
		margin-bottom: .5em;
	}

	#errorbox {
		display: block;
	}

	#errorbox p{
		width: 100%;
		margin-bottom: 1.3em;
		text-align: center;
	}

	#errorbox ul{
		width: 100%;

	}

	#errorbox ul:before{
		content: none;
	}
	#errorbox ul:after{
		content: "";
		position: absolute;
		top: -30px;
		left: 50%;
		margin-left: -15px;
		border: 15px solid transparent;
		border-bottom: 15px solid #eee;
	}

}</pre></body></html>