@charset "utf-8";

/*
===============================================================================
Home PC
===============================================================================
*/
#home_contents section{
    padding:50px 0;
}
/*-------------------------------
TOP information{
-------------------------------*/
#home_contents section#information{
    display:table;
    width: 1200px;
    margin: 0 auto;
}
#tab-select{
    display:none;
}
.info_tab_box .tabs{
    display: flex;
    -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}
.info_tab_box .tabs li{
    width: 171.428571428px;
    padding-right: 5px;
    padding-bottom: 5px;
}
.info_tab_box .tabs li:last-child{
   padding-right: 0;
}
.info_tab_box .tabs li a{
    display:block;
    height: 60px;
    text-align: center;
    color: #fff;
    background-color: #acacac;
    position: relative;
}
.info_tab_box .tabs li a span{
    display: table;
    white-space: nowrap;
    line-height: 130%;
    padding-left: 35px;
    font-size: 0.95em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.info_tab_box .tabs li a span::before{
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.info_tab_box .tabs li:nth-child(1) a span::before{background-image: url("../../images/info_all.png");}
.info_tab_box .tabs li:nth-child(2) a span::before{background-image: url("../../images/info_press_release.png");}
.info_tab_box .tabs li:nth-child(3) a span::before{background-image: url("../../images/info_news.png");}
.info_tab_box .tabs li:nth-child(4) a span::before{background-image: url("../../images/info_event.png");}
.info_tab_box .tabs li:nth-child(5) a span::before{background-image: url("../../images/info_recruit.png");}
.info_tab_box .tabs li:nth-child(6) a span::before{background-image: url("../../images/info_procurement.png");}
.info_tab_box .tabs li:nth-child(7) a span::before{background-image: url("../../images/info_data.png");}

/*ON action*/
.info_tab_box .tabs li a:hover,
.info_tab_box .tabs li.on a{
    background-color:#f5f5f5;
    color: #000;
    position: relative;
}
.info_tab_box .tabs li a:hover::after,
.info_tab_box .tabs li.on a::after{
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    background-color:#f5f5f5;
    position: absolute;
    left:0;
    bottom: -5px;
}
.info_tab_box .tabs li:nth-child(1) a:hover span::before, 
.info_tab_box .tabs li:nth-child(1).on a span::before{background-image: url("../../images/info_all_on.png");}
.info_tab_box .tabs li:nth-child(2) a:hover span::before, 
.info_tab_box .tabs li:nth-child(2).on a span::before{background-image: url("../../images/info_press_release_on.png");}
.info_tab_box .tabs li:nth-child(3) a:hover span::before, 
.info_tab_box .tabs li:nth-child(3).on a span::before{background-image: url("../../images/info_news_on.png");}
.info_tab_box .tabs li:nth-child(4) a:hover span::before, 
.info_tab_box .tabs li:nth-child(4).on a span::before{background-image: url("../../images/info_event_on.png");}
.info_tab_box .tabs li:nth-child(5) a:hover span::before, 
.info_tab_box .tabs li:nth-child(5).on a span::before{background-image: url("../../images/info_recruit_on.png");}
.info_tab_box .tabs li:nth-child(6) a:hover span::before, 
.info_tab_box .tabs li:nth-child(6).on a span::before{background-image: url("../../images/info_procurement_on.png");}
.info_tab_box .tabs li:nth-child(7) a:hover span::before, 
.info_tab_box .tabs li:nth-child(7).on a span::before{background-image: url("../../images/info_data_on.png");}


.info_tab_box .tab_box{
    background-color:#f5f5f5;
    padding-bottom: 30px;
}
.info_tab_box .tab_box .info_list li{
    display: block;
    padding: 15px 25px;
    border-bottom: #fff solid 4px;
    position: relative;
}
.info_tab_box .tab_box .info_list li:last-child{
    border-bottom: none;
}
.info_tab_box .tab_box .info_list li span{
    display:inline-block;
}
.info_tab_box .tab_box .info_list li span small{
    display:inline-block;
    line-height: 100%;
    margin-right: 10px;
}

.info_tab_box .tab_box .info_list li span i{
    display:inline-block;
    color: #e67800;
    line-height: 100%;
    font-style: normal;
    font-size: 0.9em;
    letter-spacing: -0.05em;
    margin-right: 10px;
}


.info_tab_box .tab_box .info_list li i a{
    color: #e67800;
}
.info_tab_box .tab_box .more_btn{
    display:table;
    margin:5px auto 0;
    height: 40px;
    width: 280px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    box-shadow: 4px 4px 0px #d5d5d5;
    position: relative;
}
.info_tab_box .tab_box .more_btn::after{
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-top: #e67800 solid 2px;
    border-right: #e67800 solid 2px;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 20px;
}
/*-------------------------------
TOP access
-------------------------------*/
#home_contents section#access{
    background-color: #f5f5f5;
}
#home_contents section#access .in_box{
    display:table;
    width: 1200px;
    margin: 0 auto;
}
#home_contents section#access .map,
#home_contents section#access .text{
    display: table-cell;
    vertical-align: middle;
}
#home_contents section#access .map{
    width: 700px;
}
#access .map > div {
    width: 100% !important;
    height: 370px !important;
}
#home_contents section#access .text{
    padding-left: 50px;
    line-height: 150%;
}
#home_contents section#access .text h2{
    font-size: 20px;
    line-height: 150%;
    font-weight: bold;
}
#home_contents section#access .text h2 small{
    display: table;
    font-size: 14px;
}
#home_contents section#access .text ul li{
    margin-top:20px;
}
#home_contents section#access .text ul li h3{
    display: block;
    font-size: 17px;
    font-weight: bold;
    padding-left: 30px;
    position: relative;
}
#home_contents section#access .text ul li h3::before{
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-image: url("../../images/icon_access.png");
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    top:0;
    left:0;
}
#home_contents section#access .text ul li:nth-child(2) h3::before{
    background-image: url("../../images/icon_map.png");
}
/*-------------------------------
TOP banner
-------------------------------*/
#home_contents section#banner ul{
    display: table;
    width: 1000px;
    margin: 0 auto;
}
#home_contents section#banner ul li{
    float: left;
    margin-right:50px; 
    margin-top: 20px;
}
#home_contents section#banner ul li:nth-child(-n+3){
    margin-top: 0;
}
#home_contents section#banner ul li:nth-child(3n){
    margin-right:0; 
}
#home_contents section#banner ul li a{
    display: block;
}





/*
===============================================================================

PAGE contents

===============================================================================
*/
#page_container{
    margin-bottom:80px;
}
/*パンクズ*/
#breadcrumbs{
    display: table;
    width: 100%;
    border-bottom: #e6e6e6 solid 2px;
}
#breadcrumbs #breadcrumbs-inner{
    display: table;
    width: 1200px;
    margin: 0 auto;
    font-size: 12px;
}
#breadcrumbs #breadcrumbs-inner a{
    font-size:12px;
    color: #808080;
    margin:0 5px;
}
#breadcrumbs #breadcrumbs-inner a:first-child{
    margin-left: 0;
}
/**/

#page_tit_box{
    display:table;
    width: 100%;
    height: 100px;
    border-bottom: #d6d6d6 solid 2px;
    position: relative;
}
#page_tit_box .in{
    display: table;
    width: 1200px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#page_tit_box .in .page_tit{
    font-size: 32px;
    font-weight: normal;
}
#page_tit_box .in .page_tit b{
    font-size: 20px;
    padding-left: 20px;
    font-weight: normal;
}

.page_contents section{
    display:table;
    width: 1200px;
    margin:90px auto 0;
}
.page_contents section:nth-child(1){
    margin:0 auto 0;
}
#page_wrap{
    display: block;
    width: 1200px;
    margin:60px auto 0;
}



/*
===============================================================================

ページレイアウト　page_layout

===============================================================================
*/

a.blank, 
.news a[target="_blank"], 
.page_layout a[target="_blank"] {
    position: relative;
    padding-right:5px;
}
.page_layout a.blank::after, 
.news a[target="_blank"]::after, 
.page_layout a[target="_blank"]::after{
    content: "";
    display:inline-block;
    width: 10px;
    height: 10px;
    background: url("../../images/blank.png") no-repeat center right;
    background-size:auto 100%;
}
/*
a.pdf, 
a.word{
    position: relative;
    padding-right:16px;
}
a.word::before, 
a.pdf::before{
     content: "";
    display: block;
    width: 13px;
    height: 13px;
    background: url("../../images/pdf.gif") no-repeat center center;
    background-size: 100% auto; 
}
a.word::before{
    background: url("../../images/word.gif") no-repeat center center;
    background-size: 100% auto;
}
*/
.page_layout a[href$=".xlsx"],
.page_layout a[href$=".word"],
.page_layout a[href$=".doc"],
.page_layout a[href$=".pdf"]{
    position: relative;
    padding-right:15px;
}

.page_layout a[href$=".xlsx"]::after,
.page_layout a[href$=".word"]::after,
.page_layout a[href$=".doc"]::after,
.page_layout a[href$=".pdf"]::after{
     content: "";
    display:inline-block;
    width: 13px;
    height: 13px;
    background: url("../../images/pdf.gif") no-repeat center center;
    background-size: 100% auto;

}
.page_layout a[href$=".word"]::after
.page_layout a[href$=".doc"]::after,{
    background: url("../../images/word.gif") no-repeat center center;
    background-size: 100% auto;
}
.page_layout a[href$=".xlsx"]::after{
    background: url("../../images/xlsx.gif") no-repeat center center;
    background-size: 100% auto;
}

.page_layout a{
    text-decoration:underline;
    color: #e67800;
}
.page_layout a.link_btn{
    display: table;
    border:#e67800 solid 1px;
    padding: 3px 40px;
    margin: 10px 0;
    position: relative;
}
.page_layout a.link_btn.center{
    margin:15px auto;
    padding: 10px 80px;
    min-width: 350px;
    text-align: center;
}
.page_layout a.link_btn::before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: #e67800 solid 1px;
    border-right:#e67800 solid 1px;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 10px;
}

.page_layout a.link_btn.blank::after{
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url("../../images/blank.png") no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    top: 12px;
    right: 5px;
}
.page_layout h3{
    display: block;
    background-color: #fafafa;
    font-size:21px;
    line-height: 150%;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px 0;
    padding-left: 15px;
    margin-top: 50px;
    position: relative; 
}
.page_layout h3.top{
    margin-top: 30px;
}
.page_layout h3::before{
    content: "";
    display: block;
    width:4px;
    height: 100%;
    background-color:#e67800;
    position: absolute;
    top: 0;
    left: 0;
}

.page_layout h6{
    display: block;
    font-size:18px;
    border-bottom:#e67800 solid 1px;
    line-height: 150%;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 3px 0 5px;
    padding-left: 15px;
    margin-top:30px;
    position: relative; 
}
.page_layout h6::before{
    content: "";
    display: block;
    width:4px;
    height: 100%;
    background-color:#e67800;
    position: absolute;
    top: 0;
    left: 0;
}



.page_layout .p_tit01{
    display: block;
    font-weight: bold;
    padding-left: 18px;
    margin-bottom: 5px;
    margin-top:20px;
    position: relative;
}
.page_layout .p_tit01::before{
    content: "";
    display: block;
    width:  13px;
    height: 13px;
    background-color:#e67800;
    position: absolute;
    top:8px;
    left: 0;
}
.page_layout .p_tit02{
    display: block;
    background-color:#e67800;
    color:#fff;
    font-size:21px;
    line-height: 150%;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px 0;
    padding-left: 15px;
    margin-top: 40px;
    position: relative; 
}
.page_layout .p_tit02.black{
    background-color:#000;
}
.page_layout .p_tit01.m0{
    margin: 0;
}

.page_layout .p_tit03{
    display: block;
    font-size:18px;
    border-bottom:#e67800 solid 1px;
    line-height: 150%;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 3px 0 5px;
    padding-left: 15px;
    margin-top:30px;
    position: relative; 
}
.page_layout .p_tit03::before{
    content: "";
    display: block;
    width:4px;
    height: 100%;
    background-color:#e67800;
    position: absolute;
    top: 0;
    left: 0;
}

.page_layout .text_box{
    display:table;
    width: 100%;
    margin-bottom: 30px;
}
.page_layout .box_10, 
.page_layout .box_20, 
.page_layout .box_30, 
.page_layout .box_40, 
.page_layout .box_50, 
.page_layout .box_60{
    display:table;
    width: 100%;
}
.page_layout .box_10{margin:10px 0;}
.page_layout .box_20{margin:20px 0;}
.page_layout .box_30{margin:30px 0;}
.page_layout .box_40{margin:40px 0;}
.page_layout .box_50{margin:50px 0;}
.page_layout .box_60{margin:60px 0;}


.page_layout .text_box.img_right span{
    float:left;
    width: 800px;
}
.page_layout .text_box.img_right > figure, 
.page_layout .text_box.img_right div.img{
    display: table;
    width: 350px;
    line-height: 150%;
    font-size: 13px;
    float: right;
}
.page_layout .text_box.img_left > figure img, 
.page_layout .text_box.img_right div.img  img{
    display:block;
    width: 100%;
    height: auto;
}
.page_layout .text_box.img_left span{
    float:right;
    width: 800px;
}
.page_layout .text_box.img_left > figure, 
 .page_layout .text_box.img_left div.img{
    display: table;
    width: 350px;
    line-height: 150%;
    font-size: 13px;
    float:left;
}
.page_layout .text_box.img_right > figure img, 
.page_layout .text_box.img_right div.img img{
    display:block;
    width: 100%;
    height: auto;
}

.page_layout .img_list{
    display:table;
    width: 100%;
    margin: 30px auto 10px;
}
.page_layout .img_list.center{
    width:auto;
}
.page_layout .img_list p{
    line-height: 150%;
    font-size:0.8em;
}
.page_layout .img_list img{
    display: block;
    width: 100%;
    height: auto;
}
.page_layout .img_list li{
    float: left;
    margin-right:20px;
    margin-bottom: 20px;
}
.page_layout .img_list.n2 li{width: 590px;}
.page_layout .img_list.n2 li:nth-child(2n){margin-right:0;}
.page_layout .img_list.n3 li{width: 386.66666666px;}
.page_layout .img_list.n3 li:nth-child(3n){margin-right:0;}
.page_layout .img_list.n4 li{width: 285px;}
.page_layout .img_list.n4 li:nth-child(4n){margin-right:0;}
.page_layout .img_list.n5 li{width:224px;}
.page_layout .img_list.n5 li:nth-child(5n){margin-right:0;}
.page_layout .img_list.n6 li{width:183.3333333px;}
.page_layout .img_list.n6 li:nth-child(6n){margin-right:0;}


