@charset "utf-8";

body {
    word-wrap: break-word;
    overflow-wrap: break-word;
}
/*
===============================================================================
SP Home
===============================================================================
*/
#home_contents section{
    padding:40px 0;
}
/*-------------------------------
TOP information{
-------------------------------*/
#home_contents section#information{
    display:table;
    width: 100%;
    margin: 0 auto;
}
#tab-button{
    display:none;
}

.tab-select_box{
    display:table;
    margin: 0 auto 15px;
}
.tab-select_box::before{
    content: "表示選択：";
}
#tab-select{
    font-size: 15px;
    border-color: #e67800;
}

.info_tab_box .tabs option{
    display: table;
    white-space: nowrap;
    line-height: 130%;
    padding-left: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.info_tab_box .tab_box{
    background-color:#f5f5f5;
    padding-bottom: 30px;
}
.info_tab_box .tab_box .info_list{
    display:table;
    width: 90%;
    margin: 0 auto;
}
.info_tab_box .tab_box .info_list li{
    display: block;
    padding: 10px 0;
    border-bottom: #fff solid 1px;
	font-size:0.9em;
    padding-top:25px;
    position: relative;
}
.info_tab_box .tab_box .info_list li:last-child{
    border-bottom: none;
}

.info_tab_box .tab_box .info_list li small{
    display: table;
    color:#999;
    line-height: 100%;
    position: absolute;
    top:15px;
    left: 0;
}
.info_tab_box .tab_box .info_list li i a{
    color: #e67800;
    font-size: 0.8em;
    line-height: 100%;
    font-style: normal;
    position: absolute;
    top: 15px;
    left: 70px;
}

.info_tab_box .tab_box .more_btn{
    display:table;
    margin:15px auto 0;
    height: 40px;
    width: 70%;
    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;
    padding-top: 0;
}
#home_contents section#access .in_box{
    display:table;
    width:100%;
    margin: 0 auto;
}
#home_contents section#access .map{
    display: block;
    width: 90%;
    margin:0 auto 20px;
}
#home_contents section#access .map > div{
width: 100% !important;
    height: 280px !important;
}

#home_contents section#access .text{
    display: table;
    width: 88%;
    margin: 0 auto;
    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: 88%;
    margin: 0 auto;
}
#home_contents section#banner ul li{
    width: 49%;
    margin-top: 10px;
    float: left;
}
#home_contents section#banner ul li:nth-child(-n+2){
    margin-top: 0;
}
#home_contents section#banner ul li:nth-child(even){
    float: right;
}

#home_contents section#banner ul li a img{
    display: block;
}


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

PAGE contents

===============================================================================
*/
#page_container{
    margin-bottom:50px;
}
/*パンクズ*/
#breadcrumbs{
    display: block;
    width: 100%;
    border-bottom: #e6e6e6 solid 2px;
}
#breadcrumbs #breadcrumbs-inner{
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 10px;
    overflow-x: scroll;
}
#breadcrumbs #breadcrumbs-inner #breadcrumbs-content{
    white-space: nowrap;
}
#breadcrumbs #breadcrumbs-inner a{
    font-size:10px;
    color: #808080;
    margin:0 5px;
}

/**/

#page_tit_box{
    display:table;
    width: 100%;
    border-bottom: #d6d6d6 solid 2px;
}
#page_tit_box .in{
    display: table;
    width: 88%;
    margin:20px 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: 25px;
    font-weight: normal;
}
#page_tit_box .in .page_tit b{
	display:block;
    font-size: 10px;
    font-weight: normal;
}
.page_contents section{
    display: block;
    width: 88%;
    margin:50px auto 0;
}
.page_contents section:nth-child(1){
    margin:20px auto 0;
}
#page_wrap{
    display: block;
    width: 88%;
    margin:40px auto 0;
}
#page_wrap .page_contents section{
    width: 100%;
}

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

ページレイアウト　page_layout

