@charset "utf-8";
/* CSS Document */
/*導入*/
#brand .txt{font-size:13px;
line-height: 1.7rem;
color:#444;}
/*ラインアップ*/
.worries-list {
  display: flex;
  flex-wrap: wrap;

	justify-content: center;}
.worries-list__img{background-color: #fff;}

/*タイトル*/
.headline05{
font-size: 18px;	
	color:#444;
text-align: center;
margin-bottom:30px;}
.headline03 {
  margin-bottom: 35px;
  padding: 20px 10px;
  background-color:#005E32;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
}


.title-cate {
	position: relative;
  display: inline-block;
	text-align: center;
    margin-bottom: 80px;
    padding: 15px 10px;
    color: #444444;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.75;
	left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);

}
.title-cate:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ec6640;
  border-radius: 1.5px;
}


.product-name{
    position: relative;
    width: 60%;
    color: #444444;
    font-size: 23px;
	font-weight: bold;
    text-align: center;
    line-height: 1.4;
    padding: 30px 20px 20px;
box-sizing: border-box;
    letter-spacing: 1.2px;
    margin: auto auto 10px;
}

.product-name:after {
    position: absolute;
    font-weight: bold;
    content: '数量限定';
    background: #ffffff;
    color: #444;
    left:50%;
    bottom: 85%;
	border:1px solid #444;
    border-radius: 6px;
    padding: 5px;
    font-size: 14px;
    line-height: 1;
	-webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}







/*商品レイアウト*/
.col1 {
    position: relative;
}
.col1 .txt{font-size:13px;}
.col1 .image-coin {
    position: absolute;
    right: 5px;
    bottom: -20px;
    z-index: 10;
}

ul.col2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
}
.col2 .col2_innner {
    flex-basis: 50%;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.col2_innner .txt{font-size:13px;}



/*商品名*/



.consultation-form__lead {
    margin-bottom: 20px;}



/*ボタン*/
.content-top-btn::after {
  transform: rotateZ(90deg) translateX(-50%);
  width: 10px;
  height: 10px;
}




/*装飾*/
.border-box{position: relative;padding:60px 20px 20px;}
.border-box .no{position: absolute;
left:50%;
top:0px;
	   -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}
.table-monitor__head{background-color: #fff;}

/*画像を丸く*/
.circle{border-radius:50%;}
.kadomaru{border-radius:5px;}

/*シャドウ*/
.shadow{box-shadow: rgba(0,0,0,0.2) 0 0 6px;}

/*タグ*/
.tag {
    padding: 5px;
    margin-bottom: 5px;
    display: inline-block;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
    max-width: 330px;
    z-index: 1;
}

.tag_red{background-color:#d15945;}
.tag_green{background-color:#2BA638;}
.tag_blue{background-color:#0075bf;}
.tag_gray{background-color:#555555;}
.img-tag_orange {
  background: #eb6100;
}
/*数量限定*/
.tag-wh {
    display: inline-block;
    padding:6px;
    margin-bottom:15px;
    background: #ffffff;
    color: #444444;
	border:1px solid #444444;
	border-radius:6px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
}

/*背景*/
.bk_beige{padding:30px 15px;
background-color: #f5f2ed;
box-sizing: border-box;
}

.bk_gray{padding:30px 20px;
background-color: #F8F8F5;
box-sizing: border-box;
}

/*文字*/
.txt-gr{color:#aaa!important;}

/*余白*/
.mb50{margin-bottom:50px;}
.mb80{margin-bottom:80px;}
.mb100{margin-bottom:100px;}

.item_center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.item_center_inner {
    width: 85%;
}
.item_center_inner p{line-height: 1.6rem;font-size:14px;color:#333;}

@media print, screen and (max-width: 767px){
.worries-list {
  display: flex;
  flex-wrap: wrap;
justify-content: flex-start;}




}
