@charset "UTF-8";

#company_overview p.orange_h
{
	color: #fff;
	height: 40px;
	font-size: 26px;
	padding: 10px 0px;
	background-color: #ff7a00;
	margin: auto;
	width: 80%;
	margin-top: 60px;
	margin-bottom: -10px;
	
}


#company_overview div.managementphilosophy img{
	margin: auto;
	width: 80%;
	padding-top: 40px
}

.category_1 nav ul li.hover-visible {
  display: none;
    border-top: solid 4px;
    width:100%;
    height: 54px;
  
}

.loading{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50px;
    width: 50px;
}

.loading.none{
  visibility: hidden;
}



h1, h2, h3, h4, h5, h6, p, ul, ol, li, div, form, address{
	list-style-type:none;
	margin:0;
	border:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
	font-size:100%;
	letter-spacing: 0.1em;
}


img {
	border:none;
}

a:link {
    color: #fff;
	text-decoration: none;
}
a:visited {
    color: #fff;
	text-decoration: none;
}
a:hover {
    color: #fff;
	text-decoration: none;
	outline: none;
}
a:active {
    color: #fff;
	text-decoration: none;
}


body {
    font-size: 100%; 
    color: #4c4c4c;
    margin: 0;  
    padding: 0;  
    width:100%;
    height:100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html>/**/body { 
    font-size: 12px; /* Except IE */ 
    margin: 0;  
    padding: 0; 
}


.inner{
    width: 100%;
    overflow: hidden;
}


.timeline-Tweet-text {
    font-size: 10.5pt !important;
    line-height: 14pt!important;
    }

.timeline-Tweet-text {
    font-size: 10.5pt !important;
    line-height: 14pt!important;
    }

html.enable-javascript .slider_image{
  visibility: hidden;
}
/* 画像すべてを読み終えたら、対象を表示する */
html.enable-javascript.window-load .slider_image{
  visibility: visible;
}



.head_blue_line {
	display: block;
	height:5px;
	background-color: #000;
}

#category_0{
    position: relative;
    top: 60px;
    height: 600px;
    background-color: #fff;
}

#wrapper {
    height: 100%;
	margin:0px;
	padding: 0px; 
    overflow:  hidden;
}


/* Global Menu */


#header_area {
    display: inline-block;
    width: 100%;
    position:fixed;
    height: 86px;
    background-color: #fd8424;
    background-image: url(images/header.png);
    background-repeat: no-repeat;
    z-index: 3;
    overflow: hidden;
}


/*表示非表示*/
#header_area ul #icon_area ul{
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    position: absolute;
    top:84px;
}


#mobile_footer{
	display: none;    
}
#header_area ul #icon_area:hover ul{
    visibility: visible;
    opacity: 1;
}

#header_area .main_menu {
    width: 100%;
    height: 82px;
    display: inline-block;    
}



#header_area .main_menu ul #icon_area > a > img,
 .footer_icon_area > a > img{
    display: block;
    margin: auto;
    vertical-align:top;
    height: 36px;
    padding-bottom: 5px;
}



#header_area .main_menu > ul{
    display: inline-block;
    float: right;
    padding:0px 40px;
    height: 84px;
}


header .main_menu ul #icon_area,
#mobile_footer ul .footer_icon_area{
    height: 80px;
    text-align: center;
	display: inline-block;
    margin: 0px -10px;
}


header .main_menu ul #icon_area > a{
    width: 116px;
    height: 84px;
    margin: auto; 
	display: inline-block;
    color: #fff;
    font-size: 14px;
    letter-spacing:0em;
    white-space: nowrap;
    padding: 11px 0px 0px 0px;
} 



header .main_menu ul #icon_area:hover > a {
    text-align: center;
    width: 116px;
    height:100px;
    background-repeat: no-repeat;
    background-position:50%;
    color: #ff8400; 
    margin: -10px 0px;
}


header .main_menu ul #icon_area:hover > a:after {
    opacity: 1;
    transition: .5s;
    transform: scale(1,1);
}

header .main_menu ul #icon_area > a:after {
    content: "";
    display: block;
    position: absolute;
    top:-15px;
    width: 116px;
	height: 116px;
	border-radius: 50%;
	background-color:#fff104;
    transition: .5s;
    transform: scale(0.1,0.1);
    opacity: 0;
    z-index: -1

}


header .main_menu ul #icon_area:first-child{
	padding-right:10px;  
}

header .main_menu ul #icon_area:last-child{
	padding-left:5px;  
}

/* Submenu */
header .main_menu ul #icon_area #submenu_area,
header .main_menu ul #icon_area #original_area,
header .main_menu ul #icon_area #catalog_area{
	position: fixed;
	left: 0;
    width: 100%;
	margin:0;
    padding:0;
    font-size:0;
    background-color: rgb(0,0,0,0.8);
    
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex; 
    height: 80px;
    justify-content: space-between;
}

#submenu_area:before,
#original_area:before,
#catalog_area:before {
    content: "";
    position: absolute;
    top: -18px;
    /* right: 402px; */
    border: 9px solid transparent;
    border-bottom: 9px solid rgb(0,0,0,0.8);  
}

#original_area:before {
    right: 712px;
}

#catalog_area:before  {
    right: 79px;
}


header .main_menu ul #icon_area #submenu_area li,
header .main_menu ul #icon_area #original_area li,
header .main_menu ul #icon_area #catalog_area li{
    -webkit-box-flex:1;
	-ms-flex:1 1 10%;
	flex:1 1 10%;

}

header .main_menu ul #icon_area #submenu_area li a,
header .main_menu ul #icon_area #original_area li a,
header .main_menu ul #icon_area #catalog_area li a{
    display:inline-block;
    margin-top:12px;
    width:100%;
    height: 55px;
    color: #fff;  
    font-size:19px;
	border-right:solid #bcbcbc 1px;
    vertical-align: middle;
    padding: 0px 10px;
}

header .main_menu ul #icon_area #submenu_area li a span,
header .main_menu ul #icon_area #original_area li a span,
header .main_menu ul #icon_area #catalog_area li a span{
    display:inline-block;
    padding: 15px 0px;
    height: 80px;

}

header .main_menu ul #icon_area #submenu_area li:hover>a,
header .main_menu ul #icon_area #original_area li:hover>a,
header .main_menu ul #icon_area #catalog_area li:hover>a{
	color: #ff8400;
}


#header_area .main_menu .hna_logo{
    display: inline-block;
    padding-left: 50px;
    padding-top:4px;
    width: 80px;
    vertical-align: bottom;
}

