/* box_btn
============================================================================================================ */
.btn_r {
    float: right;
	margin-bottom: 50px;
}
.btn_r + * {
    clear: both;;
}

button.box_btn,
a.box_btn,
a .box_btn {
	position: relative;
	display: inline-block;
	width: 280px;
	padding: 9px 10px 9px 0;
  border: #363636 solid 1px;
	background-color: #fff;
	text-decoration: none;
	text-align: center;
	color: #1D1D1D;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.5;
}
button.box_btn:before,
a.box_btn:before,
a .box_btn:before {
  content: '';
  position: absolute;
  bottom: -3px;
  right: -3px;
  display: block;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: transparent #363636 #363636 transparent;
}
button.box_btn {
	display: inline-block;
}
/*.box_btn.dark {
	background-color: #080808;
	color: #fff;
}
.box_btn.dark::before {
	border-color: #fff;
}*/

@media screen and (min-width: 769px), print {
	body.init .box_btn,
	body.init .box_btn::before {
		-webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out, opacity 0.2s ease-in-out;
		-o-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out, opacity 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out, opacity 0.2s ease-in-out;
	}
/*	button.box_btn:hover,
	a[href].box_btn:hover,
	a[href]:hover .box_btn {
		background-color: #67A2B7;
		color: #fff;
	}
	button.box_btn:hover::before,
	a[href].box_btn:hover::before,
	a[href]:hover .box_btn::before {
		border-color: #fff;
	}
	.box_btn.dark:hover,
	a:hover .box_btn.dark {
		background-color: #fff;
		color: #080808;
	}
	.box_btn.dark:hover::before,
	a:hover .box_btn.dark::before {
		border-color: #080808;
	}*/
}
@media screen and (max-width: 768px) {
	button.box_btn,
	a.box_btn,
	a .box_btn {
		width: 220px;
		font-size: 1.4rem;
	}
	.box_btn::before {
		right: 20px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
	}
}

.btn_group {
}
@media screen and (min-width: 769px), print {
	.btn_group {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
	}
	.btn_group li {
		padding: 0 12px;
	}
}
@media screen and (max-width: 768px) {
	.btn_group li + li {
		margin-top: 12px;
	}
}

/* footer
============================================================================================================ */
footer {

}
.footer_btn {
	position:relative;
	background:#003A51;
	color:#fff;
	padding:110px 0 50px;
  overflow: hidden;
}
.footer_btn:after {
	position:absolute;
	content:'';
	height:0;
	width:0;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 50px 50vw 0 50vw;
  border-color: #fff transparent transparent transparent;
  transform: translateX(-50%);
}
.footer_btn h2 {
	font-size:28px;
}
.footer_btn p span {
	color:#FFF5A5;
	font-size:3.6rem;
	line-height:1.3;
}
.footer_btn_flex {
	display:flex;
	justify-content:space-around;
	width:80%;
	margin:30px auto 15px;
}
.footer_btn_flex div {
	width:48%;
	text-align:center;
}
.footer_btn_flex a {
	display:block;
	padding:10px 0;
	background:#76B8BE;
	color:#fff;
	font-size:2.2rem;
	text-decoration:none;
}
.footer_btn_flex a:hover {
	background:#356171;
}
.footer_inner {
	background:#012534;
	padding:40px 0px;
		color:#fff;
}
.footer_inner address{
	margin:20px 0 10px;
	font-size:1.6rem;
}
.footer_inner ul {
	color:#fff;	
	font-size:1.6rem;
}
.footer_inner ul li:before {
	content:'-';
	margin-right:5px;
}

.copy {
	padding: 30px 0 50px;
	text-align: center;
	font-size: 12px;
}

@media screen and (max-width: 768px) {
.footer_btn_flex {
	display:inherit;
	width:100%;
	margin:20px auto 15px;
}
.footer_btn_flex div {
	width:100%;
	margin-bottom:10px;
	text-align:center;
}

}


/* ===================================================================================================================

	下層ページ 

=================================================================================================================== */


.title_h2 {
	font-size:34px;
	font-size:3.4rem;
	padding-left: 30px;
	position: relative;
	display: block;
	color:#645236;
} 
.title_h2::before {
	position: absolute;
	content: '';
	height: 1px;
	width: 20px;
	top:30px;
	left: 0;
	background: #645236;
}

.title_h3 {
		position: relative;
		color: #184657;
		font-size:26px;
		font-size:2.6rem;
}

@media screen and (max-width: 768px) {
	.title_h2 {
		font-size:24px;
		font-size:2.4rem;
		line-height: 1.4;
		padding-left: 25px;
	} 
	.title_h2::before {
		position: absolute;
		content: '';
		height: 1px;
		width: 18px;
		top:17px;
		left: 0;
		background: #645236;
	}
	.title_h3 {
		line-height:1.3;
			padding: 12px 25px 10px 25px;
}

}

