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




table{
	width:80%;
	border-spacing:0 20px;
	word-break:break-all;
}


table tr{
	
}

table th{
	width:30%;
	padding-top:20px;
	padding-bottom:20px;
	font-weight:300;
	vertical-align:text-top;
	border-bottom:#bbb solid 1px;
}

table td{
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:#bbb solid 1px;

}

.check td{
	font-weight:bold;
	}

#imp{
	color:#FFF;
	background:#F66;
	border-radius:3px;
	padding:0 5px 0 5px;
	margin-right: 20px;
	float:right;
}

.submit{
	color:#fff;
	background:#F60;
	font-size:14px;
	width:200px;
	height:60px;
	border:#F60 solid 3px;
	border-radius:5px;
	text-align:center;
	margin:0 auto;
	font-family:"メイリオ", Meiryo;
}
.submit:hover{
	background:#F30;
	border:#F30;
}
.console{
	color:#C00;
	}

input{
	border:#ccc solid 2px;
	border-radius:3px;
	height:25px;
}
input,select{
	vertical-align:middle;
}

input.name{
	width:200px;
}

input.mail{
	width:300px;
}

input.age{
	width:50px;
}

input.post{
	width:100px;
}

input.address{
	width:400px;
}

input.phone{
	width:200px;
}

input.check{
	padding:0;
}


input.box{
	width:50px;
}

textarea{
	border:#ccc solid 2px;
	border-radius:3px;
}
textarea.memo{
	width:400px;
	height:200px;
}

.fix{
	color:#666;
	text-decoration:underline;
	font-size:18px;
	font-weight:normal;
	}

.fix:hover{
	text-decoration:none;
	}

.confirm_explain{
	font-size:16px;
	padding:10px 0;
	color:#2693d2;
	}

.back_link{
	color:#333;
	text-decoration:underline;
	}

.back_link:hover{
	color:#333;
	text-decoration:none;
	}
	
/* 2016/4/15 追記 */

.contact_ttl{
}
.contact_ttl a{
	display:inline-block;
	padding:0 8px;
	font-size: 18px;
    color: #FFFFFF;
    background-color: #2693D2;
    border-radius: 8px;
    margin-left: 16px;
	position:relative;
}

.contact_ttl a:after{
	content:"";
	border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid #2693D2;
    height: 0;
    position: absolute;
    top: 3px;
    left: -15px;
    width: 0;

	}

.contact_icon{
	background-size:80%;
	background-repeat:no-repeat;
	background-position:center center;
    width: 30px;
	height:30px;
    vertical-align: middle;
    background-color: #2693D2;
    border-radius: 15px;
	display:inline-block;
}

.icon-tel{
	background-image:url(../img/phone_icon.png);
	}
.icon-mail{
	background-image:url(../img/mail_icon.png);
	}
	
.contact_icon img{
	width:20px;
}

.contact_tel{
    margin-left: 32px;
}</pre></body></html>