﻿body{
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", “Noto Sans”, “Noto Sans CJK JP”, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	background: #fff;
	border-bottom: 1px solid #dddddd;
}
#top-header{
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	zoom: 1;
	padding: 10px 0;
}
#top-header:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}

#top-header .logo{
    display: inline-block;
    float: left;
	/*position:absolute;*/
	/*top:10px;*/
	/*left:70px;*/
}
#top-header .logo img{
    max-height: 60px;
    margin-top: 0;
}
.menu_right{
    float: right;
	/*position:absolute;*/
	/*right:0;*/
	/*top:50%;*/
	/*transform: translateY(-50%);*/
}
.header-nav .nav{
	text-align:center;
}
.header-nav .nav > li{
	display:inline-block;
	float: none;
}
.header-nav .nav > li > a{
	color: #000;
	font-weight:500;
	padding: 10px 20px;
}
.fa.fa-angle-down{
	padding-left:10px;
}
.dropdown-menu{
	padding: 10px 0;
	border-radius: 0;
	top: 95%;
}
.dropdown-menu>li>a{
	font-size:15px;
	line-height: 2em;
	padding: 4px 0;
}
header .dropdown-menu>li>a{
	padding:4px 20px;
}
header .dropdown-menu>li>a{
	
}
header .dropdown-menu>li>a:hover{
	
}
.fix_menu{
	width: 100%;
	left: 0;
	top: 74px;
	position: fixed;
	padding: 40px;
	border-top: solid 1px #f0f0f0;
	z-index: 1;
}
.header-logo, .header-nav{
	display: block;
}
#open_tel{
	cursor:pointer;
}
#kaitori_tel{
	background:rgba(0,0,0,0.84);
	position: fixed;
	width:100%;
	height:100%;
	left: 0;
	top:0;
	z-index:12;
	display: none;
}
#kaitori_tel .box{
	width: 400px;
	padding: 20px 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
}
#kaitori_tel .box h2{
	font-size:28px;
	margin: 0;
	font-weight: 600;
}
#kaitori_tel .box p{
	font-size:15px;
	color: #666;
	padding: 0 11px;
	margin-bottom:20px;
	line-height:1.6em;
}
#kaitori_tel .box img{
	max-width:100%;
	margin-bottom:5px;
}
#kaitori_tel .box h2 img{
	width:60px;
	margin-bottom:0;
}
#kaitori_tel .tel_close{
	position:absolute;
	right:80px;
	top: 40px;
	cursor: pointer;
}
.newbanner{
    position: relative;
}
.newbanner .swiper{
    padding: 0 120px;
    box-sizing: border-box;
}
.newbanner .swiper img{
    max-width: 100%;
}
.newbanner .swiper{
    --swiper-navigation-color: #ffffff;/* 单独设置按钮颜色 */
}
.newbanner .swiper-button-prev{
    left: 40px;
}
.newbanner .swiper-button-next{
    right: 40px;
}
#slider{
	margin-top:110px;
}

.top_category{
	width:100%;
	padding:10px 20px 40px;
	max-width:1280px;
	margin:0 auto;
}
.top_category.new{
    display: block;
}
.top_category h2{
	font-size:21px;
	color:#000;
	margin-bottom:20px;
	font-weight: bold;
}
.top_category .list{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	text-align: center;
}
.top_category .list .n-title{float:left; margin-left:10px; margin-right:10px; width:48%; line-height:36px; list-style:none; font-size:18px;}
.top_category .box{
	width:220px;
	margin: 0 50px;
}
.top_category .box img{
	max-width:90%;
	margin-bottom:8px;
	transition:0.4s;
}

.top_category .box .weizi{width:220px; height:50px; line-height:50px; border:1px solid #dedede; color:#000; text-align:center; margin-top:20px; font-weight:100; font-size:16px;}
.top_category .box img:hover{
	transform: scale(1.05);
}
.top_category .box a{
	color:#000;
	font-weight:600;
	font-size:16px;	
	text-decoration:none;
}



.top_category1{
	width:100%;
	padding:10px 20px 40px;
	max-width:1280px;
	margin:0 auto;
}
.top_category1.new{
    display: block;
}
.top_category1 h2{
	font-size:21px;
	color:#000;
	margin-bottom:20px;
	font-weight: bold;
}
.top_category1 .list{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	text-align: center;
}
.top_category1 .box{
	width:10.5%;
	margin: 0 20px;
}
.top_category1 .box img{
	max-width:100%;
	margin-bottom:8px;
	transition:0.4s;
}
.top_category .box img:hover{
	transform: scale(1.05);
}
.top_category .box a{
	color:#000;
	font-weight:600;
	font-size:16px;	
	text-decoration:none;
}




.top_news{
	padding: 40px 80px;
	background: #f7f7f7;
	border-radius: 20px;
}


.top_method{
	width:100%;
	padding:20px 20px 50px;
	max-width:1280px;
	margin:0 auto;
}
.top_method .list{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	text-align: center;
}
.top_method h2{
	font-size:22px;
	color:#000;
	margin-bottom:28px;
	font-weight: bold;
}
.top_method .box{
	width:31.8%;
}
.top_method .box img{
	max-width:100%;
	transition: 0.4s;
}
.top_method .box img:hover{
	transform: scale(1.05);
}

.top_merit{
	width:100%;
	padding:40px 20px;
	max-width:1280px;
	margin:0 auto;
}
.top_merit .list{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	
}
.top_merit h2{
	font-size:22px;
	color:#000;
	font-weight: bold;
	margin-bottom:40px;
	
}
.top_merit .box{
	width:28%;
	margin-bottom: 28px;
background:#e7e7e7;
padding:12px;
	
	
}
.top_merit .box-right{ width:70px; float:right;}
.top_merit .box img{
	width:70px;
	/*margin:0px auto;*/float:right;
margin-top:50px;
}
.top_merit .box-left{ width:240px; float:left;}
.top_merit h3{
	font-size: 18px;
	font-weight: bold;
	color: #222;
	margin-bottom: 15px;
	text-align:left;
}
.top_merit p{
	font-size: 15px;
line-height: 1.8em;
text-align:left;
}

.anime_zoom{
    -webkit-transform: scale(0);
    transform: scale(0);
}
.anime_zoom.ac{
    -webkit-animation: scaleBounceOut .8s normal forwards;
    animation: scaleBounceOut .8s normal forwards;
}

@keyframes scaleBounceOut {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    70% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
}
.anime_zoom.zoom1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.anime_zoom.zoom2 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.anime_zoom.zoom3 {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.anime_zoom.zoom4 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.anime_zoom.zoom5 {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s
}

.anime_zoom.zoom6 {
    -webkit-animation-delay: 2.0s;
    animation-delay: 2.0s
}
.anime_left {
    transition-property: opacity, transform;
    transition-duration: 0.8s;
    transition-timing-function: cubic-bezier(0.000, 0.295, 0.500, 1.000);
    opacity: 0;
    -webkit-transform: translate(-20px, 0px);
    transform: translate(-20px, 0px);
}
.anime_right{
	transition-property: opacity, transform;
    transition-duration: 0.8s;
    transition-timing-function: cubic-bezier(0.000, 0.295, 0.500, 1.000);
    opacity: 0;
    -webkit-transform: translate(20px, 0px);
    transform: translate(20px, 0px);
}

.anime_left.ac, .anime_right.ac {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}



#footer{
	/*background: #000;*/
	padding: 80px 0 20px;
background:url(bot_1920x298.png) center no-repeat;
}
.footer_logo{
	margin-bottom:40px;
	margin-left:-4px;
}
#footer p{
	color: #fff;
	font-size:13px;
	line-height: 1.6em;
}
.footer_list{
	margin-top:60px;
}
#footer-copyright{
	background: #484f77;
	padding-bottom:10px;
	padding-top:20px;
}
.footer_list a{
	font-size:12px;
	color: #fff;
	margin-right:20px;
}
#footer-copyright p{
	font-size:12px;
	color: #fff;
}
.dis_top_only{
	display: none;
}


