.pc {
    display: block;
}

.sp {
    display: none !important;
}

.text-bold {
    font-weight: 700;
}

body {
    font-size: 14px;
}

header {
    background: #fff;
}

header .inner {
    position: relative;
    display: table;
    width: 960px;
    height: 100px;
    margin: 0 auto;
    text-align: left;
    text-indent: -9999px;
    background: #fff;
}

header .inner .logo {
    display: table-cell;
}

header .inner .logo a {
    display: block;
    width: 390px;
    height: 100px;
    background: url(/assets/common/img/logo.png) left 15px no-repeat;
}

header .inner .discription {
    display: block;
    display: table-cell;
    width: 570px;
    height: 100px;
    text-indent: -9999px;
    background: url(/assets/common/img/discription.png) left 47px no-repeat;
}

header .inner .tw {
	width: 40px;
	height: 40px;
	position:absolute;
	top:30px;
	/*right:0px;*/
    right:55px;
	background: url(/assets/common/img/tw.png) center center no-repeat;
	background-size:cover;
}

header .inner .yt {
	width: 40px;
	height: 40px;
	position:absolute;
	top:30px;
	right:0px;
	background: url(/assets/common/img/yt.png) center center no-repeat;
	background-size:cover;
}

header .global-navi {
    display: block;
    width: 100%;
    min-width: 800px;
    background: #e60012;
}

header .global-navi ul {
    display: table;
    width: 800px;
    height: 60px;
    margin: 0 auto;
}

header .global-navi ul li {
    display: table-cell;
}

header .global-navi ul li:nth-child(1) a {
    display: block;
    overflow: hidden;
    width: 160px;
    height: 60px;
    white-space: nowrap;
    text-indent: 100%;
    background: url(/assets/common/img/pc/navi.png) 0 0 no-repeat;
}

header .global-navi ul li:nth-child(1) a:hover {
    display: block;
    overflow: hidden;
    width: 160px;
    height: 60px;
    white-space: nowrap;
    text-indent: 100%;
    background: url(/assets/common/img/pc/navi.png) 0 -60px no-repeat;
}

header .global-navi ul li:nth-child(1) a.active {
    display: block;
    overflow: hidden;
    width: 160px;
    height: 60px;
    white-space: nowrap;
    text-indent: 100%;
    background: url(/assets/common/img/pc/navi.png) 0 -60px no-repeat;
}

header .global-navi ul li:nth-child(2) a {
    display: block;
    overflow: hidden;
    width: 160px;
    height: 60px;
    white-space: nowrap;
    text-indent: 100%;
    background: url(/assets/common/img/pc/navi.png) -160px 0 no-repeat;
}

header .global-navi ul li:nth-child(2) a:hover {
    display: block;
    overflow: hidden;
    width: 160px;
    height: 60px;
    white-space: nowrap;
    text-indent: 100%;
    background: url(/assets/common/img/pc/navi.png) -160px -60px no-repeat;
}

header .global-navi ul li:nth-child(2) a.active {
    display: block;
    overflow: hidden;
    width: 160px;
    height: 60px;
    white-space: nowrap;
    text-indent: 100%;
    background: url(/assets/common/img/pc/navi.png) -160px -60px no-repeat;
}

/*header .global-navi ul li:nth-child(3) a {
    display: block;
    overflow: hidden;
    width: 160px;
    height: 60px;
    white-space: nowrap;
    text-indent: 100%;
    background: url(/assets/common/img/pc/navi.png) -320px 0 no-repeat;
}

header .global-navi ul li:nth-child(3) a:hover {
    display: block;
    overflow: hidden;
    width: 160px;
    height: 60px;
    white-space: nowrap;
    text-indent: 100%;
    background: url(/assets/common/img/pc/navi.png) -320px -60px no-repeat;
}

header .global-navi ul li:nth-child(3) a.active {
    display: block;
    overflow: hidden;
    width: 160px;
    height: 60px;
    white-space: nowrap;
    text-indent: 100%;
    background: url(/assets/common/img/pc/navi.png) -320px -60px no-repeat;
}*/

