@charset "utf-8";
/* CSS Document */

img{
    max-width: 100%;
}

.wc_survey_flex{
    padding: 20px;
}

.wc_survey_flex .bl_card{
    border: var(--defaultBorder);
    box-sizing: border-box;
    padding: 10px 0;
}

.wc_survey_flex .bl_card .bl_card_ttl{
    margin-bottom: 20px;
}

.wc_survey_flex .bl_card .bl_card_img{
    text-align: center;
}

.wc_survey_flex .bl_card .bl_card_txt{
    padding: 10px;
    border-top: var(--defaultBorder);
    margin-top: 10px;
}

.wc_survey_table01 table{
    width: 100%;
    border-collapse: collapse;
}
.wc_survey_table01 table tbody tr th,
.wc_survey_table01 table tbody tr td{
    border: var(--defaultBorder);
    padding: 10px;
}
.wc_survey_table01 table tbody tr th{
    background-color: var(--secondBgColor);
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    width: 20%;
}
.wc_survey_table01 table tbody tr td small{
    vertical-align: top;
}

.wc_survey_table01 table tbody tr:first-child td,
.wc_survey_table01 table tbody tr:nth-child(n + 5) td{
    text-align: center;
    font-weight: bold;
}

.wc_survey_table02 table{
    width: 100%;
    border-collapse: collapse;
}

.wc_survey_table02 table thead tr th,
.wc_survey_table02 table tbody tr th,
.wc_survey_table02 table tbody tr td{
    border: var(--defaultBorder);
    padding: 10px;
}

.wc_survey_table02 table thead tr th{
    font-weight: bold;
    background-color: var(--secondBgColor);
}


.wc_survey_table02 table thead tr th.pink{
    color: #d43a3a;
    background: #f5e4e9;
}

.wc_survey_table02 table thead tr th.blue{
    color: #198bcc;
    background: #e2f2fb;
}

.wc_survey_table02 table tbody tr th{
    font-weight: normal;
}

.wc_survey_table02 table thead tr th,
.wc_survey_table02 table tbody tr th{
    text-align: center;
}

.wc_survey_table02 table tbody tr td .t_pink{
    color: #d43a3a;
}

.wc_survey_table02 table tbody tr td .t_blue{
    color: #198bcc;
}

.wc_survey_table02 table tbody tr th span{
    color: #FFFFFF;
    background: #999;
    display: block;
    padding: 6px 0;
    font-weight: bold;
    border-radius: 5px;
    line-height: 1;
}

.wc_survey_table02 table tbody tr th span:nth-child(2){
    margin-top: 3px;
}


.wc_survey_table02.custom01 table tbody tr td{
    text-align: center;
}

.wc_survey_table02.custom01 table tbody tr td.txtl{
    text-align: left;
}

.wc_survey_table02.custom01 table tbody tr td .label{
    color: #FFFFFF;
    background-color: #d70101;
    border-radius: 5px;
    padding: 5px;
    line-height: 1;
    display: inline-block;
    margin-left: 20px;
}

.wc_survey_toilet_function table{
    width: 100%;
    border-collapse: collapse;
}

.wc_survey_toilet_function table thead tr th,
.wc_survey_toilet_function table tbody tr th,
.wc_survey_toilet_function table tbody tr td{
    border: var(--defaultBorder);
    padding: 10px;
    text-align: center;
    font-weight: normal;
}

.wc_survey_toilet_function table thead tr th,
.wc_survey_toilet_function table tbody tr th{
    text-align: center;
    font-weight: normal;
}

.wc_survey_toilet_function table tbody tr td:first-child,
.wc_survey_toilet_function table tbody tr td.txtL{
    text-align: left;
}

.wc_survey_toilet_function table thead tr th{
    background: var(--secondBgColor);
}




/* table03 */

.wc_survey_table03 table{
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}

.wc_survey_table03 table thead tr th{
    background-color: var(--secondBgColor);
    font-weight: bold;
    text-align: center;
    padding: 10px;
    border: var(--defaultBorder);
    box-sizing: border-box;

}
.wc_survey_table03 table thead tr th,
.wc_survey_table03 table tbody tr th,
.wc_survey_table03 table tbody tr td{
    box-sizing: border-box;
    position: relative;
    border: var(--defaultBorder);
    padding: 10px;
}

.wc_survey_table03 table tbody tr.first th{
    text-align: center;
    font-weight: normal;
}

.wc_survey_table03 table tbody tr.first td:nth-child(n+3),
.wc_survey_table03 table tbody tr:nth-child(n+2) td:nth-child(n+2){
    border-right: none;
    border-left: none;
}

.wc_survey_table03 table tbody tr td:last-child,
.wc_survey_table03 table tbody tr.first td:last-child,
.wc_survey_table03 table tbody tr:nth-child(n+2) td:last-child,
.wc_survey_table03 table tbody tr.first td:nth-child(2){
    border-right: var(--defaultBorder);
}

.wc_survey_table03 table tbody tr td{
    text-align:center;
}