/*インナーページ*/
.keitai_top{
	width: 100%;
	background-image:url(/img/keitai_top_bg.jpg);
	background-size:cover;
	background-position:center;
	background-repeat: no-repeat;
	padding: 50px 20px;
	margin-top: 76px;
}
.keitai_top .box{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	max-width: 1240px;
	margin: 0 auto;
}
.keitai_top .box_left{
	width: 40%;
	text-align: left;
}
.keitai_top h2{
	font-size: 41px;
	font-weight: bold;
	text-align: left;
	line-height: 1.4em;
	margin-bottom: 15px;
}
.keitai_top p{
	font-size: 21px;
	font-weight: 500;
}
.keitai_top .box_right{
	width:58%;
}
.keitai_top .box_right img{
	max-width:100%;
}
.bg-red{
	background: #00acac!important;
}
.bg-red a{
	color: #fff!important;
	font-weight: bold;
}
.bg-blue-darker{
	background: #0d6dc7!important;
}
.bg-blue-darker a{
	color: #fff!important;
	font-weight: bold;
}
.bg-green-darker{
	background: #008388!important;
}
.bg-green-darker a{
	color: #fff!important;
	font-weight: bold;
}
.bg-orange{
	background: #e39521!important;
}
.bg-orange a{
	color: #fff!important;
	font-weight: bold;
}
.search-container .search-sidebar{
	border: none;
}
.search-item-container{
	border:none;
}
.search-item-container:before, .search-item-container:after, .search-item-container .item-row:before, .search-item-container .item-row:after{
	content: none;
}
.search-item-container .item-row .item{
	border: none;
	position:relative;
	padding: 18px 15px 80px;
}
.ec-productRole.product-class-option-set{
	margin-top: 10px;
	position: absolute;
	bottom: 5px;
	left: 5%;
	width: 90%;
}
.kyoka{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.biko_main{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    display: none;
    z-index: 5;
    text-align: center;
}
.biko_main .box{
    width: 400px;
    padding:20px 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    background: #fff;
    white-space: normal;
}
.go_biko{
    color: red;
    text-decoration: underline;
    font-size: 12px;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 15px;
    height:20px;
    display: block;
}
.go_biko img{
    width: 18px;
    margin-right: 4px;
}
.biko_main h3{
    font-size: 17px;
    font-weight:600;
    margin-top: 0;
    color: red;
}
.biko_main p{
    color: #000;
    text-align: left;
    font-size: 15px;
}

.ec-blockBtn--action{
	background-color: #f15a24;
border-color: #f15a24;
display: inline-block;
margin:5px;
}
.item.item-thumbnail .item-price{
	font-weight:bold;
	font-size:18px;
	color: #ff5b57;
	padding: 50px 10px;
}
.bg-green{
	background: #008388 !important;
}
.search-item-container .item-row{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    text-align: center;
}
.search-item-container .item-row::before{
  content:"";
  display: block;
  width:24%;
  order:1;
}
.search-item-container .item-row::after {
display: block;
content:"";
width: 24%;
}
.item-product-list {
    width:24% !important;
    height: auto!important;
    padding: 15px;
    margin-bottom:12px;
}
.form-check input[type="radio"] {
	position: absolute;
	margin-top: 2px;
	margin-left: -20px;
}
.form-check {
	position: relative;
	/*display: inline-block;*/
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	vertical-align: middle;
	cursor: pointer;
    font-size:15px;
    font-weight: 400;
}
.form-check .form-check-label.required{
	color: #5e5e5e;
	font-weight: 500;
	font-size:14px;
}
.form-check + .form-check {
	margin-top: 0;
	/*margin-left: 10px;*/
}

.ranktype {
	height: 28px !important;
	font-size: 14px;
	line-height: 18px;
	}
.quantity {
	width: 72px !important;
	height: 28px !important;
	padding: 0px 0px;
    margin: 0px 0px;
    margin-bottom:5px !important;
	font-size: 12px;
	line-height: 12px;
    text-align: right;
	}

.item.item-thumbnail .item-image {
    width: 100% !important;
    height: 120px !important;
    padding:0;
    margin-bottom:10px;
}
.item.item-thumbnail .item-image img {
    max-width: 100% !important;
    max-height: 100% !important;
}
.item.item-thumbnail .item-image .prod1 {
    position: absolute;
    top: 1px;
    left: 1px;
    line-height: 20px;
    padding: 2px 10px;
    color: #fff;
    background: #2d353c;
    font-weight: 600;
    font-size: 12px;
}
.item.item-thumbnail .item-image .prod2 {
    position: absolute;
    bottom: 1px;
    left: 1px;
    line-height: 20px;
    padding: 2px 10px;
    color: #fff;
    background: #2d353c;
    font-weight: 600;
    font-size: 13px;
}
.item.item-thumbnail .item-image .prod3 {
    position: absolute;
    top: 1px;
    right: 1px;
    line-height: 20px;
    padding: 2px 10px;
    color: #fff;
    background: #2d353c;
    font-weight: 600;
    font-size: 13px;
}
.item.item-thumbnail .item-image .prod4 {
    position: absolute;
    bottom: 1px;
    right: 1px;
    line-height: 20px;
    padding: 2px 10px;
    color: #fff;
    background: #2d353c;
    font-weight: 600;
    font-size: 13px;
}

.item.item-thumbnail .item-info {
  
}

.item-qa-block {
    display: block;
    position: relative;
    height: 78px !important;
}
.item-qa-btn {
    width:100%;
	height: 28px !important;
    line-height: 28px;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    bottom: 20px;
}

.border-item { /*border: 1px solid #eee !important;*/ }

.item.item-thumbnail .item-title,
.item.item-thumbnail .item-title a {
    word-break: break-all;
    width:100%;
    text-align: left;
    margin-bottom: 5px;
    font-size:13px;
    color: #5e5e5e;
}
.item.item-thumbnail .item-desc{
    text-align: left;
    font-size: 11px;
}
.item.item-thumbnail .product-desc {
    height: 14px;
}
.ec-productRole{
    padding:0;
    text-align:left;
    margin-top: 10px;
}

.new-product-icon {
	padding: 2px 5px !important;
	background: #f59c1a !important;
	color: #fff !important;
    display: inline-block;
}

.mem-product-icon {
	margin: 1px 1px !important;
	padding: 1px 5px !important;
	background: #f59c1a !important;
	color: #fff !important;
}
.ec-searchnavRole{
	padding:0;
	margin-bottom: 20px;
}
.tag-not-selected {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 0px;
    text-decoration: none;
	background-color: #fff;
    padding: 8px 40px;
    border-radius: 10px;
    font-size:14px;
    font-weight:bold;
    color: #808080;
    margin-right:10px;
    margin-bottom:10px;
}
.do-product-list-without-tag.tag-selected{
    background:#808080;
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    padding: 8px 40px;
    border-radius: 10px;
    font-size:14px;
    font-weight:bold;
    border:none;
    margin-right:10px;
    margin-bottom:10px;
}
.search-item-container .dropdown-menu{
	/* width: 100%; */
	width: 80px;
	text-align: center;
	box-shadow: 1px 1px 20px rgba(0,0,0,0.2);
	padding: 0;
}
.search-item-container .dropdown-menu .form-check{
	font-size:12px;
}
.panel-inverse > .panel-heading{
    background: none;
    padding:15px 0;
}
.panel-heading.title.bg-white{
    padding: 10px 15px;
}
.panel-inverse > .panel-heading .panel-title{
    font-size:14px;
    color: #808080;
}
.panel-inverse > .panel-heading .tyui{
    font-size: 17px;
    font-weight: bold;
    color: #ff0000!important;
}
.panel-inverse > .panel-heading .tyui img{
    padding-right: 8px;
}
.panel-inverse > .panel-heading .tyui span img{
	transform: rotateZ(180deg);
	padding: 0 4px;
	transition: 0.4s;
	
}
.panel-inverse > .panel-heading .tyui.collapsed span img{
	transform: rotateZ(0);
	padding: 0 4px;
}

.panel{
    background:none;
}
.panel-inverse > .panel-heading .tyui span{
    float: right;
    color: #888;
    font-size: 14px;
    font-weight: 500;
}
#notice-1{
    background: #fff;
}
.ec-numberInput input[type='number']{
    border-radius:0;
}
.ec-contactRole{
	margin-top:76px;
}
.ec-pageHeader{
	padding-top: 50px;
}
.ec-pageHeader h1{
	border: none;
color: #000;
font-size:34px;
text-align: center;
margin-bottom: 0;
}
.ec-contactRole p{
	font-size:16px;
	text-align: center;
	color: #000;
}
.ec-contactConfirmRole p{
	font-size:16px;
	text-align: center;
	color: #000;
	margin: 16px 0;
}
.search-item-container .ec-numberInput input[type='number']{
	padding: 6px;
max-width: initial;
width: 34%!important;
float: left;
margin-right: 10px;
}

