
/*全体
-----------------*/
body{
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3' 'MS PGothic', arial, helvetica, sans-serif;
	line-height: 1.7;
	font-size: 13px;
	font-size:0.8125rem;
	background:url(../img/item/bg.png) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	/*chk追加＠横スクロール*/
	overflow:scroll !important;
}


/*　パディングをサイズ内側にする処理　*/
* {
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

img{
	vertical-align: middle;
}


#wrapper{
	/*overflow:hidden;*/
	/*chk追加＠横スクロール*/
	overflow:visible !important;
}

.mob { display:none; }


/*共通
----------------*/

.fm_ryu{
		font-family: 'リュウミン R-KL','Ryumin Medium KL';
		letter-spacing: 2px;
}

.title_h{
	font-size: 36px;
	color: #ffe3ab;
	text-shadow: 0px 0px 4px #000;
}
.title_h4{
	font-size: 22px;
	text-align: center;
	background: url(../img/item/title_h4_bg.png) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
}

.title_h4_line{
	font-size: 25px;
	border-left: 3px solid #513b22;
	color: #513b22;
	padding-left: 15px;
}

.title_h4_border{
	font-size: 20px;
	color: #6e7143;
	border-bottom: 1px dotted #cba661;
}

.title_h5{
	font-size: 22px;
	text-align: center;
	background: url(../img/item/title_h5_bg.png) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
}

.title_h span{
	font-size: 16px;
	margin-left: 10px;
}
.loop_box{
	margin-bottom: 50px;
}

.loop_title{
	font-size: 30px;
	color: #cba661;
	border-bottom: 1px dotted #cba661;
	margin-bottom: 10px;
}

.loop_date{
	text-align: right;
	color: #6e7145;
	margin-bottom: 10px;
}

.loop_text a{
	font-size: 16px;
	color: #513b22;
}

.loop_text:hover{
	opacity: 0.7;
	text-decoration: underline;
}

/*ヘッダー
------------------*/

.header_inner{
	width: 990px;
	margin: 0 auto;
}


.logo{
	float: left;
}

.logo:hover{
	opacity: 0.7;
}

.hospital_hours{
	float: left;
	margin-left: 50px;
	width: 330px;
}

table{
	width: 100%;
	margin: 0;
	padding: 0;
}

/*診療時間部分*/
.hospital_hours .first_lage{
	font-size: 20px;
	color: #cfa04e;
	width: 100px;
	text-align: left;
}

/*曜日部分*/
.hospital_hours th{
	text-align: center;
	font-size: 12px;
	font-weight: 100;
	color: #3b0d00;
	padding: 0;
}

/*時間部分*/
.hospital_hours td:first-child{
	text-align: left;
	font-size: 12px;
	color: #787878;
}

/*○部分*/
.hospital_hours td{
	text-align: center;
	font-size: 17px;
	color: #a69058;
}

.hospital_hours tr:nth-child(1){
	border-bottom: 1px solid #cfa04e;
}
.hospital_hours tr:nth-child(2){
	border-bottom: 1px dotted #cfa04e;
}
.hospital_hours tr:nth-child(3){
	border-bottom: 1px solid #cfa04e;
}


/*時間*/
.time_info{
	text-align: right;
	color: #646464;
	font-size: 12px;
}



.hospital_info{
	width: 220px;
	float: left;
	margin-left: 40px;
}

.h_tel a{
	font-size: 22px;
	color: #6e7145;
}
.h_tel a span{
	font-size: 14px;
	margin-right: 6px;
}

.h_ad{
	font-size: 12px;
	color: #DCB969;
	margin-bottom: 10px;
	line-height: 1.4;
}

.map a{
	background: #DCB969;
	color: #fff;
	font-size: 12px;
	text-align: center;
	border-radius: 3px;
}

/*メインビジュアル
-------------------*/
.mainvisual{
	position: relative;
	background: url(../img/main/main.png) no-repeat center center;
	height: 521px;
}

.mainvisual_two{
	position: relative;
	background: url(../img/main/main_two.png) no-repeat center center;
	height: 149px;
}



.main_text{
	position: absolute;
	top:5px;
	right: 50%;
	margin-right: -550px;
	color: #513b22;
}