.wc_survey_table03 table tbody tr td.txtl{
    text-align: left;
}

.wc_survey_table03 table tbody tr td.txtr{
    text-align: right;
}

.wc_survey_table03 table tbody tr td.top{
    vertical-align: top;
}

.wc_survey_table03 table tbody tr td.pl0{
    padding-left: 0;
}

.wc_survey_table03 table tbody tr td.pa0{
    padding: 10px 0!important;
}

.wc_survey_table03 table tbody tr td.nowrap{
    white-space: nowrap;
}

.wc_survey_table03 table tbody tr td.positioning{
    transform: translate( -10px , 0);
}


.wc_survey_table03 table tbody tr td span.value{
    display: inline-block;
    text-align: center;
}

.wc_survey_table03 table tbody tr td span.green{
    color: var(--dekiruGreen);
    display: inline;
}

.wc_survey_table03 table tbody tr td.dotted{
    position: relative;
}

.wc_survey_table03 table tbody tr td.dotted:before{
    content: '';
    height: calc( 100% - 10px);
    border-right: 2px dashed #ececec;
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: -1;
}

.wc_survey_table03 table tbody tr:nth-child(n+2) td.dotted:before{
    top: 0;
    height: 100%;
}

.wc_survey_table03 table tbody tr td.dotted.min_value{
    width: 50px;
}

.wc_survey_table03 table tbody tr td.dotted.min_value:before{
    right: auto;
    left: 22px;
}


.wc_survey_table03 table tbody tr td.green_border:after{
    content: '';
    height: 2px;
    background-color: var(--dekiruGreen);
    position: absolute;
    top: 63%;
    left: 49%;
    transform: translate( 0, -50%);
}

.wc_survey_table03 table tbody tr td.green_border.border300:after{
    width: calc(300% - 88px);
}

.wc_survey_table03 table tbody tr td.green_border.border150:after{
    width: calc(200% - 134%);
    left: 55%;
}

.wc_survey_table03 table tbody tr td.green_border.border160:after{
    width: 100%;
}

.wc_survey_table03 table tbody tr td.green_border.border175:after{
    width: calc(100% + 1%);
    left: 20%;
}

.wc_survey_table03 table tbody tr td.green_border.border200:after{
    width: calc(200% - 85%);
    left: 31%;
}

.wc_survey_table03 table tbody tr td.green_border.border250:after{
    width: calc(200% - 62%);
    left: 31%;
}

.wc_survey_table03 table tbody tr td.green_border.border275:after{
    width: calc(200% - 34%);
    left: 55%;
}

.wc_survey_table03 table tbody tr td.green_border.border290:after{
    width: calc(300% - 98px);
}

.wc_survey_table03 table tbody tr td.green_border.border500:after{
    width: calc(300% + 37%);
    left: 31%;
}

.wc_survey_table03 table tbody tr td.green_border.border450:after{
  width: calc(300% + -81%));
  left: 31%;
}

.wc_survey_table03 table tbody tr td.remodel:before{
    content: 'リモデル';
    position: absolute;
    top: 10px;
    right: 64%;
    width: 100%;
}

.wc_survey_table03 table tbody tr td.remodel.remodel02:before{
    content: 'リモデル';
    position: absolute;
    top: 19px;
    right: 53%;
    width: 100%;
    font-size: 80%;
}

.wc_survey_table03 table tbody tr td.retoilet:before{
    content: 'リトイレ';
    position: absolute;
    top: 10px;
    right: 70%;
    width: 100%;
}

.wc_survey_table03 table tbody tr td.retoilet.retoilet01:before{
    content: 'リトイレ';
    position: absolute;
    top: 10px;
    right: 62%;
    width: 100%;
}

.Sretoilet{
  position: absolute;
  top: 2px;
  right: 10%;
}
.wc_survey_table03 table tbody tr td.green_border.border450:after{
  width: calc(300% + -92%);
  left: 31%;
}


.wc_survey_table03 table tbody tr td span.value2{
  display: inline-block;
  text-align: center;
  position: absolute;
    left: -77%;
    top: 15%;
}

/* table03 */


/* table04 */
.wc_survey_table04 table{
    border-collapse: collapse;
    width: 100%;
}

.wc_survey_table04 table thead tr th,
.wc_survey_table04 table tbody tr td{
    text-align: center;
    padding: 10px;
    border: var(--defaultBorder);
    box-sizing: border-box;
}

.wc_survey_table04 table thead tr th{
    background-color: var(--secondBgColor);
}


/* table04 */


.bl_card_flex.custom01 .bl_card{
    border: 2px solid var(--dekiruGreen);
    border-radius: 5px;
    box-sizing: border-box;
}

.bl_card_flex.custom01 .bl_card .bl_card_ttl{
    background-color: var(--dekiruGreen);
    padding: 10px;
    margin: -1px 0 0 -1px;
    width: calc( 100% + 2px);
    box-sizing: border-box;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}


.bl_card_flex.custom01 .bl_card .bl_card_flex_box{
    display: flex;
    justify-content: space-between;
    padding: 10px;
    column-gap: 10px;
}

