/* Theme Name:TSP */
@charset "utf-8";

/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {    margin: 0;   padding: 0;border: 0;font-size: 100%;vertical-align: baseline;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display: block}
ol,ul,li {list-style: none}
blockquote,q {quotes: none}
blockquote:before,blockquote:after,q:before,q:after {content: '';content: none}
table {border-collapse: collapse;border-spacing: 0}



/*----------------------
body
----------------------*/
body {
    font: 12px/1.9 'Lato', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
    position: relative;
    background-color: #1E6FB1;
    padding: 20px;
    margin: 0;
    min-width: 980px;
}

a {
    margin: 0;
    padding: 0;
    outline: 0;
    text-decoration: none;
    color: #000000;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
}

.clearfix {
    display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */
a img:hover {
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    transition: all 0.3s ease;
}

.f50 {
    width: 50px;
}

.f80 {
    width: 80px;
}

.f150 {
    width: 150px;
}

.f400 {
    width: 400px;
}

.f_text400 {
    width: 400px;
    height: 200px;
}

.day {
    color: #999;
}

.alignleft {
    float: left;
    margin: 0 10px 10px 0 !important;
}

.alignright {
    float: right;
    margin: 0 0 10px 10px !important;
}

.new {
    position: absolute;
    top: 0;
    left: 0;
}

/*----------------------
マウスオーバー
----------------------*/
.img_box {
    float: left;
    position: relative;
}

.img_box > img {
    display: block;
    height: auto;
    max-width: 100%;
}

.overlay {
    background-color: #1E6FB1;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease-out 0s;
    -moz-transition: all 450ms ease-out 0s;
    -o-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
    -moz-transform: rotateY(180deg) scale(0.5, 0.5);
    -ms-transform: rotateY(180deg) scale(0.5, 0.5);
    -o-transform: rotateY(180deg) scale(0.5, 0.5);
    transform: rotateY(180deg) scale(0.5, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 20px;
    box-sizing: border-box;
}

.img_box:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1, 1);
    -moz-transform: rotateY(0deg) scale(1, 1);
    -ms-transform: rotateY(0deg) scale(1, 1);
    -o-transform: rotateY(0deg) scale(1, 1);
    transform: rotateY(0deg) scale(1, 1);
}

.img_box .overlay a {
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin-top: 20%;
    padding: 7px 10px;
}

.img_box .overlay a:hover {
    color: #fff;
}

.img_box .overlay .tit {
    font-size: 13px;
    font-weight: 700;
    max-height: 3em;
    overflow: hidden;
}

.img_box .overlay p {
    font-size: 11px;
    line-height: 1.6;
}

/*----------------------
ローディング
----------------------*/
#loader {
    width: 62px;
    height: 14px;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -31px;
    z-index: 99999999;
}

#fade {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #1E6FB1;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999999;
}

#top #fade {
    background-color: #1E6FB1 !important;
}

#nabe #fade {
    background-color: #FCCA0A !important;
}

#production #fade {
    background-color: #3D5C78 !important;
}

#film #fade {
    background-color: #1AB99B !important;
}

#audio #fade {
    background-color: #E84C3D !important;
}

#video #fade {
    background-color: #009fe8 !important;
}

#video-ma #fade {
    background-color: #F7931E !important;
}

#contents #fade {
    background-color: #339999 !important;
}

#broadcast #fade {
    background-color: #000 !important;
}

/*----------------------
color
----------------------*/
.gray {
    color: #999;
}

.blue {
    color: #31C7CE;
}

.blue02 {
    color: #1E6FB1;
}

.orange {
    color: #F6921E;
}

/*制作部*/
.our_service .tag-production_bg,
.our_service .tag-production_bg a {
    color: #3D5C78 !important;
}

#company .busyo ul .tag-production_bg,
#company .busyo ul .tag-production_bg a {
    color: #3D5C78 !important;
}

.tag-production_bg .logo {
    background-color: #3D5C78 !important;
}

.tag-production_bg .cat {
    background-color: #3D5C78 !important;
}

.tag-production_bg .img_box,
.tag-production_bg .img_box .overlay {
    background-color: #3D5C78 !important;
}

/*撮影センター*/
.our_service .tag-film_bg,
.our_service .tag-film_bg a {
    color: #1AB99B !important;
}

#company .busyo ul .tag-film_bg,
#company .busyo ul .tag-film_bg a {
    color: #1AB99B !important;
}

.tag-film_bg .logo {
    background-color: #1AB99B !important;
}

.tag-film_bg .cat {
    background-color: #1AB99B !important;
}

.tag-film_bg .img_box,
.tag-film_bg .img_box .overlay {
    background-color: #1AB99B !important;
}

/*ビデオセンター編集*/
.our_service .tag-video_bg,
.our_service .tag-video_bg a {
    color: #009fe8 !important;
}

#company .busyo ul .tag-video_bg,
#company .busyo ul .tag-video_bg a {
    color: #009fe8 !important;
}

.tag-video_bg .logo {
    background-color: #009fe8 !important;
}

.tag-video_bg .cat {
    background-color: #009fe8 !important;
}

.tag-video_bg .img_box,
.tag-video_bg .img_box .overlay {
    background-color: #009fe8 !important;
}

/*ビデオセンターMA*/
.our_service .tag-ma_bg,
.our_service .tag-ma_bg a {
    color: #F7931E !important;
}

#company .busyo ul .tag-ma_bg,
#company .busyo ul .tag-ma_bg a {
    color: #F7931E !important;
}

.tag-ma_bg .logo {
    background-color: #F7931E !important;
}

.tag-ma_bg .cat {
    background-color: #F7931E !important;
}

.tag-ma_bg .img_box,
.tag-ma_bg .img_box .overlay {
    background-color: #F7931E !important;
}

/*オーディオセンター*/
.our_service .tag-audio_bg,
.our_service .tag-audio_bg a {
    color: #E84C3D !important;
}

#company .busyo ul .tag-audio_bg,
#company .busyo ul .tag-audio_bg a {
    color: #E84C3D !important;
}

.tag-audio_bg .logo {
    background-color: #E84C3D !important;
}

.tag-audio_bg .cat {
    background-color: #E84C3D !important;
}

.tag-audio_bg .img_box,
.tag-audio_bg .img_box .overlay {
    background-color: #E84C3D !important;
}


/*コンテンツ事業部*/
.our_service .tag-contents_bg,
.our_service .tag-contents_bg a {
    color: #339999 !important;
}

#company .busyo ul .tag-contents_bg,
#company .busyo ul .tag-contents_bg a {
    color: #339999 !important;
}

.tag-contents_bg .logo {
    background-color: #339999 !important;
}

.tag-contents_bg .cat {
    background-color: #339999 !important;
}

.tag-contents_bg .img_box,
.tag-contents_bg .img_box .overlay {
    background-color: #339999 !important;
}

/*放送技術部*/
.our_service .tag-broadcast_bg,
.our_service .tag-broadcast_bg a {
    color: #000 !important;
}

#company .busyo ul .tag-broadcast_bg,
#company .busyo ul .tag-broadcast_bg a {
    color: #000 !important;
}

.tag-broadcast_bg .logo {
    background-color: #000 !important;
}

.tag-broadcast_bg .cat {
    background-color: #000 !important;
}

.tag-broadcast_bg .img_box,
.tag-broadcast_bg .img_box .overlay {
    background-color: #000 !important;
}

/*中継・配信*/
.our_service .tag-live_bg,
.our_service .tag-live_bg a {
    color: #e3007f !important;
}

#company .busyo ul .tag-live_bg,
#company .busyo ul .tag-live_bg a {
    color: #e3007f !important;
}

.tag-live_bg .logo {
    background-color: #e3007f !important;
}

.tag-live_bg .logo img {
    width: 26px !important;
}

.tag-live_bg .cat {
    background-color: #e3007f !important;
}

.tag-live_bg .img_box,
.tag-live_bg .img_box .overlay {
    background-color: #e3007f !important;
}

/*先輩メッセージ*/
.message {
    background-color: #F9CA0C !important;
}

.message_bg .cat {
    background-color: #F9CA0C !important;
}

.message_bg .img_box,
.message_bg .img_box .overlay {
    background-color: #F9CA0C !important;
}

/*対談*/
.dialogue {
    background-color: #1390B8 !important;
}

.dialogue_bg .cat {
    background-color: #1390B8 !important;
}

.dialogue_bg .img_box,
.dialogue_bg .img_box .overlay {
    background-color: #1390B8 !important;
}

/*働くお母さん*/
.mother {
    background-color: #ff92bb !important;
}

.mother_bg .cat {
    background-color: #ff92bb !important;
}

.mother_bg .img_box,
.mother_bg .img_box .overlay {
    background-color: #ff92bb !important;
}

/*制作 TECHNICAL*/
.production_technical {
    background-color: #3D5C78 !important;
}

.production_technical_bg .cat {
    background-color: #3D5C78 !important;
}

.production_technical_bg .img_box,
.production_technical_bg .img_box .overlay {
    background-color: #3D5C78 !important;
}

/*撮影 TECHNICAL*/
.film_technical {
    background-color: #1AB89A !important;
}

.film_technical_bg .cat {
    background-color: #1AB89A !important;
}

.film_technical_bg .img_box,
.film_technical_bg .img_box .overlay {
    background-color: #1AB89A !important;
}

/*編集 TECHNICAL*/
.video_technical {
    background-color: #009fe8 !important;
}

.video_technical_bg .cat {
    background-color: #009fe8 !important;
}

.video_technical_bg .img_box,
.video_technical_bg .img_box .overlay {
    background-color: #009fe8 !important;
}

/*MA TECHNICAL*/
.ma_technical {
    background-color: #F6921E !important;
}

.ma_technical_bg .cat {
    background-color: #F6921E !important;
}

.ma_technical_bg .img_box,
.ma_technical_bg .img_box .overlay {
    background-color: #F6921E !important;
}

/*AUDIO TECHNICAL*/
.audio_technical {
    background-color: #E74C3D !important;
}

.audio_technical_bg .cat {
    background-color: #E74C3D !important;
}

.audio_technical_bg .img_box,
.audio_technical_bg .img_box .overlay {
    background-color: #E74C3D !important;
}

/*IMPRESSION*/
.impression {
    background-color: #009A3E !important;
}

.impression_bg .cat {
    background-color: #009A3E !important;
}

.impression_bg .img_box,
.impression_bg .img_box .overlay {
    background-color: #009A3E !important;
}

/*OTHER*/
.other {
    background-color: #5D3557 !important;
}

.other_bg .cat {
    background-color: #5D3557 !important;
}

.other_bg .img_box,
.other_bg .img_box .overlay {
    background-color: #5D3557 !important;
}

/*コンテンツ事業部*/
.contents_technical {
    background-color: #279ba5 !important;
}

.contents_technical_bg .cat {
    background-color: #279ba5 !important;
}

.contents_technical_bg .img_box,
.contents_technical_bg .img_box .overlay {
    background-color: #279ba5 !important;
}

/*放送技術部*/
.broadcast_technical {
    background-color: #000 !important;
}

.broadcast_technical_bg .cat {
    background-color: #000 !important;
}

.broadcast_technical_bg .img_box,
.broadcast_technical_bg .img_box .overlay {
    background-color: #000 !important;
}

/*中継・配信/*/
.live_technical {
    background-color: #e3007f !important;
}

.live_technical_bg .cat {
    background-color: #e3007f !important;
}

.live_technical_bg .img_box,
.live_technical_bg .img_box .overlay {
    background-color: #e3007f !important;
}


/*----------------------
header
----------------------*/
header {
    margin: 0;
    float: left;
    width: 100%;
    background-color: #FFF;
    
}

header .inner {
    margin: 0 auto;
    width: 980px;
    background-color: #FFF;
    position: relative;
}

header h1 {
    margin: 26px 25px 12px 10px;
    float: left;
}

header h1 img {
    width: 200px;
}

header nav {
    margin: 55px 0 0 0;
    float: left;
}

header nav li {
    margin: 0 5px;
    float: left;
    text-align: center;
    font-size: 14px;
    font-weight: 900;
    line-height: 140%;
}

header nav li a {
    color: #1E6FB1;
    display: block;
    padding: 2px 10px;
    transition: all 0.3s ease;
    
}

header nav li a:hover {
    background-color: #1E6FB1;
    color: #fff;
}

header nav li a span {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
}

header nav li a:hover span {
    color: #fff;
}

header .sub {
    margin: 20px 10px 0 0;
    float: right;
    width: 240px;
}

header .sub ul {
    margin: 0;
}

header .sub ul li {
    margin: 0;
}

header .sub .contact a {
    margin: 0;
    float: left;
    padding: 3px 8px;
    background-color: #999;
    color: #FFF;
    font-weight: 700;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

header .sub .map a {
    margin: 0 5px 0 0;
    float: left;
    padding: 3px 8px;
    background-color: #1E6FB1;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

header .sub .sns img {
    margin: 3px 1px 0;
}

header .sub .tel {
    font-size: 12px;
    line-height: 100%;
    clear: both;
    padding: 5px 0 0 0;
}

.gnavi-toggle {
    display: none;
}

.sp_menu {
    display: none;
}

.l-header__language {
    position: absolute;
    left: 250px;
    top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 100;
    font-size: 12px;
    font-weight: 700;
    width: 180px;    
     border: 2px solid #1E6FB1;
}

.l-header__language a:hover {
     background-color: #1E6FB1;
     color: #fff;
}

.l-header__language-item{
    background-color: #1E6FB1;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 18px;
    height: 18px;
    max-width: 90px;
    flex-basis: 90px;
    text-align: center;
     display: block;
}

.l-header__language-item a {
    color: #000;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-color: #fff;
    display: block;
}

@media (max-width: 736px) {
    .l-header__language {
        display: none;
    }
}

/* .l-header__language-item:first-child::after {
    content: "/";
    margin-right: 10px;
    padding-left: 10px;
} */

.l-gnav__language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 100;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    width: 100%;
    clear: both;
    color: #fff;
    padding: 20px 0 30px;
}

.l-gnav__language a {
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.l-gnav__language a:hover {
    color: #fff;
}



.l-gnav__language-item:first-child::after {
    content: "/";
    color: #000;
    margin-right: 15px;
    padding-left: 15px;
}



/*----------------------
footer
----------------------*/
footer {
    margin: 0;
    float: left;
    width: 100%;
    background-color: #232323;
}

footer .inner {
    margin: 0 auto;
    width: 940px;
}

footer .sns_box {
    margin: 0;
    float: left;
    width: 100%;
    background-color: #b3b3b3;
    padding: 20px 0;
    font-size: 13px;
    font-weight: 700;
}

footer .sns_box .inst {
    margin: 0;
    float: left;
    width: 25%;
    color: #1E6FB1;
}

footer .sns_box .inst .instagram {
    float: left;
    width: 230px;
    line-height: 0;
    margin: 5px 0 0 -3px;
    display: flex;
    flex-wrap: wrap;
}

/* footer .sns_box .inst .instagram img {
    float: left;
    width: 70px;
    margin: 3px;
} */

footer .sns_box .twitter {
    margin: 0;
    float: left;
    width: 25%;
    color: #1E6FB1;
}

footer .sns_box .twitter div {
    margin: 10px 0 0 0;
    width: 210px;
    background-color: #FFF;
    
    line-height: 0;
}

footer .sns_box .twitter .inner {
    padding: 10px;

}


footer .sns_box .twitter div iframe {
    height: 280px !important;
}

footer .sns_box .fb {
    margin: 0;
    float: left;
    width: 25%;
    color: #1E6FB1;
}

footer .sns_box .fb div {
    margin: 10px auto 0 auto;
    width: 222px;
    background-color: #FFF;
    padding: 10px 0 10px 6px;
    line-height: 0;
}

footer .sns_box .yu {
    margin: 0;
    float: left;
    width: 25%;
    color: #1E6FB1;
}

footer .sns_box .yu .in {
    margin: 10px auto 0 auto;
    width: 230px;
    float: right;
    box-sizing: border-box;
    background-color: #FFF;
    padding: 10px;
    line-height: 0;
}

footer .sns_box .yu div ul {
    margin: 0;
    float: left;
    height: 280px;
    overflow: auto;
}

footer .sns_box .yu div ul li {
    margin: 0;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ccc;
}

footer .sns_box .yu div ul li .img_box {
    margin: 0;
    float: left;
    width: 40%;
}

footer .sns_box .yu div ul li img {
    margin: 0;
    width: 100%;
}

footer .sns_box .yu div ul li .text_box {
    margin: 0;
    float: right;
    width: 55%;
}

footer .sns_box .yu div ul li .text_box p {
    margin: 0;
    line-height: 150%;
    font-size: 11px;
}

footer .info {
    margin: 0;
    color: #FFF;
    padding: 20px 0;
    float: left;
    width: 940px;
}

footer .info a {
    color: #FFF;
    text-decoration: underline;
}

footer .info li {
    margin: 0;
    float: left;
    width: 33.3333%;
}

footer .info li figure {
    margin: 0;
    float: left;
}

footer .info li figure img {
    margin: 0;
}

footer .info li p {
    float: left;
    margin: 0 0 0 10px;
}

footer .info .tel {
    width: 380px;
}

footer .info .mail {
    width: 280px;
}

footer .info .map {
    width: 190px;
}

footer .foot_link_left {
    margin: 0;
    color: #1E6FB1;
    float: left;
    width: auto;
    display: block;
    font-size: 11px;
}

footer .foot_link_left a {
    margin: 0;
    color: #1E6FB1;
}

footer .foot_link_right {
    margin: 0 0 0 20px;
    color: #999;
    float: left;
    font-size: 11px;
}

footer .foot_link_right a {
    margin: 0;
    color: #999;
}

footer .pp {
    margin: 40px 0 0 0;
    color: #999;
    clear: both;
    font-size: 11px;
}

footer .pp a {
    color: #999;
    margin-right: 10px;
}

footer address {
    margin: 0 0 20px 0;
    color: #999;
    font-style: normal;
    font-size: 11px;
}

/*----------------------
.c-sns
----------------------*/
.c-sns {
  padding: 60px 0;
  background-color: #b3b3b3;
  width: 100%;
  box-sizing:border-box;
}

.c-sns__inner {
  display: flex;
  justify-content: center;
  width: 100%;
}

.c-sns-list {
  display: flex;
  justify-content: center;
  column-gap: 40px;
}

.c-sns-list__item {
  width: 60px;
  height: 60px;
}

.c-sns-list__item a {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 100%;
  background-color: #1e669c;
}

.c-sns-list__item a img {
  width: 100%;
  height: 100%;
}




/*----------------------
wapper
----------------------*/
.wapper {
    margin: 0 0 10px 0;
    float: left;
    width: 100%;
    background-color: #FFF;
}

.wapper .inner {
    margin: 0 auto;
    width: 940px;
    padding: 0;
}

/**/
.main_img {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.main_img ul {
    margin: 0 auto;
}

.main_img ul li {
    margin: 0;
    float: left;
    width: 100%;
    text-align: center;
}

.main_img ul li img {
    margin: 0 auto;
    width: 100%;
}

.main_img ul li a {
    display: block;
}

/*----------------------
TOP
----------------------*/
#top .top {
    float: left;
    width: 100%;
}

#top .our_service {
    margin: 40px 0 80px 0;
    float: left;
    width: 940px;
}

#top .our_service ul {
    padding: 0;
    display: flex;
    width: 100%;
}

#top .our_service ul li {
    margin: 0;
    max-width: 14.28%;
    flex-basis: 14.28%;
    text-align: center;
    vertical-align: top;
}

#top .our_service ul li .logo {
    margin: 0 auto !important;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

#top .our_service ul li.tag-live_bg img {
    width: 50px !important;
}


.btn_hover {
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

.btn_hover:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

#top .our_service ul li img {
    vertical-align: middle;
    width: 100%;
}

#top .our_service ul li p {
    margin: 10px 0 10px 0;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.5;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#top .our_service ul li span {
    margin: 0;
    clear: both;
    background-color: #E6E6E6;
    padding: 3px 5px;
    font-size: 11px;
    font-weight: 700;
}

#top .top_news_box {
    margin: 0 0 40px 0;
    float: left;
    width: 100%;
    padding: 0 0 0 50px;
}

#top .top_box {
    display: flex;
    flex-wrap: wrap;
    width: 952px;
    padding: 0 0 20px 0;
    margin: 0 -5px 40px -5px;
}

#top .top_box .new{
    left: 5px;
}

#top .top_box article {
    padding: 0 5px;
    max-width: 23%;
    flex-basis: 23%;
    position: relative;
}

#top .bottom_box {
    margin: 0 0 40px -5px;
    float: left;
    width: 950px;
    padding: 100px 0 0 0;
    font-size: 0;
    text-align: center;
}

#top .bottom_box article {
    margin: 0 .5%;
    display: inline-block;
    width: 24%;
    position: relative;
    vertical-align: top;
}

#top .bottom_box article .icn {
    position: absolute;
    top: 5px;
    right: 5px;
}

#top .top_nabe {
    margin: 0 0 80px -5px;
    float: left;
    width: 952px;
    padding: 100px 0 0 0;
}

#top .top_nabe article {
    margin: 0 5px;
    float: left;
    width: 228px;
    height: 210px;
    position: relative;
}

#top .top_news_box h1 {
    margin: 0 0 10px 0;
    font-size: 50px;
    float: left;
    width: 940px;
    line-height: 50%;
    color: #d3d3d3;
    text-align: center;
    font-weight: normal;
}

#top .top_news_box h1 a {
    color: #d3d3d3;
    transition: all 0.3s ease;
    display: block;
}

#top .top_news_box h1 a:hover {
    color: #1E6FB1;
}

#top .top_nabe h1 {
    margin: 0 0 10px 6px;
    font-size: 50px;
    float: left;
    width: 940px;
    line-height: 50%;
    color: #d3d3d3;
    font-weight: normal;
    text-align: center;
}

#top .top_news_box .img_box,
#top .top_nabe .img_box {
    line-height: 0;
    float: left;
    width: 100%;
    background-color: #1E6FB1;
}

#top .top_news_box .img_box img {
    width: 100%;
}

#top .top_news_box article h2,
#top .top_nabe article h2 {
    font-size: 12px;
    float: left;
    width: 96%;
    margin: 4px 2% 0 2%;
}

#top .top_news_box span,
#top .top_nabe span {
    margin: 0;
    font-size: 14px;
}

#top .top_nabe img {
    margin: 0;
    width: 100%;
    line-height: 0;
    float: left;
}

#top .top_news_box .cat,
#top .top_nabe .cat {
    margin: -19px 0 0 0;
    padding: 0 10px;
    float: left;
    font-size: 10px;
    position: relative;
    z-index: 99999;
    color: #FFF;
    background-color: #1E6FB1;
}