.text_image{
    display: table;
    width: 100%;
}
.text_image .img {
    padding-bottom:30px;
}

.text_image.right .img{display: table;float: right;padding-left:15px;}
.text_image.left .img{display: table;float: left;padding-right: 15px;}
.text_image.right .img > span{padding-left: 15px;}
.text_image.left .img > span{padding-right: 15px;}

.text_image .text_left{display: table;float:left;}
.text_image .text_right{display: table;float:right;}

.text_image.center .img {
display: table;
    padding: 0;
    line-height: 150%;
    padding-top: 20px;
    float: inherit;
    margin: 0 auto;
}
.text_image.center .img span{
    display: table-cell;
padding:0 5px;
}
.text_image.center .img img{
display: block;
    margin: 0 auto;
}

.text_image .img > span{
    display: table-cell;
}
.text_image .img small{
    display: table;
    line-height: 150%;
    font-size: 13px;
}
.text_image .img img{
    display: block;
}


ul.text_list{
    display: table;
    width: 100%;
    margin: 5px 0;
}
ul.text_list.left_pa{
    padding-left: 15px;
}
ul.text_list li{
    display: block;
    line-height: 150%;
    padding-left: 18px;
    margin-bottom: 5px;
    position: relative;
}
ul.text_list li:last-child{
    margin: 0;
}
ul.text_list li::before{
    content: "";
    display: block;
    width:  13px;
    height: 13px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top:6px;
    left: 0;
}

ul.text_list.dot li::before{
    width:  3px;
    height: 3px;
    top:12px;
    left: 5px;
}
ul.text_list.square li::before{
    border-radius: 0%;
}
ul.text_list.circle li::before{
    background: #fff;
    border:#000 solid 1px;
}

/*
===============================================================================

サイトマップ

===============================================================================
*/
#sitemap{
display: table;
    width: 100%;
}
.sitemap_box{
	width: 48%;
	margin-top:20px;
    float: left;
}
.sitemap_box:nth-child(even){
    float:right;
}
.sitemap_box:nth-child(n+2){
	margin-top:20px;
}

/*
===============================================================================

スタッフ

===============================================================================
*/
.staff_name{
font-weight: bold;
    font-size: 28px;
    padding: 15px 20px;
    background: #000;
    color: #fff;
    border-radius: 5px;
}
.staff_name small{
    display: block;
    font-size: 0.5em;
    letter-spacing: 0.05em;
    padding-top: 5px;
    font-weight: normal;
}
/*職員一覧*/
table.staff_list{
    display:table;
    width: 100%;
    border-collapse: collapse;
}
table.staff_list tr th,
table.staff_list tr td{
border: #c8bb9b solid 1px;
padding: 5px 15px;
text-align:left;
}
table.staff_list tr th{
width:35%;
background-color:#f8f4ef; 
padding: 5px 20px;
}

table.staff_list tr td small{
padding-left:15px;
}

.page_layout .map_box{
    display: table;
    margin: 0 auto;
}
/*
===============================================================================

各種タイトル

===============================================================================
*/
#page_container .tit01{
    display: block;
    background: none;
    font-size: 26px;
    font-weight: 500;
    color: #e67800;
    border-bottom: #e67800 solid 1px;
    padding: 0;
    margin: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#page_container .tit01 b{
display: inline-block;
padding: 0 10px;
font-size:0.8em;

}
#page_container .tit01::before{
    display: none !important;
}
#page_container .tit02{
    display: block;
    font-size: 24px;
    font-weight: 500;
    border-radius: 5px;
    color: #fff;
    background-color: #222;
    padding:15px 15px;
    border-radius: 5px;
    margin-bottom:20px;
}
#page_container .tit02::before{
    display: none;
}
#page_container .tit03{
    display: block;
    font-size: 24px;
    border-bottom:#e67800 solid 1px;
    padding:5px 20px 10px;
    margin-bottom: 20px;
    position: relative;
}
#page_container .tit03::before{
    content: "";
    display: block;
    width: 7px;
    height: 100%;
    background-color:#e67800;
    position: absolute;
    top: 0;
    left: 0;
}
.tit04{
    display: block;
    font-size: 20px;
    background-color:#e67800;
    color: #fff;
    padding:5px 10px;
    margin-bottom: 20px;
    position: relative;
}
.tit05{
    display: block;
    font-size: 24px;
    border-bottom:#e67800 solid 2px;
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.tit06{
    display: block;
    font-size: 25px;
    padding-left: 27px;
    margin-bottom: 20px;
    position: relative;
}
.tit06::before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color:#e67800;
    position: absolute;
    top: 6px;
    left: 0;
}
.tit07{
    display: block;
    color:#e67800;
    font-size: 1.2em;
    margin-bottom: 5px;
}



/*---------------------------------------------------------
表など
---------------------------------------------------------*/
table.t_type01{
    display:table;
    width: 100%;
    border-collapse: collapse;
}
table.t_type01 tr th,
table.t_type01 tr td{
border: #c8bb9b solid 1px;
    padding: 15px 15px;
}
table.t_type01 tr th{
    width:25%;
    font-size: 1.1em;
    background-color:#f8f4ef; 
}
table.t_type01 tr td{
    width: 75%;
}

table.t_type02{
    display:table;
    width: 100%;
    border-collapse: collapse;
}
table.t_type02 tr th,
table.t_type02 tr td{
border-bottom: #ddd solid 1px;
padding: 10px 15px;
text-align:left;
}
table.t_type02 tr th{
    font-size: 1.1em;
}
.staff table.t_type02 tr th{
white-space: nowrap;
}
table.t_type02 tr td{
}


table.t_type03{
    display:table;
    width: 100%;
    border-collapse: collapse;
}
table.t_type03 tr td{
border: #c8bb9b solid 1px;
    padding: 15px 15px;
}
table.t_type03 tr td:nth-child(1){
    width:25%;
    font-size: 1.1em;
    background-color:#f8f4ef; 
}
table.t_type03 tr td:nth-child(2){
    width: 75%;
}



/**ページアンカーリンク**/
.page_anchor_link{
display: table;
    width: 100%;
    margin-bottom: 50px;
    background-color: #f5f5f5;
    padding: 20px;
}
.page_anchor_link ul{
display: table;
    width: 100%;
}
.page_anchor_link ul li{
display: inline-block;
margin-right:20px;
}
.page_anchor_link ul li a{
padding-left:12px;
position: relative;
}
.page_anchor_link ul li a:hover{
color:#e67800;
}
.page_anchor_link ul li a::before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top:#e67800 solid 2px;
    border-right:#e67800 solid 2px;
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 0;
}
/*--------------------------------------------------------------------

プレスリリース

---------------------------------------------------------------------*/
.press_release .page_contents section{
    padding-top: 120px;
    margin:-60px auto 0;
}
#backnumber-open{
    display:none;
}
.press_release .backnumber_link{
    display: table;
    width: 100%;
    background-color:#f5f5f5;
    padding:30px 20px;
}
.press_release .backnumber_link li{
    float: left;
    width: 10%;
    margin-top: 10px;
}
.press_release .backnumber_link li:nth-child(-n+10){
    margin-top:0;
}
.press_release .backnumber_link li a{
    display: table;
    margin: 0 auto;
    line-height: 140%;
    padding-left: 17px;
    font-size: 18px;
    position: relative;
}
.press_release .backnumber_link li a::before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top:#e67800 solid 2px;
    border-right:#e67800 solid 2px;
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left:0;
}
.press_release .backnumber_link li{
    float: left;
}
.press_release .press_list{
    display: table;
    width: 100%;
}
.press_release .press_list li{
    margin-top: 10px;
}
.press_release .press_list li:first-child{
    margin-top: 0;
}
.press_release .press_list li a{
    display: table;
    padding-left: 110px;
    position: relative;
}
.press_release .press_list li a:hover{
    color:#e67800;
}
.press_release .press_list li a small{
    font-size: 1em;
    color: #939394;
    position: absolute;
    top: 0;
    left: 0;
}



/*--------------------------------------------------------------------

新着情報

---------------------------------------------------------------------*/
.news .link_bnr{
display: table;
margin: 40px auto 40px;
}
#news_list_box .day_tit{
margin-top:40px;
}
#news_list_box .day_tit:nth-child(1){
margin-top:0;
}

#news_list_box .news_archive{
    display: block;
    padding: 15px 25px;
    border-bottom:#d6d6d6 solid 1px;
    padding-left: 340px;
    position: relative;
}

#news_list_box .news_archive span{
display:table;
position: absolute;
    top: 15px;
    left: 0;
}

#news_list_box .news_archive small{
    display: table-cell;
vertical-align: middle;
    line-height: 100%;
width:68px;
height:28px;
padding-right:10px;
color: #999;
}
#news_list_box .news_archive i a{
	display:table-cell;
	width:240px;
    font-size:0.8em;
    padding:7px 0;
    border:#e67800 solid 1px;
    color: #e67800;
    background-color:#fef8f2;
    line-height: 100%;
    font-style: normal;
    text-align:center;
}
#news_list_box .news_archive i a{
	display:table;
}
/*プレスリリース*/
.press #news_list_box .press_box{
    margin-top: 40px;
}
.press #news_list_box .press_box:nth-child(1){
    margin-top: 0;
}
.press #news_list_box .news_archive{
    padding: 5px 25px;
	border:none;
    padding-left: 100px;
}
.press #news_list_box .news_archive span{
    top: 5px;
}

/*---------------------------------------------------------

ページリンク

---------------------------------------------------------*/
.page_nav{
    display: flex;
    -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
    margin-top: 40px;
}
.page_nav li{
    margin: 0 10px;
}
.page_nav li a{
    font-size:0.9em;
    line-height: 100%;
    padding: 5px 20px;
    background-color: #cbcbcb;
    position: relative;
}
.page_nav li.prev a p{
    display: inherit;
    padding-left:15px;
    position: relative;
} 
.page_nav li.next a p{
    display: inherit;
    padding-right:15px;
    position: relative;
}
.page_nav li.prev a p::before, 
.page_nav li.next a p::before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: #000 solid 1px;
    border-right: #000 solid 1px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
}
.page_nav li.prev a p::before{transform: rotate(-135deg);left: 0;}
.page_nav li.next a p::before{transform: rotate(45deg);right: 0;}

#pagination{
	display:table;
	margin:30px auto 0;
}
#pagination span, 
#pagination > a{
	border:#e67800 solid 1px;
    display: inline-block;
    padding: 5px 8px;
    line-height: 100%;
    margin: 0;
}
#pagination span.current_page, 
#pagination > a:hover{
	border:#e67800 solid 1px;
	background-color:#e67800;
	color:#fff;
}
#pagination div.counter{
    display: inline-block;
	margin-left:5px;
	border: #ddd solid 1px;
	background-color:#f5f5f5;
    padding: 5px 8px;
    line-height: 100%;
}

/*---------------------------------------------------------

検索結果

---------------------------------------------------------*/
ul.entry_list{
display:table;
width:100%;
padding:50px 80px;
border:#ddd solid 1px;
margin:0 auto;
}
ul.entry_list li{
display:block;
padding: 10px 25px;
border-bottom: #ddd 1px dotted;
}
ul.entry_list li a::after{
    content: "";
    display:inline-block;
    width: 10px;
    height: 10px;
	margin-left:10px;
    border-top:#e67800 solid 1px;
    border-right:#e67800 solid 1px;
    transform: rotate(45deg);
}

/*公開講演会等 テーブル*/
table.lecture_tb{width:1040px;}
.public_btn button{padding: 5px 10px;}


/*4階層リンク*/
.page_in_link {
    background-color:#fafafa;
}
.page_in_link ul{
    width:auto;
    height:auto;
    display:table;
    padding:20px 10px
    ;
    padding-top:0;
}
.page_in_link ul li{
    float:left;
    padding:10px;
    margin-right:10px;
    font-size:20px;
}
.page_in_link ul li a{
    position:relative;
    padding-left:20px;
}
.page_in_link ul li a::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: #e67800 solid 2px;
    border-right: #e67800 solid 2px;
    transform: rotate(45deg);
    position: absolute;
    top: 53%;
    margin-top: -4px;
    left: 0;
}

/*リスト*/
ul.list_style{
    width:100%;
    height:auto;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    margin:20px auto;
}
ul.list_style li{
    width:49.5%;
    padding:10px 20px;
    background-color:#fafafa;
    margin-bottom:1%;
}
ul.list_style li:nth-child(2n){
    float:right;
}

/*リスト2*/
ul.list_style2{
    width:100%;
    height:auto;
    display:table;
    margin:20px auto;
}
ul.list_style2 li{
    border-bottom:1px #cccccc solid;
    padding-bottom:10px;
    margin-bottom:10px;
}
ul.list_style2 li:last-child{
    border:0;
    padding-bottom:0px;
    margin-bottom:0px;
}

/*表4*/
table.t_type04{
    display:table;
    width: 100%;
    border-collapse: collapse;
}
table.t_type04 tr th,
table.t_type04 tr td{border: #c8bb9b solid 1px;padding: 10px;text-align: center;}
table.t_type04 tr th{
    width:15%;
    font-size: 16px;
    background-color:#f8f4ef;
}
table.t_type04 tr td{
    width:15%;
    font-size: 14px;
    padding: 5px 20px;
    line-height: 150%;
}
table.t_type04 tr th:first-child,
table.t_type04 tr td:first-child{
width:40%;
}


.kifu_access{
    width:100%;
    background-color:#fafafa;
    padding:20px;
}
.kifu_access b{
    margin-bottom:10px;
    display:block;
}

@charset "utf-8";

/*
===============================================================================
Home PC
===============================================================================
*/
#home_contents section{
    padding:50px 0;
}
/*-------------------------------
TOP information{
-------------------------------*/
#home_contents section#information{
    display:table;
    width: 1200px;
    margin: 0 auto;
}
#tab-select{
    display:none;
}
.info_tab_box .tabs{
    display: flex;
    -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}
