@charset "UTF-8";

/*---------------------
共通
タイトル回り
 --------------------*/
 /* p.lead */
p.lead, p.whiteback_lead{
     font-size: 24px;
     line-height: 1.8;
     color: rgb(164, 133, 93);
     text-align: center;
     font-weight: 500;
     margin: 70px 0px;
 }

 /* midashiBorder */
 h4.midashiBorder {
 	font-size: 24px;
 	text-align: center;
 	color: #A4855D;
 	margin-bottom: 20px;
 	clear: both;
 }
 h4.midashiBorder span {
 	font-size: 32px;
 	color: #FFBF00;
 	font-weight: 900;
 }
 h4.midashiBorder:before {
 	content: '';
 	display: block;
 	height: 1px;
 	margin: 0px 0px 20px 0px;
 	padding: 5px;
 	border-bottom: solid 1px #A4885D;
 }
 h4.midashiBorder:after {
 	content: '';
 	display: block;
 	height: 1px;
 	margin: 20px 0px 0px 0px;
 	padding: 5px;
 	border-top: solid 1px #A4885D;
 }

 p.midashi {
    color: #1F1813;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 0;
  }
  p.midashi::before {
    content: url(../images/point.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }

@media only screen and (max-width: 640px){

  p.midashi {
    margin-bottom: 10px;
  }

}

 /* line_style */
 h3.line_style,h3.bg_brown {
   font-size: 36px;
   text-align: center;
 }
  h3.line_style span{
    display: block;
    margin-top: 0.3em;
    font-size: 0.8em;
  }
 h3.bg_brown{
   background-color: #786443;
   font-size: 22px;
   color: #fff;
   text-align: center;
   clear: both;
   margin-bottom: 20px;
   padding: 0.7em 0;
 }

  h3.gradation_style{
    font-size: 36px;
    text-align: center;
    padding: 1em 0;
    background: rgb(240,230,204);
    background: -moz-linear-gradient(top, rgba(240,230,204,1) 0%, rgba(226,205,152,1) 50%, rgba(200,173,101,1) 100%);
    background: -webkit-linear-gradient(top, rgba(240,230,204,1) 0%,rgba(226,205,152,1) 50%,rgba(200,173,101,1) 100%);
    background: linear-gradient(to bottom, rgba(240,230,204,1) 0%,rgba(226,205,152,1) 50%,rgba(200,173,101,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0e6cc', endColorstr='#c8ad65',GradientType=0 );
    border: solid 1px #bba47d;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
  }

 h3.line_style::before {
   margin-bottom: 35px;
 }
 h3.line_style::after {
   margin-top: 35px;
   margin-bottom: 45px;
 }
 h3.line_style:before, h3.line_style:after {
   content: '';
   display: block;
   height: 20px;
   background: url(../images/hokuro-bar.png) no-repeat 50% 50%;
   text-align: center;
 }
 h3.line_style:before, h3.line_style:after {
   content: '';
   display: block;
   height: 20px;
   background: url(../images/hokuro-bar.png) no-repeat 50% 50%;
   text-align: center;
 }

 h3.line_style::before {
   margin-bottom: 35px;
 }
 h3.line_style:before, h3.line_style:after {
   content: '';
   display: block;
   height: 20px;
   background: url(../images/hokuro-bar.png) no-repeat 50% 50%;
   text-align: center;
 }
 h3.line_style::after {
   margin-top: 35px;
   margin-bottom: 45px;
 }

 .corner-title{
 	color: white;
 	font-size: 48px;
 	background: url(../images/corner-title-back.png) no-repeat center center #A4885D;
 	text-align: center;
 	padding: 57px 0;
 	text-shadow: 1px 2px 2px rgba(164, 136, 93, 0.75);
 	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX = 1,OffY = 2,Color = #bfa4885d,Positive = true)";
 	zoom: 1;
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX = 1, OffY = 2, Color = #bfa4885d, Positive = true);
 }

/*point_comment*/
p.point_comment{
  font-size: 26px;
  font-weight: 500;
  text-align: center;
}
p.point_comment span{
  display: block;
  font-size: 13px;
  margin-top: 0.5em;
}


@media only screen and (max-width: 640px){

	 p.lead, p.whiteback_lead {
 	    font-size: 14px;
 	    margin: 20px 0 20px;
 	    padding: 0 20px;
 	    text-align: left;
 	}
 	h4.midashiBorder {
 		font-size: 14px;
 		margin-bottom: 10px;
 	}


  /* line_style */
  h3.line_style, h3.bg_brown {
      font-size: 16px;
      text-align: center;
  }
  h3.line_style::after {
    margin-top: 25px;
    margin-bottom: 22px;
  }

  h3.line_style::before {
      margin-bottom: 17px;
  }
  h3.line_style:before, h3.line_style:after {
    content: '';
    display: block;
    height: 10px;
    background: url(../images/hokuro-bar.png) no-repeat;
    text-align: center;
  }
  h3.gradation_style{
    font-size: 20px;
  }

  /* corner-title */
  .corner-title{
 		font-size: 24px;
 		padding: 28px 0;
 	}


  /*point_comment*/
  p.point_comment{
    font-size: 18px;
  }
  p.point_comment span{
    font-size: 12px;
  }

}


/*---------------------

他共通部分

 --------------------*/

/* ul.AboutPoint */
ul.AboutPoint {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 30px;
}

ul.AboutPoint div.tr {
	display: table-row;
}
ul.AboutPoint li {
	display: table-cell;
	width: 50%;
}
/* liの幅100％ */
ul.AboutPoint li:nth-child(2n) {
	border-left: 20px solid #FFFFFF;
	border-bottom: 20px solid #FFFFFF;
}
ul.AboutPoint li:nth-child(2n+1) {
	border-right: 20px solid #FFFFFF;
	border-bottom: 20px solid #FFFFFF;
}
ul.AboutPoint li h4 {
	background-image: -moz-radial-gradient(50% 50%, circle closest-side, rgb(199,182,156) 0%, rgb(164,136,93) 100%);
	background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 31, color-stop(0, rgb(199,182,156)), color-stop(1, rgb(164,136,93)));
	background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgb(199,182,156) 0%, rgb(164,136,93) 100%);
	background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgb(199,182,156) 0%, rgb(164,136,93) 100%);
	background-image: radial-gradient(31px at 50% 50%, rgb(199,182,156) 0%, rgb(164,136,93) 100%);
	width: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Style=2)";