/* 四角に太線のボックス
.first_point {
	position: relative;
	border: solid 1px #080808;
	background-color: #fff;
	padding: 50px;
	text-align:center;
	font-size:3.0rem;
	line-height: 1.5;
	margin: 0 auto 50px;
	color:#080808;

}
.first_point::before,
.first_point::after {
position: absolute;
  content: "";
  display: block;
  background-color:#fff;
}
.first_point::before {
	top: -1px;
	bottom: -1px;
	left: 40px;
	right: 40px;
  }
  
  .first_point::after {
	top: 40px;
	bottom: 40px;
	left: -1px;
	right: -1px;
  }
  
  .first_point span {
	position: relative;
	z-index: 1;
  }

  .menu_box {
	background: #fff;
	padding: 40px;
	margin-bottom: 40px;
	 margin-left:0;
	  margin-right:0;
  }
.border {
	border:1px dotted #080808;
}
  .menu_box h3 {
	position: relative;
	border-bottom:1px solid #464646;
	padding-bottom: 7px;
	font-size: 26px;
	font-size: 2.6rem;
	color:#2E1610;
	margin-bottom: 15px;
}
.menu_box h3::before {
	content: '';
	position: absolute;
	width:80px;
	height: 2px;
	background: #978460;
	left: 0;
	bottom:-1px;
}
.menu_box h4  {
font-size: 18px;
	font-size: 1.8rem;
	line-height:1.4;
	margin-bottom:10px;
	font-weight:bold;
}
.menu_box p {
	margin-bottom: 25px;
}
.menu_box ul {
	font-size: 16px;
	font-size: 1.6rem;
	margin-left: 25px;
}
.menu_box li{
	list-style-type: square;
	line-height: 2.4;
}
*/
.btn_flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	width: 500px;
}


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

	.btn_flex {
		display: initial;
		width: auto;
	}
	.btn_flex a {
		margin-bottom: 30px;
	} 
	
	/*
	.first_point {
		padding: 30px;
		font-size:2.6rem;
		text-align:center
	}
	.menu_box {
	padding: 30px 25px;
  }
	.menu_box h3 {
		line-height:1.3;
	}
	*/
}
/* ===================================================================================================================

	下層ページヘッダー

=================================================================================================================== */

.sub_header_bg {
  position: relative;
  min-height: 350px;
}
.sub_header_bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
clip-path: polygon(0 0, 100% 0%, 100% 18%, 0 54%);
}
.sub_header_bg:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #EDF4F6;
clip-path: polygon(0 0, 100% 0%, 100% 30%, 0 -10%);
}
.sub_logo {
	position:absolute;
	top:160px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.sub_logo h1{
text-align:center;
	margin-top:10px;
}
.subpage_ttl {
	position:relative;
	margin-top:80px;
	height:6px;
	width:100%;
	background:#DCEDEC;
	text-align:center;
}
.subpage_ttl img{
position:absolute;
	top:-57px;
 left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width:100%;
}
#header_sub h2 {
	margin:30px 0 0;
	text-align:center;
	font-size:24px;
	color:#56A6B5;
}

@media screen and (max-width: 550px) {
.sub_header_bg {
  position: relative;
	top:50px;
  min-height: 150px;
}
.sub_logo {
	position:absolute;
	top:130px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.subpage_ttl {
	position:relative;
	margin-top:100px;
	height:3px;
	width:100%;
	background:#DCEDEC;
	text-align:center;
}
	.subpage_ttl img{
position:absolute;
	top:-20px;
 left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
	#header_sub h2 {
	margin:30px 0 0;
	text-align:center;
	font-size:20px;
	color:#56A6B5;
}
}

/* ===================================================================================================================

	院内設備

=================================================================================================================== */



/* ===================================================================================================================

	診療科目

=================================================================================================================== */
.flex_menu {
	display:flex;
	flex-flow:row wrap;
	width:100%;
}
.flex_menu .menu_item {
	width:calc(33% - 20px);
	margin-bottom:25px;
}
.flex_menu .menu_item a {
	display:block;
	text-decoration:none;
}
.flex_menu img {
	width:100%;
	margin-bottom:5px;
}
.flex_menu .menu_item a:hover {
	opacity:0.8;
	transform:1s;
}
.flex_menu .menu_item h3 {
	margin-bottom:0px;
}
@media screen and (max-width: 767px) {
	.flex_menu .menu_item {
	width:100%;
}
}

/* ===================================================================================================================

	インプラント

=================================================================================================================== */
.bg-lightgreen_basic {
  background-color: #E7EFF1;
	padding:20px 0 80px;
	overflow:hidden;
	position:relative;
}
.bg-lightgreen {
 position: relative;
  overflow: hidden;
  margin: 2% 0;
  padding:150px 0 150px;
}
.bg-lightgreen:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 3% -10% 0;
  background-color: #E7EFF1;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
  z-index: -1;
}

.contents_inner {
  box-sizing: boder-box;
  width: 100%;
  max-width: 640px;
  height: 100%;
  margin: 0 auto;
  padding: 100px 10px 120px;
  color: #fff;
  text-align: center;
}

.bg-gray {
  background-color: #F2F2ED;
}
.bg-gold {
  background-color:#D9CDA6;
}
.arrow_box{
    position:relative;
    background:#FFFFFF;
    padding:10px 15px;
    text-align:center;
    border-bottom:1px solid #464646;
}
.arrow_box:after,.arrow_box:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:50%;
}
.arrow_box:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:20px;
    border-bottom-width:20px;
    border-left-width:0px;
    border-right-width:20px;
    margin-left: -20px;
    border-top-color:#FFFFFF;
}
.arrow_box:before{
    border-color: rgba(70, 70, 70, 0);
    border-top-width:21px;
    border-bottom-width:21px;
    border-left-width:0px;
    border-right-width:21px;
    margin-left: -20px;
    margin-top: 1px;
    border-top-color:#464646;
}


.lower_section {
  padding: 5rem 0;
}
.lower_section p {
  margin-bottom: 1em;
}

.lower_section .headline_1 {
  margin-bottom: 4rem;
  text-align: center;
  color: #080808;
  font-size: 3.6rem;
  font-weight: normal;
  line-height: 1.4;
}
.lower_section .headline_1 .en {
  position: relative;
  top: -8px;
  display: inline-block;
  width: 100%;
  color: #67A2B7;
  font-size: 1.4rem;
	font-weight:normal;
  line-height: 1;
}
.lower_section .headline_1 .headline_1-sub {
  position: relative;
  top: -8px;
  display: inline-block;
  width: 100%;
  color: #9D9273;
  font-size: 16px;
  line-height: 1;
}
.ttlBox_imp header {
	position:relative;
	padding-top:23px;
}
.ttlBox_imp header img {
	margin:0 0 5px 20px;
}
.ttlBox_imp header h3 {
	font-size:3.2rem;
	color:#56B5AC;
	margin-bottom:25px;
}