.info_tab_box .tabs li{
    width: 171.428571428px;
    padding-right: 5px;
    padding-bottom: 5px;
}
.info_tab_box .tabs li:last-child{
   padding-right: 0;
}
.info_tab_box .tabs li a{
    display:block;
    height: 60px;
    text-align: center;
    color: #fff;
    background-color: #acacac;
    position: relative;
}
.info_tab_box .tabs li a span{
    display: table;
    white-space: nowrap;
    line-height: 130%;
    padding-left: 35px;
    font-size: 0.95em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.info_tab_box .tabs li a span::before{
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.info_tab_box .tabs li:nth-child(1) a span::before{background-image: url("../../images/info_all.png");}
.info_tab_box .tabs li:nth-child(2) a span::before{background-image: url("../../images/info_press_release.png");}
.info_tab_box .tabs li:nth-child(3) a span::before{background-image: url("../../images/info_news.png");}
.info_tab_box .tabs li:nth-child(4) a span::before{background-image: url("../../images/info_event.png");}
.info_tab_box .tabs li:nth-child(5) a span::before{background-image: url("../../images/info_recruit.png");}
.info_tab_box .tabs li:nth-child(6) a span::before{background-image: url("../../images/info_procurement.png");}
.info_tab_box .tabs li:nth-child(7) a span::before{background-image: url("../../images/info_data.png");}

/*ON action*/
.info_tab_box .tabs li a:hover,
.info_tab_box .tabs li.on a{
    background-color:#f5f5f5;
    color: #000;
    position: relative;
}
.info_tab_box .tabs li a:hover::after,
.info_tab_box .tabs li.on a::after{
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    background-color:#f5f5f5;
    position: absolute;
    left:0;
    bottom: -5px;
}
.info_tab_box .tabs li:nth-child(1) a:hover span::before, 
.info_tab_box .tabs li:nth-child(1).on a span::before{background-image: url("../../images/info_all_on.png");}
.info_tab_box .tabs li:nth-child(2) a:hover span::before, 
.info_tab_box .tabs li:nth-child(2).on a span::before{background-image: url("../../images/info_press_release_on.png");}
.info_tab_box .tabs li:nth-child(3) a:hover span::before, 
.info_tab_box .tabs li:nth-child(3).on a span::before{background-image: url("../../images/info_news_on.png");}
.info_tab_box .tabs li:nth-child(4) a:hover span::before, 
.info_tab_box .tabs li:nth-child(4).on a span::before{background-image: url("../../images/info_event_on.png");}
.info_tab_box .tabs li:nth-child(5) a:hover span::before, 
.info_tab_box .tabs li:nth-child(5).on a span::before{background-image: url("../../images/info_recruit_on.png");}
.info_tab_box .tabs li:nth-child(6) a:hover span::before, 
.info_tab_box .tabs li:nth-child(6).on a span::before{background-image: url("../../images/info_procurement_on.png");}
.info_tab_box .tabs li:nth-child(7) a:hover span::before, 
.info_tab_box .tabs li:nth-child(7).on a span::before{background-image: url("../../images/info_data_on.png");}


.info_tab_box .tab_box{
    background-color:#f5f5f5;
    padding-bottom: 30px;
}
.info_tab_box .tab_box .info_list li{
    display: block;
    padding: 15px 25px;
    border-bottom: #fff solid 4px;
    position: relative;
}
.info_tab_box .tab_box .info_list li:last-child{
    border-bottom: none;
}
.info_tab_box .tab_box .info_list li span{
    display:inline-block;
}
.info_tab_box .tab_box .info_list li span small{
    display:inline-block;
    line-height: 100%;
    margin-right: 10px;
}

.info_tab_box .tab_box .info_list li span i{
    display:inline-block;
    color: #e67800;
    line-height: 100%;
    font-style: normal;
    font-size: 0.9em;
    letter-spacing: -0.05em;
    margin-right: 10px;
}


.info_tab_box .tab_box .info_list li i a{
    color: #e67800;
}
.info_tab_box .tab_box .more_btn{
    display:table;
    margin:5px auto 0;
    height: 40px;
    width: 280px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    box-shadow: 4px 4px 0px #d5d5d5;
    position: relative;
}
.info_tab_box .tab_box .more_btn::after{
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-top: #e67800 solid 2px;
    border-right: #e67800 solid 2px;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 20px;
}
/*-------------------------------
TOP access
-------------------------------*/
#home_contents section#access{
    background-color: #f5f5f5;
}
#home_contents section#access .in_box{
    display:table;
    width: 1200px;
    margin: 0 auto;
}
#home_contents section#access .map,
#home_contents section#access .text{
    display: table-cell;
    vertical-align: middle;
}
#home_contents section#access .map{
    width: 700px;
}
#access .map > div {
    width: 100% !important;
    height: 370px !important;
}
#home_contents section#access .text{
    padding-left: 50px;
    line-height: 150%;
}
#home_contents section#access .text h2{
    font-size: 20px;
    line-height: 150%;
    font-weight: bold;
}
#home_contents section#access .text h2 small{
    display: table;
    font-size: 14px;
}
#home_contents section#access .text ul li{
    margin-top:20px;
}
#home_contents section#access .text ul li h3{
    display: block;
    font-size: 17px;
    font-weight: bold;
    padding-left: 30px;
    position: relative;
}
#home_contents section#access .text ul li h3::before{
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-image: url("../../images/icon_access.png");
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    top:0;
    left:0;
}
#home_contents section#access .text ul li:nth-child(2) h3::before{
    background-image: url("../../images/icon_map.png");
}
/*-------------------------------
TOP banner
-------------------------------*/
#home_contents section#banner ul{
    display: table;
    width: 1000px;
    margin: 0 auto;
}
#home_contents section#banner ul li{
    float: left;
    margin-right:50px; 
    margin-top: 20px;
}
#home_contents section#banner ul li:nth-child(-n+3){
    margin-top: 0;
}
#home_contents section#banner ul li:nth-child(3n){
    margin-right:0; 
}
#home_contents section#banner ul li a{
    display: block;
}





/*
===============================================================================

PAGE contents

===============================================================================
*/
#page_container{
    margin-bottom:80px;
}
/*パンクズ*/
#breadcrumbs{
    display: table;
    width: 100%;
    border-bottom: #e6e6e6 solid 2px;
}
#breadcrumbs #breadcrumbs-inner{
    display: table;
    width: 1200px;
    margin: 0 auto;
    font-size: 12px;
}
#breadcrumbs #breadcrumbs-inner a{
    font-size:12px;
    color: #808080;
    margin:0 5px;
}
#breadcrumbs #breadcrumbs-inner a:first-child{
    margin-left: 0;
}
/**/

#page_tit_box{
    display:table;
    width: 100%;
    height: 100px;
    border-bottom: #d6d6d6 solid 2px;
    position: relative;
}
#page_tit_box .in{
    display: table;
    width: 1200px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#page_tit_box .in .page_tit{
    font-size: 32px;
    font-weight: normal;
}
#page_tit_box .in .page_tit b{
    font-size: 20px;
    padding-left: 20px;
    font-weight: normal;
}

.page_contents section{
    display:table;
    width: 1200px;
    margin:90px auto 0;
}
.page_contents section:nth-child(1){
    margin:0 auto 0;
}
#page_wrap{
    display: block;
    width: 1200px;
    margin:60px auto 0;
}



/*
===============================================================================

ページレイアウト　page_layout

===============================================================================
*/

a.blank, 
.news a[target="_blank"], 
.page_layout a[target="_blank"] {
    position: relative;
    padding-right: 18px;
}
.page_layout a.blank::after, 
.news a[target="_blank"]::after, 
.page_layout a[target="_blank"]::after{
    content: "";
    display:inline-block;
    width: 10px;
    height: 10px;
    background: url("../../images/blank.png") no-repeat center right;
    background-size:auto 100%;
    margin-left: 5px;
}
/*
a.pdf, 
a.word{
    position: relative;
    padding-right:16px;
}
a.word::before, 
a.pdf::before{
     content: "";
    display: block;
    width: 13px;
    height: 13px;
    background: url("../../images/pdf.gif") no-repeat center center;
    background-size: 100% auto; 
}
a.word::before{
    background: url("../../images/word.gif") no-repeat center center;
    background-size: 100% auto;
}
*/
.page_layout a[href$=".xlsx"],
.page_layout a[href$=".word"],
.page_layout a[href$=".pdf"]{
    position: relative;
    padding-right:15px;
}

.page_layout a[href$=".xlsx"]::after,
.page_layout a[href$=".word"]::after,
.page_layout a[href$=".pdf"]::after{
     content: "";
     display:inline-block;
     width: 13px;
     height: 13px;
     background: url("../../images/pdf.gif") no-repeat center center;
     background-size: 100% auto;
     margin-left: 5px;
}
.page_layout a[href$=".word"]::after{
    background: url("../../images/word.gif") no-repeat center center;
    background-size: 100% auto;
}
.page_layout a[href$=".xlsx"]::after{
    background: url("../../images/xlsx.gif") no-repeat center center;
    background-size: 100% auto;
    margin-left: 5px;
}

.page_layout a{
    text-decoration:underline;
    color: #e67800;
}
.page_layout a.link_btn{
    display: table;
    border:#e67800 solid 1px;
    padding: 3px 40px;
    margin: 10px 0;
    position: relative;
}
.page_layout a.link_btn.center{
    margin:15px auto;
    padding: 10px 80px; 
}
.page_layout a.link_btn::before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: #e67800 solid 1px;
    border-right:#e67800 solid 1px;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 10px;
}

.page_layout a.link_btn.blank::after{
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url("../../images/blank.png") no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    top: 12px;
    right: 5px;
}
.page_layout h3{
    display: block;
    background-color: #fafafa;
    font-size:21px;
    line-height: 150%;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px 0;
    padding-left: 15px;
    margin-top: 50px;
    position: relative; 
}
.page_layout h3.top{
    margin-top: 30px;
}
.page_layout h3::before{
    content: "";
    display: block;
    width:4px;
    height: 100%;
    background-color:#e67800;
    position: absolute;
    top: 0;
    left: 0;
}

.page_layout h6{
    display: block;
    font-size:18px;
    border-bottom:#e67800 solid 1px;
    line-height: 150%;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 3px 0 5px;
    padding-left: 15px;
    margin-top:30px;
    position: relative; 
}
.page_layout h6::before{
    content: "";
    display: block;
    width:4px;
    height: 100%;
    background-color:#e67800;
    position: absolute;
    top: 0;
    left: 0;
}



.page_layout .p_tit01{
    display: block;
    font-weight: bold;
    padding-left: 18px;
    margin-bottom: 5px;
    margin-top:20px;
    position: relative;
}
.page_layout .p_tit01::before{
    content: "";
    display: block;
    width:  13px;
    height: 13px;
    background-color:#e67800;
    position: absolute;
    top:8px;
    left: 0;
}
.page_layout .p_tit02{
    display: block;
    background-color:#e67800;
    color:#fff;
    font-size:21px;
    line-height: 150%;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px 0;
    padding-left: 15px;
    margin-top: 40px;
    position: relative; 
}
.page_layout .p_tit02.black{
    background-color:#000;
}
.page_layout .p_tit01.m0{
    margin: 0;
}

.page_layout .p_tit03{
    display: block;
    font-size:18px;
    border-bottom:#e67800 solid 1px;
    line-height: 150%;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 3px 0 5px;
    padding-left: 15px;
    margin-top:30px;
    position: relative; 
}
.page_layout .p_tit03::before{
    content: "";
    display: block;
    width:4px;
    height: 100%;
    background-color:#e67800;
    position: absolute;
    top: 0;
    left: 0;
}

.page_layout .text_box{
    display:table;
    width: 100%;
    margin-bottom: 30px;
}
.page_layout .box_10, 
.page_layout .box_20, 
.page_layout .box_30, 
.page_layout .box_40, 
.page_layout .box_50, 
.page_layout .box_60{
    display:table;
    width: 100%;
}
.page_layout .box_10{margin:10px 0;}
.page_layout .box_20{margin:20px 0;}
.page_layout .box_30{margin:30px 0;}
.page_layout .box_40{margin:40px 0;}
.page_layout .box_50{margin:50px 0;}
.page_layout .box_60{margin:60px 0;}


.page_layout .text_box.img_right span{
    float:left;
    width: 800px;
}
.page_layout .text_box.img_right > figure, 
.page_layout .text_box.img_right div.img{
    display: table;
    width: 350px;
    line-height: 150%;
    font-size: 13px;
    float: right;
}
.page_layout .text_box.img_left > figure img, 
.page_layout .text_box.img_right div.img  img{
    display:block;
    width: 100%;
    height: auto;
}
.page_layout .text_box.img_left span{
    float:right;
    width: 800px;
}
.page_layout .text_box.img_left > figure, 
 .page_layout .text_box.img_left div.img{
    display: table;
    width: 350px;
    line-height: 150%;
    font-size: 13px;
    float:left;
}
.page_layout .text_box.img_right > figure img, 
.page_layout .text_box.img_right div.img img{
    display:block;
    width: 100%;
    height: auto;
}

.page_layout .img_list{
    display:table;
    width: 100%;
    margin: 30px auto 10px;
}
.page_layout .img_list.center{
    width:auto;
}
.page_layout .img_list p{
    line-height: 150%;
    font-size:0.8em;
}
.page_layout .img_list img{
    display: block;
    width: 100%;
    height: auto;
}
.page_layout .img_list li{
    float: left;
    margin-right:20px;
    margin-bottom: 20px;
}
.page_layout .img_list.n2 li{width: 590px;}
.page_layout .img_list.n2 li:nth-child(2n){margin-right:0;}
.page_layout .img_list.n3 li{width: 386.66666666px;}
.page_layout .img_list.n3 li:nth-child(3n){margin-right:0;}
.page_layout .img_list.n4 li{width: 285px;}
.page_layout .img_list.n4 li:nth-child(4n){margin-right:0;}
.page_layout .img_list.n5 li{width:224px;}
.page_layout .img_list.n5 li:nth-child(5n){margin-right:0;}
.page_layout .img_list.n6 li{width:183.3333333px;}
.page_layout .img_list.n6 li:nth-child(6n){margin-right:0;}