#header_area .main_menu .hna_logo img{
    width: 160px;
}


/* page top */

.to-top{
    width: 100%
}
#page-top {
    width: 100%;
    position: absolute;
	top: 0px;
    left: 100%;
    margin: -60px;
}
#page-top a{
    background:linear-gradient(#000 8%, #ff8400 8%);
	text-decoration: none;
	width: 60px;
    height: 60px;
	text-align: center;
	display: block;

}
#page-top a:hover {
	text-decoration: none;
    background:linear-gradient(#000 8%, #faf06d 8%);
}

#page-top img{
    position: relative;
    top:20px;
}


/*category_1 flex_area*/


.category_1{
    
    position: relative;
    top: 120px;
    width: 100%;
    height: auto;
    padding-bottom: 0px;
    background-color: #fff;
    background-repeat: no-repeat;
    border-bottom: solid 146px #ffd533; 
}


.category_1_base{
    height: 100%;
    
    background-image: url(images/bg_1.png);
    background-color: #ebeae3;
    background-size: cover;
  
}

.category_1 .title_area {
    text-align: left;
    background-color: #fff;
	margin-top: 40px;
}

.title_area p{
    display: inline-block;
    width: auto;
    padding: 20px 40px 25px 40px ;
    color: #ff7a00;
    font-size: 36px;
    font-family: mr-eaves-xl-modern,;
    font-style: normal;
    font-weight: 800
}

.title_area p span{
    color: #4c4c4c;
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
    border-left:thin solid;
    padding-left: 30px;
    font-weight:400;
}


.container{
    padding-top:20px;
    padding-bottom:0px; 
    display: inline-block;
    margin: auto;
    width: 100%;
  

}

.container div[id*="panel"]{
    display: flex;
    flex-flow: row wrap;
    width: auto;
    height: auto;
    justify-content: space-evenly ;
    height: 100%;
}

.preparation{
    margin: 200px 100px  200px 80px;
    text-align: center;
    font-size: 20px;
} 

.preparation p:first-child{
    border-bottom: 1px solid #777772;
     padding: 10px 100px;
} 


.preparation p{
    padding: 15px 100px;
    font-size: 20px;
} 

.preparation .come{
    font-family: mr-eaves-xl-modern, ;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
} 



.preparation span{
margin-top:10px; 
} 

.container figure {
    height: 335px;
    width: 230px;
    margin: 20px 30px 0px 0px;
    padding: 15px;
    background-color: #fff;
    text-align: center;
    box-shadow:4px 4px 3px rgba(0,0,0, 0.2);
    border-radius:4px;
}



.mark-box {
    width: 140px;
    height: 140px;
    position: relative;
    padding: 30px;
    background-color: #fef2f2;
	z-index: 2
}

.mark-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 80px 80px 0 0;
    border-color: #fff104 transparent;
	z-index: 2
}
.mark-box:after {
    position: absolute;
    content: "NEW";
    transform: rotate(315deg);
    display: block;
    font-size: 20px;
    font-weight: bold;
    white-space: pre;
    color: #000;
    top: 18px;
    left: 4px;
    text-align: center;
    z-index: 2;
    line-height: 1.2;
	z-index: 2
}


.container figure .pop {
    max-height: 200px;
    max-width: 200;
}

.container figure a {
    display: inline-block;
    width:  100%;
    color: #000;      
}  

.container figure figcaption {
    clear: both;
    margin: auto;
    padding: 0px;
    margin-top: 15px;
}

.container figure p img{
    margin-top: 10px;
    float: left;
}

.item_category{
    font-size: 13px;
    letter-spacing: 0em;
    margin-top: 15px;
    float: left;
    color: #fff;
    background-color: #fff;
    padding: 4px 10px;
    vertical-align: bottom;
    border-radius: 20px;
}


  

.article_title{
    text-align: left;
    font-size: 17px;
    height: 75px;
    color: #000;
}

.date_area{
    margin-top: 13px;
    font-size: 22px;
    transform-origin:top right;
    transform: scale(0.8, 1);
    text-align: right;
    color: #999999;
}
.category_1 nav {
    margin-right: 80px;
    width: 320px;
    float:left;
    position: relative;
    left: -40px;
	}
    
.category_1 nav ul li {
    margin-top: 20px;
    background-color:#fff;
    height: 58px;
	width:100%; 
    list-style-type:none; 
    border-radius:45px;
    box-shadow:3px 3px 2px #ccc;
 
    text-align: left;

	}    

.category_1 nav ul li a {
    width: auto;
    padding-left: 80px;
    padding-right: 80px;
	display:inline-block; 
    font-size:20px;
	color:#535353;
	text-decoration:none;
    padding-top: 16px;
    outline: none; 
	}

.category_1 nav ul li.hover-visible.hover {
padding-left:0px;
    border-top: solid 4px;
    width:100%;
    height: 54px;
	}


.category_1 nav ul li.hover-visible.hover >a {
    color: #fff;
    padding-top: 12px;
    padding-left: 80px;
    font-weight: 700;
    outline: none;    
	}

.category_1 nav ul div.active li.hover-visible{
    width:119%;
    margin-left:-30px
    
}

.category_1 nav ul div.active li a{
    color: #fff;
    padding-top: 12px;
    padding-left: 140px;
    font-weight: 700;
    outline: none;
}

.btn_area{
    display:block;
    width: 100%;
    margin: 100px auto  60px auto;
    text-align: center;
}

#company_overview .btn_area{
    margin-top: 50px;
    margin-bottom: 30px;
}

.btn_area span{
    float: right;
    padding-right: 10px;

}

