﻿@charset "UTF-8";

.cart-item .item .right-content .d-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart-item .item .right-content .d-flex div {
  margin: 0 10px 0 0;
}

.cart-item .item .right-content .d-flex input {
  width: 60px;
  height: 34px;
  margin: 0 10px 0 0;
  padding: 4px;
}

.cart-item .item .right-content .d-flex .btn {
  width: 62px;
  font-size: 12px;
  padding: 0;
  height: 30px;
}

.cart-item .item .right-content .d-flex .btn.gray {
  margin-left: auto;
}

.l-e_application input[type="text"] {
  width: 90%;
}

@media screen and (min-width: 600px) {
  .cart-item .item .right-content .d-flex .btn.gray {
    margin-left: 10px;
  }
}

.l-management-room section.d-flex.column ul.arrow-list .arrow-none a {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-management-room section.d-flex.column ul.arrow-list .arrow-none a span {
  margin: 0 !important;
}

.l-e_application #qrcode canvas {
  display: block;
  margin-left: auto!important;
  margin-right: auto!important;
}

.l-e_application dl.table2 dd .status {
  min-width: 75px;
}

.l-my_room .bg-lightgray .bg-white ul {
  width: 100%;
}

.l-my_room .bg-lightgray .bg-white ul li:not(:last-of-type) {
  border-bottom: 1px solid #DBDBDB;
  padding: 0 0 20px;
}

.modal-dialog.js-active{
  position: fixed!important;
}

.d-flex.column br {
  margin: auto !important;
}

dl.regular-cycle>.regular-cycle-data *:not(:last-child) {
  margin: 0 0 15px 0 !important;
}

.readmore {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.readmore-content {
  position: relative;
  overflow: hidden;
  height: 320px;
  margin-bottom: 40px !important;
}

.readmore-content:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
  height: 50px;
}

.readmore-label {
  display: table;
  bottom: 5px;
  position: absolute;
  bottom: 5px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: 0 auto;
  z-index: 2;
  width: 62px;
  height: 20px;
  background: url(../../img/common/icon_more_plus.svg) no-repeat center;
}

.readmore-check {
  display: none;
}

.readmore-check:checked ~ .readmore-label {
  width: 63px;
  height: 21px;
  background: url(../../img/common/icon_close_btn.svg) no-repeat center;
}

.readmore-check:checked ~ .readmore-content {
  height: auto;
}

.readmore-check:checked ~ .readmore-content::before {
  display: none;
}

.l-app {
  padding: 0 0 80px!important;
}

.cart-item .item .right-content dd {
  padding: 0;
}

.l-application-dkmobile-confirm .scodearea input {
  width: 68px;
}

.block-order-estimate--pay-savecard,
.block-order-estimate--pay-selectcard {
  padding: 0;
}

.block-order-estimate--agreebody {
  max-height: 295px;
  
}

a#deepLink_ {
  color: #FFFFFF;
  width: 100%;
  height: 100%;
}

.sec-timming label {
  position: relative;
}

.sec-timming label select {
  width: 70px;
}

.accordion .toggle:checked + .title + .content {
  max-height: 100%;
}

.accordion .toggle:checked + .title + .content.custdest {
  max-height: 500vh;
}

#dkmobileform {
  margin: 0!important;
}

.l-purchase .pagination {
  margin: 0;
  padding: 20px 0;
}

.page-contact .input-select .select-selected {
  height: auto;
  padding-right: 25px;
}

.margin-top-m {
  margin-top: 30px !important;
}

.margin-top-s {
  margin-top: 15px;
}

.before_moving_in_message {
  position: fixed;
  top: 60px;
  background-color: #f2dede;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  padding: 10px 8px;
  color: #a94442;
  display: none;
  z-index: 10000;
}
.l-app .before_moving_in_message {
  top: 0px;
}
@media screen and (min-width: 768px) {
  .before_moving_in_message {
    width: 768px;
  }
}

.l-app.l-main.l-pdtb8070 {
  padding: 20px 0 80px!important;
}

.l-app.l-top {
  padding: 20px 0 80px!important;
}

.l-app.l-sns {
  padding: 40px 0 80px!important;
}

.form-input .form-label.required:after {
  content: '*';
  color: #FF414D;
  display: unset;
  padding: unset;
  font-size: unset;
  text-align: unset;
  white-space: unset;
  vertical-align: unset;
  border-radius: unset;
  background-color: transparent;
}

.block-inquiry-history-detail--list-header {
  background-color: #F5F5F5;
  padding: 0 8px;
}

.block-inquiry-history-detail--list-header .block-inquiry-history-detail--list-header-item {
  width: 50%;
  line-height: 30px;
  margin-bottom: 0 !important;;
}

.ttl-bbgray-bottom {
  padding: 12px 0 0;
  border-top: 1px solid #DBDBDB;
}

.rating .item .t-sm {
  word-wrap:break-word;
}

