@charset "UTF-8";
/* --- 共通部品 --- */
.clearfix:after {
	clear: both;
	content: "";
	display: block;
}
#container div.wrap {
	width: 870px;
	margin: 0 auto;
	text-align: left;
}
/* --- 共通部品 - DENTAL OFFICE with MORITA文言 --- */
.dental_morita {
	padding-left: 20px;
	margin-bottom: 0;
}
.dental_morita {
	color: #a8d1b6;
	background: url(../img/icon_memo_small.png) left no-repeat;
}
/* --- 共通部品 - ボタン --- */
.btn_box {
	display: table;
	border-collapse: separate;
	border-spacing: 10px;
	background: url(../img/index_bg_btn01.gif) left top repeat;
	width: 100%;
}
.btn_box .btn {
	display: table-cell;
	background: url(../img/common_icon_right01.png) 12px center no-repeat #E60012;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 1.3;
	vertical-align: middle;
	text-align: center;
	border-radius: 5px;
	text-indent: 10px;
	height: 60px;
	font-size: 128%;
	font-weight: 700;
}
.btn_box__sup {
	margin: 8px 0 0;
	text-align: center;
}
.btn_box__sup a {
	color: #6EB397;
	text-decoration: underline !important;
}
.btn_box__sup a:hover {
	text-decoration: none !important;
}
/* .back-manualindex */
.back-manualindex {
	margin: 80px 0 0;
	padding: 30px 0;
	text-align: center;
	border-bottom: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
}
.back-manualindex p {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 6px 0;
  display: inline-block;
}
/* --- メインビジュアル --- */
#mainvisual {
	width: 100%;
}
#mainvisual_in {
	position: relative;
	padding: 50px 0 50px;
}
#mainvisual_in .mainvisual__tit {
	width: 304px;
	height: auto;
	margin-bottom: 25px;
}
#mainvisual_in h1 {
	font-size: 14px;
	font-weight: normal;
	color: #666;
}
img.photo01.mv {
	position: absolute;
	right: -24px;
	top: 8px;
	z-index: -1;
}

/* --- コンテンツ --- */
#container {
	margin-top: -20px;
}
#container .container_in {
	width: 100%;
	padding: 30px 0;
	margin-bottom: 10px;
	behavior: url(/common/js/PIE.htc);
	-pie-background: url(/common/img/bg_contents01.png) no-repeat center top, url(/common/img/bg_contents02.png) no-repeat center bottom;
	position: relative;
}
#container .container_in:nth-child(2) {
	padding-top: 40px;
}
#container_wrap {
	background: url(../img/bg02.jpg) center top repeat-y;
}
#container h2.tit01 {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 45px;
  padding: 0 0 0 15px;
  border-left: solid 5px #6EB397;
}
#container h2.tit02 {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 45px;
  padding: 0 0 0 15px;
  border-left: solid 5px #6EB397;
}
#container span.tit01__label {
  color: #fff;
  font-weight: bold;
  margin: 0 0 0 15px;
  padding: 5px 10px 3px;
  background: #6EB397;
}
#container span.tit01__label.colorGray {
  background: #505050;
}

/* --- コンテンツ - （最新号エリア） --- */
#container .sec01 {
	width: 100%;
	background-color: #FFF;
	padding: 30px 0 100px;
}
#container .sec01.lawer {
	padding-bottom:0;
}
.dentalOfficeIndexList {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 45px;
}
.dentalOfficeIndexList__item {
  width: 260px;
}
.dentalOfficeIndexList__thumb {
  margin: 0 0 15px;
  position: relative;
}
.dentalOfficeIndexList__thumb span {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 10px 2px;
  background: #505050;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.dentalOfficeIndexList__tag {
  margin: 15px 0 0;
}
.dentalOfficeIndexList__name {
  font-size: 16px;
}
.dentalOfficeIndexList__name i {
  font-size: 14px;
  font-style: italic;
}
.dentalOfficeIndexList__link:link,
.dentalOfficeIndexList__link:visited {
  color: #333;
}