filter:progid:DXImageTransform.Microsoft.Alpha(Style=2);
	text-align: center;
	padding: 5px 10px;
}

ul.AboutPoint li h5 {
	color: #1F1813;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.5;
	margin-bottom: 10px;
}
ul.AboutPoint li h5.no01 {
	background: url(../images/no1.png) no-repeat top left;
	padding-left: 100px;
		min-height: 90px;
}
ul.AboutPoint li h5.no02 {
	background: url(../images/no2.png) no-repeat top left;
	padding-left: 100px;
		min-height: 90px;
}
ul.AboutPoint li h5.no03 {
	background: url(../images/no3.png) no-repeat top left;
	padding-left: 100px;
		min-height: 90px;
		padding-top: 25px;
}
ul.AboutPoint li h5.no04 {
	background: url(../images/no4.png) no-repeat top left;
	padding-left: 100px;
		min-height: 90px;
		padding-top: 15px;
}
ul.AboutPoint li .PointBoxOut .PointBoxIn p {
	color: #1F1813;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 500;
}
ul.AboutPoint li .PointBoxOut {
	background: #F5F1ED;
	padding: 10px;
}
ul.AboutPoint li .PointBoxIn {
	border: 1px solid #D3C1AF;
	padding: 20px;
	min-height: 520px;
}

@media only screen and (max-width: 640px) {
	ul.AboutPoint {
		display: block;
		table-layout: auto;
		width: 100%;
		margin-bottom: 30px;
	}
	ul.AboutPoint div.tr {
		display: block;
	}
	ul.AboutPoint li {
		display: block;
		width: 100%;
	}
	ul.AboutPoint li:nth-child(2n) {
		border-left: none;
		border-bottom: none;
	}
	ul.AboutPoint li:nth-child(2n+1) {
		border-right: none;
		border-bottom: none;
	}
	ul.AboutPoint li h5 {
		font-size: 14px;
		font-weight: 800;
		line-height: 1.5;
		margin-bottom: 20px;
	}
	ul.AboutPoint li h5.no01 {
		background-size: 45px;
		background-repeat: none;
		padding-left: 50px;
		min-height: 0px;
	}
	ul.AboutPoint li h5.no02 {
		background-size: 45px;
		background-repeat: none;
		padding-left: 50px;
		min-height: 0px;
		padding-top: 0;
	}
	ul.AboutPoint li h5.no03 {
		background-size: 45px;
		background-repeat: none;
		padding-left: 50px;
    min-height: 50px;
		padding-top: 15px;
	}
	ul.AboutPoint li h5.no04 {
		background-size: 45px;
		background-repeat: none;
		padding-left: 50px;
		min-height: 50px;
		padding-top: 10px;
	}
	ul.AboutPoint li .PointBoxOut .PointBoxIn p {
		font-size: 12px;
	}
	ul.AboutPoint li .PointBoxIn {
		border: 1px solid #D3C1AF;
		padding: 15px;
		min-height: auto;
	}
	ul.AboutPoint li .Image img {
		width: 100%;
	}
}

