body {
  max-width: inherit;
}
.header-nav__second {
z-index: 999;
}
.l-footer {
  margin-top: 80px;
}
.top_t-btn {
	padding-top: 20px;
}
.top_t-btn a {
    display: inline-block;
    line-height: 60px;
    border: solid 1px #4A4C4D;
    padding-left: 15px;
    box-sizing: border-box;
    background: #FFF;
	position: relative;
	width: 100%;
}

.top_t-btn a::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #4A4C4D;
    border-right: solid 2px #4A4C4D;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* TOP News */
body.top_page #News {
	padding: 30px 0 .5px;
}
body.top_page #News .field {
	background: transparent;
	padding: 0;
}
body.top_page #News .field li {
    padding: 15px;
    background-color: rgba(255,255,255,.8);
    margin-bottom: 15px;
}
body.top_page .news-list__date {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    align-items: center;
}
body.top_page .news-list__date time {
    font-size: 14px;
	color: #333333;
	min-width: 76px;
}
body.top_page .title-lv4 {
	font-size: 14px;
	text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
}
body.top_page .top_t-btn a {
	font-size: 18px;
}
/* TOP New Over Tab */
@media print, screen and (min-width: 768px) {
body.top_page #News .field {
    padding: 38px 33px;
    background-color: rgba(255,255,255,.8);
}
body.top_page #News .field li {
    display: flex;
    margin-bottom: 18px;
    align-items: center;
	padding: 0;
}
body.top_page #News .field li:last-child {
    margin-bottom: 0;
}
body.top_page .news-list__date {
    margin-bottom: 0;
}
body.top_page .top_t-btn {
	padding-top: 34px;
}

body.top_page .top_t-btn a {
    width: 280px;
}
 
body.top_page .news-list__date span {
    font-size: 12px;
    min-width: 110px;
    text-align: center;
    box-sizing: border-box;
    margin-left: 48px;
}
body.top_page .title-lv4 {
    font-size: 14px;
    margin-left: 48px;
}
}

/* TOPページ調整 */
body.top_page .logo_area {
	padding: 20px 0;
}
/*body.top_page .logo_area .wrap {
	max-width: 910px;
}*/
body.top_page .logo_area .wrap { max-width:1100px; width:100%;}
.logo_area ul { display:flex; flex-wrap:wrap;}

body.top_page .logo_area ul li {
   display: block;
    margin: 0 0 20px;
    width: 100%;
}
body.top_page .logo_area ul li:last-child {
	margin-bottom: 0;
}
body.top_page .logo_area li img {
	height: auto;
}
body.top_page .top_t {
	padding: 50px 0 10px;
}
body.top_page .top_text_frame {
	margin-bottom: 60px;
}
body.top_page .top_b .top_text_pic ul li a {
	width: 100%;
    padding: 0;
}
body.top_page .top_b .title {
	top: -32px;
}
body.top_page .top_text_title .subtitle {
	margin-top: 3px;
}
body.top_page #Business {
    padding-top: 90px;
}
body.top_page .top_b .top_text_title,
body.top_page .top_t_02 .top_text_title {
    position: relative;
    padding-top: 20px;
}
body.top_page .top_p .top_text_title {
	padding-top: 0;
}
body.top_page .top_text_title div p {
    position: absolute;
    top: 0;
    left: 0;
}
body.top_page .top_t_01 .top_text_title div p  {
	position: static;
}
body.top_page .top_box_area {
	margin: 50px 0 60px;
}
@media print, screen and (min-width: 768px){
  body.top_page .logo_area { padding: 35px 0 15px;}
  body.top_page .logo_area ul li { width: calc(33% - 20px); display:inline-block; margin:0 10px 20px; /*float:left;*/ }
  body.top_page .top_text_title div p { position:static;}
}

@media print, screen and (min-width: 1024px) {
body.top_page .l-footer {
	margin-top: 0;
}
}

@media screen and (max-width: 767px) {
body.top_page #Business {
	height: auto;
}
body.top_page .top_b .top_text_pic ul li {
	width: 100%;
}
}
