@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

:root {
    --primary: #859441;
    --secondary: #f7440c;
    --light: #EEF9FF;
    --dark: #091E3E;
}
body {
    font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;/*'Jost', sans-serif;*/
}
h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .5s;
}
.btn-f1,
.btn-f2,
.btn-f3,
.btn-f4,
.btn-f5{
	background-color:#000066;
	color:#FFFFFF;
	width:98%;
	padding: 15px 0;
}
.btn-f1{
	background-color:#AEC21A;
}
.btn-f2{
	background-color:#E2757E;
}
.btn-f3{
	background-color:#51B7C9;
}
.btn-f4{
	background-color:#8B76AF;
}
.btn-f5{
	background-color:#EA9100;
}

.btn-f1:hover {
	background-color:#fff;
	border-color:#AEC21A;
	color:#AEC21A;
}
.btn-f2:hover {
	background-color:#fff;
	border-color:#E2757E;
	color:#E2757E;
}
.btn-f3:hover {
	background-color:#fff;
	border-color:#51B7C9;
	color:#51B7C9;
}
.btn-f4:hover {
	background-color:#fff;
	border-color:#8B76AF;
	color:#8B76AF;
}
.btn-f5:hover {
	background-color:#fff;
	border-color:#EA9100;
	color:#EA9100;
}

.btn-primary,
.btn-secondary{
    color: #FFFFFF;
}
.btn-tertiary{
    color: #000;
    background: #FFFFFF;
}
.btn-quaternary{
    color: #FFF;
    background: #D81C35;
}
.btn-primary:hover {
    background: #8DAE53;
    color: #FFFFFF;
    border-color: var(--primary);
}

.btn-secondary{
    background: var(--secondary);
}
.btn-secondary:hover {
    background: #F57E57;
    color: #FFFFFF;
}
.btn-quaternary:hover {
    background: #fc6c7d;
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.full_img{
	max-width:100%;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
.top_msg{
	position:absolute;
	z-index:99;
	color:#FFFFFF;
	text-shadow:3px 3px 5px #000;
	text-align:center;
	font-size:42px;
	top: 50%;
	right: 0;
	left: 0;
	margin: auto;
	line-height:1.8;
 }

.back-to-top {
    position: fixed;
    display: none;
    right: 10px;
    bottom: 63px;
    z-index: 99;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}
@media (max-width: 1120px) {
	.top-shape span{
		display:none;
	}
}
.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    padding: 35px 15px;
    font-size: 18px;
    color: var(--dark);
    outline: none;
    transition: .5s;
}
@media (max-width: 1210px) {
	.navbar-light .navbar-nav .nav-link {
		padding: 35px 7px;
		font-size: 14px;
	}
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 12px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
	text-decoration:underline;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .1);
    z-index: 1;
}
.t_tile{
	min-height:265px;
}
.t_tile h6{
	width:80px;
}
@media (max-width: 1400px) {
	.t_tile{
		font-size:16px;
	}
}
@media (max-width: 991.98px) {
	.t_tile{
		min-height:auto;
	}
}
.t_tile p{
	padding-left:20px;
}
.display-1 {
        font-size: 48px;
		
}
.t_center{
	text-align:center;
}
.t_right{
	text-align:right;
}
.top_bar{
	color:#FFFFFF;
	background-color:#8DAE53;
}
.text-left{
	text-align:left;
}
.text-right{
	text-align:right;
}

@media (max-width: 576px) {
	.top_msg{
		font-size:28px;
	}

    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
	.display-1 {
			font-size: 20px;
	}
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}
.banner h3{
	text-align:center;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -65px;
        z-index: 1;
    }
}

.section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background: var(--primary);
}

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: var(--secondary);
}

.twentytwenty-wrapper {
    height: 100%;
}

.hero-header {
    background: linear-gradient(rgba(255,255,255,.4), rgba(255,255,255,.4)), url(../img/h_back.jpg) center center no-repeat;
    background-size: cover;
	text-shadow: 3px 3px 5px #000;
}

.bg-appointment {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.appointment-form {
    background: rgba(6, 163, 218, .7);
}

.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.15);
}

.team-item .team-text::after,
.service-item .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius:100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
}

.bg-offer {
    background:url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.offer-text {
    background: rgba(6, 163, 218, .85);
}

.price-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 45px);
    height: 45px;
    top: calc(50% - 22.5px);
    left: -22.5px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
}