.text_image{
    display: table;
    width: 100%;
}
.text_image .img {
    padding-bottom:30px;
}

.text_image.right .img{display: table;float: right;padding-left:15px;}
.text_image.left .img{display: table;float: left;padding-right: 15px;}
.text_image.right .img > span{padding-left: 15px;}
.text_image.left .img > span{padding-right: 15px;}

.text_image .text_left{display: table;float:left;}
.text_image .text_right{display: table;float:right;}

.text_image.center .img {
display: table;
    padding: 0;
    line-height: 150%;
    padding-top: 20px;
    float: inherit;
    margin: 0 auto;
}
.text_image.center .img span{
    display: table-cell;
padding:0 5px;
}
.text_image.center .img img{
display: block;
    margin: 0 auto;
}

.text_image .img > span{
    display: table-cell;
}
.text_image .img small{
    display: table;
    line-height: 150%;
    font-size: 13px;
}
.text_image .img img{
    display: block;
}


ul.text_list{
    display: table;
    width: 100%;
    margin: 5px 0;
}
ul.text_list.left_pa{
    padding-left: 15px;
}
ul.text_list li{
    display: block;
    line-height: 150%;
    padding-left: 18px;
    margin-bottom: 5px;
    position: relative;
}
ul.text_list li:last-child{
    margin: 0;
}
ul.text_list li::before{
    content: "";
    display: block;
    width:  13px;
    height: 13px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top:6px;
    left: 0;
}

ul.text_list.dot li::before{
    width:  3px;
    height: 3px;
    top:12px;
    left: 5px;
}
ul.text_list.square li::before{
    border-radius: 0%;
}
ul.text_list.circle li::before{
    background: #fff;
    border:#000 solid 1px;
}

/*
===============================================================================

サイトマップ

===============================================================================
*/
#sitemap{
display: table;
    width: 100%;
}
.sitemap_box{
	width: 48%;
	margin-top:20px;
    float: left;
}
.sitemap_box:nth-child(even){
    float:right;
}
.sitemap_box:nth-child(n+2){
	margin-top:20px;
}

/*
===============================================================================

スタッフ

===============================================================================
*/
.staff_name{
font-weight: bold;
    font-size: 28px;
    padding: 15px 20px;
    background: #000;
    color: #fff;
    border-radius: 5px;
}
.staff_name small{
    display: block;
    font-size: 0.5em;
    letter-spacing: 0.05em;
    padding-top: 5px;
    font-weight: normal;
}
/*職員一覧*/
table.staff_list{
    display:table;
    width: 100%;
    border-collapse: collapse;
}
table.staff_list tr th,
table.staff_list tr td{
border: #c8bb9b solid 1px;
padding: 5px 15px;
text-align:left;
}
table.staff_list tr th{
width:35%;
background-color:#f8f4ef; 
padding: 5px 20px;
}

table.staff_list tr td small{
padding-left:15px;
}

.page_layout .map_box{
    display: table;
    margin: 0 auto;
}
/*
===============================================================================

各種タイトル

===============================================================================
*/
#page_container .tit01{
    display: block;
    background: none;
    font-size: 26px;
    font-weight: 500;
    color: #e67800;
    border-bottom: #e67800 solid 1px;
    padding: 0;
    margin: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#page_container .tit01 b{
display: inline-block;
padding: 0 10px;
font-size:0.8em;

}
#page_container .tit01::before{
    display: none !important;
}
#page_container .tit02{
    display: block;
    font-size: 24px;
    font-weight: 500;
    border-radius: 5px;
    color: #fff;
    background-color: #222;
    padding:15px 15px;
    border-radius: 5px;
    margin-bottom:20px;
}
#page_container .tit02::before{
    display: none;
}
#page_container .tit03{
    display: block;
    font-size: 24px;
    border-bottom:#e67800 solid 1px;
    padding:5px 20px 10px;
    margin-bottom: 20px;
    position: relative;
}
#page_container .tit03::before{
    content: "";
    display: block;
    width: 7px;
    height: 100%;
    background-color:#e67800;
    position: absolute;
    top: 0;
    left: 0;
}
.tit04{
    display: block;
    font-size: 20px;
    background-color:#e67800;
    color: #fff;
    padding:5px 10px;
    margin-bottom: 20px;
    position: relative;
}
.tit05{
    display: block;
    font-size: 24px;
    border-bottom:#e67800 solid 2px;
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.tit06{
    display: block;
    font-size: 25px;
    padding-left: 27px;
    margin-bottom: 20px;
    position: relative;
}
.tit06::before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color:#e67800;
    position: absolute;
    top: 6px;
    left: 0;
}
.tit07{
    display: block;
    color:#e67800;
    font-size: 1.2em;
    margin-bottom: 5px;
}



/*---------------------------------------------------------
表など
---------------------------------------------------------*/
table.t_type01{
    display:table;
    width: 100%;
    border-collapse: collapse;
}
table.t_type01 tr th,
table.t_type01 tr td{
border: #c8bb9b solid 1px;
    padding: 15px 15px;
}
table.t_type01 tr th{
    width:25%;
    font-size: 1.1em;
    background-color:#f8f4ef; 
}
table.t_type01 tr td{
    width: 75%;
}

table.t_type02{
    display:table;
    width: 100%;
    border-collapse: collapse;
}
table.t_type02 tr th,
table.t_type02 tr td{
border-bottom: #ddd solid 1px;
padding: 10px 15px;
text-align:left;
}
table.t_type02 tr th{
    font-size: 1.1em;
}
.staff table.t_type02 tr th{
white-space: nowrap;
}
table.t_type02 tr td{
}


table.t_type03{
    display:table;
    width: 100%;
    border-collapse: collapse;
}
table.t_type03 tr td{
border: #c8bb9b solid 1px;
    padding: 15px 15px;
}
table.t_type03 tr td:nth-child(1){
    width:25%;
    font-size: 1.1em;
    background-color:#f8f4ef; 
}
table.t_type03 tr td:nth-child(2){
    width: 75%;
}



/**ページアンカーリンク**/
.page_anchor_link{
display: table;
    width: 100%;
    margin-bottom: 50px;
    background-color: #f5f5f5;
    padding: 20px;
}
.page_anchor_link ul{
display: table;
    width: 100%;
}
.page_anchor_link ul li{
display: inline-block;
margin-right:20px;
}
.page_anchor_link ul li a{
padding-left:12px;
position: relative;
}
.page_anchor_link ul li a:hover{
color:#e67800;
}
.page_anchor_link ul li a::before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top:#e67800 solid 2px;
    border-right:#e67800 solid 2px;
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 0;
}
/*--------------------------------------------------------------------

プレスリリース

---------------------------------------------------------------------*/
.press_release .page_contents section{
    padding-top: 120px;
    margin:-60px auto 0;
}
#backnumber-open{
    display:none;
}
.press_release .backnumber_link{
    display: table;
    width: 100%;
    background-color:#f5f5f5;
    padding:30px 20px;
}
.press_release .backnumber_link li{
    float: left;
    width: 10%;
    margin-top: 10px;
}
.press_release .backnumber_link li:nth-child(-n+10){
    margin-top:0;
}
.press_release .backnumber_link li a{
    display: table;
    margin: 0 auto;
    line-height: 140%;
    padding-left: 17px;
    font-size: 18px;
    position: relative;
}
.press_release .backnumber_link li a::before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top:#e67800 solid 2px;
    border-right:#e67800 solid 2px;
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left:0;
}
.press_release .backnumber_link li{
    float: left;
}
.press_release .press_list{
    display: table;
    width: 100%;
}
.press_release .press_list li{
    margin-top: 10px;
}
.press_release .press_list li:first-child{
    margin-top: 0;
}
.press_release .press_list li a{
    display: table;
    padding-left: 110px;
    position: relative;
}
.press_release .press_list li a:hover{
    color:#e67800;
}
.press_release .press_list li a small{
    font-size: 1em;
    color: #939394;
    position: absolute;
    top: 0;
    left: 0;
}



/*--------------------------------------------------------------------

新着情報

---------------------------------------------------------------------*/
.news .link_bnr{
display: table;
margin: 40px auto 40px;
}
#news_list_box .day_tit{
margin-top:40px;
}
#news_list_box .day_tit:nth-child(1){
margin-top:0;
}

#news_list_box .news_archive{
    display: block;
    padding: 15px 25px;
    border-bottom:#d6d6d6 solid 1px;
    padding-left: 340px;
    position: relative;
}

#news_list_box .news_archive span{
display:table;
position: absolute;
    top: 15px;
    left: 0;
}

#news_list_box .news_archive small{
    display: table-cell;
vertical-align: middle;
    line-height: 100%;
width:68px;
height:28px;
padding-right:10px;
color: #999;
}
#news_list_box .news_archive i a{
	display:table-cell;
	width:240px;
    font-size:0.8em;
    padding:7px 0;
    border:#e67800 solid 1px;
    color: #e67800;
    background-color:#fef8f2;
    line-height: 100%;
    font-style: normal;
    text-align:center;
}
#news_list_box .news_archive i a{
	display:table;
}
/*プレスリリース*/
.press #news_list_box .press_box{
    margin-top: 40px;
}
.press #news_list_box .press_box:nth-child(1){
    margin-top: 0;
}
.press #news_list_box .news_archive{
    padding: 5px 25px;
	border:none;
    padding-left: 100px;
}
.press #news_list_box .news_archive span{
    top: 5px;
}

/*---------------------------------------------------------

ページリンク

---------------------------------------------------------*/
.page_nav{
    display: flex;
    -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
    margin-top: 40px;
}
.page_nav li{
    margin: 0 10px;
}
.page_nav li a{
    font-size:0.9em;
    line-height: 100%;
    padding: 5px 20px;
    background-color: #cbcbcb;
    position: relative;
}
.page_nav li.prev a p{
    display: inherit;
    padding-left:15px;
    position: relative;
} 
.page_nav li.next a p{
    display: inherit;
    padding-right:15px;
    position: relative;
}
.page_nav li.prev a p::before, 
.page_nav li.next a p::before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: #000 solid 1px;
    border-right: #000 solid 1px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
}
.page_nav li.prev a p::before{transform: rotate(-135deg);left: 0;}
.page_nav li.next a p::before{transform: rotate(45deg);right: 0;}

#pagination{
	display:table;
	margin:30px auto 0;
}
#pagination span, 
#pagination > a{
	border:#e67800 solid 1px;
    display: inline-block;
    padding: 5px 8px;
    line-height: 100%;
    margin: 0;
}
#pagination span.current_page, 
#pagination > a:hover{
	border:#e67800 solid 1px;
	background-color:#e67800;
	color:#fff;
}
#pagination div.counter{
    display: inline-block;
	margin-left:5px;
	border: #ddd solid 1px;
	background-color:#f5f5f5;
    padding: 5px 8px;
    line-height: 100%;
}

/*---------------------------------------------------------

検索結果

---------------------------------------------------------*/
ul.entry_list{
display:table;
width:100%;
padding:50px 80px;
border:#ddd solid 1px;
margin:0 auto;
}
ul.entry_list li{
display:block;
padding: 10px 25px;
border-bottom: #ddd 1px dotted;
}
ul.entry_list li a::after{
    content: "";
    display:inline-block;
    width: 10px;
    height: 10px;
	margin-left:10px;
    border-top:#e67800 solid 1px;
    border-right:#e67800 solid 1px;
    transform: rotate(45deg);
}

/*公開講演会等 テーブル*/
table.lecture_tb{width:1040px;}
.public_btn button{padding: 5px 10px;}


/*4階層リンク*/
.page_in_link {
    background-color:#fafafa;
}
.page_in_link ul{
    width:auto;
    height:auto;
    display:table;
    padding:20px 10px
    ;
    padding-top:0;
}
.page_in_link ul li{
    float:left;
    padding:10px;
    margin-right:10px;
    font-size:20px;
}
.page_in_link ul li a{
    position:relative;
    padding-left:20px;
}
.page_in_link ul li a::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: #e67800 solid 2px;
    border-right: #e67800 solid 2px;
    transform: rotate(45deg);
    position: absolute;
    top: 53%;
    margin-top: -4px;
    left: 0;
}

/*リスト*/
ul.list_style{
    width:100%;
    height:auto;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    margin:20px auto;
}
ul.list_style li{
    width:49.5%;
    padding:10px 20px;
    background-color:#fafafa;
    margin-bottom:1%;
}
ul.list_style li:nth-child(2n){
    float:right;
}

/*リスト2*/
ul.list_style2{
    width:100%;
    height:auto;
    display:table;
    margin:20px auto;
}
ul.list_style2 li{
    border-bottom:1px #cccccc solid;
    padding-bottom:10px;
    margin-bottom:10px;
}
ul.list_style2 li:last-child{
    border:0;
    padding-bottom:0px;
    margin-bottom:0px;
}

/*表4*/
table.t_type04{
    display:table;
    width: 100%;
    border-collapse: collapse;
}
table.t_type04 tr th,
table.t_type04 tr td{border: #c8bb9b solid 1px;padding: 10px;text-align: center;}
table.t_type04 tr th{
    width:15%;
    font-size: 16px;
    background-color:#f8f4ef;
}
table.t_type04 tr td{
    width:15%;
    font-size: 14px;
    padding: 5px 20px;
    line-height: 150%;
}
table.t_type04 tr th:first-child,
table.t_type04 tr td:first-child{
width:40%;
}


.kifu_access{
    width:100%;
    background-color:#fafafa;
    padding:20px;
}
.kifu_access b{
    margin-bottom:10px;
    display:block;
}


ul.kifu_list li{
    position:relative;
    padding-left:150px;
    font-size:20px;
}
ul.kifu_list span{
    display:inline-block;
    width:150px; 
    position:absolute;
    top:0;
    left:0;
    font-size:16px;
}

table td.line-h_pic{
line-height:100%;
}


@charset "utf-8";

/*
===============================================================================
Home PC
===============================================================================
*/
#home_contents section{
    padding:50px 0;
}
/*-------------------------------
TOP information{
-------------------------------*/
#home_contents section#information{
    display:table;
    width: 1200px;
    margin: 0 auto;
}
#tab-select{
    display:none;
}
.info_tab_box .tabs{
    display: flex;
    -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}
