@charset "utf-8";
/*------------PC用　start-------------------------------------------------------------*/
/*------ cssリセット ------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
font: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}


/***********************************************
　css共通設定
************************************************/
body {
max-width: 960px;
margin: 0 auto;
background: #ffffff;
color: #4e3b35;
font-size: 14px;
line-height: 1.6em;
font-family: “ＭＳ Ｐゴシック”, “メイリオ”, Osaka, “ヒラギノ角ゴ Pro W3”;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a:link {
color: #005982;
border-width: 0px;
border-style: none;
border-color: #ffffff;
background: transparent;
/*transition: 0.5s ;*/
}

a:hover {
color: #ff4500 ;
opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}

a img {
border-width: 0px;
border-style: none;
border-color: #ffffff;
background: transparent;
}

a:hover img {
opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}

h1 {
display: inline-block;
height: 1.0em;
overflow: hidden;
margin: 0 20px 0 0;
padding: 10px 0 0 0;
font-size: 175%;
font-weight: bold;
}

h1 a:link {
text-decoration: none;
color: #81501d;
border-width: 0px;
border-style: none;
border-color: #ffffff;
background: transparent;
/*transition: 0.5s ;*/
}

h1 a:hover {
color: #81501d ;
border-width: 0px;
border-style: none;
border-color: #ffffff;
opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}

h1 a:visited {
color: #81501d ;
}

h2{
display:inline-block;
width: 98%;
height: auto;
margin: 5px;
padding: 7px 0 3px 10px;
color: #81501d;
font-size: 120%;
font-weight: bold;
background-color: #ffffff; 
background-image: -webkit-gradient linear-gradient(#ffffff 5px, #e5e5e5 38px);
background-image: -webkit-linear-gradient(#ffffff 5px, #e5e5e5 38px);
background-image: -moz-linear-gradient(#ffffff 5px, #e5e5e5 38px);
background-image: -ms-linear-gradient(#ffffff 5px, #e5e5e5 38px);
background-image: -o-linear-gradient(#ffffff 5px, #e5e5e5 38px);
background-image: linear-gradient(#ffffff 5px, #e5e5e5 38px);
border:1px solid #81501d;
border-radius: 5px;
}


ul {
list-style: none;
}

.font-22 {
font-size: 22pt
}

.font-15 {
font-size: 15pt
}

.font120 {
font-size: 120%
}

.font140 {
font-size: 140%
}

.font120 {
font-size: 120%
}

.font80 {
font-size: 80%
}

.font-red {
color: #ff4500
}

.font-orande {
color: #ff7800
}

.font-red120 {
color: #ff4500;
font-size: 120%;
}

.font-red120b {
color: #ff4500;
font-size: 120%;
font-weight: bold;
}

.font-grey80 {
color: #808080;
font-size: 100%;
line-height: 1.6em;
}

.font-italic {
font-style: italic;
}

/***********************************************
　パンくずリスト設定
************************************************/
.breadcrumbs {
margin: 5px auto 10px;
}

.breadcrumbs ul {
font-size: 13px;
}

.breadcrumbs ul li {
margin: 0;
font-size: 13px;
display: inline-block;
}


/***********************************************
　ヘッダー設定
************************************************/
header {
width: 100%;
display: inline-block;
}
#en_title {
width: 575px;
height: 2em;
font-size: 22px;
}
/***********************************************
　バナー設定
************************************************/
#banner {
width: auto;
display: inline-block;
margin-right: 5px;
}


/***********************************************
　グローバルナビゲーション設定
************************************************/
.menu_s {
display: none;
}

nav{
width: 100%;
font-size:16px;
border:1px solid #ff7800;
box-sizing: border-box;
background-color: #ffffff; 
background-image: -webkit-gradient linear-gradient(#ffffff 5px, #e5e5e5 38px);
background-image: -webkit-linear-gradient(#ffffff 5px, #e5e5e5 38px);
background-image: -moz-linear-gradient(#ffffff 5px, #e5e5e5 38px);
background-image: -ms-linear-gradient(#ffffff 5px, #e5e5e5 38px);
background-image: -o-linear-gradient(#ffffff 5px, #e5e5e5 38px);
background-image: linear-gradient(#ffffff 5px, #e5e5e5 38px);
display:inline-block;
}

ul.menu{
width: 100%;
margin:0;
padding:0;
list-style: none;
}

ul.menu li a{
float: left;
display: block;
width: auto;
padding: 5px 51px;
font-weight: bold;
text-decoration: none;
color: #6a3906;
text-shadow: 
    white 2px 0px 0px, white -2px 0px 0px,
    white 0px -2px 0px, white 0px 2px 0px,
    white 2px 2px 0px, white -2px 2px 0px,
    white 2px -2px 0px, white -2px -2px 0px,
    white 1px 2px 0px, white -1px 2px 0px,
    white 1px -2px 0px, white -1px -2px 0px,
    white 2px 1px 0px, white -2px 1px 0px,
    white 2px -1px 0px, white -2px -1px 0px,
    white 1px 1px 0px, white -1px 1px 0px,
    white 1px -1px 0px, white -1px -1px 0px;
}

ul.menu li a:hover{
background-color: #ffffff; 
    background-image: -webkit-gradient linear-gradient(#fb9153 5px, #ffffff 38px);
    background-image: -webkit-linear-gradient(#fb9153 5px, #ffffff 38px);
    background-image: -moz-linear-gradient(#fb9153 5px, #ffffff 38px);
    background-image: -ms-linear-gradient(#fb9153 5px, #ffffff 38px);
    background-image: -o-linear-gradient(#fb91535px, #ffffff 38px);
    background-image: linear-gradient(#fb9153 5px, #ffffff 38px);
}

ul.menu li{
float: left;
margin: 0;
padding: 0;
display: block;
color: #6a3906;
border-left: 1px dotted #ff7800;
font-weight: bold;
text-shadow: 
    white 2px 0px 0px, white -2px 0px 0px,
    white 0px -2px 0px, white 0px 2px 0px,
    white 2px 2px 0px, white -2px 2px 0px,
    white 2px -2px 0px, white -2px -2px 0px,
    white 1px 2px 0px, white -1px 2px 0px,
    white 1px -2px 0px, white -1px -2px 0px,
    white 2px 1px 0px, white -2px 1px 0px,
    white 2px -1px 0px, white -2px -1px 0px,
    white 1px 1px 0px, white -1px 1px 0px,
    white 1px -1px 0px, white -1px -1px 0px;
}

ul.menu li.nolink{
float: left;
display: block;
width: auto;
padding: 5px 48.5px;
font-weight: bold;
text-decoration: none;
border-left: none;
background-color: #ffffff;
    background-image: -webkit-gradient linear-gradient(#fb9153 5px, #ffffff 38px);
    background-image: -webkit-linear-gradient(#fb9153 5px, #ffffff 38px);
    background-image: -moz-linear-gradient(#fb9153 5px, #ffffff 38px);
    background-image: -ms-linear-gradient(#fb9153 5px, #ffffff 38px);
    background-image: -o-linear-gradient(#fb91535px, #ffffff 38px);
    background-image: linear-gradient(#fb9153 5px, #ffffff 38px);
}

/*---- お問合せページ専用 ----*/
nav#menu_box05 {
width: 100%;
font-size:16px;
border:1px solid #ff7800;
box-sizing: border-box;
background-color: #ffffff; 
background-image: -webkit-gradient linear-gradient(#ffffff 5px, #e5e5e5 38px);
background-image: -webkit-linear-gradient(#ffffff 5px, #e5e5e5 38px);
background-image: -moz-linear-gradient(#ffffff 5px, #e5e5e5 38px);
background-image: -ms-linear-gradient(#ffffff 5px, #e5e5e5 38px);
background-image: -o-linear-gradient(#ffffff 5px, #e5e5e5 38px);
background-image: linear-gradient(#ffffff 5px, #e5e5e5 38px);
display:inline-block;
}

ul.menu05 {
width: 100%;
margin:0;
padding:0;
list-style: none;
}

ul.menu05 li a {
float: left;
display: block;
width: auto;
padding: 5px 50.3px;
font-weight: bold;
text-decoration: none;
color: #6a3906;
text-shadow: 
    white 2px 0px 0px, white -2px 0px 0px,
    white 0px -2px 0px, white 0px 2px 0px,
    white 2px 2px 0px, white -2px 2px 0px,
    white 2px -2px 0px, white -2px -2px 0px,
    white 1px 2px 0px, white -1px 2px 0px,
    white 1px -2px 0px, white -1px -2px 0px,
    white 2px 1px 0px, white -2px 1px 0px,
    white 2px -1px 0px, white -2px -1px 0px,
    white 1px 1px 0px, white -1px 1px 0px,
    white 1px -1px 0px, white -1px -1px 0px;
}

ul.menu05 li a:hover {
background-color: #ffffff; 
    background-image: -webkit-gradient linear-gradient(#fb9153 5px, #ffffff 38px);
    background-image: -webkit-linear-gradient(#fb9153 5px, #ffffff 38px);
    background-image: -moz-linear-gradient(#fb9153 5px, #ffffff 38px);
    background-image: -ms-linear-gradient(#fb9153 5px, #ffffff 38px);
    background-image: -o-linear-gradient(#fb91535px, #ffffff 38px);
    background-image: linear-gradient(#fb9153 5px, #ffffff 38px);
}

ul.menu05 li {
float: left;
margin: 0;
padding: 0;
display: block;
color: #6a3906;
border-left: 1px dotted #ff7800;
font-weight: bold;
text-shadow: 
    white 2px 0px 0px, white -2px 0px 0px,
    white 0px -2px 0px, white 0px 2px 0px,
    white 2px 2px 0px, white -2px 2px 0px,
    white 2px -2px 0px, white -2px -2px 0px,
    white 1px 2px 0px, white -1px 2px 0px,
    white 1px -2px 0px, white -1px -2px 0px,
    white 2px 1px 0px, white -2px 1px 0px,
    white 2px -1px 0px, white -2px -1px 0px,
    white 1px 1px 0px, white -1px 1px 0px,
    white 1px -1px 0px, white -1px -1px 0px;
}



/***********************************************
　お問合せボタン設定
************************************************/
#contact_bt, #contact_bt_english_1st{
display: inline-block;
margin: 0;
padding: 0;
text-align: center;
width: 210px;
height: auto;
background-color: #ff2a00; 
border-top-left-radius: 8px;
border-top-right-radius: 8px;
border-left: none;
  -moz-border-top-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-top-right-radius: 8px;
  -webkit-border-top-right-radius: 8px;
}

#contact_bt_en_2nd{
display: inline-block;
margin: 0;
padding: 0;
text-align: center;
height: auto;
background-color: #ff2a00; 
border-top-left-radius: 8px;
border-top-right-radius: 8px;
border-left: none;
  -moz-border-top-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-top-right-radius: 8px;
  -webkit-border-top-right-radius: 8px;

}
#contact_bt {
background-color: #ff2a00; 
}

#contact_bt_english_1st {
margin-left: 135px;
background-color: #ff2a00;
}

.contact_bt_english_1st_right{
margin-left: 5px !important;
}

.contact_bt_en_2nd_right{
margin-right: 0px !important;
margin-left: 0px !important;
}

#contact_bt_en_2nd {
background-color: rgb(237,127,49);
margin-left: 65px;
margin-right: 5px;
}

/***********************************************
　ＴＯＰ　メイン画像
************************************************/
article#hiari_image  {
width: 100%;
text-align: center;
display: inline-block;
margin: 0 auto;
padding: 30px 0 0 0;
}

article#hiari_imag section {
}

#hiari_image_title{
display: block;
width: 27%;
height: auto;
margin: 0 auto;
padding: 0 0 0 140px;
color: #ff7800;
font-size: 200%;
line-height: 1.2em;
text-align: left;
background-image: url(../images/hiari_img.jpg);
background-repeat: no-repeat;
background-position: bottom left;
border: none;
}

#hiari_image_copy{
display: block;
width: 46%;
height: auto;
margin: 10px auto 0px auto;
padding: 15px 0 5px 190px;
text-align: left;
background-image: url(../images/logo.png);
background-repeat: no-repeat;
background-position: bottom left;
}


/***********************************************
　TOP　コンテンツ紹介
************************************************/
#contents_top_menu{
width: 96%;
height: auto;
margin: 0 auto;
padding: 5px 5px 15px 5px;
text-align: center;
}

.contents_top_menu01{
display: inline-block;
width: 29.5%;
height: auto;
margin: 0 5px;
padding: 20px 10px;
text-align: left;
background-image: url(../images/top_menu_bg_orange.jpg);
background-repeat: no-repeat;
background-position: top left;
text-decoration: none;
background-color: #ffffff;
border: 1px solid #cccccc;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
box-shadow: 2px 2px 4px #bfbfbf;
}

.contents_top_menu01 h3 {
font-size: 140%;
font-weight: bold;
color: #ffffff;
text-shadow: 
    #d66500 1px 0px 0px, #d66500 -1px 0px 0px,
    #d66500 0px -1px 0px, #d66500 0px 1px 0px,
    #d66500 1px 1px 0px, #d66500 -1px 1px 0px,
    #d66500 1px -1px 0px, #d66500 -1px -1px 0px,
    #d66500 1px 1px 0px, #d66500 -1px 1px 0px,
    #d66500 1px -1px 0px, #d66500 -1px -1px 0px,
    #d66500 1px 1px 0px, #d66500 -1px 1px 0px,
    #d66500 1px -1px 0px, #d66500 -1px -1px 0px,
    #d66500 1px 1px 0px, #d66500 -1px 1px 0px,
    #d66500 1px -1px 0px, #d66500 -1px -1px 0px;
}

.contents_top_menu01 ul {
display: block;
width: 235px;
height: 120px;
margin: 10px 5px 10px 5px;
padding: 10px 0 0 25px;
background-image: url(../images/top_menu_bg_note.png);
background-repeat: repeat-y;
background-position: top left;
border: 1px solid #ffaa5d;
box-shadow: 1px 1px 2px #bfbfbf;
list-style-type: disc;
}

.contents_top_menu01 li {
display: block;
width: 100%;
font-size: 95%;
}

.contents_top_menu01 p {
margin-right: 10px;
text-align: right;
}


/***********************************************
　TOP　お知らせ
************************************************/
#dltable {
width: 95%;
height: auto;
margin: 0 auto 15px auto;
padding: 10px;
}

#dltable dl {
margin: 10px;
border-bottom: 1px solid #ccc;
}

#dltable dt {
display: inline-block;
margin-right: 10px;
}

#dltable dd {
display: inline-block;
}

/***********************************************
　TOP　お知らせ2025/04/11追加
************************************************/
.hiari_news-past {
  display: none; 
}

#hiari_pastNewsButton {
  margin-top: 10px;
  cursor: pointer;
  border: 1px solid #81501d;
  color: #81501d;
  background-color: #ffffff;
  padding: 5px;
  border-radius: 2px;
  
}

#hiari_pastNewsButton:hover {
  background-color: #f0f0f0; /* ホバー時の背景色 */
  color: #663300; /* ホバー時の文字色 */
  border-color: #663300; /* ホバー時のボーダー色 */
}


/***********************************************
　TOP　ヒアリの全国確認情報（タイトル部分）
************************************************/
#hiari_japan {
width: 85%;
margin: 0 auto 15px 20px;
padding: 20px 0 0 10px;
text-align: left;
background-image: url(../images/top_japanmap.png);
background-repeat: no-repeat;
background-position: top right;
}

#hiari_japan_top01 {
margin-bottom: 20px;
font-size: 120%;
letter-spacing: 0.1em;
}

#hiari_japan_top02 {
/*height: 40px;*/
font-size: 140%;
letter-spacing: 0.05em;
margin-bottom: 10px;
font-weight: bold;
}

#hiari_japan_top03{
display: none;
}

#hiari_japan p {
}


/***********************************************
　TOP　ヒアリの全国確認情報（表タブ切り替え部分）
************************************************/
.hiari_japan_table {
width: 100%;
margin: 20px auto 40px auto;
}

input[type="radio"] {
display:none;
}

.tab_area {
margin: 0;
padding: 0;
}

.tab_area label {
width: 80px;
margin: 0;
display: inline-block;
padding: 5px 0;
background: #ffffff;
text-align: center;
cursor: pointer;
transition: ease 0.2s opacity;
border-left: 1px solid #969696;
border-top: 1px solid #969696;
border-right: 1px solid #969696;
}

.tab_area label:hover {
opacity:0.5;
}

.panel_area {
background:#fff;
border: 1px solid #969696;
}

.tab_panel {
width:100%;
padding: 0;
display:none;
}

.tab_panel p {
font-size:14px;
letter-spacing:1px;
text-align:center;
}

#tab1:checked ~ .tab_area .tab1_label {
background: #828282;
color: #ffffff;
font-weight: bold;
border-left: 1px solid #969696;
border-top: 1px solid #969696;
border-right: 1px solid #969696;
}

#tab1:checked ~ .panel_area #panel1 {
display:block;
}

#tab2:checked ~ .tab_area .tab2_label {
background: #828282;
color: #ffffff;
font-weight: bold;
border-left: 1px solid #969696;
border-top: 1px solid #969696;
border-right: 1px solid #969696;
}

#tab2:checked ~ .panel_area #panel2 {
display:block;
}

#tab3:checked ~ .tab_area .tab3_label {
background: #828282;
color: #ffffff;
font-weight: bold;
border-left: 1px solid #969696;
border-top: 1px solid #969696;
border-right: 1px solid #969696;
}

#tab3:checked ~ .panel_area #panel3 {
display:block;
}

#tab4:checked ~ .tab_area .tab4_label {
background: #828282;
color: #ffffff;
font-weight: bold;
border-left: 1px solid #969696;
border-top: 1px solid #969696;
border-right: 1px solid #969696;
}

#tab4:checked ~ .panel_area #panel4 {
display:block;
}

#tab5:checked ~ .tab_area .tab5_label {
background: #828282;
color: #ffffff;
font-weight: bold;
border-left: 1px solid #969696;
border-top: 1px solid #969696;
border-right: 1px solid #969696;
}

#tab5:checked ~ .panel_area #panel5 {
display:block;
}

#tab6:checked ~ .tab_area .tab6_label {
background: #828282;
color: #ffffff;
font-weight: bold;
border-left: 1px solid #969696;
border-top: 1px solid #969696;
border-right: 1px solid #969696;
}

#tab6:checked ~ .panel_area #panel6 {
display:block;
}

#tab7:checked ~ .tab_area .tab7_label {
background: #828282;
color: #ffffff;
font-weight: bold;
border-left: 1px solid #969696;
border-top: 1px solid #969696;
border-right: 1px solid #969696;
}

