@charset "UTF-8";
/*--------------------------------------------------
  body
--------------------------------------------------*/
/*body .inner01 {
	width: 1300px;
	margin: auto;
}*/

/*--------------------------------------------------
  mv
--------------------------------------------------*/
#doctor .mv {
	width: 100%;
	height: 540px;
	background: url("../images/un-doc-mv.jpg") top center no-repeat;
	background-size: cover;
	position: relative;
}
#doctor .mv .mv-txt {
	position: absolute;
	width: 90%;
	height: 270px;
	background: #f3f5f6;
	margin: auto;
	padding: 70px 0 0 100px;
	box-sizing: border-box;
	top: 490px;
	right: 0;
}
#doctor .mv .mv-txt table {
	width: 100%;
	box-sizing: border-box;
}
#doctor .mv .mv-txt tr {
	width: 100%;
	box-sizing: border-box;
	/*border-bottom: 1px solid #ebebeb;*/
}
#doctor .mv .mv-txt th {
	width: 6%;
	font-size: 18px;
	text-align: left;
	/*padding-top: 1.8em;
	box-sizing: border-box;*/
	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: 20px;
	background: #333;
	/*border-right: 1px solid #333;*/
	top: 3px;
	right: 20px;
}
#doctor .mv .mv-txt td {
	font-size: 16px;
	line-height: 1.8em;
	vertical-align: top;
	padding: 0 0 25px 0;
	box-sizing: border-box;
}
/*#doctor .mv .mv-txt h3 {
	font-size: 18px;
	margin: 0 50px 0 0;
	position: relative;
}
#doctor .mv .mv-txt h3::after {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 18px;
	background: #333;
	top: 0;
	right: -22px;
}
#doctor .mv .mv-txt p {
	font-size: 16px;
	margin: 0 0 15px;
}
#doctor .mv .mv-txt .list {
	margin: 0 0 20px;
  display: flex;
}*/
#full .mv {
	width: 100%;
	height: 540px;
	background: url("../images/un-full-mv.jpg") top center no-repeat;
	background-size: cover;
	position: relative;
}
#full .mv .mv-txt {
	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: 100px 0 0;
	box-sizing: border-box;
}
.ttl-box {
	text-align: center;
}
.ttl-box01 {
	margin: 0 0 110px;
}
.ttl-box02 {
	margin: 0 0 90px;
}
.ttl-box03 {
	margin: 0 0 80px;
}
.ttl-box h3 {
	height: 30px;
	background: #5ba1c2;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.1em;
	border-radius: 15px;
	margin: 0 0 32px 0;
	padding: 0 26px;
	box-sizing: border-box;
	display: inline-block;
}
.ttl-box p {
	font-size: 30px;
	line-height: 1;
	position: relative;
}
.ttl-box p::after {
	content: "";
	display: block;
	position: absolute;
	width: 60px;
	height: 2px;
	background: #d6e7f0;
	margin: auto;
	bottom: -30px;
	left: 0;
	right: 0;
}

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

/*---------- sec01 ---------*/
#doctor .sec01 {
	padding: 300px 0 0;
	box-sizing: border-box;
}
#doctor .sec01 .txt-area {
	width: 100%;
	margin: 0 auto 100px;
}
#doctor .sec01 .img-box {
	width: 50%;
	height: 530px;
	background: url("../images/un-doc-img.jpg") top center no-repeat;
	background-size: cover;
}
#doctor .sec01 .txt-box {
	width: 50%;
	height: 530px;
	padding: 45px 0 0 80px;
	box-sizing: border-box;
}
#doctor .sec01 .txt-box p {
	width: 430px;
	font-size: 16px;
	text-align: justify;
	line-height: 2.0em;
}
#doctor .sec01 .block:first-child {
	
}
#doctor .sec01 .block:nth-child(2) {
	margin: 60px 0 65px;
	padding: 65px 0 60px;
	box-sizing: border-box;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
#doctor .sec01 .block h3 {
	color: #5ca1c2;
	font-size: 22px;
	margin: 0 0 40px;
	padding: 0 0 0 35px;
	box-sizing: border-box;
	position: relative;
}
#doctor .sec01 .block h3::before {
	content: "";
	display: block;
	position: absolute;
	width: 22px;
	height: 22px;
	background: #fff;
	border: 1px solid #5ca1c2;
	border-radius: 100px;
	margin: auto;
	left: 0;
}
#doctor .sec01 .block p {
	font-size: 16px;
	line-height: 2.0em;
}

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

/*---------- sec01 ---------*/
#full .sec01 {
	padding: 90px 0 0;
	box-sizing: border-box;
}
#full .sec01 .txt-box p {
	font-size: 16px;
	text-align: center;
	line-height: 2.0em;
}

/*---------- sec02 ---------*/
#full .sec02 {
	padding: 90px 0 0;
	box-sizing: border-box;
}
#full .sec02 .txt-area {
	width: 50%;
	height: 660px;
	padding: 75px 0 0;
	box-sizing: border-box;
	position: relative;
}
#full .sec02 .txt-inner {
	position: absolute;
	width: 490px;
	right: 0;
}
#full .sec02 .txt-area h3 {
	font-size: 30px;
	margin: 0 0 75px;
	position: relative
}
#full .sec02 .txt-area h3::after {
	content: "";
	display: block;
	position: absolute;
	width: 60px;
	height: 2px;
	background: #d6e7f0;
	bottom: -25px;
	left: 0;
}
#full .sec02 .txt-box p {
	font-size: 16px;
	line-height: 2.0em;
	margin: 0 0 30px;
}
#full .sec02 .txt-box p:last-child {
	margin: 30px 0 0;
}
#full .sec02 .txt-box li {
	color: #5ba1c2;
	font-size: 21px;
	margin: 0 0 15px;
	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: 50%;
	height: 660px;
	background: url("../images/un-full-img.jpg") top center no-repeat;
	background-size: cover;
}

/*---------- sec03 ---------*/
#full .sec03 {
	padding: 90px 0 80px;
	box-sizing: border-box;
}

/* slider */
#full .slider {
	width: 100%;
	height: 520px;
	position: relative;
}
#full .slider .photo {
	margin: 0 10px;
	position: relative;
}
#full .slider img {
	width: 100%;
	height: 520px;
	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;
}