.info_tab_box .tabs li{
    width: 171.428571428px;
    padding-right: 5px;
    padding-bottom: 5px;
}
.info_tab_box .tabs li:last-child{
   padding-right: 0;
}
.info_tab_box .tabs li a{
    display:block;
    height: 60px;
    text-align: center;
    color: #fff;
    background-color: #acacac;
    position: relative;
}
.info_tab_box .tabs li a span{
    display: table;
    white-space: nowrap;
    line-height: 130%;
    padding-left: 35px;
    font-size: 0.95em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.info_tab_box .tabs li a span::before{
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.info_tab_box .tabs li:nth-child(1) a span::before{background-image: url("../../images/info_all.png");}
.info_tab_box .tabs li:nth-child(2) a span::before{background-image: url("../../images/info_press_release.png");}
.info_tab_box .tabs li:nth-child(3) a span::before{background-image: url("../../images/info_news.png");}
.info_tab_box .tabs li:nth-child(4) a span::before{background-image: url("../../images/info_event.png");}
.info_tab_box .tabs li:nth-child(5) a span::before{background-image: url("../../images/info_recruit.png");}
.info_tab_box .tabs li:nth-child(6) a span::before{background-image: url("../../images/info_procurement.png");}
.info_tab_box .tabs li:nth-child(7) a span::before{background-image: url("../../images/info_data.png");}

/*ON action*/
.info_tab_box .tabs li a:hover,
.info_tab_box .tabs li.on a{
    background-color:#f5f5f5;
    color: #000;
    position: relative;
}
.info_tab_box .tabs li a:hover::after,
.info_tab_box .tabs li.on a::after{
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    background-color:#f5f5f5;
    position: absolute;
    left:0;
    bottom: -5px;
}
.info_tab_box .tabs li:nth-child(1) a:hover span::before, 
.info_tab_box .tabs li:nth-child(1).on a span::before{background-image: url("../../images/info_all_on.png");}
.info_tab_box .tabs li:nth-child(2) a:hover span::before, 
.info_tab_box .tabs li:nth-child(2).on a span::before{background-image: url("../../images/info_press_release_on.png");}
.info_tab_box .tabs li:nth-child(3) a:hover span::before, 
.info_tab_box .tabs li:nth-child(3).on a span::before{background-image: url("../../images/info_news_on.png");}
.info_tab_box .tabs li:nth-child(4) a:hover span::before, 
.info_tab_box .tabs li:nth-child(4).on a span::before{background-image: url("../../images/info_event_on.png");}
.info_tab_box .tabs li:nth-child(5) a:hover span::before, 
.info_tab_box .tabs li:nth-child(5).on a span::before{background-image: url("../../images/info_recruit_on.png");}
.info_tab_box .tabs li:nth-child(6) a:hover span::before, 
.info_tab_box .tabs li:nth-child(6).on a span::before{background-image: url("../../images/info_procurement_on.png");}
.info_tab_box .tabs li:nth-child(7) a:hover span::before, 
.info_tab_box .tabs li:nth-child(7).on a span::before{background-image: url("../../images/info_data_on.png");}


.info_tab_box .tab_box{
    background-color:#f5f5f5;
    padding-bottom: 30px;
}
.info_tab_box .tab_box .info_list li{
    display: block;
    padding: 15px 25px;
    border-bottom: #fff solid 4px;
    position: relative;
}
.info_tab_box .tab_box .info_list li:last-child{
    border-bottom: none;
}
.info_tab_box .tab_box .info_list li span{
    display:inline-block;
}
.info_tab_box .tab_box .info_list li span small{
    display:inline-block;
    line-height: 100%;
    margin-right: 10px;
}

.info_tab_box .tab_box .info_list li span i{
    display:inline-block;
    color: #e67800;
    line-height: 100%;
    font-style: normal;
    font-size: 0.9em;
    letter-spacing: -0.05em;
    margin-right: 10px;
}


.info_tab_box .tab_box .info_list li i a{
    color: #e67800;
}
.info_tab_box .tab_box .more_btn{
    display:table;
    margin:5px auto 0;
    height: 40px;
    width: 280px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    box-shadow: 4px 4px 0px #d5d5d5;
    position: relative;
}
.info_tab_box .tab_box .more_btn::after{
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-top: #e67800 solid 2px;
    border-right: #e67800 solid 2px;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 20px;
}
/*-------------------------------
TOP access
-------------------------------*/
#home_contents section#access{
    background-color: #f5f5f5;
}
#home_contents section#access .in_box{
    display:table;
    width: 1200px;
    margin: 0 auto;
}
#home_contents section#access .map,
#home_contents section#access .text{
    display: table-cell;
    vertical-align: middle;
}
#home_contents section#access .map{
    width: 700px;
}
#access .map > div {
    width: 100% !important;
    height: 370px !important;
}
#home_contents section#access .text{
    padding-left: 50px;
    line-height: 150%;
}
#home_contents section#access .text h2{
    font-size: 20px;
    line-height: 150%;
    font-weight: bold;
}
#home_contents section#access .text h2 small{
    display: table;
    font-size: 14px;
}
#home_contents section#access .text ul li{
    margin-top:20px;
}
#home_contents section#access .text ul li h3{
    display: block;
    font-size: 17px;
    font-weight: bold;
    padding-left: 30px;
    position: relative;
}
#home_contents section#access .text ul li h3::before{
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-image: url("../../images/icon_access.png");
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    top:0;
    left:0;
}
#home_contents section#access .text ul li:nth-child(2) h3::before{
    background-image: url("../../images/icon_map.png");
}
/*-------------------------------
TOP banner
-------------------------------*/
#home_contents section#banner ul{
    display: table;
    width: 1000px;
    margin: 0 auto;
}
#home_contents section#banner ul li{
    float: left;
    margin-right:50px; 
    margin-top: 20px;
}
#home_contents section#banner ul li:nth-child(-n+3){
    margin-top: 0;
}
#home_contents section#banner ul li:nth-child(3n){
    margin-right:0; 
}
#home_contents section#banner ul li a{
    display: block;
}





/*
===============================================================================

PAGE contents

===============================================================================
*/
#page_container{
    margin-bottom:80px;
}
/*パンクズ*/
#breadcrumbs{
    display: table;
    width: 100%;
    border-bottom: #e6e6e6 solid 2px;
}
#breadcrumbs #breadcrumbs-inner{
    display: table;
    width: 1200px;
    margin: 0 auto;
    font-size: 12px;
}
#breadcrumbs #breadcrumbs-inner a{
    font-size:12px;
    color: #808080;
    margin:0 5px;
}
#breadcrumbs #breadcrumbs-inner a:first-child{
    margin-left: 0;
}
/**/

#page_tit_box{
    display:table;
    width: 100%;
    height: 100px;
    border-bottom: #d6d6d6 solid 2px;
    position: relative;
}
#page_tit_box .in{
    display: table;
    width: 1200px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#page_tit_box .in .page_tit{
    font-size: 32px;
    font-weight: normal;
}
#page_tit_box .in .page_tit b{
    font-size: 20px;
    padding-left: 20px;
    font-weight: normal;
}

.page_contents section{
    display:table;
    width: 1200px;
    margin:90px auto 0;
}
.page_contents section:nth-child(1){
    margin:0 auto 0;
}
#page_wrap{
    display: block;
    width: 1200px;
    margin:60px auto 0;
}



/*
===============================================================================

ページレイアウト　page_layout

===============================================================================
*/

a.blank, 
.news a[target="_blank"], 
.page_layout a[target="_blank"] {
    position: relative;
    padding-right:5px;
}
.page_layout a.blank::after, 
.news a[target="_blank"]::after, 
.page_layout a[target="_blank"]::after{
    content: "";
    display:inline-block;
    width: 10px;
    height: 10px;
    background: url("../../images/blank.png") no-repeat center right;
    background-size:auto 100%;
}
/*
a.pdf, 
a.word{
    position: relative;
    padding-right:16px;
}
a.word::before, 
a.pdf::before{
     content: "";
    display: block;
    width: 13px;
    height: 13px;
    background: url("../../images/pdf.gif") no-repeat center center;
    background-size: 100% auto; 
}
a.word::before{
    background: url("../../images/word.gif") no-repeat center center;
    background-size: 100% auto;
}
*/
.page_layout a[href$=".xlsx"],
.page_layout a[href$=".word"],
.page_layout a[href$=".pdf"]{
    position: relative;
    padding-right:15px;
}

.page_layout a[href$=".xlsx"]::after,
.page_layout a[href$=".word"]::after,
.page_layout a[href$=".pdf"]::after{
     content: "";
    display:inline-block;
    width: 13px;
    height: 13px;
    background: url("../../images/pdf.gif") no-repeat center center;
    background-size: 100% auto;

}
.page_layout a[href$=".word"]::after, 
.page_layout a[href$=".doc"]::after{
    background: url("../../images/word.gif") no-repeat center center;
    background-size: 100% auto;
}
.page_layout a[href$=".xlsx"]::after{
    background: url("../../images/xlsx.gif") no-repeat center center;
    background-size: 100% auto;
}

.page_layout a{
    text-decoration:underline;
    color: #e67800;
}
.page_layout a.link_btn{
    display: table;
    border:#e67800 solid 1px;
    padding: 3px 40px;
    margin: 10px 0;
    position: relative;
}
.page_layout a.link_btn.center{
    margin:15px auto;
    padding: 10px 80px; 
}
.page_layout a.link_btn::before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: #e67800 solid 1px;
    border-right:#e67800 solid 1px;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 10px;
}

.page_layout a.link_btn.blank::after{
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url("../../images/blank.png") no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    top: 12px;
    right: 5px;
}
.page_layout h3{
    display: block;
    background-color: #fafafa;
    font-size:21px;
    line-height: 150%;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px 0;
    padding-left: 15px;
    margin-top: 50px;
    position: relative; 
}
.page_layout h3.top{
    margin-top: 30px;
}
.page_layout h3::before{
    content: "";
    display: block;
    width:4px;
    height: 100%;
    background-color:#e67800;
    position: absolute;
    top: 0;
    left: 0;
}

.page_layout h6{
    display: block;
    font-size:18px;
    border-bottom:#e67800 solid 1px;
    line-height: 150%;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 3px 0 5px;
    padding-left: 15px;
    margin-top:30px;
    position: relative; 
}
.page_layout h6::before{
    content: "";
    display: block;
    width:4px;
    height: 100%;
    background-color:#e67800;
    position: absolute;
    top: 0;
    left: 0;
}



.page_layout .p_tit01{
    display: block;
    font-weight: bold;
    padding-left: 18px;
    margin-bottom: 5px;
    margin-top:20px;
    position: relative;
}
.page_layout .p_tit01::before{
    content: "";
    display: block;
    width:  13px;
    height: 13px;
    background-color:#e67800;
    position: absolute;
    top:8px;
    left: 0;
}
.page_layout .p_tit02{
    display: block;
    background-color:#e67800;
    color:#fff;
    font-size:21px;
    line-height: 150%;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px 0;
    padding-left: 15px;
    margin-top: 40px;
    position: relative; 
}
.page_layout .p_tit02.black{
    background-color:#000;
}
.page_layout .p_tit01.m0{
    margin: 0;
}

.page_layout .p_tit03{
    display: block;
    font-size:18px;
    border-bottom:#e67800 solid 1px;
    line-height: 150%;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 3px 0 5px;
    padding-left: 15px;
    margin-top:30px;
    position: relative; 
}
.page_layout .p_tit03::before{
    content: "";
    display: block;
    width:4px;
    height: 100%;
    background-color:#e67800;
    position: absolute;
    top: 0;
    left: 0;
}

.page_layout .text_box{
    display:table;
    width: 100%;
    margin-bottom: 30px;
}
.page_layout .box_10, 
.page_layout .box_20, 
.page_layout .box_30, 
.page_layout .box_40, 
.page_layout .box_50, 
.page_layout .box_60{
    display:table;
    width: 100%;
}
.page_layout .box_10{margin:10px 0;}
.page_layout .box_20{margin:20px 0;}
.page_layout .box_30{margin:30px 0;}
.page_layout .box_40{margin:40px 0;}
.page_layout .box_50{margin:50px 0;}
.page_layout .box_60{margin:60px 0;}


.page_layout .text_box.img_right span{
    float:left;
    width: 800px;
}
.page_layout .text_box.img_right > figure, 
.page_layout .text_box.img_right div.img{
    display: table;
    width: 350px;
    line-height: 150%;
    font-size: 13px;
    float: right;
}
.page_layout .text_box.img_left > figure img, 
.page_layout .text_box.img_right div.img  img{
    display:block;
    width: 100%;
    height: auto;
}
.page_layout .text_box.img_left span{
    float:right;
    width: 800px;
}
.page_layout .text_box.img_left > figure, 
 .page_layout .text_box.img_left div.img{
    display: table;
    width: 350px;
    line-height: 150%;
    font-size: 13px;
    float:left;
}
.page_layout .text_box.img_right > figure img, 
.page_layout .text_box.img_right div.img img{
    display:block;
    width: 100%;
    height: auto;
}

.page_layout .img_list{
    display:table;
    width: 100%;
    margin: 30px auto 10px;
}
.page_layout .img_list.center{
    width:auto;
}
.page_layout .img_list p{
    line-height: 150%;
    font-size:0.8em;
}
.page_layout .img_list img{
    display: block;
    width: 100%;
    height: auto;
}
.page_layout .img_list li{
    float: left;
    margin-right:20px;
    margin-bottom: 20px;
}
.page_layout .img_list.n2 li{width: 590px;}
.page_layout .img_list.n2 li:nth-child(2n){margin-right:0;}
.page_layout .img_list.n3 li{width: 386.66666666px;}
.page_layout .img_list.n3 li:nth-child(3n){margin-right:0;}
.page_layout .img_list.n4 li{width: 285px;}
.page_layout .img_list.n4 li:nth-child(4n){margin-right:0;}
.page_layout .img_list.n5 li{width:224px;}
.page_layout .img_list.n5 li:nth-child(5n){margin-right:0;}
.page_layout .img_list.n6 li{width:183.3333333px;}
.page_layout .img_list.n6 li:nth-child(6n){margin-right:0;}


.text_image{
    display: table;
    width: 100%;
}
.text_image .img {
    padding-bottom:30px;
}