#tab7:checked ~ .panel_area #panel7 {
display:block;
}

#tab8:checked ~ .tab_area .tab8_label {
background: #828282;
color: #ffffff;
font-weight: bold;
border-left: 1px solid #969696;
border-top: 1px solid #969696;
border-right: 1px solid #969696;
}

#tab8:checked ~ .panel_area #panel8 {
display:block;
}


/***********************************************
　TOP　ヒアリの全国確認情報（表部分）
************************************************/
.dltable {
width: 100%;
border: 1px solid #cccccc;
margin: 0;
background-color: #fff;
}

.dltable dl {
display: flex;
flex-wrap: wrap;
justify-content: left;
text-align: center;
border-bottom: 1px solid #ccc;
font-size: 90%;
}

.dltable dt {
padding: 5px 0 0 0;
}

.dltable dd {
padding: 5px;
}

.table_title {
background-color: #828282;
color: #ffffff;
}

.table_naiyo:nth-child(odd)  {
background-color: #ffffff;
}
.table_naiyo:nth-child(even)  {
background-color: #f1f1f1;
}

.table_title .row1 {width: 5%; border-right: 1px solid #ffffff;}
.table_title .row2 {width: 25%; border-right: 1px solid #ffffff;}
.table_title .row3 {width: 10%; border-right: 1px solid #ffffff;}
.table_title .row4 {width: 29%; border-right: 1px solid #ffffff;}
.table_title .row5 {width: 10%; border-right: 1px solid #ffffff;}
.table_title .row6 {width: 10%; font-size: 80%; line-height: 1.2em; border-right: 1px solid #ffffff;}
.table_title .row7 {width: 9%;}

.table_naiyo .row1 {width: 3.9%; border-right: 1px solid #cccccc;}
.table_naiyo .row2 {width: 24%; text-align: left; border-right: 1px solid #cccccc;}
.table_naiyo .row3 {width: 9%; border-right: 1px solid #cccccc;}
.table_naiyo .row4 {width: 28%; text-align: left; border-right: 1px solid #cccccc;}
.table_naiyo .row5 {width: 9%; text-align: right; border-right: 1px solid #cccccc;}
.table_naiyo .row6 {width: 8.8%; border-right: 1px solid #cccccc;}
.table_naiyo .row7 {width: 9%;}


/***********************************************
　TOP　ヒアリに関する情報
************************************************/
#hiari_info {
height: auto;
overflow: hidden;
margin-bottom: 40px;
}

#hiari_info ul {
margin: 10px 20px 40px 40px;
}

#hiari_info li {
padding-bottom: 10px;
list-style: disc;
}

.align_l {
    text-align: left!important;
}
.align_r {
    text-align: right!important;
}
.align_c {
    text-align: center!important;
}

/***********************************************
　下層ページ　タイトル部分
************************************************/
/*下層ページ背景　個別設定*/
#title_bg02 {
padding: 20px 0;
background-image: url(../02_general/images/title_image02_bg.jpg);
background-repeat: no-repeat;
background-position: top center;
}

#title_bg03 {
padding: 50px 0;
background-image: url(../03_public/images/title_image03_bg.jpg);
background-repeat: no-repeat;
background-position: top center;
}

#title_bg04 {
padding: 50px 0;
background-image: url(../04_business/images/title_image04_bg.jpg);
background-repeat: no-repeat;
background-position: top center;
}

#title_bg05 {
padding: 20px 0;
background-image: url(../05_contact/images/title_image05_bg.jpg);
background-repeat: no-repeat;
background-position: top center;
}
#title_bg_copy05 {
width: 100%;
height: auto;
margin: 0 auto;
padding: 10px 0;
font-size: 120%;
color: #6a3906;
text-align: center;
text-shadow: 
    white 2px 0px 0px, white -2px 0px 0px,
    white 0px -2px 0px, white 0px 2px 0px,
    white 2px 2px 0px, white -2px 2px 0px,
    white 2px -2px 0px, white -2px -2px 0px,
    white 1px 2px 0px, white -1px 2px 0px,
    white 1px -2px 0px, white -1px -2px 0px,
    white 2px 1px 0px, white -2px 1px 0px,
    white 2px -1px 0px, white -2px -1px 0px,
    white 1px 1px 0px, white -1px 1px 0px,
    white 1px -1px 0px, white -1px -1px 0px;
}


/*下層ページタイトル共通設定*/
#title_bg_copy {
width: 100%;
height: auto;
margin: 0 auto;
padding: 10px 0;
font-size: 120%;
font-weight: bold;
color: #59493f;
line-height: 1.2em;
text-align: center;
}

#title_bg {
display: block;
width: 100%;
height: auto;
overflow: hidden;
margin: 0px auto;
padding: 10px 0;
text-align: center;
color: #ff7800;
text-shadow: 
    white 2px 0px 0px, white -2px 0px 0px,
    white 0px -2px 0px, white 0px 2px 0px,
    white 2px 2px 0px, white -2px 2px 0px,
    white 2px -2px 0px, white -2px -2px 0px,
    white 1px 2px 0px, white -1px 2px 0px,
    white 1px -2px 0px, white -1px -2px 0px,
    white 2px 1px 0px, white -2px 1px 0px,
    white 2px -1px 0px, white -2px -1px 0px,
    white 1px 1px 0px, white -1px 1px 0px,
    white 1px -1px 0px, white -1px -1px 0px;
}


/***********************************************
　ヒアリの基礎情報　
************************************************/

/*------ 強調 20200518 ------*/
.orangebox {
  background-color: #ffe8e0;
  border: 1px solid #ff4500;
  padding: 15px;
  margin: 5px;
}


/*------ ページ内リンク ------*/
.page_link {
padding: 40px 0 30px 0;
text-align: center;
clear: both;
}

.page_link ul {
}

.page_link li {
display: inline-block;
margin: 0;
padding: 0 5px;
border-right: 1px solid #4e3b35;
}

.page_link li.last {
border-right: none;
}


/*------ ヒアリって、どんなアリ？ ------*/
.hiari01_copy {
margin-left: 3.5%;
padding: 5px;
font-size: 120%;
}

#contents_02_01bg{
width: auto;
height: auto;
overflow: hidden;
margin: 10px 30px 30px 20px;
padding: 15px 25px 15px 55px;
background-image: url(../02_general/images/note_bg02.png);
background-repeat: repeat-y;
background-position: top left;
border: 1px solid #ffaa5d;
box-shadow: 1px 1px 2px #bfbfbf;
}

.contents_02_01 {
width: auto;
height: auto;
margin: 0;
padding: 0;
background-image: url(../02_general/images/02-02.png);
background-repeat: no-repeat;
background-position: top right;
}

.contents_02_01_en {
width: auto;
height: auto;
margin: 0;
padding: 0;
background-image: url(../02_general/images/02-02_en.png);
background-repeat: no-repeat;
background-position: top right;
}

h3.contents_02_subheading{
width: 92%;
margin: 10px 0 0 20px;
padding: 0.2em 0.5em;
border-left: solid 10px #e94719;
border-bottom: solid 2px #e94719;
color: #e94719;
font-size: 120%;
font-weight: bold;
}

h3.contents_05_subheading{
width: 92%;
margin: 0 0 0 15px;
padding: 0.2em 0.5em;
border-left: solid 10px #7e6b5a;
border-bottom: solid 2px #7e6b5a;
color: #000000;
font-size: 120%;
font-weight: bold;
text-align: left;
}

h4.contents_02_subheading {
height: 37px;
padding: 10px 0 0 15px;
font-size: 120%;
font-weight: bold;
color: #ff4500;
background-image: url(../02_general/images/fusen_bg.png);
background-repeat: no-repeat;
background-position: top left;
}

h4.contents_02_subheading_en {
height: 37px;
padding: 10px 0 0 15px;
font-size: 120%;
font-weight: bold;
color: #ff4500;
background-image: url(../02_general/images/fusen_bg_en.png);
background-repeat: no-repeat;
background-position: top left;
}

ul.hiari_name, ul.hiari_name_en{
overflow: hidden;
margin: 10px 0;
height: 100%;
}

ul.hiari_name li, ul.hiari_name_en li{
width: 28%;
border-bottom: 1px solid #4e3b35;
}

p.hiari_name_img, p.hiari_name_img_en {
width: 42%;
margin-bottom: 20px;
}

/*---- ヒアリの種類 ----*/
.hiari_02dltable {
display: block;
width: 100%;
height: 100%;
margin: 0;
padding: 10px 0;
overflow: hidden;
}

.hiari_02dltable dl {
width: auto;
display: inline-block;
text-align: center;
border: 1px solid #ff4500;
}

.hiari_02dltable dt {
padding: 5px;
background-color: #ff4500;
color: #ffffff;
}

dd.hiari_02dltable01 {
padding: 8px;
background-color: #ffffff;
}
dd.hiari_02dltable02 {
height: 45px;
padding: 8px;
background-color: #ffffff;
}

dd.hiari_02dltable02_en {
height: 80px;
padding: 8px;
background-color: #ffffff;
}

.hiari_02dltable_en {
float: left;
margin-right: 3px ;
}

.hiari_02dltable_en_title{
font-size: 18px !important;
}

/*---- ヒアリの仲間 ----*/
.contents_02_03 {
height: 100%;
margin: 10px 0;
padding: 10px 0;
overflow: hidden;
}

dl.hiari_03dltable {
float: left;
width: 55%;
padding: 10px 5px 7px 10px;
background-color: #ffffff;
border: 1px solid #ff4500;
}

dl.hiari_03dltable dt {
font-size: 14px;
/*color: #ff4500;*/
/*font-weight: bold;*/
width: 50%;
border-bottom: 1px solid #4e3b35;
}

dd.hiari_03dltable01 {
display: inline-block;
width: 55%;
padding: 5px;
vertical-align: top;
}
dd.hiari_03dltable02 {
display: inline-block;
padding: 5px;
}

dl.hiari_03-02dltable {
margin-left: 14px;
width: 38%;
padding: 10px;
background-color: #fff100;
float: left;
}

dl.hiari_03-02dltable dt {
font-size: 120%;
color: #ff4500;
font-weight: bold;
}

dd.hiari_03-02dltable {
display: inline-block;
padding: 5px;
vertical-align: top;
}


/*---- 間違えやすい種類 ----*/
.contents_02_04 {
height: 100%;
margin: 10px 0;
padding: 10px 0;
overflow: hidden;
}

dl.hiari_04dltable {
float: left;
width: 46%;
height: 160px;
padding: 10px;
background-color: #eaffb7;
border: 1px solid #37cd50;
}

dl.hiari_04dltable_en {
height: 260px !important;
}

dl.hiari_04dltable dt {
font-size: 120%;
color: #22ac38;
font-weight: bold;
margin-bottom: 5px;
}

dd.hiari_04dltable01 {
display: inline-block;
width: 57%;
padding: 5px;
vertical-align: top;
}
dd.hiari_04dltable02 {
display: inline-block;
padding: 5px;
}

dl.hiari_04-02dltable {
margin-left: 5px;
width: 48%;
height: 160px;
padding: 10px;
background-color: #eaffb7;
border: 1px solid #37cd50;
float: right;
}

dl.hiari_04-02dltable dt {
font-size: 120%;
color: #22ac38;
font-weight: bold;
margin-bottom: 10px;
}

dd.hiari_04-02dltable01 {
display: inline-block;
width: 52%;
vertical-align: top;
}
dd.hiari_04-02dltable01_en {
padding-left: 20px;
}

dd.hiari_04-02dltable02 {
display: inline-block;
text-align: center;
font-size: 85%;
}

dd.hiari_04-02dltable02_en {
display: inline-block;
text-align: center;
font-size: 85%;
float: left;
clear: both;
}

.hiari_ranking {
margin-right: 5px;
padding: 1px 5px;
background-color: #8fc31f;
border-radius: 3px;
color: #ffffff;
text-shadow: 
    #22ac38 1px 0px 0px, #22ac38 -1px 0px 0px,
    #22ac38 0px -1px 0px, #22ac38 0px 1px 0px,
    #22ac38 1px 1px 0px, #22ac38 -1px 1px 0px,
    #22ac38 1px -1px 0px, #22ac38 -1px -1px 0px,
    #22ac38 1px 1px 0px, #22ac38 -1px 1px 0px,
    #22ac38 1px -1px 0px, #22ac38 -1px -1px 0px,
    #22ac38 1px 1px 0px, #22ac38 -1px 1px 0px,
    #22ac38 1px -1px 0px, #22ac38 -1px -1px 0px,
    #22ac38 1px 1px 0px, #22ac38 -1px 1px 0px,
    #22ac38 1px -1px 0px, #22ac38 -1px -1px 0px;
}


/*---- どうして、ヒアリが日本に？ ----*/
.contents_02_01 {
}

.contents_03_01 div {
padding: 20px 420px 15px 25px;
background-color: #fffbc6;
background-image: url(../02_general/images/02-10.png);
background-repeat: no-repeat;
background-position: top right;
}

.contents_03_01_en div {
padding: 20px 420px 15px 25px;
background-color: #fffbc6;
background-image: url(../02_general/images/02-10_en.png);
background-repeat: no-repeat;
background-position: top right;
}

.contents_03_01_en p {
padding-bottom: 16px;
}

.contents_03_01 p {
padding-bottom: 16px;
}

.contents_03_02 {
border: 1px solid #ff7800;
background-color: #fffbc6;
}

.contents_03_02 div {
height: 60px;
text-align: center;
font-weight: bold;
color: #ffffff;
font-size: 120%;
background-image: url(../02_general/images/contents_03_02-arrow.png);
background-repeat: no-repeat;
background-position: top center;
}

.contents_03_02 p {
padding: 8px 0;
background-color: #ff7800;
}

.contents_03_02 ul {
height: 230px;
margin: 20px 0;
text-align: left;
background-image: url(../02_general/images/02-11.png);
background-repeat: no-repeat;
background-position: center bottom;
}

.contents_03_02_en {
height: 260px !important;
}

.contents_03_02list01 {
width: 24%;
display: inline-block;
padding-left: 35px;
}

.contents_03_02list02 {
width: 23%;
display: inline-block;
padding-left: 90px;
}

.contents_03_02list03 {
display: inline-block;
padding-left: 135px;
}

.contents_03_02list01_en {
width: 24%;
display: inline-block;
padding-left: 35px;
float: left;
}

.contents_03_02list02_en {
width: 23%;
display: inline-block;
padding-left: 90px;
float: left;
}

.contents_03_02list03_en {
display: inline-block;
float: left;
padding-left: 100px;
width: 200px;
}

.no-red {
padding: 3px 10px;
background-color: #e94719;
color: #ffffff;
font-weight: bold;
}

dl.contents_03_03 {
margin: 25px 0;
padding: 0 10px;
background-image: url(../02_general/images/02-12.png);
background-repeat: no-repeat;
background-position: right bottom;
}

dl.contents_03_03_en {
margin: 25px 0;
padding: 0 10px;
background-image: url(../02_general/images/02-12_en.png);
background-repeat: no-repeat;
background-position: right bottom;
}

dl.contents_03_03 dt {
width: 79%;
padding: 14px 0 10px 15px;
font-size: 180%;
font-weight: bold;
color: #ffffff;
background-color: #e94719;
}

dl.contents_03_03_en dt {
width: 100%;
font-size: 24px;
padding: 14px 0 10px 15px;
font-weight: bold;
color: #ffffff;
background-color: #e94719;
}

dl.contents_03_03 dd ,dl.contents_03_03_en dd {
width: 79%;
width: 80%;
padding: 10px 0;
}

/*---- どうして、ヒアリが日本に？ ----*/
.contents_04_01 {
margin: 0 0 30px 0;
}

ul.nest_site {
text-align: center;
}

ul.nest_site li {
display: inline-block;
margin: 3px;
padding: 5px;
border: 1px solid #cccccc;
background-color: #ffffff;
}

.contents_04_02 {
margin: 0 0 30px 0;
overflow: hidden;
height: auto;
}

.nest_body-left {
float: left;
margin-top: 10px;
}

p.nest_body-illust {
width: 100%;
height: 159px;
background-image: url(../02_general/images/02-20.png);
background-repeat: repeat;
background-position: left bottom;
}

p.nest_body-illust_en {
clear: both;
float: left;
width: 531px;
height: 159px;
background-image: url(../02_general/images/02-20_en.png);
background-repeat: repeat;
background-position: left bottom;
}

ul.nest_body-img {
text-align: left;
margin-bottom: 20px;
}

ul.nest_body-img li {
display: inline-block;
margin: 2px;
padding: 3px;
background-color: #ff7800;
text-align: center;
color: #ffffff;
}

.nest_body-img_en{
float: left;
height: 220px;
}


.nest_body-right {
float: right;
width: 30%;
margin: 10px 10px 0 0;
padding: 10px 5px 20px 5px;
border: 2px solid #000000;
background-image: url(../02_general/images/02-note01.png);
background-repeat: repeat;
background-position: center bottom;
}

.nest_body-title {
padding: 0 0 5px 0;
text-align: center;
font-size: 200%;
font-weight: bold;
letter-spacing: 0.2em;
color: #ffffff;
text-shadow: 
    black 2px 0px 0px, black -2px 0px 0px,
    black 0px -2px 0px, black 0px 2px 0px,
    black 2px 2px 0px, black -2px 2px 0px,
    black 2px -2px 0px, black -2px -2px 0px,
    black 1px 2px 0px, black -1px 2px 0px,
    black 1px -2px 0px, black -1px -2px 0px,
    black 2px 1px 0px, black -2px 1px 0px,
    black 2px -1px 0px, black -2px -1px 0px,
    black 1px 1px 0px, black -1px 1px 0px,
    black 1px -1px 0px, black -1px -1px 0px;
}

.nest_body-right_t {
background-color: #fff9b3;
padding: 15px;
}


/*---- 定着するとさまざまな影響が ----*/
.contents_04_03 {
height: auto;
overflow: hidden;
}

div.contents_04_03-01 {
height: auto;
overflow: hidden;
padding: 20px 10px;
background-color: #fff9b3;
}

div.contents_04_03-02 {
height: auto;
overflow: hidden;
padding: 20px 10px;
background-color: #ffffff;
}

dl.teityaku {
float: left;
max-width: 48%;
margin-left: 10px;
}

dl.teityaku dt {
color: #ff7800;
font-size: 120%;
font-weight: bold;
}

dl.teityaku dd {
padding: 10px;
}

dl.teityaku figure {
float: right;
display: block;
margin-left: 0px;
margin-right: 0px;
}

dl.teityaku img {
border: 7px solid #ffffff;
box-shadow: 1px 1px 2px #bfbfbf;
}

div.contents_04_03-03 {
height: auto;
overflow: hidden;
padding: 20px 10px;
background-color: #fff9b3;
}

div.contents_04_03-03 dl {
height: auto;
overflow: hidden;
}

div.contents_04_03-03 dt {
color: #ff7800;
font-size: 120%;
font-weight: bold;
}

div.contents_04_03-03 dd {
display: inline-block;
width: 34%;
padding: 10px 8px;
vertical-align: top;
}

div.contents_04_03-03 dd img {
display: block;
}

dd.teityaku03 {
width: auto !important;
margin: 10px 2px !important;
padding: 0 !important;
border: 7px solid #ffffff;
box-shadow: 1px 1px 2px #bfbfbf;
}

dd.teityaku04 {
width: auto !important;
margin: 10px 2px !important;
padding: 0 !important;
border: 7px solid #ffffff;
box-shadow: 1px 1px 2px #bfbfbf;
}

dd.teityaku05 {
width: auto !important;
margin: 10px 2px !important;
padding: 0 !important;
border: 7px solid #ffffff;
box-shadow: 1px 1px 2px #bfbfbf;
}

/*---- もし、ヒアリに刺されたら ----*/
.contents_05_01 {
}

.contents_05_01_reed {
color: #4e3b35;
font-weight: bold;
}

div.contents_05_01-yellow {
margin-top: 20px;
}

div.contents_05_01-yellow p {
display: inline-block;
width: auto;
padding: 10px 10px 5px 10px;
border: 2px solid #ff7800;
background-color: #ff7800;
font-size: 120%;
font-weight: bold;
color: #ffffff;
}

div.contents_05_01-yellow dl {
border: 2px solid #ff7800;
}

div.contents_05_01-yellow dt {
padding-left: 20px;
font-size: 120%;
color: #ff7800;
line-height: 200%;
background-color: #fff9b3;
border-bottom: 1px solid #ff7800;
}

div.contents_05_01-yellow dd {
padding: 20px;
line-height: 1.6em;
background-color: #ffffff;
}

div.contents_05_01-red {
margin: 20px 0;
}

div.contents_05_01-red p {
display: inline-block;
width: auto;
padding: 10px 10px 5px 10px;
border: 2px solid #ff4500;
background-color: #ff4500;
font-size: 120%;
font-weight: bold;
color: #ffffff;
}

div.contents_05_01-red dl {
border: 2px solid #ff4500;
}

div.contents_05_01-red dt {
padding-left: 20px;
font-size: 120%;
color: #ff4500;
line-height: 200%;
background-color: #ffe8e0;
border-bottom: 1px solid #ff4500;
}

div.contents_05_01-red dd {
padding: 20px;
line-height: 1.6em;
background-color: #ffffff;
}


/***********************************************
　地方公共団体のみなさま
************************************************/
/*--- ヒアリの発見時の対応等について ---*/
.contents_03_public {
width: auto;
height: auto;
overflow: hidden;
margin: 0;
padding: 2% 7% 2% 5%;
}

p.hiari_taiou_img {
width: auto;
display: inline-block;
margin: 10px 20px;
border: 1px solid #cccccc;
box-shadow: 1px 1px 2px #bfbfbf;
vertical-align: top;
}

dl.contents_03_public01 {
width: 75%;
display: inline-block;
padding: 10px 0;
}
}

