/* カスタマイズ用CSS */
#page_entry .ec-blockBtn--action{color:#fff;}
    
    
.sb__category ul li.opened:hover {background:none;box-shadow:none;}
.sb__category ul li.opened{background:none;box-shadow:none;}
@media screen and (min-width: 768px) {
    .sb__category > ul ul li {
        padding: 5px;
    }
}


#searchprice ul{padding:0;}
#searchprice dt{background:#0664DE;margin-bottom:10px; color:#fff; border-radius:10px 10px 0 0; padding:10px; text-align:center;}
#searchprice li{list-style:none; border-bottom:#0664DE 1px solid; padding:10px 0;}
.news_tit{max-width:220px;}
.guide_tit{max-width:450px;}
.qa_tit{max-width:280px;}


.ec-progress .ec-progress__item.endbar:after {
    background-color: #0664DE;
}


.wrapform{background:#fff;margin-bottom:30px;}
.ec-orderRole{color: #0664DE;}
.ec-orderAccount__account,.ec-orderDelivery__address,
.ec-orderShipperSelect .ec-input,.ec-orderConfirm .ec-input{padding:10px 20px 20px 20px;}
.column{padding:20px;background:#fff;}
.ec-rectHeading h2{margin-bottom:0; margin-top:30px;}
.ec-orderAccount .ec-rectHeading h2{margin-top:0;}
.ec-blockRadio{padding:20px 20px 0 20px;background:#fff;}
.vt4g_payment_credit{padding:20px;background:#fff;}
.ec-orderProduct .ec-imageGrid{border:none;margin: 0 auto; width:95%;}
.cart__option-cart{margin: 0 auto;width:90%; padding:0 0 20px 0;}
.ec-totalBox .ec-totalBox__btn a {color:#0664de}

    .ec-cartRow .ec-cartRow__contentColumn{    border-bottom: 20px solid #ffe;}
    .ec-cartRow .ec-cartRow__delColumn{ border-bottom: 20px solid #ffe;}
    .cart__option-cart{color:#0664de;max-width: 95%;}
    .cart__option-cart .ec-cartHeader > li:first-child{color:rgba(6,100,222,0.5);
    border-bottom: 1px solid rgba(6,100,222,0.5);;}
    .cart__option-cart .ec-cartHeader > li:not(:first-child){
        border-bottom: 1px solid rgba(6,100,222,0.5);;
        color:rgba(6,100,222,0.5);background-color:#fff;}
    .cart__option-content:not(.last):not(.cart__option-item--total) {
    border-bottom: 1px solid #0664de;
}



.ec-progress .is-complete .ec-progress__label{color: #0664DE;}
.ec-progress .is-complete .ec-progress__number{   
            content:"";
            /*
        position: absolute;
        left:0;
        top:0;*/
        border: none;
        background:url(/html/plugin/Exp/assets/img/common/stepbg@2x.png);
background-repeat: no-repeat;
width:70px; height:71px;background-size:contain;
color: #0664DE;
                padding-top: 10px;
                margin-top: -10px;
                font-weight: bold;
        }
        
        .ec-progress .ec-progress__number {
    background-color: #d9d9d9;
    color: #fff;
    border: none;
    width: 55px;
    height: 55px;
    line-height: 55px;
        }
        .ec-progress .ec-progress__item:after {
    background-color: #d9d9d9;
    top: 2.2em;
}


  .ec-pageHeader h1 span:before{
        content:"";
        position: absolute;
        left:-20px;
        top:30%;
        background:url(/html/plugin/Exp/assets/img/common/ico_flower@2x.png);
background-repeat: no-repeat;
width:15px; height:15px;background-size:contain;}
  .ec-pageHeader h1 span:after{
        content:"";
        position: absolute;
        right:-20px;
        top:30%;
        background:url(/html/plugin/Exp/assets/img/common/ico_flower@2x.png);
background-repeat: no-repeat;
width:15px; height:15px;background-size:contain;}



.rollover {
  position: relative;
 min-height: 44px;

}
.rollover img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	transition: 0.7s;
}
.rollover img:nth-of-type(1) {
	opacity: 0;
}
.rollover:hover img:nth-of-type(2) {
	opacity: 0;
}
.rollover:hover img:nth-of-type(1) {
	opacity: 1;
}

.spprice{background:#FCC208; color:#fff; font-size:10px; font-weight:bold; padding:5px 8px;border-radius:15px;}
.tab_content .price{color:#EF1111; font-weight:bold; font-size:20px;display:flex; align-items:center; }
.item-name-inner{ color: #0664DE;}


.guide-wrap a:hover img{	opacity:0.5;
	transition:0.3s;}
.qa {
    margin: 50px 0 20px 0
}

.qa .answer {
    display: none;
    color: #0664DE;
}

.qa h3 {
    position: relative;
    font-size: 18px;
    margin: 5px 0;
    padding: 15px 10% 15px 15%;
	background: #F4F4F4 0% 0% no-repeat padding-box;
	border-radius: 4px;
	color: #0664DE;
	font-weight: 600;
}

.qa h3:before {
    content: 'Q.';
    display: block;
    color: #0664DE;
    position: absolute;
    left: 10%;
    top: 50%;
	margin-top: -0.7em;
    font-size: 20px;
    font-weight: 600;
}

.qa h3:after {
    content: '\f067';
    display: block;
    color: #0664DE;
    position: absolute;
    right: 10%;
    top: 50%;
	margin-top: -0.7em;
    font-family: "Font Awesome 5 Free";
    font-display: swap;
    font-weight: 900;
}

.qa h3.selected:after {
    content: '\f068';
    display: block;
    color: #0664DE;
    position: absolute;
    right: 10%;
    top: 50%;
	margin-top: -0.7em;
    font-family: "Font Awesome 5 Free";
    font-display: swap;
    font-weight: 900;
}
.qa .answer {
    line-height: 1.8;
    font-size: 0.9rem;
    padding: 28px 10% 52px 15%;
	position: relative;
}
.qa .answer:before {
    content: 'A.';
    display: block;
    color: #0664DE;
    position: absolute;
    left: 10%;
    top: 28px;
    font-size: 20px;
    font-weight: 900;
}
.qa h3:hover {
    cursor: pointer
}

@media screen and (max-width: 767px) {
    .qa .ttl{padding: 0 15px}
    .qa h3 {padding: 28px 8% 26px 12%;}	
	.qa h3:before {left: 3%;}	
	.qa h3:after,.qa h3.selected:after  {right: 3%;}
	.qa .answer { padding: 28px 5% 52px 12%;}
	.qa .answer:before {left: 3%;}
}
	
	
.top-section-headline{display:flex;}
.detail-page{margin-left:auto;font-size:12px;color:#0664DE;}

.top-news-date{position:static; display:block; padding:0;font-size:10px;}
.top-news-list{padding:10px;background: #F4F4F4;  color:#0664DE;}
.top-news-list-inner{padding:0;font-weight:bold;}


.sb__category ul li:hover{background:#CAFD03; box-shadow:0 0 0 3px #0664DE;}
.ec-cartNavi{position:relative;}

.nav__cart .ec-cartNavi__badge{background:none;}
.ec-cartNavi .ec-cartNavi__icon{position:absolute;top:5px;left:5px;
background:url(/html/plugin/Exp/assets/img/common/icon_cartin.png);
background-repeat: no-repeat;
width:15px; height:15px;background-size:contain;}



.slick-slide .rank{max-width:40px;}
.top-section-headline{color:#0664DE;font-weight:bold;}





.search__anchor{width:150px;height: 50px;background-color: #FFFF00; border:3px solid #0664DE;color:#0664DE;font-weight:bold; border-radius:15px;}
.ec-sliderRole{max-width:100%;margin:10px auto;}
.search_wrap{display:flex; padding:0;margin:0 auto 10px; column-gap:10px; flex-wrap:wrap;row-gap:10px;}
.search_wrap a{width:48%;overflow:hidden;will-change: transform;}
.search_wrap a img{width: 100%; }
.search_wrap a img:hover{
    opacity: 0.5;
	transition:0.3s;
}

.ship-data{ background:#8ADAF9;  border:none; text-align:center;}
.ship-data-dt{color:#0664DE;font-weight:bold;text-align: left;}
.ship-data-dt, .ship-data-dd{border:none;line-height:1.7;}
.ship-data-dt:before{display:none;}
.ship-data-dl-wrap{background:#fff; border-radius:15px; padding:10px;}
.ship-data-dl-wrap h4{color:#0664DE;font-weight:bold; border-bottom:1px solid #0664DE;}
.ship-data-limit{background:#fff; border:2px solid #0664DE;justify-content:center;}
.ship-data-limit-headline{border:none;}
.ship-data-limit-tit{font-size:14px;padding:5px 0;background: #0664DE; color:#fff;font-weight:bold; text-align:center; margin:20px auto 0;}
.ship-data-limit-strong{border:none;}
.ship-data-limit-headline{color:#0664DE;}

.sb__category ul li{ border-radius:45px;margin: 10px 0;}
.sb__category ul li a{color:#0664DE;font-weight:bold;}

.pickup-wrap{display:flex;padding:0; width: 100%; justify-content: space-around;column-gap:10px;}
.pickup-wrap li{list-style: none; width:25%;max-width:230px;}
.pickup-wrap li a:hover {
    opacity:0.5;
	transition:0.3s;}
.search__area{border:none;}


@media only screen and (max-width: 769px) {
.pickup-wrap{width: 95%;margin:0 auto;row-gap:10px; flex-wrap:wrap; }
.pickup-wrap li{width:48%;}

.toppage-category-headline{text-align:center;}
.guide-wrap{width: 95%;margin:30px auto;row-gap:10px; flex-wrap:wrap; }
.guide-wrap a{width:100%;}
.search__form{position:relative;padding:0;}
.search__area{width: 95%;margin:0 auto;}
.search__anchor{position:absolute;z-index:9; width:30px; height:30px;top: 10px;left: 20px;}
.search__anchor:not(.opened):after{margin-right: -9px;border-top: 3px solid #0664DE;border-left: 3px solid #0664DE;}
.search__anchor.opened:after{margin-right: -9px;border-top: 3px solid #0664DE;border-left: 3px solid #0664DE;}

    .ec-layoutRole__contentTop {
        padding-top: 70px;
    }
    .ec-cartNavi i+span{ display:none;}
    .nav__cart img{
    max-width: 30px;
        height: auto;}
}



body{background: #ffe;max-width: 100%;        width: 100%;}
.search__area {position:relative;}
.search__area input[type=text].form-control{border:3px solid #0764DE; border-radius:45px;padding: 0 0 0 50px;height: 50px;}
.search__area button{position:absolute;top:8px;right:15px;
background:url(/html/plugin/Exp/assets/img/common/glas.png);background-repeat: no-repeat;
width:25px; height:43px;background-size:contain;}

.ec-cartNavi{text-align:center; color: #0764DE;}
.nav__menu > li{text-align:center; vertical-align:center; max-width:150px;}
.nav__label{display:block;font-size:10px;}

@media only screen and (max-width: 991px) {
    .nav__cart{top:-10px;right:50px;left: auto;}
    .nav__cart img{width:38px; height:auto;}
    .site__header {background: #ffe; width:100%;}
    /*.main__content{margin-top:30px;}*/
}

.nav__secondary{background:none;}

.site__footer{background: #ffe;}
.footer__main{ /*background-color: #0764DE;*/
padding: 180px 0 20px 0;
background-image:url(/html/plugin/Exp/assets/img/common/footer_haikei.png);
background-position: top;
background-size:cover;background-repeat: no-repeat; bottom:0;left:0;right:0;margin: auto;
color: #fff;z-index: 1;}
.cright{font-size:14px;}

 .ft__nav-multiple div{display:flex;flex-wrap:wrap;}

 
@media only screen and (max-width: 991px) {
 .ft__nav-multiple{display: block;width: 90%;margin: 0 auto;}  
 .ft__menu.ft-1{flex:100%; display:flex; flex-wrap:wrap;padding-top: 80px; justify-content: space-between;}
  .ft__menu.ft-1 li.ft__menu-parent{width:100%;}
 .ft__menu.ft-1 li:not(.ft__menu-parent) {width:48%;margin-bottom:0;}
 .ft__menu.ft-2{flex:45%;display:flex; flex-wrap:wrap;}
 .ft__menu.ft-2 li:not(.ft__menu-parent) {width:100%;margin-bottom:0;}
 .ft__nav-multiple div+div{display:block; text-align:center;}
}

@media screen and (min-width: 992px){
.ft__nav-multiple{flex-wrap: wrap;width: 80%;margin: 0 auto;align-items: center;column-gap:20px;}
.ft__nav-multiple div{width:70%;flex-wrap:wrap;display:flex;column-gap:20px;align-items: flex-start;}
.ft__nav-multiple div+div{width:25%;}
.ft__menu{display:flex;flex-wrap: wrap; column-gap:20px;row-gap:5px;margin-bottom:30px;font-size:12px;}

.ft__menu.ft-1{flex:100%; }
.ft__menu.ft-1 li:not(.ft__menu-parent) {width:22%;margin-bottom:0;}
.ft__menu.ft-1 li:nth-last-child(2) {width:7%;}
.ft__menu.ft-1 li:last-child {width:13%;}
.ft__menu.ft-2 li:not(.ft__menu-parent) {width:45%;margin-bottom:0;}
.ft__menu-parent{width:100%;border-bottom: 1px solid #fff; padding-bottom:10px; margin-bottom:5px;}
}


.logo{font-size:10px;}
.logo span{ display:block; margin-bottom:5px}
.sb__category ul li a{ padding-right:30px}
/*#coupon{ display:none;}*/
.product__list .product__code {
    display: block;
}
.ec-radio div.active{background:#cff;}
button.btn.btn__outline-primary{ background-color:#fff; color:#1a5098;}
button.btn.btn__outline-primary:hover{ background-color:#1a5098; color:#fff;}

#customer_detail_box .btn {
    border-color: #ccc;
    background-color: #F5F7F8;
    margin-top: 10px;
    position: relative;
    padding-right: 40px;
}
#customer_detail_box .btn::after {
    content: "\f11c";
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 5px;
    font-family: "Font Awesome 5 Free";
    font-size: 1.2rem;
}
@media only screen and (max-width: 991px){
.logo {
    color:#fff;
}
.logo img {
    margin-top: 0px;
}
}

.main__sidebar_left {
  flex-basis: 320px;
  -webkit-flex-basis: 320px;
  width: 320px;
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.main__sidebar_left {
  flex-basis: 260px;
  -webkit-flex-basis: 260px;
  width: 260px;
}
}


.sb__category ul li a{ font-size:15px;}

div.barLink a[href] i.fa-star {
color: #999;
}
div.barLink a i.fa-star {
color: #ffcc33;
}


.info dl+dl+dl{
    display: none
}
.ec-productRole__profile .barBtn #sample{ display:none;}
.product_name_at p {color:#f00; border:1px solid #f00; padding:10px; margin:0;}

/* #InsertNameRadio{ display:flex !important;} */

#InsertNameRadio input {
  display: none;
}
#InsertNameRadio label {
  background-color: #eee;
  padding: 10px 40px;
  
  border:1px solid #ccc;
}
#InsertNameRadio input:checked + label {background-color: #0664dd;color:#fff;}

#InsertNameRadio .form__radio input:checked + label:before {
    border-color: none;
}

#InsertNameRadio .form__radio label:before,#InsertNameRadio .form__radio label:after {
    display: none;
}

.ec-orderPayment img{ max-width:468px;}

.leftmenuBannerBox{ padding:20px 0;display: flex;flex-wrap:wrap}
.leftmenuBannerBox li{ list-style:none; margin:10px 2px; width:48%;}

.search_new { margin:20px 0;}
.search_new dl { margin-bottom: 0 !important; }
.search_new dt {
  align-items: center;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  display: flex;
  font-weight: 600;
  height: 50px;
  padding: 0 10px;
  position: relative;
  width: 100%;
}

.search_new dt:hover { opacity: .7; }

.search_new dt:after {
  border-bottom: solid 2px #000;
  border-right: solid 2px #000;
  content: '';
  height: 8px;
  margin-top: -4px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: rotate(45deg);
  width: 8px;
}

.search_new dt.on:after { transform: rotate(225deg); }
.search_new dd {
  display: none;
  padding: 1.5em 0;
}
.search_new dt.on dd { display: block; }

.side-search-menu {
  align-items: center;
  border-bottom: 1px solid #ccc;
  display: flex;
  color: #000;
  font-weight: 600;
  height: 50px;
  padding: 0 10px;
  position: relative;
  text-decoration: none;
  transition: .3s;
  width: 100%;
}
@media screen and (max-width: 667px) {}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.side-search-menu:hover {
  color: #000;
  opacity: .7;
  text-decoration: none;
}

.side-search-menu:after {
  border-bottom: solid 2px #000;
  border-right: solid 2px #000;
  content: '';
  height: 8px;
  margin-top: -4px;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 8px;
}
@media screen and (max-width: 667px) {}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.side-search-menu.arrow-right:after { transform: rotate(-45deg); }

.side-search-menu-inner {
  display: block;
  width: 100%;
}
@media screen and (max-width: 667px) {}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.red {
    color: #ff0000;
}



/* site main
==========================================*/
.site__main {
  margin: 0 auto 0;
  padding: 40px 20px;
  width: 1400px;
}
@media screen and (max-width: 991px) {
.site__main {
  margin-top: 20px;
  padding: 0 0 0 0;
  width: 95%;
  overflow: hidden;
}
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
.site__main { width: 100%; }
}
.is-animation + .site__main { margin-top: 0; }



.nav__cart .ec-cartNavi__badge {
    display: none;
}

.ec-cartNavi i+span{margin:0;font-size:10px;display:block;}
.nav__main, .nav__secondary{padding:0;}
.nav__secondary .ec-cartNavi__price{
    display: none;
}
.ec-cartNaviWrap {
    text-align: right;
}
.contentsTitle{
  color: #555;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1.5px;
  margin: 0 0 10px 0;
  padding: 0 0 0 16px;
  position: relative;
}

.ec-pageHeader h1 {
    border-top: none;
    border-bottom: none;
    margin: 0 0 20px 0;
    padding: 8px 0 8px 1em;
    font-size: 1.4rem;
    font-weight: bold;
    /*color: #fff;
    background: #00A0E9;*/
    font-size: 24px;
        color: #0664DE;text-align: center;
        font-weight: bold
}
.contentsTitle:before {
    position: absolute;
    top: -1px;
    left: 0px;
    width: 5px;
    height: 10px;
    background: #00a0e9;
    content: "";
}
.contentsTitle:after {
    position: absolute;
    top: 9px;
    left: 0;
    width: 5px;
    height: 16px;
    background: #777;
    content: "";
}
.ec-mypageRole {
    padding-left: 0;
    padding-right: 0;
}

.btn,
a.btn,
button.btn {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}
.toEntry02 {
    width: 300px;
    font-size: 15px;
    text-align: center;
    margin: 50px auto;
}
.toEntry02 a {
    margin-top: 0;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    border-bottom: 5px solid #b84c00;
    background-color: #eb6100;
    border-radius: 4px;
    padding: 15px 50px 14px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}


.toEntry02 a:hover {
  margin-top: 4px;
  color: #fff;
  text-decoration: none;
  background-color: #f56500;
  border-bottom: 1px solid #b84c00;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
}
.toContact {
    width: 300px;
    font-size: 15px;
    text-align: center;
    margin: 50px auto;
}
.toContact a {
    margin-top: 0;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    border-bottom: 5px solid #0775a7;
    background-color: #00a0e9;
    border-radius: 4px;
    padding: 15px 50px 14px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
.toContact a:hover {
  margin-top: 4px;
  color: #fff;
  text-decoration: none;
  background-color: #f56500;
  border-bottom: 1px solid #b84c00;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
}
.ec-page-inner p{ line-height:1.8;}


ol.pagelink{
  counter-reset:list;
  list-style-type:none;
  font: 14px/1.6 'arial narrow', sans-serif;
  padding:0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;

}
ol.pagelink li{
    list-style:none;
  position:relative;
  color: #fff;
  padding: 0 0 0 0;
  margin: 7px 7px 0 0px;
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 40px;
  background: #1a5098;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  width: 48%;
  text-align: center
}
ol.pagelink li:before{
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 12px;
top:35%;
border-bottom: solid 2px #fff;
border-right: solid 2px #fff;
width: 8px;
height: 8px;
transform: rotate(45deg);
}
ol.pagelink li:hover{
  background: #8393ca;
}
ol.pagelink li a{ color:#fff; display:block;}
ol.pagelink li a:hover{ text-decoration:none;}


  .search__form {
    padding: 20px 10px 10px;
      
  }


.ft__nav-multiple .ft-1 img{ max-width:90%;}

@media screen and (max-width: 991px){
.search__form { padding:0;}
}

@media screen and (min-width: 992px){
.ec-role{    
    max-width: 100%;
}
.ec-layoutRole__mainTop .nav__search {
    display: none;
}

.product__list .products > li {
    margin-bottom: 80px;
}
.ec-cartNavi { min-width:auto;}
.nav__secondary > div:not(.nav__search) i {
    font-size: 30px;
}


.ec-page-inner{ padding:0;}
.ec-pageHeader h1 { font-size:1.6rem} 
.ec-mypageRole {
    padding-left: 16px;
    padding-right: 16px;
}
.ec-role {
    padding-left: 20px;
    padding-right: 20px;
}
.ec-mypageRole .ec-pageHeader h1 {
    margin: 10px 0 48px;
    padding: 8px 0 8px 8px;
}
header {
  position: sticky;
  top: 0;
  z-index: 1000;
  /*height: 90px;*/
  background: #ffe;
  transition: .3s;
}
.nav__main {transition: .3s; justify-content:flex-start; height:90px;max-width: 1400px;margin: 0 auto;}

.is-animation .nav__label.label__hour-open {
    display: inline;
}
.is-animation .account__info br{ display:none;}
.is-animation {
  height: 90px;
}
.is-animation .nav__main {
    height: 90px;
}
.is-animation .logo{
    /*width: 13vw;*/
    margin: 8px 0;
}
.is-animation .logo span{ display:none}
.is-animation .search__anchor {
    /*height: 30px;
    line-height: 30px;*/
}
.is-animation .form__input,.is-animation .form__button {
    /*height: 30px;*/
}
.is-animation .search__area button i {
    font-size: 20px;
}
.is-animation .nav__secondary > div:not(.nav__search) i {
    font-size: 20px;
}
.is-animation .nav__secondary > div:not(.nav__search) a {
    height: 30px;
}
.is-animation .account__info {
    display: none;
}
ol.pagelink li{ width: 24%;}


}


@media screen and (min-width: 992px){
.nav__search {
    width: 40%;
    flex-basis: 40%;
    margin: 0 auto;
}
.ft__nav-multiple .ft-1:last-child {
    flex: 1;
    
}
}

.nav__label{color:#0764DE; margin-top:5px;}
@media screen and (max-width: 1300px) and (min-width: 768px){
.nav__label {
    display: block;
    font-size: 0.7rem;
    margin-top: 5px
}
.nav__menu.pc li{
    text-align: center;
}
}
@media screen and (max-width: 1800px) and (min-width: 992px){
/*.welcome+.nav__phone{ display:none;}*/
.nav__menu.pc li{
    text-align: center;
}
}
.tag_1{
    background-color: #1a5098!important;
    color: #FFFFFF!important;
}
.tag_2{
    background-color: #ff9500!important;
    color: #FFFFFF!important;
}
.tag_3{
    background-color: #1a5098!important;
    color: #FFFFFF!important;
}
.tag_4{
    background-color: #ff9500!important;
    color: #FFFFFF!important;
}
.tag_5{
    background-color: #FF0000!important;
    color: #FFFFFF!important;
}
.tag_6{
    background: linear-gradient(to left, rgb(0, 175, 226), rgb(123, 195, 82), rgb(255, 221, 0), rgb(235, 125, 60), rgb(238, 15, 89))!important;
    color:#FFFFFF!important;
}
.tag_7{
    background-color: #3cb371!important;
    color:#FFFFFF!important;
}
.tag_8{
    background-color: #191970!important;
    color:#FFFFFF!important;
}
.tag_9{
    background-color:#87cefa!important;
    color:#FFFFFF!important;
}
.tag_10{
    background-color:#191970!important;
    color:#FFFFFF!important;
}
.tag_11{
    background-color:#8da0b6!important;
    color:#FFFFFF!important;
}
.tag_12{
    background-color:#8da0b6!important;
    color:#FFFFFF!important;
}
.tag_13{
    background-color:#8da0b6!important;
    color:#FFFFFF!important;
}
.tag_14{
    background-color:#8da0b6!important;
    color:#FFFFFF!important;
}
.tag_15{
    background-color:#8da0b6!important;
    color:#FFFFFF!important;
}
.tag_16{
    background-color:#8da0b6!important;
    color:#FFFFFF!important;
}
.tag_17{
    background-color:#8da0b6!important;
    color:#FFFFFF!important;
}
.tag_18{
    background-color:#dc143c!important;
    color:#FFFFFF!important;
}

/* トピックスライダー */
.slick-prev, .slick-next{z-index:996;}

.slick-dots {
	position: absolute;
	bottom: -45px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;

	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 48px;
	height: 48px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	content: " ";
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 6px;
	text-align: center;
	opacity: .25;
	background-color: black;
	border-radius: 50%;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	background-color: black;
}

.slick-dots li button.thumbnail img {
	width: 0;
	height: 0;
}


.selectbox-6 {
    position: relative;
}

.selectbox-6::before,
.selectbox-6::after {
    position: absolute;
    right: 15px;
    width: 9px;
    height: 6px;
    background-color: #0664DE;
    content: '';
    pointer-events: none;
}

.selectbox-6::before {
    top: calc(50% - 9px);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.selectbox-6::after {
    bottom: calc(50% - 9px);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.selectbox-6 select {
    appearance: none;
    border-radius: 25px;
    min-width: 230px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #0664DE;
    border-radius: 3px;
    background-color: #fff;
    color: #0664DE;
    font-size: 1em;
    cursor: pointer;
    background: #fff;
}