header .global-navi ul li:nth-child(3) a {
    display: block;
    overflow: hidden;
    width: 160px;
    height: 60px;
    white-space: nowrap;
    text-indent: 100%;
    background: url(/assets/common/img/pc/navi.png) -480px 0 no-repeat;
}

header .global-navi ul li:nth-child(3) a:hover {
    display: block;
    overflow: hidden;
    width: 160px;
    height: 60px;
    white-space: nowrap;
    text-indent: 100%;
    background: url(/assets/common/img/pc/navi.png) -480px -60px no-repeat;
}

header .global-navi ul li:nth-child(3) a.active {
    display: block;
    overflow: hidden;
    width: 160px;
    height: 60px;
    white-space: nowrap;
    text-indent: 100%;
    background: url(/assets/common/img/pc/navi.png) -480px -60px no-repeat;
}

header .global-navi ul li:nth-child(4) a {
    display: block;
    overflow: hidden;
    width: 160px;
    height: 60px;
    white-space: nowrap;
    text-indent: 100%;
    background: url(/assets/common/img/pc/navi.png) -640px 0 no-repeat;
}

header .global-navi ul li:nth-child(4) a:hover {
    display: block;
    overflow: hidden;
    width: 160px;
    height: 60px;
    white-space: nowrap;
    text-indent: 100%;
    background: url(/assets/common/img/pc/navi.png) -640px -60px no-repeat;
}

header .global-navi ul li:nth-child(4) a.active {
    display: block;
    overflow: hidden;
    width: 160px;
    height: 60px;
    white-space: nowrap;
    text-indent: 100%;
    background: url(/assets/common/img/pc/navi.png) -640px -60px no-repeat;
}

header .global-navi ul li:nth-child(5) a {
    display: block;
    overflow: hidden;
    width: 160px;
    height: 60px;
    white-space: nowrap;
    text-indent: 100%;
    background: url(/assets/common/img/pc/navi.png) -800px 0 no-repeat;
}

header .global-navi ul li:nth-child(5) a:hover {
    display: block;
    overflow: hidden;
    width: 160px;
    height: 60px;
    white-space: nowrap;
    text-indent: 100%;
    background: url(/assets/common/img/pc/navi.png) -800px -60px no-repeat;
}

header .global-navi ul li:nth-child(5) a.active {
    display: block;
    overflow: hidden;
    width: 160px;
    height: 60px;
    white-space: nowrap;
    text-indent: 100%;
    background: url(/assets/common/img/pc/navi.png) -800px -60px no-repeat;
}

#overlay {
    display: none;
}

main {
    width: 100%;
    text-align: center;
    background: #222b34;
}

main .inner {
    display: block;
    width: 960px;
    height: 160px;
    margin: 0 auto;
    padding-top: 55px;
    text-align: center;
    vertical-align: middle;
    background: url(/assets/common/img/logo-ar.png) 155px bottom no-repeat;
}

main .inner .title img {
    width: auto;
    height: 28px;
    margin-bottom: 10px;
}

main .inner .discription {
    font-size: 13px;
    letter-spacing: .03em;
    color: #fff;
}

div.breadcrumb {
    width: 960px;
    margin: 0 auto;
    padding: 20px 0;
}

div.breadcrumb ul li {
    font-size: 12px;
    display: inline-block;
}

div.breadcrumb ul li a {
    text-decoration: none;
    color: #333;
}

div.breadcrumb ul li a:hover {
    color: #e60012!important;
}

div.breadcrumb ul li .active {
    color: #e60012!important;
}

div.breadcrumb ul li span {
    padding: 0 5px;
    text-decoration: none!important;
}

#container {
    padding-bottom: 50px;
}

.contents {
    width: 960px;
    margin: 0 auto;
    background: #fff;
}