.btn_area a{
    display: inline-block;
    text-align: center;
    width: 40%;
    font-size: 24px;
    font-weight: 800;
    color: #000;
    padding: 0.7em 0px 0.5em 30px;
    background:linear-gradient(#000 7%, #fdf150 7%);
    color: #000;
    box-shadow:4px 4px 3px rgba(0,0,0, 0.2);
    border-radius: 3px;
}


.btn_area:active,
.container figure:active{
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}


/*category_2 twitter_area*/

/*
.category_2{
    position: relative;
    width: 100%;
    height: 1080px;
	background-color: #000;  
    background-image: url(images/bg_2.png);
    text-align: center;
}

.infomation{
    width: auto;
    position: relative;
    top:-30px;
    margin-bottom:60px;
}

.twitter_area{
    margin-top:-40px;
    text-align: center;
}

.category_2 p{
    padding: 15px 20px 10px 20px;
    display: inline-block;
    background-color: #333;
    color: #fff;
    font-size: 24px;
    font-weight:bold;
    margin-bottom: 60px;
}


.twitter_area img{
    width: 144px;
    display: block;
    margin: auto;

}

.balloon1 {
    position: relative;
    display: inline-block;
    padding: 5px 5px;
    max-width: 90%;
    background: #000;
    border-radius: 8px;
    margin-top: 30px;
}

.balloon1:before {
    content: "";
    position: absolute;
    top: -18px;
    left: 51%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-bottom: 12px solid #FFF;
    z-index: 1;
}
*/

.category_3{
    text-align: center;
    background-color: #000;
    position: relative;
    margin-top: 30px;
    width: 100%;
    padding: 10px 0px 0px 0px;
	border-bottom: solid 55px #ffd533;
}
/*
.category_3 .border{
    border-top: solid 1px #fff;
    width: 85%;
    margin: auto;
}*/


.category_3 img{
padding: 20px 10px 40px 10px;
}


.category_3 p{
margin-top: 20px;
	color: #fff;
	font-size: 25px;
	font-weight: bold
}


#company_overview{
    border-top: solid 90px #ffd757;
    border-bottom: solid 160px #ffd757;
    padding: 100px 0px;
    position: relative;
    top:80px;
    font-size: 20px;
    text-align: center;
    width: 100%;
}



.yellowline{
    background-color: #000;
    width: auto;
    height: 100px;
    
}

.cp_table *, .cp_table *:before, .cp_table *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

}

.cp_table {
	width: 80%!important;
	border-collapse: collapse;
    margin: 40px auto;
    margin-bottom: 100px;
}
.cp_table th {
	padding: 30px;
	border: 1px solid #dddddd;
    font-weight:normal;
	width: 30%!important;
	

}
.cp_table td {
	padding: 30px;
	border: 1px solid #dddddd;
    font-weight:normal;
    text-align: left;
}

.cp_table td .bigmap {
	color: #0000FF;
    font-size: 14px;
    padding-bottom:10px;
    margin-top:-15px;  
}

.cp_table th {
	width: 30%;
	text-align: left;
	background: #ebeae3;
    letter-spacing: 0.1em;
}


#company_overview iframe,#company_overview video{
    position: absolute;
    top: 100;
    left: 50;
    }
    
.googlemapWraper
 {
    position: relative;
    width: 100%;
    margin: 0 auto;
     margin-bottom: 10px;
}

.googlemapWrap{
    height: 0;
    padding-bottom:55%;
    }   

/*footer*/

#footer_base {
    margin-bottom: 0px;
    padding-bottom:0;
    text-align: center;
    position: relative;
    top: 0px;
	width: 100%;
    float: left;
	background-color: #000; 
}

#footer_navi{
    text-align: left;
    float: left;
    vertical-align: top;
    display: inline-block;
    max-width:60%;
    font-size: 14px;
	padding: 40px 30px 40px 50px;
}


#footer_navi a:visited{
	color: #fff
}

.footer_navi_text li {
	color: #ffffff;
	display: inline-block;
}

.footer_navi_text li a:hover{
	color: #ff8400;
}

#footer_hna_sns{
    text-align: right;
    margin-right: 50px;
    padding: 30px 0px 0px 0px;
}

#footer_hna_sns img {
    padding: 0px 5px 20px 15px;
    margin: 0px;
    width: 6%;
       max-width: 80px
}

#hna-copyright {
	font-size: 12px;
	line-height: 1.6em;
	color: #ffffff;
    margin: auto;
    margin-bottom: 50px;
    display: inline-block;
    text-align: center; 
}


/*ハンバーガーメニュー SPのみ*/

#nav-drawer {
    position: relative;
    top:17px;
    display: none;
}

.nav-unshown {
    display:none;
}

#nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    padding-left: 20px;

}

/*ハンバーガーアイコン*/
#nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 2px;
    width: 30px;
    border-radius: 3px;
    background: #fff;
    display: block;
    content: '';
    cursor: pointer;
}
#nav-open span:before {
    bottom: -8px;
}
#nav-open span:after {
    bottom: -16px;
}

/*黒カバー*/
#nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background:rgb(0,0,0,0.8);
    transition: .3s ease-in-out;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close{
    display: block;
    opacity: .5;
}

#nav-input:checked ~ #nav-content{
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*中身を表示（右へスライド）*/
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

.border-solid {
    margin: 1em 0 ;
    border-bottom :1px solid #fff ;
    opacity: 0.4
}

.hamburger{
    padding:40px 20px;
    overflow:scroll;
    margin-bottom: 60px;
}

.hamburger_list img{
    display: inline-block;
    vertical-align: middle;    
    position: relative;
    right: -10%;
    border:none;
    width:18px;
    height: 10px
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

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

.hamburger_list p a{
    display: block;
    padding: 10px;
}

.hamburger_list p:first-of-type{
    margin-top: 20px;
}

.hamburger_list .dropdown_toggle {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.hamburger_list h1{
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    font-size: 16px;  
}

.hamburger_list h1 a{
    display: inline-block;
    color: #fff;  
    width: 100%;
    padding: 20px 0px; 
}

.hamburger .hamburger_list_title{
    width: 80%;
    line-height: 0em;
    display: inline-block;
}

.hamburger #footer_hna_sns img{
    padding: 0px 5px;
    width: 18%;
    position: relative;
    top: 0px;
}

.mobile_menu_head{
    background-image: url(images/header.png);
    background-repeat: no-repeat;
    background-position:  -180px;
    text-align: center;
    background-color: #ff8400;
    height: 64px;
    width: 100%;
    border-top: solid 4px; 
}

.mobile_menu_head .close_btn{
    width: 20px;
    display: inline-block;
    padding-right: 20px;
    position: absolute;
    top: 25px;
    left: 20px; 
}

.mobile_menu_head .mobile_logo{
    width: 90px;
    padding-top: 10px;
    display: inline-block;
    margin-top: 2px;
}


.contactbox{
    padding: 20px;
    color: #fff;
    display:block;
    background-color: #333333;
    width:90%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px; 
    border-radius: 20px;
}


.contactbox div{
     font-size: 18px;
 
}

.box0{
       display:block;
    padding: 20px 30px 20px 0px;
    text-align:center; 
    
}
.box1{
    display: inline-block;
    padding: 20px 30px 20px 0px;
    text-align: left;
}


.guest{
    font-size: 24px;
}

.subtext{
    font-size: 14px
}
/* 20240726 修正中 */
.tel{
    font-size: 30px;/* 40 */
    font-weight: bold;
    /*color: #ff8400;
     -webkit-text-fill-color:#ff8400;*/ /* delete */
    transform-origin:top ; /*top left*/
    transform: scale(0.9, 1);
    letter-spacing: 0em;
}
/* 20240726 追加*/
.tel a:link{
    color: #ff8400;
}
.tel a:visited{
    color: #ff8400;
}
.tel a:hover{
    color: #ff8400;
}
.tel a:active{
    color: #ff8400;
}

.sp{
    display: none
}

#shoplist_base{
    margin-top: 40px;
    text-align: center;
    border-bottom: solid 100px #ffd757;
}