.price-carousel:hover .owl-nav {
    opacity: 1;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.bg-testimonial {
    background: url(../img/carousel-2.jpg) center center no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    background: rgba(6, 163, 218, .85);
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(50% - 23px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
}


.text-chk{
	color:#CC0000;
}
.feature ul {
    max-width: 980px;
    padding: 50px 60px 20px;
    margin: 0 auto;
    border: 5px double #2FB95B;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	list-style:none;
}
@media (max-width: 600px) {
	.feature ul {
		padding: 30px 20px 20px;
	}
}

.feature ul li {
    font-size: 22px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding: 3px 0 20px 15px;
    opacity: 1;
    filter: alpha(opacity = 100);
    -moz-opacity: 1;
}
.feature ul li img{
	width:90px;
	padding-right:10px;
}
.problem{
	background-color:#FDF8F4;
	padding:30px 0;
}
.news{
	background-color:#F3F1E9;
	padding: 30px 0;
}
ul.newslist {
    max-width: 980px;
    padding: 50px 60px 20px;
    margin: 0 auto;
	list-style:none;
	background:#FFFFFF;
}
ul.newslist li {
    font-size: 22px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding: 3px 0 10px 15px;
    opacity: 1;
    filter: alpha(opacity = 100);
    -moz-opacity: 1;
}
@media (max-width: 600px) {
	ul.newslist {
		padding: 30px 30px 20px;
	}
	ul.newslist li {
		font-size: 16px;
	}
}
ul.newslist li.indent {
  text-indent: -6em;
  padding-left: 6em;
  border-bottom: 1px dotted #999;
}
ul.newslist li a{
	color:#666666;
}

.news .section-title,
.problem .section-title,
.feature .section-title{
	text-align:center;
}

.visit{
	background-color:#EEEDE9;
	padding:30px 0;
	text-align:center;
}
.visit .v-box{
	background-color:#fff;
	margin-bottom:20px;
	border:1px solid #999;
	margin:3px;
	text-align:left;
	padding:5px;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);	
}
.visit .v_count{
    color: #172F53;
    font-family: 'barlow';
    font-size: 3em;
    font-weight: bold;
    line-height: 1.4;
	text-align:left;
}
.visit span{
	color:#CC0000;
}
@media (max-width: 600px) {
	.visit .v_count{
		font-size: 3em;
    	line-height: 1.2;
	}

}
.visit .v-box img{
	max-width:100%;
}
.visit .v-box p{
    font-weight: normal;
/*    margin-top: 15px;
    line-height: 1.6;*/
	text-align:left;
	margin-bottom:10px;
}
.qa{
	padding:30px 0;
}
.qa .section-title{
	text-align:center;
}
.accordion-area{
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
  border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1.2rem;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
}

/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
    
}
.title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    
}
.title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.title.close::before{
  transform: rotate(45deg);
}

.title.close::after{
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
    background: #FCFDF2;
    margin:0 3% 3% 3%;
    padding: 2%;
}

.box p span{
	display:block;
	font-weight:700;
}
.marker {
    background: #f7f151;
}
.treatment img{
	max-width:100%;
}
.treatment a{ overflow:hidden; }
.treatment a img:hover{
	transform:scale(1.3);
	transition:0.3s;
}
.bg-jobinf{
	background:rgba(247,234,235,0.8);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgba(238, 159, 163, 0.3) 4px, rgba(238, 159, 163, 0.3) 7px );
}


/*メニューをページ下部に固定*/
#sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   opacity: 0.9;
   z-index: 99;
}
.f_waku {
	background-image:url(../img/f_back.jpg) !important;
    background-size: cover;
    position: relative;
}
.f_waku:before {
    content: "";
	background-color:rgba(133,148,65,0.8);
    position: absolute;
    inset: 0;
}
.f_waku .container{
	position: relative;
}
.f_waku a{
	color:#FFFFFF;
}
.f_c{
	padding-bottom: 3.5rem !important;
	font-size:14px;
}

/*PCの場合にはメニューを表示させない*/
@media (min-width: 768px) {
   .for-sp{
      display:none;
    }
	.f_c{
		padding-bottom: 1rem !important;
	}
}
/*メニューを横並びにする*/
#sp-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}

#sp-fixed-menu li{
   justify-content: center;
   align-items: center;
   width: 50%;
   padding:0;
   margin:0;
   font-size: 14px;
   border-right: 1px solid #fff;
}

/*左側メニュー*/
#sp-fixed-menu li:first-child{
   background: #F2A12B;
}

/*左側メニュー*/
#sp-fixed-menu li:last-child{
   background: #D81C35;
}