dl.contents_03_public01 dt {
font-size: 120%;
line-height: 2em;
}

dl.contents_03_public01 dd {
line-height: 1.6em;
}

/*--- ヒアリの発見時の対応等について ---*/
.contents_03_public02{
width: 100%;
margin: 20px auto;
text-align: center;
}

.contents_03_public02 img {
width: 57.9%;
}


/*--- 環境省の対応 ---*/
.contents_03_public03 {
width: auto;
height: auto;
overflow: hidden;
margin: 0;
padding: 2% 7% 2% 5%;
}

.contents_03_public03 p {
margin-bottom: 4%;
}

.contents_03_public03_dt {
margin-bottom: 20px !important;
}

dl.contents_03_public03_01 {
padding: 0 0 3% 25px;
/*background-image: url(../03_public/images/03_ico01.png);
background-repeat: no-repeat;
background-position: left top;*/
}

dl.contents_03_public03_01 dt {
margin: 0;
padding: 0;
}

dl.contents_03_public03_01 dd {
margin: 5px 0 20px 0;
}

dl.contents_03_public03_02 {
padding-left: 20px;
background-image: url(../03_public/images/03_ico02.png);
background-repeat: no-repeat;
background-position: left top;
}

dl.contents_03_public03_02 dt {
margin: 0;
padding: 0;
}