#top .top_news_box .day,
#top .top_nabe .day {
    margin: 5px 2% 0 2%;
    font-size: 11px;
    text-align: right;
    float: left;
    width: 96%;
}

#top .top_news_box .text,
#top .top_nabe .text {
    margin: 0 2%;
    line-height: 140%;
    float: left;
    width: 96%;
}

#top .top_nabe h1 a {
    color: #d3d3d3;
    transition: all 0.3s ease;
    display: block;
}

#top .top_nabe h1 a:hover {
    color: #1E6FB1;
}

.more {
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0 40px 0;
}

.more p {
    display: inline-block;
    font-weight: 700;
}

.more p a {
    padding: 2px 10px;
    border: 2px solid #ccc;
    color: #CCC;
    transition: all 0.3s ease;
    display: block;
    overflow: hidden;
}

.more p a:hover {
    border: 2px solid #1E6FB1;
    color: #1E6FB1;
}

/*----------------------
共通　MAP、
----------------------*/
.in_box {
    margin: 0;
}

.in_box .left {
    margin: 30px 0 80px 0;
    float: left;
    width: 689px;
}

.in_box .right {
    margin: 30px 0 0 0;
    float: right;
    width: 218px;
}

.in_box .right .side_menu {
    margin: 0;
}

.in_box .right .side_menu ul {
    margin: 0;
}

.in_box .right .side_menu li {
    float: left;
    width: 100%;
}

.in_box .right .side_menu li a {
    font-size: 14px;
    font-weight: 700;
    background: url(images/icon_side_x.png) 8px 50% no-repeat;
    padding: 5px 5px 5px 30px;
    width: 100%;
    box-sizing: border-box;
    float: left;
    transition-duration: 0.3s;
}

.in_box .right .side_menu li a:hover {
    background: url(images/icon_side_x.png) 8px 50% no-repeat #2098d1;
    color: #FFF;
}

@-webkit-keyframes hover_effect {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

@keyframes hover_effect {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

.hover_effect {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

.hover_effect:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.hover_effect:hover:before,
.hover_effect:focus:before {
    -webkit-animation-name: hover_effect;
    animation-name: hover_effect;
    border: #2098d1 solid 6px;
}

.in_box .right .side_menu .mt20 {
    margin: 20px 0 0 0;
}

.in_box .right .side_menu .sub a {
    padding: 7px 5px 7px 36px;
    font-size: 11px !important;
    font-weight: 400;
    background: url(images/icon_side_x_s.png) 18px 12px no-repeat;
}

.in_box .right .side_menu .sub a:hover {
    padding: 7px 5px 7px 36px;
    font-size: 11px !important;
    font-weight: 400;
    background: url(images/icon_side_x_s.png) 18px 12px no-repeat #2098d1;
}

.in_box .right .side_menu .sub_2_ {
    padding: 7px 5px 7px 36px;
    font-size: 11px !important;
    font-weight: 400;
    background: url(images/icon_side_x_s.png) 18px 10px no-repeat;
}

.in_box .right .side_menu .sub_3 a {
    background: none;
    padding: 7px 5px 7px 18px;
    font-size: 11px !important;
    font-weight: 400;
}

.in_box .right .side_menu .sub_3 a:hover {
    background: #2098d1;
}

.in_box .right .iten_news {
    float: left;
    width: 100%;
    margin: 20px 0;
    padding: 0 5px;
    font-size: 14px;
    box-sizing: border-box;
    background-color: #E6E6E6;
}

.in_box .right .iten_news span {
    color: #166DB3;
    margin: 0 15px 0 0;
}

.in_box .right .side_busyo {
    margin: 30px 0 80px 0;
    float: left;
}

.in_box .right .side_busyo .tit {
    margin: 0 0 20px 0;
    padding: 0 5px;
    font-size: 16px;
    color: #FFF;
    background: url(images/border_03.png) #19609B;
}

.in_box .right .side_busyo ul {
    margin: 0;
}

.in_box .right .side_busyo ul li {
    margin: 5px 0;
    line-height: 48px;
    float: left;
    width: 100%;
}

.in_box .right .side_busyo ul li p {
    margin: 0;
    float: left;
}

.in_box .right .side_busyo .logo {
    margin: 0 10px 0 0;
    height: 48px;
    width: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
}

.in_box .right .side_busyo .logo img {
    margin: 0;
    width: 100%;
    vertical-align: middle;
}

/*----------------------
MAP index
----------------------*/
#map .left .head {
    margin: 0;
    background: url(images/in_box_head_bg.png) #19609B 0 0 repeat-x;
    height: 111px;
    position: relative;
}

#map .left h1 {
    margin: 0 0 0 5px;
    font-size: 32px;
    color: #888;
    line-height: 100%;
    padding: 10px 0 0 0;
    color: #FFF;
    font-weight: normal;
}

#map .left .pan {
    margin: 0 0 0 5px;
    font-size: 11px;
    color: #FFF;
}

#map .left .pan a {
    color: #FFF;
}

#map .left .text {
    margin: 20px 0 0 5px;
    color: #FFF;
    font-size: 14px;
}

#map .list {
    margin: 0 0 0 -7px;
    width: 702px;
}

#map .list li {
    margin: 20px 7px;
    float: left;
    width: 220px;
    min-height: 100%;
    line-height: 160%;
}

#map .list li .tit {
    background-color: #B2B2B2;
    padding: 0 0 0 5px;
}

#map .list li img {
    margin: 0;
    width: 220px;
}

#map .list li .ad {
    margin: 3px 3px 8px 3px;
    font-size: 11px;
}

#map .list li .h_sta {
    font-size: 12px;
    background-color: #009fe8;
    float: left;
    color: #FFF;
    padding: 0 5px;
}

#map .list li .h_sta_text {
    width: 210px;
    padding: 3px;
    float: left;
    font-size: 11px;
    border-top: 1px solid #009fe8;
}

#map .list li .m_sta {
    margin: 10px 0 0 0;
    float: left;
    background-color: #F6921E;
    padding: 0 5px;
    color: #FFF;
}

#map .list li .m_sta_text {
    width: 210px;
    padding: 3px;
    float: left;
    font-size: 11px;
    border-top: 1px solid #F6921E;
}

/*----------------------
MAP detail
----------------------*/
#map_detail {
    margin: 0;
}

#map_detail .head {
    margin: 0;
    float: left;
    width: 100%;
    background: url(images/border_01.png);
    position: relative;
}

#map_detail .head h1 {
    margin: 0 0 0 5px;
    font-size: 20px;
}

#map_detail .head .pan {
    font-size: 11px;
    padding: 0 0 20px 5px;
}

.iten_btn {
    margin: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
    background-color: #fff;
}

.iten_btn li {
    margin: 0 5px;
    float: left;
    padding: 0 5px;
    background-color: #1e6fb1;
}

.iten_btn li a {
    margin: 0;
    color: #FFF;
}

#map_detail .nav_tab {
    margin: 0;
    float: left;
    width: 100%;
}

#map_detail .nav_tab ul {
    margin: 0 0 0 -1px;
    width: 100%;
}

#map_detail .nav_tab ul li a {
    margin: 0;
    float: left;
    padding: 0 5px;
    background-color: #CBCBCB;
    font-size: 10px;
    height: 34px;
    line-height: 34px;
    width: 25%;
    box-sizing: border-box;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}

#map_detail .nav_tab ul li a:hover {
    background-color: #4D4D4D;
    color: #FFF;
}

#map_detail .nav_tab ul .sub a {
    line-height: 34px !important;
}

#map_detail .nav_tab ul .on a {
    background-color: #4D4D4D;
    color: #FFF;
}

#map_detail .nav_tab .nav_box {
    margin: 0;
    float: left;
    width: 98%;
    background-color: #4D4D4D;
    color: #FFF;
    padding: 1%;
}

#map_detail .nav_tab .orange {
    color: #F7931E;
}

#map_detail .blue_bg {
    background-color: #009fe8;
    padding: 0 5px;
    width: 73px;
    color: #fff
}

#map_detail .orange_bg {
    background-color: #F6921E;
    padding: 0 5px;
    width: 73px;
    color: #fff
}

#map_detail .nav_tab .nav_box .ln {
    float: left;
    width: 90px;
    margin: 3px 0;
}

#map_detail .nav_tab .nav_box .rp {
    float: left;
    width: 530px;
    margin: 3px 0;
}

#map_detail .nav_tab div span {
    margin: 0;
    font-size: 11px;
}

#map_detail .nav_tab div .tel {
    margin: 0 0 0 30px;
    font-size: 11px;
}

#map_detail .nav_tab div a {
    color: #FFF;
    margin: 0 3px;
    text-decoration: underline;
}

#map_detail .goggle_map {
    margin: 0;
    line-height: 0;
    float: left;
    width: 100%;
}

#map_detail .ad {
    margin: 0;
    float: left;
    width: 649px;
    background-color: #4D4D4D;
    color: #fff;
    padding: 2% 20px;
}

#map_detail .ad h1 {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
}

#map_detail .ad .tel {
    margin: 0;
    font-size: 13px;
}

#map_detail .ad .ikikata {
    margin: 0;
    font-size: 11px;
}

#map_detail article {
    margin: 0;
}

#map_detail article .tit_box {
    margin: 0;
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: url(images/map_detail_tit_box.png) 0 0 no-repeat;
}

#map_detail article .kai {
    margin: 0 0 0 8px;
    float: left;
    color: #FFF;
    font-size: 13px;
    font-weight: 700;
}

#map_detail article .tit {
    margin: 3px 3px 0 0;
    float: right;
    background-color: #FFF;
    line-height: 20px;
    padding: 2px 3px;
}

#map_detail article .floor_map {
    margin: 0;
    float: left;
    width: 100%;
    background-color: #000;
    text-align: center;
    line-height: 0;
}

#map_detail article .floor_map img {
    margin: 0;
}

#map_detail article ul {
    margin: 0;
    float: left;
    width: 100%;
}

#map_detail article ul li {
    margin: 0 0 40px 0;
    float: left;
    width: 33.3333%;
    background-color: #CBCBCB;
}

#map_detail article ul li .floor_name {
    margin: 0;
    background-color: #FFF;
    float: left;
    padding: 2px 3px;
}

#map_detail article ul li img {
    margin: 0;
    line-height: 0;
    float: left;
    width: 230px;
}

#map_detail article ul li .tel {
    margin: 0;
    font-size: 13px;
}

#map_detail article ul li .text {
    margin: 0;
    background-color: #FFF;
    float: left;
    width: 100%;
    padding: 2px 0 0 0;
    font-size: 11px;
}

#map_detail .f_tel {
    margin: 0;
    float: left;
    width: 689px;
    /*height:65px;*/
    background-color: #CBCBCB;
}

#map_detail .f_tel ul {
    margin: 0;
}

#map_detail .f_tel li {
    float: left;
}

#map_detail .f_tel .col_1 {
    margin: 0 20px 0 0;
    width: 251px;
}

#map_detail .f_tel .col_2 {
    margin: 0;
    width: 158px;
}

#map_detail .f_tel .col_3 {
    margin: 0;
    float: right;
    width: 242px;
}

#map_detail .f_tel .col_4 {
    margin: 0 0 0 20px;
    width: 300px;
}

#map_detail .f_tel .col_5 {
    margin: 0 20px 0 0;
    width: 250px;
}

#map_detail .f_tel .col_6 {
    width: 250px;
}

#map_detail .f_tel .no {
    margin: 0;
    background-color: #1E6FB0;
    height: 60px;
    width: 54px;
    color: #FFF;
    float: left;
    padding: 5px 0 0 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
}

#map_detail .f_tel .floor_name {
    margin: 0;
    background-color: #4D4D4D;
    color: #FFF;
    width: 96%;
    padding: 0 2%;
}

#map_detail .f_tel .floor_name span {
    margin: 0 0 0 5px;
}

#map_detail .f_tel .tel {
    margin: 0 0 0 5px;
    float: left;
}

#map_detail .img_nav {
    margin: 0 0 10px 0;
    float: left;
    width: 100%;
    line-height: 0;
}

#map_detail .img_nav div {
    min-height: 387px;
    float: left;
    width: 100%;
}

#map_detail .img_nav .MainPhoto {
    margin: 0;
}

#map_detail .img_nav ul {
    margin: 8px 0 0 -4px;
    float: left;
    width: 692px;
}

#map_detail .img_nav li {
    margin: 0;
    float: left;
    width: 165px;
    margin: 0 4px;
}

#map_detail .img_nav li img {
    margin: 0;
    width: 100%;
}


#map_detail .youtube-box {
    margin: 0 0 10px 0;
    float: left;
    width: 100%;
}

#map_detail .naiyou {
    margin: 0 0 40px 0;
    float: left;
    width: 100%;
}

#map_detail .naiyou .naiyou_l {
    margin: 0;
    float: left;
    width: 340px;
    background-color: #E5E5E5;
}

#map_detail .naiyou .naiyou_r {
    margin: 0;
    float: right;
    width: 330px;
}

#map_detail .naiyou .naiyou_r .tit {
    margin: 0;
    float: left;
    width: 75px;
    height: 75px;
    text-align: center;
    line-height: 75px;
    background: url(images/border_studio_01.png);
    font-weight: bold;
    color: #FFF;
}

#map_detail .naiyou .naiyou_r .text_box {
    margin: 0;
    float: right;
    width: 232px;
}

#map_detail .naiyou .naiyou_r .text_box p {
    margin: 0 0 8px 0;
    line-height: 150%;
}

#map_detail .naiyou .naiyou_all {
    margin: 0;
    float: left;
    width: 689px;
}

#map_detail .naiyou .naiyou_all .tit {
    margin: 0;
    float: left;
    width: 75px;
    height: 75px;
    text-align: center;
    line-height: 75px;
    background: url(images/border_studio_01.png);
    font-weight: bold;
}

#map_detail .naiyou .naiyou_all .text_box {
    margin: 0;
    float: right;
    width: 590px;
}

#map_detail .naiyou .naiyou_all .text_box p {
    margin: 0 0 8px 0;
    line-height: 150%;
}

#map_detail .add_box {
    margin: 0;
    float: left;
    width: 100%;
}

#map_detail .add_box .img_box {
    margin: 0 0 30px 0;
    float: left;
    width: 159px;
}

#map_detail .add_box .img_box img {
    width: 100%;
}

#map_detail .add_box .text_box {
    margin: 0 0 30px 0;
    float: left;
    width: 530px;
}

#map_detail .add_box .text_box h1 {
    margin: 0;
    float: left;
    width: 500px;
    height: 30px;
    line-height: 30px;
    background: url(images/border_01.png);
    position: relative;
    padding: 0 0 0 30px;
    font-size: 20px;
}

#map_detail .add_box .text_box h1 span {
    margin: 0;
    text-align: right;
    position: absolute;
    right: 0;
    padding: 0 10px;
    background-color: #B2B2B2;
    height: 30px;
    font-size: 13px;
}

#map_detail .add_box .text_box h1 span a {
    color: #1E6FB0;
}

#map_detail .add_box .text_box .add {
    margin: 20px 0 0 30px;
    font-size: 12px;
    font-weight: bold;
    float: left;
    width: 500px;
}

#map_detail .add_box .text_box .tel {
    margin: 0 0 20px 30px;
    width: 500px;
    float: left;
}

#map_detail .add_box .text_box p {
    margin: 0 0 0 30px;
    font-size: 11px;
}

#map_detail .add_box .floor_map {
    margin: 0;
    float: left;
    width: 340px;
}

#map_detail .add_box h2 {
    margin: 0;
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: url(images/border_01.png);
    font-size: 20px;
}

#map_detail .add_box h2 span {
    padding: 3px 10px;
    height: 30px;
    background: url(images/border_studio_01.png);
    color: #FFF;
}

#map_detail .add_box .map {
    margin: 0;
    float: right;
    width: 340px;
}

/*----------------------
CAMAPANY共通
----------------------*/
#company {
    margin: 0;
}

#company .head {
    margin: 0;
    float: left;
    width: 100%;
    background: url(images/border_03.png) #19609B;
    line-height: 160%;
    position: relative;
}

#company .head h1 {
    margin: 20px 0 20px 10px;
    font-size: 32px;
    color: #fff;
    font-weight: normal;
}

#company .head p {
    margin: 10px 0 20px 10px;
    font-size: 28px;
    color: #fff;
    font-weight: normal;
}

#company .head h2 {
    margin: 0;
    font-size: 32px;
    float: left;
    background: url(images/border_01.png) #FFF;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

#company .head h2 span {
    background: url(images/border_02.png);
    color: #FFF;
    padding: 1px 10px;
    font-weight: normal;
}

#company .head strong {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 13px;
    font-weight: normal;
}

/*----------------------
会社概要
----------------------*/
#company .profile {
    margin: 0;
    float: left;
    width: 100%;
}

#company .profile table {
    margin: 0;
    border-collapse: collapse;
    width: 100%;
}

#company .profile tr {
    margin: 0;
}

#company .profile th {
    margin: 0;
    background-color: #E6E6E6;
    padding: 5px 10px;
    text-align: left;
    border-bottom: 1px dashed #C9CACA;
    width: 70px;
    vertical-align: top;
}

#company .profile td {
    margin: 0;
    padding: 5px 10px;
    border-bottom: 1px dashed #C9CACA;
}

#company .profile table li {
    float: left;
    width: 50%;
}

#company .pdf {
    margin: 0;
    float: left;
    width: 548px;
}

#company .pdf .btn {
    margin: 0;
    float: left;
    background: url(images/border_02.png);
    color: #FFF;
    padding: 5px 10px;
    font-size: 30px;
    width: 70px;
    text-align: center;
}

#company .pdf .btn a {
    color: #FFF;
}

#company .pdf p {
    margin: 10px 20px 0 10px;
    float: left;
}

#company .soshikizu {
    margin: 80px 0 0 0;
    float: left;
    width: 100%;
}

#company .soshikizu h1 {
    margin: 0 0 20px 0;
    font-size: 32px;
    float: left;
    background: url(images/border_01.png);
    width: 100%;
    height: 40px;
    line-height: 40px;
}

#company .soshikizu h1 span {
    background: url(images/border_02.png);
    color: #FFF;
    padding: 0 10px;
    font-weight: normal;
}

#company .soshikizu img {
    width: 100%;
}

#company .busyo {
    margin: 80px 0 0 0;
    float: left;
    width: 100%;
}

#company .busyo h1 {
    margin: 0 0 20px 0;
    font-size: 32px;
    float: left;
    background: url(images/border_01.png);
    width: 100%;
    height: 40px;
    line-height: 40px;
}

#company .busyo h1 span {
    background: url(images/border_02.png);
    color: #FFF;
    padding: 0 10px;
    font-weight: normal;
}

#company .busyo ul {
    margin: 0 0 0 0px;
    float: right;
    width: 689px;
}

#company .busyo ul li {
    margin: 0;
    float: left;
    width: 20%;
    text-align: center;
}

#company .busyo ul li .logo {
    margin: 0 auto !important;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}

#company .busyo ul li img {
    vertical-align: middle;
    width: 60px;
}

#company .busyo ul li p {
    margin: 10px 0 10px 0;
    font-size: 12px;
    font-weight: 900;
}

#company .busyo ul li span {
    margin: 0;
    clear: both;
    background-color: #E6E6E6;
    padding: 3px 5px;
    font-size: 11px;
    font-weight: 700;
}

/*----------------------
沿革
----------------------*/
#company .history_box {
    margin: 0;
    float: left;
    width: 100%;
}

#company .history_box ul {
    margin: 0;
    float: left;
    width: 100%;
    background: url(images/history_list_bg.jpg) 100% 0 repeat-y;
}

#company .history_box .th01 {
    padding: 1% 8px;
    float: left;
    width: 36px;
    background-color: #FFFFFF;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    text-align: center;
}

#company .history_box .th02 {
    padding: 1% 8px;
    float: left;
    width: 272px;
    border-color: #FFF;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    text-align: center;
}

#company .history_box .th03 {
    padding: 1% 8px;
    float: left;
    width: 329px;
    background-color: #FFF;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    text-align: center;
}

#company .history_box li {
    margin: 0;
    float: left;
    width: 100%;
    border-bottom: 1px dashed #C9CACA;
}

#company .history_box .border {
    border-bottom: 1px solid #000 !important;
}

#company .history_box li .day {
    padding: 1% 8px;
    float: left;
    width: 38px;
    background-color: #1E6FB1;
    color: #FFF;
    text-align: center;
}

#company .history_box li .tit {
    padding: 1% 8px;
    float: left;
    width: 272px;
}

#company .history_box li .works {
    padding: 1% 8px;
    float: right;
    width: 331px;
}

#company .history_box li a {
    text-decoration: underline;
}

#company .history_box li a:hover {
    text-decoration: none;
}


/*----------------------
VPN 沿革
----------------------*/
#company .history_box_vpn {
    margin: 0;
    float: left;
    width: 100%;
}

#company .history_box_vpn ul {
    margin: 0;
    float: left;
    width: 100%;
    position: relative;
}

#company .history_box_vpn ul::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 67px;
    height: 100%;
    background: #1E6FB1;
}

#company .history_box_vpn .th01 {
    padding: 1% 8px;
    float: left;
    width: 50px;
    background-color: #FFFFFF;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    text-align: center;
}

#company .history_box_vpn .th02 {
    padding: 1% 8px;
    float: left;
    width: 50px;
    border-color: #FFF;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    text-align: center;
}

#company .history_box_vpn .th03 {
    padding: 1% 8px;
    float: left;
    width: 537px;
    background-color: #FFF;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    text-align: center;
}

#company .history_box_vpn li {
    margin: 0;
    float: left;
    width: 100%;
    border-bottom: 1px dashed #C9CACA;
    position: relative;
    z-index: 2;
}

#company .history_box_vpn .border {
    border-bottom: 1px solid #000 !important;
}

#company .history_box_vpn li .day {
    padding: 1% 8px;
    float: left;
    width: 51px;
    background-color: #1E6FB1;
    color: #FFF;
    text-align: center;
}

#company .history_box_vpn li .tit {
    padding: 1% 8px;
    float: left;
    width: 51px;
    text-align: center;
}

#company .history_box_vpn li .detail {
    padding: 1% 8px;
    float: right;
    width: 538px;
    background: #eee;
}




/*----------------------
メッセージ
----------------------*/
#company .img_box {
    margin: 0;
    float: left;
    line-height: 0;
    background-color: #1E6FB1;
    width: 100%;
}

#company .img_box img {
    margin: 0;
    width: 548px;
    float: left;
}