#shoplist{
    background-image: url(images/bg_1.png);
    background-color: #ebeae3;
    background-size: cover;
    height: 100%;
    width: 100%;
   padding: 60px 0px 100px 0px;
    display: block;
    }
    
    
.shoplist_frame{
    display:block;
    width: 80%;
    margin: 20px auto;
    height: auto;
    background-color: #FFF
    }   

.shoplist_item_frame{
    text-align: center;
}
    
.shoplist_item{
    width: 20%;
    margin:10px;
    text-align: left;
    display: inline-block;
    padding: 0px;
    font-size: 18px;
    vertical-align: middle;
    letter-spacing: -0.02em;
    }


.shoplist_item:nth-of-type(2){
    width: 35%;
    padding: 0px 45px 0px 45px;
    border-left: 1px solid #ebeae3;
    border-right: 1px solid #ebeae3;
    }  

.shoplist_item:last-child{
    width: 15%;
    }

.googlemapWrap{
    margin: 20px 0px;
}

#category_recruit{
    width: auto;
    height: 680px;
    display: block;
    margin:  100px 10px ;
    font-size: 20px;
    }  

#category_recruit p{
    margin:  250px 0px 100px 0px;
    text-align: center;
    }

#category_recruit img{
    position: relative;
    left: 10%;
    top: 60px;
    text-align: center;
    }   

#category_products{
    text-align: center;
    width: 100%;
    margin: auto;
}

#top_image {
    width: 100%;
float: left;
	margin-top: 180px;
	margin-bottom: 80px;
}

#top_image > p{
    display: inline-block
}


#top_image_text 
{    text-align: left;
    display: inline-block;
	width: 600px;
	height: 100px;
	padding-left: 30px;
    margin: 0px;
    vertical-align: top;
}

#top_image_text_hdr {
    
	font-family: "ヒラギノ角ゴ Pro W6",;
	color:#000000;
	font-size: 140%;
	padding-left: 0px;
}

#top_image_text_body {
	font-family: "ヒラギノ角ゴ Pro W6",;
	color:#333333;
    line-height: 1.5em;
	font-size: 100%;
	padding-left: 0px;
}


#menu {
    display: inline-block;
	width: 960px;
	margin-bottom: 40px;
}

#menu_left {
	float: left;
	width: 455px;
	height: 200px;
	padding-bottom: 70px;
}

#menu_right {
	float: left;
	width: 455px;
	height: 200px;
	padding-left: 50px;
	padding-bottom: 70px;
}

/** お知らせ一覧 MORE機能 **/
.ns-item.hidden {
    display: none;
}
.more-container {
    text-align: right;
    margin-right: 50px;
    margin-bottom: 10px;
}
#moreButton {
    cursor: pointer;
    color: #ff8400;
    text-decoration: underline;
    background: none;
    border: none;
    font: inherit;
}
#moreButton:hover {
    text-decoration: none;
}

.news{
    display: inline-block;
    position: relative;
    top: 120px;
    width: 100%;
    height: 140px;
    background-color: #eeede7;
    z-index: 1;
    margin-top: 20px;
    padding: 0;
    }

.news a{
    display: block;
    font-size: 16px;
    color: #4c4c4c;
    /* padding: 5px 0px 0px 30px; */
    margin: 0px
    }

.news p{
/* width: 450px; */

    }  
.news a p:hover{
color: #858585
    }  

#news_base {
    display: block;
    position: relative;
    top:120px;
    height: 700px;
    padding: 30px;
    }
#news_base div{
    padding: 20px 35px;
    line-height: 3em;
    }

#news_base div p{
    padding: 10px 0px;
    line-height: 2em;
    }

#news_base .news_title{
    padding-top: 30px;
    }

#news_base .news_date,
#news_base .news_from{
    font-size: 16px;
    line-height: 1.8em;
}

#news_base .news_from{
    padding-top: 50px;
}

.important{
    float: left;
    height: 24px;
    padding: 0px 10px
    
}



/*-------------------------------------ipad----------------------------------*/


@media screen and (max-width: 896px) {
    
#company_overview p.orange_h
{

	width: 90%
}		
	
#company_overview div.managementphilosophy img{
	width: 90%;
}	
	
	
#category_products{
    margin-bottom: 60px
}	
	
#top_image_text_hdr {
	font-size: 110%;
}

#top_image_text_body {
	font-size: 80%;
}	
	
	
#top_image_text {    
	width: auto;
	padding-left: 0px;
	padding: 15px
}	
	
#top_image {
	float: none;
	margin-top: 100px;
	margin-bottom: 40px;
}	
    
#menu {
    display: inline-block;
	width: 90%;
	margin-bottom: 40px;
}

#menu_left {
	float: none;
	margin: auto;
	width: auto;
    height: auto;
    padding-bottom: 20px;
}

#menu_right {
	float: none;
	padding-left: 0px;
	margin: auto;
	width: auto;
    height: auto;
    padding-bottom: 20px;
}	
	
	
	
.preparation{
margin: 200px 60px;
}     
    
    
#header_area .main_menu .hna_logo {
    padding-left: 20px;
    padding-top:0px;
	width: 10px;
}    
    
    
#header_area .main_menu > ul{
    padding:0px;
}    
    
#header_area .main_menu .hna_logo img{
    padding-left: 0px;
    width: 160px;
    margin-top: 5px;
}

header .main_menu ul #icon_area > a{
    width: 60px;
    height: 70px;
    font-size: 10px;
    padding: 10px 15px 0px 15px;
    margin: 0px;
} 
    
header .main_menu ul #icon_area:first-child{
	padding-left:20px;  
}

header .main_menu ul #icon_area:hover > a {
    width: 60px;
    height:71px;
}
    
    
header .main_menu ul #icon_area:hover > a:after {
    width: 100px;
    opacity: 1;
    transition: .5s;
    transform: scale(1,1);
}