.block-validation-alert {
  text-align: center;
  margin: 100px auto;
  padding: 30px;
  width: 100%;
  border: 1px solid #808080;
}
.block-userreview-requestvalidationerror {
  margin-top: 5px;
  padding: 10px;
  margin-bottom: 5px;
  position: relative;
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
}
.l-main.l-goodssearch {
    min-height: 150vh !important; 
}
.modal-body section.block-order-estimate--agreebody {
  background-color: #FFFFFF !important;
}
.modal-body section.block-order-estimate--agreebody li:not(:last-of-type) {
  margin: 0 !important;
}
.modal-body section.block-order-estimate--agreebody li {
    border-bottom: none;
    margin:0 !important
}

.block-topic-page--article-body a:link {
    color: #0000EE;
    text-decoration: underline;
}

.block-topic-page--article-body a:visited {
    color: #551A8B;
    text-decoration: underline;
}

.block-topic-page--article-body a:hover {}

.block-topic-page--article-body a:active {
    color: #FF0000;
    text-decoration: underline;
}

ul li .btn {
  margin: 0 auto;
}

/* 星5 */
.star5_rating[data-rate="5.0"]:after {
  width: 100%!important;
}

/* 星4.5 */
.star5_rating[data-rate="4.5"]:after {
  width: 88.5%!important;
}

/* 星4 */
.star5_rating[data-rate="4.0"]:after {
  width: 80%!important;
}

/* 星3.5 */
.star5_rating[data-rate="3.5"]:after {
  width: 69%!important;
}

/* 星3 */
.star5_rating[data-rate="3.0"]:after {
  width: 60%!important;
}

/* 星2.5 */
.star5_rating[data-rate="2.5"]:after {
  width: 49%!important;
}

/* 星2 */
.star5_rating[data-rate="2.0"]:after {
  width: 40%!important;
}

/* 星1.5 */
.star5_rating[data-rate="1.5"]:after {
  width: 29%!important;
}

/* 星1 */
.star5_rating[data-rate="1.0"]:after {
  width: 20%!important;
}

/* 星0.5 */
.star5_rating[data-rate="0.5"]:after {
  width: 9%!important;
}

/* 星0 */
.star5_rating[data-rate="0.0"]:after {
  width: 0%!important;
}

/* 星5 */
.star5_rating-big[data-rate="5.0"]:after {
  width: 100%!important;
}

/* 星4.5 */
.star5_rating-big[data-rate="4.5"]:after {
  width: 91.5%!important;
}

/* 星4 */
.star5_rating-big[data-rate="4.0"]:after {
  width: 80%!important;
}

/* 星3.5 */
.star5_rating-big[data-rate="3.5"]:after {
  width: 70.5%!important;
}

/* 星3 */
.star5_rating-big[data-rate="3.0"]:after {
  width: 60%!important;
}

/* 星2.5 */
.star5_rating-big[data-rate="2.5"]:after {
  width: 49.5%!important;
}

/* 星2 */
.star5_rating-big[data-rate="2.0"]:after {
  width: 40%!important;
}

/* 星1.5 */
.star5_rating-big[data-rate="1.5"]:after {
  width: 29%!important;
}

/* 星1 */
.star5_rating-big[data-rate="1.0"]:after {
  width: 20%!important;
}

/* 星0.5 */
.star5_rating-big[data-rate="0.5"]:after {
  width: 8%!important;
}

/* 星0 */
.star5_rating-big[data-rate="0.0"]:after {
  width: 0%!important;
}

.t-nowrap {
  white-space: nowrap;
}

.l-contact .form-input .form-text input:first-of-type + p.form-error {
  margin: 0;
}

.l-e_application .hikkoshiBannerSlider .swiper-slide .item img {
  height: auto;
  width: auto;
}
.pd-bottom {
  padding-bottom: 120px;
}

.rating .item .rating-footer * {
  margin: 0;
}

.rating .item .rating-footer p {
  width: calc(100% - 120px);
}

.rating .item .rating-footer .btn {
  width: 108px;
  height: 32px;
  padding: 0;
  font-size: 12px;
}

.block-topic-page--article-body a.btn {
  text-decoration: none;
}

select {
  color: #333333;
}

.l-top.l-top.l-shopping-top-cart-order #hiddenText {
  margin-left: 36px;
}

.d-flex.column .contract_link_note {
  background-color: #ffe4d4;
  padding: 5px;
  margin: -10px 0 5px;
}

.pref-border {
  border: 10px groove #e2f3db;
}

.prefnext-border {
  border: 10px groove #c4e1f1;
}

/* MyRoomのハンバーガーメニュー内「問い合わせ」 */
.icon-arrow-right-faq {
  display:flex;
  line-height:52px;
  align-items:center;
  justify-content:space-between;
}

.modal-btn.js-submit-modal.modal02 {
  border:none;
  display:block;
  padding:0;
}

.modal-btn.js-submit-modal.modal02 img {
  display:block;
}

.d-flex.column > div.fb-login-button {
  width: auto;
}

.maintenance-btn{
  display: none !important;
}

.lpcm_banner_check{
  border-radius: 0 0 10px 0!important;
  margin-bottom: 15px;
  width: 91%;
}

.lpcm_banner_more{
  border-radius: 0 10px 0 0!important;
}

@media screen and (min-width: 720px) {
  .lpcm_banner_check{
    padding-top:0px;
    width: 100%;
  }
}

.dkm_aggree_msg_ {
  margin: 25px 0 0 0 !important;
  text-align: center !important;
}