@media screen and (max-width: 767px) {
  .lower_section .headline_1 {
    font-size: 30px;
  }
.bg-lightgreen_basic {
  background-color: #E7EFF1;
	padding:60px 0 60px;
	overflow:hidden;
	position:relative;
}
.bg-lightgreen {
 position: relative;
  overflow: hidden;
  margin: 0 0 -100px;
  padding:80px 0 200px;
}
.bg-lightgreen:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 3% -10% 0;
  background-color: #E7EFF1;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
  z-index: -1;
}
}

.lower_section .headline_2 {
  position: relative;
  margin-bottom: 3rem;
  padding-bottom: 50px;
  font-size: 3.6rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
}


@media screen and (max-width: 767px) {
  .lower_section .headline_2 {
    font-size: 30px;
  }
  .lower_section .headline_2 {
    padding-bottom: 25px;
  }
  .lower_section .headline_2:before {
    border-top-width: 25px;
  }
	.ttlBox_imp header h3 {
line-height:1.3;
}
}


.lower_section .headline_3 {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 2rem;
  margin-left: 5px;
  padding: 8px;
  padding-left: 30px;
  color: #fff;
  font-size: 30px;
  line-height: 1.3;
  background-color: #67A2B7;
}
.lower_section .headline_3:before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  display: block;
  width: 38px;
  height: 100%;
  background: url("../img/implant/ic_headline_3.png") no-repeat top left / 100% 100%;
}
.lower_section .headline_3:after {
  content: attr(data-en);
  position: absolute;
  bottom: 100%;
  transform: translateY(.2em);
  right: 0;
  display: block;
  color: #B5A987;
  font-style: italic;
  font-size: 1.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .lower_section .headline_3 {
    font-size: 20px;
  }
}


.lower_section .headline_4 {
  /*margin-top: 3rem;*/
 border-left: 1px solid #77C7BF;
  margin-bottom: 1.0rem;
  padding-left: 0.5em;
  font-size: 26px;
  line-height: 1.3;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .lower_section .headline_4 {
    font-size: 2.2rem;
	  margin-bottom:15px;
  }
}


.lower_section .headline_5 {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-bottom: .5em;
  color: #52BFB4;
  font-size: 28px;
  font-weight: normal;
  text-align: center;
}
.lower_section .headline_5:before,
.lower_section .headline_5:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 20px;
  height: 1px;
}
.lower_section .headline_5:before {
  right: 50%;
  background-color: #52BFB4;

}
.lower_section .headline_5:after {
  left: 50%;
  background-color: #ADDDD9;
}
.lower_section .headline_6 {
  font-size: 3.0rem;	
}
#oneday h1 {
	text-align:center;
  font-size: 4.6rem;	
	line-height:1.0;
	margin-bottom:30px;
}
#oneday h1 span {
	  font-size: 1.8rem;	
}

.step_content {
 position:relative;
    width:100%;
	border-bottom:1px solid #323232;
	padding:15px;
	margin-bottom:25px;
}
.step_content:after,.step_content:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:15%;
}
.step_content:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:14px;
    border-bottom-width:14px;
    border-left-width:11px;
    border-right-width:11px;
    margin-left: -11px;
    border-top-color:#FFFFFF;
}
.step_content:before{
    border-color: rgba(50, 50, 50, 0);
    border-top-width:14px;
    border-bottom-width:14px;
    border-left-width:11px;
    border-right-width:11px;
    margin-left: -11px;
    margin-top: 1px;
    border-top-color:#323232;
}


.step_content .stepNum {
padding:5px 15px;
	background:#77C7BF;
	border-left:3px solid #ADDDD9;
	color:#fff;
	font-size:2.0rem;
}

@media screen and (max-width: 767px) {
  .lower_section .headline_5 {
    font-size: 18px;
  }
}

.lower_section figure {
  font-size: 16px;
  margin-bottom: 1rem;
}
.lower_section figure img {
  max-width: 100%;
}
.lower_section figure.fig-normal figcaption {
  margin-top: 1rem;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #184657;
  line-height: 1.2;
}
.lower_section figure.fig-black {
  position: relative;
  padding-bottom: 1em;
}
.lower_section figure.fig-black figcaption {
  position: absolute;
  bottom: 0;
  padding: .2em 1em  .3em;
  color: #fff;
  font-weight: normal;
  background: #212121;
}
.lower_section figure.fig-black.fig-black-left figcaption {
  left: .5em;
}
.lower_section figure.fig-black.fig-black-right figcaption {
  right: .5em;
}


.lower_section .alignleft {
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .lower_section .alignleft,
  .lower_section .alignright {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .lower_section .alignleft {
    float: left;
    margin-right: 1em;
  }
  .lower_section .alignright {
    float: right;
    margin-left: 1em;
  }
}

.lower_section .list_1 {
  font-size: 16px;
  margin-bottom: 1em;
}
.lower_section .list_1 dt {
  font-size: 1.3em;
  color: #184657;
}


.lower_section .list-img5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 2rem 0;
}
.lower_section .list-img5 li {
  width: 18%;
  margin-bottom: 10px;
}
.lower_section .list-img5 li img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .lower_section .list-img5 li {
    width: 30%;
  }
}