.faq_top{
	width:100%;
	background-image: url(/img/faq_top.jpg);
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	padding:140px 20px;
	margin-top:76px;
}
.faq_top .box{
	width:100%;
	max-width:1000px;
	margin:0 auto
}
.faq_top h1{
	font-size:38px;
	color:#000;
	font-weight: bold;
	text-align: left;
}
.faq_main{
	width:100%;
	max-width:1000px;
	padding: 20px 20px;
	margin: 0 auto;
}
.faq_main .panel-group .panel{
	border-bottom: solid 1px #ddd;
	margin-top:0;
}
.faq_main h4{
	font-size:18px;
	margin: 0;
}
.faq_main h4 a{
	color: #000;
	display:block;
	position:relative;
}
.faq_main h4 a span{
	color: #f15a24;
	font-size: 22px;
	padding-right: 10px;
	font-weight: bold;
}
.faq_bt .faq_icon{
	transition:0.2s;
	transform: rotate(0deg);
	position: absolute;
	right: 0;
	top: 0;
}
.faq_bt.ac .faq_icon{
	transform: rotate(-180deg);
}
.faq_main .panel-body{
	border-top:none!important;
	font-size:17px;
	padding: 5px 24px;
}
.faq_main h4 a:hover{
	text-decoration: none;
}
.faq_main .panel-inverse .panel-heading{
	padding:20px 0;
}
.faq_main .panel-body p{
	color:#222;
}
.faq_main .panel-body p a{
	color:#000;
	text-decoration:underline;
}
.sidebar{
	z-index:1;
	margin-bottom:10px;
}
.page-with-light-sidebar .sidebar .nav > li .sub-menu{
	background: #fff;
	padding: 10px 0 10px 20px;
}
.sidebar .sub-menu > li > a{
	padding: 8px 5px;
	color: #0e0e0e;
}
.sidebar .sub-menu:before{
	content: none;
}
.page-with-light-sidebar .sidebar .nav > li .sub-menu:before{
	content:none;
}
.sidebar .sub-menu > li > a:before{
	content: none;
}
.page-with-light-sidebar .sidebar .nav > li .sub-menu > li > a:before{
	content: none;
}
.page-with-light-sidebar .sidebar .nav > li.expand > a{
	background:none;
	border-bottom:solid 1px #ddd;
}
.page-with-light-sidebar .sidebar .sub-menu > .border-bottom-1{
	border-bottom:none!important;
}
.no-product-top{
	padding: 20px 28px;
	background: #fff;
	margin-bottom: 20px;
    background: #f7f7f7;
    width: 83.33333%;
    margin: 0 auto 20px;
}
.no-product h2{
	font-size: 21px;
	color: #ff5b57;
	font-weight: bold;
	margin: 0;
	padding-bottom: 20px;
}
#ctinfo{
    max-height: 260px;
    overflow-y: scroll;
}
.no-product-top h3 {
    font-size: 21px;
    color: #666;
    font-weight: bold;
    margin: 0;
    padding-bottom: 20px;
}
.no-product p{
	font-size: 14px;
	color: #666;
	font-weight: 500;
	margin-bottom: 0;
	text-align: left;
}
.no-product h3{
	font-size:21px;
	color: #666;
	font-weight: bold;
	margin:0;
	padding-bottom:20px;
}
.no-product-top li{
	list-style: none;
}
.no-product-top .form-control{
	background: #eee;
	border:none;
	border-radius: 0;
}
.contact_bg .no-product-top .form-control{
	background:#fff;
}
.no-product-top .form-control::placeholder{
	color: #666;
}
.no-product-top li{
	margin-bottom:15px;
	font-size:16px;
}
.no-product-top button{
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	border-radius: 0;
}