.l-top .tabs .tab_item {
  font-size: 14px;
  background-color: #F5F5F5;
  border-bottom: 4px solid #32B988;
}

.l-top .tabs input:checked + .tab_item,
.l-top .tabs input:checked + .tab_item1 {
  font-weight: bold;
  background-color: #32B988;
  color: #FFFFFF;
}

.l-top .tabs .tab_item, .l-top .tabs .tab_item1 {
  border-bottom: 4px solid #32B988;
  margin: 0 0 5px !important;
  border-radius: 4px 4px 0 0;
  background: #F5F5F5;
  padding: 4px 0 2px !important;
  width: 50% !important;
}

}
.l-login .account-nav ul li a {
  color: #565656;
  background-color: #F5F5F5;
  border-radius: 4px 4px 0 0;
}
.l-login .account-nav ul li.is-active a {
  color: #FFFFFF;
  background: #32B988;
  border-radius: 4px 4px 0 0;
}

.l-login .account-nav ul li a span:after {
  background: #32B988;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 0;
}

.l-login .account-nav {
  margin-top: 10px;
  background: #FFFFFF
}

.radius32{
  border-radius: 32px;
}

label[for=authkey_to_1] {
    float:none;
}

.list-on article ul{
  list-style: auto!important;
}

.list-on article ul li{
  list-style: disc!important;
}

.list-on ol{
  list-style: auto!important;
}

.list-on ol li{
  list-style: auto!important;
}

.readmore-sns {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.readmore-sns-rating .readmore-sns-content {
  height: 0;
}

.readmore-sns-rating .readmore-sns-label {
  font-size: 12px !important;
  width: 132px;
  height: 32px;
  bottom: -42px;
  padding: 0;
}

.readmore-sns-rating .readmore-sns-label:before {
  content: "\4ED6\306E\53E3\30B3\30DF\3092\898B\308B";
}

.readmore-sns-rating .readmore-sns-check:checked ~ .readmore-sns-label {
  width: 144px;
  height: 32px;
  background: #DBDBDB;
}

.readmore-sns-rating .readmore-sns-check:checked ~ .readmore-sns-label::before {
  content: "\53E3\30B3\30DF\8868\793A\3092\6700\5C0F\5316";
}

.readmore-sns-content {
  position: relative;
  overflow: hidden;
  height: 0;
  margin-bottom: 40px !important;
}

.readmore-sns-content:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 50px;
}

.readmore-sns-label {
  display: table;
  bottom: 5px;
  position: absolute;
  bottom: 5px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: 0 auto;
  z-index: 2;
  width: 62px;
  height: 20px;
  background: url(../../img/common/icon_more_plus.svg) no-repeat center;
}

.readmore-sns-check {
  display: none;
}

.readmore-sns-check:checked ~ .readmore-sns-label {
  width: 63px;
  height: 21px;
  background: url(../../img/common/icon_close_btn.svg) no-repeat center;
}

.readmore-sns-check:checked ~ .readmore-sns-content {
  height: auto;
}

.readmore-sns-check:checked ~ .readmore-sns-content::before {
  display: none;
}

#newHeader + main.l-coupon-top {
  padding-top: 54px!important;
}

#newHeader + main.l-myroom {
  padding-top: 54px!important;
}

.btn.flex {
  display: flex!important;
}

#menu {
  display: none;
}

#menu.panelactive {
  display: block;
}

#newHeader + main.l-rating {
  padding-top: 70px!important;
}

.mb0 {
  margin-bottom: 0px!important;
}

.newHeader3 + main.l-magazine-top.l-template.list-on {
  padding-top: 95px!important;
}

.l-new-top .box-latestarticles ul li.item[id^="bookmark_"] a picture picture {
  height: 160px;
}

.l-new-top .box-latestarticles ul li.item[id^="bookmark_"] a picture img {
  object-fit: cover;
}

.l-app.l-product-detail .btn-fixedbottom {
  bottom: 15px;
}

.l-notice-detail .btn.green {
  display: flex;
  height: auto;
  padding: 11px 0 11px;
}

.sec-menu-sm ul.list--green--right--arrow li a {
  background: url("/img/new/common/right_arrow_green.svg") no-repeat right 10px center;
}

.newHeader2 + main .ntabs label {
  z-index: 90;
}

.l-app-mgheader .box-header {
  padding: 15px 0 15px;
}

.l-app-mgheader #headerBack{
  padding: 10px 20px 20px 20px;
}

.l-app-mgheader .icon-favorite {
  right: 50px
}

.l-app-mgheader .icon-favorite a {
  padding: 10px 10px 15px 15px;
}

.l-app-mgheader .icon-search a {
  padding: 10px 15px 15px 10px;
}

#familyaccount_help a img {
  right: -20px;
  position: relative;
  top: 3px;
}

.l-product-detail #btn_account_card {
  display:flex;
}

#event_header {
  border-bottom: 1px solid #32B988;
  width: calc(100% - 20px);
  margin: 0 auto 11px;
  padding: 20px 4px 14px;
}

#event_header.d-flex .sortc dt {
  margin: 0 7px 0 0;
}

#event_header.d-flex .sortc dt img {
  margin: 0;
}

.pdb0 {
  padding-bottom: 0;
}

