.wrap_items .wrap_table{
	display:block;
}
article.layer2 .col_h2 h2{
/*	padding-left:0;*/
}
article.layer1 h1:after {
    content: "";
    width: 20%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-size: cover;
    background-position: center;
}
article.layer1.search_check h1:after {
    background-image: url(../../img/index/thumb_slide_check_1.webp);
}
article.layer2 .search_check .col_h2 ul.search_parent {
    list-style: none;
    padding: 0;
    margin: 0;
}

article.layer2 ul.search_parent > li {
    background-color: #fff;
    margin: 0 0 20px;
    padding: 30px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .05);
    border-radius: 5px;
}
article.layer2 ul.search_parent > li .col_checkM {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
article.layer2 ul.search_parent > li .col_checkM .theme_title {
    font-size: 1.15rem;
    color: rgb(160 24 31);
    width: 80%;
    position: relative;
}
article.layer2 ul.search_parent > li .col_checkM .btn.btn_next {
    padding-right: 1.2em;
    width: 5em;
}
article.layer2 ul.search_parent > li .col_checkM .btn.btn_next a {
    color: rgb(160 24 31);
    font-size: .83rem;
    font-weight: 600;
    position: relative;
    text-decoration: none;
    display: block;
    width: 5em;
    padding: 0 2em 0 0;
    text-align: right;
}
article.layer2 ul.search_parent > li .col_checkM .btn.btn_next a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 10;
    color: #fff;
    width: 18px;
    height: 16px;
    background-image: url(../../img/arrow_wh.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(50%, -50%);
}
article.layer2 ul.search_parent > li .col_checkM .btn.btn_next a:after {
    content: "";
    width: 2em;
    height: 2em;
    background-color: rgb(160 24 31);
    display: block;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -48%);
}
article.layer2.problem ul.search_parent > li .col_checkM.problem .btn.btn_next a {
    pointer-events: none;
    color: #999;
}
article.layer2.problem ul.search_parent > li .col_checkM.problem .theme_title{
	color:#999;
}
article.layer2.problem ul.search_parent > li .col_checkM.problem .btn_next{
	color:#999;
}
article.layer2.problem ul.search_parent > li .col_checkM.problem .btn.btn_next a:after{
	background-color:#999;
}
article.layer2.want ul.search_parent > li .col_checkM.want .btn.btn_next a {
    pointer-events: none;
    color: #999;
}
article.layer2.want ul.search_parent > li .col_checkM.want .theme_title{
	color:#999;
}
article.layer2.want ul.search_parent > li .col_checkM.want .btn_next{
	color:#999;
}
article.layer2.want ul.search_parent > li .col_checkM.want .btn.btn_next a:after{
	background-color:#999;
}

.wrap_list {
    max-width: 900px;
    margin: 0 auto 3%;
    padding: 3% 3%;
    box-sizing: border-box;
    background-color: #f0e8e0;
}
.wrap_list ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5em;
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 5%;
}
.wrap_list ul li {
    padding: .4em 0;
    border-bottom: 1px solid #e7d7cb;
}
.wrap_list ul li label {
    padding-left: 1.5em;
    display: block;
    position: relative;
}
.wrap_list ul li label input[type="checkbox"] {
    position: absolute;
    top: .6em;
    left: 0;
    transform: translate(0, -50%);
}
.wrap_questionnaire {
    max-width: 900px;
    margin: 0 auto 3%;
    padding: 3%;
    box-sizing: border-box;
    background-color: #f0e8e0;
}
.wrap_questionnaire h4 {
    color: rgb(102 73 51);
}
.wrap_questionnaire dl {
    border-bottom: 1px solid #e7d7cb;
    display: flex;
    grid-template-columns: 5em auto;
}
.wrap_questionnaire dl dt {
    padding: .3em .5em .3em 0;
    border-top: 1px solid #e7d7cb;
}
.wrap_questionnaire dl dd {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: .3em 2em .3em 0em;
    box-sizing: border-box;
    border-top: 1px solid #e7d7cb;
}
.wrap_questionnaire dl dd label {
    margin-right: 2em;
}

.col_btn{
	margin-bottom:1em;
}
.btn_action{
	margin: 0 auto;
	color: rgb(102 73 51);
	padding: .5em 4em;
	font-size: 1rem;
	display: block;
	border-color: rgb(102 73 51);
}
.col_btn .btn_action:after {
	background-color:rgb(160 24 31);
}
.wrap_items table th:last-child {
    display: table-cell;
}

@media screen and (max-width:900px){
	.wrap_list ul {
		display: block;
	}
}

@media screen and (max-width:600px){
	article.layer1 h1:after {
		width: 80px;
		height: 64px;
		top: 50%;
		transform: translate(0, -50%);
	}
	article.layer2 ul.search_parent > li .col_checkM .theme_title{
		width:65%;
	}
	article.layer2 .col_h2 h2 {
		width: calc(100% - 80px);
	}
	.wrap_questionnaire dl {
		display: grid;
	}

}