.main_sub {
    position: absolute;
    left: 50%;
    margin-left: -480px;
    margin-top: 100px;
}

.white{
	color: #fff;
}

/*gnav メニュー
------------------*/

.menu{
	background: url(../img/gnav/bg_gnav.png) no-repeat center center;
	margin-bottom: 40px;
}
.menu.two{
	background: url(../img/gnav/bg_gnav.png) no-repeat center center;
	margin-bottom: 0;
}


.menu li {
    float: left;
    padding: 4px 24px;
    border-left: 1px solid #ccc;
    text-align: center;
}

.sp_change_box{
	display: none;
}


/*サイド
------------------*/
.side{
	width: 288px;
	float: left;
}


.side_title{
	color: #fff;
	text-shadow: 1px 1px 2px #000;
	margin-bottom: 20px;
	padding: 5px;
	font-size: 16px;
	text-align: center;
	background: url(../img/item/side_bg.png);
	font-family: 'リュウミン R-KL','Ryumin Medium KL';
	letter-spacing: 2px;
}

.side_title img{
	width: 100%;
}

.court_list{
	padding-left: 20px;
}

.court_list li{
	 width: 50%;
	 height: 20px;
	 overflow: hidden;
	 margin-bottom: 10px;
	 float: left;
	 color: #CFA04E;
	 letter-spacing: 2px;
}
.court_list li a{
	font-size:12px;
	color: #CFA04E;
	display:inline-block;
}
.side_list .news{
	margin-bottom: 20px;
	padding:0 10px;
}

.side_list{
	border:1px solid #CFA04E;
	border-radius: 10px;
	padding-bottom: 20px;
	margin-bottom:30px;
	background: #fff;
}

.side_list .news dt{
	color: #CFA04E;
	font-size: 14px;
	margin-bottom: 5px;
}

.side_list .news dd a{
	color: #000;
	font-size: 14px;
}



/*qr*/

.qr_box{
	background: url(../img/side/qr_bg.png) no-repeat top center;
	height: 113px;
}
.qr_box:hover{
	opacity: 0.7;
}


.qr_code {
    width: 79px;
    float: left;
    margin-top: 15px;
    margin-left: 20px;
}

.qr_code img{
	width: 100%;
}

.qr_text{
    font-size: 17px;
    color: #fff;
    float: left;
    line-height: 1.3;
    margin-top: 15px;
    margin-left: 25px;
}

.qr_text span{
	font-size: 25px;
}


/*コンテンツ外側全体
------------------*/

.container{
	width: 1024px;
	margin: 0 auto 100px;
}




/*コンテンツ内部
------------------*/
.content{
	width: 718px;
	float: right;
}

.stop{
	color: #F60;
	text-align: left;
	padding: 20px;
	border: 1px solid #DCB969;
	margin-bottom: 30px;
}

.stop p.stop_title{
	font-size: 20px;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
}

.pc_display_none{
	display: none;
}

.title_box h2{
	font-size: 40px;
	text-align: center;
	color: #B48C3C;
	margin-bottom: 50px;
	position: relative;
}

.title_box h2:after{
	content:"";
	position: absolute;
	right:73px;
	top:0;
	bottom:0;
	margin: auto;
	width: 29px;
	height: 51px;
	background: url(../img/item/title_right_icon.png) no-repeat center center;
}
.title_box h2:before{
	content:"";
	position: absolute;
	left:73px;
	top:0;
	bottom:0;
	margin: auto;
	width: 29px;
	height: 51px;
	background: url(../img/item/title_left_icon.png) no-repeat center center;
}


.text_box h3{
	/*font-size: 30px;*/
	font-size: 26px;
	color: #A88E51;
	margin-bottom: 10px;
	line-height: 1.3;
}
.text_box h3 span{
	font-style: italic;
	font-size: 50px;
	margin-right: 10px;
	color: #6e7145;
	float: left;
	display: block;
	/*margin-top: -15px;*/
}

.text_box p{
	font-size: 16px;
	color: #513b22;
	line-height: 1.5;
	clear: both;
}