.contents .title {
    position: relative;
    width: 960px;
    text-align: center;
    border-bottom: 3px solid #eee;
}

.contents .title .text {
    width: 960px;
    padding: 15px 0;
    border-left: 10px solid #e60012;
}

.contents .title .jp {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 3px;
    margin-left: -10px;
}

.contents .title .en {
    font-size: 11px;
    font-weight: 700;
    display: block;
    width: 960px;
    margin-left: -10px;
    color: #999;
}

.contents .about-contents,
.contents .news-contents {
    padding: 30px;
}

.contents .about-contents dl,
.contents .news-contents dl {
    line-height: 150%;
    display: table;
    width: 900px;
    margin-bottom: 2px;
}

.contents .about-contents dl dt,
.contents .news-contents dl dt {
    font-weight: 500;
    display: table-cell;
    width: 300px;
    padding: 15px 30px;
    text-align: right;
    vertical-align: middle;
    color: #fff;
    background: #424d58;
}

.contents .about-contents dl dd,
.contents .news-contents dl dd {
    font-weight: 400;
    display: table-cell;
    padding: 15px 30px;
    background: #eee;
}

.contents .about-contents dl a,
.contents .news-contents dl a {
    text-decoration: none;
    color: #333;
}

.contents .about-contents dl a:hover,
.contents .news-contents dl a:hover {
    color: #e60012;
}

.contents .about-contents dl .map-icon,
.contents .news-contents dl .map-icon {
    font-size: 10px;
    margin-left: 3px;
    padding: 2px 5px;
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
    background: #333;
}

.contents .about-contents dl a:hover .map-icon,
.contents .news-contents dl a:hover .map-icon {
    background: #e60012;
}

.contents {
    width: 960px;
    margin: 0 auto;
    background: #fff;
}

.contents .news-talent,
.contents .news-info {
    display: table;
    width: 900px;
    margin-bottom: 15px;
    background: #eee;
}

.contents .news-talent .date,
.contents .news-info .date {
    display: table-cell;
    width: 100px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border-right: 2px solid #fff;
    background: #777;
}

.contents .news-talent .type,
.contents .news-info .type {
    display: table-cell;
    width: 90px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border-right: 1px solid #fff;
    background: #424d58;
}

.contents .news-talent .name,
.contents .news-info .name {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 120px;
}

.contents .news-talent .name a,
.contents .news-info .name a {
    display: block;
    width: 120px;
    padding: 10px;
    text-decoration: none;
    color: #333;
}

.contents .news-talent .name a:hover,
.contents .news-info .name a:hover {
    color: #e60012;
}

.contents .news-talent .detail,
.contents .news-info .detail {
    display: table-cell;
    padding: 15px 20px 15px 0;
    vertical-align: middle;
}

/* 新着情報用　*/
#news .contents .news-talent .detail a,
#news .contents .news-info .detail a {
    display: block;
    padding-right: 30px;
    padding-left: 30px;
    text-decoration: none;
    color: #333;
    border-left: 1px solid #ccc;
    /* background: url(/assets/common/img/icon-arrow01.png) right center no-repeat; */
    -webkit-background-size: 12px;
    background-size: 12px;
}

/* トップページ用　*/
#top .contents .news-talent .detail a,
#top .contents .news-info .detail a {
    display: block;
    padding-right: 30px;
    padding-left: 30px;
    text-decoration: none;
    color: #333;
    /* background: url(/assets/common/img/icon-arrow01.png) right center no-repeat; */
    -webkit-background-size: 12px;
    background-size: 12px;
}

.contents .news-talent .detail a:hover,
.contents .news-info .detail a:hover {
    color: #e60012;
}

.contents .news-info .type {
    background: #eb3341;
}

#news .contents .news-info .detail a {
    border-left: none;
}

footer {
    width: 100%;
    background: #fff;
}

