<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/*ナビ*/
.navi-list {
    border-top: 20px solid #55beed;
    padding: 40px 10px 30px;
    margin-bottom: 0px;
    display: flex
;
    justify-content: space-around;
    flex-wrap: wrap;
    background-color: #9FD4F3;
}
.navi__item {
    display: flex
;
    flex-direction: row;
    align-items: center;
    position: relative;
    width: 30%;
    height: 80px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 6px;
    border-radius: 4px;
    text-align: center;
    color: #0273C3;
    font-size: 14px;
    font-weight: bold;
}

.navi__item a {
    padding-top: 5px;
    position: relative;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    color: #0273C3;
}
.navi__item a::after {
  content: "";
  position: absolute;
  background: url(https://www.green-dog.com/assets/vendor/fonts/stylesheet/images/icon/gray/arrow.svg)no-repeat;
  width: 10px;
  height: 10px;
  right: 50%;
  top: 80%;
  transform: translateY(-50%) rotateZ(90deg);
}
#skin,#exercise,#humid,#last{background-color: #9FD4F3;
padding:80px 10px 50px;
margin-bottom:0px;}
#last{margin-bottom:30px;}

/*タイトル*/
h1{margin-bottom:0px;}

h2 {
  position: relative;
width:90%;	
  color:#0175C0;
	  font-size: 23px;
  background: #FFFFFF;
text-align: center;	
  line-height: 1.4;
  padding:30px 20px;
  border-radius: 0 5px 5px 5px;
	border:2px solid #2196F3;
	box-sizing: border-box;
	letter-spacing: 1.2px;
	margin:-60px auto 30px;
}

h2:after {
  /*タブ*/
  position: absolute;
  font-weight:bold;
  content: '\Worries';
  background: #2196F3;
  color: #FFFF01;
  left: -2px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 10px;
  font-size: 14px;
  line-height: 1;
}
.headline07{ margin-bottom: 30px;
  padding-bottom:10px;
  border-bottom: 1px solid #2196F3;
  color:#0175C0;
  font-size: 16px;
  font-weight: bold;}

.headline08 {
  margin-bottom: 15px;
  padding-left: 10px;
  border-left: 8px solid #2196F3;
  color: #444;
  font-size: 16px;
  font-weight: bold;
}

/*商品エリア*/
.product-name{font-weight:bold;
font-size:14px;
color:#111111;	
margin-bottom:10px;}
.product-txt{
	text-align: left;
font-size:12px;
color:#444444;	
line-height: 1.4rem;}

.detail-btn02 {
        margin: 20px auto 0;
        display: flex
;
        justify-content: center;
        border-radius: 25px;
        align-items: center;
        box-sizing: border-box;
        max-width: 210px;
        width: 100%;
        height: 50px;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        cursor: pointer;
        background: url(/assets/vendor/fonts/stylesheet/images/icon/white/arrow.svg) right 15px center / 10px no-repeat #2196f3;
    }

/*オリジナル定型*/
ul.col1{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width:100%;
margin:0 auto;
	box-sizing: border-box;
}

.col1 .col1_innner{
max-width:100%;
margin:0 auto 30px;	
	text-align: center;
box-sizing: border-box;	
}

.col1_innner img{max-width:100%;border-radius:5px;}

ul.col2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    box-sizing: border-box;
}

.col2 .col2_innner {position: relative;
	padding:0 15px;
    margin: 0 15px 35px 0;
    width: calc((100% - 15px)/2);
	text-align: center;
    box-sizing: border-box;}

.col2 .col2_innner img{width:90%;margin-bottom:15px;}

.col2 .col2_innner:nth-child(2n) {
    margin-right: 0;}



/*レイアウト*/
.howto {
    display: flex;
    align-items: center;
    justify-content: center;
}
.howto_innner {
    width: 90%;
}

/*画像を丸く*/
.circle{border-radius:50%;}
.kadomaru{border-radius:5px;}