.no-product-top .label{
	font-size: 16px;
	margin-right: 5px;
	color: red;
	background: none;
	padding: 0;
}
.no-product-main{
	padding: 20px 28px;
	background: #fff;
	margin-bottom: 20px;
}
.contact_bg .no-product-main{
	background:#f7f7f7;
}
.no-product.contact_bg .ec-borderedDefs{
	border-top: none;
}
.ec-borderedDeff .no-product-main dt{
	font-size:14px;
	padding-top: 9px;
	font-weight:500;
}
.contact_bg .ec-borderedDefs dt{
	padding-top: 10px;
}
.ec-borderedDeff .no-product-main dt .ec-label{
	font-weight:400;
}
.contact_bg .ec-borderedDefs dt .ec-label{
	font-weight:500;
}
.ec-borderedDeff .no-product-main dl{
	border-bottom:none;
}
.contact_bg .ec-borderedDefs dl{
	border-bottom:none;
}
.no-product-main input{
	 background: #eeeeee;
	 border:none;
	 border-radius: 0;
}
.contact_bg .no-product-main input{
	background:#fff;
}
#contact_address_pref{
	background: #fff;
	background-image: url(/img/contact_menu.svg);
    background-size: 40px;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    width: 40%;
    background-position: right center;
    background-color: #fff;
    height: 40px;
}
.ec-zipInputHelp span{
	font-size:14px;
}
.no-product-main textarea{
	background: #eeeeee;
	 border:none;
	 border-radius: 0;
}
.contact_bg .no-product-main textarea{
	background:#fff;
}
.ec-blockBtn--action{
	background: #00acac;
	border-color: #00acad;
}
.contact_bg .no-product-top{
	background:#f7f7f7;
}
.ec-contactConfirmRole{
	margin-top:76px;
}

.ec-role{
	margin-top:76px;
}
.ec-login{
	background: none;
	width: 100%;
	max-width:440px;
	margin: 0 auto;
	padding: 28px 20px;
}
.ec-login .ec-input input{
	border: solid 1px #000;
	border-radius: 0;
}
.ec-login .ec-blockBtn--cancel{
	max-width:100%;
	width:100%;
	background: #444;
	border: none;
}
.ec-login .ec-blockBtn--cancel:hover{
	background:#000;
}
.ec-login .ec-login__input{
	margin-bottom:20px;
}
.ec-blockBtn--cancel{
	line-height:1.6em;
	height: initial;
	background: #000;
	padding:10px;
	vertical-align:top;
}
.ec-login .form-check{
	padding-left:0;
	font-size:14px;
}
.ec-login .ec-login__link{
	margin-left:0;
	margin-top: 15px;
}
.ec-login .ec-login__link a{
	margin-right: 25px;
	color: #222;
	text-decoration: underline;
}
.ec-forgotRole{
	max-width: 640px;
	margin-top:28px;
}
.ec-forgotRole .ec-forgotRole__intro{
	font-size: 15px;
	color: #222;
	margin-bottom: 28px;
}
.ec-blockBtn--action{
	padding: 10px;
	width: 200px;
	height: initial;
	line-height: 1.6em;
}
.ec-registerRole{
	margin-top:76px;
}
.ec-borderedDefs dl{
	border:none;
}
.ec-registerRole form{
	background: #f7f7f7;
	padding: 20px 28px 20px;
	border-radius:10px;
}
.ec-registerRole .ec-halfInput input{
	background: #fff;
	border:none;
	border-radius: 0;
}
.ec-registerRole .ec-input input{
	background: #fff;
	border:none;
	border-radius: 0;
}
.register_kakunin{
	background: #f7f7f7;
	padding: 28px 40px;
}
.register_kakunin p{
	font-size: 16px;
color: #000;
margin-bottom: 20px;
text-align: center;
}
.register_btn{
	width:100%;
	display: block;
	text-align:center;
}
.ec-blockBtn--cancel{
	width: 200px;
	display: inline-block;
	background: #818181;
	border-color: #818181;
	
}
.ec-pager .ec-pager__item--active a{
	background: #fff;
	border-radius: 50%;
}
.register_btn .ec-blockBtn--cancel{
	margin:5px;
}
.register_kakunin .ec-blockBtn--cancel{
	width: 200px;
	display: inline-block;
	background: #818181;
	border-color: #818181;
}
.register_kakunin .ec-blockBtn--action{
	display: inline-block;
vertical-align: top;
}
.register_kakunin .ec-borderedDefss dl{
	background: #fff;
	margin-bottom: 10px;
	padding: 0 20px;
}
.register_kakunin .ec-borderedDefs dl{
	background: #fff;
	margin-bottom: 10px;
	padding: 0 20px;
}
.register_kakunin .ec-required{
	display: none;
}
.ec-registerCompleteRole h2{
	font-size:24px;
	color: #444;
}
.ec-registerCompleteRole p{
	font-size:15px;
	color:#000;
}
.ec-registerCompleteRole{
	max-width: 800px;
}
.ec-blockBtn--cancel{
	max-width: 200px;
	margin: 0 auto;
}
.ec-registerRole .ec-borderedDefss{
	border: none;
}
.ec-registerRole .ec-borderedDefs{
	border-top:none;
}
.ec-registerRole .ec-pageHeader h1{
	margin-bottom:28px;
}
.guide_top{
	width:100%;
	background-image: url(/img/guide_top.jpg);
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	padding:120px 20px;
	margin-top:76px;
	background-color: #efefef;
}
.guide_top .box{
	width:100%;
	max-width:1000px;
	margin:0 auto
}
.guide_top h1{
	font-size:38px;
	color:#000;
	font-weight: bold;
	text-align: left;
}
.guide_main{
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 80px 20px;
}
.guide_main h2{
	font-size: 28px;
	font-weight: 600;
	color: #000;
	margin-bottom: 40px;
}
.guide_main h3{
	padding: 10px 15px;
	background: #d5e7f7;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	line-height: 38px;
	margin-top:40px;
	margin-bottom: 28px;
}
.guide_main h3 img{
	width: 38px;
	margin-right: 10px;
	vertical-align: top;
}
.guide_main h4{
	font-size: 18px;
	font-weight: bold;
	color: #111;
	margin-bottom: 10px;
}
.guide_main p{
	font-size: 16px;
	color: #000;
	line-height: 1.6em;
	margin-bottom: 28px;
}
.guide_bg{
	background: #f7f7f7;
}
.guide_main ul li{
	font-size: 16px;
	font-weight: bold;
	color: #111;
	margin-bottom: 10px;
}
.privacy{
    width:100%;
    max-width:900px;
    padding:80px 20px;
    margin:0 auto;
}
.privacy h1{
    margin-bottom:40px;
}
.privacy p{
    color: #111;
}
.ec-layoutRole__main{
	margin-top:76px;
}
.mypage .ec-historyListHeader{
	color: #000;
	font-weight: 600;
	margin-bottom: 10px;
}
.ec-navlistRole .ec-navlistRole__navlist{
	border: none;
}
.ec-navlistRole .ec-navlistRole__item{
	border-color: #fff;
	background: #ededed;
}
.ec-navlistRole .active{
	background: #00acac;
}
.ec-navlistRole .ec-navlistRole__item a{
	color: #111;
}
.ec-navlistRole .active a{
	color:#fff;
}
.ec-welcomeMsg{
	font-weight: 600;
}
.ec-navlistRole .ec-navlistRole__item a:hover{
	background: #ddd;
	color: #111;
}
.mypage_logout{
	float:right;
	color: #000;
	text-decoration:underline;
}
.ec-blockTopBtn{
	background: none;
	width:initial;
	height: initial;
}
.flow_top{
	width:100%;
	margin-top:105px;
}
.flow_top .box{
	width: 100%;
	max-width:1180px;
	padding:0 20px;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	margin-bottom: 80px;
}
.flow_top .box_left{
	width:50%;
	text-align: left;
}
.flow_top .box_right{
	width:20%;
}
.flow_top h1{
	font-size:40px;
	color:#2f2f2f;
	font-weight: bold;
	margin-bottom:10px;
}
.flow_top p{
	font-size:18px;
	color:#000;
}
.flow_main{
	width:100%;
	max-width:1140px;
	padding:0 20px;
	margin:0 auto;
}
.flow_main .flow_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	text-align: center;
	width: 100%;
	position:relative;
	border-left:solid 1px #000;
	padding-bottom: 80px;
}
.flow_main .flow_one{
	width:2%;
}
.flow_main .flow_img{
	width:38%;
}
.flow_main .flow_text{
	width:55%;
	text-align: left;
	background-image:url(/img/flow_icon1.png);
	background-size:140px;
	background-position: right bottom 20px;
	background-repeat: no-repeat;
	padding-left: 50px;
}
.flow_main .flow_one span{
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	color: #fff;
	padding: 5px 12px;
	margin-left: -16px;
}
.flow_main .flow_text h2{
	font-size:24px;
	color: #222;
	margin-bottom:20px;
	margin-top:0;
}
.flow_main .flow_text p{
	font-size:17px;
	line-height:1.8em;
	color:#000;
	margin-bottom:20px;
}
.flow_main .flow_text p a{
	color: #266eef;
	text-decoration:underline;
	font-weight:500;
}
.flow_main .flow_text small{
	line-height: 1.6em;
	display: block;
	font-size: 14px;
}
.flow_main .flow_text h3{
	font-size:21px;
	font-weight:400;
	color: #000;
}
.flow_main .flow_text ul{
	padding:0;
	margin-bottom:20px;
}
.flow_main .flow_text li{
	list-style: none;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.7em;
}
.flow_bns{
	width:100%;
	max-width:1140px;
	padding:0 20px;
	margin:0 auto;
}
.flow_bn{
	background-color: #f0f0f0;
	background-size:auto 90%;
	background-position:left 80px center;
	padding:60px 80px;
	background-repeat:no-repeat;
	border-radius:10px;
	margin-bottom:40px;
}
.flow_bn.bn1{
	background-image: url(/img/flow_bn1.png);
}
.flow_bn.bn2{
	background-image: url(/img/flow_bn2.png);
}
.flow_bn.bn3{
	background-image: url(/img/flow_bn3.png);
}
.flow_bn h2{
	font-size:34px;
	font-weight: bold;
	color:#000;
	margin-bottom:10px;
	margin-top:0;
}
.flow_bn .box{
	padding-left:50%;
}
.flow_bn p{
	font-size:17px;
	line-height:1.6em;
	margin-bottom:28px;
}
.flow_bn a{
	font-size:14px;
	color: #fff;
	font-weight: bold;
	background:#000;
	padding:10px 40px;
	border-radius:4px;
}
.flow_other{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	text-align: center;
	width: 100%;
}
.flow_other .box{
	width:48.5%;
}
.flowbox{
	background: #fefefe;
	padding: 28px 40px;
	box-shadow: 2px 0 40px rgba(159, 159, 159, 0.21);
	margin-bottom: 40px;
	}
