﻿@charset "utf-8";

/*---------------------------------------------------------------

header

---------------------------------------------------------------*/

.header > div > div ul.bnrNav li + li{
	margin-top: 10px;
}
.bnrNav li a{
	display: block;
	width: 175px;
	height: 24px;
	line-height: 24px;
	position: relative;
}
.bnrNav li a:before{
	content: "";
	width: calc(100% - 12px);
	height: 24px;
	background: #E0D2A2;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.bnrNav li a:after{
	content:"";
	width: 0;
	height: 0;
	border-left: 12px solid #E0D2A2;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	position: absolute;
	left: calc(100% - 12px);
	top: 0;
	z-index: 11;
}
.bnrNav li a:hover:before{
	background: #F4D020;
}
.bnrNav li a:hover:after{
	border-left-color: #F4D020;
}
.bnrNav li a span{
	display: block;
	width: 100%;
	color: #303232;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	text-align: center;
	z-index: 10;
}
.bnrNav li a .bnrNav_off{
	font-family: "Arial Black", arial, sans-serif;
	font-size: 11px;
	font-weight: 900;
}
.bnrNav li a .bnrNav_on{
	display: none;
	font-size: 10px;
	font-weight: bold;
}
.bnrNav li a:hover .bnrNav_off{
	display: none;
}
.bnrNav li a:hover .bnrNav_on{
	display: block;
}


/*---------------------------------------------------------------

header（FOR BUSINESS）

---------------------------------------------------------------*/

#joint_work_header *,
#joint_work_header *:before,
#joint_work_header *:after{
	box-sizing: border-box;
}
#joint_work_header{
	width: 100%;
	position: fixed;
	top: 0;
    left: 0;
	/* left: calc(50% - 500px); */
	height: 112px;
	background: #FFF;
	z-index: 9999;
}
#joint_work_header:after{
	content: "";
	width: 200vw;
	height: 3px;
	background: #001A60;
	position: absolute;
	left: calc(50% - 100vw);
	bottom: 0;
}
#joint_work_header .header_inner_ {
	width: 1000px;
	height: 112px;
    margin: 0 auto;
}
#joint_work_header .bnrNav{
	position: absolute;
	right: 0;
	top: 10px;
}
#joint_work_header h1{
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translate(-50%,0);
}
#joint_work_header nav{
	position: absolute;
	/*left: 0;*/
    left: calc(50% - 500px);
	bottom: 0;
	width: 1000px;
}
#joint_work_header nav ul:after{
	content: "";
	height: 0;
	display: block;
	clear: both;
}
#joint_work_header nav ul li{
	float: left;
}
#joint_work_header nav ul li{
	float: left;
}
#joint_work_header nav ul li a{
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 5px 0 8px;
}
#joint_work_header nav ul li a span:nth-child(1){
	font-family: "Arial Black", arial, sans-serif;
	font-weight: 900;
	color: #001A60;
}
#joint_work_header nav ul li a span:nth-child(2){
	font-weight: bold;
	display: none;
}
#joint_work_header nav ul li a:hover span:nth-child(1){
	display: none;
}
#joint_work_header nav ul li a:hover span:nth-child(2){
	display: inline;
	color: #001A60;
}

#joint_work_header nav ul li:nth-child(1){width: 11.05%;}
#joint_work_header nav ul li:nth-child(2){width: 19.13%;}
#joint_work_header nav ul li:nth-child(3){width: 15.16%;}
#joint_work_header nav ul li:nth-child(4){width: 11.89%;}
#joint_work_header nav ul li:nth-child(5){width: 14.23%;}
#joint_work_header nav ul li:nth-child(6){width: 14.09%;}
#joint_work_header nav ul li:nth-child(7){width: 14.45%;}



/*---------------------------------------------------------------

FOR BUSINESS

---------------------------------------------------------------*/

