<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* =========================================================
�� ������������若��
========================================================= */
/**----------�����������鴻�帥�ゃ��������---------**/
input, button, textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}



/**----------���---------**/

.form_box {
	margin:50px auto 0;
	line-height:20px;
	text-align :left;
}
/**----------紊ч����---------**/
h5 {
	margin: 0 auto;
	width:98%;
	max-width:1100px;
	box-sizing:border-box;
	position: relative;
	padding: .7em .75em;
	background-color: #f0f0f0;
	border-radius: 6px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .1) inset;
	margin-bottom:20px;
	font-size: 120%;
}
h5::after {
	position: absolute;
	top: 100%;
	left: 80px;
	content: '';
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top: 30px solid #f0f0f0;
}


.form_box p {
	margin-bottom: 1.2em;
}

.form_box .section {
	width: 98%;
	max-width:1000px;
	margin:0 auto;
}

.form_box .section:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	position: relative;
	overflow: hidden;
}
.form_box .section .cell {
	width: 46%;
	margin:0 2%;
	text-align: left;
	float: left;
}

.form_box .section .cell-long {
	width: 96%;
	margin:0 auto;
	text-align: left;
	display: block;
	float: none;
}
.form_box .section .cell + .cell {
	float: right;
}
.form_box .section p + input {
	margin-top: 8px;
}
.form_box .section + .section {
	margin-top: 15px;
}
@media screen and (max-width: 1024px) {
	.form_box .section .cell {
		width: 48%;
		margin:0 1%;
	}
	.form_box .section .cell-long {
		width: 98%;
	}
}

@media screen and (max-width: 768px) {
	.form_box .section .cell {
		width:100%;
		margin:0 auto;
	}
	.form_box .section + .section {
		margin:0 auto;
	}
}
@media screen and (max-width: 480px) {
	h5::after {
		left: 45px;
		border: 20px solid transparent;
		border-top: 20px solid #f0f0f0;
	}
}

/**----------綽������若��---------**/
.marker_water {
	margin-left:6px;
	font-size:70%;
	text-align:center;
	padding:2px 6px;
	color:#fff;
	background-color:#8f4d3ee8;
	border-radius:5px;
}

/**----------input��textarea���鴻�帥�ゃ��---------**/

.custom input[type="text"],
.custom textarea {
	outline: none;
	box-sizing:border-box;
	border: 1px solid #aaa;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size:16px;
	padding:15px 2%;
	line-height:160%;
	max-width: 100%;
	width:100%;
}

.custom input[type="text"]:focus,
.custom textarea:focus {
	box-shadow: 0 0 7px #49a9d4;
	border: 1px solid #49a9d4;
}
.custom input[type="text"].w_add1 {
	width:15%;
	margin-right:2%;
}
.custom input[type="text"].w_add2 {
	width:83%;
}
.custom input[type="text"].w_add3 {
	width:30%;
	margin-right:2%;
}
@media screen and (max-width: 640px) {
	.custom input[type="text"].w_add1 {
		width:80px;
		padding:15px 1%;
	}
	.custom input[type="text"].w_add2 {
		width:auto;
	}
	.custom input[type="text"].w_add3 {
		width:auto;
	}
}

/**----------���吾�����帥��---------**/

.radio1 input{
	    display: none;
	}
	.radio1 label{
	    display:inline-block;
	    position: relative;
	    cursor: pointer;
	    margin-left: 20px;
	    padding: 10px 40px 10px 30px;
	    border-radius: 2px;
	    text-align: center;
	    line-height: 1;
	}
	.radio1 label:before{
	    position: absolute;
	    content: "";
	    top: 50%;
	    left: -10px;
	    width: 20px;
	    height: 20px;
	    margin-top: -10px;
	    background: #bdc3c7;
	    border-radius: 50%;
		
	}

	.radio1 input[type="radio"]:checked + label:after {
	    position: absolute;
	    content: "";
	    top: 50%;
	    left: -4px;
	    width: 8px;
	    height: 8px;
	    margin-top: -4px;
	    border-radius: 50%;
	    background: #950000;
	}
@media screen and (max-width: 640px) {
	.radio1 label {
		padding:10px 35px 10px 25px;
	}
}