header .main_menu ul #icon_area > a:after {
    content: "";
    display: block;
    position: relative;
    top:-80px;
    left: -20px;
    width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color:#fff104;
    transition: .5s;
    transform: scale(0.1,0.1);
    opacity: 0;
    z-index: -1
}    
    
     
/* Submenu */
    
header .main_menu ul #icon_area:last-child{
	padding-right:10px;  
}
    
header .main_menu ul #icon_area #submenu_area,
header .main_menu ul #icon_area #original_area,
header .main_menu ul #icon_area #catalog_area{
    height: 50px;
}



header .main_menu ul #icon_area #submenu_area li,
header .main_menu ul #icon_area #original_area li,
header .main_menu ul #icon_area #catalog_area li{
    height: 50px;
}

header .main_menu ul #icon_area #submenu_area li a,
header .main_menu ul #icon_area #original_area li a,
header .main_menu ul #icon_area #catalog_area li a{
    height: 30px;
    font-size:12px;
}

header .main_menu ul #icon_area #submenu_area li a span,
header .main_menu ul #icon_area #original_area li a span,
header .main_menu ul #icon_area #catalog_area li a span{
    padding-top: 5px;
}
	
#submenu_area:before,
#original_area:before,
#catalog_area:before{
    right: 358px;
}	
	
#submenu_area:hover::before,
#original_area:hover::before,
#catalog_area:hover::before{
    right: 358px;
}
	
#catalog_area:before{
    right: 36px;
}	
	
#catalog_area:hover::before{
    right: 36px;
}	
	
    
#category_0{
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
}
      
.category_1{
    border-bottom: solid 100px #ffd533; 
    top: 100px;
    height: 100%;
    

}

.category_1_base{
     height: auto;



    }

.container{
   
    padding: 0px
}

.mark-box:before {
    border-width: 70px 70px 0 0;
}
.mark-box:after {
    font-size: 16px;
    top: 16px;
    left: 3px;
}    
    
.container div[id*="panel"]{
    display: flex;
    flex-flow: row wrap;
    width: auto;
    height: auto;
    
}
    
    
.category_1 .title_area p{
    padding: 0px 20px 15px 40px ;
}

    
.container figure {
    max-height: 340px;
    max-width: 210px;
    margin: 25px auto 10px auto;
    padding:10px;
}
    
    
.container figure .pop {
    max-height: 230px;
    max-width: 210px;
}
    
.container figure figcaption {
    margin-top: 10px;
}

.container figure p img{
    margin-top: 10px;
    float: left;
    width: 100px;
}

 

.item_category{
    font-size: 12px;
    margin-top:13px; 
}


.article_title{
    font-size: 14px;
        height: 55px;
}

.date_area{
    margin-top: 15px;
    font-size: 18px;
    }
    

    
 .category_1 nav {
     float:none;
     width: 100%;
     position: relative;
     left: 0%;
     white-space: nowrap;
     height: 80px;
	}
       
  
.category_1 nav ul div {
    margin: 10px 8px;
    border-radius:0px;
	display: inline-block; 
    width: 22%; 
    box-shadow:none;
    height: 60px;
    background-color:#ebeae2;
	}   
    
.border{
    border-top: solid 1px #ebeae3;
    margin: auto;
    }    
    
.category_1 nav ul {
    font-size:0;
    background: #fff
}
 
.category_1 nav ul div li a {
    padding: 20px 0px;
	display:inline-block; 
    font-size:12px;
	text-align:center; 
	color:#000;
	text-decoration:none;
	}


.category_1 nav ul div.active_sp{
    margin: 10px 8px;
    border-radius:0px;
	display: inline-block; 
    width: 22%; 
    box-shadow:none;
    background-color:#ebeae2;

}     

    
    
.category_1 nav ul li {
    margin-top: 0px;
    height: 60px;
    border-radius:0px;
    box-shadow:none;
    text-align: center;

	}    

.category_1 nav ul li.hover-visible {
border-radius: 0px;
display: none;
    border-top: solid 4px;
    width:100%;
    height: 54px;
    
	}

.category_1 nav ul li.hover-visible >a {
    padding: 15px 0px;
     color: #fff;
    font-weight: 700   
	}
    
    
.category_1 nav ul li.hover-visible.hover >a {
    padding: 15px 0px;
     color: #fff;
    font-weight: 700   
	}

.category_1 nav ul div.active_sp .hover-visible{
border-radius: 0px;
    border-radius: 0px;
display: none;
    border-top: solid 4px;
    width:100%;
    height: 54px;
    
}    

        
.title_area img{
    width: 70%;
}    

            
.twitter_area p{
    font-size: 22px;
    margin-bottom: 20px;
}    

    
    
#footer_navi{
    font-size: 12px;
	padding: 30px 0px 20px 40px;
}    
    
#footer_hna_sns {
    margin-top: 0px;
}  	
	
	
#footer_hna_sns img {
    padding: 0px 3px  10px 3px;
    width: 8%;
}    
    
#hna-copyright {
	font-size: 12px;
}    
         
.category_3{
    padding: 20px 0px 120px 0px;
    
}    

.category_3 .border{
    width: 90%;
    padding-bottom: 10px;
}


.category_3 img{
padding: 20px 0px 0px 0px;
    width: 20%
}


.category_3 p{
margin-top: 60px;
}
    
    
.sp{
    display: inline-block;
}   
    
.contactbox{
    text-align: center;  
}

    
.cp_table {
	width: 90%!important;
	border-collapse: collapse;
    margin: 40px auto;
      table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
    
}
.cp_table th {
	padding: 15px;
    font-size: 16px;
}
    
.cp_table  td {
	padding: 10px;
    font-size: 16px;

}    

 
.cp_table td .bigmap {
    font-size: 12px;

}    
    
 .contactbox{
    width: 85%;
     margin-top: 40px;
}

.contactbox div{
     font-size: 16px;
}


.box0{
       display:block;
    padding: 10px 10px 10px 10px;
    text-align:center; 
    
}	
	
.box1{
    display: inline-block;
    padding: 20px 30px 20px 0px;
    text-align: left;
}


.guest{
    font-size: 20px;
}

.subtext{
    font-size: 14px
}
.tel{
    font-size: 28px;
}   
    
.shoplist_frame{
    width: 70%
    }   

.shoplist_item_frame{
    height: 210px;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
}
    