.text_image.right .img{display: table;float: right;padding-left:15px;}
.text_image.left .img{display: table;float: left;padding-right: 15px;}
.text_image.right .img > span{padding-left: 15px;}
.text_image.left .img > span{padding-right: 15px;}

.text_image .text_left{display: table;float:left;}
.text_image .text_right{display: table;float:right;}

.text_image.center .img {
display: table;
    padding: 0;
    line-height: 150%;
    padding-top: 20px;
    float: inherit;
    margin: 0 auto;
}
.text_image.center .img span{
    display: table-cell;
padding:0 5px;
}
.text_image.center .img img{
display: block;
    margin: 0 auto;
}

.text_image .img > span{
    display: table-cell;
}
.text_image .img small{
    display: table;
    line-height: 150%;
    font-size: 13px;
}
.text_image .img img{
    display: block;
}


ul.text_list{
    display: table;
    width: 100%;
    margin: 5px 0;
}
ul.text_list.left_pa{
    padding-left: 15px;
}
ul.text_list li{
    display: block;
    line-height: 150%;
    padding-left: 18px;
    margin-bottom: 5px;
    position: relative;
}
ul.text_list li:last-child{
    margin: 0;
}
ul.text_list li::before{
    content: "";
    display: block;
    width:  13px;
    height: 13px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top:6px;
    left: 0;
}

ul.text_list.dot li::before{
    width:  3px;
    height: 3px;
    top:12px;
    left: 5px;
}
ul.text_list.square li::before{
    border-radius: 0%;
}
ul.text_list.circle li::before{
    background: #fff;
    border:#000 solid 1px;
}

/*
===============================================================================

サイトマップ

===============================================================================
*/
#sitemap{
display: table;
    width: 100%;
}
.sitemap_box{
	width: 48%;
	margin-top:20px;
    float: left;
}
.sitemap_box:nth-child(even){
    float:right;
}
.sitemap_box:nth-child(n+2){
	margin-top:20px;
}

/*
===============================================================================

スタッフ

===============================================================================
*/
.staff_name{
font-weight: bold;
    font-size: 28px;
    padding: 15px 20px;
    background: #000;
    color: #fff;
    border-radius: 5px;
}
.staff_name small{
    display: block;
    font-size: 0.5em;
    letter-spacing: 0.05em;
    padding-top: 5px;
    font-weight: normal;
}
/*職員一覧*/
table.staff_list{
    display:table;
    width: 100%;
    border-collapse: collapse;
}
table.staff_list tr th,
table.staff_list tr td{
border: #c8bb9b solid 1px;
padding: 5px 15px;
text-align:left;
}
table.staff_list tr th{
width:35%;
background-color:#f8f4ef; 
padding: 5px 20px;
}

table.staff_list tr td small{
padding-left:15px;
}

.page_layout .map_box{
    display: table;
    margin: 0 auto;
}
/*
===============================================================================

各種タイトル

===============================================================================
*/
#page_container .tit01{
    display: block;
    background: none;
    font-size: 26px;
    font-weight: 500;
    color: #e67800;
    border-bottom: #e67800 solid 1px;
    padding: 0;
    margin: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#page_container .tit01 b{
display: inline-block;
padding: 0 10px;
font-size:0.8em;

}
#page_container .tit01::before{
    display: none !important;
}
#page_container .tit02{
    display: block;
    font-size: 24px;
    font-weight: 500;
    border-radius: 5px;
    color: #fff;
    background-color: #222;
    padding:15px 15px;
    border-radius: 5px;
    margin-bottom:20px;
}
#page_container .tit02::before{
    display: none;
}
#page_container .tit03{
    display: block;
    font-size: 24px;
    border-bottom:#e67800 solid 1px;
    padding:5px 20px 10px;
    margin-bottom: 20px;
    position: relative;
}
#page_container .tit03::before{
    content: "";
    display: block;
    width: 7px;
    height: 100%;
    background-color:#e67800;
    position: absolute;
    top: 0;
    left: 0;
}
.tit04{
    display: block;
    font-size: 20px;
    background-color:#e67800;
    color: #fff;
    padding:5px 10px;
    margin-bottom: 20px;
    position: relative;
}
.tit05{
    display: block;
    font-size: 24px;
    border-bottom:#e67800 solid 2px;
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.tit06{
    display: block;
    font-size: 25px;
    padding-left: 27px;
    margin-bottom: 20px;
    position: relative;
}
.tit06::before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color:#e67800;
    position: absolute;
    top: 6px;
    left: 0;
}
.tit07{
    display: block;
    color:#e67800;
    font-size: 1.2em;
    margin-bottom: 5px;
}



/*---------------------------------------------------------
表など
---------------------------------------------------------*/
table.t_type01{
    display:table;
    width: 100%;
    border-collapse: collapse;
}
table.t_type01 tr th,
table.t_type01 tr td{
border: #c8bb9b solid 1px;
    padding: 15px 15px;
}
table.t_type01 tr th{
    width:25%;
    font-size: 1.1em;
    background-color:#f8f4ef; 
}
table.t_type01 tr td{
    width: 75%;
}

table.t_type02{
    display:table;
    width: 100%;
    border-collapse: collapse;
}
table.t_type02 tr th,
table.t_type02 tr td{
border-bottom: #ddd solid 1px;
padding: 10px 15px;
text-align:left;
}
table.t_type02 tr th{
    font-size: 1.1em;
}
.staff table.t_type02 tr th{
white-space: nowrap;
}
table.t_type02 tr td{
}


table.t_type03{
    display:table;
    width: 100%;
    border-collapse: collapse;
}
table.t_type03 tr td{
border: #c8bb9b solid 1px;
    padding: 15px 15px;
}
table.t_type03 tr td:nth-child(1){
    width:25%;
    font-size: 1.1em;
    background-color:#f8f4ef; 
}
table.t_type03 tr td:nth-child(2){
    width: 75%;
}



/**ページアンカーリンク**/
.page_anchor_link{
display: table;
    width: 100%;
    margin-bottom: 50px;
    background-color: #f5f5f5;
    padding: 20px;
}
.page_anchor_link ul{
display: table;
    width: 100%;
}
.page_anchor_link ul li{
display: inline-block;
margin-right:20px;
}
.page_anchor_link ul li a{
padding-left:12px;
position: relative;
}
.page_anchor_link ul li a:hover{
color:#e67800;
}
.page_anchor_link ul li a::before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top:#e67800 solid 2px;
    border-right:#e67800 solid 2px;
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 0;
}
/*--------------------------------------------------------------------

プレスリリース

---------------------------------------------------------------------*/
.press_release .page_contents section{
    padding-top: 120px;
    margin:-60px auto 0;
}
#backnumber-open{
    display:none;
}
.press_release .backnumber_link{
    display: table;
    width: 100%;
    background-color:#f5f5f5;
    padding:30px 20px;
}
.press_release .backnumber_link li{
    float: left;
    width: 10%;
    margin-top: 10px;
}
.press_release .backnumber_link li:nth-child(-n+10){
    margin-top:0;
}
.press_release .backnumber_link li a{
    display: table;
    margin: 0 auto;
    line-height: 140%;
    padding-left: 17px;
    font-size: 18px;
    position: relative;
}
.press_release .backnumber_link li a::before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top:#e67800 solid 2px;
    border-right:#e67800 solid 2px;
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left:0;
}
.press_release .backnumber_link li{
    float: left;
}
.press_release .press_list{
    display: table;
    width: 100%;
}
.press_release .press_list li{
    margin-top: 10px;
}
.press_release .press_list li:first-child{
    margin-top: 0;
}
.press_release .press_list li a{
    display: table;
    padding-left: 110px;
    position: relative;
}
.press_release .press_list li a:hover{
    color:#e67800;
}
.press_release .press_list li a small{
    font-size: 1em;
    color: #939394;
    position: absolute;
    top: 0;
    left: 0;
}



/*--------------------------------------------------------------------

新着情報

---------------------------------------------------------------------*/
.news .link_bnr{
display: table;
margin: 40px auto 40px;
}
#news_list_box .day_tit{
margin-top:40px;
}
#news_list_box .day_tit:nth-child(1){
margin-top:0;
}

#news_list_box .news_archive{
    display: block;
    padding: 15px 25px;
    border-bottom:#d6d6d6 solid 1px;
    padding-left: 340px;
    position: relative;
}

#news_list_box .news_archive span{
display:table;
position: absolute;
    top: 15px;
    left: 0;
}

#news_list_box .news_archive small{
    display: table-cell;
vertical-align: middle;
    line-height: 100%;
width:68px;
height:28px;
padding-right:10px;
color: #999;
}
#news_list_box .news_archive i a{
	display:table-cell;
	width:240px;
    font-size:0.8em;
    padding:7px 0;
    border:#e67800 solid 1px;
    color: #e67800;
    background-color:#fef8f2;
    line-height: 100%;
    font-style: normal;
    text-align:center;
}
#news_list_box .news_archive i a{
	display:table;
}
/*プレスリリース*/
.press #news_list_box .press_box{
    margin-top: 40px;
}
.press #news_list_box .press_box:nth-child(1){
    margin-top: 0;
}
.press #news_list_box .news_archive{
    padding: 5px 25px;
	border:none;
    padding-left: 100px;
}
.press #news_list_box .news_archive span{
    top: 5px;
}

/*---------------------------------------------------------

ページリンク

---------------------------------------------------------*/
.page_nav{
    display: flex;
    -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
    margin-top: 40px;
}
.page_nav li{
    margin: 0 10px;
}
.page_nav li a{
    font-size:0.9em;
    line-height: 100%;
    padding: 5px 20px;
    background-color: #cbcbcb;
    position: relative;
}
.page_nav li.prev a p{
    display: inherit;
    padding-left:15px;
    position: relative;
} 
.page_nav li.next a p{
    display: inherit;
    padding-right:15px;
    position: relative;
}
.page_nav li.prev a p::before, 
.page_nav li.next a p::before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: #000 solid 1px;
    border-right: #000 solid 1px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
}
.page_nav li.prev a p::before{transform: rotate(-135deg);left: 0;}
.page_nav li.next a p::before{transform: rotate(45deg);right: 0;}

#pagination{
	display:table;
	margin:30px auto 0;
}
#pagination span, 
#pagination > a{
	border:#e67800 solid 1px;
    display: inline-block;
    padding: 5px 8px;
    line-height: 100%;
    margin: 0;
}
#pagination span.current_page, 
#pagination > a:hover{
	border:#e67800 solid 1px;
	background-color:#e67800;
	color:#fff;
}
#pagination div.counter{
    display: inline-block;
	margin-left:5px;
	border: #ddd solid 1px;
	background-color:#f5f5f5;
    padding: 5px 8px;
    line-height: 100%;
}

/*---------------------------------------------------------

検索結果

---------------------------------------------------------*/
ul.entry_list{
display:table;
width:100%;
padding:50px 80px;
border:#ddd solid 1px;
margin:0 auto;
}
ul.entry_list li{
display:block;
padding: 10px 25px;
border-bottom: #ddd 1px dotted;
}
ul.entry_list li a::after{
    content: "";
    display:inline-block;
    width: 10px;
    height: 10px;
	margin-left:10px;
    border-top:#e67800 solid 1px;
    border-right:#e67800 solid 1px;
    transform: rotate(45deg);
}

/*公開講演会等 テーブル*/
table.lecture_tb{width:1040px;}
.public_btn button{padding: 5px 10px;}


/*4階層リンク*/
.page_in_link {
    background-color:#fafafa;
}
.page_in_link ul{
    width:auto;
    height:auto;
    display:table;
    padding:20px 10px
    ;
    padding-top:0;
}
.page_in_link ul li{
    float:left;
    padding:10px;
    margin-right:10px;
    font-size:20px;
}
.page_in_link ul li a{
    position:relative;
    padding-left:20px;
}
.page_in_link ul li a::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: #e67800 solid 2px;
    border-right: #e67800 solid 2px;
    transform: rotate(45deg);
    position: absolute;
    top: 53%;
    margin-top: -4px;
    left: 0;
}

/*リスト*/
ul.list_style{
    width:100%;
    height:auto;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    margin:20px auto;
}
ul.list_style li{
    width:49.5%;
    padding:10px 20px;
    background-color:#fafafa;
    margin-bottom:1%;
}
ul.list_style li:nth-child(2n){
    float:right;
}

/*リスト2*/
ul.list_style2{
    width:100%;
    height:auto;
    display:table;
    margin:20px auto;
}
ul.list_style2 li{
    border-bottom:1px #cccccc solid;
    padding-bottom:10px;
    margin-bottom:10px;
}
ul.list_style2 li:last-child{
    border:0;
    padding-bottom:0px;
    margin-bottom:0px;
}

/*表4*/
table.t_type04{
    display:table;
    width: 100%;
    border-collapse: collapse;
}
table.t_type04 tr th,
table.t_type04 tr td{border: #c8bb9b solid 1px;padding: 10px;text-align: center;}
table.t_type04 tr th{
    width:15%;
    font-size: 16px;
    background-color:#f8f4ef;
}
table.t_type04 tr td{
    width:15%;
    font-size: 14px;
    padding: 5px 20px;
    line-height: 150%;
}
table.t_type04 tr th:first-child,
table.t_type04 tr td:first-child{
width:40%;
}


.kifu_access{
    width:100%;
    background-color:#fafafa;
    padding:20px;
}
.kifu_access b{
    margin-bottom:10px;
    display:block;
}

@charset "utf-8";

/*
===============================================================================
Home PC
===============================================================================
*/
#home_contents section{
    padding:50px 0;
}
/*-------------------------------
TOP information{
-------------------------------*/
#home_contents section#information{
    display:table;
    width: 1200px;
    margin: 0 auto;
}
#tab-select{
    display:none;
}
.info_tab_box .tabs{
    display: flex;
    -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}