#company .img_box p {
    margin: 0px 10px;
    width: 121px;
    float: right;
    line-height: 120%;
    color: #FFF;
    font-size: 20px;
}

#company .img_box p span {
    font-size: 12px;
}

#company .coment {
    margin: 20px 0 0 0;
    float: left;
    width: 100%;
    position: relative;
}

#company .coment p {
    margin: 0;
    padding: 0 0 15px 0;
}

#company .sign {
    margin: 0;
    position: relative;
    float: left;
    width: 100%;
    text-align: right;
}

#company .sign p {
    margin: 20px;
    font-size: 50px;
}

/*----------------------
理念
----------------------*/
#company .philosophy {
    margin: 0;
    float: left;
    width: 100%;
}

#company .philosophy .tit_box {
    margin: 30px 0 0 0;
    float: left;
    width: 100%;
    background-color: #1E6FB1;
    height: 30px;
    line-height: 30px;
}

#company .philosophy .tit_box h1 {
    margin: 0 0 0 10px;
    font-size: 16px;
    color: #FFF;
    float: left;
}

#company .philosophy .tit_box p {
    margin: 5px 0 0 10px;
    background-color: #FFF;
    float: left;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
}

#company .philosophy .box {
    margin: 15px 0;
    float: left;
    width: 100%;
    background: url(images/border_01.png);
}

#company .philosophy .box h2 {
    margin: 0;
    float: left;
    background-color: #FFF;
    color: #1E6FB1;
    font-size: 16px;
    padding: 2px 5px;
}

#company .philosophy .box .text_box {
    margin: 3%;
    float: left;
    width: 90%;
    background-color: #FFF;
    padding: 2%;
}

#company .philosophy .box .text_box .tit {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
}

#company .philosophy .box .text_box ul {
    margin: 10px 0 20px 0;
    float: left;
    width: 100%;
}

#company .philosophy .box .text_box ul li {
    margin: 0 0 0 20px;
    list-style-type: disc;
}

#company .philosophy .box .text_box ol {
    margin: 10px 0 15px 0;
    float: left;
    width: 100%;
}

#company .philosophy .box .text_box ol li {
    margin: 0 0 0 20px;
    list-style-type: decimal;
}

/*----------------------
環境・社会貢献
----------------------*/
#company .csr {
    margin: 0;
    float: left;
    width: 100%;
}

#company .csr .tit_box {
    margin: 30px 0 0 0;
    float: left;
    width: 100%;
    background-color: #1E6FB1;
    height: auto;
    line-height: 30px;
    padding-bottom: 10px;
}

#company .csr .tit_box h1 {
    margin: 0 0 0 10px;
    font-size: 16px;
    color: #FFF;
    float: left;
}

#company .csr .tit_box p {
    margin-top: 5px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 0;
    background-color: #FFF;
    float: left;
    height: auto;
    line-height: 20px;
    padding: 0 10px;
}

#company .csr .box {
    margin: 15px 0;
    float: left;
    width: 100%;
    background: url(images/border_01.png);
}

#company .csr .box h2 {
    margin: 0;
    float: left;
    background-color: #FFF;
    color: #1E6FB1;
    font-size: 16px;
    padding: 2px 5px;
}

#company .csr .box .text_box {
    margin: 3%;
    float: left;
    width: 90%;
    background-color: #FFF;
    padding: 2%;
}

#company .csr .box .text_box .tit {
    margin-top: 20px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    display: block;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    background-color: #666666;
    color: #FFFFFF;
}

#company .csr .box .text_box .heading{
     font-size: 14px;
     font-weight: bold;
}

#company .csr .box .text_box .indentation{
    width: 63px;
    display: inline-block;
}




#company .csr .box .text_box table{
    border-top: 1px solid #dadada;
    border-left: 1px solid #dadada;
    width: 100%;
    font-size: 14px;

}

#company .csr .box .text_box th{
    border-bottom: 1px solid #dadada;
    border-right: 1px solid #dadada;
    background-color: #fbfbfb;
    padding: 10px 20px;
    text-align: center;
    font-weight: normal;
    vertical-align:middle;
    
}

#company .csr .box .text_box th small{
   font-size: 11px;
    
}

#company .csr .box .text_box td{
     border-bottom: 1px solid #dadada;
    border-right: 1px solid #dadada;    
    padding: 10px 20px;
     text-align: center;
}

#company .csr .box .text_box ul {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

#company .csr .box .text_box ul li {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    list-style-type: none;
}

#company .csr .box .text_box ol {
    margin: 10px 0 15px 0;
    float: left;
    width: 100%;
}

#company .csr .box .text_box ol li {
    margin: 0 0 0 20px;
    list-style-type: decimal;
}

/*----------------------
お問い合わせ
----------------------*/
#company .contact {
    margin: 0;
    float: left;
    width: 100%;
}

#company .contact .text {
    margin: 10px 0 20px 0;
    float: left;
    width: 100%;
}

#company .contact ul {
    margin: 0;
    float: left;
    width: 100%;
}

#company .contact ul li {
    margin: 0;
    float: left;
    width: 100%;
    border-bottom: 1px dashed #000;
}

#company .contact ul li .tit {
    margin: 0;
    float: left;
    width: 180px;
    padding: 20px 0;
}

#company .contact ul li .box {
    margin: 0;
    padding: 20px 0;
    float: right;
    width: 500px;
}

#company .contact ul li .box a {
    text-decoration: underline;
    color: #1E6FB1;
}

/*----------------------
個人情報保護方針
----------------------*/
#company .privacy {
    margin: 0;
    float: left;
    width: 100%;
}

#company .privacy .p01 {
    margin: 20px 0 40px 0;
}

#company .privacy .p02 {
    margin: 10px 0 20px 0;
}

#company .privacy .p03 {
    margin: 10px 0 20px 0;
}

#company .privacy .p04 {
    margin: 30px 0 0 0;
    text-align: right;
}

#company .privacy h2 {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px dashed #000;
}

#company .privacy h3 {
    margin: 0;
    font-size: 14px;
}

/*----------------------
決算公告
----------------------*/
.kessan_box .text_box {
    padding: 15px 0 20px;
    font-size: 14px;
    float: left;
}

.kessan_box table {
    border-top: 1px solid #ccc;
    width: 100%;
    font-size: 14px;
}

.kessan_box th {
    border-bottom: 1px solid #ccc;
    background-color: #E6E6E6;
    padding: 5px 10px;
    word-wrap: break-word;
}

.kessan_box td {
    border-bottom: 1px solid #ccc;
    padding: 10px 20px;
    word-wrap: break-word;
}

.kessan_box .i-pdf {
    text-align: right;
    padding-right: 10px;
}

.kessan_box .i-pdf a {
    padding-right: 75px;
    position: relative;
}

.kessan_box .i-pdf a::after {
    width: 60px;
    height: 20px;
    line-height: 20px;
    content: "PDF";
    background-color: #990000;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    font-size: 12px;
}

/*----------------------
LINK
----------------------*/
#company .link {
    margin: 30px 0 0 0;
    float: left;
    width: 100%;
}

#company .link a {
    color: #1E6FB1;
}

#company .link h2 {
    margin: 0 0 20px 0;
    font-size: 16px;
    border-bottom: 1px dashed #000;
}

#company .link p {
    margin: 0;
}

#company .link hr {
    margin: 30px 0 50px 0;
    float: left;
    width: 100%;
}

/*----------------------
部署共通
----------------------*/
.busyo_box {
    margin: 30px 0 80px 0;
}

.busyo_box .head {
    margin: 0;
    min-height: 77px;
    position: relative;
    float: left;
    width: 100%;
}

.busyo_box .head h1 {
    margin: 0 0 0 10px;
    font-size: 32px;
    font-weight: normal;
}

.busyo_box .head div {
    margin: 0;
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 160%;
    min-height: 120px;
    width: 230px;
    z-index: 9999;
    padding: 10px;
}

.busyo_box .head div p {
    margin: 0;
    font-size: 13px;
    width: 200px;
    float: right;
}

.busyo_box .head div span {
    margin: 0;
    font-size: 11px;
}

.busyo_box .head h2 {
    float: left;
    font-size: 20px;
    padding: 1px 10px;
    color: #FFF;
    margin: 20px 0 0 0;
}

.busyo_box .head h3 {
    float: left;
    background-color: #FFF;
    min-height: 8px;
    min-width: 500px;
    margin: 20px 0 0 20px;
}

.busyo_box .main_img {
    margin: 0;
}

.busyo_box .main_img ul {
    margin: 0;
}

.busyo_box .main_img ul li {
    margin: 0;
}

.busyo_box .left {
    margin: 30px 0 40px 0;
    float: left;
    width: 689px;
}

.busyo_box .right {
    margin: 30px 0 0 0;
    float: right;
    width: 218px;
}

.busyo_box .right .side_menu li a {
    font-size: 14px;
    font-weight: 700;
    background: url(images/icon_side_x.png) 8px 50% no-repeat;
    padding: 5px 5px 5px 30px;
    width: 100%;
    box-sizing: border-box;
    float: left;
    transition: all 0.3s ease;
}

.busyo_box .right .side_menu li a:hover {
    background-color: #1E6FB0;
}

.busyo_box .right .side_menu .sub a {
    padding: 7px 5px 7px 36px;
    font-size: 11px !important;
    font-weight: 400;
    background: url(images/icon_side_x_s.png) 18px 12px no-repeat;
}

.busyo_box .right .side_busyo {
    margin: 30px 0 80px 0;
    float: left;
}

.busyo_box .right .side_busyo .tit {
    margin: 0 0 20px 0;
    color: #fff;
    font-size: 16px;
    padding: 0 5px;
    background: url(images/border_03.png) #19609B;
}

.busyo_box .right .side_busyo ul li {
    margin: 5px 0;
    line-height: 48px;
    float: left;
    width: 100%;
}

.busyo_box .right .side_busyo ul li p {
    margin: 0;
    float: left;
    font-size: 9px;
}

.busyo_box .right .side_busyo .logo {
    margin: 0 10px 0 0;
    height: 48px;
    width: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
}

.busyo_box .right .side_busyo .logo img {
    margin: 0;
    width: 100%;
    vertical-align: middle;
}

/*----------------------
TOP
----------------------*/
.busyo_box .left .lead {
    margin: 0 0 40px 0;
    float: left;
    width: 100%;
}

.busyo_box .left .lead h2 {
    margin: 0;
    font-size: 16px;
}

.p-live__lead-copy {
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    line-height: 160%;
    font-weight: bold;
    border-bottom: 1px solid #e3007f;
    letter-spacing: 0.05em;
}

.p-live__lead-text {
    font-size: 14px;
    line-height: 180%;
    margin-bottom: 30px;
}

.busyo_box .left .news {
    margin: 0 0 20px 0;
    float: left;
    width: 580px;
}

.busyo_box .left .news .caption {
    margin: 0;
    width: 95px;
    height: 75px;
    float: left;
}

.busyo_box .left .news .caption p {
    width: 80px;
    height: 72px;
    padding: 3px 0 0 5px;
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
}

.busyo_box .left .news ul {
    margin: 0;
    float: right;
    width: 460px;
}

.busyo_box .left .news ul li {
    margin: 0 0 5px 0;
    float: left;
    width: 100%;
}

.busyo_box .left .news ul li .day {
    margin: 0;
    float: left;
    width: 18%;
}

.busyo_box .left .news ul li .tit {
    margin: 0;
    float: right;
    width: 82%;
}

.busyo_box .left .works_list {
    margin: 0 0 40px 0;
    float: left;
    width: 100%;
}

.busyo_box .left .works_list h1 {
    margin: 0 0 20px 0;
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
}

.busyo_box .left .works_list h1 span {
    height: 30px;
    padding: 5px 10px;
    color: #FFF;
}

.busyo_box .left .works_list ul {
    margin: 0 -7px;
    width: 702px;
    display: flex;
    flex-wrap: wrap;
}

.busyo_box .left .works_list ul li {
    margin: 0 0 20px;
    position: relative;
    max-width: 33.3333%;
    flex-basis: 33.3333%;
    padding: 0 7px;
    box-sizing: border-box;
    height: auto !important;
}

.busyo_box .left .works_list ul li .img_box {
    margin: 0 0 10px 0;
    line-height: 0;
    float: left;
}

.busyo_box .left .works_list ul li .img_box img {
    margin: 0;
    width: 100%;
    border: 1px solid #F5F5F5;
}

.busyo_box .left .works_list ul li .overlay .tit {
    margin: 0;
}

.busyo_box .left .works_list ul li .icn {
    position: absolute;
    top: 5px;
    right: 5px;
}

.busyo_box .left .works_list .view_more{
    text-align: right;
}

.busyo_box .left .works_list .view_more a{
        padding: 2px 10px;
        border: 2px solid #ccc;
        color: #CCC;
        transition: all 0.3s ease;
        display: inline-block;
        overflow: hidden;
}

.busyo_box .left .works_list .view_more a:hover {
    border: 2px solid #279ba5;
    color: #279ba5;
}

.contents_cat .busyo_box .left .works_list .view_more a:hover {
    border: 2px solid #279ba5;
    color: #279ba5;
}

.busyo_box .left .sub_box {
    margin: 0;
    float: left;
    width: 100%;
}

.busyo_box .left .sub_box .tit {
    margin: 0 0 0 0;
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
}

.busyo_box .left .sub_box .tit span {
    height: 30px;
    padding: 5px 10px;
    color: #FFF;
}

.busyo_box .left .sub_box .text {
    margin-bottom: 40px;
}



.busyo_box .left .cal_50 {
    width: 336px;
}

.busyo_box .left .img_box {
    float: left;
    width: 100%;
    line-height: 0;
}

.busyo_box .left .cal_left {
    margin: 0 0 30px 0;
    float: left;
}

.busyo_box .left .cal_right {
    margin: 0 0 30px 0;
    float: right;
}

.busyo_box .left .cal_50 h1 {
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
}

.busyo_box .left .cal_50 h1 span {
    height: 30px;
    padding: 5px 10px;
    color: #FFF;
}

.busyo_box .left .cal_50 h1 strong {
    font-size: 11px;
    font-weight: normal;
    background-color: #FFF;
    margin: 0 0 0 10px;
}

.busyo_box .left .nabe {
    margin: 0 0 0 -3px;
    float: left;
    width: 342px;
}

.busyo_box .left .nabe li {
    margin: 0 3px;
    float: left;
    width: 165px;
}

.busyo_box .left .nabe li .img_box {
    margin: 0;
    line-height: 0;
}

.busyo_box .left .nabe li .img_box img {
    margin: 0;
    width: 100%;
    line-height: 0;
}

.busyo_box .left .nabe li span {
    margin: -19px 0 0 0;
    background-color: #1E6FB1;
    padding: 0 10px;
    float: left;
    font-size: 10px;
    position: relative;
    z-index: 99999;
    color: #FFF;
}

.busyo_box .left .nabe li p {
    margin: 0;
    float: left;
    width: 100%;
}

.busyo_box .left .nabe_02 {
    float: left;
    width: 100%;
    margin: 0 0 40px 0;
}

.busyo_box .left .nabe_02 h1 {
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
}

.busyo_box .left .nabe_02 h1 span {
    height: 30px;
    padding: 5px 10px;
    color: #FFF;
}

.busyo_box .left .nabe_02 ul {
    margin: 0 0 0 -4px;
    float: left;
    width: 696px;
}

.busyo_box .left .nabe_02 li {
    margin: 0 4px;
    float: left;
    width: 166px;
}

.busyo_box .left .nabe_02 li .img_box {
    margin: 0;
    line-height: 0;
}

.busyo_box .left .nabe_02 li .img_box img {
    margin: 0;
    width: 100%;
    line-height: 0;
}

.busyo_box .left .nabe_02 li span {
    margin: -19px 0 0 0;
    background-color: #1E6FB1;
    padding: 0 10px;
    float: left;
    font-size: 10px;
    position: relative;
    z-index: 99999;
    color: #FFF;
}

.busyo_box .left .nabe_02 li .tit {
    margin: 30px 0 0 0;
}

.busyo_box .left .nabe_02 li p {
    margin: 0;
    float: left;
    width: 100%;
}

.busyo_box .left .map_box {
    margin: 0;
    float: left;
    width: 100%;
}

.busyo_box .left .map_box .map_box_l {
    margin: 0;
    float: left;
    width: 50%;
}

.busyo_box .left .map_box .map_box_l h2 {
    margin: 0 0 0 10px;
    height: 30px;
    line-height: 30px;
    color: #FFF;
    font-size: 18px;
}

.busyo_box .left .map_box .map_box_l p {
    margin: 10px 0 0 10px;
    width: 313px;
    background-color: #FFF;
}

.busyo_box .left .map_box .map_box_r {
    margin: 0;
    float: right;
    width: 50%;
}

.busyo_box .left .map_box .map_box_r iframe {
    margin: 0;
    width: 100%;
    height: 240px;
}

.busyo_box .left .studio_box {
    margin: 0 0 16px 0;
    float: left;
    width: 689px;
}

.busyo_box .left .studio_box h1 {
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
}

.busyo_box .left .studio_box h1 span {
    height: 30px;
    padding: 5px 10px;
    color: #FFF;
}

.busyo_box .left .studio_box h1 strong {
    font-size: 11px;
    font-weight: normal;
    background-color: #FFF;
    margin: 0 0 0 10px;
}

.busyo_box .left .studio_box h2 {
    margin: 0 0 0 7px;
    float: left;
    width: 664px;
    color: #FFF;
    font-size: 12px;
    line-height: 15px;
    height: 15px;
    padding: 0 0 0 25px;
}

.busyo_box .left .studio_box ul {
    margin: 0 0 0 -7px;
    float: left;
    width: 702px;
}

.busyo_box .left .studio_box ul li {
    margin: 0 7px 14px 7px;
    float: left;
    width: 220px;
}

.busyo_box .left .studio_box ul li .img_box img {
    margin: 0;
    float: left;
    width: 100%;
}

.busyo_box .left .studio_box ul li p {
    margin: 0;
    float: left;
    width: 165px;
    padding: 0 0 0 55px;
    height: 15px;
    line-height: 15px;
    color: #FFF;
}


#video {
    background-color: #009fe8;
}

#video .head {
    background: url(images/border_video_01.png);
}

#video .head div {
    background-color: #009fe8;
}

#video .head h2 {
    background-color: #009fe8;
}

#video .busyo_box .right .side_menu li a:hover {
    background-color: #009fe8;
}

#video .img_box {
    background-color: #009fe8;
}

#video .busyo_box .head div p {
    color: #FFF;
}

#video .busyo_box .left .news .caption {
    background: url(images/border_video_03.png);
}

#video .busyo_box .left .news .caption p {
    background: url(images/border_video_02.png);
}

#video .busyo_box .left h1 {
    background: url(images/border_video_03.png);
}

#video .busyo_box .left h1 span {
    background: url(images/border_video_02.png);
}

#video .busyo_box .left .studio_box .list_01 h2 {
    background: url(images/border_video_s_tit_01.png) 0 0 no-repeat;
}

#video .busyo_box .left .studio_box .list_02 h2 {
    background: url(images/border_video_s_tit_02.png) 0 0 no-repeat;
}

#video .busyo_box .left .studio_box .list_03 h2 {
    background: url(images/border_video_s_tit_03.png) 0 0 no-repeat;
}

#video .busyo_box .left .studio_box .list_01 p {
    background: url(images/border_video_s_i_01.png) 0 0 no-repeat #009fe8;
}

#video .busyo_box .left .studio_box .list_02 p {
    background: url(images/border_video_s_i_02.png) 0 0 no-repeat #009fe8;
}

#video .busyo_box .left .studio_box .list_03 p {
    background: url(images/border_video_s_i_03.png) 0 0 no-repeat #009fe8;
}

#video .busyo_box .content .works_list .nav a {
    background-color: #009fe8;
}





#video-ma {
    background-color: #F6921E;
}

#video-ma .head {
    background: url(images/border_video-ma_01.png);
}

#video-ma .head div {
    background-color: #F6921E;
}

#video-ma .head h2 {
    background-color: #F6921E;
}

#video-ma .busyo_box .right .side_menu li a:hover {
    background-color: #F6921E;
}

#video-ma .img_box {
    background-color: #F6921E;
}

#video-ma .busyo_box .head div p {
    color: #fff;
}

#video-ma .busyo_box .left .news .caption {
    background: url(images/border_video-ma_03.png);
}

#video-ma .busyo_box .left .news .caption p {
    background: url(images/border_video-ma_02.png);
}

#video-ma .busyo_box .left h1 {
    background: url(images/border_video-ma_03.png);
}

#video-ma .busyo_box .left h1 span {
    background: url(images/border_video-ma_02.png);
}

#video-ma .busyo_box .left .studio_box .list_01 h2 {
    background: url(images/border_video-ma_s_tit_01.png) 0 0 no-repeat;
}

#video-ma .busyo_box .left .studio_box .list_02 h2 {
    background: url(images/border_video-ma_s_tit_02.png) 0 0 no-repeat;
}

#video-ma .busyo_box .left .studio_box .list_01 p {
    background: url(images/border_video-ma_s_i_01.png) 0 0 no-repeat #F7931E;
}

#video-ma .busyo_box .left .studio_box .list_02 p {
    background: url(images/border_video-ma_s_i_02.png) 0 0 no-repeat #F7931E;
}

#video-ma .busyo_box .content .works_list .nav a {
    background-color: #F6921E;
}

#audio {
    background-color: #E84C3D;
}

#audio .head {
    background: url(images/border_audio_01.png);
}

#audio .head div {
    background-color: #E84C3D;
}

#audio .head h2 {
    background-color: #E84C3D;
}

#audio .busyo_box .right .side_menu li a:hover {
    background-color: #E84C3D;
}

#audio .img_box {
    background-color: #E84C3D;
}

#audio .busyo_box .head div p {
    color: #fff;
}

#audio .busyo_box .left .news .caption {
    background: url(images/border_audio_03.png);
}

#audio .busyo_box .left .news .caption p {
    background: url(images/border_audio_02.png);
}

#audio .busyo_box .left h1 {
    background: url(images/border_audio_03.png);
}

#audio .busyo_box .left h1 span {
    background: url(images/border_audio_02.png);
}

#audio .busyo_box .left .map_box .map_box_l {
    background: url(images/border_audio_04.png) 0 0 repeat-x;
}

#audio .busyo_box .left .map_box .map_box_l p {
    color: #E84C3D;
}

#audio .busyo_box .content .works_list .nav a {
    background-color: #E84C3D;
}

#contents {
    background-color: #339999;
}

#contents .head {
    background: url(images/border_contents_01.png);
}