body > #MagazineInnerHeader {
  padding: 10px 14px 0;
  margin: 0 -4px;
}

.l-new-top .box-latestarticles .item a .iconbottom.green,
.l-new-top .magazineSlider .item a .iconbottom.green,
.l-new-top .storeSlider .item a .iconbottom.green,
.l-new-top .box-popular .item a .iconbottom.green,
.l-new-top .storeSliderEvent .item a .iconbottom.green {
  background-color: #32B988;
}

.storeSliderFreePage-wrap .storeSliderFreePage .item a .iconbottom.green {
  background-color: #32B988;
}

.l-main .storeSliderDisasterPrevention .item a .iconbottom.green {
  background-color: #32B988;
}

.l-new-top .box-latestarticles .item a .iconbottom.orange,
.l-new-top .magazineSlider .item a .iconbottom.orange,
.l-new-top .storeSlider .item a .iconbottom.orange,
.l-new-top .box-popular .item a .iconbottom.orange,
.l-new-top .storeSliderEvent .item a .iconbottom.orange {
  background-color: #FF952B;
}

.storeSliderFreePage-wrap .storeSliderFreePage .item a .iconbottom.orange {
  background-color: #FF952B;
}

.l-main .storeSliderDisasterPrevention .item a .iconbottom.orange {
  background-color: #FF952B;
}

.l-new-top .box-latestarticles .item a .iconbottom.sky,
.l-new-top .magazineSlider .item a .iconbottom.sky,
.l-new-top .storeSlider .item a .iconbottom.sky,
.l-new-top .box-popular .item a .iconbottom.sky,
.l-new-top .storeSliderEvent .item a .iconbottom.sky {
  background-color: #44A9F5;
}

.storeSliderFreePage-wrap .storeSliderFreePage .item a .iconbottom.sky {
  background-color: #44A9F5;
}

.l-main .storeSliderDisasterPrevention .item a .iconbottom.sky {
  background-color: #44A9F5;
}

.l-new-top .box-latestarticles .item a .iconbottom.blue,
.l-new-top .magazineSlider .item a .iconbottom.blue,
.l-new-top .storeSlider .item a .iconbottom.blue,
.l-new-top .box-popular .item a .iconbottom.blue,
.l-new-top .storeSliderEvent .item a .iconbottom.blue {
  background-color: #267BC4;
}

.storeSliderFreePage-wrap .storeSliderFreePage .item a .iconbottom.blue {
  background-color: #267BC4;
}

.l-main .storeSliderDisasterPrevention .item a .iconbottom.blue {
  background-color: #267BC4;
}

.kvSlider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap,7px);
}
.l-new-top .kvSlider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}

.l-new-top #goodsdetail_itemhistory .box__header {
  position: relative;
  padding: 20px 0px 14px;
}


.l-product-detail .inner .iconsubscription span,
.storeSlider .item a .iconbottom.iconsubscription.iconbottom,
.storeSliderEvent .item a .iconbottom.iconsubscription.iconbottom,
.storeSliderDisasterPrevention .item a .iconbottom.iconsubscription.iconbottom {
  background-color: #44A9F5;
  color: #FFF;
}

 .l-product-detail .inner .iconpartnerservice span,
.storeSlider .item a .iconbottom.iconpartnerservice.iconbottom,
.storeSliderEvent .item a .iconbottom.iconpartnerservice.iconbottom,
.storeSliderDisasterPrevention .item a .iconbottom.iconpartnerservice.iconbottomn {
  background-color: #32B988;
  color: #FFF;
}

.l-product-detail .inner.iconshopping span,
.storeSlider .item a .iconbottom.iconshopping.iconbottom,
.storeSliderEvent .item a .iconbottom.iconshopping.iconbottom,
.storeSliderDisasterPrevention .item a .iconbottom.iconshopping.iconbottom {
  background-color: #267BC4;
  color: #FFF;
}

.register-account button[name="confirm"],
.register-account button[name="cancel"] {
  pointer-events: auto!important;
}

.l-change_accout button[name="confirm"],
.l-change_accout button[name="cancel"] {
  pointer-events: auto!important;
}

.box-bottomshadow .box-bottomshadow:after {
  background: none;
}

.noheader header#newHeader {
  padding-bottom: 15px!important;
}
.noheader header .inner .box-header {
  display: none;
}

.noheader .newHeader2 > .d-flex + .inner {
  padding-top:unset;
}

.noheader .newHeader3 + main {
  padding-top: 120px !important;
}

.l-contact .seemore{
  margin-top: 20px;
  margin-left: 15px;
}

.l-contact .seemore a img {
  right: -20px;
  position: relative;
}

.sec-sns.snsbtns button.snsbtns__item{
  border: 1px solid #EFEFEF;
  line-height: 38px;
  border-radius: 20px;
  color: #333333;
  padding-left: 10px;
  font-size: 12px;
  text-align: center;
  width: 100%;
  margin: 0 0 10px;
  height: 40px;
}

.l-login .sec-sns.snsbtns {
  padding: 0px 10px 20px 10px;
}

.changedestbtn{
  width: 144px;
  margin-left: auto !important;
  height: 32px;
  line-height: 32px;
  padding: 0;
}

.l-contact .ProductTable {
  width: 100%;
}