#for_business{
	padding-top: 14px;
	background: #EEF0EF;
	padding-bottom: 100px;
}
#for_business h2{
	text-align: center;
	font-family: "Arial Black", arial, sans-serif;
	font-size: 20px;
	font-weight: 900;
	color: #001A60;
	padding: 50px 0 28px;
}
.for_business_list:after{
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.for_business_list li{
	float: left;
	width: 330px;
	margin-left: 5px;
	text-align: center;
	font-weight: bold;
}
.for_business_list li:nth-child(3n+1){
	clear: both;
	margin-left: 0;
}
.for_business_list li a{
	display: block;
	margin-bottom: 13px;
	position: relative;
}
.for_business_list li a img{
	width: 100%;
	height: auto;
}
.for_business_list li a img[src*="_off"]{
	position: relative;
	z-index: 10;
}
.for_business_list li a img[src*="_on"]{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.for_business_list li a:hover img[src*="_off"]{
	display: none;
}
.for_business_list li a:hover img[src*="_on"]{
	position: relative;
	opacity: 1;
}


/*---------------------------------------------------------------

JOINT WORK WITH DULTON

---------------------------------------------------------------*/

#joint_works{
	background: #FFF;
	color: #4C4948;
	text-align: left;
}
#joint_works *,
#joint_works *:before,
#joint_works *:after{
	box-sizing: border-box;
}
#joint_works .mainvisual{
	text-align: center;
	padding:12px 0 50px;
}
#joint_works .mainvisual > img{
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}
#joint_works .mainvisual h2{
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}
#joint_works .mainvisual p{
	font-size: 14px;
	line-height: 1.8;
	
}
#joint_works .joint_works_box{
	padding: 44px 44px 33px;
}
#joint_works .joint_works_box:after{
	content: "";
	height: 0;
	display: block;
	clear: both;
}
#joint_works .joint_works_box:nth-of-type(odd){
	background: #EFEFEF;
}
#joint_works .joint_works_main_img{
	margin-bottom: 20px;
}
#joint_works .joint_works_main_img img{
	width: 100%;
	height: auto;
}
#joint_works .joint_works_box_text{
	float: left;
	width: 460px;
	margin-bottom: 40px;
}
#joint_works .joint_works_box h2{
	max-width: 100%;
	display: inline-block;
	text-align: center;
	font-family: "Arial Black", arial, sans-serif;
	font-size: 35px;
	font-weight: 900;
	color: #001A60;
	line-height: 1;
	margin-bottom: 20px;
}
#joint_works .joint_works_box p{
	font-size: 13px;
	line-height: 1.8;
}
#joint_works .joint_works_box h2 small{
	display: block;
	position: relative;
	text-align: center;
	margin-top: 10px;
}
#joint_works .joint_works_box h2 small:before{
	content: "";
	width: 100%;
	height: 6px;
	background: #C9C9CA;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	z-index: 1;
}
#joint_works .joint_works_box h2 span{
	display: inline-block;
	padding: 0 15px;
	background: #FFF;
	position: relative;
	z-index: 10;
	font-size: 18px;
	letter-spacing: 0.5em;
	text-indent: 0.25em;
}
#joint_works .joint_works_box:nth-of-type(odd) h2 span{
	background: #EFEFEF;
}
#joint_works .joint_works_box h2{
	padding-top: 7px;
	margin-bottom: 22px;
}
#joint_works .joint_works_sub_img{
	float: right;
	width: 420px;
	margin-bottom: 40px;
}
#joint_works .joint_works_sub_img:after{
	content: "";
	height: 0;
	display: block;
	clear: both;
}
#joint_works .joint_works_sub_img li{
	float: left;
	width: 204px;
}
#joint_works .joint_works_sub_img li + li{
	margin-left: 12px;
}
#joint_works .joint_works_btn{
	clear: both;
	text-align: center;
}
#joint_works .joint_works_btn a{
	display: inline-block;
	min-width: 145px;
	padding: 2px 20px 2px 30px;
	border: 1px solid #4D85C5;
	color: #4D85C5;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
}
#joint_works .joint_works_btn a:hover{
	opacity: 0.7;
}
#joint_works .service_area{
	padding: 63px 100px 76px;
	background: #E9E3D0;
}
#joint_works .service_area h2{
	text-align: center;
	margin-bottom: 40px;
}
#joint_works .service_box{
	background: #FFF;
}
#joint_works .service_box + .service_box{
	margin-top: 20px;
}
#joint_works .service_box:after{
	content: "";
	height: 0;
	display: block;
	clear: both;
}
#joint_works .service_box_img{
	float: right;
	width: 396px;
}
#joint_works .service_box_text{
	float: left;
	width: 404px;
	padding: 20px 20px 20px 30px;
}
#joint_works .service_box_text h3{
	font-size: 24px;
	font-weight: bold;
	color: #001A60;
	line-height: 1.4;
	margin-bottom: 15px;
}
#joint_works .service_box_text p{
	font-size: 13px;
	line-height: 1.8;
}
#joint_works .showroom_area{
	padding: 60px 50px 35px;
}
#joint_works .showroom_area h2{
	text-align: center;
	margin-bottom: 40px;
}
#joint_works .showroom_area ul{
	margin-bottom: 39px;
}
#joint_works .showroom_area ul:after{
	content: "";
	height: 0;
	display: block;
	clear: both;
}
#joint_works .showroom_area li{
	float: right;
	width: 440px;
}
#joint_works .showroom_area li:nth-child(odd){
	clear: both;
	float: left;
}
#joint_works .showroom_area li > a{
	display: block;
	text-decoration: none;
	margin-bottom: 15px;
}
#joint_works .showroom_area li > a img{
	width: 100%;
	height: auto;
}
#joint_works .showroom_area li > a p{
	background: #001A60;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	padding: 13px;
	text-align: center;
	text-decoration: none;
}
#joint_works .showroom_area li > a:hover p{
	text-decoration: none;
	opacity: 0.7;
}
#joint_works .showroom_area li h3 a{
	font-size: 24px;
	font-weight: bold;
	color: #001A60;
	line-height: 1.333;
}
#joint_works .showroom_area li h3{
	margin-bottom: 9px;
}
#joint_works .showroom_area li h3 + p{
	font-size: 14px;
}
#joint_works .wholesale_area{
	background: #EEEFEF;
	padding: 60px 50px 33px;
	text-align: center;
}
#joint_works .wholesale_area h2{
	margin-bottom: 40px;
}
#joint_works .wholesale_area p{
	font-size: 15px;
	margin-bottom: 45px;
}