/*ボタンを調整*/
#sp-fixed-menu li a{
   color: #fff;
   text-align: center;
   display:block;
   width: 100%;
   padding:20px;
}
/*
h2{
 padding-bottom: 9px;
 font-size: 1.7rem;
 font-weight: 500;
 border-bottom: 1px solid #e6e6e6;
 line-height: 1.3;
 position: relative;
}
h2:after{ content: '';
 width: 190px;
 border-bottom: 1px solid #aec21a;
 display: block;
 position: absolute;
 bottom: -1px; left: 0;
}
*/
.t_title1{
    display: block;
    margin: 30px auto 10px;
    line-height: 2.5em;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
	background-color:#A02D4D;
}
.about-company{
	border-bottom: solid 1px #999;
}
.about-company dl {
    border-top: solid 1px #999;
	margin-bottom:0;
}
.about-company dt {
    color: #000;
}
.about-company dd {
    flex: 1;
	margin-bottom:0;	
}

@media screen and (min-width: 1024px) {
    .about-company dl {
        display: flex;
        align-items: baseline;
        padding: 15px 5px;
    }
    .about-company dt {
        width: 10rem;
    }
}

.t_title2 {
	background-color: #fff;
	border: 1px solid #aaa;
	border-left: 20px solid #aaa;
	box-shadow: 1px 1px 1px rgba(0,0,0,.1);
	color: #666;
	padding: 10px 20px;
	position:relative;
	font-size:17px;
	font-weight:normal !important;
	background-image: url('../img/pdf.png');
	background-position:right;
	background-repeat:no-repeat;
}
.t_title2:after {
	box-shadow: 0 15px 10px rgba(0, 0, 0, .1);
	content:  '';
	position: absolute;
	transform: rotate(1deg);
	-moz-transform: rotate(1deg);
	-webkit-transform: rotate(1deg);
	-o-transform: rotate(1deg);
	bottom: 15px;
	right: -3px;
	width: 85%;
	height: 10px;
	z-index: -1;
}
.t_title3{
	padding-left:45px;
	background-image:url(../img/f_icon.png);
	background-repeat:no-repeat;
}

#access,
#information {
	padding-top: 200px;
	margin-top:-200px;
}
.month-box{
	box-sizing: border-box;
	margin: 1vw 0.1vw;
	padding: 0.8vw;
	width: 100%;
	border: solid 1px #aaa;
	position: relative;
	overflow: hidden;
	height: 185px;
}

.month-box h3{
	font-size: 24px;
}
.month-box h4{
	font-size: 18px;
}

.font-big {
	font-weight: 600;
	font-size: 36px;
}
.image-box img {
	width: 40%;
	z-index: -1;
	position: absolute;
}
.m4, .m5, .m6, .m7, .m8, .m9, .m10, .m11, .m12, .m1, .m2, .m3{
	background-position:bottom right;
	background-repeat:no-repeat;
}
.m4{
	background-image:url(../img/event/m4.png);
}
.m5{
	background-image:url(../img/event/m5.png);
}
.m6{
	background-image:url(../img/event/m6.png);
}
.m7{
	background-image:url(../img/event/m7.png);
}
.m8{
	background-image:url(../img/event/m8.png);
}
.m9{
	background-image:url(../img/event/m9.png);
}
.m10{
	background-image:url(../img/event/m10.png);
}
.m11{
	background-image:url(../img/event/m11.png);
}
.m12{
	background-image:url(../img/event/m12.png);
}
.m1{
	background-image:url(../img/event/m1.png);
}
.m2{
	background-image:url(../img/event/m2.png);
}
.m3{
	background-image:url(../img/event/m3.png);
}

.info {
	margin-top: 40px;
	padding: 25px 20px;
}
.f0 {
	border:#8DAE53 1px solid;
	background-color: #d1e5ac;
}
.f1 {
	border:#AEC21A 1px solid;
	background-color: #f9ffd3;
}
.f2 {
	border:#E2757E 1px solid;
	background-color: #ffd3d6;
}
.f3 {
	border:#51B7C9 1px solid;
	background-color: #c1f5ff;
}
.f4 {
	border:#8B76AF 1px solid;
	background-color: #e8dbff;
}
.f5 {
	border:#EA9100 1px solid;
	background-color: #ffeac9;
}

.tb_f0 th,.tb_f0 td,
.tb_f1 th,.tb_f1 td,
.tb_f2 th,.tb_f2 td,
.tb_f3 th,.tb_f3 td,
.tb_f4 th,.tb_f4 td,
.tb_f5 th,.tb_f5 td
 {
  border: solid 1px #ccc;
  padding:5px;
}
.tb_f0 {
  border-collapse: collapse;
  border: solid 2px #8DAE53;
  width:100%;
}
.tb_f0 th{
	background-color:#8DAE53;
	width:150px;
	color:#FFFFFF;
}
.tb_f1 {
  border-collapse: collapse;
  border: solid 2px #AEC21A;
  width:100%;
}
.tb_f1 th{
	background-color:#AEC21A;
	width:150px;
	color:#FFFFFF;
}