.l-contact .ProductTable td a {
  width:100%;
  max-width:300px;
  padding: 6px 0px 6px 0px;
  margin: 4px auto;
  line-height: 1.1;
}

::-ms-reveal {
    display: none;
}

.l-magazine .custom-select-trigger {
  padding: 14px 20px;
  color: #58504A;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}

.md_housemate_txt {
  text-align: left;
}

button {
  appearance: none!important;
  -webkit-appearance: none!important;
}

.f-black {
  color: #333333!important;
}

.l-new-shopping-top-search .paging {
  margin: 8px 0 32px;
}

.btn.btn-green {
  z-index: 2;
}

.register-account input[name="name"].efo-valid,
.register-account input[name="name2"].efo-valid,
.register-account select[name="pref"].efo-valid {
  background: none;
}

.l-contact select[name="subject_id"]{
  white-space: normal;
  padding-right: 2em;
}

ul.colorlist.colorlist_items li.item {
  width: 68px;
  height: 68px;
}

ul.colorlist li.item.is-selected {
  border: 2px solid #32B988;
}

.searchwrap::after {
  background: none;
}

.box-bottomshadow:after {
  pointer-events: none!important;
}

.l-shopping-top-cart-order .sec-shopping-cart .c-gray {
  color: #757575!important;
}

.l-new-top .bnrSlider1 {
  margin-top: 20px;
}

.l-product-detail .pricebox .inner dt {
  width: 65px;
}

#newHeader h1 {
  width: 70%;
}

.reviewed_user {
  line-height: 1.8;
  padding: 0 1em 0 1em;
}
.modal-content-snsalert {
  max-width: 440px;
  margin: 0 !important;
  text-align: left;
  border-radius: 8px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 100;
}

@media screen and (max-width: 550px) {
  .modal-content-snsalert {
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
.modal-content-snsalert .btn {
  width: 30%;
  margin: 0 4px 0 !important;
}

.l-template .articlelead .icons_right .favoriteBtn img {
  border-radius: unset;
}

.modal-content section.block-ecloud-other--agreebody ul {
  margin: 15px !important;
}
.modal-content section.block-ecloud-other--agreebody ul li {
  border: none !important;
}
.modal-content section.block-ecloud-other--agreebody ul li:not(:last-of-type) {
  margin: 0 0 10px !important;
}
.block-ecloud-other--agreebody {
    max-height: 275px;
}
.modal-body section.block-ecloud-other--agreebody {
    background-color: #FFFFFF !important;
}

.l-app.l-main.l-freepage {
  padding-top: 20px!important;
}

.l-app .f-center.t-ss.new {
  margin-top: 0;
}

.l-product-detail .main-swiper {
  margin-top: 30px;
}

.l-product-detail .main-swiper img ,
.l-product-detail .modal__content img {
  width:100%;
}

button {
  color: #333333;
}

.block-questionnaire--item-header button {
  margin-left: auto;
}

.block-questionnaire .block-questionnaire--name-value-label {
  white-space: nowrap;
}

.block-questionnaire--confirmation-fullname {
  display: flex;
  flex-wrap: wrap;
}

.block-questionnaire--confirmation-name {
  margin-right: 10px
}

.block-questionnaire--confirmation-description {
  font-weight: 700;
  margin-left: 10px;
}

.block-questionnaire--confirmation-value {
  margin-bottom: 15px;
  margin-left: 10px;
}

.block-questionnaire .legend {
  display: flex;
  flex-wrap: wrap;
}

.btn.ckeditor {
  margin-bottom: 30px;
  margin-top: 20px;
}
.l-new-top .goodsdetail_accessory .box__header {
  position: relative;
  padding: 20px 0px 14px;
}

.sp_contract #btnGreen {
  background-color: #FA6153 !important;
}

.sp_contract ul .button_disabled img, .sp_contract ul .button_disabled p, .l-aside .sp_contract .button_disabled div{
  filter: grayscale(100%) opacity(60%);
}

.sp_contract .button_disabled picture, .l-aside .sp_contract .button_disabled span {
  background-color: #E2E2E2 !important;
}
.contact_img{
    width: 560px;
    height: 560px;
    object-fit: contain;
    border: 1px solid #000000;
}
.contact_subject_name{
    padding: 10px;
    margin-bottom: 10px;
    border: 1px dotted #333333;
}

/* 会員情報確認画面 周辺商品紹介のご希望商品確認 */
.dtxt {
  position: relative;
  padding-left: 16px;
  display: block;
}
.dtxt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  background-color: #e30000;
  border-radius: 50%;
  height: 8px;
  width: 8px;
}
.bbox .bbox_ttl {
  background-color: #F7F7F7;
  padding: 5px 5px 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bbox .bbox_ttl .icon {
  background-color: #32B988;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.bbox .bbox_ttl .txt {
  width: calc(100% - 34px);
  font-size: 15px;
}
.bbox .bbox_ttl.f-center {
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
}
.bbox:not(:last-of-type) {
  padding-bottom: 20px;
}
.bbox .bbox_table {
  padding: 10px;
  font-size: 14px;
}
.bbox .bbox_table > div {
  display: flex;
  border-bottom: 1px solid #E1E1E1;
  margin: 0 !important;
  align-items: center;
  background-color: #F6F6F6;
}
.bbox .bbox_table > div:first-of-type {
  border-top: 1px solid #E1E1E1;
}
.bbox .bbox_table > div dt {
  width: 140px;
  margin: 0 !important;
  padding: 10px;
  height: 100%;
  flex-shrink: 0;
}
.bbox .bbox_table > div dd {
  padding: 10px;
  flex-grow: 1;
  background-color: #fff;
}
.bbox-total .bbox_table {
  padding: 10px 0 0;
}
.overflowbox-return-agree {
  border: 1px solid #DBDBDB;
  padding: 10px;
  max-height: 400px;
  overflow-y: auto;
  background-color: #FFFFFF;
}
.block-order-estimate-return-agreebody {
  max-height: 295px;
  
}
.guide_msg{
  background: #ffe4e1;
  text-align: center;
  margin-bottom: 10px;
  border: 1px solid #DC2226;
  padding: 8px 10px 10px;
}
.guide_msg a{
  color: #FF0000;
}
/*フリーページStoreスライダー*/
.storeSliderFreePage-wrap .storeSliderFreePage .item a .iconbottom.iconsubscription.iconbottom {
  background-color: #44A9F5;
  color: #FFF;
}

.storeSliderFreePage-wrap .storeSliderFreePage .item a .iconbottom.iconpartnerservice.iconbottom {
  background-color: #32B988;
  color: #FFF;
}

.storeSliderFreePage-wrap .storeSliderFreePage .item a .iconbottom.iconshopping.iconbottom {
  background-color: #267BC4;
  color: #FFF;
}

.pdl36 {
padding-left: 36px !important;
}

.widthrate32 {
width: 32% !important; 
}

.widthrate100 {
width: 100% !important;
}

.img-modal {
padding: 0 !important;
}

.img-modal .modal__content {
max-width: 768px !important;
}

.img-modal .modal__close-btn {
right: 10px;
top: 10px;
}

.img-modal .modal__content .swiper-wrapper {
height: 100vh;
}
.passkey_login_msg{
width:300px;
margin: 10px auto 0 auto;
}

.block-common-alert--message a{
  text-decoration: underline;
}

.pagetop_sp {
  height: 48px;
  width: 48px;
  position: fixed;
  right: 10px;
  bottom: 60px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  font-weight: 700;
}

.pagetop_app {
  bottom: 10px;
}

@media screen and (min-width: 768px) {
  .pagetop_sp {
    left: 50%;
    transform: translate(-50%, 0) translateX(350px);
  }
}
.pagetop_sp img {
  display: block;
  margin: 0 auto 2px;
}

.block-goods-list-auto-load--loading, .block-magazine-list-auto-load--loading {
  display: flex;
  font-size: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

}

.select_calendar{
  width: calc(100% - 35px);
  margin-right: 5px !important;
}
.input-select-calendar:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 9px solid #CCCCCC;
  content: "";
  position: absolute;
  right: 45px;
  top: 20px;
  width: 0;
}
.input-select-calendar {
  position: relative;
}