/*---------------------------------------------------------------

WORKS

---------------------------------------------------------------*/
#works{
	margin-bottom: 70px;
}
#works h2{
	text-align: center;
	margin: 40px 0;
}
#works .works_mainvisual{
	margin-bottom: 10px;
}
#works .works_mainvisual img{
	width: 100%;
	height: auto;
}
#works .lightbox_group{
	display: none;
}
#works .tag_list{
	font-size: 0;
	width: calc(100% + 7px);
	margin-bottom: 30px;
}
#works .tag_list li{
	display: inline-block;
	margin: 7px 7px 0 0;
}
/* #works .tag_list li a{ */
#works .tag_list li {
	display: inline-block;
	padding: 7px 10px;
	line-height: 1.2;
	font-size: 11px;
	font-family: "Arial Black", arial, sans-serif;
	font-weight: 900;
	letter-spacing: -0.02em;
	color: #011961;
	background: #E9E3D0;
	text-decoration: none;
}
#works .tag_list li a:hover{
	opacity: 0.7;
}
.works_info{
	margin-bottom: 10px;
	font-size: 16px;
}
.works_info time{
	display: inline-block;
	margin-right: 1em;
	font-weight: bold;
}
.works_info h3{
	display: inline-block;
	font-weight: bold;
}
.contentsArea .mainArea .works_info + p{
	font-size: 14px;
	line-height: 1.7;
}

#works article + article{
	margin-top: 70px;
}
.navipage_.bottom_ {
	margin-top: 70px;
}
.page_nav{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	margin-top: 70px;
}
.page_nav span{
	display: inline-block;
	padding: 5px 10px;
}
.page_nav ul{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 0;
}
.page_nav ul li{
	display: inline-block;
}
.page_nav ul li + li{
	margin-left: 5px;
}
.navipage_ a,
.navipage_ span.navipage_now_ {
	display: inline-block;
	box-sizing: border-box;
	width: 28px;
	height: 28px;
	border: 1px solid #333;
	line-height: 26px;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}
.navipage_ a {
	border: 1px solid #333;
}
.navipage_ span.navipage_now_ {
	border: 1px solid #ffffff;
}
.page_nav a{
	color: #565656;
}
.page_nav a:hover{
	opacity: 0.6;
	text-decoration: none;
}
.contentsAreaStory {
	width:1000px;
}
.navipage_first_,
.navipage_last_ {
	display: none;
}