#contents .head div {
    background-color: #339999;
}

#contents .head h2 {
    background-color: #339999;
}

#contents .busyo_box .right .side_menu li a:hover {
    background-color: #339999;
}

#contents .img_box {
    background-color: #339999;
}

#contents .busyo_box .head div p {
    color: #fff;
}

#contents .busyo_box .left .news .caption {
    background: url(images/border_contents_03.png);
}

#contents .busyo_box .left .news .caption p {
    background: url(images/border_contents_02.png);
}

#contents .busyo_box .left h1 {
    background: url(images/border_contents_03.png);
}

#contents .busyo_box .left h1 span {
    background: url(images/border_contents_02.png);
}

#contents .busyo_box .left .map_box .map_box_l {
    background: url(images/border_contents_04.png) 0 0 repeat-x;
}

#contents .busyo_box .left .map_box .map_box_l p {
    color: #339999;
}

#contents .busyo_box .content .works_list .nav a {
    background-color: #339999;
}



.contents-detail {}



.contents-detail h3 {
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

.contents-detail figure {
    margin-bottom: 30px;
}

.contents-detail img {
    max-width: 100%;
}

.contents-detail .copy {
    font-size: 15px;
    margin-bottom: 30px;
}


.contents-detail dl {
    font-size: 0;
    margin-bottom: 40px;
}

.contents-detail dt {
    display: inline-block;
    width: 100px;
    font-size: 14px;
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 5px;
}

.contents-detail dd {
    width: 100%;
    display: inline-block;
    margin-left: -100px;
    padding-left: 100px;
    padding-top: 10px;
    padding-bottom: 5px;
    box-sizing: border-box;
    font-size: 14px;
    vertical-align: top;
    border-top: 1px solid #ccc;
}

.contents-detail h4 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 15px;

}

.contents-detail .text {
    margin-bottom: 30px;
    font-size: 14px;
}

#broadcast {
    background-color: #000;
}

#broadcast .head {
    background: url(images/border_broadcast_01.png);
}

#broadcast .head div {
    background-color: #000;
}

#broadcast .head h2 {
    background-color: #000;
}

#broadcast .busyo_box .right .side_menu li a:hover {
    background-color: #666;
}

#broadcast .img_box {
    background-color: #000;
}

#broadcast .busyo_box .head div p {
    color: #fff;
}

#broadcast .busyo_box .left .news .caption {
    background: url(images/border_broadcast_03.png);
}

#broadcast .busyo_box .left .news .caption p {
    background: url(images/border_broadcast_02.png);
}

#broadcast .busyo_box .left h1 {
    background: url(images/border_broadcast_03.png);
}

#broadcast .busyo_box .left h1 span {
    background: url(images/border_broadcast_02.png);
}

#broadcast .busyo_box .left .map_box .map_box_l {
    background: url(images/border_broadcast_04.png) 0 0 repeat-x;
}

#broadcast .busyo_box .left .map_box .map_box_l p {
    color: #000;
}

#broadcast .busyo_box .content .works_list .nav a {
    background-color: #000;
}

#broadcast .busyo_box .left .sub_box .tit {
    background: url(images/border_broadcast_03.png);
}

#broadcast .busyo_box .left .sub_box .tit span {
    background: url(images/border_broadcast_02.png);
}








#film {
    background-color: #1AB99B;
}

#film .head {
    background: url(images/border_film_01.png);
}

#film .head div {
    background-color: #1AB99B;
}

#film .head h2 {
    background-color: #1AB99B;
}

#film .busyo_box .right .side_menu li a:hover {
    background-color: #1AB99B;
}

#film .img_box {
    background-color: #1AB99B;
}

#film .busyo_box .head div p {
    color: #fff;
}

#film .busyo_box .left .news .caption {
    background: url(images/border_film_03.png);
}

#film .busyo_box .left .news .caption p {
    background: url(images/border_film_02.png);
}

#film .busyo_box .left h1 {
    background: url(images/border_film_03.png);
}

#film .busyo_box .left h1 span {
    background: url(images/border_film_02.png);
}

#film .busyo_box .left .map_box .map_box_l {
    background: url(images/border_film_04.png) 0 0 repeat-x;
}

#film .busyo_box .left .map_box .map_box_l p {
    color: #3D5C78;
}

#film .busyo_box .content .works_list .nav a {
    background-color: #1AB99B;
}

#production {
    background-color: #3D5C78;
}

#production .head {
    background: url(images/border_production_01.png);
}

#production .head div {
    background-color: #3D5C78;
}

#production .head h2 {
    background-color: #3D5C78;
}

#production .busyo_box .right .side_menu li a:hover {
    background-color: #3D5C78;
}

#production .img_box {
    background-color: #3D5C78;
}

#production .busyo_box .head div p {
    color: #fff;
}

#production .busyo_box .left .news .caption {
    background: url(images/border_production_03.png);
}

#production .busyo_box .left .news .caption p {
    background: url(images/border_production_02.png);
}

#production .busyo_box .left h1 {
    background: url(images/border_production_03.png);
}

#production .busyo_box .left h1 span {
    background: url(images/border_production_02.png);
}

#production .busyo_box .left .map_box .map_box_l {
    background: url(images/border_production_04.png) 0 0 repeat-x;
}

#production .busyo_box .left .map_box .map_box_l p {
    color: #3D5C78;
}

#production .busyo_box .content .works_list .nav a {
    background-color: #3D5C78;
}



#live {
    background-color: #e3007f;
}

#live .head {
    background: url(images/border_live_01.png);
}

#live .head div {
    background-color: #e3007f;
}

#live .head h2 {
    background-color: #e3007f;
}

#live .busyo_box .right .side_menu li a:hover {
    background-color: #e3007f;
}

#live .img_box {
    background-color: #e3007f;
}

#live .busyo_box .head div p {
    color: #fff;
}

#live .busyo_box .left .news .caption {
    background: url(images/border_live_03.png);
}

#live .busyo_box .left .news .caption p {
    background: url(images/border_live_02.png);
}

#live .busyo_box .left h1 {
    background: url(images/border_live_03.png);
}

#live .busyo_box .left h1 span {
    background: url(images/border_live_02.png);
}

#live .busyo_box .left .map_box .map_box_l {
    background: url(images/border_live_04.png) 0 0 repeat-x;
}

#live .busyo_box .left .map_box .map_box_l p {
    color: #e3007f;
}

#live .busyo_box .content .works_list .nav a {
    background-color: #1AB99B;
}






.busyo_box .content {
    float: left;
    width: 689px;
    margin: 20px 0 80px 0;
}

.busyo_box .content .head {
    float: left;
}

.busyo_box .content .head h1 {
    float: left;
}

.busyo_box .content .works_list {
    float: left;
    width: 100%;
    margin: 0 0 40px 0;
}

.busyo_box .content .works_list ul {
    float: left;
    width: 699px;
    margin: 0 0 20px -5px;
    font-size: 0;
}

.busyo_box .content .works_list ul li {
    display: inline-block;
    width: 223px;
    height: auto !important;
    margin: 0 5px 20px 5px;
    position: relative;
    font-size: 0;
    vertical-align: top;
}


.busyo_box .content .works_list ul li {
    display: inline-block;
    width: 223px;
    height: auto !important;
    margin: 0 5px 20px 5px;
    position: relative;
    font-size: 14px;
    vertical-align: top;
}




.busyo_box .content .works_list ul li .img_box {
    float: left;
    width: 100%;
}

.busyo_box .content .works_list ul li .img_box img {
    float: left;
    width: 100%;
    border: 1px solid #F5F5F5;
}

.busyo_box .content .works_list ul li .overlay .tit {
    margin: 0;
}

.busyo_box .content .works_list ul li .tit {
    float: left;
    width: 100%;
    font-weight: bold;
    margin: 3px 0 3px 0;
}

.busyo_box .content .works_list ul li .text {
    float: left;
    width: 100%;
    margin: 0 0 3px 0;
    line-height: 150%;
    font-size: 14px;
}

.busyo_box .content .works_list ul li .day {
    float: left;
    font-size: 11px;
    width: 100%;
}

.busyo_box .content .works_list ul li .icn {
    position: absolute;
    top: 5px;
    right: 5px;
}


.busyo_box .content .works_list .nen {
    width: 40px;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    padding-left: 5PX;
}

.busyo_box .content .works_list .tsuki {
    width: 26px;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    font-size: 12px;
}

.busyo_box .content .works_list .body {
    display: inline-block;
    width: 100%;
    margin-left: -85px;
    padding-left: 90px;
    box-sizing: border-box;
    vertical-align: top;
    font-size: 12px;
}


.busyo_box .content .works_list .archive-list {
    width: 100%;
    margin-top: 0 !important;
}

.busyo_box .content .works_list .archive-list li {
    display: inline-block;
    margin-right: 20px !important;
    background: #fff !important;
    width: auto !important;
    border: none !important;
}




.busyo_box .content .works_list .nav {
    float: left;
    width: 100%;
    text-align: center;
}

.busyo_box .content .works_list .nav a {
    margin: 5px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    display: inline-block;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    color: #FFF;
}

.busyo_box .content .works_list .current {
    margin: 5px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    display: inline-block;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #CCC;
}

.busyo_box .content .works_list_02 {
    float: left;
    width: 100%;
    background: url(images/border_01.png);
    margin: 40px 0 0 0;
}

.busyo_box .content .works_list_02 a {
    color: #1E6FB1;
    text-decoration: underline;
}

.busyo_box .content .works_list_02 h2 {
    float: left;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    padding: 1px 14px;
}

.busyo_box .content .works_list_02 .text_box {
    float: left;
    width: 92%;
    padding: 2%;
    margin: 0 2% 8% 2%;
    background-color: #FFF;
}

.busyo_box .content .sub_box {
    width: 100%;
    float: left;
    background: url(images/border_01.png);
}

.busyo_box .content .sub_box .inner {
    float: left;
    width: 92%;
    padding: 2%;
    margin: 2%;
    background-color: #FFF;
}

.busyo_box .content .sub_box .inner iframe {
    width: 100%;
    height: 800px;
}

.busyo_box .content .film_equipment {
    width: 100%;
    float: left;
    background: url(images/border_01.png);
    margin: -20px 0 0 0;
}

.busyo_box .content .film_equipment .left_box {
    margin: 0;
    float: left;
    width: 341px;
}

.busyo_box .content .film_equipment .left_box .heading {
    background-color: #FFF;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px 10px 0;
    float: left;
}

.busyo_box .content .film_equipment .left_box .heading span {
    display: block;
    font-size: 12px;
    padding-top: 0;
    font-weight: 400;
}

.busyo_box .content .film_equipment .left_box .tit {
    margin: 0;
    float: left;
    background-color: #FFF;
    font-size: 18px;
    width: 100%;
}

.busyo_box .content .film_equipment .left_box .text_box {
    margin: 10px 0 10px 0;
    float: right;
    width: 315px;
    background-color: #FFF;
    padding: 8px;
    font-size: 11px;
}

.busyo_box .content .film_equipment .right_box {
    margin: 0;
    float: right;
    width: 338px;
    line-height: 0;
}

.busyo_box .content .film_equipment .right_box img {
    margin: 0 0 10px 0;
    width: 100%;
    line-height: 0;
}

.busyo_box .content .video-ma_system_style_box {
    margin: -20px 0 0 0;
    float: left;
    width: 100%;
}

.busyo_box .content .video-ma_system_style_box .box_01 {
    margin: 0;
    line-height: 0;
    float: left;
    width: 100%;
}

.busyo_box .content .video-ma_system_style_box .box_01 img {
    margin: 0;
}

.busyo_box .content .video-ma_system_style_box .box_02 {
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    background: url(images/border_video-ma_03.png);
}

.busyo_box .content .video-ma_system_style_box .box_02 p {
    margin: 2%;
    float: left;
    width: 96%;
    background-color: #FFF;
}

.busyo_box .content .video-ma_system_style_box .box_03 {
    margin: 0 0 20px 0;
    float: left;
    width: 100%;
    background: url(images/border_01.png);
}

.busyo_box .content .video-ma_system_style_box .box_03 .box_03_l {
    margin: 0;
    float: left;
    width: 294px;
}

.busyo_box .content .video-ma_system_style_box .box_03 .box_03_l img {
    margin: 0;
}

.busyo_box .content .video-ma_system_style_box .box_03 .box_03_r {
    float: left;
    width: 395px;
}

.busyo_box .content .video-ma_system_style_box .box_03 .box_03_all {
    float: left;
    width: 96%;
    margin: 2%;
}

.busyo_box .content .video-ma_system_style_box .box_03 .box_03_all p {
    padding: 5px;
    background-color: #FFF;
}

.busyo_box .content .video-ma_system_style_box .box_03 .box_03_r p {
    margin: 60px 0 0 0;
    padding: 5px;
    background-color: #FFF;
}

.busyo_box .content .video-ma_system_style_box .box_04 {
    margin: 30px 0 0 0;
    float: left;
    width: 100%;
    text-align: right;
}

.busyo_box .content .video-ma_system_style_box .box_04 img {
    margin: 0;
}

.busyo_box .content .video_system_style {
    margin: -20px 0 0 0;
    float: left;
    width: 100%;
}

.busyo_box .content .video_system_style .box_01 {
    margin: 0;
    float: left;
    width: 100%;
    line-height: 0;
}

.busyo_box .content .video_system_style .box_01 img {
    margin: 0;
}

.busyo_box .content .video_system_style .box_02 {
    margin: 0;
    float: left;
    width: 100%;
    background-color: #75DADF;
    line-height: 0;
}

.busyo_box .content .video_system_style .box_02 .box_02_l {
    margin: 0;
    float: left;
    width: 295px;
}

.busyo_box .content .video_system_style .box_02 .box_02_l img {
    margin: 0;
}

.busyo_box .content .video_system_style .box_02 .box_02_r {
    margin: 0;
    float: left;
    width: 394px;
}

.busyo_box .content .video_system_style .box_02 .box_02_r .p01 {
    background: url(images/border_01.png) #FFF;
    float: left;
    width: 374px;
    padding: 10px;
    font-size: 11px;
    line-height: 160%;
}

.busyo_box .content .video_system_style .box_02 .box_02_r .p02 {
    margin: 20px 0 0 0;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    float: left;
    width: 100%;
    line-height: 160%;
}

.busyo_box .content .video_system_style .box_02 .box_02_r .p02 a {
    color: #FFF;
}

.busyo_box .content .video_system_style .box_03 {
    margin: 0;
    float: left;
    width: 100%;
    background: url(images/border_02.png);
}

.busyo_box .content .video_system_style .box_03 p {
    margin: 10px;
    color: #75DADF;
}

.busyo_box .content .audio_system_style {
    margin: -20px 0 0 0;
    float: left;
    width: 100%;
}

.busyo_box .content .audio_system_style .box_01 {
    margin: 0 0 10px 0;
    float: left;
    width: 679px;
    padding: 0 5px 10px 5px;
    background: url(images/border_01.png);
}

.busyo_box .content .audio_system_style .box_01 .tit {
    margin: 0 0 10px -5px;
    background-color: #FFF;
    padding: 1px 80px 1px 5px;
    font-size: 18px;
    float: left;
    font-weight: 700;
}

.busyo_box .content .audio_system_style .box_01_01 {
    margin: 0;
    float: left;
    width: 100%;
    line-height: 0;
}

.busyo_box .content .audio_system_style .box_01_01 p {
    margin: 0 0 10px 0;
    background-color: #FFF;
    padding: 10px;
    line-height: 160%;
}


.busyo_box .content .audio_system_style .box_01_01 .box_01_01_sub-heading {
    background-color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 10px 5px 10px;
    line-height: 1.4;
}







.busyo_box .content .audio_system_style .box_01_02 {
    margin: 0 0 10px 0;
    float: left;
    width: 216px;
    line-height: 0;
}

.busyo_box .content .audio_system_style .box_01_02 img {
    margin: 0;
    width: 100%;
}

.busyo_box .content .audio_system_style .box_01_03 {
    margin: 0 0 10px 0;
    width: 216px;
    float: left;
    line-height: 0;
}

.busyo_box .content .audio_system_style .box_01_03 img {
    margin: 0 0 0 15px;
    width: 100%;
}

.busyo_box .content .audio_system_style .box_01_04 {
    margin: 0 0 10px 0;
    float: right;
    width: 216px;
    line-height: 0;
}

.busyo_box .content .audio_system_style .box_01_04 img {
    margin: 0;
    width: 100%;
}

.busyo_box .content .audio_system_style .box_01_05 {
    margin: 0 0 10px 0;
    float: left;
    width: 335px;
    line-height: 0;
}

.busyo_box .content .audio_system_style .box_01_05 img {
    margin: 0;
    width: 100%;
}

.busyo_box .content .audio_system_style .box_01_06 {
    margin: 0 0 10px 0;
    float: right;
    width: 335px;
    line-height: 0;
}

.busyo_box .content .audio_system_style .box_01_06_2 {
    margin: 0 0 10px 0;
    float: right;
    width: 335px;
    line-height: 160%;
    background-color: #FFF;
}

.busyo_box .content .audio_system_style .box_01_06_2 p {
    padding: 10px;
}

.busyo_box .content .audio_system_style .box_01_06 img {
    margin: 0;
    width: 100%;
}

.busyo_box .content .audio_equipment {
    margin: -20px 0 0 0;
    float: left;
    width: 100%;
}

.busyo_box .content .audio_equipment .box_01 {
    margin: 0;
    float: left;
    width: 100%;
    line-height: p;
}

.busyo_box .content .audio_equipment .box_01 img {
    margin: 0;
    width: 100%;
}

.busyo_box .content .audio_equipment .box_02 {
    margin: 0;
    float: left;
    width: 100%;
    background: url(images/border_01.png);
}

.busyo_box .content .audio_equipment .box_02 .tit {
    margin: 0 0 10px 0;
    background-color: #FFF;
    padding: 1px 80px 1px 5px;
    font-size: 16px;
    float: left;
    font-weight: 700;
    clear: both;
}

.busyo_box .content .audio_equipment .box_02 .text_box {
    margin: 0 2% 10px 2%;
    background-color: #FFF;
    padding: 2%;
    line-height: 160%;
    float: left;
    width: 92%;
}

/*テキストリスト*/

.works_test_list h3 {
    margin: 10px 0 15px;
    padding: 0 5px;
    font-size: 14px;
    border-bottom: 1px solid #666;
}

.works_test_list h4 {
    margin: 0 0 5px;
    font-size: 11px;
    padding: 0 5px;
}

.works_test_list ul {
    width: 100% !important;
    margin: 0 0 25px !important;
}

.works_test_list li {
    float: left;
    width: 100% !important;
    height: auto !important;
    padding: 5px 5px 5px !important;
    margin: 0 !important;
    border-bottom: 1px solid #efefef;
}

.works_test_list li:nth-child(odd) {
    background: #f5f5f5;
}



/*----------------------
NABE
----------------------*/
#nabe {
    background-color: #FCCA0A;
}

#nabe .head {
    margin: 0;
    float: left;
    width: 100%;
    background: url(images/border_nabe_01.png);
}

#nabe .head h1 {
    margin: 2px 0 0 0;
    font-size: 32px;
    color: #888;
    line-height: 100%;
    height: 30px;
    font-weight: normal;
}

#nabe .head h2 {
    margin: 0;
    font-size: 28px;
    color: #888;
    font-weight: normal;
    line-height: 100%;
    height: 40px;
}

#nabe .head h2 span {
    margin: 0 0 0 20px;
    background-color: #FFF;
    font-size: 12px;
    padding: 2px 5px;
}

#nabe .head .tag {
    margin: 0;
    background: url(images/border_01.png) #FFF;
    float: left;
    width: 100%;
}

#nabe .head .tag li {
    margin: 2px 15px 7px 0;
    float: left;
    width: 170px;
    height: 22px;
    line-height: 22px;
}

#nabe .head .tag li img {
    margin: 0 2px 0 0;
    float: left;
}

#nabe .head .tag li p {
    margin: 0;
    width: 135px;
    float: right;
    padding: 0 5px;
    color: #FFF;
}

#nabe .nabe_list {
    margin: 20px 0 80px 0;
    float: left;
    width: 100%;
}

#nabe .nabe_list ul {
    margin: 0 0 0 -4px;
    width: 948px;
}

#nabe .nabe_list ul li {
    margin: 0 5px 20px 5px;
    float: left;
    width: 227px;
    position: relative;
}

#nabe .nabe_list ul li .img_box {
    margin: 0;
    line-height: 0;
}

#nabe .nabe_list ul li .img_box img {
    margin: 0;
    width: 100%;
    line-height: 0;
}

#nabe .nabe_list ul li .cat {
    margin: -19px 0 0 0;
    padding: 0 10px;
    float: left;
    font-size: 10px;
    position: relative;
    z-index: 99999;
    color: #FFF;
}

#nabe .nabe_list ul li .overlay .tit {
    line-height: 1.6;
    margin: 0;
}

#nabe .nabe_list ul li .tit {
    margin: 3px 0 8px 0;
    font-size: 12px;
    float: left;
    width: 100%;
    font-weight: bold;
}

#nabe .nabe_list ul li .day {
    margin: 0;
    font-size: 10px;
    text-align: right;
    float: left;
    width: 100%;
}

#nabe .news_side_lsit {
    margin: 0 0 0 o;
    width: 218px;
}

#nabe .news_side_lsit li {
    margin: 0 0 20px 0;
    float: left;
    width: 218px;
}

#nabe .news_side_lsit li .img_box {
    margin: 0;
    line-height: 0;
}

#nabe .news_side_lsit li .img_box img {
    margin: 0;
    width: 100%;
    line-height: 0;
}

#nabe .news_side_lsit .cat {
    margin: -19px 0 0 0;
    padding: 0 10px;
    float: left;
    font-size: 10px;
    position: relative;
    z-index: 99999;
    color: #FFF;
}

#nabe .news_side_lsit h2 {
    margin: 3px 0 8px 0;
    font-size: 12px;
    float: left;
    width: 100%;
    font-weight: bold;
}

#nabe .news_side_lsit .text {
    margin: 0;
}

#nabe .news_side_lsit .day {
    margin: 0;
    font-size: 10px;
    text-align: right;
}

#nabe .side_tag {
    float: left;
    width: 100%;
    background: url(images/border_01.png);
    margin: 30px 0 40px 0;
}

#nabe .side_tag .tag {
    margin: 0;
    background: url(images/border_01.png) #FFF;
    float: left;
    width: 188px;
    padding: 15px;
}

#nabe .side_tag .tag li {
    margin: 2px 15px 7px 0;
    float: left;
    width: 170px;
    height: 22px;
    line-height: 22px;
}