/* trouble_list_photo */
img.trouble_list_photo{
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

/* check-list_box */
.check-list_box{
	margin-left: 0px;
	margin-bottom: 60px;
	overflow: hidden;
}
ul.check-list {
	font-size: 16px;
	line-height: 1.8;
	width: 450px;
	float: left;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	padding-left: 3.0em;
	padding-right: 1.0em;
	text-indent: -1.8em;
  width: 100%;

  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
ul.check-list li {
	margin-bottom: 20px;
  width: 45%;
}
ul.check-list li:before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 25px;
	background: url(../images/check-mini.png) no-repeat;
	margin-right: 5px;
	margin-top: -5px;
	vertical-align: middle;
}
ul.check-list li img{
  display:block;
  width: 100%;
}

@media only screen and (max-width: 640px) {

	.check-list_box{
		margin-bottom: 20px;
	}

	ul.check-list {
    text-indent: -2.4em;
		margin-bottom: 0;
		width: auto;
		float: none;
		font-size: 12px;
	}
  ul.check-list li {
    width: 100%;
  	margin-bottom: 15px;
  }

}


/* hikakuTable */
table.hikakuTable {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #A4885D;
}
table.hikakuTable th {
  padding: 6px 10px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  line-height: 1.8;
  font-size: 16px;
  text-align: center;
  border-collapse: collapse;
  border: 1px solid #A4885D;
  background: #FAF8F5;
  white-space: nowrap;
}
table.hikakuTable td {
  padding: 6px 10px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  line-height: 1.8;
  font-size: 16px;
  border-collapse: collapse;
  border: 1px solid #A4885D;
}

@media only screen and (max-width: 640px) {

  /* hikakuTable */
  table.hikakuTable {
    margin-top: 0;
  }

  table.hikakuTable td,table.hikakuTable th {
      font-size: 12px;
  }

}

@media only screen and (max-width: 400px) {

  table.hikakuTable th {
    white-space: normal;
    width: 80px;
    padding: 6px 6px;
  }

}


/* balloon */
h4.balloon {
	background: url(../images/balloon-back.png) no-repeat center center #A4885D;
	font-size: 22px;
	color: white;
	padding: 8px;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
h4.balloon:before {
	content: '';
	box-sizing: border-box;
	width: 10px;
	height: 20px;
	display: block;
	position: absolute;
	border-top: solid 18px #A4885D;
	border-right: solid 7px transparent;
	border-bottom: solid 7px transparent;
	border-left: solid 7px transparent;
	bottom: -25px;
	left: 25px;
}

@media only screen and (max-width: 640px) {
	h4.balloon {
		font-size: 16px;
	}
}


/* point_text */
p.point_text {
  background: #f5f1ed;
  color: #786443;
  font-size: 16px;
  line-height: 1.5;
  padding: 5px;
  display: inline-block;
}

@media only screen and (max-width: 640px) {

  /* point_text */
  p.point_text {
    display: block;
    font-size: 13.2px;
  }

}

/* side_line */
p.side_line {
  font-size: 28px;
  font-weight: 400;
  color:#002345;
  display: flex;
  align-items: center;
}
p.side_line:before,
p.side_line:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #002345;
}
p.side_line:before {
    margin-right: 1rem;
}
p.side_line:after {
    margin-left: 1rem;
}

@media only screen and (max-width: 640px) {

  p.side_line {
    font-size: 22px;
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  p.side_line:before,
  p.side_line:after {
    display: none;
  }

}


 /* step_flow */
ul.step_flow {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
 }
ul.step_flow li{
  width: 31%;
  margin-bottom: 2%;
 }
ul.step_flow::after{
   content:"";
   display: block;
   width:31%;
}
ul.step_flow li h5{
  margin-bottom: 10px;
}
ul.step_flow li img{
  max-width: 294px;
}

@media only screen and (max-width: 640px) {

  ul.step_flow {
    display: block;
  }
  ul.step_flow li{
    width: 100%;
    margin-bottom: 5%;
  }
  ul.step_flow li img{
    display: block;
    margin: 0 auto;
  }

}


/*---------------------

コンテンツ共通

 --------------------*/
 .shadow-box, .info-box, header .global-navi,
 #treatment,#price,#qa .inner,
 #flow .inner,.white_inner
 {
 	box-shadow: 0px 0px 15px 0px #8f8f8f;
 	-moz-box-shadow: 0px 0px 15px 0px #8f8f8f;
 	-webkit-box-shadow: 0px 0px 15px 0px #8f8f8f;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#dddddd, direction=0, strength=8, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#dddddd, direction=90, strength=8, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#dddddd, direction=180, strength=8, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#dddddd, direction=270, strength=8, enabled=true);
 	background-color: white;
 }

 @media only screen and (max-width: 640px) {

 	.shadow-box, .info-box,
 	#treatment,#price,#qa .inner, #flow .inner,.white_inner{
 		box-shadow: none;
 	}

 }

 main article#treatment, main article#price {
 	padding: 40px;
 	margin-bottom: 100px;
  margin-top: 60px;
 }