.navipage_ .navipage_prev_ a,
.navipage_ .navipage_next_ a {
	text-indent: -9999px;
	border: 0;
	background: none;
	position: relative;
	width: 120px;
	padding: 0;
}
.navipage_ .navipage_prev_ a::before,
.navipage_ .navipage_next_ a::before {
	text-indent: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 120px;
	margin: 0;
}
.navipage_ .navipage_prev_ a::before {
	/* content: "前"; */
}
.navipage_ .navipage_next_ a::before {
	/* content: "次"; */
}

.works_mainvisual_slide {
	position: relative;
}
.works_mainvisual_slide li img {
	height: auto;
	width: 700px;
}
.works_mainvisual_slide .bx-controls-direction a {
	display: block;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	background-color: #cccccc;
	position: absolute;
	top: 50%;
	z-index: 10;
}
.works_mainvisual_slide .bx-controls-direction a::after {
	content: "";
	position: absolute;
	top: 9px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.works_mainvisual_slide .bx-controls-direction a.bx-prev {
	left: 0;
}
.works_mainvisual_slide .bx-controls-direction a.bx-prev::after {
	left: 9px;
	transform:  rotate(135deg);
}
.works_mainvisual_slide .bx-controls-direction a.bx-next {
	right: 0;
}
.works_mainvisual_slide .bx-controls-direction a.bx-next::after {
	right: 9px;
	transform:  rotate(-45deg);
}
.works_mainvisual_slide .bx-wrapper {
    margin-bottom: 30px;
}
ul.leftmenu_works_list_ {
	margin-top: -25px;
}
ul.leftmenu_works_list_ li {
	border-bottom: 1px solid #E5E5E5;
}
ul.leftmenu_works_list_ li a {
	font-size: 12px;
	line-height: 1.5;
	display: block;
	padding: 12px 0 11px;
	position: relative;
}
ul.leftmenu_works_list_ li a::after {
	content: "";
	position: absolute;
	right: 2px;
	top: 50%;
	width: 5px;
	height: 5px;
	margin-top: -2px;
	border-right: 1px solid #001A5F;
	border-bottom: 1px solid #001A5F;
	transform: rotate(-45deg);
}
/*---------------------------------------------------------------

side

---------------------------------------------------------------*/
.contentsArea .sideNav .snavTtl02 {
	display: none;
}
.contentsArea .sideNav ul.newsList {
    margin-left: 25px;
    margin-bottom: 13px;
}
.contentsArea .sideNav ul.newsList li a {
	display: block;
    font-size: 1.4rem;
	background: none;
	padding: 0;
}

.contentsArea .sideNav .yearList {
	text-align: left;
    margin-left: 25px;
}
.contentsArea .sideNav .yearList li {
    margin-bottom: 13px;
}
.contentsArea .sideNav .yearList li a {
	display: block;
    font-size: 1.4rem;
}
/*---------------------------------------------------------------

done

---------------------------------------------------------------*/
div.event_,
h2.event_title_,
div.genre_filter_link {
	display: none;
}

/* --------------------------------------------------------------------
  ユーザー定義　ハンバーガーメニュー
--------------------------------------------------------------------- */
.body_fixed_ {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
}
#hm_menu_ {
	width: 90px;
	height: 76px;
	position: fixed;
	left: 0;
	top: 0;
	cursor: pointer;
	z-index: 9999;
}
#hm_menu_ span {
	display: block;
	position: absolute;
	left: 30px;
	top: 36px;
	width: 30px;
	height: 2px;
	background-color: #00185F;
    font-size: 0;
}
#hm_menu_ span::before,
#hm_menu_ span::after {
	content: "";
	position: absolute;
	left: 0;
	width: 30px;
	height: 2px;
	background-color: #00185F;
}
#hm_menu_ span::before {
	top: -8px;
}
#hm_menu_ span::after {
	top: 8px;
}
#menu_view {
	width: 375px;
	height: 100%;
	position: fixed;
	left: -375px;
	top: 0;
	z-index: 99990;
	overflow: hidden;
	background-color: #ffffff;
}
.header_menulist_close_ {
    width: 45px;
    height: 45px;
    position: absolute;
    right: 18px;
    top: 15px;
    z-index: 10;
    cursor: pointer;
}
.header_menulist_close_::before,
.header_menulist_close_::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 2px;
  margin-left: -13px;
  background-color: #001A5F;
  display: block;
}
.header_menulist_close_::before {
  transform: rotate(-45deg);
}
.header_menulist_close_::after {
  transform: rotate(45deg);
}
#menu_view .header_menu_inner_ {
  width: 375px;
  height: 100%;
	padding-right: 17px;
  overflow-y: scroll;
  transition: all 0.3s ease;
  -webkit-overflow-scrolling: touch;
  will-change: transform;
  position: relative;
}
#menu_view .header_menu_inner_ > div {
	padding: 22px 0 30px;
	width: 375px;
	position: relative;
	background-color: #ffffff;
}