.shoplist_item:first-child{
    font-size: 16px;
    width: 100px;
    height: 75%;
    display: inline-block;
    padding: 5px 10px 0px 0px;
    margin: 20px 0px 0px 15px;
    float: left;
    border-right:1px solid #ebeae3;
    }


.shoplist_item:nth-of-type(2){
    font-size: 15px;
    width: 170px;
    margin: 0px;
    margin-right: 15px;
    margin-left: 15px;
    padding: 25px 0px 10px 0px;
    border-left: none;
    border-right: none;
    border-bottom:1px solid #ebeae3 
    }  
    
.shoplist_item:last-child{
    display: block;
    font-size: 15px;
    width: 120px;
    padding: 10px 0px 10px 0px;
    margin: 0px;
    margin-right: 15px;
    margin-left: 140px;
    }      
 
.news{
    top: 90px;
    } 
    
#news_base {
    height: 1100px;
    }    
    
    
     
}
 

/*-------------------------------------Mobile----------------------------------*/



@media screen and (max-width: 480px) {
 
	
	
#company_overview .title_area p.orange_h
{
	color: #fff;
	height: 20px;
	padding: 4px 0px;
    font-size: 12px!imprtant;
	margin-top: 40px;
	margin-bottom: -30px;
}	

.loading{
    top: 40%;
    left: 45%;
    height: 32px;
    width: 32px;

}    
       
    
/*SP header*/    

#header_area {
    overflow: visible;
}    
    
    
.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}    
    
    
.head_blue_line {
	height:4px;
}
    
    
#header_area {
    height: 60px;
    background-image: url(images/header.png);
    background-repeat: no-repeat;
    background-position: -180px;
}    
     

#header_area  .main_menu .hna_logo{
    padding-left: 0px;
    padding-top:0px; 
    margin-top: -25px;
    text-align: center;
    width: 100%;
}       
 
#header_area  .main_menu .hna_logo a img {
    width: 58px;
    margin: auto;
}  
    
#header_area .main_menu > ul{
    display: none;
}    
    
    
/*category_0 slider_area*/
.next-arrow,
.prev-arrow{ 
    display: block;
    left: -650px;
}       

#category_0{
    width: 100%;
    height: 160px;
    margin-bottom: 10px;
    position: relative;
    top: 36px;
}

/*category_2*/
    
.category_2{
    margin-bottom:80px;
    }
   
    
.category_2 p{
    font-size: 18px;
    margin: 0px;
}
    

#nav-drawer {
    display: inline-block;!important;
    position: relative;
}    


/*SP footer*/    
    
.iphone10area{
    display:block;
    position:fixed;
    width: 100%;
    height: 10px;
    bottom: 0;
    z-index: 1;
    background:#ff8400;
    }
    
#mobile_footer{
    text-align: center;
    position: fixed;
    width: 100%;
    height: 60px;
	display:block;
	background:#ff8400;
    bottom: 0; /*下に固定*/
    z-index: 2;
    margin-bottom: 5px
    }
 

/*    
#mobile_footer .icon_1:hover > a {
    color: #ff8400; 
}/*

/*仮で常に表示       
    
#mobile_footer ul li.icon_1 img{
    opacity: 0
}*/ 
    
#mobile_footer ul img{
    height: 28px;
    padding-top: 5px;
    display:block;
    }
    
    
/*#mobile_footer ul li.icon_1{
    background-image: url(images/icon_1_on_sp.png);
    background-repeat:no-repeat;
    background-size: 100%;
    }*/ 
    
#mobile_footer ul li a{
-webkit-tap-highlight-color: rgba(0,0,0,0);
}    
    
#mobile_footer ul li.footer_icon_area > a{
    width: 70px;
    margin: auto; 
	display:block;
    color: #fff;
    font-size: 8px; 
    padding: 10px 0px 0px 0px;
    text-align: center;
    letter-spacing: 0.04em; 
}


/*
    
#mobile_footer ul li.icon_1 > a{
    color: #ff8400;
    display:block;*/
    

/* Submenu */
    
#mobile_footer > ul .footer_icon_area .footer_submenu_area{
    display: inline-block;
	position: absolute;
	left: 0;
    width: 100%;
    height: auto;
    bottom:60px;
	margin:0;
    background-color: rgb(0,0,0,0.8);
}  
    
 #mobile_footer ul .footer_icon_area .footer_submenu_area li{
	display: inline-block;
    text-align: left;
    width: 85%;
    height: 50px;
}
    
 #mobile_footer ul .footer_icon_area .footer_submenu_area li:last-child{
padding-bottom: 15px;
}    

#mobile_footer ul .footer_icon_area .footer_submenu_area li:first-child{
    padding-top: 20px;
}
    

 #mobile_footer ul .footer_icon_area .footer_submenu_area li a img{
    display: inline-block;
    padding-right: 15px;
    vertical-align:middle;
    margin-bottom:0px;
    width: 20px
}

 #mobile_footer ul .footer_icon_area .footer_submenu_area li a{
    display:inline-block;
    width:100%;
    color: #fff;  
    font-size:15px;
    margin-top: 15px;
}
    
 #mobile_footer ul .footer_icon_area .footer_submenu_area li:not(:last-child){
	border-bottom:solid #bcbcbc 1px;
}
    
    
    
/*category_1 mobile*/    
    
.category_1{
    display: block;
    height:100%;
    top: 80px;
    border-bottom: solid 55px #ffd533; 
    
}
  
.category_1 .title_area p{
    padding: 0px 30px 20px 30px;
    color: #ff7a00;
    font-size: 26px;     
}
    

    
.preparation{
    margin: 150px 0px; 
    font-size: 12px;
}

    
.preparation p{
    padding: 10px;
}


.preparation p:first-child{
    border-bottom: 1px solid #777772;
     padding: 10px 40px;
} 


.preparation p{
    padding: 15px 40px;
    font-size: 12px;
} 

.preparation .come{
    font-size: 18px;
}     

    


.category_1 .title_area p span{
    font-size: 14px;
    vertical-align: middle;
    padding-left: 15px;
    position: relative;
    top:-2px
}


.mark-box:before {
    border-width: 50px 50px 0 0;
}
.mark-box:after {
    font-size: 12px;
    top: 11px;
    left: 3px;
}    

.container figure {
    display: block;
    max-height: 230px;
    max-width: 150px;
    margin: 20px 10px 0px 10px;
    padding: 5px;
     padding-top: 15px;
    }
    
.container figure .pop {
    max-height: 130px;
    max-width: 160px;
}
.item_category{
    padding: 2px 8px;
    font-size: 8px;
    letter-spacing: -0.1em;
}

