@charset "utf-8";
/*////////////////////////////////////
topherder_area
////////////////////////////////////*/

@media screen and (min-width: 768px){
#topheader{
	position: relative;
	width: 100%;
	padding-top: 100px;
	background: #FEFEFE;
}

#topheader_area{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	aspect-ratio: 1773/819;

}

#topheader_area img{
	border-radius: 20px 20px 0 0;
}

#topheader_sp_area{
	display: none;
}

#topheader_graph{
	position: absolute;
	top: 20%;
	right: 20%;
	width: 30%;
	z-index: 3;
}

#topheader_title_area{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 50%;
	z-index: 2;
}

#topheader_subtitle{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
	font-family: "Chiron Hei HK", sans-serif;
	font-weight: 400;
	font-size: 5rem;
	color: #464843;
}

#topheader_subtitle span{
	font-weight: 600;
}

#topheader_title{
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}

#topheader_title h2{
	text-align: center;
	font-family: "Chiron Hei HK", sans-serif;
	font-weight: 600;
	font-size: 10rem;
	color: #464843;
}

#topheader_word{
	position: relative;
	width: 100%;
	text-align: center;
	font-family: "Chiron Hei HK", sans-serif;
	font-weight: 400;
	font-size: 4rem;
	color: #464843;
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
#topheader{
	position: relative;
	width: 100%;
	padding-top: 70px;
	background-color: #f5f8ec;
}

#topheader_area{
	display: none;
}

#topheader_sp_area{
	position: relative;
	width: 100%;
	aspect-ratio: 63/100;
	background:url("../img/topheader_sp_bg03.png");
	background-size: cover;	
}

#topheader_graph{
	position: absolute;
	top: 20%;
	right: 20%;
	width: 30%;
	z-index: 3;
}

#topheader_title_area{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 50%;
	z-index: 2;
}

#topheader_subtitle{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
	font-family: "Chiron Hei HK", sans-serif;
	font-weight: 400;
	font-size: 5rem;
	color: #464843;
}

#topheader_subtitle span{
	font-weight: 600;
}

#topheader_title{
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}

#topheader_title h2{
	text-align: center;
	font-family: "Chiron Hei HK", sans-serif;
	font-weight: 600;
	font-size: 10rem;
	color: #464843;
}

#topheader_word{
	position: relative;
	width: 100%;
	text-align: center;
	font-family: "Chiron Hei HK", sans-serif;
	font-weight: 400;
	font-size: 4rem;
	color: #464843;
}
}



/*////////////////////////////////////
top 共通
////////////////////////////////////*/
/*

@media screen and (min-width: 768px){
.toptitle_area{
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}

.toptitle_place{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
}

.toptitle_circle{
	position: relative;
	padding-top: 14px;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.toptitle_word{
	position: relative;
	width: 100%;
}

.toptitle_word h2{
	font-size: clamp(2rem, 3vw, 4rem);
	font-weight: 700;
	color: 333;
	letter-spacing: 0.04em;
}

.topsubtitle{
	position: relative;
	width: 100%;
	padding-left: 30px;
	font-family: "Roboto", sans-serif;
	font-size: clamp(1.4rem, 1.4vw, 1.8rem);
	font-weight: 500;
	color: #6AB54D;
	letter-spacing: 0.04em;
}

.top_bg_logo{
	position: absolute;
	font-family: "Roboto", sans-serif;
	font-size: 20rem;
	font-weight: 400;
	color:rgba(232,232,232,0.5);
	letter-spacing: 0.04em;
	z-index: 1;
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
.toptitle_area{
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}

.toptitle_place{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
}

.toptitle_circle{
	position: relative;
	padding-top: 14px;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.toptitle_word{
	position: relative;
	width: 100%;
}

.toptitle_word h2{
	font-size: 3rem;
	font-weight: 700;
	color: 333;
	letter-spacing: 0.04em;
}

.topsubtitle{
	position: relative;
	width: 100%;
	padding-left: 30px;
	font-family: "Roboto", sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	color: #6AB54D;
	letter-spacing: 0.04em;
}

.top_bg_logo{
	position: absolute;
	font-family: "Roboto", sans-serif;
	font-size: 12rem;
	font-weight: 400;
	color:rgba(232,232,232,0.5);
	letter-spacing: 0.04em;
	z-index: 1;
}
}
*/