dl.contents_03_public03_02 dd {
margin: 0;
padding: 0;
}

ul.contents_03_public03_03 {
margin: 0 0 10px 0;
padding: 0;
}

ul.contents_03_public03_03 li {
margin: 0 0 0 30px;
padding: 0;
list-style: disc;
}


/***********************************************
　事業者のみなさま
************************************************/
.contents_04_business04 {
margin: 0 30px 30px 30px;
padding: 20px 30px 30px 30px;
height: 800px;
overflow: hidden;
padding-left: 20px;
background-image: url(../04_business/images/title_image04_bg02.png);
background-repeat: no-repeat;
background-position: left top;
}

.contents_04_business04_first {
margin: 0 30px 0px 30px;
padding: 20px 30px 30px 30px;
overflow: hidden;
padding-left: 20px;
}

.contents_04_business04_first ul, .contents_04_business04 ul {
list-style: disc;
}

.contents_04_business04_first li, .contents_04_business04 li {
padding-bottom: 10px;
font-size: 110%;
font-weight: bold;
color: #6a3906;
}


/***********************************************
　お問合せ
************************************************/
.contents_05_contact05 {
20px 40px 20px 20px;
text-align: center;
}

dl.doubt {
display: inline-block;
width: 40%;
vertical-align: top;
text-align: left;
margin: 5px;
border: 3px solid #7e6b5a;
}

dl.doubt dt {
padding: 5px 0;
text-align: center;
font-size: 110%;
font-weight: bold;
color: #ffffff;
background-color: #7e6b5a;
}

dd.contact05_copy {
height: 45px;
padding: 10px;
font-size: 120%;
font-weight: bold;
color: #59493f;
text-align: center;
background-color: #dfd5ca;
border-bottom: 1px solid #a6937c;
}

dd.contact05_naiyo01 {
height: 272px;
padding: 10px;
background-image: url(../05_contact/images/bg01.png);
background-repeat: no-repeat;
background-position: center bottom;
}

dd.contact05_naiyo02 {
height: 272px;
padding: 10px;
background-image: url(../05_contact/images/bg02.png);
background-repeat: no-repeat;
background-position: right bottom;
}

ul.doubt_list {
}

ul.doubt_list  li{
list-style: circle;
margin-left: 15px;
}

.hiari_contact_img {
margin: 20px 0;
}

.hiari_contact_img img {
width: 78%;
}

img.hiari_contact_illast {
width: 73%;
}

.hiari_contact_note {
width: 72%;
margin-bottom: 30px;
text-align: left;
display: inline-block;
}

.hiari_japan_table05 {
width: 100%;
margin: 20px auto 40px auto;
}