.l-coupon-area .more__new_store_coupon a:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  content: attr(data-num);
  min-width: 15px;
  height: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10px;
  color: #FFFFFF;
  background-color: #E30000;
  border-radius: 50%;
  top: -8px;
  left: 85%;
  -webkit-transform: translate(40%, -40%);
  -ms-transform: translate(40%, -40%);
  transform: translate(40%, -40%);
  z-index: 1;
}

footer.exists_new_coupon .item04 a:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  content: attr(data-num);
  width: 8px;
  height: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 10px;
  color: #FFFFFF;
  background-color: #E30000;
  border-radius: 50%;
  top: -15px;
  left: 52%;
  -webkit-transform: translate(40%, -40%);
      -ms-transform: translate(40%, -40%);
          transform: translate(40%, -40%);
  z-index: 1;
}
footer.exists_new_coupon .item04 a div.name {
  position: relative;
  top: -8px;
}

.l-mimiyori .mimiyori__main {
  border-bottom: 1px solid #00BC84;
  padding-bottom: 7px;
  margin-bottom: 10px;
}
.l-mimiyori .mimiyori__group {
  display: flex;
  border-bottom: 1px solid #E1E1E1;
}
.l-mimiyori .mimiyori__group:first-of-type {
  border-top: 1px solid #E1E1E1;
}
.l-mimiyori .mimiyori__title {
  padding: 9px 0;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  background-color: #F6F6F6;
  width: 37%;
}
.l-mimiyori .mimiyori__description {
  flex: 1;
  padding: 9px 0;
  padding-left: 12px;
  padding-right: 15px;
  width: 63%;
}
.l-mimiyori .mimiyori__links {
  display: flex;
  justify-content: flex-end;
}
.l-mimiyori .mimiyori__link:not(:last-of-type) {
  margin-right: 10px;
}
.l-mimiyori .mimiyori__link button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 106px;
  height: 40px;
  border-radius: 24px;
  border: 1px solid #DDDDDD;
}

.feilddateofyearmonth > select {
  margin: 0 !important;
  width: 45%;
}

.feilddateofyearmonth div {
  margin: 0 0 0 4px !important;
}