.white_inner {
 	padding: 40px;
 }

/*  うすいブラウンバック*/
 #treatment_type {
 	background-color: #f5f1ed;
 	padding-bottom: 140px;
  padding-top: 60px;
 }

 @media only screen and (max-width: 640px) {

  #treatment_type{
    padding-top: 0;
    margin-bottom: 30px;
    padding-bottom: 0;
  }

 	main article#treatment,.white_inner,main article#price{
   padding: 20px;
 		margin-top: 0px;
    margin-bottom: 30px;
 	}

 }


/*---------------------
ここから各コンテンツ中身
#treatment
 --------------------*/

#treatment .AboutPoint .tr,
#treatment_type .AboutPoint .tr{
  display: flex;
}

#treatment .name{
  font-size: 24px;
  font-weight: 500;
  text-align: right;
}
#treatment .name span{
  font-size: 0.7em;
}

/*cases*/
#treatment ul.cases li{
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 align-items: center;
}
#treatment ul.cases li{
  padding-bottom: 3%;
  margin-bottom: 3%;
}
#treatment ul.cases li:not(:last-child){
  border-bottom: dotted 1px #A4855D;
}
#treatment ul.cases li .img_box{
  width: 20%;
  text-align: center;
}
#treatment ul.cases li .img_box img{
  max-width: 100%;
}
#treatment ul.cases li .text_box{
  width: 75%;
}
#treatment ul.cases li .text_box h5{
  font-size: 20px;
  margin-bottom: 0.8em;
  font-weight:600;
  color: #A4855D;
}
#treatment ul.cases li figure img{
  margin-bottom: 10px;
}
#treatment ul.cases li figcaption img{
  width: 50px !important;
  vertical-align: middle;
}


 @media only screen and (max-width: 640px) {

   #treatment .name{
     font-size: 20px;
     text-align: center;
   }

   #treatment .AboutPoint .tr{
     display: block;
   }

   /*cases*/
   #treatment ul.cases li {
    padding-bottom: 5%;
    margin-bottom: 5%;
    }
   #treatment ul.cases li .img_box{
     width: 100%;
   }
   #treatment ul.cases li figure img{
     width: auto;
   }
   #treatment ul.cases li .text_box{
     width: 100%;
   }
   #treatment ul.cases li .text_box h5{
     font-size: 16px;
     text-align: center;
     margin-top: 15px;
   }



 }

