@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap');

/* ヒーロー */
.hero {
	height:500px;
	background-image: url(../img/hero_yokota2.jpg);
	background-position: center;
	background-size: cover;
	display: flex;
	position: relative;
	background-repeat: no-repeat;
}

.hero .catch {
	flex: auto;
	align-self: flex-end;
	padding: 33px 0;
	background-color: rgba(255,255,255,0.76);
	z-index: 1000;
}

.hero .container {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	line-height: 1.3;
}

.hero img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.hero h1 {
	font-family: 'Noto Serif JP', serif;
	font-size: 29px;
	color: #2E5180;
	font-weight: 900;
}

.hero p {
	font-size: 14px;
	color: #2E5180;
	margin-bottom: 15px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
}

.badge {
	position: absolute;
	bottom: 80px;
	right: 10px;
}

.badge div {
	color: #003E85;
	font-weight: bold;
	background-color: rgba(234,255,34,0.67);
	height: 137px;
	width: 180px;
	border-radius: 150px;
	text-align: center;
	padding-top: 40px;
	border: 4px solid #FFFFFF;
	transform: rotate(5deg);
}

.badge div p {
	font-size: 20px;
	margin-bottom: 10px;
}

/*ヒーローのスライダー*/

.bg-slider {
	height: 450px;
	background-position:center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
}


.bg-slider .catch {
	flex: auto;
	align-self: flex-end;
	padding: 25px 0;
	background-color: rgba(255,255,255,0.76);
	z-index: 100;
}

.bg-slider .container {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	line-height: 1.3;
}


.bg-slider h1 {
	font-family: 'Noto Serif JP', serif;
	font-size: 29px;
	color: #2E5180;
	font-weight: 900;
	white-space: nowrap;
}

.bg-slider p {
	font-size: 14px;
	color: #2E5180;
	margin-bottom: 15px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
}

.bg-slider__title{
	color: #fff;
	font-size: 48px;
	line-height: 1.5;
	font-weight: bold;
	text-align:center;
	text-shadow: 1px 1px 1px #000;
}

.online_box {
	z-index: 500;
	position: absolute;
	right:0px;
	top: 253px;
}

.online_box img {
	width: 150px;
	height: 150px;
}


@media (min-width: 900px) {
	.hero {
	height: 800px;
	}

	.hero .catch {
		padding: 47px 0 44px;
	}

	.hero h1 {
	font-size: 67px;
	
	}
	
	.hero p {
	font-size: 30px;
	margin-bottom: 22px;
	}
	
	.bg-slider {
	height: 800px;
	}

	.bg-slider .catch {
		padding: 47px 0 44px;
	}

	.bg-slider h1 {
	font-size: 67px;
	
	}
	
	.bg-slider p {
	font-size: 30px;
	margin-bottom: 22px;
	}
	
	.badge {
		bottom: 180px;
		right: 115px;
	}
	.badge div {
	border-radius: 210px;
	height: 290px;
	width: 370px;
	padding-top: 69px;
	border: 4px solid #FFFFFF;
	transform: rotate(5deg);
	}
	
	.badge div p {
	font-size: 40px;
	margin-bottom: 5px;
	}
	
	
	.online_box {
		z-index: 500;
		position: absolute;
		right:0px;
		top: 421px;
	}

	.online_box img {
		width: 300px;
		height: 300px;
	}
}

/* ヒーロー：IE対応 */
@media (-ms-high-contrast: none), not all and (-ms-high-contrast: none) { 
	.hero img {
		width: calc( (100vw - 17px) * 0.84 );
		max-width: 637.78px;
	}
}

/*新型コロナ対策*/
.korona {
		font-family: 'Noto Serif JP', serif;
		padding: 40px 0 22px;
		text-align: center;
}

.korona h2 {
	border-width: 1px;
	border: 1px solid #000032;
	font-size: 16px;
	color: #000032;
	padding: 15px 0px;
}

.korona_message {
	font-size: 12px;
	margin: 22px 0;
}