/*シャドウ*/
.shadow{box-shadow: rgba(0,0,0,0.2) 0 0 6px;}

/*文字*/
.txt-wh{color:#FFFFFF;}

/*タグ*/

.tag_blue{ display: inline-block;
  padding: 4px 8px;
margin:auto 3px 10px;
	background-color:#85CAF3;
	color:#FFFFFF;
font-size: 12px;
	font-weight:bold;
  line-height: 1;}

.tag-wh {
  display: inline-block;
  padding: 3px 7px;
margin:auto 3px 10px;
  background:ffffff;
  color:#444444;
  font-size: 12px;
	font-weight:bold;
  line-height: 1;
	border:1px solid #333;
	box-sizing: border-box;
}
.tag-dog {
  display: inline-block;
  padding: 4px 8px;
margin:10px 3px 0;
  background:#439D42;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 1;
}
.tag-cat {
  display: inline-block;
  padding: 4px 8px;
margin:10px 3px 0;
  background:#772D46;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 1;
}

/*背景*/
.bk_blue{backgroungd:#9FD4F3;
padding:30px 15px;}


.bk_beige{padding:20px;
background-color: #f5f2df;
box-sizing: border-box;
}

.bk_wh{
position:relative;
padding:20px;
margin-top:30px;	
background-color: #FFFFFF;
box-sizing: border-box;
}

.bk_wood{padding:30px 30px 20px 30px;
	background-image: url("../img/bk_wood.png");
	box-sizing: border-box;
	}


/*余白*/
.mb50{margin-bottom:50px;}
.mb80{margin-bottom:80px;}
.mb100{margin-bottom:100px;}
.p5{padding:0 5px;}

/*調整*/
.content-box{padding:30px 20px;}
.product-content01{border:none;}
.monitor__img {
  width: 150px;
	margin-bottom: 0px;
}
.monitor__img img{width:100%;}
.monitor__info {
  margin-left: 15px;
}
.flex-content02__inner{background-color: #fff;}
.product-content03__img img{width:100%;}

#last img{width:60%;}

@media print, screen and (max-width: 767px){
    .navi-list {
        border-top: 20px solid #55beed;
        padding: 20px 10px 20px;
        margin-bottom: 0px;
        display: flex
;
        justify-content: space-around;
        flex-wrap: wrap;
        background-color: #9FD4F3;
    }
.navi__item a::after
 {
    content: "";
    position: absolute;
    background: url(https://www.green-dog.com/assets/vendor/fonts/stylesheet/images/icon/gray/arrow.svg) no-repeat;
    width: 10px;
    height: 10px;
    right: 50%;
    bottom: -5px;
    transform: translateY(-50%) rotateZ(90deg);
}
h2 {
    position: relative;
    width: 100%;
    color: #0175C0;
    font-size: 20px;
    background: #FFFFFF;
    text-align: center;
    line-height: 1.4;
    padding: 30px 20px;
    border-radius: 0 5px 5px 5px;
    border: 2px solid #2196F3;
    box-sizing: border-box;
    letter-spacing: 1.2px;
    margin: -60px auto 30px;
}
.col2 .col2_innner {
    position: relative;
    padding: 0;
    margin: 0 15px 35px 0;
    width: calc((100% - 15px) / 2);
    text-align: center;
    box-sizing: border-box;
}
.product {
    display: flex;
    justify-content: center;
    width: 320px;
    margin: 0 auto 30px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.product img {
width: fit-content;
    height: 200px;
    object-fit: cover;
}
.monitor__img {
    width: 120px;
}
.detail-btn02
 {
    margin: 20px auto 0;
    display: flex;
    justify-content: center;
    border-radius: 25px;
    align-items: center;
    box-sizing: border-box;
    max-width: 210px;
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    background: url(/assets/vendor/fonts/stylesheet/images/icon/white/arrow.svg) right 8px center / 10px no-repeat #2196f3;
}

}
</pre></body></html>