@charset "utf-8";
/* CSS Document */
/*ナビ*/
#navi {background-color:#FEF5E8;
padding-top:20px;
	padding-bottom:10px;
}
.pagelink-list {background-color:#FEF5E8;}

/*タイトル*/
.title-bg01{margin-bottom:30px;}
.headline05{color: #333333;}
.title-brand {width:90%;
    font-size: 30px;
    color: #333333;
    text-align: center;
	margin:0 auto 30px;
border-bottom:2px solid #cca3c6;
}
.main-title{margin:30px auto;}

.headline07 {
    text-indent: -0.8em;
    padding-left: 1.5em;
    color: #444;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-size: 18px;
}

.panel-attention .headline07{
    text-indent: 0em;
    padding-left:0em;

font-size:15px;}

.headline08 {
  margin-bottom: 10px;
  padding-left: 8px;
  border-left: 8px solid #6eb659;
  color: #444444;
  font-size: 16px;
  font-weight: bold;
}

.title_h4 {
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 10px;
    border-left: 8px solid #fcc14b;
    color: #333;
}

.consultation-form__lead {
    margin-bottom: 20px;}

.content-box{position:relative;
padding:20px;}
.content-box .no{position:absolute;
top:-20px;
left:50%;
   -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);}

/*商品エリア*/
.product-name{font-weight:bold;
font-size:15px;
margin-bottom:10px;}
.txt-s{font-size:13px;
line-height:1.6rem;
color:#333;}
.product {
display: flex;
justify-content:center;
		width:570px;
	margin:40px auto 30px;
	padding:5px;
	border-radius:5px;
	border:1px solid #ccc;
	box-sizing: border-box;
}
.product img{
width:280px;height:280px;
object-fit:cover;}

.icon{position: relative;}
.icon .icon-img{position: absolute;
left:20px;
top:-35px;}

.worries-list__tit {
    margin-top: 15px;
    color: #444;
    font-size: 14px;
    font-weight: bold;
}
/*オリジナル定型*/
ul.col1{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width:650px;
margin:0 auto;
	box-sizing: border-box;
}

.col1 .col1_innner{
width:100%;
margin-bottom:30px;	
box-sizing: border-box;	
}

.col1 .col1_innner img{width:100%;
margin-bottom:15px;}

ul.col2{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	box-sizing: border-box;
}

.col2 .col2_innner{
width:50%;
margin-bottom:15px;
padding:10px;	
box-sizing: border-box;	
}

.col2 .col2_innner img{width:100%;
margin-bottom:15px;}

/*説明*/
.item_center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.item_center_inner {
    width: 90%;
}

/*ペットフーディスト*/
.pfd-member {
  display: flex;
justify-content:center;
}
.pfd-member img{
width:100%;height:145px;
object-fit:cover;}

.tit_pfd {
    padding: 5px 5px 5px 8px;
    background-color: #ec662c;
    color: #fff;
    font-size: 14px;
}
.monitor{background-color:#fff;
padding:0 10px 10px;
}

.profile-box__img img{max-width:80px;border-radius:50%;}
/*装飾*/

/*画像を丸く*/
.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: 13px;
    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;
}

.panel-attention{padding:30px 15px;
font-weight:normal;
background-color: #FEF5E8;
box-sizing: border-box;}
.list-item__item {
    text-indent: -1em;
    padding-left: 1em;
    font-weight:normal;}

/*背景*/
.bk_beige{padding:30px 15px;
background-color: #FEF5E8;
box-sizing: border-box;
}
.bk_pp{padding:100px 15px 30px;
background-color: #cca3c6;
box-sizing: border-box;
}

.bk_gray{padding:35px 20px;
background-color: #e7e8dc;
box-sizing: border-box;
}

.bk_st{padding:90px 15px 20px;
background-size: auto auto;
background-color: rgba(154, 200, 129, 1);
background-image: repeating-linear-gradient(30deg, transparent, transparent 15px, rgba(244, 253, 239, 1) 15px, rgba(244, 253, 239, 1) 16px );
box-sizing: border-box;
margin-bottom:15px;
}


/*余白*/
.mb50{margin-bottom:50px;}
.mb80{margin-bottom:80px;}
.mb100{margin-bottom:100px;}
.p5{padding:0 5px;}
.top-img{margin-bottom:0!important;}


@media print, screen and (max-width: 767px){
.content-box{
padding:10px;}
.product {
        display: flex
;
        justify-content: center;
        width: 350px;
        margin: 0 auto 20px;
        padding: 5px;
        border-radius: 5px;
        border: 1px solid #ccc;
        box-sizing: border-box;
    }
.product img {
width: fit-content;
    height: 200px;
    object-fit: cover;
}

.icon .icon-img {
    position: absolute;
    left: 0px;
    top: -15px;
}
}
