
.tbl_style02 {
	width: 100%;
	margin: 10px 0;
}
	.tbl_style02 th,
	.tbl_style02 td {
		padding: 15px 1em;
		border: 1px solid #aaa;
		background: #fff;
		text-indent: 0;
	}
	.tbl_style02 th {
		white-space: nowrap;
		text-align: center;
		background: #8C8F8F;
		color: #fff;
		font-weight:600;
		vertical-align: middle;
	}
	.tbl_style02 td {
		text-align: left;
		vertical-align: middle;
	}
	.tbl_style02 td.center {
		text-align: center;
	}

.qaTit {
	justify-content: space-around;
	flex-wrap: wrap;
}

.qaTit p a {
    width: 97%;
  	display:block;
	margin-bottom: 20px;
	background-image: linear-gradient(-180deg, #000 0%, #511B45 100%);
	border-radius: 3px;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
	padding: 10px;
    box-shadow: 0px 3px 3px #ccc;
    cursor :pointer;
}

.qaTit li a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #000;
}

label {
	width: 97%;
  	display:block;
	margin-bottom: 5px;
	background-image: linear-gradient(-180deg, #000 0%, #511B45 100%);
	border-radius: 3px;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
	padding: 10px;
    box-shadow: 0px 3px 3px #ccc;
    cursor :pointer;
}
label:hover {
    background-image: linear-gradient(-180deg, #511B45 0%, #000 100%);
    box-shadow: none;
}

input {
    display: none;
}

.qaTit .qaBox dl {
	width: 97%;
    margin: 0 0 15px;
    padding: 0;
    background :#f4f4f4;
    list-style: none;
}

.qaTit dl {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#qa_bar01:checked ~ #qaBox01,
#qa_bar02:checked ~ #qaBox02,
#qa_bar03:checked ~ #qaBox03,
#qa_bar04:checked ~ #qaBox04,
#qa_bar05:checked ~ #qaBox05 {
    height: auto;
    opacity: 1;
}
.qaTit li a {
	padding: 5px 10px;
	line-height: 2.0;
}
.qaTit li a:hover {
	background: #ccc;
}


dl.qaCont {
	margin: 0 0 20px 10px;
}
	dl.qaCont dt {
		clear:left;
		float:left;
		color: #6F8B9B;
		font-weight: 600;
		margin-bottom: 5px;
	}
	dl.qaCont dd {
		padding-left:2em;
		margin-bottom: 10px;
		font-weight: 600;
	}
	dl.qaCont dd span {
		margin-bottom: 5px;
		padding-left: 0em;
		font-weight: 500;
	}
.siteimage{
	max-width: 650px;
}

@media screen and (max-width: 640px){
.sp_scroll{
	overflow-x:scroll;
}
.tbl_style02 {
	font-size: 0.7em;
}
	.tbl_style02 th,
	.tbl_style02 td {
		padding: 15px 1em;
		border: 1px solid #aaa;
		background: #fff;
		text-indent: 0;
	}
	.tbl_style02 th {
		white-space: nowrap;
		text-align: center;
		background: #8C8F8F;
		color: #fff;
		font-weight:600;
		vertical-align: middle;
	}
	.tbl_style02 td {
		text-align: left;
		vertical-align: middle;
	}
	.tbl_style02 td.center {
		text-align: center;
	}
	.siteimage{
		max-width: 350px;
	}
	
	
}