.table_title .row1_tel {width: 19.68%; border-right: 1px solid #ffffff;}
.table_title .row2_tel {width: 50%; border-right: 1px solid #ffffff;}
.table_title .row3_tel {width: 30%; border-right: 1px solid #ffffff;}

.table_naiyo .row1_tel {width: 19.68%; padding: 10px 0; border-right: 1px solid #cccccc; font-size: 110%;}
.table_naiyo .row2_tel {width: 50%; padding: 10px 0; text-align: left; border-right: 1px solid #cccccc; font-size: 110%;}
.table_naiyo .row3_tel {width: 30%; padding: 10px 0; border-right: 1px solid #cccccc; font-size: 110%;}

.pdf_dl {
text-align: right;
}


/***********************************************
　(共通)　フッター
************************************************/
footer {
margin-top: 30px;
padding: 30px 50px;
background-color: #7e6b5a;
color: #f9f9f9;
}

address {
}

address div {
margin-top: 20px;
}

footer a:link {
color: #ffffff;
background: transparent;
/*transition: 0.5s ;*/
}

footer a:hover {
color: #ffffff;
opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}


/***********************************************
　(共通)　TOPへ戻るボタン
************************************************/
#pagetop {
    width: auto;
    margin: 0px;
    padding: 15px;
    bottom: 18px;
    right: 8%;
    position: fixed;
    display: none;
    opacity: 0.75;
    text-align: center;
    font-size: 200%;
    font-weight: bold;
    border-radius: 24px;
    background-color: #ff7800;
}

#pagetop a {
    width: 1.5em;
	display: block;
    color: #ffffff;
    text-decoration: none;
    margin: -20px;
    padding: 20px;
    border-radius: 24px;
}

#pagetop a:hover {
    transition: all .3s;
	background-color: rgba(255, 255, 255, .2);
}


/***********************************************
　IE Edge　ハック
************************************************/
/*IE10-11用*/
_:-ms-input-placeholder, :root h1 {
margin-right: 20px;
}

/*IE10-11用*/
_:-ms-input-placeholder, :root ul.menu li a {
    padding: 5px 54.8px;
}
/*Edge15+用*/
@supports (-ms-ime-align: auto) and (-webkit-text-stroke: initial) {
  ul.menu li a {
    padding: 5px 52.3px;
  }
}

/*IE10-11用*/
_:-ms-input-placeholder, :root ul.menu05 li a {
    padding: 5px 53.1px;
}
/*Edge15+用*/
@supports (-ms-ime-align: auto) and (-webkit-text-stroke: initial) {
  ul.menu05 li a {
    padding: 5px 51.2px;
  }
}

/*IE9-11用*/
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
  #contact_bt {
    right: -25px;
  }
}


/*------------PC用　end-t-------------------------------------------------------------*/







/* ----モバイル用 レスポンシブ(横幅739px以下) start---------------------------------- */
/**************************************************
***************************************************
Portrait and Landscape(横幅739px以下)
***************************************************
**************************************************/

@media screen and (max-width: 739px) {

html {
}


/***********************************************
　css共通設定
************************************************/
body {
width: 99.9%;
height: auto;
margin: 0 auto;
background: #ffffff;
color: #4e3b35;
font-size: 100%;
line-height: 1.6em;
font-family: “ＭＳ Ｐゴシック”,“ヒラギノ角ゴ Pro W3”;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
border: none;
}

a:link {
color: #005982;
border-width: 0px;
border-style: none;
border-color: #ffffff;
background: transparent;
/*transition: 0.5s ;*/
}

a:hover {
color: #ff4500 ;
opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}

a img {
border-width: 0px;
border-style: none;
border-color: #ffffff;
background: transparent;
}

a:hover img {
opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}

h1 {
width: 100%;
margin: 0;
height: auto;
overflow: hidden;
padding: 10px 0 10px 20px;
position: fixed;
left: 0;
font-size: 120%;
font-weight: bold;
background-color: #ffefdf;
border-bottom: 1px solid #4b3621;
}

h1 a:link {
text-decoration: none;
color: #81501d;
border-width: 0px;
border-style: none;
border-color: #ffffff;
background: transparent;
/*transition: 0.5s ;*/
}

h1 a:hover {
color: #81501d ;
border-width: 0px;
border-style: none;
border-color: #ffffff;
opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}

h1 a:visited {
color: #81501d ;
}

h2{
width: 94%;
height: auto;
margin: 5px;
padding: 5px 0 5px 10px;
color: #81501d;
font-size: 120%;
font-weight: bold;
background-color: #ffffff; 
background-image: -webkit-gradient linear-gradient(#ffffff 5px, #e5e5e5 38px);
background-image: -webkit-linear-gradient(#ffffff 5px, #e5e5e5 38px);
background-image: -moz-linear-gradient(#ffffff 5px, #e5e5e5 38px);
background-image: -ms-linear-gradient(#ffffff 5px, #e5e5e5 38px);
background-image: -o-linear-gradient(#ffffff 5px, #e5e5e5 38px);
background-image: linear-gradient(#ffffff 5px, #e5e5e5 38px);
border:1px solid #81501d;
border-radius: 5px;
}


ul {
list-style: none;
}

.font-22 {
font-size: 22pt
}

.font-15 {
font-size: 15pt
}

.font120 {
font-size: 120%
}

.font140 {
font-size: 140%
}

.font120 {
font-size: 120%
}

.font80 {
font-size: 80%
}

.font-red {
color: #ff4500
}

.font-orande {
color: #ff7800
}

.font-red120 {
color: #ff4500;
font-size: 120%;
}

.font-red120b {
color: #ff4500;
font-size: 120%;
font-weight: bold;
}

.font-grey80 {
color: #808080;
font-size: 100%;
line-height: 1.6em;
}



/***********************************************
　パンくずリスト設定
************************************************/
.breadcrumbs {
display: none;
}


/***********************************************
　ヘッダー設定
************************************************/
header {
width: auto;
float: right;
text-align: center;
}

#en_title {
margin-top: -10px;
height: 35px;
font-size: 12px;
margin-left: -160px;
}

/***********************************************
　バナー設定
************************************************/
#banner {
display: none;
}


/***********************************************
　グローバルナビゲーション設定
************************************************/
nav{
display: none;
}

ul.menu_s_list{
width: 100%;
margin:0;
padding:0;
list-style: none;
font-size: 100%;
}

ul.menu_s_list li a{
float: none;
display: block;
width: 98%;
padding: 5px;
font-weight: bold;
text-decoration: none;
color: #6a3906;
text-shadow: 
    white 2px 0px 0px, white -2px 0px 0px,
    white 0px -2px 0px, white 0px 2px 0px,
    white 2px 2px 0px, white -2px 2px 0px,
    white 2px -2px 0px, white -2px -2px 0px,
    white 1px 2px 0px, white -1px 2px 0px,
    white 1px -2px 0px, white -1px -2px 0px,
    white 2px 1px 0px, white -2px 1px 0px,
    white 2px -1px 0px, white -2px -1px 0px,
    white 1px 1px 0px, white -1px 1px 0px,
    white 1px -1px 0px, white -1px -1px 0px;
}

ul.menu_s_list li a:hover{
background-color: #ffffff; 
    background-image: -webkit-gradient linear-gradient(#fb9153 5px, #ffffff 38px);
    background-image: -webkit-linear-gradient(#fb9153 5px, #ffffff 38px);
    background-image: -moz-linear-gradient(#fb9153 5px, #ffffff 38px);
    background-image: -ms-linear-gradient(#fb9153 5px, #ffffff 38px);
    background-image: -o-linear-gradient(#fb91535px, #ffffff 38px);
    background-image: linear-gradient(#fb9153 5px, #ffffff 38px);
}

ul.menu_s_list li{
float: none;
width: 100%;
margin: 0;
padding: 5px;
display: block;
color: #6a3906;
border-left: none;
border-bottom: 1px solid #ccc;
background-color: #ffffff;
font-weight: bold;
text-shadow: 
    white 2px 0px 0px, white -2px 0px 0px,
    white 0px -2px 0px, white 0px 2px 0px,
    white 2px 2px 0px, white -2px 2px 0px,
    white 2px -2px 0px, white -2px -2px 0px,
    white 1px 2px 0px, white -1px 2px 0px,
    white 1px -2px 0px, white -1px -2px 0px,
    white 2px 1px 0px, white -2px 1px 0px,
    white 2px -1px 0px, white -2px -1px 0px,
    white 1px 1px 0px, white -1px 1px 0px,
    white 1px -1px 0px, white -1px -1px 0px;
}

ul.menu_s_list li.nolink{
float: none;
display: block;
width: 100%%;
padding: 10px;
font-weight: bold;
text-decoration: none;
border-left: none;
border-bottom: 1px solid #ccc;
background-color: #ffffff;
    background-image: -webkit-gradient linear-gradient(#fb9153 5px, #ffffff 38px);
    background-image: -webkit-linear-gradient(#fb9153 5px, #ffffff 38px);
    background-image: -moz-linear-gradient(#fb9153 5px, #ffffff 38px);
    background-image: -ms-linear-gradient(#fb9153 5px, #ffffff 38px);
    background-image: -o-linear-gradient(#fb91535px, #ffffff 38px);
    background-image: linear-gradient(#fb9153 5px, #ffffff 38px);
}

/*---- お問合せページ専用 ----*/
nav#menu_box05 {
display:none;
width: 100%;
font-size:16px;
border:1px solid #ff7800;
box-sizing: border-box;
background-color: #ffffff; 
background-image: -webkit-gradient linear-gradient(#ffffff 5px, #e5e5e5 38px);
background-image: -webkit-linear-gradient(#ffffff 5px, #e5e5e5 38px);
background-image: -moz-linear-gradient(#ffffff 5px, #e5e5e5 38px);
background-image: -ms-linear-gradient(#ffffff 5px, #e5e5e5 38px);
background-image: -o-linear-gradient(#ffffff 5px, #e5e5e5 38px);
background-image: linear-gradient(#ffffff 5px, #e5e5e5 38px);
}

ul.menu05 {
width: 100%;
margin:0;
padding:0;
list-style: none;
}

ul.menu05 li a {
float: left;
display: block;
width: auto;
padding: 5px 50.3px;
font-weight: bold;
text-decoration: none;
color: #6a3906;
text-shadow: 
    white 2px 0px 0px, white -2px 0px 0px,
    white 0px -2px 0px, white 0px 2px 0px,
    white 2px 2px 0px, white -2px 2px 0px,
    white 2px -2px 0px, white -2px -2px 0px,
    white 1px 2px 0px, white -1px 2px 0px,
    white 1px -2px 0px, white -1px -2px 0px,
    white 2px 1px 0px, white -2px 1px 0px,
    white 2px -1px 0px, white -2px -1px 0px,
    white 1px 1px 0px, white -1px 1px 0px,
    white 1px -1px 0px, white -1px -1px 0px;
}

ul.menu05 li a:hover {
background-color: #ffffff; 
    background-image: -webkit-gradient linear-gradient(#fb9153 5px, #ffffff 38px);
    background-image: -webkit-linear-gradient(#fb9153 5px, #ffffff 38px);
    background-image: -moz-linear-gradient(#fb9153 5px, #ffffff 38px);
    background-image: -ms-linear-gradient(#fb9153 5px, #ffffff 38px);
    background-image: -o-linear-gradient(#fb91535px, #ffffff 38px);
    background-image: linear-gradient(#fb9153 5px, #ffffff 38px);
}

ul.menu05 li {
float: left;
margin: 0;
padding: 0;
display: block;
color: #6a3906;
border-left: 1px dotted #ff7800;
font-weight: bold;
text-shadow: 
    white 2px 0px 0px, white -2px 0px 0px,
    white 0px -2px 0px, white 0px 2px 0px,
    white 2px 2px 0px, white -2px 2px 0px,
    white 2px -2px 0px, white -2px -2px 0px,
    white 1px 2px 0px, white -1px 2px 0px,
    white 1px -2px 0px, white -1px -2px 0px,
    white 2px 1px 0px, white -2px 1px 0px,
    white 2px -1px 0px, white -2px -1px 0px,
    white 1px 1px 0px, white -1px 1px 0px,
    white 1px -1px 0px, white -1px -1px 0px;
}


/***********************************************
　(共通)　スマホ用ハンバーガーメニュー
************************************************/
@media screen and (min-width:480px) {
  .menu_s {
    display:none;
  }
}

.menu_s {
width: auto;
display: table;
padding: 10px;
background: #4b3621;
position: fixed;
}


#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #ffffff;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 100%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 75%;/*最大幅（調整してください）*/
  height: auto;
  background: #fff;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  /*box-shadow: 6px 0 25px rgba(0,0,0,.15);*/
}

#nav-content_title {
padding: 10px;
text-align: center;
font-size: 120%;
font-weight: bold;
color: #ffffff;
background-color: #4b3621;
border-bottom: 1px solid #4b3621;
}


/***********************************************
　お問合せボタン設定
************************************************/
#contact_bt,#contact_bt_english_1st, #contact_bt_en_2nd {
display: none;
}


/***********************************************
　ＴＯＰ　メイン画像
************************************************/
article#hiari_image  {
width: 100%;
text-align: center;
margin: 0;
padding: 30px 0 0 0;
}

article#hiari_imag section {
width: auto;
}

#hiari_image_title{
display: block;
position: static;
width: 60%;
height: auto;
overflow: hidden;
margin: 10% auto 0 auto;
padding: 0 0 0 30%;
color: #ff7800;
font-size: 155%;
line-height: 1.2em;
text-align: left;
background-color: #fff;
background-image: url(../images/hiari_img.jpg);
background-repeat: no-repeat;
background-position: bottom left;
background-size: 33%;
border: none;
}

#hiari_image_copy{
display: block;
width: 80%;
height: auto;
margin: 2% auto 5% auto;
padding: 2% 0 15% 0;
text-align: left;
background-image: url(../images/logo.png);
background-repeat: no-repeat;
background-position: bottom center;
background-size: 50%;
}


/***********************************************
　TOP　コンテンツ紹介
************************************************/
#contents_top_menu{
width: 96%;
height: auto;
margin: 0 auto;
padding: 0 0 7% 0;
text-align: center;
}

.contents_top_menu01{
display: inline-block;
width: 90%;
height: auto;
margin: 5px 0;
padding: 7px;
text-align: left;
background-image: url(../images/top_menu_bg_orange.jpg);
background-repeat: no-repeat;
background-position: top left;
text-decoration: none;
background-color: #ffffff;
border: 1px solid #cccccc;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
box-shadow: 2px 2px 4px #bfbfbf;
}

.contents_top_menu01 h3 {
font-size: 140%;
font-weight: bold;
color: #ffffff;
text-shadow: 
    #d66500 1px 0px 0px, #d66500 -1px 0px 0px,
    #d66500 0px -1px 0px, #d66500 0px 1px 0px,
    #d66500 1px 1px 0px, #d66500 -1px 1px 0px,
    #d66500 1px -1px 0px, #d66500 -1px -1px 0px,
    #d66500 1px 1px 0px, #d66500 -1px 1px 0px,
    #d66500 1px -1px 0px, #d66500 -1px -1px 0px,
    #d66500 1px 1px 0px, #d66500 -1px 1px 0px,
    #d66500 1px -1px 0px, #d66500 -1px -1px 0px,
    #d66500 1px 1px 0px, #d66500 -1px 1px 0px,
    #d66500 1px -1px 0px, #d66500 -1px -1px 0px;
}

.contents_top_menu01 ul {
display: block;
width: 88%;
height: auto;
margin: 5px;
padding: 10px 0 10px 25px;
background-image: url(../images/top_menu_bg_note.png);
background-repeat: repeat-y;
background-position: top left;
border: 1px solid #ffaa5d;
box-shadow: 1px 1px 2px #bfbfbf;
list-style-type: disc;
}

.contents_top_menu01 li {
display: block;
width: 100%;
font-size: 95%;
}

.contents_top_menu01 p {
margin-right: 10px;
text-align: right;
}


/***********************************************
　TOP　お知らせ
************************************************/
#dltable {
width: 95%;
height: auto;
margin: 0 auto 15px auto;
padding: 10px;
}

#dltable dl {
margin: 10px;
padding-bottom: 5%;
border-bottom: none;
}

#dltable dt {
display: inline-block;
margin-right: 10px;
}

#dltable dd {
display: inline-block;
}


/***********************************************
　TOP　ヒアリの全国確認情報（タイトル部分）
************************************************/
#hiari_japan {
width: 83%;
margin: 0 auto 15px auto;
padding: 10px 0 0 0;
text-align: left;
background-image: url(../images/top_japanmap_s.png);
background-repeat: no-repeat;
background-position: top right;
}

#hiari_japan_top01 {
margin-bottom: 10px;
font-size: 100%;
letter-spacing: 0.05em;
text-align: center;
}

#hiari_japan_top02 {
height: auto;
overflow: hidden;
font-size: 160%;
letter-spacing: 0.05em;
margin-bottom: 10px;
padding-top: 5px;
}

#hiari_japan_top03 {
display: block;
text-align: center;
font-size: 105%;
color: #ff7800;
}


/***********************************************
　TOP　ヒアリの全国確認情報（表タブ切り替え部分）
************************************************/
.hiari_japan_table {
width: 330%;
margin: 20px auto 10px auto;
}

input[type="radio"] {
display:none;
}

.tab_area {
margin: 0;
padding: 0;
}

.tab_area label {
width: auto;
margin: 0;
display: inline-block;
padding: 7px 20px;
background: #ffffff;
text-align: center;
cursor: pointer;
transition: ease 0.2s opacity;
border-left: 1px solid #969696;
border-top: 1px solid #969696;
border-right: 1px solid #969696;
}

.tab_area label:hover {
opacity:0.5;
}

.panel_area {
background:#fff;
border: 1px solid #969696;
}

.tab_panel {
width:100%;
padding: 0;
display:none;
}

.tab_panel p {
font-size:14px;
letter-spacing:1px;
text-align:center;
}

#tab1:checked ~ .tab_area .tab1_label {
background: #828282;
color: #ffffff;
font-weight: bold;
border-left: 1px solid #969696;
border-top: 1px solid #969696;
border-right: 1px solid #969696;
}

#tab1:checked ~ .panel_area #panel1 {
display:block;
}

#tab2:checked ~ .tab_area .tab2_label {
background: #828282;
color: #ffffff;
font-weight: bold;
border-left: 1px solid #969696;
border-top: 1px solid #969696;
border-right: 1px solid #969696;
}

#tab2:checked ~ .panel_area #panel2 {
display:block;
}

#tab3:checked ~ .tab_area .tab3_label {
background: #828282;
color: #ffffff;
font-weight: bold;
border-left: 1px solid #969696;
border-top: 1px solid #969696;
border-right: 1px solid #969696;
}

#tab3:checked ~ .panel_area #panel3 {
display:block;
}

#tab4:checked ~ .tab_area .tab4_label {
background: #828282;
color: #ffffff;
font-weight: bold;
border-left: 1px solid #969696;
border-top: 1px solid #969696;
border-right: 1px solid #969696;
}

#tab4:checked ~ .panel_area #panel4 {
display:block;
}

#tab5:checked ~ .tab_area .tab5_label {
background: #828282;
color: #ffffff;
font-weight: bold;
border-left: 1px solid #969696;
border-top: 1px solid #969696;
border-right: 1px solid #969696;
}

#tab5:checked ~ .panel_area #panel5 {
display:block;
}

#tab6:checked ~ .tab_area .tab6_label {
background: #828282;
color: #ffffff;
font-weight: bold;
border-left: 1px solid #969696;
border-top: 1px solid #969696;
border-right: 1px solid #969696;
}

#tab6:checked ~ .panel_area #panel6 {
display:block;
}

#tab7:checked ~ .tab_area .tab7_label {
background: #828282;
color: #ffffff;
font-weight: bold;
border-left: 1px solid #969696;
border-top: 1px solid #969696;
border-right: 1px solid #969696;
}