/*////////////////////////////////////
topabout_area
////////////////////////////////////*/

@media screen and (min-width: 768px){
#topabout_area{
	position: relative;
	width: 100%;
	/*background-image: linear-gradient(0deg, #ffffff, #f5f8ec);*/
	background: #FEFEFE;
	padding: 50px 0;
    z-index: 2;
}

#topabout_place{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
}

#topabout_sp_img_place{
	display: none;
}

#topabout_left_place{
	position: relative;
	width: 55%;
	margin-right: 5%;
	padding: 30px;
}

#topabout_bg_img{
	position: absolute;
	width: 40%;
	bottom: 0;
	right: 0;
	z-index: 1;
	aspect-ratio: 800/1125;
}

#topabout_title{
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	font-weight: 600;
	font-size: clamp(2rem, 3vw, 4rem);
	color: #464843;
	z-index: 2;
}

#topabout_word{
	position: relative;
	width: 100%;
	margin-bottom: 50px;
	font-weight: 400;
	font-size:  clamp(1.4rem, 1.4vw, 1.8rem);
	color: #333333;
	letter-spacing: 0.04em;
	line-height: 1.8;
	z-index: 2;
}

#topabout_word span{
	font-weight: 600;
}

#topabout_right_place{
	position: relative;
	width: 40%;
}

#topabout_right_place img{
	border-radius: 15px;
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
#topabout_area{
	position: relative;
	width: 100%;
	/*background-image: linear-gradient(0deg, #ffffff, #f5f8ec);*/
	background: #FEFEFE;
	padding: 50px 0;
    z-index: 2;
}

#topabout_place{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

#topabout_sp_img_place{
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}

#topabout_sp_img_place img{
	border-radius: 15px;
}

#topabout_left_place{
	position: relative;
	width: 100%;
}

#topabout_bg_img{
	position: absolute;
	width: 60%;
	bottom: 0;
	right: 0;
	z-index: 1;
	aspect-ratio: 800/1125;
}

#topabout_title{
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 2.4rem;
	color: #464843;
	z-index: 2;
}

#topabout_word{
	position: relative;
	width: 100%;
	margin-bottom: 50px;
	font-weight: 400;
	font-size:  1.6rem;
	color: #333333;
	letter-spacing: 0.04em;
	line-height: 1.8;
	z-index: 2;
}

#topabout_word span{
	font-weight: 600;
}

#topabout_right_place{
	display: none;
}
}


/*////////////////////////////////////
topservice_area
////////////////////////////////////*/

@media screen and (min-width: 768px){
#topservice_area{
	position: relative;
	width: 100%;
	background-color: #FFF;
	padding: 50px 0;
    z-index: 2;
}

#topservice_place{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.topservice_title_area{
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}

.topservice_title_place{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
}

.topservice_circle{
	position: relative;
	padding-top: 2px;
	margin-right: 6px;
	width: 8px;
	height: 8px;

}

.topservice_subtitle{
	position: relative;
	width: 100%;
	font-family: "Roboto", sans-serif;
	font-size: clamp(1.4rem, 1.4vw, 1.8rem);
	font-weight: 500;
	color: #6AB54D;
	letter-spacing: 0.04em;
}

.topservice_title{
	position: relative;
	width: 100%;
}

.topservice_title h2{
	font-size: clamp(2rem, 3vw, 4rem);
	font-weight: 700;
	color: #464843;
	letter-spacing: 0.04em;
}

.topservice_rinove_logo{
	position: relative;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}

#topservice_rinove_area{
	position: relative;
	width: 100%;
	padding-bottom: 100px;
}