.list_img_two li{
	overflow: hidden;
	height: 380px;
	margin-bottom: 50px;
}

.left_img{
	float: left;
	margin-right: 25px;
	width: 320px;
}
.left_img img{
	width: 100%;
}

.right_img{
	float: right;
	margin-left: 25px;
	width: 320px;
}
.text_box{
	float: left;
	width: 370px;
}

.list_img_two .left_img img{
	border-radius: 7px;
}
.list_img_two .right_img img{
	border-radius: 7px;
}

/*スタッフ
------------------*/
.staff_bg{
	background: url(../img/staff/bg_title.png) no-repeat center center;
	height: 110px;
}

.staff_bge h2{
	padding: 34px 0 0 25px;
}

.box.staff{
	margin: 30px auto;
}

.title_h3{
	margin-bottom: 30px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	text-shadow: 0 0 3px #000;
	background: url(../img/item/title_bg.png);
}

.status{
	font-size: 20px;
}
.name_kana{
	font-size: 14px;
}


.staff_list li{
	float: left;
}

.staff_list li:first-child{
	width: 280px;
	margin-bottom: 20px;
}
.staff_list li:nth-child(2){
	width: 400px;
	margin-left: 30px;
}

.staff .name{
	float: right;
	margin: 10px;
	font-size: 32px;
	color: #6e7145;
}

.name{
	font-size: 32px;
	color: #6e7145;
	margin: 10px 0;
}

.box_career{
	margin-bottom: 40px;
}

.box_career h4{
	margin-bottom: 20px;
}

.carrer_list li{
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #f1e3c4;
	color: #513b22;
	letter-spacing: 1px;
	font-size: 16px;
}

.box_info_staff{
	margin-bottom: 40px;
}

.box_info_staff h3{
	margin-bottom: 35px;
}

.box_info_staff .staff_img_two li:nth-child(1){
	width: 280px;
	float: left;
}

.box_info_staff .staff_img_two li:nth-child(2){
	width: 408px;
	float: left;
	margin-left: 30px;
}

.staff_img_two li h4{
	margin-bottom: 20px;
}

.box_info_staff .carrer_list li{
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #f1e3c4;
	color: #513b22;
	letter-spacing: 1px;
}
.box_info_staff .carrer_list li:nth-child(1){
	width: 100%;
}
.box_info_staff .carrer_list li:nth-child(2){
	margin-left: 0;
}
.staff_img_two h5{
	margin-bottom: 20px;
}

.staff_number {
	margin-bottom: 20px;
}

.staff_number li{
	float: left;
	border-radius: 30px;
	background: url(../img/staff/btn_bg.png) no-repeat center center;
	width: 173px;
	height: 42px;
	line-height: 42px;
	font-size: 17px;
	text-align: center;
	color: #fff;
}
.staff_number li + li{
	margin-left: 8px;
}

.staff_total{
	width: 103px;
	font-size: 19px;
	border-bottom: 3px solid #513b22;
	float:right;
	text-align: center;
}

/*院内紹介
------------------*/
.medicalcare_bg{
	background: url(../img/medicalcare/bg_title.png) no-repeat center center;
	height: 110px;
}

.medicalcare_bg h2{
	padding: 34px 0 0 25px;
}

.box.medicalcare{
	margin: 30px auto;
}

.medicalcare_img_two{
	margin-left: -20px;
}

.medicalcare_img_two li{
	float: left;
	width: 350px;
	height: 450px;
	margin-left: 19px;
	margin-bottom: 20px;
	overflow: hidden;
}



.medicalcare_img_two img{
	margin-bottom: 15px;
}

.medicalcare_img_two h4{
	font-size: 30px;
	color: #cba661;
	border-bottom: 1px dotted #513b22;
	text-align: center;
	margin-bottom: 10px;
}

.medicalcare_img_two .text{
	font-size: 16px;
}


/*診療案内
------------------*/



.service_bg{
	background: url(../img/service/bg_title.png) no-repeat center center;
	height: 110px;
}

.service_bg h2{
	padding: 34px 0 0 25px;
}

.box.service{
	margin: 30px auto 60px;
}

.link_service li{
	float: left;
	margin-left: 14px;
	margin-bottom: 10px;
}
.link_service li:hover{
	opacity: 0.7;
}