/* --- コンテンツ - （条件検索エリア） --- */
#container .sec02 {
  padding: 100px 0 150px;
	background: #e2f0ea;
	background: -moz-linear-gradient(top, #e2f0ea 0%, #eef4f2 100%);
	background: -webkit-linear-gradient(top, #e2f0ea 0%, #eef4f2 100%);
	background: linear-gradient(to bottom, #e2f0ea 0%, #eef4f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2f0ea', endColorstr='#eef4f2', GradientType=0);
  position: relative;
}
#container .sec02::before {
	content: "";
	width: 100%;
	height: 40px;
	background: url("../../img/lp_bg_section_top.png?d=210906") repeat-x -25% top;
	display: block;
  position: absolute;
  top: 0;
}
#container .sec02::after {
	content: "";
	width: 100%;
	height: 40px;
	background: url("../../img/lp_bg_section_bottom.png?d=210906") repeat-x -75% bottom;
	display: block;
  position: absolute;
  bottom: 0;
}
#container .sec02 .wrap {
  position: relative;
}
#container .sec02 .dentaloffice_imgbox01 {
  position: absolute;
  top: -100px;
  right: 0;
  z-index: 1;
}
#container .sec02 .dentaloffice_imgbox02 {
  position: absolute;
  bottom: -200px;
  right: -180px;
  z-index: 1;
}
select.serachList__select {
  color: #666;
  font: inherit;
  line-height: 1;
  width: 100%;
  margin: 0;
  padding: 1em 4em 1em 1em;
  background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, #006923, #006923);
  background-position: calc(100% - 21px) calc(1em + 5px), calc(100% - 16px) calc(1em + 5px), 100% 0;
  background-size: 5px 5px, 5px 5px, 3em 3em;
  background-repeat: no-repeat;
  border: none;
  border-radius: 5px;
  display: inline-block;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select.serachList__select:hover {
  cursor: pointer;
}
select.serachList__select:focus {
  outline: 0;
  border: none;
}
select.serachList__select option:disabled {
  color: #ccc;
}
.serachList {
  margin: 0 0 50px;
  padding: 25px 50px 30px;
  background: #6eb397;
  border-radius: 10px;
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  
}
.serachList__item {
  width: 230px;
}
.serachList__label {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px;
}
.notApplicable {
  font-size: 16px;
  font-weight: bold;
  display: none;
}

/* --- コンテンツ - （下層） --- */
.detailHead {
  display: flex;
  flex-wrap: wrap;
}
.detailHead__clinic {
  color: #fff;
  font-weight: bold;
  width: 270px;
  padding: 40px 20px;
  background: #6eb397;
  box-sizing: border-box;
}
.detailHead__pic {
  width: 600px;
}
.detailHead__partNumber {
  font-size: 16px;
  margin-bottom: 15px;
  display: block;
}
.detailHead__partNumber::before {
  content:"-";
  margin-right: 5px;
}
.detailHead__corporation {
  font-size: 16px;
  letter-spacing: .05em;
  margin-bottom: 5px;
  display: block;
}
.detailHead__name {
  font-size: 24px;
  letter-spacing: .05em;
  display: block;
}
.detailHead__address {
  font-size: 12px;
  line-height: 1.75;
  margin-top: 15px;
  padding-left: 30px;
  position: relative;
  display: block;
}
.detailHead__address::before {
  content:"";
  width: 21px;
  height: 15px;
  background: url("../img/common_icon_house01.svg") no-repeat 0 0 / cover;
  position: absolute;
  top: 2px;
  left: 0;
}
.detailBody {
  margin-top: 60px;
}
.detailBodyMain__catch {
  font-size: 24px;
}
.detailBodyMain__description {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 30px;
}
.detailBodyStyle {
  margin-top: 40px;
  padding: 30px 35px 20px;
  position: relative;
}
.detailBodyStyle::before,
.detailBodyStyle::after {
  content:"";
  width: 59px;
  height: 59px;
  position: absolute;
  display: block;
}
.detailBodyStyle::before {
  border-top: solid 1px #6eb397;
  border-left: solid 1px #6eb397;
  top: 0;
  left: 0;
}
.detailBodyStyle::after {
  border-bottom: solid 1px #6eb397;
  border-right: solid 1px #6eb397;
  bottom: 0;
  right: 0;
}
.detailBodyStyle__title {
  color: #6eb397;
  font-size: 20px;
  margin-bottom: 10px;
}
.detailBodyStyle__description {
  font-size: 16px;
  line-height: 1.75;
}
.detailBodyGallery {
  margin-top: 60px;
}
.detailBodyGalleryList {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.detailBodyGalleryList__item {
  width: 415px;
}
.detailBodyGalleryList__item-full {
  width: 100%;
}
.detailBodyGalleryList__item-350 {
  width: 350px;
}
.detailBodyGalleryList__item-390 {
  width: 390px;
}
.detailBodyGalleryList__item-440 {
  width: 440px;
}
.detailBodyGalleryList__item-480 {
  width: 480px;
}
.detailBodyGalleryList__figure {
  margin: 0;
  padding: 0;
}
.detailBodyGalleryList__caption {
  font-size: 14px;
  line-height: 1.75;
  margin-top: 10px;
  padding: 0;
}
.detailBodyGalleryList__captionTitle {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
}
.detailBodyLayout {
  margin-top: 80px;
  position: relative;
}
.detailBodyLayout__title {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
  border-bottom: solid 1px #6eb397;
}
.detailBodyLayout__title span {
  padding: 10px 10px 10px 20px;
  background: #6eb397;
  display: inline-block;
  position: relative;
}
.detailBodyLayout__title span::after {
  content:"";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0px 0px 30px;
  border-color: transparent transparent transparent #6eb397;
  position: absolute;
  bottom: 0;
  right: -30px;
}
.detailBodyLayout__map {
  text-align: right;
}
.detailBodyLayout__map-center {
  text-align: center;
}
.detailBodyLayoutList {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  top: 75px;
  left: 25px;
}
.detailBodyLayoutList__item {
  padding-left: 1.4em;
  text-indent: -1.4em;
}
.detailBodyLayoutList__item::before { content: "■ "; }
.detailBodyLayoutList__item-pink::before { color: #fadce9; }
.detailBodyLayoutList__item-orange::before { color: #fce2cb; }
.detailBodyLayoutList__item-blue::before { color: #e8f5fa; }
.detailBodyLayoutList__item-yellow::before { color: #fffbc7; }
.detailBodyLayoutList__item-green::before { color: #daeddc; }
.detailBodyLayoutList__item-purple::before { color: #e9e6f3; }
.detailBodyColumn {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 80px;
  background: #efece8;
  border-radius: 20px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
  position: relative;
}
.detailBodyColumn::before {
  content: "";
  width: 180px;
  height: 100%;  
  background: #e3e0dc;
  border-radius: 0 20px 20px 0;  
  position: absolute;
  top: 0;
  right: 0;
}
.detailBodyColumn__inner {
  padding: 50px 60px;
  position: relative;
}
.detailBodyColumn__title {
  position: absolute;
  top: -35px;
  left: -25px;
}
.detailBodyColumn__profile {
  float: right;
  width: 150px;
  margin: 0 0 20px 30px;
}
.detailBodyColumn__caption {
font-size: 12px;

text-align: center;
margin-top: 10px;

}
.detailBodyColumn__catch {
  font-size: 24px;
  margin-bottom: 20px;
}
.detailBodyColumn__attached {}
.detailBodyColumn__attached-floatL {
  float: left;
  margin: 15px 20px 15px 0;
}
.detailBodyColumn__attached-w375 {
  width: 375px;
}

/* --- コンテンツ - （CVエリア） --- */
#container .sec03 {
	width: 100%;
	background-color: #FFF;
	padding: 100px 0 60px;
}
.anno {
	background-color: #f1f7f3;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	overflow: hidden;
	margin-bottom: 30px;
}
.anno .anno_wrap {
	margin: 0 60px 30px 60px;
}
.anno .anno__title01 {
	height: 40px;
	line-height: 40px;
	margin: 30px 0 15px 0;
	padding-left: 30px;
	font-size: 18px;
	font-weight: normal;
}
.anno .anno__title01 {
	color: #333333;
	background: url(../img/icon_memo.png) left 4px no-repeat;
}
.anno .anno_text {
	line-height: 24px;
}
.officePDFImage .data {
  width: 264px;
  height: auto;
}
.officePDFImageList {
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.officePDFImageList__item {
  width: 162px;
  height: 115px;
  position: relative;
}
.officePDFImageList__item img {
  vertical-align: middle;
}
.officePDFImageList__item:after {
  content:"";
  width: 100%;
  height: 100%;
  border: solid 1px #ccc;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* --- コンテンツ - （バリアフリー） --- */
#container .sec04 {
	width: 100%;
	background-color: #FFF;
	padding: 30px 0 60px;
}
.bariafree h4 {
	width: 151px;
	font-weight: normal;
	font-size: 16px;
	position: relative;
	color: #FFF;
	background-color: #7cbba1;
	padding: 3px 5px 3px 38px;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.bariafree h4::before {
	position: absolute;
	content: "";
	display: block;
	width: 14px;
	height: 19px;
	background: url("../img/icon_doc_white01.png") 0 0 no-repeat;
	background-size: 14px 19px;
	top: 50%;
	left: 13px;
	margin-top: -10px;
}
.bariafree p.catch {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 50px;
}
.map-wrap {
	padding: 20px 0 80px;
	text-align: center;
}
.popupWrap {
	overflow: hidden;
}
.popupWrap__item {
	margin-top: -100px;
	padding: 100px 0 30px;
	overflow: hidden;
}
.popupWrap h5 {
	display: inline-block;
	width: 100%;
	background: url(../../common/img/icon_doc_green03.gif) left center no-repeat;
	padding: 15px 0 15px 30px;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 20px 0;
	border-top: 1px dotted #d8d6d6;
	border-bottom: 1px dotted #d8d6d6;
	text-align: left;
	box-sizing: border-box;
}
.popupWrap .imgWrapLeft {
	float: left;
	width: 320px;
	margin-right: 40px;
}
.popupWrap .imgWrapLeft img {
	margin-bottom: 10px;
}
.popupWrap .imgWrapCenter {
	width: 100%;
	text-align: center;
}
.popupWrap ul {
	list-style-type: none;
	width: 510px;
	float: left;
	padding: 0;
	overflow: hidden;
	margin: 0 0 30px 0;
}
.popupWrap ul.col01 {
	float: none;
	width: 100%;
}
.popupWrap ul li {
	color: #666666;
	margin-top: 15px;
	padding-left: 20px;
	background-image: url(../img/list_bg.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	text-align: left;
}
.popupWrap ul li.midashi {
	color: #7f582c;
	font-weight: 700;
	margin-top: 15px;
	padding-left: 0;
	background-image: none;
}
.popupWrap ul li.mb50 {
	margin-bottom: 50px;
}
.popupWrap .spMode {
	display: none;
}