.info_tab_box .tabs li{
    width: 171.428571428px;
    padding-right: 5px;
    padding-bottom: 5px;
}
.info_tab_box .tabs li:last-child{
   padding-right: 0;
}
.info_tab_box .tabs li a{
    display:block;
    height: 60px;
    text-align: center;
    color: #fff;
    background-color: #acacac;
    position: relative;
}
.info_tab_box .tabs li a span{
    display: table;
    white-space: nowrap;
    line-height: 130%;
    padding-left: 35px;
    font-size: 0.95em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.info_tab_box .tabs li a span::before{
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.info_tab_box .tabs li:nth-child(1) a span::before{background-image: url("../../images/info_all.png");}
.info_tab_box .tabs li:nth-child(2) a span::before{background-image: url("../../images/info_press_release.png");}
.info_tab_box .tabs li:nth-child(3) a span::before{background-image: url("../../images/info_news.png");}
.info_tab_box .tabs li:nth-child(4) a span::before{background-image: url("../../images/info_event.png");}
.info_tab_box .tabs li:nth-child(5) a span::before{background-image: url("../../images/info_recruit.png");}
.info_tab_box .tabs li:nth-child(6) a span::before{background-image: url("../../images/info_procurement.png");}
.info_tab_box .tabs li:nth-child(7) a span::before{background-image: url("../../images/info_data.png");}

/*ON action*/
.info_tab_box .tabs li a:hover,
.info_tab_box .tabs li.on a{
    background-color:#f5f5f5;
    color: #000;
    position: relative;
}
.info_tab_box .tabs li a:hover::after,
.info_tab_box .tabs li.on a::after{
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    background-color:#f5f5f5;
    position: absolute;
    left:0;
    bottom: -5px;
}
.info_tab_box .tabs li:nth-child(1) a:hover span::before, 
.info_tab_box .tabs li:nth-child(1).on a span::before{background-image: url("../../images/info_all_on.png");}
.info_tab_box .tabs li:nth-child(2) a:hover span::before, 
.info_tab_box .tabs li:nth-child(2).on a span::before{background-image: url("../../images/info_press_release_on.png");}
.info_tab_box .tabs li:nth-child(3) a:hover span::before, 
.info_tab_box .tabs li:nth-child(3).on a span::before{background-image: url("../../images/info_news_on.png");}
.info_tab_box .tabs li:nth-child(4) a:hover span::before, 
.info_tab_box .tabs li:nth-child(4).on a span::before{background-image: url("../../images/info_event_on.png");}
.info_tab_box .tabs li:nth-child(5) a:hover span::before, 
.info_tab_box .tabs li:nth-child(5).on a span::before{background-image: url("../../images/info_recruit_on.png");}
.info_tab_box .tabs li:nth-child(6) a:hover span::before, 
.info_tab_box .tabs li:nth-child(6).on a span::before{background-image: url("../../images/info_procurement_on.png");}
.info_tab_box .tabs li:nth-child(7) a:hover span::before, 
.info_tab_box .tabs li:nth-child(7).on a span::before{background-image: url("../../images/info_data_on.png");}


.info_tab_box .tab_box{
    background-color:#f5f5f5;
    padding-bottom: 30px;
}
.info_tab_box .tab_box .info_list li{
    display: block;
    padding: 15px 25px;
    border-bottom: #fff solid 4px;
    position: relative;
}
.info_tab_box .tab_box .info_list li:last-child{
    border-bottom: none;
}
.info_tab_box .tab_box .info_list li span{
    display:inline-block;
}
.info_tab_box .tab_box .info_list li span small{
    display:inline-block;
    line-height: 100%;
    margin-right: 10px;
}

.info_tab_box .tab_box .info_list li span i{
    display:inline-block;
    color: #e67800;
    line-height: 100%;
    font-style: normal;
    font-size: 0.9em;
    letter-spacing: -0.05em;
    margin-right: 10px;
}


.info_tab_box .tab_box .info_list li i a{
    color: #e67800;
}
.info_tab_box .tab_box .more_btn{
    display:table;
    margin:5px auto 0;
    height: 40px;
    width: 280px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    box-shadow: 4px 4px 0px #d5d5d5;
    position: relative;
}
.info_tab_box .tab_box .more_btn::after{
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-top: #e67800 solid 2px;
    border-right: #e67800 solid 2px;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 20px;
}
/*-------------------------------
TOP access
-------------------------------*/
#home_contents section#access{
    background-color: #f5f5f5;
}
#home_contents section#access .in_box{
    display:table;
    width: 1200px;
    margin: 0 auto;
}
#home_contents section#access .map,
#home_contents section#access .text{
    display: table-cell;
    vertical-align: middle;
}
#home_contents section#access .map{
    width: 700px;
}
#access .map > div {
    width: 100% !important;
    height: 370px !important;
}
#home_contents section#access .text{
    padding-left: 50px;
    line-height: 150%;
}
#home_contents section#access .text h2{
    font-size: 20px;
    line-height: 150%;
    font-weight: bold;
}
#home_contents section#access .text h2 small{
    display: table;
    font-size: 14px;
}
#home_contents section#access .text ul li{
    margin-top:20px;
}
#home_contents section#access .text ul li h3{
    display: block;
    font-size: 17px;
    font-weight: bold;
    padding-left: 30px;
    position: relative;
}
#home_contents section#access .text ul li h3::before{
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-image: url("../../images/icon_access.png");
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    top:0;
    left:0;
}
#home_contents section#access .text ul li:nth-child(2) h3::before{
    background-image: url("../../images/icon_map.png");
}
/*-------------------------------
TOP banner
-------------------------------*/
#home_contents section#banner ul{
    display: table;
    width: 1000px;
    margin: 0 auto;
}
#home_contents section#banner ul li{
    float: left;
    margin-right:50px; 
    margin-top: 20px;
}
#home_contents section#banner ul li:nth-child(-n+3){
    margin-top: 0;
}
#home_contents section#banner ul li:nth-child(3n){
    margin-right:0; 
}
#home_contents section#banner ul li a{
    display: block;
}





/*
===============================================================================

PAGE contents

===============================================================================
*/
#page_container{
    margin-bottom:80px;
}
/*パンクズ*/
#breadcrumbs{
    display: table;
    width: 100%;
    border-bottom: #e6e6e6 solid 2px;
}
#breadcrumbs #breadcrumbs-inner{
    display: table;
    width: 1200px;
    margin: 0 auto;
    font-size: 12px;
}
#breadcrumbs #breadcrumbs-inner a{
    font-size:12px;
    color: #808080;
    margin:0 5px;
}
#breadcrumbs #breadcrumbs-inner a:first-child{
    margin-left: 0;
}
/**/

#page_tit_box{
    display:table;
    width: 100%;
    height: 100px;
    border-bottom: #d6d6d6 solid 2px;
    position: relative;
}
#page_tit_box .in{
    display: table;
/*    width: 1200px; */
/* start 2021.04.15 */
    max-width: 1200px;
    width: 100%;
/* end 2021.04.15 */
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#page_tit_box .in .page_tit{
    font-size: 32px;
    font-weight: normal;
}
#page_tit_box .in .page_tit b{
    font-size: 20px;
    padding-left: 20px;
    font-weight: normal;
}

.page_contents section{
    display:table;
    width: 1200px;
    margin:90px auto 0;
}
.page_contents section:nth-child(1){
    margin:0 auto 0;
}
#page_wrap{
    display: block;
    width: 1200px;
    margin:60px auto 0;
}



/*
===============================================================================

ページレイアウト　page_layout

===============================================================================
*/

a.blank, 
.news a[target="_blank"], 
.page_layout a[target="_blank"] {
    position: relative;
    padding-right: 18px;
}
.page_layout a.blank::after, 
.news a[target="_blank"]::after, 
.page_layout a[target="_blank"]::after{
    content: "";
    display:inline-block;
    width: 10px;
    height: 10px;
    background: url("../../images/blank.png") no-repeat center right;
    background-size:auto 100%;
    margin-left: 5px;
}
/*
a.pdf, 
a.word{
    position: relative;
    padding-right:16px;
}
a.word::before, 
a.pdf::before{
     content: "";
    display: block;
    width: 13px;
    height: 13px;
    background: url("../../images/pdf.gif") no-repeat center center;
    background-size: 100% auto; 
}
a.word::before{
    background: url("../../images/word.gif") no-repeat center center;
    background-size: 100% auto;
}
*/
.page_layout a[href$=".xlsx"],
.page_layout a[href$=".word"],
.page_layout a[href$=".doc"],
.page_layout a[href$=".pdf"]{
    position: relative;
    padding-right:15px;
}

.page_layout a[href$=".xlsx"]::after,
.page_layout a[href$=".word"]::after,
.page_layout a[href$=".doc"]::after,
.page_layout a[href$=".pdf"]::after{
     content: "";
     display:inline-block;
     width: 13px;
     height: 13px;
     background: url("../../images/pdf.gif") no-repeat center center;
     background-size: 100% auto;
     margin-left: 5px;
}
.page_layout a[href$=".word"]::after, 
.page_layout a[href$=".doc"]::after{
    background: url("../../images/word.gif") no-repeat center center;
    background-size: 100% auto;
}
.page_layout a[href$=".xlsx"]::after{
    background: url("../../images/xlsx.gif") no-repeat center center;
    background-size: 100% auto;
    margin-left: 5px;
}

.page_layout a{
    text-decoration:underline;
    color: #e67800;
}
.page_layout a.link_btn{
    display: table;
    border:#e67800 solid 1px;
    padding: 3px 40px;
    margin: 10px 0;
    position: relative;
}
.page_layout a.link_btn.center{
    margin:15px auto;
    padding: 10px 80px; 
}
.page_layout a.link_btn::before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: #e67800 solid 1px;
    border-right:#e67800 solid 1px;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 10px;
}

.page_layout a.link_btn.blank::after{
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url("../../images/blank.png") no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    top: 12px;
    right: 5px;
}
.page_layout h3{
    display: block;
    background-color: #fafafa;
    font-size:21px;
    line-height: 150%;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px 0;
    padding-left: 15px;
    margin-top: 50px;
    position: relative; 
}
.page_layout h3.top{
    margin-top: 30px;
}
.page_layout h3::before{
    content: "";
    display: block;
    width:4px;
    height: 100%;
    background-color:#e67800;
    position: absolute;
    top: 0;
    left: 0;
}

.page_layout h6{
    display: block;
    font-size:18px;
    border-bottom:#e67800 solid 1px;
    line-height: 150%;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 3px 0 5px;
    padding-left: 15px;
    margin-top:30px;
    position: relative; 
}
.page_layout h6::before{
    content: "";
    display: block;
    width:4px;
    height: 100%;
    background-color:#e67800;
    position: absolute;
    top: 0;
    left: 0;
}



.page_layout .p_tit01{
    display: block;
    font-weight: bold;
    padding-left: 18px;
    margin-bottom: 5px;
    margin-top:20px;
    position: relative;
}
.page_layout .p_tit01::before{
    content: "";
    display: block;
    width:  13px;
    height: 13px;
    background-color:#e67800;
    position: absolute;
    top:8px;
    left: 0;
}
.page_layout .p_tit02{
    display: block;
    background-color:#e67800;
    color:#fff;
    font-size:21px;
    line-height: 150%;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px 0;
    padding-left: 15px;
    margin-top: 40px;
    position: relative; 
}
.page_layout .p_tit02.black{
    background-color:#000;
}
.page_layout .p_tit01.m0{
    margin: 0;
}

.page_layout .p_tit03{
    display: block;
    font-size:18px;
    border-bottom:#e67800 solid 1px;
    line-height: 150%;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 3px 0 5px;
    padding-left: 15px;
    margin-top:30px;
    position: relative; 
}
.page_layout .p_tit03::before{
    content: "";
    display: block;
    width:4px;
    height: 100%;
    background-color:#e67800;
    position: absolute;
    top: 0;
    left: 0;
}

.page_layout .text_box{
    display:table;
    width: 100%;
    margin-bottom: 30px;
}
.page_layout .box_10, 
.page_layout .box_20, 
.page_layout .box_30, 
.page_layout .box_40, 
.page_layout .box_50, 
.page_layout .box_60{
    display:table;
    width: 100%;
}
.page_layout .box_10{margin:10px 0;}
.page_layout .box_20{margin:20px 0;}
.page_layout .box_30{margin:30px 0;}
.page_layout .box_40{margin:40px 0;}
.page_layout .box_50{margin:50px 0;}
.page_layout .box_60{margin:60px 0;}


.page_layout .text_box.img_right span{
    float:left;
    width: 800px;
}
.page_layout .text_box.img_right > figure, 
.page_layout .text_box.img_right div.img{
    display: table;
    width: 350px;
    line-height: 150%;
    font-size: 13px;
    float: right;
}
.page_layout .text_box.img_left > figure img, 
.page_layout .text_box.img_right div.img  img{
    display:block;
    width: 100%;
    height: auto;
}
.page_layout .text_box.img_left span{
    float:right;
    width: 800px;
}
.page_layout .text_box.img_left > figure, 
 .page_layout .text_box.img_left div.img{
    display: table;
    width: 350px;
    line-height: 150%;
    font-size: 13px;
    float:left;
}
.page_layout .text_box.img_right > figure img, 
.page_layout .text_box.img_right div.img img{
    display:block;
    width: 100%;
    height: auto;
}

.page_layout .img_list{
    display:table;
    width: 100%;
    margin: 30px auto 10px;
}
.page_layout .img_list.center{
    width:auto;
}
.page_layout .img_list p{
    line-height: 150%;
    font-size:0.8em;
}
.page_layout .img_list img{
    display: block;
    width: 100%;
    height: auto;
}
.page_layout .img_list li{
    float: left;
    margin-right:20px;
    margin-bottom: 20px;
}
.page_layout .img_list.n2 li{width: 590px;}
.page_layout .img_list.n2 li:nth-child(2n){margin-right:0;}
.page_layout .img_list.n3 li{width: 386.66666666px;}
.page_layout .img_list.n3 li:nth-child(3n){margin-right:0;}
.page_layout .img_list.n4 li{width: 285px;}
.page_layout .img_list.n4 li:nth-child(4n){margin-right:0;}
.page_layout .img_list.n5 li{width:224px;}
.page_layout .img_list.n5 li:nth-child(5n){margin-right:0;}
.page_layout .img_list.n6 li{width:183.3333333px;}
.page_layout .img_list.n6 li:nth-child(6n){margin-right:0;}


.text_image{
    display: table;
    width: 100%;
}
.text_image .img {
    padding-bottom:30px;
}

.text_image.right .img{display: table;float: right;padding-left:15px;}
.text_image.left .img{display: table;float: left;padding-right: 15px;}
.text_image.right .img > span{padding-left: 15px;}
.text_image.left .img > span{padding-right: 15px;}

