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

.mb15{
	margin-bottom: 15px;
}


.mt15{
	margin-top: 15px;
}

.ml15{
	margin-left: 15px;
}

.redbd{
	border: 2px solid #FF0101;
	padding: 5px;
}

div.wrap{
	width: 970px;
	margin: 0 auto;
	margin-bottom: 100px;
}

.wrap a,
.wrap li,
.wrap p{
	line-height: 150%;;
}

p.right{
	text-align: right;
	line-height: 150%;
	}

p.center{
	text-align: center;
}

p.left{
	text-align: left;
	line-height: 150%;
}

p.center{
	text-align: center;
	line-height: 150%;
}

p.text{
	margin: 20px 0 10px 0;
	line-height: 150%;
}

.bold{
	font-weight: bold;
}

h1{
	text-align:center;
	font-weight: bold;
	font-size: 130%;
	margin-top: 50px;
	color: #000;
}

.bdr{
	border: #CCC 1px solid;
	padding: 10px;
	width: 480px;
	margin: 0 0 0 100px;
}

.bdr2{
	border: #CCC 1px solid;
	padding: 10px;
	width: 250px;
	margin: 5px 0 5px 20px;
}

.bdr3{
	border: #CCC 1px solid;
	padding: 10px;
	width: 250px;
	margin: 5px 0 5px 15px;
}

.unline{
	text-decoration: underline;
	font-weight: bold;
}

.box1{
	margin: 10px 0 10px 10px;
	padding: 0 0 0 10px;
	border-left: #CCC 3px solid;
}

.wrap table{
	margin: 5px 0;
}

.wrap th{
	border:#CCC 1px solid;
	background: #f1f1f1;
	text-align: center;
	vertical-align: middle;
	padding: 3px;
}

.wrap td{
	border:#CCC 1px solid;
	text-align: center;
	vertical-align: middle;
	padding: 3px;
}

.bgc{
	background: #f1f1f1;
	padding: 3px;
	border-bottom: #ccc 1px solid;
	margin: 15px 0;
	font-weight: bold;
}

.red{
	color: #C00;
}

p.attention{
	width: 700px;
  margin: 15px auto 10px auto;
	padding: 5px 10px;
	line-height: 1.5em;
	font-size: 13px;
	border: solid 2px #cc0202;
}

.pl2em{
	padding-left: 2em;
}

.txtIcon{
	padding-left: 2em;
	position: relative;
}
.txtIcon::before{
	display: inline-block;
	font-size: 16px;
	position: absolute;
	left: 1em;
}
.txtIcon.num01::before{
	content: '①';
}
.txtIcon.num02::before{
	content: '②';
}
.txtIcon.num03::before{
	content: '③';
}
.txtIcon.num04::before{
	content: '④';
}
.txtIcon.num05::before{
	content: '⑤';
}
.txtIcon.kome::before{
	content: '※';
}

.addressBox{
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	margin-top: 15px;
	padding: 15px 0;
}
.arrow01{
	box-sizing: border-box;
	width: 80px;
	height: 80px;
	background:url(../img/arrow01.png)no-repeat;
	background-size: contain;
	padding: 0 10px;
}

.flexBox01{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

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