/**----------���с������������---------**/
input[type=checkbox] {
	display: none;
}
	#kou .checkbox {
  		width:170px;
	}
	#volume .checkbox {
  		width:450px;
	}
	#site .checkbox {
  		width:140px;
	}
	#form_contact .checkbox{
		width:190px;
	}
	.checkbox {
	  box-sizing: border-box;
	  -webkit-transition: background-color 0.2s linear;
	  transition: background-color 0.2s linear;
	  position: relative;
	  display: inline-block;
	  margin: 7px 10px 7px 0;
	  padding: 20px 0px 20px 47px;
	  border-radius: 8px;
	  background-color: #f6f7f8;
	  vertical-align: middle;
	  cursor: pointer;
	}
	.checkbox:hover {
	  background-color: #87cefa;
	}
	.checkbox:hover:after {
	  border-color: #1a1a1a;
	}
	.checkbox:after {
	  -webkit-transition: border-color 0.2s linear;
	  transition: border-color 0.2s linear;
	  position: absolute;
	  top: 50%;
	  left: 15px;
	  display: block;
	  margin-top: -10px;
	  width: 16px;
	  height: 16px;
	  border: 2px solid #1a1a1a;
	  border-radius: 3px;
	  content: '';
	}

	.checkbox:before {
	  -webkit-transition: opacity 0.2s linear;
	  transition: opacity 0.2s linear;
	  position: absolute;
	  top: 50%;
	  left: 21px;
	  display: block;
	  margin-top: -7px;
	  width: 5px;
	  height: 9px;
	  border-right: 3px solid #950000;
	  border-bottom: 3px solid #950000;
	  content: '';
	  opacity: 0;
	  -webkit-transform: rotate(45deg);
	  -ms-transform: rotate(45deg);
	  transform: rotate(45deg);			
	}
	form input[type=checkbox]:checked + .checkbox:before {
	  opacity: 1;
	}
@media screen and (max-width: 768px) {
	#form_contact .checkbox {
		width:170px;
	}
}
@media screen and (max-width: 640px) {
	.checkbox {
		margin-right:7px;
		padding:15px 0 15px 40px;
	}
	#form_contact .checkbox {
		width:145px;
	}
	.checkbox::before {
		left:18px;
	}
	.checkbox::after {
		left:12px;
	}	
}
@media screen and (max-width: 414px) {
}
/**----------綽���������---------**/
.d_error {
	font-size:0.9em;
	color:#c94228;
	font-weight:bold;
}
/**----------���с���帥��---------**/
input[type=file] {
	padding:5px 10px;
	font-size: 14px;
}


/**----------��篆＜���帥��---------**/

.button_01 input {
	display: inline-block;
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #333;
	color: #fff;
	font-size:110%;
	
}
.button_01 input:before,
.button_01 input:after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button_01 input,
.button_01 input:before,
.button_01 input:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button_01 input:hover {
	background-color: #59b1eb;
	color: #fff;
}

#btnbox{
	width: 100%;
		text-align: center;
	margin:20px auto 0px;
}
#btnbox p{
	color:#f00;
}
@media screen and (max-width: 480px) {
	#btnbox {
		margin:0 auto 50px;
	}
}

/*----------SELECT-----*/
select.select{
	padding:10px 10px;
	margin-bottom:5px;
}

/* ------------------------------------------------
	IME荐㊤�
------------------------------------------------ */
input#NAME1 { ime-mode: active; }
input#KANA1 { ime-mode: active; }
input#MAIL1 { ime-mode: disabled; }
input#MAIL2 { ime-mode: disabled; }
input#TEL1 { ime-mode: disabled; }
input#ADDRNO { ime-mode: disabled; }
input#B_ADDR1 { ime-mode: active; }
input#B_ADDR2 { ime-mode: active; }
input#AGE { ime-mode: disabled; }
input#CMNT { ime-mode: active; }


/*----------------------------------------------------
	�違�����若��
----------------------------------------------------*/
/**----------��������cgi頫�---------**/
table.scr_tbl_cgicmnt{
	width: 98%;
	max-width: 740px;
	margin: 20px auto 70px;
	border: 1px solid #ccc; 
	border-collapse: separate;
	border-spacing:2px;
	line-height:150%;
}
table.scr_tbl_cgicmnt td{
	padding:50px 0;
	text-align:center;
	vertical-align:top;
}
table.scr_tbl_cgicmnt td a{
	text-decoration:none;
	color:#00f;
}

.txt_deco{
	background-image:url(../item/bg_info.png) no-repeat;
}
</pre></body></html>