.service_list .text_box h4{
	font-size: 22px;
	margin-bottom: 10px;
	color: #6e7143;
}

.service_list .text_box p{
	font-size: 16px;
	color: #513b22;
}

.service_box{
	margin-bottom: 50px;
}

.service_box h3{
	font-size: 30px;
	color: #cba661;
	margin-bottom: 20px;
	border-bottom: 1px dotted #cba661;
}
.service_bg_box{
	background: #f2ece9;
	padding: 10px 15px;
	margin-bottom: 50px;
}

.service_bg_box h3{
	background: #fff;
	border: 1px solid #ccbcae;
	border-radius: 5px;
	width: 100%;
	text-align: center;
	margin: 0 auto 20px;
	color: #755943;
	padding: 10px 0;
}

.service_bg_box h4{
	border-bottom: 1px dotted #cba661;
	color: #6e7143;
	margin-bottom: 10px;
	font-size: 20px;
}


.service_bg_box dt{
	font-size: 18px;
	background: #6e7143;
	border-radius: 30px;
	text-align: center;
	color: #fff;
	width: 107px;
	margin-bottom: 10px;
	font-family: 'リュウミン R-KL','Ryumin Medium KL';
	letter-spacing: 2px;
}

.service_bg_box dd{
	margin-bottom: 20px;
	color: #513b22;
	font-family: 'リュウミン R-KL','Ryumin Medium KL';
	letter-spacing: 2px;
}
.service_list_small li{
	width: 47%;
}
.in_box{
	margin-bottom: 30px;
	padding-left: 7px;
}





/*アクセス
------------------*/
.access_bg{
	background: url(../img/access/access_title.png) no-repeat center center;
	height: 110px;
}

.access_bg h2{
	padding: 34px 0 0 25px;
}

.box.access{
	margin: 30px auto 60px;
}

.map_box{
	text-align: center;
}
.access_box h3{
	margin-bottom: 20px;
}

.access_info{
	clear: both;
	border-bottom: 1px dotted #f1e3c4;
	padding: 20px 0;
	margin-bottom: 25px;
	overflow: hidden;
}

.access_info dt{
	float: left;
	color: #6e7145;
	font-size: 24px;
	width: 113px;
}

.access_info dd{
	font-size: 16px;
	margin-left: 20px;
	float: left;
	color: #513b22;
}

.access_info dd span{
	display: block;
	margin-bottom: 10px;
}


.access_list{
	margin-left: -27px;
}

.access_list li{
	width: 345px;
	margin-left: 27px;
	float: left;
}

/*フッター
------------------*/
#footer {
    background: url(../img/footer/f_bg.png) no-repeat center center;
    height: 445px;
    padding-top: 100px;
    position: relative;
    background-size: cover;
}

.f_menu{    width: 600px;
	margin: 0 auto 25px;
}


.f_menu li{
	float: left;
	border-left: 1px solid #fff;
	margin-bottom:20px;
}
.f_menu li a{
	font-size: 13px;
	color: #fff;
	padding: 0 5px;
}
.f_menu li:first-child{
	border-left: none;
}

.f_logo{
	text-align: center;
	margin-bottom: 30px;
}

.f_info_box{
	text-align: center;
	margin-bottom: 30px;
}

.tel{
	font-size: 20px;
	color: #fff;
}
.tel span{
	font-size: 14px;
}

.ad{
	font-size: 14px;
	color: #fff;
}


/*ソーシャル*/
.f_social_list{
	width: 110px;
	margin: 0 auto 10px;
}


.f_social_list li{
	float: left;
	margin-left: 10px;
}

small{
	font-size: 12px;
	color: #fff;
	display: block;
	text-align: center;
}

#page-top {
	    position: absolute;
	    top: 54px;
	    right: 50%;
			margin-right: -350px;
	    background: url(../img/footer/back_top.png) no-repeat center center;
	    background-size: cover;
	    width: 84px;
	    height: 54px;
	    padding: 2px 10px;
	    text-align: center;
	}
#page-top a {
    color: #D7BB6A;
}
#page-top a:hover {
    opacity: 0.7;
}