.lower_toc {
	position:relative;
  margin: 5rem 0;
  padding: 3rem 0;
  font-size: 16px;
  background-color: #272B28;
}
.lower_toc ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.lower_toc ol li {
  margin-right: 50px;
}
.lower_toc ol li a {
  display: inline-block;
  padding: 5px;
  padding-right: 30px;
  color: #fff;
  position: relative;
}
.lower_toc ol li a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 5px;
	width: 10px;
	height: 10px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: translateY(-75%) rotate(45deg);
	transform: translateY(-75%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .lower_toc {
    font-size: 14px;
  }
  .lower_toc ol {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .lower_toc ol li {
    margin-right: 0;
  }
}


.block_normal,
.block_gold,
.block_silver {
  height: 100%;
/*  margin-bottom: 20px;*/
  padding: 20px;
  background-color: #fff;
	border:1px solid #707070;
}
@media screen and (max-width: 767px) {
  .block_normal,
  .block_gold,
  .block_silver {
    margin-bottom: 20px;
  }
}

.ttl01_h3 {
  position: relative;
  padding: 0px 4px 0px 15px;
  margin-bottom: 2rem;
  color: #2A2A2A;
  font-size: 2.6rem;
	border-left:1px solid #77C7BF;
}

.block_gold h3,
.block_silver h3 {
  margin: -20px;
  margin-bottom: 2rem;
  padding: 10px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.block_gold h3 {
  color: #fff;
  background-color: #9D9273;
}
.block_silver h3 {
  color: #fff;
  background-color: #797979;
}

.feature_achievement {
  position: relative;
  min-height: 460px;
}
 .feature_achievement img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
clip-path: polygon(0 5%, 100% 18%, 100% 100%, 0% 100%);
}
.feature_achievement:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #EDF7F7;
clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
}

.block_achievement {
	position:absolute;
	z-index:5;
	top:260px;
	left:38%;
}
.block_achievement .block_achievement-title {
  color: #CEC2A0;
	  font-size: 2.0em;
}
.block_achievement .block_achievement-title img {
 width:140px;
}

.block_achievement .block_achievement-title strong {
  font-size: 3em;
	line-height:1.1;
	font-weight:bold;
}
.block_achievement-txt {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .block_achievement {
	  width:700px;
  }
  .block_achievement .inner {

  }
.block_achievement .block_achievement-title  p {
	margin-top:25px;
	font-size:2.8rem;
	line-height:1.2;
}
}

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

  .block_achievement .block_achievement-title {
    padding-top: 5%;
    padding-bottom: 40%;
	  text-align:right;
  }
.block_achievement .block_achievement-title img {
 width:140px;
	margin-top:20px;
	margin-bottom:20px;
}
	.block_achievement .block_achievement-title strong {
  font-size: 3.2em;
	line-height:1.2;
}
.block_achievement-txt {
    padding: 30px 20px;
	background:#282C29;
  }
  .block_achievement .block_achievement-txt > *:last-child {
    margin-bottom: 0;
  }
	.block_achievement .block_achievement-title  p {
	font-size:2.2rem;
	line-height:1.2;
}
	
.feature_achievement {
  position: relative;
  min-height: 340px;
}
 .feature_achievement img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
clip-path: polygon(0 0%, 100% 10%, 100% 100%, 0% 100%);
}
.feature_achievement:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #EDF7F7;
clip-path: polygon(0 4%, 100% 0, 100% 100%, 0% 100%);
}
.block_achievement {
	position:absolute;
	z-index:5;
	top:200px;
	left:auto;
	right:30px;
}
.block_achievement .block_achievement-title {
  color: #CEC2A0;
	  font-size: 2.0em;
}
.block_achievement .block_achievement-title img {
 width:140px;
}

.block_achievement .block_achievement-title strong {
  font-size: 3em;
	line-height:1.1;
	font-weight:bold;
}
	
}



.block_feature {
  padding: 80px 0 0px;
}
@media screen and (max-width: 767px) {
  .block_feature {
    padding: 3em 0;
  }

	}	
	
}

.block_pickup {
  position: relative;
  margin-top: 7rem;
  border: #77C7BF solid 1px;
  padding: 20px;
  background-color: #fff;
}
.block_pickup .title_pickup {
  position: absolute;
  bottom: 100%;
  left: 0;
  min-width: 160px;
  padding: 8px;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  background-color: #77C7BF;
}

.block_legend {
  position: relative;
margin:0 20px;
  height: 85%;
  margin-top: 30px;
  border: #000 solid 1px;
  background: #fff;
}
.block_legend h3 {
  position: absolute;
  top: 0;
  left: 1em;
  padding: 0 1em;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: bold;
  background: #fff;
}
.block_legend .inner {
  padding:30px 15px 30px;
}

@media screen and (max-width: 767px) {
  .block_legend .inner {
  padding:30px 15px 20px;
}
.block_legend {
  position: relative;
margin:30px 0 0;
}
}

.block_caution {
  border: #707070 dotted 1px;
  padding: 20px;
}
.block_caution h3 {
  color: #184657;
  font-size: 26px;
  margin-bottom: .5em;
}

.list-merit li,
.list-demerit li,
.list-check li {
  position: relative;
  margin: 0px 0 5px;
  padding-left: 40px;
  font-size: 16px;
}
.list-check li {
  font-size: 18px;
}

.list-merit li:before {
	  content: '○';
	color:#9D9273;
	font-weight:bold;
  position: absolute;
  top: 0;
  left: 10px;
  display: block;
  width: 1em;
  height: 1em;
}
.list-demerit li:before {
	  content: '×';
  position: absolute;
	color:#363227;
  top: 0;
  left: 10px;
  display: block;
  width: 1em;
  height: 1em;
}
.list-check li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  transform: translate(.25em, .25em);
}
.list-check li:before {
  background: url("../seya/assets/img/orthodontic/ic_check.png") no-repeat center / contain;
}