footer .pagetop {
    width: 100%;
    min-width: 960px;
    margin: 0 auto;
    text-indent: -9999px;
}

footer .pagetop a {
    display: block;
    height: 50px;
    background: url(/assets/common/img/icon-arrow03.png) #bbb center center no-repeat;
    -webkit-background-size: 30px;
    background-size: 30px;
}

footer .pagetop a:hover {
    background: url(/assets/common/img/icon-arrow03.png) #ccc center center no-repeat;
    -webkit-background-size: 30px;
    background-size: 30px;
}

footer .inner {
    font-size: 14px;
    width: 960px;
    margin: 0 auto;
    padding: 20px 0 30px;
}

footer .inner .logo {
    width: 240px;
    height: 40px;
    margin-bottom: 15px;
    text-indent: -9999px;
    background: url(/assets/common/img/logo.png) left center no-repeat;
    -webkit-background-size: 240px;
    background-size: 240px;
}

footer .inner .map a {
    text-decoration: none;
    color: #333;
}

footer .inner .map a:hover {
    opacity: .6;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
}

footer .inner .map-icon {
    font-size: 10px;
    margin-left: 3px;
    padding: 2px 5px;
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
    background: #333;
}

footer .inner ul {
    display: table;
    width: 960px;
    margin-top: 3px;
    padding: 5px 0;
}

footer .inner ul li {
    display: table-cell;
    text-align: left;
}

footer .inner ul li .fa {
    margin-right: 5px;
}

footer .inner ul li.tel {
    width: 160px;
}

footer .inner ul li.copyright {
    font-size: 10px;
    text-align: right;
}



/* 201811月追加 topにtwitter追加*/

#top .contents{
    width: 960px;
    margin: 0 auto;
    background: #eee;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#top .contents .news_field{
    max-width: 70%;
    width: 70%;
    background: #fff
}
#top .contents .news_field .title{
    width: 100%;
    text-align: left;
}
#top .contents .news_field .title .text{
    width: 100%;
    padding: 10px 0 10px 30px;
}
#top .contents .news_field .news-talent,
#top .contents  .news_field .news-info{
    width: 100%;
}
#top .contents .news_field .news-talent .name,
#top .contents .news_field .news-info .name {
    display: block;
    text-align: left;
    border-bottom: solid 1px #cccccc;
    margin: 10px 0 0 10px;
    width: 95%;
}
#top .contents .news_field .news-talent .name a,
#top .contents .news_field .news-info .name a{
    padding: 0px 0 8px 0;
    width: 100%;
}
#top .contents .news_field .news-talent .detail,
#top .contents .news_field .news-info .detail{
    display: block;
    text-align: left;
    padding: 10px 10px 10px 0px;
}
#top .contents .news_field .news-talent .detail a,
#top .contents .news_field .news-info .detail a{
    padding:0 0 0 10px;
}

#top .contents .top_twitter{
    background: #fff;
    width: 27%;
}

#top .contents .top_twitter .title{
    font-size: 28px;
    font-weight: 700;
    color: #333!important;
    text-align: left;
    margin: 0 0 10px 0;
    position: relative;
    width: 100%;
}
#top .contents .top_twitter .title:before{
    content: "";
    position: absolute;
    left: 10px;
    top: 28px;
    width: 23px;
    height: 17px;
    background-image: url(../../top/img/twitter_totle_icon.png);
    background-size:contain;
    background-repeat: no-repeat;
}
#top .contents .top_twitter .title .text{
    padding: 10px 0 13px 42px;
    border-left: none;
    width: 100%;
}
#top .contents .top_twitter .title .en{
    margin:0 ;
    width: 100%;
}
#top .contents .top_twitter .title .jp{
    margin:0 ;
    width: 100%;
}
#top .contents .top_twitter .btn_twitter_blank {
    position: absolute;
    top: 15px;
    right: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
}

#top .contents .top_twitter .top_twitter_contents{
    padding:5px;
}