#nabe .side_tag .tag li img {
    margin: 0 2px 0 0;
    float: left;
}

#nabe .side_tag .tag li p {
    margin: 0;
    width: 135px;
    float: right;
    padding: 0 5px;
    color: #FFF;
}

#nabe .nabe_tep_01 {
    margin: 0;
    float: left;
    width: 100%;
}

#nabe .nabe_tep_01 .tit_box {
    margin: 0;
    float: left;
    width: 100%;
    border-bottom: 1px solid #000;
    position: relative;
}

#nabe .nabe_tep_01 .tit_box h1 {
    margin: 0;
    font-size: 20px;
    float: left;
}

#nabe .nabe_tep_01 .tit_box .cat {
    margin: 0;
    float: right;
    padding: 1px 10px;
    color: #FFF;
    position: absolute;
    right: 0px;
    bottom: 0;
}

#nabe .nabe_tep_01 .box_01 {
    margin: 0;
    line-height: 0;
    float: left;
    width: 100%;
    background-color: #E5E5E5;
}

#nabe .nabe_tep_01 .box_01 .box_01_l {
    margin: 0;
    float: left;
    width: 50%;
}

#nabe .nabe_tep_01 .box_01 .box_01_l img {
    margin: 0;
    width: 100%;
}

#nabe .nabe_tep_01 .box_01 .box_01_r {
    margin: 0;
    padding: 3%;
    float: left;
    width: 44%;
}

#nabe .nabe_tep_01 .box_01 .box_01_r p {
    margin: 0 0 20px 0;
    line-height: 160%;
}

#nabe .nabe_tep_01 .box_02 {
    margin: 20px 0;
    float: left;
    width: 100%;
}

#nabe .nabe_tep_01 .box_02 p {
    margin: 0;
}

#nabe .nabe_tep_02 {
    margin: 0;
    float: left;
    width: 100%;
}

#nabe .nabe_tep_02 .tit_box {
    margin: 0;
    float: left;
    width: 100%;
    border-bottom: 1px solid #000;
    position: relative;
}

#nabe .nabe_tep_02 .tit_box h1 {
    margin: 0;
    font-size: 20px;
    float: left;
}

#nabe .nabe_tep_02 .tit_box .cat {
    margin: 0;
    float: right;
    padding: 1px 10px;
    color: #FFF;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

#nabe .nabe_tep_02 .box_01 {
    margin: 0 0 0 97px;
    width: 402px;
    float: left;
    padding: 0 46px 50px 46px;
    background: url(images/nabe_bg_01.png);
}

#nabe .nabe_tep_02 .box_01 img {
    max-width: 100%;
}

#nabe .nabe_tep_02 .img_box {
    margin: 0 0 40px 0;
    width: 402px;
    line-height: 0;
}

#nabe .nabe_tep_02 .img_box img {
    margin: 0;
}

#nabe .nabe_tep_02 .img_box p {
    margin: 0;
}

#nabe .nabe_tep_03 {
    margin: 0;
    float: left;
    width: 100%;
}

#nabe .nabe_tep_03 .tit_box {
    margin: 0;
    float: left;
    width: 100%;
    border-bottom: 1px solid #000;
    position: relative;
}

#nabe .nabe_tep_03 .tit_box h1 {
    margin: 0;
    font-size: 20px;
    float: left;
}

#nabe .nabe_tep_03 .tit_box .cat {
    margin: 0;
    float: right;
    padding: 1px 10px;
    color: #FFF;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

#nabe .nabe_tep_03 .img_box {
    line-height: 0;
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}

#nabe .nabe_tep_03 .img_box {
    max-width: 689px;
}

#nabe .nabe_tep_03 .img_box img {
    width: 100%;
}

#nabe .nabe_tep_03 .box_01 {
    float: left;
    width: 96%;
    padding: 2%;
    background: url(images/border_01.png);
}

#nabe .nabe_tep_03 .box_01 .inner {
    float: left;
    width: 96%;
    background-color: #FFF;
    padding: 2%;
}

#nabe .nabe_tep_03 .box_01 p {
    margin: 0 0 8px 0;
}

#nabe .nabe_tep_03 .box_01 h1 {
    margin: 0 0 8px 0;
    font-size: 16px;
}

#nabe .nabe_tep_03 .box_01 h2 {
    margin: 0 0 8px 0;
    font-size: 15px;
}

#nabe .nabe_tep_03 .box_01 h3 {
    margin: 0 0 8px 0;
    font-size: 14px;
}

#nabe .nabe_tep_03 .box_01 h4 {
    margin: 0 0 8px 0;
    font-size: 13px;
}

#nabe .nabe_tep_03 .box_01 h5 {
    margin: 0 0 8px 0;
    font-size: 12px;
}

#nabe .nabe_tep_03 .box_01 h6 {
    margin: 0 0 8px 0;
    font-size: 11px;
}

#nabe .nabe_tep_03 .box_01 img {
    max-width: 635px;
    margin: 0 0 10px 0;
}

#nabe .nabe_tep_03 .box_01 hr {
    margin: 10px 0;
}

#nabe .nav {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 40px 0;
}

#nabe .nav a {
    margin: 5px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    display: inline-block;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    color: #FFF;
    background-color: #F9CA0C;
}

#nabe .current {
    margin: 5px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    display: inline-block;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #CCC;
}

/*----------------------
NEWS
----------------------*/
#news {
    margin: 0;
    float: left;
    width: 100%;
}

#news .head {
    margin: 0;
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: url(images/border_03.png);
}

#news .head h1 {
    margin: 0 0 0 5px;
    float: left;
    font-size: 28px;
    color: #333;
}

#news .head .pl {
    margin: 0;
    float: right;
}

#news .news_lsit {
    margin: 0 0 80px -4px;
    width: 948px;
    float: left;
}

#news .news_lsit li {
    margin: 0 5px 20px 5px;
    float: left;
    width: 227px;
    position: relative;
}

#news .news_lsit li .img_box {
    margin: 0;
    line-height: 0;
    background-color: #1E6FB1;
}

#news .news_lsit li .img_box img {
    margin: 0;
    width: 100%;
    line-height: 0;
}

#news .news_lsit li .cat {
    margin: -19px 0 0 0;
    padding: 0 10px;
    float: left;
    font-size: 10px;
    position: relative;
    z-index: 99999;
    color: #FFF;
    background-color: #1E6FB1;
}

#news .news_lsit li h2 {
    margin: 3px 0 8px 0;
    font-size: 12px;
    float: left;
    width: 100%;
    font-weight: bold;
}

#news .news_lsit li .text {
    margin: 0;
    float: left;
    width: 100%;
    line-height: 160%;
}

#news .news_lsit li .day {
    margin: 0;
    font-size: 10px;
    text-align: right;
    float: left;
    width: 100%;
}

#news .news_side_lsit {
    margin: 0 0 0 o;
    width: 218px;
}

#news .news_side_lsit li {
    margin: 0 0 20px 0;
    float: left;
    width: 218px;
}

#news .news_side_lsit li .img_box {
    margin: 0;
    line-height: 0;
    background-color: #1E6FB1;
}

#news .news_side_lsit li .img_box img {
    margin: 0;
    width: 100%;
    line-height: 0;
}

#news .news_side_lsit .cat {
    margin: -19px 0 0 0;
    padding: 0 10px;
    float: left;
    font-size: 10px;
    position: relative;
    z-index: 99999;
    color: #FFF;
    background-color: #1E6FB1;
}

#news .news_side_lsit h2 {
    margin: 3px 0 8px 0;
    font-size: 12px;
    float: left;
    width: 100%;
    font-weight: bold;
}

#news .news_side_lsit .text {
    margin: 0;
}

#news .news_side_lsit .day {
    margin: 0;
    font-size: 10px;
    text-align: right;
}

#news .left {
    margin-top: 0 !important;
}

#news .right {
    margin-top: 0 !important;
}

#news .news_entry {
    margin: 0;
    float: left;
    width: 100%;
}

#news .news_entry .tit_box {
    margin: 0;
    color: #FFF;
}

#news .news_entry .tit_box h1 {
    float: left;
    width: 679px;
    background-color: #1E6FB1;
    font-size: 14px;
    padding: 0 5px 20px 5px;
}

#news .news_entry .tit_box .cat {
    margin: 0;
    float: left;
    padding: 2px 5px;
    background-color: #1E6FB1;
}

#news .news_entry .tit_box .day {
    margin: 0;
    background-color: #1E6FB1;
    float: left;
    padding: 2px 5px;
}

#news .news_entry .text_box {
    margin: 30px 0 0 0;
    float: left;
    width: 100%;
}

#news .news_entry .text_box a {
    color: #1E6FB1;
    text-decoration: underline;
}

#news .news_entry .text_box img {
    margin: 0 0 10px 0;
}

#news .news_entry .text_box h1 {
    font-size: 16px;
    margin: 0 0 5px 0;
}

#news .news_entry .text_box h2 {
    font-size: 15px;
    margin: 0 0 5px 0;
}

#news .news_entry .text_box h3 {
    font-size: 14px;
    margin: 0 0 5px 0;
}

#news .news_entry .text_box h4 {
    font-size: 13px;
    margin: 0 0 5px 0;
}

#news .news_entry .text_box h5 {
    font-size: 12px;
    margin: 0 0 5px 0;
}

#news .news_entry .text_box h6 {
    font-size: 11px;
    margin: 0 0 5px 0;
}

#news .news_entry .text_box p {
    margin: 0 0 0 0;
}

#news .news_entry .text_box hr {
    margin: 10px 0 10px 0;
}

#news .nav {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 40px 0;
}

#news .nav a {
    margin: 5px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    display: inline-block;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    color: #FFF;
    background-color: #1E6FB1;
}

#news .current {
    margin: 5px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    display: inline-block;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #CCC;
}

/*----------------------
移転News用
----------------------*/
.iten {
    margin: 0;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    color: #FFF;
}

.iten_bottom {
    margin: 0 0 60px 0;
}

.iten .caption {
    margin: 0 0 5px 0;
    float: left;
    width: 100%;
    font-size: 14px;
    padding: 0 10px;
    box-sizing: border-box;
}

.iten .ad_tit {
    margin: 0 0 5px 0;
    background-color: #0F3D55;
    float: left;
    width: 83%;
    font-size: 11px;
    padding: 0 10px;
    box-sizing: border-box;
}

.iten .ad_tit .name {
    margin: 0;
    float: left;
    width: 100px;
    padding: 0 0 0 1%;
    background: url(images/iten/tit_bg.png) 0 0 no-repeat;
}

.iten .ad_tit .ad {
    margin: 0;
    float: left;
    text-align: center;
}

.iten table {
    margin: 0 0 20px 15.5%;
    float: left;
    width: 80%;
    border-collapse: separate;
    border-spacing: 5px;
    text-align: center;
}

.iten table tr {
    margin: 0;
}

.iten table th {
    margin: 5px;
    height: 15px;
    line-height: 15px;
    background-color: #B3B3B3;
}

.iten table td {
    margin: 5px;
    height: 15px;
    line-height: 15px;
}

.iten .first {
    width: 160px;
    padding: 0 0 0 30px;
}

.iten .m {
    width: 120px;
}

.iten .s {
    width: 140px;
}

.iten .bg_01 {
    background-color: #22C8D0;
}

.iten .bg_01_f {
    background: url(images/iten/icn_01.gif) 0 0 no-repeat #22C8D0;
    padding: 0 0 0 30px;
}

.iten .bg_02 {
    background-color: #FA9400;
}

.iten .bg_02_f {
    background: url(images/iten/icn_02.gif) 0 0 no-repeat #FA9400;
    padding: 0 0 0 30px;
}

.iten .bg_03 {
    background-color: #166DB3;
}

.iten .bg_03_f {
    background: url(images/iten/icn_03.gif) 0 0 no-repeat #166DB3;
    padding: 0 0 0 30px;
}

.iten .bg_04 {
    background-color: #1998BB;
}

.iten table .fix {
    background-color: #E70012;
}

.iten_map {
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
}

.iten_map .iten_map_l {
    margin: 0;
    float: left;
    width: 344px;
    position: relative;
    padding: 40px;
    box-sizing: border-box;
}

.iten_map .tit {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.iten_map .p01 {
    margin: 10px 0 0 20px;
}

.iten_map .p02 {
    margin: 10px 0 0 20px;
    font-size: 20px;
    font-weight: bold;
}

.iten_map .iten_map_r {
    margin: 0;
    float: left;
    width: 327px;
    position: relative;
}

/*----------------------
RECRUIT
----------------------*/
#recruit {
    margin: 0;
}

#recruit .head {
    margin: 0;
    float: left;
    width: 100%;
    background: url(images/border_03.png) #19609B;
    line-height: 160%;
    position: relative;
}

#recruit .head h1 {
    margin: 20px 0 20px 10px;
    font-size: 32px;
    color: #fff;
    font-weight: normal;
}

#recruit .head p {
    margin: 10px 0 20px 10px;
    font-size: 28px;
    color: #fff;
    font-weight: normal;
}

#recruit .head h2 {
    margin: 0;
    font-size: 32px;
    float: left;
    background: url(images/border_01.png) #FFF;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

#recruit .head h2 span {
    background: url(images/border_02.png);
    color: #FFF;
    padding: 1px 10px;
    font-weight: normal;
}

#recruit .head strong {
    font-size: 13px;
    font-weight: normal;
    background-color: #FFF;
}

#recruit .recruit_side {
    margin: 0;
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
}

#recruit .recruit_side .tit {
    margin: 0;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
    border-top: 2px solid #1E6FB1;
    border-bottom: 2px solid #1E6FB1;
    font-weight: bold;
}

#recruit .recruit_side .text {
    margin: 2%;
    float: left;
    width: 96%;
}

#recruit .recruit_box {
    margin: 0 0 80px 0;
    float: left;
    width: 100%;
}

#recruit .recruit_box h1 {
    margin: 0 0 15px 0;
    font-size: 32px;
    float: left;
    background: url(images/border_01.png) #FFF;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

#recruit .recruit_box h1 span {
    background: url(images/border_02.png);
    color: #FFF;
    padding: 1px 10px;
    font-weight: normal;
}

#recruit .recruit_box .setsumei {
    margin: 0 0 20px 0;
    float: left;
}

#recruit .recruit_box .recruit_box {
    margin: 0;
}

#recruit .recruit_box article {
    margin: 0 0 70px 0;
    float: left;
    width: 100%;
}

#recruit .recruit_box article h2 {
    margin: 0;
    border-left: 30px solid #1E6FB1;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    width: 654px;
    padding: 0 0 0 5px;
    background: url(images/border_01.png);
}

#recruit .recruit_box article .setsumei_02 {
    margin: 10px 0 0 0;
}

#recruit .recruit_box article ul {
    margin: 30px 0 30px 0;
    float: left;
    width: 100%;
}

#recruit .recruit_box article ul li {
    margin: 0;
    border-bottom: 1px dashed #231815;
    float: left;
    width: 100%;
}

#recruit .recruit_box article ul li .tit {
    margin: 0;
    float: left;
    width: 100px;
    padding: 10px 0;
    background-color: #C9CACA;
    text-align: center;
}

#recruit .recruit_box article ul li .text {
    margin: 0;
    float: left;
    padding: 10px 10px;
    width: 569px;
}

#recruit .recruit_box article .oubo {
    margin: 0;
    float: left;
    width: 100%;
    vertical-align: baseline;
}

#recruit .recruit_box article img {
    max-width: 100%;
    height: auto;
}

#recruit .recruit_box article .oubo .btn {
    margin: 0;
    float: left;
    background: url(images/border_02.png);
    padding: 5px 20px;
    font-size: 20px;
    color: #FFF;
}

#recruit .recruit_box article .oubo .text {
    margin: 13px 0 0 20px;
    vertical-align: baseline;
    float: left;
}

#recruit .recruit_box article .oubo .text a {
    text-decoration: underline;
    color: #1E6FB1;
}

#recruit .recruit_box .nyuryoku2 {
    margin: 20px 1% 0 1%;
    float: left;
    width: 98%;
}

#recruit .recruit_box .nyuryoku2 h1 {
    margin: 0 0 5px 0 !important;
    padding: 0 !important;
    font-size: 16px !important;
    background: none;
    border: none;
}

#recruit .recruit_box .nyuryoku2 h2 {
    margin: 0 0 5px 0 !important;
    padding: 0 !important;
    font-size: 15px !important;
    background: none;
    border: none;
}

#recruit .recruit_box .nyuryoku2 h3 {
    margin: 0 0 5px 0 !important;
    padding: 0 !important;
    font-size: 14px !important;
}

#recruit .recruit_box .nyuryoku2 h4 {
    margin: 0 0 5px 0 !important;
    padding: 0 !important;
    font-size: 13px !important;
}

#recruit .recruit_box .nyuryoku2 h5 {
    margin: 0 0 5px 0 !important;
    padding: 0 !important;
    font-size: 12px !important;
}

#recruit .recruit_box .nyuryoku2 h6 {
    margin: 0 0 5px 0 !important;
    padding: 0 !important;
    font-size: 11px !important;
}

#recruit .recruit_box .nyuryoku2 a {
    color: #1E6FB1;
    text-decoration: underline;
}

#recruit .recruit_qa {
    margin: 0;
}

#recruit .recruit_qa h1 {
    margin: 0;
    font-size: 32px;
    float: left;
    background: url(images/border_01.png) #FFF;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

#recruit .recruit_qa h1 span {
    background: url(images/border_02.png);
    color: #FFF;
    padding: 1px 10px;
    font-weight: normal;
}

#recruit .recruit_qa .setsumei {
    margin: 10px 10px 0 0;
    float: left;
    background-color: #FFF;
    font-size: 11px;
    line-height: 130%;
    padding: 5px 10px;
}

#recruit .recruit_qa article {
    margin: 20px 0;
    background: url(images/border_01.png);
    float: left;
    width: 100%;
}

#recruit .recruit_qa article h2 {
    border-left: 20px solid #1E6FB1;
    font-size: 14px;
    padding: 0 0 0 5px;
}

#recruit .recruit_qa article p {
    margin: 1% 3% 3% 3%;
    float: left;
    width: 90%;
    background-color: #FFF;
    padding: 2%;
}

#recruit .setsumei {
    margin: 0;
    float: left;
    width: 100%;
}

#recruit .setsumei h1 {
    margin: 0;
    font-size: 32px;
    float: left;
    background: url(images/border_01.png) #FFF;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

#recruit .setsumei h1 span {
    background: url(images/border_02.png);
    color: #FFF;
    padding: 1px 10px;
    font-weight: normal;
}

#recruit .setsumei .text {
    margin: 10px 0 20px 0;
    float: left;
    width: 100%;
}

#recruit .setsumei ul {
    margin: 0;
    float: left;
    width: 100%;
}

#recruit .setsumei ul li {
    margin: 0;
    float: left;
    width: 100%;
    border-bottom: 1px dashed #000;
}

#recruit .setsumei ul li .tit {
    margin: 0;
    float: left;
    width: 180px;
    padding: 20px 0;
}

#recruit .setsumei ul li .box {
    margin: 0;
    padding: 20px 0;
    float: right;
    width: 500px;
}

#recruit .setsumei ul li .box a {
    text-decoration: underline;
    color: #1E6FB1;
}

#recruit .setsumei img {
    max-width: 100%;
    height: auto;
}



/*----------------------
404
----------------------*/
.box_404 {
    margin: 0;
    float: left;
    width: 100%;
    text-align: center;
}

.box_404 img {
    margin: 40px 0;
}

.box_404 .box_01 {
    margin: 0;
    float: left;
    width: 100%;
    background-color: #166DB3;
    text-align: left;
    margin: 0 0 20px 0;
}

.box_404 .box_01 .p01 {
    margin: 0 0 0 10px;
    font-size: 16px;
    color: #FFF;
    float: left;
}

.box_404 .box_01 .p02 {
    margin: 4px 0 0 10px;
    padding: 0 5px;
    background-color: #FFF;
    float: left;
    font-size: 12px;
}

.box_404 .box_02 {
    margin: 0;
    float: left;
    width: 100%;
    background: url(images/border_01.png) #166DB3;
    text-align: left;
}

.box_404 .box_02 .p01 {
    margin: 0;
    background-color: #FFF;
    padding: 5px 10px;
    width: 250px;
    float: left;
    font-size: 18px;
}

.box_404 .box_02 .p02 {
    margin: 0;
    background-color: #FFF;
    padding: 5px;
    margin: 10px;
    float: left;
}

/*----------------------
BX
----------------------*/
.bx-wrapper {
    position: relative;
    padding: 0;
    *zoom: 1;
    height: 432px;
    overflow: hidden;
}

.bxslider {
    overflow: hidden;
    height: 432px;
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
    z-index: 999999999;
}