.flowbox h2{
	font-size: 20px;
	color: #000;
	margin-bottom: 20px;
}
.flowbox ul{
	list-style: none;
	padding:0;
}
.flowbox ul li{
	color:#000;
	line-height: 1.6em;
	font-weight: 500;
}
.flowbox h3{
	font-size:18px;
	font-weight: bold;
}
.flowbox td{
	padding: 5px 10px;
	font-weight: bold;
	color: #262626;
}
#search-content{
	background: #f0f3f4;
}
.ec-modal .ec-modal-overlay{
	background:rgba(0, 0, 0, 0.7)
}
#ec-modal-warning{
	text-align: center;
}
#ec-modal-warning img{
	width:45px;
}
.red-bold{
	font-size: 16px;
	color: red;
	font-weight: bold;
}
.ec-modal .ec-modal-wrap{
	padding: 28px 10px 20px;
}
.ec-modal .ec-modal-wrap label{
	color: #454545;
	margin-top: 15px;
	text-decoration: underline;
	font-size: 15px;
}
.ec-progress{
	margin-top: 28px;
}
.ec-progress .ec-progress__number{
	line-height: 34px;
	width: 34px;
	height: 34px;
	font-size: 16px;
	background: #818181;
}
.ec-cartRole .ec-cartRole__totalText p{
	color:#000;
}
.ec-cartHeader .ec-cartHeader__label{
	padding: 10px;
	background: #f5f5f5;
}
.ec-progress .is-complete .ec-progress__label{
	color:#ff5b57;
}
.ec-progress .is-complete .ec-progress__number{
	background: #5CB1B1;
}
.ec-cartRow .ec-cartRow__summary .ec-cartRow__name{
	font-size: 14px;
}
.ec-cartRow .ec-cartRow__summary .ec-cartRow__name a{
	font-size:17px;
	font-weight: 600;
	color: #000;
}
.ec-cartRow__unitPrice{
	font-size:14px;
}
.ec-link{
	color: #000;
text-decoration: underline;
}
.ec-cartRole .ec-cartRole__totalAmount{
	color:#ff5b57;
}
.ec-cartRole .ec-blockBtn--action{
	margin-right:0;
}
.ec-orderAccount .ec-orderAccount__account{
	margin-bottom: 16px;
	padding: 20px;
	background: #f7f7f7;
}
.ec-rectHeading h2{
	font-size:18px;
	padding: 10px 12px;
	font-weight: 600;
	color: #000;
	margin-top:0;
}
.ec-orderAccount p{
	color: #222;
	line-height:1.6em;
}
.ec-imageGrid .ec-imageGrid__content p{
	color: #222;
}
.ec-orderDelivery .ec-orderDelivery__address{
	margin: 10px 0 18px;
}
.ec-orderDelivery .ec-orderDelivery__address p{
	color: #222;
	line-height: 1.6em;
}
.ec-orderDelivery__actions{
	margin-bottom:28px;
	color: #222;
}
.ec-progress .ec-progress__item{
	z-index: 0;
}
.ec-borderedDefs dl{
	border-top:none;
	padding: 5px 0 4px;
}
.ec-borderedDefss,.ec-borderedDefs{
	border-top:none;
}
.ec-mypageRole .ec-input input{
	border:none;
}
.mypage_form{
	background:#f7f7f7;
	padding:0 28px 20px;
}
.ec-withdrawRole .ec-withdrawRole__title{
	color: red;
}
.ec-withdrawRole .ec-withdrawRole__description{
	color: #000;
}
.ec-withdrawConfirmRole .ec-withdrawConfirmRole__title{
	color:red;
	text-align: center;
}
.ec-withdrawConfirmRole .ec-withdrawConfirmRole__description{
	text-align: center;
	color: #000;
}
.mypage_form .thin-red-border{
	border-color: #000;
}
#fileZone .ec-radio span{
	font-size:14px;
}


