.wc_duration_change_img{
    display: flex;
    border: solid 1px #eaeaea;
}

.wc_duration_change_img_title{
    background: #f6f6f6;
    border-bottom: solid 1px #eaeaea;
    text-align: center;
    font-weight: bold;
    padding: 10px;
}

.wc_duration_change_img_cont{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}


.wc_duration_change_img > div:nth-child(1){
    flex: 2;
    border-right: solid 1px #eaeaea;
}

.wc_duration_change_img > div:nth-child(2){
    flex: 1;
}

.wc_duration_change_img_cont > div{
    margin: 0 10px;
}

.wc_duration_hikaku_table{
    width: 100%;
    border-collapse: collapse; 
}

.wc_duration_hikaku_table th,
.wc_duration_hikaku_table td{
    border: solid 1px #eaeaea;
    border: 1px solid #ccc;
    text-align: center;
    padding: 10px;
    vertical-align: top;
    font-weight: bold;
}

.wc_duration_hikaku_table th{
    background: #f2f2f2;
}

.wc_duration_hikaku_table td span{
    font-size: 25px;
    display: block;
}

.wc_duration_table01 table{
    width: 100%;
    border-collapse: collapse;
}
.wc_duration_table01 table tbody tr th,
.wc_duration_table01 table tbody tr td{
    border: var(--defaultBorder);
    padding: 10px;
    vertical-align: top;
}

.wc_duration_table01 table tbody tr.vertical_top td.center{
    vertical-align: top;
}

.wc_duration_table01 table tbody tr th{
    background-color: var(--secondBgColor);
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    width: 20%;
}

.wc_duration_table01 table tbody tr td small{
    vertical-align: top;
}

.wc_duration_table01 table tbody tr:first-child td.center{
    text-align: center;
}

.wc_duration_table01 table tbody tr td.center,
.wc_duration_table01 table tbody tr.vertical_top td.center.custom01{
    vertical-align: middle;
}

.wc_duration_table01 .price{
    font-weight: bold;
    color: var(--emphasisRed);
    
}

.wc_duration_table01 .price div{
    font-size: 25px;
}

.wc_duration_table02 table{
    width: 100%;
    border-collapse: collapse;
}

.wc_duration_table02 table thead tr th,
.wc_duration_table02 table tbody tr th,
.wc_duration_table02 table tbody tr td{
    border: var(--defaultBorder);
    padding: 10px;
}

.wc_duration_table02 table thead tr th{
    font-weight: bold;
    background-color: var(--secondBgColor);
}

.wc_duration_table02 table thead tr th.pink{
    background-color: #FFF8E5;
    color: #222;
}

.wc_duration_table02 table thead tr th.blue{
    color: #222;
    background: #ddd;
}

.wc_duration_table02 table tbody tr th{
    font-weight: normal;
    background-color: var(--secondBgColor);
}

.wc_duration_table02 table thead tr th,
.wc_duration_table02 table tbody tr th{
    text-align: center;
}

.wc_duration_table02 table tbody tr td .t_pink{
    color: #d43a3a;
}

.wc_duration_table02 table tbody tr td .t_blue{
    color: #198bcc;
}

.wc_duration_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_duration_table02 table tbody tr th span:nth-child(2){
    margin-top: 3px;
}

.wc_duration_syuri_table table{
    width: 100%;
    border-collapse: collapse;
}

.wc_duration_syuri_table tr th,
.wc_duration_syuri_table tr td{
    border: var(--defaultBorder);
    padding: 10px;
    text-align: center;
}

.wc_duration_syuri_table tr th{
    background-color: var(--secondBgColor);
}

