html,
body,
div,
span,
object,
iframe,
h1,
h2,
h2,
h3,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline
}
/* ----------------remove before--------------- */
.width960 {
    width: 960px;
    margin: 0 auto;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
li:hover > a{
   opacity: 0.8;
}
.menu-top-inner {
    position: relative;
}
.menu-top-inner > ul:nth-child(2) {
    display: flex;
  }

.close-cross {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    width: 30px;
    height: 30px;
    border: #ffffff 3px solid;
    border-radius: 5px;
    cursor : pointer;
    opacity: 1;
    transition: opacity 0.3s;
  }

  .close-cross::before, .close-cross::after {
     /* 共通設定 */
    content: "";
    position: absolute;
    width: 5px; /* 棒の幅（太さ） */
    height: 27px; /* 棒の高さ */
    background: #fff;
    display: block;
    top: 12px;
    right: 7px;
    border-radius: 3px;
  }

  .close-cross::before {
    transform: translate(-50%,-50%) rotate(45deg);
  }

  .close-cross::after {
    transform: translate(-50%,-50%) rotate(-45deg);
  }
  .close-cross:hover {
    opacity: 0.5;
  }
.top-navication{
    position: relative;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
.top-navication > ul{
    display: flex;
    justify-content: flex-start;
    width: 960px;
    margin: auto;
}

.top-navication > ul > li:hover > a{
    color: white;
    background-color: #214254;
    opacity: 1;
    transition: all 0.5s ease;
}
.top-navication > ul > li:hover > a::before,.top-navication > ul > li:hover > a::after{
    background-color: #214254;
}
#menuActive:hover .menu-top{
    height: auto;
    padding-bottom: 26px;
    padding: 20px;
    box-shadow: 8px 8px 8px 1px rgba(0, 0, 0, 0.5);
    opacity: 1;
    visibility: visible;
    box-sizing: content-box;
}
.top-navication > ul li a{
    font-size: 16px;
    color: #333333;
    display: inline-block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-navication > ul li{
    cursor: pointer;
    width: 32.8%;
    text-align: center;
    height: 68px;

}
.top-navication > ul > li:nth-child(3){
    position: relative;
    width: 34.4%;
}
.top-navication > ul > li:nth-child(3){
    position: relative;

}
.top-navication > ul > li > a::before{
    position: absolute;
    content: '';
    width: 1px;
    height: 40px;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    background-color: #dddddd;
}
.top-navication > ul > li:nth-child(1) > a{
    position: relative;
}
.top-navication > ul > li:nth-child(2) > a::after{
    width: 0;
}
.top-navication > ul > li:nth-child(2) > a::before{
    width: 0;
}
.top-navication > ul > li:nth-child(2)> a::after{
    width: 0;
}
/* .search-link:nth-child(1) {
    margin-right: 36px;
    width: 23%;
}
.search-link:nth-child(2) {
    width: 73%;
} */
.search-link {
    width: 100%;
}
.search-link .search-link-group{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.search-link .search-link-group > div{
    width: 30%;
    margin-right: 30px;
    margin-bottom: 15px;
}
.search-link .search-link-group > div > ul {
    margin-bottom: 30px;
}
.search-link .search-link-group > div:nth-of-type(3n){
    margin-right: 0;
}
.disable-hover {
    pointer-events: none;
  }
.menu-top > ul{
    width: 960px;
    margin: auto;
    cursor: initial;
}
.menu-top h2{
    font-size: 24px;
    font-weight: bold;
    color: white;
    text-align: left;
    margin-top: 36px;
}
.menu-top .category-link > ul {
    display: flex;
}
.menu-top .category-link > ul li {
    border: 0 !important;
    width: auto;
    margin-right: 44px;
}
.top-navication .menu-top .category-link a::after{
    right: -20px !important;
}
.top-navication .menu-top .search-link h2{
    margin-top: 26px;
    margin-bottom: 20px;
}
.top-navication > ul > li > a::after{
    position: absolute;
    content: '';
    width: 1px;
    height: 40px;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
    background-color: #dddddd;
}
.top-navication .menu-top{
    transition: opacity 0.5s;
    position: absolute;
    /* left: 0; */
    z-index: 1000;
    width: 960px;
    height: 0;
    overflow: hidden;
    background: #214254;
    cursor: initial;
    opacity: 0;
    visibility: hidden;

}
.top-navication .menu-top li{
    position: relative;
    font-size: 18px;
    line-height: 1.5;
    height: 42px;
    width: 96%;
    font-weight: bold;
    /* border-top: 1px solid #ffffff; */
    display: flex;
    align-items: center;
}
.top-navication .menu-top li:not(.menu-top-title) a::after{
    background-image: url('../../_pc/img/arrow-white.png');
    background-size: 8px 14px;
    display: inline-block;
    width: 8px;
    height: 14px;
    content:"";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.top-navication .menu-top li:not(.meu-top-title) a{
    height: 100%;
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.top-navication .menu-top li a{
    color: #ffffff;
}
.top-navication .menu-top li.menu-top-title{
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    border-top: none;
    height: 34px;
    cursor: default;
    border-bottom: 1px solid #dddddd;
    margin-bottom:8px;
}
/* .top-navication .menu-top li:last-child{
    border-bottom: 1px solid #dddddd;
}  */
.close-button{
    text-align: right;
    margin-top: 24px;
    margin-right: 10px;
    display: none;
}
.sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    z-index: 1000;
}
.close{
    font-size: 18px;
    position: relative;
    cursor: pointer;
    color: #214254;
    text-align: right;
    font-weight: bold;
    outline: none;
    border: none;
    padding-left: 20px;
    background-color: transparent;
}
.close::before{
    background-image: url('/household/reform/_cmn/img/close.png');
    background-size: 17px 17px;
    display: inline-block;
    width: 17px;
    height: 17px;
    content:"";
    position: absolute;
    left: 0;
    top: 42%;
    transform: translate(0, -50%);
}

.owl-dots{
    text-align: center;
}
.owl-dot{
    margin: 20px 10px;
    width: 10px;
    height: 10px;
    border-radius:50%;
    background-color: #ccd4d9 !important;
}
.owl-dot.active{
    width: 10px;
    height: 10px;
    border-radius:50%;
    background-color: #214254 !important;
}
.about-product h2, .search-product-list h2{
    text-align: center;
    font-size: 36px;
    color: #214254;
    font-weight: bold;
}
.about-product h2{
    margin: 45px 0 23px 0;
}
.about-product .products{
    margin-top: 18px;
}

.about-product .width960 > p{
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    color:#333333
}
.about-product .products, .search-product-list .product-list{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.about-product .item h3{
    margin: 15px 0 10px 0;
}
.about-product .item{
    position: relative;
}
.about-product .item:hover{
    opacity: 0.8;
}
.about-product .item > a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.about-product .item , .product-list .item{
    width: 31.3%;
    margin-top: 15px;
    margin-bottom: 16px;
    margin-right: 29px;
}
.about-product .item:nth-of-type(3n+3) , .product-list .item:nth-of-type(3n+3){
    margin-right: 0;
}
.about-product .item img, .product-list .item img{
    width: 100%;
}
.about-product .item h3,.search-product-list .item h3{
    font-weight: bold;
    color:#214254;
    font-size: 13px;
    line-height: 1.5;
    position: relative;
}
.about-product .item h3 a{
    font-weight: bold;
    color:#214254;
    font-size: 20px;
    line-height: 1.5;
    display: block;
}
.about-product .item h3::after, .search-product-list .item li::after{
    background-image: url('/household/reform/_cmn/img/arrow-products.png');
    background-size: 8px 14px;
    display: inline-block;
    width: 8px;
    height: 14px;
    content:"";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.about-product .item p,.search-product-list .item a{
    font-size: 16px;
    line-height: 1.5;
    color:#333333
}
.search-product-list{
    padding-top: 45px;
    padding-bottom: 102px;
}
.search-product-list .item li{
    position: relative;
    border-bottom: 1px solid #dddddd;
}
.search-product-list .item li a{
    padding: 15px 0;
    display: block;
}
.search-product-list .item li:nth-child(1){
    border-top: 1px solid #dddddd;
}
.search-product-list .item h3 {
    margin-bottom: 14px;
    margin-top: 16px;
    font-size: 20px;
}
.product-list .item{
    margin-bottom: 15px;
    margin-top: 26px;
}
.product-list .item:nth-child(10),.product-list .item:nth-child(11){
    margin-top: 23px;
}
.searchWrap{
    min-width: 1024px;
    margin: 0 auto;
    padding: 26px 130px 110px 130px;
    background-color: #688fa4;
}
.searchWrap .width960{
    width: 960px;
    
}
.searchWrap .rc-searchForm__form{
    padding: 0;
}
.searchWrap .rex-icon.search:before{
    content: none;
}
.searchWrap .rc-searchForm__inputContainer{
    border: 0;
    overflow: initial;
}
.searchWrap .rc-searchForm__textInputContainer{
    height: 43px;
}
.rc-searchForm__inputContainer{
    overflow: hidden;
   position: relative;
}
.searchWrap .rc-searchForm__textInput{
    width: 98%;
    padding-left: 0;
    height: 43px;
    border: 1px solid #214254;
    border-radius: 0;
    font-size: 12px;
}
.searchWrap .keywordList{
    margin-top: 12px;
}
.searchWrap .rc-searchForm__button{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #214254;
    border: none;
    outline: none;
    width: 45px;
    height: 45px;
}
.searchWrap .rc-searchForm__button img{
    width: 24px;
}
.searchWrap .keywordList ul li a {
    display: block;
    background: #ffffff;
    border: solid 1px #214254;
    color: #333333;
    line-height: 2;
    padding: 7px 5px;
    font-size: 12px;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 10px 0 0 0;
}
.searchWrap .keywordList ul li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
}
.searchWrap .search__title h2{
    text-align: center;
    font-size: 40px;
    color: white;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 28px;
    margin-top: 26px;
}
.contract-search, .products-lease{
    background-color: #f2f2f2;
}
.products-lease{
    padding: 20px 0 119px 0 ;
}
.products-lease .rl-column2, .rl-columnSP2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.products-lease .itemArea._lease .rl-column2> li {
    width: 31.3% !important;
    margin-bottom: 35px!important;
    margin-right: 29px !important;
}
.products-lease .itemArea._lease .rl-column2> li:nth-of-type(3n+3) {
    margin-right: 0 !important;
}
.products-lease .reformeWrap img {
    width: 100%;
}
.products-lease .itemArea._lease .itemTitle {
    font-size: 16px;
    color: #000000;
    text-align: center;
    margin-top: 15px;
}
.btn{
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn a:hover{
    opacity: 0.8;
}

.btn a{
    display: inline-block;
    position: relative;
    width: 500px;
    background-color: #214254;
    color: #ffffff;
    height: 80px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
}
.btn a::after{
    background-image: url(/household/reform/_cmn/img/arrow-white.png);
    background-size: 7px 14px;
    display: inline-block;
    width: 7px;
    height: 14px;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translate(0, -50%);
}
.contract-search h2{
    font-size: 40px;
    color: #214254;
    line-height: 1.5;
    padding: 52px 0 25px 0;
    text-align: center;
    font-weight: bold;
}
.products-lease h3{
    font-size: 20px;
    color: #006faf;
    line-height: 1.5;
    padding: 27px 0 33px;
    text-align: center;
    font-weight: bold;
    margin-left: 20px;
}
.products-highlight{
    padding-bottom: 80px;
}
.products-highlight h2{
    font-size: 40px;
    color: #214254;
    line-height: 1.5;
    padding: 52px 0 25px 0;
    text-align: center;
    font-weight: bold;
}
.contract-search{
    padding: 0 16px;
}
.contract-search p.sub-img{
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
    color:#006faf;
    font-weight: bold;
    margin-bottom: 27px;
}
.contract-search p.sub-text{
    font-size: 16px;
    line-height: 1.6;
    color:#333333;
    text-align: center;
}
.contract-search p.sub-text span{
    font-weight: bold;
    color:#e03500;
}
.services{
    min-width: 1024px;
    background-color: #f4f4f4;
    padding: 53px 0 107px 0;
}
.services .width960 h2{
    margin-left: 40px;
    margin-bottom: 26px;
}
.riItemBlock h2{
    margin-top: 53px;
    margin-bottom: 31px !important;
}
.services .list-services{
    display: flex;
    justify-content: space-between;
}
.services h2,.riItemBlock h2{
    color:#214254;
    font-size: 40px;
    text-align: center;
    margin-bottom: 18px;
    font-weight: bold;
}
.services .item h3{
    font-size: 20px;
    color: #006faf;
    line-height: 1.4;
    font-weight: bold;
    margin-top: 19px;
    text-align: center;
}
.services .item p{
    text-align: center;
    font-size: 12px;
    color: #333333;
    line-height: 1.5;
}
.services .arrow{
    text-align: center;
    position: relative;
    height: 150px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.services .arrow img{
    margin: 0 25px;
    position: absolute;
    overflow: inherit;
    left: -10px;
}
.rfMb50{
    padding: 33px 0 22px 0;
}
.rfMb50 .riMb30{
    margin-bottom: 0 !important;
}
.reviewContents .btn-back, .reviewContents .btn-next{
    font-size: 13.12px;
}
.features-services{
    /* background-color: #f4f4f4; */
    padding: 33px 0 121px;
}
.features-services h2{
    color:#214254;
    font-size: 40px;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 12px;
}
.features-services .features-services-list{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}
.features-services .features-services-list .item{
    margin-top: 15px;
    margin-bottom: -1px;
    border: 1px solid #c1c1c1;
}
.features-services .features-services-list .item img{
    width: 100%;
    display: flex
}
.features-services .features-services-list .item img:hover{
    opacity: 0.8;
}

.keywordSearch .searchKeyword #keywordInput{
    width: 100%;
    padding-left: 15px;
    height: 54px;
    border: 2px solid #214254;
    border-radius: 0;
    font-size: 16px;
}
.keywordSearch .conKeyword li{
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
}
.keywordSearch .conKeyword li a{
    display: block;
    background: #ffffff;
    border: solid 2px #214254;
    color: #333333;
    line-height: 2;
    font-size: 16px;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 0 5px 10px 0;
    padding: 12px 15px;
}
.searchWrap .searchKeyword {
    position: relative;
    overflow: hidden;
}
.searchWrap .searchBtn {
    position: absolute;
    cursor: pointer;
    top: 50%;
    right: 0;
    height: 100%;
    background-color: #214254;
    border: none;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    transform: translate(0,-50%);
}
.searchWrap .searchBtn input {
    background: url(/household/reform/_sp/img/search.png) no-repeat;
    border: none;
    position: relative;
    cursor: pointer;
    outline: none;
    background-size: 36px 38px;
    background-position: bottom;
    width: 36px;
    height: 38px;
}
.searchWrap .conKeyword{
    margin-top:40px;
}
.reviewTable tr{
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.reviewTable tr:nth-child(1) > td:first-child img,.reviewTable tr:nth-child(1) > td:last-child img{
    position: absolute;
    top: 49%;
    transform: translate(0,-50%);
}
.reviewTable tr:nth-child(1) > td:first-child img{
    left: 0;
}
.reviewTable tr:nth-child(1) > td:last-child img{
    right: 0
}
.reviewTable{
    border-collapse: separate;
    text-indent: initial;
    border-spacing: 2px;
    margin-left: 14px;
}
_:-ms-fullscreen, :root .reviewTable {

    margin-left: 0;
}
div.rakutenIchibaReview_frame{
    padding: 0
}
.riColWrap{
    padding-bottom:79px ;
}
.owl-carousel .owl-item > .item > a{
    width: 1920px;
    height: 400px;
    display: block;
}
.owl-carousel .owl-item img{
    display: block;
    width: 100%;
    position: absolute;
    height: 100%;
    object-fit: cover;
}
.owl-carousel .slide01{
    background: url(/household/reform/_pc/img/slide01.png) no-repeat;
    background-size: cover;
    background-position: center;
}
.owl-carousel .slide02{
    background: url(/household/reform/_pc/img/slide02.png) no-repeat;
    background-size: cover;
    background-position: center;
}
.owl-carousel .slide03{
    background: url(/household/reform/_pc/img/slide03.png) no-repeat;
    background-size: cover;
    background-position: center;
}
.rc-breadcrumb__item:hover a{
    opacity: 1;
}

/*20221109追加*/
.ih .rc-noTransitionCoupon{
  margin-top:0px!important;
}

.ih .link{
    margin-bottom: 70px!important;
}
.ih .link a{
  padding: 6px 36px 6px 26px!important;
}
.ri-item__name--2lines, .ri-item__name.-text2lines{
    height: 3.2em!important;
}

.keywordSearch{
    width: 700px !important;
    margin: 0 auto !important;
}

.mw-960{
    max-width: 960px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}
.ecm-alcor-price {
    font-size: 24px !important;
}
.d-grid{
    gap: 32px !important;
}