.topservice_point_area{
	position: relative;
	width: 100%;
	margin-bottom: 100px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
}

.topservice_sp_img{
	display: none;
}

.topservice_left_area{
	position: relative;
	width: 60%;
	margin-right: 10%;
	padding: 60px 0;
	border-top: solid 0.5px rgba(204,204,204,1.00);
}

.topservice_point_num{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	font-size: clamp(1.4rem, 1.4vw, 1.8rem);
	font-weight: 500;
	color: #464843;
	letter-spacing: 0.04em;
}

.topservice_point_title{
	position: relative;
	width: 100%;
	margin-bottom: 40px;
	font-size: clamp(2.4rem, 3vw, 4rem);
	font-weight: 500;
	color: #464843;
	letter-spacing: 0.04em;
	line-height: 1.6;
}

.topservice_point_word{
	position: relative;
	width: 100%;
	margin-bottom: 50px;
	font-size: clamp(1.6rem, 1.5vw, 2rem);
	font-weight: 400;
	color: #464843;
	letter-spacing: 0.04em;
	line-height: 1.6;
}

.topservice_right_area{
	position: relative;
	width: 30%;
}

.topservice_right_area img{
	border-radius: 10px;
}

#topservice_sp_btn{
	display: none;
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
#topservice_area{
	position: relative;
	width: 100%;
	background-color: #FFF;
	padding: 50px 0;
    z-index: 2;
}

#topservice_place{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.topservice_title_area{
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}

.topservice_title_place{
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
}

.topservice_circle{
	position: relative;
	margin-right: 6px;
	width: 8px;
	height: 8px;

}

.topservice_subtitle{
	position: relative;
	width: 100%;
	font-family: "Roboto", sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	color: #6AB54D;
	letter-spacing: 0.04em;
}

.topservice_title{
	position: relative;
	width: 100%;
}

.topservice_title h2{
	font-size: 2.8rem;
	font-weight: 600;
	color: #464843;
	letter-spacing: 0.04em;
}

#topservice_rinove_area{
	position: relative;
	width: 100%;
	padding-bottom: 50px;
}

.topservice_img{
	display: none;
}

.topservice_point_area{
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}

.topservice_left_area{
	position: relative;
	width: 100%;
	padding: 40px 0;
	border-top: solid 0.5px rgba(204,204,204,1.00);
}

.topservice_point_num{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	font-size: 1.4rem;
	font-weight: 500;
	color: #464843;
	letter-spacing: 0.04em;
}

.topservice_point_title{
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	font-size: 2.2rem;
	font-weight: 400;
	color: #464843;
	letter-spacing: 0.04em;
	line-height: 1.6;
}

.topservice_point_word{
	position: relative;
	width: 100%;
	font-size: 1.6rem;
	font-weight: 400;
	color: #464843;
	letter-spacing: 0.04em;
	line-height: 1.6;
}

.topservice_right_area{
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}

.topservice_right_area img{
	border-radius: 10px;
}

#topservice_pc_btn{
	display: none;
}
}


/*////////////////////////////////////
topstaff_area
////////////////////////////////////*/
/*
@media screen and (min-width: 768px){
#topstaff_area{
	position: relative;
	width: 100%;
	background-color: #FFF;
	padding: 50px 0;
    z-index: 2;
	overflow: hidden;
}

#topstaff_place{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	z-index: 2;
}

#topstaff_list{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
}

#topstaff_list_img{
	position: relative;
	width: 40%;
	margin-right: 2%;
}

#topstaff_list_word{
	position: relative;
	width: 58%;
}

#topstaff_list_item{
	position: relative;
	width: 100%;
	font-weight: 400;
	font-size:  clamp(1.4rem, 1.4vw, 1.8rem);
	color: #333333;
	letter-spacing: 0.04em;
	line-height: 1.8;
	margin-bottom: 100px;
}

#topstaff_list_item span{
	display: block;
	font-size:  3rem;
	font-weight: 600;
	margin-bottom: 5px;
}

#topstaff_bg_logo{
	top: 0;
	right: 0;
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
#topstaff_area{
	position: relative;
	width: 100%;
	background-color: #FFF;
	padding: 50px 0;
    z-index: 2;
	overflow: hidden;
}

#topstaff_place{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	z-index: 2;
}

#topstaff_list{
	position: relative;
	width: 100%;
}

#topstaff_list_img{
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}

#topstaff_list_word{
	position: relative;
	width: 100%;
}

#topstaff_list_item{
	position: relative;
	width: 100%;
	font-weight: 400;
	font-size:  clamp(1.4rem, 1.4vw, 1.8rem);
	color: #333333;
	letter-spacing: 0.04em;
	line-height: 1.8;
	margin-bottom: 30px;
}

#topstaff_list_item span{
	font-size:  3rem;
	font-weight: 600;
	margin-bottom: 5px;
}

#topstaff_bg_logo{
	top: 60%;
	right: 0;
}
}
*/


