@charset "utf-8";
/* CSS Document */

#Wrapper {
	font-family: 'Sawarabi Gothic', sans-serif;
	background-color: #fafafa;
	color: #19072E;
	line-height: 2em;
	font-size: 18px;
	text-align: left;
		letter-spacing: -0.025em;
}

/*-----------------*/
/*  文字の装飾▼ */
/*-----------------*/
#Wrapper h2 {
	font-size: 38px;
	margin: 70px 0 40px 0;
	font-weight: bold;
	line-height: 1.5em;
}
#Wrapper h2.firsth2 {
	font-size: 38px;
	margin: 5px 0 40px 0;
}

#Wrapper h2:first-letter {
	color: #E2001A;
	font-size: 46px;
}

#Wrapper h3.columnbox:before {
	position: relative;
  top: 10px;
  margin: 0 5px 0 0;
  content: url('http://focus.sweetpet.jp/rc/rc_meneki/img/icon_column.png');
}

#Wrapper h3.columnbox {
	font-size: 24px;
	font-weight: bold;
	display:block;
	margin: 30px 0 15px 0 ;
}

#Wrapper .txtbox {
		width :940px;
		margin: 0 auto;
}
#Wrapper .txtbox p {
	margin: 30px 0 30px 0;
	padding: 0 45px 0 45px;
	
}
#Wrapper p.small-txt {
	font-size: 16px;
	line-height: 1.6em;
	margin: 10px 0 10px 0;
}
#Wrapper span.pink {
    padding:0.1em 0.3em  ;
	margin: 0 0.1em 0 0.1em;
	background-color: #FFE1E0;
	color: #000;
}
#Wrapper span.lightblue {
    padding:0.1em 0.3em  ;
	margin: 0 0.1em 0 0.25em;
	background-color: #CAEDEB;
	color: #000;
}

#Wrapper u{
    text-decoration: none;
    background: linear-gradient(transparent 60%, #ffff00 60%);
}

#Wrapper span.healthtag{
	padding:0.15em 0.5em 0.15em 0.5em;
	margin: 0.25em;
	background-color: #E2001A;;
	color: #FFF;
    border-radius: 20px;
	line-height: 2em;
}

/* テーブル全体のセルの境界線を結合し、間隔をなくす */
#Wrapper table {
  border-collapse: collapse; /* これが最も重要 */
  width: 100%; /* 必要に応じて幅を設定 */
}

/* ヘッダーとデータセルに細い境界線を設定 */
#Wrapper th,#Wrapper td {
  border: 1px solid #ccc; /* 薄いグレーの細い線 */
  padding: 8px; /* セルの内側の余白 */
  text-align: left; /* テキストの配置 */
}
/*-----------------*/
/*  文字の装飾▲ */
/*-----------------*/
#Wrapper div.imgbox {
	margin: 20px 0 30px 0;
}
#Wrapper div.imgbox img {
	width: 100%;
}
#Wrapper div.inu_img_outer {
    float:right;
	margin-bottom: 5px;
	padding: 0 30px 0 30px;
      }

#Wrapper div.inu_img_outer_left  {
	margin-bottom: 5px;
	padding: 0 30px 0 30px;
    float:left;
      }
/*-----------------*/
/*  リスト関連▼ */
/*-----------------*/


#Wrapper ul.dlist {
	margin: 0;
	padding: 0;
}
#Wrapper ul.dlist li {
	margin: 0;
	padding: 0 0 0.25em 1.5em;
    position: relative;
	line-height: 1.6em;
  }
 
 #Wrapper ul.dlist li:before {
    content: "";
    position: absolute;
    top: .4em;
    left: 6px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 3px;
    height: 7px;
    border-right: 2px solid #8b6b4e;
    border-bottom: 2px solid #8b6b4e;
  }
 
 #Wrapper ul.dlist li:after {
    content: "";
    position: absolute;
    top: .2em;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #8b6b4e;
    border-radius: 2px;
  }




#Wrapper dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	margin:50px 0 0 0 ;
    padding: 0;
}
#Wrapper dl dt {
    width: 23%;
    margin: 0;
    padding: 0;
	font-size: 180%;
	font-weight: bold;
}
#Wrapper dl dd {
    width: 77%;
    margin: 0 0 30px 0;
    padding: 0;
}
/*-----------------*/
/*  リスト関連▲ */
/*-----------------*/

#Wrapper .flexbox {
	display: flex;
	width: 100%;
}
#Wrapper .flexitem {
	width: 80%;
	margin-left: 15px;
}