/*clearfix
-----------------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


/*サービス
-------------------*/
.service_box h3 span{
	margin-right: 10px;
}


.intro_text{
	color: #513b22;
	font-size: 16px;
}

.service_bg_box .box h5{
	color: #6e7143;
	font-size: 20px;
	border-bottom: 1px dotted #cba661;
	margin-bottom: 10px;
}

.box{
	margin-bottom: 30px;
}

.sevice_two_list .r_img{
	float: right;
}
.sevice_two_list .l_text {
    float: left;
    width: 380px;
		color: #513b22;
		font-size: 16px;
}

.sevice_two_list .l_img{
	float: left;
}
.sevice_two_list .r_text {
    float: right;
    width: 380px;
		color: #513b22;
		font-size: 16px;
}


.service_list_two .right_img{
	float:right;
	margin-left:0;
}

.service_list_two .text_box{
	float:left;
	width: 350px;
}

.list_bg_two{
	margin-bottom: 20px;
}

.list_bg_two li{
	width: 300px;
	float: left;
	color: #fff;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background: #6e7143;
	margin-left: 10px;
	border-radius: 5px;
	position: relative;
}

.bg_two_text{
	font-size: 16px;
	color: #513b22;
	margin-bottom: 30px;
}

.list_bg_two li + li{
	margin-left: 65px;
}

.list_bg_two li + li:after{
	content:"+";
	position: absolute;
	top:0;
	bottom: 0;
	left:-50px;
	color: #6e7143;
	font-size: 45px;
	margin: auto;
}

.merit{
	clear: both;
	overflow: hidden;
	margin-top: 20px;
}

.merit dt {
    background: #af9a85;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    text-align: left;
    padding-left: 12px;
    width: 189px;
    float: left;
    height: 56px;
    padding-top: 15px;
		margin-bottom: 0;
		border-top: 1px solid #513b22;
		border-left: 1px solid #513b22;
		border-right: 1px solid #513b22;
}

.merit dl:last-child dt{
	border-bottom: 1px solid #513b22;
}
.merit dl:last-child dd{
	border-bottom: 1px solid #513b22;
}

.merit dd {
    width: 499px;
    color: #513b22;
    font-size: 16px;
    float: left;
    height: 56px;
    margin-bottom: 0;
    border-top: 1px solid #513b22;
    border-right: 1px solid #513b22;
    padding: 0 12px;
    line-height: 1.3;
    padding-top: 6px;
}

.img_four_list li{
	float: left;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}

.method_text{
	font-size: 16px;
	color: #513b22;
}

.img_four_list li + li{
	padding-left: 24px;
}
.img_four_list li + li:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4px;
    width: 0;
    height: 0px;
    border: 10px solid transparent;
    border-left: 15px solid #FFA005;
    margin: auto;
}

.single_date{
    margin: 50px auto 10px;
    display: block;
}

h3.single_title {
	font-size: 25px;
	color: #cba661;
	border-bottom: 1px dotted #cba661;
	margin-bottom: 10px;
}



.sp_news{

display: none;
}
.sideBnr{
	margin:0 10px;
}
.sideBnr img{
	width:100%;
	margin:10px 0;
}



/*インプラント
----------------*/
body.implant{
	}
body.implant .topcom{
	margin:30px 0;
	}
body.implant .topcom img{
	width:250px!important;
	float:left;
	margin:0 20px 20px 0!important;
	}

body.implant .btn_menu{
    width:620px!important;
    margin:50px auto!important;
    }
body.implant .btn_menu li{
    width:300px!important;
    margin-right:20px!important;
    float:left;
    border-radius:10px;
	background:#766455;
    }
body.implant .btn_menu li:nth-child(2){
    margin-right:0!important;
    }
body.implant .btn_menu li a{
    text-decoration:none;
    display:block;
    text-align:center;
    padding:10px;
    box-sizing:border-box;
    color:#fff;
    }

/*一般歯科
-----------------*/
body.general .mt_30{
	margin-top:30px;
	}
body.general .service_list img{
	width:320px;
	}

body.general .ucolumn{
	margin:30px auto;
	padding:10px;
	box-sizing:border-box;
	width:720px;
	}