@media only screen and (max-width:736px) {

    /*----------------------
    body
    ----------------------*/
    body {
        font: 12px/1.9;
        padding: 5px 0 0 0;
        margin: 0;
        min-width: 100%;
        width: 100%;
        overflow-x: hidden;
    }

    .f400 {
        width: 100%;
    }

    .f_text400 {
        width: 100%;
        height: 200px;
    }

    .overlay p {
        display: none;
    }

    /*----------------------
    header
    ----------------------*/
    header {
        margin: 0;
        float: left;
        width: 100%;
    }

    header .inner {
        width: 96%;
        margin: 0 1%;
        padding: 0 1% 5% 1%;
    }

    header h1 {
        margin: 20px 0 0 10px;
        float: left;
        width: 120px;
    }

    header h1 img {
        width: 120px;
    }

    header nav {
        display: none;
    }

    header .sub {
        display: none;
    }

    .gnavi-toggle {
        float: right;
        display: block;
        margin: 30px 15px 0 0;
    }

    /*----------------------
    SP MENU
    ----------------------*/
    .sp_menu {
        width: 75%;
        margin: 2% 5% 0 20%;
        position: absolute;
        display: block;
    }

    .sp_menu .tit {
        width: 100%;
        border-bottom: 2px solid #000;
        font-size: 16px;
        font-weight: 900;
    }

    .sp_menu .contact a {
        margin: 0 10px 15px 0;
        float: left;
        font-size: 14px;
        font-weight: 700;
        background-color: #fff;
        padding: 2px 15px;
    }

    .sp_menu .map a {
        margin: 0 0 15px 0;
        float: left;
        font-size: 14px;
        font-weight: 700;
        background-color: #000;
        color: #FFF;
        padding: 2px 15px;
    }

    .sp_menu .tel {
        margin: 0 0 15px 0;
        clear: both;
        border-top: 2px solid #000;
        padding: 15px 0 0 0;
    }

    .sp_menu .tel li {
        margin: 5px 0;
        font-size: 18px;
    }

    .sp_menu .tel li span {
        margin: 5px 0;
        font-size: 12px;
    }

    .sp_menu .menu {
        margin: 0;
    }

    .sp_menu .menu li {
        margin: 8px 0;
        font-size: 16px;
        border-bottom: 1px dashed #000;
    }

    .sp_menu .menu li a {
        display: block;
        overflow: hidden;
    }

    .sp_menu .menu .end {
        border: none;
    }

    .sp_menu .sns {
        margin: 5px 0 0 0;
        font-size: 12px;
        border-top: 2px solid #000;
        border-bottom: 2px solid #000;
        padding: 15px 0;
        float: left;
        width: 100%;
    }

    .sp_menu .sns li {
        margin: 0 15px 0 0;
        float: left;
    }

    .sp_menu .pp {
        margin: 15px 0;
        clear: both;
        float: left;
    }

    #broadcast .sp_menu {
        color: #fff;
    }

    #broadcast .sp_menu a {
        color: #fff;
    }

    #broadcast .sp_menu .contact a {
        color: #000;
    }

    #broadcast .sp_menu .map a {
        background-color: #666;
        color: #FFF;
    }

    #broadcast .sp_menu .tel {
        border-top: 2px solid #fff;
    }

    #broadcast .sp_menu .menu li {
        border-bottom: 1px dashed #fff;
    }

    #broadcast .sp_menu .sns {
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }

    #broadcast .sp_menu .menu .end {
        border: none;
    }



    /*----------------------
    footer
    ----------------------*/
    footer {
        margin: 0;
        float: left;
        width: 100%;
    }

    footer .inner {
        width: 100%;
    }

    footer .sns_box {
        margin: 0;
        float: left;
        width: 100%;
        background-color: #b3b3b3;
        padding: 20px 0;
        font-size: 13px;
        font-weight: 700;
    }

    footer .sns_box .inst {
        margin: 0 0 20px 0;
        float: left;
        width: 100%;
        color: #1E6FB1;
    }

    footer .sns_box .inst .instagram {
        float: none;
        width: 100%;
        margin: 7px 0 0;
    }
     footer .sns_box .inst .instagram li {
         max-width: 25%;
         flex-basis: 25%;
         padding: 5px;
         box-sizing: border-box;
     }

    footer .sns_box .inst .instagram img {
        float: none;
        width: 100%;
        margin: 0;
    }

    footer .sns_box .twitter {
        margin: 0 0 20px 0;
        float: left;
        width: 100%;
        color: #1E6FB1;
    }

    footer .sns_box .twitter div {
        margin: 10px 0 0 0;
        width: 96%;
        background-color: #ccc;
        padding: 2%;
        line-height: 0;
    }

    footer .sns_box .fb {
        margin: 0 0 20px 0;
        float: left;
        width: 100%;
        color: #1E6FB1;
    }

    footer .sns_box .fb div {
        float: left;
        padding: 2%;
        width: 96%;
        background-color: #fff;
        text-align: center;
        line-height: 0;
    }

    footer .sns_box .fb div iframe {
        background-color: #FFF;
        width: 100%;
    }

    footer .sns_box .yu {
        width: 100%;
    }

    footer .sns_box .yu .in {
        width: 100%;
    }

    footer .info {
        margin: 0;
        color: #FFF;
        padding: 5%;
        float: left;
        width: 90%;
    }

    footer .info .tel {
        width: 100%;
    }

    footer .info .mail {
        width: 100%;
        margin: 20px 0;
    }

    footer .info .map {
        width: 100%;
    }

    footer .foot_link_left {
        display: none;
    }

    footer .foot_link_right {
        display: none;
    }

    footer .pp {
        display: none;
    }

    footer address {
        margin: 0;
        text-align: center;
        clear:both;
    }

 /*----------------------
    .c-sns
    ----------------------*/
    .c-sns {
  padding: 30px 30px;
}

.c-sns-list {
  column-gap: 20px;
}

