@charset "utf-8";
/* CSS Document */

body {
	background:url(../images/common/back01.jpg);
}

#main {
	height:237px;
	background:url(../images/labo/main.jpg) no-repeat center right;
	background-size:cover;
}

#content01 {
	text-align:center;
	padding:60px 0 0;
	width: 980px;
	margin: auto;
}

#content01 h2 {
	display: inline-block;
	font-size:29px;
	color:#47210D;
	font-weight:bold;
	background:url(../images/common/uline02.png) repeat-x bottom center;
	margin:auto;
	text-align:center;
	padding-bottom: 10px;
	margin-bottom: 40px;
}

#content01 h2 span {
	color:#F18700 !important;
}


/* 吹き出し本体 */
.balloon1{
  position: relative;
  padding: 20px;
  border-radius: 10px;
  color: #47210D;
  background-color: #FAD09C;
  margin-left: 110px;          /* 左に余白を設ける */
	margin-bottom: 40px;
	max-width: 490px;
	margin-right: auto;
	
}

.balloon1 p {
	font-size: 17px;
	text-align: left;
}

.balloon1 p span {
	font-weight: bold;
	font-size: 20px;
}
/* 画像 - 絶対配置で左上に配置 */
.balloon1 .icon{
  position: absolute;
  left: -110px;
  top: 0;
}
/* 三角アイコン */
.balloon1::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid #FAD09C;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

/* 吹き出し本体 */
.balloon2{
  position: relative;
  padding: 20px;
  border-radius: 10px;
  color: #47210D;
  background-color: #FFF;
  margin-right: 110px;          /* 右に余白を設ける */
	margin-bottom: 40px;
	max-width: 490px;
	margin-left: auto;
	border: #F18700 solid 3px;
}
/* 画像 - 絶対配置で右上に配置 */
.balloon2 .icon{
  position: absolute;
  right: -110px;
  top: 0;
}
/* 三角アイコン */
.balloon2::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 20px;
  border-left: 15px solid #F18700;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.balloon2 p {
	font-size: 17px;
	text-align: left;
}

.balloon2 p span {
	font-size: 20px;
	color: #F18700;
	font-weight: bold;
}

#content02 {
	margin-top: 150px;
	padding: 150px 0 0;
	background: url(../images/labo/line01.png) repeat-x top;
}


#content02 .box {
	width: 870px;
	margin: auto;
	padding-bottom: 80px;
	position: relative;
	text-align: center;
}

#content02 .box h3 {
	font-size: 30px;
	font-weight: bold;
	color: #47210D;
	
	border-bottom: #FFF100 solid 7px;
	display: inline-block;
	padding-bottom: 5px;
}

#content02 .box#left {
	background: url(../images/labo/img2.png) no-repeat left top;
}

#content02 .box#right {
	background: url(../images/labo/img6.png) no-repeat right top;
}

#content02 .box p.read {
	font-size: 20.5px;
	margin-top: 20px;
	text-align: left;
}

#content02 .box .photo {
	display: inline-block;
	vertical-align: top;
	width: 360px;
	margin-right: 40px;
	margin-top: 60px;
}

#content02 .box .content {
	display: inline-block;
	vertical-align: top;
	max-width: 460px;
	margin-top: 60px;
	border-top: #F18700 dotted 2px;
}

#content02 .box .content .in_box {
	border-bottom: #F18700 dotted 2px;
	padding: 20px 0;
	text-align: left;
}

#content02 .box .content .in_box p {
	color: #47210D;
	font-weight: bold;
	font-size: 17px;
}

#content02 .box .content .in_box .price {
	font-size: 20px;
	font-weight: bold;
	color: #47210D;
	margin-top: 10px;
}

#content02 .box .content .in_box .price span {
	font-size: 20px;
	font-weight: bold;
	color: #F18700;
}

#content02 .box .content .in_box .price p {
	display: inline-block;
}

#content02 .box .content .in_box .price p span {
	font-size: 100%;
}

#content02 .box .content p.kome {
	margin: 20px 0 0;
	font-size: 15.5px;
	text-align: left;
}

#content02 .box .content .in_box .text02 {
	font-weight: normal;
	margin-top: 5px;
	font-size: 15px;
}

#content02 .box .content .in_box .left {
	width: 130px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px;
	margin-top: 15px;
}

#content02 .box .content .in_box .left img {
	width: 100%;
	height: auto;
}

#content02 .box .content .in_box .right {
	width: 280px;
	display: inline-block;
	vertical-align: middle;
	margin-top: 15px;
}

ul.list1 {
	margin: 25px 0 0;
}

ul.list1 li {
	margin-bottom: 10px;
	font-weight: bold;
	background: url("../images/top2/point1.png") no-repeat left;
	font-size: 14px;
	padding-left: 24px;
	color: #47210D;
}