/*////////////////////////////////////
topseminar_area
////////////////////////////////////*/
/*
@media screen and (min-width: 768px){
#topseminar_area{
	position: relative;
	width: 100%;
	background-color: #FFF;
	padding: 30px 0 50px 0;
    z-index: 2;
}

#topseminar_place{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	z-index: 2;
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
#topseminar_area{
	position: relative;
	width: 100%;
	background-color: #FFF;
    z-index: 2;
}

#topseminar_place{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	z-index: 2;
}
}
*/


/*////////////////////////////////////
topnews
////////////////////////////////////*/
@media screen and (min-width: 768px){
#topnews {
	position: relative;
	width: 100%;
	background: #FEFEFE;
	margin-bottom: 100px;
}
#topnews_area {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
	padding: 50px;
	border-radius: 15px;
	z-index: 4;
	border: solid .5px rgba(76,76,76,1.00);
}
#topnews_place {
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

#topnews_title_area{
	position: relative;
	width: 28%;
	margin-right: 2%;
}

#topnews_item_place {
	position: relative;
	width: 70%;
	height: 250px;
	overflow: scroll;
}
.topnews_item {
	position: relative;
	width: 100%;
	padding: 20px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: flex-start;
	border-bottom: 1px dotted #333;
}
.topnews_day {
	position: relative;
	width: 80px !important;;
	padding: 5px;
	font-size: 1.4rem;
	color: #999;
	margin-right: 10px;
}
.topnews_cate {
	position: relative;
	width: 100px !important;
	text-align: center;
	padding: 8px 0;
	border-radius: 5px;
	font-size: 1.4rem;
	line-height: 1;
	margin-right: 10px;
	color: #FFF;
}
.cate1 {
	background: rgba(160,36,38,1.00);
}
.cate2 {
	background:rgba(27,114,181,1.00);
}
.cate3 {
	background:rgba(91,153,31,1.00);
}
.cate4 {
	background:rgba(199,172,19,1.00);
}
.topnews_word {
	position: relative;
	width: calc(100% - 200px);
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: 300;
}
.topnews_word a {
	color:rgba(24,127,177,1.00);
	font-weight: 400;
	transition: all 0.3s;
	
}
.topnews_word a:hover {
	color: #FF0000;
}
}
@media screen and (min-width: 0px) and (max-width: 767px){
#topnews {
	position: relative;
	width: 100%;
	background: #FEFEFE;
	margin-bottom: 50px;
}
#topnews_area {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
	padding: 20px;
	border-radius: 15px;
	z-index: 4;
	border: solid .5px rgba(76,76,76,1.00);
}
#topnews_place {
	position: relative;
}
#topnews_title_area{
	position: relative;
	width: 100%;
	margin-bottom: -20px;
}
#topnews_item_place {
	position: relative;
	width: 100%;
	height: 200px;
	overflow: scroll;
}
.topnews_item {
	position: relative;
	width: 100%;
	padding: 20px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: flex-start;
	border-bottom: 1px dotted #333;
}
.topnews_day {
	position: relative;
	display: inline-block;
	padding: 5px;
	font-size: 1.4rem;
	color: #999;
	margin-right: 10px;
}
.topnews_cate {
	position: relative;
	width: 100px;
	text-align: center;
	padding: 8px 0;
	border-radius: 5px;
	font-size: 1.4rem;
	line-height: 1;
	margin-right: 10px;
	color: #FFF;
}
.cate1 {
	background: rgba(160,36,38,1.00);
}
.cate2 {
	background:rgba(27,114,181,1.00);
}
.cate3 {
	background:rgba(91,153,31,1.00);
}
.cate4 {
	background:rgba(199,172,19,1.00);
}
.topnews_word {
	position: relative;
	width: 100%;
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: 300;
}
.topnews_word a {
	color:rgba(24,127,177,1.00);
	font-weight: 400;
	transition: all 0.3s;
	
}
.topnews_word a:hover {
	color: #FF0000;
}
}