#tab7:checked ~ .panel_area #panel7 {
display:block;
}


/***********************************************
　TOP　ヒアリの全国確認情報（表部分）
************************************************/
.dltable {
width: 100%;
border: 1px solid #cccccc;
margin: 0;
background-color: #fff;
}

.dltable dl {
display: flex;
flex-wrap: wrap;
justify-content: left;
text-align: center;
border-bottom: 1px solid #ccc;
font-size: 90%;
}

.dltable dt {
padding: 5px 0 0 0;
}

.dltable dd {
padding: 5px;
}

.table_title {
background-color: #828282;
color: #ffffff;
}

.table_naiyo:nth-child(odd)  {
background-color: #ffffff;
}
.table_naiyo:nth-child(even)  {
background-color: #f1f1f1;
}

.table_title .row1 {width: 5%; border-right: 1px solid #ffffff;}
.table_title .row2 {width: 25%; border-right: 1px solid #ffffff;}
.table_title .row3 {width: 10%; border-right: 1px solid #ffffff;}
.table_title .row4 {width: 29%; border-right: 1px solid #ffffff;}
.table_title .row5 {width: 10%; border-right: 1px solid #ffffff;}
.table_title .row6 {width: 10%; font-size: 80%; line-height: 1.2em; border-right: 1px solid #ffffff;}
.table_title .row7 {width: 9%;}

.table_naiyo .row1 {width: 4.2%; border-right: 1px solid #cccccc;}
.table_naiyo .row2 {width: 24.2%; text-align: left; border-right: 1px solid #cccccc;}
.table_naiyo .row3 {width: 9.2%; border-right: 1px solid #cccccc;}
.table_naiyo .row4 {width: 28.2%; text-align: left; border-right: 1px solid #cccccc;}
.table_naiyo .row5 {width: 9.1%; text-align: right; border-right: 1px solid #cccccc;}
.table_naiyo .row6 {width: 9.2%; border-right: 1px solid #cccccc;}
.table_naiyo .row7 {width: 9.7%;}


/***********************************************
　TOP　ヒアリに関する情報
************************************************/
#hiari_info {
height: auto;
overflow: hidden;
margin-bottom: 0;
}

#hiari_info ul {
margin: 10px 20px 35px 35px;
}

#hiari_info li {
padding-bottom: 7px;
list-style: disc;
}


/***********************************************
　下層ページ　タイトル部分
************************************************/
/*下層ページ背景　個別設定*/
#title_bg02 {
width: 100%;
padding: 15% 0 0 0;
background-image: url(../02_general/images/title_image02_bg.jpg);
background-repeat: no-repeat;
background-position: bottom center;
background-size: 200%;
}
#title_bg02_bg_s{
margin-top: 30px;
}

#title_bg03 {
width: 100%;
padding: 20% 0 0 0;
background-image: url(../03_public/images/title_image03_bg.jpg);
background-repeat: no-repeat;
background-position: bottom center;
background-size: 200%;
}

#title_bg04 {
width: 100%;
padding: 20% 0 0 0;
background-image: url(../04_business/images/title_image04_bg.jpg);
background-repeat: no-repeat;
background-position: bottom center;
background-size: 200%;
}

#title_bg05 {
width: 100%;
padding: 15% 0 0 0;
background-image: url(../05_contact/images/title_image05_bg.jpg);
background-repeat: no-repeat;
background-position: bottom left;
background-size: 250%;
}

#title_bg_copy05 {
width: 95%;
height: auto;
margin: 0 auto;
padding: 0 0 10px 0;
font-size: 95%;
line-height: 130%;
color: #6a3906;
text-align: center;
text-shadow: 
    white 2px 0px 0px, white -2px 0px 0px,
    white 0px -2px 0px, white 0px 2px 0px,
    white 2px 2px 0px, white -2px 2px 0px,
    white 2px -2px 0px, white -2px -2px 0px,
    white 1px 2px 0px, white -1px 2px 0px,
    white 1px -2px 0px, white -1px -2px 0px,
    white 2px 1px 0px, white -2px 1px 0px,
    white 2px -1px 0px, white -2px -1px 0px,
    white 1px 1px 0px, white -1px 1px 0px,
    white 1px -1px 0px, white -1px -1px 0px;
}

/*下層ページタイトル共通設定*/
#title_bg_copy {
width: 100%;
height: auto;
margin: 0 auto;
padding: 10px 0;
font-size: 100%;
font-weight: bold;
color: #59493f;
line-height: 1.2em;
text-align: center;
}

#title_bg {
display: block;
position: static;
width: 90%;
height: auto;
overflow: hidden;
margin: 0px auto;
padding: 0 0 10px 0;
text-align: center;
font-size: 140%;
color: #ff7800;
background-color: transparent;
border: none;
text-shadow: 
    white 2px 0px 0px, white -2px 0px 0px,
    white 0px -2px 0px, white 0px 2px 0px,
    white 2px 2px 0px, white -2px 2px 0px,
    white 2px -2px 0px, white -2px -2px 0px,
    white 1px 2px 0px, white -1px 2px 0px,
    white 1px -2px 0px, white -1px -2px 0px,
    white 2px 1px 0px, white -2px 1px 0px,
    white 2px -1px 0px, white -2px -1px 0px,
    white 1px 1px 0px, white -1px 1px 0px,
    white 1px -1px 0px, white -1px -1px 0px;
}


/***********************************************
　ヒアリの基礎情報　
************************************************/


/*------ ページ内リンク ------*/
.page_link {
padding: 20px 0;
text-align: center;
clear: both;
}

.page_link ul {
font-size: 90%;
text-align: left;
}

.page_link li {
padding: 0;
border-right: none;
display: list-item;
list-style-type: disc;
margin-left: 10%;
}

.page_link li.last {
border-right: none;
}


/*------ ヒアリって、どんなアリ？ ------*/
.hiari01_copy {
margin-left: 3.5%;
padding: 5px 5px 5px 0;
font-size: 110%;
}

#contents_02_01bg{
width: auto;
height: auto;
overflow: hidden;
margin: 10px;
padding: 10px 10px 10px 30px;
background-image: url(../02_general/images/note_bg02.png);
background-repeat: repeat-y;
background-position: top left;
border: 1px solid #ffaa5d;
box-shadow: 1px 1px 2px #bfbfbf;
}

.contents_02_01, .contents_02_01_en {
width: auto;
height: auto;
margin: 0;
padding: 0;
background-image: none;
background-repeat: no-repeat;
background-position: top right;
}

h3.contents_02_subheading{
width: 85%;
margin: 10px 0 0 10px;
padding: 0.2em 0.5em;
border-left: solid 10px #e94719;
border-bottom: solid 2px #e94719;
color: #e94719;
font-size: 100%;
font-weight: bold;
}

h3.contents_05_subheading{
width: 90%;
margin: 0 0 0 5px;
padding: 0.2em 0.5em;
border-left: solid 10px #7e6b5a;
border-bottom: solid 2px #7e6b5a;
color: #000000;
font-size: 120%;
font-weight: bold;
text-align: left;
}

h4.contents_02_subheading {
height: 37px;
padding: 10px 0 0 15px;
font-size: 120%;
font-weight: bold;
color: #ff4500;
background-image: url(../02_general/images/fusen_bg.png);
background-repeat: no-repeat;
background-position: top left;
}

h4.contents_02_subheading_s_en {
height: 37px;
padding: 10px 0 0 15px;
font-size: 120%;
font-weight: bold;
color: #ff4500;
background-image: url(../02_general/images/fusen_bg_s_en.png);
background-repeat: no-repeat;
background-position: top left;
}

h4.contents_02_subheading_en {
height: 80px;
padding: 10px 0 0 15px;
font-size: 120%;
font-weight: bold;
color: #ff4500;
background-image: url(../02_general/images/fusen_bg_s_en_2.png);
background-repeat: no-repeat;
background-position: top left;
}

ul.hiari_name {
height: 320px;
overflow: hidden;
margin: 0;
padding: 2% 0 0 0;
background-image: url(../02_general/images/02-02_s.png);
background-repeat: no-repeat;
background-position: 0 6rem;
background-size: 75%;
}
ul.hiari_name_en {
height: 400px;
overflow: hidden;
margin: 0;
padding: 2% 0 0 0;
background-image: url(../02_general/images/02-02_s_en.png);
background-repeat: no-repeat;
background-position: bottom left;
background-size: 100%;
}

