@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/* layout */

/* titles */
.t_styles {
	text-indent: -9999px;
	margin-bottom: 15px;
}

.t2_styles {
	text-indent: -9999px;
	height: 22px;
	margin-bottom: 15px;
	border: 1px solid #555555;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

h1#t01 {
	background-image: url(../images/curvex3/ttl_1.gif);
	width: 843px;
	height: 29px;
}

h2#t02 { background: url(../images/curvex3/ttl_2.png) no-repeat 10px #555555; }

h2#t03 { background: url(../images/curvex3/ttl_3.png) no-repeat 10px #555555; }

h2#t04 { background: url(../images/curvex3/ttl_4.png) no-repeat 10px #555555; }

h2#t05 { background: url(../images/curvex3/ttl_5.png) no-repeat 10px #555555; }

h2#t06 { background: url(../images/curvex3/ttl_6.png) no-repeat 10px #555555; }

/* contents */
.contents {
	padding: 0 10px;
}

.topimg {
	width: 841px;
}

#information figure#top {
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 20px;
}

#information figure#top img {
    width: 104px;
} 

#information figure#top figcaption {
    padding-top: 5px;
}

#box03 ul {
	margin: 0 0 20px 1em;
	line-height: 1.5;
}

#box03 h3 {
	font-size: 100%;
	margin-bottom: 10px;
}

#box03 table {
	width: 100%;
}

#box03 p.note:before {
	content:"※ ";
}

#box03 p {
	margin-bottom: 0;
}

#box04 img {
	float: left;
}

#box04 div div#box04a {
	float: right;
}

#box04a table {
	margin-bottom: 20px;
}

#box05 table {
	border: none;
}

#box05 table th,
#box05 table td {
	text-align: left;
	font-weight: normal;
	padding: 3px 5px 5px 5px;
	line-height: 1.5;
}

#box05 ul {
	line-height: 1.5;
	margin-left: 1em;
}

#box06 table {
	border: none;
}

#box06 table caption {
	font-weight: bold;
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
}

#box06 table th,
#box06 table td {
	text-align: left;
	font-weight: normal;
	padding: 3px 5px;
}

#box06 th:before {
	content:"●";
}

#box06 td:before {
	content: "：";
}

#box06 dl {
	margin: 5px 0;
	padding-left: 1em;
	line-height: 1.5;
}

#box06 dd {
	margin: 0;
	padding-left: 1em;
}

.note {
	font-size: 90%;
	padding-left: 1.3em;
	text-indent: -1.3em;
}

table.table1 {
	font-size: 100%;
	border: 1px solid #525252;
	border-collapse: collapse;
}

.table1 th {
	padding: 5px;
	border: 1px solid #525252;
	border-bottom: 3px double #525252;
	background-color: #ccc;
	}

.table1 td {
	padding: 5px 8px;
	border: 1px solid #525252;
	}

.table1 th.gyou,	
.table1 td.gyou {
	line-height: 1.4;
}

.bg_color { background-color: #CCC; }
.bg_white { background-color: #FFF; }