/*支払い*/
#shopping_order_account_bank,#shopping_order_account_branch{
	width:80%;
}
#shopping_order_account_no{
	width:100%;
}
#shopping_order_account_name{
	width:100%;
	margin-bottom:0;
}
.ec-totalBox .ec-totalBox__pointBlock{
	font-size:14px;
	padding: 8px 10px 4px;
	margin-bottom:20px;
}
.ec-totalBox .ec-totalBox__price{
	font-size:16px;
}

.amazon_top{
	background-color: #3b4860;
	padding:100px 20px;
	background-image:url(/img/top_amazon.jpg);
	background-size:auto 100%;
	background-position: center;
	background-repeat: no-repeat;
	margin-top:76px;
}
.amazon_top .box{
	width:100%;
	max-width:1140px;
	margin:0 auto;
}
.amazon_top h1{
	font-size: 40px;
	font-weight: bold;
	color:#fff;
	margin-bottom:20px;
	margin-top:0;
}
.amazon_top p{
	font-size:21px;
	color:#fff;
	line-height:1.6em;
}
.amazon_main{
    width:100%;
    max-width:1140px;
    margin:0 auto;
    padding:80px 20px;
}
.amazon_main h2{
    font-size:34px;
    color:#000;
    text-align: center;
    margin-top:0;
    margin-bottom:28px;
    font-weight: bold;
}
.amazon_main .kosin{
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}
.amazon_main .list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    text-align: center;
    width: 100%;
    margin-top:60px;
}
.amazon_main .list .box1{
    width:20%;
    padding:24px;
    text-align: left;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
}
.amazon_main .list .box2{
    width:20%;
    padding:24px;
    text-align: left;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
}
.amazon_main .list .box3{
    width:55%;
    text-align: left;
    padding:28px 24px;
    background:#f2f2f2;
}
.amazon_main .list .box1 h3{
    font-size:25px;
    font-weight: bold;
    color:#000;
    margin-top:0;
    margin-bottom:28px;
    padding-bottom:28px;
    border-bottom:solid 2px #fa243d;
}
.amazon_main .list .box1 h4{
    color: #86868b;
    font-size: 18px;
    margin-bottom:0;
}
.amazon_main .list .box1 span{
    color: #fa243d;
    font-size: 47px;
    font-weight: bold;
}
.amazon_main .list .box1 small{
    font-size:26px;
    font-weight:bold;
    color: #fa243d;
}
.amazon_main .list .box2 h3{
    font-size:25px;
    font-weight: bold;
    color:#000;
    margin-top:0;
    margin-bottom:28px;
    padding-bottom:28px;
    border-bottom:solid 2px #ff9200;
}
.amazon_main .list .box2 p{
	margin-bottom:15px;
}
.amazon_main .list .box2 h4{
    color: #86868b;
    font-size: 16px;
    margin-bottom:0;
}
.amazon_main .list .box2 span{
    color: #ff9200;
    font-size: 40px;
    font-weight: bold;
}
.amazon_main .list .box2 small{
    font-size:26px;
    font-weight:bold;
    color: #ff9200;
}

.amazon_main .list .box3 h3{
    font-size:24px;
    font-weight: bold;
    color:#000;
    margin-top:0;
    margin-bottom:15px;
}
.amazon_main .list .box3 p{
    font-size:15px;
    line-height:1.6em;
    color:#000;
    margin-bottom:15px;
}
.amazon_price .two{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    text-align: center;
    width: 100%;
    margin-bottom:15px;
}
.amazon_price .two input{
	width: 48.5%;
padding: 10px 15px;
border: none;
background: #fff;
font-size: 16px;
color:#000;
}
.amazon_price .one input{
width: 100%;
padding: 10px 15px;
border: none;
background: #fff;
font-size: 16px;
margin-bottom: 15px;
color: red;
font-weight:600;
}
.go_amazon{
	width:100%;
	background:#3b4860;
	font-size:15px;
	color:#fff;
	font-weight:bold;
	text-align: center;
	padding:15px;
	display: block;
}
.amazon_main .list .box3 .small{
	font-size: 13px;
margin-top: 15px;
margin-bottom:0;
}
.amazon_flow{
    width:100%;
    max-width:1140px;
    margin:0 auto;
    padding:20px 20px;
}
.amazon_flow h2{
    background: #ff424d;
    font-size:22px;
    color:#fff;
    padding:12px 24px;
    margin-bottom:28px;
}
.amazon_flow ul{
    font-size: 17px;
    padding-left: 20px;
    line-height: 1.6em;
    color: #000;
}
.amazon_flow p{
    font-size: 17px;
    line-height: 1.8em;
    color: #000;
    margin-bottom:0;
}
.amazon_flow p b{
    display: block;
}
.amazon_flow .list{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 28px;
}
.amazon_flow .list .box{
	width:48%;
	padding:28px;
	text-align: left;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
}
.amazon_flow .list .box p{
	font-weight:500;
	line-height:1.8em;
}
.amazon_flow .list .box h3{
	font-size: 25px;
	font-weight: bold;
	color: #000;
	margin-top: 0;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom: solid 2px #fa243d;
}




.dis_res{
	display: none;
}

/*スマホ版*/
@media (max-width: 767px){
.search-container .search-sidebar{
	display: none !important;
}
.dis_res{
	display: block;
}
.dis_pc{
	display: none;
}
.top_category{
    display: none;
}
#slider{
	margin-top:30px;
}
#sidebar ul li ul ul{
	padding-left: 15px;
}
header{
	height:50px;
	padding: 0 10px;
}
#kaitori_tel .box{
	width: 80%;
	padding: 20px 20px 10px;
}
#kaitori_tel .box h2{
	font-size: 22px;
}
#kaitori_tel .box h2 img{
	width:40px;
}
#kaitori_tel .box p{
	font-size:12px;
}
#kaitori_tel .tel_close{
	right: 20px;
	top: 20px;
}
.top_news{
	padding:20px 5px 0;
}
.top_news h2{
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 15px;
}
.news_date { 
	width: 100%;
	display: block;
	font-size: 12px;
	color: #000;
	font-weight: 600;
}
.news_text{
	width: 100%;
display: block;
}
.news_text a{ 
	color: #2c7cba;
	font-size: 14px;
}
#index_right_news1{
	background: #fff;
}
.ec-pageHeader .news_titll{
	margin-top:20px;
}
#news .container{
	padding:0;
}
.news_list_day{
	font-size: 15px;
font-weight: 600;
}
.news_content h4{
	color: #000;
	font-weight: 500;
	font-size: 16px;
}
#news-list p{
	color: #000;
	font-size: 13px;
}
#footer{
	padding: 24px 5px 20px;
}
.footer_logo{
	margin-bottom: 25px;
	margin-left: -2px;
	width: 120px;
}
.ec-registerRole{
	margin-top:60px;
}
.ec-pageHeader{
	padding-top: 20px;
}
.ec-pageHeader h1{
	font-size:20px;
	margin-bottom: 20px;
}
.register_kakunin p{
	font-size:13px;
}
.register_kakunin{
	background:none;
	padding:0;
}