.list-faq {
  margin-bottom: 15px;
  font-size: 16px;
}
.list-faq dt,
.list-faq dd {
  position: relative;
  padding: 15px;
  padding-left: 50px;
}
.list-faq dt:before,
.list-faq dd:before {
  position: absolute;
  top: 15px;
  left: 15px;
  font-weight: bold;
}
.list-faq dt {
  color: #fff;
  font-size: 18px;
  background: #52BFB4;
}
.list-faq dt:before {
  content: 'Q';
	font-family: vdl-v7mincho, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.list-faq dd {
  background: #F5F5F5;
}
.list-faq dd:before {
  content: 'A';
	font-family: vdl-v7mincho, sans-serif;
	font-weight: 700;
	font-style: normal;
}


.tbl_1, .tbl_1 th, .tbl_1 td {
  border-collapse: collapse;
  border: 1px solid #C8C8C8;
  text-align: center;
}
.tbl_1 {
  background-color: #fff;
  font-size: 16px;
  width: 100%;
}
.tbl_1 th, .tbl_1 td {
  padding: 10px;
}

.tbl_1 thead th {
  color: #fff;
  font-weight: bold;
  background-color: #67A2B7;
}
.tbl_1 thead th:nth-child(2)  {
  color: #fff;
  font-weight: bold;
  background-color: #D9CDA6;
}

.tbl_1 thead th.highlight {
  background-color: #D9CDA6;
}
.tbl_1 tbody th {
  /*font-size: 20px;*/
  min-width: 6em;
}
.tbl_1 tbody tr:nth-child(2n) th,
.tbl_1 tbody tr:nth-child(2n) td {
  background-color: #E7EFF1;
}
.tbl_1 tbody tr:nth-child(2n+1) th,
.tbl_1 tbody tr:nth-child(2n+1) td {
  background-color: #fff;
}


.table_wrap {
  max-width: 100%;
  margin-bottom: 1rem;
}
.table_wrap::-webkit-scrollbar{
  height: 5px;
  width: 5px;
}
.table_wrap::-webkit-scrollbar-track{
  background: #F1F1F1;
}
.table_wrap::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}
@media screen and (max-width: 767px) {
  .table_wrap {
    overflow: auto;
    /*white-space: nowrap;*/
    /*max-height: 80vh;*/
  }
  .table_wrap table {
    table-layout: fixed;
    width: 750px;
  }
  .table_wrap table thead th {
    position: sticky;
    top: 0;
    z-index: 2;
  }
  .table_wrap table thead th:nth-child(1) {
    width: 6em;
  }
  .table_wrap table tbody th {
    position: sticky;
    left: 0;
    z-index: 1;
  }
}

table.nodeco {
  font-size: 16px;
}
table.nodeco th, table.nodeco td {
  padding: 5px;
}


@media screen and (max-width: 767px) {
  table.nodeco th, table.nodeco td {
    padding: 3px;
  }
  table.nodeco {
    font-size: 14px;
  }
}



.feature_section {
  overflow-x: hidden;
	position:relative;
  padding-bottom: 0;
}

.feature_section .title_feature {
  margin-bottom: -3px;
  text-align: center;
}

.contact_section {
  color: #9D9273;
	margin-bottom:60px;
	padding: 80px 0;
}
.contact_section_bg {
	background: url("../seya/assets/img/implant/bg_contact.png") no-repeat top center / cover;
}

.contact_section h2 {
  margin-bottom: 0.5em;
  font-size: 52px;
  text-align: center;
  line-height: 1.3;
}
.contact_section .list-contact_check {
width:600px;
	color:#080808;
	margin:0 auto;
  margin-bottom: 1em;
  font-size: 26px;
	padding:0 30px;
}
.contact_section .list-contact_check li {
  padding: 5px;
  border-bottom: #707070 dotted 1px;
	text-align:left;
}
.contact_section .list-contact_check li:before {
  content: "\02713";
  display: inline-block;
  margin: 0 .20em;
}
.contact_section .red {
  color: #FF3352;
}
.contact_section .block_contact_btn {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.contact_section .block_contact_btn .box_btn {
  width: 100%;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .contact_section .list-contact_check {
    margin-top: 1em;
    font-size: 18px;
	  width:100%;
padding:10px 15px 25px;
}
  .contact_section .block_contact_btn .box_btn {
    margin-bottom: 0.2em;
  }
.contact_section h2 {
  font-size: 3.0rem;
  line-height: 1.3;
}
.contact_section .red {
  color: #FF3352;
	font-size:18px;
}
#about_implant {
  background: url("../img/implant/bg-about.png") no-repeat left center / auto 100%;
	padding:80px 0;
}
#about_implant h2 {
  font-size: 32px;
  margin-bottom: 0.5em;
  font-weight: bold;
}
	}
@media screen and (min-width: 768px) {
#about_implant {
  background: url("../img/implant/bg-about_sp.png") no-repeat left -300px center / 100% auto;
}
  #about_implant .txtbox {
    width: 50%;
    margin-left: auto;
  }
}