===============================================================================
*/
a.blank, 
.news a[target="_blank"], 
.page_layout a[target="_blank"]{
    position: relative;
    padding-right:12px;
}
.page_layout a[target="_blank"]::after, 
.news a[target="_blank"]::after, 
.page_layout a.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::after, 
a.pdf::after{
     content: "";
    display:inline-block;
    width: 13px;
    height: 13px;
    background: url("../../images/pdf.gif") no-repeat center center;
    background-size: 100% auto;
}
a.word::after{
    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:16px;
}

.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: block;
    width: 80%;
    border:#e67800 solid 1px;
    padding: 3px 15px;
    margin: 10px auto;
    text-align: center;
    position: relative;
}
.page_layout a.link_btn.center{
    margin:15px auto;
    padding: 10px 15px; 
}
.page_layout a.link_btn::before{
    content: "";
    display:inline-block;
    width: 10px;
    height: 10px;
    border-top: #e67800 solid 1px;
    border-right:#e67800 solid 1px;
    transform: rotate(45deg);
    position: absolute;
    top:50%;
	marign-top:-5px;
    right: 5px;
}
.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:18px;
    line-height: 150%;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px 0;
    padding-left: 15px;
    margin-top: 30px;
    position: relative; 
}
.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:17px;
    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_tit01.m0{
    margin: 0;
}
.page_layout .p_tit02{
    display: block;
    background-color: #e67800;
	color:#fff;
    font-size:18px;
    line-height: 150%;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px 0;
    padding-left: 15px;
    margin-top: 30px;
    position: relative; 
}
.page_layout .p_tit02.black{
    background-color: #000;
}

.page_layout .p_tit03{
    display: block;
    font-size:17px;
    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{
    display:table;
    width: 100%;
    margin-bottom: 30px;
}
.page_layout .text_box.img_right span, 
.page_layout .text_box.img_left span{
    width: 100%;
}
.page_layout .text_box.img_right > figure, 
.page_layout .text_box.img_right div.img, 
.page_layout .text_box.img_left > figure, 
 .page_layout .text_box.img_left div.img{
    display: table;
    width: 100%;
    line-height: 150%;
    font-size: 13px;
     margin-top:10px;
}
.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_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 p{
    line-height: 150%;
    font-size:0.8em;
}
.page_layout .img_list img{
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto 5px;
}
.page_layout .img_list li{
    display: table;
    width: auto;
    margin:0 auto 20px;
}

.text_image{
    display: table;
    width: 100%;
}
.text_image .img {
    display:table;
    margin:0 auto;
    padding-bottom:10px;
}
.text_image .img img{
    display: block;
    margin:0 auto;
    max-width: 100%;
    height: auto;
}
.text_image .img > span{
    display: table;
    margin-top: 10px;
    margin: 10px auto 0;
}
.text_image .img > span small{
    display: table;
    line-height: 150%;
    font-size: 13px
}
.text_image .img img{
    display: block;
    margin: 0 auto;
}

.text_image .text_left{display:block;width:100%!important;}
.text_image .text_right{display:block;width:100%!important;}



ul.text_list{
    display: table;
    width: 100%;
}
ul.text_list li{
    display: block;
    line-height: 150%;
    padding-left: 15px;
    margin-bottom: 10px;
    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_box{
	width: 100%;
}

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

スタッフ

===============================================================================
*/
.staff_name{
font-weight: bold;
    font-size: 25px;
    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:3px 5px;
font-size:0.9em;
text-align:left;
}
table.staff_list tr th{
width:50%;
background-color:#f8f4ef; 
}
table.staff_list tr td{
width: 50%;
}
table.staff_list small{
display: block;
line-height: 130%;
text-indent: -0.5em;
}


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

各種タイトル

===============================================================================
*/
#page_container .tit01{
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #e67800;
    border-bottom: #e67800 solid 1px;
    padding: 0;
    margin: 0;
    background: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#page_container .tit01::before{
    display: none;
}
#page_container .tit02{
    display: block;
    font-size: 20px;
    font-weight: 500;
    border-radius: 5px;
    color: #fff;
    background-color: #222;
    padding:10px 15px;
    border-radius: 5px;
    margin-bottom:15px;
}
#page_container .tit03{
    display: block;
    font-size: 20px;
    border-bottom:#e67800 solid 1px;
    padding:0 10px 5px;
    margin-bottom: 15px;
    position: relative;
}
#page_container .tit03::before{
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    background-color:#e67800;
    position: absolute;
    top: 0;
    left: 0;
}
#page_container .tit04{
    display: block;
    font-size: 20px;
    background-color:#e67800;
    color: #fff;
    padding:5px 10px;
    margin-bottom: 20px;
    position: relative;
}
#page_container .tit05{
    display: block;
    font-size: 24px;
    border-bottom:#e67800 solid 2px;
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
#page_container .tit06{
    display: block;
    font-size: 25px;
    padding-left: 27px;
    margin-bottom: 20px;
    position: relative;
}
#page_container .tit06::before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color:#e67800;
    position: absolute;
    top: 6px;
    left: 0;
}
#page_container .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{
    display:block;
    width: 100%;
    border: #c8bb9b solid 1px;
    border-bottom: none;
    padding: 10px 10px;
    word-break: break-all;
}
table.t_type01 tr th{
    background-color:#f8f4ef; 
    padding: 5px 10px;
}
table.t_type01 tr:last-child td{
    border-bottom: #c8bb9b solid 1px;
}


