/*sakeotodoke &#65533;&#65533;p&#65533;X&#65533;^&#65533;C&#65533;&#65533;*/ /*PC&#65533;&#65533;*/ @media only screen and (min-width:769px) { /*             */ /*COMMON HEADER*/ /*             */ .container {
    overflow: auto;
  }
  .pane-header {
    background: #fff !important;
  }
  .block-header-globalnav li a {
    color: #303032 !important;
  }
  .block-header-usernav li a p {
    color: #303032;
  }
	.block-header-usernav p.white{
    color: #fff !important;
  }
  .block-header-logo--link {
    width: 180px;
    height: auto;
    padding-top: 10px;
    padding-left: 10px;
  }
  .block-thumbnail-t {
    width: 1200px;
    margin: 0 auto;
  }
  .block-headernav-link--btn {
    background: #303032 !important;
	  color: #fff !important;
  }
  .block-headernav-link {
    padding-left: 10px !important;
  }
  .block-global-search {
    padding-right: 10px !important;
  }
  .slick-slider {
    /*background: #fff;*/
  }
  .block-top-shop-feature ul.block-top-shop-feature--list {
    justify-content: space-between !important;
  }
  .block-top-shop-feature ul.block-top-shop-feature--list > li {
    width: calc((100% - 150px) / 3) !important;
    margin: 0 0 50px !important;
  }
  .greeting_area {
    width: 100%;
    background: #fff;
    padding: 10px 0;
  }
  .greeting_in {
    width: 1200px;
    background: #fff;
    border: 2px solid #fff;
    margin: 0 auto;
    padding: 15px;
    border-radius: 10px;
  }
  .greeting_in a {
    color: #e3871c;
    font-size: 16px;
    font-weight: bold;
  }
  .greeting_in a:hover {
    text-decoration: underline;
  }
  .arrow01 {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
  }
  .arrow01::before, .arrow01::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .arrow_icon::before {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 25%;
    border-radius: 25%;
    background: #e3871c;
  }
  .arrow_icon::after {
    left: 3px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  } /**/ /*bg color*/ #header {
    background: #fff !important;
  }
  #header .block-header-bottom {
    background-color: transparent !important;
  }
  .block-top-slider-contents {
    height: auto;
  }
  .block-top-slider-contents .slick-slide:not(.slick-center) {
    -webkit-filter: opacity(30%);
    -moz-filter: opacity(30%);
    -o-filter: opacity(30%);
    -ms-filter: opacity(30%);
    filter: opacity(30%);
    transition: 0.2s linear;
  }
  .block-top-slider-contents .slick-prev {
    margin-left: -655px !important;
  }
  .block-top-slider-contents .slick-next {
    margin-right: -655px !important;
  }
  .block-top-slider-contents .slick-dots {
    background: #fff !important;
  }
  .btn_renewal {
    text-align: center;
    margin: 20px 0;
  }
  .btn00 { /*&#65533;&#65533;&#65533;&#65533;_&#65533;&#386;&#65533;&#65533;&#37053;&#65533;&#65533;relative&#65533;&#65533;w&#65533;&#65533;*/ position: relative; /*&#65533;{&#65533;^&#65533;&#65533;&#65533;`&#65533;&#65533;*/ text-decoration: none;
    display: inline-block;
    border: 2px solid #ff9900;
    color: #f27323;
    font-size: 120%;
    padding: 10px 40px 10px 30px;
    border-radius: 5px;
    text-align: center;
    outline: none; /*&#65533;A&#65533;j&#65533;&#65533;&#65533;[&#65533;V&#65533;&#65533;&#65533;&#65533;&#65533;w&#65533;&#65533;*/ transition: ease .2s;
  }
  .btn00:hover {
    background: #feeed7;
  } /* &#65533;&#65533;&#797321;E&#65533;&#584;&#1683;&#65533; */ .btnarrow1::after {
    content: ''; /*&#65533;&#65533;ﾎ配&#65533;u&#65533;&#342;&#65533;&#65533;&#658;u&#65533;&#65533;&#65533;&#65533;&#1986;&#65533;*/ position: absolute;
    top: 42%;
    right: 13px; /*&#65533;&#65533;&#65533;`&#65533;&#65533;*/ width: 5px;
    height: 5px;
    border-top: 2px solid #f27323;
    border-right: 2px solid #f27323;
    transform: rotate(45deg); /*&#65533;A&#65533;j&#65533;&#65533;&#65533;[&#65533;V&#65533;&#65533;&#65533;&#65533;&#65533;w&#65533;&#65533;*/ transition: all .3s;
  } /*hover&#65533;&#65533;&#65533;&#65533;&#65533;&#1730;&#1683;&#65533;*/ .btnarrow1:hover::after {
    right: 11px;
  }
  .bg_feature { /*background: linear-gradient(to bottom, #ddca86, #fff);*/ width: 100%;
  }
	
	.button.block-global-search--submit{
		background: #303032 url(../../img/usr/header/ico_search.png) top 9px left 15px no-repeat;
	}
  /*.bubble-background {
    position: relative; /*height: 100vh; width: 100%;
    overflow: hidden;
    background: linear-gradient(to bottom, #ddca86, #fff);
  }
  .bubble {
    position: absolute;
    bottom: -20px;
    background-color: transparent;
    border-radius: 50%;
    pointer-events: none;
    box-shadow: inset 0 0 10px rgba(222, 164, 39, 0.7);
    animation: bubble 8s linear infinite;
  }
  .bubble::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transform: scale(0.25) translate(-70%, -70%);
    background: radial-gradient(rgba(235, 215, 159, 0.9), transparent);
    border-radius: 50%;
  }
	
	.block-header-usernav .block-header-usernav--cart a{
		background-color: #7B7B7B !important;
	}
  @keyframes bubble {
    0% {
      transform: translatY(0);
      opacity: 1;
    }
    99% {
      opacity: 1;
    }
    100% {
      transform: translateY(-100vh);
      opacity: 0;
    }
  }*/
  .block-top-shop-feature {
    margin: 0 auto;
  } /*.block-top-shop-feature--feature-img{border: 1px solid #aaa !important;}*/ .block-top-shop-feature--feature-img img {
    max-width: 100%;
    vertical-align: bottom;
    line-height: 1.0em;
  }
  .h3_line {
    text-align: center;
    font-size: 150%;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 10px;
    position: relative;
  }
  .h3_line .bg_line {
    position: absolute;
    bottom: 0;
    left: 41%;
  }
  .h3_style {
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 10px;
  }
  h3.block-category-style-p--item-name:before {
    display: none;
  }
  ul.service_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  ul.service_list li {
    width: 49%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #bebdbd;
  }
  ul.service_list li a {
    display: flex;
    align-items: center;
    text-decoration: none;
  }
  ul.service_list li img {
    width: 180px;
  }
  ul.service_list li p {
    padding: 0 10px;
  }
  ul.service_list li p span {
    display: block;
    margin-bottom: 5px;
    font-size: 120%;
    font-weight: bold;
  }
  .campaign_bna {
    margin-bottom: 60px;
  }
  .campaign_bna p {
    border: 1px solid #ccc;
    margin-bottom: 15px;
  }
  .campaign_bna p img {
    max-width: 100%;
    vertical-align: bottom;
    line-height: 1.0em;
  } /*footer*/ .Footer {
    background-color: #fff;
  }
  .Footer_in {}
  .Footer_in {
    width: 100%; /* margin-left: auto;*/ /* margin-right: auto;*/ display: inline-block;
    text-align: center;
  }
  .Footer_line {
    zoom: 1;
    position: relative;
  }
  .Footer_line:before, .Footer_line:after {
    content: "";
    display: table;
  }
  .Footer_coLink { /*float: left;*/ padding: 35px 0;
  }
  .Footer_coLink a {
    line-height: 20px;
    height: 20px;
    cursor: pointer;
    display: inline-block; /*color: #30a2d2;*/ -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
    color: #303032;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #ddd;
    font-size: 12px;
  }
  .Footer_coLink a:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
  .Footer_logo { /*float: left;*/ height: 60px;
    margin-right: 30px;
    display: inline-block;
  }
  .Footer_logo a {
    -webkit-transition: opacity .1s linear;
    -ms-transition: opacity .1s linear;
    transition: opacity .1s linear;
    display: block;
    line-height: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-repeat: no-repeat;
    width: 129px;
    height: 43px;
    background-image: url(/img/shopstore/sakeotodoke/common/umairu_toplogo.svg);
    background-size: 100%;
  }
  .Footer_address { /*float: left;*/ height: 45px;
    padding-top: 15px;
    display: inline-block;
    text-align: left;
  }
  .Footer_address p {
    line-height: 15px;
    height: 15px;
    font-size: 11px;
    color: #303032;
  }
  .Footer_address p span {
    display: inline-block;
    margin-right: 10px;
  }
  .Footer_line:after {
    clear: both;
  }
  .block-footerlink {
    margin-bottom: 20px;
  }
  .block-footerlink ul {
    display: flex;
    justify-content: center;
  }
  .block-footerlink ul li {
    padding: 0 4px;
  }
  .block-footerlink ul li a, .block-footerlink ul li a img {
    display: block;
  }
  .block-footer a {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
  }
  .block-footer a:hover {
    opacity: 0.7;
  } /*&#65533;i&#65533;r&#65533;Q&#65533;[&#65533;V&#65533;&#65533;&#65533;&#65533;*/ .MAcd .title2 {
    background-color: #F5F5F5;
    padding: 11px 40px 11px 15px;
    font-size: 107%;
    font-weight: bold;
    position: relative;
  }
  .block-mt-common a {
    text-decoration: underline;
    color: #303032;
  }
  .block-mt-common a:hover {
    text-decoration: none;
  }
  .block-mt-accordion li {
    border-top: 1px #E6E6E6 solid;
    border-left: 1px #E6E6E6 solid;
    border-right: 1px #E6E6E6 solid;
  }
  .block-mt-accordion li:last-child {
    border-bottom: 1px #E6E6E6 solid;
  }
  .block-mt-accordion li .body {
    display: none;
    border-top: 1px #E6E6E6 solid;
    padding: 15px;
  }
  .MAcd .body p {
    width: 100%;
    line-height: 2em;
    text-indent: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px #E6E6E6 solid;
  } /*&#65533;&#65533;&#65533;&#65533;&#65533;p&#65533;K&#65533;C&#65533;h/&#65533;&#65533;&#65533;&#33764;&#65533;&#65533;&#65533;&#65533;@/&#65533;&#65533;&#1039;&#65533;&#65533;*/ .parent_box {
    width: 1200px;
    margin: 0 auto;
  }
  .right_block {
    width: 78%;
    float: right;
  }
  .left_block_menu {
    width: 17%;
    float: left;
    margin-left: 10px;
    margin-top: 50px;
  }
  .block-mt-common.wide {
    max-width: 1200px;
  }
  .block-mt-common {
    margin: 0 auto 40px auto;
  }
  .block-mt-h2 h2 {
    margin: 20px 0;
    font-size: 171%;
    font-weight: bold;
    background-color: #eee;
    padding: 6px 10px 4px;
    margin-top: 50px;
  }
  .block2-mt-table table {
    width: 100%;
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
    margin: 20px 0;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .block2-mt-table table tr th {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    padding: 11px 15px;
    background: #f3f3f3;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    vertical-align: top;
  }
  .block2-mt-table table tr td {
    font-size: 14px;
    padding: 8px 15px;
    background: #fff;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    vertical-align: top;
  }
  .h3_heading, .block-mt-h3 h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
    padding: 5px 5px 5px 15px;
    margin: 10px 0;
    position: relative;
  }
  .h3_heading:before, .block-mt-h3 h3:before {
    content: "";
    height: 10px;
    width: 10px;
    left: 0;
    position: absolute;
    top: 40%;
    background: #1c5a8f;
  }
  .block-mt-h4 h4 {
    font-size: 18px;
    margin: 0;
    font-weight: bold;
    color: #333;
    padding-left: 15px;
    margin-bottom: 5px;
    position: relative;
  }
  .block-mt-h4 h4:before {
    content: "";
    height: 8px;
    width: 8px;
    left: 0;
    position: absolute;
    top: 40%;
    border-radius: 50%;
    background: #1c5a8f;
  }
  .page_common_table_ p {
    margin-bottom: 30px;
  }
  .page_common_table_ ol {
    margin-bottom: 30px;
  }
  .fc_red {
    color: #981D1F;
  }
  .fc_blue {
    color: #1750B4 !important;
  }
  .price {
    background-color: transparent !important;
  }
}
.inquiry_button {
  margin: 10px 0px;
  background-color: #D3D3D3;
  width: 100%;
  padding: 10px;
  text-align: center;
}
.inquiry_button a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
.inquiry_box {
  max-width: 620px;
  margin: 0 auto 30px;
  padding: 20px;
  border: 1px solid #C0C0C0;
}
.inquiry_box_l, .inquiry_box_r {
  display: inline-block;
  vertical-align: middle;
}
.inquiry_box_r {
  padding-left: 30px;
} /*繝九Η繝ｼ繧ｹ逕ｨcss*/ /***** news *****/ .news_area {
  width: 1200px;
  margin: 15px auto 50px;
}
.news_areain {
  padding: 5px 20px;
}
.news_area h3.h3_style {
  padding-top: 0 !important;
  margin: 0 0 20px !important;
}
.news_areain .news_list {
  display: flex;
  flex-wrap: wrap;
  max-height: 200px;
  overflow-y: scroll;
}
.news_areain .news_list p.date {
  width: 8%;
}
.news_areain .news_list p.text {
  width: 92%;
  margin-bottom: 10px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.news_areain .news_list a {
  text-decoration: none;
}
.news_areain .news_list a:hover {
  text-decoration: underline;
} 


/*SP&#65533;&#65533;*/ @media only screen and (max-width:768px) { /*             */ /*COMMON HEADER*/ /*             */ .container {
    overflow: auto;
  }
  .pane-header {
    background: #fff !important;
  }
  .block-header-globalnav li a {
    color: #303032 !important;
  }
  .block-header-usernav li a p {
    color: #303032 !important;
  }
	.block-header-usernav p.white{
    color: #fff !important;
  }
	
  .block-headernav-link--btn {
    background: #303032 !important;
	  color: #fff !important;
  }
  #header {
    background: #fff !important;
  }
  #header .block-header-bottom {
    background-color: transparent !important;
  }
  h3.block-category-style-p--item-name:before {
    display: none;
  }
  .h3_line {
    text-align: center;
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
  }
  .h3_line .bg_line {
    position: absolute;
    bottom: 0;
    left: 28%;
  }
  .greeting_area {
    width: 100%;
    background: #fff !important;
    padding: 10px 0;
  }
  .greeting_in {
    width: 90%;
    background: #fff;
    border: 2px solid #f9ebc4;
    margin: 0 auto;
    padding: 15px;
    border-radius: 10px;
  }
  .greeting_in a {
    color: #e3871c;
    font-size: 16px;
    font-weight: bold;
  }
  .arrow01 {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
  }
  .arrow01::before, .arrow01::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .arrow_icon::before {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 25%;
    border-radius: 25%;
    background: #f3aa55;
  }
  .arrow_icon::after {
    left: 3px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  } /*logo*/ #logo img {
    max-width: 120px;
    padding-top: 10px;
  } /*&#65533;n&#65533;&#65533;&#65533;o&#65533;[&#65533;K&#65533;[*/ #header .inner #hnav ul li#gnav_toggle a {
    background: #333 !important;
  } /*&#65533;R&#65533;&#65533;&#65533;e&#65533;&#65533;&#65533;c*/ .block-top-shop-feature {
    padding: 0;
    background: none;
  }
  .slick-slide img {
    margin: 0 auto;
  }
  .btn_renewal {
    text-align: center;
    margin: 20px 0;
  }
  .btn00 { /*&#65533;&#65533;&#65533;&#65533;_&#65533;&#386;&#65533;&#65533;&#37053;&#65533;&#65533;relative&#65533;&#65533;w&#65533;&#65533;*/ position: relative; /*&#65533;{&#65533;^&#65533;&#65533;&#65533;`&#65533;&#65533;*/ text-decoration: none;
    display: inline-block;
    background: #fff;
    color: #303032;
    padding: 10px 40px 10px 30px;
    border-radius: 25px;
    text-align: center;
    outline: none; /*&#65533;A&#65533;j&#65533;&#65533;&#65533;[&#65533;V&#65533;&#65533;&#65533;&#65533;&#65533;w&#65533;&#65533;*/ transition: ease .2s;
  }
  .btn00:hover {
    background: #fff;
  } /* &#65533;&#65533;&#797321;E&#65533;&#584;&#1683;&#65533; */ .btnarrow1::after {
    content: ''; /*&#65533;&#65533;ﾎ配&#65533;u&#65533;&#342;&#65533;&#65533;&#658;u&#65533;&#65533;&#65533;&#65533;&#1986;&#65533;*/ position: absolute;
    top: 42%;
    right: 13px; /*&#65533;&#65533;&#65533;`&#65533;&#65533;*/ width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg); /*&#65533;A&#65533;j&#65533;&#65533;&#65533;[&#65533;V&#65533;&#65533;&#65533;&#65533;&#65533;w&#65533;&#65533;*/ transition: all .3s;
  } /*hover&#65533;&#65533;&#65533;&#65533;&#65533;&#1730;&#1683;&#65533;*/ .btnarrow1:hover::after {
    right: 11px;
  }
  ul.service_list {
    display: flex;
    flex-flow: column;
  }
  ul.service_list li {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #bebdbd;
  }
  ul.service_list li a {
    display: flex;
    align-items: center;
    text-decoration: none;
  }
  ul.service_list li img {
    width: 80px;
  }
  ul.service_list li p {
    padding: 0 10px;
  }
  ul.service_list li p span {
    display: block;
    margin-bottom: 5px;
    font-size: 120%;
    font-weight: bold;
  }
  .campaign_bna {
    margin-bottom: 50px;
  }
  .campaign_bna p {
    border: 1px solid #ccc;
    margin-bottom: 15px;
  }
  .campaign_bna p img {
    max-width: 100%;
    vertical-align: bottom;
    line-height: 1.0em;
  } /*footer*/ .Footer .Info_menu {
    padding-bottom: 45px;
    padding-left: 15px;
    padding-right: 15px;
  }
	
	.button.block-global-search--submit{
		background: #303032 url(../../img/usr/header/ico_search.png) top 9px left 15px no-repeat;
	}
	
  .Footer .Info_menu_item.on {
    background-color: #fff;
  }
  .Footer .Info_menu_item {
    background-color: #f7f8f8;
    margin-bottom: 2px;
  }
  .Footer .Info_menu_item.on .Info_menu_item_word {
    color: #f7f8f8;
    text-decoration: none;
  }
  .Footer .Info_menu_item.on .Info_menu_item_word span {
    padding-left: 20px;
  }
  .Footer .Info_menu_item_word span {
    display: block;
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
  }
  .Footer .Info_menu_item.on .Info_menu_item_word span::after {
    border-color: #f7f8f8;
    left: 0;
    right: auto;
  }
  .Footer .Info_menu_item_word span::after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 7px;
    height: 7px;
    border-top: 1px solid #676f79;
    border-right: 1px solid #676f79;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 0;
  }
  .Footer .Info_menu_item_word {
    display: block;
    width: 100%;
    padding: 0 15px;
    height: 50px;
    color: #676f79;
    text-decoration: none;
  }
  .footerlogo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .footerlogo img {
    min-width: 150px;
    max-width: 15%;
  }
  .block-footerlink {
    margin-bottom: 20px;
  }
  .block-footerlink ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .block-footerlink ul li {
    width: 45%;
    padding: 0 4px 10px;
    text-align: center;
  } /*&#65533;&#65533;&#65533;&#65533;&#65533;p&#65533;K&#65533;C&#65533;h/&#65533;&#65533;&#65533;&#33764;&#65533;&#65533;&#65533;&#65533;@/&#65533;&#65533;&#1039;&#65533;&#65533;*/ .parent_box {
    width: 100%;
    margin: 0 auto;
  }
  .right_block {
    width: 100%;
    clear: both;
    margin: 0 auto 20px;
  }
  .left_block_menu {
    width: 100%;
    clear: both;
    margin: 0 auto 20px;
  }
  .block-mt-common {
    width: 100%;
    margin: 0 auto 20px auto;
  }
  .block-mt-h2 h2 {
    margin: 20px 0;
    font-size: 22px;
    font-weight: bold;
    background-color: #eee;
    padding: 6px 10px 4px;
    margin-top: 20px;
  }
  .block2-mt-table table tr th {
    text-align: left;
    font-size: 22px;
    font-weight: bold;
    padding: 11px 15px;
    background: #f3f3f3;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    vertical-align: top;
    display: block;
    width: 100%;
  }
  .block2-mt-table table tr td {
    padding: 8px 15px;
    background: #fff;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    vertical-align: top;
    display: block;
    width: 100%;
    font-size: 18px;
  }
  .h3_heading, .block-mt-h3 h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
    padding: 5px 5px 5px 15px;
    margin: 10px 0;
    position: relative;
  }
  .h3_heading:before, .block-mt-h3 h3:before {
    content: "";
    height: 10px;
    width: 10px;
    left: 0;
    position: absolute;
    top: 40%;
    background: #1c5a8f;
  }
  .block-mt-h4 h4 {
    font-size: 18px;
    margin: 0;
    font-weight: bold;
    color: #333;
    padding-left: 15px;
    margin-bottom: 5px;
    position: relative;
  }
  .block-mt-h4 h4:before {
    content: "";
    height: 8px;
    width: 8px;
    left: 0;
    position: absolute;
    top: 40%;
    border-radius: 50%;
    background: #1c5a8f;
  }
  .fc_red {
    color: #981D1F;
  }
  .fc_blue {
    color: #1750B4 !important;
  }
  .price {
    background-color: transparent !important;
  }
  .inquiry_box {
    max-width: 100%;
    margin: 0 auto 30px;
    padding: 20px;
    border: 1px solid #C0C0C0;
  }
  .inquiry_box_l, .inquiry_box_r {
    display: block;
  }
  .inquiry_box_r {
    padding: 10px 0 0;
  }
  .inquiry_button {
    margin: 10px 0px;
    background-color: #D3D3D3;
    width: 100%;
    padding: 10px;
    text-align: center;
  }
  .inquiry_button a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
  } /***** news *****/ .news_area {
    width: 100%;
  }
  .news_areain .news_list {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    height: 75px;
    margin: 0 auto;
    overflow-y: scroll;
  }
  .news_areain .news_list p.date {
    width: 100%;
    font-weight: bold;
  }
  .news_areain .news_list p.text {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
	.block-header-usernav .block-header-usernav--cart a{
		background-color: #7B7B7B !important;
	}
}