ul.hiari_name li,ul.hiari_name_en li {
width: 90%;
border-bottom: 1px solid #4e3b35;
}

p.hiari_name_img, p.hiari_name_img_en {
width: 100%;
margin-bottom: 20px;
}

/*---- ヒアリの種類 ----*/
.hiari_02dltable {
display: block;
width: 100%;
height: 100%;
margin: 10px 0 30px 0;
padding: 0;
overflow: hidden;
border: 1px solid #ff4500;
}

.hiari_02dltable dl {
width: 100%;
display: block;
text-align: center;
border: none;
}

.hiari_02dltable dt {
padding: 5px;
background-color: #ff4500;
color: #ffffff;
}

dd.hiari_02dltable01 {
padding: 8px;
background-color: #ffffff;
}
dd.hiari_02dltable02 {
height: 45px;
padding: 8px;
background-color: #ffffff;
}
dd.hiari_02dltable02_en {
height: 100px;
padding: 8px;
background-color: #ffffff;
}

.hiari_02dltable_en_title{
font-size: 18px !important;
}


/*---- ヒアリの仲間 ----*/
.contents_02_03 {
height: 100%;
margin: 10px 0;
padding: 10px 0;
overflow: hidden;
}

dl.hiari_03dltable {
float: none;
width: 96%;
padding: 5px;
background-color: #ffffff;
border: 1px solid #ff4500;
}

dl.hiari_03dltable dt {
font-size: 1６px;
/*color: #ff4500;*/
/*font-weight: bold;*/
width: 90%;
border-bottom: 1px solid #4e3b35;
}

dd.hiari_03dltable01 {
display: block;
width: auto;
padding: 5px;
vertical-align: top;
}

dd.hiari_03dltable02 {
display: block;
padding: 5px;
}

dl.hiari_03-02dltable {
margin: 10px 0;
width: auto;
padding: 10px;
background-color: #fff100;
float: none;
}

dl.hiari_03-02dltable dt {
font-size: 120%;
color: #ff4500;
font-weight: bold;
}

dd.hiari_03-02dltable {
display: inline-block;
padding: 5px;
vertical-align: top;
}


/*---- 間違えやすい種類 ----*/
.contents_02_04 {
height: 100%;
margin: 10px 0;
padding: 10px 0;
overflow: hidden;
}

dl.hiari_04dltable {
float: none;
width: 93%;
height: auto;
padding: 10px;
background-color: #eaffb7;
border: 1px solid #37cd50;
}

dl.hiari_04dltable_en {
height: 360px !important;
}

dl.hiari_04dltable dt {
font-size: 110%;
color: #22ac38;
font-weight: bold;
}

dd.hiari_04dltable01 {
display: block;
width: auto;
padding: 0;
vertical-align: top;
}
dd.hiari_04dltable02 {
display: inline-block;
margin-top: 5px;
padding: 5px;
}

dl.hiari_04-02dltable {
float: none;
width: 93%;
height: auto;
padding: 10px;
background-color: #eaffb7;
border: 1px solid #37cd50;
float: right;
}

dl.hiari_04-02dltable dt {
font-size: 110%;
color: #22ac38;
font-weight: bold;
margin-bottom: 10px;
}

dd.hiari_04-02dltable01 {
display: block;
width: auto;
padding: 10px 0 0 0;
vertical-align: top;
}

dd.hiari_04-02dltable02 {
display: inline-block;
text-align: center;
font-size: 85%;
}

.hiari_ranking {
margin-right: 5px;
padding: 1px 5px;
background-color: #8fc31f;
border-radius: 3px;
color: #ffffff;
text-shadow: 
    #22ac38 1px 0px 0px, #22ac38 -1px 0px 0px,
    #22ac38 0px -1px 0px, #22ac38 0px 1px 0px,
    #22ac38 1px 1px 0px, #22ac38 -1px 1px 0px,
    #22ac38 1px -1px 0px, #22ac38 -1px -1px 0px,
    #22ac38 1px 1px 0px, #22ac38 -1px 1px 0px,
    #22ac38 1px -1px 0px, #22ac38 -1px -1px 0px,
    #22ac38 1px 1px 0px, #22ac38 -1px 1px 0px,
    #22ac38 1px -1px 0px, #22ac38 -1px -1px 0px,
    #22ac38 1px 1px 0px, #22ac38 -1px 1px 0px,
    #22ac38 1px -1px 0px, #22ac38 -1px -1px 0px;
}


/*---- どうして、ヒアリが日本に？ ----*/
.contents_02_01 {
}

.contents_03_01 div {
margin-bottom: 10px;
padding: 10px 10px 170px 10px;
background-color: #fffbc6;
background-image: url(../02_general/images/02-10.png);
background-repeat: no-repeat;
background-position: bottom center;
background-size: 100%;
}

.contents_03_01 p {
padding-bottom: 16px;
}

.contents_03_01_en div {
margin-bottom: 10px;
padding: 10px 10px 170px 10px;
background-color: #fffbc6;
background-image: url(../02_general/images/02-10_en.png);
background-repeat: no-repeat;
background-position: bottom center;
background-size: 100%;
}

.contents_03_01_en p {
padding-bottom: 16px;
}

.contents_03_02 {
border: 1px solid #ff7800;
background-color: #fffbc6;
}

.contents_03_02 div {
margin: 0;
padding: 0 25px;
height: auto;
text-align: center;
font-weight: bold;
color: #ffffff;
font-size: 120%;
background-color: #ff7800;
background-image: none;
}

.contents_03_02 p {
padding: 8px 0;
background-color: #ff7800;
}

.contents_03_02 ul {
height: auto;
margin: 0 0 5px 0;
padding: 15px 0;
text-align: left;
background-image: url(../02_general/images/02-11_s.png);
background-repeat: no-repeat;
background-position: 92% 90%;
background-size: 20%;
}

.contents_03_02_en {
height: 330px !important;
background-position: 92% 15% !important;
}

.contents_03_02list01, .contents_03_02list01_en {
width: 65%;
display: block;
padding: 0 0 20px 10px;
}

.contents_03_02list02, .contents_03_02list02_en {
width: 65%;
display: block;
padding: 0 0 20px 10px;
}

.contents_03_02list03, .contents_03_02list03_en {
width: 65%;
display: block;
padding: 0 0 20px 10px;
}


.no-red {
padding: 3px 10px;
background-color: #e94719;
color: #ffffff;
font-weight: bold;
}



dl.contents_03_03 {
margin: 25px 0;
padding: 0 0 150px 0;
background-image: url(../02_general/images/02-12.png);
background-repeat: no-repeat;
background-position: center bottom;
}

dl.contents_03_03_en {
margin: 25px 0;
padding: 0 0 150px 0;
background-image: url(../02_general/images/02-12_en.png);
background-repeat: no-repeat;
background-position: right bottom;
}

dl.contents_03_03 dt ,dl.contents_03_03_en dt {
width: auto;
padding: 10px 15px;
font-size: 130%;
font-weight: bold;
color: #ffffff;
background-color: #e94719;
}

dl.contents_03_03 dd ,dl.contents_03_03_en dd {
width: auto;
padding: 10px;
}


/*---- どうして、ヒアリが日本に？ ----*/
.contents_04_01 {
margin: 0 0 30px 0;
}

ul.nest_site {
text-align: center;
}

ul.nest_site li {
display: inline-block;
margin: 3px;
padding: 5px;
border: 1px solid #cccccc;
background-color: #ffffff;
}

.contents_04_02 {
margin: 0 0 30px 0;
overflow: hidden;
height: auto;
}

.nest_body-left {
float: none;
margin: 10px auto;
text-align: center;
}
p.nest_body-illust {
width: 100%;
height: 320px;
padding: 0;
background-image: url(../02_general/images/02-20_s.png);
background-repeat: no-repeat;
background-position: center bottom;
background-size: 100%;
}

p.nest_body-illust_en {
float: none;
width: 100%;
height: 320px;
padding: 0;
background-image: url(../02_general/images/02-20_s_en.png);
background-repeat: no-repeat;
background-position: center bottom;
background-size: 100%;
}

ul.nest_body-img {
text-align: center;
margin-bottom: 20px;
}

ul.nest_body-img li {
display: inline-block;
margin: 2px;
padding: 3px;
background-color: #ff7800;
text-align: center;
color: #ffffff;
}

.nest_body-img_en{
float: none;
width:230px
}

.nest_body-right {
float: none;
width: 95%;
margin: 20px 10px 0 0;
padding: 10px 5px 20px 5px;
border: 2px solid #000000;
background-image: url(../02_general/images/02-note01.png);
background-repeat: repeat;
background-position: center bottom;
}

.nest_body-title {
padding: 0 0 5px 0;
text-align: center;
font-size: 200%;
font-weight: bold;
letter-spacing: 0.2em;
color: #ffffff;
text-shadow: 
    black 2px 0px 0px, black -2px 0px 0px,
    black 0px -2px 0px, black 0px 2px 0px,
    black 2px 2px 0px, black -2px 2px 0px,
    black 2px -2px 0px, black -2px -2px 0px,
    black 1px 2px 0px, black -1px 2px 0px,
    black 1px -2px 0px, black -1px -2px 0px,
    black 2px 1px 0px, black -2px 1px 0px,
    black 2px -1px 0px, black -2px -1px 0px,
    black 1px 1px 0px, black -1px 1px 0px,
    black 1px -1px 0px, black -1px -1px 0px;
}

.nest_body-right_t {
background-color: #fff9b3;
padding: 15px;
}


/*---- 定着するとさまざまな影響が ----*/
.contents_04_03 {
height: auto;
overflow: hidden;
}

div.contents_04_03-01 {
height: auto;
overflow: hidden;
padding: 0;
background-color: transparent;
}

div.contents_04_03-02 {
height: auto;
overflow: hidden;
padding: 0;
background-color: transparent;
}

dl.teityaku {
float: none;
max-width: 100%;
margin-left: 0;
}

dl.teityaku dt {
color: #ff7800;
font-size: 120%;
font-weight: bold;
}

dl.teityaku dd {
padding: 10px;
}

dl.teityaku figure {
float: right;
display: block;
margin-block-start: 0;
margin-block-end: 0;
margin-inline-start: 0;
margin-inline-end: 0;
}

dl.teityaku img {
border: 7px solid #ffffff;
box-shadow: 1px 1px 2px #bfbfbf;
}

div.contents_04_03-03 {
height: auto;
overflow: hidden;
padding: 0;
background-color: transparent;
}

div.contents_04_03-03 dl {
height: auto;
overflow: hidden;
}

div.contents_04_03-03 dt {
color: #ff7800;
font-size: 120%;
font-weight: bold;
}

div.contents_04_03-03 dd {
display: inline-block;
width: 100%;
padding: 0;
vertical-align: top;
}

div.contents_04_03-03 dd img {
display: block;
}

dd.teityaku03 {
width: auto !important;
margin: 10px 2px !important;
padding: 0 !important;
border: 7px solid #ffffff;
box-shadow: 1px 1px 2px #bfbfbf;
}

dd.teityaku04 {
display: none !important;
width: auto !important;
margin: 10px 2px !important;
padding: 0 !important;
border: 7px solid #ffffff;
box-shadow: 1px 1px 2px #bfbfbf;
}

dd.teityaku05 {
display: none !important;
width: auto !important;
margin: 10px 2px !important;
padding: 0 !important;
border: 7px solid #ffffff;
box-shadow: 1px 1px 2px #bfbfbf;
}



/*---- もし、ヒアリに刺されたら ----*/
.contents_05_01 {
}

.contents_05_01_reed {
color: #4e3b35;
font-weight: normal;
line-height: 1.5em;
}

div.contents_05_01-yellow {
margin-top: 20px;
}

div.contents_05_01-yellow p {
display: inline-block;
width: auto;
padding: 10px 10px 5px 10px;
border: 2px solid #ff7800;
background-color: #ff7800;
font-size: 120%;
font-weight: bold;
color: #ffffff;
}

div.contents_05_01-yellow dl {
border: 2px solid #ff7800;
}