table.t_type02{
    display:table;
    width: 100%;
    border-collapse: collapse;
}
table.t_type02 tr{
display:block;
border-bottom: #ddd solid 1px;
}
table.t_type02 tr th,
table.t_type02 tr td{
display:block;
text-align:left;
}
table.t_type02 tr th{
padding-top:10px;
color:#666;
font-size:0.9em;
}
table.t_type02 tr td{
padding-bottom:10px;
line-height: 150%;
}



/**ページアンカーリンク**/
.page_anchor_link{
display: table;
    width: 100%;
    margin-bottom: 50px;
    background-color: #f5f5f5;
    padding: 15px;
}
.page_anchor_link ul{
display: table;
    width: 100%;
}
.page_anchor_link ul li{
display:block;
border-bottom:#fff solid 1px;
padding-bottom:8px;
margin-bottom:8px;
}
.page_anchor_link ul li:last-child{
margin-bottom:0;
}
.page_anchor_link ul li a{
padding-left:11px;
font-size:0.9em;
position: relative;
}

.page_anchor_link ul li a::before{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top:#e67800 solid 2px;
    border-right:#e67800 solid 2px;
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 0;
}

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

プレスリリース

---------------------------------------------------------------------*/
.press_release .page_contents section{
    padding-top: 80px;
    margin:-40px auto 0;
}
.press_release .page_contents section.backnumber_link_box{
    width:100%;

}
#backnumber-open{
    background-color: #666;
    color: #fff;
    padding: 8px 0;
    text-align: center;
}
#backnumber-open span{
    display: table;
    margin: 0 auto;
    padding-left:18px;
    position: relative;
}
#backnumber-open span::before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top:#e67800 solid 2px;
    border-right:#e67800 solid 2px;
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left:0;
	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}
#backnumber-open.active span::before{
    transform: rotate(-45deg);
    margin-top: 0;
	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}
.press_release .backnumber_link{
    display: none;
}
.press_release .backnumber_link.open{
    display: table!important;
    width: 100%;
    background-color:#f5f5f5;
    padding:20px 10px;
}
.press_release .backnumber_link li{
    display: table;
    float: left;
    width: 50%;
    margin-top:5px;
}
.press_release .backnumber_link li:nth-child(-n+2){
    margin-top:0;
}
.press_release .backnumber_link li a{
    display: table;
    margin: 0 auto;
    line-height: 140%;
    padding:0 14px;
    position: relative;
}
.press_release .backnumber_link li a::before{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top:#e67800 solid 2px;
    border-right:#e67800 solid 2px;
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left:0;
}
.press_release .backnumber_link li{
    float: left;
}
.press_release .press_list{
    display: table;
    width: 100%;
}
.press_release .press_list li{
    padding-bottom: 10px;
    margin-top: 10px;
    border-bottom: #ddd dotted 1px;
}
.press_release .press_list li:first-child{
    margin-top: 0;
}
.press_release .press_list li a{
    display: table;
    position: relative;
}
.press_release .press_list li a small{
    font-size: 0.9em;
    line-height: 130%;
    color: #939394;
    display: table;
}


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