.feilddateofyearmonth div:not(:last-of-type) {
  margin: 0 4px !important;
}

.form-input .flex #preferred_rent {
  width: 100% !important;
  margin-right: 5px !important;
}

.box-alert-red-5boild{
  border: 5px solid #E30000;
}
.box-alert-red-3boild{
  border: 3px solid #E30000;
}
header.realestate {
    align-items: unset;
    padding: 4px 4px;
}
.modal-body.realestate {
    padding: 0 0 0 0;
}
.realestatepadding{
    padding: 10 0 10 0;
    margin-bottom: 10px;
}
.modal-content.js-modal-content.realestate {
    max-height: 700px;
    margin: 0 !important;
    text-align: left;
    border-radius: 8px;
}
.l-sumikae .paging a {
  color: #989898!important;
  margin: 0 15px!important;
}

.l-sumikae .paging a.is-current {
  color: #32B988!important;
}

.l-sumikae .history-wrapper .title {
  flex-shrink: 0;
}

.l-sumikae .history-wrapper .title span {
  display: inline-block;
}

.l-sumikae .history-wrapper .value span {
  display: inline-block;
}
.magazine_slider_freepage {
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 10px;
}
.magazine_slider_freepage .favoriteBtn {
    position: absolute;
    top: 4px;
    right: 4px;
    background: #d6d6d6;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 20;
}
.magazine_slider_freepage .swiper-container {
  padding: 0 10px;
}
.magazine_slider_freepage .swiper-slide {
  height: auto !important;
}
.magazine_slider_freepage .swiper-slide .item {
  height: 100%;
}
.magazine_slider_freepage .item--more {
  height: 100%;
}
.magazine_slider_freepage .item--more div {
  height: 100%;
}
.magazine_slider_freepage .item a {
  position: relative;
}
.magazine_slider_freepage .item a picture {
  position: relative;
  display: block;
}
.magazine_slider_freepage .item a .icon {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 6px 0;
  width: 40px;
  line-height: 18px;
}
.magazine_slider_freepage .item a .icon.new {
  background-color: #FA6153;
}
.magazine_slider_freepage .item a .bg-black {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 0 0 4px 0;
}
.magazine_slider_freepage .item a .iconbottom {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 6px 0 0;
  line-height: 18px;
  padding: 0 8px;
}
.magazine_slider_freepage .item a .iconbottom.green {
  background-color: #32B988;
}
.magazine_slider_freepage .item a .iconbottom.orange {
  background-color: #FF952B;
}
.magazine_slider_freepage .item a .iconbottom.blue {
  background-color: #267BC4;
}
.magazine_slider_freepage .item a .iconbottom.sky {
  background-color: #44A9F5;
}
.magazine_slider_freepage .item a .bg-white {
  border-radius: 0 0 10px 10px;
  height: 110px;
  padding: 10px 7px;
}
.magazine_slider_freepage .item a .bg-white > .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.magazine_slider_freepage .item a .bg-white > .d-flex .genre {
  color: #646464;
  border: none;
  background-color: #F5F5F5;
  margin: 0 10px 0 0;
}
.magazine_slider_freepage .item a .bg-white > .d-flex time.t-11 {
  color: #aaa;
}
.get_magazine_slider{
    display:none;
}
.magazine_slider_ajax {
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 10px;
}
.magazine_slider_ajax .favoriteBtn {
    position: absolute;
    top: 4px;
    right: 4px;
    background: #d6d6d6;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 20;
}
.magazine_slider_ajax .swiper-container {
  padding: 0 10px;
}
.magazine_slider_ajax .swiper-slide {
  height: auto !important;
}
.magazine_slider_ajax .swiper-slide .item {
  height: 100%;
}
.magazine_slider_ajax .item--more {
  height: 100%;
}
.magazine_slider_ajax .item--more div {
  height: 100%;
}
.magazine_slider_ajax .item a {
  position: relative;
}
.magazine_slider_ajax .item a picture {
  position: relative;
  display: block;
}
.magazine_slider_ajax .item a .icon {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 6px 0;
  width: 40px;
  line-height: 18px;
}
.magazine_slider_ajax .item a .icon.new {
  background-color: #FA6153;
}
.magazine_slider_ajax .item a .bg-black {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 0 0 4px 0;
}
.magazine_slider_ajax .item a .iconbottom {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 6px 0 0;
  line-height: 18px;
  padding: 0 8px;
}
.magazine_slider_ajax .item a .iconbottom.green {
  background-color: #32B988;
}
.magazine_slider_ajax .item a .iconbottom.orange {
  background-color: #FF952B;
}
.magazine_slider_ajax .item a .iconbottom.blue {
  background-color: #267BC4;
}
.magazine_slider_ajax .item a .iconbottom.sky {
  background-color: #44A9F5;
}
.magazine_slider_ajax .item a .bg-white {
  border-radius: 0 0 10px 10px;
  height: 110px;
  padding: 10px 7px;
}
.magazine_slider_ajax .item a .bg-white > .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.magazine_slider_ajax .item a .bg-white > .d-flex .genre {
  color: #646464;
  border: none;
  background-color: #F5F5F5;
  margin: 0 10px 0 0;
}
.magazine_slider_ajax .item a .bg-white > .d-flex time.t-11 {
  color: #aaa;
}
section.sec .magazineSliderAjax {
    position: relative;
}
section.sec .magazineSliderAjax .swiper-button-next {
    right: 0;
}
section.sec .magazineSliderAjax .swiper-button-prev {
    left: 0;
}