.feature_number {
	position:relative;
	text-align:center;
	height:1px;
	width:100%;
background:#77C7BF;
	margin-bottom:20px;
}
.feature_number img {
	position:absolute;
	top:-20px;
left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.kakko {
	padding: 20px;
	position: relative;
        text-align:center;
}
.kakko::before, .kakko::after {
	content: '';
	width: 20px;
	height: 100%;
	position: absolute;
}
.kakko::before {
	border-left: solid 1px #888;
	border-top: solid 1px #888;
	border-bottom: solid 1px #888;
	top: 0;
	left: 0;
}
.kakko::after {
	border-right: solid 1px #888;
	border-top: solid 1px #888;
	border-bottom: solid 1px #888;
	top: 0;
	right: 0;
}


/* ===================================================================================================================

	歯科矯正

=================================================================================================================== */
.block_case {
	  position:relative;
  }
  .block_case .inner {
	  position:absolute;
	  width:900px;
	 padding: 40px ;
	z-index:10;
	top:60px;
	left:22%;
  }
.block_case .block_case-title {
  color: #CEC2A0;
  font-size:3rem;
}
.block_case .block_case-title p {
		margin-left:18px;
	  	font-size:2.6rem;
	margin-bottom:3px;
}
.block_case .block_case-title h3 {
  	margin-bottom: .5em;
	line-height:1.1;
		margin-left:15px;
}
.block_case .block_case-title strong {
  font-size: 3em;
	font-weight:bold;
}
.block_case .block_case-title p:nth-of-type(2)  {
font-size: 1.2rem;
}
.block_case-txt {
    padding: 20px;
  }
ul.list-bar {
	font-size:1.8rem;
	margin-left:20px;
}
ul.list-bar li {
	margin-bottom:3px;
	text-indent:-0.4em;
}
ul.list-bar li:before {
	content:"−";
	display:inline-block;
	color:#67A2B7;
	margin-right:3px;
}

@media screen and (max-width: 767px) {
  .block_case  {
	      padding:0 0 60px;
  }
.block_case .inner {
		margin-right: 0;
		  	  width:90%;
	 padding: 0;
	z-index:10;
	top:190px;
	left:20px;
  }
	.block_case img {
		width:80%;
	} 
	
.block_case .block_case-title {
  font-size:2.4rem;
}
	.block_case .block_case-title p {
		margin-left:0;
	  	font-size:2.2rem;
	margin-bottom:3px;
}
.block_case .block_case-title h3 {
  	margin-bottom: .5em;
	line-height:1.1;
		margin-left:0;
}
.block_case-txt {
    padding: 30px 20px 10px 20px;
    background-color: #F0F2F1;
	margin-top:65px;
	margin-bottom:0;
  }
}

.invisalign_achievement {
  position: relative;
  height: 550px;
}
.invisalign_achievement img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
clip-path: polygon(0 3%, 100% 18%, 100% 100%, 0% 100%);
}
.invisalign_achievement:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #EDF7F7;
clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
}
.invi_contact_section_bg {
	background:url("../seya/assets/img/orthodontic/contact_bg.jpg") no-repeat center top / cover;	
}

@media screen and (max-width: 767px) {
	.invisalign_achievement {
  position: relative;
  height: 350px;
}
.invisalign_achievement img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
clip-path: polygon(0 1%, 100% 10%, 100% 100%, 0% 100%);
}
.invi_contact_section_bg {
	background:url("../seya/assets/img/orthodontic/contact_bg_sp.jpg") no-repeat right top / auto 100%;

}
}


/* ===================================================================================================================

	審美

=================================================================================================================== */


/* ===================================================================================================================

	予防歯科

=================================================================================================================== */




/* ===================================================================================================================

	お知らせ

=================================================================================================================== */
.information_list .list a {
	font-size:1.6rem;
	display: block;
	border-bottom: 1px dotted #969696;
	text-decoration: none;
	color: #636363;
	font-weight: bold;
	line-height: 1.7;
}
@media screen and (min-width: 769px), print {
	.information_list {
		margin-top: 50px;
		padding: 0 50px 50px;
	}
	.information_list .list a {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		padding: 20px 0;
	}
	.information_list .list a .date {
		position: relative;
		width: 130px;
		padding-right: 1em;
		text-align: right;
	}
	.information_list .list a .date::after {
		content: "";
		position: absolute;
		top: 5px;
		bottom: 5px;
		right: 0;
		border-right: 1px solid #a4a4a4;
	}
	.information_list .list a .title {
		width: calc(100% - 130px);
		padding-left: 1em;
	}
	.information_list .list a:hover .title {
		text-decoration: underline;
	}
}
@media screen and (max-width: 768px) {
	.information_list .list a {
		padding: 10px 0;
	}
	.information_list .list a span {
		display: block;
	}
	.information_list .list a .title {
		font-weight: normal;
	}
}


.information_detail > header {
	margin-bottom: 40px;
}
.information_detail > header h1 {
	font-size:2.4rem;
	padding-bottom:5px;
	border-bottom:1px solid #080808;
	position: relative;
}
.information_detail > header h1::before {
	content: '';
	position: absolute;
	width:80px;
	height: 2px;
	background: #080808;
	left: 0;
	bottom:-1px;
}

.information_detail > header time {
	display: block;
	margin-top: 10px;
	color: #999;
}
.information_detail > .back_btn {
	margin-top: 80px;
}
@media screen and (min-width: 769px), print {
	.information_detail {
		padding: 50px 50px 0;
	}
}
@media screen and (max-width: 768px) {
	.information_detail > header {
		margin-bottom: 20px;
	}
	.information_detail > .back_btn {
		margin-top: 50px;
	}
}
@media screen and (max-width: 767px), print {
	.information_detail > header {
margin-top:50px;
	}
}


/* ===================================================================================================================

	歯科医師紹介

=================================================================================================================== */


.page_ttl {
	font-size:44px;
	font-size:4.4rem;
	position: relative;
	text-align:center;
} 
.ttl_h3 {
	font-size:24px;
	font-size:2.4rem;
}


/* 選ばれる６つの理由
========================================================================== */
.ttlBox header {
	position:relative;
	padding-top:23px;
}
.ttlBox header img {
	margin:0 0 5px 20px;
}
.ttlBox header h3 {
	padding:2px 10px 2px 20px;
	font-size:3.2rem;
	color:#fff;
	border-left:8px solid #77C7BF;
	background:#272B28;
	margin-bottom:25px;
}
.reason_content_bg {
	background:#F6F4ED;
	padding-bottom:50px;
}

@media screen and (max-width: 767px) {
.ttlBox header h3 {
	padding:5px 10px 5px 15px;
	font-size:2.6rem;
	line-height:1.3;
}
.ttlBox header h3 span {
	width: 32px;
	height: 76px;
}
}


/* 交通アクセス
========================================================================== */
.first_ttl {
	border-left:1px solid #67A2B7;
	padding-left:8px;
}
.first_ttl h3 {
	font-size:2.6rem;
	color:#184657;
}

.list, .list2 {
	font-size:1.6rem;
}
.list li, .list2 li {
	margin-left:15px;
	margin-bottom:5px;
	text-indent: -0.5em;
}
.list li:before {
	content:'-';
	margin-right:4px;
}
.list2 li:before {
	content:'※';
	margin-right:4px;
}