/*////////////////////////////////////
TOPIC
////////////////////////////////////*/
@media screen and (min-width: 768px){
#toptopic_area{
	position: relative;
	width: 100%;
	background-color: #FFF;
	padding: 50px 0;
    z-index: 2;
	overflow: hidden;
}

#toptopic_place{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	z-index: 2;
}
#top_topic_area {
	position: relative;
	width: 90%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.top_topic_item_place a {
	text-decoration: none;
}
a .top_topic_photo {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	overflow: hidden;
	transition: all 0.3s;
}
a .top_topic_photo img {
	transition: all 0.3s;
}
a:hover .top_topic_photo img {
	transform: scale(1.1);
}
a .top_topic_day {
	position: relative;
	display: inline-block;
	background: #555;
	padding: 5px 10px;
	border-radius: 5px;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 400;
	margin-bottom: 5px;
	transition: all 0.3s;
}
a:hover .top_topic_day {
	background: #999;
}
a .top_topic_title {
	position: relative;
	width: 100%;
	color: #333;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.6;
	transition: all 0.3s;
}
a:hover .top_topic_title {
	color: #FF0000;
}
}
@media screen and (min-width: 1400px){
.top_topic_item_place {
	position: relative;
	width: 31%;
	margin: 1%;
	background: #FFF;
	padding: 10px;
	transition: all 0.3s;
}
}
@media screen and (min-width: 768px) and (max-width: 1399px){
.top_topic_item_place {
	position: relative;
	width: 46%;
	margin: 2%;
	background: #FFF;
	padding: 10px;
	transition: all 0.3s;
}
}
@media screen and (min-width: 0px) and (max-width: 767px){
#toptopic_area{
	position: relative;
	width: 100%;
	background-color: #FFF;
    z-index: 2;
}

#toptopic_place{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	z-index: 2;
}

#top_topic {
	position: relative;
	width: 100%;
	padding: 100px 0;
	background:#FEFEFE;
}
#top_topic_title_area {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}

#top_topic_area {
	position: relative;
	width: 90%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.top_topic_item_place {
	margin-bottom: 30px;
}
.top_topic_item_place a {
	text-decoration: none;
}
a .top_topic_photo {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	overflow: hidden;
	transition: all 0.3s;
}
a .top_topic_photo img {
	transition: all 0.3s;
}
a:hover .top_topic_photo img {
	transform: scale(1.1);
}
a .top_topic_day {
	position: relative;
	display: inline-block;
	background: #555;
	padding: 5px 10px;
	border-radius: 5px;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 400;
	margin-bottom: 5px;
	transition: all 0.3s;
}
a:hover .top_topic_day {
	background: #999;
}
a .top_topic_title {
	position: relative;
	width: 100%;
	color: #333;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.6;
	transition: all 0.3s;
}
a:hover .top_topic_title {
	color: #FF0000;
}
}

/*////////////////////////////////////
TOP
////////////////////////////////////*/

@media screen and (min-width: 768px){

}

@media screen and (min-width: 0px) and (max-width: 767px){

}
