@charset "UTF-8";

/* micro clearfx 　これがないとconBが表示できない*/
.cf:before, .cf:after {
	content:"";
	display:table
}
.cf:after { clear:both }
.cf { zoom:1 } /* For IE 6/7 */

/* コンテンツA: タイトルイメージ */
.conA {
	background-image: url(../images/03_top.jpg);
	background-position: center top bottom -20px;
	background-size: 100%;
}
@media (min-width:376px) and (max-width: 680px){
	.conA {
		background-position: center bottom -120px;
		background-size: 160%;
	}
}
@media (max-width: 375px){
	.conA {
		background-position: center;
		background-size: 120%;
	}
}
/* contents */
.conB {
	background-color:black;
	padding-top:20px;
	padding-bottom:20px;
}
.t-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(100%);
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	font-size:0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 16px;
}
.t-bar .lc1{
	width:16px;
	height:34px;
	background-image: url(../images/bar01-a.png);
	background-size:16px 34px;
	background-position:left center;
}
.t-bar .lc2{
	color: #3f3e48;
	font-size:18px;
	width: calc(100%);
	height:34px;
	padding-left:20px;
	line-height: 34px; /*textを上下中央に*/
	background-image: url(../images/bar01-b.png);
	background-size:3px 34px;
	background-position:left center;
	font-weight: bolder;
}
.t-bar .lc3{
	width:6px;
	height:34px;
	background-image: url(../images/bar01-c.png);
	background-size:6px 34px;
	background-position:left center;
}

.contents1 {
	color:white;
}

.contents1 .text-r {
	text-align: right;
}
.contents1 table {
	width: 100%;
}
.contents1 th {
	width:30%;
	border:solid 1px #555;
	background-color:#222;
	padding:8px;
	font-size:1em;
	font-weight:bold;
	text-align:center;
}
.contents1 td {
	border:solid 1px #555;
	padding:8px;
	font-size:1em;
	background-color:#333;
}
.contents1 .title01 {
	text-align:center;
	font-weight:bold;
	font-size:1.2em;
	background-color:#3d0202;
}
.totop {
	clear:both;
	text-align:right;
	font-size:13px;
}
.totop a {
	text-decoration:none;
	color:white;
}
.totop a:hover {
	color:gold;
}

@media (min-width: 769px){
	.conB {
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	.t-bar {
		width: calc(100% - 150px);
		margin-left: auto;
		margin-right: auto;
	}
	.contents1{
		margin-left: 75px;
		margin-right: 73px;
		line-height:2em;
	}
}

@media (min-width:708px) and (max-width: 768px){
	.t-bar {
		width: calc(100% - 140px);
		margin-left: auto;
		margin-right: auto;
	}
	.contents1{
		margin-left: 70px;
		margin-right: 70px;
		line-height:1.8em;
	}
	.footA {
		margin-left:30px;
	}
	.footB {
		margin-left: 27px;
	}
}

@media (min-width:574px) and (max-width: 707px){
	.t-bar {
		width: calc(100% - 70px);
		margin-left: auto;
		margin-right: auto;
	}
	.contents1{
		margin-left: 35px;
		margin-right: 35px;
		line-height:1.8em;
	}
}
@media (max-width: 574px){
	.t-bar {
		width: calc(100% - 40px);
		margin-left: auto;
		margin-right: auto;
	}
	.contents1{
		margin-left: 35px;
		margin-right: 35px;
		line-height:1.8em;
	}
	.tb01 {
		margin-left: -15px;
	}
	.tb01 th, .tb01 td {
		width: 100%;
		display: block;
		border-top: none;
	}
}