.c-sns-list__item {
  width: 30px;
  height: 30px;
}

    /*----------------------
    wapper
    ----------------------*/
    .wapper {
        margin: 0;
        float: left;
        width: 100%;
        position: relative;
        -webkit-transition: left 0.3s;
        transition: left 0.3s;
        z-index: 9999;
        overflow-x: hidden;
    }

    .show .wapper {
        position: fixed;
        left: -85%;
    }

    .wapper {
        margin: 0;
        float: left;
        width: 100%;
    }

    .wapper .inner {
        margin: 0 1%;
        width: 96%;
        padding: 0 1%;
    }

    /**/
    .main_img {
        margin: 0;
        float: left;
        width: 100%;
    }

    .main_img ul {
        margin: 0 auto;
    }

    .main_img ul li {
        margin: 0;
        float: left;
        width: 100%;
        text-align: center;
        background-color: #FDCB0A;
        line-height: 0;
    }

    .main_img ul li img {
        margin: 0 auto;
        width: 100%;
    }

    /*----------------------
    TOP
    ----------------------*/
    #top .our_service {
        margin: 20px 0 30px 0;
        float: left;
        width: 100%;
    }

    #top .our_service h1 {
        margin: 0 0 20px 0;
        width: 100%;
        font-weight: 700;
        font-size: 20px;
        line-height: 100%;
    }

    #top .our_service h1 span {
        margin: 0;
        letter-spacing: 0px;
        font-size: 20px;
        line-height: 120%;
    }

    #top .our_service ul {
        margin: 0;
        padding: 0;
        width: 100%;
        text-align: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    #top .our_service ul li {
        margin: 0 0 40px 0;
        max-width: 33.3333%;
        flex-basis: 33.3333%;
        text-align: center;
    }

    #top .our_service ul li .logo {
        width: 80px;
        height: 80px;
        line-height: 80px;
        border-radius: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
    }

    #top .our_service ul li p {
        margin: 10px 0 10px 0;
        font-size: 9px;
        font-weight: 900;
        height: 30px;
    }

    #top .our_service ul li span {
        margin: 0;
        clear: both;
        background-color: #E6E6E6;
        padding: 3px 5px;
        font-size: 9px;
        font-weight: 700;
    }

    #top .top_news_box {
        margin: 0 0 20px 0;
        float: left;
        width: 100%;
    }

    #top .top_box {
        width: 100%;
        border-bottom: none;
        padding: 0 0 20px 0;
        margin: 0 0 20px 0;
    }

    #top .top_box article {
        max-width: 47%;
        flex-basis: 47%;
        margin-bottom: 20px;
    }

    #top .bottom_box {
        width: 100%;
        margin: 0;
    }

    #top .bottom_box article {
        margin: 0 1% 3% 1%;
        width: 48%;
        min-height: 200px;
    }

    #top .top_nabe {
        margin: 0 0 30px 0;
        float: left;
        width: 100%;
    }

    #top .top_nabe article {
        margin: 0 1% 3% 1%;
        float: left;
        width: 48%;
        min-height: 200px;
    }

    #top .top_news_box h1 {
        margin: 0 0 10px 0;
        font-size: 30px;
        width: 100%;
        line-height: 50%;
    }

    #top .top_nabe h1 {
        margin: 0 0 10px 0;
        font-size: 30px;
        float: left;
        width: 100%;
        line-height: 50%;
        color: #d3d3d3;
    }

    #top .top_news_box figure,
    #top .top_nabe figure {
        line-height: 0;
        float: left;
        width: 100%;
        background-color: #FDCB0A;
    }

    #top .top_news_box article h2,
    #top .top_nabe article h2 {
        font-size: 12px;
        float: left;
        width: 100%;
    }

    #top .top_news_box span,
    #top .top_nabe span {
        margin: 0;
        font-size: 14px;
    }

    #top .top_news_box img,
    #top .top_nabe img {
        margin: 0;
        width: 100%;
        line-height: 0;
        float: left;
    }

    #top .top_news_box .cat,
    #top .top_nabe .cat {
        margin: -19px 0 0 0;
        padding: 0 10px;
        float: left;
        font-size: 10px;
        position: relative;
        z-index: 99999;
    }

    #top .top_news_box .day,
    #top .top_nabe .day {
        margin: 5px 0 0 0;
        font-size: 11px;
        text-align: right;
        float: left;
        width: 100%;
    }

    #top .top_news_box .text,
    #top .top_nabe .text {
        margin: 0;
        line-height: 140%;
        float: left;
        width: 100%;
    }

    /*----------------------
    共通　MAP、
    ----------------------*/
    .in_box {
        margin: 0;
    }

    .in_box .left {
        margin: 0 0 20px 0;
        width: 100%;
    }

    .in_box .right {
        margin: 0;
        width: 100%;
        border-top: 3px solid #1E6FB1;
        padding: 10px 0 0 0;
    }

    .in_box .right .side_menu li {
        float: left;
        width: 100%;
    }

    .in_box .right .side_menu .sub a {
        padding: 7px 5px 7px 36px;
        font-size: 11px !important;
        font-weight: 400;
        background: url(images/icon_side_x_s.png) 18px 12px no-repeat;
    }

    .in_box .right .side_menu .sub_2 a {
        padding: 7px 5px 7px 36px;
        font-size: 11px !important;
        font-weight: 400;
        background: url(images/icon_side_x_s_2.png) 18px 12px no-repeat;
    }

    .in_box .right .side_busyo {
        margin: 30px 0 40px 0;
        float: left;
    }

    .in_box .right .side_busyo .tit {
        margin: 0 0 20px 0;
    }

    .in_box .right .side_busyo ul {
        margin: 0;
    }

    .in_box .right .side_busyo ul li {
        margin: 5px 0;
        line-height: 48px;
        float: left;
        width: 50%;
    }

    .in_box .right .side_busyo ul li p {
        margin: 0;
        float: left;
        font-size: 9px;
    }

    .in_box .right .side_busyo .logo {
        margin: 0 10px 0 0;
        height: 48px;
        width: 48px;
        line-height: 48px;
        text-align: center;
        border-radius: 24px;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
    }

    .in_box .right .side_busyo .logo img {
        margin: 0;
        vertical-align: middle;
    }

    /*----------------------
    MAP index
    ----------------------*/
    #map .left .head {
        margin: 0;
        background: url(images/in_box_head_bg.png) #19609B 0 0 repeat-x;
        height: auto;
    }

    #map .left h1 {
        margin: 0 0 0 5px;
        font-size: 32px;
        color: #fff;
        line-height: 100%;
        padding: 10px 0 0 0;
    }

    #map .left .pan {
        margin: 0 0 0 5px;
        font-size: 11px;
    }

    #map .left .text {
        margin: 20px 0 0 5px;
        color: #FFF;
        font-size: 10px;
    }

    #map .list {
        margin: 0;
        width: 100%;
    }

    #map .list li {
        margin: 10px 1%;
        width: 48%;
    }

    #map .list li img {
        margin: 0;
        width: 100%;
    }

    #map .list li .h_sta_text {
        width: 100%;
        box-sizing: border-box;
        padding: 3px;
    }

    #map .list li .m_sta_text {
        width: 100%;
        box-sizing: border-box;
        padding: 3px;
    }

    /*----------------------
    MAP detail
    ----------------------*/
    #map_detail .head .pan {
        padding: 0 0 0 5px;
    }

    .iten_btn {
        margin: 0 0 20px 0;
        position: inherit;
        float: left;
        width: 100%;
        top: 10px;
        right: 10px;
        padding: 10px;
        background-color: #fff;
    }

    .iten_btn li {
        margin: 0 5px;
        float: left;
        padding: 0 5px;
        background-color: #1e6fb1;
    }

    .iten_btn li a {
        margin: 0;
        color: #FFF;
    }

    #map_detail .nav_tab ul {
        margin: 0;
        width: 100%;
        display: none;
    }

    #map_detail .goggle_map iframe {
        width: 94%;
        height: 300px;
        padding: 3%;
        background-color: #CCC;
    }

    #map_detail .ad {
        width: 94%;
        padding: 2% 3%;
    }

    #map_detail article .floor_map img {
        width: 100%;
    }

    #map_detail .nav_tab .nav_box .rp {
        width: 100%;
    }

    #map_detail .nav_tab .rp span {
        font-size: 9px;
    }

    #map_detail article ul {
        margin: 0;
        float: left;
        width: 100%;
    }

    #map_detail article ul li {
        margin: 0 0 40px 0;
        float: left;
        width: 50%;
    }

    #map_detail article ul li .floor_name {
        margin: 0;
        background-color: #FFF;
        float: left;
        padding: 2px 3px;
    }

    #map_detail article ul li img {
        width: 100%;
    }

    #map_detail article ul li .tel {
        margin: 0;
        font-size: 13px;
    }

    #map_detail article ul li .text {
        margin: 0;
        background-color: #FFF;
        float: left;
        width: 100%;
        padding: 2px 0 0 0;
        font-size: 11px;
    }

    #map_detail .f_tel {
        width: 100%;
        height: auto;
        background-color: #CBCBCB;
    }

    #map_detail .f_tel ul {
        margin: 0;
    }

    #map_detail .f_tel li {
        float: left;
    }

    #map_detail .f_tel .col_1 {
        margin: 0;
        width: 100%;
    }

    #map_detail .f_tel .col_2 {
        margin: 0;
        width: 100%;
    }

    #map_detail .f_tel .col_3 {
        margin: 0;
        float: right;
        width: 100%;
    }

    #map_detail .f_tel .col_4 {
        margin: 0;
        width: 100%;
    }

    #map_detail .f_tel .col_5 {
        margin: 0;
        width: 100%;
    }

    #map_detail .f_tel .col_6 {
        width: 100%;
    }

    #map_detail .f_tel .no {
        margin: 0;
        background-color: #1E6FB0;
        height: 60px;
        width: 54px;
        color: #FFF;
        float: left;
        padding: 5px 0 0 0;
        font-size: 14px;
        font-weight: 700;
        line-height: 100%;
        text-align: center;
    }

    #map_detail .f_tel .floor_name {
        margin: 0;
        background-color: #4D4D4D;
        color: #FFF;
        width: 96%;
        padding: 0 2%;
    }

    #map_detail .f_tel .floor_name span {
        margin: 0 0 0 5px;
    }

    #map_detail .f_tel .tel {
        margin: 0 0 0 5px;
        float: left;
    }

    #map_detail .img_nav {
        margin: 0;
        float: left;
        width: 100%;
        line-height: 0;
    }

    #map_detail .img_nav div {
        min-height: 100%;
        float: left;
        width: 100%;
    }

    #map_detail .img_nav div img {
        width: 100%;
    }

    #map_detail .img_nav ul {
        margin: 0;
        float: left;
        width: 100%;
    }

    #map_detail .img_nav li {
        margin: 0;
        float: left;
        width: 25%;
        margin: 0;
    }

    #map_detail .img_nav li img {
        margin: 0;
        width: 100%;
    }

    #map_detail .naiyou {
        margin: 0 0 20px 0;
        float: left;
        width: 100%;
    }

    #map_detail .naiyou .naiyou_l {
        width: 100%;
    }

    #map_detail .naiyou .naiyou_r {
        margin: 0;
        float: right;
        width: 100%;
    }

    #map_detail .naiyou .naiyou_r .tit {
        margin: 0;
        float: left;
        width: 100%;
        height: 20px;
        line-height: 20px;
    }

    #map_detail .naiyou .naiyou_r .text_box {
        margin: 0;
        float: right;
        width: 100%;
    }

    #map_detail .naiyou .naiyou_all {
        margin: 0;
        float: left;
        width: 100%;
    }

    #map_detail .naiyou .naiyou_all .tit {
        margin: 0;
        float: left;
        width: 100%;
        height: 20px;
        line-height: 20px;
    }

    #map_detail .naiyou .naiyou_all .text_box {
        margin: 0;
        float: right;
        width: 100%;
    }

    #map_detail .add_box .img_box {
        margin: 0 0 30px 0;
        float: left;
        width: 30%;
    }

    #map_detail .add_box .text_box {
        margin: 0 0 30px 0;
        float: left;
        width: 70%;
    }

    #map_detail .add_box .text_box h1 {
        margin: 0;
        float: left;
        width: 100%;
        box-sizing: border-box;
        padding: 0 0 0 10px;
        font-size: 14px;
    }

    #map_detail .add_box .text_box h1 span {
        margin: 0;
        text-align: right;
        position: absolute;
        right: 0;
        padding: 0 10px;
        background-color: #B2B2B2;
        height: 30px;
        font-size: 13px;
    }

    #map_detail .add_box .text_box h1 span a {
        color: #1E6FB0;
    }

    #map_detail .add_box .text_box .add {
        margin: 0;
        padding: 10px 0 0 10px;
        width: 100%;
        box-sizing: border-box;
    }

    #map_detail .add_box .text_box .tel {
        margin: 0;
        padding: 10px 0 10px 10px;
        width: 100%;
        box-sizing: border-box;
    }

    #map_detail .add_box .text_box p {
        margin: 0;
        padding: 10px 0 0 10px;
        width: 100%;
        box-sizing: border-box;
    }

    #map_detail .add_box .floor_map {
        margin: 0;
        float: left;
        width: 100%;
    }

    #map_detail .add_box .map {
        margin: 0;
        float: right;
        width: 100%;
    }

    #map_detail .add_box .map iframe {
        width: 100%;
        height: 200px;
    }

    /*----------------------
    CAMAPANY共通
    ----------------------*/
    #company {
        margin: 0;
    }

    #company .head {
        margin: 0;
        float: left;
        width: 100%;
        line-height: 160%;
        position: relative;
    }

    #company .head h1 {
        margin: 20px 0 20px 10px;
    }

    #company .head p {
        margin: 10px 0 20px 10px;
        font-size: 28px;
    }

    #company .head h2 {
        margin: 0;
        font-size: 32px;
        float: left;
        background: url(images/border_01.png) #FFF;
        width: 100%;
        height: 40px;
        line-height: 40px;
    }

    #company .head h2 span {
        background: url(images/border_02.png);
        color: #FFF;
        padding: 1px 10px;
        font-weight: normal;
    }

    #company .head strong {
        position: absolute;
        right: 10px;
        bottom: 10px;
        font-size: 13px;
        font-weight: normal;
    }

    /*----------------------
    会社概要
    ----------------------*/
    #company .profile {
        margin: 0;
        float: left;
        width: 100%;
    }

    #company .profile table {
        margin: 0;
        border-collapse: collapse;
        width: 100%;
    }

    #company .profile tr {
        margin: 0;
    }

    #company .profile th {
        margin: 0;
        background-color: #E6E6E6;
        padding: 5px 10px;
        text-align: left;
        border-bottom: 1px dashed #C9CACA;
        width: 70px;
        vertical-align: top;
    }

    #company .profile td {
        margin: 0;
        padding: 5px 10px;
        border-bottom: 1px dashed #C9CACA;
    }

    #company .profile table li {
        float: left;
        width: 100%;
    }

    #company .pdf {
        margin: 0;
        float: left;
        width: 548px;
    }

    #company .pdf .btn {
        margin: 0;
        float: left;
        background: url(images/border_02.png);
        color: #FFF;
        padding: 5px 10px;
        font-size: 30px;
        width: 70px;
        text-align: center;
    }

    #company .pdf .btn a {
        color: #FFF;
    }

    #company .pdf p {
        margin: 10px 20px 0 10px;
        float: left;
    }

    #company .soshikizu {
        margin: 20px 0 0 0;
        float: left;
        width: 100%;
    }

    #company .soshikizu h1 {
        margin: 0 0 20px 0;
        font-size: 32px;
        float: left;
        background: url(images/border_01.png);
        width: 100%;
        height: 40px;
        line-height: 40px;
    }

    #company .soshikizu h1 span {
        background: url(images/border_02.png);
        color: #FFF;
        padding: 0 10px;
        font-weight: normal;
    }

    #company .busyo {
        margin: 20px 0 0 0;
        float: left;
        width: 100%;
    }

    #company .busyo h1 {
        margin: 0 0 20px 0;
        font-size: 32px;
        float: left;
        background: url(images/border_01.png);
        width: 100%;
        height: 40px;
        line-height: 40px;
    }

    #company .busyo h1 span {
        background: url(images/border_02.png);
        color: #FFF;
        padding: 0 10px;
        font-weight: normal;
    }

    #company .busyo ul {
        margin: 0 0 0 0px;
        float: right;
        width: 100%;
        text-align: center;
    }

    #company .busyo ul li {
        margin: 0 0 20px 0;
        float: none;
        display: inline-block;
        width: 31%;
        text-align: center;
    }

    #company .busyo ul li p {
        margin: 10px 0 10px 0;
        font-size: 9px;
        font-weight: 900;
    }

    #company .busyo ul li .logo {
        width: 80px;
        height: 80px;
        line-height: 80px;
        border-radius: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
    }

    #company .busyo ul li span {
        margin: 0;
        clear: both;
        background-color: #E6E6E6;
        padding: 3px 5px;
        font-size: 9px;
        font-weight: 700;
    }

    /*----------------------
    沿革
    ----------------------*/
    #company .history_box ul {
        background: none;
    }

    #company .history_box .th01 {
        display: none;
    }

    #company .history_box .th02 {
        display: none;
    }

    #company .history_box .th03 {
        display: none;
    }

    #company .history_box li {
        margin: 0;
        float: left;
        width: 100%;
        border-bottom: 1px dashed #C9CACA;
    }

    #company .history_box .border {
        border-bottom: 1px solid #000 !important;
    }

    #company .history_box li .day {
        padding: 1% 8px;
        float: left;
        width: 100%;
        box-sizing: border-box;
        background-color: #1E6FB1;
        color: #FFF;
        text-align: center;
    }

    #company .history_box li .tit {
        padding: 2% 8px;
        float: left;
        width: 100%;
        box-sizing: border-box;
    }

    #company .history_box li .works {
        padding: 2% 8px;
        float: left;
        width: 100%;
        box-sizing: border-box;
        background-color: #F1F1F1;
    }

    /*----------------------
    沿革 VPN
    ----------------------*/
    #company .history_box_vpn ul {
        background: none;
    }

    #company .history_box_vpn .th01 {
        display: none;
    }

    #company .history_box_vpn .th02 {
        display: none;
    }

    #company .history_box_vpn .th03 {
        display: none;
    }

    #company .history_box_vpn ul::after {
        display: none;
    }


    #company .history_box_vpn li {
        margin: 0;
        float: left;
        width: 100%;
        border-bottom: 1px dashed #C9CACA;
    }

    #company .history_box_vpn .border {
        border-bottom: 1px solid #000 !important;
    }

    #company .history_box_vpn li .day {
        padding: 1% 8px;
        float: left;
        width: 100%;
        box-sizing: border-box;
        background-color: #1E6FB1;
        color: #FFF;
        text-align: center;
    }

    #company .history_box_vpn li .tit {
        padding: 2% 8px;
        float: left;
        width: 100%;
        box-sizing: border-box;
    }

    #company .history_box_vpn li .detail {
        padding: 2% 8px;
        float: left;
        width: 100%;
        box-sizing: border-box;
        background-color: #F1F1F1;
    }

    #company .history_box_vpn .none {
        display: none;
    }

    /*----------------------
    決算公告
    ----------------------*/
    .kessan_box .text_box {
        padding: 15px 0 20px;
        font-size: 12px;
    }

    .kessan_box table {
        font-size: 12px;
    }

    .kessan_box th {
        padding: 5px 5px;
    }

    .kessan_box td {
        padding: 5px 10px;
    }

    .kessan_box .i-pdf {
        padding-right: 5px;
    }

    .kessan_box .i-pdf a {
        padding-right: 50px;
    }

    .kessan_box .i-pdf a::after {
        width: 40px;
        height: 16px;
        line-height: 16px;
        font-size: 9px;
    }

    /*----------------------
    メッセージ
    ----------------------*/
    #company .img_box img {
        width: 100%;
    }

    /*----------------------
    理念
    ----------------------*/
    #company .philosophy {
        margin: 0;
        float: left;
        width: 100%;
    }

    #company .philosophy .tit_box {
        margin: 30px 0 0 0;
        float: left;
        width: 100%;
        background-color: #1E6FB1;
        height: auto;
        line-height: 160%;
    }

    #company .philosophy .tit_box h1 {
        margin: 0;
        padding: 5px 0;
        font-size: 16px;
        color: #FFF;
        float: left;
    }

    #company .philosophy .tit_box p {
        margin: 0;
        padding: 10px 0 0 0;
        background-color: #FFF;
        float: left;
        height: auto;
        line-height: 140%;
        width: 100%
    }

    /*----------------------
    お問い合わせ
    ----------------------*/
    #company .contact {
        margin: 0;
        float: left;
        width: 100%;
    }

    #company .contact ul {
        margin: 0;
        float: left;
        width: 100%;
    }

    #company .contact ul li {
        margin: 0;
        float: left;
        width: 100%;
        border-bottom: 1px dashed #000;
    }

    #company .contact ul li .tit {
        margin: 0;
        float: left;
        width: 100%;
        padding: 10px 0 5px 0;
        font-weight: bold;
    }

    #company .contact ul li .box {
        margin: 0;
        padding: 5px 0 10px 0;
        float: right;
        width: 100%;
    }

    #company .contact ul li .box a {
        text-decoration: underline;
        color: #1E6FB1;
    }

    #company .contact ul li input,
    #company .contact ul li textarea {
        max-width: 90%;
    }

    /*----------------------
    部署共通
    ----------------------*/
    .busyo_box {
        margin: 30px 0 80px 0;
    }

    .busyo_box .head {
        margin: 0;
        min-height: 77px;
        position: relative;
        float: left;
        width: 100%;
    }

    .busyo_box .head h1 {
        margin: 0 0 0 10px;
        font-size: 32px;
        font-weight: normal;
    }

    .busyo_box .head div {
        margin: 0;
        position: inherit;
        float: left;
        width: 100%;
        right: 0px;
        top: 0px;
        line-height: 160%;
        min-height: 100%;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        display: none;
    }

    .busyo_box .head div p {
        margin: 0;
        font-size: 13px;
        width: 200px;
        float: right;
    }

    .busyo_box .head div span {
        margin: 0;
        font-size: 11px;
    }

    .busyo_box .head h2 {
        float: left;
        font-size: 20px;
        padding: 1px 10px;
        color: #FFF;
        margin: 20px 0 0 0;
    }

    .busyo_box .head h3 {
        float: left;
        background-color: #FFF;
        min-height: 100%;
        min-width: 100%;
        margin: 0 0 0 0;
    }

    .busyo_box .main_img {
        margin: 0;
    }

    .busyo_box .main_img ul {
        margin: 0;
    }

    .busyo_box .main_img ul li {
        margin: 0;
    }

    .busyo_box .left {
        margin: 20px 0 40px 0;
        float: left;
        width: 100%;
    }

    .busyo_box .right {
        margin: 20px 0 0 0;
        float: right;
        width: 100%;
        border-top: 3px solid #1E6FB1;
        padding: 10px 0 0 0;
    }

    .busyo_box .right .side_menu li a {
        font-size: 14px;
        font-weight: 700;
        background: url(images/icon_side_x.png) 8px 50% no-repeat;
        padding: 5px 5px 5px 30px;
        width: 100%;
        box-sizing: border-box;
        float: left;
        transition: all 0.3s ease;
    }

    .busyo_box .right .side_menu li a:hover {
        background-color: #1E6FB0;
    }

    .busyo_box .right .side_menu .sub a {
        padding: 7px 5px 7px 36px;
        font-size: 11px !important;
        font-weight: 400;
        background: url(images/icon_side_x_s.png) 18px 12px no-repeat;
    }

    .busyo_box .right .side_busyo {
        margin: 30px 0 80px 0;
        float: left;
    }

    .busyo_box .right .side_busyo .tit {
        margin: 0 0 20px 0;
    }

    .busyo_box .right .side_busyo ul li {
        margin: 5px 0;
        line-height: 48px;
        float: left;
        width: 50%;
    }

    .busyo_box .right .side_busyo ul li p {
        margin: 0;
        float: left;
    }

    .busyo_box .right .side_busyo .logo {
        margin: 0 10px 0 0;
        height: 48px;
        width: 48px;
        line-height: 48px;
        text-align: center;
        border-radius: 24px;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
    }

    .busyo_box .right .side_busyo .logo img {
        margin: 0;
        vertical-align: middle;
    }

    /*----------------------
    TOP
    ----------------------*/
    .busyo_box .left .lead {
        margin: 0 0 40px 0;
        float: left;
        width: 100%;
    }

    .busyo_box .left .lead h2 {
        margin: 0;
        font-size: 16px;
    }

    .p-live__lead-copy {
        font-size: 14px;
        margin-bottom: 10px;
        padding-bottom: 5px;
        line-height: 150%;
    }

    .p-live__lead-copy br {
        display: none;
    }

    .p-live__lead-text {
        font-size: 12px;
        line-height: 160%;
        margin-bottom: 20px;
    }

    .busyo_box .left .news {
        margin: 0 0 20px 0;
        float: left;
        width: 100%;
    }

    .busyo_box .left .news .caption {
        margin: 0;
        width: 100%;
        height: 30px;
        float: left;
    }

    .busyo_box .left .news .caption p {
        width: 80px;
        height: 30px;
        line-height: 30px;
        padding: 0 5px;
        font-size: 16px;
        color: #FFF;
        font-weight: bold;
    }

    .busyo_box .left .news ul {
        margin: 0;
        float: right;
        width: 100%;
    }

    .busyo_box .left .news ul li {
        margin: 0 0 5px 0;
        float: left;
        width: 100%;
        border-bottom: 1px dashed #000000;
    }

    .busyo_box .left .news ul li .day {
        margin: 0;
        float: left;
        width: 100%;
    }

    .busyo_box .left .news ul li .tit {
        margin: 0;
        float: right;
        width: 100%;
    }

    .busyo_box .left .works_list {
        margin: 0 0 40px 0;
        float: left;
        width: 100%;
    }

    .busyo_box .left .works_list h1 {
        margin: 0 0 20px 0;
        float: left;
        width: 100%;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
    }

    .busyo_box .left .works_list h1 span {
        height: 30px;
        padding: 5px 10px;
        color: #FFF;
    }

    .busyo_box .left .works_list ul {
        width: 100%;
        margin: 0 -7px;
    }

    .busyo_box .left .works_list ul li {
        margin: 0 0 20px;
        padding: 0 7px;
        max-width: 50%;
        flex-basis: 50%;
        position: relative;
    }

    .busyo_box .left .works_list ul li .img_box {
        margin: 0 0 10px 0;
        line-height: 0;
        float: left;
    }

    .busyo_box .left .works_list ul li .img_box img {
        margin: 0;
        width: 100%;
    }

    .busyo_box .left .works_list ul li .tit {
        margin: 0;
    }

    .busyo_box .left .works_list ul li .icn {
        position: absolute;
        top: 5px;
        right: 5px;
    }

    .busyo_box .left .cal_50 {
        width: 100%;
    }

    .busyo_box .left .img_box {
        float: left;
        width: 100%;
        line-height: 0;
    }

    .busyo_box .left .cal_left {
        margin: 0 0 30px 0;
        float: left;
    }

    .busyo_box .left .cal_right {
        margin: 0 0 30px 0;
        float: right;
    }

    .busyo_box .left .cal_50 h1 {
        float: left;
        width: 100%;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
    }

    .busyo_box .left .cal_50 h1 span {
        height: 30px;
        padding: 5px 10px;
        color: #FFF;
    }

    .busyo_box .left .cal_50 h1 strong {
        font-size: 11px;
        font-weight: normal;
        background-color: #FFF;
        margin: 0 0 0 10px;
    }

    .busyo_box .left .nabe {
        margin: 0;
        float: left;
        width: 100%;
    }

    .busyo_box .left .nabe li {
        margin: 10px 1% 20px 1%;
        float: left;
        width: 48%;
    }

    .busyo_box .left .nabe li .img_box {
        margin: 0;
        line-height: 0;
    }

    .busyo_box .left .nabe li .img_box img {
        margin: 0;
        width: 100%;
        line-height: 0;
    }

    .busyo_box .left .nabe li span {
        margin: -19px 0 0 0;
        background-color: #1E6FB1;
        padding: 0 10px;
        float: left;
        font-size: 10px;
        position: relative;
        z-index: 99999;
    }

    .busyo_box .left .nabe li p {
        margin: 0;
        float: left;
        width: 100%;
    }

    .busyo_box .left .nabe_02 {
        float: left;
        width: 100%;
        margin: 0 0 20px 0;
    }

    .busyo_box .left .nabe_02 h1 {
        float: left;
        width: 100%;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
    }

    .busyo_box .left .nabe_02 h1 span {
        height: 30px;
        padding: 5px 10px;
        color: #FFF;
    }

    .busyo_box .left .nabe_02 ul {
        margin: 20px 0 0 0;
        float: left;
        width: 100%;
    }

    .busyo_box .left .nabe_02 li {
        margin: 0 1% 20px 1%;
        float: left;
        width: 48%;
    }

    .busyo_box .left .nabe_02 li .img_box {
        margin: 0;
        line-height: 0;
    }

    .busyo_box .left .nabe_02 li .img_box img {
        margin: 0;
        width: 100%;
        line-height: 0;
    }

    .busyo_box .left .nabe_02 li span {
        margin: -19px 0 0 0;
        background-color: #1E6FB1;
        padding: 0 10px;
        float: left;
        font-size: 10px;
        position: relative;
        z-index: 99999;
    }

    .busyo_box .left .nabe_02 li p {
        margin: 0;
        float: left;
        width: 100%;
    }

    .busyo_box .left .map_box {
        margin: 0;
        float: left;
        width: 100%;
    }

    .busyo_box .left .map_box .map_box_l {
        margin: 0 0 10px 0;
        float: left;
        width: 100%;
    }

    .busyo_box .left .map_box .map_box_l h2 {
        margin: 0 0 0 10px;
        height: 30px;
        line-height: 30px;
        color: #FFF;
        font-size: 18px;
    }

    .busyo_box .left .map_box .map_box_l p {
        margin: 10px 0 0 0;
        width: 100%;
        background-color: #FFF;
    }

    .busyo_box .left .map_box .map_box_r {
        margin: 0;
        float: right;
        width: 100%;
    }

    .busyo_box .left .map_box .map_box_r img {
        margin: 0;
        width: 100%;
        height: 240px;
    }

    .busyo_box .left .studio_box {
        margin: 0 0 16px 0;
        float: left;
        width: 100%;
    }

    .busyo_box .left .studio_box h1 {
        float: left;
        width: 100%;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
    }

    .busyo_box .left .studio_box h1 span {
        height: 30px;
        padding: 5px 10px;
        color: #FFF;
    }

    .busyo_box .left .studio_box h1 strong {
        font-size: 11px;
        font-weight: normal;
        background-color: #FFF;
        margin: 0 0 0 10px;
    }

    .busyo_box .left .studio_box h2 {
        margin: 0;
        width: 100%;
        box-sizing: border-box;
    }

    .busyo_box .left .studio_box ul {
        margin: 0;
        width: 100%;
    }

    .busyo_box .left .studio_box ul li {
        margin: 0 1% 14px 1%;
        width: 48%;
    }

    #video .busyo_box .left .studio_box .list_01 p {
        background: url(images/border_video_s_i_01.png) -17px 0 no-repeat #009fe8;
    }

    #video .busyo_box .left .studio_box .list_02 p {
        background: url(images/border_video_s_i_02.png) -17px 0 no-repeat #009fe8;
    }

    #video .busyo_box .left .studio_box .list_03 p {
        background: url(images/border_video_s_i_03.png) -17px 0 no-repeat #009fe8;
    }

    #video-ma .busyo_box .left .studio_box .list_01 p {
        background: url(images/border_video-ma_s_i_01.png) -17px 0 no-repeat #F7931E;
    }

    #video-ma .busyo_box .left .studio_box .list_02 p {
        background: url(images/border_video-ma_s_i_02.png) -17px 0 no-repeat #F7931E;
    }

    #video-ma .busyo_box .left .studio_box .list_03 p {
        background: url(images/border_video-ma_s_i_03.png) -17px 0 no-repeat #F7931E;
    }

    .busyo_box .left .studio_box ul li p {
        margin: 0;
        float: left;
        width: 100%;
        box-sizing: border-box;
        padding: 0 0 0 40px;
        height: 15px;
        line-height: 15px;
        color: #FFF;
        font-size: 10px;
    }

    .busyo_box .content {
        float: left;
        width: 100%;
        margin: 0 0 20px 0;
    }

    .busyo_box .content .head {
        float: left;
    }

    .busyo_box .content .head h1 {
        float: left;
    }

    .busyo_box .content .works_list {
        float: left;
        width: 100%;
        margin: 0 0 40px 0;
    }

    .busyo_box .content .works_list ul {
        float: left;
        width: 100%;
        margin: 0 0 20px 0;
    }

    .busyo_box .content .works_list ul li {
        width: 48%;
        padding: 0 1%;
        margin: 0 0 20px 0;
    }

    .busyo_box .content .works_list ul li .img_box {
        float: left;
        width: 100%;
    }

    .busyo_box .content .works_list ul li .img_box img {
        float: left;
        width: 100%;
    }

    .busyo_box .content .works_list ul li .tit {
        float: left;
        width: 100%;
        font-weight: bold;
        margin: 3px 0 3px 0;
    }

    .busyo_box .content .works_list ul li .text {
        float: left;
        width: 100%;
        margin: 0 0 3px 0;
    }

    .busyo_box .content .works_list ul li .day {
        float: left;
        font-size: 11px;
        width: 100%;
    }

    .busyo_box .content .works_list .nav {
        float: left;
        width: 100%;
        text-align: center;
    }

    .busyo_box .content .works_list .nav a {
        margin: 5px;
        height: 20px;
        width: 20px;
        line-height: 20px;
        display: inline-block;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        color: #FFF;
    }

    .busyo_box .content .works_list_02 {
        float: left;
        width: 100%;
        background: url(images/border_01.png);
    }

    .busyo_box .content .works_list_02 h2 {
        float: left;
        background-color: #000;
        color: #fff;
        font-size: 18px;
        padding: 1px 14px;
    }

    .busyo_box .content .works_list_02 .text_box {
        float: left;
        width: 92%;
        padding: 2%;
        margin: 0 2% 8% 2%;
        background-color: #FFF;
    }

    .busyo_box .content .sub_box {
        width: 100%;
        float: left;
        background: url(images/border_01.png);
    }

    .busyo_box .content .sub_box .inner {
        float: left;
        width: 92%;
        padding: 2%;
        margin: 2%;
        background-color: #FFF;
    }

    .busyo_box .content .film_equipment {
        margin: 0;
    }

    .busyo_box .content .film_equipment .left_box {
        width: 100%;
    }

    .busyo_box .content .film_equipment .left_box .heading {
        font-size: 20px;
        padding: 10px 20px 10px 0;
    }

    .busyo_box .content .film_equipment .left_box .heading span {
        font-size: 12px;
    }

    .busyo_box .content .film_equipment .left_box .tit {
        margin: 0;
        float: left;
        background-color: #FFF;
        font-size: 18px;
        width: 100%;
    }

    .busyo_box .content .film_equipment .left_box .tit {
        font-size: 14px;
    }

    .busyo_box .content .film_equipment .left_box .text_box {
        width: 90%;
    }

    .busyo_box .content .film_equipment .right_box {
        margin: 0;
        float: right;
        width: 100%;
        line-height: 0;
    }

    .busyo_box .content .film_equipment .right_box img {
        margin: 0 0 10px 0;
        width: 100%;
        line-height: 0;
    }

    .busyo_box .content .video-ma_system_style_box {
        margin: 0;
    }

    .busyo_box .content .video-ma_system_style_box .box_01 img {
        width: 100%;
    }

    .busyo_box .content .video-ma_system_style_box .box_02 {
        margin: 0 0 30px 0;
        float: left;
        width: 100%;
        background: url(images/border_video-ma_03.png);
    }

    .busyo_box .content .video-ma_system_style_box .box_02 p {
        margin: 2%;
        float: left;
        width: 96%;
        background-color: #FFF;
    }

    .busyo_box .content .video-ma_system_style_box .box_03 {
        margin: 0;
        float: left;
        width: 100%;
        background: url(images/border_01.png);
    }

    .busyo_box .content .video-ma_system_style_box .box_03 .box_03_l {
        margin: 0;
        float: left;
        width: 100%;
    }

    .busyo_box .content .video-ma_system_style_box .box_03 .box_03_l img {
        width: 100%;
    }

    .busyo_box .content .video-ma_system_style_box .box_03 .box_03_r {
        float: left;
        width: 100%;
    }

    .busyo_box .content .video-ma_system_style_box .box_03 .box_03_r p {
        margin: 0 0 10px 0;
        padding: 5px;
        background-color: #FFF;
    }

    .busyo_box .content .video-ma_system_style_box .box_04 {
        margin: 30px 0 0 0;
        float: left;
        width: 100%;
        text-align: right;
    }

    .busyo_box .content .video-ma_system_style_box .box_04 img {
        margin: 0;
    }

    .busyo_box .content .video_system_style {
        margin: 0;
    }

    .busyo_box .content .video_system_style .box_01 {
        margin: 0;
        float: left;
        width: 100%;
        line-height: 0;
    }

    .busyo_box .content .video_system_style .box_01 img {
        width: 100%;
    }

    .busyo_box .content .video_system_style .box_02 {
        margin: 0;
        float: left;
        width: 100%;
        background-color: #75DADF;
        line-height: 0;
    }

    .busyo_box .content .video_system_style .box_02 .box_02_l {
        margin: 0;
        float: left;
        width: 100%;
    }

    .busyo_box .content .video_system_style .box_02 .box_02_l img {
        width: 100%;
    }

    .busyo_box .content .video_system_style .box_02 .box_02_r {
        margin: 0;
        float: left;
        width: 100%;
    }

    .busyo_box .content .video_system_style .box_02 .box_02_r .p01 {
        background: url(images/border_01.png) #FFF;
        float: left;
        width: 96%;
        padding: 2%;
        font-size: 11px;
        line-height: 160%;
    }

    .busyo_box .content .video_system_style .box_02 .box_02_r .p02 {
        margin: 10px 0;
        color: #FFF;
        text-align: center;
        font-size: 14px;
        float: left;
        width: 100%;
        line-height: 160%;
    }

    .busyo_box .content .video_system_style .box_02 .box_02_r .p02 a {
        color: #FFF;
    }

    .busyo_box .content .video_system_style .box_03 {
        margin: 0;
        float: left;
        width: 100%;
        background: url(images/border_02.png);
    }

    .busyo_box .content .video_system_style .box_03 p {
        margin: 10px;
        color: #75DADF;
    }

    .busyo_box .content .audio_system_style {
        margin: 0;
    }

    .busyo_box .content .audio_system_style .box_01 {
        float: left;
        width: 100%;
        box-sizing: border-box;
        padding: 0 5px 10px 5px;
    }

    .busyo_box .content .audio_system_style .box_01_02 {
        margin: 0 0 10px 0;
        float: left;
        width: 33.3333%;
        line-height: 0;
    }

    .busyo_box .content .audio_system_style .box_01_02 img {
        margin: 0;
        width: 100%;
    }

    .busyo_box .content .audio_system_style .box_01_03 {
        margin: 0 0 10px 0;
        width: 33.3333%;
        float: left;
        line-height: 0;
    }

    .busyo_box .content .audio_system_style .box_01_03 img {
        margin: 0 0 10px 0;
        width: 100%;
    }

    .busyo_box .content .audio_system_style .box_01_04 {
        margin: 0 0 10px 0;
        float: right;
        width: 33.3333%;
        line-height: 0;
    }

    .busyo_box .content .audio_system_style .box_01_04 img {
        margin: 0;
        width: 100%;
    }

    .busyo_box .content .audio_system_style .box_01_05 {
        margin: 0 0 10px 0;
        float: left;
        width: 50%;
        line-height: 0;
    }

    .busyo_box .content .audio_system_style .box_01_05 img {
        margin: 0;
        width: 100%;
    }

    .busyo_box .content .audio_system_style .box_01_06 {
        margin: 0 0 10px 0;
        float: right;
        width: 50%;
        line-height: 0;
    }

    .busyo_box .content .audio_system_style .box_01_06_2 {
        width: 100%;
    }

    .busyo_box .content .audio_system_style .box_01_06 img {
        margin: 0;
        width: 100%;
    }

    .busyo_box .content .audio_equipment {
        margin: -20px 0 0 0;
        float: left;
        width: 100%;
    }

    .busyo_box .content .audio_equipment .box_01 {
        margin: 0;
        float: left;
        width: 100%;
        line-height: p;
    }

    .busyo_box .content .audio_equipment .box_01 img {
        margin: 0;
        width: 100%;
    }

    .busyo_box .content .audio_equipment .box_02 {
        margin: 0;
        float: left;
        width: 100%;
        background: url(images/border_01.png);
    }

    .busyo_box .content .audio_equipment .box_02 .tit {
        margin: 0 0 10px 0;
        background-color: #FFF;
        padding: 1px 80px 1px 5px;
        font-size: 16px;
        float: left;
        font-weight: 700;
        clear: both;
    }

    .busyo_box .content .audio_equipment .box_02 .text_box {
        margin: 0 2% 10px 2%;
        background-color: #FFF;
        padding: 2%;
        line-height: 160%;
        float: left;
        width: 92%;
    }




    /*----------------------
    NABE
    ----------------------*/
    #nabe {
        background-color: #FCCA0A;
    }

    #nabe .head {
        margin: 0;
        float: left;
        width: 100%;
        background: url(images/border_nabe_01.png);
    }

    #nabe .head h1 {
        margin: 2px 0 0 0;
        font-size: 32px;
        color: #888;
        line-height: 100%;
        height: 30px;
        font-weight: normal;
    }

    #nabe .head h2 {
        margin: 0;
        font-size: 28px;
        color: #888;
        font-weight: normal;
        line-height: 100%;
        height: 40px;
    }

    #nabe .head h2 span {
        margin: 0 0 0 20px;
        background-color: #FFF;
        font-size: 12px;
        padding: 2px 5px;
    }

    #nabe .head .tag {
        margin: 0;
        background: url(images/border_01.png) #FFF;
        float: left;
        width: 100%;
        display: none;
    }

    #nabe .head .tag li {
        margin: 2px 15px 7px 0;
        float: left;
        width: 170px;
        height: 22px;
        line-height: 22px;
    }

    #nabe .head .tag li img {
        margin: 0 2px 0 0;
        float: left;
    }

    #nabe .head .tag li p {
        margin: 0;
        width: 135px;
        float: right;
        padding: 0 5px;
        color: #FFF;
    }

    #nabe .nabe_list {
        margin: 20px 0 80px 0;
        float: left;
        width: 100%;
    }

    #nabe .nabe_list ul {
        margin: 0x;
        width: 100%;
    }

    #nabe .nabe_list ul li {
        margin: 0 1% 20px 1%;
        float: left;
        width: 48%;
    }

    #nabe .nabe_list ul li .img_box {
        margin: 0;
        line-height: 0;
    }

    #nabe .nabe_list ul li .img_box img {
        margin: 0;
        width: 100%;
        line-height: 0;
    }

    #nabe .nabe_list ul li .cat {
        margin: -19px 0 0 0;
        padding: 0 10px;
        float: left;
        font-size: 10px;
        position: relative;
        z-index: 99999;
        color: #FFF;
    }

    #nabe .nabe_list ul li .tit {
        margin: 3px 0 8px 0;
        font-size: 12px;
        float: left;
        width: 100%;
        font-weight: bold;
    }

    #nabe .nabe_list ul li .day {
        margin: 0;
        font-size: 10px;
        text-align: right;
    }

    #nabe .news_side_lsit {
        margin: 0 0 0 o;
        width: 100%;
    }

    #nabe .news_side_lsit li {
        margin: 0 1% 20px 1%;
        float: left;
        width: 48%;
    }

    #nabe .news_side_lsit li .img_box {
        margin: 0;
        line-height: 0;
    }

    #nabe .news_side_lsit li .img_box img {
        margin: 0;
        width: 100%;
        line-height: 0;
    }

    #nabe .news_side_lsit .cat {
        margin: -19px 0 0 0;
        padding: 0 10px;
        float: left;
        font-size: 10px;
        position: relative;
        z-index: 99999;
        color: #FFF;
    }

    #nabe .news_side_lsit h2 {
        margin: 3px 0 8px 0;
        font-size: 12px;
        float: left;
        width: 100%;
        font-weight: bold;
    }

    #nabe .news_side_lsit .text {
        margin: 0;
    }

    #nabe .news_side_lsit .day {
        margin: 0;
        font-size: 10px;
        text-align: right;
    }

    #nabe .side_tag {
        float: left;
        width: 100%;
        background: url(images/border_01.png);
        margin: 30px 0 40px 0;
    }

    #nabe .side_tag .tag {
        margin: 0;
        background: url(images/border_01.png) #FFF;
        float: left;
        width: 100%;
        box-sizing: border-box;
        padding: 15px;
    }

    #nabe .side_tag .tag li {
        margin: 2px 1% 7px 1%;
        float: left;
        width: 48%;
        height: 22px;
        line-height: 22px;
    }

    #nabe .side_tag .tag li img {
        margin: 0 2px 0 0;
        float: left;
    }

    #nabe .side_tag .tag li p {
        margin: 0;
        width: 95px;
        float: left;
        padding: 0 5px;
        color: #FFF;
        font-size: 10px;
    }

    #nabe .nabe_tep_01 {
        margin: 0;
        float: left;
        width: 100%;
    }

    #nabe .nabe_tep_01 .tit_box {
        margin: 0;
        float: left;
        width: 100%;
        border-bottom: 1px solid #000;
        position: relative;
    }

    #nabe .nabe_tep_01 .tit_box h1 {
        margin: 0;
        font-size: 20px;
        float: left;
    }

    #nabe .nabe_tep_01 .tit_box .cat {
        margin: 0;
        float: left;
        clear: both;
        padding: 1px 10px;
        color: #FFF;
        position: inherit;
        right: 0px;
        bottom: 1px;
    }

    #nabe .nabe_tep_01 .box_01 {
        margin: 0;
        line-height: 0;
        float: left;
        width: 100%;
        background-color: #E5E5E5;
    }

    #nabe .nabe_tep_01 .box_01 .box_01_l {
        margin: 0;
        float: left;
        width: 100%;
    }

    #nabe .nabe_tep_01 .box_01 .box_01_l img {
        margin: 0;
        width: 100%;
    }

    #nabe .nabe_tep_01 .box_01 .box_01_r {
        margin: 0;
        float: left;
        width: 100%;
    }

    #nabe .nabe_tep_01 .box_01 .box_01_r p {
        margin: 20px;
        line-height: 160%;
    }

    #nabe .nabe_tep_01 .box_02 {
        margin: 20px 0;
        float: left;
        width: 100%;
    }

    #nabe .nabe_tep_01 .box_02 img {
        width: 100%;
        margin: 0 0 10px 0;
    }

    #nabe .nabe_tep_02 {
        margin: 0;
        float: left;
        width: 100%;
    }

    #nabe .nabe_tep_02 .tit_box {
        margin: 0;
        float: left;
        width: 100%;
        border-bottom: 1px solid #000;
        position: relative;
    }

    #nabe .nabe_tep_02 .tit_box h1 {
        margin: 0;
        font-size: 20px;
        float: left;
    }

    #nabe .nabe_tep_02 .tit_box .cat {
        margin: 0;
        float: left;
        clear: both;
        padding: 1px 10px;
        color: #FFF;
        position: inherit;
        right: 0px;
        bottom: 0px;
    }

    #nabe .nabe_tep_02 .box_01 {
        margin: 0 0 0 0;
        width: 100%;
        float: left;
        padding: 0 5% 50px 5%;
        box-sizing: border-box;
        background: url(images/nabe/bg_01.png);
    }

    #nabe .nabe_tep_02 .img_box {
        margin: 0 0 40px 0;
        width: 100%;
        line-height: 0;
    }

    #nabe .nabe_tep_02 .img_box img {
        width: 100%;
    }

    #nabe .nabe_tep_02 .img_box p {
        margin: 0;
    }

    #nabe .nabe_tep_03 {
        margin: 0;
        float: left;
        width: 100%;
    }

    #nabe .nabe_tep_03 .tit_box {
        margin: 0;
        float: left;
        width: 100%;
        border-bottom: 1px solid #000;
        position: relative;
    }

    #nabe .nabe_tep_03 .tit_box h1 {
        margin: 0;
        font-size: 20px;
        float: left;
    }

    #nabe .nabe_tep_03 .tit_box .cat {
        margin: 0;
        float: left;
        clear: both;
        padding: 1px 10px;
        color: #FFF;
        position: inherit;
        right: 0px;
        bottom: 0px;
    }

    #nabe .nabe_tep_03 .img_box {
        line-height: 0;
        float: left;
        width: 100%;
        margin: 0 0 20px 0;
    }

    #nabe .nabe_tep_03 .img_box img {
        max-width: 100%;
    }

    #nabe .nabe_tep_03 .box_01 {
        float: left;
        width: 96%;
        padding: 2%;
        background: url(images/border_01.png);
    }

    #nabe .nabe_tep_03 .box_01 .inner {
        float: left;
        width: 96%;
        background-color: #FFF;
        padding: 2%;
    }

    #nabe .nabe_tep_03 .box_01 p {
        margin: 0 0 20px 0;
    }

    #nabe .nabe_tep_03 .box_01 h1 {
        margin: 0 0 5px 0;
        font-size: 14px;
    }

    #nabe .nabe_tep_03 .box_01 h2 {
        margin: 0 0 5px 0;
        font-size: 14px;
    }

    #nabe .nabe_tep_03 .box_01 h3 {
        margin: 0 0 5px 0;
        font-size: 14px;
    }

    #nabe .nabe_tep_03 .box_01 h4 {
        margin: 0 0 5px 0;
        font-size: 14px;
    }

    #nabe .nabe_tep_03 .box_01 h5 {
        margin: 0 0 5px 0;
        font-size: 14px;
    }

    #nabe .nabe_tep_03 .box_01 h6 {
        margin: 0 0 5px 0;
        font-size: 14px;
    }

    #nabe .nabe_tep_03 .box_01 img {
        max-width: 100%;
        margin: 0 0 10px 0;
    }

    #nabe .nabe_tep_03 .box_01 hr {
        margin: 30px 0;
    }

    /*----------------------
    NEWS
    ----------------------*/
    #news {
        margin: 0;
        float: left;
        width: 100%;
    }

    #news .head {
        margin: 0;
        float: left;
        width: 100%;
        height: 50px;
        line-height: 50px;
        background: url(images/border_03.png);
    }

    #news .head h1 {
        margin: 0 0 0 5px;
        float: left;
        font-size: 28px;
    }

    #news .head .pl {
        margin: 0;
        float: right;
    }

    #news .news_lsit {
        margin: 10px 0 0 0;
        width: 100%;
        float: left;
    }

    #news .news_lsit li {
        margin: 0 1% 20px 1%;
        float: left;
        width: 48%;
    }

    #news .news_lsit li .img_box {
        margin: 0;
        line-height: 0;
    }

    #news .news_lsit li .img_box img {
        margin: 0;
        width: 100%;
        line-height: 0;
    }

    #news .news_lsit li .cat {
        margin: -19px 0 0 0;
        padding: 0 10px;
        float: left;
        font-size: 10px;
        position: relative;
        z-index: 99999;
        color: #FFF;
    }

    #news .news_lsit li h2 {
        margin: 3px 0 8px 0;
        font-size: 12px;
        float: left;
        width: 100%;
        font-weight: bold;
    }

    #news .news_lsit li .text {
        margin: 0;
    }

    #news .news_lsit li .day {
        margin: 0;
        font-size: 10px;
        text-align: right;
    }

    #news .news_side_lsit {
        margin: 0 0 0 o;
        width: 100%;
    }

    #news .news_side_lsit li {
        margin: 0 1% 20px 1%;
        float: left;
        width: 48%;
    }

    #news .news_side_lsit li .img_box {
        margin: 0;
        line-height: 0;
    }

    #news .news_side_lsit li .img_box img {
        margin: 0;
        width: 100%;
        line-height: 0;
    }

    #news .news_side_lsit .cat {
        margin: -19px 0 0 0;
        padding: 0 10px;
        float: left;
        font-size: 10px;
        position: relative;
        z-index: 99999;
        color: #FFF;
    }

    #news .news_side_lsit h2 {
        margin: 3px 0 8px 0;
        font-size: 12px;
        float: left;
        width: 100%;
        font-weight: bold;
    }

    #news .news_side_lsit .text {
        margin: 0;
    }

    #news .news_side_lsit .day {
        margin: 0;
        font-size: 10px;
        text-align: right;
    }

    #news .left {
        margin-top: 0 !important;
    }

    #news .right {
        margin-top: 0px !important;
    }

    #news .news_entry {
        margin: 0;
        float: left;
        width: 100%;
    }

    #news .news_entry .tit_box {
        margin: 0;
        color: #FFF;
    }

    #news .news_entry .tit_box h1 {
        float: left;
        width: 100%;
        box-sizing: border-box;
        background-color: #1E6FB1;
        font-size: 14px;
        padding: 0 5px 20px 5px;
    }

    #news .news_entry .tit_box .cat {
        margin: 0;
        float: left;
        padding: 2px 5px;
    }

    #news .news_entry .tit_box .day {
        margin: 0;
        background-color: #1E6FB1;
        float: left;
        padding: 2px 5px;
    }

    #news .news_entry .text_box {
        margin: 20px 0 0 0;
        float: left;
        width: 100%;
    }

    #news .news_entry .text_box img {
        margin: 0 0 10px 0;
        max-width: 100%;
    }

    #news .news_entry .text_box h1 {
        margin: 0 0 5px 0;
    }

    #news .news_entry .text_box h2 {
        margin: 0 0 5px 0;
    }

    #news .news_entry .text_box h3 {
        margin: 0 0 5px 0;
    }

    #news .news_entry .text_box h4 {
        margin: 0 0 5px 0;
    }

    #news .news_entry .text_box p {
        margin: 0 0 15px 0;
    }

    #news .news_entry .text_box hr {
        margin: 20px 0 30px 0;
    }

    /*----------------------
    移転News用
    ----------------------*/
    .iten_bottom {
        margin: 0 0 30px 0;
    }

    .iten .ad_tit {
        margin: 0 0 5px 0 !important;
        width: 100%;
        font-size: 11px;
    }

    .iten .ad_tit .name {
        margin: 0 !important;
    }

    .iten .ad_tit .ad {
        margin: 0 !important;
    }

    .iten table {
        margin: 0 0 20px 0;
        float: left;
        width: 100%;
        border-collapse: separate;
        border-spacing: 5px;
        text-align: center;
    }

    .iten .first {
        width: auto;
        padding: 0;
    }

    .iten .m {
        width: auto;
    }

    .iten .s {
        width: auto;
    }

    .iten .bg_01 {
        background-color: #22C8D0;
    }

    .iten .bg_01_f {
        background: #22C8D0;
        padding: 0;
    }

    .iten .bg_02 {
        background-color: #FA9400;
    }

    .iten .bg_02_f {
        background: #FA9400;
        padding: 0;
    }

    .iten .bg_03 {
        background-color: #166DB3;
    }

    .iten .bg_03_f {
        background: #166DB3;
        padding: 0;
    }

    .iten .bg_04 {
        background-color: #1998BB;
    }

    .iten table .fix {
        background-color: #E70012;
    }

    .iten_map {
        margin: 0 0 30px 0;
        float: left;
        width: 100%;
    }

    .iten_map .iten_map_l {
        padding: 40px 40px 0 40px;
    }

    .iten_map .iten_map_r {
        width: 100%;
    }

    .iten_map .iten_map_r iframe {
        width: 100%;
    }

    /*----------------------
    RECRUIT
    ----------------------*/
    #recruit .recruit_box {
        margin: 0 0 80px 0;
        float: left;
        width: 100%;
    }

    #recruit .recruit_box h1 span {
        background: url(images/border_02.png);
        color: #FFF;
        padding: 1px 10px;
        font-weight: normal;
    }

    #recruit .recruit_box .setsumei {
        margin: 10px 0 20px 0;
        float: left;
    }

    #recruit .recruit_box .recruit_box {
        margin: 0;
    }

    #recruit .recruit_box article {
        margin: 0 0 50px 0;
        float: left;
        width: 100%;
    }

    #recruit .recruit_box article h2 {
        margin: 0;
        border-left: 20px solid #1E6FB1;
        font-size: 14px;
        height: 20px;
        line-height: 20px;
        width: 100%;
        box-sizing: border-box;
        padding: 0 0 0 5px;
        background: url(images/border_01.png);
    }

    #recruit .recruit_box article ul li .tit {
        margin: 0;
        float: left;
        width: 100%;
        padding: 10px 0;
        background-color: #C9CACA;
        text-align: center;
    }

    #recruit .recruit_box article ul li .text {
        margin: 0;
        float: left;
        padding: 10px 10px;
        width: 100%;
        box-sizing: border-box;
    }

    #recruit .recruit_box article .oubo {
        margin: 0;
        float: left;
        width: 100%;
        vertical-align: baseline;
    }

    #recruit .recruit_box article .oubo .btn {
        margin: 0;
        float: left;
        background: url(images/border_02.png);
        padding: 5px 20px;
        font-size: 20px;
        color: #FFF;
    }

    #recruit .recruit_box article .oubo .text {
        margin: 20px 0 0 0;
        vertical-align: baseline;
        float: left;
        width: 100%;
    }

    #recruit .recruit_box article .oubo .text a {
        text-decoration: underline;
    }

    #recruit .recruit_qa {
        margin: 0;
    }

    #recruit .recruit_qa h1 {
        margin: 0;
        font-size: 32px;
        float: left;
        background: url(images/border_01.png) #FFF;
        width: 100%;
        height: 40px;
        line-height: 40px;
    }

    #recruit .recruit_qa h1 span {
        background: url(images/border_02.png);
        color: #FFF;
        padding: 1px 10px;
        font-weight: normal;
    }

    #recruit .recruit_qa .setsumei {
        margin: 10px 0 0 0;
        float: left;
        background-color: #FFF;
        font-size: 11px;
        line-height: 130%;
        padding: 5px 10px;
        width: 100%;
        box-sizing: border-box;
    }

    #recruit .recruit_qa article {
        margin: 20px 0;
        background: url(images/border_01.png);
        float: left;
        width: 100%;
    }

    #recruit .recruit_qa article h2 {
        border-left: 20px solid #1E6FB1;
        font-size: 14px;
        padding: 0 0 0 5px;
    }

    #recruit .recruit_qa article p {
        margin: 1% 3% 3% 3%;
        float: left;
        width: 90%;
        background-color: #FFF;
        padding: 2%;
    }

    #recruit .setsumei {
        margin: 0;
        float: left;
        width: 100%;
    }

    #recruit .setsumei h1 {
        margin: 0;
        font-size: 32px;
        float: left;
        background: url(images/border_01.png) #FFF;
        width: 100%;
        height: 40px;
        line-height: 40px;
    }

    #recruit .setsumei h1 span {
        background: url(images/border_02.png);
        color: #FFF;
        padding: 1px 10px;
        font-weight: normal;
    }

    #recruit .setsumei .text {
        margin: 10px 0 20px 0;
        float: left;
        width: 100%;
    }

    #recruit .setsumei ul {
        margin: 0;
        float: left;
        width: 100%;
    }

    #recruit .setsumei ul li {
        margin: 0;
        float: left;
        width: 100%;
        border-bottom: 1px dashed #000;
    }

    #recruit .setsumei ul li .tit {
        margin: 0;
        float: left;
        width: 180px;
        padding: 20px 0;
    }

    #recruit .setsumei ul li .box {
        margin: 0;
        padding: 20px 0;
        float: right;
        width: 500px;
    }

    #recruit .setsumei ul li .box a {
        text-decoration: underline;
        color: #1E6FB1;
    }

    #recruit .setsumei h1 {
        margin: 0;
        font-size: 20px;
        float: left;
        background: url(images/border_01.png) #FFF;
        width: 100%;
        height: 40px;
        line-height: 40px;
    }

    #recruit .setsumei h1 span {
        background: url(images/border_02.png);
        color: #FFF;
        padding: 1px 10px;
        font-weight: normal;
    }

    #recruit .setsumei .text {
        margin: 10px 0 20px 0;
        float: left;
        width: 100%;
    }

    #recruit .setsumei ul {
        margin: 0;
        float: left;
        width: 100%;
    }

    #recruit .setsumei ul li {
        margin: 0;
        float: left;
        width: 100%;
        border-bottom: 1px dashed #000;
    }

    #recruit .setsumei ul li .tit {
        margin: 0;
        float: left;
        width: 180px;
        padding: 10px 0;
    }

    #recruit .setsumei ul li .box {
        margin: 0;
        padding: 10px 0;
        float: right;
        width: 100%;
    }

    #recruit .setsumei ul li .box a {
        text-decoration: underline;
        color: #1E6FB1;
    }

    #recruit .setsumei ul li .box input,
    #recruit .setsumei ul li .box textarea {
        max-width: 90%;
    }

    /*----------------------
    404
    ----------------------*/
    .box_404 img {
        margin: 40px 0;
        width: 100%;
    }

    /*----------------------
    BX
    ----------------------*/
    .bx-wrapper {
        height: auto;
    }

    .bxslider {
        height: auto;
    }
}