/* treatment_type*/
#treatment_type ul.type_links{
  display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#treatment_type ul.type_links li{
  width: 31%;
  margin-bottom: 3%;
}
#treatment_type ul.type_links::after{
  content:"";
  display: block;
  width: 31%;
}
#treatment_type ul.type_links li a{
  display: block;
  padding: 20px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  color: #422f0f;
  border: solid 1px #bba47d;
  font-weight: 500;
  border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;

  /*グラデ*/
  background: rgb(240,230,204); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(240,230,204,1) 0%, rgba(226,205,152,1) 50%, rgba(200,173,101,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(240,230,204,1) 0%,rgba(226,205,152,1) 50%,rgba(200,173,101,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(240,230,204,1) 0%,rgba(226,205,152,1) 50%,rgba(200,173,101,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0e6cc', endColorstr='#c8ad65',GradientType=0 ); /* IE6-9 */
}

#treatment_type ul.type_links li a::before{
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 13px 10px 0 10px;
  margin-right: 5px;
  border-color: #422f0f transparent transparent transparent;;
}
#treatment_type ul.type_links li a:hover{
  opacity: 0.8;
}
#treatment_type ul.type_links li a img{
  margin-left: 5px;
}


@media only screen and (max-width: 640px) {

  /* treatment_type*/
  #treatment_type ul.type_links{
    display: block;
  }
  #treatment_type ul.type_links li{
    width: 100%;
  }
  #treatment_type ul.type_links li a{
    text-align:left;
    font-size: 16px;
    padding: 15px;
  }

}

/* target_list共通 */
ul.target_list li{
  font-weight: 700;
  font-size: 18px;
  margin-top: 3%;
}
 ul.target_list li::before{
  content:  "●";
  display:  inline-block;
  color: #786443;
  position:  relative;
  margin-right: 5px;
}
/* type01 Z形成術 */
#type01 ul.type01_z{
  background: #f5f1ed;
  padding: 20px;
  margin-bottom: 20px;
}
#type01 ul.type01_z li{
  text-indent: -1.4em;
  margin-left: 1em;
}
#type01 ul.type01_z li:not(:last-child){
  margin-bottom: 3%;
}
#type01 .kizu_more{
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 20px;
  border: solid 1px #786443;
  border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
  text-decoration: none;
  color: #786443;
  background: #F5F1ED;
}

@media only screen and (max-width: 640px) {

  #type01 .AboutPoint .tr,
  #type02 .AboutPoint .tr,
  #type03 .AboutPoint .tr,
  #type04 .AboutPoint .tr{
    display: block;
  }
  #type01 .AboutPoint .tr li,
  #type02 .AboutPoint .tr li,
  #type03 .AboutPoint .tr li,
  #type04 .AboutPoint .tr li{
    width: 100%;
  }
  #type01 .AboutPoint .tr li img,
  #type02 .AboutPoint .tr li img,
  #type03 .AboutPoint .tr li img,
  #type04 .AboutPoint .tr li img{
    width: 100%;
  }

  /* target_list共通 */
  ul.target_list li{
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5em;
    padding-left: 1.5em;
    text-indent: -0.65em;
  }

}

/*---------------------
other_message
 --------------------*/
.other_message{
  width: 100%;
}
.other_message p{
  text-align: center;
  line-height: 170%;
  font-weight: bold;
  font-size: 1.6em;
}
.other_message p a{
  border-bottom: solid 2px #e63c73;
  color: #1F1813;
  text-decoration: none;
  margin: 0 5px;
}
.other_message p a:hover{
  color: #e63c73;
}
.other_message a.hyaluronic-acid_more_link{
  max-width: 640px;
  height: auto;
  margin: 0 auto;
  display: block;
  margin-top: 1em;
}
.other_message a.hyaluronic-acid_more_link img{
  width: 100%;
}
.other_message a.hyaluronic-acid_more_link img:hover{
  -webkit-box-shadow: 0 3px 15px rgb(0 0 0 / 10%);
  box-shadow: 0 3px 15px rgb(0 0 0 / 10%);
}

@media only screen and (max-width: 640px) {

  .other_message p{
    font-size: 1.2em;
  }

}

 /*---------------------
boxOuterBrown
  --------------------*/
.boxOuterBrown {
	width: 100%;
	background: #F5F1ED;
	padding: 10px;
	overflow: hidden;
}
.boxOuterBrown .boxInBrown {
	width: 100%;
	padding: 20px;
	border: 1px solid #D3C1AF;
	overflow: hidden;
}
.boxOuterBrown .boxInBrown h6 {
	color: #A4875D;
	border-bottom: 1px solid #D3C1AF;
	margin: 10px auto;
	font-size: 16px;
}

@media only screen and (max-width: 640px) {

	.boxOuterBrown .boxInBrown {
		padding: 10px;
	}

	.boxOuterBrown .boxInBrown h6 {
		font-size: 14px;
	}

}