div.contents_05_01-yellow dt {
padding: 10px;
font-size: 120%;
color: #ff7800;
line-height: 130%;
background-color: #fff9b3;
border-bottom: 1px solid #ff7800;
}

div.contents_05_01-yellow dd {
padding: 10px;
line-height: 1.6em;
background-color: #ffffff;
}

div.contents_05_01-red {
margin: 20px 0;
}

div.contents_05_01-red p {
display: inline-block;
width: auto;
padding: 10px 10px 5px 10px;
border: 2px solid #ff4500;
background-color: #ff4500;
font-size: 120%;
font-weight: bold;
color: #ffffff;
}

div.contents_05_01-red dl {
border: 2px solid #ff4500;
}

div.contents_05_01-red dt {
padding: 10px;
font-size: 120%;
color: #ff4500;
line-height: 130%;
background-color: #ffe8e0;
border-bottom: 1px solid #ff4500;
}

div.contents_05_01-red dd {
padding: 10px;
line-height: 1.6em;
background-color: #ffffff;
}


/***********************************************
　地方公共団体のみなさま
************************************************/
/*--- ヒアリの発見時の対応等について ---*/
.contents_03_public {
width: auto;
height: auto;
overflow: hidden;
margin: 0;
padding: 2% 5%;
}

p.hiari_taiou_img {
width: auto;
display: none;
margin: 10px 20px;
border: 1px solid #cccccc;
box-shadow: 1px 1px 2px #bfbfbf;
vertical-align: top;
}

dl.contents_03_public01 {
width: 100%;
display: inline-block;
padding: 10px 0;
}

dl.contents_03_public01 dt {
font-size: 110%;
line-height: 1.5em;
}

dl.contents_03_public01 dd {
line-height: 1.6em;
}

/*--- ヒアリの発見時の対応等について ---*/
.contents_03_public02{
width: 100%;
margin: 20px auto;
text-align: center;
}

.contents_03_public02 img {
width: 90%;
}

/*--- 環境省の対応 ---*/
.contents_03_public03 {
width: auto;
height: auto;
overflow: hidden;
margin: 0;
padding: 2% 3%;
}

.contents_03_public03 p {
margin-bottom: 4%;
}

dl.contents_03_public03_01 {
padding: 0 0 3% 25px;
/*background-image: url(../03_public/images/03_ico01.png);
background-repeat: no-repeat;
background-position: left top;*/
}

dl.contents_03_public03_01 dt {
margin: 0;
padding: 0;
}

dl.contents_03_public03_01 dd {
margin: 5px 0 20px 0;
}

dl.contents_03_public03_02 {
padding-left: 10px;
background-image: url(../03_public/images/03_ico02.png);
background-repeat: no-repeat;
background-position: left top;
}

dl.contents_03_public03_02 dt {
margin: 0;
padding: 0;
}

dl.contents_03_public03_02 dd {
margin: 0;
padding: 0;
}

ul.contents_03_public03_03 {
margin: 0 0 10px 0;
padding: 0;
}

ul.contents_03_public03_03 li {
margin: 0;
padding: 0;
list-style: disc;
}


/***********************************************
　事業者のみなさま
************************************************/
.contents_04_business04_first {
margin: 0 0 0 15px;
padding: 20px 20px 20px 18px;
height: auto;
overflow: hidden;
}

.contents_04_business04 {
margin: 0 0 0 15px;
padding: 20px 20px 260px 18px;
height: auto;
overflow: hidden;
background-image: url(../04_business/images/title_image04_bg02.png);
background-repeat: no-repeat;
background-position: center bottom;
background-size: 105%;
}

.contents_04_business04_first ul, .contents_04_business04 ul {
list-style: disc;
}

.contents_04_business04_first li, .contents_04_business04 li {
padding-bottom: 10px;
font-size: 98%;
font-weight: normal;
color: #6a3906;
}


/***********************************************
　お問合せ
************************************************/
.contents_05_contact05 {
padding:0 10px;
text-align: center;
}

dl.doubt {
display: block;
width: auto;
vertical-align: top;
text-align: left;
margin-bottom: 10px;
border: 3px solid #7e6b5a;
}

dl.doubt dt {
padding: 5px 0;
text-align: center;
font-size: 110%;
font-weight: bold;
color: #ffffff;
background-color: #7e6b5a;
}

dd.contact05_copy {
height: auto;
padding: 10px;
font-size: 90%;
font-weight: bold;
color: #59493f;
text-align: center;
background-color: #dfd5ca;
border-bottom: 1px solid #a6937c;
}

dd.contact05_naiyo01 {
height: auto;
padding: 10px 10px 160px 10px;
background-image: url(../05_contact/images/bg01.png);
background-repeat: no-repeat;
background-position: center bottom;
}

dd.contact05_naiyo02 {
height: auto;
padding: 10px 10px 95px 10px;
background-image: url(../05_contact/images/bg02.png);
background-repeat: no-repeat;
background-position: right bottom;
}

ul.doubt_list {
}

ul.doubt_list  li{
list-style: circle;
margin-left: 15px;
}

.hiari_contact_img {
margin: 20px 0;
}

.hiari_contact_img img {
width: 100%;
}

img.hiari_contact_illast {
width: 100%;
}

telLinkImg img {
width: 100%;
}

.hiari_contact_note {
width: 98%;
margin-bottom: 40px;
text-align: left;
display: inline-block;
}

.hiari_japan_table05 {
width: 210%;
margin: 20px auto 10px auto;
}

.table_title .row1_tel {width: 15.5%; border-right: 1px solid #ffffff;}
.table_title .row2_tel {width: 54%; border-right: 1px solid #ffffff;}
.table_title .row3_tel {width: 30%; border-right: 1px solid #ffffff;}

.table_naiyo .row1_tel {width: 15.5%; padding: 10px 0; border-right: 1px solid #cccccc; font-size: 110%;}
.table_naiyo .row2_tel {width: 54%; padding: 10px 0; text-align: left; border-right: 1px solid #cccccc; font-size: 110%;}
.table_naiyo .row3_tel {width: 30%; padding: 10px 0; border-right: 1px solid #cccccc; font-size: 110%;}

.pdf_dl {
text-align: left;
margin: 0 0 30px 10px;
}


/***********************************************
　(共通)　フッター
************************************************/
footer {
margin: 0;
padding: 30px 20px 50px 20px;
background-color: #7e6b5a;
font-size: 85%;
color: #f9f9f9;
}

address {
}

address div {
margin-top: 20px;
}

footer a:link {
color: #ffffff;
background: transparent;
/*transition: 0.5s ;*/
}

footer a:hover {
color: #ffffff;
opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}


/***********************************************
　(共通)　TOPへ戻るボタン
************************************************/
#pagetop {
    width: auto;
    margin: 0px;
    padding: 3%;
    bottom: 5%;
    right: 5%;
    position: fixed;
    display: none;
    opacity: 0.75;
    text-align: center;
    font-size: 200%;
    font-weight: bold;
    border-radius: 24px;
    background-color: #ff7800;
}

#pagetop a {
    width: 1.5em;
	display: block;
    color: #ffffff;
    text-decoration: none;
    margin: -20px;
    padding: 20px;
    border-radius: 24px;
}

#pagetop a:hover {
    transition: all .3s;
	background-color: rgba(255, 255, 255, .2);
}


/***********************************************
　IE Edge　ハック
************************************************/
/*IE10-11用*/
_:-ms-input-placeholder, :root h1 {
margin-right: 20px;
}

/*IE10-11用*/
_:-ms-input-placeholder, :root ul.menu li a {
    padding: 5px 54.8px;
}
/*Edge15+用*/
@supports (-ms-ime-align: auto) and (-webkit-text-stroke: initial) {
  ul.menu li a {
    padding: 5px 52.3px;
  }
}

/*IE10-11用*/
_:-ms-input-placeholder, :root ul.menu05 li a {
    padding: 5px 53.1px;
}
/*Edge15+用*/
@supports (-ms-ime-align: auto) and (-webkit-text-stroke: initial) {
  ul.menu05 li a {
    padding: 5px 51.2px;
  }
}

/*IE9-11用*/
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
  #contact_bt {
    right: -25px;
  }
}

}/*----モバイル用 レスポンシブ(横幅739px以下)end---------------------------------------*/









/* ----iPhone5以下（横幅320px以下）  start------------------------------------------- */
/**************************************************
***************************************************
Portrait and Landscape(横幅320px以上)
***************************************************
**************************************************/

@media screen and (max-width: 320px) {


/***** タイトル *****/
h1 {
padding: 10px 0 10px 25px;
font-size: 105%;
}


/***** TOP　メイン画像とコピー *****/
#hiari_image_title{
font-size: 145%;
line-height: 1.4em;
}

#hiari_image_copy{
width: 90%;
margin: 2% auto 5% auto;
padding: 2% 0 15% 0;
}

/***** TOP　ヒアリ全国確認情報　表の設定 *****/
.table_title .row1 {width: 5%; border-right: 1px solid #ffffff;}
.table_title .row2 {width: 25%; border-right: 1px solid #ffffff;}
.table_title .row3 {width: 10%; border-right: 1px solid #ffffff;}
.table_title .row4 {width: 29%; border-right: 1px solid #ffffff;}
.table_title .row5 {width: 10%; border-right: 1px solid #ffffff;}
.table_title .row6 {width: 10%; font-size: 80%; line-height: 1.2em; border-right: 1px solid #ffffff;}
.table_title .row7 {width: 9%;}

.table_naiyo .row1 {width: 4%; border-right: 1px solid #cccccc;}
.table_naiyo .row2 {width: 24%; text-align: left; border-right: 1px solid #cccccc;}
.table_naiyo .row3 {width: 9.1%; border-right: 1px solid #cccccc;}
.table_naiyo .row4 {width: 28%; text-align: left; border-right: 1px solid #cccccc;}
.table_naiyo .row5 {width: 9%; text-align: right; border-right: 1px solid #cccccc;}
.table_naiyo .row6 {width: 9%; border-right: 1px solid #cccccc;}
.table_naiyo .row7 {width: 9.6%;}

}/*----iPhone5以下（横幅320px以下）ここまで--------------------------------------------*/





/* ----iPhone6plus（横幅414px以下）  start------------------------------------------- */
/**************************************************
***************************************************
Portrait and Landscape(横幅414px以上)
***************************************************
**************************************************/

@media screen and (max-width: 414px) {

.contents_04_business04_first {
padding: 20px 20px 20px 18px;
}
.contents_04_business04 {
padding: 20px 20px 180px 18px;
}

}/*----iPhone6plus（横幅414px以下）ここまで--------------------------------------------*/







/* ----ワイド画面用  start------------------------------------------------------------ */
/**************************************************
***************************************************
Portrait and Landscape(横幅1600px以上)
***************************************************
**************************************************/

@media screen and (min-width: 1600px) {

#container {
}

}/*----ワイド画面用(横幅1600px以上)ここまで--------------------------------------------*/








/* テーブルに横スクロールバーを表示 */
@media (max-width: 640px) {
    .table-scroll {margin-bottom: 30px; overflow-x: scroll;}
	.table-scroll{overflow-x:scroll;}
	.table-scroll::-webkit-scrollbar{height:10px;}/*バーの太さ*/
	.table-scroll::-webkit-scrollbar-track{background:#dddddd;}/*バーの背景色*/
	.table-scroll::-webkit-scrollbar-thumb{background:#ff7800;}/*バーの色*/
}
/* << タブレット以上固定 >> */
@media (min-width: 736px) {
	body {
		width: 960px;
		margin-left: auto;
		margin-right: auto;
	}
}

/* ヒアリの基礎情報 */
h4.contents_02_subheading#akakami {
    font-size: 110%!important;
}

.beigebox {
    background: #F7F7ED;
    padding: 1rem;
    margin: 1rem 0;
    width: 70%;
}

.beigebox h5 {
    color: #E46C0A;
    display: inline-block;
    background: linear-gradient(transparent 50%, #FFFBB4 50%);
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.beigebox .center {
    text-align: center;
}

.beigebox a {
    margin-top: 0.5rem;
}

@media (max-width: 640px) {
    .beigebox {
        width: 100%;
    }
}