.bl_card_flex.custom01 .bl_card .bl_card_flex_box .bl_card_img{
    flex-shrink: 0;
    min-width: 30%;
}

.bl_card_flex.custom01 .bl_card .bl_card_flex_box .bl_card_txt{
    margin-top: 0;
    max-width: 66%;
}


.bl_card3Unit.bl_card3Unit__col3.custom01 .bl_card3{
    border: none;
}

.bl_card3Unit.bl_card3Unit__col3.custom01 .bl_card3 .bl_card3_img{
    padding: 0 15px 10px;
}




.wc_survey_border_flex .bl_card{
    border: var(--defaultBorder);
    padding: 10px;
    box-sizing: border-box;
}

.wc_survey_border_flex .bl_card p{
    margin-bottom: 10px;
}

.wc_survey_auto_adjustment{
    margin-right: auto;
    margin-left: auto;
    max-width: 510px;
}
.wc_survey_auto_adjustment figure{
    text-align: center;
}

.wc_survey_auto_adjustment_flex{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 10px;
}



/* トイレ交換費用の相場とおすすめ商品 */


p.bor_b{
    border-bottom: var(--defaultBorder);
    padding-bottom: 20px;
}

.wc_survey_item_txt{
    margin-left: 20px;
    flex: 1;
}

.wc_survey_item_set_border{
    border: var(--defaultBorder);
    border-bottom-width: 1px;
    box-sizing: border-box;
    padding: 10px;
}

.wc_survey_item_txt .wc_survey_item_detail:nth-last-child(2) .wc_survey_item_set_border{
    border-bottom: var(--defaultBorder);
}

.wc_survey_item_set_border_flex{
    display: flex;
    justify-content: space-between;
    
}
.wc_survey_detail_price_total{
    text-align: right;
    margin-top: 5px;
}

.wc_survey_detail_price_total .discount_per{
    display: inline-block;
    margin: 0 10px 0 5px;
}

.wc_survey_detail_price_total .discount_per div{
    display: inline;
}


.wc_survey_detail_price_total{
    color: var(--emphasisRed);
    font-weight: bold;
}


/* 取り扱いトイレメーカー一覧 */

.un_wc_makerCard_wrapper{
    display: flex;
    flex-wrap: wrap;
    padding:15px;
    align-items: stretch;
}
.un_wc_makerCard_wrapper a:link,
.un_wc_makerCard_wrapper a:visited,
.un_wc_makerCard_wrapper a:hover,
.un_wc_makerCard_wrapper a:active{
    color: #222;
    text-decoration: none;
}

.un_wc_makerCard{
	font-size: 12px;
    box-sizing: border-box;
    width:357px;
    border:solid 2px #C3D69B;
    margin-bottom:10px;
    padding: 15px;
}
.un_wc_makerCard_wrapper .un_wc_makerCard:nth-child(2n){
    margin-left: 11px;
}
.un_wc_makerCard .un_wc_makerCard_logo{
	text-align: center;
	margin-bottom: 0.5em;

}
.un_wc_makerCard .un_wc_makerCard_dekiruFunction{
    min-height: 94px;
    margin-bottom: 0.7em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.un_wc_makerCard figure{
	display: flex;
	margin-bottom: 0.5em;
}
.un_wc_makerCard figure img{
    width: 100%;
    height: auto;
    max-width:130px;
    max-height: 3em;
}
.un_wc_makerCard figure figcaption{
    margin-left: 10px;
}

.un_wc_makerCard .un_wc_makerCard_function{
	display: flex;
	align-items: center;
	margin-bottom: 0.7em;
	border:solid 2px #f2f2f2;
	box-sizing: border-box;
}
.un_wc_makerCard .un_wc_makerCard_function img{
margin: 5px;

}

.un_wc_makerCard .un_wc_makerCard_function dl{
	width:100%;
	margin-left:10px;
}
.un_wc_makerCard .un_wc_makerCard_function dl dt {
	float: left;
	background-color: #f2f2f2;
	padding:.3em .5em;
	margin-bottom: 0.5em;
	border-radius: 3px;
}

.un_wc_makerCard .un_wc_makerCard_function dl dd {
	padding:.3em .5em;
	margin-bottom: .5em;
	margin-left: 65px;
}
.un_wc_makerCard .un_wc_makerCard_function dl dt:last-of-type ,
.un_wc_makerCard .un_wc_makerCard_function dl dd:last-of-type {
	margin-bottom: 0;
}
.un_wc_makerCard .un_wc_makerCard_btn {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0.3em 1%;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #319b03;
	border-radius: 15px;
}

.un_wc_makerCard .un_wc_makerCard_btn::after {
	content: "";
	width: 6px;
	height: 6px;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	margin-top: 0;
	position: absolute;
	top: calc(50% - 5px);
	right: 26px;
	z-index: 180;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* 取り扱いトイレメーカー一覧 */

/* 各種バナー */

.bnr-flex{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}


/* 各種バナー */