.korona_thumb_wrap {
	display: flex;
	margin-bottom: 22px;
}

.korona_thumb_box {
	width: 100%;
	height: 70px;
	padding: 20px 0;
	background-color: #F0F0F0;
	margin-right: 22px;
}

.korona_thumb_box:last-child {
	margin-right: 0px;
}

.thumb_ico {
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.thumb_txt {
	font-size: 9px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Noto Sans JP', sans-serif;
}

@media (min-width: 900px) {
	.korona h2 {
		font-size: 25px;
		padding: 30px 0px;
	}
	
	.korona_message {
		font-size: 16px;
		margin: 35px 0;
	}
	
	.korona_thumb_wrap {
		margin-bottom: 30px;
	}

	.korona_thumb_box {
		height: 130px;
		margin-right: 30px;
	}
	
	.thumb_ico {
		height: 60px;
		padding: 10px 0;
	}
	
	.thumb_txt {
		font-size: 15px;
		height: 50px;
		padding-top: 5px;
	}
	
	.mask {
		width: 110px;
	}
	
	.wash {
		width: 80px;
	}
	
	.innai {
		width: 60px;
		margin-left: -20px;
	}
	
	.kanki {
		width: 45px;
	}
	
	.kigu {
		width: 50px;
	}
	
	.grove {
		margin-top: -10px;
		width: 50px;
	}
}




/* 新着情報 */

.information {
	
	font-family: 'Noto Serif JP', serif;
}

.information_wrap {
		display: flex;
		flex-direction: column;
		justify-content: center;
}

.information_left {
	background-color: #EEEEEE;
	width: 100%;
	padding: 50px 0 50px;
}

.information_area {
	background-color: #ffffff;
	width: 84%;
	height: auto;
	margin: 0 auto 20px;
	padding: 20px 15px;
	line-height: 30px;
	font-size: 14px;
}

.information_area .date {
	color: #003C7C;
	font-weight: bold;
}

.information_area .cate {
	background-color: #003C7C;
	color: #ffffff;
	padding: 1px 10px;
	margin-left: 8px;
	font-weight: normal;
	letter-spacing: 2px
}

.information_right {
	width: 100%;
	height: 100%;
	padding: 50px 0 50px;
}

.fb_box {
	text-align: center;
	height: 100%;
}

.official_sns {
}

.official_sns ul {
	list-style: none;
	display: flex;
	justify-content: center;
	margin: 20px 0 0px;
}

.official_sns ul li{
	margin-right: 25px;
}

.informatin_link {
	color: #000032;
	text-decoration: underline;
}

@media (min-width: 900px) {
	.information_wrap {
		display: flex;
		flex-direction: row;
		justify-content: center;
		
	}
}

/* 研修施設 */

.training_container {
	width: 95%;
	margin: 0 auto;
    display: flex;
    justify-content: flex-end;
}

.training{
padding: 50px 0 110px;
height: auto;
background-image: url(../img/22752403_l.jpg);
background-position: center 0%;
background-size: cover;
}

.training_box{
    background-color: #FFFFFF;
    padding: 30px 20px;
    opacity: 0.9;
    position: relative;
    border-radius: 3px;
}

.training h2 {
margin-bottom: 20px;
font-size: 22px;
line-height: 1.67;
font-family: 'Noto Serif JP', serif;
color: #243E60;
}

.training p {
margin-bottom: 20px;
font-size: 13px;
line-height: 2;
font-family: 'Noto Serif JP', serif;
color: #454545;
}

.about_training{
width: 150px;
border: 1px solid #595858;
text-align: center;
margin: 0 auto;
padding: 10px 20px;
}

.trainig_kazu{
position: absolute;
bottom: -65px;
right: -5px;
    opacity: 1;
}

.trainig_kazu img{
    width: 160px;
    height: auto;
    opacity: 1;
    border-radius: 3px;
    
}

@media (min-width: 900px) {
    
    .training_container  {
		width: 88%;
		max-width: 1160px;
	}
    
    .training{
padding: 50px 0 140px;

}
  
    
.training h2 {
margin-bottom: 20px;
font-size: 35px;
text-align: center;
}
    
.training_box{
    padding: 50px 20px 40px;
    width: 500px;
}
    
.trainig_kazu{
bottom: -125px;
right: -15px;
}

    
.trainig_kazu img{
    width: 280px;
    height: auto;
     opacity: 1;
    border-radius: 3px;
}
    
    
.training p {
font-size: 16px;
line-height: 2.5;
}
    
    
}

/* メッセージ */
.message {
	padding: 67px 0;
	background-color: #2E5180;
	color: #ffffff;
	height: auto;
	background-image: url(../img/%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%201609.jpg);
	background-position: center 0%;
	background-size: cover;
}

.message h2 {
	margin-bottom: 40px;
	font-size: 24px;
	line-height: 1.67;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
}

.message p {
	max-width: 1160px;
	margin: auto;
	font-size: 13px;
	line-height: 1.92;
}

.message span {
	color: #FFF700;
}

@media (min-width: 900px) {
	.message {
	padding: 100px 0 100px;
	}

	.message h2 {
		font-size: 55px;
		line-height: 1.5;
		margin-bottom: 55px;
	}
	
	.message p {
	font-size: 20px;
	line-height: 2.25;
	}

}


@media (max-width: 374px) {
	.message h2 {
	font-size: 24px;
	font-weight: 600;
	}
}

/* 代表メッセージ */
.daihyo_message {
	padding: 67px 0 75px;
	font-family: 'Noto Serif JP', serif;
}

.daihyo_message_wrap {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

.daihyo_message_ttl {
	
}

.daihyo_message h2 {
	display: inline-block;
	display: inline-block;
	margin-bottom: 16px;
	padding-bottom: 9px;
	height: auto;
}

.daihyo_message iframe {
	max-width: 100%;
	margin-top: 20px;
	max-height: 315px;
}

.message_text {
	font-size: 15px;
	text-align: left;
	line-height: 2;
	margin-top: 20px;
	color: #2E2E2E;
	padding: 35px 25px;
	box-sizing: border-box;
	background-color: #FFFFFF;
	border-radius: 10px;
}

.message_text span {
	font-weight: bold;
	font-size: 17px;
	display: block;
	margin-bottom: 10px;
	width: auto;
	text-align: center;
	
}

.daihyo_message_left {
	order: 2;
	display: flex;
	margin-top: 20px;
}

.prf_gaiyou {
	
}

.prf_gaiyou img {
	width: 100%;
	max-width: 460px;
	max-height: 480px;
}

.prf_yaku {
	margin-top: 15px;
	margin-bottom: -10px;
	font-size: 20px !important;
}

.prf_name {
	font-size: 35px !important;
	margin-bottom: 20px;
}

.prf_career {
	font-size: 14px !important;
	background-color: #003C7C;
	padding: 8px 0px 8px 8px;
	margin-bottom: 8px;
	color: #ffffff;
	max-width: 460px;
}

.daihyo_message_left p {
	line-height: 2;
	font-size: 25px;
}

.daihyo_message_right {
	max-width: 100%;
	order: 1;
}


.daihyo_message_btn {
	display: none;
}	
	
.daihyo_message_btn_mo {
	display: block;
	width: 50%;
	padding: 20px 20px;
	text-align: center;
	background-color: #003C7C;
	color: #FFFFFF;
	border-radius: 10px;
	margin: 50px auto 0px;
}	

.daihyou_career_wrap {
	display: flex;
	flex-direction: column;
}

.daihyou_left_ttl {
	background-color: #F2F2F2;
	font-size: 19px !important;
	padding: 18px 10px;
	letter-spacing: 8px;
	font-weight: 600;
	margin-top: 30px;
}

.daihyou_left_p {
	font-size: 12px;
	margin: 20px 0px 0px 10px;
	letter-spacing: 0.5px;
	font-family: 
}

.daihyou_left_ttl span {
	font-size: 12px !important;
	letter-spacing: 4px;
	margin-left: 8px;
}

.last {
	margin-bottom: 25px;
}

.line {
	margin: 25px 0px 10px 0px;
	border-bottom: 1px solid #C9C9C9;
}

.daihyou_right_ttl {
	background-color: #F2F2F2;
	font-size: 19px !important;
	padding: 18px 10px;
	letter-spacing: 4px;
	font-weight: 600;
	margin-top: 15px;
}

.daihyou_right_p {
	font-size: 12px;
	margin: 20px 0px 0px 10px;
	letter-spacing: 0.5px;
}

.daihyou_right_ttl span {
	font-size: 12px !important;
	letter-spacing: 3px;
	margin-left: 8px;
}

@media (min-width: 900px) {

	.daihyo_message_wrap {
		display: flex;
		flex-direction: row;
	}
	
	.daihyo_message_left {
		width: 100%;
		margin-right: 40px;
		order: 1;
	}
	
	.prf_gaiyou {
		margin: 0 auto;
		width: 100%;
}
	
	.daihyo_message_right {
		width: 100%;
		order: 2;
		margin: 0 auto;
	}
	
	.message_box {
		margin-top: 30px;
		align-items: flex-start;
	}
	
	.daihyo_message iframe {
		width: 100%;
		margin-top: 20px;
		max-height: 480px;
	}
	
	.message_text {
		width: 50%;
		margin-top: 0px;
		height: 430px;
		color: #FFFFFF;
		background-color: #43628D;
		margin-left: auto;
		margin-right: auto;
	}

	.daihyo_message h2 {
		font-size: 40px;
	}

	.daihyo_message_btn {
		display: block;
		width: 300px;
		padding: 20px 0;
		text-align: center;
		background-color: #2E5180;
		color: #FFFFFF;
		border-radius: 5px;
		margin-top: 45px;
	}	

	.daihyo_message_btn_mo {
		display: none;
	}	
	
	.daihyo_message_left p {
		line-height: 2.25;
		font-size: 18px;
	}
	
}

/* 天然歯が抜けるリスク */
.risk {
	padding: 37px 0;
	background-color: #EEEEEE;
}

.sub_message {
	font-size: 13px;
	line-height: 2;
	margin-bottom: 40px;
}

.sub_ttl {
	font-size: 13px;
	color: #fff;
	line-height: 2;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 15px;
	font-weight: bold;
	background-color: #000032;
	padding: 8px 12px;
}


.sub_eigo {
	font-size: 10px;
	letter-spacing: 4px;
	font-family: 'Noto Serif JP', serif;
	color: #003C7C;
	margin-bottom: 2px;
	font-weight: bold;
}

.risk_box {
	border-bottom: 1px dotted #949494;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.risk_box_ttl {
	color: #AF9B0F;
	font-family: 'Noto Serif JP', serif;
	font-size: 14px;
	margin-bottom: 10px;
}

.risk_box_ttl span {
	font-size: 30px;
	font-family: 'Noto Serif JP', serif;
	margin-left: 10px;
	font-weight: bold;
}

.risk_box_ttl img {
	width: 38px;
	margin-left: 8px;
	margin-bottom: -5px;
} 

.risk_box_message {
	font-size: 13px;
	color: #333333;
	margin-bottom: 15px;
	line-height: 2;
}

.insi {
	font-size: 13px;
	text-align: center;
	background-color: #fff;
	width: 80px;
	height: 20px;
	line-height: 20px;
	border-radius: 5px;
	color: #C11D45;
	margin: 20px 0px 8px;
	letter-spacing: 3px;
	padding: 1px 0px;
	border: 1px solid #C11D45;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
}

.tiryou {
	font-size: 13px;
	text-align: center;
	background-color: #fff;
	width: 80px;
	height: 20px;
	line-height: 20px;
	border-radius: 5px;
	color: #003C7C;
	margin: 20px 0px 8px;
	letter-spacing: 3px;
	padding: 1px 0px;
	border: 1px solid #003C7C;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
}

@media (min-width: 900px) {
	.risk {
		padding: 95px 0 87px;
	}
	
	
	.risk_box_message {
	font-size: 18px;
	}
	
	.sub_ttl {
	font-size: 18px;
	margin-bottom: 35px;
	}
	
	.risk_box_ttl {
	font-size: 18px;
	}

	.risk_box_ttl span {
	font-size: 30px;
	}
	
	.insi {
	font-size: 15px;
	width:100px;
	height: 30px;
	line-height: 30px;
	border-radius:5px;
	margin: 25px 0px 8px;
	padding: 0px 0px;
	}
	
	.tiryou {
	font-size: 15px;
	width: 100px;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	margin: 35px 0px 8px;
	padding: 0px 0px;
	font-weight: bold;
	}
	
	.sub_message {
	font-size: 18px;
	line-height: 2.25;
	}
}

/* 抜歯の原因となる因子 */
.extraction {
	padding: 37px 0;
	background-color: #F5F5F5;
}

.risk_box_link {
	display: block;
	width: 50%;
	padding: 20px 20px;
	text-align: center;
	background-color: #AF9B0F;
	color: #FFFFFF;
	border-radius: 10px;
	margin: 50px auto 0px;
}


/* サービス */
.service {
	padding: 67px 0;
	background-color: #F7F7F7;
}

.service h2 {
	display: inline-block;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.service h2 + p {
	color: #2E5180;
	font-size: 16px;
}

@media (min-width: 900px) {
	.service {
		padding: 95px 0 87px;
	}
	
	.service_ttl {
	text-align: center;
	]
}

	.service h2 {
		font-size: 36px;
	}
}


/* サービス： サービスの詳細 */
.details {
	margin-top: 53px;
	color: #333333;
}

.detail:not(:last-child) {
	margin-bottom: 67px;
}

.detail h3 {
	margin-bottom: 17px;
	font-size: 20px;
	line-height: 1.75;
	text-align: center;
}

.detail p {
	max-width: 264px;
	margin: 0 auto 25px;
	font-size: 13px;
	line-height: 2;
}

.detail figure {
	height: 246px;
	margin-bottom: 22px;
	background-position: center;
	background-size: cover;
}
.detail.office figure {
	background-image: url(../img/research.jpg);
}
.detail.manage figure {
	background-image: url(../img/22752403_l.jpg);
}
.detail.research figure {
	background-image: url(../img/manage.jpg);
}

@media (min-width: 900px) {
	.details {
		display: flex;
		margin-top: 75px;
	}

	.detail {
		flex: 1;
		margin-right: 3.22%;
	}

	.detail:first-child {
		margin-left: 3.22%;
	}

	.detail:not(:last-child) {
		margin-bottom: 0;
	}

	.detail h3 {
		margin-bottom: 26px;
		font-size: 30px;
		line-height: 1.4;
	}

	.detail p {
		width: 78%;
		max-width: none;
	}

	.detail figure {
		height: 360px;
		margin-bottom: 33px;
	}

	/* ボタンの位置を揃える */
	.detail {
		display: flex;
		flex-direction: column;
	}

	.detail .btn {
		margin-top: auto;
	}
}

/* ボタン */
.btn {
	display: block;
	width: 208px;
	margin: 0 auto;
	padding: 11px 11px 13px;
	box-sizing: border-box;
	border: solid 2px currentColor;
	border-radius: 24px;
	color: #2E5180;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

/* お問い合わせ */
.contact {
	padding: 62px 0;
	background-color: #EEF4F8;
	color: #333333;
}

.contact h2 {
	margin-bottom: 42px;
	font-size: 24px;
}

.contact h2 + p {
	font-size: 12px;
	line-height: 2.17;
}

@media (min-width: 900px) {
	.contact {
	padding: 0;
	background-image: none;
	background-color: #EEF4F8;
	}

	.contact .container {
	display: flex;
	justify-content: space-between;
	padding-top: 96px;
	padding-right: 9%;
	padding-left: 9%;
	padding-bottom: 62px;
	box-sizing: border-box;
	background-color: #EEF4F8;
	}

	.contact .text {
		flex: 0 0 auto;
	}

	.contact .form {
		flex: 1 1 auto;
		max-width: 457px;
		margin-left: 1em;
		margin-top: 0;
	}

	.contact h2 {
		font-size: 36px;
	}

	.contact h2 + p {
		font-size: 14px;
		line-height: 1.86;
	}
}

/* お問い合わせ：フォーム */
.form {
	margin-top: 46px;
}

.form input[type="text"],
.form input[type="email"],
.form textarea {
	width: 100%;
	margin-bottom: 17px;
	padding: 12px 20px 14px;
	border: solid 1px #CDD6DD;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-appearance: none;
	color: #333333;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
}

.form ::placeholder {
	color: #CDD6DD;
	opacity: 1;
}

.form input:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
	color: #CDD6DD;
}

.form ::-ms-input-placeholder {
	color: #CDD6DD;
}

.form textarea {
	height: 150px;
}

.form .btn {
	width: 100%;
	margin: 0;
	border: none;
	background-color: #2E5180;
	color: #ffffff;
	cursor: pointer;
	-webkit-appearance: none;
}

@media (min-width: 900px) {
	.form .btn {
		width: 272px;
	}
}

/*　予約　*/

.reserve {
	padding-top: 40px;
}

.reserve_left {
	width: 100%;
}

.r_mess {
	line-height: 1.9;
}

.r_number {
	font-size: 35px;
}

.reserve_right {
	width: 100%;
	margin-top:50px;
	margin-bottom: 20px;
}

.reserve_right p {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.8;
}

.c-timetable {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}

.c-timetable thead th {
	background: #2E5180;
	color: #ffffff;
	font-size: 12px;
}

.c-timetable td, .c-timetable th {
	padding: 15px 5px;
}

.c-timetable tbody td {
	width: 10%;
}

.maru {
	color: #2E5180;
}

.batu {
	color: #E52B4E;
	font-weight: bold;
	font-size: 15px;
}

.c-timetable tbody th {
	font-size: 11px;
	width: 19%;
}

td , td , th {
	border: 1px solid #CCCCCC;
}

@media (min-width: 900px) {
	.reserve_wrap {
		display: flex;
	}
	
	.c-timetable td, .c-timetable th {
		padding: 20px 0;
	}
	
	.c-timetable thead th {
		font-size: 14px;
	}
	
	.reserve_left {
		width: 60%;
		padding-left: 40px;
	}
	
	.reserve_right {
		margin-top:90px;
		margin-bottom: 20px;
	}
	
	
	.r_number {
		font-size: 40px;
	}
}

/*　連絡先　*/
@media (min-width: 900px) {
	.contact_box{
	width: 50%;
	margin: 0 auto;
	}
}

.contact_box{
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	border: solid 1px #ddd;
	text-align: center;
}

.contact_box h3 {
	margin-top: 0;
	font-size: 1.2rem;
}

.contact_box span {
	display: inline-block;
	margin-bottom: 20px;
	font-size: 2.2rem;
	width: 2em;
	line-height: 2em;
	border-radius: 50%;
	text-align: center;
	background-color: #5D9AB2;
	color: #fff;
}

/*　地図　*/
.map iframe {
	width: 100%;
	height: 500px;
	margin-bottom: -5px;
	margin-top: 30px;
}



/* パンくずリスト */
.bread {
	margin: 15px auto;
}

.bread_link {
	font-weight: bold;
	color: #003C7C;
}

.bread ul {
	list-style: none;
	display: flex;
}

.bread ul li {
	font-family: 'Noto Serif JP', serif;
	font-size: 12px;
	padding-right: 15px
}

.sukima {
	margin: 0 -5px;
}