.text_image .text_left{display: table;float:left;}
.text_image .text_right{display: table;float:right;}

.text_image.center .img {
display: table;
    padding: 0;
    line-height: 150%;
    padding-top: 20px;
    float: inherit;
    margin: 0 auto;
}
.text_image.center .img span{
    display: table-cell;
padding:0 5px;
}
.text_image.center .img img{
display: block;
    margin: 0 auto;
}

.text_image .img > span{
    display: table-cell;
}
.text_image .img small{
    display: table;
    line-height: 150%;
    font-size: 13px;
}
.text_image .img img{
    display: block;
}


ul.text_list{
    display: table;
    width: 100%;
    margin: 5px 0;
}
ul.text_list.left_pa{
    padding-left: 15px;
}
ul.text_list li{
    display: block;
    line-height: 150%;
    padding-left: 18px;
    margin-bottom: 5px;
    position: relative;
}
ul.text_list li:last-child{
    margin: 0;
}
ul.text_list li::before{
    content: "";
    display: block;
    width:  13px;
    height: 13px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top:6px;
    left: 0;
}

ul.text_list.dot li::before{
    width:  3px;
    height: 3px;
    top:12px;
    left: 5px;
}
ul.text_list.square li::before{
    border-radius: 0%;
}
ul.text_list.circle li::before{
    background: #fff;
    border:#000 solid 1px;
}

/*
===============================================================================

サイトマップ

===============================================================================
*/
#sitemap{
display: table;
    width: 100%;
}
.sitemap_box{
	width: 48%;
	margin-top:20px;
    float: left;
}
.sitemap_box:nth-child(even){
    float:right;
}
.sitemap_box:nth-child(n+2){
	margin-top:20px;
}

/*
===============================================================================

スタッフ

===============================================================================
*/
.staff_name{
font-weight: bold;
    font-size: 28px;
    padding: 15px 20px;
    background: #000;
    color: #fff;
    border-radius: 5px;
}
.staff_name small{
    display: block;
    font-size: 0.5em;
    letter-spacing: 0.05em;
    padding-top: 5px;
    font-weight: normal;
}
/*職員一覧*/
table.staff_list{
    display:table;
    width: 100%;
    border-collapse: collapse;
}
table.staff_list tr th,
table.staff_list tr td{
border: #c8bb9b solid 1px;
padding: 5px 15px;
text-align:left;
}
table.staff_list tr th{
width:35%;
background-color:#f8f4ef; 
padding: 5px 20px;
}

table.staff_list tr td small{
padding-left:15px;
}

.page_layout .map_box{
    display: table;
    margin: 0 auto;
}
/*
===============================================================================

各種タイトル

===============================================================================
*/
#page_container .tit01{
    display: block;
    background: none;
    font-size: 26px;
    font-weight: 500;
    color: #e67800;
    border-bottom: #e67800 solid 1px;
    padding: 0;
    margin: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#page_container .tit01 b{
display: inline-block;
padding: 0 10px;
font-size:0.8em;

}
#page_container .tit01::before{
    display: none !important;
}
#page_container .tit02{
    display: block;
    font-size: 24px;
    font-weight: 500;
    border-radius: 5px;
    color: #fff;
    background-color: #222;
    padding:15px 15px;
    border-radius: 5px;
    margin-bottom:20px;
}
#page_container .tit02::before{
    display: none;
}
#page_container .tit03{
    display: block;
    font-size: 24px;
    border-bottom:#e67800 solid 1px;
    padding:5px 20px 10px;
    margin-bottom: 20px;
    position: relative;
}
#page_container .tit03::before{
    content: "";
    display: block;
    width: 7px;
    height: 100%;
    background-color:#e67800;
    position: absolute;
    top: 0;
    left: 0;
}
.tit04{
    display: block;
    font-size: 20px;
    background-color:#e67800;
    color: #fff;
    padding:5px 10px;
    margin-bottom: 20px;
    position: relative;
}
.tit05{
    display: block;
    font-size: 24px;
    border-bottom:#e67800 solid 2px;
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.tit06{
    display: block;
    font-size: 25px;
    padding-left: 27px;
    margin-bottom: 20px;
    position: relative;
}
.tit06::before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color:#e67800;
    position: absolute;
    top: 6px;
    left: 0;
}
.tit07{
    display: block;
    color:#e67800;
    font-size: 1.2em;
    margin-bottom: 5px;
}



/*---------------------------------------------------------
表など
---------------------------------------------------------*/
table.t_type01{
    display:table;
    width: 100%;
    border-collapse: collapse;
}
table.t_type01 tr th,
table.t_type01 tr td{
border: #c8bb9b solid 1px;
    padding: 15px 15px;
}
table.t_type01 tr th{
    width:25%;
    font-size: 1.1em;
    background-color:#f8f4ef; 
}
table.t_type01 tr td{
    width: 75%;
}

table.t_type02{
    display:table;
    width: 100%;
    border-collapse: collapse;
}
table.t_type02 tr th,
table.t_type02 tr td{
border-bottom: #ddd solid 1px;
padding: 10px 15px;
text-align:left;
}
table.t_type02 tr th{
    font-size: 1.1em;
}
.staff table.t_type02 tr th{
white-space: nowrap;
}
table.t_type02 tr td{
}


table.t_type03{
    display:table;
    width: 100%;
    border-collapse: collapse;
}
table.t_type03 tr td{
border: #c8bb9b solid 1px;
    padding: 15px 15px;
}
table.t_type03 tr td:nth-child(1){
    width:25%;
    font-size: 1.1em;
    background-color:#f8f4ef; 
}
table.t_type03 tr td:nth-child(2){
    width: 75%;
}



/**ページアンカーリンク**/
.page_anchor_link{
display: table;
    width: 100%;
    margin-bottom: 50px;
    background-color: #f5f5f5;
    padding: 20px;
}
.page_anchor_link ul{
display: table;
    width: 100%;
}
.page_anchor_link ul li{
display: inline-block;
margin-right:20px;
}
.page_anchor_link ul li a{
padding-left:12px;
position: relative;
}
.page_anchor_link ul li a:hover{
color:#e67800;
}
.page_anchor_link ul li a::before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top:#e67800 solid 2px;
    border-right:#e67800 solid 2px;
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 0;
}
/*--------------------------------------------------------------------

プレスリリース

---------------------------------------------------------------------*/
.press_release .page_contents section{
    padding-top: 120px;
    margin:-60px auto 0;
}
#backnumber-open{
    display:none;
}
.press_release .backnumber_link{
    display: table;
    width: 100%;
    background-color:#f5f5f5;
    padding:30px 20px;
}
.press_release .backnumber_link li{
    float: left;
    width: 10%;
    margin-top: 10px;
}
.press_release .backnumber_link li:nth-child(-n+10){
    margin-top:0;
}
.press_release .backnumber_link li a{
    display: table;
    margin: 0 auto;
    line-height: 140%;
    padding-left: 17px;
    font-size: 18px;
    position: relative;
}
.press_release .backnumber_link li a::before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top:#e67800 solid 2px;
    border-right:#e67800 solid 2px;
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left:0;
}
.press_release .backnumber_link li{
    float: left;
}
.press_release .press_list{
    display: table;
    width: 100%;
}
.press_release .press_list li{
    margin-top: 10px;
}
.press_release .press_list li:first-child{
    margin-top: 0;
}
.press_release .press_list li a{
    display: table;
    padding-left: 110px;
    position: relative;
}
.press_release .press_list li a:hover{
    color:#e67800;
}
.press_release .press_list li a small{
    font-size: 1em;
    color: #939394;
    position: absolute;
    top: 0;
    left: 0;
}



/*--------------------------------------------------------------------

新着情報

---------------------------------------------------------------------*/
.news .link_bnr{
display: table;
margin: 40px auto 40px;
}
#news_list_box .day_tit{
margin-top:40px;
}
#news_list_box .day_tit:nth-child(1){
margin-top:0;
}

#news_list_box .news_archive{
    display: block;
    padding: 15px 25px;
    border-bottom:#d6d6d6 solid 1px;
    padding-left: 340px;
    position: relative;
}

#news_list_box .news_archive span{
display:table;
position: absolute;
    top: 15px;
    left: 0;
}

#news_list_box .news_archive small{
    display: table-cell;
vertical-align: middle;
    line-height: 100%;
width:68px;
height:28px;
padding-right:10px;
color: #999;
}
#news_list_box .news_archive i a{
	display:table-cell;
	width:240px;
    font-size:0.8em;
    padding:7px 0;
    border:#e67800 solid 1px;
    color: #e67800;
    background-color:#fef8f2;
    line-height: 100%;
    font-style: normal;
    text-align:center;
}
#news_list_box .news_archive i a{
	display:table;
}
/*プレスリリース*/
.press #news_list_box .press_box{
    margin-top: 40px;
}
.press #news_list_box .press_box:nth-child(1){
    margin-top: 0;
}
.press #news_list_box .news_archive{
    padding: 5px 25px;
	border:none;
    padding-left: 100px;
}
.press #news_list_box .news_archive span{
    top: 5px;
}

/*---------------------------------------------------------

ページリンク

---------------------------------------------------------*/
.page_nav{
    display: flex;
    -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
    margin-top: 40px;
}
.page_nav li{
    margin: 0 10px;
}
.page_nav li a{
    font-size:0.9em;
    line-height: 100%;
    padding: 5px 20px;
    background-color: #cbcbcb;
    position: relative;
}
.page_nav li.prev a p{
    display: inherit;
    padding-left:15px;
    position: relative;
} 
.page_nav li.next a p{
    display: inherit;
    padding-right:15px;
    position: relative;
}
.page_nav li.prev a p::before, 
.page_nav li.next a p::before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: #000 solid 1px;
    border-right: #000 solid 1px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
}
.page_nav li.prev a p::before{transform: rotate(-135deg);left: 0;}
.page_nav li.next a p::before{transform: rotate(45deg);right: 0;}

#pagination{
	display:table;
	margin:30px auto 0;
}
#pagination span, 
#pagination > a{
	border:#e67800 solid 1px;
    display: inline-block;
    padding: 5px 8px;
    line-height: 100%;
    margin: 0;
}
#pagination span.current_page, 
#pagination > a:hover{
	border:#e67800 solid 1px;
	background-color:#e67800;
	color:#fff;
}
#pagination div.counter{
    display: inline-block;
	margin-left:5px;
	border: #ddd solid 1px;
	background-color:#f5f5f5;
    padding: 5px 8px;
    line-height: 100%;
}

/*---------------------------------------------------------

検索結果

---------------------------------------------------------*/
ul.entry_list{
display:table;
width:100%;
padding:50px 80px;
border:#ddd solid 1px;
margin:0 auto;
}
ul.entry_list li{
display:block;
padding: 10px 25px;
border-bottom: #ddd 1px dotted;
}
ul.entry_list li a::after{
    content: "";
    display:inline-block;
    width: 10px;
    height: 10px;
	margin-left:10px;
    border-top:#e67800 solid 1px;
    border-right:#e67800 solid 1px;
    transform: rotate(45deg);
}

/*公開講演会等 テーブル*/
table.lecture_tb{width:1040px;}
.public_btn button{padding: 5px 10px;}


/*4階層リンク*/
.page_in_link {
    background-color:#fafafa;
}
.page_in_link ul{
    width:auto;
    height:auto;
    display:table;
    padding:20px 10px
    ;
    padding-top:0;
}
.page_in_link ul li{
    float:left;
    padding:10px;
    margin-right:10px;
    font-size:20px;
}
.page_in_link ul li a{
    position:relative;
    padding-left:20px;
}
.page_in_link ul li a::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: #e67800 solid 2px;
    border-right: #e67800 solid 2px;
    transform: rotate(45deg);
    position: absolute;
    top: 53%;
    margin-top: -4px;
    left: 0;
}

/*リスト*/
ul.list_style{
    width:100%;
    height:auto;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    margin:20px auto;
}
ul.list_style li{
    width:49.5%;
    padding:10px 20px;
    background-color:#fafafa;
    margin-bottom:1%;
}
ul.list_style li:nth-child(2n){
    float:right;
}

/*リスト2*/
ul.list_style2{
    width:100%;
    height:auto;
    display:table;
    margin:20px auto;
}
ul.list_style2 li{
    border-bottom:1px #cccccc solid;
    padding-bottom:10px;
    margin-bottom:10px;
}
ul.list_style2 li:last-child{
    border:0;
    padding-bottom:0px;
    margin-bottom:0px;
}

/*表4*/
table.t_type04{
    display:table;
    width: 100%;
    border-collapse: collapse;
}
table.t_type04 tr th,
table.t_type04 tr td{border: #c8bb9b solid 1px;padding: 10px;text-align: center;}
table.t_type04 tr th{
    width:15%;
    font-size: 16px;
    background-color:#f8f4ef;
}
table.t_type04 tr td{
    width:15%;
    font-size: 14px;
    padding: 5px 20px;
    line-height: 150%;
}
table.t_type04 tr th:first-child,
table.t_type04 tr td:first-child{
width:40%;
}


.kifu_access{
    width:100%;
    background-color:#fafafa;
    padding:20px;
}
.kifu_access b{
    margin-bottom:10px;
    display:block;
}


ul.kifu_list li{
    position:relative;
    padding-left:150px;
    font-size:20px;
}
ul.kifu_list span{
    display:inline-block;
    width:150px; 
    position:absolute;
    top:0;
    left:0;
    font-size:16px;
}

table td.line-h_pic{
line-height:100%;
}
table td.line-h_pic b{
display:block;
text-align: center;
margin:5px 0;
}
table td.line-h_pic font{
margin-bottom:10px;
display:block;
}

/*表5*/
table.t_type05{
    display:table;
    width: 100%;
    border-collapse: collapse;
}
table.t_type05 tr th,
table.t_type05 tr td{
border: #c8bb9b solid 1px;
    padding: 15px 15px;
}
table.t_type05 tr th{
    width: 20%;
    font-size: 1.1em;
    background-color:#f8f4ef;
}
table.t_type05 tr td{
    width: 40%;
}

/*-------------------------------
所管部署情報用スタイル
-------------------------------*/
.contact_box {
    border: 6px #E67800 solid;
    padding: 12px;
    margin-top: 80px;
    background-color: #F8F4EF;
}