@charset "utf-8";
/* CSS Document */
.qa_list {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	max-width: 1130px;
	width: 100%;
	margin-bottom:70px;
}
.list_navi {
	display: flex;
	flex-direction: column;
	width: 24%;
	height: 240px;
	border:1px solid #ddd;
}
.list_navi_ttl {
	background: linear-gradient(180deg, #f3f3f3, #dbdbdb);
	font-size: 1.1rem;
	color: #000;
	font-weight: bold;
	text-align:center;
	padding: 10px;
}
.list_navi_series {
	margin: 15px;
}
.list_navi_series div {
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
	font-size: .9rem;
	color: #666;
	background:url(../images/list_navi_yajirusi.png) no-repeat right 50%;
}
.list_navi_series div a {
	display: block;
	text-decoration: none;
	color: #666;
}
.list_navi_series div.on a {
	background:url(../images/list_navi_yajirusi_on.png) no-repeat right 50%;
	color: #d70e0f;
}
.list_navi_series div:last-child {
	border: none;
}

.list_lineup {
	width: 74%;
	padding-top: 26px;
}
.lineup_tit {
	font-size: 1.8rem;
	position: relative;
	display: inline-block;
	margin-bottom: 1.5em;
	color: #d70e0f;
}
.lineup_tit:before {
	content: '';
	position: absolute;
	left: 27px;
	top: -25px;
	display: inline-block;
	width: 52px;
	height: 4px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #d70e0f;
}
.lineup_items {
	display: flex;
	flex-wrap: wrap;
}
.lineup_item {
	display: block;
	width: 100%;
	text-align:center;
	padding: 5px 0;
	margin: 0;
	border: 1px solid #ddd;
}

.list_qaa > input {
    display: none;
}
.list_qaa > label {
    display: block;
    width: 88%;
    padding: 0 6%;
    margin: 0px;
    cursor: pointer;
}
.list_qaa > label > dt {
    position: relative;
    font-size: 1.0rem;
    background-color: #fff;
	text-align:left;
	font-weight: bold;
}
.list_qaa > label > dd {
    position: relative;
    font-size: .9rem;
    background-color: #fff;
	text-align:left;
	color: #666;
}
.list_qaa > label > dt:before,
.list_qaa > label > dd:before {
    position: absolute;
    top: 0px;
    left: 0;
    font-size: .9rem;
	color: #666;
}
.list_qaa > label > dt:before {
    content: "Q）";
}
.list_qaa > label > dd:before {
    content: "A）";
}
.list_qaa > label > dt {
    padding: 1em 1em 1em 0;
}
.list_qaa > label > dt:before {
    display: inline-block;
    position: relative;
    top: 50%;
    left: 0;
    width: 30px;
    height: 20px;
	font-size: 1.0rem;
	font-weight: bold;
	color:#333;
}
.list_qaa > .check_open:checked + label > dt:after {
    transform: rotate(-45deg);
}
.list_qaa > label > dd {
    padding: 0px 1em 0px 20px;
	margin-left: 20px;
    position: relative;
    z-index: -1;
    height: 0px;
    transform: translateY(-2em);
    visibility: hidden;
    transition: none;
}
.list_qaa > .check_open:checked + label > dd {
    padding: 0 1em 1em 25px;
	margin-left: 20px;
    height: 100%;
    visibility: visible;
    transform: translateY(0px);
    transition: 0.5s;
}



@media screen and (max-width: 767px){
.qa_list {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	margin-bottom:70px;
}
.list_navi {
	display: flex;
	flex-direction: column;
	width: 100%;
	border:1px solid #ddd;
	margin-bottom:100px;
}
.list_navi_ttl {
	background: linear-gradient(180deg, #f3f3f3, #dbdbdb);
	font-size: 1.1rem;
	color: #000;
	font-weight: bold;
	text-align:center;
	padding: 10px;
}
.list_navi_series {
	margin: 15px;
}
.list_navi_series div {
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
	font-size: .9rem;
	color: #666;
	background:url(../images/list_navi_yajirusi.png) no-repeat right 50%;
}
.list_navi_series div.on {
	background:url(../images/list_navi_yajirusi_on.png) no-repeat right 50%;
	color: #d70e0f;
}
.list_navi_series div:last-child {
	border: none;
}

.list_lineup {
	width: 100%;
	padding-top: 25px;
}
.lineup_tit {
	font-size: 1.8rem;
	position: relative;
	display: inline-block;
	margin-bottom: 2.5em;
	color: #d70e0f;
}
.lineup_tit:before {
	content: '';
	position: absolute;
	left: 27px;
	top: -25px;
	display: inline-block;
	width: 52px;
	height: 4px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #d70e0f;
}
.lineup_item {
	border: 1px solid #ddd;
	display: block;
	width: 100%;
	text-align:center;
	padding: 5px 0;
	margin-bottom: 3%;
}
}