#menu_view h2 {
	color: #001A5F;
	font-size: 20px;
    font-weight: bold;
	font-family: "Arial Black", arial, 'Noto Sans JP';
	text-align: center;
	line-height: 1.5;
	margin: 0 0 26px;
}
.header_menulist_free_ {
	font-size: 12px;
	text-align: center;
	line-height: 1.5;
	width: 100%;
	padding: 8px 0 7px;
	background-color: #EDF4F8;
}
.header_menulist_free_ span {
	font-size: 10px;
	line-height: 1.5;
	display: block;
	padding-top: 2px;
}

.header_menulist_nav_ {
	width: 100%;
}
.header_menulist_nav_ ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
.header_menulist_nav_ ul li {
	width: 25%;
	border-left: 1px solid #ffffff;
	box-sizing: border-box;
}
.header_menulist_nav_ ul li:first-child {
	border-left: 0;
}
.header_menulist_nav_ ul li a {
	color: #ffffff;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
	padding: 50px 0 12px;
	display: block;
	background-color: #001A5F;
	background-repeat: no-repeat;
}
.header_menulist_nav_ ul li a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.header_menulist_nav_ ul li.header_menulist_nav_login_ a {
	background-image: url("../img/usr/common/ico_login.png");
	background-position: center 15px;
	background-size: 25px 25px;
}
.header_menulist_nav_ ul li.header_menulist_nav_entry_ a {
	background-image: url("../img/usr/common/ico_mypage.png");
	background-position: center 16px;
	background-size: auto 22px;
}
.header_menulist_nav_ ul li.header_menulist_nav_magazine_ a {
	background-image: url("../img/usr/common/ico_mail.png");
	background-position: center 13px;
	background-size: 28px 28px;
}
.header_menulist_nav_ ul li.header_menulist_nav_bookmark_ a {
	background-image: url("../img/usr/common/ico_bookmark.png");
	background-position: center 17px;
	background-size: 25px auto;
}
#menu_view .header_menulist_category_ {
	margin-top: 17px;
}
ul.header_menulist_category_tree_ {
	width: 100%;
}
ul.header_menulist_category_tree_ li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 20px;
}
ul.header_menulist_category_tree_ li.tree_border_ {
	padding-top: 20px;
	position: relative;
}
ul.header_menulist_category_tree_ li.tree_border_::after {
	content: "";
	position: absolute;
	left: 30px;
	top: 0;
	width: 315px;
	height: 2px;
	background-color: #000000;
}
ul.header_menulist_category_tree_ li a {
	color: #333333;
	font-size: 10px;
	line-height: 2.1;
	flex: 1;
}
ul.header_menulist_category_tree_ li a strong {
	font-size: 14px;
	font-family: "Arial Black";
	font-weight: bold;
	padding-right: 10px;
}
ul.header_menulist_category_tree_ li .tree-acc_ {
	width: 36px;
	height: 30px;
	display: block;
	margin-right: 18px;
	position: relative;
	cursor: pointer;
}
ul.header_menulist_category_tree_ li .tree-acc_::before,
ul.header_menulist_category_tree_ li .tree-acc_::after {
	content: "";
	position: absolute;
	left: 13px;
	top: 50%;
	width: 11px;
	height: 1px;
	transition: all .3s;
	background-color: #333333;
}
ul.header_menulist_category_tree_ li .tree-acc_::before {
	transform: rotate(-90deg);
}
ul.header_menulist_category_tree_ li .tree-acc_.js-open::before {
	transform: rotate(0);
}
ul.header_menulist_category_tree_.at_level1_ {
	background-color: #ffffff;
}
ul.header_menulist_category_tree_.at_level1_ > li > a {
	/* font-size: 14px;
	font-weight: bold;
	line-height: 2.8; */
	padding-left: 30px;
}
ul.header_menulist_category_tree_.at_level2_,
ul.header_menulist_category_tree_.at_level3_ {
	display: none;
	padding: 10px 0;
	background-color: #F5F5F5;
}
ul.header_menulist_category_tree_.at_level2_ li a {
	padding-left: 60px;
}
ul.header_menulist_category_tree_.at_level3_ li a {
	padding-left: 90px;
}