.register_kakunin .ec-borderedDefs dl{
	background: #f7f7f7;
	margin-bottom: 10px;
	padding: 5px 10px;
}
.register_kakunin .ec-borderedDefs dt{
	font-size:14px;
	width: 35%;
}
.register_kakunin .ec-borderedDefs dd{
	width: 65%;
	line-height: initial;
	vertical-align: top;
	font-size: 14px;
}
.register_kakunin .ec-borderedDefss dl{
	background: #f7f7f7;
margin-bottom: 10px;
padding: 5px 10px;
}
.register_kakunin .ec-borderedDefss dt{
	font-size:14px;
	width: 35%;
}
.register_kakunin .ec-borderedDefss dd{
	width: 65%;
	line-height: initial;
	vertical-align: top;
	font-size: 14px;
}
.register_kakunin .ec-blockBtn--cancel{
	width: 140px;
display: inline-block;
background: #818181;
border-color: #818181;
}
.register_kakunin .ec-blockBtn--action{
	width:140px;
}
.ec-reportHeading{
	margin:0;
	border-top: 0;
}
.ec-registerCompleteRole h2{
	margin-top:0;
	font-size: 18px;
}
.ec-registerCompleteRole p{
	font-size:13px;
}
.item.item-thumbnail .item-price{
	font-size:14px;
}
.search-item-container .ec-numberInput input[type='number']{
	margin-right:0;
}
.item.item-thumbnail .item-image{
	height:120px!important;
}