新着情報

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

.news .link_bnr{
display: table;
margin:30px auto;
}
#news_list_box .day_tit{
margin-top:30px;
}
#news_list_box .day_tit:nth-child(1){
margin-top:0;
}
#news_list_box .news_archive{
    display: block;
    padding:10px 20px;
    border-bottom:#d6d6d6 solid 1px;
    position: relative;
    font-size: 0.9em;
    line-height: 150%;
}

#news_list_box .news_archive > a{
display:table;
}
#news_list_box .news_archive small, 
#news_list_box .news_archive i{
    display:inline-block;
    line-height: 100%;
}
#news_list_box .news_archive small{
margin-right:10px;
}
#news_list_box .news_archive i a{
	display:table;
    font-size:0.7em;
    padding:2px 5px;
    border:#e67800 solid 1px;
    color: #e67800;
    background-color:#fef8f2;
    line-height: 100%;
    font-style: normal;
    text-align:center;
}


.press #news_list_box .press_box{
    margin-top: 30px;
}
.press #news_list_box .press_box:nth-child(1){
    margin-top: 0;
}
/*---------------------------------------------------------

ページリンク

---------------------------------------------------------*/
.page_nav{
    display: flex;
    -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
    margin-top: 20px;
}
.page_nav li{
    margin: 0 8px;
}
.page_nav li a{
    font-size:0.8em;
    line-height: 100%;
    padding: 4px 10px;
    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{
font-size: 0.8em;
	border:#e67800 solid 1px;
    display: inline-block;
    padding: 3px 5px;
    line-height: 100%;
    margin: 0;
}
#pagination span.current_page{
	border: #e67800 solid 1px;
	background-color:#e67800;
	color:#fff;
}
#pagination div.counter{
    display: table;
font-size: 0.8em;
	margin:5px auto 0;
	border: #ddd solid 1px;
	background-color:#f5f5f5;
    padding: 3px 5px;
    line-height: 100%;
}

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

検索結果

---------------------------------------------------------*/
ul.entry_list{
display:table;
width:100%;
margin:0 auto;
}
ul.entry_list li{
display:block;
padding:15px 10px;
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);
}



/*aタグはみ出さない*/
body{word-break: break-all;}

/*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;
    margin-right:10px;
    margin: 0 15px 5px 0;
}
.page_in_link ul li a{
    position:relative;
    padding-left:10px;
}
.page_in_link ul li a::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    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:table;
    margin:20px auto;
}
ul.list_style li{
    width:100%;
    padding:5px 10px;
    background-color:#fafafa;
    margin-bottom:10px;
}
ul.list_style li a{
    font-size:14px
}

/*リスト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;
    font-size: 14px;
    line-height: 20px;
}
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: 15px 15px;
    font-size:3vw;
    line-height:140%;
    text-align:center;
}
/*表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: 10px;}
table.t_type05 tr th{
    width: 33%;
    font-size: 13px;
    background-color:#f8f4ef;
    line-height: 18px;
}
table.t_type05 tr td{
    width: 33%;
    font-size: 14px;
    line-height: 20px;
}








table.t_type04 tr th{
    width:17.5%;
    background-color:#f8f4ef; 
}
table.t_type04 tr td{
    width:17.5%;
}
table.t_type04 tr th:first-child,
table.t_type04 tr td:first-child{
    width:30%;
}


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


ul.kifu_list li{
    font-size:18px;
}
ul.kifu_list span{
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}


table.keikan_tb{
    width:100%;
    display:block;
}
table.keikan_tb td{
    width:100%;
    display:block;
}
table.keikan_tb td img{
    display:block;
    margin:0 auto;
}
table.keikan_tb td.line-h_pic{
    line-height:100%; 
}
table.keikan_tb td.line-h_pic b{display: block;margin: 5px auto;text-align: center;}

table.keikan_tb td.line-h_pic font{
    margin-bottom: 15px;
    display:block;
}

/*-------------------------------
所管部署情報用スタイル
-------------------------------*/
.contact_box {
    border: 4px #E67800 solid;
    padding: 6px;
}