<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */



.topimg {
	background: url(../../images/topimgbg.jpg) 50% 0 no-repeat;
}



.title1 {
	font-size:28px;
	font-size:2.8rem;
	color:#04287e;
	text-align:center;
	margin:30px 0 0 0;
}

.txt1 {
	width:860px;
	margin:30px auto 30px auto;
	font-size:16px;
	font-size:1.6rem;
	text-align:center;
}

.txt1 img {
	vertical-align: middle;
}

.txt1 span{
	display:inline-block;
	line-height:18px;
	padding:0 0 0 10px;
}

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

.title1 {
	font-size:20px;
	font-size:2.0rem;
}

.txt1 {
	width:auto;
	margin:30px auto 30px auto;
	font-size:16px;
	font-size:1.6rem;
	text-align:center;
}


}

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


.formTable {
	width:860px;
	margin:30px auto 50px auto;
}

.formTable th , .formTable td {
	font-size:16px;
	font-size:1.6rem;
	border-bottom:1px solid #cccccc;
	border-top:1px solid #cccccc;
	padding:20px 10px;
}

.formTable th {
	background:#f0fbff;
	text-align:center;
}

.formTable td {}

.hissu {
	display:block;
}

.hissu img {
	vertical-align: baselinee;
}

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


.formTable {
	width:auto;
	margin:30px 20px 50px 20px;
	display:block;
	border-bottom:1px solid #cccccc;
}

.formTable tbody {
	display:block;
}

.formTable tr {
	display:block;
}

.formTable th , .formTable td {
	font-size:14px;
	font-size:1.4rem;
	border-bottom:none;
	border-top:1px solid #cccccc;
	padding:20px 10px;
	display:block;
}

.formTable th {
	background:#f0fbff;
	text-align:center;
	padding:5px 10px;
	line-height:18px;
}

.formTable td {}

.hissu {
	display: inline;
	margin-left:10px;
}



}

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

.btn2 {
	text-align:center;
	margin:30px 50px 50px 50px;
}

.btn2 table {
	margin:0 auto 0 auto;
}

.btn2 table td {
	padding:0 10px;
	vertical-align:top;
}

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

.btn2 {
	text-align:center;
	margin:30px 50px 50px 50px;
}

.btn2 table td {
	padding:10px 0;
	display:block;
	text-align:center;
}

}

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

.btn{
	text-align:center;
	margin:30px 50px 50px 50px;
}

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

.btn{
	text-align:center;
	margin:30px 50px 50px 50px;
}

}


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

.error_coution{
	font-size:16px;
	font-size:1.6rem;
	color:#F00;
}



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

.error_coution{
	font-size:12px;
	font-size:1.2rem;
	color:#F00;
}

}


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

textarea {
	width:380px;
}


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

textarea {
	width:380px;
}

input{
	max-width:100%;
}

.sp-all {
	width:100%;
}

}


















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