<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 */
/** {
    -webkit-appearance: none;
}*/

.txt {
	width:100%;
	border: 1px #bbb solid;
	padding: 0.5em;
	background: #fff;
    -webkit-appearance: none; /* */
    appearance: none;
	/* CSS3
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	transition: background 0.5s ease; */
	box-sizing:border-box;
	margin:0 2px;
}

/* フォームサイズ */
#postcode {
	width:120px;
}

#name,
#furigana,
#tel,
#mobile {
	width:180px;
}

#email,
#address,
#company,
#address2 {
	width:100%;
}


input[type="radio"] {
	margin:0 5px 10px;
}

/* アラート */
.txt.alert,
select.alert {
	background:#fff1f1;
}

p.alert-area {
	padding-top:20px !important;
}

em.alert {
	display:block;
	color:#F00;
	font-style:normal;
}

/* 確認　未登録 */
.non {
	color:#888;
	letter-spacing:0.1em;
}

.txt:hover {
	border: 1px #888 solid;	
}

.select-box {
	background: #fff;
	border: 1px #ccc solid;
	border-radius: 2px;
	/*height: 40px;
	line-height: 40px;*/
	text-align: left;
	/*text-indent: 5px;*/
	vertical-align: middle;
}

textarea {
	height: 100px;
	width:100%;
}

.form-submit {
	text-align:center;
}

.submit input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	clear: both;
	border: none;
	padding:1em;
	margin: 50px auto 0;
	background:#be1c33;
	font-size: 16px;
    font-size: 1.6rem;
	font-weight: 700;
	color: #fff;
	letter-spacing:0.1em;

	transition: background 0.3s ease;
    border-radius: 3px;
	cursor:pointer;
    box-sizing: border-box;
    width: 60vw;
}

a.btn-entry {
	clear: both;
	border: none;    
	padding:1em;
	margin: 50px auto 0;
	background:#be1c33;
	font-size: 16px;
    font-size: 1.6rem;
	font-weight: 700;
	color: #fff !important;
	letter-spacing:0.1em;
    line-height: 1;
    text-decoration: none !important;
    
	transition: background 0.3s ease;
    border-radius: 3px;
	cursor:pointer;
    box-sizing: border-box;
    width: 60vw;
    display: block;
}


/* 戻るボタン */
/*--------------------------------------------*/
.back {
	text-align:center;
}

.back a,
.back input[type="button"] {
	width:40%;	
	text-align:center;
	display:block;
	clear: both;
	margin: 20px auto 0;
	border:none;
	background:#999;
	font-size: 120%;
	font-weight: 500;
	color: #FFF !important;

	transition: background 0.2s ease;
	padding:10px 0;
    border-radius: 3px;
	cursor:pointer;
	text-decoration:none !important;
	line-height:1;
}

.back.thanks a,
.back.thanks input[type="button"] {
	margin: 50px auto 0;	
}

span.customSelect {
	background-color: #fff;
	color:#474747;
	padding:0 30px 0 15px;
	border:2px solid #555;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
span.customSelect.changed {
	/*background-color: #f0dea4;*/
}
.customSelectInner {
	/*background:url(../img/customSelect-arrow.gif) no-repeat;
	background-position:right 3px center;*/
}

.btn.submit {
	text-align:center;
}

td .mini {
	display:block;
}

.confirm th {
	font-weight:600;
}

/*---------------------------------------------------
　placeholder
----------------------------------------------------*/
input::-webkit-input-placeholder {
    color: #aaa;
    font-weight: normal;
}

input:-ms-input-placeholder {
    color: #aaa;
    font-weight: normal;
}

input::-moz-placeholder {
    color: #aaa;
    font-weight: normal;
}

th .fa {
	color: #F00;
	margin:0 5px 0 0;
}

tr:nth-child(-n+2) th .fa {
	color:#ccc;
}


#page-faq th {
    position: relative;
}

#page-faq th em {
	font-style:normal;
	display:inline-block;
	padding:3px 5px;
	line-height:1;
	background: #F00;
	color:#fff;	
    border-radius:3px;
	letter-spacing:0.1rem;
	font-size:11px;
    font-size: 1.1rem;
	margin:0 10px;
	font-weight:normal;
	position:absolute;
	right:5px;
}



/*----------------------------------------------------------------*/
/*media Queries / min-width: 600px */
/*----------------------------------------------------------------*/
@media only screen and (min-width: 600px) {

#email,  
#address,
#company,
#department,
#position,    
#address2 {
	width:70%;
}    

#contact {
    height: 200px;
}    
    
.submit input,
a.btn-entry  {
    width: 50%;
	font-size: 21px;
    font-size: 2.1rem;
}    
    
.submit input:hover,
a.btn-entry:hover  {
	background:#e61e3a;
}    

.back a,
.back input:hover {
    background: #ccc;
}
    
#page-faq th em {
	font-size:12px;
    font-size: 1.2rem;
}    
    
    
    
    
}
/* EOF */</pre></body></html>