.btn_area {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 100px;

}
.btn_area a {
    width: 70%;
    font-size: 18px;
    
}
.btn_area a span {
    padding-right: 5px;
    
}

.item_category{
     margin-top: 5px;
}
    
.article_title{
    font-size: 11px;
}

.date_area{
    margin-top: 10px;
    font-size: 12px;
}
    
.category_1 nav {
    overflow-x: scroll;
    overflow-y: hidden;
    height: 60px;
    background-color: #fff;
    
}
    
.category_1 nav::-webkit-scrollbar{
    display:none;
}
    
.category_1 nav ul{
  -webkit-user-select:none;
    margin-left:20px;
    margin-right:20px;
    height:60px;
	}  
    

 .category_1 nav ul div.target {
     padding: 0px;
     margin: 0px;
     width:120px;
	}
      
.category_1 nav ul div li a {
-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
    

.category_1 nav ul div.active_sp{
    margin: 0px 0px;
    width: 120px;
    background-color:#ebeae2;
}  
    
.category_1 nav ul div.active_sp li{
    height: 60px;
    width: 120px;
    background-color:#ebeae2;
}      
     
.category_3{
    margin-bottom: 62px;
    padding: 0px 0px 10px 0px;
    position: relative;
    width: 100%;
    border-bottom: solid 55px #ffd533;
}

.category_3 .border{
    width: 90%;
    padding-bottom: 20px;
}


.category_3 img{
    display: inline-block;
    padding:10px 10px 10px 10px;
    width: 40%
}


.category_3 p{
    /*margin-top: 30px;*/
    padding-top: 20px;
}
    
    
#footer_base {
    top: -60px;
}

#footer_hna_sns{
    text-align: center;
    margin: auto;
    }          
    
#footer_hna_sns img{
    padding: 10px 10px;
    width: 14%;
    text-align: center;
    position: relative;
    top:-100px
    }
     
    
#footer_base {
	height: auto;
    padding-top: 40px;
    padding-bottom:  20px;
    top: -80px
}
    
#footer_navi{
    text-align:center;
    vertical-align: top;
    display: inline-block;
    max-width:90%;
    font-size: 11px;
    margin: auto;
    margin-bottom: -60px;
	padding:20px;
    padding-top:80px;
}

#hna-copyright {
    float: none;
    margin: 10px auto 20px auto;
	text-align:center;
	width: 90%;
	font-size: 10px;
}

.twitter_area img{
    display: inline-block;
    width: 100px;
      position: relative;
    top:15px;
    left: 0%;
}
    
    
.title_area img{
    position: relative;
    top:-15px;
    width: 80%;
}    

    
.btn_area img{
    margin-top: 20px;
    margin-bottom: -60px;
    display: inline-block;
    width:85%;
}
     
.category_2{
    height: 900px;
}

    

    
#lightbox{
    width: 80%;
}    

.to-top{
    width: 100%;
}    
    
#page-top {
    position: absolute;
    top:20px;
    left: 100%;
    margin-left: -40px;
}    
    
#page-top a{
	width: 40px;
    height: 40px;
}    
    
#page-top a:hover {
	text-decoration: none;
    background:linear-gradient(#000 8%, #ff8400 8%);
}
    
#page-top img{
    width: 40%;
    height: 35%;
    position: relative;
    top:15px;
}

 
    

.contactbox{
    width: 80%;
    margin-bottom: 20px; 
    margin-top: 0px; 
    border-radius: 20px;
    padding: 20px 10px 10px 10px;;
    text-align: center;   
}

.contactbox div{
     font-size: 16px;
}
    

.box1{
    display: inline-block;
    padding: 20px 10px 20px 10px;
    text-align: left;
}

.guest{
    font-size: 14px;
}

.subtext{
    font-size: 11px;
}
.tel{
    font-size: 24px;
}   
.contactbox span{
     font-size: 11px;        
    }    

.cp_table {
    margin: 0px　auto;
    width: 90%;
      table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;


	}
.cp_table th {
    font-size: 11px;
    width: 20%;
    padding: 5px;
	}
    
    
    
    
.cp_table td {
    font-size: 11px;
	}

    
.cp_table tr:first-child th {
    border-top: 1px solid #dddddd;
	}
    
#company_overview{
    position:relative;
    top: 0px;
    padding-bottom: 0px;
    border-bottom: solid 120px #ffd757;

}  
#company_overview_base{
    position:relative;
    top: -60px;
} 
    
.worklocation{
    font-size: 14px;
    padding-top: 40px;
    margin-bottom: -20px;
}    

    
#shoplist{
    padding: 20px 0px;
}      
    
#shoplist_base .title_area{
    padding-bottom:40px;
}    
    
        
#company_overview .title_area .company_recruit_title,
    #shoplist_base .title_area .company_recruit_title{
    font-size: 24px;
}
    
    
    
    
#company_overview .title_area p,
    #shoplist_base .title_area p{
    font-size: 12px;
    letter-spacing:0.01em;
        padding: 10px;
}
    
  
#company_overview .title_area p span,
    #shoplist_base .title_area p span{
    font-size: 14px;
    padding-left: 0px;
    padding-top:5px; 
    position: relative;
    border-left:none;
    display: block;
    margin-bottom: -30px;
}
    
#company_overview .title_area p span:before,
#shoplist_base .title_area p span:before{
    content: '';
    position: absolute;
    left: 50%;
    top: 0px;
    display: inline-block;
    width:40px;
    height:1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black;
}
    
    
.shoplist_item:first-child{
    padding-right: 15px;
    margin: 10px 0px 0px 0px;
    font-size: 11px;
    width: 130px;
    height: 80%;
    }

.shoplist_item span{
    position: relative;
    top:32%;
    }    
    
.shoplist_frame{
    width: 90%;
    }   

.shoplist_item_frame{
    height: 120px;
    text-align: right;  
}
    
.shoplist_frame:nth-of-type(6){
    height: 135px;
    } 

.shoplist_item:nth-of-type(2){
    font-size: 11px;
    width: 150px;
    padding: 15px 0px 10px 0px;
    margin: 0px;
    padding-bottom: 5px;
    }  
    
.shoplist_item:last-child{
    font-size: 11px;
    width: 135px;
    padding-top: 5px;
    margin-left: 160px;
    }      
    
    
#category_recruit{
    height: 300px;
    margin:  100px 10px ;
    font-size: 16px;
    }  

#category_recruit p{
    margin:  100px 0px 100px 0px;
    text-align: center;
    }