.l-familyacount .line-top {
    text-align: center;
}

.l-familyacount .line-top h3 {
    text-align: center;
    position: relative;
    z-index: 1;
}

.l-familyacount .line-top h3::before {
    content: '';
    height: 1px;
    width: 100%;
    background-color: #DDDDDD;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: -1;
}

.l-familyacount .line-top h3::after {
    content: '';
    height: 30px;
    width: 276px;
    background-color: #F5F5F5;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: -1;
}

.l-familyacount .icon-img {
    background-color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: relative;
}

.l-familyacount .icon-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    }

.l-familyacount .icon-container {
    padding: 0 10px 0 25px;
}

.l-familyacount .icon-wrapper {
    display: flex;
    gap: 30px;
}

.l-familyacount .icon-textbox {
    flex: 1;
}
.iconpoint {
    background: url(/img/new/common/icon_point.svg) no-repeat center left;
    background-size: 21px 20px;
    position: relative;
    padding-left: 23px;
}

.color-gray {
    color: #757575;
}

.point-box {
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    padding: 10px 35px 10px 15px;
    background: url(/img/new/common/right_arrow_green.svg) no-repeat right 10px center;
}

.point-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.icon-img-point {
    display: flex;
    align-items: center;
    margin-right: 18px;
}
.block-search-suggest--goods-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    width: auto;
    white-space: normal;
    word-break: break-word;
    hyphens: auto;
}

.block-search-suggest-fixed {
    position: fixed;
    max-height:calc(100vh - 270px);
}
.block-search-suggest-scroll {
    overflow-y: scroll;
}
.disaster_magazine_slider_ajax .swiper-container {
  padding: 0 10px;
}
.disaster_magazine_slider_ajax .swiper-slide {
  height: auto !important;
}
.disaster_magazine_slider_ajax .swiper-slide .item {
  height: 100%;
}
.disaster_magazine_slider_ajax .item--more {
  height: 100%;
}
.disaster_magazine_slider_ajax .item--more div {
  height: 100%;
}
.disaster_magazine_slider_ajax .item a {
  position: relative;
}
.disaster_magazine_slider_ajax .item a picture {
  position: relative;
  display: block;
}
.disaster_magazine_slider_ajax .favoriteBtn {
    position: absolute;
    top: 4px;
    right: 4px;
    background: #d6d6d6;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 20;
}

.disaster_magazine_slider_ajax .item a .icon {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 6px 0;
  width: 40px;
  line-height: 18px;
}
.disaster_magazine_slider_ajax .item a .icon.new {
  background-color: #FA6153;
}
.disaster_magazine_slider_ajax .item a .bg-black {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 0 0 4px 0;
}
.disaster_magazine_slider_ajax .item a .iconbottom {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 6px 0 0;
  line-height: 18px;
  padding: 0 8px;
}
.disaster_magazine_slider_ajax .item a .iconbottom.green {
  background-color: #32B988;
}
.disaster_magazine_slider_ajax .item a .iconbottom.orange {
  background-color: #FF952B;
}
.disaster_magazine_slider_ajax .item a .iconbottom.blue {
  background-color: #267BC4;
}
.disaster_magazine_slider_ajax .item a .iconbottom.sky {
  background-color: #44A9F5;
}
.disaster_magazine_slider_ajax .item a .bg-white {
  border-radius: 0 0 10px 10px;
  height: 110px;
  padding: 10px 7px;
}
.disaster_magazine_slider_ajax .item a .bg-white > .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.disaster_magazine_slider_ajax .item a .bg-white > .d-flex .genre {
  color: #646464;
  border: none;
  background-color: #F5F5F5;
  margin: 0 10px 0 0;
}
.disaster_magazine_slider_ajax .item a .bg-white > .d-flex time.t-11 {
  color: #aaa;
}
p.building_area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5em;
  font-size: 16px;
  font-weight: normal;
  color: #757575;
}
p.building_area:before {
  content: '';
  display: inline-block;
  height: 15px;
  aspect-ratio: 8/11;
  background-image: url("/img/usr/pages/kurashi_bousai/info/icon_spot.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.notice p.building_area {
  font-size: 14px;
  margin-top: -10px;
}
.disastertopic-contents {
  flex: 1;
  margin-right: 20px;
  margin-bottom: 0px;
}
.disastertopic-img {
  width: 100px;
  height: auto;
}
@media screen and (max-width: 720px) {
	.introdoods-familyacount {
		width:400px!important;
	}
}
.introdoods-familyacount {
    padding: 0px 5px 5px;
    margin: 0px 0px 10px!important;
}
.introdoods-familyacount .title-wrapper {
    border-radius: 10px;
    border: 1px solid #32B988;
    position: relative;
}
.introdoods-familyacount .title-wrapper p {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #32B988;
    border-radius: 30px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 3px 20px;
}
.introdoods-familyacount .title-wrapper h2 {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.61;
    color: #32B988;
    text-align: center;
    padding: 24px 10px 15px;
}