.wc_duration_syuri_table .syuri_label{
    background: #2f5496;
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wc_duration_syuri_table .syuri_label.light{
    background: #00b0f0;
}

.wc_duration_syuri_table .big{
    font-size: 16px;
    font-weight: bold;
}

.wc_duration_syuri_table .red{
    color: #c00000;
}

.wc_duration_syuri_table .bigger{
    font-size: 18px;
    font-weight: bold;
}

.list_col2{
    display: flex;
}

.list_col2 > ul{
    width: 50%;
}

.wc_duration_meyasu{
    display: flex;
}

.wc_duration_meyasu > div{
    width: 32%;
    margin-left: 2%;
}

.wc_duration_meyasu > div:first-child{
    margin-left: 0;
}

.wc_duration_meyasu > div img{
    max-width: 100%;
}

.wc_duration_meyasu > div p{
    text-align: center;
    font-weight: bold;
}


.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_duration_border_flex .bl_card{
    border: var(--defaultBorder);
    padding: 10px;
    box-sizing: border-box;
}

.wc_duration_border_flex .bl_card p{
    margin-bottom: 10px;
}

.wc_duration_auto_adjustment{
    padding: 0 30px;
}

.wc_duration_auto_adjustment_flex{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin: 10px 20px 0 10px;
}


p.bor_b{
    border-bottom: var(--defaultBorder);
    padding-bottom: 20px;
}

.wc_duration_item_txt{
    margin-left: 20px;
    flex: 1;
}

.wc_duration_item_set_border{
    border: var(--defaultBorder);
    border-bottom-width: 1px;
    box-sizing: border-box;
    padding: 10px;
}

.wc_duration_item_set_border_flex{
    display: flex;
    justify-content: space-between;
    
}
.wc_duration_detail_price_total{
    text-align: right;
    margin-top: 5px;
}

.wc_duration_detail_price_total .discount_per{
    display: inline-block;
    margin: 0 10px 0 5px;
}

.wc_duration_detail_price_total .discount_per div{
    display: inline;
}


.wc_duration_detail_price_total{
    color: var(--emphasisRed);
    font-weight: bold;
}

.wc_duration__border_flex .bl_card p{
    margin-bottom: 10px;
}

.wc_duration_auto_adjustment{
    margin-right: auto;
    margin-left: auto;
    max-width: 510px;
}
.wc_duration_auto_adjustment figure{
    text-align: center;
}

.wc_duration_auto_adjustment_flex{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 10px;
}



/* 取り扱いトイレメーカー一覧 */

.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;
}


/* 各種バナー */

.hp_mT30{
    margin-top: 30px!important;
}

.hp_mT20{
    margin-top: 20px!important;
}

.hp_mT10 {
    margin-top: 10px!important;
}

.hp_mT5 {
    margin-top: 5px!important;
}

.hp_mT0{
    margin-top: 0!important;
}

.wc_duration_relocation_expansion{
    border: 2px solid var(--emphasisRed);
    text-align: center;
    padding: 20px 0;
    font-weight: bold;
    color: var(--emphasisRed);
    margin: 20px 20px 0;
}

.wc_duration .el_checkList > li{
    line-height: 1;
    margin-top: 10px;
    font-weight: normal;
}

.wc_duration .el_checkList > li small.el_annotation{
    margin-top: 10px;
}

.el_checkList > li:first-child{
    margin-top: 0;
}

.koukandekirukun_guide_ttl{
    position: relative;
}

.koukandekirukun_guide{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    box-sizing: border-box;
    position: absolute;
    top: 2px;
    right: 2px;
    background-color: var(--dekiruGreen);
    padding: 5px 10px;
    color: #FFFFFF;
    height: calc(100% - 4px);
}

.koukandekirukun_guide figure{
    margin-right: 7px;
}

.koukandekirukun_guide_ttl.custom .koukandekirukun_guide{
    flex-direction: column;
    text-align: center;
    line-height: 1.3;
}

.wc_duration_itinerary_flex{
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.wc_duration_itinerary_flex span{
    display: inline-block;
    margin-right: 3px;
    border: 2px solid var(--dekiruGreen);
    color: var(--dekiruGreen);
    font-weight: bold;
    text-align: center;
    padding: 12px 10px;
    line-height: 1;
    letter-spacing: 1.2px;
}

.wc_duration_itinerary{
    background-color: var(--dekiruGreen);
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    padding: 15px 0;
    line-height: 1;
    margin: 10px 30px 0;
    width: calc(100% - 80px);
    position: relative;
}

.wc_duration_itinerary:after{
    content: '';
    display: inline-block;
    background-color: var(--dekiruGreen);
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translate( 0, -50%) rotate(45deg);
    border-right: 15px solid var(--dekiruGreen);
    border-bottom: 15px solid var(--dekiruGreen);
    border-left: 15px solid transparent;
    border-top: 15px solid transparent;
}

#const_flow .mt40{
    margin-top: 20px!important;
}