.youtube {position: relative;width: 100%;padding-top: 56.25%;}
.youtube iframe {position: absolute;top: 0;right: 0;width: 100% !important;height: 100% !important;}

.wp-block-separator{
    margin:40px 0 40px !important;
       background: #dadada;
    border: none;
    width: 100%;
    height: 1px;
    @media only screen and (max-width:736px) {
        margin:30px 0 30px !important;
    }    
}


#news .text_box ul li{
    padding-left: 1rem;
    position: relative;
}

#news .text_box ul li::before{
    content: "・";
    position: absolute;
    left: .2rem;
    top: 0;
}


h2.wp-block-heading{
    font-size: 24px!important;
    margin: 0 0 15px 0!important;
     @media only screen and (max-width:736px) {
         font-size: 18px!important;
    margin: 0 0 10px 0!important;
    }    
}



h3.wp-block-heading{
    font-size: 22px!important;
    margin: 0 0 14px 0!important;
     @media only screen and (max-width:736px) {
         font-size: 17px!important;
    margin: 0 0 8px 0!important;
    }    

}

h4.wp-block-heading{
    font-size: 20px!important;
    margin: 0 0 12px 0!important;
     @media only screen and (max-width:736px) {
        font-size: 16px!important;
    margin: 0 0 6px 0!important;
    }    
    
}


h5.wp-block-heading{
    font-size: 18px!important;
    margin: 0 0 10px 0!important;
     @media only screen and (max-width:736px) {
        font-size: 14px!important;
    margin: 0 0 5px 0!important;
    }    
    
}

.u-google-map{ 
    margin: 40px 0 0 0!important;
    @media only screen and (max-width:736px) {
        margin: 30px 0 0 0!important;
    }
}

.u-google-map iframe{
     width: 100%;
     height: 300px;
      @media only screen and (max-width:736px) {
        height: 200px;
    }    
}

.has-x-large-font-size{
    font-size: 18px!important;
}


.has-large-font-size{
    font-size: 16px!important;
}


.has-medium-font-size{
    font-size: 14px!important;
}

.has-small-font-size{
    font-size: 10px!important;
}

