@media screen and (max-width: 750px){
/*--------------------------------------------------
  mv
--------------------------------------------------*/
#doctor .mv {
	width: 100%;
	height: 0;
	background: url("../images/sp-un-doc-mv.jpg") top center no-repeat;
	background-size: 100% auto;
	padding: 72% 0 0;
	box-sizing: border-box;
	position: relative;
}
#doctor .mv .mv-txt {
	position: absolute;
	width: 100%;
	height: auto;
	background: #f3f5f6;
	margin: auto;
	padding: 30px 20px 0;
	box-sizing: border-box;
	top: inherit;
	left: 0;
	right: 0;
}
#doctor .mv .mv-txt table {
	width: 100%;
	box-sizing: border-box;
}
#doctor .mv .mv-txt tr {
	width: 100%;
	box-sizing: border-box;
}
#doctor .mv .mv-txt th {
	width: 18%;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	padding: 3px 0 0;
	box-sizing: border-box;
	position: relative;
}
#doctor .mv .mv-txt th:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 18px;
	background: #333;
	top: 0;
	right: 30%;
}
#doctor .mv .mv-txt td {
	font-size: 14px;
	line-height: 1.5em;
	vertical-align: top;
	padding: 0 0 25px 0;
	box-sizing: border-box;
}
#full .mv {
	width: 100%;
	height: 0;
	background: url("../images/sp-un-full-mv.jpg") top center no-repeat;
	background-size: 100% auto;
	padding: 72% 0 0;
	box-sizing: border-box;
	position: inherit;
}
#full .mv .mv-txt {
	display: none;
	position: absolute;
	width: 830px;
	height: 56px;
	background: rgba(91,161,194,0.70);
	border-radius: 100px;
	margin: auto;
	top: 280px;
	left: 0;
	right: 0;
}
#full .mv .mv-txt h2 {
	font-size: 36px;
	text-align: center;
	line-height: 56px;
}

/*--------------------------------------------------
  sec ttl-box
--------------------------------------------------*/
.sec {
	padding: 40px 0 0;
	box-sizing: border-box;
}
.ttl-box {
	text-align: center;
}
.ttl-box01 {
	margin: 0 0 50px;
}
.ttl-box02 {
	margin: 0 0 50px;
}
.ttl-box03 {
	margin: 0 0 50px;
}	
.ttl-box h3 {
	height: 22px;
	background: #5ba1c2;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 0.1em;
	border-radius: 15px;
	margin: 0 0 15px 0;
	padding: 0 10px;
	box-sizing: border-box;
	display: inline-block;
}
.ttl-box p {
	font-size: 18px;
	line-height: 1;
	position: relative;
}
.ttl-box p::after {
	content: "";
	display: block;
	position: absolute;
	width: 40px;
	height: 1px;
	background: #d6e7f0;
	margin: auto;
	bottom: -20px;
	left: 0;
	right: 0;
}

/*--------------------------------------------------
 doctor
--------------------------------------------------*/

/*---------- sec01 ---------*/
#doctor .sec01 {
	padding: 300px 20px 0;
	box-sizing: border-box;
}
#doctor .sec01 .txt-area {
	width: 100%;
	margin: 0 auto 40px;
}
#doctor .sec01 .img-box {
	width: 100%;
	height: auto;
	background: none;
	background-size: 100% auto;
}
#doctor .sec01 .txt-box {
	width: 100%;
	height: auto;
	padding: 20px 0 0;
	box-sizing: border-box;
}
#doctor .sec01 .txt-box p {
	width: 100%;
	font-size: 14px;
	text-align: justify;
	line-height: 1.5em;
}
#doctor .sec01 .block:nth-child(2) {
	margin: 30px 0 35px;
	padding: 35px 0 30px;
	box-sizing: border-box;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
#doctor .sec01 .block h3 {
	color: #5ca1c2;
	font-size: 16px;
	margin: 0 0 20px;
	padding: 0 0 0 20px;
	box-sizing: border-box;
	position: relative;
}
#doctor .sec01 .block h3::before {
	content: "";
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	background: #fff;
	border: 1px solid #5ca1c2;
	border-radius: 100px;
	margin: auto;
	left: 0;
}
#doctor .sec01 .block p {
	font-size: 14px;
	text-align: justify;
	line-height: 1.5em;
}

/*--------------------------------------------------
 full-mouth
--------------------------------------------------*/

/*---------- sec01 ---------*/
#full .sec01 {
	padding: 40px 20px 0;
	box-sizing: border-box;
}
#full .sec01 .txt-box p {
	font-size: 14px;
	text-align: justify;
	line-height: 1.5em;
}

/*---------- sec01 ---------*/
#full .sec02 {
	padding: 40px 0 0;
	box-sizing: border-box;
}
#full .sec02 .txt-area {
	width: 100%;
	height: auto;
	padding: 30px 20px 30px;
	box-sizing: border-box;
	position: inherit;
}
#full .sec02 .txt-inner {
	position: inherit;
	width: 100%;
	right: inherit;
}
#full .sec02 .txt-area h3 {
	font-size: 20px;
	margin: 0 0 40px;
	position: relative
}
#full .sec02 .txt-area h3::after {
	content: "";
	display: block;
	position: absolute;
	width: 40px;
	height: 1px;
	background: #d6e7f0;
	bottom: -15px;
	left: 0;
}
#full .sec02 .txt-box p {
	font-size: 14px;
	text-align: justify;
	line-height: 1.5em;
	margin: 0 0 20px;
}
#full .sec02 .txt-box p:last-child {
	margin: 30px 0 0;
}
#full .sec02 .txt-box li {
	color: #5ba1c2;
	font-size: 16px;
	margin: 0 0 10px;
	padding: 0 0 0 10px;
	box-sizing: border-box;
	position: relative;
}
#full .sec02 .txt-box li::before {
	content: "";
	display: block;
	position: absolute;
	width: 3px;
	height: 3px;
	background: #5ba1c2;
	border-radius: 100px;
	top: 8px;
	left: 0;
}
#full .sec02 .img-box {
	width: 100%;
	height: auto;
	background: none;
	background-size: cover;
}

/*---------- sec03 ---------*/
#full .sec03 {
	padding: 40px 0 20px;
	box-sizing: border-box;
}	
	
/* slider */
#full .slider {
	width: 100%;
	height: auto;
	position: relative;
}
#full .slider .photo {
	margin: 0 10px;
	position: relative;
}
#full .slider img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
}