#category_recruit img{
    position: relative;
    left: 2%;
    top: 0px;
    text-align: center;
    width: 40%;
    }     
    
     
.news{
    height: auto;
    top: 80px;
    margin: 10px 0px;
    }

.news a{
    display: block;
    font-size: 11px;
    color: #4c4c4c;
    /* padding: 4px; */
    padding-left: 20px;
    }
    
.news p{
/* width: 330px; */
    }      

#news_base {
    top:80px;
    height: 760px;
    padding: 10px;
    font-size: 14px;
    }
#news_base div{
    padding: 10px;
    line-height: 2em;
    }



#news_base .news_date,
#news_base .news_from{
    font-size: 12px;
    line-height: 1.8em;
}
  
#news_base .news_from{
    padding-top: 20px;
}    
    
.important{
    float: left;
    height: 16px;
    padding: 0px 10px;
    
}     
    
    
    
    
}



@media screen and (max-width: 359px) {
    
.category_1{
    top:30px;
    border-bottom: solid 30px #ffd533; 
}
    
.news{
    top:40px;
    }   
    

 .shoplist_item_frame{
    height: 110px;
  
}
.shoplist_item:first-child{
    width: 80px;
    }

.shoplist_item:nth-of-type(2){
    width: 170px;
    }  
    
.shoplist_item:last-child{
    margin-left: 100px;
    width: 150px;
    } 

#mobile_footer{
    height: 60px;
    margin-bottom: 0px;
}

#mobile_footer ul .footer_icon_area img{
    max-height: 26px;
    max-width: 32px;
}    
    
.item_category{
    font-size: 10px;
}
    
.iphone10area{
    display: none;
    }
    
.btn_area a{
    width: 60%;
    padding: 0.4em 0px 0.2em 30px;
} 


#mobile_footer ul li.footer_icon_area > a{
    font-size: 10px;
    padding: 0px;
}
    
#footer_base {
    top: -50px;
}
    
.panel{
    margin: 0px;
}
    
.container figure {
    max-height: 205px;
    max-width: 120px;
    padding:10px;
    margin-bottom: -5px;
}    
    
.container figure .pop {
    padding: 0px;
    max-height: 110px;
    max-width: 100px;
    margin: 0px;
}
    
.container figure p img{
    margin-top: 10px;
    float: left;
    width: 60px;
}
    
.date_area{
    display:block;
    margin: 0px;
    padding: 0px;
    padding-left: 10px;
    margin-top: 10px;
    font-size: 12px;
    float: left;
    transform-origin:top left;
    }
    
.article_title{
    font-size: 11px;
    line-height: 1.3em;
    height: 58px;
}
    
        
.cp_table th {
    font-size: 11px;
    width: 35%;
	}
    
.cp_table td {
    font-size: 11px;
	}
    
.important{
    padding: 0px ;
    
}   
    

}
.news {
  /* height: 240px; */
  height: auto;
}

.news .title_area {
  background: #fff;
}

.news .title_area p {
  width: auto;
}

.news .title_area p:hover {
  color: #ff7a00;
}

.ns-1 {
  /* overflow: scroll; */
  padding: 20px 40px;
  /* height: 75px; */
}

.ns-1 li {
  /* border-bottom: 1px solid #999999; */
}

.ns-1 li:first-child {
  /* border-top: 1px solid #999999; */
}

.news ul li {
  margin-bottom: 15px;
}

.news ul li:last-child {
  margin-bottom: 0px !important;
}

.ns-item {
  display: flex;
  align-items: center;
}

.ns-item .important {
  color: #e20505 !important;
  font-weight: bold;
}

.ns-date {
  /* width: 140px; */
  width: 130px;
  margin-right: 15px;
  border-right: 1px solid #000;
  /* color: #999999; */
}

.ns-date span {
  font-weight: bold;
}

.ns-category {
  width: 130px;
  /* background: #ff8400; */
  /* color: #fff; */
  /* border-radius: 30px; */
  /* text-align: center; */
  padding: 3px 0;
}

.ns-category {
  padding: 0;
  margin-right: 15px;
}

.ns-category span {
  font-weight: bold;
	font-size: 15px;
}

.ns-category ul {
  padding: 0;
}

.ns-category ul li {
  margin: 0;
  padding: 0;
  border: none;
}

.ns-category ul li a {
  /* color: #fff; */
  font-weight: bold;
}

.ns-title a {
  color: #ff7a00;
  font-weight: bold;
}

.ns-title a:hover {
  color: #ff7a00;
}

.blog-cover {
  width: 100%;
  background-size: cover;
  background-position: center;
  padding-top: 70px;
}

.single_header {
  padding-top: 80px;
	margin-bottom: -80px;
}

.news p {
  width: 100%;
}

/* article */
article h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.article-date {
  margin-right: 20px;
}

.article-cat {
  font-weight: bold;
}

.article-info {
  margin-bottom: 40px;
}

article a,
article a:visited {
  color: #ff9c00 !important;
}

article img {
  max-width: 100%;
  height: auto;
}

/*-------------------------------------Mobile----------------------------------*/

@media screen and (max-width: 896px) {
  .ns-1 {
    padding: 20px 30px 20px 30px;
  }

  .ns-item {
    display: block;
  }

  .ns-date {
    border-right: none;
    width: 100%;
  }

  .ns-category {
    width: 100%;
  }

.ns-category span {
	font-size: 12px;
}	
	
  .infomation {
    width: 100px !important;
  }


  .ns-category,
  .ns-date {
    margin-bottom: 5px;
	  display: contents;
  }
}

/*-------------------------------------Mobile----------------------------------*/

@media screen and (max-width: 480px) {
  .news .title_area p {
    font-size: 26px;
  }

  .title_area p span {
    font-size: 14px;
  }

  .news a {
    font-size: 14px;
    padding-left: 0;
  }

  .ns-date span {
    font-size: 12px;
  }

  #header_area .main_menu .hna_logo a img {
    padding-top: 10px;
    width: 90px;
  }

  .slick-dots li {
    top: -35px;
  }

  .title_area p span {
    border-left: none;
    display: block;
    padding-left: 0;
  }

  .category_1 .title_area p span {
    padding-left: 0;
  }

  .category_1 nav ul div.active_sp {
    margin: 0px;
  }

  .category_1 nav ul {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .ns-item .important {
    margin-bottom: 15px;
  }

  .wufoo_title_text h3 {
    font-size: 16px;
  }
	
article h1 {
  font-size: 20px;
}
	
}