.faq_top{
	padding: 28px 40px;
	margin-top: 85px;
	background-color: #f1bc47;
	background-size: auto 90%;
	background-position: right center;
}
.faq_top h1{
	font-size: 18px;
	margin: 0;
	line-height: 1.4em;
}
#faq-list{
	margin-bottom:50px;
}
.faq_main{
	padding: 0px 5px;
	margin-top: 28px;
}
.faq_main .panel-inverse .panel-heading{
	padding: 15px 0;
}
.faq_main h4{
	font-size:14px;
}
.faq_main h4 a span{
	position: absolute;
	left: 0;
	top: 0;
	font-size:16px;
	max-width: 68%;
	overflow-wrap: break-word;
}
.faq_main h4 a{
	padding-right:20px;
	padding-left:20px;
	font-weight:500;
}
.faq_bt .faq_icon{
	top: 0px;
	width: 16px;
}
.faq_main .panel-body{
	font-size: 12px;
	padding: 0px 20px;
	line-height: 1.2em;
}
.faq_main .panel-body p{
	line-height:1.4em;
	color: #000;
}
.guide_top{
	padding: 40px 40px;
	margin-top: 85px;
}
.guide_top h1{
	font-size: 19px;
	margin-top: 0;
}
.guide_main{
	padding: 40px 20px 20px;
}
.guide_main h2{
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 0;
}
.guide_main h3{
	padding: 8px 12px;
font-size: 16px;
line-height: 24px;
margin-top: 24px;
margin-bottom: 12px;
}
.guide_main h3 img{
	width: 25px;
	margin-right: 6px;
}
.guide_main h4{
	font-size:15px;
	margin-bottom: 8px;
}
.guide_main p{
	font-size:14px;
	margin-bottom: 20px;
}
.guide_main ul{
	padding-left: 20px;
}
.guide_main ul li{
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 8px;
}
.section-container{
	padding:20px 0 0;
}
.flow_top .box{
	margin-bottom: 60px;
}
.flow_top .box_left{
	width: 64%;
}
.flow_top h1{
	font-size: 20px;
	margin-top: 0;
}
.flow_top p{
	font-size: 14px;
	line-height: 1.4em;
}
.flow_top .box_right{
	width: 28%;
}
.flow_main{
	padding: 0 20px 0 30px;
}
.flow_main .flow_box{
	padding-bottom: 40px;
}
.flow_main .flow_one span{
	padding: 2px 8px;
	left: 4px;
}
.flow_main .flow_img{
	width: 95%;
	display: block;
	text-align: left;
	margin-bottom: 20px;
}
.flow_main .flow_img img{
	width: 55%;
	padding-left: 20px;
}
.flow_main .flow_text{
	background-image:none;
	padding-left: 34px;
	width:100%;
}
.flow_main .flow_text h2{
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 0;
}
.flow_main .flow_text p{
	font-size: 13px;
	line-height: 1.6em;
	margin-bottom: 10px;
}
.flow_main .flow_text li{
	font-size:12px;
}
.flow_bn{
	background-size: 60% auto;
	background-position: center top;
	padding: 160px 20px 28px;
	border-radius: 8px;
	margin-bottom: 28px;
}
.flow_bn .box{
	text-align: center;
	padding-left:0;
}
.flow_bn h2{
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: 0;
}
.flow_bn p{
	font-size: 14px;
	line-height: 1.6em;
	color:#000;
	margin-bottom: 20px;
}
.flow_bn a{
	font-size: 13px;
	padding: 8px 28px;
	border-radius: 4px;
}
.flow_bns{
	margin-bottom:50px;
}
.flow_other{
	margin-bottom:40px;
}
.flow_main .flow_text ul{
	margin-bottom:10px;
}
.flow_main .flow_text small{
	font-size:12px;
}
.flow_bn.bn3{
	padding-top: 120px;
}
.amazon_top{
	padding: 28px 20px 90px;
	background-image: url(/img/top_amazon_res.jpg);
	background-size: 55%;
	background-position: bottom center;
}
.amazon_top .box{
	text-align:center;
}
.amazon_top h1{
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.amazon_top p{
	font-size: 14px;
}
.amazon_main{
	padding: 40px 20px 20px;
}
.amazon_main h2{
	font-size:20px;
	margin-bottom: 10px;
}
.amazon_main .kosin{
	font-size:13px;
}
.amazon_main .list{
	margin-top: 20px;
}
.amazon_main .list .box1,.amazon_main .list .box2{
	width:48%;
	padding: 20px 20px 10px;
}
.amazon_main .list .box3{
	width: 100%;
	margin-top:15px;
	padding: 20px 20px 15px;
}
.amazon_main .list .box1 h3,.amazon_main .list .box2 h3{
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 18px;
}
.amazon_main .list .box1 h4{
	font-size:15px;
}
.amazon_main .list .box1 span{
	font-size:34px;
}
.amazon_main .list .box1 small{
	font-size: 21px;
}
.amazon_main .list .box2 span{
	font-size:30px;
}
.amazon_main .list .box2 small{
	font-size: 20px;
}
.amazon_main .list .box2 p{
	margin-bottom:10px;
}
.amazon_main .list .box2 h4{
	font-size: 14px;
	margin-bottom: 8px;
}
.amazon_main .list .box3 p{
	font-size:13px;
}
.amazon_main .list .box3 h3{
	font-size:18px;
	margin-bottom: 8px;
}
.amazon_price .two input,.amazon_price .one input{
	padding: 8px 12px;
}
.amazon_price .two{
	margin-bottom: 10px;
}
.go_amazon{
	padding:10px;
}
.amazon_main .list .box3 .small{
	font-size:11px;
}
.amazon_flow{
	padding: 10px 20px;
}
.amazon_flow h2{
	font-size: 16px;
	padding: 12px 20px;
	margin-bottom: 15px;
	margin-top: 0;
}
.amazon_flow ul{
	font-size: 14px;
}
.amazon_flow p{
	font-size:13px;
}
.amazon_flow .list .box{
	padding: 15px;
}
.amazon_flow .list .box h3{
	font-size: 15px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.amazon_flow .list .box p{
	font-size:12px;
}
.red-bold{
	font-size: 13px;
}
.ec-modal .ec-modal-overlay .ec-modal-close{
	margin-top:0;
}
.ec-modal .ec-modal-wrap label{
	font-size:14px;
	margin-top: 10px;
}




/*商品一覧*/
.panel-inverse > .panel-heading .panel-title{
	font-size:15px;
}
.panel-inverse > .panel-heading .panel-title span{
	font-size:12px;
}
.panel-inverse > .panel-heading .panel-title .text-warning{
	font-weight: 500;
}
.panel-inverse > .panel-heading .tyui{
	font-size:14px;
}
.panel-inverse > .panel-heading .tyui img{
	width: 34px;
}
.ec-searchnavRole{
	margin-bottom:10px;
}
.tag-not-selected{
	padding: 8px 20px;
	border-radius: 8px;
	font-size: 12px;
	margin-right: 4px;
}
.do-product-list-without-tag.tag-selected{
	padding: 8px 20px;
border-radius:8px;
font-size: 12px;
margin-right: 4px;
}
.no-product-top{
	padding: 15px 15px;
	margin-bottom: 15px;
}
.no-product h2{
	font-size: 17px;
	padding-bottom: 10px;
}
.no-product p{
	font-size: 12px;
}
.no-product h3{
	font-size: 16px;
	padding-bottom: 15px;
}
.no-product-top .form-control{
	margin-bottom:10px;
}
.no-product-main{
	padding:15px;
}
.ec-borderedDeff .no-product-main dl{
	padding:0;
}

.no-product-main .ec-off4Grid .ec-off4Grid__cell{
	margin-left:0;
}
.search-item-container .dropdown-menu .form-check{
	padding-left:10px;
}
.search-item-container .dropdown-menu{
	width: 50%;
	margin: 0;
	border: 0 !important;
}
.search-item-container .dropdown-menu label{
	font-size:11px;
}
.biko_main .box{
	width: 340px;
	padding: 20px 20px;
}
.biko_main h3{
	font-size: 16px;
}
.biko_main p{
	font-size:14px;
}
#ec-modal-warning img{
	margin-bottom:10px;
}
.ec-modal .ec-modal-wrap{
	padding: 10px 10px 5px;
}
.ec-progress{
	margin-top: 0;
}
.ec-progress .ec-progress__number{
	line-height: 28px;
	width: 28px;
	height: 28px;
	font-size: 12px;
}
.ec-progress .ec-progress__label{
	font-size: 10px;
}
.ec-cartRole .ec-cartRole__totalText p{
	font-size:14px;
}
.ec-progress .ec-progress__item{
	font-size:11px;
}
.ec-cartRow .ec-cartRow__delColumn{
	width:5%;
}
.ec-cartRow .ec-cartRow__img{
	width: 28%;
}
.ec-cartRow .ec-cartRow__summary .ec-cartRow__name{
	font-size:14px;
	line-height: 1.28em;
}
.ec-cartRow .ec-cartRow__summary .ec-cartRow__name a{
	font-size: 13px;
}
.ec-cartRow__unitPrice{
	font-size:13px;
}
.ec-cartRow .ec-cartRow__summary .ec-cartRow__sutbtotalSP{
	font-size: 13px;
	color: #222;
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountSP{
	font-size: 13px;
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButton, .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButtonDisabled{
	width: 24px;
	min-width: 24px;
	max-width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 13px;
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpButton{
	width: 24px;
	min-width: 24px;
	max-width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 13px;
}
.ec-cartRole .ec-cartRole__total{
	padding: 10px 0 20px;
}
.ec-checkbox label{
	font-size:13px;
}
.ec-cartRole .ec-blockBtn--action{
	font-size: 12px;
	padding: 10px 20px;
}
.ec-orderAccount p{
	font-size:14px;
}
#shopping-form .borderedTop{
	border-top:none;
}
.ec-orderRole .ec-borderedList{
	margin-bottom: 0;
}
.ec-orderAccount .ec-orderAccount__account{
	margin-bottom:0;
}
.item.item-thumbnail .item-title, .item.item-thumbnail .item-title a{
	max-height: initial;
	letter-spacing: -0.06em;
}





/*マイページ*/
.ec-layoutRole__main{
	margin-top:85px;
}
.ec-navlistRole .ec-navlistRole__item{
	width: 25%;
}
.ec-navlistRole .ec-navlistRole__item a{
	font-size:11px;
	padding: 8px;
}
.mypage .ec-historyListHeader{
	font-size:12px;
}
.ec-navlistRole .ec-navlistRole__navlist{
	margin-bottom:20px;
}
.ec-welcomeMsg{
	font-size:14px;
	border-bottom:none;
}
.ec-mypageRole .ec-borderedDefs dl{
	background: #f7f7f7;
	padding: 10px 15px 0;
	border: none;
	margin-bottom: 5px;
}
.ec-mypageRole .ec-borderedDefss dl{
	background: #f7f7f7;
	padding: 10px 15px 0;
	border: none;
	margin-bottom: 5px;
}
.ec-withdrawRole .ec-withdrawRole__title,.ec-withdrawConfirmRole .ec-withdrawConfirmRole__title{
	font-size: 20px;
	color: red;
	text-align: center;
	line-height: 1.4em;
	margin-top: 10px;
}
.ec-withdrawRole .ec-withdrawRole__description,.ec-withdrawConfirmRole .ec-withdrawConfirmRole__description{
	font-size: 14px;
	line-height: 1.5em;
font-weight: 600;
}
.ec-withdrawConfirmRole .ec-icon img{
	width:60px;
	height:60px;
}
.ec-withdrawConfirmRole .ec-withdrawConfirmRole__cancel{
	font-size: 12px;
	width: initial;
	padding: 10px 20px;
}
.ec-imageGrid .ec-imageGrid__content p{
	font-size: 12px;
}
#page_mypage_change .ec-label{
	font-size:14px;
}
.ec-borderedDefs dd,.ec-borderedDefss dd{
	line-height:1.6em;
	padding-bottom: 5px;
}

.cartbutton{
	width: 100% !important;
	box-sizing: border-box;
	margin: 5px 0;
}
.right_button{
	width: 100%;
}


}
/*画面が小さいスマホ*/
@media (max-width: 400px){
.item.item-thumbnail .item-price{
	padding: 30px 10px;
}
}
@media (max-width: 390px){
.item.item-thumbnail .item-price{
	font-size:12px;
}
}