body.general .ucolumn img{
	width:320px;
	float:right;
	margin:0 0 20px 20px;
	}
body.general .ucolumn p{
	line-height:1.7;
	}


body.general ul.menu_btn{
    margin:30px 0;
    }
body.general ul.menu_btn li{
    list-style:none;
    width:32%;
    margin-right:2%;
    float:left;
    }
body.general ul.menu_btn li:nth-child(3){
    margin-right:0;
    }
body.general ul.menu_btn li a{
    display:block;
    width:100%;
    padding:10px;
    box-sizing:border-box;
    text-align:center;
    background:#6E7143;
    color:#fff;
    }
/*220908 感染症対策*/
.kansentaisaku {
    width: 720px;
    margin: 0 auto 40px;
    border: 2px solid #DCB969;
    padding: 20px 0 0px;
    box-sizing: border-box;
    background: #fff;
  }
  .kansentaisaku .title_big {
    text-align: center;
    font-size: 1.8em;
    margin-bottom: .5em;
    color: #DCB969;
  }
  .kansentaisaku .prologuetext {
    text-align: center;
  }
  .kansentaisaku .whole {
    background: #FCF5EF;
    margin: 20px 30px;
    padding: 20px 20px 10px 20px;
  }
  .kansentaisaku ol {
    width: 100%;
    margin: 0 auto;
    list-style: none;
  }
  .kansentaisaku ol li {
    margin: 0 0 .5em 1em;
  }
  .kansentaisaku .inner {
	margin: 0 30px 20px;
  }
  .kansentaisaku .mb1 {
	margin-bottom: 1em;
}
.kansentaisaku .sp_only {
    display: none;
}
/*20240816編集*/
table.price{
    margin-top: 30px;
    margin-bottom: 10px;
}
table.price th{
    background-color: #6e7143;
    color: #fff;
}
table.price th,table.price td{
    border: 1px solid #CFA04E;
    padding: 10px;
}
table.price td {
	background: #eee;
}
table.price tr:nth-child(odd) td {
	background: #fff;
}




/*コラム新着*/
#col_ul{
	display: flex;
	justify-content: space-between;
	list-style: none;
  margin-top:30px;
  width:min(100%,1200px);
  margin: auto;
}

#col_ul li{
	width:30% !important;
	height:auto;
	
	position: relative;
  text-align: left;
  line-height: 1.8;
  list-style: none;
}

#col_ul li .ica{
	height:150px;
	overflow: hidden;
	display: block;
}
#col_ul li img{
	width:100%;
	height:auto;
    margin-bottom: 20px;
}

#col_ul .tit{
	font-size:20px;
}

#col_ul .top_cate {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    color: #fff !important;
    padding: 5px;
    z-index: 2;
    background-color: #DCB969;
    line-height: 1;
	border-radius:0px 0 0 0 ;
  text-align: left;
	
}

#col_ul .top_cate a{
    color: #fff !important;
	display: inline !important;
}

.p-top-column{
	margin-bottom:100px;
	padding:70px 10px;
}

#home .h3_c{
	text-align: center;
	padding:20px;
  }

  .column_tit{    
	font-size: 30px;
    color: #DCB969;
    margin-bottom: 20px;
	text-align: center;
  }
  
 
 
 
  @media screen and (max-width: 600px) {
	#col_ul{
		display: block;
		justify-content: space-between;
		list-style: none;
		flex-wrap: wrap;
    padding:0px 20px;
    box-sizing: border-box;
	}
	
	#col_ul li{
		width:100% !important;
		height:auto;
		
		position: relative;
	  text-align: left;
	  line-height: 1.8;
	  list-style: none;
	  margin-top:30px;
    padding:0px 0px 20px !important;
	}
}


.p-top-column .btn a{

width: 302px;
height: 60px;
line-height: 60px;
text-align: center;
font-size: 18px;
font-weight: 700;
color: #DCB969;
background: #fff;
border-radius: 30px;
margin: 0 auto;
display: block;
box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
transition: 0.3s ease;
} 


.p-top-column .btn a:hover {
  color: #fff;
  background: #DCB969;
}