.tb_f2{
  border-collapse: collapse;
  border: solid 2px #E2757E;
  width:100%;
}
.tb_f2 th{
	background-color:#E2757E;
	width:150px;
	color:#FFFFFF;
}

.tb_f3{
  border-collapse: collapse;
  border: solid 2px #51B7C9;
  width:100%;
}
.tb_f3 th{
	background-color:#51B7C9;
	width:150px;
	color:#FFFFFF;
}

.tb_f4{
  border-collapse: collapse;
  border: solid 2px #8B76AF;
  width:100%;
}
.tb_f4 th{
	background-color:#8B76AF;
	width:150px;
	color:#FFFFFF;
}

.tb_f5{
  border-collapse: collapse;
  border: solid 2px #EA9100;
  width:100%;
}
.tb_f5 th{
	background-color:#EA9100;
	width:180px;
	color:#FFFFFF;
}
.f1_title{
	font-size:24px;
	position: relative;
	padding-left:25px;
}
.f1_title::before {
    content: "";
    width: 18px;
    height: 18px;
    border: 3px solid #AEC21A;
    position: absolute;
    left: 0;
    top: 7px;
    border-radius: 100px;
}


.u-flex {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.u-flex dd {
	padding: 10px 20px;
}
.u-flex dt {
    color: #fff;
    padding: 10px;
    width: 25%;
    text-align: center;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dl_f1 {
    border: 1px solid #AEC21A;
}
.dl_f1 dt {
    background-color: #AEC21A;
}
.dl_f2 {
    border: 1px solid #E2757E;
}
.dl_f2 dt {
    background-color: #E2757E;
}
.dl_f3 {
    border: 1px solid #51B7C9;
}
.dl_f3 dt {
    background-color: #51B7C9;
}
.dl_f4 {
    border: 1px solid #8B76AF;
}
.dl_f4 dt {
    background-color: #8B76AF;
}
.box_f1 p{
	text-align:center;
	background-color:#AEC21A;
	color:#fff;
	margin-bottom:0;
	font-size:16px;
}
.p_f1{
	margin-bottom:0;
	text-align:center;
	font-weight:700;
}

/*入所の流れ*/
.stepbar {
  margin: 0 auto;
  width: 80%;
}

.stepbar .stepbarwrap {
  margin: 2em 0;
  position: relative;
}

.stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  width: 3em;
  height: 3em;
  content: "";
  border-radius: 50%;
  background-color: #859441;
  color: #fff;
  text-align: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle span {
  display: inline-block;
  line-height: 1.2em;
  font-size: 0.8em;
  font-weight: bold;
  position: relative;
  top: 0.9em;
}

.stepbar .stepbarwrap .steptitle .stitle {
  margin: 0.5em;
  font-weight: bold;
  font-size: 1.2em;
}

.stepbar .stepbarwrap .steptxt {
  padding-left: 3.5em;
}

.stepbar .stepbarwrap .steptxt .txt {
  font-size: 0.9em;
}

.stepbar .stepbarwrap .stepline {
  width: 1px;
  height: calc(100% + 1em);
  background-color: #859441;
  position: absolute;
  top: 1em;
  left: 1.5em;
  z-index: -1;
}

.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}

@media screen and (max-width: 960px) {
  .stepbar {
    width: 90%;
  }
}
.topics_tile{
	border-bottom:2px solid #859441;
	padding-bottom:5px;
	margin-bottom:20px;
}
.tdate{
	text-align:right;
}
.fradio {
    float: left;
    margin: 5px 0;
}
.c_waku1 {
    background-color: #eeeeee;
    border-bottom: 1px dotted #cccccc;
    padding: 10px;
}
.c_waku2{
	border-bottom:1px dotted #cccccc;
	padding:10px;
}
.c_waku3{
	text-align:center;
	padding:10px;
}
.c_submit {
    width: 200px;
    margin: 10px;
    padding: 10px;
    background-color: #859441;
    border: none;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-radius: 4px;
    transition: 0.3s ease-out;
}
.error{
	color:#CC0000;
}
.w200{
	max-width:200px;
}
.top_slide button{
	display:none !important;
}
.ul_link{
	list-style:none;
}
.ul_link li{
	padding-bottom:10px;
}
.topics img{
	max-width:100%;
}