@charset "utf-8";
/* ===================================================================
CSS information

 file name  :  advantage_gel_sp.css
 style info :  クリニカアドバンテージ デンタルタフト
 
=================================================================== */
#article .section .photo .caption {
	width: 100%;
}
#article .section .photo .caption3 {
	margin:0;
}
#article .pickup_area .left_text dl {
	font-size: 117%;
}
.text_area {
	width: 100%;
}
.text_area p {
	color: #023690;
	font-size: 117%;
  font-weight: bold;
}
.text_area dl {
	width: 100%;
	clear: both;
	margin-bottom: 30px;
}
.text_area dl dt {
  color: #023690;
	font-size: 117%;
  font-weight: bold;
}
.text_area dl dd.img {
	text-align: center;
}
#article .section .column_area ul li {
	font-size: 1.5rem;
}
#article .section .column_area ul.specialty_details {
	padding-left: 4%;
}
#article .section .column_area ul.specialty_details li {
	width: 42%;
}
#article .section .column_area ul.specialty_details li p img {
	width: 100%;
	max-width: 214px;
}
#article .section .column_area ul li h4 {
	font-size: 100%;
}
#article .section .column_area ol li p {
	font-size: 83%;
}

#article .pickup_area .pickup_bottom ol {
	width: 100%;
	float: none;
	font-size: 1.4rem;
}
#article .pickup_area .pickup_bottom ol li em {
	display: block;
}
#article .pickup_area .pickup_bottom ol span.special_line_pc {
	display: none;
}
#article .pickup_area .pickup_bottom ol span.special_line_sp {
	display: inline-block;
}
#article .pickup_area .pickup_bottom ol li img {
	width: 15%;
	height: auto;
}
#article .pickup_area .pickup_bottom ol li span {
	width: 70%;
}
#article .pickup_area .photo.special {
	text-align: right;
}
#article .pickup_area .photo.special img {
	width: 75%;
}

.movie {
	width: 90%;
	margin: 0 auto;
	position: relative;
	padding-top: 56.25%;
	
}
.movie iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	padding-top: 29px;
}
#main .section.products .products_area .products_series ul li .product_detail a span.txt_block {
		color: #1b1b1b;
	display: block;
}
#article .section .column_area span.txt_star {
	font-size: 12px;
}

#article .qa_area {
  margin-bottom: 40px;
}
#article .qa_area dl dt {
  font-size: 1.4rem;
  position: relative;
  padding: 13px 20px 10px;
  border: 1px solid #e9eaec;
  font-weight: bold;
  text-indent: 23px;
}
#article .qa_area dl dt:before {
  content: "";
  width: 20px;
  height: 22px;
  background: url(../image/ico-q.png) no-repeat left center;
  position: absolute;
  left: 15px;
  top: 12px;
}
#article .qa_area dl dd {
  padding: 30px 10px 10px;
  border: 1px solid #e9eaec;
  border-top: none;
}
#article .qa_area dl dd:after{
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
#article .qa_area dl dd .photo {
  width: 100%;
  float: none;
}
#article .qa_area dl dd .photo img {
  width: 100%;
  height: auto;
  max-width: 155px;
}
#article .qa_area.qa_area_02 dl dd .photo img {
   max-width: 287px;
}
#article .qa_area dl dd .text {
  width: 100%;
  float: none;
  font-size: 1.4rem;
  margin-top: 20px;
}
#article .qa_area dl dd .text p {
  margin-bottom: 15px;
}

#article .flow ul li {
  margin-bottom: 15px;
}
#article .flow ul li .photo,
#article .flow ul li .title,
#article .flow ul li .text {
  display: table-cell;
  vertical-align: middle;
}
#article .flow ul li .photo {
  width: 55px;
}
#article .flow ul li .title {
  font-size: 1.4rem;
  padding: 0 10px;
  position: relative;
  width: 130px;
  text-align: center;
}
#article .flow ul li .title span {
  color: #00bce4;
}
#article .flow ul li .title:after {
  content: "";
  width: 110px;
  height: 20px;
  background: url(../image/advantage_gel/bg-flow.gif) no-repeat left top;
  background-size: 100%;
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin-left: -55px;
}
#article .flow ul li:last-child .title:after {
  display: none;
}
#article .flow ul li .text {
  padding-left: 0;
  font-size: 14px;
  width: auto;
}