@charset "UTF-8";
/* CSS Document */

.top_content {
        margin-top: 2rem;
}

.top-search {
        margin-top: 1rem;
        padding: 1.2rem;
        background: #F3F3F3;
}

.top-price {
        margin-top: 1rem;
        padding: 1.2rem;
        background: #F3F3F3;
}

.top-price__list {
        display: flex;
        flex-wrap: wrap;
}

.top-price__list li {
        width: 23%;
	    margin: .5rem 1%;
}

.top-price__list li a {
            position: relative;
	    display: flex;
	    justify-content: center;
	    align-items: center;
		padding: 1rem;
	    border: solid .1rem #EEEEEE;
	    border-radius: .5rem;
	    background: #FFFFFF;
	    font-size: 1.4rem;
	    font-weight: 600;
	    text-align: center;
}

.top-price__list li a::after {
	content: "円以上";
	margin-left: .5rem;
	font-weight: normal;
	font-size: .8rem;
}

.top-price__list li a::before {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 1rem;
	content: "";
	width: 15px;
	height: 15px;
        margin: auto;
	border: 3px solid;
	border-color: #D92B3A #D92B3A transparent transparent;
	transform: rotate(45deg);
}

#top_slider_bnr {
	min-width: 1200px;
	margin: 0 auto;
	background: #fff;
	font-size: 0;
	text-align: center;
}

#top_slider_bnr .bx-wrapper{
   overflow:hidden;
   width:100%;
   margin: 0;
   border: none;
   box-shadow: none!important;
}

#top_slider_bnr .bx-viewport{
  overflow:visible!important;
  width: 775px!important;
  height:302px!important;
  margin: 0 auto!important;
}

#top_slider_bnr li {
  width:775px!important;
}

.bx-controls-direction {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 820px;
  height: 0;
  margin: auto;
}

.bx-prev,
.bx-next {
	top: 140px!important;
}

#top_info_inner {
	padding: 30px 0;
	background: #232f3f;
	text-align: center;
}

#top_info_txt,
#top_info_tel,
#top_contact_btn {
	display: inline-block;
	color: #fff;
	vertical-align: middle;
}

#top_info_tel {
	margin: 0 40px;
	text-align: left;
}

#t_info_tel {
	font-size: 3.4rem;
	font-weight: 500;
	line-height: 1;
}

#top_contact_btn {
	width: 400px;
	margin: 20px auto;
}

#top_contact_btn a {
	position: relative;
	display: block;
	padding: 10px;
	border: solid 1px #fff;
	border-radius: 5px 30px 30px 5px;
	background: url("../images/f_contact_icon.svg") no-repeat 20px center;
	font-weight: 500;
	overflow: hidden;
	z-index: 2;
}

#top_contact_btn a::after {
  content: '';
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
  background: #fff url("../images/f_contact_icon2.svg") no-repeat 20px center;
  z-index: -1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#top_contact_btn a:hover {
	color: #232f3f;
}

#top_contact_btn a:hover::after {
    width: 100%;
}

#top_contact_btn a img {
	position: absolute;
	top: 11px;
	right: 15px;
	width: 20px;
}

#top_contact_btn a svg {
	position: absolute;
	top: 11px;
	right: 15px;
	width: 20px;
	height: 20px;
}

#top_contact_btn a line {
	stroke: #fff!important;
}

#top_contact_btn a:hover line {
	stroke: #232f3f!important;
}

#top_list_tabs {
	margin: 0;
	font-size: 0;
}

#top_list_tabs li {
	display: inline-block;
	width: 19.5%;
	margin: 0 0.6% 0 0;
	vertical-align: top;
}

#top_list_tabs li:last-child {
	margin: 0;
}

#top_list_tabs li a {
	display: block;
	padding: 18px 0;
	border-bottom: solid 4px #fff;
	background: #f3f3f3;
	text-align: center;
}

#top_list_tabs li.current a {
	border-bottom: solid 4px #d92b3a;
	background: #d92b3a;
	color: #fff;
}

#top_list_conts {
	position: relative;
}

.top_list_cont {
	height: auto;
	padding: 30px 0 0;
}

.top_news_ttl {
	margin: 0 0 30px;
	color: #d92b3a;
	font-size: 1.8rem;
	font-weight: 500;
}

.top_news_slider {
	margin: 0;
	padding: 20px 50px;
}

.top_news_slider .tn_slide_prev,
.top_news_slider .tn_slide_next {
	display: block;
	position: absolute;
	top: 35%;
	width: 45px;
	height: 45px;
	padding: 15px 0;
	border-radius: 25px;
	background: #d6d6d6;
	text-align: center;
	z-index: 2;
	cursor: pointer;
}

.top_news_slider .tn_slide_prev .svg ,
.top_news_slider .tn_slide_next .svg {
	width: 15px;
	height: 15px;
}

.top_news_slider .tn_slide_prev svg ,
.top_news_slider .tn_slide_next svg {
	width: 15px;
	height: 15px;
}

.top_news_slider .tn_slide_prev {
	left: -40px;
}

.top_news_slider .tn_slide_next {
	right: -40px;
}

.tn_slide_box {
	position: relative;
	display: table!important;
	margin: 0 15px;
	border: solid 1px #ccc;
}

.tn_slide_box a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.tn_slide_box a:hover {
	background: rgba(0,0,0,0.2);
}

.tn_img,
.tn_info {
	display: table-cell;
	padding: 15px;
	vertical-align: top;
}