ul.header_menulist_sns {
	width: 315px;
	margin: 15px auto 0;
	padding-top: 40px;
	border-top: 2px solid #000000;
	display: flex;
	justify-content: center;
	align-items: center;
}
ul.header_menulist_sns li {
	margin: 0 15px;
}
ul.header_menulist_sns li a {
	display: block;
	width: 34px;
	height: 34px;
}
.header_menulist_close2_ {
	text-align: center;
	width: 100%;
	margin: 35px 0 0;
	cursor: pointer;
}
.header_menulist_close2_ span {
	color: #333333;
	font-size: 12px;
	font-family: "Arial Black";
	line-height: 3.0;
	padding-left: 15px;
	display: inline-block;
	position: relative;
}
.header_menulist_close2_ span::before,
.header_menulist_close2_ span::after {
	content: "";
	position: absolute;
	left: 0;
	top: 17px;
	width: 11px;
	height: 2px;
	background-color: #333333;
}
.header_menulist_close2_ span::before {
	transform: rotate(-45deg);
}
.header_menulist_close2_ span::after {
	transform: rotate(45deg);
}
.header_menulist_btn_ {
	margin: 20px auto 0;
	width: 315px;
}
.header_menulist_btn_ a {
	color: #001A5F;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	border: 1px solid #001A5F;
	padding: 20px 15px;
	display: block;
	position: relative;
}
.header_menulist_btn_ a::after {
	content: "";
	position: absolute;
	right: 25px;
	top: 50%;
	width: 5px;
	height: 5px;
	margin-top: -2px;
	border-right: 1px solid #001A5F;
	border-bottom: 1px solid #001A5F;
	transform: rotate(-45deg);
}
/* --------------------------------------------------------------------
  INFORMATION
--------------------------------------------------------------------- */
#joint_works_news {
	width: 1000px;
	margin: 0 auto 50px;
	padding: 10px 0;
	background-color: #EFEFEF;
	display: flex;
	justify-content: space-between;
}
#joint_works_news .joint_works_news_head_ {
	width: 150px;
    padding-left: 10px;
}
#joint_works_news .joint_works_news_head_ > div {
	padding: 5px 0;
}
#joint_works_news .joint_works_news_head_ h2 {
	font-size: 14px;
	font-weight: bold;
	font-family: "Arial Black", arial;
}
#joint_works_news .joint_works_news_head_ a {
	color: #001A60;
	font-size: 14px;
	font-weight: bold;
	font-family: "Arial Black", arial;
	display: block;
    margin-top: 5px;
}
#joint_works_news .joint_works_news_head_ a span {
	display: inline-block;
	position: relative;
	padding-right: 15px;
}
#joint_works_news .joint_works_news_head_ a span::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 5px;
	height: 5px;
	margin-top: -3px;
	border-right: 2px solid #001A60;
	border-bottom: 2px solid #001A60;
	transform: rotate(-45deg);
}
#joint_works_news .joint_works_news_body_ {
	width: 810px;
	padding: 0 10px 0 20px;
    flex: 1;
}
#joint_works_news .joint_works_news_head_ +.joint_works_news_body_ {
	border-left: 1px solid #aaaaaa;
}
#joint_works_news .joint_works_news_body_ ul li {
}
#joint_works_news .joint_works_news_body_ ul li a {
	font-size: 14px;
	line-height: 1.6;
	display: inline-block;
	padding: 5px 0;
}
#joint_works_news .joint_works_news_body_ ul li span.day_ {
	font-size: 14px;
	font-family: "Arial Black", arial;
	font-weight: bold;
	line-height: 1.6;
	display: inline-block;
	width: 80px;
	margin-right: 15px;
}