/* 一般歯科・予防歯科・小児歯科
========================================================================== */
.bg_sec {
	background:#fff;
	display:block;
	border:1px dotted #77C7BF;
	padding:40px 45px 40px;
	margin-bottom:20px;
}
.ttl_header {
	border-left:3px solid #67A2B7;
	padding-left:15px;
}
.ttl_header h2 {
	font-size:2.2rem;
	font-weight:bold;
}
.ttl_header h2 span {
	  background: linear-gradient(transparent 50%, #e7eff1 80%);
}
.ttl_header p {
	color:#67A2B7;
}

@media screen and (max-width: 550px) {
	.bg_sec {
	padding:30px 25px 30px;
}
}

/* サイトマップ
========================================================================== */
.sitemap_content li {
	font-size:1.6rem;
	margin-bottom:7px;
	text-indent: -0.5em;
}
.sitemap_content li:before {
	content:'-';
	margin-right:4px;
}



/* add
===================================================================================================================*/
.marker01 { background: linear-gradient(transparent 60%, #ffff66 60%);}

.breadcrumb {
	overflow:hidden;
	font-size:10px;
	font-size: 1.0rem;
	padding: 10px 10px 10px 10px;
	color:#000;
}
.breadcrumb a {
	color:#184657;
}


/* 医院について
========================================================================== */
.lower_section.section_about .headline_1 {
  margin-bottom: 60px;
}

/* 治療コンセプト */
.lv3Heading_wrapper {
  margin-top: 60px;
  margin-bottom: 40px;
}
.lv3Heading {
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: 0.4em;
}
.lv3Heading .marker_g {
  background: linear-gradient(transparent 50%, #FFF5C9 80%);
}
.section_concept p + p {
  margin-top: 20px;
}
.border-dotted-1 {
	border:2px dotted #77C7BF; 
	  padding: 2em;
	position: relative;
  display: inline-block;
  margin: 1.5em 0;
	width:100%;
}
.border-dotted-1:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 10%;
  margin-left: -16px;
  border: 14px solid transparent;
  border-bottom: 16px solid #77C7BF;
  z-index: 1;
}

.lv3Heading_subTtl {
  font-size: 1.8rem;
	color:#77C7BF;
}
@media screen and (max-width: 767px) {
.lv3Heading_wrapper {
    margin-bottom: 40px;
  }
.lv3Heading {
  font-size: 2.8rem;
  line-height: 1.5;
}
.lv3Heading_subTtl {
  font-size: 1.8rem;
}
}

/* 院内設備 */
.section_facility {
	margin-top:-100px;
}
.facility_area {
  padding-bottom: 60px;
  position: relative;
}
/*
.facility_area::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #67a2b7;
}*/
.facility_area .facility_ttl {
  font-size: 2.8rem;
	border-left:1px solid #77C7BF;
	padding-left:12px;
	margin-bottom:10px;
	margin-top:20px;
}
.facility_area .facility_imgWrapper {
  position: relative;
  padding-top: 71.4285%;
  overflow: hidden;
}
.facility_area .facility_imgWrapper > img {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateY(-50%);
}
.facility_area .facility_txt {
  margin-top: 0px;
}
.section_facility .btnWrapper {
  margin-top: 20px;
}
.facility_area .facility_wrapper {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
.facility_area .facility_ttl  {
  font-size: 2.8rem;
}
.facility_area .facility_wrapper {
  margin-top: 30px;
}
}


/* 歯科医師紹介
========================================================================== */
/* 院長紹介 */
.doctorInfo_imgWrapper > img {
  width: 100%;
}
.doctorInfo_doctorName {
  font-size: 2rem;
}
.doctorInfo_doctorName > span:first-of-type {
  font-size: 3rem;
}
.doctorInfo_body .doctorInfo_ttl {
  font-size: 1.8rem;
  color: #184657;
  background: #e7eff1;
  margin-top: 40px;
  padding: 10px;
}
.doctorInfo_body dd {
  font-size: 1.6rem;
  line-height: 1;
  margin-top: 16px;
}
.message_wrapper {
  margin-top: 80px;
}
.message_ttl {
  font-size: 2.4rem;
  text-align: center;
}
.message_body {
  margin-top: 30px;
  position: relative;
}
.message_body p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 40px;
  background-image: url(https://musashikosugict-dc.jp/wp-content/themes/mct-dc/assets/img/about/message_left.png);
  background-size: contain;
}
.message_body p::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 40px;
  background-image: url(https://musashikosugict-dc.jp/wp-content/themes/mct-dc/assets/img/about/message_right.png);
  background-size: contain;
}
.message_body p {
  font-size: 1.6rem;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .doctorInfo_doctorName {
  line-height: 1.5;
  font-size: 1.8rem;
}
.doctorInfo_doctorName > span:first-of-type {
  font-size: 2.4rem;
}
}


/* 料金表
========================================================================== */
.lower_toc.price_nav .w {
 /* max-width: 980px;*/
/*   width: 100%; */
}
.lower_section.price_section {
  padding-top: 80px;
}
.price_section .headline_1 {
  margin-bottom: 60px;
}
.priceTable {
/*  max-width: 980px;*/
  width: 100%;
  margin: 0 auto;
}
.priceTable_row {
  display: flex;
  border-top: 1px solid #52BFB4;
  padding: 20px 14px;
}
.priceTable_row:last-of-type {
  border-bottom: 1px solid #52BFB4;
}
.priceTable_row.-priceTable_ttl-lv1 {
  background: #52BFB4;
  border-top: 1px solid #e3e3e3;
  color: #fff;
}
.priceTable_row.-priceTable_ttl-lv2 {
  background: #e7eff1;
  border-top: none;
}
.priceTable_row.-priceTable_ttl-lv3 {
  border-top: 1px solid #e7eff1;
}
.priceTable_ttl {
  width: 34.6938%;
  font-size: 16px;
  font-size: 1.6rem;
}
.priceTable_ttl.-separatorLine {
  display: inline-block;
  border-right: 1px solid #e3e3e3;
}
.priceTable_price {
  width: calc(100% - 34.6938%);
  font-size: 16px;
  font-size: 1.6rem;
  text-align: right;
}
.info_section_cont {
 /* max-width: 980px;*/
  width: 100%;
  margin: 0 auto;
}
.info_section_cont .headline_4::before {
  background-size: contain;
}
.info_section_cont .headline_4:nth-of-type(n+2) {
  padding-top: 40px;
  margin-top: 0;
}
.info_section_cont p {
  padding-left: 2.4em;
  margin-bottom: 0;
}
.priceTable_noteWrapper {
 /* width: 980px;*/
  max-width: 100%;
  margin: 8px auto 0;
}
.priceTable_note {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .lower_section.price_section {
    padding-top: 50px;
  }
  .info_section_cont h3:first-of-type {
    margin-top: 0;
  }
  .price_section .headline_1 {
    margin-bottom: 30px;
  }
  .priceTable_ttl {
    width: 70%;
  }
  .priceTable_price {
    width: 30%;
  }
}


/* よくある質問
========================================================================== */
.lower_toc.faq_nav ol {
  justify-content: space-around;
}


/* 精密診断・精密治療
========================================================================== */
.lower_section.section_precision {
  overflow-x: hidden;
}
.section_precision .headline_1 {
  margin-bottom: 30px;
}
.section_precision .section_maicro,
.section_precision .section_counseling {
  padding-top: 50px;
}
.section_precision p {
  margin-bottom: 30px;
}
.section_precision .facility_imgWrapper {
  position: relative;
  padding-top: 71.4285%;
  overflow: hidden;
  margin-bottom: -140px;
}
.section_precision .facility_imgWrapper > img {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateY(-50%);
}
.section_precision .bg_color {
  background-color: #F2F2ED;
  padding-top: 180px;
  padding-bottom: 80px;
}
.section_precision .block_normal {
  padding: 40px;
}
.list-merit.list_merit-ct li {
  padding-left: 0.7em;
}
.list-merit.list_merit-ct li::before {
  background: none;
  content: '-';
  position: absolute;
  top: 0;
  left: 0;
  transform: unset;
}
.list-link.link_arrowRight > *:last-child {
  margin-bottom: 0;
}
.list-link.link_arrowRight li {
  position: relative;
  margin: 5px 0 1em;
  padding-left: 30px;
  font-size: 16px;
}
.list-link.link_arrowRight li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  background: url(https://musashikosugict-dc.jp/wp-content/themes/mct-dc/assets/img/precision/arrow-right.png);
  background-size: contain;
  transform: translateY(-50%);
}
.list-link.link_arrowRight li a {
  text-decoration: none;
}
.list-link.link_arrowRight li a:hover,
.list-link.link_arrowRight li a:focus {
  color: #67a2b7;
}

@media screen and (max-width: 767px) {
 .section_precision .ttl01_h3 {
   font-size: 1.8rem;
 }
.section_counseling .ph_column > img {
  width: 100%;
}
}


/* 審美治療・ホワイトニング
========================================================================== */
.section_aesthetic .headline_1,
.section_whitening .headline_1 {
  margin-bottom: 40px;
}
.section_aesthetic .section_lead {
  padding-bottom: 50px;
}
.section_lead .block_normal,
.section_homeWhitening .block_normal {
  padding: 40px;
}
.section_ceramic .headline_4,
.section_ceramic .ttl_header {
  margin-top: 40px;
}
.section_ceramic .ttl_header {
  padding-left: 2em;
}
.section_ceramic .ttl_header h4 {
  font-size: 2.2rem;
  font-weight: bold;
}
.section_ceramic .w > p {
  padding-left: 1.75em;
}
.lower_section.aestheticFaq {
  padding-bottom: 0;
}
.section_whitening .page_ttl-sub {
  color: #9d9273;
  text-align: center;
}
.section_whitening .headline_1 {
  margin-bottom: 30px;
}
.balloonTxt_wrapper {
  text-align: center;
}

.balloonTxt-underLine {
text-align:center;	

}
.balloonTxt-underLine > span {
	border-bottom: 1px solid #67a2b7;
  font-size: 2.4rem;
		padding-bottom:7px;
  color: #67a2b7;
}
.section_homeWhitening .column2 {
  margin-top: 50px;
}
.section_whiteningLisk {
  padding-top: 0;
}

.page_ttl {
	font-size:44px;
	font-size:4.4rem;
	position: relative;
	text-align:center;
} 
.ttl_h3 {
	font-size:24px;
	font-size:2.4rem;
}

@media screen and (max-width: 767px) {
  .section_aesthetic .ph_column > img {
    width: 100%;
  }
  .section_lead .block_normal,
  .section_homeWhitening .block_normal {
  padding: 20px;
}
  .section_whiteningPrice .priceTable_ttl {
    width: 50%;
  }
  .section_whiteningPrice .priceTable_price {
    width: 50%;
    text-align: left;
  }
	.section_homeWhitening .ttl_h3 {
		line-height:1.3;
		
	}
}




/* 交通アクセス
========================================================================== */
.first_ttl {
}
.first_ttl h3 {
	font-size:2.6rem;
	color:#184657;
}

.list, .list2 {
	font-size:1.6rem;
}
.list li, .list2 li {
	margin-left:15px;
	margin-bottom:5px;
	text-indent: -0.5em;
}
.list li:before {
	content:'-';
	margin-right:4px;
}
.list2 li:before {
	content:'※';
	margin-right:4px;
}


/* サイトマップ
========================================================================== */
.sitemap_content li {
	font-size:1.6rem;
	margin-bottom:7px;
	text-indent: -0.5em;
}
.sitemap_content li:before {
	content:'-';
	margin-right:4px;
}