.tn_img {
	max-width: 166px;
	width: 40%;
}

.tn_img img{
    width: 238px;
    height: 142px;
    object-fit: cover;
}

.tn_date {
	margin: 0 0 10px;
}

.tn_ttl {
	font-size: 1.3rem;
}

.top_news_list {
	margin: 40px 0 20px;
}

.tnl_dl {
	display: table;
	width: 100%;
	padding: 20px 0;
	border-bottom: solid 1px #ccc;
}

.tnl_dl dt,
.tnl_dl dd {
	display: table-cell;
}

.tnl_dl dt {
	width: 200px;
}

.tnl_dl dt span {
	margin: 0 0 0 10px;
}

.tnl_dl dd a {
	display: block;
}

.top_news_more {
	color: #D92B3A;
	text-align: right;
}

.top_news_more:before {
	content: "▶︎";
	margin: 0 10px 0 0;
	color: #d92b3a;
	font-size: 0.7rem;
}


.top_ranking {
    /*margin: 0 0 4rem;*/
}

.tr_ttl__heading {
	display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 10px;
}

.tr_ttl {
	margin: 0;
	padding-left: .6rem;
	border-left: solid 5px #2B4980;
	font-size: 1.4rem;
	font-weight: 500;
}

.tr_subttl {
	display: block;
	font-weight: normal;
}

.tr_list {
	margin: 0 0 10px;
	padding: 20px 0;
}

.tr_list_inner {
	padding: 0 25px;
}

.tr_list_inner2 {
	font-size: 0;
}

.tr_list_inner .site_box,
.tr_list_inner2 .site_box {
	position: relative;
	margin: 0 0.3%;
}

.tr_list_inner .site_box_inner,
.tr_list_inner2 .site_box_inner {
	margin: 0 10px;
}

.tr_list_inner .sb_inner,
.tr_list_inner2 .sb_inner{
   height: 362px;
}

.tr_list_inner2 .site_box:nth-child(5n) {
	margin: 0 0 0;
}

.tr_list_inner .slide_prev,
.tr_list_inner .slide_next {
	position: absolute;
	top: 45%;
}

.tr_list_inner .slide_prev {
	left: .5rem;
}

.tr_list_inner .slide_next {
	right: .5rem;
}

.tr_list_inner .slide_prev svg,
.tr_list_inner .slide_next svg {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.tr_list_inner .slide_prev:hover svg,
.tr_list_inner .slide_next:hover svg {
	transform: scale(0.8,0.8);
	opacity: 0.5;
}

.rank_icon {
	position: absolute;
	top: 0;
	left: 10px;
	width: 25px;
	height: 25px;
	border-radius: 20px;
	background: #000;
	color: #fff;
	font-size: 0.9rem;
	text-align: center;
	line-height: 25px;
}

.rk1 {
	background: #cdac64;
}

.rk2 {
	background: #c3c3c3;
}

.rk3 {
	background: #c99f80;
}

.tr_more {
        color: #D92B3A;
	text-align: right;
}

.tr_more:before {
	content: "▶︎";
	margin: 0 10px 0 0;
	color: #d92b3a;
	font-size: 0.7rem;
}
.logoicn{
 width: 20%;
    padding: 0px 30px;
    display: inline-block;
    vertical-align: middle;
}
.toptext{
    padding: 10px 10px 10px 55px;
}

.topContent__heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 1.3rem;
}

.top_content_more {
	color: #D92B3A;
	text-align: right;
}

.top_content_more:before {
	content: "▶︎";
	margin: 0 10px 0 0;
	color: #d92b3a;
	font-size: 0.7rem;
}


.top_colum {
	display: flex;
	margin-bottom: 4rem;
	padding: 2% 1%;
	background:#F3F3F3;
}

.top_columnBox {
	width: 23%;
	margin: 0 1%;
}

.columnBox_info {
	display: flex;
	margin: .2rem 0 .5rem;
}

.columnBox_info li {
	margin-right: 1rem;
	color: #646464;
	font-size: .8rem;
}

.columnBox_info li i {
	margin-right: .3rem;
}


.columnBox_title {
	font-weight: normal;
	font-size: 1rem;
}

.top-price__list li a::after {
    content: "円以内";
}

/* 追加 */
.top_news .section-label{
  text-align: center;
}

.top_news_inner {
  max-height: 18rem;
  margin-top: 1rem;
  overflow-x: auto;
border: solid #ddd 1px;
    padding: 10px;
}

.top_news .nlist_box {
    display: block;
  padding: 10px 0;
}

.top_news .nlist_image,
.top_news .nlist_cmnt {
  display: none;
}

.top_news .nlist_info {
  display: flex;
  align-items: center;
  width: 100%;
}

.top_news .nlist_date {
    width: 110px;
    text-align: center;
}

.top_news .nlist_ctg {
    width: 150px;
    text-align: center;
    padding: 4px 6px;
}

.top_news .nlist_ttl {
  width: calc(100% - 220px);
  margin: 0;
}

.top_news .nlist_ttl a {
  font-size: 1.2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
}

.top_news .top_news_more{
    margin-top: 10px;
}

#top_slider_bnr .bx-wrapper .bx-pager{
  position: initial;
  padding: 15px;
    font-size: 0;
}
#top_slider_bnr .bx-wrapper .bx-pager.bx-default-pager a.active{
background: #d92b3a;
}